@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,200 +1,492 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
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
|
-
}
|
|
1
|
+
.builtin-layout-1 {
|
|
2
|
+
padding: 0.5em;
|
|
9
3
|
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
opacity: var(--mdc-ripple-fg-opacity, 0);
|
|
17
|
-
}
|
|
4
|
+
.builtin-layout-1 .section-1 {
|
|
5
|
+
box-sizing: border-box;
|
|
6
|
+
height: 5em;
|
|
7
|
+
overflow: auto;
|
|
8
|
+
padding-bottom: 1em;
|
|
9
|
+
width: 100%;
|
|
18
10
|
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
24
|
-
to {
|
|
25
|
-
opacity: 0;
|
|
26
|
-
}
|
|
11
|
+
.builtin-layout-1 .section-1 .sub-1 {
|
|
12
|
+
display: flex;
|
|
13
|
+
flex-direction: row;
|
|
14
|
+
justify-content: center;
|
|
27
15
|
}
|
|
28
|
-
.
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
16
|
+
.builtin-layout-1 .section-2 {
|
|
17
|
+
height: calc(100% - 60px);
|
|
18
|
+
overflow: auto;
|
|
19
|
+
width: 100%;
|
|
20
|
+
}
|
|
21
|
+
.builtin-layout-1 .prev-page {
|
|
22
|
+
margin-left: auto;
|
|
23
|
+
}
|
|
24
|
+
.builtin-layout-1 .change-view-button {
|
|
25
|
+
margin: auto;
|
|
26
|
+
width: 12em;
|
|
27
|
+
text-align: center;
|
|
28
|
+
}
|
|
29
|
+
.builtin-layout-1 #change-view-button button {
|
|
30
|
+
text-transform: capitalize;
|
|
31
|
+
}
|
|
32
|
+
.builtin-layout-1 .next-page {
|
|
33
|
+
margin-right: auto;
|
|
34
|
+
}
|
|
35
|
+
.builtin-layout-1 .calendar {
|
|
36
|
+
border-collapse: collapse;
|
|
37
|
+
width: 100%;
|
|
38
|
+
}
|
|
39
|
+
.builtin-layout-1 thead {
|
|
40
|
+
border-bottom: 1px solid var(--kup-border-color);
|
|
41
|
+
}
|
|
42
|
+
.builtin-layout-1 .item-text {
|
|
43
|
+
color: rgba(var(--kup-text-color-rgb), 0.5);
|
|
44
|
+
}
|
|
45
|
+
.builtin-layout-1 .item {
|
|
46
|
+
text-align: center;
|
|
47
|
+
}
|
|
48
|
+
.builtin-layout-1 .item:not(.selected) .item-number:hover {
|
|
49
|
+
background-color: var(--kup-hover-background-color);
|
|
50
|
+
}
|
|
51
|
+
.builtin-layout-1 .item.selected .item-number, .builtin-layout-1 .item.selected .item-number:hover {
|
|
52
|
+
background-color: rgba(var(--kup-primary-color-rgb), 0.175);
|
|
53
|
+
}
|
|
54
|
+
.builtin-layout-1 .item-number {
|
|
55
|
+
border-radius: 50%;
|
|
56
|
+
cursor: pointer;
|
|
57
|
+
display: flex;
|
|
58
|
+
justify-content: center;
|
|
59
|
+
line-height: 2.5em;
|
|
60
|
+
margin: auto;
|
|
61
|
+
width: 2.5em;
|
|
62
|
+
transition: background-color 0.25s;
|
|
63
|
+
text-transform: capitalize;
|
|
40
64
|
}
|
|
41
65
|
|
|
42
|
-
.
|
|
66
|
+
.builtin-layout-2 .clock {
|
|
67
|
+
box-shadow: var(--kup-box-shadow);
|
|
68
|
+
width: 300px;
|
|
69
|
+
height: 450px;
|
|
70
|
+
background-color: var(--kup-background-color);
|
|
71
|
+
position: relative;
|
|
72
|
+
font-family: var(--kup-font-family);
|
|
73
|
+
}
|
|
74
|
+
.builtin-layout-2 .top {
|
|
75
|
+
background-color: var(--kup-primary-color);
|
|
76
|
+
color: var(--kup-text-on-primary-color);
|
|
77
|
+
height: 100px;
|
|
78
|
+
line-height: 100px;
|
|
79
|
+
font-size: 50px;
|
|
80
|
+
text-align: center;
|
|
81
|
+
}
|
|
82
|
+
.builtin-layout-2 .top span {
|
|
83
|
+
cursor: pointer;
|
|
84
|
+
opacity: 0.75;
|
|
85
|
+
transition: 0.25s ease-in-out;
|
|
86
|
+
}
|
|
87
|
+
.builtin-layout-2 .top .visible {
|
|
88
|
+
opacity: 1;
|
|
89
|
+
}
|
|
90
|
+
.builtin-layout-2 .circle {
|
|
91
|
+
user-select: none;
|
|
92
|
+
background-color: rgba(var(--kup-text-color-rgb), 0.1);
|
|
93
|
+
width: 250px;
|
|
94
|
+
height: 250px;
|
|
95
|
+
border-radius: 1000px;
|
|
96
|
+
position: relative;
|
|
97
|
+
top: 25px;
|
|
98
|
+
left: 25px;
|
|
99
|
+
box-sizing: border-box;
|
|
100
|
+
display: none;
|
|
101
|
+
}
|
|
102
|
+
.builtin-layout-2 .circle.visible {
|
|
103
|
+
display: block;
|
|
104
|
+
}
|
|
105
|
+
.builtin-layout-2 .mid {
|
|
43
106
|
position: absolute;
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
107
|
+
left: calc(50% - 0px);
|
|
108
|
+
top: calc(50% - 0px);
|
|
109
|
+
width: 2px;
|
|
110
|
+
height: 2px;
|
|
111
|
+
border-radius: 10px;
|
|
112
|
+
background-color: var(--kup-text-color);
|
|
113
|
+
}
|
|
114
|
+
.builtin-layout-2 .hour {
|
|
115
|
+
position: absolute;
|
|
116
|
+
height: 40px;
|
|
117
|
+
line-height: 40px;
|
|
118
|
+
width: 40px;
|
|
119
|
+
border-radius: 40px;
|
|
120
|
+
text-align: center;
|
|
121
|
+
}
|
|
122
|
+
.builtin-layout-2 .hour.selected {
|
|
123
|
+
z-index: 2;
|
|
124
|
+
}
|
|
125
|
+
.builtin-layout-2 .hour.selected::after {
|
|
47
126
|
content: "";
|
|
127
|
+
z-index: -1;
|
|
128
|
+
background-color: rgba(var(--kup-primary-color-rgb), 0.5);
|
|
129
|
+
height: 1px;
|
|
130
|
+
width: 100%;
|
|
131
|
+
position: absolute;
|
|
132
|
+
transform: rotate(-90deg);
|
|
133
|
+
transform-origin: 100% 0%;
|
|
134
|
+
top: 50%;
|
|
135
|
+
width: 101px;
|
|
136
|
+
right: 50%;
|
|
137
|
+
}
|
|
138
|
+
.builtin-layout-2 .hour2 {
|
|
139
|
+
z-index: 2;
|
|
140
|
+
position: absolute;
|
|
141
|
+
height: 30px;
|
|
142
|
+
line-height: 30px;
|
|
143
|
+
width: 30px;
|
|
144
|
+
border-radius: 40px;
|
|
145
|
+
text-align: center;
|
|
146
|
+
font-size: 14px;
|
|
48
147
|
}
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
148
|
+
.builtin-layout-2 .hour2.selected::after {
|
|
149
|
+
content: "";
|
|
150
|
+
background-color: rgba(var(--kup-primary-color-rgb), 0.5);
|
|
151
|
+
height: 1px;
|
|
152
|
+
width: 100%;
|
|
153
|
+
position: absolute;
|
|
154
|
+
transform: rotate(-90deg);
|
|
155
|
+
transform-origin: 100% 0%;
|
|
156
|
+
top: 50%;
|
|
157
|
+
width: 64px;
|
|
158
|
+
right: 50%;
|
|
159
|
+
z-index: -1;
|
|
160
|
+
}
|
|
161
|
+
.builtin-layout-2 .unit {
|
|
162
|
+
position: absolute;
|
|
163
|
+
height: 20px;
|
|
164
|
+
line-height: 20px;
|
|
165
|
+
width: 20px;
|
|
166
|
+
border-radius: 40px;
|
|
167
|
+
text-align: center;
|
|
168
|
+
font-size: 12px;
|
|
55
169
|
}
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
170
|
+
.builtin-layout-2 .unit.selected::after {
|
|
171
|
+
content: "";
|
|
172
|
+
background-color: rgba(var(--kup-primary-color-rgb), 0.5);
|
|
173
|
+
height: 1px;
|
|
174
|
+
width: 100%;
|
|
175
|
+
position: absolute;
|
|
176
|
+
transform: rotate(-90deg);
|
|
177
|
+
transform-origin: 100% 0%;
|
|
178
|
+
top: 50%;
|
|
179
|
+
width: 101px;
|
|
180
|
+
right: 50%;
|
|
181
|
+
}
|
|
182
|
+
.builtin-layout-2 .hour,
|
|
183
|
+
.builtin-layout-2 .hour2,
|
|
184
|
+
.builtin-layout-2 .unit {
|
|
185
|
+
cursor: pointer;
|
|
186
|
+
transition: background-color 0.25s;
|
|
61
187
|
}
|
|
62
|
-
|
|
63
|
-
.
|
|
64
|
-
|
|
188
|
+
.builtin-layout-2 .hour:hover,
|
|
189
|
+
.builtin-layout-2 .hour2:hover,
|
|
190
|
+
.builtin-layout-2 .unit:hover {
|
|
191
|
+
background-color: rgba(var(--kup-primary-color-rgb), 0.275);
|
|
65
192
|
}
|
|
66
|
-
|
|
67
|
-
.
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
transform: scale(0);
|
|
72
|
-
transform-origin: center center;
|
|
193
|
+
.builtin-layout-2 .hour.selected,
|
|
194
|
+
.builtin-layout-2 .hour2.selected,
|
|
195
|
+
.builtin-layout-2 .unit.selected {
|
|
196
|
+
background-color: var(--kup-primary-color);
|
|
197
|
+
color: var(--kup-text-on-primary-color);
|
|
73
198
|
}
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
199
|
+
.builtin-layout-2 .actions {
|
|
200
|
+
color: var(--kup-primary-color);
|
|
201
|
+
font-weight: bold;
|
|
202
|
+
font-size: 20px;
|
|
203
|
+
display: flex;
|
|
204
|
+
justify-content: flex-end;
|
|
205
|
+
position: absolute;
|
|
206
|
+
width: 100%;
|
|
207
|
+
box-sizing: border-box;
|
|
208
|
+
bottom: 10px;
|
|
79
209
|
}
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
210
|
+
.builtin-layout-2 .action {
|
|
211
|
+
display: inline-block;
|
|
212
|
+
width: 100px;
|
|
213
|
+
text-align: center;
|
|
214
|
+
height: 37.5px;
|
|
215
|
+
line-height: 37.5px;
|
|
216
|
+
margin-right: 10px;
|
|
217
|
+
cursor: pointer;
|
|
218
|
+
border-radius: 2px;
|
|
83
219
|
}
|
|
84
|
-
|
|
85
|
-
|
|
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));
|
|
220
|
+
.builtin-layout-2 .clock .actions .action:hover {
|
|
221
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
88
222
|
}
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
background-color: #000;
|
|
92
|
-
/* @alternate */
|
|
93
|
-
background-color: var(--mdc-ripple-color, #000);
|
|
223
|
+
.builtin-layout-2 .clock .actions .action:visible {
|
|
224
|
+
background-color: rgba(0, 0, 0, 0.3);
|
|
94
225
|
}
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
opacity: 0.04;
|
|
98
|
-
/* @alternate */
|
|
99
|
-
opacity: var(--mdc-ripple-hover-opacity, 0.04);
|
|
226
|
+
.builtin-layout-2 .hour:nth-child(12):after {
|
|
227
|
+
transform: rotate(330deg);
|
|
100
228
|
}
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
transition-duration: 75ms;
|
|
104
|
-
opacity: 0.12;
|
|
105
|
-
/* @alternate */
|
|
106
|
-
opacity: var(--mdc-ripple-focus-opacity, 0.12);
|
|
229
|
+
.builtin-layout-2 .hour:nth-child(11):after {
|
|
230
|
+
transform: rotate(300deg);
|
|
107
231
|
}
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
transition: opacity 150ms linear;
|
|
232
|
+
.builtin-layout-2 .hour:nth-child(10):after {
|
|
233
|
+
transform: rotate(270deg);
|
|
111
234
|
}
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
transition-duration: 75ms;
|
|
115
|
-
opacity: 0.12;
|
|
116
|
-
/* @alternate */
|
|
117
|
-
opacity: var(--mdc-ripple-press-opacity, 0.12);
|
|
235
|
+
.builtin-layout-2 .hour:nth-child(9):after {
|
|
236
|
+
transform: rotate(240deg);
|
|
118
237
|
}
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
--mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
|
|
238
|
+
.builtin-layout-2 .hour:nth-child(8):after {
|
|
239
|
+
transform: rotate(210deg);
|
|
122
240
|
}
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
top: calc(50% - 100%);
|
|
126
|
-
/* @noflip */
|
|
127
|
-
left: calc(50% - 100%);
|
|
128
|
-
width: 200%;
|
|
129
|
-
height: 200%;
|
|
241
|
+
.builtin-layout-2 .hour:nth-child(7):after {
|
|
242
|
+
transform: rotate(180deg);
|
|
130
243
|
}
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
width: var(--mdc-ripple-fg-size, 100%);
|
|
134
|
-
height: var(--mdc-ripple-fg-size, 100%);
|
|
244
|
+
.builtin-layout-2 .hour:nth-child(6):after {
|
|
245
|
+
transform: rotate(150deg);
|
|
135
246
|
}
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
.mdc-ripple-upgraded--unbounded {
|
|
139
|
-
overflow: visible;
|
|
247
|
+
.builtin-layout-2 .hour:nth-child(5):after {
|
|
248
|
+
transform: rotate(120deg);
|
|
140
249
|
}
|
|
141
|
-
|
|
142
|
-
|
|
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%;
|
|
250
|
+
.builtin-layout-2 .hour:nth-child(4):after {
|
|
251
|
+
transform: rotate(90deg);
|
|
150
252
|
}
|
|
151
|
-
|
|
152
|
-
|
|
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%);
|
|
253
|
+
.builtin-layout-2 .hour:nth-child(3):after {
|
|
254
|
+
transform: rotate(60deg);
|
|
160
255
|
}
|
|
161
|
-
|
|
162
|
-
|
|
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%);
|
|
256
|
+
.builtin-layout-2 .hour:nth-child(2):after {
|
|
257
|
+
transform: rotate(30deg);
|
|
166
258
|
}
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
display: block;
|
|
170
|
-
margin: auto;
|
|
171
|
-
position: relative;
|
|
172
|
-
height: var(--kup_image_height, 100%);
|
|
173
|
-
width: var(--kup_image_width, 100%);
|
|
259
|
+
.builtin-layout-2 .hour:nth-child(1):after {
|
|
260
|
+
transform: rotate(0deg);
|
|
174
261
|
}
|
|
175
|
-
.
|
|
176
|
-
|
|
177
|
-
object-fit: contain;
|
|
262
|
+
.builtin-layout-2 .hour2:nth-child(24):after {
|
|
263
|
+
transform: rotate(690deg);
|
|
178
264
|
}
|
|
179
|
-
.
|
|
180
|
-
|
|
181
|
-
margin: auto;
|
|
182
|
-
height: var(--kup_image_height, 100%);
|
|
183
|
-
width: var(--kup_image_width, 100%);
|
|
265
|
+
.builtin-layout-2 .hour2:nth-child(23):after {
|
|
266
|
+
transform: rotate(660deg);
|
|
184
267
|
}
|
|
185
|
-
.
|
|
186
|
-
|
|
187
|
-
height: var(--kup_image_height, 100%);
|
|
188
|
-
width: var(--kup_image_width, 100%);
|
|
268
|
+
.builtin-layout-2 .hour2:nth-child(22):after {
|
|
269
|
+
transform: rotate(630deg);
|
|
189
270
|
}
|
|
190
|
-
.
|
|
191
|
-
|
|
192
|
-
height: var(--kup_image_height, 100%);
|
|
193
|
-
width: var(--kup_image_width, 100%);
|
|
271
|
+
.builtin-layout-2 .hour2:nth-child(21):after {
|
|
272
|
+
transform: rotate(600deg);
|
|
194
273
|
}
|
|
195
|
-
.
|
|
196
|
-
|
|
197
|
-
|
|
274
|
+
.builtin-layout-2 .hour2:nth-child(20):after {
|
|
275
|
+
transform: rotate(570deg);
|
|
276
|
+
}
|
|
277
|
+
.builtin-layout-2 .hour2:nth-child(19):after {
|
|
278
|
+
transform: rotate(540deg);
|
|
279
|
+
}
|
|
280
|
+
.builtin-layout-2 .hour2:nth-child(18):after {
|
|
281
|
+
transform: rotate(510deg);
|
|
282
|
+
}
|
|
283
|
+
.builtin-layout-2 .hour2:nth-child(17):after {
|
|
284
|
+
transform: rotate(480deg);
|
|
285
|
+
}
|
|
286
|
+
.builtin-layout-2 .hour2:nth-child(16):after {
|
|
287
|
+
transform: rotate(450deg);
|
|
288
|
+
}
|
|
289
|
+
.builtin-layout-2 .hour2:nth-child(15):after {
|
|
290
|
+
transform: rotate(420deg);
|
|
291
|
+
}
|
|
292
|
+
.builtin-layout-2 .hour2:nth-child(14):after {
|
|
293
|
+
transform: rotate(390deg);
|
|
294
|
+
}
|
|
295
|
+
.builtin-layout-2 .hour2:nth-child(13):after {
|
|
296
|
+
transform: rotate(360deg);
|
|
297
|
+
}
|
|
298
|
+
.builtin-layout-2 .unit:nth-child(60):after {
|
|
299
|
+
transform: rotate(354deg);
|
|
300
|
+
}
|
|
301
|
+
.builtin-layout-2 .unit:nth-child(59):after {
|
|
302
|
+
transform: rotate(348deg);
|
|
303
|
+
}
|
|
304
|
+
.builtin-layout-2 .unit:nth-child(58):after {
|
|
305
|
+
transform: rotate(342deg);
|
|
306
|
+
}
|
|
307
|
+
.builtin-layout-2 .unit:nth-child(57):after {
|
|
308
|
+
transform: rotate(336deg);
|
|
309
|
+
}
|
|
310
|
+
.builtin-layout-2 .unit:nth-child(56):after {
|
|
311
|
+
transform: rotate(330deg);
|
|
312
|
+
}
|
|
313
|
+
.builtin-layout-2 .unit:nth-child(55):after {
|
|
314
|
+
transform: rotate(324deg);
|
|
315
|
+
}
|
|
316
|
+
.builtin-layout-2 .unit:nth-child(54):after {
|
|
317
|
+
transform: rotate(318deg);
|
|
318
|
+
}
|
|
319
|
+
.builtin-layout-2 .unit:nth-child(53):after {
|
|
320
|
+
transform: rotate(312deg);
|
|
321
|
+
}
|
|
322
|
+
.builtin-layout-2 .unit:nth-child(52):after {
|
|
323
|
+
transform: rotate(306deg);
|
|
324
|
+
}
|
|
325
|
+
.builtin-layout-2 .unit:nth-child(51):after {
|
|
326
|
+
transform: rotate(300deg);
|
|
327
|
+
}
|
|
328
|
+
.builtin-layout-2 .unit:nth-child(50):after {
|
|
329
|
+
transform: rotate(294deg);
|
|
330
|
+
}
|
|
331
|
+
.builtin-layout-2 .unit:nth-child(49):after {
|
|
332
|
+
transform: rotate(288deg);
|
|
333
|
+
}
|
|
334
|
+
.builtin-layout-2 .unit:nth-child(48):after {
|
|
335
|
+
transform: rotate(282deg);
|
|
336
|
+
}
|
|
337
|
+
.builtin-layout-2 .unit:nth-child(47):after {
|
|
338
|
+
transform: rotate(276deg);
|
|
339
|
+
}
|
|
340
|
+
.builtin-layout-2 .unit:nth-child(46):after {
|
|
341
|
+
transform: rotate(270deg);
|
|
342
|
+
}
|
|
343
|
+
.builtin-layout-2 .unit:nth-child(45):after {
|
|
344
|
+
transform: rotate(264deg);
|
|
345
|
+
}
|
|
346
|
+
.builtin-layout-2 .unit:nth-child(44):after {
|
|
347
|
+
transform: rotate(258deg);
|
|
348
|
+
}
|
|
349
|
+
.builtin-layout-2 .unit:nth-child(43):after {
|
|
350
|
+
transform: rotate(252deg);
|
|
351
|
+
}
|
|
352
|
+
.builtin-layout-2 .unit:nth-child(42):after {
|
|
353
|
+
transform: rotate(246deg);
|
|
354
|
+
}
|
|
355
|
+
.builtin-layout-2 .unit:nth-child(41):after {
|
|
356
|
+
transform: rotate(240deg);
|
|
357
|
+
}
|
|
358
|
+
.builtin-layout-2 .unit:nth-child(40):after {
|
|
359
|
+
transform: rotate(234deg);
|
|
360
|
+
}
|
|
361
|
+
.builtin-layout-2 .unit:nth-child(39):after {
|
|
362
|
+
transform: rotate(228deg);
|
|
363
|
+
}
|
|
364
|
+
.builtin-layout-2 .unit:nth-child(38):after {
|
|
365
|
+
transform: rotate(222deg);
|
|
366
|
+
}
|
|
367
|
+
.builtin-layout-2 .unit:nth-child(37):after {
|
|
368
|
+
transform: rotate(216deg);
|
|
369
|
+
}
|
|
370
|
+
.builtin-layout-2 .unit:nth-child(36):after {
|
|
371
|
+
transform: rotate(210deg);
|
|
372
|
+
}
|
|
373
|
+
.builtin-layout-2 .unit:nth-child(35):after {
|
|
374
|
+
transform: rotate(204deg);
|
|
375
|
+
}
|
|
376
|
+
.builtin-layout-2 .unit:nth-child(34):after {
|
|
377
|
+
transform: rotate(198deg);
|
|
378
|
+
}
|
|
379
|
+
.builtin-layout-2 .unit:nth-child(33):after {
|
|
380
|
+
transform: rotate(192deg);
|
|
381
|
+
}
|
|
382
|
+
.builtin-layout-2 .unit:nth-child(32):after {
|
|
383
|
+
transform: rotate(186deg);
|
|
384
|
+
}
|
|
385
|
+
.builtin-layout-2 .unit:nth-child(31):after {
|
|
386
|
+
transform: rotate(180deg);
|
|
387
|
+
}
|
|
388
|
+
.builtin-layout-2 .unit:nth-child(30):after {
|
|
389
|
+
transform: rotate(174deg);
|
|
390
|
+
}
|
|
391
|
+
.builtin-layout-2 .unit:nth-child(29):after {
|
|
392
|
+
transform: rotate(168deg);
|
|
393
|
+
}
|
|
394
|
+
.builtin-layout-2 .unit:nth-child(28):after {
|
|
395
|
+
transform: rotate(162deg);
|
|
396
|
+
}
|
|
397
|
+
.builtin-layout-2 .unit:nth-child(27):after {
|
|
398
|
+
transform: rotate(156deg);
|
|
399
|
+
}
|
|
400
|
+
.builtin-layout-2 .unit:nth-child(26):after {
|
|
401
|
+
transform: rotate(150deg);
|
|
402
|
+
}
|
|
403
|
+
.builtin-layout-2 .unit:nth-child(25):after {
|
|
404
|
+
transform: rotate(144deg);
|
|
405
|
+
}
|
|
406
|
+
.builtin-layout-2 .unit:nth-child(24):after {
|
|
407
|
+
transform: rotate(138deg);
|
|
408
|
+
}
|
|
409
|
+
.builtin-layout-2 .unit:nth-child(23):after {
|
|
410
|
+
transform: rotate(132deg);
|
|
411
|
+
}
|
|
412
|
+
.builtin-layout-2 .unit:nth-child(22):after {
|
|
413
|
+
transform: rotate(126deg);
|
|
414
|
+
}
|
|
415
|
+
.builtin-layout-2 .unit:nth-child(21):after {
|
|
416
|
+
transform: rotate(120deg);
|
|
417
|
+
}
|
|
418
|
+
.builtin-layout-2 .unit:nth-child(20):after {
|
|
419
|
+
transform: rotate(114deg);
|
|
420
|
+
}
|
|
421
|
+
.builtin-layout-2 .unit:nth-child(19):after {
|
|
422
|
+
transform: rotate(108deg);
|
|
423
|
+
}
|
|
424
|
+
.builtin-layout-2 .unit:nth-child(18):after {
|
|
425
|
+
transform: rotate(102deg);
|
|
426
|
+
}
|
|
427
|
+
.builtin-layout-2 .unit:nth-child(17):after {
|
|
428
|
+
transform: rotate(96deg);
|
|
429
|
+
}
|
|
430
|
+
.builtin-layout-2 .unit:nth-child(16):after {
|
|
431
|
+
transform: rotate(90deg);
|
|
432
|
+
}
|
|
433
|
+
.builtin-layout-2 .unit:nth-child(15):after {
|
|
434
|
+
transform: rotate(84deg);
|
|
435
|
+
}
|
|
436
|
+
.builtin-layout-2 .unit:nth-child(14):after {
|
|
437
|
+
transform: rotate(78deg);
|
|
438
|
+
}
|
|
439
|
+
.builtin-layout-2 .unit:nth-child(13):after {
|
|
440
|
+
transform: rotate(72deg);
|
|
441
|
+
}
|
|
442
|
+
.builtin-layout-2 .unit:nth-child(12):after {
|
|
443
|
+
transform: rotate(66deg);
|
|
444
|
+
}
|
|
445
|
+
.builtin-layout-2 .unit:nth-child(11):after {
|
|
446
|
+
transform: rotate(60deg);
|
|
447
|
+
}
|
|
448
|
+
.builtin-layout-2 .unit:nth-child(10):after {
|
|
449
|
+
transform: rotate(54deg);
|
|
450
|
+
}
|
|
451
|
+
.builtin-layout-2 .unit:nth-child(9):after {
|
|
452
|
+
transform: rotate(48deg);
|
|
453
|
+
}
|
|
454
|
+
.builtin-layout-2 .unit:nth-child(8):after {
|
|
455
|
+
transform: rotate(42deg);
|
|
456
|
+
}
|
|
457
|
+
.builtin-layout-2 .unit:nth-child(7):after {
|
|
458
|
+
transform: rotate(36deg);
|
|
459
|
+
}
|
|
460
|
+
.builtin-layout-2 .unit:nth-child(6):after {
|
|
461
|
+
transform: rotate(30deg);
|
|
462
|
+
}
|
|
463
|
+
.builtin-layout-2 .unit:nth-child(5):after {
|
|
464
|
+
transform: rotate(24deg);
|
|
465
|
+
}
|
|
466
|
+
.builtin-layout-2 .unit:nth-child(4):after {
|
|
467
|
+
transform: rotate(18deg);
|
|
468
|
+
}
|
|
469
|
+
.builtin-layout-2 .unit:nth-child(3):after {
|
|
470
|
+
transform: rotate(12deg);
|
|
471
|
+
}
|
|
472
|
+
.builtin-layout-2 .unit:nth-child(2):after {
|
|
473
|
+
transform: rotate(6deg);
|
|
474
|
+
}
|
|
475
|
+
.builtin-layout-2 .unit:nth-child(1):after {
|
|
476
|
+
transform: rotate(0deg);
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
.builtin-card {
|
|
480
|
+
background-color: var(--kup-background-color);
|
|
481
|
+
border-radius: 4px;
|
|
482
|
+
box-sizing: border-box;
|
|
483
|
+
box-shadow: 0 2px 1px -1px rgba(128, 128, 128, 0.1), 0 1px 1px 0 rgba(128, 128, 128, 0.1), 0 1px 3px 0 rgba(128, 128, 128, 0.6);
|
|
484
|
+
display: flex;
|
|
485
|
+
flex-direction: column;
|
|
486
|
+
height: 100%;
|
|
487
|
+
position: relative;
|
|
488
|
+
width: 100%;
|
|
489
|
+
overflow: auto;
|
|
198
490
|
}
|
|
199
491
|
|
|
200
492
|
.collapsible-layout-1 {
|
|
@@ -340,6 +632,7 @@
|
|
|
340
632
|
height: 100%;
|
|
341
633
|
padding: 0.5em;
|
|
342
634
|
overflow: auto;
|
|
635
|
+
touch-action: none;
|
|
343
636
|
}
|
|
344
637
|
.dialog-layout-1 .section-1 .text {
|
|
345
638
|
min-width: max-content;
|
|
@@ -358,6 +651,7 @@
|
|
|
358
651
|
}
|
|
359
652
|
.dialog-layout-2 .section-1 {
|
|
360
653
|
text-align: center;
|
|
654
|
+
touch-action: none;
|
|
361
655
|
padding-bottom: 1em;
|
|
362
656
|
}
|
|
363
657
|
.dialog-layout-2 .section-1 .text {
|
|
@@ -375,6 +669,7 @@
|
|
|
375
669
|
height: 100%;
|
|
376
670
|
padding: 0.5em;
|
|
377
671
|
overflow: auto;
|
|
672
|
+
touch-action: none;
|
|
378
673
|
}
|
|
379
674
|
.dialog-layout-2 .section-2 .text {
|
|
380
675
|
min-width: max-content;
|
|
@@ -389,7 +684,7 @@
|
|
|
389
684
|
box-sizing: border-box;
|
|
390
685
|
box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
|
|
391
686
|
display: flex;
|
|
392
|
-
overflow:
|
|
687
|
+
overflow: visible;
|
|
393
688
|
flex-direction: column;
|
|
394
689
|
height: 100%;
|
|
395
690
|
position: relative;
|
|
@@ -408,6 +703,7 @@
|
|
|
408
703
|
height: 52px;
|
|
409
704
|
width: 100%;
|
|
410
705
|
text-align: right;
|
|
706
|
+
touch-action: none;
|
|
411
707
|
}
|
|
412
708
|
.dialog-layout-3 .section-1 kup-button {
|
|
413
709
|
margin-right: 0.25em;
|
|
@@ -441,6 +737,8 @@
|
|
|
441
737
|
.dialog-layout-4 .section-2 {
|
|
442
738
|
height: 100%;
|
|
443
739
|
overflow: auto;
|
|
740
|
+
padding: 0.25em;
|
|
741
|
+
touch-action: none;
|
|
444
742
|
}
|
|
445
743
|
|
|
446
744
|
.dialog-layout-5 {
|
|
@@ -460,6 +758,37 @@
|
|
|
460
758
|
overflow: auto;
|
|
461
759
|
}
|
|
462
760
|
|
|
761
|
+
.dialog-layout-6 {
|
|
762
|
+
background-color: var(--kup-background-color);
|
|
763
|
+
box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
|
|
764
|
+
display: flex;
|
|
765
|
+
flex-direction: column;
|
|
766
|
+
height: 100%;
|
|
767
|
+
max-height: 95vh;
|
|
768
|
+
max-width: 95vw;
|
|
769
|
+
width: 100%;
|
|
770
|
+
}
|
|
771
|
+
.dialog-layout-6 .section-1 {
|
|
772
|
+
display: flex;
|
|
773
|
+
height: 100%;
|
|
774
|
+
justify-content: space-evenly;
|
|
775
|
+
overflow: auto;
|
|
776
|
+
}
|
|
777
|
+
.dialog-layout-6 kup-data-table {
|
|
778
|
+
width: 100%;
|
|
779
|
+
}
|
|
780
|
+
|
|
781
|
+
#drag-handle {
|
|
782
|
+
-ms-touch-action: none;
|
|
783
|
+
touch-action: none;
|
|
784
|
+
}
|
|
785
|
+
#drag-handle:not(.header-bar) {
|
|
786
|
+
display: flex;
|
|
787
|
+
height: 100%;
|
|
788
|
+
}
|
|
789
|
+
#drag-handle:not(.header-bar) .f-image {
|
|
790
|
+
margin: auto;
|
|
791
|
+
}
|
|
463
792
|
#drag-handle.header-bar {
|
|
464
793
|
background-color: var(--kup-title-background-color);
|
|
465
794
|
color: var(--kup-title-color);
|
|
@@ -490,6 +819,14 @@
|
|
|
490
819
|
opacity: 0.5;
|
|
491
820
|
}
|
|
492
821
|
|
|
822
|
+
.free-layout-1 {
|
|
823
|
+
background: var(--kup-background-color);
|
|
824
|
+
box-shadow: var(--kup-box-shadow);
|
|
825
|
+
box-sizing: border-box;
|
|
826
|
+
overflow: auto;
|
|
827
|
+
padding: 1em;
|
|
828
|
+
}
|
|
829
|
+
|
|
493
830
|
.scalable-layout-1 .descr {
|
|
494
831
|
font-size: 70%;
|
|
495
832
|
width: 100%;
|
|
@@ -1547,6 +1884,7 @@
|
|
|
1547
1884
|
margin-bottom: 0.5em;
|
|
1548
1885
|
}
|
|
1549
1886
|
.standard-layout-12 .section-3 {
|
|
1887
|
+
backface-visibility: hidden;
|
|
1550
1888
|
display: flex;
|
|
1551
1889
|
flex-direction: column;
|
|
1552
1890
|
max-height: 20vh;
|
|
@@ -1622,7 +1960,7 @@
|
|
|
1622
1960
|
width: 88px;
|
|
1623
1961
|
margin: 0 10px;
|
|
1624
1962
|
}
|
|
1625
|
-
.standard-layout-14 .section-1 .f-image
|
|
1963
|
+
.standard-layout-14 .section-1 .f-image {
|
|
1626
1964
|
margin: 0 0.5em 0 0;
|
|
1627
1965
|
}
|
|
1628
1966
|
.standard-layout-14 .section-1 .title {
|
|
@@ -1659,6 +1997,7 @@
|
|
|
1659
1997
|
margin: 0;
|
|
1660
1998
|
}
|
|
1661
1999
|
.standard-layout-14 .sub-checkbox {
|
|
2000
|
+
backface-visibility: hidden;
|
|
1662
2001
|
display: flex;
|
|
1663
2002
|
flex-direction: column;
|
|
1664
2003
|
max-height: 20vh;
|
|
@@ -1718,6 +2057,110 @@
|
|
|
1718
2057
|
display: inline-flex;
|
|
1719
2058
|
}
|
|
1720
2059
|
|
|
2060
|
+
.standard-layout-15 {
|
|
2061
|
+
outline: none;
|
|
2062
|
+
display: block;
|
|
2063
|
+
font-size: var(--kup-font-size);
|
|
2064
|
+
background: var(--kup-background-color);
|
|
2065
|
+
color: var(--kup-text-color);
|
|
2066
|
+
box-shadow: var(--kup-box-shadow);
|
|
2067
|
+
border-radius: 3px;
|
|
2068
|
+
min-width: 350px;
|
|
2069
|
+
max-width: 700px;
|
|
2070
|
+
}
|
|
2071
|
+
.standard-layout-15 .section-1 {
|
|
2072
|
+
box-sizing: border-box;
|
|
2073
|
+
display: flex;
|
|
2074
|
+
padding: 1em;
|
|
2075
|
+
}
|
|
2076
|
+
.standard-layout-15 .section-1 .sub-1 {
|
|
2077
|
+
width: 100%;
|
|
2078
|
+
}
|
|
2079
|
+
.standard-layout-15 .section-1 .sub-spinner {
|
|
2080
|
+
height: 88px;
|
|
2081
|
+
width: 88px;
|
|
2082
|
+
margin: 0 10px;
|
|
2083
|
+
}
|
|
2084
|
+
.standard-layout-15 .section-1 .f-image {
|
|
2085
|
+
margin: 0 0.5em 0 0;
|
|
2086
|
+
}
|
|
2087
|
+
.standard-layout-15 .section-1 .title {
|
|
2088
|
+
font-size: 1.25em;
|
|
2089
|
+
padding: 0 0.25em 0.25em;
|
|
2090
|
+
text-align: left;
|
|
2091
|
+
}
|
|
2092
|
+
.standard-layout-15 .section-1 .title .label {
|
|
2093
|
+
cursor: pointer;
|
|
2094
|
+
padding-right: 0.25em;
|
|
2095
|
+
}
|
|
2096
|
+
.standard-layout-15 .section-1 .title .label:hover {
|
|
2097
|
+
text-decoration: underline;
|
|
2098
|
+
}
|
|
2099
|
+
.standard-layout-15 .section-1 .info {
|
|
2100
|
+
display: flex;
|
|
2101
|
+
padding: 0 0.25em 0.25em;
|
|
2102
|
+
width: 100%;
|
|
2103
|
+
}
|
|
2104
|
+
.standard-layout-15 .section-1 .info .label {
|
|
2105
|
+
color: rgba(var(--kup-text-color-rgb), 0.75);
|
|
2106
|
+
margin-right: 0.75em;
|
|
2107
|
+
min-width: max-content;
|
|
2108
|
+
width: auto;
|
|
2109
|
+
}
|
|
2110
|
+
.standard-layout-15 .section-1 .info .value {
|
|
2111
|
+
width: 100%;
|
|
2112
|
+
}
|
|
2113
|
+
.standard-layout-15 .section-2 {
|
|
2114
|
+
border-top: 1px solid var(--kup-border-color);
|
|
2115
|
+
box-sizing: border-box;
|
|
2116
|
+
height: 180px;
|
|
2117
|
+
opacity: 1;
|
|
2118
|
+
overflow: auto;
|
|
2119
|
+
transition: height 250ms ease-out, opacity 250ms ease-out;
|
|
2120
|
+
}
|
|
2121
|
+
.standard-layout-15 .section-2 .info {
|
|
2122
|
+
box-sizing: border-box;
|
|
2123
|
+
height: 100%;
|
|
2124
|
+
padding: 1.25em;
|
|
2125
|
+
}
|
|
2126
|
+
.standard-layout-15 .section-2 .detail-row {
|
|
2127
|
+
display: flex;
|
|
2128
|
+
justify-content: space-between;
|
|
2129
|
+
}
|
|
2130
|
+
.standard-layout-15 .section-2 .detail-row:not(:last-child) {
|
|
2131
|
+
margin-bottom: 6px;
|
|
2132
|
+
}
|
|
2133
|
+
.standard-layout-15 .section-2 .detail-row__label {
|
|
2134
|
+
color: rgba(var(--kup-text-color-rgb), 0.5);
|
|
2135
|
+
margin-top: 0.175em;
|
|
2136
|
+
max-width: 320px;
|
|
2137
|
+
}
|
|
2138
|
+
.standard-layout-15 .section-2 .detail-row__value {
|
|
2139
|
+
color: var(--kup-text-color);
|
|
2140
|
+
font-size: 120%;
|
|
2141
|
+
max-width: 320px;
|
|
2142
|
+
}
|
|
2143
|
+
.standard-layout-15 .section-2 kup-tree {
|
|
2144
|
+
text-align: left;
|
|
2145
|
+
}
|
|
2146
|
+
.standard-layout-15 .section-3 {
|
|
2147
|
+
border-top: 1px solid var(--kup-border-color);
|
|
2148
|
+
display: flex;
|
|
2149
|
+
justify-content: flex-end;
|
|
2150
|
+
padding: 6px;
|
|
2151
|
+
padding-top: 2px;
|
|
2152
|
+
padding-bottom: 2px;
|
|
2153
|
+
}
|
|
2154
|
+
.standard-layout-15 .section-3 kup-button {
|
|
2155
|
+
margin: auto 0;
|
|
2156
|
+
}
|
|
2157
|
+
.standard-layout-15 #open-in-new,
|
|
2158
|
+
.standard-layout-15 #search,
|
|
2159
|
+
.standard-layout-15 #new {
|
|
2160
|
+
margin: 0;
|
|
2161
|
+
display: inline-flex;
|
|
2162
|
+
}
|
|
2163
|
+
|
|
1721
2164
|
/**
|
|
1722
2165
|
* @prop --kup-card-ripple-color: Sets color of ripple effect (for Material layouts).
|
|
1723
2166
|
*/
|
|
@@ -1736,12 +2179,12 @@
|
|
|
1736
2179
|
width: var(--kup_card_width);
|
|
1737
2180
|
}
|
|
1738
2181
|
|
|
1739
|
-
:host([is-menu])
|
|
1740
|
-
animation: fade-in 0.25s ease-out;
|
|
2182
|
+
:host([is-menu]) {
|
|
1741
2183
|
display: none;
|
|
2184
|
+
animation: fade-in 0.25s ease-out;
|
|
1742
2185
|
}
|
|
1743
2186
|
|
|
1744
|
-
:host([menu-visible])
|
|
2187
|
+
:host([menu-visible]) {
|
|
1745
2188
|
display: block;
|
|
1746
2189
|
}
|
|
1747
2190
|
|
|
@@ -1764,22 +2207,9 @@
|
|
|
1764
2207
|
.card-view {
|
|
1765
2208
|
animation: fade-in 0.25s ease-out;
|
|
1766
2209
|
display: none;
|
|
2210
|
+
height: 100%;
|
|
2211
|
+
width: 100%;
|
|
1767
2212
|
}
|
|
1768
2213
|
.card-view.visible {
|
|
1769
2214
|
display: block;
|
|
1770
|
-
}
|
|
1771
|
-
|
|
1772
|
-
@keyframes fade-in {
|
|
1773
|
-
0% {
|
|
1774
|
-
display: none;
|
|
1775
|
-
opacity: 0;
|
|
1776
|
-
}
|
|
1777
|
-
1% {
|
|
1778
|
-
display: block;
|
|
1779
|
-
opacity: 0;
|
|
1780
|
-
}
|
|
1781
|
-
100% {
|
|
1782
|
-
display: block;
|
|
1783
|
-
opacity: 1;
|
|
1784
|
-
}
|
|
1785
2215
|
}
|