scu-web-components 0.0.55 → 0.0.56
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 +534 -534
- package/dist/custom-elements.json.gz +0 -0
- package/dist/docs/components/manifest.json +52 -52
- package/dist/docs/config.json +3 -3
- package/dist/themes/themes.css +71 -23
- package/dist/tokens/source/jsCss.js +1 -1
- package/dist/tokens/source/jsCss.js.gz +0 -0
- package/dist/tokens/source/jsCssGenerator.js +1 -1
- package/dist/tokens/source/jsCssGenerator.js.gz +0 -0
- package/dist/tokens/source/jsCssGeneratorSansAssets.js +1 -1
- package/dist/tokens/source/jsCssGeneratorSansAssets.js.gz +0 -0
- package/package.json +1 -1
|
@@ -2,6 +2,267 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
+
{
|
|
6
|
+
"kind": "javascript-module",
|
|
7
|
+
"path": "src/scw-alert/ScwAlert.ts",
|
|
8
|
+
"declarations": [
|
|
9
|
+
{
|
|
10
|
+
"kind": "class",
|
|
11
|
+
"description": "ScwAlert a first LitElement web component",
|
|
12
|
+
"name": "ScwAlert",
|
|
13
|
+
"members": [
|
|
14
|
+
{
|
|
15
|
+
"kind": "field",
|
|
16
|
+
"name": "description",
|
|
17
|
+
"type": {
|
|
18
|
+
"text": "string"
|
|
19
|
+
},
|
|
20
|
+
"default": "''",
|
|
21
|
+
"description": "Secondary message",
|
|
22
|
+
"attribute": "description"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"kind": "field",
|
|
26
|
+
"name": "element",
|
|
27
|
+
"type": {
|
|
28
|
+
"text": "string"
|
|
29
|
+
},
|
|
30
|
+
"description": "(ScwComponent) contains the root element name for each component\n(enum Components)",
|
|
31
|
+
"attribute": "element",
|
|
32
|
+
"reflects": true,
|
|
33
|
+
"inheritedFrom": {
|
|
34
|
+
"name": "ScwComponent",
|
|
35
|
+
"module": "src/scw-component/ScwComponent.ts"
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"kind": "field",
|
|
40
|
+
"name": "ariaLabel",
|
|
41
|
+
"type": {
|
|
42
|
+
"text": "string"
|
|
43
|
+
},
|
|
44
|
+
"default": "''",
|
|
45
|
+
"description": "(ScwComponent) Main text within component",
|
|
46
|
+
"attribute": "aria-label",
|
|
47
|
+
"reflects": true,
|
|
48
|
+
"inheritedFrom": {
|
|
49
|
+
"name": "ScwComponent",
|
|
50
|
+
"module": "src/scw-component/ScwComponent.ts"
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"kind": "field",
|
|
55
|
+
"name": "ariaDisabled",
|
|
56
|
+
"type": {
|
|
57
|
+
"text": "string"
|
|
58
|
+
},
|
|
59
|
+
"default": "'false'",
|
|
60
|
+
"description": "(ScwComponent) Disables the component however it disables",
|
|
61
|
+
"attribute": "aria-disabled",
|
|
62
|
+
"inheritedFrom": {
|
|
63
|
+
"name": "ScwComponent",
|
|
64
|
+
"module": "src/scw-component/ScwComponent.ts"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"kind": "field",
|
|
69
|
+
"name": "isLink",
|
|
70
|
+
"type": {
|
|
71
|
+
"text": "boolean"
|
|
72
|
+
},
|
|
73
|
+
"default": "false",
|
|
74
|
+
"description": "(ScwLinkBase)\nSome lookups need to know if something is a link or not...",
|
|
75
|
+
"attribute": "is-link",
|
|
76
|
+
"reflects": true,
|
|
77
|
+
"inheritedFrom": {
|
|
78
|
+
"name": "ScwComponent",
|
|
79
|
+
"module": "src/scw-component/ScwComponent.ts"
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"kind": "field",
|
|
84
|
+
"name": "_lightDomMutationObserver",
|
|
85
|
+
"type": {
|
|
86
|
+
"text": "LightDomMutationObserver | undefined"
|
|
87
|
+
},
|
|
88
|
+
"description": "(ScwComponent) Light Dom Mutation Observer",
|
|
89
|
+
"inheritedFrom": {
|
|
90
|
+
"name": "ScwComponent",
|
|
91
|
+
"module": "src/scw-component/ScwComponent.ts"
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"kind": "field",
|
|
96
|
+
"name": "dynamic",
|
|
97
|
+
"type": {
|
|
98
|
+
"text": "boolean"
|
|
99
|
+
},
|
|
100
|
+
"default": "false",
|
|
101
|
+
"description": "(ScwComponent) Determines whether to watch for changes\nin children. (not all components use light DOM)",
|
|
102
|
+
"attribute": "dynamic",
|
|
103
|
+
"inheritedFrom": {
|
|
104
|
+
"name": "ScwComponent",
|
|
105
|
+
"module": "src/scw-component/ScwComponent.ts"
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"kind": "method",
|
|
110
|
+
"name": "domMutated",
|
|
111
|
+
"description": "parseLightDom is a hook for classes extending this one to add\nother parsers and validations",
|
|
112
|
+
"inheritedFrom": {
|
|
113
|
+
"name": "ScwComponent",
|
|
114
|
+
"module": "src/scw-component/ScwComponent.ts"
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"kind": "method",
|
|
119
|
+
"name": "warn",
|
|
120
|
+
"parameters": [
|
|
121
|
+
{
|
|
122
|
+
"name": "message",
|
|
123
|
+
"type": {
|
|
124
|
+
"text": "string"
|
|
125
|
+
},
|
|
126
|
+
"description": "describing warning"
|
|
127
|
+
}
|
|
128
|
+
],
|
|
129
|
+
"description": "handles warnings...things wrong with formatting, ADA, etc...",
|
|
130
|
+
"inheritedFrom": {
|
|
131
|
+
"name": "ScwComponent",
|
|
132
|
+
"module": "src/scw-component/ScwComponent.ts"
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"kind": "method",
|
|
137
|
+
"name": "clearWarnings",
|
|
138
|
+
"description": "clearWarnings",
|
|
139
|
+
"inheritedFrom": {
|
|
140
|
+
"name": "ScwComponent",
|
|
141
|
+
"module": "src/scw-component/ScwComponent.ts"
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"kind": "field",
|
|
146
|
+
"name": "_lastWarning",
|
|
147
|
+
"type": {
|
|
148
|
+
"text": "string | undefined"
|
|
149
|
+
},
|
|
150
|
+
"description": "retain the last warning sent...good for testing.",
|
|
151
|
+
"inheritedFrom": {
|
|
152
|
+
"name": "ScwComponent",
|
|
153
|
+
"module": "src/scw-component/ScwComponent.ts"
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
],
|
|
157
|
+
"attributes": [
|
|
158
|
+
{
|
|
159
|
+
"name": "description",
|
|
160
|
+
"type": {
|
|
161
|
+
"text": "string"
|
|
162
|
+
},
|
|
163
|
+
"default": "''",
|
|
164
|
+
"description": "Secondary message",
|
|
165
|
+
"fieldName": "description"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"name": "aria-label",
|
|
169
|
+
"type": {
|
|
170
|
+
"text": "string"
|
|
171
|
+
},
|
|
172
|
+
"default": "''",
|
|
173
|
+
"description": "(ScwComponent) Main text within component",
|
|
174
|
+
"fieldName": "ariaLabel",
|
|
175
|
+
"inheritedFrom": {
|
|
176
|
+
"name": "ScwComponent",
|
|
177
|
+
"module": "src/scw-component/ScwComponent.ts"
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"name": "aria-disabled",
|
|
182
|
+
"type": {
|
|
183
|
+
"text": "string"
|
|
184
|
+
},
|
|
185
|
+
"default": "'false'",
|
|
186
|
+
"description": "(ScwComponent) Disables the component however it disables",
|
|
187
|
+
"fieldName": "ariaDisabled",
|
|
188
|
+
"inheritedFrom": {
|
|
189
|
+
"name": "ScwComponent",
|
|
190
|
+
"module": "src/scw-component/ScwComponent.ts"
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"name": "is-link",
|
|
195
|
+
"type": {
|
|
196
|
+
"text": "boolean"
|
|
197
|
+
},
|
|
198
|
+
"default": "false",
|
|
199
|
+
"description": "(ScwLinkBase)\nSome lookups need to know if something is a link or not...",
|
|
200
|
+
"fieldName": "isLink",
|
|
201
|
+
"inheritedFrom": {
|
|
202
|
+
"name": "ScwComponent",
|
|
203
|
+
"module": "src/scw-component/ScwComponent.ts"
|
|
204
|
+
}
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"name": "dynamic",
|
|
208
|
+
"type": {
|
|
209
|
+
"text": "boolean"
|
|
210
|
+
},
|
|
211
|
+
"default": "false",
|
|
212
|
+
"description": "(ScwComponent) Determines whether to watch for changes\nin children. (not all components use light DOM)",
|
|
213
|
+
"fieldName": "dynamic",
|
|
214
|
+
"inheritedFrom": {
|
|
215
|
+
"name": "ScwComponent",
|
|
216
|
+
"module": "src/scw-component/ScwComponent.ts"
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"name": "element",
|
|
221
|
+
"type": {
|
|
222
|
+
"text": "string"
|
|
223
|
+
},
|
|
224
|
+
"description": "(ScwComponent) contains the root element name for each component\n(enum Components)",
|
|
225
|
+
"fieldName": "element",
|
|
226
|
+
"inheritedFrom": {
|
|
227
|
+
"name": "ScwComponent",
|
|
228
|
+
"module": "src/scw-component/ScwComponent.ts"
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
],
|
|
232
|
+
"superclass": {
|
|
233
|
+
"name": "ScwComponent",
|
|
234
|
+
"package": "scw-component/ScwComponent"
|
|
235
|
+
},
|
|
236
|
+
"tagName": "scw-alert",
|
|
237
|
+
"customElement": true
|
|
238
|
+
}
|
|
239
|
+
],
|
|
240
|
+
"exports": [
|
|
241
|
+
{
|
|
242
|
+
"kind": "js",
|
|
243
|
+
"name": "default",
|
|
244
|
+
"declaration": {
|
|
245
|
+
"name": "ScwAlert",
|
|
246
|
+
"module": "src/scw-alert/ScwAlert.ts"
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
]
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"kind": "javascript-module",
|
|
253
|
+
"path": "src/scw-alert/scw-alert.ts",
|
|
254
|
+
"declarations": [],
|
|
255
|
+
"exports": [
|
|
256
|
+
{
|
|
257
|
+
"kind": "custom-element-definition",
|
|
258
|
+
"name": "scw-alert",
|
|
259
|
+
"declaration": {
|
|
260
|
+
"name": "ScwAlert",
|
|
261
|
+
"module": "/src/scw-alert/ScwAlert.js"
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
]
|
|
265
|
+
},
|
|
5
266
|
{
|
|
6
267
|
"kind": "javascript-module",
|
|
7
268
|
"path": "src/scw-button/ScwButton.ts",
|
|
@@ -577,23 +838,13 @@
|
|
|
577
838
|
},
|
|
578
839
|
{
|
|
579
840
|
"kind": "javascript-module",
|
|
580
|
-
"path": "src/scw-
|
|
841
|
+
"path": "src/scw-center-component/ScwCenterComponent.ts",
|
|
581
842
|
"declarations": [
|
|
582
843
|
{
|
|
583
844
|
"kind": "class",
|
|
584
|
-
"description": "
|
|
585
|
-
"name": "
|
|
845
|
+
"description": "ScwCenterComponent",
|
|
846
|
+
"name": "ScwCenterComponent",
|
|
586
847
|
"members": [
|
|
587
|
-
{
|
|
588
|
-
"kind": "field",
|
|
589
|
-
"name": "description",
|
|
590
|
-
"type": {
|
|
591
|
-
"text": "string"
|
|
592
|
-
},
|
|
593
|
-
"default": "''",
|
|
594
|
-
"description": "Secondary message",
|
|
595
|
-
"attribute": "description"
|
|
596
|
-
},
|
|
597
848
|
{
|
|
598
849
|
"kind": "field",
|
|
599
850
|
"name": "element",
|
|
@@ -727,16 +978,13 @@
|
|
|
727
978
|
}
|
|
728
979
|
}
|
|
729
980
|
],
|
|
981
|
+
"superclass": {
|
|
982
|
+
"name": "ScwComponent",
|
|
983
|
+
"module": "/src/scw-component/ScwComponent"
|
|
984
|
+
},
|
|
985
|
+
"tagName": "scw-center-component",
|
|
986
|
+
"customElement": true,
|
|
730
987
|
"attributes": [
|
|
731
|
-
{
|
|
732
|
-
"name": "description",
|
|
733
|
-
"type": {
|
|
734
|
-
"text": "string"
|
|
735
|
-
},
|
|
736
|
-
"default": "''",
|
|
737
|
-
"description": "Secondary message",
|
|
738
|
-
"fieldName": "description"
|
|
739
|
-
},
|
|
740
988
|
{
|
|
741
989
|
"name": "aria-label",
|
|
742
990
|
"type": {
|
|
@@ -801,13 +1049,7 @@
|
|
|
801
1049
|
"module": "src/scw-component/ScwComponent.ts"
|
|
802
1050
|
}
|
|
803
1051
|
}
|
|
804
|
-
]
|
|
805
|
-
"superclass": {
|
|
806
|
-
"name": "ScwComponent",
|
|
807
|
-
"package": "scw-component/ScwComponent"
|
|
808
|
-
},
|
|
809
|
-
"tagName": "scw-alert",
|
|
810
|
-
"customElement": true
|
|
1052
|
+
]
|
|
811
1053
|
}
|
|
812
1054
|
],
|
|
813
1055
|
"exports": [
|
|
@@ -815,23 +1057,23 @@
|
|
|
815
1057
|
"kind": "js",
|
|
816
1058
|
"name": "default",
|
|
817
1059
|
"declaration": {
|
|
818
|
-
"name": "
|
|
819
|
-
"module": "src/scw-
|
|
1060
|
+
"name": "ScwCenterComponent",
|
|
1061
|
+
"module": "src/scw-center-component/ScwCenterComponent.ts"
|
|
820
1062
|
}
|
|
821
1063
|
}
|
|
822
1064
|
]
|
|
823
1065
|
},
|
|
824
1066
|
{
|
|
825
1067
|
"kind": "javascript-module",
|
|
826
|
-
"path": "src/scw-
|
|
1068
|
+
"path": "src/scw-center-component/scw-center-component.ts",
|
|
827
1069
|
"declarations": [],
|
|
828
1070
|
"exports": [
|
|
829
1071
|
{
|
|
830
1072
|
"kind": "custom-element-definition",
|
|
831
|
-
"name": "scw-
|
|
1073
|
+
"name": "scw-center-component",
|
|
832
1074
|
"declaration": {
|
|
833
|
-
"name": "
|
|
834
|
-
"module": "/src/scw-
|
|
1075
|
+
"name": "ScwCenterComponent",
|
|
1076
|
+
"module": "/src/scw-center-component/ScwCenterComponent.js"
|
|
835
1077
|
}
|
|
836
1078
|
}
|
|
837
1079
|
]
|
|
@@ -1334,250 +1576,8 @@
|
|
|
1334
1576
|
"text": "ScwCard"
|
|
1335
1577
|
}
|
|
1336
1578
|
}
|
|
1337
|
-
],
|
|
1338
|
-
"description": "Parses light dom into variables to be used for rendering"
|
|
1339
|
-
}
|
|
1340
|
-
],
|
|
1341
|
-
"exports": [
|
|
1342
|
-
{
|
|
1343
|
-
"kind": "js",
|
|
1344
|
-
"name": "default",
|
|
1345
|
-
"declaration": {
|
|
1346
|
-
"name": "parseLightDomCard",
|
|
1347
|
-
"module": "src/scw-card/scw-card-light-dom.ts"
|
|
1348
|
-
}
|
|
1349
|
-
}
|
|
1350
|
-
]
|
|
1351
|
-
},
|
|
1352
|
-
{
|
|
1353
|
-
"kind": "javascript-module",
|
|
1354
|
-
"path": "src/scw-card/scw-card.ts",
|
|
1355
|
-
"declarations": [],
|
|
1356
|
-
"exports": [
|
|
1357
|
-
{
|
|
1358
|
-
"kind": "custom-element-definition",
|
|
1359
|
-
"name": "scw-card",
|
|
1360
|
-
"declaration": {
|
|
1361
|
-
"name": "ScwCard",
|
|
1362
|
-
"module": "/src/scw-card/ScwCard"
|
|
1363
|
-
}
|
|
1364
|
-
}
|
|
1365
|
-
]
|
|
1366
|
-
},
|
|
1367
|
-
{
|
|
1368
|
-
"kind": "javascript-module",
|
|
1369
|
-
"path": "src/scw-center-component/ScwCenterComponent.ts",
|
|
1370
|
-
"declarations": [
|
|
1371
|
-
{
|
|
1372
|
-
"kind": "class",
|
|
1373
|
-
"description": "ScwCenterComponent",
|
|
1374
|
-
"name": "ScwCenterComponent",
|
|
1375
|
-
"members": [
|
|
1376
|
-
{
|
|
1377
|
-
"kind": "field",
|
|
1378
|
-
"name": "element",
|
|
1379
|
-
"type": {
|
|
1380
|
-
"text": "string"
|
|
1381
|
-
},
|
|
1382
|
-
"description": "(ScwComponent) contains the root element name for each component\n(enum Components)",
|
|
1383
|
-
"attribute": "element",
|
|
1384
|
-
"reflects": true,
|
|
1385
|
-
"inheritedFrom": {
|
|
1386
|
-
"name": "ScwComponent",
|
|
1387
|
-
"module": "src/scw-component/ScwComponent.ts"
|
|
1388
|
-
}
|
|
1389
|
-
},
|
|
1390
|
-
{
|
|
1391
|
-
"kind": "field",
|
|
1392
|
-
"name": "ariaLabel",
|
|
1393
|
-
"type": {
|
|
1394
|
-
"text": "string"
|
|
1395
|
-
},
|
|
1396
|
-
"default": "''",
|
|
1397
|
-
"description": "(ScwComponent) Main text within component",
|
|
1398
|
-
"attribute": "aria-label",
|
|
1399
|
-
"reflects": true,
|
|
1400
|
-
"inheritedFrom": {
|
|
1401
|
-
"name": "ScwComponent",
|
|
1402
|
-
"module": "src/scw-component/ScwComponent.ts"
|
|
1403
|
-
}
|
|
1404
|
-
},
|
|
1405
|
-
{
|
|
1406
|
-
"kind": "field",
|
|
1407
|
-
"name": "ariaDisabled",
|
|
1408
|
-
"type": {
|
|
1409
|
-
"text": "string"
|
|
1410
|
-
},
|
|
1411
|
-
"default": "'false'",
|
|
1412
|
-
"description": "(ScwComponent) Disables the component however it disables",
|
|
1413
|
-
"attribute": "aria-disabled",
|
|
1414
|
-
"inheritedFrom": {
|
|
1415
|
-
"name": "ScwComponent",
|
|
1416
|
-
"module": "src/scw-component/ScwComponent.ts"
|
|
1417
|
-
}
|
|
1418
|
-
},
|
|
1419
|
-
{
|
|
1420
|
-
"kind": "field",
|
|
1421
|
-
"name": "isLink",
|
|
1422
|
-
"type": {
|
|
1423
|
-
"text": "boolean"
|
|
1424
|
-
},
|
|
1425
|
-
"default": "false",
|
|
1426
|
-
"description": "(ScwLinkBase)\nSome lookups need to know if something is a link or not...",
|
|
1427
|
-
"attribute": "is-link",
|
|
1428
|
-
"reflects": true,
|
|
1429
|
-
"inheritedFrom": {
|
|
1430
|
-
"name": "ScwComponent",
|
|
1431
|
-
"module": "src/scw-component/ScwComponent.ts"
|
|
1432
|
-
}
|
|
1433
|
-
},
|
|
1434
|
-
{
|
|
1435
|
-
"kind": "field",
|
|
1436
|
-
"name": "_lightDomMutationObserver",
|
|
1437
|
-
"type": {
|
|
1438
|
-
"text": "LightDomMutationObserver | undefined"
|
|
1439
|
-
},
|
|
1440
|
-
"description": "(ScwComponent) Light Dom Mutation Observer",
|
|
1441
|
-
"inheritedFrom": {
|
|
1442
|
-
"name": "ScwComponent",
|
|
1443
|
-
"module": "src/scw-component/ScwComponent.ts"
|
|
1444
|
-
}
|
|
1445
|
-
},
|
|
1446
|
-
{
|
|
1447
|
-
"kind": "field",
|
|
1448
|
-
"name": "dynamic",
|
|
1449
|
-
"type": {
|
|
1450
|
-
"text": "boolean"
|
|
1451
|
-
},
|
|
1452
|
-
"default": "false",
|
|
1453
|
-
"description": "(ScwComponent) Determines whether to watch for changes\nin children. (not all components use light DOM)",
|
|
1454
|
-
"attribute": "dynamic",
|
|
1455
|
-
"inheritedFrom": {
|
|
1456
|
-
"name": "ScwComponent",
|
|
1457
|
-
"module": "src/scw-component/ScwComponent.ts"
|
|
1458
|
-
}
|
|
1459
|
-
},
|
|
1460
|
-
{
|
|
1461
|
-
"kind": "method",
|
|
1462
|
-
"name": "domMutated",
|
|
1463
|
-
"description": "parseLightDom is a hook for classes extending this one to add\nother parsers and validations",
|
|
1464
|
-
"inheritedFrom": {
|
|
1465
|
-
"name": "ScwComponent",
|
|
1466
|
-
"module": "src/scw-component/ScwComponent.ts"
|
|
1467
|
-
}
|
|
1468
|
-
},
|
|
1469
|
-
{
|
|
1470
|
-
"kind": "method",
|
|
1471
|
-
"name": "warn",
|
|
1472
|
-
"parameters": [
|
|
1473
|
-
{
|
|
1474
|
-
"name": "message",
|
|
1475
|
-
"type": {
|
|
1476
|
-
"text": "string"
|
|
1477
|
-
},
|
|
1478
|
-
"description": "describing warning"
|
|
1479
|
-
}
|
|
1480
|
-
],
|
|
1481
|
-
"description": "handles warnings...things wrong with formatting, ADA, etc...",
|
|
1482
|
-
"inheritedFrom": {
|
|
1483
|
-
"name": "ScwComponent",
|
|
1484
|
-
"module": "src/scw-component/ScwComponent.ts"
|
|
1485
|
-
}
|
|
1486
|
-
},
|
|
1487
|
-
{
|
|
1488
|
-
"kind": "method",
|
|
1489
|
-
"name": "clearWarnings",
|
|
1490
|
-
"description": "clearWarnings",
|
|
1491
|
-
"inheritedFrom": {
|
|
1492
|
-
"name": "ScwComponent",
|
|
1493
|
-
"module": "src/scw-component/ScwComponent.ts"
|
|
1494
|
-
}
|
|
1495
|
-
},
|
|
1496
|
-
{
|
|
1497
|
-
"kind": "field",
|
|
1498
|
-
"name": "_lastWarning",
|
|
1499
|
-
"type": {
|
|
1500
|
-
"text": "string | undefined"
|
|
1501
|
-
},
|
|
1502
|
-
"description": "retain the last warning sent...good for testing.",
|
|
1503
|
-
"inheritedFrom": {
|
|
1504
|
-
"name": "ScwComponent",
|
|
1505
|
-
"module": "src/scw-component/ScwComponent.ts"
|
|
1506
|
-
}
|
|
1507
|
-
}
|
|
1508
|
-
],
|
|
1509
|
-
"superclass": {
|
|
1510
|
-
"name": "ScwComponent",
|
|
1511
|
-
"module": "/src/scw-component/ScwComponent"
|
|
1512
|
-
},
|
|
1513
|
-
"tagName": "scw-center-component",
|
|
1514
|
-
"customElement": true,
|
|
1515
|
-
"attributes": [
|
|
1516
|
-
{
|
|
1517
|
-
"name": "aria-label",
|
|
1518
|
-
"type": {
|
|
1519
|
-
"text": "string"
|
|
1520
|
-
},
|
|
1521
|
-
"default": "''",
|
|
1522
|
-
"description": "(ScwComponent) Main text within component",
|
|
1523
|
-
"fieldName": "ariaLabel",
|
|
1524
|
-
"inheritedFrom": {
|
|
1525
|
-
"name": "ScwComponent",
|
|
1526
|
-
"module": "src/scw-component/ScwComponent.ts"
|
|
1527
|
-
}
|
|
1528
|
-
},
|
|
1529
|
-
{
|
|
1530
|
-
"name": "aria-disabled",
|
|
1531
|
-
"type": {
|
|
1532
|
-
"text": "string"
|
|
1533
|
-
},
|
|
1534
|
-
"default": "'false'",
|
|
1535
|
-
"description": "(ScwComponent) Disables the component however it disables",
|
|
1536
|
-
"fieldName": "ariaDisabled",
|
|
1537
|
-
"inheritedFrom": {
|
|
1538
|
-
"name": "ScwComponent",
|
|
1539
|
-
"module": "src/scw-component/ScwComponent.ts"
|
|
1540
|
-
}
|
|
1541
|
-
},
|
|
1542
|
-
{
|
|
1543
|
-
"name": "is-link",
|
|
1544
|
-
"type": {
|
|
1545
|
-
"text": "boolean"
|
|
1546
|
-
},
|
|
1547
|
-
"default": "false",
|
|
1548
|
-
"description": "(ScwLinkBase)\nSome lookups need to know if something is a link or not...",
|
|
1549
|
-
"fieldName": "isLink",
|
|
1550
|
-
"inheritedFrom": {
|
|
1551
|
-
"name": "ScwComponent",
|
|
1552
|
-
"module": "src/scw-component/ScwComponent.ts"
|
|
1553
|
-
}
|
|
1554
|
-
},
|
|
1555
|
-
{
|
|
1556
|
-
"name": "dynamic",
|
|
1557
|
-
"type": {
|
|
1558
|
-
"text": "boolean"
|
|
1559
|
-
},
|
|
1560
|
-
"default": "false",
|
|
1561
|
-
"description": "(ScwComponent) Determines whether to watch for changes\nin children. (not all components use light DOM)",
|
|
1562
|
-
"fieldName": "dynamic",
|
|
1563
|
-
"inheritedFrom": {
|
|
1564
|
-
"name": "ScwComponent",
|
|
1565
|
-
"module": "src/scw-component/ScwComponent.ts"
|
|
1566
|
-
}
|
|
1567
|
-
},
|
|
1568
|
-
{
|
|
1569
|
-
"name": "element",
|
|
1570
|
-
"type": {
|
|
1571
|
-
"text": "string"
|
|
1572
|
-
},
|
|
1573
|
-
"description": "(ScwComponent) contains the root element name for each component\n(enum Components)",
|
|
1574
|
-
"fieldName": "element",
|
|
1575
|
-
"inheritedFrom": {
|
|
1576
|
-
"name": "ScwComponent",
|
|
1577
|
-
"module": "src/scw-component/ScwComponent.ts"
|
|
1578
|
-
}
|
|
1579
|
-
}
|
|
1580
|
-
]
|
|
1579
|
+
],
|
|
1580
|
+
"description": "Parses light dom into variables to be used for rendering"
|
|
1581
1581
|
}
|
|
1582
1582
|
],
|
|
1583
1583
|
"exports": [
|
|
@@ -1585,23 +1585,23 @@
|
|
|
1585
1585
|
"kind": "js",
|
|
1586
1586
|
"name": "default",
|
|
1587
1587
|
"declaration": {
|
|
1588
|
-
"name": "
|
|
1589
|
-
"module": "src/scw-
|
|
1588
|
+
"name": "parseLightDomCard",
|
|
1589
|
+
"module": "src/scw-card/scw-card-light-dom.ts"
|
|
1590
1590
|
}
|
|
1591
1591
|
}
|
|
1592
1592
|
]
|
|
1593
1593
|
},
|
|
1594
1594
|
{
|
|
1595
1595
|
"kind": "javascript-module",
|
|
1596
|
-
"path": "src/scw-
|
|
1596
|
+
"path": "src/scw-card/scw-card.ts",
|
|
1597
1597
|
"declarations": [],
|
|
1598
1598
|
"exports": [
|
|
1599
1599
|
{
|
|
1600
1600
|
"kind": "custom-element-definition",
|
|
1601
|
-
"name": "scw-
|
|
1601
|
+
"name": "scw-card",
|
|
1602
1602
|
"declaration": {
|
|
1603
|
-
"name": "
|
|
1604
|
-
"module": "/src/scw-
|
|
1603
|
+
"name": "ScwCard",
|
|
1604
|
+
"module": "/src/scw-card/ScwCard"
|
|
1605
1605
|
}
|
|
1606
1606
|
}
|
|
1607
1607
|
]
|
|
@@ -2486,13 +2486,110 @@
|
|
|
2486
2486
|
},
|
|
2487
2487
|
{
|
|
2488
2488
|
"kind": "javascript-module",
|
|
2489
|
-
"path": "src/scw-
|
|
2489
|
+
"path": "src/scw-form/scw-form.ts",
|
|
2490
2490
|
"declarations": [
|
|
2491
2491
|
{
|
|
2492
2492
|
"kind": "class",
|
|
2493
|
-
"description": "
|
|
2494
|
-
"name": "
|
|
2493
|
+
"description": "ScwForm",
|
|
2494
|
+
"name": "ScwForm",
|
|
2495
|
+
"slots": [
|
|
2496
|
+
{
|
|
2497
|
+
"description": "The contents of the form",
|
|
2498
|
+
"name": "default",
|
|
2499
|
+
"default": "\"<scw-input...\""
|
|
2500
|
+
}
|
|
2501
|
+
],
|
|
2495
2502
|
"members": [
|
|
2503
|
+
{
|
|
2504
|
+
"kind": "field",
|
|
2505
|
+
"name": "action",
|
|
2506
|
+
"type": {
|
|
2507
|
+
"text": "string | undefined"
|
|
2508
|
+
},
|
|
2509
|
+
"description": "(ScwForm) where to submit search, same as form",
|
|
2510
|
+
"attribute": "action"
|
|
2511
|
+
},
|
|
2512
|
+
{
|
|
2513
|
+
"kind": "field",
|
|
2514
|
+
"name": "method",
|
|
2515
|
+
"type": {
|
|
2516
|
+
"text": "FormMethods"
|
|
2517
|
+
},
|
|
2518
|
+
"description": "(ScwForm) how to submit search, same as form",
|
|
2519
|
+
"attribute": "method"
|
|
2520
|
+
},
|
|
2521
|
+
{
|
|
2522
|
+
"kind": "method",
|
|
2523
|
+
"name": "findFormElements",
|
|
2524
|
+
"return": {
|
|
2525
|
+
"type": {
|
|
2526
|
+
"text": "ScwFormComponent[]"
|
|
2527
|
+
}
|
|
2528
|
+
},
|
|
2529
|
+
"description": "find and return list of all form elements within this form"
|
|
2530
|
+
},
|
|
2531
|
+
{
|
|
2532
|
+
"kind": "method",
|
|
2533
|
+
"name": "processData",
|
|
2534
|
+
"parameters": [
|
|
2535
|
+
{
|
|
2536
|
+
"name": "formElementsArg",
|
|
2537
|
+
"optional": true,
|
|
2538
|
+
"type": {
|
|
2539
|
+
"text": "ScwFormComponent[]"
|
|
2540
|
+
}
|
|
2541
|
+
}
|
|
2542
|
+
],
|
|
2543
|
+
"description": "process all the form elements' data",
|
|
2544
|
+
"return": {
|
|
2545
|
+
"type": {
|
|
2546
|
+
"text": "Object"
|
|
2547
|
+
}
|
|
2548
|
+
}
|
|
2549
|
+
},
|
|
2550
|
+
{
|
|
2551
|
+
"kind": "method",
|
|
2552
|
+
"name": "validate",
|
|
2553
|
+
"return": {
|
|
2554
|
+
"type": {
|
|
2555
|
+
"text": "ValidationResult[]"
|
|
2556
|
+
}
|
|
2557
|
+
},
|
|
2558
|
+
"parameters": [
|
|
2559
|
+
{
|
|
2560
|
+
"name": "formElementsArg",
|
|
2561
|
+
"optional": true,
|
|
2562
|
+
"type": {
|
|
2563
|
+
"text": "ScwFormComponent[]"
|
|
2564
|
+
}
|
|
2565
|
+
}
|
|
2566
|
+
],
|
|
2567
|
+
"description": "validate"
|
|
2568
|
+
},
|
|
2569
|
+
{
|
|
2570
|
+
"kind": "method",
|
|
2571
|
+
"name": "findInvalidElements",
|
|
2572
|
+
"return": {
|
|
2573
|
+
"type": {
|
|
2574
|
+
"text": "ValidationResult[]"
|
|
2575
|
+
}
|
|
2576
|
+
},
|
|
2577
|
+
"parameters": [
|
|
2578
|
+
{
|
|
2579
|
+
"name": "formElementsArg",
|
|
2580
|
+
"optional": true,
|
|
2581
|
+
"type": {
|
|
2582
|
+
"text": "ScwFormComponent[]"
|
|
2583
|
+
}
|
|
2584
|
+
}
|
|
2585
|
+
],
|
|
2586
|
+
"description": "findInvalidElements"
|
|
2587
|
+
},
|
|
2588
|
+
{
|
|
2589
|
+
"kind": "method",
|
|
2590
|
+
"name": "submit",
|
|
2591
|
+
"description": "submit form"
|
|
2592
|
+
},
|
|
2496
2593
|
{
|
|
2497
2594
|
"kind": "field",
|
|
2498
2595
|
"name": "element",
|
|
@@ -2626,197 +2723,116 @@
|
|
|
2626
2723
|
}
|
|
2627
2724
|
}
|
|
2628
2725
|
],
|
|
2629
|
-
"superclass": {
|
|
2630
|
-
"name": "ScwComponent",
|
|
2631
|
-
"module": "/src/scw-component/ScwComponent"
|
|
2632
|
-
},
|
|
2633
|
-
"tagName": "scw-float-component",
|
|
2634
|
-
"customElement": true,
|
|
2635
2726
|
"attributes": [
|
|
2636
2727
|
{
|
|
2637
|
-
"name": "
|
|
2638
|
-
"type": {
|
|
2639
|
-
"text": "string"
|
|
2640
|
-
},
|
|
2641
|
-
"default": "''",
|
|
2642
|
-
"description": "(ScwComponent) Main text within component",
|
|
2643
|
-
"fieldName": "ariaLabel",
|
|
2644
|
-
"inheritedFrom": {
|
|
2645
|
-
"name": "ScwComponent",
|
|
2646
|
-
"module": "src/scw-component/ScwComponent.ts"
|
|
2647
|
-
}
|
|
2648
|
-
},
|
|
2649
|
-
{
|
|
2650
|
-
"name": "aria-disabled",
|
|
2651
|
-
"type": {
|
|
2652
|
-
"text": "string"
|
|
2653
|
-
},
|
|
2654
|
-
"default": "'false'",
|
|
2655
|
-
"description": "(ScwComponent) Disables the component however it disables",
|
|
2656
|
-
"fieldName": "ariaDisabled",
|
|
2657
|
-
"inheritedFrom": {
|
|
2658
|
-
"name": "ScwComponent",
|
|
2659
|
-
"module": "src/scw-component/ScwComponent.ts"
|
|
2660
|
-
}
|
|
2661
|
-
},
|
|
2662
|
-
{
|
|
2663
|
-
"name": "is-link",
|
|
2728
|
+
"name": "action",
|
|
2664
2729
|
"type": {
|
|
2665
|
-
"text": "
|
|
2730
|
+
"text": "string | undefined"
|
|
2666
2731
|
},
|
|
2667
|
-
"
|
|
2668
|
-
"
|
|
2669
|
-
"fieldName": "isLink",
|
|
2670
|
-
"inheritedFrom": {
|
|
2671
|
-
"name": "ScwComponent",
|
|
2672
|
-
"module": "src/scw-component/ScwComponent.ts"
|
|
2673
|
-
}
|
|
2732
|
+
"description": "(ScwForm) where to submit search, same as form",
|
|
2733
|
+
"fieldName": "action"
|
|
2674
2734
|
},
|
|
2675
2735
|
{
|
|
2676
|
-
"name": "
|
|
2736
|
+
"name": "method",
|
|
2677
2737
|
"type": {
|
|
2678
|
-
"text": "
|
|
2738
|
+
"text": "FormMethods"
|
|
2679
2739
|
},
|
|
2680
|
-
"
|
|
2681
|
-
"
|
|
2682
|
-
"fieldName": "dynamic",
|
|
2683
|
-
"inheritedFrom": {
|
|
2684
|
-
"name": "ScwComponent",
|
|
2685
|
-
"module": "src/scw-component/ScwComponent.ts"
|
|
2686
|
-
}
|
|
2740
|
+
"description": "(ScwForm) how to submit search, same as form",
|
|
2741
|
+
"fieldName": "method"
|
|
2687
2742
|
},
|
|
2688
2743
|
{
|
|
2689
|
-
"name": "
|
|
2744
|
+
"name": "aria-label",
|
|
2690
2745
|
"type": {
|
|
2691
2746
|
"text": "string"
|
|
2692
2747
|
},
|
|
2693
|
-
"
|
|
2694
|
-
"
|
|
2748
|
+
"default": "''",
|
|
2749
|
+
"description": "(ScwComponent) Main text within component",
|
|
2750
|
+
"fieldName": "ariaLabel",
|
|
2695
2751
|
"inheritedFrom": {
|
|
2696
2752
|
"name": "ScwComponent",
|
|
2697
2753
|
"module": "src/scw-component/ScwComponent.ts"
|
|
2698
2754
|
}
|
|
2699
|
-
}
|
|
2700
|
-
]
|
|
2701
|
-
}
|
|
2702
|
-
],
|
|
2703
|
-
"exports": [
|
|
2704
|
-
{
|
|
2705
|
-
"kind": "js",
|
|
2706
|
-
"name": "default",
|
|
2707
|
-
"declaration": {
|
|
2708
|
-
"name": "ScwFloatComponent",
|
|
2709
|
-
"module": "src/scw-float-component/scw-float-component.ts"
|
|
2710
|
-
}
|
|
2711
|
-
}
|
|
2712
|
-
]
|
|
2713
|
-
},
|
|
2714
|
-
{
|
|
2715
|
-
"kind": "javascript-module",
|
|
2716
|
-
"path": "src/scw-form/scw-form.ts",
|
|
2717
|
-
"declarations": [
|
|
2718
|
-
{
|
|
2719
|
-
"kind": "class",
|
|
2720
|
-
"description": "ScwForm",
|
|
2721
|
-
"name": "ScwForm",
|
|
2722
|
-
"slots": [
|
|
2723
|
-
{
|
|
2724
|
-
"description": "The contents of the form",
|
|
2725
|
-
"name": "default",
|
|
2726
|
-
"default": "\"<scw-input...\""
|
|
2727
|
-
}
|
|
2728
|
-
],
|
|
2729
|
-
"members": [
|
|
2730
|
-
{
|
|
2731
|
-
"kind": "field",
|
|
2732
|
-
"name": "action",
|
|
2733
|
-
"type": {
|
|
2734
|
-
"text": "string | undefined"
|
|
2735
|
-
},
|
|
2736
|
-
"description": "(ScwForm) where to submit search, same as form",
|
|
2737
|
-
"attribute": "action"
|
|
2738
2755
|
},
|
|
2739
2756
|
{
|
|
2740
|
-
"
|
|
2741
|
-
"name": "method",
|
|
2757
|
+
"name": "aria-disabled",
|
|
2742
2758
|
"type": {
|
|
2743
|
-
"text": "
|
|
2744
|
-
},
|
|
2745
|
-
"description": "(ScwForm) how to submit search, same as form",
|
|
2746
|
-
"attribute": "method"
|
|
2747
|
-
},
|
|
2748
|
-
{
|
|
2749
|
-
"kind": "method",
|
|
2750
|
-
"name": "findFormElements",
|
|
2751
|
-
"return": {
|
|
2752
|
-
"type": {
|
|
2753
|
-
"text": "ScwFormComponent[]"
|
|
2754
|
-
}
|
|
2759
|
+
"text": "string"
|
|
2755
2760
|
},
|
|
2756
|
-
"
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
"
|
|
2760
|
-
|
|
2761
|
-
|
|
2762
|
-
{
|
|
2763
|
-
"name": "formElementsArg",
|
|
2764
|
-
"optional": true,
|
|
2765
|
-
"type": {
|
|
2766
|
-
"text": "ScwFormComponent[]"
|
|
2767
|
-
}
|
|
2768
|
-
}
|
|
2769
|
-
],
|
|
2770
|
-
"description": "process all the form elements' data",
|
|
2771
|
-
"return": {
|
|
2772
|
-
"type": {
|
|
2773
|
-
"text": "Object"
|
|
2774
|
-
}
|
|
2761
|
+
"default": "'false'",
|
|
2762
|
+
"description": "(ScwComponent) Disables the component however it disables",
|
|
2763
|
+
"fieldName": "ariaDisabled",
|
|
2764
|
+
"inheritedFrom": {
|
|
2765
|
+
"name": "ScwComponent",
|
|
2766
|
+
"module": "src/scw-component/ScwComponent.ts"
|
|
2775
2767
|
}
|
|
2776
2768
|
},
|
|
2777
2769
|
{
|
|
2778
|
-
"
|
|
2779
|
-
"
|
|
2780
|
-
|
|
2781
|
-
"type": {
|
|
2782
|
-
"text": "ValidationResult[]"
|
|
2783
|
-
}
|
|
2770
|
+
"name": "is-link",
|
|
2771
|
+
"type": {
|
|
2772
|
+
"text": "boolean"
|
|
2784
2773
|
},
|
|
2785
|
-
"
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
|
-
}
|
|
2793
|
-
],
|
|
2794
|
-
"description": "validate"
|
|
2774
|
+
"default": "false",
|
|
2775
|
+
"description": "(ScwLinkBase)\nSome lookups need to know if something is a link or not...",
|
|
2776
|
+
"fieldName": "isLink",
|
|
2777
|
+
"inheritedFrom": {
|
|
2778
|
+
"name": "ScwComponent",
|
|
2779
|
+
"module": "src/scw-component/ScwComponent.ts"
|
|
2780
|
+
}
|
|
2795
2781
|
},
|
|
2796
2782
|
{
|
|
2797
|
-
"
|
|
2798
|
-
"
|
|
2799
|
-
|
|
2800
|
-
"type": {
|
|
2801
|
-
"text": "ValidationResult[]"
|
|
2802
|
-
}
|
|
2783
|
+
"name": "dynamic",
|
|
2784
|
+
"type": {
|
|
2785
|
+
"text": "boolean"
|
|
2803
2786
|
},
|
|
2804
|
-
"
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
}
|
|
2812
|
-
],
|
|
2813
|
-
"description": "findInvalidElements"
|
|
2787
|
+
"default": "false",
|
|
2788
|
+
"description": "(ScwComponent) Determines whether to watch for changes\nin children. (not all components use light DOM)",
|
|
2789
|
+
"fieldName": "dynamic",
|
|
2790
|
+
"inheritedFrom": {
|
|
2791
|
+
"name": "ScwComponent",
|
|
2792
|
+
"module": "src/scw-component/ScwComponent.ts"
|
|
2793
|
+
}
|
|
2814
2794
|
},
|
|
2815
2795
|
{
|
|
2816
|
-
"
|
|
2817
|
-
"
|
|
2818
|
-
|
|
2819
|
-
|
|
2796
|
+
"name": "element",
|
|
2797
|
+
"type": {
|
|
2798
|
+
"text": "string"
|
|
2799
|
+
},
|
|
2800
|
+
"description": "(ScwComponent) contains the root element name for each component\n(enum Components)",
|
|
2801
|
+
"fieldName": "element",
|
|
2802
|
+
"inheritedFrom": {
|
|
2803
|
+
"name": "ScwComponent",
|
|
2804
|
+
"module": "src/scw-component/ScwComponent.ts"
|
|
2805
|
+
}
|
|
2806
|
+
}
|
|
2807
|
+
],
|
|
2808
|
+
"superclass": {
|
|
2809
|
+
"name": "ScwComponent",
|
|
2810
|
+
"module": "/src/scw-component/ScwComponent"
|
|
2811
|
+
},
|
|
2812
|
+
"tagName": "scw-form",
|
|
2813
|
+
"customElement": true
|
|
2814
|
+
}
|
|
2815
|
+
],
|
|
2816
|
+
"exports": [
|
|
2817
|
+
{
|
|
2818
|
+
"kind": "js",
|
|
2819
|
+
"name": "default",
|
|
2820
|
+
"declaration": {
|
|
2821
|
+
"name": "ScwForm",
|
|
2822
|
+
"module": "src/scw-form/scw-form.ts"
|
|
2823
|
+
}
|
|
2824
|
+
}
|
|
2825
|
+
]
|
|
2826
|
+
},
|
|
2827
|
+
{
|
|
2828
|
+
"kind": "javascript-module",
|
|
2829
|
+
"path": "src/scw-float-component/scw-float-component.ts",
|
|
2830
|
+
"declarations": [
|
|
2831
|
+
{
|
|
2832
|
+
"kind": "class",
|
|
2833
|
+
"description": "ScwFloatComponent",
|
|
2834
|
+
"name": "ScwFloatComponent",
|
|
2835
|
+
"members": [
|
|
2820
2836
|
{
|
|
2821
2837
|
"kind": "field",
|
|
2822
2838
|
"name": "element",
|
|
@@ -2950,23 +2966,13 @@
|
|
|
2950
2966
|
}
|
|
2951
2967
|
}
|
|
2952
2968
|
],
|
|
2969
|
+
"superclass": {
|
|
2970
|
+
"name": "ScwComponent",
|
|
2971
|
+
"module": "/src/scw-component/ScwComponent"
|
|
2972
|
+
},
|
|
2973
|
+
"tagName": "scw-float-component",
|
|
2974
|
+
"customElement": true,
|
|
2953
2975
|
"attributes": [
|
|
2954
|
-
{
|
|
2955
|
-
"name": "action",
|
|
2956
|
-
"type": {
|
|
2957
|
-
"text": "string | undefined"
|
|
2958
|
-
},
|
|
2959
|
-
"description": "(ScwForm) where to submit search, same as form",
|
|
2960
|
-
"fieldName": "action"
|
|
2961
|
-
},
|
|
2962
|
-
{
|
|
2963
|
-
"name": "method",
|
|
2964
|
-
"type": {
|
|
2965
|
-
"text": "FormMethods"
|
|
2966
|
-
},
|
|
2967
|
-
"description": "(ScwForm) how to submit search, same as form",
|
|
2968
|
-
"fieldName": "method"
|
|
2969
|
-
},
|
|
2970
2976
|
{
|
|
2971
2977
|
"name": "aria-label",
|
|
2972
2978
|
"type": {
|
|
@@ -3031,13 +3037,7 @@
|
|
|
3031
3037
|
"module": "src/scw-component/ScwComponent.ts"
|
|
3032
3038
|
}
|
|
3033
3039
|
}
|
|
3034
|
-
]
|
|
3035
|
-
"superclass": {
|
|
3036
|
-
"name": "ScwComponent",
|
|
3037
|
-
"module": "/src/scw-component/ScwComponent"
|
|
3038
|
-
},
|
|
3039
|
-
"tagName": "scw-form",
|
|
3040
|
-
"customElement": true
|
|
3040
|
+
]
|
|
3041
3041
|
}
|
|
3042
3042
|
],
|
|
3043
3043
|
"exports": [
|
|
@@ -3045,8 +3045,8 @@
|
|
|
3045
3045
|
"kind": "js",
|
|
3046
3046
|
"name": "default",
|
|
3047
3047
|
"declaration": {
|
|
3048
|
-
"name": "
|
|
3049
|
-
"module": "src/scw-
|
|
3048
|
+
"name": "ScwFloatComponent",
|
|
3049
|
+
"module": "src/scw-float-component/scw-float-component.ts"
|
|
3050
3050
|
}
|
|
3051
3051
|
}
|
|
3052
3052
|
]
|
|
@@ -15542,6 +15542,60 @@
|
|
|
15542
15542
|
}
|
|
15543
15543
|
]
|
|
15544
15544
|
},
|
|
15545
|
+
{
|
|
15546
|
+
"kind": "javascript-module",
|
|
15547
|
+
"path": "src/utils/events/event.ts",
|
|
15548
|
+
"declarations": [
|
|
15549
|
+
{
|
|
15550
|
+
"kind": "function",
|
|
15551
|
+
"name": "emit",
|
|
15552
|
+
"parameters": [
|
|
15553
|
+
{
|
|
15554
|
+
"name": "name",
|
|
15555
|
+
"type": {
|
|
15556
|
+
"text": "string"
|
|
15557
|
+
}
|
|
15558
|
+
},
|
|
15559
|
+
{
|
|
15560
|
+
"name": "target",
|
|
15561
|
+
"type": {
|
|
15562
|
+
"text": "HTMLElement"
|
|
15563
|
+
}
|
|
15564
|
+
},
|
|
15565
|
+
{
|
|
15566
|
+
"name": "detail",
|
|
15567
|
+
"default": "{}",
|
|
15568
|
+
"type": {
|
|
15569
|
+
"text": "object"
|
|
15570
|
+
}
|
|
15571
|
+
},
|
|
15572
|
+
{
|
|
15573
|
+
"name": "options",
|
|
15574
|
+
"optional": true,
|
|
15575
|
+
"type": {
|
|
15576
|
+
"text": "CustomEventInit"
|
|
15577
|
+
}
|
|
15578
|
+
}
|
|
15579
|
+
],
|
|
15580
|
+
"description": "Emits a custom event with web component friendly defaults.",
|
|
15581
|
+
"return": {
|
|
15582
|
+
"type": {
|
|
15583
|
+
"text": "object"
|
|
15584
|
+
}
|
|
15585
|
+
}
|
|
15586
|
+
}
|
|
15587
|
+
],
|
|
15588
|
+
"exports": [
|
|
15589
|
+
{
|
|
15590
|
+
"kind": "js",
|
|
15591
|
+
"name": "emit",
|
|
15592
|
+
"declaration": {
|
|
15593
|
+
"name": "emit",
|
|
15594
|
+
"module": "src/utils/events/event.ts"
|
|
15595
|
+
}
|
|
15596
|
+
}
|
|
15597
|
+
]
|
|
15598
|
+
},
|
|
15545
15599
|
{
|
|
15546
15600
|
"kind": "javascript-module",
|
|
15547
15601
|
"path": "src/utils/responsive/breakpoints.ts",
|
|
@@ -15566,6 +15620,12 @@
|
|
|
15566
15620
|
}
|
|
15567
15621
|
]
|
|
15568
15622
|
},
|
|
15623
|
+
{
|
|
15624
|
+
"kind": "javascript-module",
|
|
15625
|
+
"path": "src/utils/themes/enums.ts",
|
|
15626
|
+
"declarations": [],
|
|
15627
|
+
"exports": []
|
|
15628
|
+
},
|
|
15569
15629
|
{
|
|
15570
15630
|
"kind": "javascript-module",
|
|
15571
15631
|
"path": "src/utils/testing/colorContrast.ts",
|
|
@@ -15799,66 +15859,6 @@
|
|
|
15799
15859
|
}
|
|
15800
15860
|
}
|
|
15801
15861
|
]
|
|
15802
|
-
},
|
|
15803
|
-
{
|
|
15804
|
-
"kind": "javascript-module",
|
|
15805
|
-
"path": "src/utils/themes/enums.ts",
|
|
15806
|
-
"declarations": [],
|
|
15807
|
-
"exports": []
|
|
15808
|
-
},
|
|
15809
|
-
{
|
|
15810
|
-
"kind": "javascript-module",
|
|
15811
|
-
"path": "src/utils/events/event.ts",
|
|
15812
|
-
"declarations": [
|
|
15813
|
-
{
|
|
15814
|
-
"kind": "function",
|
|
15815
|
-
"name": "emit",
|
|
15816
|
-
"parameters": [
|
|
15817
|
-
{
|
|
15818
|
-
"name": "name",
|
|
15819
|
-
"type": {
|
|
15820
|
-
"text": "string"
|
|
15821
|
-
}
|
|
15822
|
-
},
|
|
15823
|
-
{
|
|
15824
|
-
"name": "target",
|
|
15825
|
-
"type": {
|
|
15826
|
-
"text": "HTMLElement"
|
|
15827
|
-
}
|
|
15828
|
-
},
|
|
15829
|
-
{
|
|
15830
|
-
"name": "detail",
|
|
15831
|
-
"default": "{}",
|
|
15832
|
-
"type": {
|
|
15833
|
-
"text": "object"
|
|
15834
|
-
}
|
|
15835
|
-
},
|
|
15836
|
-
{
|
|
15837
|
-
"name": "options",
|
|
15838
|
-
"optional": true,
|
|
15839
|
-
"type": {
|
|
15840
|
-
"text": "CustomEventInit"
|
|
15841
|
-
}
|
|
15842
|
-
}
|
|
15843
|
-
],
|
|
15844
|
-
"description": "Emits a custom event with web component friendly defaults.",
|
|
15845
|
-
"return": {
|
|
15846
|
-
"type": {
|
|
15847
|
-
"text": "object"
|
|
15848
|
-
}
|
|
15849
|
-
}
|
|
15850
|
-
}
|
|
15851
|
-
],
|
|
15852
|
-
"exports": [
|
|
15853
|
-
{
|
|
15854
|
-
"kind": "js",
|
|
15855
|
-
"name": "emit",
|
|
15856
|
-
"declaration": {
|
|
15857
|
-
"name": "emit",
|
|
15858
|
-
"module": "src/utils/events/event.ts"
|
|
15859
|
-
}
|
|
15860
|
-
}
|
|
15861
|
-
]
|
|
15862
15862
|
}
|
|
15863
15863
|
]
|
|
15864
15864
|
}
|