sd-render 1.2.6 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/field-docs.html +3340 -1547
- package/package.json +1 -1
- package/{sd-lib-BG0UjdFl.js → sd-lib-BI2bK3bT.js} +5529 -3962
- package/{sd-render-DwCKOhLI.js → sd-render-JboRjeDb.js} +2059 -1522
- package/sd-render.es.js +52 -49
- package/sd-render.style.css +1 -1
- package/types/src/components/form-render/SdFormRender.vue.d.ts +0 -3
- package/types/src/components/form-render/form-field/date-input.vue.d.ts +98 -102
- package/types/src/components/form-render/form-field/date-panel-input.vue.d.ts +611 -0
- package/types/src/components/form-render/form-field/date-range-input.vue.d.ts +98 -102
- package/types/src/components/form-render/form-field/multiple-date.vue.d.ts +98 -102
- package/types/src/components/form-render/form-field/otp-input.vue.d.ts +373 -0
- package/types/src/components/form-render/form-field/smart-card-ui.vue.d.ts +534 -0
- package/types/src/components/form-render/form-field/tree-ui.vue.d.ts +983 -0
- package/types/src/components/input3/eltiptap/widget/ExtensionViews/ImageView.vue.d.ts +59 -64
- package/types/src/components/input3/eltiptap/widget/ExtensionViews/TaskItemView.vue.d.ts +68 -70
- package/types/src/components/input3/eltiptap/widget/MenuCommands/AddYoutubeCommandButton.vue.d.ts +232 -218
- package/types/src/components/input3/eltiptap/widget/MenuCommands/ColorPopover.vue.d.ts +163 -151
- package/types/src/components/input3/eltiptap/widget/MenuCommands/CommandButton.vue.d.ts +76 -76
- package/types/src/components/input3/eltiptap/widget/MenuCommands/FontFamilyDropdown.vue.d.ts +455 -580
- package/types/src/components/input3/eltiptap/widget/MenuCommands/FontSizeDropdown.vue.d.ts +453 -576
- package/types/src/components/input3/eltiptap/widget/MenuCommands/HeadingDropdown.vue.d.ts +453 -576
- package/types/src/components/input3/eltiptap/widget/MenuCommands/HighlightPopover.vue.d.ts +163 -151
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Image/EditImageCommandButton.vue.d.ts +165 -149
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Image/ImageDisplayCommandButton.vue.d.ts +59 -64
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Image/InsertImageCommandButton.vue.d.ts +98 -103
- package/types/src/components/input3/eltiptap/widget/MenuCommands/LineHeightDropdown.vue.d.ts +453 -576
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Link/AddLinkCommandButton.vue.d.ts +232 -218
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Link/EditLinkCommandButton.vue.d.ts +232 -218
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Link/UploadFileCommandButton.vue.d.ts +232 -218
- package/types/src/components/input3/eltiptap/widget/MenuCommands/TablePopover/CreateTablePopover.vue.d.ts +59 -64
- package/types/src/components/input3/eltiptap/widget/MenuCommands/TablePopover/index.vue.d.ts +59 -64
- package/types/src/components/sdlib.d.ts +3 -0
- package/types/src/components/sdwidget/SdCascaderForm.vue.d.ts +1 -1
- package/types/src/components/sdwidget/SdCrudForm.vue.d.ts +0 -4
- package/types/src/components/sdwidget/SdCrudGrid.vue.d.ts +27 -2
- package/types/src/components/sdwidget/SdCrudPopupForm.vue.d.ts +27 -5
- package/types/src/components/sdwidget/SdCrudSelect.vue.d.ts +2 -2
- package/types/src/components/sdwidget/SdCrudSelectSubForm.vue.d.ts +12 -3
- package/types/src/components/sdwidget/SdCrudTree.vue.d.ts +615 -0
- package/types/src/components/sdwidget/SdDatePickerBE.vue.d.ts +196 -204
- package/types/src/components/sdwidget/SdDatePickerPanelBE.vue.d.ts +379 -0
- package/types/src/components/sdwidget/SdFormSchema.vue.d.ts +2 -2
- package/types/src/components/sdwidget/SdFormSchemaForm.vue.d.ts +2 -2
- package/types/src/components/sdwidget/SdGallery.vue.d.ts +20 -20
- package/types/src/components/sdwidget/SdGridColumnBy.vue.d.ts +105 -4
- package/types/src/components/sdwidget/SdGridColumnDate.vue.d.ts +84 -3
- package/types/src/components/sdwidget/SdGridColumnDynamic.vue.d.ts +257 -10
- package/types/src/components/sdwidget/SdGridSortHeader.vue.d.ts +52 -0
- package/types/src/components/sdwidget/SdSelectPathData.vue.d.ts +1 -1
- package/types/src/components/sdwidget/SdSelectRemoteList.vue.d.ts +11 -2
- package/types/src/components/sdwidget/SdSmartCard.vue.d.ts +268 -0
- package/types/src/components/sdwidget/SdUiMenu.vue.d.ts +1 -1
|
@@ -33,24 +33,24 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
33
33
|
"after-enter": () => void;
|
|
34
34
|
"after-leave": () => void;
|
|
35
35
|
}, import('vue').PublicProps, {
|
|
36
|
-
|
|
37
|
-
placement: import('element-plus').Placement;
|
|
38
|
-
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
39
|
-
teleported: boolean;
|
|
40
|
-
persistent: boolean;
|
|
36
|
+
width: string | number;
|
|
41
37
|
visible: boolean | null;
|
|
42
|
-
enterable: boolean;
|
|
43
|
-
offset: number;
|
|
44
|
-
popperOptions: Partial<import('element-plus').Options>;
|
|
45
|
-
showArrow: boolean;
|
|
46
38
|
content: string;
|
|
39
|
+
offset: number;
|
|
47
40
|
showAfter: number;
|
|
48
41
|
hideAfter: number;
|
|
49
42
|
autoClose: number;
|
|
43
|
+
placement: import('element-plus').Placement;
|
|
44
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
45
|
+
effect: import('element-plus').PopperEffect;
|
|
46
|
+
enterable: boolean;
|
|
47
|
+
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
48
|
+
teleported: boolean;
|
|
49
|
+
persistent: boolean;
|
|
50
|
+
tabindex: string | number;
|
|
51
|
+
showArrow: boolean;
|
|
50
52
|
trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>;
|
|
51
53
|
triggerKeys: string[];
|
|
52
|
-
width: string | number;
|
|
53
|
-
tabindex: string | number;
|
|
54
54
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
55
55
|
P: {};
|
|
56
56
|
B: {};
|
|
@@ -68,24 +68,24 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
68
68
|
popperRef: import('vue').ComputedRef<import('element-plus').PopperInstance | undefined>;
|
|
69
69
|
hide: () => void;
|
|
70
70
|
}, {}, {}, {}, {
|
|
71
|
-
|
|
72
|
-
placement: import('element-plus').Placement;
|
|
73
|
-
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
74
|
-
teleported: boolean;
|
|
75
|
-
persistent: boolean;
|
|
71
|
+
width: string | number;
|
|
76
72
|
visible: boolean | null;
|
|
77
|
-
enterable: boolean;
|
|
78
|
-
offset: number;
|
|
79
|
-
popperOptions: Partial<import('element-plus').Options>;
|
|
80
|
-
showArrow: boolean;
|
|
81
73
|
content: string;
|
|
74
|
+
offset: number;
|
|
82
75
|
showAfter: number;
|
|
83
76
|
hideAfter: number;
|
|
84
77
|
autoClose: number;
|
|
78
|
+
placement: import('element-plus').Placement;
|
|
79
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
80
|
+
effect: import('element-plus').PopperEffect;
|
|
81
|
+
enterable: boolean;
|
|
82
|
+
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
83
|
+
teleported: boolean;
|
|
84
|
+
persistent: boolean;
|
|
85
|
+
tabindex: string | number;
|
|
86
|
+
showArrow: boolean;
|
|
85
87
|
trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>;
|
|
86
88
|
triggerKeys: string[];
|
|
87
|
-
width: string | number;
|
|
88
|
-
tabindex: string | number;
|
|
89
89
|
}>;
|
|
90
90
|
__isFragment?: never;
|
|
91
91
|
__isTeleport?: never;
|
|
@@ -106,24 +106,24 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
106
106
|
"after-enter": () => void;
|
|
107
107
|
"after-leave": () => void;
|
|
108
108
|
}, string, {
|
|
109
|
-
|
|
110
|
-
placement: import('element-plus').Placement;
|
|
111
|
-
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
112
|
-
teleported: boolean;
|
|
113
|
-
persistent: boolean;
|
|
109
|
+
width: string | number;
|
|
114
110
|
visible: boolean | null;
|
|
115
|
-
enterable: boolean;
|
|
116
|
-
offset: number;
|
|
117
|
-
popperOptions: Partial<import('element-plus').Options>;
|
|
118
|
-
showArrow: boolean;
|
|
119
111
|
content: string;
|
|
112
|
+
offset: number;
|
|
120
113
|
showAfter: number;
|
|
121
114
|
hideAfter: number;
|
|
122
115
|
autoClose: number;
|
|
116
|
+
placement: import('element-plus').Placement;
|
|
117
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
118
|
+
effect: import('element-plus').PopperEffect;
|
|
119
|
+
enterable: boolean;
|
|
120
|
+
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
121
|
+
teleported: boolean;
|
|
122
|
+
persistent: boolean;
|
|
123
|
+
tabindex: string | number;
|
|
124
|
+
showArrow: boolean;
|
|
123
125
|
trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>;
|
|
124
126
|
triggerKeys: string[];
|
|
125
|
-
width: string | number;
|
|
126
|
-
tabindex: string | number;
|
|
127
127
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
128
128
|
$slots: {
|
|
129
129
|
reference?: (props: {}) => any;
|
|
@@ -133,18 +133,18 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
133
133
|
}) => any;
|
|
134
134
|
};
|
|
135
135
|
}) & import('vue').ObjectPlugin & {
|
|
136
|
-
setPropsDefaults: (defaults:
|
|
137
|
-
readonly trigger?: import('element-plus
|
|
138
|
-
readonly triggerKeys?: string[] | undefined;
|
|
139
|
-
readonly placement?: import('element-plus').Placement | undefined;
|
|
140
|
-
readonly disabled?: boolean | undefined;
|
|
141
|
-
readonly visible?: boolean | null | undefined;
|
|
142
|
-
readonly transition?: string | undefined;
|
|
143
|
-
readonly popperOptions?: Partial<import('element-plus').Options> | undefined;
|
|
144
|
-
readonly tabindex?: string | number | undefined;
|
|
145
|
-
readonly content?: string | undefined;
|
|
146
|
-
readonly popperStyle?: import('vue').StyleValue;
|
|
147
|
-
readonly popperClass?: (string | {
|
|
136
|
+
setPropsDefaults: (defaults: {
|
|
137
|
+
readonly trigger?: import('element-plus').TooltipTriggerType | (() => "click" | "hover" | "focus" | "contextmenu" | import('element-plus').TooltipTriggerType[]) | undefined;
|
|
138
|
+
readonly triggerKeys?: (() => string[]) | undefined;
|
|
139
|
+
readonly placement?: import('element-plus').Placement | (() => "left" | "right" | "auto" | "top" | "auto-start" | "auto-end" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
|
140
|
+
readonly disabled?: boolean | (() => boolean) | undefined;
|
|
141
|
+
readonly visible?: boolean | (() => boolean) | null | undefined;
|
|
142
|
+
readonly transition?: string | (() => string) | undefined;
|
|
143
|
+
readonly popperOptions?: (() => Partial<import('element-plus').Options>) | undefined;
|
|
144
|
+
readonly tabindex?: string | number | (() => string | number) | undefined;
|
|
145
|
+
readonly content?: string | (() => string) | undefined;
|
|
146
|
+
readonly popperStyle?: string | false | (() => string | false | import('vue').CSSProperties | import('vue').StyleValue[]) | null | undefined;
|
|
147
|
+
readonly popperClass?: string | (() => string | {
|
|
148
148
|
[x: string]: boolean;
|
|
149
149
|
} | (string | {
|
|
150
150
|
[x: string]: boolean;
|
|
@@ -169,26 +169,21 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
169
169
|
} | (string | {
|
|
170
170
|
[x: string]: boolean;
|
|
171
171
|
} | /*elided*/ any)[])[])[])[])[])[])[])[])[])[])[]) | undefined;
|
|
172
|
-
readonly enterable?: boolean | undefined;
|
|
173
|
-
readonly effect?: import('element-plus').PopperEffect | undefined;
|
|
174
|
-
readonly teleported?: boolean | undefined;
|
|
175
|
-
readonly appendTo?: string | HTMLElement | undefined;
|
|
176
|
-
readonly title?: string | undefined;
|
|
177
|
-
readonly width?: string | number | undefined;
|
|
178
|
-
readonly offset?: number | undefined;
|
|
179
|
-
readonly showAfter?: number | undefined;
|
|
180
|
-
readonly hideAfter?: number | undefined;
|
|
181
|
-
readonly autoClose?: number | undefined;
|
|
182
|
-
readonly showArrow?: boolean | undefined;
|
|
183
|
-
readonly persistent?: boolean | undefined;
|
|
184
|
-
|
|
185
|
-
readonly "onBefore-enter"?: (() => any) | undefined | undefined;
|
|
186
|
-
readonly "onBefore-leave"?: (() => any) | undefined | undefined;
|
|
187
|
-
readonly "onAfter-enter"?: (() => any) | undefined | undefined;
|
|
188
|
-
readonly "onAfter-leave"?: (() => any) | undefined | undefined;
|
|
189
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps>) => void;
|
|
172
|
+
readonly enterable?: boolean | (() => boolean) | undefined;
|
|
173
|
+
readonly effect?: import('element-plus').PopperEffect | (() => string) | undefined;
|
|
174
|
+
readonly teleported?: boolean | (() => boolean) | undefined;
|
|
175
|
+
readonly appendTo?: string | (() => string | HTMLElement) | undefined;
|
|
176
|
+
readonly title?: string | (() => string) | undefined;
|
|
177
|
+
readonly width?: string | number | (() => string | number) | undefined;
|
|
178
|
+
readonly offset?: number | (() => number) | undefined;
|
|
179
|
+
readonly showAfter?: number | (() => number) | undefined;
|
|
180
|
+
readonly hideAfter?: number | (() => number) | undefined;
|
|
181
|
+
readonly autoClose?: number | (() => number) | undefined;
|
|
182
|
+
readonly showArrow?: boolean | (() => boolean) | undefined;
|
|
183
|
+
readonly persistent?: boolean | (() => boolean) | undefined;
|
|
184
|
+
}) => void;
|
|
190
185
|
} & {
|
|
191
|
-
directive: import('element-plus/es/utils/
|
|
186
|
+
directive: import('element-plus/es/utils/vue/typescript.mjs').SFCWithInstall<import('vue').ObjectDirective<any, any, string, any>>;
|
|
192
187
|
};
|
|
193
188
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
194
189
|
export default _default;
|
package/types/src/components/input3/eltiptap/widget/MenuCommands/TablePopover/index.vue.d.ts
CHANGED
|
@@ -44,24 +44,24 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
44
44
|
"after-enter": () => void;
|
|
45
45
|
"after-leave": () => void;
|
|
46
46
|
}, import('vue').PublicProps, {
|
|
47
|
-
|
|
48
|
-
placement: import('element-plus').Placement;
|
|
49
|
-
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
50
|
-
teleported: boolean;
|
|
51
|
-
persistent: boolean;
|
|
47
|
+
width: string | number;
|
|
52
48
|
visible: boolean | null;
|
|
53
|
-
enterable: boolean;
|
|
54
|
-
offset: number;
|
|
55
|
-
popperOptions: Partial<import('element-plus').Options>;
|
|
56
|
-
showArrow: boolean;
|
|
57
49
|
content: string;
|
|
50
|
+
offset: number;
|
|
58
51
|
showAfter: number;
|
|
59
52
|
hideAfter: number;
|
|
60
53
|
autoClose: number;
|
|
54
|
+
placement: import('element-plus').Placement;
|
|
55
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
56
|
+
effect: import('element-plus').PopperEffect;
|
|
57
|
+
enterable: boolean;
|
|
58
|
+
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
59
|
+
teleported: boolean;
|
|
60
|
+
persistent: boolean;
|
|
61
|
+
tabindex: string | number;
|
|
62
|
+
showArrow: boolean;
|
|
61
63
|
trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>;
|
|
62
64
|
triggerKeys: string[];
|
|
63
|
-
width: string | number;
|
|
64
|
-
tabindex: string | number;
|
|
65
65
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
66
66
|
P: {};
|
|
67
67
|
B: {};
|
|
@@ -79,24 +79,24 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
79
79
|
popperRef: import('vue').ComputedRef<import('element-plus').PopperInstance | undefined>;
|
|
80
80
|
hide: () => void;
|
|
81
81
|
}, {}, {}, {}, {
|
|
82
|
-
|
|
83
|
-
placement: import('element-plus').Placement;
|
|
84
|
-
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
85
|
-
teleported: boolean;
|
|
86
|
-
persistent: boolean;
|
|
82
|
+
width: string | number;
|
|
87
83
|
visible: boolean | null;
|
|
88
|
-
enterable: boolean;
|
|
89
|
-
offset: number;
|
|
90
|
-
popperOptions: Partial<import('element-plus').Options>;
|
|
91
|
-
showArrow: boolean;
|
|
92
84
|
content: string;
|
|
85
|
+
offset: number;
|
|
93
86
|
showAfter: number;
|
|
94
87
|
hideAfter: number;
|
|
95
88
|
autoClose: number;
|
|
89
|
+
placement: import('element-plus').Placement;
|
|
90
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
91
|
+
effect: import('element-plus').PopperEffect;
|
|
92
|
+
enterable: boolean;
|
|
93
|
+
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
94
|
+
teleported: boolean;
|
|
95
|
+
persistent: boolean;
|
|
96
|
+
tabindex: string | number;
|
|
97
|
+
showArrow: boolean;
|
|
96
98
|
trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>;
|
|
97
99
|
triggerKeys: string[];
|
|
98
|
-
width: string | number;
|
|
99
|
-
tabindex: string | number;
|
|
100
100
|
}>;
|
|
101
101
|
__isFragment?: never;
|
|
102
102
|
__isTeleport?: never;
|
|
@@ -117,24 +117,24 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
117
117
|
"after-enter": () => void;
|
|
118
118
|
"after-leave": () => void;
|
|
119
119
|
}, string, {
|
|
120
|
-
|
|
121
|
-
placement: import('element-plus').Placement;
|
|
122
|
-
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
123
|
-
teleported: boolean;
|
|
124
|
-
persistent: boolean;
|
|
120
|
+
width: string | number;
|
|
125
121
|
visible: boolean | null;
|
|
126
|
-
enterable: boolean;
|
|
127
|
-
offset: number;
|
|
128
|
-
popperOptions: Partial<import('element-plus').Options>;
|
|
129
|
-
showArrow: boolean;
|
|
130
122
|
content: string;
|
|
123
|
+
offset: number;
|
|
131
124
|
showAfter: number;
|
|
132
125
|
hideAfter: number;
|
|
133
126
|
autoClose: number;
|
|
127
|
+
placement: import('element-plus').Placement;
|
|
128
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
129
|
+
effect: import('element-plus').PopperEffect;
|
|
130
|
+
enterable: boolean;
|
|
131
|
+
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
132
|
+
teleported: boolean;
|
|
133
|
+
persistent: boolean;
|
|
134
|
+
tabindex: string | number;
|
|
135
|
+
showArrow: boolean;
|
|
134
136
|
trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>;
|
|
135
137
|
triggerKeys: string[];
|
|
136
|
-
width: string | number;
|
|
137
|
-
tabindex: string | number;
|
|
138
138
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
139
139
|
$slots: {
|
|
140
140
|
reference?: (props: {}) => any;
|
|
@@ -144,18 +144,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
144
144
|
}) => any;
|
|
145
145
|
};
|
|
146
146
|
}) & import('vue').ObjectPlugin & {
|
|
147
|
-
setPropsDefaults: (defaults:
|
|
148
|
-
readonly trigger?: import('element-plus
|
|
149
|
-
readonly triggerKeys?: string[] | undefined;
|
|
150
|
-
readonly placement?: import('element-plus').Placement | undefined;
|
|
151
|
-
readonly disabled?: boolean | undefined;
|
|
152
|
-
readonly visible?: boolean | null | undefined;
|
|
153
|
-
readonly transition?: string | undefined;
|
|
154
|
-
readonly popperOptions?: Partial<import('element-plus').Options> | undefined;
|
|
155
|
-
readonly tabindex?: string | number | undefined;
|
|
156
|
-
readonly content?: string | undefined;
|
|
157
|
-
readonly popperStyle?: import('vue').StyleValue;
|
|
158
|
-
readonly popperClass?: (string | {
|
|
147
|
+
setPropsDefaults: (defaults: {
|
|
148
|
+
readonly trigger?: import('element-plus').TooltipTriggerType | (() => "click" | "hover" | "focus" | "contextmenu" | import('element-plus').TooltipTriggerType[]) | undefined;
|
|
149
|
+
readonly triggerKeys?: (() => string[]) | undefined;
|
|
150
|
+
readonly placement?: import('element-plus').Placement | (() => "left" | "right" | "auto" | "top" | "auto-start" | "auto-end" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
|
151
|
+
readonly disabled?: boolean | (() => boolean) | undefined;
|
|
152
|
+
readonly visible?: boolean | (() => boolean) | null | undefined;
|
|
153
|
+
readonly transition?: string | (() => string) | undefined;
|
|
154
|
+
readonly popperOptions?: (() => Partial<import('element-plus').Options>) | undefined;
|
|
155
|
+
readonly tabindex?: string | number | (() => string | number) | undefined;
|
|
156
|
+
readonly content?: string | (() => string) | undefined;
|
|
157
|
+
readonly popperStyle?: string | false | (() => string | false | import('vue').CSSProperties | import('vue').StyleValue[]) | null | undefined;
|
|
158
|
+
readonly popperClass?: string | (() => string | {
|
|
159
159
|
[x: string]: boolean;
|
|
160
160
|
} | (string | {
|
|
161
161
|
[x: string]: boolean;
|
|
@@ -180,26 +180,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
180
180
|
} | (string | {
|
|
181
181
|
[x: string]: boolean;
|
|
182
182
|
} | /*elided*/ any)[])[])[])[])[])[])[])[])[])[])[]) | undefined;
|
|
183
|
-
readonly enterable?: boolean | undefined;
|
|
184
|
-
readonly effect?: import('element-plus').PopperEffect | undefined;
|
|
185
|
-
readonly teleported?: boolean | undefined;
|
|
186
|
-
readonly appendTo?: string | HTMLElement | undefined;
|
|
187
|
-
readonly title?: string | undefined;
|
|
188
|
-
readonly width?: string | number | undefined;
|
|
189
|
-
readonly offset?: number | undefined;
|
|
190
|
-
readonly showAfter?: number | undefined;
|
|
191
|
-
readonly hideAfter?: number | undefined;
|
|
192
|
-
readonly autoClose?: number | undefined;
|
|
193
|
-
readonly showArrow?: boolean | undefined;
|
|
194
|
-
readonly persistent?: boolean | undefined;
|
|
195
|
-
|
|
196
|
-
readonly "onBefore-enter"?: (() => any) | undefined | undefined;
|
|
197
|
-
readonly "onBefore-leave"?: (() => any) | undefined | undefined;
|
|
198
|
-
readonly "onAfter-enter"?: (() => any) | undefined | undefined;
|
|
199
|
-
readonly "onAfter-leave"?: (() => any) | undefined | undefined;
|
|
200
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps>) => void;
|
|
183
|
+
readonly enterable?: boolean | (() => boolean) | undefined;
|
|
184
|
+
readonly effect?: import('element-plus').PopperEffect | (() => string) | undefined;
|
|
185
|
+
readonly teleported?: boolean | (() => boolean) | undefined;
|
|
186
|
+
readonly appendTo?: string | (() => string | HTMLElement) | undefined;
|
|
187
|
+
readonly title?: string | (() => string) | undefined;
|
|
188
|
+
readonly width?: string | number | (() => string | number) | undefined;
|
|
189
|
+
readonly offset?: number | (() => number) | undefined;
|
|
190
|
+
readonly showAfter?: number | (() => number) | undefined;
|
|
191
|
+
readonly hideAfter?: number | (() => number) | undefined;
|
|
192
|
+
readonly autoClose?: number | (() => number) | undefined;
|
|
193
|
+
readonly showArrow?: boolean | (() => boolean) | undefined;
|
|
194
|
+
readonly persistent?: boolean | (() => boolean) | undefined;
|
|
195
|
+
}) => void;
|
|
201
196
|
} & {
|
|
202
|
-
directive: import('element-plus/es/utils/
|
|
197
|
+
directive: import('element-plus/es/utils/vue/typescript.mjs').SFCWithInstall<import('vue').ObjectDirective<any, any, string, any>>;
|
|
203
198
|
};
|
|
204
199
|
CommandButton: typeof CommandButton;
|
|
205
200
|
CreateTablePopover: typeof CreateTablePopover;
|
|
@@ -38,4 +38,7 @@ export { default as SdCascaderForm } from './sdwidget/SdCascaderForm.vue';
|
|
|
38
38
|
export { default as SdCodeMirror } from './sdwidget/SdCodeMirror.vue';
|
|
39
39
|
export { default as SDCustomContent } from './sdwidget/SDCustomContent.vue';
|
|
40
40
|
export { default as SdDatePickerBE } from './sdwidget/SdDatePickerBE.vue';
|
|
41
|
+
export { default as SdDatePickerPanelBE } from './sdwidget/SdDatePickerPanelBE.vue';
|
|
41
42
|
export { default as SdScan } from './sdwidget/SdScan.vue';
|
|
43
|
+
export { default as SdSmartCard } from './sdwidget/SdSmartCard.vue';
|
|
44
|
+
export { default as SdGridSortHeader } from './sdwidget/SdGridSortHeader.vue';
|
|
@@ -120,8 +120,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
120
120
|
limit: number;
|
|
121
121
|
where: string;
|
|
122
122
|
orderBy: OrderBy[];
|
|
123
|
-
parentId: string;
|
|
124
123
|
valueField: string;
|
|
124
|
+
parentId: string;
|
|
125
125
|
rootValue: any;
|
|
126
126
|
saveWithLabel: boolean;
|
|
127
127
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -186,7 +186,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
186
186
|
}, {
|
|
187
187
|
showInput(): any;
|
|
188
188
|
dataError(): boolean;
|
|
189
|
-
backdrop(): boolean;
|
|
190
189
|
}, {
|
|
191
190
|
initForm(sdform: SdFormType): Promise<void>;
|
|
192
191
|
getFormDataRecord(): Promise<void>;
|
|
@@ -366,7 +365,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
366
365
|
formParentId(): any;
|
|
367
366
|
formDataId(): any;
|
|
368
367
|
formParams(): any;
|
|
369
|
-
backdropForm(): boolean;
|
|
370
368
|
}, {
|
|
371
369
|
subFormOpen(bindProps: any): void;
|
|
372
370
|
subFormClose(): void;
|
|
@@ -500,7 +498,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
500
498
|
formParentId(): any;
|
|
501
499
|
formDataId(): any;
|
|
502
500
|
formParams(): any;
|
|
503
|
-
backdropForm(): boolean;
|
|
504
501
|
}, /*elided*/ any, import('vue').DefineComponent<{}, {
|
|
505
502
|
refList: any;
|
|
506
503
|
}, {
|
|
@@ -648,7 +645,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
648
645
|
formParentId(): any;
|
|
649
646
|
formDataId(): any;
|
|
650
647
|
formParams(): any;
|
|
651
|
-
backdropForm(): boolean;
|
|
652
648
|
}, {
|
|
653
649
|
setCurrentInstance(): void;
|
|
654
650
|
emit$(eventName: any, data: any): void;
|
|
@@ -278,6 +278,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
278
278
|
type: NumberConstructor;
|
|
279
279
|
default: number;
|
|
280
280
|
};
|
|
281
|
+
infiniteScroll: {
|
|
282
|
+
type: BooleanConstructor;
|
|
283
|
+
default: boolean;
|
|
284
|
+
};
|
|
281
285
|
buildState: {
|
|
282
286
|
type: BooleanConstructor;
|
|
283
287
|
default: boolean;
|
|
@@ -294,8 +298,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
294
298
|
total: number;
|
|
295
299
|
totalPage: number;
|
|
296
300
|
offset: number;
|
|
301
|
+
loadingMore: boolean;
|
|
302
|
+
hasMore: boolean;
|
|
303
|
+
scrollEl: HTMLElement | null;
|
|
297
304
|
defaultParams: any;
|
|
298
305
|
defaultSort: Array<OrderBy>;
|
|
306
|
+
userSorted: boolean;
|
|
299
307
|
searchText: string;
|
|
300
308
|
sumEnable: boolean;
|
|
301
309
|
sumData: any;
|
|
@@ -336,6 +344,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
336
344
|
backdropForm(): boolean;
|
|
337
345
|
actionWidthAuto(): number;
|
|
338
346
|
totalLabel(): string;
|
|
347
|
+
isInfinite(): boolean;
|
|
348
|
+
effectiveHeight(): string | number;
|
|
349
|
+
showingLabel(): string;
|
|
339
350
|
ddId(): string;
|
|
340
351
|
rowStartLabel(): string;
|
|
341
352
|
rowEndLabel(): string;
|
|
@@ -351,7 +362,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
351
362
|
allowUpdate(sdform: SdFormType, data: any, userInfo: SdUserLogin): boolean;
|
|
352
363
|
allowDelete(sdform: SdFormType, data: any, userInfo: SdUserLogin): boolean;
|
|
353
364
|
afterSave(formData: any, autoSave: boolean, oldData?: any): void;
|
|
354
|
-
|
|
365
|
+
resolveRefreshLabels(): void;
|
|
366
|
+
getDataList(dpFormData: SdProvider, callback?: Function, append?: boolean): Promise<void>;
|
|
367
|
+
loadMore(): void;
|
|
368
|
+
setupInfiniteScroll(): void;
|
|
369
|
+
onTableScroll(): void;
|
|
370
|
+
teardownInfiniteScroll(): void;
|
|
355
371
|
loadExpand(row: any, treeNode: unknown, resolve: (data: Array<any>) => void): void;
|
|
356
372
|
keyIdIndex(dataId: any): number;
|
|
357
373
|
rowKeyIndex(dataId: any): number;
|
|
@@ -367,7 +383,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
367
383
|
reloadData(): void;
|
|
368
384
|
refreshData(): Promise<void>;
|
|
369
385
|
resetExpand(): void;
|
|
370
|
-
handleSort(
|
|
386
|
+
handleSort(payload: {
|
|
387
|
+
prop: string;
|
|
388
|
+
shiftKey: boolean;
|
|
389
|
+
dir?: "ASC" | "DESC";
|
|
390
|
+
}): void;
|
|
371
391
|
handleSearch(): void;
|
|
372
392
|
handleFilter(filters: any): void;
|
|
373
393
|
handleCancel(): Promise<void>;
|
|
@@ -642,6 +662,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
642
662
|
type: NumberConstructor;
|
|
643
663
|
default: number;
|
|
644
664
|
};
|
|
665
|
+
infiniteScroll: {
|
|
666
|
+
type: BooleanConstructor;
|
|
667
|
+
default: boolean;
|
|
668
|
+
};
|
|
645
669
|
buildState: {
|
|
646
670
|
type: BooleanConstructor;
|
|
647
671
|
default: boolean;
|
|
@@ -688,5 +712,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
688
712
|
sumDecimal: number;
|
|
689
713
|
sumAllPage: boolean;
|
|
690
714
|
displayFields: DisplayFields[];
|
|
715
|
+
infiniteScroll: boolean;
|
|
691
716
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
692
717
|
export default _default;
|
|
@@ -25,8 +25,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
25
25
|
default: {};
|
|
26
26
|
};
|
|
27
27
|
backdrop: {
|
|
28
|
-
type:
|
|
29
|
-
default:
|
|
28
|
+
type: PropType<boolean | null>;
|
|
29
|
+
default: null;
|
|
30
30
|
};
|
|
31
31
|
optionData: {
|
|
32
32
|
type: ObjectConstructor;
|
|
@@ -62,6 +62,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
62
62
|
type: PropType<ConnectStateStore>;
|
|
63
63
|
required: true;
|
|
64
64
|
};
|
|
65
|
+
popupType: {
|
|
66
|
+
type: PropType<"dialog" | "drawer">;
|
|
67
|
+
default: string;
|
|
68
|
+
};
|
|
69
|
+
drawerDirection: {
|
|
70
|
+
type: PropType<"rtl" | "ltr" | "ttb" | "btt">;
|
|
71
|
+
default: string;
|
|
72
|
+
};
|
|
65
73
|
}>, {
|
|
66
74
|
options: {};
|
|
67
75
|
formRef: import('vue').Ref<any, any>;
|
|
@@ -145,6 +153,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
145
153
|
get(): any;
|
|
146
154
|
set(value: any): void;
|
|
147
155
|
};
|
|
156
|
+
popupComponent(): string;
|
|
157
|
+
popupSizeBind(): Record<string, any>;
|
|
158
|
+
popupClass(): string;
|
|
159
|
+
resolvedBackdrop(): boolean;
|
|
148
160
|
}, {
|
|
149
161
|
handleOpen(): Promise<void>;
|
|
150
162
|
handleCancel(): void;
|
|
@@ -173,8 +185,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
173
185
|
default: {};
|
|
174
186
|
};
|
|
175
187
|
backdrop: {
|
|
176
|
-
type:
|
|
177
|
-
default:
|
|
188
|
+
type: PropType<boolean | null>;
|
|
189
|
+
default: null;
|
|
178
190
|
};
|
|
179
191
|
optionData: {
|
|
180
192
|
type: ObjectConstructor;
|
|
@@ -210,6 +222,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
210
222
|
type: PropType<ConnectStateStore>;
|
|
211
223
|
required: true;
|
|
212
224
|
};
|
|
225
|
+
popupType: {
|
|
226
|
+
type: PropType<"dialog" | "drawer">;
|
|
227
|
+
default: string;
|
|
228
|
+
};
|
|
229
|
+
drawerDirection: {
|
|
230
|
+
type: PropType<"rtl" | "ltr" | "ttb" | "btt">;
|
|
231
|
+
default: string;
|
|
232
|
+
};
|
|
213
233
|
}>> & Readonly<{
|
|
214
234
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
215
235
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
@@ -221,9 +241,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
221
241
|
parentId: string;
|
|
222
242
|
initData: Record<string, any>;
|
|
223
243
|
fixApiUrl: string;
|
|
224
|
-
backdrop: boolean;
|
|
244
|
+
backdrop: boolean | null;
|
|
225
245
|
optionData: Record<string, any>;
|
|
226
246
|
annotated: boolean;
|
|
227
247
|
isSubForm: boolean;
|
|
248
|
+
popupType: "dialog" | "drawer";
|
|
249
|
+
drawerDirection: "rtl" | "ltr" | "ttb" | "btt";
|
|
228
250
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
229
251
|
export default _default;
|
|
@@ -378,10 +378,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
378
378
|
providerType: string;
|
|
379
379
|
where: string;
|
|
380
380
|
orderBy: OrderBy[];
|
|
381
|
-
parentId: string;
|
|
382
|
-
fixApiUrl: string;
|
|
383
381
|
valueField: string;
|
|
384
382
|
labelTemplate: string;
|
|
383
|
+
parentId: string;
|
|
384
|
+
fixApiUrl: string;
|
|
385
385
|
optionsTemplate: string;
|
|
386
386
|
enableObjectType: boolean;
|
|
387
387
|
cloneEnableLabelField: string;
|
|
@@ -114,6 +114,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
114
114
|
type: BooleanConstructor;
|
|
115
115
|
default: boolean;
|
|
116
116
|
};
|
|
117
|
+
refreshLabel: {
|
|
118
|
+
type: BooleanConstructor;
|
|
119
|
+
default: boolean;
|
|
120
|
+
};
|
|
117
121
|
getdataOnLoad: {
|
|
118
122
|
type: BooleanConstructor;
|
|
119
123
|
default: boolean;
|
|
@@ -373,6 +377,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
373
377
|
type: BooleanConstructor;
|
|
374
378
|
default: boolean;
|
|
375
379
|
};
|
|
380
|
+
refreshLabel: {
|
|
381
|
+
type: BooleanConstructor;
|
|
382
|
+
default: boolean;
|
|
383
|
+
};
|
|
376
384
|
getdataOnLoad: {
|
|
377
385
|
type: BooleanConstructor;
|
|
378
386
|
default: boolean;
|
|
@@ -435,14 +443,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
435
443
|
providerType: string;
|
|
436
444
|
where: string;
|
|
437
445
|
orderBy: OrderBy[];
|
|
446
|
+
valueField: string;
|
|
447
|
+
labelTemplate: string;
|
|
448
|
+
valueObjectId: boolean;
|
|
438
449
|
parentId: string;
|
|
439
450
|
fixApiUrl: string;
|
|
440
451
|
buildState: boolean;
|
|
441
|
-
valueField: string;
|
|
442
|
-
labelTemplate: string;
|
|
443
452
|
optionsTemplate: string;
|
|
444
453
|
enableObjectType: boolean;
|
|
445
|
-
|
|
454
|
+
refreshLabel: boolean;
|
|
446
455
|
cloneEnableLabelField: string;
|
|
447
456
|
formBtnEnable: boolean;
|
|
448
457
|
allowCreate: boolean;
|