@sme.up/ketchup 4.0.0 → 4.2.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/README.md +3 -3
- package/dist/cjs/cell-utils-dc0884a3.js +168 -0
- package/dist/cjs/f-button-2ba74fb5.js +105 -0
- package/dist/cjs/f-cell-fe60a08d.js +731 -0
- package/dist/cjs/f-chip-90d95d22.js +141 -0
- package/dist/cjs/{f-image-5f4f29ca.js → f-image-d3bd4e08.js} +4 -5
- 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 +6 -8
- package/dist/cjs/{kup-autocomplete_29.cjs.entry.js → kup-autocomplete_28.cjs.entry.js} +2580 -3060
- package/dist/cjs/kup-calendar.cjs.entry.js +30 -30
- package/dist/cjs/kup-cell.cjs.entry.js +201 -0
- package/dist/cjs/kup-dash-list.cjs.entry.js +15 -7
- package/dist/cjs/kup-dash_2.cjs.entry.js +104 -62
- package/dist/cjs/kup-drawer.cjs.entry.js +4 -6
- package/dist/cjs/kup-field.cjs.entry.js +3 -5
- package/dist/cjs/kup-iframe.cjs.entry.js +3 -4
- package/dist/cjs/kup-lazy.cjs.entry.js +4 -6
- package/dist/cjs/kup-magic-box.cjs.entry.js +21 -31
- package/dist/cjs/kup-manager-1a2688ca.js +5813 -0
- package/dist/cjs/kup-nav-bar.cjs.entry.js +4 -6
- package/dist/cjs/kup-probe.cjs.entry.js +3 -4
- package/dist/cjs/kup-qlik.cjs.entry.js +2 -3
- package/dist/cjs/kup-snackbar.cjs.entry.js +152 -0
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/{utils-2af73538.js → utils-0cc466b9.js} +17 -83
- package/dist/collection/assets/cell.js +51 -0
- package/dist/collection/assets/data-table.js +518 -1
- package/dist/collection/assets/index.js +8 -0
- package/dist/collection/assets/snackbar.js +32 -0
- package/dist/collection/collection-manifest.json +6 -6
- package/dist/collection/components/kup-accordion/kup-accordion.css +0 -213
- package/dist/collection/components/kup-accordion/kup-accordion.js +15 -16
- package/dist/collection/components/kup-autocomplete/kup-autocomplete-declarations.js +2 -2
- package/dist/collection/components/kup-autocomplete/kup-autocomplete.css +5 -2381
- package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +83 -111
- package/dist/collection/components/kup-badge/kup-badge.css +1 -35
- package/dist/collection/components/kup-badge/kup-badge.js +13 -14
- package/dist/collection/components/kup-box/kup-box.css +47 -780
- package/dist/collection/components/kup-box/kup-box.js +240 -366
- package/dist/collection/components/kup-button/kup-button.css +0 -333
- package/dist/collection/components/kup-button/kup-button.js +27 -28
- package/dist/collection/components/kup-button-list/kup-button-list.css +0 -332
- package/dist/collection/components/kup-button-list/kup-button-list.js +19 -20
- package/dist/collection/components/kup-calendar/kup-calendar.css +0 -517
- package/dist/collection/components/kup-calendar/kup-calendar.js +47 -45
- package/dist/collection/components/kup-card/builtin/kup-card-builtin.js +20 -0
- package/dist/collection/components/kup-card/builtin/kup-card-calendar.js +458 -0
- package/dist/collection/components/kup-card/builtin/kup-card-clock.js +321 -0
- package/dist/collection/components/kup-card/dialog/kup-card-dialog.js +18 -0
- package/dist/collection/components/kup-card/free/kup-card-free.js +13 -0
- package/dist/collection/components/kup-card/kup-card-declarations.js +19 -0
- package/dist/collection/components/kup-card/kup-card-helper.js +19 -1
- package/dist/collection/components/kup-card/kup-card.css +615 -185
- package/dist/collection/components/kup-card/kup-card.js +94 -34
- package/dist/collection/components/kup-card/standard/kup-card-standard.js +75 -0
- package/dist/collection/components/kup-cell/kup-cell-declarations.js +11 -0
- package/dist/collection/components/kup-cell/kup-cell.css +20 -0
- package/dist/collection/components/kup-cell/kup-cell.js +413 -0
- package/dist/collection/components/kup-chart/kup-chart.js +41 -42
- package/dist/collection/components/kup-checkbox/kup-checkbox.css +0 -214
- package/dist/collection/components/kup-checkbox/kup-checkbox.js +19 -20
- package/dist/collection/components/kup-chip/kup-chip.css +0 -217
- package/dist/collection/components/kup-chip/kup-chip.js +15 -16
- package/dist/collection/components/kup-color-picker/kup-color-picker.css +7 -2380
- package/dist/collection/components/kup-color-picker/kup-color-picker.js +41 -41
- package/dist/collection/components/kup-combobox/kup-combobox-declarations.js +1 -0
- package/dist/collection/components/kup-combobox/kup-combobox.css +5 -2381
- package/dist/collection/components/kup-combobox/kup-combobox.js +68 -28
- package/dist/collection/components/kup-dash-list/kup-dash-list.js +13 -4
- package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +2 -0
- package/dist/collection/components/kup-data-table/kup-data-table-helper.js +61 -102
- package/dist/collection/components/kup-data-table/kup-data-table.css +118 -3232
- package/dist/collection/components/kup-data-table/kup-data-table.js +589 -1089
- package/dist/collection/components/kup-date-picker/kup-date-picker.css +1 -85
- package/dist/collection/components/kup-date-picker/kup-date-picker.js +92 -395
- package/dist/collection/components/kup-drawer/kup-drawer.js +9 -10
- package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.css +12 -340
- package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +56 -45
- package/dist/collection/components/kup-field/kup-field.js +21 -22
- package/dist/collection/components/kup-gauge/kup-gauge.js +17 -18
- package/dist/collection/components/kup-grid/kup-grid.css +2 -1
- package/dist/collection/components/kup-grid/kup-grid.js +13 -14
- package/dist/collection/components/kup-iframe/kup-iframe.js +4 -4
- package/dist/collection/components/kup-image/assets/svg/ketchup.svg +74 -0
- package/dist/collection/components/kup-image/assets/svg/smeup.svg +59 -0
- package/dist/collection/components/kup-image/kup-image.css +0 -32
- package/dist/collection/components/kup-image/kup-image.js +25 -26
- package/dist/collection/components/kup-lazy/kup-lazy.js +17 -18
- package/dist/collection/components/kup-list/kup-list-declarations.js +1 -1
- package/dist/collection/components/kup-list/kup-list.css +4 -260
- package/dist/collection/components/kup-list/kup-list.js +39 -49
- package/dist/collection/components/kup-magic-box/kup-magic-box.css +13 -39
- package/dist/collection/components/kup-magic-box/kup-magic-box.js +29 -38
- package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +11 -12
- package/dist/collection/components/kup-paginator/kup-paginator.css +0 -332
- package/dist/collection/components/kup-paginator/kup-paginator.js +44 -12
- package/dist/collection/components/kup-probe/kup-probe.js +9 -9
- package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +21 -22
- package/dist/collection/components/kup-radio/kup-radio.js +17 -18
- package/dist/collection/components/kup-rating/kup-rating.js +15 -16
- package/dist/collection/components/kup-snackbar/kup-snackbar-declarations.js +13 -0
- package/dist/collection/components/kup-snackbar/kup-snackbar.css +75 -0
- package/dist/collection/components/kup-snackbar/kup-snackbar.js +390 -0
- package/dist/collection/components/kup-spinner/kup-spinner.js +23 -24
- package/dist/collection/components/kup-switch/kup-switch.css +0 -156
- package/dist/collection/components/kup-switch/kup-switch.js +17 -18
- package/dist/collection/components/kup-tab-bar/kup-tab-bar.css +0 -199
- package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +13 -14
- package/dist/collection/components/kup-text-field/kup-text-field-declarations.js +1 -0
- package/dist/collection/components/kup-text-field/kup-text-field.css +4 -2371
- package/dist/collection/components/kup-text-field/kup-text-field.js +77 -51
- package/dist/collection/components/kup-time-picker/kup-time-picker.css +7 -0
- package/dist/collection/components/kup-time-picker/kup-time-picker.js +97 -317
- package/dist/collection/components/kup-tooltip/kup-tooltip.js +24 -14
- package/dist/collection/components/kup-tree/kup-tree.css +27 -371
- package/dist/collection/components/kup-tree/kup-tree.js +163 -383
- package/dist/collection/f-components/f-button/f-button.js +4 -2
- package/dist/collection/f-components/f-cell/f-cell-declarations.js +143 -0
- package/dist/collection/f-components/f-cell/f-cell.js +471 -0
- package/dist/collection/f-components/f-checkbox/f-checkbox.js +1 -1
- package/dist/collection/f-components/f-chip/f-chip.js +2 -2
- package/dist/collection/f-components/f-image/f-image.js +2 -3
- package/dist/collection/f-components/f-switch/f-switch.js +1 -1
- package/dist/collection/f-components/f-text-field/f-text-field-mdc.js +1 -1
- package/dist/collection/f-components/f-text-field/f-text-field.js +25 -21
- package/dist/collection/utils/cell-utils.js +18 -222
- package/dist/collection/utils/filters/filters.js +31 -37
- package/dist/collection/utils/kup-column-menu/kup-column-menu.js +15 -3
- package/dist/collection/utils/kup-dates/kup-dates.js +14 -2
- package/dist/collection/utils/kup-debug/kup-debug-browser-utils.js +3 -3
- package/dist/collection/utils/kup-debug/kup-debug.js +57 -29
- package/dist/collection/utils/kup-dynamic-position/kup-dynamic-position.js +5 -7
- package/dist/collection/utils/kup-interact/kup-interact-declarations.js +48 -0
- package/dist/collection/utils/kup-interact/kup-interact.js +379 -0
- package/dist/collection/utils/kup-language/kup-language-declarations.js +2 -0
- package/dist/collection/utils/kup-language/kup-language.js +1 -1
- package/dist/collection/utils/kup-manager/kup-manager.js +47 -10
- package/dist/collection/utils/kup-objects/kup-objects.js +9 -33
- package/dist/collection/utils/kup-scroll-on-hover/kup-scroll-on-hover.js +60 -62
- package/dist/collection/utils/kup-search/kup-search-declarations.js +1 -0
- package/dist/collection/utils/kup-search/kup-search.js +75 -0
- package/dist/collection/utils/kup-theme/kup-theme-declarations.js +1 -0
- package/dist/collection/utils/kup-theme/kup-theme.js +4 -3
- package/dist/collection/utils/kup-toolbar/kup-toolbar.js +16 -18
- package/dist/collection/utils/utils.js +15 -23
- package/dist/esm/cell-utils-8f512ea9.js +160 -0
- package/dist/esm/f-button-30dbcaa9.js +103 -0
- package/dist/esm/f-cell-95c186c6.js +727 -0
- package/dist/esm/f-chip-c0e9c0ff.js +139 -0
- package/dist/esm/{f-image-68b34fab.js → f-image-3bc8b24f.js} +4 -5
- package/dist/esm/{index-bf2824a6.js → index-e0e67c23.js} +74 -65
- package/dist/esm/ketchup.js +3 -3
- package/dist/esm/kup-accordion.entry.js +6 -8
- package/dist/esm/{kup-autocomplete_29.entry.js → kup-autocomplete_28.entry.js} +2379 -2858
- package/dist/esm/kup-calendar.entry.js +10 -10
- package/dist/esm/kup-cell.entry.js +197 -0
- package/dist/esm/kup-dash-list.entry.js +15 -7
- package/dist/esm/kup-dash_2.entry.js +104 -62
- package/dist/esm/kup-drawer.entry.js +4 -6
- package/dist/esm/kup-field.entry.js +3 -5
- package/dist/esm/kup-iframe.entry.js +3 -4
- package/dist/esm/kup-lazy.entry.js +4 -6
- package/dist/esm/kup-magic-box.entry.js +21 -31
- package/dist/esm/kup-manager-7fc234da.js +5800 -0
- package/dist/esm/kup-nav-bar.entry.js +4 -6
- package/dist/esm/kup-probe.entry.js +3 -4
- package/dist/esm/kup-qlik.entry.js +2 -3
- package/dist/esm/kup-snackbar.entry.js +148 -0
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{utils-13dd007a.js → utils-6c73709d.js} +15 -78
- package/dist/ketchup/assets/svg/ketchup.svg +74 -0
- package/dist/ketchup/assets/svg/smeup.svg +59 -0
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/p-15321eae.js +1 -0
- package/dist/ketchup/p-1baf1205.entry.js +1 -0
- package/dist/ketchup/p-1c6178e4.entry.js +1 -0
- package/dist/ketchup/p-44375e49.js +1 -0
- package/dist/ketchup/p-4dcdbd31.entry.js +45 -0
- package/dist/ketchup/p-5a5f2a53.js +1 -0
- package/dist/ketchup/{p-c7ee1fbc.js → p-61faaa38.js} +2 -2
- package/dist/ketchup/p-62816d0b.entry.js +1 -0
- package/dist/ketchup/p-65adc15b.entry.js +1 -0
- package/dist/ketchup/p-7e23ea7c.entry.js +1 -0
- package/dist/ketchup/p-a378ba56.entry.js +1 -0
- package/dist/ketchup/p-a878016f.entry.js +1 -0
- package/dist/ketchup/p-a96e6e32.entry.js +1 -0
- package/dist/ketchup/p-ad32821e.entry.js +1 -0
- package/dist/ketchup/p-af4a6191.entry.js +1 -0
- package/dist/ketchup/p-c18c7bb0.entry.js +27 -0
- package/dist/ketchup/p-ca0ca27f.entry.js +1 -0
- package/dist/ketchup/p-cb5f4994.js +1 -0
- package/dist/ketchup/p-ccda584a.entry.js +1 -0
- package/dist/ketchup/p-d4aa4922.js +1 -0
- package/dist/ketchup/p-dbb6998b.entry.js +1 -0
- package/dist/ketchup/p-de83f2f6.js +1 -0
- package/dist/ketchup/p-ec3a3db9.js +1 -0
- package/dist/types/components/kup-autocomplete/kup-autocomplete-declarations.d.ts +2 -6
- package/dist/types/components/kup-autocomplete/kup-autocomplete.d.ts +7 -13
- package/dist/types/components/kup-box/kup-box-declarations.d.ts +13 -4
- package/dist/types/components/kup-box/kup-box.d.ts +13 -6
- package/dist/types/components/kup-card/builtin/kup-card-builtin.d.ts +14 -0
- package/dist/types/components/kup-card/builtin/kup-card-calendar.d.ts +2 -0
- package/dist/types/components/kup-card/builtin/kup-card-clock.d.ts +2 -0
- package/dist/types/components/kup-card/dialog/kup-card-dialog.d.ts +6 -0
- package/dist/types/components/kup-card/free/kup-card-free.d.ts +8 -0
- package/dist/types/components/kup-card/kup-card-declarations.d.ts +74 -0
- package/dist/types/components/kup-card/kup-card.d.ts +12 -3
- package/dist/types/components/kup-card/standard/kup-card-standard.d.ts +6 -0
- package/dist/types/components/kup-cell/kup-cell-declarations.d.ts +10 -0
- package/dist/types/components/kup-cell/kup-cell.d.ts +67 -0
- package/dist/types/components/kup-color-picker/kup-color-picker.d.ts +1 -1
- package/dist/types/components/kup-combobox/kup-combobox-declarations.d.ts +3 -2
- package/dist/types/components/kup-combobox/kup-combobox.d.ts +5 -0
- package/dist/types/components/kup-dash-list/kup-dash-list.d.ts +4 -0
- package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +20 -36
- package/dist/types/components/kup-data-table/kup-data-table-helper.d.ts +1 -15
- package/dist/types/components/kup-data-table/kup-data-table.d.ts +33 -83
- package/dist/types/components/kup-date-picker/kup-date-picker.d.ts +11 -23
- package/dist/types/components/kup-dropdown-button/kup-dropdown-button.d.ts +1 -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-paginator/kup-paginator.d.ts +6 -0
- package/dist/types/components/kup-snackbar/kup-snackbar-declarations.d.ts +12 -0
- package/dist/types/components/kup-snackbar/kup-snackbar.d.ts +79 -0
- package/dist/types/components/kup-text-field/kup-text-field-declarations.d.ts +2 -1
- package/dist/types/components/kup-text-field/kup-text-field.d.ts +5 -0
- package/dist/types/components/kup-time-picker/kup-time-picker.d.ts +10 -20
- package/dist/types/components/kup-tooltip/kup-tooltip.d.ts +1 -0
- package/dist/types/components/kup-tree/kup-tree-declarations.d.ts +4 -4
- package/dist/types/components/kup-tree/kup-tree.d.ts +12 -23
- package/dist/types/components.d.ts +348 -176
- package/dist/types/f-components/f-cell/f-cell-declarations.d.ts +153 -0
- package/dist/types/f-components/f-cell/f-cell.d.ts +3 -0
- package/dist/types/f-components/f-text-field/f-text-field-declarations.d.ts +1 -0
- package/dist/types/f-components/f-text-field/f-text-field-mdc.d.ts +1 -1
- package/dist/types/utils/cell-utils.d.ts +0 -19
- package/dist/types/utils/kup-column-menu/kup-column-menu.d.ts +2 -0
- package/dist/types/utils/kup-dates/kup-dates.d.ts +9 -4
- package/dist/types/utils/kup-debug/kup-debug.d.ts +1 -1
- package/dist/types/utils/kup-dynamic-position/kup-dynamic-position-declarations.d.ts +1 -1
- 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-language/kup-language-declarations.d.ts +2 -0
- package/dist/types/utils/kup-language/kup-language.d.ts +1 -1
- package/dist/types/utils/kup-manager/kup-manager-declarations.d.ts +28 -8
- package/dist/types/utils/kup-manager/kup-manager.d.ts +18 -5
- package/dist/types/utils/kup-objects/kup-objects.d.ts +1 -7
- package/dist/types/utils/kup-search/kup-search-declarations.d.ts +7 -0
- package/dist/types/utils/kup-search/kup-search.d.ts +20 -0
- package/dist/types/utils/kup-theme/kup-theme-declarations.d.ts +2 -0
- package/dist/types/utils/kup-theme/kup-theme.d.ts +2 -2
- package/dist/types/utils/utils.d.ts +0 -1
- package/package.json +4 -6
- package/dist/cjs/cell-utils-1f89a299.js +0 -1527
- package/dist/cjs/drag-and-drop-4787ff6f.js +0 -281
- package/dist/cjs/f-chip-2d58c8f7.js +0 -239
- package/dist/cjs/kup-grid.cjs.entry.js +0 -130
- package/dist/cjs/kup-manager-59ad8bdc.js +0 -4845
- package/dist/cjs/kup-objects-59ea949c.js +0 -717
- package/dist/collection/assets/images/drag-multiple.js +0 -1
- package/dist/collection/components/kup-editor/kup-editor.css +0 -5
- package/dist/collection/components/kup-editor/kup-editor.js +0 -59
- 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/cell-utils-cb612463.js +0 -1510
- package/dist/esm/drag-and-drop-321cb4ca.js +0 -265
- package/dist/esm/f-chip-125d5dd6.js +0 -236
- package/dist/esm/kup-grid.entry.js +0 -126
- package/dist/esm/kup-manager-e7d7b353.js +0 -4842
- package/dist/esm/kup-objects-d38d2fa2.js +0 -711
- package/dist/ketchup/p-00fe1e3e.js +0 -1
- package/dist/ketchup/p-0320e24e.entry.js +0 -1
- package/dist/ketchup/p-08c7a092.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-64ea7e37.entry.js +0 -1
- package/dist/ketchup/p-7896031c.entry.js +0 -1
- package/dist/ketchup/p-876da4c2.entry.js +0 -1
- package/dist/ketchup/p-8fb9d9b2.entry.js +0 -1
- package/dist/ketchup/p-940ab57a.entry.js +0 -1
- package/dist/ketchup/p-9c858a38.entry.js +0 -1
- package/dist/ketchup/p-a12a5690.entry.js +0 -1
- package/dist/ketchup/p-a5424073.js +0 -1
- package/dist/ketchup/p-b0724035.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-ee89966f.entry.js +0 -27
- 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-editor/kup-editor.d.ts +0 -16
- 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
|
@@ -178,9 +178,8 @@ export class KupLazy {
|
|
|
178
178
|
content = resource;
|
|
179
179
|
className += ' kup-to-be-loaded';
|
|
180
180
|
}
|
|
181
|
-
const customStyle = this.kupManager.theme.setCustomStyle(this.rootElement);
|
|
182
181
|
return (h(Host, { class: className },
|
|
183
|
-
|
|
182
|
+
h("style", null, this.kupManager.theme.setKupStyle(this.rootElement)),
|
|
184
183
|
h("div", { id: componentWrapperId }, content)));
|
|
185
184
|
}
|
|
186
185
|
disconnectedCallback() {
|
|
@@ -208,8 +207,8 @@ export class KupLazy {
|
|
|
208
207
|
"optional": false,
|
|
209
208
|
"docs": {
|
|
210
209
|
"tags": [{
|
|
211
|
-
"
|
|
212
|
-
"
|
|
210
|
+
"name": "default",
|
|
211
|
+
"text": "null"
|
|
213
212
|
}],
|
|
214
213
|
"text": "Sets the tag name of the component to be lazy loaded."
|
|
215
214
|
},
|
|
@@ -229,11 +228,11 @@ export class KupLazy {
|
|
|
229
228
|
"optional": false,
|
|
230
229
|
"docs": {
|
|
231
230
|
"tags": [{
|
|
232
|
-
"
|
|
233
|
-
"
|
|
231
|
+
"name": "default",
|
|
232
|
+
"text": "\"\""
|
|
234
233
|
}, {
|
|
235
|
-
"
|
|
236
|
-
"
|
|
234
|
+
"name": "see",
|
|
235
|
+
"text": "https://ketchup.smeup.com/ketchup-showcase/#/customization"
|
|
237
236
|
}],
|
|
238
237
|
"text": "Custom style of the component."
|
|
239
238
|
},
|
|
@@ -258,8 +257,8 @@ export class KupLazy {
|
|
|
258
257
|
"optional": false,
|
|
259
258
|
"docs": {
|
|
260
259
|
"tags": [{
|
|
261
|
-
"
|
|
262
|
-
"
|
|
260
|
+
"name": "default",
|
|
261
|
+
"text": "null"
|
|
263
262
|
}],
|
|
264
263
|
"text": "Sets the data of the component to be lazy loaded."
|
|
265
264
|
},
|
|
@@ -282,8 +281,8 @@ export class KupLazy {
|
|
|
282
281
|
"optional": false,
|
|
283
282
|
"docs": {
|
|
284
283
|
"tags": [{
|
|
285
|
-
"
|
|
286
|
-
"
|
|
284
|
+
"name": "default",
|
|
285
|
+
"text": "KupLazyRender.BOTH"
|
|
287
286
|
}],
|
|
288
287
|
"text": "Decides when the sub-component should be rendered.\nBy default when both the component props exist and the component is in the viewport."
|
|
289
288
|
},
|
|
@@ -303,8 +302,8 @@ export class KupLazy {
|
|
|
303
302
|
"optional": false,
|
|
304
303
|
"docs": {
|
|
305
304
|
"tags": [{
|
|
306
|
-
"
|
|
307
|
-
"
|
|
305
|
+
"name": "default",
|
|
306
|
+
"text": "true"
|
|
308
307
|
}],
|
|
309
308
|
"text": "Displays an animated SVG placeholder until the component is loaded."
|
|
310
309
|
},
|
|
@@ -322,8 +321,8 @@ export class KupLazy {
|
|
|
322
321
|
"signature": "(descriptions?: boolean) => Promise<GenericObject>",
|
|
323
322
|
"parameters": [{
|
|
324
323
|
"tags": [{
|
|
325
|
-
"
|
|
326
|
-
"
|
|
324
|
+
"name": "param",
|
|
325
|
+
"text": "descriptions - When provided and true, the result will be the list of props with their description."
|
|
327
326
|
}],
|
|
328
327
|
"text": "- When provided and true, the result will be the list of props with their description."
|
|
329
328
|
}],
|
|
@@ -370,8 +369,8 @@ export class KupLazy {
|
|
|
370
369
|
"signature": "(props: GenericObject) => Promise<void>",
|
|
371
370
|
"parameters": [{
|
|
372
371
|
"tags": [{
|
|
373
|
-
"
|
|
374
|
-
"
|
|
372
|
+
"name": "param",
|
|
373
|
+
"text": "props - Object containing props that will be set to the component."
|
|
375
374
|
}],
|
|
376
375
|
"text": "- Object containing props that will be set to the component."
|
|
377
376
|
}],
|
|
@@ -10,7 +10,7 @@ export var KupListProps;
|
|
|
10
10
|
KupListProps["filter"] = "Keeps string for filtering elements when filter mode is active";
|
|
11
11
|
KupListProps["hideText"] = "Hides rows' text, ideally to display a list of icons only.";
|
|
12
12
|
KupListProps["isMenu"] = "Defines whether the list is a menu or not.";
|
|
13
|
-
KupListProps["keyboardNavigation"] = "When true, enables items' navigation through keys.
|
|
13
|
+
KupListProps["keyboardNavigation"] = "When true, enables items' navigation through arrow keys.";
|
|
14
14
|
KupListProps["menuVisible"] = "Sets the status of the menu, when false it's hidden otherwise it's visible.";
|
|
15
15
|
KupListProps["roleType"] = "Defines the type of selection. Values accepted: listbox, radiogroup or group.";
|
|
16
16
|
KupListProps["selectable"] = "Defines whether items are selectable or not.";
|
|
@@ -1,249 +1,3 @@
|
|
|
1
|
-
.f-image--wrapper {
|
|
2
|
-
display: block;
|
|
3
|
-
margin: auto;
|
|
4
|
-
position: relative;
|
|
5
|
-
height: var(--kup_image_height, 100%);
|
|
6
|
-
width: var(--kup_image_width, 100%);
|
|
7
|
-
}
|
|
8
|
-
.f-image--wrapper.kup-fit img {
|
|
9
|
-
max-width: max-content;
|
|
10
|
-
object-fit: contain;
|
|
11
|
-
}
|
|
12
|
-
.f-image--wrapper img {
|
|
13
|
-
display: block;
|
|
14
|
-
margin: auto;
|
|
15
|
-
height: var(--kup_image_height, 100%);
|
|
16
|
-
width: var(--kup_image_width, 100%);
|
|
17
|
-
}
|
|
18
|
-
.f-image--wrapper .f-image__css {
|
|
19
|
-
overflow: hidden;
|
|
20
|
-
height: var(--kup_image_height, 100%);
|
|
21
|
-
width: var(--kup_image_width, 100%);
|
|
22
|
-
}
|
|
23
|
-
.f-image--wrapper .f-image__icon {
|
|
24
|
-
margin: auto;
|
|
25
|
-
height: var(--kup_image_height, 100%);
|
|
26
|
-
width: var(--kup_image_width, 100%);
|
|
27
|
-
}
|
|
28
|
-
.f-image--wrapper .css-step.bottom-aligned {
|
|
29
|
-
bottom: 0;
|
|
30
|
-
position: absolute;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.f-checkbox--wrapper {
|
|
34
|
-
--kup_checkbox_font_family: var(
|
|
35
|
-
--kup-checkbox-font-family,
|
|
36
|
-
var(--kup-font-family)
|
|
37
|
-
);
|
|
38
|
-
--kup_checkbox_font_size: var(--kup-checkbox-font-size, var(--kup-font-size));
|
|
39
|
-
--kup_checkbox_font_weight: var(--kup-checkbox-font-weight, 400);
|
|
40
|
-
--kup_checkbox_disabled_checkmark_color: var(
|
|
41
|
-
--kup-checkbox-disabled-checkmark-color,
|
|
42
|
-
var(--kup-background-color)
|
|
43
|
-
);
|
|
44
|
-
--kup_checkbox_padding: var(--kup-checkbox-padding, 11px);
|
|
45
|
-
--kup_checkbox_primary_color: var(
|
|
46
|
-
--kup-checkbox-primary-color,
|
|
47
|
-
var(--kup-primary-color)
|
|
48
|
-
);
|
|
49
|
-
--kup_checkbox_primary_color_rgb: var(
|
|
50
|
-
--kup-checkbox-primary-color-rgb,
|
|
51
|
-
var(--kup-primary-color-rgb)
|
|
52
|
-
);
|
|
53
|
-
--kup_checkbox_text_color: var(
|
|
54
|
-
--kup-checkbox-text-color,
|
|
55
|
-
var(--kup-text-color)
|
|
56
|
-
);
|
|
57
|
-
--kup_checkbox_text_color_rgb: var(
|
|
58
|
-
--kup-checkbox-text-color-rgb,
|
|
59
|
-
var(--kup-text-color-rgb)
|
|
60
|
-
);
|
|
61
|
-
--kup_checkbox_text_on_primary_color: var(
|
|
62
|
-
--kup-checkbox-text-on-primary-color,
|
|
63
|
-
var(--kup-text-on-primary-color)
|
|
64
|
-
);
|
|
65
|
-
--kup_checkbox_text_on_primary_color_rgb: var(
|
|
66
|
-
--kup-checkbox-text-on-primary-color-rgb,
|
|
67
|
-
var(--kup-text-on-primary-color-rgb)
|
|
68
|
-
);
|
|
69
|
-
font-family: var(--kup_checkbox_font_family);
|
|
70
|
-
font-size: var(--kup_checkbox_font_size);
|
|
71
|
-
}
|
|
72
|
-
.f-checkbox--wrapper .form-field {
|
|
73
|
-
color: var(--kup_checkbox_text_color);
|
|
74
|
-
line-height: 1.25em;
|
|
75
|
-
-moz-osx-font-smoothing: grayscale;
|
|
76
|
-
-webkit-font-smoothing: antialiased;
|
|
77
|
-
letter-spacing: 0.0178571429em;
|
|
78
|
-
text-decoration: inherit;
|
|
79
|
-
align-items: center;
|
|
80
|
-
vertical-align: middle;
|
|
81
|
-
display: inline-flex;
|
|
82
|
-
}
|
|
83
|
-
.f-checkbox--wrapper .form-field label {
|
|
84
|
-
font-size: 0.875em;
|
|
85
|
-
margin-left: 0px;
|
|
86
|
-
margin-right: auto;
|
|
87
|
-
order: 0;
|
|
88
|
-
}
|
|
89
|
-
.f-checkbox--wrapper .form-field.form-field--align-end label {
|
|
90
|
-
margin-left: auto;
|
|
91
|
-
margin-right: 0px;
|
|
92
|
-
order: -1;
|
|
93
|
-
}
|
|
94
|
-
.f-checkbox--wrapper .checkbox {
|
|
95
|
-
border-radius: 50%;
|
|
96
|
-
display: inline-block;
|
|
97
|
-
position: relative;
|
|
98
|
-
flex: 0 0 18px;
|
|
99
|
-
box-sizing: content-box;
|
|
100
|
-
width: 18px;
|
|
101
|
-
height: 18px;
|
|
102
|
-
line-height: 0;
|
|
103
|
-
white-space: nowrap;
|
|
104
|
-
cursor: pointer;
|
|
105
|
-
vertical-align: bottom;
|
|
106
|
-
will-change: transform, opacity;
|
|
107
|
-
z-index: 0;
|
|
108
|
-
padding: var(--kup_checkbox_padding);
|
|
109
|
-
transition: background-color 125ms linear;
|
|
110
|
-
}
|
|
111
|
-
.f-checkbox--wrapper .checkbox:hover {
|
|
112
|
-
background: rgba(var(--kup_checkbox_primary_color_rgb), 0.125);
|
|
113
|
-
}
|
|
114
|
-
.f-checkbox--wrapper .checkbox .checkbox__native-control {
|
|
115
|
-
position: absolute;
|
|
116
|
-
margin: 0;
|
|
117
|
-
padding: 0;
|
|
118
|
-
opacity: 0;
|
|
119
|
-
cursor: inherit;
|
|
120
|
-
top: 0;
|
|
121
|
-
left: 0;
|
|
122
|
-
right: 0;
|
|
123
|
-
height: 40px;
|
|
124
|
-
width: 40px;
|
|
125
|
-
}
|
|
126
|
-
.f-checkbox--wrapper .checkbox .checkbox__native-control:checked ~ .checkbox__background .checkbox__checkmark {
|
|
127
|
-
transition: opacity 180ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 180ms 0ms cubic-bezier(0, 0, 0.2, 1);
|
|
128
|
-
opacity: 1;
|
|
129
|
-
}
|
|
130
|
-
.f-checkbox--wrapper .checkbox .checkbox__checkmark-path {
|
|
131
|
-
stroke: var(--kup_checkbox_text_on_primary_color);
|
|
132
|
-
stroke-dasharray: 29.7833385;
|
|
133
|
-
stroke-dashoffset: 29.7833385;
|
|
134
|
-
stroke-width: 3.12px;
|
|
135
|
-
transition: stroke-dashoffset 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
|
|
136
|
-
}
|
|
137
|
-
.f-checkbox--wrapper .checkbox .checkbox__background {
|
|
138
|
-
position: absolute;
|
|
139
|
-
align-items: center;
|
|
140
|
-
justify-content: center;
|
|
141
|
-
box-sizing: border-box;
|
|
142
|
-
width: 18px;
|
|
143
|
-
height: 18px;
|
|
144
|
-
border: 2px solid rgba(var(--kup_checkbox_text_color_rgb), 0.5);
|
|
145
|
-
border-radius: 2px;
|
|
146
|
-
background-color: transparent;
|
|
147
|
-
pointer-events: none;
|
|
148
|
-
will-change: background-color, border-color;
|
|
149
|
-
transition: background-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), border-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
|
|
150
|
-
}
|
|
151
|
-
.f-checkbox--wrapper .checkbox .checkbox__background .checkbox__checkmark {
|
|
152
|
-
color: var(--kup_checkbox_text_on_primary_color);
|
|
153
|
-
position: absolute;
|
|
154
|
-
top: 0;
|
|
155
|
-
right: 0;
|
|
156
|
-
bottom: 0;
|
|
157
|
-
left: 0;
|
|
158
|
-
width: 100%;
|
|
159
|
-
opacity: 0;
|
|
160
|
-
transition: opacity 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
|
|
161
|
-
}
|
|
162
|
-
.f-checkbox--wrapper .checkbox .checkbox__background .checkbox__mixedmark {
|
|
163
|
-
position: absolute;
|
|
164
|
-
top: 6px;
|
|
165
|
-
left: -1px;
|
|
166
|
-
color: var(--kup_checkbox_text_on_primary_color);
|
|
167
|
-
width: 100%;
|
|
168
|
-
height: 0;
|
|
169
|
-
border-width: 1px;
|
|
170
|
-
border-style: solid;
|
|
171
|
-
opacity: 0;
|
|
172
|
-
transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
|
|
173
|
-
}
|
|
174
|
-
.f-checkbox--wrapper .checkbox.checkbox--checked .checkbox__background {
|
|
175
|
-
background-color: var(--kup_checkbox_primary_color);
|
|
176
|
-
border-color: var(--kup_checkbox_primary_color);
|
|
177
|
-
opacity: 1;
|
|
178
|
-
}
|
|
179
|
-
.f-checkbox--wrapper .checkbox.checkbox--checked .checkbox__checkmark-path {
|
|
180
|
-
stroke-dashoffset: 0;
|
|
181
|
-
}
|
|
182
|
-
.f-checkbox--wrapper .checkbox.checkbox--indeterminate .checkbox__background {
|
|
183
|
-
background-color: var(--kup_checkbox_primary_color);
|
|
184
|
-
border-color: var(--kup_checkbox_primary_color);
|
|
185
|
-
}
|
|
186
|
-
.f-checkbox--wrapper .checkbox.checkbox--indeterminate .checkbox__mixedmark {
|
|
187
|
-
border-color: var(--kup_checkbox_text_on_primary_color);
|
|
188
|
-
transform: scaleX(1) rotate(0deg);
|
|
189
|
-
opacity: 1;
|
|
190
|
-
}
|
|
191
|
-
.f-checkbox--wrapper .checkbox.checkbox--indeterminate .checkbox__checkmark-path {
|
|
192
|
-
stroke-dashoffset: 0;
|
|
193
|
-
}
|
|
194
|
-
.f-checkbox--wrapper .checkbox.checkbox--disabled {
|
|
195
|
-
pointer-events: none;
|
|
196
|
-
}
|
|
197
|
-
.f-checkbox--wrapper .checkbox.checkbox--disabled + label {
|
|
198
|
-
pointer-events: none;
|
|
199
|
-
}
|
|
200
|
-
.f-checkbox--wrapper .checkbox.checkbox--disabled .checkbox__background {
|
|
201
|
-
background-color: transparent;
|
|
202
|
-
border-color: rgba(var(--kup_checkbox_text_color_rgb), 0.325);
|
|
203
|
-
}
|
|
204
|
-
.f-checkbox--wrapper .checkbox.checkbox--disabled.checkbox--checked .checkbox__background {
|
|
205
|
-
background-color: rgba(var(--kup_checkbox_text_color_rgb), 0.325);
|
|
206
|
-
border-color: transparent;
|
|
207
|
-
}
|
|
208
|
-
.f-checkbox--wrapper .checkbox.checkbox--disabled.checkbox--checked .checkbox__checkmark {
|
|
209
|
-
color: var(--kup_checkbox_disabled_checkmark_color);
|
|
210
|
-
}
|
|
211
|
-
.f-checkbox--wrapper .checkbox.checkbox--disabled.checkbox--checked .checkbox__mixedmark {
|
|
212
|
-
color: var(--kup_checkbox_disabled_checkmark_color);
|
|
213
|
-
}
|
|
214
|
-
.f-checkbox--wrapper.kup-danger {
|
|
215
|
-
--kup-checkbox-primary-color: var(--kup-danger-color);
|
|
216
|
-
--kup-checkbox-primary-color-rgb: var(--kup-danger-color-rgb);
|
|
217
|
-
--kup-checkbox-text-on-primary-color: white;
|
|
218
|
-
--kup-checkbox-text-on-primary-color-rgb: 255, 255, 255;
|
|
219
|
-
}
|
|
220
|
-
.f-checkbox--wrapper.kup-info {
|
|
221
|
-
--kup-checkbox-primary-color: var(--kup-info-color);
|
|
222
|
-
--kup-checkbox-primary-color-rgb: var(--kup-info-color-rgb);
|
|
223
|
-
--kup-checkbox-text-on-primary-color: white;
|
|
224
|
-
--kup-checkbox-text-on-primary-color-rgb: 255, 255, 255;
|
|
225
|
-
}
|
|
226
|
-
.f-checkbox--wrapper.kup-secondary {
|
|
227
|
-
--kup-checkbox-primary-color: var(--kup-secondary-color);
|
|
228
|
-
--kup-checkbox-primary-color-rgb: var(--kup-secondary-color-rgb);
|
|
229
|
-
--kup-checkbox-text-on-primary-color: var(--kup-text-on-secondary-color);
|
|
230
|
-
--kup-checkbox-text-on-primary-color-rgb: var(
|
|
231
|
-
--kup-text-on-secondary-color-rgb
|
|
232
|
-
);
|
|
233
|
-
}
|
|
234
|
-
.f-checkbox--wrapper.kup-success {
|
|
235
|
-
--kup-checkbox-primary-color: var(--kup-success-color);
|
|
236
|
-
--kup-checkbox-primary-color-rgb: var(--kup-success-color-rgb);
|
|
237
|
-
--kup-checkbox-text-on-primary-color: white;
|
|
238
|
-
--kup-checkbox-text-on-primary-color-rgb: 255, 255, 255;
|
|
239
|
-
}
|
|
240
|
-
.f-checkbox--wrapper.kup-warning {
|
|
241
|
-
--kup-checkbox-primary-color: var(--kup-warning-color);
|
|
242
|
-
--kup-checkbox-primary-color-rgb: var(--kup-warning-color-rgb);
|
|
243
|
-
--kup-checkbox-text-on-primary-color: white;
|
|
244
|
-
--kup-checkbox-text-on-primary-color-rgb: 255, 255, 255;
|
|
245
|
-
}
|
|
246
|
-
|
|
247
1
|
/**
|
|
248
2
|
* @prop --kup-list-background: Sets background of the list.
|
|
249
3
|
* @prop --kup-list-color: Sets text color of the list.
|
|
@@ -419,26 +173,16 @@
|
|
|
419
173
|
transform: none;
|
|
420
174
|
transform-origin: unset;
|
|
421
175
|
transition: height 0.2s;
|
|
176
|
+
user-select: none;
|
|
422
177
|
will-change: unset;
|
|
423
178
|
}
|
|
424
179
|
.kup-menu.visible {
|
|
425
180
|
display: block;
|
|
426
181
|
}
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
0% {
|
|
430
|
-
display: none;
|
|
431
|
-
opacity: 0;
|
|
432
|
-
}
|
|
433
|
-
1% {
|
|
434
|
-
display: block;
|
|
435
|
-
opacity: 0;
|
|
436
|
-
}
|
|
437
|
-
100% {
|
|
438
|
-
display: block;
|
|
439
|
-
opacity: 1;
|
|
440
|
-
}
|
|
182
|
+
.kup-menu .list-item__text {
|
|
183
|
+
user-select: none;
|
|
441
184
|
}
|
|
185
|
+
|
|
442
186
|
/*-------------------------------------------------*/
|
|
443
187
|
/* C o m p o n e n t C l a s s e s */
|
|
444
188
|
/*-------------------------------------------------*/
|
|
@@ -57,11 +57,10 @@ export class KupList {
|
|
|
57
57
|
*/
|
|
58
58
|
this.isMenu = false;
|
|
59
59
|
/**
|
|
60
|
-
* When true, enables items' navigation through keys.
|
|
61
|
-
*
|
|
62
|
-
* @default undefined
|
|
60
|
+
* When true, enables items' navigation through arrow keys.
|
|
61
|
+
* @default true
|
|
63
62
|
*/
|
|
64
|
-
this.keyboardNavigation =
|
|
63
|
+
this.keyboardNavigation = true;
|
|
65
64
|
/**
|
|
66
65
|
* Sets the status of the menu, when false it's hidden otherwise it's visible.
|
|
67
66
|
* @default false
|
|
@@ -457,14 +456,6 @@ export class KupList {
|
|
|
457
456
|
componentWillLoad() {
|
|
458
457
|
this.kupManager.debug.logLoad(this, false);
|
|
459
458
|
this.kupManager.theme.register(this);
|
|
460
|
-
if (this.keyboardNavigation === undefined) {
|
|
461
|
-
if (this.isMenu) {
|
|
462
|
-
this.keyboardNavigation = false;
|
|
463
|
-
}
|
|
464
|
-
else {
|
|
465
|
-
this.keyboardNavigation = true;
|
|
466
|
-
}
|
|
467
|
-
}
|
|
468
459
|
for (let index = 0; index < this.data.length; index++) {
|
|
469
460
|
const el = this.data[index];
|
|
470
461
|
if (el.selected) {
|
|
@@ -517,9 +508,8 @@ export class KupList {
|
|
|
517
508
|
this.filteredItems = [];
|
|
518
509
|
this.radios = [];
|
|
519
510
|
let index = 0;
|
|
520
|
-
const customStyle = this.kupManager.theme.setCustomStyle(this.rootElement);
|
|
521
511
|
return (h(Host, null,
|
|
522
|
-
|
|
512
|
+
h("style", null, this.kupManager.theme.setKupStyle(this.rootElement)),
|
|
523
513
|
h("div", { id: "kup-component", class: wrapperClass },
|
|
524
514
|
h("ul", { class: componentClass, role: roleAttr, id: 'kup-list_' + this.rootElement.id, "aria-multiselectable": ariaMultiSelectable }, this.data
|
|
525
515
|
.filter((item) => this.itemCompliant(item))
|
|
@@ -549,11 +539,11 @@ export class KupList {
|
|
|
549
539
|
"optional": false,
|
|
550
540
|
"docs": {
|
|
551
541
|
"tags": [{
|
|
552
|
-
"
|
|
553
|
-
"
|
|
542
|
+
"name": "default",
|
|
543
|
+
"text": "\"\""
|
|
554
544
|
}, {
|
|
555
|
-
"
|
|
556
|
-
"
|
|
545
|
+
"name": "see",
|
|
546
|
+
"text": "https://ketchup.smeup.com/ketchup-showcase/#/customization"
|
|
557
547
|
}],
|
|
558
548
|
"text": "Custom style of the component."
|
|
559
549
|
},
|
|
@@ -578,8 +568,8 @@ export class KupList {
|
|
|
578
568
|
"optional": false,
|
|
579
569
|
"docs": {
|
|
580
570
|
"tags": [{
|
|
581
|
-
"
|
|
582
|
-
"
|
|
571
|
+
"name": "default",
|
|
572
|
+
"text": "[]"
|
|
583
573
|
}],
|
|
584
574
|
"text": "The data of the list."
|
|
585
575
|
},
|
|
@@ -602,8 +592,8 @@ export class KupList {
|
|
|
602
592
|
"optional": false,
|
|
603
593
|
"docs": {
|
|
604
594
|
"tags": [{
|
|
605
|
-
"
|
|
606
|
-
"
|
|
595
|
+
"name": "default",
|
|
596
|
+
"text": "ItemsDisplayMode.DESCRIPTION"
|
|
607
597
|
}],
|
|
608
598
|
"text": "Selects how the items must display their label and how they can be filtered for."
|
|
609
599
|
},
|
|
@@ -623,8 +613,8 @@ export class KupList {
|
|
|
623
613
|
"optional": false,
|
|
624
614
|
"docs": {
|
|
625
615
|
"tags": [{
|
|
626
|
-
"
|
|
627
|
-
"
|
|
616
|
+
"name": "default",
|
|
617
|
+
"text": "''"
|
|
628
618
|
}],
|
|
629
619
|
"text": "Keeps string for filtering elements when filter mode is active"
|
|
630
620
|
},
|
|
@@ -644,8 +634,8 @@ export class KupList {
|
|
|
644
634
|
"optional": false,
|
|
645
635
|
"docs": {
|
|
646
636
|
"tags": [{
|
|
647
|
-
"
|
|
648
|
-
"
|
|
637
|
+
"name": "default",
|
|
638
|
+
"text": "false"
|
|
649
639
|
}],
|
|
650
640
|
"text": "Hides rows' text, ideally to display a list of icons only."
|
|
651
641
|
},
|
|
@@ -665,8 +655,8 @@ export class KupList {
|
|
|
665
655
|
"optional": false,
|
|
666
656
|
"docs": {
|
|
667
657
|
"tags": [{
|
|
668
|
-
"
|
|
669
|
-
"
|
|
658
|
+
"name": "default",
|
|
659
|
+
"text": "false"
|
|
670
660
|
}],
|
|
671
661
|
"text": "Defines whether the list is a menu or not."
|
|
672
662
|
},
|
|
@@ -676,7 +666,7 @@ export class KupList {
|
|
|
676
666
|
},
|
|
677
667
|
"keyboardNavigation": {
|
|
678
668
|
"type": "boolean",
|
|
679
|
-
"mutable":
|
|
669
|
+
"mutable": false,
|
|
680
670
|
"complexType": {
|
|
681
671
|
"original": "boolean",
|
|
682
672
|
"resolved": "boolean",
|
|
@@ -686,14 +676,14 @@ export class KupList {
|
|
|
686
676
|
"optional": false,
|
|
687
677
|
"docs": {
|
|
688
678
|
"tags": [{
|
|
689
|
-
"
|
|
690
|
-
"
|
|
679
|
+
"name": "default",
|
|
680
|
+
"text": "true"
|
|
691
681
|
}],
|
|
692
|
-
"text": "When true, enables items' navigation through keys
|
|
682
|
+
"text": "When true, enables items' navigation through arrow keys."
|
|
693
683
|
},
|
|
694
684
|
"attribute": "keyboard-navigation",
|
|
695
685
|
"reflect": false,
|
|
696
|
-
"defaultValue": "
|
|
686
|
+
"defaultValue": "true"
|
|
697
687
|
},
|
|
698
688
|
"menuVisible": {
|
|
699
689
|
"type": "boolean",
|
|
@@ -707,8 +697,8 @@ export class KupList {
|
|
|
707
697
|
"optional": false,
|
|
708
698
|
"docs": {
|
|
709
699
|
"tags": [{
|
|
710
|
-
"
|
|
711
|
-
"
|
|
700
|
+
"name": "default",
|
|
701
|
+
"text": "false"
|
|
712
702
|
}],
|
|
713
703
|
"text": "Sets the status of the menu, when false it's hidden otherwise it's visible."
|
|
714
704
|
},
|
|
@@ -733,8 +723,8 @@ export class KupList {
|
|
|
733
723
|
"optional": true,
|
|
734
724
|
"docs": {
|
|
735
725
|
"tags": [{
|
|
736
|
-
"
|
|
737
|
-
"
|
|
726
|
+
"name": "default",
|
|
727
|
+
"text": "KupListRole.LISTBOX"
|
|
738
728
|
}],
|
|
739
729
|
"text": "Defines the type of selection. Values accepted: listbox, radiogroup or group."
|
|
740
730
|
},
|
|
@@ -754,8 +744,8 @@ export class KupList {
|
|
|
754
744
|
"optional": false,
|
|
755
745
|
"docs": {
|
|
756
746
|
"tags": [{
|
|
757
|
-
"
|
|
758
|
-
"
|
|
747
|
+
"name": "default",
|
|
748
|
+
"text": "true"
|
|
759
749
|
}],
|
|
760
750
|
"text": "Defines whether items are selectable or not."
|
|
761
751
|
},
|
|
@@ -775,8 +765,8 @@ export class KupList {
|
|
|
775
765
|
"optional": false,
|
|
776
766
|
"docs": {
|
|
777
767
|
"tags": [{
|
|
778
|
-
"
|
|
779
|
-
"
|
|
768
|
+
"name": "default",
|
|
769
|
+
"text": "false"
|
|
780
770
|
}],
|
|
781
771
|
"text": "Displays the icons associated to each row when set to true."
|
|
782
772
|
},
|
|
@@ -796,8 +786,8 @@ export class KupList {
|
|
|
796
786
|
"optional": false,
|
|
797
787
|
"docs": {
|
|
798
788
|
"tags": [{
|
|
799
|
-
"
|
|
800
|
-
"
|
|
789
|
+
"name": "default",
|
|
790
|
+
"text": "false"
|
|
801
791
|
}],
|
|
802
792
|
"text": "The list elements descriptions will be arranged in two lines."
|
|
803
793
|
},
|
|
@@ -917,8 +907,8 @@ export class KupList {
|
|
|
917
907
|
"signature": "(descriptions?: boolean) => Promise<GenericObject>",
|
|
918
908
|
"parameters": [{
|
|
919
909
|
"tags": [{
|
|
920
|
-
"
|
|
921
|
-
"
|
|
910
|
+
"name": "param",
|
|
911
|
+
"text": "descriptions - When provided and true, the result will be the list of props with their description."
|
|
922
912
|
}],
|
|
923
913
|
"text": "- When provided and true, the result will be the list of props with their description."
|
|
924
914
|
}],
|
|
@@ -987,8 +977,8 @@ export class KupList {
|
|
|
987
977
|
"signature": "(index?: number) => Promise<void>",
|
|
988
978
|
"parameters": [{
|
|
989
979
|
"tags": [{
|
|
990
|
-
"
|
|
991
|
-
"
|
|
980
|
+
"name": "param",
|
|
981
|
+
"text": "index - Based zero index of the item that must be selected, when not provided the list will attempt to select the focused element."
|
|
992
982
|
}],
|
|
993
983
|
"text": "- Based zero index of the item that must be selected, when not provided the list will attempt to select the focused element."
|
|
994
984
|
}],
|
|
@@ -1012,8 +1002,8 @@ export class KupList {
|
|
|
1012
1002
|
"signature": "(props: GenericObject) => Promise<void>",
|
|
1013
1003
|
"parameters": [{
|
|
1014
1004
|
"tags": [{
|
|
1015
|
-
"
|
|
1016
|
-
"
|
|
1005
|
+
"name": "param",
|
|
1006
|
+
"text": "props - Object containing props that will be set to the component."
|
|
1017
1007
|
}],
|
|
1018
1008
|
"text": "- Object containing props that will be set to the component."
|
|
1019
1009
|
}],
|