@ukic/docs 3.4.0 → 3.4.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/docs.json +80 -5
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -3324,7 +3324,7 @@
|
|
|
3324
3324
|
}
|
|
3325
3325
|
}
|
|
3326
3326
|
},
|
|
3327
|
-
"mutable":
|
|
3327
|
+
"mutable": true,
|
|
3328
3328
|
"attr": "variant",
|
|
3329
3329
|
"reflectToAttr": false,
|
|
3330
3330
|
"docs": "The variant of the button to be displayed.",
|
|
@@ -8718,10 +8718,10 @@
|
|
|
8718
8718
|
"props": [
|
|
8719
8719
|
{
|
|
8720
8720
|
"name": "ariaLiveMode",
|
|
8721
|
-
"type": "\"assertive\" | \"polite\" | undefined",
|
|
8721
|
+
"type": "\"assertive\" | \"off\" | \"polite\" | undefined",
|
|
8722
8722
|
"complexType": {
|
|
8723
8723
|
"original": "IcAriaLiveModeVariants",
|
|
8724
|
-
"resolved": "\"assertive\" | \"polite\" | undefined",
|
|
8724
|
+
"resolved": "\"assertive\" | \"off\" | \"polite\" | undefined",
|
|
8725
8725
|
"references": {
|
|
8726
8726
|
"IcAriaLiveModeVariants": {
|
|
8727
8727
|
"location": "import",
|
|
@@ -8741,6 +8741,10 @@
|
|
|
8741
8741
|
"value": "assertive",
|
|
8742
8742
|
"type": "string"
|
|
8743
8743
|
},
|
|
8744
|
+
{
|
|
8745
|
+
"value": "off",
|
|
8746
|
+
"type": "string"
|
|
8747
|
+
},
|
|
8744
8748
|
{
|
|
8745
8749
|
"value": "polite",
|
|
8746
8750
|
"type": "string"
|
|
@@ -18908,7 +18912,30 @@
|
|
|
18908
18912
|
"setter": false
|
|
18909
18913
|
}
|
|
18910
18914
|
],
|
|
18911
|
-
"methods": [
|
|
18915
|
+
"methods": [
|
|
18916
|
+
{
|
|
18917
|
+
"name": "setFocus",
|
|
18918
|
+
"returns": {
|
|
18919
|
+
"type": "Promise<void>",
|
|
18920
|
+
"docs": ""
|
|
18921
|
+
},
|
|
18922
|
+
"complexType": {
|
|
18923
|
+
"signature": "() => Promise<void>",
|
|
18924
|
+
"parameters": [],
|
|
18925
|
+
"references": {
|
|
18926
|
+
"Promise": {
|
|
18927
|
+
"location": "global",
|
|
18928
|
+
"id": "global::Promise"
|
|
18929
|
+
}
|
|
18930
|
+
},
|
|
18931
|
+
"return": "Promise<void>"
|
|
18932
|
+
},
|
|
18933
|
+
"signature": "setFocus() => Promise<void>",
|
|
18934
|
+
"parameters": [],
|
|
18935
|
+
"docs": "Sets focus on the tab context.",
|
|
18936
|
+
"docsTags": []
|
|
18937
|
+
}
|
|
18938
|
+
],
|
|
18912
18939
|
"events": [
|
|
18913
18940
|
{
|
|
18914
18941
|
"event": "icTabSelect",
|
|
@@ -19955,6 +19982,49 @@
|
|
|
19955
19982
|
"getter": false,
|
|
19956
19983
|
"setter": false
|
|
19957
19984
|
},
|
|
19985
|
+
{
|
|
19986
|
+
"name": "validationAriaLive",
|
|
19987
|
+
"type": "\"assertive\" | \"default\" | \"off\" | \"polite\"",
|
|
19988
|
+
"complexType": {
|
|
19989
|
+
"original": "IcValidationAriaLive",
|
|
19990
|
+
"resolved": "\"assertive\" | \"default\" | \"off\" | \"polite\"",
|
|
19991
|
+
"references": {
|
|
19992
|
+
"IcValidationAriaLive": {
|
|
19993
|
+
"location": "import",
|
|
19994
|
+
"path": "../../utils/types",
|
|
19995
|
+
"id": "src/utils/types.ts::IcValidationAriaLive"
|
|
19996
|
+
}
|
|
19997
|
+
}
|
|
19998
|
+
},
|
|
19999
|
+
"mutable": false,
|
|
20000
|
+
"attr": "validation-aria-live",
|
|
20001
|
+
"reflectToAttr": false,
|
|
20002
|
+
"docs": "The value of the `aria-live` attribute on the validation message. When set to \"default\", the `aria-live` value will be handled automatically, e.g. \"assertive\" for `validation-status=\"error\"`.",
|
|
20003
|
+
"docsTags": [],
|
|
20004
|
+
"default": "\"default\"",
|
|
20005
|
+
"values": [
|
|
20006
|
+
{
|
|
20007
|
+
"value": "assertive",
|
|
20008
|
+
"type": "string"
|
|
20009
|
+
},
|
|
20010
|
+
{
|
|
20011
|
+
"value": "default",
|
|
20012
|
+
"type": "string"
|
|
20013
|
+
},
|
|
20014
|
+
{
|
|
20015
|
+
"value": "off",
|
|
20016
|
+
"type": "string"
|
|
20017
|
+
},
|
|
20018
|
+
{
|
|
20019
|
+
"value": "polite",
|
|
20020
|
+
"type": "string"
|
|
20021
|
+
}
|
|
20022
|
+
],
|
|
20023
|
+
"optional": false,
|
|
20024
|
+
"required": false,
|
|
20025
|
+
"getter": false,
|
|
20026
|
+
"setter": false
|
|
20027
|
+
},
|
|
19958
20028
|
{
|
|
19959
20029
|
"name": "validationInline",
|
|
19960
20030
|
"type": "boolean",
|
|
@@ -23064,6 +23134,11 @@
|
|
|
23064
23134
|
"docstring": "",
|
|
23065
23135
|
"path": "src/components/ic-text-field/ic-text-field.types.ts"
|
|
23066
23136
|
},
|
|
23137
|
+
"src/utils/types.ts::IcValidationAriaLive": {
|
|
23138
|
+
"declaration": "export type IcValidationAriaLive = \"default\" | \"polite\" | \"assertive\" | \"off\";",
|
|
23139
|
+
"docstring": "",
|
|
23140
|
+
"path": "src/utils/types.ts"
|
|
23141
|
+
},
|
|
23067
23142
|
"src/utils/types.ts::IcAutocompleteTypes": {
|
|
23068
23143
|
"declaration": "export type IcAutocompleteTypes =\n | \"on\"\n | \"off\"\n | \"name\"\n | \"honorific-prefix\"\n | \"given-name\"\n | \"additional-name\"\n | \"family-name\"\n | \"honorific-suffix\"\n | \"nickname\"\n | \"email\"\n | \"username\"\n | \"new-password\"\n | \"current-password\"\n | \"one-time-code\"\n | \"organization-title\"\n | \"organization\"\n | \"street-address\"\n | \"address-line1\"\n | \"address-line2\"\n | \"address-line3\"\n | \"address-level4\"\n | \"address-level3\"\n | \"address-level2\"\n | \"address-level1\"\n | \"country\"\n | \"country-name\"\n | \"postal-code\"\n | \"cc-name\"\n | \"cc-given-name\"\n | \"cc-additional-name\"\n | \"cc-family-name\"\n | \"cc-family-name\"\n | \"cc-number\"\n | \"cc-exp\"\n | \"cc-exp-month\"\n | \"cc-exp-year\"\n | \"cc-csc\"\n | \"cc-type\"\n | \"transaction-currency\"\n | \"transaction-amount\"\n | \"language\"\n | \"bday\"\n | \"bday-day\"\n | \"bday-month\"\n | \"bday-year\"\n | \"sex\"\n | \"tel\"\n | \"tel-country-code\"\n | \"tel-national\"\n | \"tel-area-code\"\n | \"tel-local\"\n | \"tel-extension\"\n | \"impp\"\n | \"url\"\n | \"photo\";",
|
|
23069
23144
|
"docstring": "",
|
|
@@ -23175,7 +23250,7 @@
|
|
|
23175
23250
|
"path": "src/components/ic-hero/ic-hero.types.tsx"
|
|
23176
23251
|
},
|
|
23177
23252
|
"src/components/ic-input-validation/ic-input-validation.types.tsx::IcAriaLiveModeVariants": {
|
|
23178
|
-
"declaration": "export type IcAriaLiveModeVariants = \"polite\" | \"assertive\";",
|
|
23253
|
+
"declaration": "export type IcAriaLiveModeVariants = \"polite\" | \"assertive\" | \"off\";",
|
|
23179
23254
|
"docstring": "",
|
|
23180
23255
|
"path": "src/components/ic-input-validation/ic-input-validation.types.tsx"
|
|
23181
23256
|
},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "mi6",
|
|
3
3
|
"name": "@ukic/docs",
|
|
4
|
-
"version": "3.4.
|
|
4
|
+
"version": "3.4.1",
|
|
5
5
|
"description": "API documentation for @ukic components",
|
|
6
6
|
"main": "docs.json",
|
|
7
7
|
"types": "docs.d.ts",
|
|
@@ -19,5 +19,5 @@
|
|
|
19
19
|
},
|
|
20
20
|
"license": "MIT",
|
|
21
21
|
"packageManager": "^npm@10.9.2",
|
|
22
|
-
"gitHead": "
|
|
22
|
+
"gitHead": "3614c603996bdfb39b4be9114ec272a4ee138c23"
|
|
23
23
|
}
|