@web-utils/form-ui 1.0.0-beta105 → 1.0.0-beta106
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/chunks/BtvhUxHg2.mjs +1282 -0
- package/chunks/{DToOCCc02.mjs → P4gsvvG42.mjs} +1 -1
- package/chunks/{CsOtjwy72.mjs → TIdVye5D2.mjs} +1 -1
- package/element-dialog/style.css +1 -1
- package/form-tree-select/index.mjs +1 -1
- package/form-tree-select-multiple/index.mjs +1 -1
- package/fy-upload/index.d.ts +1 -1
- package/index.css +1 -1
- package/index.mjs +3 -3
- package/package.json +1 -1
- package/vue-tags-input/index.d.ts +1 -1
- package/vue-tree-select/index.d.ts +10 -1010
- package/vue-tree-select/index.mjs +1 -1
- package/web-types.json +1 -1
- package/chunks/D2NeD2g32.mjs +0 -1361
package/index.mjs
CHANGED
|
@@ -107,9 +107,9 @@ import { t as et } from "./chunks/WxKn7nmS2.mjs";
|
|
|
107
107
|
import { t as tt } from "./chunks/ip3X8oBz2.mjs";
|
|
108
108
|
import { t as nt } from "./chunks/TTSXblQW2.mjs";
|
|
109
109
|
import { t as rt } from "./chunks/uFnMFFcl2.mjs";
|
|
110
|
-
import { t as it } from "./chunks/
|
|
111
|
-
import { t as at } from "./chunks/
|
|
112
|
-
import { t as ot } from "./chunks/
|
|
110
|
+
import { t as it } from "./chunks/BtvhUxHg2.mjs";
|
|
111
|
+
import { t as at } from "./chunks/P4gsvvG42.mjs";
|
|
112
|
+
import { t as ot } from "./chunks/TIdVye5D2.mjs";
|
|
113
113
|
import st from "./loading-view/index.mjs";
|
|
114
114
|
import { t as ct } from "./chunks/D-flGan22.mjs";
|
|
115
115
|
import lt from "./form-view/index.mjs";
|
package/package.json
CHANGED
|
@@ -351,7 +351,6 @@ declare const __VLS_export: import('vue').DefineComponent<globalThis.ExtractProp
|
|
|
351
351
|
modelValue: unknown[];
|
|
352
352
|
placeholder: string;
|
|
353
353
|
limit: number;
|
|
354
|
-
wrapperClass: string;
|
|
355
354
|
validate: Function;
|
|
356
355
|
existingTags: unknown[];
|
|
357
356
|
typeahead: boolean;
|
|
@@ -367,6 +366,7 @@ declare const __VLS_export: import('vue').DefineComponent<globalThis.ExtractProp
|
|
|
367
366
|
addTagsOnComma: boolean;
|
|
368
367
|
addTagsOnSpace: boolean;
|
|
369
368
|
addTagsOnBlur: boolean;
|
|
369
|
+
wrapperClass: string;
|
|
370
370
|
sortSearchResults: boolean;
|
|
371
371
|
caseSensitiveTags: boolean;
|
|
372
372
|
beforeAddingTag: Function;
|