@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
@@ -357,11 +357,11 @@ export class KupTextField {
357
357
  "optional": false,
358
358
  "docs": {
359
359
  "tags": [{
360
- "text": "\"\"",
361
- "name": "default"
360
+ "name": "default",
361
+ "text": "\"\""
362
362
  }, {
363
- "text": "https ://ketchup.smeup.com/ketchup-showcase/#/customization",
364
- "name": "see"
363
+ "name": "see",
364
+ "text": "https://ketchup.smeup.com/ketchup-showcase/#/customization"
365
365
  }],
366
366
  "text": "Custom style of the component."
367
367
  },
@@ -381,8 +381,8 @@ export class KupTextField {
381
381
  "optional": false,
382
382
  "docs": {
383
383
  "tags": [{
384
- "text": "false",
385
- "name": "default"
384
+ "name": "default",
385
+ "text": "false"
386
386
  }],
387
387
  "text": "When set to true, the component is disabled."
388
388
  },
@@ -402,8 +402,8 @@ export class KupTextField {
402
402
  "optional": false,
403
403
  "docs": {
404
404
  "tags": [{
405
- "text": "true",
406
- "name": "default"
405
+ "name": "default",
406
+ "text": "true"
407
407
  }],
408
408
  "text": "When the text field is part of the autocomplete component and the list is opened, enter key selects the item and doesn't submit."
409
409
  },
@@ -423,8 +423,8 @@ export class KupTextField {
423
423
  "optional": false,
424
424
  "docs": {
425
425
  "tags": [{
426
- "text": "false",
427
- "name": "default"
426
+ "name": "default",
427
+ "text": "false"
428
428
  }],
429
429
  "text": "When set to true, the component will be rendered at full width."
430
430
  },
@@ -444,8 +444,8 @@ export class KupTextField {
444
444
  "optional": false,
445
445
  "docs": {
446
446
  "tags": [{
447
- "text": "null",
448
- "name": "default"
447
+ "name": "default",
448
+ "text": "null"
449
449
  }],
450
450
  "text": "When set, its content will be shown as a help text below the field."
451
451
  },
@@ -465,8 +465,8 @@ export class KupTextField {
465
465
  "optional": false,
466
466
  "docs": {
467
467
  "tags": [{
468
- "text": "false",
469
- "name": "default"
468
+ "name": "default",
469
+ "text": "false"
470
470
  }],
471
471
  "text": "When set, the helper will be shown only when the field is focused."
472
472
  },
@@ -486,8 +486,8 @@ export class KupTextField {
486
486
  "optional": false,
487
487
  "docs": {
488
488
  "tags": [{
489
- "text": "null",
490
- "name": "default"
489
+ "name": "default",
490
+ "text": "null"
491
491
  }],
492
492
  "text": "When set, the text-field will show this icon."
493
493
  },
@@ -507,8 +507,8 @@ export class KupTextField {
507
507
  "optional": false,
508
508
  "docs": {
509
509
  "tags": [{
510
- "text": "\"\"",
511
- "name": "default"
510
+ "name": "default",
511
+ "text": "\"\""
512
512
  }],
513
513
  "text": "Sets the initial value of the component"
514
514
  },
@@ -528,8 +528,8 @@ export class KupTextField {
528
528
  "optional": false,
529
529
  "docs": {
530
530
  "tags": [{
531
- "text": "\"text\"",
532
- "name": "default"
531
+ "name": "default",
532
+ "text": "\"text\""
533
533
  }],
534
534
  "text": "The HTML type of the input element. It has no effect on text areas."
535
535
  },
@@ -549,8 +549,8 @@ export class KupTextField {
549
549
  "optional": false,
550
550
  "docs": {
551
551
  "tags": [{
552
- "text": "false",
553
- "name": "default"
552
+ "name": "default",
553
+ "text": "false"
554
554
  }],
555
555
  "text": "Enables a clear trailing icon."
556
556
  },
@@ -570,8 +570,8 @@ export class KupTextField {
570
570
  "optional": false,
571
571
  "docs": {
572
572
  "tags": [{
573
- "text": "null",
574
- "name": "default"
573
+ "name": "default",
574
+ "text": "null"
575
575
  }],
576
576
  "text": "When set, its content will be shown as a label."
577
577
  },
@@ -591,8 +591,8 @@ export class KupTextField {
591
591
  "optional": false,
592
592
  "docs": {
593
593
  "tags": [{
594
- "text": "false",
595
- "name": "default"
594
+ "name": "default",
595
+ "text": "false"
596
596
  }],
597
597
  "text": "When set to true, the label will be on the left of the component."
598
598
  },
@@ -612,8 +612,8 @@ export class KupTextField {
612
612
  "optional": false,
613
613
  "docs": {
614
614
  "tags": [{
615
- "text": "null",
616
- "name": "default"
615
+ "name": "default",
616
+ "text": "null"
617
617
  }],
618
618
  "text": "The HTML max attribute specifies the maximum value for the input element.\nWorks with the following input types: number, range, date, datetime-local, month, time and week."
619
619
  },
@@ -633,8 +633,8 @@ export class KupTextField {
633
633
  "optional": false,
634
634
  "docs": {
635
635
  "tags": [{
636
- "text": "null",
637
- "name": "default"
636
+ "name": "default",
637
+ "text": "null"
638
638
  }],
639
639
  "text": "When set, the helper will display a character counter."
640
640
  },
@@ -654,8 +654,8 @@ export class KupTextField {
654
654
  "optional": false,
655
655
  "docs": {
656
656
  "tags": [{
657
- "text": "null",
658
- "name": "default"
657
+ "name": "default",
658
+ "text": "null"
659
659
  }],
660
660
  "text": "The HTML min attribute specifies the minimum value for the input element.\nWorks with the following input types: number, range, date, datetime-local, month, time and week."
661
661
  },
@@ -675,8 +675,8 @@ export class KupTextField {
675
675
  "optional": false,
676
676
  "docs": {
677
677
  "tags": [{
678
- "text": "false",
679
- "name": "default"
678
+ "name": "default",
679
+ "text": "false"
680
680
  }],
681
681
  "text": "When set to true, the component will be rendered as an outlined field."
682
682
  },
@@ -696,8 +696,8 @@ export class KupTextField {
696
696
  "optional": false,
697
697
  "docs": {
698
698
  "tags": [{
699
- "text": "false",
700
- "name": "default"
699
+ "name": "default",
700
+ "text": "false"
701
701
  }],
702
702
  "text": "Sets the component to read only state, making it not editable, but interactable. Used in combobox component when it behaves as a select."
703
703
  },
@@ -717,8 +717,8 @@ export class KupTextField {
717
717
  "optional": false,
718
718
  "docs": {
719
719
  "tags": [{
720
- "text": "null",
721
- "name": "default"
720
+ "name": "default",
721
+ "text": "null"
722
722
  }],
723
723
  "text": "The HTML step of the input element. It has effect only with number input type."
724
724
  },
@@ -738,8 +738,8 @@ export class KupTextField {
738
738
  "optional": false,
739
739
  "docs": {
740
740
  "tags": [{
741
- "text": "false",
742
- "name": "default"
741
+ "name": "default",
742
+ "text": "false"
743
743
  }],
744
744
  "text": "When set to true, the component will be rendered as a textarea."
745
745
  },
@@ -759,8 +759,8 @@ export class KupTextField {
759
759
  "optional": false,
760
760
  "docs": {
761
761
  "tags": [{
762
- "text": "false",
763
- "name": "default"
762
+ "name": "default",
763
+ "text": "false"
764
764
  }],
765
765
  "text": "When set, the icon will be shown after the text."
766
766
  },
@@ -780,8 +780,8 @@ export class KupTextField {
780
780
  "optional": false,
781
781
  "docs": {
782
782
  "tags": [{
783
- "text": "false",
784
- "name": "default"
783
+ "name": "default",
784
+ "text": "false"
785
785
  }],
786
786
  "text": "When set to true, the label will be on the right of the component."
787
787
  },
@@ -960,8 +960,8 @@ export class KupTextField {
960
960
  "signature": "(descriptions?: boolean) => Promise<GenericObject>",
961
961
  "parameters": [{
962
962
  "tags": [{
963
- "text": "descriptions - When provided and true, the result will be the list of props with their description.",
964
- "name": "param"
963
+ "name": "param",
964
+ "text": "descriptions - When provided and true, the result will be the list of props with their description."
965
965
  }],
966
966
  "text": "- When provided and true, the result will be the list of props with their description."
967
967
  }],
@@ -1040,8 +1040,8 @@ export class KupTextField {
1040
1040
  "signature": "(props: GenericObject) => Promise<void>",
1041
1041
  "parameters": [{
1042
1042
  "tags": [{
1043
- "text": "props - Object containing props that will be set to the component.",
1044
- "name": "param"
1043
+ "name": "param",
1044
+ "text": "props - Object containing props that will be set to the component."
1045
1045
  }],
1046
1046
  "text": "- Object containing props that will be set to the component."
1047
1047
  }],