@gravityforms/dependency-extraction-webpack-plugin 4.7.1 → 4.7.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 +165 -160
- package/package.json +1 -1
|
@@ -77,33 +77,34 @@ module.exports = [
|
|
|
77
77
|
"externalPath": "components.admin.html.elements"
|
|
78
78
|
},
|
|
79
79
|
{
|
|
80
|
-
"defaultExport": "
|
|
80
|
+
"defaultExport": "Link",
|
|
81
81
|
"namedExports": [
|
|
82
|
-
"
|
|
82
|
+
"linkTemplate"
|
|
83
83
|
],
|
|
84
84
|
"importPath": "html/admin/elements/",
|
|
85
85
|
"externalPath": "components.admin.html.elements"
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
|
-
"defaultExport": "
|
|
88
|
+
"defaultExport": "Label",
|
|
89
89
|
"namedExports": [
|
|
90
|
-
"
|
|
90
|
+
"labelTemplate"
|
|
91
91
|
],
|
|
92
92
|
"importPath": "html/admin/elements/",
|
|
93
93
|
"externalPath": "components.admin.html.elements"
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
|
-
"defaultExport": "
|
|
96
|
+
"defaultExport": "Input",
|
|
97
97
|
"namedExports": [
|
|
98
|
-
"
|
|
98
|
+
"inputTemplate"
|
|
99
99
|
],
|
|
100
100
|
"importPath": "html/admin/elements/",
|
|
101
101
|
"externalPath": "components.admin.html.elements"
|
|
102
102
|
},
|
|
103
103
|
{
|
|
104
|
-
"defaultExport": "
|
|
104
|
+
"defaultExport": "Dropdown",
|
|
105
105
|
"namedExports": [
|
|
106
|
-
"
|
|
106
|
+
"dropdownTemplate",
|
|
107
|
+
"dropdownListItems"
|
|
107
108
|
],
|
|
108
109
|
"importPath": "html/admin/elements/",
|
|
109
110
|
"externalPath": "components.admin.html.elements"
|
|
@@ -125,127 +126,21 @@ module.exports = [
|
|
|
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": "HelpText",
|
|
137
138
|
"namedExports": [
|
|
138
|
-
"
|
|
139
|
-
"dropdownListItems"
|
|
139
|
+
"helpTextTemplate"
|
|
140
140
|
],
|
|
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": "Swatch",
|
|
151
|
-
"importPath": "react/admin/modules/",
|
|
152
|
-
"externalPath": "components.admin.react.modules"
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
"defaultExport": "Steps",
|
|
156
|
-
"importPath": "react/admin/modules/",
|
|
157
|
-
"externalPath": "components.admin.react.modules"
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
"defaultExport": "RouterNavBar",
|
|
161
|
-
"importPath": "react/admin/modules/",
|
|
162
|
-
"externalPath": "components.admin.react.modules"
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
"defaultExport": "SnackBar",
|
|
166
|
-
"importPath": "react/admin/modules/",
|
|
167
|
-
"externalPath": "components.admin.react.modules"
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
"defaultExport": "Pagination",
|
|
171
|
-
"importPath": "react/admin/modules/",
|
|
172
|
-
"externalPath": "components.admin.react.modules"
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
"defaultExport": "Repeater",
|
|
176
|
-
"importPath": "react/admin/modules/",
|
|
177
|
-
"externalPath": "components.admin.react.modules"
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
"defaultExport": "NavBar",
|
|
181
|
-
"importPath": "react/admin/modules/",
|
|
182
|
-
"externalPath": "components.admin.react.modules"
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"defaultExport": "MetaBox",
|
|
186
|
-
"importPath": "react/admin/modules/",
|
|
187
|
-
"externalPath": "components.admin.react.modules"
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
"defaultExport": "List",
|
|
191
|
-
"importPath": "react/admin/modules/",
|
|
192
|
-
"externalPath": "components.admin.react.modules"
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
"defaultExport": "InputGroup",
|
|
196
|
-
"importPath": "react/admin/modules/",
|
|
197
|
-
"externalPath": "components.admin.react.modules"
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
"defaultExport": "Flyout",
|
|
201
|
-
"importPath": "react/admin/modules/",
|
|
202
|
-
"externalPath": "components.admin.react.modules"
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"defaultExport": "Droplist",
|
|
206
|
-
"importPath": "react/admin/modules/",
|
|
207
|
-
"externalPath": "components.admin.react.modules"
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"defaultExport": "Gravatar",
|
|
211
|
-
"importPath": "react/admin/modules/",
|
|
212
|
-
"externalPath": "components.admin.react.modules"
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
"defaultExport": "Dropdown",
|
|
216
|
-
"importPath": "react/admin/modules/",
|
|
217
|
-
"externalPath": "components.admin.react.modules"
|
|
218
|
-
},
|
|
219
|
-
{
|
|
220
|
-
"defaultExport": "Dialog",
|
|
221
|
-
"importPath": "react/admin/modules/",
|
|
222
|
-
"externalPath": "components.admin.react.modules"
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
"defaultExport": "DataGrid",
|
|
226
|
-
"importPath": "react/admin/modules/",
|
|
227
|
-
"externalPath": "components.admin.react.modules"
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
"defaultExport": "Chart",
|
|
231
|
-
"importPath": "react/admin/modules/",
|
|
232
|
-
"externalPath": "components.admin.react.modules"
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
"defaultExport": "Calendar",
|
|
236
|
-
"importPath": "react/admin/modules/",
|
|
237
|
-
"externalPath": "components.admin.react.modules"
|
|
238
|
-
},
|
|
239
|
-
{
|
|
240
|
-
"defaultExport": "ColorPicker",
|
|
241
|
-
"importPath": "react/admin/modules/",
|
|
242
|
-
"externalPath": "components.admin.react.modules"
|
|
243
|
-
},
|
|
244
|
-
{
|
|
245
|
-
"defaultExport": "Alert",
|
|
246
|
-
"importPath": "react/admin/modules/",
|
|
247
|
-
"externalPath": "components.admin.react.modules"
|
|
248
|
-
},
|
|
249
144
|
{
|
|
250
145
|
"defaultExport": "Toggle",
|
|
251
146
|
"importPath": "react/admin/elements/",
|
|
@@ -302,22 +197,22 @@ module.exports = [
|
|
|
302
197
|
"externalPath": "components.admin.react.elements"
|
|
303
198
|
},
|
|
304
199
|
{
|
|
305
|
-
"defaultExport": "
|
|
200
|
+
"defaultExport": "Input",
|
|
306
201
|
"importPath": "react/admin/elements/",
|
|
307
202
|
"externalPath": "components.admin.react.elements"
|
|
308
203
|
},
|
|
309
204
|
{
|
|
310
|
-
"defaultExport": "
|
|
205
|
+
"defaultExport": "Image",
|
|
311
206
|
"importPath": "react/admin/elements/",
|
|
312
207
|
"externalPath": "components.admin.react.elements"
|
|
313
208
|
},
|
|
314
209
|
{
|
|
315
|
-
"defaultExport": "
|
|
210
|
+
"defaultExport": "Icon",
|
|
316
211
|
"importPath": "react/admin/elements/",
|
|
317
212
|
"externalPath": "components.admin.react.elements"
|
|
318
213
|
},
|
|
319
214
|
{
|
|
320
|
-
"defaultExport": "
|
|
215
|
+
"defaultExport": "HelpText",
|
|
321
216
|
"importPath": "react/admin/elements/",
|
|
322
217
|
"externalPath": "components.admin.react.elements"
|
|
323
218
|
},
|
|
@@ -357,48 +252,113 @@ module.exports = [
|
|
|
357
252
|
"externalPath": "components.admin.react.elements"
|
|
358
253
|
},
|
|
359
254
|
{
|
|
360
|
-
"defaultExport": "
|
|
361
|
-
"importPath": "react/admin/modules/
|
|
255
|
+
"defaultExport": "Tooltip",
|
|
256
|
+
"importPath": "react/admin/modules/",
|
|
362
257
|
"externalPath": "components.admin.react.modules"
|
|
363
258
|
},
|
|
364
259
|
{
|
|
365
|
-
"defaultExport": "
|
|
366
|
-
"importPath": "react/admin/modules/
|
|
260
|
+
"defaultExport": "Tabs",
|
|
261
|
+
"importPath": "react/admin/modules/",
|
|
367
262
|
"externalPath": "components.admin.react.modules"
|
|
368
263
|
},
|
|
369
264
|
{
|
|
370
|
-
"defaultExport": "
|
|
371
|
-
"importPath": "react/admin/modules/
|
|
265
|
+
"defaultExport": "Swatch",
|
|
266
|
+
"importPath": "react/admin/modules/",
|
|
372
267
|
"externalPath": "components.admin.react.modules"
|
|
373
268
|
},
|
|
374
269
|
{
|
|
375
|
-
"defaultExport": "
|
|
376
|
-
"importPath": "react/admin/modules/
|
|
270
|
+
"defaultExport": "Steps",
|
|
271
|
+
"importPath": "react/admin/modules/",
|
|
377
272
|
"externalPath": "components.admin.react.modules"
|
|
378
273
|
},
|
|
379
274
|
{
|
|
380
|
-
"defaultExport": "
|
|
381
|
-
"importPath": "react/admin/modules/
|
|
275
|
+
"defaultExport": "SnackBar",
|
|
276
|
+
"importPath": "react/admin/modules/",
|
|
382
277
|
"externalPath": "components.admin.react.modules"
|
|
383
278
|
},
|
|
384
279
|
{
|
|
385
|
-
"defaultExport": "
|
|
386
|
-
"importPath": "react/admin/modules/
|
|
280
|
+
"defaultExport": "RouterNavBar",
|
|
281
|
+
"importPath": "react/admin/modules/",
|
|
387
282
|
"externalPath": "components.admin.react.modules"
|
|
388
283
|
},
|
|
389
284
|
{
|
|
390
|
-
"defaultExport": "
|
|
391
|
-
"importPath": "react/admin/modules/
|
|
285
|
+
"defaultExport": "Repeater",
|
|
286
|
+
"importPath": "react/admin/modules/",
|
|
392
287
|
"externalPath": "components.admin.react.modules"
|
|
393
288
|
},
|
|
394
289
|
{
|
|
395
|
-
"defaultExport": "
|
|
396
|
-
"importPath": "react/admin/modules/
|
|
290
|
+
"defaultExport": "Pagination",
|
|
291
|
+
"importPath": "react/admin/modules/",
|
|
397
292
|
"externalPath": "components.admin.react.modules"
|
|
398
293
|
},
|
|
399
294
|
{
|
|
400
|
-
"defaultExport": "
|
|
401
|
-
"importPath": "react/admin/modules/
|
|
295
|
+
"defaultExport": "NavBar",
|
|
296
|
+
"importPath": "react/admin/modules/",
|
|
297
|
+
"externalPath": "components.admin.react.modules"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"defaultExport": "MetaBox",
|
|
301
|
+
"importPath": "react/admin/modules/",
|
|
302
|
+
"externalPath": "components.admin.react.modules"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"defaultExport": "List",
|
|
306
|
+
"importPath": "react/admin/modules/",
|
|
307
|
+
"externalPath": "components.admin.react.modules"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"defaultExport": "InputGroup",
|
|
311
|
+
"importPath": "react/admin/modules/",
|
|
312
|
+
"externalPath": "components.admin.react.modules"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"defaultExport": "Gravatar",
|
|
316
|
+
"importPath": "react/admin/modules/",
|
|
317
|
+
"externalPath": "components.admin.react.modules"
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"defaultExport": "Flyout",
|
|
321
|
+
"importPath": "react/admin/modules/",
|
|
322
|
+
"externalPath": "components.admin.react.modules"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"defaultExport": "Droplist",
|
|
326
|
+
"importPath": "react/admin/modules/",
|
|
327
|
+
"externalPath": "components.admin.react.modules"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"defaultExport": "Dropdown",
|
|
331
|
+
"importPath": "react/admin/modules/",
|
|
332
|
+
"externalPath": "components.admin.react.modules"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"defaultExport": "Dialog",
|
|
336
|
+
"importPath": "react/admin/modules/",
|
|
337
|
+
"externalPath": "components.admin.react.modules"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"defaultExport": "ColorPicker",
|
|
341
|
+
"importPath": "react/admin/modules/",
|
|
342
|
+
"externalPath": "components.admin.react.modules"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"defaultExport": "DataGrid",
|
|
346
|
+
"importPath": "react/admin/modules/",
|
|
347
|
+
"externalPath": "components.admin.react.modules"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"defaultExport": "Chart",
|
|
351
|
+
"importPath": "react/admin/modules/",
|
|
352
|
+
"externalPath": "components.admin.react.modules"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"defaultExport": "Calendar",
|
|
356
|
+
"importPath": "react/admin/modules/",
|
|
357
|
+
"externalPath": "components.admin.react.modules"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"defaultExport": "Alert",
|
|
361
|
+
"importPath": "react/admin/modules/",
|
|
402
362
|
"externalPath": "components.admin.react.modules"
|
|
403
363
|
},
|
|
404
364
|
{
|
|
@@ -412,12 +372,12 @@ module.exports = [
|
|
|
412
372
|
"externalPath": "components.admin.react.elements"
|
|
413
373
|
},
|
|
414
374
|
{
|
|
415
|
-
"defaultExport": "
|
|
375
|
+
"defaultExport": "WhatsAppLogo",
|
|
416
376
|
"importPath": "react/admin/elements/Svgs/",
|
|
417
377
|
"externalPath": "components.admin.react.elements"
|
|
418
378
|
},
|
|
419
379
|
{
|
|
420
|
-
"defaultExport": "
|
|
380
|
+
"defaultExport": "WPMailSMTPFullLogo",
|
|
421
381
|
"importPath": "react/admin/elements/Svgs/",
|
|
422
382
|
"externalPath": "components.admin.react.elements"
|
|
423
383
|
},
|
|
@@ -462,22 +422,22 @@ module.exports = [
|
|
|
462
422
|
"externalPath": "components.admin.react.elements"
|
|
463
423
|
},
|
|
464
424
|
{
|
|
465
|
-
"defaultExport": "
|
|
425
|
+
"defaultExport": "PostmarkLogo",
|
|
466
426
|
"importPath": "react/admin/elements/Svgs/",
|
|
467
427
|
"externalPath": "components.admin.react.elements"
|
|
468
428
|
},
|
|
469
429
|
{
|
|
470
|
-
"defaultExport": "
|
|
430
|
+
"defaultExport": "PostmarkFullLogo",
|
|
471
431
|
"importPath": "react/admin/elements/Svgs/",
|
|
472
432
|
"externalPath": "components.admin.react.elements"
|
|
473
433
|
},
|
|
474
434
|
{
|
|
475
|
-
"defaultExport": "
|
|
435
|
+
"defaultExport": "PHPLogo",
|
|
476
436
|
"importPath": "react/admin/elements/Svgs/",
|
|
477
437
|
"externalPath": "components.admin.react.elements"
|
|
478
438
|
},
|
|
479
439
|
{
|
|
480
|
-
"defaultExport": "
|
|
440
|
+
"defaultExport": "PHPFullLogo",
|
|
481
441
|
"importPath": "react/admin/elements/Svgs/",
|
|
482
442
|
"externalPath": "components.admin.react.elements"
|
|
483
443
|
},
|
|
@@ -491,13 +451,18 @@ module.exports = [
|
|
|
491
451
|
"importPath": "react/admin/elements/Svgs/",
|
|
492
452
|
"externalPath": "components.admin.react.elements"
|
|
493
453
|
},
|
|
454
|
+
{
|
|
455
|
+
"defaultExport": "MicrosoftAltLogo",
|
|
456
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
457
|
+
"externalPath": "components.admin.react.elements"
|
|
458
|
+
},
|
|
494
459
|
{
|
|
495
460
|
"defaultExport": "MandrillLogo",
|
|
496
461
|
"importPath": "react/admin/elements/Svgs/",
|
|
497
462
|
"externalPath": "components.admin.react.elements"
|
|
498
463
|
},
|
|
499
464
|
{
|
|
500
|
-
"defaultExport": "
|
|
465
|
+
"defaultExport": "MailgunLogo",
|
|
501
466
|
"importPath": "react/admin/elements/Svgs/",
|
|
502
467
|
"externalPath": "components.admin.react.elements"
|
|
503
468
|
},
|
|
@@ -507,7 +472,7 @@ module.exports = [
|
|
|
507
472
|
"externalPath": "components.admin.react.elements"
|
|
508
473
|
},
|
|
509
474
|
{
|
|
510
|
-
"defaultExport": "
|
|
475
|
+
"defaultExport": "MailSuccessBg",
|
|
511
476
|
"importPath": "react/admin/elements/Svgs/",
|
|
512
477
|
"externalPath": "components.admin.react.elements"
|
|
513
478
|
},
|
|
@@ -517,7 +482,7 @@ module.exports = [
|
|
|
517
482
|
"externalPath": "components.admin.react.elements"
|
|
518
483
|
},
|
|
519
484
|
{
|
|
520
|
-
"defaultExport": "
|
|
485
|
+
"defaultExport": "MailFailedBg",
|
|
521
486
|
"importPath": "react/admin/elements/Svgs/",
|
|
522
487
|
"externalPath": "components.admin.react.elements"
|
|
523
488
|
},
|
|
@@ -527,7 +492,7 @@ module.exports = [
|
|
|
527
492
|
"externalPath": "components.admin.react.elements"
|
|
528
493
|
},
|
|
529
494
|
{
|
|
530
|
-
"defaultExport": "
|
|
495
|
+
"defaultExport": "GravitySMTPTextLogo",
|
|
531
496
|
"importPath": "react/admin/elements/Svgs/",
|
|
532
497
|
"externalPath": "components.admin.react.elements"
|
|
533
498
|
},
|
|
@@ -546,28 +511,23 @@ module.exports = [
|
|
|
546
511
|
"importPath": "react/admin/elements/Svgs/",
|
|
547
512
|
"externalPath": "components.admin.react.elements"
|
|
548
513
|
},
|
|
549
|
-
{
|
|
550
|
-
"defaultExport": "GravitySMTPTextLogo",
|
|
551
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
552
|
-
"externalPath": "components.admin.react.elements"
|
|
553
|
-
},
|
|
554
514
|
{
|
|
555
515
|
"defaultExport": "GoogleLogo",
|
|
556
516
|
"importPath": "react/admin/elements/Svgs/",
|
|
557
517
|
"externalPath": "components.admin.react.elements"
|
|
558
518
|
},
|
|
559
519
|
{
|
|
560
|
-
"defaultExport": "
|
|
520
|
+
"defaultExport": "GoogleFullLogo",
|
|
561
521
|
"importPath": "react/admin/elements/Svgs/",
|
|
562
522
|
"externalPath": "components.admin.react.elements"
|
|
563
523
|
},
|
|
564
524
|
{
|
|
565
|
-
"defaultExport": "
|
|
525
|
+
"defaultExport": "GoogleAltLogo",
|
|
566
526
|
"importPath": "react/admin/elements/Svgs/",
|
|
567
527
|
"externalPath": "components.admin.react.elements"
|
|
568
528
|
},
|
|
569
529
|
{
|
|
570
|
-
"defaultExport": "
|
|
530
|
+
"defaultExport": "CustomSMTPFull",
|
|
571
531
|
"importPath": "react/admin/elements/Svgs/",
|
|
572
532
|
"externalPath": "components.admin.react.elements"
|
|
573
533
|
},
|
|
@@ -577,12 +537,12 @@ module.exports = [
|
|
|
577
537
|
"externalPath": "components.admin.react.elements"
|
|
578
538
|
},
|
|
579
539
|
{
|
|
580
|
-
"defaultExport": "
|
|
540
|
+
"defaultExport": "BrevoLogo",
|
|
581
541
|
"importPath": "react/admin/elements/Svgs/",
|
|
582
542
|
"externalPath": "components.admin.react.elements"
|
|
583
543
|
},
|
|
584
544
|
{
|
|
585
|
-
"defaultExport": "
|
|
545
|
+
"defaultExport": "BrevoFullLogo",
|
|
586
546
|
"importPath": "react/admin/elements/Svgs/",
|
|
587
547
|
"externalPath": "components.admin.react.elements"
|
|
588
548
|
},
|
|
@@ -605,5 +565,50 @@ module.exports = [
|
|
|
605
565
|
"defaultExport": "BrandedButton",
|
|
606
566
|
"importPath": "react/admin/elements/Button/",
|
|
607
567
|
"externalPath": "components.admin.react.elements"
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"defaultExport": "VidyardVideo",
|
|
571
|
+
"importPath": "react/admin/modules/Videos/",
|
|
572
|
+
"externalPath": "components.admin.react.modules"
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"defaultExport": "RingLoader",
|
|
576
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
577
|
+
"externalPath": "components.admin.react.modules"
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"defaultExport": "RightSidebar",
|
|
581
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
582
|
+
"externalPath": "components.admin.react.modules"
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"defaultExport": "ModularSidebar",
|
|
586
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
587
|
+
"externalPath": "components.admin.react.modules"
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"defaultExport": "IconIndicator",
|
|
591
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
592
|
+
"externalPath": "components.admin.react.modules"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"defaultExport": "DotIndicator",
|
|
596
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
597
|
+
"externalPath": "components.admin.react.modules"
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"defaultExport": "MetricCard",
|
|
601
|
+
"importPath": "react/admin/modules/Cards/",
|
|
602
|
+
"externalPath": "components.admin.react.modules"
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"defaultExport": "IntegrationCard",
|
|
606
|
+
"importPath": "react/admin/modules/Cards/",
|
|
607
|
+
"externalPath": "components.admin.react.modules"
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"defaultExport": "FormTemplateCard",
|
|
611
|
+
"importPath": "react/admin/modules/Cards/",
|
|
612
|
+
"externalPath": "components.admin.react.modules"
|
|
608
613
|
}
|
|
609
614
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "4.7.
|
|
3
|
+
"version": "4.7.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",
|