@universal-material/web 3.4.2 → 3.5.0
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/button/button-base.d.ts +1 -1
- package/button/button-base.d.ts.map +1 -1
- package/button/button-base.js +1 -1
- package/button/button-base.js.map +1 -1
- package/button/button-base.styles.d.ts.map +1 -1
- package/button/button-base.styles.js +3 -0
- package/button/button-base.styles.js.map +1 -1
- package/button/button.d.ts +5 -11
- package/button/button.d.ts.map +1 -1
- package/button/button.js +29 -20
- package/button/button.js.map +1 -1
- package/button/button.styles.d.ts.map +1 -1
- package/button/button.styles.js +41 -50
- package/button/button.styles.js.map +1 -1
- package/button/fab-menu-color-context.d.ts +5 -0
- package/button/fab-menu-color-context.d.ts.map +1 -0
- package/button/fab-menu-color-context.js +3 -0
- package/button/fab-menu-color-context.js.map +1 -0
- package/button/fab-menu-item.d.ts +23 -0
- package/button/fab-menu-item.d.ts.map +1 -0
- package/button/fab-menu-item.js +70 -0
- package/button/fab-menu-item.js.map +1 -0
- package/button/fab-menu-item.styles.d.ts +2 -0
- package/button/fab-menu-item.styles.d.ts.map +1 -0
- package/button/fab-menu-item.styles.js +82 -0
- package/button/fab-menu-item.styles.js.map +1 -0
- package/button/fab-menu-open-context.d.ts +4 -0
- package/button/fab-menu-open-context.d.ts.map +1 -0
- package/button/fab-menu-open-context.js +3 -0
- package/button/fab-menu-open-context.js.map +1 -0
- package/button/fab-menu.d.ts +26 -0
- package/button/fab-menu.d.ts.map +1 -0
- package/button/fab-menu.js +93 -0
- package/button/fab-menu.js.map +1 -0
- package/button/fab-menu.styles.d.ts +2 -0
- package/button/fab-menu.styles.d.ts.map +1 -0
- package/button/fab-menu.styles.js +145 -0
- package/button/fab-menu.styles.js.map +1 -0
- package/button/fab.d.ts +2 -1
- package/button/fab.d.ts.map +1 -1
- package/button/fab.js +13 -7
- package/button/fab.js.map +1 -1
- package/button/fab.styles.d.ts.map +1 -1
- package/button/fab.styles.js +50 -56
- package/button/fab.styles.js.map +1 -1
- package/button/icon-button.d.ts +3 -2
- package/button/icon-button.d.ts.map +1 -1
- package/button/icon-button.js +12 -4
- package/button/icon-button.js.map +1 -1
- package/button/icon-button.styles.d.ts.map +1 -1
- package/button/icon-button.styles.js +28 -30
- package/button/icon-button.styles.js.map +1 -1
- package/button/toggle-button.d.ts +6 -5
- package/button/toggle-button.d.ts.map +1 -1
- package/button/toggle-button.js +27 -8
- package/button/toggle-button.js.map +1 -1
- package/button/toggle-button.styles.d.ts.map +1 -1
- package/button/toggle-button.styles.js +18 -13
- package/button/toggle-button.styles.js.map +1 -1
- package/chip/chip.d.ts +9 -23
- package/chip/chip.d.ts.map +1 -1
- package/chip/chip.js +60 -60
- package/chip/chip.js.map +1 -1
- package/chip/chip.styles.d.ts.map +1 -1
- package/chip/chip.styles.js +32 -39
- package/chip/chip.styles.js.map +1 -1
- package/custom-elements.json +4289 -3625
- package/index.d.ts +2 -0
- package/index.d.ts.map +1 -1
- package/index.js +2 -0
- package/index.js.map +1 -1
- package/list/list-item.d.ts.map +1 -1
- package/list/list-item.js +13 -9
- package/list/list-item.js.map +1 -1
- package/list/list-item.styles.d.ts.map +1 -1
- package/list/list-item.styles.js +5 -1
- package/list/list-item.styles.js.map +1 -1
- package/menu/menu-item.d.ts +6 -24
- package/menu/menu-item.d.ts.map +1 -1
- package/menu/menu-item.js +22 -44
- package/menu/menu-item.js.map +1 -1
- package/menu/menu-item.styles.d.ts.map +1 -1
- package/menu/menu-item.styles.js +6 -5
- package/menu/menu-item.styles.js.map +1 -1
- package/navigation/drawer-item.d.ts +5 -14
- package/navigation/drawer-item.d.ts.map +1 -1
- package/navigation/drawer-item.js +18 -21
- package/navigation/drawer-item.js.map +1 -1
- package/navigation/drawer-item.styles.d.ts.map +1 -1
- package/navigation/drawer-item.styles.js +8 -7
- package/navigation/drawer-item.styles.js.map +1 -1
- package/package.json +1 -1
- package/select/option.d.ts +1 -1
- package/select/option.d.ts.map +1 -1
- package/select/option.js +1 -1
- package/select/option.js.map +1 -1
- package/shared/base.styles.d.ts.map +1 -1
- package/shared/base.styles.js +1 -0
- package/shared/base.styles.js.map +1 -1
- package/shared/button-wrapper.d.ts +4 -6
- package/shared/button-wrapper.d.ts.map +1 -1
- package/shared/button-wrapper.js +20 -12
- package/shared/button-wrapper.js.map +1 -1
- package/shared/button-wrapper.styles.d.ts.map +1 -1
- package/shared/button-wrapper.styles.js +7 -5
- package/shared/button-wrapper.styles.js.map +1 -1
- package/tab-bar/tab.d.ts +2 -2
- package/tab-bar/tab.d.ts.map +1 -1
- package/tab-bar/tab.js +3 -3
- package/tab-bar/tab.js.map +1 -1
- package/tab-bar/tab.styles.d.ts.map +1 -1
- package/tab-bar/tab.styles.js +4 -1
- package/tab-bar/tab.styles.js.map +1 -1
- package/typeahead/typeahead.styles.d.ts.map +1 -1
- package/typeahead/typeahead.styles.js +1 -4
- package/typeahead/typeahead.styles.js.map +1 -1
- package/vscode.html-custom-data.json +334 -317
|
@@ -66,95 +66,6 @@
|
|
|
66
66
|
],
|
|
67
67
|
"references": []
|
|
68
68
|
},
|
|
69
|
-
{
|
|
70
|
-
"name": "u-badge",
|
|
71
|
-
"description": "\n---\n",
|
|
72
|
-
"attributes": [
|
|
73
|
-
{
|
|
74
|
-
"name": "static",
|
|
75
|
-
"values": []
|
|
76
|
-
}
|
|
77
|
-
],
|
|
78
|
-
"references": []
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"name": "u-button-field",
|
|
82
|
-
"description": "\n---\n",
|
|
83
|
-
"attributes": [
|
|
84
|
-
{
|
|
85
|
-
"name": "value",
|
|
86
|
-
"values": []
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"name": "placeholder",
|
|
90
|
-
"values": []
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"name": "variant",
|
|
94
|
-
"values": [
|
|
95
|
-
{
|
|
96
|
-
"name": "filled"
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"name": "outlined"
|
|
100
|
-
}
|
|
101
|
-
]
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"name": "label",
|
|
105
|
-
"description": "The floating label for the field",
|
|
106
|
-
"values": []
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
"name": "counter",
|
|
110
|
-
"values": []
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"name": "hide-counter",
|
|
114
|
-
"values": []
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
"name": "supporting-text",
|
|
118
|
-
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
119
|
-
"values": []
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
"name": "error-text",
|
|
123
|
-
"description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
|
|
124
|
-
"values": []
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"name": "empty",
|
|
128
|
-
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
129
|
-
"values": []
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
"name": "disabled",
|
|
133
|
-
"values": []
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
"name": "invalid",
|
|
137
|
-
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
138
|
-
"values": []
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"name": "has-leading-icon",
|
|
142
|
-
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
143
|
-
"values": []
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
"name": "has-trailing-icon",
|
|
147
|
-
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
148
|
-
"values": []
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
"name": "has-error-text",
|
|
152
|
-
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
153
|
-
"values": []
|
|
154
|
-
}
|
|
155
|
-
],
|
|
156
|
-
"references": []
|
|
157
|
-
},
|
|
158
69
|
{
|
|
159
70
|
"name": "u-button-set",
|
|
160
71
|
"description": "\n---\n",
|
|
@@ -229,15 +140,6 @@
|
|
|
229
140
|
"name": "trailing-icon",
|
|
230
141
|
"values": []
|
|
231
142
|
},
|
|
232
|
-
{
|
|
233
|
-
"name": "has-icon",
|
|
234
|
-
"description": "Whether the button has icon or not\n\n_Note:_ Readonly",
|
|
235
|
-
"values": []
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
"name": "has-selection-label",
|
|
239
|
-
"values": []
|
|
240
|
-
},
|
|
241
143
|
{
|
|
242
144
|
"name": "toggle",
|
|
243
145
|
"description": "When true, the button will toggle between selected and unselected\nstates",
|
|
@@ -292,7 +194,42 @@
|
|
|
292
194
|
"values": []
|
|
293
195
|
},
|
|
294
196
|
{
|
|
295
|
-
"name": "
|
|
197
|
+
"name": "type",
|
|
198
|
+
"values": []
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"name": "value",
|
|
202
|
+
"values": []
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"name": "disabled",
|
|
206
|
+
"description": "Whether the button is disabled or not.",
|
|
207
|
+
"values": []
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"name": "href",
|
|
211
|
+
"description": "The URL that the link button points to.",
|
|
212
|
+
"values": []
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"name": "target",
|
|
216
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
217
|
+
"values": []
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"name": "name",
|
|
221
|
+
"values": []
|
|
222
|
+
}
|
|
223
|
+
],
|
|
224
|
+
"references": []
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"name": "u-fab-menu-item",
|
|
228
|
+
"description": "\n---\n",
|
|
229
|
+
"attributes": [
|
|
230
|
+
{
|
|
231
|
+
"name": "label",
|
|
232
|
+
"description": "The text to display the FAB menu item.",
|
|
296
233
|
"values": []
|
|
297
234
|
},
|
|
298
235
|
{
|
|
@@ -325,6 +262,54 @@
|
|
|
325
262
|
],
|
|
326
263
|
"references": []
|
|
327
264
|
},
|
|
265
|
+
{
|
|
266
|
+
"name": "u-fab-menu",
|
|
267
|
+
"description": "\n---\n",
|
|
268
|
+
"attributes": [
|
|
269
|
+
{
|
|
270
|
+
"name": "color",
|
|
271
|
+
"description": "The FAB color variant to render.",
|
|
272
|
+
"values": [
|
|
273
|
+
{
|
|
274
|
+
"name": "primary"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"name": "secondary"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"name": "tertiary"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"name": "surface"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"name": "branded"
|
|
287
|
+
}
|
|
288
|
+
]
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"name": "size",
|
|
292
|
+
"description": "The size of the FAB.",
|
|
293
|
+
"values": [
|
|
294
|
+
{
|
|
295
|
+
"name": "small"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"name": "medium"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"name": "large"
|
|
302
|
+
}
|
|
303
|
+
]
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"name": "lowered",
|
|
307
|
+
"description": "Lowers the FAB's elevation.",
|
|
308
|
+
"values": []
|
|
309
|
+
}
|
|
310
|
+
],
|
|
311
|
+
"references": []
|
|
312
|
+
},
|
|
328
313
|
{
|
|
329
314
|
"name": "u-fab",
|
|
330
315
|
"description": "\n---\n",
|
|
@@ -375,10 +360,6 @@
|
|
|
375
360
|
"description": "Lowers the FAB's elevation.",
|
|
376
361
|
"values": []
|
|
377
362
|
},
|
|
378
|
-
{
|
|
379
|
-
"name": "extended",
|
|
380
|
-
"values": []
|
|
381
|
-
},
|
|
382
363
|
{
|
|
383
364
|
"name": "type",
|
|
384
365
|
"values": []
|
|
@@ -497,10 +478,6 @@
|
|
|
497
478
|
"description": "The `aria-label` of the button when the button is toggleable and selected.",
|
|
498
479
|
"values": []
|
|
499
480
|
},
|
|
500
|
-
{
|
|
501
|
-
"name": "has-selection-icon",
|
|
502
|
-
"values": []
|
|
503
|
-
},
|
|
504
481
|
{
|
|
505
482
|
"name": "type",
|
|
506
483
|
"values": []
|
|
@@ -531,6 +508,95 @@
|
|
|
531
508
|
],
|
|
532
509
|
"references": []
|
|
533
510
|
},
|
|
511
|
+
{
|
|
512
|
+
"name": "u-button-field",
|
|
513
|
+
"description": "\n---\n",
|
|
514
|
+
"attributes": [
|
|
515
|
+
{
|
|
516
|
+
"name": "value",
|
|
517
|
+
"values": []
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"name": "placeholder",
|
|
521
|
+
"values": []
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"name": "variant",
|
|
525
|
+
"values": [
|
|
526
|
+
{
|
|
527
|
+
"name": "filled"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"name": "outlined"
|
|
531
|
+
}
|
|
532
|
+
]
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"name": "label",
|
|
536
|
+
"description": "The floating label for the field",
|
|
537
|
+
"values": []
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"name": "counter",
|
|
541
|
+
"values": []
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"name": "hide-counter",
|
|
545
|
+
"values": []
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"name": "supporting-text",
|
|
549
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
550
|
+
"values": []
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"name": "error-text",
|
|
554
|
+
"description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
|
|
555
|
+
"values": []
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"name": "empty",
|
|
559
|
+
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
560
|
+
"values": []
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"name": "disabled",
|
|
564
|
+
"values": []
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"name": "invalid",
|
|
568
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
569
|
+
"values": []
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"name": "has-leading-icon",
|
|
573
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
574
|
+
"values": []
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"name": "has-trailing-icon",
|
|
578
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
579
|
+
"values": []
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"name": "has-error-text",
|
|
583
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
584
|
+
"values": []
|
|
585
|
+
}
|
|
586
|
+
],
|
|
587
|
+
"references": []
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"name": "u-badge",
|
|
591
|
+
"description": "\n---\n",
|
|
592
|
+
"attributes": [
|
|
593
|
+
{
|
|
594
|
+
"name": "static",
|
|
595
|
+
"values": []
|
|
596
|
+
}
|
|
597
|
+
],
|
|
598
|
+
"references": []
|
|
599
|
+
},
|
|
534
600
|
{
|
|
535
601
|
"name": "u-calendar",
|
|
536
602
|
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
@@ -736,21 +802,6 @@
|
|
|
736
802
|
"description": "Hide the selected icon",
|
|
737
803
|
"values": []
|
|
738
804
|
},
|
|
739
|
-
{
|
|
740
|
-
"name": "has-leading-icon",
|
|
741
|
-
"description": "Whether the chip has a leading icon or not\n\n_Note:_ Readonly",
|
|
742
|
-
"values": []
|
|
743
|
-
},
|
|
744
|
-
{
|
|
745
|
-
"name": "has-selected-icon",
|
|
746
|
-
"description": "Whether the chip has a selected icon or not\n\n_Note:_ Readonly",
|
|
747
|
-
"values": []
|
|
748
|
-
},
|
|
749
|
-
{
|
|
750
|
-
"name": "has-trailing-icon",
|
|
751
|
-
"description": "Whether the chip has a trailing icon or not\n\n_Note:_ Readonly",
|
|
752
|
-
"values": []
|
|
753
|
-
},
|
|
754
805
|
{
|
|
755
806
|
"name": "disabled",
|
|
756
807
|
"description": "Whether the button is disabled or not.",
|
|
@@ -773,89 +824,6 @@
|
|
|
773
824
|
],
|
|
774
825
|
"references": []
|
|
775
826
|
},
|
|
776
|
-
{
|
|
777
|
-
"name": "u-chip-field",
|
|
778
|
-
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
779
|
-
"attributes": [
|
|
780
|
-
{
|
|
781
|
-
"name": "name",
|
|
782
|
-
"values": []
|
|
783
|
-
},
|
|
784
|
-
{
|
|
785
|
-
"name": "manual",
|
|
786
|
-
"description": "If true, ignore enter key input",
|
|
787
|
-
"values": []
|
|
788
|
-
},
|
|
789
|
-
{
|
|
790
|
-
"name": "placeholder",
|
|
791
|
-
"values": []
|
|
792
|
-
},
|
|
793
|
-
{
|
|
794
|
-
"name": "variant",
|
|
795
|
-
"values": [
|
|
796
|
-
{
|
|
797
|
-
"name": "filled"
|
|
798
|
-
},
|
|
799
|
-
{
|
|
800
|
-
"name": "outlined"
|
|
801
|
-
}
|
|
802
|
-
]
|
|
803
|
-
},
|
|
804
|
-
{
|
|
805
|
-
"name": "label",
|
|
806
|
-
"description": "The floating label for the field",
|
|
807
|
-
"values": []
|
|
808
|
-
},
|
|
809
|
-
{
|
|
810
|
-
"name": "counter",
|
|
811
|
-
"values": []
|
|
812
|
-
},
|
|
813
|
-
{
|
|
814
|
-
"name": "hide-counter",
|
|
815
|
-
"values": []
|
|
816
|
-
},
|
|
817
|
-
{
|
|
818
|
-
"name": "supporting-text",
|
|
819
|
-
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
820
|
-
"values": []
|
|
821
|
-
},
|
|
822
|
-
{
|
|
823
|
-
"name": "error-text",
|
|
824
|
-
"description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
|
|
825
|
-
"values": []
|
|
826
|
-
},
|
|
827
|
-
{
|
|
828
|
-
"name": "empty",
|
|
829
|
-
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
830
|
-
"values": []
|
|
831
|
-
},
|
|
832
|
-
{
|
|
833
|
-
"name": "disabled",
|
|
834
|
-
"values": []
|
|
835
|
-
},
|
|
836
|
-
{
|
|
837
|
-
"name": "invalid",
|
|
838
|
-
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
839
|
-
"values": []
|
|
840
|
-
},
|
|
841
|
-
{
|
|
842
|
-
"name": "has-leading-icon",
|
|
843
|
-
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
844
|
-
"values": []
|
|
845
|
-
},
|
|
846
|
-
{
|
|
847
|
-
"name": "has-trailing-icon",
|
|
848
|
-
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
849
|
-
"values": []
|
|
850
|
-
},
|
|
851
|
-
{
|
|
852
|
-
"name": "has-error-text",
|
|
853
|
-
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
854
|
-
"values": []
|
|
855
|
-
}
|
|
856
|
-
],
|
|
857
|
-
"references": []
|
|
858
|
-
},
|
|
859
827
|
{
|
|
860
828
|
"name": "u-dialog",
|
|
861
829
|
"description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
|
|
@@ -878,11 +846,20 @@
|
|
|
878
846
|
"references": []
|
|
879
847
|
},
|
|
880
848
|
{
|
|
881
|
-
"name": "u-field",
|
|
882
|
-
"description": "\n---\n",
|
|
849
|
+
"name": "u-chip-field",
|
|
850
|
+
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
883
851
|
"attributes": [
|
|
884
852
|
{
|
|
885
|
-
"name": "
|
|
853
|
+
"name": "name",
|
|
854
|
+
"values": []
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
"name": "manual",
|
|
858
|
+
"description": "If true, ignore enter key input",
|
|
859
|
+
"values": []
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"name": "placeholder",
|
|
886
863
|
"values": []
|
|
887
864
|
},
|
|
888
865
|
{
|
|
@@ -958,120 +935,95 @@
|
|
|
958
935
|
"references": []
|
|
959
936
|
},
|
|
960
937
|
{
|
|
961
|
-
"name": "u-
|
|
962
|
-
"description": "\n---\n",
|
|
963
|
-
"attributes": [],
|
|
964
|
-
"references": []
|
|
965
|
-
},
|
|
966
|
-
{
|
|
967
|
-
"name": "u-list-item",
|
|
938
|
+
"name": "u-field",
|
|
968
939
|
"description": "\n---\n",
|
|
969
940
|
"attributes": [
|
|
970
941
|
{
|
|
971
|
-
"name": "
|
|
942
|
+
"name": "autoEmpty",
|
|
972
943
|
"values": []
|
|
973
|
-
}
|
|
974
|
-
],
|
|
975
|
-
"references": []
|
|
976
|
-
},
|
|
977
|
-
{
|
|
978
|
-
"name": "u-list",
|
|
979
|
-
"description": "\n---\n",
|
|
980
|
-
"attributes": [],
|
|
981
|
-
"references": []
|
|
982
|
-
},
|
|
983
|
-
{
|
|
984
|
-
"name": "u-drawer-headline",
|
|
985
|
-
"description": "\n---\n",
|
|
986
|
-
"attributes": [],
|
|
987
|
-
"references": []
|
|
988
|
-
},
|
|
989
|
-
{
|
|
990
|
-
"name": "u-drawer-item",
|
|
991
|
-
"description": "\n---\n",
|
|
992
|
-
"attributes": [
|
|
944
|
+
},
|
|
993
945
|
{
|
|
994
|
-
"name": "
|
|
995
|
-
"
|
|
946
|
+
"name": "variant",
|
|
947
|
+
"values": [
|
|
948
|
+
{
|
|
949
|
+
"name": "filled"
|
|
950
|
+
},
|
|
951
|
+
{
|
|
952
|
+
"name": "outlined"
|
|
953
|
+
}
|
|
954
|
+
]
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
"name": "label",
|
|
958
|
+
"description": "The floating label for the field",
|
|
996
959
|
"values": []
|
|
997
960
|
},
|
|
998
961
|
{
|
|
999
|
-
"name": "
|
|
1000
|
-
"description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
|
|
962
|
+
"name": "counter",
|
|
1001
963
|
"values": []
|
|
1002
964
|
},
|
|
1003
965
|
{
|
|
1004
|
-
"name": "
|
|
1005
|
-
"description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
|
|
966
|
+
"name": "hide-counter",
|
|
1006
967
|
"values": []
|
|
1007
968
|
},
|
|
1008
969
|
{
|
|
1009
|
-
"name": "
|
|
1010
|
-
"description": "
|
|
970
|
+
"name": "supporting-text",
|
|
971
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
972
|
+
"values": []
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"name": "error-text",
|
|
976
|
+
"description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
|
|
977
|
+
"values": []
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
"name": "empty",
|
|
981
|
+
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
1011
982
|
"values": []
|
|
1012
983
|
},
|
|
1013
984
|
{
|
|
1014
985
|
"name": "disabled",
|
|
1015
|
-
"description": "Whether the button is disabled or not.",
|
|
1016
986
|
"values": []
|
|
1017
987
|
},
|
|
1018
988
|
{
|
|
1019
|
-
"name": "
|
|
1020
|
-
"description": "
|
|
989
|
+
"name": "invalid",
|
|
990
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
1021
991
|
"values": []
|
|
1022
992
|
},
|
|
1023
993
|
{
|
|
1024
|
-
"name": "
|
|
1025
|
-
"description": "
|
|
994
|
+
"name": "has-leading-icon",
|
|
995
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
1026
996
|
"values": []
|
|
1027
997
|
},
|
|
1028
998
|
{
|
|
1029
|
-
"name": "
|
|
999
|
+
"name": "has-trailing-icon",
|
|
1000
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
1001
|
+
"values": []
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
"name": "has-error-text",
|
|
1005
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
1030
1006
|
"values": []
|
|
1031
1007
|
}
|
|
1032
1008
|
],
|
|
1033
1009
|
"references": []
|
|
1034
1010
|
},
|
|
1035
1011
|
{
|
|
1036
|
-
"name": "u-
|
|
1012
|
+
"name": "u-icon",
|
|
1037
1013
|
"description": "\n---\n",
|
|
1038
1014
|
"attributes": [],
|
|
1039
1015
|
"references": []
|
|
1040
1016
|
},
|
|
1041
|
-
{
|
|
1042
|
-
"name": "u-side-navigation",
|
|
1043
|
-
"description": "\n---\n",
|
|
1044
|
-
"attributes": [
|
|
1045
|
-
{
|
|
1046
|
-
"name": "toggle-drawer",
|
|
1047
|
-
"description": "Toggle the navigation drawer visibility\n\n_Modal drawer_: Open if `true`, closed if `false`\n_Standard drawer_: Collapsed if `true`, visible if `false`",
|
|
1048
|
-
"values": []
|
|
1049
|
-
}
|
|
1050
|
-
],
|
|
1051
|
-
"references": []
|
|
1052
|
-
},
|
|
1053
1017
|
{
|
|
1054
1018
|
"name": "u-menu-item",
|
|
1055
1019
|
"description": "\n---\n",
|
|
1056
1020
|
"attributes": [
|
|
1057
1021
|
{
|
|
1058
1022
|
"name": "active",
|
|
1059
|
-
"description": "Force show focus ring",
|
|
1060
|
-
"values": []
|
|
1061
|
-
},
|
|
1062
|
-
{
|
|
1063
|
-
"name": "has-leading-icon",
|
|
1064
|
-
"description": "Whether the menu item has leading icon or not\n\n_Note:_ Readonly",
|
|
1065
|
-
"values": []
|
|
1066
|
-
},
|
|
1067
|
-
{
|
|
1068
|
-
"name": "has-trailing-icon",
|
|
1069
|
-
"description": "Whether the menu item has trailing icon or not\n\n_Note:_ Readonly",
|
|
1070
1023
|
"values": []
|
|
1071
1024
|
},
|
|
1072
1025
|
{
|
|
1073
1026
|
"name": "has-badge",
|
|
1074
|
-
"description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
|
|
1075
1027
|
"values": []
|
|
1076
1028
|
},
|
|
1077
1029
|
{
|
|
@@ -1178,6 +1130,83 @@
|
|
|
1178
1130
|
],
|
|
1179
1131
|
"references": []
|
|
1180
1132
|
},
|
|
1133
|
+
{
|
|
1134
|
+
"name": "u-list-item",
|
|
1135
|
+
"description": "\n---\n",
|
|
1136
|
+
"attributes": [
|
|
1137
|
+
{
|
|
1138
|
+
"name": "selectable",
|
|
1139
|
+
"values": []
|
|
1140
|
+
}
|
|
1141
|
+
],
|
|
1142
|
+
"references": []
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"name": "u-list",
|
|
1146
|
+
"description": "\n---\n",
|
|
1147
|
+
"attributes": [],
|
|
1148
|
+
"references": []
|
|
1149
|
+
},
|
|
1150
|
+
{
|
|
1151
|
+
"name": "u-drawer-headline",
|
|
1152
|
+
"description": "\n---\n",
|
|
1153
|
+
"attributes": [],
|
|
1154
|
+
"references": []
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
"name": "u-drawer-item",
|
|
1158
|
+
"description": "\n---\n",
|
|
1159
|
+
"attributes": [
|
|
1160
|
+
{
|
|
1161
|
+
"name": "active",
|
|
1162
|
+
"description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
|
|
1163
|
+
"values": []
|
|
1164
|
+
},
|
|
1165
|
+
{
|
|
1166
|
+
"name": "keep-drawer-open",
|
|
1167
|
+
"description": "If true, it will not attempt to close de navigation drawer on click",
|
|
1168
|
+
"values": []
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
"name": "disabled",
|
|
1172
|
+
"description": "Whether the button is disabled or not.",
|
|
1173
|
+
"values": []
|
|
1174
|
+
},
|
|
1175
|
+
{
|
|
1176
|
+
"name": "href",
|
|
1177
|
+
"description": "The URL that the link button points to.",
|
|
1178
|
+
"values": []
|
|
1179
|
+
},
|
|
1180
|
+
{
|
|
1181
|
+
"name": "target",
|
|
1182
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1183
|
+
"values": []
|
|
1184
|
+
},
|
|
1185
|
+
{
|
|
1186
|
+
"name": "name",
|
|
1187
|
+
"values": []
|
|
1188
|
+
}
|
|
1189
|
+
],
|
|
1190
|
+
"references": []
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
"name": "u-drawer",
|
|
1194
|
+
"description": "\n---\n",
|
|
1195
|
+
"attributes": [],
|
|
1196
|
+
"references": []
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
"name": "u-side-navigation",
|
|
1200
|
+
"description": "\n---\n",
|
|
1201
|
+
"attributes": [
|
|
1202
|
+
{
|
|
1203
|
+
"name": "toggle-drawer",
|
|
1204
|
+
"description": "Toggle the navigation drawer visibility\n\n_Modal drawer_: Open if `true`, closed if `false`\n_Standard drawer_: Collapsed if `true`, visible if `false`",
|
|
1205
|
+
"values": []
|
|
1206
|
+
}
|
|
1207
|
+
],
|
|
1208
|
+
"references": []
|
|
1209
|
+
},
|
|
1181
1210
|
{
|
|
1182
1211
|
"name": "u-overflow-menu-item",
|
|
1183
1212
|
"description": "\n---\n",
|
|
@@ -1229,6 +1258,18 @@
|
|
|
1229
1258
|
],
|
|
1230
1259
|
"references": []
|
|
1231
1260
|
},
|
|
1261
|
+
{
|
|
1262
|
+
"name": "u-ripple",
|
|
1263
|
+
"description": "\n---\n",
|
|
1264
|
+
"attributes": [
|
|
1265
|
+
{
|
|
1266
|
+
"name": "disabled",
|
|
1267
|
+
"description": "Disables the ripple.",
|
|
1268
|
+
"values": []
|
|
1269
|
+
}
|
|
1270
|
+
],
|
|
1271
|
+
"references": []
|
|
1272
|
+
},
|
|
1232
1273
|
{
|
|
1233
1274
|
"name": "u-radio-list-item",
|
|
1234
1275
|
"description": "\n---\n",
|
|
@@ -1289,18 +1330,6 @@
|
|
|
1289
1330
|
],
|
|
1290
1331
|
"references": []
|
|
1291
1332
|
},
|
|
1292
|
-
{
|
|
1293
|
-
"name": "u-ripple",
|
|
1294
|
-
"description": "\n---\n",
|
|
1295
|
-
"attributes": [
|
|
1296
|
-
{
|
|
1297
|
-
"name": "disabled",
|
|
1298
|
-
"description": "Disables the ripple.",
|
|
1299
|
-
"values": []
|
|
1300
|
-
}
|
|
1301
|
-
],
|
|
1302
|
-
"references": []
|
|
1303
|
-
},
|
|
1304
1333
|
{
|
|
1305
1334
|
"name": "u-search",
|
|
1306
1335
|
"description": "\n---\n",
|
|
@@ -1426,22 +1455,10 @@
|
|
|
1426
1455
|
},
|
|
1427
1456
|
{
|
|
1428
1457
|
"name": "active",
|
|
1429
|
-
"description": "Force show focus ring",
|
|
1430
|
-
"values": []
|
|
1431
|
-
},
|
|
1432
|
-
{
|
|
1433
|
-
"name": "has-leading-icon",
|
|
1434
|
-
"description": "Whether the menu item has leading icon or not\n\n_Note:_ Readonly",
|
|
1435
|
-
"values": []
|
|
1436
|
-
},
|
|
1437
|
-
{
|
|
1438
|
-
"name": "has-trailing-icon",
|
|
1439
|
-
"description": "Whether the menu item has trailing icon or not\n\n_Note:_ Readonly",
|
|
1440
1458
|
"values": []
|
|
1441
1459
|
},
|
|
1442
1460
|
{
|
|
1443
1461
|
"name": "has-badge",
|
|
1444
|
-
"description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
|
|
1445
1462
|
"values": []
|
|
1446
1463
|
},
|
|
1447
1464
|
{
|
|
@@ -1552,37 +1569,32 @@
|
|
|
1552
1569
|
"references": []
|
|
1553
1570
|
},
|
|
1554
1571
|
{
|
|
1555
|
-
"name": "u-
|
|
1572
|
+
"name": "u-snackbar",
|
|
1556
1573
|
"description": "\n---\n",
|
|
1557
1574
|
"attributes": [
|
|
1558
1575
|
{
|
|
1559
|
-
"name": "
|
|
1560
|
-
"values": []
|
|
1561
|
-
},
|
|
1562
|
-
{
|
|
1563
|
-
"name": "name",
|
|
1564
|
-
"values": []
|
|
1565
|
-
},
|
|
1566
|
-
{
|
|
1567
|
-
"name": "disabled",
|
|
1576
|
+
"name": "message",
|
|
1568
1577
|
"values": []
|
|
1569
1578
|
},
|
|
1570
1579
|
{
|
|
1571
|
-
"name": "
|
|
1572
|
-
"description": "The element value to use in form submission when checked.",
|
|
1580
|
+
"name": "action",
|
|
1573
1581
|
"values": []
|
|
1574
1582
|
},
|
|
1575
1583
|
{
|
|
1576
|
-
"name": "
|
|
1584
|
+
"name": "show-close",
|
|
1577
1585
|
"values": []
|
|
1578
1586
|
}
|
|
1579
1587
|
],
|
|
1580
1588
|
"references": []
|
|
1581
1589
|
},
|
|
1582
1590
|
{
|
|
1583
|
-
"name": "u-switch",
|
|
1591
|
+
"name": "u-switch-list-item",
|
|
1584
1592
|
"description": "\n---\n",
|
|
1585
1593
|
"attributes": [
|
|
1594
|
+
{
|
|
1595
|
+
"name": "leading",
|
|
1596
|
+
"values": []
|
|
1597
|
+
},
|
|
1586
1598
|
{
|
|
1587
1599
|
"name": "name",
|
|
1588
1600
|
"values": []
|
|
@@ -1604,19 +1616,24 @@
|
|
|
1604
1616
|
"references": []
|
|
1605
1617
|
},
|
|
1606
1618
|
{
|
|
1607
|
-
"name": "u-
|
|
1619
|
+
"name": "u-switch",
|
|
1608
1620
|
"description": "\n---\n",
|
|
1609
1621
|
"attributes": [
|
|
1610
1622
|
{
|
|
1611
|
-
"name": "
|
|
1623
|
+
"name": "name",
|
|
1612
1624
|
"values": []
|
|
1613
1625
|
},
|
|
1614
1626
|
{
|
|
1615
|
-
"name": "
|
|
1627
|
+
"name": "disabled",
|
|
1616
1628
|
"values": []
|
|
1617
1629
|
},
|
|
1618
1630
|
{
|
|
1619
|
-
"name": "
|
|
1631
|
+
"name": "value",
|
|
1632
|
+
"description": "The element value to use in form submission when checked.",
|
|
1633
|
+
"values": []
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
"name": "checked",
|
|
1620
1637
|
"values": []
|
|
1621
1638
|
}
|
|
1622
1639
|
],
|