@djangocfg/ui-tools 2.1.363 → 2.1.365
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/package.json +36 -36
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@djangocfg/ui-tools",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.365",
|
|
4
4
|
"description": "Heavy React tools with lazy loading - for Electron, Vite, CRA, Next.js apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ui-tools",
|
|
@@ -50,14 +50,14 @@
|
|
|
50
50
|
"require": "./src/tools/Gallery/index.ts"
|
|
51
51
|
},
|
|
52
52
|
"./map": {
|
|
53
|
-
"types": "./src/tools/Map/
|
|
54
|
-
"import": "./src/tools/Map/
|
|
55
|
-
"require": "./src/tools/Map/
|
|
53
|
+
"types": "./src/tools/Map/lazy.tsx",
|
|
54
|
+
"import": "./src/tools/Map/lazy.tsx",
|
|
55
|
+
"require": "./src/tools/Map/lazy.tsx"
|
|
56
56
|
},
|
|
57
57
|
"./mermaid": {
|
|
58
|
-
"types": "./src/tools/Mermaid/
|
|
59
|
-
"import": "./src/tools/Mermaid/
|
|
60
|
-
"require": "./src/tools/Mermaid/
|
|
58
|
+
"types": "./src/tools/Mermaid/lazy.tsx",
|
|
59
|
+
"import": "./src/tools/Mermaid/lazy.tsx",
|
|
60
|
+
"require": "./src/tools/Mermaid/lazy.tsx"
|
|
61
61
|
},
|
|
62
62
|
"./upload": {
|
|
63
63
|
"types": "./src/tools/Uploader/index.ts",
|
|
@@ -95,29 +95,29 @@
|
|
|
95
95
|
"require": "./src/tools/Chat/index.ts"
|
|
96
96
|
},
|
|
97
97
|
"./cron-scheduler": {
|
|
98
|
-
"types": "./src/tools/CronScheduler/
|
|
99
|
-
"import": "./src/tools/CronScheduler/
|
|
100
|
-
"require": "./src/tools/CronScheduler/
|
|
98
|
+
"types": "./src/tools/CronScheduler/lazy.tsx",
|
|
99
|
+
"import": "./src/tools/CronScheduler/lazy.tsx",
|
|
100
|
+
"require": "./src/tools/CronScheduler/lazy.tsx"
|
|
101
101
|
},
|
|
102
102
|
"./image-viewer": {
|
|
103
|
-
"types": "./src/tools/ImageViewer/
|
|
104
|
-
"import": "./src/tools/ImageViewer/
|
|
105
|
-
"require": "./src/tools/ImageViewer/
|
|
103
|
+
"types": "./src/tools/ImageViewer/lazy.tsx",
|
|
104
|
+
"import": "./src/tools/ImageViewer/lazy.tsx",
|
|
105
|
+
"require": "./src/tools/ImageViewer/lazy.tsx"
|
|
106
106
|
},
|
|
107
107
|
"./json-form": {
|
|
108
|
-
"types": "./src/tools/JsonForm/
|
|
109
|
-
"import": "./src/tools/JsonForm/
|
|
110
|
-
"require": "./src/tools/JsonForm/
|
|
108
|
+
"types": "./src/tools/JsonForm/lazy.tsx",
|
|
109
|
+
"import": "./src/tools/JsonForm/lazy.tsx",
|
|
110
|
+
"require": "./src/tools/JsonForm/lazy.tsx"
|
|
111
111
|
},
|
|
112
112
|
"./json-tree": {
|
|
113
|
-
"types": "./src/tools/JsonTree/
|
|
114
|
-
"import": "./src/tools/JsonTree/
|
|
115
|
-
"require": "./src/tools/JsonTree/
|
|
113
|
+
"types": "./src/tools/JsonTree/lazy.tsx",
|
|
114
|
+
"import": "./src/tools/JsonTree/lazy.tsx",
|
|
115
|
+
"require": "./src/tools/JsonTree/lazy.tsx"
|
|
116
116
|
},
|
|
117
117
|
"./lottie-player": {
|
|
118
|
-
"types": "./src/tools/LottiePlayer/
|
|
119
|
-
"import": "./src/tools/LottiePlayer/
|
|
120
|
-
"require": "./src/tools/LottiePlayer/
|
|
118
|
+
"types": "./src/tools/LottiePlayer/lazy.tsx",
|
|
119
|
+
"import": "./src/tools/LottiePlayer/lazy.tsx",
|
|
120
|
+
"require": "./src/tools/LottiePlayer/lazy.tsx"
|
|
121
121
|
},
|
|
122
122
|
"./markdown-editor": {
|
|
123
123
|
"types": "./src/tools/MarkdownEditor/index.ts",
|
|
@@ -125,19 +125,19 @@
|
|
|
125
125
|
"require": "./src/tools/MarkdownEditor/index.ts"
|
|
126
126
|
},
|
|
127
127
|
"./openapi-viewer": {
|
|
128
|
-
"types": "./src/tools/OpenapiViewer/
|
|
129
|
-
"import": "./src/tools/OpenapiViewer/
|
|
130
|
-
"require": "./src/tools/OpenapiViewer/
|
|
128
|
+
"types": "./src/tools/OpenapiViewer/lazy.tsx",
|
|
129
|
+
"import": "./src/tools/OpenapiViewer/lazy.tsx",
|
|
130
|
+
"require": "./src/tools/OpenapiViewer/lazy.tsx"
|
|
131
131
|
},
|
|
132
132
|
"./pretty-code": {
|
|
133
|
-
"types": "./src/tools/PrettyCode/
|
|
134
|
-
"import": "./src/tools/PrettyCode/
|
|
135
|
-
"require": "./src/tools/PrettyCode/
|
|
133
|
+
"types": "./src/tools/PrettyCode/lazy.tsx",
|
|
134
|
+
"import": "./src/tools/PrettyCode/lazy.tsx",
|
|
135
|
+
"require": "./src/tools/PrettyCode/lazy.tsx"
|
|
136
136
|
},
|
|
137
137
|
"./video-player": {
|
|
138
|
-
"types": "./src/tools/VideoPlayer/
|
|
139
|
-
"import": "./src/tools/VideoPlayer/
|
|
140
|
-
"require": "./src/tools/VideoPlayer/
|
|
138
|
+
"types": "./src/tools/VideoPlayer/lazy.tsx",
|
|
139
|
+
"import": "./src/tools/VideoPlayer/lazy.tsx",
|
|
140
|
+
"require": "./src/tools/VideoPlayer/lazy.tsx"
|
|
141
141
|
},
|
|
142
142
|
"./styles": "./src/styles/index.css",
|
|
143
143
|
"./dist.css": "./dist/index.css"
|
|
@@ -156,8 +156,8 @@
|
|
|
156
156
|
"check": "tsc --noEmit"
|
|
157
157
|
},
|
|
158
158
|
"peerDependencies": {
|
|
159
|
-
"@djangocfg/i18n": "^2.1.
|
|
160
|
-
"@djangocfg/ui-core": "^2.1.
|
|
159
|
+
"@djangocfg/i18n": "^2.1.365",
|
|
160
|
+
"@djangocfg/ui-core": "^2.1.365",
|
|
161
161
|
"consola": "^3.4.2",
|
|
162
162
|
"lodash-es": "^4.18.1",
|
|
163
163
|
"lucide-react": "^0.545.0",
|
|
@@ -210,10 +210,10 @@
|
|
|
210
210
|
"material-file-icons": "^2.4.0"
|
|
211
211
|
},
|
|
212
212
|
"devDependencies": {
|
|
213
|
-
"@djangocfg/i18n": "^2.1.
|
|
213
|
+
"@djangocfg/i18n": "^2.1.365",
|
|
214
214
|
"@djangocfg/playground": "workspace:*",
|
|
215
|
-
"@djangocfg/typescript-config": "^2.1.
|
|
216
|
-
"@djangocfg/ui-core": "^2.1.
|
|
215
|
+
"@djangocfg/typescript-config": "^2.1.365",
|
|
216
|
+
"@djangocfg/ui-core": "^2.1.365",
|
|
217
217
|
"@types/lodash-es": "^4.17.12",
|
|
218
218
|
"@types/mapbox__mapbox-gl-draw": "^1.4.8",
|
|
219
219
|
"@types/node": "^24.7.2",
|