x-runtime-lib 0.8.29 → 0.8.32

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.
@@ -0,0 +1,4 @@
1
+ import { BaseProps } from '@/types';
2
+ export declare function useElementProperty(props: BaseProps, keys: string[], json?: boolean): {
3
+ property: import("vue").Ref<any, any>;
4
+ };
@@ -10,5 +10,5 @@ export * from './common/margin/v1';
10
10
  export * from './common/padding/v1';
11
11
  export * from './common/size/v1';
12
12
  export * from './core/elementMethod';
13
- export * from './core/elementProp';
13
+ export * from './core/elementProperty';
14
14
  export * from './core/theme';
@@ -1,2 +1,2 @@
1
- import { ZProp } from '@/types';
2
- export declare const basicV1: ZProp;
1
+ import { ZProperty } from '@/types';
2
+ export declare const basicV1: ZProperty;
@@ -1,2 +1,2 @@
1
- import { ZProp } from '@/types';
2
- export declare const borderV1: ZProp;
1
+ import { ZProperty } from '@/types';
2
+ export declare const borderV1: ZProperty;
@@ -1,2 +1,2 @@
1
- import { ZProp } from '@/types';
2
- export declare const colorV1: ZProp;
1
+ import { ZProperty } from '@/types';
2
+ export declare const colorV1: ZProperty;
@@ -1,2 +1,2 @@
1
- import { ZProp } from '@/types';
2
- export declare const legendV1: ZProp;
1
+ import { ZProperty } from '@/types';
2
+ export declare const legendV1: ZProperty;
@@ -1,2 +1,2 @@
1
- import { ZProp } from '@/types';
2
- export declare const marginV1: ZProp;
1
+ import { ZProperty } from '@/types';
2
+ export declare const marginV1: ZProperty;
@@ -1,2 +1,2 @@
1
- import { ZProp } from '@/types';
2
- export declare const paddingV1: ZProp;
1
+ import { ZProperty } from '@/types';
2
+ export declare const paddingV1: ZProperty;
@@ -1,2 +1,2 @@
1
- import { ZProp } from '@/types';
2
- export declare const sizeV1: ZProp;
1
+ import { ZProperty } from '@/types';
2
+ export declare const sizeV1: ZProperty;
@@ -1,2 +1,2 @@
1
- import { ZProp } from '@/types';
2
- export declare const titleV1: ZProp;
1
+ import { ZProperty } from '@/types';
2
+ export declare const titleV1: ZProperty;
@@ -1,2 +1,2 @@
1
- import { ZProp } from '@/types';
2
- export declare const transformV1: ZProp;
1
+ import { ZProperty } from '@/types';
2
+ export declare const transformV1: ZProperty;
@@ -1,2 +1,2 @@
1
- import { ZProp } from '@/types';
2
- export declare const xAxisV1: ZProp;
1
+ import { ZProperty } from '@/types';
2
+ export declare const xAxisV1: ZProperty;
@@ -1,2 +1,2 @@
1
- import { ZProp } from '@/types';
2
- export declare const yAxisV1: ZProp;
1
+ import { ZProperty } from '@/types';
2
+ export declare const yAxisV1: ZProperty;