x-runtime-lib 0.8.219 → 0.8.221
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/element/ui/dialog/v1/content.vue.d.ts +15 -0
- package/dist/components/element/ui/dialog/v1/index.vue.d.ts +1 -11
- package/dist/components/element/ui/menu/v1/content.vue.d.ts +15 -0
- package/dist/components/element/ui/menu/v1/index.vue.d.ts +1 -11
- package/dist/en.cud1nmyi.js +2 -0
- package/dist/{i18n-en.jkuvala9.js → i18n-en.f4dp7neu.js} +2 -1
- package/dist/{i18n-zhHans.cd57r6e5.js → i18n-zhHans.mldkk8kv.js} +2 -1
- package/dist/index.js +348 -234
- package/dist/types/protocol.d.ts +4 -4
- package/dist/zhHans.cvquec3k.js +2 -0
- package/package.json +1 -1
- package/dist/en.otnq7oq6.js +0 -2
- package/dist/zhHans.b7y34n3l.js +0 -2
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { RefContext } from '@/types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
refContext: RefContext;
|
|
4
|
+
};
|
|
5
|
+
type __VLS_ModelProps = {
|
|
6
|
+
'open': boolean;
|
|
7
|
+
};
|
|
8
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
9
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
+
"update:open": (value: boolean) => any;
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
12
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
13
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const _default: typeof __VLS_export;
|
|
15
|
+
export default _default;
|
|
@@ -1,14 +1,4 @@
|
|
|
1
1
|
import { ElementProps } from '@/types';
|
|
2
|
-
declare
|
|
3
|
-
type __VLS_Slots = {} & {
|
|
4
|
-
default?: (props: typeof __VLS_9) => any;
|
|
5
|
-
};
|
|
6
|
-
declare const __VLS_base: import("vue").DefineComponent<ElementProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ElementProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
2
|
+
declare const __VLS_export: import("vue").DefineComponent<ElementProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ElementProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
3
|
declare const _default: typeof __VLS_export;
|
|
9
4
|
export default _default;
|
|
10
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
11
|
-
new (): {
|
|
12
|
-
$slots: S;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { RefContext } from '@/types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
refContext: RefContext;
|
|
4
|
+
};
|
|
5
|
+
type __VLS_ModelProps = {
|
|
6
|
+
'open': boolean;
|
|
7
|
+
};
|
|
8
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
9
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
+
"update:open": (value: boolean) => any;
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
12
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
13
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const _default: typeof __VLS_export;
|
|
15
|
+
export default _default;
|
|
@@ -1,14 +1,4 @@
|
|
|
1
1
|
import { ElementProps } from '@/types';
|
|
2
|
-
declare
|
|
3
|
-
type __VLS_Slots = {} & {
|
|
4
|
-
default?: (props: typeof __VLS_9) => any;
|
|
5
|
-
};
|
|
6
|
-
declare const __VLS_base: import("vue").DefineComponent<ElementProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ElementProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
2
|
+
declare const __VLS_export: import("vue").DefineComponent<ElementProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ElementProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
3
|
declare const _default: typeof __VLS_export;
|
|
9
4
|
export default _default;
|
|
10
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
11
|
-
new (): {
|
|
12
|
-
$slots: S;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
@@ -2,7 +2,6 @@ var en_default = { "x-runtime-lib": {
|
|
|
2
2
|
adaptSlot: "Adapt Slot",
|
|
3
3
|
adaptSlotPropertyChange: "Adapt Slot Property Change",
|
|
4
4
|
add: "Add",
|
|
5
|
-
addIcon: "Add Icon",
|
|
6
5
|
alias: "Alias",
|
|
7
6
|
align: "Align",
|
|
8
7
|
alignTabs: "Align Tabs",
|
|
@@ -75,6 +74,7 @@ var en_default = { "x-runtime-lib": {
|
|
|
75
74
|
columns: "Columns",
|
|
76
75
|
combobox: "Combobox",
|
|
77
76
|
comfortable: "Comfortable",
|
|
77
|
+
common: "Common",
|
|
78
78
|
comp: "Comp",
|
|
79
79
|
compact: "Compact",
|
|
80
80
|
compNotAvail: "Comp Not Available",
|
|
@@ -193,6 +193,7 @@ var en_default = { "x-runtime-lib": {
|
|
|
193
193
|
lineThrough: "Line Through",
|
|
194
194
|
loading: "Loading",
|
|
195
195
|
log: "Log",
|
|
196
|
+
look: "Look",
|
|
196
197
|
mainAxisAlign: "Main Axis Align",
|
|
197
198
|
mainData: "Main Data",
|
|
198
199
|
mandatory: "Mandatory",
|
|
@@ -2,7 +2,6 @@ var zhHans_default = { "x-runtime-lib": {
|
|
|
2
2
|
adaptSlot: "适配插槽",
|
|
3
3
|
adaptSlotPropertyChange: "适配插槽属性变化",
|
|
4
4
|
add: "添加",
|
|
5
|
-
addIcon: "添加图标",
|
|
6
5
|
alias: "别名",
|
|
7
6
|
align: "对齐",
|
|
8
7
|
alignTabs: "对齐选项卡",
|
|
@@ -75,6 +74,7 @@ var zhHans_default = { "x-runtime-lib": {
|
|
|
75
74
|
columns: "列(s)",
|
|
76
75
|
combobox: "组合框",
|
|
77
76
|
comfortable: "舒适",
|
|
77
|
+
common: "通用",
|
|
78
78
|
comp: "组件",
|
|
79
79
|
compact: "紧凑",
|
|
80
80
|
compNotAvail: "组件不可用",
|
|
@@ -193,6 +193,7 @@ var zhHans_default = { "x-runtime-lib": {
|
|
|
193
193
|
lineThrough: "中划线",
|
|
194
194
|
loading: "加载中",
|
|
195
195
|
log: "对数",
|
|
196
|
+
look: "外观",
|
|
196
197
|
mainAxisAlign: "主轴对齐",
|
|
197
198
|
mainData: "主数据",
|
|
198
199
|
mandatory: "强制",
|