@ukic/canary-docs 3.0.0-canary.21 → 3.0.0-canary.22
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 +122 -0
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -2469,6 +2469,45 @@
|
|
|
2469
2469
|
"getter": false,
|
|
2470
2470
|
"setter": false
|
|
2471
2471
|
},
|
|
2472
|
+
{
|
|
2473
|
+
"name": "validationAriaLive",
|
|
2474
|
+
"type": "\"assertive\" | \"off\" | \"polite\"",
|
|
2475
|
+
"complexType": {
|
|
2476
|
+
"original": "IcAriaLive",
|
|
2477
|
+
"resolved": "\"assertive\" | \"off\" | \"polite\"",
|
|
2478
|
+
"references": {
|
|
2479
|
+
"IcAriaLive": {
|
|
2480
|
+
"location": "import",
|
|
2481
|
+
"path": "../../utils/types",
|
|
2482
|
+
"id": "src/utils/types.ts::IcAriaLive"
|
|
2483
|
+
}
|
|
2484
|
+
}
|
|
2485
|
+
},
|
|
2486
|
+
"mutable": false,
|
|
2487
|
+
"attr": "validation-aria-live",
|
|
2488
|
+
"reflectToAttr": false,
|
|
2489
|
+
"docs": "The value of the `aria-live` attribute on the validation message.",
|
|
2490
|
+
"docsTags": [],
|
|
2491
|
+
"default": "\"polite\"",
|
|
2492
|
+
"values": [
|
|
2493
|
+
{
|
|
2494
|
+
"value": "assertive",
|
|
2495
|
+
"type": "string"
|
|
2496
|
+
},
|
|
2497
|
+
{
|
|
2498
|
+
"value": "off",
|
|
2499
|
+
"type": "string"
|
|
2500
|
+
},
|
|
2501
|
+
{
|
|
2502
|
+
"value": "polite",
|
|
2503
|
+
"type": "string"
|
|
2504
|
+
}
|
|
2505
|
+
],
|
|
2506
|
+
"optional": false,
|
|
2507
|
+
"required": false,
|
|
2508
|
+
"getter": false,
|
|
2509
|
+
"setter": false
|
|
2510
|
+
},
|
|
2472
2511
|
{
|
|
2473
2512
|
"name": "validationStatus",
|
|
2474
2513
|
"type": "\"\" | \"error\" | \"success\" | \"warning\"",
|
|
@@ -3531,6 +3570,45 @@
|
|
|
3531
3570
|
"getter": false,
|
|
3532
3571
|
"setter": false
|
|
3533
3572
|
},
|
|
3573
|
+
{
|
|
3574
|
+
"name": "validationAriaLive",
|
|
3575
|
+
"type": "\"assertive\" | \"off\" | \"polite\"",
|
|
3576
|
+
"complexType": {
|
|
3577
|
+
"original": "IcAriaLive",
|
|
3578
|
+
"resolved": "\"assertive\" | \"off\" | \"polite\"",
|
|
3579
|
+
"references": {
|
|
3580
|
+
"IcAriaLive": {
|
|
3581
|
+
"location": "import",
|
|
3582
|
+
"path": "../../utils/types",
|
|
3583
|
+
"id": "src/utils/types.ts::IcAriaLive"
|
|
3584
|
+
}
|
|
3585
|
+
}
|
|
3586
|
+
},
|
|
3587
|
+
"mutable": false,
|
|
3588
|
+
"attr": "validation-aria-live",
|
|
3589
|
+
"reflectToAttr": false,
|
|
3590
|
+
"docs": "The value of the `aria-live` attribute on the validation message.",
|
|
3591
|
+
"docsTags": [],
|
|
3592
|
+
"default": "\"polite\"",
|
|
3593
|
+
"values": [
|
|
3594
|
+
{
|
|
3595
|
+
"value": "assertive",
|
|
3596
|
+
"type": "string"
|
|
3597
|
+
},
|
|
3598
|
+
{
|
|
3599
|
+
"value": "off",
|
|
3600
|
+
"type": "string"
|
|
3601
|
+
},
|
|
3602
|
+
{
|
|
3603
|
+
"value": "polite",
|
|
3604
|
+
"type": "string"
|
|
3605
|
+
}
|
|
3606
|
+
],
|
|
3607
|
+
"optional": false,
|
|
3608
|
+
"required": false,
|
|
3609
|
+
"getter": false,
|
|
3610
|
+
"setter": false
|
|
3611
|
+
},
|
|
3534
3612
|
{
|
|
3535
3613
|
"name": "validationStatus",
|
|
3536
3614
|
"type": "\"\" | \"error\" | \"success\" | \"warning\" | undefined",
|
|
@@ -5166,6 +5244,45 @@
|
|
|
5166
5244
|
"getter": false,
|
|
5167
5245
|
"setter": false
|
|
5168
5246
|
},
|
|
5247
|
+
{
|
|
5248
|
+
"name": "validationAriaLive",
|
|
5249
|
+
"type": "\"assertive\" | \"off\" | \"polite\"",
|
|
5250
|
+
"complexType": {
|
|
5251
|
+
"original": "IcAriaLive",
|
|
5252
|
+
"resolved": "\"assertive\" | \"off\" | \"polite\"",
|
|
5253
|
+
"references": {
|
|
5254
|
+
"IcAriaLive": {
|
|
5255
|
+
"location": "import",
|
|
5256
|
+
"path": "../../utils/types",
|
|
5257
|
+
"id": "src/utils/types.ts::IcAriaLive"
|
|
5258
|
+
}
|
|
5259
|
+
}
|
|
5260
|
+
},
|
|
5261
|
+
"mutable": false,
|
|
5262
|
+
"attr": "validation-aria-live",
|
|
5263
|
+
"reflectToAttr": false,
|
|
5264
|
+
"docs": "The value of the `aria-live` attribute on the validation message.",
|
|
5265
|
+
"docsTags": [],
|
|
5266
|
+
"default": "\"polite\"",
|
|
5267
|
+
"values": [
|
|
5268
|
+
{
|
|
5269
|
+
"value": "assertive",
|
|
5270
|
+
"type": "string"
|
|
5271
|
+
},
|
|
5272
|
+
{
|
|
5273
|
+
"value": "off",
|
|
5274
|
+
"type": "string"
|
|
5275
|
+
},
|
|
5276
|
+
{
|
|
5277
|
+
"value": "polite",
|
|
5278
|
+
"type": "string"
|
|
5279
|
+
}
|
|
5280
|
+
],
|
|
5281
|
+
"optional": false,
|
|
5282
|
+
"required": false,
|
|
5283
|
+
"getter": false,
|
|
5284
|
+
"setter": false
|
|
5285
|
+
},
|
|
5169
5286
|
{
|
|
5170
5287
|
"name": "validationStatus",
|
|
5171
5288
|
"type": "\"\" | \"error\" | \"success\" | \"warning\"",
|
|
@@ -6231,6 +6348,11 @@
|
|
|
6231
6348
|
"docstring": "",
|
|
6232
6349
|
"path": "src/utils/types.ts"
|
|
6233
6350
|
},
|
|
6351
|
+
"src/utils/types.ts::IcAriaLive": {
|
|
6352
|
+
"declaration": "export type IcAriaLive = \"polite\" | \"assertive\" | \"off\";",
|
|
6353
|
+
"docstring": "",
|
|
6354
|
+
"path": "src/utils/types.ts"
|
|
6355
|
+
},
|
|
6234
6356
|
"src/utils/types.ts::IcInformationStatusOrEmpty": {
|
|
6235
6357
|
"declaration": "export type IcInformationStatusOrEmpty = \"warning\" | \"error\" | \"success\" | \"\";",
|
|
6236
6358
|
"docstring": "",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "mi6",
|
|
3
3
|
"name": "@ukic/canary-docs",
|
|
4
|
-
"version": "3.0.0-canary.
|
|
4
|
+
"version": "3.0.0-canary.22",
|
|
5
5
|
"description": "API documentation for @ukic canary 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
|
}
|