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