@gravityforms/dependency-extraction-webpack-plugin 5.7.4 → 5.8.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 +228 -215
- package/package.json +1 -1
|
@@ -45,17 +45,17 @@ module.exports = [
|
|
|
45
45
|
"externalPath": "components.admin.html.elements"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"defaultExport": "
|
|
48
|
+
"defaultExport": "StackedIcon",
|
|
49
49
|
"namedExports": [
|
|
50
|
-
"
|
|
50
|
+
"stackedIconTemplate"
|
|
51
51
|
],
|
|
52
52
|
"importPath": "html/admin/elements/",
|
|
53
53
|
"externalPath": "components.admin.html.elements"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
|
-
"defaultExport": "
|
|
56
|
+
"defaultExport": "StatusIndicator",
|
|
57
57
|
"namedExports": [
|
|
58
|
-
"
|
|
58
|
+
"statusIndicatorTemplate"
|
|
59
59
|
],
|
|
60
60
|
"importPath": "html/admin/elements/",
|
|
61
61
|
"externalPath": "components.admin.html.elements"
|
|
@@ -77,33 +77,33 @@ module.exports = [
|
|
|
77
77
|
"externalPath": "components.admin.html.elements"
|
|
78
78
|
},
|
|
79
79
|
{
|
|
80
|
-
"defaultExport": "
|
|
80
|
+
"defaultExport": "Loader",
|
|
81
81
|
"namedExports": [
|
|
82
|
-
"
|
|
82
|
+
"loaderTemplate"
|
|
83
83
|
],
|
|
84
84
|
"importPath": "html/admin/elements/",
|
|
85
85
|
"externalPath": "components.admin.html.elements"
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
|
-
"defaultExport": "
|
|
88
|
+
"defaultExport": "Label",
|
|
89
89
|
"namedExports": [
|
|
90
|
-
"
|
|
90
|
+
"labelTemplate"
|
|
91
91
|
],
|
|
92
92
|
"importPath": "html/admin/elements/",
|
|
93
93
|
"externalPath": "components.admin.html.elements"
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
|
-
"defaultExport": "
|
|
96
|
+
"defaultExport": "Input",
|
|
97
97
|
"namedExports": [
|
|
98
|
-
"
|
|
98
|
+
"inputTemplate"
|
|
99
99
|
],
|
|
100
100
|
"importPath": "html/admin/elements/",
|
|
101
101
|
"externalPath": "components.admin.html.elements"
|
|
102
102
|
},
|
|
103
103
|
{
|
|
104
|
-
"defaultExport": "
|
|
104
|
+
"defaultExport": "HelpText",
|
|
105
105
|
"namedExports": [
|
|
106
|
-
"
|
|
106
|
+
"helpTextTemplate"
|
|
107
107
|
],
|
|
108
108
|
"importPath": "html/admin/elements/",
|
|
109
109
|
"externalPath": "components.admin.html.elements"
|
|
@@ -141,158 +141,18 @@ module.exports = [
|
|
|
141
141
|
"importPath": "html/admin/elements/",
|
|
142
142
|
"externalPath": "components.admin.html.elements"
|
|
143
143
|
},
|
|
144
|
-
{
|
|
145
|
-
"defaultExport": "Tooltip",
|
|
146
|
-
"importPath": "react/admin/modules/",
|
|
147
|
-
"externalPath": "components.admin.react.modules"
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"defaultExport": "Swatch",
|
|
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": "Tabs",
|
|
161
|
-
"importPath": "react/admin/modules/",
|
|
162
|
-
"externalPath": "components.admin.react.modules"
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
"defaultExport": "RouterNavBar",
|
|
166
|
-
"importPath": "react/admin/modules/",
|
|
167
|
-
"externalPath": "components.admin.react.modules"
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
"defaultExport": "SnackBar",
|
|
171
|
-
"importPath": "react/admin/modules/",
|
|
172
|
-
"externalPath": "components.admin.react.modules"
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
"defaultExport": "Repeater",
|
|
176
|
-
"importPath": "react/admin/modules/",
|
|
177
|
-
"externalPath": "components.admin.react.modules"
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
"defaultExport": "Pagination",
|
|
181
|
-
"importPath": "react/admin/modules/",
|
|
182
|
-
"externalPath": "components.admin.react.modules"
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"defaultExport": "Overlay",
|
|
186
|
-
"importPath": "react/admin/modules/",
|
|
187
|
-
"externalPath": "components.admin.react.modules"
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
"defaultExport": "Phone",
|
|
191
|
-
"importPath": "react/admin/modules/",
|
|
192
|
-
"externalPath": "components.admin.react.modules"
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
"defaultExport": "NavBar",
|
|
196
|
-
"importPath": "react/admin/modules/",
|
|
197
|
-
"externalPath": "components.admin.react.modules"
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
"defaultExport": "MetaBox",
|
|
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": "Flyout",
|
|
216
|
-
"importPath": "react/admin/modules/",
|
|
217
|
-
"externalPath": "components.admin.react.modules"
|
|
218
|
-
},
|
|
219
|
-
{
|
|
220
|
-
"defaultExport": "Gravatar",
|
|
221
|
-
"importPath": "react/admin/modules/",
|
|
222
|
-
"externalPath": "components.admin.react.modules"
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
"defaultExport": "Droplist",
|
|
226
|
-
"importPath": "react/admin/modules/",
|
|
227
|
-
"externalPath": "components.admin.react.modules"
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
"defaultExport": "DataGrid",
|
|
231
|
-
"importPath": "react/admin/modules/",
|
|
232
|
-
"externalPath": "components.admin.react.modules"
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
"defaultExport": "Dialog",
|
|
236
|
-
"importPath": "react/admin/modules/",
|
|
237
|
-
"externalPath": "components.admin.react.modules"
|
|
238
|
-
},
|
|
239
|
-
{
|
|
240
|
-
"defaultExport": "Dropdown",
|
|
241
|
-
"importPath": "react/admin/modules/",
|
|
242
|
-
"externalPath": "components.admin.react.modules"
|
|
243
|
-
},
|
|
244
|
-
{
|
|
245
|
-
"defaultExport": "ColorPicker",
|
|
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": "Address",
|
|
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"
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
"defaultExport": "AvatarGroup",
|
|
281
|
-
"importPath": "react/admin/modules/",
|
|
282
|
-
"externalPath": "components.admin.react.modules"
|
|
283
|
-
},
|
|
284
144
|
{
|
|
285
145
|
"defaultExport": "Toggle",
|
|
286
146
|
"importPath": "react/admin/elements/",
|
|
287
147
|
"externalPath": "components.admin.react.elements"
|
|
288
148
|
},
|
|
289
149
|
{
|
|
290
|
-
"defaultExport": "
|
|
150
|
+
"defaultExport": "Textarea",
|
|
291
151
|
"importPath": "react/admin/elements/",
|
|
292
152
|
"externalPath": "components.admin.react.elements"
|
|
293
153
|
},
|
|
294
154
|
{
|
|
295
|
-
"defaultExport": "
|
|
155
|
+
"defaultExport": "Text",
|
|
296
156
|
"importPath": "react/admin/elements/",
|
|
297
157
|
"externalPath": "components.admin.react.elements"
|
|
298
158
|
},
|
|
@@ -326,6 +186,11 @@ module.exports = [
|
|
|
326
186
|
"importPath": "react/admin/elements/",
|
|
327
187
|
"externalPath": "components.admin.react.elements"
|
|
328
188
|
},
|
|
189
|
+
{
|
|
190
|
+
"defaultExport": "Label",
|
|
191
|
+
"importPath": "react/admin/elements/",
|
|
192
|
+
"externalPath": "components.admin.react.elements"
|
|
193
|
+
},
|
|
329
194
|
{
|
|
330
195
|
"defaultExport": "Link",
|
|
331
196
|
"importPath": "react/admin/elements/",
|
|
@@ -337,7 +202,7 @@ module.exports = [
|
|
|
337
202
|
"externalPath": "components.admin.react.elements"
|
|
338
203
|
},
|
|
339
204
|
{
|
|
340
|
-
"defaultExport": "
|
|
205
|
+
"defaultExport": "Icon",
|
|
341
206
|
"importPath": "react/admin/elements/",
|
|
342
207
|
"externalPath": "components.admin.react.elements"
|
|
343
208
|
},
|
|
@@ -347,7 +212,7 @@ module.exports = [
|
|
|
347
212
|
"externalPath": "components.admin.react.elements"
|
|
348
213
|
},
|
|
349
214
|
{
|
|
350
|
-
"defaultExport": "
|
|
215
|
+
"defaultExport": "Heading",
|
|
351
216
|
"importPath": "react/admin/elements/",
|
|
352
217
|
"externalPath": "components.admin.react.elements"
|
|
353
218
|
},
|
|
@@ -362,17 +227,17 @@ module.exports = [
|
|
|
362
227
|
"externalPath": "components.admin.react.elements"
|
|
363
228
|
},
|
|
364
229
|
{
|
|
365
|
-
"defaultExport": "
|
|
230
|
+
"defaultExport": "FileUpload",
|
|
366
231
|
"importPath": "react/admin/elements/",
|
|
367
232
|
"externalPath": "components.admin.react.elements"
|
|
368
233
|
},
|
|
369
234
|
{
|
|
370
|
-
"defaultExport": "
|
|
235
|
+
"defaultExport": "DescriptionList",
|
|
371
236
|
"importPath": "react/admin/elements/",
|
|
372
237
|
"externalPath": "components.admin.react.elements"
|
|
373
238
|
},
|
|
374
239
|
{
|
|
375
|
-
"defaultExport": "
|
|
240
|
+
"defaultExport": "Checkbox",
|
|
376
241
|
"importPath": "react/admin/elements/",
|
|
377
242
|
"externalPath": "components.admin.react.elements"
|
|
378
243
|
},
|
|
@@ -382,68 +247,148 @@ module.exports = [
|
|
|
382
247
|
"externalPath": "components.admin.react.elements"
|
|
383
248
|
},
|
|
384
249
|
{
|
|
385
|
-
"defaultExport": "
|
|
250
|
+
"defaultExport": "Box",
|
|
386
251
|
"importPath": "react/admin/elements/",
|
|
387
252
|
"externalPath": "components.admin.react.elements"
|
|
388
253
|
},
|
|
389
254
|
{
|
|
390
|
-
"defaultExport": "
|
|
391
|
-
"importPath": "react/admin/modules/
|
|
255
|
+
"defaultExport": "Tabs",
|
|
256
|
+
"importPath": "react/admin/modules/",
|
|
392
257
|
"externalPath": "components.admin.react.modules"
|
|
393
258
|
},
|
|
394
259
|
{
|
|
395
|
-
"defaultExport": "
|
|
396
|
-
"importPath": "react/admin/modules/
|
|
260
|
+
"defaultExport": "Swatch",
|
|
261
|
+
"importPath": "react/admin/modules/",
|
|
397
262
|
"externalPath": "components.admin.react.modules"
|
|
398
263
|
},
|
|
399
264
|
{
|
|
400
|
-
"defaultExport": "
|
|
401
|
-
"importPath": "react/admin/
|
|
402
|
-
"externalPath": "components.admin.react.
|
|
265
|
+
"defaultExport": "Tooltip",
|
|
266
|
+
"importPath": "react/admin/modules/",
|
|
267
|
+
"externalPath": "components.admin.react.modules"
|
|
403
268
|
},
|
|
404
269
|
{
|
|
405
|
-
"defaultExport": "
|
|
406
|
-
"importPath": "react/admin/modules/
|
|
270
|
+
"defaultExport": "Steps",
|
|
271
|
+
"importPath": "react/admin/modules/",
|
|
407
272
|
"externalPath": "components.admin.react.modules"
|
|
408
273
|
},
|
|
409
274
|
{
|
|
410
|
-
"defaultExport": "
|
|
411
|
-
"importPath": "react/admin/modules/
|
|
275
|
+
"defaultExport": "SnackBar",
|
|
276
|
+
"importPath": "react/admin/modules/",
|
|
412
277
|
"externalPath": "components.admin.react.modules"
|
|
413
278
|
},
|
|
414
279
|
{
|
|
415
|
-
"defaultExport": "
|
|
416
|
-
"importPath": "react/admin/modules/
|
|
280
|
+
"defaultExport": "RouterNavBar",
|
|
281
|
+
"importPath": "react/admin/modules/",
|
|
417
282
|
"externalPath": "components.admin.react.modules"
|
|
418
283
|
},
|
|
419
284
|
{
|
|
420
|
-
"defaultExport": "
|
|
421
|
-
"importPath": "react/admin/modules/
|
|
285
|
+
"defaultExport": "Phone",
|
|
286
|
+
"importPath": "react/admin/modules/",
|
|
422
287
|
"externalPath": "components.admin.react.modules"
|
|
423
288
|
},
|
|
424
289
|
{
|
|
425
|
-
"defaultExport": "
|
|
426
|
-
"importPath": "react/admin/modules/
|
|
290
|
+
"defaultExport": "Repeater",
|
|
291
|
+
"importPath": "react/admin/modules/",
|
|
427
292
|
"externalPath": "components.admin.react.modules"
|
|
428
293
|
},
|
|
429
294
|
{
|
|
430
|
-
"defaultExport": "
|
|
431
|
-
"importPath": "react/admin/modules/
|
|
295
|
+
"defaultExport": "Pagination",
|
|
296
|
+
"importPath": "react/admin/modules/",
|
|
432
297
|
"externalPath": "components.admin.react.modules"
|
|
433
298
|
},
|
|
434
299
|
{
|
|
435
|
-
"defaultExport": "
|
|
436
|
-
"importPath": "react/admin/modules/
|
|
300
|
+
"defaultExport": "Overlay",
|
|
301
|
+
"importPath": "react/admin/modules/",
|
|
437
302
|
"externalPath": "components.admin.react.modules"
|
|
438
303
|
},
|
|
439
304
|
{
|
|
440
|
-
"defaultExport": "
|
|
441
|
-
"importPath": "react/admin/modules/
|
|
305
|
+
"defaultExport": "NavBar",
|
|
306
|
+
"importPath": "react/admin/modules/",
|
|
442
307
|
"externalPath": "components.admin.react.modules"
|
|
443
308
|
},
|
|
444
309
|
{
|
|
445
|
-
"defaultExport": "
|
|
446
|
-
"importPath": "react/admin/modules/
|
|
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": "ColorPicker",
|
|
346
|
+
"importPath": "react/admin/modules/",
|
|
347
|
+
"externalPath": "components.admin.react.modules"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"defaultExport": "Dropdown",
|
|
351
|
+
"importPath": "react/admin/modules/",
|
|
352
|
+
"externalPath": "components.admin.react.modules"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"defaultExport": "DataGrid",
|
|
356
|
+
"importPath": "react/admin/modules/",
|
|
357
|
+
"externalPath": "components.admin.react.modules"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"defaultExport": "Chart",
|
|
361
|
+
"importPath": "react/admin/modules/",
|
|
362
|
+
"externalPath": "components.admin.react.modules"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"defaultExport": "AvatarGroup",
|
|
366
|
+
"importPath": "react/admin/modules/",
|
|
367
|
+
"externalPath": "components.admin.react.modules"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"defaultExport": "Calendar",
|
|
371
|
+
"importPath": "react/admin/modules/",
|
|
372
|
+
"externalPath": "components.admin.react.modules"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"defaultExport": "Alert",
|
|
376
|
+
"importPath": "react/admin/modules/",
|
|
377
|
+
"externalPath": "components.admin.react.modules"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"defaultExport": "Avatar",
|
|
381
|
+
"importPath": "react/admin/modules/",
|
|
382
|
+
"externalPath": "components.admin.react.modules"
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"defaultExport": "Address",
|
|
386
|
+
"importPath": "react/admin/modules/",
|
|
387
|
+
"externalPath": "components.admin.react.modules"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"defaultExport": "Banner",
|
|
391
|
+
"importPath": "react/admin/modules/",
|
|
447
392
|
"externalPath": "components.admin.react.modules"
|
|
448
393
|
},
|
|
449
394
|
{
|
|
@@ -472,7 +417,7 @@ module.exports = [
|
|
|
472
417
|
"externalPath": "components.admin.react.elements"
|
|
473
418
|
},
|
|
474
419
|
{
|
|
475
|
-
"defaultExport": "
|
|
420
|
+
"defaultExport": "TelegramLogo",
|
|
476
421
|
"importPath": "react/admin/elements/Svgs/",
|
|
477
422
|
"externalPath": "components.admin.react.elements"
|
|
478
423
|
},
|
|
@@ -487,12 +432,12 @@ module.exports = [
|
|
|
487
432
|
"externalPath": "components.admin.react.elements"
|
|
488
433
|
},
|
|
489
434
|
{
|
|
490
|
-
"defaultExport": "
|
|
435
|
+
"defaultExport": "TwilioLogo",
|
|
491
436
|
"importPath": "react/admin/elements/Svgs/",
|
|
492
437
|
"externalPath": "components.admin.react.elements"
|
|
493
438
|
},
|
|
494
439
|
{
|
|
495
|
-
"defaultExport": "
|
|
440
|
+
"defaultExport": "SlackLogo",
|
|
496
441
|
"importPath": "react/admin/elements/Svgs/",
|
|
497
442
|
"externalPath": "components.admin.react.elements"
|
|
498
443
|
},
|
|
@@ -502,12 +447,12 @@ module.exports = [
|
|
|
502
447
|
"externalPath": "components.admin.react.elements"
|
|
503
448
|
},
|
|
504
449
|
{
|
|
505
|
-
"defaultExport": "
|
|
450
|
+
"defaultExport": "SearchNoResults",
|
|
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
|
},
|
|
@@ -522,27 +467,27 @@ module.exports = [
|
|
|
522
467
|
"externalPath": "components.admin.react.elements"
|
|
523
468
|
},
|
|
524
469
|
{
|
|
525
|
-
"defaultExport": "
|
|
470
|
+
"defaultExport": "PostmarkFullLogo",
|
|
526
471
|
"importPath": "react/admin/elements/Svgs/",
|
|
527
472
|
"externalPath": "components.admin.react.elements"
|
|
528
473
|
},
|
|
529
474
|
{
|
|
530
|
-
"defaultExport": "
|
|
475
|
+
"defaultExport": "PostmarkLogo",
|
|
531
476
|
"importPath": "react/admin/elements/Svgs/",
|
|
532
477
|
"externalPath": "components.admin.react.elements"
|
|
533
478
|
},
|
|
534
479
|
{
|
|
535
|
-
"defaultExport": "
|
|
480
|
+
"defaultExport": "Plug",
|
|
536
481
|
"importPath": "react/admin/elements/Svgs/",
|
|
537
482
|
"externalPath": "components.admin.react.elements"
|
|
538
483
|
},
|
|
539
484
|
{
|
|
540
|
-
"defaultExport": "
|
|
485
|
+
"defaultExport": "PHPLogo",
|
|
541
486
|
"importPath": "react/admin/elements/Svgs/",
|
|
542
487
|
"externalPath": "components.admin.react.elements"
|
|
543
488
|
},
|
|
544
489
|
{
|
|
545
|
-
"defaultExport": "
|
|
490
|
+
"defaultExport": "PHPFullLogo",
|
|
546
491
|
"importPath": "react/admin/elements/Svgs/",
|
|
547
492
|
"externalPath": "components.admin.react.elements"
|
|
548
493
|
},
|
|
@@ -557,7 +502,7 @@ module.exports = [
|
|
|
557
502
|
"externalPath": "components.admin.react.elements"
|
|
558
503
|
},
|
|
559
504
|
{
|
|
560
|
-
"defaultExport": "
|
|
505
|
+
"defaultExport": "MicrosoftLogo",
|
|
561
506
|
"importPath": "react/admin/elements/Svgs/",
|
|
562
507
|
"externalPath": "components.admin.react.elements"
|
|
563
508
|
},
|
|
@@ -567,12 +512,12 @@ module.exports = [
|
|
|
567
512
|
"externalPath": "components.admin.react.elements"
|
|
568
513
|
},
|
|
569
514
|
{
|
|
570
|
-
"defaultExport": "
|
|
515
|
+
"defaultExport": "MailjetLogo",
|
|
571
516
|
"importPath": "react/admin/elements/Svgs/",
|
|
572
517
|
"externalPath": "components.admin.react.elements"
|
|
573
518
|
},
|
|
574
519
|
{
|
|
575
|
-
"defaultExport": "
|
|
520
|
+
"defaultExport": "MailjetFullLogo",
|
|
576
521
|
"importPath": "react/admin/elements/Svgs/",
|
|
577
522
|
"externalPath": "components.admin.react.elements"
|
|
578
523
|
},
|
|
@@ -582,12 +527,12 @@ module.exports = [
|
|
|
582
527
|
"externalPath": "components.admin.react.elements"
|
|
583
528
|
},
|
|
584
529
|
{
|
|
585
|
-
"defaultExport": "
|
|
530
|
+
"defaultExport": "MailgunLogo",
|
|
586
531
|
"importPath": "react/admin/elements/Svgs/",
|
|
587
532
|
"externalPath": "components.admin.react.elements"
|
|
588
533
|
},
|
|
589
534
|
{
|
|
590
|
-
"defaultExport": "
|
|
535
|
+
"defaultExport": "MailerSendLogo",
|
|
591
536
|
"importPath": "react/admin/elements/Svgs/",
|
|
592
537
|
"externalPath": "components.admin.react.elements"
|
|
593
538
|
},
|
|
@@ -597,12 +542,12 @@ module.exports = [
|
|
|
597
542
|
"externalPath": "components.admin.react.elements"
|
|
598
543
|
},
|
|
599
544
|
{
|
|
600
|
-
"defaultExport": "
|
|
545
|
+
"defaultExport": "MailerSendFullLogo",
|
|
601
546
|
"importPath": "react/admin/elements/Svgs/",
|
|
602
547
|
"externalPath": "components.admin.react.elements"
|
|
603
548
|
},
|
|
604
549
|
{
|
|
605
|
-
"defaultExport": "
|
|
550
|
+
"defaultExport": "MailSuccessBg",
|
|
606
551
|
"importPath": "react/admin/elements/Svgs/",
|
|
607
552
|
"externalPath": "components.admin.react.elements"
|
|
608
553
|
},
|
|
@@ -611,6 +556,11 @@ module.exports = [
|
|
|
611
556
|
"importPath": "react/admin/elements/Svgs/",
|
|
612
557
|
"externalPath": "components.admin.react.elements"
|
|
613
558
|
},
|
|
559
|
+
{
|
|
560
|
+
"defaultExport": "MailchimpLogo",
|
|
561
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
562
|
+
"externalPath": "components.admin.react.elements"
|
|
563
|
+
},
|
|
614
564
|
{
|
|
615
565
|
"defaultExport": "MailFailedBg",
|
|
616
566
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -622,7 +572,7 @@ module.exports = [
|
|
|
622
572
|
"externalPath": "components.admin.react.elements"
|
|
623
573
|
},
|
|
624
574
|
{
|
|
625
|
-
"defaultExport": "
|
|
575
|
+
"defaultExport": "GravitySMTPFullLogo",
|
|
626
576
|
"importPath": "react/admin/elements/Svgs/",
|
|
627
577
|
"externalPath": "components.admin.react.elements"
|
|
628
578
|
},
|
|
@@ -632,12 +582,12 @@ module.exports = [
|
|
|
632
582
|
"externalPath": "components.admin.react.elements"
|
|
633
583
|
},
|
|
634
584
|
{
|
|
635
|
-
"defaultExport": "
|
|
585
|
+
"defaultExport": "GravitySMTPTextLogo",
|
|
636
586
|
"importPath": "react/admin/elements/Svgs/",
|
|
637
587
|
"externalPath": "components.admin.react.elements"
|
|
638
588
|
},
|
|
639
589
|
{
|
|
640
|
-
"defaultExport": "
|
|
590
|
+
"defaultExport": "GravityCRMFullLogo",
|
|
641
591
|
"importPath": "react/admin/elements/Svgs/",
|
|
642
592
|
"externalPath": "components.admin.react.elements"
|
|
643
593
|
},
|
|
@@ -652,7 +602,7 @@ module.exports = [
|
|
|
652
602
|
"externalPath": "components.admin.react.elements"
|
|
653
603
|
},
|
|
654
604
|
{
|
|
655
|
-
"defaultExport": "
|
|
605
|
+
"defaultExport": "GravityFormsLogo",
|
|
656
606
|
"importPath": "react/admin/elements/Svgs/",
|
|
657
607
|
"externalPath": "components.admin.react.elements"
|
|
658
608
|
},
|
|
@@ -662,7 +612,7 @@ module.exports = [
|
|
|
662
612
|
"externalPath": "components.admin.react.elements"
|
|
663
613
|
},
|
|
664
614
|
{
|
|
665
|
-
"defaultExport": "
|
|
615
|
+
"defaultExport": "ElasticEmailLogo",
|
|
666
616
|
"importPath": "react/admin/elements/Svgs/",
|
|
667
617
|
"externalPath": "components.admin.react.elements"
|
|
668
618
|
},
|
|
@@ -672,17 +622,17 @@ module.exports = [
|
|
|
672
622
|
"externalPath": "components.admin.react.elements"
|
|
673
623
|
},
|
|
674
624
|
{
|
|
675
|
-
"defaultExport": "
|
|
625
|
+
"defaultExport": "ElasticEmailFullLogo",
|
|
676
626
|
"importPath": "react/admin/elements/Svgs/",
|
|
677
627
|
"externalPath": "components.admin.react.elements"
|
|
678
628
|
},
|
|
679
629
|
{
|
|
680
|
-
"defaultExport": "
|
|
630
|
+
"defaultExport": "GoogleFullLogo",
|
|
681
631
|
"importPath": "react/admin/elements/Svgs/",
|
|
682
632
|
"externalPath": "components.admin.react.elements"
|
|
683
633
|
},
|
|
684
634
|
{
|
|
685
|
-
"defaultExport": "
|
|
635
|
+
"defaultExport": "CustomSMTPFull",
|
|
686
636
|
"importPath": "react/admin/elements/Svgs/",
|
|
687
637
|
"externalPath": "components.admin.react.elements"
|
|
688
638
|
},
|
|
@@ -692,27 +642,27 @@ module.exports = [
|
|
|
692
642
|
"externalPath": "components.admin.react.elements"
|
|
693
643
|
},
|
|
694
644
|
{
|
|
695
|
-
"defaultExport": "
|
|
645
|
+
"defaultExport": "BrokenImageFull",
|
|
696
646
|
"importPath": "react/admin/elements/Svgs/",
|
|
697
647
|
"externalPath": "components.admin.react.elements"
|
|
698
648
|
},
|
|
699
649
|
{
|
|
700
|
-
"defaultExport": "
|
|
650
|
+
"defaultExport": "BrokenImage",
|
|
701
651
|
"importPath": "react/admin/elements/Svgs/",
|
|
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
|
},
|
|
709
659
|
{
|
|
710
|
-
"defaultExport": "
|
|
660
|
+
"defaultExport": "AmazonAWSLogo",
|
|
711
661
|
"importPath": "react/admin/elements/Svgs/",
|
|
712
662
|
"externalPath": "components.admin.react.elements"
|
|
713
663
|
},
|
|
714
664
|
{
|
|
715
|
-
"defaultExport": "
|
|
665
|
+
"defaultExport": "BrevoFullLogo",
|
|
716
666
|
"importPath": "react/admin/elements/Svgs/",
|
|
717
667
|
"externalPath": "components.admin.react.elements"
|
|
718
668
|
},
|
|
@@ -730,5 +680,68 @@ module.exports = [
|
|
|
730
680
|
"defaultExport": "BrandedButton",
|
|
731
681
|
"importPath": "react/admin/elements/Button/",
|
|
732
682
|
"externalPath": "components.admin.react.elements"
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"defaultExport": "VidyardVideo",
|
|
686
|
+
"importPath": "react/admin/modules/Videos/",
|
|
687
|
+
"externalPath": "components.admin.react.modules"
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"__esModule": true,
|
|
691
|
+
"default": {
|
|
692
|
+
"defaultExport": "Simple",
|
|
693
|
+
"importPath": "react/admin/modules/ProgressBar/",
|
|
694
|
+
"externalPath": "components.admin.react.modules"
|
|
695
|
+
}
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
"defaultExport": "RingLoader",
|
|
699
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
700
|
+
"externalPath": "components.admin.react.modules"
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"defaultExport": "Placeholder",
|
|
704
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
705
|
+
"externalPath": "components.admin.react.modules"
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
"defaultExport": "RightSidebar",
|
|
709
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
710
|
+
"externalPath": "components.admin.react.modules"
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"defaultExport": "ModularSidebar",
|
|
714
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
715
|
+
"externalPath": "components.admin.react.modules"
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"defaultExport": "IconIndicator",
|
|
719
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
720
|
+
"externalPath": "components.admin.react.modules"
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"defaultExport": "DotIndicator",
|
|
724
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
725
|
+
"externalPath": "components.admin.react.modules"
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"defaultExport": "CountryDropdown",
|
|
729
|
+
"importPath": "react/admin/modules/Dropdown/",
|
|
730
|
+
"externalPath": "components.admin.react.modules"
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"defaultExport": "MetricCard",
|
|
734
|
+
"importPath": "react/admin/modules/Cards/",
|
|
735
|
+
"externalPath": "components.admin.react.modules"
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"defaultExport": "IntegrationCard",
|
|
739
|
+
"importPath": "react/admin/modules/Cards/",
|
|
740
|
+
"externalPath": "components.admin.react.modules"
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"defaultExport": "FormTemplateCard",
|
|
744
|
+
"importPath": "react/admin/modules/Cards/",
|
|
745
|
+
"externalPath": "components.admin.react.modules"
|
|
733
746
|
}
|
|
734
747
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.8.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",
|