@aurodesignsystem-dev/auro-formkit 0.0.0-pr1489.2 → 0.0.0-pr1489.4
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/components/checkbox/demo/customize.min.js +1 -1
- package/components/checkbox/demo/getting-started.min.js +1 -1
- package/components/checkbox/demo/index.min.js +1 -1
- package/components/checkbox/dist/index.js +1 -1
- package/components/checkbox/dist/registered.js +1 -1
- package/components/combobox/demo/customize.min.js +7 -4
- package/components/combobox/demo/getting-started.min.js +7 -4
- package/components/combobox/demo/index.min.js +7 -4
- package/components/combobox/dist/index.js +7 -4
- package/components/combobox/dist/registered.js +7 -4
- package/components/counter/demo/customize.min.js +6 -3
- package/components/counter/demo/index.min.js +6 -3
- package/components/counter/dist/index.js +1 -1
- package/components/counter/dist/registered.js +1 -1
- package/components/datepicker/demo/customize.min.js +7 -4
- package/components/datepicker/demo/index.min.js +7 -4
- package/components/datepicker/dist/index.js +7 -4
- package/components/datepicker/dist/registered.js +7 -4
- package/components/dropdown/demo/customize.min.js +5 -2
- package/components/dropdown/demo/getting-started.min.js +5 -2
- package/components/dropdown/demo/index.min.js +5 -2
- package/components/dropdown/dist/index.js +5 -2
- package/components/dropdown/dist/registered.js +5 -2
- package/components/form/demo/customize.min.js +29 -17
- package/components/form/demo/getting-started.min.js +29 -17
- package/components/form/demo/index.min.js +29 -17
- package/components/form/demo/registerDemoDeps.min.js +29 -17
- package/components/input/demo/customize.min.js +1 -1
- package/components/input/demo/getting-started.min.js +1 -1
- package/components/input/demo/index.min.js +1 -1
- package/components/input/dist/index.js +1 -1
- package/components/input/dist/registered.js +1 -1
- package/components/radio/demo/customize.min.js +1 -1
- package/components/radio/demo/getting-started.min.js +1 -1
- package/components/radio/demo/index.min.js +1 -1
- package/components/radio/dist/index.js +1 -1
- package/components/radio/dist/registered.js +1 -1
- package/components/select/demo/customize.min.js +6 -3
- package/components/select/demo/getting-started.min.js +6 -3
- package/components/select/demo/index.min.js +6 -3
- package/components/select/dist/index.js +6 -3
- package/components/select/dist/registered.js +6 -3
- package/custom-elements.json +503 -503
- package/package.json +1 -1
package/custom-elements.json
CHANGED
|
@@ -2,269 +2,6 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
-
{
|
|
6
|
-
"kind": "javascript-module",
|
|
7
|
-
"path": "components/bibtemplate/src/auro-bibtemplate.js",
|
|
8
|
-
"declarations": [
|
|
9
|
-
{
|
|
10
|
-
"kind": "class",
|
|
11
|
-
"description": "The `auro-bibtemplate` element provides users a template for creating modal dialog elements.",
|
|
12
|
-
"name": "AuroBibtemplate",
|
|
13
|
-
"slots": [
|
|
14
|
-
{
|
|
15
|
-
"description": "The default slot for the main content.",
|
|
16
|
-
"name": "default"
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"description": "Slot for the header content.",
|
|
20
|
-
"name": "header"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"description": "Slot for the subheader content.",
|
|
24
|
-
"name": "subheader"
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
"description": "Slot for the footer content.",
|
|
28
|
-
"name": "footer"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"description": "Slot for the close button aria-label.",
|
|
32
|
-
"name": "ariaLabel.close"
|
|
33
|
-
}
|
|
34
|
-
],
|
|
35
|
-
"members": [
|
|
36
|
-
{
|
|
37
|
-
"kind": "method",
|
|
38
|
-
"name": "register",
|
|
39
|
-
"static": true,
|
|
40
|
-
"parameters": [
|
|
41
|
-
{
|
|
42
|
-
"name": "name",
|
|
43
|
-
"default": "\"auro-bibtemplate\"",
|
|
44
|
-
"description": "The name of element that you want to register to.",
|
|
45
|
-
"optional": true,
|
|
46
|
-
"type": {
|
|
47
|
-
"text": "string"
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
],
|
|
51
|
-
"description": "This will register this element with the browser."
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"kind": "method",
|
|
55
|
-
"name": "preventBodyScroll",
|
|
56
|
-
"parameters": [
|
|
57
|
-
{
|
|
58
|
-
"name": "event",
|
|
59
|
-
"description": "The touchmove event.",
|
|
60
|
-
"type": {
|
|
61
|
-
"text": "Event"
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
],
|
|
65
|
-
"description": "Prevents scrolling of the body when touching empty areas of the component.",
|
|
66
|
-
"return": {
|
|
67
|
-
"type": {
|
|
68
|
-
"text": "void"
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"kind": "method",
|
|
74
|
-
"name": "focusCloseButton",
|
|
75
|
-
"description": "Focuses the close button inside the bibtemplate's shadow DOM.\nUsed by parent components to set initial focus when the fullscreen dialog opens.",
|
|
76
|
-
"return": {
|
|
77
|
-
"type": {
|
|
78
|
-
"text": "void"
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"kind": "method",
|
|
84
|
-
"name": "onCloseButtonClick"
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"kind": "method",
|
|
88
|
-
"name": "exposeCssParts",
|
|
89
|
-
"description": "Exposes CSS parts for styling from parent components.",
|
|
90
|
-
"return": {
|
|
91
|
-
"type": {
|
|
92
|
-
"text": "void"
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"kind": "field",
|
|
98
|
-
"name": "large",
|
|
99
|
-
"privacy": "public",
|
|
100
|
-
"type": {
|
|
101
|
-
"text": "boolean"
|
|
102
|
-
},
|
|
103
|
-
"default": "false",
|
|
104
|
-
"attribute": "large",
|
|
105
|
-
"reflects": true
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"kind": "field",
|
|
109
|
-
"name": "iconTag",
|
|
110
|
-
"privacy": "private"
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"kind": "field",
|
|
114
|
-
"name": "headerTag",
|
|
115
|
-
"privacy": "private"
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
"kind": "field",
|
|
119
|
-
"name": "buttonTag",
|
|
120
|
-
"privacy": "private"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"kind": "field",
|
|
124
|
-
"name": "isFullscreen",
|
|
125
|
-
"privacy": "public",
|
|
126
|
-
"type": {
|
|
127
|
-
"text": "boolean"
|
|
128
|
-
},
|
|
129
|
-
"attribute": "isFullscreen",
|
|
130
|
-
"reflects": true
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"kind": "field",
|
|
134
|
-
"name": "showFooter",
|
|
135
|
-
"privacy": "public",
|
|
136
|
-
"type": {
|
|
137
|
-
"text": "boolean"
|
|
138
|
-
},
|
|
139
|
-
"description": "If declared, the footer slot will be rendered even when not in fullscreen mode.",
|
|
140
|
-
"attribute": "showFooter",
|
|
141
|
-
"reflects": true
|
|
142
|
-
}
|
|
143
|
-
],
|
|
144
|
-
"events": [
|
|
145
|
-
{
|
|
146
|
-
"name": "close-click",
|
|
147
|
-
"type": {
|
|
148
|
-
"text": "Event"
|
|
149
|
-
}
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
"name": "auro-bibtemplate-connected",
|
|
153
|
-
"type": {
|
|
154
|
-
"text": "CustomEvent"
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
],
|
|
158
|
-
"attributes": [
|
|
159
|
-
{
|
|
160
|
-
"name": "isFullscreen",
|
|
161
|
-
"type": {
|
|
162
|
-
"text": "boolean"
|
|
163
|
-
},
|
|
164
|
-
"fieldName": "isFullscreen"
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
"name": "large",
|
|
168
|
-
"type": {
|
|
169
|
-
"text": "boolean"
|
|
170
|
-
},
|
|
171
|
-
"default": "false",
|
|
172
|
-
"fieldName": "large"
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
"name": "showFooter",
|
|
176
|
-
"type": {
|
|
177
|
-
"text": "boolean"
|
|
178
|
-
},
|
|
179
|
-
"description": "If declared, the footer slot will be rendered even when not in fullscreen mode.",
|
|
180
|
-
"fieldName": "showFooter"
|
|
181
|
-
}
|
|
182
|
-
],
|
|
183
|
-
"superclass": {
|
|
184
|
-
"name": "LitElement",
|
|
185
|
-
"package": "lit"
|
|
186
|
-
},
|
|
187
|
-
"tagName": "auro-bibtemplate",
|
|
188
|
-
"customElement": true
|
|
189
|
-
}
|
|
190
|
-
],
|
|
191
|
-
"exports": [
|
|
192
|
-
{
|
|
193
|
-
"kind": "js",
|
|
194
|
-
"name": "AuroBibtemplate",
|
|
195
|
-
"declaration": {
|
|
196
|
-
"name": "AuroBibtemplate",
|
|
197
|
-
"module": "components/bibtemplate/src/auro-bibtemplate.js"
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
]
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
"kind": "javascript-module",
|
|
204
|
-
"path": "components/bibtemplate/src/buttonVersion.js",
|
|
205
|
-
"declarations": [],
|
|
206
|
-
"exports": [
|
|
207
|
-
{
|
|
208
|
-
"kind": "js",
|
|
209
|
-
"name": "default",
|
|
210
|
-
"declaration": {
|
|
211
|
-
"name": "12.3.2",
|
|
212
|
-
"module": "components/bibtemplate/src/buttonVersion.js"
|
|
213
|
-
}
|
|
214
|
-
}
|
|
215
|
-
]
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
"kind": "javascript-module",
|
|
219
|
-
"path": "components/bibtemplate/src/headerVersion.js",
|
|
220
|
-
"declarations": [],
|
|
221
|
-
"exports": [
|
|
222
|
-
{
|
|
223
|
-
"kind": "js",
|
|
224
|
-
"name": "default",
|
|
225
|
-
"declaration": {
|
|
226
|
-
"name": "5.0.1",
|
|
227
|
-
"module": "components/bibtemplate/src/headerVersion.js"
|
|
228
|
-
}
|
|
229
|
-
}
|
|
230
|
-
]
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
"kind": "javascript-module",
|
|
234
|
-
"path": "components/bibtemplate/src/iconVersion.js",
|
|
235
|
-
"declarations": [],
|
|
236
|
-
"exports": [
|
|
237
|
-
{
|
|
238
|
-
"kind": "js",
|
|
239
|
-
"name": "default",
|
|
240
|
-
"declaration": {
|
|
241
|
-
"name": "9.2.0",
|
|
242
|
-
"module": "components/bibtemplate/src/iconVersion.js"
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
|
-
]
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
"kind": "javascript-module",
|
|
249
|
-
"path": "components/bibtemplate/src/index.js",
|
|
250
|
-
"declarations": [],
|
|
251
|
-
"exports": [
|
|
252
|
-
{
|
|
253
|
-
"kind": "js",
|
|
254
|
-
"name": "AuroBibtemplate",
|
|
255
|
-
"declaration": {
|
|
256
|
-
"name": "AuroBibtemplate",
|
|
257
|
-
"module": "components/bibtemplate/src/index.js"
|
|
258
|
-
}
|
|
259
|
-
}
|
|
260
|
-
]
|
|
261
|
-
},
|
|
262
|
-
{
|
|
263
|
-
"kind": "javascript-module",
|
|
264
|
-
"path": "components/bibtemplate/src/registered.js",
|
|
265
|
-
"declarations": [],
|
|
266
|
-
"exports": []
|
|
267
|
-
},
|
|
268
5
|
{
|
|
269
6
|
"kind": "javascript-module",
|
|
270
7
|
"path": "components/checkbox/src/auro-checkbox-group.js",
|
|
@@ -1067,44 +804,307 @@
|
|
|
1067
804
|
"tagName": "auro-checkbox",
|
|
1068
805
|
"customElement": true
|
|
1069
806
|
}
|
|
1070
|
-
],
|
|
807
|
+
],
|
|
808
|
+
"exports": [
|
|
809
|
+
{
|
|
810
|
+
"kind": "js",
|
|
811
|
+
"name": "AuroCheckbox",
|
|
812
|
+
"declaration": {
|
|
813
|
+
"name": "AuroCheckbox",
|
|
814
|
+
"module": "components/checkbox/src/auro-checkbox.js"
|
|
815
|
+
}
|
|
816
|
+
}
|
|
817
|
+
]
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
"kind": "javascript-module",
|
|
821
|
+
"path": "components/checkbox/src/index.js",
|
|
822
|
+
"declarations": [],
|
|
823
|
+
"exports": [
|
|
824
|
+
{
|
|
825
|
+
"kind": "js",
|
|
826
|
+
"name": "AuroCheckbox",
|
|
827
|
+
"declaration": {
|
|
828
|
+
"name": "AuroCheckbox",
|
|
829
|
+
"module": "components/checkbox/src/index.js"
|
|
830
|
+
}
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"kind": "js",
|
|
834
|
+
"name": "AuroCheckboxGroup",
|
|
835
|
+
"declaration": {
|
|
836
|
+
"name": "AuroCheckboxGroup",
|
|
837
|
+
"module": "components/checkbox/src/index.js"
|
|
838
|
+
}
|
|
839
|
+
}
|
|
840
|
+
]
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"kind": "javascript-module",
|
|
844
|
+
"path": "components/checkbox/src/registered.js",
|
|
845
|
+
"declarations": [],
|
|
846
|
+
"exports": []
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"kind": "javascript-module",
|
|
850
|
+
"path": "components/bibtemplate/src/auro-bibtemplate.js",
|
|
851
|
+
"declarations": [
|
|
852
|
+
{
|
|
853
|
+
"kind": "class",
|
|
854
|
+
"description": "The `auro-bibtemplate` element provides users a template for creating modal dialog elements.",
|
|
855
|
+
"name": "AuroBibtemplate",
|
|
856
|
+
"slots": [
|
|
857
|
+
{
|
|
858
|
+
"description": "The default slot for the main content.",
|
|
859
|
+
"name": "default"
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"description": "Slot for the header content.",
|
|
863
|
+
"name": "header"
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"description": "Slot for the subheader content.",
|
|
867
|
+
"name": "subheader"
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"description": "Slot for the footer content.",
|
|
871
|
+
"name": "footer"
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"description": "Slot for the close button aria-label.",
|
|
875
|
+
"name": "ariaLabel.close"
|
|
876
|
+
}
|
|
877
|
+
],
|
|
878
|
+
"members": [
|
|
879
|
+
{
|
|
880
|
+
"kind": "method",
|
|
881
|
+
"name": "register",
|
|
882
|
+
"static": true,
|
|
883
|
+
"parameters": [
|
|
884
|
+
{
|
|
885
|
+
"name": "name",
|
|
886
|
+
"default": "\"auro-bibtemplate\"",
|
|
887
|
+
"description": "The name of element that you want to register to.",
|
|
888
|
+
"optional": true,
|
|
889
|
+
"type": {
|
|
890
|
+
"text": "string"
|
|
891
|
+
}
|
|
892
|
+
}
|
|
893
|
+
],
|
|
894
|
+
"description": "This will register this element with the browser."
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"kind": "method",
|
|
898
|
+
"name": "preventBodyScroll",
|
|
899
|
+
"parameters": [
|
|
900
|
+
{
|
|
901
|
+
"name": "event",
|
|
902
|
+
"description": "The touchmove event.",
|
|
903
|
+
"type": {
|
|
904
|
+
"text": "Event"
|
|
905
|
+
}
|
|
906
|
+
}
|
|
907
|
+
],
|
|
908
|
+
"description": "Prevents scrolling of the body when touching empty areas of the component.",
|
|
909
|
+
"return": {
|
|
910
|
+
"type": {
|
|
911
|
+
"text": "void"
|
|
912
|
+
}
|
|
913
|
+
}
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"kind": "method",
|
|
917
|
+
"name": "focusCloseButton",
|
|
918
|
+
"description": "Focuses the close button inside the bibtemplate's shadow DOM.\nUsed by parent components to set initial focus when the fullscreen dialog opens.",
|
|
919
|
+
"return": {
|
|
920
|
+
"type": {
|
|
921
|
+
"text": "void"
|
|
922
|
+
}
|
|
923
|
+
}
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"kind": "method",
|
|
927
|
+
"name": "onCloseButtonClick"
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"kind": "method",
|
|
931
|
+
"name": "exposeCssParts",
|
|
932
|
+
"description": "Exposes CSS parts for styling from parent components.",
|
|
933
|
+
"return": {
|
|
934
|
+
"type": {
|
|
935
|
+
"text": "void"
|
|
936
|
+
}
|
|
937
|
+
}
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
"kind": "field",
|
|
941
|
+
"name": "large",
|
|
942
|
+
"privacy": "public",
|
|
943
|
+
"type": {
|
|
944
|
+
"text": "boolean"
|
|
945
|
+
},
|
|
946
|
+
"default": "false",
|
|
947
|
+
"attribute": "large",
|
|
948
|
+
"reflects": true
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"kind": "field",
|
|
952
|
+
"name": "iconTag",
|
|
953
|
+
"privacy": "private"
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"kind": "field",
|
|
957
|
+
"name": "headerTag",
|
|
958
|
+
"privacy": "private"
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"kind": "field",
|
|
962
|
+
"name": "buttonTag",
|
|
963
|
+
"privacy": "private"
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"kind": "field",
|
|
967
|
+
"name": "isFullscreen",
|
|
968
|
+
"privacy": "public",
|
|
969
|
+
"type": {
|
|
970
|
+
"text": "boolean"
|
|
971
|
+
},
|
|
972
|
+
"attribute": "isFullscreen",
|
|
973
|
+
"reflects": true
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
"kind": "field",
|
|
977
|
+
"name": "showFooter",
|
|
978
|
+
"privacy": "public",
|
|
979
|
+
"type": {
|
|
980
|
+
"text": "boolean"
|
|
981
|
+
},
|
|
982
|
+
"description": "If declared, the footer slot will be rendered even when not in fullscreen mode.",
|
|
983
|
+
"attribute": "showFooter",
|
|
984
|
+
"reflects": true
|
|
985
|
+
}
|
|
986
|
+
],
|
|
987
|
+
"events": [
|
|
988
|
+
{
|
|
989
|
+
"name": "close-click",
|
|
990
|
+
"type": {
|
|
991
|
+
"text": "Event"
|
|
992
|
+
}
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"name": "auro-bibtemplate-connected",
|
|
996
|
+
"type": {
|
|
997
|
+
"text": "CustomEvent"
|
|
998
|
+
}
|
|
999
|
+
}
|
|
1000
|
+
],
|
|
1001
|
+
"attributes": [
|
|
1002
|
+
{
|
|
1003
|
+
"name": "isFullscreen",
|
|
1004
|
+
"type": {
|
|
1005
|
+
"text": "boolean"
|
|
1006
|
+
},
|
|
1007
|
+
"fieldName": "isFullscreen"
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
"name": "large",
|
|
1011
|
+
"type": {
|
|
1012
|
+
"text": "boolean"
|
|
1013
|
+
},
|
|
1014
|
+
"default": "false",
|
|
1015
|
+
"fieldName": "large"
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
"name": "showFooter",
|
|
1019
|
+
"type": {
|
|
1020
|
+
"text": "boolean"
|
|
1021
|
+
},
|
|
1022
|
+
"description": "If declared, the footer slot will be rendered even when not in fullscreen mode.",
|
|
1023
|
+
"fieldName": "showFooter"
|
|
1024
|
+
}
|
|
1025
|
+
],
|
|
1026
|
+
"superclass": {
|
|
1027
|
+
"name": "LitElement",
|
|
1028
|
+
"package": "lit"
|
|
1029
|
+
},
|
|
1030
|
+
"tagName": "auro-bibtemplate",
|
|
1031
|
+
"customElement": true
|
|
1032
|
+
}
|
|
1033
|
+
],
|
|
1034
|
+
"exports": [
|
|
1035
|
+
{
|
|
1036
|
+
"kind": "js",
|
|
1037
|
+
"name": "AuroBibtemplate",
|
|
1038
|
+
"declaration": {
|
|
1039
|
+
"name": "AuroBibtemplate",
|
|
1040
|
+
"module": "components/bibtemplate/src/auro-bibtemplate.js"
|
|
1041
|
+
}
|
|
1042
|
+
}
|
|
1043
|
+
]
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
"kind": "javascript-module",
|
|
1047
|
+
"path": "components/bibtemplate/src/buttonVersion.js",
|
|
1048
|
+
"declarations": [],
|
|
1071
1049
|
"exports": [
|
|
1072
1050
|
{
|
|
1073
1051
|
"kind": "js",
|
|
1074
|
-
"name": "
|
|
1052
|
+
"name": "default",
|
|
1075
1053
|
"declaration": {
|
|
1076
|
-
"name": "
|
|
1077
|
-
"module": "components/
|
|
1054
|
+
"name": "12.3.2",
|
|
1055
|
+
"module": "components/bibtemplate/src/buttonVersion.js"
|
|
1078
1056
|
}
|
|
1079
1057
|
}
|
|
1080
1058
|
]
|
|
1081
1059
|
},
|
|
1082
1060
|
{
|
|
1083
1061
|
"kind": "javascript-module",
|
|
1084
|
-
"path": "components/
|
|
1062
|
+
"path": "components/bibtemplate/src/headerVersion.js",
|
|
1085
1063
|
"declarations": [],
|
|
1086
1064
|
"exports": [
|
|
1087
1065
|
{
|
|
1088
1066
|
"kind": "js",
|
|
1089
|
-
"name": "
|
|
1067
|
+
"name": "default",
|
|
1090
1068
|
"declaration": {
|
|
1091
|
-
"name": "
|
|
1092
|
-
"module": "components/
|
|
1069
|
+
"name": "5.0.1",
|
|
1070
|
+
"module": "components/bibtemplate/src/headerVersion.js"
|
|
1093
1071
|
}
|
|
1094
|
-
}
|
|
1072
|
+
}
|
|
1073
|
+
]
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
"kind": "javascript-module",
|
|
1077
|
+
"path": "components/bibtemplate/src/iconVersion.js",
|
|
1078
|
+
"declarations": [],
|
|
1079
|
+
"exports": [
|
|
1095
1080
|
{
|
|
1096
1081
|
"kind": "js",
|
|
1097
|
-
"name": "
|
|
1082
|
+
"name": "default",
|
|
1098
1083
|
"declaration": {
|
|
1099
|
-
"name": "
|
|
1100
|
-
"module": "components/
|
|
1084
|
+
"name": "9.2.0",
|
|
1085
|
+
"module": "components/bibtemplate/src/iconVersion.js"
|
|
1101
1086
|
}
|
|
1102
1087
|
}
|
|
1103
1088
|
]
|
|
1104
1089
|
},
|
|
1105
1090
|
{
|
|
1106
1091
|
"kind": "javascript-module",
|
|
1107
|
-
"path": "components/
|
|
1092
|
+
"path": "components/bibtemplate/src/index.js",
|
|
1093
|
+
"declarations": [],
|
|
1094
|
+
"exports": [
|
|
1095
|
+
{
|
|
1096
|
+
"kind": "js",
|
|
1097
|
+
"name": "AuroBibtemplate",
|
|
1098
|
+
"declaration": {
|
|
1099
|
+
"name": "AuroBibtemplate",
|
|
1100
|
+
"module": "components/bibtemplate/src/index.js"
|
|
1101
|
+
}
|
|
1102
|
+
}
|
|
1103
|
+
]
|
|
1104
|
+
},
|
|
1105
|
+
{
|
|
1106
|
+
"kind": "javascript-module",
|
|
1107
|
+
"path": "components/bibtemplate/src/registered.js",
|
|
1108
1108
|
"declarations": [],
|
|
1109
1109
|
"exports": []
|
|
1110
1110
|
},
|
|
@@ -9915,65 +9915,259 @@
|
|
|
9915
9915
|
"name": "createDropdownBibKeyboardStrategy",
|
|
9916
9916
|
"parameters": [
|
|
9917
9917
|
{
|
|
9918
|
-
"name": "bib",
|
|
9919
|
-
"description": "The dropdown bib element.",
|
|
9918
|
+
"name": "bib",
|
|
9919
|
+
"description": "The dropdown bib element.",
|
|
9920
|
+
"type": {
|
|
9921
|
+
"text": "HTMLElement"
|
|
9922
|
+
}
|
|
9923
|
+
}
|
|
9924
|
+
],
|
|
9925
|
+
"description": "Creates a keyboard strategy for dialog-specific key handling.\nAll other keydown behavior is left to the browser's native bubbling path.",
|
|
9926
|
+
"return": {
|
|
9927
|
+
"type": {
|
|
9928
|
+
"text": "Object"
|
|
9929
|
+
}
|
|
9930
|
+
}
|
|
9931
|
+
}
|
|
9932
|
+
],
|
|
9933
|
+
"exports": [
|
|
9934
|
+
{
|
|
9935
|
+
"kind": "js",
|
|
9936
|
+
"name": "createDropdownBibKeyboardStrategy",
|
|
9937
|
+
"declaration": {
|
|
9938
|
+
"name": "createDropdownBibKeyboardStrategy",
|
|
9939
|
+
"module": "components/dropdown/src/dropdownBibKeyboardStrategy.js"
|
|
9940
|
+
}
|
|
9941
|
+
}
|
|
9942
|
+
]
|
|
9943
|
+
},
|
|
9944
|
+
{
|
|
9945
|
+
"kind": "javascript-module",
|
|
9946
|
+
"path": "components/dropdown/src/iconVersion.js",
|
|
9947
|
+
"declarations": [],
|
|
9948
|
+
"exports": [
|
|
9949
|
+
{
|
|
9950
|
+
"kind": "js",
|
|
9951
|
+
"name": "default",
|
|
9952
|
+
"declaration": {
|
|
9953
|
+
"name": "9.2.0",
|
|
9954
|
+
"module": "components/dropdown/src/iconVersion.js"
|
|
9955
|
+
}
|
|
9956
|
+
}
|
|
9957
|
+
]
|
|
9958
|
+
},
|
|
9959
|
+
{
|
|
9960
|
+
"kind": "javascript-module",
|
|
9961
|
+
"path": "components/dropdown/src/index.js",
|
|
9962
|
+
"declarations": [],
|
|
9963
|
+
"exports": [
|
|
9964
|
+
{
|
|
9965
|
+
"kind": "js",
|
|
9966
|
+
"name": "AuroDropdown",
|
|
9967
|
+
"declaration": {
|
|
9968
|
+
"name": "AuroDropdown",
|
|
9969
|
+
"module": "components/dropdown/src/index.js"
|
|
9970
|
+
}
|
|
9971
|
+
}
|
|
9972
|
+
]
|
|
9973
|
+
},
|
|
9974
|
+
{
|
|
9975
|
+
"kind": "javascript-module",
|
|
9976
|
+
"path": "components/dropdown/src/registered.js",
|
|
9977
|
+
"declarations": [],
|
|
9978
|
+
"exports": []
|
|
9979
|
+
},
|
|
9980
|
+
{
|
|
9981
|
+
"kind": "javascript-module",
|
|
9982
|
+
"path": "components/helptext/src/auro-helptext.js",
|
|
9983
|
+
"declarations": [
|
|
9984
|
+
{
|
|
9985
|
+
"kind": "class",
|
|
9986
|
+
"description": "Displays help text or error messages within form elements - Internal Use Only.",
|
|
9987
|
+
"name": "AuroHelpText",
|
|
9988
|
+
"members": [
|
|
9989
|
+
{
|
|
9990
|
+
"kind": "method",
|
|
9991
|
+
"name": "register",
|
|
9992
|
+
"static": true,
|
|
9993
|
+
"parameters": [
|
|
9994
|
+
{
|
|
9995
|
+
"name": "name",
|
|
9996
|
+
"default": "\"auro-helptext\"",
|
|
9997
|
+
"description": "The name of element that you want to register to.",
|
|
9998
|
+
"optional": true,
|
|
9999
|
+
"type": {
|
|
10000
|
+
"text": "string"
|
|
10001
|
+
}
|
|
10002
|
+
}
|
|
10003
|
+
],
|
|
10004
|
+
"description": "This will register this element with the browser."
|
|
10005
|
+
},
|
|
10006
|
+
{
|
|
10007
|
+
"kind": "method",
|
|
10008
|
+
"name": "handleSlotChange",
|
|
10009
|
+
"parameters": [
|
|
10010
|
+
{
|
|
10011
|
+
"name": "event"
|
|
10012
|
+
}
|
|
10013
|
+
]
|
|
10014
|
+
},
|
|
10015
|
+
{
|
|
10016
|
+
"kind": "method",
|
|
10017
|
+
"name": "checkSlotsForContent",
|
|
10018
|
+
"parameters": [
|
|
10019
|
+
{
|
|
10020
|
+
"name": "nodes",
|
|
10021
|
+
"description": "The list of nodes to check for content.",
|
|
10022
|
+
"type": {
|
|
10023
|
+
"text": "NodeList|Array"
|
|
10024
|
+
}
|
|
10025
|
+
}
|
|
10026
|
+
],
|
|
10027
|
+
"description": "Checks if any of the provided nodes or their nested slot nodes contain non-empty text content.",
|
|
10028
|
+
"return": {
|
|
10029
|
+
"type": {
|
|
10030
|
+
"text": "boolean"
|
|
10031
|
+
}
|
|
10032
|
+
},
|
|
10033
|
+
"privacy": "private"
|
|
10034
|
+
},
|
|
10035
|
+
{
|
|
10036
|
+
"kind": "field",
|
|
10037
|
+
"name": "error",
|
|
10038
|
+
"privacy": "public",
|
|
10039
|
+
"type": {
|
|
10040
|
+
"text": "boolean"
|
|
10041
|
+
},
|
|
10042
|
+
"description": "If declared, make font color red.",
|
|
10043
|
+
"default": "false",
|
|
10044
|
+
"attribute": "error",
|
|
10045
|
+
"reflects": true
|
|
10046
|
+
},
|
|
10047
|
+
{
|
|
10048
|
+
"kind": "field",
|
|
10049
|
+
"name": "appearance",
|
|
10050
|
+
"privacy": "public",
|
|
10051
|
+
"type": {
|
|
10052
|
+
"text": "string"
|
|
10053
|
+
},
|
|
10054
|
+
"description": "Defines whether the component will be on lighter or darker backgrounds.",
|
|
10055
|
+
"default": "\"default\"",
|
|
10056
|
+
"attribute": "appearance",
|
|
10057
|
+
"reflects": true
|
|
10058
|
+
},
|
|
10059
|
+
{
|
|
10060
|
+
"kind": "field",
|
|
10061
|
+
"name": "onDark",
|
|
10062
|
+
"privacy": "public",
|
|
10063
|
+
"type": {
|
|
10064
|
+
"text": "boolean"
|
|
10065
|
+
},
|
|
10066
|
+
"description": "DEPRECATED - use `appearance` instead.",
|
|
10067
|
+
"default": "false",
|
|
10068
|
+
"attribute": "onDark",
|
|
10069
|
+
"reflects": true
|
|
10070
|
+
},
|
|
10071
|
+
{
|
|
10072
|
+
"kind": "field",
|
|
10073
|
+
"name": "hasTextContent",
|
|
10074
|
+
"privacy": "private",
|
|
10075
|
+
"type": {
|
|
10076
|
+
"text": "boolean"
|
|
10077
|
+
},
|
|
10078
|
+
"default": "false",
|
|
10079
|
+
"attribute": "hasTextContent"
|
|
10080
|
+
},
|
|
10081
|
+
{
|
|
10082
|
+
"kind": "field",
|
|
10083
|
+
"name": "slotNodes",
|
|
10084
|
+
"privacy": "private",
|
|
10085
|
+
"type": {
|
|
10086
|
+
"text": "boolean"
|
|
10087
|
+
},
|
|
10088
|
+
"attribute": "slotNodes"
|
|
10089
|
+
}
|
|
10090
|
+
],
|
|
10091
|
+
"attributes": [
|
|
10092
|
+
{
|
|
10093
|
+
"name": "appearance",
|
|
10094
|
+
"type": {
|
|
10095
|
+
"text": "string"
|
|
10096
|
+
},
|
|
10097
|
+
"description": "Defines whether the component will be on lighter or darker backgrounds.",
|
|
10098
|
+
"default": "\"default\"",
|
|
10099
|
+
"fieldName": "appearance"
|
|
10100
|
+
},
|
|
10101
|
+
{
|
|
10102
|
+
"name": "slotNodes",
|
|
10103
|
+
"type": {
|
|
10104
|
+
"text": "boolean"
|
|
10105
|
+
},
|
|
10106
|
+
"fieldName": "slotNodes"
|
|
10107
|
+
},
|
|
10108
|
+
{
|
|
10109
|
+
"name": "hasTextContent",
|
|
10110
|
+
"type": {
|
|
10111
|
+
"text": "boolean"
|
|
10112
|
+
},
|
|
10113
|
+
"default": "false",
|
|
10114
|
+
"fieldName": "hasTextContent"
|
|
10115
|
+
},
|
|
10116
|
+
{
|
|
10117
|
+
"name": "error",
|
|
9920
10118
|
"type": {
|
|
9921
|
-
"text": "
|
|
9922
|
-
}
|
|
10119
|
+
"text": "boolean"
|
|
10120
|
+
},
|
|
10121
|
+
"description": "If declared, make font color red.",
|
|
10122
|
+
"default": "false",
|
|
10123
|
+
"fieldName": "error"
|
|
10124
|
+
},
|
|
10125
|
+
{
|
|
10126
|
+
"name": "onDark",
|
|
10127
|
+
"type": {
|
|
10128
|
+
"text": "boolean"
|
|
10129
|
+
},
|
|
10130
|
+
"description": "DEPRECATED - use `appearance` instead.",
|
|
10131
|
+
"default": "false",
|
|
10132
|
+
"fieldName": "onDark"
|
|
9923
10133
|
}
|
|
9924
10134
|
],
|
|
9925
|
-
"
|
|
9926
|
-
|
|
9927
|
-
"
|
|
9928
|
-
|
|
9929
|
-
|
|
9930
|
-
}
|
|
10135
|
+
"superclass": {
|
|
10136
|
+
"name": "LitElement",
|
|
10137
|
+
"package": "lit"
|
|
10138
|
+
},
|
|
10139
|
+
"customElement": true
|
|
9931
10140
|
}
|
|
9932
10141
|
],
|
|
9933
10142
|
"exports": [
|
|
9934
10143
|
{
|
|
9935
10144
|
"kind": "js",
|
|
9936
|
-
"name": "
|
|
9937
|
-
"declaration": {
|
|
9938
|
-
"name": "createDropdownBibKeyboardStrategy",
|
|
9939
|
-
"module": "components/dropdown/src/dropdownBibKeyboardStrategy.js"
|
|
9940
|
-
}
|
|
9941
|
-
}
|
|
9942
|
-
]
|
|
9943
|
-
},
|
|
9944
|
-
{
|
|
9945
|
-
"kind": "javascript-module",
|
|
9946
|
-
"path": "components/dropdown/src/iconVersion.js",
|
|
9947
|
-
"declarations": [],
|
|
9948
|
-
"exports": [
|
|
9949
|
-
{
|
|
9950
|
-
"kind": "js",
|
|
9951
|
-
"name": "default",
|
|
10145
|
+
"name": "AuroHelpText",
|
|
9952
10146
|
"declaration": {
|
|
9953
|
-
"name": "
|
|
9954
|
-
"module": "components/
|
|
10147
|
+
"name": "AuroHelpText",
|
|
10148
|
+
"module": "components/helptext/src/auro-helptext.js"
|
|
9955
10149
|
}
|
|
9956
10150
|
}
|
|
9957
10151
|
]
|
|
9958
10152
|
},
|
|
9959
10153
|
{
|
|
9960
10154
|
"kind": "javascript-module",
|
|
9961
|
-
"path": "components/
|
|
10155
|
+
"path": "components/helptext/src/index.js",
|
|
9962
10156
|
"declarations": [],
|
|
9963
10157
|
"exports": [
|
|
9964
10158
|
{
|
|
9965
10159
|
"kind": "js",
|
|
9966
|
-
"name": "
|
|
10160
|
+
"name": "AuroHelpText",
|
|
9967
10161
|
"declaration": {
|
|
9968
|
-
"name": "
|
|
9969
|
-
"module": "components/
|
|
10162
|
+
"name": "AuroHelpText",
|
|
10163
|
+
"module": "components/helptext/src/index.js"
|
|
9970
10164
|
}
|
|
9971
10165
|
}
|
|
9972
10166
|
]
|
|
9973
10167
|
},
|
|
9974
10168
|
{
|
|
9975
10169
|
"kind": "javascript-module",
|
|
9976
|
-
"path": "components/
|
|
10170
|
+
"path": "components/helptext/src/registered.js",
|
|
9977
10171
|
"declarations": [],
|
|
9978
10172
|
"exports": []
|
|
9979
10173
|
},
|
|
@@ -10495,200 +10689,6 @@
|
|
|
10495
10689
|
"declarations": [],
|
|
10496
10690
|
"exports": []
|
|
10497
10691
|
},
|
|
10498
|
-
{
|
|
10499
|
-
"kind": "javascript-module",
|
|
10500
|
-
"path": "components/helptext/src/auro-helptext.js",
|
|
10501
|
-
"declarations": [
|
|
10502
|
-
{
|
|
10503
|
-
"kind": "class",
|
|
10504
|
-
"description": "Displays help text or error messages within form elements - Internal Use Only.",
|
|
10505
|
-
"name": "AuroHelpText",
|
|
10506
|
-
"members": [
|
|
10507
|
-
{
|
|
10508
|
-
"kind": "method",
|
|
10509
|
-
"name": "register",
|
|
10510
|
-
"static": true,
|
|
10511
|
-
"parameters": [
|
|
10512
|
-
{
|
|
10513
|
-
"name": "name",
|
|
10514
|
-
"default": "\"auro-helptext\"",
|
|
10515
|
-
"description": "The name of element that you want to register to.",
|
|
10516
|
-
"optional": true,
|
|
10517
|
-
"type": {
|
|
10518
|
-
"text": "string"
|
|
10519
|
-
}
|
|
10520
|
-
}
|
|
10521
|
-
],
|
|
10522
|
-
"description": "This will register this element with the browser."
|
|
10523
|
-
},
|
|
10524
|
-
{
|
|
10525
|
-
"kind": "method",
|
|
10526
|
-
"name": "handleSlotChange",
|
|
10527
|
-
"parameters": [
|
|
10528
|
-
{
|
|
10529
|
-
"name": "event"
|
|
10530
|
-
}
|
|
10531
|
-
]
|
|
10532
|
-
},
|
|
10533
|
-
{
|
|
10534
|
-
"kind": "method",
|
|
10535
|
-
"name": "checkSlotsForContent",
|
|
10536
|
-
"parameters": [
|
|
10537
|
-
{
|
|
10538
|
-
"name": "nodes",
|
|
10539
|
-
"description": "The list of nodes to check for content.",
|
|
10540
|
-
"type": {
|
|
10541
|
-
"text": "NodeList|Array"
|
|
10542
|
-
}
|
|
10543
|
-
}
|
|
10544
|
-
],
|
|
10545
|
-
"description": "Checks if any of the provided nodes or their nested slot nodes contain non-empty text content.",
|
|
10546
|
-
"return": {
|
|
10547
|
-
"type": {
|
|
10548
|
-
"text": "boolean"
|
|
10549
|
-
}
|
|
10550
|
-
},
|
|
10551
|
-
"privacy": "private"
|
|
10552
|
-
},
|
|
10553
|
-
{
|
|
10554
|
-
"kind": "field",
|
|
10555
|
-
"name": "error",
|
|
10556
|
-
"privacy": "public",
|
|
10557
|
-
"type": {
|
|
10558
|
-
"text": "boolean"
|
|
10559
|
-
},
|
|
10560
|
-
"description": "If declared, make font color red.",
|
|
10561
|
-
"default": "false",
|
|
10562
|
-
"attribute": "error",
|
|
10563
|
-
"reflects": true
|
|
10564
|
-
},
|
|
10565
|
-
{
|
|
10566
|
-
"kind": "field",
|
|
10567
|
-
"name": "appearance",
|
|
10568
|
-
"privacy": "public",
|
|
10569
|
-
"type": {
|
|
10570
|
-
"text": "string"
|
|
10571
|
-
},
|
|
10572
|
-
"description": "Defines whether the component will be on lighter or darker backgrounds.",
|
|
10573
|
-
"default": "\"default\"",
|
|
10574
|
-
"attribute": "appearance",
|
|
10575
|
-
"reflects": true
|
|
10576
|
-
},
|
|
10577
|
-
{
|
|
10578
|
-
"kind": "field",
|
|
10579
|
-
"name": "onDark",
|
|
10580
|
-
"privacy": "public",
|
|
10581
|
-
"type": {
|
|
10582
|
-
"text": "boolean"
|
|
10583
|
-
},
|
|
10584
|
-
"description": "DEPRECATED - use `appearance` instead.",
|
|
10585
|
-
"default": "false",
|
|
10586
|
-
"attribute": "onDark",
|
|
10587
|
-
"reflects": true
|
|
10588
|
-
},
|
|
10589
|
-
{
|
|
10590
|
-
"kind": "field",
|
|
10591
|
-
"name": "hasTextContent",
|
|
10592
|
-
"privacy": "private",
|
|
10593
|
-
"type": {
|
|
10594
|
-
"text": "boolean"
|
|
10595
|
-
},
|
|
10596
|
-
"default": "false",
|
|
10597
|
-
"attribute": "hasTextContent"
|
|
10598
|
-
},
|
|
10599
|
-
{
|
|
10600
|
-
"kind": "field",
|
|
10601
|
-
"name": "slotNodes",
|
|
10602
|
-
"privacy": "private",
|
|
10603
|
-
"type": {
|
|
10604
|
-
"text": "boolean"
|
|
10605
|
-
},
|
|
10606
|
-
"attribute": "slotNodes"
|
|
10607
|
-
}
|
|
10608
|
-
],
|
|
10609
|
-
"attributes": [
|
|
10610
|
-
{
|
|
10611
|
-
"name": "appearance",
|
|
10612
|
-
"type": {
|
|
10613
|
-
"text": "string"
|
|
10614
|
-
},
|
|
10615
|
-
"description": "Defines whether the component will be on lighter or darker backgrounds.",
|
|
10616
|
-
"default": "\"default\"",
|
|
10617
|
-
"fieldName": "appearance"
|
|
10618
|
-
},
|
|
10619
|
-
{
|
|
10620
|
-
"name": "slotNodes",
|
|
10621
|
-
"type": {
|
|
10622
|
-
"text": "boolean"
|
|
10623
|
-
},
|
|
10624
|
-
"fieldName": "slotNodes"
|
|
10625
|
-
},
|
|
10626
|
-
{
|
|
10627
|
-
"name": "hasTextContent",
|
|
10628
|
-
"type": {
|
|
10629
|
-
"text": "boolean"
|
|
10630
|
-
},
|
|
10631
|
-
"default": "false",
|
|
10632
|
-
"fieldName": "hasTextContent"
|
|
10633
|
-
},
|
|
10634
|
-
{
|
|
10635
|
-
"name": "error",
|
|
10636
|
-
"type": {
|
|
10637
|
-
"text": "boolean"
|
|
10638
|
-
},
|
|
10639
|
-
"description": "If declared, make font color red.",
|
|
10640
|
-
"default": "false",
|
|
10641
|
-
"fieldName": "error"
|
|
10642
|
-
},
|
|
10643
|
-
{
|
|
10644
|
-
"name": "onDark",
|
|
10645
|
-
"type": {
|
|
10646
|
-
"text": "boolean"
|
|
10647
|
-
},
|
|
10648
|
-
"description": "DEPRECATED - use `appearance` instead.",
|
|
10649
|
-
"default": "false",
|
|
10650
|
-
"fieldName": "onDark"
|
|
10651
|
-
}
|
|
10652
|
-
],
|
|
10653
|
-
"superclass": {
|
|
10654
|
-
"name": "LitElement",
|
|
10655
|
-
"package": "lit"
|
|
10656
|
-
},
|
|
10657
|
-
"customElement": true
|
|
10658
|
-
}
|
|
10659
|
-
],
|
|
10660
|
-
"exports": [
|
|
10661
|
-
{
|
|
10662
|
-
"kind": "js",
|
|
10663
|
-
"name": "AuroHelpText",
|
|
10664
|
-
"declaration": {
|
|
10665
|
-
"name": "AuroHelpText",
|
|
10666
|
-
"module": "components/helptext/src/auro-helptext.js"
|
|
10667
|
-
}
|
|
10668
|
-
}
|
|
10669
|
-
]
|
|
10670
|
-
},
|
|
10671
|
-
{
|
|
10672
|
-
"kind": "javascript-module",
|
|
10673
|
-
"path": "components/helptext/src/index.js",
|
|
10674
|
-
"declarations": [],
|
|
10675
|
-
"exports": [
|
|
10676
|
-
{
|
|
10677
|
-
"kind": "js",
|
|
10678
|
-
"name": "AuroHelpText",
|
|
10679
|
-
"declaration": {
|
|
10680
|
-
"name": "AuroHelpText",
|
|
10681
|
-
"module": "components/helptext/src/index.js"
|
|
10682
|
-
}
|
|
10683
|
-
}
|
|
10684
|
-
]
|
|
10685
|
-
},
|
|
10686
|
-
{
|
|
10687
|
-
"kind": "javascript-module",
|
|
10688
|
-
"path": "components/helptext/src/registered.js",
|
|
10689
|
-
"declarations": [],
|
|
10690
|
-
"exports": []
|
|
10691
|
-
},
|
|
10692
10692
|
{
|
|
10693
10693
|
"kind": "javascript-module",
|
|
10694
10694
|
"path": "components/input/src/auro-input.js",
|