@gravityforms/dependency-extraction-webpack-plugin 4.7.0 → 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 +173 -168
- package/package.json +1 -1
|
@@ -45,17 +45,17 @@ module.exports = [
|
|
|
45
45
|
"externalPath": "components.admin.html.elements"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"defaultExport": "
|
|
48
|
+
"defaultExport": "StatusIndicator",
|
|
49
49
|
"namedExports": [
|
|
50
|
-
"
|
|
50
|
+
"statusIndicatorTemplate"
|
|
51
51
|
],
|
|
52
52
|
"importPath": "html/admin/elements/",
|
|
53
53
|
"externalPath": "components.admin.html.elements"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
|
-
"defaultExport": "
|
|
56
|
+
"defaultExport": "StackedIcon",
|
|
57
57
|
"namedExports": [
|
|
58
|
-
"
|
|
58
|
+
"stackedIconTemplate"
|
|
59
59
|
],
|
|
60
60
|
"importPath": "html/admin/elements/",
|
|
61
61
|
"externalPath": "components.admin.html.elements"
|
|
@@ -69,9 +69,9 @@ module.exports = [
|
|
|
69
69
|
"externalPath": "components.admin.html.elements"
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
|
-
"defaultExport": "
|
|
72
|
+
"defaultExport": "Loader",
|
|
73
73
|
"namedExports": [
|
|
74
|
-
"
|
|
74
|
+
"loaderTemplate"
|
|
75
75
|
],
|
|
76
76
|
"importPath": "html/admin/elements/",
|
|
77
77
|
"externalPath": "components.admin.html.elements"
|
|
@@ -85,25 +85,26 @@ module.exports = [
|
|
|
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"
|
|
@@ -117,10 +118,9 @@ module.exports = [
|
|
|
117
118
|
"externalPath": "components.admin.html.elements"
|
|
118
119
|
},
|
|
119
120
|
{
|
|
120
|
-
"defaultExport": "
|
|
121
|
+
"defaultExport": "Alert",
|
|
121
122
|
"namedExports": [
|
|
122
|
-
"
|
|
123
|
-
"dropdownListItems"
|
|
123
|
+
"alertTemplate"
|
|
124
124
|
],
|
|
125
125
|
"importPath": "html/admin/elements/",
|
|
126
126
|
"externalPath": "components.admin.html.elements"
|
|
@@ -134,118 +134,13 @@ module.exports = [
|
|
|
134
134
|
"externalPath": "components.admin.html.elements"
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
|
-
"defaultExport": "
|
|
137
|
+
"defaultExport": "HelpText",
|
|
138
138
|
"namedExports": [
|
|
139
|
-
"
|
|
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": "SnackBar",
|
|
161
|
-
"importPath": "react/admin/modules/",
|
|
162
|
-
"externalPath": "components.admin.react.modules"
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
"defaultExport": "Repeater",
|
|
166
|
-
"importPath": "react/admin/modules/",
|
|
167
|
-
"externalPath": "components.admin.react.modules"
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
"defaultExport": "RouterNavBar",
|
|
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": "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": "Gravatar",
|
|
201
|
-
"importPath": "react/admin/modules/",
|
|
202
|
-
"externalPath": "components.admin.react.modules"
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"defaultExport": "Flyout",
|
|
206
|
-
"importPath": "react/admin/modules/",
|
|
207
|
-
"externalPath": "components.admin.react.modules"
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"defaultExport": "Droplist",
|
|
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": "ColorPicker",
|
|
221
|
-
"importPath": "react/admin/modules/",
|
|
222
|
-
"externalPath": "components.admin.react.modules"
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
"defaultExport": "Dialog",
|
|
226
|
-
"importPath": "react/admin/modules/",
|
|
227
|
-
"externalPath": "components.admin.react.modules"
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
"defaultExport": "DataGrid",
|
|
231
|
-
"importPath": "react/admin/modules/",
|
|
232
|
-
"externalPath": "components.admin.react.modules"
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
"defaultExport": "Chart",
|
|
236
|
-
"importPath": "react/admin/modules/",
|
|
237
|
-
"externalPath": "components.admin.react.modules"
|
|
238
|
-
},
|
|
239
|
-
{
|
|
240
|
-
"defaultExport": "Calendar",
|
|
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/",
|
|
@@ -282,7 +177,7 @@ module.exports = [
|
|
|
282
177
|
"externalPath": "components.admin.react.elements"
|
|
283
178
|
},
|
|
284
179
|
{
|
|
285
|
-
"defaultExport": "
|
|
180
|
+
"defaultExport": "Radio",
|
|
286
181
|
"importPath": "react/admin/elements/",
|
|
287
182
|
"externalPath": "components.admin.react.elements"
|
|
288
183
|
},
|
|
@@ -292,7 +187,7 @@ module.exports = [
|
|
|
292
187
|
"externalPath": "components.admin.react.elements"
|
|
293
188
|
},
|
|
294
189
|
{
|
|
295
|
-
"defaultExport": "
|
|
190
|
+
"defaultExport": "Link",
|
|
296
191
|
"importPath": "react/admin/elements/",
|
|
297
192
|
"externalPath": "components.admin.react.elements"
|
|
298
193
|
},
|
|
@@ -312,32 +207,32 @@ module.exports = [
|
|
|
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
|
},
|
|
324
219
|
{
|
|
325
|
-
"defaultExport": "
|
|
220
|
+
"defaultExport": "Heading",
|
|
326
221
|
"importPath": "react/admin/elements/",
|
|
327
222
|
"externalPath": "components.admin.react.elements"
|
|
328
223
|
},
|
|
329
224
|
{
|
|
330
|
-
"defaultExport": "
|
|
225
|
+
"defaultExport": "Grid",
|
|
331
226
|
"importPath": "react/admin/elements/",
|
|
332
227
|
"externalPath": "components.admin.react.elements"
|
|
333
228
|
},
|
|
334
229
|
{
|
|
335
|
-
"defaultExport": "
|
|
230
|
+
"defaultExport": "FileUpload",
|
|
336
231
|
"importPath": "react/admin/elements/",
|
|
337
232
|
"externalPath": "components.admin.react.elements"
|
|
338
233
|
},
|
|
339
234
|
{
|
|
340
|
-
"defaultExport": "
|
|
235
|
+
"defaultExport": "DescriptionList",
|
|
341
236
|
"importPath": "react/admin/elements/",
|
|
342
237
|
"externalPath": "components.admin.react.elements"
|
|
343
238
|
},
|
|
@@ -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,17 +422,17 @@ 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
|
},
|
|
@@ -482,22 +442,22 @@ module.exports = [
|
|
|
482
442
|
"externalPath": "components.admin.react.elements"
|
|
483
443
|
},
|
|
484
444
|
{
|
|
485
|
-
"defaultExport": "
|
|
445
|
+
"defaultExport": "MicrosoftLogo",
|
|
486
446
|
"importPath": "react/admin/elements/Svgs/",
|
|
487
447
|
"externalPath": "components.admin.react.elements"
|
|
488
448
|
},
|
|
489
449
|
{
|
|
490
|
-
"defaultExport": "
|
|
450
|
+
"defaultExport": "MicrosoftFullLogo",
|
|
491
451
|
"importPath": "react/admin/elements/Svgs/",
|
|
492
452
|
"externalPath": "components.admin.react.elements"
|
|
493
453
|
},
|
|
494
454
|
{
|
|
495
|
-
"defaultExport": "
|
|
455
|
+
"defaultExport": "MicrosoftAltLogo",
|
|
496
456
|
"importPath": "react/admin/elements/Svgs/",
|
|
497
457
|
"externalPath": "components.admin.react.elements"
|
|
498
458
|
},
|
|
499
459
|
{
|
|
500
|
-
"defaultExport": "
|
|
460
|
+
"defaultExport": "MandrillLogo",
|
|
501
461
|
"importPath": "react/admin/elements/Svgs/",
|
|
502
462
|
"externalPath": "components.admin.react.elements"
|
|
503
463
|
},
|
|
@@ -507,17 +467,17 @@ module.exports = [
|
|
|
507
467
|
"externalPath": "components.admin.react.elements"
|
|
508
468
|
},
|
|
509
469
|
{
|
|
510
|
-
"defaultExport": "
|
|
470
|
+
"defaultExport": "MailgunFullLogo",
|
|
511
471
|
"importPath": "react/admin/elements/Svgs/",
|
|
512
472
|
"externalPath": "components.admin.react.elements"
|
|
513
473
|
},
|
|
514
474
|
{
|
|
515
|
-
"defaultExport": "
|
|
475
|
+
"defaultExport": "MailSuccessBg",
|
|
516
476
|
"importPath": "react/admin/elements/Svgs/",
|
|
517
477
|
"externalPath": "components.admin.react.elements"
|
|
518
478
|
},
|
|
519
479
|
{
|
|
520
|
-
"defaultExport": "
|
|
480
|
+
"defaultExport": "MailSuccess",
|
|
521
481
|
"importPath": "react/admin/elements/Svgs/",
|
|
522
482
|
"externalPath": "components.admin.react.elements"
|
|
523
483
|
},
|
|
@@ -532,12 +492,12 @@ module.exports = [
|
|
|
532
492
|
"externalPath": "components.admin.react.elements"
|
|
533
493
|
},
|
|
534
494
|
{
|
|
535
|
-
"defaultExport": "
|
|
495
|
+
"defaultExport": "GravitySMTPTextLogo",
|
|
536
496
|
"importPath": "react/admin/elements/Svgs/",
|
|
537
497
|
"externalPath": "components.admin.react.elements"
|
|
538
498
|
},
|
|
539
499
|
{
|
|
540
|
-
"defaultExport": "
|
|
500
|
+
"defaultExport": "GravitySMTPLogo",
|
|
541
501
|
"importPath": "react/admin/elements/Svgs/",
|
|
542
502
|
"externalPath": "components.admin.react.elements"
|
|
543
503
|
},
|
|
@@ -552,32 +512,32 @@ module.exports = [
|
|
|
552
512
|
"externalPath": "components.admin.react.elements"
|
|
553
513
|
},
|
|
554
514
|
{
|
|
555
|
-
"defaultExport": "
|
|
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
|
},
|
|
574
534
|
{
|
|
575
|
-
"defaultExport": "
|
|
535
|
+
"defaultExport": "CustomSMTP",
|
|
576
536
|
"importPath": "react/admin/elements/Svgs/",
|
|
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
|
},
|
|
@@ -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",
|