@gravityforms/dependency-extraction-webpack-plugin 5.4.0 → 5.4.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 +215 -215
- package/package.json +1 -1
|
@@ -1,25 +1,4 @@
|
|
|
1
1
|
module.exports = [
|
|
2
|
-
{
|
|
3
|
-
"defaultExport": "Flyout",
|
|
4
|
-
"namedExports": [
|
|
5
|
-
"flyoutTemplate"
|
|
6
|
-
],
|
|
7
|
-
"importPath": "html/admin/modules/",
|
|
8
|
-
"externalPath": "components.admin.html.modules"
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
"defaultExport": "Table",
|
|
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": [
|
|
@@ -29,9 +8,9 @@ module.exports = [
|
|
|
29
8
|
"externalPath": "components.admin.html.elements"
|
|
30
9
|
},
|
|
31
10
|
{
|
|
32
|
-
"defaultExport": "
|
|
11
|
+
"defaultExport": "Text",
|
|
33
12
|
"namedExports": [
|
|
34
|
-
"
|
|
13
|
+
"textTemplate"
|
|
35
14
|
],
|
|
36
15
|
"importPath": "html/admin/elements/",
|
|
37
16
|
"externalPath": "components.admin.html.elements"
|
|
@@ -45,17 +24,17 @@ module.exports = [
|
|
|
45
24
|
"externalPath": "components.admin.html.elements"
|
|
46
25
|
},
|
|
47
26
|
{
|
|
48
|
-
"defaultExport": "
|
|
27
|
+
"defaultExport": "Textarea",
|
|
49
28
|
"namedExports": [
|
|
50
|
-
"
|
|
29
|
+
"textareaTemplate"
|
|
51
30
|
],
|
|
52
31
|
"importPath": "html/admin/elements/",
|
|
53
32
|
"externalPath": "components.admin.html.elements"
|
|
54
33
|
},
|
|
55
34
|
{
|
|
56
|
-
"defaultExport": "
|
|
35
|
+
"defaultExport": "StackedIcon",
|
|
57
36
|
"namedExports": [
|
|
58
|
-
"
|
|
37
|
+
"stackedIconTemplate"
|
|
59
38
|
],
|
|
60
39
|
"importPath": "html/admin/elements/",
|
|
61
40
|
"externalPath": "components.admin.html.elements"
|
|
@@ -76,6 +55,14 @@ module.exports = [
|
|
|
76
55
|
"importPath": "html/admin/elements/",
|
|
77
56
|
"externalPath": "components.admin.html.elements"
|
|
78
57
|
},
|
|
58
|
+
{
|
|
59
|
+
"defaultExport": "Link",
|
|
60
|
+
"namedExports": [
|
|
61
|
+
"linkTemplate"
|
|
62
|
+
],
|
|
63
|
+
"importPath": "html/admin/elements/",
|
|
64
|
+
"externalPath": "components.admin.html.elements"
|
|
65
|
+
},
|
|
79
66
|
{
|
|
80
67
|
"defaultExport": "Label",
|
|
81
68
|
"namedExports": [
|
|
@@ -85,33 +72,33 @@ module.exports = [
|
|
|
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": "Input",
|
|
97
84
|
"namedExports": [
|
|
98
|
-
"
|
|
85
|
+
"inputTemplate"
|
|
99
86
|
],
|
|
100
87
|
"importPath": "html/admin/elements/",
|
|
101
88
|
"externalPath": "components.admin.html.elements"
|
|
102
89
|
},
|
|
103
90
|
{
|
|
104
|
-
"defaultExport": "
|
|
91
|
+
"defaultExport": "Heading",
|
|
105
92
|
"namedExports": [
|
|
106
|
-
"
|
|
93
|
+
"headingTemplate"
|
|
107
94
|
],
|
|
108
95
|
"importPath": "html/admin/elements/",
|
|
109
96
|
"externalPath": "components.admin.html.elements"
|
|
110
97
|
},
|
|
111
98
|
{
|
|
112
|
-
"defaultExport": "
|
|
99
|
+
"defaultExport": "Alert",
|
|
113
100
|
"namedExports": [
|
|
114
|
-
"
|
|
101
|
+
"alertTemplate"
|
|
115
102
|
],
|
|
116
103
|
"importPath": "html/admin/elements/",
|
|
117
104
|
"externalPath": "components.admin.html.elements"
|
|
@@ -134,20 +121,138 @@ 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": "Dialog",
|
|
138
130
|
"namedExports": [
|
|
139
|
-
"
|
|
131
|
+
"dialogTemplate"
|
|
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": "Flyout",
|
|
138
|
+
"namedExports": [
|
|
139
|
+
"flyoutTemplate"
|
|
140
|
+
],
|
|
141
|
+
"importPath": "html/admin/modules/",
|
|
142
|
+
"externalPath": "components.admin.html.modules"
|
|
148
143
|
},
|
|
149
144
|
{
|
|
150
|
-
"defaultExport": "
|
|
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": "NavBar",
|
|
186
|
+
"importPath": "react/admin/modules/",
|
|
187
|
+
"externalPath": "components.admin.react.modules"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"defaultExport": "MetaBox",
|
|
191
|
+
"importPath": "react/admin/modules/",
|
|
192
|
+
"externalPath": "components.admin.react.modules"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"defaultExport": "List",
|
|
196
|
+
"importPath": "react/admin/modules/",
|
|
197
|
+
"externalPath": "components.admin.react.modules"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"defaultExport": "InputGroup",
|
|
201
|
+
"importPath": "react/admin/modules/",
|
|
202
|
+
"externalPath": "components.admin.react.modules"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"defaultExport": "Flyout",
|
|
206
|
+
"importPath": "react/admin/modules/",
|
|
207
|
+
"externalPath": "components.admin.react.modules"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"defaultExport": "Gravatar",
|
|
211
|
+
"importPath": "react/admin/modules/",
|
|
212
|
+
"externalPath": "components.admin.react.modules"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"defaultExport": "Droplist",
|
|
216
|
+
"importPath": "react/admin/modules/",
|
|
217
|
+
"externalPath": "components.admin.react.modules"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"defaultExport": "Dropdown",
|
|
221
|
+
"importPath": "react/admin/modules/",
|
|
222
|
+
"externalPath": "components.admin.react.modules"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"defaultExport": "Dialog",
|
|
226
|
+
"importPath": "react/admin/modules/",
|
|
227
|
+
"externalPath": "components.admin.react.modules"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"defaultExport": "ColorPicker",
|
|
231
|
+
"importPath": "react/admin/modules/",
|
|
232
|
+
"externalPath": "components.admin.react.modules"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"defaultExport": "DataGrid",
|
|
236
|
+
"importPath": "react/admin/modules/",
|
|
237
|
+
"externalPath": "components.admin.react.modules"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"defaultExport": "Chart",
|
|
241
|
+
"importPath": "react/admin/modules/",
|
|
242
|
+
"externalPath": "components.admin.react.modules"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"defaultExport": "Alert",
|
|
246
|
+
"importPath": "react/admin/modules/",
|
|
247
|
+
"externalPath": "components.admin.react.modules"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"defaultExport": "Calendar",
|
|
251
|
+
"importPath": "react/admin/modules/",
|
|
252
|
+
"externalPath": "components.admin.react.modules"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"defaultExport": "Toggle",
|
|
151
256
|
"importPath": "react/admin/elements/",
|
|
152
257
|
"externalPath": "components.admin.react.elements"
|
|
153
258
|
},
|
|
@@ -157,22 +262,22 @@ module.exports = [
|
|
|
157
262
|
"externalPath": "components.admin.react.elements"
|
|
158
263
|
},
|
|
159
264
|
{
|
|
160
|
-
"defaultExport": "
|
|
265
|
+
"defaultExport": "Text",
|
|
161
266
|
"importPath": "react/admin/elements/",
|
|
162
267
|
"externalPath": "components.admin.react.elements"
|
|
163
268
|
},
|
|
164
269
|
{
|
|
165
|
-
"defaultExport": "
|
|
270
|
+
"defaultExport": "Tag",
|
|
166
271
|
"importPath": "react/admin/elements/",
|
|
167
272
|
"externalPath": "components.admin.react.elements"
|
|
168
273
|
},
|
|
169
274
|
{
|
|
170
|
-
"defaultExport": "
|
|
275
|
+
"defaultExport": "StatusIndicator",
|
|
171
276
|
"importPath": "react/admin/elements/",
|
|
172
277
|
"externalPath": "components.admin.react.elements"
|
|
173
278
|
},
|
|
174
279
|
{
|
|
175
|
-
"defaultExport": "
|
|
280
|
+
"defaultExport": "Select",
|
|
176
281
|
"importPath": "react/admin/elements/",
|
|
177
282
|
"externalPath": "components.admin.react.elements"
|
|
178
283
|
},
|
|
@@ -182,42 +287,42 @@ module.exports = [
|
|
|
182
287
|
"externalPath": "components.admin.react.elements"
|
|
183
288
|
},
|
|
184
289
|
{
|
|
185
|
-
"defaultExport": "
|
|
290
|
+
"defaultExport": "Radio",
|
|
186
291
|
"importPath": "react/admin/elements/",
|
|
187
292
|
"externalPath": "components.admin.react.elements"
|
|
188
293
|
},
|
|
189
294
|
{
|
|
190
|
-
"defaultExport": "
|
|
295
|
+
"defaultExport": "Pill",
|
|
191
296
|
"importPath": "react/admin/elements/",
|
|
192
297
|
"externalPath": "components.admin.react.elements"
|
|
193
298
|
},
|
|
194
299
|
{
|
|
195
|
-
"defaultExport": "
|
|
300
|
+
"defaultExport": "Link",
|
|
196
301
|
"importPath": "react/admin/elements/",
|
|
197
302
|
"externalPath": "components.admin.react.elements"
|
|
198
303
|
},
|
|
199
304
|
{
|
|
200
|
-
"defaultExport": "
|
|
305
|
+
"defaultExport": "Label",
|
|
201
306
|
"importPath": "react/admin/elements/",
|
|
202
307
|
"externalPath": "components.admin.react.elements"
|
|
203
308
|
},
|
|
204
309
|
{
|
|
205
|
-
"defaultExport": "
|
|
310
|
+
"defaultExport": "Input",
|
|
206
311
|
"importPath": "react/admin/elements/",
|
|
207
312
|
"externalPath": "components.admin.react.elements"
|
|
208
313
|
},
|
|
209
314
|
{
|
|
210
|
-
"defaultExport": "
|
|
315
|
+
"defaultExport": "Image",
|
|
211
316
|
"importPath": "react/admin/elements/",
|
|
212
317
|
"externalPath": "components.admin.react.elements"
|
|
213
318
|
},
|
|
214
319
|
{
|
|
215
|
-
"defaultExport": "
|
|
320
|
+
"defaultExport": "Icon",
|
|
216
321
|
"importPath": "react/admin/elements/",
|
|
217
322
|
"externalPath": "components.admin.react.elements"
|
|
218
323
|
},
|
|
219
324
|
{
|
|
220
|
-
"defaultExport": "
|
|
325
|
+
"defaultExport": "HelpText",
|
|
221
326
|
"importPath": "react/admin/elements/",
|
|
222
327
|
"externalPath": "components.admin.react.elements"
|
|
223
328
|
},
|
|
@@ -227,7 +332,7 @@ module.exports = [
|
|
|
227
332
|
"externalPath": "components.admin.react.elements"
|
|
228
333
|
},
|
|
229
334
|
{
|
|
230
|
-
"defaultExport": "
|
|
335
|
+
"defaultExport": "Heading",
|
|
231
336
|
"importPath": "react/admin/elements/",
|
|
232
337
|
"externalPath": "components.admin.react.elements"
|
|
233
338
|
},
|
|
@@ -237,12 +342,12 @@ module.exports = [
|
|
|
237
342
|
"externalPath": "components.admin.react.elements"
|
|
238
343
|
},
|
|
239
344
|
{
|
|
240
|
-
"defaultExport": "
|
|
345
|
+
"defaultExport": "Grid",
|
|
241
346
|
"importPath": "react/admin/elements/",
|
|
242
347
|
"externalPath": "components.admin.react.elements"
|
|
243
348
|
},
|
|
244
349
|
{
|
|
245
|
-
"defaultExport": "
|
|
350
|
+
"defaultExport": "Checkbox",
|
|
246
351
|
"importPath": "react/admin/elements/",
|
|
247
352
|
"externalPath": "components.admin.react.elements"
|
|
248
353
|
},
|
|
@@ -252,113 +357,53 @@ module.exports = [
|
|
|
252
357
|
"externalPath": "components.admin.react.elements"
|
|
253
358
|
},
|
|
254
359
|
{
|
|
255
|
-
"defaultExport": "
|
|
256
|
-
"importPath": "react/admin/modules/",
|
|
257
|
-
"externalPath": "components.admin.react.modules"
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
"defaultExport": "Swatch",
|
|
261
|
-
"importPath": "react/admin/modules/",
|
|
262
|
-
"externalPath": "components.admin.react.modules"
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"defaultExport": "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": "RouterNavBar",
|
|
276
|
-
"importPath": "react/admin/modules/",
|
|
277
|
-
"externalPath": "components.admin.react.modules"
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
"defaultExport": "SnackBar",
|
|
281
|
-
"importPath": "react/admin/modules/",
|
|
282
|
-
"externalPath": "components.admin.react.modules"
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
"defaultExport": "Pagination",
|
|
286
|
-
"importPath": "react/admin/modules/",
|
|
287
|
-
"externalPath": "components.admin.react.modules"
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
"defaultExport": "Repeater",
|
|
291
|
-
"importPath": "react/admin/modules/",
|
|
292
|
-
"externalPath": "components.admin.react.modules"
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
"defaultExport": "NavBar",
|
|
296
|
-
"importPath": "react/admin/modules/",
|
|
297
|
-
"externalPath": "components.admin.react.modules"
|
|
298
|
-
},
|
|
299
|
-
{
|
|
300
|
-
"defaultExport": "MetaBox",
|
|
301
|
-
"importPath": "react/admin/modules/",
|
|
302
|
-
"externalPath": "components.admin.react.modules"
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
"defaultExport": "List",
|
|
306
|
-
"importPath": "react/admin/modules/",
|
|
307
|
-
"externalPath": "components.admin.react.modules"
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
"defaultExport": "InputGroup",
|
|
311
|
-
"importPath": "react/admin/modules/",
|
|
312
|
-
"externalPath": "components.admin.react.modules"
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
"defaultExport": "Gravatar",
|
|
316
|
-
"importPath": "react/admin/modules/",
|
|
360
|
+
"defaultExport": "RingLoader",
|
|
361
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
317
362
|
"externalPath": "components.admin.react.modules"
|
|
318
363
|
},
|
|
319
364
|
{
|
|
320
|
-
"defaultExport": "
|
|
321
|
-
"importPath": "react/admin/
|
|
322
|
-
"externalPath": "components.admin.react.
|
|
365
|
+
"defaultExport": "Button",
|
|
366
|
+
"importPath": "react/admin/elements/",
|
|
367
|
+
"externalPath": "components.admin.react.elements"
|
|
323
368
|
},
|
|
324
369
|
{
|
|
325
|
-
"defaultExport": "
|
|
326
|
-
"importPath": "react/admin/modules/",
|
|
370
|
+
"defaultExport": "ModularSidebar",
|
|
371
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
327
372
|
"externalPath": "components.admin.react.modules"
|
|
328
373
|
},
|
|
329
374
|
{
|
|
330
|
-
"defaultExport": "
|
|
331
|
-
"importPath": "react/admin/modules/",
|
|
375
|
+
"defaultExport": "IconIndicator",
|
|
376
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
332
377
|
"externalPath": "components.admin.react.modules"
|
|
333
378
|
},
|
|
334
379
|
{
|
|
335
|
-
"defaultExport": "
|
|
336
|
-
"importPath": "react/admin/modules/",
|
|
380
|
+
"defaultExport": "RightSidebar",
|
|
381
|
+
"importPath": "react/admin/modules/Layouts/",
|
|
337
382
|
"externalPath": "components.admin.react.modules"
|
|
338
383
|
},
|
|
339
384
|
{
|
|
340
|
-
"defaultExport": "
|
|
341
|
-
"importPath": "react/admin/modules/",
|
|
385
|
+
"defaultExport": "DotIndicator",
|
|
386
|
+
"importPath": "react/admin/modules/Indicators/",
|
|
342
387
|
"externalPath": "components.admin.react.modules"
|
|
343
388
|
},
|
|
344
389
|
{
|
|
345
|
-
"defaultExport": "
|
|
346
|
-
"importPath": "react/admin/modules/",
|
|
390
|
+
"defaultExport": "MetricCard",
|
|
391
|
+
"importPath": "react/admin/modules/Cards/",
|
|
347
392
|
"externalPath": "components.admin.react.modules"
|
|
348
393
|
},
|
|
349
394
|
{
|
|
350
|
-
"defaultExport": "
|
|
351
|
-
"importPath": "react/admin/modules/",
|
|
395
|
+
"defaultExport": "IntegrationCard",
|
|
396
|
+
"importPath": "react/admin/modules/Cards/",
|
|
352
397
|
"externalPath": "components.admin.react.modules"
|
|
353
398
|
},
|
|
354
399
|
{
|
|
355
|
-
"defaultExport": "
|
|
356
|
-
"importPath": "react/admin/modules/",
|
|
400
|
+
"defaultExport": "FormTemplateCard",
|
|
401
|
+
"importPath": "react/admin/modules/Cards/",
|
|
357
402
|
"externalPath": "components.admin.react.modules"
|
|
358
403
|
},
|
|
359
404
|
{
|
|
360
|
-
"defaultExport": "
|
|
361
|
-
"importPath": "react/admin/modules/",
|
|
405
|
+
"defaultExport": "VidyardVideo",
|
|
406
|
+
"importPath": "react/admin/modules/Videos/",
|
|
362
407
|
"externalPath": "components.admin.react.modules"
|
|
363
408
|
},
|
|
364
409
|
{
|
|
@@ -367,12 +412,12 @@ module.exports = [
|
|
|
367
412
|
"externalPath": "components.admin.react.elements"
|
|
368
413
|
},
|
|
369
414
|
{
|
|
370
|
-
"defaultExport": "
|
|
415
|
+
"defaultExport": "ZohoFullLogo",
|
|
371
416
|
"importPath": "react/admin/elements/Svgs/",
|
|
372
417
|
"externalPath": "components.admin.react.elements"
|
|
373
418
|
},
|
|
374
419
|
{
|
|
375
|
-
"defaultExport": "
|
|
420
|
+
"defaultExport": "WordPressLogo",
|
|
376
421
|
"importPath": "react/admin/elements/Svgs/",
|
|
377
422
|
"externalPath": "components.admin.react.elements"
|
|
378
423
|
},
|
|
@@ -387,12 +432,12 @@ module.exports = [
|
|
|
387
432
|
"externalPath": "components.admin.react.elements"
|
|
388
433
|
},
|
|
389
434
|
{
|
|
390
|
-
"defaultExport": "
|
|
435
|
+
"defaultExport": "TelegramLogo",
|
|
391
436
|
"importPath": "react/admin/elements/Svgs/",
|
|
392
437
|
"externalPath": "components.admin.react.elements"
|
|
393
438
|
},
|
|
394
439
|
{
|
|
395
|
-
"defaultExport": "
|
|
440
|
+
"defaultExport": "TwilioLogo",
|
|
396
441
|
"importPath": "react/admin/elements/Svgs/",
|
|
397
442
|
"externalPath": "components.admin.react.elements"
|
|
398
443
|
},
|
|
@@ -402,12 +447,12 @@ module.exports = [
|
|
|
402
447
|
"externalPath": "components.admin.react.elements"
|
|
403
448
|
},
|
|
404
449
|
{
|
|
405
|
-
"defaultExport": "
|
|
450
|
+
"defaultExport": "SendGridLogo",
|
|
406
451
|
"importPath": "react/admin/elements/Svgs/",
|
|
407
452
|
"externalPath": "components.admin.react.elements"
|
|
408
453
|
},
|
|
409
454
|
{
|
|
410
|
-
"defaultExport": "
|
|
455
|
+
"defaultExport": "SlackLogo",
|
|
411
456
|
"importPath": "react/admin/elements/Svgs/",
|
|
412
457
|
"externalPath": "components.admin.react.elements"
|
|
413
458
|
},
|
|
@@ -416,33 +461,28 @@ module.exports = [
|
|
|
416
461
|
"importPath": "react/admin/elements/Svgs/",
|
|
417
462
|
"externalPath": "components.admin.react.elements"
|
|
418
463
|
},
|
|
419
|
-
{
|
|
420
|
-
"defaultExport": "SendGridLogo",
|
|
421
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
422
|
-
"externalPath": "components.admin.react.elements"
|
|
423
|
-
},
|
|
424
464
|
{
|
|
425
465
|
"defaultExport": "SMTP2GOLogo",
|
|
426
466
|
"importPath": "react/admin/elements/Svgs/",
|
|
427
467
|
"externalPath": "components.admin.react.elements"
|
|
428
468
|
},
|
|
429
469
|
{
|
|
430
|
-
"defaultExport": "
|
|
470
|
+
"defaultExport": "PostmarkLogo",
|
|
431
471
|
"importPath": "react/admin/elements/Svgs/",
|
|
432
472
|
"externalPath": "components.admin.react.elements"
|
|
433
473
|
},
|
|
434
474
|
{
|
|
435
|
-
"defaultExport": "
|
|
475
|
+
"defaultExport": "PostmarkFullLogo",
|
|
436
476
|
"importPath": "react/admin/elements/Svgs/",
|
|
437
477
|
"externalPath": "components.admin.react.elements"
|
|
438
478
|
},
|
|
439
479
|
{
|
|
440
|
-
"defaultExport": "
|
|
480
|
+
"defaultExport": "PHPFullLogo",
|
|
441
481
|
"importPath": "react/admin/elements/Svgs/",
|
|
442
482
|
"externalPath": "components.admin.react.elements"
|
|
443
483
|
},
|
|
444
484
|
{
|
|
445
|
-
"defaultExport": "
|
|
485
|
+
"defaultExport": "PHPLogo",
|
|
446
486
|
"importPath": "react/admin/elements/Svgs/",
|
|
447
487
|
"externalPath": "components.admin.react.elements"
|
|
448
488
|
},
|
|
@@ -452,7 +492,7 @@ module.exports = [
|
|
|
452
492
|
"externalPath": "components.admin.react.elements"
|
|
453
493
|
},
|
|
454
494
|
{
|
|
455
|
-
"defaultExport": "
|
|
495
|
+
"defaultExport": "MandrillLogo",
|
|
456
496
|
"importPath": "react/admin/elements/Svgs/",
|
|
457
497
|
"externalPath": "components.admin.react.elements"
|
|
458
498
|
},
|
|
@@ -462,7 +502,7 @@ module.exports = [
|
|
|
462
502
|
"externalPath": "components.admin.react.elements"
|
|
463
503
|
},
|
|
464
504
|
{
|
|
465
|
-
"defaultExport": "
|
|
505
|
+
"defaultExport": "MicrosoftFullLogo",
|
|
466
506
|
"importPath": "react/admin/elements/Svgs/",
|
|
467
507
|
"externalPath": "components.admin.react.elements"
|
|
468
508
|
},
|
|
@@ -472,12 +512,12 @@ module.exports = [
|
|
|
472
512
|
"externalPath": "components.admin.react.elements"
|
|
473
513
|
},
|
|
474
514
|
{
|
|
475
|
-
"defaultExport": "
|
|
515
|
+
"defaultExport": "MailchimpLogo",
|
|
476
516
|
"importPath": "react/admin/elements/Svgs/",
|
|
477
517
|
"externalPath": "components.admin.react.elements"
|
|
478
518
|
},
|
|
479
519
|
{
|
|
480
|
-
"defaultExport": "
|
|
520
|
+
"defaultExport": "MailgunFullLogo",
|
|
481
521
|
"importPath": "react/admin/elements/Svgs/",
|
|
482
522
|
"externalPath": "components.admin.react.elements"
|
|
483
523
|
},
|
|
@@ -492,12 +532,12 @@ module.exports = [
|
|
|
492
532
|
"externalPath": "components.admin.react.elements"
|
|
493
533
|
},
|
|
494
534
|
{
|
|
495
|
-
"defaultExport": "
|
|
535
|
+
"defaultExport": "MailSuccess",
|
|
496
536
|
"importPath": "react/admin/elements/Svgs/",
|
|
497
537
|
"externalPath": "components.admin.react.elements"
|
|
498
538
|
},
|
|
499
539
|
{
|
|
500
|
-
"defaultExport": "
|
|
540
|
+
"defaultExport": "MailFailedBg",
|
|
501
541
|
"importPath": "react/admin/elements/Svgs/",
|
|
502
542
|
"externalPath": "components.admin.react.elements"
|
|
503
543
|
},
|
|
@@ -507,17 +547,17 @@ module.exports = [
|
|
|
507
547
|
"externalPath": "components.admin.react.elements"
|
|
508
548
|
},
|
|
509
549
|
{
|
|
510
|
-
"defaultExport": "
|
|
550
|
+
"defaultExport": "GravitySMTPTextLogo",
|
|
511
551
|
"importPath": "react/admin/elements/Svgs/",
|
|
512
552
|
"externalPath": "components.admin.react.elements"
|
|
513
553
|
},
|
|
514
554
|
{
|
|
515
|
-
"defaultExport": "
|
|
555
|
+
"defaultExport": "GravitySMTPLogo",
|
|
516
556
|
"importPath": "react/admin/elements/Svgs/",
|
|
517
557
|
"externalPath": "components.admin.react.elements"
|
|
518
558
|
},
|
|
519
559
|
{
|
|
520
|
-
"defaultExport": "
|
|
560
|
+
"defaultExport": "GravitySMTPFullLogo",
|
|
521
561
|
"importPath": "react/admin/elements/Svgs/",
|
|
522
562
|
"externalPath": "components.admin.react.elements"
|
|
523
563
|
},
|
|
@@ -526,11 +566,6 @@ module.exports = [
|
|
|
526
566
|
"importPath": "react/admin/elements/Svgs/",
|
|
527
567
|
"externalPath": "components.admin.react.elements"
|
|
528
568
|
},
|
|
529
|
-
{
|
|
530
|
-
"defaultExport": "GoogleLogo",
|
|
531
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
532
|
-
"externalPath": "components.admin.react.elements"
|
|
533
|
-
},
|
|
534
569
|
{
|
|
535
570
|
"defaultExport": "GravityCRMFullLogo",
|
|
536
571
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -542,12 +577,12 @@ module.exports = [
|
|
|
542
577
|
"externalPath": "components.admin.react.elements"
|
|
543
578
|
},
|
|
544
579
|
{
|
|
545
|
-
"defaultExport": "
|
|
580
|
+
"defaultExport": "GoogleLogo",
|
|
546
581
|
"importPath": "react/admin/elements/Svgs/",
|
|
547
582
|
"externalPath": "components.admin.react.elements"
|
|
548
583
|
},
|
|
549
584
|
{
|
|
550
|
-
"defaultExport": "
|
|
585
|
+
"defaultExport": "GoogleAltLogo",
|
|
551
586
|
"importPath": "react/admin/elements/Svgs/",
|
|
552
587
|
"externalPath": "components.admin.react.elements"
|
|
553
588
|
},
|
|
@@ -562,18 +597,18 @@ module.exports = [
|
|
|
562
597
|
"externalPath": "components.admin.react.elements"
|
|
563
598
|
},
|
|
564
599
|
{
|
|
565
|
-
"defaultExport": "
|
|
600
|
+
"defaultExport": "CustomSMTP",
|
|
566
601
|
"importPath": "react/admin/elements/Svgs/",
|
|
567
602
|
"externalPath": "components.admin.react.elements"
|
|
568
603
|
},
|
|
569
604
|
{
|
|
570
|
-
"defaultExport": "
|
|
605
|
+
"defaultExport": "BrevoFullLogo",
|
|
571
606
|
"importPath": "react/admin/elements/Svgs/",
|
|
572
607
|
"externalPath": "components.admin.react.elements"
|
|
573
608
|
},
|
|
574
609
|
{
|
|
575
|
-
"defaultExport": "
|
|
576
|
-
"importPath": "react/admin/elements/
|
|
610
|
+
"defaultExport": "AmazonAWSLogo",
|
|
611
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
577
612
|
"externalPath": "components.admin.react.elements"
|
|
578
613
|
},
|
|
579
614
|
{
|
|
@@ -582,9 +617,9 @@ module.exports = [
|
|
|
582
617
|
"externalPath": "components.admin.react.elements"
|
|
583
618
|
},
|
|
584
619
|
{
|
|
585
|
-
"defaultExport": "
|
|
586
|
-
"importPath": "react/admin/
|
|
587
|
-
"externalPath": "components.admin.react.
|
|
620
|
+
"defaultExport": "SendGridFullLogo",
|
|
621
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
622
|
+
"externalPath": "components.admin.react.elements"
|
|
588
623
|
},
|
|
589
624
|
{
|
|
590
625
|
"defaultExport": "BrandedButton",
|
|
@@ -592,43 +627,8 @@ module.exports = [
|
|
|
592
627
|
"externalPath": "components.admin.react.elements"
|
|
593
628
|
},
|
|
594
629
|
{
|
|
595
|
-
"defaultExport": "
|
|
596
|
-
"importPath": "react/admin/
|
|
597
|
-
"externalPath": "components.admin.react.
|
|
598
|
-
},
|
|
599
|
-
{
|
|
600
|
-
"defaultExport": "RightSidebar",
|
|
601
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
602
|
-
"externalPath": "components.admin.react.modules"
|
|
603
|
-
},
|
|
604
|
-
{
|
|
605
|
-
"defaultExport": "ModularSidebar",
|
|
606
|
-
"importPath": "react/admin/modules/Layouts/",
|
|
607
|
-
"externalPath": "components.admin.react.modules"
|
|
608
|
-
},
|
|
609
|
-
{
|
|
610
|
-
"defaultExport": "IconIndicator",
|
|
611
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
612
|
-
"externalPath": "components.admin.react.modules"
|
|
613
|
-
},
|
|
614
|
-
{
|
|
615
|
-
"defaultExport": "DotIndicator",
|
|
616
|
-
"importPath": "react/admin/modules/Indicators/",
|
|
617
|
-
"externalPath": "components.admin.react.modules"
|
|
618
|
-
},
|
|
619
|
-
{
|
|
620
|
-
"defaultExport": "MetricCard",
|
|
621
|
-
"importPath": "react/admin/modules/Cards/",
|
|
622
|
-
"externalPath": "components.admin.react.modules"
|
|
623
|
-
},
|
|
624
|
-
{
|
|
625
|
-
"defaultExport": "IntegrationCard",
|
|
626
|
-
"importPath": "react/admin/modules/Cards/",
|
|
627
|
-
"externalPath": "components.admin.react.modules"
|
|
628
|
-
},
|
|
629
|
-
{
|
|
630
|
-
"defaultExport": "FormTemplateCard",
|
|
631
|
-
"importPath": "react/admin/modules/Cards/",
|
|
632
|
-
"externalPath": "components.admin.react.modules"
|
|
630
|
+
"defaultExport": "BrandedLink",
|
|
631
|
+
"importPath": "react/admin/elements/Link/",
|
|
632
|
+
"externalPath": "components.admin.react.elements"
|
|
633
633
|
}
|
|
634
634
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "5.4.
|
|
3
|
+
"version": "5.4.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",
|