scu-web-components 1.3.21 → 1.3.22

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.
Files changed (52) hide show
  1. package/dist/custom-elements.json +1717 -1670
  2. package/dist/custom-elements.json.gz +0 -0
  3. package/dist/docs/components/ScwIconFeature.json +6 -1
  4. package/dist/docs/components/ScwTooltip.json +47 -0
  5. package/dist/docs/components/manifest.json +18 -18
  6. package/dist/docs/config.json +5 -5
  7. package/dist/scw-components.js +158 -142
  8. package/dist/scw-components.js.gz +0 -0
  9. package/dist/scw.js +168 -152
  10. package/dist/scw.js.gz +0 -0
  11. package/dist/tokens/segments/comp-scw-floating-button/_shape-pill-mixins.scss +11 -11
  12. package/dist/tokens/segments/comp-scw-floating-button/_shape-pill-vars.scss +10 -10
  13. package/dist/tokens/segments/comp-scw-floating-button/_size-small-shape-pill-mixins.scss +11 -11
  14. package/dist/tokens/segments/comp-scw-floating-button/_size-small-shape-pill-vars.scss +10 -10
  15. package/dist/tokens/segments/comp-scw-floating-button/_state-hover-shape-pill-mixins.scss +15 -15
  16. package/dist/tokens/segments/comp-scw-floating-button/_state-hover-shape-pill-vars.scss +12 -12
  17. package/dist/tokens/segments/comp-scw-floating-button/_state-hover-size-small-shape-pill-mixins.scss +15 -15
  18. package/dist/tokens/segments/comp-scw-floating-button/_state-hover-size-small-shape-pill-vars.scss +12 -12
  19. package/dist/tokens/source/componentScssMixins/components-scw-floating-button-shape-pill-.json +8 -8
  20. package/dist/tokens/source/componentScssMixins/components-scw-floating-button-shape-pill-.json.gz +0 -0
  21. package/dist/tokens/source/componentScssMixins/components-scw-floating-button-size-small-shape-pill-.json +8 -8
  22. package/dist/tokens/source/componentScssMixins/components-scw-floating-button-size-small-shape-pill-.json.gz +0 -0
  23. package/dist/tokens/source/componentScssMixins/components-scw-floating-button-state-hover-shape-pill-.json +8 -8
  24. package/dist/tokens/source/componentScssMixins/components-scw-floating-button-state-hover-shape-pill-.json.gz +0 -0
  25. package/dist/tokens/source/componentScssMixins/components-scw-floating-button-state-hover-size-small-shape-pill-.json +8 -8
  26. package/dist/tokens/source/componentScssMixins/components-scw-floating-button-state-hover-size-small-shape-pill-.json.gz +0 -0
  27. package/dist/tokens/source/componentScssMixins.json +32 -32
  28. package/dist/tokens/source/componentScssMixins.json.gz +0 -0
  29. package/dist/tokens/source/componentScssMixins.scss +52 -52
  30. package/dist/tokens/source/jsCss.js +1 -1
  31. package/dist/tokens/source/jsCss.js.gz +0 -0
  32. package/dist/tokens/source/jsCssGenerator.js +1 -1
  33. package/dist/tokens/source/jsCssGenerator.js.gz +0 -0
  34. package/dist/tokens/source/jsCssGeneratorSansAssets.js +1 -1
  35. package/dist/tokens/source/jsCssGeneratorSansAssets.js.gz +0 -0
  36. package/dist/tokens/source/scssVariables/components-scw-floating-button-shape-pill-.json +20 -20
  37. package/dist/tokens/source/scssVariables/components-scw-floating-button-shape-pill-.json.gz +0 -0
  38. package/dist/tokens/source/scssVariables/components-scw-floating-button-size-small-shape-pill-.json +20 -20
  39. package/dist/tokens/source/scssVariables/components-scw-floating-button-size-small-shape-pill-.json.gz +0 -0
  40. package/dist/tokens/source/scssVariables/components-scw-floating-button-state-hover-shape-pill-.json +24 -24
  41. package/dist/tokens/source/scssVariables/components-scw-floating-button-state-hover-shape-pill-.json.gz +0 -0
  42. package/dist/tokens/source/scssVariables/components-scw-floating-button-state-hover-size-small-shape-pill-.json +24 -24
  43. package/dist/tokens/source/scssVariables/components-scw-floating-button-state-hover-size-small-shape-pill-.json.gz +0 -0
  44. package/dist/tokens/source/scssVariables.json +88 -88
  45. package/dist/tokens/source/scssVariables.json.gz +0 -0
  46. package/dist/tokens/source/scssVariables.scss +44 -44
  47. package/dist/tokens/source/tokens.json +48 -48
  48. package/dist/tokens/source/tokens.json.gz +0 -0
  49. package/dist-node/scw-components.js +228 -212
  50. package/dist-node/scw.js +236 -220
  51. package/package.json +1 -1
  52. package/scripts/publish/releaseNotes.mjs +5 -0
@@ -1099,33 +1099,31 @@
1099
1099
  },
1100
1100
  {
1101
1101
  "kind": "javascript-module",
1102
- "path": "src/scw-button/ScwButton.ts",
1102
+ "path": "src/scw-callout/ScwCallout.ts",
1103
1103
  "declarations": [
1104
1104
  {
1105
1105
  "kind": "class",
1106
- "description": "ScwButton",
1107
- "name": "ScwButton",
1108
- "slots": [
1106
+ "description": "ScwBlock",
1107
+ "name": "ScwCallout",
1108
+ "members": [
1109
1109
  {
1110
- "description": "(OPTIONAL) anchor (for SEO) will determine the label, href, and target.",
1111
- "name": "default",
1112
- "default": "\"<a href target />\""
1110
+ "kind": "field",
1111
+ "name": "heading",
1112
+ "type": {
1113
+ "text": "string | undefined"
1114
+ },
1115
+ "description": "(ScwCallout) The heading",
1116
+ "attribute": "heading",
1117
+ "reflects": true
1113
1118
  },
1114
- {
1115
- "description": "(OPTIONAL) random content (paired with design=\"plain\") will wrap that content with a link.",
1116
- "name": "default",
1117
- "default": "\"<... />\""
1118
- }
1119
- ],
1120
- "members": [
1121
1119
  {
1122
1120
  "kind": "field",
1123
- "name": "submitType",
1121
+ "name": "align",
1124
1122
  "type": {
1125
- "text": "ScwFormComponentSubmitTypes"
1123
+ "text": "string | undefined"
1126
1124
  },
1127
- "description": "<ScwFormComponent> the usage in a form (& scw-form a query target)",
1128
- "attribute": "submit-type",
1125
+ "description": "(ScwCallout) Alignment of the callout",
1126
+ "attribute": "alignment",
1129
1127
  "reflects": true
1130
1128
  },
1131
1129
  {
@@ -1142,76 +1140,6 @@
1142
1140
  "module": "src/scw-component/ScwComponent.ts"
1143
1141
  }
1144
1142
  },
1145
- {
1146
- "kind": "field",
1147
- "name": "href",
1148
- "type": {
1149
- "text": "string"
1150
- },
1151
- "default": "'javascript:'",
1152
- "description": "(ScwLink) Link url",
1153
- "attribute": "href",
1154
- "inheritedFrom": {
1155
- "name": "ScwLink",
1156
- "module": "src/scw-link/ScwLink.ts"
1157
- }
1158
- },
1159
- {
1160
- "kind": "field",
1161
- "name": "icon",
1162
- "type": {
1163
- "text": "string"
1164
- },
1165
- "default": "''",
1166
- "description": "(ScwLink) Design system icon",
1167
- "attribute": "icon",
1168
- "inheritedFrom": {
1169
- "name": "ScwLink",
1170
- "module": "src/scw-link/ScwLink.ts"
1171
- }
1172
- },
1173
- {
1174
- "kind": "field",
1175
- "name": "iconSide",
1176
- "type": {
1177
- "text": "string"
1178
- },
1179
- "default": "''",
1180
- "description": "(ScwLink) Side you want the icon displayed",
1181
- "attribute": "icon-side",
1182
- "inheritedFrom": {
1183
- "name": "ScwLink",
1184
- "module": "src/scw-link/ScwLink.ts"
1185
- }
1186
- },
1187
- {
1188
- "kind": "field",
1189
- "name": "design",
1190
- "type": {
1191
- "text": "| 'solid'\n | 'outlined'\n | 'light'\n | 'white'\n | 'text'\n | 'plain'\n | 'block'\n | 'icon'\n | 'main'\n | 'solidIcon'"
1192
- },
1193
- "default": "'solid'",
1194
- "description": "(ScwLink) Link design",
1195
- "attribute": "design",
1196
- "reflects": true,
1197
- "inheritedFrom": {
1198
- "name": "ScwLink",
1199
- "module": "src/scw-link/ScwLink.ts"
1200
- }
1201
- },
1202
- {
1203
- "kind": "field",
1204
- "name": "target",
1205
- "type": {
1206
- "text": "'_blank' | '_parent' | '_self' | '_top' | undefined"
1207
- },
1208
- "description": "(ScwLink) Link target",
1209
- "attribute": "target",
1210
- "inheritedFrom": {
1211
- "name": "ScwLink",
1212
- "module": "src/scw-link/ScwLink.ts"
1213
- }
1214
- },
1215
1143
  {
1216
1144
  "kind": "field",
1217
1145
  "name": "ariaLabel",
@@ -1219,7 +1147,7 @@
1219
1147
  "text": "string"
1220
1148
  },
1221
1149
  "default": "''",
1222
- "description": "(ScwLink) Link label",
1150
+ "description": "(ScwComponent) Main text within component",
1223
1151
  "attribute": "aria-label",
1224
1152
  "reflects": true,
1225
1153
  "inheritedFrom": {
@@ -1227,35 +1155,6 @@
1227
1155
  "module": "src/scw-component/ScwComponent.ts"
1228
1156
  }
1229
1157
  },
1230
- {
1231
- "kind": "field",
1232
- "name": "size",
1233
- "type": {
1234
- "text": "'small' | 'medium' | 'large'"
1235
- },
1236
- "default": "'medium'",
1237
- "description": "(ScwLink) Link size",
1238
- "attribute": "size",
1239
- "inheritedFrom": {
1240
- "name": "ScwLink",
1241
- "module": "src/scw-link/ScwLink.ts"
1242
- }
1243
- },
1244
- {
1245
- "kind": "field",
1246
- "name": "shape",
1247
- "type": {
1248
- "text": "'default' | 'pill'"
1249
- },
1250
- "default": "'default'",
1251
- "description": "(ScwLink) Corner rounding",
1252
- "attribute": "shape",
1253
- "reflects": true,
1254
- "inheritedFrom": {
1255
- "name": "ScwLink",
1256
- "module": "src/scw-link/ScwLink.ts"
1257
- }
1258
- },
1259
1158
  {
1260
1159
  "kind": "field",
1261
1160
  "name": "ariaDisabled",
@@ -1263,103 +1162,20 @@
1263
1162
  "text": "string"
1264
1163
  },
1265
1164
  "default": "'false'",
1266
- "description": "(ScwLink) If the link is disabled",
1165
+ "description": "(ScwComponent) Disables the component however it disables",
1267
1166
  "attribute": "aria-disabled",
1268
- "reflects": true,
1269
1167
  "inheritedFrom": {
1270
1168
  "name": "ScwComponent",
1271
1169
  "module": "src/scw-component/ScwComponent.ts"
1272
1170
  }
1273
1171
  },
1274
- {
1275
- "kind": "field",
1276
- "name": "underline",
1277
- "type": {
1278
- "text": "string"
1279
- },
1280
- "default": "'true'",
1281
- "description": "(ScwLink) If a regular link should be underlined",
1282
- "attribute": "underline",
1283
- "inheritedFrom": {
1284
- "name": "ScwLink",
1285
- "module": "src/scw-link/ScwLink.ts"
1286
- }
1287
- },
1288
- {
1289
- "kind": "field",
1290
- "name": "linkAnchor",
1291
- "type": {
1292
- "text": "HTMLAnchorElement | undefined"
1293
- },
1294
- "inheritedFrom": {
1295
- "name": "ScwLink",
1296
- "module": "src/scw-link/ScwLink.ts"
1297
- }
1298
- },
1299
- {
1300
- "kind": "method",
1301
- "name": "focus",
1302
- "return": {
1303
- "type": {
1304
- "text": "void"
1305
- }
1306
- },
1307
- "description": "focus",
1308
- "inheritedFrom": {
1309
- "name": "ScwLink",
1310
- "module": "src/scw-link/ScwLink.ts"
1311
- }
1312
- },
1313
- {
1314
- "kind": "method",
1315
- "name": "click",
1316
- "return": {
1317
- "type": {
1318
- "text": "void"
1319
- }
1320
- },
1321
- "description": "click",
1322
- "inheritedFrom": {
1323
- "name": "ScwLink",
1324
- "module": "src/scw-link/ScwLink.ts"
1325
- }
1326
- },
1327
- {
1328
- "kind": "method",
1329
- "name": "renderIcon",
1330
- "privacy": "private",
1331
- "return": {
1332
- "type": {
1333
- "text": "object"
1334
- }
1335
- },
1336
- "description": "renderIcon",
1337
- "inheritedFrom": {
1338
- "name": "ScwLink",
1339
- "module": "src/scw-link/ScwLink.ts"
1340
- }
1341
- },
1342
- {
1343
- "kind": "method",
1344
- "name": "renderContent",
1345
- "return": {
1346
- "type": {
1347
- "text": "object"
1348
- }
1349
- },
1350
- "description": "renderContent",
1351
- "inheritedFrom": {
1352
- "name": "ScwLink",
1353
- "module": "src/scw-link/ScwLink.ts"
1354
- }
1355
- },
1356
1172
  {
1357
1173
  "kind": "field",
1358
1174
  "name": "isLink",
1359
1175
  "type": {
1360
1176
  "text": "boolean"
1361
1177
  },
1362
- "default": "true",
1178
+ "default": "false",
1363
1179
  "description": "(ScwLinkBase)\nSome lookups need to know if something is a link or not...",
1364
1180
  "attribute": "is-link",
1365
1181
  "reflects": true,
@@ -1445,142 +1261,47 @@
1445
1261
  ],
1446
1262
  "attributes": [
1447
1263
  {
1448
- "name": "submit-type",
1264
+ "name": "heading",
1449
1265
  "type": {
1450
- "text": "ScwFormComponentSubmitTypes"
1266
+ "text": "string | undefined"
1451
1267
  },
1452
- "description": "<ScwFormComponent> the usage in a form (& scw-form a query target)",
1453
- "fieldName": "submitType"
1268
+ "description": "(ScwCallout) The heading",
1269
+ "fieldName": "heading"
1454
1270
  },
1455
1271
  {
1456
- "name": "icon",
1272
+ "name": "alignment",
1457
1273
  "type": {
1458
- "text": "string"
1274
+ "text": "string | undefined"
1459
1275
  },
1460
- "default": "''",
1461
- "description": "(ScwLink) Design system icon",
1462
- "fieldName": "icon",
1463
- "inheritedFrom": {
1464
- "name": "ScwLink",
1465
- "module": "src/scw-link/ScwLink.ts"
1466
- }
1276
+ "description": "(ScwCallout) Alignment of the callout",
1277
+ "fieldName": "align"
1467
1278
  },
1468
1279
  {
1469
- "name": "icon-side",
1280
+ "name": "aria-label",
1470
1281
  "type": {
1471
1282
  "text": "string"
1472
1283
  },
1473
1284
  "default": "''",
1474
- "description": "(ScwLink) Side you want the icon displayed",
1475
- "fieldName": "iconSide",
1285
+ "description": "(ScwComponent) Main text within component",
1286
+ "fieldName": "ariaLabel",
1476
1287
  "inheritedFrom": {
1477
- "name": "ScwLink",
1478
- "module": "src/scw-link/ScwLink.ts"
1288
+ "name": "ScwComponent",
1289
+ "module": "src/scw-component/ScwComponent.ts"
1479
1290
  }
1480
1291
  },
1481
1292
  {
1482
- "name": "design",
1483
- "type": {
1484
- "text": "| 'solid'\n | 'outlined'\n | 'light'\n | 'white'\n | 'text'\n | 'plain'\n | 'block'\n | 'icon'\n | 'main'\n | 'solidIcon'"
1485
- },
1486
- "default": "'solid'",
1487
- "description": "(ScwLink) Link design",
1488
- "fieldName": "design",
1489
- "inheritedFrom": {
1490
- "name": "ScwLink",
1491
- "module": "src/scw-link/ScwLink.ts"
1492
- }
1493
- },
1494
- {
1495
- "name": "href",
1496
- "type": {
1497
- "text": "string"
1498
- },
1499
- "default": "''",
1500
- "description": "(ScwLink) Link url",
1501
- "fieldName": "href",
1502
- "inheritedFrom": {
1503
- "name": "ScwLink",
1504
- "module": "src/scw-link/ScwLink.ts"
1505
- }
1506
- },
1507
- {
1508
- "name": "target",
1509
- "type": {
1510
- "text": "'_blank' | '_parent' | '_self' | '_top' | undefined"
1511
- },
1512
- "description": "(ScwLink) Link target",
1513
- "fieldName": "target",
1514
- "inheritedFrom": {
1515
- "name": "ScwLink",
1516
- "module": "src/scw-link/ScwLink.ts"
1517
- }
1518
- },
1519
- {
1520
- "name": "aria-label",
1521
- "type": {
1522
- "text": "string"
1523
- },
1524
- "default": "''",
1525
- "description": "(ScwLink) Link label",
1526
- "fieldName": "ariaLabel",
1527
- "inheritedFrom": {
1528
- "name": "ScwComponent",
1529
- "module": "src/scw-component/ScwComponent.ts"
1530
- }
1531
- },
1532
- {
1533
- "name": "size",
1534
- "type": {
1535
- "text": "'small' | 'medium' | 'large'"
1536
- },
1537
- "default": "'medium'",
1538
- "description": "(ScwLink) Link size",
1539
- "fieldName": "size",
1540
- "inheritedFrom": {
1541
- "name": "ScwLink",
1542
- "module": "src/scw-link/ScwLink.ts"
1543
- }
1544
- },
1545
- {
1546
- "name": "shape",
1547
- "type": {
1548
- "text": "'default' | 'pill'"
1549
- },
1550
- "default": "'default'",
1551
- "description": "(ScwLink) Corner rounding",
1552
- "fieldName": "shape",
1553
- "inheritedFrom": {
1554
- "name": "ScwLink",
1555
- "module": "src/scw-link/ScwLink.ts"
1556
- }
1557
- },
1558
- {
1559
- "name": "aria-disabled",
1293
+ "name": "aria-disabled",
1560
1294
  "type": {
1561
1295
  "text": "string"
1562
1296
  },
1563
1297
  "default": "'false'",
1564
- "description": "(ScwLink) If the link is disabled",
1298
+ "description": "(ScwComponent) Disables the component however it disables",
1565
1299
  "fieldName": "ariaDisabled",
1566
1300
  "inheritedFrom": {
1567
1301
  "name": "ScwComponent",
1568
1302
  "module": "src/scw-component/ScwComponent.ts"
1569
1303
  }
1570
1304
  },
1571
- {
1572
- "name": "underline",
1573
- "type": {
1574
- "text": "string"
1575
- },
1576
- "default": "'true'",
1577
- "description": "(ScwLink) If a regular link should be underlined",
1578
- "fieldName": "underline",
1579
- "inheritedFrom": {
1580
- "name": "ScwLink",
1581
- "module": "src/scw-link/ScwLink.ts"
1582
- }
1583
- },
1584
1305
  {
1585
1306
  "name": "is-link",
1586
1307
  "type": {
@@ -1621,10 +1342,10 @@
1621
1342
  }
1622
1343
  ],
1623
1344
  "superclass": {
1624
- "name": "ScwLink",
1625
- "module": "/src/scw-link/ScwLink"
1345
+ "name": "ScwComponent",
1346
+ "package": "scw-component/ScwComponent"
1626
1347
  },
1627
- "tagName": "scw-button",
1348
+ "tagName": "scw-callout",
1628
1349
  "customElement": true
1629
1350
  }
1630
1351
  ],
@@ -1633,35 +1354,47 @@
1633
1354
  "kind": "js",
1634
1355
  "name": "default",
1635
1356
  "declaration": {
1636
- "name": "ScwButton",
1637
- "module": "src/scw-button/ScwButton.ts"
1357
+ "name": "ScwCallout",
1358
+ "module": "src/scw-callout/ScwCallout.ts"
1638
1359
  }
1639
1360
  }
1640
1361
  ]
1641
1362
  },
1642
1363
  {
1643
1364
  "kind": "javascript-module",
1644
- "path": "src/scw-button/scw-button.ts",
1365
+ "path": "src/scw-callout/scw-callout.ts",
1645
1366
  "declarations": [],
1646
1367
  "exports": [
1647
1368
  {
1648
1369
  "kind": "custom-element-definition",
1649
- "name": "scw-button",
1370
+ "name": "scw-callout",
1650
1371
  "declaration": {
1651
- "name": "ScwButton",
1652
- "module": "/src/scw-button/ScwButton.js"
1372
+ "name": "ScwCallout",
1373
+ "module": "/src/scw-callout/ScwCallout"
1653
1374
  }
1654
1375
  }
1655
1376
  ]
1656
1377
  },
1657
1378
  {
1658
1379
  "kind": "javascript-module",
1659
- "path": "src/scw-callout/ScwCallout.ts",
1380
+ "path": "src/scw-card/ScwCard.ts",
1660
1381
  "declarations": [
1661
1382
  {
1662
1383
  "kind": "class",
1663
- "description": "ScwBlock",
1664
- "name": "ScwCallout",
1384
+ "description": "ScwCard a first LitElement web component",
1385
+ "name": "ScwCard",
1386
+ "slots": [
1387
+ {
1388
+ "description": "List of tags to display on the card",
1389
+ "name": "image",
1390
+ "default": "\"<scw-image />...\""
1391
+ },
1392
+ {
1393
+ "description": "List of tags to display on the card",
1394
+ "name": "tags",
1395
+ "default": "\"<scw-link design=\"link\" />...\""
1396
+ }
1397
+ ],
1665
1398
  "members": [
1666
1399
  {
1667
1400
  "kind": "field",
@@ -1669,366 +1402,76 @@
1669
1402
  "type": {
1670
1403
  "text": "string | undefined"
1671
1404
  },
1672
- "description": "(ScwCallout) The heading",
1673
- "attribute": "heading",
1674
- "reflects": true
1405
+ "description": "(ScwCard) Main title or header of the card",
1406
+ "attribute": "heading"
1675
1407
  },
1676
1408
  {
1677
1409
  "kind": "field",
1678
- "name": "align",
1410
+ "name": "date",
1679
1411
  "type": {
1680
1412
  "text": "string | undefined"
1681
1413
  },
1682
- "description": "(ScwCallout) Alignment of the callout",
1683
- "attribute": "alignment",
1684
- "reflects": true
1414
+ "description": "(ScwCard) Date field for articles",
1415
+ "attribute": "date"
1685
1416
  },
1686
1417
  {
1687
1418
  "kind": "field",
1688
- "name": "element",
1419
+ "name": "border",
1689
1420
  "type": {
1690
- "text": "string"
1421
+ "text": "boolean | undefined"
1691
1422
  },
1692
- "description": "(ScwComponent) contains the root element name for each component\n(enum Components)",
1693
- "attribute": "element",
1694
- "reflects": true,
1695
- "inheritedFrom": {
1696
- "name": "ScwComponent",
1697
- "module": "src/scw-component/ScwComponent.ts"
1698
- }
1423
+ "description": "(ScwCard) If card should have border",
1424
+ "attribute": "show-border"
1699
1425
  },
1700
1426
  {
1701
1427
  "kind": "field",
1702
- "name": "ariaLabel",
1428
+ "name": "align",
1703
1429
  "type": {
1704
1430
  "text": "string"
1705
1431
  },
1706
- "default": "''",
1707
- "description": "(ScwComponent) Main text within component",
1708
- "attribute": "aria-label",
1709
- "reflects": true,
1710
- "inheritedFrom": {
1711
- "name": "ScwComponent",
1712
- "module": "src/scw-component/ScwComponent.ts"
1713
- }
1432
+ "default": "'vertical'",
1433
+ "description": "(ScwCard) Alignment of the card",
1434
+ "attribute": "align"
1714
1435
  },
1715
1436
  {
1716
1437
  "kind": "field",
1717
- "name": "ariaDisabled",
1438
+ "name": "superHeading",
1718
1439
  "type": {
1719
- "text": "string"
1440
+ "text": "string | undefined"
1720
1441
  },
1721
- "default": "'false'",
1722
- "description": "(ScwComponent) Disables the component however it disables",
1723
- "attribute": "aria-disabled",
1724
- "inheritedFrom": {
1725
- "name": "ScwComponent",
1726
- "module": "src/scw-component/ScwComponent.ts"
1727
- }
1442
+ "description": "(ScwCard) Super heading, describing a category or area pertaining to\ntitle",
1443
+ "attribute": "super-heading"
1728
1444
  },
1729
1445
  {
1730
1446
  "kind": "field",
1731
- "name": "isLink",
1447
+ "name": "primaryLink",
1732
1448
  "type": {
1733
- "text": "boolean"
1449
+ "text": "string | undefined"
1734
1450
  },
1735
- "default": "false",
1736
- "description": "(ScwLinkBase)\nSome lookups need to know if something is a link or not...",
1737
- "attribute": "is-link",
1738
- "reflects": true,
1739
- "inheritedFrom": {
1740
- "name": "ScwComponent",
1741
- "module": "src/scw-component/ScwComponent.ts"
1742
- }
1451
+ "description": "(ScwCard) The link for the primary button",
1452
+ "attribute": "primary-cta-link"
1743
1453
  },
1744
1454
  {
1745
1455
  "kind": "field",
1746
- "name": "_lightDomMutationObserver",
1456
+ "name": "primaryLabel",
1747
1457
  "type": {
1748
- "text": "LightDomMutationObserver | undefined"
1458
+ "text": "string | undefined"
1749
1459
  },
1750
- "description": "(ScwComponent) Light Dom Mutation Observer",
1751
- "inheritedFrom": {
1752
- "name": "ScwComponent",
1753
- "module": "src/scw-component/ScwComponent.ts"
1754
- }
1460
+ "description": "(ScwCard) The label for the primary button",
1461
+ "attribute": "primary-cta-label"
1755
1462
  },
1756
1463
  {
1757
1464
  "kind": "field",
1758
- "name": "dynamic",
1465
+ "name": "secondaryLink",
1759
1466
  "type": {
1760
- "text": "boolean"
1467
+ "text": "string | undefined"
1761
1468
  },
1762
- "default": "false",
1763
- "description": "(ScwComponent) Determines whether to watch for changes\nin children. (not all components use light DOM)",
1764
- "attribute": "dynamic",
1765
- "inheritedFrom": {
1766
- "name": "ScwComponent",
1767
- "module": "src/scw-component/ScwComponent.ts"
1768
- }
1769
- },
1770
- {
1771
- "kind": "method",
1772
- "name": "domMutated",
1773
- "description": "parseLightDom is a hook for classes extending this one to add\nother parsers and validations",
1774
- "inheritedFrom": {
1775
- "name": "ScwComponent",
1776
- "module": "src/scw-component/ScwComponent.ts"
1777
- }
1778
- },
1779
- {
1780
- "kind": "method",
1781
- "name": "warn",
1782
- "parameters": [
1783
- {
1784
- "name": "message",
1785
- "type": {
1786
- "text": "string"
1787
- },
1788
- "description": "describing warning"
1789
- }
1790
- ],
1791
- "description": "handles warnings...things wrong with formatting, ADA, etc...",
1792
- "inheritedFrom": {
1793
- "name": "ScwComponent",
1794
- "module": "src/scw-component/ScwComponent.ts"
1795
- }
1796
- },
1797
- {
1798
- "kind": "method",
1799
- "name": "clearWarnings",
1800
- "description": "clearWarnings",
1801
- "inheritedFrom": {
1802
- "name": "ScwComponent",
1803
- "module": "src/scw-component/ScwComponent.ts"
1804
- }
1469
+ "description": "(ScwCard) The link for the secondary button",
1470
+ "attribute": "secondary-cta-link"
1805
1471
  },
1806
1472
  {
1807
1473
  "kind": "field",
1808
- "name": "_lastWarning",
1809
- "type": {
1810
- "text": "string | undefined"
1811
- },
1812
- "description": "retain the last warning sent...good for testing.",
1813
- "inheritedFrom": {
1814
- "name": "ScwComponent",
1815
- "module": "src/scw-component/ScwComponent.ts"
1816
- }
1817
- }
1818
- ],
1819
- "attributes": [
1820
- {
1821
- "name": "heading",
1822
- "type": {
1823
- "text": "string | undefined"
1824
- },
1825
- "description": "(ScwCallout) The heading",
1826
- "fieldName": "heading"
1827
- },
1828
- {
1829
- "name": "alignment",
1830
- "type": {
1831
- "text": "string | undefined"
1832
- },
1833
- "description": "(ScwCallout) Alignment of the callout",
1834
- "fieldName": "align"
1835
- },
1836
- {
1837
- "name": "aria-label",
1838
- "type": {
1839
- "text": "string"
1840
- },
1841
- "default": "''",
1842
- "description": "(ScwComponent) Main text within component",
1843
- "fieldName": "ariaLabel",
1844
- "inheritedFrom": {
1845
- "name": "ScwComponent",
1846
- "module": "src/scw-component/ScwComponent.ts"
1847
- }
1848
- },
1849
- {
1850
- "name": "aria-disabled",
1851
- "type": {
1852
- "text": "string"
1853
- },
1854
- "default": "'false'",
1855
- "description": "(ScwComponent) Disables the component however it disables",
1856
- "fieldName": "ariaDisabled",
1857
- "inheritedFrom": {
1858
- "name": "ScwComponent",
1859
- "module": "src/scw-component/ScwComponent.ts"
1860
- }
1861
- },
1862
- {
1863
- "name": "is-link",
1864
- "type": {
1865
- "text": "boolean"
1866
- },
1867
- "default": "false",
1868
- "description": "(ScwLinkBase)\nSome lookups need to know if something is a link or not...",
1869
- "fieldName": "isLink",
1870
- "inheritedFrom": {
1871
- "name": "ScwComponent",
1872
- "module": "src/scw-component/ScwComponent.ts"
1873
- }
1874
- },
1875
- {
1876
- "name": "dynamic",
1877
- "type": {
1878
- "text": "boolean"
1879
- },
1880
- "default": "false",
1881
- "description": "(ScwComponent) Determines whether to watch for changes\nin children. (not all components use light DOM)",
1882
- "fieldName": "dynamic",
1883
- "inheritedFrom": {
1884
- "name": "ScwComponent",
1885
- "module": "src/scw-component/ScwComponent.ts"
1886
- }
1887
- },
1888
- {
1889
- "name": "element",
1890
- "type": {
1891
- "text": "string"
1892
- },
1893
- "description": "(ScwComponent) contains the root element name for each component\n(enum Components)",
1894
- "fieldName": "element",
1895
- "inheritedFrom": {
1896
- "name": "ScwComponent",
1897
- "module": "src/scw-component/ScwComponent.ts"
1898
- }
1899
- }
1900
- ],
1901
- "superclass": {
1902
- "name": "ScwComponent",
1903
- "package": "scw-component/ScwComponent"
1904
- },
1905
- "tagName": "scw-callout",
1906
- "customElement": true
1907
- }
1908
- ],
1909
- "exports": [
1910
- {
1911
- "kind": "js",
1912
- "name": "default",
1913
- "declaration": {
1914
- "name": "ScwCallout",
1915
- "module": "src/scw-callout/ScwCallout.ts"
1916
- }
1917
- }
1918
- ]
1919
- },
1920
- {
1921
- "kind": "javascript-module",
1922
- "path": "src/scw-callout/scw-callout.ts",
1923
- "declarations": [],
1924
- "exports": [
1925
- {
1926
- "kind": "custom-element-definition",
1927
- "name": "scw-callout",
1928
- "declaration": {
1929
- "name": "ScwCallout",
1930
- "module": "/src/scw-callout/ScwCallout"
1931
- }
1932
- }
1933
- ]
1934
- },
1935
- {
1936
- "kind": "javascript-module",
1937
- "path": "src/scw-card/ScwCard.ts",
1938
- "declarations": [
1939
- {
1940
- "kind": "class",
1941
- "description": "ScwCard a first LitElement web component",
1942
- "name": "ScwCard",
1943
- "slots": [
1944
- {
1945
- "description": "List of tags to display on the card",
1946
- "name": "image",
1947
- "default": "\"<scw-image />...\""
1948
- },
1949
- {
1950
- "description": "List of tags to display on the card",
1951
- "name": "tags",
1952
- "default": "\"<scw-link design=\"link\" />...\""
1953
- }
1954
- ],
1955
- "members": [
1956
- {
1957
- "kind": "field",
1958
- "name": "heading",
1959
- "type": {
1960
- "text": "string | undefined"
1961
- },
1962
- "description": "(ScwCard) Main title or header of the card",
1963
- "attribute": "heading"
1964
- },
1965
- {
1966
- "kind": "field",
1967
- "name": "date",
1968
- "type": {
1969
- "text": "string | undefined"
1970
- },
1971
- "description": "(ScwCard) Date field for articles",
1972
- "attribute": "date"
1973
- },
1974
- {
1975
- "kind": "field",
1976
- "name": "border",
1977
- "type": {
1978
- "text": "boolean | undefined"
1979
- },
1980
- "description": "(ScwCard) If card should have border",
1981
- "attribute": "show-border"
1982
- },
1983
- {
1984
- "kind": "field",
1985
- "name": "align",
1986
- "type": {
1987
- "text": "string"
1988
- },
1989
- "default": "'vertical'",
1990
- "description": "(ScwCard) Alignment of the card",
1991
- "attribute": "align"
1992
- },
1993
- {
1994
- "kind": "field",
1995
- "name": "superHeading",
1996
- "type": {
1997
- "text": "string | undefined"
1998
- },
1999
- "description": "(ScwCard) Super heading, describing a category or area pertaining to\ntitle",
2000
- "attribute": "super-heading"
2001
- },
2002
- {
2003
- "kind": "field",
2004
- "name": "primaryLink",
2005
- "type": {
2006
- "text": "string | undefined"
2007
- },
2008
- "description": "(ScwCard) The link for the primary button",
2009
- "attribute": "primary-cta-link"
2010
- },
2011
- {
2012
- "kind": "field",
2013
- "name": "primaryLabel",
2014
- "type": {
2015
- "text": "string | undefined"
2016
- },
2017
- "description": "(ScwCard) The label for the primary button",
2018
- "attribute": "primary-cta-label"
2019
- },
2020
- {
2021
- "kind": "field",
2022
- "name": "secondaryLink",
2023
- "type": {
2024
- "text": "string | undefined"
2025
- },
2026
- "description": "(ScwCard) The link for the secondary button",
2027
- "attribute": "secondary-cta-link"
2028
- },
2029
- {
2030
- "kind": "field",
2031
- "name": "secondaryLabel",
1474
+ "name": "secondaryLabel",
2032
1475
  "type": {
2033
1476
  "text": "string | undefined"
2034
1477
  },
@@ -2471,12 +1914,665 @@
2471
1914
  "type": {
2472
1915
  "text": "string"
2473
1916
  },
2474
- "description": "(ScwComponent) contains the root element name for each component\n(enum Components)",
2475
- "attribute": "element",
2476
- "reflects": true,
1917
+ "description": "(ScwComponent) contains the root element name for each component\n(enum Components)",
1918
+ "attribute": "element",
1919
+ "reflects": true,
1920
+ "inheritedFrom": {
1921
+ "name": "ScwComponent",
1922
+ "module": "src/scw-component/ScwComponent.ts"
1923
+ }
1924
+ },
1925
+ {
1926
+ "kind": "field",
1927
+ "name": "ariaLabel",
1928
+ "type": {
1929
+ "text": "string"
1930
+ },
1931
+ "default": "''",
1932
+ "description": "(ScwComponent) Main text within component",
1933
+ "attribute": "aria-label",
1934
+ "reflects": true,
1935
+ "inheritedFrom": {
1936
+ "name": "ScwComponent",
1937
+ "module": "src/scw-component/ScwComponent.ts"
1938
+ }
1939
+ },
1940
+ {
1941
+ "kind": "field",
1942
+ "name": "ariaDisabled",
1943
+ "type": {
1944
+ "text": "string"
1945
+ },
1946
+ "default": "'false'",
1947
+ "description": "(ScwComponent) Disables the component however it disables",
1948
+ "attribute": "aria-disabled",
1949
+ "inheritedFrom": {
1950
+ "name": "ScwComponent",
1951
+ "module": "src/scw-component/ScwComponent.ts"
1952
+ }
1953
+ },
1954
+ {
1955
+ "kind": "field",
1956
+ "name": "isLink",
1957
+ "type": {
1958
+ "text": "boolean"
1959
+ },
1960
+ "default": "false",
1961
+ "description": "(ScwLinkBase)\nSome lookups need to know if something is a link or not...",
1962
+ "attribute": "is-link",
1963
+ "reflects": true,
1964
+ "inheritedFrom": {
1965
+ "name": "ScwComponent",
1966
+ "module": "src/scw-component/ScwComponent.ts"
1967
+ }
1968
+ },
1969
+ {
1970
+ "kind": "field",
1971
+ "name": "_lightDomMutationObserver",
1972
+ "type": {
1973
+ "text": "LightDomMutationObserver | undefined"
1974
+ },
1975
+ "description": "(ScwComponent) Light Dom Mutation Observer",
1976
+ "inheritedFrom": {
1977
+ "name": "ScwComponent",
1978
+ "module": "src/scw-component/ScwComponent.ts"
1979
+ }
1980
+ },
1981
+ {
1982
+ "kind": "field",
1983
+ "name": "dynamic",
1984
+ "type": {
1985
+ "text": "boolean"
1986
+ },
1987
+ "default": "false",
1988
+ "description": "(ScwComponent) Determines whether to watch for changes\nin children. (not all components use light DOM)",
1989
+ "attribute": "dynamic",
1990
+ "inheritedFrom": {
1991
+ "name": "ScwComponent",
1992
+ "module": "src/scw-component/ScwComponent.ts"
1993
+ }
1994
+ },
1995
+ {
1996
+ "kind": "method",
1997
+ "name": "domMutated",
1998
+ "description": "parseLightDom is a hook for classes extending this one to add\nother parsers and validations",
1999
+ "inheritedFrom": {
2000
+ "name": "ScwComponent",
2001
+ "module": "src/scw-component/ScwComponent.ts"
2002
+ }
2003
+ },
2004
+ {
2005
+ "kind": "method",
2006
+ "name": "warn",
2007
+ "parameters": [
2008
+ {
2009
+ "name": "message",
2010
+ "type": {
2011
+ "text": "string"
2012
+ },
2013
+ "description": "describing warning"
2014
+ }
2015
+ ],
2016
+ "description": "handles warnings...things wrong with formatting, ADA, etc...",
2017
+ "inheritedFrom": {
2018
+ "name": "ScwComponent",
2019
+ "module": "src/scw-component/ScwComponent.ts"
2020
+ }
2021
+ },
2022
+ {
2023
+ "kind": "method",
2024
+ "name": "clearWarnings",
2025
+ "description": "clearWarnings",
2026
+ "inheritedFrom": {
2027
+ "name": "ScwComponent",
2028
+ "module": "src/scw-component/ScwComponent.ts"
2029
+ }
2030
+ },
2031
+ {
2032
+ "kind": "field",
2033
+ "name": "_lastWarning",
2034
+ "type": {
2035
+ "text": "string | undefined"
2036
+ },
2037
+ "description": "retain the last warning sent...good for testing.",
2038
+ "inheritedFrom": {
2039
+ "name": "ScwComponent",
2040
+ "module": "src/scw-component/ScwComponent.ts"
2041
+ }
2042
+ }
2043
+ ],
2044
+ "superclass": {
2045
+ "name": "ScwComponent",
2046
+ "module": "/src/scw-component/ScwComponent"
2047
+ },
2048
+ "tagName": "scw-center-component",
2049
+ "customElement": true,
2050
+ "attributes": [
2051
+ {
2052
+ "name": "aria-label",
2053
+ "type": {
2054
+ "text": "string"
2055
+ },
2056
+ "default": "''",
2057
+ "description": "(ScwComponent) Main text within component",
2058
+ "fieldName": "ariaLabel",
2059
+ "inheritedFrom": {
2060
+ "name": "ScwComponent",
2061
+ "module": "src/scw-component/ScwComponent.ts"
2062
+ }
2063
+ },
2064
+ {
2065
+ "name": "aria-disabled",
2066
+ "type": {
2067
+ "text": "string"
2068
+ },
2069
+ "default": "'false'",
2070
+ "description": "(ScwComponent) Disables the component however it disables",
2071
+ "fieldName": "ariaDisabled",
2072
+ "inheritedFrom": {
2073
+ "name": "ScwComponent",
2074
+ "module": "src/scw-component/ScwComponent.ts"
2075
+ }
2076
+ },
2077
+ {
2078
+ "name": "is-link",
2079
+ "type": {
2080
+ "text": "boolean"
2081
+ },
2082
+ "default": "false",
2083
+ "description": "(ScwLinkBase)\nSome lookups need to know if something is a link or not...",
2084
+ "fieldName": "isLink",
2085
+ "inheritedFrom": {
2086
+ "name": "ScwComponent",
2087
+ "module": "src/scw-component/ScwComponent.ts"
2088
+ }
2089
+ },
2090
+ {
2091
+ "name": "dynamic",
2092
+ "type": {
2093
+ "text": "boolean"
2094
+ },
2095
+ "default": "false",
2096
+ "description": "(ScwComponent) Determines whether to watch for changes\nin children. (not all components use light DOM)",
2097
+ "fieldName": "dynamic",
2098
+ "inheritedFrom": {
2099
+ "name": "ScwComponent",
2100
+ "module": "src/scw-component/ScwComponent.ts"
2101
+ }
2102
+ },
2103
+ {
2104
+ "name": "element",
2105
+ "type": {
2106
+ "text": "string"
2107
+ },
2108
+ "description": "(ScwComponent) contains the root element name for each component\n(enum Components)",
2109
+ "fieldName": "element",
2110
+ "inheritedFrom": {
2111
+ "name": "ScwComponent",
2112
+ "module": "src/scw-component/ScwComponent.ts"
2113
+ }
2114
+ }
2115
+ ]
2116
+ }
2117
+ ],
2118
+ "exports": [
2119
+ {
2120
+ "kind": "js",
2121
+ "name": "default",
2122
+ "declaration": {
2123
+ "name": "ScwCenterComponent",
2124
+ "module": "src/scw-center-component/ScwCenterComponent.ts"
2125
+ }
2126
+ }
2127
+ ]
2128
+ },
2129
+ {
2130
+ "kind": "javascript-module",
2131
+ "path": "src/scw-center-component/scw-center-component.ts",
2132
+ "declarations": [],
2133
+ "exports": [
2134
+ {
2135
+ "kind": "custom-element-definition",
2136
+ "name": "scw-center-component",
2137
+ "declaration": {
2138
+ "name": "ScwCenterComponent",
2139
+ "module": "/src/scw-center-component/ScwCenterComponent.js"
2140
+ }
2141
+ }
2142
+ ]
2143
+ },
2144
+ {
2145
+ "kind": "javascript-module",
2146
+ "path": "src/scw-checkbox/ScwCheckbox.ts",
2147
+ "declarations": [
2148
+ {
2149
+ "kind": "class",
2150
+ "description": "ScwCheckbox",
2151
+ "name": "ScwCheckbox",
2152
+ "members": [
2153
+ {
2154
+ "kind": "field",
2155
+ "name": "disabled",
2156
+ "type": {
2157
+ "text": "boolean"
2158
+ },
2159
+ "default": "false",
2160
+ "description": "if the checkbox is disabled",
2161
+ "attribute": "disabled",
2162
+ "reflects": true
2163
+ },
2164
+ {
2165
+ "kind": "field",
2166
+ "name": "selected",
2167
+ "type": {
2168
+ "text": "boolean"
2169
+ },
2170
+ "default": "false",
2171
+ "description": "if the attribute is selected",
2172
+ "attribute": "selected",
2173
+ "reflects": true,
2174
+ "inheritedFrom": {
2175
+ "name": "ScwFormComponent",
2176
+ "module": "src/scw-form-component/scw-form-component.ts"
2177
+ }
2178
+ },
2179
+ {
2180
+ "kind": "field",
2181
+ "name": "hideFeedback",
2182
+ "type": {
2183
+ "text": "boolean"
2184
+ },
2185
+ "default": "false",
2186
+ "description": "if feedback should be hidden",
2187
+ "attribute": "hide-feedback",
2188
+ "reflects": true
2189
+ },
2190
+ {
2191
+ "kind": "field",
2192
+ "name": "defaultFeedback",
2193
+ "type": {
2194
+ "text": "string"
2195
+ },
2196
+ "default": "''",
2197
+ "description": "default feedback to show",
2198
+ "attribute": "default-feedback",
2199
+ "reflects": true
2200
+ },
2201
+ {
2202
+ "kind": "field",
2203
+ "name": "alignment",
2204
+ "type": {
2205
+ "text": "string"
2206
+ },
2207
+ "default": "'center'",
2208
+ "description": "alignment of text",
2209
+ "attribute": "alignment"
2210
+ },
2211
+ {
2212
+ "kind": "field",
2213
+ "name": "input",
2214
+ "type": {
2215
+ "text": "HTMLInputElement"
2216
+ },
2217
+ "inheritedFrom": {
2218
+ "name": "ScwFormComponent",
2219
+ "module": "src/scw-form-component/scw-form-component.ts"
2220
+ }
2221
+ },
2222
+ {
2223
+ "kind": "method",
2224
+ "name": "handleSelectedChange",
2225
+ "description": "handleSelectedChange"
2226
+ },
2227
+ {
2228
+ "kind": "method",
2229
+ "name": "handleDisabledChange",
2230
+ "description": "handleDisabledChange"
2231
+ },
2232
+ {
2233
+ "kind": "method",
2234
+ "name": "valueChangeHandler",
2235
+ "description": "valueChangeHandler"
2236
+ },
2237
+ {
2238
+ "kind": "method",
2239
+ "name": "invalidHandler",
2240
+ "parameters": [
2241
+ {
2242
+ "name": "e",
2243
+ "type": {
2244
+ "text": "Event"
2245
+ }
2246
+ }
2247
+ ],
2248
+ "description": "invalidHandler"
2249
+ },
2250
+ {
2251
+ "kind": "method",
2252
+ "name": "blurHandler",
2253
+ "description": "handle blurs from input"
2254
+ },
2255
+ {
2256
+ "kind": "method",
2257
+ "name": "focusHandler",
2258
+ "description": "focusHandler"
2259
+ },
2260
+ {
2261
+ "kind": "field",
2262
+ "name": "element",
2263
+ "type": {
2264
+ "text": "string"
2265
+ },
2266
+ "description": "(ScwComponent) contains the root element name for each component\n(enum Components)",
2267
+ "attribute": "element",
2268
+ "reflects": true,
2269
+ "inheritedFrom": {
2270
+ "name": "ScwComponent",
2271
+ "module": "src/scw-component/ScwComponent.ts"
2272
+ }
2273
+ },
2274
+ {
2275
+ "kind": "field",
2276
+ "name": "formType",
2277
+ "type": {
2278
+ "text": "ScwFormComponentTypes"
2279
+ },
2280
+ "description": "(ScwFormComponent) the usage in a form (& scw-form a query target)",
2281
+ "attribute": "form-type",
2282
+ "reflects": true,
2283
+ "inheritedFrom": {
2284
+ "name": "ScwFormComponent",
2285
+ "module": "src/scw-form-component/scw-form-component.ts"
2286
+ }
2287
+ },
2288
+ {
2289
+ "kind": "field",
2290
+ "name": "name",
2291
+ "type": {
2292
+ "text": "string | undefined"
2293
+ },
2294
+ "description": "(ScwFormComponent) name to identify form element and attach data",
2295
+ "attribute": "name",
2296
+ "inheritedFrom": {
2297
+ "name": "ScwFormComponent",
2298
+ "module": "src/scw-form-component/scw-form-component.ts"
2299
+ }
2300
+ },
2301
+ {
2302
+ "kind": "field",
2303
+ "name": "label",
2304
+ "type": {
2305
+ "text": "string | undefined"
2306
+ },
2307
+ "description": "(ScwFormComponent) label to display in the UI",
2308
+ "attribute": "label",
2309
+ "inheritedFrom": {
2310
+ "name": "ScwFormComponent",
2311
+ "module": "src/scw-form-component/scw-form-component.ts"
2312
+ }
2313
+ },
2314
+ {
2315
+ "kind": "field",
2316
+ "name": "value",
2317
+ "type": {
2318
+ "text": "string"
2319
+ },
2320
+ "default": "''",
2321
+ "description": "(ScwFormComponent) name to identify form element and attach data",
2322
+ "attribute": "value",
2323
+ "inheritedFrom": {
2324
+ "name": "ScwFormComponent",
2325
+ "module": "src/scw-form-component/scw-form-component.ts"
2326
+ }
2327
+ },
2328
+ {
2329
+ "kind": "field",
2330
+ "name": "placeholder",
2331
+ "type": {
2332
+ "text": "string"
2333
+ },
2334
+ "default": "''",
2335
+ "description": "(ScwFormComponent) text showing when there is no value",
2336
+ "attribute": "placeholder",
2337
+ "inheritedFrom": {
2338
+ "name": "ScwFormComponent",
2339
+ "module": "src/scw-form-component/scw-form-component.ts"
2340
+ }
2341
+ },
2342
+ {
2343
+ "kind": "field",
2344
+ "name": "readOnly",
2345
+ "type": {
2346
+ "text": "boolean"
2347
+ },
2348
+ "default": "false",
2349
+ "description": "(ScwFormComponent) read-only state management",
2350
+ "attribute": "read-only",
2351
+ "inheritedFrom": {
2352
+ "name": "ScwFormComponent",
2353
+ "module": "src/scw-form-component/scw-form-component.ts"
2354
+ }
2355
+ },
2356
+ {
2357
+ "kind": "field",
2358
+ "name": "required",
2359
+ "type": {
2360
+ "text": "boolean"
2361
+ },
2362
+ "default": "false",
2363
+ "description": "(ScwFormComponent) required state management",
2364
+ "attribute": "required",
2365
+ "inheritedFrom": {
2366
+ "name": "ScwFormComponent",
2367
+ "module": "src/scw-form-component/scw-form-component.ts"
2368
+ }
2369
+ },
2370
+ {
2371
+ "kind": "field",
2372
+ "name": "requiredLabel",
2373
+ "type": {
2374
+ "text": "string"
2375
+ },
2376
+ "default": "' *'",
2377
+ "description": "(ScwFormComponent) label indicator for required",
2378
+ "attribute": "required-label",
2379
+ "inheritedFrom": {
2380
+ "name": "ScwFormComponent",
2381
+ "module": "src/scw-form-component/scw-form-component.ts"
2382
+ }
2383
+ },
2384
+ {
2385
+ "kind": "field",
2386
+ "name": "requiredFeedback",
2387
+ "type": {
2388
+ "text": "string | undefined"
2389
+ },
2390
+ "description": "(ScwFormComponent) label indicator for required",
2391
+ "attribute": "required-feedback",
2392
+ "inheritedFrom": {
2393
+ "name": "ScwFormComponent",
2394
+ "module": "src/scw-form-component/scw-form-component.ts"
2395
+ }
2396
+ },
2397
+ {
2398
+ "kind": "field",
2399
+ "name": "feedback",
2400
+ "type": {
2401
+ "text": "string | undefined"
2402
+ },
2403
+ "description": "the text to use for feedback",
2404
+ "inheritedFrom": {
2405
+ "name": "ScwFormComponent",
2406
+ "module": "src/scw-form-component/scw-form-component.ts"
2407
+ }
2408
+ },
2409
+ {
2410
+ "kind": "field",
2411
+ "name": "focused",
2412
+ "type": {
2413
+ "text": "boolean"
2414
+ },
2415
+ "default": "false",
2416
+ "description": "determines whether the input is focused or not",
2417
+ "inheritedFrom": {
2418
+ "name": "ScwFormComponent",
2419
+ "module": "src/scw-form-component/scw-form-component.ts"
2420
+ }
2421
+ },
2422
+ {
2423
+ "kind": "field",
2424
+ "name": "invalid",
2425
+ "type": {
2426
+ "text": "boolean"
2427
+ },
2428
+ "default": "false",
2429
+ "description": "whether this form element is valid, passed validation",
2430
+ "inheritedFrom": {
2431
+ "name": "ScwFormComponent",
2432
+ "module": "src/scw-form-component/scw-form-component.ts"
2433
+ }
2434
+ },
2435
+ {
2436
+ "kind": "method",
2437
+ "name": "decorateValues",
2438
+ "return": {
2439
+ "type": {
2440
+ "text": "void"
2441
+ }
2442
+ },
2443
+ "parameters": [
2444
+ {
2445
+ "name": "formData",
2446
+ "type": {
2447
+ "text": "Object"
2448
+ }
2449
+ }
2450
+ ],
2451
+ "description": "(ScwFormComponent) each form element to decorates the final data object",
2452
+ "inheritedFrom": {
2453
+ "name": "ScwFormComponent",
2454
+ "module": "src/scw-form-component/scw-form-component.ts"
2455
+ }
2456
+ },
2457
+ {
2458
+ "kind": "method",
2459
+ "name": "findIfRequired",
2460
+ "return": {
2461
+ "type": {
2462
+ "text": "boolean"
2463
+ }
2464
+ },
2465
+ "description": "Check to see if form element is required w/o knowing if there is validation",
2466
+ "inheritedFrom": {
2467
+ "name": "ScwFormComponent",
2468
+ "module": "src/scw-form-component/scw-form-component.ts"
2469
+ }
2470
+ },
2471
+ {
2472
+ "kind": "method",
2473
+ "name": "findValidationRules",
2474
+ "return": {
2475
+ "type": {
2476
+ "text": "ScwValidation | undefined"
2477
+ }
2478
+ },
2479
+ "description": "Find validation child if there...",
2480
+ "inheritedFrom": {
2481
+ "name": "ScwFormComponent",
2482
+ "module": "src/scw-form-component/scw-form-component.ts"
2483
+ }
2484
+ },
2485
+ {
2486
+ "kind": "method",
2487
+ "name": "validate",
2488
+ "return": {
2489
+ "type": {
2490
+ "text": "ValidationResult[]"
2491
+ }
2492
+ },
2493
+ "description": "run the validation rules if there...",
2494
+ "parameters": [
2495
+ {
2496
+ "name": "value",
2497
+ "type": {
2498
+ "text": "string"
2499
+ }
2500
+ }
2501
+ ],
2502
+ "inheritedFrom": {
2503
+ "name": "ScwFormComponent",
2504
+ "module": "src/scw-form-component/scw-form-component.ts"
2505
+ }
2506
+ },
2507
+ {
2508
+ "kind": "method",
2509
+ "name": "createValidateRule",
2510
+ "return": {
2511
+ "type": {
2512
+ "text": "ScwValidate"
2513
+ }
2514
+ },
2515
+ "description": "create a validation rule from scratch",
2477
2516
  "inheritedFrom": {
2478
- "name": "ScwComponent",
2479
- "module": "src/scw-component/ScwComponent.ts"
2517
+ "name": "ScwFormComponent",
2518
+ "module": "src/scw-form-component/scw-form-component.ts"
2519
+ }
2520
+ },
2521
+ {
2522
+ "kind": "method",
2523
+ "name": "addValidationRule",
2524
+ "parameters": [
2525
+ {
2526
+ "name": "rule",
2527
+ "type": {
2528
+ "text": "ScwValidate"
2529
+ }
2530
+ }
2531
+ ],
2532
+ "description": "add validation to to child validation (create if not there)",
2533
+ "inheritedFrom": {
2534
+ "name": "ScwFormComponent",
2535
+ "module": "src/scw-form-component/scw-form-component.ts"
2536
+ }
2537
+ },
2538
+ {
2539
+ "kind": "method",
2540
+ "name": "createAndAddValidationRule",
2541
+ "parameters": [
2542
+ {
2543
+ "name": "type",
2544
+ "type": {
2545
+ "text": "ValidationTypes"
2546
+ }
2547
+ },
2548
+ {
2549
+ "name": "feedbackOverride",
2550
+ "optional": true,
2551
+ "type": {
2552
+ "text": "string"
2553
+ }
2554
+ }
2555
+ ],
2556
+ "description": "create a validation of a certain type...",
2557
+ "inheritedFrom": {
2558
+ "name": "ScwFormComponent",
2559
+ "module": "src/scw-form-component/scw-form-component.ts"
2560
+ }
2561
+ },
2562
+ {
2563
+ "kind": "method",
2564
+ "name": "removeValidationRule",
2565
+ "parameters": [
2566
+ {
2567
+ "name": "type",
2568
+ "type": {
2569
+ "text": "ValidationTypes"
2570
+ }
2571
+ }
2572
+ ],
2573
+ "inheritedFrom": {
2574
+ "name": "ScwFormComponent",
2575
+ "module": "src/scw-form-component/scw-form-component.ts"
2480
2576
  }
2481
2577
  },
2482
2578
  {
@@ -2598,538 +2694,345 @@
2598
2694
  }
2599
2695
  }
2600
2696
  ],
2601
- "superclass": {
2602
- "name": "ScwComponent",
2603
- "module": "/src/scw-component/ScwComponent"
2604
- },
2605
- "tagName": "scw-center-component",
2606
- "customElement": true,
2607
- "attributes": [
2608
- {
2609
- "name": "aria-label",
2610
- "type": {
2611
- "text": "string"
2612
- },
2613
- "default": "''",
2614
- "description": "(ScwComponent) Main text within component",
2615
- "fieldName": "ariaLabel",
2616
- "inheritedFrom": {
2617
- "name": "ScwComponent",
2618
- "module": "src/scw-component/ScwComponent.ts"
2619
- }
2620
- },
2621
- {
2622
- "name": "aria-disabled",
2623
- "type": {
2624
- "text": "string"
2625
- },
2626
- "default": "'false'",
2627
- "description": "(ScwComponent) Disables the component however it disables",
2628
- "fieldName": "ariaDisabled",
2629
- "inheritedFrom": {
2630
- "name": "ScwComponent",
2631
- "module": "src/scw-component/ScwComponent.ts"
2632
- }
2633
- },
2697
+ "events": [
2634
2698
  {
2635
- "name": "is-link",
2636
- "type": {
2637
- "text": "boolean"
2638
- },
2639
- "default": "false",
2640
- "description": "(ScwLinkBase)\nSome lookups need to know if something is a link or not...",
2641
- "fieldName": "isLink",
2642
- "inheritedFrom": {
2643
- "name": "ScwComponent",
2644
- "module": "src/scw-component/ScwComponent.ts"
2645
- }
2699
+ "description": "input recieved focus",
2700
+ "name": "scw-focus"
2646
2701
  },
2647
2702
  {
2648
- "name": "dynamic",
2649
- "type": {
2650
- "text": "boolean"
2651
- },
2652
- "default": "false",
2653
- "description": "(ScwComponent) Determines whether to watch for changes\nin children. (not all components use light DOM)",
2654
- "fieldName": "dynamic",
2655
- "inheritedFrom": {
2656
- "name": "ScwComponent",
2657
- "module": "src/scw-component/ScwComponent.ts"
2658
- }
2703
+ "description": "input lost focus",
2704
+ "name": "scw-blur"
2659
2705
  },
2660
2706
  {
2661
- "name": "element",
2662
- "type": {
2663
- "text": "string"
2664
- },
2665
- "description": "(ScwComponent) contains the root element name for each component\n(enum Components)",
2666
- "fieldName": "element",
2667
- "inheritedFrom": {
2668
- "name": "ScwComponent",
2669
- "module": "src/scw-component/ScwComponent.ts"
2670
- }
2707
+ "description": "value has changed (not necessarily value displayed)",
2708
+ "name": "scw-value-change"
2671
2709
  }
2672
- ]
2673
- }
2674
- ],
2675
- "exports": [
2676
- {
2677
- "kind": "js",
2678
- "name": "default",
2679
- "declaration": {
2680
- "name": "ScwCenterComponent",
2681
- "module": "src/scw-center-component/ScwCenterComponent.ts"
2682
- }
2683
- }
2684
- ]
2685
- },
2686
- {
2687
- "kind": "javascript-module",
2688
- "path": "src/scw-center-component/scw-center-component.ts",
2689
- "declarations": [],
2690
- "exports": [
2691
- {
2692
- "kind": "custom-element-definition",
2693
- "name": "scw-center-component",
2694
- "declaration": {
2695
- "name": "ScwCenterComponent",
2696
- "module": "/src/scw-center-component/ScwCenterComponent.js"
2697
- }
2698
- }
2699
- ]
2700
- },
2701
- {
2702
- "kind": "javascript-module",
2703
- "path": "src/scw-checkbox/ScwCheckbox.ts",
2704
- "declarations": [
2705
- {
2706
- "kind": "class",
2707
- "description": "ScwCheckbox",
2708
- "name": "ScwCheckbox",
2709
- "members": [
2710
+ ],
2711
+ "attributes": [
2710
2712
  {
2711
- "kind": "field",
2712
2713
  "name": "disabled",
2713
2714
  "type": {
2714
2715
  "text": "boolean"
2715
2716
  },
2716
- "default": "false",
2717
- "description": "if the checkbox is disabled",
2718
- "attribute": "disabled",
2719
- "reflects": true
2720
- },
2721
- {
2722
- "kind": "field",
2723
- "name": "selected",
2724
- "type": {
2725
- "text": "boolean"
2726
- },
2727
- "default": "false",
2728
- "description": "if the attribute is selected",
2729
- "attribute": "selected",
2730
- "reflects": true,
2731
- "inheritedFrom": {
2732
- "name": "ScwFormComponent",
2733
- "module": "src/scw-form-component/scw-form-component.ts"
2734
- }
2735
- },
2736
- {
2737
- "kind": "field",
2738
- "name": "hideFeedback",
2739
- "type": {
2740
- "text": "boolean"
2741
- },
2742
- "default": "false",
2743
- "description": "if feedback should be hidden",
2744
- "attribute": "hide-feedback",
2745
- "reflects": true
2746
- },
2747
- {
2748
- "kind": "field",
2749
- "name": "defaultFeedback",
2750
- "type": {
2751
- "text": "string"
2752
- },
2753
- "default": "''",
2754
- "description": "default feedback to show",
2755
- "attribute": "default-feedback",
2756
- "reflects": true
2757
- },
2758
- {
2759
- "kind": "field",
2760
- "name": "alignment",
2761
- "type": {
2762
- "text": "string"
2763
- },
2764
- "default": "'center'",
2765
- "description": "alignment of text",
2766
- "attribute": "alignment"
2767
- },
2768
- {
2769
- "kind": "field",
2770
- "name": "input",
2771
- "type": {
2772
- "text": "HTMLInputElement"
2773
- },
2774
- "inheritedFrom": {
2775
- "name": "ScwFormComponent",
2776
- "module": "src/scw-form-component/scw-form-component.ts"
2777
- }
2778
- },
2779
- {
2780
- "kind": "method",
2781
- "name": "handleSelectedChange",
2782
- "description": "handleSelectedChange"
2783
- },
2784
- {
2785
- "kind": "method",
2786
- "name": "handleDisabledChange",
2787
- "description": "handleDisabledChange"
2788
- },
2789
- {
2790
- "kind": "method",
2791
- "name": "valueChangeHandler",
2792
- "description": "valueChangeHandler"
2717
+ "default": "false",
2718
+ "description": "if the checkbox is disabled",
2719
+ "fieldName": "disabled"
2793
2720
  },
2794
2721
  {
2795
- "kind": "method",
2796
- "name": "invalidHandler",
2797
- "parameters": [
2798
- {
2799
- "name": "e",
2800
- "type": {
2801
- "text": "Event"
2802
- }
2803
- }
2804
- ],
2805
- "description": "invalidHandler"
2722
+ "name": "selected",
2723
+ "type": {
2724
+ "text": "boolean"
2725
+ },
2726
+ "default": "false",
2727
+ "description": "if the attribute is selected",
2728
+ "fieldName": "selected",
2729
+ "inheritedFrom": {
2730
+ "name": "ScwFormComponent",
2731
+ "module": "src/scw-form-component/scw-form-component.ts"
2732
+ }
2806
2733
  },
2807
2734
  {
2808
- "kind": "method",
2809
- "name": "blurHandler",
2810
- "description": "handle blurs from input"
2735
+ "name": "hide-feedback",
2736
+ "type": {
2737
+ "text": "boolean"
2738
+ },
2739
+ "default": "false",
2740
+ "description": "if feedback should be hidden",
2741
+ "fieldName": "hideFeedback"
2811
2742
  },
2812
2743
  {
2813
- "kind": "method",
2814
- "name": "focusHandler",
2815
- "description": "focusHandler"
2744
+ "name": "default-feedback",
2745
+ "type": {
2746
+ "text": "string"
2747
+ },
2748
+ "default": "''",
2749
+ "description": "default feedback to show",
2750
+ "fieldName": "defaultFeedback"
2816
2751
  },
2817
2752
  {
2818
- "kind": "field",
2819
- "name": "element",
2753
+ "name": "alignment",
2820
2754
  "type": {
2821
2755
  "text": "string"
2822
2756
  },
2823
- "description": "(ScwComponent) contains the root element name for each component\n(enum Components)",
2824
- "attribute": "element",
2825
- "reflects": true,
2826
- "inheritedFrom": {
2827
- "name": "ScwComponent",
2828
- "module": "src/scw-component/ScwComponent.ts"
2829
- }
2757
+ "default": "'center'",
2758
+ "description": "alignment of text",
2759
+ "fieldName": "alignment"
2830
2760
  },
2831
2761
  {
2832
- "kind": "field",
2833
- "name": "formType",
2762
+ "name": "form-type",
2834
2763
  "type": {
2835
2764
  "text": "ScwFormComponentTypes"
2836
2765
  },
2837
2766
  "description": "(ScwFormComponent) the usage in a form (& scw-form a query target)",
2838
- "attribute": "form-type",
2839
- "reflects": true,
2767
+ "fieldName": "formType",
2840
2768
  "inheritedFrom": {
2841
2769
  "name": "ScwFormComponent",
2842
2770
  "module": "src/scw-form-component/scw-form-component.ts"
2843
2771
  }
2844
2772
  },
2845
2773
  {
2846
- "kind": "field",
2847
2774
  "name": "name",
2848
2775
  "type": {
2849
2776
  "text": "string | undefined"
2850
2777
  },
2851
2778
  "description": "(ScwFormComponent) name to identify form element and attach data",
2852
- "attribute": "name",
2779
+ "fieldName": "name",
2853
2780
  "inheritedFrom": {
2854
2781
  "name": "ScwFormComponent",
2855
2782
  "module": "src/scw-form-component/scw-form-component.ts"
2856
2783
  }
2857
2784
  },
2858
2785
  {
2859
- "kind": "field",
2860
2786
  "name": "label",
2861
2787
  "type": {
2862
2788
  "text": "string | undefined"
2863
2789
  },
2864
2790
  "description": "(ScwFormComponent) label to display in the UI",
2865
- "attribute": "label",
2791
+ "fieldName": "label",
2866
2792
  "inheritedFrom": {
2867
2793
  "name": "ScwFormComponent",
2868
2794
  "module": "src/scw-form-component/scw-form-component.ts"
2869
2795
  }
2870
2796
  },
2871
2797
  {
2872
- "kind": "field",
2873
2798
  "name": "value",
2874
2799
  "type": {
2875
2800
  "text": "string"
2876
2801
  },
2877
2802
  "default": "''",
2878
2803
  "description": "(ScwFormComponent) name to identify form element and attach data",
2879
- "attribute": "value",
2804
+ "fieldName": "value",
2880
2805
  "inheritedFrom": {
2881
2806
  "name": "ScwFormComponent",
2882
2807
  "module": "src/scw-form-component/scw-form-component.ts"
2883
2808
  }
2884
2809
  },
2885
2810
  {
2886
- "kind": "field",
2887
2811
  "name": "placeholder",
2888
2812
  "type": {
2889
2813
  "text": "string"
2890
2814
  },
2891
2815
  "default": "''",
2892
2816
  "description": "(ScwFormComponent) text showing when there is no value",
2893
- "attribute": "placeholder",
2817
+ "fieldName": "placeholder",
2894
2818
  "inheritedFrom": {
2895
2819
  "name": "ScwFormComponent",
2896
2820
  "module": "src/scw-form-component/scw-form-component.ts"
2897
2821
  }
2898
2822
  },
2899
2823
  {
2900
- "kind": "field",
2901
- "name": "readOnly",
2824
+ "name": "read-only",
2902
2825
  "type": {
2903
2826
  "text": "boolean"
2904
2827
  },
2905
2828
  "default": "false",
2906
2829
  "description": "(ScwFormComponent) read-only state management",
2907
- "attribute": "read-only",
2830
+ "fieldName": "readOnly",
2908
2831
  "inheritedFrom": {
2909
2832
  "name": "ScwFormComponent",
2910
2833
  "module": "src/scw-form-component/scw-form-component.ts"
2911
2834
  }
2912
2835
  },
2913
2836
  {
2914
- "kind": "field",
2915
2837
  "name": "required",
2916
2838
  "type": {
2917
2839
  "text": "boolean"
2918
2840
  },
2919
2841
  "default": "false",
2920
2842
  "description": "(ScwFormComponent) required state management",
2921
- "attribute": "required",
2843
+ "fieldName": "required",
2922
2844
  "inheritedFrom": {
2923
2845
  "name": "ScwFormComponent",
2924
2846
  "module": "src/scw-form-component/scw-form-component.ts"
2925
2847
  }
2926
2848
  },
2927
2849
  {
2928
- "kind": "field",
2929
- "name": "requiredLabel",
2850
+ "name": "required-label",
2930
2851
  "type": {
2931
2852
  "text": "string"
2932
2853
  },
2933
2854
  "default": "' *'",
2934
2855
  "description": "(ScwFormComponent) label indicator for required",
2935
- "attribute": "required-label",
2856
+ "fieldName": "requiredLabel",
2936
2857
  "inheritedFrom": {
2937
2858
  "name": "ScwFormComponent",
2938
2859
  "module": "src/scw-form-component/scw-form-component.ts"
2939
2860
  }
2940
2861
  },
2941
2862
  {
2942
- "kind": "field",
2943
- "name": "requiredFeedback",
2863
+ "name": "required-feedback",
2944
2864
  "type": {
2945
2865
  "text": "string | undefined"
2946
2866
  },
2947
2867
  "description": "(ScwFormComponent) label indicator for required",
2948
- "attribute": "required-feedback",
2868
+ "fieldName": "requiredFeedback",
2949
2869
  "inheritedFrom": {
2950
2870
  "name": "ScwFormComponent",
2951
2871
  "module": "src/scw-form-component/scw-form-component.ts"
2952
2872
  }
2953
2873
  },
2954
2874
  {
2955
- "kind": "field",
2956
- "name": "feedback",
2875
+ "name": "aria-label",
2957
2876
  "type": {
2958
- "text": "string | undefined"
2877
+ "text": "string"
2959
2878
  },
2960
- "description": "the text to use for feedback",
2879
+ "default": "''",
2880
+ "description": "(ScwComponent) Main text within component",
2881
+ "fieldName": "ariaLabel",
2961
2882
  "inheritedFrom": {
2962
- "name": "ScwFormComponent",
2963
- "module": "src/scw-form-component/scw-form-component.ts"
2883
+ "name": "ScwComponent",
2884
+ "module": "src/scw-component/ScwComponent.ts"
2964
2885
  }
2965
2886
  },
2966
2887
  {
2967
- "kind": "field",
2968
- "name": "focused",
2888
+ "name": "aria-disabled",
2969
2889
  "type": {
2970
- "text": "boolean"
2890
+ "text": "string"
2971
2891
  },
2972
- "default": "false",
2973
- "description": "determines whether the input is focused or not",
2892
+ "default": "'false'",
2893
+ "description": "(ScwComponent) Disables the component however it disables",
2894
+ "fieldName": "ariaDisabled",
2974
2895
  "inheritedFrom": {
2975
- "name": "ScwFormComponent",
2976
- "module": "src/scw-form-component/scw-form-component.ts"
2896
+ "name": "ScwComponent",
2897
+ "module": "src/scw-component/ScwComponent.ts"
2977
2898
  }
2978
2899
  },
2979
2900
  {
2980
- "kind": "field",
2981
- "name": "invalid",
2901
+ "name": "is-link",
2982
2902
  "type": {
2983
2903
  "text": "boolean"
2984
2904
  },
2985
2905
  "default": "false",
2986
- "description": "whether this form element is valid, passed validation",
2987
- "inheritedFrom": {
2988
- "name": "ScwFormComponent",
2989
- "module": "src/scw-form-component/scw-form-component.ts"
2990
- }
2991
- },
2992
- {
2993
- "kind": "method",
2994
- "name": "decorateValues",
2995
- "return": {
2996
- "type": {
2997
- "text": "void"
2998
- }
2999
- },
3000
- "parameters": [
3001
- {
3002
- "name": "formData",
3003
- "type": {
3004
- "text": "Object"
3005
- }
3006
- }
3007
- ],
3008
- "description": "(ScwFormComponent) each form element to decorates the final data object",
2906
+ "description": "(ScwLinkBase)\nSome lookups need to know if something is a link or not...",
2907
+ "fieldName": "isLink",
3009
2908
  "inheritedFrom": {
3010
- "name": "ScwFormComponent",
3011
- "module": "src/scw-form-component/scw-form-component.ts"
2909
+ "name": "ScwComponent",
2910
+ "module": "src/scw-component/ScwComponent.ts"
3012
2911
  }
3013
2912
  },
3014
2913
  {
3015
- "kind": "method",
3016
- "name": "findIfRequired",
3017
- "return": {
3018
- "type": {
3019
- "text": "boolean"
3020
- }
2914
+ "name": "dynamic",
2915
+ "type": {
2916
+ "text": "boolean"
3021
2917
  },
3022
- "description": "Check to see if form element is required w/o knowing if there is validation",
2918
+ "default": "false",
2919
+ "description": "(ScwComponent) Determines whether to watch for changes\nin children. (not all components use light DOM)",
2920
+ "fieldName": "dynamic",
3023
2921
  "inheritedFrom": {
3024
- "name": "ScwFormComponent",
3025
- "module": "src/scw-form-component/scw-form-component.ts"
2922
+ "name": "ScwComponent",
2923
+ "module": "src/scw-component/ScwComponent.ts"
3026
2924
  }
3027
2925
  },
3028
2926
  {
3029
- "kind": "method",
3030
- "name": "findValidationRules",
3031
- "return": {
3032
- "type": {
3033
- "text": "ScwValidation | undefined"
3034
- }
2927
+ "name": "element",
2928
+ "type": {
2929
+ "text": "string"
3035
2930
  },
3036
- "description": "Find validation child if there...",
2931
+ "description": "(ScwComponent) contains the root element name for each component\n(enum Components)",
2932
+ "fieldName": "element",
3037
2933
  "inheritedFrom": {
3038
- "name": "ScwFormComponent",
3039
- "module": "src/scw-form-component/scw-form-component.ts"
2934
+ "name": "ScwComponent",
2935
+ "module": "src/scw-component/ScwComponent.ts"
3040
2936
  }
3041
- },
2937
+ }
2938
+ ],
2939
+ "superclass": {
2940
+ "name": "ScwFormComponent",
2941
+ "module": "/src/scw-form-component/scw-form-component"
2942
+ },
2943
+ "tagName": "scw-checkbox",
2944
+ "customElement": true
2945
+ }
2946
+ ],
2947
+ "exports": [
2948
+ {
2949
+ "kind": "js",
2950
+ "name": "default",
2951
+ "declaration": {
2952
+ "name": "ScwCheckbox",
2953
+ "module": "src/scw-checkbox/ScwCheckbox.ts"
2954
+ }
2955
+ }
2956
+ ]
2957
+ },
2958
+ {
2959
+ "kind": "javascript-module",
2960
+ "path": "src/scw-checkbox/scw-checkbox.ts",
2961
+ "declarations": [],
2962
+ "exports": [
2963
+ {
2964
+ "kind": "custom-element-definition",
2965
+ "name": "scw-checkbox",
2966
+ "declaration": {
2967
+ "name": "ScwCheckbox",
2968
+ "module": "/src/scw-checkbox/ScwCheckbox"
2969
+ }
2970
+ }
2971
+ ]
2972
+ },
2973
+ {
2974
+ "kind": "javascript-module",
2975
+ "path": "src/scw-comparison-cell/ScwComparisonCell.ts",
2976
+ "declarations": [
2977
+ {
2978
+ "kind": "class",
2979
+ "description": "ScwComparisonCell",
2980
+ "name": "ScwComparisonCell",
2981
+ "members": [
3042
2982
  {
3043
- "kind": "method",
3044
- "name": "validate",
3045
- "return": {
3046
- "type": {
3047
- "text": "ValidationResult[]"
3048
- }
3049
- },
3050
- "description": "run the validation rules if there...",
3051
- "parameters": [
3052
- {
3053
- "name": "value",
3054
- "type": {
3055
- "text": "string"
3056
- }
3057
- }
3058
- ],
3059
- "inheritedFrom": {
3060
- "name": "ScwFormComponent",
3061
- "module": "src/scw-form-component/scw-form-component.ts"
3062
- }
2983
+ "kind": "field",
2984
+ "name": "header",
2985
+ "type": {
2986
+ "text": "boolean"
2987
+ },
2988
+ "default": "false",
2989
+ "description": "(ScwTag) If the cell is the header cell",
2990
+ "attribute": "header",
2991
+ "reflects": true
3063
2992
  },
3064
2993
  {
3065
- "kind": "method",
3066
- "name": "createValidateRule",
3067
- "return": {
3068
- "type": {
3069
- "text": "ScwValidate"
3070
- }
2994
+ "kind": "field",
2995
+ "name": "labelCell",
2996
+ "type": {
2997
+ "text": "boolean"
3071
2998
  },
3072
- "description": "create a validation rule from scratch",
3073
- "inheritedFrom": {
3074
- "name": "ScwFormComponent",
3075
- "module": "src/scw-form-component/scw-form-component.ts"
3076
- }
2999
+ "default": "false",
3000
+ "description": "(ScwTag) If this cell is the first cell with the label",
3001
+ "attribute": "label-cell",
3002
+ "reflects": true
3077
3003
  },
3078
3004
  {
3079
- "kind": "method",
3080
- "name": "addValidationRule",
3081
- "parameters": [
3082
- {
3083
- "name": "rule",
3084
- "type": {
3085
- "text": "ScwValidate"
3086
- }
3087
- }
3088
- ],
3089
- "description": "add validation to to child validation (create if not there)",
3090
- "inheritedFrom": {
3091
- "name": "ScwFormComponent",
3092
- "module": "src/scw-form-component/scw-form-component.ts"
3093
- }
3005
+ "kind": "field",
3006
+ "name": "linkLabel",
3007
+ "type": {
3008
+ "text": "string"
3009
+ },
3010
+ "default": "''",
3011
+ "description": "(ScwTag) If the cell is a header cell and has a cta link",
3012
+ "attribute": "cta-label"
3094
3013
  },
3095
3014
  {
3096
- "kind": "method",
3097
- "name": "createAndAddValidationRule",
3098
- "parameters": [
3099
- {
3100
- "name": "type",
3101
- "type": {
3102
- "text": "ValidationTypes"
3103
- }
3104
- },
3105
- {
3106
- "name": "feedbackOverride",
3107
- "optional": true,
3108
- "type": {
3109
- "text": "string"
3110
- }
3111
- }
3112
- ],
3113
- "description": "create a validation of a certain type...",
3114
- "inheritedFrom": {
3115
- "name": "ScwFormComponent",
3116
- "module": "src/scw-form-component/scw-form-component.ts"
3117
- }
3015
+ "kind": "field",
3016
+ "name": "link",
3017
+ "type": {
3018
+ "text": "string"
3019
+ },
3020
+ "default": "''",
3021
+ "description": "(ScwTag) If the cell is a header cell and has a cta link",
3022
+ "attribute": "cta-link"
3118
3023
  },
3119
3024
  {
3120
- "kind": "method",
3121
- "name": "removeValidationRule",
3122
- "parameters": [
3123
- {
3124
- "name": "type",
3125
- "type": {
3126
- "text": "ValidationTypes"
3127
- }
3128
- }
3129
- ],
3025
+ "kind": "field",
3026
+ "name": "element",
3027
+ "type": {
3028
+ "text": "string"
3029
+ },
3030
+ "description": "(ScwComponent) contains the root element name for each component\n(enum Components)",
3031
+ "attribute": "element",
3032
+ "reflects": true,
3130
3033
  "inheritedFrom": {
3131
- "name": "ScwFormComponent",
3132
- "module": "src/scw-form-component/scw-form-component.ts"
3034
+ "name": "ScwComponent",
3035
+ "module": "src/scw-component/ScwComponent.ts"
3133
3036
  }
3134
3037
  },
3135
3038
  {
@@ -3251,182 +3154,42 @@
3251
3154
  }
3252
3155
  }
3253
3156
  ],
3254
- "events": [
3255
- {
3256
- "description": "input recieved focus",
3257
- "name": "scw-focus"
3258
- },
3259
- {
3260
- "description": "input lost focus",
3261
- "name": "scw-blur"
3262
- },
3263
- {
3264
- "description": "value has changed (not necessarily value displayed)",
3265
- "name": "scw-value-change"
3266
- }
3267
- ],
3268
3157
  "attributes": [
3269
3158
  {
3270
- "name": "disabled",
3271
- "type": {
3272
- "text": "boolean"
3273
- },
3274
- "default": "false",
3275
- "description": "if the checkbox is disabled",
3276
- "fieldName": "disabled"
3277
- },
3278
- {
3279
- "name": "selected",
3280
- "type": {
3281
- "text": "boolean"
3282
- },
3283
- "default": "false",
3284
- "description": "if the attribute is selected",
3285
- "fieldName": "selected",
3286
- "inheritedFrom": {
3287
- "name": "ScwFormComponent",
3288
- "module": "src/scw-form-component/scw-form-component.ts"
3289
- }
3290
- },
3291
- {
3292
- "name": "hide-feedback",
3293
- "type": {
3294
- "text": "boolean"
3295
- },
3296
- "default": "false",
3297
- "description": "if feedback should be hidden",
3298
- "fieldName": "hideFeedback"
3299
- },
3300
- {
3301
- "name": "default-feedback",
3302
- "type": {
3303
- "text": "string"
3304
- },
3305
- "default": "''",
3306
- "description": "default feedback to show",
3307
- "fieldName": "defaultFeedback"
3308
- },
3309
- {
3310
- "name": "alignment",
3311
- "type": {
3312
- "text": "string"
3313
- },
3314
- "default": "'center'",
3315
- "description": "alignment of text",
3316
- "fieldName": "alignment"
3317
- },
3318
- {
3319
- "name": "form-type",
3320
- "type": {
3321
- "text": "ScwFormComponentTypes"
3322
- },
3323
- "description": "(ScwFormComponent) the usage in a form (& scw-form a query target)",
3324
- "fieldName": "formType",
3325
- "inheritedFrom": {
3326
- "name": "ScwFormComponent",
3327
- "module": "src/scw-form-component/scw-form-component.ts"
3328
- }
3329
- },
3330
- {
3331
- "name": "name",
3332
- "type": {
3333
- "text": "string | undefined"
3334
- },
3335
- "description": "(ScwFormComponent) name to identify form element and attach data",
3336
- "fieldName": "name",
3337
- "inheritedFrom": {
3338
- "name": "ScwFormComponent",
3339
- "module": "src/scw-form-component/scw-form-component.ts"
3340
- }
3341
- },
3342
- {
3343
- "name": "label",
3344
- "type": {
3345
- "text": "string | undefined"
3346
- },
3347
- "description": "(ScwFormComponent) label to display in the UI",
3348
- "fieldName": "label",
3349
- "inheritedFrom": {
3350
- "name": "ScwFormComponent",
3351
- "module": "src/scw-form-component/scw-form-component.ts"
3352
- }
3353
- },
3354
- {
3355
- "name": "value",
3356
- "type": {
3357
- "text": "string"
3358
- },
3359
- "default": "''",
3360
- "description": "(ScwFormComponent) name to identify form element and attach data",
3361
- "fieldName": "value",
3362
- "inheritedFrom": {
3363
- "name": "ScwFormComponent",
3364
- "module": "src/scw-form-component/scw-form-component.ts"
3365
- }
3366
- },
3367
- {
3368
- "name": "placeholder",
3369
- "type": {
3370
- "text": "string"
3371
- },
3372
- "default": "''",
3373
- "description": "(ScwFormComponent) text showing when there is no value",
3374
- "fieldName": "placeholder",
3375
- "inheritedFrom": {
3376
- "name": "ScwFormComponent",
3377
- "module": "src/scw-form-component/scw-form-component.ts"
3378
- }
3379
- },
3380
- {
3381
- "name": "read-only",
3159
+ "name": "header",
3382
3160
  "type": {
3383
3161
  "text": "boolean"
3384
3162
  },
3385
3163
  "default": "false",
3386
- "description": "(ScwFormComponent) read-only state management",
3387
- "fieldName": "readOnly",
3388
- "inheritedFrom": {
3389
- "name": "ScwFormComponent",
3390
- "module": "src/scw-form-component/scw-form-component.ts"
3391
- }
3164
+ "description": "(ScwTag) If the cell is the header cell",
3165
+ "fieldName": "header"
3392
3166
  },
3393
3167
  {
3394
- "name": "required",
3168
+ "name": "label-cell",
3395
3169
  "type": {
3396
3170
  "text": "boolean"
3397
3171
  },
3398
3172
  "default": "false",
3399
- "description": "(ScwFormComponent) required state management",
3400
- "fieldName": "required",
3401
- "inheritedFrom": {
3402
- "name": "ScwFormComponent",
3403
- "module": "src/scw-form-component/scw-form-component.ts"
3404
- }
3173
+ "description": "(ScwTag) If this cell is the first cell with the label",
3174
+ "fieldName": "labelCell"
3405
3175
  },
3406
3176
  {
3407
- "name": "required-label",
3408
- "type": {
3409
- "text": "string"
3410
- },
3411
- "default": "' *'",
3412
- "description": "(ScwFormComponent) label indicator for required",
3413
- "fieldName": "requiredLabel",
3414
- "inheritedFrom": {
3415
- "name": "ScwFormComponent",
3416
- "module": "src/scw-form-component/scw-form-component.ts"
3417
- }
3177
+ "name": "cta-label",
3178
+ "type": {
3179
+ "text": "string"
3180
+ },
3181
+ "default": "''",
3182
+ "description": "(ScwTag) If the cell is a header cell and has a cta link",
3183
+ "fieldName": "linkLabel"
3418
3184
  },
3419
3185
  {
3420
- "name": "required-feedback",
3186
+ "name": "cta-link",
3421
3187
  "type": {
3422
- "text": "string | undefined"
3188
+ "text": "string"
3423
3189
  },
3424
- "description": "(ScwFormComponent) label indicator for required",
3425
- "fieldName": "requiredFeedback",
3426
- "inheritedFrom": {
3427
- "name": "ScwFormComponent",
3428
- "module": "src/scw-form-component/scw-form-component.ts"
3429
- }
3190
+ "default": "''",
3191
+ "description": "(ScwTag) If the cell is a header cell and has a cta link",
3192
+ "fieldName": "link"
3430
3193
  },
3431
3194
  {
3432
3195
  "name": "aria-label",
@@ -3494,10 +3257,10 @@
3494
3257
  }
3495
3258
  ],
3496
3259
  "superclass": {
3497
- "name": "ScwFormComponent",
3498
- "module": "/src/scw-form-component/scw-form-component"
3260
+ "name": "ScwComponent",
3261
+ "package": "scw-component/ScwComponent"
3499
3262
  },
3500
- "tagName": "scw-checkbox",
3263
+ "tagName": "scw-comparison-cell",
3501
3264
  "customElement": true
3502
3265
  }
3503
3266
  ],
@@ -3506,35 +3269,35 @@
3506
3269
  "kind": "js",
3507
3270
  "name": "default",
3508
3271
  "declaration": {
3509
- "name": "ScwCheckbox",
3510
- "module": "src/scw-checkbox/ScwCheckbox.ts"
3272
+ "name": "ScwComparisonCell",
3273
+ "module": "src/scw-comparison-cell/ScwComparisonCell.ts"
3511
3274
  }
3512
3275
  }
3513
3276
  ]
3514
3277
  },
3515
3278
  {
3516
3279
  "kind": "javascript-module",
3517
- "path": "src/scw-checkbox/scw-checkbox.ts",
3280
+ "path": "src/scw-comparison-cell/scw-comparison-cell.ts",
3518
3281
  "declarations": [],
3519
3282
  "exports": [
3520
3283
  {
3521
3284
  "kind": "custom-element-definition",
3522
- "name": "scw-checkbox",
3285
+ "name": "scw-comparison-cell",
3523
3286
  "declaration": {
3524
- "name": "ScwCheckbox",
3525
- "module": "/src/scw-checkbox/ScwCheckbox"
3287
+ "name": "ScwComparisonCell",
3288
+ "module": "/src/scw-comparison-cell/ScwComparisonCell"
3526
3289
  }
3527
3290
  }
3528
3291
  ]
3529
3292
  },
3530
3293
  {
3531
3294
  "kind": "javascript-module",
3532
- "path": "src/scw-comparison-cell/ScwComparisonCell.ts",
3295
+ "path": "src/scw-comparison-row/ScwComparisonRow.ts",
3533
3296
  "declarations": [
3534
3297
  {
3535
3298
  "kind": "class",
3536
- "description": "ScwComparisonCell",
3537
- "name": "ScwComparisonCell",
3299
+ "description": "ScwComparisonRow",
3300
+ "name": "ScwComparisonRow",
3538
3301
  "members": [
3539
3302
  {
3540
3303
  "kind": "field",
@@ -3543,41 +3306,10 @@
3543
3306
  "text": "boolean"
3544
3307
  },
3545
3308
  "default": "false",
3546
- "description": "(ScwTag) If the cell is the header cell",
3309
+ "description": "(ScwTag) If the row is the header row",
3547
3310
  "attribute": "header",
3548
3311
  "reflects": true
3549
3312
  },
3550
- {
3551
- "kind": "field",
3552
- "name": "labelCell",
3553
- "type": {
3554
- "text": "boolean"
3555
- },
3556
- "default": "false",
3557
- "description": "(ScwTag) If this cell is the first cell with the label",
3558
- "attribute": "label-cell",
3559
- "reflects": true
3560
- },
3561
- {
3562
- "kind": "field",
3563
- "name": "linkLabel",
3564
- "type": {
3565
- "text": "string"
3566
- },
3567
- "default": "''",
3568
- "description": "(ScwTag) If the cell is a header cell and has a cta link",
3569
- "attribute": "cta-label"
3570
- },
3571
- {
3572
- "kind": "field",
3573
- "name": "link",
3574
- "type": {
3575
- "text": "string"
3576
- },
3577
- "default": "''",
3578
- "description": "(ScwTag) If the cell is a header cell and has a cta link",
3579
- "attribute": "cta-link"
3580
- },
3581
3313
  {
3582
3314
  "kind": "field",
3583
3315
  "name": "element",
@@ -3718,36 +3450,9 @@
3718
3450
  "text": "boolean"
3719
3451
  },
3720
3452
  "default": "false",
3721
- "description": "(ScwTag) If the cell is the header cell",
3453
+ "description": "(ScwTag) If the row is the header row",
3722
3454
  "fieldName": "header"
3723
3455
  },
3724
- {
3725
- "name": "label-cell",
3726
- "type": {
3727
- "text": "boolean"
3728
- },
3729
- "default": "false",
3730
- "description": "(ScwTag) If this cell is the first cell with the label",
3731
- "fieldName": "labelCell"
3732
- },
3733
- {
3734
- "name": "cta-label",
3735
- "type": {
3736
- "text": "string"
3737
- },
3738
- "default": "''",
3739
- "description": "(ScwTag) If the cell is a header cell and has a cta link",
3740
- "fieldName": "linkLabel"
3741
- },
3742
- {
3743
- "name": "cta-link",
3744
- "type": {
3745
- "text": "string"
3746
- },
3747
- "default": "''",
3748
- "description": "(ScwTag) If the cell is a header cell and has a cta link",
3749
- "fieldName": "link"
3750
- },
3751
3456
  {
3752
3457
  "name": "aria-label",
3753
3458
  "type": {
@@ -3817,7 +3522,7 @@
3817
3522
  "name": "ScwComponent",
3818
3523
  "package": "scw-component/ScwComponent"
3819
3524
  },
3820
- "tagName": "scw-comparison-cell",
3525
+ "tagName": "scw-comparison-row",
3821
3526
  "customElement": true
3822
3527
  }
3823
3528
  ],
@@ -3826,55 +3531,195 @@
3826
3531
  "kind": "js",
3827
3532
  "name": "default",
3828
3533
  "declaration": {
3829
- "name": "ScwComparisonCell",
3830
- "module": "src/scw-comparison-cell/ScwComparisonCell.ts"
3534
+ "name": "ScwComparisonRow",
3535
+ "module": "src/scw-comparison-row/ScwComparisonRow.ts"
3831
3536
  }
3832
3537
  }
3833
3538
  ]
3834
3539
  },
3835
3540
  {
3836
3541
  "kind": "javascript-module",
3837
- "path": "src/scw-comparison-cell/scw-comparison-cell.ts",
3542
+ "path": "src/scw-comparison-row/scw-comparison-row.ts",
3838
3543
  "declarations": [],
3839
3544
  "exports": [
3840
3545
  {
3841
3546
  "kind": "custom-element-definition",
3842
- "name": "scw-comparison-cell",
3547
+ "name": "scw-comparison-row",
3843
3548
  "declaration": {
3844
- "name": "ScwComparisonCell",
3845
- "module": "/src/scw-comparison-cell/ScwComparisonCell"
3549
+ "name": "ScwComparisonRow",
3550
+ "module": "/src/scw-comparison-row/ScwComparisonRow"
3846
3551
  }
3847
3552
  }
3848
3553
  ]
3849
3554
  },
3850
3555
  {
3851
3556
  "kind": "javascript-module",
3852
- "path": "src/scw-comparison-row/ScwComparisonRow.ts",
3557
+ "path": "src/scw-button/ScwButton.ts",
3853
3558
  "declarations": [
3854
3559
  {
3855
3560
  "kind": "class",
3856
- "description": "ScwComparisonRow",
3857
- "name": "ScwComparisonRow",
3561
+ "description": "ScwButton",
3562
+ "name": "ScwButton",
3563
+ "slots": [
3564
+ {
3565
+ "description": "(OPTIONAL) anchor (for SEO) will determine the label, href, and target.",
3566
+ "name": "default",
3567
+ "default": "\"<a href target />\""
3568
+ },
3569
+ {
3570
+ "description": "(OPTIONAL) random content (paired with design=\"plain\") will wrap that content with a link.",
3571
+ "name": "default",
3572
+ "default": "\"<... />\""
3573
+ }
3574
+ ],
3858
3575
  "members": [
3859
3576
  {
3860
3577
  "kind": "field",
3861
- "name": "header",
3578
+ "name": "submitType",
3579
+ "type": {
3580
+ "text": "ScwFormComponentSubmitTypes"
3581
+ },
3582
+ "description": "<ScwFormComponent> the usage in a form (& scw-form a query target)",
3583
+ "attribute": "submit-type",
3584
+ "reflects": true
3585
+ },
3586
+ {
3587
+ "kind": "field",
3588
+ "name": "element",
3589
+ "type": {
3590
+ "text": "string"
3591
+ },
3592
+ "description": "(ScwComponent) contains the root element name for each component\n(enum Components)",
3593
+ "attribute": "element",
3594
+ "reflects": true,
3595
+ "inheritedFrom": {
3596
+ "name": "ScwComponent",
3597
+ "module": "src/scw-component/ScwComponent.ts"
3598
+ }
3599
+ },
3600
+ {
3601
+ "kind": "field",
3602
+ "name": "href",
3603
+ "type": {
3604
+ "text": "string"
3605
+ },
3606
+ "default": "'javascript:'",
3607
+ "description": "(ScwLink) Link url",
3608
+ "attribute": "href",
3609
+ "inheritedFrom": {
3610
+ "name": "ScwLink",
3611
+ "module": "src/scw-link/ScwLink.ts"
3612
+ }
3613
+ },
3614
+ {
3615
+ "kind": "field",
3616
+ "name": "icon",
3617
+ "type": {
3618
+ "text": "string"
3619
+ },
3620
+ "default": "''",
3621
+ "description": "(ScwLink) Design system icon",
3622
+ "attribute": "icon",
3623
+ "inheritedFrom": {
3624
+ "name": "ScwLink",
3625
+ "module": "src/scw-link/ScwLink.ts"
3626
+ }
3627
+ },
3628
+ {
3629
+ "kind": "field",
3630
+ "name": "iconSide",
3631
+ "type": {
3632
+ "text": "string"
3633
+ },
3634
+ "default": "''",
3635
+ "description": "(ScwLink) Side you want the icon displayed",
3636
+ "attribute": "icon-side",
3637
+ "inheritedFrom": {
3638
+ "name": "ScwLink",
3639
+ "module": "src/scw-link/ScwLink.ts"
3640
+ }
3641
+ },
3642
+ {
3643
+ "kind": "field",
3644
+ "name": "design",
3645
+ "type": {
3646
+ "text": "| 'solid'\n | 'outlined'\n | 'light'\n | 'white'\n | 'text'\n | 'plain'\n | 'block'\n | 'icon'\n | 'main'\n | 'solidIcon'"
3647
+ },
3648
+ "default": "'solid'",
3649
+ "description": "(ScwLink) Link design",
3650
+ "attribute": "design",
3651
+ "reflects": true,
3652
+ "inheritedFrom": {
3653
+ "name": "ScwLink",
3654
+ "module": "src/scw-link/ScwLink.ts"
3655
+ }
3656
+ },
3657
+ {
3658
+ "kind": "field",
3659
+ "name": "target",
3660
+ "type": {
3661
+ "text": "'_blank' | '_parent' | '_self' | '_top' | undefined"
3662
+ },
3663
+ "description": "(ScwLink) Link target",
3664
+ "attribute": "target",
3665
+ "inheritedFrom": {
3666
+ "name": "ScwLink",
3667
+ "module": "src/scw-link/ScwLink.ts"
3668
+ }
3669
+ },
3670
+ {
3671
+ "kind": "field",
3672
+ "name": "ariaLabel",
3673
+ "type": {
3674
+ "text": "string"
3675
+ },
3676
+ "default": "''",
3677
+ "description": "(ScwLink) Link label",
3678
+ "attribute": "aria-label",
3679
+ "reflects": true,
3680
+ "inheritedFrom": {
3681
+ "name": "ScwComponent",
3682
+ "module": "src/scw-component/ScwComponent.ts"
3683
+ }
3684
+ },
3685
+ {
3686
+ "kind": "field",
3687
+ "name": "size",
3688
+ "type": {
3689
+ "text": "'small' | 'medium' | 'large'"
3690
+ },
3691
+ "default": "'medium'",
3692
+ "description": "(ScwLink) Link size",
3693
+ "attribute": "size",
3694
+ "inheritedFrom": {
3695
+ "name": "ScwLink",
3696
+ "module": "src/scw-link/ScwLink.ts"
3697
+ }
3698
+ },
3699
+ {
3700
+ "kind": "field",
3701
+ "name": "shape",
3862
3702
  "type": {
3863
- "text": "boolean"
3703
+ "text": "'default' | 'pill'"
3864
3704
  },
3865
- "default": "false",
3866
- "description": "(ScwTag) If the row is the header row",
3867
- "attribute": "header",
3868
- "reflects": true
3705
+ "default": "'default'",
3706
+ "description": "(ScwLink) Corner rounding",
3707
+ "attribute": "shape",
3708
+ "reflects": true,
3709
+ "inheritedFrom": {
3710
+ "name": "ScwLink",
3711
+ "module": "src/scw-link/ScwLink.ts"
3712
+ }
3869
3713
  },
3870
3714
  {
3871
3715
  "kind": "field",
3872
- "name": "element",
3716
+ "name": "ariaDisabled",
3873
3717
  "type": {
3874
3718
  "text": "string"
3875
3719
  },
3876
- "description": "(ScwComponent) contains the root element name for each component\n(enum Components)",
3877
- "attribute": "element",
3720
+ "default": "'false'",
3721
+ "description": "(ScwLink) If the link is disabled",
3722
+ "attribute": "aria-disabled",
3878
3723
  "reflects": true,
3879
3724
  "inheritedFrom": {
3880
3725
  "name": "ScwComponent",
@@ -3883,31 +3728,84 @@
3883
3728
  },
3884
3729
  {
3885
3730
  "kind": "field",
3886
- "name": "ariaLabel",
3731
+ "name": "underline",
3887
3732
  "type": {
3888
3733
  "text": "string"
3889
3734
  },
3890
- "default": "''",
3891
- "description": "(ScwComponent) Main text within component",
3892
- "attribute": "aria-label",
3893
- "reflects": true,
3735
+ "default": "'true'",
3736
+ "description": "(ScwLink) If a regular link should be underlined",
3737
+ "attribute": "underline",
3894
3738
  "inheritedFrom": {
3895
- "name": "ScwComponent",
3896
- "module": "src/scw-component/ScwComponent.ts"
3739
+ "name": "ScwLink",
3740
+ "module": "src/scw-link/ScwLink.ts"
3897
3741
  }
3898
3742
  },
3899
3743
  {
3900
3744
  "kind": "field",
3901
- "name": "ariaDisabled",
3745
+ "name": "linkAnchor",
3902
3746
  "type": {
3903
- "text": "string"
3747
+ "text": "HTMLAnchorElement | undefined"
3904
3748
  },
3905
- "default": "'false'",
3906
- "description": "(ScwComponent) Disables the component however it disables",
3907
- "attribute": "aria-disabled",
3908
3749
  "inheritedFrom": {
3909
- "name": "ScwComponent",
3910
- "module": "src/scw-component/ScwComponent.ts"
3750
+ "name": "ScwLink",
3751
+ "module": "src/scw-link/ScwLink.ts"
3752
+ }
3753
+ },
3754
+ {
3755
+ "kind": "method",
3756
+ "name": "focus",
3757
+ "return": {
3758
+ "type": {
3759
+ "text": "void"
3760
+ }
3761
+ },
3762
+ "description": "focus",
3763
+ "inheritedFrom": {
3764
+ "name": "ScwLink",
3765
+ "module": "src/scw-link/ScwLink.ts"
3766
+ }
3767
+ },
3768
+ {
3769
+ "kind": "method",
3770
+ "name": "click",
3771
+ "return": {
3772
+ "type": {
3773
+ "text": "void"
3774
+ }
3775
+ },
3776
+ "description": "click",
3777
+ "inheritedFrom": {
3778
+ "name": "ScwLink",
3779
+ "module": "src/scw-link/ScwLink.ts"
3780
+ }
3781
+ },
3782
+ {
3783
+ "kind": "method",
3784
+ "name": "renderIcon",
3785
+ "privacy": "private",
3786
+ "return": {
3787
+ "type": {
3788
+ "text": "object"
3789
+ }
3790
+ },
3791
+ "description": "renderIcon",
3792
+ "inheritedFrom": {
3793
+ "name": "ScwLink",
3794
+ "module": "src/scw-link/ScwLink.ts"
3795
+ }
3796
+ },
3797
+ {
3798
+ "kind": "method",
3799
+ "name": "renderContent",
3800
+ "return": {
3801
+ "type": {
3802
+ "text": "object"
3803
+ }
3804
+ },
3805
+ "description": "renderContent",
3806
+ "inheritedFrom": {
3807
+ "name": "ScwLink",
3808
+ "module": "src/scw-link/ScwLink.ts"
3911
3809
  }
3912
3810
  },
3913
3811
  {
@@ -3916,7 +3814,7 @@
3916
3814
  "type": {
3917
3815
  "text": "boolean"
3918
3816
  },
3919
- "default": "false",
3817
+ "default": "true",
3920
3818
  "description": "(ScwLinkBase)\nSome lookups need to know if something is a link or not...",
3921
3819
  "attribute": "is-link",
3922
3820
  "reflects": true,
@@ -4002,13 +3900,76 @@
4002
3900
  ],
4003
3901
  "attributes": [
4004
3902
  {
4005
- "name": "header",
3903
+ "name": "submit-type",
4006
3904
  "type": {
4007
- "text": "boolean"
3905
+ "text": "ScwFormComponentSubmitTypes"
4008
3906
  },
4009
- "default": "false",
4010
- "description": "(ScwTag) If the row is the header row",
4011
- "fieldName": "header"
3907
+ "description": "<ScwFormComponent> the usage in a form (& scw-form a query target)",
3908
+ "fieldName": "submitType"
3909
+ },
3910
+ {
3911
+ "name": "icon",
3912
+ "type": {
3913
+ "text": "string"
3914
+ },
3915
+ "default": "''",
3916
+ "description": "(ScwLink) Design system icon",
3917
+ "fieldName": "icon",
3918
+ "inheritedFrom": {
3919
+ "name": "ScwLink",
3920
+ "module": "src/scw-link/ScwLink.ts"
3921
+ }
3922
+ },
3923
+ {
3924
+ "name": "icon-side",
3925
+ "type": {
3926
+ "text": "string"
3927
+ },
3928
+ "default": "''",
3929
+ "description": "(ScwLink) Side you want the icon displayed",
3930
+ "fieldName": "iconSide",
3931
+ "inheritedFrom": {
3932
+ "name": "ScwLink",
3933
+ "module": "src/scw-link/ScwLink.ts"
3934
+ }
3935
+ },
3936
+ {
3937
+ "name": "design",
3938
+ "type": {
3939
+ "text": "| 'solid'\n | 'outlined'\n | 'light'\n | 'white'\n | 'text'\n | 'plain'\n | 'block'\n | 'icon'\n | 'main'\n | 'solidIcon'"
3940
+ },
3941
+ "default": "'solid'",
3942
+ "description": "(ScwLink) Link design",
3943
+ "fieldName": "design",
3944
+ "inheritedFrom": {
3945
+ "name": "ScwLink",
3946
+ "module": "src/scw-link/ScwLink.ts"
3947
+ }
3948
+ },
3949
+ {
3950
+ "name": "href",
3951
+ "type": {
3952
+ "text": "string"
3953
+ },
3954
+ "default": "''",
3955
+ "description": "(ScwLink) Link url",
3956
+ "fieldName": "href",
3957
+ "inheritedFrom": {
3958
+ "name": "ScwLink",
3959
+ "module": "src/scw-link/ScwLink.ts"
3960
+ }
3961
+ },
3962
+ {
3963
+ "name": "target",
3964
+ "type": {
3965
+ "text": "'_blank' | '_parent' | '_self' | '_top' | undefined"
3966
+ },
3967
+ "description": "(ScwLink) Link target",
3968
+ "fieldName": "target",
3969
+ "inheritedFrom": {
3970
+ "name": "ScwLink",
3971
+ "module": "src/scw-link/ScwLink.ts"
3972
+ }
4012
3973
  },
4013
3974
  {
4014
3975
  "name": "aria-label",
@@ -4016,26 +3977,65 @@
4016
3977
  "text": "string"
4017
3978
  },
4018
3979
  "default": "''",
4019
- "description": "(ScwComponent) Main text within component",
3980
+ "description": "(ScwLink) Link label",
4020
3981
  "fieldName": "ariaLabel",
4021
3982
  "inheritedFrom": {
4022
3983
  "name": "ScwComponent",
4023
3984
  "module": "src/scw-component/ScwComponent.ts"
4024
3985
  }
4025
3986
  },
3987
+ {
3988
+ "name": "size",
3989
+ "type": {
3990
+ "text": "'small' | 'medium' | 'large'"
3991
+ },
3992
+ "default": "'medium'",
3993
+ "description": "(ScwLink) Link size",
3994
+ "fieldName": "size",
3995
+ "inheritedFrom": {
3996
+ "name": "ScwLink",
3997
+ "module": "src/scw-link/ScwLink.ts"
3998
+ }
3999
+ },
4000
+ {
4001
+ "name": "shape",
4002
+ "type": {
4003
+ "text": "'default' | 'pill'"
4004
+ },
4005
+ "default": "'default'",
4006
+ "description": "(ScwLink) Corner rounding",
4007
+ "fieldName": "shape",
4008
+ "inheritedFrom": {
4009
+ "name": "ScwLink",
4010
+ "module": "src/scw-link/ScwLink.ts"
4011
+ }
4012
+ },
4026
4013
  {
4027
4014
  "name": "aria-disabled",
4028
4015
  "type": {
4029
4016
  "text": "string"
4030
4017
  },
4031
4018
  "default": "'false'",
4032
- "description": "(ScwComponent) Disables the component however it disables",
4019
+ "description": "(ScwLink) If the link is disabled",
4033
4020
  "fieldName": "ariaDisabled",
4034
4021
  "inheritedFrom": {
4035
4022
  "name": "ScwComponent",
4036
4023
  "module": "src/scw-component/ScwComponent.ts"
4037
4024
  }
4038
4025
  },
4026
+ {
4027
+ "name": "underline",
4028
+ "type": {
4029
+ "text": "string"
4030
+ },
4031
+ "default": "'true'",
4032
+ "description": "(ScwLink) If a regular link should be underlined",
4033
+ "fieldName": "underline",
4034
+ "inheritedFrom": {
4035
+ "name": "ScwLink",
4036
+ "module": "src/scw-link/ScwLink.ts"
4037
+ }
4038
+ },
4039
4039
  {
4040
4040
  "name": "is-link",
4041
4041
  "type": {
@@ -4076,10 +4076,10 @@
4076
4076
  }
4077
4077
  ],
4078
4078
  "superclass": {
4079
- "name": "ScwComponent",
4080
- "package": "scw-component/ScwComponent"
4079
+ "name": "ScwLink",
4080
+ "module": "/src/scw-link/ScwLink"
4081
4081
  },
4082
- "tagName": "scw-comparison-row",
4082
+ "tagName": "scw-button",
4083
4083
  "customElement": true
4084
4084
  }
4085
4085
  ],
@@ -4088,23 +4088,23 @@
4088
4088
  "kind": "js",
4089
4089
  "name": "default",
4090
4090
  "declaration": {
4091
- "name": "ScwComparisonRow",
4092
- "module": "src/scw-comparison-row/ScwComparisonRow.ts"
4091
+ "name": "ScwButton",
4092
+ "module": "src/scw-button/ScwButton.ts"
4093
4093
  }
4094
4094
  }
4095
4095
  ]
4096
4096
  },
4097
4097
  {
4098
4098
  "kind": "javascript-module",
4099
- "path": "src/scw-comparison-row/scw-comparison-row.ts",
4099
+ "path": "src/scw-button/scw-button.ts",
4100
4100
  "declarations": [],
4101
4101
  "exports": [
4102
4102
  {
4103
4103
  "kind": "custom-element-definition",
4104
- "name": "scw-comparison-row",
4104
+ "name": "scw-button",
4105
4105
  "declaration": {
4106
- "name": "ScwComparisonRow",
4107
- "module": "/src/scw-comparison-row/ScwComparisonRow"
4106
+ "name": "ScwButton",
4107
+ "module": "/src/scw-button/ScwButton.js"
4108
4108
  }
4109
4109
  }
4110
4110
  ]
@@ -6991,52 +6991,126 @@
6991
6991
  },
6992
6992
  {
6993
6993
  "kind": "javascript-module",
6994
- "path": "src/scw-floating-button/ScwFloatingButton.ts",
6994
+ "path": "src/scw-form/scw-form.ts",
6995
6995
  "declarations": [
6996
6996
  {
6997
6997
  "kind": "class",
6998
- "description": "ScwFloatingButton",
6999
- "name": "ScwFloatingButton",
6998
+ "description": "ScwForm",
6999
+ "name": "ScwForm",
7000
+ "slots": [
7001
+ {
7002
+ "description": "The contents of the form",
7003
+ "name": "default",
7004
+ "default": "\"<scw-input...\""
7005
+ }
7006
+ ],
7000
7007
  "members": [
7001
7008
  {
7002
7009
  "kind": "field",
7003
- "name": "icon",
7010
+ "name": "action",
7004
7011
  "type": {
7005
- "text": "string"
7012
+ "text": "string | undefined"
7006
7013
  },
7007
- "default": "'placeholder'",
7008
- "description": "(ScwFloatingButton) Main icon",
7009
- "attribute": "icon"
7014
+ "description": "(ScwForm) URL, where to submit form",
7015
+ "attribute": "action"
7010
7016
  },
7011
7017
  {
7012
7018
  "kind": "field",
7013
- "name": "width",
7019
+ "name": "method",
7014
7020
  "type": {
7015
- "text": "string"
7021
+ "text": "FormMethods"
7016
7022
  },
7017
- "default": "'auto'",
7018
- "description": "(ScwFloatingButton) Width of button (on large screens)",
7019
- "attribute": "width"
7023
+ "description": "(ScwForm) HTTP method used to submit form",
7024
+ "attribute": "method"
7020
7025
  },
7021
7026
  {
7022
7027
  "kind": "field",
7023
- "name": "height",
7028
+ "name": "ajax",
7024
7029
  "type": {
7025
- "text": "string"
7030
+ "text": "boolean"
7026
7031
  },
7027
- "default": "'auto'",
7028
- "description": "(ScwFloatingButton) Height of button (on large screens)",
7029
- "attribute": "height"
7032
+ "default": "false",
7033
+ "description": "(ScwForm) Sumbit form via AJAX",
7034
+ "attribute": "ajax"
7030
7035
  },
7031
7036
  {
7032
7037
  "kind": "field",
7033
- "name": "shape",
7034
- "type": {
7035
- "text": "'default' | 'pill'"
7038
+ "name": "enctype",
7039
+ "default": "undefined",
7040
+ "description": "(ScwForm) Specify if the form needs a different encrypt value",
7041
+ "attribute": "enctype"
7042
+ },
7043
+ {
7044
+ "kind": "method",
7045
+ "name": "findFormElements",
7046
+ "return": {
7047
+ "type": {
7048
+ "text": "ScwFormComponent[]"
7049
+ }
7036
7050
  },
7037
- "default": "'default'",
7038
- "description": "(ScwFloatingButton) Shape of button",
7039
- "attribute": "shape"
7051
+ "description": "find and return list of all form elements within this form"
7052
+ },
7053
+ {
7054
+ "kind": "method",
7055
+ "name": "processData",
7056
+ "parameters": [
7057
+ {
7058
+ "name": "formElementsArg",
7059
+ "optional": true,
7060
+ "type": {
7061
+ "text": "ScwFormComponent[]"
7062
+ }
7063
+ }
7064
+ ],
7065
+ "description": "process all the form elements' data",
7066
+ "return": {
7067
+ "type": {
7068
+ "text": "Object"
7069
+ }
7070
+ }
7071
+ },
7072
+ {
7073
+ "kind": "method",
7074
+ "name": "validate",
7075
+ "return": {
7076
+ "type": {
7077
+ "text": "ValidationResult[]"
7078
+ }
7079
+ },
7080
+ "parameters": [
7081
+ {
7082
+ "name": "formElementsArg",
7083
+ "optional": true,
7084
+ "type": {
7085
+ "text": "ScwFormComponent[]"
7086
+ }
7087
+ }
7088
+ ],
7089
+ "description": "validate"
7090
+ },
7091
+ {
7092
+ "kind": "method",
7093
+ "name": "findInvalidElements",
7094
+ "return": {
7095
+ "type": {
7096
+ "text": "ValidationResult[]"
7097
+ }
7098
+ },
7099
+ "parameters": [
7100
+ {
7101
+ "name": "formElementsArg",
7102
+ "optional": true,
7103
+ "type": {
7104
+ "text": "ScwFormComponent[]"
7105
+ }
7106
+ }
7107
+ ],
7108
+ "description": "findInvalidElements"
7109
+ },
7110
+ {
7111
+ "kind": "method",
7112
+ "name": "submit",
7113
+ "description": "submit form"
7040
7114
  },
7041
7115
  {
7042
7116
  "kind": "field",
@@ -7173,40 +7247,38 @@
7173
7247
  ],
7174
7248
  "attributes": [
7175
7249
  {
7176
- "name": "icon",
7250
+ "name": "action",
7177
7251
  "type": {
7178
- "text": "string"
7252
+ "text": "string | undefined"
7179
7253
  },
7180
- "default": "'placeholder'",
7181
- "description": "(ScwFloatingButton) Main icon",
7182
- "fieldName": "icon"
7254
+ "description": "(ScwForm) URL, where to submit form",
7255
+ "fieldName": "action"
7183
7256
  },
7184
7257
  {
7185
- "name": "width",
7258
+ "name": "method",
7186
7259
  "type": {
7187
- "text": "string"
7260
+ "text": "FormMethods"
7188
7261
  },
7189
- "default": "'auto'",
7190
- "description": "(ScwFloatingButton) Width of button (on large screens)",
7191
- "fieldName": "width"
7262
+ "description": "(ScwForm) HTTP method used to submit form",
7263
+ "fieldName": "method"
7192
7264
  },
7193
7265
  {
7194
- "name": "height",
7266
+ "name": "ajax",
7195
7267
  "type": {
7196
- "text": "string"
7268
+ "text": "boolean"
7197
7269
  },
7198
- "default": "'auto'",
7199
- "description": "(ScwFloatingButton) Height of button (on large screens)",
7200
- "fieldName": "height"
7270
+ "default": "false",
7271
+ "description": "(ScwForm) Sumbit form via AJAX",
7272
+ "fieldName": "ajax"
7201
7273
  },
7202
7274
  {
7203
- "name": "shape",
7204
- "type": {
7205
- "text": "'default' | 'pill'"
7275
+ "name": "enctype",
7276
+ "default": "undefined",
7277
+ "description": "(ScwForm) Specify if the form needs a different encrypt value",
7278
+ "resolveInitializer": {
7279
+ "module": "src/scw-form/scw-form.ts"
7206
7280
  },
7207
- "default": "'default'",
7208
- "description": "(ScwFloatingButton) Shape of button",
7209
- "fieldName": "shape"
7281
+ "fieldName": "enctype"
7210
7282
  },
7211
7283
  {
7212
7284
  "name": "aria-label",
@@ -7275,9 +7347,9 @@
7275
7347
  ],
7276
7348
  "superclass": {
7277
7349
  "name": "ScwComponent",
7278
- "package": "scw-component/ScwComponent"
7350
+ "module": "/src/scw-component/ScwComponent"
7279
7351
  },
7280
- "tagName": "scw-floating-button",
7352
+ "tagName": "scw-form",
7281
7353
  "customElement": true
7282
7354
  }
7283
7355
  ],
@@ -7286,149 +7358,60 @@
7286
7358
  "kind": "js",
7287
7359
  "name": "default",
7288
7360
  "declaration": {
7289
- "name": "ScwFloatingButton",
7290
- "module": "src/scw-floating-button/ScwFloatingButton.ts"
7291
- }
7292
- }
7293
- ]
7294
- },
7295
- {
7296
- "kind": "javascript-module",
7297
- "path": "src/scw-floating-button/scw-floating-button.ts",
7298
- "declarations": [],
7299
- "exports": [
7300
- {
7301
- "kind": "custom-element-definition",
7302
- "name": "scw-floating-button",
7303
- "declaration": {
7304
- "name": "ScwFloatingButton",
7305
- "module": "/src/scw-floating-button/ScwFloatingButton"
7306
- }
7307
- }
7308
- ]
7309
- },
7310
- {
7311
- "kind": "javascript-module",
7312
- "path": "src/scw-form/scw-form.ts",
7313
- "declarations": [
7314
- {
7315
- "kind": "class",
7316
- "description": "ScwForm",
7317
- "name": "ScwForm",
7318
- "slots": [
7319
- {
7320
- "description": "The contents of the form",
7321
- "name": "default",
7322
- "default": "\"<scw-input...\""
7323
- }
7324
- ],
7325
- "members": [
7326
- {
7327
- "kind": "field",
7328
- "name": "action",
7329
- "type": {
7330
- "text": "string | undefined"
7331
- },
7332
- "description": "(ScwForm) URL, where to submit form",
7333
- "attribute": "action"
7334
- },
7335
- {
7336
- "kind": "field",
7337
- "name": "method",
7338
- "type": {
7339
- "text": "FormMethods"
7340
- },
7341
- "description": "(ScwForm) HTTP method used to submit form",
7342
- "attribute": "method"
7343
- },
7344
- {
7345
- "kind": "field",
7346
- "name": "ajax",
7347
- "type": {
7348
- "text": "boolean"
7349
- },
7350
- "default": "false",
7351
- "description": "(ScwForm) Sumbit form via AJAX",
7352
- "attribute": "ajax"
7353
- },
7354
- {
7355
- "kind": "field",
7356
- "name": "enctype",
7357
- "default": "undefined",
7358
- "description": "(ScwForm) Specify if the form needs a different encrypt value",
7359
- "attribute": "enctype"
7360
- },
7361
- {
7362
- "kind": "method",
7363
- "name": "findFormElements",
7364
- "return": {
7365
- "type": {
7366
- "text": "ScwFormComponent[]"
7367
- }
7368
- },
7369
- "description": "find and return list of all form elements within this form"
7370
- },
7371
- {
7372
- "kind": "method",
7373
- "name": "processData",
7374
- "parameters": [
7375
- {
7376
- "name": "formElementsArg",
7377
- "optional": true,
7378
- "type": {
7379
- "text": "ScwFormComponent[]"
7380
- }
7381
- }
7382
- ],
7383
- "description": "process all the form elements' data",
7384
- "return": {
7385
- "type": {
7386
- "text": "Object"
7387
- }
7388
- }
7361
+ "name": "ScwForm",
7362
+ "module": "src/scw-form/scw-form.ts"
7363
+ }
7364
+ }
7365
+ ]
7366
+ },
7367
+ {
7368
+ "kind": "javascript-module",
7369
+ "path": "src/scw-floating-button/ScwFloatingButton.ts",
7370
+ "declarations": [
7371
+ {
7372
+ "kind": "class",
7373
+ "description": "ScwFloatingButton",
7374
+ "name": "ScwFloatingButton",
7375
+ "members": [
7376
+ {
7377
+ "kind": "field",
7378
+ "name": "icon",
7379
+ "type": {
7380
+ "text": "string"
7381
+ },
7382
+ "default": "'placeholder'",
7383
+ "description": "(ScwFloatingButton) Main icon",
7384
+ "attribute": "icon"
7389
7385
  },
7390
7386
  {
7391
- "kind": "method",
7392
- "name": "validate",
7393
- "return": {
7394
- "type": {
7395
- "text": "ValidationResult[]"
7396
- }
7387
+ "kind": "field",
7388
+ "name": "width",
7389
+ "type": {
7390
+ "text": "string"
7397
7391
  },
7398
- "parameters": [
7399
- {
7400
- "name": "formElementsArg",
7401
- "optional": true,
7402
- "type": {
7403
- "text": "ScwFormComponent[]"
7404
- }
7405
- }
7406
- ],
7407
- "description": "validate"
7392
+ "default": "'auto'",
7393
+ "description": "(ScwFloatingButton) Width of button (on large screens)",
7394
+ "attribute": "width"
7408
7395
  },
7409
7396
  {
7410
- "kind": "method",
7411
- "name": "findInvalidElements",
7412
- "return": {
7413
- "type": {
7414
- "text": "ValidationResult[]"
7415
- }
7397
+ "kind": "field",
7398
+ "name": "height",
7399
+ "type": {
7400
+ "text": "string"
7416
7401
  },
7417
- "parameters": [
7418
- {
7419
- "name": "formElementsArg",
7420
- "optional": true,
7421
- "type": {
7422
- "text": "ScwFormComponent[]"
7423
- }
7424
- }
7425
- ],
7426
- "description": "findInvalidElements"
7402
+ "default": "'auto'",
7403
+ "description": "(ScwFloatingButton) Height of button (on large screens)",
7404
+ "attribute": "height"
7427
7405
  },
7428
7406
  {
7429
- "kind": "method",
7430
- "name": "submit",
7431
- "description": "submit form"
7407
+ "kind": "field",
7408
+ "name": "shape",
7409
+ "type": {
7410
+ "text": "'default' | 'pill'"
7411
+ },
7412
+ "default": "'default'",
7413
+ "description": "(ScwFloatingButton) Shape of button",
7414
+ "attribute": "shape"
7432
7415
  },
7433
7416
  {
7434
7417
  "kind": "field",
@@ -7565,38 +7548,40 @@
7565
7548
  ],
7566
7549
  "attributes": [
7567
7550
  {
7568
- "name": "action",
7551
+ "name": "icon",
7569
7552
  "type": {
7570
- "text": "string | undefined"
7553
+ "text": "string"
7571
7554
  },
7572
- "description": "(ScwForm) URL, where to submit form",
7573
- "fieldName": "action"
7555
+ "default": "'placeholder'",
7556
+ "description": "(ScwFloatingButton) Main icon",
7557
+ "fieldName": "icon"
7574
7558
  },
7575
7559
  {
7576
- "name": "method",
7560
+ "name": "width",
7577
7561
  "type": {
7578
- "text": "FormMethods"
7562
+ "text": "string"
7579
7563
  },
7580
- "description": "(ScwForm) HTTP method used to submit form",
7581
- "fieldName": "method"
7564
+ "default": "'auto'",
7565
+ "description": "(ScwFloatingButton) Width of button (on large screens)",
7566
+ "fieldName": "width"
7582
7567
  },
7583
7568
  {
7584
- "name": "ajax",
7569
+ "name": "height",
7585
7570
  "type": {
7586
- "text": "boolean"
7571
+ "text": "string"
7587
7572
  },
7588
- "default": "false",
7589
- "description": "(ScwForm) Sumbit form via AJAX",
7590
- "fieldName": "ajax"
7573
+ "default": "'auto'",
7574
+ "description": "(ScwFloatingButton) Height of button (on large screens)",
7575
+ "fieldName": "height"
7591
7576
  },
7592
7577
  {
7593
- "name": "enctype",
7594
- "default": "undefined",
7595
- "description": "(ScwForm) Specify if the form needs a different encrypt value",
7596
- "resolveInitializer": {
7597
- "module": "src/scw-form/scw-form.ts"
7578
+ "name": "shape",
7579
+ "type": {
7580
+ "text": "'default' | 'pill'"
7598
7581
  },
7599
- "fieldName": "enctype"
7582
+ "default": "'default'",
7583
+ "description": "(ScwFloatingButton) Shape of button",
7584
+ "fieldName": "shape"
7600
7585
  },
7601
7586
  {
7602
7587
  "name": "aria-label",
@@ -7665,9 +7650,9 @@
7665
7650
  ],
7666
7651
  "superclass": {
7667
7652
  "name": "ScwComponent",
7668
- "module": "/src/scw-component/ScwComponent"
7653
+ "package": "scw-component/ScwComponent"
7669
7654
  },
7670
- "tagName": "scw-form",
7655
+ "tagName": "scw-floating-button",
7671
7656
  "customElement": true
7672
7657
  }
7673
7658
  ],
@@ -7676,8 +7661,23 @@
7676
7661
  "kind": "js",
7677
7662
  "name": "default",
7678
7663
  "declaration": {
7679
- "name": "ScwForm",
7680
- "module": "src/scw-form/scw-form.ts"
7664
+ "name": "ScwFloatingButton",
7665
+ "module": "src/scw-floating-button/ScwFloatingButton.ts"
7666
+ }
7667
+ }
7668
+ ]
7669
+ },
7670
+ {
7671
+ "kind": "javascript-module",
7672
+ "path": "src/scw-floating-button/scw-floating-button.ts",
7673
+ "declarations": [],
7674
+ "exports": [
7675
+ {
7676
+ "kind": "custom-element-definition",
7677
+ "name": "scw-floating-button",
7678
+ "declaration": {
7679
+ "name": "ScwFloatingButton",
7680
+ "module": "/src/scw-floating-button/ScwFloatingButton"
7681
7681
  }
7682
7682
  }
7683
7683
  ]
@@ -9675,69 +9675,54 @@
9675
9675
  },
9676
9676
  {
9677
9677
  "kind": "javascript-module",
9678
- "path": "src/scw-icon/ScwIcon.ts",
9678
+ "path": "src/scw-horizontal-nav-panel/ScwHorizontalNavPanel.ts",
9679
9679
  "declarations": [
9680
9680
  {
9681
9681
  "kind": "class",
9682
- "description": "ScwIcon",
9683
- "name": "ScwIcon",
9684
- "slots": [
9685
- {
9686
- "description": "(OPTIONAL) anchor (for SEO) will determine the label, href, and target.",
9687
- "name": "default",
9688
- "default": "\"<a href target />\""
9689
- }
9690
- ],
9682
+ "description": "ScwHorizontalNavPanel",
9683
+ "name": "ScwHorizontalNavPanel",
9691
9684
  "members": [
9692
9685
  {
9693
9686
  "kind": "field",
9694
- "name": "icon",
9687
+ "name": "attrId",
9695
9688
  "type": {
9696
- "text": "string"
9689
+ "text": "number"
9697
9690
  },
9698
- "default": "''",
9699
- "description": "(ScwIcon) Determines the icon to use with the text",
9700
- "parameters": [
9701
- {
9702
- "name": "icon",
9703
- "type": {
9704
- "text": "string | undefined"
9705
- }
9706
- }
9707
- ],
9708
- "attribute": "icon",
9709
- "reflects": true
9691
+ "privacy": "private",
9692
+ "default": "++id"
9710
9693
  },
9711
9694
  {
9712
9695
  "kind": "field",
9713
- "name": "size",
9714
- "type": {
9715
- "text": "ScwIconSizes"
9716
- },
9717
- "description": "(ScwIcon) Determines the square size of the icon",
9718
- "attribute": "size",
9719
- "reflects": true
9696
+ "name": "componentId",
9697
+ "privacy": "private",
9698
+ "default": "`scw-horizontal-nav-panel-${this.attrId}`"
9720
9699
  },
9721
9700
  {
9722
9701
  "kind": "field",
9723
- "name": "animation",
9702
+ "name": "active",
9724
9703
  "type": {
9725
- "text": "string | undefined"
9704
+ "text": "boolean"
9726
9705
  },
9727
- "attribute": "animation"
9706
+ "default": "false",
9707
+ "description": "(ScwHorizontalNavPanel) If the panel is active. Set automatically.",
9708
+ "attribute": "active",
9709
+ "reflects": true
9728
9710
  },
9729
9711
  {
9730
9712
  "kind": "field",
9731
- "name": "_svgInfo",
9713
+ "name": "name",
9732
9714
  "type": {
9733
9715
  "text": "string"
9734
9716
  },
9735
- "default": "''"
9717
+ "default": "''",
9718
+ "description": "(ScwHorizontalNavPanel) The tab panel's name. Corresponds to\nscw-horizontal-nav-item panel property",
9719
+ "attribute": "name",
9720
+ "reflects": true
9736
9721
  },
9737
9722
  {
9738
9723
  "kind": "method",
9739
- "name": "refreshIcon",
9740
- "description": "refreshIcon"
9724
+ "name": "handleActiveChange",
9725
+ "description": "handleActiveChange"
9741
9726
  },
9742
9727
  {
9743
9728
  "kind": "field",
@@ -9874,36 +9859,22 @@
9874
9859
  ],
9875
9860
  "attributes": [
9876
9861
  {
9877
- "name": "icon",
9878
- "type": {
9879
- "text": "string"
9880
- },
9881
- "default": "''",
9882
- "description": "(ScwIcon) Determines the icon to use with the text",
9883
- "parameters": [
9884
- {
9885
- "name": "icon",
9886
- "type": {
9887
- "text": "string | undefined"
9888
- }
9889
- }
9890
- ],
9891
- "fieldName": "icon"
9892
- },
9893
- {
9894
- "name": "size",
9862
+ "name": "active",
9895
9863
  "type": {
9896
- "text": "ScwIconSizes"
9864
+ "text": "boolean"
9897
9865
  },
9898
- "description": "(ScwIcon) Determines the square size of the icon",
9899
- "fieldName": "size"
9866
+ "default": "false",
9867
+ "description": "(ScwHorizontalNavPanel) If the panel is active. Set automatically.",
9868
+ "fieldName": "active"
9900
9869
  },
9901
9870
  {
9902
- "name": "animation",
9871
+ "name": "name",
9903
9872
  "type": {
9904
- "text": "string | undefined"
9873
+ "text": "string"
9905
9874
  },
9906
- "fieldName": "animation"
9875
+ "default": "''",
9876
+ "description": "(ScwHorizontalNavPanel) The tab panel's name. Corresponds to\nscw-horizontal-nav-item panel property",
9877
+ "fieldName": "name"
9907
9878
  },
9908
9879
  {
9909
9880
  "name": "aria-label",
@@ -9974,7 +9945,7 @@
9974
9945
  "name": "ScwComponent",
9975
9946
  "package": "scw-component/ScwComponent"
9976
9947
  },
9977
- "tagName": "scw-icon",
9948
+ "tagName": "scw-horizontal-nav-panel",
9978
9949
  "customElement": true
9979
9950
  }
9980
9951
  ],
@@ -9983,83 +9954,92 @@
9983
9954
  "kind": "js",
9984
9955
  "name": "default",
9985
9956
  "declaration": {
9986
- "name": "ScwIcon",
9987
- "module": "src/scw-icon/ScwIcon.ts"
9957
+ "name": "ScwHorizontalNavPanel",
9958
+ "module": "src/scw-horizontal-nav-panel/ScwHorizontalNavPanel.ts"
9988
9959
  }
9989
9960
  }
9990
9961
  ]
9991
9962
  },
9992
9963
  {
9993
9964
  "kind": "javascript-module",
9994
- "path": "src/scw-icon/scw-icon-enums.ts",
9995
- "declarations": [],
9996
- "exports": []
9997
- },
9998
- {
9999
- "kind": "javascript-module",
10000
- "path": "src/scw-icon/scw-icon.ts",
9965
+ "path": "src/scw-horizontal-nav-panel/scw-horizontal-nav-panel.ts",
10001
9966
  "declarations": [],
10002
9967
  "exports": [
10003
9968
  {
10004
9969
  "kind": "custom-element-definition",
10005
- "name": "scw-icon",
9970
+ "name": "scw-horizontal-nav-panel",
10006
9971
  "declaration": {
10007
- "name": "ScwIcon",
10008
- "module": "/src/scw-icon/ScwIcon"
9972
+ "name": "ScwHorizontalNavPanel",
9973
+ "module": "/src/scw-horizontal-nav-panel/ScwHorizontalNavPanel"
10009
9974
  }
10010
9975
  }
10011
9976
  ]
10012
9977
  },
10013
9978
  {
10014
9979
  "kind": "javascript-module",
10015
- "path": "src/scw-horizontal-nav-panel/ScwHorizontalNavPanel.ts",
9980
+ "path": "src/scw-icon/ScwIcon.ts",
10016
9981
  "declarations": [
10017
9982
  {
10018
9983
  "kind": "class",
10019
- "description": "ScwHorizontalNavPanel",
10020
- "name": "ScwHorizontalNavPanel",
9984
+ "description": "ScwIcon",
9985
+ "name": "ScwIcon",
9986
+ "slots": [
9987
+ {
9988
+ "description": "(OPTIONAL) anchor (for SEO) will determine the label, href, and target.",
9989
+ "name": "default",
9990
+ "default": "\"<a href target />\""
9991
+ }
9992
+ ],
10021
9993
  "members": [
10022
9994
  {
10023
9995
  "kind": "field",
10024
- "name": "attrId",
9996
+ "name": "icon",
10025
9997
  "type": {
10026
- "text": "number"
9998
+ "text": "string"
10027
9999
  },
10028
- "privacy": "private",
10029
- "default": "++id"
10000
+ "default": "''",
10001
+ "description": "(ScwIcon) Determines the icon to use with the text",
10002
+ "parameters": [
10003
+ {
10004
+ "name": "icon",
10005
+ "type": {
10006
+ "text": "string | undefined"
10007
+ }
10008
+ }
10009
+ ],
10010
+ "attribute": "icon",
10011
+ "reflects": true
10030
10012
  },
10031
10013
  {
10032
10014
  "kind": "field",
10033
- "name": "componentId",
10034
- "privacy": "private",
10035
- "default": "`scw-horizontal-nav-panel-${this.attrId}`"
10015
+ "name": "size",
10016
+ "type": {
10017
+ "text": "ScwIconSizes"
10018
+ },
10019
+ "description": "(ScwIcon) Determines the square size of the icon",
10020
+ "attribute": "size",
10021
+ "reflects": true
10036
10022
  },
10037
10023
  {
10038
10024
  "kind": "field",
10039
- "name": "active",
10025
+ "name": "animation",
10040
10026
  "type": {
10041
- "text": "boolean"
10027
+ "text": "string | undefined"
10042
10028
  },
10043
- "default": "false",
10044
- "description": "(ScwHorizontalNavPanel) If the panel is active. Set automatically.",
10045
- "attribute": "active",
10046
- "reflects": true
10029
+ "attribute": "animation"
10047
10030
  },
10048
10031
  {
10049
10032
  "kind": "field",
10050
- "name": "name",
10033
+ "name": "_svgInfo",
10051
10034
  "type": {
10052
10035
  "text": "string"
10053
10036
  },
10054
- "default": "''",
10055
- "description": "(ScwHorizontalNavPanel) The tab panel's name. Corresponds to\nscw-horizontal-nav-item panel property",
10056
- "attribute": "name",
10057
- "reflects": true
10037
+ "default": "''"
10058
10038
  },
10059
10039
  {
10060
10040
  "kind": "method",
10061
- "name": "handleActiveChange",
10062
- "description": "handleActiveChange"
10041
+ "name": "refreshIcon",
10042
+ "description": "refreshIcon"
10063
10043
  },
10064
10044
  {
10065
10045
  "kind": "field",
@@ -10196,22 +10176,36 @@
10196
10176
  ],
10197
10177
  "attributes": [
10198
10178
  {
10199
- "name": "active",
10179
+ "name": "icon",
10200
10180
  "type": {
10201
- "text": "boolean"
10181
+ "text": "string"
10202
10182
  },
10203
- "default": "false",
10204
- "description": "(ScwHorizontalNavPanel) If the panel is active. Set automatically.",
10205
- "fieldName": "active"
10183
+ "default": "''",
10184
+ "description": "(ScwIcon) Determines the icon to use with the text",
10185
+ "parameters": [
10186
+ {
10187
+ "name": "icon",
10188
+ "type": {
10189
+ "text": "string | undefined"
10190
+ }
10191
+ }
10192
+ ],
10193
+ "fieldName": "icon"
10206
10194
  },
10207
10195
  {
10208
- "name": "name",
10196
+ "name": "size",
10209
10197
  "type": {
10210
- "text": "string"
10198
+ "text": "ScwIconSizes"
10211
10199
  },
10212
- "default": "''",
10213
- "description": "(ScwHorizontalNavPanel) The tab panel's name. Corresponds to\nscw-horizontal-nav-item panel property",
10214
- "fieldName": "name"
10200
+ "description": "(ScwIcon) Determines the square size of the icon",
10201
+ "fieldName": "size"
10202
+ },
10203
+ {
10204
+ "name": "animation",
10205
+ "type": {
10206
+ "text": "string | undefined"
10207
+ },
10208
+ "fieldName": "animation"
10215
10209
  },
10216
10210
  {
10217
10211
  "name": "aria-label",
@@ -10282,7 +10276,7 @@
10282
10276
  "name": "ScwComponent",
10283
10277
  "package": "scw-component/ScwComponent"
10284
10278
  },
10285
- "tagName": "scw-horizontal-nav-panel",
10279
+ "tagName": "scw-icon",
10286
10280
  "customElement": true
10287
10281
  }
10288
10282
  ],
@@ -10291,23 +10285,29 @@
10291
10285
  "kind": "js",
10292
10286
  "name": "default",
10293
10287
  "declaration": {
10294
- "name": "ScwHorizontalNavPanel",
10295
- "module": "src/scw-horizontal-nav-panel/ScwHorizontalNavPanel.ts"
10288
+ "name": "ScwIcon",
10289
+ "module": "src/scw-icon/ScwIcon.ts"
10296
10290
  }
10297
10291
  }
10298
10292
  ]
10299
10293
  },
10300
10294
  {
10301
10295
  "kind": "javascript-module",
10302
- "path": "src/scw-horizontal-nav-panel/scw-horizontal-nav-panel.ts",
10296
+ "path": "src/scw-icon/scw-icon-enums.ts",
10297
+ "declarations": [],
10298
+ "exports": []
10299
+ },
10300
+ {
10301
+ "kind": "javascript-module",
10302
+ "path": "src/scw-icon/scw-icon.ts",
10303
10303
  "declarations": [],
10304
10304
  "exports": [
10305
10305
  {
10306
10306
  "kind": "custom-element-definition",
10307
- "name": "scw-horizontal-nav-panel",
10307
+ "name": "scw-icon",
10308
10308
  "declaration": {
10309
- "name": "ScwHorizontalNavPanel",
10310
- "module": "/src/scw-horizontal-nav-panel/ScwHorizontalNavPanel"
10309
+ "name": "ScwIcon",
10310
+ "module": "/src/scw-icon/ScwIcon"
10311
10311
  }
10312
10312
  }
10313
10313
  ]
@@ -18021,12 +18021,12 @@
18021
18021
  },
18022
18022
  {
18023
18023
  "kind": "javascript-module",
18024
- "path": "src/scw-radio-button/ScwRadioButton.ts",
18024
+ "path": "src/scw-radio/ScwRadio.ts",
18025
18025
  "declarations": [
18026
18026
  {
18027
18027
  "kind": "class",
18028
- "description": "ScwRadioButton",
18029
- "name": "ScwRadioButton",
18028
+ "description": "ScwRadio",
18029
+ "name": "ScwRadio",
18030
18030
  "members": [
18031
18031
  {
18032
18032
  "kind": "field",
@@ -18035,7 +18035,7 @@
18035
18035
  "text": "string"
18036
18036
  },
18037
18037
  "default": "''",
18038
- "description": "(ScwRadioButton) Text inside the button",
18038
+ "description": "(ScwRadio) Text inside the button",
18039
18039
  "attribute": "value"
18040
18040
  },
18041
18041
  {
@@ -18045,14 +18045,24 @@
18045
18045
  "text": "boolean"
18046
18046
  },
18047
18047
  "default": "false",
18048
- "description": "(ScwRadioButton) If the button is active or not",
18048
+ "description": "(ScwRadio) If the button is active or not",
18049
18049
  "attribute": "selected",
18050
18050
  "reflects": true
18051
18051
  },
18052
+ {
18053
+ "kind": "field",
18054
+ "name": "alignment",
18055
+ "type": {
18056
+ "text": "string"
18057
+ },
18058
+ "default": "'center'",
18059
+ "description": "alignment of text",
18060
+ "attribute": "alignment"
18061
+ },
18052
18062
  {
18053
18063
  "kind": "method",
18054
- "name": "handleValueChange",
18055
- "description": "handleValueChange"
18064
+ "name": "handleSelectedChange",
18065
+ "description": "handleSelectedChange"
18056
18066
  },
18057
18067
  {
18058
18068
  "kind": "method",
@@ -18208,7 +18218,7 @@
18208
18218
  "text": "string"
18209
18219
  },
18210
18220
  "default": "''",
18211
- "description": "(ScwRadioButton) Text inside the button",
18221
+ "description": "(ScwRadio) Text inside the button",
18212
18222
  "fieldName": "value"
18213
18223
  },
18214
18224
  {
@@ -18217,9 +18227,18 @@
18217
18227
  "text": "boolean"
18218
18228
  },
18219
18229
  "default": "false",
18220
- "description": "(ScwRadioButton) If the button is active or not",
18230
+ "description": "(ScwRadio) If the button is active or not",
18221
18231
  "fieldName": "selected"
18222
18232
  },
18233
+ {
18234
+ "name": "alignment",
18235
+ "type": {
18236
+ "text": "string"
18237
+ },
18238
+ "default": "'center'",
18239
+ "description": "alignment of text",
18240
+ "fieldName": "alignment"
18241
+ },
18223
18242
  {
18224
18243
  "name": "aria-label",
18225
18244
  "type": {
@@ -18289,7 +18308,7 @@
18289
18308
  "name": "ScwComponent",
18290
18309
  "package": "scw-component/ScwComponent"
18291
18310
  },
18292
- "tagName": "scw-radio-button",
18311
+ "tagName": "scw-radio",
18293
18312
  "customElement": true
18294
18313
  }
18295
18314
  ],
@@ -18298,35 +18317,35 @@
18298
18317
  "kind": "js",
18299
18318
  "name": "default",
18300
18319
  "declaration": {
18301
- "name": "ScwRadioButton",
18302
- "module": "src/scw-radio-button/ScwRadioButton.ts"
18320
+ "name": "ScwRadio",
18321
+ "module": "src/scw-radio/ScwRadio.ts"
18303
18322
  }
18304
18323
  }
18305
18324
  ]
18306
18325
  },
18307
18326
  {
18308
18327
  "kind": "javascript-module",
18309
- "path": "src/scw-radio-button/scw-radio-button.ts",
18328
+ "path": "src/scw-radio/scw-radio.ts",
18310
18329
  "declarations": [],
18311
18330
  "exports": [
18312
18331
  {
18313
18332
  "kind": "custom-element-definition",
18314
- "name": "scw-radio-button",
18333
+ "name": "scw-radio",
18315
18334
  "declaration": {
18316
- "name": "ScwRadioButton",
18317
- "module": "/src/scw-radio-button/ScwRadioButton"
18335
+ "name": "ScwRadio",
18336
+ "module": "/src/scw-radio/ScwRadio"
18318
18337
  }
18319
18338
  }
18320
18339
  ]
18321
18340
  },
18322
18341
  {
18323
18342
  "kind": "javascript-module",
18324
- "path": "src/scw-radio/ScwRadio.ts",
18343
+ "path": "src/scw-radio-button/ScwRadioButton.ts",
18325
18344
  "declarations": [
18326
18345
  {
18327
18346
  "kind": "class",
18328
- "description": "ScwRadio",
18329
- "name": "ScwRadio",
18347
+ "description": "ScwRadioButton",
18348
+ "name": "ScwRadioButton",
18330
18349
  "members": [
18331
18350
  {
18332
18351
  "kind": "field",
@@ -18335,7 +18354,7 @@
18335
18354
  "text": "string"
18336
18355
  },
18337
18356
  "default": "''",
18338
- "description": "(ScwRadio) Text inside the button",
18357
+ "description": "(ScwRadioButton) Text inside the button",
18339
18358
  "attribute": "value"
18340
18359
  },
18341
18360
  {
@@ -18345,24 +18364,14 @@
18345
18364
  "text": "boolean"
18346
18365
  },
18347
18366
  "default": "false",
18348
- "description": "(ScwRadio) If the button is active or not",
18367
+ "description": "(ScwRadioButton) If the button is active or not",
18349
18368
  "attribute": "selected",
18350
18369
  "reflects": true
18351
18370
  },
18352
- {
18353
- "kind": "field",
18354
- "name": "alignment",
18355
- "type": {
18356
- "text": "string"
18357
- },
18358
- "default": "'center'",
18359
- "description": "alignment of text",
18360
- "attribute": "alignment"
18361
- },
18362
18371
  {
18363
18372
  "kind": "method",
18364
- "name": "handleSelectedChange",
18365
- "description": "handleSelectedChange"
18373
+ "name": "handleValueChange",
18374
+ "description": "handleValueChange"
18366
18375
  },
18367
18376
  {
18368
18377
  "kind": "method",
@@ -18518,7 +18527,7 @@
18518
18527
  "text": "string"
18519
18528
  },
18520
18529
  "default": "''",
18521
- "description": "(ScwRadio) Text inside the button",
18530
+ "description": "(ScwRadioButton) Text inside the button",
18522
18531
  "fieldName": "value"
18523
18532
  },
18524
18533
  {
@@ -18527,18 +18536,9 @@
18527
18536
  "text": "boolean"
18528
18537
  },
18529
18538
  "default": "false",
18530
- "description": "(ScwRadio) If the button is active or not",
18539
+ "description": "(ScwRadioButton) If the button is active or not",
18531
18540
  "fieldName": "selected"
18532
18541
  },
18533
- {
18534
- "name": "alignment",
18535
- "type": {
18536
- "text": "string"
18537
- },
18538
- "default": "'center'",
18539
- "description": "alignment of text",
18540
- "fieldName": "alignment"
18541
- },
18542
18542
  {
18543
18543
  "name": "aria-label",
18544
18544
  "type": {
@@ -18608,7 +18608,7 @@
18608
18608
  "name": "ScwComponent",
18609
18609
  "package": "scw-component/ScwComponent"
18610
18610
  },
18611
- "tagName": "scw-radio",
18611
+ "tagName": "scw-radio-button",
18612
18612
  "customElement": true
18613
18613
  }
18614
18614
  ],
@@ -18617,23 +18617,23 @@
18617
18617
  "kind": "js",
18618
18618
  "name": "default",
18619
18619
  "declaration": {
18620
- "name": "ScwRadio",
18621
- "module": "src/scw-radio/ScwRadio.ts"
18620
+ "name": "ScwRadioButton",
18621
+ "module": "src/scw-radio-button/ScwRadioButton.ts"
18622
18622
  }
18623
18623
  }
18624
18624
  ]
18625
18625
  },
18626
18626
  {
18627
18627
  "kind": "javascript-module",
18628
- "path": "src/scw-radio/scw-radio.ts",
18628
+ "path": "src/scw-radio-button/scw-radio-button.ts",
18629
18629
  "declarations": [],
18630
18630
  "exports": [
18631
18631
  {
18632
18632
  "kind": "custom-element-definition",
18633
- "name": "scw-radio",
18633
+ "name": "scw-radio-button",
18634
18634
  "declaration": {
18635
- "name": "ScwRadio",
18636
- "module": "/src/scw-radio/ScwRadio"
18635
+ "name": "ScwRadioButton",
18636
+ "module": "/src/scw-radio-button/ScwRadioButton"
18637
18637
  }
18638
18638
  }
18639
18639
  ]
@@ -26858,6 +26858,53 @@
26858
26858
  "name": "handleClick",
26859
26859
  "description": "handleClick"
26860
26860
  },
26861
+ {
26862
+ "kind": "method",
26863
+ "name": "findComposedAncestor",
26864
+ "privacy": "private",
26865
+ "return": {
26866
+ "type": {
26867
+ "text": "HTMLElement"
26868
+ }
26869
+ },
26870
+ "parameters": [
26871
+ {
26872
+ "name": "element",
26873
+ "type": {
26874
+ "text": "Element"
26875
+ }
26876
+ },
26877
+ {
26878
+ "name": "selector",
26879
+ "type": {
26880
+ "text": "string"
26881
+ }
26882
+ }
26883
+ ],
26884
+ "description": "findComposedAncestor"
26885
+ },
26886
+ {
26887
+ "kind": "field",
26888
+ "name": "activeCell",
26889
+ "type": {
26890
+ "text": "HTMLElement | undefined"
26891
+ },
26892
+ "privacy": "private"
26893
+ },
26894
+ {
26895
+ "kind": "method",
26896
+ "name": "setTooltipLayer",
26897
+ "privacy": "private",
26898
+ "parameters": [
26899
+ {
26900
+ "name": "open",
26901
+ "type": {
26902
+ "text": "boolean"
26903
+ }
26904
+ }
26905
+ ],
26906
+ "description": "setTooltipLayer"
26907
+ },
26861
26908
  {
26862
26909
  "kind": "field",
26863
26910
  "name": "element",