@sme.up/ketchup 6.6.0 → 6.8.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 (211) hide show
  1. package/README.md +7 -1
  2. package/dist/cjs/{f-button-a531feb2.js → f-button-229c63fd.js} +2 -2
  3. package/dist/cjs/{f-cell-75cb7933.js → f-cell-dd006395.js} +22 -22
  4. package/dist/cjs/{f-checkbox-cd977193.js → f-checkbox-1097ca5d.js} +1 -1
  5. package/dist/cjs/{f-chip-9508a2e4.js → f-chip-f2c369fd.js} +3 -3
  6. package/dist/cjs/{f-image-c21cc616.js → f-image-847a6ddf.js} +2 -2
  7. package/dist/cjs/{f-paginator-utils-2b72d7e8.js → f-paginator-utils-cedc4b3e.js} +3 -3
  8. package/dist/cjs/{f-text-field-a5b2bd0e.js → f-text-field-fe85187d.js} +2 -2
  9. package/dist/cjs/{index-31125378.js → index-ffdb46f6.js} +423 -252
  10. package/dist/cjs/ketchup.cjs.js +3 -3
  11. package/dist/cjs/kup-accordion.cjs.entry.js +7 -30
  12. package/dist/cjs/{kup-autocomplete_25.cjs.entry.js → kup-autocomplete_26.cjs.entry.js} +3925 -4288
  13. package/dist/cjs/kup-box.cjs.entry.js +33 -113
  14. package/dist/cjs/kup-calendar.cjs.entry.js +10 -34
  15. package/dist/cjs/kup-cell.cjs.entry.js +10 -29
  16. package/dist/cjs/kup-dash-list.cjs.entry.js +10 -9
  17. package/dist/cjs/kup-dash_2.cjs.entry.js +7 -35
  18. package/dist/cjs/kup-dashboard.cjs.entry.js +10 -32
  19. package/dist/cjs/kup-drawer.cjs.entry.js +4 -19
  20. package/dist/cjs/kup-echart.cjs.entry.js +16 -77
  21. package/dist/cjs/kup-family-tree.cjs.entry.js +12 -48
  22. package/dist/cjs/kup-iframe.cjs.entry.js +5 -17
  23. package/dist/cjs/kup-image-list.cjs.entry.js +16 -34
  24. package/dist/cjs/kup-lazy.cjs.entry.js +10 -37
  25. package/dist/cjs/kup-magic-box.cjs.entry.js +6 -25
  26. package/dist/cjs/{kup-manager-8e67afec.js → kup-manager-c53468cd.js} +82 -7
  27. package/dist/cjs/kup-nav-bar.cjs.entry.js +4 -16
  28. package/dist/cjs/kup-numeric-picker.cjs.entry.js +14 -57
  29. package/dist/cjs/kup-photo-frame.cjs.entry.js +9 -31
  30. package/dist/cjs/kup-probe.cjs.entry.js +13 -33
  31. package/dist/cjs/kup-qlik.cjs.entry.js +6 -60
  32. package/dist/cjs/kup-snackbar.cjs.entry.js +7 -38
  33. package/dist/cjs/loader.cjs.js +3 -3
  34. package/dist/collection/assets/box.js +9 -6
  35. package/dist/collection/collection-manifest.json +3 -3
  36. package/dist/collection/components/kup-accordion/kup-accordion.js +243 -261
  37. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +560 -594
  38. package/dist/collection/components/kup-badge/kup-badge.js +179 -189
  39. package/dist/collection/components/kup-box/kup-box.js +911 -1010
  40. package/dist/collection/components/kup-button/kup-button.js +382 -428
  41. package/dist/collection/components/kup-button-list/kup-button-list.js +254 -278
  42. package/dist/collection/components/kup-calendar/kup-calendar.js +306 -329
  43. package/dist/collection/components/kup-card/box/kup-card-box.js +10 -24
  44. package/dist/collection/components/kup-card/built-in/kup-card-built-in.js +10 -2
  45. package/dist/collection/components/kup-card/built-in/kup-card-calendar.js +14 -28
  46. package/dist/collection/components/kup-card/built-in/kup-card-clock.js +6 -19
  47. package/dist/collection/components/kup-card/built-in/kup-card-column-drop-menu.js +1 -2
  48. package/dist/collection/components/kup-card/built-in/kup-card-form.js +11 -0
  49. package/dist/collection/components/kup-card/built-in/kup-card-numeric.js +9 -44
  50. package/dist/collection/components/kup-card/collapsible/kup-card-collapsible.js +2 -21
  51. package/dist/collection/components/kup-card/dialog/kup-card-dialog.js +6 -33
  52. package/dist/collection/components/kup-card/kup-card-helper.js +3 -8
  53. package/dist/collection/components/kup-card/kup-card.css +118 -12
  54. package/dist/collection/components/kup-card/kup-card.js +394 -385
  55. package/dist/collection/components/kup-card/scalable/kup-card-scalable.js +68 -81
  56. package/dist/collection/components/kup-card/standard/kup-card-standard.js +98 -278
  57. package/dist/collection/components/kup-cell/kup-cell.js +224 -238
  58. package/dist/collection/components/kup-chart/kup-chart.js +562 -586
  59. package/dist/collection/components/kup-checkbox/kup-checkbox.js +278 -304
  60. package/dist/collection/components/kup-chip/kup-chip.js +243 -250
  61. package/dist/collection/components/kup-color-picker/kup-color-picker.js +278 -299
  62. package/dist/collection/components/kup-combobox/kup-combobox.js +467 -482
  63. package/dist/collection/components/kup-dash/kup-dash.js +112 -172
  64. package/dist/collection/components/kup-dash-list/kup-dash-list.js +218 -220
  65. package/dist/collection/components/kup-dashboard/kup-dashboard.js +200 -229
  66. package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +2 -0
  67. package/dist/collection/components/kup-data-table/kup-data-table.css +9 -0
  68. package/dist/collection/components/kup-data-table/kup-data-table.js +4700 -4452
  69. package/dist/collection/components/kup-date-picker/kup-date-picker.js +415 -429
  70. package/dist/collection/components/kup-drawer/kup-drawer.js +246 -253
  71. package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +486 -527
  72. package/dist/collection/components/kup-echart/kup-echart.js +450 -498
  73. package/dist/collection/components/kup-family-tree/kup-family-tree.js +416 -465
  74. package/dist/collection/components/kup-form/kup-form.js +226 -248
  75. package/dist/collection/components/kup-gauge/kup-gauge.js +460 -521
  76. package/dist/collection/components/kup-grid/kup-grid.js +159 -172
  77. package/dist/collection/components/kup-iframe/kup-iframe.js +184 -188
  78. package/dist/collection/components/kup-image/canvas/kup-image-canvas.js +9 -3
  79. package/dist/collection/components/kup-image/kup-image.js +305 -340
  80. package/dist/collection/components/kup-image-list/kup-image-list.js +300 -311
  81. package/dist/collection/components/kup-lazy/kup-lazy.js +261 -288
  82. package/dist/collection/components/kup-list/kup-list.js +546 -572
  83. package/dist/collection/components/kup-magic-box/kup-magic-box.js +148 -167
  84. package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +192 -198
  85. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +501 -532
  86. package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +261 -271
  87. package/dist/collection/components/kup-probe/kup-probe.js +98 -114
  88. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +240 -276
  89. package/dist/collection/components/kup-qlik/kup-qlik.js +182 -228
  90. package/dist/collection/components/kup-radio/kup-radio.js +261 -289
  91. package/dist/collection/components/kup-rating/kup-rating.js +212 -224
  92. package/dist/collection/components/kup-snackbar/kup-snackbar.js +252 -280
  93. package/dist/collection/components/kup-spinner/kup-spinner.js +277 -308
  94. package/dist/collection/components/kup-switch/kup-switch.js +258 -280
  95. package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +268 -247
  96. package/dist/collection/components/kup-text-field/kup-text-field.js +816 -920
  97. package/dist/collection/components/kup-time-picker/kup-time-picker.js +472 -493
  98. package/dist/collection/components/kup-tree/kup-tree-faker.js +3 -2
  99. package/dist/collection/components/kup-tree/kup-tree.js +1107 -1205
  100. package/dist/collection/f-components/f-button/f-button.js +11 -20
  101. package/dist/collection/f-components/f-cell/f-cell.js +20 -22
  102. package/dist/collection/f-components/f-checkbox/f-checkbox.js +1 -9
  103. package/dist/collection/f-components/f-chip/f-chip.js +18 -31
  104. package/dist/collection/f-components/f-image/f-image.js +1 -3
  105. package/dist/collection/f-components/f-paginator/f-paginator.js +1 -6
  106. package/dist/collection/f-components/f-switch/f-switch.js +1 -8
  107. package/dist/collection/f-components/f-text-field/f-text-field.js +18 -40
  108. package/dist/collection/managers/kup-debug/kup-debug.js +10 -5
  109. package/dist/collection/managers/kup-language/kup-language-declarations.js +6 -0
  110. package/dist/collection/managers/kup-scroll-on-hover/kup-scroll-on-hover.js +25 -10
  111. package/dist/collection/managers/kup-toolbar/kup-toolbar.js +10 -5
  112. package/dist/collection/managers/kup-tooltip/kup-tooltip.js +10 -5
  113. package/dist/collection/utils/kup-column-menu/kup-column-menu.js +0 -21
  114. package/dist/esm/{f-button-15719ec1.js → f-button-d1aba968.js} +2 -2
  115. package/dist/esm/{f-cell-692c37bf.js → f-cell-646406bb.js} +22 -22
  116. package/dist/esm/{f-checkbox-e06cf07b.js → f-checkbox-b721178e.js} +1 -1
  117. package/dist/esm/{f-chip-abab04bf.js → f-chip-d94e9e81.js} +3 -3
  118. package/dist/esm/{f-image-98783644.js → f-image-57c88302.js} +2 -2
  119. package/dist/esm/{f-paginator-utils-d12ee737.js → f-paginator-utils-2c865e9a.js} +3 -3
  120. package/dist/esm/{f-text-field-282025dd.js → f-text-field-b0a1fea6.js} +2 -2
  121. package/dist/esm/{index-e41330a5.js → index-a2197376.js} +423 -252
  122. package/dist/esm/ketchup.js +3 -3
  123. package/dist/esm/kup-accordion.entry.js +7 -30
  124. package/dist/esm/{kup-autocomplete_25.entry.js → kup-autocomplete_26.entry.js} +3925 -4289
  125. package/dist/esm/kup-box.entry.js +33 -113
  126. package/dist/esm/kup-calendar.entry.js +10 -34
  127. package/dist/esm/kup-cell.entry.js +10 -29
  128. package/dist/esm/kup-dash-list.entry.js +10 -9
  129. package/dist/esm/kup-dash_2.entry.js +7 -35
  130. package/dist/esm/kup-dashboard.entry.js +10 -32
  131. package/dist/esm/kup-drawer.entry.js +4 -19
  132. package/dist/esm/kup-echart.entry.js +16 -77
  133. package/dist/esm/kup-family-tree.entry.js +12 -48
  134. package/dist/esm/kup-iframe.entry.js +5 -17
  135. package/dist/esm/kup-image-list.entry.js +16 -34
  136. package/dist/esm/kup-lazy.entry.js +10 -37
  137. package/dist/esm/kup-magic-box.entry.js +6 -25
  138. package/dist/esm/{kup-manager-abbae73e.js → kup-manager-c0fbb180.js} +83 -8
  139. package/dist/esm/kup-nav-bar.entry.js +4 -16
  140. package/dist/esm/kup-numeric-picker.entry.js +14 -57
  141. package/dist/esm/kup-photo-frame.entry.js +9 -31
  142. package/dist/esm/kup-probe.entry.js +13 -33
  143. package/dist/esm/kup-qlik.entry.js +6 -60
  144. package/dist/esm/kup-snackbar.entry.js +7 -38
  145. package/dist/esm/loader.js +3 -3
  146. package/dist/esm/polyfills/css-shim.js +1 -1
  147. package/dist/ketchup/ketchup.esm.js +1 -1
  148. package/dist/ketchup/{p-eeadd688.entry.js → p-1914969e.entry.js} +1 -1
  149. package/dist/ketchup/{p-5552f156.js → p-23cd5a68.js} +1 -1
  150. package/dist/ketchup/{p-a4a30e0e.entry.js → p-250118e3.entry.js} +1 -1
  151. package/dist/ketchup/{p-ccef2553.entry.js → p-30766296.entry.js} +1 -1
  152. package/dist/ketchup/{p-5933aa02.entry.js → p-351cecba.entry.js} +1 -1
  153. package/dist/ketchup/p-35e16ea2.entry.js +1 -0
  154. package/dist/ketchup/{p-e6ebdb80.js → p-395675b8.js} +1 -1
  155. package/dist/ketchup/p-3cf97e3a.js +1 -0
  156. package/dist/ketchup/p-4fdb684f.js +2 -0
  157. package/dist/ketchup/{p-9419919c.entry.js → p-596bdc10.entry.js} +1 -1
  158. package/dist/ketchup/{p-6f3040fb.js → p-61ff1761.js} +1 -1
  159. package/dist/ketchup/p-72d4fa26.entry.js +1 -0
  160. package/dist/ketchup/{p-fd930a34.entry.js → p-738685f9.entry.js} +1 -1
  161. package/dist/ketchup/{p-f6409c42.entry.js → p-7c8c5444.entry.js} +1 -1
  162. package/dist/ketchup/p-86154e2b.js +1 -0
  163. package/dist/ketchup/{p-7e16265d.entry.js → p-9214ef33.entry.js} +1 -1
  164. package/dist/ketchup/{p-62f3ec78.entry.js → p-980ed953.entry.js} +1 -1
  165. package/dist/ketchup/p-991bd70d.entry.js +1 -0
  166. package/dist/ketchup/{p-7d37ea62.entry.js → p-a1fe329f.entry.js} +1 -1
  167. package/dist/ketchup/p-a740352c.js +30 -0
  168. package/dist/ketchup/{p-62421bcf.js → p-a992cf87.js} +1 -1
  169. package/dist/ketchup/{p-3760a159.entry.js → p-b1da1ba7.entry.js} +2 -2
  170. package/dist/ketchup/{p-5ea2a1ff.entry.js → p-cee3635a.entry.js} +1 -1
  171. package/dist/ketchup/p-d05ed931.entry.js +9 -0
  172. package/dist/ketchup/{p-a450d60a.entry.js → p-d422151a.entry.js} +2 -2
  173. package/dist/ketchup/p-e6f19333.entry.js +1 -0
  174. package/dist/ketchup/{p-1ef5d16d.entry.js → p-eb10958a.entry.js} +1 -1
  175. package/dist/ketchup/{p-20221a50.js → p-ecac6269.js} +1 -1
  176. package/dist/ketchup/p-f43b445e.entry.js +1 -0
  177. package/dist/ketchup/{p-725c6268.entry.js → p-fa37e92e.entry.js} +1 -1
  178. package/dist/loader/package.json +1 -0
  179. package/dist/types/components/kup-box/kup-box-declarations.d.ts +3 -0
  180. package/dist/types/components/kup-card/built-in/kup-card-built-in.d.ts +7 -2
  181. package/dist/types/components/kup-card/built-in/kup-card-form.d.ts +3 -0
  182. package/dist/types/components/kup-card/kup-card-declarations.d.ts +11 -1
  183. package/dist/types/components/kup-card/kup-card.d.ts +5 -0
  184. package/dist/types/components/kup-card/scalable/kup-card-scalable.d.ts +6 -0
  185. package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +9 -0
  186. package/dist/types/components/kup-data-table/kup-data-table.d.ts +54 -201
  187. package/dist/types/components/kup-list/kup-list.d.ts +5 -0
  188. package/dist/types/components/kup-tab-bar/kup-tab-bar.d.ts +5 -0
  189. package/dist/types/components/kup-tree/kup-tree.d.ts +0 -1
  190. package/dist/types/components.d.ts +78 -2
  191. package/dist/types/managers/kup-data/kup-data-declarations.d.ts +1 -0
  192. package/dist/types/managers/kup-language/kup-language-declarations.d.ts +7 -1
  193. package/dist/types/managers/kup-scroll-on-hover/kup-scroll-on-hover-declarations.d.ts +1 -0
  194. package/dist/types/managers/kup-scroll-on-hover/kup-scroll-on-hover.d.ts +2 -1
  195. package/dist/types/managers/kup-theme/kup-theme-declarations.d.ts +1 -0
  196. package/dist/types/stencil-public-runtime.d.ts +20 -4
  197. package/package.json +2 -2
  198. package/CHANGELOG.md +0 -5
  199. package/dist/cjs/kup-form.cjs.entry.js +0 -486
  200. package/dist/esm/kup-form.entry.js +0 -482
  201. package/dist/ketchup/p-1d2dea0a.entry.js +0 -1
  202. package/dist/ketchup/p-27538d6f.entry.js +0 -1
  203. package/dist/ketchup/p-29d72040.entry.js +0 -1
  204. package/dist/ketchup/p-3e74e1ed.js +0 -1
  205. package/dist/ketchup/p-680a8cb4.entry.js +0 -9
  206. package/dist/ketchup/p-6946b614.entry.js +0 -1
  207. package/dist/ketchup/p-b0b3989b.js +0 -2
  208. package/dist/ketchup/p-c05f2638.js +0 -30
  209. package/dist/ketchup/p-d7a92197.entry.js +0 -1
  210. package/dist/ketchup/p-d8af7ba6.entry.js +0 -1
  211. package/dist/ketchup/p-e07a10fb.js +0 -1
@@ -1,4 +1,4 @@
1
- import { a as getAssetPath, s as setAssetPath } from './index-e41330a5.js';
1
+ import { a as getAssetPath, s as setAssetPath } from './index-a2197376.js';
2
2
 
3
3
  /**
4
4
  * Props of the kup-card component.
@@ -192,10 +192,14 @@ var KupLanguageFontsize;
192
192
  */
193
193
  var KupLanguageGeneric;
194
194
  (function (KupLanguageGeneric) {
195
+ KupLanguageGeneric["ABORT"] = "genericAbort";
195
196
  KupLanguageGeneric["ADD_NEW"] = "genericAddNew";
196
197
  KupLanguageGeneric["APPLY"] = "genericApply";
197
198
  KupLanguageGeneric["BACK"] = "genericBack";
198
199
  KupLanguageGeneric["COLLAPSE"] = "genericCollapse";
200
+ KupLanguageGeneric["CONFIRM"] = "genericConfirm";
201
+ KupLanguageGeneric["CONFIRM_DELETE"] = "genericConfirmDelete";
202
+ KupLanguageGeneric["CONFIRM_DELETE_X_ROWS"] = "genericConfirmDeleteXRows";
199
203
  KupLanguageGeneric["DAY"] = "genericDay";
200
204
  KupLanguageGeneric["DRAG_AND_DROP"] = "genericDragAndDrop";
201
205
  KupLanguageGeneric["DROP_YOUR_DATA"] = "genericDropYourData";
@@ -216,6 +220,7 @@ var KupLanguageGeneric;
216
220
  KupLanguageGeneric["MONTH"] = "genericMonth";
217
221
  KupLanguageGeneric["MOVE"] = "genericMove";
218
222
  KupLanguageGeneric["NEXT"] = "genericNext";
223
+ KupLanguageGeneric["NO"] = "genericNo";
219
224
  KupLanguageGeneric["OPEN_NAVIGATION_MENU"] = "genericOpenNavigationMenu";
220
225
  KupLanguageGeneric["OPEN_IN_NEW_TAB"] = "genericOpenInNewTab";
221
226
  KupLanguageGeneric["OPEN_IN_NEW_WINDOW"] = "genericOpenInNewWindow";
@@ -234,6 +239,7 @@ var KupLanguageGeneric;
234
239
  KupLanguageGeneric["TRANSPOSE_DATA"] = "genericTransposeData";
235
240
  KupLanguageGeneric["VIEW_AS"] = "genericViewAs";
236
241
  KupLanguageGeneric["WEEK"] = "genericWeek";
242
+ KupLanguageGeneric["YES"] = "genericYes";
237
243
  })(KupLanguageGeneric || (KupLanguageGeneric = {}));
238
244
  /**
239
245
  * Grid decodes (data table customization settings).
@@ -1743,10 +1749,14 @@ const chinese = {
1743
1749
  fontsizeLabel: "字体大小",
1744
1750
  fontsizeMedium: "中等的",
1745
1751
  fontsizeSmall: "小的",
1752
+ genericAbort: "取消",
1746
1753
  genericAddNew: "添新",
1747
1754
  genericApply: "申请",
1748
1755
  genericBack: "背部",
1749
1756
  genericCollapse: "坍塌",
1757
+ genericConfirm: "确认",
1758
+ genericConfirmDelete: "你确认取消了吗?",
1759
+ genericConfirmDeleteXRows: "删除({0})行?",
1750
1760
  genericDay: "日",
1751
1761
  genericDragAndDrop: "拖放",
1752
1762
  genericDropYourData: "将您的数据放在这里",
@@ -1767,6 +1777,7 @@ const chinese = {
1767
1777
  genericMonth: "月",
1768
1778
  genericMove: "移动",
1769
1779
  genericNext: "下一个",
1780
+ genericNo: "不",
1770
1781
  genericOpenInNewTab: "在新标签页中打开",
1771
1782
  genericOpenInNewWindow: "在新窗口中打开",
1772
1783
  genericOpenNavigationMenu: "打开导航菜单",
@@ -1785,6 +1796,7 @@ const chinese = {
1785
1796
  genericTransposeData: "转置数据",
1786
1797
  genericViewAs: "查看为",
1787
1798
  genericWeek: "星期",
1799
+ genericYes: "是的",
1788
1800
  gridColumn: "柱子",
1789
1801
  gridComplete: "完全的",
1790
1802
  gridLabel: "网格类型",
@@ -1861,10 +1873,14 @@ const english = {
1861
1873
  fontsizeLabel: "Font size",
1862
1874
  fontsizeMedium: "Medium",
1863
1875
  fontsizeSmall: "Small",
1876
+ genericAbort: "Cancel",
1864
1877
  genericAddNew: "Add new",
1865
1878
  genericApply: "Apply",
1866
1879
  genericBack: "Back",
1867
1880
  genericCollapse: "Collapse",
1881
+ genericConfirm: "Confirm",
1882
+ genericConfirmDelete: "Do you confirm the cancellation?",
1883
+ genericConfirmDeleteXRows: "Delete ({0}) rows?",
1868
1884
  genericDay: "Day",
1869
1885
  genericDragAndDrop: "Drag and drop",
1870
1886
  genericDropYourData: "Drop your data here",
@@ -1885,6 +1901,7 @@ const english = {
1885
1901
  genericMonth: "Month",
1886
1902
  genericMove: "Move",
1887
1903
  genericNext: "Next",
1904
+ genericNo: "No",
1888
1905
  genericOpenInNewTab: "Open in new tab",
1889
1906
  genericOpenInNewWindow: "Open in new window",
1890
1907
  genericOpenNavigationMenu: "Open navigation menu",
@@ -1903,6 +1920,7 @@ const english = {
1903
1920
  genericTransposeData: "Transpose data",
1904
1921
  genericViewAs: "View as",
1905
1922
  genericWeek: "Week",
1923
+ genericYes: "Yes",
1906
1924
  gridColumn: "Column",
1907
1925
  gridComplete: "Complete",
1908
1926
  gridLabel: "Grid type",
@@ -1979,10 +1997,14 @@ const french = {
1979
1997
  fontsizeLabel: "Taille de police",
1980
1998
  fontsizeMedium: "Moyen",
1981
1999
  fontsizeSmall: "Petit",
2000
+ genericAbort: "Annuler",
1982
2001
  genericAddNew: "Ajouter un nouveau",
1983
2002
  genericApply: "Appliquer",
1984
2003
  genericBack: "Arrière",
1985
2004
  genericCollapse: "Effondrer",
2005
+ genericConfirm: "Confirmer",
2006
+ genericConfirmDelete: "Confirmez-vous l'annulation?",
2007
+ genericConfirmDeleteXRows: "Supprimer ({0}) lignes?",
1986
2008
  genericDay: "Jour",
1987
2009
  genericDragAndDrop: "Glisser-déposer",
1988
2010
  genericDropYourData: "Déposez vos données ici",
@@ -2003,6 +2025,7 @@ const french = {
2003
2025
  genericMonth: "Mois",
2004
2026
  genericMove: "Se déplacer",
2005
2027
  genericNext: "Prochain",
2028
+ genericNo: "Non",
2006
2029
  genericOpenInNewTab: "Ouvrir dans un nouvel onglet",
2007
2030
  genericOpenInNewWindow: "Ouvrir dans une nouvelle fenêtre",
2008
2031
  genericOpenNavigationMenu: "Ouvrir le menu de navigation",
@@ -2021,6 +2044,7 @@ const french = {
2021
2044
  genericTransposeData: "Transposer les données",
2022
2045
  genericViewAs: "Voir comme",
2023
2046
  genericWeek: "La semaine",
2047
+ genericYes: "Oui",
2024
2048
  gridColumn: "Colonne",
2025
2049
  gridComplete: "Compléte",
2026
2050
  gridLabel: "Type de grille",
@@ -2097,10 +2121,14 @@ const italian = {
2097
2121
  fontsizeLabel: "Dimensione caratteri",
2098
2122
  fontsizeMedium: "Media",
2099
2123
  fontsizeSmall: "Piccola",
2124
+ genericAbort: "Annulla",
2100
2125
  genericAddNew: "Aggiungi nuovo",
2101
2126
  genericApply: "Applica",
2102
2127
  genericBack: "Indietro",
2103
2128
  genericCollapse: "Chiudi",
2129
+ genericConfirm: "Conferma",
2130
+ genericConfirmDelete: "Confermi la cancellazione?",
2131
+ genericConfirmDeleteXRows: "Eliminare ({0}) righe?",
2104
2132
  genericDay: "Giorno",
2105
2133
  genericDragAndDrop: "Drag & drop",
2106
2134
  genericDropYourData: "Trascina qui i tuoi dati",
@@ -2121,6 +2149,7 @@ const italian = {
2121
2149
  genericMonth: "Mese",
2122
2150
  genericMove: "Sposta",
2123
2151
  genericNext: "Avanti",
2152
+ genericNo: "No",
2124
2153
  genericOpenInNewTab: "Apri in nuovo tab",
2125
2154
  genericOpenInNewWindow: "Apri in nuova finestra",
2126
2155
  genericOpenNavigationMenu: "Apri menu di navigazione",
@@ -2139,6 +2168,7 @@ const italian = {
2139
2168
  genericTransposeData: "Trasposizione dati",
2140
2169
  genericViewAs: "Vedi come",
2141
2170
  genericWeek: "Settimana",
2171
+ genericYes: "Sì",
2142
2172
  gridColumn: "Colonna",
2143
2173
  gridComplete: "Completa",
2144
2174
  gridLabel: "Tipo di griglia",
@@ -2229,10 +2259,14 @@ const polish = {
2229
2259
  fontsizeLabel: "Rozmiar czcionki",
2230
2260
  fontsizeMedium: "Średni",
2231
2261
  fontsizeSmall: "Mały",
2262
+ genericAbort: "Anulować",
2232
2263
  genericAddNew: "Dodaj nowe",
2233
2264
  genericApply: "Zastosować",
2234
2265
  genericBack: "Plecy",
2235
2266
  genericCollapse: "Zawalić się",
2267
+ genericConfirm: "Potwierdzać",
2268
+ genericConfirmDelete: "Potwierdzasz odwołanie?",
2269
+ genericConfirmDeleteXRows: "Usunąć ({0}) wiersze?",
2236
2270
  genericDay: "Dzień",
2237
2271
  genericDragAndDrop: "Przeciągnij i upuść",
2238
2272
  genericDropYourData: "Upuść swoje dane tutaj",
@@ -2253,6 +2287,7 @@ const polish = {
2253
2287
  genericMonth: "Miesiąc",
2254
2288
  genericMove: "Ruszaj się",
2255
2289
  genericNext: "Następny",
2290
+ genericNo: "Nie",
2256
2291
  genericOpenInNewTab: "Otwórz w nowej karcie",
2257
2292
  genericOpenInNewWindow: "Otworzyć w nowym oknie",
2258
2293
  genericOpenNavigationMenu: "Otwórz menu nawigacyjne",
@@ -2271,6 +2306,7 @@ const polish = {
2271
2306
  genericTransposeData: "Transpozycja danych",
2272
2307
  genericViewAs: "Wyświetl jako",
2273
2308
  genericWeek: "Tydzień",
2309
+ genericYes: "TAk",
2274
2310
  gridColumn: "Kolumna",
2275
2311
  gridComplete: "Kompletny",
2276
2312
  gridLabel: "Typ siatki",
@@ -2347,10 +2383,14 @@ const russian = {
2347
2383
  fontsizeLabel: "Размер шрифта",
2348
2384
  fontsizeMedium: "Середина",
2349
2385
  fontsizeSmall: "Небольшой",
2386
+ genericAbort: "Отмена",
2350
2387
  genericAddNew: "Добавить новое",
2351
2388
  genericApply: "Применять",
2352
2389
  genericBack: "назад",
2353
- genericCollapse: "Крах",
2390
+ genericCollapse: "Kpax",
2391
+ genericConfirm: "Подтверждать",
2392
+ genericConfirmDelete: "вы подтверждаете отмену?",
2393
+ genericConfirmDeleteXRows: "Удалить ({0}) строки?",
2354
2394
  genericDay: "День",
2355
2395
  genericDragAndDrop: "Перетащить и отпустить",
2356
2396
  genericDropYourData: "Перетащите сюда свои данные",
@@ -2371,6 +2411,7 @@ const russian = {
2371
2411
  genericMonth: "Месяц",
2372
2412
  genericMove: "Переехать",
2373
2413
  genericNext: "Следующий",
2414
+ genericNo: "Нет",
2374
2415
  genericOpenInNewTab: "Открыть в новой вкладке",
2375
2416
  genericOpenInNewWindow: "Открыть в новом окне",
2376
2417
  genericOpenNavigationMenu: "Открыть меню навигации",
@@ -2389,6 +2430,7 @@ const russian = {
2389
2430
  genericTransposeData: "Транспонировать данные",
2390
2431
  genericViewAs: "Просмотреть как",
2391
2432
  genericWeek: "Неделя",
2433
+ genericYes: "Да",
2392
2434
  gridColumn: "Столбец",
2393
2435
  gridComplete: "Полный",
2394
2436
  gridLabel: "Тип сетки",
@@ -2465,10 +2507,14 @@ const spanish = {
2465
2507
  fontsizeLabel: "Tamaño de fuente",
2466
2508
  fontsizeMedium: "Medio",
2467
2509
  fontsizeSmall: "Pequeño",
2510
+ genericAbort: "Cancelar",
2468
2511
  genericAddNew: "Añadir nuevo",
2469
2512
  genericApply: "Solicitar",
2470
2513
  genericBack: "Espalda",
2471
2514
  genericCollapse: "Colapso",
2515
+ genericConfirm: "Confirmar",
2516
+ genericConfirmDelete: "¿Confirmas la cancelación?",
2517
+ genericConfirmDeleteXRows: "¿Eliminar ({0}) filas?",
2472
2518
  genericDay: "Día",
2473
2519
  genericDragAndDrop: "Arrastrar y soltar",
2474
2520
  genericDropYourData: "Deja tus datos aquí",
@@ -2489,6 +2535,7 @@ const spanish = {
2489
2535
  genericMonth: "Mes",
2490
2536
  genericMove: "Mover",
2491
2537
  genericNext: "Próximo",
2538
+ genericNo: "No",
2492
2539
  genericOpenInNewTab: "Abrir en una pestaña nueva",
2493
2540
  genericOpenInNewWindow: "Abrir en Nueva ventana",
2494
2541
  genericOpenNavigationMenu: "Abrir menú de navegación",
@@ -2507,6 +2554,7 @@ const spanish = {
2507
2554
  genericTransposeData: "Transponer datos",
2508
2555
  genericViewAs: "Visto como",
2509
2556
  genericWeek: "Semana",
2557
+ genericYes: "Sí",
2510
2558
  gridColumn: "Columna",
2511
2559
  gridComplete: "Completa",
2512
2560
  gridLabel: "Tipo de cuadrícula",
@@ -3167,8 +3215,9 @@ class KupScrollOnHover {
3167
3215
  * @param {KupScrollOnHoverElement} el - Element to watch.
3168
3216
  * @param {boolean} vertical - Enables vertical scroll.
3169
3217
  * @param {KupScrollOnHoverPercentages} percentages - Sets how big is the area in which the scroll is enabled.
3218
+ * @param {number} step - The amount in pixels for each scroll recursion.
3170
3219
  */
3171
- register(el, vertical, percentages) {
3220
+ register(el, vertical, percentages, step) {
3172
3221
  if (!__classPrivateFieldGet$2(this, _KupScrollOnHover_arrowsContainer, "f")) {
3173
3222
  __classPrivateFieldGet$2(this, _KupScrollOnHover_instances, "m", _KupScrollOnHover_initArrows).call(this);
3174
3223
  }
@@ -3180,6 +3229,7 @@ class KupScrollOnHover {
3180
3229
  ? percentages
3181
3230
  : { back: 0.1, forward: 0.9 },
3182
3231
  rect: null,
3232
+ step: step,
3183
3233
  vertical: vertical || null,
3184
3234
  x: 0,
3185
3235
  y: 0,
@@ -3368,7 +3418,9 @@ class KupScrollOnHover {
3368
3418
  this.stop(el);
3369
3419
  return;
3370
3420
  }
3371
- el.scrollTop += this.step;
3421
+ el.scrollTop += el.scrollOnHover.step
3422
+ ? el.scrollOnHover.step
3423
+ : this.step;
3372
3424
  break;
3373
3425
  }
3374
3426
  case ScrollOnHoverDirection.LEFT: {
@@ -3377,7 +3429,9 @@ class KupScrollOnHover {
3377
3429
  this.stop(el);
3378
3430
  return;
3379
3431
  }
3380
- el.scrollLeft -= this.step;
3432
+ el.scrollLeft -= el.scrollOnHover.step
3433
+ ? el.scrollOnHover.step
3434
+ : this.step;
3381
3435
  break;
3382
3436
  }
3383
3437
  case ScrollOnHoverDirection.RIGHT: {
@@ -3386,7 +3440,9 @@ class KupScrollOnHover {
3386
3440
  this.stop(el);
3387
3441
  return;
3388
3442
  }
3389
- el.scrollLeft += this.step;
3443
+ el.scrollLeft += el.scrollOnHover.step
3444
+ ? el.scrollOnHover.step
3445
+ : this.step;
3390
3446
  break;
3391
3447
  }
3392
3448
  case ScrollOnHoverDirection.TOP: {
@@ -3395,7 +3451,9 @@ class KupScrollOnHover {
3395
3451
  this.stop(el);
3396
3452
  return;
3397
3453
  }
3398
- el.scrollTop -= this.step;
3454
+ el.scrollTop -= el.scrollOnHover.step
3455
+ ? el.scrollOnHover.step
3456
+ : this.step;
3399
3457
  break;
3400
3458
  }
3401
3459
  }
@@ -3474,6 +3532,7 @@ const bubbles = {
3474
3532
  "--kup-chart-color-3": "#8e1010",
3475
3533
  "--kup-chart-color-4": "#f5f5dc",
3476
3534
  "--kup-obj-cursor": "inherit",
3535
+ "--kup-card-zindex": "900",
3477
3536
  "--kup-drawer-zindex": "900",
3478
3537
  "--kup-navbar-zindex": "900"
3479
3538
  },
@@ -3530,6 +3589,7 @@ const cobalt = {
3530
3589
  "--kup-chart-color-3": "#b1eafb",
3531
3590
  "--kup-chart-color-4": "#ffffff",
3532
3591
  "--kup-obj-cursor": "inherit",
3592
+ "--kup-card-zindex": "900",
3533
3593
  "--kup-drawer-zindex": "900",
3534
3594
  "--kup-navbar-zindex": "900"
3535
3595
  },
@@ -3584,6 +3644,7 @@ const dark = {
3584
3644
  "--kup-chart-color-3": "#860bb5",
3585
3645
  "--kup-chart-color-4": "#1a83e4",
3586
3646
  "--kup-obj-cursor": "inherit",
3647
+ "--kup-card-zindex": "900",
3587
3648
  "--kup-drawer-zindex": "900",
3588
3649
  "--kup-navbar-zindex": "900"
3589
3650
  },
@@ -3638,6 +3699,7 @@ const flamingo = {
3638
3699
  "--kup-chart-color-3": "#c21350",
3639
3700
  "--kup-chart-color-4": "#c88da1",
3640
3701
  "--kup-obj-cursor": "inherit",
3702
+ "--kup-card-zindex": "900",
3641
3703
  "--kup-drawer-zindex": "900",
3642
3704
  "--kup-navbar-zindex": "900"
3643
3705
  },
@@ -3698,6 +3760,7 @@ const graphite = {
3698
3760
  "--kup-chart-color-9": "grey",
3699
3761
  "--kup-chart-color-10": "indigo",
3700
3762
  "--kup-obj-cursor": "inherit",
3763
+ "--kup-card-zindex": "900",
3701
3764
  "--kup-drawer-zindex": "900",
3702
3765
  "--kup-navbar-zindex": "900"
3703
3766
  },
@@ -3752,6 +3815,7 @@ const ketchup = {
3752
3815
  "--kup-chart-color-3": "#8e1010",
3753
3816
  "--kup-chart-color-4": "#f5f5dc",
3754
3817
  "--kup-obj-cursor": "inherit",
3818
+ "--kup-card-zindex": "900",
3755
3819
  "--kup-drawer-zindex": "900",
3756
3820
  "--kup-navbar-zindex": "900"
3757
3821
  },
@@ -3812,6 +3876,7 @@ const obsidian = {
3812
3876
  "--kup-chart-color-9": "grey",
3813
3877
  "--kup-chart-color-10": "indigo",
3814
3878
  "--kup-obj-cursor": "inherit",
3879
+ "--kup-card-zindex": "900",
3815
3880
  "--kup-drawer-zindex": "900",
3816
3881
  "--kup-navbar-zindex": "900"
3817
3882
  },
@@ -3866,6 +3931,7 @@ const ocean = {
3866
3931
  "--kup-chart-color-3": "#e48b47",
3867
3932
  "--kup-chart-color-4": "#81e447",
3868
3933
  "--kup-obj-cursor": "inherit",
3934
+ "--kup-card-zindex": "900",
3869
3935
  "--kup-drawer-zindex": "900",
3870
3936
  "--kup-navbar-zindex": "900"
3871
3937
  },
@@ -3926,6 +3992,7 @@ const print = {
3926
3992
  "--kup-chart-color-9": "grey",
3927
3993
  "--kup-chart-color-10": "indigo",
3928
3994
  "--kup-obj-cursor": "inherit",
3995
+ "--kup-card-zindex": "900",
3929
3996
  "--kup-drawer-zindex": "900",
3930
3997
  "--kup-navbar-zindex": "900"
3931
3998
  },
@@ -3987,6 +4054,7 @@ const raj = {
3987
4054
  "--kup-chart-color-3": "#ffe600",
3988
4055
  "--kup-chart-color-4": "#effd02",
3989
4056
  "--kup-obj-cursor": "inherit",
4057
+ "--kup-card-zindex": "900",
3990
4058
  "--kup-drawer-zindex": "900",
3991
4059
  "--kup-navbar-zindex": "900"
3992
4060
  },
@@ -4047,6 +4115,7 @@ const red = {
4047
4115
  "--kup-chart-color-9": "grey",
4048
4116
  "--kup-chart-color-10": "indigo",
4049
4117
  "--kup-obj-cursor": "inherit",
4118
+ "--kup-card-zindex": "900",
4050
4119
  "--kup-drawer-zindex": "900",
4051
4120
  "--kup-navbar-zindex": "900"
4052
4121
  },
@@ -4109,6 +4178,7 @@ const sapphire = {
4109
4178
  "--kup-chart-color-9": "grey",
4110
4179
  "--kup-chart-color-10": "indigo",
4111
4180
  "--kup-obj-cursor": "inherit",
4181
+ "--kup-card-zindex": "900",
4112
4182
  "--kup-drawer-zindex": "900",
4113
4183
  "--kup-navbar-zindex": "900"
4114
4184
  },
@@ -4166,6 +4236,7 @@ const silver = {
4166
4236
  "--kup-chart-color-6": "#59af57",
4167
4237
  "--kup-chart-color-7": "#aeaa5d",
4168
4238
  "--kup-obj-cursor": "inherit",
4239
+ "--kup-card-zindex": "900",
4169
4240
  "--kup-drawer-zindex": "900",
4170
4241
  "--kup-navbar-zindex": "900"
4171
4242
  },
@@ -4228,6 +4299,7 @@ const teal = {
4228
4299
  "--kup-chart-color-9": "grey",
4229
4300
  "--kup-chart-color-10": "indigo",
4230
4301
  "--kup-obj-cursor": "inherit",
4302
+ "--kup-card-zindex": "900",
4231
4303
  "--kup-drawer-zindex": "900",
4232
4304
  "--kup-navbar-zindex": "900"
4233
4305
  },
@@ -4279,6 +4351,7 @@ const wildlife = {
4279
4351
  "--kup-chart-color-3": "#e48b47",
4280
4352
  "--kup-chart-color-4": "#81e447",
4281
4353
  "--kup-obj-cursor": "inherit",
4354
+ "--kup-card-zindex": "900",
4282
4355
  "--kup-drawer-zindex": "900",
4283
4356
  "--kup-navbar-zindex": "900"
4284
4357
  },
@@ -5681,6 +5754,7 @@ var KupDataTableProps;
5681
5754
  KupDataTableProps["groupLabelDisplay"] = "How the label of a group must be displayed. For available values";
5682
5755
  KupDataTableProps["groups"] = "The list of groups.";
5683
5756
  KupDataTableProps["headerIsPersistent"] = "When set to true the header will stick on top of the table when scrolling.";
5757
+ KupDataTableProps["insertMode"] = "Enables insert mode.";
5684
5758
  KupDataTableProps["isFocusable"] = "When set to true, clicked-on rows will have a visual feedback.";
5685
5759
  KupDataTableProps["lazyLoadRows"] = "When set to true, extra rows will be automatically loaded once the last row enters the viewport. When groups are present, the number of rows is referred to groups and not to their content. Paginator is disabled.";
5686
5760
  KupDataTableProps["lineBreakCharacter"] = "Defines the placeholder character which will be replaced by a line break inside table header cells, normal or sticky.";
@@ -5696,6 +5770,7 @@ var KupDataTableProps;
5696
5770
  KupDataTableProps["rowsPerPage"] = "Sets the number of rows per page to display.";
5697
5771
  KupDataTableProps["scrollOnHover"] = "Activates the scroll on hover function.";
5698
5772
  KupDataTableProps["showCustomization"] = "If set to true, displays the button to open the customization panel.";
5773
+ KupDataTableProps["showDeleteButton"] = "Enables the delete row button.";
5699
5774
  KupDataTableProps["showFilters"] = "When set to true enables the column filters.";
5700
5775
  KupDataTableProps["showFooter"] = "When set to true shows the footer.";
5701
5776
  KupDataTableProps["showGrid"] = "Can be used to customize the grid view of the table.";
@@ -18114,4 +18189,4 @@ function kupManagerInstance() {
18114
18189
  return dom.ketchup;
18115
18190
  }
18116
18191
 
18117
- export { SortMode as $, KupLanguageGrouping as A, KupLanguageCheckbox as B, getValueForDisplay2 as C, DateTimeFormatOptionsMonth as D, Filters as E, FCellShapes as F, GroupLabelDisplayMode as G, getValueForDisplay as H, KupLanguageSearch as I, FilterInterval as J, KupThemeIconValues as K, LoadMoreMode as L, ShowGrid as M, TotalLabel as N, KupPointerEventTypes as O, PaginatorPos as P, kupDraggableColumnAttr as Q, kupDragActiveAttr as R, SelectionMode as S, TotalMode as T, KupDragEffect as U, kupDraggableCellAttr as V, KupDropEventTypes as W, iconColumn as X, keyColumn as Y, fieldColumn as Z, FixedCellsCSSVarsBase as _, KupDynamicPositionPlacement as a, numberToFormattedStringNumber as a0, KupLanguageFontsize as a1, KupLanguageDensity as a2, KupLanguageGrid as a3, kupDynamicPositionAttribute as a4, KupDataTableProps as a5, FixedCellsClasses as a6, unformattedStringToFormattedStringNumber as a7, formattedStringToCustomUnformattedStringTime as a8, isValidFormattedStringTime as a9, formatTime as aa, unformattedStringToFormattedStringTime as ab, addColumnValueFromRow as ac, KupGlobalFilterMode as ad, getCellValueForDisplay as ae, KupData as af, compareCell as ag, stringToNumber as ah, isNumber as ai, KupLanguagePage as aj, editableTypes as ak, kupTypes as al, FCellTypes as am, KupTagNames as an, fullWidthFieldsComps as ao, FCellClasses as ap, autoCenterComps as aq, FCellEvents as ar, createCommonjsModule as as, getDefaultExportFromCjs as at, KupDatesLocales as au, getDecimalSeparator as av, KupLanguageDashboard as aw, kupDropEvent as ax, kupDraggableRowAttr as ay, KupThemeColorValues as b, KupDebugCategory as c, FCellPadding as d, getMonthsAsStringByLocale as e, KupDatesFormats as f, getProps as g, KupCardBuiltInClockElements as h, KupCardCSSClasses as i, KupLanguageTotals as j, kupManagerInstance as k, KupLanguageGeneric as l, KupLanguageColumn as m, KupDataNewColumnTypes as n, KupCardSubEvents as o, KupCardIds as p, KupLanguageRow as q, KupCardFamily as r, setProps as s, KupCardProps as t, getColumnByName as u, KupDates as v, formatToNumber as w, KupDatesNormalize as x, KupObjects as y, identify as z };
18192
+ export { KupLanguageDensity as $, KupLanguageGrouping as A, KupLanguageCheckbox as B, getValueForDisplay2 as C, DateTimeFormatOptionsMonth as D, Filters as E, FCellShapes as F, GroupLabelDisplayMode as G, getValueForDisplay as H, KupLanguageSearch as I, FilterInterval as J, KupThemeIconValues as K, LoadMoreMode as L, ShowGrid as M, TotalMode as N, numberToFormattedStringNumber as O, PaginatorPos as P, kupDynamicPositionAttribute as Q, KupPointerEventTypes as R, SelectionMode as S, TotalLabel as T, kupDraggableColumnAttr as U, kupDragActiveAttr as V, KupDragEffect as W, kupDraggableCellAttr as X, KupDropEventTypes as Y, FixedCellsCSSVarsBase as Z, KupLanguageFontsize as _, KupDynamicPositionPlacement as a, KupLanguageGrid as a0, KupDataTableProps as a1, FixedCellsClasses as a2, SortMode as a3, iconColumn as a4, keyColumn as a5, fieldColumn as a6, FCellTypes as a7, unformattedStringToFormattedStringNumber as a8, formattedStringToCustomUnformattedStringTime as a9, isValidFormattedStringTime as aa, formatTime as ab, unformattedStringToFormattedStringTime as ac, addColumnValueFromRow as ad, KupGlobalFilterMode as ae, getCellValueForDisplay as af, KupData as ag, compareCell as ah, stringToNumber as ai, isNumber as aj, KupLanguagePage as ak, editableTypes as al, kupTypes as am, KupTagNames as an, fullWidthFieldsComps as ao, FCellClasses as ap, autoCenterComps as aq, FCellEvents as ar, createCommonjsModule as as, getDefaultExportFromCjs as at, KupDatesLocales as au, getDecimalSeparator as av, KupLanguageDashboard as aw, kupDropEvent as ax, kupDraggableRowAttr as ay, KupThemeColorValues as b, KupDebugCategory as c, FCellPadding as d, getMonthsAsStringByLocale as e, KupDatesFormats as f, getProps as g, KupCardBuiltInClockElements as h, KupCardCSSClasses as i, KupLanguageTotals as j, kupManagerInstance as k, KupLanguageGeneric as l, KupLanguageColumn as m, KupDataNewColumnTypes as n, KupCardSubEvents as o, KupCardIds as p, KupLanguageRow as q, KupCardFamily as r, setProps as s, KupCardProps as t, getColumnByName as u, KupDates as v, formatToNumber as w, KupDatesNormalize as x, KupObjects as y, identify as z };
@@ -1,5 +1,5 @@
1
- import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-e41330a5.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-abbae73e.js';
1
+ import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-a2197376.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-c0fbb180.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-665de00a.js';
4
4
 
5
5
  const navbarClass = 'nav-bar';
@@ -32,26 +32,14 @@ const KupNavBar = class {
32
32
  this.kupNavbarReady = createEvent(this, "kup-navbar-ready", 6);
33
33
  this.kupNavbarResize = createEvent(this, "kup-navbar-resize", 6);
34
34
  /*-------------------------------------------------*/
35
- /* P r o p s */
36
- /*-------------------------------------------------*/
37
- /**
38
- * Custom style of the component.
39
- * @default ""
40
- * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
41
- */
42
- this.customStyle = '';
43
- /**
44
- * Defines the style of the nav bar.
45
- * @default KupNavBarStyling.STANDARD
46
- */
47
- this.styling = KupNavBarStyling.STANDARD;
48
- /*-------------------------------------------------*/
49
35
  /* I n t e r n a l V a r i a b l e s */
50
36
  /*-------------------------------------------------*/
51
37
  /**
52
38
  * Instance of the KupManager class.
53
39
  */
54
40
  this.kupManager = kupManagerInstance();
41
+ this.customStyle = '';
42
+ this.styling = KupNavBarStyling.STANDARD;
55
43
  }
56
44
  /*-------------------------------------------------*/
57
45
  /* P u b l i c M e t h o d s */
@@ -1,7 +1,7 @@
1
- import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-e41330a5.js';
2
- import { k as kupManagerInstance, a as KupDynamicPositionPlacement, r as KupCardFamily } from './kup-manager-abbae73e.js';
1
+ import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-a2197376.js';
2
+ import { k as kupManagerInstance, a as KupDynamicPositionPlacement, r as KupCardFamily } from './kup-manager-c0fbb180.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-665de00a.js';
4
- import { F as FTextField } from './f-text-field-282025dd.js';
4
+ import { F as FTextField } from './f-text-field-b0a1fea6.js';
5
5
  import { F as FTextFieldMDC } from './f-text-field-mdc-d42d3f9e.js';
6
6
  import './tslib.es6-3eea2234.js';
7
7
  import './component-b1bedf1d.js';
@@ -38,60 +38,6 @@ const KupNumericPicker = class {
38
38
  this.kupTextFieldSubmit = createEvent(this, "kup-numericpicker-textfieldsubmit", 6);
39
39
  this.kupClearIconClick = createEvent(this, "kup-numericpicker-cleariconclick", 6);
40
40
  /*-------------------------------------------------*/
41
- /* S t a t e s */
42
- /*-------------------------------------------------*/
43
- this.stateSwitcher = false;
44
- this.value = '';
45
- /*-------------------------------------------------*/
46
- /* P r o p s */
47
- /*-------------------------------------------------*/
48
- /**
49
- * Custom style of the component.
50
- * @default ""
51
- * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
52
- */
53
- this.customStyle = '';
54
- /**
55
- * Props of the sub-components.
56
- * @default null
57
- */
58
- this.data = null;
59
- /**
60
- * Defaults at false. When set to true, the component has decimals.
61
- * @default false
62
- */
63
- this.decimals = false;
64
- /**
65
- * Defaults at false. When set to true, the component is disabled.
66
- * @default false
67
- */
68
- this.disabled = false;
69
- /**
70
- * Sets the initial value of the component
71
- * @default ""
72
- */
73
- this.initialValue = '';
74
- /**
75
- * when set, the component allows you to enter decimals with a maximum of characters.
76
- * @default null
77
- */
78
- this.maxDecimals = null;
79
- /**
80
- * When set, the component allows you to enter integer numbers with a maximum of characters.
81
- * @default null
82
- */
83
- this.maxIntegers = null;
84
- /**
85
- * When set, the component allows you to enter numbers with a maximum of characters, including decimals.
86
- * @default null
87
- */
88
- this.maxLength = null;
89
- /**
90
- * Defaults at false. When set to true, the component has negative number.
91
- * @default false
92
- */
93
- this.negative = false;
94
- /*-------------------------------------------------*/
95
41
  /* I n t e r n a l V a r i a b l e s */
96
42
  /*-------------------------------------------------*/
97
43
  /**
@@ -105,6 +51,17 @@ const KupNumericPicker = class {
105
51
  date: new Date(),
106
52
  };
107
53
  this.clickCb = null;
54
+ this.stateSwitcher = false;
55
+ this.value = '';
56
+ this.customStyle = '';
57
+ this.data = null;
58
+ this.decimals = false;
59
+ this.disabled = false;
60
+ this.initialValue = '';
61
+ this.maxDecimals = null;
62
+ this.maxIntegers = null;
63
+ this.maxLength = null;
64
+ this.negative = false;
108
65
  }
109
66
  onKupPickerItemClick(value) {
110
67
  this.setPickerValueSelected(value);
@@ -1,5 +1,5 @@
1
- import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-e41330a5.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-abbae73e.js';
1
+ import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-a2197376.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-c0fbb180.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-665de00a.js';
4
4
 
5
5
  /**
@@ -38,34 +38,6 @@ const KupPhotoFrame = class {
38
38
  this.kupPhotoFramePlaceholderLoad = createEvent(this, "kup-photoframe-placeholderload", 6);
39
39
  this.kupPhotoFrameResourceLoad = createEvent(this, "kup-photoframe-resourceload", 6);
40
40
  /*-------------------------------------------------*/
41
- /* S t a t e s */
42
- /*-------------------------------------------------*/
43
- this.isInViewport = false;
44
- /*-------------------------------------------------*/
45
- /* P r o p s */
46
- /*-------------------------------------------------*/
47
- /**
48
- * Custom style of the component.
49
- * @default ""
50
- * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
51
- */
52
- this.customStyle = '';
53
- /**
54
- * Html attributes of the picture before the component enters the viewport.
55
- * @default {}
56
- */
57
- this.placeholderAttrs = {};
58
- /**
59
- * Html attributes of the picture after the component enters the viewport.
60
- * @default {}
61
- */
62
- this.resourceAttrs = {};
63
- /**
64
- * Percentage of the component dimensions entering the viewport (0.1 => 1).
65
- * @default 0.25
66
- */
67
- this.threshold = 0.25;
68
- /*-------------------------------------------------*/
69
41
  /* I n t e r n a l V a r i a b l e s */
70
42
  /*-------------------------------------------------*/
71
43
  _KupPhotoFrame_intObserver.set(this, null);
@@ -74,6 +46,11 @@ const KupPhotoFrame = class {
74
46
  _KupPhotoFrame_resourceEl.set(this, null);
75
47
  _KupPhotoFrame_renderResource.set(this, false);
76
48
  _KupPhotoFrame_wrapperEl.set(this, null);
49
+ this.isInViewport = false;
50
+ this.customStyle = '';
51
+ this.placeholderAttrs = {};
52
+ this.resourceAttrs = {};
53
+ this.threshold = 0.25;
77
54
  }
78
55
  /*-------------------------------------------------*/
79
56
  /* P u b l i c M e t h o d s */
@@ -163,8 +140,9 @@ const KupPhotoFrame = class {
163
140
  } }))) : null)));
164
141
  }
165
142
  disconnectedCallback() {
143
+ var _a;
166
144
  __classPrivateFieldGet(this, _KupPhotoFrame_kupManager, "f").theme.unregister(this);
167
- __classPrivateFieldGet(this, _KupPhotoFrame_intObserver, "f").unobserve(this.rootElement);
145
+ (_a = __classPrivateFieldGet(this, _KupPhotoFrame_intObserver, "f")) === null || _a === void 0 ? void 0 : _a.unobserve(this.rootElement);
168
146
  }
169
147
  get rootElement() { return getElement(this); }
170
148
  };