@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.
- package/dist/cjs/{cell-utils-1f89a299.js → cell-utils-841a7769.js} +2 -2
- package/dist/cjs/{f-chip-2d58c8f7.js → f-chip-b9f489ff.js} +7 -5
- package/dist/cjs/{f-image-5f4f29ca.js → f-image-0c3e6aa7.js} +3 -4
- package/dist/cjs/{index-3c471303.js → index-0416afab.js} +73 -64
- package/dist/cjs/ketchup.cjs.js +3 -3
- package/dist/cjs/kup-accordion.cjs.entry.js +5 -5
- package/dist/cjs/kup-autocomplete_29.cjs.entry.js +1014 -1103
- package/dist/cjs/kup-calendar.cjs.entry.js +8 -8
- package/dist/cjs/kup-dash-list.cjs.entry.js +6 -6
- package/dist/cjs/kup-dash_2.cjs.entry.js +106 -62
- package/dist/cjs/kup-drawer.cjs.entry.js +4 -4
- package/dist/cjs/kup-field.cjs.entry.js +3 -3
- package/dist/cjs/kup-iframe.cjs.entry.js +4 -4
- package/dist/cjs/kup-lazy.cjs.entry.js +4 -4
- package/dist/cjs/kup-magic-box.cjs.entry.js +21 -30
- package/dist/cjs/{kup-manager-59ad8bdc.js → kup-manager-828bd598.js} +599 -519
- package/dist/cjs/kup-nav-bar.cjs.entry.js +4 -4
- package/dist/cjs/{kup-objects-59ea949c.js → kup-objects-89f38d6a.js} +7 -29
- package/dist/cjs/kup-probe.cjs.entry.js +3 -3
- package/dist/cjs/kup-qlik.cjs.entry.js +3 -3
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/{utils-2af73538.js → utils-5192ee20.js} +1 -1
- package/dist/collection/assets/data-table.js +1 -0
- package/dist/collection/collection-manifest.json +2 -3
- package/dist/collection/components/kup-accordion/kup-accordion.js +14 -14
- package/dist/collection/components/kup-autocomplete/kup-autocomplete.css +9 -0
- package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +20 -23
- package/dist/collection/components/kup-badge/kup-badge.js +12 -12
- package/dist/collection/components/kup-box/kup-box.css +30 -30
- package/dist/collection/components/kup-box/kup-box.js +181 -171
- package/dist/collection/components/kup-button/kup-button.css +8 -5
- package/dist/collection/components/kup-button/kup-button.js +26 -26
- package/dist/collection/components/kup-button-list/kup-button-list.css +8 -5
- package/dist/collection/components/kup-button-list/kup-button-list.js +18 -18
- package/dist/collection/components/kup-calendar/kup-calendar.css +8 -6
- package/dist/collection/components/kup-calendar/kup-calendar.js +30 -30
- package/dist/collection/components/kup-card/kup-card-helper.js +2 -1
- package/dist/collection/components/kup-card/kup-card.css +20 -1
- package/dist/collection/components/kup-card/kup-card.js +26 -26
- package/dist/collection/components/kup-chart/kup-chart.js +40 -40
- package/dist/collection/components/kup-checkbox/kup-checkbox.js +18 -18
- package/dist/collection/components/kup-chip/kup-chip.css +0 -1
- package/dist/collection/components/kup-chip/kup-chip.js +14 -14
- package/dist/collection/components/kup-color-picker/kup-color-picker.css +6 -9
- package/dist/collection/components/kup-color-picker/kup-color-picker.js +32 -40
- package/dist/collection/components/kup-combobox/kup-combobox.css +9 -0
- package/dist/collection/components/kup-combobox/kup-combobox.js +20 -23
- package/dist/collection/components/kup-dash-list/kup-dash-list.js +2 -2
- package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +1 -0
- package/dist/collection/components/kup-data-table/kup-data-table-helper.js +25 -46
- package/dist/collection/components/kup-data-table/kup-data-table.css +83 -87
- package/dist/collection/components/kup-data-table/kup-data-table.js +364 -531
- package/dist/collection/components/kup-date-picker/kup-date-picker.css +2373 -5
- package/dist/collection/components/kup-date-picker/kup-date-picker.js +72 -104
- package/dist/collection/components/kup-drawer/kup-drawer.js +8 -8
- package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.css +13 -5
- package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +38 -43
- package/dist/collection/components/kup-field/kup-field.js +20 -20
- package/dist/collection/components/kup-gauge/kup-gauge.js +16 -16
- package/dist/collection/components/kup-grid/kup-grid.css +2 -1
- package/dist/collection/components/kup-grid/kup-grid.js +12 -12
- package/dist/collection/components/kup-iframe/kup-iframe.js +4 -4
- package/dist/collection/components/kup-image/kup-image.js +24 -24
- package/dist/collection/components/kup-lazy/kup-lazy.js +16 -16
- package/dist/collection/components/kup-list/kup-list-declarations.js +1 -1
- package/dist/collection/components/kup-list/kup-list.css +4 -0
- package/dist/collection/components/kup-list/kup-list.js +38 -47
- package/dist/collection/components/kup-magic-box/kup-magic-box.css +11 -6
- package/dist/collection/components/kup-magic-box/kup-magic-box.js +27 -36
- package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +10 -10
- package/dist/collection/components/kup-paginator/kup-paginator.css +8 -5
- package/dist/collection/components/kup-probe/kup-probe.js +8 -8
- package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +20 -20
- package/dist/collection/components/kup-radio/kup-radio.js +16 -16
- package/dist/collection/components/kup-rating/kup-rating.js +14 -14
- package/dist/collection/components/kup-spinner/kup-spinner.js +22 -22
- package/dist/collection/components/kup-switch/kup-switch.js +16 -16
- package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +12 -12
- package/dist/collection/components/kup-text-field/kup-text-field.js +48 -48
- package/dist/collection/components/kup-time-picker/kup-time-picker.css +2376 -0
- package/dist/collection/components/kup-time-picker/kup-time-picker.js +50 -83
- package/dist/collection/components/kup-tooltip/kup-tooltip.js +18 -12
- package/dist/collection/components/kup-tree/kup-tree.css +10 -10
- package/dist/collection/components/kup-tree/kup-tree.js +96 -66
- package/dist/collection/f-components/f-button/f-button.js +4 -2
- package/dist/collection/f-components/f-image/f-image.js +1 -2
- package/dist/collection/f-components/f-text-field/f-text-field.js +8 -6
- package/dist/collection/utils/kup-column-menu/kup-column-menu.js +11 -3
- package/dist/collection/utils/kup-debug/kup-debug.js +25 -27
- package/dist/collection/utils/kup-dynamic-position/kup-dynamic-position.js +3 -5
- package/dist/collection/utils/kup-interact/kup-interact-declarations.js +48 -0
- package/dist/collection/utils/kup-interact/kup-interact.js +362 -0
- package/dist/collection/utils/kup-manager/kup-manager.js +18 -6
- package/dist/collection/utils/kup-objects/kup-objects.js +7 -29
- package/dist/collection/utils/kup-scroll-on-hover/kup-scroll-on-hover.js +60 -62
- package/dist/collection/utils/kup-toolbar/kup-toolbar.js +16 -18
- package/dist/esm/{cell-utils-cb612463.js → cell-utils-de384721.js} +2 -2
- package/dist/esm/{f-chip-125d5dd6.js → f-chip-d585b63e.js} +7 -5
- package/dist/esm/{f-image-68b34fab.js → f-image-23548d00.js} +3 -4
- package/dist/esm/{index-bf2824a6.js → index-51694018.js} +73 -64
- package/dist/esm/ketchup.js +3 -3
- package/dist/esm/kup-accordion.entry.js +5 -5
- package/dist/esm/kup-autocomplete_29.entry.js +818 -907
- package/dist/esm/kup-calendar.entry.js +8 -8
- package/dist/esm/kup-dash-list.entry.js +6 -6
- package/dist/esm/kup-dash_2.entry.js +106 -62
- package/dist/esm/kup-drawer.entry.js +4 -4
- package/dist/esm/kup-field.entry.js +3 -3
- package/dist/esm/kup-iframe.entry.js +4 -4
- package/dist/esm/kup-lazy.entry.js +4 -4
- package/dist/esm/kup-magic-box.entry.js +21 -30
- package/dist/esm/{kup-manager-e7d7b353.js → kup-manager-583f2815.js} +595 -520
- package/dist/esm/kup-nav-bar.entry.js +4 -4
- package/dist/esm/{kup-objects-d38d2fa2.js → kup-objects-5968aefd.js} +7 -29
- package/dist/esm/kup-probe.entry.js +3 -3
- package/dist/esm/kup-qlik.entry.js +3 -3
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{utils-13dd007a.js → utils-a1dd14c3.js} +1 -1
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/{p-64ea7e37.entry.js → p-0e91c9c9.entry.js} +1 -1
- package/dist/ketchup/{p-0320e24e.entry.js → p-0f2b6a24.entry.js} +1 -1
- package/dist/ketchup/{p-a5424073.js → p-361d9431.js} +1 -1
- package/dist/ketchup/p-565785ce.js +1 -0
- package/dist/ketchup/{p-7896031c.entry.js → p-57eb45ac.entry.js} +1 -1
- package/dist/ketchup/{p-08c7a092.js → p-6f5d8830.js} +1 -1
- package/dist/ketchup/{p-9c858a38.entry.js → p-802d8906.entry.js} +1 -1
- package/dist/ketchup/p-850b9e67.entry.js +1 -0
- package/dist/ketchup/{p-a12a5690.entry.js → p-88a5787a.entry.js} +1 -1
- package/dist/ketchup/p-8ed2b7bf.entry.js +1 -0
- package/dist/ketchup/{p-ee89966f.entry.js → p-90a0c2b7.entry.js} +2 -2
- package/dist/ketchup/{p-876da4c2.entry.js → p-94c0dd8c.entry.js} +1 -1
- package/dist/ketchup/p-9ec3c377.entry.js +45 -0
- package/dist/ketchup/p-b30f34d8.js +1 -0
- package/dist/ketchup/p-b6a47512.entry.js +1 -0
- package/dist/ketchup/p-bfaf8a82.js +1 -0
- package/dist/ketchup/{p-940ab57a.entry.js → p-ca0ebdcc.entry.js} +1 -1
- package/dist/ketchup/p-d5a3a4ed.js +1 -0
- package/dist/ketchup/{p-c7ee1fbc.js → p-ee7b190c.js} +1 -1
- package/dist/ketchup/{p-b0724035.entry.js → p-f6b54fa1.entry.js} +1 -1
- package/dist/types/components/kup-box/kup-box-declarations.d.ts +11 -2
- package/dist/types/components/kup-box/kup-box.d.ts +8 -4
- package/dist/types/components/kup-color-picker/kup-color-picker.d.ts +0 -1
- package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +12 -4
- package/dist/types/components/kup-data-table/kup-data-table-helper.d.ts +0 -2
- package/dist/types/components/kup-data-table/kup-data-table.d.ts +16 -49
- package/dist/types/components/kup-date-picker/kup-date-picker.d.ts +11 -14
- package/dist/types/components/kup-dropdown-button/kup-dropdown-button.d.ts +0 -4
- package/dist/types/components/kup-list/kup-list-declarations.d.ts +1 -1
- package/dist/types/components/kup-list/kup-list.d.ts +2 -3
- package/dist/types/components/kup-magic-box/kup-magic-box.d.ts +1 -0
- package/dist/types/components/kup-time-picker/kup-time-picker.d.ts +7 -11
- package/dist/types/components/kup-tree/kup-tree-declarations.d.ts +4 -4
- package/dist/types/components/kup-tree/kup-tree.d.ts +3 -0
- package/dist/types/components.d.ts +84 -121
- package/dist/types/utils/kup-dynamic-position/kup-dynamic-position.d.ts +2 -2
- package/dist/types/utils/kup-interact/kup-interact-declarations.d.ts +127 -0
- package/dist/types/utils/kup-interact/kup-interact.d.ts +93 -0
- package/dist/types/utils/kup-manager/kup-manager-declarations.d.ts +21 -4
- package/dist/types/utils/kup-manager/kup-manager.d.ts +2 -2
- package/dist/types/utils/kup-objects/kup-objects.d.ts +1 -7
- package/package.json +3 -3
- package/dist/cjs/drag-and-drop-4787ff6f.js +0 -281
- package/dist/cjs/kup-grid.cjs.entry.js +0 -130
- package/dist/collection/assets/images/drag-multiple.js +0 -1
- package/dist/collection/components/kup-layout/kup-layout.css +0 -53
- package/dist/collection/components/kup-layout/kup-layout.js +0 -156
- package/dist/collection/utils/drag-and-drop.js +0 -109
- package/dist/collection/utils/kup-dialog/kup-dialog-declarations.js +0 -36
- package/dist/collection/utils/kup-dialog/kup-dialog.js +0 -310
- package/dist/esm/drag-and-drop-321cb4ca.js +0 -265
- package/dist/esm/kup-grid.entry.js +0 -126
- package/dist/ketchup/p-00fe1e3e.js +0 -1
- package/dist/ketchup/p-1165f4ea.entry.js +0 -1
- package/dist/ketchup/p-170d3cba.js +0 -1
- package/dist/ketchup/p-18cb3ba3.js +0 -1
- package/dist/ketchup/p-23541a97.entry.js +0 -45
- package/dist/ketchup/p-8fb9d9b2.entry.js +0 -1
- package/dist/ketchup/p-b14e77f0.js +0 -1
- package/dist/ketchup/p-d24cfdea.entry.js +0 -1
- package/dist/ketchup/p-fcd2fd8f.js +0 -1
- package/dist/ketchup/p-fce3b9d8.entry.js +0 -1
- package/dist/types/assets/images/drag-multiple.d.ts +0 -1
- package/dist/types/components/kup-layout/kup-layout.d.ts +0 -25
- package/dist/types/utils/drag-and-drop.d.ts +0 -53
- package/dist/types/utils/kup-dialog/kup-dialog-declarations.d.ts +0 -43
- package/dist/types/utils/kup-dialog/kup-dialog.d.ts +0 -50
|
@@ -52,7 +52,7 @@ export namespace Components {
|
|
|
52
52
|
/**
|
|
53
53
|
* Custom style of the component.
|
|
54
54
|
* @default ""
|
|
55
|
-
* @see https
|
|
55
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
56
56
|
*/
|
|
57
57
|
"customStyle": string;
|
|
58
58
|
/**
|
|
@@ -102,7 +102,7 @@ export namespace Components {
|
|
|
102
102
|
/**
|
|
103
103
|
* Custom style of the component.
|
|
104
104
|
* @default ""
|
|
105
|
-
* @see https
|
|
105
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
106
106
|
*/
|
|
107
107
|
"customStyle": string;
|
|
108
108
|
/**
|
|
@@ -167,7 +167,7 @@ export namespace Components {
|
|
|
167
167
|
/**
|
|
168
168
|
* Custom style of the component.
|
|
169
169
|
* @default ""
|
|
170
|
-
* @see https
|
|
170
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
171
171
|
*/
|
|
172
172
|
"customStyle": string;
|
|
173
173
|
/**
|
|
@@ -210,7 +210,7 @@ export namespace Components {
|
|
|
210
210
|
/**
|
|
211
211
|
* Custom style of the component.
|
|
212
212
|
* @default ""
|
|
213
|
-
* @see https
|
|
213
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
214
214
|
*/
|
|
215
215
|
"customStyle": string;
|
|
216
216
|
/**
|
|
@@ -366,7 +366,7 @@ export namespace Components {
|
|
|
366
366
|
/**
|
|
367
367
|
* Custom style of the component.
|
|
368
368
|
* @default ""
|
|
369
|
-
* @see https
|
|
369
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
370
370
|
*/
|
|
371
371
|
"customStyle": string;
|
|
372
372
|
/**
|
|
@@ -434,7 +434,7 @@ export namespace Components {
|
|
|
434
434
|
/**
|
|
435
435
|
* Custom style of the component.
|
|
436
436
|
* @default ""
|
|
437
|
-
* @see https
|
|
437
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
438
438
|
*/
|
|
439
439
|
"customStyle": string;
|
|
440
440
|
/**
|
|
@@ -477,7 +477,7 @@ export namespace Components {
|
|
|
477
477
|
/**
|
|
478
478
|
* Custom style of the component.
|
|
479
479
|
* @default ""
|
|
480
|
-
* @see https
|
|
480
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
481
481
|
*/
|
|
482
482
|
"customStyle": string;
|
|
483
483
|
/**
|
|
@@ -559,7 +559,7 @@ export namespace Components {
|
|
|
559
559
|
/**
|
|
560
560
|
* Custom style of the component.
|
|
561
561
|
* @default ""
|
|
562
|
-
* @see https
|
|
562
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
563
563
|
*/
|
|
564
564
|
"customStyle": string;
|
|
565
565
|
/**
|
|
@@ -641,7 +641,7 @@ export namespace Components {
|
|
|
641
641
|
/**
|
|
642
642
|
* Custom style of the component.
|
|
643
643
|
* @default ""
|
|
644
|
-
* @see https
|
|
644
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
645
645
|
*/
|
|
646
646
|
"customStyle": string;
|
|
647
647
|
/**
|
|
@@ -749,7 +749,7 @@ export namespace Components {
|
|
|
749
749
|
/**
|
|
750
750
|
* Custom style of the component.
|
|
751
751
|
* @default ""
|
|
752
|
-
* @see https
|
|
752
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
753
753
|
*/
|
|
754
754
|
"customStyle": string;
|
|
755
755
|
/**
|
|
@@ -792,7 +792,7 @@ export namespace Components {
|
|
|
792
792
|
/**
|
|
793
793
|
* Custom style of the component.
|
|
794
794
|
* @default ""
|
|
795
|
-
* @see https
|
|
795
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
796
796
|
*/
|
|
797
797
|
"customStyle": string;
|
|
798
798
|
/**
|
|
@@ -830,7 +830,7 @@ export namespace Components {
|
|
|
830
830
|
/**
|
|
831
831
|
* Custom style of the component.
|
|
832
832
|
* @default ""
|
|
833
|
-
* @see https
|
|
833
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
834
834
|
*/
|
|
835
835
|
"customStyle": string;
|
|
836
836
|
/**
|
|
@@ -887,7 +887,7 @@ export namespace Components {
|
|
|
887
887
|
/**
|
|
888
888
|
* Custom style of the component.
|
|
889
889
|
* @default ""
|
|
890
|
-
* @see https
|
|
890
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
891
891
|
*/
|
|
892
892
|
"customStyle": string;
|
|
893
893
|
/**
|
|
@@ -1124,6 +1124,10 @@ export namespace Components {
|
|
|
1124
1124
|
* Sets the possibility to remove the selected column.
|
|
1125
1125
|
*/
|
|
1126
1126
|
"removableColumns": boolean;
|
|
1127
|
+
/**
|
|
1128
|
+
* Gives the possibility to resize columns by dragging on their right edge.
|
|
1129
|
+
*/
|
|
1130
|
+
"resizableColumns": boolean;
|
|
1127
1131
|
/**
|
|
1128
1132
|
* This method is invoked by KupManager whenever the component changes size.
|
|
1129
1133
|
*/
|
|
@@ -1243,7 +1247,7 @@ export namespace Components {
|
|
|
1243
1247
|
/**
|
|
1244
1248
|
* Custom style of the component.
|
|
1245
1249
|
* @default ""
|
|
1246
|
-
* @see https
|
|
1250
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
1247
1251
|
*/
|
|
1248
1252
|
"customStyle": string;
|
|
1249
1253
|
/**
|
|
@@ -1299,7 +1303,7 @@ export namespace Components {
|
|
|
1299
1303
|
/**
|
|
1300
1304
|
* Custom style of the component.
|
|
1301
1305
|
* @default ""
|
|
1302
|
-
* @see https
|
|
1306
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
1303
1307
|
*/
|
|
1304
1308
|
"customStyle": string;
|
|
1305
1309
|
/**
|
|
@@ -1335,7 +1339,7 @@ export namespace Components {
|
|
|
1335
1339
|
/**
|
|
1336
1340
|
* Custom style of the component.
|
|
1337
1341
|
* @default ""
|
|
1338
|
-
* @see https
|
|
1342
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
1339
1343
|
*/
|
|
1340
1344
|
"customStyle": string;
|
|
1341
1345
|
/**
|
|
@@ -1422,7 +1426,7 @@ export namespace Components {
|
|
|
1422
1426
|
/**
|
|
1423
1427
|
* Custom style of the component.
|
|
1424
1428
|
* @default ""
|
|
1425
|
-
* @see https
|
|
1429
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
1426
1430
|
*/
|
|
1427
1431
|
"customStyle": string;
|
|
1428
1432
|
/**
|
|
@@ -1491,7 +1495,7 @@ export namespace Components {
|
|
|
1491
1495
|
/**
|
|
1492
1496
|
* Custom style of the component.
|
|
1493
1497
|
* @default ""
|
|
1494
|
-
* @see https
|
|
1498
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
1495
1499
|
*/
|
|
1496
1500
|
"customStyle": string;
|
|
1497
1501
|
/**
|
|
@@ -1585,7 +1589,7 @@ export namespace Components {
|
|
|
1585
1589
|
/**
|
|
1586
1590
|
* Custom style of the component.
|
|
1587
1591
|
* @default ""
|
|
1588
|
-
* @see https
|
|
1592
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
1589
1593
|
*/
|
|
1590
1594
|
"customStyle": string;
|
|
1591
1595
|
/**
|
|
@@ -1652,7 +1656,7 @@ export namespace Components {
|
|
|
1652
1656
|
/**
|
|
1653
1657
|
* Custom style of the component.
|
|
1654
1658
|
* @default ""
|
|
1655
|
-
* @see https
|
|
1659
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
1656
1660
|
*/
|
|
1657
1661
|
"customStyle": string;
|
|
1658
1662
|
/**
|
|
@@ -1701,24 +1705,6 @@ export namespace Components {
|
|
|
1701
1705
|
*/
|
|
1702
1706
|
"sizeY": string;
|
|
1703
1707
|
}
|
|
1704
|
-
interface KupLayout {
|
|
1705
|
-
/**
|
|
1706
|
-
* Specifies how many columns the content must be organized onto. If this is greater than 1, then the horizontal prop will have no effect.
|
|
1707
|
-
*/
|
|
1708
|
-
"columnsNumber": number;
|
|
1709
|
-
/**
|
|
1710
|
-
* By default, columns size is calculated by the grid layout and it tries to give the same space to elements. If this is true, columns width will be calculated according to the cells content. See SCSS file for more details.
|
|
1711
|
-
*/
|
|
1712
|
-
"contentBasedColumnsWidth": boolean;
|
|
1713
|
-
/**
|
|
1714
|
-
* When true, the layout and its contents will try to take all the available horizontal space.
|
|
1715
|
-
*/
|
|
1716
|
-
"fillSpace": boolean;
|
|
1717
|
-
/**
|
|
1718
|
-
* Tells the layout to place all elements onto a single row. It does not work when columnsNumber is greater then 1.
|
|
1719
|
-
*/
|
|
1720
|
-
"horizontal": boolean;
|
|
1721
|
-
}
|
|
1722
1708
|
interface KupLazy {
|
|
1723
1709
|
/**
|
|
1724
1710
|
* Sets the tag name of the component to be lazy loaded.
|
|
@@ -1728,7 +1714,7 @@ export namespace Components {
|
|
|
1728
1714
|
/**
|
|
1729
1715
|
* Custom style of the component.
|
|
1730
1716
|
* @default ""
|
|
1731
|
-
* @see https
|
|
1717
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
1732
1718
|
*/
|
|
1733
1719
|
"customStyle": string;
|
|
1734
1720
|
/**
|
|
@@ -1766,7 +1752,7 @@ export namespace Components {
|
|
|
1766
1752
|
/**
|
|
1767
1753
|
* Custom style of the component.
|
|
1768
1754
|
* @default ""
|
|
1769
|
-
* @see https
|
|
1755
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
1770
1756
|
*/
|
|
1771
1757
|
"customStyle": string;
|
|
1772
1758
|
/**
|
|
@@ -1809,8 +1795,8 @@ export namespace Components {
|
|
|
1809
1795
|
*/
|
|
1810
1796
|
"isMenu": boolean;
|
|
1811
1797
|
/**
|
|
1812
|
-
* When true, enables items' navigation through keys.
|
|
1813
|
-
* @default
|
|
1798
|
+
* When true, enables items' navigation through arrow keys.
|
|
1799
|
+
* @default true
|
|
1814
1800
|
*/
|
|
1815
1801
|
"keyboardNavigation": boolean;
|
|
1816
1802
|
/**
|
|
@@ -1862,7 +1848,7 @@ export namespace Components {
|
|
|
1862
1848
|
/**
|
|
1863
1849
|
* Custom style of the component.
|
|
1864
1850
|
* @default ""
|
|
1865
|
-
* @see https
|
|
1851
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
1866
1852
|
*/
|
|
1867
1853
|
"customStyle": string;
|
|
1868
1854
|
/**
|
|
@@ -1890,7 +1876,7 @@ export namespace Components {
|
|
|
1890
1876
|
/**
|
|
1891
1877
|
* Custom style of the component.
|
|
1892
1878
|
* @default ""
|
|
1893
|
-
* @see https
|
|
1879
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
1894
1880
|
*/
|
|
1895
1881
|
"customStyle": string;
|
|
1896
1882
|
/**
|
|
@@ -1933,13 +1919,13 @@ export namespace Components {
|
|
|
1933
1919
|
/**
|
|
1934
1920
|
* Custom style of the component.
|
|
1935
1921
|
* @default ""
|
|
1936
|
-
* @see https
|
|
1922
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
1937
1923
|
*/
|
|
1938
1924
|
"customStyle": string;
|
|
1939
1925
|
/**
|
|
1940
1926
|
* Specify features to test.
|
|
1941
1927
|
* @default ""
|
|
1942
|
-
* @see https
|
|
1928
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
1943
1929
|
*/
|
|
1944
1930
|
"features": {
|
|
1945
1931
|
debug: boolean;
|
|
@@ -1968,7 +1954,7 @@ export namespace Components {
|
|
|
1968
1954
|
/**
|
|
1969
1955
|
* Custom style of the component.
|
|
1970
1956
|
* @default ""
|
|
1971
|
-
* @see https
|
|
1957
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
1972
1958
|
*/
|
|
1973
1959
|
"customStyle": string;
|
|
1974
1960
|
/**
|
|
@@ -2059,7 +2045,7 @@ export namespace Components {
|
|
|
2059
2045
|
/**
|
|
2060
2046
|
* Custom style of the component.
|
|
2061
2047
|
* @default ""
|
|
2062
|
-
* @see https
|
|
2048
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
2063
2049
|
*/
|
|
2064
2050
|
"customStyle": string;
|
|
2065
2051
|
/**
|
|
@@ -2097,7 +2083,7 @@ export namespace Components {
|
|
|
2097
2083
|
/**
|
|
2098
2084
|
* Custom style of the component.
|
|
2099
2085
|
* @default ""
|
|
2100
|
-
* @see https
|
|
2086
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
2101
2087
|
*/
|
|
2102
2088
|
"customStyle": string;
|
|
2103
2089
|
/**
|
|
@@ -2145,7 +2131,7 @@ export namespace Components {
|
|
|
2145
2131
|
/**
|
|
2146
2132
|
* Custom style of the component.
|
|
2147
2133
|
* @default ""
|
|
2148
|
-
* @see https
|
|
2134
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
2149
2135
|
*/
|
|
2150
2136
|
"customStyle": string;
|
|
2151
2137
|
/**
|
|
@@ -2198,7 +2184,7 @@ export namespace Components {
|
|
|
2198
2184
|
/**
|
|
2199
2185
|
* Custom style of the component.
|
|
2200
2186
|
* @default ""
|
|
2201
|
-
* @see https
|
|
2187
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
2202
2188
|
*/
|
|
2203
2189
|
"customStyle": string;
|
|
2204
2190
|
/**
|
|
@@ -2236,7 +2222,7 @@ export namespace Components {
|
|
|
2236
2222
|
/**
|
|
2237
2223
|
* Custom style of the component.
|
|
2238
2224
|
* @default ""
|
|
2239
|
-
* @see https
|
|
2225
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
2240
2226
|
*/
|
|
2241
2227
|
"customStyle": string;
|
|
2242
2228
|
/**
|
|
@@ -2269,7 +2255,7 @@ export namespace Components {
|
|
|
2269
2255
|
/**
|
|
2270
2256
|
* Custom style of the component.
|
|
2271
2257
|
* @default ""
|
|
2272
|
-
* @see https
|
|
2258
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
2273
2259
|
*/
|
|
2274
2260
|
"customStyle": string;
|
|
2275
2261
|
/**
|
|
@@ -2409,7 +2395,7 @@ export namespace Components {
|
|
|
2409
2395
|
/**
|
|
2410
2396
|
* Custom style of the component.
|
|
2411
2397
|
* @default ""
|
|
2412
|
-
* @see https
|
|
2398
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
2413
2399
|
*/
|
|
2414
2400
|
"customStyle": string;
|
|
2415
2401
|
/**
|
|
@@ -2473,7 +2459,7 @@ export namespace Components {
|
|
|
2473
2459
|
/**
|
|
2474
2460
|
* Custom style of the component.
|
|
2475
2461
|
* @default ""
|
|
2476
|
-
* @see https
|
|
2462
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
2477
2463
|
*/
|
|
2478
2464
|
"customStyle": string;
|
|
2479
2465
|
/**
|
|
@@ -2547,7 +2533,7 @@ export namespace Components {
|
|
|
2547
2533
|
/**
|
|
2548
2534
|
* Custom style of the component.
|
|
2549
2535
|
* @default ""
|
|
2550
|
-
* @see https
|
|
2536
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
2551
2537
|
*/
|
|
2552
2538
|
"customStyle": string;
|
|
2553
2539
|
/**
|
|
@@ -2850,12 +2836,6 @@ declare global {
|
|
|
2850
2836
|
prototype: HTMLKupImageElement;
|
|
2851
2837
|
new (): HTMLKupImageElement;
|
|
2852
2838
|
};
|
|
2853
|
-
interface HTMLKupLayoutElement extends Components.KupLayout, HTMLStencilElement {
|
|
2854
|
-
}
|
|
2855
|
-
var HTMLKupLayoutElement: {
|
|
2856
|
-
prototype: HTMLKupLayoutElement;
|
|
2857
|
-
new (): HTMLKupLayoutElement;
|
|
2858
|
-
};
|
|
2859
2839
|
interface HTMLKupLazyElement extends Components.KupLazy, HTMLStencilElement {
|
|
2860
2840
|
}
|
|
2861
2841
|
var HTMLKupLazyElement: {
|
|
@@ -2984,7 +2964,6 @@ declare global {
|
|
|
2984
2964
|
"kup-grid": HTMLKupGridElement;
|
|
2985
2965
|
"kup-iframe": HTMLKupIframeElement;
|
|
2986
2966
|
"kup-image": HTMLKupImageElement;
|
|
2987
|
-
"kup-layout": HTMLKupLayoutElement;
|
|
2988
2967
|
"kup-lazy": HTMLKupLazyElement;
|
|
2989
2968
|
"kup-list": HTMLKupListElement;
|
|
2990
2969
|
"kup-magic-box": HTMLKupMagicBoxElement;
|
|
@@ -3009,7 +2988,7 @@ declare namespace LocalJSX {
|
|
|
3009
2988
|
/**
|
|
3010
2989
|
* Custom style of the component.
|
|
3011
2990
|
* @default ""
|
|
3012
|
-
* @see https
|
|
2991
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
3013
2992
|
*/
|
|
3014
2993
|
"customStyle"?: string;
|
|
3015
2994
|
/**
|
|
@@ -3039,7 +3018,7 @@ declare namespace LocalJSX {
|
|
|
3039
3018
|
/**
|
|
3040
3019
|
* Custom style of the component.
|
|
3041
3020
|
* @default ""
|
|
3042
|
-
* @see https
|
|
3021
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
3043
3022
|
*/
|
|
3044
3023
|
"customStyle"?: string;
|
|
3045
3024
|
/**
|
|
@@ -3083,7 +3062,7 @@ declare namespace LocalJSX {
|
|
|
3083
3062
|
/**
|
|
3084
3063
|
* Custom style of the component.
|
|
3085
3064
|
* @default ""
|
|
3086
|
-
* @see https
|
|
3065
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
3087
3066
|
*/
|
|
3088
3067
|
"customStyle"?: string;
|
|
3089
3068
|
/**
|
|
@@ -3112,7 +3091,7 @@ declare namespace LocalJSX {
|
|
|
3112
3091
|
/**
|
|
3113
3092
|
* Custom style of the component.
|
|
3114
3093
|
* @default ""
|
|
3115
|
-
* @see https
|
|
3094
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
3116
3095
|
*/
|
|
3117
3096
|
"customStyle"?: string;
|
|
3118
3097
|
/**
|
|
@@ -3281,7 +3260,7 @@ declare namespace LocalJSX {
|
|
|
3281
3260
|
/**
|
|
3282
3261
|
* Custom style of the component.
|
|
3283
3262
|
* @default ""
|
|
3284
|
-
* @see https
|
|
3263
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
3285
3264
|
*/
|
|
3286
3265
|
"customStyle"?: string;
|
|
3287
3266
|
/**
|
|
@@ -3346,7 +3325,7 @@ declare namespace LocalJSX {
|
|
|
3346
3325
|
/**
|
|
3347
3326
|
* Custom style of the component.
|
|
3348
3327
|
* @default ""
|
|
3349
|
-
* @see https
|
|
3328
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
3350
3329
|
*/
|
|
3351
3330
|
"customStyle"?: string;
|
|
3352
3331
|
/**
|
|
@@ -3375,7 +3354,7 @@ declare namespace LocalJSX {
|
|
|
3375
3354
|
/**
|
|
3376
3355
|
* Custom style of the component.
|
|
3377
3356
|
* @default ""
|
|
3378
|
-
* @see https
|
|
3357
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
3379
3358
|
*/
|
|
3380
3359
|
"customStyle"?: string;
|
|
3381
3360
|
/**
|
|
@@ -3454,7 +3433,7 @@ declare namespace LocalJSX {
|
|
|
3454
3433
|
/**
|
|
3455
3434
|
* Custom style of the component.
|
|
3456
3435
|
* @default ""
|
|
3457
|
-
* @see https
|
|
3436
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
3458
3437
|
*/
|
|
3459
3438
|
"customStyle"?: string;
|
|
3460
3439
|
/**
|
|
@@ -3525,7 +3504,7 @@ declare namespace LocalJSX {
|
|
|
3525
3504
|
/**
|
|
3526
3505
|
* Custom style of the component.
|
|
3527
3506
|
* @default ""
|
|
3528
|
-
* @see https
|
|
3507
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
3529
3508
|
*/
|
|
3530
3509
|
"customStyle"?: string;
|
|
3531
3510
|
/**
|
|
@@ -3618,7 +3597,7 @@ declare namespace LocalJSX {
|
|
|
3618
3597
|
/**
|
|
3619
3598
|
* Custom style of the component.
|
|
3620
3599
|
* @default ""
|
|
3621
|
-
* @see https
|
|
3600
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
3622
3601
|
*/
|
|
3623
3602
|
"customStyle"?: string;
|
|
3624
3603
|
/**
|
|
@@ -3658,7 +3637,7 @@ declare namespace LocalJSX {
|
|
|
3658
3637
|
/**
|
|
3659
3638
|
* Custom style of the component.
|
|
3660
3639
|
* @default ""
|
|
3661
|
-
* @see https
|
|
3640
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
3662
3641
|
*/
|
|
3663
3642
|
"customStyle"?: string;
|
|
3664
3643
|
/**
|
|
@@ -3697,7 +3676,7 @@ declare namespace LocalJSX {
|
|
|
3697
3676
|
/**
|
|
3698
3677
|
* Custom style of the component.
|
|
3699
3678
|
* @default ""
|
|
3700
|
-
* @see https
|
|
3679
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
3701
3680
|
*/
|
|
3702
3681
|
"customStyle"?: string;
|
|
3703
3682
|
/**
|
|
@@ -3726,7 +3705,7 @@ declare namespace LocalJSX {
|
|
|
3726
3705
|
/**
|
|
3727
3706
|
* Custom style of the component.
|
|
3728
3707
|
* @default ""
|
|
3729
|
-
* @see https
|
|
3708
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
3730
3709
|
*/
|
|
3731
3710
|
"customStyle"?: string;
|
|
3732
3711
|
/**
|
|
@@ -3965,6 +3944,10 @@ declare namespace LocalJSX {
|
|
|
3965
3944
|
* Sets the possibility to remove the selected column.
|
|
3966
3945
|
*/
|
|
3967
3946
|
"removableColumns"?: boolean;
|
|
3947
|
+
/**
|
|
3948
|
+
* Gives the possibility to resize columns by dragging on their right edge.
|
|
3949
|
+
*/
|
|
3950
|
+
"resizableColumns"?: boolean;
|
|
3968
3951
|
/**
|
|
3969
3952
|
* Sets the actions of the rows.
|
|
3970
3953
|
*/
|
|
@@ -4069,7 +4052,7 @@ declare namespace LocalJSX {
|
|
|
4069
4052
|
/**
|
|
4070
4053
|
* Custom style of the component.
|
|
4071
4054
|
* @default ""
|
|
4072
|
-
* @see https
|
|
4055
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
4073
4056
|
*/
|
|
4074
4057
|
"customStyle"?: string;
|
|
4075
4058
|
/**
|
|
@@ -4106,7 +4089,7 @@ declare namespace LocalJSX {
|
|
|
4106
4089
|
/**
|
|
4107
4090
|
* Custom style of the component.
|
|
4108
4091
|
* @default ""
|
|
4109
|
-
* @see https
|
|
4092
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
4110
4093
|
*/
|
|
4111
4094
|
"customStyle"?: string;
|
|
4112
4095
|
/**
|
|
@@ -4126,7 +4109,7 @@ declare namespace LocalJSX {
|
|
|
4126
4109
|
/**
|
|
4127
4110
|
* Custom style of the component.
|
|
4128
4111
|
* @default ""
|
|
4129
|
-
* @see https
|
|
4112
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
4130
4113
|
*/
|
|
4131
4114
|
"customStyle"?: string;
|
|
4132
4115
|
/**
|
|
@@ -4210,7 +4193,7 @@ declare namespace LocalJSX {
|
|
|
4210
4193
|
/**
|
|
4211
4194
|
* Custom style of the component.
|
|
4212
4195
|
* @default ""
|
|
4213
|
-
* @see https
|
|
4196
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
4214
4197
|
*/
|
|
4215
4198
|
"customStyle"?: string;
|
|
4216
4199
|
/**
|
|
@@ -4271,7 +4254,7 @@ declare namespace LocalJSX {
|
|
|
4271
4254
|
/**
|
|
4272
4255
|
* Custom style of the component.
|
|
4273
4256
|
* @default ""
|
|
4274
|
-
* @see https
|
|
4257
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
4275
4258
|
*/
|
|
4276
4259
|
"customStyle"?: string;
|
|
4277
4260
|
/**
|
|
@@ -4350,7 +4333,7 @@ declare namespace LocalJSX {
|
|
|
4350
4333
|
/**
|
|
4351
4334
|
* Custom style of the component.
|
|
4352
4335
|
* @default ""
|
|
4353
|
-
* @see https
|
|
4336
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
4354
4337
|
*/
|
|
4355
4338
|
"customStyle"?: string;
|
|
4356
4339
|
/**
|
|
@@ -4389,7 +4372,7 @@ declare namespace LocalJSX {
|
|
|
4389
4372
|
/**
|
|
4390
4373
|
* Custom style of the component.
|
|
4391
4374
|
* @default ""
|
|
4392
|
-
* @see https
|
|
4375
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
4393
4376
|
*/
|
|
4394
4377
|
"customStyle"?: string;
|
|
4395
4378
|
/**
|
|
@@ -4424,24 +4407,6 @@ declare namespace LocalJSX {
|
|
|
4424
4407
|
*/
|
|
4425
4408
|
"sizeY"?: string;
|
|
4426
4409
|
}
|
|
4427
|
-
interface KupLayout {
|
|
4428
|
-
/**
|
|
4429
|
-
* Specifies how many columns the content must be organized onto. If this is greater than 1, then the horizontal prop will have no effect.
|
|
4430
|
-
*/
|
|
4431
|
-
"columnsNumber"?: number;
|
|
4432
|
-
/**
|
|
4433
|
-
* By default, columns size is calculated by the grid layout and it tries to give the same space to elements. If this is true, columns width will be calculated according to the cells content. See SCSS file for more details.
|
|
4434
|
-
*/
|
|
4435
|
-
"contentBasedColumnsWidth"?: boolean;
|
|
4436
|
-
/**
|
|
4437
|
-
* When true, the layout and its contents will try to take all the available horizontal space.
|
|
4438
|
-
*/
|
|
4439
|
-
"fillSpace"?: boolean;
|
|
4440
|
-
/**
|
|
4441
|
-
* Tells the layout to place all elements onto a single row. It does not work when columnsNumber is greater then 1.
|
|
4442
|
-
*/
|
|
4443
|
-
"horizontal"?: boolean;
|
|
4444
|
-
}
|
|
4445
4410
|
interface KupLazy {
|
|
4446
4411
|
/**
|
|
4447
4412
|
* Sets the tag name of the component to be lazy loaded.
|
|
@@ -4451,7 +4416,7 @@ declare namespace LocalJSX {
|
|
|
4451
4416
|
/**
|
|
4452
4417
|
* Custom style of the component.
|
|
4453
4418
|
* @default ""
|
|
4454
|
-
* @see https
|
|
4419
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
4455
4420
|
*/
|
|
4456
4421
|
"customStyle"?: string;
|
|
4457
4422
|
/**
|
|
@@ -4474,7 +4439,7 @@ declare namespace LocalJSX {
|
|
|
4474
4439
|
/**
|
|
4475
4440
|
* Custom style of the component.
|
|
4476
4441
|
* @default ""
|
|
4477
|
-
* @see https
|
|
4442
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
4478
4443
|
*/
|
|
4479
4444
|
"customStyle"?: string;
|
|
4480
4445
|
/**
|
|
@@ -4503,8 +4468,8 @@ declare namespace LocalJSX {
|
|
|
4503
4468
|
*/
|
|
4504
4469
|
"isMenu"?: boolean;
|
|
4505
4470
|
/**
|
|
4506
|
-
* When true, enables items' navigation through keys.
|
|
4507
|
-
* @default
|
|
4471
|
+
* When true, enables items' navigation through arrow keys.
|
|
4472
|
+
* @default true
|
|
4508
4473
|
*/
|
|
4509
4474
|
"keyboardNavigation"?: boolean;
|
|
4510
4475
|
/**
|
|
@@ -4540,7 +4505,7 @@ declare namespace LocalJSX {
|
|
|
4540
4505
|
/**
|
|
4541
4506
|
* Custom style of the component.
|
|
4542
4507
|
* @default ""
|
|
4543
|
-
* @see https
|
|
4508
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
4544
4509
|
*/
|
|
4545
4510
|
"customStyle"?: string;
|
|
4546
4511
|
/**
|
|
@@ -4553,7 +4518,7 @@ declare namespace LocalJSX {
|
|
|
4553
4518
|
/**
|
|
4554
4519
|
* Custom style of the component.
|
|
4555
4520
|
* @default ""
|
|
4556
|
-
* @see https
|
|
4521
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
4557
4522
|
*/
|
|
4558
4523
|
"customStyle"?: string;
|
|
4559
4524
|
/**
|
|
@@ -4589,13 +4554,13 @@ declare namespace LocalJSX {
|
|
|
4589
4554
|
/**
|
|
4590
4555
|
* Custom style of the component.
|
|
4591
4556
|
* @default ""
|
|
4592
|
-
* @see https
|
|
4557
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
4593
4558
|
*/
|
|
4594
4559
|
"customStyle"?: string;
|
|
4595
4560
|
/**
|
|
4596
4561
|
* Specify features to test.
|
|
4597
4562
|
* @default ""
|
|
4598
|
-
* @see https
|
|
4563
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
4599
4564
|
*/
|
|
4600
4565
|
"features"?: {
|
|
4601
4566
|
debug: boolean;
|
|
@@ -4616,7 +4581,7 @@ declare namespace LocalJSX {
|
|
|
4616
4581
|
/**
|
|
4617
4582
|
* Custom style of the component.
|
|
4618
4583
|
* @default ""
|
|
4619
|
-
* @see https
|
|
4584
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
4620
4585
|
*/
|
|
4621
4586
|
"customStyle"?: string;
|
|
4622
4587
|
/**
|
|
@@ -4692,7 +4657,7 @@ declare namespace LocalJSX {
|
|
|
4692
4657
|
/**
|
|
4693
4658
|
* Custom style of the component.
|
|
4694
4659
|
* @default ""
|
|
4695
|
-
* @see https
|
|
4660
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
4696
4661
|
*/
|
|
4697
4662
|
"customStyle"?: string;
|
|
4698
4663
|
/**
|
|
@@ -4727,7 +4692,7 @@ declare namespace LocalJSX {
|
|
|
4727
4692
|
/**
|
|
4728
4693
|
* Custom style of the component.
|
|
4729
4694
|
* @default ""
|
|
4730
|
-
* @see https
|
|
4695
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
4731
4696
|
*/
|
|
4732
4697
|
"customStyle"?: string;
|
|
4733
4698
|
/**
|
|
@@ -4761,7 +4726,7 @@ declare namespace LocalJSX {
|
|
|
4761
4726
|
/**
|
|
4762
4727
|
* Custom style of the component.
|
|
4763
4728
|
* @default ""
|
|
4764
|
-
* @see https
|
|
4729
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
4765
4730
|
*/
|
|
4766
4731
|
"customStyle"?: string;
|
|
4767
4732
|
/**
|
|
@@ -4803,7 +4768,7 @@ declare namespace LocalJSX {
|
|
|
4803
4768
|
/**
|
|
4804
4769
|
* Custom style of the component.
|
|
4805
4770
|
* @default ""
|
|
4806
|
-
* @see https
|
|
4771
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
4807
4772
|
*/
|
|
4808
4773
|
"customStyle"?: string;
|
|
4809
4774
|
/**
|
|
@@ -4838,7 +4803,7 @@ declare namespace LocalJSX {
|
|
|
4838
4803
|
/**
|
|
4839
4804
|
* Custom style of the component.
|
|
4840
4805
|
* @default ""
|
|
4841
|
-
* @see https
|
|
4806
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
4842
4807
|
*/
|
|
4843
4808
|
"customStyle"?: string;
|
|
4844
4809
|
/**
|
|
@@ -4868,7 +4833,7 @@ declare namespace LocalJSX {
|
|
|
4868
4833
|
/**
|
|
4869
4834
|
* Custom style of the component.
|
|
4870
4835
|
* @default ""
|
|
4871
|
-
* @see https
|
|
4836
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
4872
4837
|
*/
|
|
4873
4838
|
"customStyle"?: string;
|
|
4874
4839
|
/**
|
|
@@ -5013,7 +4978,7 @@ declare namespace LocalJSX {
|
|
|
5013
4978
|
/**
|
|
5014
4979
|
* Custom style of the component.
|
|
5015
4980
|
* @default ""
|
|
5016
|
-
* @see https
|
|
4981
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
5017
4982
|
*/
|
|
5018
4983
|
"customStyle"?: string;
|
|
5019
4984
|
/**
|
|
@@ -5059,7 +5024,7 @@ declare namespace LocalJSX {
|
|
|
5059
5024
|
/**
|
|
5060
5025
|
* Custom style of the component.
|
|
5061
5026
|
* @default ""
|
|
5062
|
-
* @see https
|
|
5027
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
5063
5028
|
*/
|
|
5064
5029
|
"customStyle"?: string;
|
|
5065
5030
|
/**
|
|
@@ -5123,7 +5088,7 @@ declare namespace LocalJSX {
|
|
|
5123
5088
|
/**
|
|
5124
5089
|
* Custom style of the component.
|
|
5125
5090
|
* @default ""
|
|
5126
|
-
* @see https
|
|
5091
|
+
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
5127
5092
|
*/
|
|
5128
5093
|
"customStyle"?: string;
|
|
5129
5094
|
/**
|
|
@@ -5305,7 +5270,6 @@ declare namespace LocalJSX {
|
|
|
5305
5270
|
"kup-grid": KupGrid;
|
|
5306
5271
|
"kup-iframe": KupIframe;
|
|
5307
5272
|
"kup-image": KupImage;
|
|
5308
|
-
"kup-layout": KupLayout;
|
|
5309
5273
|
"kup-lazy": KupLazy;
|
|
5310
5274
|
"kup-list": KupList;
|
|
5311
5275
|
"kup-magic-box": KupMagicBox;
|
|
@@ -5354,7 +5318,6 @@ declare module "@stencil/core" {
|
|
|
5354
5318
|
"kup-grid": LocalJSX.KupGrid & JSXBase.HTMLAttributes<HTMLKupGridElement>;
|
|
5355
5319
|
"kup-iframe": LocalJSX.KupIframe & JSXBase.HTMLAttributes<HTMLKupIframeElement>;
|
|
5356
5320
|
"kup-image": LocalJSX.KupImage & JSXBase.HTMLAttributes<HTMLKupImageElement>;
|
|
5357
|
-
"kup-layout": LocalJSX.KupLayout & JSXBase.HTMLAttributes<HTMLKupLayoutElement>;
|
|
5358
5321
|
"kup-lazy": LocalJSX.KupLazy & JSXBase.HTMLAttributes<HTMLKupLazyElement>;
|
|
5359
5322
|
"kup-list": LocalJSX.KupList & JSXBase.HTMLAttributes<HTMLKupListElement>;
|
|
5360
5323
|
"kup-magic-box": LocalJSX.KupMagicBox & JSXBase.HTMLAttributes<HTMLKupMagicBoxElement>;
|