@smartbit4all/ng-client 4.2.33 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (434) hide show
  1. package/fesm2022/smartbit4all-ng-client-src-lib-smart-chart.mjs +12 -12
  2. package/fesm2022/smartbit4all-ng-client-src-lib-smart-chart.mjs.map +1 -1
  3. package/fesm2022/smartbit4all-ng-client.mjs +559 -535
  4. package/fesm2022/smartbit4all-ng-client.mjs.map +1 -1
  5. package/lib/smart-client/smart-component-api-client.d.ts +2 -2
  6. package/lib/smart-component-layout/smart-component-layout.component.d.ts +1 -1
  7. package/lib/smart-dialog/smartdialog.module.d.ts +2 -1
  8. package/lib/smart-grid/smart-grid.component.d.ts +1 -1
  9. package/lib/smart-grid/smart-grid.module.d.ts +21 -19
  10. package/lib/smart-map/abstract-map.d.ts +1 -1
  11. package/lib/smart-ng-client.module.d.ts +4 -3
  12. package/lib/view-context/message-dialog/message-dialog.component.d.ts +4 -1
  13. package/lib/view-context/smart-view-context.module.d.ts +42 -43
  14. package/package.json +12 -13
  15. package/smartbit4all-ng-client-5.0.0.tgz +0 -0
  16. package/esm2022/lib/component-factory-service/component-factory-service.module.mjs +0 -17
  17. package/esm2022/lib/component-factory-service/component-factory-service.service.mjs +0 -35
  18. package/esm2022/lib/component-factory-service/projects.mjs +0 -6
  19. package/esm2022/lib/session/api/api/api.mjs +0 -4
  20. package/esm2022/lib/session/api/api/session.service.mjs +0 -306
  21. package/esm2022/lib/session/api/configuration.mjs +0 -91
  22. package/esm2022/lib/session/api/encoder.mjs +0 -19
  23. package/esm2022/lib/session/api/index.mjs +0 -3
  24. package/esm2022/lib/session/api/model/accountInfo.mjs +0 -13
  25. package/esm2022/lib/session/api/model/apiError.mjs +0 -13
  26. package/esm2022/lib/session/api/model/authenticationProviderData.mjs +0 -13
  27. package/esm2022/lib/session/api/model/getAuthenticationProvidersResponse.mjs +0 -2
  28. package/esm2022/lib/session/api/model/models.mjs +0 -9
  29. package/esm2022/lib/session/api/model/refreshSessionRequest.mjs +0 -13
  30. package/esm2022/lib/session/api/model/session.mjs +0 -2
  31. package/esm2022/lib/session/api/model/sessionInfoData.mjs +0 -2
  32. package/esm2022/lib/session/api/model/userActivityLog.mjs +0 -13
  33. package/esm2022/lib/session/api/param.mjs +0 -2
  34. package/esm2022/lib/session/api/variables.mjs +0 -9
  35. package/esm2022/lib/session/cookie-service/smart-cookie.service.mjs +0 -225
  36. package/esm2022/lib/session/projects.mjs +0 -10
  37. package/esm2022/lib/session/smart-error-catching.interceptor.mjs +0 -95
  38. package/esm2022/lib/session/smart-header-maintainer.interceptor.mjs +0 -46
  39. package/esm2022/lib/session/smart-session-handler.service.mjs +0 -6
  40. package/esm2022/lib/session/smart-session.module.mjs +0 -58
  41. package/esm2022/lib/session/smart-session.service.mjs +0 -230
  42. package/esm2022/lib/session/smart-timer/smart-session-timer.component.mjs +0 -35
  43. package/esm2022/lib/session/smart-timer/smart-session-timer.service.mjs +0 -58
  44. package/esm2022/lib/shared/projects.mjs +0 -4
  45. package/esm2022/lib/shared/shared.module.mjs +0 -19
  46. package/esm2022/lib/shared/smart-tooltip.directive.mjs +0 -58
  47. package/esm2022/lib/shared/smarttable.date-pipe.mjs +0 -43
  48. package/esm2022/lib/smart-client/projects.mjs +0 -5
  49. package/esm2022/lib/smart-client/smart-authentication.service.mjs +0 -21
  50. package/esm2022/lib/smart-client/smart-component-api-client.mjs +0 -786
  51. package/esm2022/lib/smart-client/smart-file-uploader/smart-file-uploader.component.mjs +0 -81
  52. package/esm2022/lib/smart-client/smart.component.mjs +0 -84
  53. package/esm2022/lib/smart-client/smart.service.mjs +0 -75
  54. package/esm2022/lib/smart-component-layout/api/api/api.mjs +0 -4
  55. package/esm2022/lib/smart-component-layout/api/api/default.service.mjs +0 -133
  56. package/esm2022/lib/smart-component-layout/api/api.module.mjs +0 -40
  57. package/esm2022/lib/smart-component-layout/api/configuration.mjs +0 -91
  58. package/esm2022/lib/smart-component-layout/api/encoder.mjs +0 -19
  59. package/esm2022/lib/smart-component-layout/api/index.mjs +0 -7
  60. package/esm2022/lib/smart-component-layout/api/model/componentType.mjs +0 -18
  61. package/esm2022/lib/smart-component-layout/api/model/componentWidgetType.mjs +0 -20
  62. package/esm2022/lib/smart-component-layout/api/model/layoutDirection.mjs +0 -17
  63. package/esm2022/lib/smart-component-layout/api/model/models.mjs +0 -6
  64. package/esm2022/lib/smart-component-layout/api/model/smartComponentLayoutDefinition.mjs +0 -2
  65. package/esm2022/lib/smart-component-layout/api/model/smartComponentWidgetDefinition.mjs +0 -2
  66. package/esm2022/lib/smart-component-layout/api/param.mjs +0 -2
  67. package/esm2022/lib/smart-component-layout/api/variables.mjs +0 -9
  68. package/esm2022/lib/smart-component-layout/projects.mjs +0 -8
  69. package/esm2022/lib/smart-component-layout/smart-component-layout-utility.mjs +0 -111
  70. package/esm2022/lib/smart-component-layout/smart-component-layout.component.mjs +0 -307
  71. package/esm2022/lib/smart-component-layout/smart-component-layout.module.mjs +0 -45
  72. package/esm2022/lib/smart-dialog/projects.mjs +0 -8
  73. package/esm2022/lib/smart-dialog/smartdialog.component.mjs +0 -54
  74. package/esm2022/lib/smart-dialog/smartdialog.model.mjs +0 -16
  75. package/esm2022/lib/smart-dialog/smartdialog.module.mjs +0 -46
  76. package/esm2022/lib/smart-dialog/smartdialog.service.mjs +0 -90
  77. package/esm2022/lib/smart-expandable-section/expandable-section.component.mjs +0 -96
  78. package/esm2022/lib/smart-expandable-section/expandable-section.model.mjs +0 -12
  79. package/esm2022/lib/smart-expandable-section/projects.mjs +0 -8
  80. package/esm2022/lib/smart-expandable-section/smart-expandable-section.module.mjs +0 -53
  81. package/esm2022/lib/smart-expandable-section/smart-expandable-section.service.mjs +0 -14
  82. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionBoolOperator.mjs +0 -17
  83. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionBuilderField.mjs +0 -2
  84. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionBuilderGroup.mjs +0 -8
  85. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionBuilderModel.mjs +0 -2
  86. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionData.mjs +0 -2
  87. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionDataType.mjs +0 -20
  88. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionField.mjs +0 -2
  89. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionFieldList.mjs +0 -2
  90. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionFieldWidgetType.mjs +0 -28
  91. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionList.mjs +0 -2
  92. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionOperandData.mjs +0 -2
  93. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionOperation.mjs +0 -32
  94. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionOrderBy.mjs +0 -18
  95. package/esm2022/lib/smart-filter/api/filter/model/model.mjs +0 -16
  96. package/esm2022/lib/smart-filter/api/filter/model/searchIndexObjectDefinitionData.mjs +0 -2
  97. package/esm2022/lib/smart-filter/api/filter/model/searchIndexPropertyDefinitionData.mjs +0 -13
  98. package/esm2022/lib/smart-filter/api/value/model/value.mjs +0 -13
  99. package/esm2022/lib/smart-filter/projects.mjs +0 -9
  100. package/esm2022/lib/smart-filter/smart-filter/components/smart-filter-expression-field/smart-filter-expression-field.component.mjs +0 -14
  101. package/esm2022/lib/smart-filter/smart-filter/components/smart-filter-simple/components/smart-filter-simple-field/smart-filter-simple-field.component.mjs +0 -165
  102. package/esm2022/lib/smart-filter/smart-filter/components/smart-filter-simple/smart-filter-simple.component.mjs +0 -45
  103. package/esm2022/lib/smart-filter/smart-filter/smart-filter.component.mjs +0 -36
  104. package/esm2022/lib/smart-filter/smart-filter/smart-filter.service.mjs +0 -31
  105. package/esm2022/lib/smart-filter/smart-filter.model.mjs +0 -13
  106. package/esm2022/lib/smart-filter/smart-filter.module.mjs +0 -33
  107. package/esm2022/lib/smart-filter-editor/api/api/filter.service.mjs +0 -198
  108. package/esm2022/lib/smart-filter-editor/api/configuration.mjs +0 -91
  109. package/esm2022/lib/smart-filter-editor/api/encoder.mjs +0 -19
  110. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionBoolOperator.mjs +0 -17
  111. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionBuilderApiConfig.mjs +0 -13
  112. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionBuilderField.mjs +0 -2
  113. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionBuilderGroup.mjs +0 -8
  114. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionBuilderModel.mjs +0 -2
  115. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionBuilderUiModel.mjs +0 -7
  116. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionData.mjs +0 -2
  117. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionDataType.mjs +0 -20
  118. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionField.mjs +0 -2
  119. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionFieldEditor.mjs +0 -2
  120. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionFieldList.mjs +0 -2
  121. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionFieldWidgetType.mjs +0 -28
  122. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionList.mjs +0 -2
  123. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionOperandData.mjs +0 -2
  124. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionOperation.mjs +0 -32
  125. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionOrderBy.mjs +0 -19
  126. package/esm2022/lib/smart-filter-editor/api/model/smartFilterType.mjs +0 -17
  127. package/esm2022/lib/smart-filter-editor/api/param.mjs +0 -2
  128. package/esm2022/lib/smart-filter-editor/api/variables.mjs +0 -9
  129. package/esm2022/lib/smart-filter-editor/filterExpressionBuilderApiActions.mjs +0 -15
  130. package/esm2022/lib/smart-filter-editor/project.mjs +0 -8
  131. package/esm2022/lib/smart-filter-editor/smart-filter-editor-content/components/smart-filter-expression-item/smart-filter-expression-item.component.mjs +0 -73
  132. package/esm2022/lib/smart-filter-editor/smart-filter-editor-content/components/smart-filter-expression-items/smart-filter-expression-items.component.mjs +0 -40
  133. package/esm2022/lib/smart-filter-editor/smart-filter-editor-content/smart-filter-editor-content.component.mjs +0 -273
  134. package/esm2022/lib/smart-filter-editor/smart-filter-editor.model.mjs +0 -2
  135. package/esm2022/lib/smart-filter-editor/smart-filter-editor.module.mjs +0 -69
  136. package/esm2022/lib/smart-filter-editor/smart-filter-editor.service.mjs +0 -47
  137. package/esm2022/lib/smart-filter-editor/smart-filter-params/components/smart-filter-param/smart-filter-param.component.mjs +0 -24
  138. package/esm2022/lib/smart-filter-editor/smart-filter-params/smart-filter-params.component.mjs +0 -57
  139. package/esm2022/lib/smart-form/api/api/api.mjs +0 -4
  140. package/esm2022/lib/smart-form/api/api/default.service.mjs +0 -133
  141. package/esm2022/lib/smart-form/api/api.module.mjs +0 -40
  142. package/esm2022/lib/smart-form/api/configuration.mjs +0 -91
  143. package/esm2022/lib/smart-form/api/encoder.mjs +0 -19
  144. package/esm2022/lib/smart-form/api/index.mjs +0 -7
  145. package/esm2022/lib/smart-form/api/model/models.mjs +0 -12
  146. package/esm2022/lib/smart-form/api/model/propertyMapping.mjs +0 -13
  147. package/esm2022/lib/smart-form/api/model/selectionDefinition.mjs +0 -7
  148. package/esm2022/lib/smart-form/api/model/smartFormInputMode.mjs +0 -22
  149. package/esm2022/lib/smart-form/api/model/smartFormWidgetDirection.mjs +0 -17
  150. package/esm2022/lib/smart-form/api/model/smartFormWidgetType.mjs +0 -46
  151. package/esm2022/lib/smart-form/api/model/smartLayoutDefinition.mjs +0 -2
  152. package/esm2022/lib/smart-form/api/model/smartMatrixModel.mjs +0 -2
  153. package/esm2022/lib/smart-form/api/model/smartWidgetDefinition.mjs +0 -2
  154. package/esm2022/lib/smart-form/api/model/smartWidgetHint.mjs +0 -18
  155. package/esm2022/lib/smart-form/api/model/sortDefinition.mjs +0 -13
  156. package/esm2022/lib/smart-form/api/model/valueChangeMode.mjs +0 -20
  157. package/esm2022/lib/smart-form/api/param.mjs +0 -2
  158. package/esm2022/lib/smart-form/api/variables.mjs +0 -9
  159. package/esm2022/lib/smart-form/highlightMacthingString-pipe.mjs +0 -20
  160. package/esm2022/lib/smart-form/projects.mjs +0 -15
  161. package/esm2022/lib/smart-form/services/smartform.layout-definition.service.mjs +0 -613
  162. package/esm2022/lib/smart-form/services/smartform.service.mjs +0 -673
  163. package/esm2022/lib/smart-form/smartfileuploader/large-file-snack-bar/large-file-snack-bar.component.mjs +0 -15
  164. package/esm2022/lib/smart-form/smartfileuploader/smartfileuploader.component.mjs +0 -78
  165. package/esm2022/lib/smart-form/smartfileuploader/smartfileuploader.model.mjs +0 -2
  166. package/esm2022/lib/smart-form/smartform.component.mjs +0 -185
  167. package/esm2022/lib/smart-form/smartform.form-model.mjs +0 -2
  168. package/esm2022/lib/smart-form/smartform.model.mjs +0 -38
  169. package/esm2022/lib/smart-form/widgets/components/smart-month-picker/smart-month-picker.component.mjs +0 -84
  170. package/esm2022/lib/smart-form/widgets/directives/comparable-dropdown.directive.mjs +0 -36
  171. package/esm2022/lib/smart-form/widgets/directives/comparable-multiselect.directive.mjs +0 -79
  172. package/esm2022/lib/smart-form/widgets/smartformwidget/smartformwidget.component.mjs +0 -874
  173. package/esm2022/lib/smart-form/widgets/smartformwidget/sortable-widget/sortable-widget.component.mjs +0 -78
  174. package/esm2022/lib/smart-form/widgets/smartformwidget/trackCaps.directive.mjs +0 -31
  175. package/esm2022/lib/smart-grid/api/grid-api/api/api.mjs +0 -4
  176. package/esm2022/lib/smart-grid/api/grid-api/api/grid.service.mjs +0 -451
  177. package/esm2022/lib/smart-grid/api/grid-api/api.module.mjs +0 -40
  178. package/esm2022/lib/smart-grid/api/grid-api/configuration.mjs +0 -91
  179. package/esm2022/lib/smart-grid/api/grid-api/encoder.mjs +0 -19
  180. package/esm2022/lib/smart-grid/api/grid-api/index.mjs +0 -7
  181. package/esm2022/lib/smart-grid/api/grid-api/model/gridColumnContentType.mjs +0 -17
  182. package/esm2022/lib/smart-grid/api/grid-api/model/gridColumnMeta.mjs +0 -2
  183. package/esm2022/lib/smart-grid/api/grid-api/model/gridDataAccessConfig.mjs +0 -20
  184. package/esm2022/lib/smart-grid/api/grid-api/model/gridModel.mjs +0 -2
  185. package/esm2022/lib/smart-grid/api/grid-api/model/gridPage.mjs +0 -2
  186. package/esm2022/lib/smart-grid/api/grid-api/model/gridRow.mjs +0 -2
  187. package/esm2022/lib/smart-grid/api/grid-api/model/gridSelectionChange.mjs +0 -13
  188. package/esm2022/lib/smart-grid/api/grid-api/model/gridSelectionMode.mjs +0 -18
  189. package/esm2022/lib/smart-grid/api/grid-api/model/gridSelectionType.mjs +0 -17
  190. package/esm2022/lib/smart-grid/api/grid-api/model/gridServerModel.mjs +0 -2
  191. package/esm2022/lib/smart-grid/api/grid-api/model/gridUpdateData.mjs +0 -2
  192. package/esm2022/lib/smart-grid/api/grid-api/model/gridView.mjs +0 -2
  193. package/esm2022/lib/smart-grid/api/grid-api/model/gridViewDescriptor.mjs +0 -8
  194. package/esm2022/lib/smart-grid/api/grid-api/model/models.mjs +0 -14
  195. package/esm2022/lib/smart-grid/api/grid-api/param.mjs +0 -2
  196. package/esm2022/lib/smart-grid/api/grid-api/variables.mjs +0 -9
  197. package/esm2022/lib/smart-grid/components/expandable-grid/expandable-grid.component.mjs +0 -20
  198. package/esm2022/lib/smart-grid/components/smart-grid-card/smart-grid-card.component.mjs +0 -66
  199. package/esm2022/lib/smart-grid/components/table-layout-definer/table-layout-definer.component.mjs +0 -182
  200. package/esm2022/lib/smart-grid/models/model.mjs +0 -29
  201. package/esm2022/lib/smart-grid/projects.mjs +0 -9
  202. package/esm2022/lib/smart-grid/smart-grid.component.mjs +0 -934
  203. package/esm2022/lib/smart-grid/smart-grid.module.mjs +0 -100
  204. package/esm2022/lib/smart-grid/smart-grid.service.mjs +0 -80
  205. package/esm2022/lib/smart-icon/projects.mjs +0 -7
  206. package/esm2022/lib/smart-icon/smart-icon/smart-icon.component.mjs +0 -53
  207. package/esm2022/lib/smart-icon/smart-icon.module.mjs +0 -22
  208. package/esm2022/lib/smart-icon/smart-icon.service.mjs +0 -74
  209. package/esm2022/lib/smart-map/abstract-map.mjs +0 -112
  210. package/esm2022/lib/smart-map/api/api/api.mjs +0 -4
  211. package/esm2022/lib/smart-map/api/api/geoMap.service.mjs +0 -312
  212. package/esm2022/lib/smart-map/api/api.module.mjs +0 -40
  213. package/esm2022/lib/smart-map/api/configuration.mjs +0 -91
  214. package/esm2022/lib/smart-map/api/encoder.mjs +0 -19
  215. package/esm2022/lib/smart-map/api/index.mjs +0 -7
  216. package/esm2022/lib/smart-map/api/model/gPSPosition.mjs +0 -13
  217. package/esm2022/lib/smart-map/api/model/gPSRoute.mjs +0 -2
  218. package/esm2022/lib/smart-map/api/model/geoMapChange.mjs +0 -2
  219. package/esm2022/lib/smart-map/api/model/geoMapDataLoadingMode.mjs +0 -17
  220. package/esm2022/lib/smart-map/api/model/geoMapDataSourceDescriptor.mjs +0 -2
  221. package/esm2022/lib/smart-map/api/model/geoMapDataSourceType.mjs +0 -19
  222. package/esm2022/lib/smart-map/api/model/geoMapEditingSession.mjs +0 -2
  223. package/esm2022/lib/smart-map/api/model/geoMapInteraction.mjs +0 -2
  224. package/esm2022/lib/smart-map/api/model/geoMapItem.mjs +0 -2
  225. package/esm2022/lib/smart-map/api/model/geoMapItemKind.mjs +0 -18
  226. package/esm2022/lib/smart-map/api/model/geoMapLayer.mjs +0 -2
  227. package/esm2022/lib/smart-map/api/model/geoMapLayerChange.mjs +0 -2
  228. package/esm2022/lib/smart-map/api/model/geoMapLayerDescriptor.mjs +0 -2
  229. package/esm2022/lib/smart-map/api/model/geoMapModel.mjs +0 -2
  230. package/esm2022/lib/smart-map/api/model/geoMapOperationMode.mjs +0 -17
  231. package/esm2022/lib/smart-map/api/model/geoMapSelectionMode.mjs +0 -18
  232. package/esm2022/lib/smart-map/api/model/geoMapServerModel.mjs +0 -2
  233. package/esm2022/lib/smart-map/api/model/geoMapTextType.mjs +0 -17
  234. package/esm2022/lib/smart-map/api/model/geoMapViewState.mjs +0 -2
  235. package/esm2022/lib/smart-map/api/model/geoMapViewport.mjs +0 -2
  236. package/esm2022/lib/smart-map/api/model/models.mjs +0 -21
  237. package/esm2022/lib/smart-map/api/param.mjs +0 -2
  238. package/esm2022/lib/smart-map/api/variables.mjs +0 -9
  239. package/esm2022/lib/smart-map/api-default/api-default.mjs +0 -2
  240. package/esm2022/lib/smart-map/impl/google-map.mjs +0 -221
  241. package/esm2022/lib/smart-map/impl/leaflet-map.mjs +0 -264
  242. package/esm2022/lib/smart-map/projects.mjs +0 -9
  243. package/esm2022/lib/smart-map/smart-map.component.mjs +0 -218
  244. package/esm2022/lib/smart-map/smart-map.module.mjs +0 -22
  245. package/esm2022/lib/smart-map/smart-map.types.mjs +0 -2
  246. package/esm2022/lib/smart-navbar/projects.mjs +0 -8
  247. package/esm2022/lib/smart-navbar/smart-navbar.component.mjs +0 -61
  248. package/esm2022/lib/smart-navbar/smart-navbar.model.mjs +0 -6
  249. package/esm2022/lib/smart-navbar/smart-navbar.module.mjs +0 -63
  250. package/esm2022/lib/smart-navbar/smart-navbar.service.mjs +0 -14
  251. package/esm2022/lib/smart-navigation/projects.mjs +0 -6
  252. package/esm2022/lib/smart-navigation/smart-navigation.interface.mjs +0 -2
  253. package/esm2022/lib/smart-navigation/smart-navigation.module.mjs +0 -18
  254. package/esm2022/lib/smart-navigation/smart-navigation.service.mjs +0 -56
  255. package/esm2022/lib/smart-ng-client.module.mjs +0 -130
  256. package/esm2022/lib/smart-ng-client.service.mjs +0 -19
  257. package/esm2022/lib/smart-subject/projects.mjs +0 -5
  258. package/esm2022/lib/smart-subject/smart-subject.mjs +0 -21
  259. package/esm2022/lib/smart-tab-group/projects.mjs +0 -9
  260. package/esm2022/lib/smart-tab-group/smart-tab-group.component.mjs +0 -43
  261. package/esm2022/lib/smart-tab-group/smart-tab-group.module.mjs +0 -25
  262. package/esm2022/lib/smart-tab-group/smart-tab-group.service.mjs +0 -14
  263. package/esm2022/lib/smart-tab-group/tab-content/tab-content.component.mjs +0 -31
  264. package/esm2022/lib/smart-tab-group/tab-group-simplified/tab-group.component.mjs +0 -66
  265. package/esm2022/lib/smart-tab-group/tabTile.model.mjs +0 -2
  266. package/esm2022/lib/smart-table/components/default-actions-popup/default-actions-popup.component.mjs +0 -43
  267. package/esm2022/lib/smart-table/components/loading/loading.component.mjs +0 -15
  268. package/esm2022/lib/smart-table/directives/mat-context-menu-trigger-for.directive.mjs +0 -52
  269. package/esm2022/lib/smart-table/projects.mjs +0 -8
  270. package/esm2022/lib/smart-table/smarttable.component.mjs +0 -98
  271. package/esm2022/lib/smart-table/smarttable.model.mjs +0 -169
  272. package/esm2022/lib/smart-table/smarttable.module.mjs +0 -105
  273. package/esm2022/lib/smart-table/smarttable.service.mjs +0 -14
  274. package/esm2022/lib/smart-table/tables/material-table/material-table.component.mjs +0 -39
  275. package/esm2022/lib/smart-table/tables/mobile-table/mobile-table.component.mjs +0 -23
  276. package/esm2022/lib/smart-table/tables/table.mjs +0 -520
  277. package/esm2022/lib/smart-tree/projects.mjs +0 -9
  278. package/esm2022/lib/smart-tree/smarttree-generic.service.mjs +0 -288
  279. package/esm2022/lib/smart-tree/smarttree.component.mjs +0 -181
  280. package/esm2022/lib/smart-tree/smarttree.model.mjs +0 -7
  281. package/esm2022/lib/smart-tree/smarttree.module.mjs +0 -60
  282. package/esm2022/lib/smart-tree/smarttree.node.model.mjs +0 -6
  283. package/esm2022/lib/smart-tree/smarttree.service.interface.mjs +0 -2
  284. package/esm2022/lib/smart-tree/smarttree.service.mjs +0 -47
  285. package/esm2022/lib/smart-tree/tree-api/api/tree.service.mjs +0 -1190
  286. package/esm2022/lib/smart-tree/tree-api/configuration.mjs +0 -91
  287. package/esm2022/lib/smart-tree/tree-api/encoder.mjs +0 -19
  288. package/esm2022/lib/smart-tree/tree-api/param.mjs +0 -2
  289. package/esm2022/lib/smart-tree/tree-api/variables.mjs +0 -9
  290. package/esm2022/lib/smart-validation/named-validator.service.mjs +0 -115
  291. package/esm2022/lib/smart-validation/projects.mjs +0 -4
  292. package/esm2022/lib/smart-validation/smart-validation.module.mjs +0 -24
  293. package/esm2022/lib/smart-validation/smart-validation.types.mjs +0 -4
  294. package/esm2022/lib/view-context/api/api/api.mjs +0 -4
  295. package/esm2022/lib/view-context/api/api/view.service.mjs +0 -903
  296. package/esm2022/lib/view-context/api/api.module.mjs +0 -40
  297. package/esm2022/lib/view-context/api/configuration.mjs +0 -91
  298. package/esm2022/lib/view-context/api/encoder.mjs +0 -19
  299. package/esm2022/lib/view-context/api/index.mjs +0 -7
  300. package/esm2022/lib/view-context/api/model/clipboardData.mjs +0 -13
  301. package/esm2022/lib/view-context/api/model/closeResult.mjs +0 -18
  302. package/esm2022/lib/view-context/api/model/componentConstraint.mjs +0 -2
  303. package/esm2022/lib/view-context/api/model/componentModel.mjs +0 -2
  304. package/esm2022/lib/view-context/api/model/componentModelChange.mjs +0 -13
  305. package/esm2022/lib/view-context/api/model/dataChange.mjs +0 -2
  306. package/esm2022/lib/view-context/api/model/dataChangeEvent.mjs +0 -2
  307. package/esm2022/lib/view-context/api/model/dataChangeKind.mjs +0 -21
  308. package/esm2022/lib/view-context/api/model/deviceInfo.mjs +0 -13
  309. package/esm2022/lib/view-context/api/model/downloadedFile.mjs +0 -13
  310. package/esm2022/lib/view-context/api/model/iconPosition.mjs +0 -20
  311. package/esm2022/lib/view-context/api/model/imageResource.mjs +0 -8
  312. package/esm2022/lib/view-context/api/model/link.mjs +0 -20
  313. package/esm2022/lib/view-context/api/model/messageData.mjs +0 -2
  314. package/esm2022/lib/view-context/api/model/messageOption.mjs +0 -2
  315. package/esm2022/lib/view-context/api/model/messageOptionType.mjs +0 -18
  316. package/esm2022/lib/view-context/api/model/messageResult.mjs +0 -2
  317. package/esm2022/lib/view-context/api/model/messageTextType.mjs +0 -17
  318. package/esm2022/lib/view-context/api/model/messageType.mjs +0 -19
  319. package/esm2022/lib/view-context/api/model/models.mjs +0 -54
  320. package/esm2022/lib/view-context/api/model/namedValidator.mjs +0 -19
  321. package/esm2022/lib/view-context/api/model/openPendingData.mjs +0 -2
  322. package/esm2022/lib/view-context/api/model/serverRequestExecutionStat.mjs +0 -2
  323. package/esm2022/lib/view-context/api/model/serverRequestTrack.mjs +0 -2
  324. package/esm2022/lib/view-context/api/model/serverRequestType.mjs +0 -24
  325. package/esm2022/lib/view-context/api/model/smartLinkData.mjs +0 -2
  326. package/esm2022/lib/view-context/api/model/statisticRecord.mjs +0 -13
  327. package/esm2022/lib/view-context/api/model/style.mjs +0 -13
  328. package/esm2022/lib/view-context/api/model/uiAction.mjs +0 -2
  329. package/esm2022/lib/view-context/api/model/uiActionButtonDescriptor.mjs +0 -2
  330. package/esm2022/lib/view-context/api/model/uiActionButtonType.mjs +0 -27
  331. package/esm2022/lib/view-context/api/model/uiActionConstraint.mjs +0 -13
  332. package/esm2022/lib/view-context/api/model/uiActionDescriptor.mjs +0 -2
  333. package/esm2022/lib/view-context/api/model/uiActionDialogDescriptor.mjs +0 -2
  334. package/esm2022/lib/view-context/api/model/uiActionFeedbackType.mjs +0 -20
  335. package/esm2022/lib/view-context/api/model/uiActionInputType.mjs +0 -21
  336. package/esm2022/lib/view-context/api/model/uiActionRequest.mjs +0 -13
  337. package/esm2022/lib/view-context/api/model/uiActionTooltip.mjs +0 -22
  338. package/esm2022/lib/view-context/api/model/uiActionUploadDescriptor.mjs +0 -13
  339. package/esm2022/lib/view-context/api/model/uploadedFile.mjs +0 -13
  340. package/esm2022/lib/view-context/api/model/valueSet.mjs +0 -2
  341. package/esm2022/lib/view-context/api/model/view.mjs +0 -2
  342. package/esm2022/lib/view-context/api/model/viewApiError.mjs +0 -13
  343. package/esm2022/lib/view-context/api/model/viewConstraint.mjs +0 -2
  344. package/esm2022/lib/view-context/api/model/viewContext.mjs +0 -2
  345. package/esm2022/lib/view-context/api/model/viewContextChange.mjs +0 -2
  346. package/esm2022/lib/view-context/api/model/viewContextData.mjs +0 -2
  347. package/esm2022/lib/view-context/api/model/viewContextUpdate.mjs +0 -2
  348. package/esm2022/lib/view-context/api/model/viewData.mjs +0 -2
  349. package/esm2022/lib/view-context/api/model/viewEventHandler.mjs +0 -18
  350. package/esm2022/lib/view-context/api/model/viewPlaceholder.mjs +0 -13
  351. package/esm2022/lib/view-context/api/model/viewState.mjs +0 -22
  352. package/esm2022/lib/view-context/api/model/viewStateUpdate.mjs +0 -2
  353. package/esm2022/lib/view-context/api/model/viewType.mjs +0 -18
  354. package/esm2022/lib/view-context/api/param.mjs +0 -2
  355. package/esm2022/lib/view-context/api/variables.mjs +0 -9
  356. package/esm2022/lib/view-context/invalid-fields-snack-bar/invalid-fields-snack-bar.component.mjs +0 -20
  357. package/esm2022/lib/view-context/message-dialog/message-dialog.component.mjs +0 -66
  358. package/esm2022/lib/view-context/projects.mjs +0 -19
  359. package/esm2022/lib/view-context/property-definition-data.mjs +0 -2
  360. package/esm2022/lib/view-context/smart-ui-action/components/success-snack-bar/success-snack-bar.component.mjs +0 -30
  361. package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-confirm-dialog/ui-action-confirm-dialog.component.mjs +0 -63
  362. package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-confirm-dialog/ui-action-confirm-dialog.service.mjs +0 -55
  363. package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-dialog-button/ui-action-dialog-button.component.mjs +0 -60
  364. package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-file-upload-dialog/ui-action-file-upload-dialog.component.mjs +0 -97
  365. package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-file-upload-dialog/ui-action-file-upload-dialog.service.mjs +0 -60
  366. package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-input-dialog/ui-action-input-dialog.component.mjs +0 -132
  367. package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-input-dialog/ui-action-input-dialog.service.mjs +0 -59
  368. package/esm2022/lib/view-context/smart-ui-action/ui-action-toolbar.component.mjs +0 -192
  369. package/esm2022/lib/view-context/smart-ui-action/ui-action.descriptor.service.mjs +0 -183
  370. package/esm2022/lib/view-context/smart-ui-action/ui-action.model.mjs +0 -7
  371. package/esm2022/lib/view-context/smart-ui-action/ui-action.service.mjs +0 -211
  372. package/esm2022/lib/view-context/smart-view-context-dialog.service.mjs +0 -83
  373. package/esm2022/lib/view-context/smart-view-context-error-dialog/smart-view-context-error-dialog.component.mjs +0 -29
  374. package/esm2022/lib/view-context/smart-view-context-error-dialog/smart-view-context-error-dialog.service.mjs +0 -75
  375. package/esm2022/lib/view-context/smart-view-context.interceptor.mjs +0 -39
  376. package/esm2022/lib/view-context/smart-view-context.model.mjs +0 -2
  377. package/esm2022/lib/view-context/smart-view-context.module.mjs +0 -327
  378. package/esm2022/lib/view-context/smart-view-context.service.mjs +0 -696
  379. package/esm2022/lib/view-context/smart-view-redirect/smart-view-redirect.mjs +0 -33
  380. package/esm2022/lib/view-context/utility/componentLibrary.mjs +0 -9
  381. package/esm2022/lib/view-context/utility/smart-object-utility.mjs +0 -44
  382. package/esm2022/lib/view-context/utility/smart-style-utility.mjs +0 -68
  383. package/esm2022/lib/view-context/value-api/api/api.mjs +0 -4
  384. package/esm2022/lib/view-context/value-api/api/value.service.mjs +0 -138
  385. package/esm2022/lib/view-context/value-api/api.module.mjs +0 -40
  386. package/esm2022/lib/view-context/value-api/configuration.mjs +0 -91
  387. package/esm2022/lib/view-context/value-api/encoder.mjs +0 -19
  388. package/esm2022/lib/view-context/value-api/index.mjs +0 -7
  389. package/esm2022/lib/view-context/value-api/model/genericValue.mjs +0 -13
  390. package/esm2022/lib/view-context/value-api/model/models.mjs +0 -11
  391. package/esm2022/lib/view-context/value-api/model/value.mjs +0 -13
  392. package/esm2022/lib/view-context/value-api/model/valueSetData.mjs +0 -2
  393. package/esm2022/lib/view-context/value-api/model/valueSetDefinition.mjs +0 -2
  394. package/esm2022/lib/view-context/value-api/model/valueSetDefinitionData.mjs +0 -2
  395. package/esm2022/lib/view-context/value-api/model/valueSetDefinitionIdentifier.mjs +0 -13
  396. package/esm2022/lib/view-context/value-api/model/valueSetDefinitionKind.mjs +0 -24
  397. package/esm2022/lib/view-context/value-api/model/valueSetExpression.mjs +0 -2
  398. package/esm2022/lib/view-context/value-api/model/valueSetOperand.mjs +0 -2
  399. package/esm2022/lib/view-context/value-api/model/valueSetOperation.mjs +0 -19
  400. package/esm2022/lib/view-context/value-api/param.mjs +0 -2
  401. package/esm2022/lib/view-context/value-api/variables.mjs +0 -9
  402. package/esm2022/projects.mjs +0 -28
  403. package/esm2022/smartbit4all-ng-client.mjs +0 -5
  404. package/esm2022/src/lib/smart-chart/smart-chart/api/model/chartData.mjs +0 -2
  405. package/esm2022/src/lib/smart-chart/smart-chart/api/model/chartDescriptor.mjs +0 -2
  406. package/esm2022/src/lib/smart-chart/smart-chart/api/model/chartOrientation.mjs +0 -16
  407. package/esm2022/src/lib/smart-chart/smart-chart/api/model/chartType.mjs +0 -21
  408. package/esm2022/src/lib/smart-chart/smart-chart/api/model/chartValue.mjs +0 -13
  409. package/esm2022/src/lib/smart-chart/smart-chart/api/model/models.mjs +0 -7
  410. package/esm2022/src/lib/smart-chart/smart-chart/api/model/pieChartLegendPosition.mjs +0 -16
  411. package/esm2022/src/lib/smart-chart/smart-chart/default-chart-options.provider.mjs +0 -233
  412. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart.component.mjs +0 -285
  413. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart.module.mjs +0 -39
  414. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart2/api/api/api.mjs +0 -2
  415. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart2/api/api.module.mjs +0 -40
  416. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart2/api/configuration.mjs +0 -91
  417. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart2/api/index.mjs +0 -7
  418. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart2/api/model/diagramColor.mjs +0 -13
  419. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart2/api/model/diagramDataContainer.mjs +0 -2
  420. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart2/api/model/diagramDataItem.mjs +0 -13
  421. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart2/api/model/diagramDataSet.mjs +0 -2
  422. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart2/api/model/diagramDataSetConstructionInstruction.mjs +0 -13
  423. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart2/api/model/diagramDescriptor.mjs +0 -2
  424. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart2/api/model/diagramShape.mjs +0 -2
  425. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart2/api/model/diagramUiModel.mjs +0 -2
  426. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart2/api/model/drawTime.mjs +0 -18
  427. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart2/api/model/labelText.mjs +0 -2
  428. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart2/api/model/models.mjs +0 -11
  429. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart2/api/param.mjs +0 -2
  430. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart2/api/variables.mjs +0 -9
  431. package/esm2022/src/lib/smart-chart/smart-chart-projects.mjs +0 -9
  432. package/esm2022/src/lib/smart-chart/smartbit4all-ng-client-src-lib-smart-chart.mjs +0 -5
  433. package/esm2022/src/lib/smart-chart/view-context/utility/componentLibrary.mjs +0 -9
  434. package/smartbit4all-ng-client-4.2.33.tgz +0 -0
@@ -13,7 +13,7 @@ export declare abstract class SmartComponentApiClient<T> implements UseUiAction2
13
13
  protected auth: SmartAuthenticationServiceInterface;
14
14
  protected pageName?: string | undefined;
15
15
  protected _componentName?: string | undefined;
16
- protected element?: ElementRef<any> | undefined;
16
+ protected element?: ElementRef | undefined;
17
17
  protected renderer?: Renderer2 | undefined;
18
18
  protected _destroy$: Subject<void>;
19
19
  private detectChange;
@@ -46,7 +46,7 @@ export declare abstract class SmartComponentApiClient<T> implements UseUiAction2
46
46
  protected dataChangeActionHandlers: Map<SmartformComponent, Subscription>;
47
47
  protected filterModelChangeSubjects: Map<string, Subject<void>>;
48
48
  protected changeDetector?: ChangeDetectorRef;
49
- constructor(inject: Injector, auth: SmartAuthenticationServiceInterface, pageName?: string | undefined, _componentName?: string | undefined, element?: ElementRef<any> | undefined, renderer?: Renderer2 | undefined);
49
+ constructor(inject: Injector, auth: SmartAuthenticationServiceInterface, pageName?: string | undefined, _componentName?: string | undefined, element?: ElementRef | undefined, renderer?: Renderer2 | undefined);
50
50
  _ngOnInit(): void;
51
51
  _ngOnDestroy(): void;
52
52
  _ngAfterViewInit(): void;
@@ -39,7 +39,7 @@ export declare class SmartComponentLayoutComponent implements AfterViewInit, OnD
39
39
  expandableSection?: ExpandableSection<SmartComponentLayoutDefinition>;
40
40
  expandableComponents: QueryList<ExpandableSectionComponent>;
41
41
  components: QueryList<SmartComponentLayoutComponent>;
42
- constructor(layoutService: SmartformLayoutDefinitionService, element?: ElementRef<any> | undefined, renderer?: Renderer2 | undefined);
42
+ constructor(layoutService: SmartformLayoutDefinitionService, element?: ElementRef | undefined, renderer?: Renderer2 | undefined);
43
43
  ngAfterViewInit(): void;
44
44
  ngOnDestroy(): void;
45
45
  ngOnChanges(changes: SimpleChanges): void;
@@ -7,8 +7,9 @@ import * as i5 from "@angular/material/icon";
7
7
  import * as i6 from "../view-context/smart-view-context.module";
8
8
  import * as i7 from "../smart-table/smarttable.module";
9
9
  import * as i8 from "../smart-icon/smart-icon.module";
10
+ import * as i9 from "@angular/material/button";
10
11
  export declare class SmartdialogModule {
11
12
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartdialogModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<SmartdialogModule, [typeof i1.SmartDialog], [typeof i2.BrowserModule, typeof i3.MatDialogModule, typeof i4.MatCommonModule, typeof i5.MatIconModule, typeof i6.SmartViewContextModule, typeof i7.SmarttableModule, typeof i8.SmartIconModule], [typeof i1.SmartDialog]>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SmartdialogModule, [typeof i1.SmartDialog], [typeof i2.BrowserModule, typeof i3.MatDialogModule, typeof i4.MatCommonModule, typeof i5.MatIconModule, typeof i6.SmartViewContextModule, typeof i7.SmarttableModule, typeof i8.SmartIconModule, typeof i9.MatButton], [typeof i1.SmartDialog]>;
13
14
  static ɵinj: i0.ɵɵInjectorDeclaration<SmartdialogModule>;
14
15
  }
@@ -109,7 +109,7 @@ export declare class SmartGridComponent implements AfterViewInit, OnDestroy, OnC
109
109
  private onSelectAll;
110
110
  private onSelectRows;
111
111
  onRowSelect(event: TableRowSelectEvent): Promise<void>;
112
- onRowUnselect(event: TableRowUnSelectEvent): Promise<void>;
112
+ onRowUnselect(event: TableRowUnSelectEvent<any>): Promise<void>;
113
113
  onSelectAllRow(event: TableHeaderCheckboxToggleEvent): Promise<void>;
114
114
  editColumns(): void;
115
115
  columns: GridColumnMeta[];
@@ -3,26 +3,28 @@ import * as i1 from "./smart-grid.component";
3
3
  import * as i2 from "./components/smart-grid-card/smart-grid-card.component";
4
4
  import * as i3 from "./components/expandable-grid/expandable-grid.component";
5
5
  import * as i4 from "./components/table-layout-definer/table-layout-definer.component";
6
- import * as i5 from "@angular/platform-browser";
7
- import * as i6 from "../smart-icon/smart-icon.module";
8
- import * as i7 from "../smart-table/smarttable.module";
9
- import * as i8 from "@angular/material/icon";
10
- import * as i9 from "@angular/material/button";
11
- import * as i10 from "@angular/material/paginator";
12
- import * as i11 from "@angular/material/tree";
13
- import * as i12 from "@angular/material/checkbox";
14
- import * as i13 from "../smart-expandable-section/smart-expandable-section.module";
15
- import * as i14 from "@angular/cdk/drag-drop";
16
- import * as i15 from "@angular/material/select";
17
- import * as i16 from "../view-context/smart-view-context.module";
18
- import * as i17 from "primeng/table";
19
- import * as i18 from "primeng/button";
20
- import * as i19 from "primeng/menu";
21
- import * as i20 from "../shared/shared.module";
22
- import * as i21 from "primeng/paginator";
23
- import * as i22 from "primeng/multiselect";
6
+ import * as i5 from "@angular/forms";
7
+ import * as i6 from "primeng/tooltip";
8
+ import * as i7 from "@angular/platform-browser";
9
+ import * as i8 from "../smart-icon/smart-icon.module";
10
+ import * as i9 from "../smart-table/smarttable.module";
11
+ import * as i10 from "@angular/material/icon";
12
+ import * as i11 from "@angular/material/button";
13
+ import * as i12 from "@angular/material/paginator";
14
+ import * as i13 from "@angular/material/tree";
15
+ import * as i14 from "@angular/material/checkbox";
16
+ import * as i15 from "../smart-expandable-section/smart-expandable-section.module";
17
+ import * as i16 from "@angular/cdk/drag-drop";
18
+ import * as i17 from "@angular/material/select";
19
+ import * as i18 from "../view-context/smart-view-context.module";
20
+ import * as i19 from "primeng/table";
21
+ import * as i20 from "primeng/button";
22
+ import * as i21 from "primeng/menu";
23
+ import * as i22 from "../shared/shared.module";
24
+ import * as i23 from "primeng/paginator";
25
+ import * as i24 from "primeng/multiselect";
24
26
  export declare class SmartGridModule {
25
27
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartGridModule, never>;
26
- static ɵmod: i0.ɵɵNgModuleDeclaration<SmartGridModule, [typeof i1.SmartGridComponent, typeof i2.SmartGridCardComponent, typeof i3.ExpandableGridComponent, typeof i4.TableLayoutDefinerComponent], [typeof i5.BrowserModule, typeof i6.SmartIconModule, typeof i7.SmarttableModule, typeof i8.MatIconModule, typeof i9.MatButtonModule, typeof i10.MatPaginatorModule, typeof i11.MatTreeModule, typeof i12.MatCheckboxModule, typeof i13.SmartExpandableSectionModule, typeof i14.DragDropModule, typeof i15.MatSelectModule, typeof i16.SmartViewContextModule, typeof i17.TableModule, typeof i18.ButtonModule, typeof i19.MenuModule, typeof i20.SharedModule, typeof i21.PaginatorModule, typeof i22.MultiSelectModule], [typeof i1.SmartGridComponent]>;
28
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SmartGridModule, [typeof i1.SmartGridComponent, typeof i2.SmartGridCardComponent, typeof i3.ExpandableGridComponent, typeof i4.TableLayoutDefinerComponent], [typeof i5.FormsModule, typeof i6.TooltipModule, typeof i7.BrowserModule, typeof i8.SmartIconModule, typeof i9.SmarttableModule, typeof i10.MatIconModule, typeof i11.MatButtonModule, typeof i12.MatPaginatorModule, typeof i13.MatTreeModule, typeof i14.MatCheckboxModule, typeof i15.SmartExpandableSectionModule, typeof i16.DragDropModule, typeof i17.MatSelectModule, typeof i18.SmartViewContextModule, typeof i19.TableModule, typeof i20.ButtonModule, typeof i21.MenuModule, typeof i22.SharedModule, typeof i23.PaginatorModule, typeof i24.MultiSelectModule], [typeof i1.SmartGridComponent]>;
27
29
  static ɵinj: i0.ɵɵInjectorDeclaration<SmartGridModule>;
28
30
  }
@@ -32,5 +32,5 @@ export declare abstract class AbstractMap {
32
32
  abstract handleItemChanges(toRemove: Array<RecordWithId>, toAdd: Array<RecordWithId>): void;
33
33
  abstract handleEditingItemChanges(toRemove: Array<RecordWithId>, toAdd: Array<RecordWithId>): void;
34
34
  static ɵfac: i0.ɵɵFactoryDeclaration<AbstractMap, never>;
35
- static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractMap, never, never, { "model": { "alias": "model"; "required": true; "isSignal": true; }; "items": { "alias": "items"; "required": true; "isSignal": true; }; "editingSession": { "alias": "editingSession"; "required": false; "isSignal": true; }; }, { "onMapClick": "onMapClick"; "onOverlayClick": "onOverlayClick"; "onMapDragEnd": "onMapDragEnd"; "onZoomChanged": "onZoomChanged"; "onEditingOverlayClick": "onEditingOverlayClick"; "onEditingOverlayDrag": "onEditingOverlayDrag"; }, never, never, false, never>;
35
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractMap, never, never, { "model": { "alias": "model"; "required": true; "isSignal": true; }; "items": { "alias": "items"; "required": true; "isSignal": true; }; "editingSession": { "alias": "editingSession"; "required": false; "isSignal": true; }; }, { "onMapClick": "onMapClick"; "onOverlayClick": "onOverlayClick"; "onMapDragEnd": "onMapDragEnd"; "onZoomChanged": "onZoomChanged"; "onEditingOverlayClick": "onEditingOverlayClick"; "onEditingOverlayDrag": "onEditingOverlayDrag"; }, never, never, true, never>;
36
36
  }
@@ -16,10 +16,11 @@ import * as i14 from "./smart-expandable-section/smart-expandable-section.module
16
16
  import * as i15 from "./smart-component-layout/smart-component-layout.module";
17
17
  import * as i16 from "./smart-filter-editor/smart-filter-editor.module";
18
18
  import * as i17 from "./shared/shared.module";
19
- import * as i18 from "primeng/fileupload";
20
- import * as i19 from "./smart-tree/smarttree.module";
19
+ import * as i18 from "primeng/textarea";
20
+ import * as i19 from "primeng/fileupload";
21
+ import * as i20 from "./smart-tree/smarttree.module";
21
22
  export declare class SmartNgClientModule {
22
23
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartNgClientModule, never>;
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.SmartGridModule, typeof i9.SmartIconModule, typeof i10.SmartNavbarModule, typeof i11.SmartSessionModule, typeof i12.SmartTabGroupModule, typeof i13.SmarttableModule, typeof i14.SmartExpandableSectionModule, typeof i15.SmartComponentLayoutModule, typeof i16.SmartFilterEditorModule, typeof i17.SharedModule, typeof i18.FileUploadModule], [typeof i4.ComponentFactoryServiceModule, typeof i15.SmartComponentLayoutModule, typeof i6.SmartdialogModule, typeof i14.SmartExpandableSectionModule, typeof i7.SmartFilterModule, typeof i8.SmartGridModule, typeof i9.SmartIconModule, typeof i10.SmartNavbarModule, typeof i11.SmartSessionModule, typeof i12.SmartTabGroupModule, typeof i13.SmarttableModule, typeof i5.SmartViewContextModule, typeof i1.SmartFileUploaderComponent, typeof i19.SmarttreeModule, typeof i17.SharedModule]>;
24
+ 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.SmartGridModule, typeof i9.SmartIconModule, typeof i10.SmartNavbarModule, typeof i11.SmartSessionModule, typeof i12.SmartTabGroupModule, typeof i13.SmarttableModule, typeof i14.SmartExpandableSectionModule, typeof i15.SmartComponentLayoutModule, typeof i16.SmartFilterEditorModule, typeof i17.SharedModule, typeof i18.TextareaModule, typeof i19.FileUploadModule], [typeof i4.ComponentFactoryServiceModule, typeof i15.SmartComponentLayoutModule, typeof i6.SmartdialogModule, typeof i14.SmartExpandableSectionModule, typeof i7.SmartFilterModule, typeof i8.SmartGridModule, typeof i9.SmartIconModule, typeof i10.SmartNavbarModule, typeof i11.SmartSessionModule, typeof i12.SmartTabGroupModule, typeof i13.SmarttableModule, typeof i5.SmartViewContextModule, typeof i1.SmartFileUploaderComponent, typeof i20.SmarttreeModule, typeof i17.SharedModule]>;
24
25
  static ɵinj: i0.ɵɵInjectorDeclaration<SmartNgClientModule>;
25
26
  }
@@ -1,11 +1,14 @@
1
1
  import { OnDestroy, OnInit } from '@angular/core';
2
2
  import { MessageData, MessageOption } from '../api';
3
3
  import { SmartViewContextService } from '../smart-view-context.service';
4
+ import { ComponentLibrary } from '../utility/componentLibrary';
4
5
  import * as i0 from "@angular/core";
5
6
  export declare class MessageDialogComponent implements OnInit, OnDestroy {
6
7
  private viewContext;
8
+ compLib: ComponentLibrary;
7
9
  messageData: MessageData;
8
- constructor(viewContext: SmartViewContextService);
10
+ componentLibrary: typeof ComponentLibrary;
11
+ constructor(viewContext: SmartViewContextService, compLib: ComponentLibrary);
9
12
  ngOnInit(): void;
10
13
  ngOnDestroy(): void;
11
14
  getMessageData(): Promise<void>;
@@ -19,50 +19,49 @@ import * as i17 from "../smart-form/widgets/smartformwidget/sortable-widget/sort
19
19
  import * as i18 from "../smart-form/widgets/components/smart-month-picker/smart-month-picker.component";
20
20
  import * as i19 from "../smart-form/highlightMacthingString-pipe";
21
21
  import * as i20 from "@angular/common";
22
- import * as i21 from "@angular/common/http";
23
- import * as i22 from "@angular/material/core";
24
- import * as i23 from "@angular/material/button";
25
- import * as i24 from "primeng/button";
26
- import * as i25 from "@angular/material/icon";
27
- import * as i26 from "@angular/material/snack-bar";
28
- import * as i27 from "../smart-icon/smart-icon.module";
29
- import * as i28 from "@angular/material/tooltip";
30
- import * as i29 from "../shared/shared.module";
31
- import * as i30 from "primeng/api";
32
- import * as i31 from "@angular/platform-browser";
33
- import * as i32 from "@angular/material/chips";
34
- import * as i33 from "@angular/forms";
35
- import * as i34 from "@angular/material/form-field";
36
- import * as i35 from "@angular/material/checkbox";
37
- import * as i36 from "@angular/material/select";
38
- import * as i37 from "@angular/material/input";
39
- import * as i38 from "@angular/material/datepicker";
40
- import * as i39 from "@angular/material-moment-adapter";
41
- import * as i40 from "@angular/material/radio";
42
- import * as i41 from "@angular/material/slide-toggle";
43
- import * as i42 from "@angular/material/autocomplete";
44
- import * as i43 from "ngx-quill";
45
- import * as i44 from "@angular/cdk/drag-drop";
46
- import * as i45 from "@angular/youtube-player";
47
- import * as i46 from "primeng/inputtext";
48
- import * as i47 from "primeng/dropdown";
49
- import * as i48 from "primeng/multiselect";
50
- import * as i49 from "primeng/inputswitch";
51
- import * as i50 from "primeng/inputnumber";
52
- import * as i51 from "primeng/inputtextarea";
53
- import * as i52 from "primeng/image";
54
- import * as i53 from "primeng/floatlabel";
55
- import * as i54 from "primeng/toast";
56
- import * as i55 from "primeng/dynamicdialog";
57
- import * as i56 from "primeng/fileupload";
58
- import * as i57 from "primeng/chips";
59
- import * as i58 from "primeng/calendar";
60
- import * as i59 from "primeng/checkbox";
61
- import * as i60 from "primeng/orderlist";
62
- import * as i61 from "primeng/inputmask";
63
- import * as i62 from "primeng/editor";
22
+ import * as i21 from "@angular/material/core";
23
+ import * as i22 from "@angular/material/button";
24
+ import * as i23 from "primeng/button";
25
+ import * as i24 from "@angular/material/icon";
26
+ import * as i25 from "@angular/material/snack-bar";
27
+ import * as i26 from "../smart-icon/smart-icon.module";
28
+ import * as i27 from "@angular/material/tooltip";
29
+ import * as i28 from "../shared/shared.module";
30
+ import * as i29 from "primeng/api";
31
+ import * as i30 from "@angular/platform-browser";
32
+ import * as i31 from "@angular/material/chips";
33
+ import * as i32 from "@angular/forms";
34
+ import * as i33 from "@angular/material/form-field";
35
+ import * as i34 from "@angular/material/checkbox";
36
+ import * as i35 from "@angular/material/select";
37
+ import * as i36 from "@angular/material/input";
38
+ import * as i37 from "@angular/material/datepicker";
39
+ import * as i38 from "@angular/material-moment-adapter";
40
+ import * as i39 from "@angular/material/radio";
41
+ import * as i40 from "@angular/material/slide-toggle";
42
+ import * as i41 from "@angular/material/autocomplete";
43
+ import * as i42 from "ngx-quill";
44
+ import * as i43 from "@angular/cdk/drag-drop";
45
+ import * as i44 from "@angular/youtube-player";
46
+ import * as i45 from "primeng/inputtext";
47
+ import * as i46 from "primeng/dropdown";
48
+ import * as i47 from "primeng/multiselect";
49
+ import * as i48 from "primeng/inputswitch";
50
+ import * as i49 from "primeng/inputnumber";
51
+ import * as i50 from "primeng/image";
52
+ import * as i51 from "primeng/floatlabel";
53
+ import * as i52 from "primeng/toast";
54
+ import * as i53 from "primeng/dynamicdialog";
55
+ import * as i54 from "primeng/fileupload";
56
+ import * as i55 from "primeng/chips";
57
+ import * as i56 from "primeng/calendar";
58
+ import * as i57 from "primeng/checkbox";
59
+ import * as i58 from "primeng/orderlist";
60
+ import * as i59 from "primeng/inputmask";
61
+ import * as i60 from "primeng/editor";
62
+ import * as i61 from "primeng/textarea";
64
63
  export declare class SmartViewContextModule {
65
64
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartViewContextModule, never>;
66
- 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.UiActionDialogButtonComponent, typeof i11.SmartformwidgetComponent, typeof i12.SmartfileuploaderComponent, typeof i13.TrackCapsDirective, typeof i14.ComparableDropdownDirective, typeof i15.ComparableMultiselectDirective, typeof i16.LargeFileSnackBarComponent, typeof i17.SortableWidgetComponent, typeof i18.SmartMonthPickerComponent, typeof i19.HighlightPipe], [typeof i20.CommonModule, typeof i21.HttpClientModule, typeof i22.MatCommonModule, typeof i23.MatButtonModule, typeof i24.ButtonModule, typeof i25.MatIconModule, typeof i26.MatSnackBarModule, typeof i27.SmartIconModule, typeof i28.MatTooltipModule, typeof i29.SharedModule, typeof i30.SharedModule, typeof i31.BrowserModule, typeof i32.MatChipsModule, typeof i33.FormsModule, typeof i33.ReactiveFormsModule, typeof i34.MatFormFieldModule, typeof i35.MatCheckboxModule, typeof i36.MatSelectModule, typeof i37.MatInputModule, typeof i38.MatDatepickerModule, typeof i39.MatMomentDateModule, typeof i40.MatRadioModule, typeof i41.MatSlideToggleModule, typeof i42.MatAutocompleteModule, typeof i43.QuillModule, typeof i44.DragDropModule, typeof i45.YouTubePlayerModule, typeof i46.InputTextModule, typeof i47.DropdownModule, typeof i48.MultiSelectModule, typeof i33.FormsModule, typeof i49.InputSwitchModule, typeof i50.InputNumberModule, typeof i51.InputTextareaModule, typeof i52.ImageModule, typeof i53.FloatLabelModule, typeof i20.CommonModule, typeof i54.ToastModule, typeof i55.DynamicDialogModule, typeof i56.FileUploadModule, typeof i57.ChipsModule, typeof i58.CalendarModule, typeof i59.CheckboxModule, typeof i60.OrderListModule, typeof i61.InputMaskModule, typeof i62.EditorModule], [typeof i4.UiActionToolbarComponent, typeof i5.UiActionInputDialogComponent, typeof i9.SmartformComponent, typeof i11.SmartformwidgetComponent, typeof i10.UiActionDialogButtonComponent, typeof i12.SmartfileuploaderComponent, typeof i19.HighlightPipe, typeof i14.ComparableDropdownDirective, typeof i15.ComparableMultiselectDirective]>;
65
+ 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.UiActionDialogButtonComponent, typeof i11.SmartformwidgetComponent, typeof i12.SmartfileuploaderComponent, typeof i13.TrackCapsDirective, typeof i14.ComparableDropdownDirective, typeof i15.ComparableMultiselectDirective, typeof i16.LargeFileSnackBarComponent, typeof i17.SortableWidgetComponent, typeof i18.SmartMonthPickerComponent, typeof i19.HighlightPipe], [typeof i20.CommonModule, typeof i21.MatCommonModule, typeof i22.MatButtonModule, typeof i23.ButtonModule, typeof i24.MatIconModule, typeof i25.MatSnackBarModule, typeof i26.SmartIconModule, typeof i27.MatTooltipModule, typeof i28.SharedModule, typeof i29.SharedModule, typeof i30.BrowserModule, typeof i31.MatChipsModule, typeof i32.FormsModule, typeof i32.ReactiveFormsModule, typeof i33.MatFormFieldModule, typeof i34.MatCheckboxModule, typeof i35.MatSelectModule, typeof i36.MatInputModule, typeof i37.MatDatepickerModule, typeof i38.MatMomentDateModule, typeof i39.MatRadioModule, typeof i40.MatSlideToggleModule, typeof i41.MatAutocompleteModule, typeof i42.QuillModule, typeof i43.DragDropModule, typeof i44.YouTubePlayerModule, typeof i45.InputTextModule, typeof i46.DropdownModule, typeof i47.MultiSelectModule, typeof i32.FormsModule, typeof i48.InputSwitchModule, typeof i49.InputNumberModule, typeof i50.ImageModule, typeof i51.FloatLabelModule, typeof i20.CommonModule, typeof i52.ToastModule, typeof i53.DynamicDialogModule, typeof i54.FileUploadModule, typeof i55.ChipsModule, typeof i56.CalendarModule, typeof i57.CheckboxModule, typeof i58.OrderListModule, typeof i59.InputMaskModule, typeof i60.EditorModule, typeof i61.Textarea], [typeof i4.UiActionToolbarComponent, typeof i5.UiActionInputDialogComponent, typeof i9.SmartformComponent, typeof i11.SmartformwidgetComponent, typeof i10.UiActionDialogButtonComponent, typeof i12.SmartfileuploaderComponent, typeof i19.HighlightPipe, typeof i14.ComparableDropdownDirective, typeof i15.ComparableMultiselectDirective]>;
67
66
  static ɵinj: i0.ɵɵInjectorDeclaration<SmartViewContextModule>;
68
67
  }
package/package.json CHANGED
@@ -1,17 +1,20 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "4.2.33",
3
+ "version": "5.0.0",
4
4
  "peerDependencies": {
5
- "@angular/animations": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
6
- "@angular/common": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
7
- "@angular/core": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
8
- "@angular/forms": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
9
- "@angular/material-moment-adapter": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
10
- "@angular/youtube-player": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
5
+ "@angular/animations": "^19.2.8",
6
+ "@angular/cdk": "^19.2.11",
7
+ "@angular/common": "^19.2.8",
8
+ "@angular/compiler": "^19.2.8",
9
+ "@angular/core": "^19.2.8",
10
+ "@angular/forms": "^19.2.8",
11
+ "@angular/material": "^19.2.11",
12
+ "@angular/material-moment-adapter": "^19.2.11",
13
+ "@angular/youtube-player": "^18.2.14",
11
14
  "@openapitools/openapi-generator-cli": "^2.5.1",
12
15
  "@types/quill": "^1.3.10",
13
- "primeng": "~17.18.1",
14
- "ngx-mask": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
16
+ "primeng": "^19.1.0",
17
+ "ngx-mask": "^18.0.4",
15
18
  "ngx-quill": "16.2.1 - 24.0.5",
16
19
  "fast-equals": "^5.0.1",
17
20
  "quill": "^1.3.7",
@@ -30,14 +33,10 @@
30
33
  },
31
34
  ".": {
32
35
  "types": "./index.d.ts",
33
- "esm2022": "./esm2022/smartbit4all-ng-client.mjs",
34
- "esm": "./esm2022/smartbit4all-ng-client.mjs",
35
36
  "default": "./fesm2022/smartbit4all-ng-client.mjs"
36
37
  },
37
38
  "./src/lib/smart-chart": {
38
39
  "types": "./src/lib/smart-chart/index.d.ts",
39
- "esm2022": "./esm2022/src/lib/smart-chart/smartbit4all-ng-client-src-lib-smart-chart.mjs",
40
- "esm": "./esm2022/src/lib/smart-chart/smartbit4all-ng-client-src-lib-smart-chart.mjs",
41
40
  "default": "./fesm2022/smartbit4all-ng-client-src-lib-smart-chart.mjs"
42
41
  }
43
42
  },
Binary file
@@ -1,17 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { ComponentFactoryService } from './component-factory-service.service';
3
- import * as i0 from "@angular/core";
4
- export class ComponentFactoryServiceModule {
5
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ComponentFactoryServiceModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
6
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.11", ngImport: i0, type: ComponentFactoryServiceModule }); }
7
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ComponentFactoryServiceModule, providers: [ComponentFactoryService] }); }
8
- }
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ComponentFactoryServiceModule, decorators: [{
10
- type: NgModule,
11
- args: [{
12
- declarations: [],
13
- imports: [],
14
- providers: [ComponentFactoryService]
15
- }]
16
- }] });
17
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tcG9uZW50LWZhY3Rvcnktc2VydmljZS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9zbWFydC1uZy1jbGllbnQvc3JjL2xpYi9jb21wb25lbnQtZmFjdG9yeS1zZXJ2aWNlL2NvbXBvbmVudC1mYWN0b3J5LXNlcnZpY2UubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0scUNBQXFDLENBQUM7O0FBTzlFLE1BQU0sT0FBTyw2QkFBNkI7K0dBQTdCLDZCQUE2QjtnSEFBN0IsNkJBQTZCO2dIQUE3Qiw2QkFBNkIsYUFGN0IsQ0FBQyx1QkFBdUIsQ0FBQzs7NEZBRXpCLDZCQUE2QjtrQkFMekMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsRUFBRTtvQkFDaEIsT0FBTyxFQUFFLEVBQUU7b0JBQ1gsU0FBUyxFQUFFLENBQUMsdUJBQXVCLENBQUM7aUJBQ3JDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgQ29tcG9uZW50RmFjdG9yeVNlcnZpY2UgfSBmcm9tICcuL2NvbXBvbmVudC1mYWN0b3J5LXNlcnZpY2Uuc2VydmljZSc7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gIGRlY2xhcmF0aW9uczogW10sXHJcbiAgaW1wb3J0czogW10sXHJcbiAgcHJvdmlkZXJzOiBbQ29tcG9uZW50RmFjdG9yeVNlcnZpY2VdXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBDb21wb25lbnRGYWN0b3J5U2VydmljZU1vZHVsZSB7IH1cclxuIl19
@@ -1,35 +0,0 @@
1
- import { Injectable } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class ComponentFactoryService {
4
- constructor(resolver) {
5
- this.resolver = resolver;
6
- }
7
- createComponent(vcRef, componentType, inputs) {
8
- this.setComponentFactory(componentType);
9
- const componentRef = vcRef.createComponent(this.factory);
10
- if (inputs)
11
- this.setComponentInputParameters(componentRef, inputs);
12
- componentRef.changeDetectorRef.detectChanges();
13
- return componentRef;
14
- }
15
- destroyComponent(componentRef) {
16
- componentRef.destroy();
17
- }
18
- setComponentFactory(componentType) {
19
- this.factory = this.resolver.resolveComponentFactory(componentType);
20
- }
21
- setComponentInputParameters(ref, inputs) {
22
- for (let [key, value] of inputs)
23
- if (value)
24
- ref.instance[key] = value;
25
- }
26
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ComponentFactoryService, deps: [{ token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Injectable }); }
27
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ComponentFactoryService, providedIn: 'root' }); }
28
- }
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: ComponentFactoryService, decorators: [{
30
- type: Injectable,
31
- args: [{
32
- providedIn: 'root'
33
- }]
34
- }], ctorParameters: () => [{ type: i0.ComponentFactoryResolver }] });
35
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tcG9uZW50LWZhY3Rvcnktc2VydmljZS5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvc21hcnQtbmctY2xpZW50L3NyYy9saWIvY29tcG9uZW50LWZhY3Rvcnktc2VydmljZS9jb21wb25lbnQtZmFjdG9yeS1zZXJ2aWNlLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUE0RCxVQUFVLEVBQW9CLE1BQU0sZUFBZSxDQUFDOztBQUt2SCxNQUFNLE9BQU8sdUJBQXVCO0lBSWxDLFlBQW9CLFFBQWtDO1FBQWxDLGFBQVEsR0FBUixRQUFRLENBQTBCO0lBQUksQ0FBQztJQUUzRCxlQUFlLENBQUMsS0FBdUIsRUFBRSxhQUFrQixFQUFFLE1BQXlCO1FBQ3BGLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxhQUFhLENBQUMsQ0FBQztRQUN4QyxNQUFNLFlBQVksR0FBRyxLQUFLLENBQUMsZUFBZSxDQUFDLElBQUksQ0FBQyxPQUFRLENBQUMsQ0FBQztRQUMxRCxJQUFJLE1BQU07WUFBRSxJQUFJLENBQUMsMkJBQTJCLENBQUMsWUFBWSxFQUFFLE1BQU0sQ0FBQyxDQUFDO1FBQ25FLFlBQVksQ0FBQyxpQkFBaUIsQ0FBQyxhQUFhLEVBQUUsQ0FBQztRQUMvQyxPQUFPLFlBQVksQ0FBQztJQUN0QixDQUFDO0lBRUQsZ0JBQWdCLENBQUMsWUFBK0I7UUFDOUMsWUFBWSxDQUFDLE9BQU8sRUFBRSxDQUFDO0lBQ3pCLENBQUM7SUFFTyxtQkFBbUIsQ0FBQyxhQUFrQjtRQUM1QyxJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsdUJBQXVCLENBQUMsYUFBYSxDQUFDLENBQUM7SUFDdEUsQ0FBQztJQUVPLDJCQUEyQixDQUFDLEdBQXNCLEVBQUUsTUFBd0I7UUFDbEYsS0FBSyxJQUFJLENBQUMsR0FBRyxFQUFFLEtBQUssQ0FBQyxJQUFJLE1BQU07WUFDN0IsSUFBSSxLQUFLO2dCQUFFLEdBQUcsQ0FBQyxRQUFRLENBQUMsR0FBRyxDQUFDLEdBQUcsS0FBSyxDQUFBO0lBQ3hDLENBQUM7K0dBekJVLHVCQUF1QjttSEFBdkIsdUJBQXVCLGNBRnRCLE1BQU07OzRGQUVQLHVCQUF1QjtrQkFIbkMsVUFBVTttQkFBQztvQkFDVixVQUFVLEVBQUUsTUFBTTtpQkFDbkIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnRGYWN0b3J5LCBDb21wb25lbnRGYWN0b3J5UmVzb2x2ZXIsIENvbXBvbmVudFJlZiwgSW5qZWN0YWJsZSwgVmlld0NvbnRhaW5lclJlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQEluamVjdGFibGUoe1xyXG4gIHByb3ZpZGVkSW46ICdyb290J1xyXG59KVxyXG5leHBvcnQgY2xhc3MgQ29tcG9uZW50RmFjdG9yeVNlcnZpY2Uge1xyXG5cclxuICBmYWN0b3J5PzogQ29tcG9uZW50RmFjdG9yeTxhbnk+O1xyXG5cclxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlc29sdmVyOiBDb21wb25lbnRGYWN0b3J5UmVzb2x2ZXIpIHsgfVxyXG5cclxuICBjcmVhdGVDb21wb25lbnQodmNSZWY6IFZpZXdDb250YWluZXJSZWYsIGNvbXBvbmVudFR5cGU6IGFueSwgaW5wdXRzPzogTWFwPHN0cmluZywgYW55Pik6IENvbXBvbmVudFJlZjxhbnk+IHtcclxuICAgIHRoaXMuc2V0Q29tcG9uZW50RmFjdG9yeShjb21wb25lbnRUeXBlKTtcclxuICAgIGNvbnN0IGNvbXBvbmVudFJlZiA9IHZjUmVmLmNyZWF0ZUNvbXBvbmVudCh0aGlzLmZhY3RvcnkhKTtcclxuICAgIGlmIChpbnB1dHMpIHRoaXMuc2V0Q29tcG9uZW50SW5wdXRQYXJhbWV0ZXJzKGNvbXBvbmVudFJlZiwgaW5wdXRzKTtcclxuICAgIGNvbXBvbmVudFJlZi5jaGFuZ2VEZXRlY3RvclJlZi5kZXRlY3RDaGFuZ2VzKCk7XHJcbiAgICByZXR1cm4gY29tcG9uZW50UmVmO1xyXG4gIH1cclxuXHJcbiAgZGVzdHJveUNvbXBvbmVudChjb21wb25lbnRSZWY6IENvbXBvbmVudFJlZjxhbnk+KSB7XHJcbiAgICBjb21wb25lbnRSZWYuZGVzdHJveSgpO1xyXG4gIH1cclxuXHJcbiAgcHJpdmF0ZSBzZXRDb21wb25lbnRGYWN0b3J5KGNvbXBvbmVudFR5cGU6IGFueSkge1xyXG4gICAgdGhpcy5mYWN0b3J5ID0gdGhpcy5yZXNvbHZlci5yZXNvbHZlQ29tcG9uZW50RmFjdG9yeShjb21wb25lbnRUeXBlKTtcclxuICB9XHJcblxyXG4gIHByaXZhdGUgc2V0Q29tcG9uZW50SW5wdXRQYXJhbWV0ZXJzKHJlZjogQ29tcG9uZW50UmVmPGFueT4sIGlucHV0czogTWFwPHN0cmluZywgYW55Pikge1xyXG4gICAgZm9yIChsZXQgW2tleSwgdmFsdWVdIG9mIGlucHV0cylcclxuICAgICAgaWYgKHZhbHVlKSByZWYuaW5zdGFuY2Vba2V5XSA9IHZhbHVlXHJcbiAgfVxyXG59XHJcbiJdfQ==
@@ -1,6 +0,0 @@
1
- /*
2
- * Public API Surface of component-factory-service
3
- */
4
- export * from './component-factory-service.service';
5
- export * from './component-factory-service.module';
6
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvamVjdHMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9zbWFydC1uZy1jbGllbnQvc3JjL2xpYi9jb21wb25lbnQtZmFjdG9yeS1zZXJ2aWNlL3Byb2plY3RzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxxQ0FBcUMsQ0FBQztBQUNwRCxjQUFjLG9DQUFvQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLypcclxuICogUHVibGljIEFQSSBTdXJmYWNlIG9mIGNvbXBvbmVudC1mYWN0b3J5LXNlcnZpY2VcclxuICovXHJcblxyXG5leHBvcnQgKiBmcm9tICcuL2NvbXBvbmVudC1mYWN0b3J5LXNlcnZpY2Uuc2VydmljZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vY29tcG9uZW50LWZhY3Rvcnktc2VydmljZS5tb2R1bGUnO1xyXG4iXX0=
@@ -1,4 +0,0 @@
1
- export * from "./session.service";
2
- import { SessionService } from "./session.service";
3
- export const SessionAPIS = [SessionService];
4
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBpLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvc21hcnQtbmctY2xpZW50L3NyYy9saWIvc2Vzc2lvbi9hcGkvYXBpL2FwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLG1CQUFtQixDQUFDO0FBQ2xDLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQztBQUNuRCxNQUFNLENBQUMsTUFBTSxXQUFXLEdBQUcsQ0FBQyxjQUFjLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gXCIuL3Nlc3Npb24uc2VydmljZVwiO1xyXG5pbXBvcnQgeyBTZXNzaW9uU2VydmljZSB9IGZyb20gXCIuL3Nlc3Npb24uc2VydmljZVwiO1xyXG5leHBvcnQgY29uc3QgU2Vzc2lvbkFQSVMgPSBbU2Vzc2lvblNlcnZpY2VdO1xyXG4iXX0=