@gravityforms/dependency-extraction-webpack-plugin 5.9.0 → 5.9.1
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 +256 -256
- package/package.json +1 -1
- package/src/index.js +22 -0
|
@@ -29,17 +29,17 @@ module.exports = [
|
|
|
29
29
|
"externalPath": "components.admin.html.elements"
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
|
-
"defaultExport": "
|
|
32
|
+
"defaultExport": "Textarea",
|
|
33
33
|
"namedExports": [
|
|
34
|
-
"
|
|
34
|
+
"textareaTemplate"
|
|
35
35
|
],
|
|
36
36
|
"importPath": "html/admin/elements/",
|
|
37
37
|
"externalPath": "components.admin.html.elements"
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
|
-
"defaultExport": "
|
|
40
|
+
"defaultExport": "StatusIndicator",
|
|
41
41
|
"namedExports": [
|
|
42
|
-
"
|
|
42
|
+
"statusIndicatorTemplate"
|
|
43
43
|
],
|
|
44
44
|
"importPath": "html/admin/elements/",
|
|
45
45
|
"externalPath": "components.admin.html.elements"
|
|
@@ -53,9 +53,9 @@ module.exports = [
|
|
|
53
53
|
"externalPath": "components.admin.html.elements"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
|
-
"defaultExport": "
|
|
56
|
+
"defaultExport": "Text",
|
|
57
57
|
"namedExports": [
|
|
58
|
-
"
|
|
58
|
+
"textTemplate"
|
|
59
59
|
],
|
|
60
60
|
"importPath": "html/admin/elements/",
|
|
61
61
|
"externalPath": "components.admin.html.elements"
|
|
@@ -76,6 +76,14 @@ module.exports = [
|
|
|
76
76
|
"importPath": "html/admin/elements/",
|
|
77
77
|
"externalPath": "components.admin.html.elements"
|
|
78
78
|
},
|
|
79
|
+
{
|
|
80
|
+
"defaultExport": "Label",
|
|
81
|
+
"namedExports": [
|
|
82
|
+
"labelTemplate"
|
|
83
|
+
],
|
|
84
|
+
"importPath": "html/admin/elements/",
|
|
85
|
+
"externalPath": "components.admin.html.elements"
|
|
86
|
+
},
|
|
79
87
|
{
|
|
80
88
|
"defaultExport": "Input",
|
|
81
89
|
"namedExports": [
|
|
@@ -85,9 +93,9 @@ module.exports = [
|
|
|
85
93
|
"externalPath": "components.admin.html.elements"
|
|
86
94
|
},
|
|
87
95
|
{
|
|
88
|
-
"defaultExport": "
|
|
96
|
+
"defaultExport": "Loader",
|
|
89
97
|
"namedExports": [
|
|
90
|
-
"
|
|
98
|
+
"loaderTemplate"
|
|
91
99
|
],
|
|
92
100
|
"importPath": "html/admin/elements/",
|
|
93
101
|
"externalPath": "components.admin.html.elements"
|
|
@@ -125,14 +133,6 @@ module.exports = [
|
|
|
125
133
|
"importPath": "html/admin/elements/",
|
|
126
134
|
"externalPath": "components.admin.html.elements"
|
|
127
135
|
},
|
|
128
|
-
{
|
|
129
|
-
"defaultExport": "Text",
|
|
130
|
-
"namedExports": [
|
|
131
|
-
"textTemplate"
|
|
132
|
-
],
|
|
133
|
-
"importPath": "html/admin/elements/",
|
|
134
|
-
"externalPath": "components.admin.html.elements"
|
|
135
|
-
},
|
|
136
136
|
{
|
|
137
137
|
"defaultExport": "Alert",
|
|
138
138
|
"namedExports": [
|
|
@@ -141,168 +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": "Tabs",
|
|
151
|
-
"importPath": "react/admin/modules/",
|
|
152
|
-
"externalPath": "components.admin.react.modules"
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
"defaultExport": "Swatch",
|
|
156
|
-
"importPath": "react/admin/modules/",
|
|
157
|
-
"externalPath": "components.admin.react.modules"
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
"defaultExport": "SnackBar",
|
|
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": "Repeater",
|
|
171
|
-
"importPath": "react/admin/modules/",
|
|
172
|
-
"externalPath": "components.admin.react.modules"
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
"defaultExport": "Pagination",
|
|
176
|
-
"importPath": "react/admin/modules/",
|
|
177
|
-
"externalPath": "components.admin.react.modules"
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
"defaultExport": "Overlay",
|
|
181
|
-
"importPath": "react/admin/modules/",
|
|
182
|
-
"externalPath": "components.admin.react.modules"
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"defaultExport": "Phone",
|
|
186
|
-
"importPath": "react/admin/modules/",
|
|
187
|
-
"externalPath": "components.admin.react.modules"
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
"defaultExport": "NavBar",
|
|
191
|
-
"importPath": "react/admin/modules/",
|
|
192
|
-
"externalPath": "components.admin.react.modules"
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
"defaultExport": "MetaBox",
|
|
196
|
-
"importPath": "react/admin/modules/",
|
|
197
|
-
"externalPath": "components.admin.react.modules"
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
"defaultExport": "List",
|
|
201
|
-
"importPath": "react/admin/modules/",
|
|
202
|
-
"externalPath": "components.admin.react.modules"
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"defaultExport": "Kanban",
|
|
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": "Steps",
|
|
216
|
-
"importPath": "react/admin/modules/",
|
|
217
|
-
"externalPath": "components.admin.react.modules"
|
|
218
|
-
},
|
|
219
|
-
{
|
|
220
|
-
"defaultExport": "Flyout",
|
|
221
|
-
"importPath": "react/admin/modules/",
|
|
222
|
-
"externalPath": "components.admin.react.modules"
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
"defaultExport": "Gravatar",
|
|
226
|
-
"importPath": "react/admin/modules/",
|
|
227
|
-
"externalPath": "components.admin.react.modules"
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
"defaultExport": "Droplist",
|
|
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": "DatePicker",
|
|
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": "DataGrid",
|
|
251
|
-
"importPath": "react/admin/modules/",
|
|
252
|
-
"externalPath": "components.admin.react.modules"
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"defaultExport": "Dropdown",
|
|
256
|
-
"importPath": "react/admin/modules/",
|
|
257
|
-
"externalPath": "components.admin.react.modules"
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
"defaultExport": "Chart",
|
|
261
|
-
"importPath": "react/admin/modules/",
|
|
262
|
-
"externalPath": "components.admin.react.modules"
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"defaultExport": "Calendar",
|
|
266
|
-
"importPath": "react/admin/modules/",
|
|
267
|
-
"externalPath": "components.admin.react.modules"
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
"defaultExport": "Alert",
|
|
271
|
-
"importPath": "react/admin/modules/",
|
|
272
|
-
"externalPath": "components.admin.react.modules"
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
"defaultExport": "Avatar",
|
|
276
|
-
"importPath": "react/admin/modules/",
|
|
277
|
-
"externalPath": "components.admin.react.modules"
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
"defaultExport": "Banner",
|
|
281
|
-
"importPath": "react/admin/modules/",
|
|
282
|
-
"externalPath": "components.admin.react.modules"
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
"defaultExport": "AvatarGroup",
|
|
286
|
-
"importPath": "react/admin/modules/",
|
|
287
|
-
"externalPath": "components.admin.react.modules"
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
"defaultExport": "Address",
|
|
291
|
-
"importPath": "react/admin/modules/",
|
|
292
|
-
"externalPath": "components.admin.react.modules"
|
|
293
|
-
},
|
|
294
144
|
{
|
|
295
145
|
"defaultExport": "Toggle",
|
|
296
146
|
"importPath": "react/admin/elements/",
|
|
297
147
|
"externalPath": "components.admin.react.elements"
|
|
298
148
|
},
|
|
299
149
|
{
|
|
300
|
-
"defaultExport": "
|
|
150
|
+
"defaultExport": "Textarea",
|
|
301
151
|
"importPath": "react/admin/elements/",
|
|
302
152
|
"externalPath": "components.admin.react.elements"
|
|
303
153
|
},
|
|
304
154
|
{
|
|
305
|
-
"defaultExport": "
|
|
155
|
+
"defaultExport": "Text",
|
|
306
156
|
"importPath": "react/admin/elements/",
|
|
307
157
|
"externalPath": "components.admin.react.elements"
|
|
308
158
|
},
|
|
@@ -312,7 +162,7 @@ module.exports = [
|
|
|
312
162
|
"externalPath": "components.admin.react.elements"
|
|
313
163
|
},
|
|
314
164
|
{
|
|
315
|
-
"defaultExport": "
|
|
165
|
+
"defaultExport": "Tag",
|
|
316
166
|
"importPath": "react/admin/elements/",
|
|
317
167
|
"externalPath": "components.admin.react.elements"
|
|
318
168
|
},
|
|
@@ -327,7 +177,7 @@ module.exports = [
|
|
|
327
177
|
"externalPath": "components.admin.react.elements"
|
|
328
178
|
},
|
|
329
179
|
{
|
|
330
|
-
"defaultExport": "
|
|
180
|
+
"defaultExport": "Radio",
|
|
331
181
|
"importPath": "react/admin/elements/",
|
|
332
182
|
"externalPath": "components.admin.react.elements"
|
|
333
183
|
},
|
|
@@ -336,13 +186,18 @@ module.exports = [
|
|
|
336
186
|
"importPath": "react/admin/elements/",
|
|
337
187
|
"externalPath": "components.admin.react.elements"
|
|
338
188
|
},
|
|
189
|
+
{
|
|
190
|
+
"defaultExport": "Input",
|
|
191
|
+
"importPath": "react/admin/elements/",
|
|
192
|
+
"externalPath": "components.admin.react.elements"
|
|
193
|
+
},
|
|
339
194
|
{
|
|
340
195
|
"defaultExport": "Label",
|
|
341
196
|
"importPath": "react/admin/elements/",
|
|
342
197
|
"externalPath": "components.admin.react.elements"
|
|
343
198
|
},
|
|
344
199
|
{
|
|
345
|
-
"defaultExport": "
|
|
200
|
+
"defaultExport": "Pill",
|
|
346
201
|
"importPath": "react/admin/elements/",
|
|
347
202
|
"externalPath": "components.admin.react.elements"
|
|
348
203
|
},
|
|
@@ -357,12 +212,17 @@ module.exports = [
|
|
|
357
212
|
"externalPath": "components.admin.react.elements"
|
|
358
213
|
},
|
|
359
214
|
{
|
|
360
|
-
"defaultExport": "
|
|
215
|
+
"defaultExport": "HelpText",
|
|
361
216
|
"importPath": "react/admin/elements/",
|
|
362
217
|
"externalPath": "components.admin.react.elements"
|
|
363
218
|
},
|
|
364
219
|
{
|
|
365
|
-
"defaultExport": "
|
|
220
|
+
"defaultExport": "DescriptionList",
|
|
221
|
+
"importPath": "react/admin/elements/",
|
|
222
|
+
"externalPath": "components.admin.react.elements"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"defaultExport": "FileUpload",
|
|
366
226
|
"importPath": "react/admin/elements/",
|
|
367
227
|
"externalPath": "components.admin.react.elements"
|
|
368
228
|
},
|
|
@@ -372,107 +232,174 @@ module.exports = [
|
|
|
372
232
|
"externalPath": "components.admin.react.elements"
|
|
373
233
|
},
|
|
374
234
|
{
|
|
375
|
-
"defaultExport": "
|
|
235
|
+
"defaultExport": "Checkbox",
|
|
376
236
|
"importPath": "react/admin/elements/",
|
|
377
237
|
"externalPath": "components.admin.react.elements"
|
|
378
238
|
},
|
|
379
239
|
{
|
|
380
|
-
"defaultExport": "
|
|
240
|
+
"defaultExport": "Grid",
|
|
381
241
|
"importPath": "react/admin/elements/",
|
|
382
242
|
"externalPath": "components.admin.react.elements"
|
|
383
243
|
},
|
|
384
244
|
{
|
|
385
|
-
"defaultExport": "
|
|
245
|
+
"defaultExport": "Button",
|
|
386
246
|
"importPath": "react/admin/elements/",
|
|
387
247
|
"externalPath": "components.admin.react.elements"
|
|
388
248
|
},
|
|
389
249
|
{
|
|
390
|
-
"defaultExport": "
|
|
250
|
+
"defaultExport": "Box",
|
|
391
251
|
"importPath": "react/admin/elements/",
|
|
392
252
|
"externalPath": "components.admin.react.elements"
|
|
393
253
|
},
|
|
394
254
|
{
|
|
395
|
-
"defaultExport": "
|
|
396
|
-
"importPath": "react/admin/modules/
|
|
255
|
+
"defaultExport": "Tooltip",
|
|
256
|
+
"importPath": "react/admin/modules/",
|
|
397
257
|
"externalPath": "components.admin.react.modules"
|
|
398
258
|
},
|
|
399
259
|
{
|
|
400
|
-
"defaultExport": "
|
|
401
|
-
"importPath": "react/admin/
|
|
402
|
-
"externalPath": "components.admin.react.
|
|
260
|
+
"defaultExport": "Swatch",
|
|
261
|
+
"importPath": "react/admin/modules/",
|
|
262
|
+
"externalPath": "components.admin.react.modules"
|
|
403
263
|
},
|
|
404
264
|
{
|
|
405
|
-
"defaultExport": "
|
|
406
|
-
"importPath": "react/admin/
|
|
407
|
-
"externalPath": "components.admin.react.
|
|
265
|
+
"defaultExport": "Tabs",
|
|
266
|
+
"importPath": "react/admin/modules/",
|
|
267
|
+
"externalPath": "components.admin.react.modules"
|
|
408
268
|
},
|
|
409
269
|
{
|
|
410
|
-
"
|
|
411
|
-
"
|
|
412
|
-
|
|
413
|
-
"importPath": "react/admin/modules/ProgressBar/",
|
|
414
|
-
"externalPath": "components.admin.react.modules"
|
|
415
|
-
}
|
|
270
|
+
"defaultExport": "Steps",
|
|
271
|
+
"importPath": "react/admin/modules/",
|
|
272
|
+
"externalPath": "components.admin.react.modules"
|
|
416
273
|
},
|
|
417
274
|
{
|
|
418
|
-
"defaultExport": "
|
|
419
|
-
"importPath": "react/admin/modules/
|
|
275
|
+
"defaultExport": "SnackBar",
|
|
276
|
+
"importPath": "react/admin/modules/",
|
|
420
277
|
"externalPath": "components.admin.react.modules"
|
|
421
278
|
},
|
|
422
279
|
{
|
|
423
|
-
"defaultExport": "
|
|
424
|
-
"importPath": "react/admin/modules/
|
|
280
|
+
"defaultExport": "RouterNavBar",
|
|
281
|
+
"importPath": "react/admin/modules/",
|
|
425
282
|
"externalPath": "components.admin.react.modules"
|
|
426
283
|
},
|
|
427
284
|
{
|
|
428
|
-
"defaultExport": "
|
|
429
|
-
"importPath": "react/admin/modules/
|
|
285
|
+
"defaultExport": "Repeater",
|
|
286
|
+
"importPath": "react/admin/modules/",
|
|
430
287
|
"externalPath": "components.admin.react.modules"
|
|
431
288
|
},
|
|
432
289
|
{
|
|
433
|
-
"defaultExport": "
|
|
434
|
-
"importPath": "react/admin/modules/
|
|
290
|
+
"defaultExport": "Phone",
|
|
291
|
+
"importPath": "react/admin/modules/",
|
|
435
292
|
"externalPath": "components.admin.react.modules"
|
|
436
293
|
},
|
|
437
294
|
{
|
|
438
|
-
"defaultExport": "
|
|
439
|
-
"importPath": "react/admin/modules/
|
|
295
|
+
"defaultExport": "Pagination",
|
|
296
|
+
"importPath": "react/admin/modules/",
|
|
440
297
|
"externalPath": "components.admin.react.modules"
|
|
441
298
|
},
|
|
442
299
|
{
|
|
443
|
-
"defaultExport": "
|
|
444
|
-
"importPath": "react/admin/modules/
|
|
300
|
+
"defaultExport": "Overlay",
|
|
301
|
+
"importPath": "react/admin/modules/",
|
|
445
302
|
"externalPath": "components.admin.react.modules"
|
|
446
303
|
},
|
|
447
304
|
{
|
|
448
|
-
"defaultExport": "
|
|
449
|
-
"importPath": "react/admin/modules/
|
|
305
|
+
"defaultExport": "MetaBox",
|
|
306
|
+
"importPath": "react/admin/modules/",
|
|
450
307
|
"externalPath": "components.admin.react.modules"
|
|
451
308
|
},
|
|
452
309
|
{
|
|
453
|
-
"defaultExport": "
|
|
454
|
-
"importPath": "react/admin/modules/
|
|
310
|
+
"defaultExport": "NavBar",
|
|
311
|
+
"importPath": "react/admin/modules/",
|
|
455
312
|
"externalPath": "components.admin.react.modules"
|
|
456
313
|
},
|
|
457
314
|
{
|
|
458
|
-
"defaultExport": "
|
|
459
|
-
"importPath": "react/admin/modules/
|
|
315
|
+
"defaultExport": "List",
|
|
316
|
+
"importPath": "react/admin/modules/",
|
|
460
317
|
"externalPath": "components.admin.react.modules"
|
|
461
318
|
},
|
|
462
319
|
{
|
|
463
|
-
"defaultExport": "
|
|
464
|
-
"importPath": "react/admin/modules/
|
|
320
|
+
"defaultExport": "InputGroup",
|
|
321
|
+
"importPath": "react/admin/modules/",
|
|
465
322
|
"externalPath": "components.admin.react.modules"
|
|
466
323
|
},
|
|
467
324
|
{
|
|
468
|
-
"defaultExport": "
|
|
469
|
-
"importPath": "react/admin/modules/
|
|
325
|
+
"defaultExport": "Kanban",
|
|
326
|
+
"importPath": "react/admin/modules/",
|
|
470
327
|
"externalPath": "components.admin.react.modules"
|
|
471
328
|
},
|
|
472
329
|
{
|
|
473
|
-
"defaultExport": "
|
|
474
|
-
"importPath": "react/admin/
|
|
475
|
-
"externalPath": "components.admin.react.
|
|
330
|
+
"defaultExport": "Gravatar",
|
|
331
|
+
"importPath": "react/admin/modules/",
|
|
332
|
+
"externalPath": "components.admin.react.modules"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"defaultExport": "Flyout",
|
|
336
|
+
"importPath": "react/admin/modules/",
|
|
337
|
+
"externalPath": "components.admin.react.modules"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"defaultExport": "Droplist",
|
|
341
|
+
"importPath": "react/admin/modules/",
|
|
342
|
+
"externalPath": "components.admin.react.modules"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"defaultExport": "Dropdown",
|
|
346
|
+
"importPath": "react/admin/modules/",
|
|
347
|
+
"externalPath": "components.admin.react.modules"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"defaultExport": "Dialog",
|
|
351
|
+
"importPath": "react/admin/modules/",
|
|
352
|
+
"externalPath": "components.admin.react.modules"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"defaultExport": "DatePicker",
|
|
356
|
+
"importPath": "react/admin/modules/",
|
|
357
|
+
"externalPath": "components.admin.react.modules"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"defaultExport": "ColorPicker",
|
|
361
|
+
"importPath": "react/admin/modules/",
|
|
362
|
+
"externalPath": "components.admin.react.modules"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"defaultExport": "DataGrid",
|
|
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": "Banner",
|
|
376
|
+
"importPath": "react/admin/modules/",
|
|
377
|
+
"externalPath": "components.admin.react.modules"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"defaultExport": "Chart",
|
|
381
|
+
"importPath": "react/admin/modules/",
|
|
382
|
+
"externalPath": "components.admin.react.modules"
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"defaultExport": "AvatarGroup",
|
|
386
|
+
"importPath": "react/admin/modules/",
|
|
387
|
+
"externalPath": "components.admin.react.modules"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"defaultExport": "Avatar",
|
|
391
|
+
"importPath": "react/admin/modules/",
|
|
392
|
+
"externalPath": "components.admin.react.modules"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"defaultExport": "Alert",
|
|
396
|
+
"importPath": "react/admin/modules/",
|
|
397
|
+
"externalPath": "components.admin.react.modules"
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"defaultExport": "Address",
|
|
401
|
+
"importPath": "react/admin/modules/",
|
|
402
|
+
"externalPath": "components.admin.react.modules"
|
|
476
403
|
},
|
|
477
404
|
{
|
|
478
405
|
"defaultExport": "ZohoLogo",
|
|
@@ -505,7 +432,7 @@ module.exports = [
|
|
|
505
432
|
"externalPath": "components.admin.react.elements"
|
|
506
433
|
},
|
|
507
434
|
{
|
|
508
|
-
"defaultExport": "
|
|
435
|
+
"defaultExport": "TelegramLogo",
|
|
509
436
|
"importPath": "react/admin/elements/Svgs/",
|
|
510
437
|
"externalPath": "components.admin.react.elements"
|
|
511
438
|
},
|
|
@@ -520,37 +447,37 @@ module.exports = [
|
|
|
520
447
|
"externalPath": "components.admin.react.elements"
|
|
521
448
|
},
|
|
522
449
|
{
|
|
523
|
-
"defaultExport": "
|
|
450
|
+
"defaultExport": "SparkPostLogo",
|
|
524
451
|
"importPath": "react/admin/elements/Svgs/",
|
|
525
452
|
"externalPath": "components.admin.react.elements"
|
|
526
453
|
},
|
|
527
454
|
{
|
|
528
|
-
"defaultExport": "
|
|
455
|
+
"defaultExport": "SendGridFullLogo",
|
|
529
456
|
"importPath": "react/admin/elements/Svgs/",
|
|
530
457
|
"externalPath": "components.admin.react.elements"
|
|
531
458
|
},
|
|
532
459
|
{
|
|
533
|
-
"defaultExport": "
|
|
460
|
+
"defaultExport": "SearchNoResults",
|
|
534
461
|
"importPath": "react/admin/elements/Svgs/",
|
|
535
462
|
"externalPath": "components.admin.react.elements"
|
|
536
463
|
},
|
|
537
464
|
{
|
|
538
|
-
"defaultExport": "
|
|
465
|
+
"defaultExport": "SendGridLogo",
|
|
539
466
|
"importPath": "react/admin/elements/Svgs/",
|
|
540
467
|
"externalPath": "components.admin.react.elements"
|
|
541
468
|
},
|
|
542
469
|
{
|
|
543
|
-
"defaultExport": "
|
|
470
|
+
"defaultExport": "SMTP2GOLogo",
|
|
544
471
|
"importPath": "react/admin/elements/Svgs/",
|
|
545
472
|
"externalPath": "components.admin.react.elements"
|
|
546
473
|
},
|
|
547
474
|
{
|
|
548
|
-
"defaultExport": "
|
|
475
|
+
"defaultExport": "SMTP2GOFullLogo",
|
|
549
476
|
"importPath": "react/admin/elements/Svgs/",
|
|
550
477
|
"externalPath": "components.admin.react.elements"
|
|
551
478
|
},
|
|
552
479
|
{
|
|
553
|
-
"defaultExport": "
|
|
480
|
+
"defaultExport": "ResendLogo",
|
|
554
481
|
"importPath": "react/admin/elements/Svgs/",
|
|
555
482
|
"externalPath": "components.admin.react.elements"
|
|
556
483
|
},
|
|
@@ -560,12 +487,12 @@ module.exports = [
|
|
|
560
487
|
"externalPath": "components.admin.react.elements"
|
|
561
488
|
},
|
|
562
489
|
{
|
|
563
|
-
"defaultExport": "
|
|
490
|
+
"defaultExport": "PostmarkFullLogo",
|
|
564
491
|
"importPath": "react/admin/elements/Svgs/",
|
|
565
492
|
"externalPath": "components.admin.react.elements"
|
|
566
493
|
},
|
|
567
494
|
{
|
|
568
|
-
"defaultExport": "
|
|
495
|
+
"defaultExport": "PostmarkLogo",
|
|
569
496
|
"importPath": "react/admin/elements/Svgs/",
|
|
570
497
|
"externalPath": "components.admin.react.elements"
|
|
571
498
|
},
|
|
@@ -575,32 +502,32 @@ module.exports = [
|
|
|
575
502
|
"externalPath": "components.admin.react.elements"
|
|
576
503
|
},
|
|
577
504
|
{
|
|
578
|
-
"defaultExport": "
|
|
505
|
+
"defaultExport": "Plug",
|
|
579
506
|
"importPath": "react/admin/elements/Svgs/",
|
|
580
507
|
"externalPath": "components.admin.react.elements"
|
|
581
508
|
},
|
|
582
509
|
{
|
|
583
|
-
"defaultExport": "
|
|
510
|
+
"defaultExport": "MicrosoftLogo",
|
|
584
511
|
"importPath": "react/admin/elements/Svgs/",
|
|
585
512
|
"externalPath": "components.admin.react.elements"
|
|
586
513
|
},
|
|
587
514
|
{
|
|
588
|
-
"defaultExport": "
|
|
515
|
+
"defaultExport": "PHPFullLogo",
|
|
589
516
|
"importPath": "react/admin/elements/Svgs/",
|
|
590
517
|
"externalPath": "components.admin.react.elements"
|
|
591
518
|
},
|
|
592
519
|
{
|
|
593
|
-
"defaultExport": "
|
|
520
|
+
"defaultExport": "MicrosoftFullLogo",
|
|
594
521
|
"importPath": "react/admin/elements/Svgs/",
|
|
595
522
|
"externalPath": "components.admin.react.elements"
|
|
596
523
|
},
|
|
597
524
|
{
|
|
598
|
-
"defaultExport": "
|
|
525
|
+
"defaultExport": "MandrillLogo",
|
|
599
526
|
"importPath": "react/admin/elements/Svgs/",
|
|
600
527
|
"externalPath": "components.admin.react.elements"
|
|
601
528
|
},
|
|
602
529
|
{
|
|
603
|
-
"defaultExport": "
|
|
530
|
+
"defaultExport": "MicrosoftAltLogo",
|
|
604
531
|
"importPath": "react/admin/elements/Svgs/",
|
|
605
532
|
"externalPath": "components.admin.react.elements"
|
|
606
533
|
},
|
|
@@ -610,7 +537,7 @@ module.exports = [
|
|
|
610
537
|
"externalPath": "components.admin.react.elements"
|
|
611
538
|
},
|
|
612
539
|
{
|
|
613
|
-
"defaultExport": "
|
|
540
|
+
"defaultExport": "MailjetLogo",
|
|
614
541
|
"importPath": "react/admin/elements/Svgs/",
|
|
615
542
|
"externalPath": "components.admin.react.elements"
|
|
616
543
|
},
|
|
@@ -620,32 +547,32 @@ module.exports = [
|
|
|
620
547
|
"externalPath": "components.admin.react.elements"
|
|
621
548
|
},
|
|
622
549
|
{
|
|
623
|
-
"defaultExport": "
|
|
550
|
+
"defaultExport": "MailerSendFullLogo",
|
|
624
551
|
"importPath": "react/admin/elements/Svgs/",
|
|
625
552
|
"externalPath": "components.admin.react.elements"
|
|
626
553
|
},
|
|
627
554
|
{
|
|
628
|
-
"defaultExport": "
|
|
555
|
+
"defaultExport": "MailchimpLogo",
|
|
629
556
|
"importPath": "react/admin/elements/Svgs/",
|
|
630
557
|
"externalPath": "components.admin.react.elements"
|
|
631
558
|
},
|
|
632
559
|
{
|
|
633
|
-
"defaultExport": "
|
|
560
|
+
"defaultExport": "MailerSendLogo",
|
|
634
561
|
"importPath": "react/admin/elements/Svgs/",
|
|
635
562
|
"externalPath": "components.admin.react.elements"
|
|
636
563
|
},
|
|
637
564
|
{
|
|
638
|
-
"defaultExport": "
|
|
565
|
+
"defaultExport": "MailchimpFullLogo",
|
|
639
566
|
"importPath": "react/admin/elements/Svgs/",
|
|
640
567
|
"externalPath": "components.admin.react.elements"
|
|
641
568
|
},
|
|
642
569
|
{
|
|
643
|
-
"defaultExport": "
|
|
570
|
+
"defaultExport": "MailgunFullLogo",
|
|
644
571
|
"importPath": "react/admin/elements/Svgs/",
|
|
645
572
|
"externalPath": "components.admin.react.elements"
|
|
646
573
|
},
|
|
647
574
|
{
|
|
648
|
-
"defaultExport": "
|
|
575
|
+
"defaultExport": "MailSuccessBg",
|
|
649
576
|
"importPath": "react/admin/elements/Svgs/",
|
|
650
577
|
"externalPath": "components.admin.react.elements"
|
|
651
578
|
},
|
|
@@ -655,17 +582,17 @@ module.exports = [
|
|
|
655
582
|
"externalPath": "components.admin.react.elements"
|
|
656
583
|
},
|
|
657
584
|
{
|
|
658
|
-
"defaultExport": "
|
|
585
|
+
"defaultExport": "MailSuccess",
|
|
659
586
|
"importPath": "react/admin/elements/Svgs/",
|
|
660
587
|
"externalPath": "components.admin.react.elements"
|
|
661
588
|
},
|
|
662
589
|
{
|
|
663
|
-
"defaultExport": "
|
|
590
|
+
"defaultExport": "MailFailed",
|
|
664
591
|
"importPath": "react/admin/elements/Svgs/",
|
|
665
592
|
"externalPath": "components.admin.react.elements"
|
|
666
593
|
},
|
|
667
594
|
{
|
|
668
|
-
"defaultExport": "
|
|
595
|
+
"defaultExport": "GravitySMTPTextLogo",
|
|
669
596
|
"importPath": "react/admin/elements/Svgs/",
|
|
670
597
|
"externalPath": "components.admin.react.elements"
|
|
671
598
|
},
|
|
@@ -675,7 +602,12 @@ module.exports = [
|
|
|
675
602
|
"externalPath": "components.admin.react.elements"
|
|
676
603
|
},
|
|
677
604
|
{
|
|
678
|
-
"defaultExport": "
|
|
605
|
+
"defaultExport": "GravitySMTPFullLogo",
|
|
606
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
607
|
+
"externalPath": "components.admin.react.elements"
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"defaultExport": "GravityFormsLogo",
|
|
679
611
|
"importPath": "react/admin/elements/Svgs/",
|
|
680
612
|
"externalPath": "components.admin.react.elements"
|
|
681
613
|
},
|
|
@@ -695,32 +627,32 @@ module.exports = [
|
|
|
695
627
|
"externalPath": "components.admin.react.elements"
|
|
696
628
|
},
|
|
697
629
|
{
|
|
698
|
-
"defaultExport": "
|
|
630
|
+
"defaultExport": "GravityFormsStackedLogo",
|
|
699
631
|
"importPath": "react/admin/elements/Svgs/",
|
|
700
632
|
"externalPath": "components.admin.react.elements"
|
|
701
633
|
},
|
|
702
634
|
{
|
|
703
|
-
"defaultExport": "
|
|
635
|
+
"defaultExport": "GoogleAltLogo",
|
|
704
636
|
"importPath": "react/admin/elements/Svgs/",
|
|
705
637
|
"externalPath": "components.admin.react.elements"
|
|
706
638
|
},
|
|
707
639
|
{
|
|
708
|
-
"defaultExport": "
|
|
640
|
+
"defaultExport": "EmailitLogo",
|
|
709
641
|
"importPath": "react/admin/elements/Svgs/",
|
|
710
642
|
"externalPath": "components.admin.react.elements"
|
|
711
643
|
},
|
|
712
644
|
{
|
|
713
|
-
"defaultExport": "
|
|
645
|
+
"defaultExport": "GoogleFullLogo",
|
|
714
646
|
"importPath": "react/admin/elements/Svgs/",
|
|
715
647
|
"externalPath": "components.admin.react.elements"
|
|
716
648
|
},
|
|
717
649
|
{
|
|
718
|
-
"defaultExport": "
|
|
650
|
+
"defaultExport": "ElasticEmailLogo",
|
|
719
651
|
"importPath": "react/admin/elements/Svgs/",
|
|
720
652
|
"externalPath": "components.admin.react.elements"
|
|
721
653
|
},
|
|
722
654
|
{
|
|
723
|
-
"defaultExport": "
|
|
655
|
+
"defaultExport": "ElasticEmailFullLogo",
|
|
724
656
|
"importPath": "react/admin/elements/Svgs/",
|
|
725
657
|
"externalPath": "components.admin.react.elements"
|
|
726
658
|
},
|
|
@@ -730,12 +662,12 @@ module.exports = [
|
|
|
730
662
|
"externalPath": "components.admin.react.elements"
|
|
731
663
|
},
|
|
732
664
|
{
|
|
733
|
-
"defaultExport": "
|
|
665
|
+
"defaultExport": "CustomSMTPFull",
|
|
734
666
|
"importPath": "react/admin/elements/Svgs/",
|
|
735
667
|
"externalPath": "components.admin.react.elements"
|
|
736
668
|
},
|
|
737
669
|
{
|
|
738
|
-
"defaultExport": "
|
|
670
|
+
"defaultExport": "CustomSMTP",
|
|
739
671
|
"importPath": "react/admin/elements/Svgs/",
|
|
740
672
|
"externalPath": "components.admin.react.elements"
|
|
741
673
|
},
|
|
@@ -745,7 +677,7 @@ module.exports = [
|
|
|
745
677
|
"externalPath": "components.admin.react.elements"
|
|
746
678
|
},
|
|
747
679
|
{
|
|
748
|
-
"defaultExport": "
|
|
680
|
+
"defaultExport": "BrevoFullLogo",
|
|
749
681
|
"importPath": "react/admin/elements/Svgs/",
|
|
750
682
|
"externalPath": "components.admin.react.elements"
|
|
751
683
|
},
|
|
@@ -755,12 +687,12 @@ module.exports = [
|
|
|
755
687
|
"externalPath": "components.admin.react.elements"
|
|
756
688
|
},
|
|
757
689
|
{
|
|
758
|
-
"defaultExport": "
|
|
690
|
+
"defaultExport": "AmazonAWSLogo",
|
|
759
691
|
"importPath": "react/admin/elements/Svgs/",
|
|
760
692
|
"externalPath": "components.admin.react.elements"
|
|
761
693
|
},
|
|
762
694
|
{
|
|
763
|
-
"defaultExport": "
|
|
695
|
+
"defaultExport": "BrevoLogo",
|
|
764
696
|
"importPath": "react/admin/elements/Svgs/",
|
|
765
697
|
"externalPath": "components.admin.react.elements"
|
|
766
698
|
},
|
|
@@ -770,13 +702,81 @@ module.exports = [
|
|
|
770
702
|
"externalPath": "components.admin.react.elements"
|
|
771
703
|
},
|
|
772
704
|
{
|
|
773
|
-
"defaultExport": "
|
|
774
|
-
"importPath": "react/admin/elements/
|
|
705
|
+
"defaultExport": "BrandedLink",
|
|
706
|
+
"importPath": "react/admin/elements/Link/",
|
|
775
707
|
"externalPath": "components.admin.react.elements"
|
|
776
708
|
},
|
|
777
709
|
{
|
|
778
710
|
"defaultExport": "BrandedButton",
|
|
779
711
|
"importPath": "react/admin/elements/Button/",
|
|
780
712
|
"externalPath": "components.admin.react.elements"
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"defaultExport": "VidyardVideo",
|
|
716
|
+
"importPath": "react/admin/modules/Videos/",
|
|
717
|
+
"externalPath": "components.admin.react.modules"
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"__esModule": true,
|
|
721
|
+
"default": {
|
|
722
|
+
"defaultExport": "Simple",
|
|
723
|
+
"importPath": "react/admin/modules/ProgressBar/",
|
|
724
|
+
"externalPath": "components.admin.react.modules"
|
|
725
|
+
}
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"defaultExport": "RingLoader",
|
|
729
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
730
|
+
"externalPath": "components.admin.react.modules"
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"defaultExport": "Placeholder",
|
|
734
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
735
|
+
"externalPath": "components.admin.react.modules"
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"defaultExport": "RightSidebar",
|
|
739
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
740
|
+
"externalPath": "components.admin.react.modules"
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"defaultExport": "ModularSidebar",
|
|
744
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
745
|
+
"externalPath": "components.admin.react.modules"
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"defaultExport": "IconIndicator",
|
|
749
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
750
|
+
"externalPath": "components.admin.react.modules"
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"defaultExport": "DotIndicator",
|
|
754
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
755
|
+
"externalPath": "components.admin.react.modules"
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
"defaultExport": "CountryDropdown",
|
|
759
|
+
"importPath": "react/admin/modules/Dropdown/",
|
|
760
|
+
"externalPath": "components.admin.react.modules"
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"defaultExport": "MetricCard",
|
|
764
|
+
"importPath": "react/admin/modules/Cards/",
|
|
765
|
+
"externalPath": "components.admin.react.modules"
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"defaultExport": "IntegrationCard",
|
|
769
|
+
"importPath": "react/admin/modules/Cards/",
|
|
770
|
+
"externalPath": "components.admin.react.modules"
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"defaultExport": "FormTemplateCard",
|
|
774
|
+
"importPath": "react/admin/modules/Cards/",
|
|
775
|
+
"externalPath": "components.admin.react.modules"
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
"defaultExport": "AddCard",
|
|
779
|
+
"importPath": "react/admin/modules/Cards/",
|
|
780
|
+
"externalPath": "components.admin.react.modules"
|
|
781
781
|
}
|
|
782
782
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "5.9.
|
|
3
|
+
"version": "5.9.1",
|
|
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",
|
package/src/index.js
CHANGED
|
@@ -2,6 +2,17 @@ const WPDependencyExtractionWebpackPlugin = require( '@wordpress/dependency-extr
|
|
|
2
2
|
const getPackages = require( '../assets/get-packages' );
|
|
3
3
|
|
|
4
4
|
const ROOT_NAMESPACE = 'gform';
|
|
5
|
+
const LIBRARY_REQUEST_MAP = {
|
|
6
|
+
react: 'React',
|
|
7
|
+
'react-dom': 'ReactDOM',
|
|
8
|
+
'react-dom/client': 'ReactDOM',
|
|
9
|
+
'react/jsx-runtime': 'React',
|
|
10
|
+
'react/jsx-dev-runtime': 'React',
|
|
11
|
+
'react-dnd': 'ReactDND',
|
|
12
|
+
'react-dnd-html5-backend': 'ReactDNDHtml5Backend',
|
|
13
|
+
'react-dnd-multi-backend': 'ReactDNDMultiBackend',
|
|
14
|
+
'rdndmb-html5-to-touch': 'ReactDNDHtml5ToTouch',
|
|
15
|
+
};
|
|
5
16
|
|
|
6
17
|
const gfRequestToExternal = ( request, excludedExternals, rootNameSpace ) => {
|
|
7
18
|
const packages = getPackages( rootNameSpace );
|
|
@@ -26,6 +37,12 @@ const gfRequestToHandle = ( request, rootNameSpace ) => {
|
|
|
26
37
|
class DependencyExtractionWebpackPlugin extends WPDependencyExtractionWebpackPlugin {
|
|
27
38
|
externalizeWpDeps( _context, request, callback ) {
|
|
28
39
|
const rootNameSpace = this.options.rootNamespace || ROOT_NAMESPACE;
|
|
40
|
+
const bundledPackages = this.options.bundledPackages || [];
|
|
41
|
+
|
|
42
|
+
if ( LIBRARY_REQUEST_MAP.hasOwnProperty( request ) && ! bundledPackages.includes( request ) ) {
|
|
43
|
+
this.externalizedDeps.add( request );
|
|
44
|
+
return callback( null, [ rootNameSpace, 'libraries', LIBRARY_REQUEST_MAP[ request ] ] );
|
|
45
|
+
}
|
|
29
46
|
let externalRequest;
|
|
30
47
|
|
|
31
48
|
// Determine if @gravityforms/components is bundled
|
|
@@ -64,6 +81,11 @@ class DependencyExtractionWebpackPlugin extends WPDependencyExtractionWebpackPlu
|
|
|
64
81
|
|
|
65
82
|
mapRequestToDependency( request ) {
|
|
66
83
|
const rootNameSpace = this.options.rootNamespace || ROOT_NAMESPACE;
|
|
84
|
+
const bundledPackages = this.options.bundledPackages || [];
|
|
85
|
+
|
|
86
|
+
if ( LIBRARY_REQUEST_MAP.hasOwnProperty( request ) && ! bundledPackages.includes( request ) ) {
|
|
87
|
+
return `${ rootNameSpace }_gravityforms_libraries`;
|
|
88
|
+
}
|
|
67
89
|
// Handle via options.requestToHandle first
|
|
68
90
|
if ( typeof this.options.requestToHandle === 'function' ) {
|
|
69
91
|
const scriptDependency = this.options.requestToHandle( request );
|