@vaadin/vaadin-lumo-styles 25.0.0-alpha9 → 25.0.0-beta1
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/all-imports.d.ts +0 -8
- package/all-imports.js +0 -18
- package/components/accordion-heading.css +4 -3
- package/components/accordion-panel.css +4 -3
- package/components/app-layout.css +4 -3
- package/components/avatar-group.css +10 -9
- package/components/avatar.css +6 -4
- package/components/button.css +4 -4
- package/components/card.css +6 -4
- package/components/charts.css +4 -3
- package/components/checkbox-group.css +4 -3
- package/components/checkbox.css +4 -3
- package/components/combo-box.css +8 -7
- package/components/confirm-dialog.css +4 -3
- package/components/context-menu.css +8 -7
- package/components/crud.css +13 -12
- package/components/custom-field.css +4 -3
- package/components/dashboard.css +12 -11
- package/components/date-picker.css +12 -11
- package/components/date-time-picker.css +4 -3
- package/components/details-summary.css +4 -3
- package/components/details.css +4 -3
- package/components/dialog.css +4 -3
- package/components/drawer-toggle.css +4 -3
- package/components/email-field.css +4 -3
- package/components/field-highlighter.css +8 -7
- package/components/form-item.css +4 -3
- package/components/form-layout.css +8 -5
- package/components/grid-filter.css +4 -3
- package/components/grid-pro-edit-column.css +8 -7
- package/components/grid-pro.css +4 -3
- package/components/grid-sorter.css +4 -3
- package/components/grid-tree-toggle.css +4 -3
- package/components/grid.css +4 -3
- package/components/horizontal-layout.css +4 -3
- package/components/icon.css +4 -3
- package/components/index.css +71 -0
- package/components/input-container.css +4 -3
- package/components/integer-field.css +4 -3
- package/components/item.css +4 -3
- package/components/list-box.css +4 -3
- package/components/login-form.css +4 -3
- package/components/login.css +4 -3
- package/components/map.css +4 -3
- package/components/master-detail-layout.css +2 -1
- package/components/menu-bar.css +12 -11
- package/components/message-input-button.css +12 -0
- package/components/message-input.css +5 -4
- package/components/message.css +4 -3
- package/components/multi-select-combo-box.css +12 -11
- package/components/notification.css +6 -5
- package/components/number-field.css +4 -3
- package/components/overlay.css +4 -3
- package/components/password-field.css +6 -5
- package/components/popover.css +4 -3
- package/components/progress-bar.css +4 -3
- package/components/radio-button.css +4 -3
- package/components/radio-group.css +4 -3
- package/components/rich-text-editor.css +6 -5
- package/components/scroller.css +4 -3
- package/components/select.css +12 -11
- package/components/side-nav-item.css +4 -3
- package/components/side-nav.css +4 -3
- package/components/split-layout.css +4 -3
- package/components/tab.css +4 -3
- package/components/tabs.css +4 -3
- package/components/tabsheet.css +6 -5
- package/components/text-area.css +4 -3
- package/components/text-field.css +4 -3
- package/components/time-picker.css +8 -7
- package/components/tooltip.css +4 -3
- package/components/upload.css +15 -10
- package/components/vertical-layout.css +4 -3
- package/dist/lumo.css +43 -0
- package/dist/presets/compact.css +1 -0
- package/dist/utility.css +1 -0
- package/lumo.css +3 -3
- package/mixins/field-button.js +3 -4
- package/mixins/helper.js +3 -4
- package/mixins/input-field-shared.js +4 -7
- package/mixins/loader.js +3 -2
- package/mixins/menu-overlay.js +3 -2
- package/mixins/overlay.js +3 -4
- package/mixins/required-field.js +3 -4
- package/package.json +15 -9
- package/presets/compact.css +32 -0
- package/src/components/app-layout.css +5 -5
- package/src/components/avatar-group-overlay.css +0 -4
- package/src/components/chart.css +2 -1
- package/src/components/checkbox.css +2 -3
- package/src/components/combo-box.css +1 -1
- package/src/components/confirm-dialog-overlay.css +0 -4
- package/src/components/context-menu-overlay.css +21 -1
- package/src/components/dashboard-layout.css +0 -66
- package/src/components/dashboard-section.css +3 -31
- package/src/components/dashboard-widget.css +1 -85
- package/src/components/dashboard.css +0 -9
- package/src/components/date-picker-overlay-content.css +6 -40
- package/src/components/date-picker-overlay.css +2 -14
- package/src/components/date-picker.css +2 -2
- package/src/components/dialog-overlay.css +10 -19
- package/src/components/grid-pro-edit-select.css +1 -1
- package/src/components/grid-pro.css +14 -8
- package/src/components/grid.css +0 -7
- package/src/components/icon.css +2 -2
- package/src/components/menu-bar-button.css +7 -7
- package/src/components/message.css +7 -32
- package/src/components/multi-select-combo-box.css +2 -2
- package/src/components/number-field.css +6 -6
- package/src/components/password-field.css +4 -4
- package/src/components/popover-overlay.css +2 -138
- package/src/components/radio-button.css +1 -1
- package/src/components/rich-text-editor.css +40 -142
- package/src/components/scroller.css +3 -22
- package/src/components/select.css +15 -2
- package/src/components/side-nav-item.css +13 -0
- package/src/components/split-layout.css +19 -97
- package/src/components/tabsheet.css +4 -0
- package/src/components/text-area.css +2 -2
- package/src/components/time-picker.css +1 -1
- package/src/components/tooltip-overlay.css +4 -1
- package/src/components/upload-file.css +27 -61
- package/src/global/color-scheme.css +2 -1
- package/{user-colors.d.ts → src/global/index.css} +3 -3
- package/src/global/typography.css +2 -1
- package/src/mixins/dashboard-item.css +10 -141
- package/src/mixins/field-base.css +1 -1
- package/src/mixins/field-button.css +3 -3
- package/src/mixins/overlay.css +11 -1
- package/src/mixins/resizable-overlay.css +2 -1
- package/src/props/color.css +4 -2
- package/src/props/icons.css +21 -18
- package/src/props/index.css +12 -0
- package/src/props/reset.css +2 -1
- package/src/props/sizing.css +2 -1
- package/src/props/spacing.css +2 -1
- package/src/props/style.css +2 -1
- package/src/props/typography.css +2 -1
- package/utility.css +0 -1
- package/vaadin-iconset.js +2 -0
- package/auto-complete.css +0 -2512
- package/badge-global.js +0 -9
- package/badge.d.ts +0 -3
- package/badge.js +0 -178
- package/color-global.js +0 -9
- package/color.d.ts +0 -5
- package/color.js +0 -221
- package/components.css +0 -71
- package/font-icons.js +0 -69
- package/global.css +0 -8
- package/global.js +0 -5
- package/presets/compact.js +0 -40
- package/props.css +0 -12
- package/sizing.d.ts +0 -3
- package/sizing.js +0 -29
- package/spacing.d.ts +0 -3
- package/spacing.js +0 -37
- package/src/components/form-layout.css +0 -12
- package/src/components/upload-file-list.css +0 -24
- package/style.d.ts +0 -3
- package/style.js +0 -31
- package/typography-global.js +0 -13
- package/typography.d.ts +0 -7
- package/typography.js +0 -129
- package/user-colors.js +0 -33
- package/utilities/accessibility.js +0 -21
- package/utilities/background.js +0 -156
- package/utilities/border.js +0 -147
- package/utilities/filter.js +0 -34
- package/utilities/flexbox-grid.js +0 -619
- package/utilities/layout.js +0 -504
- package/utilities/shadows.js +0 -28
- package/utilities/sizing.js +0 -121
- package/utilities/spacing.js +0 -542
- package/utilities/transition.js +0 -50
- package/utilities/typography.js +0 -344
- package/utility-global.js +0 -9
- package/utility.d.ts +0 -3
- package/utility.js +0 -34
package/all-imports.d.ts
CHANGED
|
@@ -2,11 +2,3 @@ export * from './mixins/field-button.js';
|
|
|
2
2
|
export * from './mixins/menu-overlay.js';
|
|
3
3
|
export * from './mixins/overlay.js';
|
|
4
4
|
export * from './mixins/required-field.js';
|
|
5
|
-
export * from './badge.js';
|
|
6
|
-
export * from './color.js';
|
|
7
|
-
export * from './sizing.js';
|
|
8
|
-
export * from './spacing.js';
|
|
9
|
-
export * from './style.js';
|
|
10
|
-
export * from './typography.js';
|
|
11
|
-
export * from './user-colors.js';
|
|
12
|
-
export * from './utility.js';
|
package/all-imports.js
CHANGED
|
@@ -11,22 +11,4 @@ import './mixins/overlay.js';
|
|
|
11
11
|
export * from './mixins/overlay.js';
|
|
12
12
|
import './mixins/required-field.js';
|
|
13
13
|
export * from './mixins/required-field.js';
|
|
14
|
-
import './badge.js';
|
|
15
|
-
export * from './badge.js';
|
|
16
|
-
import './color.js';
|
|
17
|
-
export * from './color.js';
|
|
18
|
-
import './font-icons.js';
|
|
19
|
-
export * from './font-icons.js';
|
|
20
|
-
import './sizing.js';
|
|
21
|
-
export * from './sizing.js';
|
|
22
|
-
import './spacing.js';
|
|
23
|
-
export * from './spacing.js';
|
|
24
|
-
import './style.js';
|
|
25
|
-
export * from './style.js';
|
|
26
|
-
import './typography.js';
|
|
27
|
-
export * from './typography.js';
|
|
28
|
-
import './user-colors.js';
|
|
29
|
-
export * from './user-colors.js';
|
|
30
|
-
import './utility.js';
|
|
31
|
-
export * from './utility.js';
|
|
32
14
|
import './vaadin-iconset.js';
|
|
@@ -6,9 +6,10 @@
|
|
|
6
6
|
@import '../src/components/accordion-heading.css';
|
|
7
7
|
@import '../src/components/details-summary.css';
|
|
8
8
|
|
|
9
|
-
:
|
|
10
|
-
|
|
11
|
-
--vaadin-accordion-heading-
|
|
9
|
+
:root::before,
|
|
10
|
+
:host::before {
|
|
11
|
+
--_lumo-vaadin-accordion-heading-inject: 1;
|
|
12
|
+
--_lumo-vaadin-accordion-heading-inject-modules:
|
|
12
13
|
lumo_components_details-summary,
|
|
13
14
|
lumo_components_accordion-heading;
|
|
14
15
|
}
|
|
@@ -7,9 +7,10 @@
|
|
|
7
7
|
@import '../src/components/details.css';
|
|
8
8
|
@import './accordion-heading.css';
|
|
9
9
|
|
|
10
|
-
:
|
|
11
|
-
|
|
12
|
-
--vaadin-accordion-panel-
|
|
10
|
+
:root::before,
|
|
11
|
+
:host::before {
|
|
12
|
+
--_lumo-vaadin-accordion-panel-inject: 1;
|
|
13
|
+
--_lumo-vaadin-accordion-panel-inject-modules:
|
|
13
14
|
lumo_components_details,
|
|
14
15
|
lumo_components_accordion-panel;
|
|
15
16
|
}
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
*/
|
|
6
6
|
@import '../src/components/app-layout.css';
|
|
7
7
|
|
|
8
|
-
:
|
|
9
|
-
|
|
10
|
-
--vaadin-app-layout-
|
|
8
|
+
:root::before,
|
|
9
|
+
:host::before {
|
|
10
|
+
--_lumo-vaadin-app-layout-inject: 1;
|
|
11
|
+
--_lumo-vaadin-app-layout-inject-modules: lumo_components_app-layout;
|
|
11
12
|
}
|
|
@@ -11,21 +11,22 @@
|
|
|
11
11
|
@import '../src/components/item.css';
|
|
12
12
|
@import '../src/components/list-box.css';
|
|
13
13
|
|
|
14
|
-
:
|
|
15
|
-
|
|
16
|
-
--vaadin-avatar-group-
|
|
14
|
+
:root::before,
|
|
15
|
+
:host::before {
|
|
16
|
+
--_lumo-vaadin-avatar-group-inject: 1;
|
|
17
|
+
--_lumo-vaadin-avatar-group-inject-modules: lumo_components_avatar-group;
|
|
17
18
|
|
|
18
|
-
--vaadin-avatar-group-overlay-
|
|
19
|
-
--vaadin-avatar-group-overlay-
|
|
19
|
+
--_lumo-vaadin-avatar-group-overlay-inject: 1;
|
|
20
|
+
--_lumo-vaadin-avatar-group-overlay-inject-modules:
|
|
20
21
|
lumo_mixins_overlay,
|
|
21
22
|
lumo_mixins_menu-overlay-core,
|
|
22
23
|
lumo_components_avatar-group-overlay;
|
|
23
24
|
|
|
24
|
-
--vaadin-avatar-group-menu-
|
|
25
|
-
--vaadin-avatar-group-menu-
|
|
25
|
+
--_lumo-vaadin-avatar-group-menu-inject: 1;
|
|
26
|
+
--_lumo-vaadin-avatar-group-menu-inject-modules: lumo_components_list-box;
|
|
26
27
|
|
|
27
|
-
--vaadin-avatar-group-menu-item-
|
|
28
|
-
--vaadin-avatar-group-menu-item-
|
|
28
|
+
--_lumo-vaadin-avatar-group-menu-item-inject: 1;
|
|
29
|
+
--_lumo-vaadin-avatar-group-menu-item-inject-modules:
|
|
29
30
|
lumo_components_item,
|
|
30
31
|
lumo_components_avatar-group-menu-item;
|
|
31
32
|
}
|
package/components/avatar.css
CHANGED
|
@@ -5,12 +5,14 @@
|
|
|
5
5
|
*/
|
|
6
6
|
@import '../src/components/avatar.css';
|
|
7
7
|
|
|
8
|
-
:
|
|
9
|
-
|
|
10
|
-
--vaadin-avatar-
|
|
8
|
+
:root::before,
|
|
9
|
+
:host::before {
|
|
10
|
+
--_lumo-vaadin-avatar-inject: 1;
|
|
11
|
+
--_lumo-vaadin-avatar-inject-modules: lumo_components_avatar;
|
|
11
12
|
}
|
|
12
13
|
|
|
13
|
-
:where(:root,
|
|
14
|
+
:where(:root),
|
|
15
|
+
:where(:host) {
|
|
14
16
|
--vaadin-avatar-size: var(
|
|
15
17
|
--lumo-size-m
|
|
16
18
|
);
|
package/components/button.css
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
*/
|
|
6
6
|
@import '../src/components/button.css';
|
|
7
7
|
|
|
8
|
-
:
|
|
9
|
-
|
|
10
|
-
--vaadin-button-
|
|
11
|
-
|
|
8
|
+
:root::before,
|
|
9
|
+
:host::before {
|
|
10
|
+
--_lumo-vaadin-button-inject: 1;
|
|
11
|
+
--_lumo-vaadin-button-inject-modules: lumo_components_button;
|
|
12
12
|
}
|
package/components/card.css
CHANGED
|
@@ -5,12 +5,14 @@
|
|
|
5
5
|
*/
|
|
6
6
|
@import '../src/components/card.css';
|
|
7
7
|
|
|
8
|
-
:
|
|
9
|
-
|
|
10
|
-
--vaadin-card-
|
|
8
|
+
:root::before,
|
|
9
|
+
:host::before {
|
|
10
|
+
--_lumo-vaadin-card-inject: 1;
|
|
11
|
+
--_lumo-vaadin-card-inject-modules: lumo_components_card;
|
|
11
12
|
}
|
|
12
13
|
|
|
13
|
-
:where(:root,
|
|
14
|
+
:where(:root),
|
|
15
|
+
:where(:host) {
|
|
14
16
|
--vaadin-card-background: var(
|
|
15
17
|
--lumo-contrast-5pct
|
|
16
18
|
);
|
package/components/charts.css
CHANGED
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
*/
|
|
6
6
|
@import '../src/components/chart.css';
|
|
7
7
|
|
|
8
|
-
:
|
|
9
|
-
|
|
10
|
-
--vaadin-chart-
|
|
8
|
+
:root::before,
|
|
9
|
+
:host::before {
|
|
10
|
+
--_lumo-vaadin-chart-inject: 1;
|
|
11
|
+
--_lumo-vaadin-chart-inject-modules: lumo_components_chart;
|
|
11
12
|
}
|
|
@@ -11,9 +11,10 @@
|
|
|
11
11
|
@import '../src/components/checkbox-group.css';
|
|
12
12
|
@import './checkbox.css';
|
|
13
13
|
|
|
14
|
-
:
|
|
15
|
-
|
|
16
|
-
--vaadin-checkbox-group-
|
|
14
|
+
:root::before,
|
|
15
|
+
:host::before {
|
|
16
|
+
--_lumo-vaadin-checkbox-group-inject: 1;
|
|
17
|
+
--_lumo-vaadin-checkbox-group-inject-modules:
|
|
17
18
|
lumo_mixins_group-field,
|
|
18
19
|
lumo_mixins_field-label,
|
|
19
20
|
lumo_mixins_field-required,
|
package/components/checkbox.css
CHANGED
|
@@ -6,9 +6,10 @@
|
|
|
6
6
|
@import '../src/mixins/checkable-field.css';
|
|
7
7
|
@import '../src/components/checkbox.css';
|
|
8
8
|
|
|
9
|
-
:
|
|
10
|
-
|
|
11
|
-
--vaadin-checkbox-
|
|
9
|
+
:root::before,
|
|
10
|
+
:host::before {
|
|
11
|
+
--_lumo-vaadin-checkbox-inject: 1;
|
|
12
|
+
--_lumo-vaadin-checkbox-inject-modules:
|
|
12
13
|
lumo_mixins_checkable-field,
|
|
13
14
|
lumo_components_checkbox;
|
|
14
15
|
}
|
package/components/combo-box.css
CHANGED
|
@@ -20,9 +20,10 @@
|
|
|
20
20
|
@import '../src/components/item.css';
|
|
21
21
|
@import './input-container.css';
|
|
22
22
|
|
|
23
|
-
:
|
|
24
|
-
|
|
25
|
-
--vaadin-combo-box-
|
|
23
|
+
:root::before,
|
|
24
|
+
:host::before {
|
|
25
|
+
--_lumo-vaadin-combo-box-inject: 1;
|
|
26
|
+
--_lumo-vaadin-combo-box-inject-modules:
|
|
26
27
|
lumo_mixins_field-label,
|
|
27
28
|
lumo_mixins_field-required,
|
|
28
29
|
lumo_mixins_field-error-message,
|
|
@@ -31,13 +32,13 @@
|
|
|
31
32
|
lumo_mixins_field-base,
|
|
32
33
|
lumo_components_combo-box;
|
|
33
34
|
|
|
34
|
-
--vaadin-combo-box-item-
|
|
35
|
-
--vaadin-combo-box-item-
|
|
35
|
+
--_lumo-vaadin-combo-box-item-inject: 1;
|
|
36
|
+
--_lumo-vaadin-combo-box-item-inject-modules:
|
|
36
37
|
lumo_components_item,
|
|
37
38
|
lumo_components_combo-box-item;
|
|
38
39
|
|
|
39
|
-
--vaadin-combo-box-overlay-
|
|
40
|
-
--vaadin-combo-box-overlay-
|
|
40
|
+
--_lumo-vaadin-combo-box-overlay-inject: 1;
|
|
41
|
+
--_lumo-vaadin-combo-box-overlay-inject-modules:
|
|
41
42
|
lumo_mixins_loader,
|
|
42
43
|
lumo_mixins_combo-box-loader,
|
|
43
44
|
lumo_mixins_overlay,
|
|
@@ -8,9 +8,10 @@
|
|
|
8
8
|
@import '../src/components/dialog-overlay.css';
|
|
9
9
|
@import './button.css';
|
|
10
10
|
|
|
11
|
-
:
|
|
12
|
-
|
|
13
|
-
--vaadin-confirm-dialog-overlay-
|
|
11
|
+
:root::before,
|
|
12
|
+
:host::before {
|
|
13
|
+
--_lumo-vaadin-confirm-dialog-overlay-inject: 1;
|
|
14
|
+
--_lumo-vaadin-confirm-dialog-overlay-inject-modules:
|
|
14
15
|
lumo_mixins_overlay,
|
|
15
16
|
lumo_components_dialog-overlay,
|
|
16
17
|
lumo_components_confirm-dialog-overlay;
|
|
@@ -12,21 +12,22 @@
|
|
|
12
12
|
@import '../src/components/item.css';
|
|
13
13
|
@import '../src/components/list-box.css';
|
|
14
14
|
|
|
15
|
-
:
|
|
16
|
-
|
|
17
|
-
--vaadin-context-menu-overlay-
|
|
15
|
+
:root::before,
|
|
16
|
+
:host::before {
|
|
17
|
+
--_lumo-vaadin-context-menu-overlay-inject: 1;
|
|
18
|
+
--_lumo-vaadin-context-menu-overlay-inject-modules:
|
|
18
19
|
lumo_mixins_overlay,
|
|
19
20
|
lumo_mixins_menu-overlay-core,
|
|
20
21
|
lumo_mixins_menu-overlay-ext,
|
|
21
22
|
lumo_components_context-menu-overlay;
|
|
22
23
|
|
|
23
|
-
--vaadin-context-menu-list-box-
|
|
24
|
-
--vaadin-context-menu-list-box-
|
|
24
|
+
--_lumo-vaadin-context-menu-list-box-inject: 1;
|
|
25
|
+
--_lumo-vaadin-context-menu-list-box-inject-modules:
|
|
25
26
|
lumo_components_list-box,
|
|
26
27
|
lumo_components_context-menu-list-box;
|
|
27
28
|
|
|
28
|
-
--vaadin-context-menu-item-
|
|
29
|
-
--vaadin-context-menu-item-
|
|
29
|
+
--_lumo-vaadin-context-menu-item-inject: 1;
|
|
30
|
+
--_lumo-vaadin-context-menu-item-inject-modules:
|
|
30
31
|
lumo_components_item,
|
|
31
32
|
lumo_components_context-menu-item;
|
|
32
33
|
}
|
package/components/crud.css
CHANGED
|
@@ -9,31 +9,32 @@
|
|
|
9
9
|
@import '../src/components/crud-edit.css';
|
|
10
10
|
@import '../src/components/crud.css';
|
|
11
11
|
@import '../src/components/dialog-overlay.css';
|
|
12
|
-
@import '../src/components/form-layout.css';
|
|
13
12
|
@import '../src/components/grid.css';
|
|
14
13
|
@import './button.css';
|
|
15
14
|
@import './confirm-dialog.css';
|
|
15
|
+
@import './form-layout.css';
|
|
16
16
|
@import './grid-filter.css';
|
|
17
17
|
@import './grid-sorter.css';
|
|
18
18
|
@import './text-field.css';
|
|
19
19
|
|
|
20
|
-
:
|
|
21
|
-
|
|
22
|
-
--vaadin-crud-
|
|
20
|
+
:root::before,
|
|
21
|
+
:host::before {
|
|
22
|
+
--_lumo-vaadin-crud-inject: 1;
|
|
23
|
+
--_lumo-vaadin-crud-inject-modules: lumo_components_crud;
|
|
23
24
|
|
|
24
|
-
--vaadin-crud-edit-
|
|
25
|
-
--vaadin-crud-edit-
|
|
25
|
+
--_lumo-vaadin-crud-edit-inject: 1;
|
|
26
|
+
--_lumo-vaadin-crud-edit-inject-modules:
|
|
26
27
|
lumo_components_button,
|
|
27
28
|
lumo_components_crud-edit;
|
|
28
29
|
|
|
29
|
-
--vaadin-crud-grid-
|
|
30
|
-
--vaadin-crud-grid-
|
|
30
|
+
--_lumo-vaadin-crud-grid-inject: 1;
|
|
31
|
+
--_lumo-vaadin-crud-grid-inject-modules: lumo_components_grid;
|
|
31
32
|
|
|
32
|
-
--vaadin-crud-form-
|
|
33
|
-
--vaadin-crud-form-
|
|
33
|
+
--_lumo-vaadin-crud-form-inject: 1;
|
|
34
|
+
--_lumo-vaadin-crud-form-inject-modules: lumo_components_form-layout;
|
|
34
35
|
|
|
35
|
-
--vaadin-crud-dialog-overlay-
|
|
36
|
-
--vaadin-crud-dialog-overlay-
|
|
36
|
+
--_lumo-vaadin-crud-dialog-overlay-inject: 1;
|
|
37
|
+
--_lumo-vaadin-crud-dialog-overlay-inject-modules:
|
|
37
38
|
lumo_mixins_overlay,
|
|
38
39
|
lumo_components_dialog-overlay,
|
|
39
40
|
lumo_components_crud-dialog-overlay;
|
|
@@ -9,9 +9,10 @@
|
|
|
9
9
|
@import '../src/mixins/field-required.css';
|
|
10
10
|
@import '../src/components/custom-field.css';
|
|
11
11
|
|
|
12
|
-
:
|
|
13
|
-
|
|
14
|
-
--vaadin-custom-field-
|
|
12
|
+
:root::before,
|
|
13
|
+
:host::before {
|
|
14
|
+
--_lumo-vaadin-custom-field-inject: 1;
|
|
15
|
+
--_lumo-vaadin-custom-field-inject-modules:
|
|
15
16
|
lumo_mixins_field-label,
|
|
16
17
|
lumo_mixins_field-required,
|
|
17
18
|
lumo_mixins_field-error-message,
|
package/components/dashboard.css
CHANGED
|
@@ -10,25 +10,26 @@
|
|
|
10
10
|
@import '../src/components/dashboard-widget.css';
|
|
11
11
|
@import '../src/components/dashboard.css';
|
|
12
12
|
|
|
13
|
-
:
|
|
14
|
-
|
|
15
|
-
--vaadin-dashboard-
|
|
13
|
+
:root::before,
|
|
14
|
+
:host::before {
|
|
15
|
+
--_lumo-vaadin-dashboard-inject: 1;
|
|
16
|
+
--_lumo-vaadin-dashboard-inject-modules:
|
|
16
17
|
lumo_components_dashboard-layout,
|
|
17
18
|
lumo_components_dashboard;
|
|
18
19
|
|
|
19
|
-
--vaadin-dashboard-widget-
|
|
20
|
-
--vaadin-dashboard-widget-
|
|
20
|
+
--_lumo-vaadin-dashboard-widget-inject: 1;
|
|
21
|
+
--_lumo-vaadin-dashboard-widget-inject-modules:
|
|
21
22
|
lumo_mixins_dashboard-item,
|
|
22
23
|
lumo_components_dashboard-widget;
|
|
23
24
|
|
|
24
|
-
--vaadin-dashboard-section-
|
|
25
|
-
--vaadin-dashboard-section-
|
|
25
|
+
--_lumo-vaadin-dashboard-section-inject: 1;
|
|
26
|
+
--_lumo-vaadin-dashboard-section-inject-modules:
|
|
26
27
|
lumo_mixins_dashboard-item,
|
|
27
28
|
lumo_components_dashboard-section;
|
|
28
29
|
|
|
29
|
-
--vaadin-dashboard-layout-
|
|
30
|
-
--vaadin-dashboard-layout-
|
|
30
|
+
--_lumo-vaadin-dashboard-layout-inject: 1;
|
|
31
|
+
--_lumo-vaadin-dashboard-layout-inject-modules: lumo_components_dashboard-layout;
|
|
31
32
|
|
|
32
|
-
--vaadin-dashboard-button-
|
|
33
|
-
--vaadin-dashboard-button-
|
|
33
|
+
--_lumo-vaadin-dashboard-button-inject: 1;
|
|
34
|
+
--_lumo-vaadin-dashboard-button-inject-modules: lumo_components_button;
|
|
34
35
|
}
|
|
@@ -20,9 +20,10 @@
|
|
|
20
20
|
@import './button.css';
|
|
21
21
|
@import './input-container.css';
|
|
22
22
|
|
|
23
|
-
:
|
|
24
|
-
|
|
25
|
-
--vaadin-date-picker-
|
|
23
|
+
:root::before,
|
|
24
|
+
:host::before {
|
|
25
|
+
--_lumo-vaadin-date-picker-inject: 1;
|
|
26
|
+
--_lumo-vaadin-date-picker-inject-modules:
|
|
26
27
|
lumo_mixins_field-label,
|
|
27
28
|
lumo_mixins_field-required,
|
|
28
29
|
lumo_mixins_field-error-message,
|
|
@@ -31,19 +32,19 @@
|
|
|
31
32
|
lumo_mixins_field-base,
|
|
32
33
|
lumo_components_date-picker;
|
|
33
34
|
|
|
34
|
-
--vaadin-date-picker-year-
|
|
35
|
-
--vaadin-date-picker-year-
|
|
35
|
+
--_lumo-vaadin-date-picker-year-inject: 1;
|
|
36
|
+
--_lumo-vaadin-date-picker-year-inject-modules: lumo_components_date-picker-year;
|
|
36
37
|
|
|
37
|
-
--vaadin-date-picker-overlay-
|
|
38
|
-
--vaadin-date-picker-overlay-
|
|
38
|
+
--_lumo-vaadin-date-picker-overlay-inject: 1;
|
|
39
|
+
--_lumo-vaadin-date-picker-overlay-inject-modules:
|
|
39
40
|
lumo_mixins_overlay,
|
|
40
41
|
lumo_mixins_menu-overlay-core,
|
|
41
42
|
lumo_mixins_menu-overlay-ext,
|
|
42
43
|
lumo_components_date-picker-overlay;
|
|
43
44
|
|
|
44
|
-
--vaadin-date-picker-overlay-content-
|
|
45
|
-
--vaadin-date-picker-overlay-content-
|
|
45
|
+
--_lumo-vaadin-date-picker-overlay-content-inject: 1;
|
|
46
|
+
--_lumo-vaadin-date-picker-overlay-content-inject-modules: lumo_components_date-picker-overlay-content;
|
|
46
47
|
|
|
47
|
-
--vaadin-month-calendar-
|
|
48
|
-
--vaadin-month-calendar-
|
|
48
|
+
--_lumo-vaadin-month-calendar-inject: 1;
|
|
49
|
+
--_lumo-vaadin-month-calendar-inject-modules: lumo_components_date-picker-month-calendar;
|
|
49
50
|
}
|
|
@@ -14,9 +14,10 @@
|
|
|
14
14
|
@import './date-picker.css';
|
|
15
15
|
@import './time-picker.css';
|
|
16
16
|
|
|
17
|
-
:
|
|
18
|
-
|
|
19
|
-
--vaadin-date-time-picker-
|
|
17
|
+
:root::before,
|
|
18
|
+
:host::before {
|
|
19
|
+
--_lumo-vaadin-date-time-picker-inject: 1;
|
|
20
|
+
--_lumo-vaadin-date-time-picker-inject-modules:
|
|
20
21
|
lumo_mixins_field-label,
|
|
21
22
|
lumo_mixins_field-required,
|
|
22
23
|
lumo_mixins_field-error-message,
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
*/
|
|
6
6
|
@import '../src/components/details-summary.css';
|
|
7
7
|
|
|
8
|
-
:
|
|
9
|
-
|
|
10
|
-
--vaadin-details-summary-
|
|
8
|
+
:root::before,
|
|
9
|
+
:host::before {
|
|
10
|
+
--_lumo-vaadin-details-summary-inject: 1;
|
|
11
|
+
--_lumo-vaadin-details-summary-inject-modules: lumo_components_details-summary;
|
|
11
12
|
}
|
package/components/details.css
CHANGED
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
@import '../src/components/details.css';
|
|
7
7
|
@import './details-summary.css';
|
|
8
8
|
|
|
9
|
-
:
|
|
10
|
-
|
|
11
|
-
--vaadin-details-
|
|
9
|
+
:root::before,
|
|
10
|
+
:host::before {
|
|
11
|
+
--_lumo-vaadin-details-inject: 1;
|
|
12
|
+
--_lumo-vaadin-details-inject-modules: lumo_components_details;
|
|
12
13
|
}
|
package/components/dialog.css
CHANGED
|
@@ -7,9 +7,10 @@
|
|
|
7
7
|
@import '../src/mixins/resizable-overlay.css';
|
|
8
8
|
@import '../src/components/dialog-overlay.css';
|
|
9
9
|
|
|
10
|
-
:
|
|
11
|
-
|
|
12
|
-
--vaadin-dialog-overlay-
|
|
10
|
+
:root::before,
|
|
11
|
+
:host::before {
|
|
12
|
+
--_lumo-vaadin-dialog-overlay-inject: 1;
|
|
13
|
+
--_lumo-vaadin-dialog-overlay-inject-modules:
|
|
13
14
|
lumo_mixins_overlay,
|
|
14
15
|
lumo_mixins_resizable-overlay,
|
|
15
16
|
lumo_components_dialog-overlay;
|
|
@@ -6,9 +6,10 @@
|
|
|
6
6
|
@import '../src/components/button.css';
|
|
7
7
|
@import '../src/components/drawer-toggle.css';
|
|
8
8
|
|
|
9
|
-
:
|
|
10
|
-
|
|
11
|
-
--vaadin-drawer-toggle-
|
|
9
|
+
:root::before,
|
|
10
|
+
:host::before {
|
|
11
|
+
--_lumo-vaadin-drawer-toggle-inject: 1;
|
|
12
|
+
--_lumo-vaadin-drawer-toggle-inject-modules:
|
|
12
13
|
lumo_components_button,
|
|
13
14
|
lumo_components_drawer-toggle;
|
|
14
15
|
}
|
|
@@ -12,9 +12,10 @@
|
|
|
12
12
|
@import '../src/components/email-field.css';
|
|
13
13
|
@import './input-container.css';
|
|
14
14
|
|
|
15
|
-
:
|
|
16
|
-
|
|
17
|
-
--vaadin-email-field-
|
|
15
|
+
:root::before,
|
|
16
|
+
:host::before {
|
|
17
|
+
--_lumo-vaadin-email-field-inject: 1;
|
|
18
|
+
--_lumo-vaadin-email-field-inject-modules:
|
|
18
19
|
lumo_mixins_field-label,
|
|
19
20
|
lumo_mixins_field-required,
|
|
20
21
|
lumo_mixins_field-error-message,
|
|
@@ -8,15 +8,16 @@
|
|
|
8
8
|
@import '../src/components/user-tag.css';
|
|
9
9
|
@import '../src/components/user-tags-overlay.css';
|
|
10
10
|
|
|
11
|
-
:
|
|
12
|
-
|
|
13
|
-
--vaadin-user-tags-overlay-
|
|
11
|
+
:root::before,
|
|
12
|
+
:host::before {
|
|
13
|
+
--_lumo-vaadin-user-tags-overlay-inject: 1;
|
|
14
|
+
--_lumo-vaadin-user-tags-overlay-inject-modules:
|
|
14
15
|
lumo_mixins_overlay,
|
|
15
16
|
lumo_components_user-tags-overlay;
|
|
16
17
|
|
|
17
|
-
--vaadin-user-tag-
|
|
18
|
-
--vaadin-user-tag-
|
|
18
|
+
--_lumo-vaadin-user-tag-inject: 1;
|
|
19
|
+
--_lumo-vaadin-user-tag-inject-modules: lumo_components_user-tag;
|
|
19
20
|
|
|
20
|
-
--vaadin-field-outline-
|
|
21
|
-
--vaadin-field-outline-
|
|
21
|
+
--_lumo-vaadin-field-outline-inject: 1;
|
|
22
|
+
--_lumo-vaadin-field-outline-inject-modules: lumo_components_field-outline;
|
|
22
23
|
}
|
package/components/form-item.css
CHANGED
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
*/
|
|
6
6
|
@import '../src/components/form-item.css';
|
|
7
7
|
|
|
8
|
-
:
|
|
9
|
-
|
|
10
|
-
--vaadin-form-item-
|
|
8
|
+
:root::before,
|
|
9
|
+
:host::before {
|
|
10
|
+
--_lumo-vaadin-form-item-inject: 1;
|
|
11
|
+
--_lumo-vaadin-form-item-inject-modules: lumo_components_form-item;
|
|
11
12
|
}
|
|
@@ -3,9 +3,12 @@
|
|
|
3
3
|
* Copyright (c) 2017 - 2025 Vaadin Ltd.
|
|
4
4
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
5
5
|
*/
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
:
|
|
9
|
-
--vaadin-form-layout-
|
|
10
|
-
--vaadin-form-layout-
|
|
6
|
+
:where(:root),
|
|
7
|
+
:where(:host) {
|
|
8
|
+
--vaadin-form-layout-label-spacing: 1em;
|
|
9
|
+
--vaadin-form-layout-label-width: 8em;
|
|
10
|
+
--vaadin-form-layout-column-spacing: var(
|
|
11
|
+
--lumo-space-l
|
|
12
|
+
);
|
|
13
|
+
--vaadin-form-layout-row-spacing: 0;
|
|
11
14
|
}
|
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
@import '../src/components/grid-filter.css';
|
|
7
7
|
@import './text-field.css';
|
|
8
8
|
|
|
9
|
-
:
|
|
10
|
-
|
|
11
|
-
--vaadin-grid-filter-
|
|
9
|
+
:root::before,
|
|
10
|
+
:host::before {
|
|
11
|
+
--_lumo-vaadin-grid-filter-inject: 1;
|
|
12
|
+
--_lumo-vaadin-grid-filter-inject-modules: lumo_components_grid-filter;
|
|
12
13
|
}
|
|
@@ -18,9 +18,10 @@
|
|
|
18
18
|
@import './select.css';
|
|
19
19
|
@import './text-field.css';
|
|
20
20
|
|
|
21
|
-
:
|
|
22
|
-
|
|
23
|
-
--vaadin-grid-pro-edit-text-field-
|
|
21
|
+
:root::before,
|
|
22
|
+
:host::before {
|
|
23
|
+
--_lumo-vaadin-grid-pro-edit-text-field-inject: 1;
|
|
24
|
+
--_lumo-vaadin-grid-pro-edit-text-field-inject-modules:
|
|
24
25
|
lumo_mixins_field-label,
|
|
25
26
|
lumo_mixins_field-required,
|
|
26
27
|
lumo_mixins_field-error-message,
|
|
@@ -29,8 +30,8 @@
|
|
|
29
30
|
lumo_mixins_field-base,
|
|
30
31
|
lumo_mixins_grid-pro-editor;
|
|
31
32
|
|
|
32
|
-
--vaadin-grid-pro-edit-select-
|
|
33
|
-
--vaadin-grid-pro-edit-select-
|
|
33
|
+
--_lumo-vaadin-grid-pro-edit-select-inject: 1;
|
|
34
|
+
--_lumo-vaadin-grid-pro-edit-select-inject-modules:
|
|
34
35
|
lumo_mixins_field-label,
|
|
35
36
|
lumo_mixins_field-required,
|
|
36
37
|
lumo_mixins_field-error-message,
|
|
@@ -41,8 +42,8 @@
|
|
|
41
42
|
lumo_components_select,
|
|
42
43
|
lumo_components_grid-pro-edit-select;
|
|
43
44
|
|
|
44
|
-
--vaadin-grid-pro-edit-checkbox-
|
|
45
|
-
--vaadin-grid-pro-edit-checkbox-
|
|
45
|
+
--_lumo-vaadin-grid-pro-edit-checkbox-inject: 1;
|
|
46
|
+
--_lumo-vaadin-grid-pro-edit-checkbox-inject-modules:
|
|
46
47
|
lumo_mixins_checkable-field,
|
|
47
48
|
lumo_components_checkbox;
|
|
48
49
|
}
|
package/components/grid-pro.css
CHANGED
|
@@ -6,9 +6,10 @@
|
|
|
6
6
|
@import '../src/components/grid-pro.css';
|
|
7
7
|
@import '../src/components/grid.css';
|
|
8
8
|
|
|
9
|
-
:
|
|
10
|
-
|
|
11
|
-
--vaadin-grid-pro-
|
|
9
|
+
:root::before,
|
|
10
|
+
:host::before {
|
|
11
|
+
--_lumo-vaadin-grid-pro-inject: 1;
|
|
12
|
+
--_lumo-vaadin-grid-pro-inject-modules:
|
|
12
13
|
lumo_components_grid,
|
|
13
14
|
lumo_components_grid-pro;
|
|
14
15
|
}
|