@kubex/zinc 1.1.74 → 1.1.76
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/custom-elements.json +1031 -1031
- package/dist/vscode.html-custom-data.json +52 -52
- package/dist/web-types.json +145 -145
- package/dist/zn.min.js +71 -68
- package/package.json +1 -1
- package/src/components/content-block/content-block.component.ts +2 -3
- package/src/components/content-block/content-block.test.ts +26 -2
- package/src/components/expanding-action/expanding-action.component.ts +4 -2
- package/src/components/expanding-action/expanding-action.scss +14 -2
- package/src/components/expanding-action/expanding-action.test.ts +44 -1
|
@@ -47,79 +47,6 @@
|
|
|
47
47
|
}
|
|
48
48
|
]
|
|
49
49
|
},
|
|
50
|
-
{
|
|
51
|
-
"kind": "javascript-module",
|
|
52
|
-
"path": "components/action-bar/action-bar.js",
|
|
53
|
-
"declarations": [
|
|
54
|
-
{
|
|
55
|
-
"kind": "class",
|
|
56
|
-
"description": "",
|
|
57
|
-
"name": "ZnActionBar",
|
|
58
|
-
"cssProperties": [
|
|
59
|
-
{
|
|
60
|
-
"description": "An example CSS custom property.",
|
|
61
|
-
"name": "--example"
|
|
62
|
-
}
|
|
63
|
-
],
|
|
64
|
-
"cssParts": [
|
|
65
|
-
{
|
|
66
|
-
"description": "The component's base wrapper.",
|
|
67
|
-
"name": "base"
|
|
68
|
-
}
|
|
69
|
-
],
|
|
70
|
-
"slots": [
|
|
71
|
-
{
|
|
72
|
-
"description": "The default slot.",
|
|
73
|
-
"name": ""
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"description": "An example slot.",
|
|
77
|
-
"name": "example"
|
|
78
|
-
}
|
|
79
|
-
],
|
|
80
|
-
"members": [
|
|
81
|
-
{
|
|
82
|
-
"kind": "field",
|
|
83
|
-
"name": "localize",
|
|
84
|
-
"privacy": "private",
|
|
85
|
-
"readonly": true,
|
|
86
|
-
"default": "new LocalizeController(this)"
|
|
87
|
-
}
|
|
88
|
-
],
|
|
89
|
-
"events": [
|
|
90
|
-
{
|
|
91
|
-
"description": "Emitted as an example.",
|
|
92
|
-
"name": "zn-event-name"
|
|
93
|
-
}
|
|
94
|
-
],
|
|
95
|
-
"superclass": {
|
|
96
|
-
"name": "ZincElement",
|
|
97
|
-
"module": "/src/internal/zinc-element"
|
|
98
|
-
},
|
|
99
|
-
"summary": "Short summary of the component's intended use.",
|
|
100
|
-
"tagNameWithoutPrefix": "action-bar",
|
|
101
|
-
"tagName": "zn-action-bar",
|
|
102
|
-
"customElement": true,
|
|
103
|
-
"jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/action-bar\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
|
|
104
|
-
"documentation": "https://zinc.style/components/action-bar",
|
|
105
|
-
"status": "experimental",
|
|
106
|
-
"since": "1.0",
|
|
107
|
-
"dependencies": [
|
|
108
|
-
"zn-example"
|
|
109
|
-
]
|
|
110
|
-
}
|
|
111
|
-
],
|
|
112
|
-
"exports": [
|
|
113
|
-
{
|
|
114
|
-
"kind": "js",
|
|
115
|
-
"name": "default",
|
|
116
|
-
"declaration": {
|
|
117
|
-
"name": "ZnActionBar",
|
|
118
|
-
"module": "components/action-bar/action-bar.js"
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
]
|
|
122
|
-
},
|
|
123
50
|
{
|
|
124
51
|
"kind": "javascript-module",
|
|
125
52
|
"path": "components/alert/alert.js",
|
|
@@ -314,6 +241,79 @@
|
|
|
314
241
|
}
|
|
315
242
|
]
|
|
316
243
|
},
|
|
244
|
+
{
|
|
245
|
+
"kind": "javascript-module",
|
|
246
|
+
"path": "components/action-bar/action-bar.js",
|
|
247
|
+
"declarations": [
|
|
248
|
+
{
|
|
249
|
+
"kind": "class",
|
|
250
|
+
"description": "",
|
|
251
|
+
"name": "ZnActionBar",
|
|
252
|
+
"cssProperties": [
|
|
253
|
+
{
|
|
254
|
+
"description": "An example CSS custom property.",
|
|
255
|
+
"name": "--example"
|
|
256
|
+
}
|
|
257
|
+
],
|
|
258
|
+
"cssParts": [
|
|
259
|
+
{
|
|
260
|
+
"description": "The component's base wrapper.",
|
|
261
|
+
"name": "base"
|
|
262
|
+
}
|
|
263
|
+
],
|
|
264
|
+
"slots": [
|
|
265
|
+
{
|
|
266
|
+
"description": "The default slot.",
|
|
267
|
+
"name": ""
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"description": "An example slot.",
|
|
271
|
+
"name": "example"
|
|
272
|
+
}
|
|
273
|
+
],
|
|
274
|
+
"members": [
|
|
275
|
+
{
|
|
276
|
+
"kind": "field",
|
|
277
|
+
"name": "localize",
|
|
278
|
+
"privacy": "private",
|
|
279
|
+
"readonly": true,
|
|
280
|
+
"default": "new LocalizeController(this)"
|
|
281
|
+
}
|
|
282
|
+
],
|
|
283
|
+
"events": [
|
|
284
|
+
{
|
|
285
|
+
"description": "Emitted as an example.",
|
|
286
|
+
"name": "zn-event-name"
|
|
287
|
+
}
|
|
288
|
+
],
|
|
289
|
+
"superclass": {
|
|
290
|
+
"name": "ZincElement",
|
|
291
|
+
"module": "/src/internal/zinc-element"
|
|
292
|
+
},
|
|
293
|
+
"summary": "Short summary of the component's intended use.",
|
|
294
|
+
"tagNameWithoutPrefix": "action-bar",
|
|
295
|
+
"tagName": "zn-action-bar",
|
|
296
|
+
"customElement": true,
|
|
297
|
+
"jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/action-bar\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
|
|
298
|
+
"documentation": "https://zinc.style/components/action-bar",
|
|
299
|
+
"status": "experimental",
|
|
300
|
+
"since": "1.0",
|
|
301
|
+
"dependencies": [
|
|
302
|
+
"zn-example"
|
|
303
|
+
]
|
|
304
|
+
}
|
|
305
|
+
],
|
|
306
|
+
"exports": [
|
|
307
|
+
{
|
|
308
|
+
"kind": "js",
|
|
309
|
+
"name": "default",
|
|
310
|
+
"declaration": {
|
|
311
|
+
"name": "ZnActionBar",
|
|
312
|
+
"module": "components/action-bar/action-bar.js"
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
]
|
|
316
|
+
},
|
|
317
317
|
{
|
|
318
318
|
"kind": "javascript-module",
|
|
319
319
|
"path": "components/animated-button/animated-button.js",
|
|
@@ -38862,887 +38862,845 @@
|
|
|
38862
38862
|
},
|
|
38863
38863
|
{
|
|
38864
38864
|
"kind": "javascript-module",
|
|
38865
|
-
"path": "components/
|
|
38865
|
+
"path": "components/textarea/textarea.js",
|
|
38866
38866
|
"declarations": [
|
|
38867
38867
|
{
|
|
38868
38868
|
"kind": "class",
|
|
38869
38869
|
"description": "",
|
|
38870
|
-
"name": "
|
|
38871
|
-
"cssProperties": [
|
|
38872
|
-
{
|
|
38873
|
-
"description": "An example CSS custom property.",
|
|
38874
|
-
"name": "--example"
|
|
38875
|
-
}
|
|
38876
|
-
],
|
|
38870
|
+
"name": "ZnTextarea",
|
|
38877
38871
|
"cssParts": [
|
|
38872
|
+
{
|
|
38873
|
+
"description": "The form control that wraps the label, input, and help text.",
|
|
38874
|
+
"name": "form-control"
|
|
38875
|
+
},
|
|
38876
|
+
{
|
|
38877
|
+
"description": "The label's wrapper.",
|
|
38878
|
+
"name": "form-control-label"
|
|
38879
|
+
},
|
|
38880
|
+
{
|
|
38881
|
+
"description": "The input's wrapper.",
|
|
38882
|
+
"name": "form-control-input"
|
|
38883
|
+
},
|
|
38884
|
+
{
|
|
38885
|
+
"description": "The help text's wrapper.",
|
|
38886
|
+
"name": "form-control-help-text"
|
|
38887
|
+
},
|
|
38878
38888
|
{
|
|
38879
38889
|
"description": "The component's base wrapper.",
|
|
38880
38890
|
"name": "base"
|
|
38891
|
+
},
|
|
38892
|
+
{
|
|
38893
|
+
"description": "The internal `<textarea>` control.",
|
|
38894
|
+
"name": "textarea"
|
|
38881
38895
|
}
|
|
38882
38896
|
],
|
|
38883
38897
|
"slots": [
|
|
38884
38898
|
{
|
|
38885
|
-
"description": "The
|
|
38886
|
-
"name": ""
|
|
38899
|
+
"description": "The textareas label. Alternatively, you can use the `label` attribute.",
|
|
38900
|
+
"name": "label"
|
|
38887
38901
|
},
|
|
38888
38902
|
{
|
|
38889
|
-
"description": "
|
|
38890
|
-
"name": "
|
|
38903
|
+
"description": "Used to add text that is displayed in a tooltip next to the label. Alternatively, you can use the `label-tooltip` attribute.",
|
|
38904
|
+
"name": "label-tooltip"
|
|
38905
|
+
},
|
|
38906
|
+
{
|
|
38907
|
+
"description": "Used to add contextual text that is displayed above the textarea, on the right. Alternatively, you can use the `context-note` attribute.",
|
|
38908
|
+
"name": "context-note"
|
|
38909
|
+
},
|
|
38910
|
+
{
|
|
38911
|
+
"description": "Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.",
|
|
38912
|
+
"name": "help-text"
|
|
38891
38913
|
}
|
|
38892
38914
|
],
|
|
38893
38915
|
"members": [
|
|
38894
38916
|
{
|
|
38895
38917
|
"kind": "field",
|
|
38896
|
-
"name": "
|
|
38897
|
-
"
|
|
38898
|
-
|
|
38899
|
-
}
|
|
38900
|
-
"attribute": "master-id",
|
|
38901
|
-
"reflects": true
|
|
38918
|
+
"name": "formControlController",
|
|
38919
|
+
"privacy": "private",
|
|
38920
|
+
"readonly": true,
|
|
38921
|
+
"default": "new FormControlController(this, { assumeInteractionOn: ['zn-blur', 'zn-input'] })"
|
|
38902
38922
|
},
|
|
38903
38923
|
{
|
|
38904
38924
|
"kind": "field",
|
|
38905
|
-
"name": "
|
|
38925
|
+
"name": "hasSlotController",
|
|
38926
|
+
"privacy": "private",
|
|
38927
|
+
"readonly": true,
|
|
38928
|
+
"default": "new HasSlotController(this, 'help-text', 'label')"
|
|
38929
|
+
},
|
|
38930
|
+
{
|
|
38931
|
+
"kind": "field",
|
|
38932
|
+
"name": "resizeObserver",
|
|
38933
|
+
"privacy": "private",
|
|
38934
|
+
"readonly": true,
|
|
38935
|
+
"default": "new ResizeController(this, { target: null, callback: () => this.setTextareaHeight(), })"
|
|
38936
|
+
},
|
|
38937
|
+
{
|
|
38938
|
+
"kind": "field",
|
|
38939
|
+
"name": "_didInitFromContent",
|
|
38906
38940
|
"type": {
|
|
38907
|
-
"text": "
|
|
38941
|
+
"text": "boolean"
|
|
38908
38942
|
},
|
|
38909
|
-
"
|
|
38910
|
-
"
|
|
38911
|
-
"
|
|
38943
|
+
"privacy": "private",
|
|
38944
|
+
"default": "false",
|
|
38945
|
+
"description": "Ensures we only attempt to derive the initial value from light DOM content once"
|
|
38912
38946
|
},
|
|
38913
38947
|
{
|
|
38914
38948
|
"kind": "field",
|
|
38915
|
-
"name": "
|
|
38949
|
+
"name": "formControl",
|
|
38916
38950
|
"type": {
|
|
38917
|
-
"text": "
|
|
38918
|
-
}
|
|
38919
|
-
"default": "''",
|
|
38920
|
-
"attribute": "active",
|
|
38921
|
-
"reflects": true
|
|
38951
|
+
"text": "HTMLElement"
|
|
38952
|
+
}
|
|
38922
38953
|
},
|
|
38923
38954
|
{
|
|
38924
38955
|
"kind": "field",
|
|
38925
|
-
"name": "
|
|
38956
|
+
"name": "input",
|
|
38926
38957
|
"type": {
|
|
38927
|
-
"text": "
|
|
38928
|
-
}
|
|
38929
|
-
"attribute": "split",
|
|
38930
|
-
"reflects": true
|
|
38958
|
+
"text": "HTMLTextAreaElement"
|
|
38959
|
+
}
|
|
38931
38960
|
},
|
|
38932
38961
|
{
|
|
38933
38962
|
"kind": "field",
|
|
38934
|
-
"name": "
|
|
38963
|
+
"name": "hasFocus",
|
|
38935
38964
|
"type": {
|
|
38936
|
-
"text": "
|
|
38965
|
+
"text": "boolean"
|
|
38937
38966
|
},
|
|
38938
|
-
"default": "
|
|
38939
|
-
"attribute": "split-min",
|
|
38940
|
-
"reflects": true
|
|
38967
|
+
"default": "false"
|
|
38941
38968
|
},
|
|
38942
38969
|
{
|
|
38943
38970
|
"kind": "field",
|
|
38944
|
-
"name": "
|
|
38971
|
+
"name": "title",
|
|
38945
38972
|
"type": {
|
|
38946
|
-
"text": "
|
|
38973
|
+
"text": "string"
|
|
38947
38974
|
},
|
|
38948
|
-
"
|
|
38949
|
-
"
|
|
38975
|
+
"default": "''",
|
|
38976
|
+
"attribute": "title"
|
|
38950
38977
|
},
|
|
38951
38978
|
{
|
|
38952
38979
|
"kind": "field",
|
|
38953
|
-
"name": "
|
|
38980
|
+
"name": "name",
|
|
38954
38981
|
"type": {
|
|
38955
|
-
"text": "
|
|
38982
|
+
"text": "string"
|
|
38956
38983
|
},
|
|
38957
|
-
"
|
|
38958
|
-
"
|
|
38984
|
+
"default": "''",
|
|
38985
|
+
"description": "The name of the textarea, submitted as a name/value pair with form data.",
|
|
38986
|
+
"attribute": "name"
|
|
38959
38987
|
},
|
|
38960
38988
|
{
|
|
38961
38989
|
"kind": "field",
|
|
38962
|
-
"name": "
|
|
38990
|
+
"name": "value",
|
|
38963
38991
|
"type": {
|
|
38964
38992
|
"text": "string"
|
|
38965
38993
|
},
|
|
38966
|
-
"default": "'
|
|
38967
|
-
"
|
|
38968
|
-
"
|
|
38994
|
+
"default": "''",
|
|
38995
|
+
"description": "The current value of the textarea, submitted as a name/value pair with form data.",
|
|
38996
|
+
"attribute": "value"
|
|
38969
38997
|
},
|
|
38970
38998
|
{
|
|
38971
38999
|
"kind": "field",
|
|
38972
|
-
"name": "
|
|
39000
|
+
"name": "size",
|
|
38973
39001
|
"type": {
|
|
38974
|
-
"text": "
|
|
39002
|
+
"text": "'small' | 'medium' | 'large'"
|
|
38975
39003
|
},
|
|
38976
|
-
"default": "'
|
|
38977
|
-
"
|
|
39004
|
+
"default": "'medium'",
|
|
39005
|
+
"description": "The text area's size.",
|
|
39006
|
+
"attribute": "size",
|
|
38978
39007
|
"reflects": true
|
|
38979
39008
|
},
|
|
38980
39009
|
{
|
|
38981
39010
|
"kind": "field",
|
|
38982
|
-
"name": "
|
|
39011
|
+
"name": "label",
|
|
38983
39012
|
"type": {
|
|
38984
|
-
"text": "
|
|
39013
|
+
"text": "string"
|
|
38985
39014
|
},
|
|
38986
|
-
"default": "
|
|
38987
|
-
"
|
|
38988
|
-
"
|
|
39015
|
+
"default": "''",
|
|
39016
|
+
"description": "The textarea label. If you need to display HTML, use the `label` slot instead.",
|
|
39017
|
+
"attribute": "label"
|
|
38989
39018
|
},
|
|
38990
39019
|
{
|
|
38991
39020
|
"kind": "field",
|
|
38992
|
-
"name": "
|
|
39021
|
+
"name": "labelTooltip",
|
|
38993
39022
|
"type": {
|
|
38994
|
-
"text": "
|
|
39023
|
+
"text": "string"
|
|
38995
39024
|
},
|
|
38996
|
-
"default": "
|
|
38997
|
-
"
|
|
38998
|
-
"
|
|
39025
|
+
"default": "''",
|
|
39026
|
+
"description": "Text that appears in a tooltip next to the label. If you need to display HTML in the tooltip, use the `label-tooltip` slot instead.",
|
|
39027
|
+
"attribute": "label-tooltip"
|
|
38999
39028
|
},
|
|
39000
39029
|
{
|
|
39001
39030
|
"kind": "field",
|
|
39002
|
-
"name": "
|
|
39031
|
+
"name": "contextNote",
|
|
39003
39032
|
"type": {
|
|
39004
|
-
"text": "
|
|
39033
|
+
"text": "string"
|
|
39005
39034
|
},
|
|
39006
|
-
"
|
|
39007
|
-
"
|
|
39035
|
+
"default": "''",
|
|
39036
|
+
"description": "Text that appears above the textarea, on the right, to add additional context. If you need to display HTML in this text, use the `context-note` slot instead.",
|
|
39037
|
+
"attribute": "context-note"
|
|
39008
39038
|
},
|
|
39009
39039
|
{
|
|
39010
39040
|
"kind": "field",
|
|
39011
|
-
"name": "
|
|
39041
|
+
"name": "helpText",
|
|
39012
39042
|
"type": {
|
|
39013
39043
|
"text": "string"
|
|
39014
39044
|
},
|
|
39015
|
-
"
|
|
39045
|
+
"default": "''",
|
|
39046
|
+
"description": "The text area's help text. If you need to display HTML, use the `help-text` slot instead.",
|
|
39047
|
+
"attribute": "help-text"
|
|
39016
39048
|
},
|
|
39017
39049
|
{
|
|
39018
39050
|
"kind": "field",
|
|
39019
|
-
"name": "
|
|
39051
|
+
"name": "placeholder",
|
|
39020
39052
|
"type": {
|
|
39021
|
-
"text": "
|
|
39053
|
+
"text": "string"
|
|
39022
39054
|
},
|
|
39023
|
-
"default": "
|
|
39024
|
-
"
|
|
39025
|
-
"
|
|
39055
|
+
"default": "''",
|
|
39056
|
+
"description": "Placeholder text to show as a hint when the input is empty.",
|
|
39057
|
+
"attribute": "placeholder"
|
|
39026
39058
|
},
|
|
39027
39059
|
{
|
|
39028
39060
|
"kind": "field",
|
|
39029
|
-
"name": "
|
|
39061
|
+
"name": "rows",
|
|
39030
39062
|
"type": {
|
|
39031
|
-
"text": "
|
|
39063
|
+
"text": "number"
|
|
39032
39064
|
},
|
|
39033
|
-
"default": "
|
|
39034
|
-
"
|
|
39035
|
-
"
|
|
39065
|
+
"default": "4",
|
|
39066
|
+
"description": "The number of rows to display by default.",
|
|
39067
|
+
"attribute": "rows"
|
|
39036
39068
|
},
|
|
39037
39069
|
{
|
|
39038
39070
|
"kind": "field",
|
|
39039
|
-
"name": "
|
|
39071
|
+
"name": "resize",
|
|
39040
39072
|
"type": {
|
|
39041
|
-
"text": "
|
|
39073
|
+
"text": "'none' | 'vertical' | 'auto'"
|
|
39042
39074
|
},
|
|
39043
|
-
"default": "
|
|
39044
|
-
"
|
|
39045
|
-
"
|
|
39075
|
+
"default": "'vertical'",
|
|
39076
|
+
"description": "Controls how the textarea can be resized.",
|
|
39077
|
+
"attribute": "resize"
|
|
39046
39078
|
},
|
|
39047
39079
|
{
|
|
39048
39080
|
"kind": "field",
|
|
39049
|
-
"name": "
|
|
39081
|
+
"name": "disabled",
|
|
39050
39082
|
"type": {
|
|
39051
39083
|
"text": "boolean"
|
|
39052
39084
|
},
|
|
39053
39085
|
"default": "false",
|
|
39054
|
-
"
|
|
39086
|
+
"description": "Disables the textarea.",
|
|
39087
|
+
"attribute": "disabled",
|
|
39055
39088
|
"reflects": true
|
|
39056
39089
|
},
|
|
39057
39090
|
{
|
|
39058
39091
|
"kind": "field",
|
|
39059
|
-
"name": "
|
|
39092
|
+
"name": "readonly",
|
|
39060
39093
|
"type": {
|
|
39061
39094
|
"text": "boolean"
|
|
39062
39095
|
},
|
|
39063
39096
|
"default": "false",
|
|
39064
|
-
"
|
|
39097
|
+
"description": "Makes the textarea readonly.",
|
|
39098
|
+
"attribute": "readonly",
|
|
39065
39099
|
"reflects": true
|
|
39066
39100
|
},
|
|
39067
39101
|
{
|
|
39068
39102
|
"kind": "field",
|
|
39069
|
-
"name": "
|
|
39103
|
+
"name": "form",
|
|
39070
39104
|
"type": {
|
|
39071
39105
|
"text": "string"
|
|
39072
39106
|
},
|
|
39073
|
-
"
|
|
39107
|
+
"default": "''",
|
|
39108
|
+
"description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
|
|
39109
|
+
"attribute": "form",
|
|
39110
|
+
"reflects": true
|
|
39074
39111
|
},
|
|
39075
39112
|
{
|
|
39076
39113
|
"kind": "field",
|
|
39077
|
-
"name": "
|
|
39114
|
+
"name": "flush",
|
|
39078
39115
|
"type": {
|
|
39079
|
-
"text": "
|
|
39116
|
+
"text": "boolean"
|
|
39080
39117
|
},
|
|
39081
|
-
"
|
|
39118
|
+
"default": "false",
|
|
39119
|
+
"attribute": "flush",
|
|
39120
|
+
"reflects": true
|
|
39082
39121
|
},
|
|
39083
39122
|
{
|
|
39084
39123
|
"kind": "field",
|
|
39085
|
-
"name": "
|
|
39124
|
+
"name": "required",
|
|
39086
39125
|
"type": {
|
|
39087
|
-
"text": "
|
|
39126
|
+
"text": "boolean"
|
|
39088
39127
|
},
|
|
39089
|
-
"
|
|
39128
|
+
"default": "false",
|
|
39129
|
+
"description": "Makes the textarea a required field.",
|
|
39130
|
+
"attribute": "required",
|
|
39131
|
+
"reflects": true
|
|
39090
39132
|
},
|
|
39091
39133
|
{
|
|
39092
39134
|
"kind": "field",
|
|
39093
|
-
"name": "
|
|
39135
|
+
"name": "minlength",
|
|
39094
39136
|
"type": {
|
|
39095
|
-
"text": "
|
|
39137
|
+
"text": "number"
|
|
39096
39138
|
},
|
|
39097
|
-
"
|
|
39098
|
-
"
|
|
39139
|
+
"description": "The minimum length of input that will be considered valid.",
|
|
39140
|
+
"attribute": "minlength"
|
|
39099
39141
|
},
|
|
39100
39142
|
{
|
|
39101
39143
|
"kind": "field",
|
|
39102
|
-
"name": "
|
|
39144
|
+
"name": "maxlength",
|
|
39103
39145
|
"type": {
|
|
39104
|
-
"text": "
|
|
39146
|
+
"text": "number"
|
|
39105
39147
|
},
|
|
39106
|
-
"
|
|
39148
|
+
"description": "The maximum length of input that will be considered valid.",
|
|
39149
|
+
"attribute": "maxlength"
|
|
39107
39150
|
},
|
|
39108
39151
|
{
|
|
39109
39152
|
"kind": "field",
|
|
39110
|
-
"name": "
|
|
39153
|
+
"name": "autocapitalize",
|
|
39111
39154
|
"type": {
|
|
39112
|
-
"text": "
|
|
39155
|
+
"text": "'off' | 'none' | 'on' | 'sentences' | 'words' | 'characters'"
|
|
39113
39156
|
},
|
|
39114
|
-
"
|
|
39115
|
-
"
|
|
39157
|
+
"description": "Controls whether and how text input is automatically capitalized as it is entered by the user.",
|
|
39158
|
+
"attribute": "autocapitalize"
|
|
39116
39159
|
},
|
|
39117
39160
|
{
|
|
39118
39161
|
"kind": "field",
|
|
39119
|
-
"name": "
|
|
39162
|
+
"name": "autocorrect",
|
|
39120
39163
|
"type": {
|
|
39121
|
-
"text": "
|
|
39164
|
+
"text": "string"
|
|
39122
39165
|
},
|
|
39123
|
-
"
|
|
39166
|
+
"description": "Indicates whether the browser's autocorrect feature is on or off.",
|
|
39167
|
+
"attribute": "autocorrect"
|
|
39124
39168
|
},
|
|
39125
39169
|
{
|
|
39126
39170
|
"kind": "field",
|
|
39127
|
-
"name": "
|
|
39171
|
+
"name": "autocomplete",
|
|
39128
39172
|
"type": {
|
|
39129
|
-
"text": "
|
|
39173
|
+
"text": "string"
|
|
39130
39174
|
},
|
|
39131
|
-
"
|
|
39132
|
-
"
|
|
39175
|
+
"description": "Specifies what permission the browser has to provide assistance in filling out form field values. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for available values.",
|
|
39176
|
+
"attribute": "autocomplete"
|
|
39133
39177
|
},
|
|
39134
39178
|
{
|
|
39135
39179
|
"kind": "field",
|
|
39136
|
-
"name": "
|
|
39180
|
+
"name": "autofocus",
|
|
39137
39181
|
"type": {
|
|
39138
|
-
"text": "
|
|
39182
|
+
"text": "boolean"
|
|
39139
39183
|
},
|
|
39140
|
-
"
|
|
39141
|
-
"
|
|
39184
|
+
"description": "Indicates that the input should receive focus on page load.",
|
|
39185
|
+
"attribute": "autofocus"
|
|
39142
39186
|
},
|
|
39143
39187
|
{
|
|
39144
39188
|
"kind": "field",
|
|
39145
|
-
"name": "
|
|
39189
|
+
"name": "enterkeyhint",
|
|
39146
39190
|
"type": {
|
|
39147
|
-
"text": "
|
|
39191
|
+
"text": "'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'"
|
|
39148
39192
|
},
|
|
39149
|
-
"
|
|
39150
|
-
"
|
|
39193
|
+
"description": "Used to customize the label or icon of the Enter key on virtual keyboards.",
|
|
39194
|
+
"attribute": "enterkeyhint"
|
|
39151
39195
|
},
|
|
39152
39196
|
{
|
|
39153
39197
|
"kind": "field",
|
|
39154
|
-
"name": "
|
|
39198
|
+
"name": "spellcheck",
|
|
39155
39199
|
"type": {
|
|
39156
|
-
"text": "
|
|
39200
|
+
"text": "boolean"
|
|
39157
39201
|
},
|
|
39158
|
-
"
|
|
39159
|
-
"
|
|
39202
|
+
"default": "true",
|
|
39203
|
+
"description": "Enables spell checking on the textarea.",
|
|
39204
|
+
"attribute": "spellcheck"
|
|
39160
39205
|
},
|
|
39161
39206
|
{
|
|
39162
39207
|
"kind": "field",
|
|
39163
|
-
"name": "
|
|
39208
|
+
"name": "inputmode",
|
|
39164
39209
|
"type": {
|
|
39165
|
-
"text": "
|
|
39210
|
+
"text": "'none' | 'text' | 'decimal' | 'numeric' | 'tel' | 'search' | 'email' | 'url'"
|
|
39166
39211
|
},
|
|
39167
|
-
"
|
|
39168
|
-
"
|
|
39212
|
+
"description": "Tells the browser what type of data will be entered by the user, allowing it to display the appropriate virtual\nkeyboard on supportive devices.",
|
|
39213
|
+
"attribute": "inputmode"
|
|
39169
39214
|
},
|
|
39170
39215
|
{
|
|
39171
39216
|
"kind": "field",
|
|
39172
|
-
"name": "
|
|
39217
|
+
"name": "defaultValue",
|
|
39173
39218
|
"type": {
|
|
39174
39219
|
"text": "string"
|
|
39175
39220
|
},
|
|
39176
|
-
"
|
|
39177
|
-
"
|
|
39221
|
+
"default": "''",
|
|
39222
|
+
"description": "The default value of the form control. Primarily used for resetting the form control."
|
|
39178
39223
|
},
|
|
39179
39224
|
{
|
|
39180
39225
|
"kind": "field",
|
|
39181
|
-
"name": "
|
|
39182
|
-
"
|
|
39183
|
-
|
|
39184
|
-
|
|
39226
|
+
"name": "transparent",
|
|
39227
|
+
"type": {
|
|
39228
|
+
"text": "boolean"
|
|
39229
|
+
},
|
|
39230
|
+
"default": "false",
|
|
39231
|
+
"attribute": "transparent"
|
|
39185
39232
|
},
|
|
39186
39233
|
{
|
|
39187
39234
|
"kind": "field",
|
|
39188
|
-
"name": "
|
|
39189
|
-
"
|
|
39190
|
-
"readonly": true
|
|
39191
|
-
"default": "new MutationController(this, { target: null, config: {childList: true, subtree: true}, callback: mutations => { mutations.forEach(mutation => { if (mutation.type !== 'childList') return; if (mutation.addedNodes.length > 0) { this._registerTabs(); } if (mutation.removedNodes.length > 0) { mutation.removedNodes.forEach(node => { const id = node instanceof HTMLElement ? node.id : ''; if (id) this.removeTabAndPanel(id); }); } }); }, })"
|
|
39235
|
+
"name": "validity",
|
|
39236
|
+
"description": "Gets the validity state object",
|
|
39237
|
+
"readonly": true
|
|
39192
39238
|
},
|
|
39193
39239
|
{
|
|
39194
39240
|
"kind": "field",
|
|
39195
|
-
"name": "
|
|
39196
|
-
"
|
|
39197
|
-
"readonly": true
|
|
39198
|
-
"default": "new MutationController(this, { target: null, config: {childList: true, subtree: true}, callback: mutations => { mutations.forEach(mutation => { if (mutation.type !== 'childList') return; mutation.addedNodes.forEach(node => { if (node instanceof HTMLElement && node.id === this.monitor) { this.reRegisterTabs(); const storedValue = this.getStoredTab(); if (storedValue !== null) { this.restoreStoredTab(storedValue); } } }); }); }, })"
|
|
39241
|
+
"name": "validationMessage",
|
|
39242
|
+
"description": "Gets the validation message",
|
|
39243
|
+
"readonly": true
|
|
39199
39244
|
},
|
|
39200
39245
|
{
|
|
39201
39246
|
"kind": "method",
|
|
39202
|
-
"name": "
|
|
39247
|
+
"name": "handleBlur",
|
|
39248
|
+
"privacy": "private"
|
|
39203
39249
|
},
|
|
39204
39250
|
{
|
|
39205
39251
|
"kind": "method",
|
|
39206
|
-
"name": "
|
|
39207
|
-
"privacy": "
|
|
39208
|
-
"return": {
|
|
39209
|
-
"type": {
|
|
39210
|
-
"text": "string | null"
|
|
39211
|
-
}
|
|
39212
|
-
},
|
|
39213
|
-
"description": "The key the active tab is persisted under. Null disables persistence."
|
|
39252
|
+
"name": "handleChange",
|
|
39253
|
+
"privacy": "private"
|
|
39214
39254
|
},
|
|
39215
39255
|
{
|
|
39216
39256
|
"kind": "method",
|
|
39217
|
-
"name": "
|
|
39218
|
-
"privacy": "
|
|
39219
|
-
"return": {
|
|
39220
|
-
"type": {
|
|
39221
|
-
"text": "string | null"
|
|
39222
|
-
}
|
|
39223
|
-
}
|
|
39257
|
+
"name": "handleFocus",
|
|
39258
|
+
"privacy": "private"
|
|
39224
39259
|
},
|
|
39225
39260
|
{
|
|
39226
39261
|
"kind": "method",
|
|
39227
|
-
"name": "
|
|
39228
|
-
"privacy": "
|
|
39229
|
-
"parameters": [
|
|
39230
|
-
{
|
|
39231
|
-
"name": "tabName",
|
|
39232
|
-
"type": {
|
|
39233
|
-
"text": "string"
|
|
39234
|
-
}
|
|
39235
|
-
}
|
|
39236
|
-
]
|
|
39262
|
+
"name": "handleInput",
|
|
39263
|
+
"privacy": "private"
|
|
39237
39264
|
},
|
|
39238
39265
|
{
|
|
39239
39266
|
"kind": "method",
|
|
39240
|
-
"name": "
|
|
39241
|
-
"privacy": "
|
|
39267
|
+
"name": "handleInvalid",
|
|
39268
|
+
"privacy": "private",
|
|
39242
39269
|
"parameters": [
|
|
39243
39270
|
{
|
|
39244
|
-
"name": "
|
|
39271
|
+
"name": "event",
|
|
39245
39272
|
"type": {
|
|
39246
|
-
"text": "
|
|
39273
|
+
"text": "Event"
|
|
39247
39274
|
}
|
|
39248
39275
|
}
|
|
39249
39276
|
]
|
|
39250
39277
|
},
|
|
39251
39278
|
{
|
|
39252
39279
|
"kind": "method",
|
|
39253
|
-
"name": "
|
|
39254
|
-
"privacy": "protected",
|
|
39255
|
-
"description": "Activates the tab the container starts on, ignoring any stored selection."
|
|
39256
|
-
},
|
|
39257
|
-
{
|
|
39258
|
-
"kind": "field",
|
|
39259
|
-
"name": "handlePopState",
|
|
39260
|
-
"privacy": "private",
|
|
39261
|
-
"readonly": true
|
|
39262
|
-
},
|
|
39263
|
-
{
|
|
39264
|
-
"kind": "method",
|
|
39265
|
-
"name": "pushTabHistory",
|
|
39280
|
+
"name": "handleKeyDown",
|
|
39266
39281
|
"privacy": "private",
|
|
39267
39282
|
"parameters": [
|
|
39268
39283
|
{
|
|
39269
|
-
"name": "
|
|
39284
|
+
"name": "event",
|
|
39270
39285
|
"type": {
|
|
39271
|
-
"text": "
|
|
39286
|
+
"text": "KeyboardEvent"
|
|
39272
39287
|
}
|
|
39273
39288
|
}
|
|
39274
39289
|
]
|
|
39275
39290
|
},
|
|
39276
39291
|
{
|
|
39277
39292
|
"kind": "method",
|
|
39278
|
-
"name": "
|
|
39279
|
-
"privacy": "private"
|
|
39280
|
-
"return": {
|
|
39281
|
-
"type": {
|
|
39282
|
-
"text": "string | null"
|
|
39283
|
-
}
|
|
39284
|
-
},
|
|
39285
|
-
"parameters": [
|
|
39286
|
-
{
|
|
39287
|
-
"name": "tabId",
|
|
39288
|
-
"type": {
|
|
39289
|
-
"text": "string"
|
|
39290
|
-
}
|
|
39291
|
-
}
|
|
39292
|
-
]
|
|
39293
|
+
"name": "setTextareaHeight",
|
|
39294
|
+
"privacy": "private"
|
|
39293
39295
|
},
|
|
39294
39296
|
{
|
|
39295
39297
|
"kind": "method",
|
|
39296
|
-
"name": "
|
|
39297
|
-
"parameters": [
|
|
39298
|
-
{
|
|
39299
|
-
"name": "panel",
|
|
39300
|
-
"type": {
|
|
39301
|
-
"text": "HTMLElement"
|
|
39302
|
-
}
|
|
39303
|
-
}
|
|
39304
|
-
]
|
|
39298
|
+
"name": "handleDisabledChange"
|
|
39305
39299
|
},
|
|
39306
39300
|
{
|
|
39307
39301
|
"kind": "method",
|
|
39308
|
-
"name": "
|
|
39309
|
-
"parameters": [
|
|
39310
|
-
{
|
|
39311
|
-
"name": "tab",
|
|
39312
|
-
"type": {
|
|
39313
|
-
"text": "HTMLElement"
|
|
39314
|
-
}
|
|
39315
|
-
}
|
|
39316
|
-
]
|
|
39302
|
+
"name": "handleRowsChange"
|
|
39317
39303
|
},
|
|
39318
39304
|
{
|
|
39319
|
-
"kind": "
|
|
39320
|
-
"name": "
|
|
39305
|
+
"kind": "method",
|
|
39306
|
+
"name": "handleValueChange"
|
|
39321
39307
|
},
|
|
39322
39308
|
{
|
|
39323
39309
|
"kind": "method",
|
|
39324
|
-
"name": "
|
|
39310
|
+
"name": "focus",
|
|
39325
39311
|
"parameters": [
|
|
39326
39312
|
{
|
|
39327
|
-
"name": "
|
|
39313
|
+
"name": "options",
|
|
39314
|
+
"optional": true,
|
|
39328
39315
|
"type": {
|
|
39329
|
-
"text": "
|
|
39316
|
+
"text": "FocusOptions"
|
|
39330
39317
|
}
|
|
39331
39318
|
}
|
|
39332
|
-
]
|
|
39333
|
-
|
|
39334
|
-
{
|
|
39335
|
-
"kind": "method",
|
|
39336
|
-
"name": "nextTab"
|
|
39337
|
-
},
|
|
39338
|
-
{
|
|
39339
|
-
"kind": "method",
|
|
39340
|
-
"name": "previousTab"
|
|
39319
|
+
],
|
|
39320
|
+
"description": "Sets focus on the textarea."
|
|
39341
39321
|
},
|
|
39342
39322
|
{
|
|
39343
39323
|
"kind": "method",
|
|
39344
|
-
"name": "
|
|
39345
|
-
"
|
|
39346
|
-
{
|
|
39347
|
-
"name": "tabId",
|
|
39348
|
-
"type": {
|
|
39349
|
-
"text": "string"
|
|
39350
|
-
}
|
|
39351
|
-
}
|
|
39352
|
-
]
|
|
39324
|
+
"name": "blur",
|
|
39325
|
+
"description": "Removes focus from the textarea."
|
|
39353
39326
|
},
|
|
39354
39327
|
{
|
|
39355
39328
|
"kind": "method",
|
|
39356
|
-
"name": "
|
|
39357
|
-
"
|
|
39358
|
-
"type": {
|
|
39359
|
-
"text": "string"
|
|
39360
|
-
}
|
|
39361
|
-
},
|
|
39362
|
-
"parameters": [
|
|
39363
|
-
{
|
|
39364
|
-
"name": "tabUri",
|
|
39365
|
-
"type": {
|
|
39366
|
-
"text": "string"
|
|
39367
|
-
}
|
|
39368
|
-
}
|
|
39369
|
-
]
|
|
39329
|
+
"name": "select",
|
|
39330
|
+
"description": "Selects all the text in the textarea."
|
|
39370
39331
|
},
|
|
39371
39332
|
{
|
|
39372
39333
|
"kind": "method",
|
|
39373
|
-
"name": "
|
|
39334
|
+
"name": "scrollPosition",
|
|
39374
39335
|
"return": {
|
|
39375
39336
|
"type": {
|
|
39376
|
-
"text": "
|
|
39337
|
+
"text": "{ top: number; left: number } | undefined"
|
|
39377
39338
|
}
|
|
39378
39339
|
},
|
|
39379
39340
|
"parameters": [
|
|
39380
39341
|
{
|
|
39381
|
-
"name": "
|
|
39382
|
-
"
|
|
39383
|
-
"text": "Element"
|
|
39384
|
-
}
|
|
39385
|
-
},
|
|
39386
|
-
{
|
|
39387
|
-
"name": "tabUri",
|
|
39388
|
-
"type": {
|
|
39389
|
-
"text": "string"
|
|
39390
|
-
}
|
|
39391
|
-
},
|
|
39392
|
-
{
|
|
39393
|
-
"name": "tabId",
|
|
39394
|
-
"type": {
|
|
39395
|
-
"text": "string"
|
|
39396
|
-
}
|
|
39397
|
-
}
|
|
39398
|
-
]
|
|
39399
|
-
},
|
|
39400
|
-
{
|
|
39401
|
-
"kind": "method",
|
|
39402
|
-
"name": "_handleClick",
|
|
39403
|
-
"parameters": [
|
|
39404
|
-
{
|
|
39405
|
-
"name": "event",
|
|
39406
|
-
"type": {
|
|
39407
|
-
"text": "PointerEvent"
|
|
39408
|
-
}
|
|
39409
|
-
}
|
|
39410
|
-
]
|
|
39411
|
-
},
|
|
39412
|
-
{
|
|
39413
|
-
"kind": "method",
|
|
39414
|
-
"name": "fetchUriTab",
|
|
39415
|
-
"parameters": [
|
|
39416
|
-
{
|
|
39417
|
-
"name": "target",
|
|
39342
|
+
"name": "position",
|
|
39343
|
+
"optional": true,
|
|
39418
39344
|
"type": {
|
|
39419
|
-
"text": "
|
|
39345
|
+
"text": "{ top?: number; left?: number }"
|
|
39420
39346
|
}
|
|
39421
39347
|
}
|
|
39422
|
-
]
|
|
39348
|
+
],
|
|
39349
|
+
"description": "Gets or sets the textarea scroll position."
|
|
39423
39350
|
},
|
|
39424
39351
|
{
|
|
39425
39352
|
"kind": "method",
|
|
39426
|
-
"name": "
|
|
39353
|
+
"name": "setSelectionRange",
|
|
39427
39354
|
"parameters": [
|
|
39428
39355
|
{
|
|
39429
|
-
"name": "
|
|
39356
|
+
"name": "selectionStart",
|
|
39430
39357
|
"type": {
|
|
39431
|
-
"text": "
|
|
39358
|
+
"text": "number"
|
|
39432
39359
|
}
|
|
39433
39360
|
},
|
|
39434
39361
|
{
|
|
39435
|
-
"name": "
|
|
39362
|
+
"name": "selectionEnd",
|
|
39436
39363
|
"type": {
|
|
39437
|
-
"text": "
|
|
39364
|
+
"text": "number"
|
|
39438
39365
|
}
|
|
39439
39366
|
},
|
|
39440
39367
|
{
|
|
39441
|
-
"name": "
|
|
39442
|
-
"default": "
|
|
39443
|
-
}
|
|
39444
|
-
]
|
|
39445
|
-
},
|
|
39446
|
-
{
|
|
39447
|
-
"kind": "method",
|
|
39448
|
-
"name": "getRefTab",
|
|
39449
|
-
"parameters": [
|
|
39450
|
-
{
|
|
39451
|
-
"name": "target",
|
|
39368
|
+
"name": "selectionDirection",
|
|
39369
|
+
"default": "'none'",
|
|
39452
39370
|
"type": {
|
|
39453
|
-
"text": "
|
|
39371
|
+
"text": "'forward' | 'backward' | 'none'"
|
|
39454
39372
|
}
|
|
39455
39373
|
}
|
|
39456
|
-
]
|
|
39374
|
+
],
|
|
39375
|
+
"description": "Sets the start and end positions of the text selection (0-based)."
|
|
39457
39376
|
},
|
|
39458
39377
|
{
|
|
39459
39378
|
"kind": "method",
|
|
39460
|
-
"name": "
|
|
39379
|
+
"name": "setRangeText",
|
|
39461
39380
|
"parameters": [
|
|
39462
39381
|
{
|
|
39463
|
-
"name": "
|
|
39382
|
+
"name": "replacement",
|
|
39464
39383
|
"type": {
|
|
39465
39384
|
"text": "string"
|
|
39466
39385
|
}
|
|
39467
39386
|
},
|
|
39468
39387
|
{
|
|
39469
|
-
"name": "
|
|
39388
|
+
"name": "start",
|
|
39389
|
+
"optional": true,
|
|
39470
39390
|
"type": {
|
|
39471
|
-
"text": "
|
|
39391
|
+
"text": "number"
|
|
39472
39392
|
}
|
|
39473
39393
|
},
|
|
39474
39394
|
{
|
|
39475
|
-
"name": "
|
|
39395
|
+
"name": "end",
|
|
39396
|
+
"optional": true,
|
|
39476
39397
|
"type": {
|
|
39477
|
-
"text": "
|
|
39398
|
+
"text": "number"
|
|
39478
39399
|
}
|
|
39479
39400
|
},
|
|
39480
39401
|
{
|
|
39481
|
-
"name": "
|
|
39482
|
-
"default": "
|
|
39402
|
+
"name": "selectMode",
|
|
39403
|
+
"default": "'preserve'",
|
|
39483
39404
|
"type": {
|
|
39484
|
-
"text": "
|
|
39405
|
+
"text": "'select' | 'start' | 'end' | 'preserve'"
|
|
39485
39406
|
}
|
|
39486
|
-
},
|
|
39487
|
-
{
|
|
39488
|
-
"name": "pushHistory",
|
|
39489
|
-
"default": "false"
|
|
39490
39407
|
}
|
|
39491
|
-
]
|
|
39408
|
+
],
|
|
39409
|
+
"description": "Replaces a range of text with a new string."
|
|
39492
39410
|
},
|
|
39493
39411
|
{
|
|
39494
39412
|
"kind": "method",
|
|
39495
|
-
"name": "
|
|
39496
|
-
"
|
|
39497
|
-
{
|
|
39498
|
-
"name": "ele",
|
|
39499
|
-
"type": {
|
|
39500
|
-
"text": "Element"
|
|
39501
|
-
}
|
|
39502
|
-
},
|
|
39503
|
-
{
|
|
39504
|
-
"name": "active",
|
|
39505
|
-
"type": {
|
|
39506
|
-
"text": "boolean"
|
|
39507
|
-
}
|
|
39508
|
-
}
|
|
39509
|
-
]
|
|
39413
|
+
"name": "checkValidity",
|
|
39414
|
+
"description": "Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid."
|
|
39510
39415
|
},
|
|
39511
39416
|
{
|
|
39512
39417
|
"kind": "method",
|
|
39513
|
-
"name": "
|
|
39418
|
+
"name": "getForm",
|
|
39514
39419
|
"return": {
|
|
39515
39420
|
"type": {
|
|
39516
|
-
"text": "
|
|
39421
|
+
"text": "HTMLFormElement | null"
|
|
39517
39422
|
}
|
|
39518
39423
|
},
|
|
39519
|
-
"
|
|
39520
|
-
{
|
|
39521
|
-
"name": "tabName",
|
|
39522
|
-
"type": {
|
|
39523
|
-
"text": "string"
|
|
39524
|
-
}
|
|
39525
|
-
},
|
|
39526
|
-
{
|
|
39527
|
-
"name": "refresh",
|
|
39528
|
-
"type": {
|
|
39529
|
-
"text": "boolean"
|
|
39530
|
-
}
|
|
39531
|
-
}
|
|
39532
|
-
]
|
|
39533
|
-
},
|
|
39534
|
-
{
|
|
39535
|
-
"kind": "method",
|
|
39536
|
-
"name": "getActiveTab",
|
|
39537
|
-
"return": {
|
|
39538
|
-
"type": {
|
|
39539
|
-
"text": "Element[]"
|
|
39540
|
-
}
|
|
39541
|
-
}
|
|
39424
|
+
"description": "Gets the associated form, if one exists."
|
|
39542
39425
|
},
|
|
39543
39426
|
{
|
|
39544
39427
|
"kind": "method",
|
|
39545
|
-
"name": "
|
|
39428
|
+
"name": "reportValidity",
|
|
39429
|
+
"description": "Checks for validity and shows the browser's validation message if the control is invalid."
|
|
39546
39430
|
},
|
|
39547
39431
|
{
|
|
39548
39432
|
"kind": "method",
|
|
39549
|
-
"name": "
|
|
39433
|
+
"name": "setCustomValidity",
|
|
39550
39434
|
"parameters": [
|
|
39551
39435
|
{
|
|
39552
|
-
"name": "
|
|
39436
|
+
"name": "message",
|
|
39553
39437
|
"type": {
|
|
39554
39438
|
"text": "string"
|
|
39555
39439
|
}
|
|
39556
39440
|
}
|
|
39557
|
-
]
|
|
39558
|
-
|
|
39559
|
-
{
|
|
39560
|
-
"kind": "field",
|
|
39561
|
-
"name": "_registerTabs"
|
|
39441
|
+
],
|
|
39442
|
+
"description": "Sets a custom validation message. Pass an empty string to restore validity."
|
|
39562
39443
|
}
|
|
39563
39444
|
],
|
|
39564
39445
|
"events": [
|
|
39565
39446
|
{
|
|
39566
|
-
"description": "Emitted
|
|
39567
|
-
"name": "zn-
|
|
39447
|
+
"description": "Emitted when the control loses focus.",
|
|
39448
|
+
"name": "zn-blur"
|
|
39449
|
+
},
|
|
39450
|
+
{
|
|
39451
|
+
"description": "Emitted when an alteration to the control's value is committed by the user.",
|
|
39452
|
+
"name": "zn-change"
|
|
39453
|
+
},
|
|
39454
|
+
{
|
|
39455
|
+
"description": "Emitted when the control gains focus.",
|
|
39456
|
+
"name": "zn-focus"
|
|
39457
|
+
},
|
|
39458
|
+
{
|
|
39459
|
+
"description": "Emitted when the control receives input.",
|
|
39460
|
+
"name": "zn-input"
|
|
39461
|
+
},
|
|
39462
|
+
{
|
|
39463
|
+
"description": "Emitted when the form control has been checked for validity and its constraints aren't satisfied.",
|
|
39464
|
+
"name": "zn-invalid"
|
|
39568
39465
|
}
|
|
39569
39466
|
],
|
|
39570
39467
|
"attributes": [
|
|
39571
39468
|
{
|
|
39572
|
-
"name": "
|
|
39469
|
+
"name": "title",
|
|
39573
39470
|
"type": {
|
|
39574
39471
|
"text": "string"
|
|
39575
39472
|
},
|
|
39576
|
-
"
|
|
39473
|
+
"default": "''",
|
|
39474
|
+
"fieldName": "title"
|
|
39577
39475
|
},
|
|
39578
39476
|
{
|
|
39579
|
-
"name": "
|
|
39477
|
+
"name": "name",
|
|
39580
39478
|
"type": {
|
|
39581
39479
|
"text": "string"
|
|
39582
39480
|
},
|
|
39583
39481
|
"default": "''",
|
|
39584
|
-
"
|
|
39482
|
+
"description": "The name of the textarea, submitted as a name/value pair with form data.",
|
|
39483
|
+
"fieldName": "name"
|
|
39585
39484
|
},
|
|
39586
39485
|
{
|
|
39587
|
-
"name": "
|
|
39486
|
+
"name": "value",
|
|
39588
39487
|
"type": {
|
|
39589
39488
|
"text": "string"
|
|
39590
39489
|
},
|
|
39591
39490
|
"default": "''",
|
|
39592
|
-
"
|
|
39491
|
+
"description": "The current value of the textarea, submitted as a name/value pair with form data.",
|
|
39492
|
+
"fieldName": "value"
|
|
39593
39493
|
},
|
|
39594
39494
|
{
|
|
39595
|
-
"name": "
|
|
39495
|
+
"name": "size",
|
|
39596
39496
|
"type": {
|
|
39597
|
-
"text": "
|
|
39497
|
+
"text": "'small' | 'medium' | 'large'"
|
|
39598
39498
|
},
|
|
39599
|
-
"
|
|
39499
|
+
"default": "'medium'",
|
|
39500
|
+
"description": "The text area's size.",
|
|
39501
|
+
"fieldName": "size"
|
|
39600
39502
|
},
|
|
39601
39503
|
{
|
|
39602
|
-
"name": "
|
|
39504
|
+
"name": "label",
|
|
39603
39505
|
"type": {
|
|
39604
|
-
"text": "
|
|
39506
|
+
"text": "string"
|
|
39605
39507
|
},
|
|
39606
|
-
"default": "
|
|
39607
|
-
"
|
|
39508
|
+
"default": "''",
|
|
39509
|
+
"description": "The textarea label. If you need to display HTML, use the `label` slot instead.",
|
|
39510
|
+
"fieldName": "label"
|
|
39608
39511
|
},
|
|
39609
39512
|
{
|
|
39610
|
-
"name": "
|
|
39513
|
+
"name": "label-tooltip",
|
|
39611
39514
|
"type": {
|
|
39612
|
-
"text": "
|
|
39515
|
+
"text": "string"
|
|
39613
39516
|
},
|
|
39614
|
-
"
|
|
39517
|
+
"default": "''",
|
|
39518
|
+
"description": "Text that appears in a tooltip next to the label. If you need to display HTML in the tooltip, use the `label-tooltip` slot instead.",
|
|
39519
|
+
"fieldName": "labelTooltip"
|
|
39615
39520
|
},
|
|
39616
39521
|
{
|
|
39617
|
-
"name": "
|
|
39522
|
+
"name": "context-note",
|
|
39618
39523
|
"type": {
|
|
39619
|
-
"text": "
|
|
39524
|
+
"text": "string"
|
|
39620
39525
|
},
|
|
39621
|
-
"
|
|
39526
|
+
"default": "''",
|
|
39527
|
+
"description": "Text that appears above the textarea, on the right, to add additional context. If you need to display HTML in this text, use the `context-note` slot instead.",
|
|
39528
|
+
"fieldName": "contextNote"
|
|
39622
39529
|
},
|
|
39623
39530
|
{
|
|
39624
|
-
"name": "
|
|
39531
|
+
"name": "help-text",
|
|
39625
39532
|
"type": {
|
|
39626
39533
|
"text": "string"
|
|
39627
39534
|
},
|
|
39628
|
-
"default": "'
|
|
39629
|
-
"
|
|
39535
|
+
"default": "''",
|
|
39536
|
+
"description": "The text area's help text. If you need to display HTML, use the `help-text` slot instead.",
|
|
39537
|
+
"fieldName": "helpText"
|
|
39630
39538
|
},
|
|
39631
39539
|
{
|
|
39632
|
-
"name": "
|
|
39540
|
+
"name": "placeholder",
|
|
39633
39541
|
"type": {
|
|
39634
39542
|
"text": "string"
|
|
39635
39543
|
},
|
|
39636
|
-
"default": "'
|
|
39637
|
-
"
|
|
39544
|
+
"default": "''",
|
|
39545
|
+
"description": "Placeholder text to show as a hint when the input is empty.",
|
|
39546
|
+
"fieldName": "placeholder"
|
|
39638
39547
|
},
|
|
39639
39548
|
{
|
|
39640
|
-
"name": "
|
|
39549
|
+
"name": "rows",
|
|
39641
39550
|
"type": {
|
|
39642
|
-
"text": "
|
|
39551
|
+
"text": "number"
|
|
39643
39552
|
},
|
|
39644
|
-
"default": "
|
|
39645
|
-
"
|
|
39553
|
+
"default": "4",
|
|
39554
|
+
"description": "The number of rows to display by default.",
|
|
39555
|
+
"fieldName": "rows"
|
|
39646
39556
|
},
|
|
39647
39557
|
{
|
|
39648
|
-
"name": "
|
|
39558
|
+
"name": "resize",
|
|
39559
|
+
"type": {
|
|
39560
|
+
"text": "'none' | 'vertical' | 'auto'"
|
|
39561
|
+
},
|
|
39562
|
+
"default": "'vertical'",
|
|
39563
|
+
"description": "Controls how the textarea can be resized.",
|
|
39564
|
+
"fieldName": "resize"
|
|
39565
|
+
},
|
|
39566
|
+
{
|
|
39567
|
+
"name": "disabled",
|
|
39649
39568
|
"type": {
|
|
39650
39569
|
"text": "boolean"
|
|
39651
39570
|
},
|
|
39652
39571
|
"default": "false",
|
|
39653
|
-
"
|
|
39572
|
+
"description": "Disables the textarea.",
|
|
39573
|
+
"fieldName": "disabled"
|
|
39654
39574
|
},
|
|
39655
39575
|
{
|
|
39656
|
-
"name": "
|
|
39576
|
+
"name": "readonly",
|
|
39657
39577
|
"type": {
|
|
39658
39578
|
"text": "boolean"
|
|
39659
39579
|
},
|
|
39660
|
-
"
|
|
39580
|
+
"default": "false",
|
|
39581
|
+
"description": "Makes the textarea readonly.",
|
|
39582
|
+
"fieldName": "readonly"
|
|
39661
39583
|
},
|
|
39662
39584
|
{
|
|
39663
|
-
"name": "
|
|
39585
|
+
"name": "form",
|
|
39664
39586
|
"type": {
|
|
39665
39587
|
"text": "string"
|
|
39666
39588
|
},
|
|
39667
|
-
"
|
|
39589
|
+
"default": "''",
|
|
39590
|
+
"description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
|
|
39591
|
+
"fieldName": "form"
|
|
39668
39592
|
},
|
|
39669
39593
|
{
|
|
39670
|
-
"name": "
|
|
39594
|
+
"name": "flush",
|
|
39671
39595
|
"type": {
|
|
39672
|
-
"text": "
|
|
39596
|
+
"text": "boolean"
|
|
39673
39597
|
},
|
|
39674
|
-
"default": "
|
|
39675
|
-
"fieldName": "
|
|
39598
|
+
"default": "false",
|
|
39599
|
+
"fieldName": "flush"
|
|
39676
39600
|
},
|
|
39677
39601
|
{
|
|
39678
|
-
"name": "
|
|
39602
|
+
"name": "required",
|
|
39679
39603
|
"type": {
|
|
39680
39604
|
"text": "boolean"
|
|
39681
39605
|
},
|
|
39682
39606
|
"default": "false",
|
|
39683
|
-
"
|
|
39607
|
+
"description": "Makes the textarea a required field.",
|
|
39608
|
+
"fieldName": "required"
|
|
39684
39609
|
},
|
|
39685
39610
|
{
|
|
39686
|
-
"name": "
|
|
39611
|
+
"name": "minlength",
|
|
39687
39612
|
"type": {
|
|
39688
|
-
"text": "
|
|
39613
|
+
"text": "number"
|
|
39689
39614
|
},
|
|
39690
|
-
"
|
|
39691
|
-
"fieldName": "
|
|
39615
|
+
"description": "The minimum length of input that will be considered valid.",
|
|
39616
|
+
"fieldName": "minlength"
|
|
39692
39617
|
},
|
|
39693
39618
|
{
|
|
39694
|
-
"name": "
|
|
39619
|
+
"name": "maxlength",
|
|
39695
39620
|
"type": {
|
|
39696
|
-
"text": "
|
|
39621
|
+
"text": "number"
|
|
39697
39622
|
},
|
|
39698
|
-
"
|
|
39699
|
-
"fieldName": "
|
|
39623
|
+
"description": "The maximum length of input that will be considered valid.",
|
|
39624
|
+
"fieldName": "maxlength"
|
|
39700
39625
|
},
|
|
39701
39626
|
{
|
|
39702
|
-
"name": "
|
|
39627
|
+
"name": "autocapitalize",
|
|
39703
39628
|
"type": {
|
|
39704
|
-
"text": "
|
|
39629
|
+
"text": "'off' | 'none' | 'on' | 'sentences' | 'words' | 'characters'"
|
|
39705
39630
|
},
|
|
39706
|
-
"
|
|
39707
|
-
"fieldName": "
|
|
39631
|
+
"description": "Controls whether and how text input is automatically capitalized as it is entered by the user.",
|
|
39632
|
+
"fieldName": "autocapitalize"
|
|
39708
39633
|
},
|
|
39709
39634
|
{
|
|
39710
|
-
"name": "
|
|
39635
|
+
"name": "autocorrect",
|
|
39711
39636
|
"type": {
|
|
39712
39637
|
"text": "string"
|
|
39713
39638
|
},
|
|
39714
|
-
"
|
|
39639
|
+
"description": "Indicates whether the browser's autocorrect feature is on or off.",
|
|
39640
|
+
"fieldName": "autocorrect"
|
|
39715
39641
|
},
|
|
39716
39642
|
{
|
|
39717
|
-
"name": "
|
|
39643
|
+
"name": "autocomplete",
|
|
39718
39644
|
"type": {
|
|
39719
39645
|
"text": "string"
|
|
39720
39646
|
},
|
|
39721
|
-
"
|
|
39647
|
+
"description": "Specifies what permission the browser has to provide assistance in filling out form field values. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for available values.",
|
|
39648
|
+
"fieldName": "autocomplete"
|
|
39722
39649
|
},
|
|
39723
39650
|
{
|
|
39724
|
-
"name": "
|
|
39651
|
+
"name": "autofocus",
|
|
39725
39652
|
"type": {
|
|
39726
|
-
"text": "
|
|
39653
|
+
"text": "boolean"
|
|
39727
39654
|
},
|
|
39728
|
-
"
|
|
39655
|
+
"description": "Indicates that the input should receive focus on page load.",
|
|
39656
|
+
"fieldName": "autofocus"
|
|
39657
|
+
},
|
|
39658
|
+
{
|
|
39659
|
+
"name": "enterkeyhint",
|
|
39660
|
+
"type": {
|
|
39661
|
+
"text": "'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'"
|
|
39662
|
+
},
|
|
39663
|
+
"description": "Used to customize the label or icon of the Enter key on virtual keyboards.",
|
|
39664
|
+
"fieldName": "enterkeyhint"
|
|
39665
|
+
},
|
|
39666
|
+
{
|
|
39667
|
+
"name": "spellcheck",
|
|
39668
|
+
"type": {
|
|
39669
|
+
"text": "boolean"
|
|
39670
|
+
},
|
|
39671
|
+
"default": "true",
|
|
39672
|
+
"description": "Enables spell checking on the textarea.",
|
|
39673
|
+
"fieldName": "spellcheck"
|
|
39674
|
+
},
|
|
39675
|
+
{
|
|
39676
|
+
"name": "inputmode",
|
|
39677
|
+
"type": {
|
|
39678
|
+
"text": "'none' | 'text' | 'decimal' | 'numeric' | 'tel' | 'search' | 'email' | 'url'"
|
|
39679
|
+
},
|
|
39680
|
+
"description": "Tells the browser what type of data will be entered by the user, allowing it to display the appropriate virtual\nkeyboard on supportive devices.",
|
|
39681
|
+
"fieldName": "inputmode"
|
|
39682
|
+
},
|
|
39683
|
+
{
|
|
39684
|
+
"name": "transparent",
|
|
39685
|
+
"type": {
|
|
39686
|
+
"text": "boolean"
|
|
39687
|
+
},
|
|
39688
|
+
"default": "false",
|
|
39689
|
+
"fieldName": "transparent"
|
|
39729
39690
|
}
|
|
39730
39691
|
],
|
|
39731
39692
|
"superclass": {
|
|
39732
39693
|
"name": "ZincElement",
|
|
39733
39694
|
"module": "/src/internal/zinc-element"
|
|
39734
39695
|
},
|
|
39735
|
-
"summary": "
|
|
39736
|
-
"tagNameWithoutPrefix": "
|
|
39737
|
-
"tagName": "zn-
|
|
39696
|
+
"summary": "Textareas collect data from the user and allow multiple lines of text.",
|
|
39697
|
+
"tagNameWithoutPrefix": "textarea",
|
|
39698
|
+
"tagName": "zn-textarea",
|
|
39738
39699
|
"customElement": true,
|
|
39739
|
-
"jsDoc": "/**\n * @summary
|
|
39740
|
-
"documentation": "https://zinc.style/components/
|
|
39741
|
-
"status": "
|
|
39742
|
-
"since": "
|
|
39743
|
-
"dependencies": [
|
|
39744
|
-
"zn-example"
|
|
39745
|
-
]
|
|
39700
|
+
"jsDoc": "/**\n * @summary Textareas collect data from the user and allow multiple lines of text.\n * @documentation https://zinc.style/components/textarea\n * @status stable\n * @since 2.0\n *\n * @slot label - The textareas label. Alternatively, you can use the `label` attribute.\n * @slot label-tooltip - Used to add text that is displayed in a tooltip next to the label. Alternatively, you can use the `label-tooltip` attribute.\n * @slot context-note - Used to add contextual text that is displayed above the textarea, on the right. Alternatively, you can use the `context-note` attribute.\n * @slot help-text - Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.\n *\n * @event zn-blur - Emitted when the control loses focus.\n * @event zn-change - Emitted when an alteration to the control's value is committed by the user.\n * @event zn-focus - Emitted when the control gains focus.\n * @event zn-input - Emitted when the control receives input.\n * @event zn-invalid - Emitted when the form control has been checked for validity and its constraints aren't satisfied.\n *\n * @csspart form-control - The form control that wraps the label, input, and help text.\n * @csspart form-control-label - The label's wrapper.\n * @csspart form-control-input - The input's wrapper.\n * @csspart form-control-help-text - The help text's wrapper.\n * @csspart base - The component's base wrapper.\n * @csspart textarea - The internal `<textarea>` control.\n */",
|
|
39701
|
+
"documentation": "https://zinc.style/components/textarea",
|
|
39702
|
+
"status": "stable",
|
|
39703
|
+
"since": "2.0"
|
|
39746
39704
|
}
|
|
39747
39705
|
],
|
|
39748
39706
|
"exports": [
|
|
@@ -39750,853 +39708,895 @@
|
|
|
39750
39708
|
"kind": "js",
|
|
39751
39709
|
"name": "default",
|
|
39752
39710
|
"declaration": {
|
|
39753
|
-
"name": "
|
|
39754
|
-
"module": "components/
|
|
39711
|
+
"name": "ZnTextarea",
|
|
39712
|
+
"module": "components/textarea/textarea.js"
|
|
39755
39713
|
}
|
|
39756
39714
|
}
|
|
39757
39715
|
]
|
|
39758
39716
|
},
|
|
39759
39717
|
{
|
|
39760
39718
|
"kind": "javascript-module",
|
|
39761
|
-
"path": "components/
|
|
39719
|
+
"path": "components/tabs/tabs.js",
|
|
39762
39720
|
"declarations": [
|
|
39763
39721
|
{
|
|
39764
|
-
"kind": "class",
|
|
39765
|
-
"description": "",
|
|
39766
|
-
"name": "
|
|
39767
|
-
"
|
|
39768
|
-
{
|
|
39769
|
-
"description": "The form control that wraps the label, input, and help text.",
|
|
39770
|
-
"name": "form-control"
|
|
39771
|
-
},
|
|
39772
|
-
{
|
|
39773
|
-
"description": "The label's wrapper.",
|
|
39774
|
-
"name": "form-control-label"
|
|
39775
|
-
},
|
|
39776
|
-
{
|
|
39777
|
-
"description": "The input's wrapper.",
|
|
39778
|
-
"name": "form-control-input"
|
|
39779
|
-
},
|
|
39722
|
+
"kind": "class",
|
|
39723
|
+
"description": "",
|
|
39724
|
+
"name": "ZnTabs",
|
|
39725
|
+
"cssProperties": [
|
|
39780
39726
|
{
|
|
39781
|
-
"description": "
|
|
39782
|
-
"name": "
|
|
39783
|
-
}
|
|
39727
|
+
"description": "An example CSS custom property.",
|
|
39728
|
+
"name": "--example"
|
|
39729
|
+
}
|
|
39730
|
+
],
|
|
39731
|
+
"cssParts": [
|
|
39784
39732
|
{
|
|
39785
39733
|
"description": "The component's base wrapper.",
|
|
39786
39734
|
"name": "base"
|
|
39787
|
-
},
|
|
39788
|
-
{
|
|
39789
|
-
"description": "The internal `<textarea>` control.",
|
|
39790
|
-
"name": "textarea"
|
|
39791
39735
|
}
|
|
39792
39736
|
],
|
|
39793
39737
|
"slots": [
|
|
39794
39738
|
{
|
|
39795
|
-
"description": "The
|
|
39796
|
-
"name": "
|
|
39797
|
-
},
|
|
39798
|
-
{
|
|
39799
|
-
"description": "Used to add text that is displayed in a tooltip next to the label. Alternatively, you can use the `label-tooltip` attribute.",
|
|
39800
|
-
"name": "label-tooltip"
|
|
39801
|
-
},
|
|
39802
|
-
{
|
|
39803
|
-
"description": "Used to add contextual text that is displayed above the textarea, on the right. Alternatively, you can use the `context-note` attribute.",
|
|
39804
|
-
"name": "context-note"
|
|
39739
|
+
"description": "The default slot.",
|
|
39740
|
+
"name": ""
|
|
39805
39741
|
},
|
|
39806
39742
|
{
|
|
39807
|
-
"description": "
|
|
39808
|
-
"name": "
|
|
39743
|
+
"description": "An example slot.",
|
|
39744
|
+
"name": "example"
|
|
39809
39745
|
}
|
|
39810
39746
|
],
|
|
39811
39747
|
"members": [
|
|
39812
39748
|
{
|
|
39813
39749
|
"kind": "field",
|
|
39814
|
-
"name": "
|
|
39815
|
-
"
|
|
39816
|
-
|
|
39817
|
-
|
|
39818
|
-
|
|
39819
|
-
|
|
39820
|
-
"kind": "field",
|
|
39821
|
-
"name": "hasSlotController",
|
|
39822
|
-
"privacy": "private",
|
|
39823
|
-
"readonly": true,
|
|
39824
|
-
"default": "new HasSlotController(this, 'help-text', 'label')"
|
|
39825
|
-
},
|
|
39826
|
-
{
|
|
39827
|
-
"kind": "field",
|
|
39828
|
-
"name": "resizeObserver",
|
|
39829
|
-
"privacy": "private",
|
|
39830
|
-
"readonly": true,
|
|
39831
|
-
"default": "new ResizeController(this, { target: null, callback: () => this.setTextareaHeight(), })"
|
|
39750
|
+
"name": "masterId",
|
|
39751
|
+
"type": {
|
|
39752
|
+
"text": "string"
|
|
39753
|
+
},
|
|
39754
|
+
"attribute": "master-id",
|
|
39755
|
+
"reflects": true
|
|
39832
39756
|
},
|
|
39833
39757
|
{
|
|
39834
39758
|
"kind": "field",
|
|
39835
|
-
"name": "
|
|
39759
|
+
"name": "defaultUri",
|
|
39836
39760
|
"type": {
|
|
39837
|
-
"text": "
|
|
39761
|
+
"text": "string"
|
|
39838
39762
|
},
|
|
39839
|
-
"
|
|
39840
|
-
"
|
|
39841
|
-
"
|
|
39763
|
+
"default": "''",
|
|
39764
|
+
"attribute": "default-uri",
|
|
39765
|
+
"reflects": true
|
|
39842
39766
|
},
|
|
39843
39767
|
{
|
|
39844
39768
|
"kind": "field",
|
|
39845
|
-
"name": "
|
|
39769
|
+
"name": "_current",
|
|
39846
39770
|
"type": {
|
|
39847
|
-
"text": "
|
|
39848
|
-
}
|
|
39771
|
+
"text": "string"
|
|
39772
|
+
},
|
|
39773
|
+
"default": "''",
|
|
39774
|
+
"attribute": "active",
|
|
39775
|
+
"reflects": true
|
|
39849
39776
|
},
|
|
39850
39777
|
{
|
|
39851
39778
|
"kind": "field",
|
|
39852
|
-
"name": "
|
|
39779
|
+
"name": "_split",
|
|
39853
39780
|
"type": {
|
|
39854
|
-
"text": "
|
|
39855
|
-
}
|
|
39781
|
+
"text": "number"
|
|
39782
|
+
},
|
|
39783
|
+
"attribute": "split",
|
|
39784
|
+
"reflects": true
|
|
39856
39785
|
},
|
|
39857
39786
|
{
|
|
39858
39787
|
"kind": "field",
|
|
39859
|
-
"name": "
|
|
39788
|
+
"name": "_splitMin",
|
|
39860
39789
|
"type": {
|
|
39861
|
-
"text": "
|
|
39790
|
+
"text": "number"
|
|
39862
39791
|
},
|
|
39863
|
-
"default": "
|
|
39792
|
+
"default": "60",
|
|
39793
|
+
"attribute": "split-min",
|
|
39794
|
+
"reflects": true
|
|
39864
39795
|
},
|
|
39865
39796
|
{
|
|
39866
39797
|
"kind": "field",
|
|
39867
|
-
"name": "
|
|
39798
|
+
"name": "_splitMinSecondary",
|
|
39868
39799
|
"type": {
|
|
39869
|
-
"text": "
|
|
39800
|
+
"text": "number"
|
|
39870
39801
|
},
|
|
39871
|
-
"
|
|
39872
|
-
"
|
|
39802
|
+
"attribute": "split-min-secondary",
|
|
39803
|
+
"reflects": true
|
|
39873
39804
|
},
|
|
39874
39805
|
{
|
|
39875
39806
|
"kind": "field",
|
|
39876
|
-
"name": "
|
|
39807
|
+
"name": "_splitMax",
|
|
39877
39808
|
"type": {
|
|
39878
|
-
"text": "
|
|
39809
|
+
"text": "number"
|
|
39879
39810
|
},
|
|
39880
|
-
"
|
|
39881
|
-
"
|
|
39882
|
-
"attribute": "name"
|
|
39811
|
+
"attribute": "split-max",
|
|
39812
|
+
"reflects": true
|
|
39883
39813
|
},
|
|
39884
39814
|
{
|
|
39885
39815
|
"kind": "field",
|
|
39886
|
-
"name": "
|
|
39816
|
+
"name": "primaryCaption",
|
|
39887
39817
|
"type": {
|
|
39888
39818
|
"text": "string"
|
|
39889
39819
|
},
|
|
39890
|
-
"default": "''",
|
|
39891
|
-
"
|
|
39892
|
-
"
|
|
39820
|
+
"default": "'Navigation'",
|
|
39821
|
+
"attribute": "primary-caption",
|
|
39822
|
+
"reflects": true
|
|
39893
39823
|
},
|
|
39894
39824
|
{
|
|
39895
39825
|
"kind": "field",
|
|
39896
|
-
"name": "
|
|
39826
|
+
"name": "secondaryCaption",
|
|
39897
39827
|
"type": {
|
|
39898
|
-
"text": "
|
|
39828
|
+
"text": "string"
|
|
39899
39829
|
},
|
|
39900
|
-
"default": "'
|
|
39901
|
-
"
|
|
39902
|
-
"attribute": "size",
|
|
39830
|
+
"default": "'Content'",
|
|
39831
|
+
"attribute": "secondary-caption",
|
|
39903
39832
|
"reflects": true
|
|
39904
39833
|
},
|
|
39905
39834
|
{
|
|
39906
39835
|
"kind": "field",
|
|
39907
|
-
"name": "
|
|
39836
|
+
"name": "noPrefetch",
|
|
39908
39837
|
"type": {
|
|
39909
|
-
"text": "
|
|
39838
|
+
"text": "boolean"
|
|
39910
39839
|
},
|
|
39911
|
-
"default": "
|
|
39912
|
-
"
|
|
39913
|
-
"
|
|
39840
|
+
"default": "false",
|
|
39841
|
+
"attribute": "no-prefetch",
|
|
39842
|
+
"reflects": true
|
|
39914
39843
|
},
|
|
39915
39844
|
{
|
|
39916
39845
|
"kind": "field",
|
|
39917
|
-
"name": "
|
|
39846
|
+
"name": "noCache",
|
|
39918
39847
|
"type": {
|
|
39919
|
-
"text": "
|
|
39848
|
+
"text": "boolean"
|
|
39920
39849
|
},
|
|
39921
|
-
"default": "
|
|
39922
|
-
"
|
|
39923
|
-
"
|
|
39850
|
+
"default": "false",
|
|
39851
|
+
"attribute": "no-cache",
|
|
39852
|
+
"reflects": true
|
|
39924
39853
|
},
|
|
39925
39854
|
{
|
|
39926
39855
|
"kind": "field",
|
|
39927
|
-
"name": "
|
|
39856
|
+
"name": "localStorage",
|
|
39928
39857
|
"type": {
|
|
39929
|
-
"text": "
|
|
39858
|
+
"text": "boolean"
|
|
39930
39859
|
},
|
|
39931
|
-
"
|
|
39932
|
-
"
|
|
39933
|
-
"attribute": "context-note"
|
|
39860
|
+
"attribute": "local-storage",
|
|
39861
|
+
"reflects": true
|
|
39934
39862
|
},
|
|
39935
39863
|
{
|
|
39936
39864
|
"kind": "field",
|
|
39937
|
-
"name": "
|
|
39865
|
+
"name": "storeKey",
|
|
39938
39866
|
"type": {
|
|
39939
39867
|
"text": "string"
|
|
39940
39868
|
},
|
|
39941
|
-
"
|
|
39942
|
-
"description": "The text area's help text. If you need to display HTML, use the `help-text` slot instead.",
|
|
39943
|
-
"attribute": "help-text"
|
|
39869
|
+
"attribute": "store-key"
|
|
39944
39870
|
},
|
|
39945
39871
|
{
|
|
39946
39872
|
"kind": "field",
|
|
39947
|
-
"name": "
|
|
39873
|
+
"name": "storeTtl",
|
|
39948
39874
|
"type": {
|
|
39949
|
-
"text": "
|
|
39875
|
+
"text": "number"
|
|
39950
39876
|
},
|
|
39951
|
-
"default": "
|
|
39952
|
-
"
|
|
39953
|
-
"
|
|
39877
|
+
"default": "0",
|
|
39878
|
+
"attribute": "store-ttl",
|
|
39879
|
+
"reflects": true
|
|
39954
39880
|
},
|
|
39955
39881
|
{
|
|
39956
39882
|
"kind": "field",
|
|
39957
|
-
"name": "
|
|
39883
|
+
"name": "padded",
|
|
39958
39884
|
"type": {
|
|
39959
|
-
"text": "
|
|
39885
|
+
"text": "boolean"
|
|
39960
39886
|
},
|
|
39961
|
-
"default": "
|
|
39962
|
-
"
|
|
39963
|
-
"
|
|
39887
|
+
"default": "false",
|
|
39888
|
+
"attribute": "padded",
|
|
39889
|
+
"reflects": true
|
|
39964
39890
|
},
|
|
39965
39891
|
{
|
|
39966
39892
|
"kind": "field",
|
|
39967
|
-
"name": "
|
|
39893
|
+
"name": "fetchStyle",
|
|
39968
39894
|
"type": {
|
|
39969
|
-
"text": "
|
|
39895
|
+
"text": "string"
|
|
39970
39896
|
},
|
|
39971
|
-
"default": "
|
|
39972
|
-
"
|
|
39973
|
-
"
|
|
39897
|
+
"default": "\"\"",
|
|
39898
|
+
"attribute": "fetch-style",
|
|
39899
|
+
"reflects": true
|
|
39974
39900
|
},
|
|
39975
39901
|
{
|
|
39976
39902
|
"kind": "field",
|
|
39977
|
-
"name": "
|
|
39903
|
+
"name": "fullWidth",
|
|
39978
39904
|
"type": {
|
|
39979
39905
|
"text": "boolean"
|
|
39980
39906
|
},
|
|
39981
39907
|
"default": "false",
|
|
39982
|
-
"
|
|
39983
|
-
"attribute": "disabled",
|
|
39908
|
+
"attribute": "full-width",
|
|
39984
39909
|
"reflects": true
|
|
39985
39910
|
},
|
|
39986
39911
|
{
|
|
39987
39912
|
"kind": "field",
|
|
39988
|
-
"name": "
|
|
39913
|
+
"name": "paddedRight",
|
|
39989
39914
|
"type": {
|
|
39990
39915
|
"text": "boolean"
|
|
39991
39916
|
},
|
|
39992
39917
|
"default": "false",
|
|
39993
|
-
"
|
|
39994
|
-
"attribute": "readonly",
|
|
39918
|
+
"attribute": "padded-right",
|
|
39995
39919
|
"reflects": true
|
|
39996
39920
|
},
|
|
39997
39921
|
{
|
|
39998
39922
|
"kind": "field",
|
|
39999
|
-
"name": "
|
|
39923
|
+
"name": "monitor",
|
|
40000
39924
|
"type": {
|
|
40001
39925
|
"text": "string"
|
|
40002
39926
|
},
|
|
40003
|
-
"
|
|
40004
|
-
"description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
|
|
40005
|
-
"attribute": "form",
|
|
40006
|
-
"reflects": true
|
|
39927
|
+
"attribute": "monitor"
|
|
40007
39928
|
},
|
|
40008
39929
|
{
|
|
40009
39930
|
"kind": "field",
|
|
40010
|
-
"name": "
|
|
39931
|
+
"name": "caption",
|
|
40011
39932
|
"type": {
|
|
40012
|
-
"text": "
|
|
39933
|
+
"text": "string"
|
|
40013
39934
|
},
|
|
40014
|
-
"
|
|
40015
|
-
"attribute": "flush",
|
|
40016
|
-
"reflects": true
|
|
39935
|
+
"attribute": "caption"
|
|
40017
39936
|
},
|
|
40018
39937
|
{
|
|
40019
39938
|
"kind": "field",
|
|
40020
|
-
"name": "
|
|
39939
|
+
"name": "description",
|
|
40021
39940
|
"type": {
|
|
40022
|
-
"text": "
|
|
39941
|
+
"text": "string"
|
|
40023
39942
|
},
|
|
40024
|
-
"
|
|
40025
|
-
"description": "Makes the textarea a required field.",
|
|
40026
|
-
"attribute": "required",
|
|
40027
|
-
"reflects": true
|
|
39943
|
+
"attribute": "description"
|
|
40028
39944
|
},
|
|
40029
39945
|
{
|
|
40030
39946
|
"kind": "field",
|
|
40031
|
-
"name": "
|
|
39947
|
+
"name": "preload",
|
|
40032
39948
|
"type": {
|
|
40033
|
-
"text": "
|
|
39949
|
+
"text": "boolean"
|
|
40034
39950
|
},
|
|
40035
|
-
"
|
|
40036
|
-
"
|
|
39951
|
+
"privacy": "protected",
|
|
39952
|
+
"default": "true"
|
|
40037
39953
|
},
|
|
40038
39954
|
{
|
|
40039
39955
|
"kind": "field",
|
|
40040
|
-
"name": "
|
|
39956
|
+
"name": "_store",
|
|
40041
39957
|
"type": {
|
|
40042
|
-
"text": "
|
|
39958
|
+
"text": "Store"
|
|
40043
39959
|
},
|
|
40044
|
-
"
|
|
40045
|
-
"attribute": "maxlength"
|
|
39960
|
+
"privacy": "protected"
|
|
40046
39961
|
},
|
|
40047
39962
|
{
|
|
40048
39963
|
"kind": "field",
|
|
40049
|
-
"name": "
|
|
39964
|
+
"name": "_activeClicks",
|
|
40050
39965
|
"type": {
|
|
40051
|
-
"text": "
|
|
39966
|
+
"text": "number"
|
|
40052
39967
|
},
|
|
40053
|
-
"
|
|
40054
|
-
"
|
|
39968
|
+
"privacy": "protected",
|
|
39969
|
+
"default": "0"
|
|
40055
39970
|
},
|
|
40056
39971
|
{
|
|
40057
39972
|
"kind": "field",
|
|
40058
|
-
"name": "
|
|
39973
|
+
"name": "_panel",
|
|
40059
39974
|
"type": {
|
|
40060
|
-
"text": "
|
|
39975
|
+
"text": "Element | null | undefined"
|
|
40061
39976
|
},
|
|
40062
|
-
"
|
|
40063
|
-
"attribute": "autocorrect"
|
|
39977
|
+
"privacy": "private"
|
|
40064
39978
|
},
|
|
40065
39979
|
{
|
|
40066
39980
|
"kind": "field",
|
|
40067
|
-
"name": "
|
|
39981
|
+
"name": "_panels",
|
|
40068
39982
|
"type": {
|
|
40069
|
-
"text": "string"
|
|
39983
|
+
"text": "Map<string, Element[]>"
|
|
40070
39984
|
},
|
|
40071
|
-
"
|
|
40072
|
-
"
|
|
39985
|
+
"privacy": "private",
|
|
39986
|
+
"default": "new Map<string, Element[]>()"
|
|
40073
39987
|
},
|
|
40074
39988
|
{
|
|
40075
39989
|
"kind": "field",
|
|
40076
|
-
"name": "
|
|
39990
|
+
"name": "_activeTab",
|
|
40077
39991
|
"type": {
|
|
40078
|
-
"text": "
|
|
39992
|
+
"text": "Element | null"
|
|
40079
39993
|
},
|
|
40080
|
-
"
|
|
40081
|
-
"
|
|
39994
|
+
"privacy": "private",
|
|
39995
|
+
"default": "null"
|
|
40082
39996
|
},
|
|
40083
39997
|
{
|
|
40084
39998
|
"kind": "field",
|
|
40085
|
-
"name": "
|
|
39999
|
+
"name": "_tabs",
|
|
40086
40000
|
"type": {
|
|
40087
|
-
"text": "
|
|
40001
|
+
"text": "HTMLElement[]"
|
|
40088
40002
|
},
|
|
40089
|
-
"
|
|
40090
|
-
"
|
|
40003
|
+
"privacy": "private",
|
|
40004
|
+
"default": "[]"
|
|
40091
40005
|
},
|
|
40092
40006
|
{
|
|
40093
40007
|
"kind": "field",
|
|
40094
|
-
"name": "
|
|
40008
|
+
"name": "_actions",
|
|
40095
40009
|
"type": {
|
|
40096
|
-
"text": "
|
|
40010
|
+
"text": "HTMLElement[]"
|
|
40097
40011
|
},
|
|
40098
|
-
"
|
|
40099
|
-
"
|
|
40100
|
-
"attribute": "spellcheck"
|
|
40012
|
+
"privacy": "private",
|
|
40013
|
+
"default": "[]"
|
|
40101
40014
|
},
|
|
40102
40015
|
{
|
|
40103
40016
|
"kind": "field",
|
|
40104
|
-
"name": "
|
|
40017
|
+
"name": "_knownUri",
|
|
40105
40018
|
"type": {
|
|
40106
|
-
"text": "
|
|
40019
|
+
"text": "Map<string, string>"
|
|
40107
40020
|
},
|
|
40108
|
-
"
|
|
40109
|
-
"
|
|
40021
|
+
"privacy": "private",
|
|
40022
|
+
"default": "new Map<string, string>()"
|
|
40110
40023
|
},
|
|
40111
40024
|
{
|
|
40112
40025
|
"kind": "field",
|
|
40113
|
-
"name": "
|
|
40026
|
+
"name": "_defaultTab",
|
|
40114
40027
|
"type": {
|
|
40115
40028
|
"text": "string"
|
|
40116
40029
|
},
|
|
40117
|
-
"
|
|
40118
|
-
"
|
|
40030
|
+
"privacy": "private",
|
|
40031
|
+
"default": "''"
|
|
40119
40032
|
},
|
|
40120
40033
|
{
|
|
40121
40034
|
"kind": "field",
|
|
40122
|
-
"name": "
|
|
40123
|
-
"
|
|
40124
|
-
|
|
40125
|
-
|
|
40126
|
-
"default": "false",
|
|
40127
|
-
"attribute": "transparent"
|
|
40035
|
+
"name": "hasSlotController",
|
|
40036
|
+
"privacy": "private",
|
|
40037
|
+
"readonly": true,
|
|
40038
|
+
"default": "new HasSlotController(this, '[default]', 'bottom', 'right', 'left', 'top', 'actions')"
|
|
40128
40039
|
},
|
|
40129
40040
|
{
|
|
40130
40041
|
"kind": "field",
|
|
40131
|
-
"name": "
|
|
40132
|
-
"
|
|
40133
|
-
"readonly": true
|
|
40042
|
+
"name": "_domObserver",
|
|
40043
|
+
"privacy": "private",
|
|
40044
|
+
"readonly": true,
|
|
40045
|
+
"default": "new MutationController(this, { target: null, config: {childList: true, subtree: true}, callback: mutations => { mutations.forEach(mutation => { if (mutation.type !== 'childList') return; if (mutation.addedNodes.length > 0) { this._registerTabs(); } if (mutation.removedNodes.length > 0) { mutation.removedNodes.forEach(node => { const id = node instanceof HTMLElement ? node.id : ''; if (id) this.removeTabAndPanel(id); }); } }); }, })"
|
|
40134
40046
|
},
|
|
40135
40047
|
{
|
|
40136
40048
|
"kind": "field",
|
|
40137
|
-
"name": "
|
|
40138
|
-
"
|
|
40139
|
-
"readonly": true
|
|
40049
|
+
"name": "_monitorObserver",
|
|
40050
|
+
"privacy": "private",
|
|
40051
|
+
"readonly": true,
|
|
40052
|
+
"default": "new MutationController(this, { target: null, config: {childList: true, subtree: true}, callback: mutations => { mutations.forEach(mutation => { if (mutation.type !== 'childList') return; mutation.addedNodes.forEach(node => { if (node instanceof HTMLElement && node.id === this.monitor) { this.reRegisterTabs(); const storedValue = this.getStoredTab(); if (storedValue !== null) { this.restoreStoredTab(storedValue); } } }); }); }, })"
|
|
40140
40053
|
},
|
|
40141
40054
|
{
|
|
40142
40055
|
"kind": "method",
|
|
40143
|
-
"name": "
|
|
40144
|
-
"privacy": "private"
|
|
40056
|
+
"name": "monitorDom"
|
|
40145
40057
|
},
|
|
40146
40058
|
{
|
|
40147
40059
|
"kind": "method",
|
|
40148
|
-
"name": "
|
|
40149
|
-
"privacy": "
|
|
40060
|
+
"name": "getTabStoreKey",
|
|
40061
|
+
"privacy": "protected",
|
|
40062
|
+
"return": {
|
|
40063
|
+
"type": {
|
|
40064
|
+
"text": "string | null"
|
|
40065
|
+
}
|
|
40066
|
+
},
|
|
40067
|
+
"description": "The key the active tab is persisted under. Null disables persistence."
|
|
40150
40068
|
},
|
|
40151
40069
|
{
|
|
40152
40070
|
"kind": "method",
|
|
40153
|
-
"name": "
|
|
40154
|
-
"privacy": "
|
|
40071
|
+
"name": "getStoredTab",
|
|
40072
|
+
"privacy": "protected",
|
|
40073
|
+
"return": {
|
|
40074
|
+
"type": {
|
|
40075
|
+
"text": "string | null"
|
|
40076
|
+
}
|
|
40077
|
+
}
|
|
40155
40078
|
},
|
|
40156
40079
|
{
|
|
40157
40080
|
"kind": "method",
|
|
40158
|
-
"name": "
|
|
40159
|
-
"privacy": "
|
|
40081
|
+
"name": "storeActiveTab",
|
|
40082
|
+
"privacy": "protected",
|
|
40083
|
+
"parameters": [
|
|
40084
|
+
{
|
|
40085
|
+
"name": "tabName",
|
|
40086
|
+
"type": {
|
|
40087
|
+
"text": "string"
|
|
40088
|
+
}
|
|
40089
|
+
}
|
|
40090
|
+
]
|
|
40160
40091
|
},
|
|
40161
40092
|
{
|
|
40162
40093
|
"kind": "method",
|
|
40163
|
-
"name": "
|
|
40164
|
-
"privacy": "
|
|
40094
|
+
"name": "restoreStoredTab",
|
|
40095
|
+
"privacy": "protected",
|
|
40165
40096
|
"parameters": [
|
|
40166
40097
|
{
|
|
40167
|
-
"name": "
|
|
40098
|
+
"name": "stored",
|
|
40168
40099
|
"type": {
|
|
40169
|
-
"text": "
|
|
40100
|
+
"text": "string"
|
|
40170
40101
|
}
|
|
40171
40102
|
}
|
|
40172
40103
|
]
|
|
40173
40104
|
},
|
|
40174
40105
|
{
|
|
40175
40106
|
"kind": "method",
|
|
40176
|
-
"name": "
|
|
40107
|
+
"name": "activateDefaultTab",
|
|
40108
|
+
"privacy": "protected",
|
|
40109
|
+
"description": "Activates the tab the container starts on, ignoring any stored selection."
|
|
40110
|
+
},
|
|
40111
|
+
{
|
|
40112
|
+
"kind": "field",
|
|
40113
|
+
"name": "handlePopState",
|
|
40114
|
+
"privacy": "private",
|
|
40115
|
+
"readonly": true
|
|
40116
|
+
},
|
|
40117
|
+
{
|
|
40118
|
+
"kind": "method",
|
|
40119
|
+
"name": "pushTabHistory",
|
|
40177
40120
|
"privacy": "private",
|
|
40178
40121
|
"parameters": [
|
|
40179
40122
|
{
|
|
40180
|
-
"name": "
|
|
40123
|
+
"name": "tabName",
|
|
40181
40124
|
"type": {
|
|
40182
|
-
"text": "
|
|
40125
|
+
"text": "string"
|
|
40183
40126
|
}
|
|
40184
40127
|
}
|
|
40185
40128
|
]
|
|
40186
40129
|
},
|
|
40187
40130
|
{
|
|
40188
40131
|
"kind": "method",
|
|
40189
|
-
"name": "
|
|
40190
|
-
"privacy": "private"
|
|
40132
|
+
"name": "getUriForTabId",
|
|
40133
|
+
"privacy": "private",
|
|
40134
|
+
"return": {
|
|
40135
|
+
"type": {
|
|
40136
|
+
"text": "string | null"
|
|
40137
|
+
}
|
|
40138
|
+
},
|
|
40139
|
+
"parameters": [
|
|
40140
|
+
{
|
|
40141
|
+
"name": "tabId",
|
|
40142
|
+
"type": {
|
|
40143
|
+
"text": "string"
|
|
40144
|
+
}
|
|
40145
|
+
}
|
|
40146
|
+
]
|
|
40191
40147
|
},
|
|
40192
40148
|
{
|
|
40193
40149
|
"kind": "method",
|
|
40194
|
-
"name": "
|
|
40150
|
+
"name": "_addPanel",
|
|
40151
|
+
"parameters": [
|
|
40152
|
+
{
|
|
40153
|
+
"name": "panel",
|
|
40154
|
+
"type": {
|
|
40155
|
+
"text": "HTMLElement"
|
|
40156
|
+
}
|
|
40157
|
+
}
|
|
40158
|
+
]
|
|
40195
40159
|
},
|
|
40196
40160
|
{
|
|
40197
40161
|
"kind": "method",
|
|
40198
|
-
"name": "
|
|
40162
|
+
"name": "_addTab",
|
|
40163
|
+
"parameters": [
|
|
40164
|
+
{
|
|
40165
|
+
"name": "tab",
|
|
40166
|
+
"type": {
|
|
40167
|
+
"text": "HTMLElement"
|
|
40168
|
+
}
|
|
40169
|
+
}
|
|
40170
|
+
]
|
|
40199
40171
|
},
|
|
40200
40172
|
{
|
|
40201
|
-
"kind": "
|
|
40202
|
-
"name": "
|
|
40173
|
+
"kind": "field",
|
|
40174
|
+
"name": "reRegisterTabs"
|
|
40203
40175
|
},
|
|
40204
40176
|
{
|
|
40205
40177
|
"kind": "method",
|
|
40206
|
-
"name": "
|
|
40178
|
+
"name": "switchTab",
|
|
40207
40179
|
"parameters": [
|
|
40208
40180
|
{
|
|
40209
|
-
"name": "
|
|
40210
|
-
"optional": true,
|
|
40181
|
+
"name": "inc",
|
|
40211
40182
|
"type": {
|
|
40212
|
-
"text": "
|
|
40183
|
+
"text": "number"
|
|
40213
40184
|
}
|
|
40214
40185
|
}
|
|
40215
|
-
]
|
|
40216
|
-
"description": "Sets focus on the textarea."
|
|
40186
|
+
]
|
|
40217
40187
|
},
|
|
40218
40188
|
{
|
|
40219
40189
|
"kind": "method",
|
|
40220
|
-
"name": "
|
|
40221
|
-
"description": "Removes focus from the textarea."
|
|
40190
|
+
"name": "nextTab"
|
|
40222
40191
|
},
|
|
40223
40192
|
{
|
|
40224
40193
|
"kind": "method",
|
|
40225
|
-
"name": "
|
|
40226
|
-
"description": "Selects all the text in the textarea."
|
|
40194
|
+
"name": "previousTab"
|
|
40227
40195
|
},
|
|
40228
40196
|
{
|
|
40229
40197
|
"kind": "method",
|
|
40230
|
-
"name": "
|
|
40198
|
+
"name": "_prepareTab",
|
|
40199
|
+
"parameters": [
|
|
40200
|
+
{
|
|
40201
|
+
"name": "tabId",
|
|
40202
|
+
"type": {
|
|
40203
|
+
"text": "string"
|
|
40204
|
+
}
|
|
40205
|
+
}
|
|
40206
|
+
]
|
|
40207
|
+
},
|
|
40208
|
+
{
|
|
40209
|
+
"kind": "method",
|
|
40210
|
+
"name": "_uriToId",
|
|
40231
40211
|
"return": {
|
|
40232
40212
|
"type": {
|
|
40233
|
-
"text": "
|
|
40213
|
+
"text": "string"
|
|
40234
40214
|
}
|
|
40235
40215
|
},
|
|
40236
40216
|
"parameters": [
|
|
40237
40217
|
{
|
|
40238
|
-
"name": "
|
|
40239
|
-
"
|
|
40218
|
+
"name": "tabUri",
|
|
40219
|
+
"type": {
|
|
40220
|
+
"text": "string"
|
|
40221
|
+
}
|
|
40222
|
+
}
|
|
40223
|
+
]
|
|
40224
|
+
},
|
|
40225
|
+
{
|
|
40226
|
+
"kind": "method",
|
|
40227
|
+
"name": "_createUriPanel",
|
|
40228
|
+
"return": {
|
|
40229
|
+
"type": {
|
|
40230
|
+
"text": "HTMLDivElement"
|
|
40231
|
+
}
|
|
40232
|
+
},
|
|
40233
|
+
"parameters": [
|
|
40234
|
+
{
|
|
40235
|
+
"name": "tabEle",
|
|
40236
|
+
"type": {
|
|
40237
|
+
"text": "Element"
|
|
40238
|
+
}
|
|
40239
|
+
},
|
|
40240
|
+
{
|
|
40241
|
+
"name": "tabUri",
|
|
40242
|
+
"type": {
|
|
40243
|
+
"text": "string"
|
|
40244
|
+
}
|
|
40245
|
+
},
|
|
40246
|
+
{
|
|
40247
|
+
"name": "tabId",
|
|
40248
|
+
"type": {
|
|
40249
|
+
"text": "string"
|
|
40250
|
+
}
|
|
40251
|
+
}
|
|
40252
|
+
]
|
|
40253
|
+
},
|
|
40254
|
+
{
|
|
40255
|
+
"kind": "method",
|
|
40256
|
+
"name": "_handleClick",
|
|
40257
|
+
"parameters": [
|
|
40258
|
+
{
|
|
40259
|
+
"name": "event",
|
|
40260
|
+
"type": {
|
|
40261
|
+
"text": "PointerEvent"
|
|
40262
|
+
}
|
|
40263
|
+
}
|
|
40264
|
+
]
|
|
40265
|
+
},
|
|
40266
|
+
{
|
|
40267
|
+
"kind": "method",
|
|
40268
|
+
"name": "fetchUriTab",
|
|
40269
|
+
"parameters": [
|
|
40270
|
+
{
|
|
40271
|
+
"name": "target",
|
|
40240
40272
|
"type": {
|
|
40241
|
-
"text": "
|
|
40273
|
+
"text": "HTMLElement"
|
|
40242
40274
|
}
|
|
40243
40275
|
}
|
|
40244
|
-
]
|
|
40245
|
-
"description": "Gets or sets the textarea scroll position."
|
|
40276
|
+
]
|
|
40246
40277
|
},
|
|
40247
40278
|
{
|
|
40248
40279
|
"kind": "method",
|
|
40249
|
-
"name": "
|
|
40280
|
+
"name": "clickTab",
|
|
40250
40281
|
"parameters": [
|
|
40251
40282
|
{
|
|
40252
|
-
"name": "
|
|
40283
|
+
"name": "target",
|
|
40253
40284
|
"type": {
|
|
40254
|
-
"text": "
|
|
40285
|
+
"text": "HTMLElement"
|
|
40255
40286
|
}
|
|
40256
40287
|
},
|
|
40257
40288
|
{
|
|
40258
|
-
"name": "
|
|
40289
|
+
"name": "refresh",
|
|
40259
40290
|
"type": {
|
|
40260
|
-
"text": "
|
|
40291
|
+
"text": "boolean"
|
|
40261
40292
|
}
|
|
40262
40293
|
},
|
|
40263
40294
|
{
|
|
40264
|
-
"name": "
|
|
40265
|
-
"default": "
|
|
40295
|
+
"name": "pushHistory",
|
|
40296
|
+
"default": "false"
|
|
40297
|
+
}
|
|
40298
|
+
]
|
|
40299
|
+
},
|
|
40300
|
+
{
|
|
40301
|
+
"kind": "method",
|
|
40302
|
+
"name": "getRefTab",
|
|
40303
|
+
"parameters": [
|
|
40304
|
+
{
|
|
40305
|
+
"name": "target",
|
|
40266
40306
|
"type": {
|
|
40267
|
-
"text": "
|
|
40307
|
+
"text": "HTMLElement"
|
|
40268
40308
|
}
|
|
40269
40309
|
}
|
|
40270
|
-
]
|
|
40271
|
-
"description": "Sets the start and end positions of the text selection (0-based)."
|
|
40310
|
+
]
|
|
40272
40311
|
},
|
|
40273
40312
|
{
|
|
40274
40313
|
"kind": "method",
|
|
40275
|
-
"name": "
|
|
40314
|
+
"name": "setActiveTab",
|
|
40276
40315
|
"parameters": [
|
|
40277
40316
|
{
|
|
40278
|
-
"name": "
|
|
40317
|
+
"name": "tabName",
|
|
40279
40318
|
"type": {
|
|
40280
40319
|
"text": "string"
|
|
40281
40320
|
}
|
|
40282
40321
|
},
|
|
40283
40322
|
{
|
|
40284
|
-
"name": "
|
|
40285
|
-
"optional": true,
|
|
40323
|
+
"name": "store",
|
|
40286
40324
|
"type": {
|
|
40287
|
-
"text": "
|
|
40325
|
+
"text": "boolean"
|
|
40288
40326
|
}
|
|
40289
40327
|
},
|
|
40290
40328
|
{
|
|
40291
|
-
"name": "
|
|
40292
|
-
"optional": true,
|
|
40329
|
+
"name": "refresh",
|
|
40293
40330
|
"type": {
|
|
40294
|
-
"text": "
|
|
40331
|
+
"text": "boolean"
|
|
40295
40332
|
}
|
|
40296
40333
|
},
|
|
40297
40334
|
{
|
|
40298
|
-
"name": "
|
|
40299
|
-
"default": "
|
|
40335
|
+
"name": "refTab",
|
|
40336
|
+
"default": "null",
|
|
40300
40337
|
"type": {
|
|
40301
|
-
"text": "
|
|
40338
|
+
"text": "string | null"
|
|
40302
40339
|
}
|
|
40340
|
+
},
|
|
40341
|
+
{
|
|
40342
|
+
"name": "pushHistory",
|
|
40343
|
+
"default": "false"
|
|
40303
40344
|
}
|
|
40304
|
-
]
|
|
40305
|
-
"description": "Replaces a range of text with a new string."
|
|
40345
|
+
]
|
|
40306
40346
|
},
|
|
40307
40347
|
{
|
|
40308
40348
|
"kind": "method",
|
|
40309
|
-
"name": "
|
|
40310
|
-
"
|
|
40349
|
+
"name": "_setTabEleActive",
|
|
40350
|
+
"parameters": [
|
|
40351
|
+
{
|
|
40352
|
+
"name": "ele",
|
|
40353
|
+
"type": {
|
|
40354
|
+
"text": "Element"
|
|
40355
|
+
}
|
|
40356
|
+
},
|
|
40357
|
+
{
|
|
40358
|
+
"name": "active",
|
|
40359
|
+
"type": {
|
|
40360
|
+
"text": "boolean"
|
|
40361
|
+
}
|
|
40362
|
+
}
|
|
40363
|
+
]
|
|
40311
40364
|
},
|
|
40312
40365
|
{
|
|
40313
40366
|
"kind": "method",
|
|
40314
|
-
"name": "
|
|
40367
|
+
"name": "selectTab",
|
|
40315
40368
|
"return": {
|
|
40316
40369
|
"type": {
|
|
40317
|
-
"text": "
|
|
40370
|
+
"text": "boolean"
|
|
40318
40371
|
}
|
|
40319
40372
|
},
|
|
40320
|
-
"
|
|
40373
|
+
"parameters": [
|
|
40374
|
+
{
|
|
40375
|
+
"name": "tabName",
|
|
40376
|
+
"type": {
|
|
40377
|
+
"text": "string"
|
|
40378
|
+
}
|
|
40379
|
+
},
|
|
40380
|
+
{
|
|
40381
|
+
"name": "refresh",
|
|
40382
|
+
"type": {
|
|
40383
|
+
"text": "boolean"
|
|
40384
|
+
}
|
|
40385
|
+
}
|
|
40386
|
+
]
|
|
40321
40387
|
},
|
|
40322
40388
|
{
|
|
40323
40389
|
"kind": "method",
|
|
40324
|
-
"name": "
|
|
40325
|
-
"
|
|
40390
|
+
"name": "getActiveTab",
|
|
40391
|
+
"return": {
|
|
40392
|
+
"type": {
|
|
40393
|
+
"text": "Element[]"
|
|
40394
|
+
}
|
|
40395
|
+
}
|
|
40326
40396
|
},
|
|
40327
40397
|
{
|
|
40328
40398
|
"kind": "method",
|
|
40329
|
-
"name": "
|
|
40399
|
+
"name": "observerDom"
|
|
40400
|
+
},
|
|
40401
|
+
{
|
|
40402
|
+
"kind": "method",
|
|
40403
|
+
"name": "removeTabAndPanel",
|
|
40330
40404
|
"parameters": [
|
|
40331
40405
|
{
|
|
40332
|
-
"name": "
|
|
40406
|
+
"name": "tabId",
|
|
40333
40407
|
"type": {
|
|
40334
40408
|
"text": "string"
|
|
40335
40409
|
}
|
|
40336
40410
|
}
|
|
40337
|
-
]
|
|
40338
|
-
|
|
40411
|
+
]
|
|
40412
|
+
},
|
|
40413
|
+
{
|
|
40414
|
+
"kind": "field",
|
|
40415
|
+
"name": "_registerTabs"
|
|
40339
40416
|
}
|
|
40340
40417
|
],
|
|
40341
40418
|
"events": [
|
|
40342
40419
|
{
|
|
40343
|
-
"description": "Emitted
|
|
40344
|
-
"name": "zn-
|
|
40345
|
-
},
|
|
40346
|
-
{
|
|
40347
|
-
"description": "Emitted when an alteration to the control's value is committed by the user.",
|
|
40348
|
-
"name": "zn-change"
|
|
40349
|
-
},
|
|
40350
|
-
{
|
|
40351
|
-
"description": "Emitted when the control gains focus.",
|
|
40352
|
-
"name": "zn-focus"
|
|
40353
|
-
},
|
|
40354
|
-
{
|
|
40355
|
-
"description": "Emitted when the control receives input.",
|
|
40356
|
-
"name": "zn-input"
|
|
40357
|
-
},
|
|
40358
|
-
{
|
|
40359
|
-
"description": "Emitted when the form control has been checked for validity and its constraints aren't satisfied.",
|
|
40360
|
-
"name": "zn-invalid"
|
|
40420
|
+
"description": "Emitted as an example.",
|
|
40421
|
+
"name": "zn-event-name"
|
|
40361
40422
|
}
|
|
40362
40423
|
],
|
|
40363
40424
|
"attributes": [
|
|
40364
40425
|
{
|
|
40365
|
-
"name": "
|
|
40426
|
+
"name": "master-id",
|
|
40366
40427
|
"type": {
|
|
40367
40428
|
"text": "string"
|
|
40368
40429
|
},
|
|
40369
|
-
"
|
|
40370
|
-
"fieldName": "title"
|
|
40430
|
+
"fieldName": "masterId"
|
|
40371
40431
|
},
|
|
40372
40432
|
{
|
|
40373
|
-
"name": "
|
|
40433
|
+
"name": "default-uri",
|
|
40374
40434
|
"type": {
|
|
40375
40435
|
"text": "string"
|
|
40376
40436
|
},
|
|
40377
40437
|
"default": "''",
|
|
40378
|
-
"
|
|
40379
|
-
"fieldName": "name"
|
|
40438
|
+
"fieldName": "defaultUri"
|
|
40380
40439
|
},
|
|
40381
40440
|
{
|
|
40382
|
-
"name": "
|
|
40441
|
+
"name": "active",
|
|
40383
40442
|
"type": {
|
|
40384
40443
|
"text": "string"
|
|
40385
40444
|
},
|
|
40386
40445
|
"default": "''",
|
|
40387
|
-
"
|
|
40388
|
-
"fieldName": "value"
|
|
40446
|
+
"fieldName": "_current"
|
|
40389
40447
|
},
|
|
40390
40448
|
{
|
|
40391
|
-
"name": "
|
|
40449
|
+
"name": "split",
|
|
40392
40450
|
"type": {
|
|
40393
|
-
"text": "
|
|
40451
|
+
"text": "number"
|
|
40394
40452
|
},
|
|
40395
|
-
"
|
|
40396
|
-
"description": "The text area's size.",
|
|
40397
|
-
"fieldName": "size"
|
|
40453
|
+
"fieldName": "_split"
|
|
40398
40454
|
},
|
|
40399
40455
|
{
|
|
40400
|
-
"name": "
|
|
40456
|
+
"name": "split-min",
|
|
40401
40457
|
"type": {
|
|
40402
|
-
"text": "
|
|
40458
|
+
"text": "number"
|
|
40403
40459
|
},
|
|
40404
|
-
"default": "
|
|
40405
|
-
"
|
|
40406
|
-
"fieldName": "label"
|
|
40460
|
+
"default": "60",
|
|
40461
|
+
"fieldName": "_splitMin"
|
|
40407
40462
|
},
|
|
40408
40463
|
{
|
|
40409
|
-
"name": "
|
|
40464
|
+
"name": "split-min-secondary",
|
|
40410
40465
|
"type": {
|
|
40411
|
-
"text": "
|
|
40466
|
+
"text": "number"
|
|
40412
40467
|
},
|
|
40413
|
-
"
|
|
40414
|
-
"description": "Text that appears in a tooltip next to the label. If you need to display HTML in the tooltip, use the `label-tooltip` slot instead.",
|
|
40415
|
-
"fieldName": "labelTooltip"
|
|
40468
|
+
"fieldName": "_splitMinSecondary"
|
|
40416
40469
|
},
|
|
40417
40470
|
{
|
|
40418
|
-
"name": "
|
|
40471
|
+
"name": "split-max",
|
|
40419
40472
|
"type": {
|
|
40420
|
-
"text": "
|
|
40473
|
+
"text": "number"
|
|
40421
40474
|
},
|
|
40422
|
-
"
|
|
40423
|
-
"description": "Text that appears above the textarea, on the right, to add additional context. If you need to display HTML in this text, use the `context-note` slot instead.",
|
|
40424
|
-
"fieldName": "contextNote"
|
|
40475
|
+
"fieldName": "_splitMax"
|
|
40425
40476
|
},
|
|
40426
40477
|
{
|
|
40427
|
-
"name": "
|
|
40478
|
+
"name": "primary-caption",
|
|
40428
40479
|
"type": {
|
|
40429
40480
|
"text": "string"
|
|
40430
40481
|
},
|
|
40431
|
-
"default": "''",
|
|
40432
|
-
"
|
|
40433
|
-
"fieldName": "helpText"
|
|
40482
|
+
"default": "'Navigation'",
|
|
40483
|
+
"fieldName": "primaryCaption"
|
|
40434
40484
|
},
|
|
40435
40485
|
{
|
|
40436
|
-
"name": "
|
|
40486
|
+
"name": "secondary-caption",
|
|
40437
40487
|
"type": {
|
|
40438
40488
|
"text": "string"
|
|
40439
40489
|
},
|
|
40440
|
-
"default": "''",
|
|
40441
|
-
"
|
|
40442
|
-
"fieldName": "placeholder"
|
|
40443
|
-
},
|
|
40444
|
-
{
|
|
40445
|
-
"name": "rows",
|
|
40446
|
-
"type": {
|
|
40447
|
-
"text": "number"
|
|
40448
|
-
},
|
|
40449
|
-
"default": "4",
|
|
40450
|
-
"description": "The number of rows to display by default.",
|
|
40451
|
-
"fieldName": "rows"
|
|
40452
|
-
},
|
|
40453
|
-
{
|
|
40454
|
-
"name": "resize",
|
|
40455
|
-
"type": {
|
|
40456
|
-
"text": "'none' | 'vertical' | 'auto'"
|
|
40457
|
-
},
|
|
40458
|
-
"default": "'vertical'",
|
|
40459
|
-
"description": "Controls how the textarea can be resized.",
|
|
40460
|
-
"fieldName": "resize"
|
|
40461
|
-
},
|
|
40462
|
-
{
|
|
40463
|
-
"name": "disabled",
|
|
40464
|
-
"type": {
|
|
40465
|
-
"text": "boolean"
|
|
40466
|
-
},
|
|
40467
|
-
"default": "false",
|
|
40468
|
-
"description": "Disables the textarea.",
|
|
40469
|
-
"fieldName": "disabled"
|
|
40490
|
+
"default": "'Content'",
|
|
40491
|
+
"fieldName": "secondaryCaption"
|
|
40470
40492
|
},
|
|
40471
40493
|
{
|
|
40472
|
-
"name": "
|
|
40494
|
+
"name": "no-prefetch",
|
|
40473
40495
|
"type": {
|
|
40474
40496
|
"text": "boolean"
|
|
40475
40497
|
},
|
|
40476
40498
|
"default": "false",
|
|
40477
|
-
"
|
|
40478
|
-
"fieldName": "readonly"
|
|
40479
|
-
},
|
|
40480
|
-
{
|
|
40481
|
-
"name": "form",
|
|
40482
|
-
"type": {
|
|
40483
|
-
"text": "string"
|
|
40484
|
-
},
|
|
40485
|
-
"default": "''",
|
|
40486
|
-
"description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
|
|
40487
|
-
"fieldName": "form"
|
|
40499
|
+
"fieldName": "noPrefetch"
|
|
40488
40500
|
},
|
|
40489
40501
|
{
|
|
40490
|
-
"name": "
|
|
40502
|
+
"name": "no-cache",
|
|
40491
40503
|
"type": {
|
|
40492
40504
|
"text": "boolean"
|
|
40493
40505
|
},
|
|
40494
40506
|
"default": "false",
|
|
40495
|
-
"fieldName": "
|
|
40507
|
+
"fieldName": "noCache"
|
|
40496
40508
|
},
|
|
40497
40509
|
{
|
|
40498
|
-
"name": "
|
|
40510
|
+
"name": "local-storage",
|
|
40499
40511
|
"type": {
|
|
40500
40512
|
"text": "boolean"
|
|
40501
40513
|
},
|
|
40502
|
-
"
|
|
40503
|
-
"description": "Makes the textarea a required field.",
|
|
40504
|
-
"fieldName": "required"
|
|
40514
|
+
"fieldName": "localStorage"
|
|
40505
40515
|
},
|
|
40506
40516
|
{
|
|
40507
|
-
"name": "
|
|
40517
|
+
"name": "store-key",
|
|
40508
40518
|
"type": {
|
|
40509
|
-
"text": "
|
|
40519
|
+
"text": "string"
|
|
40510
40520
|
},
|
|
40511
|
-
"
|
|
40512
|
-
"fieldName": "minlength"
|
|
40521
|
+
"fieldName": "storeKey"
|
|
40513
40522
|
},
|
|
40514
40523
|
{
|
|
40515
|
-
"name": "
|
|
40524
|
+
"name": "store-ttl",
|
|
40516
40525
|
"type": {
|
|
40517
40526
|
"text": "number"
|
|
40518
40527
|
},
|
|
40519
|
-
"
|
|
40520
|
-
"fieldName": "
|
|
40521
|
-
},
|
|
40522
|
-
{
|
|
40523
|
-
"name": "autocapitalize",
|
|
40524
|
-
"type": {
|
|
40525
|
-
"text": "'off' | 'none' | 'on' | 'sentences' | 'words' | 'characters'"
|
|
40526
|
-
},
|
|
40527
|
-
"description": "Controls whether and how text input is automatically capitalized as it is entered by the user.",
|
|
40528
|
-
"fieldName": "autocapitalize"
|
|
40528
|
+
"default": "0",
|
|
40529
|
+
"fieldName": "storeTtl"
|
|
40529
40530
|
},
|
|
40530
40531
|
{
|
|
40531
|
-
"name": "
|
|
40532
|
+
"name": "padded",
|
|
40532
40533
|
"type": {
|
|
40533
|
-
"text": "
|
|
40534
|
+
"text": "boolean"
|
|
40534
40535
|
},
|
|
40535
|
-
"
|
|
40536
|
-
"fieldName": "
|
|
40536
|
+
"default": "false",
|
|
40537
|
+
"fieldName": "padded"
|
|
40537
40538
|
},
|
|
40538
40539
|
{
|
|
40539
|
-
"name": "
|
|
40540
|
+
"name": "fetch-style",
|
|
40540
40541
|
"type": {
|
|
40541
40542
|
"text": "string"
|
|
40542
40543
|
},
|
|
40543
|
-
"
|
|
40544
|
-
"fieldName": "
|
|
40544
|
+
"default": "\"\"",
|
|
40545
|
+
"fieldName": "fetchStyle"
|
|
40545
40546
|
},
|
|
40546
40547
|
{
|
|
40547
|
-
"name": "
|
|
40548
|
+
"name": "full-width",
|
|
40548
40549
|
"type": {
|
|
40549
40550
|
"text": "boolean"
|
|
40550
40551
|
},
|
|
40551
|
-
"
|
|
40552
|
-
"fieldName": "
|
|
40552
|
+
"default": "false",
|
|
40553
|
+
"fieldName": "fullWidth"
|
|
40553
40554
|
},
|
|
40554
40555
|
{
|
|
40555
|
-
"name": "
|
|
40556
|
+
"name": "padded-right",
|
|
40556
40557
|
"type": {
|
|
40557
|
-
"text": "
|
|
40558
|
+
"text": "boolean"
|
|
40558
40559
|
},
|
|
40559
|
-
"
|
|
40560
|
-
"fieldName": "
|
|
40560
|
+
"default": "false",
|
|
40561
|
+
"fieldName": "paddedRight"
|
|
40561
40562
|
},
|
|
40562
40563
|
{
|
|
40563
|
-
"name": "
|
|
40564
|
+
"name": "monitor",
|
|
40564
40565
|
"type": {
|
|
40565
|
-
"text": "
|
|
40566
|
+
"text": "string"
|
|
40566
40567
|
},
|
|
40567
|
-
"
|
|
40568
|
-
"description": "Enables spell checking on the textarea.",
|
|
40569
|
-
"fieldName": "spellcheck"
|
|
40568
|
+
"fieldName": "monitor"
|
|
40570
40569
|
},
|
|
40571
40570
|
{
|
|
40572
|
-
"name": "
|
|
40571
|
+
"name": "caption",
|
|
40573
40572
|
"type": {
|
|
40574
|
-
"text": "
|
|
40573
|
+
"text": "string"
|
|
40575
40574
|
},
|
|
40576
|
-
"
|
|
40577
|
-
"fieldName": "inputmode"
|
|
40575
|
+
"fieldName": "caption"
|
|
40578
40576
|
},
|
|
40579
40577
|
{
|
|
40580
|
-
"name": "
|
|
40578
|
+
"name": "description",
|
|
40581
40579
|
"type": {
|
|
40582
|
-
"text": "
|
|
40580
|
+
"text": "string"
|
|
40583
40581
|
},
|
|
40584
|
-
"
|
|
40585
|
-
"fieldName": "transparent"
|
|
40582
|
+
"fieldName": "description"
|
|
40586
40583
|
}
|
|
40587
40584
|
],
|
|
40588
40585
|
"superclass": {
|
|
40589
40586
|
"name": "ZincElement",
|
|
40590
40587
|
"module": "/src/internal/zinc-element"
|
|
40591
40588
|
},
|
|
40592
|
-
"summary": "
|
|
40593
|
-
"tagNameWithoutPrefix": "
|
|
40594
|
-
"tagName": "zn-
|
|
40589
|
+
"summary": "Short summary of the component's intended use.",
|
|
40590
|
+
"tagNameWithoutPrefix": "tabs",
|
|
40591
|
+
"tagName": "zn-tabs",
|
|
40595
40592
|
"customElement": true,
|
|
40596
|
-
"jsDoc": "/**\n * @summary
|
|
40597
|
-
"documentation": "https://zinc.style/components/
|
|
40598
|
-
"status": "
|
|
40599
|
-
"since": "
|
|
40593
|
+
"jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/tabs\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
|
|
40594
|
+
"documentation": "https://zinc.style/components/tabs",
|
|
40595
|
+
"status": "experimental",
|
|
40596
|
+
"since": "1.0",
|
|
40597
|
+
"dependencies": [
|
|
40598
|
+
"zn-example"
|
|
40599
|
+
]
|
|
40600
40600
|
}
|
|
40601
40601
|
],
|
|
40602
40602
|
"exports": [
|
|
@@ -40604,8 +40604,8 @@
|
|
|
40604
40604
|
"kind": "js",
|
|
40605
40605
|
"name": "default",
|
|
40606
40606
|
"declaration": {
|
|
40607
|
-
"name": "
|
|
40608
|
-
"module": "components/
|
|
40607
|
+
"name": "ZnTabs",
|
|
40608
|
+
"module": "components/tabs/tabs.js"
|
|
40609
40609
|
}
|
|
40610
40610
|
}
|
|
40611
40611
|
]
|
|
@@ -44118,89 +44118,6 @@
|
|
|
44118
44118
|
}
|
|
44119
44119
|
]
|
|
44120
44120
|
},
|
|
44121
|
-
{
|
|
44122
|
-
"kind": "javascript-module",
|
|
44123
|
-
"path": "components/well/well.js",
|
|
44124
|
-
"declarations": [
|
|
44125
|
-
{
|
|
44126
|
-
"kind": "class",
|
|
44127
|
-
"description": "",
|
|
44128
|
-
"name": "ZnWell",
|
|
44129
|
-
"slots": [
|
|
44130
|
-
{
|
|
44131
|
-
"description": "The default slot.",
|
|
44132
|
-
"name": ""
|
|
44133
|
-
}
|
|
44134
|
-
],
|
|
44135
|
-
"members": [
|
|
44136
|
-
{
|
|
44137
|
-
"kind": "field",
|
|
44138
|
-
"name": "icon",
|
|
44139
|
-
"type": {
|
|
44140
|
-
"text": "string"
|
|
44141
|
-
},
|
|
44142
|
-
"default": "''",
|
|
44143
|
-
"attribute": "icon"
|
|
44144
|
-
},
|
|
44145
|
-
{
|
|
44146
|
-
"kind": "field",
|
|
44147
|
-
"name": "inline",
|
|
44148
|
-
"type": {
|
|
44149
|
-
"text": "boolean"
|
|
44150
|
-
},
|
|
44151
|
-
"attribute": "inline",
|
|
44152
|
-
"reflects": true
|
|
44153
|
-
},
|
|
44154
|
-
{
|
|
44155
|
-
"kind": "field",
|
|
44156
|
-
"name": "hasSlotController",
|
|
44157
|
-
"privacy": "private",
|
|
44158
|
-
"readonly": true,
|
|
44159
|
-
"default": "new HasSlotController(this, '[default]', 'action')"
|
|
44160
|
-
}
|
|
44161
|
-
],
|
|
44162
|
-
"attributes": [
|
|
44163
|
-
{
|
|
44164
|
-
"name": "icon",
|
|
44165
|
-
"type": {
|
|
44166
|
-
"text": "string"
|
|
44167
|
-
},
|
|
44168
|
-
"default": "''",
|
|
44169
|
-
"fieldName": "icon"
|
|
44170
|
-
},
|
|
44171
|
-
{
|
|
44172
|
-
"name": "inline",
|
|
44173
|
-
"type": {
|
|
44174
|
-
"text": "boolean"
|
|
44175
|
-
},
|
|
44176
|
-
"fieldName": "inline"
|
|
44177
|
-
}
|
|
44178
|
-
],
|
|
44179
|
-
"superclass": {
|
|
44180
|
-
"name": "ZincElement",
|
|
44181
|
-
"module": "/src/internal/zinc-element"
|
|
44182
|
-
},
|
|
44183
|
-
"summary": "Short summary of the component's intended use.",
|
|
44184
|
-
"tagNameWithoutPrefix": "well",
|
|
44185
|
-
"tagName": "zn-well",
|
|
44186
|
-
"customElement": true,
|
|
44187
|
-
"jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/well\n * @status experimental\n * @since 1.0\n *\n * @slot - The default slot.\n */",
|
|
44188
|
-
"documentation": "https://zinc.style/components/well",
|
|
44189
|
-
"status": "experimental",
|
|
44190
|
-
"since": "1.0"
|
|
44191
|
-
}
|
|
44192
|
-
],
|
|
44193
|
-
"exports": [
|
|
44194
|
-
{
|
|
44195
|
-
"kind": "js",
|
|
44196
|
-
"name": "default",
|
|
44197
|
-
"declaration": {
|
|
44198
|
-
"name": "ZnWell",
|
|
44199
|
-
"module": "components/well/well.js"
|
|
44200
|
-
}
|
|
44201
|
-
}
|
|
44202
|
-
]
|
|
44203
|
-
},
|
|
44204
44121
|
{
|
|
44205
44122
|
"kind": "javascript-module",
|
|
44206
44123
|
"path": "components/vertical-stepper/vertical-stepper.js",
|
|
@@ -44369,12 +44286,95 @@
|
|
|
44369
44286
|
}
|
|
44370
44287
|
}
|
|
44371
44288
|
]
|
|
44289
|
+
},
|
|
44290
|
+
{
|
|
44291
|
+
"kind": "javascript-module",
|
|
44292
|
+
"path": "components/well/well.js",
|
|
44293
|
+
"declarations": [
|
|
44294
|
+
{
|
|
44295
|
+
"kind": "class",
|
|
44296
|
+
"description": "",
|
|
44297
|
+
"name": "ZnWell",
|
|
44298
|
+
"slots": [
|
|
44299
|
+
{
|
|
44300
|
+
"description": "The default slot.",
|
|
44301
|
+
"name": ""
|
|
44302
|
+
}
|
|
44303
|
+
],
|
|
44304
|
+
"members": [
|
|
44305
|
+
{
|
|
44306
|
+
"kind": "field",
|
|
44307
|
+
"name": "icon",
|
|
44308
|
+
"type": {
|
|
44309
|
+
"text": "string"
|
|
44310
|
+
},
|
|
44311
|
+
"default": "''",
|
|
44312
|
+
"attribute": "icon"
|
|
44313
|
+
},
|
|
44314
|
+
{
|
|
44315
|
+
"kind": "field",
|
|
44316
|
+
"name": "inline",
|
|
44317
|
+
"type": {
|
|
44318
|
+
"text": "boolean"
|
|
44319
|
+
},
|
|
44320
|
+
"attribute": "inline",
|
|
44321
|
+
"reflects": true
|
|
44322
|
+
},
|
|
44323
|
+
{
|
|
44324
|
+
"kind": "field",
|
|
44325
|
+
"name": "hasSlotController",
|
|
44326
|
+
"privacy": "private",
|
|
44327
|
+
"readonly": true,
|
|
44328
|
+
"default": "new HasSlotController(this, '[default]', 'action')"
|
|
44329
|
+
}
|
|
44330
|
+
],
|
|
44331
|
+
"attributes": [
|
|
44332
|
+
{
|
|
44333
|
+
"name": "icon",
|
|
44334
|
+
"type": {
|
|
44335
|
+
"text": "string"
|
|
44336
|
+
},
|
|
44337
|
+
"default": "''",
|
|
44338
|
+
"fieldName": "icon"
|
|
44339
|
+
},
|
|
44340
|
+
{
|
|
44341
|
+
"name": "inline",
|
|
44342
|
+
"type": {
|
|
44343
|
+
"text": "boolean"
|
|
44344
|
+
},
|
|
44345
|
+
"fieldName": "inline"
|
|
44346
|
+
}
|
|
44347
|
+
],
|
|
44348
|
+
"superclass": {
|
|
44349
|
+
"name": "ZincElement",
|
|
44350
|
+
"module": "/src/internal/zinc-element"
|
|
44351
|
+
},
|
|
44352
|
+
"summary": "Short summary of the component's intended use.",
|
|
44353
|
+
"tagNameWithoutPrefix": "well",
|
|
44354
|
+
"tagName": "zn-well",
|
|
44355
|
+
"customElement": true,
|
|
44356
|
+
"jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/well\n * @status experimental\n * @since 1.0\n *\n * @slot - The default slot.\n */",
|
|
44357
|
+
"documentation": "https://zinc.style/components/well",
|
|
44358
|
+
"status": "experimental",
|
|
44359
|
+
"since": "1.0"
|
|
44360
|
+
}
|
|
44361
|
+
],
|
|
44362
|
+
"exports": [
|
|
44363
|
+
{
|
|
44364
|
+
"kind": "js",
|
|
44365
|
+
"name": "default",
|
|
44366
|
+
"declaration": {
|
|
44367
|
+
"name": "ZnWell",
|
|
44368
|
+
"module": "components/well/well.js"
|
|
44369
|
+
}
|
|
44370
|
+
}
|
|
44371
|
+
]
|
|
44372
44372
|
}
|
|
44373
44373
|
],
|
|
44374
44374
|
"package": {
|
|
44375
44375
|
"name": "@kubex/zinc",
|
|
44376
44376
|
"description": "A collection of web components for building web applications based off of @shoelace-style/Shoelace",
|
|
44377
|
-
"version": "1.1.
|
|
44377
|
+
"version": "1.1.76",
|
|
44378
44378
|
"author": "",
|
|
44379
44379
|
"license": "MIT"
|
|
44380
44380
|
}
|