@zohodesk/library-platform 1.0.2-exp.1.0 → 1.0.2-exp.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/bc/field-validation/Constants.js +4 -0
- package/es/bc/field-validation/EventHandlers.js +1 -0
- package/es/bc/field-validation/Events.js +106 -0
- package/es/bc/field-validation/FieldTypes.js +20 -0
- package/es/bc/field-validation/Properties.js +11 -0
- package/es/bc/field-validation/index.js +5 -0
- package/es/bc/index.js +3 -0
- package/es/bc/list-selection/ActionHandlers.js +1 -0
- package/es/bc/list-selection/Actions.js +38 -0
- package/es/bc/list-selection/Constants.js +10 -0
- package/es/bc/list-selection/Properties.js +30 -0
- package/es/bc/local-storage/Constants.js +2 -0
- package/es/bc/local-storage/Event.js +21 -0
- package/es/bc/local-storage/Properties.js +1 -0
- package/es/bc/sort-by/ActionHandlers.js +1 -0
- package/es/bc/sort-by/Constants.js +2 -0
- package/es/bc/sort-by/Properties.js +26 -0
- package/es/bc/sort-by/SortOrderEnum.js +8 -0
- package/es/bc/sort-by/index.js +2 -0
- package/es/bc/table-column-resizer/Constants.js +5 -0
- package/es/bc/table-column-resizer/Events.js +114 -0
- package/es/bc/table-column-resizer/Properties.js +31 -0
- package/es/bc/table-column-resizer/types/ResizeConfig.js +1 -0
- package/es/bc/table-column-resizer/types/ResizerBehaviourState.js +1 -0
- package/es/bc/zdata-source/Actions.js +67 -0
- package/es/bc/zdata-source/Constants.js +17 -0
- package/es/bc/zdata-source/EventHandlers.js +2 -0
- package/es/bc/zdata-source/Properties.js +1 -0
- package/es/bc/zdata-source/Symbols.js +5 -0
- package/es/bc/zfield/ActionHandlers.js +2 -0
- package/es/bc/zfield/Actions.js +31 -0
- package/es/bc/zfield/Constants.js +6 -0
- package/es/bc/zfield/Properties.js +2 -0
- package/es/bc/zform/Constants.js +1 -0
- package/es/bc/zform/EventHandlers.js +1 -0
- package/es/bc/zform/Events.js +6 -0
- package/es/bc/zform/Properties.js +87 -0
- package/es/bc/zform/Symbol.js +24 -0
- package/es/bc/zform/ZFormModeEnum.js +8 -0
- package/es/bc/zhttp/ActionHandlers.js +1 -0
- package/es/bc/zhttp/Actions.js +80 -0
- package/es/bc/zhttp/Constants.js +5 -0
- package/es/bc/zhttp/Properties.js +11 -0
- package/es/bc/zhttp/index.js +2 -0
- package/es/bc/zlist/Actions.js +5 -0
- package/es/bc/zlist/Constants.js +10 -0
- package/es/bc/zlist/EventHandlers.js +1 -0
- package/es/bc/zlist/Properties.js +75 -0
- package/es/bc/zlist/index.js +2 -0
- package/es/bc/zrecord/Actions.js +154 -0
- package/es/bc/zrecord/Constants.js +30 -0
- package/es/bc/zrecord/EventHandlers.js +1 -0
- package/es/bc/zrecord/Properties.js +1 -0
- package/es/bc/zrecord/Symbols.js +4 -0
- package/es/cc/action-icon/Constants.js +7 -0
- package/es/cc/action-icon/Model.js +24 -0
- package/es/cc/action-icon/Properties.js +37 -0
- package/es/cc/action-location/Action.js +1 -0
- package/es/cc/action-location/ActionLocation.js +1 -0
- package/es/cc/action-location/Constants.js +11 -0
- package/es/cc/action-location/Properties.js +46 -0
- package/es/cc/architecture/IController.js +1 -0
- package/es/cc/architecture/IUseCase.js +1 -0
- package/es/cc/architecture/LifeCycleActionEnum.js +8 -0
- package/es/cc/avatar/ActionHandlers.js +1 -0
- package/es/cc/avatar/Actions.js +4 -0
- package/es/cc/avatar/Constants.js +7 -0
- package/es/cc/avatar/Data.js +10 -0
- package/es/cc/avatar/Model.js +18 -0
- package/es/cc/avatar/Properties.js +44 -0
- package/es/cc/avatar/index.js +5 -0
- package/es/cc/checkbox/ActionHandlers.js +1 -0
- package/es/cc/checkbox/Actions.js +4 -0
- package/es/cc/checkbox/Constants.js +11 -0
- package/es/cc/checkbox/Data.js +1 -0
- package/es/cc/checkbox/Model.js +18 -0
- package/es/cc/checkbox/Properties.js +61 -0
- package/es/cc/component/Action.js +2 -0
- package/es/cc/component/ActionHandlers.js +2 -0
- package/es/cc/component/Behaviour.js +1 -0
- package/es/cc/component/DeclarativeAction.js +1 -0
- package/es/cc/component/Event.js +1 -0
- package/es/cc/component/EventHandlers.js +1 -0
- package/es/cc/component/Helpers.js +1 -0
- package/es/cc/component/LifeCycleAction.js +1 -0
- package/es/cc/component/Payload.js +1 -0
- package/es/cc/component/Slot.js +1 -0
- package/es/cc/component/SlotComponent.js +1 -0
- package/es/cc/component/Styles.js +1 -0
- package/es/cc/component/View.js +1 -0
- package/es/cc/component/component.js +1 -0
- package/es/cc/component/properties/AppendToActionPayloadProperty.js +1 -0
- package/es/cc/component/properties/PropertiesConverter.js +23 -0
- package/es/cc/component/properties/Property.js +1 -0
- package/es/cc/component/properties/Schema.js +1 -0
- package/es/cc/component/properties/appendToActionPayload.js +37 -0
- package/es/cc/component/properties/getRef.js +1 -0
- package/es/cc/component/properties/getRefPropertySchema.js +10 -0
- package/es/cc/component/properties/index.js +1 -0
- package/es/cc/component/properties/slotName.js +1 -0
- package/es/cc/component/setInitialState.js +1 -0
- package/es/cc/component/transferState.js +1 -0
- package/es/cc/date/Constants.js +11 -0
- package/es/cc/date/Events.js +20 -0
- package/es/cc/date/Properties.js +74 -0
- package/es/cc/date/index.js +3 -0
- package/es/cc/email/ActionHandlers.js +1 -0
- package/es/cc/email/Actions.js +4 -0
- package/es/cc/email/Constants.js +7 -0
- package/es/cc/email/Data.js +1 -0
- package/es/cc/email/Model.js +10 -0
- package/es/cc/email/Properties.js +10 -0
- package/es/cc/empty-state/Properties.js +1 -0
- package/es/cc/ephi-tag/Properties.js +1 -0
- package/es/cc/ephi-tag/index.js +1 -0
- package/es/cc/fields/boolean/Events.js +3 -0
- package/es/cc/fields/boolean/Model.js +14 -0
- package/es/cc/fields/boolean/Properties.js +12 -0
- package/es/cc/fields/coloured-multi-select/Events.js +3 -0
- package/es/cc/fields/coloured-multi-select/Model.js +18 -0
- package/es/cc/fields/coloured-multi-select/Properties.js +37 -0
- package/es/cc/fields/coloured-pick-list/Events.js +3 -0
- package/es/cc/fields/coloured-pick-list/Model.js +16 -0
- package/es/cc/fields/coloured-pick-list/Properties.js +37 -0
- package/es/cc/fields/currency/Events.js +3 -0
- package/es/cc/fields/currency/Model.js +14 -0
- package/es/cc/fields/currency/Properties.js +37 -0
- package/es/cc/fields/date/Events.js +3 -0
- package/es/cc/fields/date/Model.js +14 -0
- package/es/cc/fields/date/Properties.js +11 -0
- package/es/cc/fields/datetime/Events.js +3 -0
- package/es/cc/fields/datetime/Model.js +14 -0
- package/es/cc/fields/datetime/Properties.js +11 -0
- package/es/cc/fields/decimal/Events.js +3 -0
- package/es/cc/fields/decimal/Model.js +14 -0
- package/es/cc/fields/decimal/Properties.js +30 -0
- package/es/cc/fields/email/Events.js +3 -0
- package/es/cc/fields/email/Model.js +14 -0
- package/es/cc/fields/email/Properties.js +21 -0
- package/es/cc/fields/field/Constants.js +15 -0
- package/es/cc/fields/field/Events.js +35 -0
- package/es/cc/fields/field/Properties.js +98 -0
- package/es/cc/fields/field/Types.js +23 -0
- package/es/cc/fields/index.js +19 -0
- package/es/cc/fields/lookup/Events.js +3 -0
- package/es/cc/fields/lookup/Model.js +14 -0
- package/es/cc/fields/lookup/Properties.js +11 -0
- package/es/cc/fields/multi-line/Events.js +3 -0
- package/es/cc/fields/multi-line/Model.js +14 -0
- package/es/cc/fields/multi-line/Properties.js +43 -0
- package/es/cc/fields/multi-select/Events.js +3 -0
- package/es/cc/fields/multi-select/Model.js +18 -0
- package/es/cc/fields/multi-select/Properties.js +40 -0
- package/es/cc/fields/number/Events.js +3 -0
- package/es/cc/fields/number/Model.js +14 -0
- package/es/cc/fields/number/Properties.js +30 -0
- package/es/cc/fields/percent/Events.js +3 -0
- package/es/cc/fields/percent/Model.js +14 -0
- package/es/cc/fields/percent/Properties.js +30 -0
- package/es/cc/fields/phone/Events.js +3 -0
- package/es/cc/fields/phone/Model.js +14 -0
- package/es/cc/fields/phone/Properties.js +30 -0
- package/es/cc/fields/pick-list/Events.js +3 -0
- package/es/cc/fields/pick-list/Model.js +16 -0
- package/es/cc/fields/pick-list/Properties.js +41 -0
- package/es/cc/fields/text/Events.js +3 -0
- package/es/cc/fields/text/Model.js +14 -0
- package/es/cc/fields/text/Properties.js +39 -0
- package/es/cc/fields/url/Events.js +3 -0
- package/es/cc/fields/url/Model.js +14 -0
- package/es/cc/fields/url/Properties.js +31 -0
- package/es/cc/form/Constants.js +11 -0
- package/es/cc/form/Events.js +53 -0
- package/es/cc/form/Properties.js +22 -0
- package/es/cc/form/index.js +0 -0
- package/es/cc/form-connected/Properties.js +1 -0
- package/es/cc/highlighted-value/ActionHandlers.js +1 -0
- package/es/cc/highlighted-value/Actions.js +4 -0
- package/es/cc/highlighted-value/Constants.js +7 -0
- package/es/cc/highlighted-value/Data.js +10 -0
- package/es/cc/highlighted-value/Model.js +14 -0
- package/es/cc/highlighted-value/Properties.js +28 -0
- package/es/cc/index.js +15 -0
- package/es/cc/info-icon/Properties.js +10 -0
- package/es/cc/info-icon/index.js +1 -0
- package/es/cc/label/Data.js +1 -0
- package/es/cc/label/Properties.js +36 -0
- package/es/cc/label/index.js +1 -0
- package/es/cc/link/ActionHandlers.js +1 -0
- package/es/cc/link/Actions.js +4 -0
- package/es/cc/link/Constants.js +7 -0
- package/es/cc/link/Data.js +7 -0
- package/es/cc/link/Model.js +16 -0
- package/es/cc/link/Properties.js +38 -0
- package/es/cc/multi-select/Constants.js +11 -0
- package/es/cc/multi-select/Events.js +23 -0
- package/es/cc/multi-select/Properties.js +85 -0
- package/es/cc/multi-select/index.js +3 -0
- package/es/cc/section/Constants.js +9 -0
- package/es/cc/section/Events.js +51 -0
- package/es/cc/section/Properties.js +86 -0
- package/es/cc/section/index.js +2 -0
- package/es/cc/select/Constants.js +13 -0
- package/es/cc/select/Events.js +20 -0
- package/es/cc/select/Properties.js +74 -0
- package/es/cc/select/index.js +3 -0
- package/es/cc/slot/Properties.js +24 -0
- package/es/cc/switch/ActionHandlers.js +1 -0
- package/es/cc/switch/Constants.js +7 -0
- package/es/cc/switch/Data.js +7 -0
- package/es/cc/switch/Events.js +15 -0
- package/es/cc/switch/Model.js +16 -0
- package/es/cc/switch/Properties.js +38 -0
- package/es/cc/switch/index.js +5 -0
- package/es/cc/table-column-sort/Constants.js +1 -0
- package/es/cc/table-column-sort/Properties.js +30 -0
- package/es/cc/table-column-sort/index.js +3 -0
- package/es/cc/table-connected/Properties.js +63 -0
- package/es/cc/table-connected/constants/Events.js +9 -0
- package/es/cc/table-connected/constants/index.js +1 -0
- package/es/cc/table-connected/index.js +4 -0
- package/es/cc/table-list/ActionHandlers.js +0 -0
- package/es/cc/table-list/Actions.js +11 -0
- package/es/cc/table-list/Constants.js +25 -0
- package/es/cc/table-list/Data.js +1 -0
- package/es/cc/table-list/Events.js +59 -0
- package/es/cc/table-list/Properties.js +287 -0
- package/es/cc/table-list/data-types/Column.js +1 -0
- package/es/cc/table-list/data-types/Data.js +1 -0
- package/es/cc/table-list/data-types/Header.js +27 -0
- package/es/cc/table-list/data-types/ResizerUiState.js +1 -0
- package/es/cc/table-list/data-types/Row.js +1 -0
- package/es/cc/table-list/data-types/RowAction.js +1 -0
- package/es/cc/table-list/data-types/RowActionsConfig.js +1 -0
- package/es/cc/table-list/data-types/RowCursor.js +8 -0
- package/es/cc/table-list/data-types/RowSelection.js +1 -0
- package/es/cc/table-list/data-types/SelectionConfig.js +1 -0
- package/es/cc/table-list/data-types/fields/AvatarField.js +1 -0
- package/es/cc/table-list/data-types/fields/CheckboxField.js +1 -0
- package/es/cc/table-list/data-types/fields/EmailField.js +1 -0
- package/es/cc/table-list/data-types/fields/HighlightedValueField.js +1 -0
- package/es/cc/table-list/data-types/fields/LinkField.js +1 -0
- package/es/cc/table-list/data-types/fields/SwitchField.js +1 -0
- package/es/cc/table-list/data-types/fields/TagsField.js +1 -0
- package/es/cc/table-list/data-types/fields/TextField.js +1 -0
- package/es/cc/table-list/data-types/fields/index.js +8 -0
- package/es/cc/table-list/model/HeaderModel.js +16 -0
- package/es/cc/table-list/model/RowModel.js +12 -0
- package/es/cc/table-list/model/TableModel.js +20 -0
- package/es/cc/table-list/model/index.js +12 -0
- package/es/cc/table-list/row/Constants.js +11 -0
- package/es/cc/table-list/row/Properties.js +106 -0
- package/es/cc/tags/ActionHandlers.js +1 -0
- package/es/cc/tags/Actions.js +4 -0
- package/es/cc/tags/Constants.js +7 -0
- package/es/cc/tags/Data.js +7 -0
- package/es/cc/tags/Properties.js +66 -0
- package/es/cc/tags/model/TagModel.js +26 -0
- package/es/cc/tags/model/TagsDataModel.js +12 -0
- package/es/cc/tags/model/index.js +9 -0
- package/es/cc/text/ActionHandlers.js +1 -0
- package/es/cc/text/Actions.js +4 -0
- package/es/cc/text/Constants.js +7 -0
- package/es/cc/text/Data.js +9 -0
- package/es/cc/text/Model.js +14 -0
- package/es/cc/text/Properties.js +27 -0
- package/es/cc/textarea/Constants.js +11 -0
- package/es/cc/textarea/Events.js +20 -0
- package/es/cc/textarea/Properties.js +68 -0
- package/es/cc/textarea/index.js +3 -0
- package/es/cc/textbox/Constants.js +13 -0
- package/es/cc/textbox/Data.js +8 -0
- package/es/cc/textbox/Events.js +22 -0
- package/es/cc/textbox/Properties.js +83 -0
- package/es/cc/textbox/index.js +3 -0
- package/es/desk-frameworks/form-connected/frameworks/EventHandlersFactory.js +24 -0
- package/es/desk-frameworks/form-connected/frameworks/FormConnected.js +5 -0
- package/es/desk-frameworks/form-connected/frameworks/FormConnectedFactory.js +33 -0
- package/es/desk-frameworks/form-connected/frameworks/FormConnectedView.js +28 -0
- package/es/desk-frameworks/form-connected/frameworks/FormSdkFactory.js +35 -0
- package/es/desk-frameworks/index.js +2 -0
- package/es/desk-frameworks/table-connected/adapters/controllers/AbstractController.js +8 -0
- package/es/desk-frameworks/table-connected/adapters/controllers/ResizeByMouseController.js +20 -0
- package/es/desk-frameworks/table-connected/adapters/controllers/ResizeEndController.js +16 -0
- package/es/desk-frameworks/table-connected/adapters/controllers/ResizeFinishController.js +45 -0
- package/es/desk-frameworks/table-connected/adapters/controllers/ResizeStartController.js +33 -0
- package/es/desk-frameworks/table-connected/adapters/controllers/ScrollController.js +15 -0
- package/es/desk-frameworks/table-connected/frameworks/EventHandlersFactory.js +95 -0
- package/es/desk-frameworks/table-connected/frameworks/ListSdkFactory.js +172 -0
- package/es/desk-frameworks/table-connected/frameworks/TableConnected.js +5 -0
- package/es/desk-frameworks/table-connected/frameworks/TableConnectedFactory.js +53 -0
- package/es/desk-frameworks/table-connected/frameworks/TableConnectedView.js +47 -0
- package/es/index.js +9 -0
- package/es/library/behaviours/field-validation/adapters/controllers/AbstractController.js +9 -0
- package/es/library/behaviours/field-validation/adapters/controllers/ValidateFieldController.js +32 -0
- package/es/library/behaviours/field-validation/adapters/controllers/ValidateFieldsController.js +31 -0
- package/es/library/behaviours/field-validation/adapters/gateway/Repository.js +23 -0
- package/es/library/behaviours/field-validation/adapters/gateway/Service.js +18 -0
- package/es/library/behaviours/field-validation/applications/interfaces/UseCaseDependencies.js +1 -0
- package/es/library/behaviours/field-validation/applications/interfaces/gateways/IRepository.js +1 -0
- package/es/library/behaviours/field-validation/applications/interfaces/gateways/IService.js +1 -0
- package/es/library/behaviours/field-validation/applications/interfaces/input/FieldData.js +17 -0
- package/es/library/behaviours/field-validation/applications/interfaces/input/FieldValidationInputModel.js +1 -0
- package/es/library/behaviours/field-validation/applications/interfaces/input/ValidateFieldsInputModel.js +1 -0
- package/es/library/behaviours/field-validation/applications/usecases/AbstractUseCase.js +15 -0
- package/es/library/behaviours/field-validation/applications/usecases/ValidateField.js +29 -0
- package/es/library/behaviours/field-validation/applications/usecases/ValidateFields.js +28 -0
- package/es/library/behaviours/field-validation/domain/FieldValidation.js +94 -0
- package/es/library/behaviours/field-validation/domain/field-vise-validations/BooleanValidation.js +28 -0
- package/es/library/behaviours/field-validation/domain/field-vise-validations/CurrencyValidation.js +49 -0
- package/es/library/behaviours/field-validation/domain/field-vise-validations/DateTimeValidation.js +24 -0
- package/es/library/behaviours/field-validation/domain/field-vise-validations/DateValidation.js +24 -0
- package/es/library/behaviours/field-validation/domain/field-vise-validations/DecimalValidation.js +49 -0
- package/es/library/behaviours/field-validation/domain/field-vise-validations/EmailValidation.js +28 -0
- package/es/library/behaviours/field-validation/domain/field-vise-validations/IntegerValidation.js +39 -0
- package/es/library/behaviours/field-validation/domain/field-vise-validations/LookUpValidation.js +24 -0
- package/es/library/behaviours/field-validation/domain/field-vise-validations/MultiSelectValidation.js +26 -0
- package/es/library/behaviours/field-validation/domain/field-vise-validations/PercentValidation.js +28 -0
- package/es/library/behaviours/field-validation/domain/field-vise-validations/PhoneValidation.js +39 -0
- package/es/library/behaviours/field-validation/domain/field-vise-validations/PicklistValidation.js +24 -0
- package/es/library/behaviours/field-validation/domain/field-vise-validations/TextAreaValidation.js +39 -0
- package/es/library/behaviours/field-validation/domain/field-vise-validations/TextBoxValidation.js +39 -0
- package/es/library/behaviours/field-validation/domain/field-vise-validations/URLValidation.js +28 -0
- package/es/library/behaviours/field-validation/domain/interfaces/FieldTypes.js +20 -0
- package/es/library/behaviours/field-validation/domain/interfaces/IField.js +0 -0
- package/es/library/behaviours/field-validation/domain/interfaces/IFieldValidation.js +1 -0
- package/es/library/behaviours/field-validation/domain/interfaces/IFieldViseValidation.js +1 -0
- package/es/library/behaviours/field-validation/domain/interfaces/ValidationResult.js +1 -0
- package/es/library/behaviours/field-validation/domain/interfaces/ValidationsArray.js +1 -0
- package/es/library/behaviours/field-validation/domain/interfaces/ValidationsEnum.js +22 -0
- package/es/library/behaviours/field-validation/domain/interfaces/ValidationsMap.js +1 -0
- package/es/library/behaviours/field-validation/domain/interfaces/fields/IBooleanField.js +0 -0
- package/es/library/behaviours/field-validation/domain/interfaces/fields/ICurrencyField.js +0 -0
- package/es/library/behaviours/field-validation/domain/interfaces/fields/IDateField.js +0 -0
- package/es/library/behaviours/field-validation/domain/interfaces/fields/IDateTimeField.js +0 -0
- package/es/library/behaviours/field-validation/domain/interfaces/fields/IDecimalField.js +0 -0
- package/es/library/behaviours/field-validation/domain/interfaces/fields/IEmailField.js +0 -0
- package/es/library/behaviours/field-validation/domain/interfaces/fields/IIntegerField.js +0 -0
- package/es/library/behaviours/field-validation/domain/interfaces/fields/ILookUpField.js +0 -0
- package/es/library/behaviours/field-validation/domain/interfaces/fields/IMultiSelectField.js +0 -0
- package/es/library/behaviours/field-validation/domain/interfaces/fields/IPercentField.js +0 -0
- package/es/library/behaviours/field-validation/domain/interfaces/fields/IPhoneField.js +0 -0
- package/es/library/behaviours/field-validation/domain/interfaces/fields/IPicklistField.js +0 -0
- package/es/library/behaviours/field-validation/domain/interfaces/fields/ITextAreaField.js +0 -0
- package/es/library/behaviours/field-validation/domain/interfaces/fields/ITextBoxField.js +0 -0
- package/es/library/behaviours/field-validation/domain/interfaces/fields/IURLField.js +0 -0
- package/es/library/behaviours/field-validation/frameworks/ui/EventHandlerFactory.js +23 -0
- package/es/library/behaviours/field-validation/frameworks/ui/FieldValidationBehaviourFactory.js +27 -0
- package/es/library/behaviours/field-validation/frameworks/ui/__tests__/BooleanFieldValidation.test.js +137 -0
- package/es/library/behaviours/field-validation/frameworks/ui/__tests__/CurrencyFieldValidation.test.js +228 -0
- package/es/library/behaviours/field-validation/frameworks/ui/__tests__/DateFieldValidation.test.js +108 -0
- package/es/library/behaviours/field-validation/frameworks/ui/__tests__/DateTimeFieldValidation.test.js +108 -0
- package/es/library/behaviours/field-validation/frameworks/ui/__tests__/DecimalFieldValidation.test.js +257 -0
- package/es/library/behaviours/field-validation/frameworks/ui/__tests__/EmailFieldValidation.test.js +139 -0
- package/es/library/behaviours/field-validation/frameworks/ui/__tests__/FieldValidationBehaviour.test.js +171 -0
- package/es/library/behaviours/field-validation/frameworks/ui/__tests__/IntegerFieldValidation.test.js +168 -0
- package/es/library/behaviours/field-validation/frameworks/ui/__tests__/LookUpFieldValidation.test.js +108 -0
- package/es/library/behaviours/field-validation/frameworks/ui/__tests__/MultiSelectFieldValidation.test.js +79 -0
- package/es/library/behaviours/field-validation/frameworks/ui/__tests__/PercentFieldValidation.test.js +108 -0
- package/es/library/behaviours/field-validation/frameworks/ui/__tests__/PhoneFieldValidation.test.js +168 -0
- package/es/library/behaviours/field-validation/frameworks/ui/__tests__/PicklistFieldValidation.test.js +79 -0
- package/es/library/behaviours/field-validation/frameworks/ui/__tests__/TextAreaFieldValidation.test.js +170 -0
- package/es/library/behaviours/field-validation/frameworks/ui/__tests__/TextBoxFieldValidation.test.js +170 -0
- package/es/library/behaviours/field-validation/frameworks/ui/__tests__/URLFieldValidation.test.js +108 -0
- package/es/library/behaviours/field-validation/frameworks/utils/FormBasicValidationAdaptor.js +228 -0
- package/es/library/behaviours/field-validation/frameworks/utils/__tests__/formValidate.test.js +284 -0
- package/es/library/behaviours/field-validation/frameworks/utils/formValidate.js +334 -0
- package/es/library/behaviours/list-selection/adapters/controllers/AbstractController.js +9 -0
- package/es/library/behaviours/list-selection/adapters/controllers/AllSelectionController.js +21 -0
- package/es/library/behaviours/list-selection/adapters/controllers/DeselectController.js +26 -0
- package/es/library/behaviours/list-selection/adapters/controllers/DestructController.js +18 -0
- package/es/library/behaviours/list-selection/adapters/controllers/InitializeController.js +18 -0
- package/es/library/behaviours/list-selection/adapters/controllers/RangeSelectionController.js +26 -0
- package/es/library/behaviours/list-selection/adapters/controllers/SelectController.js +26 -0
- package/es/library/behaviours/list-selection/adapters/controllers/SelectionController.js +26 -0
- package/es/library/behaviours/list-selection/adapters/controllers/UpdateController.js +23 -0
- package/es/library/behaviours/list-selection/adapters/gateways/Repository.js +37 -0
- package/es/library/behaviours/list-selection/adapters/gateways/Service.js +38 -0
- package/es/library/behaviours/list-selection/adapters/presenters/Presenter.js +25 -0
- package/es/library/behaviours/list-selection/applications/interfaces/UseCase.js +1 -0
- package/es/library/behaviours/list-selection/applications/interfaces/UseCaseDependencies.js +1 -0
- package/es/library/behaviours/list-selection/applications/interfaces/gateways/IRepository.js +1 -0
- package/es/library/behaviours/list-selection/applications/interfaces/gateways/IService.js +1 -0
- package/es/library/behaviours/list-selection/applications/interfaces/input/AllSelectionInputModel.js +1 -0
- package/es/library/behaviours/list-selection/applications/interfaces/input/DeselectInputModel.js +1 -0
- package/es/library/behaviours/list-selection/applications/interfaces/input/DestructInputModel.js +1 -0
- package/es/library/behaviours/list-selection/applications/interfaces/input/InitializeInputModel.js +1 -0
- package/es/library/behaviours/list-selection/applications/interfaces/input/RangeSelectionInputModel.js +1 -0
- package/es/library/behaviours/list-selection/applications/interfaces/input/SelectInputModel.js +1 -0
- package/es/library/behaviours/list-selection/applications/interfaces/input/SelectionInputModel.js +1 -0
- package/es/library/behaviours/list-selection/applications/interfaces/output/BehaviourStateModel.js +1 -0
- package/es/library/behaviours/list-selection/applications/interfaces/output/IPresenter.js +1 -0
- package/es/library/behaviours/list-selection/applications/usecases/AbstractUseCase.js +17 -0
- package/es/library/behaviours/list-selection/applications/usecases/AllItemSelection.js +20 -0
- package/es/library/behaviours/list-selection/applications/usecases/Deselect.js +21 -0
- package/es/library/behaviours/list-selection/applications/usecases/Destruct.js +8 -0
- package/es/library/behaviours/list-selection/applications/usecases/Initialize.js +15 -0
- package/es/library/behaviours/list-selection/applications/usecases/ItemsSelection.js +21 -0
- package/es/library/behaviours/list-selection/applications/usecases/RangeSelection.js +21 -0
- package/es/library/behaviours/list-selection/applications/usecases/Select.js +21 -0
- package/es/library/behaviours/list-selection/domain/entities/ListItemSelection.js +171 -0
- package/es/library/behaviours/list-selection/domain/entities/interfaces/IListItemSelection.js +1 -0
- package/es/library/behaviours/list-selection/domain/entities/interfaces/ListSelectionModel.js +1 -0
- package/es/library/behaviours/list-selection/frameworks/ActionHandlerFactory.js +44 -0
- package/es/library/behaviours/list-selection/frameworks/ListItemSelectionBehaviourFactory.js +23 -0
- package/es/library/behaviours/local-storage/adapters/controllers/AbstractController.js +7 -0
- package/es/library/behaviours/local-storage/adapters/controllers/SetDataController.js +22 -0
- package/es/library/behaviours/local-storage/adapters/gateways/LocalStorageRepository.js +26 -0
- package/es/library/behaviours/local-storage/adapters/gateways/Service.js +14 -0
- package/es/library/behaviours/local-storage/adapters/presenters/Presenter.js +38 -0
- package/es/library/behaviours/local-storage/applications/interfaces/InputDependencies.js +1 -0
- package/es/library/behaviours/local-storage/applications/interfaces/gateways/IRepository.js +1 -0
- package/es/library/behaviours/local-storage/applications/interfaces/gateways/IService.js +1 -0
- package/es/library/behaviours/local-storage/applications/interfaces/input/SetDataInput.js +1 -0
- package/es/library/behaviours/local-storage/applications/interfaces/input/StateStructure.js +1 -0
- package/es/library/behaviours/local-storage/applications/interfaces/output/BehaviourState.js +1 -0
- package/es/library/behaviours/local-storage/applications/interfaces/output/IPresenter.js +0 -0
- package/es/library/behaviours/local-storage/applications/usecases/AbstractUseCase.js +17 -0
- package/es/library/behaviours/local-storage/applications/usecases/SetDataUseCase.js +17 -0
- package/es/library/behaviours/local-storage/domain/entities/Storage.js +28 -0
- package/es/library/behaviours/local-storage/domain/entities/interfaces/IStorage.js +1 -0
- package/es/library/behaviours/local-storage/frameworks/LocalStorageBehaviourFactory.js +28 -0
- package/es/library/behaviours/sort-by/adapters/controllers/AbstractController.js +9 -0
- package/es/library/behaviours/sort-by/adapters/controllers/SortBy.js +28 -0
- package/es/library/behaviours/sort-by/adapters/gateway/Repository.js +25 -0
- package/es/library/behaviours/sort-by/adapters/gateway/Service.js +14 -0
- package/es/library/behaviours/sort-by/adapters/presenter/Presenter.js +24 -0
- package/es/library/behaviours/sort-by/applications/interfaces/UseCaseDependencies.js +1 -0
- package/es/library/behaviours/sort-by/applications/interfaces/gateways/IRepository.js +1 -0
- package/es/library/behaviours/sort-by/applications/interfaces/gateways/IService.js +1 -0
- package/es/library/behaviours/sort-by/applications/interfaces/input/SortByInputModel.js +1 -0
- package/es/library/behaviours/sort-by/applications/interfaces/output/IPresenter.js +1 -0
- package/es/library/behaviours/sort-by/applications/interfaces/output/SortByOutputModel.js +1 -0
- package/es/library/behaviours/sort-by/applications/usecases/AbstractUseCase.js +17 -0
- package/es/library/behaviours/sort-by/applications/usecases/SortBy.js +28 -0
- package/es/library/behaviours/sort-by/domain/entities/SortBy.js +42 -0
- package/es/library/behaviours/sort-by/domain/entities/interfaces/ISortBy.js +1 -0
- package/es/library/behaviours/sort-by/frameworks/ui/ActionsHandlerFactory.js +23 -0
- package/es/library/behaviours/sort-by/frameworks/ui/DemoBehaviour.js +20 -0
- package/es/library/behaviours/sort-by/frameworks/ui/SortByBehaviourFactory.js +24 -0
- package/es/library/behaviours/table-column-resizer/Readme.md +141 -0
- package/es/library/behaviours/table-column-resizer/ReadmeActionAsEvent.md +141 -0
- package/es/library/behaviours/table-column-resizer/adapters/controllers/AbstractController.js +7 -0
- package/es/library/behaviours/table-column-resizer/adapters/controllers/ResizeByMouseController.js +21 -0
- package/es/library/behaviours/table-column-resizer/adapters/controllers/ResizeByScrollController.js +18 -0
- package/es/library/behaviours/table-column-resizer/adapters/controllers/ResizeEndController.js +21 -0
- package/es/library/behaviours/table-column-resizer/adapters/controllers/ResizeStartController.js +32 -0
- package/es/library/behaviours/table-column-resizer/adapters/controllers/interfaces/ActionHandlerParams.js +1 -0
- package/es/library/behaviours/table-column-resizer/adapters/controllers/interfaces/IController.js +1 -0
- package/es/library/behaviours/table-column-resizer/adapters/controllers/interfaces/ResizeByMouseActionHandlerParams.js +1 -0
- package/es/library/behaviours/table-column-resizer/adapters/controllers/interfaces/ResizeByScrollActionHandlerParams.js +1 -0
- package/es/library/behaviours/table-column-resizer/adapters/controllers/interfaces/ResizeEndActionHandlerParams.js +1 -0
- package/es/library/behaviours/table-column-resizer/adapters/controllers/interfaces/ResizeStartActionHandlerParams.js +1 -0
- package/es/library/behaviours/table-column-resizer/adapters/gateways/Repository.js +32 -0
- package/es/library/behaviours/table-column-resizer/adapters/gateways/Service.js +23 -0
- package/es/library/behaviours/table-column-resizer/adapters/gateways/TableElementService.js +36 -0
- package/es/library/behaviours/table-column-resizer/adapters/presenters/AutoScroll.js +50 -0
- package/es/library/behaviours/table-column-resizer/adapters/presenters/Presenter.js +53 -0
- package/es/library/behaviours/table-column-resizer/applications/interfaces/InputDependencies.js +1 -0
- package/es/library/behaviours/table-column-resizer/applications/interfaces/gateways/IRepo.js +1 -0
- package/es/library/behaviours/table-column-resizer/applications/interfaces/gateways/IService.js +1 -0
- package/es/library/behaviours/table-column-resizer/applications/interfaces/gateways/ITableElementService.js +1 -0
- package/es/library/behaviours/table-column-resizer/applications/interfaces/input/ResizeByMouseInputModel.js +1 -0
- package/es/library/behaviours/table-column-resizer/applications/interfaces/input/ResizeByScrollInputModel.js +1 -0
- package/es/library/behaviours/table-column-resizer/applications/interfaces/input/ResizeEndInputModel.js +1 -0
- package/es/library/behaviours/table-column-resizer/applications/interfaces/input/ResizeStartInputModel.js +1 -0
- package/es/library/behaviours/table-column-resizer/applications/interfaces/input/StateStructure.js +1 -0
- package/es/library/behaviours/table-column-resizer/applications/interfaces/output/BehaviourState.js +1 -0
- package/es/library/behaviours/table-column-resizer/applications/interfaces/output/IPresenter.js +1 -0
- package/es/library/behaviours/table-column-resizer/applications/usecases/AbstractUsecase.js +20 -0
- package/es/library/behaviours/table-column-resizer/applications/usecases/ResizeByMouseUsecase.js +30 -0
- package/es/library/behaviours/table-column-resizer/applications/usecases/ResizeByScrollUsecase.js +27 -0
- package/es/library/behaviours/table-column-resizer/applications/usecases/ResizeEndUsecase.js +33 -0
- package/es/library/behaviours/table-column-resizer/applications/usecases/ResizeStartUsecase.js +39 -0
- package/es/library/behaviours/table-column-resizer/domain/entities/ColumnResizer.js +125 -0
- package/es/library/behaviours/table-column-resizer/domain/entities/Constants.js +3 -0
- package/es/library/behaviours/table-column-resizer/domain/entities/MinMaxLimiter.js +11 -0
- package/es/library/behaviours/table-column-resizer/domain/entities/Mouse.js +16 -0
- package/es/library/behaviours/table-column-resizer/domain/entities/ResizeColumnCalculator.js +84 -0
- package/es/library/behaviours/table-column-resizer/domain/entities/ResizerAutoScrollCalculator.js +44 -0
- package/es/library/behaviours/table-column-resizer/domain/entities/ResizingColumn.js +83 -0
- package/es/library/behaviours/table-column-resizer/domain/entities/Table.js +68 -0
- package/es/library/behaviours/table-column-resizer/domain/entities/interfaces/ColumnResizerRestoreModel.js +1 -0
- package/es/library/behaviours/table-column-resizer/domain/entities/interfaces/ElementResizeInfo.js +1 -0
- package/es/library/behaviours/table-column-resizer/domain/entities/interfaces/IColumnResizer.js +1 -0
- package/es/library/behaviours/table-column-resizer/domain/entities/interfaces/ResizeColumnCalculatorRestoreModel.js +1 -0
- package/es/library/behaviours/table-column-resizer/domain/entities/interfaces/ResizerEndResult.js +1 -0
- package/es/library/behaviours/table-column-resizer/domain/entities/interfaces/ResizingColumnRestoreModel.js +1 -0
- package/es/library/behaviours/table-column-resizer/frameworks/TableColumnResizerBehaviorFactory.js +38 -0
- package/es/library/behaviours/text-to-field-click/adapters/controllers/ClickController.js +23 -0
- package/es/library/behaviours/text-to-field-click/adapters/gateway/Repository.js +20 -0
- package/es/library/behaviours/text-to-field-click/applications/interfaces/UseCaseDependencies.js +1 -0
- package/es/library/behaviours/text-to-field-click/applications/interfaces/gateways/IRepository.js +1 -0
- package/es/library/behaviours/text-to-field-click/applications/interfaces/input/ClickUseCaseInputModel.js +1 -0
- package/es/library/behaviours/text-to-field-click/applications/usecases/AbstractUseCase.js +15 -0
- package/es/library/behaviours/text-to-field-click/applications/usecases/ClickUseCase.js +17 -0
- package/es/library/behaviours/text-to-field-click/domain/entities/FieldEventConverter.js +19 -0
- package/es/library/behaviours/text-to-field-click/domain/entities/interfaces/IFieldEventConverter.js +1 -0
- package/es/library/behaviours/text-to-field-click/frameworks/ui/EventHandlersFactory.js +17 -0
- package/es/library/behaviours/text-to-field-click/frameworks/ui/TextToFieldClickBehaviourFactory.js +15 -0
- package/es/library/custom-component/adapters/controllers/Controller.js +50 -0
- package/es/library/custom-component/adapters/controllers/interface/IController.js +1 -0
- package/es/library/custom-component/adapters/gateways/event-manager/EventManager.js +89 -0
- package/es/library/custom-component/adapters/gateways/repository/Repository.js +22 -0
- package/es/library/custom-component/adapters/gateways/service/Service.js +34 -0
- package/es/library/custom-component/adapters/presenters/Presenter.js +26 -0
- package/es/library/custom-component/applications/entities-factory/BehavioursFactory.js +43 -0
- package/es/library/custom-component/applications/entities-factory/ComponentFactory.js +47 -0
- package/es/library/custom-component/applications/entities-factory/EventHandlersFactory.js +8 -0
- package/es/library/custom-component/applications/entities-factory/PropertiesFactory.js +22 -0
- package/es/library/custom-component/applications/interfaces/InputDependencies.js +1 -0
- package/es/library/custom-component/applications/interfaces/OutputDependencies.js +1 -0
- package/es/library/custom-component/applications/interfaces/UseCase.js +1 -0
- package/es/library/custom-component/applications/interfaces/gateways/IEventManager.js +1 -0
- package/es/library/custom-component/applications/interfaces/gateways/IJSONValidator.js +1 -0
- package/es/library/custom-component/applications/interfaces/gateways/IRepository.js +1 -0
- package/es/library/custom-component/applications/interfaces/gateways/IService.js +1 -0
- package/es/library/custom-component/applications/interfaces/input/DispatchInputModel.js +1 -0
- package/es/library/custom-component/applications/interfaces/input/InitailizeInputModel.js +1 -0
- package/es/library/custom-component/applications/interfaces/input/UpdatePropertiesInputModel.js +1 -0
- package/es/library/custom-component/applications/interfaces/input/UpdateStateInputModel.js +1 -0
- package/es/library/custom-component/applications/interfaces/output/OutputBoundary.js +1 -0
- package/es/library/custom-component/applications/usecases/AbstractUseCase.js +8 -0
- package/es/library/custom-component/applications/usecases/DispatchUseCase.js +22 -0
- package/es/library/custom-component/applications/usecases/InitializeUseCase.js +26 -0
- package/es/library/custom-component/applications/usecases/MountUseCase.js +24 -0
- package/es/library/custom-component/applications/usecases/UnmountUseCase.js +25 -0
- package/es/library/custom-component/applications/usecases/UpdatePropertyUseCase.js +29 -0
- package/es/library/custom-component/applications/usecases/UpdateStateUseCase.js +20 -0
- package/es/library/custom-component/domain/entities/Behaviour.js +54 -0
- package/es/library/custom-component/domain/entities/Component.js +257 -0
- package/es/library/custom-component/domain/entities/DefaultAppendToActionPayload.js +10 -0
- package/es/library/custom-component/domain/entities/Event.js +32 -0
- package/es/library/custom-component/domain/entities/EventHandler.js +17 -0
- package/es/library/custom-component/domain/entities/EventHandlers.js +12 -0
- package/es/library/custom-component/domain/entities/LifeCycleAction.js +38 -0
- package/es/library/custom-component/domain/entities/Payload.js +21 -0
- package/es/library/custom-component/domain/entities/Properties.js +156 -0
- package/es/library/custom-component/domain/entities/Property.js +65 -0
- package/es/library/custom-component/domain/entities/Schema.js +14 -0
- package/es/library/custom-component/domain/entities/State.js +22 -0
- package/es/library/custom-component/domain/entities/Style.js +36 -0
- package/es/library/custom-component/domain/entities/interfaces/EventModel.js +1 -0
- package/es/library/custom-component/domain/entities/interfaces/IBehaviour.js +1 -0
- package/es/library/custom-component/domain/entities/interfaces/IComponent.js +1 -0
- package/es/library/custom-component/domain/entities/interfaces/IEvent.js +1 -0
- package/es/library/custom-component/domain/entities/interfaces/IEventHandler.js +1 -0
- package/es/library/custom-component/domain/entities/interfaces/IEventHandlerHelpers.js +1 -0
- package/es/library/custom-component/domain/entities/interfaces/IEventHandlers.js +1 -0
- package/es/library/custom-component/domain/entities/interfaces/IEventWrapper.js +1 -0
- package/es/library/custom-component/domain/entities/interfaces/ILifeCycleAction.js +1 -0
- package/es/library/custom-component/domain/entities/interfaces/IPayload.js +1 -0
- package/es/library/custom-component/domain/entities/interfaces/IProperties.js +1 -0
- package/es/library/custom-component/domain/entities/interfaces/IProperty.js +1 -0
- package/es/library/custom-component/domain/entities/interfaces/ISchema.js +1 -0
- package/es/library/custom-component/domain/entities/interfaces/IState.js +1 -0
- package/es/library/custom-component/domain/entities/interfaces/IStyle.js +1 -0
- package/es/library/custom-component/domain/entities/interfaces/IUpdateHelper.js +0 -0
- package/es/library/custom-component/domain/entities/interfaces/IValidator.js +1 -0
- package/es/library/custom-component/frameworks/json-schema-validator/Validator.js +31 -0
- package/es/library/custom-component/frameworks/object-path-immutable/ImmutableHelper.js +5 -0
- package/es/library/custom-component/frameworks/ui/Compare.js +72 -0
- package/es/library/custom-component/frameworks/ui/ComponentRegistry.js +28 -0
- package/es/library/custom-component/frameworks/ui/CreateCustomComponent.js +154 -0
- package/es/library/custom-component/frameworks/ui/CreateSlotComponent.js +81 -0
- package/es/library/custom-component/frameworks/ui/CustomComponentFactory.js +56 -0
- package/es/library/custom-component/frameworks/ui/DependencyFactory.js +34 -0
- package/es/library/custom-component/frameworks/ui/__testcases__/CreateCustomComponent.spec.js +17 -10
- package/es/library/dot/components/action-location/adapters/controllers/MountController.js +18 -0
- package/es/library/dot/components/action-location/adapters/controllers/PropertiesChangeController.js +26 -0
- package/es/library/dot/components/action-location/adapters/controllers/UnmountController.js +18 -0
- package/es/library/dot/components/action-location/adapters/gateway/Repository.js +32 -0
- package/es/library/dot/components/action-location/adapters/presenters/Presenter.js +22 -0
- package/es/library/dot/components/action-location/entities/ActionLocationEntity.js +98 -0
- package/es/library/dot/components/action-location/entities/interfaces/ActionViewModel.js +0 -0
- package/es/library/dot/components/action-location/entities/interfaces/EventMappingViewModel.js +0 -0
- package/es/library/dot/components/action-location/entities/interfaces/IActionLocation.js +1 -0
- package/es/library/dot/components/action-location/frameworks/ui/ActionComponentMapping.js +7 -0
- package/es/library/dot/components/action-location/frameworks/ui/ActionLocation.js +13 -0
- package/es/library/dot/components/action-location/frameworks/ui/ActionLocationView.js +17 -0
- package/es/library/dot/components/action-location/frameworks/ui/EventHandlersFactory.js +31 -0
- package/es/library/dot/components/action-location/usecases/interactors/AbstractUseCase.js +15 -0
- package/es/library/dot/components/action-location/usecases/interactors/DestroyUseCase.js +13 -0
- package/es/library/dot/components/action-location/usecases/interactors/InitializeUseCase.js +13 -0
- package/es/library/dot/components/action-location/usecases/interactors/PropertiesChangeUseCase.js +17 -0
- package/es/library/dot/components/action-location/usecases/interfaces/UseCaseDependencies.js +1 -0
- package/es/library/dot/components/action-location/usecases/interfaces/gateways/IRepository.js +0 -0
- package/es/library/dot/components/action-location/usecases/interfaces/input/PropertiesChangeUseCaseInputModel.js +1 -0
- package/es/library/dot/components/action-location/usecases/interfaces/output/IPresenter.js +0 -0
- package/es/library/dot/components/actions-renderer/frameworks/ui/ActionsRenderer.js +9 -0
- package/es/library/dot/components/actions-renderer/frameworks/ui/ActionsRendererView.js +37 -0
- package/es/library/dot/components/form/adapters/presenter/TransformState.js +57 -0
- package/es/library/dot/components/form/frameworks/ui/EventHandlerFactory.js +54 -0
- package/es/library/dot/components/form/frameworks/ui/Form.js +14 -0
- package/es/library/dot/components/form/frameworks/ui/FormView.js +43 -0
- package/es/library/dot/components/form/frameworks/ui/__test__/Form.test.js +146 -0
- package/es/library/dot/components/form/frameworks/ui/css/Form.module.css +29 -0
- package/es/library/dot/components/form/frameworks/ui/sub-components/Sections.js +32 -0
- package/es/library/dot/components/form-fields/checkbox/adapters/presenter/TransformState.js +22 -0
- package/es/library/dot/components/form-fields/checkbox/frameworks/ui/Checkbox.js +14 -0
- package/es/library/dot/components/form-fields/checkbox/frameworks/ui/CheckboxView.js +78 -0
- package/es/library/dot/components/form-fields/checkbox/frameworks/ui/EventHandlerFactory.js +68 -0
- package/es/library/dot/components/form-fields/checkbox/frameworks/ui/__test__/Checkbox.test.js +78 -0
- package/es/library/dot/components/form-fields/currency/adapters/presenter/TransformState.js +81 -0
- package/es/library/dot/components/form-fields/currency/frameworks/ui/Currency.js +14 -0
- package/es/library/dot/components/form-fields/currency/frameworks/ui/CurrencyView.js +47 -0
- package/es/library/dot/components/form-fields/currency/frameworks/ui/EventHandlerFactory.js +70 -0
- package/es/library/dot/components/form-fields/currency/frameworks/ui/__test__/Currency.test.js +40 -0
- package/es/library/dot/components/form-fields/date/adapters/presenter/TransformState.js +22 -0
- package/es/library/dot/components/form-fields/date/frameworks/ui/Date.js +14 -0
- package/es/library/dot/components/form-fields/date/frameworks/ui/DateView.js +45 -0
- package/es/library/dot/components/form-fields/date/frameworks/ui/EventHandlerFactory.js +70 -0
- package/es/library/dot/components/form-fields/date/frameworks/ui/__test__/Date.test.js +32 -0
- package/es/library/dot/components/form-fields/datetime/adapters/presenter/TransformState.js +22 -0
- package/es/library/dot/components/form-fields/datetime/frameworks/ui/DateTime.js +14 -0
- package/es/library/dot/components/form-fields/datetime/frameworks/ui/DateTimeView.js +46 -0
- package/es/library/dot/components/form-fields/datetime/frameworks/ui/EventHandlerFactory.js +70 -0
- package/es/library/dot/components/form-fields/datetime/frameworks/ui/__test__/DateTime.test.js +32 -0
- package/es/library/dot/components/form-fields/decimal/adapters/presenter/TransformState.js +31 -0
- package/es/library/dot/components/form-fields/decimal/frameworks/ui/Decimal.js +14 -0
- package/es/library/dot/components/form-fields/decimal/frameworks/ui/DecimalView.js +47 -0
- package/es/library/dot/components/form-fields/decimal/frameworks/ui/EventHandlerFactory.js +70 -0
- package/es/library/dot/components/form-fields/decimal/frameworks/ui/__test__/Decimal.test.js +43 -0
- package/es/library/dot/components/form-fields/email/adapters/presenter/TransformState.js +23 -0
- package/es/library/dot/components/form-fields/email/frameworks/ui/Email.js +14 -0
- package/es/library/dot/components/form-fields/email/frameworks/ui/EmailView.js +47 -0
- package/es/library/dot/components/form-fields/email/frameworks/ui/EventHandlerFactory.js +70 -0
- package/es/library/dot/components/form-fields/email/frameworks/ui/__test__/Email.test.js +40 -0
- package/es/library/dot/components/form-fields/ephi-tag/frameworks/ui/EPHITag.js +10 -0
- package/es/library/dot/components/form-fields/ephi-tag/frameworks/ui/EPHITagView.js +21 -0
- package/es/library/dot/components/form-fields/ephi-tag/frameworks/ui/css/EPHITag.module.css +3 -0
- package/es/library/dot/components/form-fields/field/__test__/common.js +163 -0
- package/es/library/dot/components/form-fields/index.js +15 -0
- package/es/library/dot/components/form-fields/info-icon/frameworks/ui/InfoIcon.js +10 -0
- package/es/library/dot/components/form-fields/info-icon/frameworks/ui/InfoIconView.js +21 -0
- package/es/library/dot/components/form-fields/info-icon/frameworks/ui/css/InfoIcon.module.css +3 -0
- package/es/library/dot/components/form-fields/multi-select/adapters/presenter/TransformState.js +31 -0
- package/es/library/dot/components/form-fields/multi-select/frameworks/ui/EventHandlerFactory.js +70 -0
- package/es/library/dot/components/form-fields/multi-select/frameworks/ui/MultiSelect.js +14 -0
- package/es/library/dot/components/form-fields/multi-select/frameworks/ui/MultiSelectView.js +59 -0
- package/es/library/dot/components/form-fields/multi-select/frameworks/ui/__test__/MultiSelect.test.js +74 -0
- package/es/library/dot/components/form-fields/number/adapters/presenter/TransformState.js +31 -0
- package/es/library/dot/components/form-fields/number/frameworks/ui/EventHandlerFactory.js +70 -0
- package/es/library/dot/components/form-fields/number/frameworks/ui/Number.js +14 -0
- package/es/library/dot/components/form-fields/number/frameworks/ui/NumberView.js +47 -0
- package/es/library/dot/components/form-fields/number/frameworks/ui/__test__/Number.test.js +43 -0
- package/es/library/dot/components/form-fields/percentage/adapters/presenter/TransformState.js +31 -0
- package/es/library/dot/components/form-fields/percentage/frameworks/ui/EventHandlerFactory.js +70 -0
- package/es/library/dot/components/form-fields/percentage/frameworks/ui/Percentage.js +14 -0
- package/es/library/dot/components/form-fields/percentage/frameworks/ui/PercentageView.js +47 -0
- package/es/library/dot/components/form-fields/percentage/frameworks/ui/__test__/Percentage.test.js +43 -0
- package/es/library/dot/components/form-fields/phone/adapters/presenter/TransformState.js +31 -0
- package/es/library/dot/components/form-fields/phone/frameworks/ui/EventHandlerFactory.js +70 -0
- package/es/library/dot/components/form-fields/phone/frameworks/ui/Phone.js +14 -0
- package/es/library/dot/components/form-fields/phone/frameworks/ui/PhoneView.js +47 -0
- package/es/library/dot/components/form-fields/phone/frameworks/ui/__test__/Phone.test.js +43 -0
- package/es/library/dot/components/form-fields/pick-list/adapters/presenter/TransformState.js +23 -0
- package/es/library/dot/components/form-fields/pick-list/frameworks/ui/EventHandlerFactory.js +70 -0
- package/es/library/dot/components/form-fields/pick-list/frameworks/ui/PickList.js +14 -0
- package/es/library/dot/components/form-fields/pick-list/frameworks/ui/PickListView.js +59 -0
- package/es/library/dot/components/form-fields/pick-list/frameworks/ui/__test__/PickList.test.js +72 -0
- package/es/library/dot/components/form-fields/textarea/adapters/presenter/TransformState.js +23 -0
- package/es/library/dot/components/form-fields/textarea/frameworks/ui/EventHandlerFactory.js +70 -0
- package/es/library/dot/components/form-fields/textarea/frameworks/ui/TextArea.js +14 -0
- package/es/library/dot/components/form-fields/textarea/frameworks/ui/TextAreaView.js +47 -0
- package/es/library/dot/components/form-fields/textarea/frameworks/ui/__test__/TextArea.test.js +59 -0
- package/es/library/dot/components/form-fields/textbox/adapters/presenter/TransformState.js +32 -0
- package/es/library/dot/components/form-fields/textbox/frameworks/ui/EventHandlerFactory.js +70 -0
- package/es/library/dot/components/form-fields/textbox/frameworks/ui/TextBox.js +14 -0
- package/es/library/dot/components/form-fields/textbox/frameworks/ui/TextBoxView.js +47 -0
- package/es/library/dot/components/form-fields/textbox/frameworks/ui/__test__/TextBox.test.js +85 -0
- package/es/library/dot/components/form-fields/url/adapters/presenter/TransformState.js +31 -0
- package/es/library/dot/components/form-fields/url/frameworks/ui/EventHandlerFactory.js +70 -0
- package/es/library/dot/components/form-fields/url/frameworks/ui/Url.js +14 -0
- package/es/library/dot/components/form-fields/url/frameworks/ui/UrlView.js +47 -0
- package/es/library/dot/components/form-fields/url/frameworks/ui/__test__/Url.test.js +43 -0
- package/es/library/dot/components/section/adapters/presenter/TransFormState.js +26 -0
- package/es/library/dot/components/section/frameworks/ui/EventHandlerFactory.js +60 -0
- package/es/library/dot/components/section/frameworks/ui/Section.js +15 -0
- package/es/library/dot/components/section/frameworks/ui/SectionView.js +51 -0
- package/es/library/dot/components/section/frameworks/ui/__test__/Section.test.js +76 -0
- package/es/library/dot/components/table-list/adapters/controllers/AbstractController.js +8 -0
- package/es/library/dot/components/table-list/adapters/controllers/FieldChangeController.js +33 -0
- package/es/library/dot/components/table-list/adapters/controllers/FieldClickController.js +31 -0
- package/es/library/dot/components/table-list/adapters/controllers/RowClickController.js +23 -0
- package/es/library/dot/components/table-list/adapters/controllers/ScrollController.js +32 -0
- package/es/library/dot/components/table-list/adapters/controllers/SelectAllController.js +16 -0
- package/es/library/dot/components/table-list/adapters/controllers/SelectItemController.js +34 -0
- package/es/library/dot/components/table-list/adapters/controllers/SortByController.js +25 -0
- package/es/library/dot/components/table-list/adapters/controllers/SortedController.js +18 -0
- package/es/library/dot/components/table-list/adapters/controllers/index.js +7 -0
- package/es/library/dot/components/table-list/adapters/presenters/TableTranslator.js +52 -0
- package/es/library/dot/components/table-list/frameworks/hooks/useLatestCallBack.js +9 -0
- package/es/library/dot/components/table-list/frameworks/hooks/useMouseResizable.js +49 -0
- package/es/library/dot/components/table-list/frameworks/ui/EventHandlersFactory.js +21 -0
- package/es/library/dot/components/table-list/frameworks/ui/TableList.js +15 -0
- package/es/library/dot/components/table-list/frameworks/ui/TableListView.js +143 -0
- package/es/library/dot/components/table-list/frameworks/ui/css/TableList.module.css +3 -0
- package/es/library/dot/components/table-list/frameworks/ui/handlers/HandleAllSelect.js +6 -0
- package/es/library/dot/components/table-list/frameworks/ui/handlers/HandleRowSelect.js +12 -0
- package/es/library/dot/components/table-list/frameworks/ui/handlers/HandleScroll.js +12 -0
- package/es/library/dot/components/table-list/frameworks/ui/handlers/HandleSortClick.js +12 -0
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/Body.js +17 -0
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/ColumnResizingLine.js +20 -0
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/ErrorState.js +28 -0
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/Header.js +75 -0
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/Loading.js +22 -0
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/NoData.js +26 -0
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/Rows.js +53 -0
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/field/FieldComponent.js +23 -0
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/header/ActionColumn.js +16 -0
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/header/ColumnResizer.js +58 -0
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/header/HeaderData.js +58 -0
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/header/Headers.js +30 -0
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/header/ResizerExtraSpace.js +21 -0
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/header/SelectAll.js +26 -0
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/row/Columns.js +25 -0
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/row/Row.js +123 -0
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/row/RowActions.js +25 -0
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/row/RowData.js +36 -0
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/row/RowEventHandlersFactory.js +16 -0
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/row/RowSelection.js +33 -0
- package/es/library/dot/legacy-to-new-arch/action-icon/frameworks/ui/ActionIcon.js +11 -0
- package/es/library/dot/legacy-to-new-arch/action-icon/frameworks/ui/ActionIconView.js +30 -0
- package/es/library/dot/legacy-to-new-arch/avatar/frameworks/ui/Avatar.js +11 -0
- package/es/library/dot/legacy-to-new-arch/avatar/frameworks/ui/AvatarView.js +61 -0
- package/es/library/dot/legacy-to-new-arch/checkbox/frameworks/ui/Checkbox.js +11 -0
- package/es/library/dot/legacy-to-new-arch/checkbox/frameworks/ui/CheckboxView.js +47 -0
- package/es/library/dot/legacy-to-new-arch/common-empty-state/CommonEmptyState.js +11 -0
- package/es/library/dot/legacy-to-new-arch/common-empty-state/CommonEmptyStateView.js +13 -0
- package/es/library/dot/legacy-to-new-arch/date/frameworks/ui/Date.js +12 -0
- package/es/library/dot/legacy-to-new-arch/date/frameworks/ui/DateView.js +56 -0
- package/es/library/dot/legacy-to-new-arch/email/frameworks/ui/Email.js +11 -0
- package/es/library/dot/legacy-to-new-arch/email/frameworks/ui/EmailView.js +30 -0
- package/es/library/dot/legacy-to-new-arch/highlighted-value/frameworks/ui/HighlightedValue.js +11 -0
- package/es/library/dot/legacy-to-new-arch/highlighted-value/frameworks/ui/HighlightedValueView.js +33 -0
- package/es/library/dot/legacy-to-new-arch/index.js +9 -0
- package/es/library/dot/legacy-to-new-arch/label/frameworks/ui/Label.js +10 -0
- package/es/library/dot/legacy-to-new-arch/label/frameworks/ui/LabelView.js +31 -0
- package/es/library/dot/legacy-to-new-arch/label/frameworks/ui/css/Label.module.css +21 -0
- package/es/library/dot/legacy-to-new-arch/label/frameworks/ui/sub-components/ui/LabelAction.js +9 -0
- package/es/library/dot/legacy-to-new-arch/label/frameworks/ui/sub-components/ui/LabelActionView.js +38 -0
- package/es/library/dot/legacy-to-new-arch/label/frameworks/ui/sub-components/ui/css/LabelAction.module.css +4 -0
- package/es/library/dot/legacy-to-new-arch/link/frameworks/ui/Link.js +11 -0
- package/es/library/dot/legacy-to-new-arch/link/frameworks/ui/LinkView.js +37 -0
- package/es/library/dot/legacy-to-new-arch/multi-select/frameworks/ui/MultiSelect.js +11 -0
- package/es/library/dot/legacy-to-new-arch/multi-select/frameworks/ui/MultiSelectView.js +55 -0
- package/es/library/dot/legacy-to-new-arch/select/frameworks/ui/Select.js +12 -0
- package/es/library/dot/legacy-to-new-arch/select/frameworks/ui/SelectView.js +59 -0
- package/es/library/dot/legacy-to-new-arch/switch/frameworks/ui/Switch.js +11 -0
- package/es/library/dot/legacy-to-new-arch/switch/frameworks/ui/SwitchView.js +41 -0
- package/es/library/dot/legacy-to-new-arch/table-column-sort/frameworks/ui/TableColumnSort.js +11 -0
- package/es/library/dot/legacy-to-new-arch/table-column-sort/frameworks/ui/TableColumnSortView.js +44 -0
- package/es/library/dot/legacy-to-new-arch/table-column-sort/frameworks/ui/css/TableColumnSort.module.css +10 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/checkbox-field/frameworks/ui/CheckboxField.js +13 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/checkbox-field/frameworks/ui/CheckboxFieldView.js +18 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/checkbox-field/frameworks/ui/EventHandlersFactory.js +29 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/coloured-multiselect-field/frameworks/ui/ColouredMultiSelectField.js +12 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/coloured-multiselect-field/frameworks/ui/ColouredMultiSelectFieldView.js +23 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/coloured-picklist-field/frameworks/ui/ColouredPickListField.js +14 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/coloured-picklist-field/frameworks/ui/ColouredPickListFieldView.js +33 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/currency-field/frameworks/ui/CurrencyField.js +14 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/currency-field/frameworks/ui/CurrencyFieldView.js +14 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/date-field/frameworks/ui/DateField.js +14 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/date-field/frameworks/ui/DateFieldView.js +14 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/datetime-field/frameworks/ui/DateTimeField.js +14 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/datetime-field/frameworks/ui/DateTimeFieldView.js +14 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/decimal-field/frameworks/ui/DecimalField.js +14 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/decimal-field/frameworks/ui/DecimalFieldView.js +14 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/email-field/frameworks/ui/EmailField.js +12 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/email-field/frameworks/ui/EmailFieldView.js +14 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/index.js +38 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/lookup-field/frameworks/ui/LookupField.js +12 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/lookup-field/frameworks/ui/LookupFieldView.js +19 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/multiselect-field/frameworks/ui/MultiSelectField.js +12 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/multiselect-field/frameworks/ui/MultiSelectFieldView.js +18 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/number-field/frameworks/ui/NumberField.js +14 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/number-field/frameworks/ui/NumberFieldView.js +14 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/percentage-field/frameworks/ui/PercentageField.js +14 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/percentage-field/frameworks/ui/PercentageFieldView.js +14 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/phone-field/frameworks/ui/PhoneField.js +12 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/phone-field/frameworks/ui/PhoneFieldView.js +21 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/picklist-field/frameworks/ui/PickListField.js +14 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/picklist-field/frameworks/ui/PickListFieldView.js +14 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/singleline-field/frameworks/ui/SingleLineField.js +14 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/singleline-field/frameworks/ui/SingleLineFieldView.js +15 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/switch-field/frameworks/ui/EventHandlersFactory.js +29 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/switch-field/frameworks/ui/SwitchField.js +13 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/switch-field/frameworks/ui/SwitchFieldView.js +17 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/url-field/frameworks/ui/EventHandlersFactory.js +26 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/url-field/frameworks/ui/UrlField.js +13 -0
- package/es/library/dot/legacy-to-new-arch/table-field-components/url-field/frameworks/ui/UrlFieldView.js +17 -0
- package/es/library/dot/legacy-to-new-arch/tags/frameworks/ui/TagContractAdapter.js +26 -0
- package/es/library/dot/legacy-to-new-arch/tags/frameworks/ui/Tags.js +11 -0
- package/es/library/dot/legacy-to-new-arch/tags/frameworks/ui/TagsView.js +35 -0
- package/es/library/dot/legacy-to-new-arch/text/frameworks/ui/Text.js +11 -0
- package/es/library/dot/legacy-to-new-arch/text/frameworks/ui/TextView.js +36 -0
- package/es/library/dot/legacy-to-new-arch/text-area/frameworks/ui/TextArea.js +11 -0
- package/es/library/dot/legacy-to-new-arch/text-area/frameworks/ui/TextAreaView.js +52 -0
- package/es/library/dot/legacy-to-new-arch/textbox/frameworks/ui/TextBox.js +12 -0
- package/es/library/dot/legacy-to-new-arch/textbox/frameworks/ui/TextBoxView.js +55 -0
- package/es/library/index.js +8 -0
- package/es/library/slot/frameworks/ui/ConvertSlotToComponent.js +23 -0
- package/es/library/slot/index.js +1 -0
- package/es/library/translator-common/adapters/presenter/TransFormState.js +6 -0
- package/es/library/translator-common/index.js +1 -0
- package/es/platform/client-actions/bc/zclient-actions/Constants.js +11 -0
- package/es/platform/client-actions/bc/zclient-actions/EventHandlers.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/adapters/controllers/AbstractController.js +8 -0
- package/es/platform/client-actions/behaviour/zclient-actions/adapters/controllers/ClientActionBehaviourExecutorController.js +27 -0
- package/es/platform/client-actions/behaviour/zclient-actions/adapters/controllers/FailureController.js +28 -0
- package/es/platform/client-actions/behaviour/zclient-actions/adapters/controllers/FetchStateStopController.js +21 -0
- package/es/platform/client-actions/behaviour/zclient-actions/adapters/controllers/MountController.js +25 -0
- package/es/platform/client-actions/behaviour/zclient-actions/adapters/controllers/NoContentController.js +23 -0
- package/es/platform/client-actions/behaviour/zclient-actions/adapters/controllers/SetClientActionsController.js +24 -0
- package/es/platform/client-actions/behaviour/zclient-actions/adapters/controllers/SuccessController.js +28 -0
- package/es/platform/client-actions/behaviour/zclient-actions/adapters/gateways/Repository.js +28 -0
- package/es/platform/client-actions/behaviour/zclient-actions/adapters/gateways/Service.js +35 -0
- package/es/platform/client-actions/behaviour/zclient-actions/adapters/presenters/Presenter.js +24 -0
- package/es/platform/client-actions/behaviour/zclient-actions/applications/entities-factory/ClientActionFactory.js +12 -0
- package/es/platform/client-actions/behaviour/zclient-actions/applications/entities-factory/ClientActionManagerFactory.js +10 -0
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/ClientActionModel.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/ComponentPropertiesModel.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/ConditionFieldModel.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/ConditionModel.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/EventMappingModel.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/IError.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/InputDependencies.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/PayloadValueMappingModel.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/PropsMeta.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/StrategyMeta.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/UIComponentMappingModel.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/UserDetailsModel.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/gateways/IRepository.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/gateways/IService.js +0 -0
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/gateways/State.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/input/ExecuteActionBehaviourInputModel.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/input/FailureInputModel.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/input/FetchStateStopInputModel.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/input/InitializeInputModel.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/input/NoContentInputModel.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/input/SetClientActionsInputModel.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/input/SuccessInputModel.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/output/IPresenter.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/applications/usecases/AbstractUseCase.js +17 -0
- package/es/platform/client-actions/behaviour/zclient-actions/applications/usecases/ExecuteActionBehaviourUseCase.js +33 -0
- package/es/platform/client-actions/behaviour/zclient-actions/applications/usecases/FailureUseCase.js +22 -0
- package/es/platform/client-actions/behaviour/zclient-actions/applications/usecases/FetchStateStopUseCase.js +25 -0
- package/es/platform/client-actions/behaviour/zclient-actions/applications/usecases/InitializeUseCase.js +17 -0
- package/es/platform/client-actions/behaviour/zclient-actions/applications/usecases/NoContentUseCase.js +27 -0
- package/es/platform/client-actions/behaviour/zclient-actions/applications/usecases/SetClientActionsUseCase.js +21 -0
- package/es/platform/client-actions/behaviour/zclient-actions/applications/usecases/SuccessUseCase.js +22 -0
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/ClientAction.js +65 -0
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/ClientActionManager.js +141 -0
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/ClientActions.js +50 -0
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/EventMapping.js +36 -0
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/EventMappings.js +15 -0
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/GetClientActionsStrategy.js +44 -0
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/UIComponentMapping.js +41 -0
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/BehaviourState.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/ClientActionModel.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/ClientActionsModel.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/ComponentPropertiesModel.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/ConditionFieldModel.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/ConditionModel.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/EventMappingModel.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/EventModel.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/IAction.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/IClientAction.js +0 -0
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/IClientActionExecuteStrategy.js +0 -0
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/IClientActionManager.js +0 -0
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/IClientActions.js +0 -0
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/IError.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/IEvent.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/IEventMapping.js +0 -0
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/IEventMappings.js +0 -0
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/IPayload.js +0 -0
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/IUIComponentMapping.js +0 -0
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/PayloadValueMappingModel.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/PropsMeta.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/State.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/StrategyMeta.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/SubMeta.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/UIComponentMappingModel.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/UserDetailsModel.js +1 -0
- package/es/platform/client-actions/behaviour/zclient-actions/frameworks/ActionsHandlersFactory.js +47 -0
- package/es/platform/client-actions/behaviour/zclient-actions/frameworks/ClientActionsBehaviourFactory.js +12 -0
- package/es/platform/client-actions/cc/action-event-mediator/Properties.js +34 -0
- package/es/platform/client-actions/cc/dynamic-action-component/Properties.js +51 -0
- package/es/platform/client-actions/components/action-event-mediator/adapters/controllers/MountController.js +18 -0
- package/es/platform/client-actions/components/action-event-mediator/adapters/controllers/PropertiesChangeController.js +26 -0
- package/es/platform/client-actions/components/action-event-mediator/adapters/controllers/UnmountController.js +18 -0
- package/es/platform/client-actions/components/action-event-mediator/adapters/gateway/Repository.js +36 -0
- package/es/platform/client-actions/components/action-event-mediator/adapters/presenters/Presenter.js +22 -0
- package/es/platform/client-actions/components/action-event-mediator/applications/interfaces/UseCaseDependencies.js +1 -0
- package/es/platform/client-actions/components/action-event-mediator/applications/interfaces/gateways/IRepository.js +0 -0
- package/es/platform/client-actions/components/action-event-mediator/applications/interfaces/input/PropertiesChangeUseCaseInputModel.js +1 -0
- package/es/platform/client-actions/components/action-event-mediator/applications/interfaces/output/IPresenter.js +0 -0
- package/es/platform/client-actions/components/action-event-mediator/applications/usecases/AbstractUseCase.js +15 -0
- package/es/platform/client-actions/components/action-event-mediator/applications/usecases/DestroyUseCase.js +13 -0
- package/es/platform/client-actions/components/action-event-mediator/applications/usecases/InitializeUseCase.js +13 -0
- package/es/platform/client-actions/components/action-event-mediator/applications/usecases/PropertiesChangeUseCase.js +17 -0
- package/es/platform/client-actions/components/action-event-mediator/domain/entities/ActionEventMediatorEntity.js +108 -0
- package/es/platform/client-actions/components/action-event-mediator/domain/entities/interfaces/IActionLocation.js +1 -0
- package/es/platform/client-actions/components/action-event-mediator/domain/entities/interfaces/IState.js +1 -0
- package/es/platform/client-actions/components/action-event-mediator/frameworks/ui/ActionEventMediator.js +13 -0
- package/es/platform/client-actions/components/action-event-mediator/frameworks/ui/ActionEventMediatorView.js +19 -0
- package/es/platform/client-actions/components/action-event-mediator/frameworks/ui/EventHandlersFactory.js +30 -0
- package/es/platform/client-actions/components/dynamic-component/domain/entities/interfaces/IState.js +1 -0
- package/es/platform/client-actions/components/dynamic-component/frameworks/ui/DynamicActionComponent.js +9 -0
- package/es/platform/client-actions/components/dynamic-component/frameworks/ui/DynamicActionComponentView.js +34 -0
- package/es/platform/client-actions/components/interfaces/ActionViewModel.js +7 -0
- package/es/platform/client-actions/components/interfaces/EventMappingViewModel.js +0 -0
- package/es/platform/client-actions/components/row-actions-renderer/domain/entities/interfaces/IState.js +1 -0
- package/es/platform/client-actions/components/row-actions-renderer/frameworks/ui/RowActionsRenderer.js +12 -0
- package/es/platform/client-actions/components/row-actions-renderer/frameworks/ui/RowActionsRenderer.module.css +2 -2
- package/es/platform/client-actions/components/row-actions-renderer/frameworks/ui/RowActionsRendererView.js +30 -0
- package/es/platform/client-actions/template-resolver/index.js +44 -0
- package/es/platform/client-actions/template-resolver/interfaces/ITemplate.js +1 -0
- package/es/platform/client-actions/translators/client-actions-translator/index.js +29 -0
- package/es/platform/client-actions/translators/condition-resolver/field-evaluators/EvalEmptyString.js +4 -0
- package/es/platform/client-actions/translators/condition-resolver/field-evaluators/EvalEndsWith.js +4 -0
- package/es/platform/client-actions/translators/condition-resolver/field-evaluators/EvalEquals.js +4 -0
- package/es/platform/client-actions/translators/condition-resolver/field-evaluators/EvalGreaterThan.js +4 -0
- package/es/platform/client-actions/translators/condition-resolver/field-evaluators/EvalGreaterThanOrEquals.js +4 -0
- package/es/platform/client-actions/translators/condition-resolver/field-evaluators/EvalIn.js +4 -0
- package/es/platform/client-actions/translators/condition-resolver/field-evaluators/EvalIsEmpty.js +4 -0
- package/es/platform/client-actions/translators/condition-resolver/field-evaluators/EvalIsNotEmpty.js +4 -0
- package/es/platform/client-actions/translators/condition-resolver/field-evaluators/EvalLessThan.js +4 -0
- package/es/platform/client-actions/translators/condition-resolver/field-evaluators/EvalLessThanOrEquals.js +4 -0
- package/es/platform/client-actions/translators/condition-resolver/field-evaluators/EvalLike.js +4 -0
- package/es/platform/client-actions/translators/condition-resolver/field-evaluators/EvalNotEquals.js +4 -0
- package/es/platform/client-actions/translators/condition-resolver/field-evaluators/EvalNotLike.js +4 -0
- package/es/platform/client-actions/translators/condition-resolver/field-evaluators/EvalStartsWith.js +4 -0
- package/es/platform/client-actions/translators/condition-resolver/field-evaluators/GetResolvedContextFieldValue.js +8 -0
- package/es/platform/client-actions/translators/condition-resolver/field-evaluators/index.js +58 -0
- package/es/platform/client-actions/translators/condition-resolver/index.js +33 -0
- package/es/platform/client-actions/translators/condition-resolver/pattern-evaluator/PatternValidator.js +86 -0
- package/es/platform/client-actions/translators/condition-resolver/pattern-evaluator/index.js +96 -0
- package/es/platform/client-actions/translators/context-resolver/index.js +54 -0
- package/es/platform/client-actions/translators/interfaces/IContext.js +1 -0
- package/es/platform/client-actions/translators/interfaces/IState.js +1 -0
- package/es/platform/data-source/dbc/index.js +1 -0
- package/es/platform/data-source/http-template/createRecord.js +27 -0
- package/es/platform/data-source/http-template/deleteRecord.js +27 -0
- package/es/platform/data-source/http-template/deleteRecords.js +28 -0
- package/es/platform/data-source/http-template/fetchDependencyMappings.js +18 -0
- package/es/platform/data-source/http-template/fetchLayoutRules.js +29 -0
- package/es/platform/data-source/http-template/fetchMyForm.js +19 -0
- package/es/platform/data-source/http-template/fetchMyFormLayout.js +43 -0
- package/es/platform/data-source/http-template/fetchValidationRules.js +29 -0
- package/es/platform/data-source/http-template/getAvailableFields.js +91 -0
- package/es/platform/data-source/http-template/getClientActions.js +23 -0
- package/es/platform/data-source/http-template/getRecords.js +49 -0
- package/es/platform/data-source/http-template/getSelectedFields.js +29 -0
- package/es/platform/data-source/http-template/updateRecord.js +35 -0
- package/es/platform/data-source/index.js +34 -0
- package/es/platform/data-source/utils/transformer/CreateCf.js +13 -0
- package/es/platform/data-source/utils/transformer/Transformer.js +28 -0
- package/es/platform/zdata-source/adapters/controllers/AbstractController.js +8 -0
- package/es/platform/zdata-source/adapters/controllers/DataSourceExecutorController.js +31 -0
- package/es/platform/zdata-source/adapters/controllers/FailureController.js +35 -0
- package/es/platform/zdata-source/adapters/controllers/NoContentController.js +30 -0
- package/es/platform/zdata-source/adapters/controllers/RegisterController.js +26 -0
- package/es/platform/zdata-source/adapters/controllers/SuccessController.js +35 -0
- package/es/platform/zdata-source/adapters/gateways/Repository.js +24 -0
- package/es/platform/zdata-source/adapters/gateways/Service.js +27 -0
- package/es/platform/zdata-source/adapters/gateways/TemplateHelpers.js +51 -0
- package/es/platform/zdata-source/adapters/presenters/Presenter.js +35 -0
- package/es/platform/zdata-source/applications/entities-factory/APITemplatesFactory.js +14 -0
- package/es/platform/zdata-source/applications/entities-factory/DataSourceFactory.js +9 -0
- package/es/platform/zdata-source/applications/interfaces/InputDependencies.js +1 -0
- package/es/platform/zdata-source/applications/interfaces/gateways/IRepository.js +1 -0
- package/es/platform/zdata-source/applications/interfaces/gateways/IService.js +0 -0
- package/es/platform/zdata-source/applications/interfaces/gateways/ITemplateHelpers.js +1 -0
- package/es/platform/zdata-source/applications/interfaces/gateways/State.js +1 -0
- package/es/platform/zdata-source/applications/interfaces/input/ExecuteActionInputModel.js +1 -0
- package/es/platform/zdata-source/applications/interfaces/input/FailureInputModel.js +1 -0
- package/es/platform/zdata-source/applications/interfaces/input/NoContentInputModel.js +1 -0
- package/es/platform/zdata-source/applications/interfaces/input/RegisterInputModel.js +1 -0
- package/es/platform/zdata-source/applications/interfaces/input/SuccessInputModel.js +1 -0
- package/es/platform/zdata-source/applications/interfaces/output/IPresenter.js +1 -0
- package/es/platform/zdata-source/applications/usecases/AbstractUseCase.js +17 -0
- package/es/platform/zdata-source/applications/usecases/ExecuteActionUseCase.js +22 -0
- package/es/platform/zdata-source/applications/usecases/FailureUseCase.js +26 -0
- package/es/platform/zdata-source/applications/usecases/NoContentUseCase.js +25 -0
- package/es/platform/zdata-source/applications/usecases/RegisterUseCase.js +13 -0
- package/es/platform/zdata-source/applications/usecases/SuccessUseCase.js +31 -0
- package/es/platform/zdata-source/domain/entities/APITemplate.js +94 -0
- package/es/platform/zdata-source/domain/entities/APITemplates.js +24 -0
- package/es/platform/zdata-source/domain/entities/DataSource.js +116 -0
- package/es/platform/zdata-source/domain/entities/interfaces/APIDetailsModel.js +1 -0
- package/es/platform/zdata-source/domain/entities/interfaces/APITemplateModel.js +1 -0
- package/es/platform/zdata-source/domain/entities/interfaces/APITemplatesModel.js +1 -0
- package/es/platform/zdata-source/domain/entities/interfaces/ApiEnum.js +10 -0
- package/es/platform/zdata-source/domain/entities/interfaces/BehaviourState.js +1 -0
- package/es/platform/zdata-source/domain/entities/interfaces/EventModel.js +1 -0
- package/es/platform/zdata-source/domain/entities/interfaces/IAPITemplate.js +1 -0
- package/es/platform/zdata-source/domain/entities/interfaces/IAPITemplates.js +1 -0
- package/es/platform/zdata-source/domain/entities/interfaces/IDataSource.js +0 -0
- package/es/platform/zdata-source/domain/entities/interfaces/ITemplateHelpers.js +1 -0
- package/es/platform/zdata-source/domain/entities/interfaces/MetaData.js +1 -0
- package/es/platform/zdata-source/frameworks/DataBrokerBehaviourFactory.js +12 -0
- package/es/platform/zdata-source/frameworks/EventHandlersFactory.js +37 -0
- package/es/platform/zfield/adapters/controllers/AbstractController.js +10 -0
- package/es/platform/zfield/adapters/controllers/ExeucteActionController.js +30 -0
- package/es/platform/zfield/adapters/controllers/FetchFailureController.js +32 -0
- package/es/platform/zfield/adapters/controllers/FetchNoContentController.js +27 -0
- package/es/platform/zfield/adapters/controllers/FetchSuccessController.js +32 -0
- package/es/platform/zfield/adapters/controllers/InitializeController.js +28 -0
- package/es/platform/zfield/adapters/controllers/RefetchController.js +32 -0
- package/es/platform/zfield/adapters/gateways/Repository.js +29 -0
- package/es/platform/zfield/adapters/gateways/Service.js +34 -0
- package/es/platform/zfield/adapters/presenters/Presenter.js +25 -0
- package/es/platform/zfield/applications/entities-factory/FieldBuilder.js +109 -0
- package/es/platform/zfield/applications/entities-factory/FieldFactory.js +10 -0
- package/es/platform/zfield/applications/entities-factory/FieldsManagerBuilder.js +42 -0
- package/es/platform/zfield/applications/interfaces/UsecaseDependencies.js +1 -0
- package/es/platform/zfield/applications/interfaces/gateways/IRepository.js +1 -0
- package/es/platform/zfield/applications/interfaces/gateways/IRestApi.js +1 -0
- package/es/platform/zfield/applications/interfaces/gateways/IService.js +1 -0
- package/es/platform/zfield/applications/interfaces/input/ExecuteActionInputModel.js +1 -0
- package/es/platform/zfield/applications/interfaces/input/FetchInputModel.js +2 -0
- package/es/platform/zfield/applications/interfaces/input/InitialInputModel.js +1 -0
- package/es/platform/zfield/applications/interfaces/input/InputModel.js +1 -0
- package/es/platform/zfield/applications/interfaces/input/RefetchInputModel.js +1 -0
- package/es/platform/zfield/applications/interfaces/input/SetValueInputModel.js +1 -0
- package/es/platform/zfield/applications/interfaces/output/IPresenter.js +1 -0
- package/es/platform/zfield/applications/usecases/AbstractUseCase.js +18 -0
- package/es/platform/zfield/applications/usecases/ExecuteActionUseCase.js +20 -0
- package/es/platform/zfield/applications/usecases/FetchFailureUseCase.js +30 -0
- package/es/platform/zfield/applications/usecases/FetchNoContentUseCase.js +29 -0
- package/es/platform/zfield/applications/usecases/FetchSuccessUseCase.js +31 -0
- package/es/platform/zfield/applications/usecases/InitializeUseCase.js +20 -0
- package/es/platform/zfield/applications/usecases/RefetchUseCase.js +20 -0
- package/es/platform/zfield/domain/entities/BooleanField.js +5 -0
- package/es/platform/zfield/domain/entities/CurrencyField.js +5 -0
- package/es/platform/zfield/domain/entities/DateField.js +5 -0
- package/es/platform/zfield/domain/entities/DateTimeField.js +5 -0
- package/es/platform/zfield/domain/entities/EmailField.js +5 -0
- package/es/platform/zfield/domain/entities/Field.js +44 -0
- package/es/platform/zfield/domain/entities/LookupField.js +5 -0
- package/es/platform/zfield/domain/entities/MultiLineField.js +5 -0
- package/es/platform/zfield/domain/entities/MultiSelectField.js +5 -0
- package/es/platform/zfield/domain/entities/PercentageField.js +5 -0
- package/es/platform/zfield/domain/entities/PhoneField.js +5 -0
- package/es/platform/zfield/domain/entities/PickListField.js +5 -0
- package/es/platform/zfield/domain/entities/SingleLineField.js +5 -0
- package/es/platform/zfield/domain/entities/URLField.js +5 -0
- package/es/platform/zfield/domain/entities/fields-manager/AvailableFieldsManager.js +105 -0
- package/es/platform/zfield/domain/entities/fields-manager/FieldsManager.js +102 -0
- package/es/platform/zfield/domain/entities/fields-manager/SelectedFieldsManager.js +105 -0
- package/es/platform/zfield/domain/entities/index.js +14 -0
- package/es/platform/zfield/domain/entities/interfaces/ActionModel.js +1 -0
- package/es/platform/zfield/domain/entities/interfaces/BehaviourState.js +1 -0
- package/es/platform/zfield/domain/entities/interfaces/FieldApiName.js +7 -0
- package/es/platform/zfield/domain/entities/interfaces/FieldModel.js +1 -0
- package/es/platform/zfield/domain/entities/interfaces/IField.js +1 -0
- package/es/platform/zfield/domain/entities/interfaces/IFieldManger.js +1 -0
- package/es/platform/zfield/domain/entities/interfaces/MetaData.js +1 -0
- package/es/platform/zfield/frameworks/ActionHandlerFactory.js +43 -0
- package/es/platform/zfield/frameworks/ZFieldBehaviourFactory.js +15 -0
- package/es/platform/zform/adapters/controllers/AbstractController.js +10 -0
- package/es/platform/zform/adapters/controllers/DependenciesController.js +23 -0
- package/es/platform/zform/adapters/controllers/DependenciesRequestController.js +20 -0
- package/es/platform/zform/adapters/controllers/FieldValueChangeController.js +23 -0
- package/es/platform/zform/adapters/controllers/FormSubmitController.js +22 -0
- package/es/platform/zform/adapters/controllers/IntializeController.js +28 -0
- package/es/platform/zform/adapters/controllers/LayoutRulesRequestController.js +20 -0
- package/es/platform/zform/adapters/controllers/LayoutRulesSuccessController.js +22 -0
- package/es/platform/zform/adapters/controllers/MyFormRequestController.js +20 -0
- package/es/platform/zform/adapters/controllers/MyFromSuccessController.js +23 -0
- package/es/platform/zform/adapters/controllers/MyLayoutSuccessController.js +29 -0
- package/es/platform/zform/adapters/controllers/SetFieldErrorMessageController.js +22 -0
- package/es/platform/zform/adapters/controllers/ValidateErrorMessageController.js +22 -0
- package/es/platform/zform/adapters/controllers/ValidateFieldRequestController.js +23 -0
- package/es/platform/zform/adapters/controllers/ValidationRulesRequestController.js +20 -0
- package/es/platform/zform/adapters/controllers/ValidationRulesSuccessController.js +23 -0
- package/es/platform/zform/adapters/gateway/FormRepository.js +79 -0
- package/es/platform/zform/adapters/gateway/Service.js +68 -0
- package/es/platform/zform/adapters/presenter/FormPresenter.js +24 -0
- package/es/platform/zform/adapters/presenter/FormTranslator.js +185 -0
- package/es/platform/zform/applications/interfaces/UsecaseDependencies.js +1 -0
- package/es/platform/zform/applications/interfaces/gateways/ILayoutRuleApplier.js +0 -0
- package/es/platform/zform/applications/interfaces/gateways/IRepository.js +1 -0
- package/es/platform/zform/applications/interfaces/gateways/IService.js +1 -0
- package/es/platform/zform/applications/interfaces/gateways/IValidator.js +0 -0
- package/es/platform/zform/applications/interfaces/input/Actions.js +0 -0
- package/es/platform/zform/applications/interfaces/input/Condition.js +0 -0
- package/es/platform/zform/applications/interfaces/input/DependenciesSuccessUseCaseInputModel.js +0 -0
- package/es/platform/zform/applications/interfaces/input/FieldCondition.js +0 -0
- package/es/platform/zform/applications/interfaces/input/FieldValueChangeRequestInputModel.js +1 -0
- package/es/platform/zform/applications/interfaces/input/InitializeInputModel.js +1 -0
- package/es/platform/zform/applications/interfaces/input/LayoutRulesSuccessUseCaseInputModel.js +0 -0
- package/es/platform/zform/applications/interfaces/input/MyFormSuccessUseCaseInputModel.js +1 -0
- package/es/platform/zform/applications/interfaces/input/MyLayoutSuccessUseCaseInputModel.js +1 -0
- package/es/platform/zform/applications/interfaces/input/SetFieldErrorMessageInputModel.js +1 -0
- package/es/platform/zform/applications/interfaces/input/ValidateErrorMessageInputModel.js +1 -0
- package/es/platform/zform/applications/interfaces/input/ValidateFieldRequestInputModel.js +1 -0
- package/es/platform/zform/applications/interfaces/input/ValidationRulesSuccessInputModel.js +1 -0
- package/es/platform/zform/applications/interfaces/input/ZFormInputModel.js +1 -0
- package/es/platform/zform/applications/interfaces/output/IPresenter.js +0 -0
- package/es/platform/zform/applications/interfaces/output/ZFormOutputModel.js +1 -0
- package/es/platform/zform/applications/usecases/AbstractUseCase.js +18 -0
- package/es/platform/zform/applications/usecases/DependenciesRequestUseCase.js +13 -0
- package/es/platform/zform/applications/usecases/DependenciesSuccessUseCase.js +21 -0
- package/es/platform/zform/applications/usecases/FieldValueChangeRequestUseCase.js +36 -0
- package/es/platform/zform/applications/usecases/FormSubmitUseCase.js +55 -0
- package/es/platform/zform/applications/usecases/InitializeUseCase.js +43 -0
- package/es/platform/zform/applications/usecases/LayoutRulesRequestUseCase.js +13 -0
- package/es/platform/zform/applications/usecases/LayoutRulesSuccessUseCase.js +32 -0
- package/es/platform/zform/applications/usecases/MyFormRequestUseCase.js +13 -0
- package/es/platform/zform/applications/usecases/MyFormSuccessUseCase.js +52 -0
- package/es/platform/zform/applications/usecases/MyLayoutSuccessUseCase.js +136 -0
- package/es/platform/zform/applications/usecases/SetFieldErrorMessageUseCase.js +17 -0
- package/es/platform/zform/applications/usecases/ValidateErrorMessageUseCase.js +33 -0
- package/es/platform/zform/applications/usecases/ValidateFieldRequestUseCase.js +56 -0
- package/es/platform/zform/applications/usecases/ValidationRulesRequestUseCase.js +13 -0
- package/es/platform/zform/applications/usecases/ValidationRulesSuccessUseCase.js +20 -0
- package/es/platform/zform/domain/ZDependencyMapping.js +62 -0
- package/es/platform/zform/domain/ZField.js +170 -0
- package/es/platform/zform/domain/ZForm.js +478 -0
- package/es/platform/zform/domain/ZLayout.js +25 -0
- package/es/platform/zform/domain/ZLayoutRule.js +86 -0
- package/es/platform/zform/domain/ZSection.js +113 -0
- package/es/platform/zform/domain/ZValidationRule.js +79 -0
- package/es/platform/zform/domain/interfaces/FieldCondition.js +1 -0
- package/es/platform/zform/domain/interfaces/IDependencyMapping.js +0 -0
- package/es/platform/zform/domain/interfaces/ILayout.js +0 -0
- package/es/platform/zform/domain/interfaces/ILayoutRuleHelper.js +1 -0
- package/es/platform/zform/domain/interfaces/IValidationRule.js +0 -0
- package/es/platform/zform/domain/interfaces/IValidationRuleHelper.js +1 -0
- package/es/platform/zform/domain/interfaces/IZField.js +0 -0
- package/es/platform/zform/domain/interfaces/IZForm.js +1 -0
- package/es/platform/zform/domain/interfaces/IZLayoutRule.js +0 -0
- package/es/platform/zform/domain/interfaces/IZSection.js +0 -0
- package/es/platform/zform/domain/interfaces/ZLayoutRuleData.js +1 -0
- package/es/platform/zform/domain/interfaces/ZValidationRuleData.js +1 -0
- package/es/platform/zform/frameworks/layout-rules/LayoutRuleApplier.js +64 -0
- package/es/platform/zform/frameworks/layout-rules/applyFieldLayoutRules.js +29 -0
- package/es/platform/zform/frameworks/layout-rules/applySectionLayoutRules.js +28 -0
- package/es/platform/zform/frameworks/layout-rules/calculateLayoutRulesResult.js +228 -0
- package/es/platform/zform/frameworks/layout-rules/constructFieldIdAndSectionIdMap.js +10 -0
- package/es/platform/zform/frameworks/layout-rules/expressionEval.js +130 -0
- package/es/platform/zform/frameworks/layout-rules/getLayoutRuleAppliedFieldProperties.js +60 -0
- package/es/platform/zform/frameworks/layout-rules/getLayoutRuleAppliedSectionProperties.js +35 -0
- package/es/platform/zform/frameworks/layout-rules/runSingleFieldCondition.js +60 -0
- package/es/platform/zform/frameworks/layout-rules/selectors.js +9 -0
- package/es/platform/zform/frameworks/layout-rules/validationTypeMapper.js +20 -0
- package/es/platform/zform/frameworks/layout-rules/validator.js +331 -0
- package/es/platform/zform/frameworks/ui/EventHandlerFactory.js +226 -0
- package/es/platform/zform/frameworks/ui/ZFormBehaviourFactory.js +31 -0
- package/es/platform/zform/frameworks/validation-rules/Validator.js +44 -0
- package/es/platform/zform/frameworks/validation-rules/expressionEval.js +123 -0
- package/es/platform/zform/frameworks/validation-rules/utils.js +552 -0
- package/es/platform/zform/frameworks/validation-rules/validationRules.js +126 -0
- package/es/platform/zhttp/adapters/controllers/FetchController.js +39 -0
- package/es/platform/zhttp/adapters/gateway/FetchGateWay.js +13 -0
- package/es/platform/zhttp/applications/interfaces/InputDependencies.js +1 -0
- package/es/platform/zhttp/applications/interfaces/UseCase.js +1 -0
- package/es/platform/zhttp/applications/interfaces/gateway/IFetchGateWay.js +1 -0
- package/es/platform/zhttp/applications/interfaces/input/FetchInputModel.js +1 -0
- package/es/platform/zhttp/applications/usecases/AbstractUseCase.js +8 -0
- package/es/platform/zhttp/applications/usecases/FetchUseCase.js +107 -0
- package/es/platform/zhttp/frameworks/ActionsHandlerFactory.js +20 -0
- package/es/platform/zhttp/frameworks/ZHttpBehaviourFactory.js +14 -0
- package/es/platform/zlist/adapters/controllers/AbstractController.js +10 -0
- package/es/platform/zlist/adapters/controllers/DeleteMultipleRecordController.js +23 -0
- package/es/platform/zlist/adapters/controllers/DeleteSingleRecordController.js +23 -0
- package/es/platform/zlist/adapters/controllers/DeleteSuccessController.js +25 -0
- package/es/platform/zlist/adapters/controllers/FetchMoreController.js +18 -0
- package/es/platform/zlist/adapters/controllers/FieldChangeController.js +27 -0
- package/es/platform/zlist/adapters/controllers/MountController.js +21 -0
- package/es/platform/zlist/adapters/controllers/PropertiesChangeController.js +28 -0
- package/es/platform/zlist/adapters/controllers/RecordExecuteFailedController.js +25 -0
- package/es/platform/zlist/adapters/controllers/RecordExecuteSucceededController.js +25 -0
- package/es/platform/zlist/adapters/controllers/RecordSuccessCallbackController.js +28 -0
- package/es/platform/zlist/adapters/controllers/RecordUpdateController.js +25 -0
- package/es/platform/zlist/adapters/controllers/SortController.js +24 -0
- package/es/platform/zlist/adapters/controllers/UpdateSuccessController.js +25 -0
- package/es/platform/zlist/adapters/gateways/Repository.js +49 -0
- package/es/platform/zlist/adapters/gateways/Service.js +64 -0
- package/es/platform/zlist/adapters/gateways/SortBy.js +38 -0
- package/es/platform/zlist/adapters/presenters/Presenters.js +26 -0
- package/es/platform/zlist/adapters/presenters/TableTranslator.js +131 -0
- package/es/platform/zlist/adapters/presenters/translators/ColumnAlignmentTranslator.js +11 -0
- package/es/platform/zlist/adapters/presenters/translators/ColumnSizeTranslator.js +23 -0
- package/es/platform/zlist/adapters/presenters/translators/ColumnTranslator.js +42 -0
- package/es/platform/zlist/adapters/presenters/translators/EmptyViewModel.js +10 -0
- package/es/platform/zlist/adapters/presenters/translators/Header.js +52 -0
- package/es/platform/zlist/adapters/presenters/translators/HeadersTranslator.js +33 -0
- package/es/platform/zlist/adapters/presenters/translators/ResizerStateTranslator.js +98 -0
- package/es/platform/zlist/adapters/presenters/translators/Row.js +24 -0
- package/es/platform/zlist/adapters/presenters/translators/RowActionTranslator.js +32 -0
- package/es/platform/zlist/adapters/presenters/translators/RowsTranslator.js +43 -0
- package/es/platform/zlist/adapters/presenters/translators/actions/ActionsTranslator.js +89 -0
- package/es/platform/zlist/adapters/presenters/translators/fields/BooleanFieldTranslator.js +24 -0
- package/es/platform/zlist/adapters/presenters/translators/fields/CurrencyFieldTranslator.js +17 -0
- package/es/platform/zlist/adapters/presenters/translators/fields/DateFieldTranslator.js +17 -0
- package/es/platform/zlist/adapters/presenters/translators/fields/DateTimeFieldTranslator.js +17 -0
- package/es/platform/zlist/adapters/presenters/translators/fields/DecimalFieldTranslator.js +17 -0
- package/es/platform/zlist/adapters/presenters/translators/fields/EmailFieldTranslator.js +17 -0
- package/es/platform/zlist/adapters/presenters/translators/fields/LookUpFieldTranslator.js +28 -0
- package/es/platform/zlist/adapters/presenters/translators/fields/MultiLineFieldTranslator.js +17 -0
- package/es/platform/zlist/adapters/presenters/translators/fields/MultiSelectFieldTranslator.js +44 -0
- package/es/platform/zlist/adapters/presenters/translators/fields/NumberFieldTranslator.js +17 -0
- package/es/platform/zlist/adapters/presenters/translators/fields/PercentageFieldTranslator.js +17 -0
- package/es/platform/zlist/adapters/presenters/translators/fields/PhoneFieldTranslator.js +17 -0
- package/es/platform/zlist/adapters/presenters/translators/fields/PickListFieldTranslator.js +43 -0
- package/es/platform/zlist/adapters/presenters/translators/fields/SingleLineFieldTranslator.js +17 -0
- package/es/platform/zlist/adapters/presenters/translators/fields/URLFieldTranslator.js +17 -0
- package/es/platform/zlist/adapters/presenters/translators/fields/index.js +24 -0
- package/es/platform/zlist/adapters/presenters/translators/interfaces/Context.js +1 -0
- package/es/platform/zlist/adapters/presenters/translators/interfaces/FieldComponentMapping.js +1 -0
- package/es/platform/zlist/adapters/presenters/translators/interfaces/FieldModel.js +1 -0
- package/es/platform/zlist/adapters/presenters/translators/interfaces/FieldTranslator.js +1 -0
- package/es/platform/zlist/adapters/presenters/translators/interfaces/ModifiedFieldWidths.js +1 -0
- package/es/platform/zlist/adapters/presenters/translators/interfaces/PreferencesProperties.js +1 -0
- package/es/platform/zlist/adapters/presenters/translators/interfaces/RowActionModel.js +0 -0
- package/es/platform/zlist/adapters/presenters/translators/interfaces/SelectedField.js +1 -0
- package/es/platform/zlist/adapters/presenters/translators/interfaces/State.js +1 -0
- package/es/platform/zlist/adapters/presenters/translators/interfaces/ZFieldsBehaviourState.js +1 -0
- package/es/platform/zlist/adapters/presenters/utils/DefaultClientActions.js +54 -0
- package/es/platform/zlist/adapters/presenters/utils/Pipeline.js +28 -0
- package/es/platform/zlist/adapters/presenters/utils/calculateFieldWidths.js +34 -0
- package/es/platform/zlist/applications/entities-factory/ListFactory.js +16 -0
- package/es/platform/zlist/applications/interfaces/State.js +1 -0
- package/es/platform/zlist/applications/interfaces/UseCaseDependencies.js +1 -0
- package/es/platform/zlist/applications/interfaces/gateways/IRepository.js +1 -0
- package/es/platform/zlist/applications/interfaces/gateways/IService.js +1 -0
- package/es/platform/zlist/applications/interfaces/gateways/ISortBy.js +1 -0
- package/es/platform/zlist/applications/interfaces/gateways/ITransformState.js +0 -0
- package/es/platform/zlist/applications/interfaces/input/DeleteMultipleRecordUseCaseInput.js +1 -0
- package/es/platform/zlist/applications/interfaces/input/DeleteSingleRecordUseCaseInput.js +1 -0
- package/es/platform/zlist/applications/interfaces/input/FetchMoreInput.js +1 -0
- package/es/platform/zlist/applications/interfaces/input/FieldChangeUseCaseInput.js +1 -0
- package/es/platform/zlist/applications/interfaces/input/InitializeInput.js +1 -0
- package/es/platform/zlist/applications/interfaces/input/PropertiesChangeUseCaseInput.js +1 -0
- package/es/platform/zlist/applications/interfaces/input/RecordExecuteFailedUseCaseInput.js +1 -0
- package/es/platform/zlist/applications/interfaces/input/RecordExecuteSucceededUseCaseInput.js +1 -0
- package/es/platform/zlist/applications/interfaces/input/RecordUpdateUseCaseInput.js +1 -0
- package/es/platform/zlist/applications/interfaces/input/SortingInputModel.js +1 -0
- package/es/platform/zlist/applications/interfaces/output/IPresenter.js +1 -0
- package/es/platform/zlist/applications/usecases/AbstractUseCase.js +18 -0
- package/es/platform/zlist/applications/usecases/DeleteMultipleRecordUseCase.js +19 -0
- package/es/platform/zlist/applications/usecases/DeleteSingleRecordUseCase.js +19 -0
- package/es/platform/zlist/applications/usecases/DeleteSuccessUseCase.js +19 -0
- package/es/platform/zlist/applications/usecases/FetchMoreUseCase.js +17 -0
- package/es/platform/zlist/applications/usecases/FieldChangeUseCase.js +25 -0
- package/es/platform/zlist/applications/usecases/InitializeUseCase.js +20 -0
- package/es/platform/zlist/applications/usecases/PropertiesChangeUseCase.js +22 -0
- package/es/platform/zlist/applications/usecases/RecordExecuteFailedUseCase.js +22 -0
- package/es/platform/zlist/applications/usecases/RecordExecuteSucceededUseCase.js +22 -0
- package/es/platform/zlist/applications/usecases/RecordSuccessCallbackUsecase.js +24 -0
- package/es/platform/zlist/applications/usecases/RecordUpdateUseCase.js +20 -0
- package/es/platform/zlist/applications/usecases/SortUseCase.js +26 -0
- package/es/platform/zlist/applications/usecases/UpdateSuccessUseCase.js +19 -0
- package/es/platform/zlist/domain/entities/List.js +353 -0
- package/es/platform/zlist/domain/entities/SortBy.js +58 -0
- package/es/platform/zlist/domain/entities/interfaces/ActionModel.js +1 -0
- package/es/platform/zlist/domain/entities/interfaces/ApiPropsModel.js +1 -0
- package/es/platform/zlist/domain/entities/interfaces/IList.js +1 -0
- package/es/platform/zlist/domain/entities/interfaces/ISortBy.js +1 -0
- package/es/platform/zlist/domain/entities/interfaces/ListModel.js +1 -0
- package/es/platform/zlist/domain/entities/interfaces/Properties.js +6 -0
- package/es/platform/zlist/domain/entities/interfaces/RecordExecuteAfterMetaData.js +1 -0
- package/es/platform/zlist/frameworks/EventHandlersFactory.js +52 -0
- package/es/platform/zlist/frameworks/ZListBehaviourFactory.js +19 -0
- package/es/platform/zrecord/adapters/controllers/AbstractController.js +8 -0
- package/es/platform/zrecord/adapters/controllers/ActionExecutorController.js +30 -0
- package/es/platform/zrecord/adapters/controllers/AppendRecordsController.js +29 -0
- package/es/platform/zrecord/adapters/controllers/CreateRecordController.js +28 -0
- package/es/platform/zrecord/adapters/controllers/DeleteMultipleRecordLocalController.js +29 -0
- package/es/platform/zrecord/adapters/controllers/FailureController.js +35 -0
- package/es/platform/zrecord/adapters/controllers/FetchMoreController.js +32 -0
- package/es/platform/zrecord/adapters/controllers/FetchStateStopController.js +26 -0
- package/es/platform/zrecord/adapters/controllers/FieldChangeController.js +25 -0
- package/es/platform/zrecord/adapters/controllers/MountController.js +25 -0
- package/es/platform/zrecord/adapters/controllers/NoContentController.js +30 -0
- package/es/platform/zrecord/adapters/controllers/RecordUpdateLocalController.js +23 -0
- package/es/platform/zrecord/adapters/controllers/RefetchController.js +35 -0
- package/es/platform/zrecord/adapters/controllers/SetRecordsController.js +29 -0
- package/es/platform/zrecord/adapters/controllers/SuccessController.js +35 -0
- package/es/platform/zrecord/adapters/gateways/Repository.js +30 -0
- package/es/platform/zrecord/adapters/gateways/Service.js +63 -0
- package/es/platform/zrecord/adapters/presenters/Presenter.js +30 -0
- package/es/platform/zrecord/applications/entities-factory/RecordFactory.js +12 -0
- package/es/platform/zrecord/applications/entities-factory/RecordsManagerFactory.js +10 -0
- package/es/platform/zrecord/applications/interfaces/InputDependencies.js +1 -0
- package/es/platform/zrecord/applications/interfaces/gateways/IRepository.js +1 -0
- package/es/platform/zrecord/applications/interfaces/gateways/IService.js +0 -0
- package/es/platform/zrecord/applications/interfaces/gateways/State.js +1 -0
- package/es/platform/zrecord/applications/interfaces/input/AppendRecordsInputModel.js +1 -0
- package/es/platform/zrecord/applications/interfaces/input/CreateRecordInputModel.js +1 -0
- package/es/platform/zrecord/applications/interfaces/input/DeleteMultipleRecordInputModel.js +1 -0
- package/es/platform/zrecord/applications/interfaces/input/ExecuteActionInputModel.js +1 -0
- package/es/platform/zrecord/applications/interfaces/input/FailureInputModel.js +1 -0
- package/es/platform/zrecord/applications/interfaces/input/FetchMoreInputModel.js +1 -0
- package/es/platform/zrecord/applications/interfaces/input/FetchStateStopInputModel.js +1 -0
- package/es/platform/zrecord/applications/interfaces/input/FieldChangeUseCaseInput.js +1 -0
- package/es/platform/zrecord/applications/interfaces/input/InitializeInputModel.js +1 -0
- package/es/platform/zrecord/applications/interfaces/input/NoContentInputModel.js +1 -0
- package/es/platform/zrecord/applications/interfaces/input/RecordUpdateLocalUseCaseInputModel.js +1 -0
- package/es/platform/zrecord/applications/interfaces/input/RefetchInputModel.js +1 -0
- package/es/platform/zrecord/applications/interfaces/input/SetRecordsInputModel.js +1 -0
- package/es/platform/zrecord/applications/interfaces/input/SuccessInputModel.js +1 -0
- package/es/platform/zrecord/applications/interfaces/output/IPresenter.js +1 -0
- package/es/platform/zrecord/applications/usecases/AbstractUseCase.js +17 -0
- package/es/platform/zrecord/applications/usecases/AppendRecordsUseCase.js +21 -0
- package/es/platform/zrecord/applications/usecases/CreateRecordUseCase.js +28 -0
- package/es/platform/zrecord/applications/usecases/DeleteMultipleRecordUseCase.js +19 -0
- package/es/platform/zrecord/applications/usecases/ExecuteActionUseCase.js +34 -0
- package/es/platform/zrecord/applications/usecases/FailureUseCase.js +22 -0
- package/es/platform/zrecord/applications/usecases/FetchMoreUseCase.js +29 -0
- package/es/platform/zrecord/applications/usecases/FetchStateStopUseCase.js +25 -0
- package/es/platform/zrecord/applications/usecases/FieldChangeUseCase.js +25 -0
- package/es/platform/zrecord/applications/usecases/InitializeUseCase.js +17 -0
- package/es/platform/zrecord/applications/usecases/NoContentUseCase.js +28 -0
- package/es/platform/zrecord/applications/usecases/RecordUpdateLocalUseCase.js +22 -0
- package/es/platform/zrecord/applications/usecases/RefetchUseCase.js +28 -0
- package/es/platform/zrecord/applications/usecases/SetRecordsUseCase.js +21 -0
- package/es/platform/zrecord/applications/usecases/SuccessUseCase.js +22 -0
- package/es/platform/zrecord/domain/entities/CustomFieldValues.js +30 -0
- package/es/platform/zrecord/domain/entities/DeleteMultipleRecordStrategy.js +61 -0
- package/es/platform/zrecord/domain/entities/DeleteRecordStrategy.js +63 -0
- package/es/platform/zrecord/domain/entities/GetRecordsStrategy.js +58 -0
- package/es/platform/zrecord/domain/entities/Record.js +58 -0
- package/es/platform/zrecord/domain/entities/Records.js +98 -0
- package/es/platform/zrecord/domain/entities/RecordsManager.js +251 -0
- package/es/platform/zrecord/domain/entities/UpdateRecordStrategy.js +56 -0
- package/es/platform/zrecord/domain/entities/interfaces/ApiEnum.js +10 -0
- package/es/platform/zrecord/domain/entities/interfaces/BehaviourState.js +1 -0
- package/es/platform/zrecord/domain/entities/interfaces/EventModel.js +1 -0
- package/es/platform/zrecord/domain/entities/interfaces/ICustomFieldValues.js +1 -0
- package/es/platform/zrecord/domain/entities/interfaces/IRecord.js +0 -0
- package/es/platform/zrecord/domain/entities/interfaces/IRecordExecuteStrategy.js +0 -0
- package/es/platform/zrecord/domain/entities/interfaces/IRecordName.js +1 -0
- package/es/platform/zrecord/domain/entities/interfaces/IRecords.js +0 -0
- package/es/platform/zrecord/domain/entities/interfaces/IRecordsManager.js +0 -0
- package/es/platform/zrecord/domain/entities/interfaces/RecordModel.js +1 -0
- package/es/platform/zrecord/domain/entities/interfaces/RecordsModel.js +1 -0
- package/es/platform/zrecord/domain/entities/interfaces/StrategyMeta.js +1 -0
- package/es/platform/zrecord/frameworks/ActionsHandlersFactory.js +63 -0
- package/es/platform/zrecord/frameworks/RecordBehaviourFactory.js +12 -0
- package/package.json +28 -16
- package/es/bc/index.ts +0 -3
- package/es/bc/list-selection/ActionHandlers.ts +0 -10
- package/es/bc/list-selection/Actions.ts +0 -45
- package/es/bc/list-selection/Constants.ts +0 -3
- package/es/bc/list-selection/Properties.ts +0 -26
- package/es/bc/local-storage/ActionHandlers.ts +0 -7
- package/es/bc/local-storage/Constants.ts +0 -1
- package/es/bc/local-storage/Properties.ts +0 -10
- package/es/bc/sort-by/ActionHandlers.ts +0 -8
- package/es/bc/sort-by/Constants.ts +0 -2
- package/es/bc/sort-by/Properties.ts +0 -27
- package/es/bc/sort-by/SortOrderEnum.ts +0 -7
- package/es/bc/sort-by/index.ts +0 -1
- package/es/bc/table-column-resizer/ActionHandlers.ts +0 -12
- package/es/bc/table-column-resizer/Constants.ts +0 -9
- package/es/bc/table-column-resizer/Properties.ts +0 -18
- package/es/bc/zdata-source/Actions.ts +0 -72
- package/es/bc/zdata-source/Constants.ts +0 -13
- package/es/bc/zdata-source/EventHandlers.ts +0 -12
- package/es/bc/zdata-source/Properties.ts +0 -1
- package/es/bc/zdata-source/Symbols.ts +0 -5
- package/es/bc/zfield/ActionHandlers.ts +0 -12
- package/es/bc/zfield/Actions.ts +0 -36
- package/es/bc/zfield/Constants.ts +0 -6
- package/es/bc/zfield/Properties.ts +0 -5
- package/es/bc/zhttp/ActionHandlers.ts +0 -6
- package/es/bc/zhttp/Actions.ts +0 -88
- package/es/bc/zhttp/Constants.ts +0 -6
- package/es/bc/zhttp/Properties.ts +0 -11
- package/es/bc/zhttp/index.ts +0 -1
- package/es/bc/zlist/Actions.ts +0 -6
- package/es/bc/zlist/Constants.ts +0 -9
- package/es/bc/zlist/EventHandlers.ts +0 -8
- package/es/bc/zlist/Properties.ts +0 -55
- package/es/bc/zlist/index.ts +0 -1
- package/es/bc/zrecord/Actions.ts +0 -149
- package/es/bc/zrecord/Constants.ts +0 -22
- package/es/bc/zrecord/EventHandlers.ts +0 -26
- package/es/bc/zrecord/Properties.ts +0 -1
- package/es/bc/zrecord/Symbols.ts +0 -4
- package/es/cc/action-icon/Constants.ts +0 -5
- package/es/cc/action-icon/Model.ts +0 -24
- package/es/cc/action-icon/Properties.ts +0 -78
- package/es/cc/action-location/Action.ts +0 -18
- package/es/cc/action-location/ActionLocation.ts +0 -8
- package/es/cc/action-location/Constants.ts +0 -7
- package/es/cc/action-location/Properties.ts +0 -47
- package/es/cc/architecture/IController.ts +0 -5
- package/es/cc/architecture/IUseCase.ts +0 -4
- package/es/cc/architecture/LifeCycleActionEnum.ts +0 -7
- package/es/cc/avatar/ActionHandlers.ts +0 -1
- package/es/cc/avatar/Actions.ts +0 -7
- package/es/cc/avatar/Constants.ts +0 -5
- package/es/cc/avatar/Data.ts +0 -17
- package/es/cc/avatar/Model.ts +0 -16
- package/es/cc/avatar/Properties.ts +0 -50
- package/es/cc/avatar/index.ts +0 -5
- package/es/cc/checkbox/ActionHandlers.ts +0 -1
- package/es/cc/checkbox/Actions.ts +0 -7
- package/es/cc/checkbox/Constants.ts +0 -5
- package/es/cc/checkbox/Data.ts +0 -9
- package/es/cc/checkbox/Model.ts +0 -16
- package/es/cc/checkbox/Properties.ts +0 -44
- package/es/cc/component/Action.ts +0 -3
- package/es/cc/component/ActionHandlers.ts +0 -6
- package/es/cc/component/Behaviour.ts +0 -14
- package/es/cc/component/DeclarativeAction.ts +0 -14
- package/es/cc/component/Event.ts +0 -10
- package/es/cc/component/EventHandlers.ts +0 -12
- package/es/cc/component/Helpers.ts +0 -9
- package/es/cc/component/LifeCycleAction.ts +0 -19
- package/es/cc/component/Payload.ts +0 -13
- package/es/cc/component/Slot.ts +0 -8
- package/es/cc/component/SlotComponent.ts +0 -30
- package/es/cc/component/Styles.ts +0 -13
- package/es/cc/component/View.ts +0 -8
- package/es/cc/component/component.ts +0 -30
- package/es/cc/component/properties/AppendToActionPayloadProperty.ts +0 -44
- package/es/cc/component/properties/PropertiesConverter.ts +0 -24
- package/es/cc/component/properties/Property.ts +0 -11
- package/es/cc/component/properties/Schema.ts +0 -4
- package/es/cc/component/properties/appendToActionPayload.ts +0 -37
- package/es/cc/component/properties/getRef.ts +0 -10
- package/es/cc/component/properties/getRefPropertySchema.ts +0 -10
- package/es/cc/component/properties/index.ts +0 -9
- package/es/cc/component/setInitialState.ts +0 -2
- package/es/cc/component/transferState.ts +0 -2
- package/es/cc/email/ActionHandlers.ts +0 -1
- package/es/cc/email/Actions.ts +0 -7
- package/es/cc/email/Constants.ts +0 -5
- package/es/cc/email/Data.ts +0 -5
- package/es/cc/email/Model.ts +0 -6
- package/es/cc/email/Properties.ts +0 -10
- package/es/cc/empty-state/Properties.ts +0 -1
- package/es/cc/fields/boolean/Events.ts +0 -6
- package/es/cc/fields/boolean/Model.ts +0 -15
- package/es/cc/fields/boolean/Properties.ts +0 -14
- package/es/cc/fields/currency/Events.ts +0 -6
- package/es/cc/fields/currency/Model.ts +0 -15
- package/es/cc/fields/currency/Properties.ts +0 -13
- package/es/cc/fields/date/Events.ts +0 -6
- package/es/cc/fields/date/Model.ts +0 -15
- package/es/cc/fields/date/Properties.ts +0 -13
- package/es/cc/fields/datetime/Events.ts +0 -6
- package/es/cc/fields/datetime/Model.ts +0 -15
- package/es/cc/fields/datetime/Properties.ts +0 -13
- package/es/cc/fields/decimal/Events.ts +0 -6
- package/es/cc/fields/decimal/Model.ts +0 -15
- package/es/cc/fields/decimal/Properties.ts +0 -13
- package/es/cc/fields/email/Events.ts +0 -6
- package/es/cc/fields/email/Model.ts +0 -15
- package/es/cc/fields/email/Properties.ts +0 -13
- package/es/cc/fields/field/Constants.ts +0 -6
- package/es/cc/fields/field/Events.ts +0 -41
- package/es/cc/fields/field/Properties.ts +0 -37
- package/es/cc/fields/field/Types.ts +0 -19
- package/es/cc/fields/index.ts +0 -18
- package/es/cc/fields/lookup/Events.ts +0 -6
- package/es/cc/fields/lookup/Model.ts +0 -15
- package/es/cc/fields/lookup/Properties.ts +0 -13
- package/es/cc/fields/multi-line/Events.ts +0 -6
- package/es/cc/fields/multi-line/Model.ts +0 -15
- package/es/cc/fields/multi-line/Properties.ts +0 -42
- package/es/cc/fields/multi-select/Events.ts +0 -6
- package/es/cc/fields/multi-select/Model.ts +0 -19
- package/es/cc/fields/multi-select/Properties.ts +0 -42
- package/es/cc/fields/number/Events.ts +0 -6
- package/es/cc/fields/number/Model.ts +0 -15
- package/es/cc/fields/number/Properties.ts +0 -13
- package/es/cc/fields/percent/Events.ts +0 -6
- package/es/cc/fields/percent/Model.ts +0 -15
- package/es/cc/fields/percent/Properties.ts +0 -13
- package/es/cc/fields/phone/Events.ts +0 -6
- package/es/cc/fields/phone/Model.ts +0 -15
- package/es/cc/fields/phone/Properties.ts +0 -13
- package/es/cc/fields/pick-list/Events.ts +0 -6
- package/es/cc/fields/pick-list/Model.ts +0 -19
- package/es/cc/fields/pick-list/Properties.ts +0 -42
- package/es/cc/fields/text/Events.ts +0 -6
- package/es/cc/fields/text/Model.ts +0 -15
- package/es/cc/fields/text/Properties.ts +0 -12
- package/es/cc/fields/url/Events.ts +0 -6
- package/es/cc/fields/url/Model.ts +0 -15
- package/es/cc/fields/url/Properties.ts +0 -14
- package/es/cc/highlighted-value/ActionHandlers.ts +0 -1
- package/es/cc/highlighted-value/Actions.ts +0 -7
- package/es/cc/highlighted-value/Constants.ts +0 -5
- package/es/cc/highlighted-value/Data.ts +0 -15
- package/es/cc/highlighted-value/Model.ts +0 -8
- package/es/cc/highlighted-value/Properties.ts +0 -34
- package/es/cc/index.ts +0 -13
- package/es/cc/link/ActionHandlers.ts +0 -1
- package/es/cc/link/Actions.ts +0 -7
- package/es/cc/link/Constants.ts +0 -5
- package/es/cc/link/Data.ts +0 -13
- package/es/cc/link/Model.ts +0 -9
- package/es/cc/link/Properties.ts +0 -41
- package/es/cc/switch/ActionHandlers.ts +0 -1
- package/es/cc/switch/Actions.ts +0 -20
- package/es/cc/switch/Constants.ts +0 -5
- package/es/cc/switch/Data.ts +0 -13
- package/es/cc/switch/Model.ts +0 -9
- package/es/cc/switch/Properties.ts +0 -41
- package/es/cc/switch/index.ts +0 -5
- package/es/cc/table-connected/Constants.ts +0 -4
- package/es/cc/table-connected/Properties.ts +0 -52
- package/es/cc/table-list/ActionHandlers.ts +0 -6
- package/es/cc/table-list/Actions.ts +0 -19
- package/es/cc/table-list/Constants.ts +0 -11
- package/es/cc/table-list/Data.ts +0 -20
- package/es/cc/table-list/Events.ts +0 -69
- package/es/cc/table-list/Properties.ts +0 -222
- package/es/cc/table-list/data-types/Column.ts +0 -7
- package/es/cc/table-list/data-types/Data.ts +0 -9
- package/es/cc/table-list/data-types/Header.ts +0 -42
- package/es/cc/table-list/data-types/ResizerConfig.ts +0 -7
- package/es/cc/table-list/data-types/Row.ts +0 -10
- package/es/cc/table-list/data-types/RowAction.ts +0 -8
- package/es/cc/table-list/data-types/RowActionsConfig.ts +0 -8
- package/es/cc/table-list/data-types/RowCursor.ts +0 -7
- package/es/cc/table-list/data-types/RowSelection.ts +0 -7
- package/es/cc/table-list/data-types/SelectionConfig.ts +0 -7
- package/es/cc/table-list/data-types/fields/AvatarField.ts +0 -7
- package/es/cc/table-list/data-types/fields/CheckboxField.ts +0 -7
- package/es/cc/table-list/data-types/fields/EmailField.ts +0 -7
- package/es/cc/table-list/data-types/fields/HighlightedValueField.ts +0 -7
- package/es/cc/table-list/data-types/fields/LinkField.ts +0 -7
- package/es/cc/table-list/data-types/fields/SwitchField.ts +0 -7
- package/es/cc/table-list/data-types/fields/TagsField.ts +0 -7
- package/es/cc/table-list/data-types/fields/TextField.ts +0 -7
- package/es/cc/table-list/data-types/fields/index.ts +0 -8
- package/es/cc/table-list/model/HeaderModel.ts +0 -15
- package/es/cc/table-list/model/RowModel.ts +0 -11
- package/es/cc/table-list/model/TableModel.ts +0 -28
- package/es/cc/table-list/model/index.ts +0 -9
- package/es/cc/table-list/row/Constants.ts +0 -7
- package/es/cc/table-list/row/Properties.ts +0 -109
- package/es/cc/tags/ActionHandlers.ts +0 -1
- package/es/cc/tags/Actions.ts +0 -7
- package/es/cc/tags/Constants.ts +0 -5
- package/es/cc/tags/Data.ts +0 -23
- package/es/cc/tags/Properties.ts +0 -69
- package/es/cc/tags/model/TagModel.ts +0 -14
- package/es/cc/tags/model/TagsDataModel.ts +0 -10
- package/es/cc/tags/model/index.ts +0 -7
- package/es/cc/text/ActionHandlers.ts +0 -1
- package/es/cc/text/Actions.ts +0 -7
- package/es/cc/text/Constants.ts +0 -5
- package/es/cc/text/Data.ts +0 -14
- package/es/cc/text/Model.ts +0 -8
- package/es/cc/text/Properties.ts +0 -32
- package/es/desk-frameworks/index.ts +0 -1
- package/es/desk-frameworks/table-connected/frameworks/EventHandlersFactory.ts +0 -30
- package/es/desk-frameworks/table-connected/frameworks/ListSdkFactory.ts +0 -124
- package/es/desk-frameworks/table-connected/frameworks/TableConnected.ts +0 -5
- package/es/desk-frameworks/table-connected/frameworks/TableConnectedFactory.ts +0 -49
- package/es/desk-frameworks/table-connected/frameworks/TableConnectedView.tsx +0 -28
- package/es/index.ts +0 -8
- package/es/library/behaviours/list-selection/adapters/controllers/AbstractController.ts +0 -11
- package/es/library/behaviours/list-selection/adapters/controllers/AllSelectionController.ts +0 -13
- package/es/library/behaviours/list-selection/adapters/controllers/DestructController.ts +0 -13
- package/es/library/behaviours/list-selection/adapters/controllers/InitializeController.ts +0 -13
- package/es/library/behaviours/list-selection/adapters/controllers/RangeSelectionController.ts +0 -14
- package/es/library/behaviours/list-selection/adapters/controllers/SelectionController.ts +0 -14
- package/es/library/behaviours/list-selection/adapters/controllers/UpdateController.ts +0 -14
- package/es/library/behaviours/list-selection/adapters/gateways/Repository.ts +0 -26
- package/es/library/behaviours/list-selection/adapters/gateways/Service.ts +0 -25
- package/es/library/behaviours/list-selection/adapters/presenters/Presenter.ts +0 -24
- package/es/library/behaviours/list-selection/applications/interfaces/UseCase.ts +0 -5
- package/es/library/behaviours/list-selection/applications/interfaces/UseCaseDependencies.ts +0 -9
- package/es/library/behaviours/list-selection/applications/interfaces/gateways/IRepository.ts +0 -8
- package/es/library/behaviours/list-selection/applications/interfaces/gateways/IService.ts +0 -15
- package/es/library/behaviours/list-selection/applications/interfaces/input/AllSelectionInputModel.ts +0 -3
- package/es/library/behaviours/list-selection/applications/interfaces/input/DestructInputModel.ts +0 -3
- package/es/library/behaviours/list-selection/applications/interfaces/input/InitializeInputModel.ts +0 -5
- package/es/library/behaviours/list-selection/applications/interfaces/input/RangeSelectionInputModel.ts +0 -5
- package/es/library/behaviours/list-selection/applications/interfaces/input/SelectionInputModel.ts +0 -5
- package/es/library/behaviours/list-selection/applications/interfaces/output/BehaviourStateModel.ts +0 -6
- package/es/library/behaviours/list-selection/applications/interfaces/output/IPresenter.ts +0 -8
- package/es/library/behaviours/list-selection/applications/usecases/AbstractUseCase.ts +0 -17
- package/es/library/behaviours/list-selection/applications/usecases/AllItemSelection.ts +0 -14
- package/es/library/behaviours/list-selection/applications/usecases/Destruct.ts +0 -8
- package/es/library/behaviours/list-selection/applications/usecases/Initialize.ts +0 -13
- package/es/library/behaviours/list-selection/applications/usecases/ItemsSelection.ts +0 -16
- package/es/library/behaviours/list-selection/applications/usecases/RangeSelection.ts +0 -15
- package/es/library/behaviours/list-selection/domain/entities/ListItemSelection.ts +0 -114
- package/es/library/behaviours/list-selection/domain/entities/interfaces/IListItemSelection.ts +0 -10
- package/es/library/behaviours/list-selection/domain/entities/interfaces/ListSelectionModel.ts +0 -6
- package/es/library/behaviours/list-selection/frameworks/ActionHandlerFactory.ts +0 -38
- package/es/library/behaviours/list-selection/frameworks/ListItemSelectionBehaviourFactory.ts +0 -23
- package/es/library/behaviours/sort-by/adapters/controllers/AbstractController.ts +0 -11
- package/es/library/behaviours/sort-by/adapters/controllers/SortBy.ts +0 -14
- package/es/library/behaviours/sort-by/adapters/gateway/Repository.ts +0 -17
- package/es/library/behaviours/sort-by/adapters/gateway/Service.ts +0 -13
- package/es/library/behaviours/sort-by/adapters/presenter/Presenter.ts +0 -23
- package/es/library/behaviours/sort-by/applications/interfaces/UseCaseDependencies.ts +0 -10
- package/es/library/behaviours/sort-by/applications/interfaces/gateways/IRepository.ts +0 -8
- package/es/library/behaviours/sort-by/applications/interfaces/gateways/IService.ts +0 -7
- package/es/library/behaviours/sort-by/applications/interfaces/input/SortByInputModel.ts +0 -6
- package/es/library/behaviours/sort-by/applications/interfaces/output/IPresenter.ts +0 -6
- package/es/library/behaviours/sort-by/applications/interfaces/output/SortByOutputModel.ts +0 -9
- package/es/library/behaviours/sort-by/applications/usecases/AbstractUseCase.ts +0 -17
- package/es/library/behaviours/sort-by/applications/usecases/SortBy.ts +0 -22
- package/es/library/behaviours/sort-by/domain/entities/SortBy.ts +0 -38
- package/es/library/behaviours/sort-by/domain/entities/interfaces/ISortBy.ts +0 -8
- package/es/library/behaviours/sort-by/frameworks/ui/ActionsHandlerFactory.ts +0 -21
- package/es/library/behaviours/sort-by/frameworks/ui/DemoBehaviour.ts +0 -18
- package/es/library/behaviours/sort-by/frameworks/ui/SortByBehaviourFactory.ts +0 -19
- package/es/library/behaviours/text-to-field-click/adapters/controllers/ClickController.ts +0 -17
- package/es/library/behaviours/text-to-field-click/adapters/gateway/Repository.ts +0 -16
- package/es/library/behaviours/text-to-field-click/applications/interfaces/UseCaseDependencies.ts +0 -7
- package/es/library/behaviours/text-to-field-click/applications/interfaces/gateways/IRepository.ts +0 -8
- package/es/library/behaviours/text-to-field-click/applications/interfaces/input/ClickUseCaseInputModel.ts +0 -4
- package/es/library/behaviours/text-to-field-click/applications/usecases/AbstractUseCase.ts +0 -15
- package/es/library/behaviours/text-to-field-click/applications/usecases/ClickUseCase.ts +0 -14
- package/es/library/behaviours/text-to-field-click/domain/entities/FieldEventConverter.ts +0 -16
- package/es/library/behaviours/text-to-field-click/domain/entities/interfaces/IFieldEventConverter.ts +0 -12
- package/es/library/behaviours/text-to-field-click/frameworks/ui/EventHandlersFactory.ts +0 -17
- package/es/library/behaviours/text-to-field-click/frameworks/ui/TextToFieldClickBehaviourFactory.ts +0 -15
- package/es/library/custom-component/adapters/controllers/Controller.ts +0 -30
- package/es/library/custom-component/adapters/controllers/interface/IController.ts +0 -20
- package/es/library/custom-component/adapters/gateways/event-manager/EventManager.ts +0 -75
- package/es/library/custom-component/adapters/gateways/repository/Repository.ts +0 -17
- package/es/library/custom-component/adapters/gateways/service/Service.ts +0 -29
- package/es/library/custom-component/adapters/presenters/Presenter.ts +0 -15
- package/es/library/custom-component/applications/entities-factory/BehavioursFactory.ts +0 -39
- package/es/library/custom-component/applications/entities-factory/ComponentFactory.ts +0 -49
- package/es/library/custom-component/applications/entities-factory/EventHandlersFactory.ts +0 -10
- package/es/library/custom-component/applications/entities-factory/PropertiesFactory.ts +0 -17
- package/es/library/custom-component/applications/interfaces/InputDependencies.ts +0 -13
- package/es/library/custom-component/applications/interfaces/OutputDependencies.ts +0 -6
- package/es/library/custom-component/applications/interfaces/UseCase.ts +0 -5
- package/es/library/custom-component/applications/interfaces/gateways/IEventManager.ts +0 -12
- package/es/library/custom-component/applications/interfaces/gateways/IJSONValidator.ts +0 -2
- package/es/library/custom-component/applications/interfaces/gateways/IRepository.ts +0 -9
- package/es/library/custom-component/applications/interfaces/gateways/IService.ts +0 -16
- package/es/library/custom-component/applications/interfaces/input/DispatchInputModel.ts +0 -4
- package/es/library/custom-component/applications/interfaces/input/InitailizeInputModel.ts +0 -6
- package/es/library/custom-component/applications/interfaces/input/UpdatePropertiesInputModel.ts +0 -3
- package/es/library/custom-component/applications/interfaces/input/UpdateStateInputModel.ts +0 -3
- package/es/library/custom-component/applications/interfaces/output/OutputBoundary.ts +0 -6
- package/es/library/custom-component/applications/usecases/AbstractUseCase.ts +0 -9
- package/es/library/custom-component/applications/usecases/DispatchUseCase.ts +0 -18
- package/es/library/custom-component/applications/usecases/InitializeUseCase.ts +0 -21
- package/es/library/custom-component/applications/usecases/MountUseCase.ts +0 -18
- package/es/library/custom-component/applications/usecases/UnmountUseCase.ts +0 -18
- package/es/library/custom-component/applications/usecases/UpdatePropertyUseCase.ts +0 -22
- package/es/library/custom-component/applications/usecases/UpdateStateUseCase.ts +0 -13
- package/es/library/custom-component/domain/entities/Behaviour.ts +0 -39
- package/es/library/custom-component/domain/entities/Component.ts +0 -209
- package/es/library/custom-component/domain/entities/DefaultAppendToActionPayload.ts +0 -10
- package/es/library/custom-component/domain/entities/EventHandler.ts +0 -13
- package/es/library/custom-component/domain/entities/EventHandlers.ts +0 -9
- package/es/library/custom-component/domain/entities/Events.ts +0 -18
- package/es/library/custom-component/domain/entities/LifeCycleAction.ts +0 -31
- package/es/library/custom-component/domain/entities/Payload.ts +0 -17
- package/es/library/custom-component/domain/entities/Properties.ts +0 -135
- package/es/library/custom-component/domain/entities/Property.ts +0 -42
- package/es/library/custom-component/domain/entities/Schema.ts +0 -10
- package/es/library/custom-component/domain/entities/State.ts +0 -15
- package/es/library/custom-component/domain/entities/Style.ts +0 -25
- package/es/library/custom-component/domain/entities/interfaces/IBehaviour.ts +0 -10
- package/es/library/custom-component/domain/entities/interfaces/IComponent.ts +0 -33
- package/es/library/custom-component/domain/entities/interfaces/IEvent.ts +0 -7
- package/es/library/custom-component/domain/entities/interfaces/IEventHandler.ts +0 -5
- package/es/library/custom-component/domain/entities/interfaces/IEventHandlerHelpers.ts +0 -7
- package/es/library/custom-component/domain/entities/interfaces/IEventHandlers.ts +0 -4
- package/es/library/custom-component/domain/entities/interfaces/IEventWrapper.ts +0 -4
- package/es/library/custom-component/domain/entities/interfaces/ILifeCycleAction.ts +0 -19
- package/es/library/custom-component/domain/entities/interfaces/IPayload.ts +0 -6
- package/es/library/custom-component/domain/entities/interfaces/IProperties.ts +0 -11
- package/es/library/custom-component/domain/entities/interfaces/IProperty.ts +0 -9
- package/es/library/custom-component/domain/entities/interfaces/ISchema.ts +0 -4
- package/es/library/custom-component/domain/entities/interfaces/IState.ts +0 -5
- package/es/library/custom-component/domain/entities/interfaces/IStyle.ts +0 -8
- package/es/library/custom-component/domain/entities/interfaces/IValidator.ts +0 -3
- package/es/library/custom-component/frameworks/json-schema-validator/Validator.ts +0 -13
- package/es/library/custom-component/frameworks/object-path-immutable/ImmutableHelper.ts +0 -5
- package/es/library/custom-component/frameworks/ui/Compare.ts +0 -41
- package/es/library/custom-component/frameworks/ui/ComponentRegistry.ts +0 -25
- package/es/library/custom-component/frameworks/ui/CreateCustomComponent.tsx +0 -93
- package/es/library/custom-component/frameworks/ui/CreateSlotComponent.tsx +0 -25
- package/es/library/custom-component/frameworks/ui/CustomComponentFactory.tsx +0 -59
- package/es/library/custom-component/frameworks/ui/DependencyFactory.ts +0 -25
- package/es/library/dot/components/action-location/adapters/controllers/MountController.ts +0 -15
- package/es/library/dot/components/action-location/adapters/controllers/PropertiesChangeController.ts +0 -20
- package/es/library/dot/components/action-location/adapters/controllers/UnmountController.ts +0 -15
- package/es/library/dot/components/action-location/adapters/gateway/Repository.ts +0 -26
- package/es/library/dot/components/action-location/adapters/presenters/Presenter.ts +0 -19
- package/es/library/dot/components/action-location/entities/ActionLocationEntity.ts +0 -99
- package/es/library/dot/components/action-location/entities/interfaces/ActionViewModel.ts +0 -9
- package/es/library/dot/components/action-location/entities/interfaces/EventMappingViewModel.ts +0 -10
- package/es/library/dot/components/action-location/entities/interfaces/IActionLocation.ts +0 -8
- package/es/library/dot/components/action-location/frameworks/ui/ActionComponentMapping.ts +0 -9
- package/es/library/dot/components/action-location/frameworks/ui/ActionLocation.tsx +0 -13
- package/es/library/dot/components/action-location/frameworks/ui/ActionLocationView.tsx +0 -14
- package/es/library/dot/components/action-location/frameworks/ui/EventHandlersFactory.ts +0 -35
- package/es/library/dot/components/action-location/usecases/interactors/AbstractUseCase.ts +0 -14
- package/es/library/dot/components/action-location/usecases/interactors/DestroyUseCase.ts +0 -12
- package/es/library/dot/components/action-location/usecases/interactors/InitializeUseCase.ts +0 -12
- package/es/library/dot/components/action-location/usecases/interactors/PropertiesChangeUseCase.ts +0 -14
- package/es/library/dot/components/action-location/usecases/interfaces/UseCaseDependencies.ts +0 -4
- package/es/library/dot/components/action-location/usecases/interfaces/gateways/IRepository.ts +0 -6
- package/es/library/dot/components/action-location/usecases/interfaces/input/PropertiesChangeUseCaseInputModel.ts +0 -8
- package/es/library/dot/components/action-location/usecases/interfaces/output/IPresenter.ts +0 -4
- package/es/library/dot/components/actions-renderer/frameworks/ui/ActionsRenderer.tsx +0 -10
- package/es/library/dot/components/actions-renderer/frameworks/ui/ActionsRendererView.tsx +0 -23
- package/es/library/dot/components/table-list/adapters/controllers/AbstractController.ts +0 -9
- package/es/library/dot/components/table-list/adapters/controllers/FieldChangeController.ts +0 -22
- package/es/library/dot/components/table-list/adapters/controllers/FieldClickController.ts +0 -21
- package/es/library/dot/components/table-list/adapters/controllers/RowClickController.ts +0 -18
- package/es/library/dot/components/table-list/adapters/controllers/ScrollController.ts +0 -24
- package/es/library/dot/components/table-list/adapters/controllers/SelectAllController.ts +0 -14
- package/es/library/dot/components/table-list/adapters/controllers/SelectItemController.ts +0 -23
- package/es/library/dot/components/table-list/adapters/controllers/SortByController.ts +0 -16
- package/es/library/dot/components/table-list/adapters/controllers/SortedController.ts +0 -15
- package/es/library/dot/components/table-list/adapters/controllers/index.ts +0 -7
- package/es/library/dot/components/table-list/adapters/presenters/TableTranslator.ts +0 -44
- package/es/library/dot/components/table-list/frameworks/ui/EventHandlersFactory.ts +0 -22
- package/es/library/dot/components/table-list/frameworks/ui/TableList.tsx +0 -36
- package/es/library/dot/components/table-list/frameworks/ui/TableListView.tsx +0 -82
- package/es/library/dot/components/table-list/frameworks/ui/handlers/HandleAllSelect.ts +0 -7
- package/es/library/dot/components/table-list/frameworks/ui/handlers/HandleRowSelect.ts +0 -8
- package/es/library/dot/components/table-list/frameworks/ui/handlers/HandleScroll.ts +0 -10
- package/es/library/dot/components/table-list/frameworks/ui/handlers/HandleSortClick.ts +0 -8
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/Body.tsx +0 -15
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/ColumnResizingLine.tsx +0 -20
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/Header.tsx +0 -53
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/Loading.tsx +0 -19
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/NoData.tsx +0 -25
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/Rows.tsx +0 -40
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/field/FieldComponent.tsx +0 -20
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/header/ActionColumn.tsx +0 -9
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/header/ColumnResizer.tsx +0 -12
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/header/HeaderData.tsx +0 -34
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/header/HeaderText.tsx +0 -23
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/header/Headers.tsx +0 -23
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/header/ResizerExtraSpace.tsx +0 -19
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/header/SelectAll.tsx +0 -24
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/row/Columns.tsx +0 -19
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/row/Row.tsx +0 -67
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/row/RowActions.tsx +0 -16
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/row/RowData.tsx +0 -31
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/row/RowEventHandlersFactory.ts +0 -18
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/row/RowSelection.tsx +0 -26
- package/es/library/dot/legacy-to-new-arch/action-icon/frameworks/ui/ActionIcon.ts +0 -31
- package/es/library/dot/legacy-to-new-arch/action-icon/frameworks/ui/ActionIconView.tsx +0 -78
- package/es/library/dot/legacy-to-new-arch/action-icon/frameworks/ui/css/ActionIcon.module.css +0 -3
- package/es/library/dot/legacy-to-new-arch/avatar/frameworks/ui/Avatar.tsx +0 -12
- package/es/library/dot/legacy-to-new-arch/avatar/frameworks/ui/AvatarView.tsx +0 -38
- package/es/library/dot/legacy-to-new-arch/checkbox/frameworks/ui/Checkbox.tsx +0 -12
- package/es/library/dot/legacy-to-new-arch/checkbox/frameworks/ui/CheckboxView.tsx +0 -25
- package/es/library/dot/legacy-to-new-arch/common-empty-state/CommonEmptyState.ts +0 -13
- package/es/library/dot/legacy-to-new-arch/common-empty-state/CommonEmptyStateView.tsx +0 -11
- package/es/library/dot/legacy-to-new-arch/email/frameworks/ui/Email.tsx +0 -12
- package/es/library/dot/legacy-to-new-arch/email/frameworks/ui/EmailView.tsx +0 -23
- package/es/library/dot/legacy-to-new-arch/highlighted-value/frameworks/ui/HighlightedValue.tsx +0 -12
- package/es/library/dot/legacy-to-new-arch/highlighted-value/frameworks/ui/HighlightedValueView.tsx +0 -24
- package/es/library/dot/legacy-to-new-arch/index.ts +0 -10
- package/es/library/dot/legacy-to-new-arch/link/frameworks/ui/Link.tsx +0 -12
- package/es/library/dot/legacy-to-new-arch/link/frameworks/ui/LinkView.tsx +0 -21
- package/es/library/dot/legacy-to-new-arch/switch/frameworks/ui/Switch.tsx +0 -12
- package/es/library/dot/legacy-to-new-arch/switch/frameworks/ui/SwitchView.tsx +0 -25
- package/es/library/dot/legacy-to-new-arch/table-field-components/checkbox-field/frameworks/ui/CheckboxField.tsx +0 -15
- package/es/library/dot/legacy-to-new-arch/table-field-components/checkbox-field/frameworks/ui/CheckboxFieldView.tsx +0 -8
- package/es/library/dot/legacy-to-new-arch/table-field-components/checkbox-field/frameworks/ui/EventHandlersFactory.ts +0 -24
- package/es/library/dot/legacy-to-new-arch/table-field-components/currency-field/frameworks/ui/CurrencyField.tsx +0 -16
- package/es/library/dot/legacy-to-new-arch/table-field-components/currency-field/frameworks/ui/CurrencyFieldView.tsx +0 -8
- package/es/library/dot/legacy-to-new-arch/table-field-components/date-field/frameworks/ui/DateField.tsx +0 -16
- package/es/library/dot/legacy-to-new-arch/table-field-components/date-field/frameworks/ui/DateFieldView.tsx +0 -8
- package/es/library/dot/legacy-to-new-arch/table-field-components/datetime-field/frameworks/ui/DateTimeField.tsx +0 -16
- package/es/library/dot/legacy-to-new-arch/table-field-components/datetime-field/frameworks/ui/DateTimeFieldView.tsx +0 -8
- package/es/library/dot/legacy-to-new-arch/table-field-components/decimal-field/frameworks/ui/DecimalField.tsx +0 -16
- package/es/library/dot/legacy-to-new-arch/table-field-components/decimal-field/frameworks/ui/DecimalFieldView.tsx +0 -8
- package/es/library/dot/legacy-to-new-arch/table-field-components/email-field/frameworks/ui/EmailField.tsx +0 -14
- package/es/library/dot/legacy-to-new-arch/table-field-components/email-field/frameworks/ui/EmailFieldView.tsx +0 -8
- package/es/library/dot/legacy-to-new-arch/table-field-components/index.ts +0 -37
- package/es/library/dot/legacy-to-new-arch/table-field-components/lookup-field/frameworks/ui/LookupField.tsx +0 -14
- package/es/library/dot/legacy-to-new-arch/table-field-components/lookup-field/frameworks/ui/LookupFieldView.tsx +0 -8
- package/es/library/dot/legacy-to-new-arch/table-field-components/multiselect-field/frameworks/ui/MultiSelectField.tsx +0 -14
- package/es/library/dot/legacy-to-new-arch/table-field-components/multiselect-field/frameworks/ui/MultiSelectFieldView.tsx +0 -10
- package/es/library/dot/legacy-to-new-arch/table-field-components/number-field/frameworks/ui/NumberField.tsx +0 -16
- package/es/library/dot/legacy-to-new-arch/table-field-components/number-field/frameworks/ui/NumberFieldView.tsx +0 -8
- package/es/library/dot/legacy-to-new-arch/table-field-components/percentage-field/frameworks/ui/PercentageField.tsx +0 -16
- package/es/library/dot/legacy-to-new-arch/table-field-components/percentage-field/frameworks/ui/PercentageFieldView.tsx +0 -8
- package/es/library/dot/legacy-to-new-arch/table-field-components/phone-field/frameworks/ui/PhoneField.tsx +0 -14
- package/es/library/dot/legacy-to-new-arch/table-field-components/phone-field/frameworks/ui/PhoneFieldView.tsx +0 -11
- package/es/library/dot/legacy-to-new-arch/table-field-components/picklist-field/frameworks/ui/PickListField.tsx +0 -16
- package/es/library/dot/legacy-to-new-arch/table-field-components/picklist-field/frameworks/ui/PickListFieldView.tsx +0 -8
- package/es/library/dot/legacy-to-new-arch/table-field-components/singleline-field/frameworks/ui/SingleLineField.tsx +0 -16
- package/es/library/dot/legacy-to-new-arch/table-field-components/singleline-field/frameworks/ui/SingleLineFieldView.tsx +0 -8
- package/es/library/dot/legacy-to-new-arch/table-field-components/switch-field/frameworks/ui/EventHandlersFactory.ts +0 -25
- package/es/library/dot/legacy-to-new-arch/table-field-components/switch-field/frameworks/ui/SwitchField.tsx +0 -15
- package/es/library/dot/legacy-to-new-arch/table-field-components/switch-field/frameworks/ui/SwitchFieldView.tsx +0 -8
- package/es/library/dot/legacy-to-new-arch/table-field-components/url-field/frameworks/ui/EventHandlersFactory.ts +0 -23
- package/es/library/dot/legacy-to-new-arch/table-field-components/url-field/frameworks/ui/UrlField.tsx +0 -15
- package/es/library/dot/legacy-to-new-arch/table-field-components/url-field/frameworks/ui/UrlFieldView.tsx +0 -8
- package/es/library/dot/legacy-to-new-arch/tags/frameworks/ui/TagContractAdapter.ts +0 -16
- package/es/library/dot/legacy-to-new-arch/tags/frameworks/ui/Tags.tsx +0 -12
- package/es/library/dot/legacy-to-new-arch/tags/frameworks/ui/TagsView.tsx +0 -24
- package/es/library/dot/legacy-to-new-arch/text/frameworks/ui/Text.tsx +0 -12
- package/es/library/dot/legacy-to-new-arch/text/frameworks/ui/TextView.tsx +0 -21
- package/es/library/index.ts +0 -3
- package/es/platform/client-actions/bc/zclient-actions/Constants.ts +0 -13
- package/es/platform/client-actions/bc/zclient-actions/EventHandlers.ts +0 -22
- package/es/platform/client-actions/behaviour/zclient-actions/adapters/controllers/AbstractController.ts +0 -14
- package/es/platform/client-actions/behaviour/zclient-actions/adapters/controllers/ClientActionBehaviourExecutorController.ts +0 -20
- package/es/platform/client-actions/behaviour/zclient-actions/adapters/controllers/FailureController.ts +0 -25
- package/es/platform/client-actions/behaviour/zclient-actions/adapters/controllers/FetchStateStopController.ts +0 -17
- package/es/platform/client-actions/behaviour/zclient-actions/adapters/controllers/MountController.ts +0 -22
- package/es/platform/client-actions/behaviour/zclient-actions/adapters/controllers/NoContentController.ts +0 -22
- package/es/platform/client-actions/behaviour/zclient-actions/adapters/controllers/SetClientActionsController.ts +0 -19
- package/es/platform/client-actions/behaviour/zclient-actions/adapters/controllers/SuccessController.ts +0 -22
- package/es/platform/client-actions/behaviour/zclient-actions/adapters/gateways/Repository.ts +0 -22
- package/es/platform/client-actions/behaviour/zclient-actions/adapters/gateways/Service.ts +0 -33
- package/es/platform/client-actions/behaviour/zclient-actions/adapters/presenters/Presenter.ts +0 -22
- package/es/platform/client-actions/behaviour/zclient-actions/applications/entities-factory/ClientActionFactory.ts +0 -15
- package/es/platform/client-actions/behaviour/zclient-actions/applications/entities-factory/ClientActionManagerFactory.ts +0 -13
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/ClientActionModel.ts +0 -19
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/ComponentPropertiesModel.ts +0 -3
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/ConditionFieldModel.ts +0 -5
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/ConditionModel.ts +0 -6
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/EventMappingModel.ts +0 -9
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/IError.ts +0 -1
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/InputDependencies.ts +0 -9
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/PayloadValueMappingModel.ts +0 -3
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/PropsMeta.ts +0 -3
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/StrategyMeta.ts +0 -5
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/UIComponentMappingModel.ts +0 -11
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/UserDetailsModel.ts +0 -6
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/gateways/IRepository.ts +0 -9
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/gateways/IService.ts +0 -17
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/gateways/State.ts +0 -9
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/input/ExecuteActionBehaviourInputModel.ts +0 -10
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/input/FailureInputModel.ts +0 -10
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/input/FetchStateStopInputModel.ts +0 -7
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/input/InitializeInputModel.ts +0 -4
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/input/NoContentInputModel.ts +0 -8
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/input/SetClientActionsInputModel.ts +0 -9
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/input/SuccessInputModel.ts +0 -10
- package/es/platform/client-actions/behaviour/zclient-actions/applications/interfaces/output/IPresenter.ts +0 -10
- package/es/platform/client-actions/behaviour/zclient-actions/applications/usecases/AbstractUseCase.ts +0 -17
- package/es/platform/client-actions/behaviour/zclient-actions/applications/usecases/ExecuteActionBehaviourUseCase.ts +0 -27
- package/es/platform/client-actions/behaviour/zclient-actions/applications/usecases/FailureUseCase.ts +0 -21
- package/es/platform/client-actions/behaviour/zclient-actions/applications/usecases/FetchStateStopUseCase.ts +0 -21
- package/es/platform/client-actions/behaviour/zclient-actions/applications/usecases/InitializeUseCase.ts +0 -11
- package/es/platform/client-actions/behaviour/zclient-actions/applications/usecases/NoContentUseCase.ts +0 -27
- package/es/platform/client-actions/behaviour/zclient-actions/applications/usecases/SetClientActionsUseCase.ts +0 -21
- package/es/platform/client-actions/behaviour/zclient-actions/applications/usecases/SuccessUseCase.ts +0 -22
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/ClientAction.ts +0 -56
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/ClientActionManager.ts +0 -134
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/ClientActions.ts +0 -41
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/EventMapping.ts +0 -34
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/EventMappings.ts +0 -17
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/GetClientActionsStrategy.ts +0 -47
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/UIComponentMapping.ts +0 -37
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/BehaviourState.ts +0 -7
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/ClientActionModel.ts +0 -17
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/ClientActionsModel.ts +0 -8
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/ComponentPropertiesModel.ts +0 -3
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/ConditionFieldModel.ts +0 -5
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/ConditionModel.ts +0 -6
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/EventMappingModel.ts +0 -9
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/EventModel.ts +0 -6
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/IAction.ts +0 -7
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/IClientAction.ts +0 -7
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/IClientActionExecuteStrategy.ts +0 -11
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/IClientActionManager.ts +0 -32
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/IClientActions.ts +0 -13
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/IError.ts +0 -3
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/IEvent.ts +0 -11
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/IEventMapping.ts +0 -7
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/IEventMappings.ts +0 -6
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/IPayload.ts +0 -5
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/IUIComponentMapping.ts +0 -6
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/PayloadValueMappingModel.ts +0 -3
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/PropsMeta.ts +0 -3
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/State.ts +0 -7
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/StrategyMeta.ts +0 -5
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/SubMeta.ts +0 -3
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/UIComponentMappingModel.ts +0 -11
- package/es/platform/client-actions/behaviour/zclient-actions/domain/entities/interfaces/UserDetailsModel.ts +0 -6
- package/es/platform/client-actions/behaviour/zclient-actions/frameworks/ActionsHandlersFactory.ts +0 -57
- package/es/platform/client-actions/behaviour/zclient-actions/frameworks/ClientActionsBehaviourFactory.ts +0 -14
- package/es/platform/client-actions/cc/action-event-mediator/Properties.ts +0 -36
- package/es/platform/client-actions/cc/dynamic-action-component/Properties.ts +0 -52
- package/es/platform/client-actions/components/action-event-mediator/adapters/controllers/MountController.ts +0 -15
- package/es/platform/client-actions/components/action-event-mediator/adapters/controllers/PropertiesChangeController.ts +0 -20
- package/es/platform/client-actions/components/action-event-mediator/adapters/controllers/UnmountController.ts +0 -15
- package/es/platform/client-actions/components/action-event-mediator/adapters/gateway/Repository.ts +0 -32
- package/es/platform/client-actions/components/action-event-mediator/adapters/presenters/Presenter.ts +0 -20
- package/es/platform/client-actions/components/action-event-mediator/applications/interfaces/UseCaseDependencies.ts +0 -4
- package/es/platform/client-actions/components/action-event-mediator/applications/interfaces/gateways/IRepository.ts +0 -6
- package/es/platform/client-actions/components/action-event-mediator/applications/interfaces/input/PropertiesChangeUseCaseInputModel.ts +0 -8
- package/es/platform/client-actions/components/action-event-mediator/applications/interfaces/output/IPresenter.ts +0 -4
- package/es/platform/client-actions/components/action-event-mediator/applications/usecases/AbstractUseCase.ts +0 -14
- package/es/platform/client-actions/components/action-event-mediator/applications/usecases/DestroyUseCase.ts +0 -12
- package/es/platform/client-actions/components/action-event-mediator/applications/usecases/InitializeUseCase.ts +0 -12
- package/es/platform/client-actions/components/action-event-mediator/applications/usecases/PropertiesChangeUseCase.ts +0 -14
- package/es/platform/client-actions/components/action-event-mediator/domain/entities/ActionEventMediatorEntity.ts +0 -104
- package/es/platform/client-actions/components/action-event-mediator/domain/entities/interfaces/IActionLocation.ts +0 -8
- package/es/platform/client-actions/components/action-event-mediator/domain/entities/interfaces/IState.ts +0 -4
- package/es/platform/client-actions/components/action-event-mediator/frameworks/ui/ActionEventMediator.ts +0 -13
- package/es/platform/client-actions/components/action-event-mediator/frameworks/ui/ActionEventMediatorView.tsx +0 -17
- package/es/platform/client-actions/components/action-event-mediator/frameworks/ui/EventHandlersFactory.ts +0 -36
- package/es/platform/client-actions/components/dynamic-component/domain/entities/interfaces/IState.ts +0 -5
- package/es/platform/client-actions/components/dynamic-component/frameworks/ui/DynamicActionComponent.ts +0 -10
- package/es/platform/client-actions/components/dynamic-component/frameworks/ui/DynamicActionComponentView.tsx +0 -19
- package/es/platform/client-actions/components/interfaces/ActionViewModel.ts +0 -17
- package/es/platform/client-actions/components/interfaces/EventMappingViewModel.ts +0 -7
- package/es/platform/client-actions/components/row-actions-renderer/domain/entities/interfaces/IState.ts +0 -5
- package/es/platform/client-actions/components/row-actions-renderer/frameworks/ui/RowActionsRenderer.ts +0 -17
- package/es/platform/client-actions/components/row-actions-renderer/frameworks/ui/RowActionsRendererView.tsx +0 -21
- package/es/platform/client-actions/template-resolver/index.ts +0 -43
- package/es/platform/client-actions/template-resolver/interfaces/ITemplate.ts +0 -1
- package/es/platform/client-actions/translators/client-actions-translator/index.ts +0 -39
- package/es/platform/client-actions/translators/condition-resolver/field-evaluators/EvalEmptyString.ts +0 -5
- package/es/platform/client-actions/translators/condition-resolver/field-evaluators/EvalEndsWith.ts +0 -5
- package/es/platform/client-actions/translators/condition-resolver/field-evaluators/EvalEquals.ts +0 -5
- package/es/platform/client-actions/translators/condition-resolver/field-evaluators/EvalGreaterThan.ts +0 -5
- package/es/platform/client-actions/translators/condition-resolver/field-evaluators/EvalGreaterThanOrEquals.ts +0 -5
- package/es/platform/client-actions/translators/condition-resolver/field-evaluators/EvalIn.ts +0 -7
- package/es/platform/client-actions/translators/condition-resolver/field-evaluators/EvalIsEmpty.ts +0 -5
- package/es/platform/client-actions/translators/condition-resolver/field-evaluators/EvalIsNotEmpty.ts +0 -5
- package/es/platform/client-actions/translators/condition-resolver/field-evaluators/EvalLessThan.ts +0 -5
- package/es/platform/client-actions/translators/condition-resolver/field-evaluators/EvalLessThanOrEquals.ts +0 -5
- package/es/platform/client-actions/translators/condition-resolver/field-evaluators/EvalLike.ts +0 -5
- package/es/platform/client-actions/translators/condition-resolver/field-evaluators/EvalNotEquals.ts +0 -5
- package/es/platform/client-actions/translators/condition-resolver/field-evaluators/EvalNotLike.ts +0 -5
- package/es/platform/client-actions/translators/condition-resolver/field-evaluators/EvalStartsWith.ts +0 -5
- package/es/platform/client-actions/translators/condition-resolver/field-evaluators/GetResolvedContextFieldValue.ts +0 -8
- package/es/platform/client-actions/translators/condition-resolver/field-evaluators/index.ts +0 -59
- package/es/platform/client-actions/translators/condition-resolver/index.ts +0 -24
- package/es/platform/client-actions/translators/condition-resolver/pattern-evaluator/PatternValidator.ts +0 -84
- package/es/platform/client-actions/translators/condition-resolver/pattern-evaluator/index.ts +0 -78
- package/es/platform/client-actions/translators/context-resolver/index.ts +0 -66
- package/es/platform/client-actions/translators/interfaces/IContext.ts +0 -1
- package/es/platform/client-actions/translators/interfaces/IState.ts +0 -1
- package/es/platform/data-source/dbc/index.ts +0 -83
- package/es/platform/data-source/http-template/deleteRecord.ts +0 -29
- package/es/platform/data-source/http-template/deleteRecords.ts +0 -29
- package/es/platform/data-source/http-template/getAvailableFields.ts +0 -31
- package/es/platform/data-source/http-template/getClientActions.ts +0 -25
- package/es/platform/data-source/http-template/getRecords.ts +0 -51
- package/es/platform/data-source/http-template/getSelectedFields.ts +0 -31
- package/es/platform/data-source/http-template/updateRecord.ts +0 -37
- package/es/platform/data-source/index.ts +0 -25
- package/es/platform/data-source/utils/transformer/CreateCf.ts +0 -12
- package/es/platform/data-source/utils/transformer/Transformer.ts +0 -22
- package/es/platform/zdata-source/adapters/controllers/AbstractController.ts +0 -11
- package/es/platform/zdata-source/adapters/controllers/DataSourceExecutorController.ts +0 -19
- package/es/platform/zdata-source/adapters/controllers/FailureController.ts +0 -23
- package/es/platform/zdata-source/adapters/controllers/NoContentController.ts +0 -20
- package/es/platform/zdata-source/adapters/controllers/RegisterController.ts +0 -15
- package/es/platform/zdata-source/adapters/controllers/SuccessController.ts +0 -21
- package/es/platform/zdata-source/adapters/gateways/Repository.ts +0 -20
- package/es/platform/zdata-source/adapters/gateways/Service.ts +0 -24
- package/es/platform/zdata-source/adapters/gateways/TemplateHelpers.ts +0 -50
- package/es/platform/zdata-source/adapters/presenters/Presenter.ts +0 -29
- package/es/platform/zdata-source/applications/entities-factory/APITemplatesFactory.ts +0 -21
- package/es/platform/zdata-source/applications/entities-factory/DataSourceFactory.ts +0 -11
- package/es/platform/zdata-source/applications/interfaces/InputDependencies.ts +0 -11
- package/es/platform/zdata-source/applications/interfaces/gateways/IRepository.ts +0 -10
- package/es/platform/zdata-source/applications/interfaces/gateways/IService.ts +0 -13
- package/es/platform/zdata-source/applications/interfaces/gateways/ITemplateHelpers.ts +0 -1
- package/es/platform/zdata-source/applications/interfaces/gateways/State.ts +0 -7
- package/es/platform/zdata-source/applications/interfaces/input/ExecuteActionInputModel.ts +0 -9
- package/es/platform/zdata-source/applications/interfaces/input/FailureInputModel.ts +0 -8
- package/es/platform/zdata-source/applications/interfaces/input/NoContentInputModel.ts +0 -7
- package/es/platform/zdata-source/applications/interfaces/input/RegisterInputModel.ts +0 -4
- package/es/platform/zdata-source/applications/interfaces/input/SuccessInputModel.ts +0 -8
- package/es/platform/zdata-source/applications/interfaces/output/IPresenter.ts +0 -7
- package/es/platform/zdata-source/applications/usecases/AbstractUseCase.ts +0 -15
- package/es/platform/zdata-source/applications/usecases/ExecuteActionUseCase.ts +0 -16
- package/es/platform/zdata-source/applications/usecases/FailureUseCase.ts +0 -17
- package/es/platform/zdata-source/applications/usecases/NoContentUseCase.ts +0 -19
- package/es/platform/zdata-source/applications/usecases/RegisterUseCase.ts +0 -10
- package/es/platform/zdata-source/applications/usecases/SuccessUseCase.ts +0 -22
- package/es/platform/zdata-source/domain/entities/APITemplate.ts +0 -83
- package/es/platform/zdata-source/domain/entities/APITemplates.ts +0 -22
- package/es/platform/zdata-source/domain/entities/DataSource.ts +0 -89
- package/es/platform/zdata-source/domain/entities/interfaces/APIDetailsModel.ts +0 -10
- package/es/platform/zdata-source/domain/entities/interfaces/APITemplateModel.ts +0 -3
- package/es/platform/zdata-source/domain/entities/interfaces/APITemplatesModel.ts +0 -3
- package/es/platform/zdata-source/domain/entities/interfaces/ApiEnum.ts +0 -9
- package/es/platform/zdata-source/domain/entities/interfaces/BehaviourState.ts +0 -5
- package/es/platform/zdata-source/domain/entities/interfaces/EventModel.ts +0 -8
- package/es/platform/zdata-source/domain/entities/interfaces/IAPITemplate.ts +0 -10
- package/es/platform/zdata-source/domain/entities/interfaces/IAPITemplates.ts +0 -10
- package/es/platform/zdata-source/domain/entities/interfaces/IDataSource.ts +0 -16
- package/es/platform/zdata-source/domain/entities/interfaces/ITemplateHelpers.ts +0 -6
- package/es/platform/zdata-source/domain/entities/interfaces/MetaData.ts +0 -21
- package/es/platform/zdata-source/frameworks/DataBrokerBehaviourFactory.ts +0 -12
- package/es/platform/zdata-source/frameworks/EventHandlersFactory.ts +0 -35
- package/es/platform/zfield/adapters/controllers/AbstractController.ts +0 -12
- package/es/platform/zfield/adapters/controllers/ExeucteActionController.ts +0 -20
- package/es/platform/zfield/adapters/controllers/FetchFailureController.ts +0 -16
- package/es/platform/zfield/adapters/controllers/FetchNoContentController.ts +0 -15
- package/es/platform/zfield/adapters/controllers/FetchSuccessController.ts +0 -16
- package/es/platform/zfield/adapters/controllers/InitializeController.ts +0 -23
- package/es/platform/zfield/adapters/controllers/RefetchController.ts +0 -16
- package/es/platform/zfield/adapters/gateways/Repository.ts +0 -27
- package/es/platform/zfield/adapters/gateways/Service.ts +0 -28
- package/es/platform/zfield/adapters/presenters/Presenter.ts +0 -24
- package/es/platform/zfield/applications/entities-factory/FieldBuilder.ts +0 -106
- package/es/platform/zfield/applications/entities-factory/FieldFactory.ts +0 -24
- package/es/platform/zfield/applications/entities-factory/FieldsManagerBuilder.ts +0 -36
- package/es/platform/zfield/applications/interfaces/UsecaseDependencies.ts +0 -8
- package/es/platform/zfield/applications/interfaces/gateways/IRepository.ts +0 -8
- package/es/platform/zfield/applications/interfaces/gateways/IRestApi.ts +0 -7
- package/es/platform/zfield/applications/interfaces/gateways/IService.ts +0 -17
- package/es/platform/zfield/applications/interfaces/input/ExecuteActionInputModel.ts +0 -10
- package/es/platform/zfield/applications/interfaces/input/FetchInputModel.ts +0 -13
- package/es/platform/zfield/applications/interfaces/input/InitialInputModel.ts +0 -6
- package/es/platform/zfield/applications/interfaces/input/InputModel.ts +0 -17
- package/es/platform/zfield/applications/interfaces/input/RefetchInputModel.ts +0 -12
- package/es/platform/zfield/applications/interfaces/input/SetValueInputModel.ts +0 -6
- package/es/platform/zfield/applications/interfaces/output/IPresenter.ts +0 -8
- package/es/platform/zfield/applications/usecases/AbstractUseCase.ts +0 -16
- package/es/platform/zfield/applications/usecases/ExecuteActionUseCase.ts +0 -14
- package/es/platform/zfield/applications/usecases/FetchFailureUseCase.ts +0 -22
- package/es/platform/zfield/applications/usecases/FetchNoContentUseCase.ts +0 -22
- package/es/platform/zfield/applications/usecases/FetchSuccessUseCase.ts +0 -23
- package/es/platform/zfield/applications/usecases/InitializeUseCase.ts +0 -13
- package/es/platform/zfield/applications/usecases/RefetchUseCase.ts +0 -15
- package/es/platform/zfield/domain/entities/BooleanField.ts +0 -4
- package/es/platform/zfield/domain/entities/CurrencyField.ts +0 -4
- package/es/platform/zfield/domain/entities/DateField.ts +0 -4
- package/es/platform/zfield/domain/entities/DateTimeField.ts +0 -4
- package/es/platform/zfield/domain/entities/EmailField.ts +0 -6
- package/es/platform/zfield/domain/entities/Field.ts +0 -44
- package/es/platform/zfield/domain/entities/LookupField.ts +0 -12
- package/es/platform/zfield/domain/entities/MultiLineField.ts +0 -4
- package/es/platform/zfield/domain/entities/MultiSelectField.ts +0 -4
- package/es/platform/zfield/domain/entities/PercentageField.ts +0 -4
- package/es/platform/zfield/domain/entities/PhoneField.ts +0 -4
- package/es/platform/zfield/domain/entities/PickListField.ts +0 -4
- package/es/platform/zfield/domain/entities/SingleLineField.ts +0 -4
- package/es/platform/zfield/domain/entities/URLField.ts +0 -4
- package/es/platform/zfield/domain/entities/fields-manager/AvailableFieldsManager.ts +0 -86
- package/es/platform/zfield/domain/entities/fields-manager/FieldsManager.ts +0 -92
- package/es/platform/zfield/domain/entities/fields-manager/SelectedFieldsManager.ts +0 -87
- package/es/platform/zfield/domain/entities/index.ts +0 -15
- package/es/platform/zfield/domain/entities/interfaces/ActionModel.ts +0 -7
- package/es/platform/zfield/domain/entities/interfaces/BehaviourState.ts +0 -18
- package/es/platform/zfield/domain/entities/interfaces/FieldApiName.ts +0 -6
- package/es/platform/zfield/domain/entities/interfaces/FieldModel.ts +0 -18
- package/es/platform/zfield/domain/entities/interfaces/IField.ts +0 -6
- package/es/platform/zfield/domain/entities/interfaces/IFieldManger.ts +0 -19
- package/es/platform/zfield/domain/entities/interfaces/MetaData.ts +0 -21
- package/es/platform/zfield/frameworks/ActionHandlerFactory.ts +0 -40
- package/es/platform/zfield/frameworks/ZFieldBehaviourFactory.ts +0 -16
- package/es/platform/zhttp/adapters/controllers/FetchController.ts +0 -19
- package/es/platform/zhttp/adapters/gateway/FetchGateWay.ts +0 -15
- package/es/platform/zhttp/applications/interfaces/InputDependencies.ts +0 -6
- package/es/platform/zhttp/applications/interfaces/UseCase.ts +0 -4
- package/es/platform/zhttp/applications/interfaces/gateway/IFetchGateWay.ts +0 -15
- package/es/platform/zhttp/applications/interfaces/input/FetchInputModel.ts +0 -10
- package/es/platform/zhttp/applications/usecases/AbstractUseCase.ts +0 -8
- package/es/platform/zhttp/applications/usecases/FetchUseCase.ts +0 -63
- package/es/platform/zhttp/frameworks/ActionsHandlerFactory.ts +0 -19
- package/es/platform/zhttp/frameworks/ZHttpBehaviourFactory.ts +0 -16
- package/es/platform/zlist/adapters/controllers/AbstractController.ts +0 -12
- package/es/platform/zlist/adapters/controllers/DeleteMultipleRecordController.ts +0 -12
- package/es/platform/zlist/adapters/controllers/DeleteSingleRecordController.ts +0 -12
- package/es/platform/zlist/adapters/controllers/DeleteSuccessController.ts +0 -14
- package/es/platform/zlist/adapters/controllers/FetchMoreController.ts +0 -11
- package/es/platform/zlist/adapters/controllers/FieldChangeController.ts +0 -12
- package/es/platform/zlist/adapters/controllers/MountController.ts +0 -12
- package/es/platform/zlist/adapters/controllers/PropertiesChangeController.ts +0 -14
- package/es/platform/zlist/adapters/controllers/RecordExecuteFailedController.ts +0 -12
- package/es/platform/zlist/adapters/controllers/RecordExecuteSucceededController.ts +0 -12
- package/es/platform/zlist/adapters/controllers/RecordUpdateController.ts +0 -12
- package/es/platform/zlist/adapters/controllers/SortController.ts +0 -14
- package/es/platform/zlist/adapters/controllers/UpdateSuccessController.ts +0 -14
- package/es/platform/zlist/adapters/gateways/Repository.ts +0 -28
- package/es/platform/zlist/adapters/gateways/Service.ts +0 -46
- package/es/platform/zlist/adapters/gateways/SortBy.ts +0 -27
- package/es/platform/zlist/adapters/presenters/TableTranslator.ts +0 -80
- package/es/platform/zlist/adapters/presenters/translators/ColumnAlignmentTranslator.ts +0 -11
- package/es/platform/zlist/adapters/presenters/translators/ColumnSizeTranslator.ts +0 -22
- package/es/platform/zlist/adapters/presenters/translators/ColumnTranslator.ts +0 -32
- package/es/platform/zlist/adapters/presenters/translators/EmptyViewModel.ts +0 -10
- package/es/platform/zlist/adapters/presenters/translators/Header.ts +0 -22
- package/es/platform/zlist/adapters/presenters/translators/HeadersTranslator.ts +0 -32
- package/es/platform/zlist/adapters/presenters/translators/Row.ts +0 -29
- package/es/platform/zlist/adapters/presenters/translators/RowActionTranslator.ts +0 -39
- package/es/platform/zlist/adapters/presenters/translators/RowsTranslator.ts +0 -42
- package/es/platform/zlist/adapters/presenters/translators/actions/ActionsTranslator.ts +0 -81
- package/es/platform/zlist/adapters/presenters/translators/fields/BooleanFieldTranslator.ts +0 -21
- package/es/platform/zlist/adapters/presenters/translators/fields/CurrencyFieldTranslator.ts +0 -16
- package/es/platform/zlist/adapters/presenters/translators/fields/DateFieldTranslator.ts +0 -15
- package/es/platform/zlist/adapters/presenters/translators/fields/DateTimeFieldTranslator.ts +0 -15
- package/es/platform/zlist/adapters/presenters/translators/fields/DecimalFieldTranslator.ts +0 -16
- package/es/platform/zlist/adapters/presenters/translators/fields/EmailFieldTranslator.ts +0 -15
- package/es/platform/zlist/adapters/presenters/translators/fields/LookUpFieldTranslator.ts +0 -17
- package/es/platform/zlist/adapters/presenters/translators/fields/MultiLineFieldTranslator.ts +0 -16
- package/es/platform/zlist/adapters/presenters/translators/fields/MultiSelectFieldTranslator.ts +0 -21
- package/es/platform/zlist/adapters/presenters/translators/fields/NumberFieldTranslator.ts +0 -16
- package/es/platform/zlist/adapters/presenters/translators/fields/PercentageFieldTranslator.ts +0 -15
- package/es/platform/zlist/adapters/presenters/translators/fields/PhoneFieldTranslator.ts +0 -15
- package/es/platform/zlist/adapters/presenters/translators/fields/PickListFieldTranslator.ts +0 -15
- package/es/platform/zlist/adapters/presenters/translators/fields/SingleLineFieldTranslator.ts +0 -16
- package/es/platform/zlist/adapters/presenters/translators/fields/URLFieldTranslator.ts +0 -16
- package/es/platform/zlist/adapters/presenters/translators/fields/index.ts +0 -27
- package/es/platform/zlist/adapters/presenters/translators/interfaces/Context.ts +0 -6
- package/es/platform/zlist/adapters/presenters/translators/interfaces/FieldComponentMapping.ts +0 -13
- package/es/platform/zlist/adapters/presenters/translators/interfaces/FieldModel.ts +0 -19
- package/es/platform/zlist/adapters/presenters/translators/interfaces/FieldTranslator.ts +0 -6
- package/es/platform/zlist/adapters/presenters/translators/interfaces/RowActionModel.ts +0 -18
- package/es/platform/zlist/adapters/presenters/translators/interfaces/SelectedField.ts +0 -2
- package/es/platform/zlist/adapters/presenters/translators/interfaces/State.ts +0 -17
- package/es/platform/zlist/adapters/presenters/translators/interfaces/ZFieldsBehaviourState.ts +0 -9
- package/es/platform/zlist/adapters/presenters/utils/Pipeline.ts +0 -19
- package/es/platform/zlist/applications/entities-factory/ListFactory.ts +0 -12
- package/es/platform/zlist/applications/interfaces/State.ts +0 -5
- package/es/platform/zlist/applications/interfaces/UseCaseDependencies.ts +0 -9
- package/es/platform/zlist/applications/interfaces/gateways/IRepository.ts +0 -9
- package/es/platform/zlist/applications/interfaces/gateways/IService.ts +0 -30
- package/es/platform/zlist/applications/interfaces/gateways/ISortBy.ts +0 -9
- package/es/platform/zlist/applications/interfaces/input/DeleteMultipleRecordUseCaseInput.ts +0 -6
- package/es/platform/zlist/applications/interfaces/input/DeleteSingleRecordUseCaseInput.ts +0 -6
- package/es/platform/zlist/applications/interfaces/input/FetchMoreInput.ts +0 -5
- package/es/platform/zlist/applications/interfaces/input/FieldChangeUseCaseInput.ts +0 -8
- package/es/platform/zlist/applications/interfaces/input/InitializeInput.ts +0 -4
- package/es/platform/zlist/applications/interfaces/input/PropertiesChangeUseCaseInput.ts +0 -8
- package/es/platform/zlist/applications/interfaces/input/RecordExecuteFailedUseCaseInput.ts +0 -10
- package/es/platform/zlist/applications/interfaces/input/RecordExecuteSucceededUseCaseInput.ts +0 -9
- package/es/platform/zlist/applications/interfaces/input/RecordUpdateUseCaseInput.ts +0 -6
- package/es/platform/zlist/applications/interfaces/input/SortingInputModel.ts +0 -12
- package/es/platform/zlist/applications/usecases/AbstractUseCase.ts +0 -18
- package/es/platform/zlist/applications/usecases/DeleteMultipleRecordUseCase.ts +0 -14
- package/es/platform/zlist/applications/usecases/DeleteSingleRecordUseCase.ts +0 -14
- package/es/platform/zlist/applications/usecases/DeleteSuccessUseCase.ts +0 -13
- package/es/platform/zlist/applications/usecases/FetchMoreUseCase.ts +0 -13
- package/es/platform/zlist/applications/usecases/FieldChangeUseCase.ts +0 -14
- package/es/platform/zlist/applications/usecases/InitializeUseCase.ts +0 -13
- package/es/platform/zlist/applications/usecases/PropertiesChangeUseCase.ts +0 -14
- package/es/platform/zlist/applications/usecases/RecordExecuteFailedUseCase.ts +0 -16
- package/es/platform/zlist/applications/usecases/RecordExecuteSucceededUseCase.ts +0 -16
- package/es/platform/zlist/applications/usecases/RecordUpdateUseCase.ts +0 -14
- package/es/platform/zlist/applications/usecases/SortUseCase.ts +0 -15
- package/es/platform/zlist/applications/usecases/UpdateSuccessUseCase.ts +0 -13
- package/es/platform/zlist/domain/entities/List.ts +0 -298
- package/es/platform/zlist/domain/entities/interfaces/ActionModel.ts +0 -11
- package/es/platform/zlist/domain/entities/interfaces/ApiPropsModel.ts +0 -9
- package/es/platform/zlist/domain/entities/interfaces/IList.ts +0 -19
- package/es/platform/zlist/domain/entities/interfaces/Properties.ts +0 -18
- package/es/platform/zlist/domain/entities/interfaces/RecordExecuteAfterMetaData.ts +0 -4
- package/es/platform/zlist/frameworks/EventHandlersFactory.ts +0 -53
- package/es/platform/zlist/frameworks/ZListBehaviourFactory.ts +0 -14
- package/es/platform/zrecord/adapters/controllers/AbstractController.ts +0 -11
- package/es/platform/zrecord/adapters/controllers/ActionExecutorController.ts +0 -18
- package/es/platform/zrecord/adapters/controllers/AppendRecordsController.ts +0 -16
- package/es/platform/zrecord/adapters/controllers/DeleteMultipleRecordLocalController.ts +0 -16
- package/es/platform/zrecord/adapters/controllers/FailureController.ts +0 -23
- package/es/platform/zrecord/adapters/controllers/FetchMoreController.ts +0 -14
- package/es/platform/zrecord/adapters/controllers/FetchStateStopController.ts +0 -16
- package/es/platform/zrecord/adapters/controllers/FieldChangeController.ts +0 -12
- package/es/platform/zrecord/adapters/controllers/MountController.ts +0 -21
- package/es/platform/zrecord/adapters/controllers/NoContentController.ts +0 -20
- package/es/platform/zrecord/adapters/controllers/RecordUpdateLocalController.ts +0 -14
- package/es/platform/zrecord/adapters/controllers/RefetchController.ts +0 -22
- package/es/platform/zrecord/adapters/controllers/SetRecordsController.ts +0 -16
- package/es/platform/zrecord/adapters/controllers/SuccessController.ts +0 -21
- package/es/platform/zrecord/adapters/gateways/Repository.ts +0 -18
- package/es/platform/zrecord/adapters/gateways/Service.ts +0 -48
- package/es/platform/zrecord/adapters/presenters/Presenter.ts +0 -23
- package/es/platform/zrecord/applications/entities-factory/RecordFactory.ts +0 -12
- package/es/platform/zrecord/applications/entities-factory/RecordsManagerFactory.ts +0 -11
- package/es/platform/zrecord/applications/interfaces/InputDependencies.ts +0 -9
- package/es/platform/zrecord/applications/interfaces/gateways/IRepository.ts +0 -9
- package/es/platform/zrecord/applications/interfaces/gateways/IService.ts +0 -29
- package/es/platform/zrecord/applications/interfaces/gateways/State.ts +0 -7
- package/es/platform/zrecord/applications/interfaces/input/AppendRecordsInputModel.ts +0 -7
- package/es/platform/zrecord/applications/interfaces/input/DeleteMultipleRecordInputModel.ts +0 -6
- package/es/platform/zrecord/applications/interfaces/input/ExecuteActionInputModel.ts +0 -7
- package/es/platform/zrecord/applications/interfaces/input/FailureInputModel.ts +0 -8
- package/es/platform/zrecord/applications/interfaces/input/FetchMoreInputModel.ts +0 -7
- package/es/platform/zrecord/applications/interfaces/input/FetchStateStopInputModel.ts +0 -6
- package/es/platform/zrecord/applications/interfaces/input/FieldChangeUseCaseInput.ts +0 -6
- package/es/platform/zrecord/applications/interfaces/input/InitializeInputModel.ts +0 -4
- package/es/platform/zrecord/applications/interfaces/input/NoContentInputModel.ts +0 -7
- package/es/platform/zrecord/applications/interfaces/input/RecordUpdateLocalUseCaseInputModel.ts +0 -7
- package/es/platform/zrecord/applications/interfaces/input/RefetchInputModel.ts +0 -7
- package/es/platform/zrecord/applications/interfaces/input/SetRecordsInputModel.ts +0 -7
- package/es/platform/zrecord/applications/interfaces/input/SuccessInputModel.ts +0 -8
- package/es/platform/zrecord/applications/interfaces/output/IPresenter.ts +0 -7
- package/es/platform/zrecord/applications/usecases/AbstractUseCase.ts +0 -15
- package/es/platform/zrecord/applications/usecases/AppendRecordsUseCase.ts +0 -18
- package/es/platform/zrecord/applications/usecases/DeleteMultipleRecordUseCase.ts +0 -16
- package/es/platform/zrecord/applications/usecases/ExecuteActionUseCase.ts +0 -24
- package/es/platform/zrecord/applications/usecases/FailureUseCase.ts +0 -16
- package/es/platform/zrecord/applications/usecases/FetchMoreUseCase.ts +0 -22
- package/es/platform/zrecord/applications/usecases/FetchStateStopUseCase.ts +0 -18
- package/es/platform/zrecord/applications/usecases/FieldChangeUseCase.ts +0 -16
- package/es/platform/zrecord/applications/usecases/InitializeUseCase.ts +0 -11
- package/es/platform/zrecord/applications/usecases/NoContentUseCase.ts +0 -23
- package/es/platform/zrecord/applications/usecases/RecordUpdateLocalUseCase.ts +0 -16
- package/es/platform/zrecord/applications/usecases/RefetchUseCase.ts +0 -23
- package/es/platform/zrecord/applications/usecases/SetRecordsUseCase.ts +0 -18
- package/es/platform/zrecord/applications/usecases/SuccessUseCase.ts +0 -17
- package/es/platform/zrecord/domain/entities/CustomFieldValues.ts +0 -30
- package/es/platform/zrecord/domain/entities/DeleteMultipleRecordStrategy.ts +0 -61
- package/es/platform/zrecord/domain/entities/DeleteRecordStrategy.ts +0 -62
- package/es/platform/zrecord/domain/entities/GetRecordsStrategy.ts +0 -55
- package/es/platform/zrecord/domain/entities/Record.ts +0 -47
- package/es/platform/zrecord/domain/entities/Records.ts +0 -83
- package/es/platform/zrecord/domain/entities/RecordsManager.ts +0 -188
- package/es/platform/zrecord/domain/entities/UpdateRecordStrategy.ts +0 -52
- package/es/platform/zrecord/domain/entities/interfaces/ApiEnum.ts +0 -9
- package/es/platform/zrecord/domain/entities/interfaces/BehaviourState.ts +0 -7
- package/es/platform/zrecord/domain/entities/interfaces/EventModel.ts +0 -6
- package/es/platform/zrecord/domain/entities/interfaces/ICustomFieldValues.ts +0 -9
- package/es/platform/zrecord/domain/entities/interfaces/IRecord.ts +0 -6
- package/es/platform/zrecord/domain/entities/interfaces/IRecordExecuteStrategy.ts +0 -8
- package/es/platform/zrecord/domain/entities/interfaces/IRecordName.ts +0 -5
- package/es/platform/zrecord/domain/entities/interfaces/IRecords.ts +0 -20
- package/es/platform/zrecord/domain/entities/interfaces/IRecordsManager.ts +0 -32
- package/es/platform/zrecord/domain/entities/interfaces/RecordModel.ts +0 -21
- package/es/platform/zrecord/domain/entities/interfaces/RecordsModel.ts +0 -7
- package/es/platform/zrecord/domain/entities/interfaces/StrategyMeta.ts +0 -3
- package/es/platform/zrecord/frameworks/ActionsHandlersFactory.ts +0 -76
- package/es/platform/zrecord/frameworks/RecordBehaviourFactory.ts +0 -14
- /package/es/{library/custom-component/domain/entities/interfaces/IUpdateHelper.ts → bc/local-storage/EventHandlers.js} +0 -0
- /package/es/{platform/zlist/applications/interfaces/gateways/ITransformState.ts → bc/table-column-resizer/EventHandlers.js} +0 -0
- /package/es/cc/action-icon/{index.ts → index.js} +0 -0
- /package/es/cc/checkbox/{index.ts → index.js} +0 -0
- /package/es/cc/email/{index.ts → index.js} +0 -0
- /package/es/cc/empty-state/{index.ts → index.js} +0 -0
- /package/es/cc/highlighted-value/{index.ts → index.js} +0 -0
- /package/es/cc/link/{index.ts → index.js} +0 -0
- /package/es/cc/table-list/{index.ts → index.js} +0 -0
- /package/es/cc/tags/{index.ts → index.js} +0 -0
- /package/es/cc/text/{index.ts → index.js} +0 -0
- /package/es/library/custom-component/{index.ts → index.js} +0 -0
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { SORTBY_SORT } from '@bc/sort-by/Constants';
|
|
2
|
-
import AbstractController from './AbstractController';
|
|
3
|
-
|
|
4
|
-
class SortByController extends AbstractController {
|
|
5
|
-
handle(event) {
|
|
6
|
-
const { dispatch, action } = event;
|
|
7
|
-
const { id, name } = action.payload;
|
|
8
|
-
|
|
9
|
-
dispatch({
|
|
10
|
-
type: SORTBY_SORT,
|
|
11
|
-
payload: { id, name }
|
|
12
|
-
});
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
export default SortByController;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { ZLIST_FETCH_SORTED } from '@bc/zlist/Constants';
|
|
2
|
-
import AbstractController from './AbstractController';
|
|
3
|
-
|
|
4
|
-
class SortedController extends AbstractController {
|
|
5
|
-
handle(event): void {
|
|
6
|
-
const { action, dispatch } = event;
|
|
7
|
-
|
|
8
|
-
dispatch({
|
|
9
|
-
type: ZLIST_FETCH_SORTED,
|
|
10
|
-
payload: action.payload
|
|
11
|
-
});
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
export default SortedController;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export { default as SelectItemController } from './SelectItemController';
|
|
2
|
-
export { default as SelectAllController } from './SelectAllController';
|
|
3
|
-
export { default as ScrollController } from './ScrollController';
|
|
4
|
-
export { default as SortByController } from './SortByController';
|
|
5
|
-
export { default as SortedController } from './SortedController';
|
|
6
|
-
export { default as FieldChangeController } from './FieldChangeController';
|
|
7
|
-
export { default as FieldClickController } from './FieldClickController';
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
class TableTranslator {
|
|
2
|
-
static translate(state) {
|
|
3
|
-
const { data, selectionConfig } = state.properties;
|
|
4
|
-
const { sortBy, selection } = state?.behaviours;
|
|
5
|
-
|
|
6
|
-
const headers = TableTranslator.translateHeaders(data.headers, sortBy);
|
|
7
|
-
const rows = TableTranslator.translateRows(data.rows, selection, selectionConfig);
|
|
8
|
-
|
|
9
|
-
state = {
|
|
10
|
-
...state,
|
|
11
|
-
properties: {
|
|
12
|
-
...state.properties,
|
|
13
|
-
data: { ...data, headers, rows }
|
|
14
|
-
}
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
return state;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
private static translateHeaders(headers, sortBy) {
|
|
21
|
-
return headers.map(header => {
|
|
22
|
-
const sortOrder = sortBy?.id === header.id ? sortBy?.order : 'none';
|
|
23
|
-
return {
|
|
24
|
-
...header,
|
|
25
|
-
sortOrder,
|
|
26
|
-
sortTooltip: sortOrder === 'none' ? '' : sortOrder === 'ascending' ? 'Click to Sort Descending' : 'Click to Sort Ascending'
|
|
27
|
-
};
|
|
28
|
-
});
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
private static translateRows(rows, selection, selectionConfig) {
|
|
32
|
-
const { selected, hasAllSelected } = selection;
|
|
33
|
-
return rows.map((row, index) => {
|
|
34
|
-
return {
|
|
35
|
-
...row,
|
|
36
|
-
isSelected: selected.includes(row.id),
|
|
37
|
-
isSelectable: selected.includes(row.id) || !hasAllSelected,
|
|
38
|
-
selectionTooltip: !selected.includes(row.id) && hasAllSelected ? selectionConfig.limitExceedAlertMessage : `Record ${index + 1}`
|
|
39
|
-
};
|
|
40
|
-
});
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
export default TableTranslator;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { TableListConstants } from '@cc/table-list';
|
|
2
|
-
import { SelectItemController, SelectAllController, ScrollController, FieldChangeController, FieldClickController, SortByController, SortedController } from '../../adapters/controllers';
|
|
3
|
-
import TableRowConstants from '@cc/table-list/row/Constants';
|
|
4
|
-
import { SORTBY_SORTED } from '@bc/sort-by/Constants';
|
|
5
|
-
import RowClickController from '../../adapters/controllers/RowClickController';
|
|
6
|
-
|
|
7
|
-
class EventHandlersFactory {
|
|
8
|
-
static create() {
|
|
9
|
-
return {
|
|
10
|
-
[TableRowConstants.TABLE_ROW_CLICKED]: new RowClickController().handle,
|
|
11
|
-
[TableListConstants.TABLE_LIST_TOGGLE_ITEM_SELECTION]: new SelectItemController().handle,
|
|
12
|
-
[TableListConstants.TABLE_LIST_TOGGLE_ALL_SELECTION]: new SelectAllController().handle,
|
|
13
|
-
[TableListConstants.TABLE_LIST_SCROLLED]: new ScrollController().handle,
|
|
14
|
-
[TableListConstants.TABLE_LIST_SORTED]: new SortByController().handle,
|
|
15
|
-
[SORTBY_SORTED]: new SortedController().handle,
|
|
16
|
-
[TableRowConstants.TABLE_ROW_FIELD_CHANGED]: new FieldChangeController().handle,
|
|
17
|
-
[TableRowConstants.TABLE_ROW_FIELD_CLICKED]: new FieldClickController().handle
|
|
18
|
-
};
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
export default EventHandlersFactory;
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { TableListProperties } from '@cc/table-list';
|
|
2
|
-
import { createCustomComponent } from '../../../../../custom-component';
|
|
3
|
-
import ListItemSelectionBehaviourFactory from '../../../../../behaviours/list-selection/frameworks/ListItemSelectionBehaviourFactory';
|
|
4
|
-
import TableTranslator from '../../adapters/presenters/TableTranslator';
|
|
5
|
-
import TableListView from './TableListView';
|
|
6
|
-
import EventHandlersFactory from './EventHandlersFactory';
|
|
7
|
-
import SortByBehaviourFactory from '@library/behaviours/sort-by/frameworks/ui/SortByBehaviourFactory';
|
|
8
|
-
|
|
9
|
-
const TableList = createCustomComponent({
|
|
10
|
-
name: 'TableList',
|
|
11
|
-
View: TableListView,
|
|
12
|
-
properties: TableListProperties,
|
|
13
|
-
setInitialState: () => ({}),
|
|
14
|
-
transformState: TableTranslator.translate,
|
|
15
|
-
eventHandlers: EventHandlersFactory.create(),
|
|
16
|
-
behaviours: [
|
|
17
|
-
ListItemSelectionBehaviourFactory.create(),
|
|
18
|
-
SortByBehaviourFactory.create(),
|
|
19
|
-
{
|
|
20
|
-
name: 'resizerState',
|
|
21
|
-
properties: {},
|
|
22
|
-
eventHandlers: {},
|
|
23
|
-
setInitialState: () => ({
|
|
24
|
-
currentlyResizingColumn: '',
|
|
25
|
-
isCurrentlyResizing: false,
|
|
26
|
-
resizedColumnsWidth: {},
|
|
27
|
-
extraWidth: 0,
|
|
28
|
-
initialPosition: 0,
|
|
29
|
-
resizedPosition: 0,
|
|
30
|
-
tooltip: ''
|
|
31
|
-
})
|
|
32
|
-
}
|
|
33
|
-
]
|
|
34
|
-
});
|
|
35
|
-
|
|
36
|
-
export default TableList;
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import Table from '@zohodesk-private/desk-components/es/table/Table/Table';
|
|
3
|
-
|
|
4
|
-
import Header from './sub-components/Header';
|
|
5
|
-
import Body from './sub-components/Body';
|
|
6
|
-
import Rows from './sub-components/Rows';
|
|
7
|
-
import NoData from './sub-components/NoData';
|
|
8
|
-
import Loading from './sub-components/Loading';
|
|
9
|
-
import ColumnResizingLine from './sub-components/ColumnResizingLine';
|
|
10
|
-
|
|
11
|
-
import handleScroll from './handlers/HandleScroll';
|
|
12
|
-
|
|
13
|
-
// @ts-ignore
|
|
14
|
-
import style from './css/TableList.module.css';
|
|
15
|
-
|
|
16
|
-
function TableListView({ state, helpers }, _ref) {
|
|
17
|
-
const { dispatch } = helpers;
|
|
18
|
-
const { data, isLoading, resizerConfig, selectionConfig, isFlexibleColumns, rowCursor, rowActionsConfig, emptyStateUiType } = state.properties;
|
|
19
|
-
const { resizerState, selection } = state.behaviours;
|
|
20
|
-
const { headers, rows } = data;
|
|
21
|
-
const { hasActions: hasRowActions, columnWidth: rowActionsColumnWidth } = rowActionsConfig;
|
|
22
|
-
const hasRows = rows.length > 0; // TODO: derive from state.properties
|
|
23
|
-
const isDataEmpty = !hasRows && !isLoading; // TODO: derive from state.properties
|
|
24
|
-
return (
|
|
25
|
-
<div className={style.wrapper} ref={_ref}>
|
|
26
|
-
<Table $event_onScroll={e => handleScroll(dispatch, { scrollEvent: e })}>
|
|
27
|
-
{renderHeader({ headers, resizerConfig, resizerState, selectionConfig, selection, isFlexibleColumns, hasRowActions, rowActionsColumnWidth, dispatch })}
|
|
28
|
-
{renderBody({ headers, rows, isFlexibleColumns, selectionConfig, rowCursor, hasRowActions, rowActionsColumnWidth, hasRows })}
|
|
29
|
-
<NoData isDataEmpty={isDataEmpty} emptyStateUiType={emptyStateUiType} />
|
|
30
|
-
<Loading isLoading={isLoading} hasRows={hasRows} />
|
|
31
|
-
</Table>
|
|
32
|
-
{renderColumnResizingLine(resizerState)}
|
|
33
|
-
</div>
|
|
34
|
-
);
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
function renderHeader({ headers, resizerConfig, resizerState, selectionConfig, selection, isFlexibleColumns, hasRowActions, rowActionsColumnWidth, dispatch }) {
|
|
38
|
-
return (
|
|
39
|
-
<Header
|
|
40
|
-
isSelectionEnabled={selectionConfig.isEnabled}
|
|
41
|
-
hasAllSelected={selection.hasAllSelected}
|
|
42
|
-
isResizerEnabled={resizerConfig.isEnabled}
|
|
43
|
-
currentlyResizingColumn={resizerState.currentlyResizingColumn}
|
|
44
|
-
isCurrentlyResizing={resizerState.isCurrentlyResizing}
|
|
45
|
-
resizerExtraWidth={resizerState.extraWidth}
|
|
46
|
-
isFlexibleColumns={isFlexibleColumns}
|
|
47
|
-
hasRowActions={hasRowActions}
|
|
48
|
-
rowActionsColumnWidth={rowActionsColumnWidth}
|
|
49
|
-
headers={headers}
|
|
50
|
-
dispatch={dispatch}
|
|
51
|
-
/>
|
|
52
|
-
);
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
function renderBody({ headers, rows, isFlexibleColumns, selectionConfig, rowCursor, hasRowActions, rowActionsColumnWidth, hasRows }) {
|
|
56
|
-
return (
|
|
57
|
-
<Body hasRows={hasRows} isFlexibleColumns={isFlexibleColumns}>
|
|
58
|
-
<Rows
|
|
59
|
-
headers={headers}
|
|
60
|
-
rows={rows}
|
|
61
|
-
isFlexibleColumns={isFlexibleColumns}
|
|
62
|
-
isSelectionEnabled={selectionConfig.isEnabled}
|
|
63
|
-
rowCursor={rowCursor}
|
|
64
|
-
hasRowActions={hasRowActions}
|
|
65
|
-
rowActionsColumnWidth={rowActionsColumnWidth}
|
|
66
|
-
/>
|
|
67
|
-
</Body>
|
|
68
|
-
);
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
function renderColumnResizingLine(resizerState) {
|
|
72
|
-
return (
|
|
73
|
-
<ColumnResizingLine
|
|
74
|
-
isCurrentlyResizing={resizerState.isCurrentlyResizing}
|
|
75
|
-
initialPosition={resizerState.initialPosition}
|
|
76
|
-
resizedPosition={resizerState.resizedPosition}
|
|
77
|
-
tooltip={resizerState.tooltip}
|
|
78
|
-
/>
|
|
79
|
-
);
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
export default TableListView;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import TableBody from '@zohodesk-private/desk-components/es/table/TableBody/TableBody';
|
|
3
|
-
|
|
4
|
-
export default function Body({
|
|
5
|
-
hasRows,
|
|
6
|
-
isFlexibleColumns,
|
|
7
|
-
children
|
|
8
|
-
}) {
|
|
9
|
-
if(hasRows) {
|
|
10
|
-
return (
|
|
11
|
-
<TableBody $flag_flexibleColumns={isFlexibleColumns}>{children}</TableBody>
|
|
12
|
-
);
|
|
13
|
-
}
|
|
14
|
-
return null;
|
|
15
|
-
}
|
package/es/library/dot/components/table-list/frameworks/ui/sub-components/ColumnResizingLine.tsx
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import TableColumnResizerLine from '@zohodesk-private/desk-components/es/table/TableColumnResizerLine/TableColumnResizerLine';
|
|
3
|
-
|
|
4
|
-
export default function ColumnResizingLine({
|
|
5
|
-
isCurrentlyResizing,
|
|
6
|
-
initialPosition,
|
|
7
|
-
resizedPosition,
|
|
8
|
-
tooltip
|
|
9
|
-
}) {
|
|
10
|
-
if(isCurrentlyResizing) {
|
|
11
|
-
return (
|
|
12
|
-
<TableColumnResizerLine
|
|
13
|
-
$data_initialPosition={initialPosition}
|
|
14
|
-
$data_resizingPosition={resizedPosition}
|
|
15
|
-
$data_tooltipText={tooltip}
|
|
16
|
-
/>
|
|
17
|
-
);
|
|
18
|
-
}
|
|
19
|
-
return null;
|
|
20
|
-
}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import TableHeader from '@zohodesk-private/desk-components/es/table/TableHeader/TableHeader';
|
|
3
|
-
import TableHeaderRow from '@zohodesk-private/desk-components/es/table/TableHeader/TableHeaderRow';
|
|
4
|
-
import SelectAll from './header/SelectAll';
|
|
5
|
-
import Headers from './header/Headers';
|
|
6
|
-
import ActionColumn from './header/ActionColumn';
|
|
7
|
-
import ResizerExtraSpace from './header/ResizerExtraSpace';
|
|
8
|
-
|
|
9
|
-
function Header({
|
|
10
|
-
isSelectionEnabled, hasAllSelected,
|
|
11
|
-
isResizerEnabled, currentlyResizingColumn, isCurrentlyResizing, resizerExtraWidth,
|
|
12
|
-
isFlexibleColumns, hasRowActions, rowActionsColumnWidth, headers, dispatch
|
|
13
|
-
}) {
|
|
14
|
-
if (headers.length <= 0) {
|
|
15
|
-
return null;
|
|
16
|
-
}
|
|
17
|
-
return (
|
|
18
|
-
<TableHeader $flag_isColumnsFlexible={isFlexibleColumns} $flag_padding={!isSelectionEnabled}>
|
|
19
|
-
<TableHeaderRow>
|
|
20
|
-
{renderSelectAll(isSelectionEnabled, hasAllSelected, dispatch)}
|
|
21
|
-
{renderHeaders(headers, currentlyResizingColumn, isResizerEnabled, isFlexibleColumns, dispatch)}
|
|
22
|
-
{renderActionColumn(hasRowActions, rowActionsColumnWidth)}
|
|
23
|
-
{renderResizerExtraSpace(isCurrentlyResizing, resizerExtraWidth)}
|
|
24
|
-
</TableHeaderRow>
|
|
25
|
-
</TableHeader>
|
|
26
|
-
);
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
function renderSelectAll(isSelectionEnabled, hasAllSelected, dispatch) {
|
|
30
|
-
return <SelectAll isSelectionEnabled={isSelectionEnabled} hasAllSelected={hasAllSelected} dispatch={dispatch} />;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
function renderHeaders(headers, currentlyResizingColumn, isResizerEnabled, isFlexibleColumns, dispatch) {
|
|
34
|
-
return (
|
|
35
|
-
<Headers
|
|
36
|
-
headers={headers}
|
|
37
|
-
currentlyResizingColumn={currentlyResizingColumn}
|
|
38
|
-
isResizerEnabled={isResizerEnabled}
|
|
39
|
-
isFlexibleColumns={isFlexibleColumns}
|
|
40
|
-
dispatch={dispatch}
|
|
41
|
-
/>
|
|
42
|
-
);
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
function renderActionColumn(hasRowActions, columnWidth) {
|
|
46
|
-
return <ActionColumn hasRowActions={hasRowActions} columnWidth={columnWidth} />;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
function renderResizerExtraSpace(isCurrentlyResizing, resizerExtraWidth) {
|
|
50
|
-
return <ResizerExtraSpace isCurrentlyResizing={isCurrentlyResizing} extraWidth={resizerExtraWidth} />;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
export default Header;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import Loader from '@zohodesk/svg/es/v1/Loader/Loader';
|
|
3
|
-
// @ts-ignore
|
|
4
|
-
import style from '../css/TableList.module.css';
|
|
5
|
-
|
|
6
|
-
export default function Loading({
|
|
7
|
-
isLoading,
|
|
8
|
-
hasRows
|
|
9
|
-
}) {
|
|
10
|
-
if(isLoading) {
|
|
11
|
-
let loadingClass = !hasRows ? style.initialLoading : '';
|
|
12
|
-
return (
|
|
13
|
-
<div className={`${style.contentWrapper} ${loadingClass}`}>
|
|
14
|
-
<Loader isCover={!hasRows} className={style.loader} />
|
|
15
|
-
</div>
|
|
16
|
-
);
|
|
17
|
-
}
|
|
18
|
-
return null;
|
|
19
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import Flex from '@zohodesk/layout/es/Flex/Flex';
|
|
3
|
-
import CommonEmptyState from '@library/dot/legacy-to-new-arch/common-empty-state/CommonEmptyState';
|
|
4
|
-
/* @ts-ignore */
|
|
5
|
-
import style from '../css/TableList.module.css';
|
|
6
|
-
import ComponentRegistry from '@library/custom-component/frameworks/ui/ComponentRegistry';
|
|
7
|
-
|
|
8
|
-
export default function NoData({ isDataEmpty, emptyStateUiType }) {
|
|
9
|
-
if (isDataEmpty) {
|
|
10
|
-
/* eslint-disable-next-line @zohodesk/architecturerules/no-defaultProps-rule */
|
|
11
|
-
const EmptyState = ComponentRegistry.get(emptyStateUiType) || CommonEmptyState;
|
|
12
|
-
|
|
13
|
-
return (
|
|
14
|
-
<Flex
|
|
15
|
-
$ui_displayMode='flex'
|
|
16
|
-
$ui_alignItems='center'
|
|
17
|
-
$ui_justifyContent='center'
|
|
18
|
-
$ui_className={`${style.contentWrapper} ${style.emptyContent}`}
|
|
19
|
-
>
|
|
20
|
-
<EmptyState />
|
|
21
|
-
</Flex>
|
|
22
|
-
);
|
|
23
|
-
}
|
|
24
|
-
return null;
|
|
25
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import Row from './row/Row';
|
|
3
|
-
|
|
4
|
-
function Rows({ headers, rows, isFlexibleColumns, isSelectionEnabled, rowCursor, hasRowActions, rowActionsColumnWidth }) {
|
|
5
|
-
return rows.map((row, index) => (
|
|
6
|
-
<Row
|
|
7
|
-
key={index}
|
|
8
|
-
{...getRowProps(row, headers, isFlexibleColumns, isSelectionEnabled, rowCursor, hasRowActions, rowActionsColumnWidth)}
|
|
9
|
-
/>
|
|
10
|
-
));
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
function getRowProps(row, headers, isFlexibleColumns, isSelectionEnabled, rowCursor, hasRowActions, rowActionsColumnWidth) {
|
|
14
|
-
const { id, columns, isSelected, isSelectable, selectionTooltip, rowActionLocation } = row;
|
|
15
|
-
const updatedColumns = getUpdatedColumns(columns, headers);
|
|
16
|
-
|
|
17
|
-
return {
|
|
18
|
-
id,
|
|
19
|
-
columns: updatedColumns,
|
|
20
|
-
rowActionLocation,
|
|
21
|
-
isSelected,
|
|
22
|
-
isSelectable,
|
|
23
|
-
selectionTooltip,
|
|
24
|
-
isFlexibleColumns,
|
|
25
|
-
isSelectionEnabled,
|
|
26
|
-
cursor: rowCursor,
|
|
27
|
-
hasActions: hasRowActions,
|
|
28
|
-
rowActionsColumnWidth
|
|
29
|
-
};
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
function getUpdatedColumns(columns, headers) {
|
|
33
|
-
return columns.map((column, index) => ({
|
|
34
|
-
width: headers[index].width,
|
|
35
|
-
field: column,
|
|
36
|
-
alignment: headers[index].alignment
|
|
37
|
-
}));
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
export default Rows;
|
package/es/library/dot/components/table-list/frameworks/ui/sub-components/field/FieldComponent.tsx
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import FieldComponents from '@library/dot/legacy-to-new-arch/table-field-components';
|
|
3
|
-
import ComponentRegistry from '@library/custom-component/frameworks/ui/ComponentRegistry';
|
|
4
|
-
|
|
5
|
-
const FieldComponent = props => {
|
|
6
|
-
const { type, fieldProps } = props;
|
|
7
|
-
/* eslint-disable-next-line @zohodesk/architecturerules/no-defaultProps-rule */
|
|
8
|
-
const Component = FieldComponents[type] || ComponentRegistry.get(type);
|
|
9
|
-
|
|
10
|
-
if (!Component) {
|
|
11
|
-
console.error(`Field Component type ${type} not found`);
|
|
12
|
-
return null;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
return (
|
|
16
|
-
<Component {...fieldProps} />
|
|
17
|
-
);
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
export default FieldComponent;
|
package/es/library/dot/components/table-list/frameworks/ui/sub-components/header/ActionColumn.tsx
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import TableHead from '@zohodesk-private/desk-components/es/table/TableHead/TableHead';
|
|
3
|
-
|
|
4
|
-
export default function ActionColumn({ hasRowActions, columnWidth }) {
|
|
5
|
-
if(hasRowActions) {
|
|
6
|
-
return <TableHead $data_width={columnWidth}><></></TableHead>
|
|
7
|
-
}
|
|
8
|
-
return null;
|
|
9
|
-
}
|
package/es/library/dot/components/table-list/frameworks/ui/sub-components/header/ColumnResizer.tsx
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import TableColumnResizer from '@zohodesk-private/desk-components/es/table/TableHead/TableColumnResizer/TableColumnResizer';
|
|
3
|
-
|
|
4
|
-
export default function ColumnResizer({
|
|
5
|
-
isResizerEnabled,
|
|
6
|
-
isResizing
|
|
7
|
-
}) {
|
|
8
|
-
if(isResizerEnabled) {
|
|
9
|
-
return <TableColumnResizer $flag_resizing={isResizing} />
|
|
10
|
-
}
|
|
11
|
-
return null;
|
|
12
|
-
}
|
package/es/library/dot/components/table-list/frameworks/ui/sub-components/header/HeaderData.tsx
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import TableHead from '@zohodesk-private/desk-components/es/table/TableHead/TableHead';
|
|
3
|
-
import { AlignmentOfFlex } from '@cc/table-list/data-types/Header';
|
|
4
|
-
import ActionEventMediator from '@platform/client-actions/components/action-event-mediator/frameworks/ui/ActionEventMediator';
|
|
5
|
-
import { ActionViewGap } from '@platform/client-actions/components/interfaces/ActionViewModel';
|
|
6
|
-
import HeaderText from './HeaderText';
|
|
7
|
-
import ColumnResizer from './ColumnResizer';
|
|
8
|
-
|
|
9
|
-
function HeaderData({ header, sortedBy, sortTooltip, isResizing, isResizerEnabled, isFlexibleColumns, dispatch }) {
|
|
10
|
-
const { id, name, text, sortable, width, alignment, actions } = header;
|
|
11
|
-
const hasActions = Boolean(actions?.length);
|
|
12
|
-
return (
|
|
13
|
-
// @ts-ignore
|
|
14
|
-
<TableHead
|
|
15
|
-
$ui_align={alignment}
|
|
16
|
-
$data_width={width}
|
|
17
|
-
$flag_flexible={isFlexibleColumns}
|
|
18
|
-
$a11yAttributes_container={{
|
|
19
|
-
'aria-sort': sortable ? sortedBy : 'none'
|
|
20
|
-
}}
|
|
21
|
-
$customProps_container={hasActions ? {
|
|
22
|
-
$ui_displayMode: 'flex',
|
|
23
|
-
$ui_alignItems: 'center',
|
|
24
|
-
$ui_justifyContent: AlignmentOfFlex[alignment]
|
|
25
|
-
} : null}
|
|
26
|
-
>
|
|
27
|
-
<HeaderText id={id} name={name} text={text} sortable={sortable} sortedBy={sortedBy} sortTooltip={sortTooltip} dispatch={dispatch} />
|
|
28
|
-
{hasActions ? <ActionEventMediator actions={actions} gap={ActionViewGap.SMALL} /> : null }
|
|
29
|
-
<ColumnResizer isResizerEnabled={isResizerEnabled} isResizing={isResizing} />
|
|
30
|
-
</TableHead>
|
|
31
|
-
);
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
export default HeaderData;
|
package/es/library/dot/components/table-list/frameworks/ui/sub-components/header/HeaderText.tsx
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import SortableHeading from '@zohodesk-private/desk-components/es/table/SortableHeading/SortableHeading';
|
|
3
|
-
import TableHeading from '@zohodesk-private/desk-components/es/table/TableHeading/TableHeading';
|
|
4
|
-
import { TableListConstants } from '@cc/table-list';
|
|
5
|
-
|
|
6
|
-
export default function HeaderText({ id, name, text, sortable, sortedBy, sortTooltip, dispatch }) {
|
|
7
|
-
if (sortable) {
|
|
8
|
-
return (
|
|
9
|
-
<SortableHeading
|
|
10
|
-
$i18n_text={text}
|
|
11
|
-
$data_sortOrder={sortedBy}
|
|
12
|
-
$i18n_iconTooltip={sortTooltip}
|
|
13
|
-
$event_onClick={() =>
|
|
14
|
-
dispatch({
|
|
15
|
-
type: TableListConstants.TABLE_LIST_SORTED,
|
|
16
|
-
payload: { id, name }
|
|
17
|
-
})
|
|
18
|
-
}
|
|
19
|
-
/>
|
|
20
|
-
);
|
|
21
|
-
}
|
|
22
|
-
return <TableHeading $i18n_text={text} />;
|
|
23
|
-
}
|
package/es/library/dot/components/table-list/frameworks/ui/sub-components/header/Headers.tsx
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import HeaderData from './HeaderData';
|
|
3
|
-
|
|
4
|
-
function Headers({ headers, currentlyResizingColumn, isResizerEnabled, isFlexibleColumns, dispatch }) {
|
|
5
|
-
return headers.map((header, index) => {
|
|
6
|
-
const { sortOrder, sortTooltip } = header;
|
|
7
|
-
let isResizing = currentlyResizingColumn === header.id; // TODO: To be adopted with properties
|
|
8
|
-
return (
|
|
9
|
-
<HeaderData
|
|
10
|
-
key={index}
|
|
11
|
-
header={header}
|
|
12
|
-
sortedBy={sortOrder}
|
|
13
|
-
sortTooltip={sortTooltip}
|
|
14
|
-
isResizing={isResizing}
|
|
15
|
-
isResizerEnabled={isResizerEnabled}
|
|
16
|
-
isFlexibleColumns={isFlexibleColumns}
|
|
17
|
-
dispatch={dispatch}
|
|
18
|
-
/>
|
|
19
|
-
);
|
|
20
|
-
});
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
export default Headers;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
// @ts-ignore
|
|
3
|
-
import style from '../../css/TableList.module.css';
|
|
4
|
-
|
|
5
|
-
export default function ResizerExtraSpace({
|
|
6
|
-
isCurrentlyResizing,
|
|
7
|
-
extraWidth
|
|
8
|
-
}) {
|
|
9
|
-
if(isCurrentlyResizing) {
|
|
10
|
-
return (
|
|
11
|
-
<div
|
|
12
|
-
/* @ts-ignore */
|
|
13
|
-
style={{ '--local_table_resizer_extra_space': extraWidth }}
|
|
14
|
-
className={style.resizerSpace}
|
|
15
|
-
></div>
|
|
16
|
-
)
|
|
17
|
-
}
|
|
18
|
-
return null;
|
|
19
|
-
}
|
package/es/library/dot/components/table-list/frameworks/ui/sub-components/header/SelectAll.tsx
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import CheckBox from '@zohodesk/components/es/CheckBox/CheckBox';
|
|
3
|
-
import TableHeadFirstNode from '@zohodesk-private/desk-components/es/table/TableHeadFirstNode/TableHeadFirstNode';
|
|
4
|
-
import { TableListConstants } from '@cc/table-list';
|
|
5
|
-
|
|
6
|
-
function SelectAll({ isSelectionEnabled, hasAllSelected, dispatch }) {
|
|
7
|
-
if (!isSelectionEnabled) {
|
|
8
|
-
return null;
|
|
9
|
-
}
|
|
10
|
-
return (
|
|
11
|
-
<TableHeadFirstNode>
|
|
12
|
-
<CheckBox
|
|
13
|
-
checked={hasAllSelected}
|
|
14
|
-
onChange={() =>
|
|
15
|
-
dispatch({
|
|
16
|
-
type: TableListConstants.TABLE_LIST_TOGGLE_ALL_SELECTION
|
|
17
|
-
})
|
|
18
|
-
}
|
|
19
|
-
/>
|
|
20
|
-
</TableHeadFirstNode>
|
|
21
|
-
);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
export default SelectAll;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import RowData from './RowData';
|
|
3
|
-
|
|
4
|
-
function Columns({ data, isFlexibleColumns }) {
|
|
5
|
-
return data.map((column, index) => {
|
|
6
|
-
const { width, alignment, field } = column;
|
|
7
|
-
return (
|
|
8
|
-
<RowData
|
|
9
|
-
key={index}
|
|
10
|
-
field={field}
|
|
11
|
-
width={width}
|
|
12
|
-
alignment={alignment}
|
|
13
|
-
isFlexibleColumns={isFlexibleColumns}
|
|
14
|
-
/>
|
|
15
|
-
);
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
export default Columns;
|