x-runtime-lib 0.6.49 → 0.6.51

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 (42) hide show
  1. package/dist/components/element/index.d.ts +2 -2
  2. package/dist/components/element/regular/card/v1/index.vue.d.ts +2 -4
  3. package/dist/components/element/regular/container/v1/index.vue.d.ts +2 -8
  4. package/dist/components/element/regular/dialog/v1/index.vue.d.ts +2 -11
  5. package/dist/components/element/regular/flexLayout/v1/index.vue.d.ts +2 -8
  6. package/dist/components/element/regular/flexLayoutEntry/v1/index.vue.d.ts +2 -8
  7. package/dist/components/element/regular/form/v1/index.vue.d.ts +2 -14
  8. package/dist/components/element/regular/menu/v1/index.vue.d.ts +2 -13
  9. package/dist/element/_common/keys.d.ts +1 -1
  10. package/dist/element/chart/barChart/v1/meta.d.ts +2 -1
  11. package/dist/element/chart/lineChart/v1/meta.d.ts +2 -1
  12. package/dist/element/misc/globality/v1/meta.d.ts +2 -1
  13. package/dist/element/misc/ref/v1/meta.d.ts +2 -1
  14. package/dist/element/regular/btn/v1/meta.d.ts +2 -1
  15. package/dist/element/regular/card/v1/meta.d.ts +2 -1
  16. package/dist/element/regular/chip/v1/meta.d.ts +2 -1
  17. package/dist/element/regular/combobox/v1/meta.d.ts +2 -1
  18. package/dist/element/regular/container/v1/meta.d.ts +2 -1
  19. package/dist/element/regular/dataTable/v1/meta.d.ts +2 -1
  20. package/dist/element/regular/dialog/v1/meta.d.ts +2 -1
  21. package/dist/element/regular/flexLayout/v1/meta.d.ts +2 -1
  22. package/dist/element/regular/flexLayout/v1/spawn.d.ts +2 -0
  23. package/dist/element/regular/flexLayoutEntry/v1/meta.d.ts +2 -1
  24. package/dist/element/regular/form/v1/meta.d.ts +2 -1
  25. package/dist/element/regular/index.d.ts +2 -1
  26. package/dist/element/regular/menu/v1/meta.d.ts +2 -1
  27. package/dist/element/regular/numberInput/v1/meta.d.ts +2 -1
  28. package/dist/element/regular/rating/v1/meta.d.ts +2 -1
  29. package/dist/element/regular/select/v1/meta.d.ts +2 -1
  30. package/dist/element/regular/text/v1/meta.d.ts +2 -1
  31. package/dist/element/regular/textField/v1/meta.d.ts +2 -1
  32. package/dist/element/regular/textarea/v1/meta.d.ts +2 -0
  33. package/dist/element/regular/timeline/v1/meta.d.ts +2 -1
  34. package/dist/element/regular/timelineItem/v1/meta.d.ts +2 -1
  35. package/dist/{i18n-en-ih6sa1y9.js → i18n-en-fszyu6so.js} +4 -2
  36. package/dist/{i18n-zhHans-kwn4ujb8.js → i18n-zhHans-irnr7jqe.js} +3 -1
  37. package/dist/index.js +2132 -1927
  38. package/dist/types/element.d.ts +2 -0
  39. package/package.json +17 -17
  40. package/dist/element/regular/textArea/v1/meta.d.ts +0 -1
  41. /package/dist/components/element/regular/{textArea → textarea}/v1/index.vue.d.ts +0 -0
  42. /package/dist/element/regular/{textArea → textarea}/v1/index.d.ts +0 -0
@@ -17,8 +17,8 @@ import ZNumberInputV1 from './regular/numberInput/v1/index.vue';
17
17
  import ZRatingV1 from './regular/rating/v1/index.vue';
18
18
  import ZSelectV1 from './regular/select/v1/index.vue';
19
19
  import ZTextV1 from './regular/text/v1/index.vue';
20
- import ZTextAreaV1 from './regular/textArea/v1/index.vue';
20
+ import ZTextareaV1 from './regular/textarea/v1/index.vue';
21
21
  import ZTextFieldV1 from './regular/textField/v1/index.vue';
22
22
  import ZTimelineV1 from './regular/timeline/v1/index.vue';
23
23
  import ZTimelineItemV1 from './regular/timelineItem/v1/index.vue';
24
- export { ZBarChartV1, ZLineChartV1, ZRefV1, ZSlotV1, ZBtnV1, ZCardV1, ZChipV1, ZComboboxV1, ZContainerV1, ZDataTableV1, ZDialogV1, ZFlexLayoutV1, ZFlexLayoutEntryV1, ZFormV1, ZMenuV1, ZNumberInputV1, ZRatingV1, ZSelectV1, ZTextV1, ZTextAreaV1, ZTextFieldV1, ZTimelineV1, ZTimelineItemV1 };
24
+ export { ZBarChartV1, ZLineChartV1, ZRefV1, ZSlotV1, ZBtnV1, ZCardV1, ZChipV1, ZComboboxV1, ZContainerV1, ZDataTableV1, ZDialogV1, ZFlexLayoutV1, ZFlexLayoutEntryV1, ZFormV1, ZMenuV1, ZNumberInputV1, ZRatingV1, ZSelectV1, ZTextV1, ZTextareaV1, ZTextFieldV1, ZTimelineV1, ZTimelineItemV1 };
@@ -1,9 +1,7 @@
1
- declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
2
1
  declare var __VLS_6: {};
3
- type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
2
+ type __VLS_Slots = {} & {
4
3
  default?: (props: typeof __VLS_6) => any;
5
- }>;
6
- declare const __VLS_self: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4
+ };
7
5
  declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
6
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
9
7
  export default _default;
@@ -1,14 +1,8 @@
1
- import { CSSProperties } from 'vue';
2
1
  import { BaseProps } from '../../../../../types';
3
- declare const style: import("vue").ComputedRef<CSSProperties>;
4
- declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
5
2
  declare var __VLS_1: {};
6
- type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
3
+ type __VLS_Slots = {} & {
7
4
  default?: (props: typeof __VLS_1) => any;
8
- }>;
9
- declare const __VLS_self: import("vue").DefineComponent<BaseProps, {
10
- style: typeof style;
11
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ };
12
6
  declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
7
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
14
8
  export default _default;
@@ -1,17 +1,8 @@
1
1
  import { BaseProps } from '../../../../../types';
2
- declare const mode: import("../../../../../types").Mode;
3
- declare const id: import("vue").ComputedRef<any>;
4
- declare const open: import("vue").WritableComputedRef<boolean, boolean>;
5
- declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
6
2
  declare var __VLS_6: {};
7
- type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
3
+ type __VLS_Slots = {} & {
8
4
  default?: (props: typeof __VLS_6) => any;
9
- }>;
10
- declare const __VLS_self: import("vue").DefineComponent<BaseProps, {
11
- mode: typeof mode;
12
- id: typeof id;
13
- open: typeof open;
14
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ };
15
6
  declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
7
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
17
8
  export default _default;
@@ -1,14 +1,8 @@
1
- import { CSSProperties } from 'vue';
2
1
  import { BaseProps } from '../../../../../types';
3
- declare const style: import("vue").ComputedRef<CSSProperties>;
4
- declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
5
2
  declare var __VLS_1: {};
6
- type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
3
+ type __VLS_Slots = {} & {
7
4
  default?: (props: typeof __VLS_1) => any;
8
- }>;
9
- declare const __VLS_self: import("vue").DefineComponent<BaseProps, {
10
- style: typeof style;
11
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ };
12
6
  declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
7
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
14
8
  export default _default;
@@ -1,14 +1,8 @@
1
- import { CSSProperties } from 'vue';
2
1
  import { BaseProps } from '../../../../../types';
3
- declare const style: import("vue").ComputedRef<CSSProperties>;
4
- declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
5
2
  declare var __VLS_1: {};
6
- type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
3
+ type __VLS_Slots = {} & {
7
4
  default?: (props: typeof __VLS_1) => any;
8
- }>;
9
- declare const __VLS_self: import("vue").DefineComponent<BaseProps, {
10
- style: typeof style;
11
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ };
12
6
  declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
7
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
14
8
  export default _default;
@@ -1,20 +1,8 @@
1
- import { CSSProperties } from 'vue';
2
1
  import { BaseProps } from '../../../../../types';
3
- declare const valid: import("vue").WritableComputedRef<any, any>;
4
- declare const fastFail: import("vue").ComputedRef<any>;
5
- declare const style: import("vue").ComputedRef<CSSProperties>;
6
- declare const onSubmit: () => void;
7
- declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
8
2
  declare var __VLS_10: {};
9
- type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
3
+ type __VLS_Slots = {} & {
10
4
  default?: (props: typeof __VLS_10) => any;
11
- }>;
12
- declare const __VLS_self: import("vue").DefineComponent<BaseProps, {
13
- valid: typeof valid;
14
- fastFail: typeof fastFail;
15
- style: typeof style;
16
- onSubmit: typeof onSubmit;
17
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ };
18
6
  declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
7
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
20
8
  export default _default;
@@ -1,19 +1,8 @@
1
1
  import { BaseProps } from '../../../../../types';
2
- declare const mode: import("../../../../../types").Mode;
3
- declare const target: import("vue").ComputedRef<[x: number, y: number]>;
4
- declare const id: import("vue").ComputedRef<any>;
5
- declare const open: import("vue").WritableComputedRef<boolean, boolean>;
6
- declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
7
2
  declare var __VLS_6: {};
8
- type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
3
+ type __VLS_Slots = {} & {
9
4
  default?: (props: typeof __VLS_6) => any;
10
- }>;
11
- declare const __VLS_self: import("vue").DefineComponent<BaseProps, {
12
- mode: typeof mode;
13
- target: typeof target;
14
- id: typeof id;
15
- open: typeof open;
16
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ };
17
6
  declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
7
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
19
8
  export default _default;
@@ -18,7 +18,7 @@ export declare const keyRatingV1 = "rating_v1";
18
18
  export declare const keyRefV1 = "ref_v1";
19
19
  export declare const keySelectV1 = "select_v1";
20
20
  export declare const keyTextV1 = "text_v1";
21
- export declare const keyTextAreaV1 = "text_area_v1";
21
+ export declare const keyTextareaV1 = "textarea_v1";
22
22
  export declare const keyTextFieldV1 = "text_field_v1";
23
23
  export declare const keyTimelineV1 = "timeline_v1";
24
24
  export declare const keyTimelineItemV1 = "timeline_item_v1";
@@ -1 +1,2 @@
1
- export {};
1
+ import { ZElement } from '../../../../types';
2
+ export declare const barChartV1: ZElement;
@@ -1 +1,2 @@
1
- export {};
1
+ import { ZElement } from '../../../../types';
2
+ export declare const lineChartV1: ZElement;
@@ -1 +1,2 @@
1
- export {};
1
+ import { ZElement } from '../../../../types';
2
+ export declare const globalityV1: ZElement;
@@ -1 +1,2 @@
1
- export {};
1
+ import { ZElement } from '../../../../types';
2
+ export declare const refV1: ZElement;
@@ -1 +1,2 @@
1
- export {};
1
+ import { ZElement } from '../../../../types';
2
+ export declare const btnV1: ZElement;
@@ -1 +1,2 @@
1
- export {};
1
+ import { ZElement } from '../../../../types';
2
+ export declare const cardV1: ZElement;
@@ -1 +1,2 @@
1
- export {};
1
+ import { ZElement } from '../../../../types';
2
+ export declare const chipV1: ZElement;
@@ -1 +1,2 @@
1
- export {};
1
+ import { ZElement } from '../../../../types';
2
+ export declare const comboboxV1: ZElement;
@@ -1 +1,2 @@
1
- export {};
1
+ import { ZElement } from '../../../../types';
2
+ export declare const containerV1: ZElement;
@@ -1 +1,2 @@
1
- export {};
1
+ import { ZElement } from '../../../../types';
2
+ export declare const dataTableV1: ZElement;
@@ -1 +1,2 @@
1
- export {};
1
+ import { ZElement } from '../../../../types';
2
+ export declare const dialogV1: ZElement;
@@ -1 +1,2 @@
1
- export {};
1
+ import { ZElement } from '../../../../types';
2
+ export declare const flexLayoutV1: ZElement;
@@ -0,0 +1,2 @@
1
+ import { Node } from '../../../../types';
2
+ export declare function spawn(type: string, subtype: string): Node | undefined;
@@ -1 +1,2 @@
1
- export {};
1
+ import { ZElement } from '../../../../types';
2
+ export declare const flexLayoutEntryV1: ZElement;
@@ -1 +1,2 @@
1
- export {};
1
+ import { ZElement } from '../../../../types';
2
+ export declare const formV1: ZElement;
@@ -7,12 +7,13 @@ export * from './dataTable/v1';
7
7
  export * from './dialog/v1';
8
8
  export * from './flexLayout/v1';
9
9
  export * from './flexLayoutEntry/v1';
10
+ export * from './form/v1';
10
11
  export * from './menu/v1';
11
12
  export * from './numberInput/v1';
12
13
  export * from './rating/v1';
13
14
  export * from './select/v1';
14
15
  export * from './text/v1';
15
- export * from './textArea/v1';
16
+ export * from './textarea/v1';
16
17
  export * from './textField/v1';
17
18
  export * from './timeline/v1';
18
19
  export * from './timelineItem/v1';
@@ -1 +1,2 @@
1
- export {};
1
+ import { ZElement } from '../../../../types';
2
+ export declare const menuV1: ZElement;
@@ -1 +1,2 @@
1
- export {};
1
+ import { ZElement } from '../../../../types';
2
+ export declare const numberInputV1: ZElement;
@@ -1 +1,2 @@
1
- export {};
1
+ import { ZElement } from '../../../../types';
2
+ export declare const ratingV1: ZElement;
@@ -1 +1,2 @@
1
- export {};
1
+ import { ZElement } from '../../../../types';
2
+ export declare const selectV1: ZElement;
@@ -1 +1,2 @@
1
- export {};
1
+ import { ZElement } from '../../../../types';
2
+ export declare const textV1: ZElement;
@@ -1 +1,2 @@
1
- export {};
1
+ import { ZElement } from '../../../../types';
2
+ export declare const textFieldV1: ZElement;
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '../../../../types';
2
+ export declare const textareaV1: ZElement;
@@ -1 +1,2 @@
1
- export {};
1
+ import { ZElement } from '../../../../types';
2
+ export declare const timelineV1: ZElement;
@@ -1 +1,2 @@
1
- export {};
1
+ import { ZElement } from '../../../../types';
2
+ export declare const timelineEntryV1: ZElement;
@@ -52,7 +52,7 @@ const e = {
52
52
  dark: "Dark",
53
53
  dashed: "Dashed",
54
54
  data: "Data",
55
- dataDisplay: "Data & Display",
55
+ dataDisplay: "Data Display",
56
56
  dataTable: "Data Table",
57
57
  dataTableServer: "Data Table Server",
58
58
  decoration: "Decoration",
@@ -79,6 +79,7 @@ const e = {
79
79
  formRelated: "Form Related",
80
80
  globality: "Globality",
81
81
  globalSettings: "Global Settings",
82
+ grow: "Grow",
82
83
  h1: "Heading 1",
83
84
  h2: "Heading 2",
84
85
  h3: "Heading 3",
@@ -143,6 +144,7 @@ const e = {
143
144
  series: "Series",
144
145
  settings: "Settings",
145
146
  show: "Show",
147
+ shrink: "Shrink",
146
148
  singleLine: "Sinle Line",
147
149
  size: "Size",
148
150
  slots: "Slots",
@@ -159,7 +161,7 @@ const e = {
159
161
  subtitle2: "Subtitle 2",
160
162
  success: "Success",
161
163
  text: "Text",
162
- textArea: "Text Area",
164
+ textarea: "Textarea",
163
165
  textField: "Text Field",
164
166
  theme: "Theme",
165
167
  thin: "Thin",
@@ -79,6 +79,7 @@ const e = {
79
79
  formRelated: "表单相关",
80
80
  globality: "全局",
81
81
  globalSettings: "全局设置",
82
+ grow: "伸展",
82
83
  h1: "标题1",
83
84
  h2: "标题2",
84
85
  h3: "标题3",
@@ -143,6 +144,7 @@ const e = {
143
144
  series: "系列",
144
145
  settings: "设置",
145
146
  show: "显示",
147
+ shrink: "收缩",
146
148
  singleLine: "单行",
147
149
  size: "大小",
148
150
  slots: "插槽",
@@ -159,7 +161,7 @@ const e = {
159
161
  subtitle2: "子标题2",
160
162
  success: "成功",
161
163
  text: "文本",
162
- textArea: "文本区域",
164
+ textarea: "文本区域",
163
165
  textField: "文本字段",
164
166
  theme: "主题",
165
167
  thin: "细",