@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
@@ -216,8 +216,8 @@ export class KupCard {
216
216
  const card = this.rootElement;
217
217
  const dragHandle = root.querySelector('#' + KupCardIds.DRAG_HANDLE);
218
218
  const unresizable = !!root.querySelector('.' + KupCardCSSClasses.DIALOG_UNRESIZABLE);
219
- if (!this.kupManager.dialog.isRegistered(card)) {
220
- this.kupManager.dialog.register(card, dragHandle ? dragHandle : null, unresizable);
219
+ if (!this.kupManager.interact.isRegistered(card)) {
220
+ this.kupManager.interact.dialogify(card, dragHandle ? dragHandle : null, unresizable);
221
221
  }
222
222
  }
223
223
  }
@@ -390,10 +390,10 @@ export class KupCard {
390
390
  h("div", { id: componentWrapperId, onClick: () => this.onKupClick(null) }, this.getLayout())));
391
391
  }
392
392
  disconnectedCallback() {
393
+ this.kupManager.interact.unregister([this.rootElement]);
393
394
  this.kupManager.language.unregister(this);
394
- this.kupManager.theme.unregister(this);
395
- this.kupManager.dialog.unregister([this.rootElement]);
396
395
  this.kupManager.resize.unobserve(this.rootElement);
396
+ this.kupManager.theme.unregister(this);
397
397
  }
398
398
  static get is() { return "kup-card"; }
399
399
  static get encapsulation() { return "shadow"; }
@@ -416,11 +416,11 @@ export class KupCard {
416
416
  "optional": false,
417
417
  "docs": {
418
418
  "tags": [{
419
- "text": "\"\"",
420
- "name": "default"
419
+ "name": "default",
420
+ "text": "\"\""
421
421
  }, {
422
- "text": "https ://ketchup.smeup.com/ketchup-showcase/#/customization",
423
- "name": "see"
422
+ "name": "see",
423
+ "text": "https://ketchup.smeup.com/ketchup-showcase/#/customization"
424
424
  }],
425
425
  "text": "Custom style of the component."
426
426
  },
@@ -445,8 +445,8 @@ export class KupCard {
445
445
  "optional": false,
446
446
  "docs": {
447
447
  "tags": [{
448
- "text": "null",
449
- "name": "default"
448
+ "name": "default",
449
+ "text": "null"
450
450
  }],
451
451
  "text": "The actual data of the card."
452
452
  },
@@ -464,8 +464,8 @@ export class KupCard {
464
464
  "optional": false,
465
465
  "docs": {
466
466
  "tags": [{
467
- "text": "false",
468
- "name": "default"
467
+ "name": "default",
468
+ "text": "false"
469
469
  }],
470
470
  "text": "Defines whether the card is a menu or not.\nWorks together with menuVisible."
471
471
  },
@@ -490,8 +490,8 @@ export class KupCard {
490
490
  "optional": false,
491
491
  "docs": {
492
492
  "tags": [{
493
- "text": "KupCardFamily.STANDARD",
494
- "name": "default"
493
+ "name": "default",
494
+ "text": "KupCardFamily.STANDARD"
495
495
  }],
496
496
  "text": "Sets the type of the card."
497
497
  },
@@ -511,8 +511,8 @@ export class KupCard {
511
511
  "optional": false,
512
512
  "docs": {
513
513
  "tags": [{
514
- "text": "1",
515
- "name": "default"
514
+ "name": "default",
515
+ "text": "1"
516
516
  }],
517
517
  "text": "Sets the number of the layout."
518
518
  },
@@ -532,8 +532,8 @@ export class KupCard {
532
532
  "optional": false,
533
533
  "docs": {
534
534
  "tags": [{
535
- "text": "false",
536
- "name": "default"
535
+ "name": "default",
536
+ "text": "false"
537
537
  }],
538
538
  "text": "Sets the status of the card as menu, when false it's hidden otherwise it's visible.\nWorks together with isMenu."
539
539
  },
@@ -553,8 +553,8 @@ export class KupCard {
553
553
  "optional": false,
554
554
  "docs": {
555
555
  "tags": [{
556
- "text": "\"100%\"",
557
- "name": "default"
556
+ "name": "default",
557
+ "text": "\"100%\""
558
558
  }],
559
559
  "text": "The width of the card, defaults to 100%. Accepts any valid CSS format (px, %, vw, etc.)."
560
560
  },
@@ -574,8 +574,8 @@ export class KupCard {
574
574
  "optional": false,
575
575
  "docs": {
576
576
  "tags": [{
577
- "text": "\"100%\"",
578
- "name": "default"
577
+ "name": "default",
578
+ "text": "\"100%\""
579
579
  }],
580
580
  "text": "The height of the card, defaults to 100%. Accepts any valid CSS format (px, %, vh, etc.)."
581
581
  },
@@ -631,8 +631,8 @@ export class KupCard {
631
631
  "signature": "(descriptions?: boolean) => Promise<GenericObject>",
632
632
  "parameters": [{
633
633
  "tags": [{
634
- "text": "descriptions - When provided and true, the result will be the list of props with their description.",
635
- "name": "param"
634
+ "name": "param",
635
+ "text": "descriptions - When provided and true, the result will be the list of props with their description."
636
636
  }],
637
637
  "text": "- When provided and true, the result will be the list of props with their description."
638
638
  }],
@@ -695,8 +695,8 @@ export class KupCard {
695
695
  "signature": "(props: GenericObject) => Promise<void>",
696
696
  "parameters": [{
697
697
  "tags": [{
698
- "text": "props - Object containing props that will be set to the component.",
699
- "name": "param"
698
+ "name": "param",
699
+ "text": "props - Object containing props that will be set to the component."
700
700
  }],
701
701
  "text": "- Object containing props that will be set to the component."
702
702
  }],
@@ -539,8 +539,8 @@ export class KupChart {
539
539
  "optional": false,
540
540
  "docs": {
541
541
  "tags": [{
542
- "text": "undefined",
543
- "name": "default"
542
+ "name": "default",
543
+ "text": "undefined"
544
544
  }],
545
545
  "text": "Sets the chart to a 2D or 3D aspect. 3D only works for Pie graphs."
546
546
  },
@@ -559,8 +559,8 @@ export class KupChart {
559
559
  "optional": false,
560
560
  "docs": {
561
561
  "tags": [{
562
- "text": "undefined",
563
- "name": "default"
562
+ "name": "default",
563
+ "text": "undefined"
564
564
  }],
565
565
  "text": "Sets the axis of the chart."
566
566
  },
@@ -584,8 +584,8 @@ export class KupChart {
584
584
  "optional": false,
585
585
  "docs": {
586
586
  "tags": [{
587
- "text": "undefined",
588
- "name": "default"
587
+ "name": "default",
588
+ "text": "undefined"
589
589
  }],
590
590
  "text": "Title of the graph."
591
591
  }
@@ -602,8 +602,8 @@ export class KupChart {
602
602
  "optional": false,
603
603
  "docs": {
604
604
  "tags": [{
605
- "text": "[]",
606
- "name": "default"
605
+ "name": "default",
606
+ "text": "[]"
607
607
  }],
608
608
  "text": "Colors of the chart."
609
609
  },
@@ -621,11 +621,11 @@ export class KupChart {
621
621
  "optional": false,
622
622
  "docs": {
623
623
  "tags": [{
624
- "text": "\"\"",
625
- "name": "default"
624
+ "name": "default",
625
+ "text": "\"\""
626
626
  }, {
627
- "text": "https ://ketchup.smeup.com/ketchup-showcase/#/customization",
628
- "name": "see"
627
+ "name": "see",
628
+ "text": "https://ketchup.smeup.com/ketchup-showcase/#/customization"
629
629
  }],
630
630
  "text": "Custom style of the component."
631
631
  },
@@ -650,8 +650,8 @@ export class KupChart {
650
650
  "optional": false,
651
651
  "docs": {
652
652
  "tags": [{
653
- "text": "undefined",
654
- "name": "default"
653
+ "name": "default",
654
+ "text": "undefined"
655
655
  }],
656
656
  "text": "The actual data of the chart."
657
657
  }
@@ -673,8 +673,8 @@ export class KupChart {
673
673
  "optional": false,
674
674
  "docs": {
675
675
  "tags": [{
676
- "text": "undefined",
677
- "name": "default"
676
+ "name": "default",
677
+ "text": "undefined"
678
678
  }],
679
679
  "text": "Customize the hAxis."
680
680
  }
@@ -711,8 +711,8 @@ export class KupChart {
711
711
  "optional": false,
712
712
  "docs": {
713
713
  "tags": [{
714
- "text": "\"right\"",
715
- "name": "default"
714
+ "name": "default",
715
+ "text": "\"right\""
716
716
  }],
717
717
  "text": "Sets the position of the legend. Supported values: bottom, labeled, left, none, right, top. Keep in mind that legend types are tied to chart types, some combinations might not work."
718
718
  },
@@ -737,8 +737,8 @@ export class KupChart {
737
737
  "optional": false,
738
738
  "docs": {
739
739
  "tags": [{
740
- "text": "undefined",
741
- "name": "default"
740
+ "name": "default",
741
+ "text": "undefined"
742
742
  }],
743
743
  "text": "Renders charts without the Google API and using jQuery Sparkline."
744
744
  },
@@ -761,8 +761,8 @@ export class KupChart {
761
761
  "optional": false,
762
762
  "docs": {
763
763
  "tags": [{
764
- "text": "undefined",
765
- "name": "default"
764
+ "name": "default",
765
+ "text": "undefined"
766
766
  }],
767
767
  "text": "The data series to be displayed. They must be of the same type."
768
768
  }
@@ -779,8 +779,8 @@ export class KupChart {
779
779
  "optional": false,
780
780
  "docs": {
781
781
  "tags": [{
782
- "text": "false",
783
- "name": "default"
782
+ "name": "default",
783
+ "text": "false"
784
784
  }],
785
785
  "text": "Displays the numerical values."
786
786
  },
@@ -800,8 +800,8 @@ export class KupChart {
800
800
  "optional": false,
801
801
  "docs": {
802
802
  "tags": [{
803
- "text": "\"100%\"",
804
- "name": "default"
803
+ "name": "default",
804
+ "text": "\"100%\""
805
805
  }],
806
806
  "text": "The width of the chart, defaults to 100%. Accepts any valid CSS format (px, %, vw, etc.)."
807
807
  },
@@ -821,8 +821,8 @@ export class KupChart {
821
821
  "optional": false,
822
822
  "docs": {
823
823
  "tags": [{
824
- "text": "\"100%\"",
825
- "name": "default"
824
+ "name": "default",
825
+ "text": "\"100%\""
826
826
  }],
827
827
  "text": "The height of the chart, defaults to 100%. Accepts any valid CSS format (px, %, vh, etc.)."
828
828
  },
@@ -847,8 +847,8 @@ export class KupChart {
847
847
  "optional": false,
848
848
  "docs": {
849
849
  "tags": [{
850
- "text": "null",
851
- "name": "default"
850
+ "name": "default",
851
+ "text": "null"
852
852
  }],
853
853
  "text": "Used to sort series."
854
854
  },
@@ -889,8 +889,8 @@ export class KupChart {
889
889
  "optional": false,
890
890
  "docs": {
891
891
  "tags": [{
892
- "text": "[ChartType.Hbar]",
893
- "name": "default"
892
+ "name": "default",
893
+ "text": "[ChartType.Hbar]"
894
894
  }],
895
895
  "text": "The type of the chart. Supported formats: Area, Bubble, Cal, Candlestick, Combo, Geo, Hbar, Line, Ohlc, Pie, Sankey, Scatter, Unk, Vbar."
896
896
  },
@@ -933,8 +933,8 @@ export class KupChart {
933
933
  "optional": false,
934
934
  "docs": {
935
935
  "tags": [{
936
- "text": "undefined",
937
- "name": "default"
936
+ "name": "default",
937
+ "text": "undefined"
938
938
  }],
939
939
  "text": "Customize the vAxis."
940
940
  }
@@ -971,8 +971,8 @@ export class KupChart {
971
971
  "optional": false,
972
972
  "docs": {
973
973
  "tags": [{
974
- "text": "\"45.2\"",
975
- "name": "default"
974
+ "name": "default",
975
+ "text": "\"45.2\""
976
976
  }],
977
977
  "text": "Google chart version to load"
978
978
  },
@@ -1008,8 +1008,8 @@ export class KupChart {
1008
1008
  "signature": "(descriptions?: boolean) => Promise<GenericObject>",
1009
1009
  "parameters": [{
1010
1010
  "tags": [{
1011
- "text": "descriptions - When provided and true, the result will be the list of props with their description.",
1012
- "name": "param"
1011
+ "name": "param",
1012
+ "text": "descriptions - When provided and true, the result will be the list of props with their description."
1013
1013
  }],
1014
1014
  "text": "- When provided and true, the result will be the list of props with their description."
1015
1015
  }],
@@ -1072,8 +1072,8 @@ export class KupChart {
1072
1072
  "signature": "(props: GenericObject) => Promise<void>",
1073
1073
  "parameters": [{
1074
1074
  "tags": [{
1075
- "text": "props - Object containing props that will be set to the component.",
1076
- "name": "param"
1075
+ "name": "param",
1076
+ "text": "props - Object containing props that will be set to the component."
1077
1077
  }],
1078
1078
  "text": "- Object containing props that will be set to the component."
1079
1079
  }],
@@ -195,8 +195,8 @@ export class KupCheckbox {
195
195
  "optional": false,
196
196
  "docs": {
197
197
  "tags": [{
198
- "text": "false",
199
- "name": "default"
198
+ "name": "default",
199
+ "text": "false"
200
200
  }],
201
201
  "text": "Defaults at false. When set to true, the component will be set to 'checked'."
202
202
  },
@@ -216,11 +216,11 @@ export class KupCheckbox {
216
216
  "optional": false,
217
217
  "docs": {
218
218
  "tags": [{
219
- "text": "\"\"",
220
- "name": "default"
219
+ "name": "default",
220
+ "text": "\"\""
221
221
  }, {
222
- "text": "https ://ketchup.smeup.com/ketchup-showcase/#/customization",
223
- "name": "see"
222
+ "name": "see",
223
+ "text": "https://ketchup.smeup.com/ketchup-showcase/#/customization"
224
224
  }],
225
225
  "text": "Custom style of the component."
226
226
  },
@@ -240,8 +240,8 @@ export class KupCheckbox {
240
240
  "optional": false,
241
241
  "docs": {
242
242
  "tags": [{
243
- "text": "false",
244
- "name": "default"
243
+ "name": "default",
244
+ "text": "false"
245
245
  }],
246
246
  "text": "When set to true, the component is disabled."
247
247
  },
@@ -261,8 +261,8 @@ export class KupCheckbox {
261
261
  "optional": false,
262
262
  "docs": {
263
263
  "tags": [{
264
- "text": "false",
265
- "name": "default"
264
+ "name": "default",
265
+ "text": "false"
266
266
  }],
267
267
  "text": "When set to true, the component will be set to 'indeterminate'."
268
268
  },
@@ -282,8 +282,8 @@ export class KupCheckbox {
282
282
  "optional": false,
283
283
  "docs": {
284
284
  "tags": [{
285
- "text": "null",
286
- "name": "default"
285
+ "name": "default",
286
+ "text": "null"
287
287
  }],
288
288
  "text": "When specified, its content will be shown as a label."
289
289
  },
@@ -303,8 +303,8 @@ export class KupCheckbox {
303
303
  "optional": false,
304
304
  "docs": {
305
305
  "tags": [{
306
- "text": "false",
307
- "name": "default"
306
+ "name": "default",
307
+ "text": "false"
308
308
  }],
309
309
  "text": "When set to true, the label will be on the left of the component."
310
310
  },
@@ -383,8 +383,8 @@ export class KupCheckbox {
383
383
  "signature": "(descriptions?: boolean) => Promise<GenericObject>",
384
384
  "parameters": [{
385
385
  "tags": [{
386
- "text": "descriptions - When provided and true, the result will be the list of props with their description.",
387
- "name": "param"
386
+ "name": "param",
387
+ "text": "descriptions - When provided and true, the result will be the list of props with their description."
388
388
  }],
389
389
  "text": "- When provided and true, the result will be the list of props with their description."
390
390
  }],
@@ -431,8 +431,8 @@ export class KupCheckbox {
431
431
  "signature": "(props: GenericObject) => Promise<void>",
432
432
  "parameters": [{
433
433
  "tags": [{
434
- "text": "props - Object containing props that will be set to the component.",
435
- "name": "param"
434
+ "name": "param",
435
+ "text": "props - Object containing props that will be set to the component."
436
436
  }],
437
437
  "text": "- Object containing props that will be set to the component."
438
438
  }],
@@ -83,7 +83,6 @@
83
83
  border-width: 0;
84
84
  outline: none;
85
85
  cursor: pointer;
86
- will-change: transform, opacity;
87
86
  margin: var(--kup_chip_margin);
88
87
  }
89
88
  .f-chip--wrapper .chip-set .chip .chip__icon--leading {
@@ -237,11 +237,11 @@ export class KupChip {
237
237
  "optional": false,
238
238
  "docs": {
239
239
  "tags": [{
240
- "text": "\"\"",
241
- "name": "default"
240
+ "name": "default",
241
+ "text": "\"\""
242
242
  }, {
243
- "text": "https ://ketchup.smeup.com/ketchup-showcase/#/customization",
244
- "name": "see"
243
+ "name": "see",
244
+ "text": "https://ketchup.smeup.com/ketchup-showcase/#/customization"
245
245
  }],
246
246
  "text": "Custom style of the component."
247
247
  },
@@ -266,8 +266,8 @@ export class KupChip {
266
266
  "optional": false,
267
267
  "docs": {
268
268
  "tags": [{
269
- "text": "[]",
270
- "name": "default"
269
+ "name": "default",
270
+ "text": "[]"
271
271
  }],
272
272
  "text": "List of elements."
273
273
  },
@@ -290,8 +290,8 @@ export class KupChip {
290
290
  "optional": false,
291
291
  "docs": {
292
292
  "tags": [{
293
- "text": "[]",
294
- "name": "default"
293
+ "name": "default",
294
+ "text": "[]"
295
295
  }],
296
296
  "text": "List of elements."
297
297
  },
@@ -314,8 +314,8 @@ export class KupChip {
314
314
  "optional": false,
315
315
  "docs": {
316
316
  "tags": [{
317
- "text": "FChipType.STANDARD",
318
- "name": "default"
317
+ "name": "default",
318
+ "text": "FChipType.STANDARD"
319
319
  }],
320
320
  "text": "The type of chip. Available types: input, filter, choice or empty for default."
321
321
  },
@@ -411,8 +411,8 @@ export class KupChip {
411
411
  "signature": "(descriptions?: boolean) => Promise<GenericObject>",
412
412
  "parameters": [{
413
413
  "tags": [{
414
- "text": "descriptions - When provided and true, the result will be the list of props with their description.",
415
- "name": "param"
414
+ "name": "param",
415
+ "text": "descriptions - When provided and true, the result will be the list of props with their description."
416
416
  }],
417
417
  "text": "- When provided and true, the result will be the list of props with their description."
418
418
  }],
@@ -459,8 +459,8 @@ export class KupChip {
459
459
  "signature": "(props: GenericObject) => Promise<void>",
460
460
  "parameters": [{
461
461
  "tags": [{
462
- "text": "props - Object containing props that will be set to the component.",
463
- "name": "param"
462
+ "name": "param",
463
+ "text": "props - Object containing props that will be set to the component."
464
464
  }],
465
465
  "text": "- Object containing props that will be set to the component."
466
466
  }],
@@ -2645,20 +2645,19 @@
2645
2645
  background: currentColor;
2646
2646
  }
2647
2647
 
2648
- .picker_wrapper.popup[kup-dynamic-position]:not(.kup-dynamic-position-active) {
2649
- display: none;
2650
- }
2651
-
2652
2648
  .picker_done,
2653
2649
  .picker_arrow {
2654
2650
  display: none;
2655
2651
  }
2656
2652
 
2657
2653
  .layout_default.picker_wrapper {
2658
- top: unset;
2659
- left: unset;
2660
2654
  bottom: unset;
2655
+ font-size: var(--kup-font-size);
2656
+ left: unset;
2657
+ padding: 0.25em;
2661
2658
  right: unset;
2659
+ top: unset;
2660
+ width: var(--kup_colorpicker_picker_width, 25em);
2662
2661
  }
2663
2662
 
2664
2663
  .layout_default .picker_editor input {
@@ -2668,9 +2667,7 @@
2668
2667
  font-size: var(--kup-font-size);
2669
2668
  }
2670
2669
 
2671
- .picker_wrapper.popup,
2672
- .picker_wrapper.popup .picker_arrow::before,
2673
- .picker_wrapper.popup .picker_arrow::after {
2670
+ .picker_wrapper.popup {
2674
2671
  box-shadow: var(--kup-box-shadow);
2675
2672
  margin: 0;
2676
2673
  outline: none;