@ukic/canary-docs 3.0.0-canary.8 → 3.0.0-canary.9
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 +5 -5
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -749,10 +749,10 @@
|
|
|
749
749
|
},
|
|
750
750
|
{
|
|
751
751
|
"name": "loadingOptions",
|
|
752
|
-
"type": "{ description?: string; label?: string; labelDuration?: number; max?: number; min?: number; progress?: number;
|
|
752
|
+
"type": "{ description?: string; label?: string; labelDuration?: number; max?: number; min?: number; progress?: number; monochrome?: boolean; overlay?: boolean; }",
|
|
753
753
|
"complexType": {
|
|
754
|
-
"original": "{\n description?: string;\n label?: string;\n labelDuration?: number;\n max?: number;\n min?: number;\n progress?: number;\n
|
|
755
|
-
"resolved": "{ description?: string; label?: string; labelDuration?: number; max?: number; min?: number; progress?: number;
|
|
754
|
+
"original": "{\n description?: string;\n label?: string;\n labelDuration?: number;\n max?: number;\n min?: number;\n progress?: number;\n monochrome?: boolean;\n overlay?: boolean;\n }",
|
|
755
|
+
"resolved": "{ description?: string; label?: string; labelDuration?: number; max?: number; min?: number; progress?: number; monochrome?: boolean; overlay?: boolean; }",
|
|
756
756
|
"references": {}
|
|
757
757
|
},
|
|
758
758
|
"mutable": false,
|
|
@@ -761,7 +761,7 @@
|
|
|
761
761
|
"docsTags": [],
|
|
762
762
|
"values": [
|
|
763
763
|
{
|
|
764
|
-
"type": "{ description?: string; label?: string; labelDuration?: number; max?: number; min?: number; progress?: number;
|
|
764
|
+
"type": "{ description?: string; label?: string; labelDuration?: number; max?: number; min?: number; progress?: number; monochrome?: boolean; overlay?: boolean; }"
|
|
765
765
|
}
|
|
766
766
|
],
|
|
767
767
|
"optional": true,
|
|
@@ -4320,7 +4320,7 @@
|
|
|
4320
4320
|
"path": "src/utils/types.ts"
|
|
4321
4321
|
},
|
|
4322
4322
|
"src/components/ic-data-table/ic-data-table.types.tsx::IcDataTableColumnObject": {
|
|
4323
|
-
"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}",
|
|
4323
|
+
"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 excludeColumnFromSort?: boolean;\n}",
|
|
4324
4324
|
"docstring": "",
|
|
4325
4325
|
"path": "src/components/ic-data-table/ic-data-table.types.tsx"
|
|
4326
4326
|
},
|
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.9",
|
|
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": "c5829148aff4e18ae2c9923eddf8c08ff0455085"
|
|
23
23
|
}
|