@adminforth/text-complete 2.0.1 → 2.0.3
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 +3 -2
- package/custom/package-lock.json +92 -92
- package/custom/pnpm-lock.yaml +276 -0
- package/dist/custom/package-lock.json +92 -92
- package/dist/custom/pnpm-lock.yaml +276 -0
- package/package.json +1 -1
package/build.log
CHANGED
|
@@ -7,7 +7,8 @@ custom/
|
|
|
7
7
|
custom/completionInput.vue
|
|
8
8
|
custom/package-lock.json
|
|
9
9
|
custom/package.json
|
|
10
|
+
custom/pnpm-lock.yaml
|
|
10
11
|
custom/tsconfig.json
|
|
11
12
|
|
|
12
|
-
sent
|
|
13
|
-
total size is
|
|
13
|
+
sent 31,239 bytes received 115 bytes 62,708.00 bytes/sec
|
|
14
|
+
total size is 30,813 speedup is 0.98
|
package/custom/package-lock.json
CHANGED
|
@@ -23,21 +23,21 @@
|
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
25
|
"node_modules/@babel/helper-validator-identifier": {
|
|
26
|
-
"version": "7.
|
|
27
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.
|
|
28
|
-
"integrity": "sha512-
|
|
26
|
+
"version": "7.28.5",
|
|
27
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
28
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
29
29
|
"license": "MIT",
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">=6.9.0"
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"node_modules/@babel/parser": {
|
|
35
|
-
"version": "7.
|
|
36
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.
|
|
37
|
-
"integrity": "sha512-
|
|
35
|
+
"version": "7.29.0",
|
|
36
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.0.tgz",
|
|
37
|
+
"integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
|
|
38
38
|
"license": "MIT",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@babel/types": "^7.
|
|
40
|
+
"@babel/types": "^7.29.0"
|
|
41
41
|
},
|
|
42
42
|
"bin": {
|
|
43
43
|
"parser": "bin/babel-parser.js"
|
|
@@ -47,13 +47,13 @@
|
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
"node_modules/@babel/types": {
|
|
50
|
-
"version": "7.
|
|
51
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.
|
|
52
|
-
"integrity": "sha512-
|
|
50
|
+
"version": "7.29.0",
|
|
51
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
|
|
52
|
+
"integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
|
|
53
53
|
"license": "MIT",
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@babel/helper-string-parser": "^7.27.1",
|
|
56
|
-
"@babel/helper-validator-identifier": "^7.
|
|
56
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
57
57
|
},
|
|
58
58
|
"engines": {
|
|
59
59
|
"node": ">=6.9.0"
|
|
@@ -72,121 +72,121 @@
|
|
|
72
72
|
}
|
|
73
73
|
},
|
|
74
74
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
75
|
-
"version": "1.5.
|
|
76
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.
|
|
77
|
-
"integrity": "sha512-
|
|
75
|
+
"version": "1.5.5",
|
|
76
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
77
|
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
78
78
|
"license": "MIT"
|
|
79
79
|
},
|
|
80
80
|
"node_modules/@vue/compiler-core": {
|
|
81
|
-
"version": "3.5.
|
|
82
|
-
"resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.
|
|
83
|
-
"integrity": "sha512-
|
|
81
|
+
"version": "3.5.30",
|
|
82
|
+
"resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.30.tgz",
|
|
83
|
+
"integrity": "sha512-s3DfdZkcu/qExZ+td75015ljzHc6vE+30cFMGRPROYjqkroYI5NV2X1yAMX9UeyBNWB9MxCfPcsjpLS11nzkkw==",
|
|
84
84
|
"license": "MIT",
|
|
85
85
|
"dependencies": {
|
|
86
|
-
"@babel/parser": "^7.
|
|
87
|
-
"@vue/shared": "3.5.
|
|
88
|
-
"entities": "^
|
|
86
|
+
"@babel/parser": "^7.29.0",
|
|
87
|
+
"@vue/shared": "3.5.30",
|
|
88
|
+
"entities": "^7.0.1",
|
|
89
89
|
"estree-walker": "^2.0.2",
|
|
90
90
|
"source-map-js": "^1.2.1"
|
|
91
91
|
}
|
|
92
92
|
},
|
|
93
93
|
"node_modules/@vue/compiler-dom": {
|
|
94
|
-
"version": "3.5.
|
|
95
|
-
"resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.
|
|
96
|
-
"integrity": "sha512-
|
|
94
|
+
"version": "3.5.30",
|
|
95
|
+
"resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.30.tgz",
|
|
96
|
+
"integrity": "sha512-eCFYESUEVYHhiMuK4SQTldO3RYxyMR/UQL4KdGD1Yrkfdx4m/HYuZ9jSfPdA+nWJY34VWndiYdW/wZXyiPEB9g==",
|
|
97
97
|
"license": "MIT",
|
|
98
98
|
"dependencies": {
|
|
99
|
-
"@vue/compiler-core": "3.5.
|
|
100
|
-
"@vue/shared": "3.5.
|
|
99
|
+
"@vue/compiler-core": "3.5.30",
|
|
100
|
+
"@vue/shared": "3.5.30"
|
|
101
101
|
}
|
|
102
102
|
},
|
|
103
103
|
"node_modules/@vue/compiler-sfc": {
|
|
104
|
-
"version": "3.5.
|
|
105
|
-
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.
|
|
106
|
-
"integrity": "sha512-
|
|
104
|
+
"version": "3.5.30",
|
|
105
|
+
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.30.tgz",
|
|
106
|
+
"integrity": "sha512-LqmFPDn89dtU9vI3wHJnwaV6GfTRD87AjWpTWpyrdVOObVtjIuSeZr181z5C4PmVx/V3j2p+0f7edFKGRMpQ5A==",
|
|
107
107
|
"license": "MIT",
|
|
108
108
|
"dependencies": {
|
|
109
|
-
"@babel/parser": "^7.
|
|
110
|
-
"@vue/compiler-core": "3.5.
|
|
111
|
-
"@vue/compiler-dom": "3.5.
|
|
112
|
-
"@vue/compiler-ssr": "3.5.
|
|
113
|
-
"@vue/shared": "3.5.
|
|
109
|
+
"@babel/parser": "^7.29.0",
|
|
110
|
+
"@vue/compiler-core": "3.5.30",
|
|
111
|
+
"@vue/compiler-dom": "3.5.30",
|
|
112
|
+
"@vue/compiler-ssr": "3.5.30",
|
|
113
|
+
"@vue/shared": "3.5.30",
|
|
114
114
|
"estree-walker": "^2.0.2",
|
|
115
|
-
"magic-string": "^0.30.
|
|
116
|
-
"postcss": "^8.5.
|
|
115
|
+
"magic-string": "^0.30.21",
|
|
116
|
+
"postcss": "^8.5.8",
|
|
117
117
|
"source-map-js": "^1.2.1"
|
|
118
118
|
}
|
|
119
119
|
},
|
|
120
120
|
"node_modules/@vue/compiler-ssr": {
|
|
121
|
-
"version": "3.5.
|
|
122
|
-
"resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.
|
|
123
|
-
"integrity": "sha512-
|
|
121
|
+
"version": "3.5.30",
|
|
122
|
+
"resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.30.tgz",
|
|
123
|
+
"integrity": "sha512-NsYK6OMTnx109PSL2IAyf62JP6EUdk4Dmj6AkWcJGBvN0dQoMYtVekAmdqgTtWQgEJo+Okstbf/1p7qZr5H+bA==",
|
|
124
124
|
"license": "MIT",
|
|
125
125
|
"dependencies": {
|
|
126
|
-
"@vue/compiler-dom": "3.5.
|
|
127
|
-
"@vue/shared": "3.5.
|
|
126
|
+
"@vue/compiler-dom": "3.5.30",
|
|
127
|
+
"@vue/shared": "3.5.30"
|
|
128
128
|
}
|
|
129
129
|
},
|
|
130
130
|
"node_modules/@vue/reactivity": {
|
|
131
|
-
"version": "3.5.
|
|
132
|
-
"resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.
|
|
133
|
-
"integrity": "sha512-
|
|
131
|
+
"version": "3.5.30",
|
|
132
|
+
"resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.30.tgz",
|
|
133
|
+
"integrity": "sha512-179YNgKATuwj9gB+66snskRDOitDiuOZqkYia7mHKJaidOMo/WJxHKF8DuGc4V4XbYTJANlfEKb0yxTQotnx4Q==",
|
|
134
134
|
"license": "MIT",
|
|
135
135
|
"dependencies": {
|
|
136
|
-
"@vue/shared": "3.5.
|
|
136
|
+
"@vue/shared": "3.5.30"
|
|
137
137
|
}
|
|
138
138
|
},
|
|
139
139
|
"node_modules/@vue/runtime-core": {
|
|
140
|
-
"version": "3.5.
|
|
141
|
-
"resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.
|
|
142
|
-
"integrity": "sha512-
|
|
140
|
+
"version": "3.5.30",
|
|
141
|
+
"resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.30.tgz",
|
|
142
|
+
"integrity": "sha512-e0Z+8PQsUTdwV8TtEsLzUM7SzC7lQwYKePydb7K2ZnmS6jjND+WJXkmmfh/swYzRyfP1EY3fpdesyYoymCzYfg==",
|
|
143
143
|
"license": "MIT",
|
|
144
144
|
"dependencies": {
|
|
145
|
-
"@vue/reactivity": "3.5.
|
|
146
|
-
"@vue/shared": "3.5.
|
|
145
|
+
"@vue/reactivity": "3.5.30",
|
|
146
|
+
"@vue/shared": "3.5.30"
|
|
147
147
|
}
|
|
148
148
|
},
|
|
149
149
|
"node_modules/@vue/runtime-dom": {
|
|
150
|
-
"version": "3.5.
|
|
151
|
-
"resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.
|
|
152
|
-
"integrity": "sha512-
|
|
150
|
+
"version": "3.5.30",
|
|
151
|
+
"resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.30.tgz",
|
|
152
|
+
"integrity": "sha512-2UIGakjU4WSQ0T4iwDEW0W7vQj6n7AFn7taqZ9Cvm0Q/RA2FFOziLESrDL4GmtI1wV3jXg5nMoJSYO66egDUBw==",
|
|
153
153
|
"license": "MIT",
|
|
154
154
|
"dependencies": {
|
|
155
|
-
"@vue/reactivity": "3.5.
|
|
156
|
-
"@vue/runtime-core": "3.5.
|
|
157
|
-
"@vue/shared": "3.5.
|
|
158
|
-
"csstype": "^3.
|
|
155
|
+
"@vue/reactivity": "3.5.30",
|
|
156
|
+
"@vue/runtime-core": "3.5.30",
|
|
157
|
+
"@vue/shared": "3.5.30",
|
|
158
|
+
"csstype": "^3.2.3"
|
|
159
159
|
}
|
|
160
160
|
},
|
|
161
161
|
"node_modules/@vue/server-renderer": {
|
|
162
|
-
"version": "3.5.
|
|
163
|
-
"resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.
|
|
164
|
-
"integrity": "sha512-
|
|
162
|
+
"version": "3.5.30",
|
|
163
|
+
"resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.30.tgz",
|
|
164
|
+
"integrity": "sha512-v+R34icapydRwbZRD0sXwtHqrQJv38JuMB4JxbOxd8NEpGLny7cncMp53W9UH/zo4j8eDHjQ1dEJXwzFQknjtQ==",
|
|
165
165
|
"license": "MIT",
|
|
166
166
|
"dependencies": {
|
|
167
|
-
"@vue/compiler-ssr": "3.5.
|
|
168
|
-
"@vue/shared": "3.5.
|
|
167
|
+
"@vue/compiler-ssr": "3.5.30",
|
|
168
|
+
"@vue/shared": "3.5.30"
|
|
169
169
|
},
|
|
170
170
|
"peerDependencies": {
|
|
171
|
-
"vue": "3.5.
|
|
171
|
+
"vue": "3.5.30"
|
|
172
172
|
}
|
|
173
173
|
},
|
|
174
174
|
"node_modules/@vue/shared": {
|
|
175
|
-
"version": "3.5.
|
|
176
|
-
"resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.
|
|
177
|
-
"integrity": "sha512-
|
|
175
|
+
"version": "3.5.30",
|
|
176
|
+
"resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.30.tgz",
|
|
177
|
+
"integrity": "sha512-YXgQ7JjaO18NeK2K9VTbDHaFy62WrObMa6XERNfNOkAhD1F1oDSf3ZJ7K6GqabZ0BvSDHajp8qfS5Sa2I9n8uQ==",
|
|
178
178
|
"license": "MIT"
|
|
179
179
|
},
|
|
180
180
|
"node_modules/csstype": {
|
|
181
|
-
"version": "3.
|
|
182
|
-
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.
|
|
183
|
-
"integrity": "sha512-
|
|
181
|
+
"version": "3.2.3",
|
|
182
|
+
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
|
|
183
|
+
"integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
|
|
184
184
|
"license": "MIT"
|
|
185
185
|
},
|
|
186
186
|
"node_modules/entities": {
|
|
187
|
-
"version": "
|
|
188
|
-
"resolved": "https://registry.npmjs.org/entities/-/entities-
|
|
189
|
-
"integrity": "sha512-
|
|
187
|
+
"version": "7.0.1",
|
|
188
|
+
"resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
|
|
189
|
+
"integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
|
|
190
190
|
"license": "BSD-2-Clause",
|
|
191
191
|
"engines": {
|
|
192
192
|
"node": ">=0.12"
|
|
@@ -202,9 +202,9 @@
|
|
|
202
202
|
"license": "MIT"
|
|
203
203
|
},
|
|
204
204
|
"node_modules/eventemitter3": {
|
|
205
|
-
"version": "5.0.
|
|
206
|
-
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.
|
|
207
|
-
"integrity": "sha512-
|
|
205
|
+
"version": "5.0.4",
|
|
206
|
+
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.4.tgz",
|
|
207
|
+
"integrity": "sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==",
|
|
208
208
|
"license": "MIT"
|
|
209
209
|
},
|
|
210
210
|
"node_modules/fast-diff": {
|
|
@@ -214,9 +214,9 @@
|
|
|
214
214
|
"license": "Apache-2.0"
|
|
215
215
|
},
|
|
216
216
|
"node_modules/lodash-es": {
|
|
217
|
-
"version": "4.17.
|
|
218
|
-
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.
|
|
219
|
-
"integrity": "sha512-
|
|
217
|
+
"version": "4.17.23",
|
|
218
|
+
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.23.tgz",
|
|
219
|
+
"integrity": "sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==",
|
|
220
220
|
"license": "MIT"
|
|
221
221
|
},
|
|
222
222
|
"node_modules/lodash.clonedeep": {
|
|
@@ -233,12 +233,12 @@
|
|
|
233
233
|
"license": "MIT"
|
|
234
234
|
},
|
|
235
235
|
"node_modules/magic-string": {
|
|
236
|
-
"version": "0.30.
|
|
237
|
-
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.
|
|
238
|
-
"integrity": "sha512-
|
|
236
|
+
"version": "0.30.21",
|
|
237
|
+
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
|
|
238
|
+
"integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
|
|
239
239
|
"license": "MIT",
|
|
240
240
|
"dependencies": {
|
|
241
|
-
"@jridgewell/sourcemap-codec": "^1.5.
|
|
241
|
+
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
242
242
|
}
|
|
243
243
|
},
|
|
244
244
|
"node_modules/nanoid": {
|
|
@@ -272,9 +272,9 @@
|
|
|
272
272
|
"license": "ISC"
|
|
273
273
|
},
|
|
274
274
|
"node_modules/postcss": {
|
|
275
|
-
"version": "8.5.
|
|
276
|
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.
|
|
277
|
-
"integrity": "sha512-
|
|
275
|
+
"version": "8.5.8",
|
|
276
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz",
|
|
277
|
+
"integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==",
|
|
278
278
|
"funding": [
|
|
279
279
|
{
|
|
280
280
|
"type": "opencollective",
|
|
@@ -338,16 +338,16 @@
|
|
|
338
338
|
}
|
|
339
339
|
},
|
|
340
340
|
"node_modules/vue": {
|
|
341
|
-
"version": "3.5.
|
|
342
|
-
"resolved": "https://registry.npmjs.org/vue/-/vue-3.5.
|
|
343
|
-
"integrity": "sha512-
|
|
341
|
+
"version": "3.5.30",
|
|
342
|
+
"resolved": "https://registry.npmjs.org/vue/-/vue-3.5.30.tgz",
|
|
343
|
+
"integrity": "sha512-hTHLc6VNZyzzEH/l7PFGjpcTvUgiaPK5mdLkbjrTeWSRcEfxFrv56g/XckIYlE9ckuobsdwqd5mk2g1sBkMewg==",
|
|
344
344
|
"license": "MIT",
|
|
345
345
|
"dependencies": {
|
|
346
|
-
"@vue/compiler-dom": "3.5.
|
|
347
|
-
"@vue/compiler-sfc": "3.5.
|
|
348
|
-
"@vue/runtime-dom": "3.5.
|
|
349
|
-
"@vue/server-renderer": "3.5.
|
|
350
|
-
"@vue/shared": "3.5.
|
|
346
|
+
"@vue/compiler-dom": "3.5.30",
|
|
347
|
+
"@vue/compiler-sfc": "3.5.30",
|
|
348
|
+
"@vue/runtime-dom": "3.5.30",
|
|
349
|
+
"@vue/server-renderer": "3.5.30",
|
|
350
|
+
"@vue/shared": "3.5.30"
|
|
351
351
|
},
|
|
352
352
|
"peerDependencies": {
|
|
353
353
|
"typescript": "*"
|
|
@@ -0,0 +1,276 @@
|
|
|
1
|
+
lockfileVersion: '9.0'
|
|
2
|
+
|
|
3
|
+
settings:
|
|
4
|
+
autoInstallPeers: true
|
|
5
|
+
excludeLinksFromLockfile: false
|
|
6
|
+
|
|
7
|
+
importers:
|
|
8
|
+
|
|
9
|
+
.:
|
|
10
|
+
dependencies:
|
|
11
|
+
'@iconify-prerendered/vue-mdi':
|
|
12
|
+
specifier: ^0.28.1737398331
|
|
13
|
+
version: 0.28.1737398331(vue@3.5.29)
|
|
14
|
+
vue-suggestion-input:
|
|
15
|
+
specifier: ^1.0.16
|
|
16
|
+
version: 1.0.16
|
|
17
|
+
|
|
18
|
+
packages:
|
|
19
|
+
|
|
20
|
+
'@babel/helper-string-parser@7.27.1':
|
|
21
|
+
resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
|
|
22
|
+
engines: {node: '>=6.9.0'}
|
|
23
|
+
|
|
24
|
+
'@babel/helper-validator-identifier@7.28.5':
|
|
25
|
+
resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==}
|
|
26
|
+
engines: {node: '>=6.9.0'}
|
|
27
|
+
|
|
28
|
+
'@babel/parser@7.29.0':
|
|
29
|
+
resolution: {integrity: sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==}
|
|
30
|
+
engines: {node: '>=6.0.0'}
|
|
31
|
+
hasBin: true
|
|
32
|
+
|
|
33
|
+
'@babel/types@7.29.0':
|
|
34
|
+
resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==}
|
|
35
|
+
engines: {node: '>=6.9.0'}
|
|
36
|
+
|
|
37
|
+
'@iconify-prerendered/vue-mdi@0.28.1737398331':
|
|
38
|
+
resolution: {integrity: sha512-VzBgRTfdhrUZeuaImPGX+l+Eb94qEQSSLGKKHs6BxQXJV9jPoDGqgQkzsUbZHThC81WQ1aY2EvlhmTgGq9yKEA==}
|
|
39
|
+
peerDependencies:
|
|
40
|
+
vue: ^3.0.0
|
|
41
|
+
|
|
42
|
+
'@jridgewell/sourcemap-codec@1.5.5':
|
|
43
|
+
resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
|
|
44
|
+
|
|
45
|
+
'@vue/compiler-core@3.5.29':
|
|
46
|
+
resolution: {integrity: sha512-cuzPhD8fwRHk8IGfmYaR4eEe4cAyJEL66Ove/WZL7yWNL134nqLddSLwNRIsFlnnW1kK+p8Ck3viFnC0chXCXw==}
|
|
47
|
+
|
|
48
|
+
'@vue/compiler-dom@3.5.29':
|
|
49
|
+
resolution: {integrity: sha512-n0G5o7R3uBVmVxjTIYcz7ovr8sy7QObFG8OQJ3xGCDNhbG60biP/P5KnyY8NLd81OuT1WJflG7N4KWYHaeeaIg==}
|
|
50
|
+
|
|
51
|
+
'@vue/compiler-sfc@3.5.29':
|
|
52
|
+
resolution: {integrity: sha512-oJZhN5XJs35Gzr50E82jg2cYdZQ78wEwvRO6Y63TvLVTc+6xICzJHP1UIecdSPPYIbkautNBanDiWYa64QSFIA==}
|
|
53
|
+
|
|
54
|
+
'@vue/compiler-ssr@3.5.29':
|
|
55
|
+
resolution: {integrity: sha512-Y/ARJZE6fpjzL5GH/phJmsFwx3g6t2KmHKHx5q+MLl2kencADKIrhH5MLF6HHpRMmlRAYBRSvv347Mepf1zVNw==}
|
|
56
|
+
|
|
57
|
+
'@vue/reactivity@3.5.29':
|
|
58
|
+
resolution: {integrity: sha512-zcrANcrRdcLtmGZETBxWqIkoQei8HaFpZWx/GHKxx79JZsiZ8j1du0VUJtu4eJjgFvU/iKL5lRXFXksVmI+5DA==}
|
|
59
|
+
|
|
60
|
+
'@vue/runtime-core@3.5.29':
|
|
61
|
+
resolution: {integrity: sha512-8DpW2QfdwIWOLqtsNcds4s+QgwSaHSJY/SUe04LptianUQ/0xi6KVsu/pYVh+HO3NTVvVJjIPL2t6GdeKbS4Lg==}
|
|
62
|
+
|
|
63
|
+
'@vue/runtime-dom@3.5.29':
|
|
64
|
+
resolution: {integrity: sha512-AHvvJEtcY9tw/uk+s/YRLSlxxQnqnAkjqvK25ZiM4CllCZWzElRAoQnCM42m9AHRLNJ6oe2kC5DCgD4AUdlvXg==}
|
|
65
|
+
|
|
66
|
+
'@vue/server-renderer@3.5.29':
|
|
67
|
+
resolution: {integrity: sha512-G/1k6WK5MusLlbxSE2YTcqAAezS+VuwHhOvLx2KnQU7G2zCH6KIb+5Wyt6UjMq7a3qPzNEjJXs1hvAxDclQH+g==}
|
|
68
|
+
peerDependencies:
|
|
69
|
+
vue: 3.5.29
|
|
70
|
+
|
|
71
|
+
'@vue/shared@3.5.29':
|
|
72
|
+
resolution: {integrity: sha512-w7SR0A5zyRByL9XUkCfdLs7t9XOHUyJ67qPGQjOou3p6GvBeBW+AVjUUmlxtZ4PIYaRvE+1LmK44O4uajlZwcg==}
|
|
73
|
+
|
|
74
|
+
csstype@3.2.3:
|
|
75
|
+
resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==}
|
|
76
|
+
|
|
77
|
+
entities@7.0.1:
|
|
78
|
+
resolution: {integrity: sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==}
|
|
79
|
+
engines: {node: '>=0.12'}
|
|
80
|
+
|
|
81
|
+
estree-walker@2.0.2:
|
|
82
|
+
resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==}
|
|
83
|
+
|
|
84
|
+
eventemitter3@5.0.4:
|
|
85
|
+
resolution: {integrity: sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==}
|
|
86
|
+
|
|
87
|
+
fast-diff@1.3.0:
|
|
88
|
+
resolution: {integrity: sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==}
|
|
89
|
+
|
|
90
|
+
lodash-es@4.17.23:
|
|
91
|
+
resolution: {integrity: sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==}
|
|
92
|
+
|
|
93
|
+
lodash.clonedeep@4.5.0:
|
|
94
|
+
resolution: {integrity: sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==}
|
|
95
|
+
|
|
96
|
+
lodash.isequal@4.5.0:
|
|
97
|
+
resolution: {integrity: sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==}
|
|
98
|
+
deprecated: This package is deprecated. Use require('node:util').isDeepStrictEqual instead.
|
|
99
|
+
|
|
100
|
+
magic-string@0.30.21:
|
|
101
|
+
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
|
|
102
|
+
|
|
103
|
+
nanoid@3.3.11:
|
|
104
|
+
resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
|
|
105
|
+
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
|
106
|
+
hasBin: true
|
|
107
|
+
|
|
108
|
+
parchment@3.0.0:
|
|
109
|
+
resolution: {integrity: sha512-HUrJFQ/StvgmXRcQ1ftY6VEZUq3jA2t9ncFN4F84J/vN0/FPpQF+8FKXb3l6fLces6q0uOHj6NJn+2xvZnxO6A==}
|
|
110
|
+
|
|
111
|
+
picocolors@1.1.1:
|
|
112
|
+
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
|
113
|
+
|
|
114
|
+
postcss@8.5.8:
|
|
115
|
+
resolution: {integrity: sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==}
|
|
116
|
+
engines: {node: ^10 || ^12 || >=14}
|
|
117
|
+
|
|
118
|
+
quill-delta@5.1.0:
|
|
119
|
+
resolution: {integrity: sha512-X74oCeRI4/p0ucjb5Ma8adTXd9Scumz367kkMK5V/IatcX6A0vlgLgKbzXWy5nZmCGeNJm2oQX0d2Eqj+ZIlCA==}
|
|
120
|
+
engines: {node: '>= 12.0.0'}
|
|
121
|
+
|
|
122
|
+
quill@2.0.3:
|
|
123
|
+
resolution: {integrity: sha512-xEYQBqfYx/sfb33VJiKnSJp8ehloavImQ2A6564GAbqG55PGw1dAWUn1MUbQB62t0azawUS2CZZhWCjO8gRvTw==}
|
|
124
|
+
engines: {npm: '>=8.2.3'}
|
|
125
|
+
|
|
126
|
+
source-map-js@1.2.1:
|
|
127
|
+
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
|
128
|
+
engines: {node: '>=0.10.0'}
|
|
129
|
+
|
|
130
|
+
vue-suggestion-input@1.0.16:
|
|
131
|
+
resolution: {integrity: sha512-PhXEJUYRnJnnakdTfc3qIX36BGTHOJb3+kHJ0gpGdxO4SIj2T18Lv7R0f91RFFMVMiNvV688/wN+SKkB2otADQ==}
|
|
132
|
+
|
|
133
|
+
vue@3.5.29:
|
|
134
|
+
resolution: {integrity: sha512-BZqN4Ze6mDQVNAni0IHeMJ5mwr8VAJ3MQC9FmprRhcBYENw+wOAAjRj8jfmN6FLl0j96OXbR+CjWhmAmM+QGnA==}
|
|
135
|
+
peerDependencies:
|
|
136
|
+
typescript: '*'
|
|
137
|
+
peerDependenciesMeta:
|
|
138
|
+
typescript:
|
|
139
|
+
optional: true
|
|
140
|
+
|
|
141
|
+
snapshots:
|
|
142
|
+
|
|
143
|
+
'@babel/helper-string-parser@7.27.1': {}
|
|
144
|
+
|
|
145
|
+
'@babel/helper-validator-identifier@7.28.5': {}
|
|
146
|
+
|
|
147
|
+
'@babel/parser@7.29.0':
|
|
148
|
+
dependencies:
|
|
149
|
+
'@babel/types': 7.29.0
|
|
150
|
+
|
|
151
|
+
'@babel/types@7.29.0':
|
|
152
|
+
dependencies:
|
|
153
|
+
'@babel/helper-string-parser': 7.27.1
|
|
154
|
+
'@babel/helper-validator-identifier': 7.28.5
|
|
155
|
+
|
|
156
|
+
'@iconify-prerendered/vue-mdi@0.28.1737398331(vue@3.5.29)':
|
|
157
|
+
dependencies:
|
|
158
|
+
vue: 3.5.29
|
|
159
|
+
|
|
160
|
+
'@jridgewell/sourcemap-codec@1.5.5': {}
|
|
161
|
+
|
|
162
|
+
'@vue/compiler-core@3.5.29':
|
|
163
|
+
dependencies:
|
|
164
|
+
'@babel/parser': 7.29.0
|
|
165
|
+
'@vue/shared': 3.5.29
|
|
166
|
+
entities: 7.0.1
|
|
167
|
+
estree-walker: 2.0.2
|
|
168
|
+
source-map-js: 1.2.1
|
|
169
|
+
|
|
170
|
+
'@vue/compiler-dom@3.5.29':
|
|
171
|
+
dependencies:
|
|
172
|
+
'@vue/compiler-core': 3.5.29
|
|
173
|
+
'@vue/shared': 3.5.29
|
|
174
|
+
|
|
175
|
+
'@vue/compiler-sfc@3.5.29':
|
|
176
|
+
dependencies:
|
|
177
|
+
'@babel/parser': 7.29.0
|
|
178
|
+
'@vue/compiler-core': 3.5.29
|
|
179
|
+
'@vue/compiler-dom': 3.5.29
|
|
180
|
+
'@vue/compiler-ssr': 3.5.29
|
|
181
|
+
'@vue/shared': 3.5.29
|
|
182
|
+
estree-walker: 2.0.2
|
|
183
|
+
magic-string: 0.30.21
|
|
184
|
+
postcss: 8.5.8
|
|
185
|
+
source-map-js: 1.2.1
|
|
186
|
+
|
|
187
|
+
'@vue/compiler-ssr@3.5.29':
|
|
188
|
+
dependencies:
|
|
189
|
+
'@vue/compiler-dom': 3.5.29
|
|
190
|
+
'@vue/shared': 3.5.29
|
|
191
|
+
|
|
192
|
+
'@vue/reactivity@3.5.29':
|
|
193
|
+
dependencies:
|
|
194
|
+
'@vue/shared': 3.5.29
|
|
195
|
+
|
|
196
|
+
'@vue/runtime-core@3.5.29':
|
|
197
|
+
dependencies:
|
|
198
|
+
'@vue/reactivity': 3.5.29
|
|
199
|
+
'@vue/shared': 3.5.29
|
|
200
|
+
|
|
201
|
+
'@vue/runtime-dom@3.5.29':
|
|
202
|
+
dependencies:
|
|
203
|
+
'@vue/reactivity': 3.5.29
|
|
204
|
+
'@vue/runtime-core': 3.5.29
|
|
205
|
+
'@vue/shared': 3.5.29
|
|
206
|
+
csstype: 3.2.3
|
|
207
|
+
|
|
208
|
+
'@vue/server-renderer@3.5.29(vue@3.5.29)':
|
|
209
|
+
dependencies:
|
|
210
|
+
'@vue/compiler-ssr': 3.5.29
|
|
211
|
+
'@vue/shared': 3.5.29
|
|
212
|
+
vue: 3.5.29
|
|
213
|
+
|
|
214
|
+
'@vue/shared@3.5.29': {}
|
|
215
|
+
|
|
216
|
+
csstype@3.2.3: {}
|
|
217
|
+
|
|
218
|
+
entities@7.0.1: {}
|
|
219
|
+
|
|
220
|
+
estree-walker@2.0.2: {}
|
|
221
|
+
|
|
222
|
+
eventemitter3@5.0.4: {}
|
|
223
|
+
|
|
224
|
+
fast-diff@1.3.0: {}
|
|
225
|
+
|
|
226
|
+
lodash-es@4.17.23: {}
|
|
227
|
+
|
|
228
|
+
lodash.clonedeep@4.5.0: {}
|
|
229
|
+
|
|
230
|
+
lodash.isequal@4.5.0: {}
|
|
231
|
+
|
|
232
|
+
magic-string@0.30.21:
|
|
233
|
+
dependencies:
|
|
234
|
+
'@jridgewell/sourcemap-codec': 1.5.5
|
|
235
|
+
|
|
236
|
+
nanoid@3.3.11: {}
|
|
237
|
+
|
|
238
|
+
parchment@3.0.0: {}
|
|
239
|
+
|
|
240
|
+
picocolors@1.1.1: {}
|
|
241
|
+
|
|
242
|
+
postcss@8.5.8:
|
|
243
|
+
dependencies:
|
|
244
|
+
nanoid: 3.3.11
|
|
245
|
+
picocolors: 1.1.1
|
|
246
|
+
source-map-js: 1.2.1
|
|
247
|
+
|
|
248
|
+
quill-delta@5.1.0:
|
|
249
|
+
dependencies:
|
|
250
|
+
fast-diff: 1.3.0
|
|
251
|
+
lodash.clonedeep: 4.5.0
|
|
252
|
+
lodash.isequal: 4.5.0
|
|
253
|
+
|
|
254
|
+
quill@2.0.3:
|
|
255
|
+
dependencies:
|
|
256
|
+
eventemitter3: 5.0.4
|
|
257
|
+
lodash-es: 4.17.23
|
|
258
|
+
parchment: 3.0.0
|
|
259
|
+
quill-delta: 5.1.0
|
|
260
|
+
|
|
261
|
+
source-map-js@1.2.1: {}
|
|
262
|
+
|
|
263
|
+
vue-suggestion-input@1.0.16:
|
|
264
|
+
dependencies:
|
|
265
|
+
quill: 2.0.3
|
|
266
|
+
vue: 3.5.29
|
|
267
|
+
transitivePeerDependencies:
|
|
268
|
+
- typescript
|
|
269
|
+
|
|
270
|
+
vue@3.5.29:
|
|
271
|
+
dependencies:
|
|
272
|
+
'@vue/compiler-dom': 3.5.29
|
|
273
|
+
'@vue/compiler-sfc': 3.5.29
|
|
274
|
+
'@vue/runtime-dom': 3.5.29
|
|
275
|
+
'@vue/server-renderer': 3.5.29(vue@3.5.29)
|
|
276
|
+
'@vue/shared': 3.5.29
|
|
@@ -23,21 +23,21 @@
|
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
25
|
"node_modules/@babel/helper-validator-identifier": {
|
|
26
|
-
"version": "7.
|
|
27
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.
|
|
28
|
-
"integrity": "sha512-
|
|
26
|
+
"version": "7.28.5",
|
|
27
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
28
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
29
29
|
"license": "MIT",
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">=6.9.0"
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"node_modules/@babel/parser": {
|
|
35
|
-
"version": "7.
|
|
36
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.
|
|
37
|
-
"integrity": "sha512-
|
|
35
|
+
"version": "7.29.0",
|
|
36
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.0.tgz",
|
|
37
|
+
"integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
|
|
38
38
|
"license": "MIT",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@babel/types": "^7.
|
|
40
|
+
"@babel/types": "^7.29.0"
|
|
41
41
|
},
|
|
42
42
|
"bin": {
|
|
43
43
|
"parser": "bin/babel-parser.js"
|
|
@@ -47,13 +47,13 @@
|
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
"node_modules/@babel/types": {
|
|
50
|
-
"version": "7.
|
|
51
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.
|
|
52
|
-
"integrity": "sha512-
|
|
50
|
+
"version": "7.29.0",
|
|
51
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
|
|
52
|
+
"integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
|
|
53
53
|
"license": "MIT",
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@babel/helper-string-parser": "^7.27.1",
|
|
56
|
-
"@babel/helper-validator-identifier": "^7.
|
|
56
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
57
57
|
},
|
|
58
58
|
"engines": {
|
|
59
59
|
"node": ">=6.9.0"
|
|
@@ -72,121 +72,121 @@
|
|
|
72
72
|
}
|
|
73
73
|
},
|
|
74
74
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
75
|
-
"version": "1.5.
|
|
76
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.
|
|
77
|
-
"integrity": "sha512-
|
|
75
|
+
"version": "1.5.5",
|
|
76
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
77
|
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
78
78
|
"license": "MIT"
|
|
79
79
|
},
|
|
80
80
|
"node_modules/@vue/compiler-core": {
|
|
81
|
-
"version": "3.5.
|
|
82
|
-
"resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.
|
|
83
|
-
"integrity": "sha512-
|
|
81
|
+
"version": "3.5.30",
|
|
82
|
+
"resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.30.tgz",
|
|
83
|
+
"integrity": "sha512-s3DfdZkcu/qExZ+td75015ljzHc6vE+30cFMGRPROYjqkroYI5NV2X1yAMX9UeyBNWB9MxCfPcsjpLS11nzkkw==",
|
|
84
84
|
"license": "MIT",
|
|
85
85
|
"dependencies": {
|
|
86
|
-
"@babel/parser": "^7.
|
|
87
|
-
"@vue/shared": "3.5.
|
|
88
|
-
"entities": "^
|
|
86
|
+
"@babel/parser": "^7.29.0",
|
|
87
|
+
"@vue/shared": "3.5.30",
|
|
88
|
+
"entities": "^7.0.1",
|
|
89
89
|
"estree-walker": "^2.0.2",
|
|
90
90
|
"source-map-js": "^1.2.1"
|
|
91
91
|
}
|
|
92
92
|
},
|
|
93
93
|
"node_modules/@vue/compiler-dom": {
|
|
94
|
-
"version": "3.5.
|
|
95
|
-
"resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.
|
|
96
|
-
"integrity": "sha512-
|
|
94
|
+
"version": "3.5.30",
|
|
95
|
+
"resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.30.tgz",
|
|
96
|
+
"integrity": "sha512-eCFYESUEVYHhiMuK4SQTldO3RYxyMR/UQL4KdGD1Yrkfdx4m/HYuZ9jSfPdA+nWJY34VWndiYdW/wZXyiPEB9g==",
|
|
97
97
|
"license": "MIT",
|
|
98
98
|
"dependencies": {
|
|
99
|
-
"@vue/compiler-core": "3.5.
|
|
100
|
-
"@vue/shared": "3.5.
|
|
99
|
+
"@vue/compiler-core": "3.5.30",
|
|
100
|
+
"@vue/shared": "3.5.30"
|
|
101
101
|
}
|
|
102
102
|
},
|
|
103
103
|
"node_modules/@vue/compiler-sfc": {
|
|
104
|
-
"version": "3.5.
|
|
105
|
-
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.
|
|
106
|
-
"integrity": "sha512-
|
|
104
|
+
"version": "3.5.30",
|
|
105
|
+
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.30.tgz",
|
|
106
|
+
"integrity": "sha512-LqmFPDn89dtU9vI3wHJnwaV6GfTRD87AjWpTWpyrdVOObVtjIuSeZr181z5C4PmVx/V3j2p+0f7edFKGRMpQ5A==",
|
|
107
107
|
"license": "MIT",
|
|
108
108
|
"dependencies": {
|
|
109
|
-
"@babel/parser": "^7.
|
|
110
|
-
"@vue/compiler-core": "3.5.
|
|
111
|
-
"@vue/compiler-dom": "3.5.
|
|
112
|
-
"@vue/compiler-ssr": "3.5.
|
|
113
|
-
"@vue/shared": "3.5.
|
|
109
|
+
"@babel/parser": "^7.29.0",
|
|
110
|
+
"@vue/compiler-core": "3.5.30",
|
|
111
|
+
"@vue/compiler-dom": "3.5.30",
|
|
112
|
+
"@vue/compiler-ssr": "3.5.30",
|
|
113
|
+
"@vue/shared": "3.5.30",
|
|
114
114
|
"estree-walker": "^2.0.2",
|
|
115
|
-
"magic-string": "^0.30.
|
|
116
|
-
"postcss": "^8.5.
|
|
115
|
+
"magic-string": "^0.30.21",
|
|
116
|
+
"postcss": "^8.5.8",
|
|
117
117
|
"source-map-js": "^1.2.1"
|
|
118
118
|
}
|
|
119
119
|
},
|
|
120
120
|
"node_modules/@vue/compiler-ssr": {
|
|
121
|
-
"version": "3.5.
|
|
122
|
-
"resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.
|
|
123
|
-
"integrity": "sha512-
|
|
121
|
+
"version": "3.5.30",
|
|
122
|
+
"resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.30.tgz",
|
|
123
|
+
"integrity": "sha512-NsYK6OMTnx109PSL2IAyf62JP6EUdk4Dmj6AkWcJGBvN0dQoMYtVekAmdqgTtWQgEJo+Okstbf/1p7qZr5H+bA==",
|
|
124
124
|
"license": "MIT",
|
|
125
125
|
"dependencies": {
|
|
126
|
-
"@vue/compiler-dom": "3.5.
|
|
127
|
-
"@vue/shared": "3.5.
|
|
126
|
+
"@vue/compiler-dom": "3.5.30",
|
|
127
|
+
"@vue/shared": "3.5.30"
|
|
128
128
|
}
|
|
129
129
|
},
|
|
130
130
|
"node_modules/@vue/reactivity": {
|
|
131
|
-
"version": "3.5.
|
|
132
|
-
"resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.
|
|
133
|
-
"integrity": "sha512-
|
|
131
|
+
"version": "3.5.30",
|
|
132
|
+
"resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.30.tgz",
|
|
133
|
+
"integrity": "sha512-179YNgKATuwj9gB+66snskRDOitDiuOZqkYia7mHKJaidOMo/WJxHKF8DuGc4V4XbYTJANlfEKb0yxTQotnx4Q==",
|
|
134
134
|
"license": "MIT",
|
|
135
135
|
"dependencies": {
|
|
136
|
-
"@vue/shared": "3.5.
|
|
136
|
+
"@vue/shared": "3.5.30"
|
|
137
137
|
}
|
|
138
138
|
},
|
|
139
139
|
"node_modules/@vue/runtime-core": {
|
|
140
|
-
"version": "3.5.
|
|
141
|
-
"resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.
|
|
142
|
-
"integrity": "sha512-
|
|
140
|
+
"version": "3.5.30",
|
|
141
|
+
"resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.30.tgz",
|
|
142
|
+
"integrity": "sha512-e0Z+8PQsUTdwV8TtEsLzUM7SzC7lQwYKePydb7K2ZnmS6jjND+WJXkmmfh/swYzRyfP1EY3fpdesyYoymCzYfg==",
|
|
143
143
|
"license": "MIT",
|
|
144
144
|
"dependencies": {
|
|
145
|
-
"@vue/reactivity": "3.5.
|
|
146
|
-
"@vue/shared": "3.5.
|
|
145
|
+
"@vue/reactivity": "3.5.30",
|
|
146
|
+
"@vue/shared": "3.5.30"
|
|
147
147
|
}
|
|
148
148
|
},
|
|
149
149
|
"node_modules/@vue/runtime-dom": {
|
|
150
|
-
"version": "3.5.
|
|
151
|
-
"resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.
|
|
152
|
-
"integrity": "sha512-
|
|
150
|
+
"version": "3.5.30",
|
|
151
|
+
"resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.30.tgz",
|
|
152
|
+
"integrity": "sha512-2UIGakjU4WSQ0T4iwDEW0W7vQj6n7AFn7taqZ9Cvm0Q/RA2FFOziLESrDL4GmtI1wV3jXg5nMoJSYO66egDUBw==",
|
|
153
153
|
"license": "MIT",
|
|
154
154
|
"dependencies": {
|
|
155
|
-
"@vue/reactivity": "3.5.
|
|
156
|
-
"@vue/runtime-core": "3.5.
|
|
157
|
-
"@vue/shared": "3.5.
|
|
158
|
-
"csstype": "^3.
|
|
155
|
+
"@vue/reactivity": "3.5.30",
|
|
156
|
+
"@vue/runtime-core": "3.5.30",
|
|
157
|
+
"@vue/shared": "3.5.30",
|
|
158
|
+
"csstype": "^3.2.3"
|
|
159
159
|
}
|
|
160
160
|
},
|
|
161
161
|
"node_modules/@vue/server-renderer": {
|
|
162
|
-
"version": "3.5.
|
|
163
|
-
"resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.
|
|
164
|
-
"integrity": "sha512-
|
|
162
|
+
"version": "3.5.30",
|
|
163
|
+
"resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.30.tgz",
|
|
164
|
+
"integrity": "sha512-v+R34icapydRwbZRD0sXwtHqrQJv38JuMB4JxbOxd8NEpGLny7cncMp53W9UH/zo4j8eDHjQ1dEJXwzFQknjtQ==",
|
|
165
165
|
"license": "MIT",
|
|
166
166
|
"dependencies": {
|
|
167
|
-
"@vue/compiler-ssr": "3.5.
|
|
168
|
-
"@vue/shared": "3.5.
|
|
167
|
+
"@vue/compiler-ssr": "3.5.30",
|
|
168
|
+
"@vue/shared": "3.5.30"
|
|
169
169
|
},
|
|
170
170
|
"peerDependencies": {
|
|
171
|
-
"vue": "3.5.
|
|
171
|
+
"vue": "3.5.30"
|
|
172
172
|
}
|
|
173
173
|
},
|
|
174
174
|
"node_modules/@vue/shared": {
|
|
175
|
-
"version": "3.5.
|
|
176
|
-
"resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.
|
|
177
|
-
"integrity": "sha512-
|
|
175
|
+
"version": "3.5.30",
|
|
176
|
+
"resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.30.tgz",
|
|
177
|
+
"integrity": "sha512-YXgQ7JjaO18NeK2K9VTbDHaFy62WrObMa6XERNfNOkAhD1F1oDSf3ZJ7K6GqabZ0BvSDHajp8qfS5Sa2I9n8uQ==",
|
|
178
178
|
"license": "MIT"
|
|
179
179
|
},
|
|
180
180
|
"node_modules/csstype": {
|
|
181
|
-
"version": "3.
|
|
182
|
-
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.
|
|
183
|
-
"integrity": "sha512-
|
|
181
|
+
"version": "3.2.3",
|
|
182
|
+
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
|
|
183
|
+
"integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
|
|
184
184
|
"license": "MIT"
|
|
185
185
|
},
|
|
186
186
|
"node_modules/entities": {
|
|
187
|
-
"version": "
|
|
188
|
-
"resolved": "https://registry.npmjs.org/entities/-/entities-
|
|
189
|
-
"integrity": "sha512-
|
|
187
|
+
"version": "7.0.1",
|
|
188
|
+
"resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
|
|
189
|
+
"integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
|
|
190
190
|
"license": "BSD-2-Clause",
|
|
191
191
|
"engines": {
|
|
192
192
|
"node": ">=0.12"
|
|
@@ -202,9 +202,9 @@
|
|
|
202
202
|
"license": "MIT"
|
|
203
203
|
},
|
|
204
204
|
"node_modules/eventemitter3": {
|
|
205
|
-
"version": "5.0.
|
|
206
|
-
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.
|
|
207
|
-
"integrity": "sha512-
|
|
205
|
+
"version": "5.0.4",
|
|
206
|
+
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.4.tgz",
|
|
207
|
+
"integrity": "sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==",
|
|
208
208
|
"license": "MIT"
|
|
209
209
|
},
|
|
210
210
|
"node_modules/fast-diff": {
|
|
@@ -214,9 +214,9 @@
|
|
|
214
214
|
"license": "Apache-2.0"
|
|
215
215
|
},
|
|
216
216
|
"node_modules/lodash-es": {
|
|
217
|
-
"version": "4.17.
|
|
218
|
-
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.
|
|
219
|
-
"integrity": "sha512-
|
|
217
|
+
"version": "4.17.23",
|
|
218
|
+
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.23.tgz",
|
|
219
|
+
"integrity": "sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==",
|
|
220
220
|
"license": "MIT"
|
|
221
221
|
},
|
|
222
222
|
"node_modules/lodash.clonedeep": {
|
|
@@ -233,12 +233,12 @@
|
|
|
233
233
|
"license": "MIT"
|
|
234
234
|
},
|
|
235
235
|
"node_modules/magic-string": {
|
|
236
|
-
"version": "0.30.
|
|
237
|
-
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.
|
|
238
|
-
"integrity": "sha512-
|
|
236
|
+
"version": "0.30.21",
|
|
237
|
+
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
|
|
238
|
+
"integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
|
|
239
239
|
"license": "MIT",
|
|
240
240
|
"dependencies": {
|
|
241
|
-
"@jridgewell/sourcemap-codec": "^1.5.
|
|
241
|
+
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
242
242
|
}
|
|
243
243
|
},
|
|
244
244
|
"node_modules/nanoid": {
|
|
@@ -272,9 +272,9 @@
|
|
|
272
272
|
"license": "ISC"
|
|
273
273
|
},
|
|
274
274
|
"node_modules/postcss": {
|
|
275
|
-
"version": "8.5.
|
|
276
|
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.
|
|
277
|
-
"integrity": "sha512-
|
|
275
|
+
"version": "8.5.8",
|
|
276
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz",
|
|
277
|
+
"integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==",
|
|
278
278
|
"funding": [
|
|
279
279
|
{
|
|
280
280
|
"type": "opencollective",
|
|
@@ -338,16 +338,16 @@
|
|
|
338
338
|
}
|
|
339
339
|
},
|
|
340
340
|
"node_modules/vue": {
|
|
341
|
-
"version": "3.5.
|
|
342
|
-
"resolved": "https://registry.npmjs.org/vue/-/vue-3.5.
|
|
343
|
-
"integrity": "sha512-
|
|
341
|
+
"version": "3.5.30",
|
|
342
|
+
"resolved": "https://registry.npmjs.org/vue/-/vue-3.5.30.tgz",
|
|
343
|
+
"integrity": "sha512-hTHLc6VNZyzzEH/l7PFGjpcTvUgiaPK5mdLkbjrTeWSRcEfxFrv56g/XckIYlE9ckuobsdwqd5mk2g1sBkMewg==",
|
|
344
344
|
"license": "MIT",
|
|
345
345
|
"dependencies": {
|
|
346
|
-
"@vue/compiler-dom": "3.5.
|
|
347
|
-
"@vue/compiler-sfc": "3.5.
|
|
348
|
-
"@vue/runtime-dom": "3.5.
|
|
349
|
-
"@vue/server-renderer": "3.5.
|
|
350
|
-
"@vue/shared": "3.5.
|
|
346
|
+
"@vue/compiler-dom": "3.5.30",
|
|
347
|
+
"@vue/compiler-sfc": "3.5.30",
|
|
348
|
+
"@vue/runtime-dom": "3.5.30",
|
|
349
|
+
"@vue/server-renderer": "3.5.30",
|
|
350
|
+
"@vue/shared": "3.5.30"
|
|
351
351
|
},
|
|
352
352
|
"peerDependencies": {
|
|
353
353
|
"typescript": "*"
|
|
@@ -0,0 +1,276 @@
|
|
|
1
|
+
lockfileVersion: '9.0'
|
|
2
|
+
|
|
3
|
+
settings:
|
|
4
|
+
autoInstallPeers: true
|
|
5
|
+
excludeLinksFromLockfile: false
|
|
6
|
+
|
|
7
|
+
importers:
|
|
8
|
+
|
|
9
|
+
.:
|
|
10
|
+
dependencies:
|
|
11
|
+
'@iconify-prerendered/vue-mdi':
|
|
12
|
+
specifier: ^0.28.1737398331
|
|
13
|
+
version: 0.28.1737398331(vue@3.5.29)
|
|
14
|
+
vue-suggestion-input:
|
|
15
|
+
specifier: ^1.0.16
|
|
16
|
+
version: 1.0.16
|
|
17
|
+
|
|
18
|
+
packages:
|
|
19
|
+
|
|
20
|
+
'@babel/helper-string-parser@7.27.1':
|
|
21
|
+
resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
|
|
22
|
+
engines: {node: '>=6.9.0'}
|
|
23
|
+
|
|
24
|
+
'@babel/helper-validator-identifier@7.28.5':
|
|
25
|
+
resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==}
|
|
26
|
+
engines: {node: '>=6.9.0'}
|
|
27
|
+
|
|
28
|
+
'@babel/parser@7.29.0':
|
|
29
|
+
resolution: {integrity: sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==}
|
|
30
|
+
engines: {node: '>=6.0.0'}
|
|
31
|
+
hasBin: true
|
|
32
|
+
|
|
33
|
+
'@babel/types@7.29.0':
|
|
34
|
+
resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==}
|
|
35
|
+
engines: {node: '>=6.9.0'}
|
|
36
|
+
|
|
37
|
+
'@iconify-prerendered/vue-mdi@0.28.1737398331':
|
|
38
|
+
resolution: {integrity: sha512-VzBgRTfdhrUZeuaImPGX+l+Eb94qEQSSLGKKHs6BxQXJV9jPoDGqgQkzsUbZHThC81WQ1aY2EvlhmTgGq9yKEA==}
|
|
39
|
+
peerDependencies:
|
|
40
|
+
vue: ^3.0.0
|
|
41
|
+
|
|
42
|
+
'@jridgewell/sourcemap-codec@1.5.5':
|
|
43
|
+
resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
|
|
44
|
+
|
|
45
|
+
'@vue/compiler-core@3.5.29':
|
|
46
|
+
resolution: {integrity: sha512-cuzPhD8fwRHk8IGfmYaR4eEe4cAyJEL66Ove/WZL7yWNL134nqLddSLwNRIsFlnnW1kK+p8Ck3viFnC0chXCXw==}
|
|
47
|
+
|
|
48
|
+
'@vue/compiler-dom@3.5.29':
|
|
49
|
+
resolution: {integrity: sha512-n0G5o7R3uBVmVxjTIYcz7ovr8sy7QObFG8OQJ3xGCDNhbG60biP/P5KnyY8NLd81OuT1WJflG7N4KWYHaeeaIg==}
|
|
50
|
+
|
|
51
|
+
'@vue/compiler-sfc@3.5.29':
|
|
52
|
+
resolution: {integrity: sha512-oJZhN5XJs35Gzr50E82jg2cYdZQ78wEwvRO6Y63TvLVTc+6xICzJHP1UIecdSPPYIbkautNBanDiWYa64QSFIA==}
|
|
53
|
+
|
|
54
|
+
'@vue/compiler-ssr@3.5.29':
|
|
55
|
+
resolution: {integrity: sha512-Y/ARJZE6fpjzL5GH/phJmsFwx3g6t2KmHKHx5q+MLl2kencADKIrhH5MLF6HHpRMmlRAYBRSvv347Mepf1zVNw==}
|
|
56
|
+
|
|
57
|
+
'@vue/reactivity@3.5.29':
|
|
58
|
+
resolution: {integrity: sha512-zcrANcrRdcLtmGZETBxWqIkoQei8HaFpZWx/GHKxx79JZsiZ8j1du0VUJtu4eJjgFvU/iKL5lRXFXksVmI+5DA==}
|
|
59
|
+
|
|
60
|
+
'@vue/runtime-core@3.5.29':
|
|
61
|
+
resolution: {integrity: sha512-8DpW2QfdwIWOLqtsNcds4s+QgwSaHSJY/SUe04LptianUQ/0xi6KVsu/pYVh+HO3NTVvVJjIPL2t6GdeKbS4Lg==}
|
|
62
|
+
|
|
63
|
+
'@vue/runtime-dom@3.5.29':
|
|
64
|
+
resolution: {integrity: sha512-AHvvJEtcY9tw/uk+s/YRLSlxxQnqnAkjqvK25ZiM4CllCZWzElRAoQnCM42m9AHRLNJ6oe2kC5DCgD4AUdlvXg==}
|
|
65
|
+
|
|
66
|
+
'@vue/server-renderer@3.5.29':
|
|
67
|
+
resolution: {integrity: sha512-G/1k6WK5MusLlbxSE2YTcqAAezS+VuwHhOvLx2KnQU7G2zCH6KIb+5Wyt6UjMq7a3qPzNEjJXs1hvAxDclQH+g==}
|
|
68
|
+
peerDependencies:
|
|
69
|
+
vue: 3.5.29
|
|
70
|
+
|
|
71
|
+
'@vue/shared@3.5.29':
|
|
72
|
+
resolution: {integrity: sha512-w7SR0A5zyRByL9XUkCfdLs7t9XOHUyJ67qPGQjOou3p6GvBeBW+AVjUUmlxtZ4PIYaRvE+1LmK44O4uajlZwcg==}
|
|
73
|
+
|
|
74
|
+
csstype@3.2.3:
|
|
75
|
+
resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==}
|
|
76
|
+
|
|
77
|
+
entities@7.0.1:
|
|
78
|
+
resolution: {integrity: sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==}
|
|
79
|
+
engines: {node: '>=0.12'}
|
|
80
|
+
|
|
81
|
+
estree-walker@2.0.2:
|
|
82
|
+
resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==}
|
|
83
|
+
|
|
84
|
+
eventemitter3@5.0.4:
|
|
85
|
+
resolution: {integrity: sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==}
|
|
86
|
+
|
|
87
|
+
fast-diff@1.3.0:
|
|
88
|
+
resolution: {integrity: sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==}
|
|
89
|
+
|
|
90
|
+
lodash-es@4.17.23:
|
|
91
|
+
resolution: {integrity: sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==}
|
|
92
|
+
|
|
93
|
+
lodash.clonedeep@4.5.0:
|
|
94
|
+
resolution: {integrity: sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==}
|
|
95
|
+
|
|
96
|
+
lodash.isequal@4.5.0:
|
|
97
|
+
resolution: {integrity: sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==}
|
|
98
|
+
deprecated: This package is deprecated. Use require('node:util').isDeepStrictEqual instead.
|
|
99
|
+
|
|
100
|
+
magic-string@0.30.21:
|
|
101
|
+
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
|
|
102
|
+
|
|
103
|
+
nanoid@3.3.11:
|
|
104
|
+
resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
|
|
105
|
+
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
|
106
|
+
hasBin: true
|
|
107
|
+
|
|
108
|
+
parchment@3.0.0:
|
|
109
|
+
resolution: {integrity: sha512-HUrJFQ/StvgmXRcQ1ftY6VEZUq3jA2t9ncFN4F84J/vN0/FPpQF+8FKXb3l6fLces6q0uOHj6NJn+2xvZnxO6A==}
|
|
110
|
+
|
|
111
|
+
picocolors@1.1.1:
|
|
112
|
+
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
|
113
|
+
|
|
114
|
+
postcss@8.5.8:
|
|
115
|
+
resolution: {integrity: sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==}
|
|
116
|
+
engines: {node: ^10 || ^12 || >=14}
|
|
117
|
+
|
|
118
|
+
quill-delta@5.1.0:
|
|
119
|
+
resolution: {integrity: sha512-X74oCeRI4/p0ucjb5Ma8adTXd9Scumz367kkMK5V/IatcX6A0vlgLgKbzXWy5nZmCGeNJm2oQX0d2Eqj+ZIlCA==}
|
|
120
|
+
engines: {node: '>= 12.0.0'}
|
|
121
|
+
|
|
122
|
+
quill@2.0.3:
|
|
123
|
+
resolution: {integrity: sha512-xEYQBqfYx/sfb33VJiKnSJp8ehloavImQ2A6564GAbqG55PGw1dAWUn1MUbQB62t0azawUS2CZZhWCjO8gRvTw==}
|
|
124
|
+
engines: {npm: '>=8.2.3'}
|
|
125
|
+
|
|
126
|
+
source-map-js@1.2.1:
|
|
127
|
+
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
|
128
|
+
engines: {node: '>=0.10.0'}
|
|
129
|
+
|
|
130
|
+
vue-suggestion-input@1.0.16:
|
|
131
|
+
resolution: {integrity: sha512-PhXEJUYRnJnnakdTfc3qIX36BGTHOJb3+kHJ0gpGdxO4SIj2T18Lv7R0f91RFFMVMiNvV688/wN+SKkB2otADQ==}
|
|
132
|
+
|
|
133
|
+
vue@3.5.29:
|
|
134
|
+
resolution: {integrity: sha512-BZqN4Ze6mDQVNAni0IHeMJ5mwr8VAJ3MQC9FmprRhcBYENw+wOAAjRj8jfmN6FLl0j96OXbR+CjWhmAmM+QGnA==}
|
|
135
|
+
peerDependencies:
|
|
136
|
+
typescript: '*'
|
|
137
|
+
peerDependenciesMeta:
|
|
138
|
+
typescript:
|
|
139
|
+
optional: true
|
|
140
|
+
|
|
141
|
+
snapshots:
|
|
142
|
+
|
|
143
|
+
'@babel/helper-string-parser@7.27.1': {}
|
|
144
|
+
|
|
145
|
+
'@babel/helper-validator-identifier@7.28.5': {}
|
|
146
|
+
|
|
147
|
+
'@babel/parser@7.29.0':
|
|
148
|
+
dependencies:
|
|
149
|
+
'@babel/types': 7.29.0
|
|
150
|
+
|
|
151
|
+
'@babel/types@7.29.0':
|
|
152
|
+
dependencies:
|
|
153
|
+
'@babel/helper-string-parser': 7.27.1
|
|
154
|
+
'@babel/helper-validator-identifier': 7.28.5
|
|
155
|
+
|
|
156
|
+
'@iconify-prerendered/vue-mdi@0.28.1737398331(vue@3.5.29)':
|
|
157
|
+
dependencies:
|
|
158
|
+
vue: 3.5.29
|
|
159
|
+
|
|
160
|
+
'@jridgewell/sourcemap-codec@1.5.5': {}
|
|
161
|
+
|
|
162
|
+
'@vue/compiler-core@3.5.29':
|
|
163
|
+
dependencies:
|
|
164
|
+
'@babel/parser': 7.29.0
|
|
165
|
+
'@vue/shared': 3.5.29
|
|
166
|
+
entities: 7.0.1
|
|
167
|
+
estree-walker: 2.0.2
|
|
168
|
+
source-map-js: 1.2.1
|
|
169
|
+
|
|
170
|
+
'@vue/compiler-dom@3.5.29':
|
|
171
|
+
dependencies:
|
|
172
|
+
'@vue/compiler-core': 3.5.29
|
|
173
|
+
'@vue/shared': 3.5.29
|
|
174
|
+
|
|
175
|
+
'@vue/compiler-sfc@3.5.29':
|
|
176
|
+
dependencies:
|
|
177
|
+
'@babel/parser': 7.29.0
|
|
178
|
+
'@vue/compiler-core': 3.5.29
|
|
179
|
+
'@vue/compiler-dom': 3.5.29
|
|
180
|
+
'@vue/compiler-ssr': 3.5.29
|
|
181
|
+
'@vue/shared': 3.5.29
|
|
182
|
+
estree-walker: 2.0.2
|
|
183
|
+
magic-string: 0.30.21
|
|
184
|
+
postcss: 8.5.8
|
|
185
|
+
source-map-js: 1.2.1
|
|
186
|
+
|
|
187
|
+
'@vue/compiler-ssr@3.5.29':
|
|
188
|
+
dependencies:
|
|
189
|
+
'@vue/compiler-dom': 3.5.29
|
|
190
|
+
'@vue/shared': 3.5.29
|
|
191
|
+
|
|
192
|
+
'@vue/reactivity@3.5.29':
|
|
193
|
+
dependencies:
|
|
194
|
+
'@vue/shared': 3.5.29
|
|
195
|
+
|
|
196
|
+
'@vue/runtime-core@3.5.29':
|
|
197
|
+
dependencies:
|
|
198
|
+
'@vue/reactivity': 3.5.29
|
|
199
|
+
'@vue/shared': 3.5.29
|
|
200
|
+
|
|
201
|
+
'@vue/runtime-dom@3.5.29':
|
|
202
|
+
dependencies:
|
|
203
|
+
'@vue/reactivity': 3.5.29
|
|
204
|
+
'@vue/runtime-core': 3.5.29
|
|
205
|
+
'@vue/shared': 3.5.29
|
|
206
|
+
csstype: 3.2.3
|
|
207
|
+
|
|
208
|
+
'@vue/server-renderer@3.5.29(vue@3.5.29)':
|
|
209
|
+
dependencies:
|
|
210
|
+
'@vue/compiler-ssr': 3.5.29
|
|
211
|
+
'@vue/shared': 3.5.29
|
|
212
|
+
vue: 3.5.29
|
|
213
|
+
|
|
214
|
+
'@vue/shared@3.5.29': {}
|
|
215
|
+
|
|
216
|
+
csstype@3.2.3: {}
|
|
217
|
+
|
|
218
|
+
entities@7.0.1: {}
|
|
219
|
+
|
|
220
|
+
estree-walker@2.0.2: {}
|
|
221
|
+
|
|
222
|
+
eventemitter3@5.0.4: {}
|
|
223
|
+
|
|
224
|
+
fast-diff@1.3.0: {}
|
|
225
|
+
|
|
226
|
+
lodash-es@4.17.23: {}
|
|
227
|
+
|
|
228
|
+
lodash.clonedeep@4.5.0: {}
|
|
229
|
+
|
|
230
|
+
lodash.isequal@4.5.0: {}
|
|
231
|
+
|
|
232
|
+
magic-string@0.30.21:
|
|
233
|
+
dependencies:
|
|
234
|
+
'@jridgewell/sourcemap-codec': 1.5.5
|
|
235
|
+
|
|
236
|
+
nanoid@3.3.11: {}
|
|
237
|
+
|
|
238
|
+
parchment@3.0.0: {}
|
|
239
|
+
|
|
240
|
+
picocolors@1.1.1: {}
|
|
241
|
+
|
|
242
|
+
postcss@8.5.8:
|
|
243
|
+
dependencies:
|
|
244
|
+
nanoid: 3.3.11
|
|
245
|
+
picocolors: 1.1.1
|
|
246
|
+
source-map-js: 1.2.1
|
|
247
|
+
|
|
248
|
+
quill-delta@5.1.0:
|
|
249
|
+
dependencies:
|
|
250
|
+
fast-diff: 1.3.0
|
|
251
|
+
lodash.clonedeep: 4.5.0
|
|
252
|
+
lodash.isequal: 4.5.0
|
|
253
|
+
|
|
254
|
+
quill@2.0.3:
|
|
255
|
+
dependencies:
|
|
256
|
+
eventemitter3: 5.0.4
|
|
257
|
+
lodash-es: 4.17.23
|
|
258
|
+
parchment: 3.0.0
|
|
259
|
+
quill-delta: 5.1.0
|
|
260
|
+
|
|
261
|
+
source-map-js@1.2.1: {}
|
|
262
|
+
|
|
263
|
+
vue-suggestion-input@1.0.16:
|
|
264
|
+
dependencies:
|
|
265
|
+
quill: 2.0.3
|
|
266
|
+
vue: 3.5.29
|
|
267
|
+
transitivePeerDependencies:
|
|
268
|
+
- typescript
|
|
269
|
+
|
|
270
|
+
vue@3.5.29:
|
|
271
|
+
dependencies:
|
|
272
|
+
'@vue/compiler-dom': 3.5.29
|
|
273
|
+
'@vue/compiler-sfc': 3.5.29
|
|
274
|
+
'@vue/runtime-dom': 3.5.29
|
|
275
|
+
'@vue/server-renderer': 3.5.29(vue@3.5.29)
|
|
276
|
+
'@vue/shared': 3.5.29
|