@ukic/canary-docs 3.0.0-canary.20 → 3.0.0-canary.21
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 +15 -4
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -4249,12 +4249,18 @@
|
|
|
4249
4249
|
"events": [
|
|
4250
4250
|
{
|
|
4251
4251
|
"event": "icItemsPerPageChange",
|
|
4252
|
-
"detail": "
|
|
4252
|
+
"detail": "IcItemsPerPageChangeEventDetail",
|
|
4253
4253
|
"bubbles": true,
|
|
4254
4254
|
"complexType": {
|
|
4255
|
-
"original": "
|
|
4256
|
-
"resolved": "
|
|
4257
|
-
"references": {
|
|
4255
|
+
"original": "IcItemsPerPageChangeEventDetail",
|
|
4256
|
+
"resolved": "IcItemsPerPageChangeEventDetail",
|
|
4257
|
+
"references": {
|
|
4258
|
+
"IcItemsPerPageChangeEventDetail": {
|
|
4259
|
+
"location": "import",
|
|
4260
|
+
"path": "./ic-pagination-bar.types",
|
|
4261
|
+
"id": "src/components/ic-pagination-bar/ic-pagination-bar.types.ts::IcItemsPerPageChangeEventDetail"
|
|
4262
|
+
}
|
|
4263
|
+
}
|
|
4258
4264
|
},
|
|
4259
4265
|
"cancelable": true,
|
|
4260
4266
|
"composed": true,
|
|
@@ -6200,6 +6206,11 @@
|
|
|
6200
6206
|
"docstring": "",
|
|
6201
6207
|
"path": "src/components/ic-pagination-bar/ic-pagination-bar.types.ts"
|
|
6202
6208
|
},
|
|
6209
|
+
"src/components/ic-pagination-bar/ic-pagination-bar.types.ts::IcItemsPerPageChangeEventDetail": {
|
|
6210
|
+
"declaration": "export interface IcItemsPerPageChangeEventDetail {\n value: number;\n isUserAction?: boolean;\n}",
|
|
6211
|
+
"docstring": "",
|
|
6212
|
+
"path": "src/components/ic-pagination-bar/ic-pagination-bar.types.ts"
|
|
6213
|
+
},
|
|
6203
6214
|
"src/components/ic-data-table/ic-data-table.types.tsx::IcDensityUpdateEventDetail": {
|
|
6204
6215
|
"declaration": "export interface IcDensityUpdateEventDetail {\n value: IcDataTableDensityOptions;\n}",
|
|
6205
6216
|
"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.21",
|
|
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": "59dd37757e441316d04134c35f8e09b7aea84e91"
|
|
23
23
|
}
|