@smartbit4all/ng-client 3.3.138 → 3.3.140
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/esm2020/lib/session/api/api/session.service.mjs +1 -1
- package/esm2020/lib/session/api/encoder.mjs +1 -1
- package/esm2020/lib/session/api/model/accountInfo.mjs +1 -1
- package/esm2020/lib/session/api/model/apiError.mjs +1 -1
- package/esm2020/lib/session/api/model/authenticationProviderData.mjs +1 -1
- package/esm2020/lib/session/api/model/getAuthenticationProvidersResponse.mjs +1 -1
- package/esm2020/lib/session/api/model/models.mjs +1 -1
- package/esm2020/lib/session/api/model/refreshSessionRequest.mjs +1 -1
- package/esm2020/lib/session/api/model/session.mjs +1 -1
- package/esm2020/lib/session/api/model/sessionInfoData.mjs +1 -1
- package/esm2020/lib/session/api/model/userActivityLog.mjs +1 -1
- package/esm2020/lib/session/api/param.mjs +1 -1
- package/esm2020/lib/session/api/variables.mjs +1 -1
- package/esm2020/lib/smart-client/smart-component-api-client.mjs +31 -34
- package/esm2020/lib/smart-component-layout/api/api/api.mjs +1 -1
- package/esm2020/lib/smart-component-layout/api/api/default.service.mjs +1 -1
- package/esm2020/lib/smart-component-layout/api/api.module.mjs +1 -1
- package/esm2020/lib/smart-component-layout/api/configuration.mjs +1 -1
- package/esm2020/lib/smart-component-layout/api/encoder.mjs +1 -1
- package/esm2020/lib/smart-component-layout/api/index.mjs +1 -1
- package/esm2020/lib/smart-component-layout/api/model/componentType.mjs +1 -1
- package/esm2020/lib/smart-component-layout/api/model/componentWidgetType.mjs +1 -1
- package/esm2020/lib/smart-component-layout/api/model/layoutDirection.mjs +1 -1
- package/esm2020/lib/smart-component-layout/api/model/models.mjs +1 -1
- package/esm2020/lib/smart-component-layout/api/model/smartComponentLayoutDefinition.mjs +1 -1
- package/esm2020/lib/smart-component-layout/api/model/smartComponentWidgetDefinition.mjs +1 -1
- package/esm2020/lib/smart-component-layout/api/param.mjs +1 -1
- package/esm2020/lib/smart-component-layout/api/variables.mjs +1 -1
- package/esm2020/lib/smart-component-layout/smart-component-layout-utility.mjs +9 -48
- package/esm2020/lib/smart-component-layout/smart-component-layout.component.mjs +28 -67
- package/esm2020/lib/smart-component-layout/smart-component-layout.module.mjs +5 -1
- package/esm2020/lib/smart-dialog/smartdialog.model.mjs +1 -1
- package/esm2020/lib/smart-dialog/smartdialog.module.mjs +5 -5
- package/esm2020/lib/smart-expandable-section/expandable-section.component.mjs +6 -12
- package/esm2020/lib/smart-expandable-section/expandable-section.model.mjs +1 -1
- package/esm2020/lib/smart-filter/api/filter/model/filterExpressionBoolOperator.mjs +1 -1
- package/esm2020/lib/smart-filter/api/filter/model/filterExpressionBuilderField.mjs +1 -1
- package/esm2020/lib/smart-filter/api/filter/model/filterExpressionBuilderGroup.mjs +1 -1
- package/esm2020/lib/smart-filter/api/filter/model/filterExpressionBuilderModel.mjs +1 -1
- package/esm2020/lib/smart-filter/api/filter/model/filterExpressionData.mjs +1 -1
- package/esm2020/lib/smart-filter/api/filter/model/filterExpressionDataType.mjs +1 -1
- package/esm2020/lib/smart-filter/api/filter/model/filterExpressionField.mjs +1 -1
- package/esm2020/lib/smart-filter/api/filter/model/filterExpressionFieldList.mjs +1 -1
- package/esm2020/lib/smart-filter/api/filter/model/filterExpressionFieldWidgetType.mjs +1 -2
- package/esm2020/lib/smart-filter/api/filter/model/filterExpressionList.mjs +1 -1
- package/esm2020/lib/smart-filter/api/filter/model/filterExpressionOperandData.mjs +1 -1
- package/esm2020/lib/smart-filter/api/filter/model/filterExpressionOperation.mjs +1 -1
- package/esm2020/lib/smart-filter/api/filter/model/filterExpressionOrderBy.mjs +1 -1
- package/esm2020/lib/smart-filter/smart-filter.module.mjs +5 -5
- package/esm2020/lib/smart-filter-editor/api/api/filter.service.mjs +1 -1
- package/esm2020/lib/smart-filter-editor/api/configuration.mjs +1 -1
- package/esm2020/lib/smart-filter-editor/api/encoder.mjs +1 -1
- package/esm2020/lib/smart-filter-editor/api/model/filterExpressionBoolOperator.mjs +1 -1
- package/esm2020/lib/smart-filter-editor/api/model/filterExpressionBuilderApiConfig.mjs +1 -1
- package/esm2020/lib/smart-filter-editor/api/model/filterExpressionBuilderField.mjs +1 -1
- package/esm2020/lib/smart-filter-editor/api/model/filterExpressionBuilderGroup.mjs +1 -1
- package/esm2020/lib/smart-filter-editor/api/model/filterExpressionBuilderModel.mjs +1 -1
- package/esm2020/lib/smart-filter-editor/api/model/filterExpressionBuilderUiModel.mjs +1 -1
- package/esm2020/lib/smart-filter-editor/api/model/filterExpressionData.mjs +1 -1
- package/esm2020/lib/smart-filter-editor/api/model/filterExpressionDataType.mjs +1 -1
- package/esm2020/lib/smart-filter-editor/api/model/filterExpressionField.mjs +1 -1
- package/esm2020/lib/smart-filter-editor/api/model/filterExpressionFieldEditor.mjs +1 -1
- package/esm2020/lib/smart-filter-editor/api/model/filterExpressionFieldList.mjs +1 -1
- package/esm2020/lib/smart-filter-editor/api/model/filterExpressionFieldWidgetType.mjs +1 -2
- package/esm2020/lib/smart-filter-editor/api/model/filterExpressionList.mjs +1 -1
- package/esm2020/lib/smart-filter-editor/api/model/filterExpressionOperandData.mjs +1 -1
- package/esm2020/lib/smart-filter-editor/api/model/filterExpressionOperation.mjs +1 -1
- package/esm2020/lib/smart-filter-editor/api/param.mjs +1 -1
- package/esm2020/lib/smart-filter-editor/api/variables.mjs +1 -1
- package/esm2020/lib/smart-filter-editor/smart-filter-editor.module.mjs +8 -1
- package/esm2020/lib/smart-form/api/model/smartFormWidgetType.mjs +1 -2
- package/esm2020/lib/smart-form/api/model/smartMatrixModel.mjs +1 -1
- package/esm2020/lib/smart-form/api/model/smartWidgetDefinition.mjs +1 -1
- package/esm2020/lib/smart-form/api/model/valueChangeMode.mjs +1 -1
- package/esm2020/lib/smart-form/projects.mjs +2 -1
- package/esm2020/lib/smart-form/services/smartform.layout-definition.service.mjs +3 -21
- package/esm2020/lib/smart-form/services/smartform.service.mjs +1 -6
- package/esm2020/lib/smart-form/smartform.component.mjs +3 -19
- package/esm2020/lib/smart-form/smartform.form-model.mjs +1 -1
- package/esm2020/lib/smart-form/smartform.module.mjs +157 -0
- package/esm2020/lib/smart-form/widgets/smartformwidget/smartformwidget.component.mjs +32 -118
- package/esm2020/lib/smart-grid/api/grid-api/api/api.mjs +1 -1
- package/esm2020/lib/smart-grid/api/grid-api/api/grid.service.mjs +1 -1
- package/esm2020/lib/smart-grid/api/grid-api/api.module.mjs +1 -1
- package/esm2020/lib/smart-grid/api/grid-api/configuration.mjs +1 -1
- package/esm2020/lib/smart-grid/api/grid-api/encoder.mjs +1 -1
- package/esm2020/lib/smart-grid/api/grid-api/index.mjs +1 -1
- package/esm2020/lib/smart-grid/api/grid-api/model/gridColumnContentType.mjs +1 -1
- package/esm2020/lib/smart-grid/api/grid-api/model/gridColumnMeta.mjs +1 -1
- package/esm2020/lib/smart-grid/api/grid-api/model/gridDataAccessConfig.mjs +1 -1
- package/esm2020/lib/smart-grid/api/grid-api/model/gridModel.mjs +1 -1
- package/esm2020/lib/smart-grid/api/grid-api/model/gridPage.mjs +1 -1
- package/esm2020/lib/smart-grid/api/grid-api/model/gridRow.mjs +1 -1
- package/esm2020/lib/smart-grid/api/grid-api/model/gridSelectionChange.mjs +1 -1
- package/esm2020/lib/smart-grid/api/grid-api/model/gridSelectionMode.mjs +1 -1
- package/esm2020/lib/smart-grid/api/grid-api/model/gridSelectionType.mjs +1 -1
- package/esm2020/lib/smart-grid/api/grid-api/model/gridServerModel.mjs +1 -1
- package/esm2020/lib/smart-grid/api/grid-api/model/gridUpdateData.mjs +1 -1
- package/esm2020/lib/smart-grid/api/grid-api/model/gridView.mjs +1 -1
- package/esm2020/lib/smart-grid/api/grid-api/model/gridViewDescriptor.mjs +1 -1
- package/esm2020/lib/smart-grid/api/grid-api/model/models.mjs +1 -1
- package/esm2020/lib/smart-grid/api/grid-api/param.mjs +1 -1
- package/esm2020/lib/smart-grid/api/grid-api/variables.mjs +1 -1
- package/esm2020/lib/smart-grid/smart-grid.component.mjs +11 -26
- package/esm2020/lib/smart-grid/smart-grid.module.mjs +6 -3
- package/esm2020/lib/smart-navbar/smart-navbar.module.mjs +5 -5
- package/esm2020/lib/smart-ng-client.module.mjs +8 -1
- package/esm2020/lib/smart-table/tables/table.mjs +4 -6
- package/esm2020/lib/smart-tree/smarttree-generic.service.mjs +13 -20
- package/esm2020/lib/smart-tree/smarttree.module.mjs +3 -11
- package/esm2020/lib/smart-tree/tree-api/api/tree.service.mjs +1 -1
- package/esm2020/lib/smart-tree/tree-api/configuration.mjs +1 -1
- package/esm2020/lib/smart-tree/tree-api/encoder.mjs +1 -1
- package/esm2020/lib/smart-tree/tree-api/param.mjs +1 -1
- package/esm2020/lib/smart-tree/tree-api/variables.mjs +1 -1
- package/esm2020/lib/view-context/api/api/api.mjs +1 -1
- package/esm2020/lib/view-context/api/api/view.service.mjs +1 -1
- package/esm2020/lib/view-context/api/api.module.mjs +1 -1
- package/esm2020/lib/view-context/api/configuration.mjs +1 -1
- package/esm2020/lib/view-context/api/encoder.mjs +1 -1
- package/esm2020/lib/view-context/api/index.mjs +1 -1
- package/esm2020/lib/view-context/api/model/closeResult.mjs +1 -1
- package/esm2020/lib/view-context/api/model/componentConstraint.mjs +1 -1
- package/esm2020/lib/view-context/api/model/componentModel.mjs +1 -1
- package/esm2020/lib/view-context/api/model/componentModelChange.mjs +1 -1
- package/esm2020/lib/view-context/api/model/dataChange.mjs +1 -1
- package/esm2020/lib/view-context/api/model/dataChangeEvent.mjs +1 -1
- package/esm2020/lib/view-context/api/model/dataChangeKind.mjs +1 -1
- package/esm2020/lib/view-context/api/model/downloadedFile.mjs +1 -1
- package/esm2020/lib/view-context/api/model/iconPosition.mjs +1 -1
- package/esm2020/lib/view-context/api/model/imageResource.mjs +1 -1
- package/esm2020/lib/view-context/api/model/link.mjs +1 -1
- package/esm2020/lib/view-context/api/model/messageData.mjs +1 -1
- package/esm2020/lib/view-context/api/model/messageOption.mjs +1 -1
- package/esm2020/lib/view-context/api/model/messageOptionType.mjs +1 -1
- package/esm2020/lib/view-context/api/model/messageResult.mjs +1 -1
- package/esm2020/lib/view-context/api/model/messageTextType.mjs +1 -1
- package/esm2020/lib/view-context/api/model/messageType.mjs +1 -1
- package/esm2020/lib/view-context/api/model/openPendingData.mjs +1 -1
- package/esm2020/lib/view-context/api/model/smartLinkData.mjs +1 -1
- package/esm2020/lib/view-context/api/model/style.mjs +1 -1
- package/esm2020/lib/view-context/api/model/uiAction.mjs +1 -1
- package/esm2020/lib/view-context/api/model/uiActionButtonDescriptor.mjs +1 -1
- package/esm2020/lib/view-context/api/model/uiActionButtonType.mjs +1 -1
- package/esm2020/lib/view-context/api/model/uiActionConstraint.mjs +1 -1
- package/esm2020/lib/view-context/api/model/uiActionDescriptor.mjs +1 -1
- package/esm2020/lib/view-context/api/model/uiActionDialogDescriptor.mjs +1 -1
- package/esm2020/lib/view-context/api/model/uiActionFeedbackType.mjs +1 -1
- package/esm2020/lib/view-context/api/model/uiActionInputType.mjs +1 -1
- package/esm2020/lib/view-context/api/model/uiActionRequest.mjs +1 -1
- package/esm2020/lib/view-context/api/model/uiActionTooltip.mjs +1 -1
- package/esm2020/lib/view-context/api/model/uiActionUploadDescriptor.mjs +1 -1
- package/esm2020/lib/view-context/api/model/valueSet.mjs +1 -1
- package/esm2020/lib/view-context/api/model/view.mjs +1 -1
- package/esm2020/lib/view-context/api/model/viewApiError.mjs +1 -1
- package/esm2020/lib/view-context/api/model/viewConstraint.mjs +1 -1
- package/esm2020/lib/view-context/api/model/viewContext.mjs +1 -1
- package/esm2020/lib/view-context/api/model/viewContextChange.mjs +1 -1
- package/esm2020/lib/view-context/api/model/viewContextData.mjs +1 -1
- package/esm2020/lib/view-context/api/model/viewContextUpdate.mjs +1 -1
- package/esm2020/lib/view-context/api/model/viewData.mjs +1 -1
- package/esm2020/lib/view-context/api/model/viewState.mjs +1 -1
- package/esm2020/lib/view-context/api/model/viewStateUpdate.mjs +1 -1
- package/esm2020/lib/view-context/api/model/viewType.mjs +1 -1
- package/esm2020/lib/view-context/api/param.mjs +1 -1
- package/esm2020/lib/view-context/api/variables.mjs +1 -1
- package/esm2020/lib/view-context/smart-ui-action/dialogs/ui-action-confirm-dialog/ui-action-confirm-dialog.component.mjs +12 -15
- package/esm2020/lib/view-context/smart-ui-action/dialogs/ui-action-confirm-dialog/ui-action-confirm-dialog.service.mjs +2 -2
- package/esm2020/lib/view-context/smart-ui-action/dialogs/ui-action-file-upload-dialog/ui-action-file-upload-dialog.component.mjs +10 -13
- package/esm2020/lib/view-context/smart-ui-action/dialogs/ui-action-file-upload-dialog/ui-action-file-upload-dialog.service.mjs +2 -2
- package/esm2020/lib/view-context/smart-ui-action/dialogs/ui-action-input-dialog/ui-action-input-dialog.component.mjs +11 -17
- package/esm2020/lib/view-context/smart-ui-action/dialogs/ui-action-input-dialog/ui-action-input-dialog.service.mjs +2 -2
- package/esm2020/lib/view-context/smart-ui-action/ui-action-toolbar.component.mjs +6 -11
- package/esm2020/lib/view-context/smart-ui-action/ui-action.model.mjs +1 -1
- package/esm2020/lib/view-context/smart-ui-action/ui-action.service.mjs +8 -14
- package/esm2020/lib/view-context/smart-view-context.module.mjs +10 -132
- package/esm2020/lib/view-context/smart-view-context.service.mjs +1 -8
- package/fesm2015/smartbit4all-ng-client.mjs +2842 -3077
- package/fesm2015/smartbit4all-ng-client.mjs.map +1 -1
- package/fesm2020/smartbit4all-ng-client.mjs +3561 -3788
- package/fesm2020/smartbit4all-ng-client.mjs.map +1 -1
- package/lib/smart-client/smart-component-api-client.d.ts +1 -2
- package/lib/smart-component-layout/api/model/smartComponentLayoutDefinition.d.ts +5 -3
- package/lib/smart-component-layout/api/model/smartComponentWidgetDefinition.d.ts +2 -2
- package/lib/smart-component-layout/smart-component-layout-utility.d.ts +3 -4
- package/lib/smart-component-layout/smart-component-layout.component.d.ts +6 -10
- package/lib/smart-component-layout/smart-component-layout.module.d.ts +6 -5
- package/lib/smart-dialog/smartdialog.model.d.ts +2 -2
- package/lib/smart-dialog/smartdialog.module.d.ts +2 -2
- package/lib/smart-expandable-section/expandable-section.model.d.ts +2 -4
- package/lib/smart-filter/api/filter/model/filterExpressionFieldWidgetType.d.ts +0 -1
- package/lib/smart-filter/smart-filter.module.d.ts +2 -2
- package/lib/smart-filter-editor/api/model/filterExpressionField.d.ts +0 -3
- package/lib/smart-filter-editor/api/model/filterExpressionFieldWidgetType.d.ts +0 -1
- package/lib/smart-filter-editor/smart-filter-editor.module.d.ts +5 -4
- package/lib/smart-form/api/model/smartFormWidgetType.d.ts +1 -2
- package/lib/smart-form/api/model/smartMatrixModel.d.ts +0 -1
- package/lib/smart-form/api/model/smartWidgetDefinition.d.ts +0 -8
- package/lib/smart-form/projects.d.ts +1 -0
- package/lib/smart-form/services/smartform.layout-definition.service.d.ts +0 -1
- package/lib/smart-form/smartform.component.d.ts +2 -6
- package/lib/smart-form/smartform.form-model.d.ts +1 -17
- package/lib/smart-form/smartform.module.d.ts +35 -0
- package/lib/smart-form/widgets/smartformwidget/smartformwidget.component.d.ts +1 -31
- package/lib/smart-grid/api/grid-api/model/gridColumnMeta.d.ts +0 -4
- package/lib/smart-grid/api/grid-api/model/gridModel.d.ts +0 -2
- package/lib/smart-grid/api/grid-api/model/gridServerModel.d.ts +0 -2
- package/lib/smart-grid/smart-grid.component.d.ts +1 -2
- package/lib/smart-grid/smart-grid.module.d.ts +4 -3
- package/lib/smart-navbar/smart-navbar.module.d.ts +2 -2
- package/lib/smart-ng-client.module.d.ts +13 -12
- package/lib/smart-tree/smarttree-generic.service.d.ts +3 -2
- package/lib/view-context/api/model/uiAction.d.ts +0 -4
- package/lib/view-context/smart-ui-action/dialogs/ui-action-confirm-dialog/ui-action-confirm-dialog.component.d.ts +5 -5
- package/lib/view-context/smart-ui-action/dialogs/ui-action-confirm-dialog/ui-action-confirm-dialog.service.d.ts +1 -1
- package/lib/view-context/smart-ui-action/dialogs/ui-action-file-upload-dialog/ui-action-file-upload-dialog.component.d.ts +1 -1
- package/lib/view-context/smart-ui-action/dialogs/ui-action-file-upload-dialog/ui-action-file-upload-dialog.service.d.ts +1 -1
- package/lib/view-context/smart-ui-action/dialogs/ui-action-input-dialog/ui-action-input-dialog.component.d.ts +2 -2
- package/lib/view-context/smart-ui-action/dialogs/ui-action-input-dialog/ui-action-input-dialog.service.d.ts +1 -1
- package/lib/view-context/smart-ui-action/ui-action.model.d.ts +1 -1
- package/lib/view-context/smart-ui-action/ui-action.service.d.ts +3 -3
- package/lib/view-context/smart-view-context.module.d.ts +11 -34
- package/lib/view-context/smart-view-context.service.d.ts +0 -2
- package/package.json +1 -1
- package/smartbit4all-ng-client-3.3.140.tgz +0 -0
- package/src/lib/session/api/README.md +226 -226
- package/src/lib/smart-component-layout/api/README.md +226 -226
- package/src/lib/smart-filter-editor/api/README.md +226 -226
- package/src/lib/smart-grid/api/grid-api/README.md +226 -226
- package/src/lib/smart-tree/tree-api/README.md +226 -226
- package/src/lib/view-context/api/README.md +226 -226
- package/esm2020/lib/smart-filter-editor/api/model/smartFilterType.mjs +0 -17
- package/lib/smart-filter-editor/api/model/smartFilterType.d.ts +0 -15
- package/smartbit4all-ng-client-3.3.138.tgz +0 -0
|
@@ -6,19 +6,20 @@ import * as i4 from "./component-factory-service/component-factory-service.modul
|
|
|
6
6
|
import * as i5 from "./view-context/smart-view-context.module";
|
|
7
7
|
import * as i6 from "./smart-dialog/smartdialog.module";
|
|
8
8
|
import * as i7 from "./smart-filter/smart-filter.module";
|
|
9
|
-
import * as i8 from "./smart-
|
|
10
|
-
import * as i9 from "./smart-
|
|
11
|
-
import * as i10 from "./smart-
|
|
12
|
-
import * as i11 from "./
|
|
13
|
-
import * as i12 from "./
|
|
14
|
-
import * as i13 from "./smart-
|
|
15
|
-
import * as i14 from "./smart-
|
|
16
|
-
import * as i15 from "./smart-
|
|
17
|
-
import * as i16 from "./smart-
|
|
18
|
-
import * as i17 from "./
|
|
19
|
-
import * as i18 from "./
|
|
9
|
+
import * as i8 from "./smart-form/smartform.module";
|
|
10
|
+
import * as i9 from "./smart-grid/smart-grid.module";
|
|
11
|
+
import * as i10 from "./smart-icon/smart-icon.module";
|
|
12
|
+
import * as i11 from "./smart-navbar/smart-navbar.module";
|
|
13
|
+
import * as i12 from "./session/smart-session.module";
|
|
14
|
+
import * as i13 from "./smart-tab-group/smart-tab-group.module";
|
|
15
|
+
import * as i14 from "./smart-table/smarttable.module";
|
|
16
|
+
import * as i15 from "./smart-expandable-section/smart-expandable-section.module";
|
|
17
|
+
import * as i16 from "./smart-component-layout/smart-component-layout.module";
|
|
18
|
+
import * as i17 from "./smart-filter-editor/smart-filter-editor.module";
|
|
19
|
+
import * as i18 from "./shared/shared.module";
|
|
20
|
+
import * as i19 from "./smart-tree/smarttree.module";
|
|
20
21
|
export declare class SmartNgClientModule {
|
|
21
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartNgClientModule, never>;
|
|
22
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SmartNgClientModule, [typeof i1.SmartFileUploaderComponent], [typeof i2.BrowserModule, typeof i3.MatCommonModule, typeof i4.ComponentFactoryServiceModule, typeof i5.SmartViewContextModule, typeof i6.SmartdialogModule, typeof i7.SmartFilterModule, typeof i8.
|
|
23
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SmartNgClientModule, [typeof i1.SmartFileUploaderComponent], [typeof i2.BrowserModule, typeof i3.MatCommonModule, typeof i4.ComponentFactoryServiceModule, typeof i5.SmartViewContextModule, typeof i6.SmartdialogModule, typeof i7.SmartFilterModule, typeof i8.SmartformModule, typeof i9.SmartGridModule, typeof i10.SmartIconModule, typeof i11.SmartNavbarModule, typeof i12.SmartSessionModule, typeof i13.SmartTabGroupModule, typeof i14.SmarttableModule, typeof i15.SmartExpandableSectionModule, typeof i16.SmartComponentLayoutModule, typeof i17.SmartFilterEditorModule, typeof i18.SharedModule], [typeof i4.ComponentFactoryServiceModule, typeof i16.SmartComponentLayoutModule, typeof i6.SmartdialogModule, typeof i15.SmartExpandableSectionModule, typeof i7.SmartFilterModule, typeof i8.SmartformModule, typeof i9.SmartGridModule, typeof i10.SmartIconModule, typeof i11.SmartNavbarModule, typeof i12.SmartSessionModule, typeof i13.SmartTabGroupModule, typeof i14.SmarttableModule, typeof i5.SmartViewContextModule, typeof i1.SmartFileUploaderComponent, typeof i19.SmarttreeModule, typeof i18.SharedModule]>;
|
|
23
24
|
static ɵinj: i0.ɵɵInjectorDeclaration<SmartNgClientModule>;
|
|
24
25
|
}
|
|
@@ -6,21 +6,22 @@ import { Subject } from 'rxjs';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export interface SmarttreeConfiguration {
|
|
8
8
|
treeid: string;
|
|
9
|
+
viewContextName: string;
|
|
9
10
|
pageName: string;
|
|
10
11
|
}
|
|
11
12
|
export declare class SmarttreeGenericService extends SmarttreeService<SmartTreeNode[]> implements UseUiAction {
|
|
12
13
|
protected pageName: string;
|
|
13
14
|
protected treeId: string;
|
|
14
|
-
private treeMenuIcon?;
|
|
15
15
|
submit: Subject<void>;
|
|
16
16
|
reSubscribeToChange: Subject<void>;
|
|
17
17
|
uiActionDescriptors: Map<string, UiActionDescriptor>;
|
|
18
18
|
selectedNode?: SmartTreeNode;
|
|
19
|
+
viewContextName: string;
|
|
19
20
|
protected viewContext: SmartViewContextService;
|
|
20
21
|
private service;
|
|
21
22
|
private uiActionDescriptorService;
|
|
22
23
|
private uiActionService;
|
|
23
|
-
constructor(inject: Injector, pageName: string, treeId: string
|
|
24
|
+
constructor(inject: Injector, pageName: string, treeId: string);
|
|
24
25
|
constructUiActionModels(uiActions: UiAction[]): void;
|
|
25
26
|
configureTree(configuration: SmarttreeConfiguration): void;
|
|
26
27
|
initialize(): Promise<void>;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { OnDestroy } from
|
|
2
|
-
import { UiActionDescriptor } from
|
|
3
|
-
import { UiActionDescriptorService } from
|
|
4
|
-
import { UiActionConfirmDialogService } from
|
|
1
|
+
import { OnDestroy } from "@angular/core";
|
|
2
|
+
import { UiActionDescriptor } from "../../../api";
|
|
3
|
+
import { UiActionDescriptorService } from "../../ui-action.descriptor.service";
|
|
4
|
+
import { UiActionConfirmDialogService } from "./ui-action-confirm-dialog.service";
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class UiActionConfirmDialogComponent implements OnDestroy {
|
|
7
7
|
private service;
|
|
8
8
|
private manager;
|
|
9
9
|
code: string;
|
|
10
|
-
dialogType:
|
|
10
|
+
dialogType: "dialog" | "confirmDialog" | "inputDialog";
|
|
11
11
|
descriptor?: UiActionDescriptor;
|
|
12
12
|
constructor(service: UiActionConfirmDialogService, manager: UiActionDescriptorService);
|
|
13
13
|
setUp(): Promise<void>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { MatDialog } from '@angular/material/dialog';
|
|
2
2
|
import { Router } from '@angular/router';
|
|
3
|
+
import { SmartdialogService } from '../../../../smart-dialog/projects';
|
|
3
4
|
import { Subject } from 'rxjs';
|
|
4
5
|
import { UiAction } from '../../../api';
|
|
5
|
-
import { SmartdialogService } from '../../../../smart-dialog/smartdialog.service';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class UiActionConfirmDialogService extends SmartdialogService {
|
|
8
8
|
_destroy$: Subject<void>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { OnDestroy } from '@angular/core';
|
|
2
|
+
import { SmartFileUploaderI18n } from '../../../../smart-form/projects';
|
|
2
3
|
import { UiActionDescriptor } from '../../../api';
|
|
3
4
|
import { UiActionDescriptorService } from '../../ui-action.descriptor.service';
|
|
4
5
|
import { UiActionFileUploadDialogService } from './ui-action-file-upload-dialog.service';
|
|
5
|
-
import { SmartFileUploaderI18n } from '../../../../smart-form/smartfileuploader/smartfileuploader.model';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class UiActionFileUploadDialogComponent implements OnDestroy {
|
|
8
8
|
private service;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { MatDialog } from '@angular/material/dialog';
|
|
2
2
|
import { Router } from '@angular/router';
|
|
3
3
|
import { Subject } from 'rxjs';
|
|
4
|
+
import { SmartdialogService } from '../../../../smart-dialog/projects';
|
|
4
5
|
import { UiAction } from '../../../api';
|
|
5
|
-
import { SmartdialogService } from '../../../../smart-dialog/smartdialog.service';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class UiActionFileUploadDialogService extends SmartdialogService {
|
|
8
8
|
_destroy$: Subject<void>;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { OnDestroy } from '@angular/core';
|
|
2
|
+
import { SmartForm, SmartformComponent } from '../../../../smart-form/projects';
|
|
2
3
|
import { UiActionDescriptor } from '../../../api';
|
|
3
4
|
import { UiActionDescriptorService } from '../../ui-action.descriptor.service';
|
|
4
5
|
import { UiActionInputDialogService } from './ui-action-input-dialog.service';
|
|
5
|
-
import { SmartForm } from '../../../../smart-form/smartform.model';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class UiActionInputDialogComponent implements OnDestroy {
|
|
8
8
|
private service;
|
|
9
9
|
private manager;
|
|
10
|
-
folderFormChild:
|
|
10
|
+
folderFormChild: SmartformComponent;
|
|
11
11
|
code: string;
|
|
12
12
|
folderForm: SmartForm;
|
|
13
13
|
dialogType: 'dialog' | 'inputDialog' | 'input2Dialog';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { MatDialog } from '@angular/material/dialog';
|
|
2
2
|
import { Router } from '@angular/router';
|
|
3
|
+
import { SmartdialogService } from '../../../../smart-dialog/projects';
|
|
3
4
|
import { Subject } from 'rxjs';
|
|
4
5
|
import { UiAction, UiActionRequest } from '../../../api';
|
|
5
|
-
import { SmartdialogService } from '../../../../smart-dialog/smartdialog.service';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class UiActionInputDialogService extends SmartdialogService {
|
|
8
8
|
_destroy$: Subject<void>;
|
|
@@ -2,7 +2,7 @@ import { Subject } from 'rxjs';
|
|
|
2
2
|
import { UiAction } from '../api/model/uiAction';
|
|
3
3
|
import { UiActionDescriptor } from '../api/model/uiActionDescriptor';
|
|
4
4
|
import { UiActionRequest } from '../api/model/uiActionRequest';
|
|
5
|
-
import { SmartFormInvalidFields } from '../../smart-form/
|
|
5
|
+
import { SmartFormInvalidFields } from '../../smart-form/projects';
|
|
6
6
|
export interface UiActionModel {
|
|
7
7
|
uiAction: UiAction;
|
|
8
8
|
serviceToUse: UseUiAction | UseUiAction2;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { OnDestroy } from '@angular/core';
|
|
2
2
|
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
3
3
|
import { UiAction } from '../api';
|
|
4
|
-
import
|
|
5
|
-
import
|
|
4
|
+
import { UiActionConfirmDialogService } from './dialogs/ui-action-confirm-dialog/ui-action-confirm-dialog.service';
|
|
5
|
+
import { UiActionInputDialogService } from './dialogs/ui-action-input-dialog/ui-action-input-dialog.service';
|
|
6
6
|
import { UiActionModel } from './ui-action.model';
|
|
7
|
-
import
|
|
7
|
+
import { UiActionFileUploadDialogService } from './dialogs/ui-action-file-upload-dialog/ui-action-file-upload-dialog.service';
|
|
8
8
|
import { SmartFormInvalidFields } from '../../smart-form/smartform.model';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export interface ExecuteUiActionOptions {
|
|
@@ -7,41 +7,18 @@ import * as i5 from "./smart-ui-action/dialogs/ui-action-input-dialog/ui-action-
|
|
|
7
7
|
import * as i6 from "./smart-ui-action/dialogs/ui-action-confirm-dialog/ui-action-confirm-dialog.component";
|
|
8
8
|
import * as i7 from "./smart-ui-action/dialogs/ui-action-file-upload-dialog/ui-action-file-upload-dialog.component";
|
|
9
9
|
import * as i8 from "./invalid-fields-snack-bar/invalid-fields-snack-bar.component";
|
|
10
|
-
import * as i9 from "
|
|
11
|
-
import * as i10 from "
|
|
12
|
-
import * as i11 from "
|
|
13
|
-
import * as i12 from "
|
|
14
|
-
import * as i13 from "
|
|
15
|
-
import * as i14 from "
|
|
16
|
-
import * as i15 from "../smart-
|
|
17
|
-
import * as i16 from "../smart-form/
|
|
18
|
-
import * as i17 from "@angular/
|
|
19
|
-
import * as i18 from "
|
|
20
|
-
import * as i19 from "@angular/material/core";
|
|
21
|
-
import * as i20 from "@angular/material/button";
|
|
22
|
-
import * as i21 from "@angular/material/icon";
|
|
23
|
-
import * as i22 from "@angular/material/snack-bar";
|
|
24
|
-
import * as i23 from "../smart-icon/smart-icon.module";
|
|
25
|
-
import * as i24 from "@angular/material/tooltip";
|
|
26
|
-
import * as i25 from "../shared/shared.module";
|
|
27
|
-
import * as i26 from "@angular/platform-browser";
|
|
28
|
-
import * as i27 from "@angular/material/chips";
|
|
29
|
-
import * as i28 from "@angular/forms";
|
|
30
|
-
import * as i29 from "@angular/material/form-field";
|
|
31
|
-
import * as i30 from "@angular/material/checkbox";
|
|
32
|
-
import * as i31 from "@angular/material/select";
|
|
33
|
-
import * as i32 from "@angular/material/input";
|
|
34
|
-
import * as i33 from "@angular/material/datepicker";
|
|
35
|
-
import * as i34 from "@angular/material-moment-adapter";
|
|
36
|
-
import * as i35 from "@angular/material/radio";
|
|
37
|
-
import * as i36 from "@angular/material/slide-toggle";
|
|
38
|
-
import * as i37 from "@angular/material/autocomplete";
|
|
39
|
-
import * as i38 from "ngx-mask";
|
|
40
|
-
import * as i39 from "ngx-quill";
|
|
41
|
-
import * as i40 from "@angular/cdk/drag-drop";
|
|
42
|
-
import * as i41 from "@angular/youtube-player";
|
|
10
|
+
import * as i9 from "@angular/common";
|
|
11
|
+
import * as i10 from "@angular/common/http";
|
|
12
|
+
import * as i11 from "@angular/material/core";
|
|
13
|
+
import * as i12 from "@angular/material/button";
|
|
14
|
+
import * as i13 from "@angular/material/icon";
|
|
15
|
+
import * as i14 from "@angular/material/snack-bar";
|
|
16
|
+
import * as i15 from "../smart-icon/smart-icon.module";
|
|
17
|
+
import * as i16 from "../smart-form/smartform.module";
|
|
18
|
+
import * as i17 from "@angular/material/tooltip";
|
|
19
|
+
import * as i18 from "../shared/shared.module";
|
|
43
20
|
export declare class SmartViewContextModule {
|
|
44
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartViewContextModule, never>;
|
|
45
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SmartViewContextModule, [typeof i1.MessageDialogComponent, typeof i2.SmartViewContextErrorDialogComponent, typeof i3.SmartViewRedirect, typeof i4.UiActionToolbarComponent, typeof i5.UiActionInputDialogComponent, typeof i6.UiActionConfirmDialogComponent, typeof i7.UiActionFileUploadDialogComponent, typeof i8.InvalidFieldsSnackBarComponent, typeof i9.
|
|
22
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SmartViewContextModule, [typeof i1.MessageDialogComponent, typeof i2.SmartViewContextErrorDialogComponent, typeof i3.SmartViewRedirect, typeof i4.UiActionToolbarComponent, typeof i5.UiActionInputDialogComponent, typeof i6.UiActionConfirmDialogComponent, typeof i7.UiActionFileUploadDialogComponent, typeof i8.InvalidFieldsSnackBarComponent], [typeof i9.CommonModule, typeof i10.HttpClientModule, typeof i11.MatCommonModule, typeof i12.MatButtonModule, typeof i13.MatIconModule, typeof i14.MatSnackBarModule, typeof i15.SmartIconModule, typeof i16.SmartformModule, typeof i17.MatTooltipModule, typeof i18.SharedModule], [typeof i4.UiActionToolbarComponent, typeof i5.UiActionInputDialogComponent]>;
|
|
46
23
|
static ɵinj: i0.ɵɵInjectorDeclaration<SmartViewContextModule>;
|
|
47
24
|
}
|
|
@@ -68,7 +68,6 @@ export declare class SmartViewContextService implements OnDestroy {
|
|
|
68
68
|
syncView(): void;
|
|
69
69
|
private setViewContextUuid;
|
|
70
70
|
getViewContextUuid(): string;
|
|
71
|
-
hasViewContextUuid(): boolean;
|
|
72
71
|
setUuidOfPage(pageName: string, uuid: string, componentName?: string): void;
|
|
73
72
|
clearUuidOfPage(pageName: string, componentName?: string): void;
|
|
74
73
|
getUuidOfPage(pageName: string): string;
|
|
@@ -94,7 +93,6 @@ export declare class SmartViewContextService implements OnDestroy {
|
|
|
94
93
|
private handleChanges;
|
|
95
94
|
load(uuid: string): Promise<ComponentModel | undefined>;
|
|
96
95
|
load2(uuid: string): Promise<ViewContextChange | undefined>;
|
|
97
|
-
getCurrentViewContext(): ViewContextData | undefined;
|
|
98
96
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartViewContextService, never>;
|
|
99
97
|
static ɵprov: i0.ɵɵInjectableDeclaration<SmartViewContextService>;
|
|
100
98
|
}
|
package/package.json
CHANGED
|
Binary file
|