mis-crystal-design-system 2.9.6 → 2.9.7-v14-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 (640) hide show
  1. package/action-list/action-list.component.d.ts +3 -0
  2. package/action-list/action-list.module.d.ts +9 -0
  3. package/analytics/analytics.module.d.ts +4 -0
  4. package/analytics/analytics.service.d.ts +3 -0
  5. package/async-search-dropdown/async-dropdown.component.d.ts +5 -2
  6. package/async-search-dropdown/async-dropdown.module.d.ts +9 -0
  7. package/button/button.component.d.ts +3 -0
  8. package/button/button.directive.d.ts +3 -0
  9. package/button/button.directive.scss +13 -17
  10. package/button/button.module.d.ts +7 -0
  11. package/checkbox/checkbox.component.d.ts +3 -0
  12. package/checkbox/checkbox.module.d.ts +7 -0
  13. package/chip/chip.component.d.ts +3 -0
  14. package/chip/chip.module.d.ts +6 -0
  15. package/datepicker_v2/datepicker.module.d.ts +10 -0
  16. package/datepicker_v2/public_api.d.ts +1 -0
  17. package/datepicker_v2/tz-datepicker.directive.d.ts +3 -0
  18. package/datepicker_v2/tz-dp-container/tz-dp-container.component.d.ts +3 -0
  19. package/daterangepicker_v2/daterangepicker.module.d.ts +10 -0
  20. package/daterangepicker_v2/public_api.d.ts +1 -0
  21. package/daterangepicker_v2/tz-daterangepicker.directive.d.ts +3 -0
  22. package/daterangepicker_v2/tz-drp-container/tz-drp-container.component.d.ts +3 -0
  23. package/drawer/drawer-body/drawer-body.component.d.ts +3 -1
  24. package/drawer/drawer.module.d.ts +8 -0
  25. package/drawer/drawer.service.d.ts +3 -0
  26. package/dropdown/dropdown.component.d.ts +3 -0
  27. package/dropdown/dropdown.module.d.ts +9 -0
  28. package/esm2020/action-list/action-list.component.mjs +174 -0
  29. package/esm2020/action-list/action-list.module.mjs +24 -0
  30. package/{esm2015/action-list/index.js → esm2020/action-list/index.mjs} +0 -0
  31. package/{esm2015/action-list/mis-crystal-design-system-action-list.js → esm2020/action-list/mis-crystal-design-system-action-list.mjs} +0 -0
  32. package/{esm2015/action-list/public_api.js → esm2020/action-list/public_api.mjs} +0 -0
  33. package/esm2020/analytics/analytics.module.mjs +18 -0
  34. package/esm2020/analytics/analytics.service.mjs +63 -0
  35. package/{esm2015/analytics/index.js → esm2020/analytics/index.mjs} +0 -0
  36. package/{esm2015/analytics/mis-crystal-design-system-analytics.js → esm2020/analytics/mis-crystal-design-system-analytics.mjs} +0 -0
  37. package/{esm2015/analytics/public_api.js → esm2020/analytics/public_api.mjs} +0 -0
  38. package/esm2020/async-search-dropdown/async-dropdown.component.mjs +242 -0
  39. package/esm2020/async-search-dropdown/async-dropdown.module.mjs +21 -0
  40. package/{esm2015/async-search-dropdown/index.js → esm2020/async-search-dropdown/index.mjs} +0 -0
  41. package/{esm2015/async-search-dropdown/mis-crystal-design-system-async-search-dropdown.js → esm2020/async-search-dropdown/mis-crystal-design-system-async-search-dropdown.mjs} +0 -0
  42. package/{esm2015/async-search-dropdown/public_api.js → esm2020/async-search-dropdown/public_api.mjs} +0 -0
  43. package/esm2020/button/button.component.mjs +52 -0
  44. package/esm2020/button/button.directive.mjs +59 -0
  45. package/esm2020/button/button.module.mjs +22 -0
  46. package/{esm2015/button/index.js → esm2020/button/index.mjs} +0 -0
  47. package/{esm2015/button/mis-crystal-design-system-button.js → esm2020/button/mis-crystal-design-system-button.mjs} +0 -0
  48. package/{esm2015/button/public_api.js → esm2020/button/public_api.mjs} +0 -0
  49. package/esm2020/checkbox/checkbox.component.mjs +87 -0
  50. package/esm2020/checkbox/checkbox.module.mjs +22 -0
  51. package/{esm2015/checkbox/index.js → esm2020/checkbox/index.mjs} +0 -0
  52. package/{esm2015/checkbox/mis-crystal-design-system-checkbox.js → esm2020/checkbox/mis-crystal-design-system-checkbox.mjs} +0 -0
  53. package/{esm2015/checkbox/public_api.js → esm2020/checkbox/public_api.mjs} +0 -0
  54. package/esm2020/chip/chip.component.mjs +36 -0
  55. package/esm2020/chip/chip.module.mjs +21 -0
  56. package/{esm2015/chip/index.js → esm2020/chip/index.mjs} +0 -0
  57. package/{esm2015/chip/mis-crystal-design-system-chip.js → esm2020/chip/mis-crystal-design-system-chip.mjs} +0 -0
  58. package/{esm2015/chip/public_api.js → esm2020/chip/public_api.mjs} +0 -0
  59. package/{esm2015/datepicker_v2/datepicker-constants.js → esm2020/datepicker_v2/datepicker-constants.mjs} +0 -0
  60. package/esm2020/datepicker_v2/datepicker.module.mjs +23 -0
  61. package/{esm2015/datepicker_v2/index.js → esm2020/datepicker_v2/index.mjs} +0 -0
  62. package/esm2020/datepicker_v2/mis-crystal-design-system-datepicker_v2.mjs +5 -0
  63. package/{esm2015/datepicker_v2/models/dp-config.model.js → esm2020/datepicker_v2/models/dp-config.model.mjs} +0 -0
  64. package/esm2020/datepicker_v2/public_api.mjs +4 -0
  65. package/esm2020/datepicker_v2/tz-datepicker.directive.mjs +143 -0
  66. package/esm2020/datepicker_v2/tz-dp-container/tz-dp-container.component.mjs +151 -0
  67. package/{esm2015/datepicker_v2/utils/index.js → esm2020/datepicker_v2/utils/index.mjs} +0 -0
  68. package/{esm2015/daterangepicker_v2/daterangepicker-constants.js → esm2020/daterangepicker_v2/daterangepicker-constants.mjs} +0 -0
  69. package/esm2020/daterangepicker_v2/daterangepicker.module.mjs +24 -0
  70. package/{esm2015/daterangepicker_v2/index.js → esm2020/daterangepicker_v2/index.mjs} +0 -0
  71. package/esm2020/daterangepicker_v2/mis-crystal-design-system-daterangepicker_v2.mjs +5 -0
  72. package/{esm2015/daterangepicker_v2/models/drp-config.model.js → esm2020/daterangepicker_v2/models/drp-config.model.mjs} +0 -0
  73. package/esm2020/daterangepicker_v2/public_api.mjs +4 -0
  74. package/esm2020/daterangepicker_v2/tz-daterangepicker.directive.mjs +133 -0
  75. package/esm2020/daterangepicker_v2/tz-drp-container/tz-drp-container.component.mjs +209 -0
  76. package/{esm2015/daterangepicker_v2/utils/index.js → esm2020/daterangepicker_v2/utils/index.mjs} +0 -0
  77. package/esm2020/drawer/drawer-body/drawer-body.component.mjs +43 -0
  78. package/{esm2015/drawer/drawer-constants.js → esm2020/drawer/drawer-constants.mjs} +0 -0
  79. package/{esm2015/drawer/drawer-ref.js → esm2020/drawer/drawer-ref.mjs} +0 -0
  80. package/esm2020/drawer/drawer.module.mjs +32 -0
  81. package/{esm2015/drawer/drawer.service.js → esm2020/drawer/drawer.service.mjs} +12 -15
  82. package/{esm2015/drawer/index.js → esm2020/drawer/index.mjs} +0 -0
  83. package/esm2020/drawer/mis-crystal-design-system-drawer.mjs +5 -0
  84. package/{esm2015/drawer/public_api.js → esm2020/drawer/public_api.mjs} +0 -0
  85. package/esm2020/dropdown/dropdown.component.mjs +148 -0
  86. package/esm2020/dropdown/dropdown.module.mjs +24 -0
  87. package/{esm2015/dropdown/index.js → esm2020/dropdown/index.mjs} +0 -0
  88. package/{esm2015/dropdown/mis-crystal-design-system-dropdown.js → esm2020/dropdown/mis-crystal-design-system-dropdown.mjs} +0 -0
  89. package/{esm2015/dropdown/public_api.js → esm2020/dropdown/public_api.mjs} +0 -0
  90. package/esm2020/fab/fab.component.mjs +82 -0
  91. package/esm2020/fab/fab.module.mjs +21 -0
  92. package/{esm2015/fab/index.js → esm2020/fab/index.mjs} +0 -0
  93. package/{esm2015/fab/mis-crystal-design-system-fab.js → esm2020/fab/mis-crystal-design-system-fab.mjs} +0 -0
  94. package/{esm2015/fab/public_api.js → esm2020/fab/public_api.mjs} +0 -0
  95. package/{esm2015/index.js → esm2020/index.mjs} +0 -0
  96. package/esm2020/input/directives/input/input.directive.mjs +40 -0
  97. package/{esm2015/input/index.js → esm2020/input/index.mjs} +0 -0
  98. package/{esm2015/input/mis-crystal-design-system-input.js → esm2020/input/mis-crystal-design-system-input.mjs} +0 -0
  99. package/esm2020/input/mis-input.component.mjs +46 -0
  100. package/esm2020/input/mis-input.module.mjs +20 -0
  101. package/{esm2015/input/public_api.js → esm2020/input/public_api.mjs} +0 -0
  102. package/{esm2015/loader/index.js → esm2020/loader/index.mjs} +0 -0
  103. package/esm2020/loader/loader.component.mjs +19 -0
  104. package/esm2020/loader/loader.module.mjs +21 -0
  105. package/{esm2015/loader/mis-crystal-design-system-loader.js → esm2020/loader/mis-crystal-design-system-loader.mjs} +0 -0
  106. package/{esm2015/loader/public_api.js → esm2020/loader/public_api.mjs} +0 -0
  107. package/{esm2015/menu/index.js → esm2020/menu/index.mjs} +0 -0
  108. package/esm2020/menu/menu-close.directive.mjs +23 -0
  109. package/esm2020/menu/menu.directive.mjs +75 -0
  110. package/esm2020/menu/menu.module.mjs +22 -0
  111. package/{esm2015/menu/mis-crystal-design-system-menu.js → esm2020/menu/mis-crystal-design-system-menu.mjs} +0 -0
  112. package/{esm2015/menu/public_api.js → esm2020/menu/public_api.mjs} +0 -0
  113. package/{esm2015/mis-crystal-design-system.js → esm2020/mis-crystal-design-system.mjs} +0 -0
  114. package/{esm2015/modal/index.js → esm2020/modal/index.mjs} +0 -0
  115. package/esm2020/modal/mis-crystal-design-system-modal.mjs +5 -0
  116. package/{esm2015/modal/modal-constants.js → esm2020/modal/modal-constants.mjs} +0 -0
  117. package/{esm2015/modal/modal-ref.js → esm2020/modal/modal-ref.mjs} +0 -0
  118. package/esm2020/modal/modal.module.mjs +32 -0
  119. package/esm2020/modal/modal.service.mjs +70 -0
  120. package/esm2020/modal/module-wrapper/module-wrapper.component.mjs +40 -0
  121. package/{esm2015/modal/public_api.js → esm2020/modal/public_api.mjs} +0 -0
  122. package/{esm2015/multi-select-dropdown/index.js → esm2020/multi-select-dropdown/index.mjs} +0 -0
  123. package/{esm2015/multi-select-dropdown/mis-crystal-design-system-multi-select-dropdown.js → esm2020/multi-select-dropdown/mis-crystal-design-system-multi-select-dropdown.mjs} +0 -0
  124. package/esm2020/multi-select-dropdown/multi-select-dropdown.component.mjs +297 -0
  125. package/esm2020/multi-select-dropdown/multi-select-dropdown.module.mjs +25 -0
  126. package/{esm2015/multi-select-dropdown/public_api.js → esm2020/multi-select-dropdown/public_api.mjs} +0 -0
  127. package/{esm2015/nested-multi-select-dropdown/index.js → esm2020/nested-multi-select-dropdown/index.mjs} +0 -0
  128. package/{esm2015/nested-multi-select-dropdown/mis-crystal-design-system-nested-multi-select-dropdown.js → esm2020/nested-multi-select-dropdown/mis-crystal-design-system-nested-multi-select-dropdown.mjs} +0 -0
  129. package/esm2020/nested-multi-select-dropdown/nested-multi-select-dropdown.component.mjs +313 -0
  130. package/esm2020/nested-multi-select-dropdown/nested-multi-select-dropdown.module.mjs +25 -0
  131. package/{esm2015/nested-multi-select-dropdown/public_api.js → esm2020/nested-multi-select-dropdown/public_api.mjs} +0 -0
  132. package/{esm2015/public-api.js → esm2020/public-api.mjs} +0 -0
  133. package/{esm2015/radio-button/index.js → esm2020/radio-button/index.mjs} +0 -0
  134. package/{esm2015/radio-button/mis-crystal-design-system-radio-button.js → esm2020/radio-button/mis-crystal-design-system-radio-button.mjs} +0 -0
  135. package/{esm2015/radio-button/public_api.js → esm2020/radio-button/public_api.mjs} +0 -0
  136. package/esm2020/radio-button/radio-button.component.mjs +49 -0
  137. package/esm2020/radio-button/radio-button.module.mjs +22 -0
  138. package/{esm2015/ske-loader/index.js → esm2020/ske-loader/index.mjs} +0 -0
  139. package/{esm2015/ske-loader/mis-crystal-design-system-ske-loader.js → esm2020/ske-loader/mis-crystal-design-system-ske-loader.mjs} +0 -0
  140. package/{esm2015/ske-loader/public_api.js → esm2020/ske-loader/public_api.mjs} +0 -0
  141. package/esm2020/ske-loader/ske-loader.component.mjs +34 -0
  142. package/esm2020/ske-loader/ske-loader.module.mjs +18 -0
  143. package/{esm2015/styles/index.js → esm2020/styles/index.mjs} +0 -0
  144. package/{esm2015/styles/mis-crystal-design-system-styles.js → esm2020/styles/mis-crystal-design-system-styles.mjs} +0 -0
  145. package/{esm2015/styles/public_api.js → esm2020/styles/public_api.mjs} +0 -0
  146. package/{esm2015/switch/index.js → esm2020/switch/index.mjs} +0 -0
  147. package/{esm2015/switch/mis-crystal-design-system-switch.js → esm2020/switch/mis-crystal-design-system-switch.mjs} +0 -0
  148. package/{esm2015/switch/public_api.js → esm2020/switch/public_api.mjs} +0 -0
  149. package/esm2020/switch/switch.component.mjs +43 -0
  150. package/esm2020/switch/switch.module.mjs +22 -0
  151. package/esm2020/table/custom-table-cell.directive.mjs +42 -0
  152. package/esm2020/table/filter/filter.component.mjs +79 -0
  153. package/{esm2015/table/index.js → esm2020/table/index.mjs} +0 -0
  154. package/esm2020/table/mis-crystal-design-system-table.mjs +5 -0
  155. package/esm2020/table/public_api.mjs +6 -0
  156. package/esm2020/table/sub-table/sub-table.component.mjs +69 -0
  157. package/esm2020/table/table.component.mjs +208 -0
  158. package/esm2020/table/table.module.mjs +26 -0
  159. package/{esm2015/toast/index.js → esm2020/toast/index.mjs} +0 -0
  160. package/{esm2015/toast/mis-crystal-design-system-toast.js → esm2020/toast/mis-crystal-design-system-toast.mjs} +1 -2
  161. package/{esm2015/toast/public_api.js → esm2020/toast/public_api.mjs} +0 -0
  162. package/esm2020/toast/toast.component.mjs +33 -0
  163. package/esm2020/toast/toast.data.service.mjs +30 -0
  164. package/esm2020/toast/toast.module.mjs +32 -0
  165. package/esm2020/toast/toast.service.mjs +91 -0
  166. package/{esm2015/tooltip/index.js → esm2020/tooltip/index.mjs} +0 -0
  167. package/{esm2015/tooltip/mis-crystal-design-system-tooltip.js → esm2020/tooltip/mis-crystal-design-system-tooltip.mjs} +0 -0
  168. package/{esm2015/tooltip/models/tooltip.model.js → esm2020/tooltip/models/tooltip.model.mjs} +0 -0
  169. package/{esm2015/tooltip/public_api.js → esm2020/tooltip/public_api.mjs} +0 -0
  170. package/esm2020/tooltip/tooltip-container/tooltip.component.mjs +33 -0
  171. package/esm2020/tooltip/tooltip.directive.mjs +122 -0
  172. package/esm2020/tooltip/tooltip.module.mjs +23 -0
  173. package/{esm2015/utils/index.js → esm2020/utils/index.mjs} +0 -0
  174. package/{esm2015/utils/mis-crystal-design-system-utils.js → esm2020/utils/mis-crystal-design-system-utils.mjs} +0 -0
  175. package/{esm2015/widgets/classes/async-widget.js → esm2020/widgets/classes/async-widget.mjs} +0 -0
  176. package/{esm2015/widgets/classes/base-widget.js → esm2020/widgets/classes/base-widget.mjs} +2 -2
  177. package/{esm2015/widgets/classes/sync-widget.js → esm2020/widgets/classes/sync-widget.mjs} +0 -0
  178. package/esm2020/widgets/classes/widget-group.mjs +32 -0
  179. package/{esm2015/widgets/index.js → esm2020/widgets/index.mjs} +0 -0
  180. package/{esm2015/widgets/interfaces/widgets.model.js → esm2020/widgets/interfaces/widgets.model.mjs} +0 -0
  181. package/{esm2015/widgets/mis-crystal-design-system-widgets.js → esm2020/widgets/mis-crystal-design-system-widgets.mjs} +0 -0
  182. package/{esm2015/widgets/public_api.js → esm2020/widgets/public_api.mjs} +0 -0
  183. package/esm2020/widgets/services/widget.service.mjs +18 -0
  184. package/esm2020/widgets/widgets.module.mjs +17 -0
  185. package/fab/fab.component.d.ts +3 -0
  186. package/fab/fab.module.d.ts +6 -0
  187. package/fesm2015/mis-crystal-design-system-action-list.mjs +199 -0
  188. package/fesm2015/mis-crystal-design-system-action-list.mjs.map +1 -0
  189. package/fesm2015/{mis-crystal-design-system-analytics.js → mis-crystal-design-system-analytics.mjs} +22 -14
  190. package/fesm2015/mis-crystal-design-system-analytics.mjs.map +1 -0
  191. package/fesm2015/mis-crystal-design-system-async-search-dropdown.mjs +272 -0
  192. package/fesm2015/mis-crystal-design-system-async-search-dropdown.mjs.map +1 -0
  193. package/fesm2015/mis-crystal-design-system-button.mjs +134 -0
  194. package/fesm2015/mis-crystal-design-system-button.mjs.map +1 -0
  195. package/fesm2015/mis-crystal-design-system-checkbox.mjs +112 -0
  196. package/fesm2015/mis-crystal-design-system-checkbox.mjs.map +1 -0
  197. package/fesm2015/mis-crystal-design-system-chip.mjs +61 -0
  198. package/fesm2015/mis-crystal-design-system-chip.mjs.map +1 -0
  199. package/fesm2015/mis-crystal-design-system-datepicker_v2.mjs +360 -0
  200. package/fesm2015/mis-crystal-design-system-datepicker_v2.mjs.map +1 -0
  201. package/fesm2015/mis-crystal-design-system-daterangepicker_v2.mjs +412 -0
  202. package/fesm2015/mis-crystal-design-system-daterangepicker_v2.mjs.map +1 -0
  203. package/fesm2015/mis-crystal-design-system-drawer.mjs +157 -0
  204. package/fesm2015/mis-crystal-design-system-drawer.mjs.map +1 -0
  205. package/fesm2015/mis-crystal-design-system-dropdown.mjs +176 -0
  206. package/fesm2015/mis-crystal-design-system-dropdown.mjs.map +1 -0
  207. package/fesm2015/mis-crystal-design-system-fab.mjs +102 -0
  208. package/fesm2015/mis-crystal-design-system-fab.mjs.map +1 -0
  209. package/fesm2015/mis-crystal-design-system-input.mjs +112 -0
  210. package/fesm2015/mis-crystal-design-system-input.mjs.map +1 -0
  211. package/fesm2015/mis-crystal-design-system-loader.mjs +44 -0
  212. package/fesm2015/mis-crystal-design-system-loader.mjs.map +1 -0
  213. package/fesm2015/mis-crystal-design-system-menu.mjs +120 -0
  214. package/fesm2015/mis-crystal-design-system-menu.mjs.map +1 -0
  215. package/fesm2015/mis-crystal-design-system-modal.mjs +156 -0
  216. package/fesm2015/mis-crystal-design-system-modal.mjs.map +1 -0
  217. package/fesm2015/mis-crystal-design-system-multi-select-dropdown.mjs +312 -0
  218. package/fesm2015/mis-crystal-design-system-multi-select-dropdown.mjs.map +1 -0
  219. package/fesm2015/mis-crystal-design-system-nested-multi-select-dropdown.mjs +310 -0
  220. package/fesm2015/mis-crystal-design-system-nested-multi-select-dropdown.mjs.map +1 -0
  221. package/fesm2015/mis-crystal-design-system-radio-button.mjs +74 -0
  222. package/fesm2015/mis-crystal-design-system-radio-button.mjs.map +1 -0
  223. package/fesm2015/mis-crystal-design-system-ske-loader.mjs +56 -0
  224. package/fesm2015/mis-crystal-design-system-ske-loader.mjs.map +1 -0
  225. package/fesm2015/mis-crystal-design-system-styles.mjs +4 -0
  226. package/fesm2015/mis-crystal-design-system-styles.mjs.map +1 -0
  227. package/fesm2015/mis-crystal-design-system-switch.mjs +68 -0
  228. package/fesm2015/mis-crystal-design-system-switch.mjs.map +1 -0
  229. package/fesm2015/mis-crystal-design-system-table.mjs +421 -0
  230. package/fesm2015/mis-crystal-design-system-table.mjs.map +1 -0
  231. package/fesm2015/mis-crystal-design-system-toast.mjs +182 -0
  232. package/fesm2015/mis-crystal-design-system-toast.mjs.map +1 -0
  233. package/fesm2015/mis-crystal-design-system-tooltip.mjs +179 -0
  234. package/fesm2015/mis-crystal-design-system-tooltip.mjs.map +1 -0
  235. package/fesm2015/{mis-crystal-design-system-utils.js → mis-crystal-design-system-utils.mjs} +1 -1
  236. package/fesm2015/mis-crystal-design-system-utils.mjs.map +1 -0
  237. package/fesm2015/{mis-crystal-design-system-widgets.js → mis-crystal-design-system-widgets.mjs} +13 -8
  238. package/fesm2015/mis-crystal-design-system-widgets.mjs.map +1 -0
  239. package/fesm2015/{mis-crystal-design-system.js → mis-crystal-design-system.mjs} +1 -1
  240. package/fesm2015/mis-crystal-design-system.mjs.map +1 -0
  241. package/fesm2020/mis-crystal-design-system-action-list.mjs +201 -0
  242. package/fesm2020/mis-crystal-design-system-action-list.mjs.map +1 -0
  243. package/fesm2020/mis-crystal-design-system-analytics.mjs +85 -0
  244. package/fesm2020/mis-crystal-design-system-analytics.mjs.map +1 -0
  245. package/fesm2020/mis-crystal-design-system-async-search-dropdown.mjs +265 -0
  246. package/fesm2020/mis-crystal-design-system-async-search-dropdown.mjs.map +1 -0
  247. package/fesm2020/mis-crystal-design-system-button.mjs +134 -0
  248. package/fesm2020/mis-crystal-design-system-button.mjs.map +1 -0
  249. package/fesm2020/mis-crystal-design-system-checkbox.mjs +112 -0
  250. package/fesm2020/mis-crystal-design-system-checkbox.mjs.map +1 -0
  251. package/fesm2020/mis-crystal-design-system-chip.mjs +61 -0
  252. package/fesm2020/mis-crystal-design-system-chip.mjs.map +1 -0
  253. package/fesm2020/mis-crystal-design-system-datepicker_v2.mjs +361 -0
  254. package/fesm2020/mis-crystal-design-system-datepicker_v2.mjs.map +1 -0
  255. package/fesm2020/mis-crystal-design-system-daterangepicker_v2.mjs +409 -0
  256. package/fesm2020/mis-crystal-design-system-daterangepicker_v2.mjs.map +1 -0
  257. package/fesm2020/mis-crystal-design-system-drawer.mjs +156 -0
  258. package/fesm2020/mis-crystal-design-system-drawer.mjs.map +1 -0
  259. package/fesm2020/mis-crystal-design-system-dropdown.mjs +175 -0
  260. package/fesm2020/mis-crystal-design-system-dropdown.mjs.map +1 -0
  261. package/fesm2020/mis-crystal-design-system-fab.mjs +107 -0
  262. package/fesm2020/mis-crystal-design-system-fab.mjs.map +1 -0
  263. package/fesm2020/mis-crystal-design-system-input.mjs +106 -0
  264. package/fesm2020/mis-crystal-design-system-input.mjs.map +1 -0
  265. package/fesm2020/mis-crystal-design-system-loader.mjs +44 -0
  266. package/fesm2020/mis-crystal-design-system-loader.mjs.map +1 -0
  267. package/fesm2020/mis-crystal-design-system-menu.mjs +119 -0
  268. package/fesm2020/mis-crystal-design-system-menu.mjs.map +1 -0
  269. package/fesm2020/mis-crystal-design-system-modal.mjs +156 -0
  270. package/fesm2020/mis-crystal-design-system-modal.mjs.map +1 -0
  271. package/fesm2020/mis-crystal-design-system-multi-select-dropdown.mjs +325 -0
  272. package/fesm2020/mis-crystal-design-system-multi-select-dropdown.mjs.map +1 -0
  273. package/fesm2020/mis-crystal-design-system-nested-multi-select-dropdown.mjs +341 -0
  274. package/fesm2020/mis-crystal-design-system-nested-multi-select-dropdown.mjs.map +1 -0
  275. package/fesm2020/mis-crystal-design-system-radio-button.mjs +74 -0
  276. package/fesm2020/mis-crystal-design-system-radio-button.mjs.map +1 -0
  277. package/fesm2020/mis-crystal-design-system-ske-loader.mjs +56 -0
  278. package/fesm2020/mis-crystal-design-system-ske-loader.mjs.map +1 -0
  279. package/fesm2020/mis-crystal-design-system-styles.mjs +4 -0
  280. package/fesm2020/mis-crystal-design-system-styles.mjs.map +1 -0
  281. package/fesm2020/mis-crystal-design-system-switch.mjs +68 -0
  282. package/fesm2020/mis-crystal-design-system-switch.mjs.map +1 -0
  283. package/fesm2020/mis-crystal-design-system-table.mjs +413 -0
  284. package/fesm2020/mis-crystal-design-system-table.mjs.map +1 -0
  285. package/fesm2020/mis-crystal-design-system-toast.mjs +180 -0
  286. package/fesm2020/mis-crystal-design-system-toast.mjs.map +1 -0
  287. package/fesm2020/mis-crystal-design-system-tooltip.mjs +177 -0
  288. package/fesm2020/mis-crystal-design-system-tooltip.mjs.map +1 -0
  289. package/fesm2020/mis-crystal-design-system-utils.mjs +24 -0
  290. package/fesm2020/mis-crystal-design-system-utils.mjs.map +1 -0
  291. package/fesm2020/mis-crystal-design-system-widgets.mjs +128 -0
  292. package/fesm2020/mis-crystal-design-system-widgets.mjs.map +1 -0
  293. package/fesm2020/mis-crystal-design-system.mjs +24 -0
  294. package/fesm2020/mis-crystal-design-system.mjs.map +1 -0
  295. package/input/directives/input/input.directive.d.ts +3 -0
  296. package/input/mis-input.component.d.ts +3 -0
  297. package/input/mis-input.component.scss +18 -20
  298. package/input/mis-input.module.d.ts +8 -0
  299. package/loader/loader.component.d.ts +3 -0
  300. package/loader/loader.module.d.ts +6 -0
  301. package/menu/menu-close.directive.d.ts +3 -0
  302. package/menu/menu.directive.d.ts +3 -0
  303. package/menu/menu.module.d.ts +9 -1
  304. package/modal/modal.module.d.ts +8 -0
  305. package/modal/modal.service.d.ts +3 -0
  306. package/modal/module-wrapper/module-wrapper.component.d.ts +3 -0
  307. package/multi-select-dropdown/multi-select-dropdown.component.d.ts +3 -0
  308. package/multi-select-dropdown/multi-select-dropdown.module.d.ts +10 -0
  309. package/nested-multi-select-dropdown/nested-multi-select-dropdown.component.d.ts +3 -0
  310. package/nested-multi-select-dropdown/nested-multi-select-dropdown.module.d.ts +10 -0
  311. package/package.json +228 -8
  312. package/radio-button/radio-button.component.d.ts +3 -0
  313. package/radio-button/radio-button.module.d.ts +7 -0
  314. package/ske-loader/ske-loader.component.d.ts +3 -0
  315. package/ske-loader/ske-loader.module.d.ts +6 -0
  316. package/styles/mis-fonts.scss +47 -37
  317. package/switch/switch.component.d.ts +3 -0
  318. package/switch/switch.module.d.ts +7 -0
  319. package/table/custom-table-cell.directive.d.ts +3 -0
  320. package/table/filter/filter.component.d.ts +3 -0
  321. package/table/public_api.d.ts +1 -0
  322. package/table/sub-table/sub-table.component.d.ts +3 -0
  323. package/table/table.component.d.ts +3 -0
  324. package/table/table.module.d.ts +11 -0
  325. package/toast/toast.component.d.ts +3 -0
  326. package/toast/toast.data.service.d.ts +3 -0
  327. package/toast/toast.module.d.ts +7 -0
  328. package/toast/toast.service.d.ts +3 -0
  329. package/tooltip/tooltip-container/tooltip.component.d.ts +3 -0
  330. package/tooltip/tooltip.directive.d.ts +3 -0
  331. package/tooltip/tooltip.module.d.ts +8 -0
  332. package/widgets/services/widget.service.d.ts +3 -0
  333. package/widgets/widgets.module.d.ts +5 -0
  334. package/action-list/mis-crystal-design-system-action-list.d.ts +0 -4
  335. package/action-list/mis-crystal-design-system-action-list.metadata.json +0 -1
  336. package/action-list/package.json +0 -11
  337. package/analytics/mis-crystal-design-system-analytics.d.ts +0 -4
  338. package/analytics/mis-crystal-design-system-analytics.metadata.json +0 -1
  339. package/analytics/package.json +0 -11
  340. package/async-search-dropdown/mis-crystal-design-system-async-search-dropdown.d.ts +0 -4
  341. package/async-search-dropdown/mis-crystal-design-system-async-search-dropdown.metadata.json +0 -1
  342. package/async-search-dropdown/package.json +0 -11
  343. package/bundles/mis-crystal-design-system-action-list.umd.js +0 -508
  344. package/bundles/mis-crystal-design-system-action-list.umd.js.map +0 -1
  345. package/bundles/mis-crystal-design-system-action-list.umd.min.js +0 -16
  346. package/bundles/mis-crystal-design-system-action-list.umd.min.js.map +0 -1
  347. package/bundles/mis-crystal-design-system-analytics.umd.js +0 -422
  348. package/bundles/mis-crystal-design-system-analytics.umd.js.map +0 -1
  349. package/bundles/mis-crystal-design-system-analytics.umd.min.js +0 -16
  350. package/bundles/mis-crystal-design-system-analytics.umd.min.js.map +0 -1
  351. package/bundles/mis-crystal-design-system-async-search-dropdown.umd.js +0 -258
  352. package/bundles/mis-crystal-design-system-async-search-dropdown.umd.js.map +0 -1
  353. package/bundles/mis-crystal-design-system-async-search-dropdown.umd.min.js +0 -2
  354. package/bundles/mis-crystal-design-system-async-search-dropdown.umd.min.js.map +0 -1
  355. package/bundles/mis-crystal-design-system-button.umd.js +0 -134
  356. package/bundles/mis-crystal-design-system-button.umd.js.map +0 -1
  357. package/bundles/mis-crystal-design-system-button.umd.min.js +0 -2
  358. package/bundles/mis-crystal-design-system-button.umd.min.js.map +0 -1
  359. package/bundles/mis-crystal-design-system-checkbox.umd.js +0 -127
  360. package/bundles/mis-crystal-design-system-checkbox.umd.js.map +0 -1
  361. package/bundles/mis-crystal-design-system-checkbox.umd.min.js +0 -2
  362. package/bundles/mis-crystal-design-system-checkbox.umd.min.js.map +0 -1
  363. package/bundles/mis-crystal-design-system-chip.umd.js +0 -64
  364. package/bundles/mis-crystal-design-system-chip.umd.js.map +0 -1
  365. package/bundles/mis-crystal-design-system-chip.umd.min.js +0 -2
  366. package/bundles/mis-crystal-design-system-chip.umd.min.js.map +0 -1
  367. package/bundles/mis-crystal-design-system-datepicker_v2.umd.js +0 -688
  368. package/bundles/mis-crystal-design-system-datepicker_v2.umd.js.map +0 -1
  369. package/bundles/mis-crystal-design-system-datepicker_v2.umd.min.js +0 -16
  370. package/bundles/mis-crystal-design-system-datepicker_v2.umd.min.js.map +0 -1
  371. package/bundles/mis-crystal-design-system-daterangepicker_v2.umd.js +0 -740
  372. package/bundles/mis-crystal-design-system-daterangepicker_v2.umd.js.map +0 -1
  373. package/bundles/mis-crystal-design-system-daterangepicker_v2.umd.min.js +0 -16
  374. package/bundles/mis-crystal-design-system-daterangepicker_v2.umd.min.js.map +0 -1
  375. package/bundles/mis-crystal-design-system-drawer.umd.js +0 -169
  376. package/bundles/mis-crystal-design-system-drawer.umd.js.map +0 -1
  377. package/bundles/mis-crystal-design-system-drawer.umd.min.js +0 -2
  378. package/bundles/mis-crystal-design-system-drawer.umd.min.js.map +0 -1
  379. package/bundles/mis-crystal-design-system-dropdown.umd.js +0 -481
  380. package/bundles/mis-crystal-design-system-dropdown.umd.js.map +0 -1
  381. package/bundles/mis-crystal-design-system-dropdown.umd.min.js +0 -16
  382. package/bundles/mis-crystal-design-system-dropdown.umd.min.js.map +0 -1
  383. package/bundles/mis-crystal-design-system-fab.umd.js +0 -95
  384. package/bundles/mis-crystal-design-system-fab.umd.js.map +0 -1
  385. package/bundles/mis-crystal-design-system-fab.umd.min.js +0 -2
  386. package/bundles/mis-crystal-design-system-fab.umd.min.js.map +0 -1
  387. package/bundles/mis-crystal-design-system-input.umd.js +0 -114
  388. package/bundles/mis-crystal-design-system-input.umd.js.map +0 -1
  389. package/bundles/mis-crystal-design-system-input.umd.min.js +0 -2
  390. package/bundles/mis-crystal-design-system-input.umd.min.js.map +0 -1
  391. package/bundles/mis-crystal-design-system-loader.umd.js +0 -53
  392. package/bundles/mis-crystal-design-system-loader.umd.js.map +0 -1
  393. package/bundles/mis-crystal-design-system-loader.umd.min.js +0 -2
  394. package/bundles/mis-crystal-design-system-loader.umd.min.js.map +0 -1
  395. package/bundles/mis-crystal-design-system-menu.umd.js +0 -119
  396. package/bundles/mis-crystal-design-system-menu.umd.js.map +0 -1
  397. package/bundles/mis-crystal-design-system-menu.umd.min.js +0 -2
  398. package/bundles/mis-crystal-design-system-menu.umd.min.js.map +0 -1
  399. package/bundles/mis-crystal-design-system-modal.umd.js +0 -161
  400. package/bundles/mis-crystal-design-system-modal.umd.js.map +0 -1
  401. package/bundles/mis-crystal-design-system-modal.umd.min.js +0 -2
  402. package/bundles/mis-crystal-design-system-modal.umd.min.js.map +0 -1
  403. package/bundles/mis-crystal-design-system-multi-select-dropdown.umd.js +0 -622
  404. package/bundles/mis-crystal-design-system-multi-select-dropdown.umd.js.map +0 -1
  405. package/bundles/mis-crystal-design-system-multi-select-dropdown.umd.min.js +0 -16
  406. package/bundles/mis-crystal-design-system-multi-select-dropdown.umd.min.js.map +0 -1
  407. package/bundles/mis-crystal-design-system-nested-multi-select-dropdown.umd.js +0 -636
  408. package/bundles/mis-crystal-design-system-nested-multi-select-dropdown.umd.js.map +0 -1
  409. package/bundles/mis-crystal-design-system-nested-multi-select-dropdown.umd.min.js +0 -16
  410. package/bundles/mis-crystal-design-system-nested-multi-select-dropdown.umd.min.js.map +0 -1
  411. package/bundles/mis-crystal-design-system-radio-button.umd.js +0 -77
  412. package/bundles/mis-crystal-design-system-radio-button.umd.js.map +0 -1
  413. package/bundles/mis-crystal-design-system-radio-button.umd.min.js +0 -2
  414. package/bundles/mis-crystal-design-system-radio-button.umd.min.js.map +0 -1
  415. package/bundles/mis-crystal-design-system-ske-loader.umd.js +0 -65
  416. package/bundles/mis-crystal-design-system-ske-loader.umd.js.map +0 -1
  417. package/bundles/mis-crystal-design-system-ske-loader.umd.min.js +0 -2
  418. package/bundles/mis-crystal-design-system-ske-loader.umd.min.js.map +0 -1
  419. package/bundles/mis-crystal-design-system-styles.umd.js +0 -11
  420. package/bundles/mis-crystal-design-system-styles.umd.js.map +0 -1
  421. package/bundles/mis-crystal-design-system-styles.umd.min.js +0 -2
  422. package/bundles/mis-crystal-design-system-styles.umd.min.js.map +0 -1
  423. package/bundles/mis-crystal-design-system-switch.umd.js +0 -79
  424. package/bundles/mis-crystal-design-system-switch.umd.js.map +0 -1
  425. package/bundles/mis-crystal-design-system-switch.umd.min.js +0 -2
  426. package/bundles/mis-crystal-design-system-switch.umd.min.js.map +0 -1
  427. package/bundles/mis-crystal-design-system-table.umd.js +0 -783
  428. package/bundles/mis-crystal-design-system-table.umd.js.map +0 -1
  429. package/bundles/mis-crystal-design-system-table.umd.min.js +0 -16
  430. package/bundles/mis-crystal-design-system-table.umd.min.js.map +0 -1
  431. package/bundles/mis-crystal-design-system-toast.umd.js +0 -202
  432. package/bundles/mis-crystal-design-system-toast.umd.js.map +0 -1
  433. package/bundles/mis-crystal-design-system-toast.umd.min.js +0 -2
  434. package/bundles/mis-crystal-design-system-toast.umd.min.js.map +0 -1
  435. package/bundles/mis-crystal-design-system-tooltip.umd.js +0 -194
  436. package/bundles/mis-crystal-design-system-tooltip.umd.js.map +0 -1
  437. package/bundles/mis-crystal-design-system-tooltip.umd.min.js +0 -2
  438. package/bundles/mis-crystal-design-system-tooltip.umd.min.js.map +0 -1
  439. package/bundles/mis-crystal-design-system-utils.umd.js +0 -33
  440. package/bundles/mis-crystal-design-system-utils.umd.js.map +0 -1
  441. package/bundles/mis-crystal-design-system-utils.umd.min.js +0 -2
  442. package/bundles/mis-crystal-design-system-utils.umd.min.js.map +0 -1
  443. package/bundles/mis-crystal-design-system-widgets.umd.js +0 -478
  444. package/bundles/mis-crystal-design-system-widgets.umd.js.map +0 -1
  445. package/bundles/mis-crystal-design-system-widgets.umd.min.js +0 -16
  446. package/bundles/mis-crystal-design-system-widgets.umd.min.js.map +0 -1
  447. package/bundles/mis-crystal-design-system.umd.js +0 -31
  448. package/bundles/mis-crystal-design-system.umd.js.map +0 -1
  449. package/bundles/mis-crystal-design-system.umd.min.js +0 -2
  450. package/bundles/mis-crystal-design-system.umd.min.js.map +0 -1
  451. package/button/mis-crystal-design-system-button.d.ts +0 -4
  452. package/button/mis-crystal-design-system-button.metadata.json +0 -1
  453. package/button/package.json +0 -11
  454. package/checkbox/mis-crystal-design-system-checkbox.d.ts +0 -4
  455. package/checkbox/mis-crystal-design-system-checkbox.metadata.json +0 -1
  456. package/checkbox/package.json +0 -11
  457. package/chip/mis-crystal-design-system-chip.d.ts +0 -4
  458. package/chip/mis-crystal-design-system-chip.metadata.json +0 -1
  459. package/chip/package.json +0 -11
  460. package/datepicker_v2/mis-crystal-design-system-datepicker_v2.d.ts +0 -7
  461. package/datepicker_v2/mis-crystal-design-system-datepicker_v2.metadata.json +0 -1
  462. package/datepicker_v2/package.json +0 -11
  463. package/daterangepicker_v2/mis-crystal-design-system-daterangepicker_v2.d.ts +0 -7
  464. package/daterangepicker_v2/mis-crystal-design-system-daterangepicker_v2.metadata.json +0 -1
  465. package/daterangepicker_v2/package.json +0 -11
  466. package/drawer/mis-crystal-design-system-drawer.d.ts +0 -5
  467. package/drawer/mis-crystal-design-system-drawer.metadata.json +0 -1
  468. package/drawer/package.json +0 -11
  469. package/dropdown/mis-crystal-design-system-dropdown.d.ts +0 -4
  470. package/dropdown/mis-crystal-design-system-dropdown.metadata.json +0 -1
  471. package/dropdown/package.json +0 -11
  472. package/esm2015/action-list/action-list.component.js +0 -160
  473. package/esm2015/action-list/action-list.module.js +0 -19
  474. package/esm2015/analytics/analytics.module.js +0 -14
  475. package/esm2015/analytics/analytics.service.js +0 -62
  476. package/esm2015/async-search-dropdown/async-dropdown.component.js +0 -223
  477. package/esm2015/async-search-dropdown/async-dropdown.module.js +0 -16
  478. package/esm2015/button/button.component.js +0 -43
  479. package/esm2015/button/button.directive.js +0 -57
  480. package/esm2015/button/button.module.js +0 -17
  481. package/esm2015/checkbox/checkbox.component.js +0 -79
  482. package/esm2015/checkbox/checkbox.module.js +0 -17
  483. package/esm2015/chip/chip.component.js +0 -31
  484. package/esm2015/chip/chip.module.js +0 -16
  485. package/esm2015/datepicker_v2/datepicker.module.js +0 -18
  486. package/esm2015/datepicker_v2/mis-crystal-design-system-datepicker_v2.js +0 -7
  487. package/esm2015/datepicker_v2/public_api.js +0 -3
  488. package/esm2015/datepicker_v2/tz-datepicker.directive.js +0 -126
  489. package/esm2015/datepicker_v2/tz-dp-container/tz-dp-container.component.js +0 -149
  490. package/esm2015/daterangepicker_v2/daterangepicker.module.js +0 -18
  491. package/esm2015/daterangepicker_v2/mis-crystal-design-system-daterangepicker_v2.js +0 -7
  492. package/esm2015/daterangepicker_v2/public_api.js +0 -3
  493. package/esm2015/daterangepicker_v2/tz-daterangepicker.directive.js +0 -123
  494. package/esm2015/daterangepicker_v2/tz-drp-container/tz-drp-container.component.js +0 -205
  495. package/esm2015/drawer/drawer-body/drawer-body.component.js +0 -41
  496. package/esm2015/drawer/drawer.module.js +0 -28
  497. package/esm2015/drawer/mis-crystal-design-system-drawer.js +0 -6
  498. package/esm2015/dropdown/dropdown.component.js +0 -134
  499. package/esm2015/dropdown/dropdown.module.js +0 -19
  500. package/esm2015/fab/fab.component.js +0 -63
  501. package/esm2015/fab/fab.module.js +0 -16
  502. package/esm2015/input/directives/input/input.directive.js +0 -38
  503. package/esm2015/input/mis-input.component.js +0 -43
  504. package/esm2015/input/mis-input.module.js +0 -15
  505. package/esm2015/loader/loader.component.js +0 -20
  506. package/esm2015/loader/loader.module.js +0 -16
  507. package/esm2015/menu/menu-close.directive.js +0 -18
  508. package/esm2015/menu/menu.directive.js +0 -70
  509. package/esm2015/menu/menu.module.js +0 -17
  510. package/esm2015/modal/mis-crystal-design-system-modal.js +0 -6
  511. package/esm2015/modal/modal.module.js +0 -28
  512. package/esm2015/modal/modal.service.js +0 -72
  513. package/esm2015/modal/module-wrapper/module-wrapper.component.js +0 -33
  514. package/esm2015/multi-select-dropdown/multi-select-dropdown.component.js +0 -268
  515. package/esm2015/multi-select-dropdown/multi-select-dropdown.module.js +0 -20
  516. package/esm2015/nested-multi-select-dropdown/nested-multi-select-dropdown.component.js +0 -265
  517. package/esm2015/nested-multi-select-dropdown/nested-multi-select-dropdown.module.js +0 -20
  518. package/esm2015/radio-button/radio-button.component.js +0 -45
  519. package/esm2015/radio-button/radio-button.module.js +0 -17
  520. package/esm2015/ske-loader/ske-loader.component.js +0 -31
  521. package/esm2015/ske-loader/ske-loader.module.js +0 -13
  522. package/esm2015/switch/switch.component.js +0 -39
  523. package/esm2015/switch/switch.module.js +0 -17
  524. package/esm2015/table/custom-table-cell.directive.js +0 -42
  525. package/esm2015/table/filter/filter.component.js +0 -75
  526. package/esm2015/table/mis-crystal-design-system-table.js +0 -6
  527. package/esm2015/table/public_api.js +0 -5
  528. package/esm2015/table/sub-table/sub-table.component.js +0 -69
  529. package/esm2015/table/table.component.js +0 -199
  530. package/esm2015/table/table.module.js +0 -21
  531. package/esm2015/toast/toast.component.js +0 -28
  532. package/esm2015/toast/toast.data.service.js +0 -29
  533. package/esm2015/toast/toast.module.js +0 -28
  534. package/esm2015/toast/toast.service.js +0 -96
  535. package/esm2015/tooltip/tooltip-container/tooltip.component.js +0 -34
  536. package/esm2015/tooltip/tooltip.directive.js +0 -117
  537. package/esm2015/tooltip/tooltip.module.js +0 -19
  538. package/esm2015/widgets/classes/widget-group.js +0 -32
  539. package/esm2015/widgets/services/widget.service.js +0 -16
  540. package/esm2015/widgets/widgets.module.js +0 -12
  541. package/fab/mis-crystal-design-system-fab.d.ts +0 -4
  542. package/fab/mis-crystal-design-system-fab.metadata.json +0 -1
  543. package/fab/package.json +0 -11
  544. package/fesm2015/mis-crystal-design-system-action-list.js +0 -183
  545. package/fesm2015/mis-crystal-design-system-action-list.js.map +0 -1
  546. package/fesm2015/mis-crystal-design-system-analytics.js.map +0 -1
  547. package/fesm2015/mis-crystal-design-system-async-search-dropdown.js +0 -242
  548. package/fesm2015/mis-crystal-design-system-async-search-dropdown.js.map +0 -1
  549. package/fesm2015/mis-crystal-design-system-button.js +0 -120
  550. package/fesm2015/mis-crystal-design-system-button.js.map +0 -1
  551. package/fesm2015/mis-crystal-design-system-checkbox.js +0 -100
  552. package/fesm2015/mis-crystal-design-system-checkbox.js.map +0 -1
  553. package/fesm2015/mis-crystal-design-system-chip.js +0 -52
  554. package/fesm2015/mis-crystal-design-system-chip.js.map +0 -1
  555. package/fesm2015/mis-crystal-design-system-datepicker_v2.js +0 -339
  556. package/fesm2015/mis-crystal-design-system-datepicker_v2.js.map +0 -1
  557. package/fesm2015/mis-crystal-design-system-daterangepicker_v2.js +0 -392
  558. package/fesm2015/mis-crystal-design-system-daterangepicker_v2.js.map +0 -1
  559. package/fesm2015/mis-crystal-design-system-drawer.js +0 -153
  560. package/fesm2015/mis-crystal-design-system-drawer.js.map +0 -1
  561. package/fesm2015/mis-crystal-design-system-dropdown.js +0 -157
  562. package/fesm2015/mis-crystal-design-system-dropdown.js.map +0 -1
  563. package/fesm2015/mis-crystal-design-system-fab.js +0 -84
  564. package/fesm2015/mis-crystal-design-system-fab.js.map +0 -1
  565. package/fesm2015/mis-crystal-design-system-input.js +0 -97
  566. package/fesm2015/mis-crystal-design-system-input.js.map +0 -1
  567. package/fesm2015/mis-crystal-design-system-loader.js +0 -41
  568. package/fesm2015/mis-crystal-design-system-loader.js.map +0 -1
  569. package/fesm2015/mis-crystal-design-system-menu.js +0 -106
  570. package/fesm2015/mis-crystal-design-system-menu.js.map +0 -1
  571. package/fesm2015/mis-crystal-design-system-modal.js +0 -147
  572. package/fesm2015/mis-crystal-design-system-modal.js.map +0 -1
  573. package/fesm2015/mis-crystal-design-system-multi-select-dropdown.js +0 -292
  574. package/fesm2015/mis-crystal-design-system-multi-select-dropdown.js.map +0 -1
  575. package/fesm2015/mis-crystal-design-system-nested-multi-select-dropdown.js +0 -289
  576. package/fesm2015/mis-crystal-design-system-nested-multi-select-dropdown.js.map +0 -1
  577. package/fesm2015/mis-crystal-design-system-radio-button.js +0 -66
  578. package/fesm2015/mis-crystal-design-system-radio-button.js.map +0 -1
  579. package/fesm2015/mis-crystal-design-system-ske-loader.js +0 -49
  580. package/fesm2015/mis-crystal-design-system-ske-loader.js.map +0 -1
  581. package/fesm2015/mis-crystal-design-system-styles.js +0 -4
  582. package/fesm2015/mis-crystal-design-system-styles.js.map +0 -1
  583. package/fesm2015/mis-crystal-design-system-switch.js +0 -60
  584. package/fesm2015/mis-crystal-design-system-switch.js.map +0 -1
  585. package/fesm2015/mis-crystal-design-system-table.js +0 -405
  586. package/fesm2015/mis-crystal-design-system-table.js.map +0 -1
  587. package/fesm2015/mis-crystal-design-system-toast.js +0 -174
  588. package/fesm2015/mis-crystal-design-system-toast.js.map +0 -1
  589. package/fesm2015/mis-crystal-design-system-tooltip.js +0 -171
  590. package/fesm2015/mis-crystal-design-system-tooltip.js.map +0 -1
  591. package/fesm2015/mis-crystal-design-system-utils.js.map +0 -1
  592. package/fesm2015/mis-crystal-design-system-widgets.js.map +0 -1
  593. package/fesm2015/mis-crystal-design-system.js.map +0 -1
  594. package/input/mis-crystal-design-system-input.d.ts +0 -4
  595. package/input/mis-crystal-design-system-input.metadata.json +0 -1
  596. package/input/package.json +0 -11
  597. package/loader/mis-crystal-design-system-loader.d.ts +0 -4
  598. package/loader/mis-crystal-design-system-loader.metadata.json +0 -1
  599. package/loader/package.json +0 -11
  600. package/menu/mis-crystal-design-system-menu.d.ts +0 -4
  601. package/menu/mis-crystal-design-system-menu.metadata.json +0 -1
  602. package/menu/package.json +0 -11
  603. package/mis-crystal-design-system.d.ts +0 -4
  604. package/mis-crystal-design-system.metadata.json +0 -1
  605. package/modal/mis-crystal-design-system-modal.d.ts +0 -5
  606. package/modal/mis-crystal-design-system-modal.metadata.json +0 -1
  607. package/modal/package.json +0 -11
  608. package/multi-select-dropdown/mis-crystal-design-system-multi-select-dropdown.d.ts +0 -4
  609. package/multi-select-dropdown/mis-crystal-design-system-multi-select-dropdown.metadata.json +0 -1
  610. package/multi-select-dropdown/package.json +0 -11
  611. package/nested-multi-select-dropdown/mis-crystal-design-system-nested-multi-select-dropdown.d.ts +0 -4
  612. package/nested-multi-select-dropdown/mis-crystal-design-system-nested-multi-select-dropdown.metadata.json +0 -1
  613. package/nested-multi-select-dropdown/package.json +0 -11
  614. package/radio-button/mis-crystal-design-system-radio-button.d.ts +0 -4
  615. package/radio-button/mis-crystal-design-system-radio-button.metadata.json +0 -1
  616. package/radio-button/package.json +0 -11
  617. package/ske-loader/mis-crystal-design-system-ske-loader.d.ts +0 -4
  618. package/ske-loader/mis-crystal-design-system-ske-loader.metadata.json +0 -1
  619. package/ske-loader/package.json +0 -11
  620. package/styles/mis-crystal-design-system-styles.d.ts +0 -4
  621. package/styles/mis-crystal-design-system-styles.metadata.json +0 -1
  622. package/styles/package.json +0 -11
  623. package/switch/mis-crystal-design-system-switch.d.ts +0 -4
  624. package/switch/mis-crystal-design-system-switch.metadata.json +0 -1
  625. package/switch/package.json +0 -11
  626. package/table/mis-crystal-design-system-table.d.ts +0 -5
  627. package/table/mis-crystal-design-system-table.metadata.json +0 -1
  628. package/table/package.json +0 -11
  629. package/toast/mis-crystal-design-system-toast.d.ts +0 -5
  630. package/toast/mis-crystal-design-system-toast.metadata.json +0 -1
  631. package/toast/package.json +0 -11
  632. package/tooltip/mis-crystal-design-system-tooltip.d.ts +0 -4
  633. package/tooltip/mis-crystal-design-system-tooltip.metadata.json +0 -1
  634. package/tooltip/package.json +0 -11
  635. package/utils/mis-crystal-design-system-utils.d.ts +0 -4
  636. package/utils/mis-crystal-design-system-utils.metadata.json +0 -1
  637. package/utils/package.json +0 -11
  638. package/widgets/mis-crystal-design-system-widgets.d.ts +0 -4
  639. package/widgets/mis-crystal-design-system-widgets.metadata.json +0 -1
  640. package/widgets/package.json +0 -11
@@ -0,0 +1,112 @@
1
+ import * as i0 from '@angular/core';
2
+ import { Directive, Self, Optional, Component, Input, ContentChild, NgModule } from '@angular/core';
3
+ import { ReplaySubject, Subject } from 'rxjs';
4
+ import { takeUntil } from 'rxjs/operators';
5
+ import * as i1 from '@angular/forms';
6
+ import { FormsModule } from '@angular/forms';
7
+ import * as i1$1 from '@angular/common';
8
+ import { CommonModule } from '@angular/common';
9
+
10
+ class MisInputDirective {
11
+ constructor(el, control) {
12
+ this.el = el;
13
+ this.control = control;
14
+ this.validityChange = new ReplaySubject(1);
15
+ this.validity = this.validityChange.asObservable();
16
+ this.endObs = new Subject();
17
+ this.focus = false;
18
+ this.hasValue = false;
19
+ }
20
+ ngOnInit() {
21
+ var _a, _b;
22
+ (_b = (_a = this.control) === null || _a === void 0 ? void 0 : _a.control) === null || _b === void 0 ? void 0 : _b.valueChanges.pipe(takeUntil(this.endObs)).subscribe(() => {
23
+ var _a;
24
+ this.validityChange.next(!((_a = this.control.control) === null || _a === void 0 ? void 0 : _a.invalid));
25
+ });
26
+ this.el.nativeElement.placeholder += " ";
27
+ }
28
+ ngOnDestroy() {
29
+ this.endObs.next();
30
+ this.endObs.complete();
31
+ }
32
+ }
33
+ MisInputDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: MisInputDirective, deps: [{ token: i0.ElementRef }, { token: i1.NgControl, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Directive });
34
+ MisInputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: MisInputDirective, selector: "input[misInput]", ngImport: i0 });
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: MisInputDirective, decorators: [{
36
+ type: Directive,
37
+ args: [{
38
+ // tslint:disable-next-line
39
+ selector: "input[misInput]"
40
+ }]
41
+ }], ctorParameters: function () {
42
+ return [{ type: i0.ElementRef }, { type: i1.NgControl, decorators: [{
43
+ type: Self
44
+ }, {
45
+ type: Optional
46
+ }] }];
47
+ } });
48
+
49
+ class MisInputComponent {
50
+ constructor() {
51
+ this.type = "floating";
52
+ this.size = "sm";
53
+ this.noHints = false;
54
+ this.hasError = false; // show input in error state
55
+ this.inputValidity = true;
56
+ }
57
+ set formInput(input) {
58
+ var _a, _b;
59
+ if (!this.placeholder) {
60
+ this.placeholder = (input === null || input === void 0 ? void 0 : input.el.nativeElement.placeholder) || "";
61
+ }
62
+ this.inputCtrl = (_a = input.control) === null || _a === void 0 ? void 0 : _a.control;
63
+ (_b = this.inputSubscription) === null || _b === void 0 ? void 0 : _b.unsubscribe();
64
+ this.inputSubscription = input === null || input === void 0 ? void 0 : input.validity.subscribe(res => (this.inputValidity = res));
65
+ this.placeholder += " ";
66
+ }
67
+ ngOnInit() { }
68
+ ngOnDestroy() {
69
+ var _a;
70
+ (_a = this.inputSubscription) === null || _a === void 0 ? void 0 : _a.unsubscribe();
71
+ }
72
+ }
73
+ MisInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: MisInputComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
74
+ MisInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: MisInputComponent, selector: "mis-input", inputs: { type: "type", size: "size", placeholder: "placeholder", noHints: "noHints", hasError: "hasError" }, queries: [{ propertyName: "formInput", first: true, predicate: MisInputDirective, descendants: true }], ngImport: i0, template: "<div\n [class]=\"'input-container ' + size\"\n [ngClass]=\"{\n rounded: type === 'rounded',\n floating: type === 'floating',\n 'has-error': !inputValidity || hasError,\n 'no-hint': noHints,\n 'mis-disabled': inputCtrl?.disabled\n }\"\n>\n <div class=\"input-wrapper\">\n <ng-content select=\"[mis-input-icon]\"></ng-content>\n <div class=\"mis-input\">\n <ng-content select=\"input\"></ng-content>\n <span class=\"mis-placeholder\">{{ placeholder }}</span>\n </div>\n <ng-content select=\"[mis-input-act]\"></ng-content>\n </div>\n <ng-content select=\"[mis-input-hint]\"></ng-content>\n <ng-content select=\"[mis-input-error]\"></ng-content>\n</div>\n", styles: [":root{--pmry-200: #99BAF7;--pmry-100: #CBDDFB;--pmry-500: #0937B2;--pmry-400: #3C68D0;--pmry-600: #062A99;--pmry-700: #041F80;--pmry-300: #638FE7;--pmry-800: #021567;--pmry-900: #010F55;--sec-d-purple: #40447F;--sec-maroon: #6B034E;--sec-mud-red: #B23600;--sec-orange: #ED711C;--sec-purple: #815FD5;--sec-teal: #10ADAE;--sec-yellow: #D4900C;--sec-green: #547F40;--sec-bright-green: #27D22E;--sec-dark-teal: #035F6B;--sec-chocolate: #7C2F33;--sec-rube-pink: #C13D6D;--sec-cerulean: #0087B2;--sem-error: #B00020;--sem-info: #0091FF;--sem-warning: #FF9D00;--sem-success: #38AF49;--grey-bg-1: #FAFAFA;--grey-bg: #F5F5F5;--grey-seperators: #E0E0E0;--grey-disabled: #C8CDD3;--grey-hover: #F5F7FC;--grey-pressed: #E6EBF7;--grey-row: #F5F7FC;--dec-light-yellow: #F4E7C3;--dec-light-purple: #DACFF9;--dec-light-green: #E4F5E9;--dec-light-green2: #F1FFF3;--dec-light-pink: #FAE1EA;--dec-: #F4CBC1;--dec-lt-orange: #FAEFED;--dec-light-blue: #CFECF9;--dec-row-selection: #F1FDF8;--dec-row-selection2: #F2FBFF;--dec-row-lines: #D3E1E9;--text-white: #FFFFFF;--text-disabled: #929DAB;--text-muted: #6A737D;--text-black: #181F33;--MR-solid-blue2:#C8D5F6;--MR-solid-purple:#C9C3FB;--MR-solid-orange:#EEAC9F;--MR-solid-green:#ACDADA;--MR-solid-brown:#E8C8AF;--MR-solid-yellow:#FFEFC7;--MR-solid-blue:#BBE6FF;--MR-solid-pink:#FFC6F2;--tr-hover:#F0F3FA;--tr-pressed:#DAE1F3}.input-container{position:relative;padding-bottom:24px}.input-container.mis-disabled .input-wrapper{pointer-events:none!important}.input-container .input-wrapper{box-sizing:border-box;display:flex;align-items:center;flex-direction:row;flex-wrap:nowrap;transition:all ease-in 60ms;background-color:#fff;padding:3px 16px;gap:16px}.input-container .input-wrapper .mis-input{flex:1 1 auto;z-index:0;position:relative;display:flex;align-items:center}.input-container .input-wrapper input{flex:1 1 auto;border:none;outline:none;height:100%;padding:0;font-family:Lato;font-style:normal;font-weight:400;font-size:16px;height:24px;color:#181f33;background-color:transparent;width:100%;vertical-align:middle}.input-container .input-wrapper input::placeholder{transition:all ease-in .1s;opacity:0;transform-origin:left center;color:transparent}.input-container .input-wrapper .mis-placeholder{position:absolute;font-family:Lato;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#6a737d;z-index:-1;transition:all ease-in .15s}.input-container .input-wrapper:focus-within{background-color:#f5f5f5}.input-container .input-wrapper:focus-within{border:1px solid #0937B2}.input-container .input-wrapper [mis-input-act],.input-container .input-wrapper [mis-input-icon]{width:18px;height:18px;color:#6a737d;font-size:24px;line-height:18px}.input-container .input-wrapper [mis-input-act]{cursor:pointer}.input-container.no-hint{padding-bottom:0}.input-container.rounded input{box-sizing:initial}.input-container.rounded.sm input{padding:3px 16px}.input-container.rounded.md input{padding:9px 16px}.input-container.rounded.lg input{padding:15px 16px}.input-container.rounded .input-wrapper{border-radius:4px;border:1px solid #e0e0e0;padding:0}.input-container.rounded .input-wrapper:hover{background-color:#f5f5f5}.input-container.rounded .input-wrapper:focus-within{border:1px solid #0937b2}.input-container.rounded .input-wrapper input:not(:placeholder-shown)+.mis-placeholder{color:transparent!important}.input-container.rounded .input-wrapper .mis-placeholder{margin-left:16px;transition-duration:50ms}.input-container.rounded.has-error .input-wrapper{border:1px solid #b00020!important}.input-container.floating .input-wrapper{padding-top:24px;padding-bottom:7px;border-bottom:1px solid #e0e0e0}.input-container.floating .input-wrapper input:focus+.mis-placeholder{color:#0937b2!important}.input-container.floating .input-wrapper input:not(:placeholder-shown)+.mis-placeholder,.input-container.floating .input-wrapper input:focus+.mis-placeholder{transform:translateY(calc(-100% + 6px))!important;font-size:12px!important;letter-spacing:.2px!important}.input-container.floating .input-wrapper:focus-within{border:none;border-bottom:1px solid #0937b2}.input-container.floating .input-wrapper:focus-within input::placeholder{color:#6a737d;opacity:1;font-size:16px}.input-container.floating.has-error .input-wrapper{border-bottom:1px solid #b00020!important}.input-container.floating.has-error .input-wrapper .mis-placeholder{color:#b00020!important}.input-container [mis-input-hint],.input-container [mis-input-error]{position:absolute;left:0;right:0;bottom:0;line-height:24px;height:24px;font-size:12px;color:#6a737d;letter-spacing:.2px}.input-container [mis-input-error]{color:#b00020}\n"], dependencies: [{ kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
75
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: MisInputComponent, decorators: [{
76
+ type: Component,
77
+ args: [{ selector: "mis-input", template: "<div\n [class]=\"'input-container ' + size\"\n [ngClass]=\"{\n rounded: type === 'rounded',\n floating: type === 'floating',\n 'has-error': !inputValidity || hasError,\n 'no-hint': noHints,\n 'mis-disabled': inputCtrl?.disabled\n }\"\n>\n <div class=\"input-wrapper\">\n <ng-content select=\"[mis-input-icon]\"></ng-content>\n <div class=\"mis-input\">\n <ng-content select=\"input\"></ng-content>\n <span class=\"mis-placeholder\">{{ placeholder }}</span>\n </div>\n <ng-content select=\"[mis-input-act]\"></ng-content>\n </div>\n <ng-content select=\"[mis-input-hint]\"></ng-content>\n <ng-content select=\"[mis-input-error]\"></ng-content>\n</div>\n", styles: [":root{--pmry-200: #99BAF7;--pmry-100: #CBDDFB;--pmry-500: #0937B2;--pmry-400: #3C68D0;--pmry-600: #062A99;--pmry-700: #041F80;--pmry-300: #638FE7;--pmry-800: #021567;--pmry-900: #010F55;--sec-d-purple: #40447F;--sec-maroon: #6B034E;--sec-mud-red: #B23600;--sec-orange: #ED711C;--sec-purple: #815FD5;--sec-teal: #10ADAE;--sec-yellow: #D4900C;--sec-green: #547F40;--sec-bright-green: #27D22E;--sec-dark-teal: #035F6B;--sec-chocolate: #7C2F33;--sec-rube-pink: #C13D6D;--sec-cerulean: #0087B2;--sem-error: #B00020;--sem-info: #0091FF;--sem-warning: #FF9D00;--sem-success: #38AF49;--grey-bg-1: #FAFAFA;--grey-bg: #F5F5F5;--grey-seperators: #E0E0E0;--grey-disabled: #C8CDD3;--grey-hover: #F5F7FC;--grey-pressed: #E6EBF7;--grey-row: #F5F7FC;--dec-light-yellow: #F4E7C3;--dec-light-purple: #DACFF9;--dec-light-green: #E4F5E9;--dec-light-green2: #F1FFF3;--dec-light-pink: #FAE1EA;--dec-: #F4CBC1;--dec-lt-orange: #FAEFED;--dec-light-blue: #CFECF9;--dec-row-selection: #F1FDF8;--dec-row-selection2: #F2FBFF;--dec-row-lines: #D3E1E9;--text-white: #FFFFFF;--text-disabled: #929DAB;--text-muted: #6A737D;--text-black: #181F33;--MR-solid-blue2:#C8D5F6;--MR-solid-purple:#C9C3FB;--MR-solid-orange:#EEAC9F;--MR-solid-green:#ACDADA;--MR-solid-brown:#E8C8AF;--MR-solid-yellow:#FFEFC7;--MR-solid-blue:#BBE6FF;--MR-solid-pink:#FFC6F2;--tr-hover:#F0F3FA;--tr-pressed:#DAE1F3}.input-container{position:relative;padding-bottom:24px}.input-container.mis-disabled .input-wrapper{pointer-events:none!important}.input-container .input-wrapper{box-sizing:border-box;display:flex;align-items:center;flex-direction:row;flex-wrap:nowrap;transition:all ease-in 60ms;background-color:#fff;padding:3px 16px;gap:16px}.input-container .input-wrapper .mis-input{flex:1 1 auto;z-index:0;position:relative;display:flex;align-items:center}.input-container .input-wrapper input{flex:1 1 auto;border:none;outline:none;height:100%;padding:0;font-family:Lato;font-style:normal;font-weight:400;font-size:16px;height:24px;color:#181f33;background-color:transparent;width:100%;vertical-align:middle}.input-container .input-wrapper input::placeholder{transition:all ease-in .1s;opacity:0;transform-origin:left center;color:transparent}.input-container .input-wrapper .mis-placeholder{position:absolute;font-family:Lato;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#6a737d;z-index:-1;transition:all ease-in .15s}.input-container .input-wrapper:focus-within{background-color:#f5f5f5}.input-container .input-wrapper:focus-within{border:1px solid #0937B2}.input-container .input-wrapper [mis-input-act],.input-container .input-wrapper [mis-input-icon]{width:18px;height:18px;color:#6a737d;font-size:24px;line-height:18px}.input-container .input-wrapper [mis-input-act]{cursor:pointer}.input-container.no-hint{padding-bottom:0}.input-container.rounded input{box-sizing:initial}.input-container.rounded.sm input{padding:3px 16px}.input-container.rounded.md input{padding:9px 16px}.input-container.rounded.lg input{padding:15px 16px}.input-container.rounded .input-wrapper{border-radius:4px;border:1px solid #e0e0e0;padding:0}.input-container.rounded .input-wrapper:hover{background-color:#f5f5f5}.input-container.rounded .input-wrapper:focus-within{border:1px solid #0937b2}.input-container.rounded .input-wrapper input:not(:placeholder-shown)+.mis-placeholder{color:transparent!important}.input-container.rounded .input-wrapper .mis-placeholder{margin-left:16px;transition-duration:50ms}.input-container.rounded.has-error .input-wrapper{border:1px solid #b00020!important}.input-container.floating .input-wrapper{padding-top:24px;padding-bottom:7px;border-bottom:1px solid #e0e0e0}.input-container.floating .input-wrapper input:focus+.mis-placeholder{color:#0937b2!important}.input-container.floating .input-wrapper input:not(:placeholder-shown)+.mis-placeholder,.input-container.floating .input-wrapper input:focus+.mis-placeholder{transform:translateY(calc(-100% + 6px))!important;font-size:12px!important;letter-spacing:.2px!important}.input-container.floating .input-wrapper:focus-within{border:none;border-bottom:1px solid #0937b2}.input-container.floating .input-wrapper:focus-within input::placeholder{color:#6a737d;opacity:1;font-size:16px}.input-container.floating.has-error .input-wrapper{border-bottom:1px solid #b00020!important}.input-container.floating.has-error .input-wrapper .mis-placeholder{color:#b00020!important}.input-container [mis-input-hint],.input-container [mis-input-error]{position:absolute;left:0;right:0;bottom:0;line-height:24px;height:24px;font-size:12px;color:#6a737d;letter-spacing:.2px}.input-container [mis-input-error]{color:#b00020}\n"] }]
78
+ }], ctorParameters: function () { return []; }, propDecorators: { type: [{
79
+ type: Input
80
+ }], size: [{
81
+ type: Input
82
+ }], placeholder: [{
83
+ type: Input
84
+ }], noHints: [{
85
+ type: Input
86
+ }], hasError: [{
87
+ type: Input
88
+ }], formInput: [{
89
+ type: ContentChild,
90
+ args: [MisInputDirective]
91
+ }] } });
92
+
93
+ class MisInputModule {
94
+ }
95
+ MisInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: MisInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
96
+ MisInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: MisInputModule, declarations: [MisInputComponent, MisInputDirective], imports: [CommonModule, FormsModule], exports: [MisInputComponent, MisInputDirective] });
97
+ MisInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: MisInputModule, imports: [CommonModule, FormsModule] });
98
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: MisInputModule, decorators: [{
99
+ type: NgModule,
100
+ args: [{
101
+ declarations: [MisInputComponent, MisInputDirective],
102
+ imports: [CommonModule, FormsModule],
103
+ exports: [MisInputComponent, MisInputDirective]
104
+ }]
105
+ }] });
106
+
107
+ /**
108
+ * Generated bundle index. Do not edit.
109
+ */
110
+
111
+ export { MisInputComponent, MisInputDirective, MisInputModule };
112
+ //# sourceMappingURL=mis-crystal-design-system-input.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mis-crystal-design-system-input.mjs","sources":["../../../projects/mis-components/input/directives/input/input.directive.ts","../../../projects/mis-components/input/mis-input.component.ts","../../../projects/mis-components/input/mis-input.component.html","../../../projects/mis-components/input/mis-input.module.ts","../../../projects/mis-components/input/mis-crystal-design-system-input.ts"],"sourcesContent":["import { Directive, ElementRef, OnDestroy, OnInit, Optional, Self } from \"@angular/core\";\nimport { NgControl } from \"@angular/forms\";\nimport { ReplaySubject, Subject, Subscription } from \"rxjs\";\nimport { takeUntil } from \"rxjs/operators\";\n\n@Directive({\n // tslint:disable-next-line\n selector: \"input[misInput]\"\n})\nexport class MisInputDirective implements OnInit, OnDestroy {\n constructor(public el: ElementRef, @Self() @Optional() public control: NgControl) {}\n private validityChange: ReplaySubject<boolean> = new ReplaySubject(1);\n validity = this.validityChange.asObservable();\n endObs: Subject<void> = new Subject();\n focus = false;\n hasValue = false;\n\n ngOnInit(): void {\n this.control?.control?.valueChanges.pipe(takeUntil(this.endObs)).subscribe(() => {\n this.validityChange.next(!this.control.control?.invalid);\n });\n this.el.nativeElement.placeholder += \" \";\n }\n ngOnDestroy(): void {\n this.endObs.next();\n this.endObs.complete();\n }\n}\n","import { Component, ContentChild, Input, OnDestroy, OnInit, ViewEncapsulation } from \"@angular/core\";\nimport { AbstractControl } from \"@angular/forms\";\nimport { Subscription } from \"rxjs\";\nimport { MisInputDirective } from \"./directives/input/input.directive\";\n\n@Component({\n selector: \"mis-input\",\n templateUrl: \"./mis-input.component.html\",\n styleUrls: [\"./mis-input.component.scss\"]\n})\nexport class MisInputComponent implements OnInit, OnDestroy {\n @Input() type: \"rounded\" | \"floating\" = \"floating\";\n @Input() size: \"sm\" | \"md\" | \"lg\" = \"sm\";\n @Input() placeholder: string; // floating placeholder text\n @Input() noHints = false;\n @Input() hasError = false; // show input in error state\n @ContentChild(MisInputDirective) set formInput(input: MisInputDirective) {\n if (!this.placeholder) {\n this.placeholder = input?.el.nativeElement.placeholder || \"\";\n }\n this.inputCtrl = input.control?.control;\n this.inputSubscription?.unsubscribe();\n this.inputSubscription = input?.validity.subscribe(res => (this.inputValidity = res));\n this.placeholder += \" \";\n }\n inputCtrl: AbstractControl;\n inputSubscription: Subscription | undefined;\n inputValidity: boolean = true;\n constructor() {}\n\n ngOnInit(): void {}\n ngOnDestroy(): void {\n this.inputSubscription?.unsubscribe();\n }\n}\n","<div\n [class]=\"'input-container ' + size\"\n [ngClass]=\"{\n rounded: type === 'rounded',\n floating: type === 'floating',\n 'has-error': !inputValidity || hasError,\n 'no-hint': noHints,\n 'mis-disabled': inputCtrl?.disabled\n }\"\n>\n <div class=\"input-wrapper\">\n <ng-content select=\"[mis-input-icon]\"></ng-content>\n <div class=\"mis-input\">\n <ng-content select=\"input\"></ng-content>\n <span class=\"mis-placeholder\">{{ placeholder }}</span>\n </div>\n <ng-content select=\"[mis-input-act]\"></ng-content>\n </div>\n <ng-content select=\"[mis-input-hint]\"></ng-content>\n <ng-content select=\"[mis-input-error]\"></ng-content>\n</div>\n","import { CommonModule } from \"@angular/common\";\nimport { NgModule } from \"@angular/core\";\nimport { FormsModule } from \"@angular/forms\";\nimport { MisInputDirective } from \"./directives/input/input.directive\";\nimport { MisInputComponent } from \"./mis-input.component\";\n\n@NgModule({\n declarations: [MisInputComponent, MisInputDirective],\n imports: [CommonModule, FormsModule],\n exports: [MisInputComponent, MisInputDirective]\n})\nexport class MisInputModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["i1"],"mappings":"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"}
@@ -0,0 +1,44 @@
1
+ import * as i0 from '@angular/core';
2
+ import { Component, Input, NgModule } from '@angular/core';
3
+ import * as i1 from '@angular/common';
4
+ import { CommonModule } from '@angular/common';
5
+
6
+ class LoaderComponent {
7
+ constructor() {
8
+ /** Controls loader size */
9
+ this.mobileView = false;
10
+ }
11
+ ngOnInit() { }
12
+ }
13
+ LoaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: LoaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
14
+ LoaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: LoaderComponent, selector: "mis-loader", inputs: { mobileView: "mobileView" }, ngImport: i0, template: "<div\n id=\"spinner\"\n [ngClass]=\"{\n mobile: mobileView\n }\"\n></div>\n", styles: ["#spinner{animation:frames 1s infinite linear;background:transparent;border:4px solid #e0e0e0;border-radius:100%;border-top-color:#6200ee;width:40px;height:40px;padding:0;position:absolute}@keyframes frames{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.mobile{height:20px!important;width:20px!important;border:2px solid #e0e0e0!important;border-top-color:#6200ee!important}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: LoaderComponent, decorators: [{
16
+ type: Component,
17
+ args: [{ selector: "mis-loader", template: "<div\n id=\"spinner\"\n [ngClass]=\"{\n mobile: mobileView\n }\"\n></div>\n", styles: ["#spinner{animation:frames 1s infinite linear;background:transparent;border:4px solid #e0e0e0;border-radius:100%;border-top-color:#6200ee;width:40px;height:40px;padding:0;position:absolute}@keyframes frames{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.mobile{height:20px!important;width:20px!important;border:2px solid #e0e0e0!important;border-top-color:#6200ee!important}\n"] }]
18
+ }], ctorParameters: function () { return []; }, propDecorators: { mobileView: [{
19
+ type: Input
20
+ }] } });
21
+
22
+ class LoaderModule {
23
+ static forRoot() {
24
+ return { ngModule: LoaderModule, providers: [] };
25
+ }
26
+ }
27
+ LoaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: LoaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
28
+ LoaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: LoaderModule, declarations: [LoaderComponent], imports: [CommonModule], exports: [LoaderComponent] });
29
+ LoaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: LoaderModule, imports: [CommonModule] });
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: LoaderModule, decorators: [{
31
+ type: NgModule,
32
+ args: [{
33
+ declarations: [LoaderComponent],
34
+ imports: [CommonModule],
35
+ exports: [LoaderComponent]
36
+ }]
37
+ }] });
38
+
39
+ /**
40
+ * Generated bundle index. Do not edit.
41
+ */
42
+
43
+ export { LoaderComponent, LoaderModule };
44
+ //# sourceMappingURL=mis-crystal-design-system-loader.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mis-crystal-design-system-loader.mjs","sources":["../../../projects/mis-components/loader/loader.component.ts","../../../projects/mis-components/loader/loader.component.html","../../../projects/mis-components/loader/loader.module.ts","../../../projects/mis-components/loader/mis-crystal-design-system-loader.ts"],"sourcesContent":["import { Component, Input, OnInit } from \"@angular/core\";\n\n@Component({\n selector: \"mis-loader\",\n templateUrl: \"./loader.component.html\",\n styleUrls: [\"./loader.component.scss\"]\n})\nexport class LoaderComponent implements OnInit {\n /** Controls loader size */\n @Input() mobileView: boolean = false;\n\n constructor() {}\n ngOnInit() {}\n}\n","<div\n id=\"spinner\"\n [ngClass]=\"{\n mobile: mobileView\n }\"\n></div>\n","import { NgModule, ModuleWithProviders } from \"@angular/core\";\nimport { CommonModule } from \"@angular/common\";\n\nimport { LoaderComponent } from \"./loader.component\";\n\n@NgModule({\n declarations: [LoaderComponent],\n imports: [CommonModule],\n exports: [LoaderComponent]\n})\nexport class LoaderModule {\n static forRoot(): ModuleWithProviders<LoaderModule> {\n return { ngModule: LoaderModule, providers: [] };\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;MAOa,eAAe,CAAA;AAI1B,IAAA,WAAA,GAAA;;AAFS,QAAA,IAAU,CAAA,UAAA,GAAY,KAAK,CAAC;KAErB;AAChB,IAAA,QAAQ,MAAK;;6GALF,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAf,eAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,eAAe,wFCP5B,mFAMA,EAAA,MAAA,EAAA,CAAA,+XAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,OAAA,EAAA,QAAA,EAAA,WAAA,EAAA,MAAA,EAAA,CAAA,OAAA,EAAA,SAAA,CAAA,EAAA,CAAA,EAAA,CAAA,CAAA;4FDCa,eAAe,EAAA,UAAA,EAAA,CAAA;kBAL3B,SAAS;+BACE,YAAY,EAAA,QAAA,EAAA,mFAAA,EAAA,MAAA,EAAA,CAAA,+XAAA,CAAA,EAAA,CAAA;0EAMb,UAAU,EAAA,CAAA;sBAAlB,KAAK;;;MECK,YAAY,CAAA;AACvB,IAAA,OAAO,OAAO,GAAA;QACZ,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,SAAS,EAAE,EAAE,EAAE,CAAC;KAClD;;0GAHU,YAAY,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAZ,YAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,YAAY,EAJR,YAAA,EAAA,CAAA,eAAe,CACpB,EAAA,OAAA,EAAA,CAAA,YAAY,aACZ,eAAe,CAAA,EAAA,CAAA,CAAA;AAEd,YAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,YAAY,YAHb,YAAY,CAAA,EAAA,CAAA,CAAA;4FAGX,YAAY,EAAA,UAAA,EAAA,CAAA;kBALxB,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,YAAY,EAAE,CAAC,eAAe,CAAC;oBAC/B,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,OAAO,EAAE,CAAC,eAAe,CAAC;iBAC3B,CAAA;;;ACTD;;AAEG;;;;"}
@@ -0,0 +1,120 @@
1
+ import * as i1 from '@angular/cdk/overlay';
2
+ import { ConnectionPositionPair, OverlayConfig, OverlayModule } from '@angular/cdk/overlay';
3
+ import { TemplatePortal, PortalModule } from '@angular/cdk/portal';
4
+ import * as i0 from '@angular/core';
5
+ import { Directive, Input, HostListener, NgModule } from '@angular/core';
6
+ import { take } from 'rxjs/operators';
7
+ import { CommonModule } from '@angular/common';
8
+
9
+ /** @format */
10
+ class MenuDirective {
11
+ constructor(overlay, element, viewContainerRef) {
12
+ this.overlay = overlay;
13
+ this.element = element;
14
+ this.viewContainerRef = viewContainerRef;
15
+ this.positionX = "start";
16
+ this.positionY = "bottom";
17
+ this.offsetX = 0;
18
+ this.offsetY = 0;
19
+ }
20
+ onClick(event) {
21
+ this.menuShow();
22
+ }
23
+ menuShow() {
24
+ const positionStrategy = this.overlay
25
+ .position()
26
+ .flexibleConnectedTo(this.element)
27
+ .withPositions([
28
+ new ConnectionPositionPair({ originX: this.positionX, originY: this.positionY }, { overlayX: this.positionX, overlayY: this.positionY === "bottom" ? "top" : "bottom" }, this.offsetX, this.offsetY),
29
+ new ConnectionPositionPair({ originX: "start", originY: "bottom" }, { overlayX: "start", overlayY: "top" }, this.offsetX, this.offsetY),
30
+ new ConnectionPositionPair({ originX: "end", originY: "top" }, { overlayX: "end", overlayY: "bottom" }, this.offsetX, this.offsetY)
31
+ ])
32
+ .withPush(true);
33
+ const config = new OverlayConfig({
34
+ hasBackdrop: true,
35
+ positionStrategy,
36
+ scrollStrategy: this.overlay.scrollStrategies.reposition(),
37
+ backdropClass: "cdk-overlay-transparent-backdrop"
38
+ });
39
+ this.overlayRef = this.overlay.create(config);
40
+ const tempRef = new TemplatePortal(this.menu, this.viewContainerRef);
41
+ this.overlayRef.attach(tempRef);
42
+ this.overlayRef
43
+ .backdropClick()
44
+ .pipe(take(1))
45
+ .subscribe(res => {
46
+ this.close();
47
+ });
48
+ }
49
+ close() {
50
+ var _a, _b;
51
+ (_a = this.overlayRef) === null || _a === void 0 ? void 0 : _a.detach();
52
+ (_b = this.overlayRef) === null || _b === void 0 ? void 0 : _b.dispose();
53
+ }
54
+ }
55
+ MenuDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: MenuDirective, deps: [{ token: i1.Overlay }, { token: i0.ElementRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
56
+ MenuDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: MenuDirective, selector: "[misMenu]", inputs: { menu: ["misMenu", "menu"], positionX: "positionX", positionY: "positionY", offsetX: "offsetX", offsetY: "offsetY" }, host: { listeners: { "click": "onClick($event)" } }, exportAs: ["misMenu"], ngImport: i0 });
57
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: MenuDirective, decorators: [{
58
+ type: Directive,
59
+ args: [{
60
+ selector: "[misMenu]",
61
+ exportAs: "misMenu"
62
+ }]
63
+ }], ctorParameters: function () { return [{ type: i1.Overlay }, { type: i0.ElementRef }, { type: i0.ViewContainerRef }]; }, propDecorators: { menu: [{
64
+ type: Input,
65
+ args: ["misMenu"]
66
+ }], positionX: [{
67
+ type: Input
68
+ }], positionY: [{
69
+ type: Input
70
+ }], offsetX: [{
71
+ type: Input
72
+ }], offsetY: [{
73
+ type: Input
74
+ }], onClick: [{
75
+ type: HostListener,
76
+ args: ["click", ["$event"]]
77
+ }] } });
78
+
79
+ class MenuCloseDirective {
80
+ constructor() { }
81
+ closeMenu() {
82
+ this.menu.close();
83
+ }
84
+ }
85
+ MenuCloseDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: MenuCloseDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
86
+ MenuCloseDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: MenuCloseDirective, selector: "[misMenuClose]", inputs: { menu: ["misMenuClose", "menu"] }, host: { listeners: { "click": "closeMenu()" } }, ngImport: i0 });
87
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: MenuCloseDirective, decorators: [{
88
+ type: Directive,
89
+ args: [{
90
+ selector: "[misMenuClose]"
91
+ }]
92
+ }], ctorParameters: function () { return []; }, propDecorators: { menu: [{
93
+ type: Input,
94
+ args: ["misMenuClose"]
95
+ }], closeMenu: [{
96
+ type: HostListener,
97
+ args: ["click", []]
98
+ }] } });
99
+
100
+ /** @format */
101
+ class MisMenuModule {
102
+ }
103
+ MisMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: MisMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
104
+ MisMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: MisMenuModule, declarations: [MenuDirective, MenuCloseDirective], imports: [CommonModule, OverlayModule, PortalModule], exports: [MenuDirective, MenuCloseDirective] });
105
+ MisMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: MisMenuModule, imports: [CommonModule, OverlayModule, PortalModule] });
106
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: MisMenuModule, decorators: [{
107
+ type: NgModule,
108
+ args: [{
109
+ declarations: [MenuDirective, MenuCloseDirective],
110
+ imports: [CommonModule, OverlayModule, PortalModule],
111
+ exports: [MenuDirective, MenuCloseDirective]
112
+ }]
113
+ }] });
114
+
115
+ /**
116
+ * Generated bundle index. Do not edit.
117
+ */
118
+
119
+ export { MenuCloseDirective, MenuDirective, MisMenuModule };
120
+ //# sourceMappingURL=mis-crystal-design-system-menu.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mis-crystal-design-system-menu.mjs","sources":["../../../projects/mis-components/menu/menu.directive.ts","../../../projects/mis-components/menu/menu-close.directive.ts","../../../projects/mis-components/menu/menu.module.ts","../../../projects/mis-components/menu/mis-crystal-design-system-menu.ts"],"sourcesContent":["/** @format */\n\nimport { ConnectionPositionPair, Overlay, OverlayConfig, OverlayRef } from \"@angular/cdk/overlay\";\nimport { TemplatePortal } from \"@angular/cdk/portal\";\nimport { Directive, ElementRef, HostListener, Input, TemplateRef, ViewContainerRef } from \"@angular/core\";\nimport { take } from \"rxjs/operators\";\n\n@Directive({\n selector: \"[misMenu]\",\n exportAs: \"misMenu\"\n})\nexport class MenuDirective {\n @Input(\"misMenu\") menu: TemplateRef<ElementRef>;\n @Input() positionX: \"start\" | \"end\" = \"start\";\n @Input() positionY: \"top\" | \"bottom\" = \"bottom\";\n @Input() offsetX = 0;\n @Input() offsetY = 0;\n private overlayRef: OverlayRef;\n\n constructor(private overlay: Overlay, private element: ElementRef, private viewContainerRef: ViewContainerRef) {}\n @HostListener(\"click\", [\"$event\"]) onClick(event) {\n this.menuShow();\n }\n private menuShow() {\n const positionStrategy = this.overlay\n .position()\n .flexibleConnectedTo(this.element)\n .withPositions([\n new ConnectionPositionPair(\n { originX: this.positionX, originY: this.positionY },\n { overlayX: this.positionX, overlayY: this.positionY === \"bottom\" ? \"top\" : \"bottom\" },\n this.offsetX,\n this.offsetY\n ),\n new ConnectionPositionPair({ originX: \"start\", originY: \"bottom\" }, { overlayX: \"start\", overlayY: \"top\" }, this.offsetX, this.offsetY),\n new ConnectionPositionPair({ originX: \"end\", originY: \"top\" }, { overlayX: \"end\", overlayY: \"bottom\" }, this.offsetX, this.offsetY)\n ])\n .withPush(true);\n const config = new OverlayConfig({\n hasBackdrop: true,\n positionStrategy,\n scrollStrategy: this.overlay.scrollStrategies.reposition(),\n backdropClass: \"cdk-overlay-transparent-backdrop\"\n });\n this.overlayRef = this.overlay.create(config);\n\n const tempRef = new TemplatePortal(this.menu, this.viewContainerRef);\n this.overlayRef.attach(tempRef);\n this.overlayRef\n .backdropClick()\n .pipe(take(1))\n .subscribe(res => {\n this.close();\n });\n }\n\n close(): void {\n this.overlayRef?.detach();\n this.overlayRef?.dispose();\n }\n}\n","import { Directive, HostListener, Input } from \"@angular/core\";\nimport { MenuDirective } from \"./menu.directive\";\n\n@Directive({\n selector: \"[misMenuClose]\"\n})\nexport class MenuCloseDirective {\n @Input(\"misMenuClose\") menu: MenuDirective;\n constructor() {}\n\n @HostListener(\"click\", []) closeMenu() {\n this.menu.close();\n }\n}\n","/** @format */\n\nimport { NgModule } from \"@angular/core\";\nimport { CommonModule } from \"@angular/common\";\nimport { MenuDirective } from \"./menu.directive\";\nimport { OverlayModule } from \"@angular/cdk/overlay\";\nimport { PortalModule } from \"@angular/cdk/portal\";\nimport { MenuCloseDirective } from \"./menu-close.directive\";\n\n@NgModule({\n declarations: [MenuDirective, MenuCloseDirective],\n imports: [CommonModule, OverlayModule, PortalModule],\n exports: [MenuDirective, MenuCloseDirective]\n})\nexport class MisMenuModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
@@ -0,0 +1,156 @@
1
+ import * as i1$1 from '@angular/cdk/overlay';
2
+ import { OverlayConfig, OverlayModule } from '@angular/cdk/overlay';
3
+ import * as i1 from '@angular/cdk/portal';
4
+ import { ComponentPortal, PortalInjector, PortalModule } from '@angular/cdk/portal';
5
+ import * as i0 from '@angular/core';
6
+ import { InjectionToken, ViewContainerRef, Component, ViewChild, Injectable, NgModule } from '@angular/core';
7
+ import { Subject } from 'rxjs';
8
+ import { trigger, transition, style, animate } from '@angular/animations';
9
+ import { CommonModule } from '@angular/common';
10
+
11
+ /** @format */
12
+ const MODAL_DATA_VAR = new InjectionToken("MISModalDataInjectionToken");
13
+
14
+ /** @format */
15
+ class ModalRef {
16
+ constructor(overlay) {
17
+ this.overlay = overlay;
18
+ this.afterClosed$ = new Subject();
19
+ this.afterClosed = this.afterClosed$.asObservable();
20
+ }
21
+ close(data) {
22
+ this.overlay.detach();
23
+ this.overlay.dispose();
24
+ this.afterClosed$.next(data);
25
+ this.afterClosed$.complete();
26
+ }
27
+ }
28
+
29
+ class ModuleWrapperComponent {
30
+ constructor() { }
31
+ bindComponent(type, injector) {
32
+ this.initComponent(type, injector);
33
+ }
34
+ initComponent(type, injector) {
35
+ this.modalPortal = new ComponentPortal(type, this.place, injector);
36
+ }
37
+ }
38
+ ModuleWrapperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ModuleWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
39
+ ModuleWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: ModuleWrapperComponent, selector: "mis-module-wrapper", viewQueries: [{ propertyName: "place", first: true, predicate: ["place"], descendants: true, read: ViewContainerRef }], ngImport: i0, template: "<div class=\"mis-modal-body\" #place @slideInOut>\n <ng-template [cdkPortalOutlet]=\"modalPortal\"></ng-template>\n</div>\n", styles: [".mis-modal-body{display:block;width:100%;height:100%;background-color:transparent;border-radius:12px;box-shadow:0 12px 24px #0000001f,0 4px 8px #0000001f;overflow:hidden}\n"], dependencies: [{ kind: "directive", type: i1.CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }], animations: [
40
+ trigger("slideInOut", [
41
+ transition(":enter", [
42
+ style({ transform: "translateY(-30%)", opacity: 0 }),
43
+ animate("200ms ease-out", style({ transform: "translatey(0%)", opacity: 1 }))
44
+ ]),
45
+ transition(":leave", [animate("200ms ease-out", style({ transform: "translatey(-30%)", opacity: 0 }))])
46
+ ])
47
+ ] });
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ModuleWrapperComponent, decorators: [{
49
+ type: Component,
50
+ args: [{ selector: "mis-module-wrapper", animations: [
51
+ trigger("slideInOut", [
52
+ transition(":enter", [
53
+ style({ transform: "translateY(-30%)", opacity: 0 }),
54
+ animate("200ms ease-out", style({ transform: "translatey(0%)", opacity: 1 }))
55
+ ]),
56
+ transition(":leave", [animate("200ms ease-out", style({ transform: "translatey(-30%)", opacity: 0 }))])
57
+ ])
58
+ ], template: "<div class=\"mis-modal-body\" #place @slideInOut>\n <ng-template [cdkPortalOutlet]=\"modalPortal\"></ng-template>\n</div>\n", styles: [".mis-modal-body{display:block;width:100%;height:100%;background-color:transparent;border-radius:12px;box-shadow:0 12px 24px #0000001f,0 4px 8px #0000001f;overflow:hidden}\n"] }]
59
+ }], ctorParameters: function () { return []; }, propDecorators: { place: [{
60
+ type: ViewChild,
61
+ args: ["place", { static: false, read: ViewContainerRef }]
62
+ }] } });
63
+
64
+ class ModalService {
65
+ constructor(overlay, injector) {
66
+ this.overlay = overlay;
67
+ this.injector = injector;
68
+ }
69
+ show(component, data, options) {
70
+ const positionStrategy = this.calculatePosition(options);
71
+ const { width, height } = options || {};
72
+ const config = new OverlayConfig({
73
+ hasBackdrop: true,
74
+ positionStrategy,
75
+ scrollStrategy: this.overlay.scrollStrategies.noop(),
76
+ width: width,
77
+ height,
78
+ panelClass: "mis-modal",
79
+ backdropClass: "mis-modal-overlay"
80
+ });
81
+ const overlayRef = this.overlay.create(config);
82
+ const modalRef = new ModalRef(overlayRef);
83
+ const injector = this.createInjector(modalRef, this.injector, data);
84
+ const portal = new ComponentPortal(ModuleWrapperComponent, null);
85
+ this.componentInstance = overlayRef.attach(portal);
86
+ if (options === null || options === void 0 ? void 0 : options.closeOnBackdropClick) {
87
+ overlayRef.backdropClick().subscribe(() => modalRef.close());
88
+ }
89
+ this.componentInstance.instance.bindComponent(component, injector);
90
+ return modalRef;
91
+ }
92
+ createInjector(ref, inj, data) {
93
+ const injectorTokens = new WeakMap();
94
+ injectorTokens.set(ModalRef, ref);
95
+ injectorTokens.set(MODAL_DATA_VAR, data);
96
+ return new PortalInjector(inj, injectorTokens);
97
+ }
98
+ calculatePosition(options) {
99
+ const position = this.overlay.position().global().centerHorizontally().centerVertically();
100
+ if (options && screen.width > 600) {
101
+ if (options.top) {
102
+ position.top(options.top);
103
+ }
104
+ if (options.left) {
105
+ position.left(options.left);
106
+ }
107
+ if (options.right) {
108
+ position.right(options.right);
109
+ }
110
+ if (options.bottom) {
111
+ position.bottom(options.bottom);
112
+ }
113
+ }
114
+ return position;
115
+ }
116
+ }
117
+ ModalService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ModalService, deps: [{ token: i1$1.Overlay }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
118
+ ModalService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ModalService, providedIn: "root" });
119
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ModalService, decorators: [{
120
+ type: Injectable,
121
+ args: [{
122
+ providedIn: "root"
123
+ }]
124
+ }], ctorParameters: function () { return [{ type: i1$1.Overlay }, { type: i0.Injector }]; } });
125
+
126
+ class ModalModule {
127
+ static forRoot() {
128
+ return {
129
+ ngModule: ModalModule,
130
+ providers: [ModalService]
131
+ };
132
+ }
133
+ static forChild() {
134
+ return {
135
+ ngModule: ModalModule,
136
+ providers: [ModalService]
137
+ };
138
+ }
139
+ }
140
+ ModalModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ModalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
141
+ ModalModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: ModalModule, declarations: [ModuleWrapperComponent], imports: [CommonModule, OverlayModule, PortalModule] });
142
+ ModalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ModalModule, imports: [CommonModule, OverlayModule, PortalModule] });
143
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ModalModule, decorators: [{
144
+ type: NgModule,
145
+ args: [{
146
+ declarations: [ModuleWrapperComponent],
147
+ imports: [CommonModule, OverlayModule, PortalModule]
148
+ }]
149
+ }] });
150
+
151
+ /**
152
+ * Generated bundle index. Do not edit.
153
+ */
154
+
155
+ export { MODAL_DATA_VAR, ModalModule, ModalRef, ModalService };
156
+ //# sourceMappingURL=mis-crystal-design-system-modal.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mis-crystal-design-system-modal.mjs","sources":["../../../projects/mis-components/modal/modal-constants.ts","../../../projects/mis-components/modal/modal-ref.ts","../../../projects/mis-components/modal/module-wrapper/module-wrapper.component.ts","../../../projects/mis-components/modal/module-wrapper/module-wrapper.component.html","../../../projects/mis-components/modal/modal.service.ts","../../../projects/mis-components/modal/modal.module.ts","../../../projects/mis-components/modal/mis-crystal-design-system-modal.ts"],"sourcesContent":["/** @format */\n\nimport { InjectionToken } from \"@angular/core\";\n\nexport const MODAL_DATA_VAR = new InjectionToken<any>(\"MISModalDataInjectionToken\");\n","/** @format */\n\nimport { OverlayRef } from \"@angular/cdk/overlay\";\nimport { Injectable } from \"@angular/core\";\nimport { Subject } from \"rxjs\";\n\nexport class ModalRef {\n private afterClosed$ = new Subject<unknown>();\n afterClosed = this.afterClosed$.asObservable();\n\n constructor(public overlay: OverlayRef) {}\n\n close(data?: unknown): void {\n this.overlay.detach();\n this.overlay.dispose();\n this.afterClosed$.next(data);\n this.afterClosed$.complete();\n }\n}\n","import { trigger, transition, style, animate } from \"@angular/animations\";\nimport { ComponentPortal, PortalInjector } from \"@angular/cdk/portal\";\nimport { Component, Injector, OnInit, ViewChild, ViewContainerRef } from \"@angular/core\";\nimport { ModalRef } from \"../modal-ref\";\n\n@Component({\n selector: \"mis-module-wrapper\",\n templateUrl: \"./module-wrapper.component.html\",\n styleUrls: [\"./module-wrapper.component.scss\"],\n animations: [\n trigger(\"slideInOut\", [\n transition(\":enter\", [\n style({ transform: \"translateY(-30%)\", opacity: 0 }),\n animate(\"200ms ease-out\", style({ transform: \"translatey(0%)\", opacity: 1 }))\n ]),\n transition(\":leave\", [animate(\"200ms ease-out\", style({ transform: \"translatey(-30%)\", opacity: 0 }))])\n ])\n ]\n})\nexport class ModuleWrapperComponent {\n modalPortal: ComponentPortal<any>;\n constructor() {}\n\n @ViewChild(\"place\", { static: false, read: ViewContainerRef }) place: ViewContainerRef;\n\n bindComponent(type: any, injector: PortalInjector) {\n this.initComponent(type, injector);\n }\n\n private initComponent(type: any, injector: PortalInjector) {\n this.modalPortal = new ComponentPortal(type, this.place, injector);\n }\n}\n","<div class=\"mis-modal-body\" #place @slideInOut>\n <ng-template [cdkPortalOutlet]=\"modalPortal\"></ng-template>\n</div>\n","import { ComponentType, Overlay, OverlayConfig } from \"@angular/cdk/overlay\";\nimport { ComponentPortal, PortalInjector } from \"@angular/cdk/portal\";\nimport { ComponentRef, Injectable, Injector } from \"@angular/core\";\nimport { MODAL_DATA_VAR } from \"./modal-constants\";\nimport { ModalRef } from \"./modal-ref\";\nimport { ModuleWrapperComponent } from \"./module-wrapper/module-wrapper.component\";\n\ninterface IModalOptions {\n width?: string;\n height?: string;\n top?: string;\n right?: string;\n bottom?: string;\n left?: string;\n closeOnBackdropClick?: boolean;\n}\n@Injectable({\n providedIn: \"root\"\n})\nexport class ModalService {\n private componentInstance: ComponentRef<ModuleWrapperComponent>;\n\n constructor(private overlay: Overlay, private injector: Injector) {}\n\n show<T, D>(component: ComponentType<T>, data?: D, options?: IModalOptions): ModalRef {\n const positionStrategy = this.calculatePosition(options);\n const { width, height } = options || {};\n const config = new OverlayConfig({\n hasBackdrop: true,\n positionStrategy,\n scrollStrategy: this.overlay.scrollStrategies.noop(),\n width: width,\n height,\n panelClass: \"mis-modal\",\n backdropClass: \"mis-modal-overlay\"\n });\n const overlayRef = this.overlay.create(config);\n const modalRef = new ModalRef(overlayRef);\n const injector = this.createInjector(modalRef, this.injector, data);\n const portal = new ComponentPortal(ModuleWrapperComponent, null);\n this.componentInstance = overlayRef.attach(portal);\n if (options?.closeOnBackdropClick) {\n overlayRef.backdropClick().subscribe(() => modalRef.close());\n }\n this.componentInstance.instance.bindComponent(component, injector);\n return modalRef;\n }\n private createInjector<D>(ref: ModalRef, inj: Injector, data?: D): PortalInjector {\n const injectorTokens = new WeakMap();\n injectorTokens.set(ModalRef, ref);\n injectorTokens.set(MODAL_DATA_VAR, data);\n return new PortalInjector(inj, injectorTokens);\n }\n\n private calculatePosition(options: IModalOptions) {\n const position = this.overlay.position().global().centerHorizontally().centerVertically();\n if (options && screen.width > 600) {\n if (options.top) {\n position.top(options.top);\n }\n if (options.left) {\n position.left(options.left);\n }\n if (options.right) {\n position.right(options.right);\n }\n if (options.bottom) {\n position.bottom(options.bottom);\n }\n }\n return position;\n }\n}\n","import { ModuleWithProviders, NgModule } from \"@angular/core\";\nimport { CommonModule } from \"@angular/common\";\nimport { OverlayModule } from \"@angular/cdk/overlay\";\nimport { PortalModule } from \"@angular/cdk/portal\";\nimport { ModuleWrapperComponent } from \"./module-wrapper/module-wrapper.component\";\nimport { ModalService } from \"./modal.service\";\n\n@NgModule({\n declarations: [ModuleWrapperComponent],\n imports: [CommonModule, OverlayModule, PortalModule]\n})\nexport class ModalModule {\n static forRoot(): ModuleWithProviders<ModalModule> {\n return {\n ngModule: ModalModule,\n providers: [ModalService]\n };\n }\n\n static forChild(): ModuleWithProviders<ModalModule> {\n return {\n ngModule: ModalModule,\n providers: [ModalService]\n };\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["i1"],"mappings":"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"}