@gravityforms/dependency-extraction-webpack-plugin 5.7.3 → 5.8.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 +227 -214
- package/package.json +1 -1
|
@@ -45,41 +45,41 @@ module.exports = [
|
|
|
45
45
|
"externalPath": "components.admin.html.elements"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"defaultExport": "
|
|
48
|
+
"defaultExport": "StackedIcon",
|
|
49
49
|
"namedExports": [
|
|
50
|
-
"
|
|
50
|
+
"stackedIconTemplate"
|
|
51
51
|
],
|
|
52
52
|
"importPath": "html/admin/elements/",
|
|
53
53
|
"externalPath": "components.admin.html.elements"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
|
-
"defaultExport": "
|
|
56
|
+
"defaultExport": "StatusIndicator",
|
|
57
57
|
"namedExports": [
|
|
58
|
-
"
|
|
58
|
+
"statusIndicatorTemplate"
|
|
59
59
|
],
|
|
60
60
|
"importPath": "html/admin/elements/",
|
|
61
61
|
"externalPath": "components.admin.html.elements"
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
|
-
"defaultExport": "
|
|
64
|
+
"defaultExport": "Select",
|
|
65
65
|
"namedExports": [
|
|
66
|
-
"
|
|
66
|
+
"selectTemplate"
|
|
67
67
|
],
|
|
68
68
|
"importPath": "html/admin/elements/",
|
|
69
69
|
"externalPath": "components.admin.html.elements"
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
|
-
"defaultExport": "
|
|
72
|
+
"defaultExport": "Link",
|
|
73
73
|
"namedExports": [
|
|
74
|
-
"
|
|
74
|
+
"linkTemplate"
|
|
75
75
|
],
|
|
76
76
|
"importPath": "html/admin/elements/",
|
|
77
77
|
"externalPath": "components.admin.html.elements"
|
|
78
78
|
},
|
|
79
79
|
{
|
|
80
|
-
"defaultExport": "
|
|
80
|
+
"defaultExport": "Loader",
|
|
81
81
|
"namedExports": [
|
|
82
|
-
"
|
|
82
|
+
"loaderTemplate"
|
|
83
83
|
],
|
|
84
84
|
"importPath": "html/admin/elements/",
|
|
85
85
|
"externalPath": "components.admin.html.elements"
|
|
@@ -93,9 +93,9 @@ module.exports = [
|
|
|
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"
|
|
@@ -109,9 +109,9 @@ module.exports = [
|
|
|
109
109
|
"externalPath": "components.admin.html.elements"
|
|
110
110
|
},
|
|
111
111
|
{
|
|
112
|
-
"defaultExport": "
|
|
112
|
+
"defaultExport": "Heading",
|
|
113
113
|
"namedExports": [
|
|
114
|
-
"
|
|
114
|
+
"headingTemplate"
|
|
115
115
|
],
|
|
116
116
|
"importPath": "html/admin/elements/",
|
|
117
117
|
"externalPath": "components.admin.html.elements"
|
|
@@ -141,146 +141,6 @@ 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": "Steps",
|
|
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": "RouterNavBar",
|
|
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": "Pagination",
|
|
181
|
-
"importPath": "react/admin/modules/",
|
|
182
|
-
"externalPath": "components.admin.react.modules"
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"defaultExport": "Overlay",
|
|
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": "Phone",
|
|
196
|
-
"importPath": "react/admin/modules/",
|
|
197
|
-
"externalPath": "components.admin.react.modules"
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
"defaultExport": "MetaBox",
|
|
201
|
-
"importPath": "react/admin/modules/",
|
|
202
|
-
"externalPath": "components.admin.react.modules"
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"defaultExport": "List",
|
|
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": "Gravatar",
|
|
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": "Droplist",
|
|
226
|
-
"importPath": "react/admin/modules/",
|
|
227
|
-
"externalPath": "components.admin.react.modules"
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
"defaultExport": "Dropdown",
|
|
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": "DataGrid",
|
|
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": "Chart",
|
|
251
|
-
"importPath": "react/admin/modules/",
|
|
252
|
-
"externalPath": "components.admin.react.modules"
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"defaultExport": "Calendar",
|
|
256
|
-
"importPath": "react/admin/modules/",
|
|
257
|
-
"externalPath": "components.admin.react.modules"
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
"defaultExport": "Banner",
|
|
261
|
-
"importPath": "react/admin/modules/",
|
|
262
|
-
"externalPath": "components.admin.react.modules"
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"defaultExport": "AvatarGroup",
|
|
266
|
-
"importPath": "react/admin/modules/",
|
|
267
|
-
"externalPath": "components.admin.react.modules"
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
"defaultExport": "Avatar",
|
|
271
|
-
"importPath": "react/admin/modules/",
|
|
272
|
-
"externalPath": "components.admin.react.modules"
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
"defaultExport": "Alert",
|
|
276
|
-
"importPath": "react/admin/modules/",
|
|
277
|
-
"externalPath": "components.admin.react.modules"
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
"defaultExport": "Address",
|
|
281
|
-
"importPath": "react/admin/modules/",
|
|
282
|
-
"externalPath": "components.admin.react.modules"
|
|
283
|
-
},
|
|
284
144
|
{
|
|
285
145
|
"defaultExport": "Toggle",
|
|
286
146
|
"importPath": "react/admin/elements/",
|
|
@@ -327,12 +187,12 @@ module.exports = [
|
|
|
327
187
|
"externalPath": "components.admin.react.elements"
|
|
328
188
|
},
|
|
329
189
|
{
|
|
330
|
-
"defaultExport": "
|
|
190
|
+
"defaultExport": "Label",
|
|
331
191
|
"importPath": "react/admin/elements/",
|
|
332
192
|
"externalPath": "components.admin.react.elements"
|
|
333
193
|
},
|
|
334
194
|
{
|
|
335
|
-
"defaultExport": "
|
|
195
|
+
"defaultExport": "Link",
|
|
336
196
|
"importPath": "react/admin/elements/",
|
|
337
197
|
"externalPath": "components.admin.react.elements"
|
|
338
198
|
},
|
|
@@ -342,37 +202,37 @@ module.exports = [
|
|
|
342
202
|
"externalPath": "components.admin.react.elements"
|
|
343
203
|
},
|
|
344
204
|
{
|
|
345
|
-
"defaultExport": "
|
|
205
|
+
"defaultExport": "Icon",
|
|
346
206
|
"importPath": "react/admin/elements/",
|
|
347
207
|
"externalPath": "components.admin.react.elements"
|
|
348
208
|
},
|
|
349
209
|
{
|
|
350
|
-
"defaultExport": "
|
|
210
|
+
"defaultExport": "Image",
|
|
351
211
|
"importPath": "react/admin/elements/",
|
|
352
212
|
"externalPath": "components.admin.react.elements"
|
|
353
213
|
},
|
|
354
214
|
{
|
|
355
|
-
"defaultExport": "
|
|
215
|
+
"defaultExport": "Heading",
|
|
356
216
|
"importPath": "react/admin/elements/",
|
|
357
217
|
"externalPath": "components.admin.react.elements"
|
|
358
218
|
},
|
|
359
219
|
{
|
|
360
|
-
"defaultExport": "
|
|
220
|
+
"defaultExport": "HelpText",
|
|
361
221
|
"importPath": "react/admin/elements/",
|
|
362
222
|
"externalPath": "components.admin.react.elements"
|
|
363
223
|
},
|
|
364
224
|
{
|
|
365
|
-
"defaultExport": "
|
|
225
|
+
"defaultExport": "Grid",
|
|
366
226
|
"importPath": "react/admin/elements/",
|
|
367
227
|
"externalPath": "components.admin.react.elements"
|
|
368
228
|
},
|
|
369
229
|
{
|
|
370
|
-
"defaultExport": "
|
|
230
|
+
"defaultExport": "FileUpload",
|
|
371
231
|
"importPath": "react/admin/elements/",
|
|
372
232
|
"externalPath": "components.admin.react.elements"
|
|
373
233
|
},
|
|
374
234
|
{
|
|
375
|
-
"defaultExport": "
|
|
235
|
+
"defaultExport": "DescriptionList",
|
|
376
236
|
"importPath": "react/admin/elements/",
|
|
377
237
|
"externalPath": "components.admin.react.elements"
|
|
378
238
|
},
|
|
@@ -392,64 +252,144 @@ module.exports = [
|
|
|
392
252
|
"externalPath": "components.admin.react.elements"
|
|
393
253
|
},
|
|
394
254
|
{
|
|
395
|
-
"defaultExport": "
|
|
396
|
-
"importPath": "react/admin/modules/
|
|
255
|
+
"defaultExport": "Tabs",
|
|
256
|
+
"importPath": "react/admin/modules/",
|
|
397
257
|
"externalPath": "components.admin.react.modules"
|
|
398
258
|
},
|
|
399
259
|
{
|
|
400
|
-
"defaultExport": "
|
|
401
|
-
"importPath": "react/admin/modules/
|
|
260
|
+
"defaultExport": "Swatch",
|
|
261
|
+
"importPath": "react/admin/modules/",
|
|
402
262
|
"externalPath": "components.admin.react.modules"
|
|
403
263
|
},
|
|
404
264
|
{
|
|
405
|
-
"defaultExport": "
|
|
406
|
-
"importPath": "react/admin/modules/
|
|
265
|
+
"defaultExport": "Tooltip",
|
|
266
|
+
"importPath": "react/admin/modules/",
|
|
407
267
|
"externalPath": "components.admin.react.modules"
|
|
408
268
|
},
|
|
409
269
|
{
|
|
410
|
-
"defaultExport": "
|
|
411
|
-
"importPath": "react/admin/modules/
|
|
270
|
+
"defaultExport": "Steps",
|
|
271
|
+
"importPath": "react/admin/modules/",
|
|
412
272
|
"externalPath": "components.admin.react.modules"
|
|
413
273
|
},
|
|
414
274
|
{
|
|
415
|
-
"defaultExport": "
|
|
416
|
-
"importPath": "react/admin/modules/
|
|
275
|
+
"defaultExport": "SnackBar",
|
|
276
|
+
"importPath": "react/admin/modules/",
|
|
417
277
|
"externalPath": "components.admin.react.modules"
|
|
418
278
|
},
|
|
419
279
|
{
|
|
420
|
-
"defaultExport": "
|
|
421
|
-
"importPath": "react/admin/modules/
|
|
280
|
+
"defaultExport": "RouterNavBar",
|
|
281
|
+
"importPath": "react/admin/modules/",
|
|
422
282
|
"externalPath": "components.admin.react.modules"
|
|
423
283
|
},
|
|
424
284
|
{
|
|
425
|
-
"defaultExport": "
|
|
426
|
-
"importPath": "react/admin/modules/
|
|
285
|
+
"defaultExport": "Phone",
|
|
286
|
+
"importPath": "react/admin/modules/",
|
|
427
287
|
"externalPath": "components.admin.react.modules"
|
|
428
288
|
},
|
|
429
289
|
{
|
|
430
|
-
"defaultExport": "
|
|
431
|
-
"importPath": "react/admin/modules/
|
|
290
|
+
"defaultExport": "Repeater",
|
|
291
|
+
"importPath": "react/admin/modules/",
|
|
432
292
|
"externalPath": "components.admin.react.modules"
|
|
433
293
|
},
|
|
434
294
|
{
|
|
435
|
-
"defaultExport": "
|
|
436
|
-
"importPath": "react/admin/modules/
|
|
295
|
+
"defaultExport": "Pagination",
|
|
296
|
+
"importPath": "react/admin/modules/",
|
|
437
297
|
"externalPath": "components.admin.react.modules"
|
|
438
298
|
},
|
|
439
299
|
{
|
|
440
|
-
"defaultExport": "
|
|
441
|
-
"importPath": "react/admin/modules/
|
|
300
|
+
"defaultExport": "Overlay",
|
|
301
|
+
"importPath": "react/admin/modules/",
|
|
442
302
|
"externalPath": "components.admin.react.modules"
|
|
443
303
|
},
|
|
444
304
|
{
|
|
445
|
-
"defaultExport": "
|
|
446
|
-
"importPath": "react/admin/modules/
|
|
305
|
+
"defaultExport": "NavBar",
|
|
306
|
+
"importPath": "react/admin/modules/",
|
|
447
307
|
"externalPath": "components.admin.react.modules"
|
|
448
308
|
},
|
|
449
309
|
{
|
|
450
|
-
"defaultExport": "
|
|
451
|
-
"importPath": "react/admin/
|
|
452
|
-
"externalPath": "components.admin.react.
|
|
310
|
+
"defaultExport": "MetaBox",
|
|
311
|
+
"importPath": "react/admin/modules/",
|
|
312
|
+
"externalPath": "components.admin.react.modules"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"defaultExport": "List",
|
|
316
|
+
"importPath": "react/admin/modules/",
|
|
317
|
+
"externalPath": "components.admin.react.modules"
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"defaultExport": "InputGroup",
|
|
321
|
+
"importPath": "react/admin/modules/",
|
|
322
|
+
"externalPath": "components.admin.react.modules"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"defaultExport": "Gravatar",
|
|
326
|
+
"importPath": "react/admin/modules/",
|
|
327
|
+
"externalPath": "components.admin.react.modules"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"defaultExport": "Flyout",
|
|
331
|
+
"importPath": "react/admin/modules/",
|
|
332
|
+
"externalPath": "components.admin.react.modules"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"defaultExport": "Droplist",
|
|
336
|
+
"importPath": "react/admin/modules/",
|
|
337
|
+
"externalPath": "components.admin.react.modules"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"defaultExport": "Dialog",
|
|
341
|
+
"importPath": "react/admin/modules/",
|
|
342
|
+
"externalPath": "components.admin.react.modules"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"defaultExport": "ColorPicker",
|
|
346
|
+
"importPath": "react/admin/modules/",
|
|
347
|
+
"externalPath": "components.admin.react.modules"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"defaultExport": "Dropdown",
|
|
351
|
+
"importPath": "react/admin/modules/",
|
|
352
|
+
"externalPath": "components.admin.react.modules"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"defaultExport": "DataGrid",
|
|
356
|
+
"importPath": "react/admin/modules/",
|
|
357
|
+
"externalPath": "components.admin.react.modules"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"defaultExport": "Chart",
|
|
361
|
+
"importPath": "react/admin/modules/",
|
|
362
|
+
"externalPath": "components.admin.react.modules"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"defaultExport": "AvatarGroup",
|
|
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": "Alert",
|
|
376
|
+
"importPath": "react/admin/modules/",
|
|
377
|
+
"externalPath": "components.admin.react.modules"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"defaultExport": "Avatar",
|
|
381
|
+
"importPath": "react/admin/modules/",
|
|
382
|
+
"externalPath": "components.admin.react.modules"
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"defaultExport": "Address",
|
|
386
|
+
"importPath": "react/admin/modules/",
|
|
387
|
+
"externalPath": "components.admin.react.modules"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"defaultExport": "Banner",
|
|
391
|
+
"importPath": "react/admin/modules/",
|
|
392
|
+
"externalPath": "components.admin.react.modules"
|
|
453
393
|
},
|
|
454
394
|
{
|
|
455
395
|
"defaultExport": "ZohoLogo",
|
|
@@ -477,12 +417,12 @@ module.exports = [
|
|
|
477
417
|
"externalPath": "components.admin.react.elements"
|
|
478
418
|
},
|
|
479
419
|
{
|
|
480
|
-
"defaultExport": "
|
|
420
|
+
"defaultExport": "TelegramLogo",
|
|
481
421
|
"importPath": "react/admin/elements/Svgs/",
|
|
482
422
|
"externalPath": "components.admin.react.elements"
|
|
483
423
|
},
|
|
484
424
|
{
|
|
485
|
-
"defaultExport": "
|
|
425
|
+
"defaultExport": "SparkPostLogo",
|
|
486
426
|
"importPath": "react/admin/elements/Svgs/",
|
|
487
427
|
"externalPath": "components.admin.react.elements"
|
|
488
428
|
},
|
|
@@ -492,7 +432,7 @@ module.exports = [
|
|
|
492
432
|
"externalPath": "components.admin.react.elements"
|
|
493
433
|
},
|
|
494
434
|
{
|
|
495
|
-
"defaultExport": "
|
|
435
|
+
"defaultExport": "TwilioLogo",
|
|
496
436
|
"importPath": "react/admin/elements/Svgs/",
|
|
497
437
|
"externalPath": "components.admin.react.elements"
|
|
498
438
|
},
|
|
@@ -502,7 +442,7 @@ module.exports = [
|
|
|
502
442
|
"externalPath": "components.admin.react.elements"
|
|
503
443
|
},
|
|
504
444
|
{
|
|
505
|
-
"defaultExport": "
|
|
445
|
+
"defaultExport": "SendGridLogo",
|
|
506
446
|
"importPath": "react/admin/elements/Svgs/",
|
|
507
447
|
"externalPath": "components.admin.react.elements"
|
|
508
448
|
},
|
|
@@ -512,7 +452,7 @@ module.exports = [
|
|
|
512
452
|
"externalPath": "components.admin.react.elements"
|
|
513
453
|
},
|
|
514
454
|
{
|
|
515
|
-
"defaultExport": "
|
|
455
|
+
"defaultExport": "SendGridFullLogo",
|
|
516
456
|
"importPath": "react/admin/elements/Svgs/",
|
|
517
457
|
"externalPath": "components.admin.react.elements"
|
|
518
458
|
},
|
|
@@ -526,13 +466,18 @@ module.exports = [
|
|
|
526
466
|
"importPath": "react/admin/elements/Svgs/",
|
|
527
467
|
"externalPath": "components.admin.react.elements"
|
|
528
468
|
},
|
|
469
|
+
{
|
|
470
|
+
"defaultExport": "PostmarkFullLogo",
|
|
471
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
472
|
+
"externalPath": "components.admin.react.elements"
|
|
473
|
+
},
|
|
529
474
|
{
|
|
530
475
|
"defaultExport": "PostmarkLogo",
|
|
531
476
|
"importPath": "react/admin/elements/Svgs/",
|
|
532
477
|
"externalPath": "components.admin.react.elements"
|
|
533
478
|
},
|
|
534
479
|
{
|
|
535
|
-
"defaultExport": "
|
|
480
|
+
"defaultExport": "Plug",
|
|
536
481
|
"importPath": "react/admin/elements/Svgs/",
|
|
537
482
|
"externalPath": "components.admin.react.elements"
|
|
538
483
|
},
|
|
@@ -547,22 +492,22 @@ module.exports = [
|
|
|
547
492
|
"externalPath": "components.admin.react.elements"
|
|
548
493
|
},
|
|
549
494
|
{
|
|
550
|
-
"defaultExport": "
|
|
495
|
+
"defaultExport": "MicrosoftFullLogo",
|
|
551
496
|
"importPath": "react/admin/elements/Svgs/",
|
|
552
497
|
"externalPath": "components.admin.react.elements"
|
|
553
498
|
},
|
|
554
499
|
{
|
|
555
|
-
"defaultExport": "
|
|
500
|
+
"defaultExport": "MandrillLogo",
|
|
556
501
|
"importPath": "react/admin/elements/Svgs/",
|
|
557
502
|
"externalPath": "components.admin.react.elements"
|
|
558
503
|
},
|
|
559
504
|
{
|
|
560
|
-
"defaultExport": "
|
|
505
|
+
"defaultExport": "MicrosoftLogo",
|
|
561
506
|
"importPath": "react/admin/elements/Svgs/",
|
|
562
507
|
"externalPath": "components.admin.react.elements"
|
|
563
508
|
},
|
|
564
509
|
{
|
|
565
|
-
"defaultExport": "
|
|
510
|
+
"defaultExport": "MicrosoftAltLogo",
|
|
566
511
|
"importPath": "react/admin/elements/Svgs/",
|
|
567
512
|
"externalPath": "components.admin.react.elements"
|
|
568
513
|
},
|
|
@@ -577,12 +522,12 @@ module.exports = [
|
|
|
577
522
|
"externalPath": "components.admin.react.elements"
|
|
578
523
|
},
|
|
579
524
|
{
|
|
580
|
-
"defaultExport": "
|
|
525
|
+
"defaultExport": "MailgunFullLogo",
|
|
581
526
|
"importPath": "react/admin/elements/Svgs/",
|
|
582
527
|
"externalPath": "components.admin.react.elements"
|
|
583
528
|
},
|
|
584
529
|
{
|
|
585
|
-
"defaultExport": "
|
|
530
|
+
"defaultExport": "MailgunLogo",
|
|
586
531
|
"importPath": "react/admin/elements/Svgs/",
|
|
587
532
|
"externalPath": "components.admin.react.elements"
|
|
588
533
|
},
|
|
@@ -592,7 +537,7 @@ module.exports = [
|
|
|
592
537
|
"externalPath": "components.admin.react.elements"
|
|
593
538
|
},
|
|
594
539
|
{
|
|
595
|
-
"defaultExport": "
|
|
540
|
+
"defaultExport": "MailchimpFullLogo",
|
|
596
541
|
"importPath": "react/admin/elements/Svgs/",
|
|
597
542
|
"externalPath": "components.admin.react.elements"
|
|
598
543
|
},
|
|
@@ -602,17 +547,17 @@ module.exports = [
|
|
|
602
547
|
"externalPath": "components.admin.react.elements"
|
|
603
548
|
},
|
|
604
549
|
{
|
|
605
|
-
"defaultExport": "
|
|
550
|
+
"defaultExport": "MailSuccessBg",
|
|
606
551
|
"importPath": "react/admin/elements/Svgs/",
|
|
607
552
|
"externalPath": "components.admin.react.elements"
|
|
608
553
|
},
|
|
609
554
|
{
|
|
610
|
-
"defaultExport": "
|
|
555
|
+
"defaultExport": "MailSuccess",
|
|
611
556
|
"importPath": "react/admin/elements/Svgs/",
|
|
612
557
|
"externalPath": "components.admin.react.elements"
|
|
613
558
|
},
|
|
614
559
|
{
|
|
615
|
-
"defaultExport": "
|
|
560
|
+
"defaultExport": "MailchimpLogo",
|
|
616
561
|
"importPath": "react/admin/elements/Svgs/",
|
|
617
562
|
"externalPath": "components.admin.react.elements"
|
|
618
563
|
},
|
|
@@ -627,7 +572,7 @@ module.exports = [
|
|
|
627
572
|
"externalPath": "components.admin.react.elements"
|
|
628
573
|
},
|
|
629
574
|
{
|
|
630
|
-
"defaultExport": "
|
|
575
|
+
"defaultExport": "GravitySMTPFullLogo",
|
|
631
576
|
"importPath": "react/admin/elements/Svgs/",
|
|
632
577
|
"externalPath": "components.admin.react.elements"
|
|
633
578
|
},
|
|
@@ -637,27 +582,27 @@ module.exports = [
|
|
|
637
582
|
"externalPath": "components.admin.react.elements"
|
|
638
583
|
},
|
|
639
584
|
{
|
|
640
|
-
"defaultExport": "
|
|
585
|
+
"defaultExport": "GravitySMTPTextLogo",
|
|
641
586
|
"importPath": "react/admin/elements/Svgs/",
|
|
642
587
|
"externalPath": "components.admin.react.elements"
|
|
643
588
|
},
|
|
644
589
|
{
|
|
645
|
-
"defaultExport": "
|
|
590
|
+
"defaultExport": "GravityCRMFullLogo",
|
|
646
591
|
"importPath": "react/admin/elements/Svgs/",
|
|
647
592
|
"externalPath": "components.admin.react.elements"
|
|
648
593
|
},
|
|
649
594
|
{
|
|
650
|
-
"defaultExport": "
|
|
595
|
+
"defaultExport": "GravityFormsStackedLogo",
|
|
651
596
|
"importPath": "react/admin/elements/Svgs/",
|
|
652
597
|
"externalPath": "components.admin.react.elements"
|
|
653
598
|
},
|
|
654
599
|
{
|
|
655
|
-
"defaultExport": "
|
|
600
|
+
"defaultExport": "GravityCRMTextLogo",
|
|
656
601
|
"importPath": "react/admin/elements/Svgs/",
|
|
657
602
|
"externalPath": "components.admin.react.elements"
|
|
658
603
|
},
|
|
659
604
|
{
|
|
660
|
-
"defaultExport": "
|
|
605
|
+
"defaultExport": "GravityFormsLogo",
|
|
661
606
|
"importPath": "react/admin/elements/Svgs/",
|
|
662
607
|
"externalPath": "components.admin.react.elements"
|
|
663
608
|
},
|
|
@@ -667,7 +612,7 @@ module.exports = [
|
|
|
667
612
|
"externalPath": "components.admin.react.elements"
|
|
668
613
|
},
|
|
669
614
|
{
|
|
670
|
-
"defaultExport": "
|
|
615
|
+
"defaultExport": "ElasticEmailLogo",
|
|
671
616
|
"importPath": "react/admin/elements/Svgs/",
|
|
672
617
|
"externalPath": "components.admin.react.elements"
|
|
673
618
|
},
|
|
@@ -682,7 +627,7 @@ module.exports = [
|
|
|
682
627
|
"externalPath": "components.admin.react.elements"
|
|
683
628
|
},
|
|
684
629
|
{
|
|
685
|
-
"defaultExport": "
|
|
630
|
+
"defaultExport": "GoogleFullLogo",
|
|
686
631
|
"importPath": "react/admin/elements/Svgs/",
|
|
687
632
|
"externalPath": "components.admin.react.elements"
|
|
688
633
|
},
|
|
@@ -712,12 +657,12 @@ module.exports = [
|
|
|
712
657
|
"externalPath": "components.admin.react.elements"
|
|
713
658
|
},
|
|
714
659
|
{
|
|
715
|
-
"defaultExport": "
|
|
660
|
+
"defaultExport": "AmazonAWSLogo",
|
|
716
661
|
"importPath": "react/admin/elements/Svgs/",
|
|
717
662
|
"externalPath": "components.admin.react.elements"
|
|
718
663
|
},
|
|
719
664
|
{
|
|
720
|
-
"defaultExport": "
|
|
665
|
+
"defaultExport": "BrevoFullLogo",
|
|
721
666
|
"importPath": "react/admin/elements/Svgs/",
|
|
722
667
|
"externalPath": "components.admin.react.elements"
|
|
723
668
|
},
|
|
@@ -726,9 +671,77 @@ module.exports = [
|
|
|
726
671
|
"importPath": "react/admin/elements/Svgs/",
|
|
727
672
|
"externalPath": "components.admin.react.elements"
|
|
728
673
|
},
|
|
674
|
+
{
|
|
675
|
+
"defaultExport": "BrandedLink",
|
|
676
|
+
"importPath": "react/admin/elements/Link/",
|
|
677
|
+
"externalPath": "components.admin.react.elements"
|
|
678
|
+
},
|
|
729
679
|
{
|
|
730
680
|
"defaultExport": "BrandedButton",
|
|
731
681
|
"importPath": "react/admin/elements/Button/",
|
|
732
682
|
"externalPath": "components.admin.react.elements"
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"defaultExport": "VidyardVideo",
|
|
686
|
+
"importPath": "react/admin/modules/Videos/",
|
|
687
|
+
"externalPath": "components.admin.react.modules"
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"__esModule": true,
|
|
691
|
+
"default": {
|
|
692
|
+
"defaultExport": "Simple",
|
|
693
|
+
"importPath": "react/admin/modules/ProgressBar/",
|
|
694
|
+
"externalPath": "components.admin.react.modules"
|
|
695
|
+
}
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
"defaultExport": "RingLoader",
|
|
699
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
700
|
+
"externalPath": "components.admin.react.modules"
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"defaultExport": "Placeholder",
|
|
704
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
705
|
+
"externalPath": "components.admin.react.modules"
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
"defaultExport": "RightSidebar",
|
|
709
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
710
|
+
"externalPath": "components.admin.react.modules"
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"defaultExport": "ModularSidebar",
|
|
714
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
715
|
+
"externalPath": "components.admin.react.modules"
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"defaultExport": "IconIndicator",
|
|
719
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
720
|
+
"externalPath": "components.admin.react.modules"
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"defaultExport": "DotIndicator",
|
|
724
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
725
|
+
"externalPath": "components.admin.react.modules"
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"defaultExport": "CountryDropdown",
|
|
729
|
+
"importPath": "react/admin/modules/Dropdown/",
|
|
730
|
+
"externalPath": "components.admin.react.modules"
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"defaultExport": "MetricCard",
|
|
734
|
+
"importPath": "react/admin/modules/Cards/",
|
|
735
|
+
"externalPath": "components.admin.react.modules"
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"defaultExport": "IntegrationCard",
|
|
739
|
+
"importPath": "react/admin/modules/Cards/",
|
|
740
|
+
"externalPath": "components.admin.react.modules"
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"defaultExport": "FormTemplateCard",
|
|
744
|
+
"importPath": "react/admin/modules/Cards/",
|
|
745
|
+
"externalPath": "components.admin.react.modules"
|
|
733
746
|
}
|
|
734
747
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.8.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",
|