@gravityforms/dependency-extraction-webpack-plugin 6.4.1 → 6.4.2
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 +43 -43
- package/package.json +1 -1
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
module.exports = [
|
|
2
2
|
{
|
|
3
|
-
"defaultExport": "
|
|
4
|
-
"namedExports": [
|
|
5
|
-
"flyoutTemplate"
|
|
6
|
-
],
|
|
3
|
+
"defaultExport": "Table",
|
|
7
4
|
"importPath": "html/admin/modules/",
|
|
8
5
|
"externalPath": "components.admin.html.modules"
|
|
9
6
|
},
|
|
10
7
|
{
|
|
11
|
-
"defaultExport": "
|
|
8
|
+
"defaultExport": "Flyout",
|
|
9
|
+
"namedExports": [
|
|
10
|
+
"flyoutTemplate"
|
|
11
|
+
],
|
|
12
12
|
"importPath": "html/admin/modules/",
|
|
13
13
|
"externalPath": "components.admin.html.modules"
|
|
14
14
|
},
|
|
@@ -20,6 +20,14 @@ module.exports = [
|
|
|
20
20
|
"importPath": "html/admin/modules/",
|
|
21
21
|
"externalPath": "components.admin.html.modules"
|
|
22
22
|
},
|
|
23
|
+
{
|
|
24
|
+
"defaultExport": "Toggle",
|
|
25
|
+
"namedExports": [
|
|
26
|
+
"toggleTemplate"
|
|
27
|
+
],
|
|
28
|
+
"importPath": "html/admin/elements/",
|
|
29
|
+
"externalPath": "components.admin.html.elements"
|
|
30
|
+
},
|
|
23
31
|
{
|
|
24
32
|
"defaultExport": "Textarea",
|
|
25
33
|
"namedExports": [
|
|
@@ -45,9 +53,9 @@ module.exports = [
|
|
|
45
53
|
"externalPath": "components.admin.html.elements"
|
|
46
54
|
},
|
|
47
55
|
{
|
|
48
|
-
"defaultExport": "
|
|
56
|
+
"defaultExport": "StackedIcon",
|
|
49
57
|
"namedExports": [
|
|
50
|
-
"
|
|
58
|
+
"stackedIconTemplate"
|
|
51
59
|
],
|
|
52
60
|
"importPath": "html/admin/elements/",
|
|
53
61
|
"externalPath": "components.admin.html.elements"
|
|
@@ -60,14 +68,6 @@ module.exports = [
|
|
|
60
68
|
"importPath": "html/admin/elements/",
|
|
61
69
|
"externalPath": "components.admin.html.elements"
|
|
62
70
|
},
|
|
63
|
-
{
|
|
64
|
-
"defaultExport": "StackedIcon",
|
|
65
|
-
"namedExports": [
|
|
66
|
-
"stackedIconTemplate"
|
|
67
|
-
],
|
|
68
|
-
"importPath": "html/admin/elements/",
|
|
69
|
-
"externalPath": "components.admin.html.elements"
|
|
70
|
-
},
|
|
71
71
|
{
|
|
72
72
|
"defaultExport": "Loader",
|
|
73
73
|
"namedExports": [
|
|
@@ -185,11 +185,6 @@ 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
|
-
},
|
|
193
188
|
{
|
|
194
189
|
"defaultExport": "Overlay",
|
|
195
190
|
"importPath": "react/admin/modules/",
|
|
@@ -281,7 +276,7 @@ module.exports = [
|
|
|
281
276
|
"externalPath": "components.admin.react.modules"
|
|
282
277
|
},
|
|
283
278
|
{
|
|
284
|
-
"defaultExport": "
|
|
279
|
+
"defaultExport": "Pagination",
|
|
285
280
|
"importPath": "react/admin/modules/",
|
|
286
281
|
"externalPath": "components.admin.react.modules"
|
|
287
282
|
},
|
|
@@ -300,11 +295,21 @@ module.exports = [
|
|
|
300
295
|
"importPath": "react/admin/modules/",
|
|
301
296
|
"externalPath": "components.admin.react.modules"
|
|
302
297
|
},
|
|
298
|
+
{
|
|
299
|
+
"defaultExport": "AvatarGroup",
|
|
300
|
+
"importPath": "react/admin/modules/",
|
|
301
|
+
"externalPath": "components.admin.react.modules"
|
|
302
|
+
},
|
|
303
303
|
{
|
|
304
304
|
"defaultExport": "Toggle",
|
|
305
305
|
"importPath": "react/admin/elements/",
|
|
306
306
|
"externalPath": "components.admin.react.elements"
|
|
307
307
|
},
|
|
308
|
+
{
|
|
309
|
+
"defaultExport": "Textarea",
|
|
310
|
+
"importPath": "react/admin/elements/",
|
|
311
|
+
"externalPath": "components.admin.react.elements"
|
|
312
|
+
},
|
|
308
313
|
{
|
|
309
314
|
"defaultExport": "Text",
|
|
310
315
|
"importPath": "react/admin/elements/",
|
|
@@ -415,11 +420,6 @@ module.exports = [
|
|
|
415
420
|
"importPath": "react/admin/modules/Videos/",
|
|
416
421
|
"externalPath": "components.admin.react.modules"
|
|
417
422
|
},
|
|
418
|
-
{
|
|
419
|
-
"defaultExport": "Textarea",
|
|
420
|
-
"importPath": "react/admin/elements/",
|
|
421
|
-
"externalPath": "components.admin.react.elements"
|
|
422
|
-
},
|
|
423
423
|
{
|
|
424
424
|
"__esModule": true,
|
|
425
425
|
"default": {
|
|
@@ -469,17 +469,17 @@ module.exports = [
|
|
|
469
469
|
"externalPath": "components.admin.react.modules"
|
|
470
470
|
},
|
|
471
471
|
{
|
|
472
|
-
"defaultExport": "
|
|
472
|
+
"defaultExport": "FormTemplateCard",
|
|
473
473
|
"importPath": "react/admin/modules/Cards/",
|
|
474
474
|
"externalPath": "components.admin.react.modules"
|
|
475
475
|
},
|
|
476
476
|
{
|
|
477
|
-
"defaultExport": "
|
|
477
|
+
"defaultExport": "AddCard",
|
|
478
478
|
"importPath": "react/admin/modules/Cards/",
|
|
479
479
|
"externalPath": "components.admin.react.modules"
|
|
480
480
|
},
|
|
481
481
|
{
|
|
482
|
-
"defaultExport": "
|
|
482
|
+
"defaultExport": "IntegrationCard",
|
|
483
483
|
"importPath": "react/admin/modules/Cards/",
|
|
484
484
|
"externalPath": "components.admin.react.modules"
|
|
485
485
|
},
|
|
@@ -503,13 +503,18 @@ module.exports = [
|
|
|
503
503
|
"importPath": "react/admin/elements/Svgs/",
|
|
504
504
|
"externalPath": "components.admin.react.elements"
|
|
505
505
|
},
|
|
506
|
+
{
|
|
507
|
+
"defaultExport": "WPMailSMTPFullLogo",
|
|
508
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
509
|
+
"externalPath": "components.admin.react.elements"
|
|
510
|
+
},
|
|
506
511
|
{
|
|
507
512
|
"defaultExport": "TwilioLogo",
|
|
508
513
|
"importPath": "react/admin/elements/Svgs/",
|
|
509
514
|
"externalPath": "components.admin.react.elements"
|
|
510
515
|
},
|
|
511
516
|
{
|
|
512
|
-
"defaultExport": "
|
|
517
|
+
"defaultExport": "TelegramLogo",
|
|
513
518
|
"importPath": "react/admin/elements/Svgs/",
|
|
514
519
|
"externalPath": "components.admin.react.elements"
|
|
515
520
|
},
|
|
@@ -599,12 +604,12 @@ module.exports = [
|
|
|
599
604
|
"externalPath": "components.admin.react.elements"
|
|
600
605
|
},
|
|
601
606
|
{
|
|
602
|
-
"defaultExport": "
|
|
607
|
+
"defaultExport": "MandrillLogo",
|
|
603
608
|
"importPath": "react/admin/elements/Svgs/",
|
|
604
609
|
"externalPath": "components.admin.react.elements"
|
|
605
610
|
},
|
|
606
611
|
{
|
|
607
|
-
"defaultExport": "
|
|
612
|
+
"defaultExport": "MicrosoftAltLogo",
|
|
608
613
|
"importPath": "react/admin/elements/Svgs/",
|
|
609
614
|
"externalPath": "components.admin.react.elements"
|
|
610
615
|
},
|
|
@@ -634,12 +639,12 @@ module.exports = [
|
|
|
634
639
|
"externalPath": "components.admin.react.elements"
|
|
635
640
|
},
|
|
636
641
|
{
|
|
637
|
-
"defaultExport": "
|
|
642
|
+
"defaultExport": "MailchimpLogo",
|
|
638
643
|
"importPath": "react/admin/elements/Svgs/",
|
|
639
644
|
"externalPath": "components.admin.react.elements"
|
|
640
645
|
},
|
|
641
646
|
{
|
|
642
|
-
"defaultExport": "
|
|
647
|
+
"defaultExport": "MailerSendFullLogo",
|
|
643
648
|
"importPath": "react/admin/elements/Svgs/",
|
|
644
649
|
"externalPath": "components.admin.react.elements"
|
|
645
650
|
},
|
|
@@ -669,22 +674,22 @@ module.exports = [
|
|
|
669
674
|
"externalPath": "components.admin.react.elements"
|
|
670
675
|
},
|
|
671
676
|
{
|
|
672
|
-
"defaultExport": "
|
|
677
|
+
"defaultExport": "GravitySMTPTextLogo",
|
|
673
678
|
"importPath": "react/admin/elements/Svgs/",
|
|
674
679
|
"externalPath": "components.admin.react.elements"
|
|
675
680
|
},
|
|
676
681
|
{
|
|
677
|
-
"defaultExport": "
|
|
682
|
+
"defaultExport": "GravitySMTPLogo",
|
|
678
683
|
"importPath": "react/admin/elements/Svgs/",
|
|
679
684
|
"externalPath": "components.admin.react.elements"
|
|
680
685
|
},
|
|
681
686
|
{
|
|
682
|
-
"defaultExport": "
|
|
687
|
+
"defaultExport": "GravitySMTPFullLogo",
|
|
683
688
|
"importPath": "react/admin/elements/Svgs/",
|
|
684
689
|
"externalPath": "components.admin.react.elements"
|
|
685
690
|
},
|
|
686
691
|
{
|
|
687
|
-
"defaultExport": "
|
|
692
|
+
"defaultExport": "GravityTextLogo",
|
|
688
693
|
"importPath": "react/admin/elements/Svgs/",
|
|
689
694
|
"externalPath": "components.admin.react.elements"
|
|
690
695
|
},
|
|
@@ -783,11 +788,6 @@ module.exports = [
|
|
|
783
788
|
"importPath": "react/admin/elements/Svgs/",
|
|
784
789
|
"externalPath": "components.admin.react.elements"
|
|
785
790
|
},
|
|
786
|
-
{
|
|
787
|
-
"defaultExport": "TelegramLogo",
|
|
788
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
789
|
-
"externalPath": "components.admin.react.elements"
|
|
790
|
-
},
|
|
791
791
|
{
|
|
792
792
|
"defaultExport": "BrandedLink",
|
|
793
793
|
"importPath": "react/admin/elements/Link/",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "6.4.
|
|
3
|
+
"version": "6.4.2",
|
|
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",
|