@adminforth/bulk-ai-flow 1.0.2 → 1.0.4
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/build.log +4 -2
- package/custom/package-lock.json +325 -0
- package/custom/package.json +16 -0
- package/dist/custom/package-lock.json +325 -0
- package/dist/custom/package.json +16 -0
- package/dist/index.js +1 -1
- package/index.ts +1 -1
- package/package.json +1 -1
package/build.log
CHANGED
|
@@ -4,9 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
sending incremental file list
|
|
6
6
|
custom/
|
|
7
|
+
custom/package-lock.json
|
|
8
|
+
custom/package.json
|
|
7
9
|
custom/tsconfig.json
|
|
8
10
|
custom/visionAction.vue
|
|
9
11
|
custom/visionTable.vue
|
|
10
12
|
|
|
11
|
-
sent
|
|
12
|
-
total size is
|
|
13
|
+
sent 23,945 bytes received 115 bytes 48,120.00 bytes/sec
|
|
14
|
+
total size is 23,526 speedup is 0.98
|
|
@@ -0,0 +1,325 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "custom",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
|
+
"requires": true,
|
|
6
|
+
"packages": {
|
|
7
|
+
"": {
|
|
8
|
+
"name": "custom",
|
|
9
|
+
"version": "1.0.0",
|
|
10
|
+
"license": "ISC",
|
|
11
|
+
"dependencies": {
|
|
12
|
+
"@iconify-prerendered/vue-mdi": "^0.25.1718880438",
|
|
13
|
+
"medium-zoom": "^1.1.0"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"node_modules/@babel/helper-string-parser": {
|
|
17
|
+
"version": "7.27.1",
|
|
18
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
|
|
19
|
+
"integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
|
|
20
|
+
"license": "MIT",
|
|
21
|
+
"peer": true,
|
|
22
|
+
"engines": {
|
|
23
|
+
"node": ">=6.9.0"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"node_modules/@babel/helper-validator-identifier": {
|
|
27
|
+
"version": "7.27.1",
|
|
28
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
|
|
29
|
+
"integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
|
|
30
|
+
"license": "MIT",
|
|
31
|
+
"peer": true,
|
|
32
|
+
"engines": {
|
|
33
|
+
"node": ">=6.9.0"
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"node_modules/@babel/parser": {
|
|
37
|
+
"version": "7.28.3",
|
|
38
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.3.tgz",
|
|
39
|
+
"integrity": "sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==",
|
|
40
|
+
"license": "MIT",
|
|
41
|
+
"peer": true,
|
|
42
|
+
"dependencies": {
|
|
43
|
+
"@babel/types": "^7.28.2"
|
|
44
|
+
},
|
|
45
|
+
"bin": {
|
|
46
|
+
"parser": "bin/babel-parser.js"
|
|
47
|
+
},
|
|
48
|
+
"engines": {
|
|
49
|
+
"node": ">=6.0.0"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"node_modules/@babel/types": {
|
|
53
|
+
"version": "7.28.2",
|
|
54
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.2.tgz",
|
|
55
|
+
"integrity": "sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==",
|
|
56
|
+
"license": "MIT",
|
|
57
|
+
"peer": true,
|
|
58
|
+
"dependencies": {
|
|
59
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
60
|
+
"@babel/helper-validator-identifier": "^7.27.1"
|
|
61
|
+
},
|
|
62
|
+
"engines": {
|
|
63
|
+
"node": ">=6.9.0"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
"node_modules/@iconify-prerendered/vue-mdi": {
|
|
67
|
+
"version": "0.25.1718880438",
|
|
68
|
+
"resolved": "https://registry.npmjs.org/@iconify-prerendered/vue-mdi/-/vue-mdi-0.25.1718880438.tgz",
|
|
69
|
+
"integrity": "sha512-C4ITBtuANNw7ehCjymK6KNqP65Gtp/P7cLgBqwbyZoVU55cxbsUwseW5s4WfuqBd5RdHd2HXZgm+4SJ8E6l8Wg==",
|
|
70
|
+
"license": "Apache-2.0",
|
|
71
|
+
"funding": {
|
|
72
|
+
"url": "https://www.buymeacoffee.com/kozack/"
|
|
73
|
+
},
|
|
74
|
+
"peerDependencies": {
|
|
75
|
+
"vue": "^3.0.0"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
"node_modules/@jridgewell/sourcemap-codec": {
|
|
79
|
+
"version": "1.5.5",
|
|
80
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
81
|
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
82
|
+
"license": "MIT",
|
|
83
|
+
"peer": true
|
|
84
|
+
},
|
|
85
|
+
"node_modules/@vue/compiler-core": {
|
|
86
|
+
"version": "3.5.19",
|
|
87
|
+
"resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.19.tgz",
|
|
88
|
+
"integrity": "sha512-/afpyvlkrSNYbPo94Qu8GtIOWS+g5TRdOvs6XZNw6pWQQmj5pBgSZvEPOIZlqWq0YvoUhDDQaQ2TnzuJdOV4hA==",
|
|
89
|
+
"license": "MIT",
|
|
90
|
+
"peer": true,
|
|
91
|
+
"dependencies": {
|
|
92
|
+
"@babel/parser": "^7.28.3",
|
|
93
|
+
"@vue/shared": "3.5.19",
|
|
94
|
+
"entities": "^4.5.0",
|
|
95
|
+
"estree-walker": "^2.0.2",
|
|
96
|
+
"source-map-js": "^1.2.1"
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
"node_modules/@vue/compiler-dom": {
|
|
100
|
+
"version": "3.5.19",
|
|
101
|
+
"resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.19.tgz",
|
|
102
|
+
"integrity": "sha512-Drs6rPHQZx/pN9S6ml3Z3K/TWCIRPvzG2B/o5kFK9X0MNHt8/E+38tiRfojufrYBfA6FQUFB2qBBRXlcSXWtOA==",
|
|
103
|
+
"license": "MIT",
|
|
104
|
+
"peer": true,
|
|
105
|
+
"dependencies": {
|
|
106
|
+
"@vue/compiler-core": "3.5.19",
|
|
107
|
+
"@vue/shared": "3.5.19"
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
"node_modules/@vue/compiler-sfc": {
|
|
111
|
+
"version": "3.5.19",
|
|
112
|
+
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.19.tgz",
|
|
113
|
+
"integrity": "sha512-YWCm1CYaJ+2RvNmhCwI7t3I3nU+hOrWGWMsn+Z/kmm1jy5iinnVtlmkiZwbLlbV1SRizX7vHsc0/bG5dj0zRTg==",
|
|
114
|
+
"license": "MIT",
|
|
115
|
+
"peer": true,
|
|
116
|
+
"dependencies": {
|
|
117
|
+
"@babel/parser": "^7.28.3",
|
|
118
|
+
"@vue/compiler-core": "3.5.19",
|
|
119
|
+
"@vue/compiler-dom": "3.5.19",
|
|
120
|
+
"@vue/compiler-ssr": "3.5.19",
|
|
121
|
+
"@vue/shared": "3.5.19",
|
|
122
|
+
"estree-walker": "^2.0.2",
|
|
123
|
+
"magic-string": "^0.30.17",
|
|
124
|
+
"postcss": "^8.5.6",
|
|
125
|
+
"source-map-js": "^1.2.1"
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
"node_modules/@vue/compiler-ssr": {
|
|
129
|
+
"version": "3.5.19",
|
|
130
|
+
"resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.19.tgz",
|
|
131
|
+
"integrity": "sha512-/wx0VZtkWOPdiQLWPeQeqpHWR/LuNC7bHfSX7OayBTtUy8wur6vT6EQIX6Et86aED6J+y8tTw43qo2uoqGg5sw==",
|
|
132
|
+
"license": "MIT",
|
|
133
|
+
"peer": true,
|
|
134
|
+
"dependencies": {
|
|
135
|
+
"@vue/compiler-dom": "3.5.19",
|
|
136
|
+
"@vue/shared": "3.5.19"
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
"node_modules/@vue/reactivity": {
|
|
140
|
+
"version": "3.5.19",
|
|
141
|
+
"resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.19.tgz",
|
|
142
|
+
"integrity": "sha512-4bueZg2qs5MSsK2dQk3sssV0cfvxb/QZntTC8v7J448GLgmfPkQ+27aDjlt40+XFqOwUq5yRxK5uQh14Fc9eVA==",
|
|
143
|
+
"license": "MIT",
|
|
144
|
+
"peer": true,
|
|
145
|
+
"dependencies": {
|
|
146
|
+
"@vue/shared": "3.5.19"
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
"node_modules/@vue/runtime-core": {
|
|
150
|
+
"version": "3.5.19",
|
|
151
|
+
"resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.19.tgz",
|
|
152
|
+
"integrity": "sha512-TaooCr8Hge1sWjLSyhdubnuofs3shhzZGfyD11gFolZrny76drPwBVQj28/z/4+msSFb18tOIg6VVVgf9/IbIA==",
|
|
153
|
+
"license": "MIT",
|
|
154
|
+
"peer": true,
|
|
155
|
+
"dependencies": {
|
|
156
|
+
"@vue/reactivity": "3.5.19",
|
|
157
|
+
"@vue/shared": "3.5.19"
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
"node_modules/@vue/runtime-dom": {
|
|
161
|
+
"version": "3.5.19",
|
|
162
|
+
"resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.19.tgz",
|
|
163
|
+
"integrity": "sha512-qmahqeok6ztuUTmV8lqd7N9ymbBzctNF885n8gL3xdCC1u2RnM/coX16Via0AiONQXUoYpxPojL3U1IsDgSWUQ==",
|
|
164
|
+
"license": "MIT",
|
|
165
|
+
"peer": true,
|
|
166
|
+
"dependencies": {
|
|
167
|
+
"@vue/reactivity": "3.5.19",
|
|
168
|
+
"@vue/runtime-core": "3.5.19",
|
|
169
|
+
"@vue/shared": "3.5.19",
|
|
170
|
+
"csstype": "^3.1.3"
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
"node_modules/@vue/server-renderer": {
|
|
174
|
+
"version": "3.5.19",
|
|
175
|
+
"resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.19.tgz",
|
|
176
|
+
"integrity": "sha512-ZJ/zV9SQuaIO+BEEVq/2a6fipyrSYfjKMU3267bPUk+oTx/hZq3RzV7VCh0Unlppt39Bvh6+NzxeopIFv4HJNg==",
|
|
177
|
+
"license": "MIT",
|
|
178
|
+
"peer": true,
|
|
179
|
+
"dependencies": {
|
|
180
|
+
"@vue/compiler-ssr": "3.5.19",
|
|
181
|
+
"@vue/shared": "3.5.19"
|
|
182
|
+
},
|
|
183
|
+
"peerDependencies": {
|
|
184
|
+
"vue": "3.5.19"
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
"node_modules/@vue/shared": {
|
|
188
|
+
"version": "3.5.19",
|
|
189
|
+
"resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.19.tgz",
|
|
190
|
+
"integrity": "sha512-IhXCOn08wgKrLQxRFKKlSacWg4Goi1BolrdEeLYn6tgHjJNXVrWJ5nzoxZqNwl5p88aLlQ8LOaoMa3AYvaKJ/Q==",
|
|
191
|
+
"license": "MIT",
|
|
192
|
+
"peer": true
|
|
193
|
+
},
|
|
194
|
+
"node_modules/csstype": {
|
|
195
|
+
"version": "3.1.3",
|
|
196
|
+
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
|
|
197
|
+
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
|
|
198
|
+
"license": "MIT",
|
|
199
|
+
"peer": true
|
|
200
|
+
},
|
|
201
|
+
"node_modules/entities": {
|
|
202
|
+
"version": "4.5.0",
|
|
203
|
+
"resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
|
|
204
|
+
"integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
|
|
205
|
+
"license": "BSD-2-Clause",
|
|
206
|
+
"peer": true,
|
|
207
|
+
"engines": {
|
|
208
|
+
"node": ">=0.12"
|
|
209
|
+
},
|
|
210
|
+
"funding": {
|
|
211
|
+
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
"node_modules/estree-walker": {
|
|
215
|
+
"version": "2.0.2",
|
|
216
|
+
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
|
|
217
|
+
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
|
|
218
|
+
"license": "MIT",
|
|
219
|
+
"peer": true
|
|
220
|
+
},
|
|
221
|
+
"node_modules/magic-string": {
|
|
222
|
+
"version": "0.30.18",
|
|
223
|
+
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.18.tgz",
|
|
224
|
+
"integrity": "sha512-yi8swmWbO17qHhwIBNeeZxTceJMeBvWJaId6dyvTSOwTipqeHhMhOrz6513r1sOKnpvQ7zkhlG8tPrpilwTxHQ==",
|
|
225
|
+
"license": "MIT",
|
|
226
|
+
"peer": true,
|
|
227
|
+
"dependencies": {
|
|
228
|
+
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
229
|
+
}
|
|
230
|
+
},
|
|
231
|
+
"node_modules/medium-zoom": {
|
|
232
|
+
"version": "1.1.0",
|
|
233
|
+
"resolved": "https://registry.npmjs.org/medium-zoom/-/medium-zoom-1.1.0.tgz",
|
|
234
|
+
"integrity": "sha512-ewyDsp7k4InCUp3jRmwHBRFGyjBimKps/AJLjRSox+2q/2H4p/PNpQf+pwONWlJiOudkBXtbdmVbFjqyybfTmQ==",
|
|
235
|
+
"license": "MIT"
|
|
236
|
+
},
|
|
237
|
+
"node_modules/nanoid": {
|
|
238
|
+
"version": "3.3.11",
|
|
239
|
+
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
|
|
240
|
+
"integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
|
|
241
|
+
"funding": [
|
|
242
|
+
{
|
|
243
|
+
"type": "github",
|
|
244
|
+
"url": "https://github.com/sponsors/ai"
|
|
245
|
+
}
|
|
246
|
+
],
|
|
247
|
+
"license": "MIT",
|
|
248
|
+
"peer": true,
|
|
249
|
+
"bin": {
|
|
250
|
+
"nanoid": "bin/nanoid.cjs"
|
|
251
|
+
},
|
|
252
|
+
"engines": {
|
|
253
|
+
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
254
|
+
}
|
|
255
|
+
},
|
|
256
|
+
"node_modules/picocolors": {
|
|
257
|
+
"version": "1.1.1",
|
|
258
|
+
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
259
|
+
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
260
|
+
"license": "ISC",
|
|
261
|
+
"peer": true
|
|
262
|
+
},
|
|
263
|
+
"node_modules/postcss": {
|
|
264
|
+
"version": "8.5.6",
|
|
265
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
|
|
266
|
+
"integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
|
|
267
|
+
"funding": [
|
|
268
|
+
{
|
|
269
|
+
"type": "opencollective",
|
|
270
|
+
"url": "https://opencollective.com/postcss/"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"type": "tidelift",
|
|
274
|
+
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"type": "github",
|
|
278
|
+
"url": "https://github.com/sponsors/ai"
|
|
279
|
+
}
|
|
280
|
+
],
|
|
281
|
+
"license": "MIT",
|
|
282
|
+
"peer": true,
|
|
283
|
+
"dependencies": {
|
|
284
|
+
"nanoid": "^3.3.11",
|
|
285
|
+
"picocolors": "^1.1.1",
|
|
286
|
+
"source-map-js": "^1.2.1"
|
|
287
|
+
},
|
|
288
|
+
"engines": {
|
|
289
|
+
"node": "^10 || ^12 || >=14"
|
|
290
|
+
}
|
|
291
|
+
},
|
|
292
|
+
"node_modules/source-map-js": {
|
|
293
|
+
"version": "1.2.1",
|
|
294
|
+
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
295
|
+
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
296
|
+
"license": "BSD-3-Clause",
|
|
297
|
+
"peer": true,
|
|
298
|
+
"engines": {
|
|
299
|
+
"node": ">=0.10.0"
|
|
300
|
+
}
|
|
301
|
+
},
|
|
302
|
+
"node_modules/vue": {
|
|
303
|
+
"version": "3.5.19",
|
|
304
|
+
"resolved": "https://registry.npmjs.org/vue/-/vue-3.5.19.tgz",
|
|
305
|
+
"integrity": "sha512-ZRh0HTmw6KChRYWgN8Ox/wi7VhpuGlvMPrHjIsdRbzKNgECFLzy+dKL5z9yGaBSjCpmcfJCbh3I1tNSRmBz2tg==",
|
|
306
|
+
"license": "MIT",
|
|
307
|
+
"peer": true,
|
|
308
|
+
"dependencies": {
|
|
309
|
+
"@vue/compiler-dom": "3.5.19",
|
|
310
|
+
"@vue/compiler-sfc": "3.5.19",
|
|
311
|
+
"@vue/runtime-dom": "3.5.19",
|
|
312
|
+
"@vue/server-renderer": "3.5.19",
|
|
313
|
+
"@vue/shared": "3.5.19"
|
|
314
|
+
},
|
|
315
|
+
"peerDependencies": {
|
|
316
|
+
"typescript": "*"
|
|
317
|
+
},
|
|
318
|
+
"peerDependenciesMeta": {
|
|
319
|
+
"typescript": {
|
|
320
|
+
"optional": true
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "custom",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
8
|
+
},
|
|
9
|
+
"keywords": [],
|
|
10
|
+
"author": "",
|
|
11
|
+
"license": "ISC",
|
|
12
|
+
"dependencies": {
|
|
13
|
+
"@iconify-prerendered/vue-mdi": "^0.25.1718880438",
|
|
14
|
+
"medium-zoom": "^1.1.0"
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,325 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "custom",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
|
+
"requires": true,
|
|
6
|
+
"packages": {
|
|
7
|
+
"": {
|
|
8
|
+
"name": "custom",
|
|
9
|
+
"version": "1.0.0",
|
|
10
|
+
"license": "ISC",
|
|
11
|
+
"dependencies": {
|
|
12
|
+
"@iconify-prerendered/vue-mdi": "^0.25.1718880438",
|
|
13
|
+
"medium-zoom": "^1.1.0"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"node_modules/@babel/helper-string-parser": {
|
|
17
|
+
"version": "7.27.1",
|
|
18
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
|
|
19
|
+
"integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
|
|
20
|
+
"license": "MIT",
|
|
21
|
+
"peer": true,
|
|
22
|
+
"engines": {
|
|
23
|
+
"node": ">=6.9.0"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"node_modules/@babel/helper-validator-identifier": {
|
|
27
|
+
"version": "7.27.1",
|
|
28
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
|
|
29
|
+
"integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
|
|
30
|
+
"license": "MIT",
|
|
31
|
+
"peer": true,
|
|
32
|
+
"engines": {
|
|
33
|
+
"node": ">=6.9.0"
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"node_modules/@babel/parser": {
|
|
37
|
+
"version": "7.28.3",
|
|
38
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.3.tgz",
|
|
39
|
+
"integrity": "sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==",
|
|
40
|
+
"license": "MIT",
|
|
41
|
+
"peer": true,
|
|
42
|
+
"dependencies": {
|
|
43
|
+
"@babel/types": "^7.28.2"
|
|
44
|
+
},
|
|
45
|
+
"bin": {
|
|
46
|
+
"parser": "bin/babel-parser.js"
|
|
47
|
+
},
|
|
48
|
+
"engines": {
|
|
49
|
+
"node": ">=6.0.0"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"node_modules/@babel/types": {
|
|
53
|
+
"version": "7.28.2",
|
|
54
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.2.tgz",
|
|
55
|
+
"integrity": "sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==",
|
|
56
|
+
"license": "MIT",
|
|
57
|
+
"peer": true,
|
|
58
|
+
"dependencies": {
|
|
59
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
60
|
+
"@babel/helper-validator-identifier": "^7.27.1"
|
|
61
|
+
},
|
|
62
|
+
"engines": {
|
|
63
|
+
"node": ">=6.9.0"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
"node_modules/@iconify-prerendered/vue-mdi": {
|
|
67
|
+
"version": "0.25.1718880438",
|
|
68
|
+
"resolved": "https://registry.npmjs.org/@iconify-prerendered/vue-mdi/-/vue-mdi-0.25.1718880438.tgz",
|
|
69
|
+
"integrity": "sha512-C4ITBtuANNw7ehCjymK6KNqP65Gtp/P7cLgBqwbyZoVU55cxbsUwseW5s4WfuqBd5RdHd2HXZgm+4SJ8E6l8Wg==",
|
|
70
|
+
"license": "Apache-2.0",
|
|
71
|
+
"funding": {
|
|
72
|
+
"url": "https://www.buymeacoffee.com/kozack/"
|
|
73
|
+
},
|
|
74
|
+
"peerDependencies": {
|
|
75
|
+
"vue": "^3.0.0"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
"node_modules/@jridgewell/sourcemap-codec": {
|
|
79
|
+
"version": "1.5.5",
|
|
80
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
81
|
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
82
|
+
"license": "MIT",
|
|
83
|
+
"peer": true
|
|
84
|
+
},
|
|
85
|
+
"node_modules/@vue/compiler-core": {
|
|
86
|
+
"version": "3.5.19",
|
|
87
|
+
"resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.19.tgz",
|
|
88
|
+
"integrity": "sha512-/afpyvlkrSNYbPo94Qu8GtIOWS+g5TRdOvs6XZNw6pWQQmj5pBgSZvEPOIZlqWq0YvoUhDDQaQ2TnzuJdOV4hA==",
|
|
89
|
+
"license": "MIT",
|
|
90
|
+
"peer": true,
|
|
91
|
+
"dependencies": {
|
|
92
|
+
"@babel/parser": "^7.28.3",
|
|
93
|
+
"@vue/shared": "3.5.19",
|
|
94
|
+
"entities": "^4.5.0",
|
|
95
|
+
"estree-walker": "^2.0.2",
|
|
96
|
+
"source-map-js": "^1.2.1"
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
"node_modules/@vue/compiler-dom": {
|
|
100
|
+
"version": "3.5.19",
|
|
101
|
+
"resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.19.tgz",
|
|
102
|
+
"integrity": "sha512-Drs6rPHQZx/pN9S6ml3Z3K/TWCIRPvzG2B/o5kFK9X0MNHt8/E+38tiRfojufrYBfA6FQUFB2qBBRXlcSXWtOA==",
|
|
103
|
+
"license": "MIT",
|
|
104
|
+
"peer": true,
|
|
105
|
+
"dependencies": {
|
|
106
|
+
"@vue/compiler-core": "3.5.19",
|
|
107
|
+
"@vue/shared": "3.5.19"
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
"node_modules/@vue/compiler-sfc": {
|
|
111
|
+
"version": "3.5.19",
|
|
112
|
+
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.19.tgz",
|
|
113
|
+
"integrity": "sha512-YWCm1CYaJ+2RvNmhCwI7t3I3nU+hOrWGWMsn+Z/kmm1jy5iinnVtlmkiZwbLlbV1SRizX7vHsc0/bG5dj0zRTg==",
|
|
114
|
+
"license": "MIT",
|
|
115
|
+
"peer": true,
|
|
116
|
+
"dependencies": {
|
|
117
|
+
"@babel/parser": "^7.28.3",
|
|
118
|
+
"@vue/compiler-core": "3.5.19",
|
|
119
|
+
"@vue/compiler-dom": "3.5.19",
|
|
120
|
+
"@vue/compiler-ssr": "3.5.19",
|
|
121
|
+
"@vue/shared": "3.5.19",
|
|
122
|
+
"estree-walker": "^2.0.2",
|
|
123
|
+
"magic-string": "^0.30.17",
|
|
124
|
+
"postcss": "^8.5.6",
|
|
125
|
+
"source-map-js": "^1.2.1"
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
"node_modules/@vue/compiler-ssr": {
|
|
129
|
+
"version": "3.5.19",
|
|
130
|
+
"resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.19.tgz",
|
|
131
|
+
"integrity": "sha512-/wx0VZtkWOPdiQLWPeQeqpHWR/LuNC7bHfSX7OayBTtUy8wur6vT6EQIX6Et86aED6J+y8tTw43qo2uoqGg5sw==",
|
|
132
|
+
"license": "MIT",
|
|
133
|
+
"peer": true,
|
|
134
|
+
"dependencies": {
|
|
135
|
+
"@vue/compiler-dom": "3.5.19",
|
|
136
|
+
"@vue/shared": "3.5.19"
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
"node_modules/@vue/reactivity": {
|
|
140
|
+
"version": "3.5.19",
|
|
141
|
+
"resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.19.tgz",
|
|
142
|
+
"integrity": "sha512-4bueZg2qs5MSsK2dQk3sssV0cfvxb/QZntTC8v7J448GLgmfPkQ+27aDjlt40+XFqOwUq5yRxK5uQh14Fc9eVA==",
|
|
143
|
+
"license": "MIT",
|
|
144
|
+
"peer": true,
|
|
145
|
+
"dependencies": {
|
|
146
|
+
"@vue/shared": "3.5.19"
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
"node_modules/@vue/runtime-core": {
|
|
150
|
+
"version": "3.5.19",
|
|
151
|
+
"resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.19.tgz",
|
|
152
|
+
"integrity": "sha512-TaooCr8Hge1sWjLSyhdubnuofs3shhzZGfyD11gFolZrny76drPwBVQj28/z/4+msSFb18tOIg6VVVgf9/IbIA==",
|
|
153
|
+
"license": "MIT",
|
|
154
|
+
"peer": true,
|
|
155
|
+
"dependencies": {
|
|
156
|
+
"@vue/reactivity": "3.5.19",
|
|
157
|
+
"@vue/shared": "3.5.19"
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
"node_modules/@vue/runtime-dom": {
|
|
161
|
+
"version": "3.5.19",
|
|
162
|
+
"resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.19.tgz",
|
|
163
|
+
"integrity": "sha512-qmahqeok6ztuUTmV8lqd7N9ymbBzctNF885n8gL3xdCC1u2RnM/coX16Via0AiONQXUoYpxPojL3U1IsDgSWUQ==",
|
|
164
|
+
"license": "MIT",
|
|
165
|
+
"peer": true,
|
|
166
|
+
"dependencies": {
|
|
167
|
+
"@vue/reactivity": "3.5.19",
|
|
168
|
+
"@vue/runtime-core": "3.5.19",
|
|
169
|
+
"@vue/shared": "3.5.19",
|
|
170
|
+
"csstype": "^3.1.3"
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
"node_modules/@vue/server-renderer": {
|
|
174
|
+
"version": "3.5.19",
|
|
175
|
+
"resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.19.tgz",
|
|
176
|
+
"integrity": "sha512-ZJ/zV9SQuaIO+BEEVq/2a6fipyrSYfjKMU3267bPUk+oTx/hZq3RzV7VCh0Unlppt39Bvh6+NzxeopIFv4HJNg==",
|
|
177
|
+
"license": "MIT",
|
|
178
|
+
"peer": true,
|
|
179
|
+
"dependencies": {
|
|
180
|
+
"@vue/compiler-ssr": "3.5.19",
|
|
181
|
+
"@vue/shared": "3.5.19"
|
|
182
|
+
},
|
|
183
|
+
"peerDependencies": {
|
|
184
|
+
"vue": "3.5.19"
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
"node_modules/@vue/shared": {
|
|
188
|
+
"version": "3.5.19",
|
|
189
|
+
"resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.19.tgz",
|
|
190
|
+
"integrity": "sha512-IhXCOn08wgKrLQxRFKKlSacWg4Goi1BolrdEeLYn6tgHjJNXVrWJ5nzoxZqNwl5p88aLlQ8LOaoMa3AYvaKJ/Q==",
|
|
191
|
+
"license": "MIT",
|
|
192
|
+
"peer": true
|
|
193
|
+
},
|
|
194
|
+
"node_modules/csstype": {
|
|
195
|
+
"version": "3.1.3",
|
|
196
|
+
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
|
|
197
|
+
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
|
|
198
|
+
"license": "MIT",
|
|
199
|
+
"peer": true
|
|
200
|
+
},
|
|
201
|
+
"node_modules/entities": {
|
|
202
|
+
"version": "4.5.0",
|
|
203
|
+
"resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
|
|
204
|
+
"integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
|
|
205
|
+
"license": "BSD-2-Clause",
|
|
206
|
+
"peer": true,
|
|
207
|
+
"engines": {
|
|
208
|
+
"node": ">=0.12"
|
|
209
|
+
},
|
|
210
|
+
"funding": {
|
|
211
|
+
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
"node_modules/estree-walker": {
|
|
215
|
+
"version": "2.0.2",
|
|
216
|
+
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
|
|
217
|
+
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
|
|
218
|
+
"license": "MIT",
|
|
219
|
+
"peer": true
|
|
220
|
+
},
|
|
221
|
+
"node_modules/magic-string": {
|
|
222
|
+
"version": "0.30.18",
|
|
223
|
+
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.18.tgz",
|
|
224
|
+
"integrity": "sha512-yi8swmWbO17qHhwIBNeeZxTceJMeBvWJaId6dyvTSOwTipqeHhMhOrz6513r1sOKnpvQ7zkhlG8tPrpilwTxHQ==",
|
|
225
|
+
"license": "MIT",
|
|
226
|
+
"peer": true,
|
|
227
|
+
"dependencies": {
|
|
228
|
+
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
229
|
+
}
|
|
230
|
+
},
|
|
231
|
+
"node_modules/medium-zoom": {
|
|
232
|
+
"version": "1.1.0",
|
|
233
|
+
"resolved": "https://registry.npmjs.org/medium-zoom/-/medium-zoom-1.1.0.tgz",
|
|
234
|
+
"integrity": "sha512-ewyDsp7k4InCUp3jRmwHBRFGyjBimKps/AJLjRSox+2q/2H4p/PNpQf+pwONWlJiOudkBXtbdmVbFjqyybfTmQ==",
|
|
235
|
+
"license": "MIT"
|
|
236
|
+
},
|
|
237
|
+
"node_modules/nanoid": {
|
|
238
|
+
"version": "3.3.11",
|
|
239
|
+
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
|
|
240
|
+
"integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
|
|
241
|
+
"funding": [
|
|
242
|
+
{
|
|
243
|
+
"type": "github",
|
|
244
|
+
"url": "https://github.com/sponsors/ai"
|
|
245
|
+
}
|
|
246
|
+
],
|
|
247
|
+
"license": "MIT",
|
|
248
|
+
"peer": true,
|
|
249
|
+
"bin": {
|
|
250
|
+
"nanoid": "bin/nanoid.cjs"
|
|
251
|
+
},
|
|
252
|
+
"engines": {
|
|
253
|
+
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
254
|
+
}
|
|
255
|
+
},
|
|
256
|
+
"node_modules/picocolors": {
|
|
257
|
+
"version": "1.1.1",
|
|
258
|
+
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
259
|
+
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
260
|
+
"license": "ISC",
|
|
261
|
+
"peer": true
|
|
262
|
+
},
|
|
263
|
+
"node_modules/postcss": {
|
|
264
|
+
"version": "8.5.6",
|
|
265
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
|
|
266
|
+
"integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
|
|
267
|
+
"funding": [
|
|
268
|
+
{
|
|
269
|
+
"type": "opencollective",
|
|
270
|
+
"url": "https://opencollective.com/postcss/"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"type": "tidelift",
|
|
274
|
+
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"type": "github",
|
|
278
|
+
"url": "https://github.com/sponsors/ai"
|
|
279
|
+
}
|
|
280
|
+
],
|
|
281
|
+
"license": "MIT",
|
|
282
|
+
"peer": true,
|
|
283
|
+
"dependencies": {
|
|
284
|
+
"nanoid": "^3.3.11",
|
|
285
|
+
"picocolors": "^1.1.1",
|
|
286
|
+
"source-map-js": "^1.2.1"
|
|
287
|
+
},
|
|
288
|
+
"engines": {
|
|
289
|
+
"node": "^10 || ^12 || >=14"
|
|
290
|
+
}
|
|
291
|
+
},
|
|
292
|
+
"node_modules/source-map-js": {
|
|
293
|
+
"version": "1.2.1",
|
|
294
|
+
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
295
|
+
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
296
|
+
"license": "BSD-3-Clause",
|
|
297
|
+
"peer": true,
|
|
298
|
+
"engines": {
|
|
299
|
+
"node": ">=0.10.0"
|
|
300
|
+
}
|
|
301
|
+
},
|
|
302
|
+
"node_modules/vue": {
|
|
303
|
+
"version": "3.5.19",
|
|
304
|
+
"resolved": "https://registry.npmjs.org/vue/-/vue-3.5.19.tgz",
|
|
305
|
+
"integrity": "sha512-ZRh0HTmw6KChRYWgN8Ox/wi7VhpuGlvMPrHjIsdRbzKNgECFLzy+dKL5z9yGaBSjCpmcfJCbh3I1tNSRmBz2tg==",
|
|
306
|
+
"license": "MIT",
|
|
307
|
+
"peer": true,
|
|
308
|
+
"dependencies": {
|
|
309
|
+
"@vue/compiler-dom": "3.5.19",
|
|
310
|
+
"@vue/compiler-sfc": "3.5.19",
|
|
311
|
+
"@vue/runtime-dom": "3.5.19",
|
|
312
|
+
"@vue/server-renderer": "3.5.19",
|
|
313
|
+
"@vue/shared": "3.5.19"
|
|
314
|
+
},
|
|
315
|
+
"peerDependencies": {
|
|
316
|
+
"typescript": "*"
|
|
317
|
+
},
|
|
318
|
+
"peerDependenciesMeta": {
|
|
319
|
+
"typescript": {
|
|
320
|
+
"optional": true
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "custom",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
8
|
+
},
|
|
9
|
+
"keywords": [],
|
|
10
|
+
"author": "",
|
|
11
|
+
"license": "ISC",
|
|
12
|
+
"dependencies": {
|
|
13
|
+
"@iconify-prerendered/vue-mdi": "^0.25.1718880438",
|
|
14
|
+
"medium-zoom": "^1.1.0"
|
|
15
|
+
}
|
|
16
|
+
}
|
package/dist/index.js
CHANGED
|
@@ -9,7 +9,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
9
9
|
};
|
|
10
10
|
import { AdminForthPlugin, Filters } from "adminforth";
|
|
11
11
|
import Handlebars from 'handlebars';
|
|
12
|
-
export default class
|
|
12
|
+
export default class BulkAiFlowPlugin extends AdminForthPlugin {
|
|
13
13
|
constructor(options) {
|
|
14
14
|
super(options, import.meta.url);
|
|
15
15
|
this.options = options;
|
package/index.ts
CHANGED
|
@@ -5,7 +5,7 @@ import { json } from "stream/consumers";
|
|
|
5
5
|
import Handlebars from 'handlebars';
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
export default class
|
|
8
|
+
export default class BulkAiFlowPlugin extends AdminForthPlugin {
|
|
9
9
|
options: PluginOptions;
|
|
10
10
|
|
|
11
11
|
constructor(options: PluginOptions) {
|