wyfe-ivue 1.10.2 → 1.11.0
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/dist/{InlineForm-BiphoofJ.js → InlineForm-IzLX1eGo.js} +3 -3
- package/dist/{RecTableColumn-J-xLdXoU.js → RecTableColumn-BP4W2NxD.js} +2 -2
- package/dist/{RowForm-BNa5kzCQ.js → RowForm-ipqLG42S.js} +3 -3
- package/dist/{Selection-BQCcu1rk.js → Selection-D46cbsEJ.js} +2 -2
- package/dist/{Span-BJZWtug_.js → Span-B5vOPQxo.js} +1 -1
- package/dist/{el-radio-DT8UWAxJ.js → el-radio-ChRLBFg7.js} +1 -1
- package/dist/{index-DK-WvFCk.js → index-BzpdGcIr.js} +3816 -3762
- package/dist/index.es.js +9 -8
- package/dist/index.umd.cjs +12 -12
- package/dist/types/index.d.ts +58 -0
- package/dist/{useFormHook-RleRuGSi.js → useFormHook-Bxxw2zWI.js} +2 -2
- package/dist/wyfe-ivue.css +1 -1
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -1699,6 +1699,45 @@ highlightCurrentRow: boolean;
|
|
|
1699
1699
|
etRef: unknown;
|
|
1700
1700
|
}, HTMLDivElement>;
|
|
1701
1701
|
|
|
1702
|
+
declare const __VLS_component_5: DefineComponent<ExtractPropTypes< {
|
|
1703
|
+
/**
|
|
1704
|
+
* 语言 默认zh,仅对ElementPlus组件有效
|
|
1705
|
+
*/
|
|
1706
|
+
language: {
|
|
1707
|
+
type: StringConstructor;
|
|
1708
|
+
default: string;
|
|
1709
|
+
validator: (val: string) => boolean;
|
|
1710
|
+
};
|
|
1711
|
+
/**
|
|
1712
|
+
* 主题模式 默认light
|
|
1713
|
+
*/
|
|
1714
|
+
themeMode: {
|
|
1715
|
+
type: StringConstructor;
|
|
1716
|
+
default: string;
|
|
1717
|
+
validator: (val: string) => boolean;
|
|
1718
|
+
};
|
|
1719
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1720
|
+
/**
|
|
1721
|
+
* 语言 默认zh,仅对ElementPlus组件有效
|
|
1722
|
+
*/
|
|
1723
|
+
language: {
|
|
1724
|
+
type: StringConstructor;
|
|
1725
|
+
default: string;
|
|
1726
|
+
validator: (val: string) => boolean;
|
|
1727
|
+
};
|
|
1728
|
+
/**
|
|
1729
|
+
* 主题模式 默认light
|
|
1730
|
+
*/
|
|
1731
|
+
themeMode: {
|
|
1732
|
+
type: StringConstructor;
|
|
1733
|
+
default: string;
|
|
1734
|
+
validator: (val: string) => boolean;
|
|
1735
|
+
};
|
|
1736
|
+
}>> & Readonly<{}>, {
|
|
1737
|
+
language: string;
|
|
1738
|
+
themeMode: string;
|
|
1739
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1740
|
+
|
|
1702
1741
|
declare type __VLS_Props = {
|
|
1703
1742
|
content: contentType;
|
|
1704
1743
|
};
|
|
@@ -2254,6 +2293,15 @@ declare function __VLS_template_4(): {
|
|
|
2254
2293
|
rootEl: HTMLDivElement;
|
|
2255
2294
|
};
|
|
2256
2295
|
|
|
2296
|
+
declare function __VLS_template_5(): {
|
|
2297
|
+
attrs: Partial<{}>;
|
|
2298
|
+
slots: {
|
|
2299
|
+
default?(_: {}): any;
|
|
2300
|
+
};
|
|
2301
|
+
refs: {};
|
|
2302
|
+
rootEl: any;
|
|
2303
|
+
};
|
|
2304
|
+
|
|
2257
2305
|
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
2258
2306
|
|
|
2259
2307
|
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
@@ -2262,6 +2310,8 @@ declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
|
2262
2310
|
|
|
2263
2311
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
2264
2312
|
|
|
2313
|
+
declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
|
|
2314
|
+
|
|
2265
2315
|
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
2266
2316
|
new (): {
|
|
2267
2317
|
$slots: S;
|
|
@@ -2286,6 +2336,12 @@ declare type __VLS_WithTemplateSlots_4<T, S> = T & {
|
|
|
2286
2336
|
};
|
|
2287
2337
|
};
|
|
2288
2338
|
|
|
2339
|
+
declare type __VLS_WithTemplateSlots_5<T, S> = T & {
|
|
2340
|
+
new (): {
|
|
2341
|
+
$slots: S;
|
|
2342
|
+
};
|
|
2343
|
+
};
|
|
2344
|
+
|
|
2289
2345
|
declare type contentType = string | VNode | Component;
|
|
2290
2346
|
|
|
2291
2347
|
declare interface IFormColumn {
|
|
@@ -2643,6 +2699,8 @@ options: any;
|
|
|
2643
2699
|
|
|
2644
2700
|
export declare const UseElTable: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
2645
2701
|
|
|
2702
|
+
export declare const UseIVueConfigProvider: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
2703
|
+
|
|
2646
2704
|
export declare const UseRender: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2647
2705
|
|
|
2648
2706
|
export declare const UseSvgIcon: DefineComponent<ExtractPropTypes< {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as Me, inject as _e, createVNode as te, Comment as ml, computed as D, createElementBlock as ee, openBlock as _, normalizeClass as L, unref as t, createCommentVNode as he, createBlock as ye, withModifiers as Ye, withCtx as re, createElementVNode as ne, Fragment as Le, getCurrentInstance as Ca, ref as X, renderList as qe, createTextVNode as ct, toDisplayString as Se, renderSlot as be, useSlots as Oa, provide as Vt, reactive as yt, watch as De, onBeforeUpdate as ar, onMounted as Kt, nextTick as Te, useAttrs as fn, withDirectives as je, isRef as nr, vShow as gt, normalizeStyle as Ot, createSlots as Jl, resolveDynamicComponent as Ct, withKeys as tt, vModelText as Ql, mergeProps as Rt, onBeforeUnmount as Da, Transition as lr, toRef as Dt, toRefs as pa, isVNode as Xl, onUpdated as es, TransitionGroup as sr, h as qt, onActivated as rr, toRaw as or, watchEffect as gl, resolveComponent as Ra, resolveDirective as ir, normalizeProps as ur, guardReactiveProps as cr } from "vue";
|
|
2
|
-
import { a3 as ts, e as dr, l as Ee, a4 as ea, a5 as bl, u as Ne, _ as Ue, a6 as fr, z as Ie, a7 as as, Q as ns, a8 as da, k as at, a9 as Hn, aa as tn, ab as dt, t as Ma, ac as vr, ad as ut, f as Ae, g as fe, C as It, U as Mt, ae as Pn, af as pr, ag as yl, ah as st, ai as Kn, aj as hr, n as _t, E as Oe, ak as Ya, al as ls, w as ra, M as vn, T as Un, am as an, an as Nt, ao as Gn, V as Zn, N as $n, q as Jn, r as pn, y as Ut, ap as Qn, aq as ss, x as Pa, ar as hn, v as bt, as as Lt, at as nn, G as xt, A as Xn, au as _a, av as ha, aw as mr, ax as rs, R as gr, p as os, O as is, ay as br, W as yr, az as kr, aA as wr, aB as Sr, aC as Cr, aD as Or, D as Dr, h as Bt, J as ta, aE as Mr, aF as ln, aG as ia, aH as jt, aI as Vn, aJ as Ht, a2 as sn, L as us, aK as In, aL as el, aM as Tn, H as tl, aN as Pr, P as kl, aO as wn, aP as $r, aQ as Vr, aR as mn, aS as Ir, aT as cs, aU as Tr, aV as ds, aW as Gt, m as Er, aX as Nr, aY as Rr, aZ as Fr, a_ as Lr, j as fa, a$ as Yt, b0 as Ar, b1 as xr, b2 as Br, b3 as Yr, b4 as _r, b5 as zr } from "./index-
|
|
3
|
-
import { a as qr } from "./el-radio-
|
|
2
|
+
import { a3 as ts, e as dr, l as Ee, a4 as ea, a5 as bl, u as Ne, _ as Ue, a6 as fr, z as Ie, a7 as as, Q as ns, a8 as da, k as at, a9 as Hn, aa as tn, ab as dt, t as Ma, ac as vr, ad as ut, f as Ae, g as fe, C as It, U as Mt, ae as Pn, af as pr, ag as yl, ah as st, ai as Kn, aj as hr, n as _t, E as Oe, ak as Ya, al as ls, w as ra, M as vn, T as Un, am as an, an as Nt, ao as Gn, V as Zn, N as $n, q as Jn, r as pn, y as Ut, ap as Qn, aq as ss, x as Pa, ar as hn, v as bt, as as Lt, at as nn, G as xt, A as Xn, au as _a, av as ha, aw as mr, ax as rs, R as gr, p as os, O as is, ay as br, W as yr, az as kr, aA as wr, aB as Sr, aC as Cr, aD as Or, D as Dr, h as Bt, J as ta, aE as Mr, aF as ln, aG as ia, aH as jt, aI as Vn, aJ as Ht, a2 as sn, L as us, aK as In, aL as el, aM as Tn, H as tl, aN as Pr, P as kl, aO as wn, aP as $r, aQ as Vr, aR as mn, aS as Ir, aT as cs, aU as Tr, aV as ds, aW as Gt, m as Er, aX as Nr, aY as Rr, aZ as Fr, a_ as Lr, j as fa, a$ as Yt, b0 as Ar, b1 as xr, b2 as Br, b3 as Yr, b4 as _r, b5 as zr } from "./index-BzpdGcIr.js";
|
|
3
|
+
import { a as qr } from "./el-radio-ChRLBFg7.js";
|
|
4
4
|
var Wr = 4;
|
|
5
5
|
function wl(e) {
|
|
6
6
|
return ts(e, Wr);
|