@uxf/data-grid 11.80.1 → 11.80.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/README.md CHANGED
@@ -137,3 +137,4 @@ function Example_1(props) {
137
137
  return <Table schema={schema}/>
138
138
  }
139
139
  ```
140
+
package/icons-config.js CHANGED
@@ -1,16 +1,6 @@
1
- const uiIcons = require("@uxf/ui/icons-config");
2
-
3
1
  /** @type {import('@uxf/icons-generator/types').Config['icons']} */
4
2
  module.exports = {
5
- caretDown: uiIcons.caretDown,
6
- check: uiIcons.check,
7
- chevronDown: uiIcons.chevronDown,
8
- chevronsLeft: uiIcons.chevronsLeft,
9
- chevronLeft: uiIcons.chevronLeft,
10
- chevronsRight: uiIcons.chevronsRight,
11
- chevronRight: uiIcons.chevronRight,
12
- "ellipsis-vertical": uiIcons["ellipsis-vertical"],
13
- xmarkLarge: uiIcons.xmarkLarge,
3
+ ...require("@uxf/ui/icons-config"),
14
4
  "circle-info": {
15
5
  width: 512,
16
6
  height: 512,
package/icons.d.ts ADDED
@@ -0,0 +1,52 @@
1
+ declare module "@uxf/ui/icon/theme" {
2
+ interface IconsSet {
3
+ "angle-left": true;
4
+ "angle-right": true;
5
+ "arrow-left": true;
6
+ "arrow-right": true;
7
+ bars: true;
8
+ calendar: true;
9
+ camera: true;
10
+ caretDown: true;
11
+ check: true;
12
+ chevronDown: true;
13
+ chevronLeft: true;
14
+ chevronRight: true;
15
+ chevronUp: true;
16
+ chevronsLeft: true;
17
+ chevronsRight: true;
18
+ "circle-info": true;
19
+ clock: true;
20
+ cloud: true;
21
+ copy: true;
22
+ "ellipsis-vertical": true;
23
+ eye: true;
24
+ "eye-slash": true;
25
+ file: true;
26
+ "file-arrow-down": true;
27
+ "file-download": true;
28
+ filter: true;
29
+ imageFile: true;
30
+ minus: true;
31
+ pen: true;
32
+ plus: true;
33
+ search: true;
34
+ "solid-badge-check": true;
35
+ "solid-circle-info": true;
36
+ "solid-octagon-xmark": true;
37
+ "solid-triangle-exclamation": true;
38
+ sort: true;
39
+ "sort-down": true;
40
+ "sort-up": true;
41
+ table: true;
42
+ "table-columns": true;
43
+ trash: true;
44
+ "triangle-exclamation": true;
45
+ "triangle-exclamation-solid": true;
46
+ user: true;
47
+ videoFile: true;
48
+ warning: true;
49
+ xmark: true;
50
+ xmarkLarge: true;
51
+ }
52
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxf/data-grid",
3
- "version": "11.80.1",
3
+ "version": "11.80.4",
4
4
  "description": "UXF DataGrid",
5
5
  "homepage": "https://gitlab.com/uxf-npm/data-grid#readme",
6
6
  "main": "index.js",
@@ -31,9 +31,9 @@
31
31
  "typecheck": "tsc --noEmit --skipLibCheck"
32
32
  },
33
33
  "dependencies": {
34
- "@uxf/core": "11.80.0",
35
- "@uxf/core-react": "11.80.0",
36
- "@uxf/ui": "11.80.1",
34
+ "@uxf/core": "11.80.4",
35
+ "@uxf/core-react": "11.80.4",
36
+ "@uxf/ui": "11.80.4",
37
37
  "dayjs": "1.11.13",
38
38
  "deepmerge": "4.3.1",
39
39
  "fast-glob": "3.3.2",