@smartbit4all/ng-client 3.3.205 → 4.0.0
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/esm2022/lib/component-factory-service/component-factory-service.module.mjs +17 -0
- package/{esm2020 → esm2022}/lib/component-factory-service/component-factory-service.service.mjs +35 -35
- package/{esm2020 → esm2022}/lib/component-factory-service/projects.mjs +5 -5
- package/{esm2020 → esm2022}/lib/session/api/api/api.mjs +3 -3
- package/esm2022/lib/session/api/api/session.service.mjs +306 -0
- package/esm2022/lib/session/api/configuration.mjs +91 -0
- package/{esm2020 → esm2022}/lib/session/api/encoder.mjs +18 -18
- package/{esm2020 → esm2022}/lib/session/api/index.mjs +2 -2
- package/{esm2020 → esm2022}/lib/session/api/model/accountInfo.mjs +12 -12
- package/{esm2020 → esm2022}/lib/session/api/model/apiError.mjs +12 -12
- package/{esm2020 → esm2022}/lib/session/api/model/authenticationProviderData.mjs +12 -12
- package/{esm2020 → esm2022}/lib/session/api/model/getAuthenticationProvidersResponse.mjs +1 -1
- package/{esm2020 → esm2022}/lib/session/api/model/models.mjs +8 -8
- package/{esm2020 → esm2022}/lib/session/api/model/refreshSessionRequest.mjs +12 -12
- package/{esm2020 → esm2022}/lib/session/api/model/session.mjs +1 -1
- package/esm2022/lib/session/api/model/sessionInfoData.mjs +2 -0
- package/{esm2020 → esm2022}/lib/session/api/model/userActivityLog.mjs +12 -12
- package/{esm2020 → esm2022}/lib/session/api/param.mjs +1 -1
- package/{esm2020 → esm2022}/lib/session/api/variables.mjs +8 -8
- package/esm2022/lib/session/cookie-service/smart-cookie.service.mjs +225 -0
- package/{esm2020 → esm2022}/lib/session/projects.mjs +9 -9
- package/esm2022/lib/session/smart-error-catching.interceptor.mjs +71 -0
- package/esm2022/lib/session/smart-header-maintainer.interceptor.mjs +46 -0
- package/{esm2020 → esm2022}/lib/session/smart-session-handler.service.mjs +5 -5
- package/esm2022/lib/session/smart-session.module.mjs +58 -0
- package/esm2022/lib/session/smart-session.service.mjs +225 -0
- package/{esm2020 → esm2022}/lib/session/smart-timer/smart-session-timer.component.mjs +35 -35
- package/esm2022/lib/session/smart-timer/smart-session-timer.service.mjs +58 -0
- package/{esm2020 → esm2022}/lib/shared/projects.mjs +3 -3
- package/esm2022/lib/shared/shared.module.mjs +19 -0
- package/esm2022/lib/shared/smart-tooltip.directive.mjs +58 -0
- package/{esm2020 → esm2022}/lib/shared/smarttable.date-pipe.mjs +43 -43
- package/{esm2020 → esm2022}/lib/smart-client/projects.mjs +4 -4
- package/{esm2020 → esm2022}/lib/smart-client/smart-authentication.service.mjs +21 -21
- package/esm2022/lib/smart-client/smart-component-api-client.mjs +717 -0
- package/esm2022/lib/smart-client/smart-file-uploader/smart-file-uploader.component.mjs +53 -0
- package/{esm2020 → esm2022}/lib/smart-client/smart.component.mjs +77 -77
- package/{esm2020 → esm2022}/lib/smart-client/smart.service.mjs +75 -75
- package/{esm2020 → esm2022}/lib/smart-component-layout/api/api/api.mjs +4 -4
- package/esm2022/lib/smart-component-layout/api/api/default.service.mjs +133 -0
- package/esm2022/lib/smart-component-layout/api/api.module.mjs +40 -0
- package/esm2022/lib/smart-component-layout/api/configuration.mjs +91 -0
- package/{esm2020 → esm2022}/lib/smart-component-layout/api/encoder.mjs +19 -19
- package/{esm2020 → esm2022}/lib/smart-component-layout/api/index.mjs +7 -7
- package/{esm2020 → esm2022}/lib/smart-component-layout/api/model/componentType.mjs +18 -18
- package/{esm2020 → esm2022}/lib/smart-component-layout/api/model/componentWidgetType.mjs +19 -19
- package/{esm2020 → esm2022}/lib/smart-component-layout/api/model/layoutDirection.mjs +17 -17
- package/{esm2020 → esm2022}/lib/smart-component-layout/api/model/models.mjs +6 -6
- package/esm2022/lib/smart-component-layout/api/model/smartComponentLayoutDefinition.mjs +2 -0
- package/esm2022/lib/smart-component-layout/api/model/smartComponentWidgetDefinition.mjs +2 -0
- package/esm2022/lib/smart-component-layout/api/param.mjs +2 -0
- package/{esm2020 → esm2022}/lib/smart-component-layout/api/variables.mjs +9 -9
- package/{esm2020 → esm2022}/lib/smart-component-layout/projects.mjs +7 -7
- package/esm2022/lib/smart-component-layout/smart-component-layout-utility.mjs +94 -0
- package/esm2022/lib/smart-component-layout/smart-component-layout.component.mjs +259 -0
- package/esm2022/lib/smart-component-layout/smart-component-layout.module.mjs +41 -0
- package/{esm2020 → esm2022}/lib/smart-dialog/projects.mjs +7 -7
- package/esm2022/lib/smart-dialog/smartdialog.component.mjs +54 -0
- package/{esm2020 → esm2022}/lib/smart-dialog/smartdialog.model.mjs +15 -15
- package/esm2022/lib/smart-dialog/smartdialog.module.mjs +46 -0
- package/{esm2020 → esm2022}/lib/smart-dialog/smartdialog.service.mjs +54 -54
- package/esm2022/lib/smart-expandable-section/expandable-section.component.mjs +88 -0
- package/{esm2020 → esm2022}/lib/smart-expandable-section/expandable-section.model.mjs +11 -11
- package/{esm2020 → esm2022}/lib/smart-expandable-section/projects.mjs +7 -7
- package/esm2022/lib/smart-expandable-section/smart-expandable-section.module.mjs +49 -0
- package/{esm2020 → esm2022}/lib/smart-expandable-section/smart-expandable-section.service.mjs +14 -14
- package/{esm2020 → esm2022}/lib/smart-filter/api/filter/model/filterExpressionBoolOperator.mjs +17 -17
- package/esm2022/lib/smart-filter/api/filter/model/filterExpressionBuilderField.mjs +2 -0
- package/esm2022/lib/smart-filter/api/filter/model/filterExpressionBuilderGroup.mjs +8 -0
- package/esm2022/lib/smart-filter/api/filter/model/filterExpressionBuilderModel.mjs +2 -0
- package/esm2022/lib/smart-filter/api/filter/model/filterExpressionData.mjs +2 -0
- package/{esm2020 → esm2022}/lib/smart-filter/api/filter/model/filterExpressionDataType.mjs +20 -20
- package/{esm2020 → esm2022}/lib/smart-filter/api/filter/model/filterExpressionField.mjs +1 -1
- package/esm2022/lib/smart-filter/api/filter/model/filterExpressionFieldList.mjs +2 -0
- package/{esm2020 → esm2022}/lib/smart-filter/api/filter/model/filterExpressionFieldWidgetType.mjs +27 -27
- package/esm2022/lib/smart-filter/api/filter/model/filterExpressionList.mjs +2 -0
- package/esm2022/lib/smart-filter/api/filter/model/filterExpressionOperandData.mjs +2 -0
- package/{esm2020 → esm2022}/lib/smart-filter/api/filter/model/filterExpressionOperation.mjs +32 -32
- package/{esm2020 → esm2022}/lib/smart-filter/api/filter/model/filterExpressionOrderBy.mjs +18 -18
- package/{esm2020 → esm2022}/lib/smart-filter/api/filter/model/model.mjs +15 -15
- package/{esm2020 → esm2022}/lib/smart-filter/api/filter/model/searchIndexObjectDefinitionData.mjs +1 -1
- package/{esm2020 → esm2022}/lib/smart-filter/api/filter/model/searchIndexPropertyDefinitionData.mjs +12 -12
- package/{esm2020 → esm2022}/lib/smart-filter/api/value/model/value.mjs +12 -12
- package/{esm2020 → esm2022}/lib/smart-filter/projects.mjs +8 -8
- package/{esm2020 → esm2022}/lib/smart-filter/smart-filter/components/smart-filter-expression-field/smart-filter-expression-field.component.mjs +14 -14
- package/esm2022/lib/smart-filter/smart-filter/components/smart-filter-simple/components/smart-filter-simple-field/smart-filter-simple-field.component.mjs +165 -0
- package/{esm2020 → esm2022}/lib/smart-filter/smart-filter/components/smart-filter-simple/smart-filter-simple.component.mjs +45 -45
- package/esm2022/lib/smart-filter/smart-filter/smart-filter.component.mjs +36 -0
- package/{esm2020 → esm2022}/lib/smart-filter/smart-filter/smart-filter.service.mjs +31 -31
- package/{esm2020 → esm2022}/lib/smart-filter/smart-filter.model.mjs +12 -12
- package/esm2022/lib/smart-filter/smart-filter.module.mjs +33 -0
- package/esm2022/lib/smart-filter-editor/api/api/filter.service.mjs +198 -0
- package/esm2022/lib/smart-filter-editor/api/configuration.mjs +91 -0
- package/{esm2020 → esm2022}/lib/smart-filter-editor/api/encoder.mjs +19 -19
- package/{esm2020 → esm2022}/lib/smart-filter-editor/api/model/filterExpressionBoolOperator.mjs +17 -17
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionBuilderApiConfig.mjs +13 -0
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionBuilderField.mjs +2 -0
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionBuilderGroup.mjs +8 -0
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionBuilderModel.mjs +2 -0
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionBuilderUiModel.mjs +7 -0
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionData.mjs +2 -0
- package/{esm2020 → esm2022}/lib/smart-filter-editor/api/model/filterExpressionDataType.mjs +20 -20
- package/{esm2020 → esm2022}/lib/smart-filter-editor/api/model/filterExpressionField.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionFieldEditor.mjs +2 -0
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionFieldList.mjs +2 -0
- package/{esm2020 → esm2022}/lib/smart-filter-editor/api/model/filterExpressionFieldWidgetType.mjs +27 -27
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionList.mjs +2 -0
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionOperandData.mjs +2 -0
- package/{esm2020 → esm2022}/lib/smart-filter-editor/api/model/filterExpressionOperation.mjs +32 -32
- package/{esm2020 → esm2022}/lib/smart-filter-editor/api/model/filterExpressionOrderBy.mjs +18 -18
- package/{esm2020 → esm2022}/lib/smart-filter-editor/api/model/smartFilterType.mjs +17 -17
- package/esm2022/lib/smart-filter-editor/api/param.mjs +2 -0
- package/{esm2020 → esm2022}/lib/smart-filter-editor/api/variables.mjs +9 -9
- package/{esm2020 → esm2022}/lib/smart-filter-editor/filterExpressionBuilderApiActions.mjs +14 -14
- package/{esm2020 → esm2022}/lib/smart-filter-editor/project.mjs +7 -7
- package/esm2022/lib/smart-filter-editor/smart-filter-editor-content/components/smart-filter-expression-item/smart-filter-expression-item.component.mjs +73 -0
- package/{esm2020 → esm2022}/lib/smart-filter-editor/smart-filter-editor-content/components/smart-filter-expression-items/smart-filter-expression-items.component.mjs +40 -40
- package/esm2022/lib/smart-filter-editor/smart-filter-editor-content/smart-filter-editor-content.component.mjs +235 -0
- package/{esm2020 → esm2022}/lib/smart-filter-editor/smart-filter-editor.model.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/smart-filter-editor.module.mjs +69 -0
- package/esm2022/lib/smart-filter-editor/smart-filter-editor.service.mjs +47 -0
- package/{esm2020 → esm2022}/lib/smart-filter-editor/smart-filter-params/components/smart-filter-param/smart-filter-param.component.mjs +24 -24
- package/esm2022/lib/smart-filter-editor/smart-filter-params/smart-filter-params.component.mjs +57 -0
- package/{esm2020 → esm2022}/lib/smart-form/api/api/api.mjs +3 -3
- package/esm2022/lib/smart-form/api/api/default.service.mjs +133 -0
- package/esm2022/lib/smart-form/api/api.module.mjs +40 -0
- package/esm2022/lib/smart-form/api/configuration.mjs +91 -0
- package/{esm2020 → esm2022}/lib/smart-form/api/encoder.mjs +18 -18
- package/{esm2020 → esm2022}/lib/smart-form/api/index.mjs +6 -6
- package/{esm2020 → esm2022}/lib/smart-form/api/model/models.mjs +10 -10
- package/{esm2020 → esm2022}/lib/smart-form/api/model/propertyMapping.mjs +12 -12
- package/{esm2020 → esm2022}/lib/smart-form/api/model/selectionDefinition.mjs +6 -6
- package/{esm2020 → esm2022}/lib/smart-form/api/model/smartFormInputMode.mjs +21 -21
- package/{esm2020 → esm2022}/lib/smart-form/api/model/smartFormWidgetDirection.mjs +16 -16
- package/{esm2020 → esm2022}/lib/smart-form/api/model/smartFormWidgetType.mjs +44 -44
- package/{esm2020 → esm2022}/lib/smart-form/api/model/smartLayoutDefinition.mjs +1 -1
- package/esm2022/lib/smart-form/api/model/smartMatrixModel.mjs +2 -0
- package/{esm2020 → esm2022}/lib/smart-form/api/model/smartWidgetDefinition.mjs +1 -1
- package/{esm2020 → esm2022}/lib/smart-form/api/model/smartWidgetHint.mjs +17 -17
- package/{esm2020 → esm2022}/lib/smart-form/api/model/valueChangeMode.mjs +19 -19
- package/{esm2020 → esm2022}/lib/smart-form/api/param.mjs +1 -1
- package/{esm2020 → esm2022}/lib/smart-form/api/variables.mjs +8 -8
- package/{esm2020 → esm2022}/lib/smart-form/highlightMacthingString-pipe.mjs +20 -20
- package/{esm2020 → esm2022}/lib/smart-form/projects.mjs +12 -12
- package/{esm2020 → esm2022}/lib/smart-form/services/smartform.layout-definition.service.mjs +542 -502
- package/esm2022/lib/smart-form/services/smartform.service.mjs +640 -0
- package/{esm2020 → esm2022}/lib/smart-form/smartfileuploader/large-file-snack-bar/large-file-snack-bar.component.mjs +14 -14
- package/esm2022/lib/smart-form/smartfileuploader/smartfileuploader.component.mjs +78 -0
- package/{esm2020 → esm2022}/lib/smart-form/smartfileuploader/smartfileuploader.model.mjs +1 -1
- package/esm2022/lib/smart-form/smartform.component.mjs +178 -0
- package/{esm2020 → esm2022}/lib/smart-form/smartform.form-model.mjs +1 -1
- package/{esm2020 → esm2022}/lib/smart-form/smartform.model.mjs +37 -37
- package/esm2022/lib/smart-form/widgets/components/smart-month-picker/smart-month-picker.component.mjs +84 -0
- package/esm2022/lib/smart-form/widgets/smartformwidget/smartformwidget.component.mjs +735 -0
- package/esm2022/lib/smart-form/widgets/smartformwidget/sortable-widget/sortable-widget.component.mjs +59 -0
- package/{esm2020 → esm2022}/lib/smart-form/widgets/smartformwidget/trackCaps.directive.mjs +31 -31
- package/{esm2020 → esm2022}/lib/smart-grid/api/grid-api/api/api.mjs +3 -3
- package/esm2022/lib/smart-grid/api/grid-api/api/grid.service.mjs +451 -0
- package/esm2022/lib/smart-grid/api/grid-api/api.module.mjs +40 -0
- package/esm2022/lib/smart-grid/api/grid-api/configuration.mjs +91 -0
- package/{esm2020 → esm2022}/lib/smart-grid/api/grid-api/encoder.mjs +18 -18
- package/{esm2020 → esm2022}/lib/smart-grid/api/grid-api/index.mjs +6 -6
- package/{esm2020 → esm2022}/lib/smart-grid/api/grid-api/model/gridColumnContentType.mjs +16 -16
- package/{esm2020 → esm2022}/lib/smart-grid/api/grid-api/model/gridColumnMeta.mjs +1 -1
- package/{esm2020 → esm2022}/lib/smart-grid/api/grid-api/model/gridDataAccessConfig.mjs +19 -19
- package/{esm2020 → esm2022}/lib/smart-grid/api/grid-api/model/gridModel.mjs +1 -1
- package/{esm2020 → esm2022}/lib/smart-grid/api/grid-api/model/gridPage.mjs +1 -1
- package/{esm2020 → esm2022}/lib/smart-grid/api/grid-api/model/gridRow.mjs +1 -1
- package/{esm2020 → esm2022}/lib/smart-grid/api/grid-api/model/gridSelectionChange.mjs +12 -12
- package/{esm2020 → esm2022}/lib/smart-grid/api/grid-api/model/gridSelectionMode.mjs +17 -17
- package/{esm2020 → esm2022}/lib/smart-grid/api/grid-api/model/gridSelectionType.mjs +16 -16
- package/{esm2020 → esm2022}/lib/smart-grid/api/grid-api/model/gridServerModel.mjs +1 -1
- package/{esm2020 → esm2022}/lib/smart-grid/api/grid-api/model/gridUpdateData.mjs +1 -1
- package/{esm2020 → esm2022}/lib/smart-grid/api/grid-api/model/gridView.mjs +1 -1
- package/{esm2020 → esm2022}/lib/smart-grid/api/grid-api/model/gridViewDescriptor.mjs +7 -7
- package/{esm2020 → esm2022}/lib/smart-grid/api/grid-api/model/models.mjs +13 -13
- package/{esm2020 → esm2022}/lib/smart-grid/api/grid-api/param.mjs +1 -1
- package/{esm2020 → esm2022}/lib/smart-grid/api/grid-api/variables.mjs +8 -8
- package/{esm2020 → esm2022}/lib/smart-grid/components/expandable-grid/expandable-grid.component.mjs +20 -20
- package/esm2022/lib/smart-grid/components/smart-grid-card/smart-grid-card.component.mjs +61 -0
- package/esm2022/lib/smart-grid/components/table-layout-definer/table-layout-definer.component.mjs +182 -0
- package/{esm2020 → esm2022}/lib/smart-grid/models/model.mjs +28 -28
- package/{esm2020 → esm2022}/lib/smart-grid/projects.mjs +8 -8
- package/{esm2020 → esm2022}/lib/smart-grid/smart-grid.component.mjs +767 -767
- package/esm2022/lib/smart-grid/smart-grid.module.mjs +76 -0
- package/esm2022/lib/smart-grid/smart-grid.service.mjs +80 -0
- package/{esm2020 → esm2022}/lib/smart-icon/projects.mjs +6 -6
- package/esm2022/lib/smart-icon/smart-icon/smart-icon.component.mjs +40 -0
- package/esm2022/lib/smart-icon/smart-icon.module.mjs +22 -0
- package/esm2022/lib/smart-icon/smart-icon.service.mjs +74 -0
- package/{esm2020 → esm2022}/lib/smart-navbar/projects.mjs +7 -7
- package/esm2022/lib/smart-navbar/smart-navbar.component.mjs +61 -0
- package/{esm2020 → esm2022}/lib/smart-navbar/smart-navbar.model.mjs +5 -5
- package/esm2022/lib/smart-navbar/smart-navbar.module.mjs +63 -0
- package/{esm2020 → esm2022}/lib/smart-navbar/smart-navbar.service.mjs +14 -14
- package/{esm2020 → esm2022}/lib/smart-navigation/projects.mjs +5 -5
- package/{esm2020 → esm2022}/lib/smart-navigation/smart-navigation.interface.mjs +1 -1
- package/esm2022/lib/smart-navigation/smart-navigation.module.mjs +18 -0
- package/esm2022/lib/smart-navigation/smart-navigation.service.mjs +56 -0
- package/esm2022/lib/smart-ng-client.module.mjs +126 -0
- package/{esm2020 → esm2022}/lib/smart-ng-client.service.mjs +19 -19
- package/{esm2020 → esm2022}/lib/smart-subject/projects.mjs +4 -4
- package/esm2022/lib/smart-subject/smart-subject.mjs +21 -0
- package/{esm2020 → esm2022}/lib/smart-tab-group/projects.mjs +8 -8
- package/{esm2020 → esm2022}/lib/smart-tab-group/smart-tab-group.component.mjs +43 -43
- package/esm2022/lib/smart-tab-group/smart-tab-group.module.mjs +25 -0
- package/{esm2020 → esm2022}/lib/smart-tab-group/smart-tab-group.service.mjs +14 -14
- package/esm2022/lib/smart-tab-group/tab-content/tab-content.component.mjs +31 -0
- package/esm2022/lib/smart-tab-group/tab-group-simplified/tab-group.component.mjs +66 -0
- package/{esm2020 → esm2022}/lib/smart-tab-group/tabTile.model.mjs +1 -1
- package/esm2022/lib/smart-table/components/default-actions-popup/default-actions-popup.component.mjs +43 -0
- package/{esm2020 → esm2022}/lib/smart-table/components/loading/loading.component.mjs +15 -15
- package/esm2022/lib/smart-table/directives/mat-context-menu-trigger-for.directive.mjs +52 -0
- package/{esm2020 → esm2022}/lib/smart-table/projects.mjs +7 -7
- package/esm2022/lib/smart-table/smarttable.component.mjs +98 -0
- package/esm2022/lib/smart-table/smarttable.model.mjs +169 -0
- package/esm2022/lib/smart-table/smarttable.module.mjs +105 -0
- package/{esm2020 → esm2022}/lib/smart-table/smarttable.service.mjs +14 -14
- package/esm2022/lib/smart-table/tables/material-table/material-table.component.mjs +39 -0
- package/{esm2020 → esm2022}/lib/smart-table/tables/mobile-table/mobile-table.component.mjs +23 -23
- package/esm2022/lib/smart-table/tables/table.mjs +520 -0
- package/{esm2020 → esm2022}/lib/smart-tree/projects.mjs +8 -8
- package/esm2022/lib/smart-tree/smarttree-generic.service.mjs +288 -0
- package/esm2022/lib/smart-tree/smarttree.component.mjs +181 -0
- package/{esm2020 → esm2022}/lib/smart-tree/smarttree.model.mjs +6 -6
- package/esm2022/lib/smart-tree/smarttree.module.mjs +60 -0
- package/{esm2020 → esm2022}/lib/smart-tree/smarttree.node.model.mjs +5 -5
- package/{esm2020 → esm2022}/lib/smart-tree/smarttree.service.interface.mjs +1 -1
- package/esm2022/lib/smart-tree/smarttree.service.mjs +47 -0
- package/esm2022/lib/smart-tree/tree-api/api/tree.service.mjs +1190 -0
- package/esm2022/lib/smart-tree/tree-api/configuration.mjs +91 -0
- package/{esm2020 → esm2022}/lib/smart-tree/tree-api/encoder.mjs +19 -19
- package/esm2022/lib/smart-tree/tree-api/param.mjs +2 -0
- package/{esm2020 → esm2022}/lib/smart-tree/tree-api/variables.mjs +9 -9
- package/{esm2020 → esm2022}/lib/view-context/api/api/api.mjs +3 -3
- package/esm2022/lib/view-context/api/api/view.service.mjs +903 -0
- package/esm2022/lib/view-context/api/api.module.mjs +40 -0
- package/esm2022/lib/view-context/api/configuration.mjs +91 -0
- package/{esm2020 → esm2022}/lib/view-context/api/encoder.mjs +18 -18
- package/{esm2020 → esm2022}/lib/view-context/api/index.mjs +6 -6
- package/esm2022/lib/view-context/api/model/clipboardData.mjs +13 -0
- package/{esm2020 → esm2022}/lib/view-context/api/model/closeResult.mjs +17 -17
- package/{esm2020 → esm2022}/lib/view-context/api/model/componentConstraint.mjs +1 -1
- package/{esm2020 → esm2022}/lib/view-context/api/model/componentModel.mjs +1 -1
- package/{esm2020 → esm2022}/lib/view-context/api/model/componentModelChange.mjs +12 -12
- package/{esm2020 → esm2022}/lib/view-context/api/model/dataChange.mjs +1 -1
- package/{esm2020 → esm2022}/lib/view-context/api/model/dataChangeEvent.mjs +1 -1
- package/{esm2020 → esm2022}/lib/view-context/api/model/dataChangeKind.mjs +20 -20
- package/{esm2020 → esm2022}/lib/view-context/api/model/downloadedFile.mjs +12 -12
- package/{esm2020 → esm2022}/lib/view-context/api/model/iconPosition.mjs +19 -19
- package/{esm2020 → esm2022}/lib/view-context/api/model/imageResource.mjs +7 -7
- package/{esm2020 → esm2022}/lib/view-context/api/model/link.mjs +19 -19
- package/{esm2020 → esm2022}/lib/view-context/api/model/messageData.mjs +1 -1
- package/{esm2020 → esm2022}/lib/view-context/api/model/messageOption.mjs +1 -1
- package/{esm2020 → esm2022}/lib/view-context/api/model/messageOptionType.mjs +17 -17
- package/{esm2020 → esm2022}/lib/view-context/api/model/messageResult.mjs +1 -1
- package/{esm2020 → esm2022}/lib/view-context/api/model/messageTextType.mjs +16 -16
- package/{esm2020 → esm2022}/lib/view-context/api/model/messageType.mjs +18 -18
- package/{esm2020 → esm2022}/lib/view-context/api/model/models.mjs +52 -52
- package/{esm2020 → esm2022}/lib/view-context/api/model/openPendingData.mjs +1 -1
- package/{esm2020 → esm2022}/lib/view-context/api/model/serverRequestExecutionStat.mjs +1 -1
- package/{esm2020 → esm2022}/lib/view-context/api/model/serverRequestTrack.mjs +1 -1
- package/{esm2020 → esm2022}/lib/view-context/api/model/serverRequestType.mjs +23 -23
- package/{esm2020 → esm2022}/lib/view-context/api/model/smartLinkData.mjs +1 -1
- package/{esm2020 → esm2022}/lib/view-context/api/model/statisticRecord.mjs +12 -12
- package/{esm2020 → esm2022}/lib/view-context/api/model/style.mjs +12 -12
- package/{esm2020 → esm2022}/lib/view-context/api/model/uiAction.mjs +1 -1
- package/{esm2020 → esm2022}/lib/view-context/api/model/uiActionButtonDescriptor.mjs +12 -12
- package/{esm2020 → esm2022}/lib/view-context/api/model/uiActionButtonType.mjs +26 -26
- package/{esm2020 → esm2022}/lib/view-context/api/model/uiActionConstraint.mjs +12 -12
- package/{esm2020 → esm2022}/lib/view-context/api/model/uiActionDescriptor.mjs +1 -1
- package/{esm2020 → esm2022}/lib/view-context/api/model/uiActionDialogDescriptor.mjs +1 -1
- package/{esm2020 → esm2022}/lib/view-context/api/model/uiActionFeedbackType.mjs +19 -19
- package/{esm2020 → esm2022}/lib/view-context/api/model/uiActionInputType.mjs +20 -20
- package/{esm2020 → esm2022}/lib/view-context/api/model/uiActionRequest.mjs +12 -12
- package/{esm2020 → esm2022}/lib/view-context/api/model/uiActionTooltip.mjs +21 -21
- package/{esm2020 → esm2022}/lib/view-context/api/model/uiActionUploadDescriptor.mjs +12 -12
- package/{esm2020 → esm2022}/lib/view-context/api/model/uploadedFile.mjs +12 -12
- package/{esm2020 → esm2022}/lib/view-context/api/model/valueSet.mjs +1 -1
- package/esm2022/lib/view-context/api/model/view.mjs +2 -0
- package/{esm2020 → esm2022}/lib/view-context/api/model/viewApiError.mjs +12 -12
- package/{esm2020 → esm2022}/lib/view-context/api/model/viewConstraint.mjs +1 -1
- package/esm2022/lib/view-context/api/model/viewContext.mjs +2 -0
- package/{esm2020 → esm2022}/lib/view-context/api/model/viewContextChange.mjs +1 -1
- package/esm2022/lib/view-context/api/model/viewContextData.mjs +2 -0
- package/{esm2020 → esm2022}/lib/view-context/api/model/viewContextUpdate.mjs +1 -1
- package/{esm2020 → esm2022}/lib/view-context/api/model/viewData.mjs +1 -1
- package/{esm2020 → esm2022}/lib/view-context/api/model/viewEventHandler.mjs +17 -17
- package/esm2022/lib/view-context/api/model/viewPlaceholder.mjs +13 -0
- package/{esm2020 → esm2022}/lib/view-context/api/model/viewState.mjs +21 -21
- package/{esm2020 → esm2022}/lib/view-context/api/model/viewStateUpdate.mjs +1 -1
- package/{esm2020 → esm2022}/lib/view-context/api/model/viewType.mjs +17 -17
- package/{esm2020 → esm2022}/lib/view-context/api/param.mjs +1 -1
- package/{esm2020 → esm2022}/lib/view-context/api/variables.mjs +8 -8
- package/{esm2020 → esm2022}/lib/view-context/invalid-fields-snack-bar/invalid-fields-snack-bar.component.mjs +19 -19
- package/esm2022/lib/view-context/message-dialog/message-dialog.component.mjs +66 -0
- package/{esm2020 → esm2022}/lib/view-context/projects.mjs +16 -16
- package/{esm2020 → esm2022}/lib/view-context/property-definition-data.mjs +1 -1
- package/esm2022/lib/view-context/smart-ui-action/components/success-snack-bar/success-snack-bar.component.mjs +30 -0
- package/{esm2020 → esm2022}/lib/view-context/smart-ui-action/dialogs/ui-action-confirm-dialog/ui-action-confirm-dialog.component.mjs +56 -56
- package/{esm2020 → esm2022}/lib/view-context/smart-ui-action/dialogs/ui-action-confirm-dialog/ui-action-confirm-dialog.service.mjs +48 -48
- package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-file-upload-dialog/ui-action-file-upload-dialog.component.mjs +72 -0
- package/{esm2020 → esm2022}/lib/view-context/smart-ui-action/dialogs/ui-action-file-upload-dialog/ui-action-file-upload-dialog.service.mjs +53 -53
- package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-input-dialog/ui-action-input-dialog.component.mjs +126 -0
- package/{esm2020 → esm2022}/lib/view-context/smart-ui-action/dialogs/ui-action-input-dialog/ui-action-input-dialog.service.mjs +52 -52
- package/esm2022/lib/view-context/smart-ui-action/ui-action-toolbar.component.mjs +146 -0
- package/esm2022/lib/view-context/smart-ui-action/ui-action.descriptor.service.mjs +180 -0
- package/{esm2020 → esm2022}/lib/view-context/smart-ui-action/ui-action.model.mjs +6 -6
- package/{esm2020 → esm2022}/lib/view-context/smart-ui-action/ui-action.service.mjs +211 -211
- package/esm2022/lib/view-context/smart-view-context-dialog.service.mjs +54 -0
- package/esm2022/lib/view-context/smart-view-context-error-dialog/smart-view-context-error-dialog.component.mjs +29 -0
- package/esm2022/lib/view-context/smart-view-context-error-dialog/smart-view-context-error-dialog.service.mjs +69 -0
- package/esm2022/lib/view-context/smart-view-context.interceptor.mjs +39 -0
- package/esm2022/lib/view-context/smart-view-context.model.mjs +2 -0
- package/esm2022/lib/view-context/smart-view-context.module.mjs +221 -0
- package/esm2022/lib/view-context/smart-view-context.service.mjs +685 -0
- package/esm2022/lib/view-context/smart-view-redirect/smart-view-redirect.mjs +33 -0
- package/esm2022/lib/view-context/utility/smart-object-utility.mjs +30 -0
- package/esm2022/lib/view-context/utility/smart-style-utility.mjs +68 -0
- package/{esm2020 → esm2022}/lib/view-context/value-api/api/api.mjs +4 -4
- package/esm2022/lib/view-context/value-api/api/value.service.mjs +138 -0
- package/esm2022/lib/view-context/value-api/api.module.mjs +40 -0
- package/esm2022/lib/view-context/value-api/configuration.mjs +91 -0
- package/{esm2020 → esm2022}/lib/view-context/value-api/encoder.mjs +19 -19
- package/{esm2020 → esm2022}/lib/view-context/value-api/index.mjs +7 -7
- package/esm2022/lib/view-context/value-api/model/genericValue.mjs +13 -0
- package/{esm2020 → esm2022}/lib/view-context/value-api/model/models.mjs +11 -11
- package/esm2022/lib/view-context/value-api/model/value.mjs +13 -0
- package/{esm2020 → esm2022}/lib/view-context/value-api/model/valueSetData.mjs +1 -1
- package/esm2022/lib/view-context/value-api/model/valueSetDefinition.mjs +2 -0
- package/{esm2020 → esm2022}/lib/view-context/value-api/model/valueSetDefinitionData.mjs +1 -1
- package/esm2022/lib/view-context/value-api/model/valueSetDefinitionIdentifier.mjs +13 -0
- package/{esm2020 → esm2022}/lib/view-context/value-api/model/valueSetDefinitionKind.mjs +23 -23
- package/{esm2020 → esm2022}/lib/view-context/value-api/model/valueSetExpression.mjs +1 -1
- package/esm2022/lib/view-context/value-api/model/valueSetOperand.mjs +2 -0
- package/{esm2020 → esm2022}/lib/view-context/value-api/model/valueSetOperation.mjs +18 -18
- package/esm2022/lib/view-context/value-api/param.mjs +2 -0
- package/{esm2020 → esm2022}/lib/view-context/value-api/variables.mjs +9 -9
- package/{esm2020 → esm2022}/projects.mjs +25 -25
- package/{esm2020 → esm2022}/smartbit4all-ng-client.mjs +4 -4
- package/{fesm2020 → fesm2022}/smartbit4all-ng-client.mjs +15917 -15886
- package/fesm2022/smartbit4all-ng-client.mjs.map +1 -0
- package/{smartbit4all-ng-client.d.ts → index.d.ts} +5 -5
- package/lib/component-factory-service/component-factory-service.module.d.ts +6 -6
- package/lib/component-factory-service/component-factory-service.service.d.ts +13 -13
- package/lib/component-factory-service/projects.d.ts +2 -2
- package/lib/session/api/api/api.d.ts +3 -3
- package/lib/session/api/api/session.service.d.ts +107 -107
- package/lib/session/api/configuration.d.ts +104 -104
- package/lib/session/api/encoder.d.ts +11 -11
- package/lib/session/api/index.d.ts +2 -2
- package/lib/session/api/model/accountInfo.d.ts +22 -22
- package/lib/session/api/model/apiError.d.ts +15 -15
- package/lib/session/api/model/authenticationProviderData.d.ts +17 -17
- package/lib/session/api/model/getAuthenticationProvidersResponse.d.ts +15 -15
- package/lib/session/api/model/models.d.ts +8 -8
- package/lib/session/api/model/refreshSessionRequest.d.ts +14 -14
- package/lib/session/api/model/session.d.ts +32 -32
- package/lib/session/api/model/sessionInfoData.d.ts +26 -26
- package/lib/session/api/model/userActivityLog.d.ts +33 -33
- package/lib/session/api/param.d.ts +37 -37
- package/lib/session/api/variables.d.ts +8 -8
- package/lib/session/cookie-service/smart-cookie.service.d.ts +129 -129
- package/lib/session/projects.d.ts +6 -6
- package/lib/session/smart-error-catching.interceptor.d.ts +13 -13
- package/lib/session/smart-header-maintainer.interceptor.d.ts +11 -11
- package/lib/session/smart-session-handler.service.d.ts +11 -11
- package/lib/session/smart-session.module.d.ts +12 -12
- package/lib/session/smart-session.service.d.ts +54 -54
- package/lib/session/smart-timer/smart-session-timer.component.d.ts +14 -14
- package/lib/session/smart-timer/smart-session-timer.service.d.ts +21 -21
- package/lib/shared/projects.d.ts +3 -3
- package/lib/shared/shared.module.d.ts +9 -9
- package/lib/shared/smart-tooltip.directive.d.ts +16 -16
- package/lib/shared/smarttable.date-pipe.d.ts +18 -18
- package/lib/smart-client/projects.d.ts +4 -4
- package/lib/smart-client/smart-authentication.service.d.ts +15 -15
- package/lib/smart-client/smart-component-api-client.d.ts +111 -111
- package/lib/smart-client/smart-file-uploader/smart-file-uploader.component.d.ts +18 -18
- package/lib/smart-client/smart.component.d.ts +30 -30
- package/lib/smart-client/smart.service.d.ts +30 -30
- package/lib/smart-component-layout/api/api/api.d.ts +3 -3
- package/lib/smart-component-layout/api/api/default.service.d.ts +33 -33
- package/lib/smart-component-layout/api/api.module.d.ts +11 -11
- package/lib/smart-component-layout/api/configuration.d.ts +104 -104
- package/lib/smart-component-layout/api/encoder.d.ts +11 -11
- package/lib/smart-component-layout/api/index.d.ts +6 -6
- package/lib/smart-component-layout/api/model/componentType.d.ts +16 -16
- package/lib/smart-component-layout/api/model/componentWidgetType.d.ts +17 -17
- package/lib/smart-component-layout/api/model/layoutDirection.d.ts +15 -15
- package/lib/smart-component-layout/api/model/models.d.ts +5 -5
- package/lib/smart-component-layout/api/model/smartComponentLayoutDefinition.d.ts +26 -26
- package/lib/smart-component-layout/api/model/smartComponentWidgetDefinition.d.ts +20 -20
- package/lib/smart-component-layout/api/param.d.ts +37 -37
- package/lib/smart-component-layout/api/variables.d.ts +8 -8
- package/lib/smart-component-layout/projects.d.ts +4 -4
- package/lib/smart-component-layout/smart-component-layout-utility.d.ts +14 -14
- package/lib/smart-component-layout/smart-component-layout.component.d.ts +58 -58
- package/lib/smart-component-layout/smart-component-layout.module.d.ts +13 -13
- package/lib/smart-dialog/projects.d.ts +4 -4
- package/lib/smart-dialog/smartdialog.component.d.ts +19 -19
- package/lib/smart-dialog/smartdialog.model.d.ts +67 -67
- package/lib/smart-dialog/smartdialog.module.d.ts +14 -14
- package/lib/smart-dialog/smartdialog.service.d.ts +23 -23
- package/lib/smart-expandable-section/expandable-section.component.d.ts +25 -25
- package/lib/smart-expandable-section/expandable-section.model.d.ts +42 -42
- package/lib/smart-expandable-section/projects.d.ts +4 -4
- package/lib/smart-expandable-section/smart-expandable-section.module.d.ts +15 -15
- package/lib/smart-expandable-section/smart-expandable-section.service.d.ts +6 -6
- package/lib/smart-filter/api/filter/model/filterExpressionBoolOperator.d.ts +15 -15
- package/lib/smart-filter/api/filter/model/filterExpressionBuilderField.d.ts +27 -27
- package/lib/smart-filter/api/filter/model/filterExpressionBuilderGroup.d.ts +36 -36
- package/lib/smart-filter/api/filter/model/filterExpressionBuilderModel.d.ts +27 -27
- package/lib/smart-filter/api/filter/model/filterExpressionData.d.ts +27 -27
- package/lib/smart-filter/api/filter/model/filterExpressionDataType.d.ts +18 -18
- package/lib/smart-filter/api/filter/model/filterExpressionField.d.ts +40 -40
- package/lib/smart-filter/api/filter/model/filterExpressionFieldList.d.ts +21 -21
- package/lib/smart-filter/api/filter/model/filterExpressionFieldWidgetType.d.ts +25 -25
- package/lib/smart-filter/api/filter/model/filterExpressionList.d.ts +18 -18
- package/lib/smart-filter/api/filter/model/filterExpressionOperandData.d.ts +24 -24
- package/lib/smart-filter/api/filter/model/filterExpressionOperation.d.ts +30 -30
- package/lib/smart-filter/api/filter/model/filterExpressionOrderBy.d.ts +25 -25
- package/lib/smart-filter/api/filter/model/model.d.ts +15 -15
- package/lib/smart-filter/api/filter/model/searchIndexObjectDefinitionData.d.ts +19 -19
- package/lib/smart-filter/api/filter/model/searchIndexPropertyDefinitionData.d.ts +18 -18
- package/lib/smart-filter/api/value/model/value.d.ts +29 -29
- package/lib/smart-filter/projects.d.ts +5 -5
- package/lib/smart-filter/smart-filter/components/smart-filter-expression-field/smart-filter-expression-field.component.d.ts +8 -8
- package/lib/smart-filter/smart-filter/components/smart-filter-simple/components/smart-filter-simple-field/smart-filter-simple-field.component.d.ts +31 -31
- package/lib/smart-filter/smart-filter/components/smart-filter-simple/smart-filter-simple.component.d.ts +18 -18
- package/lib/smart-filter/smart-filter/smart-filter.component.d.ts +15 -15
- package/lib/smart-filter/smart-filter/smart-filter.service.d.ts +16 -16
- package/lib/smart-filter/smart-filter.model.d.ts +25 -25
- package/lib/smart-filter/smart-filter.module.d.ts +15 -15
- package/lib/smart-filter-editor/api/api/filter.service.d.ts +57 -57
- package/lib/smart-filter-editor/api/configuration.d.ts +104 -104
- package/lib/smart-filter-editor/api/encoder.d.ts +11 -11
- package/lib/smart-filter-editor/api/model/filterExpressionBoolOperator.d.ts +15 -15
- package/lib/smart-filter-editor/api/model/filterExpressionBuilderApiConfig.d.ts +16 -16
- package/lib/smart-filter-editor/api/model/filterExpressionBuilderField.d.ts +27 -27
- package/lib/smart-filter-editor/api/model/filterExpressionBuilderGroup.d.ts +36 -36
- package/lib/smart-filter-editor/api/model/filterExpressionBuilderModel.d.ts +27 -27
- package/lib/smart-filter-editor/api/model/filterExpressionBuilderUiModel.d.ts +38 -38
- package/lib/smart-filter-editor/api/model/filterExpressionData.d.ts +27 -27
- package/lib/smart-filter-editor/api/model/filterExpressionDataType.d.ts +18 -18
- package/lib/smart-filter-editor/api/model/filterExpressionField.d.ts +40 -40
- package/lib/smart-filter-editor/api/model/filterExpressionFieldEditor.d.ts +17 -17
- package/lib/smart-filter-editor/api/model/filterExpressionFieldList.d.ts +21 -21
- package/lib/smart-filter-editor/api/model/filterExpressionFieldWidgetType.d.ts +25 -25
- package/lib/smart-filter-editor/api/model/filterExpressionList.d.ts +18 -18
- package/lib/smart-filter-editor/api/model/filterExpressionOperandData.d.ts +24 -24
- package/lib/smart-filter-editor/api/model/filterExpressionOperation.d.ts +30 -30
- package/lib/smart-filter-editor/api/model/filterExpressionOrderBy.d.ts +28 -28
- package/lib/smart-filter-editor/api/model/smartFilterType.d.ts +15 -15
- package/lib/smart-filter-editor/api/param.d.ts +37 -37
- package/lib/smart-filter-editor/api/variables.d.ts +8 -8
- package/lib/smart-filter-editor/filterExpressionBuilderApiActions.d.ts +13 -13
- package/lib/smart-filter-editor/project.d.ts +7 -7
- package/lib/smart-filter-editor/smart-filter-editor-content/components/smart-filter-expression-item/smart-filter-expression-item.component.d.ts +19 -19
- package/lib/smart-filter-editor/smart-filter-editor-content/components/smart-filter-expression-items/smart-filter-expression-items.component.d.ts +17 -17
- package/lib/smart-filter-editor/smart-filter-editor-content/smart-filter-editor-content.component.d.ts +40 -40
- package/lib/smart-filter-editor/smart-filter-editor.model.d.ts +4 -4
- package/lib/smart-filter-editor/smart-filter-editor.module.d.ts +18 -18
- package/lib/smart-filter-editor/smart-filter-editor.service.d.ts +35 -35
- package/lib/smart-filter-editor/smart-filter-params/components/smart-filter-param/smart-filter-param.component.d.ts +9 -9
- package/lib/smart-filter-editor/smart-filter-params/smart-filter-params.component.d.ts +21 -21
- package/lib/smart-form/api/api/api.d.ts +3 -3
- package/lib/smart-form/api/api/default.service.d.ts +33 -33
- package/lib/smart-form/api/api.module.d.ts +11 -11
- package/lib/smart-form/api/configuration.d.ts +104 -104
- package/lib/smart-form/api/encoder.d.ts +11 -11
- package/lib/smart-form/api/index.d.ts +6 -6
- package/lib/smart-form/api/model/models.d.ts +10 -10
- package/lib/smart-form/api/model/propertyMapping.d.ts +24 -24
- package/lib/smart-form/api/model/selectionDefinition.d.ts +41 -41
- package/lib/smart-form/api/model/smartFormInputMode.d.ts +20 -20
- package/lib/smart-form/api/model/smartFormWidgetDirection.d.ts +15 -15
- package/lib/smart-form/api/model/smartFormWidgetType.d.ts +43 -43
- package/lib/smart-form/api/model/smartLayoutDefinition.d.ts +15 -15
- package/lib/smart-form/api/model/smartMatrixModel.d.ts +29 -29
- package/lib/smart-form/api/model/smartWidgetDefinition.d.ts +106 -106
- package/lib/smart-form/api/model/smartWidgetHint.d.ts +19 -19
- package/lib/smart-form/api/model/valueChangeMode.d.ts +18 -18
- package/lib/smart-form/api/param.d.ts +37 -37
- package/lib/smart-form/api/variables.d.ts +8 -8
- package/lib/smart-form/highlightMacthingString-pipe.d.ts +7 -7
- package/lib/smart-form/projects.d.ts +9 -9
- package/lib/smart-form/services/smartform.layout-definition.service.d.ts +45 -42
- package/lib/smart-form/services/smartform.service.d.ts +46 -46
- package/lib/smart-form/smartfileuploader/large-file-snack-bar/large-file-snack-bar.component.d.ts +8 -8
- package/lib/smart-form/smartfileuploader/smartfileuploader.component.d.ts +22 -22
- package/lib/smart-form/smartfileuploader/smartfileuploader.model.d.ts +7 -7
- package/lib/smart-form/smartform.component.d.ts +40 -40
- package/lib/smart-form/smartform.form-model.d.ts +631 -631
- package/lib/smart-form/smartform.model.d.ts +120 -120
- package/lib/smart-form/widgets/components/smart-month-picker/smart-month-picker.component.d.ts +29 -29
- package/lib/smart-form/widgets/smartformwidget/smartformwidget.component.d.ts +132 -132
- package/lib/smart-form/widgets/smartformwidget/sortable-widget/sortable-widget.component.d.ts +20 -20
- package/lib/smart-form/widgets/smartformwidget/trackCaps.directive.d.ts +9 -9
- package/lib/smart-grid/api/grid-api/api/api.d.ts +3 -3
- package/lib/smart-grid/api/grid-api/api/grid.service.d.ts +161 -161
- package/lib/smart-grid/api/grid-api/api.module.d.ts +11 -11
- package/lib/smart-grid/api/grid-api/configuration.d.ts +104 -104
- package/lib/smart-grid/api/grid-api/encoder.d.ts +11 -11
- package/lib/smart-grid/api/grid-api/index.d.ts +6 -6
- package/lib/smart-grid/api/grid-api/model/gridColumnContentType.d.ts +15 -15
- package/lib/smart-grid/api/grid-api/model/gridColumnMeta.d.ts +33 -33
- package/lib/smart-grid/api/grid-api/model/gridDataAccessConfig.d.ts +40 -40
- package/lib/smart-grid/api/grid-api/model/gridModel.d.ts +34 -34
- package/lib/smart-grid/api/grid-api/model/gridPage.d.ts +26 -26
- package/lib/smart-grid/api/grid-api/model/gridRow.d.ts +39 -39
- package/lib/smart-grid/api/grid-api/model/gridSelectionChange.d.ts +18 -18
- package/lib/smart-grid/api/grid-api/model/gridSelectionMode.d.ts +16 -16
- package/lib/smart-grid/api/grid-api/model/gridSelectionType.d.ts +15 -15
- package/lib/smart-grid/api/grid-api/model/gridServerModel.d.ts +22 -22
- package/lib/smart-grid/api/grid-api/model/gridUpdateData.d.ts +20 -20
- package/lib/smart-grid/api/grid-api/model/gridView.d.ts +21 -21
- package/lib/smart-grid/api/grid-api/model/gridViewDescriptor.d.ts +37 -37
- package/lib/smart-grid/api/grid-api/model/models.d.ts +13 -13
- package/lib/smart-grid/api/grid-api/param.d.ts +37 -37
- package/lib/smart-grid/api/grid-api/variables.d.ts +8 -8
- package/lib/smart-grid/components/expandable-grid/expandable-grid.component.d.ts +10 -10
- package/lib/smart-grid/components/smart-grid-card/smart-grid-card.component.d.ts +23 -23
- package/lib/smart-grid/components/table-layout-definer/table-layout-definer.component.d.ts +46 -46
- package/lib/smart-grid/models/model.d.ts +71 -71
- package/lib/smart-grid/projects.d.ts +5 -5
- package/lib/smart-grid/smart-grid.component.d.ts +103 -103
- package/lib/smart-grid/smart-grid.module.d.ts +22 -22
- package/lib/smart-grid/smart-grid.service.d.ts +23 -23
- package/lib/smart-icon/projects.d.ts +3 -3
- package/lib/smart-icon/smart-icon/smart-icon.component.d.ts +16 -16
- package/lib/smart-icon/smart-icon.module.d.ts +10 -10
- package/lib/smart-icon/smart-icon.service.d.ts +28 -28
- package/lib/smart-navbar/projects.d.ts +4 -4
- package/lib/smart-navbar/smart-navbar.component.d.ts +20 -20
- package/lib/smart-navbar/smart-navbar.model.d.ts +48 -48
- package/lib/smart-navbar/smart-navbar.module.d.ts +18 -18
- package/lib/smart-navbar/smart-navbar.service.d.ts +6 -6
- package/lib/smart-navigation/projects.d.ts +2 -2
- package/lib/smart-navigation/smart-navigation.interface.d.ts +11 -11
- package/lib/smart-navigation/smart-navigation.module.d.ts +6 -6
- package/lib/smart-navigation/smart-navigation.service.d.ts +18 -18
- package/lib/smart-ng-client.module.d.ts +24 -24
- package/lib/smart-ng-client.service.d.ts +10 -10
- package/lib/smart-subject/projects.d.ts +1 -1
- package/lib/smart-subject/smart-subject.d.ts +6 -6
- package/lib/smart-tab-group/projects.d.ts +5 -5
- package/lib/smart-tab-group/smart-tab-group.component.d.ts +21 -21
- package/lib/smart-tab-group/smart-tab-group.module.d.ts +13 -13
- package/lib/smart-tab-group/smart-tab-group.service.d.ts +6 -6
- package/lib/smart-tab-group/tab-content/tab-content.component.d.ts +14 -14
- package/lib/smart-tab-group/tab-group-simplified/tab-group.component.d.ts +29 -29
- package/lib/smart-tab-group/tabTile.model.d.ts +8 -8
- package/lib/smart-table/components/default-actions-popup/default-actions-popup.component.d.ts +19 -19
- package/lib/smart-table/components/loading/loading.component.d.ts +8 -8
- package/lib/smart-table/directives/mat-context-menu-trigger-for.directive.d.ts +10 -10
- package/lib/smart-table/projects.d.ts +4 -4
- package/lib/smart-table/smarttable.component.d.ts +34 -34
- package/lib/smart-table/smarttable.model.d.ts +198 -198
- package/lib/smart-table/smarttable.module.d.ts +28 -28
- package/lib/smart-table/smarttable.service.d.ts +6 -6
- package/lib/smart-table/tables/material-table/material-table.component.d.ts +8 -8
- package/lib/smart-table/tables/mobile-table/mobile-table.component.d.ts +8 -8
- package/lib/smart-table/tables/table.d.ts +85 -85
- package/lib/smart-tree/projects.d.ts +5 -5
- package/lib/smart-tree/smarttree-generic.service.d.ts +49 -49
- package/lib/smart-tree/smarttree.component.d.ts +42 -42
- package/lib/smart-tree/smarttree.model.d.ts +41 -41
- package/lib/smart-tree/smarttree.module.d.ts +15 -15
- package/lib/smart-tree/smarttree.node.model.d.ts +13 -13
- package/lib/smart-tree/smarttree.service.d.ts +24 -24
- package/lib/smart-tree/smarttree.service.interface.d.ts +43 -43
- package/lib/smart-tree/tree-api/api/tree.service.d.ts +336 -336
- package/lib/smart-tree/tree-api/configuration.d.ts +104 -104
- package/lib/smart-tree/tree-api/encoder.d.ts +11 -11
- package/lib/smart-tree/tree-api/param.d.ts +37 -37
- package/lib/smart-tree/tree-api/variables.d.ts +8 -8
- package/lib/view-context/api/api/api.d.ts +3 -3
- package/lib/view-context/api/api/view.service.d.ts +331 -331
- package/lib/view-context/api/api.module.d.ts +11 -11
- package/lib/view-context/api/configuration.d.ts +104 -104
- package/lib/view-context/api/encoder.d.ts +11 -11
- package/lib/view-context/api/index.d.ts +6 -6
- package/lib/view-context/api/model/clipboardData.d.ts +20 -20
- package/lib/view-context/api/model/closeResult.d.ts +16 -16
- package/lib/view-context/api/model/componentConstraint.d.ts +25 -25
- package/lib/view-context/api/model/componentModel.d.ts +42 -42
- package/lib/view-context/api/model/componentModelChange.d.ts +29 -29
- package/lib/view-context/api/model/dataChange.d.ts +25 -25
- package/lib/view-context/api/model/dataChangeEvent.d.ts +31 -31
- package/lib/view-context/api/model/dataChangeKind.d.ts +19 -19
- package/lib/view-context/api/model/downloadedFile.d.ts +19 -19
- package/lib/view-context/api/model/iconPosition.d.ts +18 -18
- package/lib/view-context/api/model/imageResource.d.ts +26 -26
- package/lib/view-context/api/model/link.d.ts +35 -35
- package/lib/view-context/api/model/messageData.d.ts +29 -29
- package/lib/view-context/api/model/messageOption.d.ts +18 -18
- package/lib/view-context/api/model/messageOptionType.d.ts +16 -16
- package/lib/view-context/api/model/messageResult.d.ts +16 -16
- package/lib/view-context/api/model/messageTextType.d.ts +15 -15
- package/lib/view-context/api/model/messageType.d.ts +17 -17
- package/lib/view-context/api/model/models.d.ts +51 -51
- package/lib/view-context/api/model/openPendingData.d.ts +29 -29
- package/lib/view-context/api/model/serverRequestExecutionStat.d.ts +40 -40
- package/lib/view-context/api/model/serverRequestTrack.d.ts +60 -60
- package/lib/view-context/api/model/serverRequestType.d.ts +22 -22
- package/lib/view-context/api/model/smartLinkData.d.ts +21 -21
- package/lib/view-context/api/model/statisticRecord.d.ts +36 -36
- package/lib/view-context/api/model/style.d.ts +21 -21
- package/lib/view-context/api/model/uiAction.d.ts +48 -48
- package/lib/view-context/api/model/uiActionButtonDescriptor.d.ts +18 -18
- package/lib/view-context/api/model/uiActionButtonType.d.ts +25 -25
- package/lib/view-context/api/model/uiActionConstraint.d.ts +22 -22
- package/lib/view-context/api/model/uiActionDescriptor.d.ts +36 -36
- package/lib/view-context/api/model/uiActionDialogDescriptor.d.ts +23 -23
- package/lib/view-context/api/model/uiActionFeedbackType.d.ts +18 -18
- package/lib/view-context/api/model/uiActionInputType.d.ts +19 -19
- package/lib/view-context/api/model/uiActionRequest.d.ts +28 -28
- package/lib/view-context/api/model/uiActionTooltip.d.ts +25 -25
- package/lib/view-context/api/model/uiActionUploadDescriptor.d.ts +23 -23
- package/lib/view-context/api/model/uploadedFile.d.ts +19 -19
- package/lib/view-context/api/model/valueSet.d.ts +20 -20
- package/lib/view-context/api/model/view.d.ts +80 -80
- package/lib/view-context/api/model/viewApiError.d.ts +18 -18
- package/lib/view-context/api/model/viewConstraint.d.ts +18 -18
- package/lib/view-context/api/model/viewContext.d.ts +30 -30
- package/lib/view-context/api/model/viewContextChange.d.ts +24 -24
- package/lib/view-context/api/model/viewContextData.d.ts +25 -25
- package/lib/view-context/api/model/viewContextUpdate.d.ts +22 -22
- package/lib/view-context/api/model/viewData.d.ts +25 -25
- package/lib/view-context/api/model/viewEventHandler.d.ts +30 -30
- package/lib/view-context/api/model/viewPlaceholder.d.ts +21 -21
- package/lib/view-context/api/model/viewState.d.ts +20 -20
- package/lib/view-context/api/model/viewStateUpdate.d.ts +22 -22
- package/lib/view-context/api/model/viewType.d.ts +16 -16
- package/lib/view-context/api/param.d.ts +37 -37
- package/lib/view-context/api/variables.d.ts +8 -8
- package/lib/view-context/invalid-fields-snack-bar/invalid-fields-snack-bar.component.d.ts +9 -9
- package/lib/view-context/message-dialog/message-dialog.component.d.ts +18 -18
- package/lib/view-context/projects.d.ts +13 -13
- package/lib/view-context/property-definition-data.d.ts +5 -5
- package/lib/view-context/smart-ui-action/components/success-snack-bar/success-snack-bar.component.d.ts +13 -13
- package/lib/view-context/smart-ui-action/dialogs/ui-action-confirm-dialog/ui-action-confirm-dialog.component.d.ts +25 -25
- package/lib/view-context/smart-ui-action/dialogs/ui-action-confirm-dialog/ui-action-confirm-dialog.service.d.ts +18 -18
- package/lib/view-context/smart-ui-action/dialogs/ui-action-file-upload-dialog/ui-action-file-upload-dialog.component.d.ts +30 -30
- package/lib/view-context/smart-ui-action/dialogs/ui-action-file-upload-dialog/ui-action-file-upload-dialog.service.d.ts +22 -22
- package/lib/view-context/smart-ui-action/dialogs/ui-action-input-dialog/ui-action-input-dialog.component.d.ts +29 -29
- package/lib/view-context/smart-ui-action/dialogs/ui-action-input-dialog/ui-action-input-dialog.service.d.ts +25 -25
- package/lib/view-context/smart-ui-action/ui-action-toolbar.component.d.ts +36 -36
- package/lib/view-context/smart-ui-action/ui-action.descriptor.service.d.ts +23 -23
- package/lib/view-context/smart-ui-action/ui-action.model.d.ts +43 -43
- package/lib/view-context/smart-ui-action/ui-action.service.d.ts +39 -39
- package/lib/view-context/smart-view-context-dialog.service.d.ts +16 -16
- package/lib/view-context/smart-view-context-error-dialog/smart-view-context-error-dialog.component.d.ts +13 -13
- package/lib/view-context/smart-view-context-error-dialog/smart-view-context-error-dialog.service.d.ts +19 -19
- package/lib/view-context/smart-view-context.interceptor.d.ts +13 -13
- package/lib/view-context/smart-view-context.model.d.ts +31 -31
- package/lib/view-context/smart-view-context.module.d.ts +46 -47
- package/lib/view-context/smart-view-context.service.d.ts +119 -119
- package/lib/view-context/smart-view-redirect/smart-view-redirect.d.ts +14 -14
- package/lib/view-context/utility/smart-object-utility.d.ts +4 -4
- package/lib/view-context/utility/smart-style-utility.d.ts +12 -12
- package/lib/view-context/value-api/api/api.d.ts +3 -3
- package/lib/view-context/value-api/api/value.service.d.ts +35 -35
- package/lib/view-context/value-api/api.module.d.ts +11 -11
- package/lib/view-context/value-api/configuration.d.ts +104 -104
- package/lib/view-context/value-api/encoder.d.ts +11 -11
- package/lib/view-context/value-api/index.d.ts +6 -6
- package/lib/view-context/value-api/model/genericValue.d.ts +33 -33
- package/lib/view-context/value-api/model/models.d.ts +10 -10
- package/lib/view-context/value-api/model/value.d.ts +29 -29
- package/lib/view-context/value-api/model/valueSetData.d.ts +41 -41
- package/lib/view-context/value-api/model/valueSetDefinition.d.ts +16 -16
- package/lib/view-context/value-api/model/valueSetDefinitionData.d.ts +53 -53
- package/lib/view-context/value-api/model/valueSetDefinitionIdentifier.d.ts +21 -21
- package/lib/view-context/value-api/model/valueSetDefinitionKind.d.ts +22 -22
- package/lib/view-context/value-api/model/valueSetExpression.d.ts +18 -18
- package/lib/view-context/value-api/model/valueSetOperand.d.ts +25 -25
- package/lib/view-context/value-api/model/valueSetOperation.d.ts +17 -17
- package/lib/view-context/value-api/param.d.ts +37 -37
- package/lib/view-context/value-api/variables.d.ts +8 -8
- package/package.json +14 -20
- package/projects.d.ts +22 -22
- package/smartbit4all-ng-client-4.0.0.tgz +0 -0
- package/esm2020/lib/component-factory-service/component-factory-service.module.mjs +0 -17
- package/esm2020/lib/session/api/api/session.service.mjs +0 -306
- package/esm2020/lib/session/api/configuration.mjs +0 -91
- package/esm2020/lib/session/api/model/sessionInfoData.mjs +0 -2
- package/esm2020/lib/session/cookie-service/smart-cookie.service.mjs +0 -225
- package/esm2020/lib/session/smart-error-catching.interceptor.mjs +0 -71
- package/esm2020/lib/session/smart-header-maintainer.interceptor.mjs +0 -46
- package/esm2020/lib/session/smart-session.module.mjs +0 -58
- package/esm2020/lib/session/smart-session.service.mjs +0 -225
- package/esm2020/lib/session/smart-timer/smart-session-timer.service.mjs +0 -58
- package/esm2020/lib/shared/shared.module.mjs +0 -19
- package/esm2020/lib/shared/smart-tooltip.directive.mjs +0 -58
- package/esm2020/lib/smart-client/smart-component-api-client.mjs +0 -717
- package/esm2020/lib/smart-client/smart-file-uploader/smart-file-uploader.component.mjs +0 -53
- package/esm2020/lib/smart-component-layout/api/api/default.service.mjs +0 -133
- package/esm2020/lib/smart-component-layout/api/api.module.mjs +0 -40
- package/esm2020/lib/smart-component-layout/api/configuration.mjs +0 -91
- package/esm2020/lib/smart-component-layout/api/model/smartComponentLayoutDefinition.mjs +0 -2
- package/esm2020/lib/smart-component-layout/api/model/smartComponentWidgetDefinition.mjs +0 -2
- package/esm2020/lib/smart-component-layout/api/param.mjs +0 -2
- package/esm2020/lib/smart-component-layout/smart-component-layout-utility.mjs +0 -94
- package/esm2020/lib/smart-component-layout/smart-component-layout.component.mjs +0 -259
- package/esm2020/lib/smart-component-layout/smart-component-layout.module.mjs +0 -43
- package/esm2020/lib/smart-dialog/smartdialog.component.mjs +0 -54
- package/esm2020/lib/smart-dialog/smartdialog.module.mjs +0 -48
- package/esm2020/lib/smart-expandable-section/expandable-section.component.mjs +0 -88
- package/esm2020/lib/smart-expandable-section/smart-expandable-section.module.mjs +0 -51
- package/esm2020/lib/smart-filter/api/filter/model/filterExpressionBuilderField.mjs +0 -2
- package/esm2020/lib/smart-filter/api/filter/model/filterExpressionBuilderGroup.mjs +0 -8
- package/esm2020/lib/smart-filter/api/filter/model/filterExpressionBuilderModel.mjs +0 -2
- package/esm2020/lib/smart-filter/api/filter/model/filterExpressionData.mjs +0 -2
- package/esm2020/lib/smart-filter/api/filter/model/filterExpressionFieldList.mjs +0 -2
- package/esm2020/lib/smart-filter/api/filter/model/filterExpressionList.mjs +0 -2
- package/esm2020/lib/smart-filter/api/filter/model/filterExpressionOperandData.mjs +0 -2
- package/esm2020/lib/smart-filter/smart-filter/components/smart-filter-simple/components/smart-filter-simple-field/smart-filter-simple-field.component.mjs +0 -165
- package/esm2020/lib/smart-filter/smart-filter/smart-filter.component.mjs +0 -36
- package/esm2020/lib/smart-filter/smart-filter.module.mjs +0 -33
- package/esm2020/lib/smart-filter-editor/api/api/filter.service.mjs +0 -198
- package/esm2020/lib/smart-filter-editor/api/configuration.mjs +0 -91
- package/esm2020/lib/smart-filter-editor/api/model/filterExpressionBuilderApiConfig.mjs +0 -13
- package/esm2020/lib/smart-filter-editor/api/model/filterExpressionBuilderField.mjs +0 -2
- package/esm2020/lib/smart-filter-editor/api/model/filterExpressionBuilderGroup.mjs +0 -8
- package/esm2020/lib/smart-filter-editor/api/model/filterExpressionBuilderModel.mjs +0 -2
- package/esm2020/lib/smart-filter-editor/api/model/filterExpressionBuilderUiModel.mjs +0 -7
- package/esm2020/lib/smart-filter-editor/api/model/filterExpressionData.mjs +0 -2
- package/esm2020/lib/smart-filter-editor/api/model/filterExpressionFieldEditor.mjs +0 -2
- package/esm2020/lib/smart-filter-editor/api/model/filterExpressionFieldList.mjs +0 -2
- package/esm2020/lib/smart-filter-editor/api/model/filterExpressionList.mjs +0 -2
- package/esm2020/lib/smart-filter-editor/api/model/filterExpressionOperandData.mjs +0 -2
- package/esm2020/lib/smart-filter-editor/api/param.mjs +0 -2
- package/esm2020/lib/smart-filter-editor/smart-filter-editor-content/components/smart-filter-expression-item/smart-filter-expression-item.component.mjs +0 -73
- package/esm2020/lib/smart-filter-editor/smart-filter-editor-content/smart-filter-editor-content.component.mjs +0 -235
- package/esm2020/lib/smart-filter-editor/smart-filter-editor.module.mjs +0 -71
- package/esm2020/lib/smart-filter-editor/smart-filter-editor.service.mjs +0 -47
- package/esm2020/lib/smart-filter-editor/smart-filter-params/smart-filter-params.component.mjs +0 -57
- package/esm2020/lib/smart-form/api/api/default.service.mjs +0 -133
- package/esm2020/lib/smart-form/api/api.module.mjs +0 -40
- package/esm2020/lib/smart-form/api/configuration.mjs +0 -91
- package/esm2020/lib/smart-form/api/model/smartMatrixModel.mjs +0 -2
- package/esm2020/lib/smart-form/services/smartform.service.mjs +0 -640
- package/esm2020/lib/smart-form/smartfileuploader/smartfileuploader.component.mjs +0 -78
- package/esm2020/lib/smart-form/smartform.component.mjs +0 -178
- package/esm2020/lib/smart-form/widgets/components/smart-month-picker/smart-month-picker.component.mjs +0 -84
- package/esm2020/lib/smart-form/widgets/smartformwidget/smartformwidget.component.mjs +0 -736
- package/esm2020/lib/smart-form/widgets/smartformwidget/sortable-widget/sortable-widget.component.mjs +0 -59
- package/esm2020/lib/smart-grid/api/grid-api/api/grid.service.mjs +0 -451
- package/esm2020/lib/smart-grid/api/grid-api/api.module.mjs +0 -40
- package/esm2020/lib/smart-grid/api/grid-api/configuration.mjs +0 -91
- package/esm2020/lib/smart-grid/components/smart-grid-card/smart-grid-card.component.mjs +0 -61
- package/esm2020/lib/smart-grid/components/table-layout-definer/table-layout-definer.component.mjs +0 -182
- package/esm2020/lib/smart-grid/smart-grid.module.mjs +0 -78
- package/esm2020/lib/smart-grid/smart-grid.service.mjs +0 -80
- package/esm2020/lib/smart-icon/smart-icon/smart-icon.component.mjs +0 -40
- package/esm2020/lib/smart-icon/smart-icon.module.mjs +0 -22
- package/esm2020/lib/smart-icon/smart-icon.service.mjs +0 -74
- package/esm2020/lib/smart-navbar/smart-navbar.component.mjs +0 -61
- package/esm2020/lib/smart-navbar/smart-navbar.module.mjs +0 -65
- package/esm2020/lib/smart-navigation/smart-navigation.module.mjs +0 -18
- package/esm2020/lib/smart-navigation/smart-navigation.service.mjs +0 -56
- package/esm2020/lib/smart-ng-client.module.mjs +0 -128
- package/esm2020/lib/smart-subject/smart-subject.mjs +0 -21
- package/esm2020/lib/smart-tab-group/smart-tab-group.module.mjs +0 -25
- package/esm2020/lib/smart-tab-group/tab-content/tab-content.component.mjs +0 -31
- package/esm2020/lib/smart-tab-group/tab-group-simplified/tab-group.component.mjs +0 -66
- package/esm2020/lib/smart-table/components/default-actions-popup/default-actions-popup.component.mjs +0 -43
- package/esm2020/lib/smart-table/directives/mat-context-menu-trigger-for.directive.mjs +0 -52
- package/esm2020/lib/smart-table/smarttable.component.mjs +0 -98
- package/esm2020/lib/smart-table/smarttable.model.mjs +0 -169
- package/esm2020/lib/smart-table/smarttable.module.mjs +0 -107
- package/esm2020/lib/smart-table/tables/material-table/material-table.component.mjs +0 -39
- package/esm2020/lib/smart-table/tables/table.mjs +0 -520
- package/esm2020/lib/smart-tree/smarttree-generic.service.mjs +0 -288
- package/esm2020/lib/smart-tree/smarttree.component.mjs +0 -181
- package/esm2020/lib/smart-tree/smarttree.module.mjs +0 -62
- package/esm2020/lib/smart-tree/smarttree.service.mjs +0 -47
- package/esm2020/lib/smart-tree/tree-api/api/tree.service.mjs +0 -1190
- package/esm2020/lib/smart-tree/tree-api/configuration.mjs +0 -91
- package/esm2020/lib/smart-tree/tree-api/param.mjs +0 -2
- package/esm2020/lib/view-context/api/api/view.service.mjs +0 -903
- package/esm2020/lib/view-context/api/api.module.mjs +0 -40
- package/esm2020/lib/view-context/api/configuration.mjs +0 -91
- package/esm2020/lib/view-context/api/model/clipboardData.mjs +0 -13
- package/esm2020/lib/view-context/api/model/view.mjs +0 -2
- package/esm2020/lib/view-context/api/model/viewContext.mjs +0 -2
- package/esm2020/lib/view-context/api/model/viewContextData.mjs +0 -2
- package/esm2020/lib/view-context/api/model/viewPlaceholder.mjs +0 -13
- package/esm2020/lib/view-context/message-dialog/message-dialog.component.mjs +0 -66
- package/esm2020/lib/view-context/smart-ui-action/components/success-snack-bar/success-snack-bar.component.mjs +0 -30
- package/esm2020/lib/view-context/smart-ui-action/dialogs/ui-action-file-upload-dialog/ui-action-file-upload-dialog.component.mjs +0 -72
- package/esm2020/lib/view-context/smart-ui-action/dialogs/ui-action-input-dialog/ui-action-input-dialog.component.mjs +0 -126
- package/esm2020/lib/view-context/smart-ui-action/ui-action-toolbar.component.mjs +0 -146
- package/esm2020/lib/view-context/smart-ui-action/ui-action.descriptor.service.mjs +0 -180
- package/esm2020/lib/view-context/smart-view-context-dialog.service.mjs +0 -54
- package/esm2020/lib/view-context/smart-view-context-error-dialog/smart-view-context-error-dialog.component.mjs +0 -29
- package/esm2020/lib/view-context/smart-view-context-error-dialog/smart-view-context-error-dialog.service.mjs +0 -69
- package/esm2020/lib/view-context/smart-view-context.interceptor.mjs +0 -39
- package/esm2020/lib/view-context/smart-view-context.model.mjs +0 -2
- package/esm2020/lib/view-context/smart-view-context.module.mjs +0 -222
- package/esm2020/lib/view-context/smart-view-context.service.mjs +0 -685
- package/esm2020/lib/view-context/smart-view-redirect/smart-view-redirect.mjs +0 -33
- package/esm2020/lib/view-context/utility/smart-object-utility.mjs +0 -30
- package/esm2020/lib/view-context/utility/smart-style-utility.mjs +0 -68
- package/esm2020/lib/view-context/value-api/api/value.service.mjs +0 -138
- package/esm2020/lib/view-context/value-api/api.module.mjs +0 -40
- package/esm2020/lib/view-context/value-api/configuration.mjs +0 -91
- package/esm2020/lib/view-context/value-api/model/genericValue.mjs +0 -13
- package/esm2020/lib/view-context/value-api/model/value.mjs +0 -13
- package/esm2020/lib/view-context/value-api/model/valueSetDefinition.mjs +0 -2
- package/esm2020/lib/view-context/value-api/model/valueSetDefinitionIdentifier.mjs +0 -13
- package/esm2020/lib/view-context/value-api/model/valueSetOperand.mjs +0 -2
- package/esm2020/lib/view-context/value-api/param.mjs +0 -2
- package/fesm2015/smartbit4all-ng-client.mjs +0 -16397
- package/fesm2015/smartbit4all-ng-client.mjs.map +0 -1
- package/fesm2020/smartbit4all-ng-client.mjs.map +0 -1
- package/smartbit4all-ng-client-3.3.205.tgz +0 -0
- package/src/lib/component-factory-service/README.md +0 -99
- package/src/lib/session/api/README.md +0 -226
- package/src/lib/smart-component-layout/README.md +0 -31
- package/src/lib/smart-component-layout/api/README.md +0 -226
- package/src/lib/smart-dialog/README.md +0 -197
- package/src/lib/smart-expandable-section/README.md +0 -249
- package/src/lib/smart-filter/README.md +0 -101
- package/src/lib/smart-filter-editor/api/README.md +0 -226
- package/src/lib/smart-form/README.md +0 -1178
- package/src/lib/smart-form/api/README.md +0 -226
- package/src/lib/smart-grid/README.md +0 -24
- package/src/lib/smart-grid/api/grid-api/README.md +0 -226
- package/src/lib/smart-icon/README.md +0 -116
- package/src/lib/smart-navbar/README.md +0 -119
- package/src/lib/smart-navigation/README.md +0 -141
- package/src/lib/smart-tab-group/README.md +0 -155
- package/src/lib/smart-table/README.md +0 -667
- package/src/lib/smart-tree/tree-api/README.md +0 -226
- package/src/lib/view-context/api/README.md +0 -226
- package/src/lib/view-context/value-api/README.md +0 -226
|
@@ -1,631 +1,631 @@
|
|
|
1
|
-
import { QuillModules } from 'ngx-quill';
|
|
2
|
-
import { SelectionDefinition, SmartFormInputMode, SmartFormWidgetDirection, SmartFormWidgetType, SmartWidgetHint, ValueChangeMode } from './api';
|
|
3
|
-
import { SmartFormTextFieldButton, SmartFormWidgetWidth, SmartIndicator, SmartValidator, ToggleLabelPosition } from './smartform.model';
|
|
4
|
-
import { Style } from '../view-context/api';
|
|
5
|
-
export declare type SmartFormWidget<T> = SmartTextField<T> | SmartTextFieldNumber<T> | SmartTextFieldChips<T> | SmartTextBox<T> | SmartSelect<T> | SmartSelectMultiple<T> | SmartCheckBox<T> | SmartCheckBox2<T> | SmartRadioButton<T> | SmartDatePicker<T> | SmartDateTimePicker<T> | SmartContainer<T> | SmartLabel | SmartTime<T> | SmartToggle<T> | SmartIndicatorItem | SmartFileUploader | SmartImage | SmartDivider | SmartButton | SmartFormInlineComponent | SmartRichText | SmartSortable<T> | SmartMatrix | SmartYoutubePlayer | SmartMonthPicker | SmartSvg;
|
|
6
|
-
export interface SmartTextField<T> {
|
|
7
|
-
type: SmartFormWidgetType.TEXT_FIELD;
|
|
8
|
-
key: string;
|
|
9
|
-
valueChangeMode?: ValueChangeMode;
|
|
10
|
-
label: string;
|
|
11
|
-
originalLabel?: string;
|
|
12
|
-
showLabel?: boolean;
|
|
13
|
-
value?: T;
|
|
14
|
-
placeholder?: string;
|
|
15
|
-
originalPlaceholder?: string;
|
|
16
|
-
minWidth?: SmartFormWidgetWidth | number | number;
|
|
17
|
-
isDisabled?: boolean;
|
|
18
|
-
isReadonly?: boolean;
|
|
19
|
-
prefix?: string;
|
|
20
|
-
suffix?: string;
|
|
21
|
-
validators?: SmartValidator[];
|
|
22
|
-
cssClass?: string;
|
|
23
|
-
cssLabelClass?: string;
|
|
24
|
-
style?: Style;
|
|
25
|
-
labelStyle?: Style;
|
|
26
|
-
isPassword?: boolean;
|
|
27
|
-
textFieldButton?: SmartFormTextFieldButton;
|
|
28
|
-
capsLockWarning?: string;
|
|
29
|
-
capsLockWarningIcon?: string;
|
|
30
|
-
isVisible?: boolean;
|
|
31
|
-
mask?: string;
|
|
32
|
-
error?: string;
|
|
33
|
-
icon?: string;
|
|
34
|
-
iconColor?: string;
|
|
35
|
-
iconPosition?: 'PRE' | 'POST';
|
|
36
|
-
errorIcon?: string;
|
|
37
|
-
errorIconColor?: string;
|
|
38
|
-
valueList?: SmartItem<T>[];
|
|
39
|
-
selection?: SelectionDefinition;
|
|
40
|
-
filterErrorMessage?: string;
|
|
41
|
-
hint?: SmartWidgetHint;
|
|
42
|
-
maxLength?: number;
|
|
43
|
-
showCharacterLimitSuffix?: boolean;
|
|
44
|
-
toolbarId?: string;
|
|
45
|
-
inputMode?: SmartFormInputMode;
|
|
46
|
-
}
|
|
47
|
-
export interface SmartTextFieldNumber<T> {
|
|
48
|
-
type: SmartFormWidgetType.TEXT_FIELD_NUMBER;
|
|
49
|
-
key: string;
|
|
50
|
-
valueChangeMode?: ValueChangeMode;
|
|
51
|
-
label: string;
|
|
52
|
-
originalLabel?: string;
|
|
53
|
-
showLabel?: boolean;
|
|
54
|
-
value?: T;
|
|
55
|
-
placeholder?: string;
|
|
56
|
-
originalPlaceholder?: string;
|
|
57
|
-
minWidth?: SmartFormWidgetWidth | number | number;
|
|
58
|
-
isDisabled?: boolean;
|
|
59
|
-
isReadonly?: boolean;
|
|
60
|
-
prefix?: string;
|
|
61
|
-
suffix?: string;
|
|
62
|
-
validators?: SmartValidator[];
|
|
63
|
-
cssClass?: string;
|
|
64
|
-
cssLabelClass?: string;
|
|
65
|
-
style?: Style;
|
|
66
|
-
labelStyle?: Style;
|
|
67
|
-
textFieldButton?: SmartFormTextFieldButton;
|
|
68
|
-
isVisible?: boolean;
|
|
69
|
-
minValues?: number;
|
|
70
|
-
maxValues?: number;
|
|
71
|
-
error?: string;
|
|
72
|
-
icon?: string;
|
|
73
|
-
iconColor?: string;
|
|
74
|
-
errorIcon?: string;
|
|
75
|
-
errorIconColor?: string;
|
|
76
|
-
hint?: SmartWidgetHint;
|
|
77
|
-
}
|
|
78
|
-
export interface SmartTextFieldChips<T> {
|
|
79
|
-
type: SmartFormWidgetType.TEXT_FIELD_CHIPS;
|
|
80
|
-
key: string;
|
|
81
|
-
valueChangeMode?: ValueChangeMode;
|
|
82
|
-
label: string;
|
|
83
|
-
originalLabel?: string;
|
|
84
|
-
showLabel?: boolean;
|
|
85
|
-
value?: T;
|
|
86
|
-
placeholder?: string;
|
|
87
|
-
originalPlaceholder?: string;
|
|
88
|
-
minWidth?: SmartFormWidgetWidth | number | number;
|
|
89
|
-
isDisabled?: boolean;
|
|
90
|
-
isReadonly?: boolean;
|
|
91
|
-
validators?: SmartValidator[];
|
|
92
|
-
cssClass?: string;
|
|
93
|
-
cssLabelClass?: string;
|
|
94
|
-
style?: Style;
|
|
95
|
-
labelStyle?: Style;
|
|
96
|
-
isVisible?: boolean;
|
|
97
|
-
error?: string;
|
|
98
|
-
errorIcon?: string;
|
|
99
|
-
errorIconColor?: string;
|
|
100
|
-
valueList: SmartItem<T>[];
|
|
101
|
-
minValues?: number;
|
|
102
|
-
maxValues?: number;
|
|
103
|
-
hint?: SmartWidgetHint;
|
|
104
|
-
}
|
|
105
|
-
export interface SmartTextBox<T> {
|
|
106
|
-
type: SmartFormWidgetType.TEXT_BOX;
|
|
107
|
-
key: string;
|
|
108
|
-
valueChangeMode?: ValueChangeMode;
|
|
109
|
-
label: string;
|
|
110
|
-
originalLabel?: string;
|
|
111
|
-
showLabel?: boolean;
|
|
112
|
-
value?: T;
|
|
113
|
-
placeholder?: string;
|
|
114
|
-
originalPlaceholder?: string;
|
|
115
|
-
minWidth?: SmartFormWidgetWidth | number;
|
|
116
|
-
isDisabled?: boolean;
|
|
117
|
-
isReadonly?: boolean;
|
|
118
|
-
validators?: SmartValidator[];
|
|
119
|
-
cssClass?: string;
|
|
120
|
-
cssLabelClass?: string;
|
|
121
|
-
style?: Style;
|
|
122
|
-
labelStyle?: Style;
|
|
123
|
-
isVisible?: boolean;
|
|
124
|
-
error?: string;
|
|
125
|
-
errorIcon?: string;
|
|
126
|
-
errorIconColor?: string;
|
|
127
|
-
hint?: SmartWidgetHint;
|
|
128
|
-
maxLength?: number;
|
|
129
|
-
showCharacterLimitSuffix?: boolean;
|
|
130
|
-
}
|
|
131
|
-
export interface SmartSelect<T> {
|
|
132
|
-
type: SmartFormWidgetType.SELECT;
|
|
133
|
-
key: string;
|
|
134
|
-
valueChangeMode?: ValueChangeMode;
|
|
135
|
-
label: string;
|
|
136
|
-
originalLabel?: string;
|
|
137
|
-
showLabel?: boolean;
|
|
138
|
-
placeholder?: string;
|
|
139
|
-
value?: T;
|
|
140
|
-
minWidth?: SmartFormWidgetWidth | number;
|
|
141
|
-
isDisabled?: boolean;
|
|
142
|
-
isReadonly?: boolean;
|
|
143
|
-
validators?: SmartValidator[];
|
|
144
|
-
cssClass?: string;
|
|
145
|
-
cssLabelClass?: string;
|
|
146
|
-
style?: Style;
|
|
147
|
-
labelStyle?: Style;
|
|
148
|
-
isVisible?: boolean;
|
|
149
|
-
error?: string;
|
|
150
|
-
errorIcon?: string;
|
|
151
|
-
errorIconColor?: string;
|
|
152
|
-
valueList: SmartItems<T>[];
|
|
153
|
-
selection?: SelectionDefinition;
|
|
154
|
-
hint?: SmartWidgetHint;
|
|
155
|
-
compareWith?: (o1: any, o2: any) => boolean;
|
|
156
|
-
}
|
|
157
|
-
export interface SmartSelectMultiple<T> {
|
|
158
|
-
type: SmartFormWidgetType.SELECT_MULTIPLE;
|
|
159
|
-
key: string;
|
|
160
|
-
valueChangeMode?: ValueChangeMode;
|
|
161
|
-
label: string;
|
|
162
|
-
originalLabel?: string;
|
|
163
|
-
showLabel?: boolean;
|
|
164
|
-
value?: T;
|
|
165
|
-
minWidth?: SmartFormWidgetWidth | number;
|
|
166
|
-
isDisabled?: boolean;
|
|
167
|
-
isReadonly?: boolean;
|
|
168
|
-
validators?: SmartValidator[];
|
|
169
|
-
cssClass?: string;
|
|
170
|
-
cssLabelClass?: string;
|
|
171
|
-
style?: Style;
|
|
172
|
-
labelStyle?: Style;
|
|
173
|
-
placeholder?: string;
|
|
174
|
-
isVisible?: boolean;
|
|
175
|
-
error?: string;
|
|
176
|
-
errorIcon?: string;
|
|
177
|
-
errorIconColor?: string;
|
|
178
|
-
valueList: SmartItems<T>[];
|
|
179
|
-
selection?: SelectionDefinition;
|
|
180
|
-
hint?: SmartWidgetHint;
|
|
181
|
-
compareWith?: (o1: any, o2: any) => boolean;
|
|
182
|
-
}
|
|
183
|
-
export interface SmartCheckBox<T> {
|
|
184
|
-
type: SmartFormWidgetType.CHECK_BOX;
|
|
185
|
-
key: string;
|
|
186
|
-
valueChangeMode?: ValueChangeMode;
|
|
187
|
-
label: string;
|
|
188
|
-
originalLabel?: string;
|
|
189
|
-
showLabel?: boolean;
|
|
190
|
-
value?: T;
|
|
191
|
-
minWidth?: SmartFormWidgetWidth | number;
|
|
192
|
-
isDisabled?: boolean;
|
|
193
|
-
isReadonly?: boolean;
|
|
194
|
-
validators?: SmartValidator[];
|
|
195
|
-
cssClass?: string;
|
|
196
|
-
cssLabelClass?: string;
|
|
197
|
-
style?: Style;
|
|
198
|
-
labelStyle?: Style;
|
|
199
|
-
isVisible?: boolean;
|
|
200
|
-
error?: string;
|
|
201
|
-
errorIcon?: string;
|
|
202
|
-
errorIconColor?: string;
|
|
203
|
-
valueList: SmartItem<T>[];
|
|
204
|
-
selection?: SelectionDefinition;
|
|
205
|
-
direction?: SmartFormWidgetDirection;
|
|
206
|
-
hint?: SmartWidgetHint;
|
|
207
|
-
}
|
|
208
|
-
export interface SmartCheckBox2<T> {
|
|
209
|
-
type: SmartFormWidgetType.CHECK_BOX_2;
|
|
210
|
-
key: string;
|
|
211
|
-
valueChangeMode?: ValueChangeMode;
|
|
212
|
-
label: string;
|
|
213
|
-
originalLabel?: string;
|
|
214
|
-
showLabel?: boolean;
|
|
215
|
-
value?: T;
|
|
216
|
-
minWidth?: SmartFormWidgetWidth | number;
|
|
217
|
-
isDisabled?: boolean;
|
|
218
|
-
isReadonly?: boolean;
|
|
219
|
-
validators?: SmartValidator[];
|
|
220
|
-
cssClass?: string;
|
|
221
|
-
cssLabelClass?: string;
|
|
222
|
-
style?: Style;
|
|
223
|
-
labelStyle?: Style;
|
|
224
|
-
isVisible?: boolean;
|
|
225
|
-
error?: string;
|
|
226
|
-
errorIcon?: string;
|
|
227
|
-
errorIconColor?: string;
|
|
228
|
-
valueList: SmartItem<T>[];
|
|
229
|
-
selection?: SelectionDefinition;
|
|
230
|
-
direction?: SmartFormWidgetDirection;
|
|
231
|
-
hint?: SmartWidgetHint;
|
|
232
|
-
}
|
|
233
|
-
export interface SmartRadioButton<T> {
|
|
234
|
-
type: SmartFormWidgetType.RADIO_BUTTON;
|
|
235
|
-
key: string;
|
|
236
|
-
valueChangeMode?: ValueChangeMode;
|
|
237
|
-
label: string;
|
|
238
|
-
originalLabel?: string;
|
|
239
|
-
showLabel?: boolean;
|
|
240
|
-
value?: T;
|
|
241
|
-
minWidth?: SmartFormWidgetWidth | number;
|
|
242
|
-
isDisabled?: boolean;
|
|
243
|
-
isReadonly?: boolean;
|
|
244
|
-
validators?: SmartValidator[];
|
|
245
|
-
cssClass?: string;
|
|
246
|
-
cssLabelClass?: string;
|
|
247
|
-
style?: Style;
|
|
248
|
-
labelStyle?: Style;
|
|
249
|
-
isVisible?: boolean;
|
|
250
|
-
error?: string;
|
|
251
|
-
errorIcon?: string;
|
|
252
|
-
errorIconColor?: string;
|
|
253
|
-
valueList: SmartItem<T>[];
|
|
254
|
-
selection?: SelectionDefinition;
|
|
255
|
-
direction?: SmartFormWidgetDirection;
|
|
256
|
-
hint?: SmartWidgetHint;
|
|
257
|
-
}
|
|
258
|
-
export interface SmartDatePicker<T> {
|
|
259
|
-
type: SmartFormWidgetType.DATE_PICKER;
|
|
260
|
-
key: string;
|
|
261
|
-
valueChangeMode?: ValueChangeMode;
|
|
262
|
-
label: string;
|
|
263
|
-
originalLabel?: string;
|
|
264
|
-
showLabel?: boolean;
|
|
265
|
-
value?: T;
|
|
266
|
-
placeholder?: string;
|
|
267
|
-
minWidth?: SmartFormWidgetWidth | number;
|
|
268
|
-
isDisabled?: boolean;
|
|
269
|
-
isReadonly?: boolean;
|
|
270
|
-
validators?: SmartValidator[];
|
|
271
|
-
cssClass?: string;
|
|
272
|
-
cssLabelClass?: string;
|
|
273
|
-
style?: Style;
|
|
274
|
-
labelStyle?: Style;
|
|
275
|
-
isVisible?: boolean;
|
|
276
|
-
error?: string;
|
|
277
|
-
errorIcon?: string;
|
|
278
|
-
errorIconColor?: string;
|
|
279
|
-
dateFormatHint?: string;
|
|
280
|
-
minDate?: Date;
|
|
281
|
-
maxDate?: Date;
|
|
282
|
-
filter?: (d: Date | null) => boolean;
|
|
283
|
-
hint?: SmartWidgetHint;
|
|
284
|
-
}
|
|
285
|
-
export interface SmartDateTimePicker<T> {
|
|
286
|
-
type: SmartFormWidgetType.DATE_TIME_PICKER;
|
|
287
|
-
key: string;
|
|
288
|
-
valueChangeMode?: ValueChangeMode;
|
|
289
|
-
label: string;
|
|
290
|
-
originalLabel?: string;
|
|
291
|
-
showLabel?: boolean;
|
|
292
|
-
value?: T;
|
|
293
|
-
placeholder?: string;
|
|
294
|
-
minWidth?: SmartFormWidgetWidth | number;
|
|
295
|
-
isDisabled?: boolean;
|
|
296
|
-
isReadonly?: boolean;
|
|
297
|
-
validators?: SmartValidator[];
|
|
298
|
-
cssClass?: string;
|
|
299
|
-
cssLabelClass?: string;
|
|
300
|
-
style?: Style;
|
|
301
|
-
labelStyle?: Style;
|
|
302
|
-
isVisible?: boolean;
|
|
303
|
-
error?: string;
|
|
304
|
-
errorIcon?: string;
|
|
305
|
-
errorIconColor?: string;
|
|
306
|
-
dateFormatHint?: string;
|
|
307
|
-
filter?: (d: Date | null) => boolean;
|
|
308
|
-
hint?: SmartWidgetHint;
|
|
309
|
-
}
|
|
310
|
-
export interface SmartContainer<T> {
|
|
311
|
-
key?: string;
|
|
312
|
-
valueChangeMode?: ValueChangeMode;
|
|
313
|
-
type: SmartFormWidgetType.CONTAINER;
|
|
314
|
-
isVisible?: boolean;
|
|
315
|
-
valueList: SmartFormWidget<T>[];
|
|
316
|
-
direction?: SmartFormWidgetDirection;
|
|
317
|
-
cssClass?: string;
|
|
318
|
-
style?: Style;
|
|
319
|
-
}
|
|
320
|
-
export interface SmartLabel {
|
|
321
|
-
key?: string;
|
|
322
|
-
valueChangeMode?: ValueChangeMode;
|
|
323
|
-
type: SmartFormWidgetType.LABEL;
|
|
324
|
-
isVisible?: boolean;
|
|
325
|
-
cssClass?: string;
|
|
326
|
-
style?: Style;
|
|
327
|
-
labelStyle?: Style;
|
|
328
|
-
label: string;
|
|
329
|
-
originalLabel?: string;
|
|
330
|
-
widgetDescription?: string;
|
|
331
|
-
minWidth?: SmartFormWidgetWidth | number;
|
|
332
|
-
markAsRequired?: boolean;
|
|
333
|
-
}
|
|
334
|
-
export interface SmartTime<T> {
|
|
335
|
-
type: SmartFormWidgetType.TIME;
|
|
336
|
-
key: string;
|
|
337
|
-
valueChangeMode?: ValueChangeMode;
|
|
338
|
-
value?: T;
|
|
339
|
-
placeholder?: string;
|
|
340
|
-
label: string;
|
|
341
|
-
originalLabel?: string;
|
|
342
|
-
showLabel?: boolean;
|
|
343
|
-
minWidth?: SmartFormWidgetWidth | number;
|
|
344
|
-
isVisible?: boolean;
|
|
345
|
-
cssClass?: string;
|
|
346
|
-
cssLabelClass?: string;
|
|
347
|
-
style?: Style;
|
|
348
|
-
labelStyle?: Style;
|
|
349
|
-
isDisabled?: boolean;
|
|
350
|
-
isReadonly?: boolean;
|
|
351
|
-
validators?: SmartValidator[];
|
|
352
|
-
error?: string;
|
|
353
|
-
errorIcon?: string;
|
|
354
|
-
errorIconColor?: string;
|
|
355
|
-
hint?: SmartWidgetHint;
|
|
356
|
-
}
|
|
357
|
-
export interface SmartToggle<T> {
|
|
358
|
-
type: SmartFormWidgetType.TOGGLE;
|
|
359
|
-
key: string;
|
|
360
|
-
valueChangeMode?: ValueChangeMode;
|
|
361
|
-
value?: T;
|
|
362
|
-
placeholder?: string;
|
|
363
|
-
label: string;
|
|
364
|
-
originalLabel?: string;
|
|
365
|
-
showLabel?: boolean;
|
|
366
|
-
isVisible?: boolean;
|
|
367
|
-
cssClass?: string;
|
|
368
|
-
cssLabelClass?: string;
|
|
369
|
-
style?: Style;
|
|
370
|
-
labelStyle?: Style;
|
|
371
|
-
isDisabled?: boolean;
|
|
372
|
-
isReadonly?: boolean;
|
|
373
|
-
toggleLabelPosition?: ToggleLabelPosition;
|
|
374
|
-
validators?: SmartValidator[];
|
|
375
|
-
error?: string;
|
|
376
|
-
errorIcon?: string;
|
|
377
|
-
errorIconColor?: string;
|
|
378
|
-
hint?: SmartWidgetHint;
|
|
379
|
-
}
|
|
380
|
-
export interface SmartIndicatorItem {
|
|
381
|
-
type: SmartFormWidgetType.INDICATOR;
|
|
382
|
-
key: string;
|
|
383
|
-
valueChangeMode?: ValueChangeMode;
|
|
384
|
-
label: string;
|
|
385
|
-
originalLabel?: string;
|
|
386
|
-
showLabel?: boolean;
|
|
387
|
-
indicator: SmartIndicator;
|
|
388
|
-
isVisible?: boolean;
|
|
389
|
-
cssClass?: string;
|
|
390
|
-
cssLabelClass?: string;
|
|
391
|
-
style?: Style;
|
|
392
|
-
labelStyle?: Style;
|
|
393
|
-
}
|
|
394
|
-
export declare type SmartItems<T> = SmartItem<T> | SmartItemGroup<T>;
|
|
395
|
-
export interface SmartItem<T> {
|
|
396
|
-
type: SmartFormWidgetType.ITEM;
|
|
397
|
-
key: string;
|
|
398
|
-
valueChangeMode?: ValueChangeMode;
|
|
399
|
-
label: string;
|
|
400
|
-
cssLabelClass?: string;
|
|
401
|
-
style?: Style;
|
|
402
|
-
labelStyle?: Style;
|
|
403
|
-
originalLabel?: string;
|
|
404
|
-
value?: T;
|
|
405
|
-
isDisabled?: boolean;
|
|
406
|
-
icon?: string;
|
|
407
|
-
iconColor?: string;
|
|
408
|
-
imageUrl?: string;
|
|
409
|
-
}
|
|
410
|
-
export interface SmartItemGroup<T> {
|
|
411
|
-
type: SmartFormWidgetType.ITEM_GROUP;
|
|
412
|
-
key: string;
|
|
413
|
-
valueChangeMode?: ValueChangeMode;
|
|
414
|
-
label: string;
|
|
415
|
-
cssLabelClass?: string;
|
|
416
|
-
style?: Style;
|
|
417
|
-
labelStyle?: Style;
|
|
418
|
-
originalLabel?: string;
|
|
419
|
-
isDisabled?: boolean;
|
|
420
|
-
valueList: SmartItem<T>[];
|
|
421
|
-
}
|
|
422
|
-
export interface SmartFileUploader {
|
|
423
|
-
type: SmartFormWidgetType.FILE_UPLOADER;
|
|
424
|
-
key: string;
|
|
425
|
-
valueChangeMode?: ValueChangeMode;
|
|
426
|
-
label: string;
|
|
427
|
-
originalLabel?: string;
|
|
428
|
-
showLabel?: boolean;
|
|
429
|
-
isVisible?: boolean;
|
|
430
|
-
cssClass?: string;
|
|
431
|
-
cssLabelClass?: string;
|
|
432
|
-
style?: Style;
|
|
433
|
-
labelStyle?: Style;
|
|
434
|
-
uploadCallback: (key: string, files: any[]) => void;
|
|
435
|
-
fileFormats?: string[];
|
|
436
|
-
maxSizeMb?: number;
|
|
437
|
-
i18n?: any;
|
|
438
|
-
}
|
|
439
|
-
export interface SmartImage {
|
|
440
|
-
type: SmartFormWidgetType.IMAGE;
|
|
441
|
-
key: string;
|
|
442
|
-
valueChangeMode?: ValueChangeMode;
|
|
443
|
-
label: string;
|
|
444
|
-
originalLabel?: string;
|
|
445
|
-
showLabel?: boolean;
|
|
446
|
-
isVisible?: boolean;
|
|
447
|
-
cssClass?: string;
|
|
448
|
-
cssLabelClass?: string;
|
|
449
|
-
style?: Style;
|
|
450
|
-
labelStyle?: Style;
|
|
451
|
-
value?: string;
|
|
452
|
-
imageCss?: string;
|
|
453
|
-
}
|
|
454
|
-
export interface SmartDivider {
|
|
455
|
-
type: SmartFormWidgetType.DIVIDER;
|
|
456
|
-
key: string;
|
|
457
|
-
valueChangeMode?: ValueChangeMode;
|
|
458
|
-
label: string;
|
|
459
|
-
originalLabel?: string;
|
|
460
|
-
showLabel?: boolean;
|
|
461
|
-
isVisible?: boolean;
|
|
462
|
-
cssClass?: string;
|
|
463
|
-
cssLabelClass?: string;
|
|
464
|
-
style?: Style;
|
|
465
|
-
labelStyle?: Style;
|
|
466
|
-
value?: string;
|
|
467
|
-
}
|
|
468
|
-
export interface SmartButton {
|
|
469
|
-
type: SmartFormWidgetType.BUTTON;
|
|
470
|
-
key: string;
|
|
471
|
-
valueChangeMode?: ValueChangeMode;
|
|
472
|
-
label: string;
|
|
473
|
-
originalLabel?: string;
|
|
474
|
-
showLabel?: boolean;
|
|
475
|
-
isVisible?: boolean;
|
|
476
|
-
cssClass?: string;
|
|
477
|
-
cssLabelClass?: string;
|
|
478
|
-
style?: Style;
|
|
479
|
-
labelStyle?: Style;
|
|
480
|
-
value?: string;
|
|
481
|
-
uiAction?: any;
|
|
482
|
-
uiActionDescriptor: any;
|
|
483
|
-
callback: ((uiAction: any) => void) | ((key: string) => void);
|
|
484
|
-
}
|
|
485
|
-
export interface SmartFormInlineComponent {
|
|
486
|
-
type: SmartFormWidgetType.COMPONENT;
|
|
487
|
-
key: string;
|
|
488
|
-
valueChangeMode?: ValueChangeMode;
|
|
489
|
-
label: string;
|
|
490
|
-
originalLabel?: string;
|
|
491
|
-
showLabel?: boolean;
|
|
492
|
-
isVisible?: boolean;
|
|
493
|
-
cssClass?: string;
|
|
494
|
-
cssLabelClass?: string;
|
|
495
|
-
style?: Style;
|
|
496
|
-
labelStyle?: Style;
|
|
497
|
-
component: any;
|
|
498
|
-
input: Map<string, any>;
|
|
499
|
-
}
|
|
500
|
-
export interface SmartRichText {
|
|
501
|
-
type: SmartFormWidgetType.RICH_TEXT;
|
|
502
|
-
key: string;
|
|
503
|
-
valueChangeMode?: ValueChangeMode;
|
|
504
|
-
label: string;
|
|
505
|
-
value?: string;
|
|
506
|
-
originalLabel?: string;
|
|
507
|
-
placeholder?: string;
|
|
508
|
-
originalPlaceholder?: string;
|
|
509
|
-
quillModules: QuillModules;
|
|
510
|
-
showLabel?: boolean;
|
|
511
|
-
isVisible?: boolean;
|
|
512
|
-
cssClass?: string;
|
|
513
|
-
cssLabelClass?: string;
|
|
514
|
-
style?: Style;
|
|
515
|
-
labelStyle?: Style;
|
|
516
|
-
isDisabled?: boolean;
|
|
517
|
-
isReadonly?: boolean;
|
|
518
|
-
validators?: SmartValidator[];
|
|
519
|
-
error?: string;
|
|
520
|
-
errorIcon?: string;
|
|
521
|
-
errorIconColor?: string;
|
|
522
|
-
hint?: SmartWidgetHint;
|
|
523
|
-
maxLength?: number;
|
|
524
|
-
showCharacterLimitSuffix?: boolean;
|
|
525
|
-
}
|
|
526
|
-
export interface SmartSortable<T> {
|
|
527
|
-
type: SmartFormWidgetType.SORTABLE;
|
|
528
|
-
key: string;
|
|
529
|
-
valueChangeMode?: ValueChangeMode;
|
|
530
|
-
label: string;
|
|
531
|
-
value?: string;
|
|
532
|
-
originalLabel?: string;
|
|
533
|
-
showLabel?: boolean;
|
|
534
|
-
isVisible?: boolean;
|
|
535
|
-
cssClass?: string;
|
|
536
|
-
cssLabelClass?: string;
|
|
537
|
-
style?: Style;
|
|
538
|
-
labelStyle?: Style;
|
|
539
|
-
isDisabled?: boolean;
|
|
540
|
-
isReadonly?: boolean;
|
|
541
|
-
error?: string;
|
|
542
|
-
errorIcon?: string;
|
|
543
|
-
errorIconColor?: string;
|
|
544
|
-
validators?: SmartValidator[];
|
|
545
|
-
valueList?: SmartItem<T>[];
|
|
546
|
-
isMultiple?: boolean;
|
|
547
|
-
hint?: SmartWidgetHint;
|
|
548
|
-
}
|
|
549
|
-
export interface SmartMatrix {
|
|
550
|
-
type: SmartFormWidgetType.MATRIX;
|
|
551
|
-
key: string;
|
|
552
|
-
valueChangeMode?: ValueChangeMode;
|
|
553
|
-
label: string;
|
|
554
|
-
value?: any;
|
|
555
|
-
originalLabel?: string;
|
|
556
|
-
showLabel?: boolean;
|
|
557
|
-
isVisible?: boolean;
|
|
558
|
-
cssClass?: string;
|
|
559
|
-
cssLabelClass?: string;
|
|
560
|
-
style?: Style;
|
|
561
|
-
labelStyle?: Style;
|
|
562
|
-
isDisabled?: boolean;
|
|
563
|
-
isReadonly?: boolean;
|
|
564
|
-
error?: string;
|
|
565
|
-
errorIcon?: string;
|
|
566
|
-
errorIconColor?: string;
|
|
567
|
-
validators?: SmartValidator[];
|
|
568
|
-
isMultiple?: boolean;
|
|
569
|
-
hint?: SmartWidgetHint;
|
|
570
|
-
button?: SmartMatrixButton;
|
|
571
|
-
}
|
|
572
|
-
export interface SmartMatrixButton {
|
|
573
|
-
iconCode?: string;
|
|
574
|
-
callback: (widget: SmartFormWidget<any>, row: any) => any;
|
|
575
|
-
color?: string;
|
|
576
|
-
}
|
|
577
|
-
export interface SmartYoutubePlayer {
|
|
578
|
-
key?: string;
|
|
579
|
-
valueChangeMode?: ValueChangeMode;
|
|
580
|
-
type: SmartFormWidgetType.YOUTUBE_PLAYER;
|
|
581
|
-
link?: string;
|
|
582
|
-
videoId?: string;
|
|
583
|
-
height?: number;
|
|
584
|
-
width?: number;
|
|
585
|
-
startSeconds?: number | 0;
|
|
586
|
-
endSeconds?: number;
|
|
587
|
-
cssClass?: string;
|
|
588
|
-
cssLabelClass?: string;
|
|
589
|
-
style?: Style;
|
|
590
|
-
labelStyle?: Style;
|
|
591
|
-
isVisible?: boolean;
|
|
592
|
-
label?: string;
|
|
593
|
-
validators?: SmartValidator[];
|
|
594
|
-
hint?: SmartWidgetHint;
|
|
595
|
-
showLabel?: boolean;
|
|
596
|
-
}
|
|
597
|
-
export interface SmartMonthPicker {
|
|
598
|
-
key: string;
|
|
599
|
-
valueChangeMode?: ValueChangeMode;
|
|
600
|
-
type: SmartFormWidgetType.MONTH_PICKER;
|
|
601
|
-
value?: string;
|
|
602
|
-
validators?: SmartValidator[];
|
|
603
|
-
label: string;
|
|
604
|
-
showLabel?: boolean;
|
|
605
|
-
error?: string;
|
|
606
|
-
errorIcon?: string;
|
|
607
|
-
errorIconColor?: string;
|
|
608
|
-
cssClass?: string;
|
|
609
|
-
cssLabelClass?: string;
|
|
610
|
-
style?: Style;
|
|
611
|
-
labelStyle?: Style;
|
|
612
|
-
isVisible?: boolean;
|
|
613
|
-
isDisabled?: boolean;
|
|
614
|
-
originalLabel?: string;
|
|
615
|
-
hint?: SmartWidgetHint;
|
|
616
|
-
}
|
|
617
|
-
export interface SmartSvg {
|
|
618
|
-
type: SmartFormWidgetType.SVG;
|
|
619
|
-
key: string;
|
|
620
|
-
valueChangeMode?: ValueChangeMode;
|
|
621
|
-
label: string;
|
|
622
|
-
originalLabel?: string;
|
|
623
|
-
showLabel?: boolean;
|
|
624
|
-
isVisible?: boolean;
|
|
625
|
-
cssClass?: string;
|
|
626
|
-
cssLabelClass?: string;
|
|
627
|
-
style?: Style;
|
|
628
|
-
labelStyle?: Style;
|
|
629
|
-
value?: string;
|
|
630
|
-
minWidth?: SmartFormWidgetWidth | number;
|
|
631
|
-
}
|
|
1
|
+
import { QuillModules } from 'ngx-quill';
|
|
2
|
+
import { SelectionDefinition, SmartFormInputMode, SmartFormWidgetDirection, SmartFormWidgetType, SmartWidgetHint, ValueChangeMode } from './api';
|
|
3
|
+
import { SmartFormTextFieldButton, SmartFormWidgetWidth, SmartIndicator, SmartValidator, ToggleLabelPosition } from './smartform.model';
|
|
4
|
+
import { Style } from '../view-context/api';
|
|
5
|
+
export declare type SmartFormWidget<T> = SmartTextField<T> | SmartTextFieldNumber<T> | SmartTextFieldChips<T> | SmartTextBox<T> | SmartSelect<T> | SmartSelectMultiple<T> | SmartCheckBox<T> | SmartCheckBox2<T> | SmartRadioButton<T> | SmartDatePicker<T> | SmartDateTimePicker<T> | SmartContainer<T> | SmartLabel | SmartTime<T> | SmartToggle<T> | SmartIndicatorItem | SmartFileUploader | SmartImage | SmartDivider | SmartButton | SmartFormInlineComponent | SmartRichText | SmartSortable<T> | SmartMatrix | SmartYoutubePlayer | SmartMonthPicker | SmartSvg;
|
|
6
|
+
export interface SmartTextField<T> {
|
|
7
|
+
type: SmartFormWidgetType.TEXT_FIELD;
|
|
8
|
+
key: string;
|
|
9
|
+
valueChangeMode?: ValueChangeMode;
|
|
10
|
+
label: string;
|
|
11
|
+
originalLabel?: string;
|
|
12
|
+
showLabel?: boolean;
|
|
13
|
+
value?: T;
|
|
14
|
+
placeholder?: string;
|
|
15
|
+
originalPlaceholder?: string;
|
|
16
|
+
minWidth?: SmartFormWidgetWidth | number | number;
|
|
17
|
+
isDisabled?: boolean;
|
|
18
|
+
isReadonly?: boolean;
|
|
19
|
+
prefix?: string;
|
|
20
|
+
suffix?: string;
|
|
21
|
+
validators?: SmartValidator[];
|
|
22
|
+
cssClass?: string;
|
|
23
|
+
cssLabelClass?: string;
|
|
24
|
+
style?: Style;
|
|
25
|
+
labelStyle?: Style;
|
|
26
|
+
isPassword?: boolean;
|
|
27
|
+
textFieldButton?: SmartFormTextFieldButton;
|
|
28
|
+
capsLockWarning?: string;
|
|
29
|
+
capsLockWarningIcon?: string;
|
|
30
|
+
isVisible?: boolean;
|
|
31
|
+
mask?: string;
|
|
32
|
+
error?: string;
|
|
33
|
+
icon?: string;
|
|
34
|
+
iconColor?: string;
|
|
35
|
+
iconPosition?: 'PRE' | 'POST';
|
|
36
|
+
errorIcon?: string;
|
|
37
|
+
errorIconColor?: string;
|
|
38
|
+
valueList?: SmartItem<T>[];
|
|
39
|
+
selection?: SelectionDefinition;
|
|
40
|
+
filterErrorMessage?: string;
|
|
41
|
+
hint?: SmartWidgetHint;
|
|
42
|
+
maxLength?: number;
|
|
43
|
+
showCharacterLimitSuffix?: boolean;
|
|
44
|
+
toolbarId?: string;
|
|
45
|
+
inputMode?: SmartFormInputMode;
|
|
46
|
+
}
|
|
47
|
+
export interface SmartTextFieldNumber<T> {
|
|
48
|
+
type: SmartFormWidgetType.TEXT_FIELD_NUMBER;
|
|
49
|
+
key: string;
|
|
50
|
+
valueChangeMode?: ValueChangeMode;
|
|
51
|
+
label: string;
|
|
52
|
+
originalLabel?: string;
|
|
53
|
+
showLabel?: boolean;
|
|
54
|
+
value?: T;
|
|
55
|
+
placeholder?: string;
|
|
56
|
+
originalPlaceholder?: string;
|
|
57
|
+
minWidth?: SmartFormWidgetWidth | number | number;
|
|
58
|
+
isDisabled?: boolean;
|
|
59
|
+
isReadonly?: boolean;
|
|
60
|
+
prefix?: string;
|
|
61
|
+
suffix?: string;
|
|
62
|
+
validators?: SmartValidator[];
|
|
63
|
+
cssClass?: string;
|
|
64
|
+
cssLabelClass?: string;
|
|
65
|
+
style?: Style;
|
|
66
|
+
labelStyle?: Style;
|
|
67
|
+
textFieldButton?: SmartFormTextFieldButton;
|
|
68
|
+
isVisible?: boolean;
|
|
69
|
+
minValues?: number;
|
|
70
|
+
maxValues?: number;
|
|
71
|
+
error?: string;
|
|
72
|
+
icon?: string;
|
|
73
|
+
iconColor?: string;
|
|
74
|
+
errorIcon?: string;
|
|
75
|
+
errorIconColor?: string;
|
|
76
|
+
hint?: SmartWidgetHint;
|
|
77
|
+
}
|
|
78
|
+
export interface SmartTextFieldChips<T> {
|
|
79
|
+
type: SmartFormWidgetType.TEXT_FIELD_CHIPS;
|
|
80
|
+
key: string;
|
|
81
|
+
valueChangeMode?: ValueChangeMode;
|
|
82
|
+
label: string;
|
|
83
|
+
originalLabel?: string;
|
|
84
|
+
showLabel?: boolean;
|
|
85
|
+
value?: T;
|
|
86
|
+
placeholder?: string;
|
|
87
|
+
originalPlaceholder?: string;
|
|
88
|
+
minWidth?: SmartFormWidgetWidth | number | number;
|
|
89
|
+
isDisabled?: boolean;
|
|
90
|
+
isReadonly?: boolean;
|
|
91
|
+
validators?: SmartValidator[];
|
|
92
|
+
cssClass?: string;
|
|
93
|
+
cssLabelClass?: string;
|
|
94
|
+
style?: Style;
|
|
95
|
+
labelStyle?: Style;
|
|
96
|
+
isVisible?: boolean;
|
|
97
|
+
error?: string;
|
|
98
|
+
errorIcon?: string;
|
|
99
|
+
errorIconColor?: string;
|
|
100
|
+
valueList: SmartItem<T>[];
|
|
101
|
+
minValues?: number;
|
|
102
|
+
maxValues?: number;
|
|
103
|
+
hint?: SmartWidgetHint;
|
|
104
|
+
}
|
|
105
|
+
export interface SmartTextBox<T> {
|
|
106
|
+
type: SmartFormWidgetType.TEXT_BOX;
|
|
107
|
+
key: string;
|
|
108
|
+
valueChangeMode?: ValueChangeMode;
|
|
109
|
+
label: string;
|
|
110
|
+
originalLabel?: string;
|
|
111
|
+
showLabel?: boolean;
|
|
112
|
+
value?: T;
|
|
113
|
+
placeholder?: string;
|
|
114
|
+
originalPlaceholder?: string;
|
|
115
|
+
minWidth?: SmartFormWidgetWidth | number;
|
|
116
|
+
isDisabled?: boolean;
|
|
117
|
+
isReadonly?: boolean;
|
|
118
|
+
validators?: SmartValidator[];
|
|
119
|
+
cssClass?: string;
|
|
120
|
+
cssLabelClass?: string;
|
|
121
|
+
style?: Style;
|
|
122
|
+
labelStyle?: Style;
|
|
123
|
+
isVisible?: boolean;
|
|
124
|
+
error?: string;
|
|
125
|
+
errorIcon?: string;
|
|
126
|
+
errorIconColor?: string;
|
|
127
|
+
hint?: SmartWidgetHint;
|
|
128
|
+
maxLength?: number;
|
|
129
|
+
showCharacterLimitSuffix?: boolean;
|
|
130
|
+
}
|
|
131
|
+
export interface SmartSelect<T> {
|
|
132
|
+
type: SmartFormWidgetType.SELECT;
|
|
133
|
+
key: string;
|
|
134
|
+
valueChangeMode?: ValueChangeMode;
|
|
135
|
+
label: string;
|
|
136
|
+
originalLabel?: string;
|
|
137
|
+
showLabel?: boolean;
|
|
138
|
+
placeholder?: string;
|
|
139
|
+
value?: T;
|
|
140
|
+
minWidth?: SmartFormWidgetWidth | number;
|
|
141
|
+
isDisabled?: boolean;
|
|
142
|
+
isReadonly?: boolean;
|
|
143
|
+
validators?: SmartValidator[];
|
|
144
|
+
cssClass?: string;
|
|
145
|
+
cssLabelClass?: string;
|
|
146
|
+
style?: Style;
|
|
147
|
+
labelStyle?: Style;
|
|
148
|
+
isVisible?: boolean;
|
|
149
|
+
error?: string;
|
|
150
|
+
errorIcon?: string;
|
|
151
|
+
errorIconColor?: string;
|
|
152
|
+
valueList: SmartItems<T>[];
|
|
153
|
+
selection?: SelectionDefinition;
|
|
154
|
+
hint?: SmartWidgetHint;
|
|
155
|
+
compareWith?: (o1: any, o2: any) => boolean;
|
|
156
|
+
}
|
|
157
|
+
export interface SmartSelectMultiple<T> {
|
|
158
|
+
type: SmartFormWidgetType.SELECT_MULTIPLE;
|
|
159
|
+
key: string;
|
|
160
|
+
valueChangeMode?: ValueChangeMode;
|
|
161
|
+
label: string;
|
|
162
|
+
originalLabel?: string;
|
|
163
|
+
showLabel?: boolean;
|
|
164
|
+
value?: T;
|
|
165
|
+
minWidth?: SmartFormWidgetWidth | number;
|
|
166
|
+
isDisabled?: boolean;
|
|
167
|
+
isReadonly?: boolean;
|
|
168
|
+
validators?: SmartValidator[];
|
|
169
|
+
cssClass?: string;
|
|
170
|
+
cssLabelClass?: string;
|
|
171
|
+
style?: Style;
|
|
172
|
+
labelStyle?: Style;
|
|
173
|
+
placeholder?: string;
|
|
174
|
+
isVisible?: boolean;
|
|
175
|
+
error?: string;
|
|
176
|
+
errorIcon?: string;
|
|
177
|
+
errorIconColor?: string;
|
|
178
|
+
valueList: SmartItems<T>[];
|
|
179
|
+
selection?: SelectionDefinition;
|
|
180
|
+
hint?: SmartWidgetHint;
|
|
181
|
+
compareWith?: (o1: any, o2: any) => boolean;
|
|
182
|
+
}
|
|
183
|
+
export interface SmartCheckBox<T> {
|
|
184
|
+
type: SmartFormWidgetType.CHECK_BOX;
|
|
185
|
+
key: string;
|
|
186
|
+
valueChangeMode?: ValueChangeMode;
|
|
187
|
+
label: string;
|
|
188
|
+
originalLabel?: string;
|
|
189
|
+
showLabel?: boolean;
|
|
190
|
+
value?: T;
|
|
191
|
+
minWidth?: SmartFormWidgetWidth | number;
|
|
192
|
+
isDisabled?: boolean;
|
|
193
|
+
isReadonly?: boolean;
|
|
194
|
+
validators?: SmartValidator[];
|
|
195
|
+
cssClass?: string;
|
|
196
|
+
cssLabelClass?: string;
|
|
197
|
+
style?: Style;
|
|
198
|
+
labelStyle?: Style;
|
|
199
|
+
isVisible?: boolean;
|
|
200
|
+
error?: string;
|
|
201
|
+
errorIcon?: string;
|
|
202
|
+
errorIconColor?: string;
|
|
203
|
+
valueList: SmartItem<T>[];
|
|
204
|
+
selection?: SelectionDefinition;
|
|
205
|
+
direction?: SmartFormWidgetDirection;
|
|
206
|
+
hint?: SmartWidgetHint;
|
|
207
|
+
}
|
|
208
|
+
export interface SmartCheckBox2<T> {
|
|
209
|
+
type: SmartFormWidgetType.CHECK_BOX_2;
|
|
210
|
+
key: string;
|
|
211
|
+
valueChangeMode?: ValueChangeMode;
|
|
212
|
+
label: string;
|
|
213
|
+
originalLabel?: string;
|
|
214
|
+
showLabel?: boolean;
|
|
215
|
+
value?: T;
|
|
216
|
+
minWidth?: SmartFormWidgetWidth | number;
|
|
217
|
+
isDisabled?: boolean;
|
|
218
|
+
isReadonly?: boolean;
|
|
219
|
+
validators?: SmartValidator[];
|
|
220
|
+
cssClass?: string;
|
|
221
|
+
cssLabelClass?: string;
|
|
222
|
+
style?: Style;
|
|
223
|
+
labelStyle?: Style;
|
|
224
|
+
isVisible?: boolean;
|
|
225
|
+
error?: string;
|
|
226
|
+
errorIcon?: string;
|
|
227
|
+
errorIconColor?: string;
|
|
228
|
+
valueList: SmartItem<T>[];
|
|
229
|
+
selection?: SelectionDefinition;
|
|
230
|
+
direction?: SmartFormWidgetDirection;
|
|
231
|
+
hint?: SmartWidgetHint;
|
|
232
|
+
}
|
|
233
|
+
export interface SmartRadioButton<T> {
|
|
234
|
+
type: SmartFormWidgetType.RADIO_BUTTON;
|
|
235
|
+
key: string;
|
|
236
|
+
valueChangeMode?: ValueChangeMode;
|
|
237
|
+
label: string;
|
|
238
|
+
originalLabel?: string;
|
|
239
|
+
showLabel?: boolean;
|
|
240
|
+
value?: T;
|
|
241
|
+
minWidth?: SmartFormWidgetWidth | number;
|
|
242
|
+
isDisabled?: boolean;
|
|
243
|
+
isReadonly?: boolean;
|
|
244
|
+
validators?: SmartValidator[];
|
|
245
|
+
cssClass?: string;
|
|
246
|
+
cssLabelClass?: string;
|
|
247
|
+
style?: Style;
|
|
248
|
+
labelStyle?: Style;
|
|
249
|
+
isVisible?: boolean;
|
|
250
|
+
error?: string;
|
|
251
|
+
errorIcon?: string;
|
|
252
|
+
errorIconColor?: string;
|
|
253
|
+
valueList: SmartItem<T>[];
|
|
254
|
+
selection?: SelectionDefinition;
|
|
255
|
+
direction?: SmartFormWidgetDirection;
|
|
256
|
+
hint?: SmartWidgetHint;
|
|
257
|
+
}
|
|
258
|
+
export interface SmartDatePicker<T> {
|
|
259
|
+
type: SmartFormWidgetType.DATE_PICKER;
|
|
260
|
+
key: string;
|
|
261
|
+
valueChangeMode?: ValueChangeMode;
|
|
262
|
+
label: string;
|
|
263
|
+
originalLabel?: string;
|
|
264
|
+
showLabel?: boolean;
|
|
265
|
+
value?: T;
|
|
266
|
+
placeholder?: string;
|
|
267
|
+
minWidth?: SmartFormWidgetWidth | number;
|
|
268
|
+
isDisabled?: boolean;
|
|
269
|
+
isReadonly?: boolean;
|
|
270
|
+
validators?: SmartValidator[];
|
|
271
|
+
cssClass?: string;
|
|
272
|
+
cssLabelClass?: string;
|
|
273
|
+
style?: Style;
|
|
274
|
+
labelStyle?: Style;
|
|
275
|
+
isVisible?: boolean;
|
|
276
|
+
error?: string;
|
|
277
|
+
errorIcon?: string;
|
|
278
|
+
errorIconColor?: string;
|
|
279
|
+
dateFormatHint?: string;
|
|
280
|
+
minDate?: Date;
|
|
281
|
+
maxDate?: Date;
|
|
282
|
+
filter?: (d: Date | null) => boolean;
|
|
283
|
+
hint?: SmartWidgetHint;
|
|
284
|
+
}
|
|
285
|
+
export interface SmartDateTimePicker<T> {
|
|
286
|
+
type: SmartFormWidgetType.DATE_TIME_PICKER;
|
|
287
|
+
key: string;
|
|
288
|
+
valueChangeMode?: ValueChangeMode;
|
|
289
|
+
label: string;
|
|
290
|
+
originalLabel?: string;
|
|
291
|
+
showLabel?: boolean;
|
|
292
|
+
value?: T;
|
|
293
|
+
placeholder?: string;
|
|
294
|
+
minWidth?: SmartFormWidgetWidth | number;
|
|
295
|
+
isDisabled?: boolean;
|
|
296
|
+
isReadonly?: boolean;
|
|
297
|
+
validators?: SmartValidator[];
|
|
298
|
+
cssClass?: string;
|
|
299
|
+
cssLabelClass?: string;
|
|
300
|
+
style?: Style;
|
|
301
|
+
labelStyle?: Style;
|
|
302
|
+
isVisible?: boolean;
|
|
303
|
+
error?: string;
|
|
304
|
+
errorIcon?: string;
|
|
305
|
+
errorIconColor?: string;
|
|
306
|
+
dateFormatHint?: string;
|
|
307
|
+
filter?: (d: Date | null) => boolean;
|
|
308
|
+
hint?: SmartWidgetHint;
|
|
309
|
+
}
|
|
310
|
+
export interface SmartContainer<T> {
|
|
311
|
+
key?: string;
|
|
312
|
+
valueChangeMode?: ValueChangeMode;
|
|
313
|
+
type: SmartFormWidgetType.CONTAINER;
|
|
314
|
+
isVisible?: boolean;
|
|
315
|
+
valueList: SmartFormWidget<T>[];
|
|
316
|
+
direction?: SmartFormWidgetDirection;
|
|
317
|
+
cssClass?: string;
|
|
318
|
+
style?: Style;
|
|
319
|
+
}
|
|
320
|
+
export interface SmartLabel {
|
|
321
|
+
key?: string;
|
|
322
|
+
valueChangeMode?: ValueChangeMode;
|
|
323
|
+
type: SmartFormWidgetType.LABEL;
|
|
324
|
+
isVisible?: boolean;
|
|
325
|
+
cssClass?: string;
|
|
326
|
+
style?: Style;
|
|
327
|
+
labelStyle?: Style;
|
|
328
|
+
label: string;
|
|
329
|
+
originalLabel?: string;
|
|
330
|
+
widgetDescription?: string;
|
|
331
|
+
minWidth?: SmartFormWidgetWidth | number;
|
|
332
|
+
markAsRequired?: boolean;
|
|
333
|
+
}
|
|
334
|
+
export interface SmartTime<T> {
|
|
335
|
+
type: SmartFormWidgetType.TIME;
|
|
336
|
+
key: string;
|
|
337
|
+
valueChangeMode?: ValueChangeMode;
|
|
338
|
+
value?: T;
|
|
339
|
+
placeholder?: string;
|
|
340
|
+
label: string;
|
|
341
|
+
originalLabel?: string;
|
|
342
|
+
showLabel?: boolean;
|
|
343
|
+
minWidth?: SmartFormWidgetWidth | number;
|
|
344
|
+
isVisible?: boolean;
|
|
345
|
+
cssClass?: string;
|
|
346
|
+
cssLabelClass?: string;
|
|
347
|
+
style?: Style;
|
|
348
|
+
labelStyle?: Style;
|
|
349
|
+
isDisabled?: boolean;
|
|
350
|
+
isReadonly?: boolean;
|
|
351
|
+
validators?: SmartValidator[];
|
|
352
|
+
error?: string;
|
|
353
|
+
errorIcon?: string;
|
|
354
|
+
errorIconColor?: string;
|
|
355
|
+
hint?: SmartWidgetHint;
|
|
356
|
+
}
|
|
357
|
+
export interface SmartToggle<T> {
|
|
358
|
+
type: SmartFormWidgetType.TOGGLE;
|
|
359
|
+
key: string;
|
|
360
|
+
valueChangeMode?: ValueChangeMode;
|
|
361
|
+
value?: T;
|
|
362
|
+
placeholder?: string;
|
|
363
|
+
label: string;
|
|
364
|
+
originalLabel?: string;
|
|
365
|
+
showLabel?: boolean;
|
|
366
|
+
isVisible?: boolean;
|
|
367
|
+
cssClass?: string;
|
|
368
|
+
cssLabelClass?: string;
|
|
369
|
+
style?: Style;
|
|
370
|
+
labelStyle?: Style;
|
|
371
|
+
isDisabled?: boolean;
|
|
372
|
+
isReadonly?: boolean;
|
|
373
|
+
toggleLabelPosition?: ToggleLabelPosition;
|
|
374
|
+
validators?: SmartValidator[];
|
|
375
|
+
error?: string;
|
|
376
|
+
errorIcon?: string;
|
|
377
|
+
errorIconColor?: string;
|
|
378
|
+
hint?: SmartWidgetHint;
|
|
379
|
+
}
|
|
380
|
+
export interface SmartIndicatorItem {
|
|
381
|
+
type: SmartFormWidgetType.INDICATOR;
|
|
382
|
+
key: string;
|
|
383
|
+
valueChangeMode?: ValueChangeMode;
|
|
384
|
+
label: string;
|
|
385
|
+
originalLabel?: string;
|
|
386
|
+
showLabel?: boolean;
|
|
387
|
+
indicator: SmartIndicator;
|
|
388
|
+
isVisible?: boolean;
|
|
389
|
+
cssClass?: string;
|
|
390
|
+
cssLabelClass?: string;
|
|
391
|
+
style?: Style;
|
|
392
|
+
labelStyle?: Style;
|
|
393
|
+
}
|
|
394
|
+
export declare type SmartItems<T> = SmartItem<T> | SmartItemGroup<T>;
|
|
395
|
+
export interface SmartItem<T> {
|
|
396
|
+
type: SmartFormWidgetType.ITEM;
|
|
397
|
+
key: string;
|
|
398
|
+
valueChangeMode?: ValueChangeMode;
|
|
399
|
+
label: string;
|
|
400
|
+
cssLabelClass?: string;
|
|
401
|
+
style?: Style;
|
|
402
|
+
labelStyle?: Style;
|
|
403
|
+
originalLabel?: string;
|
|
404
|
+
value?: T;
|
|
405
|
+
isDisabled?: boolean;
|
|
406
|
+
icon?: string;
|
|
407
|
+
iconColor?: string;
|
|
408
|
+
imageUrl?: string;
|
|
409
|
+
}
|
|
410
|
+
export interface SmartItemGroup<T> {
|
|
411
|
+
type: SmartFormWidgetType.ITEM_GROUP;
|
|
412
|
+
key: string;
|
|
413
|
+
valueChangeMode?: ValueChangeMode;
|
|
414
|
+
label: string;
|
|
415
|
+
cssLabelClass?: string;
|
|
416
|
+
style?: Style;
|
|
417
|
+
labelStyle?: Style;
|
|
418
|
+
originalLabel?: string;
|
|
419
|
+
isDisabled?: boolean;
|
|
420
|
+
valueList: SmartItem<T>[];
|
|
421
|
+
}
|
|
422
|
+
export interface SmartFileUploader {
|
|
423
|
+
type: SmartFormWidgetType.FILE_UPLOADER;
|
|
424
|
+
key: string;
|
|
425
|
+
valueChangeMode?: ValueChangeMode;
|
|
426
|
+
label: string;
|
|
427
|
+
originalLabel?: string;
|
|
428
|
+
showLabel?: boolean;
|
|
429
|
+
isVisible?: boolean;
|
|
430
|
+
cssClass?: string;
|
|
431
|
+
cssLabelClass?: string;
|
|
432
|
+
style?: Style;
|
|
433
|
+
labelStyle?: Style;
|
|
434
|
+
uploadCallback: (key: string, files: any[]) => void;
|
|
435
|
+
fileFormats?: string[];
|
|
436
|
+
maxSizeMb?: number;
|
|
437
|
+
i18n?: any;
|
|
438
|
+
}
|
|
439
|
+
export interface SmartImage {
|
|
440
|
+
type: SmartFormWidgetType.IMAGE;
|
|
441
|
+
key: string;
|
|
442
|
+
valueChangeMode?: ValueChangeMode;
|
|
443
|
+
label: string;
|
|
444
|
+
originalLabel?: string;
|
|
445
|
+
showLabel?: boolean;
|
|
446
|
+
isVisible?: boolean;
|
|
447
|
+
cssClass?: string;
|
|
448
|
+
cssLabelClass?: string;
|
|
449
|
+
style?: Style;
|
|
450
|
+
labelStyle?: Style;
|
|
451
|
+
value?: string;
|
|
452
|
+
imageCss?: string;
|
|
453
|
+
}
|
|
454
|
+
export interface SmartDivider {
|
|
455
|
+
type: SmartFormWidgetType.DIVIDER;
|
|
456
|
+
key: string;
|
|
457
|
+
valueChangeMode?: ValueChangeMode;
|
|
458
|
+
label: string;
|
|
459
|
+
originalLabel?: string;
|
|
460
|
+
showLabel?: boolean;
|
|
461
|
+
isVisible?: boolean;
|
|
462
|
+
cssClass?: string;
|
|
463
|
+
cssLabelClass?: string;
|
|
464
|
+
style?: Style;
|
|
465
|
+
labelStyle?: Style;
|
|
466
|
+
value?: string;
|
|
467
|
+
}
|
|
468
|
+
export interface SmartButton {
|
|
469
|
+
type: SmartFormWidgetType.BUTTON;
|
|
470
|
+
key: string;
|
|
471
|
+
valueChangeMode?: ValueChangeMode;
|
|
472
|
+
label: string;
|
|
473
|
+
originalLabel?: string;
|
|
474
|
+
showLabel?: boolean;
|
|
475
|
+
isVisible?: boolean;
|
|
476
|
+
cssClass?: string;
|
|
477
|
+
cssLabelClass?: string;
|
|
478
|
+
style?: Style;
|
|
479
|
+
labelStyle?: Style;
|
|
480
|
+
value?: string;
|
|
481
|
+
uiAction?: any;
|
|
482
|
+
uiActionDescriptor: any;
|
|
483
|
+
callback: ((uiAction: any) => void) | ((key: string) => void);
|
|
484
|
+
}
|
|
485
|
+
export interface SmartFormInlineComponent {
|
|
486
|
+
type: SmartFormWidgetType.COMPONENT;
|
|
487
|
+
key: string;
|
|
488
|
+
valueChangeMode?: ValueChangeMode;
|
|
489
|
+
label: string;
|
|
490
|
+
originalLabel?: string;
|
|
491
|
+
showLabel?: boolean;
|
|
492
|
+
isVisible?: boolean;
|
|
493
|
+
cssClass?: string;
|
|
494
|
+
cssLabelClass?: string;
|
|
495
|
+
style?: Style;
|
|
496
|
+
labelStyle?: Style;
|
|
497
|
+
component: any;
|
|
498
|
+
input: Map<string, any>;
|
|
499
|
+
}
|
|
500
|
+
export interface SmartRichText {
|
|
501
|
+
type: SmartFormWidgetType.RICH_TEXT;
|
|
502
|
+
key: string;
|
|
503
|
+
valueChangeMode?: ValueChangeMode;
|
|
504
|
+
label: string;
|
|
505
|
+
value?: string;
|
|
506
|
+
originalLabel?: string;
|
|
507
|
+
placeholder?: string;
|
|
508
|
+
originalPlaceholder?: string;
|
|
509
|
+
quillModules: QuillModules;
|
|
510
|
+
showLabel?: boolean;
|
|
511
|
+
isVisible?: boolean;
|
|
512
|
+
cssClass?: string;
|
|
513
|
+
cssLabelClass?: string;
|
|
514
|
+
style?: Style;
|
|
515
|
+
labelStyle?: Style;
|
|
516
|
+
isDisabled?: boolean;
|
|
517
|
+
isReadonly?: boolean;
|
|
518
|
+
validators?: SmartValidator[];
|
|
519
|
+
error?: string;
|
|
520
|
+
errorIcon?: string;
|
|
521
|
+
errorIconColor?: string;
|
|
522
|
+
hint?: SmartWidgetHint;
|
|
523
|
+
maxLength?: number;
|
|
524
|
+
showCharacterLimitSuffix?: boolean;
|
|
525
|
+
}
|
|
526
|
+
export interface SmartSortable<T> {
|
|
527
|
+
type: SmartFormWidgetType.SORTABLE;
|
|
528
|
+
key: string;
|
|
529
|
+
valueChangeMode?: ValueChangeMode;
|
|
530
|
+
label: string;
|
|
531
|
+
value?: string;
|
|
532
|
+
originalLabel?: string;
|
|
533
|
+
showLabel?: boolean;
|
|
534
|
+
isVisible?: boolean;
|
|
535
|
+
cssClass?: string;
|
|
536
|
+
cssLabelClass?: string;
|
|
537
|
+
style?: Style;
|
|
538
|
+
labelStyle?: Style;
|
|
539
|
+
isDisabled?: boolean;
|
|
540
|
+
isReadonly?: boolean;
|
|
541
|
+
error?: string;
|
|
542
|
+
errorIcon?: string;
|
|
543
|
+
errorIconColor?: string;
|
|
544
|
+
validators?: SmartValidator[];
|
|
545
|
+
valueList?: SmartItem<T>[];
|
|
546
|
+
isMultiple?: boolean;
|
|
547
|
+
hint?: SmartWidgetHint;
|
|
548
|
+
}
|
|
549
|
+
export interface SmartMatrix {
|
|
550
|
+
type: SmartFormWidgetType.MATRIX;
|
|
551
|
+
key: string;
|
|
552
|
+
valueChangeMode?: ValueChangeMode;
|
|
553
|
+
label: string;
|
|
554
|
+
value?: any;
|
|
555
|
+
originalLabel?: string;
|
|
556
|
+
showLabel?: boolean;
|
|
557
|
+
isVisible?: boolean;
|
|
558
|
+
cssClass?: string;
|
|
559
|
+
cssLabelClass?: string;
|
|
560
|
+
style?: Style;
|
|
561
|
+
labelStyle?: Style;
|
|
562
|
+
isDisabled?: boolean;
|
|
563
|
+
isReadonly?: boolean;
|
|
564
|
+
error?: string;
|
|
565
|
+
errorIcon?: string;
|
|
566
|
+
errorIconColor?: string;
|
|
567
|
+
validators?: SmartValidator[];
|
|
568
|
+
isMultiple?: boolean;
|
|
569
|
+
hint?: SmartWidgetHint;
|
|
570
|
+
button?: SmartMatrixButton;
|
|
571
|
+
}
|
|
572
|
+
export interface SmartMatrixButton {
|
|
573
|
+
iconCode?: string;
|
|
574
|
+
callback: (widget: SmartFormWidget<any>, row: any) => any;
|
|
575
|
+
color?: string;
|
|
576
|
+
}
|
|
577
|
+
export interface SmartYoutubePlayer {
|
|
578
|
+
key?: string;
|
|
579
|
+
valueChangeMode?: ValueChangeMode;
|
|
580
|
+
type: SmartFormWidgetType.YOUTUBE_PLAYER;
|
|
581
|
+
link?: string;
|
|
582
|
+
videoId?: string;
|
|
583
|
+
height?: number;
|
|
584
|
+
width?: number;
|
|
585
|
+
startSeconds?: number | 0;
|
|
586
|
+
endSeconds?: number;
|
|
587
|
+
cssClass?: string;
|
|
588
|
+
cssLabelClass?: string;
|
|
589
|
+
style?: Style;
|
|
590
|
+
labelStyle?: Style;
|
|
591
|
+
isVisible?: boolean;
|
|
592
|
+
label?: string;
|
|
593
|
+
validators?: SmartValidator[];
|
|
594
|
+
hint?: SmartWidgetHint;
|
|
595
|
+
showLabel?: boolean;
|
|
596
|
+
}
|
|
597
|
+
export interface SmartMonthPicker {
|
|
598
|
+
key: string;
|
|
599
|
+
valueChangeMode?: ValueChangeMode;
|
|
600
|
+
type: SmartFormWidgetType.MONTH_PICKER;
|
|
601
|
+
value?: string;
|
|
602
|
+
validators?: SmartValidator[];
|
|
603
|
+
label: string;
|
|
604
|
+
showLabel?: boolean;
|
|
605
|
+
error?: string;
|
|
606
|
+
errorIcon?: string;
|
|
607
|
+
errorIconColor?: string;
|
|
608
|
+
cssClass?: string;
|
|
609
|
+
cssLabelClass?: string;
|
|
610
|
+
style?: Style;
|
|
611
|
+
labelStyle?: Style;
|
|
612
|
+
isVisible?: boolean;
|
|
613
|
+
isDisabled?: boolean;
|
|
614
|
+
originalLabel?: string;
|
|
615
|
+
hint?: SmartWidgetHint;
|
|
616
|
+
}
|
|
617
|
+
export interface SmartSvg {
|
|
618
|
+
type: SmartFormWidgetType.SVG;
|
|
619
|
+
key: string;
|
|
620
|
+
valueChangeMode?: ValueChangeMode;
|
|
621
|
+
label: string;
|
|
622
|
+
originalLabel?: string;
|
|
623
|
+
showLabel?: boolean;
|
|
624
|
+
isVisible?: boolean;
|
|
625
|
+
cssClass?: string;
|
|
626
|
+
cssLabelClass?: string;
|
|
627
|
+
style?: Style;
|
|
628
|
+
labelStyle?: Style;
|
|
629
|
+
value?: string;
|
|
630
|
+
minWidth?: SmartFormWidgetWidth | number;
|
|
631
|
+
}
|