x-runtime-lib 0.6.53 → 0.6.54

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.
@@ -14,11 +14,15 @@ import ZFlexLayoutEntryV1 from './regular/flexLayoutEntry/v1/index.vue';
14
14
  import ZFormV1 from './regular/form/v1/index.vue';
15
15
  import ZMenuV1 from './regular/menu/v1/index.vue';
16
16
  import ZNumberInputV1 from './regular/numberInput/v1/index.vue';
17
+ import ZRadioV1 from './regular/radio/v1/index.vue';
18
+ import ZRadioGroupV1 from './regular/radioGroup/v1/index.vue';
19
+ import ZRangeSliderV1 from './regular/rangeSlider/v1/index.vue';
17
20
  import ZRatingV1 from './regular/rating/v1/index.vue';
18
21
  import ZSelectV1 from './regular/select/v1/index.vue';
22
+ import ZSliderV1 from './regular/slider/v1/index.vue';
19
23
  import ZTextV1 from './regular/text/v1/index.vue';
20
24
  import ZTextareaV1 from './regular/textarea/v1/index.vue';
21
25
  import ZTextFieldV1 from './regular/textField/v1/index.vue';
22
26
  import ZTimelineV1 from './regular/timeline/v1/index.vue';
23
27
  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 };
28
+ export { ZBarChartV1, ZLineChartV1, ZRefV1, ZSlotV1, ZBtnV1, ZCardV1, ZChipV1, ZComboboxV1, ZContainerV1, ZDataTableV1, ZDialogV1, ZFlexLayoutV1, ZFlexLayoutEntryV1, ZFormV1, ZMenuV1, ZNumberInputV1, ZRadioV1, ZRadioGroupV1, ZRangeSliderV1, ZRatingV1, ZSelectV1, ZSliderV1, ZTextV1, ZTextareaV1, ZTextFieldV1, ZTimelineV1, ZTimelineItemV1 };
@@ -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,13 @@
1
+ import { BaseProps } from '../../../../../types';
2
+ declare var __VLS_6: {};
3
+ type __VLS_Slots = {} & {
4
+ default?: (props: typeof __VLS_6) => any;
5
+ };
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>;
7
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
8
+ export default _default;
9
+ type __VLS_WithSlots<T, S> = T & {
10
+ new (): {
11
+ $slots: S;
12
+ };
13
+ };
@@ -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;
@@ -13,10 +13,14 @@ export declare const keyGlobalityV1 = "globality_v1";
13
13
  export declare const keyLineChartV1 = "line_chart_v1";
14
14
  export declare const keyMenuV1 = "menu_v1";
15
15
  export declare const keyNumberInputV1 = "number_input_v1";
16
+ export declare const keyRadioV1 = "radio_v1";
17
+ export declare const keyRadioGroupV1 = "radio_group_v1";
18
+ export declare const keyRangeSliderV1 = "range_slider_v1";
16
19
  export declare const keyPackageV1 = "package_v1";
17
20
  export declare const keyRatingV1 = "rating_v1";
18
21
  export declare const keyRefV1 = "ref_v1";
19
22
  export declare const keySelectV1 = "select_v1";
23
+ export declare const keySliderV1 = "slider_v1";
20
24
  export declare const keyTextV1 = "text_v1";
21
25
  export declare const keyTextareaV1 = "textarea_v1";
22
26
  export declare const keyTextFieldV1 = "text_field_v1";
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '../../../../types';
2
+ export declare const radioV1: ZElement;
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '../../../../types';
2
+ export declare const radioGroupV1: ZElement;
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '../../../../types';
2
+ export declare const rangeSliderV1: ZElement;
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '../../../../types';
2
+ export declare const sliderV1: ZElement;
@@ -130,6 +130,9 @@ const e = {
130
130
  prepend: "Prepend",
131
131
  prependInner: "Prepend Inner",
132
132
  primary: "Primary",
133
+ radio: "Radio",
134
+ radioGroup: "Radio Group",
135
+ rangeSlider: "Range Slider",
133
136
  rating: "Rating",
134
137
  readonly: "Readonly",
135
138
  ref: "Reference",
@@ -147,6 +150,7 @@ const e = {
147
150
  shrink: "Shrink",
148
151
  singleLine: "Sinle Line",
149
152
  size: "Size",
153
+ slider: "Slider",
150
154
  slots: "Slots",
151
155
  solid: "Solid",
152
156
  sortable: "Sortable",
@@ -130,6 +130,9 @@ const e = {
130
130
  prepend: "预追加",
131
131
  prependInner: "内部预追加",
132
132
  primary: "首要",
133
+ radio: "单选",
134
+ radioGroup: "单选分组",
135
+ rangeSlider: "范围滑动条",
133
136
  rating: "评级",
134
137
  readonly: "只读",
135
138
  ref: "引用",
@@ -147,6 +150,7 @@ const e = {
147
150
  shrink: "收缩",
148
151
  singleLine: "单行",
149
152
  size: "大小",
153
+ slider: "滑动条",
150
154
  slots: "插槽",
151
155
  solid: "实线",
152
156
  sortable: "可排序",