@smartbit4all/ng-client 4.3.5 → 4.3.7
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/README.md +386 -386
- package/esm2022/lib/component-factory-service/component-factory-service.module.mjs +1 -1
- package/esm2022/lib/component-factory-service/component-factory-service.service.mjs +1 -1
- package/esm2022/lib/component-factory-service/projects.mjs +1 -1
- package/esm2022/lib/session/api/api/api.mjs +1 -1
- package/esm2022/lib/session/api/index.mjs +1 -1
- package/esm2022/lib/session/api/model/models.mjs +1 -1
- package/esm2022/lib/session/api/model/session.mjs +1 -1
- package/esm2022/lib/session/api/model/sessionInfoData.mjs +1 -1
- package/esm2022/lib/session/cookie-service/smart-cookie.service.mjs +1 -1
- package/esm2022/lib/session/projects.mjs +1 -1
- package/esm2022/lib/session/smart-error-catching.interceptor.mjs +1 -1
- package/esm2022/lib/session/smart-header-maintainer.interceptor.mjs +1 -1
- package/esm2022/lib/session/smart-session-handler.service.mjs +1 -1
- package/esm2022/lib/session/smart-session.module.mjs +1 -1
- package/esm2022/lib/session/smart-session.service.mjs +1 -1
- package/esm2022/lib/session/smart-timer/smart-session-timer.component.mjs +3 -3
- package/esm2022/lib/session/smart-timer/smart-session-timer.service.mjs +1 -1
- package/esm2022/lib/shared/projects.mjs +1 -1
- package/esm2022/lib/shared/shared.module.mjs +1 -1
- package/esm2022/lib/shared/smart-tooltip.directive.mjs +1 -1
- package/esm2022/lib/shared/smarttable.date-pipe.mjs +1 -1
- package/esm2022/lib/smart-client/projects.mjs +1 -1
- package/esm2022/lib/smart-client/smart-authentication.service.mjs +1 -1
- package/esm2022/lib/smart-client/smart-component-api-client.mjs +17 -4
- package/esm2022/lib/smart-client/smart-file-uploader/smart-file-uploader.component.mjs +3 -3
- package/esm2022/lib/smart-client/smart.component.mjs +1 -1
- package/esm2022/lib/smart-client/smart.service.mjs +1 -1
- package/esm2022/lib/smart-component-layout/api/api/api.mjs +1 -1
- package/esm2022/lib/smart-component-layout/api/api/default.service.mjs +1 -1
- package/esm2022/lib/smart-component-layout/api/api.module.mjs +1 -1
- package/esm2022/lib/smart-component-layout/api/configuration.mjs +1 -1
- package/esm2022/lib/smart-component-layout/api/encoder.mjs +1 -1
- package/esm2022/lib/smart-component-layout/api/index.mjs +1 -1
- package/esm2022/lib/smart-component-layout/api/model/componentType.mjs +1 -1
- package/esm2022/lib/smart-component-layout/api/model/componentWidgetType.mjs +2 -1
- package/esm2022/lib/smart-component-layout/api/model/layoutDefinitionDescriptor.mjs +1 -1
- package/esm2022/lib/smart-component-layout/api/model/layoutDirection.mjs +1 -1
- package/esm2022/lib/smart-component-layout/api/model/models.mjs +1 -1
- package/esm2022/lib/smart-component-layout/api/model/smartComponentLayoutDefinition.mjs +1 -1
- package/esm2022/lib/smart-component-layout/api/model/smartComponentWidgetDefinition.mjs +1 -1
- package/esm2022/lib/smart-component-layout/api/model/toolbarProperties.mjs +1 -1
- package/esm2022/lib/smart-component-layout/api/param.mjs +1 -1
- package/esm2022/lib/smart-component-layout/api/variables.mjs +1 -1
- package/esm2022/lib/smart-component-layout/projects.mjs +1 -1
- package/esm2022/lib/smart-component-layout/smart-component-layout-utility.mjs +19 -2
- package/esm2022/lib/smart-component-layout/smart-component-layout.component.mjs +58 -15
- package/esm2022/lib/smart-component-layout/smart-component-layout.module.mjs +1 -1
- package/esm2022/lib/smart-diagram/api/api/api.mjs +1 -1
- package/esm2022/lib/smart-diagram/api/api/diagramService.service.mjs +1 -1
- package/esm2022/lib/smart-diagram/api/api.module.mjs +1 -1
- package/esm2022/lib/smart-diagram/api/configuration.mjs +1 -1
- package/esm2022/lib/smart-diagram/api/encoder.mjs +1 -1
- package/esm2022/lib/smart-diagram/api/index.mjs +1 -1
- package/esm2022/lib/smart-diagram/api/model/diagramColor.mjs +1 -1
- package/esm2022/lib/smart-diagram/api/model/diagramDataContainer.mjs +1 -1
- package/esm2022/lib/smart-diagram/api/model/diagramDataItem.mjs +1 -1
- package/esm2022/lib/smart-diagram/api/model/diagramDataSet.mjs +1 -1
- package/esm2022/lib/smart-diagram/api/model/diagramDescriptor.mjs +1 -1
- package/esm2022/lib/smart-diagram/api/model/diagramModel.mjs +1 -1
- package/esm2022/lib/smart-diagram/api/model/diagramShape.mjs +1 -1
- package/esm2022/lib/smart-diagram/api/model/drawTime.mjs +1 -1
- package/esm2022/lib/smart-diagram/api/model/labelText.mjs +1 -1
- package/esm2022/lib/smart-diagram/api/model/models.mjs +1 -1
- package/esm2022/lib/smart-diagram/api/param.mjs +1 -1
- package/esm2022/lib/smart-diagram/api/variables.mjs +1 -1
- package/esm2022/lib/smart-diagram/component/default-smart-diagram-options.provider.mjs +1 -1
- package/esm2022/lib/smart-diagram/component/smart-diagram.component.mjs +22 -22
- package/esm2022/lib/smart-diagram/component/smart-diagram.module.mjs +1 -1
- package/esm2022/lib/smart-diagram/component/smart-diagram.util.mjs +1 -1
- package/esm2022/lib/smart-diagram/projects.mjs +1 -1
- package/esm2022/lib/smart-dialog/projects.mjs +1 -1
- package/esm2022/lib/smart-dialog/smartdialog.component.mjs +3 -3
- package/esm2022/lib/smart-dialog/smartdialog.model.mjs +1 -1
- package/esm2022/lib/smart-dialog/smartdialog.module.mjs +1 -1
- package/esm2022/lib/smart-dialog/smartdialog.service.mjs +1 -1
- package/esm2022/lib/smart-expandable-section/expandable-section.component.mjs +3 -3
- package/esm2022/lib/smart-expandable-section/expandable-section.model.mjs +1 -1
- package/esm2022/lib/smart-expandable-section/projects.mjs +1 -1
- package/esm2022/lib/smart-expandable-section/smart-expandable-section.module.mjs +1 -1
- package/esm2022/lib/smart-expandable-section/smart-expandable-section.service.mjs +1 -1
- package/esm2022/lib/smart-filter/api/filter/model/filterExpressionBoolOperator.mjs +1 -1
- package/esm2022/lib/smart-filter/api/filter/model/filterExpressionBuilderField.mjs +1 -1
- package/esm2022/lib/smart-filter/api/filter/model/filterExpressionBuilderGroup.mjs +1 -1
- package/esm2022/lib/smart-filter/api/filter/model/filterExpressionBuilderModel.mjs +1 -1
- package/esm2022/lib/smart-filter/api/filter/model/filterExpressionData.mjs +1 -1
- package/esm2022/lib/smart-filter/api/filter/model/filterExpressionDataType.mjs +1 -1
- package/esm2022/lib/smart-filter/api/filter/model/filterExpressionField.mjs +1 -1
- package/esm2022/lib/smart-filter/api/filter/model/filterExpressionFieldList.mjs +1 -1
- package/esm2022/lib/smart-filter/api/filter/model/filterExpressionFieldWidgetType.mjs +1 -1
- package/esm2022/lib/smart-filter/api/filter/model/filterExpressionList.mjs +1 -1
- package/esm2022/lib/smart-filter/api/filter/model/filterExpressionOperandData.mjs +1 -1
- package/esm2022/lib/smart-filter/api/filter/model/filterExpressionOperation.mjs +1 -1
- package/esm2022/lib/smart-filter/api/filter/model/filterExpressionOrderBy.mjs +1 -1
- package/esm2022/lib/smart-filter/api/filter/model/model.mjs +1 -1
- package/esm2022/lib/smart-filter/api/filter/model/searchIndexObjectDefinitionData.mjs +1 -1
- package/esm2022/lib/smart-filter/api/filter/model/searchIndexPropertyDefinitionData.mjs +1 -1
- package/esm2022/lib/smart-filter/api/value/model/value.mjs +1 -1
- package/esm2022/lib/smart-filter/projects.mjs +1 -1
- package/esm2022/lib/smart-filter/smart-filter/components/smart-filter-expression-field/smart-filter-expression-field.component.mjs +1 -1
- package/esm2022/lib/smart-filter/smart-filter/components/smart-filter-simple/components/smart-filter-simple-field/smart-filter-simple-field.component.mjs +3 -3
- package/esm2022/lib/smart-filter/smart-filter/components/smart-filter-simple/smart-filter-simple.component.mjs +3 -3
- package/esm2022/lib/smart-filter/smart-filter/smart-filter.component.mjs +3 -3
- package/esm2022/lib/smart-filter/smart-filter/smart-filter.service.mjs +1 -1
- package/esm2022/lib/smart-filter/smart-filter.model.mjs +1 -1
- package/esm2022/lib/smart-filter/smart-filter.module.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/api/filter.service.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/configuration.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/encoder.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionBoolOperator.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionBuilderApiConfig.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionBuilderField.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionBuilderGroup.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionBuilderModel.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionBuilderUiModel.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionData.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionDataType.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionField.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionFieldEditor.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionFieldList.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionFieldWidgetType.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionList.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionOperandData.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionOperation.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionOrderBy.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/model/smartFilterType.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/param.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/variables.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/filterExpressionBuilderApiActions.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/project.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/smart-filter-editor-content/components/smart-filter-expression-item/smart-filter-expression-item.component.mjs +3 -3
- package/esm2022/lib/smart-filter-editor/smart-filter-editor-content/components/smart-filter-expression-items/smart-filter-expression-items.component.mjs +3 -3
- package/esm2022/lib/smart-filter-editor/smart-filter-editor-content/smart-filter-editor-content.component.mjs +3 -3
- package/esm2022/lib/smart-filter-editor/smart-filter-editor.model.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/smart-filter-editor.module.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/smart-filter-editor.service.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/smart-filter-params/components/smart-filter-param/smart-filter-param.component.mjs +3 -3
- package/esm2022/lib/smart-filter-editor/smart-filter-params/smart-filter-params.component.mjs +3 -3
- package/esm2022/lib/smart-form/api/model/dateFieldProperties.mjs +1 -1
- package/esm2022/lib/smart-form/api/model/models.mjs +1 -1
- package/esm2022/lib/smart-form/api/model/multiFileUploaderProperties.mjs +1 -1
- package/esm2022/lib/smart-form/api/model/selectionDefinition.mjs +1 -1
- package/esm2022/lib/smart-form/api/model/smartFormWidgetType.mjs +2 -1
- package/esm2022/lib/smart-form/api/model/smartWidgetDefinition.mjs +1 -1
- package/esm2022/lib/smart-form/api/model/textBoxProperties.mjs +1 -1
- package/esm2022/lib/smart-form/api/model/valueChangeMode.mjs +1 -1
- package/esm2022/lib/smart-form/highlightMacthingString-pipe.mjs +1 -1
- package/esm2022/lib/smart-form/projects.mjs +1 -1
- package/esm2022/lib/smart-form/services/smartform.layout-definition.service.mjs +19 -1
- package/esm2022/lib/smart-form/services/smartform.service.mjs +6 -1
- package/esm2022/lib/smart-form/smartfileuploader/large-file-snack-bar/large-file-snack-bar.component.mjs +3 -3
- package/esm2022/lib/smart-form/smartfileuploader/smartfileuploader.component.mjs +3 -3
- package/esm2022/lib/smart-form/smartfileuploader/smartfileuploader.model.mjs +1 -1
- package/esm2022/lib/smart-form/smartform.component.mjs +5 -3
- package/esm2022/lib/smart-form/smartform.form-model.mjs +1 -1
- package/esm2022/lib/smart-form/smartform.model.mjs +1 -1
- package/esm2022/lib/smart-form/widgets/components/smart-file-editor/smart-file-editor.component.mjs +3 -3
- package/esm2022/lib/smart-form/widgets/components/smart-month-picker/smart-month-picker.component.mjs +3 -3
- package/esm2022/lib/smart-form/widgets/components/smart-multi-file-editor/smart-multi-file-editor.component.mjs +8 -6
- package/esm2022/lib/smart-form/widgets/directives/comparable-dropdown.directive.mjs +1 -1
- package/esm2022/lib/smart-form/widgets/directives/comparable-multiselect.directive.mjs +1 -1
- package/esm2022/lib/smart-form/widgets/smartformwidget/smartformwidget.component.mjs +19 -5
- package/esm2022/lib/smart-form/widgets/smartformwidget/sortable-widget/sortable-widget.component.mjs +3 -3
- package/esm2022/lib/smart-form/widgets/smartformwidget/trackCaps.directive.mjs +1 -1
- package/esm2022/lib/smart-grid/api/grid-api/api/api.mjs +1 -1
- package/esm2022/lib/smart-grid/api/grid-api/api/grid.service.mjs +1 -1
- package/esm2022/lib/smart-grid/api/grid-api/api.module.mjs +1 -1
- package/esm2022/lib/smart-grid/api/grid-api/configuration.mjs +1 -1
- package/esm2022/lib/smart-grid/api/grid-api/encoder.mjs +1 -1
- package/esm2022/lib/smart-grid/api/grid-api/index.mjs +1 -1
- package/esm2022/lib/smart-grid/api/grid-api/model/gridColumnContentType.mjs +1 -1
- package/esm2022/lib/smart-grid/api/grid-api/model/gridColumnMeta.mjs +1 -1
- package/esm2022/lib/smart-grid/api/grid-api/model/gridDataAccessConfig.mjs +1 -1
- package/esm2022/lib/smart-grid/api/grid-api/model/gridExportDescriptor.mjs +1 -1
- package/esm2022/lib/smart-grid/api/grid-api/model/gridModel.mjs +1 -1
- package/esm2022/lib/smart-grid/api/grid-api/model/gridPage.mjs +1 -1
- package/esm2022/lib/smart-grid/api/grid-api/model/gridRow.mjs +1 -1
- package/esm2022/lib/smart-grid/api/grid-api/model/gridSelectionChange.mjs +1 -1
- package/esm2022/lib/smart-grid/api/grid-api/model/gridSelectionMode.mjs +1 -1
- package/esm2022/lib/smart-grid/api/grid-api/model/gridSelectionType.mjs +1 -1
- package/esm2022/lib/smart-grid/api/grid-api/model/gridServerModel.mjs +1 -1
- package/esm2022/lib/smart-grid/api/grid-api/model/gridUpdateData.mjs +1 -1
- package/esm2022/lib/smart-grid/api/grid-api/model/gridView.mjs +1 -1
- package/esm2022/lib/smart-grid/api/grid-api/model/gridViewDescriptor.mjs +1 -1
- package/esm2022/lib/smart-grid/api/grid-api/model/models.mjs +1 -1
- package/esm2022/lib/smart-grid/api/grid-api/param.mjs +1 -1
- package/esm2022/lib/smart-grid/api/grid-api/variables.mjs +1 -1
- package/esm2022/lib/smart-grid/components/expandable-grid/expandable-grid.component.mjs +3 -3
- package/esm2022/lib/smart-grid/components/generic-component/expanded-row-renderer.component.mjs +3 -3
- package/esm2022/lib/smart-grid/components/smart-grid-card/smart-grid-card.component.mjs +3 -3
- package/esm2022/lib/smart-grid/components/table-layout-definer/table-layout-definer.component.mjs +3 -3
- package/esm2022/lib/smart-grid/models/model.mjs +1 -1
- package/esm2022/lib/smart-grid/projects.mjs +1 -1
- package/esm2022/lib/smart-grid/smart-grid-toolbar-util.mjs +1 -1
- package/esm2022/lib/smart-grid/smart-grid.component.mjs +3 -3
- package/esm2022/lib/smart-grid/smart-grid.module.mjs +1 -1
- package/esm2022/lib/smart-grid/smart-grid.service.mjs +1 -1
- package/esm2022/lib/smart-icon/projects.mjs +1 -1
- package/esm2022/lib/smart-icon/smart-icon/smart-icon.component.mjs +3 -3
- package/esm2022/lib/smart-icon/smart-icon/ui-badge/ui-badge.component.mjs +3 -3
- package/esm2022/lib/smart-icon/smart-icon/ui-badge/ui-badge.directive.mjs +1 -1
- package/esm2022/lib/smart-icon/smart-icon.module.mjs +1 -1
- package/esm2022/lib/smart-icon/smart-icon.service.mjs +1 -1
- package/esm2022/lib/smart-map/abstract-map.mjs +1 -1
- package/esm2022/lib/smart-map/api/api/api.mjs +1 -1
- package/esm2022/lib/smart-map/api/api/geoMap.service.mjs +1 -1
- package/esm2022/lib/smart-map/api/api.module.mjs +1 -1
- package/esm2022/lib/smart-map/api/configuration.mjs +1 -1
- package/esm2022/lib/smart-map/api/encoder.mjs +1 -1
- package/esm2022/lib/smart-map/api/index.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/gPSPosition.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/gPSRoute.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapChange.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapDataLoadingMode.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapDataSourceDescriptor.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapDataSourceType.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapEditingSession.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapInteraction.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapItem.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapItemKind.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapLayer.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapLayerChange.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapLayerDescriptor.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapModel.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapOperationMode.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapSelectionMode.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapServerModel.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapTextType.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapViewState.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapViewport.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/models.mjs +1 -1
- package/esm2022/lib/smart-map/api/param.mjs +1 -1
- package/esm2022/lib/smart-map/api/variables.mjs +1 -1
- package/esm2022/lib/smart-map/api-default/api-default.mjs +1 -1
- package/esm2022/lib/smart-map/impl/google-map.mjs +1 -1
- package/esm2022/lib/smart-map/impl/leaflet-map.mjs +1 -1
- package/esm2022/lib/smart-map/projects.mjs +1 -1
- package/esm2022/lib/smart-map/smart-map.component.mjs +3 -3
- package/esm2022/lib/smart-map/smart-map.module.mjs +1 -1
- package/esm2022/lib/smart-map/smart-map.types.mjs +1 -1
- package/esm2022/lib/smart-navbar/projects.mjs +1 -1
- package/esm2022/lib/smart-navbar/smart-navbar.component.mjs +3 -3
- package/esm2022/lib/smart-navbar/smart-navbar.model.mjs +1 -1
- package/esm2022/lib/smart-navbar/smart-navbar.module.mjs +1 -1
- package/esm2022/lib/smart-navbar/smart-navbar.service.mjs +1 -1
- package/esm2022/lib/smart-navigation/projects.mjs +1 -1
- package/esm2022/lib/smart-navigation/smart-navigation.interface.mjs +1 -1
- package/esm2022/lib/smart-navigation/smart-navigation.module.mjs +1 -1
- package/esm2022/lib/smart-navigation/smart-navigation.service.mjs +1 -1
- package/esm2022/lib/smart-ng-client.module.mjs +1 -1
- package/esm2022/lib/smart-ng-client.service.mjs +1 -1
- package/esm2022/lib/smart-subject/projects.mjs +1 -1
- package/esm2022/lib/smart-subject/smart-subject.mjs +1 -1
- package/esm2022/lib/smart-tab-group/projects.mjs +1 -1
- package/esm2022/lib/smart-tab-group/smart-tab-group.component.mjs +3 -3
- package/esm2022/lib/smart-tab-group/smart-tab-group.module.mjs +1 -1
- package/esm2022/lib/smart-tab-group/smart-tab-group.service.mjs +1 -1
- package/esm2022/lib/smart-tab-group/tab-content/tab-content.component.mjs +3 -3
- package/esm2022/lib/smart-tab-group/tab-group-simplified/tab-group.component.mjs +3 -3
- package/esm2022/lib/smart-tab-group/tabTile.model.mjs +1 -1
- package/esm2022/lib/smart-table/components/default-actions-popup/default-actions-popup.component.mjs +3 -3
- package/esm2022/lib/smart-table/components/loading/loading.component.mjs +3 -3
- package/esm2022/lib/smart-table/directives/mat-context-menu-trigger-for.directive.mjs +1 -1
- package/esm2022/lib/smart-table/projects.mjs +1 -1
- package/esm2022/lib/smart-table/smarttable.component.mjs +3 -3
- package/esm2022/lib/smart-table/smarttable.model.mjs +1 -1
- package/esm2022/lib/smart-table/smarttable.module.mjs +1 -1
- package/esm2022/lib/smart-table/smarttable.service.mjs +1 -1
- package/esm2022/lib/smart-table/tables/material-table/material-table.component.mjs +3 -3
- package/esm2022/lib/smart-table/tables/mobile-table/mobile-table.component.mjs +3 -3
- package/esm2022/lib/smart-table/tables/table.mjs +1 -1
- package/esm2022/lib/smart-tree/projects.mjs +1 -1
- package/esm2022/lib/smart-tree/smarttree-generic.service.mjs +1 -1
- package/esm2022/lib/smart-tree/smarttree.component.mjs +3 -3
- package/esm2022/lib/smart-tree/smarttree.model.mjs +1 -1
- package/esm2022/lib/smart-tree/smarttree.module.mjs +1 -1
- package/esm2022/lib/smart-tree/smarttree.node.model.mjs +1 -1
- package/esm2022/lib/smart-tree/smarttree.service.interface.mjs +1 -1
- package/esm2022/lib/smart-tree/smarttree.service.mjs +1 -1
- package/esm2022/lib/smart-tree/tree-api/api/tree.service.mjs +1 -1
- package/esm2022/lib/smart-tree/tree-api/configuration.mjs +1 -1
- package/esm2022/lib/smart-tree/tree-api/encoder.mjs +1 -1
- package/esm2022/lib/smart-tree/tree-api/param.mjs +1 -1
- package/esm2022/lib/smart-tree/tree-api/variables.mjs +1 -1
- package/esm2022/lib/smart-validation/named-validator.service.mjs +1 -1
- package/esm2022/lib/smart-validation/projects.mjs +1 -1
- package/esm2022/lib/smart-validation/smart-validation.module.mjs +1 -1
- package/esm2022/lib/smart-validation/smart-validation.types.mjs +1 -1
- package/esm2022/lib/view-context/api/api/view.service.mjs +1 -1
- package/esm2022/lib/view-context/api/api-default/binaryData.mjs +1 -1
- package/esm2022/lib/view-context/api/api-default/invocationError.mjs +1 -1
- package/esm2022/lib/view-context/api/api-default/invocationRequest.mjs +1 -1
- package/esm2022/lib/view-context/api/model/models.mjs +1 -1
- package/esm2022/lib/view-context/api/model/smartLinkData.mjs +1 -1
- package/esm2022/lib/view-context/api/model/uiAction.mjs +1 -1
- package/esm2022/lib/view-context/api/model/uiActionDefinition.mjs +1 -1
- package/esm2022/lib/view-context/api/model/uiActionSchedule.mjs +1 -1
- package/esm2022/lib/view-context/api/model/view.mjs +1 -1
- package/esm2022/lib/view-context/api/model/viewData.mjs +1 -1
- package/esm2022/lib/view-context/invalid-fields-snack-bar/invalid-fields-snack-bar.component.mjs +3 -3
- package/esm2022/lib/view-context/message-dialog/message-dialog.component.mjs +3 -3
- package/esm2022/lib/view-context/projects.mjs +2 -1
- package/esm2022/lib/view-context/property-definition-data.mjs +1 -1
- package/esm2022/lib/view-context/smart-embedded-slot.directive.mjs +55 -0
- package/esm2022/lib/view-context/smart-ui-action/components/menu/menu.component.mjs +3 -3
- package/esm2022/lib/view-context/smart-ui-action/components/menu/menu.constants.mjs +1 -1
- package/esm2022/lib/view-context/smart-ui-action/components/menu/menu.service.mjs +1 -1
- package/esm2022/lib/view-context/smart-ui-action/components/success-snack-bar/success-snack-bar.component.mjs +3 -3
- package/esm2022/lib/view-context/smart-ui-action/components/upload-widget/photo-capture-widget/photo-capture-widget.component.mjs +3 -3
- package/esm2022/lib/view-context/smart-ui-action/components/upload-widget/prime-file-uploader/prime-file-uploader.component.mjs +3 -3
- package/esm2022/lib/view-context/smart-ui-action/components/upload-widget/upload-widget.component.mjs +3 -3
- package/esm2022/lib/view-context/smart-ui-action/components/upload-widget/upload-widget.utils.mjs +1 -1
- package/esm2022/lib/view-context/smart-ui-action/components/upload-widget/voice-record-widget/voice-record-widget.component.mjs +3 -3
- package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-confirm-dialog/ui-action-confirm-dialog.component.mjs +3 -3
- package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-confirm-dialog/ui-action-confirm-dialog.service.mjs +1 -1
- package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-dialog-button/ui-action-dialog-button.component.mjs +3 -3
- package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-file-upload-dialog/ui-action-file-upload-dialog.component.mjs +3 -3
- package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-file-upload-dialog/ui-action-file-upload-dialog.service.mjs +1 -1
- package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-input-dialog/ui-action-input-dialog.component.mjs +3 -3
- package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-input-dialog/ui-action-input-dialog.service.mjs +1 -1
- package/esm2022/lib/view-context/smart-ui-action/file-editor-toolbar/file-editor-toolbar.component.mjs +33 -0
- package/esm2022/lib/view-context/smart-ui-action/ui-action-button/ui-action-button.component.mjs +3 -3
- package/esm2022/lib/view-context/smart-ui-action/ui-action-toolbar.component.mjs +5 -5
- package/esm2022/lib/view-context/smart-ui-action/ui-action.descriptor.service.mjs +1 -1
- package/esm2022/lib/view-context/smart-ui-action/ui-action.model.mjs +1 -1
- package/esm2022/lib/view-context/smart-ui-action/ui-action.service.mjs +1 -1
- package/esm2022/lib/view-context/smart-view-context-dialog.service.mjs +1 -1
- package/esm2022/lib/view-context/smart-view-context-error-dialog/smart-view-context-error-dialog.component.mjs +3 -3
- package/esm2022/lib/view-context/smart-view-context-error-dialog/smart-view-context-error-dialog.service.mjs +1 -1
- package/esm2022/lib/view-context/smart-view-context.interceptor.mjs +1 -1
- package/esm2022/lib/view-context/smart-view-context.model.mjs +1 -1
- package/esm2022/lib/view-context/smart-view-context.module.mjs +11 -3
- package/esm2022/lib/view-context/smart-view-context.service.mjs +95 -9
- package/esm2022/lib/view-context/smart-view-redirect/smart-view-redirect.mjs +1 -1
- package/esm2022/lib/view-context/utility/componentLibrary.mjs +1 -1
- package/esm2022/lib/view-context/utility/smart-object-utility.mjs +1 -1
- package/esm2022/lib/view-context/utility/smart-style-utility.mjs +1 -1
- package/esm2022/lib/view-context/value-api/api/api.mjs +1 -1
- package/esm2022/lib/view-context/value-api/api/value.service.mjs +1 -1
- package/esm2022/lib/view-context/value-api/api.module.mjs +1 -1
- package/esm2022/lib/view-context/value-api/configuration.mjs +1 -1
- package/esm2022/lib/view-context/value-api/encoder.mjs +1 -1
- package/esm2022/lib/view-context/value-api/index.mjs +1 -1
- package/esm2022/lib/view-context/value-api/model/genericValue.mjs +1 -1
- package/esm2022/lib/view-context/value-api/model/models.mjs +1 -1
- package/esm2022/lib/view-context/value-api/model/value.mjs +1 -1
- package/esm2022/lib/view-context/value-api/model/valueSetData.mjs +1 -1
- package/esm2022/lib/view-context/value-api/model/valueSetDefinition.mjs +1 -1
- package/esm2022/lib/view-context/value-api/model/valueSetDefinitionData.mjs +1 -1
- package/esm2022/lib/view-context/value-api/model/valueSetDefinitionIdentifier.mjs +1 -1
- package/esm2022/lib/view-context/value-api/model/valueSetDefinitionKind.mjs +1 -1
- package/esm2022/lib/view-context/value-api/model/valueSetExpression.mjs +1 -1
- package/esm2022/lib/view-context/value-api/model/valueSetOperand.mjs +1 -1
- package/esm2022/lib/view-context/value-api/model/valueSetOperation.mjs +1 -1
- package/esm2022/lib/view-context/value-api/param.mjs +1 -1
- package/esm2022/lib/view-context/value-api/variables.mjs +1 -1
- package/esm2022/projects.mjs +1 -1
- package/fesm2022/smartbit4all-ng-client.mjs +590 -307
- package/fesm2022/smartbit4all-ng-client.mjs.map +1 -1
- package/lib/smart-component-layout/api/model/componentWidgetType.d.ts +2 -1
- package/lib/smart-component-layout/smart-component-layout-utility.d.ts +6 -1
- package/lib/smart-component-layout/smart-component-layout.component.d.ts +11 -2
- package/lib/smart-form/api/model/smartFormWidgetType.d.ts +2 -1
- package/lib/smart-form/services/smartform.layout-definition.service.d.ts +1 -0
- package/lib/smart-form/smartform.form-model.d.ts +18 -1
- package/lib/smart-form/widgets/smartformwidget/smartformwidget.component.d.ts +3 -1
- package/lib/view-context/api/model/view.d.ts +1 -0
- package/lib/view-context/api/model/viewData.d.ts +1 -0
- package/lib/view-context/projects.d.ts +1 -0
- package/lib/view-context/smart-embedded-slot.directive.d.ts +20 -0
- package/lib/view-context/smart-ui-action/file-editor-toolbar/file-editor-toolbar.component.d.ts +13 -0
- package/lib/view-context/smart-view-context.model.d.ts +7 -1
- package/lib/view-context/smart-view-context.module.d.ts +70 -68
- package/lib/view-context/smart-view-context.service.d.ts +9 -2
- package/package.json +1 -1
- package/smartbit4all-ng-client-4.3.7.tgz +0 -0
- package/smartbit4all-ng-client-4.3.5.tgz +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ElementRef, Renderer2 } from '@angular/core';
|
|
1
|
+
import { ElementRef, Renderer2, ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { SmartformComponent } from '../smart-form/projects';
|
|
3
3
|
import { SmartGridComponent } from '../smart-grid/projects';
|
|
4
4
|
import { SmartMapComponent } from '../smart-map/smart-map.component';
|
|
@@ -6,6 +6,10 @@ import { SmarttreeGenericService } from '../smart-tree/projects';
|
|
|
6
6
|
import { Style, UiActionToolbarComponent } from '../view-context/projects';
|
|
7
7
|
import { SmartComponentLayoutComponent } from './smart-component-layout.component';
|
|
8
8
|
import { SmartDiagramComponent } from '../smart-diagram/projects';
|
|
9
|
+
export interface EmbeddedSlotInfo {
|
|
10
|
+
containerId: string;
|
|
11
|
+
vcRef: ViewContainerRef;
|
|
12
|
+
}
|
|
9
13
|
export declare class SmartComponentLayoutUtility {
|
|
10
14
|
static getForms(comp: SmartComponentLayoutComponent): SmartformComponent[];
|
|
11
15
|
static getGrids(comp: SmartComponentLayoutComponent): SmartGridComponent[];
|
|
@@ -13,6 +17,7 @@ export declare class SmartComponentLayoutUtility {
|
|
|
13
17
|
static getDiagrams(comp: SmartComponentLayoutComponent): Array<SmartDiagramComponent>;
|
|
14
18
|
static getTrees(comp: SmartComponentLayoutComponent): SmarttreeGenericService[];
|
|
15
19
|
static getToolbars(comp: SmartComponentLayoutComponent): UiActionToolbarComponent[];
|
|
20
|
+
static getEmbeddedSlots(comp: SmartComponentLayoutComponent): EmbeddedSlotInfo[];
|
|
16
21
|
static getExpandableComponent(comp: SmartComponentLayoutComponent): SmartComponentLayoutComponent;
|
|
17
22
|
static applyStyle(style: Style | undefined, elementRef?: ElementRef, renderer?: Renderer2): void;
|
|
18
23
|
static setUuid(comp: SmartComponentLayoutComponent, uuid?: string): void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, OnChanges, OnDestroy, QueryList, Renderer2, SimpleChanges } from '@angular/core';
|
|
1
|
+
import { AfterViewInit, ElementRef, OnChanges, OnDestroy, QueryList, Renderer2, SimpleChanges, ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComponentType, SmartComponentLayoutDefinition, ToolbarProperties } from './api';
|
|
3
3
|
import { SmartForm, SmartFormWidgetDirection, SmartformComponent, SmartformLayoutDefinitionService } from '../smart-form/projects';
|
|
4
4
|
import { SmartGrid, SmartGridComponent } from '../smart-grid/projects';
|
|
@@ -7,11 +7,13 @@ import { SmarttreeGenericService } from '../smart-tree/projects';
|
|
|
7
7
|
import { ExpandableSection, ExpandableSectionComponent } from '../smart-expandable-section/projects';
|
|
8
8
|
import { Subject } from 'rxjs';
|
|
9
9
|
import { UiActionToolbarComponent } from '../view-context/projects';
|
|
10
|
+
import { SmartViewContextService } from '../view-context/smart-view-context.service';
|
|
10
11
|
import { SmartMapComponent } from '../smart-map/smart-map.component';
|
|
11
12
|
import { SmartDiagramComponent } from '../smart-diagram/projects';
|
|
12
13
|
import * as i0 from "@angular/core";
|
|
13
14
|
export declare class SmartComponentLayoutComponent implements AfterViewInit, OnDestroy, OnChanges {
|
|
14
15
|
private layoutService;
|
|
16
|
+
private viewContext;
|
|
15
17
|
private element?;
|
|
16
18
|
private renderer?;
|
|
17
19
|
protected _destroy$: Subject<void>;
|
|
@@ -42,9 +44,13 @@ export declare class SmartComponentLayoutComponent implements AfterViewInit, OnD
|
|
|
42
44
|
toolbarPropertes?: ToolbarProperties;
|
|
43
45
|
treeService?: SmarttreeGenericService;
|
|
44
46
|
expandableSection?: ExpandableSection<SmartComponentLayoutDefinition>;
|
|
47
|
+
embeddedSlotActive: boolean;
|
|
48
|
+
embeddedSlotContainerId?: string;
|
|
49
|
+
_embeddedSlotVcRef?: ViewContainerRef;
|
|
50
|
+
set embeddedSlotVcRefSetter(vcRef: ViewContainerRef | undefined);
|
|
45
51
|
expandableComponents: QueryList<ExpandableSectionComponent>;
|
|
46
52
|
components: QueryList<SmartComponentLayoutComponent>;
|
|
47
|
-
constructor(layoutService: SmartformLayoutDefinitionService, element?: ElementRef<any> | undefined, renderer?: Renderer2 | undefined);
|
|
53
|
+
constructor(layoutService: SmartformLayoutDefinitionService, viewContext: SmartViewContextService, element?: ElementRef<any> | undefined, renderer?: Renderer2 | undefined);
|
|
48
54
|
ngAfterViewInit(): void;
|
|
49
55
|
ngOnDestroy(): void;
|
|
50
56
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -69,6 +75,9 @@ export declare class SmartComponentLayoutComponent implements AfterViewInit, OnD
|
|
|
69
75
|
bindFilter(): void;
|
|
70
76
|
constructTree(): void;
|
|
71
77
|
constructToolbar(): void;
|
|
78
|
+
constructEmbeddedSlot(): void;
|
|
79
|
+
private tryRegisterEmbeddedSlot;
|
|
80
|
+
updateUuid(newUuid?: string): void;
|
|
72
81
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartComponentLayoutComponent, never>;
|
|
73
82
|
static ɵcmp: i0.ɵɵComponentDeclaration<SmartComponentLayoutComponent, "smart-component-layout", never, { "smartComponentLayout": { "alias": "smartComponentLayout"; "required": false; }; "parentLayoutComponent": { "alias": "parentLayoutComponent"; "required": false; }; "parentSmartComponent": { "alias": "parentSmartComponent"; "required": false; }; "gridRow": { "alias": "gridRow"; "required": false; }; }, {}, never, never, false, never>;
|
|
74
83
|
}
|
|
@@ -2,7 +2,7 @@ import { QuillModules } from 'ngx-quill';
|
|
|
2
2
|
import { DateFieldProperties, FileUploaderProperties, MultiFileUploaderProperties, ImageProperties, SelectionDefinition, SmartFormInputMode, SmartFormWidgetDirection, SmartFormWidgetType, SmartWidgetHint, SortDefinition, TextFieldProperties, ValueChangeMode, TextBoxProperties } from './api';
|
|
3
3
|
import { SmartFormTextFieldButton, SmartFormWidgetWidth, SmartIndicator, SmartValidator, ToggleLabelPosition } from './smartform.model';
|
|
4
4
|
import { ImageResource, Style } from '../view-context/api';
|
|
5
|
-
export declare type SmartFormWidget<T> = SmartTextField<T> | SmartTextFieldNumber<T> | SmartTextFieldChips<T> | SmartTextFieldLookup<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 | SmartMultiFileUploader | SmartImage | SmartDivider | SmartButton | SmartFormInlineComponent | SmartRichText | SmartSortable<T> | SmartMatrix | SmartYoutubePlayer | SmartMonthPicker | SmartSvg;
|
|
5
|
+
export declare type SmartFormWidget<T> = SmartTextField<T> | SmartTextFieldNumber<T> | SmartTextFieldChips<T> | SmartTextFieldLookup<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 | SmartMultiFileUploader | SmartImage | SmartDivider | SmartButton | SmartFormInlineComponent | SmartRichText | SmartSortable<T> | SmartMatrix | SmartYoutubePlayer | SmartMonthPicker | SmartSvg | SmartDiv;
|
|
6
6
|
export interface SmartTextField<T> {
|
|
7
7
|
type: SmartFormWidgetType.TEXT_FIELD;
|
|
8
8
|
key: string;
|
|
@@ -797,3 +797,20 @@ export interface SmartSvg {
|
|
|
797
797
|
value?: string;
|
|
798
798
|
minWidth?: SmartFormWidgetWidth | number;
|
|
799
799
|
}
|
|
800
|
+
export interface SmartDiv {
|
|
801
|
+
type: SmartFormWidgetType.DIV;
|
|
802
|
+
key: string;
|
|
803
|
+
valueChangeMode?: ValueChangeMode;
|
|
804
|
+
label: string;
|
|
805
|
+
originalLabel?: string;
|
|
806
|
+
showLabel?: boolean;
|
|
807
|
+
isVisible?: boolean;
|
|
808
|
+
cssClass?: string;
|
|
809
|
+
cssLabelClass?: string;
|
|
810
|
+
labelPositionClass?: string;
|
|
811
|
+
isFloatLabel?: boolean;
|
|
812
|
+
style?: Style;
|
|
813
|
+
labelStyle?: Style;
|
|
814
|
+
value?: string;
|
|
815
|
+
minWidth?: SmartFormWidgetWidth | number;
|
|
816
|
+
}
|
|
@@ -15,6 +15,7 @@ import { SmartFormService } from '../../services/smartform.service';
|
|
|
15
15
|
import { SmartButton, SmartFormWidget, SmartItem, SmartItems } from '../../smartform.form-model';
|
|
16
16
|
import { SmartFormTextFieldButtonIconPosition, SmartValidator, SophisticatedValueChange, Value } from '../../smartform.model';
|
|
17
17
|
import { SmartFileEditorComponent } from '../components/smart-file-editor/smart-file-editor.component';
|
|
18
|
+
import { SmartMultiFileEditorComponent } from '../components/smart-multi-file-editor/smart-multi-file-editor.component';
|
|
18
19
|
import * as i0 from "@angular/core";
|
|
19
20
|
export declare class SmartWidgetSettings {
|
|
20
21
|
static useUtc: boolean;
|
|
@@ -61,6 +62,7 @@ export declare class SmartformwidgetComponent implements OnInit, OnDestroy, Afte
|
|
|
61
62
|
emptyQuillToolbar: QuillModules;
|
|
62
63
|
sb4Textarea: ElementRef<HTMLTextAreaElement>;
|
|
63
64
|
fileUploader: SmartFileEditorComponent;
|
|
65
|
+
multiFileUploader?: SmartMultiFileEditorComponent;
|
|
64
66
|
constructor(service: SmartFormService, cfService: ComponentFactoryService, sanitizer: DomSanitizer, compLib: ComponentLibrary, changeDetector: ChangeDetectorRef);
|
|
65
67
|
ngOnInit(): void;
|
|
66
68
|
private getSophisticatedEventKind;
|
|
@@ -126,7 +128,7 @@ export declare class SmartformwidgetComponent implements OnInit, OnDestroy, Afte
|
|
|
126
128
|
smartFormTextFieldButtonIconPosition(): typeof SmartFormTextFieldButtonIconPosition;
|
|
127
129
|
getType(): typeof SmartFormWidgetType;
|
|
128
130
|
getWidgetLabel(widget: SmartFormWidget<any>): string;
|
|
129
|
-
|
|
131
|
+
sanitizeHtml(value?: string): SafeHtml | null;
|
|
130
132
|
private fieldIsRequired;
|
|
131
133
|
hasCustomError(widget: SmartFormWidget<any>, validator: SmartValidator): boolean;
|
|
132
134
|
getErrorMessage(widgetInstance: SmartFormWidget<any>): boolean;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { OnChanges, OnDestroy, OnInit, SimpleChanges, ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { SmartViewContextService } from './smart-view-context.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SmartEmbeddedSlotDirective implements OnInit, OnChanges, OnDestroy {
|
|
5
|
+
private vcRef;
|
|
6
|
+
private viewContext;
|
|
7
|
+
containerId: string;
|
|
8
|
+
containerUuid: string | undefined;
|
|
9
|
+
private registered;
|
|
10
|
+
private registeredContainerUuid?;
|
|
11
|
+
private registeredContainerId?;
|
|
12
|
+
constructor(vcRef: ViewContainerRef, viewContext: SmartViewContextService);
|
|
13
|
+
ngOnInit(): void;
|
|
14
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
15
|
+
ngOnDestroy(): void;
|
|
16
|
+
private tryRegister;
|
|
17
|
+
private tryUnregister;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SmartEmbeddedSlotDirective, never>;
|
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SmartEmbeddedSlotDirective, "[smartEmbeddedSlot]", never, { "containerId": { "alias": "smartEmbeddedSlot"; "required": false; }; "containerUuid": { "alias": "containerUuid"; "required": false; }; }, {}, never, never, false, never>;
|
|
20
|
+
}
|
package/lib/view-context/smart-ui-action/file-editor-toolbar/file-editor-toolbar.component.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { UiActionToolbarComponent } from '../ui-action-toolbar.component';
|
|
3
|
+
import { UiActionModel } from '../ui-action.model';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class FileEditorToolbarComponent extends UiActionToolbarComponent {
|
|
6
|
+
dataUri: string;
|
|
7
|
+
actionEvent: EventEmitter<{
|
|
8
|
+
uiActionModel: UiActionModel;
|
|
9
|
+
}>;
|
|
10
|
+
fireAction(uiActionModel: UiActionModel): Promise<void>;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FileEditorToolbarComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FileEditorToolbarComponent, "file-editor-toolbar", never, { "dataUri": { "alias": "dataUri"; "required": false; }; }, { "actionEvent": "actionEvent"; }, never, never, false, never>;
|
|
13
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ComponentType } from '@angular/cdk/portal';
|
|
2
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { ComponentRef, EventEmitter } from '@angular/core';
|
|
3
3
|
import { MatDialogRef } from '@angular/material/dialog';
|
|
4
4
|
import { DynamicDialogRef } from 'primeng/dynamicdialog';
|
|
5
5
|
import { Observable } from 'rxjs';
|
|
@@ -23,6 +23,12 @@ export interface SmartViewDialogRef {
|
|
|
23
23
|
uuid: string;
|
|
24
24
|
dialogRef: MatDialogRef<any, any> | DynamicDialogRef;
|
|
25
25
|
}
|
|
26
|
+
export interface SmartEmbeddedViewRef {
|
|
27
|
+
uuid: string;
|
|
28
|
+
containerUuid: string;
|
|
29
|
+
containerId: string;
|
|
30
|
+
componentRef: ComponentRef<any>;
|
|
31
|
+
}
|
|
26
32
|
export interface SmartTranslateService {
|
|
27
33
|
get(key: string | Array<string>, interpolateParams?: Object): Observable<string | any>;
|
|
28
34
|
get onLangChange(): EventEmitter<any>;
|
|
@@ -3,75 +3,77 @@ import * as i1 from "./message-dialog/message-dialog.component";
|
|
|
3
3
|
import * as i2 from "./smart-view-context-error-dialog/smart-view-context-error-dialog.component";
|
|
4
4
|
import * as i3 from "./smart-view-redirect/smart-view-redirect";
|
|
5
5
|
import * as i4 from "./smart-ui-action/ui-action-toolbar.component";
|
|
6
|
-
import * as i5 from "./smart-ui-action/
|
|
7
|
-
import * as i6 from "./smart-ui-action/dialogs/ui-action-
|
|
8
|
-
import * as i7 from "./smart-ui-action/dialogs/ui-action-
|
|
9
|
-
import * as i8 from "./
|
|
10
|
-
import * as i9 from "
|
|
11
|
-
import * as i10 from "
|
|
12
|
-
import * as i11 from "
|
|
13
|
-
import * as i12 from "../smart-form/
|
|
14
|
-
import * as i13 from "../smart-form/
|
|
15
|
-
import * as i14 from "../smart-form/widgets/
|
|
16
|
-
import * as i15 from "../smart-form/widgets/directives/comparable-
|
|
17
|
-
import * as i16 from "../smart-form/
|
|
18
|
-
import * as i17 from "../smart-form/
|
|
19
|
-
import * as i18 from "../smart-form/widgets/
|
|
20
|
-
import * as i19 from "../smart-form/widgets/components/smart-
|
|
21
|
-
import * as i20 from "../smart-form/widgets/components/smart-
|
|
22
|
-
import * as i21 from "../smart-form/
|
|
23
|
-
import * as i22 from "
|
|
24
|
-
import * as i23 from "./smart-ui-action/
|
|
25
|
-
import * as i24 from "./smart-ui-action/components/
|
|
26
|
-
import * as i25 from "./smart-ui-action/components/upload-widget/
|
|
27
|
-
import * as i26 from "./smart-ui-action/components/upload-widget/
|
|
28
|
-
import * as i27 from "./smart-ui-action/components/upload-widget/
|
|
29
|
-
import * as i28 from "
|
|
30
|
-
import * as i29 from "
|
|
31
|
-
import * as i30 from "@angular/
|
|
32
|
-
import * as i31 from "@angular/
|
|
33
|
-
import * as i32 from "
|
|
34
|
-
import * as i33 from "@angular/material/
|
|
35
|
-
import * as i34 from "
|
|
36
|
-
import * as i35 from "
|
|
37
|
-
import * as i36 from "@angular/material/
|
|
38
|
-
import * as i37 from "../
|
|
39
|
-
import * as i38 from "
|
|
40
|
-
import * as i39 from "
|
|
41
|
-
import * as i40 from "
|
|
42
|
-
import * as i41 from "@angular/
|
|
43
|
-
import * as i42 from "@angular/material/
|
|
44
|
-
import * as i43 from "@angular/
|
|
45
|
-
import * as i44 from "@angular/material/
|
|
46
|
-
import * as i45 from "@angular/material/
|
|
47
|
-
import * as i46 from "@angular/material/
|
|
48
|
-
import * as i47 from "@angular/material
|
|
49
|
-
import * as i48 from "@angular/material/
|
|
50
|
-
import * as i49 from "@angular/material
|
|
51
|
-
import * as i50 from "@angular/material/
|
|
52
|
-
import * as i51 from "
|
|
53
|
-
import * as i52 from "@angular/
|
|
54
|
-
import * as i53 from "
|
|
55
|
-
import * as i54 from "
|
|
56
|
-
import * as i55 from "
|
|
57
|
-
import * as i56 from "primeng/
|
|
58
|
-
import * as i57 from "primeng/
|
|
59
|
-
import * as i58 from "primeng/
|
|
60
|
-
import * as i59 from "primeng/
|
|
61
|
-
import * as i60 from "primeng/
|
|
62
|
-
import * as i61 from "primeng/
|
|
63
|
-
import * as i62 from "primeng/
|
|
64
|
-
import * as i63 from "primeng/
|
|
65
|
-
import * as i64 from "primeng/
|
|
66
|
-
import * as i65 from "primeng/
|
|
67
|
-
import * as i66 from "primeng/
|
|
68
|
-
import * as i67 from "primeng/
|
|
69
|
-
import * as i68 from "primeng/
|
|
70
|
-
import * as i69 from "primeng/
|
|
71
|
-
import * as i70 from "primeng/
|
|
72
|
-
import * as i71 from "
|
|
6
|
+
import * as i5 from "./smart-ui-action/file-editor-toolbar/file-editor-toolbar.component";
|
|
7
|
+
import * as i6 from "./smart-ui-action/dialogs/ui-action-input-dialog/ui-action-input-dialog.component";
|
|
8
|
+
import * as i7 from "./smart-ui-action/dialogs/ui-action-confirm-dialog/ui-action-confirm-dialog.component";
|
|
9
|
+
import * as i8 from "./smart-ui-action/dialogs/ui-action-file-upload-dialog/ui-action-file-upload-dialog.component";
|
|
10
|
+
import * as i9 from "./invalid-fields-snack-bar/invalid-fields-snack-bar.component";
|
|
11
|
+
import * as i10 from "../smart-form/smartform.component";
|
|
12
|
+
import * as i11 from "./smart-ui-action/dialogs/ui-action-dialog-button/ui-action-dialog-button.component";
|
|
13
|
+
import * as i12 from "../smart-form/widgets/smartformwidget/smartformwidget.component";
|
|
14
|
+
import * as i13 from "../smart-form/smartfileuploader/smartfileuploader.component";
|
|
15
|
+
import * as i14 from "../smart-form/widgets/smartformwidget/trackCaps.directive";
|
|
16
|
+
import * as i15 from "../smart-form/widgets/directives/comparable-dropdown.directive";
|
|
17
|
+
import * as i16 from "../smart-form/widgets/directives/comparable-multiselect.directive";
|
|
18
|
+
import * as i17 from "../smart-form/smartfileuploader/large-file-snack-bar/large-file-snack-bar.component";
|
|
19
|
+
import * as i18 from "../smart-form/widgets/smartformwidget/sortable-widget/sortable-widget.component";
|
|
20
|
+
import * as i19 from "../smart-form/widgets/components/smart-month-picker/smart-month-picker.component";
|
|
21
|
+
import * as i20 from "../smart-form/widgets/components/smart-file-editor/smart-file-editor.component";
|
|
22
|
+
import * as i21 from "../smart-form/widgets/components/smart-multi-file-editor/smart-multi-file-editor.component";
|
|
23
|
+
import * as i22 from "../smart-form/highlightMacthingString-pipe";
|
|
24
|
+
import * as i23 from "./smart-ui-action/ui-action-button/ui-action-button.component";
|
|
25
|
+
import * as i24 from "./smart-ui-action/components/menu/menu.component";
|
|
26
|
+
import * as i25 from "./smart-ui-action/components/upload-widget/upload-widget.component";
|
|
27
|
+
import * as i26 from "./smart-ui-action/components/upload-widget/voice-record-widget/voice-record-widget.component";
|
|
28
|
+
import * as i27 from "./smart-ui-action/components/upload-widget/photo-capture-widget/photo-capture-widget.component";
|
|
29
|
+
import * as i28 from "./smart-ui-action/components/upload-widget/prime-file-uploader/prime-file-uploader.component";
|
|
30
|
+
import * as i29 from "./smart-embedded-slot.directive";
|
|
31
|
+
import * as i30 from "@angular/common";
|
|
32
|
+
import * as i31 from "@angular/common/http";
|
|
33
|
+
import * as i32 from "@angular/material/core";
|
|
34
|
+
import * as i33 from "@angular/material/button";
|
|
35
|
+
import * as i34 from "primeng/button";
|
|
36
|
+
import * as i35 from "@angular/material/icon";
|
|
37
|
+
import * as i36 from "@angular/material/snack-bar";
|
|
38
|
+
import * as i37 from "../smart-icon/smart-icon.module";
|
|
39
|
+
import * as i38 from "@angular/material/tooltip";
|
|
40
|
+
import * as i39 from "../shared/shared.module";
|
|
41
|
+
import * as i40 from "primeng/api";
|
|
42
|
+
import * as i41 from "@angular/platform-browser";
|
|
43
|
+
import * as i42 from "@angular/material/chips";
|
|
44
|
+
import * as i43 from "@angular/forms";
|
|
45
|
+
import * as i44 from "@angular/material/form-field";
|
|
46
|
+
import * as i45 from "@angular/material/checkbox";
|
|
47
|
+
import * as i46 from "@angular/material/select";
|
|
48
|
+
import * as i47 from "@angular/material/input";
|
|
49
|
+
import * as i48 from "@angular/material/datepicker";
|
|
50
|
+
import * as i49 from "@angular/material-moment-adapter";
|
|
51
|
+
import * as i50 from "@angular/material/radio";
|
|
52
|
+
import * as i51 from "@angular/material/slide-toggle";
|
|
53
|
+
import * as i52 from "@angular/material/autocomplete";
|
|
54
|
+
import * as i53 from "ngx-quill";
|
|
55
|
+
import * as i54 from "@angular/cdk/drag-drop";
|
|
56
|
+
import * as i55 from "@angular/youtube-player";
|
|
57
|
+
import * as i56 from "primeng/inputtext";
|
|
58
|
+
import * as i57 from "primeng/dropdown";
|
|
59
|
+
import * as i58 from "primeng/multiselect";
|
|
60
|
+
import * as i59 from "primeng/inputswitch";
|
|
61
|
+
import * as i60 from "primeng/inputnumber";
|
|
62
|
+
import * as i61 from "primeng/inputtextarea";
|
|
63
|
+
import * as i62 from "primeng/image";
|
|
64
|
+
import * as i63 from "primeng/floatlabel";
|
|
65
|
+
import * as i64 from "primeng/toast";
|
|
66
|
+
import * as i65 from "primeng/dynamicdialog";
|
|
67
|
+
import * as i66 from "primeng/fileupload";
|
|
68
|
+
import * as i67 from "primeng/chips";
|
|
69
|
+
import * as i68 from "primeng/calendar";
|
|
70
|
+
import * as i69 from "primeng/checkbox";
|
|
71
|
+
import * as i70 from "primeng/orderlist";
|
|
72
|
+
import * as i71 from "primeng/inputmask";
|
|
73
|
+
import * as i72 from "primeng/editor";
|
|
74
|
+
import * as i73 from "@angular/material/menu";
|
|
73
75
|
export declare class SmartViewContextModule {
|
|
74
76
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartViewContextModule, never>;
|
|
75
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SmartViewContextModule, [typeof i1.MessageDialogComponent, typeof i2.SmartViewContextErrorDialogComponent, typeof i3.SmartViewRedirect, typeof i4.UiActionToolbarComponent, typeof i5.
|
|
77
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SmartViewContextModule, [typeof i1.MessageDialogComponent, typeof i2.SmartViewContextErrorDialogComponent, typeof i3.SmartViewRedirect, typeof i4.UiActionToolbarComponent, typeof i5.FileEditorToolbarComponent, typeof i6.UiActionInputDialogComponent, typeof i7.UiActionConfirmDialogComponent, typeof i8.UiActionFileUploadDialogComponent, typeof i9.InvalidFieldsSnackBarComponent, typeof i10.SmartformComponent, typeof i11.UiActionDialogButtonComponent, typeof i12.SmartformwidgetComponent, typeof i13.SmartfileuploaderComponent, typeof i14.TrackCapsDirective, typeof i15.ComparableDropdownDirective, typeof i16.ComparableMultiselectDirective, typeof i17.LargeFileSnackBarComponent, typeof i18.SortableWidgetComponent, typeof i19.SmartMonthPickerComponent, typeof i20.SmartFileEditorComponent, typeof i21.SmartMultiFileEditorComponent, typeof i22.HighlightPipe, typeof i23.UiActionButtonComponent, typeof i24.MenuComponent, typeof i25.UploadWidgetComponent, typeof i26.VoiceRecordWidgetComponent, typeof i27.PhotoCaptureWidgetComponent, typeof i28.PrimeFileUploaderComponent, typeof i29.SmartEmbeddedSlotDirective], [typeof i30.CommonModule, typeof i31.HttpClientModule, typeof i32.MatCommonModule, typeof i33.MatButtonModule, typeof i34.ButtonModule, typeof i35.MatIconModule, typeof i36.MatSnackBarModule, typeof i37.SmartIconModule, typeof i38.MatTooltipModule, typeof i39.SharedModule, typeof i40.SharedModule, typeof i41.BrowserModule, typeof i42.MatChipsModule, typeof i43.FormsModule, typeof i43.ReactiveFormsModule, typeof i44.MatFormFieldModule, typeof i45.MatCheckboxModule, typeof i46.MatSelectModule, typeof i47.MatInputModule, typeof i48.MatDatepickerModule, typeof i49.MatMomentDateModule, typeof i50.MatRadioModule, typeof i51.MatSlideToggleModule, typeof i52.MatAutocompleteModule, typeof i53.QuillModule, typeof i54.DragDropModule, typeof i55.YouTubePlayerModule, typeof i56.InputTextModule, typeof i57.DropdownModule, typeof i58.MultiSelectModule, typeof i43.FormsModule, typeof i59.InputSwitchModule, typeof i60.InputNumberModule, typeof i61.InputTextareaModule, typeof i62.ImageModule, typeof i63.FloatLabelModule, typeof i30.CommonModule, typeof i64.ToastModule, typeof i65.DynamicDialogModule, typeof i66.FileUploadModule, typeof i67.ChipsModule, typeof i68.CalendarModule, typeof i69.CheckboxModule, typeof i70.OrderListModule, typeof i71.InputMaskModule, typeof i72.EditorModule, typeof i73.MatMenuModule, typeof i37.SmartIconModule], [typeof i4.UiActionToolbarComponent, typeof i6.UiActionInputDialogComponent, typeof i10.SmartformComponent, typeof i12.SmartformwidgetComponent, typeof i11.UiActionDialogButtonComponent, typeof i13.SmartfileuploaderComponent, typeof i22.HighlightPipe, typeof i15.ComparableDropdownDirective, typeof i16.ComparableMultiselectDirective, typeof i23.UiActionButtonComponent, typeof i24.MenuComponent, typeof i25.UploadWidgetComponent, typeof i26.VoiceRecordWidgetComponent, typeof i27.PhotoCaptureWidgetComponent, typeof i20.SmartFileEditorComponent, typeof i21.SmartMultiFileEditorComponent, typeof i29.SmartEmbeddedSlotDirective]>;
|
|
76
78
|
static ɵinj: i0.ɵɵInjectorDeclaration<SmartViewContextModule>;
|
|
77
79
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { InjectionToken, Injector, OnDestroy } from '@angular/core';
|
|
1
|
+
import { InjectionToken, Injector, OnDestroy, ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { Subject } from 'rxjs';
|
|
3
3
|
import { SmartSessionService } from '../session/smart-session.service';
|
|
4
4
|
import { ComponentModel, DataChange, DownloadedFile, MessageData, MessageResult, UiActionDescriptor, UiActionRequest, ViewConstraint, ViewContextChange, ViewContextData, ViewContextUpdate, ViewData, ViewService, ViewStateUpdate } from './api';
|
|
@@ -38,6 +38,9 @@ export declare class SmartViewContextService implements OnDestroy {
|
|
|
38
38
|
openSmartLink: Subject<string>;
|
|
39
39
|
isOpeningSmartLink: boolean;
|
|
40
40
|
private dialogRefs;
|
|
41
|
+
private embeddedContainers;
|
|
42
|
+
private embeddedViewRefs;
|
|
43
|
+
private pendingEmbeddedViews;
|
|
41
44
|
private actionDescriptors?;
|
|
42
45
|
private moduleUrlsByModule?;
|
|
43
46
|
commonFeedbackText?: string;
|
|
@@ -51,6 +54,9 @@ export declare class SmartViewContextService implements OnDestroy {
|
|
|
51
54
|
ngOnDestroy(): void;
|
|
52
55
|
follow(uuid: string, detectChange: SmartSubject<any>): void;
|
|
53
56
|
unfollow(uuid: string): void;
|
|
57
|
+
registerEmbeddedSlot(containerUuid: string, containerId: string, vcRef: ViewContainerRef): void;
|
|
58
|
+
unregisterEmbeddedSlot(containerUuid: string, containerId: string): void;
|
|
59
|
+
private getEmbeddedSlot;
|
|
54
60
|
setActionDescriptors(actionDescriptors: Map<string, UiActionDescriptor>): void;
|
|
55
61
|
getActionDescriptors(): Map<string, UiActionDescriptor> | undefined;
|
|
56
62
|
setViewHandlers(viewHandlers: Array<SmartViewHandlerModel>): void;
|
|
@@ -68,7 +74,8 @@ export declare class SmartViewContextService implements OnDestroy {
|
|
|
68
74
|
startViewContext(): Promise<ViewContextData>;
|
|
69
75
|
initialize(uuid?: string): Promise<ViewContextData | undefined>;
|
|
70
76
|
openView(view: ViewData): ViewStateUpdate | undefined;
|
|
71
|
-
closeView(view: ViewData): ViewStateUpdate;
|
|
77
|
+
closeView(view: ViewData): ViewStateUpdate[];
|
|
78
|
+
private cleanupEmbeddedChildren;
|
|
72
79
|
private sendViewContextUpdates;
|
|
73
80
|
restoreViews(uuid: string): Promise<void>;
|
|
74
81
|
syncView(): Promise<void>;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|