@gravityforms/dependency-extraction-webpack-plugin 5.5.1 → 5.5.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 +224 -224
- package/package.json +1 -1
|
@@ -4,6 +4,14 @@ module.exports = [
|
|
|
4
4
|
"importPath": "html/admin/modules/",
|
|
5
5
|
"externalPath": "components.admin.html.modules"
|
|
6
6
|
},
|
|
7
|
+
{
|
|
8
|
+
"defaultExport": "Flyout",
|
|
9
|
+
"namedExports": [
|
|
10
|
+
"flyoutTemplate"
|
|
11
|
+
],
|
|
12
|
+
"importPath": "html/admin/modules/",
|
|
13
|
+
"externalPath": "components.admin.html.modules"
|
|
14
|
+
},
|
|
7
15
|
{
|
|
8
16
|
"defaultExport": "Dialog",
|
|
9
17
|
"namedExports": [
|
|
@@ -37,25 +45,25 @@ module.exports = [
|
|
|
37
45
|
"externalPath": "components.admin.html.elements"
|
|
38
46
|
},
|
|
39
47
|
{
|
|
40
|
-
"defaultExport": "
|
|
48
|
+
"defaultExport": "StatusIndicator",
|
|
41
49
|
"namedExports": [
|
|
42
|
-
"
|
|
50
|
+
"statusIndicatorTemplate"
|
|
43
51
|
],
|
|
44
52
|
"importPath": "html/admin/elements/",
|
|
45
53
|
"externalPath": "components.admin.html.elements"
|
|
46
54
|
},
|
|
47
55
|
{
|
|
48
|
-
"defaultExport": "
|
|
56
|
+
"defaultExport": "StackedIcon",
|
|
49
57
|
"namedExports": [
|
|
50
|
-
"
|
|
58
|
+
"stackedIconTemplate"
|
|
51
59
|
],
|
|
52
60
|
"importPath": "html/admin/elements/",
|
|
53
61
|
"externalPath": "components.admin.html.elements"
|
|
54
62
|
},
|
|
55
63
|
{
|
|
56
|
-
"defaultExport": "
|
|
64
|
+
"defaultExport": "Select",
|
|
57
65
|
"namedExports": [
|
|
58
|
-
"
|
|
66
|
+
"selectTemplate"
|
|
59
67
|
],
|
|
60
68
|
"importPath": "html/admin/elements/",
|
|
61
69
|
"externalPath": "components.admin.html.elements"
|
|
@@ -69,9 +77,9 @@ module.exports = [
|
|
|
69
77
|
"externalPath": "components.admin.html.elements"
|
|
70
78
|
},
|
|
71
79
|
{
|
|
72
|
-
"defaultExport": "
|
|
80
|
+
"defaultExport": "Loader",
|
|
73
81
|
"namedExports": [
|
|
74
|
-
"
|
|
82
|
+
"loaderTemplate"
|
|
75
83
|
],
|
|
76
84
|
"importPath": "html/admin/elements/",
|
|
77
85
|
"externalPath": "components.admin.html.elements"
|
|
@@ -92,6 +100,14 @@ module.exports = [
|
|
|
92
100
|
"importPath": "html/admin/elements/",
|
|
93
101
|
"externalPath": "components.admin.html.elements"
|
|
94
102
|
},
|
|
103
|
+
{
|
|
104
|
+
"defaultExport": "Input",
|
|
105
|
+
"namedExports": [
|
|
106
|
+
"inputTemplate"
|
|
107
|
+
],
|
|
108
|
+
"importPath": "html/admin/elements/",
|
|
109
|
+
"externalPath": "components.admin.html.elements"
|
|
110
|
+
},
|
|
95
111
|
{
|
|
96
112
|
"defaultExport": "Heading",
|
|
97
113
|
"namedExports": [
|
|
@@ -125,27 +141,146 @@ module.exports = [
|
|
|
125
141
|
"importPath": "html/admin/elements/",
|
|
126
142
|
"externalPath": "components.admin.html.elements"
|
|
127
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": "NavBar",
|
|
186
|
+
"importPath": "react/admin/modules/",
|
|
187
|
+
"externalPath": "components.admin.react.modules"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"defaultExport": "Phone",
|
|
191
|
+
"importPath": "react/admin/modules/",
|
|
192
|
+
"externalPath": "components.admin.react.modules"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"defaultExport": "MetaBox",
|
|
196
|
+
"importPath": "react/admin/modules/",
|
|
197
|
+
"externalPath": "components.admin.react.modules"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"defaultExport": "List",
|
|
201
|
+
"importPath": "react/admin/modules/",
|
|
202
|
+
"externalPath": "components.admin.react.modules"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"defaultExport": "InputGroup",
|
|
206
|
+
"importPath": "react/admin/modules/",
|
|
207
|
+
"externalPath": "components.admin.react.modules"
|
|
208
|
+
},
|
|
128
209
|
{
|
|
129
210
|
"defaultExport": "Flyout",
|
|
130
|
-
"
|
|
131
|
-
|
|
132
|
-
],
|
|
133
|
-
"importPath": "html/admin/modules/",
|
|
134
|
-
"externalPath": "components.admin.html.modules"
|
|
211
|
+
"importPath": "react/admin/modules/",
|
|
212
|
+
"externalPath": "components.admin.react.modules"
|
|
135
213
|
},
|
|
136
214
|
{
|
|
137
|
-
"defaultExport": "
|
|
138
|
-
"
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
"
|
|
215
|
+
"defaultExport": "Gravatar",
|
|
216
|
+
"importPath": "react/admin/modules/",
|
|
217
|
+
"externalPath": "components.admin.react.modules"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"defaultExport": "Droplist",
|
|
221
|
+
"importPath": "react/admin/modules/",
|
|
222
|
+
"externalPath": "components.admin.react.modules"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"defaultExport": "Dropdown",
|
|
226
|
+
"importPath": "react/admin/modules/",
|
|
227
|
+
"externalPath": "components.admin.react.modules"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"defaultExport": "ColorPicker",
|
|
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": "Chart",
|
|
241
|
+
"importPath": "react/admin/modules/",
|
|
242
|
+
"externalPath": "components.admin.react.modules"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"defaultExport": "DataGrid",
|
|
246
|
+
"importPath": "react/admin/modules/",
|
|
247
|
+
"externalPath": "components.admin.react.modules"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"defaultExport": "Calendar",
|
|
251
|
+
"importPath": "react/admin/modules/",
|
|
252
|
+
"externalPath": "components.admin.react.modules"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"defaultExport": "AvatarGroup",
|
|
256
|
+
"importPath": "react/admin/modules/",
|
|
257
|
+
"externalPath": "components.admin.react.modules"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"defaultExport": "Avatar",
|
|
261
|
+
"importPath": "react/admin/modules/",
|
|
262
|
+
"externalPath": "components.admin.react.modules"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"defaultExport": "Address",
|
|
266
|
+
"importPath": "react/admin/modules/",
|
|
267
|
+
"externalPath": "components.admin.react.modules"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"defaultExport": "Alert",
|
|
271
|
+
"importPath": "react/admin/modules/",
|
|
272
|
+
"externalPath": "components.admin.react.modules"
|
|
143
273
|
},
|
|
144
274
|
{
|
|
145
275
|
"defaultExport": "Toggle",
|
|
146
276
|
"importPath": "react/admin/elements/",
|
|
147
277
|
"externalPath": "components.admin.react.elements"
|
|
148
278
|
},
|
|
279
|
+
{
|
|
280
|
+
"defaultExport": "Textarea",
|
|
281
|
+
"importPath": "react/admin/elements/",
|
|
282
|
+
"externalPath": "components.admin.react.elements"
|
|
283
|
+
},
|
|
149
284
|
{
|
|
150
285
|
"defaultExport": "Text",
|
|
151
286
|
"importPath": "react/admin/elements/",
|
|
@@ -157,7 +292,7 @@ module.exports = [
|
|
|
157
292
|
"externalPath": "components.admin.react.elements"
|
|
158
293
|
},
|
|
159
294
|
{
|
|
160
|
-
"defaultExport": "
|
|
295
|
+
"defaultExport": "Range",
|
|
161
296
|
"importPath": "react/admin/elements/",
|
|
162
297
|
"externalPath": "components.admin.react.elements"
|
|
163
298
|
},
|
|
@@ -167,7 +302,7 @@ module.exports = [
|
|
|
167
302
|
"externalPath": "components.admin.react.elements"
|
|
168
303
|
},
|
|
169
304
|
{
|
|
170
|
-
"defaultExport": "
|
|
305
|
+
"defaultExport": "StatusIndicator",
|
|
171
306
|
"importPath": "react/admin/elements/",
|
|
172
307
|
"externalPath": "components.admin.react.elements"
|
|
173
308
|
},
|
|
@@ -177,7 +312,7 @@ module.exports = [
|
|
|
177
312
|
"externalPath": "components.admin.react.elements"
|
|
178
313
|
},
|
|
179
314
|
{
|
|
180
|
-
"defaultExport": "
|
|
315
|
+
"defaultExport": "Pill",
|
|
181
316
|
"importPath": "react/admin/elements/",
|
|
182
317
|
"externalPath": "components.admin.react.elements"
|
|
183
318
|
},
|
|
@@ -187,17 +322,17 @@ module.exports = [
|
|
|
187
322
|
"externalPath": "components.admin.react.elements"
|
|
188
323
|
},
|
|
189
324
|
{
|
|
190
|
-
"defaultExport": "
|
|
325
|
+
"defaultExport": "Input",
|
|
191
326
|
"importPath": "react/admin/elements/",
|
|
192
327
|
"externalPath": "components.admin.react.elements"
|
|
193
328
|
},
|
|
194
329
|
{
|
|
195
|
-
"defaultExport": "
|
|
330
|
+
"defaultExport": "Image",
|
|
196
331
|
"importPath": "react/admin/elements/",
|
|
197
332
|
"externalPath": "components.admin.react.elements"
|
|
198
333
|
},
|
|
199
334
|
{
|
|
200
|
-
"defaultExport": "
|
|
335
|
+
"defaultExport": "Label",
|
|
201
336
|
"importPath": "react/admin/elements/",
|
|
202
337
|
"externalPath": "components.admin.react.elements"
|
|
203
338
|
},
|
|
@@ -212,12 +347,12 @@ module.exports = [
|
|
|
212
347
|
"externalPath": "components.admin.react.elements"
|
|
213
348
|
},
|
|
214
349
|
{
|
|
215
|
-
"defaultExport": "
|
|
350
|
+
"defaultExport": "Heading",
|
|
216
351
|
"importPath": "react/admin/elements/",
|
|
217
352
|
"externalPath": "components.admin.react.elements"
|
|
218
353
|
},
|
|
219
354
|
{
|
|
220
|
-
"defaultExport": "
|
|
355
|
+
"defaultExport": "Grid",
|
|
221
356
|
"importPath": "react/admin/elements/",
|
|
222
357
|
"externalPath": "components.admin.react.elements"
|
|
223
358
|
},
|
|
@@ -227,12 +362,12 @@ module.exports = [
|
|
|
227
362
|
"externalPath": "components.admin.react.elements"
|
|
228
363
|
},
|
|
229
364
|
{
|
|
230
|
-
"defaultExport": "
|
|
365
|
+
"defaultExport": "DescriptionList",
|
|
231
366
|
"importPath": "react/admin/elements/",
|
|
232
367
|
"externalPath": "components.admin.react.elements"
|
|
233
368
|
},
|
|
234
369
|
{
|
|
235
|
-
"defaultExport": "
|
|
370
|
+
"defaultExport": "Checkbox",
|
|
236
371
|
"importPath": "react/admin/elements/",
|
|
237
372
|
"externalPath": "components.admin.react.elements"
|
|
238
373
|
},
|
|
@@ -241,145 +376,75 @@ module.exports = [
|
|
|
241
376
|
"importPath": "react/admin/elements/",
|
|
242
377
|
"externalPath": "components.admin.react.elements"
|
|
243
378
|
},
|
|
244
|
-
{
|
|
245
|
-
"defaultExport": "Tooltip",
|
|
246
|
-
"importPath": "react/admin/modules/",
|
|
247
|
-
"externalPath": "components.admin.react.modules"
|
|
248
|
-
},
|
|
249
|
-
{
|
|
250
|
-
"defaultExport": "Tabs",
|
|
251
|
-
"importPath": "react/admin/modules/",
|
|
252
|
-
"externalPath": "components.admin.react.modules"
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"defaultExport": "Swatch",
|
|
256
|
-
"importPath": "react/admin/modules/",
|
|
257
|
-
"externalPath": "components.admin.react.modules"
|
|
258
|
-
},
|
|
259
379
|
{
|
|
260
380
|
"defaultExport": "Box",
|
|
261
381
|
"importPath": "react/admin/elements/",
|
|
262
382
|
"externalPath": "components.admin.react.elements"
|
|
263
383
|
},
|
|
264
384
|
{
|
|
265
|
-
"defaultExport": "
|
|
266
|
-
"importPath": "react/admin/modules/",
|
|
267
|
-
"externalPath": "components.admin.react.modules"
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
"defaultExport": "SnackBar",
|
|
271
|
-
"importPath": "react/admin/modules/",
|
|
272
|
-
"externalPath": "components.admin.react.modules"
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
"defaultExport": "Phone",
|
|
276
|
-
"importPath": "react/admin/modules/",
|
|
277
|
-
"externalPath": "components.admin.react.modules"
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
"defaultExport": "Repeater",
|
|
281
|
-
"importPath": "react/admin/modules/",
|
|
282
|
-
"externalPath": "components.admin.react.modules"
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
"defaultExport": "RouterNavBar",
|
|
286
|
-
"importPath": "react/admin/modules/",
|
|
287
|
-
"externalPath": "components.admin.react.modules"
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
"defaultExport": "Pagination",
|
|
291
|
-
"importPath": "react/admin/modules/",
|
|
292
|
-
"externalPath": "components.admin.react.modules"
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
"defaultExport": "NavBar",
|
|
296
|
-
"importPath": "react/admin/modules/",
|
|
297
|
-
"externalPath": "components.admin.react.modules"
|
|
298
|
-
},
|
|
299
|
-
{
|
|
300
|
-
"defaultExport": "Checkbox",
|
|
301
|
-
"importPath": "react/admin/elements/",
|
|
302
|
-
"externalPath": "components.admin.react.elements"
|
|
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": "MetaBox",
|
|
321
|
-
"importPath": "react/admin/modules/",
|
|
385
|
+
"defaultExport": "VidyardVideo",
|
|
386
|
+
"importPath": "react/admin/modules/Videos/",
|
|
322
387
|
"externalPath": "components.admin.react.modules"
|
|
323
388
|
},
|
|
324
389
|
{
|
|
325
|
-
"defaultExport": "
|
|
326
|
-
"importPath": "react/admin/modules/",
|
|
390
|
+
"defaultExport": "RingLoader",
|
|
391
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
327
392
|
"externalPath": "components.admin.react.modules"
|
|
328
393
|
},
|
|
329
394
|
{
|
|
330
|
-
"defaultExport": "
|
|
331
|
-
"importPath": "react/admin/modules/",
|
|
395
|
+
"defaultExport": "Placeholder",
|
|
396
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
332
397
|
"externalPath": "components.admin.react.modules"
|
|
333
398
|
},
|
|
334
399
|
{
|
|
335
|
-
"defaultExport": "
|
|
336
|
-
"importPath": "react/admin/modules/",
|
|
400
|
+
"defaultExport": "RightSidebar",
|
|
401
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
337
402
|
"externalPath": "components.admin.react.modules"
|
|
338
403
|
},
|
|
339
404
|
{
|
|
340
|
-
"defaultExport": "
|
|
341
|
-
"importPath": "react/admin/modules/",
|
|
405
|
+
"defaultExport": "ModularSidebar",
|
|
406
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
342
407
|
"externalPath": "components.admin.react.modules"
|
|
343
408
|
},
|
|
344
409
|
{
|
|
345
|
-
"defaultExport": "
|
|
346
|
-
"importPath": "react/admin/modules/",
|
|
410
|
+
"defaultExport": "IconIndicator",
|
|
411
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
347
412
|
"externalPath": "components.admin.react.modules"
|
|
348
413
|
},
|
|
349
414
|
{
|
|
350
|
-
"defaultExport": "
|
|
351
|
-
"importPath": "react/admin/modules/",
|
|
415
|
+
"defaultExport": "DotIndicator",
|
|
416
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
352
417
|
"externalPath": "components.admin.react.modules"
|
|
353
418
|
},
|
|
354
419
|
{
|
|
355
|
-
"defaultExport": "
|
|
356
|
-
"importPath": "react/admin/modules/",
|
|
420
|
+
"defaultExport": "MetricCard",
|
|
421
|
+
"importPath": "react/admin/modules/Cards/",
|
|
357
422
|
"externalPath": "components.admin.react.modules"
|
|
358
423
|
},
|
|
359
424
|
{
|
|
360
|
-
"defaultExport": "
|
|
361
|
-
"importPath": "react/admin/modules/",
|
|
425
|
+
"defaultExport": "IntegrationCard",
|
|
426
|
+
"importPath": "react/admin/modules/Cards/",
|
|
362
427
|
"externalPath": "components.admin.react.modules"
|
|
363
428
|
},
|
|
364
429
|
{
|
|
365
|
-
"defaultExport": "
|
|
366
|
-
"importPath": "react/admin/modules/",
|
|
430
|
+
"defaultExport": "FormTemplateCard",
|
|
431
|
+
"importPath": "react/admin/modules/Cards/",
|
|
367
432
|
"externalPath": "components.admin.react.modules"
|
|
368
433
|
},
|
|
369
434
|
{
|
|
370
|
-
"defaultExport": "
|
|
371
|
-
"importPath": "react/admin/
|
|
372
|
-
"externalPath": "components.admin.react.
|
|
435
|
+
"defaultExport": "BrandedLink",
|
|
436
|
+
"importPath": "react/admin/elements/Link/",
|
|
437
|
+
"externalPath": "components.admin.react.elements"
|
|
373
438
|
},
|
|
374
439
|
{
|
|
375
|
-
"defaultExport": "
|
|
376
|
-
"importPath": "react/admin/
|
|
377
|
-
"externalPath": "components.admin.react.
|
|
440
|
+
"defaultExport": "ZohoLogo",
|
|
441
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
442
|
+
"externalPath": "components.admin.react.elements"
|
|
378
443
|
},
|
|
379
444
|
{
|
|
380
|
-
"defaultExport": "
|
|
381
|
-
"importPath": "react/admin/
|
|
382
|
-
"externalPath": "components.admin.react.
|
|
445
|
+
"defaultExport": "ZohoFullLogo",
|
|
446
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
447
|
+
"externalPath": "components.admin.react.elements"
|
|
383
448
|
},
|
|
384
449
|
{
|
|
385
450
|
"defaultExport": "WordPressLogo",
|
|
@@ -392,17 +457,17 @@ module.exports = [
|
|
|
392
457
|
"externalPath": "components.admin.react.elements"
|
|
393
458
|
},
|
|
394
459
|
{
|
|
395
|
-
"defaultExport": "
|
|
460
|
+
"defaultExport": "WPMailSMTPFullLogo",
|
|
396
461
|
"importPath": "react/admin/elements/Svgs/",
|
|
397
462
|
"externalPath": "components.admin.react.elements"
|
|
398
463
|
},
|
|
399
464
|
{
|
|
400
|
-
"defaultExport": "
|
|
465
|
+
"defaultExport": "TwilioLogo",
|
|
401
466
|
"importPath": "react/admin/elements/Svgs/",
|
|
402
467
|
"externalPath": "components.admin.react.elements"
|
|
403
468
|
},
|
|
404
469
|
{
|
|
405
|
-
"defaultExport": "
|
|
470
|
+
"defaultExport": "TelegramLogo",
|
|
406
471
|
"importPath": "react/admin/elements/Svgs/",
|
|
407
472
|
"externalPath": "components.admin.react.elements"
|
|
408
473
|
},
|
|
@@ -412,12 +477,12 @@ module.exports = [
|
|
|
412
477
|
"externalPath": "components.admin.react.elements"
|
|
413
478
|
},
|
|
414
479
|
{
|
|
415
|
-
"defaultExport": "
|
|
480
|
+
"defaultExport": "SparkPostLogo",
|
|
416
481
|
"importPath": "react/admin/elements/Svgs/",
|
|
417
482
|
"externalPath": "components.admin.react.elements"
|
|
418
483
|
},
|
|
419
484
|
{
|
|
420
|
-
"defaultExport": "
|
|
485
|
+
"defaultExport": "SlackLogo",
|
|
421
486
|
"importPath": "react/admin/elements/Svgs/",
|
|
422
487
|
"externalPath": "components.admin.react.elements"
|
|
423
488
|
},
|
|
@@ -427,7 +492,7 @@ module.exports = [
|
|
|
427
492
|
"externalPath": "components.admin.react.elements"
|
|
428
493
|
},
|
|
429
494
|
{
|
|
430
|
-
"defaultExport": "
|
|
495
|
+
"defaultExport": "SMTP2GOLogo",
|
|
431
496
|
"importPath": "react/admin/elements/Svgs/",
|
|
432
497
|
"externalPath": "components.admin.react.elements"
|
|
433
498
|
},
|
|
@@ -437,12 +502,7 @@ module.exports = [
|
|
|
437
502
|
"externalPath": "components.admin.react.elements"
|
|
438
503
|
},
|
|
439
504
|
{
|
|
440
|
-
"defaultExport": "
|
|
441
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
442
|
-
"externalPath": "components.admin.react.elements"
|
|
443
|
-
},
|
|
444
|
-
{
|
|
445
|
-
"defaultExport": "SMTP2GOLogo",
|
|
505
|
+
"defaultExport": "SearchNoResults",
|
|
446
506
|
"importPath": "react/admin/elements/Svgs/",
|
|
447
507
|
"externalPath": "components.admin.react.elements"
|
|
448
508
|
},
|
|
@@ -452,7 +512,7 @@ module.exports = [
|
|
|
452
512
|
"externalPath": "components.admin.react.elements"
|
|
453
513
|
},
|
|
454
514
|
{
|
|
455
|
-
"defaultExport": "
|
|
515
|
+
"defaultExport": "PostmarkLogo",
|
|
456
516
|
"importPath": "react/admin/elements/Svgs/",
|
|
457
517
|
"externalPath": "components.admin.react.elements"
|
|
458
518
|
},
|
|
@@ -462,7 +522,7 @@ module.exports = [
|
|
|
462
522
|
"externalPath": "components.admin.react.elements"
|
|
463
523
|
},
|
|
464
524
|
{
|
|
465
|
-
"defaultExport": "
|
|
525
|
+
"defaultExport": "PHPLogo",
|
|
466
526
|
"importPath": "react/admin/elements/Svgs/",
|
|
467
527
|
"externalPath": "components.admin.react.elements"
|
|
468
528
|
},
|
|
@@ -472,7 +532,7 @@ module.exports = [
|
|
|
472
532
|
"externalPath": "components.admin.react.elements"
|
|
473
533
|
},
|
|
474
534
|
{
|
|
475
|
-
"defaultExport": "
|
|
535
|
+
"defaultExport": "MicrosoftLogo",
|
|
476
536
|
"importPath": "react/admin/elements/Svgs/",
|
|
477
537
|
"externalPath": "components.admin.react.elements"
|
|
478
538
|
},
|
|
@@ -482,7 +542,7 @@ module.exports = [
|
|
|
482
542
|
"externalPath": "components.admin.react.elements"
|
|
483
543
|
},
|
|
484
544
|
{
|
|
485
|
-
"defaultExport": "
|
|
545
|
+
"defaultExport": "MicrosoftAltLogo",
|
|
486
546
|
"importPath": "react/admin/elements/Svgs/",
|
|
487
547
|
"externalPath": "components.admin.react.elements"
|
|
488
548
|
},
|
|
@@ -497,12 +557,12 @@ module.exports = [
|
|
|
497
557
|
"externalPath": "components.admin.react.elements"
|
|
498
558
|
},
|
|
499
559
|
{
|
|
500
|
-
"defaultExport": "
|
|
560
|
+
"defaultExport": "MailjetFullLogo",
|
|
501
561
|
"importPath": "react/admin/elements/Svgs/",
|
|
502
562
|
"externalPath": "components.admin.react.elements"
|
|
503
563
|
},
|
|
504
564
|
{
|
|
505
|
-
"defaultExport": "
|
|
565
|
+
"defaultExport": "MailgunFullLogo",
|
|
506
566
|
"importPath": "react/admin/elements/Svgs/",
|
|
507
567
|
"externalPath": "components.admin.react.elements"
|
|
508
568
|
},
|
|
@@ -512,12 +572,12 @@ module.exports = [
|
|
|
512
572
|
"externalPath": "components.admin.react.elements"
|
|
513
573
|
},
|
|
514
574
|
{
|
|
515
|
-
"defaultExport": "
|
|
575
|
+
"defaultExport": "MailgunLogo",
|
|
516
576
|
"importPath": "react/admin/elements/Svgs/",
|
|
517
577
|
"externalPath": "components.admin.react.elements"
|
|
518
578
|
},
|
|
519
579
|
{
|
|
520
|
-
"defaultExport": "
|
|
580
|
+
"defaultExport": "MailerSendFullLogo",
|
|
521
581
|
"importPath": "react/admin/elements/Svgs/",
|
|
522
582
|
"externalPath": "components.admin.react.elements"
|
|
523
583
|
},
|
|
@@ -532,17 +592,17 @@ module.exports = [
|
|
|
532
592
|
"externalPath": "components.admin.react.elements"
|
|
533
593
|
},
|
|
534
594
|
{
|
|
535
|
-
"defaultExport": "
|
|
595
|
+
"defaultExport": "MailSuccess",
|
|
536
596
|
"importPath": "react/admin/elements/Svgs/",
|
|
537
597
|
"externalPath": "components.admin.react.elements"
|
|
538
598
|
},
|
|
539
599
|
{
|
|
540
|
-
"defaultExport": "
|
|
600
|
+
"defaultExport": "MailSuccessBg",
|
|
541
601
|
"importPath": "react/admin/elements/Svgs/",
|
|
542
602
|
"externalPath": "components.admin.react.elements"
|
|
543
603
|
},
|
|
544
604
|
{
|
|
545
|
-
"defaultExport": "
|
|
605
|
+
"defaultExport": "MailFailedBg",
|
|
546
606
|
"importPath": "react/admin/elements/Svgs/",
|
|
547
607
|
"externalPath": "components.admin.react.elements"
|
|
548
608
|
},
|
|
@@ -552,52 +612,52 @@ module.exports = [
|
|
|
552
612
|
"externalPath": "components.admin.react.elements"
|
|
553
613
|
},
|
|
554
614
|
{
|
|
555
|
-
"defaultExport": "
|
|
615
|
+
"defaultExport": "GravitySMTPLogo",
|
|
556
616
|
"importPath": "react/admin/elements/Svgs/",
|
|
557
617
|
"externalPath": "components.admin.react.elements"
|
|
558
618
|
},
|
|
559
619
|
{
|
|
560
|
-
"defaultExport": "
|
|
620
|
+
"defaultExport": "GravitySMTPFullLogo",
|
|
561
621
|
"importPath": "react/admin/elements/Svgs/",
|
|
562
622
|
"externalPath": "components.admin.react.elements"
|
|
563
623
|
},
|
|
564
624
|
{
|
|
565
|
-
"defaultExport": "
|
|
625
|
+
"defaultExport": "GravityFormsStackedLogo",
|
|
566
626
|
"importPath": "react/admin/elements/Svgs/",
|
|
567
627
|
"externalPath": "components.admin.react.elements"
|
|
568
628
|
},
|
|
569
629
|
{
|
|
570
|
-
"defaultExport": "
|
|
630
|
+
"defaultExport": "GravitySMTPTextLogo",
|
|
571
631
|
"importPath": "react/admin/elements/Svgs/",
|
|
572
632
|
"externalPath": "components.admin.react.elements"
|
|
573
633
|
},
|
|
574
634
|
{
|
|
575
|
-
"defaultExport": "
|
|
635
|
+
"defaultExport": "GravityCRMFullLogo",
|
|
576
636
|
"importPath": "react/admin/elements/Svgs/",
|
|
577
637
|
"externalPath": "components.admin.react.elements"
|
|
578
638
|
},
|
|
579
639
|
{
|
|
580
|
-
"defaultExport": "
|
|
640
|
+
"defaultExport": "GoogleLogo",
|
|
581
641
|
"importPath": "react/admin/elements/Svgs/",
|
|
582
642
|
"externalPath": "components.admin.react.elements"
|
|
583
643
|
},
|
|
584
644
|
{
|
|
585
|
-
"defaultExport": "
|
|
645
|
+
"defaultExport": "GoogleFullLogo",
|
|
586
646
|
"importPath": "react/admin/elements/Svgs/",
|
|
587
647
|
"externalPath": "components.admin.react.elements"
|
|
588
648
|
},
|
|
589
649
|
{
|
|
590
|
-
"defaultExport": "
|
|
650
|
+
"defaultExport": "GoogleAltLogo",
|
|
591
651
|
"importPath": "react/admin/elements/Svgs/",
|
|
592
652
|
"externalPath": "components.admin.react.elements"
|
|
593
653
|
},
|
|
594
654
|
{
|
|
595
|
-
"defaultExport": "
|
|
655
|
+
"defaultExport": "ElasticEmailLogo",
|
|
596
656
|
"importPath": "react/admin/elements/Svgs/",
|
|
597
657
|
"externalPath": "components.admin.react.elements"
|
|
598
658
|
},
|
|
599
659
|
{
|
|
600
|
-
"defaultExport": "
|
|
660
|
+
"defaultExport": "ElasticEmailFullLogo",
|
|
601
661
|
"importPath": "react/admin/elements/Svgs/",
|
|
602
662
|
"externalPath": "components.admin.react.elements"
|
|
603
663
|
},
|
|
@@ -612,7 +672,7 @@ module.exports = [
|
|
|
612
672
|
"externalPath": "components.admin.react.elements"
|
|
613
673
|
},
|
|
614
674
|
{
|
|
615
|
-
"defaultExport": "
|
|
675
|
+
"defaultExport": "BrokenImageFull",
|
|
616
676
|
"importPath": "react/admin/elements/Svgs/",
|
|
617
677
|
"externalPath": "components.admin.react.elements"
|
|
618
678
|
},
|
|
@@ -627,12 +687,12 @@ module.exports = [
|
|
|
627
687
|
"externalPath": "components.admin.react.elements"
|
|
628
688
|
},
|
|
629
689
|
{
|
|
630
|
-
"defaultExport": "
|
|
690
|
+
"defaultExport": "BrevoFullLogo",
|
|
631
691
|
"importPath": "react/admin/elements/Svgs/",
|
|
632
692
|
"externalPath": "components.admin.react.elements"
|
|
633
693
|
},
|
|
634
694
|
{
|
|
635
|
-
"defaultExport": "
|
|
695
|
+
"defaultExport": "AmazonAWSLogo",
|
|
636
696
|
"importPath": "react/admin/elements/Svgs/",
|
|
637
697
|
"externalPath": "components.admin.react.elements"
|
|
638
698
|
},
|
|
@@ -641,69 +701,9 @@ module.exports = [
|
|
|
641
701
|
"importPath": "react/admin/elements/Svgs/",
|
|
642
702
|
"externalPath": "components.admin.react.elements"
|
|
643
703
|
},
|
|
644
|
-
{
|
|
645
|
-
"defaultExport": "BrandedLink",
|
|
646
|
-
"importPath": "react/admin/elements/Link/",
|
|
647
|
-
"externalPath": "components.admin.react.elements"
|
|
648
|
-
},
|
|
649
704
|
{
|
|
650
705
|
"defaultExport": "BrandedButton",
|
|
651
706
|
"importPath": "react/admin/elements/Button/",
|
|
652
707
|
"externalPath": "components.admin.react.elements"
|
|
653
|
-
},
|
|
654
|
-
{
|
|
655
|
-
"defaultExport": "VidyardVideo",
|
|
656
|
-
"importPath": "react/admin/modules/Videos/",
|
|
657
|
-
"externalPath": "components.admin.react.modules"
|
|
658
|
-
},
|
|
659
|
-
{
|
|
660
|
-
"defaultExport": "RightSidebar",
|
|
661
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
662
|
-
"externalPath": "components.admin.react.modules"
|
|
663
|
-
},
|
|
664
|
-
{
|
|
665
|
-
"defaultExport": "BrokenImageFull",
|
|
666
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
667
|
-
"externalPath": "components.admin.react.elements"
|
|
668
|
-
},
|
|
669
|
-
{
|
|
670
|
-
"defaultExport": "ModularSidebar",
|
|
671
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
672
|
-
"externalPath": "components.admin.react.modules"
|
|
673
|
-
},
|
|
674
|
-
{
|
|
675
|
-
"defaultExport": "RingLoader",
|
|
676
|
-
"importPath": "react/admin/modules/Loaders/",
|
|
677
|
-
"externalPath": "components.admin.react.modules"
|
|
678
|
-
},
|
|
679
|
-
{
|
|
680
|
-
"defaultExport": "Placeholder",
|
|
681
|
-
"importPath": "react/admin/modules/Loaders/",
|
|
682
|
-
"externalPath": "components.admin.react.modules"
|
|
683
|
-
},
|
|
684
|
-
{
|
|
685
|
-
"defaultExport": "DotIndicator",
|
|
686
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
687
|
-
"externalPath": "components.admin.react.modules"
|
|
688
|
-
},
|
|
689
|
-
{
|
|
690
|
-
"defaultExport": "MetricCard",
|
|
691
|
-
"importPath": "react/admin/modules/Cards/",
|
|
692
|
-
"externalPath": "components.admin.react.modules"
|
|
693
|
-
},
|
|
694
|
-
{
|
|
695
|
-
"defaultExport": "IntegrationCard",
|
|
696
|
-
"importPath": "react/admin/modules/Cards/",
|
|
697
|
-
"externalPath": "components.admin.react.modules"
|
|
698
|
-
},
|
|
699
|
-
{
|
|
700
|
-
"defaultExport": "FormTemplateCard",
|
|
701
|
-
"importPath": "react/admin/modules/Cards/",
|
|
702
|
-
"externalPath": "components.admin.react.modules"
|
|
703
|
-
},
|
|
704
|
-
{
|
|
705
|
-
"defaultExport": "IconIndicator",
|
|
706
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
707
|
-
"externalPath": "components.admin.react.modules"
|
|
708
708
|
}
|
|
709
709
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.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",
|