@element-plus/nightly 0.0.20260716 → 0.0.20260717
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/component.mjs +3 -3
- package/es/components/autocomplete/src/autocomplete.d.ts +1 -1
- package/es/components/cascader/src/cascader.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/components/color-picker/src/color-picker.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/components/countdown/src/countdown.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/components/date-picker-panel/src/date-picker-com/panel-date-pick.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/components/date-picker-panel/src/date-picker-com/panel-date-range.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/components/index.mjs +6 -6
- package/es/components/input/src/input.d.ts +1 -1
- package/es/components/input-number/src/input-number.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/components/mention/src/mention.d.ts +1 -1
- package/es/components/menu/src/menu.mjs +1 -1
- package/es/components/message-box/src/index.vue_vue_type_script_lang.mjs +1 -1
- package/es/components/pagination/src/pagination.d.ts +1 -1
- package/es/components/select/src/select.vue_vue_type_script_lang.mjs +1 -1
- package/es/components/select-v2/src/select.vue_vue_type_script_lang.mjs +1 -1
- package/es/components/slider/src/button.vue.d.ts +1 -1
- package/es/components/slider/src/slider.vue.d.ts +1 -1
- package/es/components/table/src/table.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/components/time-picker/src/time-picker-com/basic-time-spinner.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +2 -2
- package/es/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +2 -2
- package/es/components/virtual-list/src/components/scrollbar.d.ts +1 -1
- package/es/index.mjs +11 -11
- package/es/plugin.mjs +1 -1
- package/es/version.d.ts +1 -1
- package/es/version.mjs +1 -1
- package/es/version.mjs.map +1 -1
- package/lib/component.js +109 -109
- package/lib/components/autocomplete/src/autocomplete.d.ts +1 -1
- package/lib/components/cascader/src/cascader.vue_vue_type_script_setup_true_lang.js +26 -26
- package/lib/components/cascader/src/cascader.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/lib/components/color-picker/src/color-picker.vue_vue_type_script_setup_true_lang.js +18 -18
- package/lib/components/color-picker/src/color-picker.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/lib/components/countdown/src/countdown.vue_vue_type_script_setup_true_lang.js +1 -1
- package/lib/components/date-picker-panel/src/date-picker-com/panel-date-pick.vue_vue_type_script_setup_true_lang.js +18 -18
- package/lib/components/date-picker-panel/src/date-picker-com/panel-date-pick.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/lib/components/date-picker-panel/src/date-picker-com/panel-date-range.vue_vue_type_script_setup_true_lang.js +23 -23
- package/lib/components/date-picker-panel/src/date-picker-com/panel-date-range.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/lib/components/index.js +125 -125
- package/lib/components/input/src/input.d.ts +1 -1
- package/lib/components/input-number/src/input-number.vue_vue_type_script_setup_true_lang.js +12 -12
- package/lib/components/input-number/src/input-number.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/lib/components/mention/src/mention.d.ts +1 -1
- package/lib/components/menu/src/menu.js +7 -7
- package/lib/components/menu/src/menu.js.map +1 -1
- package/lib/components/message-box/src/index.vue_vue_type_script_lang.js +19 -19
- package/lib/components/message-box/src/index.vue_vue_type_script_lang.js.map +1 -1
- package/lib/components/pagination/src/pagination.d.ts +1 -1
- package/lib/components/select/src/select.vue_vue_type_script_lang.js +10 -10
- package/lib/components/select/src/select.vue_vue_type_script_lang.js.map +1 -1
- package/lib/components/select-v2/src/select.vue_vue_type_script_lang.js +10 -10
- package/lib/components/select-v2/src/select.vue_vue_type_script_lang.js.map +1 -1
- package/lib/components/slider/src/button.vue.d.ts +1 -1
- package/lib/components/slider/src/slider.vue.d.ts +1 -1
- package/lib/components/table/src/table.vue_vue_type_script_setup_true_lang.js +9 -9
- package/lib/components/table/src/table.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/lib/components/time-picker/src/time-picker-com/basic-time-spinner.vue_vue_type_script_setup_true_lang.js +10 -10
- package/lib/components/time-picker/src/time-picker-com/basic-time-spinner.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/lib/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +2 -2
- package/lib/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +2 -2
- package/lib/components/virtual-list/src/components/scrollbar.d.ts +1 -1
- package/lib/index.js +267 -267
- package/lib/plugin.js +12 -12
- package/lib/plugin.js.map +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/version.js.map +1 -1
- package/package.json +3 -3
- package/web-types.json +1 -1
package/es/component.mjs
CHANGED
|
@@ -31,8 +31,6 @@ import { ElCollapse, ElCollapseItem } from "./components/collapse/index.mjs";
|
|
|
31
31
|
import { ElColorPickerPanel } from "./components/color-picker-panel/index.mjs";
|
|
32
32
|
import { ElColorPicker } from "./components/color-picker/index.mjs";
|
|
33
33
|
import { ElAside, ElContainer, ElFooter, ElHeader, ElMain } from "./components/container/index.mjs";
|
|
34
|
-
import { ElStatistic } from "./components/statistic/index.mjs";
|
|
35
|
-
import { ElCountdown } from "./components/countdown/index.mjs";
|
|
36
34
|
import { ElDatePickerPanel } from "./components/date-picker-panel/index.mjs";
|
|
37
35
|
import { ElDatePicker } from "./components/date-picker/index.mjs";
|
|
38
36
|
import { ElDescriptions, ElDescriptionsItem } from "./components/descriptions/index.mjs";
|
|
@@ -51,6 +49,7 @@ import { ElMenu, ElMenuItem, ElMenuItemGroup, ElSubMenu } from "./components/men
|
|
|
51
49
|
import { ElPageHeader } from "./components/page-header/index.mjs";
|
|
52
50
|
import { ElPagination } from "./components/pagination/index.mjs";
|
|
53
51
|
import { ElPopconfirm } from "./components/popconfirm/index.mjs";
|
|
52
|
+
import { ElPopover } from "./components/popover/index.mjs";
|
|
54
53
|
import { ElProgress } from "./components/progress/index.mjs";
|
|
55
54
|
import { ElRate } from "./components/rate/index.mjs";
|
|
56
55
|
import { ElResult } from "./components/result/index.mjs";
|
|
@@ -58,6 +57,8 @@ import { ElSelectV2 } from "./components/select-v2/index.mjs";
|
|
|
58
57
|
import { ElSkeleton, ElSkeletonItem } from "./components/skeleton/index.mjs";
|
|
59
58
|
import { ElSlider } from "./components/slider/index.mjs";
|
|
60
59
|
import { ElSpace } from "./components/space/index.mjs";
|
|
60
|
+
import { ElStatistic } from "./components/statistic/index.mjs";
|
|
61
|
+
import { ElCountdown } from "./components/countdown/index.mjs";
|
|
61
62
|
import { ElStep, ElSteps } from "./components/steps/index.mjs";
|
|
62
63
|
import { ElSwitch } from "./components/switch/index.mjs";
|
|
63
64
|
import { ElTable, ElTableColumn } from "./components/table/index.mjs";
|
|
@@ -77,7 +78,6 @@ import { ElAnchor, ElAnchorLink } from "./components/anchor/index.mjs";
|
|
|
77
78
|
import { ElSegmented } from "./components/segmented/index.mjs";
|
|
78
79
|
import { ElMention } from "./components/mention/index.mjs";
|
|
79
80
|
import { ElSplitter, ElSplitterPanel } from "./components/splitter/index.mjs";
|
|
80
|
-
import { ElPopover } from "./components/popover/index.mjs";
|
|
81
81
|
//#region ../../packages/element-plus/component.ts
|
|
82
82
|
var component_default = [
|
|
83
83
|
ElAffix,
|
|
@@ -237,7 +237,7 @@ declare const autocompleteProps: {
|
|
|
237
237
|
};
|
|
238
238
|
readonly type: EpPropFinalized<(new (...args: any[]) => string) | (() => InputType) | (((new (...args: any[]) => string) | (() => InputType)) | null)[], unknown, unknown, "text", boolean>;
|
|
239
239
|
readonly resize: {
|
|
240
|
-
readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "
|
|
240
|
+
readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
241
241
|
readonly required: false;
|
|
242
242
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
243
243
|
__epPropKey: true;
|
|
@@ -5,6 +5,7 @@ import { isClient as isClient$1 } from "../../../utils/browser.mjs";
|
|
|
5
5
|
import { getEventCode } from "../../../utils/dom/event.mjs";
|
|
6
6
|
import { isNumber, isPromise } from "../../../utils/types.mjs";
|
|
7
7
|
import { NOOP } from "../../../utils/functions.mjs";
|
|
8
|
+
import ClickOutside from "../../../directives/click-outside/index.mjs";
|
|
8
9
|
import { useLocale } from "../../../hooks/use-locale/index.mjs";
|
|
9
10
|
import { useNamespace } from "../../../hooks/use-namespace/index.mjs";
|
|
10
11
|
import { useFocusController } from "../../../hooks/use-focus-controller/index.mjs";
|
|
@@ -16,7 +17,6 @@ import { useFormItem } from "../../form/src/hooks/use-form-item.mjs";
|
|
|
16
17
|
import { ElTooltip } from "../../tooltip/index.mjs";
|
|
17
18
|
import { ElInput } from "../../input/index.mjs";
|
|
18
19
|
import { ElScrollbar } from "../../scrollbar/index.mjs";
|
|
19
|
-
import ClickOutside from "../../../directives/click-outside/index.mjs";
|
|
20
20
|
import { ElTag } from "../../tag/index.mjs";
|
|
21
21
|
import FixedSizeList from "../../virtual-list/src/components/fixed-size-list.mjs";
|
|
22
22
|
import { ElCascaderPanel } from "../../cascader-panel/index.mjs";
|
|
@@ -2,6 +2,7 @@ import { EVENT_CODE } from "../../../constants/aria.mjs";
|
|
|
2
2
|
import { CHANGE_EVENT, UPDATE_MODEL_EVENT } from "../../../constants/event.mjs";
|
|
3
3
|
import { getEventCode } from "../../../utils/dom/event.mjs";
|
|
4
4
|
import { NOOP } from "../../../utils/functions.mjs";
|
|
5
|
+
import ClickOutside from "../../../directives/click-outside/index.mjs";
|
|
5
6
|
import { useLocale } from "../../../hooks/use-locale/index.mjs";
|
|
6
7
|
import { useNamespace } from "../../../hooks/use-namespace/index.mjs";
|
|
7
8
|
import { useFocusController } from "../../../hooks/use-focus-controller/index.mjs";
|
|
@@ -11,7 +12,6 @@ import { useFormDisabled, useFormSize } from "../../form/src/hooks/use-form-comm
|
|
|
11
12
|
import { useFormItem, useFormItemInputId } from "../../form/src/hooks/use-form-item.mjs";
|
|
12
13
|
import { ElTooltip } from "../../tooltip/index.mjs";
|
|
13
14
|
import { ElButton } from "../../button/index.mjs";
|
|
14
|
-
import ClickOutside from "../../../directives/click-outside/index.mjs";
|
|
15
15
|
import { ROOT_COMMON_COLOR_INJECTION_KEY, colorPickerPanelProps } from "../../color-picker-panel/src/color-picker-panel.mjs";
|
|
16
16
|
import Color from "../../color-picker-panel/src/utils/color.mjs";
|
|
17
17
|
import { useCommonColor } from "../../color-picker-panel/src/composables/use-common-color.mjs";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CHANGE_EVENT } from "../../../constants/event.mjs";
|
|
2
2
|
import { cAF, rAF } from "../../../utils/raf.mjs";
|
|
3
|
-
import { countdownEmits, countdownProps } from "./countdown.mjs";
|
|
4
3
|
import { ElStatistic } from "../../statistic/index.mjs";
|
|
4
|
+
import { countdownEmits, countdownProps } from "./countdown.mjs";
|
|
5
5
|
import { formatTime, getTime } from "./utils.mjs";
|
|
6
6
|
import { computed, createBlock, createSlots, defineComponent, onBeforeUnmount, onMounted, openBlock, ref, renderList, renderSlot, unref, watch, withCtx } from "vue";
|
|
7
7
|
//#region ../../packages/components/countdown/src/countdown.vue?vue&type=script&setup=true&lang.ts
|
|
@@ -2,6 +2,7 @@ import { EVENT_CODE } from "../../../../constants/aria.mjs";
|
|
|
2
2
|
import { getEventCode } from "../../../../utils/dom/event.mjs";
|
|
3
3
|
import { isArray, isFunction } from "../../../../utils/types.mjs";
|
|
4
4
|
import { extractFirst } from "../../../../utils/arrays.mjs";
|
|
5
|
+
import ClickOutside from "../../../../directives/click-outside/index.mjs";
|
|
5
6
|
import { useLocale } from "../../../../hooks/use-locale/index.mjs";
|
|
6
7
|
import { useNamespace } from "../../../../hooks/use-namespace/index.mjs";
|
|
7
8
|
import { ElIcon } from "../../../icon/index.mjs";
|
|
@@ -10,7 +11,6 @@ import { ElInput } from "../../../input/index.mjs";
|
|
|
10
11
|
import { ElButton } from "../../../button/index.mjs";
|
|
11
12
|
import { PICKER_BASE_INJECTION_KEY } from "../../../time-picker/src/constants.mjs";
|
|
12
13
|
import { extractDateFormat, extractTimeFormat } from "../../../time-picker/src/utils.mjs";
|
|
13
|
-
import ClickOutside from "../../../../directives/click-outside/index.mjs";
|
|
14
14
|
import panel_time_pick_default from "../../../time-picker/src/time-picker-com/panel-time-pick.mjs";
|
|
15
15
|
import { ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY } from "../constants.mjs";
|
|
16
16
|
import { panelDatePickProps } from "../props/panel-date-pick.mjs";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import ClickOutside from "../../../../directives/click-outside/index.mjs";
|
|
1
2
|
import { useLocale } from "../../../../hooks/use-locale/index.mjs";
|
|
2
3
|
import { ElIcon } from "../../../icon/index.mjs";
|
|
3
4
|
import { useFormDisabled } from "../../../form/src/hooks/use-form-common-props.mjs";
|
|
@@ -5,7 +6,6 @@ import { ElInput } from "../../../input/index.mjs";
|
|
|
5
6
|
import { ElButton } from "../../../button/index.mjs";
|
|
6
7
|
import { PICKER_BASE_INJECTION_KEY } from "../../../time-picker/src/constants.mjs";
|
|
7
8
|
import { extractDateFormat, extractTimeFormat } from "../../../time-picker/src/utils.mjs";
|
|
8
|
-
import ClickOutside from "../../../../directives/click-outside/index.mjs";
|
|
9
9
|
import panel_time_pick_default from "../../../time-picker/src/time-picker-com/panel-time-pick.mjs";
|
|
10
10
|
import { ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY } from "../constants.mjs";
|
|
11
11
|
import { correctlyParseUserInput, getDefaultValue, isValidRange } from "../utils.mjs";
|
package/es/components/index.mjs
CHANGED
|
@@ -108,10 +108,6 @@ import { ElColorPickerPanel } from "./color-picker-panel/index.mjs";
|
|
|
108
108
|
import { colorPickerEmits, colorPickerProps, colorPickerPropsDefaults } from "./color-picker/src/color-picker.mjs";
|
|
109
109
|
import { ElColorPicker } from "./color-picker/index.mjs";
|
|
110
110
|
import { ElAside, ElContainer, ElFooter, ElHeader, ElMain } from "./container/index.mjs";
|
|
111
|
-
import { countdownEmits, countdownProps } from "./countdown/src/countdown.mjs";
|
|
112
|
-
import { statisticProps } from "./statistic/src/statistic.mjs";
|
|
113
|
-
import { ElStatistic } from "./statistic/index.mjs";
|
|
114
|
-
import { ElCountdown } from "./countdown/index.mjs";
|
|
115
111
|
import { datePickerPanelProps } from "./date-picker-panel/src/props/date-picker-panel.mjs";
|
|
116
112
|
import { ROOT_PICKER_INJECTION_KEY, ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY } from "./date-picker-panel/src/constants.mjs";
|
|
117
113
|
import { ElDatePickerPanel } from "./date-picker-panel/index.mjs";
|
|
@@ -160,6 +156,8 @@ import { paginationEmits, paginationProps } from "./pagination/src/pagination.mj
|
|
|
160
156
|
import { ElPagination } from "./pagination/index.mjs";
|
|
161
157
|
import { popconfirmEmits, popconfirmProps } from "./popconfirm/src/popconfirm.mjs";
|
|
162
158
|
import { ElPopconfirm } from "./popconfirm/index.mjs";
|
|
159
|
+
import { popoverEmits, popoverProps, popoverPropsDefaults } from "./popover/src/popover.mjs";
|
|
160
|
+
import { ElPopover, ElPopoverDirective } from "./popover/index.mjs";
|
|
163
161
|
import { progressProps } from "./progress/src/progress.mjs";
|
|
164
162
|
import { ElProgress } from "./progress/index.mjs";
|
|
165
163
|
import { rateEmits, rateProps } from "./rate/src/rate.mjs";
|
|
@@ -178,6 +176,10 @@ import { spaceItemProps } from "./space/src/item.mjs";
|
|
|
178
176
|
import { useSpace } from "./space/src/use-space.mjs";
|
|
179
177
|
import { spaceProps } from "./space/src/space.mjs";
|
|
180
178
|
import { ElSpace } from "./space/index.mjs";
|
|
179
|
+
import { statisticProps } from "./statistic/src/statistic.mjs";
|
|
180
|
+
import { ElStatistic } from "./statistic/index.mjs";
|
|
181
|
+
import { countdownEmits, countdownProps } from "./countdown/src/countdown.mjs";
|
|
182
|
+
import { ElCountdown } from "./countdown/index.mjs";
|
|
181
183
|
import { stepsEmits, stepsProps } from "./steps/src/steps.mjs";
|
|
182
184
|
import { STEPS_INJECTION_KEY } from "./steps/src/tokens.mjs";
|
|
183
185
|
import { stepProps } from "./steps/src/item.mjs";
|
|
@@ -243,6 +245,4 @@ import { ElMessage } from "./message/index.mjs";
|
|
|
243
245
|
import { ElMessageBox } from "./message-box/index.mjs";
|
|
244
246
|
import { notificationEmits, notificationProps, notificationTypes } from "./notification/src/notification.mjs";
|
|
245
247
|
import { ElNotification } from "./notification/index.mjs";
|
|
246
|
-
import { popoverEmits, popoverProps, popoverPropsDefaults } from "./popover/src/popover.mjs";
|
|
247
|
-
import { ElPopover, ElPopoverDirective } from "./popover/index.mjs";
|
|
248
248
|
export { BAR_MAP, CAROUSEL_ITEM_NAME, CASCADER_PANEL_HEIGHT, CASCADER_PANEL_INJECTION_KEY, CASCADER_PANEL_ITEM_SIZE, picker_default as CommonPicker, CommonProps, DEFAULT_DIALOG_TRANSITION, DEFAULT_END, DEFAULT_FORMATS_DATE, DEFAULT_FORMATS_DATEPICKER, DEFAULT_FORMATS_TIME, DEFAULT_START, DEFAULT_STEP, DROPDOWN_INJECTION_KEY, DROPDOWN_INSTANCE_INJECTION_KEY, DefaultProps, DynamicSizeGrid, DynamicSizeList, Effect, ElAffix, ElAlert, ElAnchor, ElAnchorLink, ElAside, ElAutoResizer, ElAutocomplete, ElAvatar, ElAvatarGroup, ElBacktop, ElBadge, ElBreadcrumb, ElBreadcrumbItem, ElButton, ElButtonGroup, ElCalendar, ElCard, ElCarousel, ElCarouselItem, ElCascader, ElCascaderPanel, ElCheckTag, ElCheckbox, ElCheckboxButton, ElCheckboxGroup, ElCol, ElCollapse, ElCollapseItem, ElCollapseTransition, ElColorPicker, ElColorPickerPanel, ElConfigProvider, ElContainer, ElCountdown, ElDatePicker, ElDatePickerPanel, ElDescriptions, ElDescriptionsItem, ElDialog, ElDivider, ElDrawer, ElDropdown, ElDropdownItem, ElDropdownMenu, ElEmpty, ElFooter, ElForm, ElFormItem, ElHeader, ElIcon, ElImage, ElImageViewer, ElInfiniteScroll, ElInput, ElInputNumber, ElInputOtp, ElInputTag, ElLink, ElLoading, vLoading as ElLoadingDirective, vLoading, Loading as ElLoadingService, ElMain, ElMention, ElMenu, ElMenuItem, ElMenuItemGroup, ElMessage, ElMessageBox, ElNotification, ElOption, ElOptionGroup, ElOverlay, ElPageHeader, ElPagination, ElPopconfirm, ElPopover, ElPopoverDirective, ElPopper, arrow_default as ElPopperArrow, content_default as ElPopperContent, trigger_default as ElPopperTrigger, ElProgress, ElRadio, ElRadioButton, ElRadioGroup, ElRate, ElResult, ElRow, ElScrollbar, ElSegmented, ElSelect, ElSelectV2, ElSkeleton, ElSkeletonItem, ElSlider, ElSpace, ElSplitter, ElSplitterPanel, ElStatistic, ElStep, ElSteps, ElSubMenu, ElSwitch, ElTabPane, ElTable, ElTableColumn, ElTableV2, ElTabs, ElTag, ElText, ElTimePicker, ElTimeSelect, ElTimeline, ElTimelineItem, ElTooltip, ElTour, ElTourStep, ElTransfer, ElTree, ElTreeSelect, ElTreeV2, ElUpload, ElWatermark, FIRST_KEYS, FIRST_LAST_KEYS, FixedSizeGrid, FixedSizeList, GAP, IconComponentMap, IconMap, LAST_KEYS, LEFT_CHECK_CHANGE_EVENT, MENU_INJECTION_KEY, MESSAGE_DEFAULT_PLACEMENT, NODE_INSTANCE_INJECTION_KEY, PICKER_BASE_INJECTION_KEY, PICKER_POPPER_OPTIONS_INJECTION_KEY, POPPER_CONTENT_INJECTION_KEY, POPPER_INJECTION_KEY, RIGHT_CHECK_CHANGE_EVENT, ROOT_COMMON_COLOR_INJECTION_KEY, ROOT_COMMON_PICKER_INJECTION_KEY, ROOT_PICKER_INJECTION_KEY, ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY, ROOT_TREE_INJECTION_KEY, RowAlign, RowJustify, STEPS_INJECTION_KEY, SUB_MENU_INJECTION_KEY, TIMELINE_INJECTION_KEY, TOOLTIP_INJECTION_KEY, TREE_NODE_MAP_INJECTION_KEY, TableV2, Alignment as TableV2Alignment, FixedDir as TableV2FixedDir, placeholderSign as TableV2Placeholder, SortOrder as TableV2SortOrder, panel_time_pick_default as TimePickPanel, affixEmits, affixProps, alertEffects, alertEmits, alertProps, anchorEmits, anchorProps, autoResizerProps, autocompleteEmits, autocompleteProps, avatarEmits, avatarGroupContextKey, avatarGroupProps, avatarProps, backtopEmits, backtopProps, badgeProps, breadcrumbItemProps, breadcrumbKey, breadcrumbProps, buildTimeList, buttonEmits, buttonGroupContextKey, buttonNativeTypes, buttonProps, buttonTypes, calendarEmits, calendarProps, cardContextKey, cardProps, carouselContextKey, carouselEmits, carouselItemProps, carouselProps, cascaderEmits, cascaderPanelEmits, cascaderPanelProps, cascaderProps, checkTagEmits, checkTagProps, checkboxDefaultProps, checkboxEmits, checkboxGroupContextKey, checkboxGroupEmits, checkboxGroupProps, checkboxProps, checkboxPropsDefaults, colProps, collapseContextKey, collapseEmits, collapseItemProps, collapseProps, colorPickerEmits, colorPickerPanelContextKey, colorPickerPanelEmits, colorPickerPanelProps, colorPickerProps, colorPickerPropsDefaults, configProviderContextKey, configProviderProps, countdownEmits, countdownProps, dateEquals, datePickerPanelProps, datePickerProps, dayOrDaysToDate, defaultProps, descriptionItemProps, descriptionProps, dialogContextKey, dialogEmits, dialogInjectionKey, dialogProps, dialogPropsDefaults, dividerProps, drawerEmits, drawerProps, dropdownItemProps, dropdownMenuProps, dropdownProps, elPaginationKey, emitChangeFn, emptyProps, extractDateFormat, extractTimeFormat, formContextKey, formEmits, formItemContextKey, formItemProps, formItemValidateStates, formMetaProps, formProps, formatter, genFileId, iconProps, imageEmits, imageProps, imageViewerEmits, imageViewerProps, inputEmits, inputNumberEmits, inputNumberProps, inputOtpEmits, inputProps, inputPropsDefaults, inputTagEmits, inputTagProps, linkEmits, linkProps, makeList, mentionDefaultProps, mentionEmits, mentionProps, menuEmits, menuItemEmits, menuItemGroupProps, menuItemProps, menuProps, messageConfig, messageDefaults, messageEmits, messagePlacement, messageProps, messageTypes, notificationEmits, notificationProps, notificationTypes, overlayEmits, overlayProps, pageHeaderEmits, pageHeaderProps, paginationEmits, paginationProps, parseDate, popconfirmEmits, popconfirmProps, popoverEmits, popoverProps, popoverPropsDefaults, popperArrowProps, popperArrowPropsDefaults, popperContentEmits, popperContentProps, popperContentPropsDefaults, popperCoreConfigProps, popperCoreConfigPropsDefaults, popperProps, popperTriggerProps, progressProps, provideGlobalConfig, radioButtonProps, radioButtonPropsDefaults, radioDefaultProps, radioEmits, radioGroupEmits, radioGroupKey, radioGroupProps, radioGroupPropsDefaults, radioProps, radioPropsBase, radioPropsDefaults, rangeArr, rateEmits, rateProps, renderThumbStyle, resultProps, roleTypes, rowContextKey, rowProps, scrollbarContextKey, scrollbarEmits, scrollbarProps, segmentedEmits, segmentedProps, selectEmits, selectGroupKey, selectKey, selectProps, selectV2InjectionKey, skeletonItemProps, skeletonProps, sliderContextKey, sliderEmits, sliderProps, spaceItemProps, spaceProps, splitterEmits, splitterPanelEmits, splitterPanelProps, splitterProps, statisticProps, stepProps, stepsEmits, stepsProps, subMenuProps, switchEmits, switchProps, tabBarProps, tabNavEmits, tabNavProps, tabPaneProps, tableV2Props, tableV2RowProps, tabsEmits, tabsProps, tabsRootContextKey, tagEmits, tagProps, textProps, thumbProps, timePickerDefaultProps, timePickerRangeTriggerProps, timePickerRngeTriggerProps, timeSelectProps, timeUnits, timelineItemProps, timelineProps, tooltipEmits, tourContentEmits, tourContentProps, tourEmits, tourPlacements, tourProps, tourStepEmits, tourStepProps, tourStrategies, transferCheckedChangeFn, transferEmits, transferProps, treeEmits, treeProps, uploadBaseProps, uploadBasePropsDefaults, uploadContentProps, uploadContentPropsDefaults, uploadContextKey, uploadDraggerEmits, uploadDraggerProps, uploadListEmits, uploadListProps, uploadListTypes, uploadProps, uploadPropsDefaults, useCascaderConfig, useDialog, useDisabled, useFormDisabled, useFormItem, useFormItemInputId, useFormSize, useGlobalComponentSettings, useGlobalConfig, usePopperArrowProps, usePopperContentEmits, usePopperContentProps, usePopperCoreConfigProps, usePopperProps, usePopperTriggerProps, useSize, useSpace, useTooltipContentProps, useTooltipContentPropsDefaults, useTooltipModelToggle, useTooltipModelToggleEmits, useTooltipModelToggleProps, useTooltipProps, useTooltipTriggerProps, useTooltipTriggerPropsDefaults, valueEquals, virtualizedGridProps, virtualizedListProps, virtualizedProps, virtualizedScrollbarProps, watermarkProps };
|
|
@@ -182,7 +182,7 @@ declare const inputProps: {
|
|
|
182
182
|
};
|
|
183
183
|
readonly type: EpPropFinalized<(new (...args: any[]) => string) | (() => InputType) | (((new (...args: any[]) => string) | (() => InputType)) | null)[], unknown, unknown, "text", boolean>;
|
|
184
184
|
readonly resize: {
|
|
185
|
-
readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "
|
|
185
|
+
readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
186
186
|
readonly required: false;
|
|
187
187
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
188
188
|
__epPropKey: true;
|
|
@@ -4,13 +4,13 @@ import { getEventCode, getEventKey } from "../../../utils/dom/event.mjs";
|
|
|
4
4
|
import { isNumber, isString, isUndefined as isUndefined$1 } from "../../../utils/types.mjs";
|
|
5
5
|
import { debugWarn, throwError } from "../../../utils/error.mjs";
|
|
6
6
|
import { NOOP } from "../../../utils/functions.mjs";
|
|
7
|
+
import { vRepeatClick } from "../../../directives/repeat-click/index.mjs";
|
|
7
8
|
import { useLocale } from "../../../hooks/use-locale/index.mjs";
|
|
8
9
|
import { useNamespace } from "../../../hooks/use-namespace/index.mjs";
|
|
9
10
|
import { ElIcon } from "../../icon/index.mjs";
|
|
10
11
|
import { useFormDisabled, useFormSize } from "../../form/src/hooks/use-form-common-props.mjs";
|
|
11
12
|
import { useFormItem } from "../../form/src/hooks/use-form-item.mjs";
|
|
12
13
|
import { ElInput } from "../../input/index.mjs";
|
|
13
|
-
import { vRepeatClick } from "../../../directives/repeat-click/index.mjs";
|
|
14
14
|
import { inputNumberEmits, inputNumberProps } from "./input-number.mjs";
|
|
15
15
|
import { isNil } from "lodash-unified";
|
|
16
16
|
import { ArrowDown, ArrowUp, Minus, Plus } from "@element-plus/icons-vue";
|
|
@@ -224,7 +224,7 @@ declare const mentionProps: {
|
|
|
224
224
|
};
|
|
225
225
|
type: EpPropFinalized<(new (...args: any[]) => string) | (() => InputType) | (((new (...args: any[]) => string) | (() => InputType)) | null)[], unknown, unknown, "text", boolean>;
|
|
226
226
|
resize: {
|
|
227
|
-
readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "
|
|
227
|
+
readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
228
228
|
readonly required: false;
|
|
229
229
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
230
230
|
__epPropKey: true;
|
|
@@ -3,9 +3,9 @@ import { buildProps, definePropType } from "../../../utils/vue/props/runtime.mjs
|
|
|
3
3
|
import { iconPropType } from "../../../utils/vue/icon.mjs";
|
|
4
4
|
import { flattedChildren } from "../../../utils/vue/vnode.mjs";
|
|
5
5
|
import { mutable } from "../../../utils/typescript.mjs";
|
|
6
|
+
import ClickOutside from "../../../directives/click-outside/index.mjs";
|
|
6
7
|
import { useNamespace } from "../../../hooks/use-namespace/index.mjs";
|
|
7
8
|
import { ElIcon } from "../../icon/index.mjs";
|
|
8
|
-
import ClickOutside from "../../../directives/click-outside/index.mjs";
|
|
9
9
|
import Menu from "./utils/menu-bar.mjs";
|
|
10
10
|
import menu_collapse_transition_default from "./menu-collapse-transition.mjs";
|
|
11
11
|
import { useMenuCssVar } from "./use-menu-css-var.mjs";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { isFunction, isString } from "../../../utils/types.mjs";
|
|
2
2
|
import { TypeComponents, TypeComponentsMap } from "../../../utils/vue/icon.mjs";
|
|
3
3
|
import { isValidComponentSize } from "../../../utils/vue/validator.mjs";
|
|
4
|
+
import TrapFocus from "../../../directives/trap-focus/index.mjs";
|
|
4
5
|
import { useDraggable } from "../../../hooks/use-draggable/index.mjs";
|
|
5
6
|
import { useLockscreen } from "../../../hooks/use-lockscreen/index.mjs";
|
|
6
7
|
import { useSameTarget } from "../../../hooks/use-same-target/index.mjs";
|
|
@@ -10,7 +11,6 @@ import focus_trap_default from "../../focus-trap/index.mjs";
|
|
|
10
11
|
import { ElInput } from "../../input/index.mjs";
|
|
11
12
|
import { useGlobalComponentSettings } from "../../config-provider/src/hooks/use-global-config.mjs";
|
|
12
13
|
import { ElButton } from "../../button/index.mjs";
|
|
13
|
-
import TrapFocus from "../../../directives/trap-focus/index.mjs";
|
|
14
14
|
import { ElOverlay } from "../../overlay/index.mjs";
|
|
15
15
|
import { Loading } from "@element-plus/icons-vue";
|
|
16
16
|
import { computed, defineComponent, markRaw, nextTick, onBeforeUnmount, onMounted, reactive, ref, toRefs, watch } from "vue";
|
|
@@ -134,10 +134,10 @@ declare const _default: _$vue.DefineComponent<ExtractPropTypes<{
|
|
|
134
134
|
"onPrev-click"?: ((val: number) => any) | undefined;
|
|
135
135
|
"onNext-click"?: ((val: number) => any) | undefined;
|
|
136
136
|
}>, {
|
|
137
|
-
readonly layout: string;
|
|
138
137
|
readonly small: boolean;
|
|
139
138
|
readonly teleported: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
140
139
|
readonly disabled: boolean;
|
|
140
|
+
readonly layout: string;
|
|
141
141
|
readonly popperClass: string;
|
|
142
142
|
readonly background: boolean;
|
|
143
143
|
readonly pagerCount: number;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { isArray, isObject } from "../../../utils/types.mjs";
|
|
2
2
|
import { flattedChildren } from "../../../utils/vue/vnode.mjs";
|
|
3
|
+
import ClickOutside from "../../../directives/click-outside/index.mjs";
|
|
3
4
|
import { useCalcInputWidth } from "../../../hooks/use-calc-input-width/index.mjs";
|
|
4
5
|
import { ElIcon } from "../../icon/index.mjs";
|
|
5
6
|
import { ElTooltip } from "../../tooltip/index.mjs";
|
|
6
7
|
import { ElScrollbar } from "../../scrollbar/index.mjs";
|
|
7
|
-
import ClickOutside from "../../../directives/click-outside/index.mjs";
|
|
8
8
|
import { ElTag } from "../../tag/index.mjs";
|
|
9
9
|
import { useProps } from "../../select-v2/src/useProps.mjs";
|
|
10
10
|
import { selectKey } from "./token.mjs";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "../../../constants/form.mjs";
|
|
2
2
|
import { isArray } from "../../../utils/types.mjs";
|
|
3
|
+
import ClickOutside from "../../../directives/click-outside/index.mjs";
|
|
3
4
|
import { useCalcInputWidth } from "../../../hooks/use-calc-input-width/index.mjs";
|
|
4
5
|
import { useId } from "../../../hooks/use-id/index.mjs";
|
|
5
6
|
import { ElIcon } from "../../icon/index.mjs";
|
|
6
7
|
import { ElTooltip } from "../../tooltip/index.mjs";
|
|
7
|
-
import ClickOutside from "../../../directives/click-outside/index.mjs";
|
|
8
8
|
import { ElTag } from "../../tag/index.mjs";
|
|
9
9
|
import { selectV2Emits, selectV2Props } from "./defaults.mjs";
|
|
10
10
|
import { selectV2InjectionKey } from "./token.mjs";
|
|
@@ -24,8 +24,8 @@ declare const __VLS_export: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
|
|
|
24
24
|
}>> & Readonly<{
|
|
25
25
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
26
26
|
}>, {
|
|
27
|
-
readonly vertical: boolean;
|
|
28
27
|
readonly modelValue: number;
|
|
28
|
+
readonly vertical: boolean;
|
|
29
29
|
readonly placement: EpPropMergeType<StringConstructor, Placement, unknown>;
|
|
30
30
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, true, {}, any>;
|
|
31
31
|
declare const _default: typeof __VLS_export;
|
|
@@ -157,11 +157,11 @@ declare const __VLS_export: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
|
|
|
157
157
|
onChange?: ((value: Arrayable<number>) => any) | undefined;
|
|
158
158
|
onInput?: ((value: Arrayable<number>) => any) | undefined;
|
|
159
159
|
}>, {
|
|
160
|
-
readonly vertical: boolean;
|
|
161
160
|
readonly id: string;
|
|
162
161
|
readonly disabled: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
163
162
|
readonly modelValue: EpPropMergeType<(new (...args: any[]) => number | number[]) | (() => Arrayable<number>) | (((new (...args: any[]) => number | number[]) | (() => Arrayable<number>)) | null)[], unknown, unknown>;
|
|
164
163
|
readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
164
|
+
readonly vertical: boolean;
|
|
165
165
|
readonly range: boolean;
|
|
166
166
|
readonly placement: EpPropMergeType<StringConstructor, Placement, unknown>;
|
|
167
167
|
readonly persistent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import Mousewheel from "../../../directives/mousewheel/index.mjs";
|
|
1
2
|
import { useLocale } from "../../../hooks/use-locale/index.mjs";
|
|
2
3
|
import { useNamespace } from "../../../hooks/use-namespace/index.mjs";
|
|
3
4
|
import { ElScrollbar } from "../../scrollbar/index.mjs";
|
|
4
5
|
import { useGlobalConfig } from "../../config-provider/src/hooks/use-global-config.mjs";
|
|
5
|
-
import Mousewheel from "../../../directives/mousewheel/index.mjs";
|
|
6
6
|
import tableProps from "./table/defaults.mjs";
|
|
7
7
|
import { createTableId } from "./util.mjs";
|
|
8
8
|
import { createStore } from "./store/helper.mjs";
|
|
@@ -2,13 +2,13 @@ import { CHANGE_EVENT } from "../../../../constants/event.mjs";
|
|
|
2
2
|
import { isNumber } from "../../../../utils/types.mjs";
|
|
3
3
|
import { rAF } from "../../../../utils/raf.mjs";
|
|
4
4
|
import { getStyle } from "../../../../utils/dom/style.mjs";
|
|
5
|
+
import { vRepeatClick } from "../../../../directives/repeat-click/index.mjs";
|
|
5
6
|
import { useNamespace } from "../../../../hooks/use-namespace/index.mjs";
|
|
6
7
|
import { ElIcon } from "../../../icon/index.mjs";
|
|
7
8
|
import { ElScrollbar } from "../../../scrollbar/index.mjs";
|
|
8
9
|
import { PICKER_BASE_INJECTION_KEY, timeUnits } from "../constants.mjs";
|
|
9
10
|
import { buildTimeList } from "../utils.mjs";
|
|
10
11
|
import { getTimeLists } from "../composables/use-time-picker.mjs";
|
|
11
|
-
import { vRepeatClick } from "../../../../directives/repeat-click/index.mjs";
|
|
12
12
|
import { basicTimeSpinnerProps } from "../props/basic-time-spinner.mjs";
|
|
13
13
|
import { debounce } from "lodash-unified";
|
|
14
14
|
import { ArrowDown, ArrowUp } from "@element-plus/icons-vue";
|
|
@@ -15,8 +15,8 @@ declare const __VLS_export: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
|
|
|
15
15
|
readonly actualVisible: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
16
16
|
readonly format: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
17
17
|
}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
18
|
-
pick: (...args: any[]) => void;
|
|
19
18
|
"select-range": (...args: any[]) => void;
|
|
19
|
+
pick: (...args: any[]) => void;
|
|
20
20
|
"set-picker-option": (...args: any[]) => void;
|
|
21
21
|
}, string, _$vue.PublicProps, Readonly<_$vue.ExtractPropTypes<{
|
|
22
22
|
readonly datetimeRole: StringConstructor;
|
|
@@ -30,8 +30,8 @@ declare const __VLS_export: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
|
|
|
30
30
|
readonly actualVisible: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
31
31
|
readonly format: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
32
32
|
}>> & Readonly<{
|
|
33
|
-
onPick?: ((...args: any[]) => any) | undefined;
|
|
34
33
|
"onSelect-range"?: ((...args: any[]) => any) | undefined;
|
|
34
|
+
onPick?: ((...args: any[]) => any) | undefined;
|
|
35
35
|
"onSet-picker-option"?: ((...args: any[]) => any) | undefined;
|
|
36
36
|
}>, {
|
|
37
37
|
readonly visible: boolean;
|
|
@@ -14,8 +14,8 @@ declare const __VLS_export: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
|
|
|
14
14
|
readonly actualVisible: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
15
15
|
readonly format: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
16
16
|
}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
17
|
-
pick: (...args: any[]) => void;
|
|
18
17
|
"select-range": (...args: any[]) => void;
|
|
18
|
+
pick: (...args: any[]) => void;
|
|
19
19
|
"set-picker-option": (...args: any[]) => void;
|
|
20
20
|
}, string, _$vue.PublicProps, Readonly<_$vue.ExtractPropTypes<{
|
|
21
21
|
readonly parsedValue: {
|
|
@@ -28,8 +28,8 @@ declare const __VLS_export: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
|
|
|
28
28
|
readonly actualVisible: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
29
29
|
readonly format: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
30
30
|
}>> & Readonly<{
|
|
31
|
-
onPick?: ((...args: any[]) => any) | undefined;
|
|
32
31
|
"onSelect-range"?: ((...args: any[]) => any) | undefined;
|
|
32
|
+
onPick?: ((...args: any[]) => any) | undefined;
|
|
33
33
|
"onSet-picker-option"?: ((...args: any[]) => any) | undefined;
|
|
34
34
|
}>, {
|
|
35
35
|
readonly visible: boolean;
|
|
@@ -73,8 +73,8 @@ declare const ScrollBar: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
|
|
|
73
73
|
"onStart-move"?: ((...args: any[]) => any) | undefined;
|
|
74
74
|
"onStop-move"?: ((...args: any[]) => any) | undefined;
|
|
75
75
|
}>, {
|
|
76
|
-
readonly layout: EpPropMergeType<StringConstructor, "horizontal" | "vertical", never>;
|
|
77
76
|
readonly visible: boolean;
|
|
77
|
+
readonly layout: EpPropMergeType<StringConstructor, "horizontal" | "vertical", never>;
|
|
78
78
|
readonly alwaysOn: boolean;
|
|
79
79
|
readonly scrollbarSize: number;
|
|
80
80
|
readonly startGap: number;
|
package/es/index.mjs
CHANGED
|
@@ -5,6 +5,10 @@ import { INSTALLED_KEY } from "./constants/key.mjs";
|
|
|
5
5
|
import { componentSizeMap, componentSizes } from "./constants/size.mjs";
|
|
6
6
|
import { columnAlignment } from "./constants/column-alignment.mjs";
|
|
7
7
|
import { BORDER_HORIZONTAL_WIDTH, MINIMUM_INPUT_WIDTH } from "./constants/form.mjs";
|
|
8
|
+
import ClickOutside from "./directives/click-outside/index.mjs";
|
|
9
|
+
import { vRepeatClick } from "./directives/repeat-click/index.mjs";
|
|
10
|
+
import TrapFocus from "./directives/trap-focus/index.mjs";
|
|
11
|
+
import Mousewheel from "./directives/mousewheel/index.mjs";
|
|
8
12
|
import { affixEmits, affixProps } from "./components/affix/src/affix.mjs";
|
|
9
13
|
import { useAttrs } from "./hooks/use-attrs/index.mjs";
|
|
10
14
|
import { useCalcInputWidth } from "./hooks/use-calc-input-width/index.mjs";
|
|
@@ -98,10 +102,6 @@ import { DEFAULT_FORMATS_DATE, DEFAULT_FORMATS_DATEPICKER, DEFAULT_FORMATS_TIME,
|
|
|
98
102
|
import { buildTimeList, dateEquals, dayOrDaysToDate, extractDateFormat, extractTimeFormat, formatter, makeList, parseDate, rangeArr, valueEquals } from "./components/time-picker/src/utils.mjs";
|
|
99
103
|
import { timePickerDefaultProps, timePickerRangeTriggerProps, timePickerRngeTriggerProps } from "./components/time-picker/src/common/props.mjs";
|
|
100
104
|
import picker_default from "./components/time-picker/src/common/picker.mjs";
|
|
101
|
-
import ClickOutside from "./directives/click-outside/index.mjs";
|
|
102
|
-
import { vRepeatClick } from "./directives/repeat-click/index.mjs";
|
|
103
|
-
import TrapFocus from "./directives/trap-focus/index.mjs";
|
|
104
|
-
import Mousewheel from "./directives/mousewheel/index.mjs";
|
|
105
105
|
import panel_time_pick_default from "./components/time-picker/src/time-picker-com/panel-time-pick.mjs";
|
|
106
106
|
import { ElTimePicker } from "./components/time-picker/index.mjs";
|
|
107
107
|
import { tagEmits, tagProps } from "./components/tag/src/tag.mjs";
|
|
@@ -152,10 +152,6 @@ import { ElColorPickerPanel } from "./components/color-picker-panel/index.mjs";
|
|
|
152
152
|
import { colorPickerEmits, colorPickerProps, colorPickerPropsDefaults } from "./components/color-picker/src/color-picker.mjs";
|
|
153
153
|
import { ElColorPicker } from "./components/color-picker/index.mjs";
|
|
154
154
|
import { ElAside, ElContainer, ElFooter, ElHeader, ElMain } from "./components/container/index.mjs";
|
|
155
|
-
import { countdownEmits, countdownProps } from "./components/countdown/src/countdown.mjs";
|
|
156
|
-
import { statisticProps } from "./components/statistic/src/statistic.mjs";
|
|
157
|
-
import { ElStatistic } from "./components/statistic/index.mjs";
|
|
158
|
-
import { ElCountdown } from "./components/countdown/index.mjs";
|
|
159
155
|
import { datePickerPanelProps } from "./components/date-picker-panel/src/props/date-picker-panel.mjs";
|
|
160
156
|
import { ROOT_PICKER_INJECTION_KEY, ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY } from "./components/date-picker-panel/src/constants.mjs";
|
|
161
157
|
import { ElDatePickerPanel } from "./components/date-picker-panel/index.mjs";
|
|
@@ -204,6 +200,8 @@ import { paginationEmits, paginationProps } from "./components/pagination/src/pa
|
|
|
204
200
|
import { ElPagination } from "./components/pagination/index.mjs";
|
|
205
201
|
import { popconfirmEmits, popconfirmProps } from "./components/popconfirm/src/popconfirm.mjs";
|
|
206
202
|
import { ElPopconfirm } from "./components/popconfirm/index.mjs";
|
|
203
|
+
import { popoverEmits, popoverProps, popoverPropsDefaults } from "./components/popover/src/popover.mjs";
|
|
204
|
+
import { ElPopover, ElPopoverDirective } from "./components/popover/index.mjs";
|
|
207
205
|
import { progressProps } from "./components/progress/src/progress.mjs";
|
|
208
206
|
import { ElProgress } from "./components/progress/index.mjs";
|
|
209
207
|
import { rateEmits, rateProps } from "./components/rate/src/rate.mjs";
|
|
@@ -222,6 +220,10 @@ import { spaceItemProps } from "./components/space/src/item.mjs";
|
|
|
222
220
|
import { useSpace } from "./components/space/src/use-space.mjs";
|
|
223
221
|
import { spaceProps } from "./components/space/src/space.mjs";
|
|
224
222
|
import { ElSpace } from "./components/space/index.mjs";
|
|
223
|
+
import { statisticProps } from "./components/statistic/src/statistic.mjs";
|
|
224
|
+
import { ElStatistic } from "./components/statistic/index.mjs";
|
|
225
|
+
import { countdownEmits, countdownProps } from "./components/countdown/src/countdown.mjs";
|
|
226
|
+
import { ElCountdown } from "./components/countdown/index.mjs";
|
|
225
227
|
import { stepsEmits, stepsProps } from "./components/steps/src/steps.mjs";
|
|
226
228
|
import { STEPS_INJECTION_KEY } from "./components/steps/src/tokens.mjs";
|
|
227
229
|
import { stepProps } from "./components/steps/src/item.mjs";
|
|
@@ -278,6 +280,7 @@ import { ElMention } from "./components/mention/index.mjs";
|
|
|
278
280
|
import { splitterEmits, splitterProps } from "./components/splitter/src/splitter.mjs";
|
|
279
281
|
import { splitterPanelEmits, splitterPanelProps } from "./components/splitter/src/split-panel.mjs";
|
|
280
282
|
import { ElSplitter, ElSplitterPanel } from "./components/splitter/index.mjs";
|
|
283
|
+
import { makeInstaller } from "./make-installer.mjs";
|
|
281
284
|
import { ElInfiniteScroll } from "./components/infinite-scroll/index.mjs";
|
|
282
285
|
import Loading from "./components/loading/src/service.mjs";
|
|
283
286
|
import vLoading from "./components/loading/src/directive.mjs";
|
|
@@ -287,9 +290,6 @@ import { ElMessage } from "./components/message/index.mjs";
|
|
|
287
290
|
import { ElMessageBox } from "./components/message-box/index.mjs";
|
|
288
291
|
import { notificationEmits, notificationProps, notificationTypes } from "./components/notification/src/notification.mjs";
|
|
289
292
|
import { ElNotification } from "./components/notification/index.mjs";
|
|
290
|
-
import { popoverEmits, popoverProps, popoverPropsDefaults } from "./components/popover/src/popover.mjs";
|
|
291
|
-
import { ElPopover, ElPopoverDirective } from "./components/popover/index.mjs";
|
|
292
|
-
import { makeInstaller } from "./make-installer.mjs";
|
|
293
293
|
import defaults_default from "./defaults.mjs";
|
|
294
294
|
import dayjs from "dayjs";
|
|
295
295
|
//#region ../../packages/element-plus/index.ts
|
package/es/plugin.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
+
import { ElPopoverDirective } from "./components/popover/index.mjs";
|
|
1
2
|
import { ElInfiniteScroll } from "./components/infinite-scroll/index.mjs";
|
|
2
3
|
import { ElLoading } from "./components/loading/index.mjs";
|
|
3
4
|
import { ElMessage } from "./components/message/index.mjs";
|
|
4
5
|
import { ElMessageBox } from "./components/message-box/index.mjs";
|
|
5
6
|
import { ElNotification } from "./components/notification/index.mjs";
|
|
6
|
-
import { ElPopoverDirective } from "./components/popover/index.mjs";
|
|
7
7
|
//#region ../../packages/element-plus/plugin.ts
|
|
8
8
|
var plugin_default = [
|
|
9
9
|
ElInfiniteScroll,
|
package/es/version.d.ts
CHANGED
package/es/version.mjs
CHANGED
package/es/version.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.mjs","names":[],"sources":["../../../packages/element-plus/version.ts"],"sourcesContent":["export const version = '0.0.
|
|
1
|
+
{"version":3,"file":"version.mjs","names":[],"sources":["../../../packages/element-plus/version.ts"],"sourcesContent":["export const version = '0.0.20260717'\n"],"mappings":";AAAA,MAAa,UAAU"}
|