@gravityforms/dependency-extraction-webpack-plugin 5.6.4 → 5.7.0
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/mappings/components/admin.js +233 -233
- package/package.json +1 -1
|
@@ -1,29 +1,8 @@
|
|
|
1
1
|
module.exports = [
|
|
2
2
|
{
|
|
3
|
-
"defaultExport": "
|
|
4
|
-
"importPath": "html/admin/modules/",
|
|
5
|
-
"externalPath": "components.admin.html.modules"
|
|
6
|
-
},
|
|
7
|
-
{
|
|
8
|
-
"defaultExport": "Flyout",
|
|
9
|
-
"namedExports": [
|
|
10
|
-
"flyoutTemplate"
|
|
11
|
-
],
|
|
12
|
-
"importPath": "html/admin/modules/",
|
|
13
|
-
"externalPath": "components.admin.html.modules"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"defaultExport": "Dialog",
|
|
17
|
-
"namedExports": [
|
|
18
|
-
"dialogTemplate"
|
|
19
|
-
],
|
|
20
|
-
"importPath": "html/admin/modules/",
|
|
21
|
-
"externalPath": "components.admin.html.modules"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"defaultExport": "Toggle",
|
|
3
|
+
"defaultExport": "Textarea",
|
|
25
4
|
"namedExports": [
|
|
26
|
-
"
|
|
5
|
+
"textareaTemplate"
|
|
27
6
|
],
|
|
28
7
|
"importPath": "html/admin/elements/",
|
|
29
8
|
"externalPath": "components.admin.html.elements"
|
|
@@ -37,9 +16,9 @@ module.exports = [
|
|
|
37
16
|
"externalPath": "components.admin.html.elements"
|
|
38
17
|
},
|
|
39
18
|
{
|
|
40
|
-
"defaultExport": "
|
|
19
|
+
"defaultExport": "Toggle",
|
|
41
20
|
"namedExports": [
|
|
42
|
-
"
|
|
21
|
+
"toggleTemplate"
|
|
43
22
|
],
|
|
44
23
|
"importPath": "html/admin/elements/",
|
|
45
24
|
"externalPath": "components.admin.html.elements"
|
|
@@ -52,14 +31,6 @@ module.exports = [
|
|
|
52
31
|
"importPath": "html/admin/elements/",
|
|
53
32
|
"externalPath": "components.admin.html.elements"
|
|
54
33
|
},
|
|
55
|
-
{
|
|
56
|
-
"defaultExport": "StackedIcon",
|
|
57
|
-
"namedExports": [
|
|
58
|
-
"stackedIconTemplate"
|
|
59
|
-
],
|
|
60
|
-
"importPath": "html/admin/elements/",
|
|
61
|
-
"externalPath": "components.admin.html.elements"
|
|
62
|
-
},
|
|
63
34
|
{
|
|
64
35
|
"defaultExport": "Select",
|
|
65
36
|
"namedExports": [
|
|
@@ -69,9 +40,9 @@ module.exports = [
|
|
|
69
40
|
"externalPath": "components.admin.html.elements"
|
|
70
41
|
},
|
|
71
42
|
{
|
|
72
|
-
"defaultExport": "
|
|
43
|
+
"defaultExport": "StackedIcon",
|
|
73
44
|
"namedExports": [
|
|
74
|
-
"
|
|
45
|
+
"stackedIconTemplate"
|
|
75
46
|
],
|
|
76
47
|
"importPath": "html/admin/elements/",
|
|
77
48
|
"externalPath": "components.admin.html.elements"
|
|
@@ -92,6 +63,14 @@ module.exports = [
|
|
|
92
63
|
"importPath": "html/admin/elements/",
|
|
93
64
|
"externalPath": "components.admin.html.elements"
|
|
94
65
|
},
|
|
66
|
+
{
|
|
67
|
+
"defaultExport": "Loader",
|
|
68
|
+
"namedExports": [
|
|
69
|
+
"loaderTemplate"
|
|
70
|
+
],
|
|
71
|
+
"importPath": "html/admin/elements/",
|
|
72
|
+
"externalPath": "components.admin.html.elements"
|
|
73
|
+
},
|
|
95
74
|
{
|
|
96
75
|
"defaultExport": "Input",
|
|
97
76
|
"namedExports": [
|
|
@@ -101,9 +80,10 @@ module.exports = [
|
|
|
101
80
|
"externalPath": "components.admin.html.elements"
|
|
102
81
|
},
|
|
103
82
|
{
|
|
104
|
-
"defaultExport": "
|
|
83
|
+
"defaultExport": "Dropdown",
|
|
105
84
|
"namedExports": [
|
|
106
|
-
"
|
|
85
|
+
"dropdownTemplate",
|
|
86
|
+
"dropdownListItems"
|
|
107
87
|
],
|
|
108
88
|
"importPath": "html/admin/elements/",
|
|
109
89
|
"externalPath": "components.admin.html.elements"
|
|
@@ -117,10 +97,9 @@ module.exports = [
|
|
|
117
97
|
"externalPath": "components.admin.html.elements"
|
|
118
98
|
},
|
|
119
99
|
{
|
|
120
|
-
"defaultExport": "
|
|
100
|
+
"defaultExport": "HelpText",
|
|
121
101
|
"namedExports": [
|
|
122
|
-
"
|
|
123
|
-
"dropdownListItems"
|
|
102
|
+
"helpTextTemplate"
|
|
124
103
|
],
|
|
125
104
|
"importPath": "html/admin/elements/",
|
|
126
105
|
"externalPath": "components.admin.html.elements"
|
|
@@ -142,150 +121,31 @@ module.exports = [
|
|
|
142
121
|
"externalPath": "components.admin.html.elements"
|
|
143
122
|
},
|
|
144
123
|
{
|
|
145
|
-
"defaultExport": "
|
|
146
|
-
"importPath": "
|
|
147
|
-
"externalPath": "components.admin.
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"defaultExport": "Tabs",
|
|
151
|
-
"importPath": "react/admin/modules/",
|
|
152
|
-
"externalPath": "components.admin.react.modules"
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
"defaultExport": "Steps",
|
|
156
|
-
"importPath": "react/admin/modules/",
|
|
157
|
-
"externalPath": "components.admin.react.modules"
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
"defaultExport": "Swatch",
|
|
161
|
-
"importPath": "react/admin/modules/",
|
|
162
|
-
"externalPath": "components.admin.react.modules"
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
"defaultExport": "SnackBar",
|
|
166
|
-
"importPath": "react/admin/modules/",
|
|
167
|
-
"externalPath": "components.admin.react.modules"
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
"defaultExport": "RouterNavBar",
|
|
171
|
-
"importPath": "react/admin/modules/",
|
|
172
|
-
"externalPath": "components.admin.react.modules"
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
"defaultExport": "Pagination",
|
|
176
|
-
"importPath": "react/admin/modules/",
|
|
177
|
-
"externalPath": "components.admin.react.modules"
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
"defaultExport": "Phone",
|
|
181
|
-
"importPath": "react/admin/modules/",
|
|
182
|
-
"externalPath": "components.admin.react.modules"
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"defaultExport": "Repeater",
|
|
186
|
-
"importPath": "react/admin/modules/",
|
|
187
|
-
"externalPath": "components.admin.react.modules"
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
"defaultExport": "MetaBox",
|
|
191
|
-
"importPath": "react/admin/modules/",
|
|
192
|
-
"externalPath": "components.admin.react.modules"
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
"defaultExport": "Overlay",
|
|
196
|
-
"importPath": "react/admin/modules/",
|
|
197
|
-
"externalPath": "components.admin.react.modules"
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
"defaultExport": "NavBar",
|
|
201
|
-
"importPath": "react/admin/modules/",
|
|
202
|
-
"externalPath": "components.admin.react.modules"
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"defaultExport": "List",
|
|
206
|
-
"importPath": "react/admin/modules/",
|
|
207
|
-
"externalPath": "components.admin.react.modules"
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"defaultExport": "InputGroup",
|
|
211
|
-
"importPath": "react/admin/modules/",
|
|
212
|
-
"externalPath": "components.admin.react.modules"
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
"defaultExport": "Gravatar",
|
|
216
|
-
"importPath": "react/admin/modules/",
|
|
217
|
-
"externalPath": "components.admin.react.modules"
|
|
124
|
+
"defaultExport": "Table",
|
|
125
|
+
"importPath": "html/admin/modules/",
|
|
126
|
+
"externalPath": "components.admin.html.modules"
|
|
218
127
|
},
|
|
219
128
|
{
|
|
220
129
|
"defaultExport": "Flyout",
|
|
221
|
-
"
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
"
|
|
226
|
-
"importPath": "react/admin/modules/",
|
|
227
|
-
"externalPath": "components.admin.react.modules"
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
"defaultExport": "Dropdown",
|
|
231
|
-
"importPath": "react/admin/modules/",
|
|
232
|
-
"externalPath": "components.admin.react.modules"
|
|
130
|
+
"namedExports": [
|
|
131
|
+
"flyoutTemplate"
|
|
132
|
+
],
|
|
133
|
+
"importPath": "html/admin/modules/",
|
|
134
|
+
"externalPath": "components.admin.html.modules"
|
|
233
135
|
},
|
|
234
136
|
{
|
|
235
137
|
"defaultExport": "Dialog",
|
|
236
|
-
"
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
"
|
|
241
|
-
"importPath": "react/admin/modules/",
|
|
242
|
-
"externalPath": "components.admin.react.modules"
|
|
243
|
-
},
|
|
244
|
-
{
|
|
245
|
-
"defaultExport": "DataGrid",
|
|
246
|
-
"importPath": "react/admin/modules/",
|
|
247
|
-
"externalPath": "components.admin.react.modules"
|
|
248
|
-
},
|
|
249
|
-
{
|
|
250
|
-
"defaultExport": "Chart",
|
|
251
|
-
"importPath": "react/admin/modules/",
|
|
252
|
-
"externalPath": "components.admin.react.modules"
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"defaultExport": "Calendar",
|
|
256
|
-
"importPath": "react/admin/modules/",
|
|
257
|
-
"externalPath": "components.admin.react.modules"
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
"defaultExport": "Banner",
|
|
261
|
-
"importPath": "react/admin/modules/",
|
|
262
|
-
"externalPath": "components.admin.react.modules"
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"defaultExport": "AvatarGroup",
|
|
266
|
-
"importPath": "react/admin/modules/",
|
|
267
|
-
"externalPath": "components.admin.react.modules"
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
"defaultExport": "Avatar",
|
|
271
|
-
"importPath": "react/admin/modules/",
|
|
272
|
-
"externalPath": "components.admin.react.modules"
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
"defaultExport": "Alert",
|
|
276
|
-
"importPath": "react/admin/modules/",
|
|
277
|
-
"externalPath": "components.admin.react.modules"
|
|
138
|
+
"namedExports": [
|
|
139
|
+
"dialogTemplate"
|
|
140
|
+
],
|
|
141
|
+
"importPath": "html/admin/modules/",
|
|
142
|
+
"externalPath": "components.admin.html.modules"
|
|
278
143
|
},
|
|
279
144
|
{
|
|
280
145
|
"defaultExport": "Toggle",
|
|
281
146
|
"importPath": "react/admin/elements/",
|
|
282
147
|
"externalPath": "components.admin.react.elements"
|
|
283
148
|
},
|
|
284
|
-
{
|
|
285
|
-
"defaultExport": "Address",
|
|
286
|
-
"importPath": "react/admin/modules/",
|
|
287
|
-
"externalPath": "components.admin.react.modules"
|
|
288
|
-
},
|
|
289
149
|
{
|
|
290
150
|
"defaultExport": "Textarea",
|
|
291
151
|
"importPath": "react/admin/elements/",
|
|
@@ -307,12 +167,12 @@ module.exports = [
|
|
|
307
167
|
"externalPath": "components.admin.react.elements"
|
|
308
168
|
},
|
|
309
169
|
{
|
|
310
|
-
"defaultExport": "
|
|
170
|
+
"defaultExport": "Range",
|
|
311
171
|
"importPath": "react/admin/elements/",
|
|
312
172
|
"externalPath": "components.admin.react.elements"
|
|
313
173
|
},
|
|
314
174
|
{
|
|
315
|
-
"defaultExport": "
|
|
175
|
+
"defaultExport": "Select",
|
|
316
176
|
"importPath": "react/admin/elements/",
|
|
317
177
|
"externalPath": "components.admin.react.elements"
|
|
318
178
|
},
|
|
@@ -372,12 +232,12 @@ module.exports = [
|
|
|
372
232
|
"externalPath": "components.admin.react.elements"
|
|
373
233
|
},
|
|
374
234
|
{
|
|
375
|
-
"defaultExport": "
|
|
235
|
+
"defaultExport": "Checkbox",
|
|
376
236
|
"importPath": "react/admin/elements/",
|
|
377
237
|
"externalPath": "components.admin.react.elements"
|
|
378
238
|
},
|
|
379
239
|
{
|
|
380
|
-
"defaultExport": "
|
|
240
|
+
"defaultExport": "Box",
|
|
381
241
|
"importPath": "react/admin/elements/",
|
|
382
242
|
"externalPath": "components.admin.react.elements"
|
|
383
243
|
},
|
|
@@ -387,63 +247,148 @@ module.exports = [
|
|
|
387
247
|
"externalPath": "components.admin.react.elements"
|
|
388
248
|
},
|
|
389
249
|
{
|
|
390
|
-
"defaultExport": "
|
|
250
|
+
"defaultExport": "DescriptionList",
|
|
391
251
|
"importPath": "react/admin/elements/",
|
|
392
252
|
"externalPath": "components.admin.react.elements"
|
|
393
253
|
},
|
|
394
254
|
{
|
|
395
|
-
"defaultExport": "
|
|
396
|
-
"importPath": "react/admin/modules/
|
|
255
|
+
"defaultExport": "Tooltip",
|
|
256
|
+
"importPath": "react/admin/modules/",
|
|
397
257
|
"externalPath": "components.admin.react.modules"
|
|
398
258
|
},
|
|
399
259
|
{
|
|
400
|
-
"defaultExport": "
|
|
401
|
-
"importPath": "react/admin/modules/
|
|
260
|
+
"defaultExport": "Tabs",
|
|
261
|
+
"importPath": "react/admin/modules/",
|
|
402
262
|
"externalPath": "components.admin.react.modules"
|
|
403
263
|
},
|
|
404
264
|
{
|
|
405
|
-
"defaultExport": "
|
|
406
|
-
"importPath": "react/admin/modules/
|
|
265
|
+
"defaultExport": "Swatch",
|
|
266
|
+
"importPath": "react/admin/modules/",
|
|
407
267
|
"externalPath": "components.admin.react.modules"
|
|
408
268
|
},
|
|
409
269
|
{
|
|
410
|
-
"defaultExport": "
|
|
411
|
-
"importPath": "react/admin/modules/
|
|
270
|
+
"defaultExport": "SnackBar",
|
|
271
|
+
"importPath": "react/admin/modules/",
|
|
412
272
|
"externalPath": "components.admin.react.modules"
|
|
413
273
|
},
|
|
414
274
|
{
|
|
415
|
-
"defaultExport": "
|
|
416
|
-
"importPath": "react/admin/modules/
|
|
275
|
+
"defaultExport": "RouterNavBar",
|
|
276
|
+
"importPath": "react/admin/modules/",
|
|
417
277
|
"externalPath": "components.admin.react.modules"
|
|
418
278
|
},
|
|
419
279
|
{
|
|
420
|
-
"defaultExport": "
|
|
421
|
-
"importPath": "react/admin/modules/
|
|
280
|
+
"defaultExport": "Steps",
|
|
281
|
+
"importPath": "react/admin/modules/",
|
|
422
282
|
"externalPath": "components.admin.react.modules"
|
|
423
283
|
},
|
|
424
284
|
{
|
|
425
|
-
"defaultExport": "
|
|
426
|
-
"importPath": "react/admin/modules/
|
|
285
|
+
"defaultExport": "Repeater",
|
|
286
|
+
"importPath": "react/admin/modules/",
|
|
427
287
|
"externalPath": "components.admin.react.modules"
|
|
428
288
|
},
|
|
429
289
|
{
|
|
430
|
-
"defaultExport": "
|
|
431
|
-
"importPath": "react/admin/modules/
|
|
290
|
+
"defaultExport": "Pagination",
|
|
291
|
+
"importPath": "react/admin/modules/",
|
|
432
292
|
"externalPath": "components.admin.react.modules"
|
|
433
293
|
},
|
|
434
294
|
{
|
|
435
|
-
"defaultExport": "
|
|
436
|
-
"importPath": "react/admin/modules/
|
|
295
|
+
"defaultExport": "Overlay",
|
|
296
|
+
"importPath": "react/admin/modules/",
|
|
437
297
|
"externalPath": "components.admin.react.modules"
|
|
438
298
|
},
|
|
439
299
|
{
|
|
440
|
-
"defaultExport": "
|
|
441
|
-
"importPath": "react/admin/modules/
|
|
300
|
+
"defaultExport": "Phone",
|
|
301
|
+
"importPath": "react/admin/modules/",
|
|
442
302
|
"externalPath": "components.admin.react.modules"
|
|
443
303
|
},
|
|
444
304
|
{
|
|
445
|
-
"defaultExport": "
|
|
446
|
-
"importPath": "react/admin/modules/
|
|
305
|
+
"defaultExport": "NavBar",
|
|
306
|
+
"importPath": "react/admin/modules/",
|
|
307
|
+
"externalPath": "components.admin.react.modules"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"defaultExport": "MetaBox",
|
|
311
|
+
"importPath": "react/admin/modules/",
|
|
312
|
+
"externalPath": "components.admin.react.modules"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"defaultExport": "List",
|
|
316
|
+
"importPath": "react/admin/modules/",
|
|
317
|
+
"externalPath": "components.admin.react.modules"
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"defaultExport": "InputGroup",
|
|
321
|
+
"importPath": "react/admin/modules/",
|
|
322
|
+
"externalPath": "components.admin.react.modules"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"defaultExport": "Gravatar",
|
|
326
|
+
"importPath": "react/admin/modules/",
|
|
327
|
+
"externalPath": "components.admin.react.modules"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"defaultExport": "Flyout",
|
|
331
|
+
"importPath": "react/admin/modules/",
|
|
332
|
+
"externalPath": "components.admin.react.modules"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"defaultExport": "Droplist",
|
|
336
|
+
"importPath": "react/admin/modules/",
|
|
337
|
+
"externalPath": "components.admin.react.modules"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"defaultExport": "Dialog",
|
|
341
|
+
"importPath": "react/admin/modules/",
|
|
342
|
+
"externalPath": "components.admin.react.modules"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"defaultExport": "Dropdown",
|
|
346
|
+
"importPath": "react/admin/modules/",
|
|
347
|
+
"externalPath": "components.admin.react.modules"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"defaultExport": "ColorPicker",
|
|
351
|
+
"importPath": "react/admin/modules/",
|
|
352
|
+
"externalPath": "components.admin.react.modules"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"defaultExport": "Chart",
|
|
356
|
+
"importPath": "react/admin/modules/",
|
|
357
|
+
"externalPath": "components.admin.react.modules"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"defaultExport": "DataGrid",
|
|
361
|
+
"importPath": "react/admin/modules/",
|
|
362
|
+
"externalPath": "components.admin.react.modules"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"defaultExport": "Calendar",
|
|
366
|
+
"importPath": "react/admin/modules/",
|
|
367
|
+
"externalPath": "components.admin.react.modules"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"defaultExport": "Banner",
|
|
371
|
+
"importPath": "react/admin/modules/",
|
|
372
|
+
"externalPath": "components.admin.react.modules"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"defaultExport": "AvatarGroup",
|
|
376
|
+
"importPath": "react/admin/modules/",
|
|
377
|
+
"externalPath": "components.admin.react.modules"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"defaultExport": "Alert",
|
|
381
|
+
"importPath": "react/admin/modules/",
|
|
382
|
+
"externalPath": "components.admin.react.modules"
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"defaultExport": "Avatar",
|
|
386
|
+
"importPath": "react/admin/modules/",
|
|
387
|
+
"externalPath": "components.admin.react.modules"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"defaultExport": "Address",
|
|
391
|
+
"importPath": "react/admin/modules/",
|
|
447
392
|
"externalPath": "components.admin.react.modules"
|
|
448
393
|
},
|
|
449
394
|
{
|
|
@@ -457,12 +402,12 @@ module.exports = [
|
|
|
457
402
|
"externalPath": "components.admin.react.elements"
|
|
458
403
|
},
|
|
459
404
|
{
|
|
460
|
-
"defaultExport": "
|
|
405
|
+
"defaultExport": "WordPressLogo",
|
|
461
406
|
"importPath": "react/admin/elements/Svgs/",
|
|
462
407
|
"externalPath": "components.admin.react.elements"
|
|
463
408
|
},
|
|
464
409
|
{
|
|
465
|
-
"defaultExport": "
|
|
410
|
+
"defaultExport": "ZohoFullLogo",
|
|
466
411
|
"importPath": "react/admin/elements/Svgs/",
|
|
467
412
|
"externalPath": "components.admin.react.elements"
|
|
468
413
|
},
|
|
@@ -477,12 +422,12 @@ module.exports = [
|
|
|
477
422
|
"externalPath": "components.admin.react.elements"
|
|
478
423
|
},
|
|
479
424
|
{
|
|
480
|
-
"defaultExport": "
|
|
425
|
+
"defaultExport": "TwilioLogo",
|
|
481
426
|
"importPath": "react/admin/elements/Svgs/",
|
|
482
427
|
"externalPath": "components.admin.react.elements"
|
|
483
428
|
},
|
|
484
429
|
{
|
|
485
|
-
"defaultExport": "
|
|
430
|
+
"defaultExport": "TelegramLogo",
|
|
486
431
|
"importPath": "react/admin/elements/Svgs/",
|
|
487
432
|
"externalPath": "components.admin.react.elements"
|
|
488
433
|
},
|
|
@@ -497,42 +442,42 @@ module.exports = [
|
|
|
497
442
|
"externalPath": "components.admin.react.elements"
|
|
498
443
|
},
|
|
499
444
|
{
|
|
500
|
-
"defaultExport": "
|
|
445
|
+
"defaultExport": "SparkPostLogo",
|
|
501
446
|
"importPath": "react/admin/elements/Svgs/",
|
|
502
447
|
"externalPath": "components.admin.react.elements"
|
|
503
448
|
},
|
|
504
449
|
{
|
|
505
|
-
"defaultExport": "
|
|
450
|
+
"defaultExport": "SendGridLogo",
|
|
506
451
|
"importPath": "react/admin/elements/Svgs/",
|
|
507
452
|
"externalPath": "components.admin.react.elements"
|
|
508
453
|
},
|
|
509
454
|
{
|
|
510
|
-
"defaultExport": "
|
|
455
|
+
"defaultExport": "SendGridFullLogo",
|
|
511
456
|
"importPath": "react/admin/elements/Svgs/",
|
|
512
457
|
"externalPath": "components.admin.react.elements"
|
|
513
458
|
},
|
|
514
459
|
{
|
|
515
|
-
"defaultExport": "
|
|
460
|
+
"defaultExport": "SearchNoResults",
|
|
516
461
|
"importPath": "react/admin/elements/Svgs/",
|
|
517
462
|
"externalPath": "components.admin.react.elements"
|
|
518
463
|
},
|
|
519
464
|
{
|
|
520
|
-
"defaultExport": "
|
|
465
|
+
"defaultExport": "SMTP2GOLogo",
|
|
521
466
|
"importPath": "react/admin/elements/Svgs/",
|
|
522
467
|
"externalPath": "components.admin.react.elements"
|
|
523
468
|
},
|
|
524
469
|
{
|
|
525
|
-
"defaultExport": "
|
|
470
|
+
"defaultExport": "PostmarkLogo",
|
|
526
471
|
"importPath": "react/admin/elements/Svgs/",
|
|
527
472
|
"externalPath": "components.admin.react.elements"
|
|
528
473
|
},
|
|
529
474
|
{
|
|
530
|
-
"defaultExport": "
|
|
475
|
+
"defaultExport": "PostmarkFullLogo",
|
|
531
476
|
"importPath": "react/admin/elements/Svgs/",
|
|
532
477
|
"externalPath": "components.admin.react.elements"
|
|
533
478
|
},
|
|
534
479
|
{
|
|
535
|
-
"defaultExport": "
|
|
480
|
+
"defaultExport": "SMTP2GOFullLogo",
|
|
536
481
|
"importPath": "react/admin/elements/Svgs/",
|
|
537
482
|
"externalPath": "components.admin.react.elements"
|
|
538
483
|
},
|
|
@@ -546,18 +491,23 @@ module.exports = [
|
|
|
546
491
|
"importPath": "react/admin/elements/Svgs/",
|
|
547
492
|
"externalPath": "components.admin.react.elements"
|
|
548
493
|
},
|
|
494
|
+
{
|
|
495
|
+
"defaultExport": "MicrosoftLogo",
|
|
496
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
497
|
+
"externalPath": "components.admin.react.elements"
|
|
498
|
+
},
|
|
549
499
|
{
|
|
550
500
|
"defaultExport": "MicrosoftFullLogo",
|
|
551
501
|
"importPath": "react/admin/elements/Svgs/",
|
|
552
502
|
"externalPath": "components.admin.react.elements"
|
|
553
503
|
},
|
|
554
504
|
{
|
|
555
|
-
"defaultExport": "
|
|
505
|
+
"defaultExport": "MandrillLogo",
|
|
556
506
|
"importPath": "react/admin/elements/Svgs/",
|
|
557
507
|
"externalPath": "components.admin.react.elements"
|
|
558
508
|
},
|
|
559
509
|
{
|
|
560
|
-
"defaultExport": "
|
|
510
|
+
"defaultExport": "MicrosoftAltLogo",
|
|
561
511
|
"importPath": "react/admin/elements/Svgs/",
|
|
562
512
|
"externalPath": "components.admin.react.elements"
|
|
563
513
|
},
|
|
@@ -567,12 +517,12 @@ module.exports = [
|
|
|
567
517
|
"externalPath": "components.admin.react.elements"
|
|
568
518
|
},
|
|
569
519
|
{
|
|
570
|
-
"defaultExport": "
|
|
520
|
+
"defaultExport": "MailjetFullLogo",
|
|
571
521
|
"importPath": "react/admin/elements/Svgs/",
|
|
572
522
|
"externalPath": "components.admin.react.elements"
|
|
573
523
|
},
|
|
574
524
|
{
|
|
575
|
-
"defaultExport": "
|
|
525
|
+
"defaultExport": "MailgunLogo",
|
|
576
526
|
"importPath": "react/admin/elements/Svgs/",
|
|
577
527
|
"externalPath": "components.admin.react.elements"
|
|
578
528
|
},
|
|
@@ -587,17 +537,17 @@ module.exports = [
|
|
|
587
537
|
"externalPath": "components.admin.react.elements"
|
|
588
538
|
},
|
|
589
539
|
{
|
|
590
|
-
"defaultExport": "
|
|
540
|
+
"defaultExport": "MailerSendFullLogo",
|
|
591
541
|
"importPath": "react/admin/elements/Svgs/",
|
|
592
542
|
"externalPath": "components.admin.react.elements"
|
|
593
543
|
},
|
|
594
544
|
{
|
|
595
|
-
"defaultExport": "
|
|
545
|
+
"defaultExport": "MailchimpFullLogo",
|
|
596
546
|
"importPath": "react/admin/elements/Svgs/",
|
|
597
547
|
"externalPath": "components.admin.react.elements"
|
|
598
548
|
},
|
|
599
549
|
{
|
|
600
|
-
"defaultExport": "
|
|
550
|
+
"defaultExport": "MailSuccessBg",
|
|
601
551
|
"importPath": "react/admin/elements/Svgs/",
|
|
602
552
|
"externalPath": "components.admin.react.elements"
|
|
603
553
|
},
|
|
@@ -607,22 +557,22 @@ module.exports = [
|
|
|
607
557
|
"externalPath": "components.admin.react.elements"
|
|
608
558
|
},
|
|
609
559
|
{
|
|
610
|
-
"defaultExport": "
|
|
560
|
+
"defaultExport": "MailSuccess",
|
|
611
561
|
"importPath": "react/admin/elements/Svgs/",
|
|
612
562
|
"externalPath": "components.admin.react.elements"
|
|
613
563
|
},
|
|
614
564
|
{
|
|
615
|
-
"defaultExport": "
|
|
565
|
+
"defaultExport": "MailFailedBg",
|
|
616
566
|
"importPath": "react/admin/elements/Svgs/",
|
|
617
567
|
"externalPath": "components.admin.react.elements"
|
|
618
568
|
},
|
|
619
569
|
{
|
|
620
|
-
"defaultExport": "
|
|
570
|
+
"defaultExport": "GravitySMTPTextLogo",
|
|
621
571
|
"importPath": "react/admin/elements/Svgs/",
|
|
622
572
|
"externalPath": "components.admin.react.elements"
|
|
623
573
|
},
|
|
624
574
|
{
|
|
625
|
-
"defaultExport": "
|
|
575
|
+
"defaultExport": "MailFailed",
|
|
626
576
|
"importPath": "react/admin/elements/Svgs/",
|
|
627
577
|
"externalPath": "components.admin.react.elements"
|
|
628
578
|
},
|
|
@@ -632,32 +582,32 @@ module.exports = [
|
|
|
632
582
|
"externalPath": "components.admin.react.elements"
|
|
633
583
|
},
|
|
634
584
|
{
|
|
635
|
-
"defaultExport": "
|
|
585
|
+
"defaultExport": "GravitySMTPFullLogo",
|
|
636
586
|
"importPath": "react/admin/elements/Svgs/",
|
|
637
587
|
"externalPath": "components.admin.react.elements"
|
|
638
588
|
},
|
|
639
589
|
{
|
|
640
|
-
"defaultExport": "
|
|
590
|
+
"defaultExport": "GravityFormsStackedLogo",
|
|
641
591
|
"importPath": "react/admin/elements/Svgs/",
|
|
642
592
|
"externalPath": "components.admin.react.elements"
|
|
643
593
|
},
|
|
644
594
|
{
|
|
645
|
-
"defaultExport": "
|
|
595
|
+
"defaultExport": "GravityFormsLogo",
|
|
646
596
|
"importPath": "react/admin/elements/Svgs/",
|
|
647
597
|
"externalPath": "components.admin.react.elements"
|
|
648
598
|
},
|
|
649
599
|
{
|
|
650
|
-
"defaultExport": "
|
|
600
|
+
"defaultExport": "GoogleFullLogo",
|
|
651
601
|
"importPath": "react/admin/elements/Svgs/",
|
|
652
602
|
"externalPath": "components.admin.react.elements"
|
|
653
603
|
},
|
|
654
604
|
{
|
|
655
|
-
"defaultExport": "
|
|
605
|
+
"defaultExport": "GravityCRMFullLogo",
|
|
656
606
|
"importPath": "react/admin/elements/Svgs/",
|
|
657
607
|
"externalPath": "components.admin.react.elements"
|
|
658
608
|
},
|
|
659
609
|
{
|
|
660
|
-
"defaultExport": "
|
|
610
|
+
"defaultExport": "GoogleLogo",
|
|
661
611
|
"importPath": "react/admin/elements/Svgs/",
|
|
662
612
|
"externalPath": "components.admin.react.elements"
|
|
663
613
|
},
|
|
@@ -692,7 +642,7 @@ module.exports = [
|
|
|
692
642
|
"externalPath": "components.admin.react.elements"
|
|
693
643
|
},
|
|
694
644
|
{
|
|
695
|
-
"defaultExport": "
|
|
645
|
+
"defaultExport": "BrevoFullLogo",
|
|
696
646
|
"importPath": "react/admin/elements/Svgs/",
|
|
697
647
|
"externalPath": "components.admin.react.elements"
|
|
698
648
|
},
|
|
@@ -702,7 +652,7 @@ module.exports = [
|
|
|
702
652
|
"externalPath": "components.admin.react.elements"
|
|
703
653
|
},
|
|
704
654
|
{
|
|
705
|
-
"defaultExport": "
|
|
655
|
+
"defaultExport": "BrevoLogo",
|
|
706
656
|
"importPath": "react/admin/elements/Svgs/",
|
|
707
657
|
"externalPath": "components.admin.react.elements"
|
|
708
658
|
},
|
|
@@ -722,8 +672,58 @@ module.exports = [
|
|
|
722
672
|
"externalPath": "components.admin.react.elements"
|
|
723
673
|
},
|
|
724
674
|
{
|
|
725
|
-
"defaultExport": "
|
|
726
|
-
"importPath": "react/admin/
|
|
727
|
-
"externalPath": "components.admin.react.
|
|
675
|
+
"defaultExport": "VidyardVideo",
|
|
676
|
+
"importPath": "react/admin/modules/Videos/",
|
|
677
|
+
"externalPath": "components.admin.react.modules"
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"defaultExport": "RingLoader",
|
|
681
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
682
|
+
"externalPath": "components.admin.react.modules"
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"defaultExport": "Placeholder",
|
|
686
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
687
|
+
"externalPath": "components.admin.react.modules"
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"defaultExport": "RightSidebar",
|
|
691
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
692
|
+
"externalPath": "components.admin.react.modules"
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"defaultExport": "ModularSidebar",
|
|
696
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
697
|
+
"externalPath": "components.admin.react.modules"
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
"defaultExport": "IconIndicator",
|
|
701
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
702
|
+
"externalPath": "components.admin.react.modules"
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"defaultExport": "DotIndicator",
|
|
706
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
707
|
+
"externalPath": "components.admin.react.modules"
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
"defaultExport": "CountryDropdown",
|
|
711
|
+
"importPath": "react/admin/modules/Dropdown/",
|
|
712
|
+
"externalPath": "components.admin.react.modules"
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"defaultExport": "MetricCard",
|
|
716
|
+
"importPath": "react/admin/modules/Cards/",
|
|
717
|
+
"externalPath": "components.admin.react.modules"
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"defaultExport": "IntegrationCard",
|
|
721
|
+
"importPath": "react/admin/modules/Cards/",
|
|
722
|
+
"externalPath": "components.admin.react.modules"
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"defaultExport": "FormTemplateCard",
|
|
726
|
+
"importPath": "react/admin/modules/Cards/",
|
|
727
|
+
"externalPath": "components.admin.react.modules"
|
|
728
728
|
}
|
|
729
729
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.7.0",
|
|
4
4
|
"description": "Dependency extraction webpack plugin for use in Gravity Forms development. Extends the WordPress plugin.",
|
|
5
5
|
"author": "Rocketgenius",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|