@zohodesk/library-platform 1.0.2-exp.1.0 → 1.0.2-exp.1.1
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 +9 -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 +77 -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/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/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 +21 -0
- package/es/cc/fields/index.js +17 -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 +16 -0
- package/es/cc/fields/multi-select/Properties.js +42 -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 +18 -0
- package/es/cc/fields/pick-list/Properties.js +43 -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-connected/Properties.js +63 -0
- package/es/cc/table-connected/constants/Events.js +7 -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 +276 -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 +84 -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 +45 -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 +132 -0
- package/es/library/custom-component/frameworks/ui/CreateSlotComponent.js +26 -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 +57 -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 +23 -0
- package/es/library/dot/components/table-list/frameworks/ui/TableList.js +16 -0
- package/es/library/dot/components/table-list/frameworks/ui/TableListView.js +139 -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/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 +65 -0
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/header/HeaderText.js +34 -0
- package/es/library/dot/components/table-list/frameworks/ui/sub-components/header/Headers.js +32 -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 +27 -0
- package/es/library/dot/legacy-to-new-arch/action-icon/frameworks/ui/ActionIconView.js +110 -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-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/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 +34 -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/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 +29 -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 +93 -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/RecordUpdateController.js +25 -0
- package/es/platform/zlist/adapters/controllers/SortController.js +26 -0
- package/es/platform/zlist/adapters/controllers/UpdateSuccessController.js +25 -0
- package/es/platform/zlist/adapters/gateways/Repository.js +39 -0
- package/es/platform/zlist/adapters/gateways/Service.js +60 -0
- package/es/platform/zlist/adapters/gateways/SortBy.js +38 -0
- package/es/platform/zlist/adapters/presenters/TableTranslator.js +122 -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 +27 -0
- package/es/platform/zlist/adapters/presenters/translators/HeadersTranslator.js +32 -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 +24 -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 +17 -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/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/usecases/AbstractUseCase.js +16 -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/RecordUpdateUseCase.js +20 -0
- package/es/platform/zlist/applications/usecases/SortUseCase.js +20 -0
- package/es/platform/zlist/applications/usecases/UpdateSuccessUseCase.js +19 -0
- package/es/platform/zlist/domain/entities/List.js +329 -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/Properties.js +1 -0
- package/es/platform/zlist/domain/entities/interfaces/RecordExecuteAfterMetaData.js +1 -0
- package/es/platform/zlist/frameworks/EventHandlersFactory.js +47 -0
- package/es/platform/zlist/frameworks/ZListBehaviourFactory.js +13 -0
- package/es/platform/zrecord/adapters/controllers/AbstractController.js +8 -0
- package/es/platform/zrecord/adapters/controllers/ActionExecutorController.js +29 -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 +34 -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 +33 -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 +27 -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 +250 -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 +20 -8
- 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/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
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export default class UnmountController {
|
|
2
|
+
constructor(destroyUseCase) {
|
|
3
|
+
this.destroyUseCase = destroyUseCase;
|
|
4
|
+
this.handle = this.handle.bind(this);
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
handle(input) {
|
|
8
|
+
const {
|
|
9
|
+
host,
|
|
10
|
+
dispatch,
|
|
11
|
+
state,
|
|
12
|
+
updateState
|
|
13
|
+
} = input;
|
|
14
|
+
this.destroyUseCase.updateDependencies(host, state, dispatch, updateState);
|
|
15
|
+
this.destroyUseCase.execute();
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
}
|
package/es/platform/client-actions/components/action-event-mediator/adapters/gateway/Repository.js
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
2
|
+
|
|
3
|
+
import ActionEventMediatorEntity from "../../domain/entities/ActionEventMediatorEntity";
|
|
4
|
+
export default class Repository {
|
|
5
|
+
init(state) {
|
|
6
|
+
this.state = state;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
constructor() {
|
|
10
|
+
_defineProperty(this, "element", void 0);
|
|
11
|
+
|
|
12
|
+
_defineProperty(this, "dispatch", void 0);
|
|
13
|
+
|
|
14
|
+
_defineProperty(this, "state", void 0);
|
|
15
|
+
|
|
16
|
+
this.element = null;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
updateDependencies(element, state, dispatch) {
|
|
20
|
+
this.element = element;
|
|
21
|
+
this.dispatch = dispatch;
|
|
22
|
+
this.state = state;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
getActionEventMediator() {
|
|
26
|
+
const {
|
|
27
|
+
actions
|
|
28
|
+
} = this.state.properties;
|
|
29
|
+
const {
|
|
30
|
+
handlers
|
|
31
|
+
} = this.state;
|
|
32
|
+
const actionEventMediator = new ActionEventMediatorEntity(handlers, actions, this.element, this.dispatch);
|
|
33
|
+
return actionEventMediator;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
}
|
package/es/platform/client-actions/components/action-event-mediator/adapters/presenters/Presenter.js
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
2
|
+
|
|
3
|
+
export default class Presenter {
|
|
4
|
+
constructor() {
|
|
5
|
+
_defineProperty(this, "updateState", void 0);
|
|
6
|
+
|
|
7
|
+
_defineProperty(this, "state", void 0);
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
updateDependencies(state, updateState) {
|
|
11
|
+
this.updateState = updateState;
|
|
12
|
+
this.state = state;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
updateActionEventMediator(newState) {
|
|
16
|
+
this.state = { ...this.state,
|
|
17
|
+
...newState
|
|
18
|
+
};
|
|
19
|
+
this.updateState(this.state);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
File without changes
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export class AbstractUseCase {
|
|
2
|
+
constructor(dependencies) {
|
|
3
|
+
this.dependencies = dependencies;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
updateDependencies(element, state, dispatch, updateState) {
|
|
7
|
+
const {
|
|
8
|
+
repository,
|
|
9
|
+
presenter
|
|
10
|
+
} = this.dependencies;
|
|
11
|
+
repository.updateDependencies(element, state, dispatch);
|
|
12
|
+
presenter.updateDependencies(state, updateState);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { AbstractUseCase } from "./AbstractUseCase";
|
|
2
|
+
export default class DestroyUseCase extends AbstractUseCase {
|
|
3
|
+
execute() {
|
|
4
|
+
const {
|
|
5
|
+
repository,
|
|
6
|
+
presenter
|
|
7
|
+
} = this.dependencies;
|
|
8
|
+
const actionLocation = repository.getActionEventMediator();
|
|
9
|
+
actionLocation.destroy();
|
|
10
|
+
presenter.updateActionEventMediator(actionLocation.toObject());
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { AbstractUseCase } from "./AbstractUseCase";
|
|
2
|
+
export default class InitializeUseCase extends AbstractUseCase {
|
|
3
|
+
execute() {
|
|
4
|
+
const {
|
|
5
|
+
repository,
|
|
6
|
+
presenter
|
|
7
|
+
} = this.dependencies;
|
|
8
|
+
const actionLocation = repository.getActionEventMediator();
|
|
9
|
+
actionLocation.initialize();
|
|
10
|
+
presenter.updateActionEventMediator(actionLocation.toObject());
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { AbstractUseCase } from "./AbstractUseCase";
|
|
2
|
+
export default class PropertiesChangeUseCase extends AbstractUseCase {
|
|
3
|
+
execute(input) {
|
|
4
|
+
const {
|
|
5
|
+
repository,
|
|
6
|
+
presenter
|
|
7
|
+
} = this.dependencies;
|
|
8
|
+
const actionLocation = repository.getActionEventMediator();
|
|
9
|
+
const {
|
|
10
|
+
currentActions,
|
|
11
|
+
previousActions
|
|
12
|
+
} = input;
|
|
13
|
+
actionLocation.processActionsChange(currentActions, previousActions);
|
|
14
|
+
presenter.updateActionEventMediator(actionLocation.toObject());
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
}
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
2
|
+
|
|
3
|
+
import TemplateResolver from "../../../../template-resolver";
|
|
4
|
+
export default class ActionEventMediatorEntity {
|
|
5
|
+
constructor(handlers, actions, element, dispatch) {
|
|
6
|
+
this.handlers = handlers;
|
|
7
|
+
this.actions = actions;
|
|
8
|
+
this.element = element;
|
|
9
|
+
this.dispatch = dispatch;
|
|
10
|
+
|
|
11
|
+
_defineProperty(this, "contextResolver", void 0);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
createEventHandlers(event) {
|
|
15
|
+
// TODO: this code needs to move to custom component or somewhere else
|
|
16
|
+
return e => {
|
|
17
|
+
const {
|
|
18
|
+
eventMappings,
|
|
19
|
+
...payloadItems
|
|
20
|
+
} = e.detail.payload;
|
|
21
|
+
const eventMapping = eventMappings.find(eventMapping => eventMapping.sourceEvent === event);
|
|
22
|
+
|
|
23
|
+
if (!eventMapping) {
|
|
24
|
+
return;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
const dispatchEvent = eventMapping.targetEvent;
|
|
28
|
+
const payload = eventMapping.payload;
|
|
29
|
+
const replacementContext = {
|
|
30
|
+
"@payload": payloadItems
|
|
31
|
+
};
|
|
32
|
+
const resolvedPayload = TemplateResolver.replaceContextVariablesInObject(payload, replacementContext);
|
|
33
|
+
this.dispatch({
|
|
34
|
+
type: dispatchEvent,
|
|
35
|
+
payload: resolvedPayload
|
|
36
|
+
});
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
getEventNames(actions) {
|
|
41
|
+
const eventNames = [];
|
|
42
|
+
actions.forEach(action => {
|
|
43
|
+
action.eventMappings.forEach(eventMapping => {
|
|
44
|
+
if (!eventNames.includes(eventMapping.sourceEvent)) {
|
|
45
|
+
eventNames.push(eventMapping.sourceEvent);
|
|
46
|
+
}
|
|
47
|
+
});
|
|
48
|
+
});
|
|
49
|
+
return eventNames;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
listen(eventName) {
|
|
53
|
+
var _this$element;
|
|
54
|
+
|
|
55
|
+
const handler = this.createEventHandlers(eventName);
|
|
56
|
+
this.handlers[eventName] = handler;
|
|
57
|
+
(_this$element = this.element) === null || _this$element === void 0 ? void 0 : _this$element.addEventListener(eventName, handler);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
unListen(eventName) {
|
|
61
|
+
var _this$element2;
|
|
62
|
+
|
|
63
|
+
const handler = this.handlers[eventName];
|
|
64
|
+
(_this$element2 = this.element) === null || _this$element2 === void 0 ? void 0 : _this$element2.removeEventListener(eventName, handler);
|
|
65
|
+
this.handlers[eventName] = undefined;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
compareEventNames(previousEventNames, currentEventNames) {
|
|
69
|
+
return previousEventNames.length === currentEventNames.length && previousEventNames.every((eventName, index) => eventName === currentEventNames[index]);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
initialize() {
|
|
73
|
+
const eventNames = this.getEventNames(this.actions);
|
|
74
|
+
eventNames.forEach(eventName => {
|
|
75
|
+
this.listen(eventName);
|
|
76
|
+
});
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
processActionsChange(previousActions, currentActions) {
|
|
80
|
+
const previousEventNames = this.getEventNames(previousActions).sort();
|
|
81
|
+
const currentEventNames = this.getEventNames(currentActions).sort();
|
|
82
|
+
|
|
83
|
+
if (this.compareEventNames(previousEventNames, currentEventNames)) {
|
|
84
|
+
return;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
previousEventNames.forEach(eventName => {
|
|
88
|
+
this.unListen(eventName);
|
|
89
|
+
});
|
|
90
|
+
currentEventNames.forEach(eventName => {
|
|
91
|
+
this.listen(eventName);
|
|
92
|
+
});
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
destroy() {
|
|
96
|
+
const eventNames = this.getEventNames(this.actions);
|
|
97
|
+
eventNames.forEach(eventName => {
|
|
98
|
+
this.unListen(eventName);
|
|
99
|
+
});
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
toObject() {
|
|
103
|
+
return {
|
|
104
|
+
handlers: this.handlers
|
|
105
|
+
};
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { createCustomComponent } from "../../../../../../library/custom-component";
|
|
2
|
+
import ActionEventMediatorProperties from "../../../../cc/action-event-mediator/Properties";
|
|
3
|
+
import EventHandlersFactory from "./EventHandlersFactory";
|
|
4
|
+
import ActionEventMediatorView from "./ActionEventMediatorView";
|
|
5
|
+
export default createCustomComponent({
|
|
6
|
+
name: 'ActionEventMediator',
|
|
7
|
+
properties: ActionEventMediatorProperties,
|
|
8
|
+
setInitialState: () => ({
|
|
9
|
+
handlers: {}
|
|
10
|
+
}),
|
|
11
|
+
eventHandlers: EventHandlersFactory.create(),
|
|
12
|
+
View: ActionEventMediatorView
|
|
13
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import RowActionsRenderer from "../../../row-actions-renderer/frameworks/ui/RowActionsRenderer";
|
|
3
|
+
import { ComponentRegistry } from "../../../../../../library";
|
|
4
|
+
export default function ActionEventMediatorView(_ref, ref) {
|
|
5
|
+
let {
|
|
6
|
+
state
|
|
7
|
+
} = _ref;
|
|
8
|
+
const {
|
|
9
|
+
actions,
|
|
10
|
+
renderComponentType,
|
|
11
|
+
gap
|
|
12
|
+
} = state.properties;
|
|
13
|
+
const ActionRenderComponent = ComponentRegistry.get(renderComponentType) || RowActionsRenderer;
|
|
14
|
+
return /*#__PURE__*/React.createElement(ActionRenderComponent, {
|
|
15
|
+
actions: actions,
|
|
16
|
+
gap: gap,
|
|
17
|
+
getRef: ref
|
|
18
|
+
});
|
|
19
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import Repository from "../../adapters/gateway/Repository";
|
|
2
|
+
import Presenter from "../../adapters/presenters/Presenter";
|
|
3
|
+
import InitializeUseCase from "../../applications/usecases/InitializeUseCase";
|
|
4
|
+
import DestroyUseCase from "../../applications/usecases/DestroyUseCase";
|
|
5
|
+
import PropertiesChangeUseCase from "../../applications/usecases/PropertiesChangeUseCase";
|
|
6
|
+
import MountController from "../../adapters/controllers/MountController";
|
|
7
|
+
import UnmountController from "../../adapters/controllers/UnmountController";
|
|
8
|
+
import PropertiesChangeController from "../../adapters/controllers/PropertiesChangeController";
|
|
9
|
+
export default class EventHandlersFactory {
|
|
10
|
+
static create() {
|
|
11
|
+
const repository = new Repository();
|
|
12
|
+
const presenter = new Presenter();
|
|
13
|
+
const dependencies = {
|
|
14
|
+
repository,
|
|
15
|
+
presenter
|
|
16
|
+
};
|
|
17
|
+
const initializeUseCase = new InitializeUseCase(dependencies);
|
|
18
|
+
const destroyUseCase = new DestroyUseCase(dependencies);
|
|
19
|
+
const propertiesChangeUseCase = new PropertiesChangeUseCase(dependencies);
|
|
20
|
+
const initializeController = new MountController(initializeUseCase);
|
|
21
|
+
const unmountController = new UnmountController(destroyUseCase);
|
|
22
|
+
const propertiesChangeController = new PropertiesChangeController(propertiesChangeUseCase);
|
|
23
|
+
return {
|
|
24
|
+
['ActionEventMediator#MOUNT']: initializeController.handle,
|
|
25
|
+
['ActionEventMediator#UPDATE_PROPERTIES']: propertiesChangeController.handle,
|
|
26
|
+
['ActionEventMediator#UNMOUNT']: unmountController.handle
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
}
|
package/es/platform/client-actions/components/dynamic-component/domain/entities/interfaces/IState.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { createCustomComponent } from "../../../../../../library/custom-component";
|
|
2
|
+
import DynamicActionComponentProperties from "../../../../cc/dynamic-action-component/Properties";
|
|
3
|
+
import DynamicActionComponentView from "./DynamicActionComponentView";
|
|
4
|
+
export default createCustomComponent({
|
|
5
|
+
name: 'DynamicActionComponent',
|
|
6
|
+
properties: DynamicActionComponentProperties,
|
|
7
|
+
eventHandlers: {},
|
|
8
|
+
View: DynamicActionComponentView
|
|
9
|
+
});
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import ComponentRegistry from "../../../../../../library/custom-component/frameworks/ui/ComponentRegistry";
|
|
3
|
+
import ActionComponentMapping from "../../../../../../library/dot/components/action-location/frameworks/ui/ActionComponentMapping";
|
|
4
|
+
|
|
5
|
+
function DynamicComponentView(_ref, ref) {
|
|
6
|
+
let {
|
|
7
|
+
state
|
|
8
|
+
} = _ref;
|
|
9
|
+
const {
|
|
10
|
+
action
|
|
11
|
+
} = state.properties;
|
|
12
|
+
const {
|
|
13
|
+
component,
|
|
14
|
+
properties,
|
|
15
|
+
eventMappings
|
|
16
|
+
} = action;
|
|
17
|
+
const Component = ComponentRegistry.get(component) || ActionComponentMapping[component];
|
|
18
|
+
|
|
19
|
+
if (!Component) {
|
|
20
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
21
|
+
ref: ref
|
|
22
|
+
}, "Error");
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
return /*#__PURE__*/React.createElement(Component, {
|
|
26
|
+
getRef: ref,
|
|
27
|
+
...properties,
|
|
28
|
+
appendToActionPayload: {
|
|
29
|
+
eventMappings
|
|
30
|
+
}
|
|
31
|
+
});
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export default DynamicComponentView;
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createCustomComponent } from "../../../../../../library/custom-component";
|
|
2
|
+
import RowActionsRendererProperties from "../../../../cc/action-event-mediator/Properties";
|
|
3
|
+
import RowActionsRendererView from "./RowActionsRendererView";
|
|
4
|
+
import { ComponentRegistry } from "../../../../../../library";
|
|
5
|
+
const RowActionsRendererComponent = createCustomComponent({
|
|
6
|
+
name: 'RowActionsRenderer',
|
|
7
|
+
properties: RowActionsRendererProperties,
|
|
8
|
+
eventHandlers: {},
|
|
9
|
+
View: RowActionsRendererView
|
|
10
|
+
});
|
|
11
|
+
ComponentRegistry.register("RowActionsRenderer", RowActionsRendererComponent);
|
|
12
|
+
export default RowActionsRendererComponent;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import Flex from '@zohodesk/layout/es/Flex/Flex';
|
|
3
|
+
import DynamicActionComponent from "../../../dynamic-component/frameworks/ui/DynamicActionComponent";
|
|
4
|
+
import { ActionViewGap } from "../../../interfaces/ActionViewModel";
|
|
5
|
+
// @ts-ignore
|
|
6
|
+
import style from "./RowActionsRenderer.module.css";
|
|
7
|
+
|
|
8
|
+
function RowActionsRendererView(_ref, ref) {
|
|
9
|
+
let {
|
|
10
|
+
state
|
|
11
|
+
} = _ref;
|
|
12
|
+
const {
|
|
13
|
+
actions,
|
|
14
|
+
gap
|
|
15
|
+
} = state.properties;
|
|
16
|
+
return /*#__PURE__*/React.createElement(Flex, {
|
|
17
|
+
ref: ref,
|
|
18
|
+
$ui_displayMode: "inline",
|
|
19
|
+
$ui_alignItems: "center",
|
|
20
|
+
$ui_className: `${style.actions} ${gap !== ActionViewGap.NONE ? style[`gap_${gap}`] : ''}`
|
|
21
|
+
}, actions.map((action, index) => {
|
|
22
|
+
return /*#__PURE__*/React.createElement(DynamicActionComponent, {
|
|
23
|
+
action: action,
|
|
24
|
+
key: index
|
|
25
|
+
});
|
|
26
|
+
}));
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
;
|
|
30
|
+
export default RowActionsRendererView;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
export default class TemplateResolver {
|
|
2
|
+
static getPathValue(path, obj) {
|
|
3
|
+
return path.split('.').reduce(function (prev, curr) {
|
|
4
|
+
return prev !== undefined ? prev[curr] : undefined;
|
|
5
|
+
}, obj);
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
static replaceContextVariables(inputString, replacementObj) {
|
|
9
|
+
return inputString.replace(/{{(.*?)}}/g, (match, key) => {
|
|
10
|
+
let value = this.getPathValue(key.trim(), replacementObj);
|
|
11
|
+
|
|
12
|
+
if (Array.isArray(value) || value instanceof Object) {
|
|
13
|
+
return JSON.stringify(value);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
return value !== undefined ? value.toString() : match;
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
static isOnlyContextVariables(inputString) {
|
|
21
|
+
return /^{{(.*?)}}$/.test(inputString);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
static replaceContextVariablesInObject(properties, replacementObj) {
|
|
25
|
+
const replaced = {};
|
|
26
|
+
Object.entries(properties).forEach(_ref => {
|
|
27
|
+
let [key, value] = _ref;
|
|
28
|
+
|
|
29
|
+
if (typeof value === 'string' && this.isOnlyContextVariables(value)) {
|
|
30
|
+
const path = value.replace(/{{(.*?)}}/g, '$1');
|
|
31
|
+
const pathValue = this.getPathValue(path, replacementObj);
|
|
32
|
+
replaced[key] = pathValue !== undefined ? pathValue : `{{${path}}}`;
|
|
33
|
+
} else if (typeof value === 'string' && value.includes('{{')) {
|
|
34
|
+
replaced[key] = this.replaceContextVariables(value, replacementObj);
|
|
35
|
+
} else if (typeof value === 'object' && value !== null) {
|
|
36
|
+
replaced[key] = this.replaceContextVariablesInObject(value, replacementObj);
|
|
37
|
+
} else {
|
|
38
|
+
replaced[key] = value;
|
|
39
|
+
}
|
|
40
|
+
});
|
|
41
|
+
return Array.isArray(properties) ? Object.values(replaced) : replaced;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ActionContextResolver } from "../context-resolver";
|
|
2
|
+
import { ConditionResolver } from "../condition-resolver";
|
|
3
|
+
export default class ClientActionsTranslator {
|
|
4
|
+
constructor() {}
|
|
5
|
+
|
|
6
|
+
static transformToActionViewModel(action) {
|
|
7
|
+
return {
|
|
8
|
+
id: action.id,
|
|
9
|
+
component: action.uiComponentMapping.component,
|
|
10
|
+
properties: action.uiComponentMapping.propertiesValueMapping,
|
|
11
|
+
eventMappings: action.uiComponentMapping.eventMappings.map(eventMapping => {
|
|
12
|
+
return {
|
|
13
|
+
sourceEvent: eventMapping.sourceEvent,
|
|
14
|
+
id: eventMapping.id,
|
|
15
|
+
targetEvent: eventMapping.targetEvent,
|
|
16
|
+
payload: eventMapping.payloadValueMapping
|
|
17
|
+
};
|
|
18
|
+
})
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
static transform(actions, context) {
|
|
23
|
+
const resolvedActions = ActionContextResolver.resolveActions(actions, context);
|
|
24
|
+
const evaluatedActions = resolvedActions.filter(action => ConditionResolver.evaluateCondition(action.conditions, context, action.id));
|
|
25
|
+
const finalTransformedActions = evaluatedActions.map(action => this.transformToActionViewModel(action));
|
|
26
|
+
return finalTransformedActions;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
}
|