@gravityforms/dependency-extraction-webpack-plugin 6.1.3 → 6.1.4
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 +47 -47
- package/package.json +1 -1
|
@@ -1,4 +1,25 @@
|
|
|
1
1
|
module.exports = [
|
|
2
|
+
{
|
|
3
|
+
"defaultExport": "Table",
|
|
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
|
+
},
|
|
2
23
|
{
|
|
3
24
|
"defaultExport": "Toggle",
|
|
4
25
|
"namedExports": [
|
|
@@ -120,27 +141,6 @@ module.exports = [
|
|
|
120
141
|
"importPath": "html/admin/elements/",
|
|
121
142
|
"externalPath": "components.admin.html.elements"
|
|
122
143
|
},
|
|
123
|
-
{
|
|
124
|
-
"defaultExport": "Table",
|
|
125
|
-
"importPath": "html/admin/modules/",
|
|
126
|
-
"externalPath": "components.admin.html.modules"
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"defaultExport": "Flyout",
|
|
130
|
-
"namedExports": [
|
|
131
|
-
"flyoutTemplate"
|
|
132
|
-
],
|
|
133
|
-
"importPath": "html/admin/modules/",
|
|
134
|
-
"externalPath": "components.admin.html.modules"
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
"defaultExport": "Dialog",
|
|
138
|
-
"namedExports": [
|
|
139
|
-
"dialogTemplate"
|
|
140
|
-
],
|
|
141
|
-
"importPath": "html/admin/modules/",
|
|
142
|
-
"externalPath": "components.admin.html.modules"
|
|
143
|
-
},
|
|
144
144
|
{
|
|
145
145
|
"defaultExport": "Tooltip",
|
|
146
146
|
"importPath": "react/admin/modules/",
|
|
@@ -156,11 +156,6 @@ module.exports = [
|
|
|
156
156
|
"importPath": "react/admin/modules/",
|
|
157
157
|
"externalPath": "components.admin.react.modules"
|
|
158
158
|
},
|
|
159
|
-
{
|
|
160
|
-
"defaultExport": "Steps",
|
|
161
|
-
"importPath": "react/admin/modules/",
|
|
162
|
-
"externalPath": "components.admin.react.modules"
|
|
163
|
-
},
|
|
164
159
|
{
|
|
165
160
|
"defaultExport": "SnackBar",
|
|
166
161
|
"namedExports": [
|
|
@@ -170,6 +165,11 @@ module.exports = [
|
|
|
170
165
|
"importPath": "react/admin/modules/",
|
|
171
166
|
"externalPath": "components.admin.react.modules"
|
|
172
167
|
},
|
|
168
|
+
{
|
|
169
|
+
"defaultExport": "Steps",
|
|
170
|
+
"importPath": "react/admin/modules/",
|
|
171
|
+
"externalPath": "components.admin.react.modules"
|
|
172
|
+
},
|
|
173
173
|
{
|
|
174
174
|
"defaultExport": "RouterNavBar",
|
|
175
175
|
"importPath": "react/admin/modules/",
|
|
@@ -246,22 +246,22 @@ module.exports = [
|
|
|
246
246
|
"externalPath": "components.admin.react.modules"
|
|
247
247
|
},
|
|
248
248
|
{
|
|
249
|
-
"defaultExport": "
|
|
249
|
+
"defaultExport": "Dialog",
|
|
250
250
|
"importPath": "react/admin/modules/",
|
|
251
251
|
"externalPath": "components.admin.react.modules"
|
|
252
252
|
},
|
|
253
253
|
{
|
|
254
|
-
"defaultExport": "
|
|
254
|
+
"defaultExport": "DatePicker",
|
|
255
255
|
"importPath": "react/admin/modules/",
|
|
256
256
|
"externalPath": "components.admin.react.modules"
|
|
257
257
|
},
|
|
258
258
|
{
|
|
259
|
-
"defaultExport": "
|
|
259
|
+
"defaultExport": "DataGrid",
|
|
260
260
|
"importPath": "react/admin/modules/",
|
|
261
261
|
"externalPath": "components.admin.react.modules"
|
|
262
262
|
},
|
|
263
263
|
{
|
|
264
|
-
"defaultExport": "
|
|
264
|
+
"defaultExport": "ColorPicker",
|
|
265
265
|
"importPath": "react/admin/modules/",
|
|
266
266
|
"externalPath": "components.admin.react.modules"
|
|
267
267
|
},
|
|
@@ -271,12 +271,12 @@ module.exports = [
|
|
|
271
271
|
"externalPath": "components.admin.react.modules"
|
|
272
272
|
},
|
|
273
273
|
{
|
|
274
|
-
"defaultExport": "
|
|
274
|
+
"defaultExport": "Calendar",
|
|
275
275
|
"importPath": "react/admin/modules/",
|
|
276
276
|
"externalPath": "components.admin.react.modules"
|
|
277
277
|
},
|
|
278
278
|
{
|
|
279
|
-
"defaultExport": "
|
|
279
|
+
"defaultExport": "Banner",
|
|
280
280
|
"importPath": "react/admin/modules/",
|
|
281
281
|
"externalPath": "components.admin.react.modules"
|
|
282
282
|
},
|
|
@@ -295,11 +295,6 @@ module.exports = [
|
|
|
295
295
|
"importPath": "react/admin/modules/",
|
|
296
296
|
"externalPath": "components.admin.react.modules"
|
|
297
297
|
},
|
|
298
|
-
{
|
|
299
|
-
"defaultExport": "Address",
|
|
300
|
-
"importPath": "react/admin/modules/",
|
|
301
|
-
"externalPath": "components.admin.react.modules"
|
|
302
|
-
},
|
|
303
298
|
{
|
|
304
299
|
"defaultExport": "Toggle",
|
|
305
300
|
"importPath": "react/admin/elements/",
|
|
@@ -346,22 +341,22 @@ module.exports = [
|
|
|
346
341
|
"externalPath": "components.admin.react.elements"
|
|
347
342
|
},
|
|
348
343
|
{
|
|
349
|
-
"defaultExport": "
|
|
344
|
+
"defaultExport": "Pill",
|
|
350
345
|
"importPath": "react/admin/elements/",
|
|
351
346
|
"externalPath": "components.admin.react.elements"
|
|
352
347
|
},
|
|
353
348
|
{
|
|
354
|
-
"defaultExport": "
|
|
349
|
+
"defaultExport": "Link",
|
|
355
350
|
"importPath": "react/admin/elements/",
|
|
356
351
|
"externalPath": "components.admin.react.elements"
|
|
357
352
|
},
|
|
358
353
|
{
|
|
359
|
-
"defaultExport": "
|
|
354
|
+
"defaultExport": "Label",
|
|
360
355
|
"importPath": "react/admin/elements/",
|
|
361
356
|
"externalPath": "components.admin.react.elements"
|
|
362
357
|
},
|
|
363
358
|
{
|
|
364
|
-
"defaultExport": "
|
|
359
|
+
"defaultExport": "Input",
|
|
365
360
|
"importPath": "react/admin/elements/",
|
|
366
361
|
"externalPath": "components.admin.react.elements"
|
|
367
362
|
},
|
|
@@ -420,6 +415,11 @@ module.exports = [
|
|
|
420
415
|
"importPath": "react/admin/modules/Videos/",
|
|
421
416
|
"externalPath": "components.admin.react.modules"
|
|
422
417
|
},
|
|
418
|
+
{
|
|
419
|
+
"defaultExport": "Address",
|
|
420
|
+
"importPath": "react/admin/modules/",
|
|
421
|
+
"externalPath": "components.admin.react.modules"
|
|
422
|
+
},
|
|
423
423
|
{
|
|
424
424
|
"__esModule": true,
|
|
425
425
|
"default": {
|
|
@@ -449,12 +449,12 @@ module.exports = [
|
|
|
449
449
|
"externalPath": "components.admin.react.modules"
|
|
450
450
|
},
|
|
451
451
|
{
|
|
452
|
-
"defaultExport": "
|
|
452
|
+
"defaultExport": "DotIndicator",
|
|
453
453
|
"importPath": "react/admin/modules/Indicators/",
|
|
454
454
|
"externalPath": "components.admin.react.modules"
|
|
455
455
|
},
|
|
456
456
|
{
|
|
457
|
-
"defaultExport": "
|
|
457
|
+
"defaultExport": "IconIndicator",
|
|
458
458
|
"importPath": "react/admin/modules/Indicators/",
|
|
459
459
|
"externalPath": "components.admin.react.modules"
|
|
460
460
|
},
|
|
@@ -554,12 +554,12 @@ module.exports = [
|
|
|
554
554
|
"externalPath": "components.admin.react.elements"
|
|
555
555
|
},
|
|
556
556
|
{
|
|
557
|
-
"defaultExport": "
|
|
557
|
+
"defaultExport": "ResendLogo",
|
|
558
558
|
"importPath": "react/admin/elements/Svgs/",
|
|
559
559
|
"externalPath": "components.admin.react.elements"
|
|
560
560
|
},
|
|
561
561
|
{
|
|
562
|
-
"defaultExport": "
|
|
562
|
+
"defaultExport": "SMTP2GOFullLogo",
|
|
563
563
|
"importPath": "react/admin/elements/Svgs/",
|
|
564
564
|
"externalPath": "components.admin.react.elements"
|
|
565
565
|
},
|
|
@@ -774,12 +774,12 @@ module.exports = [
|
|
|
774
774
|
"externalPath": "components.admin.react.elements"
|
|
775
775
|
},
|
|
776
776
|
{
|
|
777
|
-
"defaultExport": "
|
|
777
|
+
"defaultExport": "AmazonAWSLogo",
|
|
778
778
|
"importPath": "react/admin/elements/Svgs/",
|
|
779
779
|
"externalPath": "components.admin.react.elements"
|
|
780
780
|
},
|
|
781
781
|
{
|
|
782
|
-
"defaultExport": "
|
|
782
|
+
"defaultExport": "AmazonAWSFullLogo",
|
|
783
783
|
"importPath": "react/admin/elements/Svgs/",
|
|
784
784
|
"externalPath": "components.admin.react.elements"
|
|
785
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.4",
|
|
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",
|