@gravityforms/dependency-extraction-webpack-plugin 5.8.0 → 5.8.1
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 +279 -259
- package/package.json +1 -1
|
@@ -1,25 +1,4 @@
|
|
|
1
1
|
module.exports = [
|
|
2
|
-
{
|
|
3
|
-
"defaultExport": "Table",
|
|
4
|
-
"importPath": "html/admin/modules/",
|
|
5
|
-
"externalPath": "components.admin.html.modules"
|
|
6
|
-
},
|
|
7
|
-
{
|
|
8
|
-
"defaultExport": "Flyout",
|
|
9
|
-
"namedExports": [
|
|
10
|
-
"flyoutTemplate"
|
|
11
|
-
],
|
|
12
|
-
"importPath": "html/admin/modules/",
|
|
13
|
-
"externalPath": "components.admin.html.modules"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"defaultExport": "Dialog",
|
|
17
|
-
"namedExports": [
|
|
18
|
-
"dialogTemplate"
|
|
19
|
-
],
|
|
20
|
-
"importPath": "html/admin/modules/",
|
|
21
|
-
"externalPath": "components.admin.html.modules"
|
|
22
|
-
},
|
|
23
2
|
{
|
|
24
3
|
"defaultExport": "Toggle",
|
|
25
4
|
"namedExports": [
|
|
@@ -44,6 +23,14 @@ module.exports = [
|
|
|
44
23
|
"importPath": "html/admin/elements/",
|
|
45
24
|
"externalPath": "components.admin.html.elements"
|
|
46
25
|
},
|
|
26
|
+
{
|
|
27
|
+
"defaultExport": "StatusIndicator",
|
|
28
|
+
"namedExports": [
|
|
29
|
+
"statusIndicatorTemplate"
|
|
30
|
+
],
|
|
31
|
+
"importPath": "html/admin/elements/",
|
|
32
|
+
"externalPath": "components.admin.html.elements"
|
|
33
|
+
},
|
|
47
34
|
{
|
|
48
35
|
"defaultExport": "StackedIcon",
|
|
49
36
|
"namedExports": [
|
|
@@ -53,9 +40,9 @@ module.exports = [
|
|
|
53
40
|
"externalPath": "components.admin.html.elements"
|
|
54
41
|
},
|
|
55
42
|
{
|
|
56
|
-
"defaultExport": "
|
|
43
|
+
"defaultExport": "Loader",
|
|
57
44
|
"namedExports": [
|
|
58
|
-
"
|
|
45
|
+
"loaderTemplate"
|
|
59
46
|
],
|
|
60
47
|
"importPath": "html/admin/elements/",
|
|
61
48
|
"externalPath": "components.admin.html.elements"
|
|
@@ -69,41 +56,41 @@ module.exports = [
|
|
|
69
56
|
"externalPath": "components.admin.html.elements"
|
|
70
57
|
},
|
|
71
58
|
{
|
|
72
|
-
"defaultExport": "
|
|
59
|
+
"defaultExport": "Input",
|
|
73
60
|
"namedExports": [
|
|
74
|
-
"
|
|
61
|
+
"inputTemplate"
|
|
75
62
|
],
|
|
76
63
|
"importPath": "html/admin/elements/",
|
|
77
64
|
"externalPath": "components.admin.html.elements"
|
|
78
65
|
},
|
|
79
66
|
{
|
|
80
|
-
"defaultExport": "
|
|
67
|
+
"defaultExport": "Link",
|
|
81
68
|
"namedExports": [
|
|
82
|
-
"
|
|
69
|
+
"linkTemplate"
|
|
83
70
|
],
|
|
84
71
|
"importPath": "html/admin/elements/",
|
|
85
72
|
"externalPath": "components.admin.html.elements"
|
|
86
73
|
},
|
|
87
74
|
{
|
|
88
|
-
"defaultExport": "
|
|
75
|
+
"defaultExport": "HelpText",
|
|
89
76
|
"namedExports": [
|
|
90
|
-
"
|
|
77
|
+
"helpTextTemplate"
|
|
91
78
|
],
|
|
92
79
|
"importPath": "html/admin/elements/",
|
|
93
80
|
"externalPath": "components.admin.html.elements"
|
|
94
81
|
},
|
|
95
82
|
{
|
|
96
|
-
"defaultExport": "
|
|
83
|
+
"defaultExport": "Label",
|
|
97
84
|
"namedExports": [
|
|
98
|
-
"
|
|
85
|
+
"labelTemplate"
|
|
99
86
|
],
|
|
100
87
|
"importPath": "html/admin/elements/",
|
|
101
88
|
"externalPath": "components.admin.html.elements"
|
|
102
89
|
},
|
|
103
90
|
{
|
|
104
|
-
"defaultExport": "
|
|
91
|
+
"defaultExport": "Alert",
|
|
105
92
|
"namedExports": [
|
|
106
|
-
"
|
|
93
|
+
"alertTemplate"
|
|
107
94
|
],
|
|
108
95
|
"importPath": "html/admin/elements/",
|
|
109
96
|
"externalPath": "components.admin.html.elements"
|
|
@@ -134,263 +121,344 @@ module.exports = [
|
|
|
134
121
|
"externalPath": "components.admin.html.elements"
|
|
135
122
|
},
|
|
136
123
|
{
|
|
137
|
-
"defaultExport": "
|
|
124
|
+
"defaultExport": "Table",
|
|
125
|
+
"importPath": "html/admin/modules/",
|
|
126
|
+
"externalPath": "components.admin.html.modules"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"defaultExport": "Flyout",
|
|
138
130
|
"namedExports": [
|
|
139
|
-
"
|
|
131
|
+
"flyoutTemplate"
|
|
140
132
|
],
|
|
141
|
-
"importPath": "html/admin/
|
|
142
|
-
"externalPath": "components.admin.html.
|
|
133
|
+
"importPath": "html/admin/modules/",
|
|
134
|
+
"externalPath": "components.admin.html.modules"
|
|
143
135
|
},
|
|
144
136
|
{
|
|
145
|
-
"defaultExport": "
|
|
146
|
-
"
|
|
147
|
-
|
|
137
|
+
"defaultExport": "Dialog",
|
|
138
|
+
"namedExports": [
|
|
139
|
+
"dialogTemplate"
|
|
140
|
+
],
|
|
141
|
+
"importPath": "html/admin/modules/",
|
|
142
|
+
"externalPath": "components.admin.html.modules"
|
|
148
143
|
},
|
|
149
144
|
{
|
|
150
|
-
"defaultExport": "
|
|
151
|
-
"importPath": "react/admin/
|
|
152
|
-
"externalPath": "components.admin.react.
|
|
145
|
+
"defaultExport": "Tooltip",
|
|
146
|
+
"importPath": "react/admin/modules/",
|
|
147
|
+
"externalPath": "components.admin.react.modules"
|
|
153
148
|
},
|
|
154
149
|
{
|
|
155
|
-
"defaultExport": "
|
|
156
|
-
"importPath": "react/admin/
|
|
157
|
-
"externalPath": "components.admin.react.
|
|
150
|
+
"defaultExport": "Tabs",
|
|
151
|
+
"importPath": "react/admin/modules/",
|
|
152
|
+
"externalPath": "components.admin.react.modules"
|
|
158
153
|
},
|
|
159
154
|
{
|
|
160
|
-
"defaultExport": "
|
|
161
|
-
"importPath": "react/admin/
|
|
162
|
-
"externalPath": "components.admin.react.
|
|
155
|
+
"defaultExport": "Swatch",
|
|
156
|
+
"importPath": "react/admin/modules/",
|
|
157
|
+
"externalPath": "components.admin.react.modules"
|
|
163
158
|
},
|
|
164
159
|
{
|
|
165
|
-
"defaultExport": "
|
|
166
|
-
"importPath": "react/admin/
|
|
167
|
-
"externalPath": "components.admin.react.
|
|
160
|
+
"defaultExport": "Steps",
|
|
161
|
+
"importPath": "react/admin/modules/",
|
|
162
|
+
"externalPath": "components.admin.react.modules"
|
|
168
163
|
},
|
|
169
164
|
{
|
|
170
|
-
"defaultExport": "
|
|
171
|
-
"importPath": "react/admin/
|
|
172
|
-
"externalPath": "components.admin.react.
|
|
165
|
+
"defaultExport": "SnackBar",
|
|
166
|
+
"importPath": "react/admin/modules/",
|
|
167
|
+
"externalPath": "components.admin.react.modules"
|
|
173
168
|
},
|
|
174
169
|
{
|
|
175
|
-
"defaultExport": "
|
|
176
|
-
"importPath": "react/admin/
|
|
177
|
-
"externalPath": "components.admin.react.
|
|
170
|
+
"defaultExport": "RouterNavBar",
|
|
171
|
+
"importPath": "react/admin/modules/",
|
|
172
|
+
"externalPath": "components.admin.react.modules"
|
|
178
173
|
},
|
|
179
174
|
{
|
|
180
|
-
"defaultExport": "
|
|
181
|
-
"importPath": "react/admin/
|
|
182
|
-
"externalPath": "components.admin.react.
|
|
175
|
+
"defaultExport": "Repeater",
|
|
176
|
+
"importPath": "react/admin/modules/",
|
|
177
|
+
"externalPath": "components.admin.react.modules"
|
|
183
178
|
},
|
|
184
179
|
{
|
|
185
|
-
"defaultExport": "
|
|
186
|
-
"importPath": "react/admin/
|
|
187
|
-
"externalPath": "components.admin.react.
|
|
180
|
+
"defaultExport": "Phone",
|
|
181
|
+
"importPath": "react/admin/modules/",
|
|
182
|
+
"externalPath": "components.admin.react.modules"
|
|
188
183
|
},
|
|
189
184
|
{
|
|
190
|
-
"defaultExport": "
|
|
191
|
-
"importPath": "react/admin/
|
|
192
|
-
"externalPath": "components.admin.react.
|
|
185
|
+
"defaultExport": "Pagination",
|
|
186
|
+
"importPath": "react/admin/modules/",
|
|
187
|
+
"externalPath": "components.admin.react.modules"
|
|
193
188
|
},
|
|
194
189
|
{
|
|
195
|
-
"defaultExport": "
|
|
196
|
-
"importPath": "react/admin/
|
|
197
|
-
"externalPath": "components.admin.react.
|
|
190
|
+
"defaultExport": "NavBar",
|
|
191
|
+
"importPath": "react/admin/modules/",
|
|
192
|
+
"externalPath": "components.admin.react.modules"
|
|
198
193
|
},
|
|
199
194
|
{
|
|
200
|
-
"defaultExport": "
|
|
201
|
-
"importPath": "react/admin/
|
|
202
|
-
"externalPath": "components.admin.react.
|
|
195
|
+
"defaultExport": "Overlay",
|
|
196
|
+
"importPath": "react/admin/modules/",
|
|
197
|
+
"externalPath": "components.admin.react.modules"
|
|
203
198
|
},
|
|
204
199
|
{
|
|
205
|
-
"defaultExport": "
|
|
206
|
-
"importPath": "react/admin/
|
|
207
|
-
"externalPath": "components.admin.react.
|
|
200
|
+
"defaultExport": "MetaBox",
|
|
201
|
+
"importPath": "react/admin/modules/",
|
|
202
|
+
"externalPath": "components.admin.react.modules"
|
|
208
203
|
},
|
|
209
204
|
{
|
|
210
|
-
"defaultExport": "
|
|
211
|
-
"importPath": "react/admin/
|
|
212
|
-
"externalPath": "components.admin.react.
|
|
205
|
+
"defaultExport": "List",
|
|
206
|
+
"importPath": "react/admin/modules/",
|
|
207
|
+
"externalPath": "components.admin.react.modules"
|
|
213
208
|
},
|
|
214
209
|
{
|
|
215
|
-
"defaultExport": "
|
|
216
|
-
"importPath": "react/admin/
|
|
217
|
-
"externalPath": "components.admin.react.
|
|
210
|
+
"defaultExport": "InputGroup",
|
|
211
|
+
"importPath": "react/admin/modules/",
|
|
212
|
+
"externalPath": "components.admin.react.modules"
|
|
218
213
|
},
|
|
219
214
|
{
|
|
220
|
-
"defaultExport": "
|
|
221
|
-
"importPath": "react/admin/
|
|
222
|
-
"externalPath": "components.admin.react.
|
|
215
|
+
"defaultExport": "Gravatar",
|
|
216
|
+
"importPath": "react/admin/modules/",
|
|
217
|
+
"externalPath": "components.admin.react.modules"
|
|
223
218
|
},
|
|
224
219
|
{
|
|
225
|
-
"defaultExport": "
|
|
226
|
-
"importPath": "react/admin/
|
|
227
|
-
"externalPath": "components.admin.react.
|
|
220
|
+
"defaultExport": "Flyout",
|
|
221
|
+
"importPath": "react/admin/modules/",
|
|
222
|
+
"externalPath": "components.admin.react.modules"
|
|
228
223
|
},
|
|
229
224
|
{
|
|
230
|
-
"defaultExport": "
|
|
231
|
-
"importPath": "react/admin/
|
|
232
|
-
"externalPath": "components.admin.react.
|
|
225
|
+
"defaultExport": "Droplist",
|
|
226
|
+
"importPath": "react/admin/modules/",
|
|
227
|
+
"externalPath": "components.admin.react.modules"
|
|
233
228
|
},
|
|
234
229
|
{
|
|
235
|
-
"defaultExport": "
|
|
236
|
-
"importPath": "react/admin/
|
|
237
|
-
"externalPath": "components.admin.react.
|
|
230
|
+
"defaultExport": "Dialog",
|
|
231
|
+
"importPath": "react/admin/modules/",
|
|
232
|
+
"externalPath": "components.admin.react.modules"
|
|
238
233
|
},
|
|
239
234
|
{
|
|
240
|
-
"defaultExport": "
|
|
241
|
-
"importPath": "react/admin/
|
|
242
|
-
"externalPath": "components.admin.react.
|
|
235
|
+
"defaultExport": "Dropdown",
|
|
236
|
+
"importPath": "react/admin/modules/",
|
|
237
|
+
"externalPath": "components.admin.react.modules"
|
|
243
238
|
},
|
|
244
239
|
{
|
|
245
|
-
"defaultExport": "
|
|
246
|
-
"importPath": "react/admin/
|
|
247
|
-
"externalPath": "components.admin.react.
|
|
240
|
+
"defaultExport": "ColorPicker",
|
|
241
|
+
"importPath": "react/admin/modules/",
|
|
242
|
+
"externalPath": "components.admin.react.modules"
|
|
248
243
|
},
|
|
249
244
|
{
|
|
250
|
-
"defaultExport": "
|
|
251
|
-
"importPath": "react/admin/
|
|
252
|
-
"externalPath": "components.admin.react.
|
|
245
|
+
"defaultExport": "Chart",
|
|
246
|
+
"importPath": "react/admin/modules/",
|
|
247
|
+
"externalPath": "components.admin.react.modules"
|
|
253
248
|
},
|
|
254
249
|
{
|
|
255
|
-
"defaultExport": "
|
|
250
|
+
"defaultExport": "DataGrid",
|
|
256
251
|
"importPath": "react/admin/modules/",
|
|
257
252
|
"externalPath": "components.admin.react.modules"
|
|
258
253
|
},
|
|
259
254
|
{
|
|
260
|
-
"defaultExport": "
|
|
255
|
+
"defaultExport": "Calendar",
|
|
261
256
|
"importPath": "react/admin/modules/",
|
|
262
257
|
"externalPath": "components.admin.react.modules"
|
|
263
258
|
},
|
|
264
259
|
{
|
|
265
|
-
"defaultExport": "
|
|
260
|
+
"defaultExport": "Banner",
|
|
266
261
|
"importPath": "react/admin/modules/",
|
|
267
262
|
"externalPath": "components.admin.react.modules"
|
|
268
263
|
},
|
|
269
264
|
{
|
|
270
|
-
"defaultExport": "
|
|
265
|
+
"defaultExport": "Avatar",
|
|
271
266
|
"importPath": "react/admin/modules/",
|
|
272
267
|
"externalPath": "components.admin.react.modules"
|
|
273
268
|
},
|
|
274
269
|
{
|
|
275
|
-
"defaultExport": "
|
|
270
|
+
"defaultExport": "AvatarGroup",
|
|
276
271
|
"importPath": "react/admin/modules/",
|
|
277
272
|
"externalPath": "components.admin.react.modules"
|
|
278
273
|
},
|
|
279
274
|
{
|
|
280
|
-
"defaultExport": "
|
|
275
|
+
"defaultExport": "Alert",
|
|
276
|
+
"importPath": "react/admin/modules/",
|
|
277
|
+
"externalPath": "components.admin.react.modules"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"defaultExport": "Address",
|
|
281
281
|
"importPath": "react/admin/modules/",
|
|
282
282
|
"externalPath": "components.admin.react.modules"
|
|
283
283
|
},
|
|
284
284
|
{
|
|
285
|
-
"defaultExport": "
|
|
286
|
-
"importPath": "react/admin/
|
|
287
|
-
"externalPath": "components.admin.react.
|
|
285
|
+
"defaultExport": "Toggle",
|
|
286
|
+
"importPath": "react/admin/elements/",
|
|
287
|
+
"externalPath": "components.admin.react.elements"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"defaultExport": "Text",
|
|
291
|
+
"importPath": "react/admin/elements/",
|
|
292
|
+
"externalPath": "components.admin.react.elements"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"defaultExport": "Textarea",
|
|
296
|
+
"importPath": "react/admin/elements/",
|
|
297
|
+
"externalPath": "components.admin.react.elements"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"defaultExport": "Tag",
|
|
301
|
+
"importPath": "react/admin/elements/",
|
|
302
|
+
"externalPath": "components.admin.react.elements"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"defaultExport": "Range",
|
|
306
|
+
"importPath": "react/admin/elements/",
|
|
307
|
+
"externalPath": "components.admin.react.elements"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"defaultExport": "StatusIndicator",
|
|
311
|
+
"importPath": "react/admin/elements/",
|
|
312
|
+
"externalPath": "components.admin.react.elements"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"defaultExport": "Select",
|
|
316
|
+
"importPath": "react/admin/elements/",
|
|
317
|
+
"externalPath": "components.admin.react.elements"
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"defaultExport": "Radio",
|
|
321
|
+
"importPath": "react/admin/elements/",
|
|
322
|
+
"externalPath": "components.admin.react.elements"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"defaultExport": "Pill",
|
|
326
|
+
"importPath": "react/admin/elements/",
|
|
327
|
+
"externalPath": "components.admin.react.elements"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"defaultExport": "Link",
|
|
331
|
+
"importPath": "react/admin/elements/",
|
|
332
|
+
"externalPath": "components.admin.react.elements"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"defaultExport": "Label",
|
|
336
|
+
"importPath": "react/admin/elements/",
|
|
337
|
+
"externalPath": "components.admin.react.elements"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"defaultExport": "Input",
|
|
341
|
+
"importPath": "react/admin/elements/",
|
|
342
|
+
"externalPath": "components.admin.react.elements"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"defaultExport": "Image",
|
|
346
|
+
"importPath": "react/admin/elements/",
|
|
347
|
+
"externalPath": "components.admin.react.elements"
|
|
288
348
|
},
|
|
289
349
|
{
|
|
290
|
-
"defaultExport": "
|
|
291
|
-
"importPath": "react/admin/
|
|
292
|
-
"externalPath": "components.admin.react.
|
|
350
|
+
"defaultExport": "Icon",
|
|
351
|
+
"importPath": "react/admin/elements/",
|
|
352
|
+
"externalPath": "components.admin.react.elements"
|
|
293
353
|
},
|
|
294
354
|
{
|
|
295
|
-
"defaultExport": "
|
|
296
|
-
"importPath": "react/admin/
|
|
297
|
-
"externalPath": "components.admin.react.
|
|
355
|
+
"defaultExport": "HelpText",
|
|
356
|
+
"importPath": "react/admin/elements/",
|
|
357
|
+
"externalPath": "components.admin.react.elements"
|
|
298
358
|
},
|
|
299
359
|
{
|
|
300
|
-
"defaultExport": "
|
|
301
|
-
"importPath": "react/admin/
|
|
302
|
-
"externalPath": "components.admin.react.
|
|
360
|
+
"defaultExport": "Grid",
|
|
361
|
+
"importPath": "react/admin/elements/",
|
|
362
|
+
"externalPath": "components.admin.react.elements"
|
|
303
363
|
},
|
|
304
364
|
{
|
|
305
|
-
"defaultExport": "
|
|
306
|
-
"importPath": "react/admin/
|
|
307
|
-
"externalPath": "components.admin.react.
|
|
365
|
+
"defaultExport": "FileUpload",
|
|
366
|
+
"importPath": "react/admin/elements/",
|
|
367
|
+
"externalPath": "components.admin.react.elements"
|
|
308
368
|
},
|
|
309
369
|
{
|
|
310
|
-
"defaultExport": "
|
|
311
|
-
"importPath": "react/admin/
|
|
312
|
-
"externalPath": "components.admin.react.
|
|
370
|
+
"defaultExport": "Heading",
|
|
371
|
+
"importPath": "react/admin/elements/",
|
|
372
|
+
"externalPath": "components.admin.react.elements"
|
|
313
373
|
},
|
|
314
374
|
{
|
|
315
|
-
"defaultExport": "
|
|
316
|
-
"importPath": "react/admin/
|
|
317
|
-
"externalPath": "components.admin.react.
|
|
375
|
+
"defaultExport": "DescriptionList",
|
|
376
|
+
"importPath": "react/admin/elements/",
|
|
377
|
+
"externalPath": "components.admin.react.elements"
|
|
318
378
|
},
|
|
319
379
|
{
|
|
320
|
-
"defaultExport": "
|
|
321
|
-
"importPath": "react/admin/
|
|
322
|
-
"externalPath": "components.admin.react.
|
|
380
|
+
"defaultExport": "Checkbox",
|
|
381
|
+
"importPath": "react/admin/elements/",
|
|
382
|
+
"externalPath": "components.admin.react.elements"
|
|
323
383
|
},
|
|
324
384
|
{
|
|
325
|
-
"defaultExport": "
|
|
326
|
-
"importPath": "react/admin/
|
|
327
|
-
"externalPath": "components.admin.react.
|
|
385
|
+
"defaultExport": "Box",
|
|
386
|
+
"importPath": "react/admin/elements/",
|
|
387
|
+
"externalPath": "components.admin.react.elements"
|
|
328
388
|
},
|
|
329
389
|
{
|
|
330
|
-
"defaultExport": "
|
|
331
|
-
"importPath": "react/admin/
|
|
332
|
-
"externalPath": "components.admin.react.
|
|
390
|
+
"defaultExport": "Button",
|
|
391
|
+
"importPath": "react/admin/elements/",
|
|
392
|
+
"externalPath": "components.admin.react.elements"
|
|
333
393
|
},
|
|
334
394
|
{
|
|
335
|
-
"defaultExport": "
|
|
336
|
-
"importPath": "react/admin/modules/",
|
|
395
|
+
"defaultExport": "VidyardVideo",
|
|
396
|
+
"importPath": "react/admin/modules/Videos/",
|
|
337
397
|
"externalPath": "components.admin.react.modules"
|
|
338
398
|
},
|
|
339
399
|
{
|
|
340
|
-
"
|
|
341
|
-
"
|
|
342
|
-
|
|
400
|
+
"__esModule": true,
|
|
401
|
+
"default": {
|
|
402
|
+
"defaultExport": "Simple",
|
|
403
|
+
"importPath": "react/admin/modules/ProgressBar/",
|
|
404
|
+
"externalPath": "components.admin.react.modules"
|
|
405
|
+
}
|
|
343
406
|
},
|
|
344
407
|
{
|
|
345
|
-
"defaultExport": "
|
|
346
|
-
"importPath": "react/admin/modules/",
|
|
408
|
+
"defaultExport": "RingLoader",
|
|
409
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
347
410
|
"externalPath": "components.admin.react.modules"
|
|
348
411
|
},
|
|
349
412
|
{
|
|
350
|
-
"defaultExport": "
|
|
351
|
-
"importPath": "react/admin/modules/",
|
|
413
|
+
"defaultExport": "Placeholder",
|
|
414
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
352
415
|
"externalPath": "components.admin.react.modules"
|
|
353
416
|
},
|
|
354
417
|
{
|
|
355
|
-
"defaultExport": "
|
|
356
|
-
"importPath": "react/admin/modules/",
|
|
418
|
+
"defaultExport": "RightSidebar",
|
|
419
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
357
420
|
"externalPath": "components.admin.react.modules"
|
|
358
421
|
},
|
|
359
422
|
{
|
|
360
|
-
"defaultExport": "
|
|
361
|
-
"importPath": "react/admin/modules/",
|
|
423
|
+
"defaultExport": "ModularSidebar",
|
|
424
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
362
425
|
"externalPath": "components.admin.react.modules"
|
|
363
426
|
},
|
|
364
427
|
{
|
|
365
|
-
"defaultExport": "
|
|
366
|
-
"importPath": "react/admin/modules/",
|
|
428
|
+
"defaultExport": "IconIndicator",
|
|
429
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
367
430
|
"externalPath": "components.admin.react.modules"
|
|
368
431
|
},
|
|
369
432
|
{
|
|
370
|
-
"defaultExport": "
|
|
371
|
-
"importPath": "react/admin/modules/",
|
|
433
|
+
"defaultExport": "DotIndicator",
|
|
434
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
372
435
|
"externalPath": "components.admin.react.modules"
|
|
373
436
|
},
|
|
374
437
|
{
|
|
375
|
-
"defaultExport": "
|
|
376
|
-
"importPath": "react/admin/modules/",
|
|
438
|
+
"defaultExport": "CountryDropdown",
|
|
439
|
+
"importPath": "react/admin/modules/Dropdown/",
|
|
377
440
|
"externalPath": "components.admin.react.modules"
|
|
378
441
|
},
|
|
379
442
|
{
|
|
380
|
-
"defaultExport": "
|
|
381
|
-
"importPath": "react/admin/modules/",
|
|
443
|
+
"defaultExport": "MetricCard",
|
|
444
|
+
"importPath": "react/admin/modules/Cards/",
|
|
382
445
|
"externalPath": "components.admin.react.modules"
|
|
383
446
|
},
|
|
384
447
|
{
|
|
385
|
-
"defaultExport": "
|
|
386
|
-
"importPath": "react/admin/modules/",
|
|
448
|
+
"defaultExport": "IntegrationCard",
|
|
449
|
+
"importPath": "react/admin/modules/Cards/",
|
|
387
450
|
"externalPath": "components.admin.react.modules"
|
|
388
451
|
},
|
|
389
452
|
{
|
|
390
|
-
"defaultExport": "
|
|
391
|
-
"importPath": "react/admin/modules/",
|
|
453
|
+
"defaultExport": "FormTemplateCard",
|
|
454
|
+
"importPath": "react/admin/modules/Cards/",
|
|
392
455
|
"externalPath": "components.admin.react.modules"
|
|
393
456
|
},
|
|
457
|
+
{
|
|
458
|
+
"defaultExport": "BrandedLink",
|
|
459
|
+
"importPath": "react/admin/elements/Link/",
|
|
460
|
+
"externalPath": "components.admin.react.elements"
|
|
461
|
+
},
|
|
394
462
|
{
|
|
395
463
|
"defaultExport": "ZohoLogo",
|
|
396
464
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -417,12 +485,12 @@ module.exports = [
|
|
|
417
485
|
"externalPath": "components.admin.react.elements"
|
|
418
486
|
},
|
|
419
487
|
{
|
|
420
|
-
"defaultExport": "
|
|
488
|
+
"defaultExport": "TwilioLogo",
|
|
421
489
|
"importPath": "react/admin/elements/Svgs/",
|
|
422
490
|
"externalPath": "components.admin.react.elements"
|
|
423
491
|
},
|
|
424
492
|
{
|
|
425
|
-
"defaultExport": "
|
|
493
|
+
"defaultExport": "TelegramLogo",
|
|
426
494
|
"importPath": "react/admin/elements/Svgs/",
|
|
427
495
|
"externalPath": "components.admin.react.elements"
|
|
428
496
|
},
|
|
@@ -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
|
},
|
|
@@ -447,12 +515,12 @@ module.exports = [
|
|
|
447
515
|
"externalPath": "components.admin.react.elements"
|
|
448
516
|
},
|
|
449
517
|
{
|
|
450
|
-
"defaultExport": "
|
|
518
|
+
"defaultExport": "SendGridFullLogo",
|
|
451
519
|
"importPath": "react/admin/elements/Svgs/",
|
|
452
520
|
"externalPath": "components.admin.react.elements"
|
|
453
521
|
},
|
|
454
522
|
{
|
|
455
|
-
"defaultExport": "
|
|
523
|
+
"defaultExport": "SearchNoResults",
|
|
456
524
|
"importPath": "react/admin/elements/Svgs/",
|
|
457
525
|
"externalPath": "components.admin.react.elements"
|
|
458
526
|
},
|
|
@@ -467,7 +535,7 @@ module.exports = [
|
|
|
467
535
|
"externalPath": "components.admin.react.elements"
|
|
468
536
|
},
|
|
469
537
|
{
|
|
470
|
-
"defaultExport": "
|
|
538
|
+
"defaultExport": "ResendFullLogo",
|
|
471
539
|
"importPath": "react/admin/elements/Svgs/",
|
|
472
540
|
"externalPath": "components.admin.react.elements"
|
|
473
541
|
},
|
|
@@ -476,6 +544,16 @@ module.exports = [
|
|
|
476
544
|
"importPath": "react/admin/elements/Svgs/",
|
|
477
545
|
"externalPath": "components.admin.react.elements"
|
|
478
546
|
},
|
|
547
|
+
{
|
|
548
|
+
"defaultExport": "ResendLogo",
|
|
549
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
550
|
+
"externalPath": "components.admin.react.elements"
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"defaultExport": "PostmarkFullLogo",
|
|
554
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
555
|
+
"externalPath": "components.admin.react.elements"
|
|
556
|
+
},
|
|
479
557
|
{
|
|
480
558
|
"defaultExport": "Plug",
|
|
481
559
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -487,27 +565,27 @@ module.exports = [
|
|
|
487
565
|
"externalPath": "components.admin.react.elements"
|
|
488
566
|
},
|
|
489
567
|
{
|
|
490
|
-
"defaultExport": "
|
|
568
|
+
"defaultExport": "MicrosoftLogo",
|
|
491
569
|
"importPath": "react/admin/elements/Svgs/",
|
|
492
570
|
"externalPath": "components.admin.react.elements"
|
|
493
571
|
},
|
|
494
572
|
{
|
|
495
|
-
"defaultExport": "
|
|
573
|
+
"defaultExport": "PHPFullLogo",
|
|
496
574
|
"importPath": "react/admin/elements/Svgs/",
|
|
497
575
|
"externalPath": "components.admin.react.elements"
|
|
498
576
|
},
|
|
499
577
|
{
|
|
500
|
-
"defaultExport": "
|
|
578
|
+
"defaultExport": "MicrosoftFullLogo",
|
|
501
579
|
"importPath": "react/admin/elements/Svgs/",
|
|
502
580
|
"externalPath": "components.admin.react.elements"
|
|
503
581
|
},
|
|
504
582
|
{
|
|
505
|
-
"defaultExport": "
|
|
583
|
+
"defaultExport": "MicrosoftAltLogo",
|
|
506
584
|
"importPath": "react/admin/elements/Svgs/",
|
|
507
585
|
"externalPath": "components.admin.react.elements"
|
|
508
586
|
},
|
|
509
587
|
{
|
|
510
|
-
"defaultExport": "
|
|
588
|
+
"defaultExport": "MandrillLogo",
|
|
511
589
|
"importPath": "react/admin/elements/Svgs/",
|
|
512
590
|
"externalPath": "components.admin.react.elements"
|
|
513
591
|
},
|
|
@@ -522,12 +600,12 @@ module.exports = [
|
|
|
522
600
|
"externalPath": "components.admin.react.elements"
|
|
523
601
|
},
|
|
524
602
|
{
|
|
525
|
-
"defaultExport": "
|
|
603
|
+
"defaultExport": "MailgunLogo",
|
|
526
604
|
"importPath": "react/admin/elements/Svgs/",
|
|
527
605
|
"externalPath": "components.admin.react.elements"
|
|
528
606
|
},
|
|
529
607
|
{
|
|
530
|
-
"defaultExport": "
|
|
608
|
+
"defaultExport": "MailgunFullLogo",
|
|
531
609
|
"importPath": "react/admin/elements/Svgs/",
|
|
532
610
|
"externalPath": "components.admin.react.elements"
|
|
533
611
|
},
|
|
@@ -537,17 +615,17 @@ module.exports = [
|
|
|
537
615
|
"externalPath": "components.admin.react.elements"
|
|
538
616
|
},
|
|
539
617
|
{
|
|
540
|
-
"defaultExport": "
|
|
618
|
+
"defaultExport": "MailerSendFullLogo",
|
|
541
619
|
"importPath": "react/admin/elements/Svgs/",
|
|
542
620
|
"externalPath": "components.admin.react.elements"
|
|
543
621
|
},
|
|
544
622
|
{
|
|
545
|
-
"defaultExport": "
|
|
623
|
+
"defaultExport": "MailchimpLogo",
|
|
546
624
|
"importPath": "react/admin/elements/Svgs/",
|
|
547
625
|
"externalPath": "components.admin.react.elements"
|
|
548
626
|
},
|
|
549
627
|
{
|
|
550
|
-
"defaultExport": "
|
|
628
|
+
"defaultExport": "MailchimpFullLogo",
|
|
551
629
|
"importPath": "react/admin/elements/Svgs/",
|
|
552
630
|
"externalPath": "components.admin.react.elements"
|
|
553
631
|
},
|
|
@@ -557,12 +635,12 @@ module.exports = [
|
|
|
557
635
|
"externalPath": "components.admin.react.elements"
|
|
558
636
|
},
|
|
559
637
|
{
|
|
560
|
-
"defaultExport": "
|
|
638
|
+
"defaultExport": "MailFailedBg",
|
|
561
639
|
"importPath": "react/admin/elements/Svgs/",
|
|
562
640
|
"externalPath": "components.admin.react.elements"
|
|
563
641
|
},
|
|
564
642
|
{
|
|
565
|
-
"defaultExport": "
|
|
643
|
+
"defaultExport": "MailSuccessBg",
|
|
566
644
|
"importPath": "react/admin/elements/Svgs/",
|
|
567
645
|
"externalPath": "components.admin.react.elements"
|
|
568
646
|
},
|
|
@@ -572,7 +650,7 @@ module.exports = [
|
|
|
572
650
|
"externalPath": "components.admin.react.elements"
|
|
573
651
|
},
|
|
574
652
|
{
|
|
575
|
-
"defaultExport": "
|
|
653
|
+
"defaultExport": "GravitySMTPTextLogo",
|
|
576
654
|
"importPath": "react/admin/elements/Svgs/",
|
|
577
655
|
"externalPath": "components.admin.react.elements"
|
|
578
656
|
},
|
|
@@ -582,12 +660,12 @@ module.exports = [
|
|
|
582
660
|
"externalPath": "components.admin.react.elements"
|
|
583
661
|
},
|
|
584
662
|
{
|
|
585
|
-
"defaultExport": "
|
|
663
|
+
"defaultExport": "GravitySMTPFullLogo",
|
|
586
664
|
"importPath": "react/admin/elements/Svgs/",
|
|
587
665
|
"externalPath": "components.admin.react.elements"
|
|
588
666
|
},
|
|
589
667
|
{
|
|
590
|
-
"defaultExport": "
|
|
668
|
+
"defaultExport": "GravityFormsLogo",
|
|
591
669
|
"importPath": "react/admin/elements/Svgs/",
|
|
592
670
|
"externalPath": "components.admin.react.elements"
|
|
593
671
|
},
|
|
@@ -602,7 +680,7 @@ module.exports = [
|
|
|
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
|
},
|
|
@@ -612,7 +690,7 @@ module.exports = [
|
|
|
612
690
|
"externalPath": "components.admin.react.elements"
|
|
613
691
|
},
|
|
614
692
|
{
|
|
615
|
-
"defaultExport": "
|
|
693
|
+
"defaultExport": "GoogleFullLogo",
|
|
616
694
|
"importPath": "react/admin/elements/Svgs/",
|
|
617
695
|
"externalPath": "components.admin.react.elements"
|
|
618
696
|
},
|
|
@@ -622,12 +700,22 @@ module.exports = [
|
|
|
622
700
|
"externalPath": "components.admin.react.elements"
|
|
623
701
|
},
|
|
624
702
|
{
|
|
625
|
-
"defaultExport": "
|
|
703
|
+
"defaultExport": "EmailitLogo",
|
|
626
704
|
"importPath": "react/admin/elements/Svgs/",
|
|
627
705
|
"externalPath": "components.admin.react.elements"
|
|
628
706
|
},
|
|
629
707
|
{
|
|
630
|
-
"defaultExport": "
|
|
708
|
+
"defaultExport": "EmailitFullLogo",
|
|
709
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
710
|
+
"externalPath": "components.admin.react.elements"
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"defaultExport": "ElasticEmailLogo",
|
|
714
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
715
|
+
"externalPath": "components.admin.react.elements"
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"defaultExport": "ElasticEmailFullLogo",
|
|
631
719
|
"importPath": "react/admin/elements/Svgs/",
|
|
632
720
|
"externalPath": "components.admin.react.elements"
|
|
633
721
|
},
|
|
@@ -657,12 +745,12 @@ module.exports = [
|
|
|
657
745
|
"externalPath": "components.admin.react.elements"
|
|
658
746
|
},
|
|
659
747
|
{
|
|
660
|
-
"defaultExport": "
|
|
748
|
+
"defaultExport": "BrevoFullLogo",
|
|
661
749
|
"importPath": "react/admin/elements/Svgs/",
|
|
662
750
|
"externalPath": "components.admin.react.elements"
|
|
663
751
|
},
|
|
664
752
|
{
|
|
665
|
-
"defaultExport": "
|
|
753
|
+
"defaultExport": "AmazonAWSLogo",
|
|
666
754
|
"importPath": "react/admin/elements/Svgs/",
|
|
667
755
|
"externalPath": "components.admin.react.elements"
|
|
668
756
|
},
|
|
@@ -671,77 +759,9 @@ module.exports = [
|
|
|
671
759
|
"importPath": "react/admin/elements/Svgs/",
|
|
672
760
|
"externalPath": "components.admin.react.elements"
|
|
673
761
|
},
|
|
674
|
-
{
|
|
675
|
-
"defaultExport": "BrandedLink",
|
|
676
|
-
"importPath": "react/admin/elements/Link/",
|
|
677
|
-
"externalPath": "components.admin.react.elements"
|
|
678
|
-
},
|
|
679
762
|
{
|
|
680
763
|
"defaultExport": "BrandedButton",
|
|
681
764
|
"importPath": "react/admin/elements/Button/",
|
|
682
765
|
"externalPath": "components.admin.react.elements"
|
|
683
|
-
},
|
|
684
|
-
{
|
|
685
|
-
"defaultExport": "VidyardVideo",
|
|
686
|
-
"importPath": "react/admin/modules/Videos/",
|
|
687
|
-
"externalPath": "components.admin.react.modules"
|
|
688
|
-
},
|
|
689
|
-
{
|
|
690
|
-
"__esModule": true,
|
|
691
|
-
"default": {
|
|
692
|
-
"defaultExport": "Simple",
|
|
693
|
-
"importPath": "react/admin/modules/ProgressBar/",
|
|
694
|
-
"externalPath": "components.admin.react.modules"
|
|
695
|
-
}
|
|
696
|
-
},
|
|
697
|
-
{
|
|
698
|
-
"defaultExport": "RingLoader",
|
|
699
|
-
"importPath": "react/admin/modules/Loaders/",
|
|
700
|
-
"externalPath": "components.admin.react.modules"
|
|
701
|
-
},
|
|
702
|
-
{
|
|
703
|
-
"defaultExport": "Placeholder",
|
|
704
|
-
"importPath": "react/admin/modules/Loaders/",
|
|
705
|
-
"externalPath": "components.admin.react.modules"
|
|
706
|
-
},
|
|
707
|
-
{
|
|
708
|
-
"defaultExport": "RightSidebar",
|
|
709
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
710
|
-
"externalPath": "components.admin.react.modules"
|
|
711
|
-
},
|
|
712
|
-
{
|
|
713
|
-
"defaultExport": "ModularSidebar",
|
|
714
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
715
|
-
"externalPath": "components.admin.react.modules"
|
|
716
|
-
},
|
|
717
|
-
{
|
|
718
|
-
"defaultExport": "IconIndicator",
|
|
719
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
720
|
-
"externalPath": "components.admin.react.modules"
|
|
721
|
-
},
|
|
722
|
-
{
|
|
723
|
-
"defaultExport": "DotIndicator",
|
|
724
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
725
|
-
"externalPath": "components.admin.react.modules"
|
|
726
|
-
},
|
|
727
|
-
{
|
|
728
|
-
"defaultExport": "CountryDropdown",
|
|
729
|
-
"importPath": "react/admin/modules/Dropdown/",
|
|
730
|
-
"externalPath": "components.admin.react.modules"
|
|
731
|
-
},
|
|
732
|
-
{
|
|
733
|
-
"defaultExport": "MetricCard",
|
|
734
|
-
"importPath": "react/admin/modules/Cards/",
|
|
735
|
-
"externalPath": "components.admin.react.modules"
|
|
736
|
-
},
|
|
737
|
-
{
|
|
738
|
-
"defaultExport": "IntegrationCard",
|
|
739
|
-
"importPath": "react/admin/modules/Cards/",
|
|
740
|
-
"externalPath": "components.admin.react.modules"
|
|
741
|
-
},
|
|
742
|
-
{
|
|
743
|
-
"defaultExport": "FormTemplateCard",
|
|
744
|
-
"importPath": "react/admin/modules/Cards/",
|
|
745
|
-
"externalPath": "components.admin.react.modules"
|
|
746
766
|
}
|
|
747
767
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "5.8.
|
|
3
|
+
"version": "5.8.1",
|
|
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",
|