@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,2772 +1,3 @@
|
|
|
1
|
-
.f-image--wrapper {
|
|
2
|
-
display: block;
|
|
3
|
-
margin: auto;
|
|
4
|
-
position: relative;
|
|
5
|
-
height: var(--kup_image_height, 100%);
|
|
6
|
-
width: var(--kup_image_width, 100%);
|
|
7
|
-
}
|
|
8
|
-
.f-image--wrapper.kup-fit img {
|
|
9
|
-
max-width: max-content;
|
|
10
|
-
object-fit: contain;
|
|
11
|
-
}
|
|
12
|
-
.f-image--wrapper img {
|
|
13
|
-
display: block;
|
|
14
|
-
margin: auto;
|
|
15
|
-
height: var(--kup_image_height, 100%);
|
|
16
|
-
width: var(--kup_image_width, 100%);
|
|
17
|
-
}
|
|
18
|
-
.f-image--wrapper .f-image__css {
|
|
19
|
-
overflow: hidden;
|
|
20
|
-
height: var(--kup_image_height, 100%);
|
|
21
|
-
width: var(--kup_image_width, 100%);
|
|
22
|
-
}
|
|
23
|
-
.f-image--wrapper .f-image__icon {
|
|
24
|
-
margin: auto;
|
|
25
|
-
height: var(--kup_image_height, 100%);
|
|
26
|
-
width: var(--kup_image_width, 100%);
|
|
27
|
-
}
|
|
28
|
-
.f-image--wrapper .css-step.bottom-aligned {
|
|
29
|
-
bottom: 0;
|
|
30
|
-
position: absolute;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.f-checkbox--wrapper {
|
|
34
|
-
--kup_checkbox_font_family: var(
|
|
35
|
-
--kup-checkbox-font-family,
|
|
36
|
-
var(--kup-font-family)
|
|
37
|
-
);
|
|
38
|
-
--kup_checkbox_font_size: var(--kup-checkbox-font-size, var(--kup-font-size));
|
|
39
|
-
--kup_checkbox_font_weight: var(--kup-checkbox-font-weight, 400);
|
|
40
|
-
--kup_checkbox_disabled_checkmark_color: var(
|
|
41
|
-
--kup-checkbox-disabled-checkmark-color,
|
|
42
|
-
var(--kup-background-color)
|
|
43
|
-
);
|
|
44
|
-
--kup_checkbox_padding: var(--kup-checkbox-padding, 11px);
|
|
45
|
-
--kup_checkbox_primary_color: var(
|
|
46
|
-
--kup-checkbox-primary-color,
|
|
47
|
-
var(--kup-primary-color)
|
|
48
|
-
);
|
|
49
|
-
--kup_checkbox_primary_color_rgb: var(
|
|
50
|
-
--kup-checkbox-primary-color-rgb,
|
|
51
|
-
var(--kup-primary-color-rgb)
|
|
52
|
-
);
|
|
53
|
-
--kup_checkbox_text_color: var(
|
|
54
|
-
--kup-checkbox-text-color,
|
|
55
|
-
var(--kup-text-color)
|
|
56
|
-
);
|
|
57
|
-
--kup_checkbox_text_color_rgb: var(
|
|
58
|
-
--kup-checkbox-text-color-rgb,
|
|
59
|
-
var(--kup-text-color-rgb)
|
|
60
|
-
);
|
|
61
|
-
--kup_checkbox_text_on_primary_color: var(
|
|
62
|
-
--kup-checkbox-text-on-primary-color,
|
|
63
|
-
var(--kup-text-on-primary-color)
|
|
64
|
-
);
|
|
65
|
-
--kup_checkbox_text_on_primary_color_rgb: var(
|
|
66
|
-
--kup-checkbox-text-on-primary-color-rgb,
|
|
67
|
-
var(--kup-text-on-primary-color-rgb)
|
|
68
|
-
);
|
|
69
|
-
font-family: var(--kup_checkbox_font_family);
|
|
70
|
-
font-size: var(--kup_checkbox_font_size);
|
|
71
|
-
}
|
|
72
|
-
.f-checkbox--wrapper .form-field {
|
|
73
|
-
color: var(--kup_checkbox_text_color);
|
|
74
|
-
line-height: 1.25em;
|
|
75
|
-
-moz-osx-font-smoothing: grayscale;
|
|
76
|
-
-webkit-font-smoothing: antialiased;
|
|
77
|
-
letter-spacing: 0.0178571429em;
|
|
78
|
-
text-decoration: inherit;
|
|
79
|
-
align-items: center;
|
|
80
|
-
vertical-align: middle;
|
|
81
|
-
display: inline-flex;
|
|
82
|
-
}
|
|
83
|
-
.f-checkbox--wrapper .form-field label {
|
|
84
|
-
font-size: 0.875em;
|
|
85
|
-
margin-left: 0px;
|
|
86
|
-
margin-right: auto;
|
|
87
|
-
order: 0;
|
|
88
|
-
}
|
|
89
|
-
.f-checkbox--wrapper .form-field.form-field--align-end label {
|
|
90
|
-
margin-left: auto;
|
|
91
|
-
margin-right: 0px;
|
|
92
|
-
order: -1;
|
|
93
|
-
}
|
|
94
|
-
.f-checkbox--wrapper .checkbox {
|
|
95
|
-
border-radius: 50%;
|
|
96
|
-
display: inline-block;
|
|
97
|
-
position: relative;
|
|
98
|
-
flex: 0 0 18px;
|
|
99
|
-
box-sizing: content-box;
|
|
100
|
-
width: 18px;
|
|
101
|
-
height: 18px;
|
|
102
|
-
line-height: 0;
|
|
103
|
-
white-space: nowrap;
|
|
104
|
-
cursor: pointer;
|
|
105
|
-
vertical-align: bottom;
|
|
106
|
-
will-change: transform, opacity;
|
|
107
|
-
z-index: 0;
|
|
108
|
-
padding: var(--kup_checkbox_padding);
|
|
109
|
-
transition: background-color 125ms linear;
|
|
110
|
-
}
|
|
111
|
-
.f-checkbox--wrapper .checkbox:hover {
|
|
112
|
-
background: rgba(var(--kup_checkbox_primary_color_rgb), 0.125);
|
|
113
|
-
}
|
|
114
|
-
.f-checkbox--wrapper .checkbox .checkbox__native-control {
|
|
115
|
-
position: absolute;
|
|
116
|
-
margin: 0;
|
|
117
|
-
padding: 0;
|
|
118
|
-
opacity: 0;
|
|
119
|
-
cursor: inherit;
|
|
120
|
-
top: 0;
|
|
121
|
-
left: 0;
|
|
122
|
-
right: 0;
|
|
123
|
-
height: 40px;
|
|
124
|
-
width: 40px;
|
|
125
|
-
}
|
|
126
|
-
.f-checkbox--wrapper .checkbox .checkbox__native-control:checked ~ .checkbox__background .checkbox__checkmark {
|
|
127
|
-
transition: opacity 180ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 180ms 0ms cubic-bezier(0, 0, 0.2, 1);
|
|
128
|
-
opacity: 1;
|
|
129
|
-
}
|
|
130
|
-
.f-checkbox--wrapper .checkbox .checkbox__checkmark-path {
|
|
131
|
-
stroke: var(--kup_checkbox_text_on_primary_color);
|
|
132
|
-
stroke-dasharray: 29.7833385;
|
|
133
|
-
stroke-dashoffset: 29.7833385;
|
|
134
|
-
stroke-width: 3.12px;
|
|
135
|
-
transition: stroke-dashoffset 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
|
|
136
|
-
}
|
|
137
|
-
.f-checkbox--wrapper .checkbox .checkbox__background {
|
|
138
|
-
position: absolute;
|
|
139
|
-
align-items: center;
|
|
140
|
-
justify-content: center;
|
|
141
|
-
box-sizing: border-box;
|
|
142
|
-
width: 18px;
|
|
143
|
-
height: 18px;
|
|
144
|
-
border: 2px solid rgba(var(--kup_checkbox_text_color_rgb), 0.5);
|
|
145
|
-
border-radius: 2px;
|
|
146
|
-
background-color: transparent;
|
|
147
|
-
pointer-events: none;
|
|
148
|
-
will-change: background-color, border-color;
|
|
149
|
-
transition: background-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), border-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
|
|
150
|
-
}
|
|
151
|
-
.f-checkbox--wrapper .checkbox .checkbox__background .checkbox__checkmark {
|
|
152
|
-
color: var(--kup_checkbox_text_on_primary_color);
|
|
153
|
-
position: absolute;
|
|
154
|
-
top: 0;
|
|
155
|
-
right: 0;
|
|
156
|
-
bottom: 0;
|
|
157
|
-
left: 0;
|
|
158
|
-
width: 100%;
|
|
159
|
-
opacity: 0;
|
|
160
|
-
transition: opacity 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
|
|
161
|
-
}
|
|
162
|
-
.f-checkbox--wrapper .checkbox .checkbox__background .checkbox__mixedmark {
|
|
163
|
-
position: absolute;
|
|
164
|
-
top: 6px;
|
|
165
|
-
left: -1px;
|
|
166
|
-
color: var(--kup_checkbox_text_on_primary_color);
|
|
167
|
-
width: 100%;
|
|
168
|
-
height: 0;
|
|
169
|
-
border-width: 1px;
|
|
170
|
-
border-style: solid;
|
|
171
|
-
opacity: 0;
|
|
172
|
-
transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
|
|
173
|
-
}
|
|
174
|
-
.f-checkbox--wrapper .checkbox.checkbox--checked .checkbox__background {
|
|
175
|
-
background-color: var(--kup_checkbox_primary_color);
|
|
176
|
-
border-color: var(--kup_checkbox_primary_color);
|
|
177
|
-
opacity: 1;
|
|
178
|
-
}
|
|
179
|
-
.f-checkbox--wrapper .checkbox.checkbox--checked .checkbox__checkmark-path {
|
|
180
|
-
stroke-dashoffset: 0;
|
|
181
|
-
}
|
|
182
|
-
.f-checkbox--wrapper .checkbox.checkbox--indeterminate .checkbox__background {
|
|
183
|
-
background-color: var(--kup_checkbox_primary_color);
|
|
184
|
-
border-color: var(--kup_checkbox_primary_color);
|
|
185
|
-
}
|
|
186
|
-
.f-checkbox--wrapper .checkbox.checkbox--indeterminate .checkbox__mixedmark {
|
|
187
|
-
border-color: var(--kup_checkbox_text_on_primary_color);
|
|
188
|
-
transform: scaleX(1) rotate(0deg);
|
|
189
|
-
opacity: 1;
|
|
190
|
-
}
|
|
191
|
-
.f-checkbox--wrapper .checkbox.checkbox--indeterminate .checkbox__checkmark-path {
|
|
192
|
-
stroke-dashoffset: 0;
|
|
193
|
-
}
|
|
194
|
-
.f-checkbox--wrapper .checkbox.checkbox--disabled {
|
|
195
|
-
pointer-events: none;
|
|
196
|
-
}
|
|
197
|
-
.f-checkbox--wrapper .checkbox.checkbox--disabled + label {
|
|
198
|
-
pointer-events: none;
|
|
199
|
-
}
|
|
200
|
-
.f-checkbox--wrapper .checkbox.checkbox--disabled .checkbox__background {
|
|
201
|
-
background-color: transparent;
|
|
202
|
-
border-color: rgba(var(--kup_checkbox_text_color_rgb), 0.325);
|
|
203
|
-
}
|
|
204
|
-
.f-checkbox--wrapper .checkbox.checkbox--disabled.checkbox--checked .checkbox__background {
|
|
205
|
-
background-color: rgba(var(--kup_checkbox_text_color_rgb), 0.325);
|
|
206
|
-
border-color: transparent;
|
|
207
|
-
}
|
|
208
|
-
.f-checkbox--wrapper .checkbox.checkbox--disabled.checkbox--checked .checkbox__checkmark {
|
|
209
|
-
color: var(--kup_checkbox_disabled_checkmark_color);
|
|
210
|
-
}
|
|
211
|
-
.f-checkbox--wrapper .checkbox.checkbox--disabled.checkbox--checked .checkbox__mixedmark {
|
|
212
|
-
color: var(--kup_checkbox_disabled_checkmark_color);
|
|
213
|
-
}
|
|
214
|
-
.f-checkbox--wrapper.kup-danger {
|
|
215
|
-
--kup-checkbox-primary-color: var(--kup-danger-color);
|
|
216
|
-
--kup-checkbox-primary-color-rgb: var(--kup-danger-color-rgb);
|
|
217
|
-
--kup-checkbox-text-on-primary-color: white;
|
|
218
|
-
--kup-checkbox-text-on-primary-color-rgb: 255, 255, 255;
|
|
219
|
-
}
|
|
220
|
-
.f-checkbox--wrapper.kup-info {
|
|
221
|
-
--kup-checkbox-primary-color: var(--kup-info-color);
|
|
222
|
-
--kup-checkbox-primary-color-rgb: var(--kup-info-color-rgb);
|
|
223
|
-
--kup-checkbox-text-on-primary-color: white;
|
|
224
|
-
--kup-checkbox-text-on-primary-color-rgb: 255, 255, 255;
|
|
225
|
-
}
|
|
226
|
-
.f-checkbox--wrapper.kup-secondary {
|
|
227
|
-
--kup-checkbox-primary-color: var(--kup-secondary-color);
|
|
228
|
-
--kup-checkbox-primary-color-rgb: var(--kup-secondary-color-rgb);
|
|
229
|
-
--kup-checkbox-text-on-primary-color: var(--kup-text-on-secondary-color);
|
|
230
|
-
--kup-checkbox-text-on-primary-color-rgb: var(
|
|
231
|
-
--kup-text-on-secondary-color-rgb
|
|
232
|
-
);
|
|
233
|
-
}
|
|
234
|
-
.f-checkbox--wrapper.kup-success {
|
|
235
|
-
--kup-checkbox-primary-color: var(--kup-success-color);
|
|
236
|
-
--kup-checkbox-primary-color-rgb: var(--kup-success-color-rgb);
|
|
237
|
-
--kup-checkbox-text-on-primary-color: white;
|
|
238
|
-
--kup-checkbox-text-on-primary-color-rgb: 255, 255, 255;
|
|
239
|
-
}
|
|
240
|
-
.f-checkbox--wrapper.kup-warning {
|
|
241
|
-
--kup-checkbox-primary-color: var(--kup-warning-color);
|
|
242
|
-
--kup-checkbox-primary-color-rgb: var(--kup-warning-color-rgb);
|
|
243
|
-
--kup-checkbox-text-on-primary-color: white;
|
|
244
|
-
--kup-checkbox-text-on-primary-color-rgb: 255, 255, 255;
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
.f-chip--wrapper {
|
|
248
|
-
--kup_chip_background_color: var(
|
|
249
|
-
--kup-chip-background-color,
|
|
250
|
-
var(--kup-background-color)
|
|
251
|
-
);
|
|
252
|
-
--kup_chip_border_radius: var(--kup-chip-border-radius, 16px);
|
|
253
|
-
--kup_chip_font_family: var(--kup-chip-font-family, var(--kup-font-family));
|
|
254
|
-
--kup_chip_font_size: var(--kup-chip-font-size, var(--kup-font-size));
|
|
255
|
-
--kup_chip_font_weight: var(--kup-chip-font-weight, var(--kup-font-weight));
|
|
256
|
-
--kup_chip_height: var(--kup-chip-height, 32px);
|
|
257
|
-
--kup_chip_margin: var(--kup-chip-margin, 0 4px);
|
|
258
|
-
--kup_chip_padding: var(--kup-chip-padding, 0 12px);
|
|
259
|
-
--kup_chip_primary_color: var(
|
|
260
|
-
--kup-chip-primary-color,
|
|
261
|
-
var(--kup-primary-color)
|
|
262
|
-
);
|
|
263
|
-
--kup_chip_primary_color_rgb: var(
|
|
264
|
-
--kup-chip-primary-color-rgb,
|
|
265
|
-
var(--kup-primary-color-rgb)
|
|
266
|
-
);
|
|
267
|
-
--kup_chip_text_color: var(--kup-chip-text-color, var(--kup-text-color));
|
|
268
|
-
--kup_chip_text_color_rgb: var(
|
|
269
|
-
--kup-chip-text-color-rgb,
|
|
270
|
-
var(--kup-text-color-rgb)
|
|
271
|
-
);
|
|
272
|
-
font-family: var(--kup_chip_font_family);
|
|
273
|
-
font-size: var(--kup_chip_font_size);
|
|
274
|
-
}
|
|
275
|
-
.f-chip--wrapper .chip-set {
|
|
276
|
-
padding: 4px;
|
|
277
|
-
display: flex;
|
|
278
|
-
flex-wrap: wrap;
|
|
279
|
-
box-sizing: border-box;
|
|
280
|
-
}
|
|
281
|
-
.f-chip--wrapper .chip-set .chip {
|
|
282
|
-
align-items: center;
|
|
283
|
-
display: inline-flex;
|
|
284
|
-
position: relative;
|
|
285
|
-
background-color: var(--kup_chip_background_color);
|
|
286
|
-
background-image: linear-gradient(to right, rgba(var(--kup_chip_text_color_rgb), 0.1) 0%, rgba(var(--kup_chip_text_color_rgb), 0.1) 0.1%, rgba(var(--kup_chip_text_color_rgb), 0.1));
|
|
287
|
-
color: var(--kup_chip_text_color);
|
|
288
|
-
border-radius: var(--kup_chip_border_radius);
|
|
289
|
-
font-size: 0.875em;
|
|
290
|
-
font-weight: var(--kup_chip_font_weight);
|
|
291
|
-
letter-spacing: 0.0178571429em;
|
|
292
|
-
text-decoration: inherit;
|
|
293
|
-
text-transform: inherit;
|
|
294
|
-
height: var(--kup_chip_height);
|
|
295
|
-
box-sizing: border-box;
|
|
296
|
-
padding: var(--kup_chip_padding);
|
|
297
|
-
border-width: 0;
|
|
298
|
-
outline: none;
|
|
299
|
-
cursor: pointer;
|
|
300
|
-
will-change: transform, opacity;
|
|
301
|
-
margin: var(--kup_chip_margin);
|
|
302
|
-
}
|
|
303
|
-
.f-chip--wrapper .chip-set .chip .chip__icon--leading {
|
|
304
|
-
color: var(--kup_chip_text_color);
|
|
305
|
-
}
|
|
306
|
-
.f-chip--wrapper .chip-set .chip .chip__icon--leading:not(.chip__icon--leading-hidden) {
|
|
307
|
-
margin-left: -4px;
|
|
308
|
-
margin-right: 6px;
|
|
309
|
-
}
|
|
310
|
-
.f-chip--wrapper .chip-set .chip .chip__icon--leading .chip__icon--trailing {
|
|
311
|
-
position: relative;
|
|
312
|
-
}
|
|
313
|
-
.f-chip--wrapper .chip-set .chip .chip__icon {
|
|
314
|
-
border-radius: 50%;
|
|
315
|
-
outline: none;
|
|
316
|
-
vertical-align: middle;
|
|
317
|
-
}
|
|
318
|
-
.f-chip--wrapper .chip-set .chip .chip__icon .chip_icon--leading:not(.chip__icon--leading-hidden) {
|
|
319
|
-
width: 20px;
|
|
320
|
-
height: 20px;
|
|
321
|
-
font-size: 20px;
|
|
322
|
-
}
|
|
323
|
-
.f-chip--wrapper .chip-set .chip .chip__icon .f-image__icon {
|
|
324
|
-
margin: auto;
|
|
325
|
-
height: var(--kup_image_height, 100%);
|
|
326
|
-
width: var(--kup_image_width, 100%);
|
|
327
|
-
}
|
|
328
|
-
.f-chip--wrapper .chip-set .chip .chip__checkmark-svg {
|
|
329
|
-
width: 0;
|
|
330
|
-
height: 20px;
|
|
331
|
-
transition: width 150ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
332
|
-
}
|
|
333
|
-
.f-chip--wrapper .chip-set .chip .chip__checkmark-path {
|
|
334
|
-
transition: stroke-dashoffset 150ms 50ms cubic-bezier(0.4, 0, 0.6, 1);
|
|
335
|
-
stroke-width: 2px;
|
|
336
|
-
stroke-dashoffset: 29.7833385;
|
|
337
|
-
stroke-dasharray: 29.7833385;
|
|
338
|
-
}
|
|
339
|
-
.f-chip--wrapper .chip-set .chip svg path {
|
|
340
|
-
color: var(--kup_chip_text_color);
|
|
341
|
-
stroke: var(--kup_chip_text_color);
|
|
342
|
-
}
|
|
343
|
-
.f-chip--wrapper .chip-set .chip .kup-icon {
|
|
344
|
-
background: var(--kup_chip_text_color);
|
|
345
|
-
display: block;
|
|
346
|
-
width: 18px;
|
|
347
|
-
height: 18px;
|
|
348
|
-
}
|
|
349
|
-
.f-chip--wrapper .chip-set .chip .chip__primary-action {
|
|
350
|
-
outline: none;
|
|
351
|
-
}
|
|
352
|
-
.f-chip--wrapper .chip-set .chip .chip__primary-action .chip__text {
|
|
353
|
-
white-space: nowrap;
|
|
354
|
-
}
|
|
355
|
-
.f-chip--wrapper .chip-set.chip-set--choice .chip--selected {
|
|
356
|
-
background-color: var(--kup_chip_background_color);
|
|
357
|
-
background-image: linear-gradient(to right, rgba(var(--kup_chip_primary_color_rgb), 0.25) 0%, rgba(var(--kup_chip_primary_color_rgb), 0.25) 0.1%, rgba(var(--kup_chip_primary_color_rgb), 0.25));
|
|
358
|
-
color: var(--kup_chip_primary_color);
|
|
359
|
-
}
|
|
360
|
-
.f-chip--wrapper .chip-set.chip-set--filter .chip__icon--leading {
|
|
361
|
-
opacity: 1;
|
|
362
|
-
transition: opacity 75ms linear;
|
|
363
|
-
transition-delay: -50ms;
|
|
364
|
-
}
|
|
365
|
-
.f-chip--wrapper .chip-set.chip-set--filter .chip__icon--leading + .chip__checkmark {
|
|
366
|
-
opacity: 0;
|
|
367
|
-
transition: opacity 75ms linear;
|
|
368
|
-
transition-delay: 80ms;
|
|
369
|
-
}
|
|
370
|
-
.f-chip--wrapper .chip-set.chip-set--filter .chip__icon--leading + .chip__checkmark .chip__checkmark-svg {
|
|
371
|
-
transition: width 0ms;
|
|
372
|
-
}
|
|
373
|
-
.f-chip--wrapper .chip-set.chip-set--filter .chip__icon--leading.chip__icon--leading-hidden {
|
|
374
|
-
display: none;
|
|
375
|
-
width: 0;
|
|
376
|
-
opacity: 0;
|
|
377
|
-
}
|
|
378
|
-
.f-chip--wrapper .chip-set.chip-set--filter .chip__icon--leading.chip__icon--leading-hidden + .chip__checkmark {
|
|
379
|
-
height: 20px;
|
|
380
|
-
width: 20px;
|
|
381
|
-
opacity: 1;
|
|
382
|
-
}
|
|
383
|
-
.f-chip--wrapper .chip-set.chip-set--filter .chip--selected .chip__icon--leading {
|
|
384
|
-
opacity: 0;
|
|
385
|
-
}
|
|
386
|
-
.f-chip--wrapper .chip-set.chip-set--filter .chip--selected .chip__checkmark-path {
|
|
387
|
-
stroke-dashoffset: 0;
|
|
388
|
-
}
|
|
389
|
-
.f-chip--wrapper .chip-set.chip-set--filter .chip--selected .chip__checkmark {
|
|
390
|
-
margin-left: -4px;
|
|
391
|
-
margin-right: 4px;
|
|
392
|
-
}
|
|
393
|
-
.f-chip--wrapper .chip-set.chip-set--filter .chip--selected .chip__checkmark .chip__checkmark-svg {
|
|
394
|
-
height: 20px;
|
|
395
|
-
width: 20px;
|
|
396
|
-
}
|
|
397
|
-
.f-chip--wrapper .chip-set.chip-set--input .kup-clear-icon {
|
|
398
|
-
margin-left: 4px;
|
|
399
|
-
margin-right: -4px;
|
|
400
|
-
}
|
|
401
|
-
.f-chip--wrapper .chip-set.chip-set--input .kup-clear-icon:hover {
|
|
402
|
-
opacity: 0.75;
|
|
403
|
-
}
|
|
404
|
-
.f-chip--wrapper :not(svg) {
|
|
405
|
-
transform-origin: 0px 0px;
|
|
406
|
-
}
|
|
407
|
-
.f-chip--wrapper.kup-danger {
|
|
408
|
-
--kup-chip-primary-color: var(--kup-danger-color);
|
|
409
|
-
--kup-chip-primary-color-rgb: var(--kup-danger-color-rgb);
|
|
410
|
-
}
|
|
411
|
-
.f-chip--wrapper.kup-info {
|
|
412
|
-
--kup-chip-primary-color: var(--kup-info-color);
|
|
413
|
-
--kup-chip-primary-color-rgb: var(--kup-info-color-rgb);
|
|
414
|
-
}
|
|
415
|
-
.f-chip--wrapper.kup-secondary {
|
|
416
|
-
--kup-chip-primary-color: var(--kup-secondary-color);
|
|
417
|
-
--kup-chip-primary-color-rgb: var(--kup-secondary-color-rgb);
|
|
418
|
-
}
|
|
419
|
-
.f-chip--wrapper.kup-success {
|
|
420
|
-
--kup-chip-primary-color: var(--kup-success-color);
|
|
421
|
-
--kup-chip-primary-color-rgb: var(--kup-success-color-rgb);
|
|
422
|
-
}
|
|
423
|
-
.f-chip--wrapper.kup-warning {
|
|
424
|
-
--kup-chip-primary-color: var(--kup-warning-color);
|
|
425
|
-
--kup-chip-primary-color-rgb: var(--kup-warning-color-rgb);
|
|
426
|
-
}
|
|
427
|
-
.f-chip--wrapper .kup-icon.kup-clear-icon {
|
|
428
|
-
-webkit-mask: var(--kup-clear-icon);
|
|
429
|
-
mask: var(--kup-clear-icon);
|
|
430
|
-
}
|
|
431
|
-
|
|
432
|
-
.mdc-form-field {
|
|
433
|
-
-moz-osx-font-smoothing: grayscale;
|
|
434
|
-
-webkit-font-smoothing: antialiased;
|
|
435
|
-
font-family: Roboto, sans-serif;
|
|
436
|
-
/* @alternate */
|
|
437
|
-
font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
|
|
438
|
-
font-size: 0.875rem;
|
|
439
|
-
/* @alternate */
|
|
440
|
-
font-size: var(--mdc-typography-body2-font-size, 0.875rem);
|
|
441
|
-
line-height: 1.25rem;
|
|
442
|
-
/* @alternate */
|
|
443
|
-
line-height: var(--mdc-typography-body2-line-height, 1.25rem);
|
|
444
|
-
font-weight: 400;
|
|
445
|
-
/* @alternate */
|
|
446
|
-
font-weight: var(--mdc-typography-body2-font-weight, 400);
|
|
447
|
-
letter-spacing: 0.0178571429em;
|
|
448
|
-
/* @alternate */
|
|
449
|
-
letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
|
|
450
|
-
text-decoration: inherit;
|
|
451
|
-
/* @alternate */
|
|
452
|
-
text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
|
|
453
|
-
text-transform: inherit;
|
|
454
|
-
/* @alternate */
|
|
455
|
-
text-transform: var(--mdc-typography-body2-text-transform, inherit);
|
|
456
|
-
color: rgba(0, 0, 0, 0.87);
|
|
457
|
-
/* @alternate */
|
|
458
|
-
color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
|
|
459
|
-
display: inline-flex;
|
|
460
|
-
align-items: center;
|
|
461
|
-
vertical-align: middle;
|
|
462
|
-
}
|
|
463
|
-
|
|
464
|
-
.mdc-form-field > label {
|
|
465
|
-
/* @noflip */
|
|
466
|
-
margin-left: 0;
|
|
467
|
-
/* @noflip */
|
|
468
|
-
margin-right: auto;
|
|
469
|
-
/* @noflip */
|
|
470
|
-
padding-left: 4px;
|
|
471
|
-
/* @noflip */
|
|
472
|
-
padding-right: 0;
|
|
473
|
-
order: 0;
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
[dir=rtl] .mdc-form-field > label, .mdc-form-field > label[dir=rtl] {
|
|
477
|
-
/* @noflip */
|
|
478
|
-
margin-left: auto;
|
|
479
|
-
/* @noflip */
|
|
480
|
-
margin-right: 0;
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
[dir=rtl] .mdc-form-field > label, .mdc-form-field > label[dir=rtl] {
|
|
484
|
-
/* @noflip */
|
|
485
|
-
padding-left: 0;
|
|
486
|
-
/* @noflip */
|
|
487
|
-
padding-right: 4px;
|
|
488
|
-
}
|
|
489
|
-
|
|
490
|
-
.mdc-form-field--nowrap > label {
|
|
491
|
-
text-overflow: ellipsis;
|
|
492
|
-
overflow: hidden;
|
|
493
|
-
white-space: nowrap;
|
|
494
|
-
}
|
|
495
|
-
|
|
496
|
-
.mdc-form-field--align-end > label {
|
|
497
|
-
/* @noflip */
|
|
498
|
-
margin-left: auto;
|
|
499
|
-
/* @noflip */
|
|
500
|
-
margin-right: 0;
|
|
501
|
-
/* @noflip */
|
|
502
|
-
padding-left: 0;
|
|
503
|
-
/* @noflip */
|
|
504
|
-
padding-right: 4px;
|
|
505
|
-
order: -1;
|
|
506
|
-
}
|
|
507
|
-
|
|
508
|
-
[dir=rtl] .mdc-form-field--align-end > label, .mdc-form-field--align-end > label[dir=rtl] {
|
|
509
|
-
/* @noflip */
|
|
510
|
-
margin-left: 0;
|
|
511
|
-
/* @noflip */
|
|
512
|
-
margin-right: auto;
|
|
513
|
-
}
|
|
514
|
-
|
|
515
|
-
[dir=rtl] .mdc-form-field--align-end > label, .mdc-form-field--align-end > label[dir=rtl] {
|
|
516
|
-
/* @noflip */
|
|
517
|
-
padding-left: 4px;
|
|
518
|
-
/* @noflip */
|
|
519
|
-
padding-right: 0;
|
|
520
|
-
}
|
|
521
|
-
|
|
522
|
-
.mdc-form-field--space-between {
|
|
523
|
-
justify-content: space-between;
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
.mdc-form-field--space-between > label {
|
|
527
|
-
margin: 0;
|
|
528
|
-
}
|
|
529
|
-
|
|
530
|
-
[dir=rtl] .mdc-form-field--space-between > label, .mdc-form-field--space-between > label[dir=rtl] {
|
|
531
|
-
margin: 0;
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
.mdc-floating-label {
|
|
535
|
-
-moz-osx-font-smoothing: grayscale;
|
|
536
|
-
-webkit-font-smoothing: antialiased;
|
|
537
|
-
font-family: Roboto, sans-serif;
|
|
538
|
-
/* @alternate */
|
|
539
|
-
font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
|
|
540
|
-
font-size: 1rem;
|
|
541
|
-
/* @alternate */
|
|
542
|
-
font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
|
|
543
|
-
font-weight: 400;
|
|
544
|
-
/* @alternate */
|
|
545
|
-
font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
|
|
546
|
-
letter-spacing: 0.009375em;
|
|
547
|
-
/* @alternate */
|
|
548
|
-
letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
|
|
549
|
-
text-decoration: inherit;
|
|
550
|
-
/* @alternate */
|
|
551
|
-
text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
|
|
552
|
-
text-transform: inherit;
|
|
553
|
-
/* @alternate */
|
|
554
|
-
text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
|
|
555
|
-
position: absolute;
|
|
556
|
-
/* @noflip */
|
|
557
|
-
left: 0;
|
|
558
|
-
/* @noflip */
|
|
559
|
-
-webkit-transform-origin: left top;
|
|
560
|
-
/* @noflip */
|
|
561
|
-
transform-origin: left top;
|
|
562
|
-
line-height: 1.15rem;
|
|
563
|
-
text-align: left;
|
|
564
|
-
text-overflow: ellipsis;
|
|
565
|
-
white-space: nowrap;
|
|
566
|
-
cursor: text;
|
|
567
|
-
overflow: hidden;
|
|
568
|
-
/* @alternate */
|
|
569
|
-
will-change: transform;
|
|
570
|
-
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
571
|
-
}
|
|
572
|
-
|
|
573
|
-
[dir=rtl] .mdc-floating-label, .mdc-floating-label[dir=rtl] {
|
|
574
|
-
/* @noflip */
|
|
575
|
-
right: 0;
|
|
576
|
-
/* @noflip */
|
|
577
|
-
left: auto;
|
|
578
|
-
/* @noflip */
|
|
579
|
-
-webkit-transform-origin: right top;
|
|
580
|
-
/* @noflip */
|
|
581
|
-
transform-origin: right top;
|
|
582
|
-
/* @noflip */
|
|
583
|
-
text-align: right;
|
|
584
|
-
}
|
|
585
|
-
|
|
586
|
-
.mdc-floating-label--float-above {
|
|
587
|
-
cursor: auto;
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
.mdc-floating-label--required::after {
|
|
591
|
-
/* @noflip */
|
|
592
|
-
margin-left: 1px;
|
|
593
|
-
/* @noflip */
|
|
594
|
-
margin-right: 0px;
|
|
595
|
-
content: "*";
|
|
596
|
-
}
|
|
597
|
-
|
|
598
|
-
[dir=rtl] .mdc-floating-label--required::after, .mdc-floating-label--required[dir=rtl]::after {
|
|
599
|
-
/* @noflip */
|
|
600
|
-
margin-left: 0;
|
|
601
|
-
/* @noflip */
|
|
602
|
-
margin-right: 1px;
|
|
603
|
-
}
|
|
604
|
-
|
|
605
|
-
.mdc-floating-label--float-above {
|
|
606
|
-
transform: translateY(-106%) scale(0.75);
|
|
607
|
-
}
|
|
608
|
-
|
|
609
|
-
.mdc-floating-label--shake {
|
|
610
|
-
animation: mdc-floating-label-shake-float-above-standard 250ms 1;
|
|
611
|
-
}
|
|
612
|
-
|
|
613
|
-
@keyframes mdc-floating-label-shake-float-above-standard {
|
|
614
|
-
0% {
|
|
615
|
-
transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75);
|
|
616
|
-
}
|
|
617
|
-
33% {
|
|
618
|
-
animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
|
|
619
|
-
transform: translateX(calc(4% - 0%)) translateY(-106%) scale(0.75);
|
|
620
|
-
}
|
|
621
|
-
66% {
|
|
622
|
-
animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
|
|
623
|
-
transform: translateX(calc(-4% - 0%)) translateY(-106%) scale(0.75);
|
|
624
|
-
}
|
|
625
|
-
100% {
|
|
626
|
-
transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75);
|
|
627
|
-
}
|
|
628
|
-
}
|
|
629
|
-
.mdc-line-ripple::before, .mdc-line-ripple::after {
|
|
630
|
-
position: absolute;
|
|
631
|
-
bottom: 0;
|
|
632
|
-
left: 0;
|
|
633
|
-
width: 100%;
|
|
634
|
-
border-bottom-style: solid;
|
|
635
|
-
content: "";
|
|
636
|
-
}
|
|
637
|
-
|
|
638
|
-
.mdc-line-ripple::before {
|
|
639
|
-
border-bottom-width: 1px;
|
|
640
|
-
z-index: 1;
|
|
641
|
-
}
|
|
642
|
-
|
|
643
|
-
.mdc-line-ripple::after {
|
|
644
|
-
transform: scaleX(0);
|
|
645
|
-
border-bottom-width: 2px;
|
|
646
|
-
opacity: 0;
|
|
647
|
-
z-index: 2;
|
|
648
|
-
}
|
|
649
|
-
|
|
650
|
-
.mdc-line-ripple::after {
|
|
651
|
-
transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1), opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
652
|
-
}
|
|
653
|
-
|
|
654
|
-
.mdc-line-ripple--active::after {
|
|
655
|
-
transform: scaleX(1);
|
|
656
|
-
opacity: 1;
|
|
657
|
-
}
|
|
658
|
-
|
|
659
|
-
.mdc-line-ripple--deactivating::after {
|
|
660
|
-
opacity: 0;
|
|
661
|
-
}
|
|
662
|
-
|
|
663
|
-
.mdc-notched-outline {
|
|
664
|
-
display: flex;
|
|
665
|
-
position: absolute;
|
|
666
|
-
top: 0;
|
|
667
|
-
right: 0;
|
|
668
|
-
left: 0;
|
|
669
|
-
box-sizing: border-box;
|
|
670
|
-
width: 100%;
|
|
671
|
-
max-width: 100%;
|
|
672
|
-
height: 100%;
|
|
673
|
-
/* @noflip */
|
|
674
|
-
text-align: left;
|
|
675
|
-
pointer-events: none;
|
|
676
|
-
}
|
|
677
|
-
|
|
678
|
-
[dir=rtl] .mdc-notched-outline, .mdc-notched-outline[dir=rtl] {
|
|
679
|
-
/* @noflip */
|
|
680
|
-
text-align: right;
|
|
681
|
-
}
|
|
682
|
-
|
|
683
|
-
.mdc-notched-outline__leading, .mdc-notched-outline__notch, .mdc-notched-outline__trailing {
|
|
684
|
-
box-sizing: border-box;
|
|
685
|
-
height: 100%;
|
|
686
|
-
border-top: 1px solid;
|
|
687
|
-
border-bottom: 1px solid;
|
|
688
|
-
pointer-events: none;
|
|
689
|
-
}
|
|
690
|
-
|
|
691
|
-
.mdc-notched-outline__leading {
|
|
692
|
-
/* @noflip */
|
|
693
|
-
border-left: 1px solid;
|
|
694
|
-
/* @noflip */
|
|
695
|
-
border-right: none;
|
|
696
|
-
width: 12px;
|
|
697
|
-
}
|
|
698
|
-
|
|
699
|
-
[dir=rtl] .mdc-notched-outline__leading, .mdc-notched-outline__leading[dir=rtl] {
|
|
700
|
-
/* @noflip */
|
|
701
|
-
border-left: none;
|
|
702
|
-
/* @noflip */
|
|
703
|
-
border-right: 1px solid;
|
|
704
|
-
}
|
|
705
|
-
|
|
706
|
-
.mdc-notched-outline__trailing {
|
|
707
|
-
/* @noflip */
|
|
708
|
-
border-left: none;
|
|
709
|
-
/* @noflip */
|
|
710
|
-
border-right: 1px solid;
|
|
711
|
-
flex-grow: 1;
|
|
712
|
-
}
|
|
713
|
-
|
|
714
|
-
[dir=rtl] .mdc-notched-outline__trailing, .mdc-notched-outline__trailing[dir=rtl] {
|
|
715
|
-
/* @noflip */
|
|
716
|
-
border-left: 1px solid;
|
|
717
|
-
/* @noflip */
|
|
718
|
-
border-right: none;
|
|
719
|
-
}
|
|
720
|
-
|
|
721
|
-
.mdc-notched-outline__notch {
|
|
722
|
-
flex: 0 0 auto;
|
|
723
|
-
width: auto;
|
|
724
|
-
max-width: calc(100% - 12px * 2);
|
|
725
|
-
}
|
|
726
|
-
|
|
727
|
-
.mdc-notched-outline .mdc-floating-label {
|
|
728
|
-
display: inline-block;
|
|
729
|
-
position: relative;
|
|
730
|
-
max-width: 100%;
|
|
731
|
-
}
|
|
732
|
-
|
|
733
|
-
.mdc-notched-outline .mdc-floating-label--float-above {
|
|
734
|
-
text-overflow: clip;
|
|
735
|
-
}
|
|
736
|
-
|
|
737
|
-
.mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
738
|
-
max-width: calc(100% / 0.75);
|
|
739
|
-
}
|
|
740
|
-
|
|
741
|
-
.mdc-notched-outline--notched .mdc-notched-outline__notch {
|
|
742
|
-
/* @noflip */
|
|
743
|
-
padding-left: 0;
|
|
744
|
-
/* @noflip */
|
|
745
|
-
padding-right: 8px;
|
|
746
|
-
border-top: none;
|
|
747
|
-
}
|
|
748
|
-
|
|
749
|
-
[dir=rtl] .mdc-notched-outline--notched .mdc-notched-outline__notch, .mdc-notched-outline--notched .mdc-notched-outline__notch[dir=rtl] {
|
|
750
|
-
/* @noflip */
|
|
751
|
-
padding-left: 8px;
|
|
752
|
-
/* @noflip */
|
|
753
|
-
padding-right: 0;
|
|
754
|
-
}
|
|
755
|
-
|
|
756
|
-
.mdc-notched-outline--no-label .mdc-notched-outline__notch {
|
|
757
|
-
display: none;
|
|
758
|
-
}
|
|
759
|
-
|
|
760
|
-
@keyframes mdc-ripple-fg-radius-in {
|
|
761
|
-
from {
|
|
762
|
-
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
763
|
-
transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
|
|
764
|
-
}
|
|
765
|
-
to {
|
|
766
|
-
transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
|
|
767
|
-
}
|
|
768
|
-
}
|
|
769
|
-
@keyframes mdc-ripple-fg-opacity-in {
|
|
770
|
-
from {
|
|
771
|
-
animation-timing-function: linear;
|
|
772
|
-
opacity: 0;
|
|
773
|
-
}
|
|
774
|
-
to {
|
|
775
|
-
opacity: var(--mdc-ripple-fg-opacity, 0);
|
|
776
|
-
}
|
|
777
|
-
}
|
|
778
|
-
@keyframes mdc-ripple-fg-opacity-out {
|
|
779
|
-
from {
|
|
780
|
-
animation-timing-function: linear;
|
|
781
|
-
opacity: var(--mdc-ripple-fg-opacity, 0);
|
|
782
|
-
}
|
|
783
|
-
to {
|
|
784
|
-
opacity: 0;
|
|
785
|
-
}
|
|
786
|
-
}
|
|
787
|
-
.mdc-text-field--filled {
|
|
788
|
-
--mdc-ripple-fg-size: 0;
|
|
789
|
-
--mdc-ripple-left: 0;
|
|
790
|
-
--mdc-ripple-top: 0;
|
|
791
|
-
--mdc-ripple-fg-scale: 1;
|
|
792
|
-
--mdc-ripple-fg-translate-end: 0;
|
|
793
|
-
--mdc-ripple-fg-translate-start: 0;
|
|
794
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
795
|
-
will-change: transform, opacity;
|
|
796
|
-
}
|
|
797
|
-
|
|
798
|
-
.mdc-text-field--filled .mdc-text-field__ripple::before,
|
|
799
|
-
.mdc-text-field--filled .mdc-text-field__ripple::after {
|
|
800
|
-
position: absolute;
|
|
801
|
-
border-radius: 50%;
|
|
802
|
-
opacity: 0;
|
|
803
|
-
pointer-events: none;
|
|
804
|
-
content: "";
|
|
805
|
-
}
|
|
806
|
-
|
|
807
|
-
.mdc-text-field--filled .mdc-text-field__ripple::before {
|
|
808
|
-
transition: opacity 15ms linear, background-color 15ms linear;
|
|
809
|
-
z-index: 1;
|
|
810
|
-
/* @alternate */
|
|
811
|
-
z-index: var(--mdc-ripple-z-index, 1);
|
|
812
|
-
}
|
|
813
|
-
|
|
814
|
-
.mdc-text-field--filled .mdc-text-field__ripple::after {
|
|
815
|
-
z-index: 0;
|
|
816
|
-
/* @alternate */
|
|
817
|
-
z-index: var(--mdc-ripple-z-index, 0);
|
|
818
|
-
}
|
|
819
|
-
|
|
820
|
-
.mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple::before {
|
|
821
|
-
transform: scale(var(--mdc-ripple-fg-scale, 1));
|
|
822
|
-
}
|
|
823
|
-
|
|
824
|
-
.mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple::after {
|
|
825
|
-
top: 0;
|
|
826
|
-
/* @noflip */
|
|
827
|
-
left: 0;
|
|
828
|
-
transform: scale(0);
|
|
829
|
-
transform-origin: center center;
|
|
830
|
-
}
|
|
831
|
-
|
|
832
|
-
.mdc-text-field--filled.mdc-ripple-upgraded--unbounded .mdc-text-field__ripple::after {
|
|
833
|
-
top: var(--mdc-ripple-top, 0);
|
|
834
|
-
/* @noflip */
|
|
835
|
-
left: var(--mdc-ripple-left, 0);
|
|
836
|
-
}
|
|
837
|
-
|
|
838
|
-
.mdc-text-field--filled.mdc-ripple-upgraded--foreground-activation .mdc-text-field__ripple::after {
|
|
839
|
-
animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
|
|
840
|
-
}
|
|
841
|
-
|
|
842
|
-
.mdc-text-field--filled.mdc-ripple-upgraded--foreground-deactivation .mdc-text-field__ripple::after {
|
|
843
|
-
animation: mdc-ripple-fg-opacity-out 150ms;
|
|
844
|
-
transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
|
|
845
|
-
}
|
|
846
|
-
|
|
847
|
-
.mdc-text-field--filled .mdc-text-field__ripple::before,
|
|
848
|
-
.mdc-text-field--filled .mdc-text-field__ripple::after {
|
|
849
|
-
top: calc(50% - 100%);
|
|
850
|
-
/* @noflip */
|
|
851
|
-
left: calc(50% - 100%);
|
|
852
|
-
width: 200%;
|
|
853
|
-
height: 200%;
|
|
854
|
-
}
|
|
855
|
-
|
|
856
|
-
.mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple::after {
|
|
857
|
-
width: var(--mdc-ripple-fg-size, 100%);
|
|
858
|
-
height: var(--mdc-ripple-fg-size, 100%);
|
|
859
|
-
}
|
|
860
|
-
|
|
861
|
-
.mdc-text-field__ripple {
|
|
862
|
-
position: absolute;
|
|
863
|
-
top: 0;
|
|
864
|
-
left: 0;
|
|
865
|
-
width: 100%;
|
|
866
|
-
height: 100%;
|
|
867
|
-
pointer-events: none;
|
|
868
|
-
}
|
|
869
|
-
|
|
870
|
-
.mdc-text-field {
|
|
871
|
-
border-top-left-radius: 4px;
|
|
872
|
-
/* @alternate */
|
|
873
|
-
border-top-left-radius: var(--mdc-shape-small, 4px);
|
|
874
|
-
border-top-right-radius: 4px;
|
|
875
|
-
/* @alternate */
|
|
876
|
-
border-top-right-radius: var(--mdc-shape-small, 4px);
|
|
877
|
-
border-bottom-right-radius: 0;
|
|
878
|
-
border-bottom-left-radius: 0;
|
|
879
|
-
display: inline-flex;
|
|
880
|
-
align-items: baseline;
|
|
881
|
-
padding: 0 16px;
|
|
882
|
-
position: relative;
|
|
883
|
-
box-sizing: border-box;
|
|
884
|
-
overflow: hidden;
|
|
885
|
-
/* @alternate */
|
|
886
|
-
will-change: opacity, transform, color;
|
|
887
|
-
}
|
|
888
|
-
|
|
889
|
-
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
|
|
890
|
-
color: rgba(0, 0, 0, 0.6);
|
|
891
|
-
}
|
|
892
|
-
|
|
893
|
-
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
|
|
894
|
-
color: rgba(0, 0, 0, 0.87);
|
|
895
|
-
}
|
|
896
|
-
|
|
897
|
-
@media all {
|
|
898
|
-
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
|
|
899
|
-
color: rgba(0, 0, 0, 0.54);
|
|
900
|
-
}
|
|
901
|
-
}
|
|
902
|
-
@media all {
|
|
903
|
-
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
|
|
904
|
-
color: rgba(0, 0, 0, 0.54);
|
|
905
|
-
}
|
|
906
|
-
}
|
|
907
|
-
.mdc-text-field .mdc-text-field__input {
|
|
908
|
-
caret-color: #6200ee;
|
|
909
|
-
/* @alternate */
|
|
910
|
-
caret-color: var(--mdc-theme-primary, #6200ee);
|
|
911
|
-
}
|
|
912
|
-
|
|
913
|
-
.mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
|
|
914
|
-
color: rgba(0, 0, 0, 0.6);
|
|
915
|
-
}
|
|
916
|
-
|
|
917
|
-
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
|
|
918
|
-
.mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
|
|
919
|
-
color: rgba(0, 0, 0, 0.6);
|
|
920
|
-
}
|
|
921
|
-
|
|
922
|
-
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
|
|
923
|
-
color: rgba(0, 0, 0, 0.54);
|
|
924
|
-
}
|
|
925
|
-
|
|
926
|
-
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
|
|
927
|
-
color: rgba(0, 0, 0, 0.54);
|
|
928
|
-
}
|
|
929
|
-
|
|
930
|
-
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
|
|
931
|
-
color: rgba(0, 0, 0, 0.6);
|
|
932
|
-
}
|
|
933
|
-
|
|
934
|
-
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
|
|
935
|
-
color: rgba(0, 0, 0, 0.6);
|
|
936
|
-
}
|
|
937
|
-
|
|
938
|
-
.mdc-text-field .mdc-floating-label {
|
|
939
|
-
top: 50%;
|
|
940
|
-
transform: translateY(-50%);
|
|
941
|
-
pointer-events: none;
|
|
942
|
-
}
|
|
943
|
-
|
|
944
|
-
.mdc-text-field__input {
|
|
945
|
-
-moz-osx-font-smoothing: grayscale;
|
|
946
|
-
-webkit-font-smoothing: antialiased;
|
|
947
|
-
font-family: Roboto, sans-serif;
|
|
948
|
-
/* @alternate */
|
|
949
|
-
font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
|
|
950
|
-
font-size: 1rem;
|
|
951
|
-
/* @alternate */
|
|
952
|
-
font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
|
|
953
|
-
font-weight: 400;
|
|
954
|
-
/* @alternate */
|
|
955
|
-
font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
|
|
956
|
-
letter-spacing: 0.009375em;
|
|
957
|
-
/* @alternate */
|
|
958
|
-
letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
|
|
959
|
-
text-decoration: inherit;
|
|
960
|
-
/* @alternate */
|
|
961
|
-
text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
|
|
962
|
-
text-transform: inherit;
|
|
963
|
-
/* @alternate */
|
|
964
|
-
text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
|
|
965
|
-
height: 28px;
|
|
966
|
-
transition: opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
967
|
-
width: 100%;
|
|
968
|
-
min-width: 0;
|
|
969
|
-
border: none;
|
|
970
|
-
border-radius: 0;
|
|
971
|
-
background: none;
|
|
972
|
-
appearance: none;
|
|
973
|
-
padding: 0;
|
|
974
|
-
}
|
|
975
|
-
|
|
976
|
-
.mdc-text-field__input::-ms-clear {
|
|
977
|
-
display: none;
|
|
978
|
-
}
|
|
979
|
-
|
|
980
|
-
.mdc-text-field__input::-webkit-calendar-picker-indicator {
|
|
981
|
-
display: none;
|
|
982
|
-
}
|
|
983
|
-
|
|
984
|
-
.mdc-text-field__input:focus {
|
|
985
|
-
outline: none;
|
|
986
|
-
}
|
|
987
|
-
|
|
988
|
-
.mdc-text-field__input:invalid {
|
|
989
|
-
box-shadow: none;
|
|
990
|
-
}
|
|
991
|
-
|
|
992
|
-
@media all {
|
|
993
|
-
.mdc-text-field__input::placeholder {
|
|
994
|
-
transition: opacity 67ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
995
|
-
opacity: 0;
|
|
996
|
-
}
|
|
997
|
-
}
|
|
998
|
-
@media all {
|
|
999
|
-
.mdc-text-field__input:-ms-input-placeholder {
|
|
1000
|
-
transition: opacity 67ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
1001
|
-
opacity: 0;
|
|
1002
|
-
}
|
|
1003
|
-
}
|
|
1004
|
-
@media all {
|
|
1005
|
-
.mdc-text-field--no-label .mdc-text-field__input::placeholder, .mdc-text-field--focused .mdc-text-field__input::placeholder {
|
|
1006
|
-
transition-delay: 40ms;
|
|
1007
|
-
transition-duration: 110ms;
|
|
1008
|
-
opacity: 1;
|
|
1009
|
-
}
|
|
1010
|
-
}
|
|
1011
|
-
@media all {
|
|
1012
|
-
.mdc-text-field--no-label .mdc-text-field__input:-ms-input-placeholder, .mdc-text-field--focused .mdc-text-field__input:-ms-input-placeholder {
|
|
1013
|
-
transition-delay: 40ms;
|
|
1014
|
-
transition-duration: 110ms;
|
|
1015
|
-
opacity: 1;
|
|
1016
|
-
}
|
|
1017
|
-
}
|
|
1018
|
-
.mdc-text-field__affix {
|
|
1019
|
-
-moz-osx-font-smoothing: grayscale;
|
|
1020
|
-
-webkit-font-smoothing: antialiased;
|
|
1021
|
-
font-family: Roboto, sans-serif;
|
|
1022
|
-
/* @alternate */
|
|
1023
|
-
font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
|
|
1024
|
-
font-size: 1rem;
|
|
1025
|
-
/* @alternate */
|
|
1026
|
-
font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
|
|
1027
|
-
font-weight: 400;
|
|
1028
|
-
/* @alternate */
|
|
1029
|
-
font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
|
|
1030
|
-
letter-spacing: 0.009375em;
|
|
1031
|
-
/* @alternate */
|
|
1032
|
-
letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
|
|
1033
|
-
text-decoration: inherit;
|
|
1034
|
-
/* @alternate */
|
|
1035
|
-
text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
|
|
1036
|
-
text-transform: inherit;
|
|
1037
|
-
/* @alternate */
|
|
1038
|
-
text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
|
|
1039
|
-
height: 28px;
|
|
1040
|
-
transition: opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
1041
|
-
opacity: 0;
|
|
1042
|
-
white-space: nowrap;
|
|
1043
|
-
}
|
|
1044
|
-
|
|
1045
|
-
.mdc-text-field--label-floating .mdc-text-field__affix, .mdc-text-field--no-label .mdc-text-field__affix {
|
|
1046
|
-
opacity: 1;
|
|
1047
|
-
}
|
|
1048
|
-
|
|
1049
|
-
@supports (-webkit-hyphens: none) {
|
|
1050
|
-
.mdc-text-field--outlined .mdc-text-field__affix {
|
|
1051
|
-
align-items: center;
|
|
1052
|
-
align-self: center;
|
|
1053
|
-
display: inline-flex;
|
|
1054
|
-
height: 100%;
|
|
1055
|
-
}
|
|
1056
|
-
}
|
|
1057
|
-
.mdc-text-field__affix--prefix {
|
|
1058
|
-
/* @noflip */
|
|
1059
|
-
padding-left: 0;
|
|
1060
|
-
/* @noflip */
|
|
1061
|
-
padding-right: 2px;
|
|
1062
|
-
}
|
|
1063
|
-
|
|
1064
|
-
[dir=rtl] .mdc-text-field__affix--prefix, .mdc-text-field__affix--prefix[dir=rtl] {
|
|
1065
|
-
/* @noflip */
|
|
1066
|
-
padding-left: 2px;
|
|
1067
|
-
/* @noflip */
|
|
1068
|
-
padding-right: 0;
|
|
1069
|
-
}
|
|
1070
|
-
|
|
1071
|
-
.mdc-text-field--end-aligned .mdc-text-field__affix--prefix {
|
|
1072
|
-
/* @noflip */
|
|
1073
|
-
padding-left: 0;
|
|
1074
|
-
/* @noflip */
|
|
1075
|
-
padding-right: 12px;
|
|
1076
|
-
}
|
|
1077
|
-
|
|
1078
|
-
[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__affix--prefix, .mdc-text-field--end-aligned .mdc-text-field__affix--prefix[dir=rtl] {
|
|
1079
|
-
/* @noflip */
|
|
1080
|
-
padding-left: 12px;
|
|
1081
|
-
/* @noflip */
|
|
1082
|
-
padding-right: 0;
|
|
1083
|
-
}
|
|
1084
|
-
|
|
1085
|
-
.mdc-text-field__affix--suffix {
|
|
1086
|
-
/* @noflip */
|
|
1087
|
-
padding-left: 12px;
|
|
1088
|
-
/* @noflip */
|
|
1089
|
-
padding-right: 0;
|
|
1090
|
-
}
|
|
1091
|
-
|
|
1092
|
-
[dir=rtl] .mdc-text-field__affix--suffix, .mdc-text-field__affix--suffix[dir=rtl] {
|
|
1093
|
-
/* @noflip */
|
|
1094
|
-
padding-left: 0;
|
|
1095
|
-
/* @noflip */
|
|
1096
|
-
padding-right: 12px;
|
|
1097
|
-
}
|
|
1098
|
-
|
|
1099
|
-
.mdc-text-field--end-aligned .mdc-text-field__affix--suffix {
|
|
1100
|
-
/* @noflip */
|
|
1101
|
-
padding-left: 2px;
|
|
1102
|
-
/* @noflip */
|
|
1103
|
-
padding-right: 0;
|
|
1104
|
-
}
|
|
1105
|
-
|
|
1106
|
-
[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__affix--suffix, .mdc-text-field--end-aligned .mdc-text-field__affix--suffix[dir=rtl] {
|
|
1107
|
-
/* @noflip */
|
|
1108
|
-
padding-left: 0;
|
|
1109
|
-
/* @noflip */
|
|
1110
|
-
padding-right: 2px;
|
|
1111
|
-
}
|
|
1112
|
-
|
|
1113
|
-
.mdc-text-field--filled {
|
|
1114
|
-
height: 56px;
|
|
1115
|
-
}
|
|
1116
|
-
|
|
1117
|
-
.mdc-text-field--filled .mdc-text-field__ripple::before,
|
|
1118
|
-
.mdc-text-field--filled .mdc-text-field__ripple::after {
|
|
1119
|
-
background-color: rgba(0, 0, 0, 0.87);
|
|
1120
|
-
/* @alternate */
|
|
1121
|
-
background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
|
|
1122
|
-
}
|
|
1123
|
-
|
|
1124
|
-
.mdc-text-field--filled:hover .mdc-text-field__ripple::before, .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
|
|
1125
|
-
opacity: 0.04;
|
|
1126
|
-
/* @alternate */
|
|
1127
|
-
opacity: var(--mdc-ripple-hover-opacity, 0.04);
|
|
1128
|
-
}
|
|
1129
|
-
|
|
1130
|
-
.mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
|
|
1131
|
-
transition-duration: 75ms;
|
|
1132
|
-
opacity: 0.12;
|
|
1133
|
-
/* @alternate */
|
|
1134
|
-
opacity: var(--mdc-ripple-focus-opacity, 0.12);
|
|
1135
|
-
}
|
|
1136
|
-
|
|
1137
|
-
.mdc-text-field--filled::before {
|
|
1138
|
-
display: inline-block;
|
|
1139
|
-
width: 0;
|
|
1140
|
-
height: 40px;
|
|
1141
|
-
content: "";
|
|
1142
|
-
vertical-align: 0;
|
|
1143
|
-
}
|
|
1144
|
-
|
|
1145
|
-
.mdc-text-field--filled:not(.mdc-text-field--disabled) {
|
|
1146
|
-
background-color: whitesmoke;
|
|
1147
|
-
}
|
|
1148
|
-
|
|
1149
|
-
.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
|
|
1150
|
-
border-bottom-color: rgba(0, 0, 0, 0.42);
|
|
1151
|
-
}
|
|
1152
|
-
|
|
1153
|
-
.mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
|
|
1154
|
-
border-bottom-color: rgba(0, 0, 0, 0.87);
|
|
1155
|
-
}
|
|
1156
|
-
|
|
1157
|
-
.mdc-text-field--filled .mdc-line-ripple::after {
|
|
1158
|
-
border-bottom-color: #6200ee;
|
|
1159
|
-
/* @alternate */
|
|
1160
|
-
border-bottom-color: var(--mdc-theme-primary, #6200ee);
|
|
1161
|
-
}
|
|
1162
|
-
|
|
1163
|
-
.mdc-text-field--filled .mdc-floating-label {
|
|
1164
|
-
/* @noflip */
|
|
1165
|
-
left: 16px;
|
|
1166
|
-
/* @noflip */
|
|
1167
|
-
right: initial;
|
|
1168
|
-
}
|
|
1169
|
-
|
|
1170
|
-
[dir=rtl] .mdc-text-field--filled .mdc-floating-label, .mdc-text-field--filled .mdc-floating-label[dir=rtl] {
|
|
1171
|
-
/* @noflip */
|
|
1172
|
-
left: initial;
|
|
1173
|
-
/* @noflip */
|
|
1174
|
-
right: 16px;
|
|
1175
|
-
}
|
|
1176
|
-
|
|
1177
|
-
.mdc-text-field--filled .mdc-floating-label--float-above {
|
|
1178
|
-
transform: translateY(-106%) scale(0.75);
|
|
1179
|
-
}
|
|
1180
|
-
|
|
1181
|
-
.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input {
|
|
1182
|
-
height: 100%;
|
|
1183
|
-
}
|
|
1184
|
-
|
|
1185
|
-
.mdc-text-field--filled.mdc-text-field--no-label .mdc-floating-label {
|
|
1186
|
-
display: none;
|
|
1187
|
-
}
|
|
1188
|
-
|
|
1189
|
-
.mdc-text-field--filled.mdc-text-field--no-label::before {
|
|
1190
|
-
display: none;
|
|
1191
|
-
}
|
|
1192
|
-
|
|
1193
|
-
@supports (-webkit-hyphens: none) {
|
|
1194
|
-
.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__affix {
|
|
1195
|
-
align-items: center;
|
|
1196
|
-
align-self: center;
|
|
1197
|
-
display: inline-flex;
|
|
1198
|
-
height: 100%;
|
|
1199
|
-
}
|
|
1200
|
-
}
|
|
1201
|
-
.mdc-text-field--outlined {
|
|
1202
|
-
height: 56px;
|
|
1203
|
-
overflow: visible;
|
|
1204
|
-
}
|
|
1205
|
-
|
|
1206
|
-
.mdc-text-field--outlined .mdc-floating-label--float-above {
|
|
1207
|
-
transform: translateY(-37.25px) scale(1);
|
|
1208
|
-
}
|
|
1209
|
-
|
|
1210
|
-
.mdc-text-field--outlined .mdc-floating-label--float-above {
|
|
1211
|
-
font-size: 0.75rem;
|
|
1212
|
-
}
|
|
1213
|
-
|
|
1214
|
-
.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
|
|
1215
|
-
.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
1216
|
-
transform: translateY(-34.75px) scale(0.75);
|
|
1217
|
-
}
|
|
1218
|
-
|
|
1219
|
-
.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
|
|
1220
|
-
.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
1221
|
-
font-size: 1rem;
|
|
1222
|
-
}
|
|
1223
|
-
|
|
1224
|
-
.mdc-text-field--outlined .mdc-floating-label--shake {
|
|
1225
|
-
animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1;
|
|
1226
|
-
}
|
|
1227
|
-
|
|
1228
|
-
@keyframes mdc-floating-label-shake-float-above-text-field-outlined {
|
|
1229
|
-
0% {
|
|
1230
|
-
transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75);
|
|
1231
|
-
}
|
|
1232
|
-
33% {
|
|
1233
|
-
animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
|
|
1234
|
-
transform: translateX(calc(4% - 0%)) translateY(-34.75px) scale(0.75);
|
|
1235
|
-
}
|
|
1236
|
-
66% {
|
|
1237
|
-
animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
|
|
1238
|
-
transform: translateX(calc(-4% - 0%)) translateY(-34.75px) scale(0.75);
|
|
1239
|
-
}
|
|
1240
|
-
100% {
|
|
1241
|
-
transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75);
|
|
1242
|
-
}
|
|
1243
|
-
}
|
|
1244
|
-
.mdc-text-field--outlined .mdc-text-field__input {
|
|
1245
|
-
height: 100%;
|
|
1246
|
-
}
|
|
1247
|
-
|
|
1248
|
-
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
|
|
1249
|
-
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
|
|
1250
|
-
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
|
|
1251
|
-
border-color: rgba(0, 0, 0, 0.38);
|
|
1252
|
-
}
|
|
1253
|
-
|
|
1254
|
-
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
|
|
1255
|
-
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
|
|
1256
|
-
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
|
|
1257
|
-
border-color: rgba(0, 0, 0, 0.87);
|
|
1258
|
-
}
|
|
1259
|
-
|
|
1260
|
-
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
|
|
1261
|
-
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
|
|
1262
|
-
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
|
|
1263
|
-
border-color: #6200ee;
|
|
1264
|
-
/* @alternate */
|
|
1265
|
-
border-color: var(--mdc-theme-primary, #6200ee);
|
|
1266
|
-
}
|
|
1267
|
-
|
|
1268
|
-
.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
|
|
1269
|
-
/* @noflip */
|
|
1270
|
-
border-top-left-radius: 4px;
|
|
1271
|
-
/* @alternate */
|
|
1272
|
-
/* @noflip */
|
|
1273
|
-
border-top-left-radius: var(--mdc-shape-small, 4px);
|
|
1274
|
-
/* @noflip */
|
|
1275
|
-
border-top-right-radius: 0;
|
|
1276
|
-
/* @noflip */
|
|
1277
|
-
border-bottom-right-radius: 0;
|
|
1278
|
-
/* @noflip */
|
|
1279
|
-
border-bottom-left-radius: 4px;
|
|
1280
|
-
/* @alternate */
|
|
1281
|
-
/* @noflip */
|
|
1282
|
-
border-bottom-left-radius: var(--mdc-shape-small, 4px);
|
|
1283
|
-
}
|
|
1284
|
-
|
|
1285
|
-
[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading, .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl] {
|
|
1286
|
-
/* @noflip */
|
|
1287
|
-
border-top-left-radius: 0;
|
|
1288
|
-
/* @noflip */
|
|
1289
|
-
border-top-right-radius: 4px;
|
|
1290
|
-
/* @alternate */
|
|
1291
|
-
/* @noflip */
|
|
1292
|
-
border-top-right-radius: var(--mdc-shape-small, 4px);
|
|
1293
|
-
/* @noflip */
|
|
1294
|
-
border-bottom-right-radius: 4px;
|
|
1295
|
-
/* @alternate */
|
|
1296
|
-
/* @noflip */
|
|
1297
|
-
border-bottom-right-radius: var(--mdc-shape-small, 4px);
|
|
1298
|
-
/* @noflip */
|
|
1299
|
-
border-bottom-left-radius: 0;
|
|
1300
|
-
}
|
|
1301
|
-
|
|
1302
|
-
@supports (top: max(0%)) {
|
|
1303
|
-
.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
|
|
1304
|
-
width: max(12px, var(--mdc-shape-small, 4px));
|
|
1305
|
-
}
|
|
1306
|
-
}
|
|
1307
|
-
@supports (top: max(0%)) {
|
|
1308
|
-
.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch {
|
|
1309
|
-
max-width: calc(100% - max(12px, var(--mdc-shape-small, 4px)) * 2);
|
|
1310
|
-
}
|
|
1311
|
-
}
|
|
1312
|
-
.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
|
|
1313
|
-
/* @noflip */
|
|
1314
|
-
border-top-left-radius: 0;
|
|
1315
|
-
/* @noflip */
|
|
1316
|
-
border-top-right-radius: 4px;
|
|
1317
|
-
/* @alternate */
|
|
1318
|
-
/* @noflip */
|
|
1319
|
-
border-top-right-radius: var(--mdc-shape-small, 4px);
|
|
1320
|
-
/* @noflip */
|
|
1321
|
-
border-bottom-right-radius: 4px;
|
|
1322
|
-
/* @alternate */
|
|
1323
|
-
/* @noflip */
|
|
1324
|
-
border-bottom-right-radius: var(--mdc-shape-small, 4px);
|
|
1325
|
-
/* @noflip */
|
|
1326
|
-
border-bottom-left-radius: 0;
|
|
1327
|
-
}
|
|
1328
|
-
|
|
1329
|
-
[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing, .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl] {
|
|
1330
|
-
/* @noflip */
|
|
1331
|
-
border-top-left-radius: 4px;
|
|
1332
|
-
/* @alternate */
|
|
1333
|
-
/* @noflip */
|
|
1334
|
-
border-top-left-radius: var(--mdc-shape-small, 4px);
|
|
1335
|
-
/* @noflip */
|
|
1336
|
-
border-top-right-radius: 0;
|
|
1337
|
-
/* @noflip */
|
|
1338
|
-
border-bottom-right-radius: 0;
|
|
1339
|
-
/* @noflip */
|
|
1340
|
-
border-bottom-left-radius: 4px;
|
|
1341
|
-
/* @alternate */
|
|
1342
|
-
/* @noflip */
|
|
1343
|
-
border-bottom-left-radius: var(--mdc-shape-small, 4px);
|
|
1344
|
-
}
|
|
1345
|
-
|
|
1346
|
-
@supports (top: max(0%)) {
|
|
1347
|
-
.mdc-text-field--outlined {
|
|
1348
|
-
/* @noflip */
|
|
1349
|
-
padding-left: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
|
|
1350
|
-
}
|
|
1351
|
-
}
|
|
1352
|
-
@supports (top: max(0%)) {
|
|
1353
|
-
.mdc-text-field--outlined {
|
|
1354
|
-
/* @noflip */
|
|
1355
|
-
padding-right: max(16px, var(--mdc-shape-small, 4px));
|
|
1356
|
-
}
|
|
1357
|
-
}
|
|
1358
|
-
@supports (top: max(0%)) {
|
|
1359
|
-
.mdc-text-field--outlined + .mdc-text-field-helper-line {
|
|
1360
|
-
/* @noflip */
|
|
1361
|
-
padding-left: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
|
|
1362
|
-
}
|
|
1363
|
-
}
|
|
1364
|
-
@supports (top: max(0%)) {
|
|
1365
|
-
.mdc-text-field--outlined + .mdc-text-field-helper-line {
|
|
1366
|
-
/* @noflip */
|
|
1367
|
-
padding-right: max(16px, var(--mdc-shape-small, 4px));
|
|
1368
|
-
}
|
|
1369
|
-
}
|
|
1370
|
-
.mdc-text-field--outlined.mdc-text-field--with-leading-icon {
|
|
1371
|
-
/* @noflip */
|
|
1372
|
-
padding-left: 0;
|
|
1373
|
-
}
|
|
1374
|
-
|
|
1375
|
-
@supports (top: max(0%)) {
|
|
1376
|
-
.mdc-text-field--outlined.mdc-text-field--with-leading-icon {
|
|
1377
|
-
/* @noflip */
|
|
1378
|
-
padding-right: max(16px, var(--mdc-shape-small, 4px));
|
|
1379
|
-
}
|
|
1380
|
-
}
|
|
1381
|
-
[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
|
|
1382
|
-
/* @noflip */
|
|
1383
|
-
padding-right: 0;
|
|
1384
|
-
}
|
|
1385
|
-
|
|
1386
|
-
@supports (top: max(0%)) {
|
|
1387
|
-
[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
|
|
1388
|
-
/* @noflip */
|
|
1389
|
-
padding-left: max(16px, var(--mdc-shape-small, 4px));
|
|
1390
|
-
}
|
|
1391
|
-
}
|
|
1392
|
-
.mdc-text-field--outlined.mdc-text-field--with-trailing-icon {
|
|
1393
|
-
/* @noflip */
|
|
1394
|
-
padding-right: 0;
|
|
1395
|
-
}
|
|
1396
|
-
|
|
1397
|
-
@supports (top: max(0%)) {
|
|
1398
|
-
.mdc-text-field--outlined.mdc-text-field--with-trailing-icon {
|
|
1399
|
-
/* @noflip */
|
|
1400
|
-
padding-left: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
|
|
1401
|
-
}
|
|
1402
|
-
}
|
|
1403
|
-
[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
|
|
1404
|
-
/* @noflip */
|
|
1405
|
-
padding-left: 0;
|
|
1406
|
-
}
|
|
1407
|
-
|
|
1408
|
-
@supports (top: max(0%)) {
|
|
1409
|
-
[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
|
|
1410
|
-
/* @noflip */
|
|
1411
|
-
padding-right: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
|
|
1412
|
-
}
|
|
1413
|
-
}
|
|
1414
|
-
.mdc-text-field--outlined.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon {
|
|
1415
|
-
/* @noflip */
|
|
1416
|
-
padding-left: 0;
|
|
1417
|
-
/* @noflip */
|
|
1418
|
-
padding-right: 0;
|
|
1419
|
-
}
|
|
1420
|
-
|
|
1421
|
-
.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch {
|
|
1422
|
-
padding-top: 1px;
|
|
1423
|
-
}
|
|
1424
|
-
|
|
1425
|
-
.mdc-text-field--outlined .mdc-text-field__ripple::before,
|
|
1426
|
-
.mdc-text-field--outlined .mdc-text-field__ripple::after {
|
|
1427
|
-
content: none;
|
|
1428
|
-
}
|
|
1429
|
-
|
|
1430
|
-
.mdc-text-field--outlined .mdc-floating-label {
|
|
1431
|
-
/* @noflip */
|
|
1432
|
-
left: 4px;
|
|
1433
|
-
/* @noflip */
|
|
1434
|
-
right: initial;
|
|
1435
|
-
}
|
|
1436
|
-
|
|
1437
|
-
[dir=rtl] .mdc-text-field--outlined .mdc-floating-label, .mdc-text-field--outlined .mdc-floating-label[dir=rtl] {
|
|
1438
|
-
/* @noflip */
|
|
1439
|
-
left: initial;
|
|
1440
|
-
/* @noflip */
|
|
1441
|
-
right: 4px;
|
|
1442
|
-
}
|
|
1443
|
-
|
|
1444
|
-
.mdc-text-field--outlined .mdc-text-field__input {
|
|
1445
|
-
display: flex;
|
|
1446
|
-
border: none !important;
|
|
1447
|
-
background-color: transparent;
|
|
1448
|
-
}
|
|
1449
|
-
|
|
1450
|
-
.mdc-text-field--outlined .mdc-notched-outline {
|
|
1451
|
-
z-index: 1;
|
|
1452
|
-
}
|
|
1453
|
-
|
|
1454
|
-
.mdc-text-field--textarea {
|
|
1455
|
-
flex-direction: column;
|
|
1456
|
-
align-items: center;
|
|
1457
|
-
width: auto;
|
|
1458
|
-
height: auto;
|
|
1459
|
-
padding: 0;
|
|
1460
|
-
transition: none;
|
|
1461
|
-
}
|
|
1462
|
-
|
|
1463
|
-
.mdc-text-field--textarea .mdc-floating-label {
|
|
1464
|
-
top: 19px;
|
|
1465
|
-
}
|
|
1466
|
-
|
|
1467
|
-
.mdc-text-field--textarea .mdc-floating-label:not(.mdc-floating-label--float-above) {
|
|
1468
|
-
transform: none;
|
|
1469
|
-
}
|
|
1470
|
-
|
|
1471
|
-
.mdc-text-field--textarea .mdc-text-field__input {
|
|
1472
|
-
flex-grow: 1;
|
|
1473
|
-
height: auto;
|
|
1474
|
-
min-height: 1.5rem;
|
|
1475
|
-
overflow-x: hidden;
|
|
1476
|
-
overflow-y: auto;
|
|
1477
|
-
box-sizing: border-box;
|
|
1478
|
-
resize: none;
|
|
1479
|
-
padding: 0 16px;
|
|
1480
|
-
line-height: 1.5rem;
|
|
1481
|
-
}
|
|
1482
|
-
|
|
1483
|
-
.mdc-text-field--textarea.mdc-text-field--filled::before {
|
|
1484
|
-
display: none;
|
|
1485
|
-
}
|
|
1486
|
-
|
|
1487
|
-
.mdc-text-field--textarea.mdc-text-field--filled .mdc-floating-label--float-above {
|
|
1488
|
-
transform: translateY(-10.25px) scale(0.75);
|
|
1489
|
-
}
|
|
1490
|
-
|
|
1491
|
-
.mdc-text-field--textarea.mdc-text-field--filled .mdc-floating-label--shake {
|
|
1492
|
-
animation: mdc-floating-label-shake-float-above-textarea-filled 250ms 1;
|
|
1493
|
-
}
|
|
1494
|
-
|
|
1495
|
-
@keyframes mdc-floating-label-shake-float-above-textarea-filled {
|
|
1496
|
-
0% {
|
|
1497
|
-
transform: translateX(calc(0 - 0%)) translateY(-10.25px) scale(0.75);
|
|
1498
|
-
}
|
|
1499
|
-
33% {
|
|
1500
|
-
animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
|
|
1501
|
-
transform: translateX(calc(4% - 0%)) translateY(-10.25px) scale(0.75);
|
|
1502
|
-
}
|
|
1503
|
-
66% {
|
|
1504
|
-
animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
|
|
1505
|
-
transform: translateX(calc(-4% - 0%)) translateY(-10.25px) scale(0.75);
|
|
1506
|
-
}
|
|
1507
|
-
100% {
|
|
1508
|
-
transform: translateX(calc(0 - 0%)) translateY(-10.25px) scale(0.75);
|
|
1509
|
-
}
|
|
1510
|
-
}
|
|
1511
|
-
.mdc-text-field--textarea.mdc-text-field--filled .mdc-text-field__input {
|
|
1512
|
-
margin-top: 23px;
|
|
1513
|
-
margin-bottom: 9px;
|
|
1514
|
-
}
|
|
1515
|
-
|
|
1516
|
-
.mdc-text-field--textarea.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input {
|
|
1517
|
-
margin-top: 16px;
|
|
1518
|
-
margin-bottom: 16px;
|
|
1519
|
-
}
|
|
1520
|
-
|
|
1521
|
-
.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch {
|
|
1522
|
-
padding-top: 0;
|
|
1523
|
-
}
|
|
1524
|
-
|
|
1525
|
-
.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above {
|
|
1526
|
-
transform: translateY(-27.25px) scale(1);
|
|
1527
|
-
}
|
|
1528
|
-
|
|
1529
|
-
.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above {
|
|
1530
|
-
font-size: 0.75rem;
|
|
1531
|
-
}
|
|
1532
|
-
|
|
1533
|
-
.mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
|
|
1534
|
-
.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
1535
|
-
transform: translateY(-24.75px) scale(0.75);
|
|
1536
|
-
}
|
|
1537
|
-
|
|
1538
|
-
.mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
|
|
1539
|
-
.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
1540
|
-
font-size: 1rem;
|
|
1541
|
-
}
|
|
1542
|
-
|
|
1543
|
-
.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--shake {
|
|
1544
|
-
animation: mdc-floating-label-shake-float-above-textarea-outlined 250ms 1;
|
|
1545
|
-
}
|
|
1546
|
-
|
|
1547
|
-
@keyframes mdc-floating-label-shake-float-above-textarea-outlined {
|
|
1548
|
-
0% {
|
|
1549
|
-
transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75);
|
|
1550
|
-
}
|
|
1551
|
-
33% {
|
|
1552
|
-
animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
|
|
1553
|
-
transform: translateX(calc(4% - 0%)) translateY(-24.75px) scale(0.75);
|
|
1554
|
-
}
|
|
1555
|
-
66% {
|
|
1556
|
-
animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
|
|
1557
|
-
transform: translateX(calc(-4% - 0%)) translateY(-24.75px) scale(0.75);
|
|
1558
|
-
}
|
|
1559
|
-
100% {
|
|
1560
|
-
transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75);
|
|
1561
|
-
}
|
|
1562
|
-
}
|
|
1563
|
-
.mdc-text-field--textarea.mdc-text-field--outlined .mdc-text-field__input {
|
|
1564
|
-
margin-top: 16px;
|
|
1565
|
-
margin-bottom: 16px;
|
|
1566
|
-
}
|
|
1567
|
-
|
|
1568
|
-
.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label {
|
|
1569
|
-
top: 18px;
|
|
1570
|
-
}
|
|
1571
|
-
|
|
1572
|
-
.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field__input {
|
|
1573
|
-
margin-bottom: 2px;
|
|
1574
|
-
}
|
|
1575
|
-
|
|
1576
|
-
.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter {
|
|
1577
|
-
align-self: flex-end;
|
|
1578
|
-
padding: 0 16px;
|
|
1579
|
-
}
|
|
1580
|
-
|
|
1581
|
-
.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter::after {
|
|
1582
|
-
display: inline-block;
|
|
1583
|
-
width: 0;
|
|
1584
|
-
height: 16px;
|
|
1585
|
-
content: "";
|
|
1586
|
-
vertical-align: -16px;
|
|
1587
|
-
}
|
|
1588
|
-
|
|
1589
|
-
.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter::before {
|
|
1590
|
-
display: none;
|
|
1591
|
-
}
|
|
1592
|
-
|
|
1593
|
-
.mdc-text-field__resizer {
|
|
1594
|
-
align-self: stretch;
|
|
1595
|
-
display: inline-flex;
|
|
1596
|
-
flex-direction: column;
|
|
1597
|
-
flex-grow: 1;
|
|
1598
|
-
max-height: 100%;
|
|
1599
|
-
max-width: 100%;
|
|
1600
|
-
min-height: 56px;
|
|
1601
|
-
min-width: fit-content;
|
|
1602
|
-
/* @alternate */
|
|
1603
|
-
min-width: -moz-available;
|
|
1604
|
-
/* @alternate */
|
|
1605
|
-
min-width: -webkit-fill-available;
|
|
1606
|
-
overflow: hidden;
|
|
1607
|
-
resize: both;
|
|
1608
|
-
}
|
|
1609
|
-
|
|
1610
|
-
.mdc-text-field--filled .mdc-text-field__resizer {
|
|
1611
|
-
transform: translateY(-1px);
|
|
1612
|
-
}
|
|
1613
|
-
|
|
1614
|
-
.mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field__input,
|
|
1615
|
-
.mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field-character-counter {
|
|
1616
|
-
transform: translateY(1px);
|
|
1617
|
-
}
|
|
1618
|
-
|
|
1619
|
-
.mdc-text-field--outlined .mdc-text-field__resizer {
|
|
1620
|
-
transform: translateX(-1px) translateY(-1px);
|
|
1621
|
-
}
|
|
1622
|
-
|
|
1623
|
-
[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer, .mdc-text-field--outlined .mdc-text-field__resizer[dir=rtl] {
|
|
1624
|
-
transform: translateX(1px) translateY(-1px);
|
|
1625
|
-
}
|
|
1626
|
-
|
|
1627
|
-
.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input,
|
|
1628
|
-
.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter {
|
|
1629
|
-
transform: translateX(1px) translateY(1px);
|
|
1630
|
-
}
|
|
1631
|
-
|
|
1632
|
-
[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input, .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input[dir=rtl],
|
|
1633
|
-
[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter,
|
|
1634
|
-
.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter[dir=rtl] {
|
|
1635
|
-
transform: translateX(-1px) translateY(1px);
|
|
1636
|
-
}
|
|
1637
|
-
|
|
1638
|
-
.mdc-text-field--with-leading-icon {
|
|
1639
|
-
/* @noflip */
|
|
1640
|
-
padding-left: 0;
|
|
1641
|
-
/* @noflip */
|
|
1642
|
-
padding-right: 16px;
|
|
1643
|
-
}
|
|
1644
|
-
|
|
1645
|
-
[dir=rtl] .mdc-text-field--with-leading-icon, .mdc-text-field--with-leading-icon[dir=rtl] {
|
|
1646
|
-
/* @noflip */
|
|
1647
|
-
padding-left: 16px;
|
|
1648
|
-
/* @noflip */
|
|
1649
|
-
padding-right: 0;
|
|
1650
|
-
}
|
|
1651
|
-
|
|
1652
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label {
|
|
1653
|
-
max-width: calc(100% - 48px);
|
|
1654
|
-
/* @noflip */
|
|
1655
|
-
left: 48px;
|
|
1656
|
-
/* @noflip */
|
|
1657
|
-
right: initial;
|
|
1658
|
-
}
|
|
1659
|
-
|
|
1660
|
-
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label, .mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label[dir=rtl] {
|
|
1661
|
-
/* @noflip */
|
|
1662
|
-
left: initial;
|
|
1663
|
-
/* @noflip */
|
|
1664
|
-
right: 48px;
|
|
1665
|
-
}
|
|
1666
|
-
|
|
1667
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label--float-above {
|
|
1668
|
-
max-width: calc(100% / 0.75 - 64px / 0.75);
|
|
1669
|
-
}
|
|
1670
|
-
|
|
1671
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label {
|
|
1672
|
-
/* @noflip */
|
|
1673
|
-
left: 36px;
|
|
1674
|
-
/* @noflip */
|
|
1675
|
-
right: initial;
|
|
1676
|
-
}
|
|
1677
|
-
|
|
1678
|
-
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label, .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label[dir=rtl] {
|
|
1679
|
-
/* @noflip */
|
|
1680
|
-
left: initial;
|
|
1681
|
-
/* @noflip */
|
|
1682
|
-
right: 36px;
|
|
1683
|
-
}
|
|
1684
|
-
|
|
1685
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--outlined :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch {
|
|
1686
|
-
max-width: calc(100% - 60px);
|
|
1687
|
-
}
|
|
1688
|
-
|
|
1689
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
|
|
1690
|
-
transform: translateY(-37.25px) translateX(-32px) scale(1);
|
|
1691
|
-
}
|
|
1692
|
-
|
|
1693
|
-
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above, .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above[dir=rtl] {
|
|
1694
|
-
transform: translateY(-37.25px) translateX(32px) scale(1);
|
|
1695
|
-
}
|
|
1696
|
-
|
|
1697
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
|
|
1698
|
-
font-size: 0.75rem;
|
|
1699
|
-
}
|
|
1700
|
-
|
|
1701
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
|
|
1702
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
1703
|
-
transform: translateY(-34.75px) translateX(-32px) scale(0.75);
|
|
1704
|
-
}
|
|
1705
|
-
|
|
1706
|
-
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above, .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],
|
|
1707
|
-
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
|
|
1708
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl] {
|
|
1709
|
-
transform: translateY(-34.75px) translateX(32px) scale(0.75);
|
|
1710
|
-
}
|
|
1711
|
-
|
|
1712
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
|
|
1713
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
1714
|
-
font-size: 1rem;
|
|
1715
|
-
}
|
|
1716
|
-
|
|
1717
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake {
|
|
1718
|
-
animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1;
|
|
1719
|
-
}
|
|
1720
|
-
|
|
1721
|
-
@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon {
|
|
1722
|
-
0% {
|
|
1723
|
-
transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75);
|
|
1724
|
-
}
|
|
1725
|
-
33% {
|
|
1726
|
-
animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
|
|
1727
|
-
transform: translateX(calc(4% - 32px)) translateY(-34.75px) scale(0.75);
|
|
1728
|
-
}
|
|
1729
|
-
66% {
|
|
1730
|
-
animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
|
|
1731
|
-
transform: translateX(calc(-4% - 32px)) translateY(-34.75px) scale(0.75);
|
|
1732
|
-
}
|
|
1733
|
-
100% {
|
|
1734
|
-
transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75);
|
|
1735
|
-
}
|
|
1736
|
-
}
|
|
1737
|
-
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake, .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] .mdc-floating-label--shake {
|
|
1738
|
-
animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1;
|
|
1739
|
-
}
|
|
1740
|
-
|
|
1741
|
-
@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl {
|
|
1742
|
-
0% {
|
|
1743
|
-
transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75);
|
|
1744
|
-
}
|
|
1745
|
-
33% {
|
|
1746
|
-
animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
|
|
1747
|
-
transform: translateX(calc(4% - -32px)) translateY(-34.75px) scale(0.75);
|
|
1748
|
-
}
|
|
1749
|
-
66% {
|
|
1750
|
-
animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
|
|
1751
|
-
transform: translateX(calc(-4% - -32px)) translateY(-34.75px) scale(0.75);
|
|
1752
|
-
}
|
|
1753
|
-
100% {
|
|
1754
|
-
transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75);
|
|
1755
|
-
}
|
|
1756
|
-
}
|
|
1757
|
-
.mdc-text-field--with-trailing-icon {
|
|
1758
|
-
/* @noflip */
|
|
1759
|
-
padding-left: 16px;
|
|
1760
|
-
/* @noflip */
|
|
1761
|
-
padding-right: 0;
|
|
1762
|
-
}
|
|
1763
|
-
|
|
1764
|
-
[dir=rtl] .mdc-text-field--with-trailing-icon, .mdc-text-field--with-trailing-icon[dir=rtl] {
|
|
1765
|
-
/* @noflip */
|
|
1766
|
-
padding-left: 0;
|
|
1767
|
-
/* @noflip */
|
|
1768
|
-
padding-right: 16px;
|
|
1769
|
-
}
|
|
1770
|
-
|
|
1771
|
-
.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label {
|
|
1772
|
-
max-width: calc(100% - 64px);
|
|
1773
|
-
}
|
|
1774
|
-
|
|
1775
|
-
.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label--float-above {
|
|
1776
|
-
max-width: calc(100% / 0.75 - 64px / 0.75);
|
|
1777
|
-
}
|
|
1778
|
-
|
|
1779
|
-
.mdc-text-field--with-trailing-icon.mdc-text-field--outlined :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch {
|
|
1780
|
-
max-width: calc(100% - 60px);
|
|
1781
|
-
}
|
|
1782
|
-
|
|
1783
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon {
|
|
1784
|
-
/* @noflip */
|
|
1785
|
-
padding-left: 0;
|
|
1786
|
-
/* @noflip */
|
|
1787
|
-
padding-right: 0;
|
|
1788
|
-
}
|
|
1789
|
-
|
|
1790
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label {
|
|
1791
|
-
max-width: calc(100% - 96px);
|
|
1792
|
-
}
|
|
1793
|
-
|
|
1794
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label--float-above {
|
|
1795
|
-
max-width: calc(100% / 0.75 - 96px / 0.75);
|
|
1796
|
-
}
|
|
1797
|
-
|
|
1798
|
-
.mdc-text-field-helper-line {
|
|
1799
|
-
display: flex;
|
|
1800
|
-
justify-content: space-between;
|
|
1801
|
-
box-sizing: border-box;
|
|
1802
|
-
}
|
|
1803
|
-
|
|
1804
|
-
.mdc-text-field + .mdc-text-field-helper-line {
|
|
1805
|
-
padding-right: 16px;
|
|
1806
|
-
padding-left: 16px;
|
|
1807
|
-
}
|
|
1808
|
-
|
|
1809
|
-
.mdc-form-field > .mdc-text-field + label {
|
|
1810
|
-
align-self: flex-start;
|
|
1811
|
-
}
|
|
1812
|
-
|
|
1813
|
-
.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
|
|
1814
|
-
color: rgba(98, 0, 238, 0.87);
|
|
1815
|
-
}
|
|
1816
|
-
|
|
1817
|
-
.mdc-text-field--focused .mdc-notched-outline__leading,
|
|
1818
|
-
.mdc-text-field--focused .mdc-notched-outline__notch,
|
|
1819
|
-
.mdc-text-field--focused .mdc-notched-outline__trailing {
|
|
1820
|
-
border-width: 2px;
|
|
1821
|
-
}
|
|
1822
|
-
|
|
1823
|
-
.mdc-text-field--focused + .mdc-text-field-helper-line .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg) {
|
|
1824
|
-
opacity: 1;
|
|
1825
|
-
}
|
|
1826
|
-
|
|
1827
|
-
.mdc-text-field--focused.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch {
|
|
1828
|
-
padding-top: 2px;
|
|
1829
|
-
}
|
|
1830
|
-
|
|
1831
|
-
.mdc-text-field--focused.mdc-text-field--outlined.mdc-text-field--textarea .mdc-notched-outline--notched .mdc-notched-outline__notch {
|
|
1832
|
-
padding-top: 0;
|
|
1833
|
-
}
|
|
1834
|
-
|
|
1835
|
-
.mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
|
|
1836
|
-
border-bottom-color: #b00020;
|
|
1837
|
-
/* @alternate */
|
|
1838
|
-
border-bottom-color: var(--mdc-theme-error, #b00020);
|
|
1839
|
-
}
|
|
1840
|
-
|
|
1841
|
-
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
|
|
1842
|
-
border-bottom-color: #b00020;
|
|
1843
|
-
/* @alternate */
|
|
1844
|
-
border-bottom-color: var(--mdc-theme-error, #b00020);
|
|
1845
|
-
}
|
|
1846
|
-
|
|
1847
|
-
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
|
|
1848
|
-
color: #b00020;
|
|
1849
|
-
/* @alternate */
|
|
1850
|
-
color: var(--mdc-theme-error, #b00020);
|
|
1851
|
-
}
|
|
1852
|
-
|
|
1853
|
-
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
|
|
1854
|
-
color: #b00020;
|
|
1855
|
-
/* @alternate */
|
|
1856
|
-
color: var(--mdc-theme-error, #b00020);
|
|
1857
|
-
}
|
|
1858
|
-
|
|
1859
|
-
.mdc-text-field--invalid .mdc-text-field__input {
|
|
1860
|
-
caret-color: #b00020;
|
|
1861
|
-
/* @alternate */
|
|
1862
|
-
caret-color: var(--mdc-theme-error, #b00020);
|
|
1863
|
-
}
|
|
1864
|
-
|
|
1865
|
-
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
|
|
1866
|
-
color: #b00020;
|
|
1867
|
-
/* @alternate */
|
|
1868
|
-
color: var(--mdc-theme-error, #b00020);
|
|
1869
|
-
}
|
|
1870
|
-
|
|
1871
|
-
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
|
|
1872
|
-
border-bottom-color: #b00020;
|
|
1873
|
-
/* @alternate */
|
|
1874
|
-
border-bottom-color: var(--mdc-theme-error, #b00020);
|
|
1875
|
-
}
|
|
1876
|
-
|
|
1877
|
-
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
|
|
1878
|
-
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
|
|
1879
|
-
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
|
|
1880
|
-
border-color: #b00020;
|
|
1881
|
-
/* @alternate */
|
|
1882
|
-
border-color: var(--mdc-theme-error, #b00020);
|
|
1883
|
-
}
|
|
1884
|
-
|
|
1885
|
-
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
|
|
1886
|
-
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
|
|
1887
|
-
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
|
|
1888
|
-
border-color: #b00020;
|
|
1889
|
-
/* @alternate */
|
|
1890
|
-
border-color: var(--mdc-theme-error, #b00020);
|
|
1891
|
-
}
|
|
1892
|
-
|
|
1893
|
-
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
|
|
1894
|
-
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
|
|
1895
|
-
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
|
|
1896
|
-
border-color: #b00020;
|
|
1897
|
-
/* @alternate */
|
|
1898
|
-
border-color: var(--mdc-theme-error, #b00020);
|
|
1899
|
-
}
|
|
1900
|
-
|
|
1901
|
-
.mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
|
|
1902
|
-
opacity: 1;
|
|
1903
|
-
}
|
|
1904
|
-
|
|
1905
|
-
.mdc-text-field--disabled {
|
|
1906
|
-
pointer-events: none;
|
|
1907
|
-
}
|
|
1908
|
-
|
|
1909
|
-
.mdc-text-field--disabled .mdc-text-field__input {
|
|
1910
|
-
color: rgba(0, 0, 0, 0.38);
|
|
1911
|
-
}
|
|
1912
|
-
|
|
1913
|
-
@media all {
|
|
1914
|
-
.mdc-text-field--disabled .mdc-text-field__input::placeholder {
|
|
1915
|
-
color: rgba(0, 0, 0, 0.38);
|
|
1916
|
-
}
|
|
1917
|
-
}
|
|
1918
|
-
@media all {
|
|
1919
|
-
.mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
|
|
1920
|
-
color: rgba(0, 0, 0, 0.38);
|
|
1921
|
-
}
|
|
1922
|
-
}
|
|
1923
|
-
.mdc-text-field--disabled .mdc-floating-label {
|
|
1924
|
-
color: rgba(0, 0, 0, 0.38);
|
|
1925
|
-
}
|
|
1926
|
-
|
|
1927
|
-
.mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
|
|
1928
|
-
color: rgba(0, 0, 0, 0.38);
|
|
1929
|
-
}
|
|
1930
|
-
|
|
1931
|
-
.mdc-text-field--disabled .mdc-text-field-character-counter,
|
|
1932
|
-
.mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
|
|
1933
|
-
color: rgba(0, 0, 0, 0.38);
|
|
1934
|
-
}
|
|
1935
|
-
|
|
1936
|
-
.mdc-text-field--disabled .mdc-text-field__icon--leading {
|
|
1937
|
-
color: rgba(0, 0, 0, 0.3);
|
|
1938
|
-
}
|
|
1939
|
-
|
|
1940
|
-
.mdc-text-field--disabled .mdc-text-field__icon--trailing {
|
|
1941
|
-
color: rgba(0, 0, 0, 0.3);
|
|
1942
|
-
}
|
|
1943
|
-
|
|
1944
|
-
.mdc-text-field--disabled .mdc-text-field__affix--prefix {
|
|
1945
|
-
color: rgba(0, 0, 0, 0.38);
|
|
1946
|
-
}
|
|
1947
|
-
|
|
1948
|
-
.mdc-text-field--disabled .mdc-text-field__affix--suffix {
|
|
1949
|
-
color: rgba(0, 0, 0, 0.38);
|
|
1950
|
-
}
|
|
1951
|
-
|
|
1952
|
-
.mdc-text-field--disabled .mdc-line-ripple::before {
|
|
1953
|
-
border-bottom-color: rgba(0, 0, 0, 0.06);
|
|
1954
|
-
}
|
|
1955
|
-
|
|
1956
|
-
.mdc-text-field--disabled .mdc-notched-outline__leading,
|
|
1957
|
-
.mdc-text-field--disabled .mdc-notched-outline__notch,
|
|
1958
|
-
.mdc-text-field--disabled .mdc-notched-outline__trailing {
|
|
1959
|
-
border-color: rgba(0, 0, 0, 0.06);
|
|
1960
|
-
}
|
|
1961
|
-
|
|
1962
|
-
@media screen and (-ms-high-contrast: active) {
|
|
1963
|
-
.mdc-text-field--disabled .mdc-text-field__input::placeholder {
|
|
1964
|
-
color: GrayText;
|
|
1965
|
-
}
|
|
1966
|
-
}
|
|
1967
|
-
@media screen and (-ms-high-contrast: active) {
|
|
1968
|
-
.mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
|
|
1969
|
-
color: GrayText;
|
|
1970
|
-
}
|
|
1971
|
-
}
|
|
1972
|
-
@media screen and (-ms-high-contrast: active) {
|
|
1973
|
-
.mdc-text-field--disabled .mdc-floating-label {
|
|
1974
|
-
color: GrayText;
|
|
1975
|
-
}
|
|
1976
|
-
}
|
|
1977
|
-
@media screen and (-ms-high-contrast: active) {
|
|
1978
|
-
.mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
|
|
1979
|
-
color: GrayText;
|
|
1980
|
-
}
|
|
1981
|
-
}
|
|
1982
|
-
@media screen and (-ms-high-contrast: active) {
|
|
1983
|
-
.mdc-text-field--disabled .mdc-text-field-character-counter,
|
|
1984
|
-
.mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
|
|
1985
|
-
color: GrayText;
|
|
1986
|
-
}
|
|
1987
|
-
}
|
|
1988
|
-
@media screen and (-ms-high-contrast: active) {
|
|
1989
|
-
.mdc-text-field--disabled .mdc-text-field__icon--leading {
|
|
1990
|
-
color: GrayText;
|
|
1991
|
-
}
|
|
1992
|
-
}
|
|
1993
|
-
@media screen and (-ms-high-contrast: active) {
|
|
1994
|
-
.mdc-text-field--disabled .mdc-text-field__icon--trailing {
|
|
1995
|
-
color: GrayText;
|
|
1996
|
-
}
|
|
1997
|
-
}
|
|
1998
|
-
@media screen and (-ms-high-contrast: active) {
|
|
1999
|
-
.mdc-text-field--disabled .mdc-text-field__affix--prefix {
|
|
2000
|
-
color: GrayText;
|
|
2001
|
-
}
|
|
2002
|
-
}
|
|
2003
|
-
@media screen and (-ms-high-contrast: active) {
|
|
2004
|
-
.mdc-text-field--disabled .mdc-text-field__affix--suffix {
|
|
2005
|
-
color: GrayText;
|
|
2006
|
-
}
|
|
2007
|
-
}
|
|
2008
|
-
@media screen and (-ms-high-contrast: active) {
|
|
2009
|
-
.mdc-text-field--disabled .mdc-line-ripple::before {
|
|
2010
|
-
border-bottom-color: GrayText;
|
|
2011
|
-
}
|
|
2012
|
-
}
|
|
2013
|
-
@media screen and (-ms-high-contrast: active) {
|
|
2014
|
-
.mdc-text-field--disabled .mdc-notched-outline__leading,
|
|
2015
|
-
.mdc-text-field--disabled .mdc-notched-outline__notch,
|
|
2016
|
-
.mdc-text-field--disabled .mdc-notched-outline__trailing {
|
|
2017
|
-
border-color: GrayText;
|
|
2018
|
-
}
|
|
2019
|
-
}
|
|
2020
|
-
.mdc-text-field--disabled .mdc-floating-label {
|
|
2021
|
-
cursor: default;
|
|
2022
|
-
}
|
|
2023
|
-
|
|
2024
|
-
.mdc-text-field--disabled.mdc-text-field--filled {
|
|
2025
|
-
background-color: #fafafa;
|
|
2026
|
-
}
|
|
2027
|
-
|
|
2028
|
-
.mdc-text-field--disabled.mdc-text-field--filled .mdc-text-field__ripple {
|
|
2029
|
-
display: none;
|
|
2030
|
-
}
|
|
2031
|
-
|
|
2032
|
-
.mdc-text-field--disabled .mdc-text-field__input {
|
|
2033
|
-
pointer-events: auto;
|
|
2034
|
-
}
|
|
2035
|
-
|
|
2036
|
-
.mdc-text-field--end-aligned .mdc-text-field__input {
|
|
2037
|
-
/* @noflip */
|
|
2038
|
-
text-align: right;
|
|
2039
|
-
}
|
|
2040
|
-
|
|
2041
|
-
[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__input, .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
|
|
2042
|
-
/* @noflip */
|
|
2043
|
-
text-align: left;
|
|
2044
|
-
}
|
|
2045
|
-
|
|
2046
|
-
[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__input,
|
|
2047
|
-
[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__input,
|
|
2048
|
-
.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix {
|
|
2049
|
-
/* @noflip */
|
|
2050
|
-
direction: ltr;
|
|
2051
|
-
}
|
|
2052
|
-
|
|
2053
|
-
[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--prefix, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--prefix {
|
|
2054
|
-
/* @noflip */
|
|
2055
|
-
padding-left: 0;
|
|
2056
|
-
/* @noflip */
|
|
2057
|
-
padding-right: 2px;
|
|
2058
|
-
}
|
|
2059
|
-
|
|
2060
|
-
[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--suffix, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--suffix {
|
|
2061
|
-
/* @noflip */
|
|
2062
|
-
padding-left: 12px;
|
|
2063
|
-
/* @noflip */
|
|
2064
|
-
padding-right: 0;
|
|
2065
|
-
}
|
|
2066
|
-
|
|
2067
|
-
[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__icon--leading, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__icon--leading {
|
|
2068
|
-
order: 1;
|
|
2069
|
-
}
|
|
2070
|
-
|
|
2071
|
-
[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--suffix, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--suffix {
|
|
2072
|
-
order: 2;
|
|
2073
|
-
}
|
|
2074
|
-
|
|
2075
|
-
[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__input, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__input {
|
|
2076
|
-
order: 3;
|
|
2077
|
-
}
|
|
2078
|
-
|
|
2079
|
-
[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--prefix, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--prefix {
|
|
2080
|
-
order: 4;
|
|
2081
|
-
}
|
|
2082
|
-
|
|
2083
|
-
[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__icon--trailing, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__icon--trailing {
|
|
2084
|
-
order: 5;
|
|
2085
|
-
}
|
|
2086
|
-
|
|
2087
|
-
[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__input, .mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__input {
|
|
2088
|
-
/* @noflip */
|
|
2089
|
-
text-align: right;
|
|
2090
|
-
}
|
|
2091
|
-
|
|
2092
|
-
[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__affix--prefix, .mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__affix--prefix {
|
|
2093
|
-
/* @noflip */
|
|
2094
|
-
padding-right: 12px;
|
|
2095
|
-
}
|
|
2096
|
-
|
|
2097
|
-
[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__affix--suffix, .mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__affix--suffix {
|
|
2098
|
-
/* @noflip */
|
|
2099
|
-
padding-left: 2px;
|
|
2100
|
-
}
|
|
2101
|
-
|
|
2102
|
-
.mdc-text-field-helper-text {
|
|
2103
|
-
-moz-osx-font-smoothing: grayscale;
|
|
2104
|
-
-webkit-font-smoothing: antialiased;
|
|
2105
|
-
font-family: Roboto, sans-serif;
|
|
2106
|
-
/* @alternate */
|
|
2107
|
-
font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
|
|
2108
|
-
font-size: 0.75rem;
|
|
2109
|
-
/* @alternate */
|
|
2110
|
-
font-size: var(--mdc-typography-caption-font-size, 0.75rem);
|
|
2111
|
-
line-height: 1.25rem;
|
|
2112
|
-
/* @alternate */
|
|
2113
|
-
line-height: var(--mdc-typography-caption-line-height, 1.25rem);
|
|
2114
|
-
font-weight: 400;
|
|
2115
|
-
/* @alternate */
|
|
2116
|
-
font-weight: var(--mdc-typography-caption-font-weight, 400);
|
|
2117
|
-
letter-spacing: 0.0333333333em;
|
|
2118
|
-
/* @alternate */
|
|
2119
|
-
letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
|
|
2120
|
-
text-decoration: inherit;
|
|
2121
|
-
/* @alternate */
|
|
2122
|
-
text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
|
|
2123
|
-
text-transform: inherit;
|
|
2124
|
-
/* @alternate */
|
|
2125
|
-
text-transform: var(--mdc-typography-caption-text-transform, inherit);
|
|
2126
|
-
display: block;
|
|
2127
|
-
margin-top: 0;
|
|
2128
|
-
/* @alternate */
|
|
2129
|
-
line-height: normal;
|
|
2130
|
-
margin: 0;
|
|
2131
|
-
opacity: 0;
|
|
2132
|
-
will-change: opacity;
|
|
2133
|
-
transition: opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
2134
|
-
}
|
|
2135
|
-
|
|
2136
|
-
.mdc-text-field-helper-text::before {
|
|
2137
|
-
display: inline-block;
|
|
2138
|
-
width: 0;
|
|
2139
|
-
height: 16px;
|
|
2140
|
-
content: "";
|
|
2141
|
-
vertical-align: 0;
|
|
2142
|
-
}
|
|
2143
|
-
|
|
2144
|
-
.mdc-text-field-helper-text--persistent {
|
|
2145
|
-
transition: none;
|
|
2146
|
-
opacity: 1;
|
|
2147
|
-
will-change: initial;
|
|
2148
|
-
}
|
|
2149
|
-
|
|
2150
|
-
.mdc-text-field-character-counter {
|
|
2151
|
-
-moz-osx-font-smoothing: grayscale;
|
|
2152
|
-
-webkit-font-smoothing: antialiased;
|
|
2153
|
-
font-family: Roboto, sans-serif;
|
|
2154
|
-
/* @alternate */
|
|
2155
|
-
font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
|
|
2156
|
-
font-size: 0.75rem;
|
|
2157
|
-
/* @alternate */
|
|
2158
|
-
font-size: var(--mdc-typography-caption-font-size, 0.75rem);
|
|
2159
|
-
line-height: 1.25rem;
|
|
2160
|
-
/* @alternate */
|
|
2161
|
-
line-height: var(--mdc-typography-caption-line-height, 1.25rem);
|
|
2162
|
-
font-weight: 400;
|
|
2163
|
-
/* @alternate */
|
|
2164
|
-
font-weight: var(--mdc-typography-caption-font-weight, 400);
|
|
2165
|
-
letter-spacing: 0.0333333333em;
|
|
2166
|
-
/* @alternate */
|
|
2167
|
-
letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
|
|
2168
|
-
text-decoration: inherit;
|
|
2169
|
-
/* @alternate */
|
|
2170
|
-
text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
|
|
2171
|
-
text-transform: inherit;
|
|
2172
|
-
/* @alternate */
|
|
2173
|
-
text-transform: var(--mdc-typography-caption-text-transform, inherit);
|
|
2174
|
-
display: block;
|
|
2175
|
-
margin-top: 0;
|
|
2176
|
-
/* @alternate */
|
|
2177
|
-
line-height: normal;
|
|
2178
|
-
/* @noflip */
|
|
2179
|
-
margin-left: auto;
|
|
2180
|
-
/* @noflip */
|
|
2181
|
-
margin-right: 0;
|
|
2182
|
-
/* @noflip */
|
|
2183
|
-
padding-left: 16px;
|
|
2184
|
-
/* @noflip */
|
|
2185
|
-
padding-right: 0;
|
|
2186
|
-
white-space: nowrap;
|
|
2187
|
-
}
|
|
2188
|
-
|
|
2189
|
-
.mdc-text-field-character-counter::before {
|
|
2190
|
-
display: inline-block;
|
|
2191
|
-
width: 0;
|
|
2192
|
-
height: 16px;
|
|
2193
|
-
content: "";
|
|
2194
|
-
vertical-align: 0;
|
|
2195
|
-
}
|
|
2196
|
-
|
|
2197
|
-
[dir=rtl] .mdc-text-field-character-counter, .mdc-text-field-character-counter[dir=rtl] {
|
|
2198
|
-
/* @noflip */
|
|
2199
|
-
margin-left: 0;
|
|
2200
|
-
/* @noflip */
|
|
2201
|
-
margin-right: auto;
|
|
2202
|
-
}
|
|
2203
|
-
|
|
2204
|
-
[dir=rtl] .mdc-text-field-character-counter, .mdc-text-field-character-counter[dir=rtl] {
|
|
2205
|
-
/* @noflip */
|
|
2206
|
-
padding-left: 0;
|
|
2207
|
-
/* @noflip */
|
|
2208
|
-
padding-right: 16px;
|
|
2209
|
-
}
|
|
2210
|
-
|
|
2211
|
-
.mdc-text-field__icon {
|
|
2212
|
-
align-self: center;
|
|
2213
|
-
cursor: pointer;
|
|
2214
|
-
}
|
|
2215
|
-
|
|
2216
|
-
.mdc-text-field__icon:not([tabindex]), .mdc-text-field__icon[tabindex="-1"] {
|
|
2217
|
-
cursor: default;
|
|
2218
|
-
pointer-events: none;
|
|
2219
|
-
}
|
|
2220
|
-
|
|
2221
|
-
.mdc-text-field__icon svg {
|
|
2222
|
-
display: block;
|
|
2223
|
-
}
|
|
2224
|
-
|
|
2225
|
-
.mdc-text-field__icon--leading {
|
|
2226
|
-
/* @noflip */
|
|
2227
|
-
margin-left: 16px;
|
|
2228
|
-
/* @noflip */
|
|
2229
|
-
margin-right: 8px;
|
|
2230
|
-
}
|
|
2231
|
-
|
|
2232
|
-
[dir=rtl] .mdc-text-field__icon--leading, .mdc-text-field__icon--leading[dir=rtl] {
|
|
2233
|
-
/* @noflip */
|
|
2234
|
-
margin-left: 8px;
|
|
2235
|
-
/* @noflip */
|
|
2236
|
-
margin-right: 16px;
|
|
2237
|
-
}
|
|
2238
|
-
|
|
2239
|
-
.mdc-text-field__icon--trailing {
|
|
2240
|
-
padding: 12px;
|
|
2241
|
-
/* @noflip */
|
|
2242
|
-
margin-left: 0px;
|
|
2243
|
-
/* @noflip */
|
|
2244
|
-
margin-right: 0px;
|
|
2245
|
-
}
|
|
2246
|
-
|
|
2247
|
-
[dir=rtl] .mdc-text-field__icon--trailing, .mdc-text-field__icon--trailing[dir=rtl] {
|
|
2248
|
-
/* @noflip */
|
|
2249
|
-
margin-left: 0px;
|
|
2250
|
-
/* @noflip */
|
|
2251
|
-
margin-right: 0px;
|
|
2252
|
-
}
|
|
2253
|
-
|
|
2254
|
-
.mdc-floating-label {
|
|
2255
|
-
-moz-osx-font-smoothing: grayscale;
|
|
2256
|
-
-webkit-font-smoothing: antialiased;
|
|
2257
|
-
font-family: Roboto, sans-serif;
|
|
2258
|
-
/* @alternate */
|
|
2259
|
-
font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
|
|
2260
|
-
font-size: 1rem;
|
|
2261
|
-
/* @alternate */
|
|
2262
|
-
font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
|
|
2263
|
-
font-weight: 400;
|
|
2264
|
-
/* @alternate */
|
|
2265
|
-
font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
|
|
2266
|
-
letter-spacing: 0.009375em;
|
|
2267
|
-
/* @alternate */
|
|
2268
|
-
letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
|
|
2269
|
-
text-decoration: inherit;
|
|
2270
|
-
/* @alternate */
|
|
2271
|
-
text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
|
|
2272
|
-
text-transform: inherit;
|
|
2273
|
-
/* @alternate */
|
|
2274
|
-
text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
|
|
2275
|
-
position: absolute;
|
|
2276
|
-
/* @noflip */
|
|
2277
|
-
left: 0;
|
|
2278
|
-
/* @noflip */
|
|
2279
|
-
-webkit-transform-origin: left top;
|
|
2280
|
-
/* @noflip */
|
|
2281
|
-
transform-origin: left top;
|
|
2282
|
-
line-height: 1.15rem;
|
|
2283
|
-
text-align: left;
|
|
2284
|
-
text-overflow: ellipsis;
|
|
2285
|
-
white-space: nowrap;
|
|
2286
|
-
cursor: text;
|
|
2287
|
-
overflow: hidden;
|
|
2288
|
-
/* @alternate */
|
|
2289
|
-
will-change: transform;
|
|
2290
|
-
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
2291
|
-
}
|
|
2292
|
-
|
|
2293
|
-
[dir=rtl] .mdc-floating-label, .mdc-floating-label[dir=rtl] {
|
|
2294
|
-
/* @noflip */
|
|
2295
|
-
right: 0;
|
|
2296
|
-
/* @noflip */
|
|
2297
|
-
left: auto;
|
|
2298
|
-
/* @noflip */
|
|
2299
|
-
-webkit-transform-origin: right top;
|
|
2300
|
-
/* @noflip */
|
|
2301
|
-
transform-origin: right top;
|
|
2302
|
-
/* @noflip */
|
|
2303
|
-
text-align: right;
|
|
2304
|
-
}
|
|
2305
|
-
|
|
2306
|
-
.mdc-floating-label--float-above {
|
|
2307
|
-
cursor: auto;
|
|
2308
|
-
}
|
|
2309
|
-
|
|
2310
|
-
.mdc-floating-label--required::after {
|
|
2311
|
-
/* @noflip */
|
|
2312
|
-
margin-left: 1px;
|
|
2313
|
-
/* @noflip */
|
|
2314
|
-
margin-right: 0px;
|
|
2315
|
-
content: "*";
|
|
2316
|
-
}
|
|
2317
|
-
|
|
2318
|
-
[dir=rtl] .mdc-floating-label--required::after, .mdc-floating-label--required[dir=rtl]::after {
|
|
2319
|
-
/* @noflip */
|
|
2320
|
-
margin-left: 0;
|
|
2321
|
-
/* @noflip */
|
|
2322
|
-
margin-right: 1px;
|
|
2323
|
-
}
|
|
2324
|
-
|
|
2325
|
-
.mdc-floating-label--float-above {
|
|
2326
|
-
transform: translateY(-106%) scale(0.75);
|
|
2327
|
-
}
|
|
2328
|
-
|
|
2329
|
-
.mdc-floating-label--shake {
|
|
2330
|
-
animation: mdc-floating-label-shake-float-above-standard 250ms 1;
|
|
2331
|
-
}
|
|
2332
|
-
|
|
2333
|
-
@keyframes mdc-floating-label-shake-float-above-standard {
|
|
2334
|
-
0% {
|
|
2335
|
-
transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75);
|
|
2336
|
-
}
|
|
2337
|
-
33% {
|
|
2338
|
-
animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
|
|
2339
|
-
transform: translateX(calc(4% - 0%)) translateY(-106%) scale(0.75);
|
|
2340
|
-
}
|
|
2341
|
-
66% {
|
|
2342
|
-
animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
|
|
2343
|
-
transform: translateX(calc(-4% - 0%)) translateY(-106%) scale(0.75);
|
|
2344
|
-
}
|
|
2345
|
-
100% {
|
|
2346
|
-
transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75);
|
|
2347
|
-
}
|
|
2348
|
-
}
|
|
2349
|
-
.mdc-line-ripple::before, .mdc-line-ripple::after {
|
|
2350
|
-
position: absolute;
|
|
2351
|
-
bottom: 0;
|
|
2352
|
-
left: 0;
|
|
2353
|
-
width: 100%;
|
|
2354
|
-
border-bottom-style: solid;
|
|
2355
|
-
content: "";
|
|
2356
|
-
}
|
|
2357
|
-
|
|
2358
|
-
.mdc-line-ripple::before {
|
|
2359
|
-
border-bottom-width: 1px;
|
|
2360
|
-
z-index: 1;
|
|
2361
|
-
}
|
|
2362
|
-
|
|
2363
|
-
.mdc-line-ripple::after {
|
|
2364
|
-
transform: scaleX(0);
|
|
2365
|
-
border-bottom-width: 2px;
|
|
2366
|
-
opacity: 0;
|
|
2367
|
-
z-index: 2;
|
|
2368
|
-
}
|
|
2369
|
-
|
|
2370
|
-
.mdc-line-ripple::after {
|
|
2371
|
-
transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1), opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
2372
|
-
}
|
|
2373
|
-
|
|
2374
|
-
.mdc-line-ripple--active::after {
|
|
2375
|
-
transform: scaleX(1);
|
|
2376
|
-
opacity: 1;
|
|
2377
|
-
}
|
|
2378
|
-
|
|
2379
|
-
.mdc-line-ripple--deactivating::after {
|
|
2380
|
-
opacity: 0;
|
|
2381
|
-
}
|
|
2382
|
-
|
|
2383
|
-
.mdc-notched-outline {
|
|
2384
|
-
display: flex;
|
|
2385
|
-
position: absolute;
|
|
2386
|
-
top: 0;
|
|
2387
|
-
right: 0;
|
|
2388
|
-
left: 0;
|
|
2389
|
-
box-sizing: border-box;
|
|
2390
|
-
width: 100%;
|
|
2391
|
-
max-width: 100%;
|
|
2392
|
-
height: 100%;
|
|
2393
|
-
/* @noflip */
|
|
2394
|
-
text-align: left;
|
|
2395
|
-
pointer-events: none;
|
|
2396
|
-
}
|
|
2397
|
-
|
|
2398
|
-
[dir=rtl] .mdc-notched-outline, .mdc-notched-outline[dir=rtl] {
|
|
2399
|
-
/* @noflip */
|
|
2400
|
-
text-align: right;
|
|
2401
|
-
}
|
|
2402
|
-
|
|
2403
|
-
.mdc-notched-outline__leading, .mdc-notched-outline__notch, .mdc-notched-outline__trailing {
|
|
2404
|
-
box-sizing: border-box;
|
|
2405
|
-
height: 100%;
|
|
2406
|
-
border-top: 1px solid;
|
|
2407
|
-
border-bottom: 1px solid;
|
|
2408
|
-
pointer-events: none;
|
|
2409
|
-
}
|
|
2410
|
-
|
|
2411
|
-
.mdc-notched-outline__leading {
|
|
2412
|
-
/* @noflip */
|
|
2413
|
-
border-left: 1px solid;
|
|
2414
|
-
/* @noflip */
|
|
2415
|
-
border-right: none;
|
|
2416
|
-
width: 12px;
|
|
2417
|
-
}
|
|
2418
|
-
|
|
2419
|
-
[dir=rtl] .mdc-notched-outline__leading, .mdc-notched-outline__leading[dir=rtl] {
|
|
2420
|
-
/* @noflip */
|
|
2421
|
-
border-left: none;
|
|
2422
|
-
/* @noflip */
|
|
2423
|
-
border-right: 1px solid;
|
|
2424
|
-
}
|
|
2425
|
-
|
|
2426
|
-
.mdc-notched-outline__trailing {
|
|
2427
|
-
/* @noflip */
|
|
2428
|
-
border-left: none;
|
|
2429
|
-
/* @noflip */
|
|
2430
|
-
border-right: 1px solid;
|
|
2431
|
-
flex-grow: 1;
|
|
2432
|
-
}
|
|
2433
|
-
|
|
2434
|
-
[dir=rtl] .mdc-notched-outline__trailing, .mdc-notched-outline__trailing[dir=rtl] {
|
|
2435
|
-
/* @noflip */
|
|
2436
|
-
border-left: 1px solid;
|
|
2437
|
-
/* @noflip */
|
|
2438
|
-
border-right: none;
|
|
2439
|
-
}
|
|
2440
|
-
|
|
2441
|
-
.mdc-notched-outline__notch {
|
|
2442
|
-
flex: 0 0 auto;
|
|
2443
|
-
width: auto;
|
|
2444
|
-
max-width: calc(100% - 12px * 2);
|
|
2445
|
-
}
|
|
2446
|
-
|
|
2447
|
-
.mdc-notched-outline .mdc-floating-label {
|
|
2448
|
-
display: inline-block;
|
|
2449
|
-
position: relative;
|
|
2450
|
-
max-width: 100%;
|
|
2451
|
-
}
|
|
2452
|
-
|
|
2453
|
-
.mdc-notched-outline .mdc-floating-label--float-above {
|
|
2454
|
-
text-overflow: clip;
|
|
2455
|
-
}
|
|
2456
|
-
|
|
2457
|
-
.mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
2458
|
-
max-width: calc(100% / 0.75);
|
|
2459
|
-
}
|
|
2460
|
-
|
|
2461
|
-
.mdc-notched-outline--notched .mdc-notched-outline__notch {
|
|
2462
|
-
/* @noflip */
|
|
2463
|
-
padding-left: 0;
|
|
2464
|
-
/* @noflip */
|
|
2465
|
-
padding-right: 8px;
|
|
2466
|
-
border-top: none;
|
|
2467
|
-
}
|
|
2468
|
-
|
|
2469
|
-
[dir=rtl] .mdc-notched-outline--notched .mdc-notched-outline__notch, .mdc-notched-outline--notched .mdc-notched-outline__notch[dir=rtl] {
|
|
2470
|
-
/* @noflip */
|
|
2471
|
-
padding-left: 8px;
|
|
2472
|
-
/* @noflip */
|
|
2473
|
-
padding-right: 0;
|
|
2474
|
-
}
|
|
2475
|
-
|
|
2476
|
-
.mdc-notched-outline--no-label .mdc-notched-outline__notch {
|
|
2477
|
-
display: none;
|
|
2478
|
-
}
|
|
2479
|
-
|
|
2480
|
-
#kup-component .f-text-field--wrapper {
|
|
2481
|
-
--kup_textfield_background_color_rgb: var(
|
|
2482
|
-
--kup-textfield-background-color-rgb,
|
|
2483
|
-
var(--kup-background-color-rgb)
|
|
2484
|
-
);
|
|
2485
|
-
--kup_textfield_color: var(--kup-textfield-color, var(--kup-text-color));
|
|
2486
|
-
--kup_textfield_color_rgb: var(
|
|
2487
|
-
--kup-textfield-color-rgb,
|
|
2488
|
-
var(--kup-text-color-rgb)
|
|
2489
|
-
);
|
|
2490
|
-
--kup_textfield_font_family: var(
|
|
2491
|
-
--kup-textfield-font-family,
|
|
2492
|
-
var(--kup-font-family)
|
|
2493
|
-
);
|
|
2494
|
-
--kup_textfield_font_size: var(--kup-textfield-font-size, 1em);
|
|
2495
|
-
--kup_textfield_icon_color: var(
|
|
2496
|
-
--kup-textfield-icon-color,
|
|
2497
|
-
var(--kup-icon-color)
|
|
2498
|
-
);
|
|
2499
|
-
--kup_textfield_primary_color: var(
|
|
2500
|
-
--kup-textfield-primary-color,
|
|
2501
|
-
var(--kup-primary-color)
|
|
2502
|
-
);
|
|
2503
|
-
--kup_textfield_primary_color_rgb: var(
|
|
2504
|
-
--kup-textfield-primary-color-rgb,
|
|
2505
|
-
var(--kup-primary-color-rgb)
|
|
2506
|
-
);
|
|
2507
|
-
--mdc-theme-primary: var(--kup_textfield_primary_color);
|
|
2508
|
-
font-family: var(--kup_textfield_font_family);
|
|
2509
|
-
font-size: var(--kup_textfield_font_size);
|
|
2510
|
-
}
|
|
2511
|
-
#kup-component .f-text-field--wrapper .mdc-form-field label {
|
|
2512
|
-
color: var(--kup_textfield_color);
|
|
2513
|
-
margin: auto;
|
|
2514
|
-
}
|
|
2515
|
-
#kup-component .f-text-field--wrapper .mdc-form-field .mdc-text-field__input {
|
|
2516
|
-
box-sizing: border-box;
|
|
2517
|
-
font-family: var(--kup_textfield_font_family);
|
|
2518
|
-
padding: 6px 0px;
|
|
2519
|
-
}
|
|
2520
|
-
#kup-component .f-text-field--wrapper .mdc-text-field .kup-icon {
|
|
2521
|
-
background-color: var(--kup_textfield_icon_color);
|
|
2522
|
-
cursor: pointer;
|
|
2523
|
-
height: 24px;
|
|
2524
|
-
outline: none;
|
|
2525
|
-
padding: 0 7px;
|
|
2526
|
-
width: 24px;
|
|
2527
|
-
}
|
|
2528
|
-
#kup-component .f-text-field--wrapper .mdc-text-field .kup-icon.kup-clear-icon:hover {
|
|
2529
|
-
background-color: var(--kup-danger-color);
|
|
2530
|
-
}
|
|
2531
|
-
#kup-component .f-text-field--wrapper .mdc-text-field input,
|
|
2532
|
-
#kup-component .f-text-field--wrapper .mdc-text-field label {
|
|
2533
|
-
font-family: var(--kup_textfield_font_family);
|
|
2534
|
-
font-size: 1em;
|
|
2535
|
-
}
|
|
2536
|
-
#kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple:before, #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--fullwidth:not(.mdc-text-field--disabled) .mdc-line-ripple:before {
|
|
2537
|
-
border-bottom-color: rgba(var(--kup_textfield_color_rgb), 0.325);
|
|
2538
|
-
}
|
|
2539
|
-
#kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple:before:hover, #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--fullwidth:not(.mdc-text-field--disabled) .mdc-line-ripple:before:hover {
|
|
2540
|
-
border-bottom-color: rgba(var(--kup_textfield_color_rgb), 0.575);
|
|
2541
|
-
}
|
|
2542
|
-
#kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple:before.mdc-line-ripple--active, #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--fullwidth:not(.mdc-text-field--disabled) .mdc-line-ripple:before.mdc-line-ripple--active {
|
|
2543
|
-
border-bottom-color: var(--kup_textfield_primary_color);
|
|
2544
|
-
}
|
|
2545
|
-
#kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--with-leading-icon .mdc-floating-label {
|
|
2546
|
-
left: 36px;
|
|
2547
|
-
}
|
|
2548
|
-
#kup-component .f-text-field--wrapper .mdc-text-field .mdc-text-field__icon.kup-clear-icon {
|
|
2549
|
-
right: 0px;
|
|
2550
|
-
left: initial;
|
|
2551
|
-
position: absolute;
|
|
2552
|
-
top: 50%;
|
|
2553
|
-
transform: translateY(-50%);
|
|
2554
|
-
}
|
|
2555
|
-
#kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--with-trailing-icon input ~ .kup-clear-icon {
|
|
2556
|
-
right: 26px;
|
|
2557
|
-
}
|
|
2558
|
-
#kup-component .f-text-field--wrapper .mdc-text-field.is-clearable .mdc-text-field__input {
|
|
2559
|
-
padding-right: 48px;
|
|
2560
|
-
}
|
|
2561
|
-
#kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--with-trailing-icon.is-clearable .mdc-text-field__input {
|
|
2562
|
-
padding-right: 72px;
|
|
2563
|
-
}
|
|
2564
|
-
#kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--fullwidth.mdc-text-field--focused {
|
|
2565
|
-
color: var(--kup_textfield_primary_color);
|
|
2566
|
-
}
|
|
2567
|
-
#kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--fullwidth {
|
|
2568
|
-
width: 100%;
|
|
2569
|
-
}
|
|
2570
|
-
#kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined.mdc-text-field--with-leading-icon label:not(.mdc-floating-label--float-above) {
|
|
2571
|
-
left: 20px;
|
|
2572
|
-
}
|
|
2573
|
-
#kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined .mdc-notched-outline__leading, #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined .mdc-notched-outline__notch, #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined .mdc-notched-outline__trailing {
|
|
2574
|
-
border-color: rgba(var(--kup_textfield_color_rgb), 0.575);
|
|
2575
|
-
border-bottom-style: inset;
|
|
2576
|
-
}
|
|
2577
|
-
#kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined:hover .mdc-notched-outline__leading, #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined:hover .mdc-notched-outline__notch, #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined:hover .mdc-notched-outline__trailing, #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__leading, #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__notch, #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__trailing {
|
|
2578
|
-
border-color: var(--kup_textfield_primary_color);
|
|
2579
|
-
}
|
|
2580
|
-
#kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading, #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch, #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing {
|
|
2581
|
-
border-color: rgba(var(--kup_textfield_color_rgb), 0.325);
|
|
2582
|
-
}
|
|
2583
|
-
#kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined.mdc-text-field--disabled {
|
|
2584
|
-
color: rgba(var(--kup_textfield_color_rgb), 0.5);
|
|
2585
|
-
}
|
|
2586
|
-
#kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input {
|
|
2587
|
-
color: rgba(var(--kup_textfield_color_rgb), 0.5);
|
|
2588
|
-
}
|
|
2589
|
-
#kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined.mdc-text-field--disabled label {
|
|
2590
|
-
color: rgba(var(--kup_textfield_color_rgb), 0.5);
|
|
2591
|
-
}
|
|
2592
|
-
#kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined.mdc-text-field--textarea .mdc-floating-label--float-above {
|
|
2593
|
-
transform: translateY(-160%) scale(0.75);
|
|
2594
|
-
}
|
|
2595
|
-
#kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) {
|
|
2596
|
-
height: 40px;
|
|
2597
|
-
}
|
|
2598
|
-
#kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input {
|
|
2599
|
-
height: 100%;
|
|
2600
|
-
}
|
|
2601
|
-
#kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-floating-label {
|
|
2602
|
-
display: none;
|
|
2603
|
-
}
|
|
2604
|
-
#kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea)::before {
|
|
2605
|
-
display: none;
|
|
2606
|
-
}
|
|
2607
|
-
@supports (-webkit-hyphens: none) {
|
|
2608
|
-
#kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__affix {
|
|
2609
|
-
align-items: center;
|
|
2610
|
-
align-self: center;
|
|
2611
|
-
display: inline-flex;
|
|
2612
|
-
height: 100%;
|
|
2613
|
-
}
|
|
2614
|
-
}
|
|
2615
|
-
#kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) label.mdc-floating-label {
|
|
2616
|
-
display: block;
|
|
2617
|
-
}
|
|
2618
|
-
#kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--textarea) {
|
|
2619
|
-
height: 40px;
|
|
2620
|
-
transition: border-color 0.25s;
|
|
2621
|
-
}
|
|
2622
|
-
#kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--textarea) .mdc-floating-label--float-above {
|
|
2623
|
-
transform: translateY(-29.25px) scale(1);
|
|
2624
|
-
}
|
|
2625
|
-
#kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--textarea) .mdc-floating-label--float-above {
|
|
2626
|
-
font-size: 0.75rem;
|
|
2627
|
-
}
|
|
2628
|
-
#kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--textarea).mdc-notched-outline--upgraded .mdc-floating-label--float-above,
|
|
2629
|
-
#kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--textarea) .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
2630
|
-
transform: translateY(-26.75px) scale(0.75);
|
|
2631
|
-
}
|
|
2632
|
-
#kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--textarea).mdc-notched-outline--upgraded .mdc-floating-label--float-above,
|
|
2633
|
-
#kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--textarea) .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
2634
|
-
font-size: 1rem;
|
|
2635
|
-
}
|
|
2636
|
-
#kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--textarea) .mdc-floating-label--shake {
|
|
2637
|
-
animation: mdc-floating-label-shake-float-above-text-field-outlined-40px 250ms 1;
|
|
2638
|
-
}
|
|
2639
|
-
@keyframes mdc-floating-label-shake-float-above-text-field-outlined-40px {
|
|
2640
|
-
0% {
|
|
2641
|
-
transform: translateX(calc(0 - 0%)) translateY(-26.75px) scale(0.75);
|
|
2642
|
-
}
|
|
2643
|
-
33% {
|
|
2644
|
-
animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
|
|
2645
|
-
transform: translateX(calc(4% - 0%)) translateY(-26.75px) scale(0.75);
|
|
2646
|
-
}
|
|
2647
|
-
66% {
|
|
2648
|
-
animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
|
|
2649
|
-
transform: translateX(calc(-4% - 0%)) translateY(-26.75px) scale(0.75);
|
|
2650
|
-
}
|
|
2651
|
-
100% {
|
|
2652
|
-
transform: translateX(calc(0 - 0%)) translateY(-26.75px) scale(0.75);
|
|
2653
|
-
}
|
|
2654
|
-
}
|
|
2655
|
-
#kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--textarea) label.mdc-floating-label {
|
|
2656
|
-
display: block;
|
|
2657
|
-
}
|
|
2658
|
-
#kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--textarea) label.mdc-floating-label.mdc-floating-label--float-above {
|
|
2659
|
-
overflow: visible;
|
|
2660
|
-
}
|
|
2661
|
-
#kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--textarea).mdc-text-field--with-leading-icon .mdc-floating-label--float-above {
|
|
2662
|
-
transform: translateY(-26px) scale(0.75) translateX(-42px);
|
|
2663
|
-
}
|
|
2664
|
-
#kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--filled.mdc-text-field--with-leading-icon label, #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--filled.mdc-text-field--with-leading-icon input {
|
|
2665
|
-
left: 34px;
|
|
2666
|
-
}
|
|
2667
|
-
#kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--filled .mdc-floating-label--float-above {
|
|
2668
|
-
transform: translateY(-111%) scale(0.75);
|
|
2669
|
-
}
|
|
2670
|
-
#kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--filled:not(.mdc-text-field--no-label) input {
|
|
2671
|
-
box-sizing: border-box;
|
|
2672
|
-
padding-top: 9px;
|
|
2673
|
-
}
|
|
2674
|
-
#kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--filled:not(.mdc-text-field--disabled) {
|
|
2675
|
-
background-color: rgba(var(--kup_textfield_background_color_rgb), 0.125);
|
|
2676
|
-
}
|
|
2677
|
-
#kup-component .f-text-field--wrapper .mdc-text-field .mdc-notched-outline {
|
|
2678
|
-
opacity: 1;
|
|
2679
|
-
}
|
|
2680
|
-
#kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input, #kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label, #kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder, #kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter, #kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter, #kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
|
|
2681
|
-
color: var(--kup_textfield_color);
|
|
2682
|
-
}
|
|
2683
|
-
#kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label, #kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder, #kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter, #kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter, #kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
|
|
2684
|
-
opacity: 0.7;
|
|
2685
|
-
}
|
|
2686
|
-
#kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--disabled).mdc-text-field--textarea .mdc-text-field-character-counter {
|
|
2687
|
-
position: absolute;
|
|
2688
|
-
bottom: 9px;
|
|
2689
|
-
right: 15px;
|
|
2690
|
-
}
|
|
2691
|
-
#kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--disabled:not(.mdc-text-field--outlined) {
|
|
2692
|
-
color: var(--kup-disabled-color);
|
|
2693
|
-
background: var(--kup-disabled-background-color);
|
|
2694
|
-
}
|
|
2695
|
-
#kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--disabled:not(.mdc-text-field--outlined) .mdc-text-field__input {
|
|
2696
|
-
color: var(--kup-disabled-color);
|
|
2697
|
-
background: var(--kup-disabled-background-color);
|
|
2698
|
-
}
|
|
2699
|
-
#kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--disabled:not(.mdc-text-field--outlined) label {
|
|
2700
|
-
color: var(--kup-disabled-color);
|
|
2701
|
-
background: var(--kup-disabled-background-color);
|
|
2702
|
-
}
|
|
2703
|
-
#kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--focused) + .mdc-text-field-helper-line .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--persistent) {
|
|
2704
|
-
opacity: 0;
|
|
2705
|
-
}
|
|
2706
|
-
#kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--focused:not(.mdc-text-field-disabled) .mdc-floating-label--float-above {
|
|
2707
|
-
color: var(--kup_textfield_primary_color);
|
|
2708
|
-
opacity: 1;
|
|
2709
|
-
}
|
|
2710
|
-
#kup-component .f-text-field--wrapper div.mdc-text-field-helper-text {
|
|
2711
|
-
font-family: var(--kup_textfield_font_family);
|
|
2712
|
-
font-size: 0.75em;
|
|
2713
|
-
}
|
|
2714
|
-
#kup-component .f-text-field--wrapper.kup-full-height {
|
|
2715
|
-
height: 100%;
|
|
2716
|
-
}
|
|
2717
|
-
#kup-component .f-text-field--wrapper.kup-full-height .mdc-text-field {
|
|
2718
|
-
height: 100%;
|
|
2719
|
-
overflow-y: hidden;
|
|
2720
|
-
}
|
|
2721
|
-
#kup-component .f-text-field--wrapper.kup-full-height .mdc-text-field:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) {
|
|
2722
|
-
height: 100%;
|
|
2723
|
-
}
|
|
2724
|
-
#kup-component .f-text-field--wrapper.kup-full-height .mdc-text-field .mdc-text-field__input {
|
|
2725
|
-
height: 100%;
|
|
2726
|
-
}
|
|
2727
|
-
#kup-component .f-text-field--wrapper.kup-full-width {
|
|
2728
|
-
width: 100%;
|
|
2729
|
-
}
|
|
2730
|
-
#kup-component .f-text-field--wrapper.kup-shaped .mdc-text-field.mdc-text-field--filled {
|
|
2731
|
-
border-radius: 16px 16px 0 0;
|
|
2732
|
-
}
|
|
2733
|
-
#kup-component .f-text-field--wrapper.kup-shaped .mdc-text-field.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
|
|
2734
|
-
border-radius: 28px 0 0 28px;
|
|
2735
|
-
width: 28px;
|
|
2736
|
-
}
|
|
2737
|
-
#kup-component .f-text-field--wrapper.kup-shaped .mdc-text-field.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
|
|
2738
|
-
border-radius: 0 28px 28px 0;
|
|
2739
|
-
width: 28px;
|
|
2740
|
-
}
|
|
2741
|
-
#kup-component .f-text-field--wrapper.kup-danger {
|
|
2742
|
-
--kup-textfield-primary-color: var(--kup-danger-color);
|
|
2743
|
-
--kup-textfield-primary-color-rgb: var(--kup-danger-color-rgb);
|
|
2744
|
-
}
|
|
2745
|
-
#kup-component .f-text-field--wrapper.kup-info {
|
|
2746
|
-
--kup-textfield-primary-color: var(--kup-info-color);
|
|
2747
|
-
--kup-textfield-primary-color-rgb: var(--kup-info-color-rgb);
|
|
2748
|
-
}
|
|
2749
|
-
#kup-component .f-text-field--wrapper.kup-secondary {
|
|
2750
|
-
--kup-textfield-primary-color: var(--kup-secondary-color);
|
|
2751
|
-
--kup-textfield-primary-color-rgb: var(--kup-secondary-color-rgb);
|
|
2752
|
-
}
|
|
2753
|
-
#kup-component .f-text-field--wrapper.kup-success {
|
|
2754
|
-
--kup-textfield-primary-color: var(--kup-success-color);
|
|
2755
|
-
--kup-textfield-primary-color-rgb: var(--kup-success-color-rgb);
|
|
2756
|
-
}
|
|
2757
|
-
#kup-component .f-text-field--wrapper.kup-warning {
|
|
2758
|
-
--kup-textfield-primary-color: var(--kup-warning-color);
|
|
2759
|
-
--kup-textfield-primary-color-rgb: var(--kup-warning-color-rgb);
|
|
2760
|
-
}
|
|
2761
|
-
#kup-component .f-text-field--wrapper .kup-icon.kup-clear-icon {
|
|
2762
|
-
-webkit-mask: var(--kup-clear-icon);
|
|
2763
|
-
mask: var(--kup-clear-icon);
|
|
2764
|
-
}
|
|
2765
|
-
#kup-component .f-text-field--wrapper .kup-icon.kup-search-icon {
|
|
2766
|
-
-webkit-mask: var(--kup-search-icon);
|
|
2767
|
-
mask: var(--kup-search-icon);
|
|
2768
|
-
}
|
|
2769
|
-
|
|
2770
1
|
/* Class to put the table in "width auto" mode: in this way, if all visible columns have a fixed size,
|
|
2771
2
|
* the table automatically has a size equal to the sum of the sizes all columns.
|
|
2772
3
|
* Additionally it must remove the min width specification to allow a correct sizing.
|
|
@@ -2798,6 +29,7 @@
|
|
|
2798
29
|
* @prop --kup-datatable-font-family-monospace: Sets monospace font family of the component (for numbers).
|
|
2799
30
|
* @prop --kup-datatable-font-size: Sets font size of the component.
|
|
2800
31
|
* @prop --kup-datatable-th-border: Sets border of the th elements.
|
|
32
|
+
* @prop --kup-datatable-th-resize-handle-width: Sets the width of the handle used to resize columns.
|
|
2801
33
|
*/
|
|
2802
34
|
:host {
|
|
2803
35
|
--kup_datatable_background_color: var(
|
|
@@ -2825,6 +57,10 @@
|
|
|
2825
57
|
--kup-datatable-th-border,
|
|
2826
58
|
1px solid var(--kup-border-color)
|
|
2827
59
|
);
|
|
60
|
+
--kup_datatable_th_resize_handle_width: var(
|
|
61
|
+
--kup-datatable-th-resize-handle-width,
|
|
62
|
+
3px
|
|
63
|
+
);
|
|
2828
64
|
display: block;
|
|
2829
65
|
font-family: var(--kup_datatable_font_family);
|
|
2830
66
|
font-size: var(--kup_datatable_font_size);
|
|
@@ -2838,6 +74,10 @@
|
|
|
2838
74
|
visibility: visible;
|
|
2839
75
|
}
|
|
2840
76
|
|
|
77
|
+
:host([force-one-line]) .f-cell__text {
|
|
78
|
+
white-space: nowrap;
|
|
79
|
+
}
|
|
80
|
+
|
|
2841
81
|
table {
|
|
2842
82
|
background-color: var(--kup_datatable_background_color);
|
|
2843
83
|
border-spacing: 0;
|
|
@@ -2856,10 +96,10 @@ table.auto-width {
|
|
|
2856
96
|
min-width: auto;
|
|
2857
97
|
width: 0;
|
|
2858
98
|
}
|
|
2859
|
-
table > tbody > tr.focus td:first-of-type {
|
|
99
|
+
table > tbody > tr.focus td:first-of-type, table > tbody > tr[kup-drag-over] td:first-of-type {
|
|
2860
100
|
box-shadow: inset 4px 0px 0px 0px var(--kup-secondary-color);
|
|
2861
101
|
}
|
|
2862
|
-
table > tbody > tr > td:first-of-type {
|
|
102
|
+
table > tbody > tr > td:first-of-type, table > tbody > tr > td.placeholder ~ td:not(.placeholder) {
|
|
2863
103
|
border-left: var(--kup_datatable_border);
|
|
2864
104
|
}
|
|
2865
105
|
table > tbody > tr > td:last-of-type {
|
|
@@ -2903,38 +143,24 @@ table tfoot td:first-of-type {
|
|
|
2903
143
|
width: 100%;
|
|
2904
144
|
}
|
|
2905
145
|
|
|
2906
|
-
.kup-icon:not(.f-image
|
|
146
|
+
.kup-icon:not(.f-image) {
|
|
2907
147
|
background-color: var(--kup-title-color);
|
|
2908
148
|
margin: 0 0.25em;
|
|
2909
149
|
height: 1.25em;
|
|
2910
150
|
width: 1.25em;
|
|
2911
151
|
}
|
|
2912
|
-
.kup-icon:not(.f-image
|
|
2913
|
-
|
|
152
|
+
.kup-icon:not(.f-image).kup-ascending-icon, .kup-icon:not(.f-image).kup-descending-icon, .kup-icon:not(.f-image).kup-key-icon, .kup-icon:not(.f-image).kup-filter-remove-icon {
|
|
153
|
+
height: auto;
|
|
2914
154
|
}
|
|
2915
|
-
.kup-icon:not(.f-image
|
|
155
|
+
.kup-icon:not(.f-image).kup-collapsed-icon, .kup-icon:not(.f-image).kup-expanded-icon {
|
|
2916
156
|
float: left;
|
|
2917
157
|
}
|
|
2918
|
-
.kup-icon:not(.f-image
|
|
158
|
+
.kup-icon:not(.f-image).kup-filter-remove-icon, .kup-icon:not(.f-image).kup-key-icon {
|
|
2919
159
|
margin: 0 0.25em;
|
|
2920
160
|
}
|
|
2921
|
-
.kup-icon:not(.f-image--wrapper).obj-icon {
|
|
2922
|
-
cursor: var(--kup-obj-cursor);
|
|
2923
|
-
display: block;
|
|
2924
|
-
background-color: rgba(var(--kup-text-color-rgb), 0.375);
|
|
2925
|
-
margin: auto 0.5em auto 0;
|
|
2926
|
-
}
|
|
2927
|
-
:host([force-one-line]) .kup-icon:not(.f-image--wrapper).obj-icon {
|
|
2928
|
-
display: inline-block;
|
|
2929
|
-
margin: 0 0.5em 0 0;
|
|
2930
|
-
vertical-align: -0.275em;
|
|
2931
|
-
}
|
|
2932
|
-
.number .kup-icon:not(.f-image--wrapper).obj-icon {
|
|
2933
|
-
display: inline-block;
|
|
2934
|
-
vertical-align: text-bottom;
|
|
2935
|
-
}
|
|
2936
161
|
|
|
2937
162
|
.below-wrapper {
|
|
163
|
+
backface-visibility: hidden;
|
|
2938
164
|
height: auto;
|
|
2939
165
|
overflow: auto;
|
|
2940
166
|
}
|
|
@@ -2945,18 +171,10 @@ table tfoot td:first-of-type {
|
|
|
2945
171
|
overflow-x: auto;
|
|
2946
172
|
}
|
|
2947
173
|
|
|
2948
|
-
.density-dense tbody > tr
|
|
2949
|
-
padding-top: 0.2em;
|
|
2950
|
-
padding-bottom: 0.2em;
|
|
2951
|
-
}
|
|
2952
|
-
.density-dense tbody > tr.group > td {
|
|
174
|
+
.density-dense tbody > tr.group td {
|
|
2953
175
|
padding-top: 0.25em;
|
|
2954
176
|
padding-bottom: 0.25em;
|
|
2955
177
|
}
|
|
2956
|
-
.density-wide tbody > tr > td:not(.is-graphic) {
|
|
2957
|
-
padding-top: 1em;
|
|
2958
|
-
padding-bottom: 1em;
|
|
2959
|
-
}
|
|
2960
178
|
.density-wide tbody > tr.group > td {
|
|
2961
179
|
padding-top: 0.75em;
|
|
2962
180
|
padding-bottom: 0.75em;
|
|
@@ -2977,56 +195,83 @@ table tfoot td:first-of-type {
|
|
|
2977
195
|
font-size: calc(var(--kup_datatable_font_size) * 1.5) !important;
|
|
2978
196
|
}
|
|
2979
197
|
|
|
2980
|
-
|
|
198
|
+
th {
|
|
2981
199
|
background-color: var(--kup-title-background-color);
|
|
2982
|
-
color: var(--kup-title-color);
|
|
2983
200
|
border: var(--kup_datatable_th_border);
|
|
2984
201
|
border-left: 0 none;
|
|
2985
202
|
border-bottom-width: 2px;
|
|
2986
203
|
box-sizing: border-box;
|
|
2987
|
-
padding: 0.5em 0.3125em;
|
|
2988
|
-
text-overflow: ellipsis;
|
|
2989
204
|
top: 0;
|
|
2990
|
-
|
|
2991
|
-
white-space: nowrap;
|
|
205
|
+
touch-action: none;
|
|
2992
206
|
transition: background-color 0.25s ease;
|
|
207
|
+
user-select: none;
|
|
2993
208
|
}
|
|
2994
|
-
|
|
209
|
+
th:first-of-type {
|
|
2995
210
|
border-left: var(--kup_datatable_th_border);
|
|
2996
211
|
}
|
|
2997
|
-
|
|
2998
|
-
|
|
212
|
+
|
|
213
|
+
.header-cell__content {
|
|
214
|
+
color: var(--kup-title-color);
|
|
215
|
+
display: flex;
|
|
216
|
+
justify-content: space-between;
|
|
217
|
+
padding: 0.5em 0.3125em;
|
|
218
|
+
text-overflow: ellipsis;
|
|
219
|
+
white-space: nowrap;
|
|
220
|
+
}
|
|
221
|
+
.header-cell--centered .header-cell__content {
|
|
222
|
+
justify-content: center;
|
|
223
|
+
}
|
|
224
|
+
.header-cell--is-number .header-cell__content {
|
|
225
|
+
justify-content: flex-end;
|
|
226
|
+
}
|
|
227
|
+
.header-cell__title {
|
|
2999
228
|
overflow: hidden;
|
|
3000
229
|
text-overflow: ellipsis;
|
|
3001
|
-
|
|
230
|
+
user-select: none;
|
|
3002
231
|
}
|
|
3003
|
-
|
|
3004
|
-
|
|
232
|
+
.header-cell__icons {
|
|
233
|
+
display: flex;
|
|
3005
234
|
}
|
|
3006
|
-
|
|
3007
|
-
|
|
235
|
+
.header-cell__drag-handler {
|
|
236
|
+
background: rgba(var(--kup-title-color-rgb), 0.25);
|
|
237
|
+
height: 100%;
|
|
238
|
+
position: absolute;
|
|
239
|
+
right: 0;
|
|
240
|
+
top: 0;
|
|
241
|
+
touch-action: none;
|
|
242
|
+
user-select: none;
|
|
243
|
+
width: var(--kup_datatable_th_resize_handle_width);
|
|
3008
244
|
}
|
|
3009
|
-
|
|
3010
|
-
|
|
245
|
+
.header-cell__drag-handler:hover {
|
|
246
|
+
background: rgba(var(--kup-title-color-rgb), 0.5);
|
|
3011
247
|
}
|
|
3012
|
-
|
|
248
|
+
.header-cell--sortable {
|
|
3013
249
|
cursor: pointer;
|
|
3014
250
|
}
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
margin: 0 0.5em;
|
|
251
|
+
.header-cell--is-icon {
|
|
252
|
+
width: 30px;
|
|
3018
253
|
}
|
|
3019
254
|
|
|
3020
255
|
tbody {
|
|
3021
256
|
cursor: auto;
|
|
3022
257
|
}
|
|
258
|
+
tbody td {
|
|
259
|
+
height: 0;
|
|
260
|
+
padding: 0;
|
|
261
|
+
}
|
|
262
|
+
tbody td > * {
|
|
263
|
+
border: none !important;
|
|
264
|
+
}
|
|
3023
265
|
tbody tr kup-button {
|
|
3024
266
|
max-width: max-content;
|
|
3025
267
|
}
|
|
268
|
+
tbody tr[kup-draggable] {
|
|
269
|
+
opacity: 0.5;
|
|
270
|
+
}
|
|
3026
271
|
tbody tr.selected td {
|
|
3027
272
|
background-color: rgba(var(--kup-primary-color-rgb), 0.175);
|
|
3028
273
|
}
|
|
3029
|
-
tbody tr
|
|
274
|
+
tbody tr:hover:not(.group):not(.selected) td {
|
|
3030
275
|
color: var(--kup-hover-color);
|
|
3031
276
|
background-color: var(--kup-hover-background-color);
|
|
3032
277
|
}
|
|
@@ -3065,106 +310,28 @@ tbody tr.group > td.total.negative-number {
|
|
|
3065
310
|
}
|
|
3066
311
|
tbody tr > td {
|
|
3067
312
|
box-sizing: border-box;
|
|
3068
|
-
padding: 0.5em 0.3125em;
|
|
3069
|
-
word-break: break-all;
|
|
3070
|
-
word-wrap: break-word;
|
|
3071
313
|
transition: box-shadow 0.1s;
|
|
3072
314
|
}
|
|
3073
|
-
tbody tr > td.number .cell-content {
|
|
3074
|
-
font-family: var(--kup_datatable_font_family_monospace);
|
|
3075
|
-
justify-content: flex-end;
|
|
3076
|
-
}
|
|
3077
315
|
tbody tr > td .row-expander {
|
|
3078
316
|
margin-right: 0.5em;
|
|
3079
317
|
}
|
|
3080
|
-
tbody tr > td .indent {
|
|
3081
|
-
display: inline-block;
|
|
3082
|
-
height: 1em;
|
|
3083
|
-
width: 2em;
|
|
3084
|
-
}
|
|
3085
318
|
tbody tr > td .row-action {
|
|
3086
319
|
margin-right: 0.2em;
|
|
3087
320
|
}
|
|
3088
|
-
tbody tr
|
|
3089
|
-
display: flex;
|
|
3090
|
-
}
|
|
3091
|
-
tbody tr > td .cell-content.has-padding {
|
|
3092
|
-
box-sizing: border-box;
|
|
3093
|
-
padding: 1em;
|
|
3094
|
-
}
|
|
3095
|
-
:host([force-one-line]) tbody tr > td .cell-content {
|
|
3096
|
-
display: inline-block;
|
|
3097
|
-
max-width: 100%;
|
|
3098
|
-
overflow: hidden;
|
|
3099
|
-
text-overflow: ellipsis;
|
|
3100
|
-
vertical-align: middle;
|
|
3101
|
-
white-space: nowrap;
|
|
3102
|
-
width: 100%;
|
|
3103
|
-
}
|
|
3104
|
-
:host([force-one-line]) tbody tr > td .cell-content.is-centered {
|
|
3105
|
-
display: flex;
|
|
3106
|
-
}
|
|
3107
|
-
:host([force-one-line]) tbody tr > td .cell-content.number-cell {
|
|
3108
|
-
text-align: right;
|
|
3109
|
-
}
|
|
3110
|
-
tbody tr > td .cell-content.is-tooltip {
|
|
3111
|
-
position: relative;
|
|
3112
|
-
}
|
|
3113
|
-
tbody tr > td .cell-content.is-vertical, :host([force-one-line]) tbody tr > td .cell-content.is-vertical {
|
|
3114
|
-
display: block;
|
|
3115
|
-
width: auto;
|
|
3116
|
-
margin: auto;
|
|
3117
|
-
min-height: 16px;
|
|
3118
|
-
min-width: 16px;
|
|
3119
|
-
}
|
|
3120
|
-
tbody tr > td .cell-content.is-vertical > *, :host([force-one-line]) tbody tr > td .cell-content.is-vertical > * {
|
|
3121
|
-
margin: auto;
|
|
3122
|
-
}
|
|
3123
|
-
tbody tr > td .cell-content.negative-number {
|
|
3124
|
-
color: var(--kup-danger-color);
|
|
3125
|
-
}
|
|
3126
|
-
tbody tr > td.is-graphic {
|
|
3127
|
-
padding: 0 1px;
|
|
3128
|
-
}
|
|
3129
|
-
tbody tr > td .indent ~ kup-image, tbody tr > td .indent ~ kup-button {
|
|
3130
|
-
margin: 0;
|
|
3131
|
-
vertical-align: middle;
|
|
3132
|
-
}
|
|
3133
|
-
|
|
3134
|
-
tr kup-checkbox,
|
|
3135
|
-
tr kup-image {
|
|
3136
|
-
display: flex;
|
|
3137
|
-
}
|
|
3138
|
-
tr kup-button {
|
|
3139
|
-
display: inline-block;
|
|
3140
|
-
}
|
|
3141
|
-
tr kup-button-list {
|
|
3142
|
-
display: flex;
|
|
3143
|
-
margin: auto;
|
|
3144
|
-
}
|
|
3145
|
-
tr kup-progress-bar {
|
|
3146
|
-
display: block;
|
|
3147
|
-
}
|
|
3148
|
-
tr .indent ~ kup-image {
|
|
3149
|
-
display: inline-block;
|
|
3150
|
-
}
|
|
3151
|
-
tr .indent ~ kup-button, tr .indent ~ kup-checkbox {
|
|
3152
|
-
display: inline-block;
|
|
3153
|
-
}
|
|
3154
|
-
tr [row-select-cell] {
|
|
321
|
+
tbody tr [row-select-cell] {
|
|
3155
322
|
min-height: 40px;
|
|
3156
323
|
}
|
|
3157
|
-
tr td[row-action-cell] {
|
|
324
|
+
tbody tr td[row-action-cell] {
|
|
3158
325
|
width: calc(3em * var(--kup_datatable_row_actions));
|
|
3159
326
|
}
|
|
3160
|
-
tr td[row-action-cell] .f-image
|
|
327
|
+
tbody tr td[row-action-cell] .f-image {
|
|
3161
328
|
cursor: pointer;
|
|
3162
329
|
margin-left: 0.75em;
|
|
3163
330
|
display: inline-block;
|
|
3164
331
|
opacity: 1;
|
|
3165
332
|
transition: 0.25s ease-in-out;
|
|
3166
333
|
}
|
|
3167
|
-
tr td[row-action-cell] .f-image
|
|
334
|
+
tbody tr td[row-action-cell] .f-image:hover {
|
|
3168
335
|
opacity: 0.5;
|
|
3169
336
|
}
|
|
3170
337
|
|
|
@@ -3173,19 +340,6 @@ tr td[row-action-cell] .f-image--wrapper:hover {
|
|
|
3173
340
|
width: 100%;
|
|
3174
341
|
}
|
|
3175
342
|
|
|
3176
|
-
.bar-cell-content {
|
|
3177
|
-
overflow: hidden;
|
|
3178
|
-
margin: auto;
|
|
3179
|
-
position: relative;
|
|
3180
|
-
transition: color 0.2s ease;
|
|
3181
|
-
height: 100%;
|
|
3182
|
-
width: 100%;
|
|
3183
|
-
}
|
|
3184
|
-
|
|
3185
|
-
tbody td > * {
|
|
3186
|
-
border: none !important;
|
|
3187
|
-
}
|
|
3188
|
-
|
|
3189
343
|
.kup-icon.overlay-action {
|
|
3190
344
|
display: none;
|
|
3191
345
|
position: absolute;
|
|
@@ -3237,62 +391,24 @@ th.obj:hover span:not(.overlay-action) {
|
|
|
3237
391
|
background: var(--kup-text-on-primary-color) !important;
|
|
3238
392
|
}
|
|
3239
393
|
|
|
3240
|
-
.
|
|
3241
|
-
visibility: hidden;
|
|
3242
|
-
background: var(--kup_datatable_background_color);
|
|
3243
|
-
box-shadow: var(--kup-box-shadow);
|
|
3244
|
-
min-width: 200px;
|
|
3245
|
-
width: fit-content;
|
|
3246
|
-
transition: height 0.25s;
|
|
3247
|
-
}
|
|
3248
|
-
.customize-panel kup-switch {
|
|
3249
|
-
text-align: center;
|
|
3250
|
-
}
|
|
3251
|
-
|
|
3252
|
-
.customize-element {
|
|
3253
|
-
padding: 0 1em 1em 1em;
|
|
3254
|
-
}
|
|
3255
|
-
|
|
3256
|
-
.customize-element:nth-child(1) {
|
|
3257
|
-
padding-top: 1em;
|
|
3258
|
-
}
|
|
3259
|
-
|
|
3260
|
-
.f-image--wrapper.cell-info {
|
|
3261
|
-
margin: auto 0.5em auto 0.25em;
|
|
3262
|
-
}
|
|
3263
|
-
:host([force-one-line]) .f-image--wrapper.cell-info {
|
|
394
|
+
.indent {
|
|
3264
395
|
display: inline-block;
|
|
3265
|
-
|
|
396
|
+
height: 1em;
|
|
397
|
+
width: 2em;
|
|
3266
398
|
}
|
|
3267
399
|
|
|
3268
|
-
|
|
3269
|
-
|
|
400
|
+
.indent ~ kup-image,
|
|
401
|
+
.indent ~ kup-button {
|
|
3270
402
|
margin: 0;
|
|
3271
|
-
|
|
3272
|
-
transition: none;
|
|
3273
|
-
max-height: 95vh;
|
|
3274
|
-
max-width: 95vw;
|
|
3275
|
-
}
|
|
3276
|
-
[kup-dialog].kup-resizable {
|
|
3277
|
-
border: 3px outset var(--kup-title-background-color);
|
|
403
|
+
vertical-align: middle;
|
|
3278
404
|
}
|
|
3279
405
|
|
|
3280
|
-
.kup-
|
|
3281
|
-
|
|
3282
|
-
background-color: var(--kup-background-color);
|
|
3283
|
-
box-shadow: var(--kup-box-shadow);
|
|
3284
|
-
color: var(--kup-text-color);
|
|
3285
|
-
display: none;
|
|
3286
|
-
max-height: 33vh;
|
|
3287
|
-
overflow: auto;
|
|
3288
|
-
position: relative;
|
|
3289
|
-
transform: none;
|
|
3290
|
-
transform-origin: unset;
|
|
3291
|
-
transition: height 0.2s;
|
|
3292
|
-
will-change: unset;
|
|
406
|
+
.indent ~ kup-image {
|
|
407
|
+
display: inline-block;
|
|
3293
408
|
}
|
|
3294
|
-
|
|
3295
|
-
|
|
409
|
+
|
|
410
|
+
.indent ~ kup-button, .indent ~ kup-checkbox {
|
|
411
|
+
display: inline-block;
|
|
3296
412
|
}
|
|
3297
413
|
|
|
3298
414
|
.kup-icon.kup-ascending-icon {
|
|
@@ -3325,20 +441,6 @@ th.obj:hover span:not(.overlay-action) {
|
|
|
3325
441
|
mask: var(--kup-key-icon);
|
|
3326
442
|
}
|
|
3327
443
|
|
|
3328
|
-
@keyframes fade-in {
|
|
3329
|
-
0% {
|
|
3330
|
-
display: none;
|
|
3331
|
-
opacity: 0;
|
|
3332
|
-
}
|
|
3333
|
-
1% {
|
|
3334
|
-
display: block;
|
|
3335
|
-
opacity: 0;
|
|
3336
|
-
}
|
|
3337
|
-
100% {
|
|
3338
|
-
display: block;
|
|
3339
|
-
opacity: 1;
|
|
3340
|
-
}
|
|
3341
|
-
}
|
|
3342
444
|
.paginator-wrapper {
|
|
3343
445
|
display: flex;
|
|
3344
446
|
flex-flow: wrap;
|
|
@@ -3392,24 +494,10 @@ sticky-header {
|
|
|
3392
494
|
.persistent-header ~ sticky-header th-sticky {
|
|
3393
495
|
box-sizing: border-box;
|
|
3394
496
|
display: inline-flex;
|
|
3395
|
-
padding: 0
|
|
3396
|
-
}
|
|
3397
|
-
.persistent-header ~ sticky-header th-sticky.icon {
|
|
3398
|
-
width: 30px;
|
|
3399
|
-
}
|
|
3400
|
-
.persistent-header ~ sticky-header th-sticky.number {
|
|
3401
|
-
text-align: right;
|
|
3402
|
-
}
|
|
3403
|
-
.persistent-header ~ sticky-header th-sticky.centered {
|
|
3404
|
-
text-align: center;
|
|
497
|
+
padding: 0 0.3125em;
|
|
3405
498
|
}
|
|
3406
|
-
.persistent-header ~ sticky-header .
|
|
499
|
+
.persistent-header ~ sticky-header th-sticky .header-cell__content {
|
|
3407
500
|
width: 100%;
|
|
3408
|
-
font-weight: bold;
|
|
3409
|
-
margin: auto;
|
|
3410
|
-
white-space: nowrap;
|
|
3411
|
-
overflow: hidden;
|
|
3412
|
-
text-overflow: ellipsis;
|
|
3413
501
|
}
|
|
3414
502
|
|
|
3415
503
|
.fixed-column, .fixed-row {
|
|
@@ -3430,8 +518,8 @@ table.custom-size th.fixed-column {
|
|
|
3430
518
|
z-index: 11;
|
|
3431
519
|
}
|
|
3432
520
|
|
|
3433
|
-
tr
|
|
3434
|
-
tr
|
|
521
|
+
tr:hover .fixed-row,
|
|
522
|
+
tr:hover .fixed-column {
|
|
3435
523
|
color: var(--kup-hover-color);
|
|
3436
524
|
background-color: var(--kup-hover-background-color);
|
|
3437
525
|
}
|
|
@@ -3456,90 +544,75 @@ tr.selected .fixed-row {
|
|
|
3456
544
|
}
|
|
3457
545
|
|
|
3458
546
|
thead tr .fixed-column,
|
|
3459
|
-
thead tr
|
|
547
|
+
thead tr:hover:not(.group):not(.selected) .fixed-column {
|
|
3460
548
|
background-color: var(--kup-title-background-color);
|
|
3461
549
|
color: var(--kup-title-color);
|
|
3462
550
|
}
|
|
3463
551
|
|
|
3464
|
-
tfoot tr
|
|
3465
|
-
tfoot tr
|
|
552
|
+
tfoot tr:hover:not(.group):not(.selected) .fixed-row,
|
|
553
|
+
tfoot tr:hover:not(.group):not(.selected) .fixed-column {
|
|
3466
554
|
color: var(--kup-text-color);
|
|
3467
555
|
background-color: var(--kup_datatable_background_color);
|
|
3468
556
|
}
|
|
3469
557
|
|
|
3470
|
-
[
|
|
3471
|
-
|
|
558
|
+
:host([drag-enabled]) tr {
|
|
559
|
+
touch-action: none;
|
|
3472
560
|
}
|
|
3473
|
-
|
|
3474
|
-
|
|
561
|
+
|
|
562
|
+
th[kup-drag-over] {
|
|
563
|
+
background-color: rgba(var(--kup-success-color-rgb), 0.25);
|
|
3475
564
|
}
|
|
3476
|
-
|
|
3477
|
-
|
|
565
|
+
|
|
566
|
+
th[kup-draggable] {
|
|
567
|
+
cursor: grabbing !important;
|
|
568
|
+
opacity: 0.5;
|
|
3478
569
|
}
|
|
3479
570
|
|
|
3480
|
-
|
|
571
|
+
.droparea {
|
|
572
|
+
animation: fade-in 0.25s ease-out;
|
|
3481
573
|
background: var(--kup_datatable_background_color);
|
|
3482
|
-
border:
|
|
574
|
+
border-radius: 8px;
|
|
3483
575
|
box-shadow: var(--kup-box-shadow);
|
|
3484
576
|
display: none;
|
|
3485
|
-
|
|
3486
|
-
opacity: 0.5;
|
|
3487
|
-
width: 50px;
|
|
3488
|
-
transition: opacity 0.25s;
|
|
3489
|
-
}
|
|
3490
|
-
#group-column-area.visible {
|
|
3491
|
-
display: block;
|
|
577
|
+
padding: 1em 0.5em;
|
|
3492
578
|
}
|
|
3493
|
-
|
|
3494
|
-
|
|
3495
|
-
position: absolute;
|
|
3496
|
-
}
|
|
3497
|
-
#group-column-area .f-image--wrapper:first-of-type {
|
|
3498
|
-
opacity: 1;
|
|
3499
|
-
}
|
|
3500
|
-
#group-column-area .f-image--wrapper:last-of-type {
|
|
3501
|
-
opacity: 0;
|
|
3502
|
-
}
|
|
3503
|
-
#group-column-area[drag-over] {
|
|
3504
|
-
opacity: 1;
|
|
579
|
+
.droparea--visible {
|
|
580
|
+
display: flex;
|
|
3505
581
|
}
|
|
3506
|
-
|
|
3507
|
-
|
|
582
|
+
.droparea__groups {
|
|
583
|
+
border: 2px dashed var(--kup-text-color);
|
|
3508
584
|
}
|
|
3509
|
-
|
|
3510
|
-
|
|
585
|
+
.droparea__remove {
|
|
586
|
+
border: 2px dashed var(--kup-danger-color);
|
|
3511
587
|
}
|
|
3512
|
-
|
|
3513
|
-
#remove-column-area {
|
|
588
|
+
.droparea__groups, .droparea__remove {
|
|
3514
589
|
background: var(--kup_datatable_background_color);
|
|
3515
|
-
border: 2px dashed var(--kup-danger-color);
|
|
3516
590
|
box-shadow: var(--kup-box-shadow);
|
|
3517
|
-
display:
|
|
591
|
+
display: block;
|
|
3518
592
|
height: 50px;
|
|
593
|
+
margin: 0 0.5em;
|
|
3519
594
|
opacity: 0.5;
|
|
3520
|
-
|
|
595
|
+
position: relative;
|
|
3521
596
|
transition: opacity 0.25s;
|
|
597
|
+
width: 50px;
|
|
3522
598
|
}
|
|
3523
|
-
|
|
3524
|
-
display: block;
|
|
3525
|
-
}
|
|
3526
|
-
#remove-column-area .f-image--wrapper {
|
|
599
|
+
.droparea__groups .f-image, .droparea__remove .f-image {
|
|
3527
600
|
width: 100%;
|
|
3528
601
|
position: absolute;
|
|
3529
602
|
}
|
|
3530
|
-
|
|
603
|
+
.droparea__groups .f-image:first-of-type, .droparea__remove .f-image:first-of-type {
|
|
3531
604
|
opacity: 1;
|
|
3532
605
|
}
|
|
3533
|
-
|
|
606
|
+
.droparea__groups .f-image:last-of-type, .droparea__remove .f-image:last-of-type {
|
|
3534
607
|
opacity: 0;
|
|
3535
608
|
}
|
|
3536
|
-
|
|
609
|
+
.droparea__groups[kup-drag-over], .droparea__remove[kup-drag-over] {
|
|
3537
610
|
opacity: 1;
|
|
3538
611
|
}
|
|
3539
|
-
|
|
612
|
+
.droparea__groups[kup-drag-over] .f-image:first-of-type, .droparea__remove[kup-drag-over] .f-image:first-of-type {
|
|
3540
613
|
opacity: 0;
|
|
3541
614
|
}
|
|
3542
|
-
|
|
615
|
+
.droparea__groups[kup-drag-over] .f-image:last-of-type, .droparea__remove[kup-drag-over] .f-image:last-of-type {
|
|
3543
616
|
opacity: 1;
|
|
3544
617
|
}
|
|
3545
618
|
|
|
@@ -3585,191 +658,4 @@ tfoot tr.hover:not(.group):not(.selected) .fixed-column {
|
|
|
3585
658
|
/*-------------------------------------------------*/
|
|
3586
659
|
tr.clickable {
|
|
3587
660
|
cursor: pointer;
|
|
3588
|
-
}
|
|
3589
|
-
|
|
3590
|
-
/*-------------------------------------------------*/
|
|
3591
|
-
/* J S O N C l a s s e s ( c e l l s ) */
|
|
3592
|
-
/*-------------------------------------------------*/
|
|
3593
|
-
td.clickable {
|
|
3594
|
-
cursor: pointer;
|
|
3595
|
-
}
|
|
3596
|
-
|
|
3597
|
-
td.display-on-hover {
|
|
3598
|
-
opacity: 0;
|
|
3599
|
-
transition: opacity 0.25s;
|
|
3600
|
-
}
|
|
3601
|
-
td.display-on-hover:hover {
|
|
3602
|
-
opacity: 1;
|
|
3603
|
-
}
|
|
3604
|
-
|
|
3605
|
-
td.shaped {
|
|
3606
|
-
border-radius: 4px;
|
|
3607
|
-
}
|
|
3608
|
-
|
|
3609
|
-
td.strong-text {
|
|
3610
|
-
font-weight: 600;
|
|
3611
|
-
}
|
|
3612
|
-
|
|
3613
|
-
td.success-text {
|
|
3614
|
-
color: var(--kup-success-color) !important;
|
|
3615
|
-
}
|
|
3616
|
-
|
|
3617
|
-
td.warning-text {
|
|
3618
|
-
color: var(--kup-warning-color) !important;
|
|
3619
|
-
}
|
|
3620
|
-
|
|
3621
|
-
td.danger-text {
|
|
3622
|
-
color: var(--kup-danger-color) !important;
|
|
3623
|
-
}
|
|
3624
|
-
|
|
3625
|
-
td.purple-text {
|
|
3626
|
-
color: #8e15bf !important;
|
|
3627
|
-
}
|
|
3628
|
-
|
|
3629
|
-
td.success-bg {
|
|
3630
|
-
background: var(--kup-success-color) !important;
|
|
3631
|
-
color: white !important;
|
|
3632
|
-
}
|
|
3633
|
-
|
|
3634
|
-
td.warning-bg {
|
|
3635
|
-
background: var(--kup-warning-color) !important;
|
|
3636
|
-
}
|
|
3637
|
-
|
|
3638
|
-
td.danger-bg {
|
|
3639
|
-
background: var(--kup-danger-color) !important;
|
|
3640
|
-
color: white !important;
|
|
3641
|
-
}
|
|
3642
|
-
|
|
3643
|
-
td.teal-bg {
|
|
3644
|
-
background: #00b4bc !important;
|
|
3645
|
-
color: white !important;
|
|
3646
|
-
}
|
|
3647
|
-
|
|
3648
|
-
td.orange-bg {
|
|
3649
|
-
background: #f59729 !important;
|
|
3650
|
-
color: white !important;
|
|
3651
|
-
}
|
|
3652
|
-
|
|
3653
|
-
td.green-bg {
|
|
3654
|
-
background: #00be67 !important;
|
|
3655
|
-
color: white !important;
|
|
3656
|
-
}
|
|
3657
|
-
|
|
3658
|
-
td.grey-bg {
|
|
3659
|
-
background: #8d8d8d !important;
|
|
3660
|
-
color: white !important;
|
|
3661
|
-
}
|
|
3662
|
-
|
|
3663
|
-
td.purple-bg {
|
|
3664
|
-
background: #b88acc !important;
|
|
3665
|
-
color: white !important;
|
|
3666
|
-
}
|
|
3667
|
-
|
|
3668
|
-
td.top-right-indicator {
|
|
3669
|
-
position: relative !important;
|
|
3670
|
-
}
|
|
3671
|
-
td.top-right-indicator.fixed-column, td.top-right-indicator.fixed-row {
|
|
3672
|
-
position: sticky !important;
|
|
3673
|
-
}
|
|
3674
|
-
td.top-right-indicator:after {
|
|
3675
|
-
content: "";
|
|
3676
|
-
border-width: 0 0 0.5em 0.5em;
|
|
3677
|
-
border-color: transparent transparent var(--kup-secondary-color) transparent;
|
|
3678
|
-
border-style: solid;
|
|
3679
|
-
transform: rotate(270deg);
|
|
3680
|
-
position: absolute;
|
|
3681
|
-
right: 0;
|
|
3682
|
-
top: 0;
|
|
3683
|
-
}
|
|
3684
|
-
|
|
3685
|
-
td.link {
|
|
3686
|
-
color: #0000ee;
|
|
3687
|
-
text-decoration: underline;
|
|
3688
|
-
}
|
|
3689
|
-
|
|
3690
|
-
td.c-vertical-text * {
|
|
3691
|
-
text-align: center;
|
|
3692
|
-
writing-mode: vertical-lr;
|
|
3693
|
-
}
|
|
3694
|
-
|
|
3695
|
-
td.c-right-aligned * {
|
|
3696
|
-
flex-flow: row-reverse;
|
|
3697
|
-
}
|
|
3698
|
-
|
|
3699
|
-
td.c-centered * {
|
|
3700
|
-
margin: auto;
|
|
3701
|
-
max-width: max-content;
|
|
3702
|
-
}
|
|
3703
|
-
|
|
3704
|
-
td.c-fitted * {
|
|
3705
|
-
max-width: max-content;
|
|
3706
|
-
}
|
|
3707
|
-
|
|
3708
|
-
td.c-shaped * {
|
|
3709
|
-
border-radius: 4px;
|
|
3710
|
-
}
|
|
3711
|
-
|
|
3712
|
-
td.c-hor-padded * {
|
|
3713
|
-
box-sizing: border-box;
|
|
3714
|
-
padding-left: 0.5em;
|
|
3715
|
-
padding-right: 0.5em;
|
|
3716
|
-
}
|
|
3717
|
-
|
|
3718
|
-
td.c-ver-padded * {
|
|
3719
|
-
box-sizing: border-box;
|
|
3720
|
-
padding-top: 0.5em;
|
|
3721
|
-
padding-bottom: 0.5em;
|
|
3722
|
-
}
|
|
3723
|
-
|
|
3724
|
-
td.c-success-bg * {
|
|
3725
|
-
background: var(--kup-success-color) !important;
|
|
3726
|
-
color: white !important;
|
|
3727
|
-
}
|
|
3728
|
-
|
|
3729
|
-
td.c-warning-bg * {
|
|
3730
|
-
background: var(--kup-warning-color) !important;
|
|
3731
|
-
}
|
|
3732
|
-
|
|
3733
|
-
td.c-danger-bg * {
|
|
3734
|
-
background: var(--kup-danger-color) !important;
|
|
3735
|
-
color: white !important;
|
|
3736
|
-
}
|
|
3737
|
-
|
|
3738
|
-
td.c-teal-bg * {
|
|
3739
|
-
background: #00b4bc !important;
|
|
3740
|
-
color: white !important;
|
|
3741
|
-
}
|
|
3742
|
-
|
|
3743
|
-
td.c-orange-bg * {
|
|
3744
|
-
background: #f59729 !important;
|
|
3745
|
-
color: white !important;
|
|
3746
|
-
}
|
|
3747
|
-
|
|
3748
|
-
td.c-green-bg * {
|
|
3749
|
-
background: #00be67 !important;
|
|
3750
|
-
color: white !important;
|
|
3751
|
-
}
|
|
3752
|
-
|
|
3753
|
-
td.c-grey-bg * {
|
|
3754
|
-
background: #8d8d8d !important;
|
|
3755
|
-
color: white !important;
|
|
3756
|
-
}
|
|
3757
|
-
|
|
3758
|
-
td.c-purple-bg * {
|
|
3759
|
-
background: #b88acc !important;
|
|
3760
|
-
color: white !important;
|
|
3761
|
-
}
|
|
3762
|
-
|
|
3763
|
-
:host([force-one-line]) tbody tr > td.c-centered * {
|
|
3764
|
-
display: flex;
|
|
3765
|
-
max-width: max-content;
|
|
3766
|
-
width: max-content;
|
|
3767
|
-
}
|
|
3768
|
-
|
|
3769
|
-
:host([force-one-line]) tbody tr > td.c-fitted * {
|
|
3770
|
-
max-width: max-content;
|
|
3771
|
-
}
|
|
3772
|
-
|
|
3773
|
-
:host([force-one-line]) tbody tr > td.c-right-aligned * {
|
|
3774
|
-
text-align: right;
|
|
3775
661
|
}
|