@gravityforms/dependency-extraction-webpack-plugin 5.9.4 → 5.9.5
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 +216 -216
- package/package.json +2 -2
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
module.exports = [
|
|
2
|
+
{
|
|
3
|
+
"defaultExport": "Table",
|
|
4
|
+
"importPath": "html/admin/modules/",
|
|
5
|
+
"externalPath": "components.admin.html.modules"
|
|
6
|
+
},
|
|
2
7
|
{
|
|
3
8
|
"defaultExport": "Flyout",
|
|
4
9
|
"namedExports": [
|
|
@@ -8,7 +13,10 @@ module.exports = [
|
|
|
8
13
|
"externalPath": "components.admin.html.modules"
|
|
9
14
|
},
|
|
10
15
|
{
|
|
11
|
-
"defaultExport": "
|
|
16
|
+
"defaultExport": "Dialog",
|
|
17
|
+
"namedExports": [
|
|
18
|
+
"dialogTemplate"
|
|
19
|
+
],
|
|
12
20
|
"importPath": "html/admin/modules/",
|
|
13
21
|
"externalPath": "components.admin.html.modules"
|
|
14
22
|
},
|
|
@@ -21,25 +29,25 @@ module.exports = [
|
|
|
21
29
|
"externalPath": "components.admin.html.elements"
|
|
22
30
|
},
|
|
23
31
|
{
|
|
24
|
-
"defaultExport": "
|
|
32
|
+
"defaultExport": "Text",
|
|
25
33
|
"namedExports": [
|
|
26
|
-
"
|
|
34
|
+
"textTemplate"
|
|
27
35
|
],
|
|
28
36
|
"importPath": "html/admin/elements/",
|
|
29
37
|
"externalPath": "components.admin.html.elements"
|
|
30
38
|
},
|
|
31
39
|
{
|
|
32
|
-
"defaultExport": "
|
|
40
|
+
"defaultExport": "StatusIndicator",
|
|
33
41
|
"namedExports": [
|
|
34
|
-
"
|
|
42
|
+
"statusIndicatorTemplate"
|
|
35
43
|
],
|
|
36
44
|
"importPath": "html/admin/elements/",
|
|
37
45
|
"externalPath": "components.admin.html.elements"
|
|
38
46
|
},
|
|
39
47
|
{
|
|
40
|
-
"defaultExport": "
|
|
48
|
+
"defaultExport": "Textarea",
|
|
41
49
|
"namedExports": [
|
|
42
|
-
"
|
|
50
|
+
"textareaTemplate"
|
|
43
51
|
],
|
|
44
52
|
"importPath": "html/admin/elements/",
|
|
45
53
|
"externalPath": "components.admin.html.elements"
|
|
@@ -69,17 +77,17 @@ module.exports = [
|
|
|
69
77
|
"externalPath": "components.admin.html.elements"
|
|
70
78
|
},
|
|
71
79
|
{
|
|
72
|
-
"defaultExport": "
|
|
80
|
+
"defaultExport": "Label",
|
|
73
81
|
"namedExports": [
|
|
74
|
-
"
|
|
82
|
+
"labelTemplate"
|
|
75
83
|
],
|
|
76
84
|
"importPath": "html/admin/elements/",
|
|
77
85
|
"externalPath": "components.admin.html.elements"
|
|
78
86
|
},
|
|
79
87
|
{
|
|
80
|
-
"defaultExport": "
|
|
88
|
+
"defaultExport": "Link",
|
|
81
89
|
"namedExports": [
|
|
82
|
-
"
|
|
90
|
+
"linkTemplate"
|
|
83
91
|
],
|
|
84
92
|
"importPath": "html/admin/elements/",
|
|
85
93
|
"externalPath": "components.admin.html.elements"
|
|
@@ -93,26 +101,26 @@ module.exports = [
|
|
|
93
101
|
"externalPath": "components.admin.html.elements"
|
|
94
102
|
},
|
|
95
103
|
{
|
|
96
|
-
"defaultExport": "
|
|
104
|
+
"defaultExport": "Heading",
|
|
97
105
|
"namedExports": [
|
|
98
|
-
"
|
|
106
|
+
"headingTemplate"
|
|
99
107
|
],
|
|
100
108
|
"importPath": "html/admin/elements/",
|
|
101
109
|
"externalPath": "components.admin.html.elements"
|
|
102
110
|
},
|
|
103
111
|
{
|
|
104
|
-
"defaultExport": "
|
|
112
|
+
"defaultExport": "Dropdown",
|
|
105
113
|
"namedExports": [
|
|
106
|
-
"
|
|
114
|
+
"dropdownTemplate",
|
|
115
|
+
"dropdownListItems"
|
|
107
116
|
],
|
|
108
117
|
"importPath": "html/admin/elements/",
|
|
109
118
|
"externalPath": "components.admin.html.elements"
|
|
110
119
|
},
|
|
111
120
|
{
|
|
112
|
-
"defaultExport": "
|
|
121
|
+
"defaultExport": "HelpText",
|
|
113
122
|
"namedExports": [
|
|
114
|
-
"
|
|
115
|
-
"dropdownListItems"
|
|
123
|
+
"helpTextTemplate"
|
|
116
124
|
],
|
|
117
125
|
"importPath": "html/admin/elements/",
|
|
118
126
|
"externalPath": "components.admin.html.elements"
|
|
@@ -134,120 +142,12 @@ module.exports = [
|
|
|
134
142
|
"externalPath": "components.admin.html.elements"
|
|
135
143
|
},
|
|
136
144
|
{
|
|
137
|
-
"defaultExport": "
|
|
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
|
-
},
|
|
244
|
-
{
|
|
245
|
-
"defaultExport": "Tooltip",
|
|
145
|
+
"defaultExport": "Tabs",
|
|
246
146
|
"importPath": "react/admin/modules/",
|
|
247
147
|
"externalPath": "components.admin.react.modules"
|
|
248
148
|
},
|
|
249
149
|
{
|
|
250
|
-
"defaultExport": "
|
|
150
|
+
"defaultExport": "Tooltip",
|
|
251
151
|
"importPath": "react/admin/modules/",
|
|
252
152
|
"externalPath": "components.admin.react.modules"
|
|
253
153
|
},
|
|
@@ -277,9 +177,9 @@ module.exports = [
|
|
|
277
177
|
"externalPath": "components.admin.react.modules"
|
|
278
178
|
},
|
|
279
179
|
{
|
|
280
|
-
"defaultExport": "
|
|
281
|
-
"importPath": "react/admin/
|
|
282
|
-
"externalPath": "components.admin.react.
|
|
180
|
+
"defaultExport": "Pagination",
|
|
181
|
+
"importPath": "react/admin/modules/",
|
|
182
|
+
"externalPath": "components.admin.react.modules"
|
|
283
183
|
},
|
|
284
184
|
{
|
|
285
185
|
"defaultExport": "Phone",
|
|
@@ -292,27 +192,27 @@ module.exports = [
|
|
|
292
192
|
"externalPath": "components.admin.react.modules"
|
|
293
193
|
},
|
|
294
194
|
{
|
|
295
|
-
"defaultExport": "
|
|
195
|
+
"defaultExport": "NavBar",
|
|
296
196
|
"importPath": "react/admin/modules/",
|
|
297
197
|
"externalPath": "components.admin.react.modules"
|
|
298
198
|
},
|
|
299
199
|
{
|
|
300
|
-
"defaultExport": "
|
|
200
|
+
"defaultExport": "MetaBox",
|
|
301
201
|
"importPath": "react/admin/modules/",
|
|
302
202
|
"externalPath": "components.admin.react.modules"
|
|
303
203
|
},
|
|
304
204
|
{
|
|
305
|
-
"defaultExport": "
|
|
205
|
+
"defaultExport": "List",
|
|
306
206
|
"importPath": "react/admin/modules/",
|
|
307
207
|
"externalPath": "components.admin.react.modules"
|
|
308
208
|
},
|
|
309
209
|
{
|
|
310
|
-
"defaultExport": "
|
|
210
|
+
"defaultExport": "InputGroup",
|
|
311
211
|
"importPath": "react/admin/modules/",
|
|
312
212
|
"externalPath": "components.admin.react.modules"
|
|
313
213
|
},
|
|
314
214
|
{
|
|
315
|
-
"defaultExport": "
|
|
215
|
+
"defaultExport": "Kanban",
|
|
316
216
|
"importPath": "react/admin/modules/",
|
|
317
217
|
"externalPath": "components.admin.react.modules"
|
|
318
218
|
},
|
|
@@ -347,12 +247,12 @@ module.exports = [
|
|
|
347
247
|
"externalPath": "components.admin.react.modules"
|
|
348
248
|
},
|
|
349
249
|
{
|
|
350
|
-
"defaultExport": "
|
|
250
|
+
"defaultExport": "ColorPicker",
|
|
351
251
|
"importPath": "react/admin/modules/",
|
|
352
252
|
"externalPath": "components.admin.react.modules"
|
|
353
253
|
},
|
|
354
254
|
{
|
|
355
|
-
"defaultExport": "
|
|
255
|
+
"defaultExport": "DataGrid",
|
|
356
256
|
"importPath": "react/admin/modules/",
|
|
357
257
|
"externalPath": "components.admin.react.modules"
|
|
358
258
|
},
|
|
@@ -372,12 +272,12 @@ module.exports = [
|
|
|
372
272
|
"externalPath": "components.admin.react.modules"
|
|
373
273
|
},
|
|
374
274
|
{
|
|
375
|
-
"defaultExport": "
|
|
275
|
+
"defaultExport": "Avatar",
|
|
376
276
|
"importPath": "react/admin/modules/",
|
|
377
277
|
"externalPath": "components.admin.react.modules"
|
|
378
278
|
},
|
|
379
279
|
{
|
|
380
|
-
"defaultExport": "
|
|
280
|
+
"defaultExport": "AvatarGroup",
|
|
381
281
|
"importPath": "react/admin/modules/",
|
|
382
282
|
"externalPath": "components.admin.react.modules"
|
|
383
283
|
},
|
|
@@ -392,18 +292,108 @@ module.exports = [
|
|
|
392
292
|
"externalPath": "components.admin.react.modules"
|
|
393
293
|
},
|
|
394
294
|
{
|
|
395
|
-
"defaultExport": "
|
|
396
|
-
"importPath": "react/admin/
|
|
397
|
-
"externalPath": "components.admin.react.
|
|
295
|
+
"defaultExport": "Toggle",
|
|
296
|
+
"importPath": "react/admin/elements/",
|
|
297
|
+
"externalPath": "components.admin.react.elements"
|
|
398
298
|
},
|
|
399
299
|
{
|
|
400
|
-
"defaultExport": "
|
|
401
|
-
"importPath": "react/admin/
|
|
402
|
-
"externalPath": "components.admin.react.
|
|
300
|
+
"defaultExport": "Textarea",
|
|
301
|
+
"importPath": "react/admin/elements/",
|
|
302
|
+
"externalPath": "components.admin.react.elements"
|
|
403
303
|
},
|
|
404
304
|
{
|
|
405
|
-
"defaultExport": "
|
|
406
|
-
"importPath": "react/admin/elements/
|
|
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": "Heading",
|
|
366
|
+
"importPath": "react/admin/elements/",
|
|
367
|
+
"externalPath": "components.admin.react.elements"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"defaultExport": "HelpText",
|
|
371
|
+
"importPath": "react/admin/elements/",
|
|
372
|
+
"externalPath": "components.admin.react.elements"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"defaultExport": "FileUpload",
|
|
376
|
+
"importPath": "react/admin/elements/",
|
|
377
|
+
"externalPath": "components.admin.react.elements"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"defaultExport": "Grid",
|
|
381
|
+
"importPath": "react/admin/elements/",
|
|
382
|
+
"externalPath": "components.admin.react.elements"
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"defaultExport": "DescriptionList",
|
|
386
|
+
"importPath": "react/admin/elements/",
|
|
387
|
+
"externalPath": "components.admin.react.elements"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"defaultExport": "Checkbox",
|
|
391
|
+
"importPath": "react/admin/elements/",
|
|
392
|
+
"externalPath": "components.admin.react.elements"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"defaultExport": "Box",
|
|
396
|
+
"importPath": "react/admin/elements/",
|
|
407
397
|
"externalPath": "components.admin.react.elements"
|
|
408
398
|
},
|
|
409
399
|
{
|
|
@@ -411,6 +401,11 @@ module.exports = [
|
|
|
411
401
|
"importPath": "react/admin/elements/",
|
|
412
402
|
"externalPath": "components.admin.react.elements"
|
|
413
403
|
},
|
|
404
|
+
{
|
|
405
|
+
"defaultExport": "VidyardVideo",
|
|
406
|
+
"importPath": "react/admin/modules/Videos/",
|
|
407
|
+
"externalPath": "components.admin.react.modules"
|
|
408
|
+
},
|
|
414
409
|
{
|
|
415
410
|
"__esModule": true,
|
|
416
411
|
"default": {
|
|
@@ -439,6 +434,11 @@ module.exports = [
|
|
|
439
434
|
"importPath": "react/admin/modules/Layouts/",
|
|
440
435
|
"externalPath": "components.admin.react.modules"
|
|
441
436
|
},
|
|
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,37 +450,57 @@ module.exports = [
|
|
|
450
450
|
"externalPath": "components.admin.react.modules"
|
|
451
451
|
},
|
|
452
452
|
{
|
|
453
|
-
"defaultExport": "
|
|
454
|
-
"importPath": "react/admin/
|
|
453
|
+
"defaultExport": "MetricCard",
|
|
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/",
|
|
455
475
|
"externalPath": "components.admin.react.elements"
|
|
456
476
|
},
|
|
457
477
|
{
|
|
458
|
-
"defaultExport": "
|
|
478
|
+
"defaultExport": "ZohoLogo",
|
|
459
479
|
"importPath": "react/admin/elements/Svgs/",
|
|
460
480
|
"externalPath": "components.admin.react.elements"
|
|
461
481
|
},
|
|
462
482
|
{
|
|
463
|
-
"defaultExport": "
|
|
483
|
+
"defaultExport": "ZohoFullLogo",
|
|
464
484
|
"importPath": "react/admin/elements/Svgs/",
|
|
465
485
|
"externalPath": "components.admin.react.elements"
|
|
466
486
|
},
|
|
467
487
|
{
|
|
468
|
-
"defaultExport": "
|
|
488
|
+
"defaultExport": "WordPressLogo",
|
|
469
489
|
"importPath": "react/admin/elements/Svgs/",
|
|
470
490
|
"externalPath": "components.admin.react.elements"
|
|
471
491
|
},
|
|
472
492
|
{
|
|
473
|
-
"defaultExport": "
|
|
493
|
+
"defaultExport": "WhatsAppLogo",
|
|
474
494
|
"importPath": "react/admin/elements/Svgs/",
|
|
475
495
|
"externalPath": "components.admin.react.elements"
|
|
476
496
|
},
|
|
477
497
|
{
|
|
478
|
-
"defaultExport": "
|
|
479
|
-
"importPath": "react/admin/
|
|
480
|
-
"externalPath": "components.admin.react.
|
|
498
|
+
"defaultExport": "TwilioLogo",
|
|
499
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
500
|
+
"externalPath": "components.admin.react.elements"
|
|
481
501
|
},
|
|
482
502
|
{
|
|
483
|
-
"defaultExport": "
|
|
503
|
+
"defaultExport": "WPMailSMTPFullLogo",
|
|
484
504
|
"importPath": "react/admin/elements/Svgs/",
|
|
485
505
|
"externalPath": "components.admin.react.elements"
|
|
486
506
|
},
|
|
@@ -490,22 +510,22 @@ module.exports = [
|
|
|
490
510
|
"externalPath": "components.admin.react.elements"
|
|
491
511
|
},
|
|
492
512
|
{
|
|
493
|
-
"defaultExport": "
|
|
513
|
+
"defaultExport": "TelegramLogo",
|
|
494
514
|
"importPath": "react/admin/elements/Svgs/",
|
|
495
515
|
"externalPath": "components.admin.react.elements"
|
|
496
516
|
},
|
|
497
517
|
{
|
|
498
|
-
"defaultExport": "
|
|
518
|
+
"defaultExport": "SparkPostLogo",
|
|
499
519
|
"importPath": "react/admin/elements/Svgs/",
|
|
500
520
|
"externalPath": "components.admin.react.elements"
|
|
501
521
|
},
|
|
502
522
|
{
|
|
503
|
-
"defaultExport": "
|
|
523
|
+
"defaultExport": "SlackLogo",
|
|
504
524
|
"importPath": "react/admin/elements/Svgs/",
|
|
505
525
|
"externalPath": "components.admin.react.elements"
|
|
506
526
|
},
|
|
507
527
|
{
|
|
508
|
-
"defaultExport": "
|
|
528
|
+
"defaultExport": "SendGridLogo",
|
|
509
529
|
"importPath": "react/admin/elements/Svgs/",
|
|
510
530
|
"externalPath": "components.admin.react.elements"
|
|
511
531
|
},
|
|
@@ -515,12 +535,12 @@ module.exports = [
|
|
|
515
535
|
"externalPath": "components.admin.react.elements"
|
|
516
536
|
},
|
|
517
537
|
{
|
|
518
|
-
"defaultExport": "
|
|
538
|
+
"defaultExport": "SearchNoResults",
|
|
519
539
|
"importPath": "react/admin/elements/Svgs/",
|
|
520
540
|
"externalPath": "components.admin.react.elements"
|
|
521
541
|
},
|
|
522
542
|
{
|
|
523
|
-
"defaultExport": "
|
|
543
|
+
"defaultExport": "SMTP2GOLogo",
|
|
524
544
|
"importPath": "react/admin/elements/Svgs/",
|
|
525
545
|
"externalPath": "components.admin.react.elements"
|
|
526
546
|
},
|
|
@@ -535,17 +555,17 @@ module.exports = [
|
|
|
535
555
|
"externalPath": "components.admin.react.elements"
|
|
536
556
|
},
|
|
537
557
|
{
|
|
538
|
-
"defaultExport": "
|
|
558
|
+
"defaultExport": "ResendFullLogo",
|
|
539
559
|
"importPath": "react/admin/elements/Svgs/",
|
|
540
560
|
"externalPath": "components.admin.react.elements"
|
|
541
561
|
},
|
|
542
562
|
{
|
|
543
|
-
"defaultExport": "
|
|
563
|
+
"defaultExport": "PostmarkLogo",
|
|
544
564
|
"importPath": "react/admin/elements/Svgs/",
|
|
545
565
|
"externalPath": "components.admin.react.elements"
|
|
546
566
|
},
|
|
547
567
|
{
|
|
548
|
-
"defaultExport": "
|
|
568
|
+
"defaultExport": "PostmarkFullLogo",
|
|
549
569
|
"importPath": "react/admin/elements/Svgs/",
|
|
550
570
|
"externalPath": "components.admin.react.elements"
|
|
551
571
|
},
|
|
@@ -555,12 +575,12 @@ module.exports = [
|
|
|
555
575
|
"externalPath": "components.admin.react.elements"
|
|
556
576
|
},
|
|
557
577
|
{
|
|
558
|
-
"defaultExport": "
|
|
578
|
+
"defaultExport": "PHPLogo",
|
|
559
579
|
"importPath": "react/admin/elements/Svgs/",
|
|
560
580
|
"externalPath": "components.admin.react.elements"
|
|
561
581
|
},
|
|
562
582
|
{
|
|
563
|
-
"defaultExport": "
|
|
583
|
+
"defaultExport": "PHPFullLogo",
|
|
564
584
|
"importPath": "react/admin/elements/Svgs/",
|
|
565
585
|
"externalPath": "components.admin.react.elements"
|
|
566
586
|
},
|
|
@@ -570,17 +590,17 @@ module.exports = [
|
|
|
570
590
|
"externalPath": "components.admin.react.elements"
|
|
571
591
|
},
|
|
572
592
|
{
|
|
573
|
-
"defaultExport": "
|
|
593
|
+
"defaultExport": "MicrosoftFullLogo",
|
|
574
594
|
"importPath": "react/admin/elements/Svgs/",
|
|
575
595
|
"externalPath": "components.admin.react.elements"
|
|
576
596
|
},
|
|
577
597
|
{
|
|
578
|
-
"defaultExport": "
|
|
598
|
+
"defaultExport": "MicrosoftAltLogo",
|
|
579
599
|
"importPath": "react/admin/elements/Svgs/",
|
|
580
600
|
"externalPath": "components.admin.react.elements"
|
|
581
601
|
},
|
|
582
602
|
{
|
|
583
|
-
"defaultExport": "
|
|
603
|
+
"defaultExport": "MandrillLogo",
|
|
584
604
|
"importPath": "react/admin/elements/Svgs/",
|
|
585
605
|
"externalPath": "components.admin.react.elements"
|
|
586
606
|
},
|
|
@@ -590,12 +610,12 @@ module.exports = [
|
|
|
590
610
|
"externalPath": "components.admin.react.elements"
|
|
591
611
|
},
|
|
592
612
|
{
|
|
593
|
-
"defaultExport": "
|
|
613
|
+
"defaultExport": "MailjetFullLogo",
|
|
594
614
|
"importPath": "react/admin/elements/Svgs/",
|
|
595
615
|
"externalPath": "components.admin.react.elements"
|
|
596
616
|
},
|
|
597
617
|
{
|
|
598
|
-
"defaultExport": "
|
|
618
|
+
"defaultExport": "MailgunLogo",
|
|
599
619
|
"importPath": "react/admin/elements/Svgs/",
|
|
600
620
|
"externalPath": "components.admin.react.elements"
|
|
601
621
|
},
|
|
@@ -605,7 +625,7 @@ module.exports = [
|
|
|
605
625
|
"externalPath": "components.admin.react.elements"
|
|
606
626
|
},
|
|
607
627
|
{
|
|
608
|
-
"defaultExport": "
|
|
628
|
+
"defaultExport": "MailerSendLogo",
|
|
609
629
|
"importPath": "react/admin/elements/Svgs/",
|
|
610
630
|
"externalPath": "components.admin.react.elements"
|
|
611
631
|
},
|
|
@@ -615,12 +635,12 @@ module.exports = [
|
|
|
615
635
|
"externalPath": "components.admin.react.elements"
|
|
616
636
|
},
|
|
617
637
|
{
|
|
618
|
-
"defaultExport": "
|
|
638
|
+
"defaultExport": "MailchimpFullLogo",
|
|
619
639
|
"importPath": "react/admin/elements/Svgs/",
|
|
620
640
|
"externalPath": "components.admin.react.elements"
|
|
621
641
|
},
|
|
622
642
|
{
|
|
623
|
-
"defaultExport": "
|
|
643
|
+
"defaultExport": "MailchimpLogo",
|
|
624
644
|
"importPath": "react/admin/elements/Svgs/",
|
|
625
645
|
"externalPath": "components.admin.react.elements"
|
|
626
646
|
},
|
|
@@ -630,12 +650,12 @@ module.exports = [
|
|
|
630
650
|
"externalPath": "components.admin.react.elements"
|
|
631
651
|
},
|
|
632
652
|
{
|
|
633
|
-
"defaultExport": "
|
|
653
|
+
"defaultExport": "MailSuccessBg",
|
|
634
654
|
"importPath": "react/admin/elements/Svgs/",
|
|
635
655
|
"externalPath": "components.admin.react.elements"
|
|
636
656
|
},
|
|
637
657
|
{
|
|
638
|
-
"defaultExport": "
|
|
658
|
+
"defaultExport": "MailFailedBg",
|
|
639
659
|
"importPath": "react/admin/elements/Svgs/",
|
|
640
660
|
"externalPath": "components.admin.react.elements"
|
|
641
661
|
},
|
|
@@ -644,6 +664,11 @@ module.exports = [
|
|
|
644
664
|
"importPath": "react/admin/elements/Svgs/",
|
|
645
665
|
"externalPath": "components.admin.react.elements"
|
|
646
666
|
},
|
|
667
|
+
{
|
|
668
|
+
"defaultExport": "GravitySMTPTextLogo",
|
|
669
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
670
|
+
"externalPath": "components.admin.react.elements"
|
|
671
|
+
},
|
|
647
672
|
{
|
|
648
673
|
"defaultExport": "GravitySMTPLogo",
|
|
649
674
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -665,27 +690,27 @@ module.exports = [
|
|
|
665
690
|
"externalPath": "components.admin.react.elements"
|
|
666
691
|
},
|
|
667
692
|
{
|
|
668
|
-
"defaultExport": "
|
|
693
|
+
"defaultExport": "GravityCRMFullLogo",
|
|
669
694
|
"importPath": "react/admin/elements/Svgs/",
|
|
670
695
|
"externalPath": "components.admin.react.elements"
|
|
671
696
|
},
|
|
672
697
|
{
|
|
673
|
-
"defaultExport": "
|
|
698
|
+
"defaultExport": "GravityFormsLogo",
|
|
674
699
|
"importPath": "react/admin/elements/Svgs/",
|
|
675
700
|
"externalPath": "components.admin.react.elements"
|
|
676
701
|
},
|
|
677
702
|
{
|
|
678
|
-
"defaultExport": "
|
|
703
|
+
"defaultExport": "GoogleLogo",
|
|
679
704
|
"importPath": "react/admin/elements/Svgs/",
|
|
680
705
|
"externalPath": "components.admin.react.elements"
|
|
681
706
|
},
|
|
682
707
|
{
|
|
683
|
-
"defaultExport": "
|
|
708
|
+
"defaultExport": "GoogleFullLogo",
|
|
684
709
|
"importPath": "react/admin/elements/Svgs/",
|
|
685
710
|
"externalPath": "components.admin.react.elements"
|
|
686
711
|
},
|
|
687
712
|
{
|
|
688
|
-
"defaultExport": "
|
|
713
|
+
"defaultExport": "GoogleAltLogo",
|
|
689
714
|
"importPath": "react/admin/elements/Svgs/",
|
|
690
715
|
"externalPath": "components.admin.react.elements"
|
|
691
716
|
},
|
|
@@ -710,17 +735,17 @@ module.exports = [
|
|
|
710
735
|
"externalPath": "components.admin.react.elements"
|
|
711
736
|
},
|
|
712
737
|
{
|
|
713
|
-
"defaultExport": "
|
|
738
|
+
"defaultExport": "CustomSMTP",
|
|
714
739
|
"importPath": "react/admin/elements/Svgs/",
|
|
715
740
|
"externalPath": "components.admin.react.elements"
|
|
716
741
|
},
|
|
717
742
|
{
|
|
718
|
-
"defaultExport": "
|
|
743
|
+
"defaultExport": "CustomSMTPFull",
|
|
719
744
|
"importPath": "react/admin/elements/Svgs/",
|
|
720
745
|
"externalPath": "components.admin.react.elements"
|
|
721
746
|
},
|
|
722
747
|
{
|
|
723
|
-
"defaultExport": "
|
|
748
|
+
"defaultExport": "BrokenImageFull",
|
|
724
749
|
"importPath": "react/admin/elements/Svgs/",
|
|
725
750
|
"externalPath": "components.admin.react.elements"
|
|
726
751
|
},
|
|
@@ -730,53 +755,28 @@ module.exports = [
|
|
|
730
755
|
"externalPath": "components.admin.react.elements"
|
|
731
756
|
},
|
|
732
757
|
{
|
|
733
|
-
"defaultExport": "
|
|
758
|
+
"defaultExport": "BrokenImage",
|
|
734
759
|
"importPath": "react/admin/elements/Svgs/",
|
|
735
760
|
"externalPath": "components.admin.react.elements"
|
|
736
761
|
},
|
|
737
762
|
{
|
|
738
|
-
"defaultExport": "
|
|
763
|
+
"defaultExport": "AmazonAWSLogo",
|
|
739
764
|
"importPath": "react/admin/elements/Svgs/",
|
|
740
765
|
"externalPath": "components.admin.react.elements"
|
|
741
766
|
},
|
|
742
767
|
{
|
|
743
|
-
"defaultExport": "
|
|
768
|
+
"defaultExport": "BrevoFullLogo",
|
|
744
769
|
"importPath": "react/admin/elements/Svgs/",
|
|
745
770
|
"externalPath": "components.admin.react.elements"
|
|
746
771
|
},
|
|
747
772
|
{
|
|
748
|
-
"defaultExport": "
|
|
773
|
+
"defaultExport": "AmazonAWSFullLogo",
|
|
749
774
|
"importPath": "react/admin/elements/Svgs/",
|
|
750
775
|
"externalPath": "components.admin.react.elements"
|
|
751
776
|
},
|
|
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
|
-
},
|
|
772
777
|
{
|
|
773
778
|
"defaultExport": "BrandedButton",
|
|
774
779
|
"importPath": "react/admin/elements/Button/",
|
|
775
780
|
"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.5",
|
|
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
|
+
}
|