@gravityforms/dependency-extraction-webpack-plugin 6.1.5 → 6.2.0
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 +207 -207
- package/package.json +1 -1
|
@@ -20,6 +20,22 @@ 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
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"defaultExport": "Textarea",
|
|
33
|
+
"namedExports": [
|
|
34
|
+
"textareaTemplate"
|
|
35
|
+
],
|
|
36
|
+
"importPath": "html/admin/elements/",
|
|
37
|
+
"externalPath": "components.admin.html.elements"
|
|
38
|
+
},
|
|
23
39
|
{
|
|
24
40
|
"defaultExport": "Text",
|
|
25
41
|
"namedExports": [
|
|
@@ -125,21 +141,120 @@ module.exports = [
|
|
|
125
141
|
"importPath": "html/admin/elements/",
|
|
126
142
|
"externalPath": "components.admin.html.elements"
|
|
127
143
|
},
|
|
144
|
+
{
|
|
145
|
+
"defaultExport": "Toggle",
|
|
146
|
+
"importPath": "react/admin/elements/",
|
|
147
|
+
"externalPath": "components.admin.react.elements"
|
|
148
|
+
},
|
|
128
149
|
{
|
|
129
150
|
"defaultExport": "Textarea",
|
|
130
|
-
"
|
|
131
|
-
|
|
132
|
-
],
|
|
133
|
-
"importPath": "html/admin/elements/",
|
|
134
|
-
"externalPath": "components.admin.html.elements"
|
|
151
|
+
"importPath": "react/admin/elements/",
|
|
152
|
+
"externalPath": "components.admin.react.elements"
|
|
135
153
|
},
|
|
136
154
|
{
|
|
137
|
-
"defaultExport": "
|
|
138
|
-
"
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
"
|
|
155
|
+
"defaultExport": "Text",
|
|
156
|
+
"importPath": "react/admin/elements/",
|
|
157
|
+
"externalPath": "components.admin.react.elements"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"defaultExport": "Tag",
|
|
161
|
+
"importPath": "react/admin/elements/",
|
|
162
|
+
"externalPath": "components.admin.react.elements"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"defaultExport": "StatusIndicator",
|
|
166
|
+
"importPath": "react/admin/elements/",
|
|
167
|
+
"externalPath": "components.admin.react.elements"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"defaultExport": "Select",
|
|
171
|
+
"importPath": "react/admin/elements/",
|
|
172
|
+
"externalPath": "components.admin.react.elements"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"defaultExport": "Range",
|
|
176
|
+
"importPath": "react/admin/elements/",
|
|
177
|
+
"externalPath": "components.admin.react.elements"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"defaultExport": "Radio",
|
|
181
|
+
"importPath": "react/admin/elements/",
|
|
182
|
+
"externalPath": "components.admin.react.elements"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"defaultExport": "Popover",
|
|
186
|
+
"importPath": "react/admin/elements/",
|
|
187
|
+
"externalPath": "components.admin.react.elements"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"defaultExport": "Pill",
|
|
191
|
+
"importPath": "react/admin/elements/",
|
|
192
|
+
"externalPath": "components.admin.react.elements"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"defaultExport": "Link",
|
|
196
|
+
"importPath": "react/admin/elements/",
|
|
197
|
+
"externalPath": "components.admin.react.elements"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"defaultExport": "Label",
|
|
201
|
+
"importPath": "react/admin/elements/",
|
|
202
|
+
"externalPath": "components.admin.react.elements"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"defaultExport": "Input",
|
|
206
|
+
"importPath": "react/admin/elements/",
|
|
207
|
+
"externalPath": "components.admin.react.elements"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"defaultExport": "Image",
|
|
211
|
+
"importPath": "react/admin/elements/",
|
|
212
|
+
"externalPath": "components.admin.react.elements"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"defaultExport": "Icon",
|
|
216
|
+
"importPath": "react/admin/elements/",
|
|
217
|
+
"externalPath": "components.admin.react.elements"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"defaultExport": "HelpText",
|
|
221
|
+
"importPath": "react/admin/elements/",
|
|
222
|
+
"externalPath": "components.admin.react.elements"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"defaultExport": "Heading",
|
|
226
|
+
"importPath": "react/admin/elements/",
|
|
227
|
+
"externalPath": "components.admin.react.elements"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"defaultExport": "Grid",
|
|
231
|
+
"importPath": "react/admin/elements/",
|
|
232
|
+
"externalPath": "components.admin.react.elements"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"defaultExport": "FileUpload",
|
|
236
|
+
"importPath": "react/admin/elements/",
|
|
237
|
+
"externalPath": "components.admin.react.elements"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"defaultExport": "DescriptionList",
|
|
241
|
+
"importPath": "react/admin/elements/",
|
|
242
|
+
"externalPath": "components.admin.react.elements"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"defaultExport": "Checkbox",
|
|
246
|
+
"importPath": "react/admin/elements/",
|
|
247
|
+
"externalPath": "components.admin.react.elements"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"defaultExport": "Button",
|
|
251
|
+
"importPath": "react/admin/elements/",
|
|
252
|
+
"externalPath": "components.admin.react.elements"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"defaultExport": "Box",
|
|
256
|
+
"importPath": "react/admin/elements/",
|
|
257
|
+
"externalPath": "components.admin.react.elements"
|
|
143
258
|
},
|
|
144
259
|
{
|
|
145
260
|
"defaultExport": "Tooltip",
|
|
@@ -241,12 +356,7 @@ module.exports = [
|
|
|
241
356
|
"externalPath": "components.admin.react.modules"
|
|
242
357
|
},
|
|
243
358
|
{
|
|
244
|
-
"defaultExport": "
|
|
245
|
-
"importPath": "react/admin/modules/",
|
|
246
|
-
"externalPath": "components.admin.react.modules"
|
|
247
|
-
},
|
|
248
|
-
{
|
|
249
|
-
"defaultExport": "DatePicker",
|
|
359
|
+
"defaultExport": "Dropdown",
|
|
250
360
|
"importPath": "react/admin/modules/",
|
|
251
361
|
"externalPath": "components.admin.react.modules"
|
|
252
362
|
},
|
|
@@ -266,7 +376,7 @@ module.exports = [
|
|
|
266
376
|
"externalPath": "components.admin.react.modules"
|
|
267
377
|
},
|
|
268
378
|
{
|
|
269
|
-
"defaultExport": "
|
|
379
|
+
"defaultExport": "Dialog",
|
|
270
380
|
"importPath": "react/admin/modules/",
|
|
271
381
|
"externalPath": "components.admin.react.modules"
|
|
272
382
|
},
|
|
@@ -276,17 +386,17 @@ module.exports = [
|
|
|
276
386
|
"externalPath": "components.admin.react.modules"
|
|
277
387
|
},
|
|
278
388
|
{
|
|
279
|
-
"defaultExport": "
|
|
389
|
+
"defaultExport": "Calendar",
|
|
280
390
|
"importPath": "react/admin/modules/",
|
|
281
391
|
"externalPath": "components.admin.react.modules"
|
|
282
392
|
},
|
|
283
393
|
{
|
|
284
|
-
"defaultExport": "
|
|
394
|
+
"defaultExport": "AvatarGroup",
|
|
285
395
|
"importPath": "react/admin/modules/",
|
|
286
396
|
"externalPath": "components.admin.react.modules"
|
|
287
397
|
},
|
|
288
398
|
{
|
|
289
|
-
"defaultExport": "
|
|
399
|
+
"defaultExport": "Avatar",
|
|
290
400
|
"importPath": "react/admin/modules/",
|
|
291
401
|
"externalPath": "components.admin.react.modules"
|
|
292
402
|
},
|
|
@@ -296,182 +406,14 @@ module.exports = [
|
|
|
296
406
|
"externalPath": "components.admin.react.modules"
|
|
297
407
|
},
|
|
298
408
|
{
|
|
299
|
-
"defaultExport": "
|
|
300
|
-
"importPath": "react/admin/elements/",
|
|
301
|
-
"externalPath": "components.admin.react.elements"
|
|
302
|
-
},
|
|
303
|
-
{
|
|
304
|
-
"defaultExport": "Textarea",
|
|
305
|
-
"importPath": "react/admin/elements/",
|
|
306
|
-
"externalPath": "components.admin.react.elements"
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
"defaultExport": "Text",
|
|
310
|
-
"importPath": "react/admin/elements/",
|
|
311
|
-
"externalPath": "components.admin.react.elements"
|
|
312
|
-
},
|
|
313
|
-
{
|
|
314
|
-
"defaultExport": "Tag",
|
|
315
|
-
"importPath": "react/admin/elements/",
|
|
316
|
-
"externalPath": "components.admin.react.elements"
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
"defaultExport": "StatusIndicator",
|
|
320
|
-
"importPath": "react/admin/elements/",
|
|
321
|
-
"externalPath": "components.admin.react.elements"
|
|
322
|
-
},
|
|
323
|
-
{
|
|
324
|
-
"defaultExport": "Select",
|
|
325
|
-
"importPath": "react/admin/elements/",
|
|
326
|
-
"externalPath": "components.admin.react.elements"
|
|
327
|
-
},
|
|
328
|
-
{
|
|
329
|
-
"defaultExport": "Range",
|
|
330
|
-
"importPath": "react/admin/elements/",
|
|
331
|
-
"externalPath": "components.admin.react.elements"
|
|
332
|
-
},
|
|
333
|
-
{
|
|
334
|
-
"defaultExport": "Radio",
|
|
335
|
-
"importPath": "react/admin/elements/",
|
|
336
|
-
"externalPath": "components.admin.react.elements"
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
"defaultExport": "Popover",
|
|
340
|
-
"importPath": "react/admin/elements/",
|
|
341
|
-
"externalPath": "components.admin.react.elements"
|
|
342
|
-
},
|
|
343
|
-
{
|
|
344
|
-
"defaultExport": "Pill",
|
|
345
|
-
"importPath": "react/admin/elements/",
|
|
346
|
-
"externalPath": "components.admin.react.elements"
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
"defaultExport": "Link",
|
|
350
|
-
"importPath": "react/admin/elements/",
|
|
351
|
-
"externalPath": "components.admin.react.elements"
|
|
352
|
-
},
|
|
353
|
-
{
|
|
354
|
-
"defaultExport": "Label",
|
|
355
|
-
"importPath": "react/admin/elements/",
|
|
356
|
-
"externalPath": "components.admin.react.elements"
|
|
357
|
-
},
|
|
358
|
-
{
|
|
359
|
-
"defaultExport": "Input",
|
|
360
|
-
"importPath": "react/admin/elements/",
|
|
361
|
-
"externalPath": "components.admin.react.elements"
|
|
362
|
-
},
|
|
363
|
-
{
|
|
364
|
-
"defaultExport": "Image",
|
|
365
|
-
"importPath": "react/admin/elements/",
|
|
366
|
-
"externalPath": "components.admin.react.elements"
|
|
367
|
-
},
|
|
368
|
-
{
|
|
369
|
-
"defaultExport": "Icon",
|
|
370
|
-
"importPath": "react/admin/elements/",
|
|
371
|
-
"externalPath": "components.admin.react.elements"
|
|
372
|
-
},
|
|
373
|
-
{
|
|
374
|
-
"defaultExport": "HelpText",
|
|
375
|
-
"importPath": "react/admin/elements/",
|
|
376
|
-
"externalPath": "components.admin.react.elements"
|
|
377
|
-
},
|
|
378
|
-
{
|
|
379
|
-
"defaultExport": "Heading",
|
|
380
|
-
"importPath": "react/admin/elements/",
|
|
381
|
-
"externalPath": "components.admin.react.elements"
|
|
382
|
-
},
|
|
383
|
-
{
|
|
384
|
-
"defaultExport": "Grid",
|
|
385
|
-
"importPath": "react/admin/elements/",
|
|
386
|
-
"externalPath": "components.admin.react.elements"
|
|
387
|
-
},
|
|
388
|
-
{
|
|
389
|
-
"defaultExport": "FileUpload",
|
|
390
|
-
"importPath": "react/admin/elements/",
|
|
391
|
-
"externalPath": "components.admin.react.elements"
|
|
392
|
-
},
|
|
393
|
-
{
|
|
394
|
-
"defaultExport": "DescriptionList",
|
|
395
|
-
"importPath": "react/admin/elements/",
|
|
396
|
-
"externalPath": "components.admin.react.elements"
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
"defaultExport": "Checkbox",
|
|
400
|
-
"importPath": "react/admin/elements/",
|
|
401
|
-
"externalPath": "components.admin.react.elements"
|
|
402
|
-
},
|
|
403
|
-
{
|
|
404
|
-
"defaultExport": "Button",
|
|
405
|
-
"importPath": "react/admin/elements/",
|
|
406
|
-
"externalPath": "components.admin.react.elements"
|
|
407
|
-
},
|
|
408
|
-
{
|
|
409
|
-
"defaultExport": "Box",
|
|
410
|
-
"importPath": "react/admin/elements/",
|
|
411
|
-
"externalPath": "components.admin.react.elements"
|
|
412
|
-
},
|
|
413
|
-
{
|
|
414
|
-
"__esModule": true,
|
|
415
|
-
"default": {
|
|
416
|
-
"defaultExport": "Simple",
|
|
417
|
-
"importPath": "react/admin/modules/ProgressBar/",
|
|
418
|
-
"externalPath": "components.admin.react.modules"
|
|
419
|
-
}
|
|
420
|
-
},
|
|
421
|
-
{
|
|
422
|
-
"defaultExport": "Dropdown",
|
|
409
|
+
"defaultExport": "Alert",
|
|
423
410
|
"importPath": "react/admin/modules/",
|
|
424
411
|
"externalPath": "components.admin.react.modules"
|
|
425
412
|
},
|
|
426
413
|
{
|
|
427
|
-
"defaultExport": "
|
|
428
|
-
"importPath": "react/admin/
|
|
429
|
-
"externalPath": "components.admin.react.
|
|
430
|
-
},
|
|
431
|
-
{
|
|
432
|
-
"defaultExport": "Placeholder",
|
|
433
|
-
"importPath": "react/admin/modules/Loaders/",
|
|
434
|
-
"externalPath": "components.admin.react.modules"
|
|
435
|
-
},
|
|
436
|
-
{
|
|
437
|
-
"defaultExport": "RightSidebar",
|
|
438
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
439
|
-
"externalPath": "components.admin.react.modules"
|
|
440
|
-
},
|
|
441
|
-
{
|
|
442
|
-
"defaultExport": "ModularSidebar",
|
|
443
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
444
|
-
"externalPath": "components.admin.react.modules"
|
|
445
|
-
},
|
|
446
|
-
{
|
|
447
|
-
"defaultExport": "IconIndicator",
|
|
448
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
449
|
-
"externalPath": "components.admin.react.modules"
|
|
450
|
-
},
|
|
451
|
-
{
|
|
452
|
-
"defaultExport": "DotIndicator",
|
|
453
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
454
|
-
"externalPath": "components.admin.react.modules"
|
|
455
|
-
},
|
|
456
|
-
{
|
|
457
|
-
"defaultExport": "MetricCard",
|
|
458
|
-
"importPath": "react/admin/modules/Cards/",
|
|
459
|
-
"externalPath": "components.admin.react.modules"
|
|
460
|
-
},
|
|
461
|
-
{
|
|
462
|
-
"defaultExport": "IntegrationCard",
|
|
463
|
-
"importPath": "react/admin/modules/Cards/",
|
|
464
|
-
"externalPath": "components.admin.react.modules"
|
|
465
|
-
},
|
|
466
|
-
{
|
|
467
|
-
"defaultExport": "FormTemplateCard",
|
|
468
|
-
"importPath": "react/admin/modules/Cards/",
|
|
469
|
-
"externalPath": "components.admin.react.modules"
|
|
470
|
-
},
|
|
471
|
-
{
|
|
472
|
-
"defaultExport": "AddCard",
|
|
473
|
-
"importPath": "react/admin/modules/Cards/",
|
|
474
|
-
"externalPath": "components.admin.react.modules"
|
|
414
|
+
"defaultExport": "ZohoFullLogo",
|
|
415
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
416
|
+
"externalPath": "components.admin.react.elements"
|
|
475
417
|
},
|
|
476
418
|
{
|
|
477
419
|
"defaultExport": "ZohoLogo",
|
|
@@ -479,17 +421,17 @@ module.exports = [
|
|
|
479
421
|
"externalPath": "components.admin.react.elements"
|
|
480
422
|
},
|
|
481
423
|
{
|
|
482
|
-
"defaultExport": "
|
|
424
|
+
"defaultExport": "WordPressLogo",
|
|
483
425
|
"importPath": "react/admin/elements/Svgs/",
|
|
484
426
|
"externalPath": "components.admin.react.elements"
|
|
485
427
|
},
|
|
486
428
|
{
|
|
487
|
-
"defaultExport": "
|
|
488
|
-
"importPath": "react/admin/
|
|
489
|
-
"externalPath": "components.admin.react.
|
|
429
|
+
"defaultExport": "DatePicker",
|
|
430
|
+
"importPath": "react/admin/modules/",
|
|
431
|
+
"externalPath": "components.admin.react.modules"
|
|
490
432
|
},
|
|
491
433
|
{
|
|
492
|
-
"defaultExport": "
|
|
434
|
+
"defaultExport": "WhatsAppLogo",
|
|
493
435
|
"importPath": "react/admin/elements/Svgs/",
|
|
494
436
|
"externalPath": "components.admin.react.elements"
|
|
495
437
|
},
|
|
@@ -544,12 +486,12 @@ module.exports = [
|
|
|
544
486
|
"externalPath": "components.admin.react.elements"
|
|
545
487
|
},
|
|
546
488
|
{
|
|
547
|
-
"defaultExport": "
|
|
489
|
+
"defaultExport": "ResendLogo",
|
|
548
490
|
"importPath": "react/admin/elements/Svgs/",
|
|
549
491
|
"externalPath": "components.admin.react.elements"
|
|
550
492
|
},
|
|
551
493
|
{
|
|
552
|
-
"defaultExport": "
|
|
494
|
+
"defaultExport": "SMTP2GOFullLogo",
|
|
553
495
|
"importPath": "react/admin/elements/Svgs/",
|
|
554
496
|
"externalPath": "components.admin.react.elements"
|
|
555
497
|
},
|
|
@@ -599,12 +541,12 @@ module.exports = [
|
|
|
599
541
|
"externalPath": "components.admin.react.elements"
|
|
600
542
|
},
|
|
601
543
|
{
|
|
602
|
-
"defaultExport": "
|
|
544
|
+
"defaultExport": "MandrillLogo",
|
|
603
545
|
"importPath": "react/admin/elements/Svgs/",
|
|
604
546
|
"externalPath": "components.admin.react.elements"
|
|
605
547
|
},
|
|
606
548
|
{
|
|
607
|
-
"defaultExport": "
|
|
549
|
+
"defaultExport": "MailjetLogo",
|
|
608
550
|
"importPath": "react/admin/elements/Svgs/",
|
|
609
551
|
"externalPath": "components.admin.react.elements"
|
|
610
552
|
},
|
|
@@ -644,17 +586,17 @@ module.exports = [
|
|
|
644
586
|
"externalPath": "components.admin.react.elements"
|
|
645
587
|
},
|
|
646
588
|
{
|
|
647
|
-
"defaultExport": "
|
|
589
|
+
"defaultExport": "MailSuccessBg",
|
|
648
590
|
"importPath": "react/admin/elements/Svgs/",
|
|
649
591
|
"externalPath": "components.admin.react.elements"
|
|
650
592
|
},
|
|
651
593
|
{
|
|
652
|
-
"defaultExport": "
|
|
594
|
+
"defaultExport": "MailSuccess",
|
|
653
595
|
"importPath": "react/admin/elements/Svgs/",
|
|
654
596
|
"externalPath": "components.admin.react.elements"
|
|
655
597
|
},
|
|
656
598
|
{
|
|
657
|
-
"defaultExport": "
|
|
599
|
+
"defaultExport": "MailFailedBg",
|
|
658
600
|
"importPath": "react/admin/elements/Svgs/",
|
|
659
601
|
"externalPath": "components.admin.react.elements"
|
|
660
602
|
},
|
|
@@ -729,12 +671,12 @@ module.exports = [
|
|
|
729
671
|
"externalPath": "components.admin.react.elements"
|
|
730
672
|
},
|
|
731
673
|
{
|
|
732
|
-
"defaultExport": "
|
|
674
|
+
"defaultExport": "CustomSMTPFull",
|
|
733
675
|
"importPath": "react/admin/elements/Svgs/",
|
|
734
676
|
"externalPath": "components.admin.react.elements"
|
|
735
677
|
},
|
|
736
678
|
{
|
|
737
|
-
"defaultExport": "
|
|
679
|
+
"defaultExport": "ElasticEmailFullLogo",
|
|
738
680
|
"importPath": "react/admin/elements/Svgs/",
|
|
739
681
|
"externalPath": "components.admin.react.elements"
|
|
740
682
|
},
|
|
@@ -788,9 +730,67 @@ module.exports = [
|
|
|
788
730
|
"importPath": "react/admin/modules/Videos/",
|
|
789
731
|
"externalPath": "components.admin.react.modules"
|
|
790
732
|
},
|
|
733
|
+
{
|
|
734
|
+
"__esModule": true,
|
|
735
|
+
"default": {
|
|
736
|
+
"defaultExport": "Simple",
|
|
737
|
+
"importPath": "react/admin/modules/ProgressBar/",
|
|
738
|
+
"externalPath": "components.admin.react.modules"
|
|
739
|
+
}
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
"defaultExport": "RingLoader",
|
|
743
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
744
|
+
"externalPath": "components.admin.react.modules"
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"defaultExport": "Placeholder",
|
|
748
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
749
|
+
"externalPath": "components.admin.react.modules"
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"defaultExport": "RightSidebar",
|
|
753
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
754
|
+
"externalPath": "components.admin.react.modules"
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"defaultExport": "ModularSidebar",
|
|
758
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
759
|
+
"externalPath": "components.admin.react.modules"
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"defaultExport": "IconIndicator",
|
|
763
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
764
|
+
"externalPath": "components.admin.react.modules"
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
"defaultExport": "DotIndicator",
|
|
768
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
769
|
+
"externalPath": "components.admin.react.modules"
|
|
770
|
+
},
|
|
791
771
|
{
|
|
792
772
|
"defaultExport": "CountryDropdown",
|
|
793
773
|
"importPath": "react/admin/modules/Dropdown/",
|
|
794
774
|
"externalPath": "components.admin.react.modules"
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"defaultExport": "MetricCard",
|
|
778
|
+
"importPath": "react/admin/modules/Cards/",
|
|
779
|
+
"externalPath": "components.admin.react.modules"
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"defaultExport": "IntegrationCard",
|
|
783
|
+
"importPath": "react/admin/modules/Cards/",
|
|
784
|
+
"externalPath": "components.admin.react.modules"
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"defaultExport": "FormTemplateCard",
|
|
788
|
+
"importPath": "react/admin/modules/Cards/",
|
|
789
|
+
"externalPath": "components.admin.react.modules"
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"defaultExport": "AddCard",
|
|
793
|
+
"importPath": "react/admin/modules/Cards/",
|
|
794
|
+
"externalPath": "components.admin.react.modules"
|
|
795
795
|
}
|
|
796
796
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.2.0",
|
|
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",
|