@smartbit4all/ng-client 4.2.34 → 5.0.1

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 (433) 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 +521 -501
  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/smart-view-context.module.d.ts +42 -43
  13. package/package.json +12 -14
  14. package/smartbit4all-ng-client-5.0.1.tgz +0 -0
  15. package/esm2022/lib/component-factory-service/component-factory-service.module.mjs +0 -17
  16. package/esm2022/lib/component-factory-service/component-factory-service.service.mjs +0 -35
  17. package/esm2022/lib/component-factory-service/projects.mjs +0 -6
  18. package/esm2022/lib/session/api/api/api.mjs +0 -4
  19. package/esm2022/lib/session/api/api/session.service.mjs +0 -306
  20. package/esm2022/lib/session/api/configuration.mjs +0 -91
  21. package/esm2022/lib/session/api/encoder.mjs +0 -19
  22. package/esm2022/lib/session/api/index.mjs +0 -3
  23. package/esm2022/lib/session/api/model/accountInfo.mjs +0 -13
  24. package/esm2022/lib/session/api/model/apiError.mjs +0 -13
  25. package/esm2022/lib/session/api/model/authenticationProviderData.mjs +0 -13
  26. package/esm2022/lib/session/api/model/getAuthenticationProvidersResponse.mjs +0 -2
  27. package/esm2022/lib/session/api/model/models.mjs +0 -9
  28. package/esm2022/lib/session/api/model/refreshSessionRequest.mjs +0 -13
  29. package/esm2022/lib/session/api/model/session.mjs +0 -2
  30. package/esm2022/lib/session/api/model/sessionInfoData.mjs +0 -2
  31. package/esm2022/lib/session/api/model/userActivityLog.mjs +0 -13
  32. package/esm2022/lib/session/api/param.mjs +0 -2
  33. package/esm2022/lib/session/api/variables.mjs +0 -9
  34. package/esm2022/lib/session/cookie-service/smart-cookie.service.mjs +0 -225
  35. package/esm2022/lib/session/projects.mjs +0 -10
  36. package/esm2022/lib/session/smart-error-catching.interceptor.mjs +0 -95
  37. package/esm2022/lib/session/smart-header-maintainer.interceptor.mjs +0 -46
  38. package/esm2022/lib/session/smart-session-handler.service.mjs +0 -6
  39. package/esm2022/lib/session/smart-session.module.mjs +0 -58
  40. package/esm2022/lib/session/smart-session.service.mjs +0 -230
  41. package/esm2022/lib/session/smart-timer/smart-session-timer.component.mjs +0 -35
  42. package/esm2022/lib/session/smart-timer/smart-session-timer.service.mjs +0 -58
  43. package/esm2022/lib/shared/projects.mjs +0 -4
  44. package/esm2022/lib/shared/shared.module.mjs +0 -19
  45. package/esm2022/lib/shared/smart-tooltip.directive.mjs +0 -58
  46. package/esm2022/lib/shared/smarttable.date-pipe.mjs +0 -43
  47. package/esm2022/lib/smart-client/projects.mjs +0 -5
  48. package/esm2022/lib/smart-client/smart-authentication.service.mjs +0 -21
  49. package/esm2022/lib/smart-client/smart-component-api-client.mjs +0 -786
  50. package/esm2022/lib/smart-client/smart-file-uploader/smart-file-uploader.component.mjs +0 -81
  51. package/esm2022/lib/smart-client/smart.component.mjs +0 -84
  52. package/esm2022/lib/smart-client/smart.service.mjs +0 -75
  53. package/esm2022/lib/smart-component-layout/api/api/api.mjs +0 -4
  54. package/esm2022/lib/smart-component-layout/api/api/default.service.mjs +0 -133
  55. package/esm2022/lib/smart-component-layout/api/api.module.mjs +0 -40
  56. package/esm2022/lib/smart-component-layout/api/configuration.mjs +0 -91
  57. package/esm2022/lib/smart-component-layout/api/encoder.mjs +0 -19
  58. package/esm2022/lib/smart-component-layout/api/index.mjs +0 -7
  59. package/esm2022/lib/smart-component-layout/api/model/componentType.mjs +0 -18
  60. package/esm2022/lib/smart-component-layout/api/model/componentWidgetType.mjs +0 -20
  61. package/esm2022/lib/smart-component-layout/api/model/layoutDirection.mjs +0 -17
  62. package/esm2022/lib/smart-component-layout/api/model/models.mjs +0 -6
  63. package/esm2022/lib/smart-component-layout/api/model/smartComponentLayoutDefinition.mjs +0 -2
  64. package/esm2022/lib/smart-component-layout/api/model/smartComponentWidgetDefinition.mjs +0 -2
  65. package/esm2022/lib/smart-component-layout/api/param.mjs +0 -2
  66. package/esm2022/lib/smart-component-layout/api/variables.mjs +0 -9
  67. package/esm2022/lib/smart-component-layout/projects.mjs +0 -8
  68. package/esm2022/lib/smart-component-layout/smart-component-layout-utility.mjs +0 -111
  69. package/esm2022/lib/smart-component-layout/smart-component-layout.component.mjs +0 -307
  70. package/esm2022/lib/smart-component-layout/smart-component-layout.module.mjs +0 -45
  71. package/esm2022/lib/smart-dialog/projects.mjs +0 -8
  72. package/esm2022/lib/smart-dialog/smartdialog.component.mjs +0 -54
  73. package/esm2022/lib/smart-dialog/smartdialog.model.mjs +0 -16
  74. package/esm2022/lib/smart-dialog/smartdialog.module.mjs +0 -46
  75. package/esm2022/lib/smart-dialog/smartdialog.service.mjs +0 -90
  76. package/esm2022/lib/smart-expandable-section/expandable-section.component.mjs +0 -96
  77. package/esm2022/lib/smart-expandable-section/expandable-section.model.mjs +0 -12
  78. package/esm2022/lib/smart-expandable-section/projects.mjs +0 -8
  79. package/esm2022/lib/smart-expandable-section/smart-expandable-section.module.mjs +0 -53
  80. package/esm2022/lib/smart-expandable-section/smart-expandable-section.service.mjs +0 -14
  81. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionBoolOperator.mjs +0 -17
  82. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionBuilderField.mjs +0 -2
  83. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionBuilderGroup.mjs +0 -8
  84. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionBuilderModel.mjs +0 -2
  85. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionData.mjs +0 -2
  86. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionDataType.mjs +0 -20
  87. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionField.mjs +0 -2
  88. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionFieldList.mjs +0 -2
  89. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionFieldWidgetType.mjs +0 -28
  90. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionList.mjs +0 -2
  91. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionOperandData.mjs +0 -2
  92. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionOperation.mjs +0 -32
  93. package/esm2022/lib/smart-filter/api/filter/model/filterExpressionOrderBy.mjs +0 -18
  94. package/esm2022/lib/smart-filter/api/filter/model/model.mjs +0 -16
  95. package/esm2022/lib/smart-filter/api/filter/model/searchIndexObjectDefinitionData.mjs +0 -2
  96. package/esm2022/lib/smart-filter/api/filter/model/searchIndexPropertyDefinitionData.mjs +0 -13
  97. package/esm2022/lib/smart-filter/api/value/model/value.mjs +0 -13
  98. package/esm2022/lib/smart-filter/projects.mjs +0 -9
  99. package/esm2022/lib/smart-filter/smart-filter/components/smart-filter-expression-field/smart-filter-expression-field.component.mjs +0 -14
  100. package/esm2022/lib/smart-filter/smart-filter/components/smart-filter-simple/components/smart-filter-simple-field/smart-filter-simple-field.component.mjs +0 -165
  101. package/esm2022/lib/smart-filter/smart-filter/components/smart-filter-simple/smart-filter-simple.component.mjs +0 -45
  102. package/esm2022/lib/smart-filter/smart-filter/smart-filter.component.mjs +0 -36
  103. package/esm2022/lib/smart-filter/smart-filter/smart-filter.service.mjs +0 -31
  104. package/esm2022/lib/smart-filter/smart-filter.model.mjs +0 -13
  105. package/esm2022/lib/smart-filter/smart-filter.module.mjs +0 -33
  106. package/esm2022/lib/smart-filter-editor/api/api/filter.service.mjs +0 -198
  107. package/esm2022/lib/smart-filter-editor/api/configuration.mjs +0 -91
  108. package/esm2022/lib/smart-filter-editor/api/encoder.mjs +0 -19
  109. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionBoolOperator.mjs +0 -17
  110. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionBuilderApiConfig.mjs +0 -13
  111. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionBuilderField.mjs +0 -2
  112. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionBuilderGroup.mjs +0 -8
  113. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionBuilderModel.mjs +0 -2
  114. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionBuilderUiModel.mjs +0 -7
  115. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionData.mjs +0 -2
  116. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionDataType.mjs +0 -20
  117. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionField.mjs +0 -2
  118. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionFieldEditor.mjs +0 -2
  119. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionFieldList.mjs +0 -2
  120. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionFieldWidgetType.mjs +0 -28
  121. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionList.mjs +0 -2
  122. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionOperandData.mjs +0 -2
  123. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionOperation.mjs +0 -32
  124. package/esm2022/lib/smart-filter-editor/api/model/filterExpressionOrderBy.mjs +0 -19
  125. package/esm2022/lib/smart-filter-editor/api/model/smartFilterType.mjs +0 -17
  126. package/esm2022/lib/smart-filter-editor/api/param.mjs +0 -2
  127. package/esm2022/lib/smart-filter-editor/api/variables.mjs +0 -9
  128. package/esm2022/lib/smart-filter-editor/filterExpressionBuilderApiActions.mjs +0 -15
  129. package/esm2022/lib/smart-filter-editor/project.mjs +0 -8
  130. package/esm2022/lib/smart-filter-editor/smart-filter-editor-content/components/smart-filter-expression-item/smart-filter-expression-item.component.mjs +0 -73
  131. package/esm2022/lib/smart-filter-editor/smart-filter-editor-content/components/smart-filter-expression-items/smart-filter-expression-items.component.mjs +0 -40
  132. package/esm2022/lib/smart-filter-editor/smart-filter-editor-content/smart-filter-editor-content.component.mjs +0 -273
  133. package/esm2022/lib/smart-filter-editor/smart-filter-editor.model.mjs +0 -2
  134. package/esm2022/lib/smart-filter-editor/smart-filter-editor.module.mjs +0 -69
  135. package/esm2022/lib/smart-filter-editor/smart-filter-editor.service.mjs +0 -47
  136. package/esm2022/lib/smart-filter-editor/smart-filter-params/components/smart-filter-param/smart-filter-param.component.mjs +0 -24
  137. package/esm2022/lib/smart-filter-editor/smart-filter-params/smart-filter-params.component.mjs +0 -57
  138. package/esm2022/lib/smart-form/api/api/api.mjs +0 -4
  139. package/esm2022/lib/smart-form/api/api/default.service.mjs +0 -133
  140. package/esm2022/lib/smart-form/api/api.module.mjs +0 -40
  141. package/esm2022/lib/smart-form/api/configuration.mjs +0 -91
  142. package/esm2022/lib/smart-form/api/encoder.mjs +0 -19
  143. package/esm2022/lib/smart-form/api/index.mjs +0 -7
  144. package/esm2022/lib/smart-form/api/model/models.mjs +0 -12
  145. package/esm2022/lib/smart-form/api/model/propertyMapping.mjs +0 -13
  146. package/esm2022/lib/smart-form/api/model/selectionDefinition.mjs +0 -7
  147. package/esm2022/lib/smart-form/api/model/smartFormInputMode.mjs +0 -22
  148. package/esm2022/lib/smart-form/api/model/smartFormWidgetDirection.mjs +0 -17
  149. package/esm2022/lib/smart-form/api/model/smartFormWidgetType.mjs +0 -46
  150. package/esm2022/lib/smart-form/api/model/smartLayoutDefinition.mjs +0 -2
  151. package/esm2022/lib/smart-form/api/model/smartMatrixModel.mjs +0 -2
  152. package/esm2022/lib/smart-form/api/model/smartWidgetDefinition.mjs +0 -2
  153. package/esm2022/lib/smart-form/api/model/smartWidgetHint.mjs +0 -18
  154. package/esm2022/lib/smart-form/api/model/sortDefinition.mjs +0 -13
  155. package/esm2022/lib/smart-form/api/model/valueChangeMode.mjs +0 -20
  156. package/esm2022/lib/smart-form/api/param.mjs +0 -2
  157. package/esm2022/lib/smart-form/api/variables.mjs +0 -9
  158. package/esm2022/lib/smart-form/highlightMacthingString-pipe.mjs +0 -20
  159. package/esm2022/lib/smart-form/projects.mjs +0 -15
  160. package/esm2022/lib/smart-form/services/smartform.layout-definition.service.mjs +0 -613
  161. package/esm2022/lib/smart-form/services/smartform.service.mjs +0 -673
  162. package/esm2022/lib/smart-form/smartfileuploader/large-file-snack-bar/large-file-snack-bar.component.mjs +0 -15
  163. package/esm2022/lib/smart-form/smartfileuploader/smartfileuploader.component.mjs +0 -78
  164. package/esm2022/lib/smart-form/smartfileuploader/smartfileuploader.model.mjs +0 -2
  165. package/esm2022/lib/smart-form/smartform.component.mjs +0 -185
  166. package/esm2022/lib/smart-form/smartform.form-model.mjs +0 -2
  167. package/esm2022/lib/smart-form/smartform.model.mjs +0 -38
  168. package/esm2022/lib/smart-form/widgets/components/smart-month-picker/smart-month-picker.component.mjs +0 -84
  169. package/esm2022/lib/smart-form/widgets/directives/comparable-dropdown.directive.mjs +0 -36
  170. package/esm2022/lib/smart-form/widgets/directives/comparable-multiselect.directive.mjs +0 -79
  171. package/esm2022/lib/smart-form/widgets/smartformwidget/smartformwidget.component.mjs +0 -874
  172. package/esm2022/lib/smart-form/widgets/smartformwidget/sortable-widget/sortable-widget.component.mjs +0 -78
  173. package/esm2022/lib/smart-form/widgets/smartformwidget/trackCaps.directive.mjs +0 -31
  174. package/esm2022/lib/smart-grid/api/grid-api/api/api.mjs +0 -4
  175. package/esm2022/lib/smart-grid/api/grid-api/api/grid.service.mjs +0 -451
  176. package/esm2022/lib/smart-grid/api/grid-api/api.module.mjs +0 -40
  177. package/esm2022/lib/smart-grid/api/grid-api/configuration.mjs +0 -91
  178. package/esm2022/lib/smart-grid/api/grid-api/encoder.mjs +0 -19
  179. package/esm2022/lib/smart-grid/api/grid-api/index.mjs +0 -7
  180. package/esm2022/lib/smart-grid/api/grid-api/model/gridColumnContentType.mjs +0 -17
  181. package/esm2022/lib/smart-grid/api/grid-api/model/gridColumnMeta.mjs +0 -2
  182. package/esm2022/lib/smart-grid/api/grid-api/model/gridDataAccessConfig.mjs +0 -20
  183. package/esm2022/lib/smart-grid/api/grid-api/model/gridModel.mjs +0 -2
  184. package/esm2022/lib/smart-grid/api/grid-api/model/gridPage.mjs +0 -2
  185. package/esm2022/lib/smart-grid/api/grid-api/model/gridRow.mjs +0 -2
  186. package/esm2022/lib/smart-grid/api/grid-api/model/gridSelectionChange.mjs +0 -13
  187. package/esm2022/lib/smart-grid/api/grid-api/model/gridSelectionMode.mjs +0 -18
  188. package/esm2022/lib/smart-grid/api/grid-api/model/gridSelectionType.mjs +0 -17
  189. package/esm2022/lib/smart-grid/api/grid-api/model/gridServerModel.mjs +0 -2
  190. package/esm2022/lib/smart-grid/api/grid-api/model/gridUpdateData.mjs +0 -2
  191. package/esm2022/lib/smart-grid/api/grid-api/model/gridView.mjs +0 -2
  192. package/esm2022/lib/smart-grid/api/grid-api/model/gridViewDescriptor.mjs +0 -8
  193. package/esm2022/lib/smart-grid/api/grid-api/model/models.mjs +0 -14
  194. package/esm2022/lib/smart-grid/api/grid-api/param.mjs +0 -2
  195. package/esm2022/lib/smart-grid/api/grid-api/variables.mjs +0 -9
  196. package/esm2022/lib/smart-grid/components/expandable-grid/expandable-grid.component.mjs +0 -20
  197. package/esm2022/lib/smart-grid/components/smart-grid-card/smart-grid-card.component.mjs +0 -66
  198. package/esm2022/lib/smart-grid/components/table-layout-definer/table-layout-definer.component.mjs +0 -182
  199. package/esm2022/lib/smart-grid/models/model.mjs +0 -29
  200. package/esm2022/lib/smart-grid/projects.mjs +0 -9
  201. package/esm2022/lib/smart-grid/smart-grid.component.mjs +0 -934
  202. package/esm2022/lib/smart-grid/smart-grid.module.mjs +0 -100
  203. package/esm2022/lib/smart-grid/smart-grid.service.mjs +0 -80
  204. package/esm2022/lib/smart-icon/projects.mjs +0 -7
  205. package/esm2022/lib/smart-icon/smart-icon/smart-icon.component.mjs +0 -53
  206. package/esm2022/lib/smart-icon/smart-icon.module.mjs +0 -22
  207. package/esm2022/lib/smart-icon/smart-icon.service.mjs +0 -74
  208. package/esm2022/lib/smart-map/abstract-map.mjs +0 -112
  209. package/esm2022/lib/smart-map/api/api/api.mjs +0 -4
  210. package/esm2022/lib/smart-map/api/api/geoMap.service.mjs +0 -312
  211. package/esm2022/lib/smart-map/api/api.module.mjs +0 -40
  212. package/esm2022/lib/smart-map/api/configuration.mjs +0 -91
  213. package/esm2022/lib/smart-map/api/encoder.mjs +0 -19
  214. package/esm2022/lib/smart-map/api/index.mjs +0 -7
  215. package/esm2022/lib/smart-map/api/model/gPSPosition.mjs +0 -13
  216. package/esm2022/lib/smart-map/api/model/gPSRoute.mjs +0 -2
  217. package/esm2022/lib/smart-map/api/model/geoMapChange.mjs +0 -2
  218. package/esm2022/lib/smart-map/api/model/geoMapDataLoadingMode.mjs +0 -17
  219. package/esm2022/lib/smart-map/api/model/geoMapDataSourceDescriptor.mjs +0 -2
  220. package/esm2022/lib/smart-map/api/model/geoMapDataSourceType.mjs +0 -19
  221. package/esm2022/lib/smart-map/api/model/geoMapEditingSession.mjs +0 -2
  222. package/esm2022/lib/smart-map/api/model/geoMapInteraction.mjs +0 -2
  223. package/esm2022/lib/smart-map/api/model/geoMapItem.mjs +0 -2
  224. package/esm2022/lib/smart-map/api/model/geoMapItemKind.mjs +0 -18
  225. package/esm2022/lib/smart-map/api/model/geoMapLayer.mjs +0 -2
  226. package/esm2022/lib/smart-map/api/model/geoMapLayerChange.mjs +0 -2
  227. package/esm2022/lib/smart-map/api/model/geoMapLayerDescriptor.mjs +0 -2
  228. package/esm2022/lib/smart-map/api/model/geoMapModel.mjs +0 -2
  229. package/esm2022/lib/smart-map/api/model/geoMapOperationMode.mjs +0 -17
  230. package/esm2022/lib/smart-map/api/model/geoMapSelectionMode.mjs +0 -18
  231. package/esm2022/lib/smart-map/api/model/geoMapServerModel.mjs +0 -2
  232. package/esm2022/lib/smart-map/api/model/geoMapTextType.mjs +0 -17
  233. package/esm2022/lib/smart-map/api/model/geoMapViewState.mjs +0 -2
  234. package/esm2022/lib/smart-map/api/model/geoMapViewport.mjs +0 -2
  235. package/esm2022/lib/smart-map/api/model/models.mjs +0 -21
  236. package/esm2022/lib/smart-map/api/param.mjs +0 -2
  237. package/esm2022/lib/smart-map/api/variables.mjs +0 -9
  238. package/esm2022/lib/smart-map/api-default/api-default.mjs +0 -2
  239. package/esm2022/lib/smart-map/impl/google-map.mjs +0 -221
  240. package/esm2022/lib/smart-map/impl/leaflet-map.mjs +0 -264
  241. package/esm2022/lib/smart-map/projects.mjs +0 -9
  242. package/esm2022/lib/smart-map/smart-map.component.mjs +0 -218
  243. package/esm2022/lib/smart-map/smart-map.module.mjs +0 -22
  244. package/esm2022/lib/smart-map/smart-map.types.mjs +0 -2
  245. package/esm2022/lib/smart-navbar/projects.mjs +0 -8
  246. package/esm2022/lib/smart-navbar/smart-navbar.component.mjs +0 -61
  247. package/esm2022/lib/smart-navbar/smart-navbar.model.mjs +0 -6
  248. package/esm2022/lib/smart-navbar/smart-navbar.module.mjs +0 -63
  249. package/esm2022/lib/smart-navbar/smart-navbar.service.mjs +0 -14
  250. package/esm2022/lib/smart-navigation/projects.mjs +0 -6
  251. package/esm2022/lib/smart-navigation/smart-navigation.interface.mjs +0 -2
  252. package/esm2022/lib/smart-navigation/smart-navigation.module.mjs +0 -18
  253. package/esm2022/lib/smart-navigation/smart-navigation.service.mjs +0 -56
  254. package/esm2022/lib/smart-ng-client.module.mjs +0 -130
  255. package/esm2022/lib/smart-ng-client.service.mjs +0 -19
  256. package/esm2022/lib/smart-subject/projects.mjs +0 -5
  257. package/esm2022/lib/smart-subject/smart-subject.mjs +0 -21
  258. package/esm2022/lib/smart-tab-group/projects.mjs +0 -9
  259. package/esm2022/lib/smart-tab-group/smart-tab-group.component.mjs +0 -43
  260. package/esm2022/lib/smart-tab-group/smart-tab-group.module.mjs +0 -25
  261. package/esm2022/lib/smart-tab-group/smart-tab-group.service.mjs +0 -14
  262. package/esm2022/lib/smart-tab-group/tab-content/tab-content.component.mjs +0 -31
  263. package/esm2022/lib/smart-tab-group/tab-group-simplified/tab-group.component.mjs +0 -66
  264. package/esm2022/lib/smart-tab-group/tabTile.model.mjs +0 -2
  265. package/esm2022/lib/smart-table/components/default-actions-popup/default-actions-popup.component.mjs +0 -43
  266. package/esm2022/lib/smart-table/components/loading/loading.component.mjs +0 -15
  267. package/esm2022/lib/smart-table/directives/mat-context-menu-trigger-for.directive.mjs +0 -52
  268. package/esm2022/lib/smart-table/projects.mjs +0 -8
  269. package/esm2022/lib/smart-table/smarttable.component.mjs +0 -98
  270. package/esm2022/lib/smart-table/smarttable.model.mjs +0 -169
  271. package/esm2022/lib/smart-table/smarttable.module.mjs +0 -105
  272. package/esm2022/lib/smart-table/smarttable.service.mjs +0 -14
  273. package/esm2022/lib/smart-table/tables/material-table/material-table.component.mjs +0 -39
  274. package/esm2022/lib/smart-table/tables/mobile-table/mobile-table.component.mjs +0 -23
  275. package/esm2022/lib/smart-table/tables/table.mjs +0 -520
  276. package/esm2022/lib/smart-tree/projects.mjs +0 -9
  277. package/esm2022/lib/smart-tree/smarttree-generic.service.mjs +0 -288
  278. package/esm2022/lib/smart-tree/smarttree.component.mjs +0 -181
  279. package/esm2022/lib/smart-tree/smarttree.model.mjs +0 -7
  280. package/esm2022/lib/smart-tree/smarttree.module.mjs +0 -60
  281. package/esm2022/lib/smart-tree/smarttree.node.model.mjs +0 -6
  282. package/esm2022/lib/smart-tree/smarttree.service.interface.mjs +0 -2
  283. package/esm2022/lib/smart-tree/smarttree.service.mjs +0 -47
  284. package/esm2022/lib/smart-tree/tree-api/api/tree.service.mjs +0 -1190
  285. package/esm2022/lib/smart-tree/tree-api/configuration.mjs +0 -91
  286. package/esm2022/lib/smart-tree/tree-api/encoder.mjs +0 -19
  287. package/esm2022/lib/smart-tree/tree-api/param.mjs +0 -2
  288. package/esm2022/lib/smart-tree/tree-api/variables.mjs +0 -9
  289. package/esm2022/lib/smart-validation/named-validator.service.mjs +0 -115
  290. package/esm2022/lib/smart-validation/projects.mjs +0 -4
  291. package/esm2022/lib/smart-validation/smart-validation.module.mjs +0 -24
  292. package/esm2022/lib/smart-validation/smart-validation.types.mjs +0 -4
  293. package/esm2022/lib/view-context/api/api/api.mjs +0 -4
  294. package/esm2022/lib/view-context/api/api/view.service.mjs +0 -903
  295. package/esm2022/lib/view-context/api/api.module.mjs +0 -40
  296. package/esm2022/lib/view-context/api/configuration.mjs +0 -91
  297. package/esm2022/lib/view-context/api/encoder.mjs +0 -19
  298. package/esm2022/lib/view-context/api/index.mjs +0 -7
  299. package/esm2022/lib/view-context/api/model/clipboardData.mjs +0 -13
  300. package/esm2022/lib/view-context/api/model/closeResult.mjs +0 -18
  301. package/esm2022/lib/view-context/api/model/componentConstraint.mjs +0 -2
  302. package/esm2022/lib/view-context/api/model/componentModel.mjs +0 -2
  303. package/esm2022/lib/view-context/api/model/componentModelChange.mjs +0 -13
  304. package/esm2022/lib/view-context/api/model/dataChange.mjs +0 -2
  305. package/esm2022/lib/view-context/api/model/dataChangeEvent.mjs +0 -2
  306. package/esm2022/lib/view-context/api/model/dataChangeKind.mjs +0 -21
  307. package/esm2022/lib/view-context/api/model/deviceInfo.mjs +0 -13
  308. package/esm2022/lib/view-context/api/model/downloadedFile.mjs +0 -13
  309. package/esm2022/lib/view-context/api/model/iconPosition.mjs +0 -20
  310. package/esm2022/lib/view-context/api/model/imageResource.mjs +0 -8
  311. package/esm2022/lib/view-context/api/model/link.mjs +0 -20
  312. package/esm2022/lib/view-context/api/model/messageData.mjs +0 -2
  313. package/esm2022/lib/view-context/api/model/messageOption.mjs +0 -2
  314. package/esm2022/lib/view-context/api/model/messageOptionType.mjs +0 -18
  315. package/esm2022/lib/view-context/api/model/messageResult.mjs +0 -2
  316. package/esm2022/lib/view-context/api/model/messageTextType.mjs +0 -17
  317. package/esm2022/lib/view-context/api/model/messageType.mjs +0 -19
  318. package/esm2022/lib/view-context/api/model/models.mjs +0 -54
  319. package/esm2022/lib/view-context/api/model/namedValidator.mjs +0 -19
  320. package/esm2022/lib/view-context/api/model/openPendingData.mjs +0 -2
  321. package/esm2022/lib/view-context/api/model/serverRequestExecutionStat.mjs +0 -2
  322. package/esm2022/lib/view-context/api/model/serverRequestTrack.mjs +0 -2
  323. package/esm2022/lib/view-context/api/model/serverRequestType.mjs +0 -24
  324. package/esm2022/lib/view-context/api/model/smartLinkData.mjs +0 -2
  325. package/esm2022/lib/view-context/api/model/statisticRecord.mjs +0 -13
  326. package/esm2022/lib/view-context/api/model/style.mjs +0 -13
  327. package/esm2022/lib/view-context/api/model/uiAction.mjs +0 -2
  328. package/esm2022/lib/view-context/api/model/uiActionButtonDescriptor.mjs +0 -2
  329. package/esm2022/lib/view-context/api/model/uiActionButtonType.mjs +0 -27
  330. package/esm2022/lib/view-context/api/model/uiActionConstraint.mjs +0 -13
  331. package/esm2022/lib/view-context/api/model/uiActionDescriptor.mjs +0 -2
  332. package/esm2022/lib/view-context/api/model/uiActionDialogDescriptor.mjs +0 -2
  333. package/esm2022/lib/view-context/api/model/uiActionFeedbackType.mjs +0 -20
  334. package/esm2022/lib/view-context/api/model/uiActionInputType.mjs +0 -21
  335. package/esm2022/lib/view-context/api/model/uiActionRequest.mjs +0 -13
  336. package/esm2022/lib/view-context/api/model/uiActionTooltip.mjs +0 -22
  337. package/esm2022/lib/view-context/api/model/uiActionUploadDescriptor.mjs +0 -13
  338. package/esm2022/lib/view-context/api/model/uploadedFile.mjs +0 -13
  339. package/esm2022/lib/view-context/api/model/valueSet.mjs +0 -2
  340. package/esm2022/lib/view-context/api/model/view.mjs +0 -2
  341. package/esm2022/lib/view-context/api/model/viewApiError.mjs +0 -13
  342. package/esm2022/lib/view-context/api/model/viewConstraint.mjs +0 -2
  343. package/esm2022/lib/view-context/api/model/viewContext.mjs +0 -2
  344. package/esm2022/lib/view-context/api/model/viewContextChange.mjs +0 -2
  345. package/esm2022/lib/view-context/api/model/viewContextData.mjs +0 -2
  346. package/esm2022/lib/view-context/api/model/viewContextUpdate.mjs +0 -2
  347. package/esm2022/lib/view-context/api/model/viewData.mjs +0 -2
  348. package/esm2022/lib/view-context/api/model/viewEventHandler.mjs +0 -18
  349. package/esm2022/lib/view-context/api/model/viewPlaceholder.mjs +0 -13
  350. package/esm2022/lib/view-context/api/model/viewState.mjs +0 -22
  351. package/esm2022/lib/view-context/api/model/viewStateUpdate.mjs +0 -2
  352. package/esm2022/lib/view-context/api/model/viewType.mjs +0 -18
  353. package/esm2022/lib/view-context/api/param.mjs +0 -2
  354. package/esm2022/lib/view-context/api/variables.mjs +0 -9
  355. package/esm2022/lib/view-context/invalid-fields-snack-bar/invalid-fields-snack-bar.component.mjs +0 -20
  356. package/esm2022/lib/view-context/message-dialog/message-dialog.component.mjs +0 -74
  357. package/esm2022/lib/view-context/projects.mjs +0 -19
  358. package/esm2022/lib/view-context/property-definition-data.mjs +0 -2
  359. package/esm2022/lib/view-context/smart-ui-action/components/success-snack-bar/success-snack-bar.component.mjs +0 -30
  360. package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-confirm-dialog/ui-action-confirm-dialog.component.mjs +0 -63
  361. package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-confirm-dialog/ui-action-confirm-dialog.service.mjs +0 -55
  362. package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-dialog-button/ui-action-dialog-button.component.mjs +0 -60
  363. package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-file-upload-dialog/ui-action-file-upload-dialog.component.mjs +0 -97
  364. package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-file-upload-dialog/ui-action-file-upload-dialog.service.mjs +0 -60
  365. package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-input-dialog/ui-action-input-dialog.component.mjs +0 -132
  366. package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-input-dialog/ui-action-input-dialog.service.mjs +0 -59
  367. package/esm2022/lib/view-context/smart-ui-action/ui-action-toolbar.component.mjs +0 -192
  368. package/esm2022/lib/view-context/smart-ui-action/ui-action.descriptor.service.mjs +0 -183
  369. package/esm2022/lib/view-context/smart-ui-action/ui-action.model.mjs +0 -7
  370. package/esm2022/lib/view-context/smart-ui-action/ui-action.service.mjs +0 -211
  371. package/esm2022/lib/view-context/smart-view-context-dialog.service.mjs +0 -83
  372. package/esm2022/lib/view-context/smart-view-context-error-dialog/smart-view-context-error-dialog.component.mjs +0 -29
  373. package/esm2022/lib/view-context/smart-view-context-error-dialog/smart-view-context-error-dialog.service.mjs +0 -75
  374. package/esm2022/lib/view-context/smart-view-context.interceptor.mjs +0 -39
  375. package/esm2022/lib/view-context/smart-view-context.model.mjs +0 -2
  376. package/esm2022/lib/view-context/smart-view-context.module.mjs +0 -327
  377. package/esm2022/lib/view-context/smart-view-context.service.mjs +0 -696
  378. package/esm2022/lib/view-context/smart-view-redirect/smart-view-redirect.mjs +0 -33
  379. package/esm2022/lib/view-context/utility/componentLibrary.mjs +0 -9
  380. package/esm2022/lib/view-context/utility/smart-object-utility.mjs +0 -44
  381. package/esm2022/lib/view-context/utility/smart-style-utility.mjs +0 -68
  382. package/esm2022/lib/view-context/value-api/api/api.mjs +0 -4
  383. package/esm2022/lib/view-context/value-api/api/value.service.mjs +0 -138
  384. package/esm2022/lib/view-context/value-api/api.module.mjs +0 -40
  385. package/esm2022/lib/view-context/value-api/configuration.mjs +0 -91
  386. package/esm2022/lib/view-context/value-api/encoder.mjs +0 -19
  387. package/esm2022/lib/view-context/value-api/index.mjs +0 -7
  388. package/esm2022/lib/view-context/value-api/model/genericValue.mjs +0 -13
  389. package/esm2022/lib/view-context/value-api/model/models.mjs +0 -11
  390. package/esm2022/lib/view-context/value-api/model/value.mjs +0 -13
  391. package/esm2022/lib/view-context/value-api/model/valueSetData.mjs +0 -2
  392. package/esm2022/lib/view-context/value-api/model/valueSetDefinition.mjs +0 -2
  393. package/esm2022/lib/view-context/value-api/model/valueSetDefinitionData.mjs +0 -2
  394. package/esm2022/lib/view-context/value-api/model/valueSetDefinitionIdentifier.mjs +0 -13
  395. package/esm2022/lib/view-context/value-api/model/valueSetDefinitionKind.mjs +0 -24
  396. package/esm2022/lib/view-context/value-api/model/valueSetExpression.mjs +0 -2
  397. package/esm2022/lib/view-context/value-api/model/valueSetOperand.mjs +0 -2
  398. package/esm2022/lib/view-context/value-api/model/valueSetOperation.mjs +0 -19
  399. package/esm2022/lib/view-context/value-api/param.mjs +0 -2
  400. package/esm2022/lib/view-context/value-api/variables.mjs +0 -9
  401. package/esm2022/projects.mjs +0 -28
  402. package/esm2022/smartbit4all-ng-client.mjs +0 -5
  403. package/esm2022/src/lib/smart-chart/smart-chart/api/model/chartData.mjs +0 -2
  404. package/esm2022/src/lib/smart-chart/smart-chart/api/model/chartDescriptor.mjs +0 -2
  405. package/esm2022/src/lib/smart-chart/smart-chart/api/model/chartOrientation.mjs +0 -16
  406. package/esm2022/src/lib/smart-chart/smart-chart/api/model/chartType.mjs +0 -21
  407. package/esm2022/src/lib/smart-chart/smart-chart/api/model/chartValue.mjs +0 -13
  408. package/esm2022/src/lib/smart-chart/smart-chart/api/model/models.mjs +0 -7
  409. package/esm2022/src/lib/smart-chart/smart-chart/api/model/pieChartLegendPosition.mjs +0 -16
  410. package/esm2022/src/lib/smart-chart/smart-chart/default-chart-options.provider.mjs +0 -233
  411. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart.component.mjs +0 -285
  412. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart.module.mjs +0 -39
  413. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart2/api/api/api.mjs +0 -2
  414. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart2/api/api.module.mjs +0 -40
  415. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart2/api/configuration.mjs +0 -91
  416. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart2/api/index.mjs +0 -7
  417. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart2/api/model/diagramColor.mjs +0 -13
  418. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart2/api/model/diagramDataContainer.mjs +0 -2
  419. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart2/api/model/diagramDataItem.mjs +0 -13
  420. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart2/api/model/diagramDataSet.mjs +0 -2
  421. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart2/api/model/diagramDataSetConstructionInstruction.mjs +0 -13
  422. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart2/api/model/diagramDescriptor.mjs +0 -2
  423. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart2/api/model/diagramShape.mjs +0 -2
  424. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart2/api/model/diagramUiModel.mjs +0 -2
  425. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart2/api/model/drawTime.mjs +0 -18
  426. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart2/api/model/labelText.mjs +0 -2
  427. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart2/api/model/models.mjs +0 -11
  428. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart2/api/param.mjs +0 -2
  429. package/esm2022/src/lib/smart-chart/smart-chart/smart-chart2/api/variables.mjs +0 -9
  430. package/esm2022/src/lib/smart-chart/smart-chart-projects.mjs +0 -9
  431. package/esm2022/src/lib/smart-chart/smartbit4all-ng-client-src-lib-smart-chart.mjs +0 -5
  432. package/esm2022/src/lib/smart-chart/view-context/utility/componentLibrary.mjs +0 -9
  433. package/smartbit4all-ng-client-4.2.34.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
  }
@@ -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,21 +1,23 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "4.2.34",
3
+ "version": "5.0.1",
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.3",
6
+ "@angular/cdk": "19.2.3",
7
+ "@angular/common": "19.2.3",
8
+ "@angular/compiler": "19.2.3",
9
+ "@angular/core": "19.2.3",
10
+ "@angular/forms": "19.2.3",
11
+ "@angular/material": "19.2.3",
12
+ "@angular/material-moment-adapter": "19.2.3",
13
+ "@angular/youtube-player": "19.2.3",
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",
18
- "quill-emoji": "^0.2.0",
19
21
  "rxjs": "^7.5.7",
20
22
  "copyfiles": "^2.4.1"
21
23
  },
@@ -30,14 +32,10 @@
30
32
  },
31
33
  ".": {
32
34
  "types": "./index.d.ts",
33
- "esm2022": "./esm2022/smartbit4all-ng-client.mjs",
34
- "esm": "./esm2022/smartbit4all-ng-client.mjs",
35
35
  "default": "./fesm2022/smartbit4all-ng-client.mjs"
36
36
  },
37
37
  "./src/lib/smart-chart": {
38
38
  "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
39
  "default": "./fesm2022/smartbit4all-ng-client-src-lib-smart-chart.mjs"
42
40
  }
43
41
  },
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=