@gravityforms/dependency-extraction-webpack-plugin 5.8.4 → 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 +236 -236
- package/package.json +35 -35
|
@@ -21,25 +21,25 @@ module.exports = [
|
|
|
21
21
|
"externalPath": "components.admin.html.modules"
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
|
-
"defaultExport": "
|
|
24
|
+
"defaultExport": "Toggle",
|
|
25
25
|
"namedExports": [
|
|
26
|
-
"
|
|
26
|
+
"toggleTemplate"
|
|
27
27
|
],
|
|
28
28
|
"importPath": "html/admin/elements/",
|
|
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"
|
|
@@ -53,25 +53,25 @@ module.exports = [
|
|
|
53
53
|
"externalPath": "components.admin.html.elements"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
|
-
"defaultExport": "
|
|
56
|
+
"defaultExport": "StackedIcon",
|
|
57
57
|
"namedExports": [
|
|
58
|
-
"
|
|
58
|
+
"stackedIconTemplate"
|
|
59
59
|
],
|
|
60
60
|
"importPath": "html/admin/elements/",
|
|
61
61
|
"externalPath": "components.admin.html.elements"
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
|
-
"defaultExport": "
|
|
64
|
+
"defaultExport": "Select",
|
|
65
65
|
"namedExports": [
|
|
66
|
-
"
|
|
66
|
+
"selectTemplate"
|
|
67
67
|
],
|
|
68
68
|
"importPath": "html/admin/elements/",
|
|
69
69
|
"externalPath": "components.admin.html.elements"
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
|
-
"defaultExport": "
|
|
72
|
+
"defaultExport": "Loader",
|
|
73
73
|
"namedExports": [
|
|
74
|
-
"
|
|
74
|
+
"loaderTemplate"
|
|
75
75
|
],
|
|
76
76
|
"importPath": "html/admin/elements/",
|
|
77
77
|
"externalPath": "components.admin.html.elements"
|
|
@@ -101,26 +101,26 @@ 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
|
-
"
|
|
115
|
-
"dropdownListItems"
|
|
114
|
+
"headingTemplate"
|
|
116
115
|
],
|
|
117
116
|
"importPath": "html/admin/elements/",
|
|
118
117
|
"externalPath": "components.admin.html.elements"
|
|
119
118
|
},
|
|
120
119
|
{
|
|
121
|
-
"defaultExport": "
|
|
120
|
+
"defaultExport": "Dropdown",
|
|
122
121
|
"namedExports": [
|
|
123
|
-
"
|
|
122
|
+
"dropdownTemplate",
|
|
123
|
+
"dropdownListItems"
|
|
124
124
|
],
|
|
125
125
|
"importPath": "html/admin/elements/",
|
|
126
126
|
"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/",
|
|
@@ -162,17 +307,17 @@ module.exports = [
|
|
|
162
307
|
"externalPath": "components.admin.react.elements"
|
|
163
308
|
},
|
|
164
309
|
{
|
|
165
|
-
"defaultExport": "
|
|
310
|
+
"defaultExport": "Range",
|
|
166
311
|
"importPath": "react/admin/elements/",
|
|
167
312
|
"externalPath": "components.admin.react.elements"
|
|
168
313
|
},
|
|
169
314
|
{
|
|
170
|
-
"defaultExport": "
|
|
315
|
+
"defaultExport": "Select",
|
|
171
316
|
"importPath": "react/admin/elements/",
|
|
172
317
|
"externalPath": "components.admin.react.elements"
|
|
173
318
|
},
|
|
174
319
|
{
|
|
175
|
-
"defaultExport": "
|
|
320
|
+
"defaultExport": "StatusIndicator",
|
|
176
321
|
"importPath": "react/admin/elements/",
|
|
177
322
|
"externalPath": "components.admin.react.elements"
|
|
178
323
|
},
|
|
@@ -201,33 +346,28 @@ module.exports = [
|
|
|
201
346
|
"importPath": "react/admin/elements/",
|
|
202
347
|
"externalPath": "components.admin.react.elements"
|
|
203
348
|
},
|
|
204
|
-
{
|
|
205
|
-
"defaultExport": "Icon",
|
|
206
|
-
"importPath": "react/admin/elements/",
|
|
207
|
-
"externalPath": "components.admin.react.elements"
|
|
208
|
-
},
|
|
209
349
|
{
|
|
210
350
|
"defaultExport": "Image",
|
|
211
351
|
"importPath": "react/admin/elements/",
|
|
212
352
|
"externalPath": "components.admin.react.elements"
|
|
213
353
|
},
|
|
214
354
|
{
|
|
215
|
-
"defaultExport": "
|
|
355
|
+
"defaultExport": "Icon",
|
|
216
356
|
"importPath": "react/admin/elements/",
|
|
217
357
|
"externalPath": "components.admin.react.elements"
|
|
218
358
|
},
|
|
219
359
|
{
|
|
220
|
-
"defaultExport": "
|
|
360
|
+
"defaultExport": "HelpText",
|
|
221
361
|
"importPath": "react/admin/elements/",
|
|
222
362
|
"externalPath": "components.admin.react.elements"
|
|
223
363
|
},
|
|
224
364
|
{
|
|
225
|
-
"defaultExport": "
|
|
365
|
+
"defaultExport": "Heading",
|
|
226
366
|
"importPath": "react/admin/elements/",
|
|
227
367
|
"externalPath": "components.admin.react.elements"
|
|
228
368
|
},
|
|
229
369
|
{
|
|
230
|
-
"defaultExport": "
|
|
370
|
+
"defaultExport": "FileUpload",
|
|
231
371
|
"importPath": "react/admin/elements/",
|
|
232
372
|
"externalPath": "components.admin.react.elements"
|
|
233
373
|
},
|
|
@@ -237,7 +377,7 @@ module.exports = [
|
|
|
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
|
},
|
|
@@ -252,148 +392,76 @@ module.exports = [
|
|
|
252
392
|
"externalPath": "components.admin.react.elements"
|
|
253
393
|
},
|
|
254
394
|
{
|
|
255
|
-
"defaultExport": "
|
|
256
|
-
"importPath": "react/admin/modules/",
|
|
257
|
-
"externalPath": "components.admin.react.modules"
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
"defaultExport": "Tabs",
|
|
261
|
-
"importPath": "react/admin/modules/",
|
|
262
|
-
"externalPath": "components.admin.react.modules"
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"defaultExport": "Tooltip",
|
|
266
|
-
"importPath": "react/admin/modules/",
|
|
267
|
-
"externalPath": "components.admin.react.modules"
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
"defaultExport": "Steps",
|
|
271
|
-
"importPath": "react/admin/modules/",
|
|
272
|
-
"externalPath": "components.admin.react.modules"
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
"defaultExport": "SnackBar",
|
|
276
|
-
"importPath": "react/admin/modules/",
|
|
277
|
-
"externalPath": "components.admin.react.modules"
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
"defaultExport": "RouterNavBar",
|
|
281
|
-
"importPath": "react/admin/modules/",
|
|
282
|
-
"externalPath": "components.admin.react.modules"
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
"defaultExport": "Repeater",
|
|
286
|
-
"importPath": "react/admin/modules/",
|
|
287
|
-
"externalPath": "components.admin.react.modules"
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
"defaultExport": "Phone",
|
|
291
|
-
"importPath": "react/admin/modules/",
|
|
292
|
-
"externalPath": "components.admin.react.modules"
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
"defaultExport": "Pagination",
|
|
296
|
-
"importPath": "react/admin/modules/",
|
|
297
|
-
"externalPath": "components.admin.react.modules"
|
|
298
|
-
},
|
|
299
|
-
{
|
|
300
|
-
"defaultExport": "Overlay",
|
|
301
|
-
"importPath": "react/admin/modules/",
|
|
302
|
-
"externalPath": "components.admin.react.modules"
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
"defaultExport": "MetaBox",
|
|
306
|
-
"importPath": "react/admin/modules/",
|
|
307
|
-
"externalPath": "components.admin.react.modules"
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
"defaultExport": "NavBar",
|
|
311
|
-
"importPath": "react/admin/modules/",
|
|
312
|
-
"externalPath": "components.admin.react.modules"
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
"defaultExport": "InputGroup",
|
|
316
|
-
"importPath": "react/admin/modules/",
|
|
317
|
-
"externalPath": "components.admin.react.modules"
|
|
318
|
-
},
|
|
319
|
-
{
|
|
320
|
-
"defaultExport": "List",
|
|
321
|
-
"importPath": "react/admin/modules/",
|
|
322
|
-
"externalPath": "components.admin.react.modules"
|
|
323
|
-
},
|
|
324
|
-
{
|
|
325
|
-
"defaultExport": "Kanban",
|
|
326
|
-
"importPath": "react/admin/modules/",
|
|
327
|
-
"externalPath": "components.admin.react.modules"
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
"defaultExport": "Flyout",
|
|
331
|
-
"importPath": "react/admin/modules/",
|
|
395
|
+
"defaultExport": "VidyardVideo",
|
|
396
|
+
"importPath": "react/admin/modules/Videos/",
|
|
332
397
|
"externalPath": "components.admin.react.modules"
|
|
333
398
|
},
|
|
334
399
|
{
|
|
335
|
-
"defaultExport": "
|
|
336
|
-
"importPath": "react/admin/
|
|
337
|
-
"externalPath": "components.admin.react.
|
|
400
|
+
"defaultExport": "Box",
|
|
401
|
+
"importPath": "react/admin/elements/",
|
|
402
|
+
"externalPath": "components.admin.react.elements"
|
|
338
403
|
},
|
|
339
404
|
{
|
|
340
|
-
"
|
|
341
|
-
"
|
|
342
|
-
|
|
405
|
+
"__esModule": true,
|
|
406
|
+
"default": {
|
|
407
|
+
"defaultExport": "Simple",
|
|
408
|
+
"importPath": "react/admin/modules/ProgressBar/",
|
|
409
|
+
"externalPath": "components.admin.react.modules"
|
|
410
|
+
}
|
|
343
411
|
},
|
|
344
412
|
{
|
|
345
|
-
"defaultExport": "
|
|
346
|
-
"importPath": "react/admin/modules/",
|
|
413
|
+
"defaultExport": "RingLoader",
|
|
414
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
347
415
|
"externalPath": "components.admin.react.modules"
|
|
348
416
|
},
|
|
349
417
|
{
|
|
350
|
-
"defaultExport": "
|
|
351
|
-
"importPath": "react/admin/modules/",
|
|
418
|
+
"defaultExport": "Placeholder",
|
|
419
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
352
420
|
"externalPath": "components.admin.react.modules"
|
|
353
421
|
},
|
|
354
422
|
{
|
|
355
|
-
"defaultExport": "
|
|
356
|
-
"importPath": "react/admin/modules/",
|
|
423
|
+
"defaultExport": "RightSidebar",
|
|
424
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
357
425
|
"externalPath": "components.admin.react.modules"
|
|
358
426
|
},
|
|
359
427
|
{
|
|
360
|
-
"defaultExport": "
|
|
361
|
-
"importPath": "react/admin/modules/",
|
|
428
|
+
"defaultExport": "ModularSidebar",
|
|
429
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
362
430
|
"externalPath": "components.admin.react.modules"
|
|
363
431
|
},
|
|
364
432
|
{
|
|
365
|
-
"defaultExport": "
|
|
366
|
-
"importPath": "react/admin/modules/",
|
|
433
|
+
"defaultExport": "IconIndicator",
|
|
434
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
367
435
|
"externalPath": "components.admin.react.modules"
|
|
368
436
|
},
|
|
369
437
|
{
|
|
370
|
-
"defaultExport": "
|
|
371
|
-
"importPath": "react/admin/modules/",
|
|
438
|
+
"defaultExport": "DotIndicator",
|
|
439
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
372
440
|
"externalPath": "components.admin.react.modules"
|
|
373
441
|
},
|
|
374
442
|
{
|
|
375
|
-
"defaultExport": "
|
|
376
|
-
"importPath": "react/admin/modules/",
|
|
443
|
+
"defaultExport": "CountryDropdown",
|
|
444
|
+
"importPath": "react/admin/modules/Dropdown/",
|
|
377
445
|
"externalPath": "components.admin.react.modules"
|
|
378
446
|
},
|
|
379
447
|
{
|
|
380
|
-
"defaultExport": "
|
|
381
|
-
"importPath": "react/admin/modules/",
|
|
448
|
+
"defaultExport": "IntegrationCard",
|
|
449
|
+
"importPath": "react/admin/modules/Cards/",
|
|
382
450
|
"externalPath": "components.admin.react.modules"
|
|
383
451
|
},
|
|
384
452
|
{
|
|
385
|
-
"defaultExport": "
|
|
386
|
-
"importPath": "react/admin/modules/",
|
|
453
|
+
"defaultExport": "MetricCard",
|
|
454
|
+
"importPath": "react/admin/modules/Cards/",
|
|
387
455
|
"externalPath": "components.admin.react.modules"
|
|
388
456
|
},
|
|
389
457
|
{
|
|
390
|
-
"defaultExport": "
|
|
391
|
-
"importPath": "react/admin/modules/",
|
|
458
|
+
"defaultExport": "FormTemplateCard",
|
|
459
|
+
"importPath": "react/admin/modules/Cards/",
|
|
392
460
|
"externalPath": "components.admin.react.modules"
|
|
393
461
|
},
|
|
394
462
|
{
|
|
395
|
-
"defaultExport": "
|
|
396
|
-
"importPath": "react/admin/modules/",
|
|
463
|
+
"defaultExport": "AddCard",
|
|
464
|
+
"importPath": "react/admin/modules/Cards/",
|
|
397
465
|
"externalPath": "components.admin.react.modules"
|
|
398
466
|
},
|
|
399
467
|
{
|
|
@@ -412,12 +480,12 @@ module.exports = [
|
|
|
412
480
|
"externalPath": "components.admin.react.elements"
|
|
413
481
|
},
|
|
414
482
|
{
|
|
415
|
-
"defaultExport": "
|
|
483
|
+
"defaultExport": "WhatsAppLogo",
|
|
416
484
|
"importPath": "react/admin/elements/Svgs/",
|
|
417
485
|
"externalPath": "components.admin.react.elements"
|
|
418
486
|
},
|
|
419
487
|
{
|
|
420
|
-
"defaultExport": "
|
|
488
|
+
"defaultExport": "WordPressLogo",
|
|
421
489
|
"importPath": "react/admin/elements/Svgs/",
|
|
422
490
|
"externalPath": "components.admin.react.elements"
|
|
423
491
|
},
|
|
@@ -432,7 +500,7 @@ module.exports = [
|
|
|
432
500
|
"externalPath": "components.admin.react.elements"
|
|
433
501
|
},
|
|
434
502
|
{
|
|
435
|
-
"defaultExport": "
|
|
503
|
+
"defaultExport": "SparkPostLogo",
|
|
436
504
|
"importPath": "react/admin/elements/Svgs/",
|
|
437
505
|
"externalPath": "components.admin.react.elements"
|
|
438
506
|
},
|
|
@@ -442,17 +510,17 @@ module.exports = [
|
|
|
442
510
|
"externalPath": "components.admin.react.elements"
|
|
443
511
|
},
|
|
444
512
|
{
|
|
445
|
-
"defaultExport": "
|
|
513
|
+
"defaultExport": "SlackLogo",
|
|
446
514
|
"importPath": "react/admin/elements/Svgs/",
|
|
447
515
|
"externalPath": "components.admin.react.elements"
|
|
448
516
|
},
|
|
449
517
|
{
|
|
450
|
-
"defaultExport": "
|
|
518
|
+
"defaultExport": "TelegramLogo",
|
|
451
519
|
"importPath": "react/admin/elements/Svgs/",
|
|
452
520
|
"externalPath": "components.admin.react.elements"
|
|
453
521
|
},
|
|
454
522
|
{
|
|
455
|
-
"defaultExport": "
|
|
523
|
+
"defaultExport": "SendGridLogo",
|
|
456
524
|
"importPath": "react/admin/elements/Svgs/",
|
|
457
525
|
"externalPath": "components.admin.react.elements"
|
|
458
526
|
},
|
|
@@ -462,27 +530,27 @@ module.exports = [
|
|
|
462
530
|
"externalPath": "components.admin.react.elements"
|
|
463
531
|
},
|
|
464
532
|
{
|
|
465
|
-
"defaultExport": "
|
|
533
|
+
"defaultExport": "SearchNoResults",
|
|
466
534
|
"importPath": "react/admin/elements/Svgs/",
|
|
467
535
|
"externalPath": "components.admin.react.elements"
|
|
468
536
|
},
|
|
469
537
|
{
|
|
470
|
-
"defaultExport": "
|
|
538
|
+
"defaultExport": "SMTP2GOLogo",
|
|
471
539
|
"importPath": "react/admin/elements/Svgs/",
|
|
472
540
|
"externalPath": "components.admin.react.elements"
|
|
473
541
|
},
|
|
474
542
|
{
|
|
475
|
-
"defaultExport": "
|
|
543
|
+
"defaultExport": "SMTP2GOFullLogo",
|
|
476
544
|
"importPath": "react/admin/elements/Svgs/",
|
|
477
545
|
"externalPath": "components.admin.react.elements"
|
|
478
546
|
},
|
|
479
547
|
{
|
|
480
|
-
"defaultExport": "
|
|
548
|
+
"defaultExport": "ResendFullLogo",
|
|
481
549
|
"importPath": "react/admin/elements/Svgs/",
|
|
482
550
|
"externalPath": "components.admin.react.elements"
|
|
483
551
|
},
|
|
484
552
|
{
|
|
485
|
-
"defaultExport": "
|
|
553
|
+
"defaultExport": "ResendLogo",
|
|
486
554
|
"importPath": "react/admin/elements/Svgs/",
|
|
487
555
|
"externalPath": "components.admin.react.elements"
|
|
488
556
|
},
|
|
@@ -547,12 +615,12 @@ module.exports = [
|
|
|
547
615
|
"externalPath": "components.admin.react.elements"
|
|
548
616
|
},
|
|
549
617
|
{
|
|
550
|
-
"defaultExport": "
|
|
618
|
+
"defaultExport": "MailgunFullLogo",
|
|
551
619
|
"importPath": "react/admin/elements/Svgs/",
|
|
552
620
|
"externalPath": "components.admin.react.elements"
|
|
553
621
|
},
|
|
554
622
|
{
|
|
555
|
-
"defaultExport": "
|
|
623
|
+
"defaultExport": "MailerSendLogo",
|
|
556
624
|
"importPath": "react/admin/elements/Svgs/",
|
|
557
625
|
"externalPath": "components.admin.react.elements"
|
|
558
626
|
},
|
|
@@ -577,22 +645,22 @@ module.exports = [
|
|
|
577
645
|
"externalPath": "components.admin.react.elements"
|
|
578
646
|
},
|
|
579
647
|
{
|
|
580
|
-
"defaultExport": "
|
|
648
|
+
"defaultExport": "MailSuccess",
|
|
581
649
|
"importPath": "react/admin/elements/Svgs/",
|
|
582
650
|
"externalPath": "components.admin.react.elements"
|
|
583
651
|
},
|
|
584
652
|
{
|
|
585
|
-
"defaultExport": "
|
|
653
|
+
"defaultExport": "MailFailedBg",
|
|
586
654
|
"importPath": "react/admin/elements/Svgs/",
|
|
587
655
|
"externalPath": "components.admin.react.elements"
|
|
588
656
|
},
|
|
589
657
|
{
|
|
590
|
-
"defaultExport": "
|
|
658
|
+
"defaultExport": "MailFailed",
|
|
591
659
|
"importPath": "react/admin/elements/Svgs/",
|
|
592
660
|
"externalPath": "components.admin.react.elements"
|
|
593
661
|
},
|
|
594
662
|
{
|
|
595
|
-
"defaultExport": "
|
|
663
|
+
"defaultExport": "GravitySMTPTextLogo",
|
|
596
664
|
"importPath": "react/admin/elements/Svgs/",
|
|
597
665
|
"externalPath": "components.admin.react.elements"
|
|
598
666
|
},
|
|
@@ -612,32 +680,32 @@ module.exports = [
|
|
|
612
680
|
"externalPath": "components.admin.react.elements"
|
|
613
681
|
},
|
|
614
682
|
{
|
|
615
|
-
"defaultExport": "
|
|
683
|
+
"defaultExport": "GravityCRMFullLogo",
|
|
616
684
|
"importPath": "react/admin/elements/Svgs/",
|
|
617
685
|
"externalPath": "components.admin.react.elements"
|
|
618
686
|
},
|
|
619
687
|
{
|
|
620
|
-
"defaultExport": "
|
|
688
|
+
"defaultExport": "GoogleLogo",
|
|
621
689
|
"importPath": "react/admin/elements/Svgs/",
|
|
622
690
|
"externalPath": "components.admin.react.elements"
|
|
623
691
|
},
|
|
624
692
|
{
|
|
625
|
-
"defaultExport": "
|
|
693
|
+
"defaultExport": "GravityFormsLogo",
|
|
626
694
|
"importPath": "react/admin/elements/Svgs/",
|
|
627
695
|
"externalPath": "components.admin.react.elements"
|
|
628
696
|
},
|
|
629
697
|
{
|
|
630
|
-
"defaultExport": "
|
|
698
|
+
"defaultExport": "GravityCRMTextLogo",
|
|
631
699
|
"importPath": "react/admin/elements/Svgs/",
|
|
632
700
|
"externalPath": "components.admin.react.elements"
|
|
633
701
|
},
|
|
634
702
|
{
|
|
635
|
-
"defaultExport": "
|
|
703
|
+
"defaultExport": "GoogleFullLogo",
|
|
636
704
|
"importPath": "react/admin/elements/Svgs/",
|
|
637
705
|
"externalPath": "components.admin.react.elements"
|
|
638
706
|
},
|
|
639
707
|
{
|
|
640
|
-
"defaultExport": "
|
|
708
|
+
"defaultExport": "GoogleAltLogo",
|
|
641
709
|
"importPath": "react/admin/elements/Svgs/",
|
|
642
710
|
"externalPath": "components.admin.react.elements"
|
|
643
711
|
},
|
|
@@ -647,32 +715,32 @@ module.exports = [
|
|
|
647
715
|
"externalPath": "components.admin.react.elements"
|
|
648
716
|
},
|
|
649
717
|
{
|
|
650
|
-
"defaultExport": "
|
|
718
|
+
"defaultExport": "EmailitFullLogo",
|
|
651
719
|
"importPath": "react/admin/elements/Svgs/",
|
|
652
720
|
"externalPath": "components.admin.react.elements"
|
|
653
721
|
},
|
|
654
722
|
{
|
|
655
|
-
"defaultExport": "
|
|
723
|
+
"defaultExport": "ElasticEmailLogo",
|
|
656
724
|
"importPath": "react/admin/elements/Svgs/",
|
|
657
725
|
"externalPath": "components.admin.react.elements"
|
|
658
726
|
},
|
|
659
727
|
{
|
|
660
|
-
"defaultExport": "
|
|
728
|
+
"defaultExport": "ElasticEmailFullLogo",
|
|
661
729
|
"importPath": "react/admin/elements/Svgs/",
|
|
662
730
|
"externalPath": "components.admin.react.elements"
|
|
663
731
|
},
|
|
664
732
|
{
|
|
665
|
-
"defaultExport": "
|
|
733
|
+
"defaultExport": "CustomSMTPFull",
|
|
666
734
|
"importPath": "react/admin/elements/Svgs/",
|
|
667
735
|
"externalPath": "components.admin.react.elements"
|
|
668
736
|
},
|
|
669
737
|
{
|
|
670
|
-
"defaultExport": "
|
|
738
|
+
"defaultExport": "BrokenImageFull",
|
|
671
739
|
"importPath": "react/admin/elements/Svgs/",
|
|
672
740
|
"externalPath": "components.admin.react.elements"
|
|
673
741
|
},
|
|
674
742
|
{
|
|
675
|
-
"defaultExport": "
|
|
743
|
+
"defaultExport": "CustomSMTP",
|
|
676
744
|
"importPath": "react/admin/elements/Svgs/",
|
|
677
745
|
"externalPath": "components.admin.react.elements"
|
|
678
746
|
},
|
|
@@ -682,7 +750,7 @@ module.exports = [
|
|
|
682
750
|
"externalPath": "components.admin.react.elements"
|
|
683
751
|
},
|
|
684
752
|
{
|
|
685
|
-
"defaultExport": "
|
|
753
|
+
"defaultExport": "BrevoLogo",
|
|
686
754
|
"importPath": "react/admin/elements/Svgs/",
|
|
687
755
|
"externalPath": "components.admin.react.elements"
|
|
688
756
|
},
|
|
@@ -692,7 +760,7 @@ module.exports = [
|
|
|
692
760
|
"externalPath": "components.admin.react.elements"
|
|
693
761
|
},
|
|
694
762
|
{
|
|
695
|
-
"defaultExport": "
|
|
763
|
+
"defaultExport": "AmazonAWSLogo",
|
|
696
764
|
"importPath": "react/admin/elements/Svgs/",
|
|
697
765
|
"externalPath": "components.admin.react.elements"
|
|
698
766
|
},
|
|
@@ -705,73 +773,5 @@ module.exports = [
|
|
|
705
773
|
"defaultExport": "BrandedButton",
|
|
706
774
|
"importPath": "react/admin/elements/Button/",
|
|
707
775
|
"externalPath": "components.admin.react.elements"
|
|
708
|
-
},
|
|
709
|
-
{
|
|
710
|
-
"defaultExport": "VidyardVideo",
|
|
711
|
-
"importPath": "react/admin/modules/Videos/",
|
|
712
|
-
"externalPath": "components.admin.react.modules"
|
|
713
|
-
},
|
|
714
|
-
{
|
|
715
|
-
"__esModule": true,
|
|
716
|
-
"default": {
|
|
717
|
-
"defaultExport": "Simple",
|
|
718
|
-
"importPath": "react/admin/modules/ProgressBar/",
|
|
719
|
-
"externalPath": "components.admin.react.modules"
|
|
720
|
-
}
|
|
721
|
-
},
|
|
722
|
-
{
|
|
723
|
-
"defaultExport": "RingLoader",
|
|
724
|
-
"importPath": "react/admin/modules/Loaders/",
|
|
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": "RightSidebar",
|
|
734
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
735
|
-
"externalPath": "components.admin.react.modules"
|
|
736
|
-
},
|
|
737
|
-
{
|
|
738
|
-
"defaultExport": "ModularSidebar",
|
|
739
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
740
|
-
"externalPath": "components.admin.react.modules"
|
|
741
|
-
},
|
|
742
|
-
{
|
|
743
|
-
"defaultExport": "DotIndicator",
|
|
744
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
745
|
-
"externalPath": "components.admin.react.modules"
|
|
746
|
-
},
|
|
747
|
-
{
|
|
748
|
-
"defaultExport": "IconIndicator",
|
|
749
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
750
|
-
"externalPath": "components.admin.react.modules"
|
|
751
|
-
},
|
|
752
|
-
{
|
|
753
|
-
"defaultExport": "CountryDropdown",
|
|
754
|
-
"importPath": "react/admin/modules/Dropdown/",
|
|
755
|
-
"externalPath": "components.admin.react.modules"
|
|
756
|
-
},
|
|
757
|
-
{
|
|
758
|
-
"defaultExport": "MetricCard",
|
|
759
|
-
"importPath": "react/admin/modules/Cards/",
|
|
760
|
-
"externalPath": "components.admin.react.modules"
|
|
761
|
-
},
|
|
762
|
-
{
|
|
763
|
-
"defaultExport": "IntegrationCard",
|
|
764
|
-
"importPath": "react/admin/modules/Cards/",
|
|
765
|
-
"externalPath": "components.admin.react.modules"
|
|
766
|
-
},
|
|
767
|
-
{
|
|
768
|
-
"defaultExport": "FormTemplateCard",
|
|
769
|
-
"importPath": "react/admin/modules/Cards/",
|
|
770
|
-
"externalPath": "components.admin.react.modules"
|
|
771
|
-
},
|
|
772
|
-
{
|
|
773
|
-
"defaultExport": "AddCard",
|
|
774
|
-
"importPath": "react/admin/modules/Cards/",
|
|
775
|
-
"externalPath": "components.admin.react.modules"
|
|
776
776
|
}
|
|
777
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
|
+
}
|