@inspark/inspark-components 14.0.72 → 19.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 (219) hide show
  1. package/full/bms.css +3 -2363
  2. package/full/bms.js +1 -1
  3. package/full/components/autocomplete/autocomplete.component.d.ts +36 -57
  4. package/full/components/autocomplete/autocomplete.component.d.ts.map +1 -0
  5. package/full/components/autocomplete/autocomplete.module.d.ts +10 -0
  6. package/full/components/autocomplete/autocomplete.module.d.ts.map +1 -0
  7. package/full/components/breadcrumb/breadcrumb.component.d.ts +2 -1
  8. package/full/components/breadcrumb/breadcrumb.component.d.ts.map +1 -0
  9. package/full/components/breadcrumb/breadcrumb.module.d.ts +9 -0
  10. package/full/components/breadcrumb/breadcrumb.module.d.ts.map +1 -0
  11. package/full/components/button/button.component.d.ts +9 -8
  12. package/full/components/button/button.component.d.ts.map +1 -0
  13. package/full/components/button/button.module.d.ts +12 -0
  14. package/full/components/button/button.module.d.ts.map +1 -0
  15. package/full/components/checkbox/checkbox.component.d.ts +2 -1
  16. package/full/components/checkbox/checkbox.component.d.ts.map +1 -0
  17. package/full/components/checkbox/checkbox.module.d.ts +10 -0
  18. package/full/components/checkbox/checkbox.module.d.ts.map +1 -0
  19. package/full/components/communication.service.d.ts +1 -0
  20. package/full/components/communication.service.d.ts.map +1 -0
  21. package/full/components/component-container/component-container.component.d.ts +3 -2
  22. package/full/components/component-container/component-container.component.d.ts.map +1 -0
  23. package/full/components/component-container/component-container.module.d.ts +9 -0
  24. package/full/components/component-container/component-container.module.d.ts.map +1 -0
  25. package/full/components/content-toggle/content-toggle.component.d.ts +2 -1
  26. package/full/components/content-toggle/content-toggle.component.d.ts.map +1 -0
  27. package/full/components/dropdown/dropdown.component.d.ts +31 -108
  28. package/full/components/dropdown/dropdown.component.d.ts.map +1 -0
  29. package/full/components/dropdown/dropdown.module.d.ts +10 -0
  30. package/full/components/dropdown/dropdown.module.d.ts.map +1 -0
  31. package/full/components/empty/empty.component.d.ts +2 -1
  32. package/full/components/empty/empty.component.d.ts.map +1 -0
  33. package/full/components/file/file.component.d.ts +2 -1
  34. package/full/components/file/file.component.d.ts.map +1 -0
  35. package/full/components/file/file.module.d.ts +9 -0
  36. package/full/components/file/file.module.d.ts.map +1 -0
  37. package/full/components/header/header.component.d.ts +2 -1
  38. package/full/components/header/header.component.d.ts.map +1 -0
  39. package/full/components/inline-message/inline-message.component.d.ts +2 -1
  40. package/full/components/inline-message/inline-message.component.d.ts.map +1 -0
  41. package/full/components/input-group/input-group.component.d.ts +2 -1
  42. package/full/components/input-group/input-group.component.d.ts.map +1 -0
  43. package/full/components/input-text/input-text.component.d.ts +2 -1
  44. package/full/components/input-text/input-text.component.d.ts.map +1 -0
  45. package/full/components/input-text/input-text.module.d.ts +10 -0
  46. package/full/components/input-text/input-text.module.d.ts.map +1 -0
  47. package/full/components/inspark.module.d.ts +41 -44
  48. package/full/components/inspark.module.d.ts.map +1 -0
  49. package/full/components/inspark.shared.d.ts +2 -1
  50. package/full/components/inspark.shared.d.ts.map +1 -0
  51. package/full/components/legacy/legacy-components.module.d.ts +12 -0
  52. package/full/components/legacy/legacy-components.module.d.ts.map +1 -0
  53. package/full/components/legacy/legacy-ui.module.d.ts +13 -0
  54. package/full/components/legacy/legacy-ui.module.d.ts.map +1 -0
  55. package/full/components/link/link.component.d.ts +4 -3
  56. package/full/components/link/link.component.d.ts.map +1 -0
  57. package/full/components/link/link.module.d.ts +11 -0
  58. package/full/components/link/link.module.d.ts.map +1 -0
  59. package/full/components/modal-input-text/modal-input-text.component.d.ts +2 -1
  60. package/full/components/modal-input-text/modal-input-text.component.d.ts.map +1 -0
  61. package/full/components/object-tree/object-tree.component.d.ts +2 -1
  62. package/full/components/object-tree/object-tree.component.d.ts.map +1 -0
  63. package/full/components/panel/panel.component.d.ts +2 -1
  64. package/full/components/panel/panel.component.d.ts.map +1 -0
  65. package/full/components/pie/pie.component.d.ts +2 -1
  66. package/full/components/pie/pie.component.d.ts.map +1 -0
  67. package/full/components/pie/pie.service.d.ts +1 -0
  68. package/full/components/pie/pie.service.d.ts.map +1 -0
  69. package/full/components/preloader/preloader.component.d.ts +3 -2
  70. package/full/components/preloader/preloader.component.d.ts.map +1 -0
  71. package/full/components/preloader/preloader.module.d.ts +9 -0
  72. package/full/components/preloader/preloader.module.d.ts.map +1 -0
  73. package/full/components/radiobutton/radiobutton.component.d.ts +2 -1
  74. package/full/components/radiobutton/radiobutton.component.d.ts.map +1 -0
  75. package/full/components/select-button/select-button.component.d.ts +3 -2
  76. package/full/components/select-button/select-button.component.d.ts.map +1 -0
  77. package/full/components/select-button/select-button.module.d.ts +9 -0
  78. package/full/components/select-button/select-button.module.d.ts.map +1 -0
  79. package/full/components/select-list/select-list.component.d.ts +2 -1
  80. package/full/components/select-list/select-list.component.d.ts.map +1 -0
  81. package/full/components/shared/shared-components.module.d.ts +11 -0
  82. package/full/components/shared/shared-components.module.d.ts.map +1 -0
  83. package/full/components/shared/shared-ui.module.d.ts +12 -0
  84. package/full/components/shared/shared-ui.module.d.ts.map +1 -0
  85. package/full/components/status-circle/status-circle.component.d.ts +2 -1
  86. package/full/components/status-circle/status-circle.component.d.ts.map +1 -0
  87. package/full/components/sticky/sticky.component.d.ts +2 -1
  88. package/full/components/sticky/sticky.component.d.ts.map +1 -0
  89. package/full/components/sticky/sticky.module.d.ts +9 -0
  90. package/full/components/sticky/sticky.module.d.ts.map +1 -0
  91. package/full/components/svg/svg.component.d.ts +4 -4
  92. package/full/components/svg/svg.component.d.ts.map +1 -0
  93. package/full/components/svg/svg.module.d.ts +10 -0
  94. package/full/components/svg/svg.module.d.ts.map +1 -0
  95. package/full/components/switcher/switcher.component.d.ts +2 -1
  96. package/full/components/switcher/switcher.component.d.ts.map +1 -0
  97. package/full/components/table/table-click-outside.directive.d.ts +2 -1
  98. package/full/components/table/table-click-outside.directive.d.ts.map +1 -0
  99. package/full/components/table/table-columns-multiselect/table-columns-multiselect.component.d.ts +2 -1
  100. package/full/components/table/table-columns-multiselect/table-columns-multiselect.component.d.ts.map +1 -0
  101. package/full/components/table/table-menu-overlay/table-menu-overlay.component.d.ts +2 -1
  102. package/full/components/table/table-menu-overlay/table-menu-overlay.component.d.ts.map +1 -0
  103. package/full/components/table/table.component.d.ts +10 -12
  104. package/full/components/table/table.component.d.ts.map +1 -0
  105. package/full/components/textarea/textarea.component.d.ts +2 -1
  106. package/full/components/textarea/textarea.component.d.ts.map +1 -0
  107. package/full/components/textarea/textarea.module.d.ts +10 -0
  108. package/full/components/textarea/textarea.module.d.ts.map +1 -0
  109. package/full/components/toolbar/toolbar.component.d.ts +2 -1
  110. package/full/components/toolbar/toolbar.component.d.ts.map +1 -0
  111. package/full/components/toolbar/toolbar.module.d.ts +9 -0
  112. package/full/components/toolbar/toolbar.module.d.ts.map +1 -0
  113. package/full/components/tooltip/tooltip.component.d.ts +2 -1
  114. package/full/components/tooltip/tooltip.component.d.ts.map +1 -0
  115. package/full/components/tree-table/tree-table.component.d.ts +3 -2
  116. package/full/components/tree-table/tree-table.component.d.ts.map +1 -0
  117. package/full/fesm2022/inspark-inspark-components.mjs +6292 -0
  118. package/full/fesm2022/inspark-inspark-components.mjs.map +1 -0
  119. package/full/index.css +6 -2366
  120. package/full/index.d.ts +1 -0
  121. package/full/index.js +1 -1
  122. package/full/inspark-inspark-components.d.ts.map +1 -0
  123. package/full/interface.d.ts +3 -2
  124. package/full/interface.d.ts.map +1 -0
  125. package/full/pipes/pipes.module.d.ts +1 -0
  126. package/full/pipes/pipes.module.d.ts.map +1 -0
  127. package/full/pipes/propertyValue.pipe.d.ts +1 -0
  128. package/full/pipes/propertyValue.pipe.d.ts.map +1 -0
  129. package/full/pipes/safeUrl.pipe.d.ts +1 -0
  130. package/full/pipes/safeUrl.pipe.d.ts.map +1 -0
  131. package/full/pipes/sort-by.pipe.d.ts +1 -0
  132. package/full/pipes/sort-by.pipe.d.ts.map +1 -0
  133. package/full/pipes/time.pipe.d.ts +2 -1
  134. package/full/pipes/time.pipe.d.ts.map +1 -0
  135. package/full/public_api.d.ts +24 -7
  136. package/full/public_api.d.ts.map +1 -0
  137. package/full/services/inspark-dialog.service.d.ts +19 -6
  138. package/full/services/inspark-dialog.service.d.ts.map +1 -0
  139. package/full/services/inspark-message.service.d.ts +3 -2
  140. package/full/services/inspark-message.service.d.ts.map +1 -0
  141. package/full/utils/gettextMarker.function.d.ts +1 -0
  142. package/full/utils/gettextMarker.function.d.ts.map +1 -0
  143. package/full/utils/hybrid/prime-table/row-state.enum.d.ts +1 -0
  144. package/full/utils/hybrid/prime-table/row-state.enum.d.ts.map +1 -0
  145. package/full/utils/hybrid/prime-table/table-row-data.model.d.ts +1 -0
  146. package/full/utils/hybrid/prime-table/table-row-data.model.d.ts.map +1 -0
  147. package/interface/index.d.ts +1 -0
  148. package/interface/inspark-inspark-components.d.ts.map +1 -0
  149. package/interface/interface.d.ts +3 -2
  150. package/interface/interface.d.ts.map +1 -0
  151. package/interface/public_api.d.ts +1 -0
  152. package/interface/public_api.d.ts.map +1 -0
  153. package/package.json +1 -1
  154. package/full/components/primeng.module.d.ts +0 -7
  155. package/full/esm2020/components/autocomplete/autocomplete.component.mjs +0 -220
  156. package/full/esm2020/components/breadcrumb/breadcrumb.component.mjs +0 -20
  157. package/full/esm2020/components/button/button.component.mjs +0 -160
  158. package/full/esm2020/components/checkbox/checkbox.component.mjs +0 -89
  159. package/full/esm2020/components/communication.service.mjs +0 -25
  160. package/full/esm2020/components/component-container/component-container.component.mjs +0 -17
  161. package/full/esm2020/components/content-toggle/content-toggle.component.mjs +0 -49
  162. package/full/esm2020/components/dropdown/dropdown.component.mjs +0 -338
  163. package/full/esm2020/components/empty/empty.component.mjs +0 -12
  164. package/full/esm2020/components/file/file.component.mjs +0 -53
  165. package/full/esm2020/components/header/header.component.mjs +0 -29
  166. package/full/esm2020/components/inline-message/inline-message.component.mjs +0 -20
  167. package/full/esm2020/components/input-group/input-group.component.mjs +0 -166
  168. package/full/esm2020/components/input-text/input-text.component.mjs +0 -149
  169. package/full/esm2020/components/inspark.module.mjs +0 -239
  170. package/full/esm2020/components/inspark.shared.mjs +0 -25
  171. package/full/esm2020/components/link/link.component.mjs +0 -131
  172. package/full/esm2020/components/modal-input-text/modal-input-text.component.mjs +0 -88
  173. package/full/esm2020/components/object-tree/object-tree.component.mjs +0 -14
  174. package/full/esm2020/components/panel/panel.component.mjs +0 -11
  175. package/full/esm2020/components/pie/pie.component.mjs +0 -44
  176. package/full/esm2020/components/pie/pie.service.mjs +0 -55
  177. package/full/esm2020/components/preloader/preloader.component.mjs +0 -25
  178. package/full/esm2020/components/primeng.module.mjs +0 -22
  179. package/full/esm2020/components/radiobutton/radiobutton.component.mjs +0 -50
  180. package/full/esm2020/components/select-button/select-button.component.mjs +0 -190
  181. package/full/esm2020/components/select-list/select-list.component.mjs +0 -55
  182. package/full/esm2020/components/status-circle/status-circle.component.mjs +0 -39
  183. package/full/esm2020/components/sticky/sticky.component.mjs +0 -64
  184. package/full/esm2020/components/svg/svg.component.mjs +0 -28
  185. package/full/esm2020/components/switcher/switcher.component.mjs +0 -123
  186. package/full/esm2020/components/table/table-click-outside.directive.mjs +0 -31
  187. package/full/esm2020/components/table/table-columns-multiselect/table-columns-multiselect.component.mjs +0 -32
  188. package/full/esm2020/components/table/table-menu-overlay/table-menu-overlay.component.mjs +0 -26
  189. package/full/esm2020/components/table/table.component.mjs +0 -482
  190. package/full/esm2020/components/textarea/textarea.component.mjs +0 -87
  191. package/full/esm2020/components/toolbar/toolbar.component.mjs +0 -30
  192. package/full/esm2020/components/tooltip/tooltip.component.mjs +0 -14
  193. package/full/esm2020/components/tree-table/tree-table.component.mjs +0 -206
  194. package/full/esm2020/inspark-inspark-components.mjs +0 -5
  195. package/full/esm2020/interface.mjs +0 -2
  196. package/full/esm2020/pipes/pipes.module.mjs +0 -19
  197. package/full/esm2020/pipes/propertyValue.pipe.mjs +0 -25
  198. package/full/esm2020/pipes/safeUrl.pipe.mjs +0 -36
  199. package/full/esm2020/pipes/sort-by.pipe.mjs +0 -28
  200. package/full/esm2020/pipes/time.pipe.mjs +0 -206
  201. package/full/esm2020/public_api.mjs +0 -60
  202. package/full/esm2020/services/inspark-dialog.service.mjs +0 -61
  203. package/full/esm2020/services/inspark-message.service.mjs +0 -77
  204. package/full/esm2020/utils/gettextMarker.function.mjs +0 -5
  205. package/full/esm2020/utils/hybrid/prime-table/row-state.enum.mjs +0 -9
  206. package/full/esm2020/utils/hybrid/prime-table/table-row-data.model.mjs +0 -2
  207. package/full/fesm2015/inspark-inspark-components.mjs +0 -3664
  208. package/full/fesm2015/inspark-inspark-components.mjs.map +0 -1
  209. package/full/fesm2020/inspark-inspark-components.mjs +0 -3666
  210. package/full/fesm2020/inspark-inspark-components.mjs.map +0 -1
  211. package/full/package.json +0 -36
  212. package/interface/esm2020/inspark-inspark-components.mjs +0 -5
  213. package/interface/esm2020/interface.mjs +0 -2
  214. package/interface/esm2020/public_api.mjs +0 -5
  215. package/interface/fesm2020/inspark-inspark-components.mjs +0 -8
  216. package/interface/fesm2020/inspark-inspark-components.mjs.map +0 -1
  217. package/interface/package.json +0 -36
  218. /package/interface/{fesm2015 → fesm2022}/inspark-inspark-components.mjs +0 -0
  219. /package/interface/{fesm2015 → fesm2022}/inspark-inspark-components.mjs.map +0 -0
@@ -54,5 +54,6 @@ export declare class InputGroupComponent implements ControlValueAccessor, OnInit
54
54
  changeValue(value: any): void;
55
55
  isApplyDisabled(): boolean;
56
56
  static ɵfac: i0.ɵɵFactoryDeclaration<InputGroupComponent, never>;
57
- static ɵcmp: i0.ɵɵComponentDeclaration<InputGroupComponent, "in-input-group", never, { "name": "name"; "measureunit": "measureunit"; "autocomplete": "autocomplete"; "label": "label"; "required": "required"; "error": "error"; "size": "size"; "maxlength": "maxlength"; "width": "width"; "placeholder": "placeholder"; "id": "id"; "testId": "testId"; "disabled": "disabled"; "opacity": "opacity"; "shadow": "shadow"; "isEditMode": "isEditMode"; "isMeasurementVisible": "isMeasurementVisible"; }, { "focus": "focus"; "blur": "blur"; "updateValue": "updateValue"; "disableEditableView": "disableEditableView"; }, never, never, false>;
57
+ static ɵcmp: i0.ɵɵComponentDeclaration<InputGroupComponent, "in-input-group", never, { "name": { "alias": "name"; "required": false; }; "measureunit": { "alias": "measureunit"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "label": { "alias": "label"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; "size": { "alias": "size"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "width": { "alias": "width"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "id": { "alias": "id"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "shadow": { "alias": "shadow"; "required": false; }; "isEditMode": { "alias": "isEditMode"; "required": false; }; "isMeasurementVisible": { "alias": "isMeasurementVisible"; "required": false; }; }, { "focus": "focus"; "blur": "blur"; "updateValue": "updateValue"; "disableEditableView": "disableEditableView"; }, never, never, false, never>;
58
58
  }
59
+ //# sourceMappingURL=input-group.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-group.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/input-group/input-group.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAqB,MAAM,EAAS,MAAM,eAAe,CAAC;AACzF,OAAO,EAAC,oBAAoB,EAAoB,MAAM,gBAAgB,CAAC;;AAEvE,qBAaa,mBAAoB,YAAW,oBAAoB,EAAE,MAAM;IAEtE,cAAc,EAAE,OAAO,CAAC;IAEf,IAAI,MAAQ;IACZ,WAAW,MAAQ;IACnB,YAAY,UAAQ;IACpB,KAAK,MAAQ;IACb,QAAQ,UAAS;IACjB,KAAK,MAAQ;IACb,IAAI,SAAU;IACd,SAAS,SAAU;IACnB,KAAK,SAAU;IACf,WAAW,SAAM;IACjB,EAAE,MAAQ;IACV,MAAM,MAAQ;IACd,QAAQ,EAAE,OAAO,CAAC;IAClB,OAAO,UAAQ;IACf,MAAM,UAAS;IACf,UAAU,UAAQ;IAClB,oBAAoB,UAAQ;IAE3B,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAC9C,IAAI,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAC7C,WAAW,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IACpD,mBAAmB,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEtE,UAAU,WAAqB;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,MAAC;IACP,UAAU,UAAQ;IAElB,QAAQ;IAIR;;OAEG;IACH,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAK5B;;OAEG;IACH,gBAAgB,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAI3C;;OAEG;IACH,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAK/B;;OAEG;IACH,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAKhC,OAAO,CAAC,eAAe,CACtB;IAED,OAAO,CAAC,QAAQ;IAIhB,OAAO,CAAC,SAAS;IAGjB,MAAM;IAMN,UAAU,CAAC,KAAK,KAAA,GAAG,OAAO;IAa1B,cAAc;IASd,WAAW,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAQ7B,eAAe;yCAjHJ,mBAAmB;2CAAnB,mBAAmB;CAqH/B"}
@@ -51,5 +51,6 @@ export declare class InputTextComponent implements ControlValueAccessor {
51
51
  onChange(_: any): void;
52
52
  private onTouched;
53
53
  static ɵfac: i0.ɵɵFactoryDeclaration<InputTextComponent, never>;
54
- static ɵcmp: i0.ɵɵComponentDeclaration<InputTextComponent, "in-input-text", never, { "name": "name"; "autocomplete": "autocomplete"; "label": "label"; "required": "required"; "error": "error"; "size": "size"; "maxlength": "maxlength"; "width": "width"; "display": "display"; "large": "large"; "small": "small"; "widget": "widget"; "forms": "forms"; "placeholder": "placeholder"; "id": "id"; "testId": "testId"; "disabled": "disabled"; "opacity": "opacity"; "shadow": "shadow"; "right": "right"; "type": "type"; "step": "step"; "min": "min"; "max": "max"; }, { "focus": "focus"; "blur": "blur"; "onClick": "onClick"; }, never, never, false>;
54
+ static ɵcmp: i0.ɵɵComponentDeclaration<InputTextComponent, "in-input-text", never, { "name": { "alias": "name"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "label": { "alias": "label"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; "size": { "alias": "size"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "width": { "alias": "width"; "required": false; }; "display": { "alias": "display"; "required": false; }; "large": { "alias": "large"; "required": false; }; "small": { "alias": "small"; "required": false; }; "widget": { "alias": "widget"; "required": false; }; "forms": { "alias": "forms"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "id": { "alias": "id"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "shadow": { "alias": "shadow"; "required": false; }; "right": { "alias": "right"; "required": false; }; "type": { "alias": "type"; "required": false; }; "step": { "alias": "step"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; }, { "focus": "focus"; "blur": "blur"; "onClick": "onClick"; }, never, never, false, never>;
55
55
  }
56
+ //# sourceMappingURL=input-text.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-text.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/input-text/input-text.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAA4B,MAAM,eAAe,CAAC;AACjF,OAAO,EAAC,oBAAoB,EAAoB,MAAM,gBAAgB,CAAC;;AAEvE,qBAaa,kBAAmB,YAAW,oBAAoB;IAEpD,IAAI,MAAQ;IACZ,YAAY,UAAQ;IACpB,KAAK,MAAQ;IACb,QAAQ,UAAS;IACjB,KAAK,MAAQ;IACb,IAAI,SAAU;IACd,SAAS,SAAU;IACnB,KAAK,SAAM;IACX,OAAO,UAAQ;IACf,KAAK,UAAQ;IACb,KAAK,UAAS;IACd,MAAM,UAAS;IACf,KAAK,UAAS;IACd,WAAW,SAAM;IACjB,EAAE,MAAQ;IACV,MAAM,MAAQ;IACd,QAAQ,EAAE,OAAO,CAAC;IAClB,OAAO,UAAQ;IACf,MAAM,UAAS;IACf,KAAK,UAAS;IACd,IAAI,SAAU;IACd,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IAGX,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAC9C,IAAI,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAC7C,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAC1D,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAI5B;;OAEG;IACH,gBAAgB,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAI3C;;OAEG;IACH,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAK/B;;OAEG;IACH,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAKhC,OAAO,CAAC,eAAe,CACtB;IAED,KAAK;IAML,QAAQ,CAAC,CAAC,EAAE,GAAG;IAQf,OAAO,CAAC,SAAS;yCAhFN,kBAAkB;2CAAlB,kBAAkB;CAmF9B"}
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./input-text.component";
3
+ import * as i2 from "../shared/shared-ui.module";
4
+ import * as i3 from "@angular/forms";
5
+ export declare class InputTextComponentModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputTextComponentModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<InputTextComponentModule, [typeof i1.InputTextComponent], [typeof i2.SharedUiModule, typeof i3.FormsModule], [typeof i1.InputTextComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<InputTextComponentModule>;
9
+ }
10
+ //# sourceMappingURL=input-text.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-text.module.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/input-text/input-text.module.ts"],"names":[],"mappings":";;;;AAMA,qBAYa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB;0CAAxB,wBAAwB;CAAG"}
@@ -1,49 +1,46 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./button/button.component";
3
- import * as i2 from "./input-text/input-text.component";
4
- import * as i3 from "./textarea/textarea.component";
5
- import * as i4 from "./panel/panel.component";
6
- import * as i5 from "./component-container/component-container.component";
7
- import * as i6 from "./checkbox/checkbox.component";
8
- import * as i7 from "./empty/empty.component";
9
- import * as i8 from "./preloader/preloader.component";
10
- import * as i9 from "./sticky/sticky.component";
11
- import * as i10 from "./header/header.component";
12
- import * as i11 from "./toolbar/toolbar.component";
13
- import * as i12 from "./breadcrumb/breadcrumb.component";
14
- import * as i13 from "./file/file.component";
15
- import * as i14 from "./select-button/select-button.component";
16
- import * as i15 from "./modal-input-text/modal-input-text.component";
17
- import * as i16 from "./select-list/select-list.component";
18
- import * as i17 from "./status-circle/status-circle.component";
19
- import * as i18 from "./svg/svg.component";
20
- import * as i19 from "./switcher/switcher.component";
21
- import * as i20 from "./inline-message/inline-message.component";
22
- import * as i21 from "./link/link.component";
23
- import * as i22 from "./inspark.shared";
24
- import * as i23 from "./tooltip/tooltip.component";
25
- import * as i24 from "./radiobutton/radiobutton.component";
26
- import * as i25 from "./object-tree/object-tree.component";
27
- import * as i26 from "./content-toggle/content-toggle.component";
28
- import * as i27 from "./input-group/input-group.component";
29
- import * as i28 from "./pie/pie.component";
30
- import * as i29 from "./autocomplete/autocomplete.component";
31
- import * as i30 from "@angular/forms";
32
- import * as i31 from "@angular/common";
33
- import * as i32 from "./dropdown/dropdown.component";
34
- import * as i33 from "./table/table.component";
35
- import * as i34 from "./tree-table/tree-table.component";
36
- import * as i35 from "primeng/radiobutton";
37
- import * as i36 from "@ngx-translate/core";
38
- import * as i37 from "primeng/menu";
39
- import * as i38 from "primeng/slider";
40
- import * as i39 from "@ng-bootstrap/ng-bootstrap";
41
- import * as i40 from "ng-inline-svg";
42
- import * as i41 from "primeng/breadcrumb";
43
- import * as i42 from "primeng/tree";
44
- import * as i43 from "primeng/api";
2
+ import * as i1 from "./panel/panel.component";
3
+ import * as i2 from "./modal-input-text/modal-input-text.component";
4
+ import * as i3 from "./select-list/select-list.component";
5
+ import * as i4 from "./inspark.shared";
6
+ import * as i5 from "./tooltip/tooltip.component";
7
+ import * as i6 from "./radiobutton/radiobutton.component";
8
+ import * as i7 from "./object-tree/object-tree.component";
9
+ import * as i8 from "./pie/pie.component";
10
+ import * as i9 from "@angular/forms";
11
+ import * as i10 from "./autocomplete/autocomplete.module";
12
+ import * as i11 from "./dropdown/dropdown.module";
13
+ import * as i12 from "./table/table.component";
14
+ import * as i13 from "./tree-table/tree-table.component";
15
+ import * as i14 from "primeng/radiobutton";
16
+ import * as i15 from "primeng/menu";
17
+ import * as i16 from "primeng/slider";
18
+ import * as i17 from "@ng-bootstrap/ng-bootstrap";
19
+ import * as i18 from "primeng/breadcrumb";
20
+ import * as i19 from "primeng/tree";
21
+ import * as i20 from "@ngx-translate/core";
22
+ import * as i21 from "./button/button.module";
23
+ import * as i22 from "./input-text/input-text.module";
24
+ import * as i23 from "./textarea/textarea.module";
25
+ import * as i24 from "./checkbox/checkbox.module";
26
+ import * as i25 from "./component-container/component-container.module";
27
+ import * as i26 from "./preloader/preloader.module";
28
+ import * as i27 from "./empty/empty.component";
29
+ import * as i28 from "./sticky/sticky.module";
30
+ import * as i29 from "./file/file.module";
31
+ import * as i30 from "./toolbar/toolbar.module";
32
+ import * as i31 from "./breadcrumb/breadcrumb.module";
33
+ import * as i32 from "./select-button/select-button.module";
34
+ import * as i33 from "./legacy/legacy-components.module";
35
+ import * as i34 from "./legacy/legacy-ui.module";
36
+ import * as i35 from "ng-inline-svg-2";
37
+ import * as i36 from "./svg/svg.module";
38
+ import * as i37 from "./header/header.component";
39
+ import * as i38 from "./status-circle/status-circle.component";
40
+ import * as i39 from "./switcher/switcher.component";
45
41
  export declare class InsparkComponentsModule {
46
42
  static ɵfac: i0.ɵɵFactoryDeclaration<InsparkComponentsModule, never>;
47
- static ɵmod: i0.ɵɵNgModuleDeclaration<InsparkComponentsModule, [typeof i1.ButtonComponent, typeof i2.InputTextComponent, typeof i3.TextareaComponent, typeof i4.PanelComponent, typeof i5.ComponentContainerComponent, typeof i6.CheckboxComponent, typeof i7.EmptyComponent, typeof i8.PreloaderComponent, typeof i9.InsparkStickyComponent, typeof i10.InsparkHeaderComponent, typeof i11.ToolbarComponent, typeof i12.BreadcrumbComponent, typeof i13.FileComponent, typeof i14.SelectButtonComponent, typeof i15.ModalInputTextComponent, typeof i16.SelectListComponent, typeof i17.StatusCircleComponent, typeof i18.SvgComponent, typeof i19.SwitcherComponent, typeof i20.InlineMessageComponent, typeof i21.LinkComponent, typeof i22.InsparkTemplate, typeof i23.TooltipComponent, typeof i24.RadiobuttonComponent, typeof i25.ObjectTreeComponent, typeof i26.ContentToggleComponent, typeof i27.InputGroupComponent, typeof i28.ObjectPieComponent], [typeof i29.AutoCompleteComponentModule, typeof i30.FormsModule, typeof i30.ReactiveFormsModule, typeof i31.CommonModule, typeof i32.DropdownComponentModule, typeof i33.TableComponentModule, typeof i34.TreeTableComponentModule, typeof i35.RadioButtonModule, typeof i36.TranslateModule, typeof i37.MenuModule, typeof i38.SliderModule, typeof i39.NgbModule, typeof i40.InlineSVGModule, typeof i41.BreadcrumbModule, typeof i42.TreeModule, typeof i43.SharedModule], [typeof i1.ButtonComponent, typeof i2.InputTextComponent, typeof i3.TextareaComponent, typeof i4.PanelComponent, typeof i5.ComponentContainerComponent, typeof i6.CheckboxComponent, typeof i32.DropdownComponentModule, typeof i33.TableComponentModule, typeof i34.TreeTableComponentModule, typeof i7.EmptyComponent, typeof i8.PreloaderComponent, typeof i9.InsparkStickyComponent, typeof i10.InsparkHeaderComponent, typeof i11.ToolbarComponent, typeof i12.BreadcrumbComponent, typeof i13.FileComponent, typeof i14.SelectButtonComponent, typeof i15.ModalInputTextComponent, typeof i16.SelectListComponent, typeof i17.StatusCircleComponent, typeof i18.SvgComponent, typeof i19.SwitcherComponent, typeof i37.MenuModule, typeof i38.SliderModule, typeof i20.InlineMessageComponent, typeof i21.LinkComponent, typeof i22.InsparkTemplate, typeof i39.NgbModule, typeof i23.TooltipComponent, typeof i24.RadiobuttonComponent, typeof i25.ObjectTreeComponent, typeof i26.ContentToggleComponent, typeof i28.ObjectPieComponent, typeof i27.InputGroupComponent, typeof i29.AutoCompleteComponentModule]>;
43
+ static ɵmod: i0.ɵɵNgModuleDeclaration<InsparkComponentsModule, [typeof i1.PanelComponent, typeof i2.ModalInputTextComponent, typeof i3.SelectListComponent, typeof i4.InsparkTemplate, typeof i5.TooltipComponent, typeof i6.RadiobuttonComponent, typeof i7.ObjectTreeComponent, typeof i8.ObjectPieComponent], [typeof i9.FormsModule, typeof i9.ReactiveFormsModule, typeof i10.AutoCompleteComponentModule, typeof i9.FormsModule, typeof i9.ReactiveFormsModule, typeof i11.DropdownComponentModule, typeof i12.TableComponentModule, typeof i13.TreeTableComponentModule, typeof i14.RadioButtonModule, typeof i15.MenuModule, typeof i16.SliderModule, typeof i17.NgbModule, typeof i18.BreadcrumbModule, typeof i19.TreeModule, typeof i20.TranslateModule, typeof i21.ButtonComponentModule, typeof i22.InputTextComponentModule, typeof i23.TextareaComponentModule, typeof i24.CheckboxComponentModule, typeof i25.ComponentContainerModule, typeof i26.PreloaderComponentModule, typeof i27.EmptyComponent, typeof i28.StickyComponentModule, typeof i29.FileComponentModule, typeof i30.ToolbarComponentModule, typeof i31.BreadcrumbComponentModule, typeof i32.SelectButtonComponentModule, typeof i33.LegacyComponentsModule, typeof i34.LegacyUiModule, typeof i35.InlineSVGModule, typeof i36.SvgComponentModule], [typeof i1.PanelComponent, typeof i11.DropdownComponentModule, typeof i12.TableComponentModule, typeof i13.TreeTableComponentModule, typeof i27.EmptyComponent, typeof i37.InsparkHeaderComponent, typeof i2.ModalInputTextComponent, typeof i3.SelectListComponent, typeof i38.StatusCircleComponent, typeof i39.SwitcherComponent, typeof i15.MenuModule, typeof i16.SliderModule, typeof i4.InsparkTemplate, typeof i17.NgbModule, typeof i5.TooltipComponent, typeof i6.RadiobuttonComponent, typeof i7.ObjectTreeComponent, typeof i8.ObjectPieComponent, typeof i10.AutoCompleteComponentModule, typeof i9.FormsModule, typeof i9.ReactiveFormsModule, typeof i21.ButtonComponentModule, typeof i22.InputTextComponentModule, typeof i23.TextareaComponentModule, typeof i24.CheckboxComponentModule, typeof i25.ComponentContainerModule, typeof i26.PreloaderComponentModule, typeof i27.EmptyComponent, typeof i28.StickyComponentModule, typeof i29.FileComponentModule, typeof i30.ToolbarComponentModule, typeof i31.BreadcrumbComponentModule, typeof i32.SelectButtonComponentModule, typeof i33.LegacyComponentsModule, typeof i34.LegacyUiModule, typeof i36.SvgComponentModule]>;
48
44
  static ɵinj: i0.ɵɵInjectorDeclaration<InsparkComponentsModule>;
49
45
  }
46
+ //# sourceMappingURL=inspark.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inspark.module.d.ts","sourceRoot":"","sources":["../../../../projects/inspark-components/src/components/inspark.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0CA,qBAoFa,uBAAuB;yCAAvB,uBAAuB;0CAAvB,uBAAuB;0CAAvB,uBAAuB;CACnC"}
@@ -7,5 +7,6 @@ export declare class InsparkTemplate {
7
7
  constructor(template: TemplateRef<any>);
8
8
  getType(): string;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<InsparkTemplate, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<InsparkTemplate, "[inTemplate]", never, { "type": "type"; "name": "inTemplate"; }, {}, never, never, false>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<InsparkTemplate, "[inTemplate]", never, { "type": { "alias": "type"; "required": false; }; "name": { "alias": "inTemplate"; "required": false; }; }, {}, never, never, false, never>;
11
11
  }
12
+ //# sourceMappingURL=inspark.shared.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inspark.shared.d.ts","sourceRoot":"","sources":["../../../../projects/inspark-components/src/components/inspark.shared.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,WAAW,EAAC,MAAM,eAAe,CAAC;;AAE5D,qBAKa,eAAe;IAMP,QAAQ,EAAE,WAAW,CAAC,GAAG,CAAC;IAJpC,IAAI,EAAE,MAAM,CAAC;IAED,IAAI,EAAE,MAAM,CAAC;gBAEf,QAAQ,EAAE,WAAW,CAAC,GAAG,CAAC;IAG7C,OAAO,IAAI,MAAM;yCATN,eAAe;2CAAf,eAAe;CAY3B"}
@@ -0,0 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "../header/header.component";
3
+ import * as i2 from "../status-circle/status-circle.component";
4
+ import * as i3 from "../switcher/switcher.component";
5
+ import * as i4 from "../shared/shared-ui.module";
6
+ import * as i5 from "../svg/svg.module";
7
+ export declare class LegacyComponentsModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<LegacyComponentsModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<LegacyComponentsModule, [typeof i1.InsparkHeaderComponent, typeof i2.StatusCircleComponent, typeof i3.SwitcherComponent], [typeof i4.SharedUiModule, typeof i5.SvgComponentModule], [typeof i1.InsparkHeaderComponent, typeof i2.StatusCircleComponent, typeof i3.SwitcherComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<LegacyComponentsModule>;
11
+ }
12
+ //# sourceMappingURL=legacy-components.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"legacy-components.module.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/legacy/legacy-components.module.ts"],"names":[],"mappings":";;;;;;AASA,qBAgBa,sBAAsB;yCAAtB,sBAAsB;0CAAtB,sBAAsB;0CAAtB,sBAAsB;CAAG"}
@@ -0,0 +1,13 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "../inline-message/inline-message.component";
3
+ import * as i2 from "../content-toggle/content-toggle.component";
4
+ import * as i3 from "../input-group/input-group.component";
5
+ import * as i4 from "../shared/shared-ui.module";
6
+ import * as i5 from "../link/link.module";
7
+ import * as i6 from "../svg/svg.module";
8
+ export declare class LegacyUiModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<LegacyUiModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<LegacyUiModule, [typeof i1.InlineMessageComponent, typeof i2.ContentToggleComponent, typeof i3.InputGroupComponent], [typeof i4.SharedUiModule, typeof i5.LinkComponentModule, typeof i6.SvgComponentModule], [typeof i1.InlineMessageComponent, typeof i2.ContentToggleComponent, typeof i3.InputGroupComponent, typeof i5.LinkComponentModule, typeof i6.SvgComponentModule]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<LegacyUiModule>;
12
+ }
13
+ //# sourceMappingURL=legacy-ui.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"legacy-ui.module.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/legacy/legacy-ui.module.ts"],"names":[],"mappings":";;;;;;;AAQA,qBAmBa,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAAG"}
@@ -2,8 +2,8 @@ import { EventEmitter, OnChanges, OnInit } from '@angular/core';
2
2
  import { MenuItem } from 'primeng/api';
3
3
  import { Menu } from 'primeng/menu';
4
4
  import * as i0 from "@angular/core";
5
- declare type LinkColor = 'normal' | 'secondary' | 'danger' | 'primary' | 'transparent';
6
- declare type IconPos = 'left' | 'right';
5
+ type LinkColor = 'normal' | 'secondary' | 'danger' | 'primary' | 'transparent';
6
+ type IconPos = 'left' | 'right';
7
7
  export declare class LinkComponent implements OnInit, OnChanges {
8
8
  color: LinkColor;
9
9
  name: string;
@@ -42,6 +42,7 @@ export declare class LinkComponent implements OnInit, OnChanges {
42
42
  updateData(): void;
43
43
  _onClick($event: Event): void;
44
44
  static ɵfac: i0.ɵɵFactoryDeclaration<LinkComponent, never>;
45
- static ɵcmp: i0.ɵɵComponentDeclaration<LinkComponent, "in-link", never, { "color": "color"; "name": "name"; "testId": "testId"; "label": "label"; "icon": "icon"; "className": "className"; "svg": "svg"; "link": "link"; "linkType": "linkType"; "linkTarget": "linkTarget"; "pressed": "pressed"; "disabled": "disabled"; "iconPos": "iconPos"; "menuItems": "menuItems"; }, { "focus": "focus"; "blur": "blur"; "click": "click"; }, never, never, false>;
45
+ static ɵcmp: i0.ɵɵComponentDeclaration<LinkComponent, "in-link", never, { "color": { "alias": "color"; "required": false; }; "name": { "alias": "name"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "label": { "alias": "label"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "className": { "alias": "className"; "required": false; }; "svg": { "alias": "svg"; "required": false; }; "link": { "alias": "link"; "required": false; }; "linkType": { "alias": "linkType"; "required": false; }; "linkTarget": { "alias": "linkTarget"; "required": false; }; "pressed": { "alias": "pressed"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "iconPos": { "alias": "iconPos"; "required": false; }; "menuItems": { "alias": "menuItems"; "required": false; }; }, { "focus": "focus"; "blur": "blur"; "click": "click"; }, never, never, false, never>;
46
46
  }
47
47
  export {};
48
+ //# sourceMappingURL=link.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"link.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/link/link.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAoB,MAAM,eAAe,CAAC;AACnG,OAAO,EAAC,QAAQ,EAAC,MAAM,aAAa,CAAC;AACrC,OAAO,EAAC,IAAI,EAAC,MAAM,cAAc,CAAC;;AAGlC,KAAK,SAAS,GAAG,QAAQ,GAAG,WAAW,GAAG,QAAQ,GAAG,SAAS,GAAI,aAAa,CAAC;AAChF,KAAK,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC;AAEhC,qBAMa,aAAc,YAAW,MAAM,EAAE,SAAS;IAE5C,KAAK,EAAE,SAAS,CAAY;IAC5B,IAAI,SAAM;IACV,MAAM,SAAM;IACZ,KAAK,SAAM;IACX,IAAI,SAAM;IACV,SAAS,SAAM;IACf,GAAG,SAAM;IACT,IAAI,SAAM;IACnB;;;;OAIG;IACM,QAAQ,EAAE,MAAM,GAAG,UAAU,GAAG,UAAU,CAAU;IAC7D;;;;OAIG;IACM,UAAU,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAU;IAI/C,OAAO,UAAS;IAEhB,QAAQ,UAAS;IAEjB,OAAO,EAAE,OAAO,CAAU;IAC1B,SAAS,EAAE,QAAQ,EAAE,CAAM;IAEF,KAAK,EAAI,IAAI,CAAC;IAEtC,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAC9C,IAAI,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAC7C,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAExD,KAAK,KAAG;IAER,OAAO,SAAW;IAClB,SAAS,EAAE,MAAM,GAAG,UAAU,GAAG,UAAU,CAAU;IAEpD,cAAc,UAAS;IAExB,QAAQ;IAMR,WAAW,CAAC,OAAO,KAAA;IAInB,UAAU;IA4BT,QAAQ,CAAC,MAAM,EAAE,KAAK;yCAnFZ,aAAa;2CAAb,aAAa;CA6FzB"}
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./link.component";
3
+ import * as i2 from "../shared/shared-ui.module";
4
+ import * as i3 from "primeng/menu";
5
+ import * as i4 from "../svg/svg.module";
6
+ export declare class LinkComponentModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<LinkComponentModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<LinkComponentModule, [typeof i1.LinkComponent], [typeof i2.SharedUiModule, typeof i3.MenuModule, typeof i4.SvgComponentModule], [typeof i1.LinkComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<LinkComponentModule>;
10
+ }
11
+ //# sourceMappingURL=link.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"link.module.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/link/link.module.ts"],"names":[],"mappings":";;;;;AASA,qBAaa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAG"}
@@ -31,5 +31,6 @@ export declare class ModalInputTextComponent implements OnInit {
31
31
  calculateWidth(): void;
32
32
  translate(str: string): string;
33
33
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalInputTextComponent, never>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<ModalInputTextComponent, "app-modal-input-text", never, {}, {}, never, never, false>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<ModalInputTextComponent, "app-modal-input-text", never, {}, {}, never, never, false, never>;
35
35
  }
36
+ //# sourceMappingURL=modal-input-text.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"modal-input-text.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/modal-input-text/modal-input-text.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACM,MAAM,EAClB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACvC,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,qBAAqB,EAAC,MAAM,wCAAwC,CAAC;AAE7E,OAAO,EAAC,mBAAmB,EAAE,gBAAgB,EAAC,MAAM,uBAAuB,CAAC;;AAE5E,qBAMa,uBAAwB,YAAW,MAAM;IAWjC,GAAG,EAAE,gBAAgB;IACrB,MAAM,EAAE,mBAAmB;IAClC,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,cAAc;IACf,MAAM,EAAE,MAAM;IAbjC,OAAO,EAAE,GAAG,EAAE,CAAC;IACf,QAAQ,EAAE,OAAO,EAAE,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,MAAC;IACL,OAAO,EAAE;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,OAAO,CAAA;KAAC,EAAE,CAAQ;IACpD,KAAK,EAAE,GAAG,CAAC;IACX,aAAa,UAAS;IACtB,SAAS,SAAK;gBAEK,GAAG,EAAE,gBAAgB,EACrB,MAAM,EAAE,mBAAmB,EAC1B,gBAAgB,EAAE,gBAAgB,EAClC,cAAc,EAAE,qBAAqB,EACtC,MAAM,EAAE,MAAM;IAKjC,QAAQ;IAYT,UAAU,CAAC,GAAG,MAAO;IAIpB,cAAc;IAed,MAAM,CAAC,CAAC,KAAA;IAIR,aAAa;IAUb,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,KAAA,GAAG,MAAM;IAKtC,cAAc;IAQd,SAAS,CAAC,GAAG,EAAE,MAAM;yCA9EV,uBAAuB;2CAAvB,uBAAuB;CAoFnC"}
@@ -4,5 +4,6 @@ export declare class ObjectTreeComponent implements OnInit {
4
4
  constructor();
5
5
  ngOnInit(): void;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<ObjectTreeComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<ObjectTreeComponent, "in-object-tree", never, {}, {}, never, never, false>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<ObjectTreeComponent, "in-object-tree", never, {}, {}, never, never, false, never>;
8
8
  }
9
+ //# sourceMappingURL=object-tree.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"object-tree.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/object-tree/object-tree.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAA2B,MAAM,eAAe,CAAC;;AAE3E,qBAOa,mBAAoB,YAAW,MAAM;;IAIhD,QAAQ;yCAJG,mBAAmB;2CAAnB,mBAAmB;CAO/B"}
@@ -1,5 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class PanelComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<PanelComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<PanelComponent, "in-panel", never, {}, {}, never, ["*"], false>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<PanelComponent, "in-panel", never, {}, {}, never, ["*"], false, never>;
5
5
  }
6
+ //# sourceMappingURL=panel.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"panel.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/panel/panel.component.ts"],"names":[],"mappings":";AAGA,qBAMa,cAAc;yCAAd,cAAc;2CAAd,cAAc;CAG1B"}
@@ -15,5 +15,6 @@ export declare class ObjectPieComponent implements OnDestroy, OnChanges, OnInit
15
15
  ngOnDestroy(): void;
16
16
  ngOnChanges(changes: any): void;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<ObjectPieComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<ObjectPieComponent, "in-pie", never, { "count": "count"; "size": "size"; "statuses": "statuses"; }, {}, never, never, false>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<ObjectPieComponent, "in-pie", never, { "count": { "alias": "count"; "required": false; }; "size": { "alias": "size"; "required": false; }; "statuses": { "alias": "statuses"; "required": false; }; }, {}, never, never, false, never>;
19
19
  }
20
+ //# sourceMappingURL=pie.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pie.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/pie/pie.component.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,iBAAiB,EAGjB,SAAS,EACT,SAAS,EACT,MAAM,EAEP,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,UAAU,EAAE,WAAW,EAAC,MAAM,eAAe,CAAC;;AAGtD,qBASa,kBAAmB,YAAW,SAAS,EAAE,SAAS,EAAE,MAAM;IAmBnE,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,GAAG;IAlBJ,KAAK,SAAM;IACX,IAAI,SAAM;IAGV,QAAQ,EAAE,WAAW,CAO1B;IAEJ,IAAI,MAAC;gBAGK,SAAS,EAAE,gBAAgB,EAC3B,UAAU,EAAE,UAAU,EACtB,GAAG,EAAE,iBAAiB;IAMhC,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAGX,WAAW,CAAC,OAAO,KAAA;yCAlCR,kBAAkB;2CAAlB,kBAAkB;CAqC9B"}
@@ -17,3 +17,4 @@ export declare class PieService {
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<PieService, never>;
18
18
  static ɵprov: i0.ɵɵInjectableDeclaration<PieService>;
19
19
  }
20
+ //# sourceMappingURL=pie.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pie.service.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/pie/pie.service.ts"],"names":[],"mappings":";AAGA,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;CACX;AAED,qBACa,UAAU;IAGrB,OAAO,CAAC,UAAU,CAAyB;IAE3C,OAAO,CAAC,MAAM,CAOZ;IAEF,MAAM,CAAC,QAAQ,EAAE,WAAW,EAAE,IAAI,KAAA,GAAG;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE;IAiCtE,OAAO,CAAC,wBAAwB;yCA/CrB,UAAU;6CAAV,UAAU;CAqDtB"}
@@ -1,6 +1,6 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- declare type PreloaderSize = 'small' | 'normal';
3
+ type PreloaderSize = 'small' | 'normal';
4
4
  export declare class PreloaderComponent implements OnInit {
5
5
  inline: boolean;
6
6
  overlay: boolean;
@@ -8,6 +8,7 @@ export declare class PreloaderComponent implements OnInit {
8
8
  constructor();
9
9
  ngOnInit(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<PreloaderComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<PreloaderComponent, "in-preloader", never, { "inline": "inline"; "overlay": "overlay"; "size": "size"; }, {}, never, never, false>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<PreloaderComponent, "in-preloader", never, { "inline": { "alias": "inline"; "required": false; }; "overlay": { "alias": "overlay"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, false, never>;
12
12
  }
13
13
  export {};
14
+ //# sourceMappingURL=preloader.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"preloader.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/preloader/preloader.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,MAAM,EAAoB,MAAM,eAAe,CAAC;;AAG1E,KAAK,aAAa,GAAG,OAAO,GAAG,QAAQ,CAAC;AAExC,qBAOa,kBAAmB,YAAW,MAAM;IAEtC,MAAM,UAAS;IACf,OAAO,UAAS;IAChB,IAAI,EAAE,aAAa,CAAY;;IAKxC,QAAQ;yCATG,kBAAkB;2CAAlB,kBAAkB;CAY9B"}
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./preloader.component";
3
+ import * as i2 from "../shared/shared-components.module";
4
+ export declare class PreloaderComponentModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<PreloaderComponentModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PreloaderComponentModule, [typeof i1.PreloaderComponent], [typeof i2.SharedComponentsModule], [typeof i1.PreloaderComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<PreloaderComponentModule>;
8
+ }
9
+ //# sourceMappingURL=preloader.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"preloader.module.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/preloader/preloader.module.ts"],"names":[],"mappings":";;;AAIA,qBAWa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB;0CAAxB,wBAAwB;CAAG"}
@@ -16,5 +16,6 @@ export declare class RadiobuttonComponent {
16
16
  constructor();
17
17
  onChangeEvent(value: any): void;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<RadiobuttonComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<RadiobuttonComponent, "in-radiobutton", never, { "name": "name"; "label": "label"; "required": "required"; "error": "error"; "placeholder": "placeholder"; "id": "id"; "disabled": "disabled"; "value": "value"; "values": "values"; "keyLabel": "keyLabel"; "item": "item"; }, { "change": "change"; }, never, never, false>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadiobuttonComponent, "in-radiobutton", never, { "name": { "alias": "name"; "required": false; }; "label": { "alias": "label"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "id": { "alias": "id"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "values": { "alias": "values"; "required": false; }; "keyLabel": { "alias": "keyLabel"; "required": false; }; "item": { "alias": "item"; "required": false; }; }, { "change": "change"; }, never, never, false, never>;
20
20
  }
21
+ //# sourceMappingURL=radiobutton.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"radiobutton.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/radiobutton/radiobutton.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,YAAY,EAAgB,MAAM,eAAe,CAAC;;AAE9F,qBAOa,oBAAoB;IACtB,IAAI,MAAQ;IACZ,KAAK,MAAQ;IACb,QAAQ,UAAS;IACjB,KAAK,MAAQ;IACb,WAAW,SAAM;IACjB,EAAE,MAAQ;IACV,QAAQ,EAAE,OAAO,CAAC;IAClB,KAAK,MAAC;IACN,MAAM,MAAC;IACP,QAAQ,MAAC;IACT,IAAI,MAAC;IACJ,MAAM,oBAAsB;;IAOtC,aAAa,CAAC,KAAK,KAAA;yCAnBR,oBAAoB;2CAApB,oBAAoB;CAsBhC"}
@@ -1,7 +1,7 @@
1
1
  import { ChangeDetectorRef, EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
2
  import { ControlValueAccessor } from '@angular/forms';
3
3
  import * as i0 from "@angular/core";
4
- declare type IconPos = 'left' | 'right';
4
+ type IconPos = 'left' | 'right';
5
5
  export interface SelectOption {
6
6
  label: string;
7
7
  title?: string;
@@ -44,6 +44,7 @@ export declare class SelectButtonComponent implements ControlValueAccessor, OnIn
44
44
  private syncSelectedWithOptions;
45
45
  trackByValue(index: number, item: SelectOption): string | number | boolean;
46
46
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectButtonComponent, never>;
47
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectButtonComponent, "in-select-button", never, { "name": "name"; "testId": "testId"; "label": "label"; "icon": "icon"; "error": "error"; "iconPos": "iconPos"; "options": "options"; "disabled": "disabled"; "required": "required"; "multiple": "multiple"; "initial": "initial"; }, { "focus": "focus"; "blur": "blur"; "click": "click"; "change": "change"; }, never, never, false>;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectButtonComponent, "in-select-button", never, { "name": { "alias": "name"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "label": { "alias": "label"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "error": { "alias": "error"; "required": false; }; "iconPos": { "alias": "iconPos"; "required": false; }; "options": { "alias": "options"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "initial": { "alias": "initial"; "required": false; }; }, { "focus": "focus"; "blur": "blur"; "click": "click"; "change": "change"; }, never, never, false, never>;
48
48
  }
49
49
  export {};
50
+ //# sourceMappingURL=select-button.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"select-button.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/select-button/select-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EAEjB,YAAY,EAGZ,SAAS,EACT,MAAM,EAEN,aAAa,EACd,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,oBAAoB,EAAoB,MAAM,gBAAgB,CAAC;;AAEvE,KAAK,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC;AAEhC,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;IACjC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,qBAaa,qBACX,YAAW,oBAAoB,EAAE,MAAM,EAAE,SAAS;IA4BtC,OAAO,CAAC,KAAK;IA1BhB,IAAI,SAAM;IACV,MAAM,SAAM;IACZ,KAAK,SAAM;IACX,IAAI,SAAM;IACV,KAAK,SAAM;IACX,OAAO,EAAE,OAAO,CAAU;IAC1B,OAAO,EAAE,YAAY,EAAE,CAAM;IAC7B,QAAQ,UAAS;IACjB,QAAQ,UAAS;IACjB,QAAQ,UAAS;IACjB,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC;IAE1C,KAAK,oBAA2B;IAChC,IAAI,oBAA2B;IAC/B,KAAK,oBAA2B;IAChC,MAAM,oBAA2B;IAG3C,QAAQ,EAAE,KAAK,CAAC,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,CAAM;IAGhD,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,KAAK,CAAC,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,GAAG,IAAI,CAAQ;IAElF,OAAO,CAAC,eAAe,CAAgC;IACvD,OAAO,CAAC,gBAAgB,CAAwB;gBAE5B,KAAK,EAAE,iBAAiB;IAE5C,QAAQ,IAAI,IAAI;IAEhB,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAczC,WAAW,CAAC,MAAM,EAAE,YAAY,GAAG,IAAI;IA0BvC,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAmB5B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAK/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAKhC,gBAAgB,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAM3C,OAAO,CAAC,QAAQ;IAKhB,MAAM,IAAI,IAAI;IAKd,OAAO,IAAI,IAAI;IAKf,OAAO,CAAC,uBAAuB;IA2B/B,YAAY,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,YAAY,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO;yCAtJ/D,qBAAqB;2CAArB,qBAAqB;CAyJjC"}
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./select-button.component";
3
+ import * as i2 from "../shared/shared-ui.module";
4
+ export declare class SelectButtonComponentModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<SelectButtonComponentModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SelectButtonComponentModule, [typeof i1.SelectButtonComponent], [typeof i2.SharedUiModule], [typeof i1.SelectButtonComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<SelectButtonComponentModule>;
8
+ }
9
+ //# sourceMappingURL=select-button.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"select-button.module.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/select-button/select-button.module.ts"],"names":[],"mappings":";;;AAMA,qBAWa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAG"}
@@ -24,5 +24,6 @@ export declare class SelectListComponent implements OnInit {
24
24
  select(i: any): void;
25
25
  highlight(value: string, text: any): string;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectListComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectListComponent, "app-select-list", never, {}, {}, never, never, false>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectListComponent, "app-select-list", never, {}, {}, never, never, false, never>;
28
28
  }
29
+ //# sourceMappingURL=select-list.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"select-list.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/select-list/select-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACM,MAAM,EAClB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACvC,OAAO,EAAC,qBAAqB,EAAC,MAAM,wCAAwC,CAAC;AAE7E,OAAO,EAAC,mBAAmB,EAAE,gBAAgB,EAAC,MAAM,uBAAuB,CAAC;;AAE5E,qBAMa,mBAAoB,YAAW,MAAM;IAS7B,GAAG,EAAE,gBAAgB;IACrB,MAAM,EAAE,mBAAmB;IAClC,OAAO,CAAC,cAAc;IACf,MAAM,EAAE,MAAM;IAVjC,OAAO,EAAE,GAAG,EAAE,CAAC;IACf,QAAQ,EAAE,OAAO,EAAE,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,MAAC;IACL,OAAO,EAAE;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,OAAO,CAAA;KAAC,EAAE,CAAQ;IACpD,aAAa,UAAS;gBAEH,GAAG,EAAE,gBAAgB,EACrB,MAAM,EAAE,mBAAmB,EAC1B,cAAc,EAAE,qBAAqB,EACtC,MAAM,EAAE,MAAM;IAKjC,QAAQ;IAQT,UAAU,CAAC,GAAG,MAAO;IAIpB,cAAc;IAWd,MAAM,CAAC,CAAC,KAAA;IAMR,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,KAAA,GAAG,MAAM;yCA9C3B,mBAAmB;2CAAnB,mBAAmB;CAkD/B"}
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "@angular/forms";
4
+ import * as i3 from "@angular/router";
5
+ import * as i4 from "@ngx-translate/core";
6
+ export declare class SharedComponentsModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<SharedComponentsModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedComponentsModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i2.ReactiveFormsModule, typeof i3.RouterModule, typeof i4.TranslateModule], [typeof i1.CommonModule, typeof i2.FormsModule, typeof i2.ReactiveFormsModule, typeof i3.RouterModule, typeof i4.TranslateModule]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<SharedComponentsModule>;
10
+ }
11
+ //# sourceMappingURL=shared-components.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shared-components.module.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/shared/shared-components.module.ts"],"names":[],"mappings":";;;;;AAOA,qBAgBa,sBAAsB;yCAAtB,sBAAsB;0CAAtB,sBAAsB;0CAAtB,sBAAsB;CAAG"}
@@ -0,0 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./shared-components.module";
3
+ import * as i2 from "@angular/common/http";
4
+ import * as i3 from "../button/button.module";
5
+ import * as i4 from "../sticky/sticky.module";
6
+ import * as i5 from "ng-inline-svg-2";
7
+ export declare class SharedUiModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<SharedUiModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedUiModule, never, [typeof i1.SharedComponentsModule, typeof i2.HttpClientModule, typeof i3.ButtonComponentModule, typeof i4.StickyComponentModule, typeof i5.InlineSVGModule], [typeof i1.SharedComponentsModule, typeof i5.InlineSVGModule, typeof i3.ButtonComponentModule, typeof i4.StickyComponentModule]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<SharedUiModule>;
11
+ }
12
+ //# sourceMappingURL=shared-ui.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shared-ui.module.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/shared/shared-ui.module.ts"],"names":[],"mappings":";;;;;;AAOA,qBAea,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAAG"}
@@ -10,5 +10,6 @@ export declare class StatusCircleComponent {
10
10
  size: CircleSize;
11
11
  content: any;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<StatusCircleComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<StatusCircleComponent, "in-status-circle", never, { "label": "label"; "title": "title"; "icon": "icon"; "inIcon": "inIcon"; "showLabel": "showLabel"; "mode": "mode"; "size": "size"; "content": "content"; }, {}, never, never, false>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<StatusCircleComponent, "in-status-circle", never, { "label": { "alias": "label"; "required": false; }; "title": { "alias": "title"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "inIcon": { "alias": "inIcon"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "size": { "alias": "size"; "required": false; }; "content": { "alias": "content"; "required": false; }; }, {}, never, never, false, never>;
14
14
  }
15
+ //# sourceMappingURL=status-circle.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"status-circle.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/status-circle/status-circle.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,UAAU,EAAE,UAAU,EAAC,MAAM,iBAAiB,CAAC;;AAGvD,qBAOa,qBAAqB;IAGvB,KAAK,SAAM;IACX,KAAK,SAAM;IACX,IAAI,SAAM;IACV,MAAM,SAAM;IACZ,SAAS,UAAQ;IACjB,IAAI,EAAE,UAAU,CAAa;IAC7B,IAAI,EAAE,UAAU,CAAY;IAC5B,OAAO,EAAE,GAAG,CAAM;yCAVhB,qBAAqB;2CAArB,qBAAqB;CAYjC"}
@@ -19,5 +19,6 @@ export declare class InsparkStickyComponent implements OnInit, OnDestroy {
19
19
  resize: () => void;
20
20
  scroll: () => void;
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<InsparkStickyComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<InsparkStickyComponent, "in-sticky", never, { "top": "top"; "isInline": "isInline"; "isFloated": "isFloated"; "zIndex": "zIndex"; "class": "class"; }, {}, never, ["*"], false>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<InsparkStickyComponent, "in-sticky", never, { "top": { "alias": "top"; "required": false; }; "isInline": { "alias": "isInline"; "required": false; }; "isFloated": { "alias": "isFloated"; "required": false; }; "zIndex": { "alias": "zIndex"; "required": false; }; "class": { "alias": "class"; "required": false; }; }, {}, never, ["*"], false, never>;
23
23
  }
24
+ //# sourceMappingURL=sticky.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sticky.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/sticky/sticky.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0B,iBAAiB,EAAa,UAAU,EAAS,SAAS,EAAE,MAAM,EAA+B,MAAM,eAAe,CAAC;;AAExJ,qBAQa,sBAAuB,YAAW,MAAM,EAAE,SAAS;IAelD,OAAO,CAAC,GAAG;IAbe,SAAS,EAAE,UAAU,CAAC;IACnD,GAAG,SAAO;IACV,QAAQ,UAAS;IACjB,SAAS,UAAQ;IACjB,MAAM,SAAM;IACZ,KAAK,SAAM;IAEpB,QAAQ,UAAS;IACjB,MAAM,SAAK;IACX,KAAK,SAAK;IACV,IAAI,SAAK;IACT,KAAK,SAAK;gBAEU,GAAG,EAAE,iBAAiB;IAI1C,QAAQ;IAKR,WAAW;IAKX,MAAM,aAKJ;IAEF,MAAM,aAWJ;yCA/CS,sBAAsB;2CAAtB,sBAAsB;CAiDlC"}
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./sticky.component";
3
+ import * as i2 from "../shared/shared-components.module";
4
+ export declare class StickyComponentModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<StickyComponentModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<StickyComponentModule, [typeof i1.InsparkStickyComponent], [typeof i2.SharedComponentsModule], [typeof i1.InsparkStickyComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<StickyComponentModule>;
8
+ }
9
+ //# sourceMappingURL=sticky.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sticky.module.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/sticky/sticky.module.ts"],"names":[],"mappings":";;;AAMA,qBAWa,qBAAqB;yCAArB,qBAAqB;0CAArB,qBAAqB;0CAArB,qBAAqB;CAAG"}
@@ -1,12 +1,12 @@
1
- import { Button as PButton } from 'primeng/button';
2
1
  import * as i0 from "@angular/core";
3
- declare type SVGSize = 'small' | 'normal' | 'large';
4
- export declare class SvgComponent extends PButton {
2
+ type SVGSize = 'small' | 'normal' | 'large';
3
+ export declare class SvgComponent {
5
4
  size: SVGSize;
6
5
  width: string;
7
6
  height: string;
8
7
  src: string;
9
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SvgComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<SvgComponent, "in-svg", never, { "size": "size"; "width": "width"; "height": "height"; "src": "src"; }, {}, never, never, false>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<SvgComponent, "in-svg", never, { "size": { "alias": "size"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "src": { "alias": "src"; "required": false; }; }, {}, never, never, false, never>;
11
10
  }
12
11
  export {};
12
+ //# sourceMappingURL=svg.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"svg.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/svg/svg.component.ts"],"names":[],"mappings":";AAEA,KAAK,OAAO,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAE5C,qBAMa,YAAY;IAEd,IAAI,EAAE,OAAO,CAAY;IACzB,KAAK,SAAU;IACf,MAAM,SAAU;IAChB,GAAG,EAAE,MAAM,CAAC;yCALV,YAAY;2CAAZ,YAAY;CAOxB"}
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./svg.component";
3
+ import * as i2 from "../shared/shared-components.module";
4
+ import * as i3 from "ng-inline-svg-2";
5
+ export declare class SvgComponentModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<SvgComponentModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SvgComponentModule, [typeof i1.SvgComponent], [typeof i2.SharedComponentsModule, typeof i3.InlineSVGModule], [typeof i1.SvgComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<SvgComponentModule>;
9
+ }
10
+ //# sourceMappingURL=svg.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"svg.module.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/svg/svg.module.ts"],"names":[],"mappings":";;;;AAKA,qBAYa,kBAAkB;yCAAlB,kBAAkB;0CAAlB,kBAAkB;0CAAlB,kBAAkB;CAAG"}