@ctzy-web-client/plugin-component-vue 1.0.11 → 1.0.21
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, inject, computed, useSlots, unref, provide, watch, resolveComponent, openBlock, createBlock, withCtx, renderSlot, createElementVNode, normalizeClass, createElementBlock, toDisplayString, createCommentVNode, createVNode, createTextVNode } from 'vue';
|
|
2
2
|
import { useNamespace, filterPanelItemKey, useGlobalConfig } from '@ctzy-web-client/web-base-client-vue';
|
|
3
3
|
import { timePickerDefaultProps, ROOT_PICKER_INJECTION_KEY, useNamespace as useNamespace$1, dayjs, parseDate, valueEquals, formatter } from 'element-plus';
|
|
4
|
-
import PanelDateRange from 'element-plus/es/components/date-picker/src/props/panel-date-range.vue';
|
|
4
|
+
import PanelDateRange from 'element-plus/es/components/date-picker-panel/src/props/panel-date-range.vue';
|
|
5
5
|
import _export_sfc from '../_virtual/_plugin-vue_export-helper.mjs';
|
|
6
6
|
|
|
7
7
|
const __default__ = defineComponent({ name: "BwaDateRange" });
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
var vue = require('vue');
|
|
6
6
|
var webBaseClientVue = require('@ctzy-web-client/web-base-client-vue');
|
|
7
7
|
var ElementPlus = require('element-plus');
|
|
8
|
-
var PanelDateRange = require('element-plus/es/components/date-picker/src/props/panel-date-range.vue');
|
|
8
|
+
var PanelDateRange = require('element-plus/es/components/date-picker-panel/src/props/panel-date-range.vue');
|
|
9
9
|
var _pluginVue_exportHelper = require('../_virtual/_plugin-vue_export-helper.js');
|
|
10
10
|
|
|
11
11
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ctzy-web-client/plugin-component-vue",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.21",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"module": "es/index.mjs",
|
|
6
6
|
"exports": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"quill": "^1.3.7",
|
|
34
34
|
"rxjs": "^7.6.0",
|
|
35
35
|
"tinymce": "^6.4.2",
|
|
36
|
-
"@ctzy-web-client/web-base-client-vue": "^1.0.
|
|
36
|
+
"@ctzy-web-client/web-base-client-vue": "^1.0.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@vueuse/core": "^9.6.0",
|
|
@@ -63,7 +63,7 @@ import {
|
|
|
63
63
|
useGlobalConfig,
|
|
64
64
|
} from '@ctzy-web-client/web-base-client-vue';
|
|
65
65
|
import { dayjs } from 'element-plus';
|
|
66
|
-
import PanelDateRange from 'element-plus/es/components/date-picker/src/props/panel-date-range.vue';
|
|
66
|
+
import PanelDateRange from 'element-plus/es/components/date-picker-panel/src/props/panel-date-range.vue';
|
|
67
67
|
import { timePickerDefaultProps } from 'element-plus';
|
|
68
68
|
import { ROOT_PICKER_INJECTION_KEY } from 'element-plus';
|
|
69
69
|
import { useNamespace as useElementPlusNamesplace } from 'element-plus';
|