x-runtime-lib 0.9.15 → 0.9.17
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/card/v1/index.vue.d.ts +4 -2
- package/dist/components/element/ui/checkbox/v1/index.vue.d.ts +11 -1
- package/dist/components/element/ui/dialog/v1/activator.vue.d.ts +2 -2
- package/dist/components/element/ui/dialog/v1/index.vue.d.ts +2 -2
- package/dist/components/element/ui/index.d.ts +5 -1
- package/dist/components/element/ui/list/v1/index.vue.d.ts +13 -0
- package/dist/components/element/ui/listItem/v1/index.vue.d.ts +4 -0
- package/dist/components/element/ui/menu/v1/activator.vue.d.ts +2 -2
- package/dist/components/element/ui/menu/v1/index.vue.d.ts +2 -2
- package/dist/components/element/ui/optInput/v1/index.vue.d.ts +4 -0
- package/dist/components/element/ui/positioner/v1/index.vue.d.ts +14 -0
- package/dist/components/element/ui/speedDial/v1/activator.vue.d.ts +2 -2
- package/dist/components/element/ui/speedDial/v1/index.vue.d.ts +4 -2
- package/dist/components/element/ui/tooltip/v1/activator.vue.d.ts +2 -2
- package/dist/components/element/ui/tooltip/v1/index.vue.d.ts +1 -1
- package/dist/composables/element/core/delayAttach.d.ts +3 -0
- package/dist/composables/element/core/elementBase.d.ts +21 -1
- package/dist/composables/element/core/index.d.ts +1 -0
- package/dist/element/_common/items/index.d.ts +1 -0
- package/dist/element/_pkgs/v1/items.d.ts +1 -1
- package/dist/element/dynamic/renderGroup/v1/spawn.d.ts +2 -0
- package/dist/element/ui/breadcrumbs/v1/index.d.ts +1 -0
- package/dist/element/ui/breadcrumbs/v1/spawn.d.ts +2 -0
- package/dist/element/ui/checkbox/v1/spawn.d.ts +2 -0
- package/dist/element/ui/index.d.ts +5 -0
- package/dist/element/ui/list/v1/index.d.ts +1 -0
- package/dist/element/ui/list/v1/spawn.d.ts +2 -0
- package/dist/element/ui/listItem/v1/index.d.ts +1 -0
- package/dist/element/ui/optInput/v1/index.d.ts +1 -0
- package/dist/element/ui/optInput/v1/spawn.d.ts +2 -0
- package/dist/element/ui/positioner/v1/index.d.ts +1 -0
- package/dist/element/ui/positioner/v1/spawn.d.ts +2 -0
- package/dist/{i18n-en.iewo6ied.js → i18n-en.c4o3ow1m.js} +9 -0
- package/dist/{i18n-zhHans.ns1c2nog.js → i18n-zhHans.ooj6bjm3.js} +9 -0
- package/dist/index.js +2760 -2359
- package/dist/meta/element.d.ts +1 -1
- package/dist/meta/items.d.ts +1 -1
- package/dist/meta/pkg.d.ts +0 -1
- package/dist/meta/property.d.ts +2 -2
- package/dist/utils/provideInject.d.ts +3 -1
- package/package.json +1 -1
- package/dist/components/element/ui/dialog/v1/slotContent.vue.d.ts +0 -15
- package/dist/components/element/ui/menu/v1/slotContent.vue.d.ts +0 -15
- package/dist/components/element/ui/tooltip/v1/slotContent.vue.d.ts +0 -15
- package/dist/element/_pkgs/v1/elements.d.ts +0 -1
- /package/dist/element/{ui/checkbox/v1/meta.d.ts → _common/items/positionItems/v1/index.d.ts} +0 -0
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { ElementProps } from '@/types';
|
|
2
|
-
declare var
|
|
2
|
+
declare var __VLS_15: {}, __VLS_17: {};
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
|
-
|
|
4
|
+
actions?: (props: typeof __VLS_15) => any;
|
|
5
|
+
} & {
|
|
6
|
+
default?: (props: typeof __VLS_17) => 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,4 +1,14 @@
|
|
|
1
1
|
import { ElementProps } from '@/types';
|
|
2
|
-
declare
|
|
2
|
+
declare var __VLS_15: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
label?: (props: typeof __VLS_15) => 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>;
|
|
3
8
|
declare const _default: typeof __VLS_export;
|
|
4
9
|
export default _default;
|
|
10
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
11
|
+
new (): {
|
|
12
|
+
$slots: S;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
props: Record<string, any>;
|
|
3
3
|
};
|
|
4
|
-
declare var
|
|
4
|
+
declare var __VLS_1: {};
|
|
5
5
|
type __VLS_Slots = {} & {
|
|
6
|
-
default?: (props: typeof
|
|
6
|
+
default?: (props: typeof __VLS_1) => any;
|
|
7
7
|
};
|
|
8
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
9
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ElementProps } from '@/types';
|
|
2
|
-
declare var __VLS_15: {},
|
|
2
|
+
declare var __VLS_15: {}, __VLS_17: {};
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
4
|
activator?: (props: typeof __VLS_15) => any;
|
|
5
5
|
} & {
|
|
6
|
-
default?: (props: typeof
|
|
6
|
+
default?: (props: typeof __VLS_17) => any;
|
|
7
7
|
};
|
|
8
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>;
|
|
9
9
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -22,9 +22,13 @@ import ZFormV1 from './form/v1/index.vue';
|
|
|
22
22
|
import ZIconV1 from './icon/v1/index.vue';
|
|
23
23
|
import ZItemV1 from './item/v1/index.vue';
|
|
24
24
|
import ZItemGroupV1 from './itemGroup/v1/index.vue';
|
|
25
|
+
import ZListV1 from './list/v1/index.vue';
|
|
26
|
+
import ZListItemV1 from './listItem/v1/index.vue';
|
|
25
27
|
import ZMenuV1 from './menu/v1/index.vue';
|
|
26
28
|
import ZNumberInputV1 from './numberInput/v1/index.vue';
|
|
29
|
+
import ZOptInputV1 from './optInput/v1/index.vue';
|
|
27
30
|
import ZPaginationV1 from './pagination/v1/index.vue';
|
|
31
|
+
import ZPositionerV1 from './positioner/v1/index.vue';
|
|
28
32
|
import ZRadioV1 from './radio/v1/index.vue';
|
|
29
33
|
import ZRadioGroupV1 from './radioGroup/v1/index.vue';
|
|
30
34
|
import ZRangeSliderV1 from './rangeSlider/v1/index.vue';
|
|
@@ -57,4 +61,4 @@ import ZTimelineItemV1 from './timelineItem/v1/index.vue';
|
|
|
57
61
|
import ZTooltipV1 from './tooltip/v1/index.vue';
|
|
58
62
|
import ZWindowV1 from './window/v1/index.vue';
|
|
59
63
|
import ZWindowItemV1 from './windowItem/v1/index.vue';
|
|
60
|
-
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, ZMenuV1, ZNumberInputV1, ZPaginationV1, 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 };
|
|
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 };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
declare var __VLS_8: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_8) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
7
|
+
declare const _default: typeof __VLS_export;
|
|
8
|
+
export default _default;
|
|
9
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
10
|
+
new (): {
|
|
11
|
+
$slots: S;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
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>;
|
|
3
|
+
declare const _default: typeof __VLS_export;
|
|
4
|
+
export default _default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
props: Record<string, any>;
|
|
3
3
|
};
|
|
4
|
-
declare var
|
|
4
|
+
declare var __VLS_1: {};
|
|
5
5
|
type __VLS_Slots = {} & {
|
|
6
|
-
default?: (props: typeof
|
|
6
|
+
default?: (props: typeof __VLS_1) => any;
|
|
7
7
|
};
|
|
8
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
9
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ElementProps } from '@/types';
|
|
2
|
-
declare var __VLS_15: {},
|
|
2
|
+
declare var __VLS_15: {}, __VLS_17: {};
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
4
|
activator?: (props: typeof __VLS_15) => any;
|
|
5
5
|
} & {
|
|
6
|
-
default?: (props: typeof
|
|
6
|
+
default?: (props: typeof __VLS_17) => any;
|
|
7
7
|
};
|
|
8
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>;
|
|
9
9
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -0,0 +1,4 @@
|
|
|
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>;
|
|
3
|
+
declare const _default: typeof __VLS_export;
|
|
4
|
+
export default _default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ElementProps } from '@/types';
|
|
2
|
+
declare var __VLS_1: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_1) => 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
|
+
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
props: Record<string, any>;
|
|
3
3
|
};
|
|
4
|
-
declare var
|
|
4
|
+
declare var __VLS_1: {};
|
|
5
5
|
type __VLS_Slots = {} & {
|
|
6
|
-
default?: (props: typeof
|
|
6
|
+
default?: (props: typeof __VLS_1) => any;
|
|
7
7
|
};
|
|
8
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
9
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { ElementProps } from '@/types';
|
|
2
|
-
declare var __VLS_15: {};
|
|
2
|
+
declare var __VLS_15: {}, __VLS_22: {};
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
|
-
|
|
4
|
+
activator?: (props: typeof __VLS_15) => any;
|
|
5
|
+
} & {
|
|
6
|
+
default?: (props: typeof __VLS_22) => 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,9 +1,9 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
props: Record<string, any>;
|
|
3
3
|
};
|
|
4
|
-
declare var
|
|
4
|
+
declare var __VLS_1: {};
|
|
5
5
|
type __VLS_Slots = {} & {
|
|
6
|
-
default?: (props: typeof
|
|
6
|
+
default?: (props: typeof __VLS_1) => any;
|
|
7
7
|
};
|
|
8
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
9
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ElementProps } from '@/types';
|
|
2
2
|
declare var __VLS_15: {};
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
|
-
|
|
4
|
+
activator?: (props: typeof __VLS_15) => any;
|
|
5
5
|
};
|
|
6
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
7
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -1,5 +1,24 @@
|
|
|
1
|
-
import { ElementProps, Node } from '@/types';
|
|
1
|
+
import { ElementProps, Node, NodeLite } from '@/types';
|
|
2
2
|
export declare function useElementBase(props: ElementProps): {
|
|
3
|
+
nodeLite: import("vue").Ref<{
|
|
4
|
+
id: string;
|
|
5
|
+
key: string;
|
|
6
|
+
alias?: string | undefined;
|
|
7
|
+
group?: string | undefined;
|
|
8
|
+
render?: boolean | undefined;
|
|
9
|
+
slotId?: string | undefined;
|
|
10
|
+
compId?: string | undefined;
|
|
11
|
+
children?: /*elided*/ any[] | undefined;
|
|
12
|
+
}, NodeLite | {
|
|
13
|
+
id: string;
|
|
14
|
+
key: string;
|
|
15
|
+
alias?: string | undefined;
|
|
16
|
+
group?: string | undefined;
|
|
17
|
+
render?: boolean | undefined;
|
|
18
|
+
slotId?: string | undefined;
|
|
19
|
+
compId?: string | undefined;
|
|
20
|
+
children?: /*elided*/ any[] | undefined;
|
|
21
|
+
}>;
|
|
3
22
|
node: import("vue").Ref<{
|
|
4
23
|
[x: string]: any;
|
|
5
24
|
basic: {
|
|
@@ -15,4 +34,5 @@ export declare function useElementBase(props: ElementProps): {
|
|
|
15
34
|
alias?: string | undefined;
|
|
16
35
|
};
|
|
17
36
|
}>;
|
|
37
|
+
hasRenderGroup: (group: string) => boolean;
|
|
18
38
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const items: Set<"alignTabsItemsV1" | "axisTypeItemsV1" | "borderStyleItemsV1" | "densityItemsV1" | "directionItemsV1" | "fieldVariantItemsV1" | "flexCrossAlignItemsV1" | "flexDirectionItemsV1" | "flexMainAlignItemsV1" | "flexWrapItemsV1" | "fontWeightItemsV1" | "sheetVariantItemsV1" | "showTicksItemsV1" | "sizeItemsV1" | "speedDialOpenWayItemsV1" | "textAlignItemsV1" | "textDecorationItemsV1" | "textEmphasisItemsV1" | "textSizeItemsV1" | "thumbLabelItemsV1" | "timelineAlignItemsV1" | "timelineDirectionItemsV1" | "timelineSideItemsV1" | "timelineTruncateLineItemsV1">;
|
|
1
|
+
export declare const items: Set<"alignTabsItemsV1" | "axisTypeItemsV1" | "borderStyleItemsV1" | "densityItemsV1" | "directionItemsV1" | "fieldVariantItemsV1" | "flexCrossAlignItemsV1" | "flexDirectionItemsV1" | "flexMainAlignItemsV1" | "flexWrapItemsV1" | "fontWeightItemsV1" | "positionItemsV1" | "sheetVariantItemsV1" | "showTicksItemsV1" | "sizeItemsV1" | "speedDialOpenWayItemsV1" | "textAlignItemsV1" | "textDecorationItemsV1" | "textEmphasisItemsV1" | "textSizeItemsV1" | "thumbLabelItemsV1" | "timelineAlignItemsV1" | "timelineDirectionItemsV1" | "timelineSideItemsV1" | "timelineTruncateLineItemsV1">;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import './activator/v1';
|
|
2
2
|
import './badge/v1';
|
|
3
|
+
import './breadcrumbs/v1';
|
|
3
4
|
import './btn/v1';
|
|
4
5
|
import './btnToggle/v1';
|
|
5
6
|
import './card/v1';
|
|
@@ -21,9 +22,13 @@ import './form/v1';
|
|
|
21
22
|
import './icon/v1';
|
|
22
23
|
import './item/v1';
|
|
23
24
|
import './itemGroup/v1';
|
|
25
|
+
import './list/v1';
|
|
26
|
+
import './listItem/v1';
|
|
24
27
|
import './menu/v1';
|
|
25
28
|
import './numberInput/v1';
|
|
29
|
+
import './optInput/v1';
|
|
26
30
|
import './pagination/v1';
|
|
31
|
+
import './positioner/v1';
|
|
27
32
|
import './radio/v1';
|
|
28
33
|
import './radioGroup/v1';
|
|
29
34
|
import './rangeSlider/v1';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { n as e } from "./rolldown-runtime.jd1hion4.js";
|
|
2
2
|
//#region src/i18n/locales/en/index.ts
|
|
3
3
|
var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
4
|
+
absolute: "Absolute",
|
|
4
5
|
activator: "Activator",
|
|
5
6
|
adaptSlot: "Adapt Slot",
|
|
6
7
|
adaptSlotPropertyChange: "Adapt Slot Property Change",
|
|
@@ -115,6 +116,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
|
115
116
|
double: "Double",
|
|
116
117
|
draggable: "Draggable",
|
|
117
118
|
dynamic: "Dynamic",
|
|
119
|
+
eager: "Eager",
|
|
118
120
|
elevated: "Elevated",
|
|
119
121
|
elevation: "Elevation",
|
|
120
122
|
emphasis: "Emphasis",
|
|
@@ -193,6 +195,8 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
|
193
195
|
line: "Line",
|
|
194
196
|
lineChart: "Line Chart",
|
|
195
197
|
lineThrough: "Line Through",
|
|
198
|
+
list: "List",
|
|
199
|
+
listItem: "List Item",
|
|
196
200
|
loader: "Loader",
|
|
197
201
|
loading: "Loading",
|
|
198
202
|
log: "Log",
|
|
@@ -202,6 +206,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
|
202
206
|
mandatory: "Mandatory",
|
|
203
207
|
mapControls: "Map Controls",
|
|
204
208
|
margin: "Margin",
|
|
209
|
+
masked: "Masked",
|
|
205
210
|
max: "Max",
|
|
206
211
|
maxHeight: "Max Height",
|
|
207
212
|
maxRows: "Max Rows",
|
|
@@ -235,6 +240,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
|
235
240
|
offset: "Offset",
|
|
236
241
|
oldScreenSize: "Old Screen Size",
|
|
237
242
|
oldValue: "Old Value",
|
|
243
|
+
oneTimePasswordInput: "One Time Password Input",
|
|
238
244
|
open: "Open",
|
|
239
245
|
orbitControls: "Orbit Controls",
|
|
240
246
|
orthographicCamera: "Orthographic Camera",
|
|
@@ -254,6 +260,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
|
254
260
|
plain: "Plain",
|
|
255
261
|
pointLight: "Point Light",
|
|
256
262
|
position: "Position",
|
|
263
|
+
positioner: "Positioner",
|
|
257
264
|
precision: "Precision",
|
|
258
265
|
prefix: "Prefix",
|
|
259
266
|
prepend: "Prepend",
|
|
@@ -273,6 +280,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
|
273
280
|
referencePropertyChange: "Reference Property Change",
|
|
274
281
|
refKey: "Reference Key",
|
|
275
282
|
regular: "Regular",
|
|
283
|
+
relative: "Relative",
|
|
276
284
|
renderGroup: "Render Group",
|
|
277
285
|
renderSwitch: "Render Switch",
|
|
278
286
|
reset: "Reset",
|
|
@@ -331,6 +339,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
|
331
339
|
stepperItem: "Stepper Item",
|
|
332
340
|
stepperWindow: "Stepper Window",
|
|
333
341
|
stepperWindowItem: "Stepper Window Item",
|
|
342
|
+
sticky: "Sticky",
|
|
334
343
|
stretch: "Stretch",
|
|
335
344
|
style: "Style",
|
|
336
345
|
submit: "Submit",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { n as e } from "./rolldown-runtime.jd1hion4.js";
|
|
2
2
|
//#region src/i18n/locales/zhHans/index.ts
|
|
3
3
|
var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
4
|
+
absolute: "绝对",
|
|
4
5
|
activator: "激活器",
|
|
5
6
|
adaptSlot: "适配插槽",
|
|
6
7
|
adaptSlotPropertyChange: "适配插槽属性变化",
|
|
@@ -115,6 +116,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
|
115
116
|
double: "双线",
|
|
116
117
|
draggable: "可拖拽",
|
|
117
118
|
dynamic: "动态",
|
|
119
|
+
eager: "急切",
|
|
118
120
|
elevated: "升高",
|
|
119
121
|
elevation: "海拔",
|
|
120
122
|
emphasis: "强调",
|
|
@@ -193,6 +195,8 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
|
193
195
|
line: "线",
|
|
194
196
|
lineChart: "折线图",
|
|
195
197
|
lineThrough: "中划线",
|
|
198
|
+
list: "列表",
|
|
199
|
+
listItem: "列表项目",
|
|
196
200
|
loader: "加载器",
|
|
197
201
|
loading: "加载中",
|
|
198
202
|
log: "对数",
|
|
@@ -202,6 +206,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
|
202
206
|
mandatory: "强制",
|
|
203
207
|
mapControls: "地图控制",
|
|
204
208
|
margin: "外边距",
|
|
209
|
+
masked: "掩码",
|
|
205
210
|
max: "最大值",
|
|
206
211
|
maxHeight: "最大高度",
|
|
207
212
|
maxRows: "最大行",
|
|
@@ -235,6 +240,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
|
235
240
|
offset: "偏移",
|
|
236
241
|
oldScreenSize: "旧屏幕大小",
|
|
237
242
|
oldValue: "旧值",
|
|
243
|
+
oneTimePasswordInput: "一次性密码输入",
|
|
238
244
|
open: "打开",
|
|
239
245
|
orbitControls: "轨道控制",
|
|
240
246
|
orthographicCamera: "正交相机",
|
|
@@ -254,6 +260,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
|
254
260
|
plain: "朴素",
|
|
255
261
|
pointLight: "点光源",
|
|
256
262
|
position: "位置",
|
|
263
|
+
positioner: "定位器",
|
|
257
264
|
precision: "精度",
|
|
258
265
|
prefix: "前缀",
|
|
259
266
|
prepend: "前置",
|
|
@@ -273,6 +280,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
|
273
280
|
referencePropertyChange: "引用属性变化",
|
|
274
281
|
refKey: "引用键",
|
|
275
282
|
regular: "常规",
|
|
283
|
+
relative: "相对",
|
|
276
284
|
renderGroup: "渲染分组",
|
|
277
285
|
renderSwitch: "渲染开关",
|
|
278
286
|
reset: "重置",
|
|
@@ -331,6 +339,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
|
331
339
|
stepperItem: "步骤器项目",
|
|
332
340
|
stepperWindow: "步骤器窗口",
|
|
333
341
|
stepperWindowItem: "步骤器窗口项目",
|
|
342
|
+
sticky: "粘性",
|
|
334
343
|
stretch: "伸展",
|
|
335
344
|
style: "风格",
|
|
336
345
|
submit: "提交",
|