@gravityforms/dependency-extraction-webpack-plugin 6.1.1 → 6.1.3
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 +32 -27
- package/package.json +1 -1
|
@@ -185,6 +185,11 @@ module.exports = [
|
|
|
185
185
|
"importPath": "react/admin/modules/",
|
|
186
186
|
"externalPath": "components.admin.react.modules"
|
|
187
187
|
},
|
|
188
|
+
{
|
|
189
|
+
"defaultExport": "Pagination",
|
|
190
|
+
"importPath": "react/admin/modules/",
|
|
191
|
+
"externalPath": "components.admin.react.modules"
|
|
192
|
+
},
|
|
188
193
|
{
|
|
189
194
|
"defaultExport": "Overlay",
|
|
190
195
|
"importPath": "react/admin/modules/",
|
|
@@ -226,12 +231,12 @@ module.exports = [
|
|
|
226
231
|
"externalPath": "components.admin.react.modules"
|
|
227
232
|
},
|
|
228
233
|
{
|
|
229
|
-
"defaultExport": "
|
|
234
|
+
"defaultExport": "Fieldset",
|
|
230
235
|
"importPath": "react/admin/modules/",
|
|
231
236
|
"externalPath": "components.admin.react.modules"
|
|
232
237
|
},
|
|
233
238
|
{
|
|
234
|
-
"defaultExport": "
|
|
239
|
+
"defaultExport": "Droplist",
|
|
235
240
|
"importPath": "react/admin/modules/",
|
|
236
241
|
"externalPath": "components.admin.react.modules"
|
|
237
242
|
},
|
|
@@ -246,7 +251,7 @@ module.exports = [
|
|
|
246
251
|
"externalPath": "components.admin.react.modules"
|
|
247
252
|
},
|
|
248
253
|
{
|
|
249
|
-
"defaultExport": "
|
|
254
|
+
"defaultExport": "Dialog",
|
|
250
255
|
"importPath": "react/admin/modules/",
|
|
251
256
|
"externalPath": "components.admin.react.modules"
|
|
252
257
|
},
|
|
@@ -256,12 +261,12 @@ module.exports = [
|
|
|
256
261
|
"externalPath": "components.admin.react.modules"
|
|
257
262
|
},
|
|
258
263
|
{
|
|
259
|
-
"defaultExport": "
|
|
264
|
+
"defaultExport": "DataGrid",
|
|
260
265
|
"importPath": "react/admin/modules/",
|
|
261
266
|
"externalPath": "components.admin.react.modules"
|
|
262
267
|
},
|
|
263
268
|
{
|
|
264
|
-
"defaultExport": "
|
|
269
|
+
"defaultExport": "Chart",
|
|
265
270
|
"importPath": "react/admin/modules/",
|
|
266
271
|
"externalPath": "components.admin.react.modules"
|
|
267
272
|
},
|
|
@@ -270,6 +275,11 @@ module.exports = [
|
|
|
270
275
|
"importPath": "react/admin/modules/",
|
|
271
276
|
"externalPath": "components.admin.react.modules"
|
|
272
277
|
},
|
|
278
|
+
{
|
|
279
|
+
"defaultExport": "Calendar",
|
|
280
|
+
"importPath": "react/admin/modules/",
|
|
281
|
+
"externalPath": "components.admin.react.modules"
|
|
282
|
+
},
|
|
273
283
|
{
|
|
274
284
|
"defaultExport": "AvatarGroup",
|
|
275
285
|
"importPath": "react/admin/modules/",
|
|
@@ -336,22 +346,22 @@ module.exports = [
|
|
|
336
346
|
"externalPath": "components.admin.react.elements"
|
|
337
347
|
},
|
|
338
348
|
{
|
|
339
|
-
"defaultExport": "
|
|
349
|
+
"defaultExport": "Link",
|
|
340
350
|
"importPath": "react/admin/elements/",
|
|
341
351
|
"externalPath": "components.admin.react.elements"
|
|
342
352
|
},
|
|
343
353
|
{
|
|
344
|
-
"defaultExport": "
|
|
354
|
+
"defaultExport": "Label",
|
|
345
355
|
"importPath": "react/admin/elements/",
|
|
346
356
|
"externalPath": "components.admin.react.elements"
|
|
347
357
|
},
|
|
348
358
|
{
|
|
349
|
-
"defaultExport": "
|
|
359
|
+
"defaultExport": "Input",
|
|
350
360
|
"importPath": "react/admin/elements/",
|
|
351
361
|
"externalPath": "components.admin.react.elements"
|
|
352
362
|
},
|
|
353
363
|
{
|
|
354
|
-
"defaultExport": "
|
|
364
|
+
"defaultExport": "Pill",
|
|
355
365
|
"importPath": "react/admin/elements/",
|
|
356
366
|
"externalPath": "components.admin.react.elements"
|
|
357
367
|
},
|
|
@@ -410,11 +420,6 @@ module.exports = [
|
|
|
410
420
|
"importPath": "react/admin/modules/Videos/",
|
|
411
421
|
"externalPath": "components.admin.react.modules"
|
|
412
422
|
},
|
|
413
|
-
{
|
|
414
|
-
"defaultExport": "Pagination",
|
|
415
|
-
"importPath": "react/admin/modules/",
|
|
416
|
-
"externalPath": "components.admin.react.modules"
|
|
417
|
-
},
|
|
418
423
|
{
|
|
419
424
|
"__esModule": true,
|
|
420
425
|
"default": {
|
|
@@ -553,6 +558,11 @@ module.exports = [
|
|
|
553
558
|
"importPath": "react/admin/elements/Svgs/",
|
|
554
559
|
"externalPath": "components.admin.react.elements"
|
|
555
560
|
},
|
|
561
|
+
{
|
|
562
|
+
"defaultExport": "ResendLogo",
|
|
563
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
564
|
+
"externalPath": "components.admin.react.elements"
|
|
565
|
+
},
|
|
556
566
|
{
|
|
557
567
|
"defaultExport": "ResendFullLogo",
|
|
558
568
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -649,17 +659,17 @@ module.exports = [
|
|
|
649
659
|
"externalPath": "components.admin.react.elements"
|
|
650
660
|
},
|
|
651
661
|
{
|
|
652
|
-
"defaultExport": "
|
|
662
|
+
"defaultExport": "MailSuccess",
|
|
653
663
|
"importPath": "react/admin/elements/Svgs/",
|
|
654
664
|
"externalPath": "components.admin.react.elements"
|
|
655
665
|
},
|
|
656
666
|
{
|
|
657
|
-
"defaultExport": "
|
|
667
|
+
"defaultExport": "MailFailedBg",
|
|
658
668
|
"importPath": "react/admin/elements/Svgs/",
|
|
659
669
|
"externalPath": "components.admin.react.elements"
|
|
660
670
|
},
|
|
661
671
|
{
|
|
662
|
-
"defaultExport": "
|
|
672
|
+
"defaultExport": "MailFailed",
|
|
663
673
|
"importPath": "react/admin/elements/Svgs/",
|
|
664
674
|
"externalPath": "components.admin.react.elements"
|
|
665
675
|
},
|
|
@@ -668,11 +678,6 @@ module.exports = [
|
|
|
668
678
|
"importPath": "react/admin/elements/Svgs/",
|
|
669
679
|
"externalPath": "components.admin.react.elements"
|
|
670
680
|
},
|
|
671
|
-
{
|
|
672
|
-
"defaultExport": "MailSuccess",
|
|
673
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
674
|
-
"externalPath": "components.admin.react.elements"
|
|
675
|
-
},
|
|
676
681
|
{
|
|
677
682
|
"defaultExport": "GravitySMTPLogo",
|
|
678
683
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -749,22 +754,22 @@ module.exports = [
|
|
|
749
754
|
"externalPath": "components.admin.react.elements"
|
|
750
755
|
},
|
|
751
756
|
{
|
|
752
|
-
"defaultExport": "
|
|
757
|
+
"defaultExport": "BrokenImageFull",
|
|
753
758
|
"importPath": "react/admin/elements/Svgs/",
|
|
754
759
|
"externalPath": "components.admin.react.elements"
|
|
755
760
|
},
|
|
756
761
|
{
|
|
757
|
-
"defaultExport": "
|
|
762
|
+
"defaultExport": "BrokenImage",
|
|
758
763
|
"importPath": "react/admin/elements/Svgs/",
|
|
759
764
|
"externalPath": "components.admin.react.elements"
|
|
760
765
|
},
|
|
761
766
|
{
|
|
762
|
-
"defaultExport": "
|
|
767
|
+
"defaultExport": "BrevoLogo",
|
|
763
768
|
"importPath": "react/admin/elements/Svgs/",
|
|
764
769
|
"externalPath": "components.admin.react.elements"
|
|
765
770
|
},
|
|
766
771
|
{
|
|
767
|
-
"defaultExport": "
|
|
772
|
+
"defaultExport": "BrevoFullLogo",
|
|
768
773
|
"importPath": "react/admin/elements/Svgs/",
|
|
769
774
|
"externalPath": "components.admin.react.elements"
|
|
770
775
|
},
|
|
@@ -774,7 +779,7 @@ module.exports = [
|
|
|
774
779
|
"externalPath": "components.admin.react.elements"
|
|
775
780
|
},
|
|
776
781
|
{
|
|
777
|
-
"defaultExport": "
|
|
782
|
+
"defaultExport": "AmazonAWSLogo",
|
|
778
783
|
"importPath": "react/admin/elements/Svgs/",
|
|
779
784
|
"externalPath": "components.admin.react.elements"
|
|
780
785
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.3",
|
|
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",
|