@ukic/canary-docs 3.0.0-canary.1 → 3.0.0-canary.2
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 +56 -23
- 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
|
{
|
|
@@ -389,7 +389,7 @@
|
|
|
389
389
|
"filePath": "src/components/ic-data-table/ic-data-table.tsx",
|
|
390
390
|
"encapsulation": "shadow",
|
|
391
391
|
"tag": "ic-data-table",
|
|
392
|
-
"readme": "# ic-data-table\n\n\n",
|
|
392
|
+
"readme": "# ic-data-table\r\n\r\n\r\n\r",
|
|
393
393
|
"docs": "",
|
|
394
394
|
"docsTags": [
|
|
395
395
|
{
|
|
@@ -646,10 +646,10 @@
|
|
|
646
646
|
},
|
|
647
647
|
{
|
|
648
648
|
"name": "loadingOptions",
|
|
649
|
-
"type": "{ appearance?: IcThemeForegroundNoDefault; description?: string; label?: string; labelDuration?: number; max?: number; min?: number; progress?: number; showBackground?: boolean; }",
|
|
649
|
+
"type": "{ appearance?: IcThemeForegroundNoDefault; description?: string; label?: string; labelDuration?: number; max?: number; min?: number; progress?: number; showBackground?: boolean; monochrome?: boolean; }",
|
|
650
650
|
"complexType": {
|
|
651
|
-
"original": "{\n appearance?: IcThemeForegroundNoDefault;\n description?: string;\n label?: string;\n labelDuration?: number;\n max?: number;\n min?: number;\n progress?: number;\n showBackground?: boolean;\n }",
|
|
652
|
-
"resolved": "{ appearance?: IcThemeForegroundNoDefault; description?: string; label?: string; labelDuration?: number; max?: number; min?: number; progress?: number; showBackground?: boolean; }",
|
|
651
|
+
"original": "{\n appearance?: IcThemeForegroundNoDefault;\n description?: string;\n label?: string;\n labelDuration?: number;\n max?: number;\n min?: number;\n progress?: number;\n showBackground?: boolean;\n monochrome?: boolean;\n }",
|
|
652
|
+
"resolved": "{ appearance?: IcThemeForegroundNoDefault; description?: string; label?: string; labelDuration?: number; max?: number; min?: number; progress?: number; showBackground?: boolean; monochrome?: boolean; }",
|
|
653
653
|
"references": {
|
|
654
654
|
"IcThemeForegroundNoDefault": {
|
|
655
655
|
"location": "import",
|
|
@@ -664,7 +664,7 @@
|
|
|
664
664
|
"docsTags": [],
|
|
665
665
|
"values": [
|
|
666
666
|
{
|
|
667
|
-
"type": "{ appearance?: IcThemeForegroundNoDefault; description?: string; label?: string; labelDuration?: number; max?: number; min?: number; progress?: number; showBackground?: boolean; }"
|
|
667
|
+
"type": "{ appearance?: IcThemeForegroundNoDefault; description?: string; label?: string; labelDuration?: number; max?: number; min?: number; progress?: number; showBackground?: boolean; monochrome?: boolean; }"
|
|
668
668
|
}
|
|
669
669
|
],
|
|
670
670
|
"optional": true,
|
|
@@ -959,10 +959,10 @@
|
|
|
959
959
|
},
|
|
960
960
|
{
|
|
961
961
|
"name": "updatingOptions",
|
|
962
|
-
"type": "{ appearance?: IcThemeForegroundNoDefault; description?: string; max?: number; min?: number; progress?: number; }",
|
|
962
|
+
"type": "{ appearance?: IcThemeForegroundNoDefault; description?: string; max?: number; min?: number; progress?: number; monochrome?: boolean; }",
|
|
963
963
|
"complexType": {
|
|
964
|
-
"original": "{\n appearance?: IcThemeForegroundNoDefault;\n description?: string;\n max?: number;\n min?: number;\n progress?: number;\n }",
|
|
965
|
-
"resolved": "{ appearance?: IcThemeForegroundNoDefault; description?: string; max?: number; min?: number; progress?: number; }",
|
|
964
|
+
"original": "{\n appearance?: IcThemeForegroundNoDefault;\n description?: string;\n max?: number;\n min?: number;\n progress?: number;\n monochrome?: boolean;\n }",
|
|
965
|
+
"resolved": "{ appearance?: IcThemeForegroundNoDefault; description?: string; max?: number; min?: number; progress?: number; monochrome?: boolean; }",
|
|
966
966
|
"references": {
|
|
967
967
|
"IcThemeForegroundNoDefault": {
|
|
968
968
|
"location": "import",
|
|
@@ -977,7 +977,7 @@
|
|
|
977
977
|
"docsTags": [],
|
|
978
978
|
"values": [
|
|
979
979
|
{
|
|
980
|
-
"type": "{ appearance?: IcThemeForegroundNoDefault; description?: string; max?: number; min?: number; progress?: number; }"
|
|
980
|
+
"type": "{ appearance?: IcThemeForegroundNoDefault; description?: string; max?: number; min?: number; progress?: number; monochrome?: boolean; }"
|
|
981
981
|
}
|
|
982
982
|
],
|
|
983
983
|
"optional": true,
|
|
@@ -1236,7 +1236,7 @@
|
|
|
1236
1236
|
"filePath": "src/components/ic-data-table-title-bar/ic-data-table-title-bar.tsx",
|
|
1237
1237
|
"encapsulation": "shadow",
|
|
1238
1238
|
"tag": "ic-data-table-title-bar",
|
|
1239
|
-
"readme": "# ic-data-table-title-bar\n\n\n",
|
|
1239
|
+
"readme": "# ic-data-table-title-bar\r\n\r\n\r\n\r",
|
|
1240
1240
|
"docs": "",
|
|
1241
1241
|
"docsTags": [
|
|
1242
1242
|
{
|
|
@@ -1435,7 +1435,7 @@
|
|
|
1435
1435
|
"filePath": "src/components/ic-date-input/ic-date-input.tsx",
|
|
1436
1436
|
"encapsulation": "shadow",
|
|
1437
1437
|
"tag": "ic-date-input",
|
|
1438
|
-
"readme": "# ic-date-input\n\n\n",
|
|
1438
|
+
"readme": "# ic-date-input\r\n\r\n\r\n\r",
|
|
1439
1439
|
"docs": "",
|
|
1440
1440
|
"docsTags": [],
|
|
1441
1441
|
"usage": {},
|
|
@@ -2139,7 +2139,7 @@
|
|
|
2139
2139
|
"filePath": "src/components/ic-date-picker/ic-date-picker.tsx",
|
|
2140
2140
|
"encapsulation": "shadow",
|
|
2141
2141
|
"tag": "ic-date-picker",
|
|
2142
|
-
"readme": "# ic-date-picker\n\n\n",
|
|
2142
|
+
"readme": "# ic-date-picker\r\n\r\n\r\n\r",
|
|
2143
2143
|
"docs": "",
|
|
2144
2144
|
"docsTags": [],
|
|
2145
2145
|
"usage": {},
|
|
@@ -2912,7 +2912,7 @@
|
|
|
2912
2912
|
"filePath": "src/components/ic-menu-with-multi/ic-menu.tsx",
|
|
2913
2913
|
"encapsulation": "scoped",
|
|
2914
2914
|
"tag": "ic-menu-with-multi",
|
|
2915
|
-
"readme": "# ic-menu-with-multi\n\n\n",
|
|
2915
|
+
"readme": "# ic-menu-with-multi\r\n\r\n\r\n\r",
|
|
2916
2916
|
"docs": "",
|
|
2917
2917
|
"docsTags": [],
|
|
2918
2918
|
"usage": {},
|
|
@@ -3361,7 +3361,7 @@
|
|
|
3361
3361
|
"filePath": "src/components/ic-pagination-bar/ic-pagination-bar.tsx",
|
|
3362
3362
|
"encapsulation": "shadow",
|
|
3363
3363
|
"tag": "ic-pagination-bar",
|
|
3364
|
-
"readme": "# ic-pagination-bar\n\n\n",
|
|
3364
|
+
"readme": "# ic-pagination-bar\r\n\r\n\r\n\r",
|
|
3365
3365
|
"docs": "",
|
|
3366
3366
|
"docsTags": [],
|
|
3367
3367
|
"usage": {},
|
|
@@ -3440,6 +3440,28 @@
|
|
|
3440
3440
|
"optional": true,
|
|
3441
3441
|
"required": false
|
|
3442
3442
|
},
|
|
3443
|
+
{
|
|
3444
|
+
"name": "currentPage",
|
|
3445
|
+
"type": "number",
|
|
3446
|
+
"complexType": {
|
|
3447
|
+
"original": "number",
|
|
3448
|
+
"resolved": "number",
|
|
3449
|
+
"references": {}
|
|
3450
|
+
},
|
|
3451
|
+
"mutable": false,
|
|
3452
|
+
"attr": "current-page",
|
|
3453
|
+
"reflectToAttr": false,
|
|
3454
|
+
"docs": "The current page number to be displayed on the pagination bar.",
|
|
3455
|
+
"docsTags": [],
|
|
3456
|
+
"default": "1",
|
|
3457
|
+
"values": [
|
|
3458
|
+
{
|
|
3459
|
+
"type": "number"
|
|
3460
|
+
}
|
|
3461
|
+
],
|
|
3462
|
+
"optional": true,
|
|
3463
|
+
"required": false
|
|
3464
|
+
},
|
|
3443
3465
|
{
|
|
3444
3466
|
"name": "hideRangeLabel",
|
|
3445
3467
|
"type": "boolean",
|
|
@@ -3676,16 +3698,22 @@
|
|
|
3676
3698
|
},
|
|
3677
3699
|
{
|
|
3678
3700
|
"event": "icPageChange",
|
|
3679
|
-
"detail": "
|
|
3701
|
+
"detail": "IcPageChangeEventDetail",
|
|
3680
3702
|
"bubbles": true,
|
|
3681
3703
|
"complexType": {
|
|
3682
|
-
"original": "
|
|
3683
|
-
"resolved": "
|
|
3684
|
-
"references": {
|
|
3704
|
+
"original": "IcPageChangeEventDetail",
|
|
3705
|
+
"resolved": "IcPageChangeEventDetail",
|
|
3706
|
+
"references": {
|
|
3707
|
+
"IcPageChangeEventDetail": {
|
|
3708
|
+
"location": "import",
|
|
3709
|
+
"path": "./ic-pagination-bar.types",
|
|
3710
|
+
"id": "src/components/ic-pagination-bar/ic-pagination-bar.types.ts::IcPageChangeEventDetail"
|
|
3711
|
+
}
|
|
3712
|
+
}
|
|
3685
3713
|
},
|
|
3686
3714
|
"cancelable": true,
|
|
3687
3715
|
"composed": true,
|
|
3688
|
-
"docs": "Emitted when a page is navigated to via the 'go to' input.",
|
|
3716
|
+
"docs": "Emitted when a page is navigated to via the 'go to' input.\nThe `detail` property contains `value` (i.e. the page number) and a `fromItemsPerPage` flag to indicate if the event was triggered by the `icItemsPerPageChange` event also occurring.",
|
|
3689
3717
|
"docsTags": []
|
|
3690
3718
|
}
|
|
3691
3719
|
],
|
|
@@ -3772,7 +3800,7 @@
|
|
|
3772
3800
|
"filePath": "src/components/ic-select-with-multi/ic-select.tsx",
|
|
3773
3801
|
"encapsulation": "shadow",
|
|
3774
3802
|
"tag": "ic-select-with-multi",
|
|
3775
|
-
"readme": "# ic-select\n\n\n",
|
|
3803
|
+
"readme": "# ic-select\r\n\r\n\r\n\r",
|
|
3776
3804
|
"docs": "",
|
|
3777
3805
|
"docsTags": [],
|
|
3778
3806
|
"usage": {},
|
|
@@ -4699,7 +4727,7 @@
|
|
|
4699
4727
|
"filePath": "src/components/ic-tree-item/ic-tree-item.tsx",
|
|
4700
4728
|
"encapsulation": "shadow",
|
|
4701
4729
|
"tag": "ic-tree-item",
|
|
4702
|
-
"readme": "# ic-tree-item\n\n\n",
|
|
4730
|
+
"readme": "# ic-tree-item\r\n\r\n\r\n\r",
|
|
4703
4731
|
"docs": "",
|
|
4704
4732
|
"docsTags": [
|
|
4705
4733
|
{
|
|
@@ -5009,7 +5037,7 @@
|
|
|
5009
5037
|
"filePath": "src/components/ic-tree-view/ic-tree-view.tsx",
|
|
5010
5038
|
"encapsulation": "shadow",
|
|
5011
5039
|
"tag": "ic-tree-view",
|
|
5012
|
-
"readme": "# ic-tree-view\n\n\n",
|
|
5040
|
+
"readme": "# ic-tree-view\r\n\r\n\r\n\r",
|
|
5013
5041
|
"docs": "",
|
|
5014
5042
|
"docsTags": [
|
|
5015
5043
|
{
|
|
@@ -5230,6 +5258,11 @@
|
|
|
5230
5258
|
"docstring": "",
|
|
5231
5259
|
"path": "../web-components/dist/types/components/ic-pagination/ic-pagination.types.d.ts"
|
|
5232
5260
|
},
|
|
5261
|
+
"src/components/ic-pagination-bar/ic-pagination-bar.types.ts::IcPageChangeEventDetail": {
|
|
5262
|
+
"declaration": "export interface IcPageChangeEventDetail {\n value: number;\n fromItemsPerPage?: boolean;\n}",
|
|
5263
|
+
"docstring": "",
|
|
5264
|
+
"path": "src/components/ic-pagination-bar/ic-pagination-bar.types.ts"
|
|
5265
|
+
},
|
|
5233
5266
|
"src/components/ic-data-table/ic-data-table.types.tsx::IcDensityUpdateEventDetail": {
|
|
5234
5267
|
"declaration": "export interface IcDensityUpdateEventDetail {\n value: IcDataTableDensityOptions;\n}",
|
|
5235
5268
|
"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.2",
|
|
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": "59d0e036de6def6644421e17bf1c5591eac0e34a"
|
|
22
22
|
}
|