@ukic/canary-docs 3.0.0-canary.3 → 3.0.0-canary.4
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 +216 -89
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"filePath": "src/components/ic-card-horizontal/ic-card-horizontal.tsx",
|
|
10
10
|
"encapsulation": "shadow",
|
|
11
11
|
"tag": "ic-card-horizontal",
|
|
12
|
-
"readme": "# ic-horizontal-card\n\n\n",
|
|
12
|
+
"readme": "# ic-horizontal-card\r\n\r\n\r\n\r",
|
|
13
13
|
"docs": "",
|
|
14
14
|
"docsTags": [
|
|
15
15
|
{
|
|
@@ -305,6 +305,43 @@
|
|
|
305
305
|
],
|
|
306
306
|
"optional": true,
|
|
307
307
|
"required": false
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"name": "theme",
|
|
311
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
312
|
+
"complexType": {
|
|
313
|
+
"original": "IcThemeMode",
|
|
314
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
315
|
+
"references": {
|
|
316
|
+
"IcThemeMode": {
|
|
317
|
+
"location": "import",
|
|
318
|
+
"path": "../../utils/types",
|
|
319
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
320
|
+
}
|
|
321
|
+
}
|
|
322
|
+
},
|
|
323
|
+
"mutable": false,
|
|
324
|
+
"attr": "theme",
|
|
325
|
+
"reflectToAttr": false,
|
|
326
|
+
"docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
|
|
327
|
+
"docsTags": [],
|
|
328
|
+
"default": "\"inherit\"",
|
|
329
|
+
"values": [
|
|
330
|
+
{
|
|
331
|
+
"value": "dark",
|
|
332
|
+
"type": "string"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"value": "inherit",
|
|
336
|
+
"type": "string"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"value": "light",
|
|
340
|
+
"type": "string"
|
|
341
|
+
}
|
|
342
|
+
],
|
|
343
|
+
"optional": true,
|
|
344
|
+
"required": false
|
|
308
345
|
}
|
|
309
346
|
],
|
|
310
347
|
"methods": [
|
|
@@ -389,7 +426,7 @@
|
|
|
389
426
|
"filePath": "src/components/ic-data-table/ic-data-table.tsx",
|
|
390
427
|
"encapsulation": "shadow",
|
|
391
428
|
"tag": "ic-data-table",
|
|
392
|
-
"readme": "# ic-data-table\n\n\n",
|
|
429
|
+
"readme": "# ic-data-table\r\n\r\n\r\n\r",
|
|
393
430
|
"docs": "",
|
|
394
431
|
"docsTags": [
|
|
395
432
|
{
|
|
@@ -436,6 +473,28 @@
|
|
|
436
473
|
"optional": false,
|
|
437
474
|
"required": true
|
|
438
475
|
},
|
|
476
|
+
{
|
|
477
|
+
"name": "columnHeaderTruncation",
|
|
478
|
+
"type": "boolean",
|
|
479
|
+
"complexType": {
|
|
480
|
+
"original": "boolean",
|
|
481
|
+
"resolved": "boolean",
|
|
482
|
+
"references": {}
|
|
483
|
+
},
|
|
484
|
+
"mutable": false,
|
|
485
|
+
"attr": "column-header-truncation",
|
|
486
|
+
"reflectToAttr": false,
|
|
487
|
+
"docs": "Determines whether the column header should be truncated and display a tooltip. Default is `false`.",
|
|
488
|
+
"docsTags": [],
|
|
489
|
+
"default": "false",
|
|
490
|
+
"values": [
|
|
491
|
+
{
|
|
492
|
+
"type": "boolean"
|
|
493
|
+
}
|
|
494
|
+
],
|
|
495
|
+
"optional": false,
|
|
496
|
+
"required": false
|
|
497
|
+
},
|
|
439
498
|
{
|
|
440
499
|
"name": "columns",
|
|
441
500
|
"type": "IcDataTableColumnObject[]",
|
|
@@ -752,7 +811,7 @@
|
|
|
752
811
|
"reflectToAttr": false,
|
|
753
812
|
"docs": "Sets the props for the built-in pagination bar. If the `pagination-bar` slot is used then this prop is ignored.",
|
|
754
813
|
"docsTags": [],
|
|
755
|
-
"default": "{\n itemsPerPageOptions: [\n { label: \"10\", value: \"10\" },\n { label: \"25\", value: \"25\" },\n { label: \"50\", value: \"50\" },\n ],\n rangeLabelType: \"page\",\n type: \"simple\",\n showItemsPerPageControl: true,\n showGoToPageControl: true,\n alignment: \"right\",\n
|
|
814
|
+
"default": "{\n itemsPerPageOptions: [\n { label: \"10\", value: \"10\" },\n { label: \"25\", value: \"25\" },\n { label: \"50\", value: \"50\" },\n ],\n rangeLabelType: \"page\",\n type: \"simple\",\n showItemsPerPageControl: true,\n showGoToPageControl: true,\n alignment: \"right\",\n itemLabel: \"Item\",\n pageLabel: \"Page\",\n hideRangeLabel: false,\n hideAllFromItemsPerPage: false,\n theme: \"inherit\",\n monochrome: false,\n }",
|
|
756
815
|
"values": [
|
|
757
816
|
{
|
|
758
817
|
"type": "IcPaginationBarOptions"
|
|
@@ -1160,8 +1219,8 @@
|
|
|
1160
1219
|
"ic-loading-indicator",
|
|
1161
1220
|
"ic-typography",
|
|
1162
1221
|
"ic-link",
|
|
1163
|
-
"ic-button",
|
|
1164
1222
|
"ic-tooltip",
|
|
1223
|
+
"ic-button",
|
|
1165
1224
|
"ic-empty-state",
|
|
1166
1225
|
"ic-pagination-bar"
|
|
1167
1226
|
],
|
|
@@ -1170,21 +1229,21 @@
|
|
|
1170
1229
|
"ic-loading-indicator",
|
|
1171
1230
|
"ic-typography",
|
|
1172
1231
|
"ic-link",
|
|
1173
|
-
"ic-button",
|
|
1174
1232
|
"ic-tooltip",
|
|
1233
|
+
"ic-button",
|
|
1175
1234
|
"ic-empty-state",
|
|
1176
1235
|
"ic-pagination-bar"
|
|
1177
1236
|
],
|
|
1178
1237
|
"ic-loading-indicator": [
|
|
1179
1238
|
"ic-typography"
|
|
1180
1239
|
],
|
|
1240
|
+
"ic-tooltip": [
|
|
1241
|
+
"ic-typography"
|
|
1242
|
+
],
|
|
1181
1243
|
"ic-button": [
|
|
1182
1244
|
"ic-loading-indicator",
|
|
1183
1245
|
"ic-tooltip"
|
|
1184
1246
|
],
|
|
1185
|
-
"ic-tooltip": [
|
|
1186
|
-
"ic-typography"
|
|
1187
|
-
],
|
|
1188
1247
|
"ic-empty-state": [
|
|
1189
1248
|
"ic-typography"
|
|
1190
1249
|
],
|
|
@@ -1236,7 +1295,7 @@
|
|
|
1236
1295
|
"filePath": "src/components/ic-data-table-title-bar/ic-data-table-title-bar.tsx",
|
|
1237
1296
|
"encapsulation": "shadow",
|
|
1238
1297
|
"tag": "ic-data-table-title-bar",
|
|
1239
|
-
"readme": "# ic-data-table-title-bar\n\n\n",
|
|
1298
|
+
"readme": "# ic-data-table-title-bar\r\n\r\n\r\n\r",
|
|
1240
1299
|
"docs": "",
|
|
1241
1300
|
"docsTags": [
|
|
1242
1301
|
{
|
|
@@ -1435,7 +1494,7 @@
|
|
|
1435
1494
|
"filePath": "src/components/ic-date-input/ic-date-input.tsx",
|
|
1436
1495
|
"encapsulation": "shadow",
|
|
1437
1496
|
"tag": "ic-date-input",
|
|
1438
|
-
"readme": "# ic-date-input\n\n\n",
|
|
1497
|
+
"readme": "# ic-date-input\r\n\r\n\r\n\r",
|
|
1439
1498
|
"docs": "",
|
|
1440
1499
|
"docsTags": [],
|
|
1441
1500
|
"usage": {},
|
|
@@ -2161,7 +2220,7 @@
|
|
|
2161
2220
|
"filePath": "src/components/ic-date-picker/ic-date-picker.tsx",
|
|
2162
2221
|
"encapsulation": "shadow",
|
|
2163
2222
|
"tag": "ic-date-picker",
|
|
2164
|
-
"readme": "# ic-date-picker\n\n\n",
|
|
2223
|
+
"readme": "# ic-date-picker\r\n\r\n\r\n\r",
|
|
2165
2224
|
"docs": "",
|
|
2166
2225
|
"docsTags": [],
|
|
2167
2226
|
"usage": {},
|
|
@@ -2956,7 +3015,7 @@
|
|
|
2956
3015
|
"filePath": "src/components/ic-pagination-bar/ic-pagination-bar.tsx",
|
|
2957
3016
|
"encapsulation": "shadow",
|
|
2958
3017
|
"tag": "ic-pagination-bar",
|
|
2959
|
-
"readme": "# ic-pagination-bar\n\n\n",
|
|
3018
|
+
"readme": "# ic-pagination-bar\r\n\r\n\r\n\r",
|
|
2960
3019
|
"docs": "",
|
|
2961
3020
|
"docsTags": [],
|
|
2962
3021
|
"usage": {},
|
|
@@ -2998,43 +3057,6 @@
|
|
|
2998
3057
|
"optional": true,
|
|
2999
3058
|
"required": false
|
|
3000
3059
|
},
|
|
3001
|
-
{
|
|
3002
|
-
"name": "appearance",
|
|
3003
|
-
"type": "\"dark\" | \"default\" | \"light\"",
|
|
3004
|
-
"complexType": {
|
|
3005
|
-
"original": "IcThemeForeground",
|
|
3006
|
-
"resolved": "\"dark\" | \"default\" | \"light\"",
|
|
3007
|
-
"references": {
|
|
3008
|
-
"IcThemeForeground": {
|
|
3009
|
-
"location": "import",
|
|
3010
|
-
"path": "@ukic/web-components/dist/types/interface",
|
|
3011
|
-
"id": "../web-components/dist/types/interface.d.ts::IcThemeForeground"
|
|
3012
|
-
}
|
|
3013
|
-
}
|
|
3014
|
-
},
|
|
3015
|
-
"mutable": false,
|
|
3016
|
-
"attr": "appearance",
|
|
3017
|
-
"reflectToAttr": false,
|
|
3018
|
-
"docs": "Sets the styling for the items in the pagination bar.",
|
|
3019
|
-
"docsTags": [],
|
|
3020
|
-
"default": "\"default\"",
|
|
3021
|
-
"values": [
|
|
3022
|
-
{
|
|
3023
|
-
"value": "dark",
|
|
3024
|
-
"type": "string"
|
|
3025
|
-
},
|
|
3026
|
-
{
|
|
3027
|
-
"value": "default",
|
|
3028
|
-
"type": "string"
|
|
3029
|
-
},
|
|
3030
|
-
{
|
|
3031
|
-
"value": "light",
|
|
3032
|
-
"type": "string"
|
|
3033
|
-
}
|
|
3034
|
-
],
|
|
3035
|
-
"optional": true,
|
|
3036
|
-
"required": false
|
|
3037
|
-
},
|
|
3038
3060
|
{
|
|
3039
3061
|
"name": "currentPage",
|
|
3040
3062
|
"type": "number",
|
|
@@ -3143,6 +3165,28 @@
|
|
|
3143
3165
|
"optional": true,
|
|
3144
3166
|
"required": false
|
|
3145
3167
|
},
|
|
3168
|
+
{
|
|
3169
|
+
"name": "monochrome",
|
|
3170
|
+
"type": "boolean",
|
|
3171
|
+
"complexType": {
|
|
3172
|
+
"original": "boolean",
|
|
3173
|
+
"resolved": "boolean",
|
|
3174
|
+
"references": {}
|
|
3175
|
+
},
|
|
3176
|
+
"mutable": false,
|
|
3177
|
+
"attr": "monochrome",
|
|
3178
|
+
"reflectToAttr": false,
|
|
3179
|
+
"docs": "If `true`, the pagination bar will display as black in the light theme, and white in dark theme.",
|
|
3180
|
+
"docsTags": [],
|
|
3181
|
+
"default": "false",
|
|
3182
|
+
"values": [
|
|
3183
|
+
{
|
|
3184
|
+
"type": "boolean"
|
|
3185
|
+
}
|
|
3186
|
+
],
|
|
3187
|
+
"optional": true,
|
|
3188
|
+
"required": false
|
|
3189
|
+
},
|
|
3146
3190
|
{
|
|
3147
3191
|
"name": "pageLabel",
|
|
3148
3192
|
"type": "string",
|
|
@@ -3242,6 +3286,43 @@
|
|
|
3242
3286
|
"optional": true,
|
|
3243
3287
|
"required": false
|
|
3244
3288
|
},
|
|
3289
|
+
{
|
|
3290
|
+
"name": "theme",
|
|
3291
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
3292
|
+
"complexType": {
|
|
3293
|
+
"original": "IcThemeMode",
|
|
3294
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
3295
|
+
"references": {
|
|
3296
|
+
"IcThemeMode": {
|
|
3297
|
+
"location": "import",
|
|
3298
|
+
"path": "@ukic/web-components/dist/types/interface",
|
|
3299
|
+
"id": "../web-components/dist/types/interface.d.ts::IcThemeMode"
|
|
3300
|
+
}
|
|
3301
|
+
}
|
|
3302
|
+
},
|
|
3303
|
+
"mutable": false,
|
|
3304
|
+
"attr": "theme",
|
|
3305
|
+
"reflectToAttr": false,
|
|
3306
|
+
"docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
|
|
3307
|
+
"docsTags": [],
|
|
3308
|
+
"default": "\"inherit\"",
|
|
3309
|
+
"values": [
|
|
3310
|
+
{
|
|
3311
|
+
"value": "dark",
|
|
3312
|
+
"type": "string"
|
|
3313
|
+
},
|
|
3314
|
+
{
|
|
3315
|
+
"value": "inherit",
|
|
3316
|
+
"type": "string"
|
|
3317
|
+
},
|
|
3318
|
+
{
|
|
3319
|
+
"value": "light",
|
|
3320
|
+
"type": "string"
|
|
3321
|
+
}
|
|
3322
|
+
],
|
|
3323
|
+
"optional": true,
|
|
3324
|
+
"required": false
|
|
3325
|
+
},
|
|
3245
3326
|
{
|
|
3246
3327
|
"name": "totalItems",
|
|
3247
3328
|
"type": "number",
|
|
@@ -3417,7 +3498,7 @@
|
|
|
3417
3498
|
"filePath": "src/components/ic-tree-item/ic-tree-item.tsx",
|
|
3418
3499
|
"encapsulation": "shadow",
|
|
3419
3500
|
"tag": "ic-tree-item",
|
|
3420
|
-
"readme": "# ic-tree-item\n\n\n",
|
|
3501
|
+
"readme": "# ic-tree-item\r\n\r\n\r\n\r",
|
|
3421
3502
|
"docs": "",
|
|
3422
3503
|
"docsTags": [
|
|
3423
3504
|
{
|
|
@@ -3665,6 +3746,43 @@
|
|
|
3665
3746
|
],
|
|
3666
3747
|
"optional": true,
|
|
3667
3748
|
"required": false
|
|
3749
|
+
},
|
|
3750
|
+
{
|
|
3751
|
+
"name": "theme",
|
|
3752
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
3753
|
+
"complexType": {
|
|
3754
|
+
"original": "IcThemeMode",
|
|
3755
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
3756
|
+
"references": {
|
|
3757
|
+
"IcThemeMode": {
|
|
3758
|
+
"location": "import",
|
|
3759
|
+
"path": "@ukic/web-components",
|
|
3760
|
+
"id": "../web-components/dist/types/interface.d.ts::IcThemeMode"
|
|
3761
|
+
}
|
|
3762
|
+
}
|
|
3763
|
+
},
|
|
3764
|
+
"mutable": false,
|
|
3765
|
+
"attr": "theme",
|
|
3766
|
+
"reflectToAttr": false,
|
|
3767
|
+
"docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
|
|
3768
|
+
"docsTags": [],
|
|
3769
|
+
"default": "\"inherit\"",
|
|
3770
|
+
"values": [
|
|
3771
|
+
{
|
|
3772
|
+
"value": "dark",
|
|
3773
|
+
"type": "string"
|
|
3774
|
+
},
|
|
3775
|
+
{
|
|
3776
|
+
"value": "inherit",
|
|
3777
|
+
"type": "string"
|
|
3778
|
+
},
|
|
3779
|
+
{
|
|
3780
|
+
"value": "light",
|
|
3781
|
+
"type": "string"
|
|
3782
|
+
}
|
|
3783
|
+
],
|
|
3784
|
+
"optional": true,
|
|
3785
|
+
"required": false
|
|
3668
3786
|
}
|
|
3669
3787
|
],
|
|
3670
3788
|
"methods": [
|
|
@@ -3749,7 +3867,7 @@
|
|
|
3749
3867
|
"filePath": "src/components/ic-tree-view/ic-tree-view.tsx",
|
|
3750
3868
|
"encapsulation": "shadow",
|
|
3751
3869
|
"tag": "ic-tree-view",
|
|
3752
|
-
"readme": "# ic-tree-view\n\n\n",
|
|
3870
|
+
"readme": "# ic-tree-view\r\n\r\n\r\n\r",
|
|
3753
3871
|
"docs": "",
|
|
3754
3872
|
"docsTags": [
|
|
3755
3873
|
{
|
|
@@ -3763,39 +3881,6 @@
|
|
|
3763
3881
|
],
|
|
3764
3882
|
"usage": {},
|
|
3765
3883
|
"props": [
|
|
3766
|
-
{
|
|
3767
|
-
"name": "appearance",
|
|
3768
|
-
"type": "\"dark\" | \"light\"",
|
|
3769
|
-
"complexType": {
|
|
3770
|
-
"original": "IcThemeForegroundNoDefault",
|
|
3771
|
-
"resolved": "\"dark\" | \"light\"",
|
|
3772
|
-
"references": {
|
|
3773
|
-
"IcThemeForegroundNoDefault": {
|
|
3774
|
-
"location": "import",
|
|
3775
|
-
"path": "../../utils/types",
|
|
3776
|
-
"id": "src/utils/types.ts::IcThemeForegroundNoDefault"
|
|
3777
|
-
}
|
|
3778
|
-
}
|
|
3779
|
-
},
|
|
3780
|
-
"mutable": false,
|
|
3781
|
-
"attr": "appearance",
|
|
3782
|
-
"reflectToAttr": false,
|
|
3783
|
-
"docs": "The appearance of the tree view, e.g. dark, or light.",
|
|
3784
|
-
"docsTags": [],
|
|
3785
|
-
"default": "\"dark\"",
|
|
3786
|
-
"values": [
|
|
3787
|
-
{
|
|
3788
|
-
"value": "dark",
|
|
3789
|
-
"type": "string"
|
|
3790
|
-
},
|
|
3791
|
-
{
|
|
3792
|
-
"value": "light",
|
|
3793
|
-
"type": "string"
|
|
3794
|
-
}
|
|
3795
|
-
],
|
|
3796
|
-
"optional": true,
|
|
3797
|
-
"required": false
|
|
3798
|
-
},
|
|
3799
3884
|
{
|
|
3800
3885
|
"name": "focusInset",
|
|
3801
3886
|
"type": "boolean",
|
|
@@ -3876,6 +3961,43 @@
|
|
|
3876
3961
|
],
|
|
3877
3962
|
"optional": true,
|
|
3878
3963
|
"required": false
|
|
3964
|
+
},
|
|
3965
|
+
{
|
|
3966
|
+
"name": "theme",
|
|
3967
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
3968
|
+
"complexType": {
|
|
3969
|
+
"original": "IcThemeMode",
|
|
3970
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
3971
|
+
"references": {
|
|
3972
|
+
"IcThemeMode": {
|
|
3973
|
+
"location": "import",
|
|
3974
|
+
"path": "@ukic/web-components",
|
|
3975
|
+
"id": "../web-components/dist/types/interface.d.ts::IcThemeMode"
|
|
3976
|
+
}
|
|
3977
|
+
}
|
|
3978
|
+
},
|
|
3979
|
+
"mutable": false,
|
|
3980
|
+
"attr": "theme",
|
|
3981
|
+
"reflectToAttr": false,
|
|
3982
|
+
"docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
|
|
3983
|
+
"docsTags": [],
|
|
3984
|
+
"default": "\"inherit\"",
|
|
3985
|
+
"values": [
|
|
3986
|
+
{
|
|
3987
|
+
"value": "dark",
|
|
3988
|
+
"type": "string"
|
|
3989
|
+
},
|
|
3990
|
+
{
|
|
3991
|
+
"value": "inherit",
|
|
3992
|
+
"type": "string"
|
|
3993
|
+
},
|
|
3994
|
+
{
|
|
3995
|
+
"value": "light",
|
|
3996
|
+
"type": "string"
|
|
3997
|
+
}
|
|
3998
|
+
],
|
|
3999
|
+
"optional": true,
|
|
4000
|
+
"required": false
|
|
3879
4001
|
}
|
|
3880
4002
|
],
|
|
3881
4003
|
"methods": [],
|
|
@@ -3927,6 +4049,11 @@
|
|
|
3927
4049
|
"docstring": "",
|
|
3928
4050
|
"path": "src/components/ic-card-horizontal/ic-card-horizontal.types.ts"
|
|
3929
4051
|
},
|
|
4052
|
+
"src/utils/types.ts::IcThemeMode": {
|
|
4053
|
+
"declaration": "export type IcThemeMode = \"dark\" | \"light\" | \"inherit\";",
|
|
4054
|
+
"docstring": "",
|
|
4055
|
+
"path": "src/utils/types.ts"
|
|
4056
|
+
},
|
|
3930
4057
|
"src/components/ic-data-table/ic-data-table.types.tsx::IcDataTableColumnObject": {
|
|
3931
4058
|
"declaration": "{\n key: string;\n title: string;\n dataType: IcDataTableColumnDataTypes;\n columnAlignment?: {\n horizontal?: string;\n vertical?: string;\n };\n rowOptions?: {\n textWrap: boolean;\n };\n columnWidth?: string | IcDataTableColumnWidthTypes;\n textWrap?: boolean;\n cellAlignment?: string;\n emphasis?: string;\n colspan?: number;\n icon?: {\n icon: string;\n onAllCells?: boolean;\n hideOnHeader?: boolean;\n };\n}",
|
|
3932
4059
|
"docstring": "",
|
|
@@ -3953,7 +4080,7 @@
|
|
|
3953
4080
|
"path": "../web-components/dist/types/utils/types.d.ts"
|
|
3954
4081
|
},
|
|
3955
4082
|
"src/utils/types.ts::IcPaginationBarOptions": {
|
|
3956
|
-
"declaration": "export interface IcPaginationBarOptions {\n itemsPerPageOptions?: { label: string; value: string }[];\n rangeLabelType?: IcPaginationLabelTypes;\n type?: IcPaginationTypes;\n showItemsPerPageControl?: boolean;\n showGoToPageControl?: boolean;\n alignment?: IcPaginationAlignmentOptions;\n
|
|
4083
|
+
"declaration": "export interface IcPaginationBarOptions {\n itemsPerPageOptions?: { label: string; value: string }[];\n rangeLabelType?: IcPaginationLabelTypes;\n type?: IcPaginationTypes;\n showItemsPerPageControl?: boolean;\n showGoToPageControl?: boolean;\n alignment?: IcPaginationAlignmentOptions;\n itemLabel?: string;\n pageLabel?: string;\n hideRangeLabel?: boolean;\n hideAllFromItemsPerPage?: boolean;\n theme?: IcThemeMode;\n monochrome?: boolean;\n}",
|
|
3957
4084
|
"docstring": "",
|
|
3958
4085
|
"path": "src/utils/types.ts"
|
|
3959
4086
|
},
|
|
@@ -3977,7 +4104,7 @@
|
|
|
3977
4104
|
"docstring": "",
|
|
3978
4105
|
"path": "../web-components/dist/types/components/ic-pagination/ic-pagination.types.d.ts"
|
|
3979
4106
|
},
|
|
3980
|
-
"../web-components/dist/types/interface.d.ts::
|
|
4107
|
+
"../web-components/dist/types/interface.d.ts::IcThemeMode": {
|
|
3981
4108
|
"declaration": "any",
|
|
3982
4109
|
"docstring": "",
|
|
3983
4110
|
"path": "../web-components/dist/types/interface.d.ts"
|
|
@@ -4022,10 +4149,10 @@
|
|
|
4022
4149
|
"docstring": "",
|
|
4023
4150
|
"path": "src/utils/types.ts"
|
|
4024
4151
|
},
|
|
4025
|
-
"
|
|
4026
|
-
"declaration": "
|
|
4152
|
+
"../web-components/dist/types/interface.d.ts::IcThemeMode": {
|
|
4153
|
+
"declaration": "any",
|
|
4027
4154
|
"docstring": "",
|
|
4028
|
-
"path": "
|
|
4155
|
+
"path": "../web-components/dist/types/interface.d.ts"
|
|
4029
4156
|
}
|
|
4030
4157
|
}
|
|
4031
4158
|
}
|
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.4",
|
|
5
5
|
"description": "API documentation for @ukic canary components",
|
|
6
6
|
"main": "docs.json",
|
|
7
7
|
"types": "./docs.d.ts",
|
|
@@ -18,5 +18,5 @@
|
|
|
18
18
|
"email": "icds@gchq.gov.uk"
|
|
19
19
|
},
|
|
20
20
|
"license": "MIT",
|
|
21
|
-
"gitHead": "
|
|
21
|
+
"gitHead": "c83a1397b30a5eb7cb844ac6c1bf037de3b7a94a"
|
|
22
22
|
}
|