@ukic/docs 3.4.1 → 3.4.3
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 +202 -22
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -4825,6 +4825,45 @@
|
|
|
4825
4825
|
"getter": false,
|
|
4826
4826
|
"setter": false
|
|
4827
4827
|
},
|
|
4828
|
+
{
|
|
4829
|
+
"name": "validationAriaLive",
|
|
4830
|
+
"type": "\"assertive\" | \"off\" | \"polite\"",
|
|
4831
|
+
"complexType": {
|
|
4832
|
+
"original": "IcAriaLive",
|
|
4833
|
+
"resolved": "\"assertive\" | \"off\" | \"polite\"",
|
|
4834
|
+
"references": {
|
|
4835
|
+
"IcAriaLive": {
|
|
4836
|
+
"location": "import",
|
|
4837
|
+
"path": "../../utils/types",
|
|
4838
|
+
"id": "src/utils/types.ts::IcAriaLive"
|
|
4839
|
+
}
|
|
4840
|
+
}
|
|
4841
|
+
},
|
|
4842
|
+
"mutable": false,
|
|
4843
|
+
"attr": "validation-aria-live",
|
|
4844
|
+
"reflectToAttr": false,
|
|
4845
|
+
"docs": "The value of the `aria-live` attribute on the validation message.",
|
|
4846
|
+
"docsTags": [],
|
|
4847
|
+
"default": "\"polite\"",
|
|
4848
|
+
"values": [
|
|
4849
|
+
{
|
|
4850
|
+
"value": "assertive",
|
|
4851
|
+
"type": "string"
|
|
4852
|
+
},
|
|
4853
|
+
{
|
|
4854
|
+
"value": "off",
|
|
4855
|
+
"type": "string"
|
|
4856
|
+
},
|
|
4857
|
+
{
|
|
4858
|
+
"value": "polite",
|
|
4859
|
+
"type": "string"
|
|
4860
|
+
}
|
|
4861
|
+
],
|
|
4862
|
+
"optional": false,
|
|
4863
|
+
"required": false,
|
|
4864
|
+
"getter": false,
|
|
4865
|
+
"setter": false
|
|
4866
|
+
},
|
|
4828
4867
|
{
|
|
4829
4868
|
"name": "validationStatus",
|
|
4830
4869
|
"type": "\"\" | \"error\" | \"success\" | \"warning\"",
|
|
@@ -6266,7 +6305,7 @@
|
|
|
6266
6305
|
},
|
|
6267
6306
|
"cancelable": true,
|
|
6268
6307
|
"composed": true,
|
|
6269
|
-
"docs": "
|
|
6308
|
+
"docs": "Cancellation event emitted when default 'Cancel' button clicked or 'cancelDialog' method is called.",
|
|
6270
6309
|
"docsTags": []
|
|
6271
6310
|
},
|
|
6272
6311
|
{
|
|
@@ -8720,13 +8759,13 @@
|
|
|
8720
8759
|
"name": "ariaLiveMode",
|
|
8721
8760
|
"type": "\"assertive\" | \"off\" | \"polite\" | undefined",
|
|
8722
8761
|
"complexType": {
|
|
8723
|
-
"original": "
|
|
8762
|
+
"original": "IcAriaLive",
|
|
8724
8763
|
"resolved": "\"assertive\" | \"off\" | \"polite\" | undefined",
|
|
8725
8764
|
"references": {
|
|
8726
|
-
"
|
|
8765
|
+
"IcAriaLive": {
|
|
8727
8766
|
"location": "import",
|
|
8728
|
-
"path": "
|
|
8729
|
-
"id": "src/
|
|
8767
|
+
"path": "../../utils/types",
|
|
8768
|
+
"id": "src/utils/types.ts::IcAriaLive"
|
|
8730
8769
|
}
|
|
8731
8770
|
}
|
|
8732
8771
|
},
|
|
@@ -13834,6 +13873,45 @@
|
|
|
13834
13873
|
"getter": false,
|
|
13835
13874
|
"setter": false
|
|
13836
13875
|
},
|
|
13876
|
+
{
|
|
13877
|
+
"name": "validationAriaLive",
|
|
13878
|
+
"type": "\"assertive\" | \"off\" | \"polite\"",
|
|
13879
|
+
"complexType": {
|
|
13880
|
+
"original": "IcAriaLive",
|
|
13881
|
+
"resolved": "\"assertive\" | \"off\" | \"polite\"",
|
|
13882
|
+
"references": {
|
|
13883
|
+
"IcAriaLive": {
|
|
13884
|
+
"location": "import",
|
|
13885
|
+
"path": "../../utils/types",
|
|
13886
|
+
"id": "src/utils/types.ts::IcAriaLive"
|
|
13887
|
+
}
|
|
13888
|
+
}
|
|
13889
|
+
},
|
|
13890
|
+
"mutable": false,
|
|
13891
|
+
"attr": "validation-aria-live",
|
|
13892
|
+
"reflectToAttr": false,
|
|
13893
|
+
"docs": "The value of the `aria-live` attribute on the validation message.",
|
|
13894
|
+
"docsTags": [],
|
|
13895
|
+
"default": "\"polite\"",
|
|
13896
|
+
"values": [
|
|
13897
|
+
{
|
|
13898
|
+
"value": "assertive",
|
|
13899
|
+
"type": "string"
|
|
13900
|
+
},
|
|
13901
|
+
{
|
|
13902
|
+
"value": "off",
|
|
13903
|
+
"type": "string"
|
|
13904
|
+
},
|
|
13905
|
+
{
|
|
13906
|
+
"value": "polite",
|
|
13907
|
+
"type": "string"
|
|
13908
|
+
}
|
|
13909
|
+
],
|
|
13910
|
+
"optional": false,
|
|
13911
|
+
"required": false,
|
|
13912
|
+
"getter": false,
|
|
13913
|
+
"setter": false
|
|
13914
|
+
},
|
|
13837
13915
|
{
|
|
13838
13916
|
"name": "validationStatus",
|
|
13839
13917
|
"type": "\"\" | \"error\" | \"success\" | \"warning\" | undefined",
|
|
@@ -13881,10 +13959,10 @@
|
|
|
13881
13959
|
},
|
|
13882
13960
|
{
|
|
13883
13961
|
"name": "validationText",
|
|
13884
|
-
"type": "string
|
|
13962
|
+
"type": "string",
|
|
13885
13963
|
"complexType": {
|
|
13886
13964
|
"original": "string",
|
|
13887
|
-
"resolved": "string
|
|
13965
|
+
"resolved": "string",
|
|
13888
13966
|
"references": {}
|
|
13889
13967
|
},
|
|
13890
13968
|
"mutable": false,
|
|
@@ -13896,12 +13974,9 @@
|
|
|
13896
13974
|
"values": [
|
|
13897
13975
|
{
|
|
13898
13976
|
"type": "string"
|
|
13899
|
-
},
|
|
13900
|
-
{
|
|
13901
|
-
"type": "undefined"
|
|
13902
13977
|
}
|
|
13903
13978
|
],
|
|
13904
|
-
"optional":
|
|
13979
|
+
"optional": false,
|
|
13905
13980
|
"required": false,
|
|
13906
13981
|
"getter": false,
|
|
13907
13982
|
"setter": false
|
|
@@ -16525,6 +16600,45 @@
|
|
|
16525
16600
|
"getter": false,
|
|
16526
16601
|
"setter": false
|
|
16527
16602
|
},
|
|
16603
|
+
{
|
|
16604
|
+
"name": "validationAriaLive",
|
|
16605
|
+
"type": "\"assertive\" | \"off\" | \"polite\"",
|
|
16606
|
+
"complexType": {
|
|
16607
|
+
"original": "IcAriaLive",
|
|
16608
|
+
"resolved": "\"assertive\" | \"off\" | \"polite\"",
|
|
16609
|
+
"references": {
|
|
16610
|
+
"IcAriaLive": {
|
|
16611
|
+
"location": "import",
|
|
16612
|
+
"path": "../../utils/types",
|
|
16613
|
+
"id": "src/utils/types.ts::IcAriaLive"
|
|
16614
|
+
}
|
|
16615
|
+
}
|
|
16616
|
+
},
|
|
16617
|
+
"mutable": false,
|
|
16618
|
+
"attr": "validation-aria-live",
|
|
16619
|
+
"reflectToAttr": false,
|
|
16620
|
+
"docs": "The value of the `aria-live` attribute on the validation message.",
|
|
16621
|
+
"docsTags": [],
|
|
16622
|
+
"default": "\"polite\"",
|
|
16623
|
+
"values": [
|
|
16624
|
+
{
|
|
16625
|
+
"value": "assertive",
|
|
16626
|
+
"type": "string"
|
|
16627
|
+
},
|
|
16628
|
+
{
|
|
16629
|
+
"value": "off",
|
|
16630
|
+
"type": "string"
|
|
16631
|
+
},
|
|
16632
|
+
{
|
|
16633
|
+
"value": "polite",
|
|
16634
|
+
"type": "string"
|
|
16635
|
+
}
|
|
16636
|
+
],
|
|
16637
|
+
"optional": false,
|
|
16638
|
+
"required": false,
|
|
16639
|
+
"getter": false,
|
|
16640
|
+
"setter": false
|
|
16641
|
+
},
|
|
16528
16642
|
{
|
|
16529
16643
|
"name": "validationStatus",
|
|
16530
16644
|
"type": "\"\" | \"error\" | \"success\" | \"warning\"",
|
|
@@ -17938,6 +18052,35 @@
|
|
|
17938
18052
|
"getter": false,
|
|
17939
18053
|
"setter": false
|
|
17940
18054
|
},
|
|
18055
|
+
{
|
|
18056
|
+
"name": "icI18n",
|
|
18057
|
+
"type": "{ next: string; step: string; steps: string; of: string; lastStep: string; completed: string; notRequired: string; required: string; optional: string; }",
|
|
18058
|
+
"complexType": {
|
|
18059
|
+
"original": "IcStepI18n",
|
|
18060
|
+
"resolved": "{ next: string; step: string; steps: string; of: string; lastStep: string; completed: string; notRequired: string; required: string; optional: string; }",
|
|
18061
|
+
"references": {
|
|
18062
|
+
"IcStepI18n": {
|
|
18063
|
+
"location": "import",
|
|
18064
|
+
"path": "./ic-step.types",
|
|
18065
|
+
"id": "src/components/ic-step/ic-step.types.ts::IcStepI18n"
|
|
18066
|
+
}
|
|
18067
|
+
}
|
|
18068
|
+
},
|
|
18069
|
+
"mutable": false,
|
|
18070
|
+
"reflectToAttr": false,
|
|
18071
|
+
"docs": "Words within the component that can be replaced to translate the component into a different language",
|
|
18072
|
+
"docsTags": [],
|
|
18073
|
+
"default": "{\n next: \"Next\",\n step: \"Step\",\n steps: \"Steps\",\n of: \"of\",\n lastStep: \"Last step\",\n completed: \"Completed\",\n notRequired: \"Not required\",\n required: \"Required\",\n optional: \"Optional\",\n }",
|
|
18074
|
+
"values": [
|
|
18075
|
+
{
|
|
18076
|
+
"type": "{ next: string; step: string; steps: string; of: string; lastStep: string; completed: string; notRequired: string; required: string; optional: string; }"
|
|
18077
|
+
}
|
|
18078
|
+
],
|
|
18079
|
+
"optional": false,
|
|
18080
|
+
"required": false,
|
|
18081
|
+
"getter": false,
|
|
18082
|
+
"setter": false
|
|
18083
|
+
},
|
|
17941
18084
|
{
|
|
17942
18085
|
"name": "status",
|
|
17943
18086
|
"type": "\"optional\" | \"required\" | undefined",
|
|
@@ -18170,6 +18313,38 @@
|
|
|
18170
18313
|
"getter": false,
|
|
18171
18314
|
"setter": false
|
|
18172
18315
|
},
|
|
18316
|
+
{
|
|
18317
|
+
"name": "icI18n",
|
|
18318
|
+
"type": "undefined | { next: string; step: string; steps: string; of: string; lastStep: string; completed: string; notRequired: string; required: string; optional: string; }",
|
|
18319
|
+
"complexType": {
|
|
18320
|
+
"original": "IcStepI18n",
|
|
18321
|
+
"resolved": "undefined | { next: string; step: string; steps: string; of: string; lastStep: string; completed: string; notRequired: string; required: string; optional: string; }",
|
|
18322
|
+
"references": {
|
|
18323
|
+
"IcStepI18n": {
|
|
18324
|
+
"location": "import",
|
|
18325
|
+
"path": "../ic-step/ic-step.types",
|
|
18326
|
+
"id": "src/components/ic-step/ic-step.types.ts::IcStepI18n"
|
|
18327
|
+
}
|
|
18328
|
+
}
|
|
18329
|
+
},
|
|
18330
|
+
"mutable": false,
|
|
18331
|
+
"reflectToAttr": false,
|
|
18332
|
+
"docs": "Provide alternative values for text in all child steps. For the purpose of translating the application into other languages.",
|
|
18333
|
+
"docsTags": [],
|
|
18334
|
+
"default": "{\n next: \"Next\",\n step: \"Step\",\n steps: \"Steps\",\n of: \"of\",\n lastStep: \"Last step\",\n completed: \"Completed\",\n notRequired: \"Not required\",\n required: \"Required\",\n optional: \"Optional\",\n }",
|
|
18335
|
+
"values": [
|
|
18336
|
+
{
|
|
18337
|
+
"type": "undefined"
|
|
18338
|
+
},
|
|
18339
|
+
{
|
|
18340
|
+
"type": "{ next: string; step: string; steps: string; of: string; lastStep: string; completed: string; notRequired: string; required: string; optional: string; }"
|
|
18341
|
+
}
|
|
18342
|
+
],
|
|
18343
|
+
"optional": true,
|
|
18344
|
+
"required": false,
|
|
18345
|
+
"getter": false,
|
|
18346
|
+
"setter": false
|
|
18347
|
+
},
|
|
18173
18348
|
{
|
|
18174
18349
|
"name": "theme",
|
|
18175
18350
|
"type": "\"dark\" | \"inherit\" | \"light\" | undefined",
|
|
@@ -23119,6 +23294,11 @@
|
|
|
23119
23294
|
"docstring": "",
|
|
23120
23295
|
"path": "src/utils/types.ts"
|
|
23121
23296
|
},
|
|
23297
|
+
"src/utils/types.ts::IcAriaLive": {
|
|
23298
|
+
"declaration": "export type IcAriaLive = \"polite\" | \"assertive\" | \"off\";",
|
|
23299
|
+
"docstring": "",
|
|
23300
|
+
"path": "src/utils/types.ts"
|
|
23301
|
+
},
|
|
23122
23302
|
"src/utils/types.ts::IcInformationStatusOrEmpty": {
|
|
23123
23303
|
"declaration": "export type IcInformationStatusOrEmpty = \"warning\" | \"error\" | \"success\" | \"\";",
|
|
23124
23304
|
"docstring": "",
|
|
@@ -23134,11 +23314,6 @@
|
|
|
23134
23314
|
"docstring": "",
|
|
23135
23315
|
"path": "src/components/ic-text-field/ic-text-field.types.ts"
|
|
23136
23316
|
},
|
|
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
23317
|
"src/utils/types.ts::IcAutocompleteTypes": {
|
|
23143
23318
|
"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
23319
|
"docstring": "",
|
|
@@ -23164,6 +23339,11 @@
|
|
|
23164
23339
|
"docstring": "",
|
|
23165
23340
|
"path": "src/components/ic-text-field/ic-text-field.types.ts"
|
|
23166
23341
|
},
|
|
23342
|
+
"src/utils/types.ts::IcValidationAriaLive": {
|
|
23343
|
+
"declaration": "export type IcValidationAriaLive = \"default\" | \"polite\" | \"assertive\" | \"off\";",
|
|
23344
|
+
"docstring": "",
|
|
23345
|
+
"path": "src/utils/types.ts"
|
|
23346
|
+
},
|
|
23167
23347
|
"src/utils/types.ts::IcValueEventDetail": {
|
|
23168
23348
|
"declaration": "export interface IcValueEventDetail {\n value: string;\n keyPressed?: string;\n}",
|
|
23169
23349
|
"docstring": "",
|
|
@@ -23175,7 +23355,7 @@
|
|
|
23175
23355
|
"path": "src/components/ic-search-bar/ic-search-bar.types.ts"
|
|
23176
23356
|
},
|
|
23177
23357
|
"src/utils/types.ts::IcMenuOption": {
|
|
23178
|
-
"declaration": "export interface IcMenuOption {\n description?: string;\n disabled?: boolean;\n recommended?: boolean;\n children?: IcMenuOption[];\n loading?: boolean;\n timedOut?: boolean;\n [key: string]: any;\n element?: {\n component: any;\n ariaLabel: string;\n };\n icon?: any;\n}",
|
|
23358
|
+
"declaration": "export interface IcMenuOption {\n description?: string;\n disabled?: boolean;\n recommended?: boolean;\n children?: IcMenuOption[];\n loading?: boolean;\n timedOut?: boolean;\n [key: string]: any;\n element?: {\n component: any;\n ariaLabel: string;\n };\n icon?: any;\n hideLabel?: boolean;\n htmlProps?: Record<string, any>;\n}",
|
|
23179
23359
|
"docstring": "",
|
|
23180
23360
|
"path": "src/utils/types.ts"
|
|
23181
23361
|
},
|
|
@@ -23249,11 +23429,6 @@
|
|
|
23249
23429
|
"docstring": "",
|
|
23250
23430
|
"path": "src/components/ic-hero/ic-hero.types.tsx"
|
|
23251
23431
|
},
|
|
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
23432
|
"src/components/ic-layout-grid/ic-layout-grid.types.ts::IcGridBreakpoints": {
|
|
23258
23433
|
"declaration": "export type IcGridBreakpoints =\n | number\n | {\n xs?: number;\n sm?: number;\n md?: number;\n lg?: number;\n xl?: number;\n };",
|
|
23259
23434
|
"docstring": "",
|
|
@@ -23339,6 +23514,11 @@
|
|
|
23339
23514
|
"docstring": "",
|
|
23340
23515
|
"path": "src/components/ic-step/ic-step.types.ts"
|
|
23341
23516
|
},
|
|
23517
|
+
"src/components/ic-step/ic-step.types.ts::IcStepI18n": {
|
|
23518
|
+
"declaration": "{\n next: string;\n step: string;\n steps: string;\n of: string;\n lastStep: string;\n completed: string;\n notRequired: string;\n required: string;\n optional: string;\n}",
|
|
23519
|
+
"docstring": "",
|
|
23520
|
+
"path": "src/components/ic-step/ic-step.types.ts"
|
|
23521
|
+
},
|
|
23342
23522
|
"src/components/ic-step/ic-step.types.ts::IcStepStatuses": {
|
|
23343
23523
|
"declaration": "export type IcStepStatuses = \"optional\" | \"required\";",
|
|
23344
23524
|
"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.3",
|
|
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": "7218b39b3c6116e600c3e6ba9e785d0b2f3a390a"
|
|
23
23
|
}
|