x-runtime-lib 0.6.5 → 0.6.7

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.
Files changed (63) hide show
  1. package/dist/components/element/{barChart → chart/barChart}/v1/index.vue.d.ts +1 -1
  2. package/dist/components/element/{btn → chart/lineChart}/v1/index.vue.d.ts +1 -1
  3. package/dist/components/element/index.d.ts +17 -0
  4. package/dist/components/element/{ref → misc/ref}/v1/index.vue.d.ts +1 -1
  5. package/dist/components/element/{slot → misc/slot}/v1/index.vue.d.ts +1 -1
  6. package/dist/components/element/{combobox → regular/btn}/v1/index.vue.d.ts +1 -1
  7. package/dist/components/element/{dataTable → regular/combobox}/v1/index.vue.d.ts +1 -1
  8. package/dist/components/element/{container → regular/container}/v1/index.vue.d.ts +1 -1
  9. package/dist/components/element/regular/dataTable/v1/index.vue.d.ts +3 -0
  10. package/dist/components/element/{dialog → regular/dialog}/v1/index.vue.d.ts +2 -2
  11. package/dist/components/element/regular/numberInput/v1/index.vue.d.ts +3 -0
  12. package/dist/components/element/regular/select/v1/index.vue.d.ts +3 -0
  13. package/dist/components/element/regular/textField/v1/index.vue.d.ts +3 -0
  14. package/dist/composables/element/chart/series/v1/index.d.ts +6 -0
  15. package/dist/composables/element/chart/title/v1/index.d.ts +1 -1
  16. package/dist/composables/element/chart/xAxis/v1/index.d.ts +9 -0
  17. package/dist/composables/element/chart/yAxis/v1/index.d.ts +9 -0
  18. package/dist/composables/element/index.d.ts +8 -5
  19. package/dist/element/_common/items/axisTypeItems/v1/index.d.ts +2 -0
  20. package/dist/element/_common/items/index.d.ts +1 -0
  21. package/dist/element/_common/keys.d.ts +1 -0
  22. package/dist/element/_common/props/index.d.ts +4 -0
  23. package/dist/element/_common/props/legend/v1/index.d.ts +2 -0
  24. package/dist/element/_common/props/title/v1/index.d.ts +2 -0
  25. package/dist/element/_common/props/xAxis/v1/index.d.ts +2 -0
  26. package/dist/element/_common/props/yAxis/v1/index.d.ts +2 -0
  27. package/dist/element/_common/types/index.d.ts +2 -0
  28. package/dist/element/_common/types/leftRightTypes/v1/index.d.ts +2 -0
  29. package/dist/element/_common/types/topBottomTypes/v1/index.d.ts +2 -0
  30. package/dist/element/regular/textField/v1/index.d.ts +3 -0
  31. package/dist/{i18n-en-le0745p9.js → i18n-en-kvzb43sc.js} +1 -0
  32. package/dist/{i18n-zhHans-d9x07647.js → i18n-zhHans-hw7etp06.js} +1 -0
  33. package/dist/index.js +3680 -3362
  34. package/package.json +2 -2
  35. package/dist/components/element/numberInput/v1/index.vue.d.ts +0 -3
  36. package/dist/components/element/select/v1/index.vue.d.ts +0 -3
  37. package/dist/components/element/textField/v1/index.vue.d.ts +0 -3
  38. package/dist/element/chart/_common/props/title/v1/index.d.ts +0 -2
  39. package/dist/element/chart/_common/props/xAxis/v1/index.d.ts +0 -2
  40. package/dist/element/chart/_common/props/yAxis/v1/index.d.ts +0 -2
  41. /package/dist/components/element/{card → regular/card}/v1/index.vue.d.ts +0 -0
  42. /package/dist/components/element/{chip → regular/chip}/v1/index.vue.d.ts +0 -0
  43. /package/dist/components/element/{rating → regular/rating}/v1/index.vue.d.ts +0 -0
  44. /package/dist/components/element/{textArea → regular/textArea}/v1/index.vue.d.ts +0 -0
  45. /package/dist/composables/element/{basic → common}/border/v1/index.d.ts +0 -0
  46. /package/dist/composables/element/{basic → common}/margin/v1/index.d.ts +0 -0
  47. /package/dist/composables/element/{basic → common}/padding/v1/index.d.ts +0 -0
  48. /package/dist/composables/element/{basic → common}/size/v1/index.d.ts +0 -0
  49. /package/dist/composables/element/{common → misc}/method.d.ts +0 -0
  50. /package/dist/element/{basic/btn → chart/lineChart}/v1/index.d.ts +0 -0
  51. /package/dist/element/{basic/card → misc/globality}/v1/index.d.ts +0 -0
  52. /package/dist/element/{basic/chip → misc/ref}/v1/index.d.ts +0 -0
  53. /package/dist/element/{basic/combobox → regular/btn}/v1/index.d.ts +0 -0
  54. /package/dist/element/{basic/container → regular/card}/v1/index.d.ts +0 -0
  55. /package/dist/element/{basic/dataTable → regular/chip}/v1/index.d.ts +0 -0
  56. /package/dist/element/{basic/dialog → regular/combobox}/v1/index.d.ts +0 -0
  57. /package/dist/element/{basic/globality → regular/container}/v1/index.d.ts +0 -0
  58. /package/dist/element/{basic/numberInput → regular/dataTable}/v1/index.d.ts +0 -0
  59. /package/dist/element/{basic/rating → regular/dialog}/v1/index.d.ts +0 -0
  60. /package/dist/element/{basic/ref → regular/numberInput}/v1/index.d.ts +0 -0
  61. /package/dist/element/{basic/select → regular/rating}/v1/index.d.ts +0 -0
  62. /package/dist/element/{basic/textArea → regular/select}/v1/index.d.ts +0 -0
  63. /package/dist/element/{basic/textField → regular/textArea}/v1/index.d.ts +0 -0
@@ -1,3 +1,3 @@
1
- import { BaseProps } from '../../../../types';
1
+ import { BaseProps } from '../../../../../types';
2
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
- import { BaseProps } from '../../../../types';
1
+ import { BaseProps } from '../../../../../types';
2
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;
@@ -0,0 +1,17 @@
1
+ import ZBarChartV1 from './chart/barChart/v1/index.vue';
2
+ import ZLineChartV1 from './chart/lineChart/v1/index.vue';
3
+ import ZRefV1 from './misc/ref/v1/index.vue';
4
+ import ZSlotV1 from './misc/slot/v1/index.vue';
5
+ import ZBtnV1 from './regular/btn/v1/index.vue';
6
+ import ZCardV1 from './regular/card/v1/index.vue';
7
+ import ZChipV1 from './regular/chip/v1/index.vue';
8
+ import ZComboboxV1 from './regular/combobox/v1/index.vue';
9
+ import ZContainerV1 from './regular/container/v1/index.vue';
10
+ import ZDataTableV1 from './regular/dataTable/v1/index.vue';
11
+ import ZDialogV1 from './regular/dialog/v1/index.vue';
12
+ import ZNumberInputV1 from './regular/numberInput/v1/index.vue';
13
+ import ZRatingV1 from './regular/rating/v1/index.vue';
14
+ import ZSelectV1 from './regular/select/v1/index.vue';
15
+ import ZTextAreaV1 from './regular/textArea/v1/index.vue';
16
+ import ZTextFieldV1 from './regular/textField/v1/index.vue';
17
+ export { ZBarChartV1, ZLineChartV1, ZRefV1, ZSlotV1, ZBtnV1, ZCardV1, ZChipV1, ZComboboxV1, ZContainerV1, ZDataTableV1, ZDialogV1, ZNumberInputV1, ZRatingV1, ZSelectV1, ZTextAreaV1, ZTextFieldV1 };
@@ -1,4 +1,4 @@
1
- import { BaseProps, RefContext } from '../../../../types';
1
+ import { BaseProps, RefContext } from '../../../../../types';
2
2
  interface Props extends BaseProps {
3
3
  id: string;
4
4
  refContext: RefContext;
@@ -1,4 +1,4 @@
1
- import { RefContext } from '../../../../types';
1
+ import { RefContext } from '../../../../../types';
2
2
  interface Props {
3
3
  refContext: RefContext;
4
4
  state: object;
@@ -1,3 +1,3 @@
1
- import { BaseProps } from '../../../../types';
1
+ import { BaseProps } from '../../../../../types';
2
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
- import { BaseProps } from '../../../../types';
1
+ import { BaseProps } from '../../../../../types';
2
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,5 +1,5 @@
1
1
  import { CSSProperties } from 'vue';
2
- import { BaseProps } from '../../../../types';
2
+ import { BaseProps } from '../../../../../types';
3
3
  declare const style: import("vue").ComputedRef<CSSProperties>;
4
4
  declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
5
5
  declare var __VLS_1: {};
@@ -0,0 +1,3 @@
1
+ import { BaseProps } from '../../../../../types';
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
+ export default _default;
@@ -1,5 +1,5 @@
1
- import { BaseProps } from '../../../../types';
2
- declare const mode: import("../../../../types").Mode;
1
+ import { BaseProps } from '../../../../../types';
2
+ declare const mode: import("../../../../../types").Mode;
3
3
  declare const id: import("vue").ComputedRef<any>;
4
4
  declare const open: import("vue").WritableComputedRef<boolean, boolean>;
5
5
  declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
@@ -0,0 +1,3 @@
1
+ import { BaseProps } from '../../../../../types';
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
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import { BaseProps } from '../../../../../types';
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
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import { BaseProps } from '../../../../../types';
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
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import { EChartsOption } from '../../../../../echarts';
2
+ import { BaseProps } from '../../../../../types';
3
+ export declare function useSeriesV1(props: BaseProps): {
4
+ series: import("vue").ComputedRef<any>;
5
+ applySeries: (option: EChartsOption) => void;
6
+ };
@@ -1,5 +1,5 @@
1
- import { BaseProps } from '../../../../../types';
2
1
  import { EChartsOption } from '../../../../../echarts';
2
+ import { BaseProps } from '../../../../../types';
3
3
  export declare function useTitleV1(props: BaseProps): {
4
4
  show: import("vue").ComputedRef<any>;
5
5
  text: import("vue").ComputedRef<any>;
@@ -0,0 +1,9 @@
1
+ import { EChartsOption } from '../../../../../echarts';
2
+ import { BaseProps } from '../../../../../types';
3
+ export declare function useXAxisV1(props: BaseProps): {
4
+ show: import("vue").ComputedRef<any>;
5
+ position: import("vue").ComputedRef<any>;
6
+ type: import("vue").ComputedRef<any>;
7
+ data: import("vue").ComputedRef<any>;
8
+ applyXAxis: (option: EChartsOption) => void;
9
+ };
@@ -0,0 +1,9 @@
1
+ import { EChartsOption } from '../../../../../echarts';
2
+ import { BaseProps } from '../../../../../types';
3
+ export declare function useYAxisV1(props: BaseProps): {
4
+ show: import("vue").ComputedRef<any>;
5
+ position: import("vue").ComputedRef<any>;
6
+ type: import("vue").ComputedRef<any>;
7
+ data: import("vue").ComputedRef<any>;
8
+ applyYAxis: (option: EChartsOption) => void;
9
+ };
@@ -1,7 +1,10 @@
1
- export * from './basic/border/v1';
2
- export * from './basic/margin/v1';
3
- export * from './basic/padding/v1';
4
- export * from './basic/size/v1';
5
1
  export * from './chart/legend/v1';
2
+ export * from './chart/series/v1';
6
3
  export * from './chart/title/v1';
7
- export * from './common/method';
4
+ export * from './chart/xAxis/v1';
5
+ export * from './chart/yAxis/v1';
6
+ export * from './common/border/v1';
7
+ export * from './common/margin/v1';
8
+ export * from './common/padding/v1';
9
+ export * from './common/size/v1';
10
+ export * from './misc/method';
@@ -0,0 +1,2 @@
1
+ import { ZItem } from '../../../../../types';
2
+ export declare const axisTypeItemsV1: ZItem[];
@@ -1,3 +1,4 @@
1
+ export * from './axisTypeItems/v1';
1
2
  export * from './borderStyleItems/v1';
2
3
  export * from './btnVariantItems/v1';
3
4
  export * from './densityItems/v1';
@@ -7,6 +7,7 @@ export declare const keyContainerV1 = "container_v1";
7
7
  export declare const keyDataTableV1 = "data_table_v1";
8
8
  export declare const keyDialogV1 = "dialog_v1";
9
9
  export declare const keyGlobalityV1 = "globality_v1";
10
+ export declare const keyLineChartV1 = "line_chart_v1";
10
11
  export declare const keyNumberInputV1 = "number_input_v1";
11
12
  export declare const keyPackageV1 = "package_v1";
12
13
  export declare const keyRatingV1 = "rating_v1";
@@ -1,5 +1,9 @@
1
1
  export * from './basic/v1';
2
2
  export * from './border/v1';
3
+ export * from './legend/v1';
3
4
  export * from './margin/v1';
4
5
  export * from './padding/v1';
5
6
  export * from './size/v1';
7
+ export * from './title/v1';
8
+ export * from './xAxis/v1';
9
+ export * from './yAxis/v1';
@@ -0,0 +1,2 @@
1
+ import { ZProp } from '../../../../../types';
2
+ export declare const legendV1: ZProp;
@@ -0,0 +1,2 @@
1
+ import { ZProp } from '../../../../../types';
2
+ export declare const titleV1: ZProp;
@@ -0,0 +1,2 @@
1
+ import { ZProp } from '../../../../../types';
2
+ export declare const xAxisV1: ZProp;
@@ -0,0 +1,2 @@
1
+ import { ZProp } from '../../../../../types';
2
+ export declare const yAxisV1: ZProp;
@@ -1,4 +1,6 @@
1
+ export * from './leftRightTypes/v1';
1
2
  export * from './marginTypes/v1';
2
3
  export * from './paddingTypes/v1';
3
4
  export * from './sizeTypes/v1';
4
5
  export * from './tableColumnAlignTypes/v1';
6
+ export * from './topBottomTypes/v1';
@@ -0,0 +1,2 @@
1
+ import { ZType } from '../../../../../types';
2
+ export declare const leftRightTypesV1: ZType[];
@@ -0,0 +1,2 @@
1
+ import { ZType } from '../../../../../types';
2
+ export declare const topBottomTypesV1: ZType[];
@@ -0,0 +1,3 @@
1
+ import { ZElement } from '../../../../types';
2
+ declare const element: ZElement;
3
+ export default element;
@@ -47,6 +47,7 @@ const e = {
47
47
  items: "Items",
48
48
  label: "Label",
49
49
  left: "Left",
50
+ lineChart: "Line Chart",
50
51
  loading: "Loading",
51
52
  margin: "Margin",
52
53
  maxHeight: "Max Height",
@@ -47,6 +47,7 @@ const e = {
47
47
  items: "项目",
48
48
  label: "标签",
49
49
  left: "左边",
50
+ lineChart: "折线图",
50
51
  loading: "加载中",
51
52
  margin: "外边距",
52
53
  maxHeight: "最大高度",