ll-plus 2.7.24 → 2.7.25
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 +288 -288
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
- 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 +88 -88
- 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 +88 -88
- package/es/components/form/index.d.ts +144 -144
- 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 +143 -143
- package/es/components/icon-picker/index.d.ts +1 -1
- package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- 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/src/components/key-value-item.vue.d.ts +230 -230
- package/es/components/key-value/src/key-value.vue.d.ts +690 -690
- 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/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/input/src/input.vue2.mjs +3 -3
- package/es/packages/components/input/src/input.vue2.mjs.map +1 -1
- package/es/utils/props/runtime.d.ts +2 -2
- package/index.full.js +3 -3
- package/index.full.min.js +1 -1
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +22 -22
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +3 -3
- package/lib/components/advanced-filtering/index.d.ts +288 -288
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
- 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 +88 -88
- 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 +88 -88
- package/lib/components/form/index.d.ts +144 -144
- 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 +143 -143
- package/lib/components/icon-picker/index.d.ts +1 -1
- package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- 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/src/components/key-value-item.vue.d.ts +230 -230
- package/lib/components/key-value/src/key-value.vue.d.ts +690 -690
- 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/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/input/src/input.vue2.js +3 -3
- package/lib/packages/components/input/src/input.vue2.js.map +1 -1
- package/lib/utils/props/runtime.d.ts +2 -2
- package/package.json +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +288 -288
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
- 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 +88 -88
- 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 +88 -88
- package/types/packages/components/form/index.d.ts +144 -144
- 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 +143 -143
- package/types/packages/components/icon-picker/index.d.ts +1 -1
- package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- 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/src/components/key-value-item.vue.d.ts +230 -230
- package/types/packages/components/key-value/src/key-value.vue.d.ts +690 -690
- 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/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
- package/types/packages/utils/props/runtime.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: {
|
|
@@ -4059,21 +4059,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
4059
4059
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4060
4060
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
4061
4061
|
align: {
|
|
4062
|
-
type: import("vue").PropType<"
|
|
4063
|
-
xs?: "
|
|
4064
|
-
sm?: "
|
|
4065
|
-
md?: "
|
|
4066
|
-
lg?: "
|
|
4067
|
-
xl?: "
|
|
4068
|
-
xxl?: "
|
|
4062
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
4063
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4064
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4065
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4066
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4067
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4068
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4069
4069
|
}>;
|
|
4070
|
-
default: "
|
|
4071
|
-
xs?: "
|
|
4072
|
-
sm?: "
|
|
4073
|
-
md?: "
|
|
4074
|
-
lg?: "
|
|
4075
|
-
xl?: "
|
|
4076
|
-
xxl?: "
|
|
4070
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
4071
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4072
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4073
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4074
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4075
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4076
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4077
4077
|
};
|
|
4078
4078
|
};
|
|
4079
4079
|
justify: {
|
|
@@ -4145,7 +4145,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
4145
4145
|
emits: (event: "changeField", item: any) => void;
|
|
4146
4146
|
formData: import("ll-plus/es/index").FormData;
|
|
4147
4147
|
componentRef: import("vue").Ref<any>;
|
|
4148
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
4148
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
4149
4149
|
handleChange: (...arg: any[]) => void;
|
|
4150
4150
|
focus: () => Promise<void>;
|
|
4151
4151
|
getItem: () => any;
|
|
@@ -4197,7 +4197,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
4197
4197
|
emits: (event: "changeField", item: any) => void;
|
|
4198
4198
|
formData: import("ll-plus/es/index").FormData;
|
|
4199
4199
|
componentRef: import("vue").Ref<any>;
|
|
4200
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
4200
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
4201
4201
|
handleChange: (...arg: any[]) => void;
|
|
4202
4202
|
focus: () => Promise<void>;
|
|
4203
4203
|
getItem: () => any;
|
|
@@ -4340,7 +4340,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
4340
4340
|
emits: (event: "changeField", item: any) => void;
|
|
4341
4341
|
formData: import("ll-plus/es/index").FormData;
|
|
4342
4342
|
componentRef: import("vue").Ref<any>;
|
|
4343
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
4343
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
4344
4344
|
handleChange: (...arg: any[]) => void;
|
|
4345
4345
|
focus: () => Promise<void>;
|
|
4346
4346
|
getItem: () => any;
|
|
@@ -5266,21 +5266,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5266
5266
|
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>;
|
|
5267
5267
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
5268
5268
|
align: {
|
|
5269
|
-
type: import("vue").PropType<"
|
|
5270
|
-
xs?: "
|
|
5271
|
-
sm?: "
|
|
5272
|
-
md?: "
|
|
5273
|
-
lg?: "
|
|
5274
|
-
xl?: "
|
|
5275
|
-
xxl?: "
|
|
5269
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
5270
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5271
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5272
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5273
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5274
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5275
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5276
5276
|
}>;
|
|
5277
|
-
default: "
|
|
5278
|
-
xs?: "
|
|
5279
|
-
sm?: "
|
|
5280
|
-
md?: "
|
|
5281
|
-
lg?: "
|
|
5282
|
-
xl?: "
|
|
5283
|
-
xxl?: "
|
|
5277
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
5278
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5279
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5280
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5281
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5282
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5283
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5284
5284
|
};
|
|
5285
5285
|
};
|
|
5286
5286
|
justify: {
|
|
@@ -5312,21 +5312,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5312
5312
|
};
|
|
5313
5313
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
5314
5314
|
align: {
|
|
5315
|
-
type: import("vue").PropType<"
|
|
5316
|
-
xs?: "
|
|
5317
|
-
sm?: "
|
|
5318
|
-
md?: "
|
|
5319
|
-
lg?: "
|
|
5320
|
-
xl?: "
|
|
5321
|
-
xxl?: "
|
|
5315
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
5316
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5317
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5318
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5319
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5320
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5321
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5322
5322
|
}>;
|
|
5323
|
-
default: "
|
|
5324
|
-
xs?: "
|
|
5325
|
-
sm?: "
|
|
5326
|
-
md?: "
|
|
5327
|
-
lg?: "
|
|
5328
|
-
xl?: "
|
|
5329
|
-
xxl?: "
|
|
5323
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
5324
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5325
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5326
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5327
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5328
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5329
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5330
5330
|
};
|
|
5331
5331
|
};
|
|
5332
5332
|
justify: {
|
|
@@ -5358,21 +5358,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5358
5358
|
};
|
|
5359
5359
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
5360
5360
|
align: {
|
|
5361
|
-
type: import("vue").PropType<"
|
|
5362
|
-
xs?: "
|
|
5363
|
-
sm?: "
|
|
5364
|
-
md?: "
|
|
5365
|
-
lg?: "
|
|
5366
|
-
xl?: "
|
|
5367
|
-
xxl?: "
|
|
5361
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
5362
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5363
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5364
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5365
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5366
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5367
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5368
5368
|
}>;
|
|
5369
|
-
default: "
|
|
5370
|
-
xs?: "
|
|
5371
|
-
sm?: "
|
|
5372
|
-
md?: "
|
|
5373
|
-
lg?: "
|
|
5374
|
-
xl?: "
|
|
5375
|
-
xxl?: "
|
|
5369
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
5370
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5371
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5372
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5373
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5374
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5375
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5376
5376
|
};
|
|
5377
5377
|
};
|
|
5378
5378
|
justify: {
|
|
@@ -5404,21 +5404,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5404
5404
|
};
|
|
5405
5405
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
5406
5406
|
align: {
|
|
5407
|
-
type: import("vue").PropType<"
|
|
5408
|
-
xs?: "
|
|
5409
|
-
sm?: "
|
|
5410
|
-
md?: "
|
|
5411
|
-
lg?: "
|
|
5412
|
-
xl?: "
|
|
5413
|
-
xxl?: "
|
|
5407
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
5408
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5409
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5410
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5411
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5412
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5413
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5414
5414
|
}>;
|
|
5415
|
-
default: "
|
|
5416
|
-
xs?: "
|
|
5417
|
-
sm?: "
|
|
5418
|
-
md?: "
|
|
5419
|
-
lg?: "
|
|
5420
|
-
xl?: "
|
|
5421
|
-
xxl?: "
|
|
5415
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
5416
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5417
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5418
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5419
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5420
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5421
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5422
5422
|
};
|
|
5423
5423
|
};
|
|
5424
5424
|
justify: {
|
|
@@ -5686,21 +5686,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5686
5686
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5687
5687
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
5688
5688
|
align: {
|
|
5689
|
-
type: import("vue").PropType<"
|
|
5690
|
-
xs?: "
|
|
5691
|
-
sm?: "
|
|
5692
|
-
md?: "
|
|
5693
|
-
lg?: "
|
|
5694
|
-
xl?: "
|
|
5695
|
-
xxl?: "
|
|
5689
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
5690
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5691
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5692
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5693
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5694
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5695
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5696
5696
|
}>;
|
|
5697
|
-
default: "
|
|
5698
|
-
xs?: "
|
|
5699
|
-
sm?: "
|
|
5700
|
-
md?: "
|
|
5701
|
-
lg?: "
|
|
5702
|
-
xl?: "
|
|
5703
|
-
xxl?: "
|
|
5697
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
5698
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5699
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5700
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5701
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5702
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5703
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5704
5704
|
};
|
|
5705
5705
|
};
|
|
5706
5706
|
justify: {
|
|
@@ -11432,7 +11432,7 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
11432
11432
|
readonly onConfirm?: (() => any) | undefined;
|
|
11433
11433
|
readonly onChangeValue?: ((value: Record<string, any>) => any) | undefined;
|
|
11434
11434
|
} & {}>;
|
|
11435
|
-
emits: ((event: "
|
|
11435
|
+
emits: ((event: "close") => void) & ((event: "update:value", value: Record<string, any>) => void) & ((event: "confirm") => void) & ((event: "changeValue", value: Record<string, any>) => void);
|
|
11436
11436
|
bem: {
|
|
11437
11437
|
b: (blockSuffix?: string) => string;
|
|
11438
11438
|
e: (element?: string) => string;
|
|
@@ -12350,21 +12350,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12350
12350
|
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>;
|
|
12351
12351
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
12352
12352
|
align: {
|
|
12353
|
-
type: import("vue").PropType<"
|
|
12354
|
-
xs?: "
|
|
12355
|
-
sm?: "
|
|
12356
|
-
md?: "
|
|
12357
|
-
lg?: "
|
|
12358
|
-
xl?: "
|
|
12359
|
-
xxl?: "
|
|
12353
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
12354
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12355
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12356
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12357
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12358
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12359
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12360
12360
|
}>;
|
|
12361
|
-
default: "
|
|
12362
|
-
xs?: "
|
|
12363
|
-
sm?: "
|
|
12364
|
-
md?: "
|
|
12365
|
-
lg?: "
|
|
12366
|
-
xl?: "
|
|
12367
|
-
xxl?: "
|
|
12361
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
12362
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12363
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12364
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12365
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12366
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12367
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12368
12368
|
};
|
|
12369
12369
|
};
|
|
12370
12370
|
justify: {
|
|
@@ -12396,21 +12396,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12396
12396
|
};
|
|
12397
12397
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
12398
12398
|
align: {
|
|
12399
|
-
type: import("vue").PropType<"
|
|
12400
|
-
xs?: "
|
|
12401
|
-
sm?: "
|
|
12402
|
-
md?: "
|
|
12403
|
-
lg?: "
|
|
12404
|
-
xl?: "
|
|
12405
|
-
xxl?: "
|
|
12399
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
12400
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12401
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12402
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12403
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12404
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12405
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12406
12406
|
}>;
|
|
12407
|
-
default: "
|
|
12408
|
-
xs?: "
|
|
12409
|
-
sm?: "
|
|
12410
|
-
md?: "
|
|
12411
|
-
lg?: "
|
|
12412
|
-
xl?: "
|
|
12413
|
-
xxl?: "
|
|
12407
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
12408
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12409
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12410
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12411
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12412
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12413
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12414
12414
|
};
|
|
12415
12415
|
};
|
|
12416
12416
|
justify: {
|
|
@@ -12442,21 +12442,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12442
12442
|
};
|
|
12443
12443
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
12444
12444
|
align: {
|
|
12445
|
-
type: import("vue").PropType<"
|
|
12446
|
-
xs?: "
|
|
12447
|
-
sm?: "
|
|
12448
|
-
md?: "
|
|
12449
|
-
lg?: "
|
|
12450
|
-
xl?: "
|
|
12451
|
-
xxl?: "
|
|
12445
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
12446
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12447
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12448
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12449
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12450
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12451
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12452
12452
|
}>;
|
|
12453
|
-
default: "
|
|
12454
|
-
xs?: "
|
|
12455
|
-
sm?: "
|
|
12456
|
-
md?: "
|
|
12457
|
-
lg?: "
|
|
12458
|
-
xl?: "
|
|
12459
|
-
xxl?: "
|
|
12453
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
12454
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12455
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12456
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12457
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12458
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12459
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12460
12460
|
};
|
|
12461
12461
|
};
|
|
12462
12462
|
justify: {
|
|
@@ -12488,21 +12488,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12488
12488
|
};
|
|
12489
12489
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
12490
12490
|
align: {
|
|
12491
|
-
type: import("vue").PropType<"
|
|
12492
|
-
xs?: "
|
|
12493
|
-
sm?: "
|
|
12494
|
-
md?: "
|
|
12495
|
-
lg?: "
|
|
12496
|
-
xl?: "
|
|
12497
|
-
xxl?: "
|
|
12491
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
12492
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12493
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12494
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12495
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12496
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12497
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12498
12498
|
}>;
|
|
12499
|
-
default: "
|
|
12500
|
-
xs?: "
|
|
12501
|
-
sm?: "
|
|
12502
|
-
md?: "
|
|
12503
|
-
lg?: "
|
|
12504
|
-
xl?: "
|
|
12505
|
-
xxl?: "
|
|
12499
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
12500
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12501
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12502
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12503
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12504
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12505
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12506
12506
|
};
|
|
12507
12507
|
};
|
|
12508
12508
|
justify: {
|
|
@@ -12769,21 +12769,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12769
12769
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12770
12770
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
12771
12771
|
align: {
|
|
12772
|
-
type: import("vue").PropType<"
|
|
12773
|
-
xs?: "
|
|
12774
|
-
sm?: "
|
|
12775
|
-
md?: "
|
|
12776
|
-
lg?: "
|
|
12777
|
-
xl?: "
|
|
12778
|
-
xxl?: "
|
|
12772
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
12773
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12774
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12775
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12776
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12777
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12778
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12779
12779
|
}>;
|
|
12780
|
-
default: "
|
|
12781
|
-
xs?: "
|
|
12782
|
-
sm?: "
|
|
12783
|
-
md?: "
|
|
12784
|
-
lg?: "
|
|
12785
|
-
xl?: "
|
|
12786
|
-
xxl?: "
|
|
12780
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
12781
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12782
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12783
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12784
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12785
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12786
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12787
12787
|
};
|
|
12788
12788
|
};
|
|
12789
12789
|
justify: {
|
|
@@ -12855,7 +12855,7 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12855
12855
|
emits: (event: "changeField", item: any) => void;
|
|
12856
12856
|
formData: import("ll-plus/es/index").FormData;
|
|
12857
12857
|
componentRef: import("vue").Ref<any>;
|
|
12858
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
12858
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
12859
12859
|
handleChange: (...arg: any[]) => void;
|
|
12860
12860
|
focus: () => Promise<void>;
|
|
12861
12861
|
getItem: () => any;
|
|
@@ -12907,7 +12907,7 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12907
12907
|
emits: (event: "changeField", item: any) => void;
|
|
12908
12908
|
formData: import("ll-plus/es/index").FormData;
|
|
12909
12909
|
componentRef: import("vue").Ref<any>;
|
|
12910
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
12910
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
12911
12911
|
handleChange: (...arg: any[]) => void;
|
|
12912
12912
|
focus: () => Promise<void>;
|
|
12913
12913
|
getItem: () => any;
|
|
@@ -13050,7 +13050,7 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
13050
13050
|
emits: (event: "changeField", item: any) => void;
|
|
13051
13051
|
formData: import("ll-plus/es/index").FormData;
|
|
13052
13052
|
componentRef: import("vue").Ref<any>;
|
|
13053
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
13053
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
13054
13054
|
handleChange: (...arg: any[]) => void;
|
|
13055
13055
|
focus: () => Promise<void>;
|
|
13056
13056
|
getItem: () => any;
|
|
@@ -13976,21 +13976,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
13976
13976
|
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>;
|
|
13977
13977
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
13978
13978
|
align: {
|
|
13979
|
-
type: import("vue").PropType<"
|
|
13980
|
-
xs?: "
|
|
13981
|
-
sm?: "
|
|
13982
|
-
md?: "
|
|
13983
|
-
lg?: "
|
|
13984
|
-
xl?: "
|
|
13985
|
-
xxl?: "
|
|
13979
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
13980
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13981
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13982
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13983
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13984
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13985
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13986
13986
|
}>;
|
|
13987
|
-
default: "
|
|
13988
|
-
xs?: "
|
|
13989
|
-
sm?: "
|
|
13990
|
-
md?: "
|
|
13991
|
-
lg?: "
|
|
13992
|
-
xl?: "
|
|
13993
|
-
xxl?: "
|
|
13987
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
13988
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13989
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13990
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13991
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13992
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13993
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13994
13994
|
};
|
|
13995
13995
|
};
|
|
13996
13996
|
justify: {
|
|
@@ -14022,21 +14022,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
14022
14022
|
};
|
|
14023
14023
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
14024
14024
|
align: {
|
|
14025
|
-
type: import("vue").PropType<"
|
|
14026
|
-
xs?: "
|
|
14027
|
-
sm?: "
|
|
14028
|
-
md?: "
|
|
14029
|
-
lg?: "
|
|
14030
|
-
xl?: "
|
|
14031
|
-
xxl?: "
|
|
14025
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
14026
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14027
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14028
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14029
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14030
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14031
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14032
14032
|
}>;
|
|
14033
|
-
default: "
|
|
14034
|
-
xs?: "
|
|
14035
|
-
sm?: "
|
|
14036
|
-
md?: "
|
|
14037
|
-
lg?: "
|
|
14038
|
-
xl?: "
|
|
14039
|
-
xxl?: "
|
|
14033
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
14034
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14035
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14036
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14037
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14038
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14039
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14040
14040
|
};
|
|
14041
14041
|
};
|
|
14042
14042
|
justify: {
|
|
@@ -14068,21 +14068,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
14068
14068
|
};
|
|
14069
14069
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
14070
14070
|
align: {
|
|
14071
|
-
type: import("vue").PropType<"
|
|
14072
|
-
xs?: "
|
|
14073
|
-
sm?: "
|
|
14074
|
-
md?: "
|
|
14075
|
-
lg?: "
|
|
14076
|
-
xl?: "
|
|
14077
|
-
xxl?: "
|
|
14071
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
14072
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14073
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14074
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14075
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14076
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14077
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14078
14078
|
}>;
|
|
14079
|
-
default: "
|
|
14080
|
-
xs?: "
|
|
14081
|
-
sm?: "
|
|
14082
|
-
md?: "
|
|
14083
|
-
lg?: "
|
|
14084
|
-
xl?: "
|
|
14085
|
-
xxl?: "
|
|
14079
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
14080
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14081
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14082
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14083
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14084
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14085
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14086
14086
|
};
|
|
14087
14087
|
};
|
|
14088
14088
|
justify: {
|
|
@@ -14114,21 +14114,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
14114
14114
|
};
|
|
14115
14115
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
14116
14116
|
align: {
|
|
14117
|
-
type: import("vue").PropType<"
|
|
14118
|
-
xs?: "
|
|
14119
|
-
sm?: "
|
|
14120
|
-
md?: "
|
|
14121
|
-
lg?: "
|
|
14122
|
-
xl?: "
|
|
14123
|
-
xxl?: "
|
|
14117
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
14118
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14119
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14120
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14121
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14122
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14123
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14124
14124
|
}>;
|
|
14125
|
-
default: "
|
|
14126
|
-
xs?: "
|
|
14127
|
-
sm?: "
|
|
14128
|
-
md?: "
|
|
14129
|
-
lg?: "
|
|
14130
|
-
xl?: "
|
|
14131
|
-
xxl?: "
|
|
14125
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
14126
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14127
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14128
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14129
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14130
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14131
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14132
14132
|
};
|
|
14133
14133
|
};
|
|
14134
14134
|
justify: {
|
|
@@ -14396,21 +14396,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
14396
14396
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14397
14397
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
14398
14398
|
align: {
|
|
14399
|
-
type: import("vue").PropType<"
|
|
14400
|
-
xs?: "
|
|
14401
|
-
sm?: "
|
|
14402
|
-
md?: "
|
|
14403
|
-
lg?: "
|
|
14404
|
-
xl?: "
|
|
14405
|
-
xxl?: "
|
|
14399
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
14400
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14401
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14402
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14403
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14404
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14405
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14406
14406
|
}>;
|
|
14407
|
-
default: "
|
|
14408
|
-
xs?: "
|
|
14409
|
-
sm?: "
|
|
14410
|
-
md?: "
|
|
14411
|
-
lg?: "
|
|
14412
|
-
xl?: "
|
|
14413
|
-
xxl?: "
|
|
14407
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
14408
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14409
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14410
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14411
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14412
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14413
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14414
14414
|
};
|
|
14415
14415
|
};
|
|
14416
14416
|
justify: {
|