@six-group/ui-library 0.0.0-insider.388e2a7 → 0.0.0-insider.46b7c93
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-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/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-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/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 +15 -4
- 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-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.json +413 -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-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/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-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-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/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-9f0b43f9.entry.js +0 -2
- package/dist/ui-library/p-9f0b43f9.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-25T12:31:41",
|
|
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,7 +11275,8 @@
|
|
|
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"
|
|
@@ -11041,7 +11293,8 @@
|
|
|
11041
11293
|
"six-menu"
|
|
11042
11294
|
],
|
|
11043
11295
|
"six-input": [
|
|
11044
|
-
"six-icon"
|
|
11296
|
+
"six-icon",
|
|
11297
|
+
"six-error"
|
|
11045
11298
|
],
|
|
11046
11299
|
"six-menu": [
|
|
11047
11300
|
"six-menu-item"
|
|
@@ -11854,6 +12107,10 @@
|
|
|
11854
12107
|
"name": "slot",
|
|
11855
12108
|
"text": "- The switch's label."
|
|
11856
12109
|
},
|
|
12110
|
+
{
|
|
12111
|
+
"name": "slot",
|
|
12112
|
+
"text": "error-text - Error text that is shown for validation errors. Alternatively, you can use the error-text prop."
|
|
12113
|
+
},
|
|
11857
12114
|
{
|
|
11858
12115
|
"name": "part",
|
|
11859
12116
|
"text": "base - The component's base wrapper."
|
|
@@ -11919,10 +12176,10 @@
|
|
|
11919
12176
|
},
|
|
11920
12177
|
{
|
|
11921
12178
|
"name": "errorText",
|
|
11922
|
-
"type": "string",
|
|
12179
|
+
"type": "string | string[]",
|
|
11923
12180
|
"complexType": {
|
|
11924
|
-
"original": "string",
|
|
11925
|
-
"resolved": "string",
|
|
12181
|
+
"original": "string | string[]",
|
|
12182
|
+
"resolved": "string | string[]",
|
|
11926
12183
|
"references": {}
|
|
11927
12184
|
},
|
|
11928
12185
|
"mutable": false,
|
|
@@ -11934,11 +12191,38 @@
|
|
|
11934
12191
|
"values": [
|
|
11935
12192
|
{
|
|
11936
12193
|
"type": "string"
|
|
12194
|
+
},
|
|
12195
|
+
{
|
|
12196
|
+
"type": "string[]"
|
|
11937
12197
|
}
|
|
11938
12198
|
],
|
|
11939
12199
|
"optional": false,
|
|
11940
12200
|
"required": false
|
|
11941
12201
|
},
|
|
12202
|
+
{
|
|
12203
|
+
"name": "errorTextCount",
|
|
12204
|
+
"type": "number | undefined",
|
|
12205
|
+
"complexType": {
|
|
12206
|
+
"original": "number",
|
|
12207
|
+
"resolved": "number | undefined",
|
|
12208
|
+
"references": {}
|
|
12209
|
+
},
|
|
12210
|
+
"mutable": false,
|
|
12211
|
+
"attr": "error-text-count",
|
|
12212
|
+
"reflectToAttr": false,
|
|
12213
|
+
"docs": "The number of error texts to be shown (if the error-text slot isn't used). Defaults to 1",
|
|
12214
|
+
"docsTags": [],
|
|
12215
|
+
"values": [
|
|
12216
|
+
{
|
|
12217
|
+
"type": "number"
|
|
12218
|
+
},
|
|
12219
|
+
{
|
|
12220
|
+
"type": "undefined"
|
|
12221
|
+
}
|
|
12222
|
+
],
|
|
12223
|
+
"optional": true,
|
|
12224
|
+
"required": false
|
|
12225
|
+
},
|
|
11942
12226
|
{
|
|
11943
12227
|
"name": "invalid",
|
|
11944
12228
|
"type": "boolean",
|
|
@@ -12177,6 +12461,10 @@
|
|
|
12177
12461
|
{
|
|
12178
12462
|
"name": "",
|
|
12179
12463
|
"docs": "The switch's label."
|
|
12464
|
+
},
|
|
12465
|
+
{
|
|
12466
|
+
"name": "error-text",
|
|
12467
|
+
"docs": "Error text that is shown for validation errors. Alternatively, you can use the error-text prop."
|
|
12180
12468
|
}
|
|
12181
12469
|
],
|
|
12182
12470
|
"parts": [
|
|
@@ -12198,8 +12486,14 @@
|
|
|
12198
12486
|
}
|
|
12199
12487
|
],
|
|
12200
12488
|
"dependents": [],
|
|
12201
|
-
"dependencies": [
|
|
12202
|
-
|
|
12489
|
+
"dependencies": [
|
|
12490
|
+
"six-error"
|
|
12491
|
+
],
|
|
12492
|
+
"dependencyGraph": {
|
|
12493
|
+
"six-switch": [
|
|
12494
|
+
"six-error"
|
|
12495
|
+
]
|
|
12496
|
+
}
|
|
12203
12497
|
},
|
|
12204
12498
|
{
|
|
12205
12499
|
"filePath": "src/components/six-tab/six-tab.tsx",
|
|
@@ -13142,10 +13436,10 @@
|
|
|
13142
13436
|
},
|
|
13143
13437
|
{
|
|
13144
13438
|
"name": "errorText",
|
|
13145
|
-
"type": "string",
|
|
13439
|
+
"type": "string | string[]",
|
|
13146
13440
|
"complexType": {
|
|
13147
|
-
"original": "string",
|
|
13148
|
-
"resolved": "string",
|
|
13441
|
+
"original": "string | string[]",
|
|
13442
|
+
"resolved": "string | string[]",
|
|
13149
13443
|
"references": {}
|
|
13150
13444
|
},
|
|
13151
13445
|
"mutable": false,
|
|
@@ -13157,11 +13451,38 @@
|
|
|
13157
13451
|
"values": [
|
|
13158
13452
|
{
|
|
13159
13453
|
"type": "string"
|
|
13454
|
+
},
|
|
13455
|
+
{
|
|
13456
|
+
"type": "string[]"
|
|
13160
13457
|
}
|
|
13161
13458
|
],
|
|
13162
13459
|
"optional": false,
|
|
13163
13460
|
"required": false
|
|
13164
13461
|
},
|
|
13462
|
+
{
|
|
13463
|
+
"name": "errorTextCount",
|
|
13464
|
+
"type": "number | undefined",
|
|
13465
|
+
"complexType": {
|
|
13466
|
+
"original": "number",
|
|
13467
|
+
"resolved": "number | undefined",
|
|
13468
|
+
"references": {}
|
|
13469
|
+
},
|
|
13470
|
+
"mutable": false,
|
|
13471
|
+
"attr": "error-text-count",
|
|
13472
|
+
"reflectToAttr": false,
|
|
13473
|
+
"docs": "The number of error texts to be shown (if the error-text slot isn't used). Defaults to 1",
|
|
13474
|
+
"docsTags": [],
|
|
13475
|
+
"values": [
|
|
13476
|
+
{
|
|
13477
|
+
"type": "number"
|
|
13478
|
+
},
|
|
13479
|
+
{
|
|
13480
|
+
"type": "undefined"
|
|
13481
|
+
}
|
|
13482
|
+
],
|
|
13483
|
+
"optional": true,
|
|
13484
|
+
"required": false
|
|
13485
|
+
},
|
|
13165
13486
|
{
|
|
13166
13487
|
"name": "helpText",
|
|
13167
13488
|
"type": "string",
|
|
@@ -13820,8 +14141,14 @@
|
|
|
13820
14141
|
}
|
|
13821
14142
|
],
|
|
13822
14143
|
"dependents": [],
|
|
13823
|
-
"dependencies": [
|
|
13824
|
-
|
|
14144
|
+
"dependencies": [
|
|
14145
|
+
"six-error"
|
|
14146
|
+
],
|
|
14147
|
+
"dependencyGraph": {
|
|
14148
|
+
"six-textarea": [
|
|
14149
|
+
"six-error"
|
|
14150
|
+
]
|
|
14151
|
+
}
|
|
13825
14152
|
},
|
|
13826
14153
|
{
|
|
13827
14154
|
"filePath": "src/components/six-tile/six-tile.tsx",
|
|
@@ -14148,6 +14475,10 @@
|
|
|
14148
14475
|
"name": "status",
|
|
14149
14476
|
"text": "experimental"
|
|
14150
14477
|
},
|
|
14478
|
+
{
|
|
14479
|
+
"name": "slot",
|
|
14480
|
+
"text": "error-text - Error text that is shown for validation errors. Alternatively, you can use the error-text prop."
|
|
14481
|
+
},
|
|
14151
14482
|
{
|
|
14152
14483
|
"name": "part",
|
|
14153
14484
|
"text": "input - The input field"
|
|
@@ -14255,10 +14586,10 @@
|
|
|
14255
14586
|
},
|
|
14256
14587
|
{
|
|
14257
14588
|
"name": "errorText",
|
|
14258
|
-
"type": "string",
|
|
14589
|
+
"type": "string | string[]",
|
|
14259
14590
|
"complexType": {
|
|
14260
|
-
"original": "string",
|
|
14261
|
-
"resolved": "string",
|
|
14591
|
+
"original": "string | string[]",
|
|
14592
|
+
"resolved": "string | string[]",
|
|
14262
14593
|
"references": {}
|
|
14263
14594
|
},
|
|
14264
14595
|
"mutable": false,
|
|
@@ -14270,11 +14601,38 @@
|
|
|
14270
14601
|
"values": [
|
|
14271
14602
|
{
|
|
14272
14603
|
"type": "string"
|
|
14604
|
+
},
|
|
14605
|
+
{
|
|
14606
|
+
"type": "string[]"
|
|
14273
14607
|
}
|
|
14274
14608
|
],
|
|
14275
14609
|
"optional": false,
|
|
14276
14610
|
"required": false
|
|
14277
14611
|
},
|
|
14612
|
+
{
|
|
14613
|
+
"name": "errorTextCount",
|
|
14614
|
+
"type": "number | undefined",
|
|
14615
|
+
"complexType": {
|
|
14616
|
+
"original": "number",
|
|
14617
|
+
"resolved": "number | undefined",
|
|
14618
|
+
"references": {}
|
|
14619
|
+
},
|
|
14620
|
+
"mutable": false,
|
|
14621
|
+
"attr": "error-text-count",
|
|
14622
|
+
"reflectToAttr": false,
|
|
14623
|
+
"docs": "The number of error texts to be shown (if the error-text slot isn't used). Defaults to 1",
|
|
14624
|
+
"docsTags": [],
|
|
14625
|
+
"values": [
|
|
14626
|
+
{
|
|
14627
|
+
"type": "number"
|
|
14628
|
+
},
|
|
14629
|
+
{
|
|
14630
|
+
"type": "undefined"
|
|
14631
|
+
}
|
|
14632
|
+
],
|
|
14633
|
+
"optional": true,
|
|
14634
|
+
"required": false
|
|
14635
|
+
},
|
|
14278
14636
|
{
|
|
14279
14637
|
"name": "format",
|
|
14280
14638
|
"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 +15188,12 @@
|
|
|
14830
15188
|
}
|
|
14831
15189
|
],
|
|
14832
15190
|
"styles": [],
|
|
14833
|
-
"slots": [
|
|
15191
|
+
"slots": [
|
|
15192
|
+
{
|
|
15193
|
+
"name": "error-text",
|
|
15194
|
+
"docs": "Error text that is shown for validation errors. Alternatively, you can use the error-text prop."
|
|
15195
|
+
}
|
|
15196
|
+
],
|
|
14834
15197
|
"parts": [
|
|
14835
15198
|
{
|
|
14836
15199
|
"name": "container",
|
|
@@ -14867,7 +15230,8 @@
|
|
|
14867
15230
|
"six-icon"
|
|
14868
15231
|
],
|
|
14869
15232
|
"six-input": [
|
|
14870
|
-
"six-icon"
|
|
15233
|
+
"six-icon",
|
|
15234
|
+
"six-error"
|
|
14871
15235
|
],
|
|
14872
15236
|
"six-datepicker": [
|
|
14873
15237
|
"six-timepicker"
|