@gravityforms/dependency-extraction-webpack-plugin 5.8.1 → 5.8.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 +237 -237
- package/package.json +1 -1
|
@@ -1,4 +1,25 @@
|
|
|
1
1
|
module.exports = [
|
|
2
|
+
{
|
|
3
|
+
"defaultExport": "Table",
|
|
4
|
+
"importPath": "html/admin/modules/",
|
|
5
|
+
"externalPath": "components.admin.html.modules"
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
"defaultExport": "Flyout",
|
|
9
|
+
"namedExports": [
|
|
10
|
+
"flyoutTemplate"
|
|
11
|
+
],
|
|
12
|
+
"importPath": "html/admin/modules/",
|
|
13
|
+
"externalPath": "components.admin.html.modules"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"defaultExport": "Dialog",
|
|
17
|
+
"namedExports": [
|
|
18
|
+
"dialogTemplate"
|
|
19
|
+
],
|
|
20
|
+
"importPath": "html/admin/modules/",
|
|
21
|
+
"externalPath": "components.admin.html.modules"
|
|
22
|
+
},
|
|
2
23
|
{
|
|
3
24
|
"defaultExport": "Toggle",
|
|
4
25
|
"namedExports": [
|
|
@@ -16,17 +37,17 @@ module.exports = [
|
|
|
16
37
|
"externalPath": "components.admin.html.elements"
|
|
17
38
|
},
|
|
18
39
|
{
|
|
19
|
-
"defaultExport": "
|
|
40
|
+
"defaultExport": "StatusIndicator",
|
|
20
41
|
"namedExports": [
|
|
21
|
-
"
|
|
42
|
+
"statusIndicatorTemplate"
|
|
22
43
|
],
|
|
23
44
|
"importPath": "html/admin/elements/",
|
|
24
45
|
"externalPath": "components.admin.html.elements"
|
|
25
46
|
},
|
|
26
47
|
{
|
|
27
|
-
"defaultExport": "
|
|
48
|
+
"defaultExport": "Text",
|
|
28
49
|
"namedExports": [
|
|
29
|
-
"
|
|
50
|
+
"textTemplate"
|
|
30
51
|
],
|
|
31
52
|
"importPath": "html/admin/elements/",
|
|
32
53
|
"externalPath": "components.admin.html.elements"
|
|
@@ -40,25 +61,25 @@ module.exports = [
|
|
|
40
61
|
"externalPath": "components.admin.html.elements"
|
|
41
62
|
},
|
|
42
63
|
{
|
|
43
|
-
"defaultExport": "
|
|
64
|
+
"defaultExport": "Select",
|
|
44
65
|
"namedExports": [
|
|
45
|
-
"
|
|
66
|
+
"selectTemplate"
|
|
46
67
|
],
|
|
47
68
|
"importPath": "html/admin/elements/",
|
|
48
69
|
"externalPath": "components.admin.html.elements"
|
|
49
70
|
},
|
|
50
71
|
{
|
|
51
|
-
"defaultExport": "
|
|
72
|
+
"defaultExport": "Loader",
|
|
52
73
|
"namedExports": [
|
|
53
|
-
"
|
|
74
|
+
"loaderTemplate"
|
|
54
75
|
],
|
|
55
76
|
"importPath": "html/admin/elements/",
|
|
56
77
|
"externalPath": "components.admin.html.elements"
|
|
57
78
|
},
|
|
58
79
|
{
|
|
59
|
-
"defaultExport": "
|
|
80
|
+
"defaultExport": "Label",
|
|
60
81
|
"namedExports": [
|
|
61
|
-
"
|
|
82
|
+
"labelTemplate"
|
|
62
83
|
],
|
|
63
84
|
"importPath": "html/admin/elements/",
|
|
64
85
|
"externalPath": "components.admin.html.elements"
|
|
@@ -80,17 +101,9 @@ module.exports = [
|
|
|
80
101
|
"externalPath": "components.admin.html.elements"
|
|
81
102
|
},
|
|
82
103
|
{
|
|
83
|
-
"defaultExport": "
|
|
84
|
-
"namedExports": [
|
|
85
|
-
"labelTemplate"
|
|
86
|
-
],
|
|
87
|
-
"importPath": "html/admin/elements/",
|
|
88
|
-
"externalPath": "components.admin.html.elements"
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"defaultExport": "Alert",
|
|
104
|
+
"defaultExport": "Input",
|
|
92
105
|
"namedExports": [
|
|
93
|
-
"
|
|
106
|
+
"inputTemplate"
|
|
94
107
|
],
|
|
95
108
|
"importPath": "html/admin/elements/",
|
|
96
109
|
"externalPath": "components.admin.html.elements"
|
|
@@ -121,165 +134,12 @@ module.exports = [
|
|
|
121
134
|
"externalPath": "components.admin.html.elements"
|
|
122
135
|
},
|
|
123
136
|
{
|
|
124
|
-
"defaultExport": "
|
|
125
|
-
"importPath": "html/admin/modules/",
|
|
126
|
-
"externalPath": "components.admin.html.modules"
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"defaultExport": "Flyout",
|
|
130
|
-
"namedExports": [
|
|
131
|
-
"flyoutTemplate"
|
|
132
|
-
],
|
|
133
|
-
"importPath": "html/admin/modules/",
|
|
134
|
-
"externalPath": "components.admin.html.modules"
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
"defaultExport": "Dialog",
|
|
137
|
+
"defaultExport": "Alert",
|
|
138
138
|
"namedExports": [
|
|
139
|
-
"
|
|
139
|
+
"alertTemplate"
|
|
140
140
|
],
|
|
141
|
-
"importPath": "html/admin/
|
|
142
|
-
"externalPath": "components.admin.html.
|
|
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": "Phone",
|
|
181
|
-
"importPath": "react/admin/modules/",
|
|
182
|
-
"externalPath": "components.admin.react.modules"
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"defaultExport": "Pagination",
|
|
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": "Overlay",
|
|
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": "Dialog",
|
|
231
|
-
"importPath": "react/admin/modules/",
|
|
232
|
-
"externalPath": "components.admin.react.modules"
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
"defaultExport": "Dropdown",
|
|
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": "Chart",
|
|
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": "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": "Avatar",
|
|
266
|
-
"importPath": "react/admin/modules/",
|
|
267
|
-
"externalPath": "components.admin.react.modules"
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
"defaultExport": "AvatarGroup",
|
|
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"
|
|
141
|
+
"importPath": "html/admin/elements/",
|
|
142
|
+
"externalPath": "components.admin.html.elements"
|
|
283
143
|
},
|
|
284
144
|
{
|
|
285
145
|
"defaultExport": "Toggle",
|
|
@@ -287,12 +147,12 @@ module.exports = [
|
|
|
287
147
|
"externalPath": "components.admin.react.elements"
|
|
288
148
|
},
|
|
289
149
|
{
|
|
290
|
-
"defaultExport": "
|
|
150
|
+
"defaultExport": "Textarea",
|
|
291
151
|
"importPath": "react/admin/elements/",
|
|
292
152
|
"externalPath": "components.admin.react.elements"
|
|
293
153
|
},
|
|
294
154
|
{
|
|
295
|
-
"defaultExport": "
|
|
155
|
+
"defaultExport": "Text",
|
|
296
156
|
"importPath": "react/admin/elements/",
|
|
297
157
|
"externalPath": "components.admin.react.elements"
|
|
298
158
|
},
|
|
@@ -302,7 +162,7 @@ module.exports = [
|
|
|
302
162
|
"externalPath": "components.admin.react.elements"
|
|
303
163
|
},
|
|
304
164
|
{
|
|
305
|
-
"defaultExport": "
|
|
165
|
+
"defaultExport": "Select",
|
|
306
166
|
"importPath": "react/admin/elements/",
|
|
307
167
|
"externalPath": "components.admin.react.elements"
|
|
308
168
|
},
|
|
@@ -312,7 +172,7 @@ module.exports = [
|
|
|
312
172
|
"externalPath": "components.admin.react.elements"
|
|
313
173
|
},
|
|
314
174
|
{
|
|
315
|
-
"defaultExport": "
|
|
175
|
+
"defaultExport": "Range",
|
|
316
176
|
"importPath": "react/admin/elements/",
|
|
317
177
|
"externalPath": "components.admin.react.elements"
|
|
318
178
|
},
|
|
@@ -322,12 +182,12 @@ module.exports = [
|
|
|
322
182
|
"externalPath": "components.admin.react.elements"
|
|
323
183
|
},
|
|
324
184
|
{
|
|
325
|
-
"defaultExport": "
|
|
185
|
+
"defaultExport": "Link",
|
|
326
186
|
"importPath": "react/admin/elements/",
|
|
327
187
|
"externalPath": "components.admin.react.elements"
|
|
328
188
|
},
|
|
329
189
|
{
|
|
330
|
-
"defaultExport": "
|
|
190
|
+
"defaultExport": "Pill",
|
|
331
191
|
"importPath": "react/admin/elements/",
|
|
332
192
|
"externalPath": "components.admin.react.elements"
|
|
333
193
|
},
|
|
@@ -347,17 +207,17 @@ module.exports = [
|
|
|
347
207
|
"externalPath": "components.admin.react.elements"
|
|
348
208
|
},
|
|
349
209
|
{
|
|
350
|
-
"defaultExport": "
|
|
210
|
+
"defaultExport": "HelpText",
|
|
351
211
|
"importPath": "react/admin/elements/",
|
|
352
212
|
"externalPath": "components.admin.react.elements"
|
|
353
213
|
},
|
|
354
214
|
{
|
|
355
|
-
"defaultExport": "
|
|
215
|
+
"defaultExport": "Icon",
|
|
356
216
|
"importPath": "react/admin/elements/",
|
|
357
217
|
"externalPath": "components.admin.react.elements"
|
|
358
218
|
},
|
|
359
219
|
{
|
|
360
|
-
"defaultExport": "
|
|
220
|
+
"defaultExport": "Heading",
|
|
361
221
|
"importPath": "react/admin/elements/",
|
|
362
222
|
"externalPath": "components.admin.react.elements"
|
|
363
223
|
},
|
|
@@ -367,91 +227,168 @@ module.exports = [
|
|
|
367
227
|
"externalPath": "components.admin.react.elements"
|
|
368
228
|
},
|
|
369
229
|
{
|
|
370
|
-
"defaultExport": "
|
|
230
|
+
"defaultExport": "DescriptionList",
|
|
371
231
|
"importPath": "react/admin/elements/",
|
|
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
|
-
"
|
|
401
|
-
"
|
|
402
|
-
|
|
403
|
-
"importPath": "react/admin/modules/ProgressBar/",
|
|
404
|
-
"externalPath": "components.admin.react.modules"
|
|
405
|
-
}
|
|
260
|
+
"defaultExport": "Tabs",
|
|
261
|
+
"importPath": "react/admin/modules/",
|
|
262
|
+
"externalPath": "components.admin.react.modules"
|
|
406
263
|
},
|
|
407
264
|
{
|
|
408
|
-
"defaultExport": "
|
|
409
|
-
"importPath": "react/admin/modules/
|
|
265
|
+
"defaultExport": "Swatch",
|
|
266
|
+
"importPath": "react/admin/modules/",
|
|
410
267
|
"externalPath": "components.admin.react.modules"
|
|
411
268
|
},
|
|
412
269
|
{
|
|
413
|
-
"defaultExport": "
|
|
414
|
-
"importPath": "react/admin/modules/
|
|
270
|
+
"defaultExport": "Steps",
|
|
271
|
+
"importPath": "react/admin/modules/",
|
|
415
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": "Repeater",
|
|
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": "Phone",
|
|
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": "RouterNavBar",
|
|
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": "NavBar",
|
|
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": "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": "Flyout",
|
|
326
|
+
"importPath": "react/admin/modules/",
|
|
327
|
+
"externalPath": "components.admin.react.modules"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"defaultExport": "Gravatar",
|
|
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": "DataGrid",
|
|
346
|
+
"importPath": "react/admin/modules/",
|
|
347
|
+
"externalPath": "components.admin.react.modules"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"defaultExport": "ColorPicker",
|
|
351
|
+
"importPath": "react/admin/modules/",
|
|
352
|
+
"externalPath": "components.admin.react.modules"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"defaultExport": "Chart",
|
|
356
|
+
"importPath": "react/admin/modules/",
|
|
357
|
+
"externalPath": "components.admin.react.modules"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"defaultExport": "Dropdown",
|
|
361
|
+
"importPath": "react/admin/modules/",
|
|
362
|
+
"externalPath": "components.admin.react.modules"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"defaultExport": "Calendar",
|
|
366
|
+
"importPath": "react/admin/modules/",
|
|
367
|
+
"externalPath": "components.admin.react.modules"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"defaultExport": "Banner",
|
|
371
|
+
"importPath": "react/admin/modules/",
|
|
372
|
+
"externalPath": "components.admin.react.modules"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"defaultExport": "AvatarGroup",
|
|
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": "Alert",
|
|
391
|
+
"importPath": "react/admin/modules/",
|
|
455
392
|
"externalPath": "components.admin.react.modules"
|
|
456
393
|
},
|
|
457
394
|
{
|
|
@@ -535,12 +472,12 @@ module.exports = [
|
|
|
535
472
|
"externalPath": "components.admin.react.elements"
|
|
536
473
|
},
|
|
537
474
|
{
|
|
538
|
-
"defaultExport": "
|
|
475
|
+
"defaultExport": "PostmarkLogo",
|
|
539
476
|
"importPath": "react/admin/elements/Svgs/",
|
|
540
477
|
"externalPath": "components.admin.react.elements"
|
|
541
478
|
},
|
|
542
479
|
{
|
|
543
|
-
"defaultExport": "
|
|
480
|
+
"defaultExport": "ResendFullLogo",
|
|
544
481
|
"importPath": "react/admin/elements/Svgs/",
|
|
545
482
|
"externalPath": "components.admin.react.elements"
|
|
546
483
|
},
|
|
@@ -580,7 +517,7 @@ module.exports = [
|
|
|
580
517
|
"externalPath": "components.admin.react.elements"
|
|
581
518
|
},
|
|
582
519
|
{
|
|
583
|
-
"defaultExport": "
|
|
520
|
+
"defaultExport": "MailjetLogo",
|
|
584
521
|
"importPath": "react/admin/elements/Svgs/",
|
|
585
522
|
"externalPath": "components.admin.react.elements"
|
|
586
523
|
},
|
|
@@ -590,7 +527,7 @@ module.exports = [
|
|
|
590
527
|
"externalPath": "components.admin.react.elements"
|
|
591
528
|
},
|
|
592
529
|
{
|
|
593
|
-
"defaultExport": "
|
|
530
|
+
"defaultExport": "MicrosoftAltLogo",
|
|
594
531
|
"importPath": "react/admin/elements/Svgs/",
|
|
595
532
|
"externalPath": "components.admin.react.elements"
|
|
596
533
|
},
|
|
@@ -615,12 +552,12 @@ module.exports = [
|
|
|
615
552
|
"externalPath": "components.admin.react.elements"
|
|
616
553
|
},
|
|
617
554
|
{
|
|
618
|
-
"defaultExport": "
|
|
555
|
+
"defaultExport": "MailchimpLogo",
|
|
619
556
|
"importPath": "react/admin/elements/Svgs/",
|
|
620
557
|
"externalPath": "components.admin.react.elements"
|
|
621
558
|
},
|
|
622
559
|
{
|
|
623
|
-
"defaultExport": "
|
|
560
|
+
"defaultExport": "MailerSendFullLogo",
|
|
624
561
|
"importPath": "react/admin/elements/Svgs/",
|
|
625
562
|
"externalPath": "components.admin.react.elements"
|
|
626
563
|
},
|
|
@@ -635,12 +572,12 @@ module.exports = [
|
|
|
635
572
|
"externalPath": "components.admin.react.elements"
|
|
636
573
|
},
|
|
637
574
|
{
|
|
638
|
-
"defaultExport": "
|
|
575
|
+
"defaultExport": "MailSuccessBg",
|
|
639
576
|
"importPath": "react/admin/elements/Svgs/",
|
|
640
577
|
"externalPath": "components.admin.react.elements"
|
|
641
578
|
},
|
|
642
579
|
{
|
|
643
|
-
"defaultExport": "
|
|
580
|
+
"defaultExport": "MailFailedBg",
|
|
644
581
|
"importPath": "react/admin/elements/Svgs/",
|
|
645
582
|
"externalPath": "components.admin.react.elements"
|
|
646
583
|
},
|
|
@@ -655,22 +592,22 @@ module.exports = [
|
|
|
655
592
|
"externalPath": "components.admin.react.elements"
|
|
656
593
|
},
|
|
657
594
|
{
|
|
658
|
-
"defaultExport": "
|
|
595
|
+
"defaultExport": "GravitySMTPFullLogo",
|
|
659
596
|
"importPath": "react/admin/elements/Svgs/",
|
|
660
597
|
"externalPath": "components.admin.react.elements"
|
|
661
598
|
},
|
|
662
599
|
{
|
|
663
|
-
"defaultExport": "
|
|
600
|
+
"defaultExport": "GravitySMTPLogo",
|
|
664
601
|
"importPath": "react/admin/elements/Svgs/",
|
|
665
602
|
"externalPath": "components.admin.react.elements"
|
|
666
603
|
},
|
|
667
604
|
{
|
|
668
|
-
"defaultExport": "
|
|
605
|
+
"defaultExport": "GravityFormsStackedLogo",
|
|
669
606
|
"importPath": "react/admin/elements/Svgs/",
|
|
670
607
|
"externalPath": "components.admin.react.elements"
|
|
671
608
|
},
|
|
672
609
|
{
|
|
673
|
-
"defaultExport": "
|
|
610
|
+
"defaultExport": "GravityFormsLogo",
|
|
674
611
|
"importPath": "react/admin/elements/Svgs/",
|
|
675
612
|
"externalPath": "components.admin.react.elements"
|
|
676
613
|
},
|
|
@@ -700,17 +637,17 @@ module.exports = [
|
|
|
700
637
|
"externalPath": "components.admin.react.elements"
|
|
701
638
|
},
|
|
702
639
|
{
|
|
703
|
-
"defaultExport": "
|
|
640
|
+
"defaultExport": "EmailitFullLogo",
|
|
704
641
|
"importPath": "react/admin/elements/Svgs/",
|
|
705
642
|
"externalPath": "components.admin.react.elements"
|
|
706
643
|
},
|
|
707
644
|
{
|
|
708
|
-
"defaultExport": "
|
|
645
|
+
"defaultExport": "ElasticEmailLogo",
|
|
709
646
|
"importPath": "react/admin/elements/Svgs/",
|
|
710
647
|
"externalPath": "components.admin.react.elements"
|
|
711
648
|
},
|
|
712
649
|
{
|
|
713
|
-
"defaultExport": "
|
|
650
|
+
"defaultExport": "EmailitLogo",
|
|
714
651
|
"importPath": "react/admin/elements/Svgs/",
|
|
715
652
|
"externalPath": "components.admin.react.elements"
|
|
716
653
|
},
|
|
@@ -745,17 +682,17 @@ module.exports = [
|
|
|
745
682
|
"externalPath": "components.admin.react.elements"
|
|
746
683
|
},
|
|
747
684
|
{
|
|
748
|
-
"defaultExport": "
|
|
685
|
+
"defaultExport": "AmazonAWSLogo",
|
|
749
686
|
"importPath": "react/admin/elements/Svgs/",
|
|
750
687
|
"externalPath": "components.admin.react.elements"
|
|
751
688
|
},
|
|
752
689
|
{
|
|
753
|
-
"defaultExport": "
|
|
690
|
+
"defaultExport": "AmazonAWSFullLogo",
|
|
754
691
|
"importPath": "react/admin/elements/Svgs/",
|
|
755
692
|
"externalPath": "components.admin.react.elements"
|
|
756
693
|
},
|
|
757
694
|
{
|
|
758
|
-
"defaultExport": "
|
|
695
|
+
"defaultExport": "BrevoFullLogo",
|
|
759
696
|
"importPath": "react/admin/elements/Svgs/",
|
|
760
697
|
"externalPath": "components.admin.react.elements"
|
|
761
698
|
},
|
|
@@ -763,5 +700,68 @@ module.exports = [
|
|
|
763
700
|
"defaultExport": "BrandedButton",
|
|
764
701
|
"importPath": "react/admin/elements/Button/",
|
|
765
702
|
"externalPath": "components.admin.react.elements"
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"defaultExport": "VidyardVideo",
|
|
706
|
+
"importPath": "react/admin/modules/Videos/",
|
|
707
|
+
"externalPath": "components.admin.react.modules"
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
"__esModule": true,
|
|
711
|
+
"default": {
|
|
712
|
+
"defaultExport": "Simple",
|
|
713
|
+
"importPath": "react/admin/modules/ProgressBar/",
|
|
714
|
+
"externalPath": "components.admin.react.modules"
|
|
715
|
+
}
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"defaultExport": "RingLoader",
|
|
719
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
720
|
+
"externalPath": "components.admin.react.modules"
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"defaultExport": "Placeholder",
|
|
724
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
725
|
+
"externalPath": "components.admin.react.modules"
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"defaultExport": "RightSidebar",
|
|
729
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
730
|
+
"externalPath": "components.admin.react.modules"
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"defaultExport": "ModularSidebar",
|
|
734
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
735
|
+
"externalPath": "components.admin.react.modules"
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"defaultExport": "DotIndicator",
|
|
739
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
740
|
+
"externalPath": "components.admin.react.modules"
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"defaultExport": "IconIndicator",
|
|
744
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
745
|
+
"externalPath": "components.admin.react.modules"
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"defaultExport": "CountryDropdown",
|
|
749
|
+
"importPath": "react/admin/modules/Dropdown/",
|
|
750
|
+
"externalPath": "components.admin.react.modules"
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"defaultExport": "MetricCard",
|
|
754
|
+
"importPath": "react/admin/modules/Cards/",
|
|
755
|
+
"externalPath": "components.admin.react.modules"
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
"defaultExport": "IntegrationCard",
|
|
759
|
+
"importPath": "react/admin/modules/Cards/",
|
|
760
|
+
"externalPath": "components.admin.react.modules"
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"defaultExport": "FormTemplateCard",
|
|
764
|
+
"importPath": "react/admin/modules/Cards/",
|
|
765
|
+
"externalPath": "components.admin.react.modules"
|
|
766
766
|
}
|
|
767
767
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "5.8.
|
|
3
|
+
"version": "5.8.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",
|