@web-utils/form-ui 1.0.0-beta106 → 1.0.0-beta108
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/base.css +1 -1
- package/chunks/{Bi1CCXtG.mjs → BJEdp_D_.mjs} +1 -1
- package/chunks/{I0MicfAz.mjs → BRJW3s4b.mjs} +1 -1
- package/chunks/{z4R8t_Xx.mjs → Bp0lJRrW.mjs} +1 -1
- package/chunks/{BC-9gTho.mjs → C2havEij.mjs} +1 -1
- package/chunks/{B24kbvxB.mjs → CnswcJRM.mjs} +10 -2
- package/chunks/{CONymKa-.mjs → D-uTr-6Z.mjs} +38 -39
- package/chunks/{CPovuVcI.mjs → DFhnWB0U.mjs} +1 -1
- package/chunks/{DnIxbKwv.mjs → Dmb08LSo.mjs} +2 -2
- package/chunks/{Ckf1Zcdp.mjs → fEQve1Sp.mjs} +1 -1
- package/data-table-picker/index.mjs +1 -1
- package/dialog-form/index.mjs +2 -2
- package/element-dialog/index.d.ts +9 -0
- package/element-dialog/index.mjs +1 -1
- package/element-dialog/style.css +1 -1
- package/flow-designer/index.mjs +1 -1
- package/form-tree-select/index.d.ts +1 -1
- package/form-tree-select-multiple/index.d.ts +1 -1
- package/form-view/style.css +1 -1
- package/fy-curd/index.mjs +1 -1
- package/fy-dynamic/index.mjs +1 -1
- package/fy-form/index.mjs +1 -1
- package/fy-input-icon/index.mjs +1 -1
- package/fy-input-map/index.mjs +1 -1
- package/fy-input-table/index.mjs +2 -2
- package/fy-tree/index.mjs +2 -2
- package/iframe-window/index.mjs +1 -1
- package/image-cropper/index.mjs +1 -1
- package/index.css +1 -1
- package/index.mjs +3 -3
- package/package.json +1 -1
- package/vue-tree-select/index.d.ts +1 -1
- package/web-types.json +1 -1
package/index.mjs
CHANGED
|
@@ -24,7 +24,7 @@ import y from "./data-pay/index.mjs";
|
|
|
24
24
|
import b from "./data-price/index.mjs";
|
|
25
25
|
import x from "./data-progress/index.mjs";
|
|
26
26
|
import { t as S } from "./chunks/DW0VZadU.mjs";
|
|
27
|
-
import { t as C } from "./chunks/
|
|
27
|
+
import { t as C } from "./chunks/CnswcJRM.mjs";
|
|
28
28
|
import { t as w } from "./chunks/B3NKBppp.mjs";
|
|
29
29
|
import { s as T } from "./chunks/Cmqxxo7L.mjs";
|
|
30
30
|
import E from "./element-resize-observer/index.mjs";
|
|
@@ -33,7 +33,7 @@ import { t as O } from "./chunks/DCyWgXtl.mjs";
|
|
|
33
33
|
import { t as k } from "./chunks/DeDwBJo9.mjs";
|
|
34
34
|
import A from "./data-table-picker/index.mjs";
|
|
35
35
|
import { t as j } from "./chunks/SO3lCLOQ.mjs";
|
|
36
|
-
import { n as M, r as N, t as P } from "./chunks/
|
|
36
|
+
import { n as M, r as N, t as P } from "./chunks/D-uTr-6Z.mjs";
|
|
37
37
|
import F from "./fy-array/index.mjs";
|
|
38
38
|
import I from "./fy-cascader/index.mjs";
|
|
39
39
|
import L from "./fy-checkbox/index.mjs";
|
|
@@ -67,7 +67,7 @@ import { t as he } from "./chunks/DJe2Reym.mjs";
|
|
|
67
67
|
import { t as ge } from "./chunks/vCOhFr2x.mjs";
|
|
68
68
|
import _e from "./flex-scroll-area/index.mjs";
|
|
69
69
|
import ve from "./flex-scroller/index.mjs";
|
|
70
|
-
import { t as ye } from "./chunks/
|
|
70
|
+
import { t as ye } from "./chunks/Dmb08LSo.mjs";
|
|
71
71
|
import be from "./highlight-j-s/index.mjs";
|
|
72
72
|
import xe from "./flow-viewer/index.mjs";
|
|
73
73
|
import Se from "./form-advice/index.mjs";
|
package/package.json
CHANGED
|
@@ -488,6 +488,7 @@ declare const __VLS_export: import('vue').DefineComponent<globalThis.ExtractProp
|
|
|
488
488
|
appendToBody: boolean;
|
|
489
489
|
required: boolean;
|
|
490
490
|
multiple: boolean;
|
|
491
|
+
maxHeight: number;
|
|
491
492
|
defaultOptions: boolean;
|
|
492
493
|
async: boolean;
|
|
493
494
|
clearable: boolean;
|
|
@@ -518,7 +519,6 @@ declare const __VLS_export: import('vue').DefineComponent<globalThis.ExtractProp
|
|
|
518
519
|
disableFuzzyMatching: boolean;
|
|
519
520
|
joinValues: boolean;
|
|
520
521
|
matchKeys: unknown[];
|
|
521
|
-
maxHeight: number;
|
|
522
522
|
noChildrenText: string;
|
|
523
523
|
noOptionsText: string;
|
|
524
524
|
noResultsText: string;
|