@limetech/lime-elements 35.0.0-next.9 → 35.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/checkbox.template-b6c6562c.js +43 -0
- package/dist/cjs/{component-f7ef9087.js → component-66df95e7.js} +190 -132
- package/dist/cjs/{component-f532119f.js → component-67144c1c.js} +47 -3
- package/dist/cjs/{component-ed21410d.js → component-ae3bfacf.js} +367 -235
- package/dist/cjs/{component-2faaa141.js → component-cf490570.js} +213 -143
- package/dist/cjs/{component-10dbdd60.js → component-dd795ff0.js} +7 -5
- package/dist/cjs/{dateFormatter-26eac73a.js → dateFormatter-34b77ead.js} +37 -31
- package/dist/cjs/{index-e63a89d7.js → index-2a28697b.js} +27 -1
- package/dist/cjs/lime-elements.cjs.js +3 -3
- package/dist/cjs/limel-badge.cjs.entry.js +4 -4
- package/dist/cjs/limel-banner.cjs.entry.js +2 -2
- package/dist/cjs/limel-button-group.cjs.entry.js +3 -3
- package/dist/cjs/limel-button.cjs.entry.js +3 -3
- package/dist/cjs/limel-checkbox.cjs.entry.js +136 -90
- package/dist/cjs/limel-chip-set.cjs.entry.js +235 -191
- package/dist/cjs/limel-circular-progress.cjs.entry.js +3 -3
- package/dist/cjs/limel-code-editor.cjs.entry.js +50 -23
- package/dist/cjs/limel-collapsible-section.cjs.entry.js +2 -2
- package/dist/cjs/limel-color-picker-palette_2.cjs.entry.js +3 -3
- package/dist/cjs/limel-color-picker.cjs.entry.js +2 -2
- package/dist/cjs/limel-config.cjs.entry.js +2 -2
- package/dist/cjs/limel-date-picker.cjs.entry.js +8 -8
- package/dist/cjs/limel-dialog.cjs.entry.js +9 -10
- package/dist/cjs/limel-file.cjs.entry.js +11 -9
- package/dist/cjs/limel-flatpickr-adapter.cjs.entry.js +971 -657
- package/dist/cjs/limel-flex-container.cjs.entry.js +6 -2
- package/dist/cjs/limel-form.cjs.entry.js +423 -449
- package/dist/cjs/limel-grid.cjs.entry.js +2 -2
- package/dist/cjs/limel-header.cjs.entry.js +2 -2
- package/dist/cjs/limel-icon-button.cjs.entry.js +6 -6
- package/dist/cjs/limel-icon.cjs.entry.js +2 -2
- package/dist/cjs/limel-input-field.cjs.entry.js +12 -10
- package/dist/cjs/limel-linear-progress.cjs.entry.js +4 -4
- package/dist/cjs/limel-list_3.cjs.entry.js +154 -91
- package/dist/cjs/limel-menu-list.cjs.entry.js +87 -74
- package/dist/cjs/limel-menu.cjs.entry.js +2 -2
- package/dist/cjs/limel-picker.cjs.entry.js +4 -7
- package/dist/cjs/limel-popover-surface.cjs.entry.js +3 -3
- package/dist/cjs/limel-progress-flow-item.cjs.entry.js +2 -2
- package/dist/cjs/limel-progress-flow.cjs.entry.js +2 -2
- package/dist/cjs/limel-select.cjs.entry.js +6 -6
- package/dist/cjs/limel-slider.cjs.entry.js +34 -7
- package/dist/cjs/limel-snackbar.cjs.entry.js +79 -73
- package/dist/cjs/limel-spinner.cjs.entry.js +2 -2
- package/dist/cjs/limel-switch.cjs.entry.js +498 -202
- package/dist/cjs/limel-tab-bar.cjs.entry.js +263 -186
- package/dist/cjs/limel-tab-panel.cjs.entry.js +2 -2
- package/dist/cjs/limel-table.cjs.entry.js +73 -13
- package/dist/cjs/limel-tooltip_2.cjs.entry.js +3 -3
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/{moment-d287c0ed.js → moment-5c6581b7.js} +94 -79
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/badge/badge.css +9 -15
- package/dist/collection/components/badge/badge.js +2 -2
- package/dist/collection/components/button/button.css +333 -145
- package/dist/collection/components/button-group/button-group.css +30 -5
- package/dist/collection/components/checkbox/checkbox.css +71 -20
- package/dist/collection/components/checkbox/checkbox.js +5 -4
- package/dist/collection/components/checkbox/checkbox.template.js +24 -20
- package/dist/collection/components/chip-set/chip-set.css +367 -34
- package/dist/collection/components/circular-progress/circular-progress.css +2 -2
- package/dist/collection/components/code-editor/code-editor.css +8 -13
- package/dist/collection/components/date-picker/flatpickr-adapter/flatpickr-adapter.css +1 -1
- package/dist/collection/components/dialog/dialog.css +153 -109
- package/dist/collection/components/dialog/dialog.js +7 -0
- package/dist/collection/components/file/icon-background-colors.js +2 -1
- package/dist/collection/components/file/icon-fill-colors.js +2 -1
- package/dist/collection/components/file/icons.js +1 -1
- package/dist/collection/components/flex-container/flex-container.js +10 -0
- package/dist/collection/components/form/fields/schema-field.js +0 -1
- package/dist/collection/components/form/form.css +5 -1
- package/dist/collection/components/form/form.js +34 -0
- package/dist/collection/components/form/form.types.js +0 -1
- package/dist/collection/components/form/templates/common.js +4 -1
- package/dist/collection/components/icon-button/icon-button.css +116 -59
- package/dist/collection/components/icon-button/icon-button.js +1 -0
- package/dist/collection/components/input-field/input-field.css +344 -29
- package/dist/collection/components/input-field/input-field.js +5 -3
- package/dist/collection/components/linear-progress/linear-progress.css +14 -2
- package/dist/collection/components/list/list-renderer.js +1 -4
- package/dist/collection/components/list/list.css +938 -93
- package/dist/collection/components/list/list.js +13 -6
- package/dist/collection/components/menu-list/menu-list-renderer.js +1 -4
- package/dist/collection/components/menu-list/menu-list.css +938 -93
- package/dist/collection/components/menu-surface/menu-surface.css +31 -7
- package/dist/collection/components/picker/picker.js +4 -6
- package/dist/collection/components/popover-surface/popover-surface.css +1 -0
- package/dist/collection/components/select/select.css +424 -17
- package/dist/collection/components/select/select.template.js +1 -1
- package/dist/collection/components/slider/slider.css +49 -2
- package/dist/collection/components/snackbar/snackbar.css +588 -301
- package/dist/collection/components/switch/switch.css +592 -222
- package/dist/collection/components/switch/switch.js +18 -12
- package/dist/collection/components/tab-bar/tab-bar.css +77 -48
- package/dist/collection/components/table/table.css +219 -165
- package/dist/collection/components/table/table.js +99 -15
- package/dist/collection/components/table/table.types.js +0 -1
- package/dist/collection/style/functions.scss +3 -1
- package/dist/collection/style/internal/lime-theme.scss +30 -31
- package/dist/collection/style/internal/lime-typography.scss +55 -56
- package/dist/esm/checkbox.template-2f1bbc98.js +41 -0
- package/dist/esm/{component-89e0ce26.js → component-19eb6e2b.js} +7 -5
- package/dist/esm/{component-2630c3d7.js → component-288691f3.js} +367 -235
- package/dist/esm/{component-d682c974.js → component-410aad5a.js} +44 -4
- package/dist/esm/{component-429e92ee.js → component-5b4ac85a.js} +213 -143
- package/dist/esm/{component-834d85a1.js → component-fffa3419.js} +190 -132
- package/dist/esm/{dateFormatter-c9b41548.js → dateFormatter-ed618478.js} +37 -31
- package/dist/esm/{index-2316f345.js → index-11cd0b60.js} +27 -1
- package/dist/esm/lime-elements.js +3 -3
- package/dist/esm/limel-badge.entry.js +4 -4
- package/dist/esm/limel-banner.entry.js +2 -2
- package/dist/esm/limel-button-group.entry.js +3 -3
- package/dist/esm/limel-button.entry.js +3 -3
- package/dist/esm/limel-checkbox.entry.js +136 -90
- package/dist/esm/limel-chip-set.entry.js +235 -191
- package/dist/esm/limel-circular-progress.entry.js +3 -3
- package/dist/esm/limel-code-editor.entry.js +50 -23
- package/dist/esm/limel-collapsible-section.entry.js +2 -2
- package/dist/esm/limel-color-picker-palette_2.entry.js +3 -3
- package/dist/esm/limel-color-picker.entry.js +2 -2
- package/dist/esm/limel-config.entry.js +2 -2
- package/dist/esm/limel-date-picker.entry.js +8 -8
- package/dist/esm/limel-dialog.entry.js +9 -10
- package/dist/esm/limel-file.entry.js +11 -9
- package/dist/esm/limel-flatpickr-adapter.entry.js +971 -657
- package/dist/esm/limel-flex-container.entry.js +6 -2
- package/dist/esm/limel-form.entry.js +424 -450
- package/dist/esm/limel-grid.entry.js +2 -2
- package/dist/esm/limel-header.entry.js +2 -2
- package/dist/esm/limel-icon-button.entry.js +6 -6
- package/dist/esm/limel-icon.entry.js +2 -2
- package/dist/esm/limel-input-field.entry.js +12 -10
- package/dist/esm/limel-linear-progress.entry.js +4 -4
- package/dist/esm/limel-list_3.entry.js +154 -91
- package/dist/esm/limel-menu-list.entry.js +87 -74
- package/dist/esm/limel-menu.entry.js +2 -2
- package/dist/esm/limel-picker.entry.js +4 -7
- package/dist/esm/limel-popover-surface.entry.js +3 -3
- package/dist/esm/limel-progress-flow-item.entry.js +2 -2
- package/dist/esm/limel-progress-flow.entry.js +2 -2
- package/dist/esm/limel-select.entry.js +6 -6
- package/dist/esm/limel-slider.entry.js +34 -7
- package/dist/esm/limel-snackbar.entry.js +79 -73
- package/dist/esm/limel-spinner.entry.js +2 -2
- package/dist/esm/limel-switch.entry.js +498 -202
- package/dist/esm/limel-tab-bar.entry.js +263 -186
- package/dist/esm/limel-tab-panel.entry.js +2 -2
- package/dist/esm/limel-table.entry.js +73 -13
- package/dist/esm/limel-tooltip_2.entry.js +3 -3
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{moment-8dadd938.js → moment-29c213b7.js} +94 -79
- package/dist/esm/polyfills/css-shim.js +1 -1
- package/dist/lime-elements/lime-elements.esm.js +1 -1
- package/dist/lime-elements/p-04b5bc13.entry.js +82 -0
- package/dist/lime-elements/p-101af376.entry.js +1 -0
- package/dist/lime-elements/p-1c284626.js +73 -0
- package/dist/lime-elements/p-1ede893b.js +1 -0
- package/dist/lime-elements/p-2639edf9.entry.js +73 -0
- package/dist/lime-elements/p-2da6e2a3.entry.js +1 -0
- package/dist/lime-elements/p-2ff40ce6.js +3 -0
- package/dist/lime-elements/{p-887d5bda.entry.js → p-358706b6.entry.js} +1 -1
- package/dist/lime-elements/p-36ecbd03.entry.js +1 -0
- package/dist/lime-elements/p-404e1465.entry.js +1 -0
- package/dist/lime-elements/p-42b67933.entry.js +1 -0
- package/dist/lime-elements/p-440454ed.entry.js +1 -0
- package/dist/lime-elements/{p-076bd4dc.js → p-48d4ef20.js} +3 -3
- package/dist/lime-elements/p-53e01330.entry.js +1 -0
- package/dist/lime-elements/p-5908c21d.entry.js +1 -0
- package/dist/lime-elements/p-5b7a8c61.entry.js +20 -0
- package/dist/lime-elements/p-63e25a0a.entry.js +1 -0
- package/dist/lime-elements/p-6e7809a6.entry.js +1 -0
- package/dist/lime-elements/p-705334c1.entry.js +1 -0
- package/dist/lime-elements/p-716a6acd.entry.js +16 -0
- package/dist/lime-elements/p-71efe2ca.entry.js +37 -0
- package/dist/lime-elements/{p-e1928c0e.js → p-72e03943.js} +1 -1
- package/dist/lime-elements/p-80327bb8.entry.js +16 -0
- package/dist/lime-elements/p-83ea517b.entry.js +1 -0
- package/dist/lime-elements/p-87a1e1cb.entry.js +1 -0
- package/dist/lime-elements/{p-8ad5e143.entry.js → p-94899019.entry.js} +1 -1
- package/dist/lime-elements/p-95f275ab.entry.js +1 -0
- package/dist/lime-elements/p-96f4b892.entry.js +131 -0
- package/dist/lime-elements/p-97d6c4a6.entry.js +1 -0
- package/dist/lime-elements/p-a465084b.entry.js +82 -0
- package/dist/lime-elements/p-a5af84a7.entry.js +1 -0
- package/dist/lime-elements/p-b91dc1ef.entry.js +1 -0
- package/dist/lime-elements/p-bd8c9384.entry.js +1 -0
- package/dist/lime-elements/p-c4b38454.entry.js +1 -0
- package/dist/lime-elements/p-c7953a05.entry.js +82 -0
- package/dist/lime-elements/p-c80acfb2.entry.js +59 -0
- package/dist/lime-elements/p-cbc43682.js +81 -0
- package/dist/lime-elements/{p-ace9affc.js → p-d0a7de87.js} +2 -2
- package/dist/lime-elements/p-d1ee4501.entry.js +37 -0
- package/dist/lime-elements/p-d74fa89e.entry.js +1 -0
- package/dist/lime-elements/p-da962c64.entry.js +1 -0
- package/dist/lime-elements/p-dfba92de.js +126 -0
- package/dist/lime-elements/p-dfbe015e.entry.js +1 -0
- package/dist/lime-elements/p-e83dddcd.entry.js +126 -0
- package/dist/lime-elements/p-e98d76e8.entry.js +59 -0
- package/dist/lime-elements/{p-92146da6.js → p-e9a95b8f.js} +1 -1
- package/dist/lime-elements/p-eae8c615.entry.js +1 -0
- package/dist/lime-elements/p-ed65468d.entry.js +1 -0
- package/dist/lime-elements/p-f0c9dadd.entry.js +1 -0
- package/dist/lime-elements/style/functions.scss +3 -1
- package/dist/lime-elements/style/internal/lime-theme.scss +30 -31
- package/dist/lime-elements/style/internal/lime-typography.scss +55 -56
- package/dist/types/components/badge/badge.d.ts +1 -1
- package/dist/types/components/checkbox/checkbox.d.ts +3 -2
- package/dist/types/components/checkbox/checkbox.template.d.ts +1 -0
- package/dist/types/components/dialog/dialog.d.ts +7 -0
- package/dist/types/components/flex-container/flex-container.d.ts +7 -0
- package/dist/types/components/form/fields/array-field.d.ts +0 -1
- package/dist/types/components/form/fields/object-field.d.ts +2 -2
- package/dist/types/components/form/form.d.ts +8 -1
- package/dist/types/components/form/form.types.d.ts +6 -0
- package/dist/types/components/picker/picker.d.ts +2 -1
- package/dist/types/components/switch/switch.d.ts +2 -2
- package/dist/types/components/table/table.d.ts +10 -1
- package/dist/types/components/table/table.types.d.ts +13 -0
- package/dist/types/components.d.ts +20 -4
- package/dist/types/stencil-public-runtime.d.ts +6 -4
- package/package.json +30 -43
- package/dist/cjs/checkbox.template-50eb8b76.js +0 -39
- package/dist/esm/checkbox.template-50f7c07b.js +0 -37
- package/dist/lime-elements/p-041ae00c.entry.js +0 -1
- package/dist/lime-elements/p-0ce9165f.entry.js +0 -1
- package/dist/lime-elements/p-0fd208f3.entry.js +0 -82
- package/dist/lime-elements/p-143705b1.entry.js +0 -1
- package/dist/lime-elements/p-1876a96a.entry.js +0 -1
- package/dist/lime-elements/p-1fb5340d.entry.js +0 -1
- package/dist/lime-elements/p-250f55be.js +0 -1
- package/dist/lime-elements/p-29f054cc.entry.js +0 -37
- package/dist/lime-elements/p-31fecf5d.entry.js +0 -1
- package/dist/lime-elements/p-34c7872e.entry.js +0 -1
- package/dist/lime-elements/p-3ae6bb75.entry.js +0 -82
- package/dist/lime-elements/p-3ae6dfba.entry.js +0 -73
- package/dist/lime-elements/p-468e940e.entry.js +0 -16
- package/dist/lime-elements/p-4932c029.entry.js +0 -1
- package/dist/lime-elements/p-4b5af81b.entry.js +0 -1
- package/dist/lime-elements/p-510bb5a4.entry.js +0 -1
- package/dist/lime-elements/p-58cbe99d.entry.js +0 -1
- package/dist/lime-elements/p-597cbe05.entry.js +0 -1
- package/dist/lime-elements/p-6003f817.entry.js +0 -1
- package/dist/lime-elements/p-668795a7.js +0 -73
- package/dist/lime-elements/p-714fde78.entry.js +0 -1
- package/dist/lime-elements/p-7476efe0.entry.js +0 -1
- package/dist/lime-elements/p-8a2c1038.entry.js +0 -16
- package/dist/lime-elements/p-902347b9.js +0 -81
- package/dist/lime-elements/p-90c6fa15.js +0 -126
- package/dist/lime-elements/p-90f3e17c.entry.js +0 -37
- package/dist/lime-elements/p-a2cf74c1.entry.js +0 -1
- package/dist/lime-elements/p-a397bab7.js +0 -3
- package/dist/lime-elements/p-a4c532a7.entry.js +0 -1
- package/dist/lime-elements/p-be56ffab.entry.js +0 -1
- package/dist/lime-elements/p-c306c953.entry.js +0 -1
- package/dist/lime-elements/p-c35874db.entry.js +0 -1
- package/dist/lime-elements/p-c8c8a946.entry.js +0 -59
- package/dist/lime-elements/p-ca664c9f.entry.js +0 -1
- package/dist/lime-elements/p-d2c74396.entry.js +0 -1
- package/dist/lime-elements/p-d48ad9f7.entry.js +0 -126
- package/dist/lime-elements/p-d93a3b07.entry.js +0 -16
- package/dist/lime-elements/p-df8faeb4.entry.js +0 -59
- package/dist/lime-elements/p-dfe0a58b.entry.js +0 -1
- package/dist/lime-elements/p-e275f502.entry.js +0 -37
- package/dist/lime-elements/p-e881e98d.entry.js +0 -1
- package/dist/lime-elements/p-f2c706b8.entry.js +0 -131
- package/dist/lime-elements/p-fc30b8e3.entry.js +0 -1
|
@@ -693,7 +693,7 @@
|
|
|
693
693
|
.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {
|
|
694
694
|
display: inline-block;
|
|
695
695
|
position: absolute;
|
|
696
|
-
top: calc(5px + .4em);
|
|
696
|
+
top: calc(5px + 0.4em);
|
|
697
697
|
right: 10px;
|
|
698
698
|
height: 7px;
|
|
699
699
|
width: 7px;
|
|
@@ -935,6 +935,144 @@ body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
|
|
|
935
935
|
background: #333;
|
|
936
936
|
}
|
|
937
937
|
|
|
938
|
+
:host {
|
|
939
|
+
display: block;
|
|
940
|
+
--table-header-background-color: var(--contrast-500);
|
|
941
|
+
--table-header-background-color--hover: var(--contrast-400);
|
|
942
|
+
--table-header-background-color-when-being-dragged: var(--contrast-100);
|
|
943
|
+
--table-row-background-color--odd: var(--contrast-200);
|
|
944
|
+
--table-row-background-color--even: var(--contrast-100);
|
|
945
|
+
--table-row-background-color--hover: var(--contrast-100);
|
|
946
|
+
--table-row-background-color--active: var(--color-teal-lighter);
|
|
947
|
+
--table-arrow-color: var(--contrast-800);
|
|
948
|
+
--table-arrow-color--active: var(--mdc-theme-primary);
|
|
949
|
+
}
|
|
950
|
+
|
|
951
|
+
#tabulator-container,
|
|
952
|
+
#tabulator-table {
|
|
953
|
+
height: 100%;
|
|
954
|
+
width: 100%;
|
|
955
|
+
}
|
|
956
|
+
|
|
957
|
+
.tabulator {
|
|
958
|
+
display: flex;
|
|
959
|
+
flex-direction: column;
|
|
960
|
+
}
|
|
961
|
+
.tabulator * {
|
|
962
|
+
box-sizing: border-box;
|
|
963
|
+
}
|
|
964
|
+
.tabulator .tabulator-header {
|
|
965
|
+
flex-shrink: 0;
|
|
966
|
+
}
|
|
967
|
+
.tabulator .tabulator-tableHolder {
|
|
968
|
+
isolation: isolate;
|
|
969
|
+
flex-grow: 1;
|
|
970
|
+
height: unset !important;
|
|
971
|
+
max-height: unset !important;
|
|
972
|
+
min-height: unset !important;
|
|
973
|
+
}
|
|
974
|
+
.tabulator .tabulator-footer {
|
|
975
|
+
flex-shrink: 0;
|
|
976
|
+
}
|
|
977
|
+
|
|
978
|
+
#tabulator-container:not(.has-pagination) .tabulator-paginator {
|
|
979
|
+
visibility: hidden;
|
|
980
|
+
display: none !important;
|
|
981
|
+
}
|
|
982
|
+
|
|
983
|
+
#tabulator-container {
|
|
984
|
+
position: relative;
|
|
985
|
+
}
|
|
986
|
+
|
|
987
|
+
#tabulator-container,
|
|
988
|
+
#tabulator-table {
|
|
989
|
+
-moz-osx-font-smoothing: grayscale;
|
|
990
|
+
-webkit-font-smoothing: antialiased;
|
|
991
|
+
font-family: Roboto, sans-serif;
|
|
992
|
+
/* @alternate */
|
|
993
|
+
font-family: var(--mdc-typography-font-family, Roboto, sans-serif);
|
|
994
|
+
background-color: transparent;
|
|
995
|
+
border: none;
|
|
996
|
+
}
|
|
997
|
+
|
|
998
|
+
.tabulator .tabulator-header {
|
|
999
|
+
border-bottom: 0;
|
|
1000
|
+
background-color: rgb(var(--table-header-background-color));
|
|
1001
|
+
}
|
|
1002
|
+
.tabulator .tabulator-header .tabulator-headers {
|
|
1003
|
+
width: fit-content;
|
|
1004
|
+
}
|
|
1005
|
+
.tabulator .tabulator-header .tabulator-col {
|
|
1006
|
+
transition: background-color 0.2s ease;
|
|
1007
|
+
background-color: rgb(var(--table-header-background-color));
|
|
1008
|
+
border-right-color: rgb(var(--contrast-200));
|
|
1009
|
+
}
|
|
1010
|
+
.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
|
|
1011
|
+
background-color: rgb(var(--table-header-background-color--hover));
|
|
1012
|
+
}
|
|
1013
|
+
.tabulator .tabulator-header .tabulator-col-title {
|
|
1014
|
+
font-weight: 500;
|
|
1015
|
+
padding-left: 0.125rem;
|
|
1016
|
+
line-height: 1.25rem;
|
|
1017
|
+
}
|
|
1018
|
+
|
|
1019
|
+
.tabulator-row.tabulator-selectable {
|
|
1020
|
+
transition: background-color 0.2s ease;
|
|
1021
|
+
}
|
|
1022
|
+
.tabulator-row.tabulator-selectable:not(.active):hover {
|
|
1023
|
+
background-color: rgb(var(--table-header-background-color));
|
|
1024
|
+
}
|
|
1025
|
+
.tabulator-row.tabulator-row-odd {
|
|
1026
|
+
background-color: rgb(var(--table-row-background-color--odd));
|
|
1027
|
+
}
|
|
1028
|
+
.tabulator-row.tabulator-row-even {
|
|
1029
|
+
background-color: rgb(var(--table-row-background-color--even));
|
|
1030
|
+
}
|
|
1031
|
+
.tabulator-row.active, .tabulator-row.active:hover {
|
|
1032
|
+
background-color: rgb(var(--table-row-background-color--active));
|
|
1033
|
+
}
|
|
1034
|
+
.tabulator-row .tabulator-cell {
|
|
1035
|
+
border-right: transparent;
|
|
1036
|
+
padding: 0.5rem;
|
|
1037
|
+
display: inline-flex;
|
|
1038
|
+
align-items: center;
|
|
1039
|
+
}
|
|
1040
|
+
.tabulator-row .tabulator-cell[style*="text-align: right;"] {
|
|
1041
|
+
justify-content: flex-end;
|
|
1042
|
+
}
|
|
1043
|
+
.tabulator-row .tabulator-cell[style*="text-align: center;"] {
|
|
1044
|
+
justify-content: center;
|
|
1045
|
+
}
|
|
1046
|
+
|
|
1047
|
+
.tabulator-col,
|
|
1048
|
+
.tabulator-cell {
|
|
1049
|
+
max-width: 37.5rem;
|
|
1050
|
+
font-size: 0.8125rem;
|
|
1051
|
+
}
|
|
1052
|
+
|
|
1053
|
+
#tabulator-loader,
|
|
1054
|
+
#tabulator-empty-text {
|
|
1055
|
+
position: absolute;
|
|
1056
|
+
width: 100%;
|
|
1057
|
+
height: 100%;
|
|
1058
|
+
z-index: 1;
|
|
1059
|
+
display: flex;
|
|
1060
|
+
align-items: center;
|
|
1061
|
+
justify-content: center;
|
|
1062
|
+
}
|
|
1063
|
+
|
|
1064
|
+
#tabulator-loader {
|
|
1065
|
+
background-color: rgba(var(--contrast-100), 0.6);
|
|
1066
|
+
cursor: wait;
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1069
|
+
#tabulator-empty-text {
|
|
1070
|
+
color: rgb(var(--contrast-800));
|
|
1071
|
+
font-weight: bold;
|
|
1072
|
+
font-size: 1.25rem;
|
|
1073
|
+
pointer-events: none;
|
|
1074
|
+
}
|
|
1075
|
+
|
|
938
1076
|
/*
|
|
939
1077
|
* This file is imported into every component!
|
|
940
1078
|
*
|
|
@@ -955,10 +1093,13 @@ body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
|
|
|
955
1093
|
border-bottom-color: rgb(var(--table-arrow-color)) !important;
|
|
956
1094
|
}
|
|
957
1095
|
[aria-sort=desc] .tabulator-arrow {
|
|
958
|
-
border-top-color:
|
|
1096
|
+
border-top-color: var(--table-arrow-color--active) !important;
|
|
959
1097
|
}
|
|
960
1098
|
[aria-sort=asc] .tabulator-arrow {
|
|
961
|
-
border-bottom-color:
|
|
1099
|
+
border-bottom-color: var(--table-arrow-color--active) !important;
|
|
1100
|
+
}
|
|
1101
|
+
[aria-sort=desc] .tabulator-arrow:after, [aria-sort=asc] .tabulator-arrow:after {
|
|
1102
|
+
background-color: var(--table-arrow-color--active);
|
|
962
1103
|
}
|
|
963
1104
|
.tabulator-arrow:before, .tabulator-arrow:after {
|
|
964
1105
|
display: block;
|
|
@@ -974,6 +1115,9 @@ body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
|
|
|
974
1115
|
left: -0.25rem;
|
|
975
1116
|
top: 0.25rem;
|
|
976
1117
|
}
|
|
1118
|
+
.tabulator-col.tabulator-sortable:hover .tabulator-arrow:before {
|
|
1119
|
+
background-color: rgb(var(--table-header-background-color--hover));
|
|
1120
|
+
}
|
|
977
1121
|
.tabulator-arrow:after {
|
|
978
1122
|
width: 0.125rem;
|
|
979
1123
|
background-color: rgb(var(--table-arrow-color));
|
|
@@ -990,9 +1134,6 @@ body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
|
|
|
990
1134
|
[aria-sort=desc] .tabulator-arrow:after {
|
|
991
1135
|
top: -0.6875rem;
|
|
992
1136
|
}
|
|
993
|
-
[aria-sort=desc] .tabulator-arrow:after, [aria-sort=asc] .tabulator-arrow:after {
|
|
994
|
-
background-color: rgb(var(--table-arrow-color--active));
|
|
995
|
-
}
|
|
996
1137
|
|
|
997
1138
|
@keyframes indicate-sortable-column {
|
|
998
1139
|
0%, 100% {
|
|
@@ -1015,13 +1156,13 @@ body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
|
|
|
1015
1156
|
* Nothing in this file may output any CSS
|
|
1016
1157
|
* without being explicitly called by outside code.
|
|
1017
1158
|
*/
|
|
1018
|
-
.tabulator .tabulator-footer {
|
|
1019
|
-
transition: transform 0.5s ease-out, opacity 0.35s ease;
|
|
1020
|
-
}
|
|
1021
1159
|
.tabulator .tabulator-footer .tabulator-paginator {
|
|
1160
|
+
box-sizing: border-box;
|
|
1022
1161
|
display: grid;
|
|
1023
1162
|
grid-auto-flow: column;
|
|
1024
1163
|
justify-content: end;
|
|
1164
|
+
padding-top: 0.25rem;
|
|
1165
|
+
padding-bottom: 0.25rem;
|
|
1025
1166
|
}
|
|
1026
1167
|
.tabulator .tabulator-footer .tabulator-paginator .tabulator-pages {
|
|
1027
1168
|
margin: 0 0.5rem;
|
|
@@ -1037,7 +1178,7 @@ body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
|
|
|
1037
1178
|
margin: 0;
|
|
1038
1179
|
border: none;
|
|
1039
1180
|
border-radius: 2.5rem;
|
|
1040
|
-
color:
|
|
1181
|
+
color: rgb(var(--contrast-1200)) !important;
|
|
1041
1182
|
background-color: transparent;
|
|
1042
1183
|
}
|
|
1043
1184
|
.tabulator .tabulator-footer .tabulator-paginator .tabulator-page:not([disabled]) {
|
|
@@ -1051,12 +1192,11 @@ body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
|
|
|
1051
1192
|
transform: translate3d(0, 0.08rem, 0);
|
|
1052
1193
|
}
|
|
1053
1194
|
.tabulator .tabulator-footer .tabulator-paginator .tabulator-page:hover {
|
|
1054
|
-
color:
|
|
1055
|
-
background-color: rgb(var(--contrast-200));
|
|
1195
|
+
background-color: rgb(var(--contrast-100));
|
|
1056
1196
|
}
|
|
1057
1197
|
.tabulator .tabulator-footer .tabulator-paginator .tabulator-page.active {
|
|
1198
|
+
background-color: rgb(var(--contrast-100));
|
|
1058
1199
|
box-shadow: var(--button-shadow-inset);
|
|
1059
|
-
background-color: #fff;
|
|
1060
1200
|
}
|
|
1061
1201
|
.tabulator .tabulator-footer .tabulator-paginator .tabulator-page:disabled {
|
|
1062
1202
|
cursor: not-allowed;
|
|
@@ -1065,23 +1205,6 @@ body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
|
|
|
1065
1205
|
background-color: transparent;
|
|
1066
1206
|
}
|
|
1067
1207
|
|
|
1068
|
-
.tabulator:not(.has-pagination):not(.has-aggregation) .tabulator-tableHolder {
|
|
1069
|
-
height: calc(100% - 2.125rem) !important;
|
|
1070
|
-
max-height: calc(100% - 2.125rem) !important;
|
|
1071
|
-
}
|
|
1072
|
-
.tabulator:not(.has-pagination).has-aggregation .tabulator-tableHolder {
|
|
1073
|
-
height: calc( 100% - ( 2.125rem + 2.25rem ) ) !important;
|
|
1074
|
-
max-height: calc( 100% - ( 2.125rem + 2.25rem ) ) !important;
|
|
1075
|
-
}
|
|
1076
|
-
.tabulator:not(.has-pagination) .tabulator-footer {
|
|
1077
|
-
pointer-events: none;
|
|
1078
|
-
}
|
|
1079
|
-
.tabulator:not(.has-pagination) .tabulator-footer .tabulator-paginator {
|
|
1080
|
-
visibility: hidden;
|
|
1081
|
-
opacity: 0;
|
|
1082
|
-
transform: translateY(2.5rem);
|
|
1083
|
-
}
|
|
1084
|
-
|
|
1085
1208
|
.tabulator-page[data-page=first], .tabulator-page[data-page=prev], .tabulator-page[data-page=next], .tabulator-page[data-page=last] {
|
|
1086
1209
|
font-size: 0;
|
|
1087
1210
|
color: transparent !important;
|
|
@@ -1173,7 +1296,7 @@ body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
|
|
|
1173
1296
|
background-color: rgb(var(--table-row-background-color--hover));
|
|
1174
1297
|
}
|
|
1175
1298
|
|
|
1176
|
-
:host(.has-low-density) #tabulator-
|
|
1299
|
+
:host(.has-low-density) #tabulator-container {
|
|
1177
1300
|
width: max-content;
|
|
1178
1301
|
max-width: 100%;
|
|
1179
1302
|
margin: auto;
|
|
@@ -1181,25 +1304,19 @@ body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
|
|
|
1181
1304
|
:host(.has-low-density) .tabulator-table {
|
|
1182
1305
|
background-color: transparent;
|
|
1183
1306
|
}
|
|
1184
|
-
:host(.has-low-density) .tabulator-headers {
|
|
1185
|
-
padding: 0 0.5rem;
|
|
1186
|
-
}
|
|
1187
1307
|
:host(.has-low-density) .tabulator-header {
|
|
1188
|
-
|
|
1308
|
+
border-radius: 0.375rem;
|
|
1189
1309
|
}
|
|
1190
1310
|
:host(.has-low-density) .tabulator-header .tabulator-col-content {
|
|
1191
1311
|
padding-left: 0.5rem;
|
|
1192
1312
|
}
|
|
1193
|
-
:host(.has-low-density) .tabulator-
|
|
1194
|
-
border-radius: 0.
|
|
1313
|
+
:host(.has-low-density) .tabulator-footer {
|
|
1314
|
+
border-radius: 0.5rem;
|
|
1195
1315
|
}
|
|
1196
|
-
:host(.has-low-density) .tabulator-
|
|
1197
|
-
border-radius: 0 0.
|
|
1316
|
+
:host(.has-low-density) .tabulator-calcs-holder {
|
|
1317
|
+
border-radius: 0.5rem 0.5rem 0 0;
|
|
1198
1318
|
}
|
|
1199
1319
|
:host(.has-low-density) .tabulator-row {
|
|
1200
|
-
width: calc( 100% - 1rem );
|
|
1201
|
-
margin-right: auto;
|
|
1202
|
-
margin-left: auto;
|
|
1203
1320
|
border-radius: 0.5rem;
|
|
1204
1321
|
}
|
|
1205
1322
|
:host(.has-low-density) .tabulator-row:not(.tabulator-calcs-bottom) {
|
|
@@ -1220,6 +1337,31 @@ body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
|
|
|
1220
1337
|
border-radius: 0 0.5rem 0.5rem 0;
|
|
1221
1338
|
}
|
|
1222
1339
|
|
|
1340
|
+
:host(.has-pagination-on-top) .tabulator .tabulator-header {
|
|
1341
|
+
order: 2;
|
|
1342
|
+
}
|
|
1343
|
+
:host(.has-pagination-on-top) .tabulator .tabulator-tableHolder {
|
|
1344
|
+
order: 3;
|
|
1345
|
+
}
|
|
1346
|
+
:host(.has-pagination-on-top) .tabulator .tabulator-footer {
|
|
1347
|
+
order: 1;
|
|
1348
|
+
background-color: transparent;
|
|
1349
|
+
}
|
|
1350
|
+
:host(.has-pagination-on-top) .tabulator .tabulator-calcs-holder {
|
|
1351
|
+
position: absolute;
|
|
1352
|
+
bottom: 0;
|
|
1353
|
+
}
|
|
1354
|
+
:host(.has-pagination-on-top) .has-aggregation .tabulator-tableHolder {
|
|
1355
|
+
margin-bottom: 1.5rem;
|
|
1356
|
+
}
|
|
1357
|
+
:host(.has-pagination-on-top) .select-all {
|
|
1358
|
+
top: 2.625rem;
|
|
1359
|
+
}
|
|
1360
|
+
:host(.has-pagination-on-top) #tabulator-container:not(.has-pagination) .tabulator-paginator {
|
|
1361
|
+
display: grid !important;
|
|
1362
|
+
opacity: 0;
|
|
1363
|
+
}
|
|
1364
|
+
|
|
1223
1365
|
/*
|
|
1224
1366
|
* This file is imported into every component!
|
|
1225
1367
|
*
|
|
@@ -1260,13 +1402,13 @@ body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
|
|
|
1260
1402
|
transform: rotate(-2deg);
|
|
1261
1403
|
}
|
|
1262
1404
|
}
|
|
1263
|
-
.
|
|
1405
|
+
.has-movable-columns .tabulator-header {
|
|
1264
1406
|
overflow-y: visible;
|
|
1265
1407
|
}
|
|
1266
|
-
.
|
|
1408
|
+
.has-movable-columns .tabulator-header .tabulator-col:not(.tabulator-frozen) {
|
|
1267
1409
|
cursor: move !important;
|
|
1268
1410
|
}
|
|
1269
|
-
.
|
|
1411
|
+
.has-movable-columns .tabulator-header .tabulator-col:not(.tabulator-frozen).tabulator-sortable.tabulator-moving {
|
|
1270
1412
|
animation: detach-a-column-header 0.2s ease forwards;
|
|
1271
1413
|
opacity: 0.9;
|
|
1272
1414
|
border: none;
|
|
@@ -1274,13 +1416,34 @@ body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
|
|
|
1274
1416
|
background-color: rgb(var(---table-header-background-color-when-being-dragged));
|
|
1275
1417
|
box-shadow: var(--shadow-depth-16);
|
|
1276
1418
|
}
|
|
1277
|
-
.
|
|
1419
|
+
.has-movable-columns .tabulator-header .tabulator-col:not(.tabulator-frozen).tabulator-sortable.tabulator-moving:hover {
|
|
1278
1420
|
background-color: rgb(var(---table-header-background-color-when-being-dragged));
|
|
1279
1421
|
}
|
|
1280
|
-
.
|
|
1422
|
+
.has-movable-columns .tabulator-header .tabulator-col:not(.tabulator-frozen).tabulator-sortable.tabulator-moving .tabulator-arrow:before {
|
|
1281
1423
|
background-color: rgb(var(---table-header-background-color-when-being-dragged));
|
|
1282
1424
|
}
|
|
1283
1425
|
|
|
1426
|
+
.tabulator .tabulator-footer {
|
|
1427
|
+
transition: transform 0.5s ease-out, opacity 0.35s ease;
|
|
1428
|
+
padding-top: 0;
|
|
1429
|
+
padding-bottom: 0;
|
|
1430
|
+
background-color: rgb(var(--table-header-background-color--hover));
|
|
1431
|
+
border: none;
|
|
1432
|
+
user-select: auto;
|
|
1433
|
+
}
|
|
1434
|
+
.tabulator .tabulator-footer .tabulator-calcs-holder {
|
|
1435
|
+
border-color: rgb(var(--contrast-600));
|
|
1436
|
+
margin-top: 0;
|
|
1437
|
+
margin-bottom: 0;
|
|
1438
|
+
}
|
|
1439
|
+
.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-calcs {
|
|
1440
|
+
cursor: default;
|
|
1441
|
+
}
|
|
1442
|
+
.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-cell {
|
|
1443
|
+
padding-top: 0.1875rem;
|
|
1444
|
+
padding-bottom: 0.1875rem;
|
|
1445
|
+
}
|
|
1446
|
+
|
|
1284
1447
|
/*
|
|
1285
1448
|
* This file is imported into every component!
|
|
1286
1449
|
*
|
|
@@ -1289,14 +1452,14 @@ body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
|
|
|
1289
1452
|
*/
|
|
1290
1453
|
.select-all,
|
|
1291
1454
|
.limel-table--row-selector {
|
|
1292
|
-
--mdc-checkbox-
|
|
1455
|
+
--mdc-checkbox-touch-target-size: 1rem;
|
|
1293
1456
|
}
|
|
1294
1457
|
|
|
1295
1458
|
.select-all {
|
|
1296
1459
|
position: absolute;
|
|
1297
1460
|
z-index: 1;
|
|
1298
1461
|
left: 0;
|
|
1299
|
-
top: 0.
|
|
1462
|
+
top: 0.375rem;
|
|
1300
1463
|
width: 2.5625rem;
|
|
1301
1464
|
display: flex !important;
|
|
1302
1465
|
align-items: center;
|
|
@@ -1305,6 +1468,9 @@ body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
|
|
|
1305
1468
|
.select-all limel-checkbox {
|
|
1306
1469
|
transform: translate(-0.25rem, 0);
|
|
1307
1470
|
}
|
|
1471
|
+
:host(.has-low-density) .select-all limel-checkbox {
|
|
1472
|
+
transform: translate(-0.15rem, 0);
|
|
1473
|
+
}
|
|
1308
1474
|
|
|
1309
1475
|
.limel-table--row-selector {
|
|
1310
1476
|
position: sticky !important;
|
|
@@ -1345,127 +1511,15 @@ body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
|
|
|
1345
1511
|
display: none;
|
|
1346
1512
|
}
|
|
1347
1513
|
|
|
1348
|
-
.
|
|
1514
|
+
.has-movable-columns .tabulator-header .tabulator-col.limel-table--row-selector {
|
|
1349
1515
|
border: none;
|
|
1350
|
-
cursor: default;
|
|
1516
|
+
cursor: default !important;
|
|
1351
1517
|
pointer-events: none;
|
|
1352
1518
|
background-color: transparent;
|
|
1353
1519
|
background-image: linear-gradient(to right, rgb(var(--table-header-background-color--hover)) 70%, rgb(var(--table-header-background-color--hover), 0));
|
|
1354
|
-
position: sticky;
|
|
1355
1520
|
left: 0;
|
|
1356
1521
|
}
|
|
1357
1522
|
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
--table-header-background-color: var(--contrast-500);
|
|
1361
|
-
--table-header-background-color--hover: var(--contrast-400);
|
|
1362
|
-
--table-header-background-color-when-being-dragged: var(--contrast-100);
|
|
1363
|
-
--table-row-background-color--odd: var(--contrast-200);
|
|
1364
|
-
--table-row-background-color--even: var(--contrast-100);
|
|
1365
|
-
--table-row-background-color--hover: var(--contrast-100);
|
|
1366
|
-
--table-row-background-color--active: var(--color-teal-lighter);
|
|
1367
|
-
--table-arrow-color: var(--contrast-800);
|
|
1368
|
-
--table-arrow-color--active: var(--color-teal-default);
|
|
1369
|
-
}
|
|
1370
|
-
|
|
1371
|
-
#tabulator-container {
|
|
1372
|
-
position: relative;
|
|
1373
|
-
}
|
|
1374
|
-
|
|
1375
|
-
#tabulator-container,
|
|
1376
|
-
#tabulator-table {
|
|
1377
|
-
-moz-osx-font-smoothing: grayscale;
|
|
1378
|
-
-webkit-font-smoothing: antialiased;
|
|
1379
|
-
font-family: Roboto, sans-serif;
|
|
1380
|
-
/* @alternate */
|
|
1381
|
-
font-family: var(--mdc-typography-font-family, Roboto, sans-serif);
|
|
1382
|
-
height: 100%;
|
|
1383
|
-
width: 100%;
|
|
1384
|
-
background-color: transparent;
|
|
1385
|
-
border: none;
|
|
1386
|
-
}
|
|
1387
|
-
|
|
1388
|
-
.tabulator .tabulator-header {
|
|
1389
|
-
border-bottom: 0;
|
|
1390
|
-
background-color: rgb(var(--table-header-background-color--hover));
|
|
1391
|
-
}
|
|
1392
|
-
.tabulator .tabulator-header .tabulator-col {
|
|
1393
|
-
transition: background-color 0.2s ease;
|
|
1394
|
-
background-color: rgb(var(--table-header-background-color--hover));
|
|
1395
|
-
border-right-color: rgb(var(--contrast-200));
|
|
1396
|
-
}
|
|
1397
|
-
.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
|
|
1398
|
-
background-color: var(--table-header-background-color--hover);
|
|
1399
|
-
}
|
|
1400
|
-
.tabulator .tabulator-header .tabulator-col-title {
|
|
1401
|
-
font-weight: 500;
|
|
1402
|
-
padding-left: 0.125rem;
|
|
1403
|
-
}
|
|
1404
|
-
.tabulator .tabulator-footer {
|
|
1405
|
-
background-color: rgb(var(--table-header-background-color--hover));
|
|
1406
|
-
border: none;
|
|
1407
|
-
user-select: auto;
|
|
1408
|
-
}
|
|
1409
|
-
.tabulator .tabulator-footer .tabulator-calcs-holder {
|
|
1410
|
-
border-color: rgb(var(--contrast-600));
|
|
1411
|
-
}
|
|
1412
|
-
|
|
1413
|
-
.tabulator-row.tabulator-calcs {
|
|
1414
|
-
cursor: default !important;
|
|
1415
|
-
}
|
|
1416
|
-
.tabulator-row.tabulator-selectable {
|
|
1417
|
-
transition: background-color 0.2s ease;
|
|
1418
|
-
}
|
|
1419
|
-
.tabulator-row.tabulator-selectable:not(.active):hover {
|
|
1420
|
-
background-color: rgb(var(--table-header-background-color));
|
|
1421
|
-
}
|
|
1422
|
-
.tabulator-row.tabulator-row-odd {
|
|
1423
|
-
background-color: rgb(var(--table-row-background-color--odd));
|
|
1424
|
-
}
|
|
1425
|
-
.tabulator-row.tabulator-row-even {
|
|
1426
|
-
background-color: rgb(var(--table-row-background-color--even));
|
|
1427
|
-
}
|
|
1428
|
-
.tabulator-row.active, .tabulator-row.active:hover {
|
|
1429
|
-
background-color: rgb(var(--table-row-background-color--active));
|
|
1430
|
-
}
|
|
1431
|
-
.tabulator-row .tabulator-cell {
|
|
1432
|
-
border-right: transparent;
|
|
1433
|
-
padding: 0.5rem;
|
|
1434
|
-
display: inline-flex;
|
|
1435
|
-
align-items: center;
|
|
1436
|
-
}
|
|
1437
|
-
.tabulator-row .tabulator-cell[style*="text-align: right;"] {
|
|
1438
|
-
justify-content: flex-end;
|
|
1439
|
-
}
|
|
1440
|
-
.tabulator-row .tabulator-cell[style*="text-align: center;"] {
|
|
1441
|
-
justify-content: center;
|
|
1442
|
-
}
|
|
1443
|
-
|
|
1444
|
-
.tabulator-col,
|
|
1445
|
-
.tabulator-cell {
|
|
1446
|
-
max-width: 37.5rem;
|
|
1447
|
-
font-size: 0.8125rem;
|
|
1448
|
-
}
|
|
1449
|
-
|
|
1450
|
-
#tabulator-loader,
|
|
1451
|
-
#tabulator-empty-text {
|
|
1452
|
-
position: absolute;
|
|
1453
|
-
width: 100%;
|
|
1454
|
-
height: 100%;
|
|
1455
|
-
z-index: 1;
|
|
1456
|
-
display: flex;
|
|
1457
|
-
align-items: center;
|
|
1458
|
-
justify-content: center;
|
|
1459
|
-
}
|
|
1460
|
-
|
|
1461
|
-
#tabulator-loader {
|
|
1462
|
-
background-color: rgba(var(--contrast-100), 0.6);
|
|
1463
|
-
cursor: wait;
|
|
1464
|
-
}
|
|
1465
|
-
|
|
1466
|
-
#tabulator-empty-text {
|
|
1467
|
-
color: rgb(var(--contrast-800));
|
|
1468
|
-
font-weight: bold;
|
|
1469
|
-
font-size: 1.25rem;
|
|
1470
|
-
pointer-events: none;
|
|
1523
|
+
.has-selection .tabulator-calcs .tabulator-cell {
|
|
1524
|
+
color: var(--table-arrow-color--active);
|
|
1471
1525
|
}
|