@gravityforms/dependency-extraction-webpack-plugin 5.4.12 → 5.5.0
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 +239 -224
- package/package.json +1 -1
|
@@ -5,73 +5,73 @@ module.exports = [
|
|
|
5
5
|
"externalPath": "components.admin.html.modules"
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
|
-
"defaultExport": "
|
|
8
|
+
"defaultExport": "Flyout",
|
|
9
9
|
"namedExports": [
|
|
10
|
-
"
|
|
10
|
+
"flyoutTemplate"
|
|
11
11
|
],
|
|
12
12
|
"importPath": "html/admin/modules/",
|
|
13
13
|
"externalPath": "components.admin.html.modules"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
|
-
"defaultExport": "
|
|
16
|
+
"defaultExport": "Dialog",
|
|
17
17
|
"namedExports": [
|
|
18
|
-
"
|
|
18
|
+
"dialogTemplate"
|
|
19
19
|
],
|
|
20
20
|
"importPath": "html/admin/modules/",
|
|
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": "Textarea",
|
|
33
33
|
"namedExports": [
|
|
34
|
-
"
|
|
34
|
+
"textareaTemplate"
|
|
35
35
|
],
|
|
36
36
|
"importPath": "html/admin/elements/",
|
|
37
37
|
"externalPath": "components.admin.html.elements"
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
|
-
"defaultExport": "
|
|
40
|
+
"defaultExport": "StatusIndicator",
|
|
41
41
|
"namedExports": [
|
|
42
|
-
"
|
|
42
|
+
"statusIndicatorTemplate"
|
|
43
43
|
],
|
|
44
44
|
"importPath": "html/admin/elements/",
|
|
45
45
|
"externalPath": "components.admin.html.elements"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"defaultExport": "
|
|
48
|
+
"defaultExport": "Text",
|
|
49
49
|
"namedExports": [
|
|
50
|
-
"
|
|
50
|
+
"textTemplate"
|
|
51
51
|
],
|
|
52
52
|
"importPath": "html/admin/elements/",
|
|
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": "Label",
|
|
73
73
|
"namedExports": [
|
|
74
|
-
"
|
|
74
|
+
"labelTemplate"
|
|
75
75
|
],
|
|
76
76
|
"importPath": "html/admin/elements/",
|
|
77
77
|
"externalPath": "components.admin.html.elements"
|
|
@@ -85,9 +85,9 @@ module.exports = [
|
|
|
85
85
|
"externalPath": "components.admin.html.elements"
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
|
-
"defaultExport": "
|
|
88
|
+
"defaultExport": "Loader",
|
|
89
89
|
"namedExports": [
|
|
90
|
-
"
|
|
90
|
+
"loaderTemplate"
|
|
91
91
|
],
|
|
92
92
|
"importPath": "html/admin/elements/",
|
|
93
93
|
"externalPath": "components.admin.html.elements"
|
|
@@ -101,18 +101,17 @@ module.exports = [
|
|
|
101
101
|
"externalPath": "components.admin.html.elements"
|
|
102
102
|
},
|
|
103
103
|
{
|
|
104
|
-
"defaultExport": "
|
|
104
|
+
"defaultExport": "Button",
|
|
105
105
|
"namedExports": [
|
|
106
|
-
"
|
|
106
|
+
"buttonTemplate"
|
|
107
107
|
],
|
|
108
108
|
"importPath": "html/admin/elements/",
|
|
109
109
|
"externalPath": "components.admin.html.elements"
|
|
110
110
|
},
|
|
111
111
|
{
|
|
112
|
-
"defaultExport": "
|
|
112
|
+
"defaultExport": "HelpText",
|
|
113
113
|
"namedExports": [
|
|
114
|
-
"
|
|
115
|
-
"dropdownListItems"
|
|
114
|
+
"helpTextTemplate"
|
|
116
115
|
],
|
|
117
116
|
"importPath": "html/admin/elements/",
|
|
118
117
|
"externalPath": "components.admin.html.elements"
|
|
@@ -126,30 +125,136 @@ module.exports = [
|
|
|
126
125
|
"externalPath": "components.admin.html.elements"
|
|
127
126
|
},
|
|
128
127
|
{
|
|
129
|
-
"defaultExport": "
|
|
128
|
+
"defaultExport": "Alert",
|
|
130
129
|
"namedExports": [
|
|
131
|
-
"
|
|
130
|
+
"alertTemplate"
|
|
132
131
|
],
|
|
133
132
|
"importPath": "html/admin/elements/",
|
|
134
133
|
"externalPath": "components.admin.html.elements"
|
|
135
134
|
},
|
|
136
135
|
{
|
|
137
|
-
"defaultExport": "
|
|
136
|
+
"defaultExport": "Dropdown",
|
|
138
137
|
"namedExports": [
|
|
139
|
-
"
|
|
138
|
+
"dropdownTemplate",
|
|
139
|
+
"dropdownListItems"
|
|
140
140
|
],
|
|
141
141
|
"importPath": "html/admin/elements/",
|
|
142
142
|
"externalPath": "components.admin.html.elements"
|
|
143
143
|
},
|
|
144
|
+
{
|
|
145
|
+
"defaultExport": "Toggle",
|
|
146
|
+
"importPath": "react/admin/elements/",
|
|
147
|
+
"externalPath": "components.admin.react.elements"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"defaultExport": "Textarea",
|
|
151
|
+
"importPath": "react/admin/elements/",
|
|
152
|
+
"externalPath": "components.admin.react.elements"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"defaultExport": "Text",
|
|
156
|
+
"importPath": "react/admin/elements/",
|
|
157
|
+
"externalPath": "components.admin.react.elements"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"defaultExport": "Tag",
|
|
161
|
+
"importPath": "react/admin/elements/",
|
|
162
|
+
"externalPath": "components.admin.react.elements"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"defaultExport": "StatusIndicator",
|
|
166
|
+
"importPath": "react/admin/elements/",
|
|
167
|
+
"externalPath": "components.admin.react.elements"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"defaultExport": "Range",
|
|
171
|
+
"importPath": "react/admin/elements/",
|
|
172
|
+
"externalPath": "components.admin.react.elements"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"defaultExport": "Select",
|
|
176
|
+
"importPath": "react/admin/elements/",
|
|
177
|
+
"externalPath": "components.admin.react.elements"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"defaultExport": "Radio",
|
|
181
|
+
"importPath": "react/admin/elements/",
|
|
182
|
+
"externalPath": "components.admin.react.elements"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"defaultExport": "Pill",
|
|
186
|
+
"importPath": "react/admin/elements/",
|
|
187
|
+
"externalPath": "components.admin.react.elements"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"defaultExport": "Link",
|
|
191
|
+
"importPath": "react/admin/elements/",
|
|
192
|
+
"externalPath": "components.admin.react.elements"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"defaultExport": "Label",
|
|
196
|
+
"importPath": "react/admin/elements/",
|
|
197
|
+
"externalPath": "components.admin.react.elements"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"defaultExport": "Input",
|
|
201
|
+
"importPath": "react/admin/elements/",
|
|
202
|
+
"externalPath": "components.admin.react.elements"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"defaultExport": "HelpText",
|
|
206
|
+
"importPath": "react/admin/elements/",
|
|
207
|
+
"externalPath": "components.admin.react.elements"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"defaultExport": "Image",
|
|
211
|
+
"importPath": "react/admin/elements/",
|
|
212
|
+
"externalPath": "components.admin.react.elements"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"defaultExport": "Icon",
|
|
216
|
+
"importPath": "react/admin/elements/",
|
|
217
|
+
"externalPath": "components.admin.react.elements"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"defaultExport": "Heading",
|
|
221
|
+
"importPath": "react/admin/elements/",
|
|
222
|
+
"externalPath": "components.admin.react.elements"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"defaultExport": "Grid",
|
|
226
|
+
"importPath": "react/admin/elements/",
|
|
227
|
+
"externalPath": "components.admin.react.elements"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"defaultExport": "FileUpload",
|
|
231
|
+
"importPath": "react/admin/elements/",
|
|
232
|
+
"externalPath": "components.admin.react.elements"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"defaultExport": "DescriptionList",
|
|
236
|
+
"importPath": "react/admin/elements/",
|
|
237
|
+
"externalPath": "components.admin.react.elements"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"defaultExport": "Checkbox",
|
|
241
|
+
"importPath": "react/admin/elements/",
|
|
242
|
+
"externalPath": "components.admin.react.elements"
|
|
243
|
+
},
|
|
144
244
|
{
|
|
145
245
|
"defaultExport": "Tooltip",
|
|
146
246
|
"importPath": "react/admin/modules/",
|
|
147
247
|
"externalPath": "components.admin.react.modules"
|
|
148
248
|
},
|
|
149
249
|
{
|
|
150
|
-
"defaultExport": "
|
|
151
|
-
"importPath": "react/admin/
|
|
152
|
-
"externalPath": "components.admin.react.
|
|
250
|
+
"defaultExport": "Button",
|
|
251
|
+
"importPath": "react/admin/elements/",
|
|
252
|
+
"externalPath": "components.admin.react.elements"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"defaultExport": "Box",
|
|
256
|
+
"importPath": "react/admin/elements/",
|
|
257
|
+
"externalPath": "components.admin.react.elements"
|
|
153
258
|
},
|
|
154
259
|
{
|
|
155
260
|
"defaultExport": "Tabs",
|
|
@@ -157,12 +262,12 @@ module.exports = [
|
|
|
157
262
|
"externalPath": "components.admin.react.modules"
|
|
158
263
|
},
|
|
159
264
|
{
|
|
160
|
-
"defaultExport": "
|
|
265
|
+
"defaultExport": "SnackBar",
|
|
161
266
|
"importPath": "react/admin/modules/",
|
|
162
267
|
"externalPath": "components.admin.react.modules"
|
|
163
268
|
},
|
|
164
269
|
{
|
|
165
|
-
"defaultExport": "
|
|
270
|
+
"defaultExport": "Swatch",
|
|
166
271
|
"importPath": "react/admin/modules/",
|
|
167
272
|
"externalPath": "components.admin.react.modules"
|
|
168
273
|
},
|
|
@@ -171,18 +276,23 @@ module.exports = [
|
|
|
171
276
|
"importPath": "react/admin/modules/",
|
|
172
277
|
"externalPath": "components.admin.react.modules"
|
|
173
278
|
},
|
|
279
|
+
{
|
|
280
|
+
"defaultExport": "Steps",
|
|
281
|
+
"importPath": "react/admin/modules/",
|
|
282
|
+
"externalPath": "components.admin.react.modules"
|
|
283
|
+
},
|
|
174
284
|
{
|
|
175
285
|
"defaultExport": "Repeater",
|
|
176
286
|
"importPath": "react/admin/modules/",
|
|
177
287
|
"externalPath": "components.admin.react.modules"
|
|
178
288
|
},
|
|
179
289
|
{
|
|
180
|
-
"defaultExport": "
|
|
290
|
+
"defaultExport": "Phone",
|
|
181
291
|
"importPath": "react/admin/modules/",
|
|
182
292
|
"externalPath": "components.admin.react.modules"
|
|
183
293
|
},
|
|
184
294
|
{
|
|
185
|
-
"defaultExport": "
|
|
295
|
+
"defaultExport": "Pagination",
|
|
186
296
|
"importPath": "react/admin/modules/",
|
|
187
297
|
"externalPath": "components.admin.react.modules"
|
|
188
298
|
},
|
|
@@ -192,7 +302,7 @@ module.exports = [
|
|
|
192
302
|
"externalPath": "components.admin.react.modules"
|
|
193
303
|
},
|
|
194
304
|
{
|
|
195
|
-
"defaultExport": "
|
|
305
|
+
"defaultExport": "NavBar",
|
|
196
306
|
"importPath": "react/admin/modules/",
|
|
197
307
|
"externalPath": "components.admin.react.modules"
|
|
198
308
|
},
|
|
@@ -212,22 +322,17 @@ module.exports = [
|
|
|
212
322
|
"externalPath": "components.admin.react.modules"
|
|
213
323
|
},
|
|
214
324
|
{
|
|
215
|
-
"defaultExport": "
|
|
216
|
-
"importPath": "react/admin/modules/",
|
|
217
|
-
"externalPath": "components.admin.react.modules"
|
|
218
|
-
},
|
|
219
|
-
{
|
|
220
|
-
"defaultExport": "Dropdown",
|
|
325
|
+
"defaultExport": "InputGroup",
|
|
221
326
|
"importPath": "react/admin/modules/",
|
|
222
327
|
"externalPath": "components.admin.react.modules"
|
|
223
328
|
},
|
|
224
329
|
{
|
|
225
|
-
"defaultExport": "
|
|
330
|
+
"defaultExport": "Droplist",
|
|
226
331
|
"importPath": "react/admin/modules/",
|
|
227
332
|
"externalPath": "components.admin.react.modules"
|
|
228
333
|
},
|
|
229
334
|
{
|
|
230
|
-
"defaultExport": "
|
|
335
|
+
"defaultExport": "Dropdown",
|
|
231
336
|
"importPath": "react/admin/modules/",
|
|
232
337
|
"externalPath": "components.admin.react.modules"
|
|
233
338
|
},
|
|
@@ -237,22 +342,22 @@ module.exports = [
|
|
|
237
342
|
"externalPath": "components.admin.react.modules"
|
|
238
343
|
},
|
|
239
344
|
{
|
|
240
|
-
"defaultExport": "
|
|
345
|
+
"defaultExport": "DataGrid",
|
|
241
346
|
"importPath": "react/admin/modules/",
|
|
242
347
|
"externalPath": "components.admin.react.modules"
|
|
243
348
|
},
|
|
244
349
|
{
|
|
245
|
-
"defaultExport": "
|
|
350
|
+
"defaultExport": "ColorPicker",
|
|
246
351
|
"importPath": "react/admin/modules/",
|
|
247
352
|
"externalPath": "components.admin.react.modules"
|
|
248
353
|
},
|
|
249
354
|
{
|
|
250
|
-
"defaultExport": "
|
|
355
|
+
"defaultExport": "Chart",
|
|
251
356
|
"importPath": "react/admin/modules/",
|
|
252
357
|
"externalPath": "components.admin.react.modules"
|
|
253
358
|
},
|
|
254
359
|
{
|
|
255
|
-
"defaultExport": "
|
|
360
|
+
"defaultExport": "AvatarGroup",
|
|
256
361
|
"importPath": "react/admin/modules/",
|
|
257
362
|
"externalPath": "components.admin.react.modules"
|
|
258
363
|
},
|
|
@@ -262,155 +367,30 @@ module.exports = [
|
|
|
262
367
|
"externalPath": "components.admin.react.modules"
|
|
263
368
|
},
|
|
264
369
|
{
|
|
265
|
-
"defaultExport": "
|
|
266
|
-
"importPath": "react/admin/
|
|
267
|
-
"externalPath": "components.admin.react.elements"
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
"defaultExport": "Toggle",
|
|
271
|
-
"importPath": "react/admin/elements/",
|
|
272
|
-
"externalPath": "components.admin.react.elements"
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
"defaultExport": "Text",
|
|
276
|
-
"importPath": "react/admin/elements/",
|
|
277
|
-
"externalPath": "components.admin.react.elements"
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
"defaultExport": "Tag",
|
|
281
|
-
"importPath": "react/admin/elements/",
|
|
282
|
-
"externalPath": "components.admin.react.elements"
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
"defaultExport": "StatusIndicator",
|
|
286
|
-
"importPath": "react/admin/elements/",
|
|
287
|
-
"externalPath": "components.admin.react.elements"
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
"defaultExport": "Range",
|
|
291
|
-
"importPath": "react/admin/elements/",
|
|
292
|
-
"externalPath": "components.admin.react.elements"
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
"defaultExport": "Pill",
|
|
296
|
-
"importPath": "react/admin/elements/",
|
|
297
|
-
"externalPath": "components.admin.react.elements"
|
|
298
|
-
},
|
|
299
|
-
{
|
|
300
|
-
"defaultExport": "Select",
|
|
301
|
-
"importPath": "react/admin/elements/",
|
|
302
|
-
"externalPath": "components.admin.react.elements"
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
"defaultExport": "Radio",
|
|
306
|
-
"importPath": "react/admin/elements/",
|
|
307
|
-
"externalPath": "components.admin.react.elements"
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
"defaultExport": "Input",
|
|
311
|
-
"importPath": "react/admin/elements/",
|
|
312
|
-
"externalPath": "components.admin.react.elements"
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
"defaultExport": "Label",
|
|
316
|
-
"importPath": "react/admin/elements/",
|
|
317
|
-
"externalPath": "components.admin.react.elements"
|
|
318
|
-
},
|
|
319
|
-
{
|
|
320
|
-
"defaultExport": "Icon",
|
|
321
|
-
"importPath": "react/admin/elements/",
|
|
322
|
-
"externalPath": "components.admin.react.elements"
|
|
323
|
-
},
|
|
324
|
-
{
|
|
325
|
-
"defaultExport": "Link",
|
|
326
|
-
"importPath": "react/admin/elements/",
|
|
327
|
-
"externalPath": "components.admin.react.elements"
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
"defaultExport": "HelpText",
|
|
331
|
-
"importPath": "react/admin/elements/",
|
|
332
|
-
"externalPath": "components.admin.react.elements"
|
|
333
|
-
},
|
|
334
|
-
{
|
|
335
|
-
"defaultExport": "Image",
|
|
336
|
-
"importPath": "react/admin/elements/",
|
|
337
|
-
"externalPath": "components.admin.react.elements"
|
|
338
|
-
},
|
|
339
|
-
{
|
|
340
|
-
"defaultExport": "FileUpload",
|
|
341
|
-
"importPath": "react/admin/elements/",
|
|
342
|
-
"externalPath": "components.admin.react.elements"
|
|
343
|
-
},
|
|
344
|
-
{
|
|
345
|
-
"defaultExport": "DescriptionList",
|
|
346
|
-
"importPath": "react/admin/elements/",
|
|
347
|
-
"externalPath": "components.admin.react.elements"
|
|
348
|
-
},
|
|
349
|
-
{
|
|
350
|
-
"defaultExport": "Checkbox",
|
|
351
|
-
"importPath": "react/admin/elements/",
|
|
352
|
-
"externalPath": "components.admin.react.elements"
|
|
353
|
-
},
|
|
354
|
-
{
|
|
355
|
-
"defaultExport": "Heading",
|
|
356
|
-
"importPath": "react/admin/elements/",
|
|
357
|
-
"externalPath": "components.admin.react.elements"
|
|
358
|
-
},
|
|
359
|
-
{
|
|
360
|
-
"defaultExport": "VidyardVideo",
|
|
361
|
-
"importPath": "react/admin/modules/Videos/",
|
|
362
|
-
"externalPath": "components.admin.react.modules"
|
|
363
|
-
},
|
|
364
|
-
{
|
|
365
|
-
"defaultExport": "RingLoader",
|
|
366
|
-
"importPath": "react/admin/modules/Loaders/",
|
|
370
|
+
"defaultExport": "Calendar",
|
|
371
|
+
"importPath": "react/admin/modules/",
|
|
367
372
|
"externalPath": "components.admin.react.modules"
|
|
368
373
|
},
|
|
369
374
|
{
|
|
370
|
-
"defaultExport": "
|
|
371
|
-
"importPath": "react/admin/modules/
|
|
375
|
+
"defaultExport": "Avatar",
|
|
376
|
+
"importPath": "react/admin/modules/",
|
|
372
377
|
"externalPath": "components.admin.react.modules"
|
|
373
378
|
},
|
|
374
379
|
{
|
|
375
|
-
"defaultExport": "
|
|
376
|
-
"importPath": "react/admin/modules/
|
|
380
|
+
"defaultExport": "Address",
|
|
381
|
+
"importPath": "react/admin/modules/",
|
|
377
382
|
"externalPath": "components.admin.react.modules"
|
|
378
383
|
},
|
|
379
384
|
{
|
|
380
|
-
"defaultExport": "
|
|
381
|
-
"importPath": "react/admin/elements/",
|
|
385
|
+
"defaultExport": "BrandedLink",
|
|
386
|
+
"importPath": "react/admin/elements/Link/",
|
|
382
387
|
"externalPath": "components.admin.react.elements"
|
|
383
388
|
},
|
|
384
|
-
{
|
|
385
|
-
"defaultExport": "RightSidebar",
|
|
386
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
387
|
-
"externalPath": "components.admin.react.modules"
|
|
388
|
-
},
|
|
389
|
-
{
|
|
390
|
-
"defaultExport": "ModularSidebar",
|
|
391
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
392
|
-
"externalPath": "components.admin.react.modules"
|
|
393
|
-
},
|
|
394
|
-
{
|
|
395
|
-
"defaultExport": "MetricCard",
|
|
396
|
-
"importPath": "react/admin/modules/Cards/",
|
|
397
|
-
"externalPath": "components.admin.react.modules"
|
|
398
|
-
},
|
|
399
|
-
{
|
|
400
|
-
"defaultExport": "IntegrationCard",
|
|
401
|
-
"importPath": "react/admin/modules/Cards/",
|
|
402
|
-
"externalPath": "components.admin.react.modules"
|
|
403
|
-
},
|
|
404
389
|
{
|
|
405
390
|
"defaultExport": "ZohoLogo",
|
|
406
391
|
"importPath": "react/admin/elements/Svgs/",
|
|
407
392
|
"externalPath": "components.admin.react.elements"
|
|
408
393
|
},
|
|
409
|
-
{
|
|
410
|
-
"defaultExport": "FormTemplateCard",
|
|
411
|
-
"importPath": "react/admin/modules/Cards/",
|
|
412
|
-
"externalPath": "components.admin.react.modules"
|
|
413
|
-
},
|
|
414
394
|
{
|
|
415
395
|
"defaultExport": "ZohoFullLogo",
|
|
416
396
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -436,18 +416,13 @@ module.exports = [
|
|
|
436
416
|
"importPath": "react/admin/elements/Svgs/",
|
|
437
417
|
"externalPath": "components.admin.react.elements"
|
|
438
418
|
},
|
|
439
|
-
{
|
|
440
|
-
"defaultExport": "TelegramLogo",
|
|
441
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
442
|
-
"externalPath": "components.admin.react.elements"
|
|
443
|
-
},
|
|
444
419
|
{
|
|
445
420
|
"defaultExport": "SparkPostLogo",
|
|
446
421
|
"importPath": "react/admin/elements/Svgs/",
|
|
447
422
|
"externalPath": "components.admin.react.elements"
|
|
448
423
|
},
|
|
449
424
|
{
|
|
450
|
-
"defaultExport": "
|
|
425
|
+
"defaultExport": "TelegramLogo",
|
|
451
426
|
"importPath": "react/admin/elements/Svgs/",
|
|
452
427
|
"externalPath": "components.admin.react.elements"
|
|
453
428
|
},
|
|
@@ -457,22 +432,17 @@ module.exports = [
|
|
|
457
432
|
"externalPath": "components.admin.react.elements"
|
|
458
433
|
},
|
|
459
434
|
{
|
|
460
|
-
"defaultExport": "
|
|
461
|
-
"importPath": "react/admin/elements/",
|
|
462
|
-
"externalPath": "components.admin.react.elements"
|
|
463
|
-
},
|
|
464
|
-
{
|
|
465
|
-
"defaultExport": "SendGridLogo",
|
|
435
|
+
"defaultExport": "SparkPostLogo",
|
|
466
436
|
"importPath": "react/admin/elements/Svgs/",
|
|
467
437
|
"externalPath": "components.admin.react.elements"
|
|
468
438
|
},
|
|
469
439
|
{
|
|
470
|
-
"defaultExport": "
|
|
471
|
-
"importPath": "react/admin/elements/",
|
|
440
|
+
"defaultExport": "SendGridFullLogo",
|
|
441
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
472
442
|
"externalPath": "components.admin.react.elements"
|
|
473
443
|
},
|
|
474
444
|
{
|
|
475
|
-
"defaultExport": "
|
|
445
|
+
"defaultExport": "SendGridLogo",
|
|
476
446
|
"importPath": "react/admin/elements/Svgs/",
|
|
477
447
|
"externalPath": "components.admin.react.elements"
|
|
478
448
|
},
|
|
@@ -482,17 +452,17 @@ module.exports = [
|
|
|
482
452
|
"externalPath": "components.admin.react.elements"
|
|
483
453
|
},
|
|
484
454
|
{
|
|
485
|
-
"defaultExport": "
|
|
455
|
+
"defaultExport": "SMTP2GOFullLogo",
|
|
486
456
|
"importPath": "react/admin/elements/Svgs/",
|
|
487
457
|
"externalPath": "components.admin.react.elements"
|
|
488
458
|
},
|
|
489
459
|
{
|
|
490
|
-
"defaultExport": "
|
|
460
|
+
"defaultExport": "SMTP2GOLogo",
|
|
491
461
|
"importPath": "react/admin/elements/Svgs/",
|
|
492
462
|
"externalPath": "components.admin.react.elements"
|
|
493
463
|
},
|
|
494
464
|
{
|
|
495
|
-
"defaultExport": "
|
|
465
|
+
"defaultExport": "PostmarkLogo",
|
|
496
466
|
"importPath": "react/admin/elements/Svgs/",
|
|
497
467
|
"externalPath": "components.admin.react.elements"
|
|
498
468
|
},
|
|
@@ -517,27 +487,27 @@ module.exports = [
|
|
|
517
487
|
"externalPath": "components.admin.react.elements"
|
|
518
488
|
},
|
|
519
489
|
{
|
|
520
|
-
"defaultExport": "
|
|
490
|
+
"defaultExport": "MicrosoftAltLogo",
|
|
521
491
|
"importPath": "react/admin/elements/Svgs/",
|
|
522
492
|
"externalPath": "components.admin.react.elements"
|
|
523
493
|
},
|
|
524
494
|
{
|
|
525
|
-
"defaultExport": "
|
|
495
|
+
"defaultExport": "MicrosoftFullLogo",
|
|
526
496
|
"importPath": "react/admin/elements/Svgs/",
|
|
527
497
|
"externalPath": "components.admin.react.elements"
|
|
528
498
|
},
|
|
529
499
|
{
|
|
530
|
-
"defaultExport": "
|
|
500
|
+
"defaultExport": "MailjetLogo",
|
|
531
501
|
"importPath": "react/admin/elements/Svgs/",
|
|
532
502
|
"externalPath": "components.admin.react.elements"
|
|
533
503
|
},
|
|
534
504
|
{
|
|
535
|
-
"defaultExport": "
|
|
505
|
+
"defaultExport": "MandrillLogo",
|
|
536
506
|
"importPath": "react/admin/elements/Svgs/",
|
|
537
507
|
"externalPath": "components.admin.react.elements"
|
|
538
508
|
},
|
|
539
509
|
{
|
|
540
|
-
"defaultExport": "
|
|
510
|
+
"defaultExport": "MailjetFullLogo",
|
|
541
511
|
"importPath": "react/admin/elements/Svgs/",
|
|
542
512
|
"externalPath": "components.admin.react.elements"
|
|
543
513
|
},
|
|
@@ -577,17 +547,17 @@ module.exports = [
|
|
|
577
547
|
"externalPath": "components.admin.react.elements"
|
|
578
548
|
},
|
|
579
549
|
{
|
|
580
|
-
"defaultExport": "
|
|
550
|
+
"defaultExport": "MailSuccessBg",
|
|
581
551
|
"importPath": "react/admin/elements/Svgs/",
|
|
582
552
|
"externalPath": "components.admin.react.elements"
|
|
583
553
|
},
|
|
584
554
|
{
|
|
585
|
-
"defaultExport": "
|
|
555
|
+
"defaultExport": "MailFailedBg",
|
|
586
556
|
"importPath": "react/admin/elements/Svgs/",
|
|
587
557
|
"externalPath": "components.admin.react.elements"
|
|
588
558
|
},
|
|
589
559
|
{
|
|
590
|
-
"defaultExport": "
|
|
560
|
+
"defaultExport": "MailFailed",
|
|
591
561
|
"importPath": "react/admin/elements/Svgs/",
|
|
592
562
|
"externalPath": "components.admin.react.elements"
|
|
593
563
|
},
|
|
@@ -607,22 +577,17 @@ module.exports = [
|
|
|
607
577
|
"externalPath": "components.admin.react.elements"
|
|
608
578
|
},
|
|
609
579
|
{
|
|
610
|
-
"defaultExport": "
|
|
611
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
612
|
-
"externalPath": "components.admin.react.elements"
|
|
613
|
-
},
|
|
614
|
-
{
|
|
615
|
-
"defaultExport": "GoogleLogo",
|
|
580
|
+
"defaultExport": "GravityCRMFullLogo",
|
|
616
581
|
"importPath": "react/admin/elements/Svgs/",
|
|
617
582
|
"externalPath": "components.admin.react.elements"
|
|
618
583
|
},
|
|
619
584
|
{
|
|
620
|
-
"defaultExport": "
|
|
585
|
+
"defaultExport": "GravityFormsStackedLogo",
|
|
621
586
|
"importPath": "react/admin/elements/Svgs/",
|
|
622
587
|
"externalPath": "components.admin.react.elements"
|
|
623
588
|
},
|
|
624
589
|
{
|
|
625
|
-
"defaultExport": "
|
|
590
|
+
"defaultExport": "GoogleLogo",
|
|
626
591
|
"importPath": "react/admin/elements/Svgs/",
|
|
627
592
|
"externalPath": "components.admin.react.elements"
|
|
628
593
|
},
|
|
@@ -637,12 +602,12 @@ module.exports = [
|
|
|
637
602
|
"externalPath": "components.admin.react.elements"
|
|
638
603
|
},
|
|
639
604
|
{
|
|
640
|
-
"defaultExport": "
|
|
605
|
+
"defaultExport": "GoogleAltLogo",
|
|
641
606
|
"importPath": "react/admin/elements/Svgs/",
|
|
642
607
|
"externalPath": "components.admin.react.elements"
|
|
643
608
|
},
|
|
644
609
|
{
|
|
645
|
-
"defaultExport": "
|
|
610
|
+
"defaultExport": "ElasticEmailFullLogo",
|
|
646
611
|
"importPath": "react/admin/elements/Svgs/",
|
|
647
612
|
"externalPath": "components.admin.react.elements"
|
|
648
613
|
},
|
|
@@ -652,12 +617,12 @@ module.exports = [
|
|
|
652
617
|
"externalPath": "components.admin.react.elements"
|
|
653
618
|
},
|
|
654
619
|
{
|
|
655
|
-
"defaultExport": "
|
|
620
|
+
"defaultExport": "CustomSMTP",
|
|
656
621
|
"importPath": "react/admin/elements/Svgs/",
|
|
657
622
|
"externalPath": "components.admin.react.elements"
|
|
658
623
|
},
|
|
659
624
|
{
|
|
660
|
-
"defaultExport": "
|
|
625
|
+
"defaultExport": "BrokenImageFull",
|
|
661
626
|
"importPath": "react/admin/elements/Svgs/",
|
|
662
627
|
"externalPath": "components.admin.react.elements"
|
|
663
628
|
},
|
|
@@ -667,7 +632,7 @@ module.exports = [
|
|
|
667
632
|
"externalPath": "components.admin.react.elements"
|
|
668
633
|
},
|
|
669
634
|
{
|
|
670
|
-
"defaultExport": "
|
|
635
|
+
"defaultExport": "BrevoLogo",
|
|
671
636
|
"importPath": "react/admin/elements/Svgs/",
|
|
672
637
|
"externalPath": "components.admin.react.elements"
|
|
673
638
|
},
|
|
@@ -677,18 +642,68 @@ module.exports = [
|
|
|
677
642
|
"externalPath": "components.admin.react.elements"
|
|
678
643
|
},
|
|
679
644
|
{
|
|
680
|
-
"defaultExport": "
|
|
645
|
+
"defaultExport": "AmazonAWSLogo",
|
|
681
646
|
"importPath": "react/admin/elements/Svgs/",
|
|
682
647
|
"externalPath": "components.admin.react.elements"
|
|
683
648
|
},
|
|
684
649
|
{
|
|
685
|
-
"defaultExport": "
|
|
686
|
-
"importPath": "react/admin/elements/
|
|
650
|
+
"defaultExport": "AmazonAWSFullLogo",
|
|
651
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
687
652
|
"externalPath": "components.admin.react.elements"
|
|
688
653
|
},
|
|
689
654
|
{
|
|
690
655
|
"defaultExport": "BrandedButton",
|
|
691
656
|
"importPath": "react/admin/elements/Button/",
|
|
692
657
|
"externalPath": "components.admin.react.elements"
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"defaultExport": "VidyardVideo",
|
|
661
|
+
"importPath": "react/admin/modules/Videos/",
|
|
662
|
+
"externalPath": "components.admin.react.modules"
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"defaultExport": "RingLoader",
|
|
666
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
667
|
+
"externalPath": "components.admin.react.modules"
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"defaultExport": "Placeholder",
|
|
671
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
672
|
+
"externalPath": "components.admin.react.modules"
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"defaultExport": "RightSidebar",
|
|
676
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
677
|
+
"externalPath": "components.admin.react.modules"
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"defaultExport": "ModularSidebar",
|
|
681
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
682
|
+
"externalPath": "components.admin.react.modules"
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"defaultExport": "IconIndicator",
|
|
686
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
687
|
+
"externalPath": "components.admin.react.modules"
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"defaultExport": "DotIndicator",
|
|
691
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
692
|
+
"externalPath": "components.admin.react.modules"
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"defaultExport": "MetricCard",
|
|
696
|
+
"importPath": "react/admin/modules/Cards/",
|
|
697
|
+
"externalPath": "components.admin.react.modules"
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
"defaultExport": "IntegrationCard",
|
|
701
|
+
"importPath": "react/admin/modules/Cards/",
|
|
702
|
+
"externalPath": "components.admin.react.modules"
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"defaultExport": "FormTemplateCard",
|
|
706
|
+
"importPath": "react/admin/modules/Cards/",
|
|
707
|
+
"externalPath": "components.admin.react.modules"
|
|
693
708
|
}
|
|
694
709
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.5.0",
|
|
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",
|