@gravityforms/dependency-extraction-webpack-plugin 4.6.3 → 4.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 +85 -80
- 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"
|
|
@@ -69,9 +69,9 @@ module.exports = [
|
|
|
69
69
|
"externalPath": "components.admin.html.elements"
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
|
-
"defaultExport": "
|
|
72
|
+
"defaultExport": "Label",
|
|
73
73
|
"namedExports": [
|
|
74
|
-
"
|
|
74
|
+
"labelTemplate"
|
|
75
75
|
],
|
|
76
76
|
"importPath": "html/admin/elements/",
|
|
77
77
|
"externalPath": "components.admin.html.elements"
|
|
@@ -85,17 +85,17 @@ module.exports = [
|
|
|
85
85
|
"externalPath": "components.admin.html.elements"
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
|
-
"defaultExport": "
|
|
88
|
+
"defaultExport": "Input",
|
|
89
89
|
"namedExports": [
|
|
90
|
-
"
|
|
90
|
+
"inputTemplate"
|
|
91
91
|
],
|
|
92
92
|
"importPath": "html/admin/elements/",
|
|
93
93
|
"externalPath": "components.admin.html.elements"
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
|
-
"defaultExport": "
|
|
96
|
+
"defaultExport": "Loader",
|
|
97
97
|
"namedExports": [
|
|
98
|
-
"
|
|
98
|
+
"loaderTemplate"
|
|
99
99
|
],
|
|
100
100
|
"importPath": "html/admin/elements/",
|
|
101
101
|
"externalPath": "components.admin.html.elements"
|
|
@@ -109,34 +109,34 @@ module.exports = [
|
|
|
109
109
|
"externalPath": "components.admin.html.elements"
|
|
110
110
|
},
|
|
111
111
|
{
|
|
112
|
-
"defaultExport": "
|
|
112
|
+
"defaultExport": "Button",
|
|
113
113
|
"namedExports": [
|
|
114
|
-
"
|
|
114
|
+
"buttonTemplate"
|
|
115
115
|
],
|
|
116
116
|
"importPath": "html/admin/elements/",
|
|
117
117
|
"externalPath": "components.admin.html.elements"
|
|
118
118
|
},
|
|
119
119
|
{
|
|
120
|
-
"defaultExport": "
|
|
120
|
+
"defaultExport": "Dropdown",
|
|
121
121
|
"namedExports": [
|
|
122
|
-
"
|
|
122
|
+
"dropdownTemplate",
|
|
123
|
+
"dropdownListItems"
|
|
123
124
|
],
|
|
124
125
|
"importPath": "html/admin/elements/",
|
|
125
126
|
"externalPath": "components.admin.html.elements"
|
|
126
127
|
},
|
|
127
128
|
{
|
|
128
|
-
"defaultExport": "
|
|
129
|
+
"defaultExport": "Heading",
|
|
129
130
|
"namedExports": [
|
|
130
|
-
"
|
|
131
|
+
"headingTemplate"
|
|
131
132
|
],
|
|
132
133
|
"importPath": "html/admin/elements/",
|
|
133
134
|
"externalPath": "components.admin.html.elements"
|
|
134
135
|
},
|
|
135
136
|
{
|
|
136
|
-
"defaultExport": "
|
|
137
|
+
"defaultExport": "Alert",
|
|
137
138
|
"namedExports": [
|
|
138
|
-
"
|
|
139
|
-
"dropdownListItems"
|
|
139
|
+
"alertTemplate"
|
|
140
140
|
],
|
|
141
141
|
"importPath": "html/admin/elements/",
|
|
142
142
|
"externalPath": "components.admin.html.elements"
|
|
@@ -152,17 +152,22 @@ module.exports = [
|
|
|
152
152
|
"externalPath": "components.admin.react.modules"
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
|
-
"defaultExport": "
|
|
155
|
+
"defaultExport": "Steps",
|
|
156
156
|
"importPath": "react/admin/modules/",
|
|
157
157
|
"externalPath": "components.admin.react.modules"
|
|
158
158
|
},
|
|
159
159
|
{
|
|
160
|
-
"defaultExport": "
|
|
160
|
+
"defaultExport": "SnackBar",
|
|
161
161
|
"importPath": "react/admin/modules/",
|
|
162
162
|
"externalPath": "components.admin.react.modules"
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
|
-
"defaultExport": "
|
|
165
|
+
"defaultExport": "Repeater",
|
|
166
|
+
"importPath": "react/admin/modules/",
|
|
167
|
+
"externalPath": "components.admin.react.modules"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"defaultExport": "RouterNavBar",
|
|
166
171
|
"importPath": "react/admin/modules/",
|
|
167
172
|
"externalPath": "components.admin.react.modules"
|
|
168
173
|
},
|
|
@@ -197,32 +202,32 @@ module.exports = [
|
|
|
197
202
|
"externalPath": "components.admin.react.modules"
|
|
198
203
|
},
|
|
199
204
|
{
|
|
200
|
-
"defaultExport": "
|
|
205
|
+
"defaultExport": "Flyout",
|
|
201
206
|
"importPath": "react/admin/modules/",
|
|
202
207
|
"externalPath": "components.admin.react.modules"
|
|
203
208
|
},
|
|
204
209
|
{
|
|
205
|
-
"defaultExport": "
|
|
210
|
+
"defaultExport": "Droplist",
|
|
206
211
|
"importPath": "react/admin/modules/",
|
|
207
212
|
"externalPath": "components.admin.react.modules"
|
|
208
213
|
},
|
|
209
214
|
{
|
|
210
|
-
"defaultExport": "
|
|
215
|
+
"defaultExport": "Dropdown",
|
|
211
216
|
"importPath": "react/admin/modules/",
|
|
212
217
|
"externalPath": "components.admin.react.modules"
|
|
213
218
|
},
|
|
214
219
|
{
|
|
215
|
-
"defaultExport": "
|
|
220
|
+
"defaultExport": "ColorPicker",
|
|
216
221
|
"importPath": "react/admin/modules/",
|
|
217
222
|
"externalPath": "components.admin.react.modules"
|
|
218
223
|
},
|
|
219
224
|
{
|
|
220
|
-
"defaultExport": "
|
|
225
|
+
"defaultExport": "Dialog",
|
|
221
226
|
"importPath": "react/admin/modules/",
|
|
222
227
|
"externalPath": "components.admin.react.modules"
|
|
223
228
|
},
|
|
224
229
|
{
|
|
225
|
-
"defaultExport": "
|
|
230
|
+
"defaultExport": "DataGrid",
|
|
226
231
|
"importPath": "react/admin/modules/",
|
|
227
232
|
"externalPath": "components.admin.react.modules"
|
|
228
233
|
},
|
|
@@ -236,28 +241,28 @@ module.exports = [
|
|
|
236
241
|
"importPath": "react/admin/modules/",
|
|
237
242
|
"externalPath": "components.admin.react.modules"
|
|
238
243
|
},
|
|
239
|
-
{
|
|
240
|
-
"defaultExport": "Textarea",
|
|
241
|
-
"importPath": "react/admin/elements/",
|
|
242
|
-
"externalPath": "components.admin.react.elements"
|
|
243
|
-
},
|
|
244
244
|
{
|
|
245
245
|
"defaultExport": "Alert",
|
|
246
246
|
"importPath": "react/admin/modules/",
|
|
247
247
|
"externalPath": "components.admin.react.modules"
|
|
248
248
|
},
|
|
249
249
|
{
|
|
250
|
-
"defaultExport": "
|
|
250
|
+
"defaultExport": "Toggle",
|
|
251
251
|
"importPath": "react/admin/elements/",
|
|
252
252
|
"externalPath": "components.admin.react.elements"
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
|
-
"defaultExport": "
|
|
255
|
+
"defaultExport": "Textarea",
|
|
256
256
|
"importPath": "react/admin/elements/",
|
|
257
257
|
"externalPath": "components.admin.react.elements"
|
|
258
258
|
},
|
|
259
259
|
{
|
|
260
|
-
"defaultExport": "
|
|
260
|
+
"defaultExport": "Text",
|
|
261
|
+
"importPath": "react/admin/elements/",
|
|
262
|
+
"externalPath": "components.admin.react.elements"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"defaultExport": "Tag",
|
|
261
266
|
"importPath": "react/admin/elements/",
|
|
262
267
|
"externalPath": "components.admin.react.elements"
|
|
263
268
|
},
|
|
@@ -267,7 +272,7 @@ module.exports = [
|
|
|
267
272
|
"externalPath": "components.admin.react.elements"
|
|
268
273
|
},
|
|
269
274
|
{
|
|
270
|
-
"defaultExport": "
|
|
275
|
+
"defaultExport": "Select",
|
|
271
276
|
"importPath": "react/admin/elements/",
|
|
272
277
|
"externalPath": "components.admin.react.elements"
|
|
273
278
|
},
|
|
@@ -277,7 +282,7 @@ module.exports = [
|
|
|
277
282
|
"externalPath": "components.admin.react.elements"
|
|
278
283
|
},
|
|
279
284
|
{
|
|
280
|
-
"defaultExport": "
|
|
285
|
+
"defaultExport": "Link",
|
|
281
286
|
"importPath": "react/admin/elements/",
|
|
282
287
|
"externalPath": "components.admin.react.elements"
|
|
283
288
|
},
|
|
@@ -287,12 +292,12 @@ module.exports = [
|
|
|
287
292
|
"externalPath": "components.admin.react.elements"
|
|
288
293
|
},
|
|
289
294
|
{
|
|
290
|
-
"defaultExport": "
|
|
295
|
+
"defaultExport": "Radio",
|
|
291
296
|
"importPath": "react/admin/elements/",
|
|
292
297
|
"externalPath": "components.admin.react.elements"
|
|
293
298
|
},
|
|
294
299
|
{
|
|
295
|
-
"defaultExport": "
|
|
300
|
+
"defaultExport": "Label",
|
|
296
301
|
"importPath": "react/admin/elements/",
|
|
297
302
|
"externalPath": "components.admin.react.elements"
|
|
298
303
|
},
|
|
@@ -307,32 +312,32 @@ module.exports = [
|
|
|
307
312
|
"externalPath": "components.admin.react.elements"
|
|
308
313
|
},
|
|
309
314
|
{
|
|
310
|
-
"defaultExport": "
|
|
315
|
+
"defaultExport": "HelpText",
|
|
311
316
|
"importPath": "react/admin/elements/",
|
|
312
317
|
"externalPath": "components.admin.react.elements"
|
|
313
318
|
},
|
|
314
319
|
{
|
|
315
|
-
"defaultExport": "
|
|
320
|
+
"defaultExport": "Grid",
|
|
316
321
|
"importPath": "react/admin/elements/",
|
|
317
322
|
"externalPath": "components.admin.react.elements"
|
|
318
323
|
},
|
|
319
324
|
{
|
|
320
|
-
"defaultExport": "
|
|
325
|
+
"defaultExport": "FileUpload",
|
|
321
326
|
"importPath": "react/admin/elements/",
|
|
322
327
|
"externalPath": "components.admin.react.elements"
|
|
323
328
|
},
|
|
324
329
|
{
|
|
325
|
-
"defaultExport": "
|
|
330
|
+
"defaultExport": "Heading",
|
|
326
331
|
"importPath": "react/admin/elements/",
|
|
327
332
|
"externalPath": "components.admin.react.elements"
|
|
328
333
|
},
|
|
329
334
|
{
|
|
330
|
-
"defaultExport": "
|
|
335
|
+
"defaultExport": "DescriptionList",
|
|
331
336
|
"importPath": "react/admin/elements/",
|
|
332
337
|
"externalPath": "components.admin.react.elements"
|
|
333
338
|
},
|
|
334
339
|
{
|
|
335
|
-
"defaultExport": "
|
|
340
|
+
"defaultExport": "Icon",
|
|
336
341
|
"importPath": "react/admin/elements/",
|
|
337
342
|
"externalPath": "components.admin.react.elements"
|
|
338
343
|
},
|
|
@@ -352,47 +357,47 @@ module.exports = [
|
|
|
352
357
|
"externalPath": "components.admin.react.elements"
|
|
353
358
|
},
|
|
354
359
|
{
|
|
355
|
-
"defaultExport": "
|
|
356
|
-
"importPath": "react/admin/modules/
|
|
360
|
+
"defaultExport": "VidyardVideo",
|
|
361
|
+
"importPath": "react/admin/modules/Videos/",
|
|
357
362
|
"externalPath": "components.admin.react.modules"
|
|
358
363
|
},
|
|
359
364
|
{
|
|
360
|
-
"defaultExport": "
|
|
361
|
-
"importPath": "react/admin/modules/
|
|
365
|
+
"defaultExport": "RightSidebar",
|
|
366
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
362
367
|
"externalPath": "components.admin.react.modules"
|
|
363
368
|
},
|
|
364
369
|
{
|
|
365
|
-
"defaultExport": "
|
|
366
|
-
"importPath": "react/admin/modules/
|
|
370
|
+
"defaultExport": "RingLoader",
|
|
371
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
367
372
|
"externalPath": "components.admin.react.modules"
|
|
368
373
|
},
|
|
369
374
|
{
|
|
370
|
-
"defaultExport": "
|
|
371
|
-
"importPath": "react/admin/modules/
|
|
375
|
+
"defaultExport": "ModularSidebar",
|
|
376
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
372
377
|
"externalPath": "components.admin.react.modules"
|
|
373
378
|
},
|
|
374
379
|
{
|
|
375
|
-
"defaultExport": "
|
|
376
|
-
"importPath": "react/admin/modules/
|
|
380
|
+
"defaultExport": "IconIndicator",
|
|
381
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
377
382
|
"externalPath": "components.admin.react.modules"
|
|
378
383
|
},
|
|
379
384
|
{
|
|
380
|
-
"defaultExport": "
|
|
381
|
-
"importPath": "react/admin/modules/
|
|
385
|
+
"defaultExport": "DotIndicator",
|
|
386
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
382
387
|
"externalPath": "components.admin.react.modules"
|
|
383
388
|
},
|
|
384
389
|
{
|
|
385
|
-
"defaultExport": "
|
|
390
|
+
"defaultExport": "IntegrationCard",
|
|
386
391
|
"importPath": "react/admin/modules/Cards/",
|
|
387
392
|
"externalPath": "components.admin.react.modules"
|
|
388
393
|
},
|
|
389
394
|
{
|
|
390
|
-
"defaultExport": "
|
|
395
|
+
"defaultExport": "MetricCard",
|
|
391
396
|
"importPath": "react/admin/modules/Cards/",
|
|
392
397
|
"externalPath": "components.admin.react.modules"
|
|
393
398
|
},
|
|
394
399
|
{
|
|
395
|
-
"defaultExport": "
|
|
400
|
+
"defaultExport": "FormTemplateCard",
|
|
396
401
|
"importPath": "react/admin/modules/Cards/",
|
|
397
402
|
"externalPath": "components.admin.react.modules"
|
|
398
403
|
},
|
|
@@ -402,12 +407,12 @@ module.exports = [
|
|
|
402
407
|
"externalPath": "components.admin.react.elements"
|
|
403
408
|
},
|
|
404
409
|
{
|
|
405
|
-
"defaultExport": "
|
|
410
|
+
"defaultExport": "WordPressLogo",
|
|
406
411
|
"importPath": "react/admin/elements/Svgs/",
|
|
407
412
|
"externalPath": "components.admin.react.elements"
|
|
408
413
|
},
|
|
409
414
|
{
|
|
410
|
-
"defaultExport": "
|
|
415
|
+
"defaultExport": "WPMailSMTPFullLogo",
|
|
411
416
|
"importPath": "react/admin/elements/Svgs/",
|
|
412
417
|
"externalPath": "components.admin.react.elements"
|
|
413
418
|
},
|
|
@@ -422,7 +427,7 @@ module.exports = [
|
|
|
422
427
|
"externalPath": "components.admin.react.elements"
|
|
423
428
|
},
|
|
424
429
|
{
|
|
425
|
-
"defaultExport": "
|
|
430
|
+
"defaultExport": "TelegramLogo",
|
|
426
431
|
"importPath": "react/admin/elements/Svgs/",
|
|
427
432
|
"externalPath": "components.admin.react.elements"
|
|
428
433
|
},
|
|
@@ -437,7 +442,7 @@ module.exports = [
|
|
|
437
442
|
"externalPath": "components.admin.react.elements"
|
|
438
443
|
},
|
|
439
444
|
{
|
|
440
|
-
"defaultExport": "
|
|
445
|
+
"defaultExport": "SendGridLogo",
|
|
441
446
|
"importPath": "react/admin/elements/Svgs/",
|
|
442
447
|
"externalPath": "components.admin.react.elements"
|
|
443
448
|
},
|
|
@@ -456,11 +461,6 @@ module.exports = [
|
|
|
456
461
|
"importPath": "react/admin/elements/Svgs/",
|
|
457
462
|
"externalPath": "components.admin.react.elements"
|
|
458
463
|
},
|
|
459
|
-
{
|
|
460
|
-
"defaultExport": "PostmarkLogo",
|
|
461
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
462
|
-
"externalPath": "components.admin.react.elements"
|
|
463
|
-
},
|
|
464
464
|
{
|
|
465
465
|
"defaultExport": "PostmarkFullLogo",
|
|
466
466
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -472,17 +472,17 @@ module.exports = [
|
|
|
472
472
|
"externalPath": "components.admin.react.elements"
|
|
473
473
|
},
|
|
474
474
|
{
|
|
475
|
-
"defaultExport": "
|
|
475
|
+
"defaultExport": "PostmarkLogo",
|
|
476
476
|
"importPath": "react/admin/elements/Svgs/",
|
|
477
477
|
"externalPath": "components.admin.react.elements"
|
|
478
478
|
},
|
|
479
479
|
{
|
|
480
|
-
"defaultExport": "
|
|
480
|
+
"defaultExport": "PHPFullLogo",
|
|
481
481
|
"importPath": "react/admin/elements/Svgs/",
|
|
482
482
|
"externalPath": "components.admin.react.elements"
|
|
483
483
|
},
|
|
484
484
|
{
|
|
485
|
-
"defaultExport": "
|
|
485
|
+
"defaultExport": "MandrillLogo",
|
|
486
486
|
"importPath": "react/admin/elements/Svgs/",
|
|
487
487
|
"externalPath": "components.admin.react.elements"
|
|
488
488
|
},
|
|
@@ -492,12 +492,12 @@ module.exports = [
|
|
|
492
492
|
"externalPath": "components.admin.react.elements"
|
|
493
493
|
},
|
|
494
494
|
{
|
|
495
|
-
"defaultExport": "
|
|
495
|
+
"defaultExport": "MicrosoftLogo",
|
|
496
496
|
"importPath": "react/admin/elements/Svgs/",
|
|
497
497
|
"externalPath": "components.admin.react.elements"
|
|
498
498
|
},
|
|
499
499
|
{
|
|
500
|
-
"defaultExport": "
|
|
500
|
+
"defaultExport": "MicrosoftFullLogo",
|
|
501
501
|
"importPath": "react/admin/elements/Svgs/",
|
|
502
502
|
"externalPath": "components.admin.react.elements"
|
|
503
503
|
},
|
|
@@ -516,6 +516,11 @@ module.exports = [
|
|
|
516
516
|
"importPath": "react/admin/elements/Svgs/",
|
|
517
517
|
"externalPath": "components.admin.react.elements"
|
|
518
518
|
},
|
|
519
|
+
{
|
|
520
|
+
"defaultExport": "MailgunFullLogo",
|
|
521
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
522
|
+
"externalPath": "components.admin.react.elements"
|
|
523
|
+
},
|
|
519
524
|
{
|
|
520
525
|
"defaultExport": "MailFailedBg",
|
|
521
526
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -542,7 +547,7 @@ module.exports = [
|
|
|
542
547
|
"externalPath": "components.admin.react.elements"
|
|
543
548
|
},
|
|
544
549
|
{
|
|
545
|
-
"defaultExport": "
|
|
550
|
+
"defaultExport": "GravityFormsStackedLogo",
|
|
546
551
|
"importPath": "react/admin/elements/Svgs/",
|
|
547
552
|
"externalPath": "components.admin.react.elements"
|
|
548
553
|
},
|
|
@@ -552,22 +557,22 @@ module.exports = [
|
|
|
552
557
|
"externalPath": "components.admin.react.elements"
|
|
553
558
|
},
|
|
554
559
|
{
|
|
555
|
-
"defaultExport": "
|
|
560
|
+
"defaultExport": "GoogleLogo",
|
|
556
561
|
"importPath": "react/admin/elements/Svgs/",
|
|
557
562
|
"externalPath": "components.admin.react.elements"
|
|
558
563
|
},
|
|
559
564
|
{
|
|
560
|
-
"defaultExport": "
|
|
565
|
+
"defaultExport": "CustomSMTPFull",
|
|
561
566
|
"importPath": "react/admin/elements/Svgs/",
|
|
562
567
|
"externalPath": "components.admin.react.elements"
|
|
563
568
|
},
|
|
564
569
|
{
|
|
565
|
-
"defaultExport": "
|
|
570
|
+
"defaultExport": "GoogleAltLogo",
|
|
566
571
|
"importPath": "react/admin/elements/Svgs/",
|
|
567
572
|
"externalPath": "components.admin.react.elements"
|
|
568
573
|
},
|
|
569
574
|
{
|
|
570
|
-
"defaultExport": "
|
|
575
|
+
"defaultExport": "BrevoLogo",
|
|
571
576
|
"importPath": "react/admin/elements/Svgs/",
|
|
572
577
|
"externalPath": "components.admin.react.elements"
|
|
573
578
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.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",
|