@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
package/full/index.d.ts CHANGED
@@ -3,3 +3,4 @@
3
3
  */
4
4
  /// <amd-module name="@inspark/inspark-components" />
5
5
  export * from './public_api';
6
+ //# sourceMappingURL=inspark-inspark-components.d.ts.map
package/full/index.js CHANGED
@@ -1 +1 @@
1
- (()=>{var r={867:()=>{},697:()=>{},767:()=>{},647:()=>{},13:()=>{},224:()=>{}},e={};function t(o){var a=e[o];if(void 0!==a)return a.exports;var n=e[o]={exports:{}};return r[o](n,n.exports,t),n.exports}t.n=r=>{var e=r&&r.__esModule?()=>r.default:()=>r;return t.d(e,{a:e}),e},t.d=(r,e)=>{for(var o in e)t.o(e,o)&&!t.o(r,o)&&Object.defineProperty(r,o,{enumerable:!0,get:e[o]})},t.o=(r,e)=>Object.prototype.hasOwnProperty.call(r,e),(()=>{"use strict";t(867),t(647),t(224),t(767),t(13),t(697)})()})();
1
+ (()=>{var r={85(){},724(){},390(){},320(){},187(){},680(){}},e={};function t(o){var a=e[o];if(void 0!==a)return a.exports;var n=e[o]={exports:{}};return r[o](n,n.exports,t),n.exports}t.n=r=>{var e=r&&r.__esModule?()=>r.default:()=>r;return t.d(e,{a:e}),e},t.d=(r,e)=>{for(var o in e)t.o(e,o)&&!t.o(r,o)&&Object.defineProperty(r,o,{enumerable:!0,get:e[o]})},t.o=(r,e)=>Object.prototype.hasOwnProperty.call(r,e),(()=>{"use strict";t(85),t(320),t(680),t(390),t(187),t(724)})()})();
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inspark-inspark-components.d.ts","sourceRoot":"","sources":["../../../projects/inspark-components/src/inspark-inspark-components.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,cAAc,CAAC"}
@@ -21,8 +21,8 @@ export interface TableColumns {
21
21
  export interface InsparkMenuItem extends MenuItem {
22
22
  svg?: string;
23
23
  }
24
- export declare type CircleMode = 'success' | 'warning' | 'error' | 'falsevalue' | 'maintenance' | 'primary' | 'none' | 'critical' | 'inverse' | 'black';
25
- export declare type CircleSize = 'mini' | 'small' | 'normal' | 'big';
24
+ export type CircleMode = 'success' | 'warning' | 'error' | 'falsevalue' | 'maintenance' | 'primary' | 'none' | 'critical' | 'inverse' | 'black';
25
+ export type CircleSize = 'mini' | 'small' | 'normal' | 'big';
26
26
  export interface ToolBar {
27
27
  add?: ToolBarItem;
28
28
  collapse?: ToolBarItem;
@@ -65,3 +65,4 @@ export interface ToolBarGroupSortOption {
65
65
  label?: string;
66
66
  value?: any;
67
67
  }
68
+ //# sourceMappingURL=interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interface.d.ts","sourceRoot":"","sources":["../../../projects/inspark-components/src/interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,aAAa,CAAC;AAGrC,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,UAAU,GAAG,YAAY,CAAC;IACpE,MAAM,EAAE,OAAO,CAAC;CACjB;AAED,MAAM,WAAW,YAAY;IAE3B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,UAAU,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAC;IACjC,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,MAAM,WAAW,eAAgB,SAAQ,QAAQ;IAC/C,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAGD,MAAM,MAAM,UAAU,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,YAAY,GAAG,aAAa,GAAG,SAAS,GAAG,MAAM,GAAG,UAAU,GAAG,SAAS,GAAG,OAAO,CAAC;AAChJ,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAC;AAE7D,MAAM,WAAW,OAAO;IACtB,GAAG,CAAC,EAAE,WAAW,CAAC;IAClB,QAAQ,CAAC,EAAE,WAAW,CAAC;IACvB,GAAG,CAAC,EAAE,WAAW,CAAC;IAClB,SAAS,CAAC,EAAE,WAAW,CAAC;IACxB,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,QAAQ,CAAC,EAAE,WAAW,CAAC;IACvB,SAAS,CAAC,EAAE,WAAW,CAAC;IACxB,SAAS,CAAC,EAAE,WAAW,CAAC;IACxB,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,UAAU,CAAC,EAAE,WAAW,CAAC;IACzB,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,MAAM,CAAC,EAAE,WAAW,CAAC;CAEtB;AAED,MAAM,WAAW,WAAW;IAC1B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,sBAAsB,EAAE,CAAC;CAClC;AAED,MAAM,WAAW,iBAAiB;IAChC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,mBAAmB,EAAE,CAAC;CAC9B;AAED,MAAM,WAAW,mBAAmB;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,yBAAyB,EAAE,CAAA;CACtC;AACD,MAAM,WAAW,yBAAyB;IACxC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,sBAAsB;IACrC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,GAAG,CAAC;CACb"}
@@ -8,3 +8,4 @@ export declare class PipesModule {
8
8
  static ɵmod: i0.ɵɵNgModuleDeclaration<PipesModule, [typeof i1.PropertyValuePipe, typeof i2.NumToShortWeekdayPipe, typeof i2.FormatNumToTime, typeof i2.InDate, typeof i2.ShortToFullWeekdayPipe, typeof i3.SafeUrlPipe, typeof i4.SortByPipe], never, [typeof i1.PropertyValuePipe, typeof i2.NumToShortWeekdayPipe, typeof i2.FormatNumToTime, typeof i2.InDate, typeof i2.ShortToFullWeekdayPipe, typeof i3.SafeUrlPipe, typeof i4.SortByPipe]>;
9
9
  static ɵinj: i0.ɵɵInjectorDeclaration<PipesModule>;
10
10
  }
11
+ //# sourceMappingURL=pipes.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipes.module.d.ts","sourceRoot":"","sources":["../../../../projects/inspark-components/src/pipes/pipes.module.ts"],"names":[],"mappings":";;;;;AAMA,qBAIa,WAAW;yCAAX,WAAW;0CAAX,WAAW;0CAAX,WAAW;CACvB"}
@@ -5,3 +5,4 @@ export declare class PropertyValuePipe implements PipeTransform {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<PropertyValuePipe, never>;
6
6
  static ɵpipe: i0.ɵɵPipeDeclaration<PropertyValuePipe, "propertyValue", false>;
7
7
  }
8
+ //# sourceMappingURL=propertyValue.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"propertyValue.pipe.d.ts","sourceRoot":"","sources":["../../../../projects/inspark-components/src/pipes/propertyValue.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;;AAElD,qBAIa,iBAAkB,YAAW,aAAa;IACrD,SAAS,CAAC,KAAK,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,GAAG;yCAD7B,iBAAiB;uCAAjB,iBAAiB;CAW7B"}
@@ -21,3 +21,4 @@ export declare class SafeUrlPipe implements PipeTransform {
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<SafeUrlPipe, never>;
22
22
  static ɵpipe: i0.ɵɵPipeDeclaration<SafeUrlPipe, "safeUrl", false>;
23
23
  }
24
+ //# sourceMappingURL=safeUrl.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"safeUrl.pipe.d.ts","sourceRoot":"","sources":["../../../../projects/inspark-components/src/pipes/safeUrl.pipe.ts"],"names":[],"mappings":"AACA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;AAClD,OAAO,EAAC,YAAY,EAAE,eAAe,EAAC,MAAM,2BAA2B,CAAC;;AAExE;;GAEG;AACH,qBAIa,WAAY,YAAW,aAAa;IAOnC,SAAS,CAAC,UAAU,EAAE,YAAY;IAN9C;;;;OAIG;gBAEmB,UAAU,EAAE,YAAY;IAG9C;;;;OAIG;IACH,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,eAAe;yCAf9B,WAAW;uCAAX,WAAW;CAkBvB"}
@@ -5,3 +5,4 @@ export declare class SortByPipe implements PipeTransform {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<SortByPipe, never>;
6
6
  static ɵpipe: i0.ɵɵPipeDeclaration<SortByPipe, "SortByPipe", false>;
7
7
  }
8
+ //# sourceMappingURL=sort-by.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sort-by.pipe.d.ts","sourceRoot":"","sources":["../../../../projects/inspark-components/src/pipes/sort-by.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;;AAEpD,qBAIa,UAAW,YAAW,aAAa;IAC9C,SAAS,CAAC,GAAG,EAAE,KAAK,CAAC,GAAG,CAAC,EAAE,OAAO,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,GAAG;yCADzC,UAAU;uCAAV,UAAU;CAgBtB"}
@@ -2,7 +2,7 @@ import { PipeTransform } from '@angular/core';
2
2
  import { TranslateService } from '@ngx-translate/core';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare function parseIntervalToMinutes(interval: string): number;
5
- export declare function shortWeekdayToNum(dayKey: string): 1 | 0 | -1 | 7 | 8 | 2 | 3 | 4 | 5 | 6;
5
+ export declare function shortWeekdayToNum(dayKey: string): 1 | -1 | 2 | 0 | 3 | 4 | 5 | 6 | 7 | 8;
6
6
  export declare function formatNumberToTime(num: any): any;
7
7
  export declare function numToShortWeekday(num: any): string;
8
8
  export declare function shortToFullWeekday(day: any): any;
@@ -32,3 +32,4 @@ export declare class InDate implements PipeTransform {
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<InDate, never>;
33
33
  static ɵpipe: i0.ɵɵPipeDeclaration<InDate, "inDate", false>;
34
34
  }
35
+ //# sourceMappingURL=time.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"time.pipe.d.ts","sourceRoot":"","sources":["../../../../projects/inspark-components/src/pipes/time.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;AAClD,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;;AAWrD,wBAAgB,sBAAsB,CAAC,QAAQ,EAAE,MAAM,UAYtD;AAED,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,MAAM,0CAsB/C;AAED,wBAAgB,kBAAkB,CAAC,GAAG,KAAA,OAQrC;AAED,wBAAgB,iBAAiB,CAAC,GAAG,KAAA,UAapC;AAED,wBAAgB,kBAAkB,CAAC,GAAG,KAAA,OAarC;AAGD,qBAIa,sBAAuB,YAAW,aAAa;IAC1D,SAAS,CAAC,KAAK,EAAE,GAAG,EAAE,IAAI,CAAC,EAAE,GAAG,GAAG,GAAG;yCAD3B,sBAAsB;uCAAtB,sBAAsB;CAIlC;AAED;;;GAGG;AACH,qBAIa,qBAAsB,YAAW,aAAa;IAEzD,SAAS,CAAC,KAAK,EAAE,GAAG,EAAE,IAAI,CAAC,EAAE,GAAG,GAAG,GAAG;yCAF3B,qBAAqB;uCAArB,qBAAqB;CAMjC;AAED,qBAIa,eAAgB,YAAW,aAAa;IACnD,SAAS,CAAC,KAAK,EAAE,GAAG,EAAE,IAAI,CAAC,EAAE,GAAG,GAAG,GAAG;yCAD3B,eAAe;uCAAf,eAAe;CAkD3B;AAED,qBAIa,MAAO,YAAW,aAAa;IAC9B,OAAO,CAAC,SAAS;gBAAT,SAAS,EAAE,gBAAgB;IAG/C,SAAS,CAAC,KAAK,EAAE,GAAG,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,GAAG;yCAJ9B,MAAM;uCAAN,MAAM;CAmBlB"}
@@ -1,8 +1,8 @@
1
- export { PipesModule } from "./pipes/pipes.module";
2
- export { InsparkMessageService } from "./services/inspark-message.service";
3
- export { InsparkDialogService } from "./services/inspark-dialog.service";
1
+ export { PipesModule } from './pipes/pipes.module';
2
+ export { InsparkMessageService } from './services/inspark-message.service';
3
+ export { InsparkDialogService } from './services/inspark-dialog.service';
4
4
  export { CommunicationService } from './components/communication.service';
5
- export { InsparkComponentsModule } from "./components/inspark.module";
5
+ export { InsparkComponentsModule } from './components/inspark.module';
6
6
  export { TableColumns } from './interface';
7
7
  export { ButtonComponent } from './components/button/button.component';
8
8
  export { InputTextComponent } from './components/input-text/input-text.component';
@@ -10,7 +10,7 @@ export { TextareaComponent } from './components/textarea/textarea.component';
10
10
  export { PanelComponent } from './components/panel/panel.component';
11
11
  export { ComponentContainerComponent } from './components/component-container/component-container.component';
12
12
  export { CheckboxComponent } from './components/checkbox/checkbox.component';
13
- export { DropdownComponentModule } from './components/dropdown/dropdown.component';
13
+ export { DropdownComponentModule } from './components/dropdown/dropdown.module';
14
14
  export { TableComponentModule } from './components/table/table.component';
15
15
  export { EmptyComponent } from './components/empty/empty.component';
16
16
  export { TranslateModule } from '@ngx-translate/core';
@@ -27,7 +27,6 @@ export { FileComponent } from './components/file/file.component';
27
27
  export { InsparkTemplate } from './components/inspark.shared';
28
28
  export { SelectButtonComponent } from './components/select-button/select-button.component';
29
29
  export { StatusCircleComponent } from './components/status-circle/status-circle.component';
30
- export { InlineSVGModule } from 'ng-inline-svg';
31
30
  export { SvgComponent } from './components/svg/svg.component';
32
31
  export { SwitcherComponent } from './components/switcher/switcher.component';
33
32
  export { MenuModule } from 'primeng/menu';
@@ -42,7 +41,7 @@ export { SelectListComponent } from './components/select-list/select-list.compon
42
41
  export { ObjectTreeComponent } from './components/object-tree/object-tree.component';
43
42
  export { ModalInputTextComponent } from './components/modal-input-text/modal-input-text.component';
44
43
  export { ContentToggleComponent } from './components/content-toggle/content-toggle.component';
45
- export { AutoCompleteComponentModule } from './components/autocomplete/autocomplete.component';
44
+ export { AutoCompleteComponentModule } from './components/autocomplete/autocomplete.module';
46
45
  export * from './interface';
47
46
  export * from './pipes/propertyValue.pipe';
48
47
  export * from './pipes/time.pipe';
@@ -55,3 +54,21 @@ export * from './components/input-group/input-group.component';
55
54
  export * from './components/autocomplete/autocomplete.component';
56
55
  export * from './components/pie/pie.component';
57
56
  export * from './components/table/table-columns-multiselect/table-columns-multiselect.component';
57
+ export * from './components/svg/svg.module';
58
+ export * from './components/preloader/preloader.module';
59
+ export * from './components/button/button.module';
60
+ export * from './components/sticky/sticky.module';
61
+ export * from './components/input-text/input-text.module';
62
+ export * from './components/textarea/textarea.module';
63
+ export * from './components/checkbox/checkbox.module';
64
+ export * from './components/component-container/component-container.module';
65
+ export * from './components/file/file.module';
66
+ export * from './components/toolbar/toolbar.module';
67
+ export * from './components/breadcrumb/breadcrumb.module';
68
+ export * from './components/select-button/select-button.module';
69
+ export * from './components/link/link.module';
70
+ export * from './components/shared/shared-components.module';
71
+ export * from './components/shared/shared-ui.module';
72
+ export * from './components/legacy/legacy-components.module';
73
+ export * from './components/legacy/legacy-ui.module';
74
+ //# sourceMappingURL=public_api.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../../projects/inspark-components/src/public_api.ts"],"names":[],"mappings":"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"}
@@ -1,15 +1,28 @@
1
- import { ComponentFactoryResolver, ApplicationRef, Injector, Type } from '@angular/core';
2
- import { DynamicDialogRef, DynamicDialogConfig } from "primeng/dynamicdialog";
1
+ import { EnvironmentInjector, Injector, Type } from '@angular/core';
2
+ import { DynamicDialogRef, DynamicDialogConfig } from 'primeng/dynamicdialog';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class InsparkDialogService {
5
- private componentFactoryResolver;
6
- private appRef;
7
5
  private injector;
6
+ private environmentInjector;
8
7
  private dialogComponentRefs;
9
- constructor(componentFactoryResolver: ComponentFactoryResolver, appRef: ApplicationRef, injector: Injector);
8
+ constructor(injector: Injector, environmentInjector: EnvironmentInjector);
9
+ /**
10
+ * Открывает диалоговое окно с указанным компонентом
11
+ */
10
12
  open(componentType: Type<any>, config: DynamicDialogConfig): DynamicDialogRef;
13
+ /**
14
+ * Создает компонент DynamicDialogComponent и добавляет его в body
15
+ */
11
16
  private appendDialogComponentToBody;
12
- private removeDialogComponent;
17
+ /**
18
+ * Удаляет компонент диалога из DOM и уничтожает его
19
+ */
20
+ private removeDialogComponentFromBody;
21
+ /**
22
+ * Закрывает все открытые диалоги
23
+ */
24
+ closeAll(): void;
13
25
  static ɵfac: i0.ɵɵFactoryDeclaration<InsparkDialogService, never>;
14
26
  static ɵprov: i0.ɵɵInjectableDeclaration<InsparkDialogService>;
15
27
  }
28
+ //# sourceMappingURL=inspark-dialog.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inspark-dialog.service.d.ts","sourceRoot":"","sources":["../../../../projects/inspark-components/src/services/inspark-dialog.service.ts"],"names":[],"mappings":"AACA,OAAO,EAIL,mBAAmB,EACnB,QAAQ,EACR,IAAI,EAEL,MAAM,eAAe,CAAC;AAEvB,OAAO,EAEL,gBAAgB,EAChB,mBAAmB,EACpB,MAAM,uBAAuB,CAAC;;AAE/B,qBACa,oBAAoB;IAI7B,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,mBAAmB;IAJ7B,OAAO,CAAC,mBAAmB,CAA8C;gBAG/D,QAAQ,EAAE,QAAQ,EAClB,mBAAmB,EAAE,mBAAmB;IAGlD;;OAEG;IACI,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,GAAG,CAAC,EAAE,MAAM,EAAE,mBAAmB,GAAG,gBAAgB;IA0BpF;;OAEG;IACH,OAAO,CAAC,2BAA2B;IAsCnC;;OAEG;IACH,OAAO,CAAC,6BAA6B;IAQrC;;OAEG;IACI,QAAQ,IAAI,IAAI;yCA5FZ,oBAAoB;6CAApB,oBAAoB;CAgGhC"}
@@ -1,5 +1,5 @@
1
1
  import { TranslateService } from '@ngx-translate/core';
2
- import { Confirmation, ConfirmationService, Message, MessageService } from 'primeng/api';
2
+ import { Confirmation, ConfirmationService, MessageService } from 'primeng/api';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class InsparkMessageService {
5
5
  private translate;
@@ -10,7 +10,7 @@ export declare class InsparkMessageService {
10
10
  * @deprecated
11
11
  * @param options
12
12
  */
13
- add(options: Message): void;
13
+ add(options: any): void;
14
14
  confirm(message: string, options: Confirmation): void;
15
15
  success(message: string): void;
16
16
  message(message: string): void;
@@ -19,3 +19,4 @@ export declare class InsparkMessageService {
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<InsparkMessageService, never>;
20
20
  static ɵprov: i0.ɵɵInjectableDeclaration<InsparkMessageService>;
21
21
  }
22
+ //# sourceMappingURL=inspark-message.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inspark-message.service.d.ts","sourceRoot":"","sources":["../../../../projects/inspark-components/src/services/inspark-message.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,YAAY,EAAE,mBAAmB,EAAE,cAAc,EAAC,MAAM,aAAa,CAAC;;AAG9E,qBACa,qBAAqB;IAEpB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,mBAAmB;gBAFnB,SAAS,EAAE,gBAAgB,EAC3B,cAAc,EAAE,cAAc,EAC9B,mBAAmB,EAAE,mBAAmB;IAG5D;;;OAGG;IACI,GAAG,CAAC,OAAO,EAAE,GAAG;IAIhB,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,YAAY;IAe9C,OAAO,CAAC,OAAO,EAAE,MAAM;IAQvB,OAAO,CAAC,OAAO,EAAE,MAAM;IASvB,KAAK,CAAC,OAAO,EAAE,MAAM;IAS5B,OAAO,CAAC,2BAA2B;yCAxDxB,qBAAqB;6CAArB,qBAAqB;CAqEjC"}
@@ -1 +1,2 @@
1
1
  export declare function gettext(a: string): string;
2
+ //# sourceMappingURL=gettextMarker.function.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gettextMarker.function.d.ts","sourceRoot":"","sources":["../../../../projects/inspark-components/src/utils/gettextMarker.function.ts"],"names":[],"mappings":"AAEA,wBAAgB,OAAO,CAAC,CAAC,EAAE,MAAM,GAAI,MAAM,CAE1C"}
@@ -5,3 +5,4 @@ export declare enum RowState {
5
5
  critical = "critical",
6
6
  disabled = "disabled"
7
7
  }
8
+ //# sourceMappingURL=row-state.enum.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"row-state.enum.d.ts","sourceRoot":"","sources":["../../../../../../projects/inspark-components/src/utils/hybrid/prime-table/row-state.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,QAAQ;IAClB,OAAO,YAAY;IACnB,KAAK,UAAU;IACf,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,QAAQ,aAAa;CACtB"}
@@ -4,3 +4,4 @@ export interface TableRowData {
4
4
  _state?: RowState;
5
5
  [key: string]: any;
6
6
  }
7
+ //# sourceMappingURL=table-row-data.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table-row-data.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/inspark-components/src/utils/hybrid/prime-table/table-row-data.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,kBAAkB,CAAC;AAE1C,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,QAAQ,CAAC;IAClB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB"}
@@ -3,3 +3,4 @@
3
3
  */
4
4
  /// <amd-module name="@inspark/inspark-components" />
5
5
  export * from './public_api';
6
+ //# sourceMappingURL=inspark-inspark-components.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inspark-inspark-components.d.ts","sourceRoot":"","sources":["../../../projects/inspark-components/src/inspark-inspark-components.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,cAAc,CAAC"}
@@ -21,8 +21,8 @@ export interface TableColumns {
21
21
  export interface InsparkMenuItem extends MenuItem {
22
22
  svg?: string;
23
23
  }
24
- export declare type CircleMode = 'success' | 'warning' | 'error' | 'falsevalue' | 'maintenance' | 'primary' | 'none' | 'critical' | 'inverse' | 'black';
25
- export declare type CircleSize = 'mini' | 'small' | 'normal' | 'big';
24
+ export type CircleMode = 'success' | 'warning' | 'error' | 'falsevalue' | 'maintenance' | 'primary' | 'none' | 'critical' | 'inverse' | 'black';
25
+ export type CircleSize = 'mini' | 'small' | 'normal' | 'big';
26
26
  export interface ToolBar {
27
27
  add?: ToolBarItem;
28
28
  collapse?: ToolBarItem;
@@ -65,3 +65,4 @@ export interface ToolBarGroupSortOption {
65
65
  label?: string;
66
66
  value?: any;
67
67
  }
68
+ //# sourceMappingURL=interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interface.d.ts","sourceRoot":"","sources":["../../../projects/inspark-components/src/interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,aAAa,CAAC;AAGrC,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,UAAU,GAAG,YAAY,CAAC;IACpE,MAAM,EAAE,OAAO,CAAC;CACjB;AAED,MAAM,WAAW,YAAY;IAE3B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,UAAU,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAC;IACjC,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,MAAM,WAAW,eAAgB,SAAQ,QAAQ;IAC/C,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAGD,MAAM,MAAM,UAAU,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,YAAY,GAAG,aAAa,GAAG,SAAS,GAAG,MAAM,GAAG,UAAU,GAAG,SAAS,GAAG,OAAO,CAAC;AAChJ,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAC;AAE7D,MAAM,WAAW,OAAO;IACtB,GAAG,CAAC,EAAE,WAAW,CAAC;IAClB,QAAQ,CAAC,EAAE,WAAW,CAAC;IACvB,GAAG,CAAC,EAAE,WAAW,CAAC;IAClB,SAAS,CAAC,EAAE,WAAW,CAAC;IACxB,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,QAAQ,CAAC,EAAE,WAAW,CAAC;IACvB,SAAS,CAAC,EAAE,WAAW,CAAC;IACxB,SAAS,CAAC,EAAE,WAAW,CAAC;IACxB,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,UAAU,CAAC,EAAE,WAAW,CAAC;IACzB,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,MAAM,CAAC,EAAE,WAAW,CAAC;CAEtB;AAED,MAAM,WAAW,WAAW;IAC1B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,sBAAsB,EAAE,CAAC;CAClC;AAED,MAAM,WAAW,iBAAiB;IAChC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,mBAAmB,EAAE,CAAC;CAC9B;AAED,MAAM,WAAW,mBAAmB;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,yBAAyB,EAAE,CAAA;CACtC;AACD,MAAM,WAAW,yBAAyB;IACxC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,sBAAsB;IACrC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,GAAG,CAAC;CACb"}
@@ -1 +1,2 @@
1
1
  export * from './interface';
2
+ //# sourceMappingURL=public_api.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../../projects/inspark-components/src/public_api.ts"],"names":[],"mappings":"AAIA,cAAc,aAAa,CAAC"}
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@inspark/inspark-components","version":"14.0.72","description":"","author":"Inspark","private":false,"peerDependencies":{"@angular/common":"14.3.0","@angular/core":"^14.3.0","primeng":"^14.2.2","@inspark/components-web":"14.0.4"},"dependencies":{"tslib":"^2.3.0"},"module":"full/fesm2015/inspark-inspark-components.mjs","es2020":"full/fesm2020/inspark-inspark-components.mjs","esm2020":"full/esm2020/inspark-inspark-components.mjs","fesm2020":"full/fesm2020/inspark-inspark-components.mjs","fesm2015":"full/fesm2015/inspark-inspark-components.mjs","typings":"full/index.d.ts","exports":{"./package.json":{"default":"./package.json"},".":{"types":"./full/index.d.ts","esm2020":"./full/esm2020/inspark-inspark-components.mjs","es2020":"./full/fesm2020/inspark-inspark-components.mjs","es2015":"./full/fesm2015/inspark-inspark-components.mjs","node":"./full/fesm2015/inspark-inspark-components.mjs","default":"./full/fesm2020/inspark-inspark-components.mjs"},"./full":{"es2020":"./full/fesm2020/inspark-inspark-components.mjs","esm2020":"./full/esm2020/inspark-inspark-components.mjs","es2015":"./full/fesm2015/inspark-inspark-components.mjs","node":"./full/fesm2015/inspark-inspark-components.mjs","default":"./full/fesm2020/inspark-inspark-components.mjs","types":"./full/index.d.ts"},"./interface":{"es2020":"./interface/fesm2020/inspark-inspark-components.mjs","esm2020":"./interface/esm2020/inspark-inspark-components.mjs","es2015":"./interface/fesm2015/inspark-inspark-components.mjs","node":"./interface/fesm2015/inspark-inspark-components.mjs","default":"./interface/fesm2020/inspark-inspark-components.mjs","types":"./interface/index.d.ts"}},"sideEffects":false}
1
+ {"name":"@inspark/inspark-components","version":"19.0.1","description":"","author":"Inspark","private":false,"peerDependencies":{"@angular/common":"^19.0.0","@angular/core":"^19.0.0","@angular/forms":"^19.0.0","primeng":"^19.0.0","primeicons":"^7.0.0","@inspark/components-web":"^19.0.12","ng-inline-svg-2":"^20.0.0"},"dependencies":{"tslib":"^2.3.0"},"module":"full/fesm2022/inspark-inspark-components.mjs","typings":"full/index.d.ts","exports":{"./package.json":{"default":"./package.json"},".":{"types":"./full/index.d.ts","default":"./full/fesm2022/inspark-inspark-components.mjs"},"./full":{"default":"./full/fesm2022/inspark-inspark-components.mjs","types":"./full/index.d.ts"},"./interface":{"default":"./interface/fesm2022/inspark-inspark-components.mjs","types":"./interface/index.d.ts"}},"sideEffects":false}
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "primeng/dropdown";
3
- export declare class PrimengComponentsModule {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<PrimengComponentsModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<PrimengComponentsModule, never, [typeof i1.DropdownModule], [typeof i1.DropdownModule]>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<PrimengComponentsModule>;
7
- }