@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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Component, Element, Event, forceUpdate, h, Host, Method, Prop, State, Watch, } from '@stencil/core';
|
|
2
2
|
import { ViewMode, KupTooltipProps, } from './kup-tooltip-declarations';
|
|
3
3
|
import { kupManagerInstance, } from '../../utils/kup-manager/kup-manager';
|
|
4
|
-
import { kupDynamicPositionAttribute,
|
|
4
|
+
import { kupDynamicPositionAttribute, } from '../../utils/kup-dynamic-position/kup-dynamic-position-declarations';
|
|
5
5
|
import { KupLanguageGeneric } from '../../utils/kup-language/kup-language-declarations';
|
|
6
6
|
import { KupCardFamily } from '../kup-card/kup-card-declarations';
|
|
7
7
|
import { getProps, setProps } from '../../utils/utils';
|
|
@@ -39,6 +39,7 @@ export class KupTooltip {
|
|
|
39
39
|
this.firstLoad = false;
|
|
40
40
|
this._mouseIsOn = false;
|
|
41
41
|
this.waitingServerResponse = false;
|
|
42
|
+
this.clickCb = null;
|
|
42
43
|
}
|
|
43
44
|
onElementChanged() {
|
|
44
45
|
if (this.relatedObject != null) {
|
|
@@ -49,6 +50,7 @@ export class KupTooltip {
|
|
|
49
50
|
}
|
|
50
51
|
}
|
|
51
52
|
onDataChanged() {
|
|
53
|
+
this.kupManager.removeClickCallback(this.clickCb);
|
|
52
54
|
this.waitingServerResponse = false;
|
|
53
55
|
if (this.relatedObject == null) {
|
|
54
56
|
this.kupManager.dynamicPosition.stop(this.rootElement);
|
|
@@ -61,14 +63,24 @@ export class KupTooltip {
|
|
|
61
63
|
return;
|
|
62
64
|
}
|
|
63
65
|
if (!this.kupManager.dynamicPosition.isRegistered(this.rootElement)) {
|
|
64
|
-
this.kupManager.dynamicPosition.register(this.rootElement, this.relatedObject.element
|
|
66
|
+
this.kupManager.dynamicPosition.register(this.rootElement, this.relatedObject.element);
|
|
65
67
|
}
|
|
66
68
|
else {
|
|
67
69
|
this.kupManager.dynamicPosition.changeAnchor(this.rootElement, this.relatedObject.element);
|
|
68
70
|
}
|
|
71
|
+
if (!this.clickCb) {
|
|
72
|
+
this.clickCb = {
|
|
73
|
+
cb: () => {
|
|
74
|
+
this.data = null;
|
|
75
|
+
this.kupManager.dynamicPosition.stop(this.rootElement);
|
|
76
|
+
this.kupManager.removeClickCallback(this.clickCb);
|
|
77
|
+
},
|
|
78
|
+
el: this.rootElement,
|
|
79
|
+
};
|
|
80
|
+
}
|
|
81
|
+
this.kupManager.addClickCallback(this.clickCb, true);
|
|
69
82
|
this.kupManager.dynamicPosition.start(this.rootElement);
|
|
70
83
|
this.visible = true;
|
|
71
|
-
this.rootElement.focus();
|
|
72
84
|
this.startLoadDetail(true);
|
|
73
85
|
}
|
|
74
86
|
onTooltipDetailChanged() {
|
|
@@ -184,7 +196,6 @@ export class KupTooltip {
|
|
|
184
196
|
this.resetAll();
|
|
185
197
|
return;
|
|
186
198
|
}
|
|
187
|
-
this.rootElement.focus();
|
|
188
199
|
if (this.isViewModeTooltip()) {
|
|
189
200
|
this.cellOptions = null;
|
|
190
201
|
this.kupTooltipLoadDetail.emit({
|
|
@@ -608,9 +619,8 @@ export class KupTooltip {
|
|
|
608
619
|
if (this.isCardLayout()) {
|
|
609
620
|
return this.getCardLayoutContent();
|
|
610
621
|
}
|
|
611
|
-
const customStyle = this.kupManager.theme.setCustomStyle(this.rootElement);
|
|
612
622
|
return (h(Host, null,
|
|
613
|
-
|
|
623
|
+
h("style", null, this.kupManager.theme.setKupStyle(this.rootElement)),
|
|
614
624
|
h("div", { id: componentWrapperId },
|
|
615
625
|
h("div", { id: "wrapper", onMouseEnter: (ev) => {
|
|
616
626
|
this.onMouseEnter();
|
|
@@ -671,11 +681,11 @@ export class KupTooltip {
|
|
|
671
681
|
"optional": false,
|
|
672
682
|
"docs": {
|
|
673
683
|
"tags": [{
|
|
674
|
-
"
|
|
675
|
-
"
|
|
684
|
+
"name": "default",
|
|
685
|
+
"text": "\"\""
|
|
676
686
|
}, {
|
|
677
|
-
"
|
|
678
|
-
"
|
|
687
|
+
"name": "see",
|
|
688
|
+
"text": "https://ketchup.smeup.com/ketchup-showcase/#/customization"
|
|
679
689
|
}],
|
|
680
690
|
"text": "Custom style of the component."
|
|
681
691
|
},
|
|
@@ -1121,8 +1131,8 @@ export class KupTooltip {
|
|
|
1121
1131
|
"signature": "(descriptions?: boolean) => Promise<GenericObject>",
|
|
1122
1132
|
"parameters": [{
|
|
1123
1133
|
"tags": [{
|
|
1124
|
-
"
|
|
1125
|
-
"
|
|
1134
|
+
"name": "param",
|
|
1135
|
+
"text": "descriptions - When provided and true, the result will be the list of props with their description."
|
|
1126
1136
|
}],
|
|
1127
1137
|
"text": "- When provided and true, the result will be the list of props with their description."
|
|
1128
1138
|
}],
|
|
@@ -1153,8 +1163,8 @@ export class KupTooltip {
|
|
|
1153
1163
|
"signature": "(props: GenericObject) => Promise<void>",
|
|
1154
1164
|
"parameters": [{
|
|
1155
1165
|
"tags": [{
|
|
1156
|
-
"
|
|
1157
|
-
"
|
|
1166
|
+
"name": "param",
|
|
1167
|
+
"text": "props - Object containing props that will be set to the component."
|
|
1158
1168
|
}],
|
|
1159
1169
|
"text": "- Object containing props that will be set to the component."
|
|
1160
1170
|
}],
|
|
@@ -1,170 +1,3 @@
|
|
|
1
|
-
@keyframes mdc-ripple-fg-radius-in {
|
|
2
|
-
from {
|
|
3
|
-
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
4
|
-
transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
|
|
5
|
-
}
|
|
6
|
-
to {
|
|
7
|
-
transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
@keyframes mdc-ripple-fg-opacity-in {
|
|
11
|
-
from {
|
|
12
|
-
animation-timing-function: linear;
|
|
13
|
-
opacity: 0;
|
|
14
|
-
}
|
|
15
|
-
to {
|
|
16
|
-
opacity: var(--mdc-ripple-fg-opacity, 0);
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
@keyframes mdc-ripple-fg-opacity-out {
|
|
20
|
-
from {
|
|
21
|
-
animation-timing-function: linear;
|
|
22
|
-
opacity: var(--mdc-ripple-fg-opacity, 0);
|
|
23
|
-
}
|
|
24
|
-
to {
|
|
25
|
-
opacity: 0;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
.mdc-ripple-surface {
|
|
29
|
-
--mdc-ripple-fg-size: 0;
|
|
30
|
-
--mdc-ripple-left: 0;
|
|
31
|
-
--mdc-ripple-top: 0;
|
|
32
|
-
--mdc-ripple-fg-scale: 1;
|
|
33
|
-
--mdc-ripple-fg-translate-end: 0;
|
|
34
|
-
--mdc-ripple-fg-translate-start: 0;
|
|
35
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
36
|
-
will-change: transform, opacity;
|
|
37
|
-
position: relative;
|
|
38
|
-
outline: none;
|
|
39
|
-
overflow: hidden;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.mdc-ripple-surface::before, .mdc-ripple-surface::after {
|
|
43
|
-
position: absolute;
|
|
44
|
-
border-radius: 50%;
|
|
45
|
-
opacity: 0;
|
|
46
|
-
pointer-events: none;
|
|
47
|
-
content: "";
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.mdc-ripple-surface::before {
|
|
51
|
-
transition: opacity 15ms linear, background-color 15ms linear;
|
|
52
|
-
z-index: 1;
|
|
53
|
-
/* @alternate */
|
|
54
|
-
z-index: var(--mdc-ripple-z-index, 1);
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.mdc-ripple-surface::after {
|
|
58
|
-
z-index: 0;
|
|
59
|
-
/* @alternate */
|
|
60
|
-
z-index: var(--mdc-ripple-z-index, 0);
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.mdc-ripple-surface.mdc-ripple-upgraded::before {
|
|
64
|
-
transform: scale(var(--mdc-ripple-fg-scale, 1));
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.mdc-ripple-surface.mdc-ripple-upgraded::after {
|
|
68
|
-
top: 0;
|
|
69
|
-
/* @noflip */
|
|
70
|
-
left: 0;
|
|
71
|
-
transform: scale(0);
|
|
72
|
-
transform-origin: center center;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.mdc-ripple-surface.mdc-ripple-upgraded--unbounded::after {
|
|
76
|
-
top: var(--mdc-ripple-top, 0);
|
|
77
|
-
/* @noflip */
|
|
78
|
-
left: var(--mdc-ripple-left, 0);
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.mdc-ripple-surface.mdc-ripple-upgraded--foreground-activation::after {
|
|
82
|
-
animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.mdc-ripple-surface.mdc-ripple-upgraded--foreground-deactivation::after {
|
|
86
|
-
animation: mdc-ripple-fg-opacity-out 150ms;
|
|
87
|
-
transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.mdc-ripple-surface::before, .mdc-ripple-surface::after {
|
|
91
|
-
background-color: #000;
|
|
92
|
-
/* @alternate */
|
|
93
|
-
background-color: var(--mdc-ripple-color, #000);
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
.mdc-ripple-surface:hover::before, .mdc-ripple-surface.mdc-ripple-surface--hover::before {
|
|
97
|
-
opacity: 0.04;
|
|
98
|
-
/* @alternate */
|
|
99
|
-
opacity: var(--mdc-ripple-hover-opacity, 0.04);
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.mdc-ripple-surface.mdc-ripple-upgraded--background-focused::before, .mdc-ripple-surface:not(.mdc-ripple-upgraded):focus::before {
|
|
103
|
-
transition-duration: 75ms;
|
|
104
|
-
opacity: 0.12;
|
|
105
|
-
/* @alternate */
|
|
106
|
-
opacity: var(--mdc-ripple-focus-opacity, 0.12);
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.mdc-ripple-surface:not(.mdc-ripple-upgraded)::after {
|
|
110
|
-
transition: opacity 150ms linear;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.mdc-ripple-surface:not(.mdc-ripple-upgraded):active::after {
|
|
114
|
-
transition-duration: 75ms;
|
|
115
|
-
opacity: 0.12;
|
|
116
|
-
/* @alternate */
|
|
117
|
-
opacity: var(--mdc-ripple-press-opacity, 0.12);
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.mdc-ripple-surface.mdc-ripple-upgraded {
|
|
121
|
-
--mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
.mdc-ripple-surface::before, .mdc-ripple-surface::after {
|
|
125
|
-
top: calc(50% - 100%);
|
|
126
|
-
/* @noflip */
|
|
127
|
-
left: calc(50% - 100%);
|
|
128
|
-
width: 200%;
|
|
129
|
-
height: 200%;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
.mdc-ripple-surface.mdc-ripple-upgraded::after {
|
|
133
|
-
width: var(--mdc-ripple-fg-size, 100%);
|
|
134
|
-
height: var(--mdc-ripple-fg-size, 100%);
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
.mdc-ripple-surface[data-mdc-ripple-is-unbounded],
|
|
138
|
-
.mdc-ripple-upgraded--unbounded {
|
|
139
|
-
overflow: visible;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
.mdc-ripple-surface[data-mdc-ripple-is-unbounded]::before, .mdc-ripple-surface[data-mdc-ripple-is-unbounded]::after,
|
|
143
|
-
.mdc-ripple-upgraded--unbounded::before,
|
|
144
|
-
.mdc-ripple-upgraded--unbounded::after {
|
|
145
|
-
top: calc(50% - 50%);
|
|
146
|
-
/* @noflip */
|
|
147
|
-
left: calc(50% - 50%);
|
|
148
|
-
width: 100%;
|
|
149
|
-
height: 100%;
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::before, .mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::after,
|
|
153
|
-
.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::before,
|
|
154
|
-
.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::after {
|
|
155
|
-
top: var(--mdc-ripple-top, calc(50% - 50%));
|
|
156
|
-
/* @noflip */
|
|
157
|
-
left: var(--mdc-ripple-left, calc(50% - 50%));
|
|
158
|
-
width: var(--mdc-ripple-fg-size, 100%);
|
|
159
|
-
height: var(--mdc-ripple-fg-size, 100%);
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::after,
|
|
163
|
-
.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::after {
|
|
164
|
-
width: var(--mdc-ripple-fg-size, 100%);
|
|
165
|
-
height: var(--mdc-ripple-fg-size, 100%);
|
|
166
|
-
}
|
|
167
|
-
|
|
168
1
|
/**
|
|
169
2
|
* @prop --kup-tree-border: Sets border of the component.
|
|
170
3
|
* @prop --kup-tree-color: Sets text color of the component.
|
|
@@ -220,25 +53,25 @@
|
|
|
220
53
|
color: var(--kup_tree_color);
|
|
221
54
|
}
|
|
222
55
|
|
|
223
|
-
.density-dense .wrapper .kup-tree td,
|
|
56
|
+
.density-dense .wrapper .kup-tree td:not(.grid-cell),
|
|
224
57
|
.density-dense .wrapper .kup-tree th,
|
|
225
|
-
.density-dense .wrapper .kup-tree td,
|
|
58
|
+
.density-dense .wrapper .kup-tree td:not(.grid-cell),
|
|
226
59
|
.density-dense .wrapper .kup-tree th {
|
|
227
60
|
padding: 0 0.5em;
|
|
228
61
|
}
|
|
229
|
-
.density-dense .wrapper .kup-tree td .kup-tree__icon ~ .cell-content, .density-dense .wrapper .kup-tree td .kup-tree__icon + .cell-content,
|
|
62
|
+
.density-dense .wrapper .kup-tree td:not(.grid-cell) .kup-tree__icon ~ .cell-content, .density-dense .wrapper .kup-tree td:not(.grid-cell) .kup-tree__icon + .cell-content,
|
|
230
63
|
.density-dense .wrapper .kup-tree th .kup-tree__icon ~ .cell-content,
|
|
231
64
|
.density-dense .wrapper .kup-tree th .kup-tree__icon + .cell-content,
|
|
232
|
-
.density-dense .wrapper .kup-tree td .kup-tree__icon ~ .cell-content,
|
|
233
|
-
.density-dense .wrapper .kup-tree td .kup-tree__icon + .cell-content,
|
|
65
|
+
.density-dense .wrapper .kup-tree td:not(.grid-cell) .kup-tree__icon ~ .cell-content,
|
|
66
|
+
.density-dense .wrapper .kup-tree td:not(.grid-cell) .kup-tree__icon + .cell-content,
|
|
234
67
|
.density-dense .wrapper .kup-tree th .kup-tree__icon ~ .cell-content,
|
|
235
68
|
.density-dense .wrapper .kup-tree th .kup-tree__icon + .cell-content {
|
|
236
69
|
vertical-align: 0.4em;
|
|
237
70
|
}
|
|
238
71
|
|
|
239
|
-
.density-wide .wrapper .kup-tree td,
|
|
72
|
+
.density-wide .wrapper .kup-tree td:not(.grid-cell),
|
|
240
73
|
.density-wide .wrapper .kup-tree th,
|
|
241
|
-
.density-wide .wrapper .kup-tree td,
|
|
74
|
+
.density-wide .wrapper .kup-tree td:not(.grid-cell),
|
|
242
75
|
.density-wide .wrapper .kup-tree th {
|
|
243
76
|
padding: 0.75em 0.5em;
|
|
244
77
|
}
|
|
@@ -284,14 +117,14 @@
|
|
|
284
117
|
.wrapper .kup-tree td .kup-tree__icon ~ .cell-content,
|
|
285
118
|
.wrapper .kup-tree td .kup-tree__icon + .cell-content {
|
|
286
119
|
display: inline-block;
|
|
287
|
-
line-height: 1em;
|
|
288
120
|
vertical-align: 0.3em;
|
|
289
121
|
}
|
|
290
|
-
.wrapper .kup-tree td,
|
|
122
|
+
.wrapper .kup-tree td:not(.grid-cell),
|
|
291
123
|
.wrapper .kup-tree th {
|
|
292
124
|
padding: 0.4em 0.5em;
|
|
293
125
|
}
|
|
294
126
|
.wrapper .kup-tree td {
|
|
127
|
+
padding: 0;
|
|
295
128
|
white-space: nowrap;
|
|
296
129
|
}
|
|
297
130
|
.wrapper .kup-tree__indent {
|
|
@@ -346,22 +179,6 @@
|
|
|
346
179
|
background-color: rgba(var(--kup_tree_primary_color_rgb), 0.175);
|
|
347
180
|
color: var(--kup_tree_color);
|
|
348
181
|
}
|
|
349
|
-
.wrapper .kup-tree__node .cell-content .kup-icon.obj-icon {
|
|
350
|
-
cursor: var(--kup-obj-cursor);
|
|
351
|
-
display: inline-block;
|
|
352
|
-
vertical-align: sub;
|
|
353
|
-
height: 1.25em;
|
|
354
|
-
width: 1.25em;
|
|
355
|
-
background-color: rgba(var(--kup_tree_color_rgb), 0.375);
|
|
356
|
-
margin: auto 0.5em auto 0;
|
|
357
|
-
}
|
|
358
|
-
.wrapper .kup-tree__node .number-cell {
|
|
359
|
-
font-family: var(--kup_tree_font_family_monospace);
|
|
360
|
-
float: right;
|
|
361
|
-
}
|
|
362
|
-
.wrapper .kup-tree__node .negative-number {
|
|
363
|
-
color: var(--kup-danger-color);
|
|
364
|
-
}
|
|
365
182
|
.wrapper .kup-tree[data-show-columns] .kup-tree__node {
|
|
366
183
|
border-bottom: solid 1px var(--kup-border-color);
|
|
367
184
|
}
|
|
@@ -381,7 +198,7 @@
|
|
|
381
198
|
background-color: var(--kup_tree_primary_color);
|
|
382
199
|
}
|
|
383
200
|
|
|
384
|
-
.kup-icon.kup-filter-remove-icon:not(.f-image
|
|
201
|
+
.kup-icon.kup-filter-remove-icon:not(.f-image) {
|
|
385
202
|
background-color: var(--kup_tree_color);
|
|
386
203
|
margin: 0 0.25em;
|
|
387
204
|
height: 1em;
|
|
@@ -392,9 +209,13 @@
|
|
|
392
209
|
opacity: 0.5;
|
|
393
210
|
}
|
|
394
211
|
|
|
212
|
+
.grid-cell {
|
|
213
|
+
height: 0;
|
|
214
|
+
}
|
|
215
|
+
|
|
395
216
|
tfoot td {
|
|
396
|
-
border-bottom: var(--kup_tree_border
|
|
397
|
-
border-right: var(--kup_tree_border
|
|
217
|
+
border-bottom: var(--kup_tree_border);
|
|
218
|
+
border-right: var(--kup_tree_border);
|
|
398
219
|
box-sizing: border-box;
|
|
399
220
|
height: 36px;
|
|
400
221
|
text-align: right;
|
|
@@ -406,7 +227,7 @@ tfoot td:hover {
|
|
|
406
227
|
}
|
|
407
228
|
tfoot td:first-of-type {
|
|
408
229
|
border: none;
|
|
409
|
-
border-right: var(--kup_tree_border
|
|
230
|
+
border-right: var(--kup_tree_border);
|
|
410
231
|
}
|
|
411
232
|
|
|
412
233
|
.hidden span {
|
|
@@ -427,16 +248,16 @@ tfoot td:first-of-type {
|
|
|
427
248
|
display: table-header-group;
|
|
428
249
|
}
|
|
429
250
|
:host([as-accordion]) .wrapper .kup-tree thead tr {
|
|
430
|
-
border-left: var(--kup_tree_border
|
|
431
|
-
border-right: var(--kup_tree_border
|
|
251
|
+
border-left: var(--kup_tree_border);
|
|
252
|
+
border-right: var(--kup_tree_border);
|
|
432
253
|
}
|
|
433
|
-
:host([as-accordion]) .density-dense .first-node {
|
|
254
|
+
:host([as-accordion]) .density-dense .first-node:not(.grid-cell) {
|
|
434
255
|
padding: 0.5em 1em;
|
|
435
256
|
}
|
|
436
|
-
:host([as-accordion]) .density-medium .first-node {
|
|
257
|
+
:host([as-accordion]) .density-medium .first-node:not(.grid-cell) {
|
|
437
258
|
padding: 1em 1.5em;
|
|
438
259
|
}
|
|
439
|
-
:host([as-accordion]) .density-wide .first-node {
|
|
260
|
+
:host([as-accordion]) .density-wide .first-node:not(.grid-cell) {
|
|
440
261
|
padding: 1.75em 1.75em;
|
|
441
262
|
}
|
|
442
263
|
:host([as-accordion]) .kup-tree__node--first {
|
|
@@ -463,7 +284,7 @@ tfoot td:first-of-type {
|
|
|
463
284
|
:host([as-accordion]) .kup-tree__node--first:first-of-type .first-node {
|
|
464
285
|
border-top-left-radius: 4px;
|
|
465
286
|
border-top-right-radius: 4px;
|
|
466
|
-
border-top: var(--kup_tree_border
|
|
287
|
+
border-top: var(--kup_tree_border);
|
|
467
288
|
}
|
|
468
289
|
:host([as-accordion]) .kup-tree__node--first:last-of-type .first-node {
|
|
469
290
|
border-bottom-left-radius: 4px;
|
|
@@ -471,9 +292,9 @@ tfoot td:first-of-type {
|
|
|
471
292
|
}
|
|
472
293
|
:host([as-accordion]) .kup-tree__node--first .first-node {
|
|
473
294
|
align-items: center;
|
|
474
|
-
border-bottom: var(--kup_tree_border
|
|
475
|
-
border-left: var(--kup_tree_border
|
|
476
|
-
border-right: var(--kup_tree_border
|
|
295
|
+
border-bottom: var(--kup_tree_border);
|
|
296
|
+
border-left: var(--kup_tree_border);
|
|
297
|
+
border-right: var(--kup_tree_border);
|
|
477
298
|
box-sizing: border-box;
|
|
478
299
|
color: var(--kup_tree_color);
|
|
479
300
|
cursor: pointer;
|
|
@@ -505,7 +326,7 @@ tfoot td:first-of-type {
|
|
|
505
326
|
transition: transform 0.1s;
|
|
506
327
|
}
|
|
507
328
|
:host([as-accordion]) .kup-tree__node:not(.kup-tree__node--first) + .kup-tree__node--first {
|
|
508
|
-
border-top: var(--kup_tree_border
|
|
329
|
+
border-top: var(--kup_tree_border);
|
|
509
330
|
border-top-left-radius: 4px;
|
|
510
331
|
border-top-right-radius: 4px;
|
|
511
332
|
}
|
|
@@ -548,20 +369,6 @@ tfoot td:first-of-type {
|
|
|
548
369
|
mask: var(--kup-filter-remove-icon);
|
|
549
370
|
}
|
|
550
371
|
|
|
551
|
-
@keyframes fade-in {
|
|
552
|
-
0% {
|
|
553
|
-
display: none;
|
|
554
|
-
opacity: 0;
|
|
555
|
-
}
|
|
556
|
-
1% {
|
|
557
|
-
display: block;
|
|
558
|
-
opacity: 0;
|
|
559
|
-
}
|
|
560
|
-
100% {
|
|
561
|
-
display: block;
|
|
562
|
-
opacity: 1;
|
|
563
|
-
}
|
|
564
|
-
}
|
|
565
372
|
/*-------------------------------------------------*/
|
|
566
373
|
/* C o m p o n e n t C l a s s e s */
|
|
567
374
|
/*-------------------------------------------------*/
|
|
@@ -593,155 +400,4 @@ tfoot td:first-of-type {
|
|
|
593
400
|
/*-------------------------------------------------*/
|
|
594
401
|
tr.clickable {
|
|
595
402
|
cursor: pointer;
|
|
596
|
-
}
|
|
597
|
-
|
|
598
|
-
/*-------------------------------------------------*/
|
|
599
|
-
/* J S O N C l a s s e s ( c e l l s ) */
|
|
600
|
-
/*-------------------------------------------------*/
|
|
601
|
-
td.clickable {
|
|
602
|
-
cursor: pointer;
|
|
603
|
-
}
|
|
604
|
-
|
|
605
|
-
td.display-on-hover {
|
|
606
|
-
opacity: 0;
|
|
607
|
-
transition: opacity 0.25s;
|
|
608
|
-
}
|
|
609
|
-
td.display-on-hover:hover {
|
|
610
|
-
opacity: 1;
|
|
611
|
-
}
|
|
612
|
-
|
|
613
|
-
td.shaped {
|
|
614
|
-
border-radius: 4px;
|
|
615
|
-
}
|
|
616
|
-
|
|
617
|
-
td.strong-text {
|
|
618
|
-
font-weight: 600;
|
|
619
|
-
}
|
|
620
|
-
|
|
621
|
-
td.success-text {
|
|
622
|
-
color: var(--kup-success-color);
|
|
623
|
-
}
|
|
624
|
-
|
|
625
|
-
td.warning-text {
|
|
626
|
-
color: var(--kup-warning-color);
|
|
627
|
-
}
|
|
628
|
-
|
|
629
|
-
td.danger-text {
|
|
630
|
-
color: var(--kup-danger-color);
|
|
631
|
-
}
|
|
632
|
-
|
|
633
|
-
td.purple-text {
|
|
634
|
-
color: #8e15bf;
|
|
635
|
-
}
|
|
636
|
-
|
|
637
|
-
td.success-bg {
|
|
638
|
-
background: var(--kup-success-color);
|
|
639
|
-
color: white;
|
|
640
|
-
}
|
|
641
|
-
|
|
642
|
-
td.warning-bg {
|
|
643
|
-
background: var(--kup-warning-color);
|
|
644
|
-
}
|
|
645
|
-
|
|
646
|
-
td.danger-bg {
|
|
647
|
-
background: var(--kup-danger-color);
|
|
648
|
-
color: white;
|
|
649
|
-
}
|
|
650
|
-
|
|
651
|
-
td.teal-bg {
|
|
652
|
-
background: #00b4bc;
|
|
653
|
-
color: white;
|
|
654
|
-
}
|
|
655
|
-
|
|
656
|
-
td.orange-bg {
|
|
657
|
-
background: #f59729;
|
|
658
|
-
color: white;
|
|
659
|
-
}
|
|
660
|
-
|
|
661
|
-
td.green-bg {
|
|
662
|
-
background: #00be67;
|
|
663
|
-
color: white;
|
|
664
|
-
}
|
|
665
|
-
|
|
666
|
-
td.grey-bg {
|
|
667
|
-
background: #8d8d8d;
|
|
668
|
-
color: white;
|
|
669
|
-
}
|
|
670
|
-
|
|
671
|
-
td.purple-bg {
|
|
672
|
-
background: #b88acc;
|
|
673
|
-
color: white;
|
|
674
|
-
}
|
|
675
|
-
|
|
676
|
-
td.c-vertical-text .cell-content {
|
|
677
|
-
text-align: center;
|
|
678
|
-
writing-mode: vertical-lr;
|
|
679
|
-
}
|
|
680
|
-
|
|
681
|
-
td.c-right-aligned .cell-content {
|
|
682
|
-
flex-flow: row-reverse;
|
|
683
|
-
}
|
|
684
|
-
|
|
685
|
-
td.c-centered .cell-content {
|
|
686
|
-
margin: auto;
|
|
687
|
-
max-width: max-content;
|
|
688
|
-
}
|
|
689
|
-
|
|
690
|
-
td.c-fitted .cell-content {
|
|
691
|
-
max-width: max-content;
|
|
692
|
-
}
|
|
693
|
-
|
|
694
|
-
td.c-shaped .cell-content {
|
|
695
|
-
border-radius: 4px;
|
|
696
|
-
}
|
|
697
|
-
|
|
698
|
-
td.c-hor-padded .cell-content {
|
|
699
|
-
box-sizing: border-box;
|
|
700
|
-
padding-left: 0.5em;
|
|
701
|
-
padding-right: 0.5em;
|
|
702
|
-
}
|
|
703
|
-
|
|
704
|
-
td.c-ver-padded .cell-content {
|
|
705
|
-
box-sizing: border-box;
|
|
706
|
-
padding-top: 0.5em;
|
|
707
|
-
padding-bottom: 0.5em;
|
|
708
|
-
}
|
|
709
|
-
|
|
710
|
-
td.c-success-bg .cell-content {
|
|
711
|
-
background: var(--kup-success-color);
|
|
712
|
-
color: white;
|
|
713
|
-
}
|
|
714
|
-
|
|
715
|
-
td.c-warning-bg .cell-content {
|
|
716
|
-
background: var(--kup-warning-color);
|
|
717
|
-
}
|
|
718
|
-
|
|
719
|
-
td.c-danger-bg .cell-content {
|
|
720
|
-
background: var(--kup-danger-color);
|
|
721
|
-
color: white;
|
|
722
|
-
}
|
|
723
|
-
|
|
724
|
-
td.c-teal-bg .cell-content {
|
|
725
|
-
background: #00b4bc;
|
|
726
|
-
color: white;
|
|
727
|
-
}
|
|
728
|
-
|
|
729
|
-
td.c-orange-bg .cell-content {
|
|
730
|
-
background: #f59729;
|
|
731
|
-
color: white;
|
|
732
|
-
}
|
|
733
|
-
|
|
734
|
-
td.c-green-bg .cell-content {
|
|
735
|
-
background: #00be67;
|
|
736
|
-
color: white;
|
|
737
|
-
}
|
|
738
|
-
|
|
739
|
-
td.c-grey-bg .cell-content {
|
|
740
|
-
background: #8d8d8d;
|
|
741
|
-
color: white;
|
|
742
|
-
}
|
|
743
|
-
|
|
744
|
-
td.c-purple-bg .cell-content {
|
|
745
|
-
background: #b88acc;
|
|
746
|
-
color: white;
|
|
747
403
|
}
|