@ukic/docs 3.4.1 → 3.4.2
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 +161 -20
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -8720,13 +8720,13 @@
|
|
|
8720
8720
|
"name": "ariaLiveMode",
|
|
8721
8721
|
"type": "\"assertive\" | \"off\" | \"polite\" | undefined",
|
|
8722
8722
|
"complexType": {
|
|
8723
|
-
"original": "
|
|
8723
|
+
"original": "IcAriaLive",
|
|
8724
8724
|
"resolved": "\"assertive\" | \"off\" | \"polite\" | undefined",
|
|
8725
8725
|
"references": {
|
|
8726
|
-
"
|
|
8726
|
+
"IcAriaLive": {
|
|
8727
8727
|
"location": "import",
|
|
8728
|
-
"path": "
|
|
8729
|
-
"id": "src/
|
|
8728
|
+
"path": "../../utils/types",
|
|
8729
|
+
"id": "src/utils/types.ts::IcAriaLive"
|
|
8730
8730
|
}
|
|
8731
8731
|
}
|
|
8732
8732
|
},
|
|
@@ -13834,6 +13834,45 @@
|
|
|
13834
13834
|
"getter": false,
|
|
13835
13835
|
"setter": false
|
|
13836
13836
|
},
|
|
13837
|
+
{
|
|
13838
|
+
"name": "validationAriaLive",
|
|
13839
|
+
"type": "\"assertive\" | \"off\" | \"polite\"",
|
|
13840
|
+
"complexType": {
|
|
13841
|
+
"original": "IcAriaLive",
|
|
13842
|
+
"resolved": "\"assertive\" | \"off\" | \"polite\"",
|
|
13843
|
+
"references": {
|
|
13844
|
+
"IcAriaLive": {
|
|
13845
|
+
"location": "import",
|
|
13846
|
+
"path": "../../utils/types",
|
|
13847
|
+
"id": "src/utils/types.ts::IcAriaLive"
|
|
13848
|
+
}
|
|
13849
|
+
}
|
|
13850
|
+
},
|
|
13851
|
+
"mutable": false,
|
|
13852
|
+
"attr": "validation-aria-live",
|
|
13853
|
+
"reflectToAttr": false,
|
|
13854
|
+
"docs": "The value of the `aria-live` attribute on the validation message.",
|
|
13855
|
+
"docsTags": [],
|
|
13856
|
+
"default": "\"polite\"",
|
|
13857
|
+
"values": [
|
|
13858
|
+
{
|
|
13859
|
+
"value": "assertive",
|
|
13860
|
+
"type": "string"
|
|
13861
|
+
},
|
|
13862
|
+
{
|
|
13863
|
+
"value": "off",
|
|
13864
|
+
"type": "string"
|
|
13865
|
+
},
|
|
13866
|
+
{
|
|
13867
|
+
"value": "polite",
|
|
13868
|
+
"type": "string"
|
|
13869
|
+
}
|
|
13870
|
+
],
|
|
13871
|
+
"optional": false,
|
|
13872
|
+
"required": false,
|
|
13873
|
+
"getter": false,
|
|
13874
|
+
"setter": false
|
|
13875
|
+
},
|
|
13837
13876
|
{
|
|
13838
13877
|
"name": "validationStatus",
|
|
13839
13878
|
"type": "\"\" | \"error\" | \"success\" | \"warning\" | undefined",
|
|
@@ -13881,10 +13920,10 @@
|
|
|
13881
13920
|
},
|
|
13882
13921
|
{
|
|
13883
13922
|
"name": "validationText",
|
|
13884
|
-
"type": "string
|
|
13923
|
+
"type": "string",
|
|
13885
13924
|
"complexType": {
|
|
13886
13925
|
"original": "string",
|
|
13887
|
-
"resolved": "string
|
|
13926
|
+
"resolved": "string",
|
|
13888
13927
|
"references": {}
|
|
13889
13928
|
},
|
|
13890
13929
|
"mutable": false,
|
|
@@ -13896,12 +13935,9 @@
|
|
|
13896
13935
|
"values": [
|
|
13897
13936
|
{
|
|
13898
13937
|
"type": "string"
|
|
13899
|
-
},
|
|
13900
|
-
{
|
|
13901
|
-
"type": "undefined"
|
|
13902
13938
|
}
|
|
13903
13939
|
],
|
|
13904
|
-
"optional":
|
|
13940
|
+
"optional": false,
|
|
13905
13941
|
"required": false,
|
|
13906
13942
|
"getter": false,
|
|
13907
13943
|
"setter": false
|
|
@@ -16525,6 +16561,45 @@
|
|
|
16525
16561
|
"getter": false,
|
|
16526
16562
|
"setter": false
|
|
16527
16563
|
},
|
|
16564
|
+
{
|
|
16565
|
+
"name": "validationAriaLive",
|
|
16566
|
+
"type": "\"assertive\" | \"off\" | \"polite\"",
|
|
16567
|
+
"complexType": {
|
|
16568
|
+
"original": "IcAriaLive",
|
|
16569
|
+
"resolved": "\"assertive\" | \"off\" | \"polite\"",
|
|
16570
|
+
"references": {
|
|
16571
|
+
"IcAriaLive": {
|
|
16572
|
+
"location": "import",
|
|
16573
|
+
"path": "../../utils/types",
|
|
16574
|
+
"id": "src/utils/types.ts::IcAriaLive"
|
|
16575
|
+
}
|
|
16576
|
+
}
|
|
16577
|
+
},
|
|
16578
|
+
"mutable": false,
|
|
16579
|
+
"attr": "validation-aria-live",
|
|
16580
|
+
"reflectToAttr": false,
|
|
16581
|
+
"docs": "The value of the `aria-live` attribute on the validation message.",
|
|
16582
|
+
"docsTags": [],
|
|
16583
|
+
"default": "\"polite\"",
|
|
16584
|
+
"values": [
|
|
16585
|
+
{
|
|
16586
|
+
"value": "assertive",
|
|
16587
|
+
"type": "string"
|
|
16588
|
+
},
|
|
16589
|
+
{
|
|
16590
|
+
"value": "off",
|
|
16591
|
+
"type": "string"
|
|
16592
|
+
},
|
|
16593
|
+
{
|
|
16594
|
+
"value": "polite",
|
|
16595
|
+
"type": "string"
|
|
16596
|
+
}
|
|
16597
|
+
],
|
|
16598
|
+
"optional": false,
|
|
16599
|
+
"required": false,
|
|
16600
|
+
"getter": false,
|
|
16601
|
+
"setter": false
|
|
16602
|
+
},
|
|
16528
16603
|
{
|
|
16529
16604
|
"name": "validationStatus",
|
|
16530
16605
|
"type": "\"\" | \"error\" | \"success\" | \"warning\"",
|
|
@@ -17938,6 +18013,35 @@
|
|
|
17938
18013
|
"getter": false,
|
|
17939
18014
|
"setter": false
|
|
17940
18015
|
},
|
|
18016
|
+
{
|
|
18017
|
+
"name": "icI18n",
|
|
18018
|
+
"type": "{ next: string; step: string; of: string; lastStep: string; completed: string; notRequired: string; required: string; optional: string; }",
|
|
18019
|
+
"complexType": {
|
|
18020
|
+
"original": "IcStepI18n",
|
|
18021
|
+
"resolved": "{ next: string; step: string; of: string; lastStep: string; completed: string; notRequired: string; required: string; optional: string; }",
|
|
18022
|
+
"references": {
|
|
18023
|
+
"IcStepI18n": {
|
|
18024
|
+
"location": "import",
|
|
18025
|
+
"path": "./ic-step.types",
|
|
18026
|
+
"id": "src/components/ic-step/ic-step.types.ts::IcStepI18n"
|
|
18027
|
+
}
|
|
18028
|
+
}
|
|
18029
|
+
},
|
|
18030
|
+
"mutable": false,
|
|
18031
|
+
"reflectToAttr": false,
|
|
18032
|
+
"docs": "Words within the component that can be replaced to translate the component into a different language",
|
|
18033
|
+
"docsTags": [],
|
|
18034
|
+
"default": "{\n next: \"Next\",\n step: \"Step\",\n of: \"of\",\n lastStep: \"Last step\",\n completed: \"Completed\",\n notRequired: \"Not required\",\n required: \"Required\",\n optional: \"Optional\",\n }",
|
|
18035
|
+
"values": [
|
|
18036
|
+
{
|
|
18037
|
+
"type": "{ next: string; step: string; of: string; lastStep: string; completed: string; notRequired: string; required: string; optional: string; }"
|
|
18038
|
+
}
|
|
18039
|
+
],
|
|
18040
|
+
"optional": false,
|
|
18041
|
+
"required": false,
|
|
18042
|
+
"getter": false,
|
|
18043
|
+
"setter": false
|
|
18044
|
+
},
|
|
17941
18045
|
{
|
|
17942
18046
|
"name": "status",
|
|
17943
18047
|
"type": "\"optional\" | \"required\" | undefined",
|
|
@@ -18170,6 +18274,38 @@
|
|
|
18170
18274
|
"getter": false,
|
|
18171
18275
|
"setter": false
|
|
18172
18276
|
},
|
|
18277
|
+
{
|
|
18278
|
+
"name": "icI18n",
|
|
18279
|
+
"type": "undefined | { next: string; step: string; of: string; lastStep: string; completed: string; notRequired: string; required: string; optional: string; }",
|
|
18280
|
+
"complexType": {
|
|
18281
|
+
"original": "IcStepI18n",
|
|
18282
|
+
"resolved": "undefined | { next: string; step: string; of: string; lastStep: string; completed: string; notRequired: string; required: string; optional: string; }",
|
|
18283
|
+
"references": {
|
|
18284
|
+
"IcStepI18n": {
|
|
18285
|
+
"location": "import",
|
|
18286
|
+
"path": "../ic-step/ic-step.types",
|
|
18287
|
+
"id": "src/components/ic-step/ic-step.types.ts::IcStepI18n"
|
|
18288
|
+
}
|
|
18289
|
+
}
|
|
18290
|
+
},
|
|
18291
|
+
"mutable": false,
|
|
18292
|
+
"reflectToAttr": false,
|
|
18293
|
+
"docs": "Provide alternative values for text in all child steps. For the purpose of translating the application into other languages.",
|
|
18294
|
+
"docsTags": [],
|
|
18295
|
+
"default": "{\n next: \"Next\",\n step: \"Step\",\n of: \"of\",\n lastStep: \"Last step\",\n completed: \"Completed\",\n notRequired: \"Not required\",\n required: \"Required\",\n optional: \"Optional\",\n }",
|
|
18296
|
+
"values": [
|
|
18297
|
+
{
|
|
18298
|
+
"type": "undefined"
|
|
18299
|
+
},
|
|
18300
|
+
{
|
|
18301
|
+
"type": "{ next: string; step: string; of: string; lastStep: string; completed: string; notRequired: string; required: string; optional: string; }"
|
|
18302
|
+
}
|
|
18303
|
+
],
|
|
18304
|
+
"optional": true,
|
|
18305
|
+
"required": false,
|
|
18306
|
+
"getter": false,
|
|
18307
|
+
"setter": false
|
|
18308
|
+
},
|
|
18173
18309
|
{
|
|
18174
18310
|
"name": "theme",
|
|
18175
18311
|
"type": "\"dark\" | \"inherit\" | \"light\" | undefined",
|
|
@@ -23134,11 +23270,6 @@
|
|
|
23134
23270
|
"docstring": "",
|
|
23135
23271
|
"path": "src/components/ic-text-field/ic-text-field.types.ts"
|
|
23136
23272
|
},
|
|
23137
|
-
"src/utils/types.ts::IcValidationAriaLive": {
|
|
23138
|
-
"declaration": "export type IcValidationAriaLive = \"default\" | \"polite\" | \"assertive\" | \"off\";",
|
|
23139
|
-
"docstring": "",
|
|
23140
|
-
"path": "src/utils/types.ts"
|
|
23141
|
-
},
|
|
23142
23273
|
"src/utils/types.ts::IcAutocompleteTypes": {
|
|
23143
23274
|
"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\";",
|
|
23144
23275
|
"docstring": "",
|
|
@@ -23164,6 +23295,11 @@
|
|
|
23164
23295
|
"docstring": "",
|
|
23165
23296
|
"path": "src/components/ic-text-field/ic-text-field.types.ts"
|
|
23166
23297
|
},
|
|
23298
|
+
"src/utils/types.ts::IcValidationAriaLive": {
|
|
23299
|
+
"declaration": "export type IcValidationAriaLive = \"default\" | \"polite\" | \"assertive\" | \"off\";",
|
|
23300
|
+
"docstring": "",
|
|
23301
|
+
"path": "src/utils/types.ts"
|
|
23302
|
+
},
|
|
23167
23303
|
"src/utils/types.ts::IcValueEventDetail": {
|
|
23168
23304
|
"declaration": "export interface IcValueEventDetail {\n value: string;\n keyPressed?: string;\n}",
|
|
23169
23305
|
"docstring": "",
|
|
@@ -23209,6 +23345,11 @@
|
|
|
23209
23345
|
"docstring": "",
|
|
23210
23346
|
"path": "src/utils/types.ts"
|
|
23211
23347
|
},
|
|
23348
|
+
"src/utils/types.ts::IcAriaLive": {
|
|
23349
|
+
"declaration": "export type IcAriaLive = \"polite\" | \"assertive\" | \"off\";",
|
|
23350
|
+
"docstring": "",
|
|
23351
|
+
"path": "src/utils/types.ts"
|
|
23352
|
+
},
|
|
23212
23353
|
"src/components/ic-radio-group/ic-radio-group.types.ts::IcChangeEventDetail": {
|
|
23213
23354
|
"declaration": "export interface IcChangeEventDetail {\n value: string;\n selectedOption: {\n radio: HTMLIcRadioOptionElement;\n textFieldValue?: string;\n };\n}",
|
|
23214
23355
|
"docstring": "",
|
|
@@ -23249,11 +23390,6 @@
|
|
|
23249
23390
|
"docstring": "",
|
|
23250
23391
|
"path": "src/components/ic-hero/ic-hero.types.tsx"
|
|
23251
23392
|
},
|
|
23252
|
-
"src/components/ic-input-validation/ic-input-validation.types.tsx::IcAriaLiveModeVariants": {
|
|
23253
|
-
"declaration": "export type IcAriaLiveModeVariants = \"polite\" | \"assertive\" | \"off\";",
|
|
23254
|
-
"docstring": "",
|
|
23255
|
-
"path": "src/components/ic-input-validation/ic-input-validation.types.tsx"
|
|
23256
|
-
},
|
|
23257
23393
|
"src/components/ic-layout-grid/ic-layout-grid.types.ts::IcGridBreakpoints": {
|
|
23258
23394
|
"declaration": "export type IcGridBreakpoints =\n | number\n | {\n xs?: number;\n sm?: number;\n md?: number;\n lg?: number;\n xl?: number;\n };",
|
|
23259
23395
|
"docstring": "",
|
|
@@ -23339,6 +23475,11 @@
|
|
|
23339
23475
|
"docstring": "",
|
|
23340
23476
|
"path": "src/components/ic-step/ic-step.types.ts"
|
|
23341
23477
|
},
|
|
23478
|
+
"src/components/ic-step/ic-step.types.ts::IcStepI18n": {
|
|
23479
|
+
"declaration": "{\n next: string;\n step: string;\n of: string;\n lastStep: string;\n completed: string;\n notRequired: string;\n required: string;\n optional: string;\n}",
|
|
23480
|
+
"docstring": "",
|
|
23481
|
+
"path": "src/components/ic-step/ic-step.types.ts"
|
|
23482
|
+
},
|
|
23342
23483
|
"src/components/ic-step/ic-step.types.ts::IcStepStatuses": {
|
|
23343
23484
|
"declaration": "export type IcStepStatuses = \"optional\" | \"required\";",
|
|
23344
23485
|
"docstring": "",
|
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.2",
|
|
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": "59dd37757e441316d04134c35f8e09b7aea84e91"
|
|
23
23
|
}
|