@sme.up/ketchup 4.0.0 → 4.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (186) hide show
  1. package/dist/cjs/{cell-utils-1f89a299.js → cell-utils-841a7769.js} +2 -2
  2. package/dist/cjs/{f-chip-2d58c8f7.js → f-chip-b9f489ff.js} +7 -5
  3. package/dist/cjs/{f-image-5f4f29ca.js → f-image-0c3e6aa7.js} +3 -4
  4. package/dist/cjs/{index-3c471303.js → index-0416afab.js} +73 -64
  5. package/dist/cjs/ketchup.cjs.js +3 -3
  6. package/dist/cjs/kup-accordion.cjs.entry.js +5 -5
  7. package/dist/cjs/kup-autocomplete_29.cjs.entry.js +1014 -1103
  8. package/dist/cjs/kup-calendar.cjs.entry.js +8 -8
  9. package/dist/cjs/kup-dash-list.cjs.entry.js +6 -6
  10. package/dist/cjs/kup-dash_2.cjs.entry.js +106 -62
  11. package/dist/cjs/kup-drawer.cjs.entry.js +4 -4
  12. package/dist/cjs/kup-field.cjs.entry.js +3 -3
  13. package/dist/cjs/kup-iframe.cjs.entry.js +4 -4
  14. package/dist/cjs/kup-lazy.cjs.entry.js +4 -4
  15. package/dist/cjs/kup-magic-box.cjs.entry.js +21 -30
  16. package/dist/cjs/{kup-manager-59ad8bdc.js → kup-manager-828bd598.js} +599 -519
  17. package/dist/cjs/kup-nav-bar.cjs.entry.js +4 -4
  18. package/dist/cjs/{kup-objects-59ea949c.js → kup-objects-89f38d6a.js} +7 -29
  19. package/dist/cjs/kup-probe.cjs.entry.js +3 -3
  20. package/dist/cjs/kup-qlik.cjs.entry.js +3 -3
  21. package/dist/cjs/loader.cjs.js +3 -3
  22. package/dist/cjs/{utils-2af73538.js → utils-5192ee20.js} +1 -1
  23. package/dist/collection/assets/data-table.js +1 -0
  24. package/dist/collection/collection-manifest.json +2 -3
  25. package/dist/collection/components/kup-accordion/kup-accordion.js +14 -14
  26. package/dist/collection/components/kup-autocomplete/kup-autocomplete.css +9 -0
  27. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +20 -23
  28. package/dist/collection/components/kup-badge/kup-badge.js +12 -12
  29. package/dist/collection/components/kup-box/kup-box.css +30 -30
  30. package/dist/collection/components/kup-box/kup-box.js +181 -171
  31. package/dist/collection/components/kup-button/kup-button.css +8 -5
  32. package/dist/collection/components/kup-button/kup-button.js +26 -26
  33. package/dist/collection/components/kup-button-list/kup-button-list.css +8 -5
  34. package/dist/collection/components/kup-button-list/kup-button-list.js +18 -18
  35. package/dist/collection/components/kup-calendar/kup-calendar.css +8 -6
  36. package/dist/collection/components/kup-calendar/kup-calendar.js +30 -30
  37. package/dist/collection/components/kup-card/kup-card-helper.js +2 -1
  38. package/dist/collection/components/kup-card/kup-card.css +20 -1
  39. package/dist/collection/components/kup-card/kup-card.js +26 -26
  40. package/dist/collection/components/kup-chart/kup-chart.js +40 -40
  41. package/dist/collection/components/kup-checkbox/kup-checkbox.js +18 -18
  42. package/dist/collection/components/kup-chip/kup-chip.css +0 -1
  43. package/dist/collection/components/kup-chip/kup-chip.js +14 -14
  44. package/dist/collection/components/kup-color-picker/kup-color-picker.css +6 -9
  45. package/dist/collection/components/kup-color-picker/kup-color-picker.js +32 -40
  46. package/dist/collection/components/kup-combobox/kup-combobox.css +9 -0
  47. package/dist/collection/components/kup-combobox/kup-combobox.js +20 -23
  48. package/dist/collection/components/kup-dash-list/kup-dash-list.js +2 -2
  49. package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +1 -0
  50. package/dist/collection/components/kup-data-table/kup-data-table-helper.js +25 -46
  51. package/dist/collection/components/kup-data-table/kup-data-table.css +83 -87
  52. package/dist/collection/components/kup-data-table/kup-data-table.js +364 -531
  53. package/dist/collection/components/kup-date-picker/kup-date-picker.css +2373 -5
  54. package/dist/collection/components/kup-date-picker/kup-date-picker.js +72 -104
  55. package/dist/collection/components/kup-drawer/kup-drawer.js +8 -8
  56. package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.css +13 -5
  57. package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +38 -43
  58. package/dist/collection/components/kup-field/kup-field.js +20 -20
  59. package/dist/collection/components/kup-gauge/kup-gauge.js +16 -16
  60. package/dist/collection/components/kup-grid/kup-grid.css +2 -1
  61. package/dist/collection/components/kup-grid/kup-grid.js +12 -12
  62. package/dist/collection/components/kup-iframe/kup-iframe.js +4 -4
  63. package/dist/collection/components/kup-image/kup-image.js +24 -24
  64. package/dist/collection/components/kup-lazy/kup-lazy.js +16 -16
  65. package/dist/collection/components/kup-list/kup-list-declarations.js +1 -1
  66. package/dist/collection/components/kup-list/kup-list.css +4 -0
  67. package/dist/collection/components/kup-list/kup-list.js +38 -47
  68. package/dist/collection/components/kup-magic-box/kup-magic-box.css +11 -6
  69. package/dist/collection/components/kup-magic-box/kup-magic-box.js +27 -36
  70. package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +10 -10
  71. package/dist/collection/components/kup-paginator/kup-paginator.css +8 -5
  72. package/dist/collection/components/kup-probe/kup-probe.js +8 -8
  73. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +20 -20
  74. package/dist/collection/components/kup-radio/kup-radio.js +16 -16
  75. package/dist/collection/components/kup-rating/kup-rating.js +14 -14
  76. package/dist/collection/components/kup-spinner/kup-spinner.js +22 -22
  77. package/dist/collection/components/kup-switch/kup-switch.js +16 -16
  78. package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +12 -12
  79. package/dist/collection/components/kup-text-field/kup-text-field.js +48 -48
  80. package/dist/collection/components/kup-time-picker/kup-time-picker.css +2376 -0
  81. package/dist/collection/components/kup-time-picker/kup-time-picker.js +50 -83
  82. package/dist/collection/components/kup-tooltip/kup-tooltip.js +18 -12
  83. package/dist/collection/components/kup-tree/kup-tree.css +10 -10
  84. package/dist/collection/components/kup-tree/kup-tree.js +96 -66
  85. package/dist/collection/f-components/f-button/f-button.js +4 -2
  86. package/dist/collection/f-components/f-image/f-image.js +1 -2
  87. package/dist/collection/f-components/f-text-field/f-text-field.js +8 -6
  88. package/dist/collection/utils/kup-column-menu/kup-column-menu.js +11 -3
  89. package/dist/collection/utils/kup-debug/kup-debug.js +25 -27
  90. package/dist/collection/utils/kup-dynamic-position/kup-dynamic-position.js +3 -5
  91. package/dist/collection/utils/kup-interact/kup-interact-declarations.js +48 -0
  92. package/dist/collection/utils/kup-interact/kup-interact.js +362 -0
  93. package/dist/collection/utils/kup-manager/kup-manager.js +18 -6
  94. package/dist/collection/utils/kup-objects/kup-objects.js +7 -29
  95. package/dist/collection/utils/kup-scroll-on-hover/kup-scroll-on-hover.js +60 -62
  96. package/dist/collection/utils/kup-toolbar/kup-toolbar.js +16 -18
  97. package/dist/esm/{cell-utils-cb612463.js → cell-utils-de384721.js} +2 -2
  98. package/dist/esm/{f-chip-125d5dd6.js → f-chip-d585b63e.js} +7 -5
  99. package/dist/esm/{f-image-68b34fab.js → f-image-23548d00.js} +3 -4
  100. package/dist/esm/{index-bf2824a6.js → index-51694018.js} +73 -64
  101. package/dist/esm/ketchup.js +3 -3
  102. package/dist/esm/kup-accordion.entry.js +5 -5
  103. package/dist/esm/kup-autocomplete_29.entry.js +818 -907
  104. package/dist/esm/kup-calendar.entry.js +8 -8
  105. package/dist/esm/kup-dash-list.entry.js +6 -6
  106. package/dist/esm/kup-dash_2.entry.js +106 -62
  107. package/dist/esm/kup-drawer.entry.js +4 -4
  108. package/dist/esm/kup-field.entry.js +3 -3
  109. package/dist/esm/kup-iframe.entry.js +4 -4
  110. package/dist/esm/kup-lazy.entry.js +4 -4
  111. package/dist/esm/kup-magic-box.entry.js +21 -30
  112. package/dist/esm/{kup-manager-e7d7b353.js → kup-manager-583f2815.js} +595 -520
  113. package/dist/esm/kup-nav-bar.entry.js +4 -4
  114. package/dist/esm/{kup-objects-d38d2fa2.js → kup-objects-5968aefd.js} +7 -29
  115. package/dist/esm/kup-probe.entry.js +3 -3
  116. package/dist/esm/kup-qlik.entry.js +3 -3
  117. package/dist/esm/loader.js +3 -3
  118. package/dist/esm/{utils-13dd007a.js → utils-a1dd14c3.js} +1 -1
  119. package/dist/ketchup/ketchup.esm.js +1 -1
  120. package/dist/ketchup/{p-64ea7e37.entry.js → p-0e91c9c9.entry.js} +1 -1
  121. package/dist/ketchup/{p-0320e24e.entry.js → p-0f2b6a24.entry.js} +1 -1
  122. package/dist/ketchup/{p-a5424073.js → p-361d9431.js} +1 -1
  123. package/dist/ketchup/p-565785ce.js +1 -0
  124. package/dist/ketchup/{p-7896031c.entry.js → p-57eb45ac.entry.js} +1 -1
  125. package/dist/ketchup/{p-08c7a092.js → p-6f5d8830.js} +1 -1
  126. package/dist/ketchup/{p-9c858a38.entry.js → p-802d8906.entry.js} +1 -1
  127. package/dist/ketchup/p-850b9e67.entry.js +1 -0
  128. package/dist/ketchup/{p-a12a5690.entry.js → p-88a5787a.entry.js} +1 -1
  129. package/dist/ketchup/p-8ed2b7bf.entry.js +1 -0
  130. package/dist/ketchup/{p-ee89966f.entry.js → p-90a0c2b7.entry.js} +2 -2
  131. package/dist/ketchup/{p-876da4c2.entry.js → p-94c0dd8c.entry.js} +1 -1
  132. package/dist/ketchup/p-9ec3c377.entry.js +45 -0
  133. package/dist/ketchup/p-b30f34d8.js +1 -0
  134. package/dist/ketchup/p-b6a47512.entry.js +1 -0
  135. package/dist/ketchup/p-bfaf8a82.js +1 -0
  136. package/dist/ketchup/{p-940ab57a.entry.js → p-ca0ebdcc.entry.js} +1 -1
  137. package/dist/ketchup/p-d5a3a4ed.js +1 -0
  138. package/dist/ketchup/{p-c7ee1fbc.js → p-ee7b190c.js} +1 -1
  139. package/dist/ketchup/{p-b0724035.entry.js → p-f6b54fa1.entry.js} +1 -1
  140. package/dist/types/components/kup-box/kup-box-declarations.d.ts +11 -2
  141. package/dist/types/components/kup-box/kup-box.d.ts +8 -4
  142. package/dist/types/components/kup-color-picker/kup-color-picker.d.ts +0 -1
  143. package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +12 -4
  144. package/dist/types/components/kup-data-table/kup-data-table-helper.d.ts +0 -2
  145. package/dist/types/components/kup-data-table/kup-data-table.d.ts +16 -49
  146. package/dist/types/components/kup-date-picker/kup-date-picker.d.ts +11 -14
  147. package/dist/types/components/kup-dropdown-button/kup-dropdown-button.d.ts +0 -4
  148. package/dist/types/components/kup-list/kup-list-declarations.d.ts +1 -1
  149. package/dist/types/components/kup-list/kup-list.d.ts +2 -3
  150. package/dist/types/components/kup-magic-box/kup-magic-box.d.ts +1 -0
  151. package/dist/types/components/kup-time-picker/kup-time-picker.d.ts +7 -11
  152. package/dist/types/components/kup-tree/kup-tree-declarations.d.ts +4 -4
  153. package/dist/types/components/kup-tree/kup-tree.d.ts +3 -0
  154. package/dist/types/components.d.ts +84 -121
  155. package/dist/types/utils/kup-dynamic-position/kup-dynamic-position.d.ts +2 -2
  156. package/dist/types/utils/kup-interact/kup-interact-declarations.d.ts +127 -0
  157. package/dist/types/utils/kup-interact/kup-interact.d.ts +93 -0
  158. package/dist/types/utils/kup-manager/kup-manager-declarations.d.ts +21 -4
  159. package/dist/types/utils/kup-manager/kup-manager.d.ts +2 -2
  160. package/dist/types/utils/kup-objects/kup-objects.d.ts +1 -7
  161. package/package.json +3 -3
  162. package/dist/cjs/drag-and-drop-4787ff6f.js +0 -281
  163. package/dist/cjs/kup-grid.cjs.entry.js +0 -130
  164. package/dist/collection/assets/images/drag-multiple.js +0 -1
  165. package/dist/collection/components/kup-layout/kup-layout.css +0 -53
  166. package/dist/collection/components/kup-layout/kup-layout.js +0 -156
  167. package/dist/collection/utils/drag-and-drop.js +0 -109
  168. package/dist/collection/utils/kup-dialog/kup-dialog-declarations.js +0 -36
  169. package/dist/collection/utils/kup-dialog/kup-dialog.js +0 -310
  170. package/dist/esm/drag-and-drop-321cb4ca.js +0 -265
  171. package/dist/esm/kup-grid.entry.js +0 -126
  172. package/dist/ketchup/p-00fe1e3e.js +0 -1
  173. package/dist/ketchup/p-1165f4ea.entry.js +0 -1
  174. package/dist/ketchup/p-170d3cba.js +0 -1
  175. package/dist/ketchup/p-18cb3ba3.js +0 -1
  176. package/dist/ketchup/p-23541a97.entry.js +0 -45
  177. package/dist/ketchup/p-8fb9d9b2.entry.js +0 -1
  178. package/dist/ketchup/p-b14e77f0.js +0 -1
  179. package/dist/ketchup/p-d24cfdea.entry.js +0 -1
  180. package/dist/ketchup/p-fcd2fd8f.js +0 -1
  181. package/dist/ketchup/p-fce3b9d8.entry.js +0 -1
  182. package/dist/types/assets/images/drag-multiple.d.ts +0 -1
  183. package/dist/types/components/kup-layout/kup-layout.d.ts +0 -25
  184. package/dist/types/utils/drag-and-drop.d.ts +0 -53
  185. package/dist/types/utils/kup-dialog/kup-dialog-declarations.d.ts +0 -43
  186. package/dist/types/utils/kup-dialog/kup-dialog.d.ts +0 -50
@@ -153,16 +153,19 @@
153
153
  width: 4em;
154
154
  }
155
155
  .f-button--wrapper .button.button--floating:hover, .f-button--wrapper .button.button--floating:focus {
156
- box-shadow: 0 0.35em 0.35em -3px rgba(var(--kup-text-color-rgb), 0.2), 0 0.57em 0.71em 0.07em rgba(var(--kup-text-color-rgb), 0.14), 0 0.21em 1em 0.14em rgba(var(--kup-text-color-rgb), 0.12);
156
+ box-shadow: 0 5px 5px -3px rgba(var(--kup-text-color-rgb), 0.2), 0 8px 10px 1px rgba(var(--kup-text-color-rgb), 0.14), 0 3px 14px 2px rgba(var(--kup-text-color-rgb), 0.12);
157
157
  }
158
158
  .f-button--wrapper .button.button--floating:active {
159
- box-shadow: 0 0.5em 0.57em -4px rgba(var(--kup-text-color-rgb), 0.2), 0 0.85em 1.21em 0.14em rgba(var(--kup-text-color-rgb), 0.14), 0 0.35em 1.57em 0.28em rgba(var(--kup-text-color-rgb), 0.12);
159
+ box-shadow: 0 7px 8px -4px rgba(var(--kup-text-color-rgb), 0.2), 0 12px 17px 2px rgba(var(--kup-text-color-rgb), 0.14), 0 5px 22px 4px rgba(var(--kup-text-color-rgb), 0.12);
160
160
  }
161
161
  .f-button--wrapper .button.button--raised {
162
- box-shadow: 0px 0.1em 0.1em 0 rgba(var(--kup-text-color-rgb), 0.125), 0px 0.2em 1em 0.1em rgba(var(--kup-text-color-rgb), 0.1), 0px 0.25em 1.5em 0.2em rgba(var(--kup-text-color-rgb), 0.075);
162
+ box-shadow: 0 3px 1px -2px rgba(var(--kup-text-color-rgb), 0.2), 0 2px 2px 0 rgba(var(--kup-text-color-rgb), 0.14), 0 1px 5px 0 rgba(var(--kup-text-color-rgb), 0.12);
163
163
  }
164
- .f-button--wrapper .button.button--raised:hover {
165
- box-shadow: 0 0.25em 0.25em 0 rgba(var(--kup-text-color-rgb), 0.125), 0 0.75em 1em 0.1em rgba(var(--kup-text-color-rgb), 0.1), 0 0.25em 1.5em 0.2em rgba(var(--kup-text-color-rgb), 0.075);
164
+ .f-button--wrapper .button.button--raised:focus, .f-button--wrapper .button.button--raised:hover {
165
+ box-shadow: 0 2px 4px -1px rgba(var(--kup-text-color-rgb), 0.2), 0 4px 5px 0 rgba(var(--kup-text-color-rgb), 0.14), 0 1px 10px 0 rgba(var(--kup-text-color-rgb), 0.12);
166
+ }
167
+ .f-button--wrapper .button.button--raised:active {
168
+ box-shadow: 0 5px 5px -3px rgba(var(--kup-text-color-rgb), 0.2), 0 8px 10px 1px rgba(var(--kup-text-color-rgb), 0.14), 0 3px 14px 2px rgba(var(--kup-text-color-rgb), 0.12);
166
169
  }
167
170
  .f-button--wrapper .button.button--outlined {
168
171
  border-width: 1px;
@@ -245,8 +245,8 @@ export class KupButton {
245
245
  "optional": false,
246
246
  "docs": {
247
247
  "tags": [{
248
- "text": "false",
249
- "name": "default"
248
+ "name": "default",
249
+ "text": "false"
250
250
  }],
251
251
  "text": "When set to true, the icon button state will be on."
252
252
  },
@@ -266,11 +266,11 @@ export class KupButton {
266
266
  "optional": false,
267
267
  "docs": {
268
268
  "tags": [{
269
- "text": "\"\"",
270
- "name": "default"
269
+ "name": "default",
270
+ "text": "\"\""
271
271
  }, {
272
- "text": "https ://ketchup.smeup.com/ketchup-showcase/#/customization",
273
- "name": "see"
272
+ "name": "see",
273
+ "text": "https://ketchup.smeup.com/ketchup-showcase/#/customization"
274
274
  }],
275
275
  "text": "Custom style of the component."
276
276
  },
@@ -290,8 +290,8 @@ export class KupButton {
290
290
  "optional": false,
291
291
  "docs": {
292
292
  "tags": [{
293
- "text": "false",
294
- "name": "default"
293
+ "name": "default",
294
+ "text": "false"
295
295
  }],
296
296
  "text": "Defaults at false. When set to true, the component is disabled."
297
297
  },
@@ -311,8 +311,8 @@ export class KupButton {
311
311
  "optional": false,
312
312
  "docs": {
313
313
  "tags": [{
314
- "text": "null",
315
- "name": "default"
314
+ "name": "default",
315
+ "text": "null"
316
316
  }],
317
317
  "text": "When set, the button will show this icon."
318
318
  },
@@ -332,8 +332,8 @@ export class KupButton {
332
332
  "optional": false,
333
333
  "docs": {
334
334
  "tags": [{
335
- "text": "null",
336
- "name": "default"
335
+ "name": "default",
336
+ "text": "null"
337
337
  }],
338
338
  "text": "When set, the icon button off state will show this icon. Otherwise, an outlined version of the icon prop will be displayed."
339
339
  },
@@ -353,8 +353,8 @@ export class KupButton {
353
353
  "optional": false,
354
354
  "docs": {
355
355
  "tags": [{
356
- "text": "null",
357
- "name": "default"
356
+ "name": "default",
357
+ "text": "null"
358
358
  }],
359
359
  "text": "When set, the button will show this text."
360
360
  },
@@ -379,8 +379,8 @@ export class KupButton {
379
379
  "optional": false,
380
380
  "docs": {
381
381
  "tags": [{
382
- "text": "FButtonStyling.RAISED",
383
- "name": "default"
382
+ "name": "default",
383
+ "text": "FButtonStyling.RAISED"
384
384
  }],
385
385
  "text": "Defines the style of the button. Styles available: \"flat\", \"outlined\" and \"raised\" which is also the default."
386
386
  },
@@ -400,8 +400,8 @@ export class KupButton {
400
400
  "optional": false,
401
401
  "docs": {
402
402
  "tags": [{
403
- "text": "false",
404
- "name": "default"
403
+ "name": "default",
404
+ "text": "false"
405
405
  }],
406
406
  "text": "When set to true, the button show a spinner received in slot."
407
407
  },
@@ -421,8 +421,8 @@ export class KupButton {
421
421
  "optional": false,
422
422
  "docs": {
423
423
  "tags": [{
424
- "text": "false",
425
- "name": "default"
424
+ "name": "default",
425
+ "text": "false"
426
426
  }],
427
427
  "text": "When set to true, the icon button will be toggable on/off."
428
428
  },
@@ -442,8 +442,8 @@ export class KupButton {
442
442
  "optional": false,
443
443
  "docs": {
444
444
  "tags": [{
445
- "text": "false",
446
- "name": "default"
445
+ "name": "default",
446
+ "text": "false"
447
447
  }],
448
448
  "text": "When set, the icon will be shown after the text."
449
449
  },
@@ -522,8 +522,8 @@ export class KupButton {
522
522
  "signature": "(descriptions?: boolean) => Promise<GenericObject>",
523
523
  "parameters": [{
524
524
  "tags": [{
525
- "text": "descriptions - When provided and true, the result will be the list of props with their description.",
526
- "name": "param"
525
+ "name": "param",
526
+ "text": "descriptions - When provided and true, the result will be the list of props with their description."
527
527
  }],
528
528
  "text": "- When provided and true, the result will be the list of props with their description."
529
529
  }],
@@ -570,8 +570,8 @@ export class KupButton {
570
570
  "signature": "(props: GenericObject) => Promise<void>",
571
571
  "parameters": [{
572
572
  "tags": [{
573
- "text": "props - Object containing props that will be set to the component.",
574
- "name": "param"
573
+ "name": "param",
574
+ "text": "props - Object containing props that will be set to the component."
575
575
  }],
576
576
  "text": "- Object containing props that will be set to the component."
577
577
  }],
@@ -153,16 +153,19 @@
153
153
  width: 4em;
154
154
  }
155
155
  .f-button--wrapper .button.button--floating:hover, .f-button--wrapper .button.button--floating:focus {
156
- box-shadow: 0 0.35em 0.35em -3px rgba(var(--kup-text-color-rgb), 0.2), 0 0.57em 0.71em 0.07em rgba(var(--kup-text-color-rgb), 0.14), 0 0.21em 1em 0.14em rgba(var(--kup-text-color-rgb), 0.12);
156
+ box-shadow: 0 5px 5px -3px rgba(var(--kup-text-color-rgb), 0.2), 0 8px 10px 1px rgba(var(--kup-text-color-rgb), 0.14), 0 3px 14px 2px rgba(var(--kup-text-color-rgb), 0.12);
157
157
  }
158
158
  .f-button--wrapper .button.button--floating:active {
159
- box-shadow: 0 0.5em 0.57em -4px rgba(var(--kup-text-color-rgb), 0.2), 0 0.85em 1.21em 0.14em rgba(var(--kup-text-color-rgb), 0.14), 0 0.35em 1.57em 0.28em rgba(var(--kup-text-color-rgb), 0.12);
159
+ box-shadow: 0 7px 8px -4px rgba(var(--kup-text-color-rgb), 0.2), 0 12px 17px 2px rgba(var(--kup-text-color-rgb), 0.14), 0 5px 22px 4px rgba(var(--kup-text-color-rgb), 0.12);
160
160
  }
161
161
  .f-button--wrapper .button.button--raised {
162
- box-shadow: 0px 0.1em 0.1em 0 rgba(var(--kup-text-color-rgb), 0.125), 0px 0.2em 1em 0.1em rgba(var(--kup-text-color-rgb), 0.1), 0px 0.25em 1.5em 0.2em rgba(var(--kup-text-color-rgb), 0.075);
162
+ box-shadow: 0 3px 1px -2px rgba(var(--kup-text-color-rgb), 0.2), 0 2px 2px 0 rgba(var(--kup-text-color-rgb), 0.14), 0 1px 5px 0 rgba(var(--kup-text-color-rgb), 0.12);
163
163
  }
164
- .f-button--wrapper .button.button--raised:hover {
165
- box-shadow: 0 0.25em 0.25em 0 rgba(var(--kup-text-color-rgb), 0.125), 0 0.75em 1em 0.1em rgba(var(--kup-text-color-rgb), 0.1), 0 0.25em 1.5em 0.2em rgba(var(--kup-text-color-rgb), 0.075);
164
+ .f-button--wrapper .button.button--raised:focus, .f-button--wrapper .button.button--raised:hover {
165
+ box-shadow: 0 2px 4px -1px rgba(var(--kup-text-color-rgb), 0.2), 0 4px 5px 0 rgba(var(--kup-text-color-rgb), 0.14), 0 1px 10px 0 rgba(var(--kup-text-color-rgb), 0.12);
166
+ }
167
+ .f-button--wrapper .button.button--raised:active {
168
+ box-shadow: 0 5px 5px -3px rgba(var(--kup-text-color-rgb), 0.2), 0 8px 10px 1px rgba(var(--kup-text-color-rgb), 0.14), 0 3px 14px 2px rgba(var(--kup-text-color-rgb), 0.12);
166
169
  }
167
170
  .f-button--wrapper .button.button--outlined {
168
171
  border-width: 1px;
@@ -301,8 +301,8 @@ export class KupButtonList {
301
301
  "optional": false,
302
302
  "docs": {
303
303
  "tags": [{
304
- "text": "0",
305
- "name": "default"
304
+ "name": "default",
305
+ "text": "0"
306
306
  }],
307
307
  "text": "Number of columns."
308
308
  },
@@ -322,11 +322,11 @@ export class KupButtonList {
322
322
  "optional": false,
323
323
  "docs": {
324
324
  "tags": [{
325
- "text": "\"\"",
326
- "name": "default"
325
+ "name": "default",
326
+ "text": "\"\""
327
327
  }, {
328
- "text": "https ://ketchup.smeup.com/ketchup-showcase/#/customization",
329
- "name": "see"
328
+ "name": "see",
329
+ "text": "https://ketchup.smeup.com/ketchup-showcase/#/customization"
330
330
  }],
331
331
  "text": "Custom style of the component."
332
332
  },
@@ -351,8 +351,8 @@ export class KupButtonList {
351
351
  "optional": false,
352
352
  "docs": {
353
353
  "tags": [{
354
- "text": "[]",
355
- "name": "default"
354
+ "name": "default",
355
+ "text": "[]"
356
356
  }],
357
357
  "text": "Props of the sub-components."
358
358
  },
@@ -370,8 +370,8 @@ export class KupButtonList {
370
370
  "optional": false,
371
371
  "docs": {
372
372
  "tags": [{
373
- "text": "false",
374
- "name": "default"
373
+ "name": "default",
374
+ "text": "false"
375
375
  }],
376
376
  "text": "When set to true, the sub-components are disabled."
377
377
  },
@@ -391,8 +391,8 @@ export class KupButtonList {
391
391
  "optional": false,
392
392
  "docs": {
393
393
  "tags": [{
394
- "text": "true",
395
- "name": "default"
394
+ "name": "default",
395
+ "text": "true"
396
396
  }],
397
397
  "text": "When set to true, highlights the selected button with the secondary color of KupTheme."
398
398
  },
@@ -417,8 +417,8 @@ export class KupButtonList {
417
417
  "optional": false,
418
418
  "docs": {
419
419
  "tags": [{
420
- "text": "FButtonStyling.RAISED",
421
- "name": "default"
420
+ "name": "default",
421
+ "text": "FButtonStyling.RAISED"
422
422
  }],
423
423
  "text": "Defines the style of the buttons. Available styles are \"flat\", \"outlined\" and \"raised\" (which is the default)."
424
424
  },
@@ -457,8 +457,8 @@ export class KupButtonList {
457
457
  "signature": "(descriptions?: boolean) => Promise<GenericObject>",
458
458
  "parameters": [{
459
459
  "tags": [{
460
- "text": "descriptions - When provided and true, the result will be the list of props with their description.",
461
- "name": "param"
460
+ "name": "param",
461
+ "text": "descriptions - When provided and true, the result will be the list of props with their description."
462
462
  }],
463
463
  "text": "- When provided and true, the result will be the list of props with their description."
464
464
  }],
@@ -505,8 +505,8 @@ export class KupButtonList {
505
505
  "signature": "(props: GenericObject) => Promise<void>",
506
506
  "parameters": [{
507
507
  "tags": [{
508
- "text": "props - Object containing props that will be set to the component.",
509
- "name": "param"
508
+ "name": "param",
509
+ "text": "props - Object containing props that will be set to the component."
510
510
  }],
511
511
  "text": "- Object containing props that will be set to the component."
512
512
  }],
@@ -157,16 +157,19 @@
157
157
  width: 4em;
158
158
  }
159
159
  .f-button--wrapper .button.button--floating:hover, .f-button--wrapper .button.button--floating:focus {
160
- box-shadow: 0 0.35em 0.35em -3px rgba(var(--kup-text-color-rgb), 0.2), 0 0.57em 0.71em 0.07em rgba(var(--kup-text-color-rgb), 0.14), 0 0.21em 1em 0.14em rgba(var(--kup-text-color-rgb), 0.12);
160
+ box-shadow: 0 5px 5px -3px rgba(var(--kup-text-color-rgb), 0.2), 0 8px 10px 1px rgba(var(--kup-text-color-rgb), 0.14), 0 3px 14px 2px rgba(var(--kup-text-color-rgb), 0.12);
161
161
  }
162
162
  .f-button--wrapper .button.button--floating:active {
163
- box-shadow: 0 0.5em 0.57em -4px rgba(var(--kup-text-color-rgb), 0.2), 0 0.85em 1.21em 0.14em rgba(var(--kup-text-color-rgb), 0.14), 0 0.35em 1.57em 0.28em rgba(var(--kup-text-color-rgb), 0.12);
163
+ box-shadow: 0 7px 8px -4px rgba(var(--kup-text-color-rgb), 0.2), 0 12px 17px 2px rgba(var(--kup-text-color-rgb), 0.14), 0 5px 22px 4px rgba(var(--kup-text-color-rgb), 0.12);
164
164
  }
165
165
  .f-button--wrapper .button.button--raised {
166
- box-shadow: 0px 0.1em 0.1em 0 rgba(var(--kup-text-color-rgb), 0.125), 0px 0.2em 1em 0.1em rgba(var(--kup-text-color-rgb), 0.1), 0px 0.25em 1.5em 0.2em rgba(var(--kup-text-color-rgb), 0.075);
166
+ box-shadow: 0 3px 1px -2px rgba(var(--kup-text-color-rgb), 0.2), 0 2px 2px 0 rgba(var(--kup-text-color-rgb), 0.14), 0 1px 5px 0 rgba(var(--kup-text-color-rgb), 0.12);
167
167
  }
168
- .f-button--wrapper .button.button--raised:hover {
169
- box-shadow: 0 0.25em 0.25em 0 rgba(var(--kup-text-color-rgb), 0.125), 0 0.75em 1em 0.1em rgba(var(--kup-text-color-rgb), 0.1), 0 0.25em 1.5em 0.2em rgba(var(--kup-text-color-rgb), 0.075);
168
+ .f-button--wrapper .button.button--raised:focus, .f-button--wrapper .button.button--raised:hover {
169
+ box-shadow: 0 2px 4px -1px rgba(var(--kup-text-color-rgb), 0.2), 0 4px 5px 0 rgba(var(--kup-text-color-rgb), 0.14), 0 1px 10px 0 rgba(var(--kup-text-color-rgb), 0.12);
170
+ }
171
+ .f-button--wrapper .button.button--raised:active {
172
+ box-shadow: 0 5px 5px -3px rgba(var(--kup-text-color-rgb), 0.2), 0 8px 10px 1px rgba(var(--kup-text-color-rgb), 0.14), 0 3px 14px 2px rgba(var(--kup-text-color-rgb), 0.12);
170
173
  }
171
174
  .f-button--wrapper .button.button--outlined {
172
175
  border-width: 1px;
@@ -387,7 +390,6 @@
387
390
  border-width: 0;
388
391
  outline: none;
389
392
  cursor: pointer;
390
- will-change: transform, opacity;
391
393
  margin: var(--kup_chip_margin);
392
394
  }
393
395
  .f-chip--wrapper .chip-set .chip .chip__icon--leading {
@@ -409,11 +409,11 @@ export class KupCalendar {
409
409
  "optional": false,
410
410
  "docs": {
411
411
  "tags": [{
412
- "text": "\"\"",
413
- "name": "default"
412
+ "name": "default",
413
+ "text": "\"\""
414
414
  }, {
415
- "text": "https ://ketchup.smeup.com/ketchup-showcase/#/customization",
416
- "name": "see"
415
+ "name": "see",
416
+ "text": "https://ketchup.smeup.com/ketchup-showcase/#/customization"
417
417
  }],
418
418
  "text": "Custom style of the component."
419
419
  },
@@ -438,8 +438,8 @@ export class KupCalendar {
438
438
  "optional": false,
439
439
  "docs": {
440
440
  "tags": [{
441
- "text": "null",
442
- "name": "default"
441
+ "name": "default",
442
+ "text": "null"
443
443
  }],
444
444
  "text": "Actual data of the calendar."
445
445
  },
@@ -457,8 +457,8 @@ export class KupCalendar {
457
457
  "optional": false,
458
458
  "docs": {
459
459
  "tags": [{
460
- "text": "null",
461
- "name": "default"
460
+ "name": "default",
461
+ "text": "null"
462
462
  }],
463
463
  "text": "Column containing events' dates."
464
464
  },
@@ -478,8 +478,8 @@ export class KupCalendar {
478
478
  "optional": false,
479
479
  "docs": {
480
480
  "tags": [{
481
- "text": "null",
482
- "name": "default"
481
+ "name": "default",
482
+ "text": "null"
483
483
  }],
484
484
  "text": "Column containing events' descriptions."
485
485
  },
@@ -499,8 +499,8 @@ export class KupCalendar {
499
499
  "optional": false,
500
500
  "docs": {
501
501
  "tags": [{
502
- "text": "null",
503
- "name": "default"
502
+ "name": "default",
503
+ "text": "null"
504
504
  }],
505
505
  "text": "Column containing events' ending time."
506
506
  },
@@ -520,8 +520,8 @@ export class KupCalendar {
520
520
  "optional": false,
521
521
  "docs": {
522
522
  "tags": [{
523
- "text": "false",
524
- "name": "default"
523
+ "name": "default",
524
+ "text": "false"
525
525
  }],
526
526
  "text": "When disabled, the navigation toolbar won't be displayed."
527
527
  },
@@ -541,8 +541,8 @@ export class KupCalendar {
541
541
  "optional": false,
542
542
  "docs": {
543
543
  "tags": [{
544
- "text": "null",
545
- "name": "default"
544
+ "name": "default",
545
+ "text": "null"
546
546
  }],
547
547
  "text": "Column containing events' icons. There can be multiple icons, divided by \";\"."
548
548
  },
@@ -562,8 +562,8 @@ export class KupCalendar {
562
562
  "optional": false,
563
563
  "docs": {
564
564
  "tags": [{
565
- "text": "null",
566
- "name": "default"
565
+ "name": "default",
566
+ "text": "null"
567
567
  }],
568
568
  "text": "Column containing events' images. There can be multiple images, divided by \";\"."
569
569
  },
@@ -583,8 +583,8 @@ export class KupCalendar {
583
583
  "optional": false,
584
584
  "docs": {
585
585
  "tags": [{
586
- "text": "null",
587
- "name": "default"
586
+ "name": "default",
587
+ "text": "null"
588
588
  }],
589
589
  "text": "Sets the initial date of the calendar. Must be in ISO format (YYYY-MM-DD)."
590
590
  },
@@ -604,8 +604,8 @@ export class KupCalendar {
604
604
  "optional": false,
605
605
  "docs": {
606
606
  "tags": [{
607
- "text": "null",
608
- "name": "default"
607
+ "name": "default",
608
+ "text": "null"
609
609
  }],
610
610
  "text": "Column containing events' starting time."
611
611
  },
@@ -625,8 +625,8 @@ export class KupCalendar {
625
625
  "optional": false,
626
626
  "docs": {
627
627
  "tags": [{
628
- "text": "null",
629
- "name": "default"
628
+ "name": "default",
629
+ "text": "null"
630
630
  }],
631
631
  "text": "Column containing events' CSS styles."
632
632
  },
@@ -651,8 +651,8 @@ export class KupCalendar {
651
651
  "optional": false,
652
652
  "docs": {
653
653
  "tags": [{
654
- "text": "KupCalendarViewTypes.MONTH",
655
- "name": "default"
654
+ "name": "default",
655
+ "text": "KupCalendarViewTypes.MONTH"
656
656
  }],
657
657
  "text": "Type of the view."
658
658
  },
@@ -748,8 +748,8 @@ export class KupCalendar {
748
748
  "signature": "(descriptions?: boolean) => Promise<GenericObject>",
749
749
  "parameters": [{
750
750
  "tags": [{
751
- "text": "descriptions - When provided and true, the result will be the list of props with their description.",
752
- "name": "param"
751
+ "name": "param",
752
+ "text": "descriptions - When provided and true, the result will be the list of props with their description."
753
753
  }],
754
754
  "text": "- When provided and true, the result will be the list of props with their description."
755
755
  }],
@@ -812,8 +812,8 @@ export class KupCalendar {
812
812
  "signature": "(props: GenericObject) => Promise<void>",
813
813
  "parameters": [{
814
814
  "tags": [{
815
- "text": "props - Object containing props that will be set to the component.",
816
- "name": "param"
815
+ "name": "param",
816
+ "text": "props - Object containing props that will be set to the component."
817
817
  }],
818
818
  "text": "- Object containing props that will be set to the component."
819
819
  }],
@@ -2,6 +2,7 @@ import { h } from '@stencil/core';
2
2
  import { FImage } from '../../f-components/f-image/f-image';
3
3
  import { KupCardCSSClasses, KupCardIds, KupCardSubEvents, } from './kup-card-declarations';
4
4
  import { KupColumnMenuIds } from '../../utils/kup-column-menu/kup-column-menu-declarations';
5
+ import { KupThemeColorValues } from '../../utils/kup-theme/kup-theme-declarations';
5
6
  /**
6
7
  * This function returns a list of components.
7
8
  * @param {GenericObject[]} compArray - Components' props.
@@ -57,7 +58,7 @@ export function compList(compArray, compType) {
57
58
  export function dialogHeader(title) {
58
59
  return (h("div", { id: KupCardIds.DRAG_HANDLE, class: KupCardCSSClasses.HEADER_BAR },
59
60
  title ? (h("div", { class: KupCardCSSClasses.DIALOG_TITLE }, title)) : null,
60
- h(FImage, { sizeX: "1.25em", sizeY: "2em", resource: "clear", id: KupCardIds.DIALOG_CLOSE })));
61
+ h(FImage, { color: `var(${KupThemeColorValues.TITLE})`, sizeX: "1.25em", sizeY: "2em", resource: "clear", id: KupCardIds.DIALOG_CLOSE })));
61
62
  }
62
63
  /**
63
64
  * Creates the bar used to expand/collapse the card.
@@ -340,6 +340,7 @@
340
340
  height: 100%;
341
341
  padding: 0.5em;
342
342
  overflow: auto;
343
+ touch-action: none;
343
344
  }
344
345
  .dialog-layout-1 .section-1 .text {
345
346
  min-width: max-content;
@@ -358,6 +359,7 @@
358
359
  }
359
360
  .dialog-layout-2 .section-1 {
360
361
  text-align: center;
362
+ touch-action: none;
361
363
  padding-bottom: 1em;
362
364
  }
363
365
  .dialog-layout-2 .section-1 .text {
@@ -375,6 +377,7 @@
375
377
  height: 100%;
376
378
  padding: 0.5em;
377
379
  overflow: auto;
380
+ touch-action: none;
378
381
  }
379
382
  .dialog-layout-2 .section-2 .text {
380
383
  min-width: max-content;
@@ -389,7 +392,7 @@
389
392
  box-sizing: border-box;
390
393
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
391
394
  display: flex;
392
- overflow: auto;
395
+ overflow: visible;
393
396
  flex-direction: column;
394
397
  height: 100%;
395
398
  position: relative;
@@ -408,6 +411,7 @@
408
411
  height: 52px;
409
412
  width: 100%;
410
413
  text-align: right;
414
+ touch-action: none;
411
415
  }
412
416
  .dialog-layout-3 .section-1 kup-button {
413
417
  margin-right: 0.25em;
@@ -441,6 +445,8 @@
441
445
  .dialog-layout-4 .section-2 {
442
446
  height: 100%;
443
447
  overflow: auto;
448
+ padding: 0.25em;
449
+ touch-action: none;
444
450
  }
445
451
 
446
452
  .dialog-layout-5 {
@@ -460,6 +466,17 @@
460
466
  overflow: auto;
461
467
  }
462
468
 
469
+ #drag-handle {
470
+ -ms-touch-action: none;
471
+ touch-action: none;
472
+ }
473
+ #drag-handle:not(.header-bar) {
474
+ display: flex;
475
+ height: 100%;
476
+ }
477
+ #drag-handle:not(.header-bar) .f-image--wrapper {
478
+ margin: auto;
479
+ }
463
480
  #drag-handle.header-bar {
464
481
  background-color: var(--kup-title-background-color);
465
482
  color: var(--kup-title-color);
@@ -1547,6 +1564,7 @@
1547
1564
  margin-bottom: 0.5em;
1548
1565
  }
1549
1566
  .standard-layout-12 .section-3 {
1567
+ backface-visibility: hidden;
1550
1568
  display: flex;
1551
1569
  flex-direction: column;
1552
1570
  max-height: 20vh;
@@ -1659,6 +1677,7 @@
1659
1677
  margin: 0;
1660
1678
  }
1661
1679
  .standard-layout-14 .sub-checkbox {
1680
+ backface-visibility: hidden;
1662
1681
  display: flex;
1663
1682
  flex-direction: column;
1664
1683
  max-height: 20vh;