PromucFlow_constructor/app/client/src
Valera Melnikov ad256ed64a
feat: add readonly mode to input (#29778)
## Description
Add readonly mode for input component and widgets

#### PR fixes following issue(s)
Fixes #29145 

#### Media


https://github.com/appsmithorg/appsmith/assets/11555074/2d42a2bf-603b-4b30-a74c-6c1edd408216

![Снимок экрана 2023-12-20 в 20 13
43](https://github.com/appsmithorg/appsmith/assets/11555074/bbb45fee-65ae-4f0b-8681-33713bee079f)

#### Type of change
> Please delete options that are not relevant.
- New feature (non-breaking change which adds functionality)

## Testing
>
#### How Has This Been Tested?
> Please describe the tests that you ran to verify your changes. Also
list any relevant details for your test configuration.
> Delete anything that is not relevant
- [x] Manual
- [ ] JUnit
- [ ] Jest
- [ ] Cypress

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Introduced a "Read-only" mode for input fields, enabling users to view
data without the ability to modify it.

- **Enhancements**
- Improved input components to respect both disabled and read-only
states.
  - Updated widget properties to include read-only configurations.

- **Style Updates**
- Standardized padding across various components to use spacing
variables for consistency.

- **Documentation**
- Added "Read-only" property documentation to relevant component
interfaces and configurations.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2023-12-21 15:03:28 +03:00
..
actions feat: ui for autocommit (#29441) 2023-12-11 21:11:43 +05:30
api chore: Refactoring API wiring for actions and JS actions to support private entity renaming on EE (#29763) 2023-12-21 10:22:54 +05:30
assets chore: Added context switching for pages pane (#29100) 2023-11-28 18:16:43 +05:30
ce chore: Refactor JS action entity button checks (#29774) 2023-12-21 14:26:49 +05:30
components chore: action editor right pane refactor (#29757) 2023-12-20 18:02:09 +05:30
constants chore: Refactoring API wiring for actions and JS actions to support private entity renaming on EE (#29763) 2023-12-21 10:22:54 +05:30
ee chore: Refactoring API wiring for actions and JS actions to support private entity renaming on EE (#29763) 2023-12-21 10:22:54 +05:30
enterprise
entities chore: Refactor JS action entity button checks (#29774) 2023-12-21 14:26:49 +05:30
globalStyles feat: show additional info for autocomplete results (#28564) 2023-11-10 13:36:10 +05:30
icons feat: Adds partial import functionality (#28293) 2023-11-17 12:46:18 +05:30
layoutSystems feat: add readonly mode to input (#29778) 2023-12-21 15:03:28 +03:00
mockComponentProps
mockResponses
mocks chore: Add MutuationObserver to track changes in positions of widgets and layouts. (#28315) 2023-10-24 07:37:06 -04:00
navigation fix: Widget Context Switching (#29735) 2023-12-20 12:26:16 +05:30
pages chore: Refactor JS action entity button checks (#29774) 2023-12-21 14:26:49 +05:30
plugins/Linting chore: CE changes for linting (#28542) 2023-11-03 16:31:49 +05:30
polyfills
reducers chore: reset entities reducers on editor unmount (#29565) 2023-12-19 16:01:44 +05:30
reflow chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
sagas fix: Widget Context Switching (#29735) 2023-12-20 12:26:16 +05:30
selectors fix: Widget Context Switching (#29735) 2023-12-20 12:26:16 +05:30
templates
theme
transformers feat: http2 support for REST API and GraphQL (#29304) 2023-12-19 15:56:20 +05:30
UITelemetry chore: capturing more telemetry data as per fe coder's requirements(#29153) (#29287) 2023-12-05 11:02:03 +05:30
usagePulse fix: unhandledRejection error in sentry log (#28091) 2023-10-16 04:01:00 +01:00
utils chore: Refactoring API wiring for actions and JS actions to support private entity renaming on EE (#29763) 2023-12-21 10:22:54 +05:30
WidgetProvider chore: add configuration for large and small widgets (#28671) 2023-11-14 10:55:48 +05:30
WidgetQueryGenerators chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
widgets feat: add readonly mode to input (#29778) 2023-12-21 15:03:28 +03:00
workers chore: Refactoring entity types and updating DS action create permission to fix some bugs on EE (#29573) 2023-12-14 20:14:30 +05:30
App.css
AppErrorBoundry.tsx
config.d.ts
Globals.d.ts chore: Add support for 3D Custom ECharts (#26657) 2023-09-27 16:54:27 +05:30
index.css
index.tsx chore: frontend and backend telemetry updates for execute flow #28800 and #28805 (#28936) 2023-11-24 13:09:02 +05:30
LandingScreen.tsx chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
preload-route-chunks.ts fix: Refactor preloads to fix an issue with CDN on EE (#28402) 2023-10-30 13:32:37 +05:30
react-app-env.d.ts
RouteChangeListener.tsx chore: added route listener on non-trackable URLs (#25671) 2023-08-11 17:04:42 +05:30
serviceWorker.js
store.ts chore: Refactor URLAssembly to throw error on missing pageId for app route resolution only (#28527) 2023-11-02 15:55:24 +05:30
wdyr.ts