@awc-ui/react 0.0.0-snapshot.20260820120614.cae27aa
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/LICENSE +21 -0
- package/README.md +35 -0
- package/dist/components.d.ts +729 -0
- package/dist/components.d.ts.map +1 -0
- package/dist/components.js +961 -0
- package/dist/components.js.map +1 -0
- package/dist/components.server.d.ts +731 -0
- package/dist/components.server.d.ts.map +1 -0
- package/dist/components.server.js +1794 -0
- package/dist/components.server.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +8 -0
- package/dist/index.js.map +1 -0
- package/dist/server.d.ts +2 -0
- package/dist/server.d.ts.map +1 -0
- package/dist/server.js +6 -0
- package/dist/server.js.map +1 -0
- package/package.json +56 -0
- package/src/components.server.ts +2358 -0
- package/src/components.ts +1443 -0
- package/src/index.ts +8 -0
- package/src/server.ts +5 -0
|
@@ -0,0 +1,1794 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from '@stencil/react-output-target/ssr';
|
|
3
|
+
// @ts-ignore - ignore potential type issues as the project is importing itself
|
|
4
|
+
import * as clientComponents from "@awc-ui/react";
|
|
5
|
+
export const serializeShadowRoot = { default: "declarative-shadow-dom" };
|
|
6
|
+
export const MdAccordion = /*@__PURE__*/ createComponent({
|
|
7
|
+
tagName: 'md-accordion',
|
|
8
|
+
properties: {
|
|
9
|
+
variant: 'variant',
|
|
10
|
+
density: 'density',
|
|
11
|
+
elevation: 'elevation',
|
|
12
|
+
reorderable: 'reorderable',
|
|
13
|
+
floating: 'floating',
|
|
14
|
+
initialX: 'initial-x',
|
|
15
|
+
initialY: 'initial-y',
|
|
16
|
+
bringToFront: 'bring-to-front',
|
|
17
|
+
exclusive: 'exclusive',
|
|
18
|
+
keepOneExpanded: 'keep-one-expanded',
|
|
19
|
+
headingLevel: 'heading-level',
|
|
20
|
+
region: 'region',
|
|
21
|
+
regionThreshold: 'region-threshold',
|
|
22
|
+
transition: 'transition',
|
|
23
|
+
defaultExpanded: 'default-expanded'
|
|
24
|
+
},
|
|
25
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
26
|
+
clientModule: clientComponents.MdAccordion,
|
|
27
|
+
serializeShadowRoot
|
|
28
|
+
});
|
|
29
|
+
export const MdAccordionItem = /*@__PURE__*/ createComponent({
|
|
30
|
+
tagName: 'md-accordion-item',
|
|
31
|
+
properties: {
|
|
32
|
+
headline: 'headline',
|
|
33
|
+
supportingText: 'supporting-text',
|
|
34
|
+
icon: 'icon',
|
|
35
|
+
expanded: 'expanded',
|
|
36
|
+
disabled: 'disabled',
|
|
37
|
+
headingLevel: 'heading-level',
|
|
38
|
+
collapsible: 'collapsible',
|
|
39
|
+
regionRole: 'region-role',
|
|
40
|
+
contentMaxHeight: 'content-max-height',
|
|
41
|
+
density: 'density'
|
|
42
|
+
},
|
|
43
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
44
|
+
clientModule: clientComponents.MdAccordionItem,
|
|
45
|
+
serializeShadowRoot
|
|
46
|
+
});
|
|
47
|
+
export const MdAppBar = /*@__PURE__*/ createComponent({
|
|
48
|
+
tagName: 'md-app-bar',
|
|
49
|
+
properties: {
|
|
50
|
+
variant: 'variant',
|
|
51
|
+
titleAlignment: 'title-alignment',
|
|
52
|
+
searchPlaceholder: 'search-placeholder',
|
|
53
|
+
searchValue: 'search-value',
|
|
54
|
+
searchAriaLabel: 'search-aria-label',
|
|
55
|
+
searchDisabled: 'search-disabled',
|
|
56
|
+
headline: 'headline',
|
|
57
|
+
subtitle: 'subtitle',
|
|
58
|
+
scrolled: 'scrolled',
|
|
59
|
+
density: 'density',
|
|
60
|
+
leadingIcon: 'leading-icon',
|
|
61
|
+
leadingIconLabel: 'leading-icon-label'
|
|
62
|
+
},
|
|
63
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
64
|
+
clientModule: clientComponents.MdAppBar,
|
|
65
|
+
serializeShadowRoot
|
|
66
|
+
});
|
|
67
|
+
export const MdAreaChart = /*@__PURE__*/ createComponent({
|
|
68
|
+
tagName: 'md-area-chart',
|
|
69
|
+
properties: {
|
|
70
|
+
label: 'label',
|
|
71
|
+
subtitle: 'subtitle',
|
|
72
|
+
titleAlign: 'title-align',
|
|
73
|
+
curve: 'curve',
|
|
74
|
+
stack: 'stack',
|
|
75
|
+
connectNulls: 'connect-nulls',
|
|
76
|
+
showMarks: 'show-marks',
|
|
77
|
+
lineWidth: 'line-width',
|
|
78
|
+
markSize: 'mark-size',
|
|
79
|
+
legend: 'legend',
|
|
80
|
+
tooltip: 'tooltip',
|
|
81
|
+
zoom: 'zoom',
|
|
82
|
+
locale: 'locale',
|
|
83
|
+
heightProp: 'height',
|
|
84
|
+
noAnimation: 'no-animation',
|
|
85
|
+
animation: 'animation',
|
|
86
|
+
animationDuration: 'animation-duration',
|
|
87
|
+
fillOpacity: 'fill-opacity',
|
|
88
|
+
showLine: 'show-line',
|
|
89
|
+
grid: 'grid',
|
|
90
|
+
inverted: 'inverted',
|
|
91
|
+
seriesLabels: 'series-labels',
|
|
92
|
+
summary: 'summary',
|
|
93
|
+
labelEmpty: 'label-empty',
|
|
94
|
+
loading: 'loading',
|
|
95
|
+
loadingLabel: 'loading-label',
|
|
96
|
+
labelZoomStart: 'label-zoom-start',
|
|
97
|
+
labelZoomEnd: 'label-zoom-end',
|
|
98
|
+
axisTicks: 'axis-ticks',
|
|
99
|
+
showLabels: 'show-labels',
|
|
100
|
+
labelPlot: 'label-plot',
|
|
101
|
+
labelPoint: 'label-point',
|
|
102
|
+
density: 'density'
|
|
103
|
+
},
|
|
104
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
105
|
+
clientModule: clientComponents.MdAreaChart,
|
|
106
|
+
serializeShadowRoot
|
|
107
|
+
});
|
|
108
|
+
export const MdAutocomplete = /*@__PURE__*/ createComponent({
|
|
109
|
+
tagName: 'md-autocomplete',
|
|
110
|
+
properties: {
|
|
111
|
+
valueMissingLabel: 'value-missing-label',
|
|
112
|
+
reserveSupportingSpace: 'reserve-supporting-space',
|
|
113
|
+
variant: 'variant',
|
|
114
|
+
label: 'label',
|
|
115
|
+
placeholder: 'placeholder',
|
|
116
|
+
supportingText: 'supporting-text',
|
|
117
|
+
error: 'error',
|
|
118
|
+
errorText: 'error-text',
|
|
119
|
+
disabled: 'disabled',
|
|
120
|
+
softDisabled: 'soft-disabled',
|
|
121
|
+
required: 'required',
|
|
122
|
+
density: 'density',
|
|
123
|
+
options: 'options',
|
|
124
|
+
multiple: 'multiple',
|
|
125
|
+
chipPosition: 'chip-position',
|
|
126
|
+
value: 'value',
|
|
127
|
+
inputValue: 'input-value',
|
|
128
|
+
freeSolo: 'free-solo',
|
|
129
|
+
maxSelected: 'max-selected',
|
|
130
|
+
loading: 'loading',
|
|
131
|
+
noOptionsText: 'no-options-text',
|
|
132
|
+
noResultsText: 'no-results-text',
|
|
133
|
+
loadingText: 'loading-text',
|
|
134
|
+
statusTemplate: 'status-template',
|
|
135
|
+
disableCloseOnSelect: 'disable-close-on-select',
|
|
136
|
+
clearOnBlur: 'clear-on-blur',
|
|
137
|
+
clearable: 'clearable',
|
|
138
|
+
clearIcon: 'clear-icon',
|
|
139
|
+
dropdownIcon: 'dropdown-icon',
|
|
140
|
+
limitResults: 'limit-results',
|
|
141
|
+
open: 'open',
|
|
142
|
+
virtualize: 'virtualize',
|
|
143
|
+
filterMode: 'filter-mode',
|
|
144
|
+
rowHeight: 'row-height',
|
|
145
|
+
placement: 'placement',
|
|
146
|
+
matchTriggerWidth: 'match-trigger-width',
|
|
147
|
+
maxHeight: 'max-height',
|
|
148
|
+
name: 'name'
|
|
149
|
+
},
|
|
150
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
151
|
+
clientModule: clientComponents.MdAutocomplete,
|
|
152
|
+
serializeShadowRoot
|
|
153
|
+
});
|
|
154
|
+
export const MdAvatar = /*@__PURE__*/ createComponent({
|
|
155
|
+
tagName: 'md-avatar',
|
|
156
|
+
properties: {
|
|
157
|
+
src: 'src',
|
|
158
|
+
alt: 'alt',
|
|
159
|
+
name: 'name',
|
|
160
|
+
initials: 'initials',
|
|
161
|
+
size: 'size',
|
|
162
|
+
shape: 'shape',
|
|
163
|
+
label: 'label',
|
|
164
|
+
colorFromName: 'color-from-name',
|
|
165
|
+
loading: 'loading',
|
|
166
|
+
crossorigin: 'crossorigin',
|
|
167
|
+
density: 'density'
|
|
168
|
+
},
|
|
169
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
170
|
+
clientModule: clientComponents.MdAvatar,
|
|
171
|
+
serializeShadowRoot
|
|
172
|
+
});
|
|
173
|
+
export const MdBadge = /*@__PURE__*/ createComponent({
|
|
174
|
+
tagName: 'md-badge',
|
|
175
|
+
properties: {
|
|
176
|
+
variant: 'variant',
|
|
177
|
+
value: 'value',
|
|
178
|
+
max: 'max',
|
|
179
|
+
icon: 'icon',
|
|
180
|
+
density: 'density'
|
|
181
|
+
},
|
|
182
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
183
|
+
clientModule: clientComponents.MdBadge,
|
|
184
|
+
serializeShadowRoot
|
|
185
|
+
});
|
|
186
|
+
export const MdBarChart = /*@__PURE__*/ createComponent({
|
|
187
|
+
tagName: 'md-bar-chart',
|
|
188
|
+
properties: {
|
|
189
|
+
label: 'label',
|
|
190
|
+
subtitle: 'subtitle',
|
|
191
|
+
titleAlign: 'title-align',
|
|
192
|
+
layout: 'layout',
|
|
193
|
+
stack: 'stack',
|
|
194
|
+
categoryGap: 'category-gap',
|
|
195
|
+
barGap: 'bar-gap',
|
|
196
|
+
barWidth: 'bar-width',
|
|
197
|
+
cornerRadius: 'corner-radius',
|
|
198
|
+
legend: 'legend',
|
|
199
|
+
tooltip: 'tooltip',
|
|
200
|
+
zoom: 'zoom',
|
|
201
|
+
locale: 'locale',
|
|
202
|
+
heightProp: 'height',
|
|
203
|
+
noAnimation: 'no-animation',
|
|
204
|
+
animation: 'animation',
|
|
205
|
+
animationDuration: 'animation-duration',
|
|
206
|
+
showLabels: 'show-labels',
|
|
207
|
+
showTotals: 'show-totals',
|
|
208
|
+
chevron: 'chevron',
|
|
209
|
+
polar: 'polar',
|
|
210
|
+
polarHole: 'polar-hole',
|
|
211
|
+
polarSweep: 'polar-sweep',
|
|
212
|
+
axisTicks: 'axis-ticks',
|
|
213
|
+
clickable: 'clickable',
|
|
214
|
+
labelZoomStart: 'label-zoom-start',
|
|
215
|
+
labelZoomEnd: 'label-zoom-end',
|
|
216
|
+
labelPlot: 'label-plot',
|
|
217
|
+
labelPoint: 'label-point',
|
|
218
|
+
loading: 'loading',
|
|
219
|
+
loadingLabel: 'loading-label',
|
|
220
|
+
density: 'density'
|
|
221
|
+
},
|
|
222
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
223
|
+
clientModule: clientComponents.MdBarChart,
|
|
224
|
+
serializeShadowRoot
|
|
225
|
+
});
|
|
226
|
+
export const MdBottomSheet = /*@__PURE__*/ createComponent({
|
|
227
|
+
tagName: 'md-bottom-sheet',
|
|
228
|
+
properties: {
|
|
229
|
+
open: 'open',
|
|
230
|
+
variant: 'variant',
|
|
231
|
+
headline: 'headline',
|
|
232
|
+
showDragHandle: 'show-drag-handle',
|
|
233
|
+
closeable: 'closeable',
|
|
234
|
+
scrimDismissible: 'scrim-dismissible',
|
|
235
|
+
topDivider: 'top-divider',
|
|
236
|
+
bottomDivider: 'bottom-divider',
|
|
237
|
+
sheetAriaLabel: 'aria-label',
|
|
238
|
+
scrollShadow: 'scroll-shadow',
|
|
239
|
+
headlineAlign: 'headline-align',
|
|
240
|
+
contentAlign: 'content-align',
|
|
241
|
+
density: 'density'
|
|
242
|
+
},
|
|
243
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
244
|
+
clientModule: clientComponents.MdBottomSheet,
|
|
245
|
+
serializeShadowRoot
|
|
246
|
+
});
|
|
247
|
+
export const MdBreadcrumbItem = /*@__PURE__*/ createComponent({
|
|
248
|
+
tagName: 'md-breadcrumb-item',
|
|
249
|
+
properties: {
|
|
250
|
+
href: 'href',
|
|
251
|
+
target: 'target',
|
|
252
|
+
rel: 'rel',
|
|
253
|
+
current: 'current',
|
|
254
|
+
icon: 'icon',
|
|
255
|
+
disabled: 'disabled',
|
|
256
|
+
collapsed: 'collapsed',
|
|
257
|
+
itemIndex: 'item-index',
|
|
258
|
+
itemTotal: 'item-total',
|
|
259
|
+
density: 'density'
|
|
260
|
+
},
|
|
261
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
262
|
+
clientModule: clientComponents.MdBreadcrumbItem,
|
|
263
|
+
serializeShadowRoot
|
|
264
|
+
});
|
|
265
|
+
export const MdBreadcrumbs = /*@__PURE__*/ createComponent({
|
|
266
|
+
tagName: 'md-breadcrumbs',
|
|
267
|
+
properties: {
|
|
268
|
+
label: 'label',
|
|
269
|
+
expandLabel: 'expand-label',
|
|
270
|
+
separator: 'separator',
|
|
271
|
+
maxItems: 'max-items',
|
|
272
|
+
itemsBeforeCollapse: 'items-before-collapse',
|
|
273
|
+
itemsAfterCollapse: 'items-after-collapse',
|
|
274
|
+
density: 'density'
|
|
275
|
+
},
|
|
276
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
277
|
+
clientModule: clientComponents.MdBreadcrumbs,
|
|
278
|
+
serializeShadowRoot
|
|
279
|
+
});
|
|
280
|
+
export const MdButton = /*@__PURE__*/ createComponent({
|
|
281
|
+
tagName: 'md-button',
|
|
282
|
+
properties: {
|
|
283
|
+
type: 'type',
|
|
284
|
+
variant: 'variant',
|
|
285
|
+
size: 'size',
|
|
286
|
+
shape: 'shape',
|
|
287
|
+
disabled: 'disabled',
|
|
288
|
+
softDisabled: 'soft-disabled',
|
|
289
|
+
ripple: 'ripple',
|
|
290
|
+
loading: 'loading',
|
|
291
|
+
icon: 'icon',
|
|
292
|
+
trailingIcon: 'trailing-icon',
|
|
293
|
+
href: 'href',
|
|
294
|
+
target: 'target',
|
|
295
|
+
toggle: 'toggle',
|
|
296
|
+
selected: 'selected',
|
|
297
|
+
shapeMorph: 'shape-morph',
|
|
298
|
+
mirrorIcon: 'mirror-icon',
|
|
299
|
+
suppressExpandIconFlip: 'suppress-expand-icon-flip',
|
|
300
|
+
fullWidth: 'full-width',
|
|
301
|
+
connectedLeft: 'connected-left',
|
|
302
|
+
connectedRight: 'connected-right',
|
|
303
|
+
value: 'value',
|
|
304
|
+
groupTabindex: 'group-tabindex',
|
|
305
|
+
roleOverride: 'role-override',
|
|
306
|
+
density: 'density'
|
|
307
|
+
},
|
|
308
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
309
|
+
clientModule: clientComponents.MdButton,
|
|
310
|
+
serializeShadowRoot
|
|
311
|
+
});
|
|
312
|
+
export const MdButtonGroup = /*@__PURE__*/ createComponent({
|
|
313
|
+
tagName: 'md-button-group',
|
|
314
|
+
properties: {
|
|
315
|
+
variant: 'variant',
|
|
316
|
+
size: 'size',
|
|
317
|
+
shape: 'shape',
|
|
318
|
+
selectionMode: 'selection-mode',
|
|
319
|
+
required: 'required',
|
|
320
|
+
fullWidth: 'full-width',
|
|
321
|
+
density: 'density'
|
|
322
|
+
},
|
|
323
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
324
|
+
clientModule: clientComponents.MdButtonGroup,
|
|
325
|
+
serializeShadowRoot
|
|
326
|
+
});
|
|
327
|
+
export const MdCard = /*@__PURE__*/ createComponent({
|
|
328
|
+
tagName: 'md-card',
|
|
329
|
+
properties: {
|
|
330
|
+
variant: 'variant',
|
|
331
|
+
interactive: 'interactive',
|
|
332
|
+
dragEnabled: 'drag-enabled',
|
|
333
|
+
disabled: 'disabled',
|
|
334
|
+
softDisabled: 'soft-disabled',
|
|
335
|
+
ripple: 'ripple',
|
|
336
|
+
fullWidth: 'full-width',
|
|
337
|
+
fullHeight: 'full-height',
|
|
338
|
+
density: 'density'
|
|
339
|
+
},
|
|
340
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
341
|
+
clientModule: clientComponents.MdCard,
|
|
342
|
+
serializeShadowRoot
|
|
343
|
+
});
|
|
344
|
+
export const MdCheckbox = /*@__PURE__*/ createComponent({
|
|
345
|
+
tagName: 'md-checkbox',
|
|
346
|
+
properties: {
|
|
347
|
+
valueMissingLabel: 'value-missing-label',
|
|
348
|
+
error: 'error',
|
|
349
|
+
errorText: 'error-text',
|
|
350
|
+
supportingText: 'supporting-text',
|
|
351
|
+
checked: 'checked',
|
|
352
|
+
indeterminate: 'indeterminate',
|
|
353
|
+
disabled: 'disabled',
|
|
354
|
+
softDisabled: 'soft-disabled',
|
|
355
|
+
required: 'required',
|
|
356
|
+
name: 'name',
|
|
357
|
+
value: 'value',
|
|
358
|
+
density: 'density'
|
|
359
|
+
},
|
|
360
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
361
|
+
clientModule: clientComponents.MdCheckbox,
|
|
362
|
+
serializeShadowRoot
|
|
363
|
+
});
|
|
364
|
+
export const MdChip = /*@__PURE__*/ createComponent({
|
|
365
|
+
tagName: 'md-chip',
|
|
366
|
+
properties: {
|
|
367
|
+
variant: 'variant',
|
|
368
|
+
icon: 'icon',
|
|
369
|
+
trailingIcon: 'trailing-icon',
|
|
370
|
+
selected: 'selected',
|
|
371
|
+
selectable: 'selectable',
|
|
372
|
+
appearance: 'appearance',
|
|
373
|
+
color: 'color',
|
|
374
|
+
elevated: 'elevated',
|
|
375
|
+
disabled: 'disabled',
|
|
376
|
+
softDisabled: 'soft-disabled',
|
|
377
|
+
removable: 'removable',
|
|
378
|
+
label: 'label',
|
|
379
|
+
density: 'density'
|
|
380
|
+
},
|
|
381
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
382
|
+
clientModule: clientComponents.MdChip,
|
|
383
|
+
serializeShadowRoot
|
|
384
|
+
});
|
|
385
|
+
export const MdColorPicker = /*@__PURE__*/ createComponent({
|
|
386
|
+
tagName: 'md-color-picker',
|
|
387
|
+
properties: {
|
|
388
|
+
variant: 'variant',
|
|
389
|
+
value: 'value',
|
|
390
|
+
format: 'format',
|
|
391
|
+
alpha: 'alpha',
|
|
392
|
+
showHex: 'show-hex',
|
|
393
|
+
showInputs: 'show-inputs',
|
|
394
|
+
disabled: 'disabled',
|
|
395
|
+
presets: 'presets',
|
|
396
|
+
ariaLabelProp: 'aria-label',
|
|
397
|
+
open: 'open',
|
|
398
|
+
dismissOnOutsideClick: 'dismiss-on-outside-click',
|
|
399
|
+
density: 'density'
|
|
400
|
+
},
|
|
401
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
402
|
+
clientModule: clientComponents.MdColorPicker,
|
|
403
|
+
serializeShadowRoot
|
|
404
|
+
});
|
|
405
|
+
export const MdDatePicker = /*@__PURE__*/ createComponent({
|
|
406
|
+
tagName: 'md-date-picker',
|
|
407
|
+
properties: {
|
|
408
|
+
valueMissingLabel: 'value-missing-label',
|
|
409
|
+
reserveSupportingSpace: 'reserve-supporting-space',
|
|
410
|
+
variant: 'variant',
|
|
411
|
+
value: 'value',
|
|
412
|
+
label: 'label',
|
|
413
|
+
placeholder: 'placeholder',
|
|
414
|
+
min: 'min',
|
|
415
|
+
max: 'max',
|
|
416
|
+
open: 'open',
|
|
417
|
+
disabled: 'disabled',
|
|
418
|
+
required: 'required',
|
|
419
|
+
clearable: 'clearable',
|
|
420
|
+
clearLabel: 'clear-label',
|
|
421
|
+
error: 'error',
|
|
422
|
+
errorText: 'error-text',
|
|
423
|
+
supportingText: 'supporting-text',
|
|
424
|
+
locale: 'locale',
|
|
425
|
+
dateSeparator: 'date-separator',
|
|
426
|
+
fieldVariant: 'field-variant',
|
|
427
|
+
firstDayOfWeek: 'first-day-of-week',
|
|
428
|
+
headline: 'headline',
|
|
429
|
+
cancelLabel: 'cancel-label',
|
|
430
|
+
okLabel: 'ok-label',
|
|
431
|
+
selectDateLabel: 'select-date-label',
|
|
432
|
+
enterDatesLabel: 'enter-dates-label',
|
|
433
|
+
invalidDateLabel: 'invalid-date-label',
|
|
434
|
+
previousMonthLabel: 'previous-month-label',
|
|
435
|
+
nextMonthLabel: 'next-month-label',
|
|
436
|
+
previousYearLabel: 'previous-year-label',
|
|
437
|
+
nextYearLabel: 'next-year-label',
|
|
438
|
+
chooseMonthLabel: 'choose-month-label',
|
|
439
|
+
chooseYearLabel: 'choose-year-label',
|
|
440
|
+
chooseMonthYearLabel: 'choose-month-year-label',
|
|
441
|
+
chooseMonthAndYearLabel: 'choose-month-and-year-label',
|
|
442
|
+
toggleCalendarLabel: 'toggle-calendar-label',
|
|
443
|
+
toggleTextLabel: 'toggle-text-label',
|
|
444
|
+
openCalendarLabel: 'open-calendar-label',
|
|
445
|
+
closeCalendarLabel: 'close-calendar-label',
|
|
446
|
+
calendarIcon: 'calendar-icon',
|
|
447
|
+
yearGridLabel: 'year-grid-label',
|
|
448
|
+
scrimDismissible: 'scrim-dismissible',
|
|
449
|
+
outsideClickDismissible: 'outside-click-dismissible',
|
|
450
|
+
commitOnSelect: 'commit-on-select',
|
|
451
|
+
name: 'name',
|
|
452
|
+
density: 'density'
|
|
453
|
+
},
|
|
454
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
455
|
+
clientModule: clientComponents.MdDatePicker,
|
|
456
|
+
serializeShadowRoot
|
|
457
|
+
});
|
|
458
|
+
export const MdDialog = /*@__PURE__*/ createComponent({
|
|
459
|
+
tagName: 'md-dialog',
|
|
460
|
+
properties: {
|
|
461
|
+
open: 'open',
|
|
462
|
+
headline: 'headline',
|
|
463
|
+
icon: 'icon',
|
|
464
|
+
fullscreen: 'fullscreen',
|
|
465
|
+
scrimDismissible: 'scrim-dismissible',
|
|
466
|
+
locale: 'locale',
|
|
467
|
+
closeLabel: 'close-label',
|
|
468
|
+
cancelLabel: 'cancel-label',
|
|
469
|
+
okLabel: 'ok-label',
|
|
470
|
+
divider: 'divider',
|
|
471
|
+
headerDivider: 'header-divider',
|
|
472
|
+
density: 'density'
|
|
473
|
+
},
|
|
474
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
475
|
+
clientModule: clientComponents.MdDialog,
|
|
476
|
+
serializeShadowRoot
|
|
477
|
+
});
|
|
478
|
+
export const MdDivider = /*@__PURE__*/ createComponent({
|
|
479
|
+
tagName: 'md-divider',
|
|
480
|
+
properties: {
|
|
481
|
+
inset: 'inset',
|
|
482
|
+
insetStart: 'inset-start',
|
|
483
|
+
insetEnd: 'inset-end',
|
|
484
|
+
vertical: 'vertical'
|
|
485
|
+
},
|
|
486
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
487
|
+
clientModule: clientComponents.MdDivider,
|
|
488
|
+
serializeShadowRoot
|
|
489
|
+
});
|
|
490
|
+
export const MdFab = /*@__PURE__*/ createComponent({
|
|
491
|
+
tagName: 'md-fab',
|
|
492
|
+
properties: {
|
|
493
|
+
variant: 'variant',
|
|
494
|
+
size: 'size',
|
|
495
|
+
disabled: 'disabled',
|
|
496
|
+
softDisabled: 'soft-disabled',
|
|
497
|
+
lowered: 'lowered',
|
|
498
|
+
ripple: 'ripple',
|
|
499
|
+
icon: 'icon',
|
|
500
|
+
label: 'label',
|
|
501
|
+
extended: 'extended',
|
|
502
|
+
density: 'density'
|
|
503
|
+
},
|
|
504
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
505
|
+
clientModule: clientComponents.MdFab,
|
|
506
|
+
serializeShadowRoot
|
|
507
|
+
});
|
|
508
|
+
export const MdFabMenu = /*@__PURE__*/ createComponent({
|
|
509
|
+
tagName: 'md-fab-menu',
|
|
510
|
+
properties: {
|
|
511
|
+
open: 'open',
|
|
512
|
+
anchor: 'anchor',
|
|
513
|
+
variant: 'variant',
|
|
514
|
+
placement: 'placement',
|
|
515
|
+
quick: 'quick',
|
|
516
|
+
menuLabel: 'menu-label',
|
|
517
|
+
density: 'density'
|
|
518
|
+
},
|
|
519
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
520
|
+
clientModule: clientComponents.MdFabMenu,
|
|
521
|
+
serializeShadowRoot
|
|
522
|
+
});
|
|
523
|
+
export const MdFabMenuItem = /*@__PURE__*/ createComponent({
|
|
524
|
+
tagName: 'md-fab-menu-item',
|
|
525
|
+
properties: {
|
|
526
|
+
icon: 'icon',
|
|
527
|
+
label: 'label',
|
|
528
|
+
disabled: 'disabled',
|
|
529
|
+
softDisabled: 'soft-disabled',
|
|
530
|
+
rovingFocusVisible: 'roving-focus-visible',
|
|
531
|
+
density: 'density'
|
|
532
|
+
},
|
|
533
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
534
|
+
clientModule: clientComponents.MdFabMenuItem,
|
|
535
|
+
serializeShadowRoot
|
|
536
|
+
});
|
|
537
|
+
export const MdIconButton = /*@__PURE__*/ createComponent({
|
|
538
|
+
tagName: 'md-icon-button',
|
|
539
|
+
properties: {
|
|
540
|
+
variant: 'variant',
|
|
541
|
+
size: 'size',
|
|
542
|
+
shape: 'shape',
|
|
543
|
+
buttonWidth: 'button-width',
|
|
544
|
+
disabled: 'disabled',
|
|
545
|
+
softDisabled: 'soft-disabled',
|
|
546
|
+
toggle: 'toggle',
|
|
547
|
+
selected: 'selected',
|
|
548
|
+
shapeMorph: 'shape-morph',
|
|
549
|
+
ripple: 'ripple',
|
|
550
|
+
icon: 'icon',
|
|
551
|
+
selectedIcon: 'selected-icon',
|
|
552
|
+
href: 'href',
|
|
553
|
+
target: 'target',
|
|
554
|
+
connectedLeft: 'connected-left',
|
|
555
|
+
connectedRight: 'connected-right',
|
|
556
|
+
value: 'value',
|
|
557
|
+
groupTabindex: 'group-tabindex',
|
|
558
|
+
density: 'density'
|
|
559
|
+
},
|
|
560
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
561
|
+
clientModule: clientComponents.MdIconButton,
|
|
562
|
+
serializeShadowRoot
|
|
563
|
+
});
|
|
564
|
+
export const MdLineChart = /*@__PURE__*/ createComponent({
|
|
565
|
+
tagName: 'md-line-chart',
|
|
566
|
+
properties: {
|
|
567
|
+
label: 'label',
|
|
568
|
+
subtitle: 'subtitle',
|
|
569
|
+
titleAlign: 'title-align',
|
|
570
|
+
curve: 'curve',
|
|
571
|
+
stack: 'stack',
|
|
572
|
+
connectNulls: 'connect-nulls',
|
|
573
|
+
showMarks: 'show-marks',
|
|
574
|
+
lineWidth: 'line-width',
|
|
575
|
+
markSize: 'mark-size',
|
|
576
|
+
area: 'area',
|
|
577
|
+
showLine: 'show-line',
|
|
578
|
+
legend: 'legend',
|
|
579
|
+
tooltip: 'tooltip',
|
|
580
|
+
grid: 'grid',
|
|
581
|
+
axisTicks: 'axis-ticks',
|
|
582
|
+
inverted: 'inverted',
|
|
583
|
+
showLabels: 'show-labels',
|
|
584
|
+
seriesLabels: 'series-labels',
|
|
585
|
+
zoom: 'zoom',
|
|
586
|
+
locale: 'locale',
|
|
587
|
+
labelEmpty: 'label-empty',
|
|
588
|
+
labelPlot: 'label-plot',
|
|
589
|
+
labelPoint: 'label-point',
|
|
590
|
+
labelZoomStart: 'label-zoom-start',
|
|
591
|
+
labelZoomEnd: 'label-zoom-end',
|
|
592
|
+
summary: 'summary',
|
|
593
|
+
heightProp: 'height',
|
|
594
|
+
noAnimation: 'no-animation',
|
|
595
|
+
animation: 'animation',
|
|
596
|
+
animationDuration: 'animation-duration',
|
|
597
|
+
loading: 'loading',
|
|
598
|
+
loadingLabel: 'loading-label',
|
|
599
|
+
density: 'density'
|
|
600
|
+
},
|
|
601
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
602
|
+
clientModule: clientComponents.MdLineChart,
|
|
603
|
+
serializeShadowRoot
|
|
604
|
+
});
|
|
605
|
+
export const MdList = /*@__PURE__*/ createComponent({
|
|
606
|
+
tagName: 'md-list',
|
|
607
|
+
properties: {
|
|
608
|
+
listStyle: 'list-style',
|
|
609
|
+
selectionMode: 'selection-mode',
|
|
610
|
+
interactionMode: 'interaction-mode',
|
|
611
|
+
reorderable: 'reorderable',
|
|
612
|
+
label: 'label',
|
|
613
|
+
labelledby: 'labelledby',
|
|
614
|
+
roleOverride: 'role-override',
|
|
615
|
+
density: 'density'
|
|
616
|
+
},
|
|
617
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
618
|
+
clientModule: clientComponents.MdList,
|
|
619
|
+
serializeShadowRoot
|
|
620
|
+
});
|
|
621
|
+
export const MdListItem = /*@__PURE__*/ createComponent({
|
|
622
|
+
tagName: 'md-list-item',
|
|
623
|
+
properties: {
|
|
624
|
+
type: 'type',
|
|
625
|
+
headline: 'headline',
|
|
626
|
+
overline: 'overline',
|
|
627
|
+
supportingText: 'supporting-text',
|
|
628
|
+
trailingSupportingText: 'trailing-supporting-text',
|
|
629
|
+
leadingIcon: 'leading-icon',
|
|
630
|
+
trailingIcon: 'trailing-icon',
|
|
631
|
+
leadingAvatar: 'leading-avatar',
|
|
632
|
+
leadingAvatarAlt: 'leading-avatar-alt',
|
|
633
|
+
leadingAvatarName: 'leading-avatar-name',
|
|
634
|
+
leadingAvatarLabel: 'leading-avatar-label',
|
|
635
|
+
leadingImage: 'leading-image',
|
|
636
|
+
leadingImageAlt: 'leading-image-alt',
|
|
637
|
+
lines: 'lines',
|
|
638
|
+
href: 'href',
|
|
639
|
+
target: 'target',
|
|
640
|
+
disabled: 'disabled',
|
|
641
|
+
softDisabled: 'soft-disabled',
|
|
642
|
+
selected: 'selected',
|
|
643
|
+
expandable: 'expandable',
|
|
644
|
+
expanded: 'expanded',
|
|
645
|
+
tabbable: 'tabbable',
|
|
646
|
+
rovingFocusVisible: 'roving-focus-visible',
|
|
647
|
+
selectionMode: 'selection-mode',
|
|
648
|
+
interactionMode: 'interaction-mode',
|
|
649
|
+
containerRole: 'container-role',
|
|
650
|
+
reorderable: 'reorderable',
|
|
651
|
+
density: 'density'
|
|
652
|
+
},
|
|
653
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
654
|
+
clientModule: clientComponents.MdListItem,
|
|
655
|
+
serializeShadowRoot
|
|
656
|
+
});
|
|
657
|
+
export const MdLoadingIndicator = /*@__PURE__*/ createComponent({
|
|
658
|
+
tagName: 'md-loading-indicator',
|
|
659
|
+
properties: {
|
|
660
|
+
variant: 'variant',
|
|
661
|
+
label: 'label',
|
|
662
|
+
density: 'density'
|
|
663
|
+
},
|
|
664
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
665
|
+
clientModule: clientComponents.MdLoadingIndicator,
|
|
666
|
+
serializeShadowRoot
|
|
667
|
+
});
|
|
668
|
+
export const MdMenu = /*@__PURE__*/ createComponent({
|
|
669
|
+
tagName: 'md-menu',
|
|
670
|
+
properties: {
|
|
671
|
+
open: 'open',
|
|
672
|
+
anchor: 'anchor',
|
|
673
|
+
placement: 'placement',
|
|
674
|
+
quick: 'quick',
|
|
675
|
+
variant: 'variant',
|
|
676
|
+
layout: 'layout',
|
|
677
|
+
useGap: 'use-gap',
|
|
678
|
+
emptyText: 'empty-text',
|
|
679
|
+
matchAnchorWidth: 'match-anchor-width',
|
|
680
|
+
responsive: 'responsive',
|
|
681
|
+
persistent: 'persistent',
|
|
682
|
+
autoFocus: 'auto-focus',
|
|
683
|
+
maxHeight: 'max-height',
|
|
684
|
+
listLabel: 'list-label',
|
|
685
|
+
listbox: 'listbox',
|
|
686
|
+
density: 'density'
|
|
687
|
+
},
|
|
688
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
689
|
+
clientModule: clientComponents.MdMenu,
|
|
690
|
+
serializeShadowRoot
|
|
691
|
+
});
|
|
692
|
+
export const MdMenuItem = /*@__PURE__*/ createComponent({
|
|
693
|
+
tagName: 'md-menu-item',
|
|
694
|
+
properties: {
|
|
695
|
+
headline: 'headline',
|
|
696
|
+
supportingText: 'supporting-text',
|
|
697
|
+
trailingText: 'trailing-text',
|
|
698
|
+
disabled: 'disabled',
|
|
699
|
+
selected: 'selected',
|
|
700
|
+
indeterminate: 'indeterminate',
|
|
701
|
+
keepOpen: 'keep-open',
|
|
702
|
+
divider: 'divider',
|
|
703
|
+
gap: 'gap',
|
|
704
|
+
badge: 'badge',
|
|
705
|
+
type: 'type',
|
|
706
|
+
checkPosition: 'check-position',
|
|
707
|
+
presentation: 'presentation',
|
|
708
|
+
roleOverride: 'role-override',
|
|
709
|
+
density: 'density'
|
|
710
|
+
},
|
|
711
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
712
|
+
clientModule: clientComponents.MdMenuItem,
|
|
713
|
+
serializeShadowRoot
|
|
714
|
+
});
|
|
715
|
+
export const MdMenuItemGroup = /*@__PURE__*/ createComponent({
|
|
716
|
+
tagName: 'md-menu-item-group',
|
|
717
|
+
properties: {
|
|
718
|
+
label: 'label',
|
|
719
|
+
density: 'density'
|
|
720
|
+
},
|
|
721
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
722
|
+
clientModule: clientComponents.MdMenuItemGroup,
|
|
723
|
+
serializeShadowRoot
|
|
724
|
+
});
|
|
725
|
+
export const MdMeter = /*@__PURE__*/ createComponent({
|
|
726
|
+
tagName: 'md-meter',
|
|
727
|
+
properties: {
|
|
728
|
+
value: 'value',
|
|
729
|
+
min: 'min',
|
|
730
|
+
max: 'max',
|
|
731
|
+
label: 'label',
|
|
732
|
+
showLabel: 'show-label',
|
|
733
|
+
showValue: 'show-value',
|
|
734
|
+
valueText: 'value-text',
|
|
735
|
+
locale: 'locale',
|
|
736
|
+
color: 'color',
|
|
737
|
+
variant: 'variant',
|
|
738
|
+
size: 'size',
|
|
739
|
+
thickness: 'thickness',
|
|
740
|
+
density: 'density'
|
|
741
|
+
},
|
|
742
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
743
|
+
clientModule: clientComponents.MdMeter,
|
|
744
|
+
serializeShadowRoot
|
|
745
|
+
});
|
|
746
|
+
export const MdMultiSelect = /*@__PURE__*/ createComponent({
|
|
747
|
+
tagName: 'md-multi-select',
|
|
748
|
+
properties: {
|
|
749
|
+
valueMissingLabel: 'value-missing-label',
|
|
750
|
+
reserveSupportingSpace: 'reserve-supporting-space',
|
|
751
|
+
variant: 'variant',
|
|
752
|
+
label: 'label',
|
|
753
|
+
placeholder: 'placeholder',
|
|
754
|
+
supportingText: 'supporting-text',
|
|
755
|
+
error: 'error',
|
|
756
|
+
errorText: 'error-text',
|
|
757
|
+
disabled: 'disabled',
|
|
758
|
+
softDisabled: 'soft-disabled',
|
|
759
|
+
required: 'required',
|
|
760
|
+
density: 'density',
|
|
761
|
+
options: 'options',
|
|
762
|
+
virtualize: 'virtualize',
|
|
763
|
+
filterable: 'filterable',
|
|
764
|
+
filterMode: 'filter-mode',
|
|
765
|
+
rowHeight: 'row-height',
|
|
766
|
+
maxSelected: 'max-selected',
|
|
767
|
+
showSelectAll: 'show-select-all',
|
|
768
|
+
selectAllLabel: 'select-all-label',
|
|
769
|
+
placement: 'placement',
|
|
770
|
+
maxHeight: 'max-height',
|
|
771
|
+
matchTriggerWidth: 'match-trigger-width',
|
|
772
|
+
displayMode: 'display-mode',
|
|
773
|
+
chipOverflow: 'chip-overflow',
|
|
774
|
+
chipPosition: 'chip-position',
|
|
775
|
+
trigger: 'trigger',
|
|
776
|
+
triggerIcon: 'trigger-icon',
|
|
777
|
+
triggerLabel: 'trigger-label',
|
|
778
|
+
searchPlaceholder: 'search-placeholder',
|
|
779
|
+
filterLabel: 'filter-label',
|
|
780
|
+
noResultsText: 'no-results-text',
|
|
781
|
+
noOptionsText: 'no-options-text',
|
|
782
|
+
searchingLabel: 'searching-label',
|
|
783
|
+
loadingText: 'loading-text',
|
|
784
|
+
loading: 'loading',
|
|
785
|
+
clearable: 'clearable',
|
|
786
|
+
clearIcon: 'clear-icon',
|
|
787
|
+
clearLabel: 'clear-label',
|
|
788
|
+
dropdownIcon: 'dropdown-icon',
|
|
789
|
+
name: 'name',
|
|
790
|
+
open: 'open'
|
|
791
|
+
},
|
|
792
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
793
|
+
clientModule: clientComponents.MdMultiSelect,
|
|
794
|
+
serializeShadowRoot
|
|
795
|
+
});
|
|
796
|
+
export const MdNavigationBar = /*@__PURE__*/ createComponent({
|
|
797
|
+
tagName: 'md-navigation-bar',
|
|
798
|
+
properties: {
|
|
799
|
+
activeIndex: 'active-index',
|
|
800
|
+
labelBehavior: 'label-behavior',
|
|
801
|
+
manualActivation: 'manual-activation',
|
|
802
|
+
density: 'density'
|
|
803
|
+
},
|
|
804
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
805
|
+
clientModule: clientComponents.MdNavigationBar,
|
|
806
|
+
serializeShadowRoot
|
|
807
|
+
});
|
|
808
|
+
export const MdNavigationRail = /*@__PURE__*/ createComponent({
|
|
809
|
+
tagName: 'md-navigation-rail',
|
|
810
|
+
properties: {
|
|
811
|
+
variant: 'variant',
|
|
812
|
+
modal: 'modal',
|
|
813
|
+
fullHeight: 'full-height',
|
|
814
|
+
alignment: 'alignment',
|
|
815
|
+
expandable: 'expandable',
|
|
816
|
+
toggleLabel: 'toggle-label',
|
|
817
|
+
labelVisibility: 'label-visibility',
|
|
818
|
+
activeIndex: 'active-index',
|
|
819
|
+
label: 'label',
|
|
820
|
+
disableFocusManagement: 'disable-focus-management',
|
|
821
|
+
density: 'density',
|
|
822
|
+
orientation: 'orientation',
|
|
823
|
+
maxVisible: 'max-visible',
|
|
824
|
+
overflowLabel: 'overflow-label',
|
|
825
|
+
overflowIcon: 'overflow-icon'
|
|
826
|
+
},
|
|
827
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
828
|
+
clientModule: clientComponents.MdNavigationRail,
|
|
829
|
+
serializeShadowRoot
|
|
830
|
+
});
|
|
831
|
+
export const MdNavigationRailTab = /*@__PURE__*/ createComponent({
|
|
832
|
+
tagName: 'md-navigation-rail-tab',
|
|
833
|
+
properties: {
|
|
834
|
+
icon: 'icon',
|
|
835
|
+
label: 'label',
|
|
836
|
+
active: 'active',
|
|
837
|
+
disabled: 'disabled',
|
|
838
|
+
badge: 'badge',
|
|
839
|
+
badgeValue: 'badge-value',
|
|
840
|
+
href: 'href',
|
|
841
|
+
target: 'target',
|
|
842
|
+
value: 'value',
|
|
843
|
+
labelVisibility: 'label-visibility',
|
|
844
|
+
expanded: 'expanded',
|
|
845
|
+
density: 'density'
|
|
846
|
+
},
|
|
847
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
848
|
+
clientModule: clientComponents.MdNavigationRailTab,
|
|
849
|
+
serializeShadowRoot
|
|
850
|
+
});
|
|
851
|
+
export const MdNavigationTab = /*@__PURE__*/ createComponent({
|
|
852
|
+
tagName: 'md-navigation-tab',
|
|
853
|
+
properties: {
|
|
854
|
+
active: 'active',
|
|
855
|
+
disabled: 'disabled',
|
|
856
|
+
softDisabled: 'soft-disabled',
|
|
857
|
+
label: 'label',
|
|
858
|
+
icon: 'icon',
|
|
859
|
+
activeIcon: 'active-icon',
|
|
860
|
+
badge: 'badge',
|
|
861
|
+
badgeValue: 'badge-value',
|
|
862
|
+
badgeMax: 'badge-max',
|
|
863
|
+
href: 'href',
|
|
864
|
+
target: 'target',
|
|
865
|
+
labelBehavior: 'label-behavior',
|
|
866
|
+
density: 'density'
|
|
867
|
+
},
|
|
868
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
869
|
+
clientModule: clientComponents.MdNavigationTab,
|
|
870
|
+
serializeShadowRoot
|
|
871
|
+
});
|
|
872
|
+
export const MdNumberField = /*@__PURE__*/ createComponent({
|
|
873
|
+
tagName: 'md-number-field',
|
|
874
|
+
properties: {
|
|
875
|
+
variant: 'variant',
|
|
876
|
+
label: 'label',
|
|
877
|
+
placeholder: 'placeholder',
|
|
878
|
+
supportingText: 'supporting-text',
|
|
879
|
+
error: 'error',
|
|
880
|
+
errorText: 'error-text',
|
|
881
|
+
disabled: 'disabled',
|
|
882
|
+
readOnly: 'readonly',
|
|
883
|
+
required: 'required',
|
|
884
|
+
name: 'name',
|
|
885
|
+
density: 'density',
|
|
886
|
+
value: 'value',
|
|
887
|
+
locale: 'locale',
|
|
888
|
+
formatOptions: 'format-options',
|
|
889
|
+
min: 'min',
|
|
890
|
+
max: 'max',
|
|
891
|
+
step: 'step',
|
|
892
|
+
smallStep: 'small-step',
|
|
893
|
+
largeStep: 'large-step',
|
|
894
|
+
snapOnStep: 'snap-on-step',
|
|
895
|
+
allowOutOfRange: 'allow-out-of-range',
|
|
896
|
+
allowWheelScrub: 'allow-wheel-scrub',
|
|
897
|
+
steppers: 'steppers',
|
|
898
|
+
incrementLabel: 'increment-label',
|
|
899
|
+
decrementLabel: 'decrement-label',
|
|
900
|
+
valueMissingLabel: 'value-missing-label',
|
|
901
|
+
reserveSupportingSpace: 'reserve-supporting-space'
|
|
902
|
+
},
|
|
903
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
904
|
+
clientModule: clientComponents.MdNumberField,
|
|
905
|
+
serializeShadowRoot
|
|
906
|
+
});
|
|
907
|
+
export const MdOrganizationChart = /*@__PURE__*/ createComponent({
|
|
908
|
+
tagName: 'md-organization-chart',
|
|
909
|
+
properties: {
|
|
910
|
+
nodes: 'nodes',
|
|
911
|
+
selectionMode: 'selection-mode',
|
|
912
|
+
collapsible: 'collapsible',
|
|
913
|
+
orientation: 'orientation',
|
|
914
|
+
label: 'label',
|
|
915
|
+
expandLabel: 'expand-label',
|
|
916
|
+
collapseLabel: 'collapse-label',
|
|
917
|
+
density: 'density'
|
|
918
|
+
},
|
|
919
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
920
|
+
clientModule: clientComponents.MdOrganizationChart,
|
|
921
|
+
serializeShadowRoot
|
|
922
|
+
});
|
|
923
|
+
export const MdOtpField = /*@__PURE__*/ createComponent({
|
|
924
|
+
tagName: 'md-otp-field',
|
|
925
|
+
properties: {
|
|
926
|
+
length: 'length',
|
|
927
|
+
value: 'value',
|
|
928
|
+
validationType: 'validation-type',
|
|
929
|
+
transform: 'transform',
|
|
930
|
+
mask: 'mask',
|
|
931
|
+
autoSubmit: 'auto-submit',
|
|
932
|
+
groupSize: 'group-size',
|
|
933
|
+
inputMode: 'inputmode',
|
|
934
|
+
name: 'name',
|
|
935
|
+
disabled: 'disabled',
|
|
936
|
+
readOnly: 'readonly',
|
|
937
|
+
required: 'required',
|
|
938
|
+
error: 'error',
|
|
939
|
+
errorText: 'error-text',
|
|
940
|
+
supportingText: 'supporting-text',
|
|
941
|
+
label: 'label',
|
|
942
|
+
cellLabelTemplate: 'cell-label-template',
|
|
943
|
+
valueMissingLabel: 'value-missing-label',
|
|
944
|
+
incompleteLabel: 'incomplete-label',
|
|
945
|
+
density: 'density',
|
|
946
|
+
reserveSupportingSpace: 'reserve-supporting-space'
|
|
947
|
+
},
|
|
948
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
949
|
+
clientModule: clientComponents.MdOtpField,
|
|
950
|
+
serializeShadowRoot
|
|
951
|
+
});
|
|
952
|
+
export const MdPieChart = /*@__PURE__*/ createComponent({
|
|
953
|
+
tagName: 'md-pie-chart',
|
|
954
|
+
properties: {
|
|
955
|
+
label: 'label',
|
|
956
|
+
titleAlign: 'title-align',
|
|
957
|
+
innerRadius: 'inner-radius',
|
|
958
|
+
outerRadius: 'outer-radius',
|
|
959
|
+
startAngle: 'start-angle',
|
|
960
|
+
endAngle: 'end-angle',
|
|
961
|
+
paddingAngle: 'padding-angle',
|
|
962
|
+
cornerRadius: 'corner-radius',
|
|
963
|
+
showLabels: 'show-labels',
|
|
964
|
+
labelMode: 'label-mode',
|
|
965
|
+
monochrome: 'monochrome',
|
|
966
|
+
gradient: 'gradient',
|
|
967
|
+
highlight: 'highlight',
|
|
968
|
+
legend: 'legend',
|
|
969
|
+
tooltip: 'tooltip',
|
|
970
|
+
locale: 'locale',
|
|
971
|
+
subtitle: 'subtitle',
|
|
972
|
+
summary: 'summary',
|
|
973
|
+
labelEmpty: 'label-empty',
|
|
974
|
+
loading: 'loading',
|
|
975
|
+
loadingLabel: 'loading-label',
|
|
976
|
+
labelPlot: 'label-plot',
|
|
977
|
+
labelPoint: 'label-point',
|
|
978
|
+
heightProp: 'height',
|
|
979
|
+
noAnimation: 'no-animation',
|
|
980
|
+
animation: 'animation',
|
|
981
|
+
animationDuration: 'animation-duration',
|
|
982
|
+
density: 'density'
|
|
983
|
+
},
|
|
984
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
985
|
+
clientModule: clientComponents.MdPieChart,
|
|
986
|
+
serializeShadowRoot
|
|
987
|
+
});
|
|
988
|
+
export const MdProgressIndicator = /*@__PURE__*/ createComponent({
|
|
989
|
+
tagName: 'md-progress-indicator',
|
|
990
|
+
properties: {
|
|
991
|
+
variant: 'variant',
|
|
992
|
+
value: 'value',
|
|
993
|
+
max: 'max',
|
|
994
|
+
indeterminate: 'indeterminate',
|
|
995
|
+
thickness: 'thickness',
|
|
996
|
+
wave: 'wave',
|
|
997
|
+
waveAmplitude: 'wave-amplitude',
|
|
998
|
+
waveLength: 'wave-length',
|
|
999
|
+
waveSpeed: 'wave-speed',
|
|
1000
|
+
size: 'size',
|
|
1001
|
+
fourColor: 'four-color',
|
|
1002
|
+
label: 'label',
|
|
1003
|
+
complete: 'complete',
|
|
1004
|
+
density: 'density'
|
|
1005
|
+
},
|
|
1006
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1007
|
+
clientModule: clientComponents.MdProgressIndicator,
|
|
1008
|
+
serializeShadowRoot
|
|
1009
|
+
});
|
|
1010
|
+
export const MdRadio = /*@__PURE__*/ createComponent({
|
|
1011
|
+
tagName: 'md-radio',
|
|
1012
|
+
properties: {
|
|
1013
|
+
valueMissingLabel: 'value-missing-label',
|
|
1014
|
+
checked: 'checked',
|
|
1015
|
+
disabled: 'disabled',
|
|
1016
|
+
softDisabled: 'soft-disabled',
|
|
1017
|
+
required: 'required',
|
|
1018
|
+
name: 'name',
|
|
1019
|
+
value: 'value',
|
|
1020
|
+
density: 'density'
|
|
1021
|
+
},
|
|
1022
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1023
|
+
clientModule: clientComponents.MdRadio,
|
|
1024
|
+
serializeShadowRoot
|
|
1025
|
+
});
|
|
1026
|
+
export const MdRating = /*@__PURE__*/ createComponent({
|
|
1027
|
+
tagName: 'md-rating',
|
|
1028
|
+
properties: {
|
|
1029
|
+
value: 'value',
|
|
1030
|
+
defaultValue: 'default-value',
|
|
1031
|
+
max: 'max',
|
|
1032
|
+
precision: 'precision',
|
|
1033
|
+
size: 'size',
|
|
1034
|
+
readonly: 'readonly',
|
|
1035
|
+
disabled: 'disabled',
|
|
1036
|
+
softDisabled: 'soft-disabled',
|
|
1037
|
+
icon: 'icon',
|
|
1038
|
+
emptyIcon: 'empty-icon',
|
|
1039
|
+
outlineEmpty: 'outline-empty',
|
|
1040
|
+
showValueLabel: 'show-value-label',
|
|
1041
|
+
ratingLabel: 'rating-label',
|
|
1042
|
+
name: 'name',
|
|
1043
|
+
hover: 'hover',
|
|
1044
|
+
density: 'density'
|
|
1045
|
+
},
|
|
1046
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1047
|
+
clientModule: clientComponents.MdRating,
|
|
1048
|
+
serializeShadowRoot
|
|
1049
|
+
});
|
|
1050
|
+
export const MdRipple = /*@__PURE__*/ createComponent({
|
|
1051
|
+
tagName: 'md-ripple',
|
|
1052
|
+
properties: { disabled: 'disabled' },
|
|
1053
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1054
|
+
clientModule: clientComponents.MdRipple,
|
|
1055
|
+
serializeShadowRoot
|
|
1056
|
+
});
|
|
1057
|
+
export const MdSearch = /*@__PURE__*/ createComponent({
|
|
1058
|
+
tagName: 'md-search',
|
|
1059
|
+
properties: {
|
|
1060
|
+
variant: 'variant',
|
|
1061
|
+
layout: 'layout',
|
|
1062
|
+
trigger: 'trigger',
|
|
1063
|
+
triggerIcon: 'trigger-icon',
|
|
1064
|
+
triggerFor: 'trigger-for',
|
|
1065
|
+
fullWidth: 'full-width',
|
|
1066
|
+
value: 'value',
|
|
1067
|
+
placeholder: 'placeholder',
|
|
1068
|
+
open: 'open',
|
|
1069
|
+
disabled: 'disabled',
|
|
1070
|
+
elevation: 'elevation',
|
|
1071
|
+
leadingIcon: 'leading-icon',
|
|
1072
|
+
openLeadingIcon: 'open-leading-icon',
|
|
1073
|
+
showClearButton: 'show-clear-button',
|
|
1074
|
+
voiceSearch: 'voice-search',
|
|
1075
|
+
escapeCloses: 'escape-closes',
|
|
1076
|
+
dismissOnOutsideClick: 'dismiss-on-outside-click',
|
|
1077
|
+
scrollShadow: 'scroll-shadow',
|
|
1078
|
+
maxBlockSize: 'max-block-size',
|
|
1079
|
+
inputAriaLabel: 'input-aria-label',
|
|
1080
|
+
initialFocus: 'initial-focus',
|
|
1081
|
+
announceResults: 'announce-results',
|
|
1082
|
+
resultsLabel: 'results-label',
|
|
1083
|
+
noResultsLabel: 'no-results-label',
|
|
1084
|
+
loading: 'loading',
|
|
1085
|
+
debounce: 'debounce',
|
|
1086
|
+
throttle: 'throttle',
|
|
1087
|
+
loadingLabel: 'loading-label',
|
|
1088
|
+
density: 'density'
|
|
1089
|
+
},
|
|
1090
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1091
|
+
clientModule: clientComponents.MdSearch,
|
|
1092
|
+
serializeShadowRoot
|
|
1093
|
+
});
|
|
1094
|
+
export const MdSegmentedButton = /*@__PURE__*/ createComponent({
|
|
1095
|
+
tagName: 'md-segmented-button',
|
|
1096
|
+
properties: {
|
|
1097
|
+
value: 'value',
|
|
1098
|
+
selected: 'selected',
|
|
1099
|
+
disabled: 'disabled',
|
|
1100
|
+
softDisabled: 'soft-disabled',
|
|
1101
|
+
icon: 'icon',
|
|
1102
|
+
label: 'label',
|
|
1103
|
+
noCheckmark: 'no-checkmark',
|
|
1104
|
+
ripple: 'ripple',
|
|
1105
|
+
segmentIndex: 'segment-index',
|
|
1106
|
+
segmentTotal: 'segment-total',
|
|
1107
|
+
segmentDensity: 'segment-density',
|
|
1108
|
+
segmentMultiselect: 'segment-multiselect',
|
|
1109
|
+
density: 'density'
|
|
1110
|
+
},
|
|
1111
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1112
|
+
clientModule: clientComponents.MdSegmentedButton,
|
|
1113
|
+
serializeShadowRoot
|
|
1114
|
+
});
|
|
1115
|
+
export const MdSegmentedButtonSet = /*@__PURE__*/ createComponent({
|
|
1116
|
+
tagName: 'md-segmented-button-set',
|
|
1117
|
+
properties: {
|
|
1118
|
+
multiselect: 'multiselect',
|
|
1119
|
+
density: 'density'
|
|
1120
|
+
},
|
|
1121
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1122
|
+
clientModule: clientComponents.MdSegmentedButtonSet,
|
|
1123
|
+
serializeShadowRoot
|
|
1124
|
+
});
|
|
1125
|
+
export const MdSelect = /*@__PURE__*/ createComponent({
|
|
1126
|
+
tagName: 'md-select',
|
|
1127
|
+
properties: {
|
|
1128
|
+
valueMissingLabel: 'value-missing-label',
|
|
1129
|
+
reserveSupportingSpace: 'reserve-supporting-space',
|
|
1130
|
+
variant: 'variant',
|
|
1131
|
+
label: 'label',
|
|
1132
|
+
placeholder: 'placeholder',
|
|
1133
|
+
value: 'value',
|
|
1134
|
+
disabled: 'disabled',
|
|
1135
|
+
required: 'required',
|
|
1136
|
+
error: 'error',
|
|
1137
|
+
errorText: 'error-text',
|
|
1138
|
+
supportingText: 'supporting-text',
|
|
1139
|
+
density: 'density',
|
|
1140
|
+
clearable: 'clearable',
|
|
1141
|
+
matchTriggerWidth: 'match-trigger-width',
|
|
1142
|
+
placement: 'placement',
|
|
1143
|
+
maxHeight: 'max-height',
|
|
1144
|
+
options: 'options',
|
|
1145
|
+
virtualize: 'virtualize',
|
|
1146
|
+
filterable: 'filterable',
|
|
1147
|
+
filterMode: 'filter-mode',
|
|
1148
|
+
rowHeight: 'row-height',
|
|
1149
|
+
name: 'name',
|
|
1150
|
+
searchPlaceholder: 'search-placeholder',
|
|
1151
|
+
filterLabel: 'filter-label',
|
|
1152
|
+
noResultsText: 'no-results-text',
|
|
1153
|
+
noOptionsText: 'no-options-text',
|
|
1154
|
+
clearLabel: 'clear-label',
|
|
1155
|
+
searchingLabel: 'searching-label',
|
|
1156
|
+
loadingText: 'loading-text',
|
|
1157
|
+
clearIcon: 'clear-icon',
|
|
1158
|
+
dropdownIcon: 'dropdown-icon',
|
|
1159
|
+
loading: 'loading',
|
|
1160
|
+
fullWidth: 'full-width',
|
|
1161
|
+
open: 'open'
|
|
1162
|
+
},
|
|
1163
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1164
|
+
clientModule: clientComponents.MdSelect,
|
|
1165
|
+
serializeShadowRoot
|
|
1166
|
+
});
|
|
1167
|
+
export const MdSelectOption = /*@__PURE__*/ createComponent({
|
|
1168
|
+
tagName: 'md-select-option',
|
|
1169
|
+
properties: {
|
|
1170
|
+
value: 'value',
|
|
1171
|
+
label: 'label',
|
|
1172
|
+
disabled: 'disabled',
|
|
1173
|
+
selected: 'selected',
|
|
1174
|
+
icon: 'icon',
|
|
1175
|
+
iconColor: 'icon-color',
|
|
1176
|
+
supportingText: 'supporting-text'
|
|
1177
|
+
},
|
|
1178
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1179
|
+
clientModule: clientComponents.MdSelectOption,
|
|
1180
|
+
serializeShadowRoot
|
|
1181
|
+
});
|
|
1182
|
+
export const MdSideSheet = /*@__PURE__*/ createComponent({
|
|
1183
|
+
tagName: 'md-side-sheet',
|
|
1184
|
+
properties: {
|
|
1185
|
+
open: 'open',
|
|
1186
|
+
variant: 'variant',
|
|
1187
|
+
side: 'side',
|
|
1188
|
+
headline: 'headline',
|
|
1189
|
+
closeable: 'closeable',
|
|
1190
|
+
showBack: 'show-back',
|
|
1191
|
+
scrimDismissible: 'scrim-dismissible',
|
|
1192
|
+
topDivider: 'top-divider',
|
|
1193
|
+
bottomDivider: 'bottom-divider',
|
|
1194
|
+
detached: 'detached',
|
|
1195
|
+
sheetAriaLabel: 'aria-label',
|
|
1196
|
+
density: 'density'
|
|
1197
|
+
},
|
|
1198
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1199
|
+
clientModule: clientComponents.MdSideSheet,
|
|
1200
|
+
serializeShadowRoot
|
|
1201
|
+
});
|
|
1202
|
+
export const MdSkeleton = /*@__PURE__*/ createComponent({
|
|
1203
|
+
tagName: 'md-skeleton',
|
|
1204
|
+
properties: {
|
|
1205
|
+
variant: 'variant',
|
|
1206
|
+
animation: 'animation',
|
|
1207
|
+
lines: 'lines',
|
|
1208
|
+
width: 'width',
|
|
1209
|
+
height: 'height',
|
|
1210
|
+
fullWidth: 'full-width',
|
|
1211
|
+
fullHeight: 'full-height',
|
|
1212
|
+
ariaLabelProp: 'aria-label',
|
|
1213
|
+
announce: 'announce',
|
|
1214
|
+
density: 'density'
|
|
1215
|
+
},
|
|
1216
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1217
|
+
clientModule: clientComponents.MdSkeleton,
|
|
1218
|
+
serializeShadowRoot
|
|
1219
|
+
});
|
|
1220
|
+
export const MdSlider = /*@__PURE__*/ createComponent({
|
|
1221
|
+
tagName: 'md-slider',
|
|
1222
|
+
properties: {
|
|
1223
|
+
min: 'min',
|
|
1224
|
+
max: 'max',
|
|
1225
|
+
value: 'value',
|
|
1226
|
+
step: 'step',
|
|
1227
|
+
disabled: 'disabled',
|
|
1228
|
+
name: 'name',
|
|
1229
|
+
nameStart: 'name-start',
|
|
1230
|
+
nameEnd: 'name-end',
|
|
1231
|
+
variant: 'variant',
|
|
1232
|
+
range: 'range',
|
|
1233
|
+
stops: 'stops',
|
|
1234
|
+
valueStart: 'value-start',
|
|
1235
|
+
valueEnd: 'value-end',
|
|
1236
|
+
size: 'size',
|
|
1237
|
+
orientation: 'orientation',
|
|
1238
|
+
fullHeight: 'full-height',
|
|
1239
|
+
valueIndicator: 'value-indicator',
|
|
1240
|
+
labeled: 'labeled',
|
|
1241
|
+
insetIcon: 'inset-icon',
|
|
1242
|
+
icon: 'icon',
|
|
1243
|
+
sliderAriaLabel: 'aria-label',
|
|
1244
|
+
ariaLabelStart: 'label-start',
|
|
1245
|
+
ariaLabelEnd: 'label-end',
|
|
1246
|
+
valueText: 'value-text',
|
|
1247
|
+
valueStartText: 'value-start-text',
|
|
1248
|
+
valueEndText: 'value-end-text',
|
|
1249
|
+
controlled: 'controlled',
|
|
1250
|
+
density: 'density'
|
|
1251
|
+
},
|
|
1252
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1253
|
+
clientModule: clientComponents.MdSlider,
|
|
1254
|
+
serializeShadowRoot
|
|
1255
|
+
});
|
|
1256
|
+
export const MdSnackbar = /*@__PURE__*/ createComponent({
|
|
1257
|
+
tagName: 'md-snackbar',
|
|
1258
|
+
properties: {
|
|
1259
|
+
open: 'open',
|
|
1260
|
+
message: 'message',
|
|
1261
|
+
action: 'action',
|
|
1262
|
+
closeable: 'closeable',
|
|
1263
|
+
autoHide: 'auto-hide',
|
|
1264
|
+
autoHideDuration: 'auto-hide-duration',
|
|
1265
|
+
position: 'position',
|
|
1266
|
+
stacked: 'stacked',
|
|
1267
|
+
politeness: 'politeness',
|
|
1268
|
+
dismissLabel: 'dismiss-label',
|
|
1269
|
+
density: 'density'
|
|
1270
|
+
},
|
|
1271
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1272
|
+
clientModule: clientComponents.MdSnackbar,
|
|
1273
|
+
serializeShadowRoot
|
|
1274
|
+
});
|
|
1275
|
+
export const MdSparkline = /*@__PURE__*/ createComponent({
|
|
1276
|
+
tagName: 'md-sparkline',
|
|
1277
|
+
properties: {
|
|
1278
|
+
variant: 'variant',
|
|
1279
|
+
color: 'color',
|
|
1280
|
+
curve: 'curve',
|
|
1281
|
+
showTooltip: 'show-tooltip',
|
|
1282
|
+
showMarks: 'show-marks',
|
|
1283
|
+
heightProp: 'height',
|
|
1284
|
+
noAnimation: 'no-animation',
|
|
1285
|
+
cornerRadius: 'corner-radius',
|
|
1286
|
+
min: 'min',
|
|
1287
|
+
max: 'max',
|
|
1288
|
+
lineWidth: 'line-width',
|
|
1289
|
+
markSize: 'mark-size',
|
|
1290
|
+
barWidth: 'bar-width'
|
|
1291
|
+
},
|
|
1292
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1293
|
+
clientModule: clientComponents.MdSparkline,
|
|
1294
|
+
serializeShadowRoot
|
|
1295
|
+
});
|
|
1296
|
+
export const MdSplitButton = /*@__PURE__*/ createComponent({
|
|
1297
|
+
tagName: 'md-split-button',
|
|
1298
|
+
properties: {
|
|
1299
|
+
variant: 'variant',
|
|
1300
|
+
size: 'size',
|
|
1301
|
+
disabled: 'disabled',
|
|
1302
|
+
softDisabled: 'soft-disabled',
|
|
1303
|
+
icon: 'icon',
|
|
1304
|
+
label: 'label',
|
|
1305
|
+
trailingIcon: 'trailing-icon',
|
|
1306
|
+
trailingChecked: 'trailing-checked',
|
|
1307
|
+
menuLabel: 'menu-label',
|
|
1308
|
+
haspopup: 'haspopup',
|
|
1309
|
+
controls: 'controls',
|
|
1310
|
+
fullWidth: 'full-width',
|
|
1311
|
+
ripple: 'ripple',
|
|
1312
|
+
density: 'density'
|
|
1313
|
+
},
|
|
1314
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1315
|
+
clientModule: clientComponents.MdSplitButton,
|
|
1316
|
+
serializeShadowRoot
|
|
1317
|
+
});
|
|
1318
|
+
export const MdStatusDot = /*@__PURE__*/ createComponent({
|
|
1319
|
+
tagName: 'md-status-dot',
|
|
1320
|
+
properties: {
|
|
1321
|
+
state: 'state',
|
|
1322
|
+
size: 'size',
|
|
1323
|
+
live: 'live',
|
|
1324
|
+
label: 'label',
|
|
1325
|
+
density: 'density'
|
|
1326
|
+
},
|
|
1327
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1328
|
+
clientModule: clientComponents.MdStatusDot,
|
|
1329
|
+
serializeShadowRoot
|
|
1330
|
+
});
|
|
1331
|
+
export const MdStep = /*@__PURE__*/ createComponent({
|
|
1332
|
+
tagName: 'md-step',
|
|
1333
|
+
properties: {
|
|
1334
|
+
label: 'label',
|
|
1335
|
+
description: 'description',
|
|
1336
|
+
completed: 'completed',
|
|
1337
|
+
active: 'active',
|
|
1338
|
+
error: 'error',
|
|
1339
|
+
errorText: 'error-text',
|
|
1340
|
+
disabled: 'disabled',
|
|
1341
|
+
optional: 'optional',
|
|
1342
|
+
editable: 'editable',
|
|
1343
|
+
icon: 'icon',
|
|
1344
|
+
completedIcon: 'completed-icon',
|
|
1345
|
+
errorIcon: 'error-icon',
|
|
1346
|
+
accessibleName: 'accessible-name',
|
|
1347
|
+
hideActions: 'hide-actions',
|
|
1348
|
+
density: 'density'
|
|
1349
|
+
},
|
|
1350
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1351
|
+
clientModule: clientComponents.MdStep,
|
|
1352
|
+
serializeShadowRoot
|
|
1353
|
+
});
|
|
1354
|
+
export const MdStepper = /*@__PURE__*/ createComponent({
|
|
1355
|
+
tagName: 'md-stepper',
|
|
1356
|
+
properties: {
|
|
1357
|
+
orientation: 'orientation',
|
|
1358
|
+
indicator: 'indicator',
|
|
1359
|
+
variant: 'variant',
|
|
1360
|
+
mode: 'mode',
|
|
1361
|
+
active: 'active',
|
|
1362
|
+
autoComplete: 'auto-complete',
|
|
1363
|
+
nav: 'nav',
|
|
1364
|
+
nextDisabled: 'next-disabled',
|
|
1365
|
+
loading: 'loading',
|
|
1366
|
+
lazy: 'lazy',
|
|
1367
|
+
label: 'label',
|
|
1368
|
+
stepWord: 'step-word',
|
|
1369
|
+
ofWord: 'of-word',
|
|
1370
|
+
completedWord: 'completed-word',
|
|
1371
|
+
currentWord: 'current-word',
|
|
1372
|
+
errorWord: 'error-word',
|
|
1373
|
+
optionalWord: 'optional-word',
|
|
1374
|
+
nextLabel: 'next-label',
|
|
1375
|
+
backLabel: 'back-label',
|
|
1376
|
+
finishLabel: 'finish-label',
|
|
1377
|
+
density: 'density'
|
|
1378
|
+
},
|
|
1379
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1380
|
+
clientModule: clientComponents.MdStepper,
|
|
1381
|
+
serializeShadowRoot
|
|
1382
|
+
});
|
|
1383
|
+
export const MdSubMenuItem = /*@__PURE__*/ createComponent({
|
|
1384
|
+
tagName: 'md-sub-menu-item',
|
|
1385
|
+
properties: {
|
|
1386
|
+
headline: 'headline',
|
|
1387
|
+
supportingText: 'supporting-text',
|
|
1388
|
+
disabled: 'disabled',
|
|
1389
|
+
divider: 'divider',
|
|
1390
|
+
gap: 'gap',
|
|
1391
|
+
badge: 'badge',
|
|
1392
|
+
density: 'density'
|
|
1393
|
+
},
|
|
1394
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1395
|
+
clientModule: clientComponents.MdSubMenuItem,
|
|
1396
|
+
serializeShadowRoot
|
|
1397
|
+
});
|
|
1398
|
+
export const MdSwitch = /*@__PURE__*/ createComponent({
|
|
1399
|
+
tagName: 'md-switch',
|
|
1400
|
+
properties: {
|
|
1401
|
+
valueMissingLabel: 'value-missing-label',
|
|
1402
|
+
selected: 'selected',
|
|
1403
|
+
disabled: 'disabled',
|
|
1404
|
+
softDisabled: 'soft-disabled',
|
|
1405
|
+
required: 'required',
|
|
1406
|
+
name: 'name',
|
|
1407
|
+
value: 'value',
|
|
1408
|
+
icons: 'icons',
|
|
1409
|
+
showOnlySelectedIcon: 'show-only-selected-icon',
|
|
1410
|
+
selectedIcon: 'selected-icon',
|
|
1411
|
+
unselectedIcon: 'unselected-icon',
|
|
1412
|
+
density: 'density'
|
|
1413
|
+
},
|
|
1414
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1415
|
+
clientModule: clientComponents.MdSwitch,
|
|
1416
|
+
serializeShadowRoot
|
|
1417
|
+
});
|
|
1418
|
+
export const MdTab = /*@__PURE__*/ createComponent({
|
|
1419
|
+
tagName: 'md-tab',
|
|
1420
|
+
properties: {
|
|
1421
|
+
label: 'label',
|
|
1422
|
+
icon: 'icon',
|
|
1423
|
+
active: 'active',
|
|
1424
|
+
disabled: 'disabled',
|
|
1425
|
+
inlineIcon: 'inline-icon',
|
|
1426
|
+
variant: 'variant',
|
|
1427
|
+
badge: 'badge',
|
|
1428
|
+
controls: 'controls',
|
|
1429
|
+
density: 'density'
|
|
1430
|
+
},
|
|
1431
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1432
|
+
clientModule: clientComponents.MdTab,
|
|
1433
|
+
serializeShadowRoot
|
|
1434
|
+
});
|
|
1435
|
+
export const MdTabPanel = /*@__PURE__*/ createComponent({
|
|
1436
|
+
tagName: 'md-tab-panel',
|
|
1437
|
+
properties: { active: 'active' },
|
|
1438
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1439
|
+
clientModule: clientComponents.MdTabPanel,
|
|
1440
|
+
serializeShadowRoot
|
|
1441
|
+
});
|
|
1442
|
+
export const MdTabPanels = /*@__PURE__*/ createComponent({
|
|
1443
|
+
tagName: 'md-tab-panels',
|
|
1444
|
+
properties: {
|
|
1445
|
+
for: 'for',
|
|
1446
|
+
sizing: 'sizing'
|
|
1447
|
+
},
|
|
1448
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1449
|
+
clientModule: clientComponents.MdTabPanels,
|
|
1450
|
+
serializeShadowRoot
|
|
1451
|
+
});
|
|
1452
|
+
export const MdTable = /*@__PURE__*/ createComponent({
|
|
1453
|
+
tagName: 'md-table',
|
|
1454
|
+
properties: {
|
|
1455
|
+
density: 'density',
|
|
1456
|
+
columnTemplate: 'column-template',
|
|
1457
|
+
columns: 'columns',
|
|
1458
|
+
minWidth: 'min-width',
|
|
1459
|
+
stickyHeader: 'sticky-header',
|
|
1460
|
+
frozenHeader: 'frozen-header',
|
|
1461
|
+
keepHeight: 'keep-height',
|
|
1462
|
+
scrollbar: 'scrollbar',
|
|
1463
|
+
pinMode: 'pin-mode',
|
|
1464
|
+
pinIcon: 'pin-icon',
|
|
1465
|
+
stickyFooter: 'sticky-footer',
|
|
1466
|
+
striped: 'striped',
|
|
1467
|
+
noDividers: 'no-dividers',
|
|
1468
|
+
hoverable: 'hoverable',
|
|
1469
|
+
motion: 'motion',
|
|
1470
|
+
selection: 'selection',
|
|
1471
|
+
sortBy: 'sort-by',
|
|
1472
|
+
sortOrder: 'sort-order',
|
|
1473
|
+
loading: 'loading',
|
|
1474
|
+
loadingMode: 'loading-mode',
|
|
1475
|
+
loadingRows: 'loading-rows',
|
|
1476
|
+
empty: 'empty',
|
|
1477
|
+
label: 'label',
|
|
1478
|
+
caption: 'caption',
|
|
1479
|
+
summary: 'summary',
|
|
1480
|
+
rowOffset: 'row-offset',
|
|
1481
|
+
rowCount: 'row-count'
|
|
1482
|
+
},
|
|
1483
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1484
|
+
clientModule: clientComponents.MdTable,
|
|
1485
|
+
serializeShadowRoot
|
|
1486
|
+
});
|
|
1487
|
+
export const MdTableBody = /*@__PURE__*/ createComponent({
|
|
1488
|
+
tagName: 'md-table-body',
|
|
1489
|
+
properties: { presentational: 'presentational' },
|
|
1490
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1491
|
+
clientModule: clientComponents.MdTableBody,
|
|
1492
|
+
serializeShadowRoot
|
|
1493
|
+
});
|
|
1494
|
+
export const MdTableCell = /*@__PURE__*/ createComponent({
|
|
1495
|
+
tagName: 'md-table-cell',
|
|
1496
|
+
properties: {
|
|
1497
|
+
align: 'align',
|
|
1498
|
+
numeric: 'numeric',
|
|
1499
|
+
padding: 'padding',
|
|
1500
|
+
head: 'head',
|
|
1501
|
+
scope: 'scope',
|
|
1502
|
+
sticky: 'sticky',
|
|
1503
|
+
colSpan: 'colspan',
|
|
1504
|
+
rowSpan: 'rowspan',
|
|
1505
|
+
ellipsis: 'ellipsis',
|
|
1506
|
+
variant: 'variant',
|
|
1507
|
+
noPinIndicator: 'no-pin-indicator',
|
|
1508
|
+
pinIcon: 'pin-icon',
|
|
1509
|
+
density: 'density'
|
|
1510
|
+
},
|
|
1511
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1512
|
+
clientModule: clientComponents.MdTableCell,
|
|
1513
|
+
serializeShadowRoot
|
|
1514
|
+
});
|
|
1515
|
+
export const MdTableContainer = /*@__PURE__*/ createComponent({
|
|
1516
|
+
tagName: 'md-table-container',
|
|
1517
|
+
properties: {
|
|
1518
|
+
variant: 'variant',
|
|
1519
|
+
shape: 'shape',
|
|
1520
|
+
maxHeight: 'max-height',
|
|
1521
|
+
minHeight: 'min-height',
|
|
1522
|
+
vibrant: 'vibrant',
|
|
1523
|
+
elevation: 'elevation'
|
|
1524
|
+
},
|
|
1525
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1526
|
+
clientModule: clientComponents.MdTableContainer,
|
|
1527
|
+
serializeShadowRoot
|
|
1528
|
+
});
|
|
1529
|
+
export const MdTableExpandToggle = /*@__PURE__*/ createComponent({
|
|
1530
|
+
tagName: 'md-table-expand-toggle',
|
|
1531
|
+
properties: {
|
|
1532
|
+
buttonLabel: 'button-label',
|
|
1533
|
+
icon: 'icon'
|
|
1534
|
+
},
|
|
1535
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1536
|
+
clientModule: clientComponents.MdTableExpandToggle,
|
|
1537
|
+
serializeShadowRoot
|
|
1538
|
+
});
|
|
1539
|
+
export const MdTableFoot = /*@__PURE__*/ createComponent({
|
|
1540
|
+
tagName: 'md-table-foot',
|
|
1541
|
+
properties: { presentational: 'presentational' },
|
|
1542
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1543
|
+
clientModule: clientComponents.MdTableFoot,
|
|
1544
|
+
serializeShadowRoot
|
|
1545
|
+
});
|
|
1546
|
+
export const MdTableHead = /*@__PURE__*/ createComponent({
|
|
1547
|
+
tagName: 'md-table-head',
|
|
1548
|
+
properties: {},
|
|
1549
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1550
|
+
clientModule: clientComponents.MdTableHead,
|
|
1551
|
+
serializeShadowRoot
|
|
1552
|
+
});
|
|
1553
|
+
export const MdTablePagination = /*@__PURE__*/ createComponent({
|
|
1554
|
+
tagName: 'md-table-pagination',
|
|
1555
|
+
properties: {
|
|
1556
|
+
count: 'count',
|
|
1557
|
+
page: 'page',
|
|
1558
|
+
rowsPerPage: 'rows-per-page',
|
|
1559
|
+
rowsPerPageOptions: 'rows-per-page-options',
|
|
1560
|
+
showFirstLast: 'show-first-last',
|
|
1561
|
+
labelDisplayedRows: 'label-displayed-rows',
|
|
1562
|
+
labelRowsPerPage: 'label-rows-per-page',
|
|
1563
|
+
labelFirstPage: 'label-first-page',
|
|
1564
|
+
labelPreviousPage: 'label-previous-page',
|
|
1565
|
+
labelNextPage: 'label-next-page',
|
|
1566
|
+
labelLastPage: 'label-last-page',
|
|
1567
|
+
labelAll: 'label-all',
|
|
1568
|
+
compact: 'compact',
|
|
1569
|
+
disabled: 'disabled',
|
|
1570
|
+
density: 'density'
|
|
1571
|
+
},
|
|
1572
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1573
|
+
clientModule: clientComponents.MdTablePagination,
|
|
1574
|
+
serializeShadowRoot
|
|
1575
|
+
});
|
|
1576
|
+
export const MdTableRow = /*@__PURE__*/ createComponent({
|
|
1577
|
+
tagName: 'md-table-row',
|
|
1578
|
+
properties: {
|
|
1579
|
+
rowgroup: 'rowgroup',
|
|
1580
|
+
selected: 'selected',
|
|
1581
|
+
disabled: 'disabled',
|
|
1582
|
+
selectable: 'selectable',
|
|
1583
|
+
clickable: 'clickable',
|
|
1584
|
+
value: 'value',
|
|
1585
|
+
expandable: 'expandable',
|
|
1586
|
+
expanded: 'expanded',
|
|
1587
|
+
highlight: 'highlight'
|
|
1588
|
+
},
|
|
1589
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1590
|
+
clientModule: clientComponents.MdTableRow,
|
|
1591
|
+
serializeShadowRoot
|
|
1592
|
+
});
|
|
1593
|
+
export const MdTableSortLabel = /*@__PURE__*/ createComponent({
|
|
1594
|
+
tagName: 'md-table-sort-label',
|
|
1595
|
+
properties: {
|
|
1596
|
+
column: 'column',
|
|
1597
|
+
disabled: 'disabled',
|
|
1598
|
+
defaultOrder: 'default-order',
|
|
1599
|
+
iconPosition: 'icon-position',
|
|
1600
|
+
icon: 'icon',
|
|
1601
|
+
active: 'active',
|
|
1602
|
+
order: 'order',
|
|
1603
|
+
density: 'density'
|
|
1604
|
+
},
|
|
1605
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1606
|
+
clientModule: clientComponents.MdTableSortLabel,
|
|
1607
|
+
serializeShadowRoot
|
|
1608
|
+
});
|
|
1609
|
+
export const MdTableToolbar = /*@__PURE__*/ createComponent({
|
|
1610
|
+
tagName: 'md-table-toolbar',
|
|
1611
|
+
properties: {
|
|
1612
|
+
headline: 'headline',
|
|
1613
|
+
supportingText: 'supporting-text',
|
|
1614
|
+
numSelected: 'num-selected',
|
|
1615
|
+
autoBind: 'auto-bind',
|
|
1616
|
+
labelSelected: 'label-selected',
|
|
1617
|
+
compact: 'compact',
|
|
1618
|
+
density: 'density'
|
|
1619
|
+
},
|
|
1620
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1621
|
+
clientModule: clientComponents.MdTableToolbar,
|
|
1622
|
+
serializeShadowRoot
|
|
1623
|
+
});
|
|
1624
|
+
export const MdTabs = /*@__PURE__*/ createComponent({
|
|
1625
|
+
tagName: 'md-tabs',
|
|
1626
|
+
properties: {
|
|
1627
|
+
activeTabIndex: 'active-tab-index',
|
|
1628
|
+
variant: 'variant',
|
|
1629
|
+
ariaLabelProp: 'aria-label',
|
|
1630
|
+
tabWidth: 'tab-width',
|
|
1631
|
+
width: 'width'
|
|
1632
|
+
},
|
|
1633
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1634
|
+
clientModule: clientComponents.MdTabs,
|
|
1635
|
+
serializeShadowRoot
|
|
1636
|
+
});
|
|
1637
|
+
export const MdTextField = /*@__PURE__*/ createComponent({
|
|
1638
|
+
tagName: 'md-text-field',
|
|
1639
|
+
properties: {
|
|
1640
|
+
reserveSupportingSpace: 'reserve-supporting-space',
|
|
1641
|
+
variant: 'variant',
|
|
1642
|
+
label: 'label',
|
|
1643
|
+
value: 'value',
|
|
1644
|
+
placeholder: 'placeholder',
|
|
1645
|
+
type: 'type',
|
|
1646
|
+
name: 'name',
|
|
1647
|
+
pattern: 'pattern',
|
|
1648
|
+
minLength: 'min-length',
|
|
1649
|
+
min: 'min',
|
|
1650
|
+
max: 'max',
|
|
1651
|
+
step: 'step',
|
|
1652
|
+
autocomplete: 'autocomplete',
|
|
1653
|
+
inputMode: 'inputmode',
|
|
1654
|
+
enterKeyHint: 'enterkeyhint',
|
|
1655
|
+
autoCapitalize: 'autocapitalize',
|
|
1656
|
+
spellcheck: 'spellcheck',
|
|
1657
|
+
disabled: 'disabled',
|
|
1658
|
+
readOnly: 'readonly',
|
|
1659
|
+
required: 'required',
|
|
1660
|
+
error: 'error',
|
|
1661
|
+
errorText: 'error-text',
|
|
1662
|
+
supportingText: 'supporting-text',
|
|
1663
|
+
prefixText: 'prefix-text',
|
|
1664
|
+
suffixText: 'suffix-text',
|
|
1665
|
+
maxLength: 'max-length',
|
|
1666
|
+
clearable: 'clearable',
|
|
1667
|
+
passwordToggle: 'password-toggle',
|
|
1668
|
+
density: 'density',
|
|
1669
|
+
multiline: 'multiline',
|
|
1670
|
+
rows: 'rows',
|
|
1671
|
+
speechToText: 'speech-to-text',
|
|
1672
|
+
speechLang: 'speech-lang',
|
|
1673
|
+
restrict: 'restrict',
|
|
1674
|
+
formatOn: 'format-on',
|
|
1675
|
+
focusBorderWidth: 'focus-border-width',
|
|
1676
|
+
appearFocused: 'appear-focused',
|
|
1677
|
+
chipsWrap: 'chips-wrap',
|
|
1678
|
+
debounce: 'debounce',
|
|
1679
|
+
throttle: 'throttle',
|
|
1680
|
+
inputRole: 'input-role',
|
|
1681
|
+
inputExpanded: 'input-expanded',
|
|
1682
|
+
inputAriaAutocomplete: 'input-aria-autocomplete'
|
|
1683
|
+
},
|
|
1684
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1685
|
+
clientModule: clientComponents.MdTextField,
|
|
1686
|
+
serializeShadowRoot
|
|
1687
|
+
});
|
|
1688
|
+
export const MdTimePicker = /*@__PURE__*/ createComponent({
|
|
1689
|
+
tagName: 'md-time-picker',
|
|
1690
|
+
properties: {
|
|
1691
|
+
variant: 'variant',
|
|
1692
|
+
format: 'format',
|
|
1693
|
+
value: 'value',
|
|
1694
|
+
name: 'name',
|
|
1695
|
+
min: 'min',
|
|
1696
|
+
max: 'max',
|
|
1697
|
+
required: 'required',
|
|
1698
|
+
label: 'label',
|
|
1699
|
+
headline: 'headline',
|
|
1700
|
+
headlineInputLabel: 'headline-input-label',
|
|
1701
|
+
headlineDialLabel: 'headline-dial-label',
|
|
1702
|
+
valueMissingLabel: 'value-missing-label',
|
|
1703
|
+
rangeUnderflowLabel: 'range-underflow-label',
|
|
1704
|
+
rangeOverflowLabel: 'range-overflow-label',
|
|
1705
|
+
rangeOutsideLabel: 'range-outside-label',
|
|
1706
|
+
disabled: 'disabled',
|
|
1707
|
+
open: 'open',
|
|
1708
|
+
minuteStep: 'minute-step',
|
|
1709
|
+
cancelLabel: 'cancel-label',
|
|
1710
|
+
okLabel: 'ok-label',
|
|
1711
|
+
hideTrigger: 'hide-trigger',
|
|
1712
|
+
amLabel: 'am-label',
|
|
1713
|
+
pmLabel: 'pm-label',
|
|
1714
|
+
hourLabel: 'hour-label',
|
|
1715
|
+
minuteLabel: 'minute-label',
|
|
1716
|
+
toggleDialLabel: 'toggle-dial-label',
|
|
1717
|
+
toggleInputLabel: 'toggle-input-label',
|
|
1718
|
+
periodLabel: 'period-label',
|
|
1719
|
+
periodLayout: 'period-layout',
|
|
1720
|
+
orientation: 'orientation',
|
|
1721
|
+
responsive: 'responsive',
|
|
1722
|
+
density: 'density'
|
|
1723
|
+
},
|
|
1724
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1725
|
+
clientModule: clientComponents.MdTimePicker,
|
|
1726
|
+
serializeShadowRoot
|
|
1727
|
+
});
|
|
1728
|
+
export const MdToolbar = /*@__PURE__*/ createComponent({
|
|
1729
|
+
tagName: 'md-toolbar',
|
|
1730
|
+
properties: {
|
|
1731
|
+
variant: 'variant',
|
|
1732
|
+
color: 'color',
|
|
1733
|
+
layout: 'layout',
|
|
1734
|
+
alignment: 'alignment',
|
|
1735
|
+
containerSemantics: 'container-semantics',
|
|
1736
|
+
ariaLabelProp: 'aria-label',
|
|
1737
|
+
ariaLabelledby: 'aria-labelledby',
|
|
1738
|
+
density: 'density'
|
|
1739
|
+
},
|
|
1740
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1741
|
+
clientModule: clientComponents.MdToolbar,
|
|
1742
|
+
serializeShadowRoot
|
|
1743
|
+
});
|
|
1744
|
+
export const MdTooltip = /*@__PURE__*/ createComponent({
|
|
1745
|
+
tagName: 'md-tooltip',
|
|
1746
|
+
properties: {
|
|
1747
|
+
text: 'text',
|
|
1748
|
+
subhead: 'subhead',
|
|
1749
|
+
variant: 'variant',
|
|
1750
|
+
position: 'position',
|
|
1751
|
+
autoPosition: 'auto-position',
|
|
1752
|
+
offset: 'offset',
|
|
1753
|
+
crossOffset: 'cross-offset',
|
|
1754
|
+
open: 'open',
|
|
1755
|
+
showDelay: 'show-delay',
|
|
1756
|
+
hideDelay: 'hide-delay',
|
|
1757
|
+
disabled: 'disabled',
|
|
1758
|
+
density: 'density'
|
|
1759
|
+
},
|
|
1760
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1761
|
+
clientModule: clientComponents.MdTooltip,
|
|
1762
|
+
serializeShadowRoot
|
|
1763
|
+
});
|
|
1764
|
+
export const MdTransferList = /*@__PURE__*/ createComponent({
|
|
1765
|
+
tagName: 'md-transfer-list',
|
|
1766
|
+
properties: {
|
|
1767
|
+
items: 'items',
|
|
1768
|
+
sourceTitle: 'source-title',
|
|
1769
|
+
targetTitle: 'target-title',
|
|
1770
|
+
searchable: 'searchable',
|
|
1771
|
+
sourceSearchPlaceholder: 'source-search-placeholder',
|
|
1772
|
+
targetSearchPlaceholder: 'target-search-placeholder',
|
|
1773
|
+
showSelectAll: 'show-select-all',
|
|
1774
|
+
searchIcon: 'search-icon',
|
|
1775
|
+
moveRightIcon: 'move-right-icon',
|
|
1776
|
+
moveLeftIcon: 'move-left-icon',
|
|
1777
|
+
moveAllRightIcon: 'move-all-right-icon',
|
|
1778
|
+
moveAllLeftIcon: 'move-all-left-icon',
|
|
1779
|
+
emptyIcon: 'empty-icon',
|
|
1780
|
+
emptyText: 'empty-text',
|
|
1781
|
+
countTemplate: 'count-template',
|
|
1782
|
+
density: 'density',
|
|
1783
|
+
disabled: 'disabled',
|
|
1784
|
+
singleStepOnly: 'single-step-only',
|
|
1785
|
+
moveRightLabel: 'move-right-label',
|
|
1786
|
+
moveLeftLabel: 'move-left-label',
|
|
1787
|
+
moveAllRightLabel: 'move-all-right-label',
|
|
1788
|
+
moveAllLeftLabel: 'move-all-left-label'
|
|
1789
|
+
},
|
|
1790
|
+
hydrateModule: typeof window === 'undefined' ? import('@awc-ui/core/hydrate') : undefined,
|
|
1791
|
+
clientModule: clientComponents.MdTransferList,
|
|
1792
|
+
serializeShadowRoot
|
|
1793
|
+
});
|
|
1794
|
+
//# sourceMappingURL=components.server.js.map
|