@ukic/docs 3.4.0 → 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 +235 -19
- 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,15 +8718,15 @@
|
|
|
8718
8718
|
"props": [
|
|
8719
8719
|
{
|
|
8720
8720
|
"name": "ariaLiveMode",
|
|
8721
|
-
"type": "\"assertive\" | \"polite\" | undefined",
|
|
8721
|
+
"type": "\"assertive\" | \"off\" | \"polite\" | undefined",
|
|
8722
8722
|
"complexType": {
|
|
8723
|
-
"original": "
|
|
8724
|
-
"resolved": "\"assertive\" | \"polite\" | undefined",
|
|
8723
|
+
"original": "IcAriaLive",
|
|
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
|
},
|
|
@@ -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"
|
|
@@ -13830,6 +13834,45 @@
|
|
|
13830
13834
|
"getter": false,
|
|
13831
13835
|
"setter": false
|
|
13832
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
|
+
},
|
|
13833
13876
|
{
|
|
13834
13877
|
"name": "validationStatus",
|
|
13835
13878
|
"type": "\"\" | \"error\" | \"success\" | \"warning\" | undefined",
|
|
@@ -13877,10 +13920,10 @@
|
|
|
13877
13920
|
},
|
|
13878
13921
|
{
|
|
13879
13922
|
"name": "validationText",
|
|
13880
|
-
"type": "string
|
|
13923
|
+
"type": "string",
|
|
13881
13924
|
"complexType": {
|
|
13882
13925
|
"original": "string",
|
|
13883
|
-
"resolved": "string
|
|
13926
|
+
"resolved": "string",
|
|
13884
13927
|
"references": {}
|
|
13885
13928
|
},
|
|
13886
13929
|
"mutable": false,
|
|
@@ -13892,12 +13935,9 @@
|
|
|
13892
13935
|
"values": [
|
|
13893
13936
|
{
|
|
13894
13937
|
"type": "string"
|
|
13895
|
-
},
|
|
13896
|
-
{
|
|
13897
|
-
"type": "undefined"
|
|
13898
13938
|
}
|
|
13899
13939
|
],
|
|
13900
|
-
"optional":
|
|
13940
|
+
"optional": false,
|
|
13901
13941
|
"required": false,
|
|
13902
13942
|
"getter": false,
|
|
13903
13943
|
"setter": false
|
|
@@ -16521,6 +16561,45 @@
|
|
|
16521
16561
|
"getter": false,
|
|
16522
16562
|
"setter": false
|
|
16523
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
|
+
},
|
|
16524
16603
|
{
|
|
16525
16604
|
"name": "validationStatus",
|
|
16526
16605
|
"type": "\"\" | \"error\" | \"success\" | \"warning\"",
|
|
@@ -17934,6 +18013,35 @@
|
|
|
17934
18013
|
"getter": false,
|
|
17935
18014
|
"setter": false
|
|
17936
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
|
+
},
|
|
17937
18045
|
{
|
|
17938
18046
|
"name": "status",
|
|
17939
18047
|
"type": "\"optional\" | \"required\" | undefined",
|
|
@@ -18166,6 +18274,38 @@
|
|
|
18166
18274
|
"getter": false,
|
|
18167
18275
|
"setter": false
|
|
18168
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
|
+
},
|
|
18169
18309
|
{
|
|
18170
18310
|
"name": "theme",
|
|
18171
18311
|
"type": "\"dark\" | \"inherit\" | \"light\" | undefined",
|
|
@@ -18908,7 +19048,30 @@
|
|
|
18908
19048
|
"setter": false
|
|
18909
19049
|
}
|
|
18910
19050
|
],
|
|
18911
|
-
"methods": [
|
|
19051
|
+
"methods": [
|
|
19052
|
+
{
|
|
19053
|
+
"name": "setFocus",
|
|
19054
|
+
"returns": {
|
|
19055
|
+
"type": "Promise<void>",
|
|
19056
|
+
"docs": ""
|
|
19057
|
+
},
|
|
19058
|
+
"complexType": {
|
|
19059
|
+
"signature": "() => Promise<void>",
|
|
19060
|
+
"parameters": [],
|
|
19061
|
+
"references": {
|
|
19062
|
+
"Promise": {
|
|
19063
|
+
"location": "global",
|
|
19064
|
+
"id": "global::Promise"
|
|
19065
|
+
}
|
|
19066
|
+
},
|
|
19067
|
+
"return": "Promise<void>"
|
|
19068
|
+
},
|
|
19069
|
+
"signature": "setFocus() => Promise<void>",
|
|
19070
|
+
"parameters": [],
|
|
19071
|
+
"docs": "Sets focus on the tab context.",
|
|
19072
|
+
"docsTags": []
|
|
19073
|
+
}
|
|
19074
|
+
],
|
|
18912
19075
|
"events": [
|
|
18913
19076
|
{
|
|
18914
19077
|
"event": "icTabSelect",
|
|
@@ -19955,6 +20118,49 @@
|
|
|
19955
20118
|
"getter": false,
|
|
19956
20119
|
"setter": false
|
|
19957
20120
|
},
|
|
20121
|
+
{
|
|
20122
|
+
"name": "validationAriaLive",
|
|
20123
|
+
"type": "\"assertive\" | \"default\" | \"off\" | \"polite\"",
|
|
20124
|
+
"complexType": {
|
|
20125
|
+
"original": "IcValidationAriaLive",
|
|
20126
|
+
"resolved": "\"assertive\" | \"default\" | \"off\" | \"polite\"",
|
|
20127
|
+
"references": {
|
|
20128
|
+
"IcValidationAriaLive": {
|
|
20129
|
+
"location": "import",
|
|
20130
|
+
"path": "../../utils/types",
|
|
20131
|
+
"id": "src/utils/types.ts::IcValidationAriaLive"
|
|
20132
|
+
}
|
|
20133
|
+
}
|
|
20134
|
+
},
|
|
20135
|
+
"mutable": false,
|
|
20136
|
+
"attr": "validation-aria-live",
|
|
20137
|
+
"reflectToAttr": false,
|
|
20138
|
+
"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\"`.",
|
|
20139
|
+
"docsTags": [],
|
|
20140
|
+
"default": "\"default\"",
|
|
20141
|
+
"values": [
|
|
20142
|
+
{
|
|
20143
|
+
"value": "assertive",
|
|
20144
|
+
"type": "string"
|
|
20145
|
+
},
|
|
20146
|
+
{
|
|
20147
|
+
"value": "default",
|
|
20148
|
+
"type": "string"
|
|
20149
|
+
},
|
|
20150
|
+
{
|
|
20151
|
+
"value": "off",
|
|
20152
|
+
"type": "string"
|
|
20153
|
+
},
|
|
20154
|
+
{
|
|
20155
|
+
"value": "polite",
|
|
20156
|
+
"type": "string"
|
|
20157
|
+
}
|
|
20158
|
+
],
|
|
20159
|
+
"optional": false,
|
|
20160
|
+
"required": false,
|
|
20161
|
+
"getter": false,
|
|
20162
|
+
"setter": false
|
|
20163
|
+
},
|
|
19958
20164
|
{
|
|
19959
20165
|
"name": "validationInline",
|
|
19960
20166
|
"type": "boolean",
|
|
@@ -23089,6 +23295,11 @@
|
|
|
23089
23295
|
"docstring": "",
|
|
23090
23296
|
"path": "src/components/ic-text-field/ic-text-field.types.ts"
|
|
23091
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
|
+
},
|
|
23092
23303
|
"src/utils/types.ts::IcValueEventDetail": {
|
|
23093
23304
|
"declaration": "export interface IcValueEventDetail {\n value: string;\n keyPressed?: string;\n}",
|
|
23094
23305
|
"docstring": "",
|
|
@@ -23134,6 +23345,11 @@
|
|
|
23134
23345
|
"docstring": "",
|
|
23135
23346
|
"path": "src/utils/types.ts"
|
|
23136
23347
|
},
|
|
23348
|
+
"src/utils/types.ts::IcAriaLive": {
|
|
23349
|
+
"declaration": "export type IcAriaLive = \"polite\" | \"assertive\" | \"off\";",
|
|
23350
|
+
"docstring": "",
|
|
23351
|
+
"path": "src/utils/types.ts"
|
|
23352
|
+
},
|
|
23137
23353
|
"src/components/ic-radio-group/ic-radio-group.types.ts::IcChangeEventDetail": {
|
|
23138
23354
|
"declaration": "export interface IcChangeEventDetail {\n value: string;\n selectedOption: {\n radio: HTMLIcRadioOptionElement;\n textFieldValue?: string;\n };\n}",
|
|
23139
23355
|
"docstring": "",
|
|
@@ -23174,11 +23390,6 @@
|
|
|
23174
23390
|
"docstring": "",
|
|
23175
23391
|
"path": "src/components/ic-hero/ic-hero.types.tsx"
|
|
23176
23392
|
},
|
|
23177
|
-
"src/components/ic-input-validation/ic-input-validation.types.tsx::IcAriaLiveModeVariants": {
|
|
23178
|
-
"declaration": "export type IcAriaLiveModeVariants = \"polite\" | \"assertive\";",
|
|
23179
|
-
"docstring": "",
|
|
23180
|
-
"path": "src/components/ic-input-validation/ic-input-validation.types.tsx"
|
|
23181
|
-
},
|
|
23182
23393
|
"src/components/ic-layout-grid/ic-layout-grid.types.ts::IcGridBreakpoints": {
|
|
23183
23394
|
"declaration": "export type IcGridBreakpoints =\n | number\n | {\n xs?: number;\n sm?: number;\n md?: number;\n lg?: number;\n xl?: number;\n };",
|
|
23184
23395
|
"docstring": "",
|
|
@@ -23264,6 +23475,11 @@
|
|
|
23264
23475
|
"docstring": "",
|
|
23265
23476
|
"path": "src/components/ic-step/ic-step.types.ts"
|
|
23266
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
|
+
},
|
|
23267
23483
|
"src/components/ic-step/ic-step.types.ts::IcStepStatuses": {
|
|
23268
23484
|
"declaration": "export type IcStepStatuses = \"optional\" | \"required\";",
|
|
23269
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
|
}
|