@archbase/components 3.0.8 → 3.0.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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@archbase/components",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.9",
|
|
4
4
|
"description": "UI Components for Archbase React v3 - Form editors, data visualization, and business components",
|
|
5
5
|
"author": "Edson Martins <edsonmartins2005@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -38,29 +38,22 @@
|
|
|
38
38
|
"react-dom": "^18.3.0 || ^19.2.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@datou/react-vis-timeline": "^1.4.0",
|
|
42
41
|
"@gfazioli/mantine-list-view-table": "^1.1.9",
|
|
43
42
|
"@gfazioli/mantine-onboarding-tour": "^2.6.5",
|
|
44
43
|
"@mui/x-data-grid": "^7.28.3",
|
|
45
44
|
"@rehooks/component-size": "^1.0.3",
|
|
46
45
|
"ajv": "^8.16.0",
|
|
47
|
-
"apexcharts": "^3.49.0",
|
|
48
46
|
"chart.js": "^4.4.2",
|
|
49
47
|
"classnames": "^2.5.1",
|
|
50
48
|
"clsx": "^2.1.1",
|
|
51
|
-
"codemirror": "5.63.3",
|
|
52
49
|
"color": "^4.2.3",
|
|
53
50
|
"crypto-js": "^4.2.0",
|
|
54
|
-
"css-element-queries": "^1.2.3",
|
|
55
51
|
"d3": "^7.9.0",
|
|
56
52
|
"date-fns": "^2.30.0",
|
|
57
53
|
"dayjs": "^1.11.13",
|
|
58
|
-
"element-resize-detector": "^1.2.4",
|
|
59
54
|
"export-to-csv": "^0.2.2",
|
|
60
55
|
"file-saver": "^2.0.5",
|
|
61
|
-
"final-form": "^4.20.10",
|
|
62
56
|
"framer-motion": "^11.15.0",
|
|
63
|
-
"get-size": "^3.0.0",
|
|
64
57
|
"html2canvas": "^1.4.1",
|
|
65
58
|
"i18next": "^23.10.0",
|
|
66
59
|
"immer": "^10.1.1",
|
|
@@ -73,31 +66,21 @@
|
|
|
73
66
|
"libphonenumber-js": "^1.11.3",
|
|
74
67
|
"lodash": "^4.17.21",
|
|
75
68
|
"markdown-it": "^14.1.0",
|
|
76
|
-
"outlayer": "^2.1.1",
|
|
77
69
|
"overlayscrollbars": "^2.8.3",
|
|
78
70
|
"pdfjs-dist": "^4.0.379",
|
|
79
71
|
"pubsub-js": "^1.9.4",
|
|
80
72
|
"ramda": "~0.29.1",
|
|
81
|
-
"react-accessible-accordion": "^5.0.0",
|
|
82
|
-
"react-apexcharts": "^1.4.1",
|
|
83
73
|
"react-chartjs-2": "^5.2.0",
|
|
84
|
-
"react-codemirror2": "^7.3.0",
|
|
85
|
-
"react-color": "^2.19.3",
|
|
86
74
|
"react-date-object": "^2.1.8",
|
|
87
75
|
"react-easy-crop": "^4.7.4",
|
|
88
|
-
"react-file-previewer": "^0.4.2",
|
|
89
|
-
"react-final-form": "^6.5.9",
|
|
90
76
|
"react-frame-component": "^5.2.7",
|
|
91
|
-
"react-grid-system": "^8.2.0",
|
|
92
77
|
"react-hook-form": "^7.54.2",
|
|
93
78
|
"react-i18next": "^13.5.0",
|
|
94
79
|
"react-imask": "^7.6.1",
|
|
95
|
-
"react-inspector": "^
|
|
80
|
+
"react-inspector": "^9.0.0",
|
|
96
81
|
"react-intersection-observer": "^9.10.3",
|
|
97
|
-
"react-konva": "^18.2.10",
|
|
98
82
|
"react-markdown": "^9.0.1",
|
|
99
83
|
"react-markdown-editor-lite": "^1.3.5",
|
|
100
|
-
"react-masonry-component": "^6.3.0",
|
|
101
84
|
"react-modal": "^3.16.1",
|
|
102
85
|
"react-multi-date-picker": "4.1.2",
|
|
103
86
|
"react-pdf": "^9.1.0",
|
|
@@ -105,24 +88,21 @@
|
|
|
105
88
|
"react-router-dom": "^6.22.0",
|
|
106
89
|
"react-speech-recognition": "^3.10.0",
|
|
107
90
|
"react-thermal-printer": "^0.22.0",
|
|
108
|
-
"react-to-print": "^2.15.1",
|
|
109
91
|
"react-use-audio-player": "^2.2.0",
|
|
110
|
-
"react-video-js-player": "^1.1.1",
|
|
111
92
|
"rehype-external-links": "^3.0.0",
|
|
112
93
|
"rehype-raw": "^7.0.0",
|
|
113
94
|
"remark-gfm": "^4.0.0",
|
|
114
95
|
"suneditor": "^2.46.3",
|
|
115
96
|
"suneditor-react": "^3.6.1",
|
|
116
97
|
"use-debounce": "^10.0.1",
|
|
117
|
-
"usehooks-ts": "^
|
|
98
|
+
"usehooks-ts": "^3.1.1",
|
|
118
99
|
"uuid": "^9.0.1",
|
|
119
100
|
"validator": "^13.12.0",
|
|
120
|
-
"video.js": "^8.10.0",
|
|
121
101
|
"vis-timeline": "^7.7.3",
|
|
122
102
|
"xlsx": "^0.18.5",
|
|
123
|
-
"@archbase/core": "3.0.
|
|
124
|
-
"@archbase/
|
|
125
|
-
"@archbase/
|
|
103
|
+
"@archbase/core": "3.0.9",
|
|
104
|
+
"@archbase/layout": "3.0.9",
|
|
105
|
+
"@archbase/data": "3.0.9"
|
|
126
106
|
},
|
|
127
107
|
"devDependencies": {
|
|
128
108
|
"@types/d3": "^7.4.3",
|
|
Binary file
|