tenjin-ui-kit 0.3.73 → 0.3.74
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 +13 -13
- package/common/hooks/apiHooks.js +199 -91
- package/common/hooks/newApiHook.js +258 -127
- package/common/utils/security/index.js +2 -2
- package/common/utils/security/securityConfig.js +2 -1
- package/components/Canvas.js +101 -172
- package/components/DragBox/index.js +31 -21
- package/components/InputWithChip/index.js +83 -178
- package/components/RightContext/index.css +20 -20
- package/components/RightContext/index.js +41 -17
- package/components/WorkFlow.js +29 -19
- package/components/WorkFlowBuilder.js +56 -32
- package/components/alert/Style.js +14 -11
- package/components/alert/index.js +14 -8
- package/components/attachment/index.js +31 -26
- package/components/authenticationProvider/AuthError.js +4 -3
- package/components/authenticationProvider/AuthLoader.js +4 -3
- package/components/authenticationProvider/index.js +130 -58
- package/components/avatar/index.js +23 -24
- package/components/avatar/styles.js +77 -76
- package/components/breadCrumbs/index.js +89 -64
- package/components/breadCrumbs/style.js +4 -1
- package/components/browsingTestCaseLayout/DetailsViewLayout/DetailsViewContent/index.js +6 -7
- package/components/browsingTestCaseLayout/DetailsViewLayout/DetailsViewContent/style.js +8 -5
- package/components/browsingTestCaseLayout/DetailsViewLayout/DetailsViewHeader/index.js +6 -7
- package/components/browsingTestCaseLayout/TreeViewLayout/TreeViewContent/Index.js +7 -8
- package/components/browsingTestCaseLayout/TreeViewLayout/TreeViewHeader/Index.js +7 -8
- package/components/browsingTestCaseLayout/TreeViewLayout/TreeViewHeader/style.js +19 -16
- package/components/browsingTestCaseLayout/index.js +46 -30
- package/components/browsingTestCaseLayout/style.css +82 -82
- package/components/button/index.js +58 -47
- package/components/chatBotModal/index.js +61 -40
- package/components/checkBox/index.js +10 -8
- package/components/combobox/index.js +216 -182
- package/components/divider/index.js +18 -9
- package/components/editableField/index.js +46 -19
- package/components/error/index.js +12 -6
- package/components/errorBoundary/index.js +98 -74
- package/components/fileUploader/index.js +58 -46
- package/components/fileUploader/style.js +49 -46
- package/components/filter/ValueSelector.js +243 -148
- package/components/filter/index.js +66 -43
- package/components/iconButton/index.js +4 -3
- package/components/input/index.js +74 -60
- package/components/layout/index.js +49 -36
- package/components/layout/main/index.js +14 -13
- package/components/layout/main/style.js +14 -11
- package/components/layout/pageContent/index.js +7 -8
- package/components/layout/sidebar/FlatMenu.js +47 -51
- package/components/layout/sidebar/GroupedIconMenu.js +194 -169
- package/components/layout/sidebar/GroupedMenu.js +50 -45
- package/components/layout/sidebar/ProjectMenu.js +185 -165
- package/components/layout/sidebar/index.js +26 -27
- package/components/layout/sidebar/style.js +143 -138
- package/components/layout/topBar/ProjectTopbar.js +119 -86
- package/components/layout/topBar/UserAvatar.js +65 -51
- package/components/layout/topBar/index.js +41 -23
- package/components/loader/index.js +12 -9
- package/components/menu/index.js +42 -23
- package/components/modal/Modal.js +6 -5
- package/components/modal/index.js +20 -16
- package/components/modal/style.js +56 -53
- package/components/optionMenu/index.js +72 -57
- package/components/pagination/index.js +43 -23
- package/components/pagination/style.js +28 -25
- package/components/paginationUpdated/index.js +26 -19
- package/components/paper/index.js +22 -20
- package/components/paper/style.js +27 -24
- package/components/reactSelect/index.js +97 -64
- package/components/reactSelect/style.js +151 -131
- package/components/richTextEditor/index.js +48 -24
- package/components/select/GroupedSelect.js +100 -56
- package/components/select/SimpleSelect.js +99 -59
- package/components/select/index.js +69 -56
- package/components/simpleSelect/index.js +22 -18
- package/components/sort/index.js +36 -23
- package/components/switch/index.js +15 -14
- package/components/switch/style.js +32 -29
- package/components/switch/switch.js +47 -30
- package/components/table/ReactTable.js +83 -59
- package/components/table/SimpleTable.js +91 -67
- package/components/table/index.js +206 -300
- package/components/text/index.js +30 -22
- package/components/timeStamp/index.js +6 -4
- package/components/timeStamp/style.js +15 -12
- package/components/topBar/index.js +102 -86
- package/components/tree/index.js +58 -30
- package/components/tree/style.js +23 -20
- package/components/valuePicker/ValueSelector.js +160 -78
- package/components/valuePicker/index.js +50 -30
- package/components/wrapperLayout/layout/index.js +7 -8
- package/components/wrapperLayout/main/index.js +7 -8
- package/components/wrapperLayout/main/pageContainer/index.js +5 -6
- package/components/wrapperLayout/main/sideBar/index.js +175 -171
- package/components/wrapperLayout/main/sideBar/style.js +183 -177
- package/components/wrapperLayout/topBar/UserAvatar.js +5 -6
- package/components/wrapperLayout/topBar/avatar.js +18 -15
- package/components/wrapperLayout/topBar/index.js +107 -115
- package/components/wrapperLayout/topBar/menuIcon.js +5 -6
- package/components/wrapperLayout/topBar/style.js +64 -63
- package/http/index.js +188 -92
- package/index.js +55 -53
- package/package.json +124 -125
- package/templates/listPage/index.js +196 -168
- package/themes/default.js +7 -5
- package/themes/defaultSmall.js +3 -2
- package/themes/responsiveTheme.js +8 -6
package/index.js
CHANGED
|
@@ -1,311 +1,312 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
3
4
|
Object.defineProperty(exports, "__esModule", {
|
|
4
5
|
value: true
|
|
5
6
|
});
|
|
6
7
|
Object.defineProperty(exports, "Alert", {
|
|
7
8
|
enumerable: true,
|
|
8
|
-
get: function () {
|
|
9
|
+
get: function get() {
|
|
9
10
|
return _alert.default;
|
|
10
11
|
}
|
|
11
12
|
});
|
|
12
13
|
Object.defineProperty(exports, "AuthenticationProvider", {
|
|
13
14
|
enumerable: true,
|
|
14
|
-
get: function () {
|
|
15
|
+
get: function get() {
|
|
15
16
|
return _authenticationProvider.default;
|
|
16
17
|
}
|
|
17
18
|
});
|
|
18
19
|
Object.defineProperty(exports, "Avatar", {
|
|
19
20
|
enumerable: true,
|
|
20
|
-
get: function () {
|
|
21
|
+
get: function get() {
|
|
21
22
|
return _avatar.default;
|
|
22
23
|
}
|
|
23
24
|
});
|
|
24
25
|
Object.defineProperty(exports, "BreadCrumbs", {
|
|
25
26
|
enumerable: true,
|
|
26
|
-
get: function () {
|
|
27
|
+
get: function get() {
|
|
27
28
|
return _breadCrumbs.default;
|
|
28
29
|
}
|
|
29
30
|
});
|
|
30
31
|
Object.defineProperty(exports, "BrowsingTestCaseLayout", {
|
|
31
32
|
enumerable: true,
|
|
32
|
-
get: function () {
|
|
33
|
+
get: function get() {
|
|
33
34
|
return _browsingTestCaseLayout.default;
|
|
34
35
|
}
|
|
35
36
|
});
|
|
36
37
|
Object.defineProperty(exports, "Button", {
|
|
37
38
|
enumerable: true,
|
|
38
|
-
get: function () {
|
|
39
|
+
get: function get() {
|
|
39
40
|
return _button.default;
|
|
40
41
|
}
|
|
41
42
|
});
|
|
42
43
|
Object.defineProperty(exports, "ChatBotModal", {
|
|
43
44
|
enumerable: true,
|
|
44
|
-
get: function () {
|
|
45
|
+
get: function get() {
|
|
45
46
|
return _chatBotModal.default;
|
|
46
47
|
}
|
|
47
48
|
});
|
|
48
49
|
Object.defineProperty(exports, "CheckBox", {
|
|
49
50
|
enumerable: true,
|
|
50
|
-
get: function () {
|
|
51
|
+
get: function get() {
|
|
51
52
|
return _checkBox.default;
|
|
52
53
|
}
|
|
53
54
|
});
|
|
54
55
|
Object.defineProperty(exports, "Divider", {
|
|
55
56
|
enumerable: true,
|
|
56
|
-
get: function () {
|
|
57
|
+
get: function get() {
|
|
57
58
|
return _divider.default;
|
|
58
59
|
}
|
|
59
60
|
});
|
|
60
61
|
Object.defineProperty(exports, "EditableField", {
|
|
61
62
|
enumerable: true,
|
|
62
|
-
get: function () {
|
|
63
|
+
get: function get() {
|
|
63
64
|
return _editableField.default;
|
|
64
65
|
}
|
|
65
66
|
});
|
|
66
67
|
Object.defineProperty(exports, "Error", {
|
|
67
68
|
enumerable: true,
|
|
68
|
-
get: function () {
|
|
69
|
+
get: function get() {
|
|
69
70
|
return _error.default;
|
|
70
71
|
}
|
|
71
72
|
});
|
|
72
73
|
Object.defineProperty(exports, "ErrorBoundary", {
|
|
73
74
|
enumerable: true,
|
|
74
|
-
get: function () {
|
|
75
|
+
get: function get() {
|
|
75
76
|
return _errorBoundary.default;
|
|
76
77
|
}
|
|
77
78
|
});
|
|
78
79
|
Object.defineProperty(exports, "FileUploader", {
|
|
79
80
|
enumerable: true,
|
|
80
|
-
get: function () {
|
|
81
|
+
get: function get() {
|
|
81
82
|
return _fileUploader.default;
|
|
82
83
|
}
|
|
83
84
|
});
|
|
84
85
|
Object.defineProperty(exports, "Filter", {
|
|
85
86
|
enumerable: true,
|
|
86
|
-
get: function () {
|
|
87
|
+
get: function get() {
|
|
87
88
|
return _filter.default;
|
|
88
89
|
}
|
|
89
90
|
});
|
|
90
91
|
Object.defineProperty(exports, "GroupSimpleSelect", {
|
|
91
92
|
enumerable: true,
|
|
92
|
-
get: function () {
|
|
93
|
+
get: function get() {
|
|
93
94
|
return _GroupedSelect.default;
|
|
94
95
|
}
|
|
95
96
|
});
|
|
96
97
|
Object.defineProperty(exports, "GroupedSelect", {
|
|
97
98
|
enumerable: true,
|
|
98
|
-
get: function () {
|
|
99
|
+
get: function get() {
|
|
99
100
|
return _GroupedSelect.default;
|
|
100
101
|
}
|
|
101
102
|
});
|
|
102
103
|
Object.defineProperty(exports, "IconButton", {
|
|
103
104
|
enumerable: true,
|
|
104
|
-
get: function () {
|
|
105
|
+
get: function get() {
|
|
105
106
|
return _iconButton.default;
|
|
106
107
|
}
|
|
107
108
|
});
|
|
108
109
|
Object.defineProperty(exports, "Input", {
|
|
109
110
|
enumerable: true,
|
|
110
|
-
get: function () {
|
|
111
|
+
get: function get() {
|
|
111
112
|
return _input.default;
|
|
112
113
|
}
|
|
113
114
|
});
|
|
114
115
|
Object.defineProperty(exports, "InputWithChip", {
|
|
115
116
|
enumerable: true,
|
|
116
|
-
get: function () {
|
|
117
|
+
get: function get() {
|
|
117
118
|
return _InputWithChip.default;
|
|
118
119
|
}
|
|
119
120
|
});
|
|
120
121
|
Object.defineProperty(exports, "Layout", {
|
|
121
122
|
enumerable: true,
|
|
122
|
-
get: function () {
|
|
123
|
+
get: function get() {
|
|
123
124
|
return _layout.default;
|
|
124
125
|
}
|
|
125
126
|
});
|
|
126
127
|
Object.defineProperty(exports, "Modal", {
|
|
127
128
|
enumerable: true,
|
|
128
|
-
get: function () {
|
|
129
|
+
get: function get() {
|
|
129
130
|
return _modal.default;
|
|
130
131
|
}
|
|
131
132
|
});
|
|
132
133
|
Object.defineProperty(exports, "OptionMenu", {
|
|
133
134
|
enumerable: true,
|
|
134
|
-
get: function () {
|
|
135
|
+
get: function get() {
|
|
135
136
|
return _optionMenu.default;
|
|
136
137
|
}
|
|
137
138
|
});
|
|
138
139
|
Object.defineProperty(exports, "Pagination", {
|
|
139
140
|
enumerable: true,
|
|
140
|
-
get: function () {
|
|
141
|
+
get: function get() {
|
|
141
142
|
return _paginationUpdated.default;
|
|
142
143
|
}
|
|
143
144
|
});
|
|
144
145
|
Object.defineProperty(exports, "Paper", {
|
|
145
146
|
enumerable: true,
|
|
146
|
-
get: function () {
|
|
147
|
+
get: function get() {
|
|
147
148
|
return _paper.default;
|
|
148
149
|
}
|
|
149
150
|
});
|
|
150
151
|
Object.defineProperty(exports, "ReactSelect", {
|
|
151
152
|
enumerable: true,
|
|
152
|
-
get: function () {
|
|
153
|
+
get: function get() {
|
|
153
154
|
return _reactSelect.default;
|
|
154
155
|
}
|
|
155
156
|
});
|
|
156
157
|
Object.defineProperty(exports, "ReactTable", {
|
|
157
158
|
enumerable: true,
|
|
158
|
-
get: function () {
|
|
159
|
+
get: function get() {
|
|
159
160
|
return _ReactTable.default;
|
|
160
161
|
}
|
|
161
162
|
});
|
|
162
163
|
Object.defineProperty(exports, "RichTextEditor", {
|
|
163
164
|
enumerable: true,
|
|
164
|
-
get: function () {
|
|
165
|
+
get: function get() {
|
|
165
166
|
return _richTextEditor.default;
|
|
166
167
|
}
|
|
167
168
|
});
|
|
168
169
|
Object.defineProperty(exports, "Select", {
|
|
169
170
|
enumerable: true,
|
|
170
|
-
get: function () {
|
|
171
|
+
get: function get() {
|
|
171
172
|
return _select.default;
|
|
172
173
|
}
|
|
173
174
|
});
|
|
174
175
|
Object.defineProperty(exports, "SimpleSelect", {
|
|
175
176
|
enumerable: true,
|
|
176
|
-
get: function () {
|
|
177
|
+
get: function get() {
|
|
177
178
|
return _SimpleSelect.default;
|
|
178
179
|
}
|
|
179
180
|
});
|
|
180
181
|
Object.defineProperty(exports, "SimpleTable", {
|
|
181
182
|
enumerable: true,
|
|
182
|
-
get: function () {
|
|
183
|
+
get: function get() {
|
|
183
184
|
return _SimpleTable.default;
|
|
184
185
|
}
|
|
185
186
|
});
|
|
186
187
|
Object.defineProperty(exports, "Sort", {
|
|
187
188
|
enumerable: true,
|
|
188
|
-
get: function () {
|
|
189
|
+
get: function get() {
|
|
189
190
|
return _sort.default;
|
|
190
191
|
}
|
|
191
192
|
});
|
|
192
193
|
Object.defineProperty(exports, "Switch", {
|
|
193
194
|
enumerable: true,
|
|
194
|
-
get: function () {
|
|
195
|
+
get: function get() {
|
|
195
196
|
return _switch.default;
|
|
196
197
|
}
|
|
197
198
|
});
|
|
198
199
|
Object.defineProperty(exports, "SystemContext", {
|
|
199
200
|
enumerable: true,
|
|
200
|
-
get: function () {
|
|
201
|
+
get: function get() {
|
|
201
202
|
return _authenticationProvider.SystemContext;
|
|
202
203
|
}
|
|
203
204
|
});
|
|
204
205
|
Object.defineProperty(exports, "Table", {
|
|
205
206
|
enumerable: true,
|
|
206
|
-
get: function () {
|
|
207
|
+
get: function get() {
|
|
207
208
|
return _table.default;
|
|
208
209
|
}
|
|
209
210
|
});
|
|
210
211
|
Object.defineProperty(exports, "Text", {
|
|
211
212
|
enumerable: true,
|
|
212
|
-
get: function () {
|
|
213
|
+
get: function get() {
|
|
213
214
|
return _text.default;
|
|
214
215
|
}
|
|
215
216
|
});
|
|
216
217
|
Object.defineProperty(exports, "TimeStamp", {
|
|
217
218
|
enumerable: true,
|
|
218
|
-
get: function () {
|
|
219
|
+
get: function get() {
|
|
219
220
|
return _timeStamp.default;
|
|
220
221
|
}
|
|
221
222
|
});
|
|
222
223
|
Object.defineProperty(exports, "ValuePicker", {
|
|
223
224
|
enumerable: true,
|
|
224
|
-
get: function () {
|
|
225
|
+
get: function get() {
|
|
225
226
|
return _valuePicker.default;
|
|
226
227
|
}
|
|
227
228
|
});
|
|
228
229
|
Object.defineProperty(exports, "defaultTheme", {
|
|
229
230
|
enumerable: true,
|
|
230
|
-
get: function () {
|
|
231
|
+
get: function get() {
|
|
231
232
|
return _default.default;
|
|
232
233
|
}
|
|
233
234
|
});
|
|
234
235
|
Object.defineProperty(exports, "doDelete", {
|
|
235
236
|
enumerable: true,
|
|
236
|
-
get: function () {
|
|
237
|
+
get: function get() {
|
|
237
238
|
return _http.doDelete;
|
|
238
239
|
}
|
|
239
240
|
});
|
|
240
241
|
Object.defineProperty(exports, "get", {
|
|
241
242
|
enumerable: true,
|
|
242
|
-
get: function () {
|
|
243
|
+
get: function get() {
|
|
243
244
|
return _http.get;
|
|
244
245
|
}
|
|
245
246
|
});
|
|
246
247
|
Object.defineProperty(exports, "getClient", {
|
|
247
248
|
enumerable: true,
|
|
248
|
-
get: function () {
|
|
249
|
+
get: function get() {
|
|
249
250
|
return _http.getClient;
|
|
250
251
|
}
|
|
251
252
|
});
|
|
252
253
|
Object.defineProperty(exports, "getSecureClient", {
|
|
253
254
|
enumerable: true,
|
|
254
|
-
get: function () {
|
|
255
|
+
get: function get() {
|
|
255
256
|
return _http.getSecureClient;
|
|
256
257
|
}
|
|
257
258
|
});
|
|
258
259
|
Object.defineProperty(exports, "parseAxiosError", {
|
|
259
260
|
enumerable: true,
|
|
260
|
-
get: function () {
|
|
261
|
+
get: function get() {
|
|
261
262
|
return _http.parseAxiosError;
|
|
262
263
|
}
|
|
263
264
|
});
|
|
264
265
|
Object.defineProperty(exports, "post", {
|
|
265
266
|
enumerable: true,
|
|
266
|
-
get: function () {
|
|
267
|
+
get: function get() {
|
|
267
268
|
return _http.post;
|
|
268
269
|
}
|
|
269
270
|
});
|
|
270
271
|
Object.defineProperty(exports, "postClient", {
|
|
271
272
|
enumerable: true,
|
|
272
|
-
get: function () {
|
|
273
|
+
get: function get() {
|
|
273
274
|
return _http.postClient;
|
|
274
275
|
}
|
|
275
276
|
});
|
|
276
277
|
Object.defineProperty(exports, "put", {
|
|
277
278
|
enumerable: true,
|
|
278
|
-
get: function () {
|
|
279
|
+
get: function get() {
|
|
279
280
|
return _http.put;
|
|
280
281
|
}
|
|
281
282
|
});
|
|
282
283
|
Object.defineProperty(exports, "useAPI", {
|
|
283
284
|
enumerable: true,
|
|
284
|
-
get: function () {
|
|
285
|
+
get: function get() {
|
|
285
286
|
return _newApiHook.default;
|
|
286
287
|
}
|
|
287
288
|
});
|
|
288
289
|
Object.defineProperty(exports, "useDelete", {
|
|
289
290
|
enumerable: true,
|
|
290
|
-
get: function () {
|
|
291
|
+
get: function get() {
|
|
291
292
|
return _apiHooks.useDelete;
|
|
292
293
|
}
|
|
293
294
|
});
|
|
294
295
|
Object.defineProperty(exports, "useFetch", {
|
|
295
296
|
enumerable: true,
|
|
296
|
-
get: function () {
|
|
297
|
+
get: function get() {
|
|
297
298
|
return _apiHooks.useFetch;
|
|
298
299
|
}
|
|
299
300
|
});
|
|
300
301
|
Object.defineProperty(exports, "usePost", {
|
|
301
302
|
enumerable: true,
|
|
302
|
-
get: function () {
|
|
303
|
+
get: function get() {
|
|
303
304
|
return _apiHooks.usePost;
|
|
304
305
|
}
|
|
305
306
|
});
|
|
306
307
|
Object.defineProperty(exports, "usePut", {
|
|
307
308
|
enumerable: true,
|
|
308
|
-
get: function () {
|
|
309
|
+
get: function get() {
|
|
309
310
|
return _apiHooks.usePut;
|
|
310
311
|
}
|
|
311
312
|
});
|
|
@@ -348,5 +349,6 @@ var _text = _interopRequireDefault(require("./components/text"));
|
|
|
348
349
|
var _sort = _interopRequireDefault(require("./components/sort"));
|
|
349
350
|
var _filter = _interopRequireDefault(require("./components/filter"));
|
|
350
351
|
var _chatBotModal = _interopRequireDefault(require("./components/chatBotModal"));
|
|
351
|
-
function
|
|
352
|
-
function
|
|
352
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
353
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
354
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
package/package.json
CHANGED
|
@@ -1,125 +1,124 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "tenjin-ui-kit",
|
|
3
|
-
"version": "0.3.
|
|
4
|
-
"repository": {
|
|
5
|
-
"url": "git+https://gitlab.com/yethi/react/tenjin-ui-kit.git"
|
|
6
|
-
},
|
|
7
|
-
"dependencies": {
|
|
8
|
-
"@floating-ui/dom": "^1.2.1",
|
|
9
|
-
"@mantine/core": "^5.10.1",
|
|
10
|
-
"@mantine/hooks": "^5.10.1",
|
|
11
|
-
"@mantine/rte": "^5.10.1",
|
|
12
|
-
"@mui/icons-material": "^5.11.0",
|
|
13
|
-
"@mui/styles": "^5.11.2",
|
|
14
|
-
"@testing-library/jest-dom": "^5.16.5",
|
|
15
|
-
"@testing-library/react": "^13.4.0",
|
|
16
|
-
"@testing-library/user-event": "^13.5.0",
|
|
17
|
-
"aria-hidden": "^1.2.2",
|
|
18
|
-
"axios": "^0.26.0",
|
|
19
|
-
"clsx": "^1.2.1",
|
|
20
|
-
"d3-hierarchy": "^3.1.2",
|
|
21
|
-
"feather-icons": "^4.29.0",
|
|
22
|
-
"final-form": "^4.20.9",
|
|
23
|
-
"material-ui-popup-state": "^5.0.8",
|
|
24
|
-
"moment": "^2.29.4",
|
|
25
|
-
"npm-run-all": "^4.1.5",
|
|
26
|
-
"react-beautiful-dnd": "^13.1.1",
|
|
27
|
-
"react-dnd": "^16.0.1",
|
|
28
|
-
"react-dnd-html5-backend": "^16.0.1",
|
|
29
|
-
"react-dropzone": "^14.2.3",
|
|
30
|
-
"react-feather": "^2.0.10",
|
|
31
|
-
"react-final-form": "^6.5.9",
|
|
32
|
-
"react-flow-renderer": "^10.3.17",
|
|
33
|
-
"react-icons": "^4.10.1",
|
|
34
|
-
"react-moment": "^1.1.3",
|
|
35
|
-
"react-scripts": "5.0.1",
|
|
36
|
-
"react-select": "^5.7.4",
|
|
37
|
-
"react-sortable-hoc": "^2.0.0",
|
|
38
|
-
"reactflow": "^11.6.1",
|
|
39
|
-
"storybook-react-context": "^0.6.0",
|
|
40
|
-
"styled-components": "^5.3.9",
|
|
41
|
-
"uuid": "^9.0.0",
|
|
42
|
-
"web-vitals": "^2.1.4"
|
|
43
|
-
},
|
|
44
|
-
"scripts": {
|
|
45
|
-
"start": "react-scripts start",
|
|
46
|
-
"build": "react-scripts build",
|
|
47
|
-
"test": "react-scripts test",
|
|
48
|
-
"eject": "react-scripts eject",
|
|
49
|
-
"storybook": "start-storybook -p 6006 -s public",
|
|
50
|
-
"build-storybook": "build-storybook -s public",
|
|
51
|
-
"clean": "rimraf dist",
|
|
52
|
-
"compile": "npm run clean && cross-env NODE_ENV=production babel src/package --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,stories.js,__snapshots__",
|
|
53
|
-
"copy-and-publish-dev": "copy package.json dist && copy README.md dist && cd dist && npm publish --tag dev",
|
|
54
|
-
"copy-and-publish": "copy package.json dist && copy README.md dist && cd dist && npm publish",
|
|
55
|
-
"publish-dev": "npm-run-all compile copy-and-publish-dev",
|
|
56
|
-
"publish-prod": "npm-run-all compile copy-and-publish"
|
|
57
|
-
},
|
|
58
|
-
"eslintConfig": {
|
|
59
|
-
"extends": [
|
|
60
|
-
"react-app",
|
|
61
|
-
"react-app/jest"
|
|
62
|
-
],
|
|
63
|
-
"overrides": [
|
|
64
|
-
{
|
|
65
|
-
"files": [
|
|
66
|
-
"**/*.stories.*"
|
|
67
|
-
],
|
|
68
|
-
"rules": {
|
|
69
|
-
"import/no-anonymous-default-export": "off"
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
]
|
|
73
|
-
},
|
|
74
|
-
"browserslist": {
|
|
75
|
-
"production": [
|
|
76
|
-
">0.2%",
|
|
77
|
-
"not dead",
|
|
78
|
-
"not op_mini all"
|
|
79
|
-
],
|
|
80
|
-
"development": [
|
|
81
|
-
"last 1 chrome version",
|
|
82
|
-
"last 1 firefox version",
|
|
83
|
-
"last 1 safari version"
|
|
84
|
-
]
|
|
85
|
-
},
|
|
86
|
-
"devDependencies": {
|
|
87
|
-
"@babel/cli": "^7.20.7",
|
|
88
|
-
"@babel/preset-env": "^7.20.2",
|
|
89
|
-
"@babel/preset-react": "^7.18.6",
|
|
90
|
-
"@emotion/react": "^11.10.5",
|
|
91
|
-
"@emotion/styled": "^11.10.5",
|
|
92
|
-
"@mui/material": "^5.11.3",
|
|
93
|
-
"@storybook/addon-actions": "^6.5.15",
|
|
94
|
-
"@storybook/addon-essentials": "^6.5.15",
|
|
95
|
-
"@storybook/addon-interactions": "^6.5.15",
|
|
96
|
-
"@storybook/addon-links": "^6.5.15",
|
|
97
|
-
"@storybook/builder-webpack5": "^6.5.15",
|
|
98
|
-
"@storybook/manager-webpack5": "^6.5.15",
|
|
99
|
-
"@storybook/node-logger": "^6.5.15",
|
|
100
|
-
"@storybook/preset-create-react-app": "^4.1.2",
|
|
101
|
-
"@storybook/react": "^6.5.15",
|
|
102
|
-
"@storybook/testing-library": "^0.0.13",
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"react": "^18.2.0",
|
|
108
|
-
"react-dom": "^
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
"@emotion/
|
|
115
|
-
"@
|
|
116
|
-
"@mui/
|
|
117
|
-
"@
|
|
118
|
-
"@testing-library/
|
|
119
|
-
"@testing-library/
|
|
120
|
-
"
|
|
121
|
-
"react": "^18.2.0",
|
|
122
|
-
"react-dom": "^
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "tenjin-ui-kit",
|
|
3
|
+
"version": "0.3.74",
|
|
4
|
+
"repository": {
|
|
5
|
+
"url": "git+https://gitlab.com/yethi/react/tenjin-ui-kit.git"
|
|
6
|
+
},
|
|
7
|
+
"dependencies": {
|
|
8
|
+
"@floating-ui/dom": "^1.2.1",
|
|
9
|
+
"@mantine/core": "^5.10.1",
|
|
10
|
+
"@mantine/hooks": "^5.10.1",
|
|
11
|
+
"@mantine/rte": "^5.10.1",
|
|
12
|
+
"@mui/icons-material": "^5.11.0",
|
|
13
|
+
"@mui/styles": "^5.11.2",
|
|
14
|
+
"@testing-library/jest-dom": "^5.16.5",
|
|
15
|
+
"@testing-library/react": "^13.4.0",
|
|
16
|
+
"@testing-library/user-event": "^13.5.0",
|
|
17
|
+
"aria-hidden": "^1.2.2",
|
|
18
|
+
"axios": "^0.26.0",
|
|
19
|
+
"clsx": "^1.2.1",
|
|
20
|
+
"d3-hierarchy": "^3.1.2",
|
|
21
|
+
"feather-icons": "^4.29.0",
|
|
22
|
+
"final-form": "^4.20.9",
|
|
23
|
+
"material-ui-popup-state": "^5.0.8",
|
|
24
|
+
"moment": "^2.29.4",
|
|
25
|
+
"npm-run-all": "^4.1.5",
|
|
26
|
+
"react-beautiful-dnd": "^13.1.1",
|
|
27
|
+
"react-dnd": "^16.0.1",
|
|
28
|
+
"react-dnd-html5-backend": "^16.0.1",
|
|
29
|
+
"react-dropzone": "^14.2.3",
|
|
30
|
+
"react-feather": "^2.0.10",
|
|
31
|
+
"react-final-form": "^6.5.9",
|
|
32
|
+
"react-flow-renderer": "^10.3.17",
|
|
33
|
+
"react-icons": "^4.10.1",
|
|
34
|
+
"react-moment": "^1.1.3",
|
|
35
|
+
"react-scripts": "5.0.1",
|
|
36
|
+
"react-select": "^5.7.4",
|
|
37
|
+
"react-sortable-hoc": "^2.0.0",
|
|
38
|
+
"reactflow": "^11.6.1",
|
|
39
|
+
"storybook-react-context": "^0.6.0",
|
|
40
|
+
"styled-components": "^5.3.9",
|
|
41
|
+
"uuid": "^9.0.0",
|
|
42
|
+
"web-vitals": "^2.1.4"
|
|
43
|
+
},
|
|
44
|
+
"scripts": {
|
|
45
|
+
"start": "react-scripts start",
|
|
46
|
+
"build": "react-scripts build",
|
|
47
|
+
"test": "react-scripts test",
|
|
48
|
+
"eject": "react-scripts eject",
|
|
49
|
+
"storybook": "start-storybook -p 6006 -s public",
|
|
50
|
+
"build-storybook": "build-storybook -s public",
|
|
51
|
+
"clean": "rimraf dist",
|
|
52
|
+
"compile": "npm run clean && cross-env NODE_ENV=production babel src/package --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,stories.js,__snapshots__",
|
|
53
|
+
"copy-and-publish-dev": "copy package.json dist && copy README.md dist && cd dist && npm publish --tag dev",
|
|
54
|
+
"copy-and-publish": "copy package.json dist && copy README.md dist && cd dist && npm publish",
|
|
55
|
+
"publish-dev": "npm-run-all compile copy-and-publish-dev",
|
|
56
|
+
"publish-prod": "npm-run-all compile copy-and-publish"
|
|
57
|
+
},
|
|
58
|
+
"eslintConfig": {
|
|
59
|
+
"extends": [
|
|
60
|
+
"react-app",
|
|
61
|
+
"react-app/jest"
|
|
62
|
+
],
|
|
63
|
+
"overrides": [
|
|
64
|
+
{
|
|
65
|
+
"files": [
|
|
66
|
+
"**/*.stories.*"
|
|
67
|
+
],
|
|
68
|
+
"rules": {
|
|
69
|
+
"import/no-anonymous-default-export": "off"
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
]
|
|
73
|
+
},
|
|
74
|
+
"browserslist": {
|
|
75
|
+
"production": [
|
|
76
|
+
">0.2%",
|
|
77
|
+
"not dead",
|
|
78
|
+
"not op_mini all"
|
|
79
|
+
],
|
|
80
|
+
"development": [
|
|
81
|
+
"last 1 chrome version",
|
|
82
|
+
"last 1 firefox version",
|
|
83
|
+
"last 1 safari version"
|
|
84
|
+
]
|
|
85
|
+
},
|
|
86
|
+
"devDependencies": {
|
|
87
|
+
"@babel/cli": "^7.20.7",
|
|
88
|
+
"@babel/preset-env": "^7.20.2",
|
|
89
|
+
"@babel/preset-react": "^7.18.6",
|
|
90
|
+
"@emotion/react": "^11.10.5",
|
|
91
|
+
"@emotion/styled": "^11.10.5",
|
|
92
|
+
"@mui/material": "^5.11.3",
|
|
93
|
+
"@storybook/addon-actions": "^6.5.15",
|
|
94
|
+
"@storybook/addon-essentials": "^6.5.15",
|
|
95
|
+
"@storybook/addon-interactions": "^6.5.15",
|
|
96
|
+
"@storybook/addon-links": "^6.5.15",
|
|
97
|
+
"@storybook/builder-webpack5": "^6.5.15",
|
|
98
|
+
"@storybook/manager-webpack5": "^6.5.15",
|
|
99
|
+
"@storybook/node-logger": "^6.5.15",
|
|
100
|
+
"@storybook/preset-create-react-app": "^4.1.2",
|
|
101
|
+
"@storybook/react": "^6.5.15",
|
|
102
|
+
"@storybook/testing-library": "^0.0.13",
|
|
103
|
+
"babel-plugin-named-exports-order": "^0.0.2",
|
|
104
|
+
"cross-env": "^7.0.3",
|
|
105
|
+
"prop-types": "^15.8.1",
|
|
106
|
+
"react": "^18.2.0",
|
|
107
|
+
"react-dom": "^18.2.0",
|
|
108
|
+
"react-router-dom": "^6.6.1",
|
|
109
|
+
"rimraf": "^3.0.2",
|
|
110
|
+
"webpack": "^5.75.0"
|
|
111
|
+
},
|
|
112
|
+
"peerDependencies": {
|
|
113
|
+
"@emotion/react": "^11.10.5",
|
|
114
|
+
"@emotion/styled": "^11.10.5",
|
|
115
|
+
"@mui/lab": "5.0.0-alpha.116",
|
|
116
|
+
"@mui/material": "^5.11.3",
|
|
117
|
+
"@testing-library/jest-dom": "^5.16.5",
|
|
118
|
+
"@testing-library/react": "^13.4.0",
|
|
119
|
+
"@testing-library/user-event": "^13.5.0",
|
|
120
|
+
"react": "^18.2.0",
|
|
121
|
+
"react-dom": "^18.2.0",
|
|
122
|
+
"react-router-dom": "^6.6.1"
|
|
123
|
+
}
|
|
124
|
+
}
|