@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
|
@@ -220,8 +220,8 @@ export class KupProgressBar {
|
|
|
220
220
|
"optional": false,
|
|
221
221
|
"docs": {
|
|
222
222
|
"tags": [{
|
|
223
|
-
"
|
|
224
|
-
"
|
|
223
|
+
"name": "default",
|
|
224
|
+
"text": "true"
|
|
225
225
|
}],
|
|
226
226
|
"text": "Displays the label in the middle of the progress bar. It's the default for the radial variant and can't be changed."
|
|
227
227
|
},
|
|
@@ -241,11 +241,11 @@ export class KupProgressBar {
|
|
|
241
241
|
"optional": false,
|
|
242
242
|
"docs": {
|
|
243
243
|
"tags": [{
|
|
244
|
-
"
|
|
245
|
-
"
|
|
244
|
+
"name": "default",
|
|
245
|
+
"text": "\"\""
|
|
246
246
|
}, {
|
|
247
|
-
"
|
|
248
|
-
"
|
|
247
|
+
"name": "see",
|
|
248
|
+
"text": "https://ketchup.smeup.com/ketchup-showcase/#/customization"
|
|
249
249
|
}],
|
|
250
250
|
"text": "Custom style of the component."
|
|
251
251
|
},
|
|
@@ -265,8 +265,8 @@ export class KupProgressBar {
|
|
|
265
265
|
"optional": false,
|
|
266
266
|
"docs": {
|
|
267
267
|
"tags": [{
|
|
268
|
-
"
|
|
269
|
-
"
|
|
268
|
+
"name": "default",
|
|
269
|
+
"text": "false"
|
|
270
270
|
}],
|
|
271
271
|
"text": "Flag to show or hide the progress bar's label."
|
|
272
272
|
},
|
|
@@ -286,8 +286,8 @@ export class KupProgressBar {
|
|
|
286
286
|
"optional": false,
|
|
287
287
|
"docs": {
|
|
288
288
|
"tags": [{
|
|
289
|
-
"
|
|
290
|
-
"
|
|
289
|
+
"name": "default",
|
|
290
|
+
"text": "null"
|
|
291
291
|
}],
|
|
292
292
|
"text": "Specifies an icon to replace the label."
|
|
293
293
|
},
|
|
@@ -307,8 +307,8 @@ export class KupProgressBar {
|
|
|
307
307
|
"optional": false,
|
|
308
308
|
"docs": {
|
|
309
309
|
"tags": [{
|
|
310
|
-
"
|
|
311
|
-
"
|
|
310
|
+
"name": "default",
|
|
311
|
+
"text": "null"
|
|
312
312
|
}],
|
|
313
313
|
"text": "Specifies a text for the bar's label."
|
|
314
314
|
},
|
|
@@ -328,8 +328,8 @@ export class KupProgressBar {
|
|
|
328
328
|
"optional": false,
|
|
329
329
|
"docs": {
|
|
330
330
|
"tags": [{
|
|
331
|
-
"
|
|
332
|
-
"
|
|
331
|
+
"name": "default",
|
|
332
|
+
"text": "false"
|
|
333
333
|
}],
|
|
334
334
|
"text": "Radial version."
|
|
335
335
|
},
|
|
@@ -349,8 +349,8 @@ export class KupProgressBar {
|
|
|
349
349
|
"optional": false,
|
|
350
350
|
"docs": {
|
|
351
351
|
"tags": [{
|
|
352
|
-
"
|
|
353
|
-
"
|
|
352
|
+
"name": "default",
|
|
353
|
+
"text": "0"
|
|
354
354
|
}],
|
|
355
355
|
"text": "The current value the progress bar must display."
|
|
356
356
|
},
|
|
@@ -365,8 +365,8 @@ export class KupProgressBar {
|
|
|
365
365
|
"signature": "(descriptions?: boolean) => Promise<GenericObject>",
|
|
366
366
|
"parameters": [{
|
|
367
367
|
"tags": [{
|
|
368
|
-
"
|
|
369
|
-
"
|
|
368
|
+
"name": "param",
|
|
369
|
+
"text": "descriptions - When provided and true, the result will be the list of props with their description."
|
|
370
370
|
}],
|
|
371
371
|
"text": "- When provided and true, the result will be the list of props with their description."
|
|
372
372
|
}],
|
|
@@ -413,8 +413,8 @@ export class KupProgressBar {
|
|
|
413
413
|
"signature": "(props: GenericObject) => Promise<void>",
|
|
414
414
|
"parameters": [{
|
|
415
415
|
"tags": [{
|
|
416
|
-
"
|
|
417
|
-
"
|
|
416
|
+
"name": "param",
|
|
417
|
+
"text": "props - Object containing props that will be set to the component."
|
|
418
418
|
}],
|
|
419
419
|
"text": "- Object containing props that will be set to the component."
|
|
420
420
|
}],
|
|
@@ -180,8 +180,8 @@ export class KupRadio {
|
|
|
180
180
|
"optional": false,
|
|
181
181
|
"docs": {
|
|
182
182
|
"tags": [{
|
|
183
|
-
"
|
|
184
|
-
"
|
|
183
|
+
"name": "default",
|
|
184
|
+
"text": "null"
|
|
185
185
|
}],
|
|
186
186
|
"text": "Number of columns. When null, radio fields will be displayed inline."
|
|
187
187
|
},
|
|
@@ -201,11 +201,11 @@ export class KupRadio {
|
|
|
201
201
|
"optional": false,
|
|
202
202
|
"docs": {
|
|
203
203
|
"tags": [{
|
|
204
|
-
"
|
|
205
|
-
"
|
|
204
|
+
"name": "default",
|
|
205
|
+
"text": "\"\""
|
|
206
206
|
}, {
|
|
207
|
-
"
|
|
208
|
-
"
|
|
207
|
+
"name": "see",
|
|
208
|
+
"text": "https://ketchup.smeup.com/ketchup-showcase/#/customization"
|
|
209
209
|
}],
|
|
210
210
|
"text": "Custom style of the component."
|
|
211
211
|
},
|
|
@@ -230,8 +230,8 @@ export class KupRadio {
|
|
|
230
230
|
"optional": false,
|
|
231
231
|
"docs": {
|
|
232
232
|
"tags": [{
|
|
233
|
-
"
|
|
234
|
-
"
|
|
233
|
+
"name": "default",
|
|
234
|
+
"text": "null"
|
|
235
235
|
}],
|
|
236
236
|
"text": "List of elements."
|
|
237
237
|
},
|
|
@@ -249,8 +249,8 @@ export class KupRadio {
|
|
|
249
249
|
"optional": false,
|
|
250
250
|
"docs": {
|
|
251
251
|
"tags": [{
|
|
252
|
-
"
|
|
253
|
-
"
|
|
252
|
+
"name": "default",
|
|
253
|
+
"text": "false"
|
|
254
254
|
}],
|
|
255
255
|
"text": "Defaults at false. When set to true, the component is disabled."
|
|
256
256
|
},
|
|
@@ -270,8 +270,8 @@ export class KupRadio {
|
|
|
270
270
|
"optional": false,
|
|
271
271
|
"docs": {
|
|
272
272
|
"tags": [{
|
|
273
|
-
"
|
|
274
|
-
"
|
|
273
|
+
"name": "default",
|
|
274
|
+
"text": "false"
|
|
275
275
|
}],
|
|
276
276
|
"text": "Defaults at false. When set to true, the label will be on the left of the component."
|
|
277
277
|
},
|
|
@@ -350,8 +350,8 @@ export class KupRadio {
|
|
|
350
350
|
"signature": "(descriptions?: boolean) => Promise<GenericObject>",
|
|
351
351
|
"parameters": [{
|
|
352
352
|
"tags": [{
|
|
353
|
-
"
|
|
354
|
-
"
|
|
353
|
+
"name": "param",
|
|
354
|
+
"text": "descriptions - When provided and true, the result will be the list of props with their description."
|
|
355
355
|
}],
|
|
356
356
|
"text": "- When provided and true, the result will be the list of props with their description."
|
|
357
357
|
}],
|
|
@@ -398,8 +398,8 @@ export class KupRadio {
|
|
|
398
398
|
"signature": "(props: GenericObject) => Promise<void>",
|
|
399
399
|
"parameters": [{
|
|
400
400
|
"tags": [{
|
|
401
|
-
"
|
|
402
|
-
"
|
|
401
|
+
"name": "param",
|
|
402
|
+
"text": "props - Object containing props that will be set to the component."
|
|
403
403
|
}],
|
|
404
404
|
"text": "- Object containing props that will be set to the component."
|
|
405
405
|
}],
|
|
@@ -155,11 +155,11 @@ export class KupRating {
|
|
|
155
155
|
"optional": false,
|
|
156
156
|
"docs": {
|
|
157
157
|
"tags": [{
|
|
158
|
-
"
|
|
159
|
-
"
|
|
158
|
+
"name": "default",
|
|
159
|
+
"text": "\"\""
|
|
160
160
|
}, {
|
|
161
|
-
"
|
|
162
|
-
"
|
|
161
|
+
"name": "see",
|
|
162
|
+
"text": "https://ketchup.smeup.com/ketchup-showcase/#/customization"
|
|
163
163
|
}],
|
|
164
164
|
"text": "Custom style of the component."
|
|
165
165
|
},
|
|
@@ -179,8 +179,8 @@ export class KupRating {
|
|
|
179
179
|
"optional": false,
|
|
180
180
|
"docs": {
|
|
181
181
|
"tags": [{
|
|
182
|
-
"
|
|
183
|
-
"
|
|
182
|
+
"name": "default",
|
|
183
|
+
"text": "false"
|
|
184
184
|
}],
|
|
185
185
|
"text": "Defaults at false. When set to true, the component is disabled."
|
|
186
186
|
},
|
|
@@ -200,8 +200,8 @@ export class KupRating {
|
|
|
200
200
|
"optional": false,
|
|
201
201
|
"docs": {
|
|
202
202
|
"tags": [{
|
|
203
|
-
"
|
|
204
|
-
"
|
|
203
|
+
"name": "default",
|
|
204
|
+
"text": "5"
|
|
205
205
|
}],
|
|
206
206
|
"text": "Max number of stars (default 5)."
|
|
207
207
|
},
|
|
@@ -221,8 +221,8 @@ export class KupRating {
|
|
|
221
221
|
"optional": false,
|
|
222
222
|
"docs": {
|
|
223
223
|
"tags": [{
|
|
224
|
-
"
|
|
225
|
-
"
|
|
224
|
+
"name": "default",
|
|
225
|
+
"text": "0"
|
|
226
226
|
}],
|
|
227
227
|
"text": "Rated stars."
|
|
228
228
|
},
|
|
@@ -261,8 +261,8 @@ export class KupRating {
|
|
|
261
261
|
"signature": "(descriptions?: boolean) => Promise<GenericObject>",
|
|
262
262
|
"parameters": [{
|
|
263
263
|
"tags": [{
|
|
264
|
-
"
|
|
265
|
-
"
|
|
264
|
+
"name": "param",
|
|
265
|
+
"text": "descriptions - When provided and true, the result will be the list of props with their description."
|
|
266
266
|
}],
|
|
267
267
|
"text": "- When provided and true, the result will be the list of props with their description."
|
|
268
268
|
}],
|
|
@@ -309,8 +309,8 @@ export class KupRating {
|
|
|
309
309
|
"signature": "(props: GenericObject) => Promise<void>",
|
|
310
310
|
"parameters": [{
|
|
311
311
|
"tags": [{
|
|
312
|
-
"
|
|
313
|
-
"
|
|
312
|
+
"name": "param",
|
|
313
|
+
"text": "props - Object containing props that will be set to the component."
|
|
314
314
|
}],
|
|
315
315
|
"text": "- Object containing props that will be set to the component."
|
|
316
316
|
}],
|
|
@@ -236,8 +236,8 @@ export class KupSpinner {
|
|
|
236
236
|
"optional": false,
|
|
237
237
|
"docs": {
|
|
238
238
|
"tags": [{
|
|
239
|
-
"
|
|
240
|
-
"
|
|
239
|
+
"name": "default",
|
|
240
|
+
"text": "false"
|
|
241
241
|
}],
|
|
242
242
|
"text": "When set to true the spinner is animating."
|
|
243
243
|
},
|
|
@@ -257,8 +257,8 @@ export class KupSpinner {
|
|
|
257
257
|
"optional": false,
|
|
258
258
|
"docs": {
|
|
259
259
|
"tags": [{
|
|
260
|
-
"
|
|
261
|
-
"
|
|
260
|
+
"name": "default",
|
|
261
|
+
"text": "false"
|
|
262
262
|
}],
|
|
263
263
|
"text": "Decides whether the component is a bar or a spinner."
|
|
264
264
|
},
|
|
@@ -278,11 +278,11 @@ export class KupSpinner {
|
|
|
278
278
|
"optional": false,
|
|
279
279
|
"docs": {
|
|
280
280
|
"tags": [{
|
|
281
|
-
"
|
|
282
|
-
"
|
|
281
|
+
"name": "default",
|
|
282
|
+
"text": "\"\""
|
|
283
283
|
}, {
|
|
284
|
-
"
|
|
285
|
-
"
|
|
284
|
+
"name": "see",
|
|
285
|
+
"text": "https://ketchup.smeup.com/ketchup-showcase/#/customization"
|
|
286
286
|
}],
|
|
287
287
|
"text": "Custom style of the component."
|
|
288
288
|
},
|
|
@@ -302,8 +302,8 @@ export class KupSpinner {
|
|
|
302
302
|
"optional": false,
|
|
303
303
|
"docs": {
|
|
304
304
|
"tags": [{
|
|
305
|
-
"
|
|
306
|
-
"
|
|
305
|
+
"name": "default",
|
|
306
|
+
"text": "false"
|
|
307
307
|
}],
|
|
308
308
|
"text": "Width and height of the spinner. For the bar variant, only height."
|
|
309
309
|
},
|
|
@@ -323,8 +323,8 @@ export class KupSpinner {
|
|
|
323
323
|
"optional": false,
|
|
324
324
|
"docs": {
|
|
325
325
|
"tags": [{
|
|
326
|
-
"
|
|
327
|
-
"
|
|
326
|
+
"name": "default",
|
|
327
|
+
"text": "false"
|
|
328
328
|
}],
|
|
329
329
|
"text": "Places a blend modal over the wrapper to darken the view (or lighten, when the theme is dark)."
|
|
330
330
|
},
|
|
@@ -344,8 +344,8 @@ export class KupSpinner {
|
|
|
344
344
|
"optional": false,
|
|
345
345
|
"docs": {
|
|
346
346
|
"tags": [{
|
|
347
|
-
"
|
|
348
|
-
"
|
|
347
|
+
"name": "default",
|
|
348
|
+
"text": "3500"
|
|
349
349
|
}],
|
|
350
350
|
"text": "The time required for the \"fader\" to trigger."
|
|
351
351
|
},
|
|
@@ -365,8 +365,8 @@ export class KupSpinner {
|
|
|
365
365
|
"optional": false,
|
|
366
366
|
"docs": {
|
|
367
367
|
"tags": [{
|
|
368
|
-
"
|
|
369
|
-
"
|
|
368
|
+
"name": "default",
|
|
369
|
+
"text": "false"
|
|
370
370
|
}],
|
|
371
371
|
"text": "When set to true the component will fill the whole viewport."
|
|
372
372
|
},
|
|
@@ -386,8 +386,8 @@ export class KupSpinner {
|
|
|
386
386
|
"optional": false,
|
|
387
387
|
"docs": {
|
|
388
388
|
"tags": [{
|
|
389
|
-
"
|
|
390
|
-
"
|
|
389
|
+
"name": "default",
|
|
390
|
+
"text": "1"
|
|
391
391
|
}],
|
|
392
392
|
"text": "Sets the layout of the spinner."
|
|
393
393
|
},
|
|
@@ -423,8 +423,8 @@ export class KupSpinner {
|
|
|
423
423
|
"signature": "(descriptions?: boolean) => Promise<GenericObject>",
|
|
424
424
|
"parameters": [{
|
|
425
425
|
"tags": [{
|
|
426
|
-
"
|
|
427
|
-
"
|
|
426
|
+
"name": "param",
|
|
427
|
+
"text": "descriptions - When provided and true, the result will be the list of props with their description."
|
|
428
428
|
}],
|
|
429
429
|
"text": "- When provided and true, the result will be the list of props with their description."
|
|
430
430
|
}],
|
|
@@ -471,8 +471,8 @@ export class KupSpinner {
|
|
|
471
471
|
"signature": "(props: GenericObject) => Promise<void>",
|
|
472
472
|
"parameters": [{
|
|
473
473
|
"tags": [{
|
|
474
|
-
"
|
|
475
|
-
"
|
|
474
|
+
"name": "param",
|
|
475
|
+
"text": "props - Object containing props that will be set to the component."
|
|
476
476
|
}],
|
|
477
477
|
"text": "- Object containing props that will be set to the component."
|
|
478
478
|
}],
|
|
@@ -181,8 +181,8 @@ export class KupSwitch {
|
|
|
181
181
|
"optional": false,
|
|
182
182
|
"docs": {
|
|
183
183
|
"tags": [{
|
|
184
|
-
"
|
|
185
|
-
"
|
|
184
|
+
"name": "default",
|
|
185
|
+
"text": "false"
|
|
186
186
|
}],
|
|
187
187
|
"text": "Defaults at false. When set to true, the component will be set to 'checked'."
|
|
188
188
|
},
|
|
@@ -202,11 +202,11 @@ export class KupSwitch {
|
|
|
202
202
|
"optional": false,
|
|
203
203
|
"docs": {
|
|
204
204
|
"tags": [{
|
|
205
|
-
"
|
|
206
|
-
"
|
|
205
|
+
"name": "default",
|
|
206
|
+
"text": "\"\""
|
|
207
207
|
}, {
|
|
208
|
-
"
|
|
209
|
-
"
|
|
208
|
+
"name": "see",
|
|
209
|
+
"text": "https://ketchup.smeup.com/ketchup-showcase/#/customization"
|
|
210
210
|
}],
|
|
211
211
|
"text": "Custom style of the component."
|
|
212
212
|
},
|
|
@@ -226,8 +226,8 @@ export class KupSwitch {
|
|
|
226
226
|
"optional": false,
|
|
227
227
|
"docs": {
|
|
228
228
|
"tags": [{
|
|
229
|
-
"
|
|
230
|
-
"
|
|
229
|
+
"name": "default",
|
|
230
|
+
"text": "false"
|
|
231
231
|
}],
|
|
232
232
|
"text": "Defaults at false. When set to true, the component is disabled."
|
|
233
233
|
},
|
|
@@ -247,8 +247,8 @@ export class KupSwitch {
|
|
|
247
247
|
"optional": false,
|
|
248
248
|
"docs": {
|
|
249
249
|
"tags": [{
|
|
250
|
-
"
|
|
251
|
-
"
|
|
250
|
+
"name": "default",
|
|
251
|
+
"text": "null"
|
|
252
252
|
}],
|
|
253
253
|
"text": "Defaults at null. When specified, its content will be shown as a label."
|
|
254
254
|
},
|
|
@@ -268,8 +268,8 @@ export class KupSwitch {
|
|
|
268
268
|
"optional": false,
|
|
269
269
|
"docs": {
|
|
270
270
|
"tags": [{
|
|
271
|
-
"
|
|
272
|
-
"
|
|
271
|
+
"name": "default",
|
|
272
|
+
"text": "false"
|
|
273
273
|
}],
|
|
274
274
|
"text": "Defaults at false. When set to true, the label will be on the left of the component."
|
|
275
275
|
},
|
|
@@ -348,8 +348,8 @@ export class KupSwitch {
|
|
|
348
348
|
"signature": "(descriptions?: boolean) => Promise<GenericObject>",
|
|
349
349
|
"parameters": [{
|
|
350
350
|
"tags": [{
|
|
351
|
-
"
|
|
352
|
-
"
|
|
351
|
+
"name": "param",
|
|
352
|
+
"text": "descriptions - When provided and true, the result will be the list of props with their description."
|
|
353
353
|
}],
|
|
354
354
|
"text": "- When provided and true, the result will be the list of props with their description."
|
|
355
355
|
}],
|
|
@@ -396,8 +396,8 @@ export class KupSwitch {
|
|
|
396
396
|
"signature": "(props: GenericObject) => Promise<void>",
|
|
397
397
|
"parameters": [{
|
|
398
398
|
"tags": [{
|
|
399
|
-
"
|
|
400
|
-
"
|
|
399
|
+
"name": "param",
|
|
400
|
+
"text": "props - Object containing props that will be set to the component."
|
|
401
401
|
}],
|
|
402
402
|
"text": "- Object containing props that will be set to the component."
|
|
403
403
|
}],
|
|
@@ -215,11 +215,11 @@ export class KupTabBar {
|
|
|
215
215
|
"optional": false,
|
|
216
216
|
"docs": {
|
|
217
217
|
"tags": [{
|
|
218
|
-
"
|
|
219
|
-
"
|
|
218
|
+
"name": "default",
|
|
219
|
+
"text": "\"\""
|
|
220
220
|
}, {
|
|
221
|
-
"
|
|
222
|
-
"
|
|
221
|
+
"name": "see",
|
|
222
|
+
"text": "https://ketchup.smeup.com/ketchup-showcase/#/customization"
|
|
223
223
|
}],
|
|
224
224
|
"text": "Custom style of the component."
|
|
225
225
|
},
|
|
@@ -244,8 +244,8 @@ export class KupTabBar {
|
|
|
244
244
|
"optional": false,
|
|
245
245
|
"docs": {
|
|
246
246
|
"tags": [{
|
|
247
|
-
"
|
|
248
|
-
"
|
|
247
|
+
"name": "default",
|
|
248
|
+
"text": "null"
|
|
249
249
|
}],
|
|
250
250
|
"text": "List of elements."
|
|
251
251
|
},
|
|
@@ -263,8 +263,8 @@ export class KupTabBar {
|
|
|
263
263
|
"optional": false,
|
|
264
264
|
"docs": {
|
|
265
265
|
"tags": [{
|
|
266
|
-
"
|
|
267
|
-
"
|
|
266
|
+
"name": "default",
|
|
267
|
+
"text": "true"
|
|
268
268
|
}],
|
|
269
269
|
"text": "When enabled displays Material's ripple effect on item headers."
|
|
270
270
|
},
|
|
@@ -343,8 +343,8 @@ export class KupTabBar {
|
|
|
343
343
|
"signature": "(descriptions?: boolean) => Promise<GenericObject>",
|
|
344
344
|
"parameters": [{
|
|
345
345
|
"tags": [{
|
|
346
|
-
"
|
|
347
|
-
"
|
|
346
|
+
"name": "param",
|
|
347
|
+
"text": "descriptions - When provided and true, the result will be the list of props with their description."
|
|
348
348
|
}],
|
|
349
349
|
"text": "- When provided and true, the result will be the list of props with their description."
|
|
350
350
|
}],
|
|
@@ -391,8 +391,8 @@ export class KupTabBar {
|
|
|
391
391
|
"signature": "(props: GenericObject) => Promise<void>",
|
|
392
392
|
"parameters": [{
|
|
393
393
|
"tags": [{
|
|
394
|
-
"
|
|
395
|
-
"
|
|
394
|
+
"name": "param",
|
|
395
|
+
"text": "props - Object containing props that will be set to the component."
|
|
396
396
|
}],
|
|
397
397
|
"text": "- Object containing props that will be set to the component."
|
|
398
398
|
}],
|