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
|
@@ -290,14 +290,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
290
290
|
"after-leave": () => void;
|
|
291
291
|
}, import('vue').PublicProps, {
|
|
292
292
|
effect: import('element-plus').PopperEffect;
|
|
293
|
-
placement: Placement;
|
|
293
|
+
placement: import('element-plus').Placement;
|
|
294
294
|
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
295
295
|
teleported: boolean;
|
|
296
296
|
persistent: boolean;
|
|
297
297
|
visible: boolean | null;
|
|
298
298
|
enterable: boolean;
|
|
299
299
|
offset: number;
|
|
300
|
-
popperOptions: Partial<Options>;
|
|
300
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
301
301
|
showArrow: boolean;
|
|
302
302
|
content: string;
|
|
303
303
|
showAfter: number;
|
|
@@ -325,14 +325,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
325
325
|
hide: () => void;
|
|
326
326
|
}, {}, {}, {}, {
|
|
327
327
|
effect: import('element-plus').PopperEffect;
|
|
328
|
-
placement: Placement;
|
|
328
|
+
placement: import('element-plus').Placement;
|
|
329
329
|
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
330
330
|
teleported: boolean;
|
|
331
331
|
persistent: boolean;
|
|
332
332
|
visible: boolean | null;
|
|
333
333
|
enterable: boolean;
|
|
334
334
|
offset: number;
|
|
335
|
-
popperOptions: Partial<Options>;
|
|
335
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
336
336
|
showArrow: boolean;
|
|
337
337
|
content: string;
|
|
338
338
|
showAfter: number;
|
|
@@ -363,14 +363,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
363
363
|
"after-leave": () => void;
|
|
364
364
|
}, string, {
|
|
365
365
|
effect: import('element-plus').PopperEffect;
|
|
366
|
-
placement: Placement;
|
|
366
|
+
placement: import('element-plus').Placement;
|
|
367
367
|
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
368
368
|
teleported: boolean;
|
|
369
369
|
persistent: boolean;
|
|
370
370
|
visible: boolean | null;
|
|
371
371
|
enterable: boolean;
|
|
372
372
|
offset: number;
|
|
373
|
-
popperOptions: Partial<Options>;
|
|
373
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
374
374
|
showArrow: boolean;
|
|
375
375
|
content: string;
|
|
376
376
|
showAfter: number;
|
|
@@ -392,11 +392,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
392
392
|
setPropsDefaults: (defaults: Partial<{
|
|
393
393
|
readonly trigger?: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> | undefined;
|
|
394
394
|
readonly triggerKeys?: string[] | undefined;
|
|
395
|
-
readonly placement?: Placement
|
|
395
|
+
readonly placement?: import('element-plus').Placement | undefined;
|
|
396
396
|
readonly disabled?: boolean | undefined;
|
|
397
397
|
readonly visible?: boolean | null | undefined;
|
|
398
398
|
readonly transition?: string | undefined;
|
|
399
|
-
readonly popperOptions?: Partial<Options
|
|
399
|
+
readonly popperOptions?: Partial<import('element-plus').Options> | undefined;
|
|
400
400
|
readonly tabindex?: string | number | undefined;
|
|
401
401
|
readonly content?: string | undefined;
|
|
402
402
|
readonly popperStyle?: import('vue').StyleValue;
|
package/types/src/components/input3/eltiptap/widget/MenuCommands/LineHeightDropdown.vue.d.ts
CHANGED
|
@@ -49,8 +49,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
49
49
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
50
50
|
__epPropKey: true;
|
|
51
51
|
};
|
|
52
|
-
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>;
|
|
53
|
-
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>;
|
|
52
|
+
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>;
|
|
53
|
+
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>;
|
|
54
54
|
readonly id: StringConstructor;
|
|
55
55
|
readonly size: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
56
56
|
readonly splitButton: BooleanConstructor;
|
|
@@ -230,12 +230,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
230
230
|
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>;
|
|
231
231
|
readonly size: string;
|
|
232
232
|
readonly disabled: boolean;
|
|
233
|
-
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>;
|
|
233
|
+
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>;
|
|
234
234
|
readonly teleported: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
235
235
|
readonly persistent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
236
236
|
readonly virtualTriggering: boolean;
|
|
237
237
|
readonly loop: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
238
|
-
readonly popperOptions: Partial<Options>;
|
|
238
|
+
readonly popperOptions: Partial<import('element-plus').Options>;
|
|
239
239
|
readonly showArrow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
240
240
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "tooltip" | "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tree", unknown>;
|
|
241
241
|
readonly trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<"click" | "contextmenu" | "hover">;
|
|
@@ -542,7 +542,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
542
542
|
open: (...args: any[]) => void;
|
|
543
543
|
}, import('vue').PublicProps, {
|
|
544
544
|
effect: import('element-plus').PopperEffect;
|
|
545
|
-
placement: Placement;
|
|
545
|
+
placement: import('element-plus').Placement;
|
|
546
546
|
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
547
547
|
teleported: boolean;
|
|
548
548
|
visible: boolean | null;
|
|
@@ -557,7 +557,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
557
557
|
boundariesPadding: number;
|
|
558
558
|
gpuAcceleration: boolean;
|
|
559
559
|
offset: number;
|
|
560
|
-
popperOptions: Partial<Options>;
|
|
560
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
561
561
|
strategy: "absolute" | "fixed";
|
|
562
562
|
arrowOffset: number;
|
|
563
563
|
showArrow: boolean;
|
|
@@ -593,7 +593,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
593
593
|
hide: (event?: Event) => void;
|
|
594
594
|
}, {}, {}, {}, {
|
|
595
595
|
effect: import('element-plus').PopperEffect;
|
|
596
|
-
placement: Placement;
|
|
596
|
+
placement: import('element-plus').Placement;
|
|
597
597
|
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
598
598
|
teleported: boolean;
|
|
599
599
|
visible: boolean | null;
|
|
@@ -608,7 +608,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
608
608
|
boundariesPadding: number;
|
|
609
609
|
gpuAcceleration: boolean;
|
|
610
610
|
offset: number;
|
|
611
|
-
popperOptions: Partial<Options>;
|
|
611
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
612
612
|
strategy: "absolute" | "fixed";
|
|
613
613
|
arrowOffset: number;
|
|
614
614
|
showArrow: boolean;
|
|
@@ -649,7 +649,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
649
649
|
open: (...args: any[]) => void;
|
|
650
650
|
}, string, {
|
|
651
651
|
effect: import('element-plus').PopperEffect;
|
|
652
|
-
placement: Placement;
|
|
652
|
+
placement: import('element-plus').Placement;
|
|
653
653
|
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
654
654
|
teleported: boolean;
|
|
655
655
|
visible: boolean | null;
|
|
@@ -664,7 +664,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
664
664
|
boundariesPadding: number;
|
|
665
665
|
gpuAcceleration: boolean;
|
|
666
666
|
offset: number;
|
|
667
|
-
popperOptions: Partial<Options>;
|
|
667
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
668
668
|
strategy: "absolute" | "fixed";
|
|
669
669
|
arrowOffset: number;
|
|
670
670
|
showArrow: boolean;
|
|
@@ -820,8 +820,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
820
820
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
821
821
|
__epPropKey: true;
|
|
822
822
|
};
|
|
823
|
-
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>;
|
|
824
|
-
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>;
|
|
823
|
+
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>;
|
|
824
|
+
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>;
|
|
825
825
|
readonly id: StringConstructor;
|
|
826
826
|
readonly size: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
827
827
|
readonly splitButton: BooleanConstructor;
|
|
@@ -1001,12 +1001,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1001
1001
|
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>;
|
|
1002
1002
|
readonly size: string;
|
|
1003
1003
|
readonly disabled: boolean;
|
|
1004
|
-
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>;
|
|
1004
|
+
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>;
|
|
1005
1005
|
readonly teleported: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1006
1006
|
readonly persistent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1007
1007
|
readonly virtualTriggering: boolean;
|
|
1008
1008
|
readonly loop: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1009
|
-
readonly popperOptions: Partial<Options>;
|
|
1009
|
+
readonly popperOptions: Partial<import('element-plus').Options>;
|
|
1010
1010
|
readonly showArrow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1011
1011
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "tooltip" | "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tree", unknown>;
|
|
1012
1012
|
readonly trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<"click" | "contextmenu" | "hover">;
|
|
@@ -1050,8 +1050,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1050
1050
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1051
1051
|
__epPropKey: true;
|
|
1052
1052
|
};
|
|
1053
|
-
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>;
|
|
1054
|
-
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>;
|
|
1053
|
+
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>;
|
|
1054
|
+
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>;
|
|
1055
1055
|
readonly id: StringConstructor;
|
|
1056
1056
|
readonly size: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1057
1057
|
readonly splitButton: BooleanConstructor;
|
|
@@ -1231,12 +1231,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1231
1231
|
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>;
|
|
1232
1232
|
readonly size: string;
|
|
1233
1233
|
readonly disabled: boolean;
|
|
1234
|
-
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>;
|
|
1234
|
+
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>;
|
|
1235
1235
|
readonly teleported: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1236
1236
|
readonly persistent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1237
1237
|
readonly virtualTriggering: boolean;
|
|
1238
1238
|
readonly loop: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1239
|
-
readonly popperOptions: Partial<Options>;
|
|
1239
|
+
readonly popperOptions: Partial<import('element-plus').Options>;
|
|
1240
1240
|
readonly showArrow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1241
1241
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "tooltip" | "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tree", unknown>;
|
|
1242
1242
|
readonly trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<"click" | "contextmenu" | "hover">;
|
|
@@ -1543,7 +1543,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1543
1543
|
open: (...args: any[]) => void;
|
|
1544
1544
|
}, import('vue').PublicProps, {
|
|
1545
1545
|
effect: import('element-plus').PopperEffect;
|
|
1546
|
-
placement: Placement;
|
|
1546
|
+
placement: import('element-plus').Placement;
|
|
1547
1547
|
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1548
1548
|
teleported: boolean;
|
|
1549
1549
|
visible: boolean | null;
|
|
@@ -1558,7 +1558,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1558
1558
|
boundariesPadding: number;
|
|
1559
1559
|
gpuAcceleration: boolean;
|
|
1560
1560
|
offset: number;
|
|
1561
|
-
popperOptions: Partial<Options>;
|
|
1561
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
1562
1562
|
strategy: "absolute" | "fixed";
|
|
1563
1563
|
arrowOffset: number;
|
|
1564
1564
|
showArrow: boolean;
|
|
@@ -1594,7 +1594,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1594
1594
|
hide: (event?: Event) => void;
|
|
1595
1595
|
}, {}, {}, {}, {
|
|
1596
1596
|
effect: import('element-plus').PopperEffect;
|
|
1597
|
-
placement: Placement;
|
|
1597
|
+
placement: import('element-plus').Placement;
|
|
1598
1598
|
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1599
1599
|
teleported: boolean;
|
|
1600
1600
|
visible: boolean | null;
|
|
@@ -1609,7 +1609,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1609
1609
|
boundariesPadding: number;
|
|
1610
1610
|
gpuAcceleration: boolean;
|
|
1611
1611
|
offset: number;
|
|
1612
|
-
popperOptions: Partial<Options>;
|
|
1612
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
1613
1613
|
strategy: "absolute" | "fixed";
|
|
1614
1614
|
arrowOffset: number;
|
|
1615
1615
|
showArrow: boolean;
|
|
@@ -1650,7 +1650,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1650
1650
|
open: (...args: any[]) => void;
|
|
1651
1651
|
}, string, {
|
|
1652
1652
|
effect: import('element-plus').PopperEffect;
|
|
1653
|
-
placement: Placement;
|
|
1653
|
+
placement: import('element-plus').Placement;
|
|
1654
1654
|
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1655
1655
|
teleported: boolean;
|
|
1656
1656
|
visible: boolean | null;
|
|
@@ -1665,7 +1665,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1665
1665
|
boundariesPadding: number;
|
|
1666
1666
|
gpuAcceleration: boolean;
|
|
1667
1667
|
offset: number;
|
|
1668
|
-
popperOptions: Partial<Options>;
|
|
1668
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
1669
1669
|
strategy: "absolute" | "fixed";
|
|
1670
1670
|
arrowOffset: number;
|
|
1671
1671
|
showArrow: boolean;
|
|
@@ -1790,12 +1790,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1790
1790
|
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>;
|
|
1791
1791
|
readonly size: string;
|
|
1792
1792
|
readonly disabled: boolean;
|
|
1793
|
-
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>;
|
|
1793
|
+
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>;
|
|
1794
1794
|
readonly teleported: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1795
1795
|
readonly persistent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1796
1796
|
readonly virtualTriggering: boolean;
|
|
1797
1797
|
readonly loop: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1798
|
-
readonly popperOptions: Partial<Options>;
|
|
1798
|
+
readonly popperOptions: Partial<import('element-plus').Options>;
|
|
1799
1799
|
readonly showArrow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1800
1800
|
readonly role: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "tooltip" | "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tree", unknown>;
|
|
1801
1801
|
readonly trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<"click" | "contextmenu" | "hover">;
|
|
@@ -1813,8 +1813,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1813
1813
|
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>;
|
|
1814
1814
|
readonly virtualTriggering: boolean;
|
|
1815
1815
|
readonly loop: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1816
|
-
readonly placement: any
|
|
1817
|
-
readonly popperOptions:
|
|
1816
|
+
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>;
|
|
1817
|
+
readonly popperOptions: Partial<import('element-plus').Options>;
|
|
1818
1818
|
readonly showArrow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1819
1819
|
readonly persistent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1820
1820
|
readonly teleported: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -34,14 +34,14 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
34
34
|
"after-leave": () => void;
|
|
35
35
|
}, import('vue').PublicProps, {
|
|
36
36
|
effect: import('element-plus').PopperEffect;
|
|
37
|
-
placement: Placement;
|
|
37
|
+
placement: import('element-plus').Placement;
|
|
38
38
|
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
39
39
|
teleported: boolean;
|
|
40
40
|
persistent: boolean;
|
|
41
41
|
visible: boolean | null;
|
|
42
42
|
enterable: boolean;
|
|
43
43
|
offset: number;
|
|
44
|
-
popperOptions: Partial<Options>;
|
|
44
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
45
45
|
showArrow: boolean;
|
|
46
46
|
content: string;
|
|
47
47
|
showAfter: number;
|
|
@@ -69,14 +69,14 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
69
69
|
hide: () => void;
|
|
70
70
|
}, {}, {}, {}, {
|
|
71
71
|
effect: import('element-plus').PopperEffect;
|
|
72
|
-
placement: Placement;
|
|
72
|
+
placement: import('element-plus').Placement;
|
|
73
73
|
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
74
74
|
teleported: boolean;
|
|
75
75
|
persistent: boolean;
|
|
76
76
|
visible: boolean | null;
|
|
77
77
|
enterable: boolean;
|
|
78
78
|
offset: number;
|
|
79
|
-
popperOptions: Partial<Options>;
|
|
79
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
80
80
|
showArrow: boolean;
|
|
81
81
|
content: string;
|
|
82
82
|
showAfter: number;
|
|
@@ -107,14 +107,14 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
107
107
|
"after-leave": () => void;
|
|
108
108
|
}, string, {
|
|
109
109
|
effect: import('element-plus').PopperEffect;
|
|
110
|
-
placement: Placement;
|
|
110
|
+
placement: import('element-plus').Placement;
|
|
111
111
|
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
112
112
|
teleported: boolean;
|
|
113
113
|
persistent: boolean;
|
|
114
114
|
visible: boolean | null;
|
|
115
115
|
enterable: boolean;
|
|
116
116
|
offset: number;
|
|
117
|
-
popperOptions: Partial<Options>;
|
|
117
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
118
118
|
showArrow: boolean;
|
|
119
119
|
content: string;
|
|
120
120
|
showAfter: number;
|
|
@@ -136,11 +136,11 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
136
136
|
setPropsDefaults: (defaults: Partial<{
|
|
137
137
|
readonly trigger?: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> | undefined;
|
|
138
138
|
readonly triggerKeys?: string[] | undefined;
|
|
139
|
-
readonly placement?: Placement
|
|
139
|
+
readonly placement?: import('element-plus').Placement | undefined;
|
|
140
140
|
readonly disabled?: boolean | undefined;
|
|
141
141
|
readonly visible?: boolean | null | undefined;
|
|
142
142
|
readonly transition?: string | undefined;
|
|
143
|
-
readonly popperOptions?: Partial<Options
|
|
143
|
+
readonly popperOptions?: Partial<import('element-plus').Options> | undefined;
|
|
144
144
|
readonly tabindex?: string | number | undefined;
|
|
145
145
|
readonly content?: string | undefined;
|
|
146
146
|
readonly popperStyle?: import('vue').StyleValue;
|
package/types/src/components/input3/eltiptap/widget/MenuCommands/TablePopover/index.vue.d.ts
CHANGED
|
@@ -45,14 +45,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
45
45
|
"after-leave": () => void;
|
|
46
46
|
}, import('vue').PublicProps, {
|
|
47
47
|
effect: import('element-plus').PopperEffect;
|
|
48
|
-
placement: Placement;
|
|
48
|
+
placement: import('element-plus').Placement;
|
|
49
49
|
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
50
50
|
teleported: boolean;
|
|
51
51
|
persistent: boolean;
|
|
52
52
|
visible: boolean | null;
|
|
53
53
|
enterable: boolean;
|
|
54
54
|
offset: number;
|
|
55
|
-
popperOptions: Partial<Options>;
|
|
55
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
56
56
|
showArrow: boolean;
|
|
57
57
|
content: string;
|
|
58
58
|
showAfter: number;
|
|
@@ -80,14 +80,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
80
80
|
hide: () => void;
|
|
81
81
|
}, {}, {}, {}, {
|
|
82
82
|
effect: import('element-plus').PopperEffect;
|
|
83
|
-
placement: Placement;
|
|
83
|
+
placement: import('element-plus').Placement;
|
|
84
84
|
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
85
85
|
teleported: boolean;
|
|
86
86
|
persistent: boolean;
|
|
87
87
|
visible: boolean | null;
|
|
88
88
|
enterable: boolean;
|
|
89
89
|
offset: number;
|
|
90
|
-
popperOptions: Partial<Options>;
|
|
90
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
91
91
|
showArrow: boolean;
|
|
92
92
|
content: string;
|
|
93
93
|
showAfter: number;
|
|
@@ -118,14 +118,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
118
118
|
"after-leave": () => void;
|
|
119
119
|
}, string, {
|
|
120
120
|
effect: import('element-plus').PopperEffect;
|
|
121
|
-
placement: Placement;
|
|
121
|
+
placement: import('element-plus').Placement;
|
|
122
122
|
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
123
123
|
teleported: boolean;
|
|
124
124
|
persistent: boolean;
|
|
125
125
|
visible: boolean | null;
|
|
126
126
|
enterable: boolean;
|
|
127
127
|
offset: number;
|
|
128
|
-
popperOptions: Partial<Options>;
|
|
128
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
129
129
|
showArrow: boolean;
|
|
130
130
|
content: string;
|
|
131
131
|
showAfter: number;
|
|
@@ -147,11 +147,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
147
147
|
setPropsDefaults: (defaults: Partial<{
|
|
148
148
|
readonly trigger?: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> | undefined;
|
|
149
149
|
readonly triggerKeys?: string[] | undefined;
|
|
150
|
-
readonly placement?: Placement
|
|
150
|
+
readonly placement?: import('element-plus').Placement | undefined;
|
|
151
151
|
readonly disabled?: boolean | undefined;
|
|
152
152
|
readonly visible?: boolean | null | undefined;
|
|
153
153
|
readonly transition?: string | undefined;
|
|
154
|
-
readonly popperOptions?: Partial<Options
|
|
154
|
+
readonly popperOptions?: Partial<import('element-plus').Options> | undefined;
|
|
155
155
|
readonly tabindex?: string | number | undefined;
|
|
156
156
|
readonly content?: string | undefined;
|
|
157
157
|
readonly popperStyle?: import('vue').StyleValue;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export { default as SvgData } from './helper/SvgData.vue';
|
|
2
2
|
export { default as SvgIcon } from './helper/SvgIcon.vue';
|
|
3
|
-
export { default as SdAceEditor } from './input3/SdAceEditor.vue';
|
|
4
3
|
export { default as SdCropImageInput } from './input3/SdCropImageInput.vue';
|
|
5
4
|
export { default as SdHtmlEditor } from './input3/SdHtmlEditor.vue';
|
|
6
5
|
export { default as SdMaskedInput } from './input3/SdMaskedInput.vue';
|
|
@@ -35,3 +34,8 @@ export { default as SdUiRecordView } from './sdwidget/SdUiRecordView.vue';
|
|
|
35
34
|
export { default as SdUploadFile } from './sdwidget/SdUploadFile.vue';
|
|
36
35
|
export { default as SdValueWidget } from './sdwidget/SdValueWidget.vue';
|
|
37
36
|
export { default as SdFormSchema } from './sdwidget/SdFormSchema.vue';
|
|
37
|
+
export { default as SdCascaderForm } from './sdwidget/SdCascaderForm.vue';
|
|
38
|
+
export { default as SdCodeMirror } from './sdwidget/SdCodeMirror.vue';
|
|
39
|
+
export { default as SDCustomContent } from './sdwidget/SDCustomContent.vue';
|
|
40
|
+
export { default as SdDatePickerBE } from './sdwidget/SdDatePickerBE.vue';
|
|
41
|
+
export { default as SdScan } from './sdwidget/SdScan.vue';
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import * as Vue from 'vue';
|
|
3
|
+
declare const _default: Vue.DefineComponent<Vue.ExtractPropTypes<{
|
|
4
|
+
content: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
data: {
|
|
9
|
+
type: PropType<Record<string, any>>;
|
|
10
|
+
default: () => {};
|
|
11
|
+
};
|
|
12
|
+
params: {
|
|
13
|
+
type: PropType<Record<string, any>>;
|
|
14
|
+
default: () => {};
|
|
15
|
+
};
|
|
16
|
+
state: {
|
|
17
|
+
type: PropType<Record<string, any>>;
|
|
18
|
+
default: () => {};
|
|
19
|
+
};
|
|
20
|
+
components: {
|
|
21
|
+
type: PropType<Record<string, any>>;
|
|
22
|
+
default: () => {};
|
|
23
|
+
};
|
|
24
|
+
sanitize: {
|
|
25
|
+
type: BooleanConstructor;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
showErrorDetail: {
|
|
29
|
+
type: BooleanConstructor;
|
|
30
|
+
default: boolean;
|
|
31
|
+
};
|
|
32
|
+
errorFallbackText: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
}>, {}, {
|
|
37
|
+
dynamicComp: any;
|
|
38
|
+
error: string;
|
|
39
|
+
}, {
|
|
40
|
+
scopeTypeError(): string;
|
|
41
|
+
}, {
|
|
42
|
+
normalizeSelfClosing(html: string): string;
|
|
43
|
+
sanitizeTemplate(html: string): string;
|
|
44
|
+
compileTemplate(tpl: string): Promise<Function>;
|
|
45
|
+
buildScopeProxy(): {};
|
|
46
|
+
rebuild(): Promise<void>;
|
|
47
|
+
getInner(): any;
|
|
48
|
+
getRef(name: string): any;
|
|
49
|
+
getRefs(): Record<string, any>;
|
|
50
|
+
getEl(name: string): any;
|
|
51
|
+
}, Vue.ComponentOptionsMixin, Vue.ComponentOptionsMixin, "rendered"[], "rendered", Vue.PublicProps, Readonly<Vue.ExtractPropTypes<{
|
|
52
|
+
content: {
|
|
53
|
+
type: StringConstructor;
|
|
54
|
+
default: string;
|
|
55
|
+
};
|
|
56
|
+
data: {
|
|
57
|
+
type: PropType<Record<string, any>>;
|
|
58
|
+
default: () => {};
|
|
59
|
+
};
|
|
60
|
+
params: {
|
|
61
|
+
type: PropType<Record<string, any>>;
|
|
62
|
+
default: () => {};
|
|
63
|
+
};
|
|
64
|
+
state: {
|
|
65
|
+
type: PropType<Record<string, any>>;
|
|
66
|
+
default: () => {};
|
|
67
|
+
};
|
|
68
|
+
components: {
|
|
69
|
+
type: PropType<Record<string, any>>;
|
|
70
|
+
default: () => {};
|
|
71
|
+
};
|
|
72
|
+
sanitize: {
|
|
73
|
+
type: BooleanConstructor;
|
|
74
|
+
default: boolean;
|
|
75
|
+
};
|
|
76
|
+
showErrorDetail: {
|
|
77
|
+
type: BooleanConstructor;
|
|
78
|
+
default: boolean;
|
|
79
|
+
};
|
|
80
|
+
errorFallbackText: {
|
|
81
|
+
type: StringConstructor;
|
|
82
|
+
default: string;
|
|
83
|
+
};
|
|
84
|
+
}>> & Readonly<{
|
|
85
|
+
onRendered?: ((...args: any[]) => any) | undefined;
|
|
86
|
+
}>, {
|
|
87
|
+
data: Record<string, any>;
|
|
88
|
+
params: Record<string, any>;
|
|
89
|
+
components: Record<string, any>;
|
|
90
|
+
content: string;
|
|
91
|
+
state: Record<string, any>;
|
|
92
|
+
sanitize: boolean;
|
|
93
|
+
showErrorDetail: boolean;
|
|
94
|
+
errorFallbackText: string;
|
|
95
|
+
}, {}, {}, {}, string, Vue.ComponentProvideOptions, true, {}, any>;
|
|
96
|
+
export default _default;
|
|
@@ -68,7 +68,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
68
68
|
handleOpen(): void;
|
|
69
69
|
handleCancel(): void;
|
|
70
70
|
handleClose(): Promise<void>;
|
|
71
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("
|
|
71
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
72
72
|
modelValue: any;
|
|
73
73
|
providerId: {
|
|
74
74
|
type: StringConstructor;
|
|
@@ -64,7 +64,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
64
64
|
handleOpen(): void;
|
|
65
65
|
handleCancel(): void;
|
|
66
66
|
handleClose(): Promise<void>;
|
|
67
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("
|
|
67
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
68
68
|
modelValue: any;
|
|
69
69
|
providerId: {
|
|
70
70
|
type: StringConstructor;
|
|
@@ -70,7 +70,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
70
70
|
handleOpen(): void;
|
|
71
71
|
handleCancel(): void;
|
|
72
72
|
handleClose(): Promise<void>;
|
|
73
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("
|
|
73
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
74
74
|
modelValue: any;
|
|
75
75
|
providerId: {
|
|
76
76
|
type: StringConstructor;
|