x-runtime-lib 0.9.19 → 0.9.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/element/common/provideSlotProps/index.vue.d.ts +16 -0
- package/dist/components/element/ui/fab/v1/index.vue.d.ts +2 -1
- package/dist/components/element/ui/hover/v1/index.vue.d.ts +14 -0
- package/dist/components/element/ui/hover/v1/wrapDefault.vue.d.ts +16 -0
- package/dist/components/element/ui/hover/v1/wrapSlotDefault.vue.d.ts +16 -0
- package/dist/components/element/ui/index.d.ts +2 -1
- package/dist/components/element/ui/tooltip/v1/index.vue.d.ts +3 -1
- package/dist/composables/element/core/activator.d.ts +3 -0
- package/dist/composables/element/core/elementPropertyBreakpoint.d.ts +1 -1
- package/dist/composables/element/core/elementPropertyEager.d.ts +5 -0
- package/dist/composables/element/core/elementPropertyTemp.d.ts +5 -0
- package/dist/composables/element/core/index.d.ts +3 -0
- package/dist/composables/element/core/slotProps.d.ts +3 -0
- package/dist/composables/element/piece/index.d.ts +0 -1
- package/dist/element/ui/hover/v1/index.d.ts +1 -0
- package/dist/element/ui/hover/v1/spawn.d.ts +2 -0
- package/dist/element/ui/index.d.ts +1 -0
- package/dist/{i18n-en.c4o3ow1m.js → i18n-en.jnth2scb.js} +5 -6
- package/dist/{i18n-zhHans.ooj6bjm3.js → i18n-zhHans.lg0rse69.js} +4 -5
- package/dist/index.js +2403 -2307
- package/dist/meta/element.d.ts +1 -1
- package/dist/meta/property.d.ts +31 -1
- package/dist/sandbox/sandbox/index.d.ts +12 -4
- package/dist/utils/property.d.ts +1 -1
- package/dist/utils/provideInject.d.ts +6 -6
- package/package.json +1 -1
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
props: Record<string, any>;
|
|
3
|
+
};
|
|
4
|
+
declare var __VLS_1: {};
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
6
|
+
default?: (props: typeof __VLS_1) => any;
|
|
7
|
+
};
|
|
8
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
10
|
+
declare const _default: typeof __VLS_export;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import { ElementProps } from '@/types';
|
|
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>;
|
|
2
3
|
declare const _default: typeof __VLS_export;
|
|
3
4
|
export default _default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ElementProps } from '@/types';
|
|
2
|
+
declare var __VLS_21: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_21) => 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>;
|
|
8
|
+
declare const _default: typeof __VLS_export;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
11
|
+
new (): {
|
|
12
|
+
$slots: S;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
isHovering: boolean | null;
|
|
3
|
+
};
|
|
4
|
+
declare var __VLS_1: {};
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
6
|
+
default?: (props: typeof __VLS_1) => any;
|
|
7
|
+
};
|
|
8
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
10
|
+
declare const _default: typeof __VLS_export;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
isHovering: boolean | null;
|
|
3
|
+
};
|
|
4
|
+
declare var __VLS_1: {};
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
6
|
+
default?: (props: typeof __VLS_1) => any;
|
|
7
|
+
};
|
|
8
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
10
|
+
declare const _default: typeof __VLS_export;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
@@ -19,6 +19,7 @@ import ZFileInputV1 from './fileInput/v1/index.vue';
|
|
|
19
19
|
import ZFlexboxV1 from './flexbox/v1/index.vue';
|
|
20
20
|
import ZFlexboxEntryV1 from './flexboxEntry/v1/index.vue';
|
|
21
21
|
import ZFormV1 from './form/v1/index.vue';
|
|
22
|
+
import ZHoverV1 from './hover/v1/index.vue';
|
|
22
23
|
import ZIconV1 from './icon/v1/index.vue';
|
|
23
24
|
import ZItemV1 from './item/v1/index.vue';
|
|
24
25
|
import ZItemGroupV1 from './itemGroup/v1/index.vue';
|
|
@@ -61,4 +62,4 @@ import ZTimelineItemV1 from './timelineItem/v1/index.vue';
|
|
|
61
62
|
import ZTooltipV1 from './tooltip/v1/index.vue';
|
|
62
63
|
import ZWindowV1 from './window/v1/index.vue';
|
|
63
64
|
import ZWindowItemV1 from './windowItem/v1/index.vue';
|
|
64
|
-
export { ZActivatorV1, ZBadgeV1, ZBreadcrumbsV1, ZBtnV1, ZBtnToggleV1, ZCardV1, ZCheckboxV1, ZChipV1, ZChipGroupV1, ZColorPickerV1, ZComboboxV1, ZContainerV1, ZDataTableClientV1, ZDataTableServerV1, ZDatePickerV1, ZDialogV1, ZFabV1, ZFileInputV1, ZFlexboxV1, ZFlexboxEntryV1, ZFormV1, ZIconV1, ZItemV1, ZItemGroupV1, ZListV1, ZListItemV1, ZMenuV1, ZNumberInputV1, ZOptInputV1, ZPaginationV1, ZPositionerV1, ZRadioV1, ZRadioGroupV1, ZRangeSliderV1, ZRatingV1, ZSelectV1, ZSheetV1, ZSlideGroupV1, ZSlideGroupItemV1, ZSliderV1, ZSpeedDialV1, ZStepperV1, ZStepperHeaderV1, ZStepperItemV1, ZStepperWindowV1, ZStepperWindowItemV1, ZSwitchV1, ZTabV1, ZTableV1, ZTableBodyV1, ZTableBodyCellV1, ZTableHeadV1, ZTableHeadCellV1, ZTableRowV1, ZTabsV1, ZTextV1, ZTextareaV1, ZTextFieldV1, ZTimelineV1, ZTimelineItemV1, ZTooltipV1, ZWindowV1, ZWindowItemV1 };
|
|
65
|
+
export { ZActivatorV1, ZBadgeV1, ZBreadcrumbsV1, ZBtnV1, ZBtnToggleV1, ZCardV1, ZCheckboxV1, ZChipV1, ZChipGroupV1, ZColorPickerV1, ZComboboxV1, ZContainerV1, ZDataTableClientV1, ZDataTableServerV1, ZDatePickerV1, ZDialogV1, ZFabV1, ZFileInputV1, ZFlexboxV1, ZFlexboxEntryV1, ZFormV1, ZHoverV1, ZIconV1, ZItemV1, ZItemGroupV1, ZListV1, ZListItemV1, ZMenuV1, ZNumberInputV1, ZOptInputV1, ZPaginationV1, ZPositionerV1, ZRadioV1, ZRadioGroupV1, ZRangeSliderV1, ZRatingV1, ZSelectV1, ZSheetV1, ZSlideGroupV1, ZSlideGroupItemV1, ZSliderV1, ZSpeedDialV1, ZStepperV1, ZStepperHeaderV1, ZStepperItemV1, ZStepperWindowV1, ZStepperWindowItemV1, ZSwitchV1, ZTabV1, ZTableV1, ZTableBodyV1, ZTableBodyCellV1, ZTableHeadV1, ZTableHeadCellV1, ZTableRowV1, ZTabsV1, ZTextV1, ZTextareaV1, ZTextFieldV1, ZTimelineV1, ZTimelineItemV1, ZTooltipV1, ZWindowV1, ZWindowItemV1 };
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { ElementProps } from '@/types';
|
|
2
|
-
declare var __VLS_15: {};
|
|
2
|
+
declare var __VLS_15: {}, __VLS_18: {};
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
4
|
activator?: (props: typeof __VLS_15) => any;
|
|
5
|
+
} & {
|
|
6
|
+
default?: (props: typeof __VLS_18) => any;
|
|
5
7
|
};
|
|
6
8
|
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
9
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from './activator';
|
|
1
2
|
export * from './breakpoint';
|
|
2
3
|
export * from './delayAttach';
|
|
3
4
|
export * from './elementBase';
|
|
@@ -5,6 +6,8 @@ export * from './elementDebug';
|
|
|
5
6
|
export * from './elementMethod';
|
|
6
7
|
export * from './elementPropertyBreakpoint';
|
|
7
8
|
export * from './elementPropertyColor';
|
|
9
|
+
export * from './elementPropertyEager';
|
|
10
|
+
export * from './elementPropertyTemp';
|
|
8
11
|
export * from './elementProperty';
|
|
9
12
|
export * from './elementSlotMethod';
|
|
10
13
|
export * from './elementSlotProperty';
|
|
@@ -4,7 +4,6 @@ export * from './chart/series/v1';
|
|
|
4
4
|
export * from './chart/title/v1';
|
|
5
5
|
export * from './chart/xAxis/v1';
|
|
6
6
|
export * from './chart/yAxis/v1';
|
|
7
|
-
export * from './ui/activator/v1';
|
|
8
7
|
export * from './ui/border/v1';
|
|
9
8
|
export * from './ui/margin/v1';
|
|
10
9
|
export * from './ui/padding/v1';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -31,10 +31,10 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
|
31
31
|
basic: "Basic",
|
|
32
32
|
black: "Black",
|
|
33
33
|
block: "Block",
|
|
34
|
+
blur: "Blur",
|
|
34
35
|
bodyLarge: "Body Large",
|
|
35
36
|
bodyMedium: "Body Medium",
|
|
36
37
|
bodySmall: "Body Small",
|
|
37
|
-
blur: "Blur",
|
|
38
38
|
bold: "Bold",
|
|
39
39
|
border: "Border",
|
|
40
40
|
both: "Both",
|
|
@@ -43,6 +43,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
|
43
43
|
bottomRight: "Bottom Right",
|
|
44
44
|
boxGeometry: "Box Geometry",
|
|
45
45
|
breadcrumbs: "Breadcrumbs",
|
|
46
|
+
breakpoint: "Breakpoint",
|
|
46
47
|
button: "Button",
|
|
47
48
|
buttonToggle: "Button Toggle",
|
|
48
49
|
buttonToggleEntry: "Button Toggle Entry",
|
|
@@ -88,7 +89,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
|
88
89
|
customSlot: "Custom Slot",
|
|
89
90
|
customSlotPropertyChange: "Custom Slot Property Change",
|
|
90
91
|
dark: "Dark",
|
|
91
|
-
|
|
92
|
+
darkMode: "Dark Mode",
|
|
92
93
|
dashed: "Dashed",
|
|
93
94
|
data: "Data",
|
|
94
95
|
dataDisplay: "Data Display",
|
|
@@ -173,8 +174,8 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
|
173
174
|
instances: "Instances",
|
|
174
175
|
intensity: "Intensity",
|
|
175
176
|
isActive: "Is Active",
|
|
176
|
-
isDarkMode: "Is Dark Mode",
|
|
177
177
|
isFocused: "Is Focused",
|
|
178
|
+
isHovering: "Is Hovering",
|
|
178
179
|
italic: "Italic",
|
|
179
180
|
item: "Item",
|
|
180
181
|
itemGroup: "Item Group",
|
|
@@ -230,7 +231,6 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
|
230
231
|
name: "Name",
|
|
231
232
|
navigation: "Navigation",
|
|
232
233
|
nearDistance: "Near Distance",
|
|
233
|
-
newScreenSize: "New Screen Size",
|
|
234
234
|
newValue: "New Value",
|
|
235
235
|
no: "No",
|
|
236
236
|
none: "None",
|
|
@@ -238,7 +238,6 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
|
238
238
|
numberInput: "Number Input",
|
|
239
239
|
objects: "Objects",
|
|
240
240
|
offset: "Offset",
|
|
241
|
-
oldScreenSize: "Old Screen Size",
|
|
242
241
|
oldValue: "Old Value",
|
|
243
242
|
oneTimePasswordInput: "One Time Password Input",
|
|
244
243
|
open: "Open",
|
|
@@ -293,8 +292,8 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
|
293
292
|
row: "Row",
|
|
294
293
|
rowReverse: "Row Reverse",
|
|
295
294
|
rows: "Rows",
|
|
295
|
+
runtime: "Runtime",
|
|
296
296
|
scale: "Scale",
|
|
297
|
-
screenSizeChange: "Screen Size Change",
|
|
298
297
|
secondary: "Secondary",
|
|
299
298
|
select: "Select",
|
|
300
299
|
selection: "Selection",
|
|
@@ -43,6 +43,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
|
43
43
|
bottomRight: "底右",
|
|
44
44
|
boxGeometry: "盒子几何体",
|
|
45
45
|
breadcrumbs: "面包屑",
|
|
46
|
+
breakpoint: "断点",
|
|
46
47
|
button: "按钮",
|
|
47
48
|
buttonToggle: "按钮切换",
|
|
48
49
|
buttonToggleEntry: "按钮切换条目",
|
|
@@ -88,7 +89,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
|
88
89
|
customSlot: "自定义插槽",
|
|
89
90
|
customSlotPropertyChange: "自定义插槽属性变化",
|
|
90
91
|
dark: "暗",
|
|
91
|
-
|
|
92
|
+
darkMode: "暗模式",
|
|
92
93
|
dashed: "虚线",
|
|
93
94
|
data: "数据",
|
|
94
95
|
dataDisplay: "数据展示",
|
|
@@ -173,8 +174,8 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
|
173
174
|
instances: "实例(s)",
|
|
174
175
|
intensity: "强度",
|
|
175
176
|
isActive: "是否激活",
|
|
176
|
-
isDarkMode: "是否暗模式",
|
|
177
177
|
isFocused: "是否聚集",
|
|
178
|
+
isHovering: "是否悬浮",
|
|
178
179
|
italic: "斜体",
|
|
179
180
|
item: "项目",
|
|
180
181
|
itemGroup: "项目分组",
|
|
@@ -230,7 +231,6 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
|
230
231
|
name: "名称",
|
|
231
232
|
navigation: "导航",
|
|
232
233
|
nearDistance: "近距离",
|
|
233
|
-
newScreenSize: "新屏幕大小",
|
|
234
234
|
newValue: "新值",
|
|
235
235
|
no: "否",
|
|
236
236
|
none: "没有",
|
|
@@ -238,7 +238,6 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
|
238
238
|
numberInput: "数字输入",
|
|
239
239
|
objects: "对象",
|
|
240
240
|
offset: "偏移",
|
|
241
|
-
oldScreenSize: "旧屏幕大小",
|
|
242
241
|
oldValue: "旧值",
|
|
243
242
|
oneTimePasswordInput: "一次性密码输入",
|
|
244
243
|
open: "打开",
|
|
@@ -293,8 +292,8 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
|
293
292
|
row: "行",
|
|
294
293
|
rowReverse: "行反向",
|
|
295
294
|
rows: "行",
|
|
295
|
+
runtime: "运行时",
|
|
296
296
|
scale: "缩放",
|
|
297
|
-
screenSizeChange: "屏幕大小变化",
|
|
298
297
|
secondary: "次要",
|
|
299
298
|
select: "选择",
|
|
300
299
|
selection: "选择",
|