auto-vue-basic 0.0.65 → 0.0.66
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/dist/types/views/admin/index.vue.d.ts +2 -2
- package/dist/types/views/language/form/template.vue.d.ts +2 -2
- package/dist/types/views/language/table/I18N.vue.d.ts +2 -2
- package/dist/types/views/log/error/index.vue.d.ts +2 -2
- package/dist/types/views/log/request/index.vue.d.ts +2 -2
- package/dist/types/views/log/sql/index.vue.d.ts +2 -2
- package/dist/types/views/menu/index.vue.d.ts +2 -2
- package/dist/types/views/role/index.vue.d.ts +2 -2
- package/dist/types/views/site/components/DomainProviderTableDrawer.vue.d.ts +2 -2
- package/dist/types/views/site/components/DomainTableDrawer.vue.d.ts +2 -2
- package/dist/types/views/site/components/SSLLogTableDrawer.vue.d.ts +2 -2
- package/dist/types/views/site/components/SSLTableDrawer.vue.d.ts +2 -2
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ColumnProps, BaseTableProps, StateProps } from 'auto-vue-manual';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, Ref, VNodeProps, AllowedComponentProps, ComponentCustomProps, CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, CSSProperties, ComputedRef, GlobalComponents, GlobalDirectives, Slot, ComponentPublicInstance, ComponentOptionsBase, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
|
|
3
|
-
import { TableProps, TableColumnCtx, Translator, Table } from 'element-plus';
|
|
3
|
+
import { TableProps, TableColumnCtx, Sort, Filter, Translator, Table } from 'element-plus';
|
|
4
4
|
import { EpPropMergeType } from 'element-plus/es/utils';
|
|
5
5
|
import { default as __DTS_DEFAULT_0__ } from 'element-plus/es/components/table/src/table-layout';
|
|
6
6
|
import { TreeData } from 'element-plus/es/components/table/src/store/tree';
|
|
7
7
|
import { StoreFilter } from 'element-plus/es/components/table/src/store';
|
|
8
|
-
import {
|
|
8
|
+
import { TableSortOrder, RenderExpanded, TreeProps } from 'element-plus/es/components/table/src/table/defaults';
|
|
9
9
|
import { DebouncedFunc } from 'lodash';
|
|
10
10
|
import { OnCleanup } from '@vue/reactivity';
|
|
11
11
|
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, GlobalComponents, GlobalDirectives, ComponentInternalInstance, Ref, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType, CSSProperties, ComputedRef, Slot, ComponentPublicInstance, ComponentOptionsBase, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
|
|
2
2
|
import { ColumnProps, BaseTableProps, StateProps } from 'auto-vue-manual';
|
|
3
|
-
import { TableProps, TableColumnCtx, Translator, Table } from 'element-plus';
|
|
3
|
+
import { TableProps, TableColumnCtx, Sort, Filter, Translator, Table } from 'element-plus';
|
|
4
4
|
import { EpPropMergeType } from 'element-plus/es/utils';
|
|
5
5
|
import { default as __DTS_DEFAULT_0__ } from 'element-plus/es/components/table/src/table-layout';
|
|
6
6
|
import { TreeData } from 'element-plus/es/components/table/src/store/tree';
|
|
7
7
|
import { StoreFilter } from 'element-plus/es/components/table/src/store';
|
|
8
|
-
import {
|
|
8
|
+
import { TableSortOrder, RenderExpanded, TreeProps } from 'element-plus/es/components/table/src/table/defaults';
|
|
9
9
|
import { DebouncedFunc } from 'lodash';
|
|
10
10
|
import { OnCleanup } from '@vue/reactivity';
|
|
11
11
|
declare const _default: DefineComponent<{}, {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ColumnProps, BaseTableProps, StateProps } from 'auto-vue-manual';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, Ref, VNodeProps, AllowedComponentProps, ComponentCustomProps, CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, CSSProperties, ComputedRef, GlobalComponents, GlobalDirectives, Slot, ComponentPublicInstance, ComponentOptionsBase, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
|
|
3
|
-
import { TableProps, TableColumnCtx, Translator, Table } from 'element-plus';
|
|
3
|
+
import { TableProps, TableColumnCtx, Sort, Filter, Translator, Table } from 'element-plus';
|
|
4
4
|
import { EpPropMergeType } from 'element-plus/es/utils';
|
|
5
5
|
import { default as __DTS_DEFAULT_0__ } from 'element-plus/es/components/table/src/table-layout';
|
|
6
6
|
import { TreeData } from 'element-plus/es/components/table/src/store/tree';
|
|
7
7
|
import { StoreFilter } from 'element-plus/es/components/table/src/store';
|
|
8
|
-
import {
|
|
8
|
+
import { TableSortOrder, RenderExpanded, TreeProps } from 'element-plus/es/components/table/src/table/defaults';
|
|
9
9
|
import { DebouncedFunc } from 'lodash';
|
|
10
10
|
import { OnCleanup } from '@vue/reactivity';
|
|
11
11
|
declare const _default: DefineComponent<{}, {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ColumnProps, ProTableListProps, StateProps } from 'auto-vue-manual';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, Ref, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, CSSProperties, ComputedRef, GlobalComponents, GlobalDirectives, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
|
|
3
|
-
import { TableProps, TableColumnCtx, Translator, Table } from 'element-plus';
|
|
3
|
+
import { TableProps, TableColumnCtx, Sort, Filter, Translator, Table } from 'element-plus';
|
|
4
4
|
import { EpPropMergeType } from 'element-plus/es/utils';
|
|
5
5
|
import { default as __DTS_DEFAULT_0__ } from 'element-plus/es/components/table/src/table-layout';
|
|
6
6
|
import { TreeData } from 'element-plus/es/components/table/src/store/tree';
|
|
7
7
|
import { StoreFilter } from 'element-plus/es/components/table/src/store';
|
|
8
|
-
import {
|
|
8
|
+
import { TableSortOrder, RenderExpanded, TreeProps } from 'element-plus/es/components/table/src/table/defaults';
|
|
9
9
|
import { DebouncedFunc } from 'lodash';
|
|
10
10
|
import { OnCleanup } from '@vue/reactivity';
|
|
11
11
|
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ColumnProps, ProTableListProps, StateProps } from 'auto-vue-manual';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, Ref, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, CSSProperties, ComputedRef, GlobalComponents, GlobalDirectives, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
|
|
3
|
-
import { TableProps, TableColumnCtx, Translator, Table } from 'element-plus';
|
|
3
|
+
import { TableProps, TableColumnCtx, Sort, Filter, Translator, Table } from 'element-plus';
|
|
4
4
|
import { EpPropMergeType } from 'element-plus/es/utils';
|
|
5
5
|
import { default as __DTS_DEFAULT_0__ } from 'element-plus/es/components/table/src/table-layout';
|
|
6
6
|
import { TreeData } from 'element-plus/es/components/table/src/store/tree';
|
|
7
7
|
import { StoreFilter } from 'element-plus/es/components/table/src/store';
|
|
8
|
-
import {
|
|
8
|
+
import { TableSortOrder, RenderExpanded, TreeProps } from 'element-plus/es/components/table/src/table/defaults';
|
|
9
9
|
import { DebouncedFunc } from 'lodash';
|
|
10
10
|
import { OnCleanup } from '@vue/reactivity';
|
|
11
11
|
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ColumnProps, ProTableListProps, StateProps } from 'auto-vue-manual';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, Ref, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, CSSProperties, ComputedRef, GlobalComponents, GlobalDirectives, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
|
|
3
|
-
import { TableProps, TableColumnCtx, Translator, Table } from 'element-plus';
|
|
3
|
+
import { TableProps, TableColumnCtx, Sort, Filter, Translator, Table } from 'element-plus';
|
|
4
4
|
import { EpPropMergeType } from 'element-plus/es/utils';
|
|
5
5
|
import { default as __DTS_DEFAULT_0__ } from 'element-plus/es/components/table/src/table-layout';
|
|
6
6
|
import { TreeData } from 'element-plus/es/components/table/src/store/tree';
|
|
7
7
|
import { StoreFilter } from 'element-plus/es/components/table/src/store';
|
|
8
|
-
import {
|
|
8
|
+
import { TableSortOrder, RenderExpanded, TreeProps } from 'element-plus/es/components/table/src/table/defaults';
|
|
9
9
|
import { DebouncedFunc } from 'lodash';
|
|
10
10
|
import { OnCleanup } from '@vue/reactivity';
|
|
11
11
|
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ColumnProps, BaseTableProps, StateProps } from 'auto-vue-manual';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, Ref, VNodeProps, AllowedComponentProps, ComponentCustomProps, CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, CSSProperties, ComputedRef, GlobalComponents, GlobalDirectives, Slot, ComponentPublicInstance, ComponentOptionsBase, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
|
|
3
|
-
import { TableProps, TableColumnCtx, Translator, Table } from 'element-plus';
|
|
3
|
+
import { TableProps, TableColumnCtx, Sort, Filter, Translator, Table } from 'element-plus';
|
|
4
4
|
import { EpPropMergeType } from 'element-plus/es/utils';
|
|
5
5
|
import { default as __DTS_DEFAULT_0__ } from 'element-plus/es/components/table/src/table-layout';
|
|
6
6
|
import { TreeData } from 'element-plus/es/components/table/src/store/tree';
|
|
7
7
|
import { StoreFilter } from 'element-plus/es/components/table/src/store';
|
|
8
|
-
import {
|
|
8
|
+
import { TableSortOrder, RenderExpanded, TreeProps } from 'element-plus/es/components/table/src/table/defaults';
|
|
9
9
|
import { DebouncedFunc } from 'lodash';
|
|
10
10
|
import { OnCleanup } from '@vue/reactivity';
|
|
11
11
|
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ColumnProps, BaseTableProps, StateProps } from 'auto-vue-manual';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, Ref, VNodeProps, AllowedComponentProps, ComponentCustomProps, CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, CSSProperties, ComputedRef, GlobalComponents, GlobalDirectives, Slot, ComponentPublicInstance, ComponentOptionsBase, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
|
|
3
|
-
import { TableProps, TableColumnCtx, Translator, Table } from 'element-plus';
|
|
3
|
+
import { TableProps, TableColumnCtx, Sort, Filter, Translator, Table } from 'element-plus';
|
|
4
4
|
import { EpPropMergeType } from 'element-plus/es/utils';
|
|
5
5
|
import { default as __DTS_DEFAULT_0__ } from 'element-plus/es/components/table/src/table-layout';
|
|
6
6
|
import { TreeData } from 'element-plus/es/components/table/src/store/tree';
|
|
7
7
|
import { StoreFilter } from 'element-plus/es/components/table/src/store';
|
|
8
|
-
import {
|
|
8
|
+
import { TableSortOrder, RenderExpanded, TreeProps } from 'element-plus/es/components/table/src/table/defaults';
|
|
9
9
|
import { DebouncedFunc } from 'lodash';
|
|
10
10
|
import { OnCleanup } from '@vue/reactivity';
|
|
11
11
|
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, Ref, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, CSSProperties, ComputedRef, GlobalComponents, GlobalDirectives, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
|
|
2
2
|
import { ColumnProps, ProTableListProps, StateProps } from 'auto-vue-manual';
|
|
3
|
-
import { TableProps, TableColumnCtx, Translator, Table } from 'element-plus';
|
|
3
|
+
import { TableProps, TableColumnCtx, Sort, Filter, Translator, Table } from 'element-plus';
|
|
4
4
|
import { EpPropMergeType } from 'element-plus/es/utils';
|
|
5
5
|
import { default as __DTS_DEFAULT_0__ } from 'element-plus/es/components/table/src/table-layout';
|
|
6
6
|
import { TreeData } from 'element-plus/es/components/table/src/store/tree';
|
|
7
7
|
import { StoreFilter } from 'element-plus/es/components/table/src/store';
|
|
8
|
-
import {
|
|
8
|
+
import { TableSortOrder, RenderExpanded, TreeProps } from 'element-plus/es/components/table/src/table/defaults';
|
|
9
9
|
import { DebouncedFunc } from 'lodash';
|
|
10
10
|
import { OnCleanup } from '@vue/reactivity';
|
|
11
11
|
declare const _default: DefineComponent<{}, {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, Ref, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, CSSProperties, ComputedRef, GlobalComponents, GlobalDirectives, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
|
|
2
2
|
import { ColumnProps, ProTableListProps, StateProps } from 'auto-vue-manual';
|
|
3
|
-
import { TableProps, TableColumnCtx, Translator, Table } from 'element-plus';
|
|
3
|
+
import { TableProps, TableColumnCtx, Sort, Filter, Translator, Table } from 'element-plus';
|
|
4
4
|
import { EpPropMergeType } from 'element-plus/es/utils';
|
|
5
5
|
import { default as __DTS_DEFAULT_0__ } from 'element-plus/es/components/table/src/table-layout';
|
|
6
6
|
import { TreeData } from 'element-plus/es/components/table/src/store/tree';
|
|
7
7
|
import { StoreFilter } from 'element-plus/es/components/table/src/store';
|
|
8
|
-
import {
|
|
8
|
+
import { TableSortOrder, RenderExpanded, TreeProps } from 'element-plus/es/components/table/src/table/defaults';
|
|
9
9
|
import { DebouncedFunc } from 'lodash';
|
|
10
10
|
import { OnCleanup } from '@vue/reactivity';
|
|
11
11
|
declare const _default: DefineComponent<{}, {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { PropType, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, Ref, VNodeProps, AllowedComponentProps, ComponentCustomProps, CreateComponentPublicInstanceWithMixins, CSSProperties, ComputedRef, GlobalComponents, GlobalDirectives, Slot, ComponentPublicInstance, ComponentOptionsBase, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
|
|
2
2
|
import { SSL } from '../../../types/config';
|
|
3
3
|
import { ColumnProps, BaseTableProps, StateProps } from 'auto-vue-manual';
|
|
4
|
-
import { TableProps, TableColumnCtx, Translator, Table } from 'element-plus';
|
|
4
|
+
import { TableProps, TableColumnCtx, Sort, Filter, Translator, Table } from 'element-plus';
|
|
5
5
|
import { EpPropMergeType } from 'element-plus/es/utils';
|
|
6
6
|
import { default as __DTS_DEFAULT_0__ } from 'element-plus/es/components/table/src/table-layout';
|
|
7
7
|
import { TreeData } from 'element-plus/es/components/table/src/store/tree';
|
|
8
8
|
import { StoreFilter } from 'element-plus/es/components/table/src/store';
|
|
9
|
-
import {
|
|
9
|
+
import { TableSortOrder, RenderExpanded, TreeProps } from 'element-plus/es/components/table/src/table/defaults';
|
|
10
10
|
import { DebouncedFunc } from 'lodash';
|
|
11
11
|
import { OnCleanup } from '@vue/reactivity';
|
|
12
12
|
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, Ref, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, CSSProperties, ComputedRef, GlobalComponents, GlobalDirectives, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
|
|
2
2
|
import { ColumnProps, ProTableListProps, StateProps } from 'auto-vue-manual';
|
|
3
|
-
import { TableProps, TableColumnCtx, Translator, Table } from 'element-plus';
|
|
3
|
+
import { TableProps, TableColumnCtx, Sort, Filter, Translator, Table } from 'element-plus';
|
|
4
4
|
import { EpPropMergeType } from 'element-plus/es/utils';
|
|
5
5
|
import { default as __DTS_DEFAULT_0__ } from 'element-plus/es/components/table/src/table-layout';
|
|
6
6
|
import { TreeData } from 'element-plus/es/components/table/src/store/tree';
|
|
7
7
|
import { StoreFilter } from 'element-plus/es/components/table/src/store';
|
|
8
|
-
import {
|
|
8
|
+
import { TableSortOrder, RenderExpanded, TreeProps } from 'element-plus/es/components/table/src/table/defaults';
|
|
9
9
|
import { DebouncedFunc } from 'lodash';
|
|
10
10
|
import { OnCleanup } from '@vue/reactivity';
|
|
11
11
|
declare const _default: DefineComponent<{}, {
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const __VERSION__ = "0.0.
|
|
1
|
+
export const __VERSION__ = "0.0.65'
|