@siemens/ix 1.1.0-beta.5 → 1.1.0

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 (342) hide show
  1. package/dist/cjs/{base-button-eb1d47db.js → base-button-6ef79cb6.js} +3 -3
  2. package/dist/cjs/{index-1e4a348f.js → index-40761405.js} +467 -275
  3. package/dist/cjs/index.cjs.js +2 -2
  4. package/dist/cjs/ix-animated-tab_2.cjs.entry.js +7 -12
  5. package/dist/cjs/ix-application-header.cjs.entry.js +2 -1
  6. package/dist/cjs/ix-basic-navigation.cjs.entry.js +2 -4
  7. package/dist/cjs/ix-blind.cjs.entry.js +2 -9
  8. package/dist/cjs/ix-breadcrumb_2.cjs.entry.js +6 -11
  9. package/dist/cjs/ix-button.cjs.entry.js +2 -25
  10. package/dist/cjs/ix-category-filter.cjs.entry.js +16 -27
  11. package/dist/cjs/ix-chip.cjs.entry.js +4 -13
  12. package/dist/cjs/ix-counter-pill.cjs.entry.js +3 -10
  13. package/dist/cjs/ix-date-picker_2.cjs.entry.js +23 -91
  14. package/dist/cjs/ix-date-time-card.cjs.entry.js +1 -7
  15. package/dist/cjs/ix-datetime-picker.cjs.entry.js +9 -53
  16. package/dist/cjs/ix-drawer.cjs.entry.js +2 -20
  17. package/dist/cjs/ix-dropdown_2.cjs.entry.js +7 -30
  18. package/dist/cjs/ix-event-list_2.cjs.entry.js +6 -19
  19. package/dist/cjs/ix-expanding-search.cjs.entry.js +1 -10
  20. package/dist/cjs/ix-filter-chip.cjs.entry.js +1 -4
  21. package/dist/cjs/ix-flip-tile_2.cjs.entry.js +4 -1
  22. package/dist/cjs/ix-group_3.cjs.entry.js +9 -26
  23. package/dist/cjs/ix-icon-button.cjs.entry.js +8 -17
  24. package/dist/cjs/ix-icon.cjs.entry.js +4 -1
  25. package/dist/cjs/ix-input-group.cjs.entry.js +1 -1
  26. package/dist/cjs/ix-kpi.cjs.entry.js +4 -7
  27. package/dist/cjs/ix-map-navigation_2.cjs.entry.js +44 -9
  28. package/dist/cjs/ix-menu_9.cjs.entry.js +26 -82
  29. package/dist/cjs/ix-message-bar.cjs.entry.js +3 -7
  30. package/dist/cjs/ix-modal-example.cjs.entry.js +1 -1
  31. package/dist/cjs/ix-modal_2.cjs.entry.js +2 -2
  32. package/dist/cjs/ix-pill.cjs.entry.js +4 -10
  33. package/dist/cjs/ix-select_2.cjs.entry.js +8 -34
  34. package/dist/cjs/ix-spinner.cjs.entry.js +1 -7
  35. package/dist/cjs/ix-split-button_2.cjs.entry.js +5 -28
  36. package/dist/cjs/ix-tab-item.cjs.entry.js +2 -22
  37. package/dist/cjs/ix-tabs.cjs.entry.js +5 -20
  38. package/dist/cjs/ix-tile.cjs.entry.js +1 -4
  39. package/dist/cjs/ix-toast_2.cjs.entry.js +4 -16
  40. package/dist/cjs/ix-toggle.cjs.entry.js +1 -26
  41. package/dist/cjs/ix-tree_2.cjs.entry.js +8 -5
  42. package/dist/cjs/ix-upload.cjs.entry.js +2 -46
  43. package/dist/cjs/ix-validation-tooltip.cjs.entry.js +4 -6
  44. package/dist/cjs/ix-workflow-step_2.cjs.entry.js +1 -31
  45. package/dist/cjs/loader.cjs.js +2 -2
  46. package/dist/cjs/{modal-5be2b1a3.js → modal-42934387.js} +10 -27
  47. package/dist/cjs/my-component.cjs.entry.js +1 -1
  48. package/dist/cjs/siemens-ix.cjs.js +2 -2
  49. package/dist/collection/collection-manifest.json +2 -2
  50. package/dist/collection/components/animated-tab/animated-tab.js +53 -44
  51. package/dist/collection/components/animated-tabs/animated-tabs.js +122 -123
  52. package/dist/collection/components/application-header/application-header.js +36 -31
  53. package/dist/collection/components/basic-navigation/basic-navigation.js +51 -52
  54. package/dist/collection/components/blind/blind.js +83 -83
  55. package/dist/collection/components/breadcrumb/breadcrumb.css +2 -7
  56. package/dist/collection/components/breadcrumb/breadcrumb.js +119 -129
  57. package/dist/collection/components/breadcrumb-item/breadcrumb-item.js +53 -44
  58. package/dist/collection/components/button/base-button.js +3 -3
  59. package/dist/collection/components/button/button.js +143 -161
  60. package/dist/collection/components/category-filter/category-filter.js +355 -372
  61. package/dist/collection/components/chip/chip.js +154 -160
  62. package/dist/collection/components/counter-pill/counter-pill.js +102 -105
  63. package/dist/collection/components/date-picker/date-picker.js +352 -406
  64. package/dist/collection/components/date-time-card/date-time-card.js +54 -60
  65. package/dist/collection/components/datetime-picker/datetime-picker.js +399 -442
  66. package/dist/collection/components/datetime-picker/event.js +0 -8
  67. package/dist/collection/components/drawer/drawer.js +185 -197
  68. package/dist/collection/components/dropdown/dropdown.css +2 -0
  69. package/dist/collection/components/dropdown/dropdown.js +240 -245
  70. package/dist/collection/components/dropdown-item/dropdown-item.js +147 -149
  71. package/dist/collection/components/event-list/event-list.js +85 -92
  72. package/dist/collection/components/event-list-item/event-list-item.js +136 -133
  73. package/dist/collection/components/expanding-search/expanding-search.js +112 -116
  74. package/dist/collection/components/filter-chip/filter-chip.js +51 -50
  75. package/dist/collection/components/flip-tile/flip-tile.js +74 -72
  76. package/dist/collection/components/flip-tile-content/flip-tile-content.js +12 -9
  77. package/dist/collection/components/group/group.js +201 -221
  78. package/dist/collection/components/group-dropdown-item/group-dropdown-item.js +53 -45
  79. package/dist/collection/components/group-item/group-item.js +165 -164
  80. package/dist/collection/components/icon/icon.js +77 -68
  81. package/dist/collection/components/icon-button/icon-button.js +207 -217
  82. package/dist/collection/components/input-group/input-group.js +12 -13
  83. package/dist/collection/components/kpi/kpi.js +106 -110
  84. package/dist/collection/components/map-navigation/map-navigation.css +3 -10
  85. package/dist/collection/components/map-navigation/map-navigation.js +186 -185
  86. package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.css +1 -0
  87. package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js +124 -88
  88. package/dist/collection/components/menu/menu.css +2 -3
  89. package/dist/collection/components/menu/menu.js +483 -527
  90. package/dist/collection/components/menu-about/menu-about.js +99 -98
  91. package/dist/collection/components/menu-about-item/menu-about-item.js +36 -28
  92. package/dist/collection/components/menu-about-news/menu-about-news.js +160 -174
  93. package/dist/collection/components/menu-avatar/menu-avatar.js +102 -101
  94. package/dist/collection/components/menu-avatar-item/menu-avatar-item.js +72 -60
  95. package/dist/collection/components/menu-item/menu-item.js +128 -127
  96. package/dist/collection/components/menu-settings/menu-settings.js +94 -94
  97. package/dist/collection/components/menu-settings-item/menu-settings-item.js +36 -28
  98. package/dist/collection/components/message-bar/message-bar.js +78 -77
  99. package/dist/collection/components/modal/modal.js +404 -418
  100. package/dist/collection/components/modal-container/modal-container.js +51 -44
  101. package/dist/collection/components/my-component/example-modal.js +2 -10
  102. package/dist/collection/components/my-component/my-component.js +11 -7
  103. package/dist/collection/components/pill/pill.js +119 -122
  104. package/dist/collection/components/select/select.js +282 -303
  105. package/dist/collection/components/select-item/select-item.js +134 -129
  106. package/dist/collection/components/spinner/spinner.js +51 -115
  107. package/dist/collection/components/split-button/split-button.js +208 -231
  108. package/dist/collection/components/split-button-item/split-button-item.js +72 -60
  109. package/dist/collection/components/tab-item/tab-item.js +160 -177
  110. package/dist/collection/components/tabs/tabs.js +123 -137
  111. package/dist/collection/components/tile/tile.js +34 -39
  112. package/dist/collection/components/time-picker/time-picker.js +274 -323
  113. package/dist/collection/components/toast/toast-container.js +94 -96
  114. package/dist/collection/components/toast/toast.js +159 -164
  115. package/dist/collection/components/toggle/toggle.js +189 -209
  116. package/dist/collection/components/tree/tree-model.js +0 -8
  117. package/dist/collection/components/tree/tree.js +144 -135
  118. package/dist/collection/components/tree-item/tree-item.js +111 -102
  119. package/dist/collection/components/upload/upload.js +276 -319
  120. package/dist/collection/components/utils/button-variants.js +0 -8
  121. package/dist/collection/components/utils/notification-color.js +0 -8
  122. package/dist/collection/components/validation-tooltip/validation-tooltip.js +68 -65
  123. package/dist/collection/components/workflow-step/workflow-step.js +145 -163
  124. package/dist/collection/components/workflow-steps/workflow-steps.js +102 -108
  125. package/dist/components/application-header.js +1 -0
  126. package/dist/components/base-button.js +3 -3
  127. package/dist/components/button.js +0 -23
  128. package/dist/components/date-picker.js +15 -50
  129. package/dist/components/date-time-card.js +0 -6
  130. package/dist/components/dropdown-item.js +2 -9
  131. package/dist/components/dropdown.js +4 -20
  132. package/dist/components/filter-chip.js +0 -3
  133. package/dist/components/group-item.js +5 -7
  134. package/dist/components/icon-button.js +6 -15
  135. package/dist/components/icon.js +3 -0
  136. package/dist/components/index.d.ts +65 -5
  137. package/dist/components/index.js +65 -5
  138. package/dist/components/ix-animated-tab.js +2 -0
  139. package/dist/components/ix-animated-tabs.js +4 -11
  140. package/dist/components/ix-basic-navigation.js +1 -3
  141. package/dist/components/ix-blind.js +1 -9
  142. package/dist/components/ix-breadcrumb-item.js +2 -0
  143. package/dist/components/ix-breadcrumb.js +3 -10
  144. package/dist/components/ix-category-filter.js +48 -28
  145. package/dist/components/ix-chip.js +3 -12
  146. package/dist/components/ix-counter-pill.js +2 -9
  147. package/dist/components/ix-datetime-picker.js +8 -52
  148. package/dist/components/ix-drawer.js +1 -19
  149. package/dist/components/ix-event-list-item.js +4 -6
  150. package/dist/components/ix-event-list.js +1 -12
  151. package/dist/components/ix-expanding-search.js +0 -9
  152. package/dist/components/ix-flip-tile.js +21 -2
  153. package/dist/components/ix-group-dropdown-item.js +2 -0
  154. package/dist/components/ix-group.js +1 -19
  155. package/dist/components/ix-kpi.js +3 -6
  156. package/dist/components/ix-map-navigation.js +9 -6
  157. package/dist/components/ix-menu-about-item.js +1 -0
  158. package/dist/components/ix-menu-about-news.js +2 -12
  159. package/dist/components/ix-menu-about.js +1 -6
  160. package/dist/components/ix-menu-avatar.js +3 -3
  161. package/dist/components/ix-menu-settings-item.js +1 -0
  162. package/dist/components/ix-menu-settings.js +1 -6
  163. package/dist/components/ix-menu.js +10 -45
  164. package/dist/components/ix-message-bar.js +2 -6
  165. package/dist/components/ix-modal-example.js +38 -2
  166. package/dist/components/ix-pill.js +3 -9
  167. package/dist/components/ix-select.js +5 -27
  168. package/dist/components/ix-split-button-item.js +2 -0
  169. package/dist/components/ix-split-button.js +1 -26
  170. package/dist/components/ix-tile.js +0 -3
  171. package/dist/components/ix-toast-container.js +0 -6
  172. package/dist/components/ix-toggle.js +0 -25
  173. package/dist/components/ix-tree.js +24 -6
  174. package/dist/components/ix-upload.js +18 -48
  175. package/dist/components/ix-validation-tooltip.js +3 -5
  176. package/dist/components/ix-workflow-step.js +0 -18
  177. package/dist/components/ix-workflow-steps.js +0 -12
  178. package/dist/components/map-navigation-overlay.js +35 -2
  179. package/dist/components/menu-avatar-item.js +2 -0
  180. package/dist/components/menu-item.js +4 -9
  181. package/dist/components/modal.js +9 -26
  182. package/dist/components/select-item.js +2 -6
  183. package/dist/components/spinner.js +0 -6
  184. package/dist/components/tab-item.js +1 -21
  185. package/dist/components/tabs.js +4 -19
  186. package/dist/components/time-picker.js +7 -40
  187. package/dist/components/toast.js +3 -9
  188. package/dist/components/tree-item.js +3 -0
  189. package/dist/esm/{base-button-7bfb747f.js → base-button-0b6635df.js} +3 -3
  190. package/dist/esm/{index-55cfd20d.js → index-b22287de.js} +467 -275
  191. package/dist/esm/index.js +2 -2
  192. package/dist/esm/ix-animated-tab_2.entry.js +7 -12
  193. package/dist/esm/ix-application-header.entry.js +2 -1
  194. package/dist/esm/ix-basic-navigation.entry.js +2 -4
  195. package/dist/esm/ix-blind.entry.js +2 -9
  196. package/dist/esm/ix-breadcrumb_2.entry.js +6 -11
  197. package/dist/esm/ix-button.entry.js +2 -25
  198. package/dist/esm/ix-category-filter.entry.js +16 -27
  199. package/dist/esm/ix-chip.entry.js +4 -13
  200. package/dist/esm/ix-counter-pill.entry.js +3 -10
  201. package/dist/esm/ix-date-picker_2.entry.js +23 -91
  202. package/dist/esm/ix-date-time-card.entry.js +1 -7
  203. package/dist/esm/ix-datetime-picker.entry.js +9 -53
  204. package/dist/esm/ix-drawer.entry.js +2 -20
  205. package/dist/esm/ix-dropdown_2.entry.js +7 -30
  206. package/dist/esm/ix-event-list_2.entry.js +6 -19
  207. package/dist/esm/ix-expanding-search.entry.js +1 -10
  208. package/dist/esm/ix-filter-chip.entry.js +1 -4
  209. package/dist/esm/ix-flip-tile_2.entry.js +4 -1
  210. package/dist/esm/ix-group_3.entry.js +9 -26
  211. package/dist/esm/ix-icon-button.entry.js +8 -17
  212. package/dist/esm/ix-icon.entry.js +4 -1
  213. package/dist/esm/ix-input-group.entry.js +1 -1
  214. package/dist/esm/ix-kpi.entry.js +4 -7
  215. package/dist/esm/ix-map-navigation_2.entry.js +44 -9
  216. package/dist/esm/ix-menu_9.entry.js +26 -82
  217. package/dist/esm/ix-message-bar.entry.js +3 -7
  218. package/dist/esm/ix-modal-example.entry.js +1 -1
  219. package/dist/esm/ix-modal_2.entry.js +2 -2
  220. package/dist/esm/ix-pill.entry.js +4 -10
  221. package/dist/esm/ix-select_2.entry.js +8 -34
  222. package/dist/esm/ix-spinner.entry.js +1 -7
  223. package/dist/esm/ix-split-button_2.entry.js +5 -28
  224. package/dist/esm/ix-tab-item.entry.js +2 -22
  225. package/dist/esm/ix-tabs.entry.js +5 -20
  226. package/dist/esm/ix-tile.entry.js +1 -4
  227. package/dist/esm/ix-toast_2.entry.js +4 -16
  228. package/dist/esm/ix-toggle.entry.js +1 -26
  229. package/dist/esm/ix-tree_2.entry.js +8 -5
  230. package/dist/esm/ix-upload.entry.js +2 -46
  231. package/dist/esm/ix-validation-tooltip.entry.js +4 -6
  232. package/dist/esm/ix-workflow-step_2.entry.js +1 -31
  233. package/dist/esm/loader.js +2 -2
  234. package/dist/esm/{modal-8ed87a6c.js → modal-f1e45879.js} +10 -27
  235. package/dist/esm/my-component.entry.js +1 -1
  236. package/dist/esm/polyfills/css-shim.js +1 -1
  237. package/dist/esm/siemens-ix.js +2 -2
  238. package/dist/siemens-ix/index.esm.js +1 -1
  239. package/dist/siemens-ix/p-003b58b3.js +1 -0
  240. package/dist/siemens-ix/p-0419f23d.entry.js +1 -0
  241. package/dist/siemens-ix/p-0cdac3da.entry.js +1 -0
  242. package/dist/siemens-ix/p-161561ef.entry.js +1 -0
  243. package/dist/siemens-ix/p-1686ce8c.entry.js +1 -0
  244. package/dist/siemens-ix/{p-df43662b.entry.js → p-18652f43.entry.js} +1 -1
  245. package/dist/siemens-ix/p-1cd8f35f.entry.js +1 -0
  246. package/dist/siemens-ix/{p-a49005f3.entry.js → p-1d1eeeea.entry.js} +1 -1
  247. package/dist/siemens-ix/{p-2b7ed5d4.entry.js → p-38a598ed.entry.js} +1 -1
  248. package/dist/siemens-ix/p-44ab1dce.entry.js +1 -0
  249. package/dist/siemens-ix/{p-81e46337.entry.js → p-477681a5.entry.js} +1 -1
  250. package/dist/siemens-ix/{p-d2fc562a.entry.js → p-4f2fbbb5.entry.js} +1 -1
  251. package/dist/siemens-ix/{p-71de6498.entry.js → p-56bba5f9.entry.js} +1 -1
  252. package/dist/siemens-ix/p-5b4399b3.entry.js +1 -0
  253. package/dist/siemens-ix/p-5c038d1d.js +2 -0
  254. package/dist/siemens-ix/p-6d075808.entry.js +1 -0
  255. package/dist/siemens-ix/p-72b5c8d5.entry.js +1 -0
  256. package/dist/siemens-ix/p-746ebc92.entry.js +1 -0
  257. package/dist/siemens-ix/p-7fb73253.entry.js +1 -0
  258. package/dist/siemens-ix/p-87c46ff3.entry.js +1 -0
  259. package/dist/siemens-ix/p-8c5948e2.entry.js +1 -0
  260. package/dist/siemens-ix/{p-03ef9fe5.entry.js → p-8e60010d.entry.js} +1 -1
  261. package/dist/siemens-ix/p-9cc43bf2.entry.js +1 -0
  262. package/dist/siemens-ix/p-a2e33741.entry.js +1 -0
  263. package/dist/siemens-ix/p-a3760331.entry.js +1 -0
  264. package/dist/siemens-ix/p-a4ed41f9.entry.js +1 -0
  265. package/dist/siemens-ix/p-aa620cc7.entry.js +1 -0
  266. package/dist/siemens-ix/p-afefc17c.entry.js +1 -0
  267. package/dist/siemens-ix/{p-5a1dcc74.js → p-b12006c6.js} +0 -0
  268. package/dist/siemens-ix/p-b18d15c7.entry.js +1 -0
  269. package/dist/siemens-ix/{p-cbd0f8a7.entry.js → p-b49fbfc3.entry.js} +1 -1
  270. package/dist/siemens-ix/p-b7a46add.entry.js +1 -0
  271. package/dist/siemens-ix/p-b8849072.entry.js +1 -0
  272. package/dist/siemens-ix/p-c0a126c6.entry.js +1 -0
  273. package/dist/siemens-ix/p-c1674778.entry.js +1 -0
  274. package/dist/siemens-ix/p-ca8a41ea.entry.js +1 -0
  275. package/dist/siemens-ix/{p-77823732.entry.js → p-d1a17dd8.entry.js} +1 -1
  276. package/dist/siemens-ix/p-d5199425.entry.js +1 -0
  277. package/dist/siemens-ix/{p-fa44655a.entry.js → p-d62d2304.entry.js} +1 -1
  278. package/dist/siemens-ix/{p-b4003026.entry.js → p-dc8f82d5.entry.js} +1 -1
  279. package/dist/siemens-ix/{p-1d56d9b6.entry.js → p-e0c85889.entry.js} +1 -1
  280. package/dist/siemens-ix/p-e5da6672.entry.js +1 -0
  281. package/dist/siemens-ix/{p-4287bd7e.entry.js → p-eff31ef4.entry.js} +1 -1
  282. package/dist/siemens-ix/{p-bd15d8ca.entry.js → p-f34f7e30.entry.js} +1 -1
  283. package/dist/siemens-ix/p-fca4a226.entry.js +1 -0
  284. package/dist/siemens-ix/siemens-ix.css +3 -0
  285. package/dist/siemens-ix/siemens-ix.esm.js +1 -1
  286. package/dist/types/components/date-picker/date-picker.d.ts +4 -4
  287. package/dist/types/components/datetime-picker/datetime-picker.d.ts +4 -3
  288. package/dist/types/components/map-navigation/map-navigation.d.ts +2 -0
  289. package/dist/types/components/map-navigation-overlay/map-navigation-overlay.d.ts +4 -0
  290. package/dist/types/components/menu-item/menu-item.d.ts +4 -0
  291. package/dist/types/components/modal/modal.d.ts +1 -1
  292. package/dist/types/components/time-picker/time-picker.d.ts +1 -2
  293. package/dist/types/components/upload/upload.d.ts +1 -1
  294. package/dist/types/components.d.ts +221 -74
  295. package/dist/types/stencil-public-runtime.d.ts +20 -4
  296. package/loader/package.json +1 -0
  297. package/package.json +4 -6
  298. package/scss/components/_buttons.scss +1 -0
  299. package/scss/components/_dropdown.scss +3 -0
  300. package/src/components/date-picker/readme.md +3 -3
  301. package/src/components/datetime-picker/readme.md +3 -3
  302. package/src/components/map-navigation/readme.md +2 -2
  303. package/src/components/menu-item/readme.md +8 -8
  304. package/src/components/modal/readme.md +1 -1
  305. package/src/components/time-picker/readme.md +2 -2
  306. package/src/components/upload/readme.md +13 -13
  307. package/dist/components/default-tree-item.js +0 -20
  308. package/dist/components/flip-tile-state.js +0 -18
  309. package/dist/components/logical-filter-operator.js +0 -33
  310. package/dist/components/modal-utils.js +0 -38
  311. package/dist/components/upload-file-state.js +0 -17
  312. package/dist/siemens-ix/p-02501b64.entry.js +0 -1
  313. package/dist/siemens-ix/p-0e315bd7.entry.js +0 -1
  314. package/dist/siemens-ix/p-235606b2.entry.js +0 -1
  315. package/dist/siemens-ix/p-301ddeb7.js +0 -1
  316. package/dist/siemens-ix/p-334b7d5c.entry.js +0 -1
  317. package/dist/siemens-ix/p-3f809fb3.entry.js +0 -1
  318. package/dist/siemens-ix/p-47ea9884.js +0 -1
  319. package/dist/siemens-ix/p-52d99490.entry.js +0 -1
  320. package/dist/siemens-ix/p-5f9f25ef.entry.js +0 -1
  321. package/dist/siemens-ix/p-5fed62f8.entry.js +0 -1
  322. package/dist/siemens-ix/p-6726f740.entry.js +0 -1
  323. package/dist/siemens-ix/p-67c2bca6.entry.js +0 -1
  324. package/dist/siemens-ix/p-78df1e46.entry.js +0 -1
  325. package/dist/siemens-ix/p-7d667916.entry.js +0 -1
  326. package/dist/siemens-ix/p-7f5a2e3c.entry.js +0 -1
  327. package/dist/siemens-ix/p-8239c3a1.entry.js +0 -1
  328. package/dist/siemens-ix/p-893b7bf6.entry.js +0 -1
  329. package/dist/siemens-ix/p-94b86dec.entry.js +0 -1
  330. package/dist/siemens-ix/p-a8396077.entry.js +0 -1
  331. package/dist/siemens-ix/p-ab715295.entry.js +0 -1
  332. package/dist/siemens-ix/p-b93c2fab.entry.js +0 -1
  333. package/dist/siemens-ix/p-be1ec062.entry.js +0 -1
  334. package/dist/siemens-ix/p-bf5513a0.entry.js +0 -1
  335. package/dist/siemens-ix/p-c0c9fb81.entry.js +0 -1
  336. package/dist/siemens-ix/p-c3738ffc.entry.js +0 -1
  337. package/dist/siemens-ix/p-c792adb4.entry.js +0 -1
  338. package/dist/siemens-ix/p-c9a5d942.entry.js +0 -1
  339. package/dist/siemens-ix/p-cb6e62ff.entry.js +0 -1
  340. package/dist/siemens-ix/p-f2636faf.entry.js +0 -1
  341. package/dist/siemens-ix/p-fe5db4d1.entry.js +0 -1
  342. package/scripts/post-install/post-install.mjs +0 -111
@@ -6,13 +6,12 @@
6
6
  * This source code is licensed under the MIT license found in the
7
7
  * LICENSE file in the root directory of this source tree.
8
8
  */
9
- import { Component, Element, Event, h, Host, Method, Prop, State } from '@stencil/core';
9
+ import { h, Host, } from '@stencil/core';
10
10
  import anime from 'animejs';
11
11
  export class MapNavigation {
12
12
  constructor() {
13
- /**
14
- * Hide the sidebar context menu button when set to true
15
- */
13
+ this.applicationName = undefined;
14
+ this.navigationTitle = undefined;
16
15
  this.hideContextMenu = true;
17
16
  this.isSidebarOpen = true;
18
17
  }
@@ -33,7 +32,6 @@ export class MapNavigation {
33
32
  }
34
33
  componentDidRender() {
35
34
  this.appendMenu();
36
- // this.openOverlay('Test', document.createElement('ix-breadcrumb'), 'info', 'color-warning');
37
35
  this.closeOverlay();
38
36
  }
39
37
  appendMenu() {
@@ -86,6 +84,7 @@ export class MapNavigation {
86
84
  }
87
85
  /**
88
86
  * Open a overlay inside content area
87
+ * @deprecated will get removed with next major release in favor of slot based approach
89
88
  *
90
89
  * @param name
91
90
  * @param component
@@ -114,6 +113,7 @@ export class MapNavigation {
114
113
  }
115
114
  /**
116
115
  * Close current shown overlay
116
+ * @deprecated will get removed with next major release in favor of slot based approach
117
117
  */
118
118
  async closeOverlay() {
119
119
  anime({
@@ -125,203 +125,204 @@ export class MapNavigation {
125
125
  easing: 'easeInSine',
126
126
  complete: () => {
127
127
  var _a;
128
+ if (!this.overlay) {
129
+ return;
130
+ }
128
131
  (_a = this.overlay.firstChild) === null || _a === void 0 ? void 0 : _a.remove();
129
132
  this.overlay.classList.add('d-none');
130
133
  },
131
134
  });
132
135
  }
133
136
  render() {
134
- return (h(Host, null,
135
- h("div", { id: "menu-placeholder" }),
136
- h("div", { class: "map-nav" },
137
- h("div", { class: "map-nav-sidebar" },
138
- h("div", { class: "map-nav-header" },
139
- h("div", { class: "map-nav-header-brand" },
140
- h("div", { class: "map-nav-brand-logo" },
141
- h("slot", { name: "logo" })),
142
- h("span", { class: "map-nav-brand-title" }, this.applicationName))),
143
- h("div", { class: "map-nav-sidebar-content" },
144
- h("div", { class: "map-nav-sidebar-static-content" },
145
- h("div", { class: "map-nav-title" }, this.navigationTitle),
146
- this.hideContextMenu ? ('') : (h("ix-icon-button", { icon: "context-menu", ghost: true, size: "24", variant: "Secondary", onClick: (_) => this.contextMenuClick.emit() }))),
147
- h("div", { class: "map-nav-sidebar-user-content" },
148
- h("slot", { name: "sidebar-content" })))),
149
- h("div", { class: "content" },
150
- h("div", { class: "map-nav-header-content bg-2" },
151
- h("slot", { name: "content-header" })),
152
- h("main", null,
153
- h("slot", null)),
154
- h("div", { id: "overlay" })))));
137
+ return (h(Host, null, h("div", { id: "menu-placeholder" }), h("div", { class: "map-nav" }, h("div", { class: "map-nav-sidebar" }, h("div", { class: "map-nav-header" }, h("div", { class: "map-nav-header-brand" }, h("div", { class: "map-nav-brand-logo" }, h("slot", { name: "logo" })), h("span", { class: "map-nav-brand-title" }, this.applicationName))), h("div", { class: "map-nav-sidebar-content" }, h("div", { class: "map-nav-sidebar-static-content" }, h("div", { class: "map-nav-title" }, this.navigationTitle), this.hideContextMenu ? ('') : (h("ix-icon-button", { icon: "context-menu", ghost: true, size: "24", variant: "Secondary", onClick: (_) => this.contextMenuClick.emit() }))), h("div", { class: "map-nav-sidebar-user-content" }, h("slot", { name: "sidebar-content" })))), h("div", { class: "content" }, h("div", { class: "map-nav-header-content bg-2" }, h("slot", { name: "content-header" })), h("main", null, h("slot", null))))));
155
138
  }
156
139
  static get is() { return "ix-map-navigation"; }
157
140
  static get encapsulation() { return "scoped"; }
158
- static get originalStyleUrls() { return {
159
- "$": ["map-navigation.scss"]
160
- }; }
161
- static get styleUrls() { return {
162
- "$": ["map-navigation.css"]
163
- }; }
164
- static get properties() { return {
165
- "applicationName": {
166
- "type": "string",
167
- "mutable": false,
168
- "complexType": {
169
- "original": "string",
170
- "resolved": "string",
171
- "references": {}
172
- },
173
- "required": false,
174
- "optional": false,
175
- "docs": {
176
- "tags": [],
177
- "text": "Application name"
178
- },
179
- "attribute": "application-name",
180
- "reflect": false
181
- },
182
- "navigationTitle": {
183
- "type": "string",
184
- "mutable": false,
185
- "complexType": {
186
- "original": "string",
187
- "resolved": "string",
188
- "references": {}
189
- },
190
- "required": false,
191
- "optional": false,
192
- "docs": {
193
- "tags": [],
194
- "text": "Navigation title"
195
- },
196
- "attribute": "navigation-title",
197
- "reflect": false
198
- },
199
- "hideContextMenu": {
200
- "type": "boolean",
201
- "mutable": false,
202
- "complexType": {
203
- "original": "boolean",
204
- "resolved": "boolean",
205
- "references": {}
206
- },
207
- "required": false,
208
- "optional": false,
209
- "docs": {
210
- "tags": [],
211
- "text": "Hide the sidebar context menu button when set to true"
212
- },
213
- "attribute": "hide-context-menu",
214
- "reflect": false,
215
- "defaultValue": "true"
216
- }
217
- }; }
218
- static get states() { return {
219
- "isSidebarOpen": {}
220
- }; }
221
- static get events() { return [{
222
- "method": "navigationToggled",
223
- "name": "navigationToggled",
224
- "bubbles": true,
225
- "cancelable": true,
226
- "composed": true,
227
- "docs": {
228
- "tags": [],
229
- "text": "Navigation toggled"
141
+ static get originalStyleUrls() {
142
+ return {
143
+ "$": ["map-navigation.scss"]
144
+ };
145
+ }
146
+ static get styleUrls() {
147
+ return {
148
+ "$": ["map-navigation.css"]
149
+ };
150
+ }
151
+ static get properties() {
152
+ return {
153
+ "applicationName": {
154
+ "type": "string",
155
+ "mutable": false,
156
+ "complexType": {
157
+ "original": "string",
158
+ "resolved": "string",
159
+ "references": {}
160
+ },
161
+ "required": false,
162
+ "optional": false,
163
+ "docs": {
164
+ "tags": [],
165
+ "text": "Application name"
166
+ },
167
+ "attribute": "application-name",
168
+ "reflect": false
230
169
  },
231
- "complexType": {
232
- "original": "boolean",
233
- "resolved": "boolean",
234
- "references": {}
235
- }
236
- }, {
237
- "method": "contextMenuClick",
238
- "name": "contextMenuClick",
239
- "bubbles": true,
240
- "cancelable": true,
241
- "composed": true,
242
- "docs": {
243
- "tags": [],
244
- "text": "Context menu clicked"
170
+ "navigationTitle": {
171
+ "type": "string",
172
+ "mutable": false,
173
+ "complexType": {
174
+ "original": "string",
175
+ "resolved": "string",
176
+ "references": {}
177
+ },
178
+ "required": false,
179
+ "optional": false,
180
+ "docs": {
181
+ "tags": [],
182
+ "text": "Navigation title"
183
+ },
184
+ "attribute": "navigation-title",
185
+ "reflect": false
245
186
  },
246
- "complexType": {
247
- "original": "void",
248
- "resolved": "void",
249
- "references": {}
187
+ "hideContextMenu": {
188
+ "type": "boolean",
189
+ "mutable": false,
190
+ "complexType": {
191
+ "original": "boolean",
192
+ "resolved": "boolean",
193
+ "references": {}
194
+ },
195
+ "required": false,
196
+ "optional": false,
197
+ "docs": {
198
+ "tags": [],
199
+ "text": "Hide the sidebar context menu button when set to true"
200
+ },
201
+ "attribute": "hide-context-menu",
202
+ "reflect": false,
203
+ "defaultValue": "true"
250
204
  }
251
- }]; }
252
- static get methods() { return {
253
- "openOverlay": {
254
- "complexType": {
255
- "signature": "(name: string, component: HTMLElement, icon?: string, color?: string) => Promise<void>",
256
- "parameters": [{
257
- "tags": [{
258
- "name": "param",
259
- "text": "name"
260
- }],
261
- "text": ""
262
- }, {
263
- "tags": [{
264
- "name": "param",
265
- "text": "component"
266
- }],
267
- "text": ""
268
- }, {
269
- "tags": [{
270
- "name": "param",
271
- "text": "icon"
272
- }],
273
- "text": ""
274
- }, {
275
- "tags": [{
276
- "name": "param",
277
- "text": "color"
278
- }],
279
- "text": ""
280
- }],
281
- "references": {
282
- "Promise": {
283
- "location": "global"
205
+ };
206
+ }
207
+ static get states() {
208
+ return {
209
+ "isSidebarOpen": {}
210
+ };
211
+ }
212
+ static get events() {
213
+ return [{
214
+ "method": "navigationToggled",
215
+ "name": "navigationToggled",
216
+ "bubbles": true,
217
+ "cancelable": true,
218
+ "composed": true,
219
+ "docs": {
220
+ "tags": [],
221
+ "text": "Navigation toggled"
222
+ },
223
+ "complexType": {
224
+ "original": "boolean",
225
+ "resolved": "boolean",
226
+ "references": {}
227
+ }
228
+ }, {
229
+ "method": "contextMenuClick",
230
+ "name": "contextMenuClick",
231
+ "bubbles": true,
232
+ "cancelable": true,
233
+ "composed": true,
234
+ "docs": {
235
+ "tags": [],
236
+ "text": "Context menu clicked"
237
+ },
238
+ "complexType": {
239
+ "original": "void",
240
+ "resolved": "void",
241
+ "references": {}
242
+ }
243
+ }];
244
+ }
245
+ static get methods() {
246
+ return {
247
+ "openOverlay": {
248
+ "complexType": {
249
+ "signature": "(name: string, component: HTMLElement, icon?: string, color?: string) => Promise<void>",
250
+ "parameters": [{
251
+ "tags": [{
252
+ "name": "param",
253
+ "text": "name"
254
+ }],
255
+ "text": ""
256
+ }, {
257
+ "tags": [{
258
+ "name": "param",
259
+ "text": "component"
260
+ }],
261
+ "text": ""
262
+ }, {
263
+ "tags": [{
264
+ "name": "param",
265
+ "text": "icon"
266
+ }],
267
+ "text": ""
268
+ }, {
269
+ "tags": [{
270
+ "name": "param",
271
+ "text": "color"
272
+ }],
273
+ "text": ""
274
+ }],
275
+ "references": {
276
+ "Promise": {
277
+ "location": "global"
278
+ },
279
+ "HTMLElement": {
280
+ "location": "global"
281
+ }
284
282
  },
285
- "HTMLElement": {
286
- "location": "global"
287
- }
283
+ "return": "Promise<void>"
288
284
  },
289
- "return": "Promise<void>"
285
+ "docs": {
286
+ "text": "Open a overlay inside content area",
287
+ "tags": [{
288
+ "name": "deprecated",
289
+ "text": "will get removed with next major release in favor of slot based approach"
290
+ }, {
291
+ "name": "param",
292
+ "text": "name"
293
+ }, {
294
+ "name": "param",
295
+ "text": "component"
296
+ }, {
297
+ "name": "param",
298
+ "text": "icon"
299
+ }, {
300
+ "name": "param",
301
+ "text": "color"
302
+ }]
303
+ }
290
304
  },
291
- "docs": {
292
- "text": "Open a overlay inside content area",
293
- "tags": [{
294
- "name": "param",
295
- "text": "name"
296
- }, {
297
- "name": "param",
298
- "text": "component"
299
- }, {
300
- "name": "param",
301
- "text": "icon"
302
- }, {
303
- "name": "param",
304
- "text": "color"
305
- }]
306
- }
307
- },
308
- "closeOverlay": {
309
- "complexType": {
310
- "signature": "() => Promise<void>",
311
- "parameters": [],
312
- "references": {
313
- "Promise": {
314
- "location": "global"
315
- }
305
+ "closeOverlay": {
306
+ "complexType": {
307
+ "signature": "() => Promise<void>",
308
+ "parameters": [],
309
+ "references": {
310
+ "Promise": {
311
+ "location": "global"
312
+ }
313
+ },
314
+ "return": "Promise<void>"
316
315
  },
317
- "return": "Promise<void>"
318
- },
319
- "docs": {
320
- "text": "Close current shown overlay",
321
- "tags": []
316
+ "docs": {
317
+ "text": "Close current shown overlay",
318
+ "tags": [{
319
+ "name": "deprecated",
320
+ "text": "will get removed with next major release in favor of slot based approach"
321
+ }]
322
+ }
322
323
  }
323
- }
324
- }; }
324
+ };
325
+ }
325
326
  static get elementRef() { return "hostElement"; }
326
327
  }
327
328
  MapNavigation.defaultTime = 150;
@@ -191,6 +191,7 @@ a {
191
191
  width: 100%;
192
192
  height: 100%;
193
193
  z-index: 2;
194
+ top: 0;
194
195
  background-color: var(--theme-overlay--background);
195
196
  }
196
197
  :host .overlay-header {
@@ -6,100 +6,136 @@
6
6
  * This source code is licensed under the MIT license found in the
7
7
  * LICENSE file in the root directory of this source tree.
8
8
  */
9
- import { Component, Event, h, Host, Prop } from '@stencil/core';
9
+ import { h, Host, } from '@stencil/core';
10
+ import anime from 'animejs';
10
11
  export class MapNavigationOverlay {
12
+ constructor() {
13
+ this.name = undefined;
14
+ this.icon = undefined;
15
+ this.color = undefined;
16
+ }
17
+ componentWillLoad() {
18
+ anime({
19
+ targets: this.hostElement,
20
+ duration: MapNavigationOverlay.slowTime,
21
+ backdropFilter: [0, 'blur(1rem)'],
22
+ translateX: ['-4rem', 0],
23
+ opacity: [0, 1],
24
+ easing: 'easeOutSine',
25
+ begin: () => {
26
+ this.hostElement.classList.remove('d-none');
27
+ }
28
+ });
29
+ }
30
+ closeOverlay() {
31
+ anime({
32
+ targets: this.hostElement,
33
+ duration: MapNavigationOverlay.slowTime,
34
+ backdropFilter: ['blur(1rem)', 0],
35
+ translateX: [0, '-4rem'],
36
+ opacity: [1, 0],
37
+ easing: 'easeInSine',
38
+ complete: () => {
39
+ this.closeClick.emit();
40
+ this.hostElement.classList.add('d-none');
41
+ },
42
+ });
43
+ }
11
44
  render() {
12
- return (h(Host, null,
13
- h("div", { class: "overlay-header" },
14
- h("div", { class: {
15
- 'color-indicator': true,
16
- 'd-none': this.color === 'undefined' || this.color === undefined,
17
- }, style: {
18
- 'background-color': this.color
19
- ? `var(--theme-${this.color})`
20
- : '',
21
- } }),
22
- h("div", { class: "overlay-header-content" },
23
- h("ix-icon", { size: "32", name: this.icon }),
24
- h("span", { class: "overlay-header-title", title: this.name }, this.name)),
25
- h("ix-icon-button", { class: "overlay-close", invisible: true, icon: "close", size: "24", onClick: () => this.closeClick.emit() })),
26
- h("slot", null)));
45
+ return (h(Host, null, h("div", { class: "overlay-header" }, h("div", { class: {
46
+ 'color-indicator': true,
47
+ 'd-none': this.color === 'undefined' || this.color === undefined,
48
+ }, style: {
49
+ 'background-color': this.color
50
+ ? `var(--theme-${this.color})`
51
+ : '',
52
+ } }), h("div", { class: "overlay-header-content" }, h("ix-icon", { size: "32", name: this.icon }), h("span", { class: "overlay-header-title", title: this.name }, this.name)), h("ix-icon-button", { class: "overlay-close", invisible: true, icon: "close", size: "24", onClick: () => this.closeOverlay() })), h("slot", null)));
27
53
  }
28
54
  static get is() { return "ix-map-navigation-overlay"; }
29
55
  static get encapsulation() { return "scoped"; }
30
- static get originalStyleUrls() { return {
31
- "$": ["map-navigation-overlay.scss"]
32
- }; }
33
- static get styleUrls() { return {
34
- "$": ["map-navigation-overlay.css"]
35
- }; }
36
- static get properties() { return {
37
- "name": {
38
- "type": "string",
39
- "mutable": false,
40
- "complexType": {
41
- "original": "string",
42
- "resolved": "string",
43
- "references": {}
44
- },
45
- "required": false,
46
- "optional": false,
47
- "docs": {
48
- "tags": [],
49
- "text": "Title of overlay"
50
- },
51
- "attribute": "name",
52
- "reflect": false
53
- },
54
- "icon": {
55
- "type": "string",
56
- "mutable": false,
57
- "complexType": {
58
- "original": "string",
59
- "resolved": "string",
60
- "references": {}
61
- },
62
- "required": false,
63
- "optional": false,
64
- "docs": {
65
- "tags": [],
66
- "text": "Icon of overlay"
67
- },
68
- "attribute": "icon",
69
- "reflect": false
70
- },
71
- "color": {
72
- "type": "string",
73
- "mutable": false,
74
- "complexType": {
75
- "original": "string",
76
- "resolved": "string",
77
- "references": {}
78
- },
79
- "required": false,
80
- "optional": false,
81
- "docs": {
82
- "tags": [],
83
- "text": "Color of icon"
56
+ static get originalStyleUrls() {
57
+ return {
58
+ "$": ["map-navigation-overlay.scss"]
59
+ };
60
+ }
61
+ static get styleUrls() {
62
+ return {
63
+ "$": ["map-navigation-overlay.css"]
64
+ };
65
+ }
66
+ static get properties() {
67
+ return {
68
+ "name": {
69
+ "type": "string",
70
+ "mutable": false,
71
+ "complexType": {
72
+ "original": "string",
73
+ "resolved": "string",
74
+ "references": {}
75
+ },
76
+ "required": false,
77
+ "optional": false,
78
+ "docs": {
79
+ "tags": [],
80
+ "text": "Title of overlay"
81
+ },
82
+ "attribute": "name",
83
+ "reflect": false
84
84
  },
85
- "attribute": "color",
86
- "reflect": false
87
- }
88
- }; }
89
- static get events() { return [{
90
- "method": "closeClick",
91
- "name": "closeClick",
92
- "bubbles": true,
93
- "cancelable": true,
94
- "composed": true,
95
- "docs": {
96
- "tags": [],
97
- "text": "Event closed"
85
+ "icon": {
86
+ "type": "string",
87
+ "mutable": false,
88
+ "complexType": {
89
+ "original": "string",
90
+ "resolved": "string",
91
+ "references": {}
92
+ },
93
+ "required": false,
94
+ "optional": false,
95
+ "docs": {
96
+ "tags": [],
97
+ "text": "Icon of overlay"
98
+ },
99
+ "attribute": "icon",
100
+ "reflect": false
98
101
  },
99
- "complexType": {
100
- "original": "any",
101
- "resolved": "any",
102
- "references": {}
102
+ "color": {
103
+ "type": "string",
104
+ "mutable": false,
105
+ "complexType": {
106
+ "original": "string",
107
+ "resolved": "string",
108
+ "references": {}
109
+ },
110
+ "required": false,
111
+ "optional": false,
112
+ "docs": {
113
+ "tags": [],
114
+ "text": "Color of icon"
115
+ },
116
+ "attribute": "color",
117
+ "reflect": false
103
118
  }
104
- }]; }
119
+ };
120
+ }
121
+ static get events() {
122
+ return [{
123
+ "method": "closeClick",
124
+ "name": "closeClick",
125
+ "bubbles": true,
126
+ "cancelable": true,
127
+ "composed": true,
128
+ "docs": {
129
+ "tags": [],
130
+ "text": "Event closed"
131
+ },
132
+ "complexType": {
133
+ "original": "any",
134
+ "resolved": "any",
135
+ "references": {}
136
+ }
137
+ }];
138
+ }
139
+ static get elementRef() { return "hostElement"; }
105
140
  }
141
+ MapNavigationOverlay.slowTime = 500;