@adminforth/text-complete 2.0.0 → 2.0.2

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.
@@ -1,371 +0,0 @@
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.28.1737398331",
13
- "vue-suggestion-input": "^1.0.16"
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
- "engines": {
22
- "node": ">=6.9.0"
23
- }
24
- },
25
- "node_modules/@babel/helper-validator-identifier": {
26
- "version": "7.27.1",
27
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
28
- "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
29
- "license": "MIT",
30
- "engines": {
31
- "node": ">=6.9.0"
32
- }
33
- },
34
- "node_modules/@babel/parser": {
35
- "version": "7.28.0",
36
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.0.tgz",
37
- "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==",
38
- "license": "MIT",
39
- "dependencies": {
40
- "@babel/types": "^7.28.0"
41
- },
42
- "bin": {
43
- "parser": "bin/babel-parser.js"
44
- },
45
- "engines": {
46
- "node": ">=6.0.0"
47
- }
48
- },
49
- "node_modules/@babel/types": {
50
- "version": "7.28.2",
51
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.2.tgz",
52
- "integrity": "sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==",
53
- "license": "MIT",
54
- "dependencies": {
55
- "@babel/helper-string-parser": "^7.27.1",
56
- "@babel/helper-validator-identifier": "^7.27.1"
57
- },
58
- "engines": {
59
- "node": ">=6.9.0"
60
- }
61
- },
62
- "node_modules/@iconify-prerendered/vue-mdi": {
63
- "version": "0.28.1737398331",
64
- "resolved": "https://registry.npmjs.org/@iconify-prerendered/vue-mdi/-/vue-mdi-0.28.1737398331.tgz",
65
- "integrity": "sha512-VzBgRTfdhrUZeuaImPGX+l+Eb94qEQSSLGKKHs6BxQXJV9jPoDGqgQkzsUbZHThC81WQ1aY2EvlhmTgGq9yKEA==",
66
- "license": "Apache-2.0",
67
- "funding": {
68
- "url": "https://www.buymeacoffee.com/kozack/"
69
- },
70
- "peerDependencies": {
71
- "vue": "^3.0.0"
72
- }
73
- },
74
- "node_modules/@jridgewell/sourcemap-codec": {
75
- "version": "1.5.4",
76
- "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz",
77
- "integrity": "sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==",
78
- "license": "MIT"
79
- },
80
- "node_modules/@vue/compiler-core": {
81
- "version": "3.5.18",
82
- "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.18.tgz",
83
- "integrity": "sha512-3slwjQrrV1TO8MoXgy3aynDQ7lslj5UqDxuHnrzHtpON5CBinhWjJETciPngpin/T3OuW3tXUf86tEurusnztw==",
84
- "license": "MIT",
85
- "dependencies": {
86
- "@babel/parser": "^7.28.0",
87
- "@vue/shared": "3.5.18",
88
- "entities": "^4.5.0",
89
- "estree-walker": "^2.0.2",
90
- "source-map-js": "^1.2.1"
91
- }
92
- },
93
- "node_modules/@vue/compiler-dom": {
94
- "version": "3.5.18",
95
- "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.18.tgz",
96
- "integrity": "sha512-RMbU6NTU70++B1JyVJbNbeFkK+A+Q7y9XKE2EM4NLGm2WFR8x9MbAtWxPPLdm0wUkuZv9trpwfSlL6tjdIa1+A==",
97
- "license": "MIT",
98
- "dependencies": {
99
- "@vue/compiler-core": "3.5.18",
100
- "@vue/shared": "3.5.18"
101
- }
102
- },
103
- "node_modules/@vue/compiler-sfc": {
104
- "version": "3.5.18",
105
- "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.18.tgz",
106
- "integrity": "sha512-5aBjvGqsWs+MoxswZPoTB9nSDb3dhd1x30xrrltKujlCxo48j8HGDNj3QPhF4VIS0VQDUrA1xUfp2hEa+FNyXA==",
107
- "license": "MIT",
108
- "dependencies": {
109
- "@babel/parser": "^7.28.0",
110
- "@vue/compiler-core": "3.5.18",
111
- "@vue/compiler-dom": "3.5.18",
112
- "@vue/compiler-ssr": "3.5.18",
113
- "@vue/shared": "3.5.18",
114
- "estree-walker": "^2.0.2",
115
- "magic-string": "^0.30.17",
116
- "postcss": "^8.5.6",
117
- "source-map-js": "^1.2.1"
118
- }
119
- },
120
- "node_modules/@vue/compiler-ssr": {
121
- "version": "3.5.18",
122
- "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.18.tgz",
123
- "integrity": "sha512-xM16Ak7rSWHkM3m22NlmcdIM+K4BMyFARAfV9hYFl+SFuRzrZ3uGMNW05kA5pmeMa0X9X963Kgou7ufdbpOP9g==",
124
- "license": "MIT",
125
- "dependencies": {
126
- "@vue/compiler-dom": "3.5.18",
127
- "@vue/shared": "3.5.18"
128
- }
129
- },
130
- "node_modules/@vue/reactivity": {
131
- "version": "3.5.18",
132
- "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.18.tgz",
133
- "integrity": "sha512-x0vPO5Imw+3sChLM5Y+B6G1zPjwdOri9e8V21NnTnlEvkxatHEH5B5KEAJcjuzQ7BsjGrKtfzuQ5eQwXh8HXBg==",
134
- "license": "MIT",
135
- "dependencies": {
136
- "@vue/shared": "3.5.18"
137
- }
138
- },
139
- "node_modules/@vue/runtime-core": {
140
- "version": "3.5.18",
141
- "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.18.tgz",
142
- "integrity": "sha512-DUpHa1HpeOQEt6+3nheUfqVXRog2kivkXHUhoqJiKR33SO4x+a5uNOMkV487WPerQkL0vUuRvq/7JhRgLW3S+w==",
143
- "license": "MIT",
144
- "dependencies": {
145
- "@vue/reactivity": "3.5.18",
146
- "@vue/shared": "3.5.18"
147
- }
148
- },
149
- "node_modules/@vue/runtime-dom": {
150
- "version": "3.5.18",
151
- "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.18.tgz",
152
- "integrity": "sha512-YwDj71iV05j4RnzZnZtGaXwPoUWeRsqinblgVJwR8XTXYZ9D5PbahHQgsbmzUvCWNF6x7siQ89HgnX5eWkr3mw==",
153
- "license": "MIT",
154
- "dependencies": {
155
- "@vue/reactivity": "3.5.18",
156
- "@vue/runtime-core": "3.5.18",
157
- "@vue/shared": "3.5.18",
158
- "csstype": "^3.1.3"
159
- }
160
- },
161
- "node_modules/@vue/server-renderer": {
162
- "version": "3.5.18",
163
- "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.18.tgz",
164
- "integrity": "sha512-PvIHLUoWgSbDG7zLHqSqaCoZvHi6NNmfVFOqO+OnwvqMz/tqQr3FuGWS8ufluNddk7ZLBJYMrjcw1c6XzR12mA==",
165
- "license": "MIT",
166
- "dependencies": {
167
- "@vue/compiler-ssr": "3.5.18",
168
- "@vue/shared": "3.5.18"
169
- },
170
- "peerDependencies": {
171
- "vue": "3.5.18"
172
- }
173
- },
174
- "node_modules/@vue/shared": {
175
- "version": "3.5.18",
176
- "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.18.tgz",
177
- "integrity": "sha512-cZy8Dq+uuIXbxCZpuLd2GJdeSO/lIzIspC2WtkqIpje5QyFbvLaI5wZtdUjLHjGZrlVX6GilejatWwVYYRc8tA==",
178
- "license": "MIT"
179
- },
180
- "node_modules/csstype": {
181
- "version": "3.1.3",
182
- "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
183
- "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
184
- "license": "MIT"
185
- },
186
- "node_modules/entities": {
187
- "version": "4.5.0",
188
- "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
189
- "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
190
- "license": "BSD-2-Clause",
191
- "engines": {
192
- "node": ">=0.12"
193
- },
194
- "funding": {
195
- "url": "https://github.com/fb55/entities?sponsor=1"
196
- }
197
- },
198
- "node_modules/estree-walker": {
199
- "version": "2.0.2",
200
- "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
201
- "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
202
- "license": "MIT"
203
- },
204
- "node_modules/eventemitter3": {
205
- "version": "5.0.1",
206
- "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz",
207
- "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==",
208
- "license": "MIT"
209
- },
210
- "node_modules/fast-diff": {
211
- "version": "1.3.0",
212
- "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz",
213
- "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==",
214
- "license": "Apache-2.0"
215
- },
216
- "node_modules/lodash-es": {
217
- "version": "4.17.21",
218
- "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz",
219
- "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
220
- "license": "MIT"
221
- },
222
- "node_modules/lodash.clonedeep": {
223
- "version": "4.5.0",
224
- "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
225
- "integrity": "sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==",
226
- "license": "MIT"
227
- },
228
- "node_modules/lodash.isequal": {
229
- "version": "4.5.0",
230
- "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz",
231
- "integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==",
232
- "deprecated": "This package is deprecated. Use require('node:util').isDeepStrictEqual instead.",
233
- "license": "MIT"
234
- },
235
- "node_modules/magic-string": {
236
- "version": "0.30.17",
237
- "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz",
238
- "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
239
- "license": "MIT",
240
- "dependencies": {
241
- "@jridgewell/sourcemap-codec": "^1.5.0"
242
- }
243
- },
244
- "node_modules/nanoid": {
245
- "version": "3.3.11",
246
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
247
- "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
248
- "funding": [
249
- {
250
- "type": "github",
251
- "url": "https://github.com/sponsors/ai"
252
- }
253
- ],
254
- "license": "MIT",
255
- "bin": {
256
- "nanoid": "bin/nanoid.cjs"
257
- },
258
- "engines": {
259
- "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
260
- }
261
- },
262
- "node_modules/parchment": {
263
- "version": "3.0.0",
264
- "resolved": "https://registry.npmjs.org/parchment/-/parchment-3.0.0.tgz",
265
- "integrity": "sha512-HUrJFQ/StvgmXRcQ1ftY6VEZUq3jA2t9ncFN4F84J/vN0/FPpQF+8FKXb3l6fLces6q0uOHj6NJn+2xvZnxO6A==",
266
- "license": "BSD-3-Clause"
267
- },
268
- "node_modules/picocolors": {
269
- "version": "1.1.1",
270
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
271
- "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
272
- "license": "ISC"
273
- },
274
- "node_modules/postcss": {
275
- "version": "8.5.6",
276
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
277
- "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
278
- "funding": [
279
- {
280
- "type": "opencollective",
281
- "url": "https://opencollective.com/postcss/"
282
- },
283
- {
284
- "type": "tidelift",
285
- "url": "https://tidelift.com/funding/github/npm/postcss"
286
- },
287
- {
288
- "type": "github",
289
- "url": "https://github.com/sponsors/ai"
290
- }
291
- ],
292
- "license": "MIT",
293
- "dependencies": {
294
- "nanoid": "^3.3.11",
295
- "picocolors": "^1.1.1",
296
- "source-map-js": "^1.2.1"
297
- },
298
- "engines": {
299
- "node": "^10 || ^12 || >=14"
300
- }
301
- },
302
- "node_modules/quill": {
303
- "version": "2.0.3",
304
- "resolved": "https://registry.npmjs.org/quill/-/quill-2.0.3.tgz",
305
- "integrity": "sha512-xEYQBqfYx/sfb33VJiKnSJp8ehloavImQ2A6564GAbqG55PGw1dAWUn1MUbQB62t0azawUS2CZZhWCjO8gRvTw==",
306
- "license": "BSD-3-Clause",
307
- "dependencies": {
308
- "eventemitter3": "^5.0.1",
309
- "lodash-es": "^4.17.21",
310
- "parchment": "^3.0.0",
311
- "quill-delta": "^5.1.0"
312
- },
313
- "engines": {
314
- "npm": ">=8.2.3"
315
- }
316
- },
317
- "node_modules/quill-delta": {
318
- "version": "5.1.0",
319
- "resolved": "https://registry.npmjs.org/quill-delta/-/quill-delta-5.1.0.tgz",
320
- "integrity": "sha512-X74oCeRI4/p0ucjb5Ma8adTXd9Scumz367kkMK5V/IatcX6A0vlgLgKbzXWy5nZmCGeNJm2oQX0d2Eqj+ZIlCA==",
321
- "license": "MIT",
322
- "dependencies": {
323
- "fast-diff": "^1.3.0",
324
- "lodash.clonedeep": "^4.5.0",
325
- "lodash.isequal": "^4.5.0"
326
- },
327
- "engines": {
328
- "node": ">= 12.0.0"
329
- }
330
- },
331
- "node_modules/source-map-js": {
332
- "version": "1.2.1",
333
- "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
334
- "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
335
- "license": "BSD-3-Clause",
336
- "engines": {
337
- "node": ">=0.10.0"
338
- }
339
- },
340
- "node_modules/vue": {
341
- "version": "3.5.18",
342
- "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.18.tgz",
343
- "integrity": "sha512-7W4Y4ZbMiQ3SEo+m9lnoNpV9xG7QVMLa+/0RFwwiAVkeYoyGXqWE85jabU4pllJNUzqfLShJ5YLptewhCWUgNA==",
344
- "license": "MIT",
345
- "dependencies": {
346
- "@vue/compiler-dom": "3.5.18",
347
- "@vue/compiler-sfc": "3.5.18",
348
- "@vue/runtime-dom": "3.5.18",
349
- "@vue/server-renderer": "3.5.18",
350
- "@vue/shared": "3.5.18"
351
- },
352
- "peerDependencies": {
353
- "typescript": "*"
354
- },
355
- "peerDependenciesMeta": {
356
- "typescript": {
357
- "optional": true
358
- }
359
- }
360
- },
361
- "node_modules/vue-suggestion-input": {
362
- "version": "1.0.16",
363
- "resolved": "https://registry.npmjs.org/vue-suggestion-input/-/vue-suggestion-input-1.0.16.tgz",
364
- "integrity": "sha512-PhXEJUYRnJnnakdTfc3qIX36BGTHOJb3+kHJ0gpGdxO4SIj2T18Lv7R0f91RFFMVMiNvV688/wN+SKkB2otADQ==",
365
- "dependencies": {
366
- "quill": "^2.0.2",
367
- "vue": "^3.4.31"
368
- }
369
- }
370
- }
371
- }