@minilo/ui 0.0.4 → 0.0.6
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/README.md +44 -44
- package/minilo/dist/index.full.js +11 -6
- package/minilo/dist/index.full.min.js +1 -1
- package/minilo/dist/index.full.min.js.map +1 -1
- package/minilo/dist/index.full.min.mjs +1 -1
- package/minilo/dist/index.full.min.mjs.map +1 -1
- package/minilo/dist/index.full.mjs +11 -6
- package/minilo/es/components/image-upload-pro/index.d.ts +238 -339
- package/minilo/es/components/image-upload-pro/index.vue.d.ts +263 -364
- package/minilo/es/components/search/index.d.ts +51 -149
- package/minilo/es/components/search/index.vue.d.ts +102 -298
- package/minilo/es/components/tree-select-dialog/index.d.ts +11 -9
- package/minilo/es/components/tree-select-dialog/index.vue2.mjs +5 -3
- package/minilo/es/components/tree-select-drawer/index.d.ts +15 -12
- package/minilo/es/components/tree-select-drawer/index.vue2.mjs +6 -3
- package/minilo/es/index.d.ts +315 -509
- package/minilo/lib/components/image-upload-pro/index.d.ts +238 -339
- package/minilo/lib/components/image-upload-pro/index.vue.d.ts +263 -364
- package/minilo/lib/components/search/index.d.ts +51 -149
- package/minilo/lib/components/search/index.vue.d.ts +102 -298
- package/minilo/lib/components/tree-select-dialog/index.d.ts +11 -9
- package/minilo/lib/components/tree-select-dialog/index.vue2.js +5 -3
- package/minilo/lib/components/tree-select-drawer/index.d.ts +15 -12
- package/minilo/lib/components/tree-select-drawer/index.vue2.js +6 -3
- package/minilo/lib/index.d.ts +315 -509
- package/minilo/theme-chalk/src/button.scss +22 -22
- package/minilo/theme-chalk/src/chart.scss +11 -11
- package/minilo/theme-chalk/src/default/variable.scss +1 -1
- package/minilo/theme-chalk/src/detail.scss +9 -9
- package/minilo/theme-chalk/src/image-upload-pro.scss +70 -70
- package/minilo/theme-chalk/src/index.scss +14 -14
- package/minilo/theme-chalk/src/mixins/mixin.scss +273 -273
- package/minilo/theme-chalk/src/search-table.scss +47 -47
- package/minilo/theme-chalk/src/search.scss +20 -20
- package/minilo/theme-chalk/src/tree-select.scss +47 -47
- package/minilo/theme-chalk/src/virtual-list.scss +49 -49
- package/package.json +4 -3
|
@@ -20,31 +20,33 @@ export declare const MlTreeSelectDialog: <T = any>(__VLS_props: NonNullable<Awai
|
|
|
20
20
|
placeholder?: string;
|
|
21
21
|
title?: string;
|
|
22
22
|
width?: string;
|
|
23
|
-
readonly overflow?: boolean;
|
|
24
23
|
readonly center?: boolean;
|
|
25
|
-
readonly appendTo?: string | HTMLElement
|
|
26
|
-
readonly showClose?:
|
|
27
|
-
readonly draggable?: boolean;
|
|
24
|
+
readonly appendTo?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown>;
|
|
25
|
+
readonly showClose?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
28
26
|
readonly appendToBody?: boolean;
|
|
29
27
|
readonly destroyOnClose?: boolean;
|
|
30
|
-
readonly closeOnClickModal?:
|
|
31
|
-
readonly closeOnPressEscape?:
|
|
32
|
-
readonly lockScroll?:
|
|
33
|
-
readonly modal?:
|
|
28
|
+
readonly closeOnClickModal?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
29
|
+
readonly closeOnPressEscape?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
30
|
+
readonly lockScroll?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
31
|
+
readonly modal?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
32
|
+
readonly modalPenetrable?: boolean;
|
|
34
33
|
readonly openDelay?: number;
|
|
35
34
|
readonly closeDelay?: number;
|
|
36
35
|
readonly trapFocus?: boolean;
|
|
37
36
|
readonly headerAriaLevel?: string;
|
|
38
|
-
readonly alignCenter?: boolean;
|
|
39
37
|
readonly fullscreen?: boolean;
|
|
40
38
|
readonly ariaLevel?: string;
|
|
41
39
|
readonly top?: string;
|
|
40
|
+
readonly overflow?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
41
|
+
readonly transition?: undefined;
|
|
42
42
|
readonly zIndex?: number;
|
|
43
|
+
readonly draggable?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
43
44
|
readonly beforeClose?: import('element-plus').DialogBeforeCloseFn;
|
|
44
45
|
readonly modalClass?: string;
|
|
45
46
|
readonly headerClass?: string;
|
|
46
47
|
readonly bodyClass?: string;
|
|
47
48
|
readonly footerClass?: string;
|
|
49
|
+
readonly alignCenter?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
48
50
|
readonly closeIcon?: unknown;
|
|
49
51
|
} & import('vue').PublicProps;
|
|
50
52
|
expose(exposed: import('vue').ShallowUnwrapRef<{
|
|
@@ -22,23 +22,25 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
22
22
|
width: { type: String, required: false, default: "500px" },
|
|
23
23
|
appendToBody: { type: Boolean, required: false },
|
|
24
24
|
appendTo: { type: null, required: false },
|
|
25
|
-
beforeClose: { type:
|
|
25
|
+
beforeClose: { type: null, required: false },
|
|
26
26
|
destroyOnClose: { type: Boolean, required: false },
|
|
27
27
|
closeOnClickModal: { type: Boolean, required: false },
|
|
28
28
|
closeOnPressEscape: { type: Boolean, required: false },
|
|
29
29
|
lockScroll: { type: Boolean, required: false },
|
|
30
30
|
modal: { type: Boolean, required: false },
|
|
31
|
+
modalPenetrable: { type: Boolean, required: false },
|
|
31
32
|
openDelay: { type: Number, required: false },
|
|
32
33
|
closeDelay: { type: Number, required: false },
|
|
33
|
-
top: { type:
|
|
34
|
+
top: { type: null, required: false },
|
|
34
35
|
modelValue: { type: Boolean, required: false },
|
|
35
36
|
modalClass: { type: String, required: false },
|
|
36
37
|
headerClass: { type: String, required: false },
|
|
37
38
|
bodyClass: { type: String, required: false },
|
|
38
39
|
footerClass: { type: String, required: false },
|
|
39
|
-
zIndex: { type:
|
|
40
|
+
zIndex: { type: null, required: false },
|
|
40
41
|
trapFocus: { type: Boolean, required: false },
|
|
41
42
|
headerAriaLevel: { type: String, required: false },
|
|
43
|
+
transition: { type: null, required: false },
|
|
42
44
|
center: { type: Boolean, required: false },
|
|
43
45
|
alignCenter: { type: Boolean, required: false },
|
|
44
46
|
closeIcon: { type: null, required: false },
|
|
@@ -21,34 +21,37 @@ export declare const MlTreeSelectDrawer: <T = any>(__VLS_props: NonNullable<Awai
|
|
|
21
21
|
title?: string;
|
|
22
22
|
size?: string | number;
|
|
23
23
|
direction?: "rtl" | "ltr" | "ttb" | "btt";
|
|
24
|
-
readonly overflow?: boolean;
|
|
25
24
|
readonly center?: boolean;
|
|
26
|
-
readonly appendTo?: string | HTMLElement
|
|
27
|
-
readonly
|
|
28
|
-
readonly
|
|
25
|
+
readonly appendTo?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown>;
|
|
26
|
+
readonly resizable?: boolean;
|
|
27
|
+
readonly showClose?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
29
28
|
readonly appendToBody?: boolean;
|
|
30
29
|
readonly destroyOnClose?: boolean;
|
|
31
|
-
readonly closeOnClickModal?:
|
|
32
|
-
readonly closeOnPressEscape?:
|
|
33
|
-
readonly lockScroll?:
|
|
34
|
-
readonly modal?:
|
|
30
|
+
readonly closeOnClickModal?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
31
|
+
readonly closeOnPressEscape?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
32
|
+
readonly lockScroll?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
33
|
+
readonly modal?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
34
|
+
readonly modalPenetrable?: boolean;
|
|
35
35
|
readonly openDelay?: number;
|
|
36
36
|
readonly closeDelay?: number;
|
|
37
37
|
readonly trapFocus?: boolean;
|
|
38
38
|
readonly headerAriaLevel?: string;
|
|
39
|
-
readonly alignCenter?: boolean;
|
|
40
39
|
readonly fullscreen?: boolean;
|
|
41
40
|
readonly ariaLevel?: string;
|
|
42
|
-
readonly withHeader?:
|
|
43
|
-
readonly modalFade?:
|
|
41
|
+
readonly withHeader?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
42
|
+
readonly modalFade?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
44
43
|
readonly top?: string;
|
|
45
|
-
readonly
|
|
44
|
+
readonly overflow?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
45
|
+
readonly transition?: undefined;
|
|
46
|
+
readonly width?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
46
47
|
readonly zIndex?: number;
|
|
48
|
+
readonly draggable?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
47
49
|
readonly beforeClose?: import('element-plus').DialogBeforeCloseFn;
|
|
48
50
|
readonly modalClass?: string;
|
|
49
51
|
readonly headerClass?: string;
|
|
50
52
|
readonly bodyClass?: string;
|
|
51
53
|
readonly footerClass?: string;
|
|
54
|
+
readonly alignCenter?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
52
55
|
readonly closeIcon?: unknown;
|
|
53
56
|
} & import('vue').PublicProps;
|
|
54
57
|
expose(exposed: import('vue').ShallowUnwrapRef<{
|
|
@@ -21,28 +21,31 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
21
21
|
title: { type: String, required: false, default: "\u6811\u5F62\u9009\u62E9" },
|
|
22
22
|
size: { type: [String, Number], required: false, default: "400px" },
|
|
23
23
|
direction: { type: String, required: false, default: "rtl" },
|
|
24
|
+
resizable: { type: Boolean, required: false },
|
|
24
25
|
withHeader: { type: Boolean, required: false },
|
|
25
26
|
modalFade: { type: Boolean, required: false },
|
|
26
27
|
headerAriaLevel: { type: String, required: false },
|
|
27
28
|
appendToBody: { type: Boolean, required: false },
|
|
28
29
|
appendTo: { type: null, required: false },
|
|
29
|
-
beforeClose: { type:
|
|
30
|
+
beforeClose: { type: null, required: false },
|
|
30
31
|
destroyOnClose: { type: Boolean, required: false },
|
|
31
32
|
closeOnClickModal: { type: Boolean, required: false },
|
|
32
33
|
closeOnPressEscape: { type: Boolean, required: false },
|
|
33
34
|
lockScroll: { type: Boolean, required: false },
|
|
34
35
|
modal: { type: Boolean, required: false },
|
|
36
|
+
modalPenetrable: { type: Boolean, required: false },
|
|
35
37
|
openDelay: { type: Number, required: false },
|
|
36
38
|
closeDelay: { type: Number, required: false },
|
|
37
|
-
top: { type:
|
|
39
|
+
top: { type: null, required: false },
|
|
38
40
|
modelValue: { type: Boolean, required: false },
|
|
39
41
|
modalClass: { type: String, required: false },
|
|
40
42
|
headerClass: { type: String, required: false },
|
|
41
43
|
bodyClass: { type: String, required: false },
|
|
42
44
|
footerClass: { type: String, required: false },
|
|
43
45
|
width: { type: null, required: false },
|
|
44
|
-
zIndex: { type:
|
|
46
|
+
zIndex: { type: null, required: false },
|
|
45
47
|
trapFocus: { type: Boolean, required: false },
|
|
48
|
+
transition: { type: null, required: false },
|
|
46
49
|
center: { type: Boolean, required: false },
|
|
47
50
|
alignCenter: { type: Boolean, required: false },
|
|
48
51
|
closeIcon: { type: null, required: false },
|