@gravityforms/dependency-extraction-webpack-plugin 5.9.2 → 5.9.4
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 +219 -219
- package/package.json +2 -2
|
@@ -1,9 +1,4 @@
|
|
|
1
1
|
module.exports = [
|
|
2
|
-
{
|
|
3
|
-
"defaultExport": "Table",
|
|
4
|
-
"importPath": "html/admin/modules/",
|
|
5
|
-
"externalPath": "components.admin.html.modules"
|
|
6
|
-
},
|
|
7
2
|
{
|
|
8
3
|
"defaultExport": "Flyout",
|
|
9
4
|
"namedExports": [
|
|
@@ -13,10 +8,7 @@ module.exports = [
|
|
|
13
8
|
"externalPath": "components.admin.html.modules"
|
|
14
9
|
},
|
|
15
10
|
{
|
|
16
|
-
"defaultExport": "
|
|
17
|
-
"namedExports": [
|
|
18
|
-
"dialogTemplate"
|
|
19
|
-
],
|
|
11
|
+
"defaultExport": "Table",
|
|
20
12
|
"importPath": "html/admin/modules/",
|
|
21
13
|
"externalPath": "components.admin.html.modules"
|
|
22
14
|
},
|
|
@@ -28,14 +20,6 @@ module.exports = [
|
|
|
28
20
|
"importPath": "html/admin/elements/",
|
|
29
21
|
"externalPath": "components.admin.html.elements"
|
|
30
22
|
},
|
|
31
|
-
{
|
|
32
|
-
"defaultExport": "Text",
|
|
33
|
-
"namedExports": [
|
|
34
|
-
"textTemplate"
|
|
35
|
-
],
|
|
36
|
-
"importPath": "html/admin/elements/",
|
|
37
|
-
"externalPath": "components.admin.html.elements"
|
|
38
|
-
},
|
|
39
23
|
{
|
|
40
24
|
"defaultExport": "Textarea",
|
|
41
25
|
"namedExports": [
|
|
@@ -45,9 +29,9 @@ module.exports = [
|
|
|
45
29
|
"externalPath": "components.admin.html.elements"
|
|
46
30
|
},
|
|
47
31
|
{
|
|
48
|
-
"defaultExport": "
|
|
32
|
+
"defaultExport": "Text",
|
|
49
33
|
"namedExports": [
|
|
50
|
-
"
|
|
34
|
+
"textTemplate"
|
|
51
35
|
],
|
|
52
36
|
"importPath": "html/admin/elements/",
|
|
53
37
|
"externalPath": "components.admin.html.elements"
|
|
@@ -61,9 +45,9 @@ module.exports = [
|
|
|
61
45
|
"externalPath": "components.admin.html.elements"
|
|
62
46
|
},
|
|
63
47
|
{
|
|
64
|
-
"defaultExport": "
|
|
48
|
+
"defaultExport": "StackedIcon",
|
|
65
49
|
"namedExports": [
|
|
66
|
-
"
|
|
50
|
+
"stackedIconTemplate"
|
|
67
51
|
],
|
|
68
52
|
"importPath": "html/admin/elements/",
|
|
69
53
|
"externalPath": "components.admin.html.elements"
|
|
@@ -76,6 +60,14 @@ module.exports = [
|
|
|
76
60
|
"importPath": "html/admin/elements/",
|
|
77
61
|
"externalPath": "components.admin.html.elements"
|
|
78
62
|
},
|
|
63
|
+
{
|
|
64
|
+
"defaultExport": "Loader",
|
|
65
|
+
"namedExports": [
|
|
66
|
+
"loaderTemplate"
|
|
67
|
+
],
|
|
68
|
+
"importPath": "html/admin/elements/",
|
|
69
|
+
"externalPath": "components.admin.html.elements"
|
|
70
|
+
},
|
|
79
71
|
{
|
|
80
72
|
"defaultExport": "Link",
|
|
81
73
|
"namedExports": [
|
|
@@ -126,21 +118,129 @@ module.exports = [
|
|
|
126
118
|
"externalPath": "components.admin.html.elements"
|
|
127
119
|
},
|
|
128
120
|
{
|
|
129
|
-
"defaultExport": "
|
|
121
|
+
"defaultExport": "Button",
|
|
130
122
|
"namedExports": [
|
|
131
|
-
"
|
|
123
|
+
"buttonTemplate"
|
|
132
124
|
],
|
|
133
125
|
"importPath": "html/admin/elements/",
|
|
134
126
|
"externalPath": "components.admin.html.elements"
|
|
135
127
|
},
|
|
136
128
|
{
|
|
137
|
-
"defaultExport": "
|
|
129
|
+
"defaultExport": "Alert",
|
|
138
130
|
"namedExports": [
|
|
139
|
-
"
|
|
131
|
+
"alertTemplate"
|
|
140
132
|
],
|
|
141
133
|
"importPath": "html/admin/elements/",
|
|
142
134
|
"externalPath": "components.admin.html.elements"
|
|
143
135
|
},
|
|
136
|
+
{
|
|
137
|
+
"defaultExport": "Dialog",
|
|
138
|
+
"namedExports": [
|
|
139
|
+
"dialogTemplate"
|
|
140
|
+
],
|
|
141
|
+
"importPath": "html/admin/modules/",
|
|
142
|
+
"externalPath": "components.admin.html.modules"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"defaultExport": "Toggle",
|
|
146
|
+
"importPath": "react/admin/elements/",
|
|
147
|
+
"externalPath": "components.admin.react.elements"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"defaultExport": "Textarea",
|
|
151
|
+
"importPath": "react/admin/elements/",
|
|
152
|
+
"externalPath": "components.admin.react.elements"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"defaultExport": "Text",
|
|
156
|
+
"importPath": "react/admin/elements/",
|
|
157
|
+
"externalPath": "components.admin.react.elements"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"defaultExport": "StatusIndicator",
|
|
161
|
+
"importPath": "react/admin/elements/",
|
|
162
|
+
"externalPath": "components.admin.react.elements"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"defaultExport": "Select",
|
|
166
|
+
"importPath": "react/admin/elements/",
|
|
167
|
+
"externalPath": "components.admin.react.elements"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"defaultExport": "Range",
|
|
171
|
+
"importPath": "react/admin/elements/",
|
|
172
|
+
"externalPath": "components.admin.react.elements"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"defaultExport": "Radio",
|
|
176
|
+
"importPath": "react/admin/elements/",
|
|
177
|
+
"externalPath": "components.admin.react.elements"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"defaultExport": "Pill",
|
|
181
|
+
"importPath": "react/admin/elements/",
|
|
182
|
+
"externalPath": "components.admin.react.elements"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"defaultExport": "Link",
|
|
186
|
+
"importPath": "react/admin/elements/",
|
|
187
|
+
"externalPath": "components.admin.react.elements"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"defaultExport": "Label",
|
|
191
|
+
"importPath": "react/admin/elements/",
|
|
192
|
+
"externalPath": "components.admin.react.elements"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"defaultExport": "Input",
|
|
196
|
+
"importPath": "react/admin/elements/",
|
|
197
|
+
"externalPath": "components.admin.react.elements"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"defaultExport": "Image",
|
|
201
|
+
"importPath": "react/admin/elements/",
|
|
202
|
+
"externalPath": "components.admin.react.elements"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"defaultExport": "Icon",
|
|
206
|
+
"importPath": "react/admin/elements/",
|
|
207
|
+
"externalPath": "components.admin.react.elements"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"defaultExport": "HelpText",
|
|
211
|
+
"importPath": "react/admin/elements/",
|
|
212
|
+
"externalPath": "components.admin.react.elements"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"defaultExport": "Heading",
|
|
216
|
+
"importPath": "react/admin/elements/",
|
|
217
|
+
"externalPath": "components.admin.react.elements"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"defaultExport": "Grid",
|
|
221
|
+
"importPath": "react/admin/elements/",
|
|
222
|
+
"externalPath": "components.admin.react.elements"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"defaultExport": "FileUpload",
|
|
226
|
+
"importPath": "react/admin/elements/",
|
|
227
|
+
"externalPath": "components.admin.react.elements"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"defaultExport": "DescriptionList",
|
|
231
|
+
"importPath": "react/admin/elements/",
|
|
232
|
+
"externalPath": "components.admin.react.elements"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"defaultExport": "Checkbox",
|
|
236
|
+
"importPath": "react/admin/elements/",
|
|
237
|
+
"externalPath": "components.admin.react.elements"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"defaultExport": "Box",
|
|
241
|
+
"importPath": "react/admin/elements/",
|
|
242
|
+
"externalPath": "components.admin.react.elements"
|
|
243
|
+
},
|
|
144
244
|
{
|
|
145
245
|
"defaultExport": "Tooltip",
|
|
146
246
|
"importPath": "react/admin/modules/",
|
|
@@ -176,23 +276,28 @@ module.exports = [
|
|
|
176
276
|
"importPath": "react/admin/modules/",
|
|
177
277
|
"externalPath": "components.admin.react.modules"
|
|
178
278
|
},
|
|
279
|
+
{
|
|
280
|
+
"defaultExport": "Tag",
|
|
281
|
+
"importPath": "react/admin/elements/",
|
|
282
|
+
"externalPath": "components.admin.react.elements"
|
|
283
|
+
},
|
|
179
284
|
{
|
|
180
285
|
"defaultExport": "Phone",
|
|
181
286
|
"importPath": "react/admin/modules/",
|
|
182
287
|
"externalPath": "components.admin.react.modules"
|
|
183
288
|
},
|
|
184
289
|
{
|
|
185
|
-
"defaultExport": "
|
|
290
|
+
"defaultExport": "Overlay",
|
|
186
291
|
"importPath": "react/admin/modules/",
|
|
187
292
|
"externalPath": "components.admin.react.modules"
|
|
188
293
|
},
|
|
189
294
|
{
|
|
190
|
-
"defaultExport": "
|
|
295
|
+
"defaultExport": "Pagination",
|
|
191
296
|
"importPath": "react/admin/modules/",
|
|
192
297
|
"externalPath": "components.admin.react.modules"
|
|
193
298
|
},
|
|
194
299
|
{
|
|
195
|
-
"defaultExport": "
|
|
300
|
+
"defaultExport": "NavBar",
|
|
196
301
|
"importPath": "react/admin/modules/",
|
|
197
302
|
"externalPath": "components.admin.react.modules"
|
|
198
303
|
},
|
|
@@ -202,7 +307,7 @@ module.exports = [
|
|
|
202
307
|
"externalPath": "components.admin.react.modules"
|
|
203
308
|
},
|
|
204
309
|
{
|
|
205
|
-
"defaultExport": "
|
|
310
|
+
"defaultExport": "Kanban",
|
|
206
311
|
"importPath": "react/admin/modules/",
|
|
207
312
|
"externalPath": "components.admin.react.modules"
|
|
208
313
|
},
|
|
@@ -212,12 +317,12 @@ module.exports = [
|
|
|
212
317
|
"externalPath": "components.admin.react.modules"
|
|
213
318
|
},
|
|
214
319
|
{
|
|
215
|
-
"defaultExport": "
|
|
320
|
+
"defaultExport": "Gravatar",
|
|
216
321
|
"importPath": "react/admin/modules/",
|
|
217
322
|
"externalPath": "components.admin.react.modules"
|
|
218
323
|
},
|
|
219
324
|
{
|
|
220
|
-
"defaultExport": "
|
|
325
|
+
"defaultExport": "Flyout",
|
|
221
326
|
"importPath": "react/admin/modules/",
|
|
222
327
|
"externalPath": "components.admin.react.modules"
|
|
223
328
|
},
|
|
@@ -227,7 +332,7 @@ module.exports = [
|
|
|
227
332
|
"externalPath": "components.admin.react.modules"
|
|
228
333
|
},
|
|
229
334
|
{
|
|
230
|
-
"defaultExport": "
|
|
335
|
+
"defaultExport": "Dropdown",
|
|
231
336
|
"importPath": "react/admin/modules/",
|
|
232
337
|
"externalPath": "components.admin.react.modules"
|
|
233
338
|
},
|
|
@@ -237,12 +342,12 @@ module.exports = [
|
|
|
237
342
|
"externalPath": "components.admin.react.modules"
|
|
238
343
|
},
|
|
239
344
|
{
|
|
240
|
-
"defaultExport": "
|
|
345
|
+
"defaultExport": "DatePicker",
|
|
241
346
|
"importPath": "react/admin/modules/",
|
|
242
347
|
"externalPath": "components.admin.react.modules"
|
|
243
348
|
},
|
|
244
349
|
{
|
|
245
|
-
"defaultExport": "
|
|
350
|
+
"defaultExport": "DataGrid",
|
|
246
351
|
"importPath": "react/admin/modules/",
|
|
247
352
|
"externalPath": "components.admin.react.modules"
|
|
248
353
|
},
|
|
@@ -256,11 +361,6 @@ module.exports = [
|
|
|
256
361
|
"importPath": "react/admin/modules/",
|
|
257
362
|
"externalPath": "components.admin.react.modules"
|
|
258
363
|
},
|
|
259
|
-
{
|
|
260
|
-
"defaultExport": "DataGrid",
|
|
261
|
-
"importPath": "react/admin/modules/",
|
|
262
|
-
"externalPath": "components.admin.react.modules"
|
|
263
|
-
},
|
|
264
364
|
{
|
|
265
365
|
"defaultExport": "Calendar",
|
|
266
366
|
"importPath": "react/admin/modules/",
|
|
@@ -272,12 +372,12 @@ module.exports = [
|
|
|
272
372
|
"externalPath": "components.admin.react.modules"
|
|
273
373
|
},
|
|
274
374
|
{
|
|
275
|
-
"defaultExport": "
|
|
375
|
+
"defaultExport": "AvatarGroup",
|
|
276
376
|
"importPath": "react/admin/modules/",
|
|
277
377
|
"externalPath": "components.admin.react.modules"
|
|
278
378
|
},
|
|
279
379
|
{
|
|
280
|
-
"defaultExport": "
|
|
380
|
+
"defaultExport": "Avatar",
|
|
281
381
|
"importPath": "react/admin/modules/",
|
|
282
382
|
"externalPath": "components.admin.react.modules"
|
|
283
383
|
},
|
|
@@ -292,103 +392,18 @@ module.exports = [
|
|
|
292
392
|
"externalPath": "components.admin.react.modules"
|
|
293
393
|
},
|
|
294
394
|
{
|
|
295
|
-
"defaultExport": "
|
|
296
|
-
"importPath": "react/admin/
|
|
297
|
-
"externalPath": "components.admin.react.
|
|
298
|
-
},
|
|
299
|
-
{
|
|
300
|
-
"defaultExport": "Textarea",
|
|
301
|
-
"importPath": "react/admin/elements/",
|
|
302
|
-
"externalPath": "components.admin.react.elements"
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
"defaultExport": "Text",
|
|
306
|
-
"importPath": "react/admin/elements/",
|
|
307
|
-
"externalPath": "components.admin.react.elements"
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
"defaultExport": "Tag",
|
|
311
|
-
"importPath": "react/admin/elements/",
|
|
312
|
-
"externalPath": "components.admin.react.elements"
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
"defaultExport": "StatusIndicator",
|
|
316
|
-
"importPath": "react/admin/elements/",
|
|
317
|
-
"externalPath": "components.admin.react.elements"
|
|
318
|
-
},
|
|
319
|
-
{
|
|
320
|
-
"defaultExport": "Range",
|
|
321
|
-
"importPath": "react/admin/elements/",
|
|
322
|
-
"externalPath": "components.admin.react.elements"
|
|
323
|
-
},
|
|
324
|
-
{
|
|
325
|
-
"defaultExport": "Select",
|
|
326
|
-
"importPath": "react/admin/elements/",
|
|
327
|
-
"externalPath": "components.admin.react.elements"
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
"defaultExport": "Radio",
|
|
331
|
-
"importPath": "react/admin/elements/",
|
|
332
|
-
"externalPath": "components.admin.react.elements"
|
|
333
|
-
},
|
|
334
|
-
{
|
|
335
|
-
"defaultExport": "Pill",
|
|
336
|
-
"importPath": "react/admin/elements/",
|
|
337
|
-
"externalPath": "components.admin.react.elements"
|
|
338
|
-
},
|
|
339
|
-
{
|
|
340
|
-
"defaultExport": "Link",
|
|
341
|
-
"importPath": "react/admin/elements/",
|
|
342
|
-
"externalPath": "components.admin.react.elements"
|
|
343
|
-
},
|
|
344
|
-
{
|
|
345
|
-
"defaultExport": "Label",
|
|
346
|
-
"importPath": "react/admin/elements/",
|
|
347
|
-
"externalPath": "components.admin.react.elements"
|
|
348
|
-
},
|
|
349
|
-
{
|
|
350
|
-
"defaultExport": "Input",
|
|
351
|
-
"importPath": "react/admin/elements/",
|
|
352
|
-
"externalPath": "components.admin.react.elements"
|
|
353
|
-
},
|
|
354
|
-
{
|
|
355
|
-
"defaultExport": "Image",
|
|
356
|
-
"importPath": "react/admin/elements/",
|
|
357
|
-
"externalPath": "components.admin.react.elements"
|
|
358
|
-
},
|
|
359
|
-
{
|
|
360
|
-
"defaultExport": "Icon",
|
|
361
|
-
"importPath": "react/admin/elements/",
|
|
362
|
-
"externalPath": "components.admin.react.elements"
|
|
363
|
-
},
|
|
364
|
-
{
|
|
365
|
-
"defaultExport": "HelpText",
|
|
366
|
-
"importPath": "react/admin/elements/",
|
|
367
|
-
"externalPath": "components.admin.react.elements"
|
|
368
|
-
},
|
|
369
|
-
{
|
|
370
|
-
"defaultExport": "Heading",
|
|
371
|
-
"importPath": "react/admin/elements/",
|
|
372
|
-
"externalPath": "components.admin.react.elements"
|
|
373
|
-
},
|
|
374
|
-
{
|
|
375
|
-
"defaultExport": "Grid",
|
|
376
|
-
"importPath": "react/admin/elements/",
|
|
377
|
-
"externalPath": "components.admin.react.elements"
|
|
378
|
-
},
|
|
379
|
-
{
|
|
380
|
-
"defaultExport": "FileUpload",
|
|
381
|
-
"importPath": "react/admin/elements/",
|
|
382
|
-
"externalPath": "components.admin.react.elements"
|
|
395
|
+
"defaultExport": "List",
|
|
396
|
+
"importPath": "react/admin/modules/",
|
|
397
|
+
"externalPath": "components.admin.react.modules"
|
|
383
398
|
},
|
|
384
399
|
{
|
|
385
|
-
"defaultExport": "
|
|
386
|
-
"importPath": "react/admin/
|
|
387
|
-
"externalPath": "components.admin.react.
|
|
400
|
+
"defaultExport": "VidyardVideo",
|
|
401
|
+
"importPath": "react/admin/modules/Videos/",
|
|
402
|
+
"externalPath": "components.admin.react.modules"
|
|
388
403
|
},
|
|
389
404
|
{
|
|
390
|
-
"defaultExport": "
|
|
391
|
-
"importPath": "react/admin/elements/",
|
|
405
|
+
"defaultExport": "BrandedLink",
|
|
406
|
+
"importPath": "react/admin/elements/Link/",
|
|
392
407
|
"externalPath": "components.admin.react.elements"
|
|
393
408
|
},
|
|
394
409
|
{
|
|
@@ -396,16 +411,6 @@ module.exports = [
|
|
|
396
411
|
"importPath": "react/admin/elements/",
|
|
397
412
|
"externalPath": "components.admin.react.elements"
|
|
398
413
|
},
|
|
399
|
-
{
|
|
400
|
-
"defaultExport": "Box",
|
|
401
|
-
"importPath": "react/admin/elements/",
|
|
402
|
-
"externalPath": "components.admin.react.elements"
|
|
403
|
-
},
|
|
404
|
-
{
|
|
405
|
-
"defaultExport": "VidyardVideo",
|
|
406
|
-
"importPath": "react/admin/modules/Videos/",
|
|
407
|
-
"externalPath": "components.admin.react.modules"
|
|
408
|
-
},
|
|
409
414
|
{
|
|
410
415
|
"__esModule": true,
|
|
411
416
|
"default": {
|
|
@@ -434,11 +439,6 @@ module.exports = [
|
|
|
434
439
|
"importPath": "react/admin/modules/Layouts/",
|
|
435
440
|
"externalPath": "components.admin.react.modules"
|
|
436
441
|
},
|
|
437
|
-
{
|
|
438
|
-
"defaultExport": "IconIndicator",
|
|
439
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
440
|
-
"externalPath": "components.admin.react.modules"
|
|
441
|
-
},
|
|
442
442
|
{
|
|
443
443
|
"defaultExport": "DotIndicator",
|
|
444
444
|
"importPath": "react/admin/modules/Indicators/",
|
|
@@ -450,62 +450,37 @@ module.exports = [
|
|
|
450
450
|
"externalPath": "components.admin.react.modules"
|
|
451
451
|
},
|
|
452
452
|
{
|
|
453
|
-
"defaultExport": "
|
|
454
|
-
"importPath": "react/admin/modules/Cards/",
|
|
455
|
-
"externalPath": "components.admin.react.modules"
|
|
456
|
-
},
|
|
457
|
-
{
|
|
458
|
-
"defaultExport": "IntegrationCard",
|
|
459
|
-
"importPath": "react/admin/modules/Cards/",
|
|
460
|
-
"externalPath": "components.admin.react.modules"
|
|
461
|
-
},
|
|
462
|
-
{
|
|
463
|
-
"defaultExport": "FormTemplateCard",
|
|
464
|
-
"importPath": "react/admin/modules/Cards/",
|
|
465
|
-
"externalPath": "components.admin.react.modules"
|
|
466
|
-
},
|
|
467
|
-
{
|
|
468
|
-
"defaultExport": "AddCard",
|
|
469
|
-
"importPath": "react/admin/modules/Cards/",
|
|
470
|
-
"externalPath": "components.admin.react.modules"
|
|
471
|
-
},
|
|
472
|
-
{
|
|
473
|
-
"defaultExport": "BrandedLink",
|
|
474
|
-
"importPath": "react/admin/elements/Link/",
|
|
475
|
-
"externalPath": "components.admin.react.elements"
|
|
476
|
-
},
|
|
477
|
-
{
|
|
478
|
-
"defaultExport": "ZohoLogo",
|
|
453
|
+
"defaultExport": "WordPressLogo",
|
|
479
454
|
"importPath": "react/admin/elements/Svgs/",
|
|
480
455
|
"externalPath": "components.admin.react.elements"
|
|
481
456
|
},
|
|
482
457
|
{
|
|
483
|
-
"defaultExport": "
|
|
458
|
+
"defaultExport": "WhatsAppLogo",
|
|
484
459
|
"importPath": "react/admin/elements/Svgs/",
|
|
485
460
|
"externalPath": "components.admin.react.elements"
|
|
486
461
|
},
|
|
487
462
|
{
|
|
488
|
-
"defaultExport": "
|
|
463
|
+
"defaultExport": "WPMailSMTPFullLogo",
|
|
489
464
|
"importPath": "react/admin/elements/Svgs/",
|
|
490
465
|
"externalPath": "components.admin.react.elements"
|
|
491
466
|
},
|
|
492
467
|
{
|
|
493
|
-
"defaultExport": "
|
|
468
|
+
"defaultExport": "TwilioLogo",
|
|
494
469
|
"importPath": "react/admin/elements/Svgs/",
|
|
495
470
|
"externalPath": "components.admin.react.elements"
|
|
496
471
|
},
|
|
497
472
|
{
|
|
498
|
-
"defaultExport": "
|
|
473
|
+
"defaultExport": "TelegramLogo",
|
|
499
474
|
"importPath": "react/admin/elements/Svgs/",
|
|
500
475
|
"externalPath": "components.admin.react.elements"
|
|
501
476
|
},
|
|
502
477
|
{
|
|
503
|
-
"defaultExport": "
|
|
504
|
-
"importPath": "react/admin/
|
|
505
|
-
"externalPath": "components.admin.react.
|
|
478
|
+
"defaultExport": "IconIndicator",
|
|
479
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
480
|
+
"externalPath": "components.admin.react.modules"
|
|
506
481
|
},
|
|
507
482
|
{
|
|
508
|
-
"defaultExport": "
|
|
483
|
+
"defaultExport": "ZohoLogo",
|
|
509
484
|
"importPath": "react/admin/elements/Svgs/",
|
|
510
485
|
"externalPath": "components.admin.react.elements"
|
|
511
486
|
},
|
|
@@ -530,12 +505,12 @@ module.exports = [
|
|
|
530
505
|
"externalPath": "components.admin.react.elements"
|
|
531
506
|
},
|
|
532
507
|
{
|
|
533
|
-
"defaultExport": "
|
|
508
|
+
"defaultExport": "ZohoFullLogo",
|
|
534
509
|
"importPath": "react/admin/elements/Svgs/",
|
|
535
510
|
"externalPath": "components.admin.react.elements"
|
|
536
511
|
},
|
|
537
512
|
{
|
|
538
|
-
"defaultExport": "
|
|
513
|
+
"defaultExport": "SendGridFullLogo",
|
|
539
514
|
"importPath": "react/admin/elements/Svgs/",
|
|
540
515
|
"externalPath": "components.admin.react.elements"
|
|
541
516
|
},
|
|
@@ -545,17 +520,17 @@ module.exports = [
|
|
|
545
520
|
"externalPath": "components.admin.react.elements"
|
|
546
521
|
},
|
|
547
522
|
{
|
|
548
|
-
"defaultExport": "
|
|
523
|
+
"defaultExport": "SearchNoResults",
|
|
549
524
|
"importPath": "react/admin/elements/Svgs/",
|
|
550
525
|
"externalPath": "components.admin.react.elements"
|
|
551
526
|
},
|
|
552
527
|
{
|
|
553
|
-
"defaultExport": "
|
|
528
|
+
"defaultExport": "SMTP2GOFullLogo",
|
|
554
529
|
"importPath": "react/admin/elements/Svgs/",
|
|
555
530
|
"externalPath": "components.admin.react.elements"
|
|
556
531
|
},
|
|
557
532
|
{
|
|
558
|
-
"defaultExport": "
|
|
533
|
+
"defaultExport": "ResendLogo",
|
|
559
534
|
"importPath": "react/admin/elements/Svgs/",
|
|
560
535
|
"externalPath": "components.admin.react.elements"
|
|
561
536
|
},
|
|
@@ -570,12 +545,12 @@ module.exports = [
|
|
|
570
545
|
"externalPath": "components.admin.react.elements"
|
|
571
546
|
},
|
|
572
547
|
{
|
|
573
|
-
"defaultExport": "
|
|
548
|
+
"defaultExport": "ResendFullLogo",
|
|
574
549
|
"importPath": "react/admin/elements/Svgs/",
|
|
575
550
|
"externalPath": "components.admin.react.elements"
|
|
576
551
|
},
|
|
577
552
|
{
|
|
578
|
-
"defaultExport": "
|
|
553
|
+
"defaultExport": "Plug",
|
|
579
554
|
"importPath": "react/admin/elements/Svgs/",
|
|
580
555
|
"externalPath": "components.admin.react.elements"
|
|
581
556
|
},
|
|
@@ -585,32 +560,32 @@ module.exports = [
|
|
|
585
560
|
"externalPath": "components.admin.react.elements"
|
|
586
561
|
},
|
|
587
562
|
{
|
|
588
|
-
"defaultExport": "
|
|
563
|
+
"defaultExport": "PHPLogo",
|
|
589
564
|
"importPath": "react/admin/elements/Svgs/",
|
|
590
565
|
"externalPath": "components.admin.react.elements"
|
|
591
566
|
},
|
|
592
567
|
{
|
|
593
|
-
"defaultExport": "
|
|
568
|
+
"defaultExport": "MicrosoftLogo",
|
|
594
569
|
"importPath": "react/admin/elements/Svgs/",
|
|
595
570
|
"externalPath": "components.admin.react.elements"
|
|
596
571
|
},
|
|
597
572
|
{
|
|
598
|
-
"defaultExport": "
|
|
573
|
+
"defaultExport": "MandrillLogo",
|
|
599
574
|
"importPath": "react/admin/elements/Svgs/",
|
|
600
575
|
"externalPath": "components.admin.react.elements"
|
|
601
576
|
},
|
|
602
577
|
{
|
|
603
|
-
"defaultExport": "
|
|
578
|
+
"defaultExport": "MicrosoftFullLogo",
|
|
604
579
|
"importPath": "react/admin/elements/Svgs/",
|
|
605
580
|
"externalPath": "components.admin.react.elements"
|
|
606
581
|
},
|
|
607
582
|
{
|
|
608
|
-
"defaultExport": "
|
|
583
|
+
"defaultExport": "MicrosoftAltLogo",
|
|
609
584
|
"importPath": "react/admin/elements/Svgs/",
|
|
610
585
|
"externalPath": "components.admin.react.elements"
|
|
611
586
|
},
|
|
612
587
|
{
|
|
613
|
-
"defaultExport": "
|
|
588
|
+
"defaultExport": "MailjetLogo",
|
|
614
589
|
"importPath": "react/admin/elements/Svgs/",
|
|
615
590
|
"externalPath": "components.admin.react.elements"
|
|
616
591
|
},
|
|
@@ -619,13 +594,18 @@ module.exports = [
|
|
|
619
594
|
"importPath": "react/admin/elements/Svgs/",
|
|
620
595
|
"externalPath": "components.admin.react.elements"
|
|
621
596
|
},
|
|
597
|
+
{
|
|
598
|
+
"defaultExport": "MailjetFullLogo",
|
|
599
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
600
|
+
"externalPath": "components.admin.react.elements"
|
|
601
|
+
},
|
|
622
602
|
{
|
|
623
603
|
"defaultExport": "MailgunFullLogo",
|
|
624
604
|
"importPath": "react/admin/elements/Svgs/",
|
|
625
605
|
"externalPath": "components.admin.react.elements"
|
|
626
606
|
},
|
|
627
607
|
{
|
|
628
|
-
"defaultExport": "
|
|
608
|
+
"defaultExport": "MailchimpLogo",
|
|
629
609
|
"importPath": "react/admin/elements/Svgs/",
|
|
630
610
|
"externalPath": "components.admin.react.elements"
|
|
631
611
|
},
|
|
@@ -635,17 +615,17 @@ module.exports = [
|
|
|
635
615
|
"externalPath": "components.admin.react.elements"
|
|
636
616
|
},
|
|
637
617
|
{
|
|
638
|
-
"defaultExport": "
|
|
618
|
+
"defaultExport": "MailerSendLogo",
|
|
639
619
|
"importPath": "react/admin/elements/Svgs/",
|
|
640
620
|
"externalPath": "components.admin.react.elements"
|
|
641
621
|
},
|
|
642
622
|
{
|
|
643
|
-
"defaultExport": "
|
|
623
|
+
"defaultExport": "MailSuccessBg",
|
|
644
624
|
"importPath": "react/admin/elements/Svgs/",
|
|
645
625
|
"externalPath": "components.admin.react.elements"
|
|
646
626
|
},
|
|
647
627
|
{
|
|
648
|
-
"defaultExport": "
|
|
628
|
+
"defaultExport": "MailSuccess",
|
|
649
629
|
"importPath": "react/admin/elements/Svgs/",
|
|
650
630
|
"externalPath": "components.admin.react.elements"
|
|
651
631
|
},
|
|
@@ -655,7 +635,7 @@ module.exports = [
|
|
|
655
635
|
"externalPath": "components.admin.react.elements"
|
|
656
636
|
},
|
|
657
637
|
{
|
|
658
|
-
"defaultExport": "
|
|
638
|
+
"defaultExport": "GravitySMTPTextLogo",
|
|
659
639
|
"importPath": "react/admin/elements/Svgs/",
|
|
660
640
|
"externalPath": "components.admin.react.elements"
|
|
661
641
|
},
|
|
@@ -665,7 +645,7 @@ module.exports = [
|
|
|
665
645
|
"externalPath": "components.admin.react.elements"
|
|
666
646
|
},
|
|
667
647
|
{
|
|
668
|
-
"defaultExport": "
|
|
648
|
+
"defaultExport": "GravitySMTPLogo",
|
|
669
649
|
"importPath": "react/admin/elements/Svgs/",
|
|
670
650
|
"externalPath": "components.admin.react.elements"
|
|
671
651
|
},
|
|
@@ -675,12 +655,12 @@ module.exports = [
|
|
|
675
655
|
"externalPath": "components.admin.react.elements"
|
|
676
656
|
},
|
|
677
657
|
{
|
|
678
|
-
"defaultExport": "
|
|
658
|
+
"defaultExport": "GravityFormsStackedLogo",
|
|
679
659
|
"importPath": "react/admin/elements/Svgs/",
|
|
680
660
|
"externalPath": "components.admin.react.elements"
|
|
681
661
|
},
|
|
682
662
|
{
|
|
683
|
-
"defaultExport": "
|
|
663
|
+
"defaultExport": "GravityCRMTextLogo",
|
|
684
664
|
"importPath": "react/admin/elements/Svgs/",
|
|
685
665
|
"externalPath": "components.admin.react.elements"
|
|
686
666
|
},
|
|
@@ -690,7 +670,7 @@ module.exports = [
|
|
|
690
670
|
"externalPath": "components.admin.react.elements"
|
|
691
671
|
},
|
|
692
672
|
{
|
|
693
|
-
"defaultExport": "
|
|
673
|
+
"defaultExport": "GoogleLogo",
|
|
694
674
|
"importPath": "react/admin/elements/Svgs/",
|
|
695
675
|
"externalPath": "components.admin.react.elements"
|
|
696
676
|
},
|
|
@@ -700,7 +680,7 @@ module.exports = [
|
|
|
700
680
|
"externalPath": "components.admin.react.elements"
|
|
701
681
|
},
|
|
702
682
|
{
|
|
703
|
-
"defaultExport": "
|
|
683
|
+
"defaultExport": "GoogleAltLogo",
|
|
704
684
|
"importPath": "react/admin/elements/Svgs/",
|
|
705
685
|
"externalPath": "components.admin.react.elements"
|
|
706
686
|
},
|
|
@@ -709,11 +689,6 @@ module.exports = [
|
|
|
709
689
|
"importPath": "react/admin/elements/Svgs/",
|
|
710
690
|
"externalPath": "components.admin.react.elements"
|
|
711
691
|
},
|
|
712
|
-
{
|
|
713
|
-
"defaultExport": "GoogleAltLogo",
|
|
714
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
715
|
-
"externalPath": "components.admin.react.elements"
|
|
716
|
-
},
|
|
717
692
|
{
|
|
718
693
|
"defaultExport": "EmailitLogo",
|
|
719
694
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -730,27 +705,27 @@ module.exports = [
|
|
|
730
705
|
"externalPath": "components.admin.react.elements"
|
|
731
706
|
},
|
|
732
707
|
{
|
|
733
|
-
"defaultExport": "
|
|
708
|
+
"defaultExport": "ElasticEmailFullLogo",
|
|
734
709
|
"importPath": "react/admin/elements/Svgs/",
|
|
735
710
|
"externalPath": "components.admin.react.elements"
|
|
736
711
|
},
|
|
737
712
|
{
|
|
738
|
-
"defaultExport": "
|
|
713
|
+
"defaultExport": "CustomSMTPFull",
|
|
739
714
|
"importPath": "react/admin/elements/Svgs/",
|
|
740
715
|
"externalPath": "components.admin.react.elements"
|
|
741
716
|
},
|
|
742
717
|
{
|
|
743
|
-
"defaultExport": "
|
|
718
|
+
"defaultExport": "BrokenImageFull",
|
|
744
719
|
"importPath": "react/admin/elements/Svgs/",
|
|
745
720
|
"externalPath": "components.admin.react.elements"
|
|
746
721
|
},
|
|
747
722
|
{
|
|
748
|
-
"defaultExport": "
|
|
723
|
+
"defaultExport": "CustomSMTP",
|
|
749
724
|
"importPath": "react/admin/elements/Svgs/",
|
|
750
725
|
"externalPath": "components.admin.react.elements"
|
|
751
726
|
},
|
|
752
727
|
{
|
|
753
|
-
"defaultExport": "
|
|
728
|
+
"defaultExport": "BrevoLogo",
|
|
754
729
|
"importPath": "react/admin/elements/Svgs/",
|
|
755
730
|
"externalPath": "components.admin.react.elements"
|
|
756
731
|
},
|
|
@@ -760,23 +735,48 @@ module.exports = [
|
|
|
760
735
|
"externalPath": "components.admin.react.elements"
|
|
761
736
|
},
|
|
762
737
|
{
|
|
763
|
-
"defaultExport": "
|
|
738
|
+
"defaultExport": "BrokenImage",
|
|
764
739
|
"importPath": "react/admin/elements/Svgs/",
|
|
765
740
|
"externalPath": "components.admin.react.elements"
|
|
766
741
|
},
|
|
767
742
|
{
|
|
768
|
-
"defaultExport": "
|
|
743
|
+
"defaultExport": "AmazonAWSFullLogo",
|
|
769
744
|
"importPath": "react/admin/elements/Svgs/",
|
|
770
745
|
"externalPath": "components.admin.react.elements"
|
|
771
746
|
},
|
|
772
747
|
{
|
|
773
|
-
"defaultExport": "
|
|
748
|
+
"defaultExport": "MailchimpFullLogo",
|
|
774
749
|
"importPath": "react/admin/elements/Svgs/",
|
|
775
750
|
"externalPath": "components.admin.react.elements"
|
|
776
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
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"defaultExport": "AddCard",
|
|
769
|
+
"importPath": "react/admin/modules/Cards/",
|
|
770
|
+
"externalPath": "components.admin.react.modules"
|
|
771
|
+
},
|
|
777
772
|
{
|
|
778
773
|
"defaultExport": "BrandedButton",
|
|
779
774
|
"importPath": "react/admin/elements/Button/",
|
|
780
775
|
"externalPath": "components.admin.react.elements"
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
"defaultExport": "AmazonAWSLogo",
|
|
779
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
780
|
+
"externalPath": "components.admin.react.elements"
|
|
781
781
|
}
|
|
782
782
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "5.9.
|
|
3
|
+
"version": "5.9.4",
|
|
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",
|
|
@@ -33,4 +33,4 @@
|
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"access": "public"
|
|
35
35
|
}
|
|
36
|
-
}
|
|
36
|
+
}
|