@smartbit4all/ng-client 3.3.137 → 3.3.139

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.
Files changed (230) hide show
  1. package/esm2020/lib/session/api/api/session.service.mjs +1 -1
  2. package/esm2020/lib/session/api/encoder.mjs +1 -1
  3. package/esm2020/lib/session/api/model/accountInfo.mjs +1 -1
  4. package/esm2020/lib/session/api/model/apiError.mjs +1 -1
  5. package/esm2020/lib/session/api/model/authenticationProviderData.mjs +1 -1
  6. package/esm2020/lib/session/api/model/getAuthenticationProvidersResponse.mjs +1 -1
  7. package/esm2020/lib/session/api/model/models.mjs +1 -1
  8. package/esm2020/lib/session/api/model/refreshSessionRequest.mjs +1 -1
  9. package/esm2020/lib/session/api/model/session.mjs +1 -1
  10. package/esm2020/lib/session/api/model/sessionInfoData.mjs +1 -1
  11. package/esm2020/lib/session/api/model/userActivityLog.mjs +1 -1
  12. package/esm2020/lib/session/api/param.mjs +1 -1
  13. package/esm2020/lib/session/api/variables.mjs +1 -1
  14. package/esm2020/lib/smart-client/smart-component-api-client.mjs +31 -34
  15. package/esm2020/lib/smart-component-layout/api/api/api.mjs +1 -1
  16. package/esm2020/lib/smart-component-layout/api/api/default.service.mjs +1 -1
  17. package/esm2020/lib/smart-component-layout/api/api.module.mjs +1 -1
  18. package/esm2020/lib/smart-component-layout/api/configuration.mjs +1 -1
  19. package/esm2020/lib/smart-component-layout/api/encoder.mjs +1 -1
  20. package/esm2020/lib/smart-component-layout/api/index.mjs +1 -1
  21. package/esm2020/lib/smart-component-layout/api/model/componentType.mjs +1 -1
  22. package/esm2020/lib/smart-component-layout/api/model/componentWidgetType.mjs +1 -1
  23. package/esm2020/lib/smart-component-layout/api/model/layoutDirection.mjs +1 -1
  24. package/esm2020/lib/smart-component-layout/api/model/models.mjs +1 -1
  25. package/esm2020/lib/smart-component-layout/api/model/smartComponentLayoutDefinition.mjs +1 -1
  26. package/esm2020/lib/smart-component-layout/api/model/smartComponentWidgetDefinition.mjs +1 -1
  27. package/esm2020/lib/smart-component-layout/api/param.mjs +1 -1
  28. package/esm2020/lib/smart-component-layout/api/variables.mjs +1 -1
  29. package/esm2020/lib/smart-component-layout/smart-component-layout-utility.mjs +9 -48
  30. package/esm2020/lib/smart-component-layout/smart-component-layout.component.mjs +28 -67
  31. package/esm2020/lib/smart-component-layout/smart-component-layout.module.mjs +5 -1
  32. package/esm2020/lib/smart-dialog/smartdialog.model.mjs +1 -1
  33. package/esm2020/lib/smart-dialog/smartdialog.module.mjs +5 -5
  34. package/esm2020/lib/smart-expandable-section/expandable-section.component.mjs +6 -12
  35. package/esm2020/lib/smart-expandable-section/expandable-section.model.mjs +1 -1
  36. package/esm2020/lib/smart-filter/api/filter/model/filterExpressionBoolOperator.mjs +1 -1
  37. package/esm2020/lib/smart-filter/api/filter/model/filterExpressionBuilderField.mjs +1 -1
  38. package/esm2020/lib/smart-filter/api/filter/model/filterExpressionBuilderGroup.mjs +1 -1
  39. package/esm2020/lib/smart-filter/api/filter/model/filterExpressionBuilderModel.mjs +1 -1
  40. package/esm2020/lib/smart-filter/api/filter/model/filterExpressionData.mjs +1 -1
  41. package/esm2020/lib/smart-filter/api/filter/model/filterExpressionDataType.mjs +1 -1
  42. package/esm2020/lib/smart-filter/api/filter/model/filterExpressionField.mjs +1 -1
  43. package/esm2020/lib/smart-filter/api/filter/model/filterExpressionFieldList.mjs +1 -1
  44. package/esm2020/lib/smart-filter/api/filter/model/filterExpressionFieldWidgetType.mjs +1 -2
  45. package/esm2020/lib/smart-filter/api/filter/model/filterExpressionList.mjs +1 -1
  46. package/esm2020/lib/smart-filter/api/filter/model/filterExpressionOperandData.mjs +1 -1
  47. package/esm2020/lib/smart-filter/api/filter/model/filterExpressionOperation.mjs +1 -1
  48. package/esm2020/lib/smart-filter/api/filter/model/filterExpressionOrderBy.mjs +1 -1
  49. package/esm2020/lib/smart-filter/smart-filter.module.mjs +5 -5
  50. package/esm2020/lib/smart-filter-editor/api/api/filter.service.mjs +1 -1
  51. package/esm2020/lib/smart-filter-editor/api/configuration.mjs +1 -1
  52. package/esm2020/lib/smart-filter-editor/api/encoder.mjs +1 -1
  53. package/esm2020/lib/smart-filter-editor/api/model/filterExpressionBoolOperator.mjs +1 -1
  54. package/esm2020/lib/smart-filter-editor/api/model/filterExpressionBuilderApiConfig.mjs +1 -1
  55. package/esm2020/lib/smart-filter-editor/api/model/filterExpressionBuilderField.mjs +1 -1
  56. package/esm2020/lib/smart-filter-editor/api/model/filterExpressionBuilderGroup.mjs +1 -1
  57. package/esm2020/lib/smart-filter-editor/api/model/filterExpressionBuilderModel.mjs +1 -1
  58. package/esm2020/lib/smart-filter-editor/api/model/filterExpressionBuilderUiModel.mjs +1 -1
  59. package/esm2020/lib/smart-filter-editor/api/model/filterExpressionData.mjs +1 -1
  60. package/esm2020/lib/smart-filter-editor/api/model/filterExpressionDataType.mjs +1 -1
  61. package/esm2020/lib/smart-filter-editor/api/model/filterExpressionField.mjs +1 -1
  62. package/esm2020/lib/smart-filter-editor/api/model/filterExpressionFieldEditor.mjs +1 -1
  63. package/esm2020/lib/smart-filter-editor/api/model/filterExpressionFieldList.mjs +1 -1
  64. package/esm2020/lib/smart-filter-editor/api/model/filterExpressionFieldWidgetType.mjs +1 -2
  65. package/esm2020/lib/smart-filter-editor/api/model/filterExpressionList.mjs +1 -1
  66. package/esm2020/lib/smart-filter-editor/api/model/filterExpressionOperandData.mjs +1 -1
  67. package/esm2020/lib/smart-filter-editor/api/model/filterExpressionOperation.mjs +1 -1
  68. package/esm2020/lib/smart-filter-editor/api/param.mjs +1 -1
  69. package/esm2020/lib/smart-filter-editor/api/variables.mjs +1 -1
  70. package/esm2020/lib/smart-filter-editor/smart-filter-editor.module.mjs +8 -1
  71. package/esm2020/lib/smart-form/api/model/smartMatrixModel.mjs +1 -1
  72. package/esm2020/lib/smart-form/api/model/smartWidgetDefinition.mjs +1 -1
  73. package/esm2020/lib/smart-form/projects.mjs +2 -1
  74. package/esm2020/lib/smart-form/services/smartform.layout-definition.service.mjs +3 -21
  75. package/esm2020/lib/smart-form/services/smartform.service.mjs +1 -6
  76. package/esm2020/lib/smart-form/smartform.component.mjs +3 -19
  77. package/esm2020/lib/smart-form/smartform.form-model.mjs +1 -1
  78. package/esm2020/lib/smart-form/smartform.module.mjs +157 -0
  79. package/esm2020/lib/smart-form/widgets/smartformwidget/smartformwidget.component.mjs +32 -118
  80. package/esm2020/lib/smart-grid/api/grid-api/api/api.mjs +1 -1
  81. package/esm2020/lib/smart-grid/api/grid-api/api/grid.service.mjs +1 -1
  82. package/esm2020/lib/smart-grid/api/grid-api/api.module.mjs +1 -1
  83. package/esm2020/lib/smart-grid/api/grid-api/configuration.mjs +1 -1
  84. package/esm2020/lib/smart-grid/api/grid-api/encoder.mjs +1 -1
  85. package/esm2020/lib/smart-grid/api/grid-api/index.mjs +1 -1
  86. package/esm2020/lib/smart-grid/api/grid-api/model/gridColumnContentType.mjs +1 -1
  87. package/esm2020/lib/smart-grid/api/grid-api/model/gridColumnMeta.mjs +1 -1
  88. package/esm2020/lib/smart-grid/api/grid-api/model/gridDataAccessConfig.mjs +1 -1
  89. package/esm2020/lib/smart-grid/api/grid-api/model/gridModel.mjs +1 -1
  90. package/esm2020/lib/smart-grid/api/grid-api/model/gridPage.mjs +1 -1
  91. package/esm2020/lib/smart-grid/api/grid-api/model/gridRow.mjs +1 -1
  92. package/esm2020/lib/smart-grid/api/grid-api/model/gridSelectionChange.mjs +1 -1
  93. package/esm2020/lib/smart-grid/api/grid-api/model/gridSelectionMode.mjs +1 -1
  94. package/esm2020/lib/smart-grid/api/grid-api/model/gridSelectionType.mjs +1 -1
  95. package/esm2020/lib/smart-grid/api/grid-api/model/gridServerModel.mjs +1 -1
  96. package/esm2020/lib/smart-grid/api/grid-api/model/gridUpdateData.mjs +1 -1
  97. package/esm2020/lib/smart-grid/api/grid-api/model/gridView.mjs +1 -1
  98. package/esm2020/lib/smart-grid/api/grid-api/model/gridViewDescriptor.mjs +1 -1
  99. package/esm2020/lib/smart-grid/api/grid-api/model/models.mjs +1 -1
  100. package/esm2020/lib/smart-grid/api/grid-api/param.mjs +1 -1
  101. package/esm2020/lib/smart-grid/api/grid-api/variables.mjs +1 -1
  102. package/esm2020/lib/smart-grid/smart-grid.component.mjs +11 -26
  103. package/esm2020/lib/smart-grid/smart-grid.module.mjs +6 -3
  104. package/esm2020/lib/smart-navbar/smart-navbar.module.mjs +5 -5
  105. package/esm2020/lib/smart-ng-client.module.mjs +8 -1
  106. package/esm2020/lib/smart-table/tables/table.mjs +4 -6
  107. package/esm2020/lib/smart-tree/smarttree-generic.service.mjs +13 -20
  108. package/esm2020/lib/smart-tree/smarttree.module.mjs +3 -11
  109. package/esm2020/lib/smart-tree/tree-api/api/tree.service.mjs +1 -1
  110. package/esm2020/lib/smart-tree/tree-api/configuration.mjs +1 -1
  111. package/esm2020/lib/smart-tree/tree-api/encoder.mjs +1 -1
  112. package/esm2020/lib/smart-tree/tree-api/param.mjs +1 -1
  113. package/esm2020/lib/smart-tree/tree-api/variables.mjs +1 -1
  114. package/esm2020/lib/view-context/api/api/api.mjs +1 -1
  115. package/esm2020/lib/view-context/api/api/view.service.mjs +1 -1
  116. package/esm2020/lib/view-context/api/api.module.mjs +1 -1
  117. package/esm2020/lib/view-context/api/configuration.mjs +1 -1
  118. package/esm2020/lib/view-context/api/encoder.mjs +1 -1
  119. package/esm2020/lib/view-context/api/index.mjs +1 -1
  120. package/esm2020/lib/view-context/api/model/closeResult.mjs +1 -1
  121. package/esm2020/lib/view-context/api/model/componentConstraint.mjs +1 -1
  122. package/esm2020/lib/view-context/api/model/componentModel.mjs +1 -1
  123. package/esm2020/lib/view-context/api/model/componentModelChange.mjs +1 -1
  124. package/esm2020/lib/view-context/api/model/dataChange.mjs +1 -1
  125. package/esm2020/lib/view-context/api/model/dataChangeEvent.mjs +1 -1
  126. package/esm2020/lib/view-context/api/model/dataChangeKind.mjs +1 -1
  127. package/esm2020/lib/view-context/api/model/downloadedFile.mjs +1 -1
  128. package/esm2020/lib/view-context/api/model/iconPosition.mjs +1 -1
  129. package/esm2020/lib/view-context/api/model/imageResource.mjs +1 -1
  130. package/esm2020/lib/view-context/api/model/link.mjs +1 -1
  131. package/esm2020/lib/view-context/api/model/messageData.mjs +1 -1
  132. package/esm2020/lib/view-context/api/model/messageOption.mjs +1 -1
  133. package/esm2020/lib/view-context/api/model/messageOptionType.mjs +1 -1
  134. package/esm2020/lib/view-context/api/model/messageResult.mjs +1 -1
  135. package/esm2020/lib/view-context/api/model/messageTextType.mjs +1 -1
  136. package/esm2020/lib/view-context/api/model/messageType.mjs +1 -1
  137. package/esm2020/lib/view-context/api/model/openPendingData.mjs +1 -1
  138. package/esm2020/lib/view-context/api/model/smartLinkData.mjs +1 -1
  139. package/esm2020/lib/view-context/api/model/style.mjs +1 -1
  140. package/esm2020/lib/view-context/api/model/uiAction.mjs +1 -1
  141. package/esm2020/lib/view-context/api/model/uiActionButtonDescriptor.mjs +1 -1
  142. package/esm2020/lib/view-context/api/model/uiActionButtonType.mjs +1 -1
  143. package/esm2020/lib/view-context/api/model/uiActionConstraint.mjs +1 -1
  144. package/esm2020/lib/view-context/api/model/uiActionDescriptor.mjs +1 -1
  145. package/esm2020/lib/view-context/api/model/uiActionDialogDescriptor.mjs +1 -1
  146. package/esm2020/lib/view-context/api/model/uiActionFeedbackType.mjs +1 -1
  147. package/esm2020/lib/view-context/api/model/uiActionInputType.mjs +1 -1
  148. package/esm2020/lib/view-context/api/model/uiActionRequest.mjs +1 -1
  149. package/esm2020/lib/view-context/api/model/uiActionTooltip.mjs +1 -1
  150. package/esm2020/lib/view-context/api/model/uiActionUploadDescriptor.mjs +1 -1
  151. package/esm2020/lib/view-context/api/model/valueSet.mjs +1 -1
  152. package/esm2020/lib/view-context/api/model/view.mjs +1 -1
  153. package/esm2020/lib/view-context/api/model/viewApiError.mjs +1 -1
  154. package/esm2020/lib/view-context/api/model/viewConstraint.mjs +1 -1
  155. package/esm2020/lib/view-context/api/model/viewContext.mjs +1 -1
  156. package/esm2020/lib/view-context/api/model/viewContextChange.mjs +1 -1
  157. package/esm2020/lib/view-context/api/model/viewContextData.mjs +1 -1
  158. package/esm2020/lib/view-context/api/model/viewContextUpdate.mjs +1 -1
  159. package/esm2020/lib/view-context/api/model/viewData.mjs +1 -1
  160. package/esm2020/lib/view-context/api/model/viewState.mjs +1 -1
  161. package/esm2020/lib/view-context/api/model/viewStateUpdate.mjs +1 -1
  162. package/esm2020/lib/view-context/api/model/viewType.mjs +1 -1
  163. package/esm2020/lib/view-context/api/param.mjs +1 -1
  164. package/esm2020/lib/view-context/api/variables.mjs +1 -1
  165. package/esm2020/lib/view-context/smart-ui-action/dialogs/ui-action-confirm-dialog/ui-action-confirm-dialog.component.mjs +12 -15
  166. package/esm2020/lib/view-context/smart-ui-action/dialogs/ui-action-confirm-dialog/ui-action-confirm-dialog.service.mjs +2 -2
  167. package/esm2020/lib/view-context/smart-ui-action/dialogs/ui-action-file-upload-dialog/ui-action-file-upload-dialog.component.mjs +10 -13
  168. package/esm2020/lib/view-context/smart-ui-action/dialogs/ui-action-file-upload-dialog/ui-action-file-upload-dialog.service.mjs +2 -2
  169. package/esm2020/lib/view-context/smart-ui-action/dialogs/ui-action-input-dialog/ui-action-input-dialog.component.mjs +11 -17
  170. package/esm2020/lib/view-context/smart-ui-action/dialogs/ui-action-input-dialog/ui-action-input-dialog.service.mjs +2 -2
  171. package/esm2020/lib/view-context/smart-ui-action/ui-action-toolbar.component.mjs +6 -11
  172. package/esm2020/lib/view-context/smart-ui-action/ui-action.model.mjs +1 -1
  173. package/esm2020/lib/view-context/smart-ui-action/ui-action.service.mjs +8 -14
  174. package/esm2020/lib/view-context/smart-view-context.module.mjs +10 -132
  175. package/esm2020/lib/view-context/smart-view-context.service.mjs +1 -8
  176. package/fesm2015/smartbit4all-ng-client.mjs +2842 -3076
  177. package/fesm2015/smartbit4all-ng-client.mjs.map +1 -1
  178. package/fesm2020/smartbit4all-ng-client.mjs +3561 -3787
  179. package/fesm2020/smartbit4all-ng-client.mjs.map +1 -1
  180. package/lib/smart-client/smart-component-api-client.d.ts +1 -2
  181. package/lib/smart-component-layout/api/model/smartComponentLayoutDefinition.d.ts +5 -3
  182. package/lib/smart-component-layout/api/model/smartComponentWidgetDefinition.d.ts +2 -2
  183. package/lib/smart-component-layout/smart-component-layout-utility.d.ts +3 -4
  184. package/lib/smart-component-layout/smart-component-layout.component.d.ts +6 -10
  185. package/lib/smart-component-layout/smart-component-layout.module.d.ts +6 -5
  186. package/lib/smart-dialog/smartdialog.model.d.ts +2 -2
  187. package/lib/smart-dialog/smartdialog.module.d.ts +2 -2
  188. package/lib/smart-expandable-section/expandable-section.model.d.ts +2 -4
  189. package/lib/smart-filter/api/filter/model/filterExpressionFieldWidgetType.d.ts +0 -1
  190. package/lib/smart-filter/smart-filter.module.d.ts +2 -2
  191. package/lib/smart-filter-editor/api/model/filterExpressionField.d.ts +0 -3
  192. package/lib/smart-filter-editor/api/model/filterExpressionFieldWidgetType.d.ts +0 -1
  193. package/lib/smart-filter-editor/smart-filter-editor.module.d.ts +5 -4
  194. package/lib/smart-form/api/model/smartWidgetDefinition.d.ts +1 -2
  195. package/lib/smart-form/projects.d.ts +1 -0
  196. package/lib/smart-form/services/smartform.layout-definition.service.d.ts +0 -1
  197. package/lib/smart-form/smartform.component.d.ts +2 -6
  198. package/lib/smart-form/smartform.form-model.d.ts +1 -17
  199. package/lib/smart-form/smartform.module.d.ts +35 -0
  200. package/lib/smart-form/widgets/smartformwidget/smartformwidget.component.d.ts +1 -31
  201. package/lib/smart-grid/api/grid-api/model/gridColumnMeta.d.ts +0 -4
  202. package/lib/smart-grid/api/grid-api/model/gridModel.d.ts +0 -2
  203. package/lib/smart-grid/api/grid-api/model/gridServerModel.d.ts +0 -2
  204. package/lib/smart-grid/smart-grid.component.d.ts +1 -2
  205. package/lib/smart-grid/smart-grid.module.d.ts +4 -3
  206. package/lib/smart-navbar/smart-navbar.module.d.ts +2 -2
  207. package/lib/smart-ng-client.module.d.ts +13 -12
  208. package/lib/smart-tree/smarttree-generic.service.d.ts +3 -2
  209. package/lib/view-context/api/model/uiAction.d.ts +0 -4
  210. package/lib/view-context/smart-ui-action/dialogs/ui-action-confirm-dialog/ui-action-confirm-dialog.component.d.ts +5 -5
  211. package/lib/view-context/smart-ui-action/dialogs/ui-action-confirm-dialog/ui-action-confirm-dialog.service.d.ts +1 -1
  212. package/lib/view-context/smart-ui-action/dialogs/ui-action-file-upload-dialog/ui-action-file-upload-dialog.component.d.ts +1 -1
  213. package/lib/view-context/smart-ui-action/dialogs/ui-action-file-upload-dialog/ui-action-file-upload-dialog.service.d.ts +1 -1
  214. package/lib/view-context/smart-ui-action/dialogs/ui-action-input-dialog/ui-action-input-dialog.component.d.ts +2 -2
  215. package/lib/view-context/smart-ui-action/dialogs/ui-action-input-dialog/ui-action-input-dialog.service.d.ts +1 -1
  216. package/lib/view-context/smart-ui-action/ui-action.model.d.ts +1 -1
  217. package/lib/view-context/smart-ui-action/ui-action.service.d.ts +3 -3
  218. package/lib/view-context/smart-view-context.module.d.ts +11 -34
  219. package/lib/view-context/smart-view-context.service.d.ts +0 -2
  220. package/package.json +1 -1
  221. package/smartbit4all-ng-client-3.3.139.tgz +0 -0
  222. package/src/lib/session/api/README.md +226 -226
  223. package/src/lib/smart-component-layout/api/README.md +226 -226
  224. package/src/lib/smart-filter-editor/api/README.md +226 -226
  225. package/src/lib/smart-grid/api/grid-api/README.md +226 -226
  226. package/src/lib/smart-tree/tree-api/README.md +226 -226
  227. package/src/lib/view-context/api/README.md +226 -226
  228. package/esm2020/lib/smart-filter-editor/api/model/smartFilterType.mjs +0 -17
  229. package/lib/smart-filter-editor/api/model/smartFilterType.d.ts +0 -15
  230. package/smartbit4all-ng-client-3.3.137.tgz +0 -0
@@ -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, treeMenuIcon?: string | undefined);
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>;
@@ -41,8 +41,4 @@ export interface UiAction {
41
41
  * The id of toolbar which this UiAction should be placed on.
42
42
  */
43
43
  toolbar?: string;
44
- /**
45
- * Whether this action should appear disabled or not.
46
- */
47
- disabled?: boolean;
48
44
  }
@@ -1,13 +1,13 @@
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';
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: 'dialog' | 'confirmDialog' | 'inputDialog';
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: any;
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/smartform.model';
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 type { UiActionConfirmDialogService } from './dialogs/ui-action-confirm-dialog/ui-action-confirm-dialog.service';
5
- import type { UiActionInputDialogService } from './dialogs/ui-action-input-dialog/ui-action-input-dialog.service';
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 type { UiActionFileUploadDialogService } from './dialogs/ui-action-file-upload-dialog/ui-action-file-upload-dialog.service';
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 "../smart-form/smartform.component";
11
- import * as i10 from "../smart-form/widgets/smartformwidget/smartformwidget.component";
12
- import * as i11 from "../smart-form/smartfileuploader/smartfileuploader.component";
13
- import * as i12 from "../smart-form/widgets/smartformwidget/trackCaps.directive";
14
- import * as i13 from "../smart-form/smartfileuploader/large-file-snack-bar/large-file-snack-bar.component";
15
- import * as i14 from "../smart-form/widgets/smartformwidget/sortable-widget/sortable-widget.component";
16
- import * as i15 from "../smart-form/widgets/components/smart-month-picker/smart-month-picker.component";
17
- import * as i16 from "../smart-form/highlightMacthingString-pipe";
18
- import * as i17 from "@angular/common";
19
- import * as i18 from "@angular/common/http";
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.SmartformComponent, typeof i10.SmartformwidgetComponent, typeof i11.SmartfileuploaderComponent, typeof i12.TrackCapsDirective, typeof i13.LargeFileSnackBarComponent, typeof i14.SortableWidgetComponent, typeof i15.SmartMonthPickerComponent, typeof i16.HighlightPipe], [typeof i17.CommonModule, typeof i18.HttpClientModule, typeof i19.MatCommonModule, typeof i20.MatButtonModule, typeof i21.MatIconModule, typeof i22.MatSnackBarModule, typeof i23.SmartIconModule, typeof i24.MatTooltipModule, typeof i25.SharedModule, typeof i26.BrowserModule, typeof i27.MatChipsModule, typeof i28.FormsModule, typeof i28.ReactiveFormsModule, typeof i29.MatFormFieldModule, typeof i30.MatCheckboxModule, typeof i31.MatSelectModule, typeof i32.MatInputModule, typeof i33.MatDatepickerModule, typeof i34.MatMomentDateModule, typeof i35.MatRadioModule, typeof i36.MatSlideToggleModule, typeof i37.MatAutocompleteModule, typeof i38.NgxMaskModule, typeof i39.QuillModule, typeof i40.DragDropModule, typeof i41.YouTubePlayerModule], [typeof i4.UiActionToolbarComponent, typeof i5.UiActionInputDialogComponent, typeof i9.SmartformComponent, typeof i10.SmartformwidgetComponent, typeof i11.SmartfileuploaderComponent, typeof i16.HighlightPipe]>;
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "3.3.137",
3
+ "version": "3.3.139",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^13.3.9",
6
6
  "@angular/common": "^13.2.0",