@ctzy-web-client/plugin-component-vue 1.0.6 → 1.0.8
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/advance-select/advance-operation.mjs +1 -1
- package/es/advance-select/advance-option.mjs +1 -1
- package/es/advance-select/advance-select.mjs +1 -1
- package/es/advance-select/events-helpers.mjs +1 -1
- package/es/advance-select/use-advance-option.mjs +1 -1
- package/es/application-slot/application-slot.mjs +1 -1
- package/es/breadcrumb-select/breadcrumb-select.mjs +1 -1
- package/es/contextmenu/contextmenu-item.mjs +1 -1
- package/es/contextmenu/contextmenu.mjs +1 -1
- package/es/contextmenu/use-contextmenu.mjs +1 -1
- package/es/data-form/data-form-item.mjs +1 -1
- package/es/data-form/data-form.mjs +1 -1
- package/es/data-form/form-components/bwa-rich-text-tinymce.mjs +1 -1
- package/es/data-form/form-components/bwa-rich-text.mjs +1 -1
- package/es/data-form/form-components/bwa-upload.mjs +1 -1
- package/es/data-form/form-components/bwa-user-select.mjs +1 -1
- package/es/data-table/data-column-view.mjs +1 -1
- package/es/data-table/data-table-card.mjs +1 -1
- package/es/data-table/data-table-column.mjs +1 -1
- package/es/data-table/data-table.mjs +1 -1
- package/es/datatable-settings/datatable-settings.mjs +1 -1
- package/es/date-range/date-picker.mjs +1 -1
- package/es/date-range/date-range.mjs +4 -3
- package/es/drag-list/drag-item.mjs +1 -1
- package/es/drag-list/drag-list.mjs +1 -1
- package/es/dragable/dragable-item.mjs +1 -1
- package/es/dragable/dragable-operation.mjs +1 -1
- package/es/dragable/dragable.mjs +1 -1
- package/es/filter-panel/conditions/department-condition/department-condition.mjs +1 -1
- package/es/filter-panel/conditions/department-condition/department-node.mjs +1 -1
- package/es/filter-panel/conditions/input-condition.mjs +1 -1
- package/es/filter-panel/conditions/multi-user-condition.mjs +1 -1
- package/es/filter-panel/conditions/single-menu-condition.mjs +1 -1
- package/es/filter-panel/conditions/single-user-condition.mjs +1 -1
- package/es/filter-panel/filter-panel-item.mjs +1 -1
- package/es/filter-panel/filter-panel.mjs +1 -1
- package/es/filter-panel/use-filter-panel-item.mjs +1 -1
- package/es/filter-panel/use-filter-panel.mjs +1 -1
- package/es/hooks/use-data/index.mjs +1 -1
- package/es/layout/layout.mjs +1 -1
- package/es/make-installer.mjs +1 -1
- package/es/menu/menu-item.mjs +1 -1
- package/es/menu/menu.mjs +1 -1
- package/es/panel/panel.mjs +1 -1
- package/es/panel-tabs/panel-tabs.mjs +1 -1
- package/es/pct-filter-panel/pct-compents/pct-Input-condition.mjs +1 -1
- package/es/pct-filter-panel/pct-compents/pct-date-range-condition.mjs +1 -1
- package/es/pct-filter-panel/pct-compents/pct-multiple-menu-condition.mjs +1 -1
- package/es/pct-filter-panel/pct-compents/pct-multiple-menu-condition2.mjs +1 -1
- package/es/pct-filter-panel/pct-filter-panel-item.mjs +1 -1
- package/es/pct-filter-panel/pct-filter-panel.mjs +1 -1
- package/es/pct-filter-panel/use-filter-panel-item.mjs +1 -1
- package/es/pct-filter-panel/use-filter-panel.mjs +1 -1
- package/es/progress/progress-item.mjs +1 -1
- package/es/progress/progress.mjs +1 -1
- package/es/where-filter-panel/use-where-filter-panel.mjs +1 -1
- package/lib/advance-select/advance-operation.js +1 -1
- package/lib/advance-select/advance-option.js +1 -1
- package/lib/advance-select/advance-select.js +1 -1
- package/lib/advance-select/events-helpers.js +1 -1
- package/lib/advance-select/use-advance-option.js +1 -1
- package/lib/application-slot/application-slot.js +1 -1
- package/lib/breadcrumb-select/breadcrumb-select.js +1 -1
- package/lib/contextmenu/contextmenu-item.js +1 -1
- package/lib/contextmenu/contextmenu.js +1 -1
- package/lib/contextmenu/use-contextmenu.js +1 -1
- package/lib/data-form/data-form-item.js +1 -1
- package/lib/data-form/data-form.js +1 -1
- package/lib/data-form/form-components/bwa-rich-text-tinymce.js +1 -1
- package/lib/data-form/form-components/bwa-rich-text.js +1 -1
- package/lib/data-form/form-components/bwa-upload.js +1 -1
- package/lib/data-form/form-components/bwa-user-select.js +1 -1
- package/lib/data-table/data-column-view.js +1 -1
- package/lib/data-table/data-table-card.js +1 -1
- package/lib/data-table/data-table-column.js +1 -1
- package/lib/data-table/data-table.js +1 -1
- package/lib/datatable-settings/datatable-settings.js +1 -1
- package/lib/date-range/date-picker.js +1 -1
- package/lib/date-range/date-range.js +8 -3
- package/lib/drag-list/drag-item.js +1 -1
- package/lib/drag-list/drag-list.js +1 -1
- package/lib/dragable/dragable-item.js +1 -1
- package/lib/dragable/dragable-operation.js +1 -1
- package/lib/dragable/dragable.js +1 -1
- package/lib/filter-panel/conditions/department-condition/department-condition.js +1 -1
- package/lib/filter-panel/conditions/department-condition/department-node.js +1 -1
- package/lib/filter-panel/conditions/input-condition.js +1 -1
- package/lib/filter-panel/conditions/multi-user-condition.js +1 -1
- package/lib/filter-panel/conditions/single-menu-condition.js +1 -1
- package/lib/filter-panel/conditions/single-user-condition.js +1 -1
- package/lib/filter-panel/filter-panel-item.js +1 -1
- package/lib/filter-panel/filter-panel.js +1 -1
- package/lib/filter-panel/use-filter-panel-item.js +1 -1
- package/lib/filter-panel/use-filter-panel.js +1 -1
- package/lib/hooks/use-data/index.js +1 -1
- package/lib/layout/layout.js +1 -1
- package/lib/make-installer.js +1 -1
- package/lib/menu/menu-item.js +1 -1
- package/lib/menu/menu.js +1 -1
- package/lib/panel/panel.js +1 -1
- package/lib/panel-tabs/panel-tabs.js +1 -1
- package/lib/pct-filter-panel/pct-compents/pct-Input-condition.js +1 -1
- package/lib/pct-filter-panel/pct-compents/pct-date-range-condition.js +1 -1
- package/lib/pct-filter-panel/pct-compents/pct-multiple-menu-condition.js +1 -1
- package/lib/pct-filter-panel/pct-compents/pct-multiple-menu-condition2.js +1 -1
- package/lib/pct-filter-panel/pct-filter-panel-item.js +1 -1
- package/lib/pct-filter-panel/pct-filter-panel.js +1 -1
- package/lib/pct-filter-panel/use-filter-panel-item.js +1 -1
- package/lib/pct-filter-panel/use-filter-panel.js +1 -1
- package/lib/progress/progress-item.js +1 -1
- package/lib/progress/progress.js +1 -1
- package/lib/where-filter-panel/use-where-filter-panel.js +1 -1
- package/package.json +2 -2
- package/src/advance-select/advance-operation.vue +2 -1
- package/src/advance-select/advance-option.vue +2 -1
- package/src/advance-select/advance-select.vue +2 -1
- package/src/advance-select/events-helpers.js +2 -1
- package/src/advance-select/index.js +1 -0
- package/src/advance-select/use-advance-option.js +2 -1
- package/src/advance-select/use-advance-select.js +1 -0
- package/src/application-slot/application-slot.js +2 -1
- package/src/application-slot/breadcrumb-item.vue +1 -0
- package/src/application-slot/header-tools-item.vue +1 -0
- package/src/application-slot/index.js +1 -0
- package/src/breadcrumb-select/breadcrumb-select.vue +2 -1
- package/src/breadcrumb-select/index.js +1 -0
- package/src/components.js +1 -0
- package/src/contextmenu/contextmenu-item.vue +2 -1
- package/src/contextmenu/contextmenu.vue +2 -1
- package/src/contextmenu/index.js +1 -0
- package/src/contextmenu/use-contextmenu.js +2 -1
- package/src/data-form/data-form-item.vue +2 -1
- package/src/data-form/data-form.vue +2 -1
- package/src/data-form/dynamic-component.js +1 -0
- package/src/data-form/form-components/Blots/AtBlot.js +1 -0
- package/src/data-form/form-components/bwa-date-picker.vue +1 -0
- package/src/data-form/form-components/bwa-date-time-picker.vue +1 -0
- package/src/data-form/form-components/bwa-input-float.vue +1 -0
- package/src/data-form/form-components/bwa-input-integer.vue +1 -0
- package/src/data-form/form-components/bwa-input.vue +1 -0
- package/src/data-form/form-components/bwa-multi-select.vue +1 -0
- package/src/data-form/form-components/bwa-rich-text-tinymce.vue +3 -2
- package/src/data-form/form-components/bwa-rich-text.vue +2 -1
- package/src/data-form/form-components/bwa-select.vue +1 -0
- package/src/data-form/form-components/bwa-textarea.vue +1 -0
- package/src/data-form/form-components/bwa-upload.vue +2 -1
- package/src/data-form/form-components/bwa-user-multi-select.vue +1 -0
- package/src/data-form/form-components/bwa-user-select.vue +2 -1
- package/src/data-form/index.js +1 -0
- package/src/data-table/data-column-view.vue +2 -1
- package/src/data-table/data-table-card.vue +2 -1
- package/src/data-table/data-table-column.vue +2 -1
- package/src/data-table/data-table.vue +2 -1
- package/src/data-table/dynamic-component.js +1 -0
- package/src/data-table/index.js +1 -0
- package/src/data-table/use-datatable-drag.js +1 -0
- package/src/datatable-settings/datatable-settings.vue +2 -1
- package/src/datatable-settings/index.js +1 -0
- package/src/date-range/date-picker.vue +2 -1
- package/src/date-range/date-range.vue +4 -3
- package/src/date-range/index.js +1 -0
- package/src/drag-list/constants.js +1 -0
- package/src/drag-list/drag-item.vue +2 -1
- package/src/drag-list/drag-list.vue +2 -1
- package/src/drag-list/index.js +1 -0
- package/src/drag-list/use-drag-list.js +1 -0
- package/src/dragable/constants.js +1 -0
- package/src/dragable/dragable-item.vue +2 -1
- package/src/dragable/dragable-operation.vue +2 -1
- package/src/dragable/dragable.vue +2 -1
- package/src/dragable/index.js +1 -0
- package/src/dragable/use-dragable.js +1 -0
- package/src/filter-panel/conditions/condition.js +1 -0
- package/src/filter-panel/conditions/date-range-condition.vue +1 -0
- package/src/filter-panel/conditions/department-condition/department-condition.vue +2 -1
- package/src/filter-panel/conditions/department-condition/department-node.vue +2 -1
- package/src/filter-panel/conditions/index.js +1 -0
- package/src/filter-panel/conditions/input-condition.vue +2 -1
- package/src/filter-panel/conditions/multi-user-condition.vue +2 -1
- package/src/filter-panel/conditions/multiple-menu-condition.vue +1 -0
- package/src/filter-panel/conditions/single-menu-condition.vue +2 -1
- package/src/filter-panel/conditions/single-user-condition.vue +2 -1
- package/src/filter-panel/filter-panel-item.vue +2 -1
- package/src/filter-panel/filter-panel.vue +2 -1
- package/src/filter-panel/index.js +1 -0
- package/src/filter-panel/use-filter-panel-item.js +2 -1
- package/src/filter-panel/use-filter-panel.js +2 -1
- package/src/hooks/use-data/index.js +3 -2
- package/src/index.js +1 -0
- package/src/layout/index.js +1 -0
- package/src/layout/layout.vue +2 -1
- package/src/make-installer.js +2 -1
- package/src/math/Rectangle.js +1 -0
- package/src/menu/index.js +1 -0
- package/src/menu/menu-item.vue +2 -1
- package/src/menu/menu.vue +2 -1
- package/src/panel/index.js +1 -0
- package/src/panel/panel.vue +2 -1
- package/src/panel-tabs/index.js +1 -0
- package/src/panel-tabs/panel-tabs.js +2 -1
- package/src/pct-filter-panel/index.js +1 -0
- package/src/pct-filter-panel/pct-compents/index.js +1 -0
- package/src/pct-filter-panel/pct-compents/pct-Input-condition.vue +2 -1
- package/src/pct-filter-panel/pct-compents/pct-date-range-condition.vue +2 -1
- package/src/pct-filter-panel/pct-compents/pct-multiple-menu-condition.vue +3 -2
- package/src/pct-filter-panel/pct-compents/pct-multiple-menu-condition2.vue +3 -2
- package/src/pct-filter-panel/pct-filter-panel-item.vue +2 -1
- package/src/pct-filter-panel/pct-filter-panel.vue +2 -1
- package/src/pct-filter-panel/use-filter-panel-item.js +2 -1
- package/src/pct-filter-panel/use-filter-panel.js +3 -2
- package/src/plugins.js +1 -0
- package/src/progress/index.js +1 -0
- package/src/progress/progress-item.vue +2 -1
- package/src/progress/progress.vue +2 -1
- package/src/progress/use-progress.js +1 -0
- package/src/utils/db.js +1 -0
- package/src/utils.js +1 -0
- package/src/where-filter-panel/use-where-filter-panel.js +2 -1
- package/src/where-filter-panel/where-filter-panel.vue +1 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, inject, openBlock, createElementBlock, normalizeClass, unref, renderSlot } from 'vue';
|
|
2
|
-
import { advanceSelectKey, useNamespace } from 'web-base-client-vue';
|
|
2
|
+
import { advanceSelectKey, useNamespace } from '@ctzy-web-client/web-base-client-vue';
|
|
3
3
|
import _export_sfc from '../_virtual/_plugin-vue_export-helper.mjs';
|
|
4
4
|
|
|
5
5
|
const __default__ = defineComponent({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import 'element-plus';
|
|
2
2
|
import { getCurrentInstance, ref, resolveComponent, openBlock, createElementBlock, normalizeClass, withModifiers, createCommentVNode, createElementVNode, renderSlot, createVNode, withCtx, createTextVNode, toDisplayString, createBlock } from 'vue';
|
|
3
|
-
import { useNamespace } from 'web-base-client-vue';
|
|
3
|
+
import { useNamespace } from '@ctzy-web-client/web-base-client-vue';
|
|
4
4
|
import { useEvent } from './events-helpers.mjs';
|
|
5
5
|
import { useAdvanceOption } from './use-advance-option.mjs';
|
|
6
6
|
import _export_sfc from '../_virtual/_plugin-vue_export-helper.mjs';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, inject, toRefs, useSlots, computed, unref, watch, onBeforeUnmount, provide, reactive, getCurrentInstance, resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createVNode, isRef, withCtx, renderSlot, toDisplayString, createCommentVNode, createBlock, createElementVNode, Fragment, createTextVNode, withDirectives, renderList, normalizeStyle } from 'vue';
|
|
2
2
|
import { Observable, debounceTime } from 'rxjs';
|
|
3
|
-
import { useGlobalConfig, filterPanelItemKey, useNamespace, advanceSelectKey } from 'web-base-client-vue';
|
|
3
|
+
import { useGlobalConfig, filterPanelItemKey, useNamespace, advanceSelectKey } from '@ctzy-web-client/web-base-client-vue';
|
|
4
4
|
import { dataProps, useData } from '../hooks/use-data/index.mjs';
|
|
5
5
|
import AdvanceOperation from './advance-operation.mjs';
|
|
6
6
|
import AdvanceOption from './advance-option.mjs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { inject } from 'vue';
|
|
2
|
-
import { advanceSelectKey } from 'web-base-client-vue';
|
|
2
|
+
import { advanceSelectKey } from '@ctzy-web-client/web-base-client-vue';
|
|
3
3
|
import { getStyle } from 'element-plus/es/utils/index';
|
|
4
4
|
import { createTablePopper } from 'element-plus/es/components/table/src/util';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { inject, getCurrentInstance, computed, watch, onMounted, onUnmounted } from 'vue';
|
|
2
|
-
import { advanceSelectKey } from 'web-base-client-vue';
|
|
2
|
+
import { advanceSelectKey } from '@ctzy-web-client/web-base-client-vue';
|
|
3
3
|
|
|
4
4
|
const useAdvanceOption = (props) => {
|
|
5
5
|
const advanceSelect = inject(advanceSelectKey);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useSlots, effectScope, onMounted, effect, h, Fragment, render, onBeforeUnmount } from 'vue';
|
|
2
|
-
import { useGlobalConfig, applicationKey } from 'web-base-client-vue';
|
|
2
|
+
import { useGlobalConfig, applicationKey } from '@ctzy-web-client/web-base-client-vue';
|
|
3
3
|
|
|
4
4
|
let uuid = 1;
|
|
5
5
|
const ApplicationSlot = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createElementVNode, defineComponent, useAttrs, resolveComponent, openBlock, createBlock, unref, mergeProps, createSlots, withCtx, normalizeClass, toDisplayString, createCommentVNode, createVNode, renderSlot } from 'vue';
|
|
2
2
|
import { ElIcon, ElButton } from 'element-plus';
|
|
3
|
-
import { useNamespace } from 'web-base-client-vue';
|
|
3
|
+
import { useNamespace } from '@ctzy-web-client/web-base-client-vue';
|
|
4
4
|
import { BwaAdvanceSelect } from '../advance-select/index.mjs';
|
|
5
5
|
import AdvanceOperation from '../advance-select/advance-operation.mjs';
|
|
6
6
|
import _export_sfc from '../_virtual/_plugin-vue_export-helper.mjs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createElementBlock, normalizeClass, unref, renderSlot } from 'vue';
|
|
2
|
-
import { useNamespace } from 'web-base-client-vue';
|
|
2
|
+
import { useNamespace } from '@ctzy-web-client/web-base-client-vue';
|
|
3
3
|
import _export_sfc from '../_virtual/_plugin-vue_export-helper.mjs';
|
|
4
4
|
|
|
5
5
|
const __default__ = defineComponent({ name: "BwaContextmenuItem" });
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, onMounted, watch, computed, unref, openBlock, createElementBlock, normalizeClass, createVNode, withCtx, Fragment, renderList, toDisplayString } from 'vue';
|
|
2
2
|
import { ElScrollbar } from 'element-plus';
|
|
3
|
-
import { useNamespace } from 'web-base-client-vue';
|
|
3
|
+
import { useNamespace } from '@ctzy-web-client/web-base-client-vue';
|
|
4
4
|
import _export_sfc from '../_virtual/_plugin-vue_export-helper.mjs';
|
|
5
5
|
|
|
6
6
|
const _hoisted_1 = ["onClick"];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ref, reactive, createApp, onMounted, withDirectives, h, unref, vShow, nextTick, onBeforeUnmount } from 'vue';
|
|
2
2
|
import { useWindowSize, useElementBounding } from '../node_modules/.pnpm/@vueuse_core@9.6.0_vue@3.2.41/node_modules/@vueuse/core/index.mjs';
|
|
3
|
-
import { useNamespace } from 'web-base-client-vue';
|
|
3
|
+
import { useNamespace } from '@ctzy-web-client/web-base-client-vue';
|
|
4
4
|
import Contextmenu from './contextmenu.mjs';
|
|
5
5
|
|
|
6
6
|
function useContextmenu({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, useAttrs, inject, computed, provide, reactive, unref, openBlock, createBlock, mergeProps, withCtx, renderSlot, createVNode, createCommentVNode } from 'vue';
|
|
2
2
|
import { formContextKey, ElFormItem } from 'element-plus';
|
|
3
|
-
import { dataFormKey } from 'web-base-client-vue';
|
|
3
|
+
import { dataFormKey } from '@ctzy-web-client/web-base-client-vue';
|
|
4
4
|
import DynamicComponent from './dynamic-component.mjs';
|
|
5
5
|
import _export_sfc from '../_virtual/_plugin-vue_export-helper.mjs';
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, useAttrs, ref, computed, watch, provide, onMounted, unref, onBeforeUnmount, openBlock, createBlock, mergeProps, withCtx, renderSlot, createElementBlock, Fragment, renderList } from 'vue';
|
|
2
2
|
import { ElMessage, ElForm } from 'element-plus';
|
|
3
|
-
import { dataFormKey } from 'web-base-client-vue';
|
|
3
|
+
import { dataFormKey } from '@ctzy-web-client/web-base-client-vue';
|
|
4
4
|
import { mergeWith, isArray } from 'lodash';
|
|
5
5
|
import DataFormItem from './data-form-item.mjs';
|
|
6
6
|
import _export_sfc from '../_virtual/_plugin-vue_export-helper.mjs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, getCurrentScope, computed, reactive, onMounted, openBlock, createElementBlock, Fragment, createElementVNode, normalizeClass, unref, createVNode, createBlock, Teleport, normalizeStyle, renderList, toDisplayString, createCommentVNode } from 'vue';
|
|
2
|
-
import { useNamespace, useService } from 'web-base-client-vue';
|
|
2
|
+
import { useNamespace, useService } from '@ctzy-web-client/web-base-client-vue';
|
|
3
3
|
import TinyMCEEditor from '@tinymce/tinymce-vue';
|
|
4
4
|
import 'quill/dist/quill.snow.css';
|
|
5
5
|
import { Subject, Observable, map, filter, mergeMap, merge, from, delayWhen, timer, takeUntil, tap } from 'rxjs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, unref, getCurrentScope, computed, onMounted, markRaw, watch, onScopeDispose, resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withCtx, Fragment, renderList, createBlock } from 'vue';
|
|
2
|
-
import { useService, useNamespace } from 'web-base-client-vue';
|
|
2
|
+
import { useService, useNamespace } from '@ctzy-web-client/web-base-client-vue';
|
|
3
3
|
import Quill from 'quill';
|
|
4
4
|
import 'quill/dist/quill.snow.css';
|
|
5
5
|
import { ElMessage } from 'element-plus';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, watch, computed, useAttrs, unref, resolveComponent, openBlock, createBlock, mergeProps, withCtx, createVNode, createTextVNode, createElementVNode, normalizeClass, toDisplayString } from 'vue';
|
|
2
2
|
import { Download, Delete } from '@element-plus/icons';
|
|
3
3
|
import { ElMessage, ElUpload, ElButton, ElIcon } from 'element-plus';
|
|
4
|
-
import { useNamespace, useService } from 'web-base-client-vue';
|
|
4
|
+
import { useNamespace, useService } from '@ctzy-web-client/web-base-client-vue';
|
|
5
5
|
import _export_sfc from '../../_virtual/_plugin-vue_export-helper.mjs';
|
|
6
6
|
|
|
7
7
|
const __default__ = defineComponent({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, useAttrs, ref, computed, unref, openBlock, createBlock, mergeProps, isRef } from 'vue';
|
|
2
|
-
import { useService } from 'web-base-client-vue';
|
|
2
|
+
import { useService } from '@ctzy-web-client/web-base-client-vue';
|
|
3
3
|
import Select from './bwa-select.mjs';
|
|
4
4
|
import { ElMessage } from 'element-plus';
|
|
5
5
|
import _export_sfc from '../../_virtual/_plugin-vue_export-helper.mjs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { computed, resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, createVNode, Fragment, createTextVNode, toDisplayString, createCommentVNode } from 'vue';
|
|
2
|
-
import { useNamespace, str, func } from 'web-base-client-vue';
|
|
2
|
+
import { useNamespace, str, func } from '@ctzy-web-client/web-base-client-vue';
|
|
3
3
|
import { PictureFilled } from '@element-plus/icons';
|
|
4
4
|
import { ElMessage } from 'element-plus';
|
|
5
5
|
import _export_sfc from '../_virtual/_plugin-vue_export-helper.mjs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { inject, resolveComponent, resolveDirective, withDirectives, openBlock, createBlock, normalizeClass, createSlots, withCtx, createVNode, renderSlot, createElementBlock, Fragment, renderList, createElementVNode, createTextVNode, toDisplayString } from 'vue';
|
|
2
|
-
import { dataTableKey, useNamespace } from 'web-base-client-vue';
|
|
2
|
+
import { dataTableKey, useNamespace } from '@ctzy-web-client/web-base-client-vue';
|
|
3
3
|
import DynamicComponent from './dynamic-component.mjs';
|
|
4
4
|
import _export_sfc from '../_virtual/_plugin-vue_export-helper.mjs';
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, useAttrs, inject, openBlock, createBlock, unref, mergeProps, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode } from 'vue';
|
|
2
2
|
import { ElTableColumn } from 'element-plus';
|
|
3
|
-
import { dataTableKey } from 'web-base-client-vue';
|
|
3
|
+
import { dataTableKey } from '@ctzy-web-client/web-base-client-vue';
|
|
4
4
|
import _export_sfc from '../_virtual/_plugin-vue_export-helper.mjs';
|
|
5
5
|
|
|
6
6
|
const __default__ = defineComponent({ name: "BwaDataTableColumn" });
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createElementVNode, defineComponent, useAttrs, ref, computed, unref, watch, provide, reactive, nextTick, onUnmounted, openBlock, createElementBlock, normalizeClass, renderSlot, createVNode, mergeProps, withCtx, createBlock, createCommentVNode, Fragment, renderList, createTextVNode, toDisplayString, normalizeStyle } from 'vue';
|
|
2
2
|
import { ElMessage, ElTable, ElTableColumn, ElPagination } from 'element-plus';
|
|
3
|
-
import { useService, useGlobalConfig, dataTableKey, useNamespace, useEventDispatcher } from 'web-base-client-vue';
|
|
3
|
+
import { useService, useGlobalConfig, dataTableKey, useNamespace, useEventDispatcher } from '@ctzy-web-client/web-base-client-vue';
|
|
4
4
|
import DynamicComponent from './dynamic-component.mjs';
|
|
5
5
|
import DataTableColumn from './data-table-column.mjs';
|
|
6
6
|
import { useDataTableDrag } from './use-datatable-drag.mjs';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, useAttrs, ref, computed, unref, getCurrentScope, onScopeDispose, resolveComponent, openBlock, createBlock, mergeProps, withCtx, createElementVNode, normalizeClass, createTextVNode, createElementBlock, createVNode, createCommentVNode, toDisplayString, withModifiers, Fragment, renderList, renderSlot } from 'vue';
|
|
2
2
|
import { ElTooltip, ElIcon, ElScrollbar, ElSwitch } from 'element-plus';
|
|
3
|
-
import { useNamespace, useValue, useService, useEventDispatcher } from 'web-base-client-vue';
|
|
3
|
+
import { useNamespace, useValue, useService, useEventDispatcher } from '@ctzy-web-client/web-base-client-vue';
|
|
4
4
|
import { BwaDraglist } from '../drag-list/index.mjs';
|
|
5
5
|
import { map } from 'rxjs';
|
|
6
6
|
import { dataModelDB } from '../utils/db.mjs';
|
|
@@ -3,7 +3,7 @@ import { ROOT_PICKER_INJECTION_KEY } from 'element-plus/es/components/date-picke
|
|
|
3
3
|
import ElPanelDatePicker from 'element-plus/es/components/date-picker/src/date-picker-com/panel-date-pick';
|
|
4
4
|
import { parseDate, valueEquals, formatter } from 'element-plus/es/components/time-picker/src/utils';
|
|
5
5
|
import { useLocale } from 'element-plus/es/hooks/index';
|
|
6
|
-
import { useNamespace } from 'web-base-client-vue';
|
|
6
|
+
import { useNamespace } from '@ctzy-web-client/web-base-client-vue';
|
|
7
7
|
import _export_sfc from '../_virtual/_plugin-vue_export-helper.mjs';
|
|
8
8
|
|
|
9
9
|
const __default__ = defineComponent({ name: "BwaDatePicker" });
|
|
@@ -1,6 +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
|
-
import { useNamespace, filterPanelItemKey, useGlobalConfig } from 'web-base-client-vue';
|
|
3
|
-
import { timePickerDefaultProps, ROOT_PICKER_INJECTION_KEY, useNamespace as useNamespace$1, dayjs, parseDate, valueEquals, formatter
|
|
2
|
+
import { useNamespace, filterPanelItemKey, useGlobalConfig } from '@ctzy-web-client/web-base-client-vue';
|
|
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/date-picker-com/panel-date-range';
|
|
4
5
|
import _export_sfc from '../_virtual/_plugin-vue_export-helper.mjs';
|
|
5
6
|
|
|
6
7
|
const __default__ = defineComponent({ name: "BwaDateRange" });
|
|
@@ -138,7 +139,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign(__default__, {
|
|
|
138
139
|
_: 1
|
|
139
140
|
}, 8, ["class"])
|
|
140
141
|
], 2),
|
|
141
|
-
createTextVNode(" \
|
|
142
|
+
createTextVNode(" \uFFFD? "),
|
|
142
143
|
createElementVNode("span", {
|
|
143
144
|
class: normalizeClass([unref(ns).e("time"), unref(ns).is("empty", !unref(formatEndTime))])
|
|
144
145
|
}, [
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, inject, getCurrentInstance, onMounted, onBeforeUnmount, openBlock, createElementBlock, normalizeClass, unref, createElementVNode, renderSlot } from 'vue';
|
|
2
|
-
import { useNamespace } from 'web-base-client-vue';
|
|
2
|
+
import { useNamespace } from '@ctzy-web-client/web-base-client-vue';
|
|
3
3
|
import { dragListContextKey } from './constants.mjs';
|
|
4
4
|
import _export_sfc from '../_virtual/_plugin-vue_export-helper.mjs';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, provide, reactive, openBlock, createElementBlock, normalizeClass, unref, Fragment, renderList, createBlock, withCtx, renderSlot } from 'vue';
|
|
2
|
-
import { useNamespace } from 'web-base-client-vue';
|
|
2
|
+
import { useNamespace } from '@ctzy-web-client/web-base-client-vue';
|
|
3
3
|
import { dragListContextKey } from './constants.mjs';
|
|
4
4
|
import DragItem from './drag-item.mjs';
|
|
5
5
|
import { useDragList } from './use-drag-list.mjs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, provide, openBlock, createElementBlock, normalizeClass, unref, renderSlot } from 'vue';
|
|
2
|
-
import { useNamespace } from 'web-base-client-vue';
|
|
2
|
+
import { useNamespace } from '@ctzy-web-client/web-base-client-vue';
|
|
3
3
|
import { dragableItemContextKey } from './constants.mjs';
|
|
4
4
|
import _export_sfc from '../_virtual/_plugin-vue_export-helper.mjs';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, inject, ref, openBlock, createElementBlock, normalizeClass, unref, renderSlot } from 'vue';
|
|
2
|
-
import { useNamespace } from 'web-base-client-vue';
|
|
2
|
+
import { useNamespace } from '@ctzy-web-client/web-base-client-vue';
|
|
3
3
|
import { dragableContextKey, dragableItemContextKey } from './constants.mjs';
|
|
4
4
|
import _export_sfc from '../_virtual/_plugin-vue_export-helper.mjs';
|
|
5
5
|
|
package/es/dragable/dragable.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, provide, openBlock, createElementBlock, normalizeClass, unref, renderSlot } from 'vue';
|
|
2
|
-
import { useNamespace } from 'web-base-client-vue';
|
|
2
|
+
import { useNamespace } from '@ctzy-web-client/web-base-client-vue';
|
|
3
3
|
import { dragableContextKey } from './constants.mjs';
|
|
4
4
|
import { useDragable } from './use-dragable.mjs';
|
|
5
5
|
import _export_sfc from '../_virtual/_plugin-vue_export-helper.mjs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, unref, openBlock, createBlock, withCtx, createTextVNode, toDisplayString, createElementBlock, Fragment, renderList } from 'vue';
|
|
2
2
|
import SingleMenuCondition from '../single-menu-condition.mjs';
|
|
3
3
|
import DepartmentNode from './department-node.mjs';
|
|
4
|
-
import { useService } from 'web-base-client-vue';
|
|
4
|
+
import { useService } from '@ctzy-web-client/web-base-client-vue';
|
|
5
5
|
import _export_sfc from '../../../_virtual/_plugin-vue_export-helper.mjs';
|
|
6
6
|
|
|
7
7
|
const __default__ = defineComponent({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, resolveComponent, openBlock, createElementBlock, normalizeClass, unref, createElementVNode, createBlock, withCtx, createVNode, createCommentVNode, normalizeStyle, Fragment, renderList } from 'vue';
|
|
2
|
-
import { useNamespace } from 'web-base-client-vue';
|
|
2
|
+
import { useNamespace } from '@ctzy-web-client/web-base-client-vue';
|
|
3
3
|
import _export_sfc from '../../../_virtual/_plugin-vue_export-helper.mjs';
|
|
4
4
|
|
|
5
5
|
const __default__ = defineComponent({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, computed, inject, ref, resolveComponent, openBlock, createBlock, withCtx, createElementVNode, normalizeClass, unref, createVNode, isRef, renderSlot, createElementBlock, toDisplayString, createCommentVNode } from 'vue';
|
|
2
|
-
import { useNamespace, filterPanelItemKey } from 'web-base-client-vue';
|
|
2
|
+
import { useNamespace, filterPanelItemKey } from '@ctzy-web-client/web-base-client-vue';
|
|
3
3
|
import _export_sfc from '../../_virtual/_plugin-vue_export-helper.mjs';
|
|
4
4
|
|
|
5
5
|
const __default__ = defineComponent({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, useAttrs, ref, unref, onMounted, openBlock, createBlock, mergeProps, withCtx, renderSlot, createElementBlock, Fragment, renderList } from 'vue';
|
|
2
|
-
import { useService } from 'web-base-client-vue';
|
|
2
|
+
import { useService } from '@ctzy-web-client/web-base-client-vue';
|
|
3
3
|
import { BwaAdvanceSelect, BwaAdvanceOption } from '../../advance-select/index.mjs';
|
|
4
4
|
import _export_sfc from '../../_virtual/_plugin-vue_export-helper.mjs';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, computed, useAttrs, openBlock, createBlock, unref, mergeProps, isRef, withCtx, createCommentVNode, renderSlot } from 'vue';
|
|
2
|
-
import { useNamespace } from 'web-base-client-vue';
|
|
2
|
+
import { useNamespace } from '@ctzy-web-client/web-base-client-vue';
|
|
3
3
|
import { BwaAdvanceSelect } from '../../advance-select/index.mjs';
|
|
4
4
|
import 'element-plus';
|
|
5
5
|
import _export_sfc from '../../_virtual/_plugin-vue_export-helper.mjs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, useAttrs, ref, unref, onMounted, openBlock, createBlock, mergeProps, withCtx, renderSlot, createElementBlock, Fragment, renderList } from 'vue';
|
|
2
|
-
import { useService } from 'web-base-client-vue';
|
|
2
|
+
import { useService } from '@ctzy-web-client/web-base-client-vue';
|
|
3
3
|
import { BwaAdvanceSelect, BwaAdvanceOption } from '../../advance-select/index.mjs';
|
|
4
4
|
import _export_sfc from '../../_virtual/_plugin-vue_export-helper.mjs';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, reactive, provide, openBlock, createElementBlock, normalizeClass, unref, renderSlot, createCommentVNode } from 'vue';
|
|
2
|
-
import { useNamespace, filterPanelItemKey } from 'web-base-client-vue';
|
|
2
|
+
import { useNamespace, filterPanelItemKey } from '@ctzy-web-client/web-base-client-vue';
|
|
3
3
|
import { useFilterPanelItem } from './use-filter-panel-item.mjs';
|
|
4
4
|
import _export_sfc from '../_virtual/_plugin-vue_export-helper.mjs';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, watch, provide, reactive, resolveComponent, openBlock, createElementBlock, normalizeClass, unref, renderSlot, Fragment, renderList, createVNode, withCtx, createBlock, isRef, createCommentVNode, createElementVNode, withModifiers, createTextVNode, toDisplayString } from 'vue';
|
|
2
|
-
import { useNamespace, filterPanelKey } from 'web-base-client-vue';
|
|
2
|
+
import { useNamespace, filterPanelKey } from '@ctzy-web-client/web-base-client-vue';
|
|
3
3
|
import { useFilterPanel } from './use-filter-panel.mjs';
|
|
4
4
|
import FilterPanelItem from './filter-panel-item.mjs';
|
|
5
5
|
import _export_sfc from '../_virtual/_plugin-vue_export-helper.mjs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { inject, computed, unref, onMounted, onBeforeUnmount } from 'vue';
|
|
2
|
-
import { filterPanelKey } from 'web-base-client-vue';
|
|
2
|
+
import { filterPanelKey } from '@ctzy-web-client/web-base-client-vue';
|
|
3
3
|
|
|
4
4
|
const useFilterPanelItem = (props) => {
|
|
5
5
|
const filterPanelContext = inject(filterPanelKey);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useProp } from 'element-plus';
|
|
2
|
-
import { useService, useEventDispatcher, useValue } from 'web-base-client-vue';
|
|
2
|
+
import { useService, useEventDispatcher, useValue } from '@ctzy-web-client/web-base-client-vue';
|
|
3
3
|
import { computed, unref, watch, nextTick, onBeforeUnmount, getCurrentInstance, withCtx, resolveComponent } from 'vue';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
5
5
|
import { dataModelDB } from '../utils/db.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { useService, HttpRequest, useGlobalConfig, filterPanelItemKey, useEventDispatcher } from 'web-base-client-vue';
|
|
1
|
+
import { useService, HttpRequest, useGlobalConfig, filterPanelItemKey, useEventDispatcher } from '@ctzy-web-client/web-base-client-vue';
|
|
2
2
|
import { useProp, ElMessage } from 'element-plus';
|
|
3
3
|
import { ref, inject, computed, unref, watch, onBeforeUnmount } from 'vue';
|
|
4
4
|
import { Observable, debounceTime, combineLatest, filter, map, tap, from, catchError, of, mergeAll } from 'rxjs';
|
package/es/layout/layout.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, computed, unref, resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
2
|
import { useRouter } from 'vue-router';
|
|
3
|
-
import { useNamespace, useService } from 'web-base-client-vue';
|
|
3
|
+
import { useNamespace, useService } from '@ctzy-web-client/web-base-client-vue';
|
|
4
4
|
import { BwaMenu } from '../menu/index.mjs';
|
|
5
5
|
import _export_sfc from '../_virtual/_plugin-vue_export-helper.mjs';
|
|
6
6
|
|
package/es/make-installer.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import ElementPlus from 'element-plus';
|
|
2
2
|
import * as icons from '@element-plus/icons';
|
|
3
3
|
import zhCn from 'element-plus/es/locale/lang/zh-cn';
|
|
4
|
-
import { provideGlobalConfig } from 'web-base-client-vue';
|
|
4
|
+
import { provideGlobalConfig } from '@ctzy-web-client/web-base-client-vue';
|
|
5
5
|
|
|
6
6
|
const INSTALLED_KEY = Symbol("INSTALLED_KEY");
|
|
7
7
|
const makeInstaller = (components = []) => {
|
package/es/menu/menu-item.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, computed, resolveComponent, unref, openBlock, createBlock, withCtx, createElementBlock, normalizeClass, createCommentVNode, createElementVNode, toDisplayString, Fragment, renderList } from 'vue';
|
|
2
|
-
import { useNamespace } from 'web-base-client-vue';
|
|
2
|
+
import { useNamespace } from '@ctzy-web-client/web-base-client-vue';
|
|
3
3
|
import _export_sfc from '../_virtual/_plugin-vue_export-helper.mjs';
|
|
4
4
|
|
|
5
5
|
const __default__ = defineComponent({
|
package/es/menu/menu.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeClass, unref, withCtx, createElementBlock, Fragment, renderList } from 'vue';
|
|
2
|
-
import { useNamespace } from 'web-base-client-vue';
|
|
2
|
+
import { useNamespace } from '@ctzy-web-client/web-base-client-vue';
|
|
3
3
|
import MenuItem from './menu-item.mjs';
|
|
4
4
|
import _export_sfc from '../_virtual/_plugin-vue_export-helper.mjs';
|
|
5
5
|
|
package/es/panel/panel.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, useSlots, openBlock, createElementBlock, normalizeClass, unref, renderSlot, createCommentVNode, createElementVNode } from 'vue';
|
|
2
|
-
import { useNamespace } from 'web-base-client-vue';
|
|
2
|
+
import { useNamespace } from '@ctzy-web-client/web-base-client-vue';
|
|
3
3
|
import _export_sfc from '../_virtual/_plugin-vue_export-helper.mjs';
|
|
4
4
|
|
|
5
5
|
const __default__ = defineComponent({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ElTabs, ElTabPane } from 'element-plus';
|
|
2
2
|
import { defineComponent, useSlots, useAttrs, ref, watch, computed, h, unref } from 'vue';
|
|
3
|
-
import { useNamespace } from 'web-base-client-vue';
|
|
3
|
+
import { useNamespace } from '@ctzy-web-client/web-base-client-vue';
|
|
4
4
|
|
|
5
5
|
var PanelTab = defineComponent({
|
|
6
6
|
name: "BwaPanelTabs",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, inject, computed, useAttrs, resolveComponent, openBlock, createElementBlock, normalizeClass, unref, toDisplayString, createCommentVNode, createVNode, isRef } from 'vue';
|
|
2
|
-
import { useNamespace, filterPanelItemKey } from 'web-base-client-vue';
|
|
2
|
+
import { useNamespace, filterPanelItemKey } from '@ctzy-web-client/web-base-client-vue';
|
|
3
3
|
import { dataProps } from '../../hooks/use-data/index.mjs';
|
|
4
4
|
import _export_sfc from '../../_virtual/_plugin-vue_export-helper.mjs';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, inject, computed, resolveComponent, openBlock, createElementBlock, normalizeClass, unref, toDisplayString, createCommentVNode, createVNode, isRef } from 'vue';
|
|
2
|
-
import { useNamespace, filterPanelItemKey } from 'web-base-client-vue';
|
|
2
|
+
import { useNamespace, filterPanelItemKey } from '@ctzy-web-client/web-base-client-vue';
|
|
3
3
|
import _export_sfc from '../../_virtual/_plugin-vue_export-helper.mjs';
|
|
4
4
|
|
|
5
5
|
const __default__ = defineComponent({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, useAttrs, computed, inject, unref, resolveComponent, openBlock, createElementBlock, normalizeClass, toDisplayString, createCommentVNode, createVNode, isRef, withCtx, Fragment, renderList, createBlock } from 'vue';
|
|
2
|
-
import { useService, HttpRequest, useNamespace, filterPanelItemKey } from 'web-base-client-vue';
|
|
2
|
+
import { useService, HttpRequest, useNamespace, filterPanelItemKey } from '@ctzy-web-client/web-base-client-vue';
|
|
3
3
|
import { dataProps } from '../../hooks/use-data/index.mjs';
|
|
4
4
|
import _export_sfc from '../../_virtual/_plugin-vue_export-helper.mjs';
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, useAttrs, computed, ref, inject, unref, openBlock, createElementBlock, Fragment, normalizeClass, toDisplayString, createCommentVNode, createVNode, isRef, withCtx, renderList, createBlock } from 'vue';
|
|
2
2
|
import { ElSelect, ElOption } from 'element-plus';
|
|
3
|
-
import { useService, HttpRequest, useNamespace, filterPanelItemKey } from 'web-base-client-vue';
|
|
3
|
+
import { useService, HttpRequest, useNamespace, filterPanelItemKey } from '@ctzy-web-client/web-base-client-vue';
|
|
4
4
|
import { dataProps } from '../../hooks/use-data/index.mjs';
|
|
5
5
|
import _export_sfc from '../../_virtual/_plugin-vue_export-helper.mjs';
|
|
6
6
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, reactive, provide, openBlock, createElementBlock, normalizeClass, unref, normalizeStyle, renderSlot, createCommentVNode } from 'vue';
|
|
2
|
-
import { useNamespace, filterPanelItemKey } from 'web-base-client-vue';
|
|
2
|
+
import { useNamespace, filterPanelItemKey } from '@ctzy-web-client/web-base-client-vue';
|
|
3
3
|
import { useFilterPanelItem } from './use-filter-panel-item.mjs';
|
|
4
4
|
import _export_sfc from '../_virtual/_plugin-vue_export-helper.mjs';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, watch, provide, reactive, resolveComponent, openBlock, createElementBlock, normalizeClass, unref, renderSlot, Fragment, renderList, createVNode, withCtx, createBlock, createCommentVNode, normalizeStyle, toDisplayString, isRef, createElementVNode, withModifiers, createTextVNode } from 'vue';
|
|
2
|
-
import { useNamespace, filterPanelKey } from 'web-base-client-vue';
|
|
2
|
+
import { useNamespace, filterPanelKey } from '@ctzy-web-client/web-base-client-vue';
|
|
3
3
|
import { useFilterPanel } from './use-filter-panel.mjs';
|
|
4
4
|
import PctFilterPanelItem from './pct-filter-panel-item.mjs';
|
|
5
5
|
import _export_sfc from '../_virtual/_plugin-vue_export-helper.mjs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { inject, computed, unref, onMounted, onBeforeUnmount } from 'vue';
|
|
2
|
-
import { filterPanelKey } from 'web-base-client-vue';
|
|
2
|
+
import { filterPanelKey } from '@ctzy-web-client/web-base-client-vue';
|
|
3
3
|
|
|
4
4
|
const useFilterPanelItem = (props) => {
|
|
5
5
|
const filterPanelContext = inject(filterPanelKey);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useProp } from 'element-plus';
|
|
2
|
-
import { useService, useEventDispatcher, useValue } from 'web-base-client-vue';
|
|
2
|
+
import { useService, useEventDispatcher, useValue } from '@ctzy-web-client/web-base-client-vue';
|
|
3
3
|
import { computed, unref, watch, nextTick, onBeforeUnmount, getCurrentInstance } from 'vue';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
5
5
|
import { dataModelDB } from '../utils/db.mjs';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, toRefs, ref, inject, computed, unref, useAttrs, watch, nextTick, onBeforeUnmount, openBlock, createElementBlock, normalizeClass, normalizeStyle } from 'vue';
|
|
2
2
|
import { Observable, delayWhen, from, map, combineLatest } from 'rxjs';
|
|
3
|
-
import { useNamespace, progressKey } from 'web-base-client-vue';
|
|
3
|
+
import { useNamespace, progressKey } from '@ctzy-web-client/web-base-client-vue';
|
|
4
4
|
import _export_sfc from '../_virtual/_plugin-vue_export-helper.mjs';
|
|
5
5
|
|
|
6
6
|
const __default__ = defineComponent({ name: "BwaProgressItem" });
|
package/es/progress/progress.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, toRefs, provide, reactive, openBlock, createBlock, unref, withCtx, createElementVNode, normalizeClass, createElementBlock, Fragment, renderList, normalizeStyle, toDisplayString, renderSlot, createCommentVNode } from 'vue';
|
|
2
2
|
import { ElTooltip } from 'element-plus';
|
|
3
|
-
import { useNamespace, progressKey } from 'web-base-client-vue';
|
|
3
|
+
import { useNamespace, progressKey } from '@ctzy-web-client/web-base-client-vue';
|
|
4
4
|
import { useProgressState, useProgress } from './use-progress.mjs';
|
|
5
5
|
import _export_sfc from '../_virtual/_plugin-vue_export-helper.mjs';
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useProp } from 'element-plus';
|
|
2
2
|
import { computed, unref } from 'vue';
|
|
3
|
-
import { useGlobalConfig } from 'web-base-client-vue';
|
|
3
|
+
import { useGlobalConfig } from '@ctzy-web-client/web-base-client-vue';
|
|
4
4
|
|
|
5
5
|
const usewhereFilterPanel = (props, context) => {
|
|
6
6
|
const dataTable = useProp("dataTable");
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var vue = require('vue');
|
|
6
|
-
var webBaseClientVue = require('web-base-client-vue');
|
|
6
|
+
var webBaseClientVue = require('@ctzy-web-client/web-base-client-vue');
|
|
7
7
|
var _pluginVue_exportHelper = require('../_virtual/_plugin-vue_export-helper.js');
|
|
8
8
|
|
|
9
9
|
const __default__ = vue.defineComponent({
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
require('element-plus');
|
|
6
6
|
var vue = require('vue');
|
|
7
|
-
var webBaseClientVue = require('web-base-client-vue');
|
|
7
|
+
var webBaseClientVue = require('@ctzy-web-client/web-base-client-vue');
|
|
8
8
|
var eventsHelpers = require('./events-helpers.js');
|
|
9
9
|
var useAdvanceOption = require('./use-advance-option.js');
|
|
10
10
|
var _pluginVue_exportHelper = require('../_virtual/_plugin-vue_export-helper.js');
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var vue = require('vue');
|
|
6
6
|
var rxjs = require('rxjs');
|
|
7
|
-
var webBaseClientVue = require('web-base-client-vue');
|
|
7
|
+
var webBaseClientVue = require('@ctzy-web-client/web-base-client-vue');
|
|
8
8
|
var index = require('../hooks/use-data/index.js');
|
|
9
9
|
var advanceOperation = require('./advance-operation.js');
|
|
10
10
|
var advanceOption = require('./advance-option.js');
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var vue = require('vue');
|
|
6
|
-
var webBaseClientVue = require('web-base-client-vue');
|
|
6
|
+
var webBaseClientVue = require('@ctzy-web-client/web-base-client-vue');
|
|
7
7
|
var index = require('element-plus/es/utils/index');
|
|
8
8
|
var util = require('element-plus/es/components/table/src/util');
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var vue = require('vue');
|
|
6
|
-
var webBaseClientVue = require('web-base-client-vue');
|
|
6
|
+
var webBaseClientVue = require('@ctzy-web-client/web-base-client-vue');
|
|
7
7
|
|
|
8
8
|
const useAdvanceOption = (props) => {
|
|
9
9
|
const advanceSelect = vue.inject(webBaseClientVue.advanceSelectKey);
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var vue = require('vue');
|
|
6
|
-
var webBaseClientVue = require('web-base-client-vue');
|
|
6
|
+
var webBaseClientVue = require('@ctzy-web-client/web-base-client-vue');
|
|
7
7
|
|
|
8
8
|
let uuid = 1;
|
|
9
9
|
const ApplicationSlot = {
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var vue = require('vue');
|
|
6
6
|
var ElementPlus = require('element-plus');
|
|
7
|
-
var webBaseClientVue = require('web-base-client-vue');
|
|
7
|
+
var webBaseClientVue = require('@ctzy-web-client/web-base-client-vue');
|
|
8
8
|
var index = require('../advance-select/index.js');
|
|
9
9
|
var advanceOperation = require('../advance-select/advance-operation.js');
|
|
10
10
|
var _pluginVue_exportHelper = require('../_virtual/_plugin-vue_export-helper.js');
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var vue = require('vue');
|
|
6
|
-
var webBaseClientVue = require('web-base-client-vue');
|
|
6
|
+
var webBaseClientVue = require('@ctzy-web-client/web-base-client-vue');
|
|
7
7
|
var _pluginVue_exportHelper = require('../_virtual/_plugin-vue_export-helper.js');
|
|
8
8
|
|
|
9
9
|
const __default__ = vue.defineComponent({ name: "BwaContextmenuItem" });
|