@gravityforms/dependency-extraction-webpack-plugin 5.8.3 → 5.8.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 +241 -236
- package/package.json +35 -35
|
@@ -29,17 +29,17 @@ module.exports = [
|
|
|
29
29
|
"externalPath": "components.admin.html.elements"
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
|
-
"defaultExport": "
|
|
32
|
+
"defaultExport": "Text",
|
|
33
33
|
"namedExports": [
|
|
34
|
-
"
|
|
34
|
+
"textTemplate"
|
|
35
35
|
],
|
|
36
36
|
"importPath": "html/admin/elements/",
|
|
37
37
|
"externalPath": "components.admin.html.elements"
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
|
-
"defaultExport": "
|
|
40
|
+
"defaultExport": "Textarea",
|
|
41
41
|
"namedExports": [
|
|
42
|
-
"
|
|
42
|
+
"textareaTemplate"
|
|
43
43
|
],
|
|
44
44
|
"importPath": "html/admin/elements/",
|
|
45
45
|
"externalPath": "components.admin.html.elements"
|
|
@@ -77,17 +77,17 @@ module.exports = [
|
|
|
77
77
|
"externalPath": "components.admin.html.elements"
|
|
78
78
|
},
|
|
79
79
|
{
|
|
80
|
-
"defaultExport": "
|
|
80
|
+
"defaultExport": "Label",
|
|
81
81
|
"namedExports": [
|
|
82
|
-
"
|
|
82
|
+
"labelTemplate"
|
|
83
83
|
],
|
|
84
84
|
"importPath": "html/admin/elements/",
|
|
85
85
|
"externalPath": "components.admin.html.elements"
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
|
-
"defaultExport": "
|
|
88
|
+
"defaultExport": "Link",
|
|
89
89
|
"namedExports": [
|
|
90
|
-
"
|
|
90
|
+
"linkTemplate"
|
|
91
91
|
],
|
|
92
92
|
"importPath": "html/admin/elements/",
|
|
93
93
|
"externalPath": "components.admin.html.elements"
|
|
@@ -101,17 +101,17 @@ module.exports = [
|
|
|
101
101
|
"externalPath": "components.admin.html.elements"
|
|
102
102
|
},
|
|
103
103
|
{
|
|
104
|
-
"defaultExport": "
|
|
104
|
+
"defaultExport": "HelpText",
|
|
105
105
|
"namedExports": [
|
|
106
|
-
"
|
|
106
|
+
"helpTextTemplate"
|
|
107
107
|
],
|
|
108
108
|
"importPath": "html/admin/elements/",
|
|
109
109
|
"externalPath": "components.admin.html.elements"
|
|
110
110
|
},
|
|
111
111
|
{
|
|
112
|
-
"defaultExport": "
|
|
112
|
+
"defaultExport": "Heading",
|
|
113
113
|
"namedExports": [
|
|
114
|
-
"
|
|
114
|
+
"headingTemplate"
|
|
115
115
|
],
|
|
116
116
|
"importPath": "html/admin/elements/",
|
|
117
117
|
"externalPath": "components.admin.html.elements"
|
|
@@ -141,11 +141,156 @@ module.exports = [
|
|
|
141
141
|
"importPath": "html/admin/elements/",
|
|
142
142
|
"externalPath": "components.admin.html.elements"
|
|
143
143
|
},
|
|
144
|
+
{
|
|
145
|
+
"defaultExport": "Tooltip",
|
|
146
|
+
"importPath": "react/admin/modules/",
|
|
147
|
+
"externalPath": "components.admin.react.modules"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"defaultExport": "Tabs",
|
|
151
|
+
"importPath": "react/admin/modules/",
|
|
152
|
+
"externalPath": "components.admin.react.modules"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"defaultExport": "Swatch",
|
|
156
|
+
"importPath": "react/admin/modules/",
|
|
157
|
+
"externalPath": "components.admin.react.modules"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"defaultExport": "Steps",
|
|
161
|
+
"importPath": "react/admin/modules/",
|
|
162
|
+
"externalPath": "components.admin.react.modules"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"defaultExport": "SnackBar",
|
|
166
|
+
"importPath": "react/admin/modules/",
|
|
167
|
+
"externalPath": "components.admin.react.modules"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"defaultExport": "RouterNavBar",
|
|
171
|
+
"importPath": "react/admin/modules/",
|
|
172
|
+
"externalPath": "components.admin.react.modules"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"defaultExport": "Repeater",
|
|
176
|
+
"importPath": "react/admin/modules/",
|
|
177
|
+
"externalPath": "components.admin.react.modules"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"defaultExport": "Pagination",
|
|
181
|
+
"importPath": "react/admin/modules/",
|
|
182
|
+
"externalPath": "components.admin.react.modules"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"defaultExport": "Phone",
|
|
186
|
+
"importPath": "react/admin/modules/",
|
|
187
|
+
"externalPath": "components.admin.react.modules"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"defaultExport": "NavBar",
|
|
191
|
+
"importPath": "react/admin/modules/",
|
|
192
|
+
"externalPath": "components.admin.react.modules"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"defaultExport": "Overlay",
|
|
196
|
+
"importPath": "react/admin/modules/",
|
|
197
|
+
"externalPath": "components.admin.react.modules"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"defaultExport": "MetaBox",
|
|
201
|
+
"importPath": "react/admin/modules/",
|
|
202
|
+
"externalPath": "components.admin.react.modules"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"defaultExport": "List",
|
|
206
|
+
"importPath": "react/admin/modules/",
|
|
207
|
+
"externalPath": "components.admin.react.modules"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"defaultExport": "InputGroup",
|
|
211
|
+
"importPath": "react/admin/modules/",
|
|
212
|
+
"externalPath": "components.admin.react.modules"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"defaultExport": "Kanban",
|
|
216
|
+
"importPath": "react/admin/modules/",
|
|
217
|
+
"externalPath": "components.admin.react.modules"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"defaultExport": "Gravatar",
|
|
221
|
+
"importPath": "react/admin/modules/",
|
|
222
|
+
"externalPath": "components.admin.react.modules"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"defaultExport": "Flyout",
|
|
226
|
+
"importPath": "react/admin/modules/",
|
|
227
|
+
"externalPath": "components.admin.react.modules"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"defaultExport": "Dialog",
|
|
231
|
+
"importPath": "react/admin/modules/",
|
|
232
|
+
"externalPath": "components.admin.react.modules"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"defaultExport": "Droplist",
|
|
236
|
+
"importPath": "react/admin/modules/",
|
|
237
|
+
"externalPath": "components.admin.react.modules"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"defaultExport": "Dropdown",
|
|
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": "ColorPicker",
|
|
251
|
+
"importPath": "react/admin/modules/",
|
|
252
|
+
"externalPath": "components.admin.react.modules"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"defaultExport": "Chart",
|
|
256
|
+
"importPath": "react/admin/modules/",
|
|
257
|
+
"externalPath": "components.admin.react.modules"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"defaultExport": "Calendar",
|
|
261
|
+
"importPath": "react/admin/modules/",
|
|
262
|
+
"externalPath": "components.admin.react.modules"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"defaultExport": "AvatarGroup",
|
|
266
|
+
"importPath": "react/admin/modules/",
|
|
267
|
+
"externalPath": "components.admin.react.modules"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"defaultExport": "Banner",
|
|
271
|
+
"importPath": "react/admin/modules/",
|
|
272
|
+
"externalPath": "components.admin.react.modules"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"defaultExport": "Avatar",
|
|
276
|
+
"importPath": "react/admin/modules/",
|
|
277
|
+
"externalPath": "components.admin.react.modules"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"defaultExport": "Alert",
|
|
281
|
+
"importPath": "react/admin/modules/",
|
|
282
|
+
"externalPath": "components.admin.react.modules"
|
|
283
|
+
},
|
|
144
284
|
{
|
|
145
285
|
"defaultExport": "Toggle",
|
|
146
286
|
"importPath": "react/admin/elements/",
|
|
147
287
|
"externalPath": "components.admin.react.elements"
|
|
148
288
|
},
|
|
289
|
+
{
|
|
290
|
+
"defaultExport": "Address",
|
|
291
|
+
"importPath": "react/admin/modules/",
|
|
292
|
+
"externalPath": "components.admin.react.modules"
|
|
293
|
+
},
|
|
149
294
|
{
|
|
150
295
|
"defaultExport": "Textarea",
|
|
151
296
|
"importPath": "react/admin/elements/",
|
|
@@ -161,13 +306,18 @@ module.exports = [
|
|
|
161
306
|
"importPath": "react/admin/elements/",
|
|
162
307
|
"externalPath": "components.admin.react.elements"
|
|
163
308
|
},
|
|
309
|
+
{
|
|
310
|
+
"defaultExport": "Range",
|
|
311
|
+
"importPath": "react/admin/elements/",
|
|
312
|
+
"externalPath": "components.admin.react.elements"
|
|
313
|
+
},
|
|
164
314
|
{
|
|
165
315
|
"defaultExport": "Select",
|
|
166
316
|
"importPath": "react/admin/elements/",
|
|
167
317
|
"externalPath": "components.admin.react.elements"
|
|
168
318
|
},
|
|
169
319
|
{
|
|
170
|
-
"defaultExport": "
|
|
320
|
+
"defaultExport": "StatusIndicator",
|
|
171
321
|
"importPath": "react/admin/elements/",
|
|
172
322
|
"externalPath": "components.admin.react.elements"
|
|
173
323
|
},
|
|
@@ -182,7 +332,7 @@ module.exports = [
|
|
|
182
332
|
"externalPath": "components.admin.react.elements"
|
|
183
333
|
},
|
|
184
334
|
{
|
|
185
|
-
"defaultExport": "
|
|
335
|
+
"defaultExport": "Link",
|
|
186
336
|
"importPath": "react/admin/elements/",
|
|
187
337
|
"externalPath": "components.admin.react.elements"
|
|
188
338
|
},
|
|
@@ -197,12 +347,7 @@ module.exports = [
|
|
|
197
347
|
"externalPath": "components.admin.react.elements"
|
|
198
348
|
},
|
|
199
349
|
{
|
|
200
|
-
"defaultExport": "
|
|
201
|
-
"importPath": "react/admin/elements/",
|
|
202
|
-
"externalPath": "components.admin.react.elements"
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"defaultExport": "HelpText",
|
|
350
|
+
"defaultExport": "Image",
|
|
206
351
|
"importPath": "react/admin/elements/",
|
|
207
352
|
"externalPath": "components.admin.react.elements"
|
|
208
353
|
},
|
|
@@ -212,12 +357,12 @@ module.exports = [
|
|
|
212
357
|
"externalPath": "components.admin.react.elements"
|
|
213
358
|
},
|
|
214
359
|
{
|
|
215
|
-
"defaultExport": "
|
|
360
|
+
"defaultExport": "HelpText",
|
|
216
361
|
"importPath": "react/admin/elements/",
|
|
217
362
|
"externalPath": "components.admin.react.elements"
|
|
218
363
|
},
|
|
219
364
|
{
|
|
220
|
-
"defaultExport": "
|
|
365
|
+
"defaultExport": "Heading",
|
|
221
366
|
"importPath": "react/admin/elements/",
|
|
222
367
|
"externalPath": "components.admin.react.elements"
|
|
223
368
|
},
|
|
@@ -226,18 +371,13 @@ module.exports = [
|
|
|
226
371
|
"importPath": "react/admin/elements/",
|
|
227
372
|
"externalPath": "components.admin.react.elements"
|
|
228
373
|
},
|
|
229
|
-
{
|
|
230
|
-
"defaultExport": "Image",
|
|
231
|
-
"importPath": "react/admin/elements/",
|
|
232
|
-
"externalPath": "components.admin.react.elements"
|
|
233
|
-
},
|
|
234
374
|
{
|
|
235
375
|
"defaultExport": "DescriptionList",
|
|
236
376
|
"importPath": "react/admin/elements/",
|
|
237
377
|
"externalPath": "components.admin.react.elements"
|
|
238
378
|
},
|
|
239
379
|
{
|
|
240
|
-
"defaultExport": "
|
|
380
|
+
"defaultExport": "Grid",
|
|
241
381
|
"importPath": "react/admin/elements/",
|
|
242
382
|
"externalPath": "components.admin.react.elements"
|
|
243
383
|
},
|
|
@@ -247,155 +387,93 @@ module.exports = [
|
|
|
247
387
|
"externalPath": "components.admin.react.elements"
|
|
248
388
|
},
|
|
249
389
|
{
|
|
250
|
-
"defaultExport": "
|
|
251
|
-
"importPath": "react/admin/
|
|
252
|
-
"externalPath": "components.admin.react.
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"defaultExport": "Tabs",
|
|
256
|
-
"importPath": "react/admin/modules/",
|
|
257
|
-
"externalPath": "components.admin.react.modules"
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
"defaultExport": "Swatch",
|
|
261
|
-
"importPath": "react/admin/modules/",
|
|
262
|
-
"externalPath": "components.admin.react.modules"
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"defaultExport": "Steps",
|
|
266
|
-
"importPath": "react/admin/modules/",
|
|
267
|
-
"externalPath": "components.admin.react.modules"
|
|
390
|
+
"defaultExport": "Button",
|
|
391
|
+
"importPath": "react/admin/elements/",
|
|
392
|
+
"externalPath": "components.admin.react.elements"
|
|
268
393
|
},
|
|
269
394
|
{
|
|
270
|
-
"defaultExport": "
|
|
271
|
-
"importPath": "react/admin/modules/",
|
|
395
|
+
"defaultExport": "VidyardVideo",
|
|
396
|
+
"importPath": "react/admin/modules/Videos/",
|
|
272
397
|
"externalPath": "components.admin.react.modules"
|
|
273
398
|
},
|
|
274
399
|
{
|
|
275
|
-
"defaultExport": "
|
|
276
|
-
"importPath": "react/admin/
|
|
277
|
-
"externalPath": "components.admin.react.
|
|
400
|
+
"defaultExport": "Box",
|
|
401
|
+
"importPath": "react/admin/elements/",
|
|
402
|
+
"externalPath": "components.admin.react.elements"
|
|
278
403
|
},
|
|
279
404
|
{
|
|
280
|
-
"
|
|
281
|
-
"
|
|
282
|
-
|
|
405
|
+
"__esModule": true,
|
|
406
|
+
"default": {
|
|
407
|
+
"defaultExport": "Simple",
|
|
408
|
+
"importPath": "react/admin/modules/ProgressBar/",
|
|
409
|
+
"externalPath": "components.admin.react.modules"
|
|
410
|
+
}
|
|
283
411
|
},
|
|
284
412
|
{
|
|
285
|
-
"defaultExport": "
|
|
286
|
-
"importPath": "react/admin/modules/",
|
|
413
|
+
"defaultExport": "RingLoader",
|
|
414
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
287
415
|
"externalPath": "components.admin.react.modules"
|
|
288
416
|
},
|
|
289
417
|
{
|
|
290
|
-
"defaultExport": "
|
|
291
|
-
"importPath": "react/admin/modules/",
|
|
418
|
+
"defaultExport": "Placeholder",
|
|
419
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
292
420
|
"externalPath": "components.admin.react.modules"
|
|
293
421
|
},
|
|
294
422
|
{
|
|
295
|
-
"defaultExport": "
|
|
296
|
-
"importPath": "react/admin/modules/",
|
|
423
|
+
"defaultExport": "RightSidebar",
|
|
424
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
297
425
|
"externalPath": "components.admin.react.modules"
|
|
298
426
|
},
|
|
299
427
|
{
|
|
300
|
-
"defaultExport": "
|
|
301
|
-
"importPath": "react/admin/modules/",
|
|
428
|
+
"defaultExport": "ModularSidebar",
|
|
429
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
302
430
|
"externalPath": "components.admin.react.modules"
|
|
303
431
|
},
|
|
304
432
|
{
|
|
305
|
-
"defaultExport": "
|
|
306
|
-
"importPath": "react/admin/modules/",
|
|
433
|
+
"defaultExport": "IconIndicator",
|
|
434
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
307
435
|
"externalPath": "components.admin.react.modules"
|
|
308
436
|
},
|
|
309
437
|
{
|
|
310
|
-
"defaultExport": "
|
|
311
|
-
"importPath": "react/admin/modules/",
|
|
438
|
+
"defaultExport": "DotIndicator",
|
|
439
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
312
440
|
"externalPath": "components.admin.react.modules"
|
|
313
441
|
},
|
|
314
442
|
{
|
|
315
|
-
"defaultExport": "
|
|
316
|
-
"importPath": "react/admin/modules/",
|
|
443
|
+
"defaultExport": "CountryDropdown",
|
|
444
|
+
"importPath": "react/admin/modules/Dropdown/",
|
|
317
445
|
"externalPath": "components.admin.react.modules"
|
|
318
446
|
},
|
|
319
447
|
{
|
|
320
|
-
"defaultExport": "
|
|
321
|
-
"importPath": "react/admin/modules/",
|
|
448
|
+
"defaultExport": "IntegrationCard",
|
|
449
|
+
"importPath": "react/admin/modules/Cards/",
|
|
322
450
|
"externalPath": "components.admin.react.modules"
|
|
323
451
|
},
|
|
324
452
|
{
|
|
325
|
-
"defaultExport": "
|
|
326
|
-
"importPath": "react/admin/modules/",
|
|
453
|
+
"defaultExport": "MetricCard",
|
|
454
|
+
"importPath": "react/admin/modules/Cards/",
|
|
327
455
|
"externalPath": "components.admin.react.modules"
|
|
328
456
|
},
|
|
329
457
|
{
|
|
330
|
-
"defaultExport": "
|
|
331
|
-
"importPath": "react/admin/modules/",
|
|
458
|
+
"defaultExport": "FormTemplateCard",
|
|
459
|
+
"importPath": "react/admin/modules/Cards/",
|
|
332
460
|
"externalPath": "components.admin.react.modules"
|
|
333
461
|
},
|
|
334
462
|
{
|
|
335
|
-
"defaultExport": "
|
|
336
|
-
"importPath": "react/admin/modules/",
|
|
463
|
+
"defaultExport": "AddCard",
|
|
464
|
+
"importPath": "react/admin/modules/Cards/",
|
|
337
465
|
"externalPath": "components.admin.react.modules"
|
|
338
466
|
},
|
|
339
467
|
{
|
|
340
|
-
"defaultExport": "
|
|
341
|
-
"importPath": "react/admin/elements/",
|
|
468
|
+
"defaultExport": "BrandedLink",
|
|
469
|
+
"importPath": "react/admin/elements/Link/",
|
|
342
470
|
"externalPath": "components.admin.react.elements"
|
|
343
471
|
},
|
|
344
|
-
{
|
|
345
|
-
"defaultExport": "Dialog",
|
|
346
|
-
"importPath": "react/admin/modules/",
|
|
347
|
-
"externalPath": "components.admin.react.modules"
|
|
348
|
-
},
|
|
349
|
-
{
|
|
350
|
-
"defaultExport": "Dropdown",
|
|
351
|
-
"importPath": "react/admin/modules/",
|
|
352
|
-
"externalPath": "components.admin.react.modules"
|
|
353
|
-
},
|
|
354
|
-
{
|
|
355
|
-
"defaultExport": "ColorPicker",
|
|
356
|
-
"importPath": "react/admin/modules/",
|
|
357
|
-
"externalPath": "components.admin.react.modules"
|
|
358
|
-
},
|
|
359
|
-
{
|
|
360
|
-
"defaultExport": "Calendar",
|
|
361
|
-
"importPath": "react/admin/modules/",
|
|
362
|
-
"externalPath": "components.admin.react.modules"
|
|
363
|
-
},
|
|
364
|
-
{
|
|
365
|
-
"defaultExport": "Banner",
|
|
366
|
-
"importPath": "react/admin/modules/",
|
|
367
|
-
"externalPath": "components.admin.react.modules"
|
|
368
|
-
},
|
|
369
|
-
{
|
|
370
|
-
"defaultExport": "Avatar",
|
|
371
|
-
"importPath": "react/admin/modules/",
|
|
372
|
-
"externalPath": "components.admin.react.modules"
|
|
373
|
-
},
|
|
374
|
-
{
|
|
375
|
-
"defaultExport": "AvatarGroup",
|
|
376
|
-
"importPath": "react/admin/modules/",
|
|
377
|
-
"externalPath": "components.admin.react.modules"
|
|
378
|
-
},
|
|
379
|
-
{
|
|
380
|
-
"defaultExport": "Address",
|
|
381
|
-
"importPath": "react/admin/modules/",
|
|
382
|
-
"externalPath": "components.admin.react.modules"
|
|
383
|
-
},
|
|
384
472
|
{
|
|
385
473
|
"defaultExport": "ZohoLogo",
|
|
386
474
|
"importPath": "react/admin/elements/Svgs/",
|
|
387
475
|
"externalPath": "components.admin.react.elements"
|
|
388
476
|
},
|
|
389
|
-
{
|
|
390
|
-
"defaultExport": "Alert",
|
|
391
|
-
"importPath": "react/admin/modules/",
|
|
392
|
-
"externalPath": "components.admin.react.modules"
|
|
393
|
-
},
|
|
394
|
-
{
|
|
395
|
-
"defaultExport": "WordPressLogo",
|
|
396
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
397
|
-
"externalPath": "components.admin.react.elements"
|
|
398
|
-
},
|
|
399
477
|
{
|
|
400
478
|
"defaultExport": "ZohoFullLogo",
|
|
401
479
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -407,9 +485,9 @@ module.exports = [
|
|
|
407
485
|
"externalPath": "components.admin.react.elements"
|
|
408
486
|
},
|
|
409
487
|
{
|
|
410
|
-
"defaultExport": "
|
|
411
|
-
"importPath": "react/admin/
|
|
412
|
-
"externalPath": "components.admin.react.
|
|
488
|
+
"defaultExport": "WordPressLogo",
|
|
489
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
490
|
+
"externalPath": "components.admin.react.elements"
|
|
413
491
|
},
|
|
414
492
|
{
|
|
415
493
|
"defaultExport": "WPMailSMTPFullLogo",
|
|
@@ -426,13 +504,18 @@ module.exports = [
|
|
|
426
504
|
"importPath": "react/admin/elements/Svgs/",
|
|
427
505
|
"externalPath": "components.admin.react.elements"
|
|
428
506
|
},
|
|
507
|
+
{
|
|
508
|
+
"defaultExport": "SparkPostLogo",
|
|
509
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
510
|
+
"externalPath": "components.admin.react.elements"
|
|
511
|
+
},
|
|
429
512
|
{
|
|
430
513
|
"defaultExport": "SlackLogo",
|
|
431
514
|
"importPath": "react/admin/elements/Svgs/",
|
|
432
515
|
"externalPath": "components.admin.react.elements"
|
|
433
516
|
},
|
|
434
517
|
{
|
|
435
|
-
"defaultExport": "
|
|
518
|
+
"defaultExport": "TelegramLogo",
|
|
436
519
|
"importPath": "react/admin/elements/Svgs/",
|
|
437
520
|
"externalPath": "components.admin.react.elements"
|
|
438
521
|
},
|
|
@@ -462,17 +545,17 @@ module.exports = [
|
|
|
462
545
|
"externalPath": "components.admin.react.elements"
|
|
463
546
|
},
|
|
464
547
|
{
|
|
465
|
-
"defaultExport": "
|
|
548
|
+
"defaultExport": "ResendFullLogo",
|
|
466
549
|
"importPath": "react/admin/elements/Svgs/",
|
|
467
550
|
"externalPath": "components.admin.react.elements"
|
|
468
551
|
},
|
|
469
552
|
{
|
|
470
|
-
"defaultExport": "
|
|
553
|
+
"defaultExport": "ResendLogo",
|
|
471
554
|
"importPath": "react/admin/elements/Svgs/",
|
|
472
555
|
"externalPath": "components.admin.react.elements"
|
|
473
556
|
},
|
|
474
557
|
{
|
|
475
|
-
"defaultExport": "
|
|
558
|
+
"defaultExport": "PostmarkLogo",
|
|
476
559
|
"importPath": "react/admin/elements/Svgs/",
|
|
477
560
|
"externalPath": "components.admin.react.elements"
|
|
478
561
|
},
|
|
@@ -482,7 +565,7 @@ module.exports = [
|
|
|
482
565
|
"externalPath": "components.admin.react.elements"
|
|
483
566
|
},
|
|
484
567
|
{
|
|
485
|
-
"defaultExport": "
|
|
568
|
+
"defaultExport": "PHPFullLogo",
|
|
486
569
|
"importPath": "react/admin/elements/Svgs/",
|
|
487
570
|
"externalPath": "components.admin.react.elements"
|
|
488
571
|
},
|
|
@@ -492,7 +575,7 @@ module.exports = [
|
|
|
492
575
|
"externalPath": "components.admin.react.elements"
|
|
493
576
|
},
|
|
494
577
|
{
|
|
495
|
-
"defaultExport": "
|
|
578
|
+
"defaultExport": "Plug",
|
|
496
579
|
"importPath": "react/admin/elements/Svgs/",
|
|
497
580
|
"externalPath": "components.admin.react.elements"
|
|
498
581
|
},
|
|
@@ -502,32 +585,32 @@ module.exports = [
|
|
|
502
585
|
"externalPath": "components.admin.react.elements"
|
|
503
586
|
},
|
|
504
587
|
{
|
|
505
|
-
"defaultExport": "
|
|
588
|
+
"defaultExport": "MicrosoftFullLogo",
|
|
506
589
|
"importPath": "react/admin/elements/Svgs/",
|
|
507
590
|
"externalPath": "components.admin.react.elements"
|
|
508
591
|
},
|
|
509
592
|
{
|
|
510
|
-
"defaultExport": "
|
|
593
|
+
"defaultExport": "MicrosoftAltLogo",
|
|
511
594
|
"importPath": "react/admin/elements/Svgs/",
|
|
512
595
|
"externalPath": "components.admin.react.elements"
|
|
513
596
|
},
|
|
514
597
|
{
|
|
515
|
-
"defaultExport": "
|
|
598
|
+
"defaultExport": "MailjetLogo",
|
|
516
599
|
"importPath": "react/admin/elements/Svgs/",
|
|
517
600
|
"externalPath": "components.admin.react.elements"
|
|
518
601
|
},
|
|
519
602
|
{
|
|
520
|
-
"defaultExport": "
|
|
603
|
+
"defaultExport": "MailjetFullLogo",
|
|
521
604
|
"importPath": "react/admin/elements/Svgs/",
|
|
522
605
|
"externalPath": "components.admin.react.elements"
|
|
523
606
|
},
|
|
524
607
|
{
|
|
525
|
-
"defaultExport": "
|
|
608
|
+
"defaultExport": "MandrillLogo",
|
|
526
609
|
"importPath": "react/admin/elements/Svgs/",
|
|
527
610
|
"externalPath": "components.admin.react.elements"
|
|
528
611
|
},
|
|
529
612
|
{
|
|
530
|
-
"defaultExport": "
|
|
613
|
+
"defaultExport": "MailgunLogo",
|
|
531
614
|
"importPath": "react/admin/elements/Svgs/",
|
|
532
615
|
"externalPath": "components.admin.react.elements"
|
|
533
616
|
},
|
|
@@ -542,7 +625,7 @@ module.exports = [
|
|
|
542
625
|
"externalPath": "components.admin.react.elements"
|
|
543
626
|
},
|
|
544
627
|
{
|
|
545
|
-
"defaultExport": "
|
|
628
|
+
"defaultExport": "MailerSendFullLogo",
|
|
546
629
|
"importPath": "react/admin/elements/Svgs/",
|
|
547
630
|
"externalPath": "components.admin.react.elements"
|
|
548
631
|
},
|
|
@@ -557,27 +640,22 @@ module.exports = [
|
|
|
557
640
|
"externalPath": "components.admin.react.elements"
|
|
558
641
|
},
|
|
559
642
|
{
|
|
560
|
-
"defaultExport": "
|
|
561
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
562
|
-
"externalPath": "components.admin.react.elements"
|
|
563
|
-
},
|
|
564
|
-
{
|
|
565
|
-
"defaultExport": "MailFailed",
|
|
643
|
+
"defaultExport": "MailSuccessBg",
|
|
566
644
|
"importPath": "react/admin/elements/Svgs/",
|
|
567
645
|
"externalPath": "components.admin.react.elements"
|
|
568
646
|
},
|
|
569
647
|
{
|
|
570
|
-
"defaultExport": "
|
|
648
|
+
"defaultExport": "MailSuccess",
|
|
571
649
|
"importPath": "react/admin/elements/Svgs/",
|
|
572
650
|
"externalPath": "components.admin.react.elements"
|
|
573
651
|
},
|
|
574
652
|
{
|
|
575
|
-
"defaultExport": "
|
|
653
|
+
"defaultExport": "MailFailedBg",
|
|
576
654
|
"importPath": "react/admin/elements/Svgs/",
|
|
577
655
|
"externalPath": "components.admin.react.elements"
|
|
578
656
|
},
|
|
579
657
|
{
|
|
580
|
-
"defaultExport": "
|
|
658
|
+
"defaultExport": "MailFailed",
|
|
581
659
|
"importPath": "react/admin/elements/Svgs/",
|
|
582
660
|
"externalPath": "components.admin.react.elements"
|
|
583
661
|
},
|
|
@@ -592,32 +670,32 @@ module.exports = [
|
|
|
592
670
|
"externalPath": "components.admin.react.elements"
|
|
593
671
|
},
|
|
594
672
|
{
|
|
595
|
-
"defaultExport": "
|
|
673
|
+
"defaultExport": "GravitySMTPFullLogo",
|
|
596
674
|
"importPath": "react/admin/elements/Svgs/",
|
|
597
675
|
"externalPath": "components.admin.react.elements"
|
|
598
676
|
},
|
|
599
677
|
{
|
|
600
|
-
"defaultExport": "
|
|
678
|
+
"defaultExport": "GravityFormsStackedLogo",
|
|
601
679
|
"importPath": "react/admin/elements/Svgs/",
|
|
602
680
|
"externalPath": "components.admin.react.elements"
|
|
603
681
|
},
|
|
604
682
|
{
|
|
605
|
-
"defaultExport": "
|
|
683
|
+
"defaultExport": "GravityCRMFullLogo",
|
|
606
684
|
"importPath": "react/admin/elements/Svgs/",
|
|
607
685
|
"externalPath": "components.admin.react.elements"
|
|
608
686
|
},
|
|
609
687
|
{
|
|
610
|
-
"defaultExport": "
|
|
688
|
+
"defaultExport": "GoogleLogo",
|
|
611
689
|
"importPath": "react/admin/elements/Svgs/",
|
|
612
690
|
"externalPath": "components.admin.react.elements"
|
|
613
691
|
},
|
|
614
692
|
{
|
|
615
|
-
"defaultExport": "
|
|
693
|
+
"defaultExport": "GravityFormsLogo",
|
|
616
694
|
"importPath": "react/admin/elements/Svgs/",
|
|
617
695
|
"externalPath": "components.admin.react.elements"
|
|
618
696
|
},
|
|
619
697
|
{
|
|
620
|
-
"defaultExport": "
|
|
698
|
+
"defaultExport": "GravityCRMTextLogo",
|
|
621
699
|
"importPath": "react/admin/elements/Svgs/",
|
|
622
700
|
"externalPath": "components.admin.react.elements"
|
|
623
701
|
},
|
|
@@ -657,12 +735,12 @@ module.exports = [
|
|
|
657
735
|
"externalPath": "components.admin.react.elements"
|
|
658
736
|
},
|
|
659
737
|
{
|
|
660
|
-
"defaultExport": "
|
|
738
|
+
"defaultExport": "BrokenImageFull",
|
|
661
739
|
"importPath": "react/admin/elements/Svgs/",
|
|
662
740
|
"externalPath": "components.admin.react.elements"
|
|
663
741
|
},
|
|
664
742
|
{
|
|
665
|
-
"defaultExport": "
|
|
743
|
+
"defaultExport": "CustomSMTP",
|
|
666
744
|
"importPath": "react/admin/elements/Svgs/",
|
|
667
745
|
"externalPath": "components.admin.react.elements"
|
|
668
746
|
},
|
|
@@ -672,12 +750,12 @@ module.exports = [
|
|
|
672
750
|
"externalPath": "components.admin.react.elements"
|
|
673
751
|
},
|
|
674
752
|
{
|
|
675
|
-
"defaultExport": "
|
|
753
|
+
"defaultExport": "BrevoLogo",
|
|
676
754
|
"importPath": "react/admin/elements/Svgs/",
|
|
677
755
|
"externalPath": "components.admin.react.elements"
|
|
678
756
|
},
|
|
679
757
|
{
|
|
680
|
-
"defaultExport": "
|
|
758
|
+
"defaultExport": "BrevoFullLogo",
|
|
681
759
|
"importPath": "react/admin/elements/Svgs/",
|
|
682
760
|
"externalPath": "components.admin.react.elements"
|
|
683
761
|
},
|
|
@@ -691,82 +769,9 @@ module.exports = [
|
|
|
691
769
|
"importPath": "react/admin/elements/Svgs/",
|
|
692
770
|
"externalPath": "components.admin.react.elements"
|
|
693
771
|
},
|
|
694
|
-
{
|
|
695
|
-
"defaultExport": "BrandedLink",
|
|
696
|
-
"importPath": "react/admin/elements/Link/",
|
|
697
|
-
"externalPath": "components.admin.react.elements"
|
|
698
|
-
},
|
|
699
772
|
{
|
|
700
773
|
"defaultExport": "BrandedButton",
|
|
701
774
|
"importPath": "react/admin/elements/Button/",
|
|
702
775
|
"externalPath": "components.admin.react.elements"
|
|
703
|
-
},
|
|
704
|
-
{
|
|
705
|
-
"defaultExport": "VidyardVideo",
|
|
706
|
-
"importPath": "react/admin/modules/Videos/",
|
|
707
|
-
"externalPath": "components.admin.react.modules"
|
|
708
|
-
},
|
|
709
|
-
{
|
|
710
|
-
"__esModule": true,
|
|
711
|
-
"default": {
|
|
712
|
-
"defaultExport": "Simple",
|
|
713
|
-
"importPath": "react/admin/modules/ProgressBar/",
|
|
714
|
-
"externalPath": "components.admin.react.modules"
|
|
715
|
-
}
|
|
716
|
-
},
|
|
717
|
-
{
|
|
718
|
-
"defaultExport": "ModularSidebar",
|
|
719
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
720
|
-
"externalPath": "components.admin.react.modules"
|
|
721
|
-
},
|
|
722
|
-
{
|
|
723
|
-
"defaultExport": "RightSidebar",
|
|
724
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
725
|
-
"externalPath": "components.admin.react.modules"
|
|
726
|
-
},
|
|
727
|
-
{
|
|
728
|
-
"defaultExport": "Placeholder",
|
|
729
|
-
"importPath": "react/admin/modules/Loaders/",
|
|
730
|
-
"externalPath": "components.admin.react.modules"
|
|
731
|
-
},
|
|
732
|
-
{
|
|
733
|
-
"defaultExport": "IconIndicator",
|
|
734
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
735
|
-
"externalPath": "components.admin.react.modules"
|
|
736
|
-
},
|
|
737
|
-
{
|
|
738
|
-
"defaultExport": "DotIndicator",
|
|
739
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
740
|
-
"externalPath": "components.admin.react.modules"
|
|
741
|
-
},
|
|
742
|
-
{
|
|
743
|
-
"defaultExport": "RingLoader",
|
|
744
|
-
"importPath": "react/admin/modules/Loaders/",
|
|
745
|
-
"externalPath": "components.admin.react.modules"
|
|
746
|
-
},
|
|
747
|
-
{
|
|
748
|
-
"defaultExport": "CountryDropdown",
|
|
749
|
-
"importPath": "react/admin/modules/Dropdown/",
|
|
750
|
-
"externalPath": "components.admin.react.modules"
|
|
751
|
-
},
|
|
752
|
-
{
|
|
753
|
-
"defaultExport": "MetricCard",
|
|
754
|
-
"importPath": "react/admin/modules/Cards/",
|
|
755
|
-
"externalPath": "components.admin.react.modules"
|
|
756
|
-
},
|
|
757
|
-
{
|
|
758
|
-
"defaultExport": "IntegrationCard",
|
|
759
|
-
"importPath": "react/admin/modules/Cards/",
|
|
760
|
-
"externalPath": "components.admin.react.modules"
|
|
761
|
-
},
|
|
762
|
-
{
|
|
763
|
-
"defaultExport": "FormTemplateCard",
|
|
764
|
-
"importPath": "react/admin/modules/Cards/",
|
|
765
|
-
"externalPath": "components.admin.react.modules"
|
|
766
|
-
},
|
|
767
|
-
{
|
|
768
|
-
"defaultExport": "AddCard",
|
|
769
|
-
"importPath": "react/admin/modules/Cards/",
|
|
770
|
-
"externalPath": "components.admin.react.modules"
|
|
771
776
|
}
|
|
772
777
|
];
|
package/package.json
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
}
|
|
2
|
+
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
+
"version": "5.8.5",
|
|
4
|
+
"description": "Dependency extraction webpack plugin for use in Gravity Forms development. Extends the WordPress plugin.",
|
|
5
|
+
"author": "Rocketgenius",
|
|
6
|
+
"license": "GPL-2.0-or-later",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"gravityforms",
|
|
9
|
+
"javascript",
|
|
10
|
+
"dependency-extraction"
|
|
11
|
+
],
|
|
12
|
+
"homepage": "https://github.com/gravityforms/gravitypackages/tree/HEAD/packages/npm/dependency-extraction-webpack-plugin/README.md",
|
|
13
|
+
"repository": {
|
|
14
|
+
"type": "git",
|
|
15
|
+
"url": "https://github.com/gravityforms/gravitypackages.git",
|
|
16
|
+
"directory": "packages/npm/dependency-extraction-webpack-plugin"
|
|
17
|
+
},
|
|
18
|
+
"bugs": {
|
|
19
|
+
"url": "https://github.com/gravityforms/gravitypackages/issues"
|
|
20
|
+
},
|
|
21
|
+
"engines": {
|
|
22
|
+
"node": ">=22.10.0",
|
|
23
|
+
"npm": ">=10.9.0"
|
|
24
|
+
},
|
|
25
|
+
"main": "src/index.js",
|
|
26
|
+
"scripts": {
|
|
27
|
+
"prepublishOnly": "node ../gulp-tasks/src/scripts/components-dist.js",
|
|
28
|
+
"pack": " npm run prepublishOnly && npm pack"
|
|
29
|
+
},
|
|
30
|
+
"dependencies": {
|
|
31
|
+
"@wordpress/dependency-extraction-webpack-plugin": "^3.7.0"
|
|
32
|
+
},
|
|
33
|
+
"publishConfig": {
|
|
34
|
+
"access": "public"
|
|
35
|
+
}
|
|
36
|
+
}
|