@universal-material/web 3.0.18 → 3.0.20
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/card/card.d.ts.map +1 -1
- package/card/card.js +1 -1
- package/card/card.js.map +1 -1
- package/container/grid-base.d.ts +1 -0
- package/container/grid-base.d.ts.map +1 -1
- package/container/grid-base.js +7 -0
- package/container/grid-base.js.map +1 -1
- package/container/grid-base.styles.d.ts.map +1 -1
- package/container/grid-base.styles.js +4 -1
- package/container/grid-base.styles.js.map +1 -1
- package/custom-elements.json +1429 -575
- package/package.json +5 -4
package/custom-elements.json
CHANGED
|
@@ -7,6 +7,14 @@
|
|
|
7
7
|
"path": "src/index.ts",
|
|
8
8
|
"declarations": [],
|
|
9
9
|
"exports": [
|
|
10
|
+
{
|
|
11
|
+
"kind": "js",
|
|
12
|
+
"name": "*",
|
|
13
|
+
"declaration": {
|
|
14
|
+
"name": "*",
|
|
15
|
+
"package": "./button/button-base.js"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
10
18
|
{
|
|
11
19
|
"kind": "js",
|
|
12
20
|
"name": "*",
|
|
@@ -52,7 +60,7 @@
|
|
|
52
60
|
"name": "*",
|
|
53
61
|
"declaration": {
|
|
54
62
|
"name": "*",
|
|
55
|
-
"package": "./
|
|
63
|
+
"package": "./card/card-content.js"
|
|
56
64
|
}
|
|
57
65
|
},
|
|
58
66
|
{
|
|
@@ -60,7 +68,7 @@
|
|
|
60
68
|
"name": "*",
|
|
61
69
|
"declaration": {
|
|
62
70
|
"name": "*",
|
|
63
|
-
"package": "./
|
|
71
|
+
"package": "./card/card-media.js"
|
|
64
72
|
}
|
|
65
73
|
},
|
|
66
74
|
{
|
|
@@ -68,7 +76,7 @@
|
|
|
68
76
|
"name": "*",
|
|
69
77
|
"declaration": {
|
|
70
78
|
"name": "*",
|
|
71
|
-
"package": "./
|
|
79
|
+
"package": "./checkbox/checkbox.js"
|
|
72
80
|
}
|
|
73
81
|
},
|
|
74
82
|
{
|
|
@@ -76,7 +84,7 @@
|
|
|
76
84
|
"name": "*",
|
|
77
85
|
"declaration": {
|
|
78
86
|
"name": "*",
|
|
79
|
-
"package": "./
|
|
87
|
+
"package": "./container/grid-base.js"
|
|
80
88
|
}
|
|
81
89
|
},
|
|
82
90
|
{
|
|
@@ -84,7 +92,7 @@
|
|
|
84
92
|
"name": "*",
|
|
85
93
|
"declaration": {
|
|
86
94
|
"name": "*",
|
|
87
|
-
"package": "./
|
|
95
|
+
"package": "./container/grid.js"
|
|
88
96
|
}
|
|
89
97
|
},
|
|
90
98
|
{
|
|
@@ -92,256 +100,47 @@
|
|
|
92
100
|
"name": "*",
|
|
93
101
|
"declaration": {
|
|
94
102
|
"name": "*",
|
|
95
|
-
"package": "./
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
]
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"kind": "javascript-module",
|
|
102
|
-
"path": "src/card/card-content.styles.ts",
|
|
103
|
-
"declarations": [
|
|
104
|
-
{
|
|
105
|
-
"kind": "variable",
|
|
106
|
-
"name": "styles",
|
|
107
|
-
"default": "css `\n :host {\n display: block;\n }\n\n :host(:has(slot > *)) {\n display: none;\n }\n\n :host([has-content]) {\n padding: var(--u-card-padding, 16px);\n }\n`"
|
|
108
|
-
}
|
|
109
|
-
],
|
|
110
|
-
"exports": [
|
|
111
|
-
{
|
|
112
|
-
"kind": "js",
|
|
113
|
-
"name": "styles",
|
|
114
|
-
"declaration": {
|
|
115
|
-
"name": "styles",
|
|
116
|
-
"module": "src/card/card-content.styles.ts"
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
]
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
"kind": "javascript-module",
|
|
123
|
-
"path": "src/card/card-content.ts",
|
|
124
|
-
"declarations": [
|
|
125
|
-
{
|
|
126
|
-
"kind": "class",
|
|
127
|
-
"description": "",
|
|
128
|
-
"name": "UmCardContent",
|
|
129
|
-
"members": [
|
|
130
|
-
{
|
|
131
|
-
"kind": "field",
|
|
132
|
-
"name": "hasContent",
|
|
133
|
-
"type": {
|
|
134
|
-
"text": "boolean"
|
|
135
|
-
},
|
|
136
|
-
"default": "false",
|
|
137
|
-
"attribute": "has-content",
|
|
138
|
-
"reflects": true
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"kind": "method",
|
|
142
|
-
"name": "handleSlotChange",
|
|
143
|
-
"privacy": "private",
|
|
144
|
-
"parameters": [
|
|
145
|
-
{
|
|
146
|
-
"name": "e",
|
|
147
|
-
"type": {
|
|
148
|
-
"text": "Event"
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
]
|
|
152
|
-
}
|
|
153
|
-
],
|
|
154
|
-
"attributes": [
|
|
155
|
-
{
|
|
156
|
-
"name": "has-content",
|
|
157
|
-
"type": {
|
|
158
|
-
"text": "boolean"
|
|
159
|
-
},
|
|
160
|
-
"default": "false",
|
|
161
|
-
"fieldName": "hasContent"
|
|
162
|
-
}
|
|
163
|
-
],
|
|
164
|
-
"superclass": {
|
|
165
|
-
"name": "LitElement",
|
|
166
|
-
"package": "lit"
|
|
167
|
-
},
|
|
168
|
-
"tagName": "u-card-content",
|
|
169
|
-
"customElement": true
|
|
170
|
-
}
|
|
171
|
-
],
|
|
172
|
-
"exports": [
|
|
173
|
-
{
|
|
174
|
-
"kind": "js",
|
|
175
|
-
"name": "UmCardContent",
|
|
176
|
-
"declaration": {
|
|
177
|
-
"name": "UmCardContent",
|
|
178
|
-
"module": "src/card/card-content.ts"
|
|
103
|
+
"package": "./container/container.js"
|
|
179
104
|
}
|
|
180
105
|
},
|
|
181
|
-
{
|
|
182
|
-
"kind": "custom-element-definition",
|
|
183
|
-
"name": "u-card-content",
|
|
184
|
-
"declaration": {
|
|
185
|
-
"name": "UmCardContent",
|
|
186
|
-
"module": "src/card/card-content.ts"
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
|
-
]
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
"kind": "javascript-module",
|
|
193
|
-
"path": "src/card/card-media.styles.ts",
|
|
194
|
-
"declarations": [
|
|
195
|
-
{
|
|
196
|
-
"kind": "variable",
|
|
197
|
-
"name": "styles",
|
|
198
|
-
"default": "css `\n :host {\n display: block;\n aspect-ratio: 1;\n border-radius: var(--u-card-shape-corner, var(--u-shape-corner-medium, 12px));\n }\n\n :host([wide]) {\n aspect-ratio: 16/9;\n }\n`"
|
|
199
|
-
}
|
|
200
|
-
],
|
|
201
|
-
"exports": [
|
|
202
106
|
{
|
|
203
107
|
"kind": "js",
|
|
204
|
-
"name": "
|
|
108
|
+
"name": "*",
|
|
205
109
|
"declaration": {
|
|
206
|
-
"name": "
|
|
207
|
-
"
|
|
110
|
+
"name": "*",
|
|
111
|
+
"package": "./divider/divider.js"
|
|
208
112
|
}
|
|
209
|
-
}
|
|
210
|
-
]
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
"kind": "javascript-module",
|
|
214
|
-
"path": "src/card/card-media.ts",
|
|
215
|
-
"declarations": [
|
|
216
|
-
{
|
|
217
|
-
"kind": "class",
|
|
218
|
-
"description": "",
|
|
219
|
-
"name": "UmCardMedia",
|
|
220
|
-
"members": [
|
|
221
|
-
{
|
|
222
|
-
"kind": "field",
|
|
223
|
-
"name": "wide",
|
|
224
|
-
"type": {
|
|
225
|
-
"text": "boolean"
|
|
226
|
-
},
|
|
227
|
-
"default": "false",
|
|
228
|
-
"attribute": "wide",
|
|
229
|
-
"reflects": true
|
|
230
|
-
}
|
|
231
|
-
],
|
|
232
|
-
"attributes": [
|
|
233
|
-
{
|
|
234
|
-
"name": "wide",
|
|
235
|
-
"type": {
|
|
236
|
-
"text": "boolean"
|
|
237
|
-
},
|
|
238
|
-
"default": "false",
|
|
239
|
-
"fieldName": "wide"
|
|
240
|
-
}
|
|
241
|
-
],
|
|
242
|
-
"superclass": {
|
|
243
|
-
"name": "LitElement",
|
|
244
|
-
"package": "lit"
|
|
245
|
-
},
|
|
246
|
-
"tagName": "u-card-media",
|
|
247
|
-
"customElement": true
|
|
248
|
-
}
|
|
249
|
-
],
|
|
250
|
-
"exports": [
|
|
113
|
+
},
|
|
251
114
|
{
|
|
252
115
|
"kind": "js",
|
|
253
|
-
"name": "
|
|
116
|
+
"name": "*",
|
|
254
117
|
"declaration": {
|
|
255
|
-
"name": "
|
|
256
|
-
"
|
|
118
|
+
"name": "*",
|
|
119
|
+
"package": "./elevation/elevation.js"
|
|
257
120
|
}
|
|
258
121
|
},
|
|
259
|
-
{
|
|
260
|
-
"kind": "custom-element-definition",
|
|
261
|
-
"name": "u-card-media",
|
|
262
|
-
"declaration": {
|
|
263
|
-
"name": "UmCardMedia",
|
|
264
|
-
"module": "src/card/card-media.ts"
|
|
265
|
-
}
|
|
266
|
-
}
|
|
267
|
-
]
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
"kind": "javascript-module",
|
|
271
|
-
"path": "src/card/card.styles.ts",
|
|
272
|
-
"declarations": [
|
|
273
|
-
{
|
|
274
|
-
"kind": "variable",
|
|
275
|
-
"name": "styles",
|
|
276
|
-
"default": "css `\n :host {\n display: block;\n position: relative;\n border-radius: var(--u-card-shape-corner, var(--u-shape-corner-medium, 12px));\n }\n\n :host(:not(:first-child)) {\n margin-top: 8px;\n }\n\n :host([variant=elevated]) {\n background-color: var(--u-color-surface-container-low, rgb(247, 242, 250));\n --u-elevation-level: var(--u-elevated-card-elevation-level, 1);\n }\n\n :host([variant=filled]) {\n background-color: var(--u-color-surface-container-highest, rgb(230, 224, 233));\n }\n\n :host([variant=outlined]) {\n border: var(--u-outlined-card-outline-width, 1px) solid var(--u-outlined-card-outline-color, var(--u-color-outline-variant, rgb(202, 196, 208)));\n }\n`"
|
|
277
|
-
}
|
|
278
|
-
],
|
|
279
|
-
"exports": [
|
|
280
122
|
{
|
|
281
123
|
"kind": "js",
|
|
282
|
-
"name": "
|
|
124
|
+
"name": "*",
|
|
283
125
|
"declaration": {
|
|
284
|
-
"name": "
|
|
285
|
-
"
|
|
126
|
+
"name": "*",
|
|
127
|
+
"package": "./ripple/ripple.js"
|
|
286
128
|
}
|
|
287
|
-
}
|
|
288
|
-
]
|
|
289
|
-
},
|
|
290
|
-
{
|
|
291
|
-
"kind": "javascript-module",
|
|
292
|
-
"path": "src/card/card.ts",
|
|
293
|
-
"declarations": [
|
|
294
|
-
{
|
|
295
|
-
"kind": "class",
|
|
296
|
-
"description": "",
|
|
297
|
-
"name": "UmCard",
|
|
298
|
-
"members": [
|
|
299
|
-
{
|
|
300
|
-
"kind": "field",
|
|
301
|
-
"name": "variant",
|
|
302
|
-
"type": {
|
|
303
|
-
"text": "'filled' | 'elevated' | 'outlined'"
|
|
304
|
-
},
|
|
305
|
-
"default": "'elevated'",
|
|
306
|
-
"description": "The Card variant to render.",
|
|
307
|
-
"attribute": "variant",
|
|
308
|
-
"reflects": true
|
|
309
|
-
}
|
|
310
|
-
],
|
|
311
|
-
"attributes": [
|
|
312
|
-
{
|
|
313
|
-
"name": "variant",
|
|
314
|
-
"type": {
|
|
315
|
-
"text": "'filled' | 'elevated' | 'outlined'"
|
|
316
|
-
},
|
|
317
|
-
"default": "'elevated'",
|
|
318
|
-
"description": "The Card variant to render.",
|
|
319
|
-
"fieldName": "variant"
|
|
320
|
-
}
|
|
321
|
-
],
|
|
322
|
-
"superclass": {
|
|
323
|
-
"name": "LitElement",
|
|
324
|
-
"package": "lit"
|
|
325
|
-
},
|
|
326
|
-
"tagName": "u-card",
|
|
327
|
-
"customElement": true
|
|
328
|
-
}
|
|
329
|
-
],
|
|
330
|
-
"exports": [
|
|
129
|
+
},
|
|
331
130
|
{
|
|
332
131
|
"kind": "js",
|
|
333
|
-
"name": "
|
|
132
|
+
"name": "*",
|
|
334
133
|
"declaration": {
|
|
335
|
-
"name": "
|
|
336
|
-
"
|
|
134
|
+
"name": "*",
|
|
135
|
+
"package": "./table/table.js"
|
|
337
136
|
}
|
|
338
137
|
},
|
|
339
138
|
{
|
|
340
|
-
"kind": "
|
|
341
|
-
"name": "
|
|
139
|
+
"kind": "js",
|
|
140
|
+
"name": "*",
|
|
342
141
|
"declaration": {
|
|
343
|
-
"name": "
|
|
344
|
-
"
|
|
142
|
+
"name": "*",
|
|
143
|
+
"package": "./theme/theme-builder.js"
|
|
345
144
|
}
|
|
346
145
|
}
|
|
347
146
|
]
|
|
@@ -353,7 +152,7 @@
|
|
|
353
152
|
{
|
|
354
153
|
"kind": "variable",
|
|
355
154
|
"name": "styles",
|
|
356
|
-
"default": "css `\n :host {\n --_color-primary: var(--u-color-primary, rgb(103, 80, 164));\n -webkit-tap-highlight-color: transparent;\n display: inline-flex;\n align-items: center;\n justify-content: center;\n vertical-align: baseline;\n position: relative;\n white-space: nowrap;\n font-family: var(--u-font-family-base, system-ui);\n transition: color 150ms ease-in-out, background-color 150ms ease-in-out;\n }\n\n :host([disabled]) {\n --u-elevation-level: 0 !important;\n background-color: var(--u-button-disabled-background-color, rgba(var(--u-color-on-surface, 29, 27, 32), 0.12)) !important;\n color: var(--u-button-disabled-text-color, rgba(var(--u-color-on-surface, 29, 27, 32), 0.38)) !important;\n }\n\n :host([disabled]) .button {\n cursor: default;\n }\n\n * {\n color: inherit;\n }\n\n u-elevation {\n z-index: -1;\n }\n\n .button {\n cursor: pointer;\n position: absolute;\n inset: 0;\n font-family: inherit;\n border-radius: inherit;\n color: inherit;\n border: none;\n margin: 0;\n padding: 0;\n text-align: center;\n white-space: nowrap;\n background: transparent;\n user-select: none;\n text-decoration: none;\n outline: 0;\n z-index: 0;\n }\n\n .button:focus-visible {\n animation: offset-pulse 400ms ease;\n animation-fill-mode: forwards;\n outline-offset: 2px;\n }\n\n ::slotted([slot=icon]) {\n display: inline-block;\n }\n\n @keyframes offset-pulse {\n 0% {\n outline: 4px solid var(--_color-primary);\n }\n 50% {\n outline: 8px solid var(--_color-primary);\n }\n 100% {\n outline: 4px solid var(--_color-primary);\n }\n }\n`"
|
|
155
|
+
"default": "css `\n :host {\n --_color-primary: var(--u-color-primary, rgb(103, 80, 164));\n -webkit-tap-highlight-color: transparent;\n display: inline-flex;\n align-items: center;\n justify-content: center;\n vertical-align: baseline;\n position: relative;\n white-space: nowrap;\n font-family: var(--u-font-family-base, system-ui);\n transition: color 150ms ease-in-out, background-color 150ms ease-in-out;\n }\n\n :host([disabled]) {\n --u-elevation-level: 0 !important;\n background-color: var(--u-button-disabled-background-color, rgba(var(--u-color-on-surface-rgb, 29, 27, 32), 0.12)) !important;\n color: var(--u-button-disabled-text-color, rgba(var(--u-color-on-surface-rgb, 29, 27, 32), 0.38)) !important;\n }\n\n :host([disabled]) .button {\n cursor: default;\n }\n\n * {\n color: inherit;\n }\n\n u-elevation {\n z-index: -1;\n }\n\n .button {\n cursor: pointer;\n position: absolute;\n inset: 0;\n font-family: inherit;\n border-radius: inherit;\n color: inherit;\n border: none;\n margin: 0;\n padding: 0;\n text-align: center;\n white-space: nowrap;\n background: transparent;\n user-select: none;\n text-decoration: none;\n outline: 0;\n z-index: 0;\n }\n\n .button:focus-visible {\n animation: offset-pulse 400ms ease;\n animation-fill-mode: forwards;\n outline-offset: 2px;\n }\n\n ::slotted([slot=icon]) {\n display: inline-block;\n }\n\n @keyframes offset-pulse {\n 0% {\n outline: 4px solid var(--_color-primary);\n }\n 50% {\n outline: 8px solid var(--_color-primary);\n }\n 100% {\n outline: 4px solid var(--_color-primary);\n }\n }\n`"
|
|
357
156
|
}
|
|
358
157
|
],
|
|
359
158
|
"exports": [
|
|
@@ -374,7 +173,7 @@
|
|
|
374
173
|
{
|
|
375
174
|
"kind": "class",
|
|
376
175
|
"description": "",
|
|
377
|
-
"name": "
|
|
176
|
+
"name": "UmButtonBase",
|
|
378
177
|
"members": [
|
|
379
178
|
{
|
|
380
179
|
"kind": "field",
|
|
@@ -621,9 +420,9 @@
|
|
|
621
420
|
"exports": [
|
|
622
421
|
{
|
|
623
422
|
"kind": "js",
|
|
624
|
-
"name": "
|
|
423
|
+
"name": "UmButtonBase",
|
|
625
424
|
"declaration": {
|
|
626
|
-
"name": "
|
|
425
|
+
"name": "UmButtonBase",
|
|
627
426
|
"module": "src/button/button-base.ts"
|
|
628
427
|
}
|
|
629
428
|
}
|
|
@@ -636,7 +435,7 @@
|
|
|
636
435
|
{
|
|
637
436
|
"kind": "variable",
|
|
638
437
|
"name": "styles",
|
|
639
|
-
"default": "css `\n :host {\n display: flex;\n gap: 8px;\n align-items: center;\n flex-wrap:
|
|
438
|
+
"default": "css `\n :host {\n display: flex;\n gap: 8px;\n align-items: center;\n flex-wrap: nowrap;\n }\n\n :host([align=start]) {\n justify-content: flex-start;\n }\n\n :host([align=center]) {\n justify-content: center;\n }\n\n :host([align=end]) {\n justify-content: flex-end;\n }\n\n :host([stack][align=start]) {\n align-items: flex-start;\n }\n\n :host([stack][align=center]) {\n align-items: center;\n }\n\n :host([stack][align=end]) {\n align-items: flex-end;\n }\n\n :host([stack]) {\n flex-direction: column;\n justify-content: flex-start;\n }\n`"
|
|
640
439
|
}
|
|
641
440
|
],
|
|
642
441
|
"exports": [
|
|
@@ -663,7 +462,7 @@
|
|
|
663
462
|
"kind": "field",
|
|
664
463
|
"name": "align",
|
|
665
464
|
"type": {
|
|
666
|
-
"text": "
|
|
465
|
+
"text": "UmButtonSetAlignment"
|
|
667
466
|
},
|
|
668
467
|
"default": "'end'",
|
|
669
468
|
"description": "Set the alignment of the buttons at the `start`, `center` or at the `end`.",
|
|
@@ -686,7 +485,7 @@
|
|
|
686
485
|
{
|
|
687
486
|
"name": "align",
|
|
688
487
|
"type": {
|
|
689
|
-
"text": "
|
|
488
|
+
"text": "UmButtonSetAlignment"
|
|
690
489
|
},
|
|
691
490
|
"default": "'end'",
|
|
692
491
|
"description": "Set the alignment of the buttons at the `start`, `center` or at the `end`.",
|
|
@@ -736,7 +535,7 @@
|
|
|
736
535
|
{
|
|
737
536
|
"kind": "variable",
|
|
738
537
|
"name": "styles",
|
|
739
|
-
"default": "css `\n :host {\n --u-common-button-line-height: var(--u-label-large-line-height, 1.25rem);\n --u-common-button-font-size: var(--u-label-large-font-size, 0.875rem);\n --u-common-button-font-weight: var(--u-font-weight-medium, 500);\n --_common-button-height: var(--u-common-button-height, 2.5rem);\n --_common-button-padding: var(--u-common-button-padding, 24px);\n --_common-button-icon-padding: var(--u-common-button-icon-padding, 16px);\n border-radius: var(--u-common-button-shape-corner, var(--u-shape-corner-full, 9999px));\n font-family: var(--u-font-family-base, system-ui);\n height: var(--u-common-button-height, 40px);\n font-size: var(--u-common-button-font-size);\n font-weight: var(--u-common-button-font-weight);\n padding-inline: var(--_common-button-padding);\n box-sizing: border-box;\n }\n\n :host([variant=filled]),\n :host([variant=filled][color=primary]) {\n background-color: var(--u-filled-button-primary-container-color, var(--_color-primary));\n color: var(--u-filled-button-primary-text-color, var(--u-color-on-primary, rgb(255, 255, 255)));\n }\n\n :host([variant=filled][color=secondary]) {\n background-color: var(--u-filled-button-secondary-container-color, var(--u-color-secondary, rgb(98, 91, 113)));\n color: var(--u-filled-button-secondary-text-color, var(--u-color-on-secondary, rgb(255, 255, 255)));\n }\n\n :host([variant=filled][color=tertiary]) {\n background-color: var(--u-filled-button-tertiary-container-color, var(--u-color-tertiary, rgb(125, 82, 96)));\n color: var(--u-filled-button-tertiary-text-color, var(--u-color-on-tertiary, rgb(255, 255, 255)));\n }\n\n :host([variant=filled][color=error]) {\n background-color: var(--u-filled-button-error-container-color, var(--u-color-error, rgb(179, 38, 30)));\n color: var(--u-filled-button-error-text-color, var(--u-color-on-error, rgb(255, 255, 255)));\n }\n\n :host([variant=tonal]) {\n background-color: var(--u-tonal-button-background-color, var(--u-color-secondary-container, rgb(232, 222, 248)));\n color: var(--u-tonal-button-text-color, var(--u-color-on-secondary-container, rgb(29, 25, 43)));\n }\n\n :host([variant=elevated]) {\n background-color: var(--u-elevated-button-background-color, var(--u-color-surface-container-low, rgb(247, 242, 250)));\n color: var(--u-tonal-button-text-color, var(--u-color-on-secondary-container, rgb(29, 25, 43)));\n }\n\n @media (hover: hover) {\n :host([variant=filled]:hover:not(:focus-within):not(:active)),\n :host([variant=tonal]:hover:not(:focus-within):not(:active)) {\n --u-elevation-level: var(--u-filled-button-hover-elevation-level, 1);\n }\n }\n :host([variant=outlined]),\n :host([variant=text]),\n :host([variant=elevated]) {\n color: var(--_color-primary);\n }\n\n :host([variant=outlined]) {\n border: 1px solid var(--u-color-outline
|
|
538
|
+
"default": "css `\n :host {\n --u-common-button-line-height: var(--u-label-large-line-height, 1.25rem);\n --u-common-button-font-size: var(--u-label-large-font-size, 0.875rem);\n --u-common-button-font-weight: var(--u-font-weight-medium, 500);\n --_common-button-height: var(--u-common-button-height, 2.5rem);\n --_common-button-padding: var(--u-common-button-padding, 24px);\n --_common-button-icon-padding: var(--u-common-button-icon-padding, 16px);\n border-radius: var(--u-common-button-shape-corner, var(--u-shape-corner-full, 9999px));\n font-family: var(--u-font-family-base, system-ui);\n height: var(--u-common-button-height, 40px);\n font-size: var(--u-common-button-font-size);\n font-weight: var(--u-common-button-font-weight);\n padding-inline: var(--_common-button-padding);\n box-sizing: border-box;\n }\n\n :host([variant=filled]),\n :host([variant=filled][color=primary]) {\n background-color: var(--u-filled-button-primary-container-color, var(--_color-primary));\n color: var(--u-filled-button-primary-text-color, var(--u-color-on-primary, rgb(255, 255, 255)));\n }\n\n :host([variant=filled][color=secondary]) {\n background-color: var(--u-filled-button-secondary-container-color, var(--u-color-secondary, rgb(98, 91, 113)));\n color: var(--u-filled-button-secondary-text-color, var(--u-color-on-secondary, rgb(255, 255, 255)));\n }\n\n :host([variant=filled][color=tertiary]) {\n background-color: var(--u-filled-button-tertiary-container-color, var(--u-color-tertiary, rgb(125, 82, 96)));\n color: var(--u-filled-button-tertiary-text-color, var(--u-color-on-tertiary, rgb(255, 255, 255)));\n }\n\n :host([variant=filled][color=error]) {\n background-color: var(--u-filled-button-error-container-color, var(--u-color-error, rgb(179, 38, 30)));\n color: var(--u-filled-button-error-text-color, var(--u-color-on-error, rgb(255, 255, 255)));\n }\n\n :host([variant=tonal]) {\n background-color: var(--u-tonal-button-background-color, var(--u-color-secondary-container, rgb(232, 222, 248)));\n color: var(--u-tonal-button-text-color, var(--u-color-on-secondary-container, rgb(29, 25, 43)));\n }\n\n :host([variant=elevated]) {\n background-color: var(--u-elevated-button-background-color, var(--u-color-surface-container-low, rgb(247, 242, 250)));\n color: var(--u-tonal-button-text-color, var(--u-color-on-secondary-container, rgb(29, 25, 43)));\n }\n\n @media (hover: hover) {\n :host([variant=filled]:hover:not(:focus-within):not(:active)),\n :host([variant=tonal]:hover:not(:focus-within):not(:active)) {\n --u-elevation-level: var(--u-filled-button-hover-elevation-level, 1);\n }\n }\n :host([variant=outlined]),\n :host([variant=text]),\n :host([variant=elevated]) {\n color: var(--_color-primary);\n }\n\n :host([variant=outlined]) {\n border: 1px solid var(--u-color-outline, rgb(121, 116, 126));\n }\n\n :host([variant=elevated]) {\n --u-elevation-level: var(--u-elevated-button-elevation-level, 1);\n }\n\n @media (hover: hover) {\n :host([variant=elevated]:hover) {\n --u-elevation-level: var(--u-elevated-button-hover-elevation-level, 2);\n }\n }\n :host([has-icon]) {\n padding-inline: var(--_common-button-icon-padding) var(--_common-button-padding);\n }\n\n :host([has-icon][trailing-icon]) {\n padding-inline: var(--_common-button-padding) var(--_common-button-icon-padding);\n }\n\n ::slotted([slot=icon]) {\n display: inline-block;\n width: var(--u-common-button-icon-size, 1.125rem);\n height: var(--u-common-button-icon-size, 1.125rem);\n margin-inline-end: 8px;\n font-size: var(--u-common-button-icon-size, 1.125rem);\n line-height: var(--u-common-button-icon-size, 1.125rem);\n }\n\n :host([trailing-icon]) ::slotted([slot=icon]) {\n margin-inline: 8px 0;\n }\n`"
|
|
740
539
|
}
|
|
741
540
|
],
|
|
742
541
|
"exports": [
|
|
@@ -763,7 +562,7 @@
|
|
|
763
562
|
"kind": "field",
|
|
764
563
|
"name": "variant",
|
|
765
564
|
"type": {
|
|
766
|
-
"text": "
|
|
565
|
+
"text": "UmButtonVariant"
|
|
767
566
|
},
|
|
768
567
|
"default": "'filled'",
|
|
769
568
|
"description": "The Button variant to render",
|
|
@@ -774,7 +573,7 @@
|
|
|
774
573
|
"kind": "field",
|
|
775
574
|
"name": "color",
|
|
776
575
|
"type": {
|
|
777
|
-
"text": "
|
|
576
|
+
"text": "UmButtonColor"
|
|
778
577
|
},
|
|
779
578
|
"description": "The Button color\n\n_Note:_ Filled buttons only",
|
|
780
579
|
"attribute": "color",
|
|
@@ -819,7 +618,7 @@
|
|
|
819
618
|
}
|
|
820
619
|
},
|
|
821
620
|
"inheritedFrom": {
|
|
822
|
-
"name": "
|
|
621
|
+
"name": "UmButtonBase",
|
|
823
622
|
"module": "src/button/button-base.ts"
|
|
824
623
|
}
|
|
825
624
|
},
|
|
@@ -837,7 +636,7 @@
|
|
|
837
636
|
"static": true,
|
|
838
637
|
"default": "true",
|
|
839
638
|
"inheritedFrom": {
|
|
840
|
-
"name": "
|
|
639
|
+
"name": "UmButtonBase",
|
|
841
640
|
"module": "src/button/button-base.ts"
|
|
842
641
|
}
|
|
843
642
|
},
|
|
@@ -852,7 +651,7 @@
|
|
|
852
651
|
"attribute": "disabled",
|
|
853
652
|
"reflects": true,
|
|
854
653
|
"inheritedFrom": {
|
|
855
|
-
"name": "
|
|
654
|
+
"name": "UmButtonBase",
|
|
856
655
|
"module": "src/button/button-base.ts"
|
|
857
656
|
}
|
|
858
657
|
},
|
|
@@ -866,7 +665,7 @@
|
|
|
866
665
|
"description": "The URL that the link button points to.",
|
|
867
666
|
"attribute": "href",
|
|
868
667
|
"inheritedFrom": {
|
|
869
|
-
"name": "
|
|
668
|
+
"name": "UmButtonBase",
|
|
870
669
|
"module": "src/button/button-base.ts"
|
|
871
670
|
}
|
|
872
671
|
},
|
|
@@ -880,7 +679,7 @@
|
|
|
880
679
|
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
881
680
|
"attribute": "target",
|
|
882
681
|
"inheritedFrom": {
|
|
883
|
-
"name": "
|
|
682
|
+
"name": "UmButtonBase",
|
|
884
683
|
"module": "src/button/button-base.ts"
|
|
885
684
|
}
|
|
886
685
|
},
|
|
@@ -893,7 +692,7 @@
|
|
|
893
692
|
"default": "'submit'",
|
|
894
693
|
"attribute": "type",
|
|
895
694
|
"inheritedFrom": {
|
|
896
|
-
"name": "
|
|
695
|
+
"name": "UmButtonBase",
|
|
897
696
|
"module": "src/button/button-base.ts"
|
|
898
697
|
}
|
|
899
698
|
},
|
|
@@ -907,7 +706,7 @@
|
|
|
907
706
|
"attribute": "value",
|
|
908
707
|
"reflects": true,
|
|
909
708
|
"inheritedFrom": {
|
|
910
|
-
"name": "
|
|
709
|
+
"name": "UmButtonBase",
|
|
911
710
|
"module": "src/button/button-base.ts"
|
|
912
711
|
}
|
|
913
712
|
},
|
|
@@ -919,7 +718,7 @@
|
|
|
919
718
|
},
|
|
920
719
|
"attribute": "name",
|
|
921
720
|
"inheritedFrom": {
|
|
922
|
-
"name": "
|
|
721
|
+
"name": "UmButtonBase",
|
|
923
722
|
"module": "src/button/button-base.ts"
|
|
924
723
|
}
|
|
925
724
|
},
|
|
@@ -931,7 +730,7 @@
|
|
|
931
730
|
},
|
|
932
731
|
"privacy": "private",
|
|
933
732
|
"inheritedFrom": {
|
|
934
|
-
"name": "
|
|
733
|
+
"name": "UmButtonBase",
|
|
935
734
|
"module": "src/button/button-base.ts"
|
|
936
735
|
}
|
|
937
736
|
},
|
|
@@ -943,7 +742,7 @@
|
|
|
943
742
|
},
|
|
944
743
|
"privacy": "private",
|
|
945
744
|
"inheritedFrom": {
|
|
946
|
-
"name": "
|
|
745
|
+
"name": "UmButtonBase",
|
|
947
746
|
"module": "src/button/button-base.ts"
|
|
948
747
|
}
|
|
949
748
|
},
|
|
@@ -956,7 +755,7 @@
|
|
|
956
755
|
"description": "The `<form>` element to associate the button with (its form owner). The value of this attribute must be the id of a `<form>` in the same document. (If this attribute is not set, the button is associated with its ancestor `<form>` element, if any.)",
|
|
957
756
|
"attribute": "form",
|
|
958
757
|
"inheritedFrom": {
|
|
959
|
-
"name": "
|
|
758
|
+
"name": "UmButtonBase",
|
|
960
759
|
"module": "src/button/button-base.ts"
|
|
961
760
|
}
|
|
962
761
|
},
|
|
@@ -968,7 +767,7 @@
|
|
|
968
767
|
"text": "ElementInternals"
|
|
969
768
|
},
|
|
970
769
|
"inheritedFrom": {
|
|
971
|
-
"name": "
|
|
770
|
+
"name": "UmButtonBase",
|
|
972
771
|
"module": "src/button/button-base.ts"
|
|
973
772
|
}
|
|
974
773
|
},
|
|
@@ -977,7 +776,7 @@
|
|
|
977
776
|
"name": "renderButton",
|
|
978
777
|
"privacy": "private",
|
|
979
778
|
"inheritedFrom": {
|
|
980
|
-
"name": "
|
|
779
|
+
"name": "UmButtonBase",
|
|
981
780
|
"module": "src/button/button-base.ts"
|
|
982
781
|
}
|
|
983
782
|
},
|
|
@@ -986,7 +785,7 @@
|
|
|
986
785
|
"name": "renderLink",
|
|
987
786
|
"privacy": "private",
|
|
988
787
|
"inheritedFrom": {
|
|
989
|
-
"name": "
|
|
788
|
+
"name": "UmButtonBase",
|
|
990
789
|
"module": "src/button/button-base.ts"
|
|
991
790
|
}
|
|
992
791
|
},
|
|
@@ -994,7 +793,7 @@
|
|
|
994
793
|
"kind": "method",
|
|
995
794
|
"name": "focus",
|
|
996
795
|
"inheritedFrom": {
|
|
997
|
-
"name": "
|
|
796
|
+
"name": "UmButtonBase",
|
|
998
797
|
"module": "src/button/button-base.ts"
|
|
999
798
|
}
|
|
1000
799
|
},
|
|
@@ -1002,7 +801,7 @@
|
|
|
1002
801
|
"kind": "method",
|
|
1003
802
|
"name": "blur",
|
|
1004
803
|
"inheritedFrom": {
|
|
1005
|
-
"name": "
|
|
804
|
+
"name": "UmButtonBase",
|
|
1006
805
|
"module": "src/button/button-base.ts"
|
|
1007
806
|
}
|
|
1008
807
|
},
|
|
@@ -1016,7 +815,7 @@
|
|
|
1016
815
|
}
|
|
1017
816
|
},
|
|
1018
817
|
"inheritedFrom": {
|
|
1019
|
-
"name": "
|
|
818
|
+
"name": "UmButtonBase",
|
|
1020
819
|
"module": "src/button/button-base.ts"
|
|
1021
820
|
}
|
|
1022
821
|
},
|
|
@@ -1038,7 +837,7 @@
|
|
|
1038
837
|
}
|
|
1039
838
|
],
|
|
1040
839
|
"inheritedFrom": {
|
|
1041
|
-
"name": "
|
|
840
|
+
"name": "UmButtonBase",
|
|
1042
841
|
"module": "src/button/button-base.ts"
|
|
1043
842
|
}
|
|
1044
843
|
},
|
|
@@ -1060,7 +859,7 @@
|
|
|
1060
859
|
}
|
|
1061
860
|
],
|
|
1062
861
|
"inheritedFrom": {
|
|
1063
|
-
"name": "
|
|
862
|
+
"name": "UmButtonBase",
|
|
1064
863
|
"module": "src/button/button-base.ts"
|
|
1065
864
|
}
|
|
1066
865
|
}
|
|
@@ -1069,7 +868,7 @@
|
|
|
1069
868
|
{
|
|
1070
869
|
"name": "variant",
|
|
1071
870
|
"type": {
|
|
1072
|
-
"text": "
|
|
871
|
+
"text": "UmButtonVariant"
|
|
1073
872
|
},
|
|
1074
873
|
"default": "'filled'",
|
|
1075
874
|
"description": "The Button variant to render",
|
|
@@ -1078,7 +877,7 @@
|
|
|
1078
877
|
{
|
|
1079
878
|
"name": "color",
|
|
1080
879
|
"type": {
|
|
1081
|
-
"text": "
|
|
880
|
+
"text": "UmButtonColor"
|
|
1082
881
|
},
|
|
1083
882
|
"description": "The Button color\n\n_Note:_ Filled buttons only",
|
|
1084
883
|
"fieldName": "color"
|
|
@@ -1109,7 +908,7 @@
|
|
|
1109
908
|
"description": "Whether the button is disabled or not.",
|
|
1110
909
|
"fieldName": "disabled",
|
|
1111
910
|
"inheritedFrom": {
|
|
1112
|
-
"name": "
|
|
911
|
+
"name": "UmButtonBase",
|
|
1113
912
|
"module": "src/button/button-base.ts"
|
|
1114
913
|
}
|
|
1115
914
|
},
|
|
@@ -1122,7 +921,7 @@
|
|
|
1122
921
|
"description": "The URL that the link button points to.",
|
|
1123
922
|
"fieldName": "href",
|
|
1124
923
|
"inheritedFrom": {
|
|
1125
|
-
"name": "
|
|
924
|
+
"name": "UmButtonBase",
|
|
1126
925
|
"module": "src/button/button-base.ts"
|
|
1127
926
|
}
|
|
1128
927
|
},
|
|
@@ -1135,7 +934,7 @@
|
|
|
1135
934
|
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1136
935
|
"fieldName": "target",
|
|
1137
936
|
"inheritedFrom": {
|
|
1138
|
-
"name": "
|
|
937
|
+
"name": "UmButtonBase",
|
|
1139
938
|
"module": "src/button/button-base.ts"
|
|
1140
939
|
}
|
|
1141
940
|
},
|
|
@@ -1147,7 +946,7 @@
|
|
|
1147
946
|
"default": "'submit'",
|
|
1148
947
|
"fieldName": "type",
|
|
1149
948
|
"inheritedFrom": {
|
|
1150
|
-
"name": "
|
|
949
|
+
"name": "UmButtonBase",
|
|
1151
950
|
"module": "src/button/button-base.ts"
|
|
1152
951
|
}
|
|
1153
952
|
},
|
|
@@ -1159,7 +958,7 @@
|
|
|
1159
958
|
"default": "''",
|
|
1160
959
|
"fieldName": "value",
|
|
1161
960
|
"inheritedFrom": {
|
|
1162
|
-
"name": "
|
|
961
|
+
"name": "UmButtonBase",
|
|
1163
962
|
"module": "src/button/button-base.ts"
|
|
1164
963
|
}
|
|
1165
964
|
},
|
|
@@ -1170,7 +969,7 @@
|
|
|
1170
969
|
},
|
|
1171
970
|
"fieldName": "name",
|
|
1172
971
|
"inheritedFrom": {
|
|
1173
|
-
"name": "
|
|
972
|
+
"name": "UmButtonBase",
|
|
1174
973
|
"module": "src/button/button-base.ts"
|
|
1175
974
|
}
|
|
1176
975
|
},
|
|
@@ -1182,13 +981,13 @@
|
|
|
1182
981
|
"description": "The `<form>` element to associate the button with (its form owner). The value of this attribute must be the id of a `<form>` in the same document. (If this attribute is not set, the button is associated with its ancestor `<form>` element, if any.)",
|
|
1183
982
|
"fieldName": "form",
|
|
1184
983
|
"inheritedFrom": {
|
|
1185
|
-
"name": "
|
|
984
|
+
"name": "UmButtonBase",
|
|
1186
985
|
"module": "src/button/button-base.ts"
|
|
1187
986
|
}
|
|
1188
987
|
}
|
|
1189
988
|
],
|
|
1190
989
|
"superclass": {
|
|
1191
|
-
"name": "
|
|
990
|
+
"name": "UmButtonBase",
|
|
1192
991
|
"module": "/src/button/button-base"
|
|
1193
992
|
},
|
|
1194
993
|
"tagName": "u-button",
|
|
@@ -1242,13 +1041,13 @@
|
|
|
1242
1041
|
{
|
|
1243
1042
|
"kind": "class",
|
|
1244
1043
|
"description": "",
|
|
1245
|
-
"name": "
|
|
1044
|
+
"name": "UmFab",
|
|
1246
1045
|
"members": [
|
|
1247
1046
|
{
|
|
1248
1047
|
"kind": "field",
|
|
1249
1048
|
"name": "color",
|
|
1250
1049
|
"type": {
|
|
1251
|
-
"text": "
|
|
1050
|
+
"text": "UmFabColor"
|
|
1252
1051
|
},
|
|
1253
1052
|
"default": "'primary'",
|
|
1254
1053
|
"description": "The FAB color variant to render.",
|
|
@@ -1259,7 +1058,7 @@
|
|
|
1259
1058
|
"kind": "field",
|
|
1260
1059
|
"name": "size",
|
|
1261
1060
|
"type": {
|
|
1262
|
-
"text": "
|
|
1061
|
+
"text": "UmFabSize"
|
|
1263
1062
|
},
|
|
1264
1063
|
"default": "'medium'",
|
|
1265
1064
|
"description": "The size of the FAB.",
|
|
@@ -1307,7 +1106,7 @@
|
|
|
1307
1106
|
}
|
|
1308
1107
|
},
|
|
1309
1108
|
"inheritedFrom": {
|
|
1310
|
-
"name": "
|
|
1109
|
+
"name": "UmButtonBase",
|
|
1311
1110
|
"module": "src/button/button-base.ts"
|
|
1312
1111
|
}
|
|
1313
1112
|
},
|
|
@@ -1320,7 +1119,7 @@
|
|
|
1320
1119
|
"static": true,
|
|
1321
1120
|
"default": "true",
|
|
1322
1121
|
"inheritedFrom": {
|
|
1323
|
-
"name": "
|
|
1122
|
+
"name": "UmButtonBase",
|
|
1324
1123
|
"module": "src/button/button-base.ts"
|
|
1325
1124
|
}
|
|
1326
1125
|
},
|
|
@@ -1335,7 +1134,7 @@
|
|
|
1335
1134
|
"attribute": "disabled",
|
|
1336
1135
|
"reflects": true,
|
|
1337
1136
|
"inheritedFrom": {
|
|
1338
|
-
"name": "
|
|
1137
|
+
"name": "UmButtonBase",
|
|
1339
1138
|
"module": "src/button/button-base.ts"
|
|
1340
1139
|
}
|
|
1341
1140
|
},
|
|
@@ -1349,7 +1148,7 @@
|
|
|
1349
1148
|
"description": "The URL that the link button points to.",
|
|
1350
1149
|
"attribute": "href",
|
|
1351
1150
|
"inheritedFrom": {
|
|
1352
|
-
"name": "
|
|
1151
|
+
"name": "UmButtonBase",
|
|
1353
1152
|
"module": "src/button/button-base.ts"
|
|
1354
1153
|
}
|
|
1355
1154
|
},
|
|
@@ -1363,7 +1162,7 @@
|
|
|
1363
1162
|
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1364
1163
|
"attribute": "target",
|
|
1365
1164
|
"inheritedFrom": {
|
|
1366
|
-
"name": "
|
|
1165
|
+
"name": "UmButtonBase",
|
|
1367
1166
|
"module": "src/button/button-base.ts"
|
|
1368
1167
|
}
|
|
1369
1168
|
},
|
|
@@ -1376,7 +1175,7 @@
|
|
|
1376
1175
|
"default": "'submit'",
|
|
1377
1176
|
"attribute": "type",
|
|
1378
1177
|
"inheritedFrom": {
|
|
1379
|
-
"name": "
|
|
1178
|
+
"name": "UmButtonBase",
|
|
1380
1179
|
"module": "src/button/button-base.ts"
|
|
1381
1180
|
}
|
|
1382
1181
|
},
|
|
@@ -1390,7 +1189,7 @@
|
|
|
1390
1189
|
"attribute": "value",
|
|
1391
1190
|
"reflects": true,
|
|
1392
1191
|
"inheritedFrom": {
|
|
1393
|
-
"name": "
|
|
1192
|
+
"name": "UmButtonBase",
|
|
1394
1193
|
"module": "src/button/button-base.ts"
|
|
1395
1194
|
}
|
|
1396
1195
|
},
|
|
@@ -1402,7 +1201,7 @@
|
|
|
1402
1201
|
},
|
|
1403
1202
|
"attribute": "name",
|
|
1404
1203
|
"inheritedFrom": {
|
|
1405
|
-
"name": "
|
|
1204
|
+
"name": "UmButtonBase",
|
|
1406
1205
|
"module": "src/button/button-base.ts"
|
|
1407
1206
|
}
|
|
1408
1207
|
},
|
|
@@ -1414,7 +1213,7 @@
|
|
|
1414
1213
|
},
|
|
1415
1214
|
"privacy": "private",
|
|
1416
1215
|
"inheritedFrom": {
|
|
1417
|
-
"name": "
|
|
1216
|
+
"name": "UmButtonBase",
|
|
1418
1217
|
"module": "src/button/button-base.ts"
|
|
1419
1218
|
}
|
|
1420
1219
|
},
|
|
@@ -1426,7 +1225,7 @@
|
|
|
1426
1225
|
},
|
|
1427
1226
|
"privacy": "private",
|
|
1428
1227
|
"inheritedFrom": {
|
|
1429
|
-
"name": "
|
|
1228
|
+
"name": "UmButtonBase",
|
|
1430
1229
|
"module": "src/button/button-base.ts"
|
|
1431
1230
|
}
|
|
1432
1231
|
},
|
|
@@ -1439,7 +1238,7 @@
|
|
|
1439
1238
|
"description": "The `<form>` element to associate the button with (its form owner). The value of this attribute must be the id of a `<form>` in the same document. (If this attribute is not set, the button is associated with its ancestor `<form>` element, if any.)",
|
|
1440
1239
|
"attribute": "form",
|
|
1441
1240
|
"inheritedFrom": {
|
|
1442
|
-
"name": "
|
|
1241
|
+
"name": "UmButtonBase",
|
|
1443
1242
|
"module": "src/button/button-base.ts"
|
|
1444
1243
|
}
|
|
1445
1244
|
},
|
|
@@ -1451,7 +1250,7 @@
|
|
|
1451
1250
|
"text": "ElementInternals"
|
|
1452
1251
|
},
|
|
1453
1252
|
"inheritedFrom": {
|
|
1454
|
-
"name": "
|
|
1253
|
+
"name": "UmButtonBase",
|
|
1455
1254
|
"module": "src/button/button-base.ts"
|
|
1456
1255
|
}
|
|
1457
1256
|
},
|
|
@@ -1460,7 +1259,7 @@
|
|
|
1460
1259
|
"name": "renderButton",
|
|
1461
1260
|
"privacy": "private",
|
|
1462
1261
|
"inheritedFrom": {
|
|
1463
|
-
"name": "
|
|
1262
|
+
"name": "UmButtonBase",
|
|
1464
1263
|
"module": "src/button/button-base.ts"
|
|
1465
1264
|
}
|
|
1466
1265
|
},
|
|
@@ -1469,7 +1268,7 @@
|
|
|
1469
1268
|
"name": "renderLink",
|
|
1470
1269
|
"privacy": "private",
|
|
1471
1270
|
"inheritedFrom": {
|
|
1472
|
-
"name": "
|
|
1271
|
+
"name": "UmButtonBase",
|
|
1473
1272
|
"module": "src/button/button-base.ts"
|
|
1474
1273
|
}
|
|
1475
1274
|
},
|
|
@@ -1477,7 +1276,7 @@
|
|
|
1477
1276
|
"kind": "method",
|
|
1478
1277
|
"name": "focus",
|
|
1479
1278
|
"inheritedFrom": {
|
|
1480
|
-
"name": "
|
|
1279
|
+
"name": "UmButtonBase",
|
|
1481
1280
|
"module": "src/button/button-base.ts"
|
|
1482
1281
|
}
|
|
1483
1282
|
},
|
|
@@ -1485,7 +1284,7 @@
|
|
|
1485
1284
|
"kind": "method",
|
|
1486
1285
|
"name": "blur",
|
|
1487
1286
|
"inheritedFrom": {
|
|
1488
|
-
"name": "
|
|
1287
|
+
"name": "UmButtonBase",
|
|
1489
1288
|
"module": "src/button/button-base.ts"
|
|
1490
1289
|
}
|
|
1491
1290
|
},
|
|
@@ -1499,7 +1298,7 @@
|
|
|
1499
1298
|
}
|
|
1500
1299
|
},
|
|
1501
1300
|
"inheritedFrom": {
|
|
1502
|
-
"name": "
|
|
1301
|
+
"name": "UmButtonBase",
|
|
1503
1302
|
"module": "src/button/button-base.ts"
|
|
1504
1303
|
}
|
|
1505
1304
|
},
|
|
@@ -1521,7 +1320,7 @@
|
|
|
1521
1320
|
}
|
|
1522
1321
|
],
|
|
1523
1322
|
"inheritedFrom": {
|
|
1524
|
-
"name": "
|
|
1323
|
+
"name": "UmButtonBase",
|
|
1525
1324
|
"module": "src/button/button-base.ts"
|
|
1526
1325
|
}
|
|
1527
1326
|
},
|
|
@@ -1543,7 +1342,7 @@
|
|
|
1543
1342
|
}
|
|
1544
1343
|
],
|
|
1545
1344
|
"inheritedFrom": {
|
|
1546
|
-
"name": "
|
|
1345
|
+
"name": "UmButtonBase",
|
|
1547
1346
|
"module": "src/button/button-base.ts"
|
|
1548
1347
|
}
|
|
1549
1348
|
}
|
|
@@ -1552,7 +1351,7 @@
|
|
|
1552
1351
|
{
|
|
1553
1352
|
"name": "color",
|
|
1554
1353
|
"type": {
|
|
1555
|
-
"text": "
|
|
1354
|
+
"text": "UmFabColor"
|
|
1556
1355
|
},
|
|
1557
1356
|
"default": "'primary'",
|
|
1558
1357
|
"description": "The FAB color variant to render.",
|
|
@@ -1561,7 +1360,7 @@
|
|
|
1561
1360
|
{
|
|
1562
1361
|
"name": "size",
|
|
1563
1362
|
"type": {
|
|
1564
|
-
"text": "
|
|
1363
|
+
"text": "UmFabSize"
|
|
1565
1364
|
},
|
|
1566
1365
|
"default": "'medium'",
|
|
1567
1366
|
"description": "The size of the FAB.",
|
|
@@ -1601,7 +1400,7 @@
|
|
|
1601
1400
|
"description": "Whether the button is disabled or not.",
|
|
1602
1401
|
"fieldName": "disabled",
|
|
1603
1402
|
"inheritedFrom": {
|
|
1604
|
-
"name": "
|
|
1403
|
+
"name": "UmButtonBase",
|
|
1605
1404
|
"module": "src/button/button-base.ts"
|
|
1606
1405
|
}
|
|
1607
1406
|
},
|
|
@@ -1614,7 +1413,7 @@
|
|
|
1614
1413
|
"description": "The URL that the link button points to.",
|
|
1615
1414
|
"fieldName": "href",
|
|
1616
1415
|
"inheritedFrom": {
|
|
1617
|
-
"name": "
|
|
1416
|
+
"name": "UmButtonBase",
|
|
1618
1417
|
"module": "src/button/button-base.ts"
|
|
1619
1418
|
}
|
|
1620
1419
|
},
|
|
@@ -1627,7 +1426,7 @@
|
|
|
1627
1426
|
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1628
1427
|
"fieldName": "target",
|
|
1629
1428
|
"inheritedFrom": {
|
|
1630
|
-
"name": "
|
|
1429
|
+
"name": "UmButtonBase",
|
|
1631
1430
|
"module": "src/button/button-base.ts"
|
|
1632
1431
|
}
|
|
1633
1432
|
},
|
|
@@ -1639,7 +1438,7 @@
|
|
|
1639
1438
|
"default": "'submit'",
|
|
1640
1439
|
"fieldName": "type",
|
|
1641
1440
|
"inheritedFrom": {
|
|
1642
|
-
"name": "
|
|
1441
|
+
"name": "UmButtonBase",
|
|
1643
1442
|
"module": "src/button/button-base.ts"
|
|
1644
1443
|
}
|
|
1645
1444
|
},
|
|
@@ -1651,7 +1450,7 @@
|
|
|
1651
1450
|
"default": "''",
|
|
1652
1451
|
"fieldName": "value",
|
|
1653
1452
|
"inheritedFrom": {
|
|
1654
|
-
"name": "
|
|
1453
|
+
"name": "UmButtonBase",
|
|
1655
1454
|
"module": "src/button/button-base.ts"
|
|
1656
1455
|
}
|
|
1657
1456
|
},
|
|
@@ -1662,7 +1461,7 @@
|
|
|
1662
1461
|
},
|
|
1663
1462
|
"fieldName": "name",
|
|
1664
1463
|
"inheritedFrom": {
|
|
1665
|
-
"name": "
|
|
1464
|
+
"name": "UmButtonBase",
|
|
1666
1465
|
"module": "src/button/button-base.ts"
|
|
1667
1466
|
}
|
|
1668
1467
|
},
|
|
@@ -1674,13 +1473,13 @@
|
|
|
1674
1473
|
"description": "The `<form>` element to associate the button with (its form owner). The value of this attribute must be the id of a `<form>` in the same document. (If this attribute is not set, the button is associated with its ancestor `<form>` element, if any.)",
|
|
1675
1474
|
"fieldName": "form",
|
|
1676
1475
|
"inheritedFrom": {
|
|
1677
|
-
"name": "
|
|
1476
|
+
"name": "UmButtonBase",
|
|
1678
1477
|
"module": "src/button/button-base.ts"
|
|
1679
1478
|
}
|
|
1680
1479
|
}
|
|
1681
1480
|
],
|
|
1682
1481
|
"superclass": {
|
|
1683
|
-
"name": "
|
|
1482
|
+
"name": "UmButtonBase",
|
|
1684
1483
|
"module": "/src/button/button-base"
|
|
1685
1484
|
},
|
|
1686
1485
|
"tagName": "u-fab",
|
|
@@ -1690,9 +1489,9 @@
|
|
|
1690
1489
|
"exports": [
|
|
1691
1490
|
{
|
|
1692
1491
|
"kind": "js",
|
|
1693
|
-
"name": "
|
|
1492
|
+
"name": "UmFab",
|
|
1694
1493
|
"declaration": {
|
|
1695
|
-
"name": "
|
|
1494
|
+
"name": "UmFab",
|
|
1696
1495
|
"module": "src/button/fab.ts"
|
|
1697
1496
|
}
|
|
1698
1497
|
},
|
|
@@ -1700,7 +1499,7 @@
|
|
|
1700
1499
|
"kind": "custom-element-definition",
|
|
1701
1500
|
"name": "u-fab",
|
|
1702
1501
|
"declaration": {
|
|
1703
|
-
"name": "
|
|
1502
|
+
"name": "UmFab",
|
|
1704
1503
|
"module": "src/button/fab.ts"
|
|
1705
1504
|
}
|
|
1706
1505
|
}
|
|
@@ -1713,7 +1512,7 @@
|
|
|
1713
1512
|
{
|
|
1714
1513
|
"kind": "variable",
|
|
1715
1514
|
"name": "styles",
|
|
1716
|
-
"default": "css `\n :host {\n --_surface-container-highest-color: var(--u-color-surface-container-highest, rgb(230, 224, 233));\n width: var(--u-icon-button-size, 2.5rem);\n height: var(--u-icon-button-size, 2.5rem);\n border-radius: var(--u-icon-button-shape-corner, 9999px);\n font-family: var(--u-font-family-base, system-ui);\n }\n\n .icon {\n display: inline-
|
|
1515
|
+
"default": "css `\n :host {\n --_surface-container-highest-color: var(--u-color-surface-container-highest, rgb(230, 224, 233));\n width: var(--u-icon-button-size, 2.5rem);\n height: var(--u-icon-button-size, 2.5rem);\n border-radius: var(--u-icon-button-shape-corner, 9999px);\n font-family: var(--u-font-family-base, system-ui);\n }\n\n .icon {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n font-size: var(--u-icon-button-icon-size, 1.5rem);\n line-height: var(--u-icon-button-icon-size, 1.5rem);\n }\n .icon.icon-selected {\n display: none;\n }\n\n :host([selected]) .icon:not(.icon-selected) {\n display: none;\n }\n :host([selected]) .icon.icon-selected {\n display: inline-block;\n }\n\n :host([variant=filled]) {\n background-color: var(--u-filled-icon-button-unselected-background-color, var(--_surface-container-highest-color));\n color: var(--u-filled-icon-button-unselected-text-color, var(--_color-primary));\n }\n\n :host([variant=tonal]) {\n background-color: var(--u-total-icon-button-unselected-background-color, var(--_surface-container-highest-color));\n color: var(--u-tonal-icon-button-unselected-text-color, var(--u-color-on-surface-variant, rgb(73, 69, 79)));\n }\n\n :host([selected][variant=filled]),\n :host([variant=filled]:not([has-selection-icon])) {\n background-color: var(--u-filled-icon-button-background-color, var(--_color-primary));\n color: var(--u-filled-icon-button-text-color, var(--u-color-on-primary, rgb(255, 255, 255)));\n }\n\n :host([selected][variant=tonal]),\n :host([variant=tonal]:not([has-selection-icon])) {\n background-color: var(--u-tonal-icon-button-background-color, var(--u-color-secondary-container, rgb(232, 222, 248)));\n color: var(--u-tonal-icon-button-text-color, var(--u-color-on-secondary-container, rgb(29, 25, 43)));\n }\n\n :host([variant=standard]),\n :host([variant=outlined]) {\n color: var(--u-color-on-surface-variant, rgb(73, 69, 79));\n }\n\n :host([variant=outlined]) {\n border: 1px solid var(--u-color-outline, rgb(121, 116, 126));\n }\n\n :host([selected][variant=outlined]) {\n border: none;\n background-color: var(--u-outlined-icon-button-selected-background-color, var(--u-color-inverse-surface, rgb(50, 47, 53)));\n color: var(--u-outlined-icon-button-selected-text-color, var(--u-color-inverse-on-surface, rgb(245, 239, 247)));\n }\n\n :host([selected][variant=standard]) {\n color: var(--u-standard-icon-button-selected-text-color, var(--_color-primary));\n }\n`"
|
|
1717
1516
|
}
|
|
1718
1517
|
],
|
|
1719
1518
|
"exports": [
|
|
@@ -1740,7 +1539,7 @@
|
|
|
1740
1539
|
"kind": "field",
|
|
1741
1540
|
"name": "variant",
|
|
1742
1541
|
"type": {
|
|
1743
|
-
"text": "
|
|
1542
|
+
"text": "UmIconButtonVariant"
|
|
1744
1543
|
},
|
|
1745
1544
|
"default": "'standard'",
|
|
1746
1545
|
"attribute": "variant",
|
|
@@ -1805,7 +1604,7 @@
|
|
|
1805
1604
|
}
|
|
1806
1605
|
},
|
|
1807
1606
|
"inheritedFrom": {
|
|
1808
|
-
"name": "
|
|
1607
|
+
"name": "UmButtonBase",
|
|
1809
1608
|
"module": "src/button/button-base.ts"
|
|
1810
1609
|
}
|
|
1811
1610
|
},
|
|
@@ -1827,7 +1626,7 @@
|
|
|
1827
1626
|
}
|
|
1828
1627
|
],
|
|
1829
1628
|
"inheritedFrom": {
|
|
1830
|
-
"name": "
|
|
1629
|
+
"name": "UmButtonBase",
|
|
1831
1630
|
"module": "src/button/button-base.ts"
|
|
1832
1631
|
}
|
|
1833
1632
|
},
|
|
@@ -1841,7 +1640,7 @@
|
|
|
1841
1640
|
}
|
|
1842
1641
|
},
|
|
1843
1642
|
"inheritedFrom": {
|
|
1844
|
-
"name": "
|
|
1643
|
+
"name": "UmButtonBase",
|
|
1845
1644
|
"module": "src/button/button-base.ts"
|
|
1846
1645
|
}
|
|
1847
1646
|
},
|
|
@@ -1859,7 +1658,7 @@
|
|
|
1859
1658
|
"static": true,
|
|
1860
1659
|
"default": "true",
|
|
1861
1660
|
"inheritedFrom": {
|
|
1862
|
-
"name": "
|
|
1661
|
+
"name": "UmButtonBase",
|
|
1863
1662
|
"module": "src/button/button-base.ts"
|
|
1864
1663
|
}
|
|
1865
1664
|
},
|
|
@@ -1874,7 +1673,7 @@
|
|
|
1874
1673
|
"attribute": "disabled",
|
|
1875
1674
|
"reflects": true,
|
|
1876
1675
|
"inheritedFrom": {
|
|
1877
|
-
"name": "
|
|
1676
|
+
"name": "UmButtonBase",
|
|
1878
1677
|
"module": "src/button/button-base.ts"
|
|
1879
1678
|
}
|
|
1880
1679
|
},
|
|
@@ -1888,7 +1687,7 @@
|
|
|
1888
1687
|
"description": "The URL that the link button points to.",
|
|
1889
1688
|
"attribute": "href",
|
|
1890
1689
|
"inheritedFrom": {
|
|
1891
|
-
"name": "
|
|
1690
|
+
"name": "UmButtonBase",
|
|
1892
1691
|
"module": "src/button/button-base.ts"
|
|
1893
1692
|
}
|
|
1894
1693
|
},
|
|
@@ -1902,7 +1701,7 @@
|
|
|
1902
1701
|
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1903
1702
|
"attribute": "target",
|
|
1904
1703
|
"inheritedFrom": {
|
|
1905
|
-
"name": "
|
|
1704
|
+
"name": "UmButtonBase",
|
|
1906
1705
|
"module": "src/button/button-base.ts"
|
|
1907
1706
|
}
|
|
1908
1707
|
},
|
|
@@ -1915,7 +1714,7 @@
|
|
|
1915
1714
|
"default": "'submit'",
|
|
1916
1715
|
"attribute": "type",
|
|
1917
1716
|
"inheritedFrom": {
|
|
1918
|
-
"name": "
|
|
1717
|
+
"name": "UmButtonBase",
|
|
1919
1718
|
"module": "src/button/button-base.ts"
|
|
1920
1719
|
}
|
|
1921
1720
|
},
|
|
@@ -1929,7 +1728,7 @@
|
|
|
1929
1728
|
"attribute": "value",
|
|
1930
1729
|
"reflects": true,
|
|
1931
1730
|
"inheritedFrom": {
|
|
1932
|
-
"name": "
|
|
1731
|
+
"name": "UmButtonBase",
|
|
1933
1732
|
"module": "src/button/button-base.ts"
|
|
1934
1733
|
}
|
|
1935
1734
|
},
|
|
@@ -1941,7 +1740,7 @@
|
|
|
1941
1740
|
},
|
|
1942
1741
|
"attribute": "name",
|
|
1943
1742
|
"inheritedFrom": {
|
|
1944
|
-
"name": "
|
|
1743
|
+
"name": "UmButtonBase",
|
|
1945
1744
|
"module": "src/button/button-base.ts"
|
|
1946
1745
|
}
|
|
1947
1746
|
},
|
|
@@ -1953,7 +1752,7 @@
|
|
|
1953
1752
|
},
|
|
1954
1753
|
"privacy": "private",
|
|
1955
1754
|
"inheritedFrom": {
|
|
1956
|
-
"name": "
|
|
1755
|
+
"name": "UmButtonBase",
|
|
1957
1756
|
"module": "src/button/button-base.ts"
|
|
1958
1757
|
}
|
|
1959
1758
|
},
|
|
@@ -1965,7 +1764,7 @@
|
|
|
1965
1764
|
},
|
|
1966
1765
|
"privacy": "private",
|
|
1967
1766
|
"inheritedFrom": {
|
|
1968
|
-
"name": "
|
|
1767
|
+
"name": "UmButtonBase",
|
|
1969
1768
|
"module": "src/button/button-base.ts"
|
|
1970
1769
|
}
|
|
1971
1770
|
},
|
|
@@ -1978,7 +1777,7 @@
|
|
|
1978
1777
|
"description": "The `<form>` element to associate the button with (its form owner). The value of this attribute must be the id of a `<form>` in the same document. (If this attribute is not set, the button is associated with its ancestor `<form>` element, if any.)",
|
|
1979
1778
|
"attribute": "form",
|
|
1980
1779
|
"inheritedFrom": {
|
|
1981
|
-
"name": "
|
|
1780
|
+
"name": "UmButtonBase",
|
|
1982
1781
|
"module": "src/button/button-base.ts"
|
|
1983
1782
|
}
|
|
1984
1783
|
},
|
|
@@ -1990,7 +1789,7 @@
|
|
|
1990
1789
|
"text": "ElementInternals"
|
|
1991
1790
|
},
|
|
1992
1791
|
"inheritedFrom": {
|
|
1993
|
-
"name": "
|
|
1792
|
+
"name": "UmButtonBase",
|
|
1994
1793
|
"module": "src/button/button-base.ts"
|
|
1995
1794
|
}
|
|
1996
1795
|
},
|
|
@@ -1999,7 +1798,7 @@
|
|
|
1999
1798
|
"name": "renderButton",
|
|
2000
1799
|
"privacy": "private",
|
|
2001
1800
|
"inheritedFrom": {
|
|
2002
|
-
"name": "
|
|
1801
|
+
"name": "UmButtonBase",
|
|
2003
1802
|
"module": "src/button/button-base.ts"
|
|
2004
1803
|
}
|
|
2005
1804
|
},
|
|
@@ -2008,7 +1807,7 @@
|
|
|
2008
1807
|
"name": "renderLink",
|
|
2009
1808
|
"privacy": "private",
|
|
2010
1809
|
"inheritedFrom": {
|
|
2011
|
-
"name": "
|
|
1810
|
+
"name": "UmButtonBase",
|
|
2012
1811
|
"module": "src/button/button-base.ts"
|
|
2013
1812
|
}
|
|
2014
1813
|
},
|
|
@@ -2016,7 +1815,7 @@
|
|
|
2016
1815
|
"kind": "method",
|
|
2017
1816
|
"name": "focus",
|
|
2018
1817
|
"inheritedFrom": {
|
|
2019
|
-
"name": "
|
|
1818
|
+
"name": "UmButtonBase",
|
|
2020
1819
|
"module": "src/button/button-base.ts"
|
|
2021
1820
|
}
|
|
2022
1821
|
},
|
|
@@ -2024,7 +1823,7 @@
|
|
|
2024
1823
|
"kind": "method",
|
|
2025
1824
|
"name": "blur",
|
|
2026
1825
|
"inheritedFrom": {
|
|
2027
|
-
"name": "
|
|
1826
|
+
"name": "UmButtonBase",
|
|
2028
1827
|
"module": "src/button/button-base.ts"
|
|
2029
1828
|
}
|
|
2030
1829
|
},
|
|
@@ -2046,7 +1845,7 @@
|
|
|
2046
1845
|
}
|
|
2047
1846
|
],
|
|
2048
1847
|
"inheritedFrom": {
|
|
2049
|
-
"name": "
|
|
1848
|
+
"name": "UmButtonBase",
|
|
2050
1849
|
"module": "src/button/button-base.ts"
|
|
2051
1850
|
}
|
|
2052
1851
|
}
|
|
@@ -2055,7 +1854,7 @@
|
|
|
2055
1854
|
{
|
|
2056
1855
|
"name": "variant",
|
|
2057
1856
|
"type": {
|
|
2058
|
-
"text": "
|
|
1857
|
+
"text": "UmIconButtonVariant"
|
|
2059
1858
|
},
|
|
2060
1859
|
"default": "'standard'",
|
|
2061
1860
|
"fieldName": "variant"
|
|
@@ -2104,7 +1903,7 @@
|
|
|
2104
1903
|
"description": "Whether the button is disabled or not.",
|
|
2105
1904
|
"fieldName": "disabled",
|
|
2106
1905
|
"inheritedFrom": {
|
|
2107
|
-
"name": "
|
|
1906
|
+
"name": "UmButtonBase",
|
|
2108
1907
|
"module": "src/button/button-base.ts"
|
|
2109
1908
|
}
|
|
2110
1909
|
},
|
|
@@ -2117,7 +1916,7 @@
|
|
|
2117
1916
|
"description": "The URL that the link button points to.",
|
|
2118
1917
|
"fieldName": "href",
|
|
2119
1918
|
"inheritedFrom": {
|
|
2120
|
-
"name": "
|
|
1919
|
+
"name": "UmButtonBase",
|
|
2121
1920
|
"module": "src/button/button-base.ts"
|
|
2122
1921
|
}
|
|
2123
1922
|
},
|
|
@@ -2130,7 +1929,7 @@
|
|
|
2130
1929
|
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
2131
1930
|
"fieldName": "target",
|
|
2132
1931
|
"inheritedFrom": {
|
|
2133
|
-
"name": "
|
|
1932
|
+
"name": "UmButtonBase",
|
|
2134
1933
|
"module": "src/button/button-base.ts"
|
|
2135
1934
|
}
|
|
2136
1935
|
},
|
|
@@ -2142,7 +1941,7 @@
|
|
|
2142
1941
|
"default": "'submit'",
|
|
2143
1942
|
"fieldName": "type",
|
|
2144
1943
|
"inheritedFrom": {
|
|
2145
|
-
"name": "
|
|
1944
|
+
"name": "UmButtonBase",
|
|
2146
1945
|
"module": "src/button/button-base.ts"
|
|
2147
1946
|
}
|
|
2148
1947
|
},
|
|
@@ -2154,7 +1953,7 @@
|
|
|
2154
1953
|
"default": "''",
|
|
2155
1954
|
"fieldName": "value",
|
|
2156
1955
|
"inheritedFrom": {
|
|
2157
|
-
"name": "
|
|
1956
|
+
"name": "UmButtonBase",
|
|
2158
1957
|
"module": "src/button/button-base.ts"
|
|
2159
1958
|
}
|
|
2160
1959
|
},
|
|
@@ -2165,7 +1964,7 @@
|
|
|
2165
1964
|
},
|
|
2166
1965
|
"fieldName": "name",
|
|
2167
1966
|
"inheritedFrom": {
|
|
2168
|
-
"name": "
|
|
1967
|
+
"name": "UmButtonBase",
|
|
2169
1968
|
"module": "src/button/button-base.ts"
|
|
2170
1969
|
}
|
|
2171
1970
|
},
|
|
@@ -2177,13 +1976,13 @@
|
|
|
2177
1976
|
"description": "The `<form>` element to associate the button with (its form owner). The value of this attribute must be the id of a `<form>` in the same document. (If this attribute is not set, the button is associated with its ancestor `<form>` element, if any.)",
|
|
2178
1977
|
"fieldName": "form",
|
|
2179
1978
|
"inheritedFrom": {
|
|
2180
|
-
"name": "
|
|
1979
|
+
"name": "UmButtonBase",
|
|
2181
1980
|
"module": "src/button/button-base.ts"
|
|
2182
1981
|
}
|
|
2183
1982
|
}
|
|
2184
1983
|
],
|
|
2185
1984
|
"superclass": {
|
|
2186
|
-
"name": "
|
|
1985
|
+
"name": "UmButtonBase",
|
|
2187
1986
|
"module": "/src/button/button-base"
|
|
2188
1987
|
},
|
|
2189
1988
|
"tagName": "u-icon-button",
|
|
@@ -2211,10 +2010,259 @@
|
|
|
2211
2010
|
},
|
|
2212
2011
|
{
|
|
2213
2012
|
"kind": "javascript-module",
|
|
2214
|
-
"path": "src/
|
|
2013
|
+
"path": "src/card/card-content.styles.ts",
|
|
2215
2014
|
"declarations": [
|
|
2216
2015
|
{
|
|
2217
|
-
"kind": "
|
|
2016
|
+
"kind": "variable",
|
|
2017
|
+
"name": "styles",
|
|
2018
|
+
"default": "css `\n :host {\n display: block;\n }\n\n :host(:has(slot > *)) {\n display: none;\n }\n\n :host([has-content]) {\n padding: var(--u-card-padding, 16px);\n }\n\n slot {\n border-radius: inherit;\n }\n`"
|
|
2019
|
+
}
|
|
2020
|
+
],
|
|
2021
|
+
"exports": [
|
|
2022
|
+
{
|
|
2023
|
+
"kind": "js",
|
|
2024
|
+
"name": "styles",
|
|
2025
|
+
"declaration": {
|
|
2026
|
+
"name": "styles",
|
|
2027
|
+
"module": "src/card/card-content.styles.ts"
|
|
2028
|
+
}
|
|
2029
|
+
}
|
|
2030
|
+
]
|
|
2031
|
+
},
|
|
2032
|
+
{
|
|
2033
|
+
"kind": "javascript-module",
|
|
2034
|
+
"path": "src/card/card-content.ts",
|
|
2035
|
+
"declarations": [
|
|
2036
|
+
{
|
|
2037
|
+
"kind": "class",
|
|
2038
|
+
"description": "",
|
|
2039
|
+
"name": "UmCardContent",
|
|
2040
|
+
"members": [
|
|
2041
|
+
{
|
|
2042
|
+
"kind": "field",
|
|
2043
|
+
"name": "hasContent",
|
|
2044
|
+
"type": {
|
|
2045
|
+
"text": "boolean"
|
|
2046
|
+
},
|
|
2047
|
+
"default": "false",
|
|
2048
|
+
"attribute": "has-content",
|
|
2049
|
+
"reflects": true
|
|
2050
|
+
},
|
|
2051
|
+
{
|
|
2052
|
+
"kind": "method",
|
|
2053
|
+
"name": "handleSlotChange",
|
|
2054
|
+
"privacy": "private",
|
|
2055
|
+
"parameters": [
|
|
2056
|
+
{
|
|
2057
|
+
"name": "e",
|
|
2058
|
+
"type": {
|
|
2059
|
+
"text": "Event"
|
|
2060
|
+
}
|
|
2061
|
+
}
|
|
2062
|
+
]
|
|
2063
|
+
}
|
|
2064
|
+
],
|
|
2065
|
+
"attributes": [
|
|
2066
|
+
{
|
|
2067
|
+
"name": "has-content",
|
|
2068
|
+
"type": {
|
|
2069
|
+
"text": "boolean"
|
|
2070
|
+
},
|
|
2071
|
+
"default": "false",
|
|
2072
|
+
"fieldName": "hasContent"
|
|
2073
|
+
}
|
|
2074
|
+
],
|
|
2075
|
+
"superclass": {
|
|
2076
|
+
"name": "LitElement",
|
|
2077
|
+
"package": "lit"
|
|
2078
|
+
},
|
|
2079
|
+
"tagName": "u-card-content",
|
|
2080
|
+
"customElement": true
|
|
2081
|
+
}
|
|
2082
|
+
],
|
|
2083
|
+
"exports": [
|
|
2084
|
+
{
|
|
2085
|
+
"kind": "js",
|
|
2086
|
+
"name": "UmCardContent",
|
|
2087
|
+
"declaration": {
|
|
2088
|
+
"name": "UmCardContent",
|
|
2089
|
+
"module": "src/card/card-content.ts"
|
|
2090
|
+
}
|
|
2091
|
+
},
|
|
2092
|
+
{
|
|
2093
|
+
"kind": "custom-element-definition",
|
|
2094
|
+
"name": "u-card-content",
|
|
2095
|
+
"declaration": {
|
|
2096
|
+
"name": "UmCardContent",
|
|
2097
|
+
"module": "src/card/card-content.ts"
|
|
2098
|
+
}
|
|
2099
|
+
}
|
|
2100
|
+
]
|
|
2101
|
+
},
|
|
2102
|
+
{
|
|
2103
|
+
"kind": "javascript-module",
|
|
2104
|
+
"path": "src/card/card-media.styles.ts",
|
|
2105
|
+
"declarations": [
|
|
2106
|
+
{
|
|
2107
|
+
"kind": "variable",
|
|
2108
|
+
"name": "styles",
|
|
2109
|
+
"default": "css `\n :host {\n display: block;\n aspect-ratio: 1;\n border-radius: var(--u-card-shape-corner, var(--u-shape-corner-medium, 12px));\n }\n\n :host([wide]) {\n aspect-ratio: 16/9;\n }\n`"
|
|
2110
|
+
}
|
|
2111
|
+
],
|
|
2112
|
+
"exports": [
|
|
2113
|
+
{
|
|
2114
|
+
"kind": "js",
|
|
2115
|
+
"name": "styles",
|
|
2116
|
+
"declaration": {
|
|
2117
|
+
"name": "styles",
|
|
2118
|
+
"module": "src/card/card-media.styles.ts"
|
|
2119
|
+
}
|
|
2120
|
+
}
|
|
2121
|
+
]
|
|
2122
|
+
},
|
|
2123
|
+
{
|
|
2124
|
+
"kind": "javascript-module",
|
|
2125
|
+
"path": "src/card/card-media.ts",
|
|
2126
|
+
"declarations": [
|
|
2127
|
+
{
|
|
2128
|
+
"kind": "class",
|
|
2129
|
+
"description": "",
|
|
2130
|
+
"name": "UmCardMedia",
|
|
2131
|
+
"members": [
|
|
2132
|
+
{
|
|
2133
|
+
"kind": "field",
|
|
2134
|
+
"name": "wide",
|
|
2135
|
+
"type": {
|
|
2136
|
+
"text": "boolean"
|
|
2137
|
+
},
|
|
2138
|
+
"default": "false",
|
|
2139
|
+
"attribute": "wide",
|
|
2140
|
+
"reflects": true
|
|
2141
|
+
}
|
|
2142
|
+
],
|
|
2143
|
+
"attributes": [
|
|
2144
|
+
{
|
|
2145
|
+
"name": "wide",
|
|
2146
|
+
"type": {
|
|
2147
|
+
"text": "boolean"
|
|
2148
|
+
},
|
|
2149
|
+
"default": "false",
|
|
2150
|
+
"fieldName": "wide"
|
|
2151
|
+
}
|
|
2152
|
+
],
|
|
2153
|
+
"superclass": {
|
|
2154
|
+
"name": "LitElement",
|
|
2155
|
+
"package": "lit"
|
|
2156
|
+
},
|
|
2157
|
+
"tagName": "u-card-media",
|
|
2158
|
+
"customElement": true
|
|
2159
|
+
}
|
|
2160
|
+
],
|
|
2161
|
+
"exports": [
|
|
2162
|
+
{
|
|
2163
|
+
"kind": "js",
|
|
2164
|
+
"name": "UmCardMedia",
|
|
2165
|
+
"declaration": {
|
|
2166
|
+
"name": "UmCardMedia",
|
|
2167
|
+
"module": "src/card/card-media.ts"
|
|
2168
|
+
}
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"kind": "custom-element-definition",
|
|
2172
|
+
"name": "u-card-media",
|
|
2173
|
+
"declaration": {
|
|
2174
|
+
"name": "UmCardMedia",
|
|
2175
|
+
"module": "src/card/card-media.ts"
|
|
2176
|
+
}
|
|
2177
|
+
}
|
|
2178
|
+
]
|
|
2179
|
+
},
|
|
2180
|
+
{
|
|
2181
|
+
"kind": "javascript-module",
|
|
2182
|
+
"path": "src/card/card.styles.ts",
|
|
2183
|
+
"declarations": [
|
|
2184
|
+
{
|
|
2185
|
+
"kind": "variable",
|
|
2186
|
+
"name": "styles",
|
|
2187
|
+
"default": "css `\n :host {\n display: block;\n position: relative;\n border-radius: var(--u-card-shape-corner, var(--u-shape-corner-medium, 12px));\n }\n\n :host(:not(:first-child)) {\n margin-top: 8px;\n }\n\n :host([variant=elevated]) {\n background-color: var(--u-color-surface-container-low, rgb(247, 242, 250));\n }\n :host([variant=elevated]) u-elevation {\n --u-elevation-level: var(--u-elevated-card-elevation-level, 1);\n }\n\n :host([variant=filled]) {\n background-color: var(--u-color-surface-container-highest, rgb(230, 224, 233));\n }\n\n :host([variant=outlined]) {\n border: var(--u-outlined-card-outline-width, 1px) solid var(--u-outlined-card-outline-color, var(--u-color-outline-variant, rgb(202, 196, 208)));\n }\n\n u-card-content,\n slot {\n border-radius: inherit;\n }\n`"
|
|
2188
|
+
}
|
|
2189
|
+
],
|
|
2190
|
+
"exports": [
|
|
2191
|
+
{
|
|
2192
|
+
"kind": "js",
|
|
2193
|
+
"name": "styles",
|
|
2194
|
+
"declaration": {
|
|
2195
|
+
"name": "styles",
|
|
2196
|
+
"module": "src/card/card.styles.ts"
|
|
2197
|
+
}
|
|
2198
|
+
}
|
|
2199
|
+
]
|
|
2200
|
+
},
|
|
2201
|
+
{
|
|
2202
|
+
"kind": "javascript-module",
|
|
2203
|
+
"path": "src/card/card.ts",
|
|
2204
|
+
"declarations": [
|
|
2205
|
+
{
|
|
2206
|
+
"kind": "class",
|
|
2207
|
+
"description": "",
|
|
2208
|
+
"name": "UmCard",
|
|
2209
|
+
"members": [
|
|
2210
|
+
{
|
|
2211
|
+
"kind": "field",
|
|
2212
|
+
"name": "variant",
|
|
2213
|
+
"type": {
|
|
2214
|
+
"text": "UmCardVariant"
|
|
2215
|
+
},
|
|
2216
|
+
"default": "'filled'",
|
|
2217
|
+
"description": "The Card variant to render.",
|
|
2218
|
+
"attribute": "variant",
|
|
2219
|
+
"reflects": true
|
|
2220
|
+
}
|
|
2221
|
+
],
|
|
2222
|
+
"attributes": [
|
|
2223
|
+
{
|
|
2224
|
+
"name": "variant",
|
|
2225
|
+
"type": {
|
|
2226
|
+
"text": "UmCardVariant"
|
|
2227
|
+
},
|
|
2228
|
+
"default": "'filled'",
|
|
2229
|
+
"description": "The Card variant to render.",
|
|
2230
|
+
"fieldName": "variant"
|
|
2231
|
+
}
|
|
2232
|
+
],
|
|
2233
|
+
"superclass": {
|
|
2234
|
+
"name": "LitElement",
|
|
2235
|
+
"package": "lit"
|
|
2236
|
+
},
|
|
2237
|
+
"tagName": "u-card",
|
|
2238
|
+
"customElement": true
|
|
2239
|
+
}
|
|
2240
|
+
],
|
|
2241
|
+
"exports": [
|
|
2242
|
+
{
|
|
2243
|
+
"kind": "js",
|
|
2244
|
+
"name": "UmCard",
|
|
2245
|
+
"declaration": {
|
|
2246
|
+
"name": "UmCard",
|
|
2247
|
+
"module": "src/card/card.ts"
|
|
2248
|
+
}
|
|
2249
|
+
},
|
|
2250
|
+
{
|
|
2251
|
+
"kind": "custom-element-definition",
|
|
2252
|
+
"name": "u-card",
|
|
2253
|
+
"declaration": {
|
|
2254
|
+
"name": "UmCard",
|
|
2255
|
+
"module": "src/card/card.ts"
|
|
2256
|
+
}
|
|
2257
|
+
}
|
|
2258
|
+
]
|
|
2259
|
+
},
|
|
2260
|
+
{
|
|
2261
|
+
"kind": "javascript-module",
|
|
2262
|
+
"path": "src/checkbox/checkbox.ts",
|
|
2263
|
+
"declarations": [
|
|
2264
|
+
{
|
|
2265
|
+
"kind": "class",
|
|
2218
2266
|
"description": "",
|
|
2219
2267
|
"name": "UmCheckbox",
|
|
2220
2268
|
"members": [
|
|
@@ -2243,266 +2291,1070 @@
|
|
|
2243
2291
|
"privacy": "private"
|
|
2244
2292
|
},
|
|
2245
2293
|
{
|
|
2246
|
-
"kind": "method",
|
|
2247
|
-
"name": "handleSlotChange",
|
|
2248
|
-
"privacy": "private",
|
|
2249
|
-
"return": {
|
|
2250
|
-
"type": {
|
|
2251
|
-
"text": "void"
|
|
2252
|
-
}
|
|
2294
|
+
"kind": "method",
|
|
2295
|
+
"name": "handleSlotChange",
|
|
2296
|
+
"privacy": "private",
|
|
2297
|
+
"return": {
|
|
2298
|
+
"type": {
|
|
2299
|
+
"text": "void"
|
|
2300
|
+
}
|
|
2301
|
+
}
|
|
2302
|
+
},
|
|
2303
|
+
{
|
|
2304
|
+
"kind": "field",
|
|
2305
|
+
"name": "handleInputChange",
|
|
2306
|
+
"privacy": "private"
|
|
2307
|
+
}
|
|
2308
|
+
],
|
|
2309
|
+
"superclass": {
|
|
2310
|
+
"name": "LitElement",
|
|
2311
|
+
"package": "lit"
|
|
2312
|
+
},
|
|
2313
|
+
"tagName": "u-checkbox",
|
|
2314
|
+
"customElement": true
|
|
2315
|
+
}
|
|
2316
|
+
],
|
|
2317
|
+
"exports": [
|
|
2318
|
+
{
|
|
2319
|
+
"kind": "js",
|
|
2320
|
+
"name": "UmCheckbox",
|
|
2321
|
+
"declaration": {
|
|
2322
|
+
"name": "UmCheckbox",
|
|
2323
|
+
"module": "src/checkbox/checkbox.ts"
|
|
2324
|
+
}
|
|
2325
|
+
},
|
|
2326
|
+
{
|
|
2327
|
+
"kind": "custom-element-definition",
|
|
2328
|
+
"name": "u-checkbox",
|
|
2329
|
+
"declaration": {
|
|
2330
|
+
"name": "UmCheckbox",
|
|
2331
|
+
"module": "src/checkbox/checkbox.ts"
|
|
2332
|
+
}
|
|
2333
|
+
}
|
|
2334
|
+
]
|
|
2335
|
+
},
|
|
2336
|
+
{
|
|
2337
|
+
"kind": "javascript-module",
|
|
2338
|
+
"path": "src/divider/divider.styles.ts",
|
|
2339
|
+
"declarations": [
|
|
2340
|
+
{
|
|
2341
|
+
"kind": "variable",
|
|
2342
|
+
"name": "styles",
|
|
2343
|
+
"default": "css `\n :host {\n --_divider-thickness: var(--u-divider-thickness, 1px);\n display: block;\n margin-block: 8px;\n height: var(--_divider-thickness);\n background-color: var(--u-divider-color, var(--u-color-outline-variant, rgb(202, 196, 208)));\n }\n\n :host([no-margin]) {\n margin: 0;\n }\n`"
|
|
2344
|
+
}
|
|
2345
|
+
],
|
|
2346
|
+
"exports": [
|
|
2347
|
+
{
|
|
2348
|
+
"kind": "js",
|
|
2349
|
+
"name": "styles",
|
|
2350
|
+
"declaration": {
|
|
2351
|
+
"name": "styles",
|
|
2352
|
+
"module": "src/divider/divider.styles.ts"
|
|
2353
|
+
}
|
|
2354
|
+
}
|
|
2355
|
+
]
|
|
2356
|
+
},
|
|
2357
|
+
{
|
|
2358
|
+
"kind": "javascript-module",
|
|
2359
|
+
"path": "src/divider/divider.ts",
|
|
2360
|
+
"declarations": [
|
|
2361
|
+
{
|
|
2362
|
+
"kind": "class",
|
|
2363
|
+
"description": "",
|
|
2364
|
+
"name": "UmDivider",
|
|
2365
|
+
"members": [
|
|
2366
|
+
{
|
|
2367
|
+
"kind": "field",
|
|
2368
|
+
"name": "noMargin",
|
|
2369
|
+
"type": {
|
|
2370
|
+
"text": "boolean"
|
|
2371
|
+
},
|
|
2372
|
+
"default": "false",
|
|
2373
|
+
"description": "When true, remove the margin of the divider",
|
|
2374
|
+
"attribute": "no-margin",
|
|
2375
|
+
"reflects": true
|
|
2376
|
+
}
|
|
2377
|
+
],
|
|
2378
|
+
"attributes": [
|
|
2379
|
+
{
|
|
2380
|
+
"name": "no-margin",
|
|
2381
|
+
"type": {
|
|
2382
|
+
"text": "boolean"
|
|
2383
|
+
},
|
|
2384
|
+
"default": "false",
|
|
2385
|
+
"description": "When true, remove the margin of the divider",
|
|
2386
|
+
"fieldName": "noMargin"
|
|
2387
|
+
}
|
|
2388
|
+
],
|
|
2389
|
+
"superclass": {
|
|
2390
|
+
"name": "LitElement",
|
|
2391
|
+
"package": "lit"
|
|
2392
|
+
},
|
|
2393
|
+
"tagName": "u-divider",
|
|
2394
|
+
"customElement": true
|
|
2395
|
+
}
|
|
2396
|
+
],
|
|
2397
|
+
"exports": [
|
|
2398
|
+
{
|
|
2399
|
+
"kind": "js",
|
|
2400
|
+
"name": "UmDivider",
|
|
2401
|
+
"declaration": {
|
|
2402
|
+
"name": "UmDivider",
|
|
2403
|
+
"module": "src/divider/divider.ts"
|
|
2404
|
+
}
|
|
2405
|
+
},
|
|
2406
|
+
{
|
|
2407
|
+
"kind": "custom-element-definition",
|
|
2408
|
+
"name": "u-divider",
|
|
2409
|
+
"declaration": {
|
|
2410
|
+
"name": "UmDivider",
|
|
2411
|
+
"module": "src/divider/divider.ts"
|
|
2412
|
+
}
|
|
2413
|
+
}
|
|
2414
|
+
]
|
|
2415
|
+
},
|
|
2416
|
+
{
|
|
2417
|
+
"kind": "javascript-module",
|
|
2418
|
+
"path": "src/elevation/elevation.styles.ts",
|
|
2419
|
+
"declarations": [
|
|
2420
|
+
{
|
|
2421
|
+
"kind": "variable",
|
|
2422
|
+
"name": "styles",
|
|
2423
|
+
"default": "css `\n :host {\n --_level: var(--u-elevation-level, 0);\n --_shadow-color: var(--u-color-shadow, rgb(0, 0, 0));\n -webkit-tap-highlight-color: transparent;\n position: absolute;\n inset: 0;\n border-radius: inherit;\n pointer-events: none;\n }\n :host::before, :host::after {\n content: \"\";\n position: absolute;\n inset: 0;\n border-radius: inherit;\n transition: box-shadow 150ms ease-in-out;\n }\n :host::before {\n box-shadow: 0 calc(1px * (clamp(0, var(--_level), 1) + clamp(0, var(--_level) - 3, 1) + 2 * clamp(0, var(--_level) - 4, 1))) calc(1px * (2 * clamp(0, var(--_level), 1) + clamp(0, var(--_level) - 2, 1) + clamp(0, var(--_level) - 4, 1))) 0 var(--_shadow-color);\n opacity: 0.3;\n }\n :host::after {\n box-shadow: 0 calc(1px * (clamp(0, var(--_level), 1) + clamp(0, var(--_level) - 1, 1) + 2 * clamp(0, var(--_level) - 2, 3))) calc(1px * (3 * clamp(0, var(--_level), 2) + 2 * clamp(0, var(--_level) - 2, 3))) calc(1px * (clamp(0, var(--_level), 4) + 2 * clamp(0, var(--_level) - 4, 1))) var(--_shadow-color);\n opacity: 0.15;\n }\n`"
|
|
2424
|
+
}
|
|
2425
|
+
],
|
|
2426
|
+
"exports": [
|
|
2427
|
+
{
|
|
2428
|
+
"kind": "js",
|
|
2429
|
+
"name": "styles",
|
|
2430
|
+
"declaration": {
|
|
2431
|
+
"name": "styles",
|
|
2432
|
+
"module": "src/elevation/elevation.styles.ts"
|
|
2433
|
+
}
|
|
2434
|
+
}
|
|
2435
|
+
]
|
|
2436
|
+
},
|
|
2437
|
+
{
|
|
2438
|
+
"kind": "javascript-module",
|
|
2439
|
+
"path": "src/elevation/elevation.ts",
|
|
2440
|
+
"declarations": [
|
|
2441
|
+
{
|
|
2442
|
+
"kind": "class",
|
|
2443
|
+
"description": "",
|
|
2444
|
+
"name": "UmElevation",
|
|
2445
|
+
"members": [
|
|
2446
|
+
{
|
|
2447
|
+
"kind": "field",
|
|
2448
|
+
"name": "ariaHidden",
|
|
2449
|
+
"type": {
|
|
2450
|
+
"text": "string"
|
|
2451
|
+
},
|
|
2452
|
+
"default": "\"true\""
|
|
2453
|
+
}
|
|
2454
|
+
],
|
|
2455
|
+
"superclass": {
|
|
2456
|
+
"name": "LitElement",
|
|
2457
|
+
"package": "lit"
|
|
2458
|
+
},
|
|
2459
|
+
"tagName": "u-elevation",
|
|
2460
|
+
"customElement": true
|
|
2461
|
+
}
|
|
2462
|
+
],
|
|
2463
|
+
"exports": [
|
|
2464
|
+
{
|
|
2465
|
+
"kind": "js",
|
|
2466
|
+
"name": "UmElevation",
|
|
2467
|
+
"declaration": {
|
|
2468
|
+
"name": "UmElevation",
|
|
2469
|
+
"module": "src/elevation/elevation.ts"
|
|
2470
|
+
}
|
|
2471
|
+
},
|
|
2472
|
+
{
|
|
2473
|
+
"kind": "custom-element-definition",
|
|
2474
|
+
"name": "u-elevation",
|
|
2475
|
+
"declaration": {
|
|
2476
|
+
"name": "UmElevation",
|
|
2477
|
+
"module": "src/elevation/elevation.ts"
|
|
2478
|
+
}
|
|
2479
|
+
}
|
|
2480
|
+
]
|
|
2481
|
+
},
|
|
2482
|
+
{
|
|
2483
|
+
"kind": "javascript-module",
|
|
2484
|
+
"path": "src/container/container.styles.ts",
|
|
2485
|
+
"declarations": [
|
|
2486
|
+
{
|
|
2487
|
+
"kind": "variable",
|
|
2488
|
+
"name": "styles",
|
|
2489
|
+
"default": "css `\n :host {\n display: block;\n }\n\n :host::after {\n content: \"\";\n display: block;\n }\n`"
|
|
2490
|
+
}
|
|
2491
|
+
],
|
|
2492
|
+
"exports": [
|
|
2493
|
+
{
|
|
2494
|
+
"kind": "js",
|
|
2495
|
+
"name": "styles",
|
|
2496
|
+
"declaration": {
|
|
2497
|
+
"name": "styles",
|
|
2498
|
+
"module": "src/container/container.styles.ts"
|
|
2499
|
+
}
|
|
2500
|
+
}
|
|
2501
|
+
]
|
|
2502
|
+
},
|
|
2503
|
+
{
|
|
2504
|
+
"kind": "javascript-module",
|
|
2505
|
+
"path": "src/container/container.ts",
|
|
2506
|
+
"declarations": [
|
|
2507
|
+
{
|
|
2508
|
+
"kind": "class",
|
|
2509
|
+
"description": "",
|
|
2510
|
+
"name": "UmContainer",
|
|
2511
|
+
"members": [
|
|
2512
|
+
{
|
|
2513
|
+
"kind": "field",
|
|
2514
|
+
"name": "margin",
|
|
2515
|
+
"type": {
|
|
2516
|
+
"text": "UmSpacingSizes | undefined"
|
|
2517
|
+
},
|
|
2518
|
+
"attribute": "margin",
|
|
2519
|
+
"reflects": true,
|
|
2520
|
+
"inheritedFrom": {
|
|
2521
|
+
"name": "GridBase",
|
|
2522
|
+
"module": "src/container/grid-base.ts"
|
|
2523
|
+
}
|
|
2524
|
+
},
|
|
2525
|
+
{
|
|
2526
|
+
"kind": "field",
|
|
2527
|
+
"name": "marginSmall",
|
|
2528
|
+
"type": {
|
|
2529
|
+
"text": "UmSpacingSizes | undefined"
|
|
2530
|
+
},
|
|
2531
|
+
"attribute": "margin-sm",
|
|
2532
|
+
"reflects": true,
|
|
2533
|
+
"inheritedFrom": {
|
|
2534
|
+
"name": "GridBase",
|
|
2535
|
+
"module": "src/container/grid-base.ts"
|
|
2536
|
+
}
|
|
2537
|
+
},
|
|
2538
|
+
{
|
|
2539
|
+
"kind": "field",
|
|
2540
|
+
"name": "marginMedium",
|
|
2541
|
+
"type": {
|
|
2542
|
+
"text": "UmSpacingSizes | undefined"
|
|
2543
|
+
},
|
|
2544
|
+
"attribute": "margin-md",
|
|
2545
|
+
"reflects": true,
|
|
2546
|
+
"inheritedFrom": {
|
|
2547
|
+
"name": "GridBase",
|
|
2548
|
+
"module": "src/container/grid-base.ts"
|
|
2549
|
+
}
|
|
2550
|
+
},
|
|
2551
|
+
{
|
|
2552
|
+
"kind": "field",
|
|
2553
|
+
"name": "marginLarge",
|
|
2554
|
+
"type": {
|
|
2555
|
+
"text": "UmSpacingSizes | undefined"
|
|
2556
|
+
},
|
|
2557
|
+
"attribute": "margin-lg",
|
|
2558
|
+
"reflects": true,
|
|
2559
|
+
"inheritedFrom": {
|
|
2560
|
+
"name": "GridBase",
|
|
2561
|
+
"module": "src/container/grid-base.ts"
|
|
2562
|
+
}
|
|
2563
|
+
},
|
|
2564
|
+
{
|
|
2565
|
+
"kind": "field",
|
|
2566
|
+
"name": "marginExtraLarge",
|
|
2567
|
+
"type": {
|
|
2568
|
+
"text": "UmSpacingSizes | undefined"
|
|
2569
|
+
},
|
|
2570
|
+
"attribute": "margin-xl",
|
|
2571
|
+
"reflects": true,
|
|
2572
|
+
"inheritedFrom": {
|
|
2573
|
+
"name": "GridBase",
|
|
2574
|
+
"module": "src/container/grid-base.ts"
|
|
2575
|
+
}
|
|
2576
|
+
},
|
|
2577
|
+
{
|
|
2578
|
+
"kind": "field",
|
|
2579
|
+
"name": "fullWidth",
|
|
2580
|
+
"type": {
|
|
2581
|
+
"text": "boolean"
|
|
2582
|
+
},
|
|
2583
|
+
"default": "false",
|
|
2584
|
+
"attribute": "full-width",
|
|
2585
|
+
"reflects": true,
|
|
2586
|
+
"inheritedFrom": {
|
|
2587
|
+
"name": "GridBase",
|
|
2588
|
+
"module": "src/container/grid-base.ts"
|
|
2589
|
+
}
|
|
2590
|
+
}
|
|
2591
|
+
],
|
|
2592
|
+
"superclass": {
|
|
2593
|
+
"name": "GridBase",
|
|
2594
|
+
"module": "/src/container/grid-base.js"
|
|
2595
|
+
},
|
|
2596
|
+
"tagName": "u-container",
|
|
2597
|
+
"customElement": true,
|
|
2598
|
+
"attributes": [
|
|
2599
|
+
{
|
|
2600
|
+
"name": "margin",
|
|
2601
|
+
"type": {
|
|
2602
|
+
"text": "UmSpacingSizes | undefined"
|
|
2603
|
+
},
|
|
2604
|
+
"fieldName": "margin",
|
|
2605
|
+
"inheritedFrom": {
|
|
2606
|
+
"name": "GridBase",
|
|
2607
|
+
"module": "src/container/grid-base.ts"
|
|
2608
|
+
}
|
|
2609
|
+
},
|
|
2610
|
+
{
|
|
2611
|
+
"name": "margin-sm",
|
|
2612
|
+
"type": {
|
|
2613
|
+
"text": "UmSpacingSizes | undefined"
|
|
2614
|
+
},
|
|
2615
|
+
"fieldName": "marginSmall",
|
|
2616
|
+
"inheritedFrom": {
|
|
2617
|
+
"name": "GridBase",
|
|
2618
|
+
"module": "src/container/grid-base.ts"
|
|
2619
|
+
}
|
|
2620
|
+
},
|
|
2621
|
+
{
|
|
2622
|
+
"name": "margin-md",
|
|
2623
|
+
"type": {
|
|
2624
|
+
"text": "UmSpacingSizes | undefined"
|
|
2625
|
+
},
|
|
2626
|
+
"fieldName": "marginMedium",
|
|
2627
|
+
"inheritedFrom": {
|
|
2628
|
+
"name": "GridBase",
|
|
2629
|
+
"module": "src/container/grid-base.ts"
|
|
2630
|
+
}
|
|
2631
|
+
},
|
|
2632
|
+
{
|
|
2633
|
+
"name": "margin-lg",
|
|
2634
|
+
"type": {
|
|
2635
|
+
"text": "UmSpacingSizes | undefined"
|
|
2636
|
+
},
|
|
2637
|
+
"fieldName": "marginLarge",
|
|
2638
|
+
"inheritedFrom": {
|
|
2639
|
+
"name": "GridBase",
|
|
2640
|
+
"module": "src/container/grid-base.ts"
|
|
2641
|
+
}
|
|
2642
|
+
},
|
|
2643
|
+
{
|
|
2644
|
+
"name": "margin-xl",
|
|
2645
|
+
"type": {
|
|
2646
|
+
"text": "UmSpacingSizes | undefined"
|
|
2647
|
+
},
|
|
2648
|
+
"fieldName": "marginExtraLarge",
|
|
2649
|
+
"inheritedFrom": {
|
|
2650
|
+
"name": "GridBase",
|
|
2651
|
+
"module": "src/container/grid-base.ts"
|
|
2652
|
+
}
|
|
2653
|
+
},
|
|
2654
|
+
{
|
|
2655
|
+
"name": "full-width",
|
|
2656
|
+
"type": {
|
|
2657
|
+
"text": "boolean"
|
|
2658
|
+
},
|
|
2659
|
+
"default": "false",
|
|
2660
|
+
"fieldName": "fullWidth",
|
|
2661
|
+
"inheritedFrom": {
|
|
2662
|
+
"name": "GridBase",
|
|
2663
|
+
"module": "src/container/grid-base.ts"
|
|
2664
|
+
}
|
|
2665
|
+
}
|
|
2666
|
+
]
|
|
2667
|
+
}
|
|
2668
|
+
],
|
|
2669
|
+
"exports": [
|
|
2670
|
+
{
|
|
2671
|
+
"kind": "js",
|
|
2672
|
+
"name": "UmContainer",
|
|
2673
|
+
"declaration": {
|
|
2674
|
+
"name": "UmContainer",
|
|
2675
|
+
"module": "src/container/container.ts"
|
|
2676
|
+
}
|
|
2677
|
+
},
|
|
2678
|
+
{
|
|
2679
|
+
"kind": "custom-element-definition",
|
|
2680
|
+
"name": "u-container",
|
|
2681
|
+
"declaration": {
|
|
2682
|
+
"name": "UmContainer",
|
|
2683
|
+
"module": "src/container/container.ts"
|
|
2684
|
+
}
|
|
2685
|
+
}
|
|
2686
|
+
]
|
|
2687
|
+
},
|
|
2688
|
+
{
|
|
2689
|
+
"kind": "javascript-module",
|
|
2690
|
+
"path": "src/container/grid-base.styles.ts",
|
|
2691
|
+
"declarations": [
|
|
2692
|
+
{
|
|
2693
|
+
"kind": "variable",
|
|
2694
|
+
"name": "styles",
|
|
2695
|
+
"default": "css `\n :host {\n --_grid-spacing-sm: var(--u-spacing-sm, 8px);\n --_grid-spacing-md: var(--u-spacing-md, 16px);\n --_grid-spacing-lg: var(--u-spacing-lg, 24px);\n --_grid-spacing-xl: var(--u-spacing-xl, 40px);\n --_grid-spacing-default: var(--u-grid-spacing-default, var(--_grid-spacing-md));\n --_grid-margin: var(--u-grid-margin-default, var(--_grid-spacing-default));\n }\n\n :host([margin=none]) {\n --_grid-margin: 0;\n }\n\n :host([margin=small]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-sm));\n }\n\n :host([margin=medium]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-md));\n }\n\n :host([margin=large]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-lg));\n }\n\n :host([margin=extra-large]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-xl));\n }\n\n @media (min-width: 600px) {\n :host([margin-sm=none]) {\n --_grid-margin: 0;\n }\n :host([margin-sm=small]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-sm));\n }\n :host([margin-sm=medium]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-md));\n }\n :host([margin-sm=large]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-lg));\n }\n :host([margin-sm=extra-large]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-xl));\n }\n }\n @media (min-width: 840px) {\n :host([margin-md=none]) {\n --_grid-margin: 0;\n }\n :host([margin-md=small]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-sm));\n }\n :host([margin-md=medium]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-md));\n }\n :host([margin-md=large]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-lg));\n }\n :host([margin-md=extra-large]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-xl));\n }\n }\n @media (min-width: 1200px) {\n :host([margin-lg=none]) {\n --_grid-margin: 0;\n }\n :host([margin-lg=small]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-sm));\n }\n :host([margin-lg=medium]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-md));\n }\n :host([margin-lg=large]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-lg));\n }\n :host([margin-lg=extra-large]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-xl));\n }\n }\n @media (min-width: 1600px) {\n :host([margin-xl=none]) {\n --_grid-margin: 0;\n }\n :host([margin-xl=small]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-sm));\n }\n :host([margin-xl=medium]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-md));\n }\n :host([margin-xl=large]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-lg));\n }\n :host([margin-xl=extra-large]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-xl));\n }\n }\n :host {\n width: 100%;\n margin-inline: auto;\n padding: var(--u-grid-margin, var(--_grid-margin));\n }\n :host:host::after {\n content: \"\";\n display: block;\n }\n\n :host(:not([full-width])) {\n max-width: var(--u-container-max-width, 992px);\n }\n`"
|
|
2696
|
+
}
|
|
2697
|
+
],
|
|
2698
|
+
"exports": [
|
|
2699
|
+
{
|
|
2700
|
+
"kind": "js",
|
|
2701
|
+
"name": "styles",
|
|
2702
|
+
"declaration": {
|
|
2703
|
+
"name": "styles",
|
|
2704
|
+
"module": "src/container/grid-base.styles.ts"
|
|
2705
|
+
}
|
|
2706
|
+
}
|
|
2707
|
+
]
|
|
2708
|
+
},
|
|
2709
|
+
{
|
|
2710
|
+
"kind": "javascript-module",
|
|
2711
|
+
"path": "src/container/grid-base.ts",
|
|
2712
|
+
"declarations": [
|
|
2713
|
+
{
|
|
2714
|
+
"kind": "class",
|
|
2715
|
+
"description": "",
|
|
2716
|
+
"name": "GridBase",
|
|
2717
|
+
"members": [
|
|
2718
|
+
{
|
|
2719
|
+
"kind": "field",
|
|
2720
|
+
"name": "margin",
|
|
2721
|
+
"type": {
|
|
2722
|
+
"text": "UmSpacingSizes | undefined"
|
|
2723
|
+
},
|
|
2724
|
+
"attribute": "margin",
|
|
2725
|
+
"reflects": true
|
|
2726
|
+
},
|
|
2727
|
+
{
|
|
2728
|
+
"kind": "field",
|
|
2729
|
+
"name": "marginSmall",
|
|
2730
|
+
"type": {
|
|
2731
|
+
"text": "UmSpacingSizes | undefined"
|
|
2732
|
+
},
|
|
2733
|
+
"attribute": "margin-sm",
|
|
2734
|
+
"reflects": true
|
|
2735
|
+
},
|
|
2736
|
+
{
|
|
2737
|
+
"kind": "field",
|
|
2738
|
+
"name": "marginMedium",
|
|
2739
|
+
"type": {
|
|
2740
|
+
"text": "UmSpacingSizes | undefined"
|
|
2741
|
+
},
|
|
2742
|
+
"attribute": "margin-md",
|
|
2743
|
+
"reflects": true
|
|
2744
|
+
},
|
|
2745
|
+
{
|
|
2746
|
+
"kind": "field",
|
|
2747
|
+
"name": "marginLarge",
|
|
2748
|
+
"type": {
|
|
2749
|
+
"text": "UmSpacingSizes | undefined"
|
|
2750
|
+
},
|
|
2751
|
+
"attribute": "margin-lg",
|
|
2752
|
+
"reflects": true
|
|
2753
|
+
},
|
|
2754
|
+
{
|
|
2755
|
+
"kind": "field",
|
|
2756
|
+
"name": "marginExtraLarge",
|
|
2757
|
+
"type": {
|
|
2758
|
+
"text": "UmSpacingSizes | undefined"
|
|
2759
|
+
},
|
|
2760
|
+
"attribute": "margin-xl",
|
|
2761
|
+
"reflects": true
|
|
2762
|
+
},
|
|
2763
|
+
{
|
|
2764
|
+
"kind": "field",
|
|
2765
|
+
"name": "fullWidth",
|
|
2766
|
+
"type": {
|
|
2767
|
+
"text": "boolean"
|
|
2768
|
+
},
|
|
2769
|
+
"default": "false",
|
|
2770
|
+
"attribute": "full-width",
|
|
2771
|
+
"reflects": true
|
|
2772
|
+
}
|
|
2773
|
+
],
|
|
2774
|
+
"attributes": [
|
|
2775
|
+
{
|
|
2776
|
+
"name": "margin",
|
|
2777
|
+
"type": {
|
|
2778
|
+
"text": "UmSpacingSizes | undefined"
|
|
2779
|
+
},
|
|
2780
|
+
"fieldName": "margin"
|
|
2781
|
+
},
|
|
2782
|
+
{
|
|
2783
|
+
"name": "margin-sm",
|
|
2784
|
+
"type": {
|
|
2785
|
+
"text": "UmSpacingSizes | undefined"
|
|
2786
|
+
},
|
|
2787
|
+
"fieldName": "marginSmall"
|
|
2788
|
+
},
|
|
2789
|
+
{
|
|
2790
|
+
"name": "margin-md",
|
|
2791
|
+
"type": {
|
|
2792
|
+
"text": "UmSpacingSizes | undefined"
|
|
2793
|
+
},
|
|
2794
|
+
"fieldName": "marginMedium"
|
|
2795
|
+
},
|
|
2796
|
+
{
|
|
2797
|
+
"name": "margin-lg",
|
|
2798
|
+
"type": {
|
|
2799
|
+
"text": "UmSpacingSizes | undefined"
|
|
2800
|
+
},
|
|
2801
|
+
"fieldName": "marginLarge"
|
|
2802
|
+
},
|
|
2803
|
+
{
|
|
2804
|
+
"name": "margin-xl",
|
|
2805
|
+
"type": {
|
|
2806
|
+
"text": "UmSpacingSizes | undefined"
|
|
2807
|
+
},
|
|
2808
|
+
"fieldName": "marginExtraLarge"
|
|
2809
|
+
},
|
|
2810
|
+
{
|
|
2811
|
+
"name": "full-width",
|
|
2812
|
+
"type": {
|
|
2813
|
+
"text": "boolean"
|
|
2814
|
+
},
|
|
2815
|
+
"default": "false",
|
|
2816
|
+
"fieldName": "fullWidth"
|
|
2817
|
+
}
|
|
2818
|
+
],
|
|
2819
|
+
"superclass": {
|
|
2820
|
+
"name": "LitElement",
|
|
2821
|
+
"package": "lit"
|
|
2822
|
+
},
|
|
2823
|
+
"customElement": true
|
|
2824
|
+
}
|
|
2825
|
+
],
|
|
2826
|
+
"exports": [
|
|
2827
|
+
{
|
|
2828
|
+
"kind": "js",
|
|
2829
|
+
"name": "GridBase",
|
|
2830
|
+
"declaration": {
|
|
2831
|
+
"name": "GridBase",
|
|
2832
|
+
"module": "src/container/grid-base.ts"
|
|
2833
|
+
}
|
|
2834
|
+
}
|
|
2835
|
+
]
|
|
2836
|
+
},
|
|
2837
|
+
{
|
|
2838
|
+
"kind": "javascript-module",
|
|
2839
|
+
"path": "src/container/grid.styles.ts",
|
|
2840
|
+
"declarations": [
|
|
2841
|
+
{
|
|
2842
|
+
"kind": "variable",
|
|
2843
|
+
"name": "styles",
|
|
2844
|
+
"default": "css `\n :host {\n display: block;\n --_grid-gutter: var(--u-grid-gutter-default, var(--u-grid-spacing-default, var(--_grid-spacing-default)));\n }\n\n :host([gutter=none]) {\n --_grid-gutter: 0;\n }\n\n :host([gutter=small]) {\n --_grid-gutter: var(--_grid-spacing-sm);\n }\n\n :host([gutter=medium]) {\n --_grid-gutter: var(--_grid-spacing-md);\n }\n\n :host([gutter=large]) {\n --_grid-gutter: var(--_grid-spacing-lg);\n }\n\n :host([gutter=extra-large]) {\n --_grid-gutter: var(--_grid-spacing-xl);\n }\n\n :host([cols]) slot {\n --_grid-template-columns: var(--_cols);\n }\n\n :host([template-columns]) slot {\n --_grid-template-columns: var(--_template-columns);\n }\n\n @media (min-width: 600px) {\n :host([gutter-sm=none]) {\n --_grid-gutter: 0;\n }\n :host([gutter-sm=small]) {\n --_grid-gutter: var(--_grid-spacing-sm);\n }\n :host([gutter-sm=medium]) {\n --_grid-gutter: var(--_grid-spacing-md);\n }\n :host([gutter-sm=large]) {\n --_grid-gutter: var(--_grid-spacing-lg);\n }\n :host([gutter-sm=extra-large]) {\n --_grid-gutter: var(--_grid-spacing-xl);\n }\n :host([cols-sm]) slot {\n --_grid-template-columns: var(--_cols-sm);\n }\n :host([template-columns-sm]) slot {\n --_grid-template-columns: var(--_template-columns-sm);\n }\n }\n @media (min-width: 840px) {\n :host([gutter-md=none]) {\n --_grid-gutter: 0;\n }\n :host([gutter-md=small]) {\n --_grid-gutter: var(--_grid-spacing-sm);\n }\n :host([gutter-md=medium]) {\n --_grid-gutter: var(--_grid-spacing-md);\n }\n :host([gutter-md=large]) {\n --_grid-gutter: var(--_grid-spacing-lg);\n }\n :host([gutter-md=extra-large]) {\n --_grid-gutter: var(--_grid-spacing-xl);\n }\n :host([cols-md]) slot {\n --_grid-template-columns: var(--_cols-md);\n }\n :host([template-columns-md]) slot {\n --_grid-template-columns: var(--_template-columns-md);\n }\n }\n @media (min-width: 1200px) {\n :host([gutter-lg=none]) {\n --_grid-gutter: 0;\n }\n :host([gutter-lg=small]) {\n --_grid-gutter: var(--_grid-spacing-sm);\n }\n :host([gutter-lg=medium]) {\n --_grid-gutter: var(--_grid-spacing-md);\n }\n :host([gutter-lg=large]) {\n --_grid-gutter: var(--_grid-spacing-lg);\n }\n :host([gutter-lg=extra-large]) {\n --_grid-gutter: var(--_grid-spacing-xl);\n }\n :host([cols-lg]) slot {\n --_grid-template-columns: var(--_cols-lg);\n }\n :host([template-columns-lg]) slot {\n --_grid-template-columns: var(--_template-columns-lg);\n }\n }\n @media (min-width: 1600px) {\n :host([gutter-xl=none]) {\n --_grid-gutter: 0;\n }\n :host([gutter-xl=small]) {\n --_grid-gutter: var(--_grid-spacing-sm);\n }\n :host([gutter-xl=medium]) {\n --_grid-gutter: var(--_grid-spacing-md);\n }\n :host([gutter-xl=large]) {\n --_grid-gutter: var(--_grid-spacing-lg);\n }\n :host([gutter-xl=extra-large]) {\n --_grid-gutter: var(--_grid-spacing-xl);\n }\n :host([cols-xl]) slot {\n --_grid-template-columns: var(--_cols-xl);\n }\n :host([template-columns-xl]) slot {\n --_grid-template-columns: var(--_template-columns-xl);\n }\n }\n slot {\n display: grid;\n grid-template-columns: var(--_grid-template-columns);\n gap: var(--u-grid-gutter, var(--_grid-gutter));\n }\n`"
|
|
2845
|
+
}
|
|
2846
|
+
],
|
|
2847
|
+
"exports": [
|
|
2848
|
+
{
|
|
2849
|
+
"kind": "js",
|
|
2850
|
+
"name": "styles",
|
|
2851
|
+
"declaration": {
|
|
2852
|
+
"name": "styles",
|
|
2853
|
+
"module": "src/container/grid.styles.ts"
|
|
2854
|
+
}
|
|
2855
|
+
}
|
|
2856
|
+
]
|
|
2857
|
+
},
|
|
2858
|
+
{
|
|
2859
|
+
"kind": "javascript-module",
|
|
2860
|
+
"path": "src/container/grid.ts",
|
|
2861
|
+
"declarations": [
|
|
2862
|
+
{
|
|
2863
|
+
"kind": "class",
|
|
2864
|
+
"description": "",
|
|
2865
|
+
"name": "UmGrid",
|
|
2866
|
+
"members": [
|
|
2867
|
+
{
|
|
2868
|
+
"kind": "field",
|
|
2869
|
+
"name": "gutter",
|
|
2870
|
+
"type": {
|
|
2871
|
+
"text": "UmSpacingSizes | undefined"
|
|
2872
|
+
},
|
|
2873
|
+
"attribute": "gutter",
|
|
2874
|
+
"reflects": true
|
|
2875
|
+
},
|
|
2876
|
+
{
|
|
2877
|
+
"kind": "field",
|
|
2878
|
+
"name": "gutterSmall",
|
|
2879
|
+
"type": {
|
|
2880
|
+
"text": "UmSpacingSizes | undefined"
|
|
2881
|
+
},
|
|
2882
|
+
"attribute": "gutter-sm",
|
|
2883
|
+
"reflects": true
|
|
2884
|
+
},
|
|
2885
|
+
{
|
|
2886
|
+
"kind": "field",
|
|
2887
|
+
"name": "gutterMedium",
|
|
2888
|
+
"type": {
|
|
2889
|
+
"text": "UmSpacingSizes | undefined"
|
|
2890
|
+
},
|
|
2891
|
+
"attribute": "gutter-md",
|
|
2892
|
+
"reflects": true
|
|
2893
|
+
},
|
|
2894
|
+
{
|
|
2895
|
+
"kind": "field",
|
|
2896
|
+
"name": "gutterLarge",
|
|
2897
|
+
"type": {
|
|
2898
|
+
"text": "UmSpacingSizes | undefined"
|
|
2899
|
+
},
|
|
2900
|
+
"attribute": "gutter-lg",
|
|
2901
|
+
"reflects": true
|
|
2902
|
+
},
|
|
2903
|
+
{
|
|
2904
|
+
"kind": "field",
|
|
2905
|
+
"name": "gutterExtraLarge",
|
|
2906
|
+
"type": {
|
|
2907
|
+
"text": "UmSpacingSizes | undefined"
|
|
2908
|
+
},
|
|
2909
|
+
"attribute": "gutter-xl",
|
|
2910
|
+
"reflects": true
|
|
2911
|
+
},
|
|
2912
|
+
{
|
|
2913
|
+
"kind": "field",
|
|
2914
|
+
"name": "cols",
|
|
2915
|
+
"type": {
|
|
2916
|
+
"text": "number"
|
|
2917
|
+
},
|
|
2918
|
+
"default": "1",
|
|
2919
|
+
"attribute": "cols",
|
|
2920
|
+
"reflects": true
|
|
2921
|
+
},
|
|
2922
|
+
{
|
|
2923
|
+
"kind": "field",
|
|
2924
|
+
"name": "colsSmall",
|
|
2925
|
+
"type": {
|
|
2926
|
+
"text": "number | undefined"
|
|
2927
|
+
},
|
|
2928
|
+
"attribute": "cols-sm",
|
|
2929
|
+
"reflects": true
|
|
2930
|
+
},
|
|
2931
|
+
{
|
|
2932
|
+
"kind": "field",
|
|
2933
|
+
"name": "colsMedium",
|
|
2934
|
+
"type": {
|
|
2935
|
+
"text": "number | undefined"
|
|
2936
|
+
},
|
|
2937
|
+
"attribute": "cols-md",
|
|
2938
|
+
"reflects": true
|
|
2939
|
+
},
|
|
2940
|
+
{
|
|
2941
|
+
"kind": "field",
|
|
2942
|
+
"name": "colsLarge",
|
|
2943
|
+
"type": {
|
|
2944
|
+
"text": "number | undefined"
|
|
2945
|
+
},
|
|
2946
|
+
"attribute": "cols-lg",
|
|
2947
|
+
"reflects": true
|
|
2948
|
+
},
|
|
2949
|
+
{
|
|
2950
|
+
"kind": "field",
|
|
2951
|
+
"name": "colsExtraLarge",
|
|
2952
|
+
"type": {
|
|
2953
|
+
"text": "number | undefined"
|
|
2954
|
+
},
|
|
2955
|
+
"attribute": "cols-xl",
|
|
2956
|
+
"reflects": true
|
|
2957
|
+
},
|
|
2958
|
+
{
|
|
2959
|
+
"kind": "field",
|
|
2960
|
+
"name": "templateColumns",
|
|
2961
|
+
"type": {
|
|
2962
|
+
"text": "number | undefined"
|
|
2963
|
+
},
|
|
2964
|
+
"default": "undefined",
|
|
2965
|
+
"attribute": "template-columns",
|
|
2966
|
+
"reflects": true
|
|
2967
|
+
},
|
|
2968
|
+
{
|
|
2969
|
+
"kind": "field",
|
|
2970
|
+
"name": "templateColumnsSmall",
|
|
2971
|
+
"type": {
|
|
2972
|
+
"text": "number | undefined"
|
|
2973
|
+
},
|
|
2974
|
+
"attribute": "template-columns-sm",
|
|
2975
|
+
"reflects": true
|
|
2976
|
+
},
|
|
2977
|
+
{
|
|
2978
|
+
"kind": "field",
|
|
2979
|
+
"name": "templateColumnsMedium",
|
|
2980
|
+
"type": {
|
|
2981
|
+
"text": "number | undefined"
|
|
2982
|
+
},
|
|
2983
|
+
"attribute": "template-columns-md",
|
|
2984
|
+
"reflects": true
|
|
2985
|
+
},
|
|
2986
|
+
{
|
|
2987
|
+
"kind": "field",
|
|
2988
|
+
"name": "templateColumnsLarge",
|
|
2989
|
+
"type": {
|
|
2990
|
+
"text": "number | undefined"
|
|
2991
|
+
},
|
|
2992
|
+
"attribute": "template-columns-lg",
|
|
2993
|
+
"reflects": true
|
|
2994
|
+
},
|
|
2995
|
+
{
|
|
2996
|
+
"kind": "field",
|
|
2997
|
+
"name": "templateColumnsExtraLarge",
|
|
2998
|
+
"type": {
|
|
2999
|
+
"text": "number | undefined"
|
|
3000
|
+
},
|
|
3001
|
+
"attribute": "template-columns-xl",
|
|
3002
|
+
"reflects": true
|
|
3003
|
+
},
|
|
3004
|
+
{
|
|
3005
|
+
"kind": "method",
|
|
3006
|
+
"name": "setColumnsVariable",
|
|
3007
|
+
"privacy": "private",
|
|
3008
|
+
"return": {
|
|
3009
|
+
"type": {
|
|
3010
|
+
"text": "void"
|
|
3011
|
+
}
|
|
3012
|
+
},
|
|
3013
|
+
"parameters": [
|
|
3014
|
+
{
|
|
3015
|
+
"name": "name",
|
|
3016
|
+
"type": {
|
|
3017
|
+
"text": "string"
|
|
3018
|
+
}
|
|
3019
|
+
},
|
|
3020
|
+
{
|
|
3021
|
+
"name": "value",
|
|
3022
|
+
"type": {
|
|
3023
|
+
"text": "string | null"
|
|
3024
|
+
}
|
|
3025
|
+
}
|
|
3026
|
+
]
|
|
3027
|
+
},
|
|
3028
|
+
{
|
|
3029
|
+
"kind": "method",
|
|
3030
|
+
"name": "setTemplateColumnsVariable",
|
|
3031
|
+
"privacy": "private",
|
|
3032
|
+
"return": {
|
|
3033
|
+
"type": {
|
|
3034
|
+
"text": "void"
|
|
3035
|
+
}
|
|
3036
|
+
},
|
|
3037
|
+
"parameters": [
|
|
3038
|
+
{
|
|
3039
|
+
"name": "name",
|
|
3040
|
+
"type": {
|
|
3041
|
+
"text": "string"
|
|
3042
|
+
}
|
|
3043
|
+
},
|
|
3044
|
+
{
|
|
3045
|
+
"name": "value",
|
|
3046
|
+
"type": {
|
|
3047
|
+
"text": "string | null"
|
|
3048
|
+
}
|
|
3049
|
+
}
|
|
3050
|
+
]
|
|
3051
|
+
},
|
|
3052
|
+
{
|
|
3053
|
+
"kind": "method",
|
|
3054
|
+
"name": "setProperty",
|
|
3055
|
+
"privacy": "private",
|
|
3056
|
+
"return": {
|
|
3057
|
+
"type": {
|
|
3058
|
+
"text": "void"
|
|
3059
|
+
}
|
|
3060
|
+
},
|
|
3061
|
+
"parameters": [
|
|
3062
|
+
{
|
|
3063
|
+
"name": "name",
|
|
3064
|
+
"type": {
|
|
3065
|
+
"text": "string"
|
|
3066
|
+
}
|
|
3067
|
+
},
|
|
3068
|
+
{
|
|
3069
|
+
"name": "value",
|
|
3070
|
+
"type": {
|
|
3071
|
+
"text": "string | null"
|
|
3072
|
+
}
|
|
3073
|
+
}
|
|
3074
|
+
]
|
|
3075
|
+
},
|
|
3076
|
+
{
|
|
3077
|
+
"kind": "field",
|
|
3078
|
+
"name": "margin",
|
|
3079
|
+
"type": {
|
|
3080
|
+
"text": "UmSpacingSizes | undefined"
|
|
3081
|
+
},
|
|
3082
|
+
"attribute": "margin",
|
|
3083
|
+
"reflects": true,
|
|
3084
|
+
"inheritedFrom": {
|
|
3085
|
+
"name": "GridBase",
|
|
3086
|
+
"module": "src/container/grid-base.ts"
|
|
3087
|
+
}
|
|
3088
|
+
},
|
|
3089
|
+
{
|
|
3090
|
+
"kind": "field",
|
|
3091
|
+
"name": "marginSmall",
|
|
3092
|
+
"type": {
|
|
3093
|
+
"text": "UmSpacingSizes | undefined"
|
|
3094
|
+
},
|
|
3095
|
+
"attribute": "margin-sm",
|
|
3096
|
+
"reflects": true,
|
|
3097
|
+
"inheritedFrom": {
|
|
3098
|
+
"name": "GridBase",
|
|
3099
|
+
"module": "src/container/grid-base.ts"
|
|
3100
|
+
}
|
|
3101
|
+
},
|
|
3102
|
+
{
|
|
3103
|
+
"kind": "field",
|
|
3104
|
+
"name": "marginMedium",
|
|
3105
|
+
"type": {
|
|
3106
|
+
"text": "UmSpacingSizes | undefined"
|
|
3107
|
+
},
|
|
3108
|
+
"attribute": "margin-md",
|
|
3109
|
+
"reflects": true,
|
|
3110
|
+
"inheritedFrom": {
|
|
3111
|
+
"name": "GridBase",
|
|
3112
|
+
"module": "src/container/grid-base.ts"
|
|
3113
|
+
}
|
|
3114
|
+
},
|
|
3115
|
+
{
|
|
3116
|
+
"kind": "field",
|
|
3117
|
+
"name": "marginLarge",
|
|
3118
|
+
"type": {
|
|
3119
|
+
"text": "UmSpacingSizes | undefined"
|
|
3120
|
+
},
|
|
3121
|
+
"attribute": "margin-lg",
|
|
3122
|
+
"reflects": true,
|
|
3123
|
+
"inheritedFrom": {
|
|
3124
|
+
"name": "GridBase",
|
|
3125
|
+
"module": "src/container/grid-base.ts"
|
|
3126
|
+
}
|
|
3127
|
+
},
|
|
3128
|
+
{
|
|
3129
|
+
"kind": "field",
|
|
3130
|
+
"name": "marginExtraLarge",
|
|
3131
|
+
"type": {
|
|
3132
|
+
"text": "UmSpacingSizes | undefined"
|
|
3133
|
+
},
|
|
3134
|
+
"attribute": "margin-xl",
|
|
3135
|
+
"reflects": true,
|
|
3136
|
+
"inheritedFrom": {
|
|
3137
|
+
"name": "GridBase",
|
|
3138
|
+
"module": "src/container/grid-base.ts"
|
|
3139
|
+
}
|
|
3140
|
+
},
|
|
3141
|
+
{
|
|
3142
|
+
"kind": "field",
|
|
3143
|
+
"name": "fullWidth",
|
|
3144
|
+
"type": {
|
|
3145
|
+
"text": "boolean"
|
|
3146
|
+
},
|
|
3147
|
+
"default": "false",
|
|
3148
|
+
"attribute": "full-width",
|
|
3149
|
+
"reflects": true,
|
|
3150
|
+
"inheritedFrom": {
|
|
3151
|
+
"name": "GridBase",
|
|
3152
|
+
"module": "src/container/grid-base.ts"
|
|
3153
|
+
}
|
|
3154
|
+
}
|
|
3155
|
+
],
|
|
3156
|
+
"attributes": [
|
|
3157
|
+
{
|
|
3158
|
+
"name": "gutter",
|
|
3159
|
+
"type": {
|
|
3160
|
+
"text": "UmSpacingSizes | undefined"
|
|
3161
|
+
},
|
|
3162
|
+
"fieldName": "gutter"
|
|
3163
|
+
},
|
|
3164
|
+
{
|
|
3165
|
+
"name": "gutter-sm",
|
|
3166
|
+
"type": {
|
|
3167
|
+
"text": "UmSpacingSizes | undefined"
|
|
3168
|
+
},
|
|
3169
|
+
"fieldName": "gutterSmall"
|
|
3170
|
+
},
|
|
3171
|
+
{
|
|
3172
|
+
"name": "gutter-md",
|
|
3173
|
+
"type": {
|
|
3174
|
+
"text": "UmSpacingSizes | undefined"
|
|
3175
|
+
},
|
|
3176
|
+
"fieldName": "gutterMedium"
|
|
3177
|
+
},
|
|
3178
|
+
{
|
|
3179
|
+
"name": "gutter-lg",
|
|
3180
|
+
"type": {
|
|
3181
|
+
"text": "UmSpacingSizes | undefined"
|
|
3182
|
+
},
|
|
3183
|
+
"fieldName": "gutterLarge"
|
|
3184
|
+
},
|
|
3185
|
+
{
|
|
3186
|
+
"name": "gutter-xl",
|
|
3187
|
+
"type": {
|
|
3188
|
+
"text": "UmSpacingSizes | undefined"
|
|
3189
|
+
},
|
|
3190
|
+
"fieldName": "gutterExtraLarge"
|
|
3191
|
+
},
|
|
3192
|
+
{
|
|
3193
|
+
"name": "cols",
|
|
3194
|
+
"type": {
|
|
3195
|
+
"text": "number"
|
|
3196
|
+
},
|
|
3197
|
+
"default": "1",
|
|
3198
|
+
"fieldName": "cols"
|
|
3199
|
+
},
|
|
3200
|
+
{
|
|
3201
|
+
"name": "cols-sm",
|
|
3202
|
+
"type": {
|
|
3203
|
+
"text": "number | undefined"
|
|
3204
|
+
},
|
|
3205
|
+
"fieldName": "colsSmall"
|
|
3206
|
+
},
|
|
3207
|
+
{
|
|
3208
|
+
"name": "cols-md",
|
|
3209
|
+
"type": {
|
|
3210
|
+
"text": "number | undefined"
|
|
3211
|
+
},
|
|
3212
|
+
"fieldName": "colsMedium"
|
|
3213
|
+
},
|
|
3214
|
+
{
|
|
3215
|
+
"name": "cols-lg",
|
|
3216
|
+
"type": {
|
|
3217
|
+
"text": "number | undefined"
|
|
3218
|
+
},
|
|
3219
|
+
"fieldName": "colsLarge"
|
|
3220
|
+
},
|
|
3221
|
+
{
|
|
3222
|
+
"name": "cols-xl",
|
|
3223
|
+
"type": {
|
|
3224
|
+
"text": "number | undefined"
|
|
3225
|
+
},
|
|
3226
|
+
"fieldName": "colsExtraLarge"
|
|
3227
|
+
},
|
|
3228
|
+
{
|
|
3229
|
+
"name": "template-columns",
|
|
3230
|
+
"type": {
|
|
3231
|
+
"text": "number | undefined"
|
|
3232
|
+
},
|
|
3233
|
+
"default": "undefined",
|
|
3234
|
+
"resolveInitializer": {
|
|
3235
|
+
"module": "src/container/grid.ts"
|
|
3236
|
+
},
|
|
3237
|
+
"fieldName": "templateColumns"
|
|
3238
|
+
},
|
|
3239
|
+
{
|
|
3240
|
+
"name": "template-columns-sm",
|
|
3241
|
+
"type": {
|
|
3242
|
+
"text": "number | undefined"
|
|
3243
|
+
},
|
|
3244
|
+
"fieldName": "templateColumnsSmall"
|
|
3245
|
+
},
|
|
3246
|
+
{
|
|
3247
|
+
"name": "template-columns-md",
|
|
3248
|
+
"type": {
|
|
3249
|
+
"text": "number | undefined"
|
|
3250
|
+
},
|
|
3251
|
+
"fieldName": "templateColumnsMedium"
|
|
3252
|
+
},
|
|
3253
|
+
{
|
|
3254
|
+
"name": "template-columns-lg",
|
|
3255
|
+
"type": {
|
|
3256
|
+
"text": "number | undefined"
|
|
3257
|
+
},
|
|
3258
|
+
"fieldName": "templateColumnsLarge"
|
|
3259
|
+
},
|
|
3260
|
+
{
|
|
3261
|
+
"name": "template-columns-xl",
|
|
3262
|
+
"type": {
|
|
3263
|
+
"text": "number | undefined"
|
|
3264
|
+
},
|
|
3265
|
+
"fieldName": "templateColumnsExtraLarge"
|
|
3266
|
+
},
|
|
3267
|
+
{
|
|
3268
|
+
"name": "margin",
|
|
3269
|
+
"type": {
|
|
3270
|
+
"text": "UmSpacingSizes | undefined"
|
|
3271
|
+
},
|
|
3272
|
+
"fieldName": "margin",
|
|
3273
|
+
"inheritedFrom": {
|
|
3274
|
+
"name": "GridBase",
|
|
3275
|
+
"module": "src/container/grid-base.ts"
|
|
3276
|
+
}
|
|
3277
|
+
},
|
|
3278
|
+
{
|
|
3279
|
+
"name": "margin-sm",
|
|
3280
|
+
"type": {
|
|
3281
|
+
"text": "UmSpacingSizes | undefined"
|
|
3282
|
+
},
|
|
3283
|
+
"fieldName": "marginSmall",
|
|
3284
|
+
"inheritedFrom": {
|
|
3285
|
+
"name": "GridBase",
|
|
3286
|
+
"module": "src/container/grid-base.ts"
|
|
2253
3287
|
}
|
|
2254
3288
|
},
|
|
2255
3289
|
{
|
|
2256
|
-
"
|
|
2257
|
-
"name": "handleInputChange",
|
|
2258
|
-
"privacy": "private"
|
|
2259
|
-
}
|
|
2260
|
-
],
|
|
2261
|
-
"superclass": {
|
|
2262
|
-
"name": "LitElement",
|
|
2263
|
-
"package": "lit"
|
|
2264
|
-
},
|
|
2265
|
-
"tagName": "u-checkbox",
|
|
2266
|
-
"customElement": true
|
|
2267
|
-
}
|
|
2268
|
-
],
|
|
2269
|
-
"exports": [
|
|
2270
|
-
{
|
|
2271
|
-
"kind": "js",
|
|
2272
|
-
"name": "UmCheckbox",
|
|
2273
|
-
"declaration": {
|
|
2274
|
-
"name": "UmCheckbox",
|
|
2275
|
-
"module": "src/checkbox/checkbox.ts"
|
|
2276
|
-
}
|
|
2277
|
-
},
|
|
2278
|
-
{
|
|
2279
|
-
"kind": "custom-element-definition",
|
|
2280
|
-
"name": "u-checkbox",
|
|
2281
|
-
"declaration": {
|
|
2282
|
-
"name": "UmCheckbox",
|
|
2283
|
-
"module": "src/checkbox/checkbox.ts"
|
|
2284
|
-
}
|
|
2285
|
-
}
|
|
2286
|
-
]
|
|
2287
|
-
},
|
|
2288
|
-
{
|
|
2289
|
-
"kind": "javascript-module",
|
|
2290
|
-
"path": "src/container/container.styles.ts",
|
|
2291
|
-
"declarations": [
|
|
2292
|
-
{
|
|
2293
|
-
"kind": "variable",
|
|
2294
|
-
"name": "styles",
|
|
2295
|
-
"default": "css `\n :host {\n --_grid-spacing-small: var(--u-spacing-sm, 8px);\n --_grid-spacing-medium: var(--u-spacing-md, 16px);\n --_grid-spacing-large: var(--u-spacing-lg, 24px);\n --_grid-spacing-extra-large: var(--u-spacing-xl, 40px);\n }\n\n :host([margin=none]) {\n --_container-margin: 0;\n }\n\n :host([margin=small]) {\n --_container-margin: var(--u-container-margin, var(--_grid-spacing-small));\n }\n\n :host([margin=medium]) {\n --_container-margin: var(--u-container-margin, var(--_grid-spacing-medium));\n }\n\n :host([margin=large]) {\n --_container-margin: var(--u-container-margin, var(--_grid-spacing-large));\n }\n\n :host([margin=extra-large]) {\n --_container-margin: var(--u-container-margin, var(--_grid-spacing-extra-large));\n }\n\n :host {\n display: block;\n width: 100%;\n max-width: var(--u-container-max-width, 992px);\n margin-inline: auto;\n padding: var(--_container-margin, var(--_grid-spacing-medium));\n }\n\n :host::after {\n content: \"\";\n display: block;\n }\n`"
|
|
2296
|
-
}
|
|
2297
|
-
],
|
|
2298
|
-
"exports": [
|
|
2299
|
-
{
|
|
2300
|
-
"kind": "js",
|
|
2301
|
-
"name": "styles",
|
|
2302
|
-
"declaration": {
|
|
2303
|
-
"name": "styles",
|
|
2304
|
-
"module": "src/container/container.styles.ts"
|
|
2305
|
-
}
|
|
2306
|
-
}
|
|
2307
|
-
]
|
|
2308
|
-
},
|
|
2309
|
-
{
|
|
2310
|
-
"kind": "javascript-module",
|
|
2311
|
-
"path": "src/container/container.ts",
|
|
2312
|
-
"declarations": [
|
|
2313
|
-
{
|
|
2314
|
-
"kind": "class",
|
|
2315
|
-
"description": "",
|
|
2316
|
-
"name": "UmContainer",
|
|
2317
|
-
"members": [
|
|
2318
|
-
{
|
|
2319
|
-
"kind": "field",
|
|
2320
|
-
"name": "margin",
|
|
3290
|
+
"name": "margin-md",
|
|
2321
3291
|
"type": {
|
|
2322
|
-
"text": "
|
|
3292
|
+
"text": "UmSpacingSizes | undefined"
|
|
2323
3293
|
},
|
|
2324
|
-
"
|
|
2325
|
-
"
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
3294
|
+
"fieldName": "marginMedium",
|
|
3295
|
+
"inheritedFrom": {
|
|
3296
|
+
"name": "GridBase",
|
|
3297
|
+
"module": "src/container/grid-base.ts"
|
|
3298
|
+
}
|
|
3299
|
+
},
|
|
2329
3300
|
{
|
|
2330
|
-
"name": "margin",
|
|
3301
|
+
"name": "margin-lg",
|
|
2331
3302
|
"type": {
|
|
2332
|
-
"text": "
|
|
3303
|
+
"text": "UmSpacingSizes | undefined"
|
|
2333
3304
|
},
|
|
2334
|
-
"fieldName": "
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
},
|
|
2341
|
-
"tagName": "u-container",
|
|
2342
|
-
"customElement": true
|
|
2343
|
-
}
|
|
2344
|
-
],
|
|
2345
|
-
"exports": [
|
|
2346
|
-
{
|
|
2347
|
-
"kind": "js",
|
|
2348
|
-
"name": "UmContainer",
|
|
2349
|
-
"declaration": {
|
|
2350
|
-
"name": "UmContainer",
|
|
2351
|
-
"module": "src/container/container.ts"
|
|
2352
|
-
}
|
|
2353
|
-
},
|
|
2354
|
-
{
|
|
2355
|
-
"kind": "custom-element-definition",
|
|
2356
|
-
"name": "u-container",
|
|
2357
|
-
"declaration": {
|
|
2358
|
-
"name": "UmContainer",
|
|
2359
|
-
"module": "src/container/container.ts"
|
|
2360
|
-
}
|
|
2361
|
-
}
|
|
2362
|
-
]
|
|
2363
|
-
},
|
|
2364
|
-
{
|
|
2365
|
-
"kind": "javascript-module",
|
|
2366
|
-
"path": "src/divider/divider.styles.ts",
|
|
2367
|
-
"declarations": [
|
|
2368
|
-
{
|
|
2369
|
-
"kind": "variable",
|
|
2370
|
-
"name": "styles",
|
|
2371
|
-
"default": "css `\n :host {\n --_divider-thickness: var(--u-divider-thickness, 1px);\n display: block;\n margin-block: 8px;\n height: var(--_divider-thickness);\n background-color: var(--u-divider-color, var(--u-color-outline-variant, rgb(202, 196, 208)));\n }\n\n :host([no-margin]) {\n margin: 0;\n }\n`"
|
|
2372
|
-
}
|
|
2373
|
-
],
|
|
2374
|
-
"exports": [
|
|
2375
|
-
{
|
|
2376
|
-
"kind": "js",
|
|
2377
|
-
"name": "styles",
|
|
2378
|
-
"declaration": {
|
|
2379
|
-
"name": "styles",
|
|
2380
|
-
"module": "src/divider/divider.styles.ts"
|
|
2381
|
-
}
|
|
2382
|
-
}
|
|
2383
|
-
]
|
|
2384
|
-
},
|
|
2385
|
-
{
|
|
2386
|
-
"kind": "javascript-module",
|
|
2387
|
-
"path": "src/divider/divider.ts",
|
|
2388
|
-
"declarations": [
|
|
2389
|
-
{
|
|
2390
|
-
"kind": "class",
|
|
2391
|
-
"description": "",
|
|
2392
|
-
"name": "UmDivider",
|
|
2393
|
-
"members": [
|
|
3305
|
+
"fieldName": "marginLarge",
|
|
3306
|
+
"inheritedFrom": {
|
|
3307
|
+
"name": "GridBase",
|
|
3308
|
+
"module": "src/container/grid-base.ts"
|
|
3309
|
+
}
|
|
3310
|
+
},
|
|
2394
3311
|
{
|
|
2395
|
-
"
|
|
2396
|
-
"name": "noMargin",
|
|
3312
|
+
"name": "margin-xl",
|
|
2397
3313
|
"type": {
|
|
2398
|
-
"text": "
|
|
3314
|
+
"text": "UmSpacingSizes | undefined"
|
|
2399
3315
|
},
|
|
2400
|
-
"
|
|
2401
|
-
"
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
"attributes": [
|
|
3316
|
+
"fieldName": "marginExtraLarge",
|
|
3317
|
+
"inheritedFrom": {
|
|
3318
|
+
"name": "GridBase",
|
|
3319
|
+
"module": "src/container/grid-base.ts"
|
|
3320
|
+
}
|
|
3321
|
+
},
|
|
2407
3322
|
{
|
|
2408
|
-
"name": "
|
|
3323
|
+
"name": "full-width",
|
|
2409
3324
|
"type": {
|
|
2410
3325
|
"text": "boolean"
|
|
2411
3326
|
},
|
|
2412
3327
|
"default": "false",
|
|
2413
|
-
"
|
|
2414
|
-
"
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
"name": "LitElement",
|
|
2419
|
-
"package": "lit"
|
|
2420
|
-
},
|
|
2421
|
-
"tagName": "u-divider",
|
|
2422
|
-
"customElement": true
|
|
2423
|
-
}
|
|
2424
|
-
],
|
|
2425
|
-
"exports": [
|
|
2426
|
-
{
|
|
2427
|
-
"kind": "js",
|
|
2428
|
-
"name": "UmDivider",
|
|
2429
|
-
"declaration": {
|
|
2430
|
-
"name": "UmDivider",
|
|
2431
|
-
"module": "src/divider/divider.ts"
|
|
2432
|
-
}
|
|
2433
|
-
},
|
|
2434
|
-
{
|
|
2435
|
-
"kind": "custom-element-definition",
|
|
2436
|
-
"name": "u-divider",
|
|
2437
|
-
"declaration": {
|
|
2438
|
-
"name": "UmDivider",
|
|
2439
|
-
"module": "src/divider/divider.ts"
|
|
2440
|
-
}
|
|
2441
|
-
}
|
|
2442
|
-
]
|
|
2443
|
-
},
|
|
2444
|
-
{
|
|
2445
|
-
"kind": "javascript-module",
|
|
2446
|
-
"path": "src/elevation/elevation.styles.ts",
|
|
2447
|
-
"declarations": [
|
|
2448
|
-
{
|
|
2449
|
-
"kind": "variable",
|
|
2450
|
-
"name": "styles",
|
|
2451
|
-
"default": "css `\n :host {\n --_level: var(--u-elevation-level, 0);\n --_shadow-color: var(--u-color-shadow, rgb(0, 0, 0));\n -webkit-tap-highlight-color: transparent;\n position: absolute;\n inset: 0;\n border-radius: inherit;\n pointer-events: none;\n }\n :host::before, :host::after {\n content: \"\";\n position: absolute;\n inset: 0;\n border-radius: inherit;\n transition: box-shadow 150ms ease-in-out;\n }\n :host::before {\n box-shadow: 0 calc(1px * (clamp(0, var(--_level), 1) + clamp(0, var(--_level) - 3, 1) + 2 * clamp(0, var(--_level) - 4, 1))) calc(1px * (2 * clamp(0, var(--_level), 1) + clamp(0, var(--_level) - 2, 1) + clamp(0, var(--_level) - 4, 1))) 0 var(--_shadow-color);\n opacity: 0.3;\n }\n :host::after {\n box-shadow: 0 calc(1px * (clamp(0, var(--_level), 1) + clamp(0, var(--_level) - 1, 1) + 2 * clamp(0, var(--_level) - 2, 3))) calc(1px * (3 * clamp(0, var(--_level), 2) + 2 * clamp(0, var(--_level) - 2, 3))) calc(1px * (clamp(0, var(--_level), 4) + 2 * clamp(0, var(--_level) - 4, 1))) var(--_shadow-color);\n opacity: 0.15;\n }\n`"
|
|
2452
|
-
}
|
|
2453
|
-
],
|
|
2454
|
-
"exports": [
|
|
2455
|
-
{
|
|
2456
|
-
"kind": "js",
|
|
2457
|
-
"name": "styles",
|
|
2458
|
-
"declaration": {
|
|
2459
|
-
"name": "styles",
|
|
2460
|
-
"module": "src/elevation/elevation.styles.ts"
|
|
2461
|
-
}
|
|
2462
|
-
}
|
|
2463
|
-
]
|
|
2464
|
-
},
|
|
2465
|
-
{
|
|
2466
|
-
"kind": "javascript-module",
|
|
2467
|
-
"path": "src/elevation/elevation.ts",
|
|
2468
|
-
"declarations": [
|
|
2469
|
-
{
|
|
2470
|
-
"kind": "class",
|
|
2471
|
-
"description": "",
|
|
2472
|
-
"name": "UmElevation",
|
|
2473
|
-
"members": [
|
|
2474
|
-
{
|
|
2475
|
-
"kind": "field",
|
|
2476
|
-
"name": "ariaHidden",
|
|
2477
|
-
"type": {
|
|
2478
|
-
"text": "string"
|
|
2479
|
-
},
|
|
2480
|
-
"default": "\"true\""
|
|
3328
|
+
"fieldName": "fullWidth",
|
|
3329
|
+
"inheritedFrom": {
|
|
3330
|
+
"name": "GridBase",
|
|
3331
|
+
"module": "src/container/grid-base.ts"
|
|
3332
|
+
}
|
|
2481
3333
|
}
|
|
2482
3334
|
],
|
|
2483
3335
|
"superclass": {
|
|
2484
|
-
"name": "
|
|
2485
|
-
"
|
|
3336
|
+
"name": "GridBase",
|
|
3337
|
+
"module": "/src/container/grid-base.js"
|
|
2486
3338
|
},
|
|
2487
|
-
"tagName": "u-
|
|
3339
|
+
"tagName": "u-grid",
|
|
2488
3340
|
"customElement": true
|
|
2489
3341
|
}
|
|
2490
3342
|
],
|
|
2491
3343
|
"exports": [
|
|
2492
3344
|
{
|
|
2493
3345
|
"kind": "js",
|
|
2494
|
-
"name": "
|
|
3346
|
+
"name": "UmGrid",
|
|
2495
3347
|
"declaration": {
|
|
2496
|
-
"name": "
|
|
2497
|
-
"module": "src/
|
|
3348
|
+
"name": "UmGrid",
|
|
3349
|
+
"module": "src/container/grid.ts"
|
|
2498
3350
|
}
|
|
2499
3351
|
},
|
|
2500
3352
|
{
|
|
2501
3353
|
"kind": "custom-element-definition",
|
|
2502
|
-
"name": "u-
|
|
3354
|
+
"name": "u-grid",
|
|
2503
3355
|
"declaration": {
|
|
2504
|
-
"name": "
|
|
2505
|
-
"module": "src/
|
|
3356
|
+
"name": "UmGrid",
|
|
3357
|
+
"module": "src/container/grid.ts"
|
|
2506
3358
|
}
|
|
2507
3359
|
}
|
|
2508
3360
|
]
|
|
@@ -2575,6 +3427,16 @@
|
|
|
2575
3427
|
}
|
|
2576
3428
|
}
|
|
2577
3429
|
},
|
|
3430
|
+
{
|
|
3431
|
+
"kind": "method",
|
|
3432
|
+
"name": "dettachEvents",
|
|
3433
|
+
"privacy": "private",
|
|
3434
|
+
"return": {
|
|
3435
|
+
"type": {
|
|
3436
|
+
"text": "void"
|
|
3437
|
+
}
|
|
3438
|
+
}
|
|
3439
|
+
},
|
|
2578
3440
|
{
|
|
2579
3441
|
"kind": "method",
|
|
2580
3442
|
"name": "handleMouseDown",
|
|
@@ -2696,14 +3558,6 @@
|
|
|
2696
3558
|
}
|
|
2697
3559
|
}
|
|
2698
3560
|
]
|
|
2699
|
-
},
|
|
2700
|
-
{
|
|
2701
|
-
"kind": "field",
|
|
2702
|
-
"name": "ariaHidden",
|
|
2703
|
-
"type": {
|
|
2704
|
-
"text": "string"
|
|
2705
|
-
},
|
|
2706
|
-
"default": "\"true\""
|
|
2707
3561
|
}
|
|
2708
3562
|
],
|
|
2709
3563
|
"attributes": [
|