@ukic/canary-docs 3.0.0-canary.20 → 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 +137 -4
- 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",
|
|
@@ -4249,12 +4327,18 @@
|
|
|
4249
4327
|
"events": [
|
|
4250
4328
|
{
|
|
4251
4329
|
"event": "icItemsPerPageChange",
|
|
4252
|
-
"detail": "
|
|
4330
|
+
"detail": "IcItemsPerPageChangeEventDetail",
|
|
4253
4331
|
"bubbles": true,
|
|
4254
4332
|
"complexType": {
|
|
4255
|
-
"original": "
|
|
4256
|
-
"resolved": "
|
|
4257
|
-
"references": {
|
|
4333
|
+
"original": "IcItemsPerPageChangeEventDetail",
|
|
4334
|
+
"resolved": "IcItemsPerPageChangeEventDetail",
|
|
4335
|
+
"references": {
|
|
4336
|
+
"IcItemsPerPageChangeEventDetail": {
|
|
4337
|
+
"location": "import",
|
|
4338
|
+
"path": "./ic-pagination-bar.types",
|
|
4339
|
+
"id": "src/components/ic-pagination-bar/ic-pagination-bar.types.ts::IcItemsPerPageChangeEventDetail"
|
|
4340
|
+
}
|
|
4341
|
+
}
|
|
4258
4342
|
},
|
|
4259
4343
|
"cancelable": true,
|
|
4260
4344
|
"composed": true,
|
|
@@ -5160,6 +5244,45 @@
|
|
|
5160
5244
|
"getter": false,
|
|
5161
5245
|
"setter": false
|
|
5162
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
|
+
},
|
|
5163
5286
|
{
|
|
5164
5287
|
"name": "validationStatus",
|
|
5165
5288
|
"type": "\"\" | \"error\" | \"success\" | \"warning\"",
|
|
@@ -6200,6 +6323,11 @@
|
|
|
6200
6323
|
"docstring": "",
|
|
6201
6324
|
"path": "src/components/ic-pagination-bar/ic-pagination-bar.types.ts"
|
|
6202
6325
|
},
|
|
6326
|
+
"src/components/ic-pagination-bar/ic-pagination-bar.types.ts::IcItemsPerPageChangeEventDetail": {
|
|
6327
|
+
"declaration": "export interface IcItemsPerPageChangeEventDetail {\n value: number;\n isUserAction?: boolean;\n}",
|
|
6328
|
+
"docstring": "",
|
|
6329
|
+
"path": "src/components/ic-pagination-bar/ic-pagination-bar.types.ts"
|
|
6330
|
+
},
|
|
6203
6331
|
"src/components/ic-data-table/ic-data-table.types.tsx::IcDensityUpdateEventDetail": {
|
|
6204
6332
|
"declaration": "export interface IcDensityUpdateEventDetail {\n value: IcDataTableDensityOptions;\n}",
|
|
6205
6333
|
"docstring": "",
|
|
@@ -6220,6 +6348,11 @@
|
|
|
6220
6348
|
"docstring": "",
|
|
6221
6349
|
"path": "src/utils/types.ts"
|
|
6222
6350
|
},
|
|
6351
|
+
"src/utils/types.ts::IcAriaLive": {
|
|
6352
|
+
"declaration": "export type IcAriaLive = \"polite\" | \"assertive\" | \"off\";",
|
|
6353
|
+
"docstring": "",
|
|
6354
|
+
"path": "src/utils/types.ts"
|
|
6355
|
+
},
|
|
6223
6356
|
"src/utils/types.ts::IcInformationStatusOrEmpty": {
|
|
6224
6357
|
"declaration": "export type IcInformationStatusOrEmpty = \"warning\" | \"error\" | \"success\" | \"\";",
|
|
6225
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
|
}
|