@sme.up/ketchup 4.0.0 → 4.2.0-SNAPSHOT

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 (295) hide show
  1. package/README.md +3 -3
  2. package/dist/cjs/cell-utils-1d44a3f0.js +168 -0
  3. package/dist/cjs/f-button-a5788453.js +105 -0
  4. package/dist/cjs/f-cell-eba6f39e.js +727 -0
  5. package/dist/cjs/f-chip-ce69b7d2.js +141 -0
  6. package/dist/cjs/{f-image-5f4f29ca.js → f-image-e03842eb.js} +4 -5
  7. package/dist/cjs/{index-3c471303.js → index-0416afab.js} +73 -64
  8. package/dist/cjs/ketchup.cjs.js +3 -3
  9. package/dist/cjs/kup-accordion.cjs.entry.js +6 -8
  10. package/dist/cjs/{kup-autocomplete_29.cjs.entry.js → kup-autocomplete_28.cjs.entry.js} +1678 -2558
  11. package/dist/cjs/kup-calendar.cjs.entry.js +30 -30
  12. package/dist/cjs/kup-cell.cjs.entry.js +201 -0
  13. package/dist/cjs/kup-dash-list.cjs.entry.js +15 -7
  14. package/dist/cjs/kup-dash_2.cjs.entry.js +104 -62
  15. package/dist/cjs/kup-drawer.cjs.entry.js +4 -6
  16. package/dist/cjs/kup-field.cjs.entry.js +3 -5
  17. package/dist/cjs/kup-iframe.cjs.entry.js +3 -4
  18. package/dist/cjs/kup-lazy.cjs.entry.js +4 -6
  19. package/dist/cjs/kup-magic-box.cjs.entry.js +21 -31
  20. package/dist/cjs/kup-manager-75f1a2cd.js +5794 -0
  21. package/dist/cjs/kup-nav-bar.cjs.entry.js +4 -6
  22. package/dist/cjs/kup-probe.cjs.entry.js +3 -4
  23. package/dist/cjs/kup-qlik.cjs.entry.js +2 -3
  24. package/dist/cjs/kup-snackbar.cjs.entry.js +152 -0
  25. package/dist/cjs/loader.cjs.js +3 -3
  26. package/dist/cjs/{utils-2af73538.js → utils-b3ec89fe.js} +18 -26
  27. package/dist/collection/assets/cell.js +51 -0
  28. package/dist/collection/assets/data-table.js +518 -45
  29. package/dist/collection/assets/index.js +8 -0
  30. package/dist/collection/assets/snackbar.js +32 -0
  31. package/dist/collection/collection-manifest.json +6 -6
  32. package/dist/collection/components/kup-accordion/kup-accordion.css +0 -213
  33. package/dist/collection/components/kup-accordion/kup-accordion.js +15 -16
  34. package/dist/collection/components/kup-autocomplete/kup-autocomplete-declarations.js +2 -2
  35. package/dist/collection/components/kup-autocomplete/kup-autocomplete.css +5 -2381
  36. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +83 -111
  37. package/dist/collection/components/kup-badge/kup-badge.css +1 -35
  38. package/dist/collection/components/kup-badge/kup-badge.js +13 -14
  39. package/dist/collection/components/kup-box/kup-box.css +47 -780
  40. package/dist/collection/components/kup-box/kup-box.js +240 -366
  41. package/dist/collection/components/kup-button/kup-button.css +0 -333
  42. package/dist/collection/components/kup-button/kup-button.js +27 -28
  43. package/dist/collection/components/kup-button-list/kup-button-list.css +0 -332
  44. package/dist/collection/components/kup-button-list/kup-button-list.js +19 -20
  45. package/dist/collection/components/kup-calendar/kup-calendar.css +0 -517
  46. package/dist/collection/components/kup-calendar/kup-calendar.js +47 -45
  47. package/dist/collection/components/kup-card/dialog/kup-card-dialog.js +18 -0
  48. package/dist/collection/components/kup-card/kup-card-helper.js +19 -1
  49. package/dist/collection/components/kup-card/kup-card.css +147 -216
  50. package/dist/collection/components/kup-card/kup-card.js +80 -29
  51. package/dist/collection/components/kup-card/standard/kup-card-standard.js +75 -0
  52. package/dist/collection/components/kup-cell/kup-cell-declarations.js +11 -0
  53. package/dist/collection/components/kup-cell/kup-cell.css +20 -0
  54. package/dist/collection/components/kup-cell/kup-cell.js +413 -0
  55. package/dist/collection/components/kup-chart/kup-chart.js +41 -42
  56. package/dist/collection/components/kup-checkbox/kup-checkbox.css +0 -214
  57. package/dist/collection/components/kup-checkbox/kup-checkbox.js +19 -20
  58. package/dist/collection/components/kup-chip/kup-chip.css +0 -217
  59. package/dist/collection/components/kup-chip/kup-chip.js +15 -16
  60. package/dist/collection/components/kup-color-picker/kup-color-picker.css +7 -2380
  61. package/dist/collection/components/kup-color-picker/kup-color-picker.js +41 -41
  62. package/dist/collection/components/kup-combobox/kup-combobox-declarations.js +1 -0
  63. package/dist/collection/components/kup-combobox/kup-combobox.css +5 -2381
  64. package/dist/collection/components/kup-combobox/kup-combobox.js +68 -28
  65. package/dist/collection/components/kup-dash-list/kup-dash-list.js +13 -4
  66. package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +3 -1
  67. package/dist/collection/components/kup-data-table/kup-data-table-helper.js +61 -102
  68. package/dist/collection/components/kup-data-table/kup-data-table-state.js +1 -1
  69. package/dist/collection/components/kup-data-table/kup-data-table.css +127 -3203
  70. package/dist/collection/components/kup-data-table/kup-data-table.js +568 -1085
  71. package/dist/collection/components/kup-date-picker/kup-date-picker.css +6 -8
  72. package/dist/collection/components/kup-date-picker/kup-date-picker.js +77 -106
  73. package/dist/collection/components/kup-drawer/kup-drawer.js +9 -10
  74. package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.css +12 -340
  75. package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +56 -45
  76. package/dist/collection/components/kup-field/kup-field.js +21 -22
  77. package/dist/collection/components/kup-gauge/kup-gauge.js +17 -18
  78. package/dist/collection/components/kup-grid/kup-grid.css +2 -1
  79. package/dist/collection/components/kup-grid/kup-grid.js +13 -14
  80. package/dist/collection/components/kup-iframe/kup-iframe.js +4 -4
  81. package/dist/collection/components/kup-image/assets/svg/ketchup.svg +74 -0
  82. package/dist/collection/components/kup-image/assets/svg/smeup.svg +59 -0
  83. package/dist/collection/components/kup-image/kup-image.css +0 -32
  84. package/dist/collection/components/kup-image/kup-image.js +25 -26
  85. package/dist/collection/components/kup-lazy/kup-lazy.js +17 -18
  86. package/dist/collection/components/kup-list/kup-list-declarations.js +1 -1
  87. package/dist/collection/components/kup-list/kup-list.css +4 -260
  88. package/dist/collection/components/kup-list/kup-list.js +39 -49
  89. package/dist/collection/components/kup-magic-box/kup-magic-box.css +13 -39
  90. package/dist/collection/components/kup-magic-box/kup-magic-box.js +29 -38
  91. package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +11 -12
  92. package/dist/collection/components/kup-paginator/kup-paginator.css +0 -332
  93. package/dist/collection/components/kup-paginator/kup-paginator.js +44 -12
  94. package/dist/collection/components/kup-probe/kup-probe.js +9 -9
  95. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +21 -22
  96. package/dist/collection/components/kup-radio/kup-radio.js +17 -18
  97. package/dist/collection/components/kup-rating/kup-rating.js +15 -16
  98. package/dist/collection/components/kup-snackbar/kup-snackbar-declarations.js +13 -0
  99. package/dist/collection/components/kup-snackbar/kup-snackbar.css +75 -0
  100. package/dist/collection/components/kup-snackbar/kup-snackbar.js +390 -0
  101. package/dist/collection/components/kup-spinner/kup-spinner.js +23 -24
  102. package/dist/collection/components/kup-switch/kup-switch.css +0 -156
  103. package/dist/collection/components/kup-switch/kup-switch.js +17 -18
  104. package/dist/collection/components/kup-tab-bar/kup-tab-bar.css +0 -199
  105. package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +13 -14
  106. package/dist/collection/components/kup-text-field/kup-text-field-declarations.js +1 -0
  107. package/dist/collection/components/kup-text-field/kup-text-field.css +3 -2371
  108. package/dist/collection/components/kup-text-field/kup-text-field.js +77 -51
  109. package/dist/collection/components/kup-time-picker/kup-time-picker.css +6 -0
  110. package/dist/collection/components/kup-time-picker/kup-time-picker.js +55 -85
  111. package/dist/collection/components/kup-tooltip/kup-tooltip.js +24 -14
  112. package/dist/collection/components/kup-tree/kup-tree.css +27 -371
  113. package/dist/collection/components/kup-tree/kup-tree.js +158 -383
  114. package/dist/collection/f-components/f-button/f-button.js +4 -2
  115. package/dist/collection/f-components/f-cell/f-cell-declarations.js +143 -0
  116. package/dist/collection/f-components/f-cell/f-cell.js +467 -0
  117. package/dist/collection/f-components/f-checkbox/f-checkbox.js +1 -1
  118. package/dist/collection/f-components/f-chip/f-chip.js +2 -2
  119. package/dist/collection/f-components/f-image/f-image.js +2 -3
  120. package/dist/collection/f-components/f-switch/f-switch.js +1 -1
  121. package/dist/collection/f-components/f-text-field/f-text-field-mdc.js +1 -1
  122. package/dist/collection/f-components/f-text-field/f-text-field.js +25 -21
  123. package/dist/collection/utils/cell-utils.js +18 -222
  124. package/dist/collection/utils/filters/filters.js +31 -37
  125. package/dist/collection/utils/kup-column-menu/kup-column-menu.js +15 -3
  126. package/dist/collection/utils/kup-dates/kup-dates.js +14 -2
  127. package/dist/collection/utils/kup-debug/kup-debug-browser-utils.js +3 -3
  128. package/dist/collection/utils/kup-debug/kup-debug.js +57 -29
  129. package/dist/collection/utils/kup-dynamic-position/kup-dynamic-position.js +5 -7
  130. package/dist/collection/utils/kup-interact/kup-interact-declarations.js +48 -0
  131. package/dist/collection/utils/kup-interact/kup-interact.js +379 -0
  132. package/dist/collection/utils/kup-language/kup-language-declarations.js +2 -0
  133. package/dist/collection/utils/kup-language/kup-language.js +1 -1
  134. package/dist/collection/utils/kup-manager/kup-manager.js +47 -10
  135. package/dist/collection/utils/kup-objects/kup-objects.js +9 -33
  136. package/dist/collection/utils/kup-scroll-on-hover/kup-scroll-on-hover.js +60 -62
  137. package/dist/collection/utils/kup-search/kup-search-declarations.js +1 -0
  138. package/dist/collection/utils/kup-search/kup-search.js +76 -0
  139. package/dist/collection/utils/kup-theme/kup-theme-declarations.js +1 -0
  140. package/dist/collection/utils/kup-theme/kup-theme.js +4 -3
  141. package/dist/collection/utils/kup-toolbar/kup-toolbar.js +16 -18
  142. package/dist/collection/utils/utils.js +15 -23
  143. package/dist/esm/cell-utils-9a2914fc.js +160 -0
  144. package/dist/esm/f-button-55a9ed88.js +103 -0
  145. package/dist/esm/f-cell-ac520cb2.js +723 -0
  146. package/dist/esm/f-chip-babf1740.js +139 -0
  147. package/dist/esm/{f-image-68b34fab.js → f-image-70ca9dfe.js} +4 -5
  148. package/dist/esm/{index-bf2824a6.js → index-e0e67c23.js} +74 -65
  149. package/dist/esm/ketchup.js +3 -3
  150. package/dist/esm/kup-accordion.entry.js +6 -8
  151. package/dist/esm/{kup-autocomplete_29.entry.js → kup-autocomplete_28.entry.js} +1451 -2330
  152. package/dist/esm/kup-calendar.entry.js +10 -10
  153. package/dist/esm/kup-cell.entry.js +197 -0
  154. package/dist/esm/kup-dash-list.entry.js +15 -7
  155. package/dist/esm/kup-dash_2.entry.js +104 -62
  156. package/dist/esm/kup-drawer.entry.js +4 -6
  157. package/dist/esm/kup-field.entry.js +3 -5
  158. package/dist/esm/kup-iframe.entry.js +3 -4
  159. package/dist/esm/kup-lazy.entry.js +4 -6
  160. package/dist/esm/kup-magic-box.entry.js +21 -31
  161. package/dist/esm/kup-manager-bba32828.js +5781 -0
  162. package/dist/esm/kup-nav-bar.entry.js +4 -6
  163. package/dist/esm/kup-probe.entry.js +3 -4
  164. package/dist/esm/kup-qlik.entry.js +2 -3
  165. package/dist/esm/kup-snackbar.entry.js +148 -0
  166. package/dist/esm/loader.js +3 -3
  167. package/dist/esm/{utils-13dd007a.js → utils-cfcbe33f.js} +16 -23
  168. package/dist/ketchup/assets/svg/ketchup.svg +74 -0
  169. package/dist/ketchup/assets/svg/smeup.svg +59 -0
  170. package/dist/ketchup/ketchup.esm.js +1 -1
  171. package/dist/ketchup/p-03ae1be9.entry.js +1 -0
  172. package/dist/ketchup/p-06c209a5.js +1 -0
  173. package/dist/ketchup/p-1ce9a037.js +1 -0
  174. package/dist/ketchup/p-1e2c3497.js +1 -0
  175. package/dist/ketchup/p-40df35de.entry.js +1 -0
  176. package/dist/ketchup/{p-c7ee1fbc.js → p-4748be4b.js} +2 -2
  177. package/dist/ketchup/p-52038ccb.js +1 -0
  178. package/dist/ketchup/p-5db41fae.entry.js +45 -0
  179. package/dist/ketchup/p-5faf7715.entry.js +1 -0
  180. package/dist/ketchup/p-62208488.entry.js +1 -0
  181. package/dist/ketchup/p-69a705ae.entry.js +1 -0
  182. package/dist/ketchup/p-6cc8264d.entry.js +1 -0
  183. package/dist/ketchup/p-74259992.entry.js +1 -0
  184. package/dist/ketchup/p-756aa8b1.entry.js +1 -0
  185. package/dist/ketchup/p-a7687c0e.entry.js +27 -0
  186. package/dist/ketchup/p-cb5f4994.js +1 -0
  187. package/dist/ketchup/p-d58dbf0e.js +1 -0
  188. package/dist/ketchup/p-d6ce1ac6.entry.js +1 -0
  189. package/dist/ketchup/p-daf03877.entry.js +1 -0
  190. package/dist/ketchup/p-e90934b5.entry.js +1 -0
  191. package/dist/ketchup/p-ea387b49.entry.js +1 -0
  192. package/dist/ketchup/p-f6bff949.js +1 -0
  193. package/dist/ketchup/p-ff7d590e.entry.js +1 -0
  194. package/dist/types/components/kup-autocomplete/kup-autocomplete-declarations.d.ts +2 -6
  195. package/dist/types/components/kup-autocomplete/kup-autocomplete.d.ts +7 -13
  196. package/dist/types/components/kup-box/kup-box-declarations.d.ts +13 -4
  197. package/dist/types/components/kup-box/kup-box.d.ts +13 -6
  198. package/dist/types/components/kup-card/dialog/kup-card-dialog.d.ts +6 -0
  199. package/dist/types/components/kup-card/kup-card.d.ts +9 -0
  200. package/dist/types/components/kup-card/standard/kup-card-standard.d.ts +6 -0
  201. package/dist/types/components/kup-cell/kup-cell-declarations.d.ts +10 -0
  202. package/dist/types/components/kup-cell/kup-cell.d.ts +67 -0
  203. package/dist/types/components/kup-color-picker/kup-color-picker.d.ts +1 -1
  204. package/dist/types/components/kup-combobox/kup-combobox-declarations.d.ts +3 -2
  205. package/dist/types/components/kup-combobox/kup-combobox.d.ts +5 -0
  206. package/dist/types/components/kup-dash-list/kup-dash-list.d.ts +4 -0
  207. package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +21 -32
  208. package/dist/types/components/kup-data-table/kup-data-table-helper.d.ts +1 -15
  209. package/dist/types/components/kup-data-table/kup-data-table-state.d.ts +1 -1
  210. package/dist/types/components/kup-data-table/kup-data-table.d.ts +32 -81
  211. package/dist/types/components/kup-date-picker/kup-date-picker.d.ts +12 -14
  212. package/dist/types/components/kup-dropdown-button/kup-dropdown-button.d.ts +1 -4
  213. package/dist/types/components/kup-list/kup-list-declarations.d.ts +1 -1
  214. package/dist/types/components/kup-list/kup-list.d.ts +2 -3
  215. package/dist/types/components/kup-magic-box/kup-magic-box.d.ts +1 -0
  216. package/dist/types/components/kup-paginator/kup-paginator.d.ts +6 -0
  217. package/dist/types/components/kup-snackbar/kup-snackbar-declarations.d.ts +12 -0
  218. package/dist/types/components/kup-snackbar/kup-snackbar.d.ts +79 -0
  219. package/dist/types/components/kup-text-field/kup-text-field-declarations.d.ts +2 -1
  220. package/dist/types/components/kup-text-field/kup-text-field.d.ts +5 -0
  221. package/dist/types/components/kup-time-picker/kup-time-picker.d.ts +8 -11
  222. package/dist/types/components/kup-tooltip/kup-tooltip.d.ts +1 -0
  223. package/dist/types/components/kup-tree/kup-tree-declarations.d.ts +4 -4
  224. package/dist/types/components/kup-tree/kup-tree.d.ts +12 -23
  225. package/dist/types/components.d.ts +346 -174
  226. package/dist/types/f-components/f-cell/f-cell-declarations.d.ts +153 -0
  227. package/dist/types/f-components/f-cell/f-cell.d.ts +3 -0
  228. package/dist/types/f-components/f-text-field/f-text-field-declarations.d.ts +1 -0
  229. package/dist/types/f-components/f-text-field/f-text-field-mdc.d.ts +1 -1
  230. package/dist/types/utils/cell-utils.d.ts +0 -19
  231. package/dist/types/utils/kup-column-menu/kup-column-menu.d.ts +2 -0
  232. package/dist/types/utils/kup-dates/kup-dates.d.ts +9 -4
  233. package/dist/types/utils/kup-debug/kup-debug.d.ts +1 -1
  234. package/dist/types/utils/kup-dynamic-position/kup-dynamic-position-declarations.d.ts +1 -1
  235. package/dist/types/utils/kup-dynamic-position/kup-dynamic-position.d.ts +2 -2
  236. package/dist/types/utils/kup-interact/kup-interact-declarations.d.ts +127 -0
  237. package/dist/types/utils/kup-interact/kup-interact.d.ts +93 -0
  238. package/dist/types/utils/kup-language/kup-language-declarations.d.ts +2 -0
  239. package/dist/types/utils/kup-language/kup-language.d.ts +1 -1
  240. package/dist/types/utils/kup-manager/kup-manager-declarations.d.ts +28 -8
  241. package/dist/types/utils/kup-manager/kup-manager.d.ts +18 -5
  242. package/dist/types/utils/kup-objects/kup-objects.d.ts +1 -7
  243. package/dist/types/utils/kup-search/kup-search-declarations.d.ts +7 -0
  244. package/dist/types/utils/kup-search/kup-search.d.ts +20 -0
  245. package/dist/types/utils/kup-theme/kup-theme-declarations.d.ts +2 -0
  246. package/dist/types/utils/kup-theme/kup-theme.d.ts +2 -2
  247. package/dist/types/utils/utils.d.ts +0 -1
  248. package/package.json +4 -6
  249. package/dist/cjs/cell-utils-1f89a299.js +0 -1527
  250. package/dist/cjs/drag-and-drop-4787ff6f.js +0 -281
  251. package/dist/cjs/f-chip-2d58c8f7.js +0 -239
  252. package/dist/cjs/kup-grid.cjs.entry.js +0 -130
  253. package/dist/cjs/kup-manager-59ad8bdc.js +0 -4845
  254. package/dist/cjs/kup-objects-59ea949c.js +0 -717
  255. package/dist/collection/assets/images/drag-multiple.js +0 -1
  256. package/dist/collection/components/kup-editor/kup-editor.css +0 -5
  257. package/dist/collection/components/kup-editor/kup-editor.js +0 -59
  258. package/dist/collection/components/kup-layout/kup-layout.css +0 -53
  259. package/dist/collection/components/kup-layout/kup-layout.js +0 -156
  260. package/dist/collection/utils/drag-and-drop.js +0 -109
  261. package/dist/collection/utils/kup-dialog/kup-dialog-declarations.js +0 -36
  262. package/dist/collection/utils/kup-dialog/kup-dialog.js +0 -310
  263. package/dist/esm/cell-utils-cb612463.js +0 -1510
  264. package/dist/esm/drag-and-drop-321cb4ca.js +0 -265
  265. package/dist/esm/f-chip-125d5dd6.js +0 -236
  266. package/dist/esm/kup-grid.entry.js +0 -126
  267. package/dist/esm/kup-manager-e7d7b353.js +0 -4842
  268. package/dist/esm/kup-objects-d38d2fa2.js +0 -711
  269. package/dist/ketchup/p-00fe1e3e.js +0 -1
  270. package/dist/ketchup/p-0320e24e.entry.js +0 -1
  271. package/dist/ketchup/p-08c7a092.js +0 -1
  272. package/dist/ketchup/p-1165f4ea.entry.js +0 -1
  273. package/dist/ketchup/p-170d3cba.js +0 -1
  274. package/dist/ketchup/p-18cb3ba3.js +0 -1
  275. package/dist/ketchup/p-23541a97.entry.js +0 -45
  276. package/dist/ketchup/p-64ea7e37.entry.js +0 -1
  277. package/dist/ketchup/p-7896031c.entry.js +0 -1
  278. package/dist/ketchup/p-876da4c2.entry.js +0 -1
  279. package/dist/ketchup/p-8fb9d9b2.entry.js +0 -1
  280. package/dist/ketchup/p-940ab57a.entry.js +0 -1
  281. package/dist/ketchup/p-9c858a38.entry.js +0 -1
  282. package/dist/ketchup/p-a12a5690.entry.js +0 -1
  283. package/dist/ketchup/p-a5424073.js +0 -1
  284. package/dist/ketchup/p-b0724035.entry.js +0 -1
  285. package/dist/ketchup/p-b14e77f0.js +0 -1
  286. package/dist/ketchup/p-d24cfdea.entry.js +0 -1
  287. package/dist/ketchup/p-ee89966f.entry.js +0 -27
  288. package/dist/ketchup/p-fcd2fd8f.js +0 -1
  289. package/dist/ketchup/p-fce3b9d8.entry.js +0 -1
  290. package/dist/types/assets/images/drag-multiple.d.ts +0 -1
  291. package/dist/types/components/kup-editor/kup-editor.d.ts +0 -16
  292. package/dist/types/components/kup-layout/kup-layout.d.ts +0 -25
  293. package/dist/types/utils/drag-and-drop.d.ts +0 -53
  294. package/dist/types/utils/kup-dialog/kup-dialog-declarations.d.ts +0 -43
  295. package/dist/types/utils/kup-dialog/kup-dialog.d.ts +0 -50
@@ -1,8 +1,7 @@
1
- import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, a as getElement } from './index-bf2824a6.js';
2
- import { k as kupManagerInstance } from './kup-manager-e7d7b353.js';
3
- import { g as getProps, s as setProps } from './utils-13dd007a.js';
1
+ import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-e0e67c23.js';
2
+ import { k as kupManagerInstance } from './kup-manager-bba32828.js';
3
+ import { g as getProps, s as setProps } from './utils-cfcbe33f.js';
4
4
  import { c as componentWrapperId } from './GenericVariables-6dfdd433.js';
5
- import './kup-objects-d38d2fa2.js';
6
5
 
7
6
  const navbarClass = 'nav-bar';
8
7
  /**
@@ -138,8 +137,7 @@ let KupNavBar = class {
138
137
  this.kupManager.debug.logRender(this, true);
139
138
  }
140
139
  render() {
141
- const customStyle = this.kupManager.theme.setCustomStyle(this.rootElement);
142
- return (h(Host, { class: "header" }, customStyle ? h("style", null, customStyle) : null, h("div", { id: componentWrapperId }, h("header", { class: `${navbarClass} ${navbarClass}--${this.styling.toLowerCase()} ` }, h("div", { class: `${navbarClass}__row` }, this.content())))));
140
+ return (h(Host, { class: "header" }, h("style", null, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { id: componentWrapperId }, h("header", { class: `${navbarClass} ${navbarClass}--${this.styling.toLowerCase()} ` }, h("div", { class: `${navbarClass}__row` }, this.content())))));
143
141
  }
144
142
  disconnectedCallback() {
145
143
  this.kupManager.language.unregister(this);
@@ -1,7 +1,6 @@
1
- import { r as registerInstance, f as forceUpdate, h, H as Host, a as getElement } from './index-bf2824a6.js';
2
- import { k as kupManagerInstance } from './kup-manager-e7d7b353.js';
1
+ import { r as registerInstance, f as forceUpdate, h, H as Host, g as getElement } from './index-e0e67c23.js';
2
+ import { k as kupManagerInstance } from './kup-manager-bba32828.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-6dfdd433.js';
4
- import './kup-objects-d38d2fa2.js';
5
4
 
6
5
  let KupProbe = class {
7
6
  constructor(hostRef) {
@@ -253,7 +252,7 @@ let KupProbe = class {
253
252
  render() {
254
253
  let customStyle = null;
255
254
  if (this.features.theme) {
256
- customStyle = this.kupManager.theme.setCustomStyle(this.rootElement);
255
+ customStyle = this.kupManager.theme.setKupStyle(this.rootElement);
257
256
  }
258
257
  return (h(Host, null, customStyle ? h("style", null, customStyle) : null, h("div", { id: componentWrapperId }, this.content)));
259
258
  }
@@ -1,6 +1,5 @@
1
- import { r as registerInstance, h, a as getElement } from './index-bf2824a6.js';
2
- import { k as kupManagerInstance } from './kup-manager-e7d7b353.js';
3
- import './kup-objects-d38d2fa2.js';
1
+ import { r as registerInstance, h, g as getElement } from './index-e0e67c23.js';
2
+ import { k as kupManagerInstance } from './kup-manager-bba32828.js';
4
3
 
5
4
  const kupQlikCss = ".kup-qlik-container-fluid{width:100%}.kup-qlik-container{width:100%}@media (min-width: 576px){.kup-qlik-container{width:576px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}@media (min-width: 768px){.kup-qlik-container{width:768px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}@media (min-width: 992px){.kup-qlik-container{width:992px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}@media (min-width: 1200px){.kup-qlik-container{width:1200px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}.kup-qlik-row{display:flex;display:ms-flexbox;flex-wrap:wrap;-ms-flex-wrap:wrap;margin-bottom:5px}.kup-qlik-row .size-M{height:var(--lyo_obj-height)}.kup-qlik-row .size-S{height:calc(var(--lyo_obj-height)/2)}.kup-qlik-row .size-XS{height:calc(var(--lyo_obj-height)/3)}.kup-qlik-row .size-L{height:calc(var(--lyo_obj-height)*2)}.kup-qlik-row .size-XL{height:calc(var(--lyo_obj-height)*3)}.kup-qlik-row .bordered{border:1px solid var(--kup-border-color, #969696)}.kup-qlik-row .width-1{width:8.3333%}.kup-qlik-row .width-2{width:16.6666%}.kup-qlik-row .width-3{width:25%}.kup-qlik-row .width-4{width:33.3333%}.kup-qlik-row .width-5{width:41.6666%}.kup-qlik-row .width-6{width:50%}.kup-qlik-row .width-7{width:58.3333%}.kup-qlik-row .width-8{width:66.6666%}.kup-qlik-row .width-9{width:75%}.kup-qlik-row .width-10{width:83.3333%}.kup-qlik-row .width-11{width:91.6666%}.kup-qlik-row .width-12{width:100%}";
6
5
 
@@ -0,0 +1,148 @@
1
+ import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-e0e67c23.js';
2
+ import { k as kupManagerInstance } from './kup-manager-bba32828.js';
3
+ import { g as getProps, s as setProps } from './utils-cfcbe33f.js';
4
+ import { c as componentWrapperId } from './GenericVariables-6dfdd433.js';
5
+ import { F as FButton } from './f-button-55a9ed88.js';
6
+ import './f-button-declarations-fd4965d1.js';
7
+ import './f-image-70ca9dfe.js';
8
+
9
+ const snackbarClass = 'snackbar';
10
+ /**
11
+ * Props of the kup-snackbar component.
12
+ * Used to export every prop in an object.
13
+ */
14
+ var KupSnackbarProps;
15
+ (function (KupSnackbarProps) {
16
+ KupSnackbarProps["actionButton"] = "Set of FButton props to set the action button.";
17
+ KupSnackbarProps["closeButton"] = "When true, the hide button will be displayed.";
18
+ KupSnackbarProps["customStyle"] = "Custom style of the component.";
19
+ KupSnackbarProps["text"] = "Sets the textual content of the snackbar.";
20
+ KupSnackbarProps["timeout"] = "Defaults at null, when set the snackbar will automatically disappear after the specified amount of milliseconds.";
21
+ })(KupSnackbarProps || (KupSnackbarProps = {}));
22
+
23
+ const kupSnackbarCss = ":host{animation:snackbar-show 125ms;bottom:0;box-sizing:border-box;display:block;left:0;outline:none;position:fixed;transition:opacity 0.15s cubic-bezier(0, 0, 0.2, 1) 0ms, transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0ms;width:100%;z-index:calc(var(--kup-navbar-zindex) + 1)}:host(:not([kup-visible])){display:none}#kup-component{display:flex;justify-content:center;height:100%;padding:8px;width:100%}.snackbar{align-items:center;background:var(--kup-navbar-background-color);border-radius:5px;box-shadow:var(--kup-box-shadow);color:var(--kup-navbar-color);display:flex;justify-content:flex-start;max-width:672px;min-height:48px;min-width:344px}.snackbar__text{padding:14px 16px;white-space:nowrap}.snackbar__buttons{--kup-button-primary-color:var(--kup-navbar-color);--kup-button-primary-color-rgb:var(--kup-navbar-color-rgb);--kup-button-primary-color-h:var(--kup-navbar-color-h);--kup-button-primary-color-s:var(--kup-navbar-color-s);--kup-button-primary-color-l:var(--kup-navbar-color-l);align-items:center;display:flex;justify-content:flex-end;margin-right:8px;width:100%}.snackbar__close{--kup-button-font-size:11px;margin-left:8px}@keyframes snackbar-show{from{transform:scale(0.5);opacity:0}to{transform:scale(1);opacity:1}}:host(.kup-top){bottom:unset;top:var(--kup-navbar-height, 0)}";
24
+
25
+ let KupSnackbar = class {
26
+ constructor(hostRef) {
27
+ registerInstance(this, hostRef);
28
+ this.kupActionClick = createEvent(this, "kup-snackbar-actionclick", 6);
29
+ /*-------------------------------------------------*/
30
+ /* S t a t e s */
31
+ /*-------------------------------------------------*/
32
+ /**
33
+ * The value of the component.
34
+ * @default false
35
+ */
36
+ this.visible = false;
37
+ /*-------------------------------------------------*/
38
+ /* P r o p s */
39
+ /*-------------------------------------------------*/
40
+ /**
41
+ * Set of FButton props to set the action button.
42
+ * @default null
43
+ */
44
+ this.actionButton = null;
45
+ /**
46
+ * When true, the hide button will be displayed.
47
+ * @default true
48
+ */
49
+ this.closeButton = true;
50
+ /**
51
+ * Custom style of the component.
52
+ * @default ""
53
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
54
+ */
55
+ this.customStyle = '';
56
+ /**
57
+ * Sets the textual content of the snackbar.
58
+ * @default ''
59
+ */
60
+ this.text = '';
61
+ /**
62
+ * Defaults at null, when set the snackbar will automatically disappear after the specified amount of milliseconds.
63
+ * @default null
64
+ */
65
+ this.timeout = null;
66
+ /*-------------------------------------------------*/
67
+ /* I n t e r n a l V a r i a b l e s */
68
+ /*-------------------------------------------------*/
69
+ /**
70
+ * Instance of the KupManager class.
71
+ */
72
+ this.kupManager = kupManagerInstance();
73
+ }
74
+ onKupActionClick() {
75
+ this.hide();
76
+ this.kupActionClick.emit({
77
+ comp: this,
78
+ id: this.rootElement.id,
79
+ });
80
+ }
81
+ /*-------------------------------------------------*/
82
+ /* P u b l i c M e t h o d s */
83
+ /*-------------------------------------------------*/
84
+ /**
85
+ * Used to retrieve component's props values.
86
+ * @param {boolean} descriptions - When provided and true, the result will be the list of props with their description.
87
+ * @returns {Promise<GenericObject>} List of props as object, each key will be a prop.
88
+ */
89
+ async getProps(descriptions) {
90
+ return getProps(this, KupSnackbarProps, descriptions);
91
+ }
92
+ /**
93
+ * Hides the snackbar.
94
+ */
95
+ async hide() {
96
+ this.visible = false;
97
+ }
98
+ /**
99
+ * This method is used to trigger a new render of the component.
100
+ */
101
+ async refresh() {
102
+ forceUpdate(this);
103
+ }
104
+ /**
105
+ * Sets the props to the component.
106
+ * @param {GenericObject} props - Object containing props that will be set to the component.
107
+ */
108
+ async setProps(props) {
109
+ setProps(this, KupSnackbarProps, props);
110
+ }
111
+ /**
112
+ * Displays the snackbar.
113
+ */
114
+ async show() {
115
+ this.visible = true;
116
+ }
117
+ /*-------------------------------------------------*/
118
+ /* L i f e c y c l e H o o k s */
119
+ /*-------------------------------------------------*/
120
+ componentWillLoad() {
121
+ this.kupManager.debug.logLoad(this, false);
122
+ this.kupManager.theme.register(this);
123
+ }
124
+ componentDidLoad() {
125
+ this.kupManager.debug.logLoad(this, true);
126
+ }
127
+ componentWillRender() {
128
+ this.kupManager.debug.logRender(this, false);
129
+ }
130
+ componentDidRender() {
131
+ if (this.timeout && this.visible) {
132
+ setTimeout(() => {
133
+ this.hide();
134
+ }, this.timeout);
135
+ }
136
+ this.kupManager.debug.logRender(this, true);
137
+ }
138
+ render() {
139
+ return (h(Host, { "kup-visible": this.visible }, h("style", null, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { id: componentWrapperId }, h("div", { class: snackbarClass }, h("div", { class: `${snackbarClass}__text` }, this.text), this.actionButton || this.closeButton ? (h("div", { class: `${snackbarClass}__buttons` }, this.actionButton ? (h("div", { class: `${snackbarClass}__action` }, h(FButton, Object.assign({}, this.actionButton, { onClick: () => this.onKupActionClick() })))) : null, this.closeButton ? (h("div", { class: `${snackbarClass}__close` }, h(FButton, { icon: "close", onClick: () => this.hide() }))) : null)) : null))));
140
+ }
141
+ disconnectedCallback() {
142
+ this.kupManager.theme.unregister(this);
143
+ }
144
+ get rootElement() { return getElement(this); }
145
+ };
146
+ KupSnackbar.style = kupSnackbarCss;
147
+
148
+ export { KupSnackbar as kup_snackbar };
@@ -1,7 +1,7 @@
1
- import { p as promiseResolve, b as bootstrapLazy } from './index-bf2824a6.js';
1
+ import { p as promiseResolve, b as bootstrapLazy } from './index-e0e67c23.js';
2
2
 
3
3
  /*
4
- Stencil Client Patch Esm v2.9.0 | MIT Licensed | https://stenciljs.com
4
+ Stencil Client Patch Esm v2.12.0 | MIT Licensed | https://stenciljs.com
5
5
  */
6
6
  const patchEsm = () => {
7
7
  return promiseResolve();
@@ -10,7 +10,7 @@ const patchEsm = () => {
10
10
  const defineCustomElements = (win, options) => {
11
11
  if (typeof window === 'undefined') return Promise.resolve();
12
12
  return patchEsm().then(() => {
13
- return bootstrapLazy(JSON.parse("[[\"kup-dash-list\",[[1,\"kup-dash-list\",{\"layout\":[1],\"fontsize\":[1],\"active\":[4],\"columnsNumber\":[2,\"columns-number\"],\"fullWidth\":[4,\"full-width\"],\"horizontal\":[4],\"iconColor\":[16],\"valueColor\":[16],\"textColor\":[16],\"data\":[16]}]]],[\"kup-autocomplete_29\",[[1,\"kup-box\",{\"cardData\":[16],\"columns\":[2],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"dragEnabled\":[4,\"drag-enabled\"],\"dropEnabled\":[4,\"drop-enabled\"],\"dropOnSection\":[4,\"drop-on-section\"],\"enableRowActions\":[4,\"enable-row-actions\"],\"globalFilter\":[4,\"global-filter\"],\"globalFilterValue\":[1537,\"global-filter-value\"],\"kanban\":[16],\"layout\":[16],\"multiSelection\":[4,\"multi-selection\"],\"pageSelected\":[2,\"page-selected\"],\"pageSize\":[2,\"page-size\"],\"pagination\":[4],\"rowsPerPage\":[2,\"rows-per-page\"],\"scrollOnHover\":[4,\"scroll-on-hover\"],\"selectBox\":[2,\"select-box\"],\"selectedRowsState\":[1025,\"selected-rows-state\"],\"showSelection\":[4,\"show-selection\"],\"showTooltipOnRightClick\":[4,\"show-tooltip-on-right-click\"],\"sortBy\":[1025,\"sort-by\"],\"sortEnabled\":[4,\"sort-enabled\"],\"stateId\":[1,\"state-id\"],\"store\":[16],\"swipeDisabled\":[4,\"swipe-disabled\"],\"tooltipDetailTimeout\":[2,\"tooltip-detail-timeout\"],\"tooltipEnabled\":[4,\"tooltip-enabled\"],\"tooltipLoadTimeout\":[2,\"tooltip-load-timeout\"],\"collapsedSection\":[32],\"selectedRows\":[32],\"rowActionMenuOpened\":[32],\"currentPage\":[32],\"currentRowsPerPage\":[32],\"getProps\":[64],\"loadRowActions\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-card\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"isMenu\":[516,\"is-menu\"],\"layoutFamily\":[1,\"layout-family\"],\"layoutNumber\":[2,\"layout-number\"],\"menuVisible\":[1540,\"menu-visible\"],\"sizeX\":[1,\"size-x\"],\"sizeY\":[1,\"size-y\"],\"getProps\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setProps\":[64]}],[1,\"kup-data-table\",{\"stateId\":[1,\"state-id\"],\"store\":[16],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"density\":[1],\"dragEnabled\":[4,\"drag-enabled\"],\"dropEnabled\":[4,\"drop-enabled\"],\"editableData\":[4,\"editable-data\"],\"emptyDataLabel\":[1025,\"empty-data-label\"],\"enableExtraColumns\":[4,\"enable-extra-columns\"],\"enableSortableColumns\":[4,\"enable-sortable-columns\"],\"expandGroups\":[4,\"expand-groups\"],\"filters\":[1040],\"fixedColumns\":[2,\"fixed-columns\"],\"fixedRows\":[2,\"fixed-rows\"],\"forceOneLine\":[516,\"force-one-line\"],\"globalFilter\":[4,\"global-filter\"],\"globalFilterValue\":[1537,\"global-filter-value\"],\"groupLabelDisplay\":[1,\"group-label-display\"],\"groups\":[1040],\"headerIsPersistent\":[4,\"header-is-persistent\"],\"isFocusable\":[4,\"is-focusable\"],\"lazyLoadRows\":[4,\"lazy-load-rows\"],\"lineBreakCharacter\":[1,\"line-break-character\"],\"loadMoreLimit\":[2,\"load-more-limit\"],\"loadMoreMode\":[1,\"load-more-mode\"],\"loadMoreStep\":[2,\"load-more-step\"],\"pageSelected\":[2,\"page-selected\"],\"paginatorPos\":[1,\"paginator-pos\"],\"removableColumns\":[4,\"removable-columns\"],\"rowActions\":[16],\"rowsPerPage\":[2,\"rows-per-page\"],\"scrollOnHover\":[4,\"scroll-on-hover\"],\"selection\":[1],\"selectRow\":[2,\"select-row\"],\"selectRowsById\":[1,\"select-rows-by-id\"],\"showCustomization\":[4,\"show-customization\"],\"showFilters\":[4,\"show-filters\"],\"showGroups\":[4,\"show-groups\"],\"showFooter\":[4,\"show-footer\"],\"showGrid\":[1,\"show-grid\"],\"showHeader\":[4,\"show-header\"],\"showLoadMore\":[4,\"show-load-more\"],\"showTooltipOnRightClick\":[4,\"show-tooltip-on-right-click\"],\"sort\":[1040],\"sortableColumnsMutateData\":[4,\"sortable-columns-mutate-data\"],\"sortEnabled\":[4,\"sort-enabled\"],\"tableHeight\":[1,\"table-height\"],\"tableWidth\":[1,\"table-width\"],\"tooltipDetailTimeout\":[2,\"tooltip-detail-timeout\"],\"tooltipEnabled\":[4,\"tooltip-enabled\"],\"tooltipLoadTimeout\":[2,\"tooltip-load-timeout\"],\"totals\":[1040],\"transpose\":[4],\"lazyLoadCells\":[32],\"currentPage\":[32],\"currentRowsPerPage\":[32],\"selectedRows\":[32],\"selectedColumn\":[32],\"columnMenuAnchor\":[32],\"groupState\":[32],\"openedTotalMenu\":[32],\"openedGroupMenu\":[32],\"openedCustomSettings\":[32],\"fontsize\":[32],\"triggerColumnSortRerender\":[32],\"closeColumnMenu\":[64],\"collapseAll\":[64],\"expandAll\":[64],\"getProps\":[64],\"openColumnMenu\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setProps\":[64],\"setSelectedRows\":[64],\"getInternalState\":[64],\"defaultSortingFunction\":[64]}],[1,\"kup-button-list\",{\"columns\":[2],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"disabled\":[4],\"showSelection\":[4,\"show-selection\"],\"styling\":[513],\"selected\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-paginator\",{\"currentPage\":[2,\"current-page\"],\"max\":[2],\"mode\":[1],\"perPage\":[2,\"per-page\"],\"selectedPerPage\":[1026,\"selected-per-page\"],\"refresh\":[64]}],[1,\"kup-dropdown-button\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"disabled\":[4],\"displayMode\":[1,\"display-mode\"],\"dropdownOnly\":[4,\"dropdown-only\"],\"icon\":[1],\"initialValue\":[1,\"initial-value\"],\"label\":[1],\"selectMode\":[1,\"select-mode\"],\"styling\":[1],\"trailingIcon\":[4,\"trailing-icon\"],\"value\":[32],\"getProps\":[64],\"getValue\":[64],\"refresh\":[64],\"setProps\":[64],\"setValue\":[64]},[[0,\"keydown\",\"listenKeydown\"]]],[1,\"kup-tooltip\",{\"cellOptions\":[1040],\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"detailData\":[1040],\"detailTimeout\":[2,\"detail-timeout\"],\"layout\":[1],\"loadTimeout\":[2,\"load-timeout\"],\"owner\":[1],\"relatedObject\":[1040],\"visible\":[32],\"refresh\":[64],\"setTooltipInfo\":[64],\"unsetTooltipInfo\":[64],\"getProps\":[64],\"setProps\":[64]}],[1,\"kup-editor\",{\"text\":[1]}],[1,\"kup-tree\",{\"asAccordion\":[516,\"as-accordion\"],\"autoSelectionNodeMode\":[4,\"auto-selection-node-mode\"],\"columns\":[16],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"density\":[1],\"dynamicExpansionCallback\":[16],\"enableExtraColumns\":[4,\"enable-extra-columns\"],\"expanded\":[4],\"expansionMode\":[1,\"expansion-mode\"],\"filters\":[1040],\"globalFilter\":[4,\"global-filter\"],\"globalFilterValue\":[1537,\"global-filter-value\"],\"globalFilterMode\":[1,\"global-filter-mode\"],\"preventXScroll\":[516,\"prevent-x-scroll\"],\"removableColumns\":[4,\"removable-columns\"],\"ripple\":[4],\"scrollOnHover\":[4,\"scroll-on-hover\"],\"selectedNode\":[1040],\"showColumns\":[4,\"show-columns\"],\"showFilters\":[4,\"show-filters\"],\"showFooter\":[4,\"show-footer\"],\"showHeader\":[4,\"show-header\"],\"showIcons\":[4,\"show-icons\"],\"stateId\":[1,\"state-id\"],\"store\":[16],\"useDynamicExpansion\":[4,\"use-dynamic-expansion\"],\"showTooltipOnRightClick\":[4,\"show-tooltip-on-right-click\"],\"tooltipDetailTimeout\":[2,\"tooltip-detail-timeout\"],\"tooltipEnabled\":[4,\"tooltip-enabled\"],\"tooltipLoadTimeout\":[2,\"tooltip-load-timeout\"],\"totals\":[1040],\"treeColumnVisible\":[32],\"openedTotalMenu\":[32],\"columnMenuAnchor\":[32],\"selectedNodeString\":[32],\"stateSwitcher\":[32],\"isEmpty\":[64],\"closeColumnMenu\":[64],\"collapseAll\":[64],\"expandAll\":[64],\"getProps\":[64],\"openColumnMenu\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setProps\":[64]}],[1,\"kup-time-picker\",{\"clockVariant\":[4,\"clock-variant\"],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"disabled\":[4],\"initialValue\":[1,\"initial-value\"],\"manageSeconds\":[4,\"manage-seconds\"],\"timeMinutesStep\":[2,\"time-minutes-step\"],\"value\":[32],\"getProps\":[64],\"getValue\":[64],\"refresh\":[64],\"setFocus\":[64],\"setProps\":[64],\"setValue\":[64]},[[4,\"keyup\",\"listenKeyup\"]]],[1,\"kup-autocomplete\",{\"callBackOnFilterUpdate\":[16],\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"disabled\":[4],\"displayMode\":[1,\"display-mode\"],\"initialValue\":[1,\"initial-value\"],\"minimumChars\":[2,\"minimum-chars\"],\"selectMode\":[1,\"select-mode\"],\"serverHandledFilter\":[516,\"server-handled-filter\"],\"displayedValue\":[32],\"value\":[32],\"getProps\":[64],\"getValue\":[64],\"refresh\":[64],\"setFocus\":[64],\"setProps\":[64],\"setValue\":[64]},[[0,\"keydown\",\"listenKeydown\"]]],[1,\"kup-date-picker\",{\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"disabled\":[4],\"firstDayIndex\":[2,\"first-day-index\"],\"initialValue\":[1,\"initial-value\"],\"stateSwitcher\":[32],\"value\":[32],\"getValue\":[64],\"getProps\":[64],\"refresh\":[64],\"setFocus\":[64],\"setValue\":[64]},[[4,\"keyup\",\"listenKeyup\"]]],[1,\"kup-image\",{\"badgeData\":[16],\"color\":[1],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"feedback\":[4],\"isCanvas\":[4,\"is-canvas\"],\"resource\":[1],\"sizeX\":[1,\"size-x\"],\"sizeY\":[1,\"size-y\"],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-chip\",{\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"dataNew\":[1040],\"type\":[1],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-tab-bar\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"ripple\":[4],\"value\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-chart\",{\"asp\":[1],\"axis\":[1],\"chartTitle\":[16],\"colors\":[16],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"hAxis\":[16],\"hAxes\":[16],\"legend\":[1],\"offlineMode\":[16],\"series\":[16],\"showMarks\":[4,\"show-marks\"],\"sizeX\":[1,\"size-x\"],\"sizeY\":[1,\"size-y\"],\"sorting\":[16],\"stacked\":[4],\"types\":[16],\"vAxes\":[16],\"vAxis\":[16],\"trendlines\":[16],\"version\":[1],\"getProps\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setProps\":[64]}],[1,\"kup-checkbox\",{\"checked\":[1028],\"customStyle\":[1,\"custom-style\"],\"disabled\":[4],\"indeterminate\":[1028],\"label\":[1],\"leadingLabel\":[4,\"leading-label\"],\"value\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-color-picker\",{\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"disabled\":[4],\"initialValue\":[1,\"initial-value\"],\"swatchOnly\":[4,\"swatch-only\"],\"value\":[32],\"getProps\":[64],\"getValue\":[64],\"setFocus\":[64],\"setProps\":[64],\"setValue\":[64],\"refresh\":[64]}],[1,\"kup-gauge\",{\"arcThickness\":[2,\"arc-thickness\"],\"colors\":[16],\"customStyle\":[1,\"custom-style\"],\"firstThreshold\":[2,\"first-threshold\"],\"labelDistance\":[1026,\"label-distance\"],\"maxValue\":[1026,\"max-value\"],\"measurementUnit\":[1,\"measurement-unit\"],\"minValue\":[1026,\"min-value\"],\"needleCircle\":[4,\"needle-circle\"],\"onlyValue\":[4,\"only-value\"],\"reverseColors\":[4,\"reverse-colors\"],\"secondThreshold\":[2,\"second-threshold\"],\"showLabels\":[4,\"show-labels\"],\"showMaxmin\":[4,\"show-maxmin\"],\"showValue\":[4,\"show-value\"],\"size\":[2],\"value\":[1026],\"valueSize\":[2,\"value-size\"],\"widthComponent\":[1,\"width-component\"],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-progress-bar\",{\"centeredLabel\":[4,\"centered-label\"],\"customStyle\":[1,\"custom-style\"],\"hideLabel\":[4,\"hide-label\"],\"icon\":[1],\"label\":[1],\"isRadial\":[516,\"is-radial\"],\"value\":[2],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-rating\",{\"customStyle\":[1,\"custom-style\"],\"disabled\":[4],\"maxValue\":[2,\"max-value\"],\"value\":[2],\"stars\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-switch\",{\"checked\":[1028],\"customStyle\":[1,\"custom-style\"],\"disabled\":[4],\"label\":[1],\"leadingLabel\":[4,\"leading-label\"],\"value\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-combobox\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"disabled\":[4],\"displayMode\":[1,\"display-mode\"],\"initialValue\":[1,\"initial-value\"],\"isSelect\":[516,\"is-select\"],\"selectMode\":[1,\"select-mode\"],\"displayedValue\":[32],\"value\":[32],\"getProps\":[64],\"getValue\":[64],\"refresh\":[64],\"setFocus\":[64],\"setProps\":[64],\"setValue\":[64]},[[0,\"keydown\",\"listenKeydown\"]]],[1,\"kup-spinner\",{\"active\":[516],\"barVariant\":[4,\"bar-variant\"],\"customStyle\":[1,\"custom-style\"],\"dimensions\":[1],\"fader\":[4],\"faderTimeout\":[2,\"fader-timeout\"],\"fullScreen\":[516,\"full-screen\"],\"layout\":[2],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-text-field\",{\"customStyle\":[1,\"custom-style\"],\"disabled\":[4],\"emitSubmitEventOnEnter\":[4,\"emit-submit-event-on-enter\"],\"fullWidth\":[516,\"full-width\"],\"helper\":[1],\"helperWhenFocused\":[4,\"helper-when-focused\"],\"icon\":[1],\"initialValue\":[1,\"initial-value\"],\"inputType\":[1,\"input-type\"],\"isClearable\":[4,\"is-clearable\"],\"label\":[1],\"leadingLabel\":[4,\"leading-label\"],\"max\":[2],\"maxLength\":[2,\"max-length\"],\"min\":[2],\"outlined\":[4],\"readOnly\":[4,\"read-only\"],\"step\":[2],\"textArea\":[4,\"text-area\"],\"trailingIcon\":[4,\"trailing-icon\"],\"trailingLabel\":[4,\"trailing-label\"],\"value\":[32],\"getProps\":[64],\"getValue\":[64],\"refresh\":[64],\"setFocus\":[64],\"setProps\":[64],\"setValue\":[64]}],[1,\"kup-button\",{\"checked\":[1028],\"customStyle\":[1,\"custom-style\"],\"disabled\":[4],\"icon\":[1],\"iconOff\":[1,\"icon-off\"],\"label\":[1],\"styling\":[1],\"showSpinner\":[4,\"show-spinner\"],\"toggable\":[4],\"trailingIcon\":[4,\"trailing-icon\"],\"value\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-list\",{\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"displayMode\":[1,\"display-mode\"],\"filter\":[1025],\"hideText\":[4,\"hide-text\"],\"isMenu\":[4,\"is-menu\"],\"keyboardNavigation\":[1028,\"keyboard-navigation\"],\"menuVisible\":[4,\"menu-visible\"],\"roleType\":[1025,\"role-type\"],\"selectable\":[4],\"showIcons\":[4,\"show-icons\"],\"twoLine\":[4,\"two-line\"],\"focused\":[32],\"selected\":[32],\"focusNext\":[64],\"focusPrevious\":[64],\"getProps\":[64],\"refresh\":[64],\"resetFilter\":[64],\"select\":[64],\"setProps\":[64]},[[0,\"keydown\",\"listenKeydown\"]]],[1,\"kup-radio\",{\"columns\":[2],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"disabled\":[4],\"leadingLabel\":[4,\"leading-label\"],\"value\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-badge\",{\"customStyle\":[1,\"custom-style\"],\"imageData\":[16],\"text\":[1],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-magic-box\",[[1,\"kup-magic-box\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"display\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-field\",[[1,\"kup-field\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"label\":[1],\"labelPos\":[1,\"label-pos\"],\"showSubmit\":[4,\"show-submit\"],\"submitLabel\":[1,\"submit-label\"],\"submitPos\":[1,\"submit-pos\"],\"type\":[1],\"getCurrentValue\":[64],\"getProps\":[64],\"refresh\":[64]}]]],[\"kup-iframe\",[[1,\"kup-iframe\",{\"buttonData\":[16],\"isButton\":[4,\"is-button\"],\"src\":[1],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-accordion\",[[1,\"kup-accordion\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"ripple\":[4],\"selectedItems\":[32],\"collapseAll\":[64],\"expandAll\":[64],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64],\"toggleItem\":[64]}]]],[\"kup-calendar\",[[1,\"kup-calendar\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"dateCol\":[1,\"date-col\"],\"descrCol\":[1,\"descr-col\"],\"endCol\":[1,\"end-col\"],\"hideNavigation\":[4,\"hide-navigation\"],\"iconCol\":[1,\"icon-col\"],\"imageCol\":[1,\"image-col\"],\"initialDate\":[1,\"initial-date\"],\"startCol\":[1,\"start-col\"],\"styleCol\":[1,\"style-col\"],\"viewType\":[1025,\"view-type\"],\"getProps\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setProps\":[64]}]]],[\"kup-drawer\",[[1,\"kup-drawer\",{\"customStyle\":[1,\"custom-style\"],\"opened\":[32],\"close\":[64],\"getProps\":[64],\"isOpened\":[64],\"open\":[64],\"refresh\":[64],\"setProps\":[64],\"toggle\":[64]}]]],[\"kup-grid\",[[1,\"kup-grid\",{\"columns\":[2],\"customStyle\":[1,\"custom-style\"],\"singleLine\":[4,\"single-line\"],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-lazy\",[[1,\"kup-lazy\",{\"componentName\":[1,\"component-name\"],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"renderMode\":[1,\"render-mode\"],\"showPlaceholder\":[4,\"show-placeholder\"],\"isInViewport\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-nav-bar\",[[1,\"kup-nav-bar\",{\"customStyle\":[1,\"custom-style\"],\"styling\":[513],\"getProps\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setProps\":[64]}]]],[\"kup-probe\",[[1,\"kup-probe\",{\"customStyle\":[1,\"custom-style\"],\"features\":[16],\"content\":[32],\"printLifecycleTime\":[64],\"refresh\":[64]}]]],[\"kup-qlik\",[[0,\"kup-qlik\",{\"config\":[16],\"qlik\":[8],\"appid\":[513],\"app\":[520],\"grid\":[16],\"debug\":[4],\"fluid\":[4],\"bordered\":[4],\"defobjsize\":[1],\"divlist\":[32]}]]],[\"kup-dash_2\",[[1,\"kup-dash\",{\"active\":[4],\"fontsize\":[1],\"layout\":[1],\"index\":[2]}],[1,\"kup-layout\",{\"columnsNumber\":[1538,\"columns-number\"],\"contentBasedColumnsWidth\":[516,\"content-based-columns-width\"],\"fillSpace\":[516,\"fill-space\"],\"horizontal\":[516]}]]]]"), options);
13
+ return bootstrapLazy(JSON.parse("[[\"kup-autocomplete_28\",[[1,\"kup-box\",{\"cardData\":[16],\"columns\":[2],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"dragEnabled\":[4,\"drag-enabled\"],\"dropEnabled\":[4,\"drop-enabled\"],\"dropOnSection\":[4,\"drop-on-section\"],\"editableData\":[4,\"editable-data\"],\"enableRowActions\":[4,\"enable-row-actions\"],\"globalFilter\":[4,\"global-filter\"],\"globalFilterValue\":[1537,\"global-filter-value\"],\"kanban\":[16],\"layout\":[16],\"multiSelection\":[4,\"multi-selection\"],\"pageSelected\":[2,\"page-selected\"],\"pageSize\":[2,\"page-size\"],\"pagination\":[4],\"rowsPerPage\":[2,\"rows-per-page\"],\"scrollOnHover\":[4,\"scroll-on-hover\"],\"selectBox\":[2,\"select-box\"],\"selectedRowsState\":[1025,\"selected-rows-state\"],\"showSelection\":[4,\"show-selection\"],\"showTooltipOnRightClick\":[4,\"show-tooltip-on-right-click\"],\"sortBy\":[1025,\"sort-by\"],\"sortEnabled\":[4,\"sort-enabled\"],\"stateId\":[1,\"state-id\"],\"store\":[16],\"swipeDisabled\":[4,\"swipe-disabled\"],\"tooltipDetailTimeout\":[2,\"tooltip-detail-timeout\"],\"tooltipEnabled\":[4,\"tooltip-enabled\"],\"tooltipLoadTimeout\":[2,\"tooltip-load-timeout\"],\"collapsedSection\":[32],\"selectedRows\":[32],\"rowActionMenuOpened\":[32],\"currentPage\":[32],\"currentRowsPerPage\":[32],\"getProps\":[64],\"loadRowActions\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-tooltip\",{\"cellOptions\":[1040],\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"detailData\":[1040],\"detailTimeout\":[2,\"detail-timeout\"],\"layout\":[1],\"loadTimeout\":[2,\"load-timeout\"],\"owner\":[1],\"relatedObject\":[1040],\"visible\":[32],\"refresh\":[64],\"setTooltipInfo\":[64],\"unsetTooltipInfo\":[64],\"getProps\":[64],\"setProps\":[64]}],[1,\"kup-card\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"isMenu\":[516,\"is-menu\"],\"layoutFamily\":[1,\"layout-family\"],\"layoutNumber\":[2,\"layout-number\"],\"menuVisible\":[1540,\"menu-visible\"],\"sizeX\":[1,\"size-x\"],\"sizeY\":[1,\"size-y\"],\"getProps\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setProps\":[64]}],[1,\"kup-data-table\",{\"stateId\":[1,\"state-id\"],\"store\":[16],\"autoFillMissingCells\":[4,\"auto-fill-missing-cells\"],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"density\":[1],\"dragEnabled\":[516,\"drag-enabled\"],\"dropEnabled\":[516,\"drop-enabled\"],\"editableData\":[4,\"editable-data\"],\"emptyDataLabel\":[1025,\"empty-data-label\"],\"enableExtraColumns\":[4,\"enable-extra-columns\"],\"enableSortableColumns\":[4,\"enable-sortable-columns\"],\"expandGroups\":[4,\"expand-groups\"],\"filters\":[1040],\"fixedColumns\":[2,\"fixed-columns\"],\"fixedRows\":[2,\"fixed-rows\"],\"forceOneLine\":[516,\"force-one-line\"],\"globalFilter\":[4,\"global-filter\"],\"globalFilterValue\":[1537,\"global-filter-value\"],\"groupLabelDisplay\":[1,\"group-label-display\"],\"groups\":[1040],\"headerIsPersistent\":[4,\"header-is-persistent\"],\"isFocusable\":[4,\"is-focusable\"],\"lazyLoadRows\":[4,\"lazy-load-rows\"],\"lineBreakCharacter\":[1,\"line-break-character\"],\"loadMoreLimit\":[2,\"load-more-limit\"],\"loadMoreMode\":[1,\"load-more-mode\"],\"loadMoreStep\":[2,\"load-more-step\"],\"pageSelected\":[2,\"page-selected\"],\"paginatorPos\":[1,\"paginator-pos\"],\"removableColumns\":[4,\"removable-columns\"],\"resizableColumns\":[4,\"resizable-columns\"],\"rowActions\":[16],\"rowsPerPage\":[2,\"rows-per-page\"],\"scrollOnHover\":[4,\"scroll-on-hover\"],\"selection\":[1],\"selectRow\":[2,\"select-row\"],\"selectRowsById\":[1,\"select-rows-by-id\"],\"showCustomization\":[4,\"show-customization\"],\"showFilters\":[4,\"show-filters\"],\"showGroups\":[4,\"show-groups\"],\"showFooter\":[4,\"show-footer\"],\"showGrid\":[1,\"show-grid\"],\"showHeader\":[4,\"show-header\"],\"showLoadMore\":[4,\"show-load-more\"],\"showTooltipOnRightClick\":[4,\"show-tooltip-on-right-click\"],\"sort\":[1040],\"sortableColumnsMutateData\":[4,\"sortable-columns-mutate-data\"],\"sortEnabled\":[4,\"sort-enabled\"],\"tableHeight\":[1,\"table-height\"],\"tableWidth\":[1,\"table-width\"],\"tooltipDetailTimeout\":[2,\"tooltip-detail-timeout\"],\"tooltipEnabled\":[4,\"tooltip-enabled\"],\"tooltipLoadTimeout\":[2,\"tooltip-load-timeout\"],\"totals\":[1040],\"transpose\":[4],\"lazyLoadCells\":[32],\"currentPage\":[32],\"currentRowsPerPage\":[32],\"selectedRows\":[32],\"selectedColumn\":[32],\"columnMenuAnchor\":[32],\"groupState\":[32],\"openedTotalMenu\":[32],\"openedCustomSettings\":[32],\"fontsize\":[32],\"triggerColumnSortRerender\":[32],\"closeColumnMenu\":[64],\"collapseAll\":[64],\"expandAll\":[64],\"getProps\":[64],\"openColumnMenu\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setFocus\":[64],\"setProps\":[64],\"setSelectedRows\":[64],\"getInternalState\":[64],\"defaultSortingFunction\":[64]}],[1,\"kup-paginator\",{\"customStyle\":[1,\"custom-style\"],\"currentPage\":[2,\"current-page\"],\"max\":[2],\"mode\":[1],\"perPage\":[2,\"per-page\"],\"selectedPerPage\":[1026,\"selected-per-page\"],\"refresh\":[64]}],[1,\"kup-tree\",{\"asAccordion\":[516,\"as-accordion\"],\"autoSelectionNodeMode\":[4,\"auto-selection-node-mode\"],\"columns\":[16],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"density\":[1],\"dynamicExpansionCallback\":[16],\"editableData\":[4,\"editable-data\"],\"enableExtraColumns\":[4,\"enable-extra-columns\"],\"expanded\":[4],\"expansionMode\":[1,\"expansion-mode\"],\"filters\":[1040],\"globalFilter\":[4,\"global-filter\"],\"globalFilterValue\":[1537,\"global-filter-value\"],\"globalFilterMode\":[1,\"global-filter-mode\"],\"preventXScroll\":[516,\"prevent-x-scroll\"],\"removableColumns\":[4,\"removable-columns\"],\"ripple\":[4],\"scrollOnHover\":[4,\"scroll-on-hover\"],\"selectedNode\":[1040],\"showColumns\":[4,\"show-columns\"],\"showFilters\":[4,\"show-filters\"],\"showFooter\":[4,\"show-footer\"],\"showHeader\":[4,\"show-header\"],\"showIcons\":[4,\"show-icons\"],\"stateId\":[1,\"state-id\"],\"store\":[16],\"useDynamicExpansion\":[4,\"use-dynamic-expansion\"],\"showTooltipOnRightClick\":[4,\"show-tooltip-on-right-click\"],\"tooltipDetailTimeout\":[2,\"tooltip-detail-timeout\"],\"tooltipEnabled\":[4,\"tooltip-enabled\"],\"tooltipLoadTimeout\":[2,\"tooltip-load-timeout\"],\"totals\":[1040],\"treeColumnVisible\":[32],\"openedTotalMenu\":[32],\"columnMenuAnchor\":[32],\"selectedNodeString\":[32],\"stateSwitcher\":[32],\"isEmpty\":[64],\"closeColumnMenu\":[64],\"collapseAll\":[64],\"expandAll\":[64],\"getProps\":[64],\"openColumnMenu\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setProps\":[64]}],[1,\"kup-chip\",{\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"dataNew\":[1040],\"type\":[1],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-tab-bar\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"ripple\":[4],\"value\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-checkbox\",{\"checked\":[1028],\"customStyle\":[1,\"custom-style\"],\"disabled\":[4],\"indeterminate\":[1028],\"label\":[1],\"leadingLabel\":[4,\"leading-label\"],\"value\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-switch\",{\"checked\":[1028],\"customStyle\":[1,\"custom-style\"],\"disabled\":[4],\"label\":[1],\"leadingLabel\":[4,\"leading-label\"],\"value\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-text-field\",{\"customStyle\":[1,\"custom-style\"],\"disabled\":[4],\"emitSubmitEventOnEnter\":[4,\"emit-submit-event-on-enter\"],\"fullWidth\":[516,\"full-width\"],\"helper\":[1],\"helperEnabled\":[4,\"helper-enabled\"],\"helperWhenFocused\":[4,\"helper-when-focused\"],\"icon\":[1],\"initialValue\":[1,\"initial-value\"],\"inputType\":[1,\"input-type\"],\"isClearable\":[4,\"is-clearable\"],\"label\":[1],\"leadingLabel\":[4,\"leading-label\"],\"max\":[2],\"maxLength\":[2,\"max-length\"],\"min\":[2],\"outlined\":[4],\"readOnly\":[4,\"read-only\"],\"step\":[2],\"textArea\":[4,\"text-area\"],\"trailingIcon\":[4,\"trailing-icon\"],\"trailingLabel\":[4,\"trailing-label\"],\"value\":[32],\"getProps\":[64],\"getValue\":[64],\"refresh\":[64],\"setFocus\":[64],\"setProps\":[64],\"setValue\":[64]}],[1,\"kup-button-list\",{\"columns\":[2],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"disabled\":[4],\"showSelection\":[4,\"show-selection\"],\"styling\":[513],\"selected\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-time-picker\",{\"clockVariant\":[4,\"clock-variant\"],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"disabled\":[4],\"initialValue\":[1,\"initial-value\"],\"manageSeconds\":[4,\"manage-seconds\"],\"timeMinutesStep\":[2,\"time-minutes-step\"],\"value\":[32],\"getProps\":[64],\"getValue\":[64],\"refresh\":[64],\"setFocus\":[64],\"setProps\":[64],\"setValue\":[64]},[[4,\"keyup\",\"listenKeyup\"]]],[1,\"kup-autocomplete\",{\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"disabled\":[4],\"displayMode\":[1,\"display-mode\"],\"initialValue\":[1,\"initial-value\"],\"minimumChars\":[2,\"minimum-chars\"],\"selectMode\":[1,\"select-mode\"],\"serverHandledFilter\":[516,\"server-handled-filter\"],\"showDropDownIcon\":[4,\"show-drop-down-icon\"],\"displayedValue\":[32],\"value\":[32],\"getProps\":[64],\"getValue\":[64],\"refresh\":[64],\"setFocus\":[64],\"setProps\":[64],\"setValue\":[64]},[[0,\"keydown\",\"listenKeydown\"]]],[1,\"kup-date-picker\",{\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"disabled\":[4],\"firstDayIndex\":[2,\"first-day-index\"],\"initialValue\":[1,\"initial-value\"],\"stateSwitcher\":[32],\"value\":[32],\"getValue\":[64],\"getProps\":[64],\"refresh\":[64],\"setFocus\":[64],\"setValue\":[64]},[[0,\"keyup\",\"listenKeyup\"]]],[1,\"kup-image\",{\"badgeData\":[16],\"color\":[1],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"feedback\":[4],\"isCanvas\":[4,\"is-canvas\"],\"resource\":[1],\"sizeX\":[1,\"size-x\"],\"sizeY\":[1,\"size-y\"],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-chart\",{\"asp\":[1],\"axis\":[1],\"chartTitle\":[16],\"colors\":[16],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"hAxis\":[16],\"hAxes\":[16],\"legend\":[1],\"offlineMode\":[16],\"series\":[16],\"showMarks\":[4,\"show-marks\"],\"sizeX\":[1,\"size-x\"],\"sizeY\":[1,\"size-y\"],\"sorting\":[16],\"stacked\":[4],\"types\":[16],\"vAxes\":[16],\"vAxis\":[16],\"trendlines\":[16],\"version\":[1],\"getProps\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setProps\":[64]}],[1,\"kup-color-picker\",{\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"disabled\":[4],\"initialValue\":[1,\"initial-value\"],\"swatchOnly\":[4,\"swatch-only\"],\"value\":[32],\"getProps\":[64],\"getValue\":[64],\"setFocus\":[64],\"setProps\":[64],\"setValue\":[64],\"refresh\":[64]}],[1,\"kup-gauge\",{\"arcThickness\":[2,\"arc-thickness\"],\"colors\":[16],\"customStyle\":[1,\"custom-style\"],\"firstThreshold\":[2,\"first-threshold\"],\"labelDistance\":[1026,\"label-distance\"],\"maxValue\":[1026,\"max-value\"],\"measurementUnit\":[1,\"measurement-unit\"],\"minValue\":[1026,\"min-value\"],\"needleCircle\":[4,\"needle-circle\"],\"onlyValue\":[4,\"only-value\"],\"reverseColors\":[4,\"reverse-colors\"],\"secondThreshold\":[2,\"second-threshold\"],\"showLabels\":[4,\"show-labels\"],\"showMaxmin\":[4,\"show-maxmin\"],\"showValue\":[4,\"show-value\"],\"size\":[2],\"value\":[1026],\"valueSize\":[2,\"value-size\"],\"widthComponent\":[1,\"width-component\"],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-progress-bar\",{\"centeredLabel\":[4,\"centered-label\"],\"customStyle\":[1,\"custom-style\"],\"hideLabel\":[4,\"hide-label\"],\"icon\":[1],\"label\":[1],\"isRadial\":[516,\"is-radial\"],\"value\":[2],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-rating\",{\"customStyle\":[1,\"custom-style\"],\"disabled\":[4],\"maxValue\":[2,\"max-value\"],\"value\":[2],\"stars\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-combobox\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"disabled\":[4],\"displayMode\":[1,\"display-mode\"],\"initialValue\":[1,\"initial-value\"],\"isSelect\":[516,\"is-select\"],\"selectMode\":[1,\"select-mode\"],\"showDropDownIcon\":[4,\"show-drop-down-icon\"],\"displayedValue\":[32],\"value\":[32],\"getProps\":[64],\"getValue\":[64],\"refresh\":[64],\"setFocus\":[64],\"setProps\":[64],\"setValue\":[64]},[[0,\"keydown\",\"listenKeydown\"]]],[1,\"kup-dropdown-button\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"disabled\":[4],\"displayMode\":[1,\"display-mode\"],\"dropdownOnly\":[4,\"dropdown-only\"],\"icon\":[1],\"initialValue\":[1,\"initial-value\"],\"label\":[1],\"selectMode\":[1,\"select-mode\"],\"styling\":[1],\"trailingIcon\":[4,\"trailing-icon\"],\"value\":[32],\"getProps\":[64],\"getValue\":[64],\"refresh\":[64],\"setProps\":[64],\"setValue\":[64]},[[0,\"keydown\",\"listenKeydown\"]]],[1,\"kup-spinner\",{\"active\":[516],\"barVariant\":[4,\"bar-variant\"],\"customStyle\":[1,\"custom-style\"],\"dimensions\":[1],\"fader\":[4],\"faderTimeout\":[2,\"fader-timeout\"],\"fullScreen\":[516,\"full-screen\"],\"layout\":[2],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-button\",{\"checked\":[1028],\"customStyle\":[1,\"custom-style\"],\"disabled\":[4],\"icon\":[1],\"iconOff\":[1,\"icon-off\"],\"label\":[1],\"styling\":[1],\"showSpinner\":[4,\"show-spinner\"],\"toggable\":[4],\"trailingIcon\":[4,\"trailing-icon\"],\"value\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-list\",{\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"displayMode\":[1,\"display-mode\"],\"filter\":[1025],\"hideText\":[4,\"hide-text\"],\"isMenu\":[4,\"is-menu\"],\"keyboardNavigation\":[4,\"keyboard-navigation\"],\"menuVisible\":[4,\"menu-visible\"],\"roleType\":[1025,\"role-type\"],\"selectable\":[4],\"showIcons\":[4,\"show-icons\"],\"twoLine\":[4,\"two-line\"],\"focused\":[32],\"selected\":[32],\"focusNext\":[64],\"focusPrevious\":[64],\"getProps\":[64],\"refresh\":[64],\"resetFilter\":[64],\"select\":[64],\"setProps\":[64]},[[0,\"keydown\",\"listenKeydown\"]]],[1,\"kup-radio\",{\"columns\":[2],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"disabled\":[4],\"leadingLabel\":[4,\"leading-label\"],\"value\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-badge\",{\"customStyle\":[1,\"custom-style\"],\"imageData\":[16],\"text\":[1],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-magic-box\",[[1,\"kup-magic-box\",{\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"display\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-cell\",[[1,\"kup-cell\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"density\":[1],\"dragEnabled\":[4,\"drag-enabled\"],\"addCssClasses\":[64],\"getProps\":[64],\"refresh\":[64],\"removeCssClasses\":[64],\"setProps\":[64]}]]],[\"kup-dash-list\",[[1,\"kup-dash-list\",{\"layout\":[1],\"fontsize\":[1],\"active\":[4],\"columnsNumber\":[2,\"columns-number\"],\"fullWidth\":[4,\"full-width\"],\"horizontal\":[4],\"iconColor\":[16],\"valueColor\":[16],\"textColor\":[16],\"data\":[16]}]]],[\"kup-field\",[[1,\"kup-field\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"label\":[1],\"labelPos\":[1,\"label-pos\"],\"showSubmit\":[4,\"show-submit\"],\"submitLabel\":[1,\"submit-label\"],\"submitPos\":[1,\"submit-pos\"],\"type\":[1],\"getCurrentValue\":[64],\"getProps\":[64],\"refresh\":[64]}]]],[\"kup-iframe\",[[1,\"kup-iframe\",{\"buttonData\":[16],\"isButton\":[4,\"is-button\"],\"src\":[1],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-accordion\",[[1,\"kup-accordion\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"ripple\":[4],\"selectedItems\":[32],\"collapseAll\":[64],\"expandAll\":[64],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64],\"toggleItem\":[64]}]]],[\"kup-calendar\",[[1,\"kup-calendar\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"dateCol\":[1,\"date-col\"],\"descrCol\":[1,\"descr-col\"],\"endCol\":[1,\"end-col\"],\"hideNavigation\":[4,\"hide-navigation\"],\"iconCol\":[1,\"icon-col\"],\"imageCol\":[1,\"image-col\"],\"initialDate\":[1,\"initial-date\"],\"startCol\":[1,\"start-col\"],\"styleCol\":[1,\"style-col\"],\"viewType\":[1025,\"view-type\"],\"getProps\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setProps\":[64]}]]],[\"kup-snackbar\",[[1,\"kup-snackbar\",{\"actionButton\":[16],\"closeButton\":[4,\"close-button\"],\"customStyle\":[1,\"custom-style\"],\"text\":[1],\"timeout\":[2],\"visible\":[32],\"getProps\":[64],\"hide\":[64],\"refresh\":[64],\"setProps\":[64],\"show\":[64]}]]],[\"kup-drawer\",[[1,\"kup-drawer\",{\"customStyle\":[1,\"custom-style\"],\"opened\":[32],\"close\":[64],\"getProps\":[64],\"isOpened\":[64],\"open\":[64],\"refresh\":[64],\"setProps\":[64],\"toggle\":[64]}]]],[\"kup-lazy\",[[1,\"kup-lazy\",{\"componentName\":[1,\"component-name\"],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"renderMode\":[1,\"render-mode\"],\"showPlaceholder\":[4,\"show-placeholder\"],\"isInViewport\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-nav-bar\",[[1,\"kup-nav-bar\",{\"customStyle\":[1,\"custom-style\"],\"styling\":[513],\"getProps\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setProps\":[64]}]]],[\"kup-probe\",[[1,\"kup-probe\",{\"customStyle\":[1,\"custom-style\"],\"features\":[16],\"content\":[32],\"printLifecycleTime\":[64],\"refresh\":[64]}]]],[\"kup-qlik\",[[0,\"kup-qlik\",{\"config\":[16],\"qlik\":[8],\"appid\":[513],\"app\":[520],\"grid\":[16],\"debug\":[4],\"fluid\":[4],\"bordered\":[4],\"defobjsize\":[1],\"divlist\":[32]}]]],[\"kup-dash_2\",[[1,\"kup-dash\",{\"active\":[4],\"fontsize\":[1],\"layout\":[1],\"index\":[2]}],[1,\"kup-grid\",{\"columns\":[2],\"customStyle\":[1,\"custom-style\"],\"singleLine\":[4,\"single-line\"],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}]]]]"), options);
14
14
  });
15
15
  };
16
16
 
@@ -1,4 +1,4 @@
1
- import { d as createCommonjsModule, f as commonjsGlobal, K as KupDates, b as KupDatesNormalize, a as KupDatesFormats } from './kup-objects-d38d2fa2.js';
1
+ import { F as createCommonjsModule, G as commonjsGlobal, d as KupDatesNormalize, c as KupDatesFormats } from './kup-manager-bba32828.js';
2
2
 
3
3
  var numeral = createCommonjsModule(function (module) {
4
4
  /*! @preserve
@@ -1011,7 +1011,6 @@ return numeral;
1011
1011
  });
1012
1012
 
1013
1013
  const dom = document.documentElement;
1014
- const kupDates = dom.ketchup ? dom.ketchup.dates : new KupDates();
1015
1014
  var DateTimeFormatOptionsMonth;
1016
1015
  (function (DateTimeFormatOptionsMonth) {
1017
1016
  DateTimeFormatOptionsMonth["NUMERIC"] = "numeric";
@@ -1027,12 +1026,6 @@ function identify(array) {
1027
1026
  }
1028
1027
  }
1029
1028
  }
1030
- function getCurrentLocale() {
1031
- if (navigator == null || navigator.language == null) {
1032
- return 'en-US';
1033
- }
1034
- return navigator.language;
1035
- }
1036
1029
  function getSeparator(locale, separatorType) {
1037
1030
  const numberWithGroupAndDecimalSeparator = 1000.1;
1038
1031
  return Intl.NumberFormat(locale)
@@ -1048,7 +1041,7 @@ function getCurrentTimeFormatFromBrowserLocale(manageSeconds) {
1048
1041
  if (manageSeconds == true) {
1049
1042
  options.second = '2-digit';
1050
1043
  }
1051
- const formatObj = new Intl.DateTimeFormat(kupDates.getLocale() + '-u-hc-h23', options).formatToParts(new Date());
1044
+ const formatObj = new Intl.DateTimeFormat(dom.ketchup.dates.getLocale() + '-u-hc-h23', options).formatToParts(new Date());
1052
1045
  let timeFormat = formatObj
1053
1046
  .map((obj) => {
1054
1047
  switch (obj.type) {
@@ -1113,7 +1106,7 @@ function numberToString(input, decimals) {
1113
1106
  if (input == null) {
1114
1107
  return '';
1115
1108
  }
1116
- return _numberToString(input, decimals, getCurrentLocale(), true);
1109
+ return _numberToString(input, decimals, dom.ketchup.dates.getLocale(), true);
1117
1110
  }
1118
1111
  /**
1119
1112
  * @param type - type of number for calculate suffix
@@ -1165,7 +1158,7 @@ function unformattedStringToFormattedStringNumber(input, decimals, type) {
1165
1158
  * @returns number as string, formatted by locale US, decimal separator . (like java decimal numbers), without group separator
1166
1159
  **/
1167
1160
  function formattedStringToUnformattedStringNumber(input, type) {
1168
- return numberStringToNumberString(input, type, getDecimalSeparator(getCurrentLocale()));
1161
+ return numberStringToNumberString(input, type, getDecimalSeparator(dom.ketchup.dates.getLocale()));
1169
1162
  }
1170
1163
  /**
1171
1164
  * @param input number as string, formatted by locale US, decimal separator . (like java decimal numbers), with group separator
@@ -1246,7 +1239,7 @@ function formatTime(time, manageSeconds) {
1246
1239
  if (manageSeconds == true) {
1247
1240
  options.second = '2-digit';
1248
1241
  }
1249
- return time.toLocaleTimeString(kupDates.getLocale() + '-u-hc-h23', options);
1242
+ return time.toLocaleTimeString(dom.ketchup.dates.getLocale() + '-u-hc-h23', options);
1250
1243
  }
1251
1244
  /**
1252
1245
  * @param value time string, formatted by actual browser locale
@@ -1254,7 +1247,7 @@ function formatTime(time, manageSeconds) {
1254
1247
  */
1255
1248
  function isValidFormattedStringTime(value, manageSeconds) {
1256
1249
  let format = getCurrentTimeFormatFromBrowserLocale(manageSeconds);
1257
- return kupDates.isValid(value, format, true);
1250
+ return dom.ketchup.dates.isValid(value, format, true);
1258
1251
  }
1259
1252
  /**
1260
1253
  * @param value date/time as string, formatted by actual browser locale
@@ -1271,8 +1264,8 @@ function formattedStringToDefaultUnformattedStringTimestamp(value) {
1271
1264
  **/
1272
1265
  function formattedStringToCustomUnformattedStringTime(value, outputFormat, manageSeconds) {
1273
1266
  let inputFormat = getCurrentTimeFormatFromBrowserLocale(manageSeconds);
1274
- if (kupDates.isValid(value, inputFormat)) {
1275
- return kupDates.format(kupDates.normalize(value, KupDatesNormalize.TIME), outputFormat);
1267
+ if (dom.ketchup.dates.isValid(value, inputFormat)) {
1268
+ return dom.ketchup.dates.format(dom.ketchup.dates.normalize(value, KupDatesNormalize.TIME), outputFormat);
1276
1269
  }
1277
1270
  else {
1278
1271
  return '';
@@ -1294,12 +1287,12 @@ function unformattedStringToFormattedStringTime(value, manageSeconds, customedFo
1294
1287
  if (manageSeconds == true) {
1295
1288
  options.second = '2-digit';
1296
1289
  }
1297
- let date = kupDates.toDate(kupDates.normalize(value, KupDatesNormalize.TIME));
1290
+ let date = dom.ketchup.dates.toDate(dom.ketchup.dates.normalize(value, KupDatesNormalize.TIME));
1298
1291
  return formatByCustomedOutputTimeFormat(value, date, options, customedFormat);
1299
1292
  }
1300
1293
  function formatByCustomedOutputTimeFormat(valueStr, date, options, customedFormat) {
1301
1294
  if (customedFormat == null) {
1302
- return date.toLocaleTimeString(kupDates.getLocale() + '-u-hc-h23', options);
1295
+ return date.toLocaleTimeString(dom.ketchup.dates.getLocale() + '-u-hc-h23', options);
1303
1296
  }
1304
1297
  switch (customedFormat) {
1305
1298
  case 'I13': {
@@ -1368,7 +1361,7 @@ function formatByCustomedOutputTimeFormat(valueStr, date, options, customedForma
1368
1361
  return valueStr;
1369
1362
  }
1370
1363
  }
1371
- return date.toLocaleTimeString(kupDates.getLocale() + '-u-hc-h23', options);
1364
+ return date.toLocaleTimeString(dom.ketchup.dates.getLocale() + '-u-hc-h23', options);
1372
1365
  }
1373
1366
  /**
1374
1367
  * @param value date/time as string, formatted ISO
@@ -1385,8 +1378,8 @@ function unformattedStringToFormattedStringTimestamp(value) {
1385
1378
  second: '2-digit',
1386
1379
  hour12: false,
1387
1380
  };
1388
- let date = kupDates.toDate(kupDates.normalize(value, KupDatesNormalize.TIMESTAMP));
1389
- return date.toLocaleString(kupDates.getLocale() + '-u-hc-h23', options);
1381
+ let date = dom.ketchup.dates.toDate(dom.ketchup.dates.normalize(value, KupDatesNormalize.TIMESTAMP));
1382
+ return date.toLocaleString(dom.ketchup.dates.getLocale() + '-u-hc-h23', options);
1390
1383
  }
1391
1384
  function getMonthAsStringByLocale(month, format) {
1392
1385
  if (month == null) {
@@ -1398,7 +1391,7 @@ function getMonthAsStringByLocale(month, format) {
1398
1391
  const options = {
1399
1392
  month: format,
1400
1393
  };
1401
- const dateTimeFormat = new Intl.DateTimeFormat(kupDates.getLocale(), options);
1394
+ const dateTimeFormat = new Intl.DateTimeFormat(dom.ketchup.dates.getLocale(), options);
1402
1395
  return dateTimeFormat.format(dateTmp);
1403
1396
  }
1404
1397
  function getMonthsAsStringByLocale(format) {
@@ -1419,7 +1412,7 @@ function getDayAsStringByLocale(date) {
1419
1412
  weekday: 'narrow',
1420
1413
  /** weekday: 'narrow' 'short' 'long' */
1421
1414
  };
1422
- const dateTimeFormat = new Intl.DateTimeFormat(kupDates.getLocale(), options);
1415
+ const dateTimeFormat = new Intl.DateTimeFormat(dom.ketchup.dates.getLocale(), options);
1423
1416
  return dateTimeFormat.format(date);
1424
1417
  }
1425
1418
  function firstDayThisWeek(firstDayIndex) {
@@ -1530,4 +1523,4 @@ function setProps(comp, list, props) {
1530
1523
  }
1531
1524
  }
1532
1525
 
1533
- export { DateTimeFormatOptionsMonth as D, formattedStringToDefaultUnformattedStringTimestamp as a, isValidFormattedStringNumber as b, formattedStringToUnformattedStringNumber as c, stringToNumber as d, isNumber as e, formattedStringToCustomUnformattedStringTime as f, getProps as g, isEmpty as h, isValidFormattedStringTime as i, deepEqual as j, identify as k, numberToFormattedStringNumber as l, getMonthsAsStringByLocale as m, numeral as n, getDaysOfWeekAsStringByLocale as o, fillString as p, unformattedStringToFormattedStringNumber as q, formatTime as r, setProps as s, unformattedStringToFormattedStringTime as t, unformattedStringNumberToNumber as u, unformattedStringToFormattedStringTimestamp as v, getDecimalSeparator as w, getCurrentLocale as x };
1526
+ export { DateTimeFormatOptionsMonth as D, formattedStringToDefaultUnformattedStringTimestamp as a, isValidFormattedStringNumber as b, formattedStringToUnformattedStringNumber as c, stringToNumber as d, isNumber as e, formattedStringToCustomUnformattedStringTime as f, getProps as g, isEmpty as h, isValidFormattedStringTime as i, deepEqual as j, identify as k, numberToFormattedStringNumber as l, getMonthsAsStringByLocale as m, numeral as n, getDaysOfWeekAsStringByLocale as o, fillString as p, unformattedStringToFormattedStringNumber as q, formatTime as r, setProps as s, unformattedStringToFormattedStringTime as t, unformattedStringNumberToNumber as u, unformattedStringToFormattedStringTimestamp as v, getDecimalSeparator as w };
@@ -0,0 +1,74 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ viewBox="0 0 129.05 48.14"
4
+ >
5
+ <g>
6
+ <g>
7
+ <g>
8
+ <rect
9
+ y="3.29"
10
+ width="19.92"
11
+ height="19.92"
12
+ />
13
+ <rect
14
+ y="28.22"
15
+ width="19.92"
16
+ height="19.92"
17
+ />
18
+ <rect
19
+ x="24.9"
20
+ y="28.22"
21
+ width="19.92"
22
+ height="19.92"
23
+ />
24
+ <rect
25
+ x="24.04"
26
+ y="4.12"
27
+ width="19.92"
28
+ height="19.92"
29
+ transform="translate(0 28.16) rotate(-45)"
30
+ />
31
+ </g>
32
+ <g>
33
+ <path
34
+ d="M64.59,36.84a3.2,3.2,0,0,1-.65.06,1.61,1.61,0,0,1-1-.25,1,1,0,0,1-.32-.87V24.42a2.09,2.09,0,0,1,.45-.11,4.28,4.28,0,0,1,.65,0,1.68,1.68,0,0,1,1,.24,1.07,1.07,0,0,1,.32.88v5.89l3.69-3.67a1.94,1.94,0,0,1,1.16.32,1,1,0,0,1,.43.82,1.16,1.16,0,0,1-.27.76,7.31,7.31,0,0,1-.87.82l-2.05,1.78,3.63,3.4a1.83,1.83,0,0,1-.4,1,1.14,1.14,0,0,1-.93.37,1.41,1.41,0,0,1-.77-.21,4.5,4.5,0,0,1-.81-.74L65,32.85v3.9Z"
35
+ />
36
+ <path
37
+ d="M74.16,33.35a2.27,2.27,0,0,0,1,1.4,3.42,3.42,0,0,0,1.79.44A4.36,4.36,0,0,0,78.41,35a5.35,5.35,0,0,0,1.09-.5,1.26,1.26,0,0,1,.44.42,1.06,1.06,0,0,1,.17.57,1,1,0,0,1-.26.67,2,2,0,0,1-.7.51,5.22,5.22,0,0,1-1.05.32,7.83,7.83,0,0,1-1.32.11,6.61,6.61,0,0,1-2-.3,4.1,4.1,0,0,1-1.57-.92,4.26,4.26,0,0,1-1-1.53,5.59,5.59,0,0,1-.37-2.13,5.33,5.33,0,0,1,.36-2.05,4.35,4.35,0,0,1,1-1.47,4,4,0,0,1,1.43-.87,5.23,5.23,0,0,1,1.73-.28,4.72,4.72,0,0,1,1.71.29,4,4,0,0,1,1.33.82,3.7,3.7,0,0,1,.87,1.25,4.17,4.17,0,0,1,.31,1.59,1.05,1.05,0,0,1-.28.8,1.41,1.41,0,0,1-.77.34Zm2.11-4.05a2.15,2.15,0,0,0-1.56.62,2.65,2.65,0,0,0-.7,1.76l4.22-.63a2.17,2.17,0,0,0-.55-1.23A1.81,1.81,0,0,0,76.27,29.3Z"
38
+ />
39
+ <path
40
+ d="M85.13,34.85a1.76,1.76,0,0,0,1,.26,3,3,0,0,0,.66-.07,3.72,3.72,0,0,0,.59-.19,1.12,1.12,0,0,1,.26.37,1.15,1.15,0,0,1,.11.5,1.12,1.12,0,0,1-.52.94,2.83,2.83,0,0,1-1.65.37,3.77,3.77,0,0,1-2.37-.67,2.67,2.67,0,0,1-.86-2.23V25.41l.45-.1a3.06,3.06,0,0,1,.63-.06,1.6,1.6,0,0,1,1,.25,1.06,1.06,0,0,1,.31.87V28h2.8a1.92,1.92,0,0,1,.17.4,1.83,1.83,0,0,1,.07.53,1,1,0,0,1-.22.72.81.81,0,0,1-.61.23H84.76V34A1,1,0,0,0,85.13,34.85Z"
41
+ />
42
+ <path
43
+ d="M94.15,29.42a3,3,0,0,0-1.05.18,2.34,2.34,0,0,0-.84.56,2.65,2.65,0,0,0-.56.89,3.34,3.34,0,0,0-.21,1.23,2.82,2.82,0,0,0,.74,2.12,2.64,2.64,0,0,0,1.92.71,3.31,3.31,0,0,0,1.15-.18,6.3,6.3,0,0,0,.86-.39,1.79,1.79,0,0,1,.43.44,1,1,0,0,1,.16.57A1.23,1.23,0,0,1,96,36.62a4.36,4.36,0,0,1-2,.41,6.23,6.23,0,0,1-2-.29,4.09,4.09,0,0,1-1.55-.89,4,4,0,0,1-1-1.5,5.68,5.68,0,0,1-.35-2.07,5.32,5.32,0,0,1,.38-2.1,4.27,4.27,0,0,1,1-1.5A4.34,4.34,0,0,1,92,27.79a5.77,5.77,0,0,1,1.87-.29,4,4,0,0,1,2,.44A1.29,1.29,0,0,1,96.66,29a1.08,1.08,0,0,1-.16.56,1.54,1.54,0,0,1-.37.39c-.26-.13-.54-.26-.85-.39A3.16,3.16,0,0,0,94.15,29.42Z"
44
+ />
45
+ <path
46
+ d="M100.69,36.84a3.2,3.2,0,0,1-.65.06,1.61,1.61,0,0,1-1-.25,1,1,0,0,1-.32-.87V24.42a2.09,2.09,0,0,1,.45-.11,4.28,4.28,0,0,1,.65,0,1.68,1.68,0,0,1,1,.24,1.07,1.07,0,0,1,.32.88V28a5.35,5.35,0,0,1,1-.36,4.5,4.5,0,0,1,1.21-.15,4,4,0,0,1,2.75.89,3.36,3.36,0,0,1,1,2.7v5.66l-.45.09a3.13,3.13,0,0,1-.63.06,1.61,1.61,0,0,1-1-.25,1,1,0,0,1-.32-.87V31.2a1.75,1.75,0,0,0-.5-1.38,1.93,1.93,0,0,0-1.29-.42,2.67,2.67,0,0,0-1,.16,4,4,0,0,0-.8.39v6.8Z"
47
+ />
48
+ <path
49
+ d="M117.71,35.73a1.32,1.32,0,0,1-.55.52,5.09,5.09,0,0,1-1.4.57,7,7,0,0,1-1.93.23,6.52,6.52,0,0,1-1.78-.22,3.73,3.73,0,0,1-1.37-.67,2.89,2.89,0,0,1-.87-1.16,4.08,4.08,0,0,1-.31-1.67V27.8a2.2,2.2,0,0,1,.45-.1,3.24,3.24,0,0,1,.65-.05,1.72,1.72,0,0,1,1,.23,1,1,0,0,1,.32.89v4.52a1.77,1.77,0,0,0,.51,1.42,2.16,2.16,0,0,0,1.43.42,3.59,3.59,0,0,0,1-.11,2.54,2.54,0,0,0,.62-.25v-7a2.24,2.24,0,0,1,.44-.1,3.26,3.26,0,0,1,.64-.05,1.73,1.73,0,0,1,1,.23,1.06,1.06,0,0,1,.31.89V35A1.58,1.58,0,0,1,117.71,35.73Z"
50
+ />
51
+ <path
52
+ d="M124.53,37a4.64,4.64,0,0,1-1-.1,5.55,5.55,0,0,1-.84-.26v3.5l-.46.09a3.1,3.1,0,0,1-.64.06,1.57,1.57,0,0,1-1-.25,1,1,0,0,1-.32-.87V29.57a1.35,1.35,0,0,1,.18-.74,1.8,1.8,0,0,1,.58-.54,6.27,6.27,0,0,1,1.36-.56,7,7,0,0,1,1.85-.23,6.62,6.62,0,0,1,1.93.27,4.15,4.15,0,0,1,1.52.86,3.71,3.71,0,0,1,1,1.47,5.65,5.65,0,0,1,.36,2.13,5.84,5.84,0,0,1-.34,2.09,4.4,4.4,0,0,1-.94,1.5,3.85,3.85,0,0,1-1.42.91A5.35,5.35,0,0,1,124.53,37Zm-.36-1.92a2.32,2.32,0,0,0,1.79-.7,3.15,3.15,0,0,0,.64-2.18,3,3,0,0,0-.66-2.19,2.37,2.37,0,0,0-1.71-.64,2.77,2.77,0,0,0-.91.13,4.84,4.84,0,0,0-.67.28V34.7a3.41,3.41,0,0,0,.67.3A2.78,2.78,0,0,0,124.17,35.11Z"
53
+ />
54
+ </g>
55
+ <g>
56
+ <path
57
+ d="M67.81,14.05a1.67,1.67,0,0,1-.65,1.4,3.15,3.15,0,0,1-1.91.5,5,5,0,0,1-1-.09,3.24,3.24,0,0,1-.76-.24,1.57,1.57,0,0,1-.49-.34.53.53,0,0,1-.17-.38.62.62,0,0,1,.09-.32.77.77,0,0,1,.27-.27,4.6,4.6,0,0,0,.88.5,3,3,0,0,0,1.15.22c1,0,1.46-.33,1.46-1s-.33-.88-1-1l-1.16-.31a2.58,2.58,0,0,1-1.25-.65,1.56,1.56,0,0,1-.39-1.1,1.73,1.73,0,0,1,.15-.7,1.58,1.58,0,0,1,.45-.59,2.6,2.6,0,0,1,.76-.4,3.83,3.83,0,0,1,1.08-.14A3.73,3.73,0,0,1,67,9.4c.4.2.6.42.6.67a.57.57,0,0,1-.09.32.52.52,0,0,1-.25.21,4.16,4.16,0,0,0-.71-.36,2.79,2.79,0,0,0-1.09-.2,1.8,1.8,0,0,0-1,.24A.75.75,0,0,0,64,11a.73.73,0,0,0,.21.55,1.31,1.31,0,0,0,.7.33l1,.24a3.09,3.09,0,0,1,1.43.71A1.68,1.68,0,0,1,67.81,14.05Z"
58
+ />
59
+ <path
60
+ d="M77.33,10.36a1.61,1.61,0,0,0-1-.32,2.38,2.38,0,0,0-1.63.65,1.89,1.89,0,0,1,.09.6v4.45l-.22.06a1,1,0,0,1-.3,0c-.4,0-.61-.17-.61-.51v-4a1.24,1.24,0,0,0-.39-1A1.63,1.63,0,0,0,72.17,10a2.66,2.66,0,0,0-.85.14,3.93,3.93,0,0,0-.68.32v5.24l-.21.06a1,1,0,0,1-.31,0q-.6,0-.6-.51V10.56a.86.86,0,0,1,.12-.47,1.33,1.33,0,0,1,.42-.38,4,4,0,0,1,1-.42,4.3,4.3,0,0,1,1.17-.17,3.51,3.51,0,0,1,1.22.2,1.84,1.84,0,0,1,.81.55,3.17,3.17,0,0,1,2.16-.75,2.83,2.83,0,0,1,1.81.54,2,2,0,0,1,.67,1.66v4.42l-.22.06a1,1,0,0,1-.3,0q-.6,0-.6-.51v-4A1.22,1.22,0,0,0,77.33,10.36Z"
61
+ />
62
+ <path
63
+ d="M81.76,13.19A2.17,2.17,0,0,0,84.17,15a2.78,2.78,0,0,0,1.06-.2,3.12,3.12,0,0,0,.76-.42.6.6,0,0,1,.33.53.57.57,0,0,1-.17.38,1.61,1.61,0,0,1-.48.32,3,3,0,0,1-.7.23,4.57,4.57,0,0,1-.86.08,3.61,3.61,0,0,1-2.57-.88,3.36,3.36,0,0,1-.94-2.58,4,4,0,0,1,.23-1.42A3.13,3.13,0,0,1,81.47,10a2.78,2.78,0,0,1,1-.66,3.41,3.41,0,0,1,2.41,0,2.7,2.7,0,0,1,.91.59,2.85,2.85,0,0,1,.61.91A3.11,3.11,0,0,1,86.6,12a.57.57,0,0,1-.14.44.64.64,0,0,1-.39.16ZM83.69,10a1.86,1.86,0,0,0-1.41.59,2.48,2.48,0,0,0-.59,1.7l3.85-.53A2.13,2.13,0,0,0,85,10.52,1.71,1.71,0,0,0,83.69,10Z"
64
+ />
65
+ <path
66
+ d="M88.24,9.33l.22-.07a1.55,1.55,0,0,1,.31,0c.4,0,.59.17.59.52v3.6a1.57,1.57,0,0,0,.48,1.29,2,2,0,0,0,1.31.39,3.23,3.23,0,0,0,.95-.12,2.72,2.72,0,0,0,.62-.25V9.33l.22-.07.3,0c.4,0,.6.17.6.52v4.87a1.21,1.21,0,0,1-.08.47.78.78,0,0,1-.37.34,4.21,4.21,0,0,1-.89.35,4.85,4.85,0,0,1-1.36.17A3.32,3.32,0,0,1,89,15.33a2.35,2.35,0,0,1-.75-1.93Z"
67
+ />
68
+ <path
69
+ d="M98.71,16a3.93,3.93,0,0,1-.92-.11,3.65,3.65,0,0,1-.72-.27v2.72l-.21.06a1.36,1.36,0,0,1-.3,0c-.4,0-.61-.18-.61-.52V10.48a.94.94,0,0,1,.1-.45,1.15,1.15,0,0,1,.41-.35,5.51,5.51,0,0,1,.9-.39,4,4,0,0,1,1.2-.17,4.15,4.15,0,0,1,1.29.19,2.74,2.74,0,0,1,1.05.61,2.85,2.85,0,0,1,.7,1.06,4,4,0,0,1,.26,1.54,4.32,4.32,0,0,1-.23,1.51A2.8,2.8,0,0,1,101,15.1a2.57,2.57,0,0,1-1,.64A3.72,3.72,0,0,1,98.71,16ZM98.56,15a2.1,2.1,0,0,0,1.57-.6,2.6,2.6,0,0,0,.6-1.91,3.25,3.25,0,0,0-.18-1.16,1.9,1.9,0,0,0-.47-.77,1.63,1.63,0,0,0-.7-.42,2.47,2.47,0,0,0-.82-.13,2.43,2.43,0,0,0-.86.13,3.63,3.63,0,0,0-.63.28v4.13a2.33,2.33,0,0,0,.63.32A2.78,2.78,0,0,0,98.56,15Z"
70
+ />
71
+ </g>
72
+ </g>
73
+ </g></svg
74
+ >
@@ -0,0 +1,59 @@
1
+ <svg
2
+ version="1.1"
3
+ xmlns="http://www.w3.org/2000/svg"
4
+ xmlns:xlink="http://www.w3.org/1999/xlink"
5
+ x="0px"
6
+ y="0px"
7
+ viewBox="0 0 519.3 212.4"
8
+ style="enable-background: new 0 0 519.3 212.4"
9
+ xml:space="preserve"
10
+ >
11
+ <g>
12
+ <g>
13
+ <path
14
+ d="M65,120c0,7.8-2.9,13.9-8.6,18.3c-5.7,4.4-14,6.6-24.9,6.6c-4.6,0-8.9-0.4-12.8-1.2c-3.9-0.8-7.2-1.8-10-3.1
15
+ c-2.7-1.3-4.9-2.8-6.4-4.4c-1.5-1.7-2.3-3.3-2.3-5c0-1.5,0.4-2.9,1.2-4.2c0.8-1.3,2-2.5,3.6-3.5c3.3,2.4,7.1,4.6,11.5,6.5
16
+ c4.4,1.9,9.4,2.8,15,2.8c12.7,0,19.1-4.3,19.1-12.8c0-7-4.2-11.5-12.6-13.6l-15.2-4c-7.5-2-12.9-4.8-16.3-8.5
17
+ c-3.4-3.7-5.1-8.5-5.1-14.4c0-3.2,0.6-6.2,1.9-9.2c1.3-2.9,3.3-5.5,6-7.7c2.7-2.2,6-3.9,10-5.2c4-1.3,8.6-1.9,14-1.9
18
+ c8.5,0,15.5,1.3,20.7,3.8c5.3,2.5,7.9,5.4,7.9,8.7c0,1.6-0.4,3-1.2,4.2c-0.8,1.2-1.9,2.1-3.2,2.8c-2.2-1.5-5.3-3.1-9.3-4.8
19
+ c-4-1.7-8.8-2.6-14.3-2.6s-9.9,1-13.1,3.1c-3.2,2.1-4.9,5-4.9,8.8c0,2.8,0.9,5.2,2.8,7.1c1.8,2,4.9,3.4,9.2,4.4l12.6,3.1
20
+ c8.3,2.1,14.5,5.2,18.7,9.3C63,107.5,65,113.1,65,120z"
21
+ />
22
+ <path
23
+ d="M189.5,71.8c-3.4-2.8-8-4.2-13.7-4.2c-7.9,0-15,2.8-21.3,8.4c0.7,2.4,1.1,5.1,1.1,7.9v58.3
24
+ c-0.6,0.2-1.6,0.5-2.8,0.8c-1.3,0.3-2.6,0.5-3.9,0.5c-5.3,0-7.9-2.2-7.9-6.6V85c0-6-1.7-10.4-5.1-13.2c-3.4-2.8-8.1-4.2-13.9-4.2
25
+ c-3.9,0-7.6,0.6-11.1,1.8c-3.5,1.2-6.4,2.6-8.9,4.2v68.5c-0.6,0.2-1.5,0.5-2.7,0.8c-1.2,0.3-2.6,0.5-4,0.5c-5.3,0-7.9-2.2-7.9-6.6
26
+ V74.4c0-2.4,0.5-4.5,1.6-6.1c1-1.6,2.8-3.3,5.4-5c3.3-2.1,7.5-3.9,12.6-5.4c5.1-1.5,10.2-2.3,15.3-2.3c6,0,11.3,0.9,15.9,2.7
27
+ s8.2,4.2,10.6,7.2c3.2-2.8,7.1-5.2,11.9-7.1c4.8-1.9,10.2-2.8,16.3-2.8c9.9,0,17.8,2.4,23.6,7.1c5.9,4.7,8.8,11.9,8.8,21.7v57.9
28
+ c-0.6,0.2-1.6,0.5-2.8,0.8c-1.3,0.3-2.6,0.5-3.9,0.5c-5.3,0-7.9-2.2-7.9-6.6V85C194.6,79,192.9,74.7,189.5,71.8z"
29
+ />
30
+ <path
31
+ d="M247.2,108.9c3.3,16,13.8,24,31.5,24c5.1,0,9.8-0.9,13.9-2.6c4.2-1.7,7.4-3.5,9.9-5.5c2.9,1.7,4.4,4,4.4,7
32
+ c0,1.7-0.8,3.4-2.3,5c-1.5,1.6-3.6,3-6.2,4.2c-2.6,1.2-5.7,2.2-9.2,2.9c-3.5,0.7-7.2,1.1-11.3,1.1c-14.2,0-25.4-3.9-33.6-11.5
33
+ c-8.2-7.7-12.4-18.9-12.4-33.7c0-7,1-13.2,3-18.6c2-5.4,4.8-10.1,8.4-13.8c3.6-3.8,7.9-6.7,12.9-8.7c5-2,10.4-3,16.3-3
34
+ c5.5,0,10.6,0.9,15.2,2.8c4.6,1.8,8.6,4.4,12,7.8c3.4,3.4,6,7.3,7.9,11.9c1.9,4.6,2.8,9.6,2.8,15.1c0,2.7-0.6,4.6-1.8,5.8
35
+ c-1.2,1.2-2.9,1.9-5.1,2.1L247.2,108.9z M272.5,67.4c-7.5,0-13.6,2.6-18.5,7.8c-4.9,5.2-7.5,12.6-7.7,22.3l50.4-7
36
+ c-0.6-6.7-3-12.2-7.1-16.6C285.5,69.6,279.8,67.4,272.5,67.4z"
37
+ />
38
+ <g>
39
+ <path
40
+ d="M501.4,0.8H326.4c0,0-17.9,0-17.9,19.5v171.8c0,0,0,19.5,17.9,19.5h175.1c0,0,17.9,0,17.9-19.5V20.3
41
+ C519.3,20.3,519.3,0.8,501.4,0.8z M400.9,128.8c0,2.6-0.3,4.6-1,6.1c-0.7,1.5-2.3,3-4.9,4.5c-2.8,1.6-6.7,3.1-11.6,4.6
42
+ c-5,1.5-10.9,2.2-17.9,2.2c-12.2,0-21.6-2.7-28.1-8.1c-6.5-5.4-9.8-13.8-9.8-25.3V59.5c0.6-0.2,1.6-0.5,2.8-0.8
43
+ c1.3-0.3,2.7-0.5,4.1-0.5c5.1,0,7.7,2.3,7.7,6.8v47.1c0,7.9,2.1,13.6,6.2,16.9c4.2,3.4,9.9,5,17.2,5c4.9,0,9-0.5,12.5-1.6
44
+ c3.4-1,6.1-2.1,8.1-3.2V59.5c0.6-0.2,1.6-0.5,2.8-0.8c1.3-0.3,2.6-0.5,3.9-0.5c5.2,0,7.9,2.3,7.9,6.8V128.8z M496.7,121.1
45
+ c-2,5.6-4.9,10.3-8.5,14c-3.7,3.7-8,6.5-13.1,8.3c-5.1,1.8-10.6,2.8-16.6,2.8c-4.3,0-8.3-0.5-12.1-1.5c-3.8-1-6.9-2.1-9.3-3.5
46
+ v35.5c-0.6,0.2-1.5,0.5-2.7,0.8c-1.2,0.3-2.6,0.5-4,0.5c-5.3,0-7.9-2.3-7.9-6.8V74.5c0-2.4,0.4-4.4,1.3-5.9
47
+ c0.9-1.5,2.6-3,5.3-4.6c3.3-1.8,7.2-3.5,11.8-5c4.6-1.5,9.8-2.3,15.7-2.3c6,0,11.6,0.9,17,2.6c5.3,1.7,9.9,4.4,13.7,8
48
+ c3.8,3.6,6.9,8.2,9.2,13.8c2.3,5.6,3.4,12.3,3.4,20.1C499.7,108.9,498.7,115.5,496.7,121.1z"
49
+ />
50
+ <path
51
+ d="M476.3,76c-2.6-2.6-5.7-4.4-9.1-5.5c-3.4-1.1-7-1.7-10.8-1.7c-4.4,0-8.1,0.6-11.2,1.7
52
+ c-3.1,1.1-5.8,2.3-8.2,3.7v54.1c2.3,1.7,5.1,3.1,8.2,4.2c3.2,1.1,6.9,1.7,11.2,1.7c8.5,0,15.4-2.6,20.6-7.8
53
+ c5.2-5.2,7.8-13.5,7.8-25c0-6-0.8-11.1-2.3-15.2C481,81.9,479,78.6,476.3,76z"
54
+ />
55
+ </g>
56
+ </g>
57
+ </g>
58
+ <g></g>
59
+ </svg>