ll-plus 2.6.7 → 2.6.9
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/es/components/advanced-filtering/index.d.ts +284 -284
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +142 -142
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +142 -142
- package/es/components/breadcrumb-card/index.d.ts +1 -1
- package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
- package/es/components/cascader/index.d.ts +8 -8
- package/es/components/cascader/src/cascader.vue.d.ts +8 -8
- package/es/components/checkbox/index.d.ts +217 -217
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/es/components/checkbox/src/checkbox.d.ts +56 -56
- package/es/components/drawer/index.d.ts +5 -5
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
- package/es/components/drawer/src/drawer.vue.d.ts +5 -5
- package/es/components/easy-cron/index.d.ts +95 -95
- package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
- package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
- package/es/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
- package/es/components/form/index.d.ts +142 -142
- package/es/components/form/src/components/form-component.vue.d.ts +1 -1
- package/es/components/form/src/config/form.d.ts +56 -56
- package/es/components/form/src/form.vue.d.ts +141 -141
- package/es/components/input/index.d.ts +33 -33
- package/es/components/input/src/input.vue.d.ts +33 -33
- package/es/components/key-value/index.d.ts +678 -678
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +226 -226
- package/es/components/key-value/src/key-value.vue.d.ts +678 -678
- package/es/components/modal/index.d.ts +1 -1
- package/es/components/modal/src/modal.vue.d.ts +1 -1
- package/es/components/new-drawer/index.d.ts +7 -7
- package/es/components/new-drawer/src/drawer.vue.d.ts +7 -7
- package/es/components/new-modal/index.d.ts +2 -2
- package/es/components/new-modal/src/modal.vue.d.ts +2 -2
- package/es/components/operate-icon/index.d.ts +0 -13
- package/es/components/operate-icon/src/operate-icon.d.ts +1 -7
- package/es/components/operate-icon/src/operate-icon.vue.d.ts +0 -13
- package/es/components/rich-text-editor/index.d.ts +1 -1
- package/es/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
- package/es/components/select/index.d.ts +4 -4
- package/es/components/select/src/select.vue.d.ts +4 -4
- package/es/components/select-group/index.d.ts +2 -2
- package/es/components/select-group/src/select-group.d.ts +1 -1
- package/es/components/select-group/src/select-group.vue.d.ts +2 -2
- package/es/components/table/index.d.ts +6 -6
- package/es/components/table/src/components/main-table.vue.d.ts +2 -2
- package/es/components/table/src/config/table.d.ts +2 -2
- package/es/components/table/src/table.vue.d.ts +6 -6
- package/es/components/textarea/index.d.ts +5 -5
- package/es/components/textarea/src/textarea.vue.d.ts +5 -5
- package/es/components/tooltip/index.d.ts +4 -4
- package/es/components/tooltip/src/tooltip.d.ts +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/es/components/tree-search/index.d.ts +1 -1
- package/es/components/tree-search/src/tree-search.vue.d.ts +1 -1
- package/es/components/upload-drag/index.d.ts +2 -2
- package/es/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
- package/es/packages/components/operate-icon/src/operate-icon.mjs +0 -6
- package/es/packages/components/operate-icon/src/operate-icon.mjs.map +1 -1
- package/es/packages/components/operate-icon/src/operate-icon.vue2.mjs +2 -3
- package/es/packages/components/operate-icon/src/operate-icon.vue2.mjs.map +1 -1
- package/index.full.js +1 -8
- package/index.full.min.js +1 -1
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +11 -11
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +1 -8
- package/lib/components/advanced-filtering/index.d.ts +284 -284
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +142 -142
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +142 -142
- package/lib/components/breadcrumb-card/index.d.ts +1 -1
- package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
- package/lib/components/cascader/index.d.ts +8 -8
- package/lib/components/cascader/src/cascader.vue.d.ts +8 -8
- package/lib/components/checkbox/index.d.ts +217 -217
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/lib/components/checkbox/src/checkbox.d.ts +56 -56
- package/lib/components/drawer/index.d.ts +5 -5
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
- package/lib/components/drawer/src/drawer.vue.d.ts +5 -5
- package/lib/components/easy-cron/index.d.ts +95 -95
- package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
- package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
- package/lib/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
- package/lib/components/form/index.d.ts +142 -142
- package/lib/components/form/src/components/form-component.vue.d.ts +1 -1
- package/lib/components/form/src/config/form.d.ts +56 -56
- package/lib/components/form/src/form.vue.d.ts +141 -141
- package/lib/components/input/index.d.ts +33 -33
- package/lib/components/input/src/input.vue.d.ts +33 -33
- package/lib/components/key-value/index.d.ts +678 -678
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +226 -226
- package/lib/components/key-value/src/key-value.vue.d.ts +678 -678
- package/lib/components/modal/index.d.ts +1 -1
- package/lib/components/modal/src/modal.vue.d.ts +1 -1
- package/lib/components/new-drawer/index.d.ts +7 -7
- package/lib/components/new-drawer/src/drawer.vue.d.ts +7 -7
- package/lib/components/new-modal/index.d.ts +2 -2
- package/lib/components/new-modal/src/modal.vue.d.ts +2 -2
- package/lib/components/operate-icon/index.d.ts +0 -13
- package/lib/components/operate-icon/src/operate-icon.d.ts +1 -7
- package/lib/components/operate-icon/src/operate-icon.vue.d.ts +0 -13
- package/lib/components/rich-text-editor/index.d.ts +1 -1
- package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
- package/lib/components/select/index.d.ts +4 -4
- package/lib/components/select/src/select.vue.d.ts +4 -4
- package/lib/components/select-group/index.d.ts +2 -2
- package/lib/components/select-group/src/select-group.d.ts +1 -1
- package/lib/components/select-group/src/select-group.vue.d.ts +2 -2
- package/lib/components/table/index.d.ts +6 -6
- package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
- package/lib/components/table/src/config/table.d.ts +2 -2
- package/lib/components/table/src/table.vue.d.ts +6 -6
- package/lib/components/textarea/index.d.ts +5 -5
- package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
- package/lib/components/tooltip/index.d.ts +4 -4
- package/lib/components/tooltip/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/lib/components/tree-search/index.d.ts +1 -1
- package/lib/components/tree-search/src/tree-search.vue.d.ts +1 -1
- package/lib/components/upload-drag/index.d.ts +2 -2
- package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
- package/lib/packages/components/operate-icon/src/operate-icon.js +0 -6
- package/lib/packages/components/operate-icon/src/operate-icon.js.map +1 -1
- package/lib/packages/components/operate-icon/src/operate-icon.vue2.js +1 -2
- package/lib/packages/components/operate-icon/src/operate-icon.vue2.js.map +1 -1
- package/package.json +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +284 -284
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +142 -142
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +142 -142
- package/types/packages/components/breadcrumb-card/index.d.ts +1 -1
- package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
- package/types/packages/components/cascader/index.d.ts +8 -8
- package/types/packages/components/cascader/src/cascader.vue.d.ts +8 -8
- package/types/packages/components/checkbox/index.d.ts +217 -217
- package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
- package/types/packages/components/drawer/index.d.ts +5 -5
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
- package/types/packages/components/drawer/src/drawer.vue.d.ts +5 -5
- package/types/packages/components/easy-cron/index.d.ts +95 -95
- package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
- package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
- package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
- package/types/packages/components/form/index.d.ts +142 -142
- package/types/packages/components/form/src/components/form-component.vue.d.ts +1 -1
- package/types/packages/components/form/src/config/form.d.ts +56 -56
- package/types/packages/components/form/src/form.vue.d.ts +141 -141
- package/types/packages/components/input/index.d.ts +33 -33
- package/types/packages/components/input/src/input.vue.d.ts +33 -33
- package/types/packages/components/key-value/index.d.ts +678 -678
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +226 -226
- package/types/packages/components/key-value/src/key-value.vue.d.ts +678 -678
- package/types/packages/components/modal/index.d.ts +1 -1
- package/types/packages/components/modal/src/modal.vue.d.ts +1 -1
- package/types/packages/components/new-drawer/index.d.ts +7 -7
- package/types/packages/components/new-drawer/src/drawer.vue.d.ts +7 -7
- package/types/packages/components/new-modal/index.d.ts +2 -2
- package/types/packages/components/new-modal/src/modal.vue.d.ts +2 -2
- package/types/packages/components/operate-icon/index.d.ts +0 -13
- package/types/packages/components/operate-icon/src/operate-icon.d.ts +1 -7
- package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +0 -13
- package/types/packages/components/rich-text-editor/index.d.ts +1 -1
- package/types/packages/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
- package/types/packages/components/select/index.d.ts +4 -4
- package/types/packages/components/select/src/select.vue.d.ts +4 -4
- package/types/packages/components/select-group/index.d.ts +2 -2
- package/types/packages/components/select-group/src/select-group.d.ts +1 -1
- package/types/packages/components/select-group/src/select-group.vue.d.ts +2 -2
- package/types/packages/components/table/index.d.ts +6 -6
- package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
- package/types/packages/components/table/src/config/table.d.ts +2 -2
- package/types/packages/components/table/src/table.vue.d.ts +6 -6
- package/types/packages/components/textarea/index.d.ts +5 -5
- package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
- package/types/packages/components/tooltip/index.d.ts +4 -4
- package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
- package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/types/packages/components/tree-search/index.d.ts +1 -1
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +1 -1
- package/types/packages/components/upload-drag/index.d.ts +2 -2
- package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
|
@@ -2722,7 +2722,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
2722
2722
|
readonly onConfirm?: (() => any) | undefined;
|
|
2723
2723
|
readonly onChangeValue?: ((value: Record<string, any>) => any) | undefined;
|
|
2724
2724
|
} & {}>;
|
|
2725
|
-
emits: ((event: "
|
|
2725
|
+
emits: ((event: "close") => void) & ((event: "update:value", value: Record<string, any>) => void) & ((event: "confirm") => void) & ((event: "changeValue", value: Record<string, any>) => void);
|
|
2726
2726
|
bem: {
|
|
2727
2727
|
b: (blockSuffix?: string) => string;
|
|
2728
2728
|
e: (element?: string) => string;
|
|
@@ -3640,21 +3640,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
3640
3640
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
3641
3641
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
3642
3642
|
align: {
|
|
3643
|
-
type: import("vue").PropType<"
|
|
3644
|
-
xs?: "
|
|
3645
|
-
sm?: "
|
|
3646
|
-
md?: "
|
|
3647
|
-
lg?: "
|
|
3648
|
-
xl?: "
|
|
3649
|
-
xxl?: "
|
|
3643
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
3644
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3645
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3646
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3647
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3648
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3649
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3650
3650
|
}>;
|
|
3651
|
-
default: "
|
|
3652
|
-
xs?: "
|
|
3653
|
-
sm?: "
|
|
3654
|
-
md?: "
|
|
3655
|
-
lg?: "
|
|
3656
|
-
xl?: "
|
|
3657
|
-
xxl?: "
|
|
3651
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
3652
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3653
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3654
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3655
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3656
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3657
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3658
3658
|
};
|
|
3659
3659
|
};
|
|
3660
3660
|
justify: {
|
|
@@ -3686,21 +3686,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
3686
3686
|
};
|
|
3687
3687
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
3688
3688
|
align: {
|
|
3689
|
-
type: import("vue").PropType<"
|
|
3690
|
-
xs?: "
|
|
3691
|
-
sm?: "
|
|
3692
|
-
md?: "
|
|
3693
|
-
lg?: "
|
|
3694
|
-
xl?: "
|
|
3695
|
-
xxl?: "
|
|
3689
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
3690
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3691
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3692
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3693
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3694
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3695
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3696
3696
|
}>;
|
|
3697
|
-
default: "
|
|
3698
|
-
xs?: "
|
|
3699
|
-
sm?: "
|
|
3700
|
-
md?: "
|
|
3701
|
-
lg?: "
|
|
3702
|
-
xl?: "
|
|
3703
|
-
xxl?: "
|
|
3697
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
3698
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3699
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3700
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3701
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3702
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3703
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3704
3704
|
};
|
|
3705
3705
|
};
|
|
3706
3706
|
justify: {
|
|
@@ -3732,21 +3732,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
3732
3732
|
};
|
|
3733
3733
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
3734
3734
|
align: {
|
|
3735
|
-
type: import("vue").PropType<"
|
|
3736
|
-
xs?: "
|
|
3737
|
-
sm?: "
|
|
3738
|
-
md?: "
|
|
3739
|
-
lg?: "
|
|
3740
|
-
xl?: "
|
|
3741
|
-
xxl?: "
|
|
3735
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
3736
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3737
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3738
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3739
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3740
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3741
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3742
3742
|
}>;
|
|
3743
|
-
default: "
|
|
3744
|
-
xs?: "
|
|
3745
|
-
sm?: "
|
|
3746
|
-
md?: "
|
|
3747
|
-
lg?: "
|
|
3748
|
-
xl?: "
|
|
3749
|
-
xxl?: "
|
|
3743
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
3744
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3745
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3746
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3747
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3748
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3749
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3750
3750
|
};
|
|
3751
3751
|
};
|
|
3752
3752
|
justify: {
|
|
@@ -3778,21 +3778,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
3778
3778
|
};
|
|
3779
3779
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
3780
3780
|
align: {
|
|
3781
|
-
type: import("vue").PropType<"
|
|
3782
|
-
xs?: "
|
|
3783
|
-
sm?: "
|
|
3784
|
-
md?: "
|
|
3785
|
-
lg?: "
|
|
3786
|
-
xl?: "
|
|
3787
|
-
xxl?: "
|
|
3781
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
3782
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3783
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3784
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3785
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3786
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3787
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3788
3788
|
}>;
|
|
3789
|
-
default: "
|
|
3790
|
-
xs?: "
|
|
3791
|
-
sm?: "
|
|
3792
|
-
md?: "
|
|
3793
|
-
lg?: "
|
|
3794
|
-
xl?: "
|
|
3795
|
-
xxl?: "
|
|
3789
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
3790
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3791
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3792
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3793
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3794
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3795
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3796
3796
|
};
|
|
3797
3797
|
};
|
|
3798
3798
|
justify: {
|
|
@@ -4055,21 +4055,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
4055
4055
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4056
4056
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
4057
4057
|
align: {
|
|
4058
|
-
type: import("vue").PropType<"
|
|
4059
|
-
xs?: "
|
|
4060
|
-
sm?: "
|
|
4061
|
-
md?: "
|
|
4062
|
-
lg?: "
|
|
4063
|
-
xl?: "
|
|
4064
|
-
xxl?: "
|
|
4058
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
4059
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4060
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4061
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4062
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4063
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4064
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4065
4065
|
}>;
|
|
4066
|
-
default: "
|
|
4067
|
-
xs?: "
|
|
4068
|
-
sm?: "
|
|
4069
|
-
md?: "
|
|
4070
|
-
lg?: "
|
|
4071
|
-
xl?: "
|
|
4072
|
-
xxl?: "
|
|
4066
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
4067
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4068
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4069
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4070
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4071
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4072
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4073
4073
|
};
|
|
4074
4074
|
};
|
|
4075
4075
|
justify: {
|
|
@@ -4154,7 +4154,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
4154
4154
|
} & {}>;
|
|
4155
4155
|
emits: (event: "changeField", item: any) => void;
|
|
4156
4156
|
formData: import("ll-plus/es/index").FormData;
|
|
4157
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
4157
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
4158
4158
|
handleChange: (...arg: any[]) => void;
|
|
4159
4159
|
readonly checkedType: string[];
|
|
4160
4160
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -5078,21 +5078,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5078
5078
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
5079
5079
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
5080
5080
|
align: {
|
|
5081
|
-
type: import("vue").PropType<"
|
|
5082
|
-
xs?: "
|
|
5083
|
-
sm?: "
|
|
5084
|
-
md?: "
|
|
5085
|
-
lg?: "
|
|
5086
|
-
xl?: "
|
|
5087
|
-
xxl?: "
|
|
5081
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
5082
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5083
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5084
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5085
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5086
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5087
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5088
5088
|
}>;
|
|
5089
|
-
default: "
|
|
5090
|
-
xs?: "
|
|
5091
|
-
sm?: "
|
|
5092
|
-
md?: "
|
|
5093
|
-
lg?: "
|
|
5094
|
-
xl?: "
|
|
5095
|
-
xxl?: "
|
|
5089
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
5090
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5091
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5092
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5093
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5094
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5095
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5096
5096
|
};
|
|
5097
5097
|
};
|
|
5098
5098
|
justify: {
|
|
@@ -5124,21 +5124,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5124
5124
|
};
|
|
5125
5125
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
5126
5126
|
align: {
|
|
5127
|
-
type: import("vue").PropType<"
|
|
5128
|
-
xs?: "
|
|
5129
|
-
sm?: "
|
|
5130
|
-
md?: "
|
|
5131
|
-
lg?: "
|
|
5132
|
-
xl?: "
|
|
5133
|
-
xxl?: "
|
|
5127
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
5128
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5129
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5130
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5131
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5132
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5133
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5134
5134
|
}>;
|
|
5135
|
-
default: "
|
|
5136
|
-
xs?: "
|
|
5137
|
-
sm?: "
|
|
5138
|
-
md?: "
|
|
5139
|
-
lg?: "
|
|
5140
|
-
xl?: "
|
|
5141
|
-
xxl?: "
|
|
5135
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
5136
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5137
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5138
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5139
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5140
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5141
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5142
5142
|
};
|
|
5143
5143
|
};
|
|
5144
5144
|
justify: {
|
|
@@ -5170,21 +5170,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5170
5170
|
};
|
|
5171
5171
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
5172
5172
|
align: {
|
|
5173
|
-
type: import("vue").PropType<"
|
|
5174
|
-
xs?: "
|
|
5175
|
-
sm?: "
|
|
5176
|
-
md?: "
|
|
5177
|
-
lg?: "
|
|
5178
|
-
xl?: "
|
|
5179
|
-
xxl?: "
|
|
5173
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
5174
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5175
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5176
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5177
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5178
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5179
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5180
5180
|
}>;
|
|
5181
|
-
default: "
|
|
5182
|
-
xs?: "
|
|
5183
|
-
sm?: "
|
|
5184
|
-
md?: "
|
|
5185
|
-
lg?: "
|
|
5186
|
-
xl?: "
|
|
5187
|
-
xxl?: "
|
|
5181
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
5182
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5183
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5184
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5185
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5186
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5187
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5188
5188
|
};
|
|
5189
5189
|
};
|
|
5190
5190
|
justify: {
|
|
@@ -5216,21 +5216,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5216
5216
|
};
|
|
5217
5217
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
5218
5218
|
align: {
|
|
5219
|
-
type: import("vue").PropType<"
|
|
5220
|
-
xs?: "
|
|
5221
|
-
sm?: "
|
|
5222
|
-
md?: "
|
|
5223
|
-
lg?: "
|
|
5224
|
-
xl?: "
|
|
5225
|
-
xxl?: "
|
|
5219
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
5220
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5221
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5222
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5223
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5224
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5225
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5226
5226
|
}>;
|
|
5227
|
-
default: "
|
|
5228
|
-
xs?: "
|
|
5229
|
-
sm?: "
|
|
5230
|
-
md?: "
|
|
5231
|
-
lg?: "
|
|
5232
|
-
xl?: "
|
|
5233
|
-
xxl?: "
|
|
5227
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
5228
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5229
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5230
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5231
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5232
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5233
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5234
5234
|
};
|
|
5235
5235
|
};
|
|
5236
5236
|
justify: {
|
|
@@ -5494,21 +5494,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5494
5494
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5495
5495
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
5496
5496
|
align: {
|
|
5497
|
-
type: import("vue").PropType<"
|
|
5498
|
-
xs?: "
|
|
5499
|
-
sm?: "
|
|
5500
|
-
md?: "
|
|
5501
|
-
lg?: "
|
|
5502
|
-
xl?: "
|
|
5503
|
-
xxl?: "
|
|
5497
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
5498
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5499
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5500
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5501
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5502
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5503
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5504
5504
|
}>;
|
|
5505
|
-
default: "
|
|
5506
|
-
xs?: "
|
|
5507
|
-
sm?: "
|
|
5508
|
-
md?: "
|
|
5509
|
-
lg?: "
|
|
5510
|
-
xl?: "
|
|
5511
|
-
xxl?: "
|
|
5505
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
5506
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5507
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5508
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5509
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5510
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5511
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5512
5512
|
};
|
|
5513
5513
|
};
|
|
5514
5514
|
justify: {
|
|
@@ -11238,7 +11238,7 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
11238
11238
|
readonly onConfirm?: (() => any) | undefined;
|
|
11239
11239
|
readonly onChangeValue?: ((value: Record<string, any>) => any) | undefined;
|
|
11240
11240
|
} & {}>;
|
|
11241
|
-
emits: ((event: "
|
|
11241
|
+
emits: ((event: "close") => void) & ((event: "update:value", value: Record<string, any>) => void) & ((event: "confirm") => void) & ((event: "changeValue", value: Record<string, any>) => void);
|
|
11242
11242
|
bem: {
|
|
11243
11243
|
b: (blockSuffix?: string) => string;
|
|
11244
11244
|
e: (element?: string) => string;
|
|
@@ -12156,21 +12156,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12156
12156
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
12157
12157
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
12158
12158
|
align: {
|
|
12159
|
-
type: import("vue").PropType<"
|
|
12160
|
-
xs?: "
|
|
12161
|
-
sm?: "
|
|
12162
|
-
md?: "
|
|
12163
|
-
lg?: "
|
|
12164
|
-
xl?: "
|
|
12165
|
-
xxl?: "
|
|
12159
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
12160
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12161
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12162
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12163
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12164
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12165
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12166
12166
|
}>;
|
|
12167
|
-
default: "
|
|
12168
|
-
xs?: "
|
|
12169
|
-
sm?: "
|
|
12170
|
-
md?: "
|
|
12171
|
-
lg?: "
|
|
12172
|
-
xl?: "
|
|
12173
|
-
xxl?: "
|
|
12167
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
12168
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12169
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12170
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12171
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12172
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12173
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12174
12174
|
};
|
|
12175
12175
|
};
|
|
12176
12176
|
justify: {
|
|
@@ -12202,21 +12202,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12202
12202
|
};
|
|
12203
12203
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
12204
12204
|
align: {
|
|
12205
|
-
type: import("vue").PropType<"
|
|
12206
|
-
xs?: "
|
|
12207
|
-
sm?: "
|
|
12208
|
-
md?: "
|
|
12209
|
-
lg?: "
|
|
12210
|
-
xl?: "
|
|
12211
|
-
xxl?: "
|
|
12205
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
12206
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12207
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12208
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12209
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12210
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12211
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12212
12212
|
}>;
|
|
12213
|
-
default: "
|
|
12214
|
-
xs?: "
|
|
12215
|
-
sm?: "
|
|
12216
|
-
md?: "
|
|
12217
|
-
lg?: "
|
|
12218
|
-
xl?: "
|
|
12219
|
-
xxl?: "
|
|
12213
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
12214
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12215
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12216
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12217
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12218
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12219
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12220
12220
|
};
|
|
12221
12221
|
};
|
|
12222
12222
|
justify: {
|
|
@@ -12248,21 +12248,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12248
12248
|
};
|
|
12249
12249
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
12250
12250
|
align: {
|
|
12251
|
-
type: import("vue").PropType<"
|
|
12252
|
-
xs?: "
|
|
12253
|
-
sm?: "
|
|
12254
|
-
md?: "
|
|
12255
|
-
lg?: "
|
|
12256
|
-
xl?: "
|
|
12257
|
-
xxl?: "
|
|
12251
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
12252
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12253
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12254
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12255
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12256
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12257
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12258
12258
|
}>;
|
|
12259
|
-
default: "
|
|
12260
|
-
xs?: "
|
|
12261
|
-
sm?: "
|
|
12262
|
-
md?: "
|
|
12263
|
-
lg?: "
|
|
12264
|
-
xl?: "
|
|
12265
|
-
xxl?: "
|
|
12259
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
12260
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12261
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12262
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12263
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12264
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12265
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12266
12266
|
};
|
|
12267
12267
|
};
|
|
12268
12268
|
justify: {
|
|
@@ -12294,21 +12294,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12294
12294
|
};
|
|
12295
12295
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
12296
12296
|
align: {
|
|
12297
|
-
type: import("vue").PropType<"
|
|
12298
|
-
xs?: "
|
|
12299
|
-
sm?: "
|
|
12300
|
-
md?: "
|
|
12301
|
-
lg?: "
|
|
12302
|
-
xl?: "
|
|
12303
|
-
xxl?: "
|
|
12297
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
12298
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12299
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12300
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12301
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12302
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12303
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12304
12304
|
}>;
|
|
12305
|
-
default: "
|
|
12306
|
-
xs?: "
|
|
12307
|
-
sm?: "
|
|
12308
|
-
md?: "
|
|
12309
|
-
lg?: "
|
|
12310
|
-
xl?: "
|
|
12311
|
-
xxl?: "
|
|
12305
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
12306
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12307
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12308
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12309
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12310
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12311
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12312
12312
|
};
|
|
12313
12313
|
};
|
|
12314
12314
|
justify: {
|
|
@@ -12571,21 +12571,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12571
12571
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12572
12572
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
12573
12573
|
align: {
|
|
12574
|
-
type: import("vue").PropType<"
|
|
12575
|
-
xs?: "
|
|
12576
|
-
sm?: "
|
|
12577
|
-
md?: "
|
|
12578
|
-
lg?: "
|
|
12579
|
-
xl?: "
|
|
12580
|
-
xxl?: "
|
|
12574
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
12575
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12576
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12577
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12578
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12579
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12580
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12581
12581
|
}>;
|
|
12582
|
-
default: "
|
|
12583
|
-
xs?: "
|
|
12584
|
-
sm?: "
|
|
12585
|
-
md?: "
|
|
12586
|
-
lg?: "
|
|
12587
|
-
xl?: "
|
|
12588
|
-
xxl?: "
|
|
12582
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
12583
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12584
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12585
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12586
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12587
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12588
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12589
12589
|
};
|
|
12590
12590
|
};
|
|
12591
12591
|
justify: {
|
|
@@ -12670,7 +12670,7 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12670
12670
|
} & {}>;
|
|
12671
12671
|
emits: (event: "changeField", item: any) => void;
|
|
12672
12672
|
formData: import("ll-plus/es/index").FormData;
|
|
12673
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
12673
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
12674
12674
|
handleChange: (...arg: any[]) => void;
|
|
12675
12675
|
readonly checkedType: string[];
|
|
12676
12676
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -13594,21 +13594,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
13594
13594
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
13595
13595
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
13596
13596
|
align: {
|
|
13597
|
-
type: import("vue").PropType<"
|
|
13598
|
-
xs?: "
|
|
13599
|
-
sm?: "
|
|
13600
|
-
md?: "
|
|
13601
|
-
lg?: "
|
|
13602
|
-
xl?: "
|
|
13603
|
-
xxl?: "
|
|
13597
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
13598
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13599
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13600
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13601
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13602
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13603
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13604
13604
|
}>;
|
|
13605
|
-
default: "
|
|
13606
|
-
xs?: "
|
|
13607
|
-
sm?: "
|
|
13608
|
-
md?: "
|
|
13609
|
-
lg?: "
|
|
13610
|
-
xl?: "
|
|
13611
|
-
xxl?: "
|
|
13605
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
13606
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13607
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13608
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13609
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13610
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13611
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13612
13612
|
};
|
|
13613
13613
|
};
|
|
13614
13614
|
justify: {
|
|
@@ -13640,21 +13640,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
13640
13640
|
};
|
|
13641
13641
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
13642
13642
|
align: {
|
|
13643
|
-
type: import("vue").PropType<"
|
|
13644
|
-
xs?: "
|
|
13645
|
-
sm?: "
|
|
13646
|
-
md?: "
|
|
13647
|
-
lg?: "
|
|
13648
|
-
xl?: "
|
|
13649
|
-
xxl?: "
|
|
13643
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
13644
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13645
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13646
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13647
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13648
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13649
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13650
13650
|
}>;
|
|
13651
|
-
default: "
|
|
13652
|
-
xs?: "
|
|
13653
|
-
sm?: "
|
|
13654
|
-
md?: "
|
|
13655
|
-
lg?: "
|
|
13656
|
-
xl?: "
|
|
13657
|
-
xxl?: "
|
|
13651
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
13652
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13653
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13654
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13655
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13656
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13657
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13658
13658
|
};
|
|
13659
13659
|
};
|
|
13660
13660
|
justify: {
|
|
@@ -13686,21 +13686,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
13686
13686
|
};
|
|
13687
13687
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
13688
13688
|
align: {
|
|
13689
|
-
type: import("vue").PropType<"
|
|
13690
|
-
xs?: "
|
|
13691
|
-
sm?: "
|
|
13692
|
-
md?: "
|
|
13693
|
-
lg?: "
|
|
13694
|
-
xl?: "
|
|
13695
|
-
xxl?: "
|
|
13689
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
13690
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13691
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13692
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13693
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13694
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13695
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13696
13696
|
}>;
|
|
13697
|
-
default: "
|
|
13698
|
-
xs?: "
|
|
13699
|
-
sm?: "
|
|
13700
|
-
md?: "
|
|
13701
|
-
lg?: "
|
|
13702
|
-
xl?: "
|
|
13703
|
-
xxl?: "
|
|
13697
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
13698
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13699
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13700
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13701
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13702
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13703
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13704
13704
|
};
|
|
13705
13705
|
};
|
|
13706
13706
|
justify: {
|
|
@@ -13732,21 +13732,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
13732
13732
|
};
|
|
13733
13733
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
13734
13734
|
align: {
|
|
13735
|
-
type: import("vue").PropType<"
|
|
13736
|
-
xs?: "
|
|
13737
|
-
sm?: "
|
|
13738
|
-
md?: "
|
|
13739
|
-
lg?: "
|
|
13740
|
-
xl?: "
|
|
13741
|
-
xxl?: "
|
|
13735
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
13736
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13737
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13738
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13739
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13740
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13741
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13742
13742
|
}>;
|
|
13743
|
-
default: "
|
|
13744
|
-
xs?: "
|
|
13745
|
-
sm?: "
|
|
13746
|
-
md?: "
|
|
13747
|
-
lg?: "
|
|
13748
|
-
xl?: "
|
|
13749
|
-
xxl?: "
|
|
13743
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
13744
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13745
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13746
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13747
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13748
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13749
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13750
13750
|
};
|
|
13751
13751
|
};
|
|
13752
13752
|
justify: {
|
|
@@ -14010,21 +14010,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
14010
14010
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14011
14011
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
14012
14012
|
align: {
|
|
14013
|
-
type: import("vue").PropType<"
|
|
14014
|
-
xs?: "
|
|
14015
|
-
sm?: "
|
|
14016
|
-
md?: "
|
|
14017
|
-
lg?: "
|
|
14018
|
-
xl?: "
|
|
14019
|
-
xxl?: "
|
|
14013
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
14014
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14015
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14016
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14017
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14018
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14019
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14020
14020
|
}>;
|
|
14021
|
-
default: "
|
|
14022
|
-
xs?: "
|
|
14023
|
-
sm?: "
|
|
14024
|
-
md?: "
|
|
14025
|
-
lg?: "
|
|
14026
|
-
xl?: "
|
|
14027
|
-
xxl?: "
|
|
14021
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
14022
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14023
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14024
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14025
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14026
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14027
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14028
14028
|
};
|
|
14029
14029
|
};
|
|
14030
14030
|
justify: {
|