x-runtime-lib 0.7.46 → 0.7.47
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/index.d.ts +1 -2
- package/dist/components/element/misc/ref/v1/entry.vue.d.ts +6 -0
- package/dist/components/element/misc/ref/v1/index.vue.d.ts +0 -1
- package/dist/element/_common/keys.d.ts +0 -1
- package/dist/element/misc/index.d.ts +0 -1
- package/dist/{i18n-en.lr0fpebp.js → i18n-en.nmrwrwg0.js} +0 -1
- package/dist/{i18n-zhHans.l7xcda6n.js → i18n-zhHans.m4fngzzs.js} +0 -1
- package/dist/index.js +1812 -1861
- package/dist/types/data.d.ts +1 -1
- package/package.json +1 -1
- package/dist/components/element/misc/list/v1/index.vue.d.ts +0 -3
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import ZBarChartV1 from './chart/barChart/v1/index.vue';
|
|
2
2
|
import ZLineChartV1 from './chart/lineChart/v1/index.vue';
|
|
3
|
-
import ZListV1 from './misc/list/v1/index.vue';
|
|
4
3
|
import ZRefV1 from './misc/ref/v1/index.vue';
|
|
5
4
|
import ZRenderSwitchV1 from './misc/renderSwitch/v1/index.vue';
|
|
6
5
|
import ZSlotV1 from './misc/slot/v1/index.vue';
|
|
@@ -47,4 +46,4 @@ import ZTimelineV1 from './regular/timeline/v1/index.vue';
|
|
|
47
46
|
import ZTimelineItemV1 from './regular/timelineItem/v1/index.vue';
|
|
48
47
|
import ZWindowV1 from './regular/window/v1/index.vue';
|
|
49
48
|
import ZWindowItemV1 from './regular/windowItem/v1/index.vue';
|
|
50
|
-
export { ZBarChartV1, ZLineChartV1,
|
|
49
|
+
export { ZBarChartV1, ZLineChartV1, ZRefV1, ZRenderSwitchV1, ZSlotV1, ZBadgeV1, ZBtnV1, ZBtnGroupV1, ZBtnToggleV1, ZCardV1, ZCheckboxV1, ZChipV1, ZChipGroupV1, ZColorPickerV1, ZComboboxV1, ZContainerV1, ZDataTableV1, ZDatePickerV1, ZDialogV1, ZFileInputV1, ZFlexLayoutV1, ZFlexLayoutEntryV1, ZFormV1, ZIconV1, ZMenuV1, ZNumberInputV1, ZPaginationV1, ZRadioV1, ZRadioGroupV1, ZRangeSliderV1, ZRatingV1, ZSelectV1, ZSliderV1, ZStepperV1, ZStepperHeaderV1, ZStepperItemV1, ZStepperWindowV1, ZStepperWindowItemV1, ZSwitchV1, ZTabV1, ZTabsV1, ZTextV1, ZTextareaV1, ZTextFieldV1, ZTimelineV1, ZTimelineItemV1, ZWindowV1, ZWindowItemV1 };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { RefContext } from '@/types';
|
|
2
|
+
interface Props {
|
|
3
|
+
refContext: RefContext;
|
|
4
|
+
}
|
|
5
|
+
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>;
|
|
6
|
+
export default _default;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { BaseProps, RefContext } from '@/types';
|
|
2
2
|
interface Props extends BaseProps {
|
|
3
|
-
id: string;
|
|
4
3
|
refContext: RefContext;
|
|
5
4
|
}
|
|
6
5
|
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>;
|
|
@@ -21,7 +21,6 @@ export declare const keyFormV1 = "form_v1";
|
|
|
21
21
|
export declare const keyIconV1 = "icon_v1";
|
|
22
22
|
export declare const keyGlobalityV1 = "globality_v1";
|
|
23
23
|
export declare const keyLineChartV1 = "line_chart_v1";
|
|
24
|
-
export declare const keyListV1 = "list_v1";
|
|
25
24
|
export declare const keyMenuV1 = "menu_v1";
|
|
26
25
|
export declare const keyNumberInputV1 = "number_input_v1";
|
|
27
26
|
export declare const keyPaginationV1 = "pagination_v1";
|