@awc-ui/vue 1.0.0-beta → 1.0.0-beta.10
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/README.md +62 -17
- package/dist/components.d.ts +82 -82
- package/dist/components.d.ts.map +1 -1
- package/dist/components.js +190 -97
- package/dist/components.js.map +1 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +702 -535
- package/dist/index.mjs.map +4 -4
- package/dist/runtime.d.ts +17 -0
- package/dist/runtime.d.ts.map +1 -0
- package/dist/runtime.js +178 -0
- package/dist/runtime.js.map +1 -0
- package/lib/components.ts +208 -102
- package/lib/index.ts +4 -1
- package/lib/runtime.ts +220 -0
- package/package.json +39 -5
package/dist/components.js
CHANGED
|
@@ -1,10 +1,89 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* auto-generated vue proxies */
|
|
4
|
-
import { defineContainer } from './
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
import { defineContainer } from './runtime.js';
|
|
5
|
+
import { defineCustomElement as defineMdAccordion } from '@awc-ui/core/dist/components/md-accordion.js';
|
|
6
|
+
import { defineCustomElement as defineMdAccordionItem } from '@awc-ui/core/dist/components/md-accordion-item.js';
|
|
7
|
+
import { defineCustomElement as defineMdAppBar } from '@awc-ui/core/dist/components/md-app-bar.js';
|
|
8
|
+
import { defineCustomElement as defineMdAreaChart } from '@awc-ui/core/dist/components/md-area-chart.js';
|
|
9
|
+
import { defineCustomElement as defineMdAutocomplete } from '@awc-ui/core/dist/components/md-autocomplete.js';
|
|
10
|
+
import { defineCustomElement as defineMdAvatar } from '@awc-ui/core/dist/components/md-avatar.js';
|
|
11
|
+
import { defineCustomElement as defineMdBadge } from '@awc-ui/core/dist/components/md-badge.js';
|
|
12
|
+
import { defineCustomElement as defineMdBarChart } from '@awc-ui/core/dist/components/md-bar-chart.js';
|
|
13
|
+
import { defineCustomElement as defineMdBottomSheet } from '@awc-ui/core/dist/components/md-bottom-sheet.js';
|
|
14
|
+
import { defineCustomElement as defineMdBreadcrumbItem } from '@awc-ui/core/dist/components/md-breadcrumb-item.js';
|
|
15
|
+
import { defineCustomElement as defineMdBreadcrumbs } from '@awc-ui/core/dist/components/md-breadcrumbs.js';
|
|
16
|
+
import { defineCustomElement as defineMdButton } from '@awc-ui/core/dist/components/md-button.js';
|
|
17
|
+
import { defineCustomElement as defineMdButtonGroup } from '@awc-ui/core/dist/components/md-button-group.js';
|
|
18
|
+
import { defineCustomElement as defineMdCard } from '@awc-ui/core/dist/components/md-card.js';
|
|
19
|
+
import { defineCustomElement as defineMdCheckbox } from '@awc-ui/core/dist/components/md-checkbox.js';
|
|
20
|
+
import { defineCustomElement as defineMdChip } from '@awc-ui/core/dist/components/md-chip.js';
|
|
21
|
+
import { defineCustomElement as defineMdColorPicker } from '@awc-ui/core/dist/components/md-color-picker.js';
|
|
22
|
+
import { defineCustomElement as defineMdDatePicker } from '@awc-ui/core/dist/components/md-date-picker.js';
|
|
23
|
+
import { defineCustomElement as defineMdDialog } from '@awc-ui/core/dist/components/md-dialog.js';
|
|
24
|
+
import { defineCustomElement as defineMdDivider } from '@awc-ui/core/dist/components/md-divider.js';
|
|
25
|
+
import { defineCustomElement as defineMdFab } from '@awc-ui/core/dist/components/md-fab.js';
|
|
26
|
+
import { defineCustomElement as defineMdFabMenu } from '@awc-ui/core/dist/components/md-fab-menu.js';
|
|
27
|
+
import { defineCustomElement as defineMdFabMenuItem } from '@awc-ui/core/dist/components/md-fab-menu-item.js';
|
|
28
|
+
import { defineCustomElement as defineMdIconButton } from '@awc-ui/core/dist/components/md-icon-button.js';
|
|
29
|
+
import { defineCustomElement as defineMdLineChart } from '@awc-ui/core/dist/components/md-line-chart.js';
|
|
30
|
+
import { defineCustomElement as defineMdList } from '@awc-ui/core/dist/components/md-list.js';
|
|
31
|
+
import { defineCustomElement as defineMdListItem } from '@awc-ui/core/dist/components/md-list-item.js';
|
|
32
|
+
import { defineCustomElement as defineMdLoadingIndicator } from '@awc-ui/core/dist/components/md-loading-indicator.js';
|
|
33
|
+
import { defineCustomElement as defineMdMenu } from '@awc-ui/core/dist/components/md-menu.js';
|
|
34
|
+
import { defineCustomElement as defineMdMenuItem } from '@awc-ui/core/dist/components/md-menu-item.js';
|
|
35
|
+
import { defineCustomElement as defineMdMenuItemGroup } from '@awc-ui/core/dist/components/md-menu-item-group.js';
|
|
36
|
+
import { defineCustomElement as defineMdMeter } from '@awc-ui/core/dist/components/md-meter.js';
|
|
37
|
+
import { defineCustomElement as defineMdMultiSelect } from '@awc-ui/core/dist/components/md-multi-select.js';
|
|
38
|
+
import { defineCustomElement as defineMdNavigationBar } from '@awc-ui/core/dist/components/md-navigation-bar.js';
|
|
39
|
+
import { defineCustomElement as defineMdNavigationRail } from '@awc-ui/core/dist/components/md-navigation-rail.js';
|
|
40
|
+
import { defineCustomElement as defineMdNavigationRailTab } from '@awc-ui/core/dist/components/md-navigation-rail-tab.js';
|
|
41
|
+
import { defineCustomElement as defineMdNavigationTab } from '@awc-ui/core/dist/components/md-navigation-tab.js';
|
|
42
|
+
import { defineCustomElement as defineMdNumberField } from '@awc-ui/core/dist/components/md-number-field.js';
|
|
43
|
+
import { defineCustomElement as defineMdOrganizationChart } from '@awc-ui/core/dist/components/md-organization-chart.js';
|
|
44
|
+
import { defineCustomElement as defineMdOtpField } from '@awc-ui/core/dist/components/md-otp-field.js';
|
|
45
|
+
import { defineCustomElement as defineMdPieChart } from '@awc-ui/core/dist/components/md-pie-chart.js';
|
|
46
|
+
import { defineCustomElement as defineMdProgressIndicator } from '@awc-ui/core/dist/components/md-progress-indicator.js';
|
|
47
|
+
import { defineCustomElement as defineMdRadio } from '@awc-ui/core/dist/components/md-radio.js';
|
|
48
|
+
import { defineCustomElement as defineMdRating } from '@awc-ui/core/dist/components/md-rating.js';
|
|
49
|
+
import { defineCustomElement as defineMdRipple } from '@awc-ui/core/dist/components/md-ripple.js';
|
|
50
|
+
import { defineCustomElement as defineMdSearch } from '@awc-ui/core/dist/components/md-search.js';
|
|
51
|
+
import { defineCustomElement as defineMdSegmentedButton } from '@awc-ui/core/dist/components/md-segmented-button.js';
|
|
52
|
+
import { defineCustomElement as defineMdSegmentedButtonSet } from '@awc-ui/core/dist/components/md-segmented-button-set.js';
|
|
53
|
+
import { defineCustomElement as defineMdSelect } from '@awc-ui/core/dist/components/md-select.js';
|
|
54
|
+
import { defineCustomElement as defineMdSelectOption } from '@awc-ui/core/dist/components/md-select-option.js';
|
|
55
|
+
import { defineCustomElement as defineMdSideSheet } from '@awc-ui/core/dist/components/md-side-sheet.js';
|
|
56
|
+
import { defineCustomElement as defineMdSkeleton } from '@awc-ui/core/dist/components/md-skeleton.js';
|
|
57
|
+
import { defineCustomElement as defineMdSlider } from '@awc-ui/core/dist/components/md-slider.js';
|
|
58
|
+
import { defineCustomElement as defineMdSnackbar } from '@awc-ui/core/dist/components/md-snackbar.js';
|
|
59
|
+
import { defineCustomElement as defineMdSparkline } from '@awc-ui/core/dist/components/md-sparkline.js';
|
|
60
|
+
import { defineCustomElement as defineMdSplitButton } from '@awc-ui/core/dist/components/md-split-button.js';
|
|
61
|
+
import { defineCustomElement as defineMdStatusDot } from '@awc-ui/core/dist/components/md-status-dot.js';
|
|
62
|
+
import { defineCustomElement as defineMdStep } from '@awc-ui/core/dist/components/md-step.js';
|
|
63
|
+
import { defineCustomElement as defineMdStepper } from '@awc-ui/core/dist/components/md-stepper.js';
|
|
64
|
+
import { defineCustomElement as defineMdSubMenuItem } from '@awc-ui/core/dist/components/md-sub-menu-item.js';
|
|
65
|
+
import { defineCustomElement as defineMdSwitch } from '@awc-ui/core/dist/components/md-switch.js';
|
|
66
|
+
import { defineCustomElement as defineMdTab } from '@awc-ui/core/dist/components/md-tab.js';
|
|
67
|
+
import { defineCustomElement as defineMdTabPanel } from '@awc-ui/core/dist/components/md-tab-panel.js';
|
|
68
|
+
import { defineCustomElement as defineMdTabPanels } from '@awc-ui/core/dist/components/md-tab-panels.js';
|
|
69
|
+
import { defineCustomElement as defineMdTable } from '@awc-ui/core/dist/components/md-table.js';
|
|
70
|
+
import { defineCustomElement as defineMdTableBody } from '@awc-ui/core/dist/components/md-table-body.js';
|
|
71
|
+
import { defineCustomElement as defineMdTableCell } from '@awc-ui/core/dist/components/md-table-cell.js';
|
|
72
|
+
import { defineCustomElement as defineMdTableContainer } from '@awc-ui/core/dist/components/md-table-container.js';
|
|
73
|
+
import { defineCustomElement as defineMdTableExpandToggle } from '@awc-ui/core/dist/components/md-table-expand-toggle.js';
|
|
74
|
+
import { defineCustomElement as defineMdTableFoot } from '@awc-ui/core/dist/components/md-table-foot.js';
|
|
75
|
+
import { defineCustomElement as defineMdTableHead } from '@awc-ui/core/dist/components/md-table-head.js';
|
|
76
|
+
import { defineCustomElement as defineMdTablePagination } from '@awc-ui/core/dist/components/md-table-pagination.js';
|
|
77
|
+
import { defineCustomElement as defineMdTableRow } from '@awc-ui/core/dist/components/md-table-row.js';
|
|
78
|
+
import { defineCustomElement as defineMdTableSortLabel } from '@awc-ui/core/dist/components/md-table-sort-label.js';
|
|
79
|
+
import { defineCustomElement as defineMdTableToolbar } from '@awc-ui/core/dist/components/md-table-toolbar.js';
|
|
80
|
+
import { defineCustomElement as defineMdTabs } from '@awc-ui/core/dist/components/md-tabs.js';
|
|
81
|
+
import { defineCustomElement as defineMdTextField } from '@awc-ui/core/dist/components/md-text-field.js';
|
|
82
|
+
import { defineCustomElement as defineMdTimePicker } from '@awc-ui/core/dist/components/md-time-picker.js';
|
|
83
|
+
import { defineCustomElement as defineMdToolbar } from '@awc-ui/core/dist/components/md-toolbar.js';
|
|
84
|
+
import { defineCustomElement as defineMdTooltip } from '@awc-ui/core/dist/components/md-tooltip.js';
|
|
85
|
+
import { defineCustomElement as defineMdTransferList } from '@awc-ui/core/dist/components/md-transfer-list.js';
|
|
86
|
+
export const MdAccordion = /*@__PURE__*/ defineContainer('md-accordion', defineMdAccordion, [
|
|
8
87
|
'variant',
|
|
9
88
|
'density',
|
|
10
89
|
'elevation',
|
|
@@ -26,7 +105,7 @@ export const MdAccordion = /*@__PURE__*/ defineContainer('md-accordion', undefin
|
|
|
26
105
|
'mdDragMove',
|
|
27
106
|
'mdDragEnd'
|
|
28
107
|
]);
|
|
29
|
-
export const MdAccordionItem = /*@__PURE__*/ defineContainer('md-accordion-item',
|
|
108
|
+
export const MdAccordionItem = /*@__PURE__*/ defineContainer('md-accordion-item', defineMdAccordionItem, [
|
|
30
109
|
'headline',
|
|
31
110
|
'supportingText',
|
|
32
111
|
'icon',
|
|
@@ -41,7 +120,7 @@ export const MdAccordionItem = /*@__PURE__*/ defineContainer('md-accordion-item'
|
|
|
41
120
|
'mdItemRequestFocus',
|
|
42
121
|
'mdItemRequestReorder'
|
|
43
122
|
]);
|
|
44
|
-
export const MdAppBar = /*@__PURE__*/ defineContainer('md-app-bar',
|
|
123
|
+
export const MdAppBar = /*@__PURE__*/ defineContainer('md-app-bar', defineMdAppBar, [
|
|
45
124
|
'variant',
|
|
46
125
|
'titleAlignment',
|
|
47
126
|
'searchPlaceholder',
|
|
@@ -58,7 +137,7 @@ export const MdAppBar = /*@__PURE__*/ defineContainer('md-app-bar', undefined, [
|
|
|
58
137
|
'mdSearchActivate',
|
|
59
138
|
'mdSearchInput'
|
|
60
139
|
]);
|
|
61
|
-
export const MdAreaChart = /*@__PURE__*/ defineContainer('md-area-chart',
|
|
140
|
+
export const MdAreaChart = /*@__PURE__*/ defineContainer('md-area-chart', defineMdAreaChart, [
|
|
62
141
|
'label',
|
|
63
142
|
'subtitle',
|
|
64
143
|
'titleAlign',
|
|
@@ -107,7 +186,7 @@ export const MdAreaChart = /*@__PURE__*/ defineContainer('md-area-chart', undefi
|
|
|
107
186
|
'mdReady',
|
|
108
187
|
'mdZoom'
|
|
109
188
|
]);
|
|
110
|
-
export const MdAutocomplete = /*@__PURE__*/ defineContainer('md-autocomplete',
|
|
189
|
+
export const MdAutocomplete = /*@__PURE__*/ defineContainer('md-autocomplete', defineMdAutocomplete, [
|
|
111
190
|
'valueMissingLabel',
|
|
112
191
|
'reserveSupportingSpace',
|
|
113
192
|
'variant',
|
|
@@ -153,8 +232,8 @@ export const MdAutocomplete = /*@__PURE__*/ defineContainer('md-autocomplete', u
|
|
|
153
232
|
'mdClose',
|
|
154
233
|
'mdClear',
|
|
155
234
|
'mdValidityChange'
|
|
156
|
-
]);
|
|
157
|
-
export const MdAvatar = /*@__PURE__*/ defineContainer('md-avatar',
|
|
235
|
+
], 'value', 'mdInput');
|
|
236
|
+
export const MdAvatar = /*@__PURE__*/ defineContainer('md-avatar', defineMdAvatar, [
|
|
158
237
|
'src',
|
|
159
238
|
'alt',
|
|
160
239
|
'name',
|
|
@@ -169,14 +248,15 @@ export const MdAvatar = /*@__PURE__*/ defineContainer('md-avatar', undefined, [
|
|
|
169
248
|
'mdLoad',
|
|
170
249
|
'mdError'
|
|
171
250
|
]);
|
|
172
|
-
export const MdBadge = /*@__PURE__*/ defineContainer('md-badge',
|
|
251
|
+
export const MdBadge = /*@__PURE__*/ defineContainer('md-badge', defineMdBadge, [
|
|
173
252
|
'variant',
|
|
174
253
|
'value',
|
|
175
254
|
'max',
|
|
176
255
|
'icon',
|
|
256
|
+
'shape',
|
|
177
257
|
'density'
|
|
178
258
|
]);
|
|
179
|
-
export const MdBarChart = /*@__PURE__*/ defineContainer('md-bar-chart',
|
|
259
|
+
export const MdBarChart = /*@__PURE__*/ defineContainer('md-bar-chart', defineMdBarChart, [
|
|
180
260
|
'label',
|
|
181
261
|
'subtitle',
|
|
182
262
|
'titleAlign',
|
|
@@ -221,7 +301,7 @@ export const MdBarChart = /*@__PURE__*/ defineContainer('md-bar-chart', undefine
|
|
|
221
301
|
'mdReady',
|
|
222
302
|
'mdZoom'
|
|
223
303
|
]);
|
|
224
|
-
export const MdBottomSheet = /*@__PURE__*/ defineContainer('md-bottom-sheet',
|
|
304
|
+
export const MdBottomSheet = /*@__PURE__*/ defineContainer('md-bottom-sheet', defineMdBottomSheet, [
|
|
225
305
|
'open',
|
|
226
306
|
'variant',
|
|
227
307
|
'headline',
|
|
@@ -239,7 +319,7 @@ export const MdBottomSheet = /*@__PURE__*/ defineContainer('md-bottom-sheet', un
|
|
|
239
319
|
'mdClose',
|
|
240
320
|
'mdCancel'
|
|
241
321
|
]);
|
|
242
|
-
export const MdBreadcrumbItem = /*@__PURE__*/ defineContainer('md-breadcrumb-item',
|
|
322
|
+
export const MdBreadcrumbItem = /*@__PURE__*/ defineContainer('md-breadcrumb-item', defineMdBreadcrumbItem, [
|
|
243
323
|
'href',
|
|
244
324
|
'target',
|
|
245
325
|
'rel',
|
|
@@ -252,7 +332,7 @@ export const MdBreadcrumbItem = /*@__PURE__*/ defineContainer('md-breadcrumb-ite
|
|
|
252
332
|
'density',
|
|
253
333
|
'mdSelect'
|
|
254
334
|
]);
|
|
255
|
-
export const MdBreadcrumbs = /*@__PURE__*/ defineContainer('md-breadcrumbs',
|
|
335
|
+
export const MdBreadcrumbs = /*@__PURE__*/ defineContainer('md-breadcrumbs', defineMdBreadcrumbs, [
|
|
256
336
|
'label',
|
|
257
337
|
'expandLabel',
|
|
258
338
|
'separator',
|
|
@@ -262,7 +342,7 @@ export const MdBreadcrumbs = /*@__PURE__*/ defineContainer('md-breadcrumbs', und
|
|
|
262
342
|
'density',
|
|
263
343
|
'mdExpand'
|
|
264
344
|
]);
|
|
265
|
-
export const MdButton = /*@__PURE__*/ defineContainer('md-button',
|
|
345
|
+
export const MdButton = /*@__PURE__*/ defineContainer('md-button', defineMdButton, [
|
|
266
346
|
'type',
|
|
267
347
|
'variant',
|
|
268
348
|
'size',
|
|
@@ -290,7 +370,7 @@ export const MdButton = /*@__PURE__*/ defineContainer('md-button', undefined, [
|
|
|
290
370
|
'mdClick',
|
|
291
371
|
'mdChange'
|
|
292
372
|
]);
|
|
293
|
-
export const MdButtonGroup = /*@__PURE__*/ defineContainer('md-button-group',
|
|
373
|
+
export const MdButtonGroup = /*@__PURE__*/ defineContainer('md-button-group', defineMdButtonGroup, [
|
|
294
374
|
'variant',
|
|
295
375
|
'size',
|
|
296
376
|
'shape',
|
|
@@ -300,7 +380,7 @@ export const MdButtonGroup = /*@__PURE__*/ defineContainer('md-button-group', un
|
|
|
300
380
|
'density',
|
|
301
381
|
'mdSelectionChange'
|
|
302
382
|
]);
|
|
303
|
-
export const MdCard = /*@__PURE__*/ defineContainer('md-card',
|
|
383
|
+
export const MdCard = /*@__PURE__*/ defineContainer('md-card', defineMdCard, [
|
|
304
384
|
'variant',
|
|
305
385
|
'interactive',
|
|
306
386
|
'dragEnabled',
|
|
@@ -315,7 +395,7 @@ export const MdCard = /*@__PURE__*/ defineContainer('md-card', undefined, [
|
|
|
315
395
|
'mdDragMove',
|
|
316
396
|
'mdDragEnd'
|
|
317
397
|
]);
|
|
318
|
-
export const MdCheckbox = /*@__PURE__*/ defineContainer('md-checkbox',
|
|
398
|
+
export const MdCheckbox = /*@__PURE__*/ defineContainer('md-checkbox', defineMdCheckbox, [
|
|
319
399
|
'valueMissingLabel',
|
|
320
400
|
'error',
|
|
321
401
|
'errorText',
|
|
@@ -330,8 +410,8 @@ export const MdCheckbox = /*@__PURE__*/ defineContainer('md-checkbox', undefined
|
|
|
330
410
|
'density',
|
|
331
411
|
'mdChange',
|
|
332
412
|
'mdValidityChange'
|
|
333
|
-
]);
|
|
334
|
-
export const MdChip = /*@__PURE__*/ defineContainer('md-chip',
|
|
413
|
+
], 'checked', 'mdChange');
|
|
414
|
+
export const MdChip = /*@__PURE__*/ defineContainer('md-chip', defineMdChip, [
|
|
335
415
|
'variant',
|
|
336
416
|
'icon',
|
|
337
417
|
'trailingIcon',
|
|
@@ -344,12 +424,14 @@ export const MdChip = /*@__PURE__*/ defineContainer('md-chip', undefined, [
|
|
|
344
424
|
'softDisabled',
|
|
345
425
|
'removable',
|
|
346
426
|
'label',
|
|
427
|
+
'contentAlign',
|
|
347
428
|
'density',
|
|
348
429
|
'mdClick',
|
|
349
430
|
'mdSelect',
|
|
350
431
|
'mdRemove'
|
|
351
432
|
]);
|
|
352
|
-
export const MdColorPicker = /*@__PURE__*/ defineContainer('md-color-picker',
|
|
433
|
+
export const MdColorPicker = /*@__PURE__*/ defineContainer('md-color-picker', defineMdColorPicker, [
|
|
434
|
+
'locale',
|
|
353
435
|
'variant',
|
|
354
436
|
'value',
|
|
355
437
|
'format',
|
|
@@ -366,7 +448,7 @@ export const MdColorPicker = /*@__PURE__*/ defineContainer('md-color-picker', un
|
|
|
366
448
|
'mdChange',
|
|
367
449
|
'mdOpenChange'
|
|
368
450
|
]);
|
|
369
|
-
export const MdDatePicker = /*@__PURE__*/ defineContainer('md-date-picker',
|
|
451
|
+
export const MdDatePicker = /*@__PURE__*/ defineContainer('md-date-picker', defineMdDatePicker, [
|
|
370
452
|
'valueMissingLabel',
|
|
371
453
|
'reserveSupportingSpace',
|
|
372
454
|
'variant',
|
|
@@ -424,8 +506,8 @@ export const MdDatePicker = /*@__PURE__*/ defineContainer('md-date-picker', unde
|
|
|
424
506
|
'mdMenuSelect',
|
|
425
507
|
'mdModeChange',
|
|
426
508
|
'mdValidityChange'
|
|
427
|
-
]);
|
|
428
|
-
export const MdDialog = /*@__PURE__*/ defineContainer('md-dialog',
|
|
509
|
+
], 'value', 'mdChange');
|
|
510
|
+
export const MdDialog = /*@__PURE__*/ defineContainer('md-dialog', defineMdDialog, [
|
|
429
511
|
'open',
|
|
430
512
|
'headline',
|
|
431
513
|
'icon',
|
|
@@ -442,13 +524,13 @@ export const MdDialog = /*@__PURE__*/ defineContainer('md-dialog', undefined, [
|
|
|
442
524
|
'mdClose',
|
|
443
525
|
'mdCancel'
|
|
444
526
|
]);
|
|
445
|
-
export const MdDivider = /*@__PURE__*/ defineContainer('md-divider',
|
|
527
|
+
export const MdDivider = /*@__PURE__*/ defineContainer('md-divider', defineMdDivider, [
|
|
446
528
|
'inset',
|
|
447
529
|
'insetStart',
|
|
448
530
|
'insetEnd',
|
|
449
531
|
'vertical'
|
|
450
532
|
]);
|
|
451
|
-
export const MdFab = /*@__PURE__*/ defineContainer('md-fab',
|
|
533
|
+
export const MdFab = /*@__PURE__*/ defineContainer('md-fab', defineMdFab, [
|
|
452
534
|
'variant',
|
|
453
535
|
'size',
|
|
454
536
|
'disabled',
|
|
@@ -461,7 +543,7 @@ export const MdFab = /*@__PURE__*/ defineContainer('md-fab', undefined, [
|
|
|
461
543
|
'density',
|
|
462
544
|
'mdClick'
|
|
463
545
|
]);
|
|
464
|
-
export const MdFabMenu = /*@__PURE__*/ defineContainer('md-fab-menu',
|
|
546
|
+
export const MdFabMenu = /*@__PURE__*/ defineContainer('md-fab-menu', defineMdFabMenu, [
|
|
465
547
|
'open',
|
|
466
548
|
'anchor',
|
|
467
549
|
'variant',
|
|
@@ -472,7 +554,7 @@ export const MdFabMenu = /*@__PURE__*/ defineContainer('md-fab-menu', undefined,
|
|
|
472
554
|
'mdOpen',
|
|
473
555
|
'mdClose'
|
|
474
556
|
]);
|
|
475
|
-
export const MdFabMenuItem = /*@__PURE__*/ defineContainer('md-fab-menu-item',
|
|
557
|
+
export const MdFabMenuItem = /*@__PURE__*/ defineContainer('md-fab-menu-item', defineMdFabMenuItem, [
|
|
476
558
|
'icon',
|
|
477
559
|
'label',
|
|
478
560
|
'disabled',
|
|
@@ -481,7 +563,7 @@ export const MdFabMenuItem = /*@__PURE__*/ defineContainer('md-fab-menu-item', u
|
|
|
481
563
|
'density',
|
|
482
564
|
'mdClick'
|
|
483
565
|
]);
|
|
484
|
-
export const MdIconButton = /*@__PURE__*/ defineContainer('md-icon-button',
|
|
566
|
+
export const MdIconButton = /*@__PURE__*/ defineContainer('md-icon-button', defineMdIconButton, [
|
|
485
567
|
'variant',
|
|
486
568
|
'size',
|
|
487
569
|
'shape',
|
|
@@ -503,7 +585,7 @@ export const MdIconButton = /*@__PURE__*/ defineContainer('md-icon-button', unde
|
|
|
503
585
|
'density',
|
|
504
586
|
'mdClick'
|
|
505
587
|
]);
|
|
506
|
-
export const MdLineChart = /*@__PURE__*/ defineContainer('md-line-chart',
|
|
588
|
+
export const MdLineChart = /*@__PURE__*/ defineContainer('md-line-chart', defineMdLineChart, [
|
|
507
589
|
'label',
|
|
508
590
|
'subtitle',
|
|
509
591
|
'markLines',
|
|
@@ -554,7 +636,7 @@ export const MdLineChart = /*@__PURE__*/ defineContainer('md-line-chart', undefi
|
|
|
554
636
|
'mdReady',
|
|
555
637
|
'mdZoom'
|
|
556
638
|
]);
|
|
557
|
-
export const MdList = /*@__PURE__*/ defineContainer('md-list',
|
|
639
|
+
export const MdList = /*@__PURE__*/ defineContainer('md-list', defineMdList, [
|
|
558
640
|
'listStyle',
|
|
559
641
|
'selectionMode',
|
|
560
642
|
'interactionMode',
|
|
@@ -567,7 +649,7 @@ export const MdList = /*@__PURE__*/ defineContainer('md-list', undefined, [
|
|
|
567
649
|
'mdActivate',
|
|
568
650
|
'mdReorder'
|
|
569
651
|
]);
|
|
570
|
-
export const MdListItem = /*@__PURE__*/ defineContainer('md-list-item',
|
|
652
|
+
export const MdListItem = /*@__PURE__*/ defineContainer('md-list-item', defineMdListItem, [
|
|
571
653
|
'type',
|
|
572
654
|
'headline',
|
|
573
655
|
'overline',
|
|
@@ -603,12 +685,12 @@ export const MdListItem = /*@__PURE__*/ defineContainer('md-list-item', undefine
|
|
|
603
685
|
'mdItemRequestReorder',
|
|
604
686
|
'mdExpand'
|
|
605
687
|
]);
|
|
606
|
-
export const MdLoadingIndicator = /*@__PURE__*/ defineContainer('md-loading-indicator',
|
|
688
|
+
export const MdLoadingIndicator = /*@__PURE__*/ defineContainer('md-loading-indicator', defineMdLoadingIndicator, [
|
|
607
689
|
'variant',
|
|
608
690
|
'label',
|
|
609
691
|
'density'
|
|
610
692
|
]);
|
|
611
|
-
export const MdMenu = /*@__PURE__*/ defineContainer('md-menu',
|
|
693
|
+
export const MdMenu = /*@__PURE__*/ defineContainer('md-menu', defineMdMenu, [
|
|
612
694
|
'open',
|
|
613
695
|
'anchor',
|
|
614
696
|
'placement',
|
|
@@ -628,7 +710,7 @@ export const MdMenu = /*@__PURE__*/ defineContainer('md-menu', undefined, [
|
|
|
628
710
|
'mdOpen',
|
|
629
711
|
'mdClose'
|
|
630
712
|
]);
|
|
631
|
-
export const MdMenuItem = /*@__PURE__*/ defineContainer('md-menu-item',
|
|
713
|
+
export const MdMenuItem = /*@__PURE__*/ defineContainer('md-menu-item', defineMdMenuItem, [
|
|
632
714
|
'headline',
|
|
633
715
|
'supportingText',
|
|
634
716
|
'trailingText',
|
|
@@ -646,11 +728,11 @@ export const MdMenuItem = /*@__PURE__*/ defineContainer('md-menu-item', undefine
|
|
|
646
728
|
'density',
|
|
647
729
|
'mdClick'
|
|
648
730
|
]);
|
|
649
|
-
export const MdMenuItemGroup = /*@__PURE__*/ defineContainer('md-menu-item-group',
|
|
731
|
+
export const MdMenuItemGroup = /*@__PURE__*/ defineContainer('md-menu-item-group', defineMdMenuItemGroup, [
|
|
650
732
|
'label',
|
|
651
733
|
'density'
|
|
652
734
|
]);
|
|
653
|
-
export const MdMeter = /*@__PURE__*/ defineContainer('md-meter',
|
|
735
|
+
export const MdMeter = /*@__PURE__*/ defineContainer('md-meter', defineMdMeter, [
|
|
654
736
|
'value',
|
|
655
737
|
'min',
|
|
656
738
|
'max',
|
|
@@ -666,7 +748,7 @@ export const MdMeter = /*@__PURE__*/ defineContainer('md-meter', undefined, [
|
|
|
666
748
|
'thickness',
|
|
667
749
|
'density'
|
|
668
750
|
]);
|
|
669
|
-
export const MdMultiSelect = /*@__PURE__*/ defineContainer('md-multi-select',
|
|
751
|
+
export const MdMultiSelect = /*@__PURE__*/ defineContainer('md-multi-select', defineMdMultiSelect, [
|
|
670
752
|
'valueMissingLabel',
|
|
671
753
|
'reserveSupportingSpace',
|
|
672
754
|
'variant',
|
|
@@ -717,15 +799,15 @@ export const MdMultiSelect = /*@__PURE__*/ defineContainer('md-multi-select', un
|
|
|
717
799
|
'mdRemove',
|
|
718
800
|
'mdClear',
|
|
719
801
|
'mdValidityChange'
|
|
720
|
-
]);
|
|
721
|
-
export const MdNavigationBar = /*@__PURE__*/ defineContainer('md-navigation-bar',
|
|
802
|
+
], 'value', 'mdChange');
|
|
803
|
+
export const MdNavigationBar = /*@__PURE__*/ defineContainer('md-navigation-bar', defineMdNavigationBar, [
|
|
722
804
|
'activeIndex',
|
|
723
805
|
'labelBehavior',
|
|
724
806
|
'manualActivation',
|
|
725
807
|
'density',
|
|
726
808
|
'mdChange'
|
|
727
809
|
]);
|
|
728
|
-
export const MdNavigationRail = /*@__PURE__*/ defineContainer('md-navigation-rail',
|
|
810
|
+
export const MdNavigationRail = /*@__PURE__*/ defineContainer('md-navigation-rail', defineMdNavigationRail, [
|
|
729
811
|
'variant',
|
|
730
812
|
'modal',
|
|
731
813
|
'fullHeight',
|
|
@@ -745,7 +827,7 @@ export const MdNavigationRail = /*@__PURE__*/ defineContainer('md-navigation-rai
|
|
|
745
827
|
'mdExpand',
|
|
746
828
|
'mdCollapse'
|
|
747
829
|
]);
|
|
748
|
-
export const MdNavigationRailTab = /*@__PURE__*/ defineContainer('md-navigation-rail-tab',
|
|
830
|
+
export const MdNavigationRailTab = /*@__PURE__*/ defineContainer('md-navigation-rail-tab', defineMdNavigationRailTab, [
|
|
749
831
|
'icon',
|
|
750
832
|
'label',
|
|
751
833
|
'active',
|
|
@@ -761,7 +843,7 @@ export const MdNavigationRailTab = /*@__PURE__*/ defineContainer('md-navigation-
|
|
|
761
843
|
'mdTabClick',
|
|
762
844
|
'mdSubmenuToggle'
|
|
763
845
|
]);
|
|
764
|
-
export const MdNavigationTab = /*@__PURE__*/ defineContainer('md-navigation-tab',
|
|
846
|
+
export const MdNavigationTab = /*@__PURE__*/ defineContainer('md-navigation-tab', defineMdNavigationTab, [
|
|
765
847
|
'active',
|
|
766
848
|
'disabled',
|
|
767
849
|
'softDisabled',
|
|
@@ -777,7 +859,7 @@ export const MdNavigationTab = /*@__PURE__*/ defineContainer('md-navigation-tab'
|
|
|
777
859
|
'density',
|
|
778
860
|
'mdTabClick'
|
|
779
861
|
]);
|
|
780
|
-
export const MdNumberField = /*@__PURE__*/ defineContainer('md-number-field',
|
|
862
|
+
export const MdNumberField = /*@__PURE__*/ defineContainer('md-number-field', defineMdNumberField, [
|
|
781
863
|
'variant',
|
|
782
864
|
'label',
|
|
783
865
|
'placeholder',
|
|
@@ -808,8 +890,8 @@ export const MdNumberField = /*@__PURE__*/ defineContainer('md-number-field', un
|
|
|
808
890
|
'mdInput',
|
|
809
891
|
'mdChange',
|
|
810
892
|
'mdValidityChange'
|
|
811
|
-
]);
|
|
812
|
-
export const MdOrganizationChart = /*@__PURE__*/ defineContainer('md-organization-chart',
|
|
893
|
+
], 'value', 'mdChange');
|
|
894
|
+
export const MdOrganizationChart = /*@__PURE__*/ defineContainer('md-organization-chart', defineMdOrganizationChart, [
|
|
813
895
|
'nodes',
|
|
814
896
|
'selectionMode',
|
|
815
897
|
'selectedIds',
|
|
@@ -822,7 +904,7 @@ export const MdOrganizationChart = /*@__PURE__*/ defineContainer('md-organizatio
|
|
|
822
904
|
'mdSelectionChange',
|
|
823
905
|
'mdNodeToggle'
|
|
824
906
|
]);
|
|
825
|
-
export const MdOtpField = /*@__PURE__*/ defineContainer('md-otp-field',
|
|
907
|
+
export const MdOtpField = /*@__PURE__*/ defineContainer('md-otp-field', defineMdOtpField, [
|
|
826
908
|
'length',
|
|
827
909
|
'value',
|
|
828
910
|
'validationType',
|
|
@@ -849,8 +931,8 @@ export const MdOtpField = /*@__PURE__*/ defineContainer('md-otp-field', undefine
|
|
|
849
931
|
'mdComplete',
|
|
850
932
|
'mdInvalidInput',
|
|
851
933
|
'mdValidityChange'
|
|
852
|
-
]);
|
|
853
|
-
export const MdPieChart = /*@__PURE__*/ defineContainer('md-pie-chart',
|
|
934
|
+
], 'value', 'mdInput');
|
|
935
|
+
export const MdPieChart = /*@__PURE__*/ defineContainer('md-pie-chart', defineMdPieChart, [
|
|
854
936
|
'label',
|
|
855
937
|
'titleAlign',
|
|
856
938
|
'data',
|
|
@@ -888,7 +970,7 @@ export const MdPieChart = /*@__PURE__*/ defineContainer('md-pie-chart', undefine
|
|
|
888
970
|
'mdLegendClick',
|
|
889
971
|
'mdReady'
|
|
890
972
|
]);
|
|
891
|
-
export const MdProgressIndicator = /*@__PURE__*/ defineContainer('md-progress-indicator',
|
|
973
|
+
export const MdProgressIndicator = /*@__PURE__*/ defineContainer('md-progress-indicator', defineMdProgressIndicator, [
|
|
892
974
|
'variant',
|
|
893
975
|
'value',
|
|
894
976
|
'max',
|
|
@@ -905,7 +987,7 @@ export const MdProgressIndicator = /*@__PURE__*/ defineContainer('md-progress-in
|
|
|
905
987
|
'density',
|
|
906
988
|
'mdComplete'
|
|
907
989
|
]);
|
|
908
|
-
export const MdRadio = /*@__PURE__*/ defineContainer('md-radio',
|
|
990
|
+
export const MdRadio = /*@__PURE__*/ defineContainer('md-radio', defineMdRadio, [
|
|
909
991
|
'valueMissingLabel',
|
|
910
992
|
'checked',
|
|
911
993
|
'disabled',
|
|
@@ -918,8 +1000,8 @@ export const MdRadio = /*@__PURE__*/ defineContainer('md-radio', undefined, [
|
|
|
918
1000
|
'mdFocus',
|
|
919
1001
|
'mdBlur',
|
|
920
1002
|
'mdValidityChange'
|
|
921
|
-
]);
|
|
922
|
-
export const MdRating = /*@__PURE__*/ defineContainer('md-rating',
|
|
1003
|
+
], 'value', 'mdChange');
|
|
1004
|
+
export const MdRating = /*@__PURE__*/ defineContainer('md-rating', defineMdRating, [
|
|
923
1005
|
'value',
|
|
924
1006
|
'defaultValue',
|
|
925
1007
|
'max',
|
|
@@ -939,11 +1021,11 @@ export const MdRating = /*@__PURE__*/ defineContainer('md-rating', undefined, [
|
|
|
939
1021
|
'density',
|
|
940
1022
|
'mdHover',
|
|
941
1023
|
'mdChange'
|
|
942
|
-
]);
|
|
943
|
-
export const MdRipple = /*@__PURE__*/ defineContainer('md-ripple',
|
|
1024
|
+
], 'value', 'mdChange');
|
|
1025
|
+
export const MdRipple = /*@__PURE__*/ defineContainer('md-ripple', defineMdRipple, [
|
|
944
1026
|
'disabled'
|
|
945
1027
|
]);
|
|
946
|
-
export const MdSearch = /*@__PURE__*/ defineContainer('md-search',
|
|
1028
|
+
export const MdSearch = /*@__PURE__*/ defineContainer('md-search', defineMdSearch, [
|
|
947
1029
|
'variant',
|
|
948
1030
|
'layout',
|
|
949
1031
|
'trigger',
|
|
@@ -985,7 +1067,7 @@ export const MdSearch = /*@__PURE__*/ defineContainer('md-search', undefined, [
|
|
|
985
1067
|
'mdLeadingIconClick',
|
|
986
1068
|
'mdTrailingIconClick'
|
|
987
1069
|
]);
|
|
988
|
-
export const MdSegmentedButton = /*@__PURE__*/ defineContainer('md-segmented-button',
|
|
1070
|
+
export const MdSegmentedButton = /*@__PURE__*/ defineContainer('md-segmented-button', defineMdSegmentedButton, [
|
|
989
1071
|
'value',
|
|
990
1072
|
'selected',
|
|
991
1073
|
'disabled',
|
|
@@ -1001,12 +1083,12 @@ export const MdSegmentedButton = /*@__PURE__*/ defineContainer('md-segmented-but
|
|
|
1001
1083
|
'density',
|
|
1002
1084
|
'mdSegmentClick'
|
|
1003
1085
|
]);
|
|
1004
|
-
export const MdSegmentedButtonSet = /*@__PURE__*/ defineContainer('md-segmented-button-set',
|
|
1086
|
+
export const MdSegmentedButtonSet = /*@__PURE__*/ defineContainer('md-segmented-button-set', defineMdSegmentedButtonSet, [
|
|
1005
1087
|
'multiselect',
|
|
1006
1088
|
'density',
|
|
1007
1089
|
'mdChange'
|
|
1008
1090
|
]);
|
|
1009
|
-
export const MdSelect = /*@__PURE__*/ defineContainer('md-select',
|
|
1091
|
+
export const MdSelect = /*@__PURE__*/ defineContainer('md-select', defineMdSelect, [
|
|
1010
1092
|
'valueMissingLabel',
|
|
1011
1093
|
'reserveSupportingSpace',
|
|
1012
1094
|
'variant',
|
|
@@ -1045,8 +1127,8 @@ export const MdSelect = /*@__PURE__*/ defineContainer('md-select', undefined, [
|
|
|
1045
1127
|
'mdOpen',
|
|
1046
1128
|
'mdClose',
|
|
1047
1129
|
'mdValidityChange'
|
|
1048
|
-
]);
|
|
1049
|
-
export const MdSelectOption = /*@__PURE__*/ defineContainer('md-select-option',
|
|
1130
|
+
], 'value', 'mdChange');
|
|
1131
|
+
export const MdSelectOption = /*@__PURE__*/ defineContainer('md-select-option', defineMdSelectOption, [
|
|
1050
1132
|
'value',
|
|
1051
1133
|
'label',
|
|
1052
1134
|
'disabled',
|
|
@@ -1056,7 +1138,7 @@ export const MdSelectOption = /*@__PURE__*/ defineContainer('md-select-option',
|
|
|
1056
1138
|
'supportingText',
|
|
1057
1139
|
'mdSelectOptionChange'
|
|
1058
1140
|
]);
|
|
1059
|
-
export const MdSideSheet = /*@__PURE__*/ defineContainer('md-side-sheet',
|
|
1141
|
+
export const MdSideSheet = /*@__PURE__*/ defineContainer('md-side-sheet', defineMdSideSheet, [
|
|
1060
1142
|
'open',
|
|
1061
1143
|
'variant',
|
|
1062
1144
|
'side',
|
|
@@ -1074,7 +1156,7 @@ export const MdSideSheet = /*@__PURE__*/ defineContainer('md-side-sheet', undefi
|
|
|
1074
1156
|
'mdCancel',
|
|
1075
1157
|
'mdBack'
|
|
1076
1158
|
]);
|
|
1077
|
-
export const MdSkeleton = /*@__PURE__*/ defineContainer('md-skeleton',
|
|
1159
|
+
export const MdSkeleton = /*@__PURE__*/ defineContainer('md-skeleton', defineMdSkeleton, [
|
|
1078
1160
|
'variant',
|
|
1079
1161
|
'animation',
|
|
1080
1162
|
'lines',
|
|
@@ -1086,7 +1168,7 @@ export const MdSkeleton = /*@__PURE__*/ defineContainer('md-skeleton', undefined
|
|
|
1086
1168
|
'announce',
|
|
1087
1169
|
'density'
|
|
1088
1170
|
]);
|
|
1089
|
-
export const MdSlider = /*@__PURE__*/ defineContainer('md-slider',
|
|
1171
|
+
export const MdSlider = /*@__PURE__*/ defineContainer('md-slider', defineMdSlider, [
|
|
1090
1172
|
'min',
|
|
1091
1173
|
'max',
|
|
1092
1174
|
'value',
|
|
@@ -1121,8 +1203,8 @@ export const MdSlider = /*@__PURE__*/ defineContainer('md-slider', undefined, [
|
|
|
1121
1203
|
'mdBlur',
|
|
1122
1204
|
'mdDragStart',
|
|
1123
1205
|
'mdDragEnd'
|
|
1124
|
-
]);
|
|
1125
|
-
export const MdSnackbar = /*@__PURE__*/ defineContainer('md-snackbar',
|
|
1206
|
+
], 'value', 'mdChange');
|
|
1207
|
+
export const MdSnackbar = /*@__PURE__*/ defineContainer('md-snackbar', defineMdSnackbar, [
|
|
1126
1208
|
'open',
|
|
1127
1209
|
'message',
|
|
1128
1210
|
'action',
|
|
@@ -1138,7 +1220,7 @@ export const MdSnackbar = /*@__PURE__*/ defineContainer('md-snackbar', undefined
|
|
|
1138
1220
|
'mdClose',
|
|
1139
1221
|
'mdAction'
|
|
1140
1222
|
]);
|
|
1141
|
-
export const MdSparkline = /*@__PURE__*/ defineContainer('md-sparkline',
|
|
1223
|
+
export const MdSparkline = /*@__PURE__*/ defineContainer('md-sparkline', defineMdSparkline, [
|
|
1142
1224
|
'data',
|
|
1143
1225
|
'labels',
|
|
1144
1226
|
'variant',
|
|
@@ -1159,7 +1241,7 @@ export const MdSparkline = /*@__PURE__*/ defineContainer('md-sparkline', undefin
|
|
|
1159
1241
|
'mdSparkClick',
|
|
1160
1242
|
'mdReady'
|
|
1161
1243
|
]);
|
|
1162
|
-
export const MdSplitButton = /*@__PURE__*/ defineContainer('md-split-button',
|
|
1244
|
+
export const MdSplitButton = /*@__PURE__*/ defineContainer('md-split-button', defineMdSplitButton, [
|
|
1163
1245
|
'variant',
|
|
1164
1246
|
'size',
|
|
1165
1247
|
'disabled',
|
|
@@ -1177,14 +1259,16 @@ export const MdSplitButton = /*@__PURE__*/ defineContainer('md-split-button', un
|
|
|
1177
1259
|
'mdLeadingClick',
|
|
1178
1260
|
'mdTrailingClick'
|
|
1179
1261
|
]);
|
|
1180
|
-
export const MdStatusDot = /*@__PURE__*/ defineContainer('md-status-dot',
|
|
1262
|
+
export const MdStatusDot = /*@__PURE__*/ defineContainer('md-status-dot', defineMdStatusDot, [
|
|
1181
1263
|
'state',
|
|
1182
1264
|
'size',
|
|
1265
|
+
'inline',
|
|
1266
|
+
'shape',
|
|
1183
1267
|
'live',
|
|
1184
1268
|
'label',
|
|
1185
1269
|
'density'
|
|
1186
1270
|
]);
|
|
1187
|
-
export const MdStep = /*@__PURE__*/ defineContainer('md-step',
|
|
1271
|
+
export const MdStep = /*@__PURE__*/ defineContainer('md-step', defineMdStep, [
|
|
1188
1272
|
'label',
|
|
1189
1273
|
'description',
|
|
1190
1274
|
'completed',
|
|
@@ -1204,7 +1288,7 @@ export const MdStep = /*@__PURE__*/ defineContainer('md-step', undefined, [
|
|
|
1204
1288
|
'mdStepNext',
|
|
1205
1289
|
'mdStepBack'
|
|
1206
1290
|
]);
|
|
1207
|
-
export const MdStepper = /*@__PURE__*/ defineContainer('md-stepper',
|
|
1291
|
+
export const MdStepper = /*@__PURE__*/ defineContainer('md-stepper', defineMdStepper, [
|
|
1208
1292
|
'orientation',
|
|
1209
1293
|
'indicator',
|
|
1210
1294
|
'variant',
|
|
@@ -1212,6 +1296,7 @@ export const MdStepper = /*@__PURE__*/ defineContainer('md-stepper', undefined,
|
|
|
1212
1296
|
'active',
|
|
1213
1297
|
'autoComplete',
|
|
1214
1298
|
'nav',
|
|
1299
|
+
'readonly',
|
|
1215
1300
|
'nextDisabled',
|
|
1216
1301
|
'loading',
|
|
1217
1302
|
'lazy',
|
|
@@ -1230,17 +1315,19 @@ export const MdStepper = /*@__PURE__*/ defineContainer('md-stepper', undefined,
|
|
|
1230
1315
|
'mdStepChange',
|
|
1231
1316
|
'mdComplete'
|
|
1232
1317
|
]);
|
|
1233
|
-
export const MdSubMenuItem = /*@__PURE__*/ defineContainer('md-sub-menu-item',
|
|
1318
|
+
export const MdSubMenuItem = /*@__PURE__*/ defineContainer('md-sub-menu-item', defineMdSubMenuItem, [
|
|
1234
1319
|
'headline',
|
|
1235
1320
|
'supportingText',
|
|
1236
1321
|
'disabled',
|
|
1237
1322
|
'divider',
|
|
1238
1323
|
'gap',
|
|
1239
1324
|
'badge',
|
|
1325
|
+
'openDelay',
|
|
1326
|
+
'closeDelay',
|
|
1240
1327
|
'density',
|
|
1241
1328
|
'mdClick'
|
|
1242
1329
|
]);
|
|
1243
|
-
export const MdSwitch = /*@__PURE__*/ defineContainer('md-switch',
|
|
1330
|
+
export const MdSwitch = /*@__PURE__*/ defineContainer('md-switch', defineMdSwitch, [
|
|
1244
1331
|
'valueMissingLabel',
|
|
1245
1332
|
'selected',
|
|
1246
1333
|
'disabled',
|
|
@@ -1256,8 +1343,8 @@ export const MdSwitch = /*@__PURE__*/ defineContainer('md-switch', undefined, [
|
|
|
1256
1343
|
'mdInput',
|
|
1257
1344
|
'mdChange',
|
|
1258
1345
|
'mdValidityChange'
|
|
1259
|
-
]);
|
|
1260
|
-
export const MdTab = /*@__PURE__*/ defineContainer('md-tab',
|
|
1346
|
+
], 'selected', 'mdChange');
|
|
1347
|
+
export const MdTab = /*@__PURE__*/ defineContainer('md-tab', defineMdTab, [
|
|
1261
1348
|
'label',
|
|
1262
1349
|
'icon',
|
|
1263
1350
|
'active',
|
|
@@ -1269,14 +1356,14 @@ export const MdTab = /*@__PURE__*/ defineContainer('md-tab', undefined, [
|
|
|
1269
1356
|
'density',
|
|
1270
1357
|
'mdTabClick'
|
|
1271
1358
|
]);
|
|
1272
|
-
export const MdTabPanel = /*@__PURE__*/ defineContainer('md-tab-panel',
|
|
1359
|
+
export const MdTabPanel = /*@__PURE__*/ defineContainer('md-tab-panel', defineMdTabPanel, [
|
|
1273
1360
|
'active'
|
|
1274
1361
|
]);
|
|
1275
|
-
export const MdTabPanels = /*@__PURE__*/ defineContainer('md-tab-panels',
|
|
1362
|
+
export const MdTabPanels = /*@__PURE__*/ defineContainer('md-tab-panels', defineMdTabPanels, [
|
|
1276
1363
|
'for',
|
|
1277
1364
|
'sizing'
|
|
1278
1365
|
]);
|
|
1279
|
-
export const MdTable = /*@__PURE__*/ defineContainer('md-table',
|
|
1366
|
+
export const MdTable = /*@__PURE__*/ defineContainer('md-table', defineMdTable, [
|
|
1280
1367
|
'density',
|
|
1281
1368
|
'columnTemplate',
|
|
1282
1369
|
'columns',
|
|
@@ -1310,10 +1397,10 @@ export const MdTable = /*@__PURE__*/ defineContainer('md-table', undefined, [
|
|
|
1310
1397
|
'mdColumnVisibilityChange',
|
|
1311
1398
|
'mdScroll'
|
|
1312
1399
|
]);
|
|
1313
|
-
export const MdTableBody = /*@__PURE__*/ defineContainer('md-table-body',
|
|
1400
|
+
export const MdTableBody = /*@__PURE__*/ defineContainer('md-table-body', defineMdTableBody, [
|
|
1314
1401
|
'presentational'
|
|
1315
1402
|
]);
|
|
1316
|
-
export const MdTableCell = /*@__PURE__*/ defineContainer('md-table-cell',
|
|
1403
|
+
export const MdTableCell = /*@__PURE__*/ defineContainer('md-table-cell', defineMdTableCell, [
|
|
1317
1404
|
'align',
|
|
1318
1405
|
'numeric',
|
|
1319
1406
|
'padding',
|
|
@@ -1328,7 +1415,7 @@ export const MdTableCell = /*@__PURE__*/ defineContainer('md-table-cell', undefi
|
|
|
1328
1415
|
'pinIcon',
|
|
1329
1416
|
'density'
|
|
1330
1417
|
]);
|
|
1331
|
-
export const MdTableContainer = /*@__PURE__*/ defineContainer('md-table-container',
|
|
1418
|
+
export const MdTableContainer = /*@__PURE__*/ defineContainer('md-table-container', defineMdTableContainer, [
|
|
1332
1419
|
'variant',
|
|
1333
1420
|
'shape',
|
|
1334
1421
|
'maxHeight',
|
|
@@ -1336,15 +1423,15 @@ export const MdTableContainer = /*@__PURE__*/ defineContainer('md-table-containe
|
|
|
1336
1423
|
'vibrant',
|
|
1337
1424
|
'elevation'
|
|
1338
1425
|
]);
|
|
1339
|
-
export const MdTableExpandToggle = /*@__PURE__*/ defineContainer('md-table-expand-toggle',
|
|
1426
|
+
export const MdTableExpandToggle = /*@__PURE__*/ defineContainer('md-table-expand-toggle', defineMdTableExpandToggle, [
|
|
1340
1427
|
'buttonLabel',
|
|
1341
1428
|
'icon'
|
|
1342
1429
|
]);
|
|
1343
|
-
export const MdTableFoot = /*@__PURE__*/ defineContainer('md-table-foot',
|
|
1430
|
+
export const MdTableFoot = /*@__PURE__*/ defineContainer('md-table-foot', defineMdTableFoot, [
|
|
1344
1431
|
'presentational'
|
|
1345
1432
|
]);
|
|
1346
|
-
export const MdTableHead = /*@__PURE__*/ defineContainer('md-table-head',
|
|
1347
|
-
export const MdTablePagination = /*@__PURE__*/ defineContainer('md-table-pagination',
|
|
1433
|
+
export const MdTableHead = /*@__PURE__*/ defineContainer('md-table-head', defineMdTableHead);
|
|
1434
|
+
export const MdTablePagination = /*@__PURE__*/ defineContainer('md-table-pagination', defineMdTablePagination, [
|
|
1348
1435
|
'count',
|
|
1349
1436
|
'page',
|
|
1350
1437
|
'rowsPerPage',
|
|
@@ -1363,7 +1450,7 @@ export const MdTablePagination = /*@__PURE__*/ defineContainer('md-table-paginat
|
|
|
1363
1450
|
'mdPageChange',
|
|
1364
1451
|
'mdRowsPerPageChange'
|
|
1365
1452
|
]);
|
|
1366
|
-
export const MdTableRow = /*@__PURE__*/ defineContainer('md-table-row',
|
|
1453
|
+
export const MdTableRow = /*@__PURE__*/ defineContainer('md-table-row', defineMdTableRow, [
|
|
1367
1454
|
'rowgroup',
|
|
1368
1455
|
'selected',
|
|
1369
1456
|
'disabled',
|
|
@@ -1377,18 +1464,19 @@ export const MdTableRow = /*@__PURE__*/ defineContainer('md-table-row', undefine
|
|
|
1377
1464
|
'mdRowSelectionChange',
|
|
1378
1465
|
'mdRowExpandedChange'
|
|
1379
1466
|
]);
|
|
1380
|
-
export const MdTableSortLabel = /*@__PURE__*/ defineContainer('md-table-sort-label',
|
|
1467
|
+
export const MdTableSortLabel = /*@__PURE__*/ defineContainer('md-table-sort-label', defineMdTableSortLabel, [
|
|
1381
1468
|
'column',
|
|
1382
1469
|
'disabled',
|
|
1383
1470
|
'defaultOrder',
|
|
1384
1471
|
'iconPosition',
|
|
1385
1472
|
'icon',
|
|
1473
|
+
'inactiveIcon',
|
|
1386
1474
|
'active',
|
|
1387
1475
|
'order',
|
|
1388
1476
|
'density',
|
|
1389
1477
|
'mdSortRequest'
|
|
1390
1478
|
]);
|
|
1391
|
-
export const MdTableToolbar = /*@__PURE__*/ defineContainer('md-table-toolbar',
|
|
1479
|
+
export const MdTableToolbar = /*@__PURE__*/ defineContainer('md-table-toolbar', defineMdTableToolbar, [
|
|
1392
1480
|
'headline',
|
|
1393
1481
|
'supportingText',
|
|
1394
1482
|
'numSelected',
|
|
@@ -1397,15 +1485,16 @@ export const MdTableToolbar = /*@__PURE__*/ defineContainer('md-table-toolbar',
|
|
|
1397
1485
|
'compact',
|
|
1398
1486
|
'density'
|
|
1399
1487
|
]);
|
|
1400
|
-
export const MdTabs = /*@__PURE__*/ defineContainer('md-tabs',
|
|
1488
|
+
export const MdTabs = /*@__PURE__*/ defineContainer('md-tabs', defineMdTabs, [
|
|
1401
1489
|
'activeTabIndex',
|
|
1402
1490
|
'variant',
|
|
1491
|
+
'divider',
|
|
1403
1492
|
'ariaLabelProp',
|
|
1404
1493
|
'tabWidth',
|
|
1405
1494
|
'width',
|
|
1406
1495
|
'mdTabChange'
|
|
1407
1496
|
]);
|
|
1408
|
-
export const MdTextField = /*@__PURE__*/ defineContainer('md-text-field',
|
|
1497
|
+
export const MdTextField = /*@__PURE__*/ defineContainer('md-text-field', defineMdTextField, [
|
|
1409
1498
|
'reserveSupportingSpace',
|
|
1410
1499
|
'variant',
|
|
1411
1500
|
'label',
|
|
@@ -1458,8 +1547,8 @@ export const MdTextField = /*@__PURE__*/ defineContainer('md-text-field', undefi
|
|
|
1458
1547
|
'mdPasswordToggle',
|
|
1459
1548
|
'mdSpeechResult',
|
|
1460
1549
|
'mdValidityChange'
|
|
1461
|
-
]);
|
|
1462
|
-
export const MdTimePicker = /*@__PURE__*/ defineContainer('md-time-picker',
|
|
1550
|
+
], 'value', 'mdInput');
|
|
1551
|
+
export const MdTimePicker = /*@__PURE__*/ defineContainer('md-time-picker', defineMdTimePicker, [
|
|
1463
1552
|
'variant',
|
|
1464
1553
|
'format',
|
|
1465
1554
|
'value',
|
|
@@ -1468,6 +1557,10 @@ export const MdTimePicker = /*@__PURE__*/ defineContainer('md-time-picker', unde
|
|
|
1468
1557
|
'max',
|
|
1469
1558
|
'required',
|
|
1470
1559
|
'label',
|
|
1560
|
+
'supportingText',
|
|
1561
|
+
'error',
|
|
1562
|
+
'errorText',
|
|
1563
|
+
'reserveSupportingSpace',
|
|
1471
1564
|
'headline',
|
|
1472
1565
|
'headlineInputLabel',
|
|
1473
1566
|
'headlineDialLabel',
|
|
@@ -1499,8 +1592,8 @@ export const MdTimePicker = /*@__PURE__*/ defineContainer('md-time-picker', unde
|
|
|
1499
1592
|
'mdCancel',
|
|
1500
1593
|
'mdModeChange',
|
|
1501
1594
|
'mdValidityChange'
|
|
1502
|
-
]);
|
|
1503
|
-
export const MdToolbar = /*@__PURE__*/ defineContainer('md-toolbar',
|
|
1595
|
+
], 'value', 'mdChange');
|
|
1596
|
+
export const MdToolbar = /*@__PURE__*/ defineContainer('md-toolbar', defineMdToolbar, [
|
|
1504
1597
|
'variant',
|
|
1505
1598
|
'color',
|
|
1506
1599
|
'layout',
|
|
@@ -1510,7 +1603,7 @@ export const MdToolbar = /*@__PURE__*/ defineContainer('md-toolbar', undefined,
|
|
|
1510
1603
|
'ariaLabelledby',
|
|
1511
1604
|
'density'
|
|
1512
1605
|
]);
|
|
1513
|
-
export const MdTooltip = /*@__PURE__*/ defineContainer('md-tooltip',
|
|
1606
|
+
export const MdTooltip = /*@__PURE__*/ defineContainer('md-tooltip', defineMdTooltip, [
|
|
1514
1607
|
'text',
|
|
1515
1608
|
'subhead',
|
|
1516
1609
|
'variant',
|
|
@@ -1526,7 +1619,7 @@ export const MdTooltip = /*@__PURE__*/ defineContainer('md-tooltip', undefined,
|
|
|
1526
1619
|
'mdOpen',
|
|
1527
1620
|
'mdClose'
|
|
1528
1621
|
]);
|
|
1529
|
-
export const MdTransferList = /*@__PURE__*/ defineContainer('md-transfer-list',
|
|
1622
|
+
export const MdTransferList = /*@__PURE__*/ defineContainer('md-transfer-list', defineMdTransferList, [
|
|
1530
1623
|
'items',
|
|
1531
1624
|
'value',
|
|
1532
1625
|
'sourceTitle',
|