@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,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const index = require('./index-31125378.js');
3
+ const index = require('./index-ffdb46f6.js');
4
4
 
5
5
  /**
6
6
  * Props of the kup-card component.
@@ -194,10 +194,14 @@ exports.KupLanguageFontsize = void 0;
194
194
  */
195
195
  exports.KupLanguageGeneric = void 0;
196
196
  (function (KupLanguageGeneric) {
197
+ KupLanguageGeneric["ABORT"] = "genericAbort";
197
198
  KupLanguageGeneric["ADD_NEW"] = "genericAddNew";
198
199
  KupLanguageGeneric["APPLY"] = "genericApply";
199
200
  KupLanguageGeneric["BACK"] = "genericBack";
200
201
  KupLanguageGeneric["COLLAPSE"] = "genericCollapse";
202
+ KupLanguageGeneric["CONFIRM"] = "genericConfirm";
203
+ KupLanguageGeneric["CONFIRM_DELETE"] = "genericConfirmDelete";
204
+ KupLanguageGeneric["CONFIRM_DELETE_X_ROWS"] = "genericConfirmDeleteXRows";
201
205
  KupLanguageGeneric["DAY"] = "genericDay";
202
206
  KupLanguageGeneric["DRAG_AND_DROP"] = "genericDragAndDrop";
203
207
  KupLanguageGeneric["DROP_YOUR_DATA"] = "genericDropYourData";
@@ -218,6 +222,7 @@ exports.KupLanguageGeneric = void 0;
218
222
  KupLanguageGeneric["MONTH"] = "genericMonth";
219
223
  KupLanguageGeneric["MOVE"] = "genericMove";
220
224
  KupLanguageGeneric["NEXT"] = "genericNext";
225
+ KupLanguageGeneric["NO"] = "genericNo";
221
226
  KupLanguageGeneric["OPEN_NAVIGATION_MENU"] = "genericOpenNavigationMenu";
222
227
  KupLanguageGeneric["OPEN_IN_NEW_TAB"] = "genericOpenInNewTab";
223
228
  KupLanguageGeneric["OPEN_IN_NEW_WINDOW"] = "genericOpenInNewWindow";
@@ -236,6 +241,7 @@ exports.KupLanguageGeneric = void 0;
236
241
  KupLanguageGeneric["TRANSPOSE_DATA"] = "genericTransposeData";
237
242
  KupLanguageGeneric["VIEW_AS"] = "genericViewAs";
238
243
  KupLanguageGeneric["WEEK"] = "genericWeek";
244
+ KupLanguageGeneric["YES"] = "genericYes";
239
245
  })(exports.KupLanguageGeneric || (exports.KupLanguageGeneric = {}));
240
246
  /**
241
247
  * Grid decodes (data table customization settings).
@@ -1745,10 +1751,14 @@ const chinese = {
1745
1751
  fontsizeLabel: "字体大小",
1746
1752
  fontsizeMedium: "中等的",
1747
1753
  fontsizeSmall: "小的",
1754
+ genericAbort: "取消",
1748
1755
  genericAddNew: "添新",
1749
1756
  genericApply: "申请",
1750
1757
  genericBack: "背部",
1751
1758
  genericCollapse: "坍塌",
1759
+ genericConfirm: "确认",
1760
+ genericConfirmDelete: "你确认取消了吗?",
1761
+ genericConfirmDeleteXRows: "删除({0})行?",
1752
1762
  genericDay: "日",
1753
1763
  genericDragAndDrop: "拖放",
1754
1764
  genericDropYourData: "将您的数据放在这里",
@@ -1769,6 +1779,7 @@ const chinese = {
1769
1779
  genericMonth: "月",
1770
1780
  genericMove: "移动",
1771
1781
  genericNext: "下一个",
1782
+ genericNo: "不",
1772
1783
  genericOpenInNewTab: "在新标签页中打开",
1773
1784
  genericOpenInNewWindow: "在新窗口中打开",
1774
1785
  genericOpenNavigationMenu: "打开导航菜单",
@@ -1787,6 +1798,7 @@ const chinese = {
1787
1798
  genericTransposeData: "转置数据",
1788
1799
  genericViewAs: "查看为",
1789
1800
  genericWeek: "星期",
1801
+ genericYes: "是的",
1790
1802
  gridColumn: "柱子",
1791
1803
  gridComplete: "完全的",
1792
1804
  gridLabel: "网格类型",
@@ -1863,10 +1875,14 @@ const english = {
1863
1875
  fontsizeLabel: "Font size",
1864
1876
  fontsizeMedium: "Medium",
1865
1877
  fontsizeSmall: "Small",
1878
+ genericAbort: "Cancel",
1866
1879
  genericAddNew: "Add new",
1867
1880
  genericApply: "Apply",
1868
1881
  genericBack: "Back",
1869
1882
  genericCollapse: "Collapse",
1883
+ genericConfirm: "Confirm",
1884
+ genericConfirmDelete: "Do you confirm the cancellation?",
1885
+ genericConfirmDeleteXRows: "Delete ({0}) rows?",
1870
1886
  genericDay: "Day",
1871
1887
  genericDragAndDrop: "Drag and drop",
1872
1888
  genericDropYourData: "Drop your data here",
@@ -1887,6 +1903,7 @@ const english = {
1887
1903
  genericMonth: "Month",
1888
1904
  genericMove: "Move",
1889
1905
  genericNext: "Next",
1906
+ genericNo: "No",
1890
1907
  genericOpenInNewTab: "Open in new tab",
1891
1908
  genericOpenInNewWindow: "Open in new window",
1892
1909
  genericOpenNavigationMenu: "Open navigation menu",
@@ -1905,6 +1922,7 @@ const english = {
1905
1922
  genericTransposeData: "Transpose data",
1906
1923
  genericViewAs: "View as",
1907
1924
  genericWeek: "Week",
1925
+ genericYes: "Yes",
1908
1926
  gridColumn: "Column",
1909
1927
  gridComplete: "Complete",
1910
1928
  gridLabel: "Grid type",
@@ -1981,10 +1999,14 @@ const french = {
1981
1999
  fontsizeLabel: "Taille de police",
1982
2000
  fontsizeMedium: "Moyen",
1983
2001
  fontsizeSmall: "Petit",
2002
+ genericAbort: "Annuler",
1984
2003
  genericAddNew: "Ajouter un nouveau",
1985
2004
  genericApply: "Appliquer",
1986
2005
  genericBack: "Arrière",
1987
2006
  genericCollapse: "Effondrer",
2007
+ genericConfirm: "Confirmer",
2008
+ genericConfirmDelete: "Confirmez-vous l'annulation?",
2009
+ genericConfirmDeleteXRows: "Supprimer ({0}) lignes?",
1988
2010
  genericDay: "Jour",
1989
2011
  genericDragAndDrop: "Glisser-déposer",
1990
2012
  genericDropYourData: "Déposez vos données ici",
@@ -2005,6 +2027,7 @@ const french = {
2005
2027
  genericMonth: "Mois",
2006
2028
  genericMove: "Se déplacer",
2007
2029
  genericNext: "Prochain",
2030
+ genericNo: "Non",
2008
2031
  genericOpenInNewTab: "Ouvrir dans un nouvel onglet",
2009
2032
  genericOpenInNewWindow: "Ouvrir dans une nouvelle fenêtre",
2010
2033
  genericOpenNavigationMenu: "Ouvrir le menu de navigation",
@@ -2023,6 +2046,7 @@ const french = {
2023
2046
  genericTransposeData: "Transposer les données",
2024
2047
  genericViewAs: "Voir comme",
2025
2048
  genericWeek: "La semaine",
2049
+ genericYes: "Oui",
2026
2050
  gridColumn: "Colonne",
2027
2051
  gridComplete: "Compléte",
2028
2052
  gridLabel: "Type de grille",
@@ -2099,10 +2123,14 @@ const italian = {
2099
2123
  fontsizeLabel: "Dimensione caratteri",
2100
2124
  fontsizeMedium: "Media",
2101
2125
  fontsizeSmall: "Piccola",
2126
+ genericAbort: "Annulla",
2102
2127
  genericAddNew: "Aggiungi nuovo",
2103
2128
  genericApply: "Applica",
2104
2129
  genericBack: "Indietro",
2105
2130
  genericCollapse: "Chiudi",
2131
+ genericConfirm: "Conferma",
2132
+ genericConfirmDelete: "Confermi la cancellazione?",
2133
+ genericConfirmDeleteXRows: "Eliminare ({0}) righe?",
2106
2134
  genericDay: "Giorno",
2107
2135
  genericDragAndDrop: "Drag & drop",
2108
2136
  genericDropYourData: "Trascina qui i tuoi dati",
@@ -2123,6 +2151,7 @@ const italian = {
2123
2151
  genericMonth: "Mese",
2124
2152
  genericMove: "Sposta",
2125
2153
  genericNext: "Avanti",
2154
+ genericNo: "No",
2126
2155
  genericOpenInNewTab: "Apri in nuovo tab",
2127
2156
  genericOpenInNewWindow: "Apri in nuova finestra",
2128
2157
  genericOpenNavigationMenu: "Apri menu di navigazione",
@@ -2141,6 +2170,7 @@ const italian = {
2141
2170
  genericTransposeData: "Trasposizione dati",
2142
2171
  genericViewAs: "Vedi come",
2143
2172
  genericWeek: "Settimana",
2173
+ genericYes: "Sì",
2144
2174
  gridColumn: "Colonna",
2145
2175
  gridComplete: "Completa",
2146
2176
  gridLabel: "Tipo di griglia",
@@ -2231,10 +2261,14 @@ const polish = {
2231
2261
  fontsizeLabel: "Rozmiar czcionki",
2232
2262
  fontsizeMedium: "Średni",
2233
2263
  fontsizeSmall: "Mały",
2264
+ genericAbort: "Anulować",
2234
2265
  genericAddNew: "Dodaj nowe",
2235
2266
  genericApply: "Zastosować",
2236
2267
  genericBack: "Plecy",
2237
2268
  genericCollapse: "Zawalić się",
2269
+ genericConfirm: "Potwierdzać",
2270
+ genericConfirmDelete: "Potwierdzasz odwołanie?",
2271
+ genericConfirmDeleteXRows: "Usunąć ({0}) wiersze?",
2238
2272
  genericDay: "Dzień",
2239
2273
  genericDragAndDrop: "Przeciągnij i upuść",
2240
2274
  genericDropYourData: "Upuść swoje dane tutaj",
@@ -2255,6 +2289,7 @@ const polish = {
2255
2289
  genericMonth: "Miesiąc",
2256
2290
  genericMove: "Ruszaj się",
2257
2291
  genericNext: "Następny",
2292
+ genericNo: "Nie",
2258
2293
  genericOpenInNewTab: "Otwórz w nowej karcie",
2259
2294
  genericOpenInNewWindow: "Otworzyć w nowym oknie",
2260
2295
  genericOpenNavigationMenu: "Otwórz menu nawigacyjne",
@@ -2273,6 +2308,7 @@ const polish = {
2273
2308
  genericTransposeData: "Transpozycja danych",
2274
2309
  genericViewAs: "Wyświetl jako",
2275
2310
  genericWeek: "Tydzień",
2311
+ genericYes: "TAk",
2276
2312
  gridColumn: "Kolumna",
2277
2313
  gridComplete: "Kompletny",
2278
2314
  gridLabel: "Typ siatki",
@@ -2349,10 +2385,14 @@ const russian = {
2349
2385
  fontsizeLabel: "Размер шрифта",
2350
2386
  fontsizeMedium: "Середина",
2351
2387
  fontsizeSmall: "Небольшой",
2388
+ genericAbort: "Отмена",
2352
2389
  genericAddNew: "Добавить новое",
2353
2390
  genericApply: "Применять",
2354
2391
  genericBack: "назад",
2355
- genericCollapse: "Крах",
2392
+ genericCollapse: "Kpax",
2393
+ genericConfirm: "Подтверждать",
2394
+ genericConfirmDelete: "вы подтверждаете отмену?",
2395
+ genericConfirmDeleteXRows: "Удалить ({0}) строки?",
2356
2396
  genericDay: "День",
2357
2397
  genericDragAndDrop: "Перетащить и отпустить",
2358
2398
  genericDropYourData: "Перетащите сюда свои данные",
@@ -2373,6 +2413,7 @@ const russian = {
2373
2413
  genericMonth: "Месяц",
2374
2414
  genericMove: "Переехать",
2375
2415
  genericNext: "Следующий",
2416
+ genericNo: "Нет",
2376
2417
  genericOpenInNewTab: "Открыть в новой вкладке",
2377
2418
  genericOpenInNewWindow: "Открыть в новом окне",
2378
2419
  genericOpenNavigationMenu: "Открыть меню навигации",
@@ -2391,6 +2432,7 @@ const russian = {
2391
2432
  genericTransposeData: "Транспонировать данные",
2392
2433
  genericViewAs: "Просмотреть как",
2393
2434
  genericWeek: "Неделя",
2435
+ genericYes: "Да",
2394
2436
  gridColumn: "Столбец",
2395
2437
  gridComplete: "Полный",
2396
2438
  gridLabel: "Тип сетки",
@@ -2467,10 +2509,14 @@ const spanish = {
2467
2509
  fontsizeLabel: "Tamaño de fuente",
2468
2510
  fontsizeMedium: "Medio",
2469
2511
  fontsizeSmall: "Pequeño",
2512
+ genericAbort: "Cancelar",
2470
2513
  genericAddNew: "Añadir nuevo",
2471
2514
  genericApply: "Solicitar",
2472
2515
  genericBack: "Espalda",
2473
2516
  genericCollapse: "Colapso",
2517
+ genericConfirm: "Confirmar",
2518
+ genericConfirmDelete: "¿Confirmas la cancelación?",
2519
+ genericConfirmDeleteXRows: "¿Eliminar ({0}) filas?",
2474
2520
  genericDay: "Día",
2475
2521
  genericDragAndDrop: "Arrastrar y soltar",
2476
2522
  genericDropYourData: "Deja tus datos aquí",
@@ -2491,6 +2537,7 @@ const spanish = {
2491
2537
  genericMonth: "Mes",
2492
2538
  genericMove: "Mover",
2493
2539
  genericNext: "Próximo",
2540
+ genericNo: "No",
2494
2541
  genericOpenInNewTab: "Abrir en una pestaña nueva",
2495
2542
  genericOpenInNewWindow: "Abrir en Nueva ventana",
2496
2543
  genericOpenNavigationMenu: "Abrir menú de navegación",
@@ -2509,6 +2556,7 @@ const spanish = {
2509
2556
  genericTransposeData: "Transponer datos",
2510
2557
  genericViewAs: "Visto como",
2511
2558
  genericWeek: "Semana",
2559
+ genericYes: "Sí",
2512
2560
  gridColumn: "Columna",
2513
2561
  gridComplete: "Completa",
2514
2562
  gridLabel: "Tipo de cuadrícula",
@@ -3169,8 +3217,9 @@ class KupScrollOnHover {
3169
3217
  * @param {KupScrollOnHoverElement} el - Element to watch.
3170
3218
  * @param {boolean} vertical - Enables vertical scroll.
3171
3219
  * @param {KupScrollOnHoverPercentages} percentages - Sets how big is the area in which the scroll is enabled.
3220
+ * @param {number} step - The amount in pixels for each scroll recursion.
3172
3221
  */
3173
- register(el, vertical, percentages) {
3222
+ register(el, vertical, percentages, step) {
3174
3223
  if (!__classPrivateFieldGet$2(this, _KupScrollOnHover_arrowsContainer, "f")) {
3175
3224
  __classPrivateFieldGet$2(this, _KupScrollOnHover_instances, "m", _KupScrollOnHover_initArrows).call(this);
3176
3225
  }
@@ -3182,6 +3231,7 @@ class KupScrollOnHover {
3182
3231
  ? percentages
3183
3232
  : { back: 0.1, forward: 0.9 },
3184
3233
  rect: null,
3234
+ step: step,
3185
3235
  vertical: vertical || null,
3186
3236
  x: 0,
3187
3237
  y: 0,
@@ -3370,7 +3420,9 @@ class KupScrollOnHover {
3370
3420
  this.stop(el);
3371
3421
  return;
3372
3422
  }
3373
- el.scrollTop += this.step;
3423
+ el.scrollTop += el.scrollOnHover.step
3424
+ ? el.scrollOnHover.step
3425
+ : this.step;
3374
3426
  break;
3375
3427
  }
3376
3428
  case ScrollOnHoverDirection.LEFT: {
@@ -3379,7 +3431,9 @@ class KupScrollOnHover {
3379
3431
  this.stop(el);
3380
3432
  return;
3381
3433
  }
3382
- el.scrollLeft -= this.step;
3434
+ el.scrollLeft -= el.scrollOnHover.step
3435
+ ? el.scrollOnHover.step
3436
+ : this.step;
3383
3437
  break;
3384
3438
  }
3385
3439
  case ScrollOnHoverDirection.RIGHT: {
@@ -3388,7 +3442,9 @@ class KupScrollOnHover {
3388
3442
  this.stop(el);
3389
3443
  return;
3390
3444
  }
3391
- el.scrollLeft += this.step;
3445
+ el.scrollLeft += el.scrollOnHover.step
3446
+ ? el.scrollOnHover.step
3447
+ : this.step;
3392
3448
  break;
3393
3449
  }
3394
3450
  case ScrollOnHoverDirection.TOP: {
@@ -3397,7 +3453,9 @@ class KupScrollOnHover {
3397
3453
  this.stop(el);
3398
3454
  return;
3399
3455
  }
3400
- el.scrollTop -= this.step;
3456
+ el.scrollTop -= el.scrollOnHover.step
3457
+ ? el.scrollOnHover.step
3458
+ : this.step;
3401
3459
  break;
3402
3460
  }
3403
3461
  }
@@ -3476,6 +3534,7 @@ const bubbles = {
3476
3534
  "--kup-chart-color-3": "#8e1010",
3477
3535
  "--kup-chart-color-4": "#f5f5dc",
3478
3536
  "--kup-obj-cursor": "inherit",
3537
+ "--kup-card-zindex": "900",
3479
3538
  "--kup-drawer-zindex": "900",
3480
3539
  "--kup-navbar-zindex": "900"
3481
3540
  },
@@ -3532,6 +3591,7 @@ const cobalt = {
3532
3591
  "--kup-chart-color-3": "#b1eafb",
3533
3592
  "--kup-chart-color-4": "#ffffff",
3534
3593
  "--kup-obj-cursor": "inherit",
3594
+ "--kup-card-zindex": "900",
3535
3595
  "--kup-drawer-zindex": "900",
3536
3596
  "--kup-navbar-zindex": "900"
3537
3597
  },
@@ -3586,6 +3646,7 @@ const dark = {
3586
3646
  "--kup-chart-color-3": "#860bb5",
3587
3647
  "--kup-chart-color-4": "#1a83e4",
3588
3648
  "--kup-obj-cursor": "inherit",
3649
+ "--kup-card-zindex": "900",
3589
3650
  "--kup-drawer-zindex": "900",
3590
3651
  "--kup-navbar-zindex": "900"
3591
3652
  },
@@ -3640,6 +3701,7 @@ const flamingo = {
3640
3701
  "--kup-chart-color-3": "#c21350",
3641
3702
  "--kup-chart-color-4": "#c88da1",
3642
3703
  "--kup-obj-cursor": "inherit",
3704
+ "--kup-card-zindex": "900",
3643
3705
  "--kup-drawer-zindex": "900",
3644
3706
  "--kup-navbar-zindex": "900"
3645
3707
  },
@@ -3700,6 +3762,7 @@ const graphite = {
3700
3762
  "--kup-chart-color-9": "grey",
3701
3763
  "--kup-chart-color-10": "indigo",
3702
3764
  "--kup-obj-cursor": "inherit",
3765
+ "--kup-card-zindex": "900",
3703
3766
  "--kup-drawer-zindex": "900",
3704
3767
  "--kup-navbar-zindex": "900"
3705
3768
  },
@@ -3754,6 +3817,7 @@ const ketchup = {
3754
3817
  "--kup-chart-color-3": "#8e1010",
3755
3818
  "--kup-chart-color-4": "#f5f5dc",
3756
3819
  "--kup-obj-cursor": "inherit",
3820
+ "--kup-card-zindex": "900",
3757
3821
  "--kup-drawer-zindex": "900",
3758
3822
  "--kup-navbar-zindex": "900"
3759
3823
  },
@@ -3814,6 +3878,7 @@ const obsidian = {
3814
3878
  "--kup-chart-color-9": "grey",
3815
3879
  "--kup-chart-color-10": "indigo",
3816
3880
  "--kup-obj-cursor": "inherit",
3881
+ "--kup-card-zindex": "900",
3817
3882
  "--kup-drawer-zindex": "900",
3818
3883
  "--kup-navbar-zindex": "900"
3819
3884
  },
@@ -3868,6 +3933,7 @@ const ocean = {
3868
3933
  "--kup-chart-color-3": "#e48b47",
3869
3934
  "--kup-chart-color-4": "#81e447",
3870
3935
  "--kup-obj-cursor": "inherit",
3936
+ "--kup-card-zindex": "900",
3871
3937
  "--kup-drawer-zindex": "900",
3872
3938
  "--kup-navbar-zindex": "900"
3873
3939
  },
@@ -3928,6 +3994,7 @@ const print = {
3928
3994
  "--kup-chart-color-9": "grey",
3929
3995
  "--kup-chart-color-10": "indigo",
3930
3996
  "--kup-obj-cursor": "inherit",
3997
+ "--kup-card-zindex": "900",
3931
3998
  "--kup-drawer-zindex": "900",
3932
3999
  "--kup-navbar-zindex": "900"
3933
4000
  },
@@ -3989,6 +4056,7 @@ const raj = {
3989
4056
  "--kup-chart-color-3": "#ffe600",
3990
4057
  "--kup-chart-color-4": "#effd02",
3991
4058
  "--kup-obj-cursor": "inherit",
4059
+ "--kup-card-zindex": "900",
3992
4060
  "--kup-drawer-zindex": "900",
3993
4061
  "--kup-navbar-zindex": "900"
3994
4062
  },
@@ -4049,6 +4117,7 @@ const red = {
4049
4117
  "--kup-chart-color-9": "grey",
4050
4118
  "--kup-chart-color-10": "indigo",
4051
4119
  "--kup-obj-cursor": "inherit",
4120
+ "--kup-card-zindex": "900",
4052
4121
  "--kup-drawer-zindex": "900",
4053
4122
  "--kup-navbar-zindex": "900"
4054
4123
  },
@@ -4111,6 +4180,7 @@ const sapphire = {
4111
4180
  "--kup-chart-color-9": "grey",
4112
4181
  "--kup-chart-color-10": "indigo",
4113
4182
  "--kup-obj-cursor": "inherit",
4183
+ "--kup-card-zindex": "900",
4114
4184
  "--kup-drawer-zindex": "900",
4115
4185
  "--kup-navbar-zindex": "900"
4116
4186
  },
@@ -4168,6 +4238,7 @@ const silver = {
4168
4238
  "--kup-chart-color-6": "#59af57",
4169
4239
  "--kup-chart-color-7": "#aeaa5d",
4170
4240
  "--kup-obj-cursor": "inherit",
4241
+ "--kup-card-zindex": "900",
4171
4242
  "--kup-drawer-zindex": "900",
4172
4243
  "--kup-navbar-zindex": "900"
4173
4244
  },
@@ -4230,6 +4301,7 @@ const teal = {
4230
4301
  "--kup-chart-color-9": "grey",
4231
4302
  "--kup-chart-color-10": "indigo",
4232
4303
  "--kup-obj-cursor": "inherit",
4304
+ "--kup-card-zindex": "900",
4233
4305
  "--kup-drawer-zindex": "900",
4234
4306
  "--kup-navbar-zindex": "900"
4235
4307
  },
@@ -4281,6 +4353,7 @@ const wildlife = {
4281
4353
  "--kup-chart-color-3": "#e48b47",
4282
4354
  "--kup-chart-color-4": "#81e447",
4283
4355
  "--kup-obj-cursor": "inherit",
4356
+ "--kup-card-zindex": "900",
4284
4357
  "--kup-drawer-zindex": "900",
4285
4358
  "--kup-navbar-zindex": "900"
4286
4359
  },
@@ -5683,6 +5756,7 @@ exports.KupDataTableProps = void 0;
5683
5756
  KupDataTableProps["groupLabelDisplay"] = "How the label of a group must be displayed. For available values";
5684
5757
  KupDataTableProps["groups"] = "The list of groups.";
5685
5758
  KupDataTableProps["headerIsPersistent"] = "When set to true the header will stick on top of the table when scrolling.";
5759
+ KupDataTableProps["insertMode"] = "Enables insert mode.";
5686
5760
  KupDataTableProps["isFocusable"] = "When set to true, clicked-on rows will have a visual feedback.";
5687
5761
  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.";
5688
5762
  KupDataTableProps["lineBreakCharacter"] = "Defines the placeholder character which will be replaced by a line break inside table header cells, normal or sticky.";
@@ -5698,6 +5772,7 @@ exports.KupDataTableProps = void 0;
5698
5772
  KupDataTableProps["rowsPerPage"] = "Sets the number of rows per page to display.";
5699
5773
  KupDataTableProps["scrollOnHover"] = "Activates the scroll on hover function.";
5700
5774
  KupDataTableProps["showCustomization"] = "If set to true, displays the button to open the customization panel.";
5775
+ KupDataTableProps["showDeleteButton"] = "Enables the delete row button.";
5701
5776
  KupDataTableProps["showFilters"] = "When set to true enables the column filters.";
5702
5777
  KupDataTableProps["showFooter"] = "When set to true shows the footer.";
5703
5778
  KupDataTableProps["showGrid"] = "Can be used to customize the grid view of the table.";
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-31125378.js');
6
- const kupManager = require('./kup-manager-8e67afec.js');
5
+ const index = require('./index-ffdb46f6.js');
6
+ const kupManager = require('./kup-manager-c53468cd.js');
7
7
  const GenericVariables = require('./GenericVariables-a9ed17ee.js');
8
8
 
9
9
  const navbarClass = 'nav-bar';
@@ -36,26 +36,14 @@ const KupNavBar = class {
36
36
  this.kupNavbarReady = index.createEvent(this, "kup-navbar-ready", 6);
37
37
  this.kupNavbarResize = index.createEvent(this, "kup-navbar-resize", 6);
38
38
  /*-------------------------------------------------*/
39
- /* P r o p s */
40
- /*-------------------------------------------------*/
41
- /**
42
- * Custom style of the component.
43
- * @default ""
44
- * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
45
- */
46
- this.customStyle = '';
47
- /**
48
- * Defines the style of the nav bar.
49
- * @default KupNavBarStyling.STANDARD
50
- */
51
- this.styling = KupNavBarStyling.STANDARD;
52
- /*-------------------------------------------------*/
53
39
  /* I n t e r n a l V a r i a b l e s */
54
40
  /*-------------------------------------------------*/
55
41
  /**
56
42
  * Instance of the KupManager class.
57
43
  */
58
44
  this.kupManager = kupManager.kupManagerInstance();
45
+ this.customStyle = '';
46
+ this.styling = KupNavBarStyling.STANDARD;
59
47
  }
60
48
  /*-------------------------------------------------*/
61
49
  /* P u b l i c M e t h o d s */
@@ -2,10 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-31125378.js');
6
- const kupManager = require('./kup-manager-8e67afec.js');
5
+ const index = require('./index-ffdb46f6.js');
6
+ const kupManager = require('./kup-manager-c53468cd.js');
7
7
  const GenericVariables = require('./GenericVariables-a9ed17ee.js');
8
- const fTextField = require('./f-text-field-a5b2bd0e.js');
8
+ const fTextField = require('./f-text-field-fe85187d.js');
9
9
  const fTextFieldMdc = require('./f-text-field-mdc-85997738.js');
10
10
  require('./tslib.es6-0ee02c67.js');
11
11
  require('./component-72a5b626.js');
@@ -42,60 +42,6 @@ const KupNumericPicker = class {
42
42
  this.kupTextFieldSubmit = index.createEvent(this, "kup-numericpicker-textfieldsubmit", 6);
43
43
  this.kupClearIconClick = index.createEvent(this, "kup-numericpicker-cleariconclick", 6);
44
44
  /*-------------------------------------------------*/
45
- /* S t a t e s */
46
- /*-------------------------------------------------*/
47
- this.stateSwitcher = false;
48
- this.value = '';
49
- /*-------------------------------------------------*/
50
- /* P r o p s */
51
- /*-------------------------------------------------*/
52
- /**
53
- * Custom style of the component.
54
- * @default ""
55
- * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
56
- */
57
- this.customStyle = '';
58
- /**
59
- * Props of the sub-components.
60
- * @default null
61
- */
62
- this.data = null;
63
- /**
64
- * Defaults at false. When set to true, the component has decimals.
65
- * @default false
66
- */
67
- this.decimals = false;
68
- /**
69
- * Defaults at false. When set to true, the component is disabled.
70
- * @default false
71
- */
72
- this.disabled = false;
73
- /**
74
- * Sets the initial value of the component
75
- * @default ""
76
- */
77
- this.initialValue = '';
78
- /**
79
- * when set, the component allows you to enter decimals with a maximum of characters.
80
- * @default null
81
- */
82
- this.maxDecimals = null;
83
- /**
84
- * When set, the component allows you to enter integer numbers with a maximum of characters.
85
- * @default null
86
- */
87
- this.maxIntegers = null;
88
- /**
89
- * When set, the component allows you to enter numbers with a maximum of characters, including decimals.
90
- * @default null
91
- */
92
- this.maxLength = null;
93
- /**
94
- * Defaults at false. When set to true, the component has negative number.
95
- * @default false
96
- */
97
- this.negative = false;
98
- /*-------------------------------------------------*/
99
45
  /* I n t e r n a l V a r i a b l e s */
100
46
  /*-------------------------------------------------*/
101
47
  /**
@@ -109,6 +55,17 @@ const KupNumericPicker = class {
109
55
  date: new Date(),
110
56
  };
111
57
  this.clickCb = null;
58
+ this.stateSwitcher = false;
59
+ this.value = '';
60
+ this.customStyle = '';
61
+ this.data = null;
62
+ this.decimals = false;
63
+ this.disabled = false;
64
+ this.initialValue = '';
65
+ this.maxDecimals = null;
66
+ this.maxIntegers = null;
67
+ this.maxLength = null;
68
+ this.negative = false;
112
69
  }
113
70
  onKupPickerItemClick(value) {
114
71
  this.setPickerValueSelected(value);
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-31125378.js');
6
- const kupManager = require('./kup-manager-8e67afec.js');
5
+ const index = require('./index-ffdb46f6.js');
6
+ const kupManager = require('./kup-manager-c53468cd.js');
7
7
  const GenericVariables = require('./GenericVariables-a9ed17ee.js');
8
8
 
9
9
  /**
@@ -42,34 +42,6 @@ const KupPhotoFrame = class {
42
42
  this.kupPhotoFramePlaceholderLoad = index.createEvent(this, "kup-photoframe-placeholderload", 6);
43
43
  this.kupPhotoFrameResourceLoad = index.createEvent(this, "kup-photoframe-resourceload", 6);
44
44
  /*-------------------------------------------------*/
45
- /* S t a t e s */
46
- /*-------------------------------------------------*/
47
- this.isInViewport = false;
48
- /*-------------------------------------------------*/
49
- /* P r o p s */
50
- /*-------------------------------------------------*/
51
- /**
52
- * Custom style of the component.
53
- * @default ""
54
- * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
55
- */
56
- this.customStyle = '';
57
- /**
58
- * Html attributes of the picture before the component enters the viewport.
59
- * @default {}
60
- */
61
- this.placeholderAttrs = {};
62
- /**
63
- * Html attributes of the picture after the component enters the viewport.
64
- * @default {}
65
- */
66
- this.resourceAttrs = {};
67
- /**
68
- * Percentage of the component dimensions entering the viewport (0.1 => 1).
69
- * @default 0.25
70
- */
71
- this.threshold = 0.25;
72
- /*-------------------------------------------------*/
73
45
  /* I n t e r n a l V a r i a b l e s */
74
46
  /*-------------------------------------------------*/
75
47
  _KupPhotoFrame_intObserver.set(this, null);
@@ -78,6 +50,11 @@ const KupPhotoFrame = class {
78
50
  _KupPhotoFrame_resourceEl.set(this, null);
79
51
  _KupPhotoFrame_renderResource.set(this, false);
80
52
  _KupPhotoFrame_wrapperEl.set(this, null);
53
+ this.isInViewport = false;
54
+ this.customStyle = '';
55
+ this.placeholderAttrs = {};
56
+ this.resourceAttrs = {};
57
+ this.threshold = 0.25;
81
58
  }
82
59
  /*-------------------------------------------------*/
83
60
  /* P u b l i c M e t h o d s */
@@ -167,8 +144,9 @@ const KupPhotoFrame = class {
167
144
  } }))) : null)));
168
145
  }
169
146
  disconnectedCallback() {
147
+ var _a;
170
148
  __classPrivateFieldGet(this, _KupPhotoFrame_kupManager, "f").theme.unregister(this);
171
- __classPrivateFieldGet(this, _KupPhotoFrame_intObserver, "f").unobserve(this.rootElement);
149
+ (_a = __classPrivateFieldGet(this, _KupPhotoFrame_intObserver, "f")) === null || _a === void 0 ? void 0 : _a.unobserve(this.rootElement);
172
150
  }
173
151
  get rootElement() { return index.getElement(this); }
174
152
  };