sd-render 1.2.3 → 1.2.5
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/api-docs.html +1460 -0
- package/field-docs.html +15921 -0
- package/package.json +1 -1
- package/{sd-lib-dHIV-L4J.js → sd-lib-PdxhAYFN.js} +6795 -5168
- package/{sd-render-CNzGzWA1.js → sd-render-DLhegige.js} +1724 -1358
- package/sd-render.es.js +64 -60
- package/sd-render.style.css +1 -1
- package/types/src/components/form-render/SdFormRender.vue.d.ts +3 -0
- package/types/src/components/form-render/form-container/affix-render.vue.d.ts +7 -1
- package/types/src/components/form-render/form-field/alert-ui.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/apexchart-ui.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/autonumber-input.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/avatar-ui.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/btn-editor-input.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/button-ui.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/carousel-ui.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/cascader-form-input.vue.d.ts +373 -0
- package/types/src/components/form-render/form-field/chart-ui.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/checkbox-input.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/code-input.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/color-input.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/crop-upload-input.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/datagrid-form-ui.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/datagrid-sql-ui.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/date-input.vue.d.ts +556 -0
- package/types/src/components/form-render/form-field/date-range-input.vue.d.ts +556 -0
- package/types/src/components/form-render/form-field/divider-ui.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/dropdown-ui.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/dynamic-input.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/file-upload-input.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/group-list-input.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/html-input.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/html-ui.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/icon-input.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/image-ui.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/json-input.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/link-ui.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/list-ui.vue.d.ts +3 -0
- package/types/src/components/form-render/form-field/masked-input.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/multiple-date.vue.d.ts +556 -0
- package/types/src/components/form-render/form-field/number-input.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/objectid-input.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/picture-upload-input.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/progress-ui.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/qrcode-ui.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/radio-input.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/radio-text-input.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/rate-input.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/record-ui.vue.d.ts +3 -0
- package/types/src/components/form-render/form-field/report-ui.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/scan-code-ui.vue.d.ts +624 -0
- package/types/src/components/form-render/form-field/segmented-ui.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/select-data-input.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/select-form-input.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/select-input.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/select-path-input.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/select-sql-input.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/side-menu-ui.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/slider-input.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/statistic-ui.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/step-ui.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/svg-input.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/svg-ui.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/switch-input.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/tags-input.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/text-input.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/text-ui.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/textarea-input.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/time-input.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/time-range-input.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/time-select-input.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/tour-ui.vue.d.ts +1 -0
- package/types/src/components/form-render/form-field/vue-ui.vue.d.ts +454 -0
- package/types/src/components/form-render/mixins/CoreFieldMixin.d.ts +1 -0
- package/types/src/components/input3/SdCropImageInput.vue.d.ts +1 -1
- package/types/src/components/input3/SdHtmlEditor.vue.d.ts +5 -5
- package/types/src/components/input3/SdMaskedInput.vue.d.ts +2 -2
- package/types/src/components/input3/eltiptap/hooks/useCodeView.d.ts +7 -1
- package/types/src/components/input3/eltiptap/widget/ElementTiptap.vue.d.ts +5 -5
- package/types/src/components/input3/eltiptap/widget/ExtensionViews/ImageView.vue.d.ts +8 -8
- package/types/src/components/input3/eltiptap/widget/MenuCommands/ColorPopover.vue.d.ts +8 -8
- package/types/src/components/input3/eltiptap/widget/MenuCommands/CommandButton.vue.d.ts +7 -7
- package/types/src/components/input3/eltiptap/widget/MenuCommands/FontFamilyDropdown.vue.d.ts +28 -28
- package/types/src/components/input3/eltiptap/widget/MenuCommands/FontSizeDropdown.vue.d.ts +28 -28
- package/types/src/components/input3/eltiptap/widget/MenuCommands/HeadingDropdown.vue.d.ts +28 -28
- package/types/src/components/input3/eltiptap/widget/MenuCommands/HighlightPopover.vue.d.ts +8 -8
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Image/ImageDisplayCommandButton.vue.d.ts +8 -8
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Image/InsertImageCommandButton.vue.d.ts +8 -8
- package/types/src/components/input3/eltiptap/widget/MenuCommands/LineHeightDropdown.vue.d.ts +28 -28
- package/types/src/components/input3/eltiptap/widget/MenuCommands/TablePopover/CreateTablePopover.vue.d.ts +8 -8
- package/types/src/components/input3/eltiptap/widget/MenuCommands/TablePopover/index.vue.d.ts +8 -8
- package/types/src/components/sdlib.d.ts +5 -1
- package/types/src/components/sdwidget/SDCustomContent.vue.d.ts +96 -0
- package/types/src/components/sdwidget/SDImportAndModified.vue.d.ts +1 -1
- package/types/src/components/sdwidget/SDImportData.vue.d.ts +1 -1
- package/types/src/components/sdwidget/SDImportMapData.vue.d.ts +1 -1
- package/types/src/components/sdwidget/SdCascaderForm.vue.d.ts +128 -0
- package/types/src/components/sdwidget/SdChart.vue.d.ts +1 -1
- package/types/src/components/sdwidget/SdCodeMirror.vue.d.ts +232 -0
- package/types/src/components/sdwidget/SdCrudForm.vue.d.ts +5 -1
- package/types/src/components/sdwidget/SdCrudGrid.vue.d.ts +2 -1
- package/types/src/components/sdwidget/SdCrudPopupForm.vue.d.ts +2 -2
- package/types/src/components/sdwidget/SdCrudPopupGrid.vue.d.ts +2 -2
- package/types/src/components/sdwidget/SdCrudSelect.vue.d.ts +2 -2
- package/types/src/components/sdwidget/SdCrudSelectSubForm.vue.d.ts +3 -2
- package/types/src/components/sdwidget/SdDataDicPopup.vue.d.ts +1 -1
- package/types/src/components/sdwidget/SdDatePickerBE.vue.d.ts +987 -0
- package/types/src/components/sdwidget/SdDynamicInput.vue.d.ts +4 -4
- package/types/src/components/sdwidget/SdExportData.vue.d.ts +1 -1
- package/types/src/components/sdwidget/SdFormErd.vue.d.ts +2 -2
- package/types/src/components/sdwidget/SdFormSchema.vue.d.ts +3 -5
- package/types/src/components/sdwidget/SdFormSchemaForm.vue.d.ts +3 -5
- package/types/src/components/sdwidget/SdGallery.vue.d.ts +6 -10
- package/types/src/components/sdwidget/SdGrid.vue.d.ts +1 -1
- package/types/src/components/sdwidget/SdIcon.vue.d.ts +2 -2
- package/types/src/components/sdwidget/SdOptionsItems.vue.d.ts +1 -1
- package/types/src/components/sdwidget/SdScan.vue.d.ts +369 -0
- package/types/src/components/sdwidget/SdSelectPathData.vue.d.ts +2 -2
- package/types/src/components/sdwidget/SdSelectRemoteList.vue.d.ts +2 -2
- package/types/src/components/sdwidget/SdUiListView.vue.d.ts +15 -0
- package/types/src/components/sdwidget/SdUiMenu.vue.d.ts +2 -2
- package/types/src/components/sdwidget/SdUiRecordView.vue.d.ts +159 -1
- package/types/src/env.d.ts +3 -0
- package/types/src/types/SdForm.d.ts +1 -0
- package/types/src/components/input3/SdAceEditor.vue.d.ts +0 -233
|
@@ -77,7 +77,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
77
77
|
updateModel(e: any): void;
|
|
78
78
|
updateValue(updateModel?: boolean): void;
|
|
79
79
|
isValueUpdated(): boolean;
|
|
80
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("
|
|
80
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("complete" | "update:modelValue" | "change" | "focus" | "blur" | "keydown" | "paste" | "keypress")[], "complete" | "update:modelValue" | "change" | "focus" | "blur" | "keydown" | "paste" | "keypress", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
81
81
|
modelValue: any;
|
|
82
82
|
slotChar: {
|
|
83
83
|
type: any;
|
|
@@ -125,9 +125,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
125
125
|
onComplete?: ((...args: any[]) => any) | undefined;
|
|
126
126
|
}>, {
|
|
127
127
|
mask: any;
|
|
128
|
-
readonly: any;
|
|
129
128
|
disabled: any;
|
|
130
129
|
modelValue: any;
|
|
130
|
+
readonly: any;
|
|
131
131
|
slotChar: any;
|
|
132
132
|
autoClear: any;
|
|
133
133
|
unmask: any;
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
import { Editor } from '@tiptap/core';
|
|
2
2
|
import { ShallowRef } from 'vue';
|
|
3
|
+
/**
|
|
4
|
+
* Code View ของ element-tiptap — toggle ดู/แก้ HTML source ของ editor
|
|
5
|
+
*
|
|
6
|
+
* ใช้ SdCodeMirror (lang html + :auto-beautify) แทน ace.edit เดิม → ตัด dependency ace-builds
|
|
7
|
+
* ElementTiptap.vue bind `codeViewHtml` เข้า <SdCodeMirror v-model:value>
|
|
8
|
+
*/
|
|
3
9
|
export default function useCodeView(editor: ShallowRef<Editor | undefined>): {
|
|
4
|
-
aceAreaRef: import('vue').Ref<any, any>;
|
|
5
10
|
isCodeViewMode: import('vue').Ref<boolean, boolean>;
|
|
11
|
+
codeViewHtml: import('vue').Ref<string, string>;
|
|
6
12
|
};
|
|
@@ -110,14 +110,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
110
110
|
showFooter: import('vue').ComputedRef<boolean>;
|
|
111
111
|
isFullscreen: import('vue').Ref<boolean, boolean>;
|
|
112
112
|
isCodeViewMode: import('vue').Ref<boolean, boolean>;
|
|
113
|
-
|
|
113
|
+
codeViewHtml: import('vue').Ref<string, string>;
|
|
114
114
|
}, {}, {
|
|
115
115
|
editorStyle(): {
|
|
116
116
|
width: string | number | undefined;
|
|
117
117
|
height: string | number | undefined;
|
|
118
118
|
}[];
|
|
119
119
|
countMax(): number | undefined;
|
|
120
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("onFocus" | "onBlur" | "
|
|
120
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("onFocus" | "onBlur" | "update:modelValue" | "change" | "onCreate" | "onUpdate" | "onTransaction" | "onDestroy" | "update:content")[], "onFocus" | "onBlur" | "update:modelValue" | "change" | "onCreate" | "onUpdate" | "onTransaction" | "onDestroy" | "update:content", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
121
121
|
modelValue: {
|
|
122
122
|
type: any;
|
|
123
123
|
default: string;
|
|
@@ -220,14 +220,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
220
220
|
"onUpdate:content"?: ((...args: any[]) => any) | undefined;
|
|
221
221
|
}>, {
|
|
222
222
|
output: string;
|
|
223
|
-
placeholder: string;
|
|
224
|
-
readonly: boolean;
|
|
225
|
-
lang: string;
|
|
226
223
|
width: string | number;
|
|
227
224
|
height: string | number;
|
|
228
225
|
modelValue: any;
|
|
226
|
+
placeholder: string;
|
|
229
227
|
tooltip: boolean;
|
|
228
|
+
readonly: boolean;
|
|
230
229
|
extensions: AnyExtension[];
|
|
230
|
+
lang: string;
|
|
231
231
|
enableCharCount: boolean;
|
|
232
232
|
charCountMax: number;
|
|
233
233
|
locale: Record<string, any>;
|
|
@@ -148,14 +148,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
148
148
|
"after-leave": () => void;
|
|
149
149
|
}, import('vue').PublicProps, {
|
|
150
150
|
effect: import('element-plus').PopperEffect;
|
|
151
|
-
placement: Placement;
|
|
151
|
+
placement: import('element-plus').Placement;
|
|
152
152
|
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
153
153
|
teleported: boolean;
|
|
154
154
|
persistent: boolean;
|
|
155
155
|
visible: boolean | null;
|
|
156
156
|
enterable: boolean;
|
|
157
157
|
offset: number;
|
|
158
|
-
popperOptions: Partial<Options>;
|
|
158
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
159
159
|
showArrow: boolean;
|
|
160
160
|
content: string;
|
|
161
161
|
showAfter: number;
|
|
@@ -183,14 +183,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
183
183
|
hide: () => void;
|
|
184
184
|
}, {}, {}, {}, {
|
|
185
185
|
effect: import('element-plus').PopperEffect;
|
|
186
|
-
placement: Placement;
|
|
186
|
+
placement: import('element-plus').Placement;
|
|
187
187
|
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
188
188
|
teleported: boolean;
|
|
189
189
|
persistent: boolean;
|
|
190
190
|
visible: boolean | null;
|
|
191
191
|
enterable: boolean;
|
|
192
192
|
offset: number;
|
|
193
|
-
popperOptions: Partial<Options>;
|
|
193
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
194
194
|
showArrow: boolean;
|
|
195
195
|
content: string;
|
|
196
196
|
showAfter: number;
|
|
@@ -221,14 +221,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
221
221
|
"after-leave": () => void;
|
|
222
222
|
}, string, {
|
|
223
223
|
effect: import('element-plus').PopperEffect;
|
|
224
|
-
placement: Placement;
|
|
224
|
+
placement: import('element-plus').Placement;
|
|
225
225
|
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
226
226
|
teleported: boolean;
|
|
227
227
|
persistent: boolean;
|
|
228
228
|
visible: boolean | null;
|
|
229
229
|
enterable: boolean;
|
|
230
230
|
offset: number;
|
|
231
|
-
popperOptions: Partial<Options>;
|
|
231
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
232
232
|
showArrow: boolean;
|
|
233
233
|
content: string;
|
|
234
234
|
showAfter: number;
|
|
@@ -250,11 +250,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
250
250
|
setPropsDefaults: (defaults: Partial<{
|
|
251
251
|
readonly trigger?: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> | undefined;
|
|
252
252
|
readonly triggerKeys?: string[] | undefined;
|
|
253
|
-
readonly placement?: Placement
|
|
253
|
+
readonly placement?: import('element-plus').Placement | undefined;
|
|
254
254
|
readonly disabled?: boolean | undefined;
|
|
255
255
|
readonly visible?: boolean | null | undefined;
|
|
256
256
|
readonly transition?: string | undefined;
|
|
257
|
-
readonly popperOptions?: Partial<Options
|
|
257
|
+
readonly popperOptions?: Partial<import('element-plus').Options> | undefined;
|
|
258
258
|
readonly tabindex?: string | number | undefined;
|
|
259
259
|
readonly content?: string | undefined;
|
|
260
260
|
readonly popperStyle?: import('vue').StyleValue;
|
|
@@ -171,14 +171,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
171
171
|
"after-leave": () => void;
|
|
172
172
|
}, import('vue').PublicProps, {
|
|
173
173
|
effect: import('element-plus').PopperEffect;
|
|
174
|
-
placement: Placement;
|
|
174
|
+
placement: import('element-plus').Placement;
|
|
175
175
|
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
176
176
|
teleported: boolean;
|
|
177
177
|
persistent: boolean;
|
|
178
178
|
visible: boolean | null;
|
|
179
179
|
enterable: boolean;
|
|
180
180
|
offset: number;
|
|
181
|
-
popperOptions: Partial<Options>;
|
|
181
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
182
182
|
showArrow: boolean;
|
|
183
183
|
content: string;
|
|
184
184
|
showAfter: number;
|
|
@@ -206,14 +206,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
206
206
|
hide: () => void;
|
|
207
207
|
}, {}, {}, {}, {
|
|
208
208
|
effect: import('element-plus').PopperEffect;
|
|
209
|
-
placement: Placement;
|
|
209
|
+
placement: import('element-plus').Placement;
|
|
210
210
|
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
211
211
|
teleported: boolean;
|
|
212
212
|
persistent: boolean;
|
|
213
213
|
visible: boolean | null;
|
|
214
214
|
enterable: boolean;
|
|
215
215
|
offset: number;
|
|
216
|
-
popperOptions: Partial<Options>;
|
|
216
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
217
217
|
showArrow: boolean;
|
|
218
218
|
content: string;
|
|
219
219
|
showAfter: number;
|
|
@@ -244,14 +244,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
244
244
|
"after-leave": () => void;
|
|
245
245
|
}, string, {
|
|
246
246
|
effect: import('element-plus').PopperEffect;
|
|
247
|
-
placement: Placement;
|
|
247
|
+
placement: import('element-plus').Placement;
|
|
248
248
|
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
249
249
|
teleported: boolean;
|
|
250
250
|
persistent: boolean;
|
|
251
251
|
visible: boolean | null;
|
|
252
252
|
enterable: boolean;
|
|
253
253
|
offset: number;
|
|
254
|
-
popperOptions: Partial<Options>;
|
|
254
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
255
255
|
showArrow: boolean;
|
|
256
256
|
content: string;
|
|
257
257
|
showAfter: number;
|
|
@@ -273,11 +273,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
273
273
|
setPropsDefaults: (defaults: Partial<{
|
|
274
274
|
readonly trigger?: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> | undefined;
|
|
275
275
|
readonly triggerKeys?: string[] | undefined;
|
|
276
|
-
readonly placement?: Placement
|
|
276
|
+
readonly placement?: import('element-plus').Placement | undefined;
|
|
277
277
|
readonly disabled?: boolean | undefined;
|
|
278
278
|
readonly visible?: boolean | null | undefined;
|
|
279
279
|
readonly transition?: string | undefined;
|
|
280
|
-
readonly popperOptions?: Partial<Options
|
|
280
|
+
readonly popperOptions?: Partial<import('element-plus').Options> | undefined;
|
|
281
281
|
readonly tabindex?: string | number | undefined;
|
|
282
282
|
readonly content?: string | undefined;
|
|
283
283
|
readonly popperStyle?: import('vue').StyleValue;
|
|
@@ -64,10 +64,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
64
64
|
default: string;
|
|
65
65
|
};
|
|
66
66
|
}>> & Readonly<{}>, {
|
|
67
|
-
readonly: boolean;
|
|
68
67
|
placement: "left" | "right" | "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
69
68
|
isActive: boolean;
|
|
70
69
|
command: Function;
|
|
70
|
+
readonly: boolean;
|
|
71
71
|
}, {}, {
|
|
72
72
|
ElTooltip: import('element-plus/es/utils/index.mjs').SFCWithInstall<{
|
|
73
73
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').UseTooltipProps> & Readonly<{
|
|
@@ -96,7 +96,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
96
96
|
open: (...args: any[]) => void;
|
|
97
97
|
}, import('vue').PublicProps, {
|
|
98
98
|
effect: import('element-plus').PopperEffect;
|
|
99
|
-
placement: Placement;
|
|
99
|
+
placement: import('element-plus').Placement;
|
|
100
100
|
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
101
101
|
teleported: boolean;
|
|
102
102
|
visible: boolean | null;
|
|
@@ -111,7 +111,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
111
111
|
boundariesPadding: number;
|
|
112
112
|
gpuAcceleration: boolean;
|
|
113
113
|
offset: number;
|
|
114
|
-
popperOptions: Partial<Options>;
|
|
114
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
115
115
|
strategy: "absolute" | "fixed";
|
|
116
116
|
arrowOffset: number;
|
|
117
117
|
showArrow: boolean;
|
|
@@ -147,7 +147,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
147
147
|
hide: (event?: Event) => void;
|
|
148
148
|
}, {}, {}, {}, {
|
|
149
149
|
effect: import('element-plus').PopperEffect;
|
|
150
|
-
placement: Placement;
|
|
150
|
+
placement: import('element-plus').Placement;
|
|
151
151
|
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
152
152
|
teleported: boolean;
|
|
153
153
|
visible: boolean | null;
|
|
@@ -162,7 +162,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
162
162
|
boundariesPadding: number;
|
|
163
163
|
gpuAcceleration: boolean;
|
|
164
164
|
offset: number;
|
|
165
|
-
popperOptions: Partial<Options>;
|
|
165
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
166
166
|
strategy: "absolute" | "fixed";
|
|
167
167
|
arrowOffset: number;
|
|
168
168
|
showArrow: boolean;
|
|
@@ -203,7 +203,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
203
203
|
open: (...args: any[]) => void;
|
|
204
204
|
}, string, {
|
|
205
205
|
effect: import('element-plus').PopperEffect;
|
|
206
|
-
placement: Placement;
|
|
206
|
+
placement: import('element-plus').Placement;
|
|
207
207
|
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
208
208
|
teleported: boolean;
|
|
209
209
|
visible: boolean | null;
|
|
@@ -218,7 +218,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
218
218
|
boundariesPadding: number;
|
|
219
219
|
gpuAcceleration: boolean;
|
|
220
220
|
offset: number;
|
|
221
|
-
popperOptions: Partial<Options>;
|
|
221
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
222
222
|
strategy: "absolute" | "fixed";
|
|
223
223
|
arrowOffset: number;
|
|
224
224
|
showArrow: boolean;
|
package/types/src/components/input3/eltiptap/widget/MenuCommands/FontFamilyDropdown.vue.d.ts
CHANGED
|
@@ -50,8 +50,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
50
50
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
51
51
|
__epPropKey: true;
|
|
52
52
|
};
|
|
53
|
-
readonly placement: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], unknown, unknown, "bottom", boolean>;
|
|
54
|
-
readonly popperOptions: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | (((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
53
|
+
readonly placement: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | (((new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement)) | null)[], unknown, unknown, "bottom", boolean>;
|
|
54
|
+
readonly popperOptions: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => Partial<import('element-plus').Options>) | (() => Partial<import('element-plus').Options>) | (((new (...args: any[]) => Partial<import('element-plus').Options>) | (() => Partial<import('element-plus').Options>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
55
55
|
readonly id: StringConstructor;
|
|
56
56
|
readonly size: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
57
57
|
readonly splitButton: BooleanConstructor;
|
|
@@ -231,12 +231,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
231
231
|
readonly effect: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | (((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect)) | null)[], unknown, unknown>;
|
|
232
232
|
readonly size: string;
|
|
233
233
|
readonly disabled: boolean;
|
|
234
|
-
readonly placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], unknown, unknown>;
|
|
234
|
+
readonly placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | (((new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement)) | null)[], unknown, unknown>;
|
|
235
235
|
readonly teleported: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
236
236
|
readonly persistent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
237
237
|
readonly virtualTriggering: boolean;
|
|
238
238
|
readonly loop: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
239
|
-
readonly popperOptions: Partial<Options>;
|
|
239
|
+
readonly popperOptions: Partial<import('element-plus').Options>;
|
|
240
240
|
readonly showArrow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
241
241
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "tooltip" | "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tree", unknown>;
|
|
242
242
|
readonly trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<"click" | "contextmenu" | "hover">;
|
|
@@ -543,7 +543,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
543
543
|
open: (...args: any[]) => void;
|
|
544
544
|
}, import('vue').PublicProps, {
|
|
545
545
|
effect: import('element-plus').PopperEffect;
|
|
546
|
-
placement: Placement;
|
|
546
|
+
placement: import('element-plus').Placement;
|
|
547
547
|
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
548
548
|
teleported: boolean;
|
|
549
549
|
visible: boolean | null;
|
|
@@ -558,7 +558,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
558
558
|
boundariesPadding: number;
|
|
559
559
|
gpuAcceleration: boolean;
|
|
560
560
|
offset: number;
|
|
561
|
-
popperOptions: Partial<Options>;
|
|
561
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
562
562
|
strategy: "absolute" | "fixed";
|
|
563
563
|
arrowOffset: number;
|
|
564
564
|
showArrow: boolean;
|
|
@@ -594,7 +594,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
594
594
|
hide: (event?: Event) => void;
|
|
595
595
|
}, {}, {}, {}, {
|
|
596
596
|
effect: import('element-plus').PopperEffect;
|
|
597
|
-
placement: Placement;
|
|
597
|
+
placement: import('element-plus').Placement;
|
|
598
598
|
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
599
599
|
teleported: boolean;
|
|
600
600
|
visible: boolean | null;
|
|
@@ -609,7 +609,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
609
609
|
boundariesPadding: number;
|
|
610
610
|
gpuAcceleration: boolean;
|
|
611
611
|
offset: number;
|
|
612
|
-
popperOptions: Partial<Options>;
|
|
612
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
613
613
|
strategy: "absolute" | "fixed";
|
|
614
614
|
arrowOffset: number;
|
|
615
615
|
showArrow: boolean;
|
|
@@ -650,7 +650,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
650
650
|
open: (...args: any[]) => void;
|
|
651
651
|
}, string, {
|
|
652
652
|
effect: import('element-plus').PopperEffect;
|
|
653
|
-
placement: Placement;
|
|
653
|
+
placement: import('element-plus').Placement;
|
|
654
654
|
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
655
655
|
teleported: boolean;
|
|
656
656
|
visible: boolean | null;
|
|
@@ -665,7 +665,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
665
665
|
boundariesPadding: number;
|
|
666
666
|
gpuAcceleration: boolean;
|
|
667
667
|
offset: number;
|
|
668
|
-
popperOptions: Partial<Options>;
|
|
668
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
669
669
|
strategy: "absolute" | "fixed";
|
|
670
670
|
arrowOffset: number;
|
|
671
671
|
showArrow: boolean;
|
|
@@ -821,8 +821,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
821
821
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
822
822
|
__epPropKey: true;
|
|
823
823
|
};
|
|
824
|
-
readonly placement: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], unknown, unknown, "bottom", boolean>;
|
|
825
|
-
readonly popperOptions: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | (((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
824
|
+
readonly placement: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | (((new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement)) | null)[], unknown, unknown, "bottom", boolean>;
|
|
825
|
+
readonly popperOptions: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => Partial<import('element-plus').Options>) | (() => Partial<import('element-plus').Options>) | (((new (...args: any[]) => Partial<import('element-plus').Options>) | (() => Partial<import('element-plus').Options>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
826
826
|
readonly id: StringConstructor;
|
|
827
827
|
readonly size: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
828
828
|
readonly splitButton: BooleanConstructor;
|
|
@@ -1002,12 +1002,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1002
1002
|
readonly effect: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | (((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect)) | null)[], unknown, unknown>;
|
|
1003
1003
|
readonly size: string;
|
|
1004
1004
|
readonly disabled: boolean;
|
|
1005
|
-
readonly placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], unknown, unknown>;
|
|
1005
|
+
readonly placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | (((new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement)) | null)[], unknown, unknown>;
|
|
1006
1006
|
readonly teleported: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1007
1007
|
readonly persistent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1008
1008
|
readonly virtualTriggering: boolean;
|
|
1009
1009
|
readonly loop: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1010
|
-
readonly popperOptions: Partial<Options>;
|
|
1010
|
+
readonly popperOptions: Partial<import('element-plus').Options>;
|
|
1011
1011
|
readonly showArrow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1012
1012
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "tooltip" | "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tree", unknown>;
|
|
1013
1013
|
readonly trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<"click" | "contextmenu" | "hover">;
|
|
@@ -1051,8 +1051,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1051
1051
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1052
1052
|
__epPropKey: true;
|
|
1053
1053
|
};
|
|
1054
|
-
readonly placement: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], unknown, unknown, "bottom", boolean>;
|
|
1055
|
-
readonly popperOptions: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | (((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
1054
|
+
readonly placement: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | (((new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement)) | null)[], unknown, unknown, "bottom", boolean>;
|
|
1055
|
+
readonly popperOptions: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => Partial<import('element-plus').Options>) | (() => Partial<import('element-plus').Options>) | (((new (...args: any[]) => Partial<import('element-plus').Options>) | (() => Partial<import('element-plus').Options>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
1056
1056
|
readonly id: StringConstructor;
|
|
1057
1057
|
readonly size: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1058
1058
|
readonly splitButton: BooleanConstructor;
|
|
@@ -1232,12 +1232,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1232
1232
|
readonly effect: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | (((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect)) | null)[], unknown, unknown>;
|
|
1233
1233
|
readonly size: string;
|
|
1234
1234
|
readonly disabled: boolean;
|
|
1235
|
-
readonly placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], unknown, unknown>;
|
|
1235
|
+
readonly placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | (((new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement)) | null)[], unknown, unknown>;
|
|
1236
1236
|
readonly teleported: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1237
1237
|
readonly persistent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1238
1238
|
readonly virtualTriggering: boolean;
|
|
1239
1239
|
readonly loop: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1240
|
-
readonly popperOptions: Partial<Options>;
|
|
1240
|
+
readonly popperOptions: Partial<import('element-plus').Options>;
|
|
1241
1241
|
readonly showArrow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1242
1242
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "tooltip" | "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tree", unknown>;
|
|
1243
1243
|
readonly trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<"click" | "contextmenu" | "hover">;
|
|
@@ -1544,7 +1544,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1544
1544
|
open: (...args: any[]) => void;
|
|
1545
1545
|
}, import('vue').PublicProps, {
|
|
1546
1546
|
effect: import('element-plus').PopperEffect;
|
|
1547
|
-
placement: Placement;
|
|
1547
|
+
placement: import('element-plus').Placement;
|
|
1548
1548
|
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1549
1549
|
teleported: boolean;
|
|
1550
1550
|
visible: boolean | null;
|
|
@@ -1559,7 +1559,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1559
1559
|
boundariesPadding: number;
|
|
1560
1560
|
gpuAcceleration: boolean;
|
|
1561
1561
|
offset: number;
|
|
1562
|
-
popperOptions: Partial<Options>;
|
|
1562
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
1563
1563
|
strategy: "absolute" | "fixed";
|
|
1564
1564
|
arrowOffset: number;
|
|
1565
1565
|
showArrow: boolean;
|
|
@@ -1595,7 +1595,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1595
1595
|
hide: (event?: Event) => void;
|
|
1596
1596
|
}, {}, {}, {}, {
|
|
1597
1597
|
effect: import('element-plus').PopperEffect;
|
|
1598
|
-
placement: Placement;
|
|
1598
|
+
placement: import('element-plus').Placement;
|
|
1599
1599
|
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1600
1600
|
teleported: boolean;
|
|
1601
1601
|
visible: boolean | null;
|
|
@@ -1610,7 +1610,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1610
1610
|
boundariesPadding: number;
|
|
1611
1611
|
gpuAcceleration: boolean;
|
|
1612
1612
|
offset: number;
|
|
1613
|
-
popperOptions: Partial<Options>;
|
|
1613
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
1614
1614
|
strategy: "absolute" | "fixed";
|
|
1615
1615
|
arrowOffset: number;
|
|
1616
1616
|
showArrow: boolean;
|
|
@@ -1651,7 +1651,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1651
1651
|
open: (...args: any[]) => void;
|
|
1652
1652
|
}, string, {
|
|
1653
1653
|
effect: import('element-plus').PopperEffect;
|
|
1654
|
-
placement: Placement;
|
|
1654
|
+
placement: import('element-plus').Placement;
|
|
1655
1655
|
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1656
1656
|
teleported: boolean;
|
|
1657
1657
|
visible: boolean | null;
|
|
@@ -1666,7 +1666,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1666
1666
|
boundariesPadding: number;
|
|
1667
1667
|
gpuAcceleration: boolean;
|
|
1668
1668
|
offset: number;
|
|
1669
|
-
popperOptions: Partial<Options>;
|
|
1669
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
1670
1670
|
strategy: "absolute" | "fixed";
|
|
1671
1671
|
arrowOffset: number;
|
|
1672
1672
|
showArrow: boolean;
|
|
@@ -1791,12 +1791,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1791
1791
|
readonly effect: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | (((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect)) | null)[], unknown, unknown>;
|
|
1792
1792
|
readonly size: string;
|
|
1793
1793
|
readonly disabled: boolean;
|
|
1794
|
-
readonly placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], unknown, unknown>;
|
|
1794
|
+
readonly placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | (((new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement)) | null)[], unknown, unknown>;
|
|
1795
1795
|
readonly teleported: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1796
1796
|
readonly persistent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1797
1797
|
readonly virtualTriggering: boolean;
|
|
1798
1798
|
readonly loop: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1799
|
-
readonly popperOptions: Partial<Options>;
|
|
1799
|
+
readonly popperOptions: Partial<import('element-plus').Options>;
|
|
1800
1800
|
readonly showArrow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1801
1801
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "tooltip" | "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tree", unknown>;
|
|
1802
1802
|
readonly trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<"click" | "contextmenu" | "hover">;
|
|
@@ -1814,8 +1814,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1814
1814
|
readonly effect: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | ((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | null)[], unknown, unknown>;
|
|
1815
1815
|
readonly virtualTriggering: boolean;
|
|
1816
1816
|
readonly loop: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1817
|
-
readonly placement: any
|
|
1818
|
-
readonly popperOptions:
|
|
1817
|
+
readonly placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | ((new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | null)[], unknown, unknown>;
|
|
1818
|
+
readonly popperOptions: Partial<import('element-plus').Options>;
|
|
1819
1819
|
readonly showArrow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1820
1820
|
readonly persistent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1821
1821
|
readonly teleported: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|