@esri/solutions-components 0.7.12-alpha → 0.7.12-alpha2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +4 -1
- package/package.json +2 -1
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/accordion/accordion.css +77 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/accordion-item/accordion-item.css +263 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/action/action.css +338 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/action-bar/action-bar.css +105 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/action-group/action-group.css +113 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/action-menu/action-menu.css +73 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/action-pad/action-pad.css +113 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/alert/alert.css +421 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/avatar/avatar.css +81 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/block/block.css +298 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/block-section/block-section.css +145 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/button/button.css +802 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/card/card.css +183 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/checkbox/checkbox.css +167 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/chip/chip.css +385 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/chip-group/chip-group.css +74 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/color-picker/color-picker.css +244 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/color-picker-hex-input/color-picker-hex-input.css +66 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/color-picker-swatch/color-picker-swatch.css +74 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/combobox/combobox.css +425 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/combobox-item/combobox-item.css +209 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/combobox-item-group/combobox-item-group.css +101 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/date-picker/date-picker.css +72 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/date-picker-day/date-picker-day.css +290 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/date-picker-month/date-picker-month.css +95 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/date-picker-month-header/date-picker-month-header.css +189 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/dropdown/dropdown.css +136 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/dropdown-group/dropdown-group.css +84 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/dropdown-item/dropdown-item.css +278 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/fab/fab.css +72 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/filter/filter.css +136 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/flow/flow.css +98 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/flow-item/flow-item.css +89 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/graph/graph.css +51 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/handle/handle.css +99 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/icon/icon.css +73 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/inline-editable/inline-editable.css +89 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/input/input.css +630 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-date-picker/input-date-picker.css +267 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-message/input-message.css +109 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-number/input-number.css +484 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-text/input-text.css +397 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-time-picker/input-time-picker.css +99 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-time-zone/input-time-zone.css +67 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/label/label.css +134 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/link/link.css +148 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/list/list.css +122 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/list-item/list-item.css +244 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/list-item-group/list-item-group.css +88 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/loader/loader.css +298 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/menu/menu.css +50 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/menu-item/menu-item.css +281 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/meter/meter.css +183 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/modal/modal.css +529 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/navigation/navigation.css +142 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/navigation-logo/navigation-logo.css +136 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/navigation-user/navigation-user.css +112 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/notice/notice.css +289 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/option/option.css +36 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/option-group/option-group.css +36 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/pagination/pagination.css +138 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/panel/panel.css +227 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/pick-list/pick-list.css +92 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/pick-list-group/pick-list-group.css +83 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/pick-list-item/pick-list-item.css +179 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/popover/popover.css +194 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/progress/progress.css +110 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/radio-button/radio-button.css +164 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/radio-button-group/radio-button-group.css +58 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/rating/rating.css +178 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/scrim/scrim.css +76 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/segmented-control/segmented-control.css +95 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/segmented-control-item/segmented-control-item.css +172 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/select/select.css +218 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/sheet/sheet.css +267 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/shell/shell.css +184 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/shell-center-row/shell-center-row.css +124 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/shell-panel/shell-panel.css +360 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/slider/slider.css +388 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/sortable-list/sortable-list.css +68 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/split-button/split-button.css +184 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/stack/stack.css +118 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/stepper/stepper.css +147 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/stepper-item/stepper-item.css +457 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/switch/switch.css +189 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tab/tab.css +75 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tab-nav/tab-nav.css +122 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tab-title/tab-title.css +348 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/table/table.css +143 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/table-cell/table-cell.css +133 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/table-header/table-header.css +130 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/table-row/table-row.css +74 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tabs/tabs.css +102 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/text-area/text-area.css +288 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tile/tile.css +170 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tile-select/tile-select.css +156 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tile-select-group/tile-select-group.css +64 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/time-picker/time-picker.css +144 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tip/tip.css +151 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tip-group/tip-group.css +47 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tip-manager/tip-manager.css +194 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tooltip/tooltip.css +120 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tree/tree.css +41 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tree-item/tree-item.css +315 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/value-list/value-list.css +105 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/value-list-item/value-list-item.css +121 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-control-panel/instant-apps-control-panel.css +3 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-export/instant-apps-export.css +81 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-filter-list/instant-apps-filter-list.css +104 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-header/instant-apps-header.css +165 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-classic/instant-apps-interactive-legend-classic.css +124 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-count/instant-apps-interactive-legend-count.css +18 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-group-legend-element/instant-apps-interactive-legend-group-legend-element.css +10 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-group-legend-element-caption/instant-apps-interactive-legend-group-legend-element-caption.css +65 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-layer-element/instant-apps-interactive-legend-layer-element.css +17 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-layer-element-caption/instant-apps-interactive-legend-layer-element-caption.css +66 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-legend-element/instant-apps-interactive-legend-legend-element.css +10 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-legend-element-caption/instant-apps-interactive-legend-legend-element-caption.css +51 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-relationship/instant-apps-interactive-legend-relationship.css +15 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend.css +12 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-keyboard-shortcuts/instant-apps-keyboard-shortcuts.css +33 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-landing-page/instant-apps-landing-page.css +222 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-switcher/instant-apps-language-switcher.css +13 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-ckeditor-wrapper/instant-apps-ckeditor-wrapper.css +3 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-language-translator-item/instant-apps-language-translator-item.css +83 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-language-translator-search/instant-apps-language-translator-search.css +34 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-language-translator.css +86 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-measurement/instant-apps-measurement-tool/instant-apps-measurement-tool.css +6 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-measurement/instant-apps-measurement.css +6 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-popover/instant-apps-popover.css +58 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-popovers/instant-apps-popovers.css +3 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-scoreboard/instant-apps-scoreboard.css +200 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-social-share/instant-apps-social-share.css +273 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-splash/instant-apps-splash.css +10 -0
- package/packages/solutions-components/dist/solutions-components_commit.txt +4 -4
- package/t9nmanifest.txt +6 -6
@@ -0,0 +1,425 @@
|
|
1
|
+
/**
|
2
|
+
* Do not edit directly
|
3
|
+
* Generated on Sat, 02 Dec 2023 04:05:27 GMT
|
4
|
+
*/
|
5
|
+
/**
|
6
|
+
* Do not edit directly
|
7
|
+
* Generated on Sat, 02 Dec 2023 04:05:27 GMT
|
8
|
+
*/
|
9
|
+
/**
|
10
|
+
* Do not edit directly
|
11
|
+
* Generated on Sat, 02 Dec 2023 04:05:27 GMT
|
12
|
+
*/
|
13
|
+
/**
|
14
|
+
* Do not edit directly
|
15
|
+
* Generated on Sat, 02 Dec 2023 04:05:27 GMT
|
16
|
+
*/
|
17
|
+
/**
|
18
|
+
* Do not edit directly
|
19
|
+
* Generated on Sat, 02 Dec 2023 04:05:26 GMT
|
20
|
+
*/
|
21
|
+
/* mixins & extensions */
|
22
|
+
/* helper to properly scale internal durations */
|
23
|
+
/**
|
24
|
+
* Currently only used in Checkbox.
|
25
|
+
*/
|
26
|
+
:host([disabled]) {
|
27
|
+
cursor: default;
|
28
|
+
-webkit-user-select: none;
|
29
|
+
-moz-user-select: none;
|
30
|
+
user-select: none;
|
31
|
+
opacity: var(--calcite-opacity-disabled);
|
32
|
+
}
|
33
|
+
|
34
|
+
:host([disabled]) *,
|
35
|
+
:host([disabled]) ::slotted(*) {
|
36
|
+
pointer-events: none;
|
37
|
+
}
|
38
|
+
|
39
|
+
/**
|
40
|
+
* CSS Custom Properties
|
41
|
+
*
|
42
|
+
* These properties can be overridden using the component's tag as selector.
|
43
|
+
*
|
44
|
+
* @prop --calcite-combobox-input-height: Specifies the height of the component's input.
|
45
|
+
*/
|
46
|
+
:host {
|
47
|
+
position: relative;
|
48
|
+
display: block;
|
49
|
+
}
|
50
|
+
|
51
|
+
:host([disabled]) ::slotted([calcite-hydrated][disabled]),
|
52
|
+
:host([disabled]) [calcite-hydrated][disabled] {
|
53
|
+
/* prevent opacity stacking */
|
54
|
+
opacity: 1;
|
55
|
+
}
|
56
|
+
|
57
|
+
:host([scale=s]) .x-button {
|
58
|
+
inline-size: 1rem;
|
59
|
+
block-size: 1rem;
|
60
|
+
}
|
61
|
+
|
62
|
+
:host([scale=m]) .x-button {
|
63
|
+
inline-size: 1.5rem;
|
64
|
+
block-size: 1.5rem;
|
65
|
+
}
|
66
|
+
|
67
|
+
:host([scale=l]) .x-button {
|
68
|
+
inline-size: 2rem;
|
69
|
+
block-size: 2rem;
|
70
|
+
}
|
71
|
+
|
72
|
+
.x-button {
|
73
|
+
margin: 0px;
|
74
|
+
display: flex;
|
75
|
+
cursor: pointer;
|
76
|
+
-webkit-appearance: none;
|
77
|
+
-moz-appearance: none;
|
78
|
+
appearance: none;
|
79
|
+
align-content: center;
|
80
|
+
align-items: center;
|
81
|
+
justify-content: center;
|
82
|
+
align-self: center;
|
83
|
+
border-width: 2px;
|
84
|
+
background-color: transparent;
|
85
|
+
color: var(--calcite-color-text-3);
|
86
|
+
outline-color: transparent;
|
87
|
+
transition: all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s;
|
88
|
+
border-radius: 50%;
|
89
|
+
border-color: transparent;
|
90
|
+
background-color: var(--calcite-color-foreground-2);
|
91
|
+
}
|
92
|
+
.x-button:active, .x-button:hover {
|
93
|
+
color: var(--calcite-color-text-1);
|
94
|
+
background-color: var(--calcite-color-foreground-3);
|
95
|
+
}
|
96
|
+
.x-button:active {
|
97
|
+
border-style: solid;
|
98
|
+
border-color: var(--calcite-color-brand);
|
99
|
+
}
|
100
|
+
.x-button calcite-icon {
|
101
|
+
color: inherit;
|
102
|
+
}
|
103
|
+
|
104
|
+
:host([scale=s]) {
|
105
|
+
font-size: var(--calcite-font-size--2);
|
106
|
+
--calcite-combobox-item-spacing-unit-l: 0.5rem;
|
107
|
+
--calcite-combobox-item-spacing-unit-s: 0.25rem;
|
108
|
+
--calcite-combobox-input-height: 1rem;
|
109
|
+
--calcite-internal-combobox-input-margin-block: calc(0.25rem - 1px);
|
110
|
+
}
|
111
|
+
:host([scale=s]) .x-button {
|
112
|
+
margin-inline: 0.5rem;
|
113
|
+
}
|
114
|
+
|
115
|
+
:host([scale=m]) {
|
116
|
+
font-size: var(--calcite-font-size--1);
|
117
|
+
--calcite-combobox-item-spacing-unit-l: 0.75rem;
|
118
|
+
--calcite-combobox-item-spacing-unit-s: 0.5rem;
|
119
|
+
--calcite-combobox-input-height: 1rem;
|
120
|
+
--calcite-internal-combobox-input-margin-block: calc(0.5rem - 1px);
|
121
|
+
}
|
122
|
+
:host([scale=m]) .x-button {
|
123
|
+
margin-inline-end: 0.75rem;
|
124
|
+
}
|
125
|
+
|
126
|
+
:host([scale=l]) {
|
127
|
+
font-size: var(--calcite-font-size-0);
|
128
|
+
--calcite-combobox-item-spacing-unit-l: 1rem;
|
129
|
+
--calcite-combobox-item-spacing-unit-s: 0.75rem;
|
130
|
+
--calcite-combobox-input-height: 1.5rem;
|
131
|
+
--calcite-internal-combobox-input-margin-block: calc(0.625rem - 1px);
|
132
|
+
}
|
133
|
+
:host([scale=l]) .x-button {
|
134
|
+
margin-inline-end: 1rem;
|
135
|
+
}
|
136
|
+
|
137
|
+
.wrapper {
|
138
|
+
display: flex;
|
139
|
+
border-width: 1px;
|
140
|
+
border-style: solid;
|
141
|
+
border-color: var(--calcite-color-border-input);
|
142
|
+
background-color: var(--calcite-color-foreground-1);
|
143
|
+
color: var(--calcite-color-text-1);
|
144
|
+
outline-color: transparent;
|
145
|
+
padding-block: calc(var(--calcite-combobox-item-spacing-unit-s) / 4);
|
146
|
+
padding-inline: var(--calcite-combobox-item-spacing-unit-l);
|
147
|
+
}
|
148
|
+
|
149
|
+
:host(:focus-within) .wrapper,
|
150
|
+
.wrapper--active {
|
151
|
+
outline: 2px solid var(--calcite-color-brand);
|
152
|
+
outline-offset: calc(
|
153
|
+
-2px *
|
154
|
+
calc(
|
155
|
+
1 -
|
156
|
+
2 * clamp(
|
157
|
+
0,
|
158
|
+
var(--calcite-offset-invert-focus),
|
159
|
+
1
|
160
|
+
)
|
161
|
+
)
|
162
|
+
);
|
163
|
+
}
|
164
|
+
|
165
|
+
:host([status=invalid]) .wrapper {
|
166
|
+
border-color: var(--calcite-color-status-danger);
|
167
|
+
}
|
168
|
+
|
169
|
+
:host([status=invalid]:focus-within) .wrapper {
|
170
|
+
outline: 2px solid var(--calcite-color-status-danger);
|
171
|
+
outline-offset: calc(
|
172
|
+
-2px *
|
173
|
+
calc(
|
174
|
+
1 -
|
175
|
+
2 * clamp(
|
176
|
+
0,
|
177
|
+
var(--calcite-offset-invert-focus),
|
178
|
+
1
|
179
|
+
)
|
180
|
+
)
|
181
|
+
);
|
182
|
+
}
|
183
|
+
|
184
|
+
.wrapper--single {
|
185
|
+
padding-block: 0;
|
186
|
+
padding-inline: var(--calcite-combobox-item-spacing-unit-l);
|
187
|
+
cursor: pointer;
|
188
|
+
flex-wrap: nowrap;
|
189
|
+
}
|
190
|
+
|
191
|
+
.grid-input {
|
192
|
+
position: relative;
|
193
|
+
display: flex;
|
194
|
+
flex-grow: 1;
|
195
|
+
flex-wrap: wrap;
|
196
|
+
align-items: center;
|
197
|
+
overflow: hidden;
|
198
|
+
text-overflow: ellipsis;
|
199
|
+
white-space: nowrap;
|
200
|
+
padding: 0px;
|
201
|
+
gap: var(--calcite-combobox-item-spacing-unit-s);
|
202
|
+
}
|
203
|
+
.grid-input.selection-display-fit, .grid-input.selection-display-single {
|
204
|
+
flex-wrap: nowrap;
|
205
|
+
overflow: hidden;
|
206
|
+
}
|
207
|
+
|
208
|
+
.input {
|
209
|
+
flex-grow: 1;
|
210
|
+
-webkit-appearance: none;
|
211
|
+
-moz-appearance: none;
|
212
|
+
appearance: none;
|
213
|
+
text-overflow: ellipsis;
|
214
|
+
border-style: none;
|
215
|
+
background-color: transparent;
|
216
|
+
padding: 0px;
|
217
|
+
font-family: inherit;
|
218
|
+
color: var(--calcite-color-text-1);
|
219
|
+
font-size: inherit;
|
220
|
+
block-size: var(--calcite-combobox-input-height);
|
221
|
+
line-height: var(--calcite-combobox-input-height);
|
222
|
+
inline-size: 100%;
|
223
|
+
margin-block-end: var(--calcite-combobox-item-spacing-unit-s);
|
224
|
+
min-inline-size: 4.8125rem;
|
225
|
+
}
|
226
|
+
.input:focus {
|
227
|
+
outline: 2px solid transparent;
|
228
|
+
outline-offset: 2px;
|
229
|
+
}
|
230
|
+
.input:-moz-placeholder-shown {
|
231
|
+
text-overflow: ellipsis;
|
232
|
+
}
|
233
|
+
.input:placeholder-shown {
|
234
|
+
text-overflow: ellipsis;
|
235
|
+
}
|
236
|
+
|
237
|
+
.input--transparent {
|
238
|
+
opacity: 0;
|
239
|
+
}
|
240
|
+
|
241
|
+
.input--single {
|
242
|
+
padding: 0px;
|
243
|
+
margin-block: var(--calcite-internal-combobox-input-margin-block);
|
244
|
+
}
|
245
|
+
|
246
|
+
.wrapper--active .input-single {
|
247
|
+
cursor: text;
|
248
|
+
}
|
249
|
+
|
250
|
+
.input--hidden {
|
251
|
+
pointer-events: none;
|
252
|
+
inline-size: 0px;
|
253
|
+
min-inline-size: 0px;
|
254
|
+
opacity: 0;
|
255
|
+
}
|
256
|
+
|
257
|
+
.input--icon {
|
258
|
+
padding-block: 0;
|
259
|
+
padding-inline: var(--calcite-combobox-item-spacing-unit-s);
|
260
|
+
}
|
261
|
+
|
262
|
+
:host([scale=m]) .input--icon,
|
263
|
+
:host([scale=l]) .input--icon {
|
264
|
+
padding-inline: 0.25rem;
|
265
|
+
}
|
266
|
+
|
267
|
+
.input-wrap {
|
268
|
+
display: flex;
|
269
|
+
flex-grow: 1;
|
270
|
+
align-items: center;
|
271
|
+
}
|
272
|
+
|
273
|
+
.input-wrap--single {
|
274
|
+
flex: 1 1 0%;
|
275
|
+
overflow: hidden;
|
276
|
+
}
|
277
|
+
|
278
|
+
.label {
|
279
|
+
pointer-events: none;
|
280
|
+
display: flex;
|
281
|
+
max-inline-size: 100%;
|
282
|
+
flex: 1 1 auto;
|
283
|
+
overflow: hidden;
|
284
|
+
text-overflow: ellipsis;
|
285
|
+
white-space: nowrap;
|
286
|
+
padding: 0px;
|
287
|
+
font-weight: var(--calcite-font-weight-normal);
|
288
|
+
block-size: var(--calcite-combobox-input-height);
|
289
|
+
line-height: var(--calcite-combobox-input-height);
|
290
|
+
}
|
291
|
+
|
292
|
+
.label--icon {
|
293
|
+
padding-inline: var(--calcite-combobox-item-spacing-unit-l);
|
294
|
+
}
|
295
|
+
|
296
|
+
.icon-end,
|
297
|
+
.icon-start {
|
298
|
+
display: flex;
|
299
|
+
cursor: pointer;
|
300
|
+
align-items: center;
|
301
|
+
}
|
302
|
+
|
303
|
+
.icon-end {
|
304
|
+
flex: none;
|
305
|
+
}
|
306
|
+
|
307
|
+
.floating-ui-container {
|
308
|
+
--calcite-floating-ui-z-index: var(--calcite-z-index-dropdown);
|
309
|
+
display: block;
|
310
|
+
position: absolute;
|
311
|
+
z-index: var(--calcite-floating-ui-z-index);
|
312
|
+
visibility: hidden;
|
313
|
+
}
|
314
|
+
|
315
|
+
.floating-ui-container .calcite-floating-ui-anim {
|
316
|
+
position: relative;
|
317
|
+
transition: var(--calcite-floating-ui-transition);
|
318
|
+
transition-property: transform, visibility, opacity;
|
319
|
+
opacity: 0;
|
320
|
+
box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);
|
321
|
+
z-index: var(--calcite-z-index);
|
322
|
+
border-radius: 0.25rem;
|
323
|
+
}
|
324
|
+
.floating-ui-container[data-placement^=bottom] .calcite-floating-ui-anim {
|
325
|
+
transform: translateY(-5px);
|
326
|
+
}
|
327
|
+
.floating-ui-container[data-placement^=top] .calcite-floating-ui-anim {
|
328
|
+
transform: translateY(5px);
|
329
|
+
}
|
330
|
+
.floating-ui-container[data-placement^=left] .calcite-floating-ui-anim {
|
331
|
+
transform: translateX(5px);
|
332
|
+
}
|
333
|
+
.floating-ui-container[data-placement^=right] .calcite-floating-ui-anim {
|
334
|
+
transform: translateX(-5px);
|
335
|
+
}
|
336
|
+
.floating-ui-container[data-placement] .calcite-floating-ui-anim--active {
|
337
|
+
opacity: 1;
|
338
|
+
transform: translate(0);
|
339
|
+
}
|
340
|
+
|
341
|
+
.floating-ui-container--active {
|
342
|
+
visibility: visible;
|
343
|
+
}
|
344
|
+
|
345
|
+
@media (forced-colors: active) {
|
346
|
+
.wrapper,
|
347
|
+
.floating-ui-container--active {
|
348
|
+
border: 1px solid canvasText;
|
349
|
+
}
|
350
|
+
}
|
351
|
+
.screen-readers-only {
|
352
|
+
position: absolute;
|
353
|
+
inline-size: 1px;
|
354
|
+
block-size: 1px;
|
355
|
+
padding: 0;
|
356
|
+
margin: -1px;
|
357
|
+
overflow: hidden;
|
358
|
+
clip: rect(0, 0, 0, 0);
|
359
|
+
white-space: nowrap;
|
360
|
+
border-width: 0;
|
361
|
+
}
|
362
|
+
|
363
|
+
.list-container {
|
364
|
+
max-block-size: 45vh;
|
365
|
+
overflow-y: auto;
|
366
|
+
background-color: var(--calcite-color-foreground-1);
|
367
|
+
inline-size: var(--calcite-dropdown-width);
|
368
|
+
}
|
369
|
+
|
370
|
+
.list {
|
371
|
+
margin: 0px;
|
372
|
+
display: block;
|
373
|
+
padding: 0px;
|
374
|
+
}
|
375
|
+
|
376
|
+
.list--hide {
|
377
|
+
block-size: 0px;
|
378
|
+
overflow: hidden;
|
379
|
+
}
|
380
|
+
|
381
|
+
calcite-chip {
|
382
|
+
--calcite-animation-timing: 0;
|
383
|
+
}
|
384
|
+
|
385
|
+
.chip {
|
386
|
+
margin-block: calc(var(--calcite-combobox-item-spacing-unit-s) / 4);
|
387
|
+
max-inline-size: 100%;
|
388
|
+
}
|
389
|
+
|
390
|
+
.chip--active {
|
391
|
+
background-color: var(--calcite-color-foreground-3);
|
392
|
+
}
|
393
|
+
|
394
|
+
.chip--invisible {
|
395
|
+
visibility: hidden;
|
396
|
+
position: absolute;
|
397
|
+
}
|
398
|
+
|
399
|
+
.item {
|
400
|
+
display: block;
|
401
|
+
}
|
402
|
+
|
403
|
+
::slotted(input[slot=hidden-form-input]) {
|
404
|
+
margin: 0 !important;
|
405
|
+
opacity: 0 !important;
|
406
|
+
outline: none !important;
|
407
|
+
padding: 0 !important;
|
408
|
+
position: absolute !important;
|
409
|
+
inset: 0 !important;
|
410
|
+
transform: none !important;
|
411
|
+
-webkit-appearance: none !important;
|
412
|
+
z-index: -1 !important;
|
413
|
+
}
|
414
|
+
|
415
|
+
:host([hidden]) {
|
416
|
+
display: none;
|
417
|
+
}
|
418
|
+
|
419
|
+
[hidden] {
|
420
|
+
display: none;
|
421
|
+
}
|
422
|
+
|
423
|
+
::slotted(calcite-combobox-item-group:not(:first-child)) {
|
424
|
+
padding-block-start: var(--calcite-combobox-item-spacing-unit-l);
|
425
|
+
}
|
@@ -0,0 +1,209 @@
|
|
1
|
+
@charset "UTF-8";
|
2
|
+
/**
|
3
|
+
* Do not edit directly
|
4
|
+
* Generated on Sat, 02 Dec 2023 04:05:27 GMT
|
5
|
+
*/
|
6
|
+
/**
|
7
|
+
* Do not edit directly
|
8
|
+
* Generated on Sat, 02 Dec 2023 04:05:27 GMT
|
9
|
+
*/
|
10
|
+
/**
|
11
|
+
* Do not edit directly
|
12
|
+
* Generated on Sat, 02 Dec 2023 04:05:27 GMT
|
13
|
+
*/
|
14
|
+
/**
|
15
|
+
* Do not edit directly
|
16
|
+
* Generated on Sat, 02 Dec 2023 04:05:27 GMT
|
17
|
+
*/
|
18
|
+
/**
|
19
|
+
* Do not edit directly
|
20
|
+
* Generated on Sat, 02 Dec 2023 04:05:26 GMT
|
21
|
+
*/
|
22
|
+
/* mixins & extensions */
|
23
|
+
/* helper to properly scale internal durations */
|
24
|
+
/**
|
25
|
+
* Currently only used in Checkbox.
|
26
|
+
*/
|
27
|
+
:host([disabled]){
|
28
|
+
cursor: default;
|
29
|
+
-webkit-user-select: none;
|
30
|
+
-moz-user-select: none;
|
31
|
+
user-select: none;
|
32
|
+
opacity: var(--calcite-opacity-disabled);
|
33
|
+
}
|
34
|
+
|
35
|
+
:host([disabled]) *,
|
36
|
+
:host([disabled]) ::slotted(*){
|
37
|
+
pointer-events: none;
|
38
|
+
}
|
39
|
+
|
40
|
+
:host([hidden]){
|
41
|
+
display: none;
|
42
|
+
}
|
43
|
+
|
44
|
+
[hidden]{
|
45
|
+
display: none;
|
46
|
+
}
|
47
|
+
|
48
|
+
.scale--s{
|
49
|
+
font-size: var(--calcite-font-size--2);
|
50
|
+
line-height: 1rem;
|
51
|
+
--calcite-combobox-item-spacing-unit-l: 0.5rem;
|
52
|
+
--calcite-combobox-item-spacing-unit-s: 0.25rem;
|
53
|
+
--calcite-combobox-item-spacing-indent: 0.5rem;
|
54
|
+
--calcite-combobox-item-selector-icon-size: 1rem;
|
55
|
+
}
|
56
|
+
|
57
|
+
.scale--m{
|
58
|
+
font-size: var(--calcite-font-size--1);
|
59
|
+
line-height: 1rem;
|
60
|
+
--calcite-combobox-item-spacing-unit-l: 0.75rem;
|
61
|
+
--calcite-combobox-item-spacing-unit-s: 0.5rem;
|
62
|
+
--calcite-combobox-item-spacing-indent: 0.75rem;
|
63
|
+
--calcite-combobox-item-selector-icon-size: 1rem;
|
64
|
+
}
|
65
|
+
|
66
|
+
.scale--l{
|
67
|
+
font-size: var(--calcite-font-size-0);
|
68
|
+
line-height: 1.25rem;
|
69
|
+
--calcite-combobox-item-spacing-unit-l: 1rem;
|
70
|
+
--calcite-combobox-item-spacing-unit-s: 0.625rem;
|
71
|
+
--calcite-combobox-item-spacing-indent: 1rem;
|
72
|
+
--calcite-combobox-item-selector-icon-size: 1.5rem;
|
73
|
+
}
|
74
|
+
|
75
|
+
.container {
|
76
|
+
--calcite-combobox-item-indent-value: calc(
|
77
|
+
var(--calcite-combobox-item-spacing-indent) * var(--calcite-combobox-item-spacing-indent-multiplier)
|
78
|
+
);
|
79
|
+
}
|
80
|
+
|
81
|
+
:host(:focus){
|
82
|
+
--tw-shadow: 0 0 #0000;
|
83
|
+
--tw-shadow-colored: 0 0 #0000;
|
84
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
85
|
+
}
|
86
|
+
|
87
|
+
:host([disabled]) ::slotted([calcite-hydrated][disabled]),
|
88
|
+
:host([disabled]) [calcite-hydrated][disabled] {
|
89
|
+
/* prevent opacity stacking */
|
90
|
+
opacity: 1;
|
91
|
+
}
|
92
|
+
|
93
|
+
:host,
|
94
|
+
ul{
|
95
|
+
margin: 0px;
|
96
|
+
display: flex;
|
97
|
+
flex-direction: column;
|
98
|
+
padding: 0px;
|
99
|
+
}
|
100
|
+
|
101
|
+
:host(:focus),
|
102
|
+
ul:focus{
|
103
|
+
outline: 2px solid transparent;
|
104
|
+
outline-offset: 2px;
|
105
|
+
}
|
106
|
+
|
107
|
+
.label{
|
108
|
+
position: relative;
|
109
|
+
box-sizing: border-box;
|
110
|
+
display: flex;
|
111
|
+
inline-size: 100%;
|
112
|
+
min-inline-size: 100%;
|
113
|
+
cursor: pointer;
|
114
|
+
align-items: center;
|
115
|
+
color: var(--calcite-color-text-3);
|
116
|
+
text-decoration-line: none;
|
117
|
+
transition-duration: 150ms;
|
118
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
119
|
+
outline-color: transparent;
|
120
|
+
word-wrap: break-word;
|
121
|
+
word-break: break-word;
|
122
|
+
padding-block: var(--calcite-combobox-item-spacing-unit-s);
|
123
|
+
padding-inline: var(--calcite-combobox-item-spacing-unit-l);
|
124
|
+
}
|
125
|
+
|
126
|
+
:host([disabled]) .label{
|
127
|
+
cursor: default;
|
128
|
+
}
|
129
|
+
|
130
|
+
.label--selected{
|
131
|
+
font-weight: var(--calcite-font-weight-medium);
|
132
|
+
color: var(--calcite-color-text-1);
|
133
|
+
}
|
134
|
+
|
135
|
+
.label--active{
|
136
|
+
outline: 2px solid var(--calcite-color-brand);
|
137
|
+
outline-offset: calc(
|
138
|
+
-2px *
|
139
|
+
calc(
|
140
|
+
1 -
|
141
|
+
2 * clamp(
|
142
|
+
0,
|
143
|
+
var(--calcite-offset-invert-focus),
|
144
|
+
1
|
145
|
+
)
|
146
|
+
)
|
147
|
+
);
|
148
|
+
}
|
149
|
+
|
150
|
+
.label:hover,
|
151
|
+
.label:active{
|
152
|
+
background-color: var(--calcite-color-foreground-2);
|
153
|
+
color: var(--calcite-color-text-1);
|
154
|
+
text-decoration-line: none;
|
155
|
+
--tw-shadow: 0 0 #0000;
|
156
|
+
--tw-shadow-colored: 0 0 #0000;
|
157
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
158
|
+
}
|
159
|
+
|
160
|
+
.title {
|
161
|
+
padding-block: 0;
|
162
|
+
padding-inline: var(--calcite-combobox-item-spacing-unit-l);
|
163
|
+
}
|
164
|
+
|
165
|
+
.icon{
|
166
|
+
display: inline-flex;
|
167
|
+
opacity: 0;
|
168
|
+
transition-duration: 150ms;
|
169
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
170
|
+
color: var(--calcite-color-border-1);
|
171
|
+
}
|
172
|
+
|
173
|
+
.icon--indent {
|
174
|
+
padding-inline-start: var(--calcite-combobox-item-indent-value);
|
175
|
+
}
|
176
|
+
|
177
|
+
.icon--custom {
|
178
|
+
margin-block-start: -1px;
|
179
|
+
padding-inline-start: var(--calcite-combobox-item-spacing-unit-l);
|
180
|
+
color: var(--calcite-color-text-3);
|
181
|
+
}
|
182
|
+
|
183
|
+
.icon--active{
|
184
|
+
color: var(--calcite-color-text-1);
|
185
|
+
}
|
186
|
+
|
187
|
+
.icon--dot{
|
188
|
+
display: flex;
|
189
|
+
justify-content: center;
|
190
|
+
min-inline-size: var(--calcite-combobox-item-selector-icon-size);
|
191
|
+
}
|
192
|
+
|
193
|
+
.icon--dot:before {
|
194
|
+
text-align: start;
|
195
|
+
content: "•";
|
196
|
+
}
|
197
|
+
|
198
|
+
.label--active .icon{
|
199
|
+
opacity: 1;
|
200
|
+
}
|
201
|
+
|
202
|
+
.label--selected .icon{
|
203
|
+
opacity: 1;
|
204
|
+
color: var(--calcite-color-brand);
|
205
|
+
}
|
206
|
+
|
207
|
+
:host(:hover[disabled]) .icon{
|
208
|
+
opacity: 1;
|
209
|
+
}
|
@@ -0,0 +1,101 @@
|
|
1
|
+
/**
|
2
|
+
* Do not edit directly
|
3
|
+
* Generated on Sat, 02 Dec 2023 04:05:27 GMT
|
4
|
+
*/
|
5
|
+
/**
|
6
|
+
* Do not edit directly
|
7
|
+
* Generated on Sat, 02 Dec 2023 04:05:27 GMT
|
8
|
+
*/
|
9
|
+
/**
|
10
|
+
* Do not edit directly
|
11
|
+
* Generated on Sat, 02 Dec 2023 04:05:27 GMT
|
12
|
+
*/
|
13
|
+
/**
|
14
|
+
* Do not edit directly
|
15
|
+
* Generated on Sat, 02 Dec 2023 04:05:27 GMT
|
16
|
+
*/
|
17
|
+
/**
|
18
|
+
* Do not edit directly
|
19
|
+
* Generated on Sat, 02 Dec 2023 04:05:26 GMT
|
20
|
+
*/
|
21
|
+
/* mixins & extensions */
|
22
|
+
/* helper to properly scale internal durations */
|
23
|
+
/**
|
24
|
+
* Currently only used in Checkbox.
|
25
|
+
*/
|
26
|
+
.scale--s {
|
27
|
+
font-size: var(--calcite-font-size--2);
|
28
|
+
line-height: 1rem;
|
29
|
+
--calcite-combobox-item-spacing-unit-l: 0.5rem;
|
30
|
+
--calcite-combobox-item-spacing-unit-s: 0.25rem;
|
31
|
+
--calcite-combobox-item-spacing-indent: 0.5rem;
|
32
|
+
}
|
33
|
+
|
34
|
+
.scale--m {
|
35
|
+
font-size: var(--calcite-font-size--1);
|
36
|
+
line-height: 1rem;
|
37
|
+
--calcite-combobox-item-spacing-unit-l: 0.75rem;
|
38
|
+
--calcite-combobox-item-spacing-unit-s: 0.5rem;
|
39
|
+
--calcite-combobox-item-spacing-indent: 0.75rem;
|
40
|
+
}
|
41
|
+
|
42
|
+
.scale--l {
|
43
|
+
font-size: var(--calcite-font-size-0);
|
44
|
+
line-height: 1.25rem;
|
45
|
+
--calcite-combobox-item-spacing-unit-l: 1rem;
|
46
|
+
--calcite-combobox-item-spacing-unit-s: 0.75rem;
|
47
|
+
--calcite-combobox-item-spacing-indent: 1rem;
|
48
|
+
}
|
49
|
+
|
50
|
+
:host,
|
51
|
+
.list {
|
52
|
+
margin: 0px;
|
53
|
+
display: flex;
|
54
|
+
flex-direction: column;
|
55
|
+
padding: 0px;
|
56
|
+
}
|
57
|
+
|
58
|
+
:host(:focus),
|
59
|
+
.list:focus {
|
60
|
+
outline: 2px solid transparent;
|
61
|
+
outline-offset: 2px;
|
62
|
+
}
|
63
|
+
|
64
|
+
.label {
|
65
|
+
box-sizing: border-box;
|
66
|
+
display: flex;
|
67
|
+
inline-size: 100%;
|
68
|
+
min-inline-size: 0px;
|
69
|
+
max-inline-size: 100%;
|
70
|
+
color: var(--calcite-color-text-3);
|
71
|
+
}
|
72
|
+
|
73
|
+
.title {
|
74
|
+
--calcite-combobox-item-indent-value: calc(
|
75
|
+
var(--calcite-combobox-item-spacing-indent) * var(--calcite-combobox-item-spacing-indent-multiplier)
|
76
|
+
);
|
77
|
+
border: 0 solid;
|
78
|
+
display: block;
|
79
|
+
flex: 1 1 0%;
|
80
|
+
border-block-end-width: 1px;
|
81
|
+
font-weight: var(--calcite-font-weight-bold);
|
82
|
+
color: var(--calcite-color-text-2);
|
83
|
+
word-wrap: break-word;
|
84
|
+
word-break: break-word;
|
85
|
+
border-block-end-color: var(--calcite-color-border-3);
|
86
|
+
padding-block: var(--calcite-combobox-item-spacing-unit-l);
|
87
|
+
padding-inline: var(--calcite-combobox-item-spacing-unit-s);
|
88
|
+
margin-inline-start: var(--calcite-combobox-item-indent-value);
|
89
|
+
}
|
90
|
+
|
91
|
+
::slotted(calcite-combobox-item-group:not([after-empty-group])) {
|
92
|
+
padding-block-start: var(--calcite-combobox-item-spacing-unit-l);
|
93
|
+
}
|
94
|
+
|
95
|
+
:host([hidden]) {
|
96
|
+
display: none;
|
97
|
+
}
|
98
|
+
|
99
|
+
[hidden] {
|
100
|
+
display: none;
|
101
|
+
}
|