@six-group/ui-library 4.0.0-beta.3 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -0
- package/dist/cjs/{form-control-d369af14.js → form-control-9769b310.js} +10 -7
- package/dist/cjs/form-control-9769b310.js.map +1 -0
- package/dist/cjs/index-900437fc.js +214 -1
- package/dist/cjs/index-900437fc.js.map +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/six-checkbox.cjs.entry.js +6 -3
- package/dist/cjs/six-checkbox.cjs.entry.js.map +1 -1
- package/dist/cjs/six-datepicker.cjs.entry.js +2 -7
- package/dist/cjs/six-datepicker.cjs.entry.js.map +1 -1
- package/dist/cjs/six-dropdown_2.cjs.entry.js +1 -1
- package/dist/cjs/six-dropdown_2.cjs.entry.js.map +1 -1
- package/dist/cjs/six-error.cjs.entry.js +21 -0
- package/dist/cjs/six-error.cjs.entry.js.map +1 -0
- package/dist/cjs/six-group-label.cjs.entry.js +2 -2
- package/dist/cjs/six-group-label.cjs.entry.js.map +1 -1
- package/dist/cjs/six-input.cjs.entry.js +6 -3
- package/dist/cjs/six-input.cjs.entry.js.map +1 -1
- package/dist/cjs/six-range.cjs.entry.js +6 -3
- package/dist/cjs/six-range.cjs.entry.js.map +1 -1
- package/dist/cjs/six-select.cjs.entry.js +6 -3
- package/dist/cjs/six-select.cjs.entry.js.map +1 -1
- package/dist/cjs/six-sidebar.cjs.entry.js +1 -1
- package/dist/cjs/six-sidebar.cjs.entry.js.map +1 -1
- package/dist/cjs/six-switch.cjs.entry.js +22 -4
- package/dist/cjs/six-switch.cjs.entry.js.map +1 -1
- package/dist/cjs/six-tag.cjs.entry.js +23 -1
- package/dist/cjs/six-tag.cjs.entry.js.map +1 -1
- package/dist/cjs/six-textarea.cjs.entry.js +6 -3
- package/dist/cjs/six-textarea.cjs.entry.js.map +1 -1
- package/dist/cjs/six-timepicker.cjs.entry.js +4 -9
- package/dist/cjs/six-timepicker.cjs.entry.js.map +1 -1
- package/dist/cjs/six-tooltip.cjs.entry.js +2 -2
- package/dist/cjs/six-tooltip.cjs.entry.js.map +1 -1
- package/dist/cjs/ui-library.cjs.js +2 -2
- package/dist/cjs/ui-library.cjs.js.map +1 -1
- package/dist/collection/collection-manifest.json +2 -1
- package/dist/collection/components/six-checkbox/six-checkbox.css +1 -1
- package/dist/collection/components/six-checkbox/six-checkbox.js +25 -4
- package/dist/collection/components/six-checkbox/six-checkbox.js.map +1 -1
- package/dist/collection/components/six-checkbox/test/six-checkbox.spec.js +6 -2
- package/dist/collection/components/six-checkbox/test/six-checkbox.spec.js.map +1 -1
- package/dist/collection/components/six-datepicker/six-datepicker.js +22 -11
- package/dist/collection/components/six-datepicker/six-datepicker.js.map +1 -1
- package/dist/collection/components/six-datepicker/test/six-datepicker.spec.js +1 -1
- package/dist/collection/components/six-datepicker/test/six-datepicker.spec.js.map +1 -1
- package/dist/collection/components/six-dropdown/six-dropdown.css +2 -1
- package/dist/collection/components/six-error/six-error.css +5 -0
- package/dist/collection/components/six-error/six-error.js +25 -0
- package/dist/collection/components/six-error/six-error.js.map +1 -0
- package/dist/collection/components/six-group-label/six-group-label.css +1 -1
- package/dist/collection/components/six-group-label/test/six-group-label.spec.js +3 -1
- package/dist/collection/components/six-group-label/test/six-group-label.spec.js.map +1 -1
- package/dist/collection/components/six-input/six-input.css +1 -1
- package/dist/collection/components/six-input/six-input.js +27 -4
- package/dist/collection/components/six-input/six-input.js.map +1 -1
- package/dist/collection/components/six-input/test/six-input.spec.js +3 -1
- package/dist/collection/components/six-input/test/six-input.spec.js.map +1 -1
- package/dist/collection/components/six-range/six-range.css +1 -1
- package/dist/collection/components/six-range/six-range.js +24 -3
- package/dist/collection/components/six-range/six-range.js.map +1 -1
- package/dist/collection/components/six-range/test/six-range.spec.js +3 -1
- package/dist/collection/components/six-range/test/six-range.spec.js.map +1 -1
- package/dist/collection/components/six-select/six-select.css +1 -1
- package/dist/collection/components/six-select/six-select.js +24 -3
- package/dist/collection/components/six-select/six-select.js.map +1 -1
- package/dist/collection/components/six-select/test/six-select.spec.js +6 -2
- package/dist/collection/components/six-select/test/six-select.spec.js.map +1 -1
- package/dist/collection/components/six-sidebar/six-sidebar.css +1 -0
- package/dist/collection/components/six-switch/six-switch.css +1 -1
- package/dist/collection/components/six-switch/six-switch.js +45 -4
- package/dist/collection/components/six-switch/six-switch.js.map +1 -1
- package/dist/collection/components/six-switch/test/six-switch.spec.js +6 -2
- package/dist/collection/components/six-switch/test/six-switch.spec.js.map +1 -1
- package/dist/collection/components/six-tag/six-tag.js +23 -1
- package/dist/collection/components/six-tag/six-tag.js.map +1 -1
- package/dist/collection/components/six-tag/test/six-tag.spec.js +12 -0
- package/dist/collection/components/six-tag/test/six-tag.spec.js.map +1 -1
- package/dist/collection/components/six-textarea/six-textarea.css +1 -1
- package/dist/collection/components/six-textarea/six-textarea.js +25 -4
- package/dist/collection/components/six-textarea/six-textarea.js.map +1 -1
- package/dist/collection/components/six-textarea/test/six-textarea.spec.js +3 -1
- package/dist/collection/components/six-textarea/test/six-textarea.spec.js.map +1 -1
- package/dist/collection/components/six-timepicker/six-timepicker.js +24 -12
- package/dist/collection/components/six-timepicker/six-timepicker.js.map +1 -1
- package/dist/collection/components/six-timepicker/test/six-timepicker.spec.js +15 -15
- package/dist/collection/components/six-timepicker/test/six-timepicker.spec.js.map +1 -1
- package/dist/collection/components/six-tooltip/six-tooltip.css +1 -1
- package/dist/collection/components/six-tooltip/six-tooltip.js +1 -1
- package/dist/collection/components/six-tooltip/six-tooltip.js.map +1 -1
- package/dist/collection/functional-components/form-control/form-control.js +8 -6
- package/dist/collection/functional-components/form-control/form-control.js.map +1 -1
- package/dist/components/form-control.js +9 -6
- package/dist/components/form-control.js.map +1 -1
- package/dist/components/index.js +2 -0
- package/dist/components/index.js.map +1 -1
- package/dist/components/six-checkbox.js +14 -3
- package/dist/components/six-checkbox.js.map +1 -1
- package/dist/components/six-datepicker.js +10 -8
- package/dist/components/six-datepicker.js.map +1 -1
- package/dist/components/six-dropdown2.js +8 -2
- package/dist/components/six-dropdown2.js.map +1 -1
- package/dist/components/six-error.d.ts +11 -0
- package/dist/components/six-error.js +8 -0
- package/dist/components/six-error.js.map +1 -0
- package/dist/components/six-error2.js +32 -0
- package/dist/components/six-error2.js.map +1 -0
- package/dist/components/six-group-label.js +8 -2
- package/dist/components/six-group-label.js.map +1 -1
- package/dist/components/six-header.js +8 -2
- package/dist/components/six-header.js.map +1 -1
- package/dist/components/six-input2.js +14 -3
- package/dist/components/six-input2.js.map +1 -1
- package/dist/components/six-range.js +14 -3
- package/dist/components/six-range.js.map +1 -1
- package/dist/components/six-search-field.js +7 -1
- package/dist/components/six-search-field.js.map +1 -1
- package/dist/components/six-select.js +33 -16
- package/dist/components/six-select.js.map +1 -1
- package/dist/components/six-sidebar.js +1 -1
- package/dist/components/six-sidebar.js.map +1 -1
- package/dist/components/six-switch.js +30 -4
- package/dist/components/six-switch.js.map +1 -1
- package/dist/components/six-tag2.js +33 -5
- package/dist/components/six-tag2.js.map +1 -1
- package/dist/components/six-textarea.js +14 -3
- package/dist/components/six-textarea.js.map +1 -1
- package/dist/components/six-timepicker2.js +12 -10
- package/dist/components/six-timepicker2.js.map +1 -1
- package/dist/components/six-tooltip2.js +2 -2
- package/dist/components/six-tooltip2.js.map +1 -1
- package/dist/components.json +420 -49
- package/dist/esm/{form-control-32cb533f.js → form-control-b0febe88.js} +10 -7
- package/dist/esm/form-control-b0febe88.js.map +1 -0
- package/dist/esm/index-8a74f992.js +214 -1
- package/dist/esm/index-8a74f992.js.map +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/six-checkbox.entry.js +6 -3
- package/dist/esm/six-checkbox.entry.js.map +1 -1
- package/dist/esm/six-datepicker.entry.js +2 -7
- package/dist/esm/six-datepicker.entry.js.map +1 -1
- package/dist/esm/six-dropdown_2.entry.js +1 -1
- package/dist/esm/six-dropdown_2.entry.js.map +1 -1
- package/dist/esm/six-error.entry.js +17 -0
- package/dist/esm/six-error.entry.js.map +1 -0
- package/dist/esm/six-group-label.entry.js +2 -2
- package/dist/esm/six-group-label.entry.js.map +1 -1
- package/dist/esm/six-input.entry.js +6 -3
- package/dist/esm/six-input.entry.js.map +1 -1
- package/dist/esm/six-range.entry.js +6 -3
- package/dist/esm/six-range.entry.js.map +1 -1
- package/dist/esm/six-select.entry.js +6 -3
- package/dist/esm/six-select.entry.js.map +1 -1
- package/dist/esm/six-sidebar.entry.js +1 -1
- package/dist/esm/six-sidebar.entry.js.map +1 -1
- package/dist/esm/six-switch.entry.js +22 -4
- package/dist/esm/six-switch.entry.js.map +1 -1
- package/dist/esm/six-tag.entry.js +23 -1
- package/dist/esm/six-tag.entry.js.map +1 -1
- package/dist/esm/six-textarea.entry.js +6 -3
- package/dist/esm/six-textarea.entry.js.map +1 -1
- package/dist/esm/six-timepicker.entry.js +4 -9
- package/dist/esm/six-timepicker.entry.js.map +1 -1
- package/dist/esm/six-tooltip.entry.js +2 -2
- package/dist/esm/six-tooltip.entry.js.map +1 -1
- package/dist/esm/ui-library.js +2 -2
- package/dist/esm/ui-library.js.map +1 -1
- package/dist/types/components/six-checkbox/six-checkbox.d.ts +4 -1
- package/dist/types/components/six-datepicker/six-datepicker.d.ts +4 -2
- package/dist/types/components/six-error/six-error.d.ts +9 -0
- package/dist/types/components/six-input/six-input.d.ts +7 -2
- package/dist/types/components/six-range/six-range.d.ts +4 -1
- package/dist/types/components/six-select/six-select.d.ts +4 -1
- package/dist/types/components/six-switch/six-switch.d.ts +8 -1
- package/dist/types/components/six-tag/six-tag.d.ts +8 -0
- package/dist/types/components/six-textarea/six-textarea.d.ts +4 -1
- package/dist/types/components/six-timepicker/six-timepicker.d.ts +5 -2
- package/dist/types/components.d.ts +109 -16
- package/dist/types/functional-components/form-control/form-control.d.ts +6 -2
- package/dist/ui-library/{p-ed381ad9.entry.js → p-14c1ec31.entry.js} +2 -2
- package/dist/ui-library/p-14c1ec31.entry.js.map +1 -0
- package/dist/ui-library/p-25bb1752.entry.js +2 -0
- package/dist/ui-library/p-25bb1752.entry.js.map +1 -0
- package/dist/ui-library/p-2a141e10.entry.js +2 -0
- package/dist/ui-library/p-2a141e10.entry.js.map +1 -0
- package/dist/ui-library/p-4435ff73.entry.js +2 -0
- package/dist/ui-library/p-4435ff73.entry.js.map +1 -0
- package/dist/ui-library/p-538f3c50.entry.js +2 -0
- package/dist/ui-library/p-538f3c50.entry.js.map +1 -0
- package/dist/ui-library/p-6153045b.js.map +1 -1
- package/dist/ui-library/p-a457fee8.entry.js +2 -0
- package/dist/ui-library/p-a457fee8.entry.js.map +1 -0
- package/dist/ui-library/p-ab91c2a9.entry.js +2 -0
- package/dist/ui-library/p-ab91c2a9.entry.js.map +1 -0
- package/dist/ui-library/p-b57afbe4.entry.js +2 -0
- package/dist/ui-library/p-b57afbe4.entry.js.map +1 -0
- package/dist/ui-library/p-b6f47c9d.entry.js +2 -0
- package/dist/ui-library/p-b6f47c9d.entry.js.map +1 -0
- package/dist/ui-library/p-db34a6cc.entry.js +2 -0
- package/dist/ui-library/p-db34a6cc.entry.js.map +1 -0
- package/dist/ui-library/p-db936ad7.entry.js +2 -0
- package/dist/ui-library/{p-d367f4f9.entry.js.map → p-db936ad7.entry.js.map} +1 -1
- package/dist/ui-library/p-dc4f41d8.entry.js +2 -0
- package/dist/ui-library/p-dc4f41d8.entry.js.map +1 -0
- package/dist/ui-library/p-e5020f0d.js +2 -0
- package/dist/ui-library/p-e5020f0d.js.map +1 -0
- package/dist/ui-library/p-e775dcb4.entry.js +2 -0
- package/dist/ui-library/p-e775dcb4.entry.js.map +1 -0
- package/dist/ui-library/p-f1dc3a88.entry.js +2 -0
- package/dist/ui-library/p-f1dc3a88.entry.js.map +1 -0
- package/dist/ui-library/ui-library.esm.js +1 -1
- package/dist/ui-library/ui-library.esm.js.map +1 -1
- package/package.json +3 -3
- package/dist/cjs/form-control-d369af14.js.map +0 -1
- package/dist/esm/form-control-32cb533f.js.map +0 -1
- package/dist/ui-library/p-02981b91.entry.js +0 -2
- package/dist/ui-library/p-02981b91.entry.js.map +0 -1
- package/dist/ui-library/p-314b2096.entry.js +0 -2
- package/dist/ui-library/p-314b2096.entry.js.map +0 -1
- package/dist/ui-library/p-330a4988.entry.js +0 -2
- package/dist/ui-library/p-330a4988.entry.js.map +0 -1
- package/dist/ui-library/p-3d9de119.entry.js +0 -2
- package/dist/ui-library/p-3d9de119.entry.js.map +0 -1
- package/dist/ui-library/p-4abed9df.entry.js +0 -2
- package/dist/ui-library/p-4abed9df.entry.js.map +0 -1
- package/dist/ui-library/p-5d6b7353.entry.js +0 -2
- package/dist/ui-library/p-5d6b7353.entry.js.map +0 -1
- package/dist/ui-library/p-72254eef.entry.js +0 -2
- package/dist/ui-library/p-72254eef.entry.js.map +0 -1
- package/dist/ui-library/p-9f0b43f9.entry.js +0 -2
- package/dist/ui-library/p-9f0b43f9.entry.js.map +0 -1
- package/dist/ui-library/p-b550a258.entry.js +0 -2
- package/dist/ui-library/p-b550a258.entry.js.map +0 -1
- package/dist/ui-library/p-bf87464b.entry.js +0 -2
- package/dist/ui-library/p-bf87464b.entry.js.map +0 -1
- package/dist/ui-library/p-d367f4f9.entry.js +0 -2
- package/dist/ui-library/p-d42c2025.js +0 -2
- package/dist/ui-library/p-d42c2025.js.map +0 -1
- package/dist/ui-library/p-ed381ad9.entry.js.map +0 -1
- package/dist/ui-library/p-ff90ffd1.entry.js +0 -2
- package/dist/ui-library/p-ff90ffd1.entry.js.map +0 -1
- package/readme.md +0 -156
package/dist/components.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2023-08-
|
|
2
|
+
"timestamp": "2023-08-29T12:18:26",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
|
-
"version": "4.0.
|
|
5
|
+
"version": "4.0.5",
|
|
6
6
|
"typescriptVersion": "5.0.4"
|
|
7
7
|
},
|
|
8
8
|
"components": [
|
|
@@ -1404,10 +1404,10 @@
|
|
|
1404
1404
|
},
|
|
1405
1405
|
{
|
|
1406
1406
|
"name": "errorText",
|
|
1407
|
-
"type": "string",
|
|
1407
|
+
"type": "string | string[]",
|
|
1408
1408
|
"complexType": {
|
|
1409
|
-
"original": "string",
|
|
1410
|
-
"resolved": "string",
|
|
1409
|
+
"original": "string | string[]",
|
|
1410
|
+
"resolved": "string | string[]",
|
|
1411
1411
|
"references": {}
|
|
1412
1412
|
},
|
|
1413
1413
|
"mutable": false,
|
|
@@ -1419,11 +1419,38 @@
|
|
|
1419
1419
|
"values": [
|
|
1420
1420
|
{
|
|
1421
1421
|
"type": "string"
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"type": "string[]"
|
|
1422
1425
|
}
|
|
1423
1426
|
],
|
|
1424
1427
|
"optional": false,
|
|
1425
1428
|
"required": false
|
|
1426
1429
|
},
|
|
1430
|
+
{
|
|
1431
|
+
"name": "errorTextCount",
|
|
1432
|
+
"type": "number | undefined",
|
|
1433
|
+
"complexType": {
|
|
1434
|
+
"original": "number",
|
|
1435
|
+
"resolved": "number | undefined",
|
|
1436
|
+
"references": {}
|
|
1437
|
+
},
|
|
1438
|
+
"mutable": false,
|
|
1439
|
+
"attr": "error-text-count",
|
|
1440
|
+
"reflectToAttr": false,
|
|
1441
|
+
"docs": "The number of error texts to be shown (if the error-text slot isn't used). Defaults to 1",
|
|
1442
|
+
"docsTags": [],
|
|
1443
|
+
"values": [
|
|
1444
|
+
{
|
|
1445
|
+
"type": "number"
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
"type": "undefined"
|
|
1449
|
+
}
|
|
1450
|
+
],
|
|
1451
|
+
"optional": true,
|
|
1452
|
+
"required": false
|
|
1453
|
+
},
|
|
1427
1454
|
{
|
|
1428
1455
|
"name": "indeterminate",
|
|
1429
1456
|
"type": "boolean",
|
|
@@ -1709,8 +1736,14 @@
|
|
|
1709
1736
|
}
|
|
1710
1737
|
],
|
|
1711
1738
|
"dependents": [],
|
|
1712
|
-
"dependencies": [
|
|
1713
|
-
|
|
1739
|
+
"dependencies": [
|
|
1740
|
+
"six-error"
|
|
1741
|
+
],
|
|
1742
|
+
"dependencyGraph": {
|
|
1743
|
+
"six-checkbox": [
|
|
1744
|
+
"six-error"
|
|
1745
|
+
]
|
|
1746
|
+
}
|
|
1714
1747
|
},
|
|
1715
1748
|
{
|
|
1716
1749
|
"filePath": "src/components/six-datepicker/six-datepicker.tsx",
|
|
@@ -1730,6 +1763,10 @@
|
|
|
1730
1763
|
{
|
|
1731
1764
|
"name": "slot",
|
|
1732
1765
|
"text": "- Used to define a footer for the date picker."
|
|
1766
|
+
},
|
|
1767
|
+
{
|
|
1768
|
+
"name": "slot",
|
|
1769
|
+
"text": "error-text - Error text that is shown for validation errors. Alternatively, you can use the error-text prop."
|
|
1733
1770
|
}
|
|
1734
1771
|
],
|
|
1735
1772
|
"usage": {},
|
|
@@ -1987,10 +2024,10 @@
|
|
|
1987
2024
|
},
|
|
1988
2025
|
{
|
|
1989
2026
|
"name": "errorText",
|
|
1990
|
-
"type": "string",
|
|
2027
|
+
"type": "string | string[]",
|
|
1991
2028
|
"complexType": {
|
|
1992
|
-
"original": "string",
|
|
1993
|
-
"resolved": "string",
|
|
2029
|
+
"original": "string | string[]",
|
|
2030
|
+
"resolved": "string | string[]",
|
|
1994
2031
|
"references": {}
|
|
1995
2032
|
},
|
|
1996
2033
|
"mutable": false,
|
|
@@ -2002,11 +2039,38 @@
|
|
|
2002
2039
|
"values": [
|
|
2003
2040
|
{
|
|
2004
2041
|
"type": "string"
|
|
2042
|
+
},
|
|
2043
|
+
{
|
|
2044
|
+
"type": "string[]"
|
|
2005
2045
|
}
|
|
2006
2046
|
],
|
|
2007
2047
|
"optional": false,
|
|
2008
2048
|
"required": false
|
|
2009
2049
|
},
|
|
2050
|
+
{
|
|
2051
|
+
"name": "errorTextCount",
|
|
2052
|
+
"type": "number | undefined",
|
|
2053
|
+
"complexType": {
|
|
2054
|
+
"original": "number",
|
|
2055
|
+
"resolved": "number | undefined",
|
|
2056
|
+
"references": {}
|
|
2057
|
+
},
|
|
2058
|
+
"mutable": false,
|
|
2059
|
+
"attr": "error-text-count",
|
|
2060
|
+
"reflectToAttr": false,
|
|
2061
|
+
"docs": "The number of error texts to be shown (if the error-text slot isn't used). Defaults to 1",
|
|
2062
|
+
"docsTags": [],
|
|
2063
|
+
"values": [
|
|
2064
|
+
{
|
|
2065
|
+
"type": "number"
|
|
2066
|
+
},
|
|
2067
|
+
{
|
|
2068
|
+
"type": "undefined"
|
|
2069
|
+
}
|
|
2070
|
+
],
|
|
2071
|
+
"optional": true,
|
|
2072
|
+
"required": false
|
|
2073
|
+
},
|
|
2010
2074
|
{
|
|
2011
2075
|
"name": "hoist",
|
|
2012
2076
|
"type": "boolean",
|
|
@@ -2582,6 +2646,10 @@
|
|
|
2582
2646
|
{
|
|
2583
2647
|
"name": "",
|
|
2584
2648
|
"docs": "Used to define a footer for the date picker."
|
|
2649
|
+
},
|
|
2650
|
+
{
|
|
2651
|
+
"name": "error-text",
|
|
2652
|
+
"docs": "Error text that is shown for validation errors. Alternatively, you can use the error-text prop."
|
|
2585
2653
|
}
|
|
2586
2654
|
],
|
|
2587
2655
|
"parts": [
|
|
@@ -2615,7 +2683,8 @@
|
|
|
2615
2683
|
"six-timepicker"
|
|
2616
2684
|
],
|
|
2617
2685
|
"six-input": [
|
|
2618
|
-
"six-icon"
|
|
2686
|
+
"six-icon",
|
|
2687
|
+
"six-error"
|
|
2619
2688
|
],
|
|
2620
2689
|
"six-timepicker": [
|
|
2621
2690
|
"six-item-picker",
|
|
@@ -4552,7 +4621,8 @@
|
|
|
4552
4621
|
"six-icon"
|
|
4553
4622
|
],
|
|
4554
4623
|
"six-input": [
|
|
4555
|
-
"six-icon"
|
|
4624
|
+
"six-icon",
|
|
4625
|
+
"six-error"
|
|
4556
4626
|
],
|
|
4557
4627
|
"six-menu": [
|
|
4558
4628
|
"six-menu-item"
|
|
@@ -4565,6 +4635,73 @@
|
|
|
4565
4635
|
]
|
|
4566
4636
|
}
|
|
4567
4637
|
},
|
|
4638
|
+
{
|
|
4639
|
+
"filePath": "src/components/six-error/six-error.tsx",
|
|
4640
|
+
"encapsulation": "shadow",
|
|
4641
|
+
"tag": "six-error",
|
|
4642
|
+
"readme": "# six-error\n\n\n",
|
|
4643
|
+
"docs": "",
|
|
4644
|
+
"docsTags": [
|
|
4645
|
+
{
|
|
4646
|
+
"name": "since",
|
|
4647
|
+
"text": "4.0"
|
|
4648
|
+
},
|
|
4649
|
+
{
|
|
4650
|
+
"name": "status",
|
|
4651
|
+
"text": "beta"
|
|
4652
|
+
},
|
|
4653
|
+
{
|
|
4654
|
+
"name": "slot",
|
|
4655
|
+
"text": "default - The error's message content"
|
|
4656
|
+
}
|
|
4657
|
+
],
|
|
4658
|
+
"usage": {},
|
|
4659
|
+
"props": [],
|
|
4660
|
+
"methods": [],
|
|
4661
|
+
"events": [],
|
|
4662
|
+
"listeners": [],
|
|
4663
|
+
"styles": [],
|
|
4664
|
+
"slots": [
|
|
4665
|
+
{
|
|
4666
|
+
"name": "default",
|
|
4667
|
+
"docs": "The error's message content"
|
|
4668
|
+
}
|
|
4669
|
+
],
|
|
4670
|
+
"parts": [],
|
|
4671
|
+
"dependents": [
|
|
4672
|
+
"six-checkbox",
|
|
4673
|
+
"six-group-label",
|
|
4674
|
+
"six-input",
|
|
4675
|
+
"six-range",
|
|
4676
|
+
"six-select",
|
|
4677
|
+
"six-switch",
|
|
4678
|
+
"six-textarea"
|
|
4679
|
+
],
|
|
4680
|
+
"dependencies": [],
|
|
4681
|
+
"dependencyGraph": {
|
|
4682
|
+
"six-checkbox": [
|
|
4683
|
+
"six-error"
|
|
4684
|
+
],
|
|
4685
|
+
"six-group-label": [
|
|
4686
|
+
"six-error"
|
|
4687
|
+
],
|
|
4688
|
+
"six-input": [
|
|
4689
|
+
"six-error"
|
|
4690
|
+
],
|
|
4691
|
+
"six-range": [
|
|
4692
|
+
"six-error"
|
|
4693
|
+
],
|
|
4694
|
+
"six-select": [
|
|
4695
|
+
"six-error"
|
|
4696
|
+
],
|
|
4697
|
+
"six-switch": [
|
|
4698
|
+
"six-error"
|
|
4699
|
+
],
|
|
4700
|
+
"six-textarea": [
|
|
4701
|
+
"six-error"
|
|
4702
|
+
]
|
|
4703
|
+
}
|
|
4704
|
+
},
|
|
4568
4705
|
{
|
|
4569
4706
|
"filePath": "src/components/six-error-page/six-error-page.tsx",
|
|
4570
4707
|
"encapsulation": "shadow",
|
|
@@ -5456,8 +5593,14 @@
|
|
|
5456
5593
|
}
|
|
5457
5594
|
],
|
|
5458
5595
|
"dependents": [],
|
|
5459
|
-
"dependencies": [
|
|
5460
|
-
|
|
5596
|
+
"dependencies": [
|
|
5597
|
+
"six-error"
|
|
5598
|
+
],
|
|
5599
|
+
"dependencyGraph": {
|
|
5600
|
+
"six-group-label": [
|
|
5601
|
+
"six-error"
|
|
5602
|
+
]
|
|
5603
|
+
}
|
|
5461
5604
|
},
|
|
5462
5605
|
{
|
|
5463
5606
|
"filePath": "src/components/six-header/six-header.tsx",
|
|
@@ -5814,7 +5957,8 @@
|
|
|
5814
5957
|
"six-icon"
|
|
5815
5958
|
],
|
|
5816
5959
|
"six-input": [
|
|
5817
|
-
"six-icon"
|
|
5960
|
+
"six-icon",
|
|
5961
|
+
"six-error"
|
|
5818
5962
|
],
|
|
5819
5963
|
"six-menu": [
|
|
5820
5964
|
"six-menu-item"
|
|
@@ -6259,13 +6403,17 @@
|
|
|
6259
6403
|
"name": "slot",
|
|
6260
6404
|
"text": "help-text - Help text that describes how to use the input. Alternatively, you can use the help-text prop."
|
|
6261
6405
|
},
|
|
6406
|
+
{
|
|
6407
|
+
"name": "slot",
|
|
6408
|
+
"text": "error-text - Error text that is shown when the status is set to invalid. Alternatively, you can use the error-text prop."
|
|
6409
|
+
},
|
|
6262
6410
|
{
|
|
6263
6411
|
"name": "part",
|
|
6264
6412
|
"text": "base - The component's base wrapper."
|
|
6265
6413
|
},
|
|
6266
6414
|
{
|
|
6267
6415
|
"name": "part",
|
|
6268
|
-
"text": "form-control - The form control that wraps the label, input, and help-text."
|
|
6416
|
+
"text": "form-control - The form control that wraps the label, input, error-text and help-text."
|
|
6269
6417
|
},
|
|
6270
6418
|
{
|
|
6271
6419
|
"name": "part",
|
|
@@ -6294,6 +6442,10 @@
|
|
|
6294
6442
|
{
|
|
6295
6443
|
"name": "part",
|
|
6296
6444
|
"text": "help-text - The input help text."
|
|
6445
|
+
},
|
|
6446
|
+
{
|
|
6447
|
+
"name": "part",
|
|
6448
|
+
"text": "error-text - The input error text."
|
|
6297
6449
|
}
|
|
6298
6450
|
],
|
|
6299
6451
|
"usage": {},
|
|
@@ -6437,10 +6589,10 @@
|
|
|
6437
6589
|
},
|
|
6438
6590
|
{
|
|
6439
6591
|
"name": "errorText",
|
|
6440
|
-
"type": "string",
|
|
6592
|
+
"type": "string | string[]",
|
|
6441
6593
|
"complexType": {
|
|
6442
|
-
"original": "string",
|
|
6443
|
-
"resolved": "string",
|
|
6594
|
+
"original": "string | string[]",
|
|
6595
|
+
"resolved": "string | string[]",
|
|
6444
6596
|
"references": {}
|
|
6445
6597
|
},
|
|
6446
6598
|
"mutable": false,
|
|
@@ -6452,11 +6604,38 @@
|
|
|
6452
6604
|
"values": [
|
|
6453
6605
|
{
|
|
6454
6606
|
"type": "string"
|
|
6607
|
+
},
|
|
6608
|
+
{
|
|
6609
|
+
"type": "string[]"
|
|
6455
6610
|
}
|
|
6456
6611
|
],
|
|
6457
6612
|
"optional": false,
|
|
6458
6613
|
"required": false
|
|
6459
6614
|
},
|
|
6615
|
+
{
|
|
6616
|
+
"name": "errorTextCount",
|
|
6617
|
+
"type": "number | undefined",
|
|
6618
|
+
"complexType": {
|
|
6619
|
+
"original": "number",
|
|
6620
|
+
"resolved": "number | undefined",
|
|
6621
|
+
"references": {}
|
|
6622
|
+
},
|
|
6623
|
+
"mutable": false,
|
|
6624
|
+
"attr": "error-text-count",
|
|
6625
|
+
"reflectToAttr": false,
|
|
6626
|
+
"docs": "The number of error texts to be shown (if the error-text slot isn't used). Defaults to 1",
|
|
6627
|
+
"docsTags": [],
|
|
6628
|
+
"values": [
|
|
6629
|
+
{
|
|
6630
|
+
"type": "number"
|
|
6631
|
+
},
|
|
6632
|
+
{
|
|
6633
|
+
"type": "undefined"
|
|
6634
|
+
}
|
|
6635
|
+
],
|
|
6636
|
+
"optional": true,
|
|
6637
|
+
"required": false
|
|
6638
|
+
},
|
|
6460
6639
|
{
|
|
6461
6640
|
"name": "helpText",
|
|
6462
6641
|
"type": "string",
|
|
@@ -7259,6 +7438,10 @@
|
|
|
7259
7438
|
"name": "clear-icon",
|
|
7260
7439
|
"docs": "An icon to use in lieu of the default clear icon."
|
|
7261
7440
|
},
|
|
7441
|
+
{
|
|
7442
|
+
"name": "error-text",
|
|
7443
|
+
"docs": "Error text that is shown when the status is set to invalid. Alternatively, you can use the error-text prop."
|
|
7444
|
+
},
|
|
7262
7445
|
{
|
|
7263
7446
|
"name": "help-text",
|
|
7264
7447
|
"docs": "Help text that describes how to use the input. Alternatively, you can use the help-text prop."
|
|
@@ -7293,9 +7476,13 @@
|
|
|
7293
7476
|
"name": "clear-button",
|
|
7294
7477
|
"docs": "The clear button."
|
|
7295
7478
|
},
|
|
7479
|
+
{
|
|
7480
|
+
"name": "error-text",
|
|
7481
|
+
"docs": "The input error text."
|
|
7482
|
+
},
|
|
7296
7483
|
{
|
|
7297
7484
|
"name": "form-control",
|
|
7298
|
-
"docs": "The form control that wraps the label, input, and help-text."
|
|
7485
|
+
"docs": "The form control that wraps the label, input, error-text and help-text."
|
|
7299
7486
|
},
|
|
7300
7487
|
{
|
|
7301
7488
|
"name": "help-text",
|
|
@@ -7330,11 +7517,13 @@
|
|
|
7330
7517
|
"six-timepicker"
|
|
7331
7518
|
],
|
|
7332
7519
|
"dependencies": [
|
|
7333
|
-
"six-icon"
|
|
7520
|
+
"six-icon",
|
|
7521
|
+
"six-error"
|
|
7334
7522
|
],
|
|
7335
7523
|
"dependencyGraph": {
|
|
7336
7524
|
"six-input": [
|
|
7337
|
-
"six-icon"
|
|
7525
|
+
"six-icon",
|
|
7526
|
+
"six-error"
|
|
7338
7527
|
],
|
|
7339
7528
|
"six-datepicker": [
|
|
7340
7529
|
"six-input"
|
|
@@ -9391,10 +9580,10 @@
|
|
|
9391
9580
|
},
|
|
9392
9581
|
{
|
|
9393
9582
|
"name": "errorText",
|
|
9394
|
-
"type": "string",
|
|
9583
|
+
"type": "string | string[]",
|
|
9395
9584
|
"complexType": {
|
|
9396
|
-
"original": "string",
|
|
9397
|
-
"resolved": "string",
|
|
9585
|
+
"original": "string | string[]",
|
|
9586
|
+
"resolved": "string | string[]",
|
|
9398
9587
|
"references": {}
|
|
9399
9588
|
},
|
|
9400
9589
|
"mutable": false,
|
|
@@ -9406,11 +9595,38 @@
|
|
|
9406
9595
|
"values": [
|
|
9407
9596
|
{
|
|
9408
9597
|
"type": "string"
|
|
9598
|
+
},
|
|
9599
|
+
{
|
|
9600
|
+
"type": "string[]"
|
|
9409
9601
|
}
|
|
9410
9602
|
],
|
|
9411
9603
|
"optional": false,
|
|
9412
9604
|
"required": false
|
|
9413
9605
|
},
|
|
9606
|
+
{
|
|
9607
|
+
"name": "errorTextCount",
|
|
9608
|
+
"type": "number | undefined",
|
|
9609
|
+
"complexType": {
|
|
9610
|
+
"original": "number",
|
|
9611
|
+
"resolved": "number | undefined",
|
|
9612
|
+
"references": {}
|
|
9613
|
+
},
|
|
9614
|
+
"mutable": false,
|
|
9615
|
+
"attr": "error-text-count",
|
|
9616
|
+
"reflectToAttr": false,
|
|
9617
|
+
"docs": "The number of error texts to be shown (if the error-text slot isn't used). Defaults to 1",
|
|
9618
|
+
"docsTags": [],
|
|
9619
|
+
"values": [
|
|
9620
|
+
{
|
|
9621
|
+
"type": "number"
|
|
9622
|
+
},
|
|
9623
|
+
{
|
|
9624
|
+
"type": "undefined"
|
|
9625
|
+
}
|
|
9626
|
+
],
|
|
9627
|
+
"optional": true,
|
|
9628
|
+
"required": false
|
|
9629
|
+
},
|
|
9414
9630
|
{
|
|
9415
9631
|
"name": "helpText",
|
|
9416
9632
|
"type": "string",
|
|
@@ -9810,8 +10026,14 @@
|
|
|
9810
10026
|
}
|
|
9811
10027
|
],
|
|
9812
10028
|
"dependents": [],
|
|
9813
|
-
"dependencies": [
|
|
9814
|
-
|
|
10029
|
+
"dependencies": [
|
|
10030
|
+
"six-error"
|
|
10031
|
+
],
|
|
10032
|
+
"dependencyGraph": {
|
|
10033
|
+
"six-range": [
|
|
10034
|
+
"six-error"
|
|
10035
|
+
]
|
|
10036
|
+
}
|
|
9815
10037
|
},
|
|
9816
10038
|
{
|
|
9817
10039
|
"filePath": "src/components/six-root/six-root.tsx",
|
|
@@ -10228,7 +10450,8 @@
|
|
|
10228
10450
|
"six-icon"
|
|
10229
10451
|
],
|
|
10230
10452
|
"six-input": [
|
|
10231
|
-
"six-icon"
|
|
10453
|
+
"six-icon",
|
|
10454
|
+
"six-error"
|
|
10232
10455
|
]
|
|
10233
10456
|
}
|
|
10234
10457
|
},
|
|
@@ -10392,10 +10615,10 @@
|
|
|
10392
10615
|
},
|
|
10393
10616
|
{
|
|
10394
10617
|
"name": "errorText",
|
|
10395
|
-
"type": "string",
|
|
10618
|
+
"type": "string | string[]",
|
|
10396
10619
|
"complexType": {
|
|
10397
|
-
"original": "string",
|
|
10398
|
-
"resolved": "string",
|
|
10620
|
+
"original": "string | string[]",
|
|
10621
|
+
"resolved": "string | string[]",
|
|
10399
10622
|
"references": {}
|
|
10400
10623
|
},
|
|
10401
10624
|
"mutable": false,
|
|
@@ -10407,11 +10630,38 @@
|
|
|
10407
10630
|
"values": [
|
|
10408
10631
|
{
|
|
10409
10632
|
"type": "string"
|
|
10633
|
+
},
|
|
10634
|
+
{
|
|
10635
|
+
"type": "string[]"
|
|
10410
10636
|
}
|
|
10411
10637
|
],
|
|
10412
10638
|
"optional": false,
|
|
10413
10639
|
"required": false
|
|
10414
10640
|
},
|
|
10641
|
+
{
|
|
10642
|
+
"name": "errorTextCount",
|
|
10643
|
+
"type": "number | undefined",
|
|
10644
|
+
"complexType": {
|
|
10645
|
+
"original": "number",
|
|
10646
|
+
"resolved": "number | undefined",
|
|
10647
|
+
"references": {}
|
|
10648
|
+
},
|
|
10649
|
+
"mutable": false,
|
|
10650
|
+
"attr": "error-text-count",
|
|
10651
|
+
"reflectToAttr": false,
|
|
10652
|
+
"docs": "The number of error texts to be shown (if the error-text slot isn't used). Defaults to 1",
|
|
10653
|
+
"docsTags": [],
|
|
10654
|
+
"values": [
|
|
10655
|
+
{
|
|
10656
|
+
"type": "number"
|
|
10657
|
+
},
|
|
10658
|
+
{
|
|
10659
|
+
"type": "undefined"
|
|
10660
|
+
}
|
|
10661
|
+
],
|
|
10662
|
+
"optional": true,
|
|
10663
|
+
"required": false
|
|
10664
|
+
},
|
|
10415
10665
|
{
|
|
10416
10666
|
"name": "filter",
|
|
10417
10667
|
"type": "boolean",
|
|
@@ -11014,7 +11264,8 @@
|
|
|
11014
11264
|
"six-icon-button",
|
|
11015
11265
|
"six-icon",
|
|
11016
11266
|
"six-input",
|
|
11017
|
-
"six-menu"
|
|
11267
|
+
"six-menu",
|
|
11268
|
+
"six-error"
|
|
11018
11269
|
],
|
|
11019
11270
|
"dependencyGraph": {
|
|
11020
11271
|
"six-select": [
|
|
@@ -11024,12 +11275,14 @@
|
|
|
11024
11275
|
"six-icon-button",
|
|
11025
11276
|
"six-icon",
|
|
11026
11277
|
"six-input",
|
|
11027
|
-
"six-menu"
|
|
11278
|
+
"six-menu",
|
|
11279
|
+
"six-error"
|
|
11028
11280
|
],
|
|
11029
11281
|
"six-menu-item": [
|
|
11030
11282
|
"six-icon"
|
|
11031
11283
|
],
|
|
11032
11284
|
"six-tag": [
|
|
11285
|
+
"six-tooltip",
|
|
11033
11286
|
"six-icon-button"
|
|
11034
11287
|
],
|
|
11035
11288
|
"six-icon-button": [
|
|
@@ -11041,7 +11294,8 @@
|
|
|
11041
11294
|
"six-menu"
|
|
11042
11295
|
],
|
|
11043
11296
|
"six-input": [
|
|
11044
|
-
"six-icon"
|
|
11297
|
+
"six-icon",
|
|
11298
|
+
"six-error"
|
|
11045
11299
|
],
|
|
11046
11300
|
"six-menu": [
|
|
11047
11301
|
"six-menu-item"
|
|
@@ -11854,6 +12108,10 @@
|
|
|
11854
12108
|
"name": "slot",
|
|
11855
12109
|
"text": "- The switch's label."
|
|
11856
12110
|
},
|
|
12111
|
+
{
|
|
12112
|
+
"name": "slot",
|
|
12113
|
+
"text": "error-text - Error text that is shown for validation errors. Alternatively, you can use the error-text prop."
|
|
12114
|
+
},
|
|
11857
12115
|
{
|
|
11858
12116
|
"name": "part",
|
|
11859
12117
|
"text": "base - The component's base wrapper."
|
|
@@ -11919,10 +12177,10 @@
|
|
|
11919
12177
|
},
|
|
11920
12178
|
{
|
|
11921
12179
|
"name": "errorText",
|
|
11922
|
-
"type": "string",
|
|
12180
|
+
"type": "string | string[]",
|
|
11923
12181
|
"complexType": {
|
|
11924
|
-
"original": "string",
|
|
11925
|
-
"resolved": "string",
|
|
12182
|
+
"original": "string | string[]",
|
|
12183
|
+
"resolved": "string | string[]",
|
|
11926
12184
|
"references": {}
|
|
11927
12185
|
},
|
|
11928
12186
|
"mutable": false,
|
|
@@ -11934,11 +12192,38 @@
|
|
|
11934
12192
|
"values": [
|
|
11935
12193
|
{
|
|
11936
12194
|
"type": "string"
|
|
12195
|
+
},
|
|
12196
|
+
{
|
|
12197
|
+
"type": "string[]"
|
|
11937
12198
|
}
|
|
11938
12199
|
],
|
|
11939
12200
|
"optional": false,
|
|
11940
12201
|
"required": false
|
|
11941
12202
|
},
|
|
12203
|
+
{
|
|
12204
|
+
"name": "errorTextCount",
|
|
12205
|
+
"type": "number | undefined",
|
|
12206
|
+
"complexType": {
|
|
12207
|
+
"original": "number",
|
|
12208
|
+
"resolved": "number | undefined",
|
|
12209
|
+
"references": {}
|
|
12210
|
+
},
|
|
12211
|
+
"mutable": false,
|
|
12212
|
+
"attr": "error-text-count",
|
|
12213
|
+
"reflectToAttr": false,
|
|
12214
|
+
"docs": "The number of error texts to be shown (if the error-text slot isn't used). Defaults to 1",
|
|
12215
|
+
"docsTags": [],
|
|
12216
|
+
"values": [
|
|
12217
|
+
{
|
|
12218
|
+
"type": "number"
|
|
12219
|
+
},
|
|
12220
|
+
{
|
|
12221
|
+
"type": "undefined"
|
|
12222
|
+
}
|
|
12223
|
+
],
|
|
12224
|
+
"optional": true,
|
|
12225
|
+
"required": false
|
|
12226
|
+
},
|
|
11942
12227
|
{
|
|
11943
12228
|
"name": "invalid",
|
|
11944
12229
|
"type": "boolean",
|
|
@@ -12177,6 +12462,10 @@
|
|
|
12177
12462
|
{
|
|
12178
12463
|
"name": "",
|
|
12179
12464
|
"docs": "The switch's label."
|
|
12465
|
+
},
|
|
12466
|
+
{
|
|
12467
|
+
"name": "error-text",
|
|
12468
|
+
"docs": "Error text that is shown for validation errors. Alternatively, you can use the error-text prop."
|
|
12180
12469
|
}
|
|
12181
12470
|
],
|
|
12182
12471
|
"parts": [
|
|
@@ -12198,8 +12487,14 @@
|
|
|
12198
12487
|
}
|
|
12199
12488
|
],
|
|
12200
12489
|
"dependents": [],
|
|
12201
|
-
"dependencies": [
|
|
12202
|
-
|
|
12490
|
+
"dependencies": [
|
|
12491
|
+
"six-error"
|
|
12492
|
+
],
|
|
12493
|
+
"dependencyGraph": {
|
|
12494
|
+
"six-switch": [
|
|
12495
|
+
"six-error"
|
|
12496
|
+
]
|
|
12497
|
+
}
|
|
12203
12498
|
},
|
|
12204
12499
|
{
|
|
12205
12500
|
"filePath": "src/components/six-tab/six-tab.tsx",
|
|
@@ -12961,10 +13256,12 @@
|
|
|
12961
13256
|
"six-select"
|
|
12962
13257
|
],
|
|
12963
13258
|
"dependencies": [
|
|
13259
|
+
"six-tooltip",
|
|
12964
13260
|
"six-icon-button"
|
|
12965
13261
|
],
|
|
12966
13262
|
"dependencyGraph": {
|
|
12967
13263
|
"six-tag": [
|
|
13264
|
+
"six-tooltip",
|
|
12968
13265
|
"six-icon-button"
|
|
12969
13266
|
],
|
|
12970
13267
|
"six-icon-button": [
|
|
@@ -13142,10 +13439,10 @@
|
|
|
13142
13439
|
},
|
|
13143
13440
|
{
|
|
13144
13441
|
"name": "errorText",
|
|
13145
|
-
"type": "string",
|
|
13442
|
+
"type": "string | string[]",
|
|
13146
13443
|
"complexType": {
|
|
13147
|
-
"original": "string",
|
|
13148
|
-
"resolved": "string",
|
|
13444
|
+
"original": "string | string[]",
|
|
13445
|
+
"resolved": "string | string[]",
|
|
13149
13446
|
"references": {}
|
|
13150
13447
|
},
|
|
13151
13448
|
"mutable": false,
|
|
@@ -13157,11 +13454,38 @@
|
|
|
13157
13454
|
"values": [
|
|
13158
13455
|
{
|
|
13159
13456
|
"type": "string"
|
|
13457
|
+
},
|
|
13458
|
+
{
|
|
13459
|
+
"type": "string[]"
|
|
13160
13460
|
}
|
|
13161
13461
|
],
|
|
13162
13462
|
"optional": false,
|
|
13163
13463
|
"required": false
|
|
13164
13464
|
},
|
|
13465
|
+
{
|
|
13466
|
+
"name": "errorTextCount",
|
|
13467
|
+
"type": "number | undefined",
|
|
13468
|
+
"complexType": {
|
|
13469
|
+
"original": "number",
|
|
13470
|
+
"resolved": "number | undefined",
|
|
13471
|
+
"references": {}
|
|
13472
|
+
},
|
|
13473
|
+
"mutable": false,
|
|
13474
|
+
"attr": "error-text-count",
|
|
13475
|
+
"reflectToAttr": false,
|
|
13476
|
+
"docs": "The number of error texts to be shown (if the error-text slot isn't used). Defaults to 1",
|
|
13477
|
+
"docsTags": [],
|
|
13478
|
+
"values": [
|
|
13479
|
+
{
|
|
13480
|
+
"type": "number"
|
|
13481
|
+
},
|
|
13482
|
+
{
|
|
13483
|
+
"type": "undefined"
|
|
13484
|
+
}
|
|
13485
|
+
],
|
|
13486
|
+
"optional": true,
|
|
13487
|
+
"required": false
|
|
13488
|
+
},
|
|
13165
13489
|
{
|
|
13166
13490
|
"name": "helpText",
|
|
13167
13491
|
"type": "string",
|
|
@@ -13820,8 +14144,14 @@
|
|
|
13820
14144
|
}
|
|
13821
14145
|
],
|
|
13822
14146
|
"dependents": [],
|
|
13823
|
-
"dependencies": [
|
|
13824
|
-
|
|
14147
|
+
"dependencies": [
|
|
14148
|
+
"six-error"
|
|
14149
|
+
],
|
|
14150
|
+
"dependencyGraph": {
|
|
14151
|
+
"six-textarea": [
|
|
14152
|
+
"six-error"
|
|
14153
|
+
]
|
|
14154
|
+
}
|
|
13825
14155
|
},
|
|
13826
14156
|
{
|
|
13827
14157
|
"filePath": "src/components/six-tile/six-tile.tsx",
|
|
@@ -14148,6 +14478,10 @@
|
|
|
14148
14478
|
"name": "status",
|
|
14149
14479
|
"text": "experimental"
|
|
14150
14480
|
},
|
|
14481
|
+
{
|
|
14482
|
+
"name": "slot",
|
|
14483
|
+
"text": "error-text - Error text that is shown for validation errors. Alternatively, you can use the error-text prop."
|
|
14484
|
+
},
|
|
14151
14485
|
{
|
|
14152
14486
|
"name": "part",
|
|
14153
14487
|
"text": "input - The input field"
|
|
@@ -14255,10 +14589,10 @@
|
|
|
14255
14589
|
},
|
|
14256
14590
|
{
|
|
14257
14591
|
"name": "errorText",
|
|
14258
|
-
"type": "string",
|
|
14592
|
+
"type": "string | string[]",
|
|
14259
14593
|
"complexType": {
|
|
14260
|
-
"original": "string",
|
|
14261
|
-
"resolved": "string",
|
|
14594
|
+
"original": "string | string[]",
|
|
14595
|
+
"resolved": "string | string[]",
|
|
14262
14596
|
"references": {}
|
|
14263
14597
|
},
|
|
14264
14598
|
"mutable": false,
|
|
@@ -14270,11 +14604,38 @@
|
|
|
14270
14604
|
"values": [
|
|
14271
14605
|
{
|
|
14272
14606
|
"type": "string"
|
|
14607
|
+
},
|
|
14608
|
+
{
|
|
14609
|
+
"type": "string[]"
|
|
14273
14610
|
}
|
|
14274
14611
|
],
|
|
14275
14612
|
"optional": false,
|
|
14276
14613
|
"required": false
|
|
14277
14614
|
},
|
|
14615
|
+
{
|
|
14616
|
+
"name": "errorTextCount",
|
|
14617
|
+
"type": "number | undefined",
|
|
14618
|
+
"complexType": {
|
|
14619
|
+
"original": "number",
|
|
14620
|
+
"resolved": "number | undefined",
|
|
14621
|
+
"references": {}
|
|
14622
|
+
},
|
|
14623
|
+
"mutable": false,
|
|
14624
|
+
"attr": "error-text-count",
|
|
14625
|
+
"reflectToAttr": false,
|
|
14626
|
+
"docs": "The number of error texts to be shown (if the error-text slot isn't used). Defaults to 1",
|
|
14627
|
+
"docsTags": [],
|
|
14628
|
+
"values": [
|
|
14629
|
+
{
|
|
14630
|
+
"type": "number"
|
|
14631
|
+
},
|
|
14632
|
+
{
|
|
14633
|
+
"type": "undefined"
|
|
14634
|
+
}
|
|
14635
|
+
],
|
|
14636
|
+
"optional": true,
|
|
14637
|
+
"required": false
|
|
14638
|
+
},
|
|
14278
14639
|
{
|
|
14279
14640
|
"name": "format",
|
|
14280
14641
|
"type": "\"HH\" | \"HH:mm\" | \"HH:mm:ss\" | \"HH:mm:ss:ms\" | \"hh:aa\" | \"hh:mm:aa\" | \"hh:mm:ss:aa\" | \"hh:mm:ss:ms:aa\" | \"mm\" | \"ms\" | \"ss\"",
|
|
@@ -14830,7 +15191,12 @@
|
|
|
14830
15191
|
}
|
|
14831
15192
|
],
|
|
14832
15193
|
"styles": [],
|
|
14833
|
-
"slots": [
|
|
15194
|
+
"slots": [
|
|
15195
|
+
{
|
|
15196
|
+
"name": "error-text",
|
|
15197
|
+
"docs": "Error text that is shown for validation errors. Alternatively, you can use the error-text prop."
|
|
15198
|
+
}
|
|
15199
|
+
],
|
|
14834
15200
|
"parts": [
|
|
14835
15201
|
{
|
|
14836
15202
|
"name": "container",
|
|
@@ -14867,7 +15233,8 @@
|
|
|
14867
15233
|
"six-icon"
|
|
14868
15234
|
],
|
|
14869
15235
|
"six-input": [
|
|
14870
|
-
"six-icon"
|
|
15236
|
+
"six-icon",
|
|
15237
|
+
"six-error"
|
|
14871
15238
|
],
|
|
14872
15239
|
"six-datepicker": [
|
|
14873
15240
|
"six-timepicker"
|
|
@@ -15287,10 +15654,14 @@
|
|
|
15287
15654
|
}
|
|
15288
15655
|
],
|
|
15289
15656
|
"dependents": [
|
|
15657
|
+
"six-tag",
|
|
15290
15658
|
"six-tile"
|
|
15291
15659
|
],
|
|
15292
15660
|
"dependencies": [],
|
|
15293
15661
|
"dependencyGraph": {
|
|
15662
|
+
"six-tag": [
|
|
15663
|
+
"six-tooltip"
|
|
15664
|
+
],
|
|
15294
15665
|
"six-tile": [
|
|
15295
15666
|
"six-tooltip"
|
|
15296
15667
|
]
|