@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
@@ -1,23 +0,0 @@
1
- import { Component } from '@angular/core';
2
- import { Table } from '../table';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "../../../component-factory-service/projects";
5
- import * as i2 from "../../../shared/smart-tooltip.directive";
6
- import * as i3 from "@angular/common";
7
- import * as i4 from "@angular/material/checkbox";
8
- import * as i5 from "@angular/material/button";
9
- import * as i6 from "@angular/material/menu";
10
- import * as i7 from "../../../smart-icon/smart-icon/smart-icon.component";
11
- import * as i8 from "../../../shared/smarttable.date-pipe";
12
- export class MobileTableComponent extends Table {
13
- constructor(cfService) {
14
- super(cfService);
15
- }
16
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: MobileTableComponent, deps: [{ token: i1.ComponentFactoryService }], target: i0.ɵɵFactoryTarget.Component }); }
17
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: MobileTableComponent, selector: "lib-mobile-table", usesInheritance: true, ngImport: i0, template: "<div class=\"mobileTable\">\r\n <div\r\n class=\"mobileTableRow\"\r\n *ngFor=\"let row of smartTable.tableRows\"\r\n [ngClass]=\"getRowClasses(row)\"\r\n [ngStyle]=\"getRowStyles(row)\"\r\n >\r\n <div\r\n class=\"mobileTableCell\"\r\n *ngFor=\"let header of smartTable.customSmartTableHeaders; let i = index\"\r\n (click)=\"handleOnRowClick(row)\"\r\n (dblclick)=\"handleOnRowDoubleClick($event, row)\"\r\n >\r\n <div class=\"mobileTableCellHeader\">\r\n {{ header.label }}\r\n </div>\r\n\r\n <mat-checkbox\r\n *ngIf=\"\r\n smartTable.customSmartTableHeaders &&\r\n smartTable.customSmartTableHeaders[i].propertyName === 'select'\r\n \"\r\n (click)=\"$event.stopPropagation()\"\r\n (change)=\"\r\n $event\r\n ? setSelection(\r\n smartTable.selectionProperty\r\n ? smartTable.getValueDeeply(row, smartTable.selectionProperty)\r\n : row\r\n )\r\n : null\r\n \"\r\n [disabled]=\"isDisabled(row)\"\r\n [checked]=\"\r\n smartTable.selection!.isSelected(\r\n smartTable.selectionProperty\r\n ? smartTable.getValueDeeply(row, smartTable.selectionProperty)\r\n : row\r\n )\r\n \"\r\n [aria-label]=\"\r\n checkboxLabel(\r\n smartTable.selectionProperty\r\n ? smartTable.getValueDeeply(row, smartTable.selectionProperty)\r\n : row\r\n )\r\n \"\r\n >\r\n </mat-checkbox>\r\n <div\r\n *ngIf=\"\r\n smartTable.customSmartTableHeaders && smartTable.customSmartTableHeaders[i].properties\r\n \"\r\n >\r\n <div *ngIf=\"smartTable.customSmartTableHeaders[i].properties?.type === type().DATETIME\">\r\n {{\r\n getValue(row, header.propertyName)\r\n | smartDateTime : smartTable.customSmartTableHeaders[i].properties?.dateFormat\r\n }}\r\n </div>\r\n <div *ngIf=\"smartTable.customSmartTableHeaders[i].properties?.type === type().DATE\">\r\n {{\r\n getValue(row, header.propertyName)\r\n | smartDate : smartTable.customSmartTableHeaders[i].properties?.dateFormat\r\n }}\r\n </div>\r\n <div *ngIf=\"smartTable.customSmartTableHeaders[i].properties?.type === type().TIME\">\r\n {{\r\n getValue(row, header.propertyName)\r\n | smartTime : smartTable.customSmartTableHeaders[i].properties?.dateFormat\r\n }}\r\n </div>\r\n <div *ngIf=\"smartTable.customSmartTableHeaders[i].properties?.type === type().CHECKBOX\">\r\n <mat-checkbox\r\n [disabled]=\"true\"\r\n [checked]=\"getValue(row, header.propertyName)\"\r\n ></mat-checkbox>\r\n </div>\r\n <div\r\n *ngIf=\"\r\n smartTable.customSmartTableHeaders[i].properties?.type === type().ICON &&\r\n smartTable.customSmartTableHeaders[i].properties?.icons?.length\r\n \"\r\n >\r\n <smart-icon\r\n [smartTooltip]=\"getToolTip(row, i)\"\r\n [icon]=\"getIcon(getValue(row, header.propertyName), i)!\"\r\n [color]=\"getColor(getValue(row, header.propertyName), i)\"\r\n >\r\n </smart-icon>\r\n </div>\r\n </div>\r\n <div *ngIf=\"isImageResource(row, header.propertyName)\">\r\n <smart-icon\r\n [icon]=\"getImageResourceIcon(row, header.propertyName)\"\r\n [color]=\"getImageResourceColor(row, header.propertyName)\"\r\n >\r\n </smart-icon>\r\n </div>\r\n <div\r\n *ngIf=\"smartTable.customSmartTableHeaders && smartTable.customSmartTableHeaders[i].buttons\"\r\n class=\"smart-table-buttons-col\"\r\n >\r\n <div *ngFor=\"let button of smartTable.customSmartTableHeaders[i].buttons\">\r\n <div *ngIf=\"showButton(button, row)\" [ngSwitch]=\"button.type\">\r\n <button\r\n (click)=\"customButtonClicked($event, button, row)\"\r\n *ngSwitchCase=\"smartTableButtonType.ICON\"\r\n mat-icon-button\r\n color=\"{{ button.color }}\"\r\n >\r\n <smart-icon title=\"{{ button.label }}\" [icon]=\"button.icon!\"></smart-icon>\r\n </button>\r\n <button\r\n (click)=\"customButtonClicked($event, button, row)\"\r\n *ngSwitchCase=\"smartTableButtonType.NORMAL\"\r\n mat-button\r\n color=\"{{ button.color }}\"\r\n >\r\n <smart-icon *ngIf=\"button.icon\" [icon]=\"button.icon\"></smart-icon>\r\n {{ button.label }}\r\n </button>\r\n <button\r\n (click)=\"customButtonClicked($event, button, row)\"\r\n *ngSwitchCase=\"smartTableButtonType.RAISED\"\r\n mat-raised-button\r\n color=\"{{ button.color }}\"\r\n >\r\n <smart-icon *ngIf=\"button.icon\" [icon]=\"button.icon\"></smart-icon>\r\n {{ button.label }}\r\n </button>\r\n <div *ngSwitchCase=\"smartTableButtonType.MENU\">\r\n <button\r\n *ngIf=\"showMenuButton(row, button)\"\r\n mat-button\r\n [matMenuTriggerFor]=\"menu\"\r\n (click)=\"customButtonClicked($event, button, row, undefined, true)\"\r\n color=\"{{ button.color }}\"\r\n >\r\n <smart-icon *ngIf=\"button.icon\" [icon]=\"button.icon\"></smart-icon>\r\n {{ button.label }}\r\n </button>\r\n <mat-menu #menu=\"matMenu\">\r\n <div *ngIf=\"button.menuItemButtons\">\r\n <button\r\n *ngFor=\"let btn of button.menuItemButtons\"\r\n (click)=\"customButtonClicked($event, btn, row, undefined, true)\"\r\n mat-menu-item\r\n >\r\n <smart-icon *ngIf=\"btn.icon\" [icon]=\"btn.icon\"></smart-icon>\r\n {{ btn.label }}\r\n </button>\r\n </div>\r\n <div *ngIf=\"button.menuItemButtonsPropertyName\">\r\n <button\r\n *ngFor=\"let btn of getValue(row, button.menuItemButtonsPropertyName)\"\r\n (click)=\"customButtonClicked($event, button, row, btn, true)\"\r\n [disabled]=\"btn.disabled\"\r\n mat-menu-item\r\n >\r\n {{ button.translator!(btn) }}\r\n </button>\r\n </div>\r\n </mat-menu>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div *ngIf=\"smartTable.customSmartTableHeaders && smartTable.customSmartTableHeaders[i].icon\">\r\n <smart-icon\r\n *ngIf=\"smartTable.customSmartTableHeaders[i].icon?.icon\"\r\n [ngClass]=\"smartTable.customSmartTableHeaders[i].icon?.cssClass ?? ''\"\r\n [color]=\"smartTable.customSmartTableHeaders[i].icon?.color\"\r\n [icon]=\"smartTable.customSmartTableHeaders[i].icon!.icon\"\r\n >\r\n </smart-icon>\r\n </div>\r\n <div\r\n *ngIf=\"\r\n smartTable.customSmartTableHeaders &&\r\n smartTable.customSmartTableHeaders[i].translator !== undefined\r\n \"\r\n >\r\n {{ smartTable.customSmartTableHeaders[i].translator!(getValue(row, header.propertyName)) }}\r\n </div>\r\n <div\r\n *ngIf=\"\r\n !smartTable.customSmartTableHeaders ||\r\n (smartTable.customSmartTableHeaders &&\r\n !smartTable.customSmartTableHeaders[i].properties &&\r\n !smartTable.customSmartTableHeaders[i].icon &&\r\n !smartTable.customSmartTableHeaders[i].buttons &&\r\n !smartTable.customSmartTableHeaders[i].translator &&\r\n !(smartTable.customSmartTableHeaders[i].propertyName === 'select') &&\r\n !(smartTable.customSmartTableHeaders[i].propertyName === 'expand'))\r\n \"\r\n >\r\n <smart-icon\r\n *ngIf=\"header.propertyName === 'icon'\"\r\n [icon]=\"getValue(row, header.propertyName)!\"\r\n >\r\n </smart-icon>\r\n <img\r\n *ngIf=\"header.propertyName === 'img'\"\r\n [src]=\"getValue(row, header.propertyName)\"\r\n alt=\"\"\r\n class=\"smarttableImg\"\r\n />\r\n <div\r\n *ngIf=\"\r\n header.propertyName !== 'icon' &&\r\n header.propertyName !== 'img' &&\r\n header.propertyName !== 'option' &&\r\n header.propertyName !== 'button'\r\n \"\r\n [innerHtml]=\"getValue(row, header.propertyName)\"\r\n ></div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".mobileTable{display:flex;flex-direction:column}.mobileTableRow{display:flex;flex-direction:column;border-bottom:1px solid #ccc;padding:.5rem;gap:.5rem}.mobileTableCell{display:flex;flex-direction:column;gap:.25rem}.mobileTableCellHeader{font-weight:700;color:var(--primary-color)}.selected{background-color:var(--primary-light-color)}.mat-mdc-menu-item[disabled]{cursor:default!important}\n"], dependencies: [{ kind: "directive", type: i2.SmartTooltipDirective, selector: "[smartTooltip]", inputs: ["smartTooltip"] }, { kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i3.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i3.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "component", type: i4.MatCheckbox, selector: "mat-checkbox", inputs: ["aria-label", "aria-labelledby", "aria-describedby", "id", "required", "labelPosition", "name", "value", "disableRipple", "tabIndex", "color", "checked", "disabled", "indeterminate"], outputs: ["change", "indeterminateChange"], exportAs: ["matCheckbox"] }, { kind: "component", type: i5.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }, { kind: "component", type: i5.MatIconButton, selector: "button[mat-icon-button]", exportAs: ["matButton"] }, { kind: "component", type: i6.MatMenu, selector: "mat-menu", inputs: ["backdropClass", "aria-label", "aria-labelledby", "aria-describedby", "xPosition", "yPosition", "overlapTrigger", "hasBackdrop", "class", "classList"], outputs: ["closed", "close"], exportAs: ["matMenu"] }, { kind: "component", type: i6.MatMenuItem, selector: "[mat-menu-item]", inputs: ["role", "disabled", "disableRipple"], exportAs: ["matMenuItem"] }, { kind: "directive", type: i6.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", inputs: ["mat-menu-trigger-for", "matMenuTriggerFor", "matMenuTriggerData", "matMenuTriggerRestoreFocus"], outputs: ["menuOpened", "onMenuOpen", "menuClosed", "onMenuClose"], exportAs: ["matMenuTrigger"] }, { kind: "component", type: i7.SmartIconComponent, selector: "smart-icon", inputs: ["icon", "color"] }, { kind: "pipe", type: i8.SmartDateTimePipe, name: "smartDateTime" }, { kind: "pipe", type: i8.SmartDatePipe, name: "smartDate" }, { kind: "pipe", type: i8.SmartTimePipe, name: "smartTime" }] }); }
18
- }
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: MobileTableComponent, decorators: [{
20
- type: Component,
21
- args: [{ selector: 'lib-mobile-table', template: "<div class=\"mobileTable\">\r\n <div\r\n class=\"mobileTableRow\"\r\n *ngFor=\"let row of smartTable.tableRows\"\r\n [ngClass]=\"getRowClasses(row)\"\r\n [ngStyle]=\"getRowStyles(row)\"\r\n >\r\n <div\r\n class=\"mobileTableCell\"\r\n *ngFor=\"let header of smartTable.customSmartTableHeaders; let i = index\"\r\n (click)=\"handleOnRowClick(row)\"\r\n (dblclick)=\"handleOnRowDoubleClick($event, row)\"\r\n >\r\n <div class=\"mobileTableCellHeader\">\r\n {{ header.label }}\r\n </div>\r\n\r\n <mat-checkbox\r\n *ngIf=\"\r\n smartTable.customSmartTableHeaders &&\r\n smartTable.customSmartTableHeaders[i].propertyName === 'select'\r\n \"\r\n (click)=\"$event.stopPropagation()\"\r\n (change)=\"\r\n $event\r\n ? setSelection(\r\n smartTable.selectionProperty\r\n ? smartTable.getValueDeeply(row, smartTable.selectionProperty)\r\n : row\r\n )\r\n : null\r\n \"\r\n [disabled]=\"isDisabled(row)\"\r\n [checked]=\"\r\n smartTable.selection!.isSelected(\r\n smartTable.selectionProperty\r\n ? smartTable.getValueDeeply(row, smartTable.selectionProperty)\r\n : row\r\n )\r\n \"\r\n [aria-label]=\"\r\n checkboxLabel(\r\n smartTable.selectionProperty\r\n ? smartTable.getValueDeeply(row, smartTable.selectionProperty)\r\n : row\r\n )\r\n \"\r\n >\r\n </mat-checkbox>\r\n <div\r\n *ngIf=\"\r\n smartTable.customSmartTableHeaders && smartTable.customSmartTableHeaders[i].properties\r\n \"\r\n >\r\n <div *ngIf=\"smartTable.customSmartTableHeaders[i].properties?.type === type().DATETIME\">\r\n {{\r\n getValue(row, header.propertyName)\r\n | smartDateTime : smartTable.customSmartTableHeaders[i].properties?.dateFormat\r\n }}\r\n </div>\r\n <div *ngIf=\"smartTable.customSmartTableHeaders[i].properties?.type === type().DATE\">\r\n {{\r\n getValue(row, header.propertyName)\r\n | smartDate : smartTable.customSmartTableHeaders[i].properties?.dateFormat\r\n }}\r\n </div>\r\n <div *ngIf=\"smartTable.customSmartTableHeaders[i].properties?.type === type().TIME\">\r\n {{\r\n getValue(row, header.propertyName)\r\n | smartTime : smartTable.customSmartTableHeaders[i].properties?.dateFormat\r\n }}\r\n </div>\r\n <div *ngIf=\"smartTable.customSmartTableHeaders[i].properties?.type === type().CHECKBOX\">\r\n <mat-checkbox\r\n [disabled]=\"true\"\r\n [checked]=\"getValue(row, header.propertyName)\"\r\n ></mat-checkbox>\r\n </div>\r\n <div\r\n *ngIf=\"\r\n smartTable.customSmartTableHeaders[i].properties?.type === type().ICON &&\r\n smartTable.customSmartTableHeaders[i].properties?.icons?.length\r\n \"\r\n >\r\n <smart-icon\r\n [smartTooltip]=\"getToolTip(row, i)\"\r\n [icon]=\"getIcon(getValue(row, header.propertyName), i)!\"\r\n [color]=\"getColor(getValue(row, header.propertyName), i)\"\r\n >\r\n </smart-icon>\r\n </div>\r\n </div>\r\n <div *ngIf=\"isImageResource(row, header.propertyName)\">\r\n <smart-icon\r\n [icon]=\"getImageResourceIcon(row, header.propertyName)\"\r\n [color]=\"getImageResourceColor(row, header.propertyName)\"\r\n >\r\n </smart-icon>\r\n </div>\r\n <div\r\n *ngIf=\"smartTable.customSmartTableHeaders && smartTable.customSmartTableHeaders[i].buttons\"\r\n class=\"smart-table-buttons-col\"\r\n >\r\n <div *ngFor=\"let button of smartTable.customSmartTableHeaders[i].buttons\">\r\n <div *ngIf=\"showButton(button, row)\" [ngSwitch]=\"button.type\">\r\n <button\r\n (click)=\"customButtonClicked($event, button, row)\"\r\n *ngSwitchCase=\"smartTableButtonType.ICON\"\r\n mat-icon-button\r\n color=\"{{ button.color }}\"\r\n >\r\n <smart-icon title=\"{{ button.label }}\" [icon]=\"button.icon!\"></smart-icon>\r\n </button>\r\n <button\r\n (click)=\"customButtonClicked($event, button, row)\"\r\n *ngSwitchCase=\"smartTableButtonType.NORMAL\"\r\n mat-button\r\n color=\"{{ button.color }}\"\r\n >\r\n <smart-icon *ngIf=\"button.icon\" [icon]=\"button.icon\"></smart-icon>\r\n {{ button.label }}\r\n </button>\r\n <button\r\n (click)=\"customButtonClicked($event, button, row)\"\r\n *ngSwitchCase=\"smartTableButtonType.RAISED\"\r\n mat-raised-button\r\n color=\"{{ button.color }}\"\r\n >\r\n <smart-icon *ngIf=\"button.icon\" [icon]=\"button.icon\"></smart-icon>\r\n {{ button.label }}\r\n </button>\r\n <div *ngSwitchCase=\"smartTableButtonType.MENU\">\r\n <button\r\n *ngIf=\"showMenuButton(row, button)\"\r\n mat-button\r\n [matMenuTriggerFor]=\"menu\"\r\n (click)=\"customButtonClicked($event, button, row, undefined, true)\"\r\n color=\"{{ button.color }}\"\r\n >\r\n <smart-icon *ngIf=\"button.icon\" [icon]=\"button.icon\"></smart-icon>\r\n {{ button.label }}\r\n </button>\r\n <mat-menu #menu=\"matMenu\">\r\n <div *ngIf=\"button.menuItemButtons\">\r\n <button\r\n *ngFor=\"let btn of button.menuItemButtons\"\r\n (click)=\"customButtonClicked($event, btn, row, undefined, true)\"\r\n mat-menu-item\r\n >\r\n <smart-icon *ngIf=\"btn.icon\" [icon]=\"btn.icon\"></smart-icon>\r\n {{ btn.label }}\r\n </button>\r\n </div>\r\n <div *ngIf=\"button.menuItemButtonsPropertyName\">\r\n <button\r\n *ngFor=\"let btn of getValue(row, button.menuItemButtonsPropertyName)\"\r\n (click)=\"customButtonClicked($event, button, row, btn, true)\"\r\n [disabled]=\"btn.disabled\"\r\n mat-menu-item\r\n >\r\n {{ button.translator!(btn) }}\r\n </button>\r\n </div>\r\n </mat-menu>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div *ngIf=\"smartTable.customSmartTableHeaders && smartTable.customSmartTableHeaders[i].icon\">\r\n <smart-icon\r\n *ngIf=\"smartTable.customSmartTableHeaders[i].icon?.icon\"\r\n [ngClass]=\"smartTable.customSmartTableHeaders[i].icon?.cssClass ?? ''\"\r\n [color]=\"smartTable.customSmartTableHeaders[i].icon?.color\"\r\n [icon]=\"smartTable.customSmartTableHeaders[i].icon!.icon\"\r\n >\r\n </smart-icon>\r\n </div>\r\n <div\r\n *ngIf=\"\r\n smartTable.customSmartTableHeaders &&\r\n smartTable.customSmartTableHeaders[i].translator !== undefined\r\n \"\r\n >\r\n {{ smartTable.customSmartTableHeaders[i].translator!(getValue(row, header.propertyName)) }}\r\n </div>\r\n <div\r\n *ngIf=\"\r\n !smartTable.customSmartTableHeaders ||\r\n (smartTable.customSmartTableHeaders &&\r\n !smartTable.customSmartTableHeaders[i].properties &&\r\n !smartTable.customSmartTableHeaders[i].icon &&\r\n !smartTable.customSmartTableHeaders[i].buttons &&\r\n !smartTable.customSmartTableHeaders[i].translator &&\r\n !(smartTable.customSmartTableHeaders[i].propertyName === 'select') &&\r\n !(smartTable.customSmartTableHeaders[i].propertyName === 'expand'))\r\n \"\r\n >\r\n <smart-icon\r\n *ngIf=\"header.propertyName === 'icon'\"\r\n [icon]=\"getValue(row, header.propertyName)!\"\r\n >\r\n </smart-icon>\r\n <img\r\n *ngIf=\"header.propertyName === 'img'\"\r\n [src]=\"getValue(row, header.propertyName)\"\r\n alt=\"\"\r\n class=\"smarttableImg\"\r\n />\r\n <div\r\n *ngIf=\"\r\n header.propertyName !== 'icon' &&\r\n header.propertyName !== 'img' &&\r\n header.propertyName !== 'option' &&\r\n header.propertyName !== 'button'\r\n \"\r\n [innerHtml]=\"getValue(row, header.propertyName)\"\r\n ></div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".mobileTable{display:flex;flex-direction:column}.mobileTableRow{display:flex;flex-direction:column;border-bottom:1px solid #ccc;padding:.5rem;gap:.5rem}.mobileTableCell{display:flex;flex-direction:column;gap:.25rem}.mobileTableCellHeader{font-weight:700;color:var(--primary-color)}.selected{background-color:var(--primary-light-color)}.mat-mdc-menu-item[disabled]{cursor:default!important}\n"] }]
22
- }], ctorParameters: () => [{ type: i1.ComponentFactoryService }] });
23
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9iaWxlLXRhYmxlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3NtYXJ0LW5nLWNsaWVudC9zcmMvbGliL3NtYXJ0LXRhYmxlL3RhYmxlcy9tb2JpbGUtdGFibGUvbW9iaWxlLXRhYmxlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3NtYXJ0LW5nLWNsaWVudC9zcmMvbGliL3NtYXJ0LXRhYmxlL3RhYmxlcy9tb2JpbGUtdGFibGUvbW9iaWxlLXRhYmxlLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxFQUFFLEtBQUssRUFBRSxNQUFNLFVBQVUsQ0FBQzs7Ozs7Ozs7OztBQVFqQyxNQUFNLE9BQU8sb0JBQXFCLFNBQVEsS0FBSztJQUM3QyxZQUFZLFNBQWtDO1FBQzVDLEtBQUssQ0FBQyxTQUFTLENBQUMsQ0FBQztJQUNuQixDQUFDOytHQUhVLG9CQUFvQjttR0FBcEIsb0JBQW9CLCtFQ1RqQyxrNVJBNk5BOzs0RkRwTmEsb0JBQW9CO2tCQUxoQyxTQUFTOytCQUNFLGtCQUFrQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBUYWJsZSB9IGZyb20gJy4uL3RhYmxlJztcclxuaW1wb3J0IHsgQ29tcG9uZW50RmFjdG9yeVNlcnZpY2UgfSBmcm9tICcuLi8uLi8uLi9jb21wb25lbnQtZmFjdG9yeS1zZXJ2aWNlL3Byb2plY3RzJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnbGliLW1vYmlsZS10YWJsZScsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL21vYmlsZS10YWJsZS5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vbW9iaWxlLXRhYmxlLmNvbXBvbmVudC5jc3MnXSxcclxufSlcclxuZXhwb3J0IGNsYXNzIE1vYmlsZVRhYmxlQ29tcG9uZW50IGV4dGVuZHMgVGFibGUge1xyXG4gIGNvbnN0cnVjdG9yKGNmU2VydmljZTogQ29tcG9uZW50RmFjdG9yeVNlcnZpY2UpIHtcclxuICAgIHN1cGVyKGNmU2VydmljZSk7XHJcbiAgfVxyXG59XHJcbiIsIjxkaXYgY2xhc3M9XCJtb2JpbGVUYWJsZVwiPlxyXG4gIDxkaXZcclxuICAgIGNsYXNzPVwibW9iaWxlVGFibGVSb3dcIlxyXG4gICAgKm5nRm9yPVwibGV0IHJvdyBvZiBzbWFydFRhYmxlLnRhYmxlUm93c1wiXHJcbiAgICBbbmdDbGFzc109XCJnZXRSb3dDbGFzc2VzKHJvdylcIlxyXG4gICAgW25nU3R5bGVdPVwiZ2V0Um93U3R5bGVzKHJvdylcIlxyXG4gID5cclxuICAgIDxkaXZcclxuICAgICAgY2xhc3M9XCJtb2JpbGVUYWJsZUNlbGxcIlxyXG4gICAgICAqbmdGb3I9XCJsZXQgaGVhZGVyIG9mIHNtYXJ0VGFibGUuY3VzdG9tU21hcnRUYWJsZUhlYWRlcnM7IGxldCBpID0gaW5kZXhcIlxyXG4gICAgICAoY2xpY2spPVwiaGFuZGxlT25Sb3dDbGljayhyb3cpXCJcclxuICAgICAgKGRibGNsaWNrKT1cImhhbmRsZU9uUm93RG91YmxlQ2xpY2soJGV2ZW50LCByb3cpXCJcclxuICAgID5cclxuICAgICAgPGRpdiBjbGFzcz1cIm1vYmlsZVRhYmxlQ2VsbEhlYWRlclwiPlxyXG4gICAgICAgIHt7IGhlYWRlci5sYWJlbCB9fVxyXG4gICAgICA8L2Rpdj5cclxuXHJcbiAgICAgIDxtYXQtY2hlY2tib3hcclxuICAgICAgICAqbmdJZj1cIlxyXG4gICAgICAgICAgc21hcnRUYWJsZS5jdXN0b21TbWFydFRhYmxlSGVhZGVycyAmJlxyXG4gICAgICAgICAgc21hcnRUYWJsZS5jdXN0b21TbWFydFRhYmxlSGVhZGVyc1tpXS5wcm9wZXJ0eU5hbWUgPT09ICdzZWxlY3QnXHJcbiAgICAgICAgXCJcclxuICAgICAgICAoY2xpY2spPVwiJGV2ZW50LnN0b3BQcm9wYWdhdGlvbigpXCJcclxuICAgICAgICAoY2hhbmdlKT1cIlxyXG4gICAgICAgICAgJGV2ZW50XHJcbiAgICAgICAgICAgID8gc2V0U2VsZWN0aW9uKFxyXG4gICAgICAgICAgICAgICAgc21hcnRUYWJsZS5zZWxlY3Rpb25Qcm9wZXJ0eVxyXG4gICAgICAgICAgICAgICAgICA/IHNtYXJ0VGFibGUuZ2V0VmFsdWVEZWVwbHkocm93LCBzbWFydFRhYmxlLnNlbGVjdGlvblByb3BlcnR5KVxyXG4gICAgICAgICAgICAgICAgICA6IHJvd1xyXG4gICAgICAgICAgICAgIClcclxuICAgICAgICAgICAgOiBudWxsXHJcbiAgICAgICAgXCJcclxuICAgICAgICBbZGlzYWJsZWRdPVwiaXNEaXNhYmxlZChyb3cpXCJcclxuICAgICAgICBbY2hlY2tlZF09XCJcclxuICAgICAgICAgIHNtYXJ0VGFibGUuc2VsZWN0aW9uIS5pc1NlbGVjdGVkKFxyXG4gICAgICAgICAgICBzbWFydFRhYmxlLnNlbGVjdGlvblByb3BlcnR5XHJcbiAgICAgICAgICAgICAgPyBzbWFydFRhYmxlLmdldFZhbHVlRGVlcGx5KHJvdywgc21hcnRUYWJsZS5zZWxlY3Rpb25Qcm9wZXJ0eSlcclxuICAgICAgICAgICAgICA6IHJvd1xyXG4gICAgICAgICAgKVxyXG4gICAgICAgIFwiXHJcbiAgICAgICAgW2FyaWEtbGFiZWxdPVwiXHJcbiAgICAgICAgICBjaGVja2JveExhYmVsKFxyXG4gICAgICAgICAgICBzbWFydFRhYmxlLnNlbGVjdGlvblByb3BlcnR5XHJcbiAgICAgICAgICAgICAgPyBzbWFydFRhYmxlLmdldFZhbHVlRGVlcGx5KHJvdywgc21hcnRUYWJsZS5zZWxlY3Rpb25Qcm9wZXJ0eSlcclxuICAgICAgICAgICAgICA6IHJvd1xyXG4gICAgICAgICAgKVxyXG4gICAgICAgIFwiXHJcbiAgICAgID5cclxuICAgICAgPC9tYXQtY2hlY2tib3g+XHJcbiAgICAgIDxkaXZcclxuICAgICAgICAqbmdJZj1cIlxyXG4gICAgICAgICAgc21hcnRUYWJsZS5jdXN0b21TbWFydFRhYmxlSGVhZGVycyAmJiBzbWFydFRhYmxlLmN1c3RvbVNtYXJ0VGFibGVIZWFkZXJzW2ldLnByb3BlcnRpZXNcclxuICAgICAgICBcIlxyXG4gICAgICA+XHJcbiAgICAgICAgPGRpdiAqbmdJZj1cInNtYXJ0VGFibGUuY3VzdG9tU21hcnRUYWJsZUhlYWRlcnNbaV0ucHJvcGVydGllcz8udHlwZSA9PT0gdHlwZSgpLkRBVEVUSU1FXCI+XHJcbiAgICAgICAgICB7e1xyXG4gICAgICAgICAgICBnZXRWYWx1ZShyb3csIGhlYWRlci5wcm9wZXJ0eU5hbWUpXHJcbiAgICAgICAgICAgICAgfCBzbWFydERhdGVUaW1lIDogc21hcnRUYWJsZS5jdXN0b21TbWFydFRhYmxlSGVhZGVyc1tpXS5wcm9wZXJ0aWVzPy5kYXRlRm9ybWF0XHJcbiAgICAgICAgICB9fVxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxkaXYgKm5nSWY9XCJzbWFydFRhYmxlLmN1c3RvbVNtYXJ0VGFibGVIZWFkZXJzW2ldLnByb3BlcnRpZXM/LnR5cGUgPT09IHR5cGUoKS5EQVRFXCI+XHJcbiAgICAgICAgICB7e1xyXG4gICAgICAgICAgICBnZXRWYWx1ZShyb3csIGhlYWRlci5wcm9wZXJ0eU5hbWUpXHJcbiAgICAgICAgICAgICAgfCBzbWFydERhdGUgOiBzbWFydFRhYmxlLmN1c3RvbVNtYXJ0VGFibGVIZWFkZXJzW2ldLnByb3BlcnRpZXM/LmRhdGVGb3JtYXRcclxuICAgICAgICAgIH19XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGRpdiAqbmdJZj1cInNtYXJ0VGFibGUuY3VzdG9tU21hcnRUYWJsZUhlYWRlcnNbaV0ucHJvcGVydGllcz8udHlwZSA9PT0gdHlwZSgpLlRJTUVcIj5cclxuICAgICAgICAgIHt7XHJcbiAgICAgICAgICAgIGdldFZhbHVlKHJvdywgaGVhZGVyLnByb3BlcnR5TmFtZSlcclxuICAgICAgICAgICAgICB8IHNtYXJ0VGltZSA6IHNtYXJ0VGFibGUuY3VzdG9tU21hcnRUYWJsZUhlYWRlcnNbaV0ucHJvcGVydGllcz8uZGF0ZUZvcm1hdFxyXG4gICAgICAgICAgfX1cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2ICpuZ0lmPVwic21hcnRUYWJsZS5jdXN0b21TbWFydFRhYmxlSGVhZGVyc1tpXS5wcm9wZXJ0aWVzPy50eXBlID09PSB0eXBlKCkuQ0hFQ0tCT1hcIj5cclxuICAgICAgICAgIDxtYXQtY2hlY2tib3hcclxuICAgICAgICAgICAgW2Rpc2FibGVkXT1cInRydWVcIlxyXG4gICAgICAgICAgICBbY2hlY2tlZF09XCJnZXRWYWx1ZShyb3csIGhlYWRlci5wcm9wZXJ0eU5hbWUpXCJcclxuICAgICAgICAgID48L21hdC1jaGVja2JveD5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2XHJcbiAgICAgICAgICAqbmdJZj1cIlxyXG4gICAgICAgICAgICBzbWFydFRhYmxlLmN1c3RvbVNtYXJ0VGFibGVIZWFkZXJzW2ldLnByb3BlcnRpZXM/LnR5cGUgPT09IHR5cGUoKS5JQ09OICYmXHJcbiAgICAgICAgICAgIHNtYXJ0VGFibGUuY3VzdG9tU21hcnRUYWJsZUhlYWRlcnNbaV0ucHJvcGVydGllcz8uaWNvbnM/Lmxlbmd0aFxyXG4gICAgICAgICAgXCJcclxuICAgICAgICA+XHJcbiAgICAgICAgICA8c21hcnQtaWNvblxyXG4gICAgICAgICAgICBbc21hcnRUb29sdGlwXT1cImdldFRvb2xUaXAocm93LCBpKVwiXHJcbiAgICAgICAgICAgIFtpY29uXT1cImdldEljb24oZ2V0VmFsdWUocm93LCBoZWFkZXIucHJvcGVydHlOYW1lKSwgaSkhXCJcclxuICAgICAgICAgICAgW2NvbG9yXT1cImdldENvbG9yKGdldFZhbHVlKHJvdywgaGVhZGVyLnByb3BlcnR5TmFtZSksIGkpXCJcclxuICAgICAgICAgID5cclxuICAgICAgICAgIDwvc21hcnQtaWNvbj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgPC9kaXY+XHJcbiAgICAgIDxkaXYgKm5nSWY9XCJpc0ltYWdlUmVzb3VyY2Uocm93LCBoZWFkZXIucHJvcGVydHlOYW1lKVwiPlxyXG4gICAgICAgIDxzbWFydC1pY29uXHJcbiAgICAgICAgICBbaWNvbl09XCJnZXRJbWFnZVJlc291cmNlSWNvbihyb3csIGhlYWRlci5wcm9wZXJ0eU5hbWUpXCJcclxuICAgICAgICAgIFtjb2xvcl09XCJnZXRJbWFnZVJlc291cmNlQ29sb3Iocm93LCBoZWFkZXIucHJvcGVydHlOYW1lKVwiXHJcbiAgICAgICAgPlxyXG4gICAgICAgIDwvc21hcnQtaWNvbj5cclxuICAgICAgPC9kaXY+XHJcbiAgICAgIDxkaXZcclxuICAgICAgICAqbmdJZj1cInNtYXJ0VGFibGUuY3VzdG9tU21hcnRUYWJsZUhlYWRlcnMgJiYgc21hcnRUYWJsZS5jdXN0b21TbWFydFRhYmxlSGVhZGVyc1tpXS5idXR0b25zXCJcclxuICAgICAgICBjbGFzcz1cInNtYXJ0LXRhYmxlLWJ1dHRvbnMtY29sXCJcclxuICAgICAgPlxyXG4gICAgICAgIDxkaXYgKm5nRm9yPVwibGV0IGJ1dHRvbiBvZiBzbWFydFRhYmxlLmN1c3RvbVNtYXJ0VGFibGVIZWFkZXJzW2ldLmJ1dHRvbnNcIj5cclxuICAgICAgICAgIDxkaXYgKm5nSWY9XCJzaG93QnV0dG9uKGJ1dHRvbiwgcm93KVwiIFtuZ1N3aXRjaF09XCJidXR0b24udHlwZVwiPlxyXG4gICAgICAgICAgICA8YnV0dG9uXHJcbiAgICAgICAgICAgICAgKGNsaWNrKT1cImN1c3RvbUJ1dHRvbkNsaWNrZWQoJGV2ZW50LCBidXR0b24sIHJvdylcIlxyXG4gICAgICAgICAgICAgICpuZ1N3aXRjaENhc2U9XCJzbWFydFRhYmxlQnV0dG9uVHlwZS5JQ09OXCJcclxuICAgICAgICAgICAgICBtYXQtaWNvbi1idXR0b25cclxuICAgICAgICAgICAgICBjb2xvcj1cInt7IGJ1dHRvbi5jb2xvciB9fVwiXHJcbiAgICAgICAgICAgID5cclxuICAgICAgICAgICAgICA8c21hcnQtaWNvbiB0aXRsZT1cInt7IGJ1dHRvbi5sYWJlbCB9fVwiIFtpY29uXT1cImJ1dHRvbi5pY29uIVwiPjwvc21hcnQtaWNvbj5cclxuICAgICAgICAgICAgPC9idXR0b24+XHJcbiAgICAgICAgICAgIDxidXR0b25cclxuICAgICAgICAgICAgICAoY2xpY2spPVwiY3VzdG9tQnV0dG9uQ2xpY2tlZCgkZXZlbnQsIGJ1dHRvbiwgcm93KVwiXHJcbiAgICAgICAgICAgICAgKm5nU3dpdGNoQ2FzZT1cInNtYXJ0VGFibGVCdXR0b25UeXBlLk5PUk1BTFwiXHJcbiAgICAgICAgICAgICAgbWF0LWJ1dHRvblxyXG4gICAgICAgICAgICAgIGNvbG9yPVwie3sgYnV0dG9uLmNvbG9yIH19XCJcclxuICAgICAgICAgICAgPlxyXG4gICAgICAgICAgICAgIDxzbWFydC1pY29uICpuZ0lmPVwiYnV0dG9uLmljb25cIiBbaWNvbl09XCJidXR0b24uaWNvblwiPjwvc21hcnQtaWNvbj5cclxuICAgICAgICAgICAgICB7eyBidXR0b24ubGFiZWwgfX1cclxuICAgICAgICAgICAgPC9idXR0b24+XHJcbiAgICAgICAgICAgIDxidXR0b25cclxuICAgICAgICAgICAgICAoY2xpY2spPVwiY3VzdG9tQnV0dG9uQ2xpY2tlZCgkZXZlbnQsIGJ1dHRvbiwgcm93KVwiXHJcbiAgICAgICAgICAgICAgKm5nU3dpdGNoQ2FzZT1cInNtYXJ0VGFibGVCdXR0b25UeXBlLlJBSVNFRFwiXHJcbiAgICAgICAgICAgICAgbWF0LXJhaXNlZC1idXR0b25cclxuICAgICAgICAgICAgICBjb2xvcj1cInt7IGJ1dHRvbi5jb2xvciB9fVwiXHJcbiAgICAgICAgICAgID5cclxuICAgICAgICAgICAgICA8c21hcnQtaWNvbiAqbmdJZj1cImJ1dHRvbi5pY29uXCIgW2ljb25dPVwiYnV0dG9uLmljb25cIj48L3NtYXJ0LWljb24+XHJcbiAgICAgICAgICAgICAge3sgYnV0dG9uLmxhYmVsIH19XHJcbiAgICAgICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICAgICAgICA8ZGl2ICpuZ1N3aXRjaENhc2U9XCJzbWFydFRhYmxlQnV0dG9uVHlwZS5NRU5VXCI+XHJcbiAgICAgICAgICAgICAgPGJ1dHRvblxyXG4gICAgICAgICAgICAgICAgKm5nSWY9XCJzaG93TWVudUJ1dHRvbihyb3csIGJ1dHRvbilcIlxyXG4gICAgICAgICAgICAgICAgbWF0LWJ1dHRvblxyXG4gICAgICAgICAgICAgICAgW21hdE1lbnVUcmlnZ2VyRm9yXT1cIm1lbnVcIlxyXG4gICAgICAgICAgICAgICAgKGNsaWNrKT1cImN1c3RvbUJ1dHRvbkNsaWNrZWQoJGV2ZW50LCBidXR0b24sIHJvdywgdW5kZWZpbmVkLCB0cnVlKVwiXHJcbiAgICAgICAgICAgICAgICBjb2xvcj1cInt7IGJ1dHRvbi5jb2xvciB9fVwiXHJcbiAgICAgICAgICAgICAgPlxyXG4gICAgICAgICAgICAgICAgPHNtYXJ0LWljb24gKm5nSWY9XCJidXR0b24uaWNvblwiIFtpY29uXT1cImJ1dHRvbi5pY29uXCI+PC9zbWFydC1pY29uPlxyXG4gICAgICAgICAgICAgICAge3sgYnV0dG9uLmxhYmVsIH19XHJcbiAgICAgICAgICAgICAgPC9idXR0b24+XHJcbiAgICAgICAgICAgICAgPG1hdC1tZW51ICNtZW51PVwibWF0TWVudVwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiAqbmdJZj1cImJ1dHRvbi5tZW51SXRlbUJ1dHRvbnNcIj5cclxuICAgICAgICAgICAgICAgICAgPGJ1dHRvblxyXG4gICAgICAgICAgICAgICAgICAgICpuZ0Zvcj1cImxldCBidG4gb2YgYnV0dG9uLm1lbnVJdGVtQnV0dG9uc1wiXHJcbiAgICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cImN1c3RvbUJ1dHRvbkNsaWNrZWQoJGV2ZW50LCBidG4sIHJvdywgdW5kZWZpbmVkLCB0cnVlKVwiXHJcbiAgICAgICAgICAgICAgICAgICAgbWF0LW1lbnUtaXRlbVxyXG4gICAgICAgICAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAgICAgICAgPHNtYXJ0LWljb24gKm5nSWY9XCJidG4uaWNvblwiIFtpY29uXT1cImJ0bi5pY29uXCI+PC9zbWFydC1pY29uPlxyXG4gICAgICAgICAgICAgICAgICAgIHt7IGJ0bi5sYWJlbCB9fVxyXG4gICAgICAgICAgICAgICAgICA8L2J1dHRvbj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPGRpdiAqbmdJZj1cImJ1dHRvbi5tZW51SXRlbUJ1dHRvbnNQcm9wZXJ0eU5hbWVcIj5cclxuICAgICAgICAgICAgICAgICAgPGJ1dHRvblxyXG4gICAgICAgICAgICAgICAgICAgICpuZ0Zvcj1cImxldCBidG4gb2YgZ2V0VmFsdWUocm93LCBidXR0b24ubWVudUl0ZW1CdXR0b25zUHJvcGVydHlOYW1lKVwiXHJcbiAgICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cImN1c3RvbUJ1dHRvbkNsaWNrZWQoJGV2ZW50LCBidXR0b24sIHJvdywgYnRuLCB0cnVlKVwiXHJcbiAgICAgICAgICAgICAgICAgICAgW2Rpc2FibGVkXT1cImJ0bi5kaXNhYmxlZFwiXHJcbiAgICAgICAgICAgICAgICAgICAgbWF0LW1lbnUtaXRlbVxyXG4gICAgICAgICAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAgICAgICAge3sgYnV0dG9uLnRyYW5zbGF0b3IhKGJ0bikgfX1cclxuICAgICAgICAgICAgICAgICAgPC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICA8L21hdC1tZW51PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICA8L2Rpdj5cclxuICAgICAgPGRpdiAqbmdJZj1cInNtYXJ0VGFibGUuY3VzdG9tU21hcnRUYWJsZUhlYWRlcnMgJiYgc21hcnRUYWJsZS5jdXN0b21TbWFydFRhYmxlSGVhZGVyc1tpXS5pY29uXCI+XHJcbiAgICAgICAgPHNtYXJ0LWljb25cclxuICAgICAgICAgICpuZ0lmPVwic21hcnRUYWJsZS5jdXN0b21TbWFydFRhYmxlSGVhZGVyc1tpXS5pY29uPy5pY29uXCJcclxuICAgICAgICAgIFtuZ0NsYXNzXT1cInNtYXJ0VGFibGUuY3VzdG9tU21hcnRUYWJsZUhlYWRlcnNbaV0uaWNvbj8uY3NzQ2xhc3MgPz8gJydcIlxyXG4gICAgICAgICAgW2NvbG9yXT1cInNtYXJ0VGFibGUuY3VzdG9tU21hcnRUYWJsZUhlYWRlcnNbaV0uaWNvbj8uY29sb3JcIlxyXG4gICAgICAgICAgW2ljb25dPVwic21hcnRUYWJsZS5jdXN0b21TbWFydFRhYmxlSGVhZGVyc1tpXS5pY29uIS5pY29uXCJcclxuICAgICAgICA+XHJcbiAgICAgICAgPC9zbWFydC1pY29uPlxyXG4gICAgICA8L2Rpdj5cclxuICAgICAgPGRpdlxyXG4gICAgICAgICpuZ0lmPVwiXHJcbiAgICAgICAgICBzbWFydFRhYmxlLmN1c3RvbVNtYXJ0VGFibGVIZWFkZXJzICYmXHJcbiAgICAgICAgICBzbWFydFRhYmxlLmN1c3RvbVNtYXJ0VGFibGVIZWFkZXJzW2ldLnRyYW5zbGF0b3IgIT09IHVuZGVmaW5lZFxyXG4gICAgICAgIFwiXHJcbiAgICAgID5cclxuICAgICAgICB7eyBzbWFydFRhYmxlLmN1c3RvbVNtYXJ0VGFibGVIZWFkZXJzW2ldLnRyYW5zbGF0b3IhKGdldFZhbHVlKHJvdywgaGVhZGVyLnByb3BlcnR5TmFtZSkpIH19XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgICA8ZGl2XHJcbiAgICAgICAgKm5nSWY9XCJcclxuICAgICAgICAgICFzbWFydFRhYmxlLmN1c3RvbVNtYXJ0VGFibGVIZWFkZXJzIHx8XHJcbiAgICAgICAgICAoc21hcnRUYWJsZS5jdXN0b21TbWFydFRhYmxlSGVhZGVycyAmJlxyXG4gICAgICAgICAgICAhc21hcnRUYWJsZS5jdXN0b21TbWFydFRhYmxlSGVhZGVyc1tpXS5wcm9wZXJ0aWVzICYmXHJcbiAgICAgICAgICAgICFzbWFydFRhYmxlLmN1c3RvbVNtYXJ0VGFibGVIZWFkZXJzW2ldLmljb24gJiZcclxuICAgICAgICAgICAgIXNtYXJ0VGFibGUuY3VzdG9tU21hcnRUYWJsZUhlYWRlcnNbaV0uYnV0dG9ucyAmJlxyXG4gICAgICAgICAgICAhc21hcnRUYWJsZS5jdXN0b21TbWFydFRhYmxlSGVhZGVyc1tpXS50cmFuc2xhdG9yICYmXHJcbiAgICAgICAgICAgICEoc21hcnRUYWJsZS5jdXN0b21TbWFydFRhYmxlSGVhZGVyc1tpXS5wcm9wZXJ0eU5hbWUgPT09ICdzZWxlY3QnKSAmJlxyXG4gICAgICAgICAgICAhKHNtYXJ0VGFibGUuY3VzdG9tU21hcnRUYWJsZUhlYWRlcnNbaV0ucHJvcGVydHlOYW1lID09PSAnZXhwYW5kJykpXHJcbiAgICAgICAgXCJcclxuICAgICAgPlxyXG4gICAgICAgIDxzbWFydC1pY29uXHJcbiAgICAgICAgICAqbmdJZj1cImhlYWRlci5wcm9wZXJ0eU5hbWUgPT09ICdpY29uJ1wiXHJcbiAgICAgICAgICBbaWNvbl09XCJnZXRWYWx1ZShyb3csIGhlYWRlci5wcm9wZXJ0eU5hbWUpIVwiXHJcbiAgICAgICAgPlxyXG4gICAgICAgIDwvc21hcnQtaWNvbj5cclxuICAgICAgICA8aW1nXHJcbiAgICAgICAgICAqbmdJZj1cImhlYWRlci5wcm9wZXJ0eU5hbWUgPT09ICdpbWcnXCJcclxuICAgICAgICAgIFtzcmNdPVwiZ2V0VmFsdWUocm93LCBoZWFkZXIucHJvcGVydHlOYW1lKVwiXHJcbiAgICAgICAgICBhbHQ9XCJcIlxyXG4gICAgICAgICAgY2xhc3M9XCJzbWFydHRhYmxlSW1nXCJcclxuICAgICAgICAvPlxyXG4gICAgICAgIDxkaXZcclxuICAgICAgICAgICpuZ0lmPVwiXHJcbiAgICAgICAgICAgIGhlYWRlci5wcm9wZXJ0eU5hbWUgIT09ICdpY29uJyAmJlxyXG4gICAgICAgICAgICBoZWFkZXIucHJvcGVydHlOYW1lICE9PSAnaW1nJyAmJlxyXG4gICAgICAgICAgICBoZWFkZXIucHJvcGVydHlOYW1lICE9PSAnb3B0aW9uJyAmJlxyXG4gICAgICAgICAgICBoZWFkZXIucHJvcGVydHlOYW1lICE9PSAnYnV0dG9uJ1xyXG4gICAgICAgICAgXCJcclxuICAgICAgICAgIFtpbm5lckh0bWxdPVwiZ2V0VmFsdWUocm93LCBoZWFkZXIucHJvcGVydHlOYW1lKVwiXHJcbiAgICAgICAgPjwvZGl2PlxyXG4gICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG4gIDwvZGl2PlxyXG48L2Rpdj5cclxuIl19