@awc-ui/vue 1.0.0-beta → 1.0.0-beta.2
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/dist/components.d.ts +1 -1
- package/dist/components.d.ts.map +1 -1
- package/dist/components.js +162 -83
- package/dist/components.js.map +1 -1
- package/dist/index.mjs +164 -85
- package/dist/index.mjs.map +3 -3
- package/lib/components.ts +166 -87
- package/package.json +16 -3
package/lib/components.ts
CHANGED
|
@@ -3,13 +3,92 @@
|
|
|
3
3
|
/* auto-generated vue proxies */
|
|
4
4
|
import { defineContainer } from './vue-component-lib/utils';
|
|
5
5
|
|
|
6
|
-
import type { JSX } from '@awc-ui/core';
|
|
7
|
-
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
6
|
+
import type { JSX } from '@awc-ui/core/dist/components';
|
|
7
|
+
|
|
8
|
+
import { defineCustomElement as defineMdAccordion } from '@awc-ui/core/dist/components/md-accordion.js';
|
|
9
|
+
import { defineCustomElement as defineMdAccordionItem } from '@awc-ui/core/dist/components/md-accordion-item.js';
|
|
10
|
+
import { defineCustomElement as defineMdAppBar } from '@awc-ui/core/dist/components/md-app-bar.js';
|
|
11
|
+
import { defineCustomElement as defineMdAreaChart } from '@awc-ui/core/dist/components/md-area-chart.js';
|
|
12
|
+
import { defineCustomElement as defineMdAutocomplete } from '@awc-ui/core/dist/components/md-autocomplete.js';
|
|
13
|
+
import { defineCustomElement as defineMdAvatar } from '@awc-ui/core/dist/components/md-avatar.js';
|
|
14
|
+
import { defineCustomElement as defineMdBadge } from '@awc-ui/core/dist/components/md-badge.js';
|
|
15
|
+
import { defineCustomElement as defineMdBarChart } from '@awc-ui/core/dist/components/md-bar-chart.js';
|
|
16
|
+
import { defineCustomElement as defineMdBottomSheet } from '@awc-ui/core/dist/components/md-bottom-sheet.js';
|
|
17
|
+
import { defineCustomElement as defineMdBreadcrumbItem } from '@awc-ui/core/dist/components/md-breadcrumb-item.js';
|
|
18
|
+
import { defineCustomElement as defineMdBreadcrumbs } from '@awc-ui/core/dist/components/md-breadcrumbs.js';
|
|
19
|
+
import { defineCustomElement as defineMdButton } from '@awc-ui/core/dist/components/md-button.js';
|
|
20
|
+
import { defineCustomElement as defineMdButtonGroup } from '@awc-ui/core/dist/components/md-button-group.js';
|
|
21
|
+
import { defineCustomElement as defineMdCard } from '@awc-ui/core/dist/components/md-card.js';
|
|
22
|
+
import { defineCustomElement as defineMdCheckbox } from '@awc-ui/core/dist/components/md-checkbox.js';
|
|
23
|
+
import { defineCustomElement as defineMdChip } from '@awc-ui/core/dist/components/md-chip.js';
|
|
24
|
+
import { defineCustomElement as defineMdColorPicker } from '@awc-ui/core/dist/components/md-color-picker.js';
|
|
25
|
+
import { defineCustomElement as defineMdDatePicker } from '@awc-ui/core/dist/components/md-date-picker.js';
|
|
26
|
+
import { defineCustomElement as defineMdDialog } from '@awc-ui/core/dist/components/md-dialog.js';
|
|
27
|
+
import { defineCustomElement as defineMdDivider } from '@awc-ui/core/dist/components/md-divider.js';
|
|
28
|
+
import { defineCustomElement as defineMdFab } from '@awc-ui/core/dist/components/md-fab.js';
|
|
29
|
+
import { defineCustomElement as defineMdFabMenu } from '@awc-ui/core/dist/components/md-fab-menu.js';
|
|
30
|
+
import { defineCustomElement as defineMdFabMenuItem } from '@awc-ui/core/dist/components/md-fab-menu-item.js';
|
|
31
|
+
import { defineCustomElement as defineMdIconButton } from '@awc-ui/core/dist/components/md-icon-button.js';
|
|
32
|
+
import { defineCustomElement as defineMdLineChart } from '@awc-ui/core/dist/components/md-line-chart.js';
|
|
33
|
+
import { defineCustomElement as defineMdList } from '@awc-ui/core/dist/components/md-list.js';
|
|
34
|
+
import { defineCustomElement as defineMdListItem } from '@awc-ui/core/dist/components/md-list-item.js';
|
|
35
|
+
import { defineCustomElement as defineMdLoadingIndicator } from '@awc-ui/core/dist/components/md-loading-indicator.js';
|
|
36
|
+
import { defineCustomElement as defineMdMenu } from '@awc-ui/core/dist/components/md-menu.js';
|
|
37
|
+
import { defineCustomElement as defineMdMenuItem } from '@awc-ui/core/dist/components/md-menu-item.js';
|
|
38
|
+
import { defineCustomElement as defineMdMenuItemGroup } from '@awc-ui/core/dist/components/md-menu-item-group.js';
|
|
39
|
+
import { defineCustomElement as defineMdMeter } from '@awc-ui/core/dist/components/md-meter.js';
|
|
40
|
+
import { defineCustomElement as defineMdMultiSelect } from '@awc-ui/core/dist/components/md-multi-select.js';
|
|
41
|
+
import { defineCustomElement as defineMdNavigationBar } from '@awc-ui/core/dist/components/md-navigation-bar.js';
|
|
42
|
+
import { defineCustomElement as defineMdNavigationRail } from '@awc-ui/core/dist/components/md-navigation-rail.js';
|
|
43
|
+
import { defineCustomElement as defineMdNavigationRailTab } from '@awc-ui/core/dist/components/md-navigation-rail-tab.js';
|
|
44
|
+
import { defineCustomElement as defineMdNavigationTab } from '@awc-ui/core/dist/components/md-navigation-tab.js';
|
|
45
|
+
import { defineCustomElement as defineMdNumberField } from '@awc-ui/core/dist/components/md-number-field.js';
|
|
46
|
+
import { defineCustomElement as defineMdOrganizationChart } from '@awc-ui/core/dist/components/md-organization-chart.js';
|
|
47
|
+
import { defineCustomElement as defineMdOtpField } from '@awc-ui/core/dist/components/md-otp-field.js';
|
|
48
|
+
import { defineCustomElement as defineMdPieChart } from '@awc-ui/core/dist/components/md-pie-chart.js';
|
|
49
|
+
import { defineCustomElement as defineMdProgressIndicator } from '@awc-ui/core/dist/components/md-progress-indicator.js';
|
|
50
|
+
import { defineCustomElement as defineMdRadio } from '@awc-ui/core/dist/components/md-radio.js';
|
|
51
|
+
import { defineCustomElement as defineMdRating } from '@awc-ui/core/dist/components/md-rating.js';
|
|
52
|
+
import { defineCustomElement as defineMdRipple } from '@awc-ui/core/dist/components/md-ripple.js';
|
|
53
|
+
import { defineCustomElement as defineMdSearch } from '@awc-ui/core/dist/components/md-search.js';
|
|
54
|
+
import { defineCustomElement as defineMdSegmentedButton } from '@awc-ui/core/dist/components/md-segmented-button.js';
|
|
55
|
+
import { defineCustomElement as defineMdSegmentedButtonSet } from '@awc-ui/core/dist/components/md-segmented-button-set.js';
|
|
56
|
+
import { defineCustomElement as defineMdSelect } from '@awc-ui/core/dist/components/md-select.js';
|
|
57
|
+
import { defineCustomElement as defineMdSelectOption } from '@awc-ui/core/dist/components/md-select-option.js';
|
|
58
|
+
import { defineCustomElement as defineMdSideSheet } from '@awc-ui/core/dist/components/md-side-sheet.js';
|
|
59
|
+
import { defineCustomElement as defineMdSkeleton } from '@awc-ui/core/dist/components/md-skeleton.js';
|
|
60
|
+
import { defineCustomElement as defineMdSlider } from '@awc-ui/core/dist/components/md-slider.js';
|
|
61
|
+
import { defineCustomElement as defineMdSnackbar } from '@awc-ui/core/dist/components/md-snackbar.js';
|
|
62
|
+
import { defineCustomElement as defineMdSparkline } from '@awc-ui/core/dist/components/md-sparkline.js';
|
|
63
|
+
import { defineCustomElement as defineMdSplitButton } from '@awc-ui/core/dist/components/md-split-button.js';
|
|
64
|
+
import { defineCustomElement as defineMdStatusDot } from '@awc-ui/core/dist/components/md-status-dot.js';
|
|
65
|
+
import { defineCustomElement as defineMdStep } from '@awc-ui/core/dist/components/md-step.js';
|
|
66
|
+
import { defineCustomElement as defineMdStepper } from '@awc-ui/core/dist/components/md-stepper.js';
|
|
67
|
+
import { defineCustomElement as defineMdSubMenuItem } from '@awc-ui/core/dist/components/md-sub-menu-item.js';
|
|
68
|
+
import { defineCustomElement as defineMdSwitch } from '@awc-ui/core/dist/components/md-switch.js';
|
|
69
|
+
import { defineCustomElement as defineMdTab } from '@awc-ui/core/dist/components/md-tab.js';
|
|
70
|
+
import { defineCustomElement as defineMdTabPanel } from '@awc-ui/core/dist/components/md-tab-panel.js';
|
|
71
|
+
import { defineCustomElement as defineMdTabPanels } from '@awc-ui/core/dist/components/md-tab-panels.js';
|
|
72
|
+
import { defineCustomElement as defineMdTable } from '@awc-ui/core/dist/components/md-table.js';
|
|
73
|
+
import { defineCustomElement as defineMdTableBody } from '@awc-ui/core/dist/components/md-table-body.js';
|
|
74
|
+
import { defineCustomElement as defineMdTableCell } from '@awc-ui/core/dist/components/md-table-cell.js';
|
|
75
|
+
import { defineCustomElement as defineMdTableContainer } from '@awc-ui/core/dist/components/md-table-container.js';
|
|
76
|
+
import { defineCustomElement as defineMdTableExpandToggle } from '@awc-ui/core/dist/components/md-table-expand-toggle.js';
|
|
77
|
+
import { defineCustomElement as defineMdTableFoot } from '@awc-ui/core/dist/components/md-table-foot.js';
|
|
78
|
+
import { defineCustomElement as defineMdTableHead } from '@awc-ui/core/dist/components/md-table-head.js';
|
|
79
|
+
import { defineCustomElement as defineMdTablePagination } from '@awc-ui/core/dist/components/md-table-pagination.js';
|
|
80
|
+
import { defineCustomElement as defineMdTableRow } from '@awc-ui/core/dist/components/md-table-row.js';
|
|
81
|
+
import { defineCustomElement as defineMdTableSortLabel } from '@awc-ui/core/dist/components/md-table-sort-label.js';
|
|
82
|
+
import { defineCustomElement as defineMdTableToolbar } from '@awc-ui/core/dist/components/md-table-toolbar.js';
|
|
83
|
+
import { defineCustomElement as defineMdTabs } from '@awc-ui/core/dist/components/md-tabs.js';
|
|
84
|
+
import { defineCustomElement as defineMdTextField } from '@awc-ui/core/dist/components/md-text-field.js';
|
|
85
|
+
import { defineCustomElement as defineMdTimePicker } from '@awc-ui/core/dist/components/md-time-picker.js';
|
|
86
|
+
import { defineCustomElement as defineMdToolbar } from '@awc-ui/core/dist/components/md-toolbar.js';
|
|
87
|
+
import { defineCustomElement as defineMdTooltip } from '@awc-ui/core/dist/components/md-tooltip.js';
|
|
88
|
+
import { defineCustomElement as defineMdTransferList } from '@awc-ui/core/dist/components/md-transfer-list.js';
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
export const MdAccordion = /*@__PURE__*/ defineContainer<JSX.MdAccordion>('md-accordion', defineMdAccordion, [
|
|
13
92
|
'variant',
|
|
14
93
|
'density',
|
|
15
94
|
'elevation',
|
|
@@ -33,7 +112,7 @@ export const MdAccordion = /*@__PURE__*/ defineContainer<JSX.MdAccordion>('md-ac
|
|
|
33
112
|
]);
|
|
34
113
|
|
|
35
114
|
|
|
36
|
-
export const MdAccordionItem = /*@__PURE__*/ defineContainer<JSX.MdAccordionItem>('md-accordion-item',
|
|
115
|
+
export const MdAccordionItem = /*@__PURE__*/ defineContainer<JSX.MdAccordionItem>('md-accordion-item', defineMdAccordionItem, [
|
|
37
116
|
'headline',
|
|
38
117
|
'supportingText',
|
|
39
118
|
'icon',
|
|
@@ -50,7 +129,7 @@ export const MdAccordionItem = /*@__PURE__*/ defineContainer<JSX.MdAccordionItem
|
|
|
50
129
|
]);
|
|
51
130
|
|
|
52
131
|
|
|
53
|
-
export const MdAppBar = /*@__PURE__*/ defineContainer<JSX.MdAppBar>('md-app-bar',
|
|
132
|
+
export const MdAppBar = /*@__PURE__*/ defineContainer<JSX.MdAppBar>('md-app-bar', defineMdAppBar, [
|
|
54
133
|
'variant',
|
|
55
134
|
'titleAlignment',
|
|
56
135
|
'searchPlaceholder',
|
|
@@ -69,7 +148,7 @@ export const MdAppBar = /*@__PURE__*/ defineContainer<JSX.MdAppBar>('md-app-bar'
|
|
|
69
148
|
]);
|
|
70
149
|
|
|
71
150
|
|
|
72
|
-
export const MdAreaChart = /*@__PURE__*/ defineContainer<JSX.MdAreaChart>('md-area-chart',
|
|
151
|
+
export const MdAreaChart = /*@__PURE__*/ defineContainer<JSX.MdAreaChart>('md-area-chart', defineMdAreaChart, [
|
|
73
152
|
'label',
|
|
74
153
|
'subtitle',
|
|
75
154
|
'titleAlign',
|
|
@@ -120,7 +199,7 @@ export const MdAreaChart = /*@__PURE__*/ defineContainer<JSX.MdAreaChart>('md-ar
|
|
|
120
199
|
]);
|
|
121
200
|
|
|
122
201
|
|
|
123
|
-
export const MdAutocomplete = /*@__PURE__*/ defineContainer<JSX.MdAutocomplete>('md-autocomplete',
|
|
202
|
+
export const MdAutocomplete = /*@__PURE__*/ defineContainer<JSX.MdAutocomplete>('md-autocomplete', defineMdAutocomplete, [
|
|
124
203
|
'valueMissingLabel',
|
|
125
204
|
'reserveSupportingSpace',
|
|
126
205
|
'variant',
|
|
@@ -169,7 +248,7 @@ export const MdAutocomplete = /*@__PURE__*/ defineContainer<JSX.MdAutocomplete>(
|
|
|
169
248
|
]);
|
|
170
249
|
|
|
171
250
|
|
|
172
|
-
export const MdAvatar = /*@__PURE__*/ defineContainer<JSX.MdAvatar>('md-avatar',
|
|
251
|
+
export const MdAvatar = /*@__PURE__*/ defineContainer<JSX.MdAvatar>('md-avatar', defineMdAvatar, [
|
|
173
252
|
'src',
|
|
174
253
|
'alt',
|
|
175
254
|
'name',
|
|
@@ -186,7 +265,7 @@ export const MdAvatar = /*@__PURE__*/ defineContainer<JSX.MdAvatar>('md-avatar',
|
|
|
186
265
|
]);
|
|
187
266
|
|
|
188
267
|
|
|
189
|
-
export const MdBadge = /*@__PURE__*/ defineContainer<JSX.MdBadge>('md-badge',
|
|
268
|
+
export const MdBadge = /*@__PURE__*/ defineContainer<JSX.MdBadge>('md-badge', defineMdBadge, [
|
|
190
269
|
'variant',
|
|
191
270
|
'value',
|
|
192
271
|
'max',
|
|
@@ -195,7 +274,7 @@ export const MdBadge = /*@__PURE__*/ defineContainer<JSX.MdBadge>('md-badge', un
|
|
|
195
274
|
]);
|
|
196
275
|
|
|
197
276
|
|
|
198
|
-
export const MdBarChart = /*@__PURE__*/ defineContainer<JSX.MdBarChart>('md-bar-chart',
|
|
277
|
+
export const MdBarChart = /*@__PURE__*/ defineContainer<JSX.MdBarChart>('md-bar-chart', defineMdBarChart, [
|
|
199
278
|
'label',
|
|
200
279
|
'subtitle',
|
|
201
280
|
'titleAlign',
|
|
@@ -242,7 +321,7 @@ export const MdBarChart = /*@__PURE__*/ defineContainer<JSX.MdBarChart>('md-bar-
|
|
|
242
321
|
]);
|
|
243
322
|
|
|
244
323
|
|
|
245
|
-
export const MdBottomSheet = /*@__PURE__*/ defineContainer<JSX.MdBottomSheet>('md-bottom-sheet',
|
|
324
|
+
export const MdBottomSheet = /*@__PURE__*/ defineContainer<JSX.MdBottomSheet>('md-bottom-sheet', defineMdBottomSheet, [
|
|
246
325
|
'open',
|
|
247
326
|
'variant',
|
|
248
327
|
'headline',
|
|
@@ -262,7 +341,7 @@ export const MdBottomSheet = /*@__PURE__*/ defineContainer<JSX.MdBottomSheet>('m
|
|
|
262
341
|
]);
|
|
263
342
|
|
|
264
343
|
|
|
265
|
-
export const MdBreadcrumbItem = /*@__PURE__*/ defineContainer<JSX.MdBreadcrumbItem>('md-breadcrumb-item',
|
|
344
|
+
export const MdBreadcrumbItem = /*@__PURE__*/ defineContainer<JSX.MdBreadcrumbItem>('md-breadcrumb-item', defineMdBreadcrumbItem, [
|
|
266
345
|
'href',
|
|
267
346
|
'target',
|
|
268
347
|
'rel',
|
|
@@ -277,7 +356,7 @@ export const MdBreadcrumbItem = /*@__PURE__*/ defineContainer<JSX.MdBreadcrumbIt
|
|
|
277
356
|
]);
|
|
278
357
|
|
|
279
358
|
|
|
280
|
-
export const MdBreadcrumbs = /*@__PURE__*/ defineContainer<JSX.MdBreadcrumbs>('md-breadcrumbs',
|
|
359
|
+
export const MdBreadcrumbs = /*@__PURE__*/ defineContainer<JSX.MdBreadcrumbs>('md-breadcrumbs', defineMdBreadcrumbs, [
|
|
281
360
|
'label',
|
|
282
361
|
'expandLabel',
|
|
283
362
|
'separator',
|
|
@@ -289,7 +368,7 @@ export const MdBreadcrumbs = /*@__PURE__*/ defineContainer<JSX.MdBreadcrumbs>('m
|
|
|
289
368
|
]);
|
|
290
369
|
|
|
291
370
|
|
|
292
|
-
export const MdButton = /*@__PURE__*/ defineContainer<JSX.MdButton>('md-button',
|
|
371
|
+
export const MdButton = /*@__PURE__*/ defineContainer<JSX.MdButton>('md-button', defineMdButton, [
|
|
293
372
|
'type',
|
|
294
373
|
'variant',
|
|
295
374
|
'size',
|
|
@@ -319,7 +398,7 @@ export const MdButton = /*@__PURE__*/ defineContainer<JSX.MdButton>('md-button',
|
|
|
319
398
|
]);
|
|
320
399
|
|
|
321
400
|
|
|
322
|
-
export const MdButtonGroup = /*@__PURE__*/ defineContainer<JSX.MdButtonGroup>('md-button-group',
|
|
401
|
+
export const MdButtonGroup = /*@__PURE__*/ defineContainer<JSX.MdButtonGroup>('md-button-group', defineMdButtonGroup, [
|
|
323
402
|
'variant',
|
|
324
403
|
'size',
|
|
325
404
|
'shape',
|
|
@@ -331,7 +410,7 @@ export const MdButtonGroup = /*@__PURE__*/ defineContainer<JSX.MdButtonGroup>('m
|
|
|
331
410
|
]);
|
|
332
411
|
|
|
333
412
|
|
|
334
|
-
export const MdCard = /*@__PURE__*/ defineContainer<JSX.MdCard>('md-card',
|
|
413
|
+
export const MdCard = /*@__PURE__*/ defineContainer<JSX.MdCard>('md-card', defineMdCard, [
|
|
335
414
|
'variant',
|
|
336
415
|
'interactive',
|
|
337
416
|
'dragEnabled',
|
|
@@ -348,7 +427,7 @@ export const MdCard = /*@__PURE__*/ defineContainer<JSX.MdCard>('md-card', undef
|
|
|
348
427
|
]);
|
|
349
428
|
|
|
350
429
|
|
|
351
|
-
export const MdCheckbox = /*@__PURE__*/ defineContainer<JSX.MdCheckbox>('md-checkbox',
|
|
430
|
+
export const MdCheckbox = /*@__PURE__*/ defineContainer<JSX.MdCheckbox>('md-checkbox', defineMdCheckbox, [
|
|
352
431
|
'valueMissingLabel',
|
|
353
432
|
'error',
|
|
354
433
|
'errorText',
|
|
@@ -366,7 +445,7 @@ export const MdCheckbox = /*@__PURE__*/ defineContainer<JSX.MdCheckbox>('md-chec
|
|
|
366
445
|
]);
|
|
367
446
|
|
|
368
447
|
|
|
369
|
-
export const MdChip = /*@__PURE__*/ defineContainer<JSX.MdChip>('md-chip',
|
|
448
|
+
export const MdChip = /*@__PURE__*/ defineContainer<JSX.MdChip>('md-chip', defineMdChip, [
|
|
370
449
|
'variant',
|
|
371
450
|
'icon',
|
|
372
451
|
'trailingIcon',
|
|
@@ -386,7 +465,7 @@ export const MdChip = /*@__PURE__*/ defineContainer<JSX.MdChip>('md-chip', undef
|
|
|
386
465
|
]);
|
|
387
466
|
|
|
388
467
|
|
|
389
|
-
export const MdColorPicker = /*@__PURE__*/ defineContainer<JSX.MdColorPicker>('md-color-picker',
|
|
468
|
+
export const MdColorPicker = /*@__PURE__*/ defineContainer<JSX.MdColorPicker>('md-color-picker', defineMdColorPicker, [
|
|
390
469
|
'variant',
|
|
391
470
|
'value',
|
|
392
471
|
'format',
|
|
@@ -405,7 +484,7 @@ export const MdColorPicker = /*@__PURE__*/ defineContainer<JSX.MdColorPicker>('m
|
|
|
405
484
|
]);
|
|
406
485
|
|
|
407
486
|
|
|
408
|
-
export const MdDatePicker = /*@__PURE__*/ defineContainer<JSX.MdDatePicker>('md-date-picker',
|
|
487
|
+
export const MdDatePicker = /*@__PURE__*/ defineContainer<JSX.MdDatePicker>('md-date-picker', defineMdDatePicker, [
|
|
409
488
|
'valueMissingLabel',
|
|
410
489
|
'reserveSupportingSpace',
|
|
411
490
|
'variant',
|
|
@@ -466,7 +545,7 @@ export const MdDatePicker = /*@__PURE__*/ defineContainer<JSX.MdDatePicker>('md-
|
|
|
466
545
|
]);
|
|
467
546
|
|
|
468
547
|
|
|
469
|
-
export const MdDialog = /*@__PURE__*/ defineContainer<JSX.MdDialog>('md-dialog',
|
|
548
|
+
export const MdDialog = /*@__PURE__*/ defineContainer<JSX.MdDialog>('md-dialog', defineMdDialog, [
|
|
470
549
|
'open',
|
|
471
550
|
'headline',
|
|
472
551
|
'icon',
|
|
@@ -485,7 +564,7 @@ export const MdDialog = /*@__PURE__*/ defineContainer<JSX.MdDialog>('md-dialog',
|
|
|
485
564
|
]);
|
|
486
565
|
|
|
487
566
|
|
|
488
|
-
export const MdDivider = /*@__PURE__*/ defineContainer<JSX.MdDivider>('md-divider',
|
|
567
|
+
export const MdDivider = /*@__PURE__*/ defineContainer<JSX.MdDivider>('md-divider', defineMdDivider, [
|
|
489
568
|
'inset',
|
|
490
569
|
'insetStart',
|
|
491
570
|
'insetEnd',
|
|
@@ -493,7 +572,7 @@ export const MdDivider = /*@__PURE__*/ defineContainer<JSX.MdDivider>('md-divide
|
|
|
493
572
|
]);
|
|
494
573
|
|
|
495
574
|
|
|
496
|
-
export const MdFab = /*@__PURE__*/ defineContainer<JSX.MdFab>('md-fab',
|
|
575
|
+
export const MdFab = /*@__PURE__*/ defineContainer<JSX.MdFab>('md-fab', defineMdFab, [
|
|
497
576
|
'variant',
|
|
498
577
|
'size',
|
|
499
578
|
'disabled',
|
|
@@ -508,7 +587,7 @@ export const MdFab = /*@__PURE__*/ defineContainer<JSX.MdFab>('md-fab', undefine
|
|
|
508
587
|
]);
|
|
509
588
|
|
|
510
589
|
|
|
511
|
-
export const MdFabMenu = /*@__PURE__*/ defineContainer<JSX.MdFabMenu>('md-fab-menu',
|
|
590
|
+
export const MdFabMenu = /*@__PURE__*/ defineContainer<JSX.MdFabMenu>('md-fab-menu', defineMdFabMenu, [
|
|
512
591
|
'open',
|
|
513
592
|
'anchor',
|
|
514
593
|
'variant',
|
|
@@ -521,7 +600,7 @@ export const MdFabMenu = /*@__PURE__*/ defineContainer<JSX.MdFabMenu>('md-fab-me
|
|
|
521
600
|
]);
|
|
522
601
|
|
|
523
602
|
|
|
524
|
-
export const MdFabMenuItem = /*@__PURE__*/ defineContainer<JSX.MdFabMenuItem>('md-fab-menu-item',
|
|
603
|
+
export const MdFabMenuItem = /*@__PURE__*/ defineContainer<JSX.MdFabMenuItem>('md-fab-menu-item', defineMdFabMenuItem, [
|
|
525
604
|
'icon',
|
|
526
605
|
'label',
|
|
527
606
|
'disabled',
|
|
@@ -532,7 +611,7 @@ export const MdFabMenuItem = /*@__PURE__*/ defineContainer<JSX.MdFabMenuItem>('m
|
|
|
532
611
|
]);
|
|
533
612
|
|
|
534
613
|
|
|
535
|
-
export const MdIconButton = /*@__PURE__*/ defineContainer<JSX.MdIconButton>('md-icon-button',
|
|
614
|
+
export const MdIconButton = /*@__PURE__*/ defineContainer<JSX.MdIconButton>('md-icon-button', defineMdIconButton, [
|
|
536
615
|
'variant',
|
|
537
616
|
'size',
|
|
538
617
|
'shape',
|
|
@@ -556,7 +635,7 @@ export const MdIconButton = /*@__PURE__*/ defineContainer<JSX.MdIconButton>('md-
|
|
|
556
635
|
]);
|
|
557
636
|
|
|
558
637
|
|
|
559
|
-
export const MdLineChart = /*@__PURE__*/ defineContainer<JSX.MdLineChart>('md-line-chart',
|
|
638
|
+
export const MdLineChart = /*@__PURE__*/ defineContainer<JSX.MdLineChart>('md-line-chart', defineMdLineChart, [
|
|
560
639
|
'label',
|
|
561
640
|
'subtitle',
|
|
562
641
|
'markLines',
|
|
@@ -609,7 +688,7 @@ export const MdLineChart = /*@__PURE__*/ defineContainer<JSX.MdLineChart>('md-li
|
|
|
609
688
|
]);
|
|
610
689
|
|
|
611
690
|
|
|
612
|
-
export const MdList = /*@__PURE__*/ defineContainer<JSX.MdList>('md-list',
|
|
691
|
+
export const MdList = /*@__PURE__*/ defineContainer<JSX.MdList>('md-list', defineMdList, [
|
|
613
692
|
'listStyle',
|
|
614
693
|
'selectionMode',
|
|
615
694
|
'interactionMode',
|
|
@@ -624,7 +703,7 @@ export const MdList = /*@__PURE__*/ defineContainer<JSX.MdList>('md-list', undef
|
|
|
624
703
|
]);
|
|
625
704
|
|
|
626
705
|
|
|
627
|
-
export const MdListItem = /*@__PURE__*/ defineContainer<JSX.MdListItem>('md-list-item',
|
|
706
|
+
export const MdListItem = /*@__PURE__*/ defineContainer<JSX.MdListItem>('md-list-item', defineMdListItem, [
|
|
628
707
|
'type',
|
|
629
708
|
'headline',
|
|
630
709
|
'overline',
|
|
@@ -662,14 +741,14 @@ export const MdListItem = /*@__PURE__*/ defineContainer<JSX.MdListItem>('md-list
|
|
|
662
741
|
]);
|
|
663
742
|
|
|
664
743
|
|
|
665
|
-
export const MdLoadingIndicator = /*@__PURE__*/ defineContainer<JSX.MdLoadingIndicator>('md-loading-indicator',
|
|
744
|
+
export const MdLoadingIndicator = /*@__PURE__*/ defineContainer<JSX.MdLoadingIndicator>('md-loading-indicator', defineMdLoadingIndicator, [
|
|
666
745
|
'variant',
|
|
667
746
|
'label',
|
|
668
747
|
'density'
|
|
669
748
|
]);
|
|
670
749
|
|
|
671
750
|
|
|
672
|
-
export const MdMenu = /*@__PURE__*/ defineContainer<JSX.MdMenu>('md-menu',
|
|
751
|
+
export const MdMenu = /*@__PURE__*/ defineContainer<JSX.MdMenu>('md-menu', defineMdMenu, [
|
|
673
752
|
'open',
|
|
674
753
|
'anchor',
|
|
675
754
|
'placement',
|
|
@@ -691,7 +770,7 @@ export const MdMenu = /*@__PURE__*/ defineContainer<JSX.MdMenu>('md-menu', undef
|
|
|
691
770
|
]);
|
|
692
771
|
|
|
693
772
|
|
|
694
|
-
export const MdMenuItem = /*@__PURE__*/ defineContainer<JSX.MdMenuItem>('md-menu-item',
|
|
773
|
+
export const MdMenuItem = /*@__PURE__*/ defineContainer<JSX.MdMenuItem>('md-menu-item', defineMdMenuItem, [
|
|
695
774
|
'headline',
|
|
696
775
|
'supportingText',
|
|
697
776
|
'trailingText',
|
|
@@ -711,13 +790,13 @@ export const MdMenuItem = /*@__PURE__*/ defineContainer<JSX.MdMenuItem>('md-menu
|
|
|
711
790
|
]);
|
|
712
791
|
|
|
713
792
|
|
|
714
|
-
export const MdMenuItemGroup = /*@__PURE__*/ defineContainer<JSX.MdMenuItemGroup>('md-menu-item-group',
|
|
793
|
+
export const MdMenuItemGroup = /*@__PURE__*/ defineContainer<JSX.MdMenuItemGroup>('md-menu-item-group', defineMdMenuItemGroup, [
|
|
715
794
|
'label',
|
|
716
795
|
'density'
|
|
717
796
|
]);
|
|
718
797
|
|
|
719
798
|
|
|
720
|
-
export const MdMeter = /*@__PURE__*/ defineContainer<JSX.MdMeter>('md-meter',
|
|
799
|
+
export const MdMeter = /*@__PURE__*/ defineContainer<JSX.MdMeter>('md-meter', defineMdMeter, [
|
|
721
800
|
'value',
|
|
722
801
|
'min',
|
|
723
802
|
'max',
|
|
@@ -735,7 +814,7 @@ export const MdMeter = /*@__PURE__*/ defineContainer<JSX.MdMeter>('md-meter', un
|
|
|
735
814
|
]);
|
|
736
815
|
|
|
737
816
|
|
|
738
|
-
export const MdMultiSelect = /*@__PURE__*/ defineContainer<JSX.MdMultiSelect>('md-multi-select',
|
|
817
|
+
export const MdMultiSelect = /*@__PURE__*/ defineContainer<JSX.MdMultiSelect>('md-multi-select', defineMdMultiSelect, [
|
|
739
818
|
'valueMissingLabel',
|
|
740
819
|
'reserveSupportingSpace',
|
|
741
820
|
'variant',
|
|
@@ -789,7 +868,7 @@ export const MdMultiSelect = /*@__PURE__*/ defineContainer<JSX.MdMultiSelect>('m
|
|
|
789
868
|
]);
|
|
790
869
|
|
|
791
870
|
|
|
792
|
-
export const MdNavigationBar = /*@__PURE__*/ defineContainer<JSX.MdNavigationBar>('md-navigation-bar',
|
|
871
|
+
export const MdNavigationBar = /*@__PURE__*/ defineContainer<JSX.MdNavigationBar>('md-navigation-bar', defineMdNavigationBar, [
|
|
793
872
|
'activeIndex',
|
|
794
873
|
'labelBehavior',
|
|
795
874
|
'manualActivation',
|
|
@@ -798,7 +877,7 @@ export const MdNavigationBar = /*@__PURE__*/ defineContainer<JSX.MdNavigationBar
|
|
|
798
877
|
]);
|
|
799
878
|
|
|
800
879
|
|
|
801
|
-
export const MdNavigationRail = /*@__PURE__*/ defineContainer<JSX.MdNavigationRail>('md-navigation-rail',
|
|
880
|
+
export const MdNavigationRail = /*@__PURE__*/ defineContainer<JSX.MdNavigationRail>('md-navigation-rail', defineMdNavigationRail, [
|
|
802
881
|
'variant',
|
|
803
882
|
'modal',
|
|
804
883
|
'fullHeight',
|
|
@@ -820,7 +899,7 @@ export const MdNavigationRail = /*@__PURE__*/ defineContainer<JSX.MdNavigationRa
|
|
|
820
899
|
]);
|
|
821
900
|
|
|
822
901
|
|
|
823
|
-
export const MdNavigationRailTab = /*@__PURE__*/ defineContainer<JSX.MdNavigationRailTab>('md-navigation-rail-tab',
|
|
902
|
+
export const MdNavigationRailTab = /*@__PURE__*/ defineContainer<JSX.MdNavigationRailTab>('md-navigation-rail-tab', defineMdNavigationRailTab, [
|
|
824
903
|
'icon',
|
|
825
904
|
'label',
|
|
826
905
|
'active',
|
|
@@ -838,7 +917,7 @@ export const MdNavigationRailTab = /*@__PURE__*/ defineContainer<JSX.MdNavigatio
|
|
|
838
917
|
]);
|
|
839
918
|
|
|
840
919
|
|
|
841
|
-
export const MdNavigationTab = /*@__PURE__*/ defineContainer<JSX.MdNavigationTab>('md-navigation-tab',
|
|
920
|
+
export const MdNavigationTab = /*@__PURE__*/ defineContainer<JSX.MdNavigationTab>('md-navigation-tab', defineMdNavigationTab, [
|
|
842
921
|
'active',
|
|
843
922
|
'disabled',
|
|
844
923
|
'softDisabled',
|
|
@@ -856,7 +935,7 @@ export const MdNavigationTab = /*@__PURE__*/ defineContainer<JSX.MdNavigationTab
|
|
|
856
935
|
]);
|
|
857
936
|
|
|
858
937
|
|
|
859
|
-
export const MdNumberField = /*@__PURE__*/ defineContainer<JSX.MdNumberField>('md-number-field',
|
|
938
|
+
export const MdNumberField = /*@__PURE__*/ defineContainer<JSX.MdNumberField>('md-number-field', defineMdNumberField, [
|
|
860
939
|
'variant',
|
|
861
940
|
'label',
|
|
862
941
|
'placeholder',
|
|
@@ -890,7 +969,7 @@ export const MdNumberField = /*@__PURE__*/ defineContainer<JSX.MdNumberField>('m
|
|
|
890
969
|
]);
|
|
891
970
|
|
|
892
971
|
|
|
893
|
-
export const MdOrganizationChart = /*@__PURE__*/ defineContainer<JSX.MdOrganizationChart>('md-organization-chart',
|
|
972
|
+
export const MdOrganizationChart = /*@__PURE__*/ defineContainer<JSX.MdOrganizationChart>('md-organization-chart', defineMdOrganizationChart, [
|
|
894
973
|
'nodes',
|
|
895
974
|
'selectionMode',
|
|
896
975
|
'selectedIds',
|
|
@@ -905,7 +984,7 @@ export const MdOrganizationChart = /*@__PURE__*/ defineContainer<JSX.MdOrganizat
|
|
|
905
984
|
]);
|
|
906
985
|
|
|
907
986
|
|
|
908
|
-
export const MdOtpField = /*@__PURE__*/ defineContainer<JSX.MdOtpField>('md-otp-field',
|
|
987
|
+
export const MdOtpField = /*@__PURE__*/ defineContainer<JSX.MdOtpField>('md-otp-field', defineMdOtpField, [
|
|
909
988
|
'length',
|
|
910
989
|
'value',
|
|
911
990
|
'validationType',
|
|
@@ -935,7 +1014,7 @@ export const MdOtpField = /*@__PURE__*/ defineContainer<JSX.MdOtpField>('md-otp-
|
|
|
935
1014
|
]);
|
|
936
1015
|
|
|
937
1016
|
|
|
938
|
-
export const MdPieChart = /*@__PURE__*/ defineContainer<JSX.MdPieChart>('md-pie-chart',
|
|
1017
|
+
export const MdPieChart = /*@__PURE__*/ defineContainer<JSX.MdPieChart>('md-pie-chart', defineMdPieChart, [
|
|
939
1018
|
'label',
|
|
940
1019
|
'titleAlign',
|
|
941
1020
|
'data',
|
|
@@ -975,7 +1054,7 @@ export const MdPieChart = /*@__PURE__*/ defineContainer<JSX.MdPieChart>('md-pie-
|
|
|
975
1054
|
]);
|
|
976
1055
|
|
|
977
1056
|
|
|
978
|
-
export const MdProgressIndicator = /*@__PURE__*/ defineContainer<JSX.MdProgressIndicator>('md-progress-indicator',
|
|
1057
|
+
export const MdProgressIndicator = /*@__PURE__*/ defineContainer<JSX.MdProgressIndicator>('md-progress-indicator', defineMdProgressIndicator, [
|
|
979
1058
|
'variant',
|
|
980
1059
|
'value',
|
|
981
1060
|
'max',
|
|
@@ -994,7 +1073,7 @@ export const MdProgressIndicator = /*@__PURE__*/ defineContainer<JSX.MdProgressI
|
|
|
994
1073
|
]);
|
|
995
1074
|
|
|
996
1075
|
|
|
997
|
-
export const MdRadio = /*@__PURE__*/ defineContainer<JSX.MdRadio>('md-radio',
|
|
1076
|
+
export const MdRadio = /*@__PURE__*/ defineContainer<JSX.MdRadio>('md-radio', defineMdRadio, [
|
|
998
1077
|
'valueMissingLabel',
|
|
999
1078
|
'checked',
|
|
1000
1079
|
'disabled',
|
|
@@ -1010,7 +1089,7 @@ export const MdRadio = /*@__PURE__*/ defineContainer<JSX.MdRadio>('md-radio', un
|
|
|
1010
1089
|
]);
|
|
1011
1090
|
|
|
1012
1091
|
|
|
1013
|
-
export const MdRating = /*@__PURE__*/ defineContainer<JSX.MdRating>('md-rating',
|
|
1092
|
+
export const MdRating = /*@__PURE__*/ defineContainer<JSX.MdRating>('md-rating', defineMdRating, [
|
|
1014
1093
|
'value',
|
|
1015
1094
|
'defaultValue',
|
|
1016
1095
|
'max',
|
|
@@ -1033,12 +1112,12 @@ export const MdRating = /*@__PURE__*/ defineContainer<JSX.MdRating>('md-rating',
|
|
|
1033
1112
|
]);
|
|
1034
1113
|
|
|
1035
1114
|
|
|
1036
|
-
export const MdRipple = /*@__PURE__*/ defineContainer<JSX.MdRipple>('md-ripple',
|
|
1115
|
+
export const MdRipple = /*@__PURE__*/ defineContainer<JSX.MdRipple>('md-ripple', defineMdRipple, [
|
|
1037
1116
|
'disabled'
|
|
1038
1117
|
]);
|
|
1039
1118
|
|
|
1040
1119
|
|
|
1041
|
-
export const MdSearch = /*@__PURE__*/ defineContainer<JSX.MdSearch>('md-search',
|
|
1120
|
+
export const MdSearch = /*@__PURE__*/ defineContainer<JSX.MdSearch>('md-search', defineMdSearch, [
|
|
1042
1121
|
'variant',
|
|
1043
1122
|
'layout',
|
|
1044
1123
|
'trigger',
|
|
@@ -1082,7 +1161,7 @@ export const MdSearch = /*@__PURE__*/ defineContainer<JSX.MdSearch>('md-search',
|
|
|
1082
1161
|
]);
|
|
1083
1162
|
|
|
1084
1163
|
|
|
1085
|
-
export const MdSegmentedButton = /*@__PURE__*/ defineContainer<JSX.MdSegmentedButton>('md-segmented-button',
|
|
1164
|
+
export const MdSegmentedButton = /*@__PURE__*/ defineContainer<JSX.MdSegmentedButton>('md-segmented-button', defineMdSegmentedButton, [
|
|
1086
1165
|
'value',
|
|
1087
1166
|
'selected',
|
|
1088
1167
|
'disabled',
|
|
@@ -1100,14 +1179,14 @@ export const MdSegmentedButton = /*@__PURE__*/ defineContainer<JSX.MdSegmentedBu
|
|
|
1100
1179
|
]);
|
|
1101
1180
|
|
|
1102
1181
|
|
|
1103
|
-
export const MdSegmentedButtonSet = /*@__PURE__*/ defineContainer<JSX.MdSegmentedButtonSet>('md-segmented-button-set',
|
|
1182
|
+
export const MdSegmentedButtonSet = /*@__PURE__*/ defineContainer<JSX.MdSegmentedButtonSet>('md-segmented-button-set', defineMdSegmentedButtonSet, [
|
|
1104
1183
|
'multiselect',
|
|
1105
1184
|
'density',
|
|
1106
1185
|
'mdChange'
|
|
1107
1186
|
]);
|
|
1108
1187
|
|
|
1109
1188
|
|
|
1110
|
-
export const MdSelect = /*@__PURE__*/ defineContainer<JSX.MdSelect>('md-select',
|
|
1189
|
+
export const MdSelect = /*@__PURE__*/ defineContainer<JSX.MdSelect>('md-select', defineMdSelect, [
|
|
1111
1190
|
'valueMissingLabel',
|
|
1112
1191
|
'reserveSupportingSpace',
|
|
1113
1192
|
'variant',
|
|
@@ -1149,7 +1228,7 @@ export const MdSelect = /*@__PURE__*/ defineContainer<JSX.MdSelect>('md-select',
|
|
|
1149
1228
|
]);
|
|
1150
1229
|
|
|
1151
1230
|
|
|
1152
|
-
export const MdSelectOption = /*@__PURE__*/ defineContainer<JSX.MdSelectOption>('md-select-option',
|
|
1231
|
+
export const MdSelectOption = /*@__PURE__*/ defineContainer<JSX.MdSelectOption>('md-select-option', defineMdSelectOption, [
|
|
1153
1232
|
'value',
|
|
1154
1233
|
'label',
|
|
1155
1234
|
'disabled',
|
|
@@ -1161,7 +1240,7 @@ export const MdSelectOption = /*@__PURE__*/ defineContainer<JSX.MdSelectOption>(
|
|
|
1161
1240
|
]);
|
|
1162
1241
|
|
|
1163
1242
|
|
|
1164
|
-
export const MdSideSheet = /*@__PURE__*/ defineContainer<JSX.MdSideSheet>('md-side-sheet',
|
|
1243
|
+
export const MdSideSheet = /*@__PURE__*/ defineContainer<JSX.MdSideSheet>('md-side-sheet', defineMdSideSheet, [
|
|
1165
1244
|
'open',
|
|
1166
1245
|
'variant',
|
|
1167
1246
|
'side',
|
|
@@ -1181,7 +1260,7 @@ export const MdSideSheet = /*@__PURE__*/ defineContainer<JSX.MdSideSheet>('md-si
|
|
|
1181
1260
|
]);
|
|
1182
1261
|
|
|
1183
1262
|
|
|
1184
|
-
export const MdSkeleton = /*@__PURE__*/ defineContainer<JSX.MdSkeleton>('md-skeleton',
|
|
1263
|
+
export const MdSkeleton = /*@__PURE__*/ defineContainer<JSX.MdSkeleton>('md-skeleton', defineMdSkeleton, [
|
|
1185
1264
|
'variant',
|
|
1186
1265
|
'animation',
|
|
1187
1266
|
'lines',
|
|
@@ -1195,7 +1274,7 @@ export const MdSkeleton = /*@__PURE__*/ defineContainer<JSX.MdSkeleton>('md-skel
|
|
|
1195
1274
|
]);
|
|
1196
1275
|
|
|
1197
1276
|
|
|
1198
|
-
export const MdSlider = /*@__PURE__*/ defineContainer<JSX.MdSlider>('md-slider',
|
|
1277
|
+
export const MdSlider = /*@__PURE__*/ defineContainer<JSX.MdSlider>('md-slider', defineMdSlider, [
|
|
1199
1278
|
'min',
|
|
1200
1279
|
'max',
|
|
1201
1280
|
'value',
|
|
@@ -1233,7 +1312,7 @@ export const MdSlider = /*@__PURE__*/ defineContainer<JSX.MdSlider>('md-slider',
|
|
|
1233
1312
|
]);
|
|
1234
1313
|
|
|
1235
1314
|
|
|
1236
|
-
export const MdSnackbar = /*@__PURE__*/ defineContainer<JSX.MdSnackbar>('md-snackbar',
|
|
1315
|
+
export const MdSnackbar = /*@__PURE__*/ defineContainer<JSX.MdSnackbar>('md-snackbar', defineMdSnackbar, [
|
|
1237
1316
|
'open',
|
|
1238
1317
|
'message',
|
|
1239
1318
|
'action',
|
|
@@ -1251,7 +1330,7 @@ export const MdSnackbar = /*@__PURE__*/ defineContainer<JSX.MdSnackbar>('md-snac
|
|
|
1251
1330
|
]);
|
|
1252
1331
|
|
|
1253
1332
|
|
|
1254
|
-
export const MdSparkline = /*@__PURE__*/ defineContainer<JSX.MdSparkline>('md-sparkline',
|
|
1333
|
+
export const MdSparkline = /*@__PURE__*/ defineContainer<JSX.MdSparkline>('md-sparkline', defineMdSparkline, [
|
|
1255
1334
|
'data',
|
|
1256
1335
|
'labels',
|
|
1257
1336
|
'variant',
|
|
@@ -1274,7 +1353,7 @@ export const MdSparkline = /*@__PURE__*/ defineContainer<JSX.MdSparkline>('md-sp
|
|
|
1274
1353
|
]);
|
|
1275
1354
|
|
|
1276
1355
|
|
|
1277
|
-
export const MdSplitButton = /*@__PURE__*/ defineContainer<JSX.MdSplitButton>('md-split-button',
|
|
1356
|
+
export const MdSplitButton = /*@__PURE__*/ defineContainer<JSX.MdSplitButton>('md-split-button', defineMdSplitButton, [
|
|
1278
1357
|
'variant',
|
|
1279
1358
|
'size',
|
|
1280
1359
|
'disabled',
|
|
@@ -1294,7 +1373,7 @@ export const MdSplitButton = /*@__PURE__*/ defineContainer<JSX.MdSplitButton>('m
|
|
|
1294
1373
|
]);
|
|
1295
1374
|
|
|
1296
1375
|
|
|
1297
|
-
export const MdStatusDot = /*@__PURE__*/ defineContainer<JSX.MdStatusDot>('md-status-dot',
|
|
1376
|
+
export const MdStatusDot = /*@__PURE__*/ defineContainer<JSX.MdStatusDot>('md-status-dot', defineMdStatusDot, [
|
|
1298
1377
|
'state',
|
|
1299
1378
|
'size',
|
|
1300
1379
|
'live',
|
|
@@ -1303,7 +1382,7 @@ export const MdStatusDot = /*@__PURE__*/ defineContainer<JSX.MdStatusDot>('md-st
|
|
|
1303
1382
|
]);
|
|
1304
1383
|
|
|
1305
1384
|
|
|
1306
|
-
export const MdStep = /*@__PURE__*/ defineContainer<JSX.MdStep>('md-step',
|
|
1385
|
+
export const MdStep = /*@__PURE__*/ defineContainer<JSX.MdStep>('md-step', defineMdStep, [
|
|
1307
1386
|
'label',
|
|
1308
1387
|
'description',
|
|
1309
1388
|
'completed',
|
|
@@ -1325,7 +1404,7 @@ export const MdStep = /*@__PURE__*/ defineContainer<JSX.MdStep>('md-step', undef
|
|
|
1325
1404
|
]);
|
|
1326
1405
|
|
|
1327
1406
|
|
|
1328
|
-
export const MdStepper = /*@__PURE__*/ defineContainer<JSX.MdStepper>('md-stepper',
|
|
1407
|
+
export const MdStepper = /*@__PURE__*/ defineContainer<JSX.MdStepper>('md-stepper', defineMdStepper, [
|
|
1329
1408
|
'orientation',
|
|
1330
1409
|
'indicator',
|
|
1331
1410
|
'variant',
|
|
@@ -1353,7 +1432,7 @@ export const MdStepper = /*@__PURE__*/ defineContainer<JSX.MdStepper>('md-steppe
|
|
|
1353
1432
|
]);
|
|
1354
1433
|
|
|
1355
1434
|
|
|
1356
|
-
export const MdSubMenuItem = /*@__PURE__*/ defineContainer<JSX.MdSubMenuItem>('md-sub-menu-item',
|
|
1435
|
+
export const MdSubMenuItem = /*@__PURE__*/ defineContainer<JSX.MdSubMenuItem>('md-sub-menu-item', defineMdSubMenuItem, [
|
|
1357
1436
|
'headline',
|
|
1358
1437
|
'supportingText',
|
|
1359
1438
|
'disabled',
|
|
@@ -1365,7 +1444,7 @@ export const MdSubMenuItem = /*@__PURE__*/ defineContainer<JSX.MdSubMenuItem>('m
|
|
|
1365
1444
|
]);
|
|
1366
1445
|
|
|
1367
1446
|
|
|
1368
|
-
export const MdSwitch = /*@__PURE__*/ defineContainer<JSX.MdSwitch>('md-switch',
|
|
1447
|
+
export const MdSwitch = /*@__PURE__*/ defineContainer<JSX.MdSwitch>('md-switch', defineMdSwitch, [
|
|
1369
1448
|
'valueMissingLabel',
|
|
1370
1449
|
'selected',
|
|
1371
1450
|
'disabled',
|
|
@@ -1384,7 +1463,7 @@ export const MdSwitch = /*@__PURE__*/ defineContainer<JSX.MdSwitch>('md-switch',
|
|
|
1384
1463
|
]);
|
|
1385
1464
|
|
|
1386
1465
|
|
|
1387
|
-
export const MdTab = /*@__PURE__*/ defineContainer<JSX.MdTab>('md-tab',
|
|
1466
|
+
export const MdTab = /*@__PURE__*/ defineContainer<JSX.MdTab>('md-tab', defineMdTab, [
|
|
1388
1467
|
'label',
|
|
1389
1468
|
'icon',
|
|
1390
1469
|
'active',
|
|
@@ -1398,18 +1477,18 @@ export const MdTab = /*@__PURE__*/ defineContainer<JSX.MdTab>('md-tab', undefine
|
|
|
1398
1477
|
]);
|
|
1399
1478
|
|
|
1400
1479
|
|
|
1401
|
-
export const MdTabPanel = /*@__PURE__*/ defineContainer<JSX.MdTabPanel>('md-tab-panel',
|
|
1480
|
+
export const MdTabPanel = /*@__PURE__*/ defineContainer<JSX.MdTabPanel>('md-tab-panel', defineMdTabPanel, [
|
|
1402
1481
|
'active'
|
|
1403
1482
|
]);
|
|
1404
1483
|
|
|
1405
1484
|
|
|
1406
|
-
export const MdTabPanels = /*@__PURE__*/ defineContainer<JSX.MdTabPanels>('md-tab-panels',
|
|
1485
|
+
export const MdTabPanels = /*@__PURE__*/ defineContainer<JSX.MdTabPanels>('md-tab-panels', defineMdTabPanels, [
|
|
1407
1486
|
'for',
|
|
1408
1487
|
'sizing'
|
|
1409
1488
|
]);
|
|
1410
1489
|
|
|
1411
1490
|
|
|
1412
|
-
export const MdTable = /*@__PURE__*/ defineContainer<JSX.MdTable>('md-table',
|
|
1491
|
+
export const MdTable = /*@__PURE__*/ defineContainer<JSX.MdTable>('md-table', defineMdTable, [
|
|
1413
1492
|
'density',
|
|
1414
1493
|
'columnTemplate',
|
|
1415
1494
|
'columns',
|
|
@@ -1445,12 +1524,12 @@ export const MdTable = /*@__PURE__*/ defineContainer<JSX.MdTable>('md-table', un
|
|
|
1445
1524
|
]);
|
|
1446
1525
|
|
|
1447
1526
|
|
|
1448
|
-
export const MdTableBody = /*@__PURE__*/ defineContainer<JSX.MdTableBody>('md-table-body',
|
|
1527
|
+
export const MdTableBody = /*@__PURE__*/ defineContainer<JSX.MdTableBody>('md-table-body', defineMdTableBody, [
|
|
1449
1528
|
'presentational'
|
|
1450
1529
|
]);
|
|
1451
1530
|
|
|
1452
1531
|
|
|
1453
|
-
export const MdTableCell = /*@__PURE__*/ defineContainer<JSX.MdTableCell>('md-table-cell',
|
|
1532
|
+
export const MdTableCell = /*@__PURE__*/ defineContainer<JSX.MdTableCell>('md-table-cell', defineMdTableCell, [
|
|
1454
1533
|
'align',
|
|
1455
1534
|
'numeric',
|
|
1456
1535
|
'padding',
|
|
@@ -1467,7 +1546,7 @@ export const MdTableCell = /*@__PURE__*/ defineContainer<JSX.MdTableCell>('md-ta
|
|
|
1467
1546
|
]);
|
|
1468
1547
|
|
|
1469
1548
|
|
|
1470
|
-
export const MdTableContainer = /*@__PURE__*/ defineContainer<JSX.MdTableContainer>('md-table-container',
|
|
1549
|
+
export const MdTableContainer = /*@__PURE__*/ defineContainer<JSX.MdTableContainer>('md-table-container', defineMdTableContainer, [
|
|
1471
1550
|
'variant',
|
|
1472
1551
|
'shape',
|
|
1473
1552
|
'maxHeight',
|
|
@@ -1477,21 +1556,21 @@ export const MdTableContainer = /*@__PURE__*/ defineContainer<JSX.MdTableContain
|
|
|
1477
1556
|
]);
|
|
1478
1557
|
|
|
1479
1558
|
|
|
1480
|
-
export const MdTableExpandToggle = /*@__PURE__*/ defineContainer<JSX.MdTableExpandToggle>('md-table-expand-toggle',
|
|
1559
|
+
export const MdTableExpandToggle = /*@__PURE__*/ defineContainer<JSX.MdTableExpandToggle>('md-table-expand-toggle', defineMdTableExpandToggle, [
|
|
1481
1560
|
'buttonLabel',
|
|
1482
1561
|
'icon'
|
|
1483
1562
|
]);
|
|
1484
1563
|
|
|
1485
1564
|
|
|
1486
|
-
export const MdTableFoot = /*@__PURE__*/ defineContainer<JSX.MdTableFoot>('md-table-foot',
|
|
1565
|
+
export const MdTableFoot = /*@__PURE__*/ defineContainer<JSX.MdTableFoot>('md-table-foot', defineMdTableFoot, [
|
|
1487
1566
|
'presentational'
|
|
1488
1567
|
]);
|
|
1489
1568
|
|
|
1490
1569
|
|
|
1491
|
-
export const MdTableHead = /*@__PURE__*/ defineContainer<JSX.MdTableHead>('md-table-head',
|
|
1570
|
+
export const MdTableHead = /*@__PURE__*/ defineContainer<JSX.MdTableHead>('md-table-head', defineMdTableHead);
|
|
1492
1571
|
|
|
1493
1572
|
|
|
1494
|
-
export const MdTablePagination = /*@__PURE__*/ defineContainer<JSX.MdTablePagination>('md-table-pagination',
|
|
1573
|
+
export const MdTablePagination = /*@__PURE__*/ defineContainer<JSX.MdTablePagination>('md-table-pagination', defineMdTablePagination, [
|
|
1495
1574
|
'count',
|
|
1496
1575
|
'page',
|
|
1497
1576
|
'rowsPerPage',
|
|
@@ -1512,7 +1591,7 @@ export const MdTablePagination = /*@__PURE__*/ defineContainer<JSX.MdTablePagina
|
|
|
1512
1591
|
]);
|
|
1513
1592
|
|
|
1514
1593
|
|
|
1515
|
-
export const MdTableRow = /*@__PURE__*/ defineContainer<JSX.MdTableRow>('md-table-row',
|
|
1594
|
+
export const MdTableRow = /*@__PURE__*/ defineContainer<JSX.MdTableRow>('md-table-row', defineMdTableRow, [
|
|
1516
1595
|
'rowgroup',
|
|
1517
1596
|
'selected',
|
|
1518
1597
|
'disabled',
|
|
@@ -1528,7 +1607,7 @@ export const MdTableRow = /*@__PURE__*/ defineContainer<JSX.MdTableRow>('md-tabl
|
|
|
1528
1607
|
]);
|
|
1529
1608
|
|
|
1530
1609
|
|
|
1531
|
-
export const MdTableSortLabel = /*@__PURE__*/ defineContainer<JSX.MdTableSortLabel>('md-table-sort-label',
|
|
1610
|
+
export const MdTableSortLabel = /*@__PURE__*/ defineContainer<JSX.MdTableSortLabel>('md-table-sort-label', defineMdTableSortLabel, [
|
|
1532
1611
|
'column',
|
|
1533
1612
|
'disabled',
|
|
1534
1613
|
'defaultOrder',
|
|
@@ -1541,7 +1620,7 @@ export const MdTableSortLabel = /*@__PURE__*/ defineContainer<JSX.MdTableSortLab
|
|
|
1541
1620
|
]);
|
|
1542
1621
|
|
|
1543
1622
|
|
|
1544
|
-
export const MdTableToolbar = /*@__PURE__*/ defineContainer<JSX.MdTableToolbar>('md-table-toolbar',
|
|
1623
|
+
export const MdTableToolbar = /*@__PURE__*/ defineContainer<JSX.MdTableToolbar>('md-table-toolbar', defineMdTableToolbar, [
|
|
1545
1624
|
'headline',
|
|
1546
1625
|
'supportingText',
|
|
1547
1626
|
'numSelected',
|
|
@@ -1552,7 +1631,7 @@ export const MdTableToolbar = /*@__PURE__*/ defineContainer<JSX.MdTableToolbar>(
|
|
|
1552
1631
|
]);
|
|
1553
1632
|
|
|
1554
1633
|
|
|
1555
|
-
export const MdTabs = /*@__PURE__*/ defineContainer<JSX.MdTabs>('md-tabs',
|
|
1634
|
+
export const MdTabs = /*@__PURE__*/ defineContainer<JSX.MdTabs>('md-tabs', defineMdTabs, [
|
|
1556
1635
|
'activeTabIndex',
|
|
1557
1636
|
'variant',
|
|
1558
1637
|
'ariaLabelProp',
|
|
@@ -1562,7 +1641,7 @@ export const MdTabs = /*@__PURE__*/ defineContainer<JSX.MdTabs>('md-tabs', undef
|
|
|
1562
1641
|
]);
|
|
1563
1642
|
|
|
1564
1643
|
|
|
1565
|
-
export const MdTextField = /*@__PURE__*/ defineContainer<JSX.MdTextField>('md-text-field',
|
|
1644
|
+
export const MdTextField = /*@__PURE__*/ defineContainer<JSX.MdTextField>('md-text-field', defineMdTextField, [
|
|
1566
1645
|
'reserveSupportingSpace',
|
|
1567
1646
|
'variant',
|
|
1568
1647
|
'label',
|
|
@@ -1618,7 +1697,7 @@ export const MdTextField = /*@__PURE__*/ defineContainer<JSX.MdTextField>('md-te
|
|
|
1618
1697
|
]);
|
|
1619
1698
|
|
|
1620
1699
|
|
|
1621
|
-
export const MdTimePicker = /*@__PURE__*/ defineContainer<JSX.MdTimePicker>('md-time-picker',
|
|
1700
|
+
export const MdTimePicker = /*@__PURE__*/ defineContainer<JSX.MdTimePicker>('md-time-picker', defineMdTimePicker, [
|
|
1622
1701
|
'variant',
|
|
1623
1702
|
'format',
|
|
1624
1703
|
'value',
|
|
@@ -1661,7 +1740,7 @@ export const MdTimePicker = /*@__PURE__*/ defineContainer<JSX.MdTimePicker>('md-
|
|
|
1661
1740
|
]);
|
|
1662
1741
|
|
|
1663
1742
|
|
|
1664
|
-
export const MdToolbar = /*@__PURE__*/ defineContainer<JSX.MdToolbar>('md-toolbar',
|
|
1743
|
+
export const MdToolbar = /*@__PURE__*/ defineContainer<JSX.MdToolbar>('md-toolbar', defineMdToolbar, [
|
|
1665
1744
|
'variant',
|
|
1666
1745
|
'color',
|
|
1667
1746
|
'layout',
|
|
@@ -1673,7 +1752,7 @@ export const MdToolbar = /*@__PURE__*/ defineContainer<JSX.MdToolbar>('md-toolba
|
|
|
1673
1752
|
]);
|
|
1674
1753
|
|
|
1675
1754
|
|
|
1676
|
-
export const MdTooltip = /*@__PURE__*/ defineContainer<JSX.MdTooltip>('md-tooltip',
|
|
1755
|
+
export const MdTooltip = /*@__PURE__*/ defineContainer<JSX.MdTooltip>('md-tooltip', defineMdTooltip, [
|
|
1677
1756
|
'text',
|
|
1678
1757
|
'subhead',
|
|
1679
1758
|
'variant',
|
|
@@ -1691,7 +1770,7 @@ export const MdTooltip = /*@__PURE__*/ defineContainer<JSX.MdTooltip>('md-toolti
|
|
|
1691
1770
|
]);
|
|
1692
1771
|
|
|
1693
1772
|
|
|
1694
|
-
export const MdTransferList = /*@__PURE__*/ defineContainer<JSX.MdTransferList>('md-transfer-list',
|
|
1773
|
+
export const MdTransferList = /*@__PURE__*/ defineContainer<JSX.MdTransferList>('md-transfer-list', defineMdTransferList, [
|
|
1695
1774
|
'items',
|
|
1696
1775
|
'value',
|
|
1697
1776
|
'sourceTitle',
|