@mcp-b/web-components 0.2.6 → 0.2.8
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/date/date.d.ts +1 -1
- package/dist/components/index.d.ts +1 -1
- package/dist/{date-6M6wfa8L.d.ts → date-DtaTBM71.d.ts} +1 -1
- package/dist/docs/custom-elements.json +558 -171
- package/dist/index.d.ts +1 -1
- package/dist/types/custom-element-jsx.d.ts +14 -0
- package/package.json +21 -21
|
@@ -944,7 +944,10 @@
|
|
|
944
944
|
"default": "\"normal\"",
|
|
945
945
|
"description": "Determines the badges's variant.",
|
|
946
946
|
"attribute": "variant",
|
|
947
|
-
"reflects": true
|
|
947
|
+
"reflects": true,
|
|
948
|
+
"parsedType": {
|
|
949
|
+
"text": "'outline' | 'normal'"
|
|
950
|
+
}
|
|
948
951
|
}
|
|
949
952
|
],
|
|
950
953
|
"attributes": [
|
|
@@ -975,7 +978,10 @@
|
|
|
975
978
|
},
|
|
976
979
|
"default": "\"normal\"",
|
|
977
980
|
"description": "Determines the badges's variant.",
|
|
978
|
-
"fieldName": "variant"
|
|
981
|
+
"fieldName": "variant",
|
|
982
|
+
"parsedType": {
|
|
983
|
+
"text": "'outline' | 'normal'"
|
|
984
|
+
}
|
|
979
985
|
}
|
|
980
986
|
],
|
|
981
987
|
"superclass": {
|
|
@@ -1503,7 +1509,10 @@
|
|
|
1503
1509
|
"text": "boolean | undefined"
|
|
1504
1510
|
},
|
|
1505
1511
|
"description": "Overrides the containing form's `novalidate` attribute.",
|
|
1506
|
-
"attribute": "formnovalidate"
|
|
1512
|
+
"attribute": "formnovalidate",
|
|
1513
|
+
"parsedType": {
|
|
1514
|
+
"text": "false | true | undefined"
|
|
1515
|
+
}
|
|
1507
1516
|
},
|
|
1508
1517
|
{
|
|
1509
1518
|
"kind": "field",
|
|
@@ -1514,7 +1523,7 @@
|
|
|
1514
1523
|
"description": "Overrides the containing form's `target` attribute.\n\n`string & {}` keeps the four browsing-context keywords in autocomplete\nwhile still accepting an arbitrary frame name; a bare `| string` would\nabsorb the literals and offer no suggestions at all.",
|
|
1515
1524
|
"attribute": "formtarget",
|
|
1516
1525
|
"parsedType": {
|
|
1517
|
-
"text": "'
|
|
1526
|
+
"text": "'_blank' | '_parent' | '_self' | '_top' | string & { } | undefined"
|
|
1518
1527
|
}
|
|
1519
1528
|
},
|
|
1520
1529
|
{
|
|
@@ -1708,7 +1717,10 @@
|
|
|
1708
1717
|
"default": "\"normal\"",
|
|
1709
1718
|
"description": "Determines the button's variant.",
|
|
1710
1719
|
"attribute": "variant",
|
|
1711
|
-
"reflects": true
|
|
1720
|
+
"reflects": true,
|
|
1721
|
+
"parsedType": {
|
|
1722
|
+
"text": "'outline' | 'normal' | 'surface' | 'ghost' | 'link'"
|
|
1723
|
+
}
|
|
1712
1724
|
},
|
|
1713
1725
|
{
|
|
1714
1726
|
"kind": "field",
|
|
@@ -1804,7 +1816,10 @@
|
|
|
1804
1816
|
"text": "boolean | undefined"
|
|
1805
1817
|
},
|
|
1806
1818
|
"description": "Overrides the containing form's `novalidate` attribute.",
|
|
1807
|
-
"fieldName": "formNoValidate"
|
|
1819
|
+
"fieldName": "formNoValidate",
|
|
1820
|
+
"parsedType": {
|
|
1821
|
+
"text": "false | true | undefined"
|
|
1822
|
+
}
|
|
1808
1823
|
},
|
|
1809
1824
|
{
|
|
1810
1825
|
"name": "formtarget",
|
|
@@ -1814,7 +1829,7 @@
|
|
|
1814
1829
|
"description": "Overrides the containing form's `target` attribute.\n\n`string & {}` keeps the four browsing-context keywords in autocomplete\nwhile still accepting an arbitrary frame name; a bare `| string` would\nabsorb the literals and offer no suggestions at all.",
|
|
1815
1830
|
"fieldName": "formTarget",
|
|
1816
1831
|
"parsedType": {
|
|
1817
|
-
"text": "'
|
|
1832
|
+
"text": "'_blank' | '_parent' | '_self' | '_top' | string & { } | undefined"
|
|
1818
1833
|
}
|
|
1819
1834
|
},
|
|
1820
1835
|
{
|
|
@@ -1917,7 +1932,10 @@
|
|
|
1917
1932
|
},
|
|
1918
1933
|
"default": "\"normal\"",
|
|
1919
1934
|
"description": "Determines the button's variant.",
|
|
1920
|
-
"fieldName": "variant"
|
|
1935
|
+
"fieldName": "variant",
|
|
1936
|
+
"parsedType": {
|
|
1937
|
+
"text": "'outline' | 'normal' | 'surface' | 'ghost' | 'link'"
|
|
1938
|
+
}
|
|
1921
1939
|
},
|
|
1922
1940
|
{
|
|
1923
1941
|
"name": "with-caret",
|
|
@@ -2677,7 +2695,10 @@
|
|
|
2677
2695
|
]
|
|
2678
2696
|
},
|
|
2679
2697
|
"privacy": "private",
|
|
2680
|
-
"default": "null"
|
|
2698
|
+
"default": "null",
|
|
2699
|
+
"parsedType": {
|
|
2700
|
+
"text": "null | { disconnect: { }, observe: { }, unobserve: { } }"
|
|
2701
|
+
}
|
|
2681
2702
|
},
|
|
2682
2703
|
{
|
|
2683
2704
|
"kind": "method",
|
|
@@ -3686,7 +3707,10 @@
|
|
|
3686
3707
|
"type": {
|
|
3687
3708
|
"text": "ReturnType<typeof autoUpdate> | undefined"
|
|
3688
3709
|
},
|
|
3689
|
-
"privacy": "private"
|
|
3710
|
+
"privacy": "private",
|
|
3711
|
+
"parsedType": {
|
|
3712
|
+
"text": "{ } | undefined"
|
|
3713
|
+
}
|
|
3690
3714
|
},
|
|
3691
3715
|
{
|
|
3692
3716
|
"kind": "field",
|
|
@@ -3740,7 +3764,10 @@
|
|
|
3740
3764
|
"text": "\"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"search\" | \"send\""
|
|
3741
3765
|
},
|
|
3742
3766
|
"description": "Sets the enter key label on virtual keyboards.",
|
|
3743
|
-
"attribute": "enterkeyhint"
|
|
3767
|
+
"attribute": "enterkeyhint",
|
|
3768
|
+
"parsedType": {
|
|
3769
|
+
"text": "'search' | 'enter' | 'done' | 'go' | 'next' | 'previous' | 'send'"
|
|
3770
|
+
}
|
|
3744
3771
|
},
|
|
3745
3772
|
{
|
|
3746
3773
|
"kind": "method",
|
|
@@ -3949,7 +3976,7 @@
|
|
|
3949
3976
|
"description": "Provides the browser with a hint about the type of data that might be entered by the user, allowing the appropriate\nvirtual keyboard to be displayed on supported devices.",
|
|
3950
3977
|
"attribute": "inputmode",
|
|
3951
3978
|
"parsedType": {
|
|
3952
|
-
"text": "'none' | '
|
|
3979
|
+
"text": "'none' | 'email' | 'search' | 'tel' | 'text' | 'url' | 'decimal' | 'numeric'"
|
|
3953
3980
|
}
|
|
3954
3981
|
},
|
|
3955
3982
|
{
|
|
@@ -4043,7 +4070,7 @@
|
|
|
4043
4070
|
"attribute": "placement",
|
|
4044
4071
|
"reflects": true,
|
|
4045
4072
|
"parsedType": {
|
|
4046
|
-
"text": "'top' | '
|
|
4073
|
+
"text": "'top' | 'bottom' | 'right' | 'left' | 'top-start' | 'top-end' | 'bottom-start' | 'bottom-end' | 'right-start' | 'right-end' | 'left-start' | 'left-end'"
|
|
4047
4074
|
}
|
|
4048
4075
|
},
|
|
4049
4076
|
{
|
|
@@ -4238,7 +4265,10 @@
|
|
|
4238
4265
|
"default": "\"normal\"",
|
|
4239
4266
|
"description": "The type of color input to render.",
|
|
4240
4267
|
"attribute": "variant",
|
|
4241
|
-
"reflects": true
|
|
4268
|
+
"reflects": true,
|
|
4269
|
+
"parsedType": {
|
|
4270
|
+
"text": "'normal' | 'unstyled' | 'filled'"
|
|
4271
|
+
}
|
|
4242
4272
|
},
|
|
4243
4273
|
{
|
|
4244
4274
|
"kind": "field",
|
|
@@ -4365,7 +4395,10 @@
|
|
|
4365
4395
|
"text": "\"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"search\" | \"send\""
|
|
4366
4396
|
},
|
|
4367
4397
|
"description": "Sets the enter key label on virtual keyboards.",
|
|
4368
|
-
"fieldName": "enterkeyhint"
|
|
4398
|
+
"fieldName": "enterkeyhint",
|
|
4399
|
+
"parsedType": {
|
|
4400
|
+
"text": "'search' | 'enter' | 'done' | 'go' | 'next' | 'previous' | 'send'"
|
|
4401
|
+
}
|
|
4369
4402
|
},
|
|
4370
4403
|
{
|
|
4371
4404
|
"name": "form",
|
|
@@ -4392,7 +4425,7 @@
|
|
|
4392
4425
|
"description": "Provides the browser with a hint about the type of data that might be entered by the user, allowing the appropriate\nvirtual keyboard to be displayed on supported devices.",
|
|
4393
4426
|
"fieldName": "inputmode",
|
|
4394
4427
|
"parsedType": {
|
|
4395
|
-
"text": "'none' | '
|
|
4428
|
+
"text": "'none' | 'email' | 'search' | 'tel' | 'text' | 'url' | 'decimal' | 'numeric'"
|
|
4396
4429
|
}
|
|
4397
4430
|
},
|
|
4398
4431
|
{
|
|
@@ -4446,7 +4479,7 @@
|
|
|
4446
4479
|
"description": "The placement of the dropdown menu in reference to the trigger. The menu will shift to a more optimal location if\nthe preferred placement doesn't have enough room.",
|
|
4447
4480
|
"fieldName": "placement",
|
|
4448
4481
|
"parsedType": {
|
|
4449
|
-
"text": "'top' | '
|
|
4482
|
+
"text": "'top' | 'bottom' | 'right' | 'left' | 'top-start' | 'top-end' | 'bottom-start' | 'bottom-end' | 'right-start' | 'right-end' | 'left-start' | 'left-end'"
|
|
4450
4483
|
}
|
|
4451
4484
|
},
|
|
4452
4485
|
{
|
|
@@ -4501,7 +4534,10 @@
|
|
|
4501
4534
|
},
|
|
4502
4535
|
"default": "\"normal\"",
|
|
4503
4536
|
"description": "The type of color input to render.",
|
|
4504
|
-
"fieldName": "variant"
|
|
4537
|
+
"fieldName": "variant",
|
|
4538
|
+
"parsedType": {
|
|
4539
|
+
"text": "'normal' | 'unstyled' | 'filled'"
|
|
4540
|
+
}
|
|
4505
4541
|
},
|
|
4506
4542
|
{
|
|
4507
4543
|
"name": "with-alpha",
|
|
@@ -5754,7 +5790,10 @@
|
|
|
5754
5790
|
]
|
|
5755
5791
|
},
|
|
5756
5792
|
"privacy": "private",
|
|
5757
|
-
"default": "null"
|
|
5793
|
+
"default": "null",
|
|
5794
|
+
"parsedType": {
|
|
5795
|
+
"text": "null | SigveloComboboxItem"
|
|
5796
|
+
}
|
|
5758
5797
|
},
|
|
5759
5798
|
{
|
|
5760
5799
|
"kind": "method",
|
|
@@ -5817,7 +5856,10 @@
|
|
|
5817
5856
|
"type": {
|
|
5818
5857
|
"text": "ReturnType<typeof autoUpdate> | undefined"
|
|
5819
5858
|
},
|
|
5820
|
-
"privacy": "private"
|
|
5859
|
+
"privacy": "private",
|
|
5860
|
+
"parsedType": {
|
|
5861
|
+
"text": "{ } | undefined"
|
|
5862
|
+
}
|
|
5821
5863
|
},
|
|
5822
5864
|
{
|
|
5823
5865
|
"kind": "method",
|
|
@@ -6223,7 +6265,10 @@
|
|
|
6223
6265
|
"type": {
|
|
6224
6266
|
"text": "ReturnType<typeof setTimeout> | undefined"
|
|
6225
6267
|
},
|
|
6226
|
-
"privacy": "private"
|
|
6268
|
+
"privacy": "private",
|
|
6269
|
+
"parsedType": {
|
|
6270
|
+
"text": "{ close: { }, hasRef: { }, ref: { }, refresh: { }, unref: { }, _onTimeout: { }, __@toPrimitive@867: { }, __@dispose@869: { } } | undefined"
|
|
6271
|
+
}
|
|
6227
6272
|
},
|
|
6228
6273
|
{
|
|
6229
6274
|
"kind": "field",
|
|
@@ -6271,7 +6316,10 @@
|
|
|
6271
6316
|
"type": {
|
|
6272
6317
|
"text": "ReturnType<typeof setTimeout> | undefined"
|
|
6273
6318
|
},
|
|
6274
|
-
"privacy": "private"
|
|
6319
|
+
"privacy": "private",
|
|
6320
|
+
"parsedType": {
|
|
6321
|
+
"text": "{ close: { }, hasRef: { }, ref: { }, refresh: { }, unref: { }, _onTimeout: { }, __@toPrimitive@867: { }, __@dispose@869: { } } | undefined"
|
|
6322
|
+
}
|
|
6275
6323
|
},
|
|
6276
6324
|
{
|
|
6277
6325
|
"kind": "field",
|
|
@@ -6339,7 +6387,7 @@
|
|
|
6339
6387
|
"description": "The dropdown's placement relative to the input.",
|
|
6340
6388
|
"attribute": "placement",
|
|
6341
6389
|
"parsedType": {
|
|
6342
|
-
"text": "'top' | '
|
|
6390
|
+
"text": "'top' | 'bottom' | 'top-start' | 'top-end' | 'bottom-start' | 'bottom-end'"
|
|
6343
6391
|
}
|
|
6344
6392
|
},
|
|
6345
6393
|
{
|
|
@@ -6528,7 +6576,10 @@
|
|
|
6528
6576
|
"default": "\"normal\"",
|
|
6529
6577
|
"description": "The visual variant of the combobox.",
|
|
6530
6578
|
"attribute": "variant",
|
|
6531
|
-
"reflects": true
|
|
6579
|
+
"reflects": true,
|
|
6580
|
+
"parsedType": {
|
|
6581
|
+
"text": "'normal' | 'unstyled' | 'filled'"
|
|
6582
|
+
}
|
|
6532
6583
|
},
|
|
6533
6584
|
{
|
|
6534
6585
|
"kind": "field",
|
|
@@ -6680,7 +6731,7 @@
|
|
|
6680
6731
|
"description": "The dropdown's placement relative to the input.",
|
|
6681
6732
|
"fieldName": "placement",
|
|
6682
6733
|
"parsedType": {
|
|
6683
|
-
"text": "'top' | '
|
|
6734
|
+
"text": "'top' | 'bottom' | 'top-start' | 'top-end' | 'bottom-start' | 'bottom-end'"
|
|
6684
6735
|
}
|
|
6685
6736
|
},
|
|
6686
6737
|
{
|
|
@@ -6717,7 +6768,10 @@
|
|
|
6717
6768
|
},
|
|
6718
6769
|
"default": "\"normal\"",
|
|
6719
6770
|
"description": "The visual variant of the combobox.",
|
|
6720
|
-
"fieldName": "variant"
|
|
6771
|
+
"fieldName": "variant",
|
|
6772
|
+
"parsedType": {
|
|
6773
|
+
"text": "'normal' | 'unstyled' | 'filled'"
|
|
6774
|
+
}
|
|
6721
6775
|
},
|
|
6722
6776
|
{
|
|
6723
6777
|
"name": "with-clear",
|
|
@@ -6890,7 +6944,10 @@
|
|
|
6890
6944
|
}
|
|
6891
6945
|
]
|
|
6892
6946
|
},
|
|
6893
|
-
"privacy": "private"
|
|
6947
|
+
"privacy": "private",
|
|
6948
|
+
"parsedType": {
|
|
6949
|
+
"text": "{ element: Element, isActive: boolean, isDragging: boolean, options: { start: { }, move: { }, stop: { } }, handleDragStart: { }, handleDragStop: { }, handleDragMove: { }, start: { }, stop: { }, toggle: { } } | undefined"
|
|
6950
|
+
}
|
|
6894
6951
|
},
|
|
6895
6952
|
{
|
|
6896
6953
|
"kind": "field",
|
|
@@ -7141,7 +7198,10 @@
|
|
|
7141
7198
|
},
|
|
7142
7199
|
"default": "\"\"",
|
|
7143
7200
|
"description": "The text content that will be copied to the clipboard.",
|
|
7144
|
-
"attribute": "data"
|
|
7201
|
+
"attribute": "data",
|
|
7202
|
+
"parsedType": {
|
|
7203
|
+
"text": "string | { types: string[], getType: { } }[]"
|
|
7204
|
+
}
|
|
7145
7205
|
},
|
|
7146
7206
|
{
|
|
7147
7207
|
"kind": "field",
|
|
@@ -7181,7 +7241,7 @@
|
|
|
7181
7241
|
"attribute": "feedback-placement",
|
|
7182
7242
|
"reflects": true,
|
|
7183
7243
|
"parsedType": {
|
|
7184
|
-
"text": "'top' | '
|
|
7244
|
+
"text": "'top' | 'bottom' | 'right' | 'left' | 'hidden'"
|
|
7185
7245
|
}
|
|
7186
7246
|
},
|
|
7187
7247
|
{
|
|
@@ -7252,7 +7312,10 @@
|
|
|
7252
7312
|
},
|
|
7253
7313
|
"default": "\"\"",
|
|
7254
7314
|
"description": "The text content that will be copied to the clipboard.",
|
|
7255
|
-
"fieldName": "data"
|
|
7315
|
+
"fieldName": "data",
|
|
7316
|
+
"parsedType": {
|
|
7317
|
+
"text": "string | { types: string[], getType: { } }[]"
|
|
7318
|
+
}
|
|
7256
7319
|
},
|
|
7257
7320
|
{
|
|
7258
7321
|
"name": "disabled",
|
|
@@ -7272,7 +7335,7 @@
|
|
|
7272
7335
|
"description": "The placement of the feedback animation.",
|
|
7273
7336
|
"fieldName": "feedbackPlacement",
|
|
7274
7337
|
"parsedType": {
|
|
7275
|
-
"text": "'top' | '
|
|
7338
|
+
"text": "'top' | 'bottom' | 'right' | 'left' | 'hidden'"
|
|
7276
7339
|
}
|
|
7277
7340
|
}
|
|
7278
7341
|
],
|
|
@@ -7685,7 +7748,10 @@
|
|
|
7685
7748
|
},
|
|
7686
7749
|
"default": "new Date()",
|
|
7687
7750
|
"description": "The date to format. If an attribute is passed, the date should be an [ISO 8601 string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString).\nIf set as a property, a `Date` object can be used instead. If unset, the current date will be assumed.",
|
|
7688
|
-
"attribute": "date"
|
|
7751
|
+
"attribute": "date",
|
|
7752
|
+
"parsedType": {
|
|
7753
|
+
"text": "string | { toString: { }, toDateString: { }, toTimeString: { }, toLocaleString: { }, toLocaleDateString: { }, toLocaleTimeString: { }, valueOf: { }, getTime: { }, getFullYear: { }, getUTCFullYear: { }, getMonth: { }, getUTCMonth: { }, getDate: { }, getUTCDate: { }, getDay: { }, getUTCDay: { }, getHours: { }, getUTCHours: { }, getMinutes: { }, getUTCMinutes: { }, getSeconds: { }, getUTCSeconds: { }, getMilliseconds: { }, getUTCMilliseconds: { }, getTimezoneOffset: { }, setTime: { }, setMilliseconds: { }, setUTCMilliseconds: { }, setSeconds: { }, setUTCSeconds: { }, setMinutes: { }, setUTCMinutes: { }, setHours: { }, setUTCHours: { }, setDate: { }, setUTCDate: { }, setMonth: { }, setUTCMonth: { }, setFullYear: { }, setUTCFullYear: { }, toUTCString: { }, toISOString: { }, toJSON: { }, __@toPrimitive@867: { } }"
|
|
7754
|
+
}
|
|
7689
7755
|
},
|
|
7690
7756
|
{
|
|
7691
7757
|
"kind": "field",
|
|
@@ -7794,7 +7860,10 @@
|
|
|
7794
7860
|
"text": "\"numeric\" | \"2-digit\" | \"long\" | \"short\" | \"narrow\""
|
|
7795
7861
|
},
|
|
7796
7862
|
"description": "The representation of the month.",
|
|
7797
|
-
"attribute": "month"
|
|
7863
|
+
"attribute": "month",
|
|
7864
|
+
"parsedType": {
|
|
7865
|
+
"text": "'numeric' | 'long' | 'short' | 'narrow' | '2-digit'"
|
|
7866
|
+
}
|
|
7798
7867
|
},
|
|
7799
7868
|
{
|
|
7800
7869
|
"kind": "field",
|
|
@@ -7870,7 +7939,10 @@
|
|
|
7870
7939
|
},
|
|
7871
7940
|
"default": "new Date()",
|
|
7872
7941
|
"description": "The date to format. If an attribute is passed, the date should be an [ISO 8601 string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString).\nIf set as a property, a `Date` object can be used instead. If unset, the current date will be assumed.",
|
|
7873
|
-
"fieldName": "date"
|
|
7942
|
+
"fieldName": "date",
|
|
7943
|
+
"parsedType": {
|
|
7944
|
+
"text": "string | { toString: { }, toDateString: { }, toTimeString: { }, toLocaleString: { }, toLocaleDateString: { }, toLocaleTimeString: { }, valueOf: { }, getTime: { }, getFullYear: { }, getUTCFullYear: { }, getMonth: { }, getUTCMonth: { }, getDate: { }, getUTCDate: { }, getDay: { }, getUTCDay: { }, getHours: { }, getUTCHours: { }, getMinutes: { }, getUTCMinutes: { }, getSeconds: { }, getUTCSeconds: { }, getMilliseconds: { }, getUTCMilliseconds: { }, getTimezoneOffset: { }, setTime: { }, setMilliseconds: { }, setUTCMilliseconds: { }, setSeconds: { }, setUTCSeconds: { }, setMinutes: { }, setUTCMinutes: { }, setHours: { }, setUTCHours: { }, setDate: { }, setUTCDate: { }, setMonth: { }, setUTCMonth: { }, setFullYear: { }, setUTCFullYear: { }, toUTCString: { }, toISOString: { }, toJSON: { }, __@toPrimitive@867: { } }"
|
|
7945
|
+
}
|
|
7874
7946
|
},
|
|
7875
7947
|
{
|
|
7876
7948
|
"name": "date-style",
|
|
@@ -7962,7 +8034,10 @@
|
|
|
7962
8034
|
"text": "\"numeric\" | \"2-digit\" | \"long\" | \"short\" | \"narrow\""
|
|
7963
8035
|
},
|
|
7964
8036
|
"description": "The representation of the month.",
|
|
7965
|
-
"fieldName": "month"
|
|
8037
|
+
"fieldName": "month",
|
|
8038
|
+
"parsedType": {
|
|
8039
|
+
"text": "'numeric' | 'long' | 'short' | 'narrow' | '2-digit'"
|
|
8040
|
+
}
|
|
7966
8041
|
},
|
|
7967
8042
|
{
|
|
7968
8043
|
"name": "second",
|
|
@@ -8292,7 +8367,10 @@
|
|
|
8292
8367
|
"default": "\"center\"",
|
|
8293
8368
|
"description": "By default, the dialog will appear in the center of the screen. Changing the placement will cause the dialog to\nslide in from the side of the screen like a drawer.",
|
|
8294
8369
|
"attribute": "placement",
|
|
8295
|
-
"reflects": true
|
|
8370
|
+
"reflects": true,
|
|
8371
|
+
"parsedType": {
|
|
8372
|
+
"text": "'start' | 'end' | 'center' | 'top' | 'bottom' | 'full'"
|
|
8373
|
+
}
|
|
8296
8374
|
},
|
|
8297
8375
|
{
|
|
8298
8376
|
"kind": "method",
|
|
@@ -8426,7 +8504,10 @@
|
|
|
8426
8504
|
},
|
|
8427
8505
|
"default": "\"center\"",
|
|
8428
8506
|
"description": "By default, the dialog will appear in the center of the screen. Changing the placement will cause the dialog to\nslide in from the side of the screen like a drawer.",
|
|
8429
|
-
"fieldName": "placement"
|
|
8507
|
+
"fieldName": "placement",
|
|
8508
|
+
"parsedType": {
|
|
8509
|
+
"text": "'start' | 'end' | 'center' | 'top' | 'bottom' | 'full'"
|
|
8510
|
+
}
|
|
8430
8511
|
},
|
|
8431
8512
|
{
|
|
8432
8513
|
"name": "reset-scroll",
|
|
@@ -8686,7 +8767,10 @@
|
|
|
8686
8767
|
"default": "\"neutral\"",
|
|
8687
8768
|
"description": "The type of menu item to render.",
|
|
8688
8769
|
"attribute": "color",
|
|
8689
|
-
"reflects": true
|
|
8770
|
+
"reflects": true,
|
|
8771
|
+
"parsedType": {
|
|
8772
|
+
"text": "'neutral' | 'destructive'"
|
|
8773
|
+
}
|
|
8690
8774
|
},
|
|
8691
8775
|
{
|
|
8692
8776
|
"kind": "field",
|
|
@@ -8867,7 +8951,10 @@
|
|
|
8867
8951
|
},
|
|
8868
8952
|
"default": "\"neutral\"",
|
|
8869
8953
|
"description": "The type of menu item to render.",
|
|
8870
|
-
"fieldName": "color"
|
|
8954
|
+
"fieldName": "color",
|
|
8955
|
+
"parsedType": {
|
|
8956
|
+
"text": "'neutral' | 'destructive'"
|
|
8957
|
+
}
|
|
8871
8958
|
},
|
|
8872
8959
|
{
|
|
8873
8960
|
"name": "disabled",
|
|
@@ -9066,7 +9153,10 @@
|
|
|
9066
9153
|
"type": {
|
|
9067
9154
|
"text": "ReturnType<typeof autoUpdate> | undefined"
|
|
9068
9155
|
},
|
|
9069
|
-
"privacy": "private"
|
|
9156
|
+
"privacy": "private",
|
|
9157
|
+
"parsedType": {
|
|
9158
|
+
"text": "{ } | undefined"
|
|
9159
|
+
}
|
|
9070
9160
|
},
|
|
9071
9161
|
{
|
|
9072
9162
|
"kind": "method",
|
|
@@ -9140,7 +9230,10 @@
|
|
|
9140
9230
|
}
|
|
9141
9231
|
]
|
|
9142
9232
|
},
|
|
9143
|
-
"privacy": "private"
|
|
9233
|
+
"privacy": "private",
|
|
9234
|
+
"parsedType": {
|
|
9235
|
+
"text": "null | HTMLElement"
|
|
9236
|
+
}
|
|
9144
9237
|
},
|
|
9145
9238
|
{
|
|
9146
9239
|
"kind": "field",
|
|
@@ -9174,7 +9267,10 @@
|
|
|
9174
9267
|
}
|
|
9175
9268
|
]
|
|
9176
9269
|
},
|
|
9177
|
-
"privacy": "private"
|
|
9270
|
+
"privacy": "private",
|
|
9271
|
+
"parsedType": {
|
|
9272
|
+
"text": "{ getBoundingClientRect: { }, getClientRects?: { }, contextElement?: Element } | undefined"
|
|
9273
|
+
}
|
|
9178
9274
|
},
|
|
9179
9275
|
{
|
|
9180
9276
|
"kind": "field",
|
|
@@ -9549,7 +9645,7 @@
|
|
|
9549
9645
|
"attribute": "placement",
|
|
9550
9646
|
"reflects": true,
|
|
9551
9647
|
"parsedType": {
|
|
9552
|
-
"text": "'top' | '
|
|
9648
|
+
"text": "'top' | 'bottom' | 'right' | 'left' | 'top-start' | 'top-end' | 'bottom-start' | 'bottom-end' | 'right-start' | 'right-end' | 'left-start' | 'left-end'"
|
|
9553
9649
|
}
|
|
9554
9650
|
},
|
|
9555
9651
|
{
|
|
@@ -9761,7 +9857,7 @@
|
|
|
9761
9857
|
"description": "The placement of the dropdown menu in reference to the trigger. The menu will shift to a more optimal location if\nthe preferred placement doesn't have enough room.",
|
|
9762
9858
|
"fieldName": "placement",
|
|
9763
9859
|
"parsedType": {
|
|
9764
|
-
"text": "'top' | '
|
|
9860
|
+
"text": "'top' | 'bottom' | 'right' | 'left' | 'top-start' | 'top-end' | 'bottom-start' | 'bottom-end' | 'right-start' | 'right-end' | 'left-start' | 'left-end'"
|
|
9765
9861
|
}
|
|
9766
9862
|
}
|
|
9767
9863
|
],
|
|
@@ -11733,7 +11829,10 @@
|
|
|
11733
11829
|
},
|
|
11734
11830
|
"default": "\"cors\"",
|
|
11735
11831
|
"description": "The mode to use when fetching the request.",
|
|
11736
|
-
"attribute": "mode"
|
|
11832
|
+
"attribute": "mode",
|
|
11833
|
+
"parsedType": {
|
|
11834
|
+
"text": "'cors' | 'navigate' | 'no-cors' | 'same-origin'"
|
|
11835
|
+
}
|
|
11737
11836
|
},
|
|
11738
11837
|
{
|
|
11739
11838
|
"kind": "method",
|
|
@@ -11802,7 +11901,10 @@
|
|
|
11802
11901
|
},
|
|
11803
11902
|
"default": "\"cors\"",
|
|
11804
11903
|
"description": "The mode to use when fetching the request.",
|
|
11805
|
-
"fieldName": "mode"
|
|
11904
|
+
"fieldName": "mode",
|
|
11905
|
+
"parsedType": {
|
|
11906
|
+
"text": "'cors' | 'navigate' | 'no-cors' | 'same-origin'"
|
|
11907
|
+
}
|
|
11806
11908
|
},
|
|
11807
11909
|
{
|
|
11808
11910
|
"name": "src",
|
|
@@ -12583,7 +12685,10 @@
|
|
|
12583
12685
|
"text": "number | null"
|
|
12584
12686
|
},
|
|
12585
12687
|
"privacy": "private",
|
|
12586
|
-
"default": "null"
|
|
12688
|
+
"default": "null",
|
|
12689
|
+
"parsedType": {
|
|
12690
|
+
"text": "null | number"
|
|
12691
|
+
}
|
|
12587
12692
|
},
|
|
12588
12693
|
{
|
|
12589
12694
|
"kind": "field",
|
|
@@ -12840,7 +12945,10 @@
|
|
|
12840
12945
|
]
|
|
12841
12946
|
},
|
|
12842
12947
|
"privacy": "private",
|
|
12843
|
-
"default": "null"
|
|
12948
|
+
"default": "null",
|
|
12949
|
+
"parsedType": {
|
|
12950
|
+
"text": "null | { root: null | Element | Document, rootMargin: string, thresholds: number[], disconnect: { }, observe: { }, takeRecords: { }, unobserve: { } }"
|
|
12951
|
+
}
|
|
12844
12952
|
},
|
|
12845
12953
|
{
|
|
12846
12954
|
"kind": "field",
|
|
@@ -12897,7 +13005,10 @@
|
|
|
12897
13005
|
},
|
|
12898
13006
|
"default": "null",
|
|
12899
13007
|
"description": "The ID of the element to use as as the bounding box of the viewport for the observed targets.",
|
|
12900
|
-
"attribute": "root"
|
|
13008
|
+
"attribute": "root",
|
|
13009
|
+
"parsedType": {
|
|
13010
|
+
"text": "null | string"
|
|
13011
|
+
}
|
|
12901
13012
|
},
|
|
12902
13013
|
{
|
|
12903
13014
|
"kind": "field",
|
|
@@ -12973,7 +13084,10 @@
|
|
|
12973
13084
|
},
|
|
12974
13085
|
"default": "null",
|
|
12975
13086
|
"description": "The ID of the element to use as as the bounding box of the viewport for the observed targets.",
|
|
12976
|
-
"fieldName": "root"
|
|
13087
|
+
"fieldName": "root",
|
|
13088
|
+
"parsedType": {
|
|
13089
|
+
"text": "null | string"
|
|
13090
|
+
}
|
|
12977
13091
|
},
|
|
12978
13092
|
{
|
|
12979
13093
|
"name": "root-margin",
|
|
@@ -13920,7 +14034,10 @@
|
|
|
13920
14034
|
"text": "number | null"
|
|
13921
14035
|
},
|
|
13922
14036
|
"privacy": "private",
|
|
13923
|
-
"default": "null"
|
|
14037
|
+
"default": "null",
|
|
14038
|
+
"parsedType": {
|
|
14039
|
+
"text": "null | number"
|
|
14040
|
+
}
|
|
13924
14041
|
},
|
|
13925
14042
|
{
|
|
13926
14043
|
"kind": "method",
|
|
@@ -14197,10 +14314,7 @@
|
|
|
14197
14314
|
}
|
|
14198
14315
|
]
|
|
14199
14316
|
},
|
|
14200
|
-
"privacy": "private"
|
|
14201
|
-
"parsedType": {
|
|
14202
|
-
"text": "any"
|
|
14203
|
-
}
|
|
14317
|
+
"privacy": "private"
|
|
14204
14318
|
},
|
|
14205
14319
|
{
|
|
14206
14320
|
"kind": "method",
|
|
@@ -14261,7 +14375,10 @@
|
|
|
14261
14375
|
},
|
|
14262
14376
|
"default": "\"3-5\"",
|
|
14263
14377
|
"description": "The length of the content to generate, e.g. the number of words, sentences, paragraphs, or list items. This should\nbe a number or a range in the format of `{min}-{max}`, e.g. `2-4`.",
|
|
14264
|
-
"attribute": "length"
|
|
14378
|
+
"attribute": "length",
|
|
14379
|
+
"parsedType": {
|
|
14380
|
+
"text": "string | number"
|
|
14381
|
+
}
|
|
14265
14382
|
},
|
|
14266
14383
|
{
|
|
14267
14384
|
"kind": "field",
|
|
@@ -14280,7 +14397,10 @@
|
|
|
14280
14397
|
},
|
|
14281
14398
|
"default": "\"3-6\"",
|
|
14282
14399
|
"description": "The number of sentences that should occur in a paragraph. This should be a number or a range in the format of\n`{min}-{max}`, e.g. `3-6`.",
|
|
14283
|
-
"attribute": "sentences-per-paragraph"
|
|
14400
|
+
"attribute": "sentences-per-paragraph",
|
|
14401
|
+
"parsedType": {
|
|
14402
|
+
"text": "string | number"
|
|
14403
|
+
}
|
|
14284
14404
|
},
|
|
14285
14405
|
{
|
|
14286
14406
|
"kind": "field",
|
|
@@ -14300,7 +14420,10 @@
|
|
|
14300
14420
|
},
|
|
14301
14421
|
"default": "\"4-16\"",
|
|
14302
14422
|
"description": "The number of words that should occur in a sentence or list item. This should be a number or a range in the format\nof `{min}-{max}`, e.g. `4-16`.",
|
|
14303
|
-
"attribute": "words-per-sentence"
|
|
14423
|
+
"attribute": "words-per-sentence",
|
|
14424
|
+
"parsedType": {
|
|
14425
|
+
"text": "string | number"
|
|
14426
|
+
}
|
|
14304
14427
|
}
|
|
14305
14428
|
],
|
|
14306
14429
|
"attributes": [
|
|
@@ -14311,7 +14434,10 @@
|
|
|
14311
14434
|
},
|
|
14312
14435
|
"default": "\"3-5\"",
|
|
14313
14436
|
"description": "The length of the content to generate, e.g. the number of words, sentences, paragraphs, or list items. This should\nbe a number or a range in the format of `{min}-{max}`, e.g. `2-4`.",
|
|
14314
|
-
"fieldName": "length"
|
|
14437
|
+
"fieldName": "length",
|
|
14438
|
+
"parsedType": {
|
|
14439
|
+
"text": "string | number"
|
|
14440
|
+
}
|
|
14315
14441
|
},
|
|
14316
14442
|
{
|
|
14317
14443
|
"name": "seed",
|
|
@@ -14328,7 +14454,10 @@
|
|
|
14328
14454
|
},
|
|
14329
14455
|
"default": "\"3-6\"",
|
|
14330
14456
|
"description": "The number of sentences that should occur in a paragraph. This should be a number or a range in the format of\n`{min}-{max}`, e.g. `3-6`.",
|
|
14331
|
-
"fieldName": "sentencesPerParagraph"
|
|
14457
|
+
"fieldName": "sentencesPerParagraph",
|
|
14458
|
+
"parsedType": {
|
|
14459
|
+
"text": "string | number"
|
|
14460
|
+
}
|
|
14332
14461
|
},
|
|
14333
14462
|
{
|
|
14334
14463
|
"name": "type",
|
|
@@ -14346,7 +14475,10 @@
|
|
|
14346
14475
|
},
|
|
14347
14476
|
"default": "\"4-16\"",
|
|
14348
14477
|
"description": "The number of words that should occur in a sentence or list item. This should be a number or a range in the format\nof `{min}-{max}`, e.g. `4-16`.",
|
|
14349
|
-
"fieldName": "wordsPerSentence"
|
|
14478
|
+
"fieldName": "wordsPerSentence",
|
|
14479
|
+
"parsedType": {
|
|
14480
|
+
"text": "string | number"
|
|
14481
|
+
}
|
|
14350
14482
|
}
|
|
14351
14483
|
],
|
|
14352
14484
|
"superclass": {
|
|
@@ -14714,7 +14846,10 @@
|
|
|
14714
14846
|
},
|
|
14715
14847
|
"default": "null",
|
|
14716
14848
|
"description": "The metric value. Numbers are formatted according to `format`.",
|
|
14717
|
-
"attribute": "value"
|
|
14849
|
+
"attribute": "value",
|
|
14850
|
+
"parsedType": {
|
|
14851
|
+
"text": "null | string | number"
|
|
14852
|
+
}
|
|
14718
14853
|
}
|
|
14719
14854
|
],
|
|
14720
14855
|
"attributes": [
|
|
@@ -14762,7 +14897,10 @@
|
|
|
14762
14897
|
},
|
|
14763
14898
|
"default": "null",
|
|
14764
14899
|
"description": "The metric value. Numbers are formatted according to `format`.",
|
|
14765
|
-
"fieldName": "value"
|
|
14900
|
+
"fieldName": "value",
|
|
14901
|
+
"parsedType": {
|
|
14902
|
+
"text": "null | string | number"
|
|
14903
|
+
}
|
|
14766
14904
|
}
|
|
14767
14905
|
],
|
|
14768
14906
|
"superclass": {
|
|
@@ -14908,7 +15046,10 @@
|
|
|
14908
15046
|
]
|
|
14909
15047
|
},
|
|
14910
15048
|
"privacy": "private",
|
|
14911
|
-
"default": "null"
|
|
15049
|
+
"default": "null",
|
|
15050
|
+
"parsedType": {
|
|
15051
|
+
"text": "null | { disconnect: { }, observe: { }, takeRecords: { } }"
|
|
15052
|
+
}
|
|
14912
15053
|
},
|
|
14913
15054
|
{
|
|
14914
15055
|
"kind": "method",
|
|
@@ -15418,7 +15559,10 @@
|
|
|
15418
15559
|
"text": "\"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"search\" | \"send\""
|
|
15419
15560
|
},
|
|
15420
15561
|
"description": "Sets the enter key label on virtual keyboards.",
|
|
15421
|
-
"attribute": "enterkeyhint"
|
|
15562
|
+
"attribute": "enterkeyhint",
|
|
15563
|
+
"parsedType": {
|
|
15564
|
+
"text": "'search' | 'enter' | 'done' | 'go' | 'next' | 'previous' | 'send'"
|
|
15565
|
+
}
|
|
15422
15566
|
},
|
|
15423
15567
|
{
|
|
15424
15568
|
"kind": "method",
|
|
@@ -15834,7 +15978,10 @@
|
|
|
15834
15978
|
"default": "\"normal\"",
|
|
15835
15979
|
"description": "The type of number field to render.",
|
|
15836
15980
|
"attribute": "variant",
|
|
15837
|
-
"reflects": true
|
|
15981
|
+
"reflects": true,
|
|
15982
|
+
"parsedType": {
|
|
15983
|
+
"text": "'normal' | 'unstyled' | 'filled'"
|
|
15984
|
+
}
|
|
15838
15985
|
},
|
|
15839
15986
|
{
|
|
15840
15987
|
"kind": "field",
|
|
@@ -15913,7 +16060,10 @@
|
|
|
15913
16060
|
"text": "\"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"search\" | \"send\""
|
|
15914
16061
|
},
|
|
15915
16062
|
"description": "Sets the enter key label on virtual keyboards.",
|
|
15916
|
-
"fieldName": "enterkeyhint"
|
|
16063
|
+
"fieldName": "enterkeyhint",
|
|
16064
|
+
"parsedType": {
|
|
16065
|
+
"text": "'search' | 'enter' | 'done' | 'go' | 'next' | 'previous' | 'send'"
|
|
16066
|
+
}
|
|
15917
16067
|
},
|
|
15918
16068
|
{
|
|
15919
16069
|
"name": "form",
|
|
@@ -16031,7 +16181,10 @@
|
|
|
16031
16181
|
},
|
|
16032
16182
|
"default": "\"normal\"",
|
|
16033
16183
|
"description": "The type of number field to render.",
|
|
16034
|
-
"fieldName": "variant"
|
|
16184
|
+
"fieldName": "variant",
|
|
16185
|
+
"parsedType": {
|
|
16186
|
+
"text": "'normal' | 'unstyled' | 'filled'"
|
|
16187
|
+
}
|
|
16035
16188
|
},
|
|
16036
16189
|
{
|
|
16037
16190
|
"name": "without-steppers",
|
|
@@ -16129,7 +16282,10 @@
|
|
|
16129
16282
|
"text": "\"short\" | \"long\""
|
|
16130
16283
|
},
|
|
16131
16284
|
"description": "Only used when `notation` is `compact`.",
|
|
16132
|
-
"attribute": "compact-display"
|
|
16285
|
+
"attribute": "compact-display",
|
|
16286
|
+
"parsedType": {
|
|
16287
|
+
"text": "'long' | 'short'"
|
|
16288
|
+
}
|
|
16133
16289
|
},
|
|
16134
16290
|
{
|
|
16135
16291
|
"kind": "field",
|
|
@@ -16150,7 +16306,7 @@
|
|
|
16150
16306
|
"description": "How to display the currency in currency formatting.",
|
|
16151
16307
|
"attribute": "currency-display",
|
|
16152
16308
|
"parsedType": {
|
|
16153
|
-
"text": "'
|
|
16309
|
+
"text": "'symbol' | 'name' | 'code' | 'narrowSymbol'"
|
|
16154
16310
|
}
|
|
16155
16311
|
},
|
|
16156
16312
|
{
|
|
@@ -16170,7 +16326,10 @@
|
|
|
16170
16326
|
},
|
|
16171
16327
|
"default": "\"auto\"",
|
|
16172
16328
|
"description": "Whether to use grouping separators, such as thousands separators or thousand/lakh/crore separators.",
|
|
16173
|
-
"attribute": "grouping"
|
|
16329
|
+
"attribute": "grouping",
|
|
16330
|
+
"parsedType": {
|
|
16331
|
+
"text": "'auto' | 'always' | 'never' | 'min2'"
|
|
16332
|
+
}
|
|
16174
16333
|
},
|
|
16175
16334
|
{
|
|
16176
16335
|
"kind": "field",
|
|
@@ -16230,7 +16389,10 @@
|
|
|
16230
16389
|
"text": "\"standard\" | \"scientific\" | \"engineering\" | \"compact\""
|
|
16231
16390
|
},
|
|
16232
16391
|
"description": "The formatting that should be displayed for the number.",
|
|
16233
|
-
"attribute": "notation"
|
|
16392
|
+
"attribute": "notation",
|
|
16393
|
+
"parsedType": {
|
|
16394
|
+
"text": "'compact' | 'standard' | 'scientific' | 'engineering'"
|
|
16395
|
+
}
|
|
16234
16396
|
},
|
|
16235
16397
|
{
|
|
16236
16398
|
"kind": "field",
|
|
@@ -16287,7 +16449,7 @@
|
|
|
16287
16449
|
"description": "When to display the sign for the number.",
|
|
16288
16450
|
"attribute": "sign-display",
|
|
16289
16451
|
"parsedType": {
|
|
16290
|
-
"text": "'auto' | 'always' | '
|
|
16452
|
+
"text": "'auto' | 'always' | 'never' | 'exceptZero' | 'negative'"
|
|
16291
16453
|
}
|
|
16292
16454
|
},
|
|
16293
16455
|
{
|
|
@@ -16307,7 +16469,10 @@
|
|
|
16307
16469
|
},
|
|
16308
16470
|
"default": "\"decimal\"",
|
|
16309
16471
|
"description": "The formatting style to use.",
|
|
16310
|
-
"attribute": "type"
|
|
16472
|
+
"attribute": "type",
|
|
16473
|
+
"parsedType": {
|
|
16474
|
+
"text": "'currency' | 'percent' | 'decimal' | 'unit'"
|
|
16475
|
+
}
|
|
16311
16476
|
},
|
|
16312
16477
|
{
|
|
16313
16478
|
"kind": "field",
|
|
@@ -16325,7 +16490,10 @@
|
|
|
16325
16490
|
"text": "\"narrow\" | \"short\" | \"long\""
|
|
16326
16491
|
},
|
|
16327
16492
|
"description": "The unit formatting style to use in unit formatting.",
|
|
16328
|
-
"attribute": "unit-display"
|
|
16493
|
+
"attribute": "unit-display",
|
|
16494
|
+
"parsedType": {
|
|
16495
|
+
"text": "'long' | 'short' | 'narrow'"
|
|
16496
|
+
}
|
|
16329
16497
|
}
|
|
16330
16498
|
],
|
|
16331
16499
|
"attributes": [
|
|
@@ -16335,7 +16503,10 @@
|
|
|
16335
16503
|
"text": "\"short\" | \"long\""
|
|
16336
16504
|
},
|
|
16337
16505
|
"description": "Only used when `notation` is `compact`.",
|
|
16338
|
-
"fieldName": "compactDisplay"
|
|
16506
|
+
"fieldName": "compactDisplay",
|
|
16507
|
+
"parsedType": {
|
|
16508
|
+
"text": "'long' | 'short'"
|
|
16509
|
+
}
|
|
16339
16510
|
},
|
|
16340
16511
|
{
|
|
16341
16512
|
"name": "currency",
|
|
@@ -16354,7 +16525,7 @@
|
|
|
16354
16525
|
"description": "How to display the currency in currency formatting.",
|
|
16355
16526
|
"fieldName": "currencyDisplay",
|
|
16356
16527
|
"parsedType": {
|
|
16357
|
-
"text": "'
|
|
16528
|
+
"text": "'symbol' | 'name' | 'code' | 'narrowSymbol'"
|
|
16358
16529
|
}
|
|
16359
16530
|
},
|
|
16360
16531
|
{
|
|
@@ -16372,7 +16543,10 @@
|
|
|
16372
16543
|
},
|
|
16373
16544
|
"default": "\"auto\"",
|
|
16374
16545
|
"description": "Whether to use grouping separators, such as thousands separators or thousand/lakh/crore separators.",
|
|
16375
|
-
"fieldName": "grouping"
|
|
16546
|
+
"fieldName": "grouping",
|
|
16547
|
+
"parsedType": {
|
|
16548
|
+
"text": "'auto' | 'always' | 'never' | 'min2'"
|
|
16549
|
+
}
|
|
16376
16550
|
},
|
|
16377
16551
|
{
|
|
16378
16552
|
"name": "maximum-fraction-digits",
|
|
@@ -16420,7 +16594,10 @@
|
|
|
16420
16594
|
"text": "\"standard\" | \"scientific\" | \"engineering\" | \"compact\""
|
|
16421
16595
|
},
|
|
16422
16596
|
"description": "The formatting that should be displayed for the number.",
|
|
16423
|
-
"fieldName": "notation"
|
|
16597
|
+
"fieldName": "notation",
|
|
16598
|
+
"parsedType": {
|
|
16599
|
+
"text": "'compact' | 'standard' | 'scientific' | 'engineering'"
|
|
16600
|
+
}
|
|
16424
16601
|
},
|
|
16425
16602
|
{
|
|
16426
16603
|
"name": "number",
|
|
@@ -16472,7 +16649,7 @@
|
|
|
16472
16649
|
"description": "When to display the sign for the number.",
|
|
16473
16650
|
"fieldName": "signDisplay",
|
|
16474
16651
|
"parsedType": {
|
|
16475
|
-
"text": "'auto' | 'always' | '
|
|
16652
|
+
"text": "'auto' | 'always' | 'never' | 'exceptZero' | 'negative'"
|
|
16476
16653
|
}
|
|
16477
16654
|
},
|
|
16478
16655
|
{
|
|
@@ -16490,7 +16667,10 @@
|
|
|
16490
16667
|
},
|
|
16491
16668
|
"default": "\"decimal\"",
|
|
16492
16669
|
"description": "The formatting style to use.",
|
|
16493
|
-
"fieldName": "type"
|
|
16670
|
+
"fieldName": "type",
|
|
16671
|
+
"parsedType": {
|
|
16672
|
+
"text": "'currency' | 'percent' | 'decimal' | 'unit'"
|
|
16673
|
+
}
|
|
16494
16674
|
},
|
|
16495
16675
|
{
|
|
16496
16676
|
"name": "unit",
|
|
@@ -16506,7 +16686,10 @@
|
|
|
16506
16686
|
"text": "\"narrow\" | \"short\" | \"long\""
|
|
16507
16687
|
},
|
|
16508
16688
|
"description": "The unit formatting style to use in unit formatting.",
|
|
16509
|
-
"fieldName": "unitDisplay"
|
|
16689
|
+
"fieldName": "unitDisplay",
|
|
16690
|
+
"parsedType": {
|
|
16691
|
+
"text": "'long' | 'short' | 'narrow'"
|
|
16692
|
+
}
|
|
16510
16693
|
}
|
|
16511
16694
|
],
|
|
16512
16695
|
"superclass": {
|
|
@@ -16735,7 +16918,10 @@
|
|
|
16735
16918
|
},
|
|
16736
16919
|
"default": "\"\"",
|
|
16737
16920
|
"description": "A string that, when provided, renders `<a>` elements instead of `<${tag}s>` using this as the link's template.\nUse `$page` to indicate the page number, e.g. `\"/path/to/$page\"`. Alternatively, you can provide a JavaScript\nfunction that accepts a page number and returns a URL.",
|
|
16738
|
-
"attribute": "link-formatter"
|
|
16921
|
+
"attribute": "link-formatter",
|
|
16922
|
+
"parsedType": {
|
|
16923
|
+
"text": "string | { }"
|
|
16924
|
+
}
|
|
16739
16925
|
},
|
|
16740
16926
|
{
|
|
16741
16927
|
"kind": "field",
|
|
@@ -16796,7 +16982,10 @@
|
|
|
16796
16982
|
"default": "\"normal\"",
|
|
16797
16983
|
"description": "Determine's the pagination's variant.",
|
|
16798
16984
|
"attribute": "variant",
|
|
16799
|
-
"reflects": true
|
|
16985
|
+
"reflects": true,
|
|
16986
|
+
"parsedType": {
|
|
16987
|
+
"text": "'normal' | 'unstyled' | 'filled'"
|
|
16988
|
+
}
|
|
16800
16989
|
},
|
|
16801
16990
|
{
|
|
16802
16991
|
"kind": "field",
|
|
@@ -16864,7 +17053,10 @@
|
|
|
16864
17053
|
},
|
|
16865
17054
|
"default": "\"\"",
|
|
16866
17055
|
"description": "A string that, when provided, renders `<a>` elements instead of `<${tag}s>` using this as the link's template.\nUse `$page` to indicate the page number, e.g. `\"/path/to/$page\"`. Alternatively, you can provide a JavaScript\nfunction that accepts a page number and returns a URL.",
|
|
16867
|
-
"fieldName": "linkFormatter"
|
|
17056
|
+
"fieldName": "linkFormatter",
|
|
17057
|
+
"parsedType": {
|
|
17058
|
+
"text": "string | { }"
|
|
17059
|
+
}
|
|
16868
17060
|
},
|
|
16869
17061
|
{
|
|
16870
17062
|
"name": "page",
|
|
@@ -16900,7 +17092,10 @@
|
|
|
16900
17092
|
},
|
|
16901
17093
|
"default": "\"normal\"",
|
|
16902
17094
|
"description": "Determine's the pagination's variant.",
|
|
16903
|
-
"fieldName": "variant"
|
|
17095
|
+
"fieldName": "variant",
|
|
17096
|
+
"parsedType": {
|
|
17097
|
+
"text": "'normal' | 'unstyled' | 'filled'"
|
|
17098
|
+
}
|
|
16904
17099
|
},
|
|
16905
17100
|
{
|
|
16906
17101
|
"name": "without-nav",
|
|
@@ -17026,7 +17221,10 @@
|
|
|
17026
17221
|
}
|
|
17027
17222
|
]
|
|
17028
17223
|
},
|
|
17029
|
-
"privacy": "private"
|
|
17224
|
+
"privacy": "private",
|
|
17225
|
+
"parsedType": {
|
|
17226
|
+
"text": "null | HTMLElement"
|
|
17227
|
+
}
|
|
17030
17228
|
},
|
|
17031
17229
|
{
|
|
17032
17230
|
"kind": "field",
|
|
@@ -17050,7 +17248,10 @@
|
|
|
17050
17248
|
"type": {
|
|
17051
17249
|
"text": "ReturnType<typeof autoUpdate> | undefined"
|
|
17052
17250
|
},
|
|
17053
|
-
"privacy": "private"
|
|
17251
|
+
"privacy": "private",
|
|
17252
|
+
"parsedType": {
|
|
17253
|
+
"text": "{ } | undefined"
|
|
17254
|
+
}
|
|
17054
17255
|
},
|
|
17055
17256
|
{
|
|
17056
17257
|
"kind": "field",
|
|
@@ -17172,7 +17373,7 @@
|
|
|
17172
17373
|
"attribute": "placement",
|
|
17173
17374
|
"reflects": true,
|
|
17174
17375
|
"parsedType": {
|
|
17175
|
-
"text": "'top' | '
|
|
17376
|
+
"text": "'top' | 'bottom' | 'right' | 'left' | 'top-start' | 'top-end' | 'bottom-start' | 'bottom-end' | 'right-start' | 'right-end' | 'left-start' | 'left-end'"
|
|
17176
17377
|
}
|
|
17177
17378
|
},
|
|
17178
17379
|
{
|
|
@@ -17310,7 +17511,7 @@
|
|
|
17310
17511
|
"description": "The placement of the popover in reference to the anchor. The menu will shift to a more optimal location if the\npreferred placement doesn't have enough room.",
|
|
17311
17512
|
"fieldName": "placement",
|
|
17312
17513
|
"parsedType": {
|
|
17313
|
-
"text": "'top' | '
|
|
17514
|
+
"text": "'top' | 'bottom' | 'right' | 'left' | 'top-start' | 'top-end' | 'bottom-start' | 'bottom-end' | 'right-start' | 'right-end' | 'left-start' | 'left-end'"
|
|
17314
17515
|
}
|
|
17315
17516
|
},
|
|
17316
17517
|
{
|
|
@@ -17424,7 +17625,10 @@
|
|
|
17424
17625
|
]
|
|
17425
17626
|
},
|
|
17426
17627
|
"privacy": "private",
|
|
17427
|
-
"default": "null"
|
|
17628
|
+
"default": "null",
|
|
17629
|
+
"parsedType": {
|
|
17630
|
+
"text": "null | Element"
|
|
17631
|
+
}
|
|
17428
17632
|
},
|
|
17429
17633
|
{
|
|
17430
17634
|
"kind": "field",
|
|
@@ -17448,7 +17652,10 @@
|
|
|
17448
17652
|
"type": {
|
|
17449
17653
|
"text": "ReturnType<typeof autoUpdate> | undefined"
|
|
17450
17654
|
},
|
|
17451
|
-
"privacy": "private"
|
|
17655
|
+
"privacy": "private",
|
|
17656
|
+
"parsedType": {
|
|
17657
|
+
"text": "{ } | undefined"
|
|
17658
|
+
}
|
|
17452
17659
|
},
|
|
17453
17660
|
{
|
|
17454
17661
|
"kind": "field",
|
|
@@ -17554,7 +17761,10 @@
|
|
|
17554
17761
|
"type": {
|
|
17555
17762
|
"text": "ReturnType<typeof setTimeout> | undefined"
|
|
17556
17763
|
},
|
|
17557
|
-
"privacy": "private"
|
|
17764
|
+
"privacy": "private",
|
|
17765
|
+
"parsedType": {
|
|
17766
|
+
"text": "{ close: { }, hasRef: { }, ref: { }, refresh: { }, unref: { }, _onTimeout: { }, __@toPrimitive@867: { }, __@dispose@869: { } } | undefined"
|
|
17767
|
+
}
|
|
17558
17768
|
},
|
|
17559
17769
|
{
|
|
17560
17770
|
"kind": "field",
|
|
@@ -17562,7 +17772,10 @@
|
|
|
17562
17772
|
"type": {
|
|
17563
17773
|
"text": "ReturnType<typeof setTimeout> | undefined"
|
|
17564
17774
|
},
|
|
17565
|
-
"privacy": "private"
|
|
17775
|
+
"privacy": "private",
|
|
17776
|
+
"parsedType": {
|
|
17777
|
+
"text": "{ close: { }, hasRef: { }, ref: { }, refresh: { }, unref: { }, _onTimeout: { }, __@toPrimitive@867: { }, __@dispose@869: { } } | undefined"
|
|
17778
|
+
}
|
|
17566
17779
|
},
|
|
17567
17780
|
{
|
|
17568
17781
|
"kind": "field",
|
|
@@ -17596,7 +17809,7 @@
|
|
|
17596
17809
|
"attribute": "placement",
|
|
17597
17810
|
"reflects": true,
|
|
17598
17811
|
"parsedType": {
|
|
17599
|
-
"text": "'top' | '
|
|
17812
|
+
"text": "'top' | 'bottom' | 'top-start' | 'top-end' | 'bottom-start' | 'bottom-end'"
|
|
17600
17813
|
}
|
|
17601
17814
|
},
|
|
17602
17815
|
{
|
|
@@ -17702,7 +17915,7 @@
|
|
|
17702
17915
|
"description": "The placement of the card relative to the anchor.",
|
|
17703
17916
|
"fieldName": "placement",
|
|
17704
17917
|
"parsedType": {
|
|
17705
|
-
"text": "'top' | '
|
|
17918
|
+
"text": "'top' | 'bottom' | 'top-start' | 'top-end' | 'bottom-start' | 'bottom-end'"
|
|
17706
17919
|
}
|
|
17707
17920
|
}
|
|
17708
17921
|
],
|
|
@@ -19575,7 +19788,10 @@
|
|
|
19575
19788
|
]
|
|
19576
19789
|
},
|
|
19577
19790
|
"privacy": "private",
|
|
19578
|
-
"default": "null"
|
|
19791
|
+
"default": "null",
|
|
19792
|
+
"parsedType": {
|
|
19793
|
+
"text": "null | { disconnect: { }, observe: { }, unobserve: { } }"
|
|
19794
|
+
}
|
|
19579
19795
|
},
|
|
19580
19796
|
{
|
|
19581
19797
|
"kind": "method",
|
|
@@ -19709,7 +19925,10 @@
|
|
|
19709
19925
|
"default": "\"vertical\"",
|
|
19710
19926
|
"description": "Which axis to allow scrolling on.",
|
|
19711
19927
|
"attribute": "orientation",
|
|
19712
|
-
"reflects": true
|
|
19928
|
+
"reflects": true,
|
|
19929
|
+
"parsedType": {
|
|
19930
|
+
"text": "'horizontal' | 'vertical' | 'both'"
|
|
19931
|
+
}
|
|
19713
19932
|
}
|
|
19714
19933
|
],
|
|
19715
19934
|
"attributes": [
|
|
@@ -19720,7 +19939,10 @@
|
|
|
19720
19939
|
},
|
|
19721
19940
|
"default": "\"vertical\"",
|
|
19722
19941
|
"description": "Which axis to allow scrolling on.",
|
|
19723
|
-
"fieldName": "orientation"
|
|
19942
|
+
"fieldName": "orientation",
|
|
19943
|
+
"parsedType": {
|
|
19944
|
+
"text": "'horizontal' | 'vertical' | 'both'"
|
|
19945
|
+
}
|
|
19724
19946
|
}
|
|
19725
19947
|
],
|
|
19726
19948
|
"superclass": {
|
|
@@ -19885,7 +20107,10 @@
|
|
|
19885
20107
|
"text": "string | null"
|
|
19886
20108
|
},
|
|
19887
20109
|
"privacy": "private",
|
|
19888
|
-
"default": "null"
|
|
20110
|
+
"default": "null",
|
|
20111
|
+
"parsedType": {
|
|
20112
|
+
"text": "null | string"
|
|
20113
|
+
}
|
|
19889
20114
|
},
|
|
19890
20115
|
{
|
|
19891
20116
|
"kind": "field",
|
|
@@ -19894,7 +20119,10 @@
|
|
|
19894
20119
|
"text": "string | null"
|
|
19895
20120
|
},
|
|
19896
20121
|
"privacy": "private",
|
|
19897
|
-
"default": "null"
|
|
20122
|
+
"default": "null",
|
|
20123
|
+
"parsedType": {
|
|
20124
|
+
"text": "null | string"
|
|
20125
|
+
}
|
|
19898
20126
|
},
|
|
19899
20127
|
{
|
|
19900
20128
|
"kind": "field",
|
|
@@ -20060,7 +20288,10 @@
|
|
|
20060
20288
|
"type": {
|
|
20061
20289
|
"text": "ReturnType<typeof setTimeout> | undefined"
|
|
20062
20290
|
},
|
|
20063
|
-
"privacy": "private"
|
|
20291
|
+
"privacy": "private",
|
|
20292
|
+
"parsedType": {
|
|
20293
|
+
"text": "{ close: { }, hasRef: { }, ref: { }, refresh: { }, unref: { }, _onTimeout: { }, __@toPrimitive@867: { }, __@dispose@869: { } } | undefined"
|
|
20294
|
+
}
|
|
20064
20295
|
},
|
|
20065
20296
|
{
|
|
20066
20297
|
"kind": "method",
|
|
@@ -20418,7 +20649,10 @@
|
|
|
20418
20649
|
"text": "\"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"search\" | \"send\""
|
|
20419
20650
|
},
|
|
20420
20651
|
"description": "Sets the enter key label on virtual keyboards.",
|
|
20421
|
-
"attribute": "enterkeyhint"
|
|
20652
|
+
"attribute": "enterkeyhint",
|
|
20653
|
+
"parsedType": {
|
|
20654
|
+
"text": "'search' | 'enter' | 'done' | 'go' | 'next' | 'previous' | 'send'"
|
|
20655
|
+
}
|
|
20422
20656
|
},
|
|
20423
20657
|
{
|
|
20424
20658
|
"kind": "method",
|
|
@@ -20649,7 +20883,10 @@
|
|
|
20649
20883
|
"default": "\"normal\"",
|
|
20650
20884
|
"description": "The type of select to render.",
|
|
20651
20885
|
"attribute": "variant",
|
|
20652
|
-
"reflects": true
|
|
20886
|
+
"reflects": true,
|
|
20887
|
+
"parsedType": {
|
|
20888
|
+
"text": "'normal' | 'unstyled' | 'filled'"
|
|
20889
|
+
}
|
|
20653
20890
|
},
|
|
20654
20891
|
{
|
|
20655
20892
|
"kind": "field",
|
|
@@ -20710,7 +20947,10 @@
|
|
|
20710
20947
|
"text": "\"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"search\" | \"send\""
|
|
20711
20948
|
},
|
|
20712
20949
|
"description": "Sets the enter key label on virtual keyboards.",
|
|
20713
|
-
"fieldName": "enterkeyhint"
|
|
20950
|
+
"fieldName": "enterkeyhint",
|
|
20951
|
+
"parsedType": {
|
|
20952
|
+
"text": "'search' | 'enter' | 'done' | 'go' | 'next' | 'previous' | 'send'"
|
|
20953
|
+
}
|
|
20714
20954
|
},
|
|
20715
20955
|
{
|
|
20716
20956
|
"name": "form",
|
|
@@ -20788,7 +21028,10 @@
|
|
|
20788
21028
|
},
|
|
20789
21029
|
"default": "\"normal\"",
|
|
20790
21030
|
"description": "The type of select to render.",
|
|
20791
|
-
"fieldName": "variant"
|
|
21031
|
+
"fieldName": "variant",
|
|
21032
|
+
"parsedType": {
|
|
21033
|
+
"text": "'normal' | 'unstyled' | 'filled'"
|
|
21034
|
+
}
|
|
20792
21035
|
}
|
|
20793
21036
|
],
|
|
20794
21037
|
"cssStates": [
|
|
@@ -21072,7 +21315,7 @@
|
|
|
21072
21315
|
"attribute": "feedback-placement",
|
|
21073
21316
|
"reflects": true,
|
|
21074
21317
|
"parsedType": {
|
|
21075
|
-
"text": "'top' | '
|
|
21318
|
+
"text": "'top' | 'bottom' | 'right' | 'left' | 'hidden'"
|
|
21076
21319
|
}
|
|
21077
21320
|
},
|
|
21078
21321
|
{
|
|
@@ -21180,7 +21423,7 @@
|
|
|
21180
21423
|
"description": "The placement of the feedback animation when falling back to copying.",
|
|
21181
21424
|
"fieldName": "feedbackPlacement",
|
|
21182
21425
|
"parsedType": {
|
|
21183
|
-
"text": "'top' | '
|
|
21426
|
+
"text": "'top' | 'bottom' | 'right' | 'left' | 'hidden'"
|
|
21184
21427
|
}
|
|
21185
21428
|
},
|
|
21186
21429
|
{
|
|
@@ -21512,7 +21755,10 @@
|
|
|
21512
21755
|
"type": {
|
|
21513
21756
|
"text": "ReturnType<typeof setInterval> | undefined"
|
|
21514
21757
|
},
|
|
21515
|
-
"privacy": "private"
|
|
21758
|
+
"privacy": "private",
|
|
21759
|
+
"parsedType": {
|
|
21760
|
+
"text": "{ close: { }, hasRef: { }, ref: { }, refresh: { }, unref: { }, _onTimeout: { }, __@toPrimitive@867: { }, __@dispose@869: { } } | undefined"
|
|
21761
|
+
}
|
|
21516
21762
|
},
|
|
21517
21763
|
{
|
|
21518
21764
|
"kind": "field",
|
|
@@ -21520,7 +21766,10 @@
|
|
|
21520
21766
|
"type": {
|
|
21521
21767
|
"text": "ReturnType<typeof setTimeout> | undefined"
|
|
21522
21768
|
},
|
|
21523
|
-
"privacy": "private"
|
|
21769
|
+
"privacy": "private",
|
|
21770
|
+
"parsedType": {
|
|
21771
|
+
"text": "{ close: { }, hasRef: { }, ref: { }, refresh: { }, unref: { }, _onTimeout: { }, __@toPrimitive@867: { }, __@dispose@869: { } } | undefined"
|
|
21772
|
+
}
|
|
21524
21773
|
},
|
|
21525
21774
|
{
|
|
21526
21775
|
"kind": "field",
|
|
@@ -21846,7 +22095,10 @@
|
|
|
21846
22095
|
"text": "\"min\" | \"max\" | null"
|
|
21847
22096
|
},
|
|
21848
22097
|
"privacy": "private",
|
|
21849
|
-
"default": "null"
|
|
22098
|
+
"default": "null",
|
|
22099
|
+
"parsedType": {
|
|
22100
|
+
"text": "null | 'min' | 'max'"
|
|
22101
|
+
}
|
|
21850
22102
|
},
|
|
21851
22103
|
{
|
|
21852
22104
|
"kind": "field",
|
|
@@ -21887,7 +22139,10 @@
|
|
|
21887
22139
|
"text": "number | readonly number[]"
|
|
21888
22140
|
},
|
|
21889
22141
|
"privacy": "private",
|
|
21890
|
-
"default": "0"
|
|
22142
|
+
"default": "0",
|
|
22143
|
+
"parsedType": {
|
|
22144
|
+
"text": "number | number[]"
|
|
22145
|
+
}
|
|
21891
22146
|
},
|
|
21892
22147
|
{
|
|
21893
22148
|
"kind": "field",
|
|
@@ -21925,7 +22180,10 @@
|
|
|
21925
22180
|
]
|
|
21926
22181
|
},
|
|
21927
22182
|
"privacy": "private",
|
|
21928
|
-
"default": "null"
|
|
22183
|
+
"default": "null",
|
|
22184
|
+
"parsedType": {
|
|
22185
|
+
"text": "null | { element: Element, isActive: boolean, isDragging: boolean, options: { start: { }, move: { }, stop: { } }, handleDragStart: { }, handleDragStop: { }, handleDragMove: { }, start: { }, stop: { }, toggle: { } }"
|
|
22186
|
+
}
|
|
21929
22187
|
},
|
|
21930
22188
|
{
|
|
21931
22189
|
"kind": "field",
|
|
@@ -21943,7 +22201,10 @@
|
|
|
21943
22201
|
]
|
|
21944
22202
|
},
|
|
21945
22203
|
"privacy": "private",
|
|
21946
|
-
"default": "null"
|
|
22204
|
+
"default": "null",
|
|
22205
|
+
"parsedType": {
|
|
22206
|
+
"text": "null | { element: Element, isActive: boolean, isDragging: boolean, options: { start: { }, move: { }, stop: { } }, handleDragStart: { }, handleDragStop: { }, handleDragMove: { }, start: { }, stop: { }, toggle: { } }"
|
|
22207
|
+
}
|
|
21947
22208
|
},
|
|
21948
22209
|
{
|
|
21949
22210
|
"kind": "field",
|
|
@@ -21960,7 +22221,10 @@
|
|
|
21960
22221
|
}
|
|
21961
22222
|
]
|
|
21962
22223
|
},
|
|
21963
|
-
"privacy": "private"
|
|
22224
|
+
"privacy": "private",
|
|
22225
|
+
"parsedType": {
|
|
22226
|
+
"text": "{ element: Element, isActive: boolean, isDragging: boolean, options: { start: { }, move: { }, stop: { } }, handleDragStart: { }, handleDragStop: { }, handleDragMove: { }, start: { }, stop: { }, toggle: { } } | undefined"
|
|
22227
|
+
}
|
|
21964
22228
|
},
|
|
21965
22229
|
{
|
|
21966
22230
|
"kind": "method",
|
|
@@ -22162,7 +22426,10 @@
|
|
|
22162
22426
|
"text": "number | null"
|
|
22163
22427
|
},
|
|
22164
22428
|
"privacy": "private",
|
|
22165
|
-
"default": "null"
|
|
22429
|
+
"default": "null",
|
|
22430
|
+
"parsedType": {
|
|
22431
|
+
"text": "null | number"
|
|
22432
|
+
}
|
|
22166
22433
|
},
|
|
22167
22434
|
{
|
|
22168
22435
|
"kind": "field",
|
|
@@ -22472,7 +22739,7 @@
|
|
|
22472
22739
|
"attribute": "tooltip-placement",
|
|
22473
22740
|
"reflects": true,
|
|
22474
22741
|
"parsedType": {
|
|
22475
|
-
"text": "'top' | '
|
|
22742
|
+
"text": "'top' | 'bottom' | 'right' | 'left'"
|
|
22476
22743
|
}
|
|
22477
22744
|
},
|
|
22478
22745
|
{
|
|
@@ -22526,7 +22793,10 @@
|
|
|
22526
22793
|
},
|
|
22527
22794
|
"default": "0",
|
|
22528
22795
|
"description": "The slider's value. Pass a two-number array to render a range slider.",
|
|
22529
|
-
"attribute": "value"
|
|
22796
|
+
"attribute": "value",
|
|
22797
|
+
"parsedType": {
|
|
22798
|
+
"text": "number | number[]"
|
|
22799
|
+
}
|
|
22530
22800
|
},
|
|
22531
22801
|
{
|
|
22532
22802
|
"kind": "field",
|
|
@@ -22721,7 +22991,7 @@
|
|
|
22721
22991
|
"description": "The placement of the tooltip in reference to the slider's thumb.",
|
|
22722
22992
|
"fieldName": "tooltipPlacement",
|
|
22723
22993
|
"parsedType": {
|
|
22724
|
-
"text": "'top' | '
|
|
22994
|
+
"text": "'top' | 'bottom' | 'right' | 'left'"
|
|
22725
22995
|
}
|
|
22726
22996
|
},
|
|
22727
22997
|
{
|
|
@@ -22731,7 +23001,10 @@
|
|
|
22731
23001
|
},
|
|
22732
23002
|
"default": "0",
|
|
22733
23003
|
"description": "The slider's value. Pass a two-number array to render a range slider.",
|
|
22734
|
-
"fieldName": "value"
|
|
23004
|
+
"fieldName": "value",
|
|
23005
|
+
"parsedType": {
|
|
23006
|
+
"text": "number | number[]"
|
|
23007
|
+
}
|
|
22735
23008
|
},
|
|
22736
23009
|
{
|
|
22737
23010
|
"name": "with-markers",
|
|
@@ -22964,7 +23237,10 @@
|
|
|
22964
23237
|
},
|
|
22965
23238
|
"description": "Draws the component with colors to visually indicate the specified trend.",
|
|
22966
23239
|
"attribute": "trend",
|
|
22967
|
-
"reflects": true
|
|
23240
|
+
"reflects": true,
|
|
23241
|
+
"parsedType": {
|
|
23242
|
+
"text": "'neutral' | 'negative' | 'positive'"
|
|
23243
|
+
}
|
|
22968
23244
|
},
|
|
22969
23245
|
{
|
|
22970
23246
|
"kind": "field",
|
|
@@ -23012,7 +23288,10 @@
|
|
|
23012
23288
|
"text": "\"positive\" | \"negative\" | \"neutral\""
|
|
23013
23289
|
},
|
|
23014
23290
|
"description": "Draws the component with colors to visually indicate the specified trend.",
|
|
23015
|
-
"fieldName": "trend"
|
|
23291
|
+
"fieldName": "trend",
|
|
23292
|
+
"parsedType": {
|
|
23293
|
+
"text": "'neutral' | 'negative' | 'positive'"
|
|
23294
|
+
}
|
|
23016
23295
|
},
|
|
23017
23296
|
{
|
|
23018
23297
|
"name": "variant",
|
|
@@ -23301,7 +23580,10 @@
|
|
|
23301
23580
|
}
|
|
23302
23581
|
]
|
|
23303
23582
|
},
|
|
23304
|
-
"privacy": "private"
|
|
23583
|
+
"privacy": "private",
|
|
23584
|
+
"parsedType": {
|
|
23585
|
+
"text": "{ element: Element, isActive: boolean, isDragging: boolean, options: { start: { }, move: { }, stop: { } }, handleDragStart: { }, handleDragStop: { }, handleDragMove: { }, start: { }, stop: { }, toggle: { } } | undefined"
|
|
23586
|
+
}
|
|
23305
23587
|
},
|
|
23306
23588
|
{
|
|
23307
23589
|
"kind": "field",
|
|
@@ -24213,7 +24495,10 @@
|
|
|
24213
24495
|
"default": "\"top\"",
|
|
24214
24496
|
"description": "The placement of tab controls.",
|
|
24215
24497
|
"attribute": "placement",
|
|
24216
|
-
"reflects": true
|
|
24498
|
+
"reflects": true,
|
|
24499
|
+
"parsedType": {
|
|
24500
|
+
"text": "'start' | 'end' | 'top' | 'bottom'"
|
|
24501
|
+
}
|
|
24217
24502
|
},
|
|
24218
24503
|
{
|
|
24219
24504
|
"kind": "method",
|
|
@@ -24282,7 +24567,10 @@
|
|
|
24282
24567
|
},
|
|
24283
24568
|
"default": "\"top\"",
|
|
24284
24569
|
"description": "The placement of tab controls.",
|
|
24285
|
-
"fieldName": "placement"
|
|
24570
|
+
"fieldName": "placement",
|
|
24571
|
+
"parsedType": {
|
|
24572
|
+
"text": "'start' | 'end' | 'top' | 'bottom'"
|
|
24573
|
+
}
|
|
24286
24574
|
},
|
|
24287
24575
|
{
|
|
24288
24576
|
"name": "tab",
|
|
@@ -24585,7 +24873,10 @@
|
|
|
24585
24873
|
"text": "\"off\" | \"none\" | \"on\" | \"sentences\" | \"words\" | \"characters\""
|
|
24586
24874
|
},
|
|
24587
24875
|
"description": "Turns autocapitalize on or off in supported browsers.",
|
|
24588
|
-
"attribute": "autocapitalize"
|
|
24876
|
+
"attribute": "autocapitalize",
|
|
24877
|
+
"parsedType": {
|
|
24878
|
+
"text": "'none' | 'on' | 'off' | 'sentences' | 'words' | 'characters'"
|
|
24879
|
+
}
|
|
24589
24880
|
},
|
|
24590
24881
|
{
|
|
24591
24882
|
"kind": "field",
|
|
@@ -24650,7 +24941,10 @@
|
|
|
24650
24941
|
"text": "\"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"search\" | \"send\""
|
|
24651
24942
|
},
|
|
24652
24943
|
"description": "Sets the enter key label on virtual keyboards.",
|
|
24653
|
-
"attribute": "enterkeyhint"
|
|
24944
|
+
"attribute": "enterkeyhint",
|
|
24945
|
+
"parsedType": {
|
|
24946
|
+
"text": "'search' | 'enter' | 'done' | 'go' | 'next' | 'previous' | 'send'"
|
|
24947
|
+
}
|
|
24654
24948
|
},
|
|
24655
24949
|
{
|
|
24656
24950
|
"kind": "method",
|
|
@@ -24727,7 +25021,7 @@
|
|
|
24727
25021
|
"description": "Provides the browser with a hint about the type of data that might be entered by the user, allowing the appropriate\nvirtual keyboard to be displayed on supported devices.",
|
|
24728
25022
|
"attribute": "inputmode",
|
|
24729
25023
|
"parsedType": {
|
|
24730
|
-
"text": "'none' | '
|
|
25024
|
+
"text": "'none' | 'email' | 'search' | 'tel' | 'text' | 'url' | 'decimal' | 'numeric'"
|
|
24731
25025
|
}
|
|
24732
25026
|
},
|
|
24733
25027
|
{
|
|
@@ -24823,7 +25117,10 @@
|
|
|
24823
25117
|
},
|
|
24824
25118
|
"default": "\"vertical\"",
|
|
24825
25119
|
"description": "Determines how the text area can be resized.",
|
|
24826
|
-
"attribute": "resize"
|
|
25120
|
+
"attribute": "resize",
|
|
25121
|
+
"parsedType": {
|
|
25122
|
+
"text": "'none' | 'vertical' | 'auto'"
|
|
25123
|
+
}
|
|
24827
25124
|
},
|
|
24828
25125
|
{
|
|
24829
25126
|
"kind": "field",
|
|
@@ -25011,7 +25308,10 @@
|
|
|
25011
25308
|
"default": "\"normal\"",
|
|
25012
25309
|
"description": "The type of text area to render.",
|
|
25013
25310
|
"attribute": "variant",
|
|
25014
|
-
"reflects": true
|
|
25311
|
+
"reflects": true,
|
|
25312
|
+
"parsedType": {
|
|
25313
|
+
"text": "'normal' | 'unstyled' | 'filled'"
|
|
25314
|
+
}
|
|
25015
25315
|
},
|
|
25016
25316
|
{
|
|
25017
25317
|
"kind": "field",
|
|
@@ -25047,7 +25347,10 @@
|
|
|
25047
25347
|
"text": "\"off\" | \"none\" | \"on\" | \"sentences\" | \"words\" | \"characters\""
|
|
25048
25348
|
},
|
|
25049
25349
|
"description": "Turns autocapitalize on or off in supported browsers.",
|
|
25050
|
-
"fieldName": "autocapitalize"
|
|
25350
|
+
"fieldName": "autocapitalize",
|
|
25351
|
+
"parsedType": {
|
|
25352
|
+
"text": "'none' | 'on' | 'off' | 'sentences' | 'words' | 'characters'"
|
|
25353
|
+
}
|
|
25051
25354
|
},
|
|
25052
25355
|
{
|
|
25053
25356
|
"name": "autocomplete",
|
|
@@ -25096,7 +25399,10 @@
|
|
|
25096
25399
|
"text": "\"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"search\" | \"send\""
|
|
25097
25400
|
},
|
|
25098
25401
|
"description": "Sets the enter key label on virtual keyboards.",
|
|
25099
|
-
"fieldName": "enterkeyhint"
|
|
25402
|
+
"fieldName": "enterkeyhint",
|
|
25403
|
+
"parsedType": {
|
|
25404
|
+
"text": "'search' | 'enter' | 'done' | 'go' | 'next' | 'previous' | 'send'"
|
|
25405
|
+
}
|
|
25100
25406
|
},
|
|
25101
25407
|
{
|
|
25102
25408
|
"name": "form",
|
|
@@ -25114,7 +25420,7 @@
|
|
|
25114
25420
|
"description": "Provides the browser with a hint about the type of data that might be entered by the user, allowing the appropriate\nvirtual keyboard to be displayed on supported devices.",
|
|
25115
25421
|
"fieldName": "inputmode",
|
|
25116
25422
|
"parsedType": {
|
|
25117
|
-
"text": "'none' | '
|
|
25423
|
+
"text": "'none' | 'email' | 'search' | 'tel' | 'text' | 'url' | 'decimal' | 'numeric'"
|
|
25118
25424
|
}
|
|
25119
25425
|
},
|
|
25120
25426
|
{
|
|
@@ -25182,7 +25488,10 @@
|
|
|
25182
25488
|
},
|
|
25183
25489
|
"default": "\"vertical\"",
|
|
25184
25490
|
"description": "Determines how the text area can be resized.",
|
|
25185
|
-
"fieldName": "resize"
|
|
25491
|
+
"fieldName": "resize",
|
|
25492
|
+
"parsedType": {
|
|
25493
|
+
"text": "'none' | 'vertical' | 'auto'"
|
|
25494
|
+
}
|
|
25186
25495
|
},
|
|
25187
25496
|
{
|
|
25188
25497
|
"name": "rows",
|
|
@@ -25226,7 +25535,10 @@
|
|
|
25226
25535
|
},
|
|
25227
25536
|
"default": "\"normal\"",
|
|
25228
25537
|
"description": "The type of text area to render.",
|
|
25229
|
-
"fieldName": "variant"
|
|
25538
|
+
"fieldName": "variant",
|
|
25539
|
+
"parsedType": {
|
|
25540
|
+
"text": "'normal' | 'unstyled' | 'filled'"
|
|
25541
|
+
}
|
|
25230
25542
|
}
|
|
25231
25543
|
],
|
|
25232
25544
|
"cssStates": [
|
|
@@ -25353,7 +25665,10 @@
|
|
|
25353
25665
|
"text": "\"off\" | \"none\" | \"on\" | \"sentences\" | \"words\" | \"characters\""
|
|
25354
25666
|
},
|
|
25355
25667
|
"description": "Turns autocapitalize on or off in supported browsers.",
|
|
25356
|
-
"attribute": "autocapitalize"
|
|
25668
|
+
"attribute": "autocapitalize",
|
|
25669
|
+
"parsedType": {
|
|
25670
|
+
"text": "'none' | 'on' | 'off' | 'sentences' | 'words' | 'characters'"
|
|
25671
|
+
}
|
|
25357
25672
|
},
|
|
25358
25673
|
{
|
|
25359
25674
|
"kind": "field",
|
|
@@ -25434,7 +25749,10 @@
|
|
|
25434
25749
|
"text": "\"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"search\" | \"send\""
|
|
25435
25750
|
},
|
|
25436
25751
|
"description": "Sets the enter key label on virtual keyboards.",
|
|
25437
|
-
"attribute": "enterkeyhint"
|
|
25752
|
+
"attribute": "enterkeyhint",
|
|
25753
|
+
"parsedType": {
|
|
25754
|
+
"text": "'search' | 'enter' | 'done' | 'go' | 'next' | 'previous' | 'send'"
|
|
25755
|
+
}
|
|
25438
25756
|
},
|
|
25439
25757
|
{
|
|
25440
25758
|
"kind": "method",
|
|
@@ -25584,7 +25902,7 @@
|
|
|
25584
25902
|
"description": "Provides the browser with a hint about the type of data that might be entered by the user, allowing the appropriate\nvirtual keyboard to be displayed on supported devices.",
|
|
25585
25903
|
"attribute": "inputmode",
|
|
25586
25904
|
"parsedType": {
|
|
25587
|
-
"text": "'none' | '
|
|
25905
|
+
"text": "'none' | 'email' | 'search' | 'tel' | 'text' | 'url' | 'decimal' | 'numeric'"
|
|
25588
25906
|
}
|
|
25589
25907
|
},
|
|
25590
25908
|
{
|
|
@@ -25889,7 +26207,7 @@
|
|
|
25889
26207
|
"description": "The type of data the text field will accept.",
|
|
25890
26208
|
"attribute": "type",
|
|
25891
26209
|
"parsedType": {
|
|
25892
|
-
"text": "'color' | 'date' | 'datetime-local' | 'email' | 'month' | '
|
|
26210
|
+
"text": "'number' | 'color' | 'date' | 'datetime-local' | 'email' | 'month' | 'password' | 'search' | 'tel' | 'text' | 'time' | 'url' | 'week'"
|
|
25893
26211
|
}
|
|
25894
26212
|
},
|
|
25895
26213
|
{
|
|
@@ -25917,7 +26235,10 @@
|
|
|
25917
26235
|
"default": "\"normal\"",
|
|
25918
26236
|
"description": "The type of text field to render.",
|
|
25919
26237
|
"attribute": "variant",
|
|
25920
|
-
"reflects": true
|
|
26238
|
+
"reflects": true,
|
|
26239
|
+
"parsedType": {
|
|
26240
|
+
"text": "'normal' | 'unstyled' | 'filled'"
|
|
26241
|
+
}
|
|
25921
26242
|
},
|
|
25922
26243
|
{
|
|
25923
26244
|
"kind": "field",
|
|
@@ -25964,7 +26285,10 @@
|
|
|
25964
26285
|
"text": "\"off\" | \"none\" | \"on\" | \"sentences\" | \"words\" | \"characters\""
|
|
25965
26286
|
},
|
|
25966
26287
|
"description": "Turns autocapitalize on or off in supported browsers.",
|
|
25967
|
-
"fieldName": "autocapitalize"
|
|
26288
|
+
"fieldName": "autocapitalize",
|
|
26289
|
+
"parsedType": {
|
|
26290
|
+
"text": "'none' | 'on' | 'off' | 'sentences' | 'words' | 'characters'"
|
|
26291
|
+
}
|
|
25968
26292
|
},
|
|
25969
26293
|
{
|
|
25970
26294
|
"name": "autocomplete",
|
|
@@ -26013,7 +26337,10 @@
|
|
|
26013
26337
|
"text": "\"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"search\" | \"send\""
|
|
26014
26338
|
},
|
|
26015
26339
|
"description": "Sets the enter key label on virtual keyboards.",
|
|
26016
|
-
"fieldName": "enterkeyhint"
|
|
26340
|
+
"fieldName": "enterkeyhint",
|
|
26341
|
+
"parsedType": {
|
|
26342
|
+
"text": "'search' | 'enter' | 'done' | 'go' | 'next' | 'previous' | 'send'"
|
|
26343
|
+
}
|
|
26017
26344
|
},
|
|
26018
26345
|
{
|
|
26019
26346
|
"name": "form",
|
|
@@ -26031,7 +26358,7 @@
|
|
|
26031
26358
|
"description": "Provides the browser with a hint about the type of data that might be entered by the user, allowing the appropriate\nvirtual keyboard to be displayed on supported devices.",
|
|
26032
26359
|
"fieldName": "inputmode",
|
|
26033
26360
|
"parsedType": {
|
|
26034
|
-
"text": "'none' | '
|
|
26361
|
+
"text": "'none' | 'email' | 'search' | 'tel' | 'text' | 'url' | 'decimal' | 'numeric'"
|
|
26035
26362
|
}
|
|
26036
26363
|
},
|
|
26037
26364
|
{
|
|
@@ -26159,7 +26486,7 @@
|
|
|
26159
26486
|
"description": "The type of data the text field will accept.",
|
|
26160
26487
|
"fieldName": "type",
|
|
26161
26488
|
"parsedType": {
|
|
26162
|
-
"text": "'color' | 'date' | 'datetime-local' | 'email' | 'month' | '
|
|
26489
|
+
"text": "'number' | 'color' | 'date' | 'datetime-local' | 'email' | 'month' | 'password' | 'search' | 'tel' | 'text' | 'time' | 'url' | 'week'"
|
|
26163
26490
|
}
|
|
26164
26491
|
},
|
|
26165
26492
|
{
|
|
@@ -26178,7 +26505,10 @@
|
|
|
26178
26505
|
},
|
|
26179
26506
|
"default": "\"normal\"",
|
|
26180
26507
|
"description": "The type of text field to render.",
|
|
26181
|
-
"fieldName": "variant"
|
|
26508
|
+
"fieldName": "variant",
|
|
26509
|
+
"parsedType": {
|
|
26510
|
+
"text": "'normal' | 'unstyled' | 'filled'"
|
|
26511
|
+
}
|
|
26182
26512
|
},
|
|
26183
26513
|
{
|
|
26184
26514
|
"name": "with-clear",
|
|
@@ -26421,7 +26751,10 @@
|
|
|
26421
26751
|
},
|
|
26422
26752
|
"default": "\"\"",
|
|
26423
26753
|
"description": "The date to stop showing the content.",
|
|
26424
|
-
"attribute": "end-date"
|
|
26754
|
+
"attribute": "end-date",
|
|
26755
|
+
"parsedType": {
|
|
26756
|
+
"text": "string | { toString: { }, toDateString: { }, toTimeString: { }, toLocaleString: { }, toLocaleDateString: { }, toLocaleTimeString: { }, valueOf: { }, getTime: { }, getFullYear: { }, getUTCFullYear: { }, getMonth: { }, getUTCMonth: { }, getDate: { }, getUTCDate: { }, getDay: { }, getUTCDay: { }, getHours: { }, getUTCHours: { }, getMinutes: { }, getUTCMinutes: { }, getSeconds: { }, getUTCSeconds: { }, getMilliseconds: { }, getUTCMilliseconds: { }, getTimezoneOffset: { }, setTime: { }, setMilliseconds: { }, setUTCMilliseconds: { }, setSeconds: { }, setUTCSeconds: { }, setMinutes: { }, setUTCMinutes: { }, setHours: { }, setUTCHours: { }, setDate: { }, setUTCDate: { }, setMonth: { }, setUTCMonth: { }, setFullYear: { }, setUTCFullYear: { }, toUTCString: { }, toISOString: { }, toJSON: { }, __@toPrimitive@867: { } }"
|
|
26757
|
+
}
|
|
26425
26758
|
},
|
|
26426
26759
|
{
|
|
26427
26760
|
"kind": "field",
|
|
@@ -26455,7 +26788,10 @@
|
|
|
26455
26788
|
},
|
|
26456
26789
|
"default": "\"\"",
|
|
26457
26790
|
"description": "The date to start showing the content.",
|
|
26458
|
-
"attribute": "start-date"
|
|
26791
|
+
"attribute": "start-date",
|
|
26792
|
+
"parsedType": {
|
|
26793
|
+
"text": "string | { toString: { }, toDateString: { }, toTimeString: { }, toLocaleString: { }, toLocaleDateString: { }, toLocaleTimeString: { }, valueOf: { }, getTime: { }, getFullYear: { }, getUTCFullYear: { }, getMonth: { }, getUTCMonth: { }, getDate: { }, getUTCDate: { }, getDay: { }, getUTCDay: { }, getHours: { }, getUTCHours: { }, getMinutes: { }, getUTCMinutes: { }, getSeconds: { }, getUTCSeconds: { }, getMilliseconds: { }, getUTCMilliseconds: { }, getTimezoneOffset: { }, setTime: { }, setMilliseconds: { }, setUTCMilliseconds: { }, setSeconds: { }, setUTCSeconds: { }, setMinutes: { }, setUTCMinutes: { }, setHours: { }, setUTCHours: { }, setDate: { }, setUTCDate: { }, setMonth: { }, setUTCMonth: { }, setFullYear: { }, setUTCFullYear: { }, toUTCString: { }, toISOString: { }, toJSON: { }, __@toPrimitive@867: { } }"
|
|
26794
|
+
}
|
|
26459
26795
|
},
|
|
26460
26796
|
{
|
|
26461
26797
|
"kind": "field",
|
|
@@ -26463,7 +26799,10 @@
|
|
|
26463
26799
|
"type": {
|
|
26464
26800
|
"text": "ReturnType<typeof setInterval> | undefined"
|
|
26465
26801
|
},
|
|
26466
|
-
"privacy": "private"
|
|
26802
|
+
"privacy": "private",
|
|
26803
|
+
"parsedType": {
|
|
26804
|
+
"text": "{ close: { }, hasRef: { }, ref: { }, refresh: { }, unref: { }, _onTimeout: { }, __@toPrimitive@867: { }, __@dispose@869: { } } | undefined"
|
|
26805
|
+
}
|
|
26467
26806
|
}
|
|
26468
26807
|
],
|
|
26469
26808
|
"attributes": [
|
|
@@ -26482,7 +26821,10 @@
|
|
|
26482
26821
|
},
|
|
26483
26822
|
"default": "\"\"",
|
|
26484
26823
|
"description": "The date to stop showing the content.",
|
|
26485
|
-
"fieldName": "endDate"
|
|
26824
|
+
"fieldName": "endDate",
|
|
26825
|
+
"parsedType": {
|
|
26826
|
+
"text": "string | { toString: { }, toDateString: { }, toTimeString: { }, toLocaleString: { }, toLocaleDateString: { }, toLocaleTimeString: { }, valueOf: { }, getTime: { }, getFullYear: { }, getUTCFullYear: { }, getMonth: { }, getUTCMonth: { }, getDate: { }, getUTCDate: { }, getDay: { }, getUTCDay: { }, getHours: { }, getUTCHours: { }, getMinutes: { }, getUTCMinutes: { }, getSeconds: { }, getUTCSeconds: { }, getMilliseconds: { }, getUTCMilliseconds: { }, getTimezoneOffset: { }, setTime: { }, setMilliseconds: { }, setUTCMilliseconds: { }, setSeconds: { }, setUTCSeconds: { }, setMinutes: { }, setUTCMinutes: { }, setHours: { }, setUTCHours: { }, setDate: { }, setUTCDate: { }, setMonth: { }, setUTCMonth: { }, setFullYear: { }, setUTCFullYear: { }, toUTCString: { }, toISOString: { }, toJSON: { }, __@toPrimitive@867: { } }"
|
|
26827
|
+
}
|
|
26486
26828
|
},
|
|
26487
26829
|
{
|
|
26488
26830
|
"name": "live",
|
|
@@ -26508,7 +26850,10 @@
|
|
|
26508
26850
|
},
|
|
26509
26851
|
"default": "\"\"",
|
|
26510
26852
|
"description": "The date to start showing the content.",
|
|
26511
|
-
"fieldName": "startDate"
|
|
26853
|
+
"fieldName": "startDate",
|
|
26854
|
+
"parsedType": {
|
|
26855
|
+
"text": "string | { toString: { }, toDateString: { }, toTimeString: { }, toLocaleString: { }, toLocaleDateString: { }, toLocaleTimeString: { }, valueOf: { }, getTime: { }, getFullYear: { }, getUTCFullYear: { }, getMonth: { }, getUTCMonth: { }, getDate: { }, getUTCDate: { }, getDay: { }, getUTCDay: { }, getHours: { }, getUTCHours: { }, getMinutes: { }, getUTCMinutes: { }, getSeconds: { }, getUTCSeconds: { }, getMilliseconds: { }, getUTCMilliseconds: { }, getTimezoneOffset: { }, setTime: { }, setMilliseconds: { }, setUTCMilliseconds: { }, setSeconds: { }, setUTCSeconds: { }, setMinutes: { }, setUTCMinutes: { }, setHours: { }, setUTCHours: { }, setDate: { }, setUTCDate: { }, setMonth: { }, setUTCMonth: { }, setFullYear: { }, setUTCFullYear: { }, toUTCString: { }, toISOString: { }, toJSON: { }, __@toPrimitive@867: { } }"
|
|
26856
|
+
}
|
|
26512
26857
|
}
|
|
26513
26858
|
],
|
|
26514
26859
|
"superclass": {
|
|
@@ -26626,7 +26971,10 @@
|
|
|
26626
26971
|
"text": "number | null"
|
|
26627
26972
|
},
|
|
26628
26973
|
"privacy": "private",
|
|
26629
|
-
"default": "null"
|
|
26974
|
+
"default": "null",
|
|
26975
|
+
"parsedType": {
|
|
26976
|
+
"text": "null | number"
|
|
26977
|
+
}
|
|
26630
26978
|
},
|
|
26631
26979
|
{
|
|
26632
26980
|
"kind": "field",
|
|
@@ -26637,7 +26985,10 @@
|
|
|
26637
26985
|
"default": "\"neutral\"",
|
|
26638
26986
|
"description": "The type of notification to render.",
|
|
26639
26987
|
"attribute": "color",
|
|
26640
|
-
"reflects": true
|
|
26988
|
+
"reflects": true,
|
|
26989
|
+
"parsedType": {
|
|
26990
|
+
"text": "'neutral' | 'primary' | 'success' | 'destructive'"
|
|
26991
|
+
}
|
|
26641
26992
|
},
|
|
26642
26993
|
{
|
|
26643
26994
|
"kind": "field",
|
|
@@ -26714,7 +27065,10 @@
|
|
|
26714
27065
|
"text": "number | null"
|
|
26715
27066
|
},
|
|
26716
27067
|
"privacy": "private",
|
|
26717
|
-
"default": "null"
|
|
27068
|
+
"default": "null",
|
|
27069
|
+
"parsedType": {
|
|
27070
|
+
"text": "null | number"
|
|
27071
|
+
}
|
|
26718
27072
|
},
|
|
26719
27073
|
{
|
|
26720
27074
|
"kind": "field",
|
|
@@ -26757,7 +27111,10 @@
|
|
|
26757
27111
|
},
|
|
26758
27112
|
"default": "\"neutral\"",
|
|
26759
27113
|
"description": "The type of notification to render.",
|
|
26760
|
-
"fieldName": "color"
|
|
27114
|
+
"fieldName": "color",
|
|
27115
|
+
"parsedType": {
|
|
27116
|
+
"text": "'neutral' | 'primary' | 'success' | 'destructive'"
|
|
27117
|
+
}
|
|
26761
27118
|
},
|
|
26762
27119
|
{
|
|
26763
27120
|
"name": "duration",
|
|
@@ -27008,7 +27365,7 @@
|
|
|
27008
27365
|
"attribute": "placement",
|
|
27009
27366
|
"reflects": true,
|
|
27010
27367
|
"parsedType": {
|
|
27011
|
-
"text": "'top-start' | 'top-
|
|
27368
|
+
"text": "'top-start' | 'top-end' | 'bottom-start' | 'bottom-end' | 'top-center' | 'bottom-center'"
|
|
27012
27369
|
}
|
|
27013
27370
|
},
|
|
27014
27371
|
{
|
|
@@ -27047,7 +27404,10 @@
|
|
|
27047
27404
|
]
|
|
27048
27405
|
},
|
|
27049
27406
|
"privacy": "public",
|
|
27050
|
-
"description": "A custom enter/exit animation passed through to the internal transition group.\n(Property only)"
|
|
27407
|
+
"description": "A custom enter/exit animation passed through to the internal transition group.\n(Property only)",
|
|
27408
|
+
"parsedType": {
|
|
27409
|
+
"text": "{ enter: { keyframes: { composite?: 'auto' | 'accumulate' | 'add' | 'replace', easing?: string, offset?: null | number }[], easing: string }, exit: { keyframes: { composite?: 'auto' | 'accumulate' | 'add' | 'replace', easing?: string, offset?: null | number }[], easing: string } } | undefined"
|
|
27410
|
+
}
|
|
27051
27411
|
},
|
|
27052
27412
|
{
|
|
27053
27413
|
"kind": "field",
|
|
@@ -27074,7 +27434,7 @@
|
|
|
27074
27434
|
"description": "The placement of the toast stack on the screen.",
|
|
27075
27435
|
"fieldName": "placement",
|
|
27076
27436
|
"parsedType": {
|
|
27077
|
-
"text": "'top-start' | 'top-
|
|
27437
|
+
"text": "'top-start' | 'top-end' | 'bottom-start' | 'bottom-end' | 'top-center' | 'bottom-center'"
|
|
27078
27438
|
}
|
|
27079
27439
|
}
|
|
27080
27440
|
],
|
|
@@ -27225,7 +27585,7 @@
|
|
|
27225
27585
|
"attribute": "effect",
|
|
27226
27586
|
"reflects": true,
|
|
27227
27587
|
"parsedType": {
|
|
27228
|
-
"text": "'fade' | 'scale' | 'flip-x' | 'flip-y' | 'translate-x' | 'translate-y'
|
|
27588
|
+
"text": "'none' | 'fade' | 'scale' | 'flip-x' | 'flip-y' | 'translate-x' | 'translate-y'"
|
|
27229
27589
|
}
|
|
27230
27590
|
},
|
|
27231
27591
|
{
|
|
@@ -27409,7 +27769,7 @@
|
|
|
27409
27769
|
"description": "The animation to use when toggling.",
|
|
27410
27770
|
"fieldName": "effect",
|
|
27411
27771
|
"parsedType": {
|
|
27412
|
-
"text": "'fade' | 'scale' | 'flip-x' | 'flip-y' | 'translate-x' | 'translate-y'
|
|
27772
|
+
"text": "'none' | 'fade' | 'scale' | 'flip-x' | 'flip-y' | 'translate-x' | 'translate-y'"
|
|
27413
27773
|
}
|
|
27414
27774
|
},
|
|
27415
27775
|
{
|
|
@@ -28102,7 +28462,10 @@
|
|
|
28102
28462
|
},
|
|
28103
28463
|
"default": "\"auto\"",
|
|
28104
28464
|
"description": "By default, the tooltip automatically shows when the user focuses or hovers over the anchor. If you want to control\nthe tooltip programmatically, set this to `manual`.",
|
|
28105
|
-
"attribute": "activation"
|
|
28465
|
+
"attribute": "activation",
|
|
28466
|
+
"parsedType": {
|
|
28467
|
+
"text": "'manual' | 'auto'"
|
|
28468
|
+
}
|
|
28106
28469
|
},
|
|
28107
28470
|
{
|
|
28108
28471
|
"kind": "field",
|
|
@@ -28118,7 +28481,10 @@
|
|
|
28118
28481
|
}
|
|
28119
28482
|
]
|
|
28120
28483
|
},
|
|
28121
|
-
"privacy": "private"
|
|
28484
|
+
"privacy": "private",
|
|
28485
|
+
"parsedType": {
|
|
28486
|
+
"text": "null | Element"
|
|
28487
|
+
}
|
|
28122
28488
|
},
|
|
28123
28489
|
{
|
|
28124
28490
|
"kind": "field",
|
|
@@ -28142,7 +28508,10 @@
|
|
|
28142
28508
|
"type": {
|
|
28143
28509
|
"text": "ReturnType<typeof autoUpdate> | undefined"
|
|
28144
28510
|
},
|
|
28145
|
-
"privacy": "private"
|
|
28511
|
+
"privacy": "private",
|
|
28512
|
+
"parsedType": {
|
|
28513
|
+
"text": "{ } | undefined"
|
|
28514
|
+
}
|
|
28146
28515
|
},
|
|
28147
28516
|
{
|
|
28148
28517
|
"kind": "field",
|
|
@@ -28228,7 +28597,10 @@
|
|
|
28228
28597
|
"type": {
|
|
28229
28598
|
"text": "ReturnType<typeof setTimeout> | undefined"
|
|
28230
28599
|
},
|
|
28231
|
-
"privacy": "private"
|
|
28600
|
+
"privacy": "private",
|
|
28601
|
+
"parsedType": {
|
|
28602
|
+
"text": "{ close: { }, hasRef: { }, ref: { }, refresh: { }, unref: { }, _onTimeout: { }, __@toPrimitive@867: { }, __@dispose@869: { } } | undefined"
|
|
28603
|
+
}
|
|
28232
28604
|
},
|
|
28233
28605
|
{
|
|
28234
28606
|
"kind": "field",
|
|
@@ -28236,7 +28608,10 @@
|
|
|
28236
28608
|
"type": {
|
|
28237
28609
|
"text": "ReturnType<typeof setTimeout> | undefined"
|
|
28238
28610
|
},
|
|
28239
|
-
"privacy": "private"
|
|
28611
|
+
"privacy": "private",
|
|
28612
|
+
"parsedType": {
|
|
28613
|
+
"text": "{ close: { }, hasRef: { }, ref: { }, refresh: { }, unref: { }, _onTimeout: { }, __@toPrimitive@867: { }, __@dispose@869: { } } | undefined"
|
|
28614
|
+
}
|
|
28240
28615
|
},
|
|
28241
28616
|
{
|
|
28242
28617
|
"kind": "field",
|
|
@@ -28289,7 +28664,7 @@
|
|
|
28289
28664
|
"attribute": "placement",
|
|
28290
28665
|
"reflects": true,
|
|
28291
28666
|
"parsedType": {
|
|
28292
|
-
"text": "'top' | '
|
|
28667
|
+
"text": "'top' | 'bottom' | 'right' | 'left' | 'top-start' | 'top-end' | 'bottom-start' | 'bottom-end' | 'right-start' | 'right-end' | 'left-start' | 'left-end'"
|
|
28293
28668
|
}
|
|
28294
28669
|
},
|
|
28295
28670
|
{
|
|
@@ -28374,7 +28749,10 @@
|
|
|
28374
28749
|
},
|
|
28375
28750
|
"default": "\"auto\"",
|
|
28376
28751
|
"description": "By default, the tooltip automatically shows when the user focuses or hovers over the anchor. If you want to control\nthe tooltip programmatically, set this to `manual`.",
|
|
28377
|
-
"fieldName": "activation"
|
|
28752
|
+
"fieldName": "activation",
|
|
28753
|
+
"parsedType": {
|
|
28754
|
+
"text": "'manual' | 'auto'"
|
|
28755
|
+
}
|
|
28378
28756
|
},
|
|
28379
28757
|
{
|
|
28380
28758
|
"name": "close-delay",
|
|
@@ -28438,7 +28816,7 @@
|
|
|
28438
28816
|
"description": "The placement of the tooltip in reference to the anchor. The menu will shift to a more optimal location if the\npreferred placement doesn't have enough room.",
|
|
28439
28817
|
"fieldName": "placement",
|
|
28440
28818
|
"parsedType": {
|
|
28441
|
-
"text": "'top' | '
|
|
28819
|
+
"text": "'top' | 'bottom' | 'right' | 'left' | 'top-start' | 'top-end' | 'bottom-start' | 'bottom-end' | 'right-start' | 'right-end' | 'left-start' | 'left-end'"
|
|
28442
28820
|
}
|
|
28443
28821
|
},
|
|
28444
28822
|
{
|
|
@@ -28691,7 +29069,10 @@
|
|
|
28691
29069
|
]
|
|
28692
29070
|
},
|
|
28693
29071
|
"privacy": "public",
|
|
28694
|
-
"description": "A custom enter/exit animation conforming to the `TransitionAnimation` interface.\n(Property only)"
|
|
29072
|
+
"description": "A custom enter/exit animation conforming to the `TransitionAnimation` interface.\n(Property only)",
|
|
29073
|
+
"parsedType": {
|
|
29074
|
+
"text": "{ enter: { keyframes: { composite?: 'auto' | 'accumulate' | 'add' | 'replace', easing?: string, offset?: null | number }[], easing: string }, exit: { keyframes: { composite?: 'auto' | 'accumulate' | 'add' | 'replace', easing?: string, offset?: null | number }[], easing: string } } | undefined"
|
|
29075
|
+
}
|
|
28695
29076
|
},
|
|
28696
29077
|
{
|
|
28697
29078
|
"kind": "method",
|
|
@@ -28887,7 +29268,10 @@
|
|
|
28887
29268
|
},
|
|
28888
29269
|
"privacy": "public",
|
|
28889
29270
|
"description": "Returns the internal iframe's `document` object. (Readonly property)",
|
|
28890
|
-
"readonly": true
|
|
29271
|
+
"readonly": true,
|
|
29272
|
+
"parsedType": {
|
|
29273
|
+
"text": "null | Document"
|
|
29274
|
+
}
|
|
28891
29275
|
},
|
|
28892
29276
|
{
|
|
28893
29277
|
"kind": "field",
|
|
@@ -28905,7 +29289,10 @@
|
|
|
28905
29289
|
},
|
|
28906
29290
|
"privacy": "public",
|
|
28907
29291
|
"description": "Returns the internal iframe's `window` object. (Readonly property)",
|
|
28908
|
-
"readonly": true
|
|
29292
|
+
"readonly": true,
|
|
29293
|
+
"parsedType": {
|
|
29294
|
+
"text": "null | Window"
|
|
29295
|
+
}
|
|
28909
29296
|
},
|
|
28910
29297
|
{
|
|
28911
29298
|
"kind": "method",
|
|
@@ -29295,7 +29682,7 @@
|
|
|
29295
29682
|
"package": {
|
|
29296
29683
|
"name": "@mcp-b/web-components",
|
|
29297
29684
|
"description": "Sigvelo SaaS web components built with Lit.",
|
|
29298
|
-
"version": "0.2.
|
|
29685
|
+
"version": "0.2.8",
|
|
29299
29686
|
"license": "MIT"
|
|
29300
29687
|
}
|
|
29301
29688
|
}
|