x-runtime-lib 0.7.33 → 0.7.35
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/components/editor/wrap/index.vue.d.ts +1 -1
- package/dist/components/element/chart/barChart/v1/index.vue.d.ts +1 -1
- package/dist/components/element/chart/lineChart/v1/index.vue.d.ts +1 -1
- package/dist/components/element/misc/ref/v1/index.vue.d.ts +1 -1
- package/dist/components/element/misc/slot/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/badge/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/breadcrumbs/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/btn/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/btnGroup/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/btnToggle/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/card/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/checkbox/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/chip/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/chipGroup/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/colorPicker/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/combobox/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/container/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/dataTable/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/datePicker/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/dialog/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/fileInput/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/flexLayout/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/flexLayoutEntry/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/form/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/icon/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/menu/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/numberInput/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/pagination/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/radio/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/radioGroup/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/rangeSlider/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/rating/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/select/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/slider/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/stepper/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/stepperHeader/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/stepperItem/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/stepperWindow/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/stepperWindowItem/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/switch/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/tab/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/tabs/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/text/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/textField/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/textarea/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/timeline/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/timelineItem/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/window/v1/index.vue.d.ts +1 -1
- package/dist/components/element/regular/windowItem/v1/index.vue.d.ts +1 -1
- package/dist/{i18n-en.kt9hy7ly.js → i18n-en.gzfmjy3s.js} +12 -0
- package/dist/{i18n-zhHans.d5y1j94g.js → i18n-zhHans.iikqghyl.js} +12 -0
- package/dist/index.js +732 -732
- package/dist/interpreter/bind/view.d.ts +1 -1
- package/package.json +11 -11
- package/dist/composables/element/common/theme/v1/index.d.ts +0 -4
- package/dist/composables/element/misc/method.d.ts +0 -2
- package/dist/composables/element/misc/reactive.d.ts +0 -3
|
@@ -7,7 +7,7 @@ type __VLS_Slots = {} & {
|
|
|
7
7
|
} & {
|
|
8
8
|
default?: (props: typeof __VLS_3) => any;
|
|
9
9
|
};
|
|
10
|
-
declare const __VLS_component: import("vue").DefineComponent<Props,
|
|
10
|
+
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
11
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
12
12
|
export default _default;
|
|
13
13
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { BaseProps } from '@/types';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<BaseProps,
|
|
2
|
+
declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
3
|
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { BaseProps } from '@/types';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<BaseProps,
|
|
2
|
+
declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
3
|
export default _default;
|
|
@@ -3,5 +3,5 @@ interface Props extends BaseProps {
|
|
|
3
3
|
id: string;
|
|
4
4
|
refContext: RefContext;
|
|
5
5
|
}
|
|
6
|
-
declare const _default: import("vue").DefineComponent<Props,
|
|
6
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
export default _default;
|
|
@@ -3,5 +3,5 @@ interface Props {
|
|
|
3
3
|
refContext: RefContext;
|
|
4
4
|
state: object;
|
|
5
5
|
}
|
|
6
|
-
declare const _default: import("vue").DefineComponent<Props,
|
|
6
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
export default _default;
|
|
@@ -3,7 +3,7 @@ declare var __VLS_7: {};
|
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
4
|
default?: (props: typeof __VLS_7) => any;
|
|
5
5
|
};
|
|
6
|
-
declare const __VLS_component: import("vue").DefineComponent<BaseProps,
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
8
8
|
export default _default;
|
|
9
9
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { BaseProps } from '@/types';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<BaseProps,
|
|
2
|
+
declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
3
|
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { BaseProps } from '@/types';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<BaseProps,
|
|
2
|
+
declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
3
|
export default _default;
|
|
@@ -2,7 +2,7 @@ declare var __VLS_7: {};
|
|
|
2
2
|
type __VLS_Slots = {} & {
|
|
3
3
|
default?: (props: typeof __VLS_7) => any;
|
|
4
4
|
};
|
|
5
|
-
declare const __VLS_component: import("vue").DefineComponent<{},
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
6
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
7
7
|
export default _default;
|
|
8
8
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -3,7 +3,7 @@ declare var __VLS_7: {};
|
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
4
|
default?: (props: typeof __VLS_7) => any;
|
|
5
5
|
};
|
|
6
|
-
declare const __VLS_component: import("vue").DefineComponent<BaseProps,
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
8
8
|
export default _default;
|
|
9
9
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -3,7 +3,7 @@ declare var __VLS_7: {};
|
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
4
|
default?: (props: typeof __VLS_7) => any;
|
|
5
5
|
};
|
|
6
|
-
declare const __VLS_component: import("vue").DefineComponent<BaseProps,
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
8
8
|
export default _default;
|
|
9
9
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { BaseProps } from '@/types';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<BaseProps,
|
|
2
|
+
declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
3
|
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { BaseProps } from '@/types';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<BaseProps,
|
|
2
|
+
declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
3
|
export default _default;
|
|
@@ -3,7 +3,7 @@ declare var __VLS_7: {};
|
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
4
|
default?: (props: typeof __VLS_7) => any;
|
|
5
5
|
};
|
|
6
|
-
declare const __VLS_component: import("vue").DefineComponent<BaseProps,
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
8
8
|
export default _default;
|
|
9
9
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { BaseProps } from '@/types';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<BaseProps,
|
|
2
|
+
declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
3
|
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { BaseProps } from '@/types';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<BaseProps,
|
|
2
|
+
declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
3
|
export default _default;
|
|
@@ -3,7 +3,7 @@ declare var __VLS_1: {};
|
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
4
|
default?: (props: typeof __VLS_1) => any;
|
|
5
5
|
};
|
|
6
|
-
declare const __VLS_component: import("vue").DefineComponent<BaseProps,
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
8
8
|
export default _default;
|
|
9
9
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { BaseProps } from '@/types';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<BaseProps,
|
|
2
|
+
declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
3
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{},
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -3,7 +3,7 @@ declare var __VLS_8: {};
|
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
4
|
default?: (props: typeof __VLS_8) => any;
|
|
5
5
|
};
|
|
6
|
-
declare const __VLS_component: import("vue").DefineComponent<BaseProps,
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
8
8
|
export default _default;
|
|
9
9
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { BaseProps } from '@/types';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<BaseProps,
|
|
2
|
+
declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
3
|
export default _default;
|
|
@@ -3,7 +3,7 @@ declare var __VLS_1: {};
|
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
4
|
default?: (props: typeof __VLS_1) => any;
|
|
5
5
|
};
|
|
6
|
-
declare const __VLS_component: import("vue").DefineComponent<BaseProps,
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
8
8
|
export default _default;
|
|
9
9
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -3,7 +3,7 @@ declare var __VLS_1: {};
|
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
4
|
default?: (props: typeof __VLS_1) => any;
|
|
5
5
|
};
|
|
6
|
-
declare const __VLS_component: import("vue").DefineComponent<BaseProps,
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
8
8
|
export default _default;
|
|
9
9
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -3,7 +3,7 @@ declare var __VLS_10: {};
|
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
4
|
default?: (props: typeof __VLS_10) => any;
|
|
5
5
|
};
|
|
6
|
-
declare const __VLS_component: import("vue").DefineComponent<BaseProps,
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
8
8
|
export default _default;
|
|
9
9
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { BaseProps } from '@/types';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<BaseProps,
|
|
2
|
+
declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
3
|
export default _default;
|
|
@@ -3,7 +3,7 @@ declare var __VLS_8: {};
|
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
4
|
default?: (props: typeof __VLS_8) => any;
|
|
5
5
|
};
|
|
6
|
-
declare const __VLS_component: import("vue").DefineComponent<BaseProps,
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
8
8
|
export default _default;
|
|
9
9
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { BaseProps } from '@/types';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<BaseProps,
|
|
2
|
+
declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
3
|
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { BaseProps } from '@/types';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<BaseProps,
|
|
2
|
+
declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
3
|
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { BaseProps } from '@/types';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<BaseProps,
|
|
2
|
+
declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
3
|
export default _default;
|
|
@@ -3,7 +3,7 @@ declare var __VLS_12: {};
|
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
4
|
default?: (props: typeof __VLS_12) => any;
|
|
5
5
|
};
|
|
6
|
-
declare const __VLS_component: import("vue").DefineComponent<BaseProps,
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
8
8
|
export default _default;
|
|
9
9
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { BaseProps } from '@/types';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<BaseProps,
|
|
2
|
+
declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
3
|
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { BaseProps } from '@/types';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<BaseProps,
|
|
2
|
+
declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
3
|
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { BaseProps } from '@/types';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<BaseProps,
|
|
2
|
+
declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
3
|
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { BaseProps } from '@/types';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<BaseProps,
|
|
2
|
+
declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
3
|
export default _default;
|
|
@@ -3,7 +3,7 @@ declare var __VLS_7: {};
|
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
4
|
default?: (props: typeof __VLS_7) => any;
|
|
5
5
|
};
|
|
6
|
-
declare const __VLS_component: import("vue").DefineComponent<BaseProps,
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
8
8
|
export default _default;
|
|
9
9
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -2,7 +2,7 @@ declare var __VLS_7: {};
|
|
|
2
2
|
type __VLS_Slots = {} & {
|
|
3
3
|
default?: (props: typeof __VLS_7) => any;
|
|
4
4
|
};
|
|
5
|
-
declare const __VLS_component: import("vue").DefineComponent<{},
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
6
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
7
7
|
export default _default;
|
|
8
8
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -3,7 +3,7 @@ declare var __VLS_7: {};
|
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
4
|
default?: (props: typeof __VLS_7) => any;
|
|
5
5
|
};
|
|
6
|
-
declare const __VLS_component: import("vue").DefineComponent<BaseProps,
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
8
8
|
export default _default;
|
|
9
9
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -2,7 +2,7 @@ declare var __VLS_7: {};
|
|
|
2
2
|
type __VLS_Slots = {} & {
|
|
3
3
|
default?: (props: typeof __VLS_7) => any;
|
|
4
4
|
};
|
|
5
|
-
declare const __VLS_component: import("vue").DefineComponent<{},
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
6
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
7
7
|
export default _default;
|
|
8
8
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -3,7 +3,7 @@ declare var __VLS_7: {};
|
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
4
|
default?: (props: typeof __VLS_7) => any;
|
|
5
5
|
};
|
|
6
|
-
declare const __VLS_component: import("vue").DefineComponent<BaseProps,
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
8
8
|
export default _default;
|
|
9
9
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { BaseProps } from '@/types';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<BaseProps,
|
|
2
|
+
declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
3
|
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { BaseProps } from '@/types';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<BaseProps,
|
|
2
|
+
declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
3
|
export default _default;
|
|
@@ -3,7 +3,7 @@ declare var __VLS_7: {};
|
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
4
|
default?: (props: typeof __VLS_7) => any;
|
|
5
5
|
};
|
|
6
|
-
declare const __VLS_component: import("vue").DefineComponent<BaseProps,
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
8
8
|
export default _default;
|
|
9
9
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { BaseProps } from '@/types';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<BaseProps,
|
|
2
|
+
declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
3
|
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { BaseProps } from '@/types';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<BaseProps,
|
|
2
|
+
declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
3
|
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { BaseProps } from '@/types';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<BaseProps,
|
|
2
|
+
declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
3
|
export default _default;
|
|
@@ -3,7 +3,7 @@ declare var __VLS_7: {};
|
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
4
|
default?: (props: typeof __VLS_7) => any;
|
|
5
5
|
};
|
|
6
|
-
declare const __VLS_component: import("vue").DefineComponent<BaseProps,
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
8
8
|
export default _default;
|
|
9
9
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -2,7 +2,7 @@ declare var __VLS_7: {};
|
|
|
2
2
|
type __VLS_Slots = {} & {
|
|
3
3
|
default?: (props: typeof __VLS_7) => any;
|
|
4
4
|
};
|
|
5
|
-
declare const __VLS_component: import("vue").DefineComponent<{},
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
6
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
7
7
|
export default _default;
|
|
8
8
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -3,7 +3,7 @@ declare var __VLS_7: {};
|
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
4
|
default?: (props: typeof __VLS_7) => any;
|
|
5
5
|
};
|
|
6
|
-
declare const __VLS_component: import("vue").DefineComponent<BaseProps,
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
8
8
|
export default _default;
|
|
9
9
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -2,7 +2,7 @@ declare var __VLS_7: {};
|
|
|
2
2
|
type __VLS_Slots = {} & {
|
|
3
3
|
default?: (props: typeof __VLS_7) => any;
|
|
4
4
|
};
|
|
5
|
-
declare const __VLS_component: import("vue").DefineComponent<{},
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
6
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
7
7
|
export default _default;
|
|
8
8
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
const e = {
|
|
2
2
|
"x-runtime-lib": {
|
|
3
|
+
add: "Add",
|
|
3
4
|
addIcon: "Add Icon",
|
|
4
5
|
alias: "Alias",
|
|
5
6
|
align: "Align",
|
|
@@ -50,7 +51,13 @@ const e = {
|
|
|
50
51
|
circularRef: "Circular Reference",
|
|
51
52
|
clearable: "Clearable",
|
|
52
53
|
click: "Click",
|
|
54
|
+
clickAppend: "Click / Append",
|
|
55
|
+
clickAppendInner: "Click / Append / Inner",
|
|
56
|
+
clickClear: "Click / Clear",
|
|
57
|
+
clickPrepend: "Click / Prepend",
|
|
58
|
+
clickPrependInner: "Click / Prepend / Inner",
|
|
53
59
|
closable: "Closable",
|
|
60
|
+
close: "Close",
|
|
54
61
|
color: "Color",
|
|
55
62
|
colorPicker: "Color Picker",
|
|
56
63
|
column: "Column",
|
|
@@ -66,6 +73,7 @@ const e = {
|
|
|
66
73
|
crossAxisAlign: "Cross Axis Align",
|
|
67
74
|
custom: "Custom",
|
|
68
75
|
dark: "Dark",
|
|
76
|
+
darkModeChange: "Dark Mode Change",
|
|
69
77
|
dashed: "Dashed",
|
|
70
78
|
data: "Data",
|
|
71
79
|
dataDisplay: "Data Display",
|
|
@@ -165,6 +173,7 @@ const e = {
|
|
|
165
173
|
none: "None",
|
|
166
174
|
notSet: "Not Set",
|
|
167
175
|
numberInput: "Number Input",
|
|
176
|
+
open: "Open",
|
|
168
177
|
overline: "Overline",
|
|
169
178
|
outlined: "Outlined",
|
|
170
179
|
padding: "Padding",
|
|
@@ -194,6 +203,7 @@ const e = {
|
|
|
194
203
|
row: "Row",
|
|
195
204
|
rowReverse: "Row Reverse",
|
|
196
205
|
rows: "Rows",
|
|
206
|
+
screenSizeChange: "Screen Size Change",
|
|
197
207
|
secondary: "Secondary",
|
|
198
208
|
select: "Select",
|
|
199
209
|
selection: "Selection",
|
|
@@ -220,6 +230,7 @@ const e = {
|
|
|
220
230
|
spaceEvenly: "Space Evenly",
|
|
221
231
|
stacked: "Stacked",
|
|
222
232
|
start: "Start",
|
|
233
|
+
startup: "Startup",
|
|
223
234
|
step: "Step",
|
|
224
235
|
stepper: "Stepper",
|
|
225
236
|
stepperHeader: "Stepper Header",
|
|
@@ -228,6 +239,7 @@ const e = {
|
|
|
228
239
|
stepperWindowItem: "Stepper Window Item",
|
|
229
240
|
stretch: "Stretch",
|
|
230
241
|
style: "Style",
|
|
242
|
+
submit: "Submit",
|
|
231
243
|
subtext: "Subtext",
|
|
232
244
|
subtitle: "Subtitle",
|
|
233
245
|
subtitle1: "Subtitle 1",
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
const e = {
|
|
2
2
|
"x-runtime-lib": {
|
|
3
|
+
add: "添加",
|
|
3
4
|
addIcon: "添加图标",
|
|
4
5
|
alias: "别名",
|
|
5
6
|
align: "对齐",
|
|
@@ -50,7 +51,13 @@ const e = {
|
|
|
50
51
|
circularRef: "循环引用",
|
|
51
52
|
clearable: "可清除",
|
|
52
53
|
click: "单击",
|
|
54
|
+
clickAppend: "单击 / 追加",
|
|
55
|
+
clickAppendInner: "单击 / 追加 / 内部",
|
|
56
|
+
clickClear: "单击 / 清空",
|
|
57
|
+
clickPrepend: "单击 / 预追加",
|
|
58
|
+
clickPrependInner: "单击 / 预追加 / 内部",
|
|
53
59
|
closable: "可关闭",
|
|
60
|
+
close: "关闭",
|
|
54
61
|
color: "颜色",
|
|
55
62
|
colorPicker: "颜色拾取器",
|
|
56
63
|
column: "列",
|
|
@@ -66,6 +73,7 @@ const e = {
|
|
|
66
73
|
crossAxisAlign: "交叉轴对齐",
|
|
67
74
|
custom: "自定义",
|
|
68
75
|
dark: "暗",
|
|
76
|
+
darkModeChange: "暗模式变化",
|
|
69
77
|
dashed: "虚线",
|
|
70
78
|
data: "数据",
|
|
71
79
|
dataDisplay: "数据展示",
|
|
@@ -165,6 +173,7 @@ const e = {
|
|
|
165
173
|
none: "没有",
|
|
166
174
|
notSet: "未设置",
|
|
167
175
|
numberInput: "数字输入",
|
|
176
|
+
open: "打开",
|
|
168
177
|
overline: "上划线",
|
|
169
178
|
outlined: "轮廓",
|
|
170
179
|
padding: "内边距",
|
|
@@ -194,6 +203,7 @@ const e = {
|
|
|
194
203
|
row: "行",
|
|
195
204
|
rowReverse: "行反向",
|
|
196
205
|
rows: "行",
|
|
206
|
+
screenSizeChange: "屏幕大小变化",
|
|
197
207
|
secondary: "次要",
|
|
198
208
|
select: "选择",
|
|
199
209
|
selection: "选择",
|
|
@@ -220,6 +230,7 @@ const e = {
|
|
|
220
230
|
spaceEvenly: "均匀",
|
|
221
231
|
stacked: "栈式",
|
|
222
232
|
start: "开始",
|
|
233
|
+
startup: "启动",
|
|
223
234
|
step: "步长",
|
|
224
235
|
stepper: "步骤器",
|
|
225
236
|
stepperHeader: "步骤器头部",
|
|
@@ -228,6 +239,7 @@ const e = {
|
|
|
228
239
|
stepperWindowItem: "步骤器窗口项目",
|
|
229
240
|
stretch: "伸展",
|
|
230
241
|
style: "风格",
|
|
242
|
+
submit: "提交",
|
|
231
243
|
subtext: "子文本",
|
|
232
244
|
subtitle: "子标题",
|
|
233
245
|
subtitle1: "子标题1",
|