x-runtime-lib 0.8.209 → 0.8.211

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.
@@ -1,7 +1,7 @@
1
1
  import { ElementProps } from '@/types';
2
- declare var __VLS_8: {};
2
+ declare var __VLS_14: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_8) => any;
4
+ default?: (props: typeof __VLS_14) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<ElementProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ElementProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -0,0 +1,14 @@
1
+ import { ElementProps } from '@/types';
2
+ declare var __VLS_8: {};
3
+ type __VLS_Slots = {} & {
4
+ default?: (props: typeof __VLS_8) => any;
5
+ };
6
+ declare const __VLS_base: import("vue").DefineComponent<ElementProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ElementProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
8
+ declare const _default: typeof __VLS_export;
9
+ export default _default;
10
+ type __VLS_WithSlots<T, S> = T & {
11
+ new (): {
12
+ $slots: S;
13
+ };
14
+ };
@@ -1,8 +1,8 @@
1
1
  import ZBadgeV1 from './badge/v1/index.vue';
2
2
  import ZBreadcrumbsV1 from './breadcrumbs/v1/index.vue';
3
3
  import ZBtnV1 from './btn/v1/index.vue';
4
- import ZBtnGroupV1 from './btnGroup/v1/index.vue';
5
4
  import ZBtnToggleV1 from './btnToggle/v1/index.vue';
5
+ import ZBtnToggleEntryV1 from './btnToggleEntry/v1/index.vue';
6
6
  import ZCardV1 from './card/v1/index.vue';
7
7
  import ZCheckboxV1 from './checkbox/v1/index.vue';
8
8
  import ZChipV1 from './chip/v1/index.vue';
@@ -43,4 +43,4 @@ import ZTimelineV1 from './timeline/v1/index.vue';
43
43
  import ZTimelineItemV1 from './timelineItem/v1/index.vue';
44
44
  import ZWindowV1 from './window/v1/index.vue';
45
45
  import ZWindowItemV1 from './windowItem/v1/index.vue';
46
- export { ZBadgeV1, ZBreadcrumbsV1, 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, ZTableV1, ZTabsV1, ZTextV1, ZTextareaV1, ZTextFieldV1, ZTimelineV1, ZTimelineItemV1, ZWindowV1, ZWindowItemV1 };
46
+ export { ZBadgeV1, ZBreadcrumbsV1, ZBtnV1, ZBtnToggleV1, ZBtnToggleEntryV1, 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, ZTableV1, ZTabsV1, ZTextV1, ZTextareaV1, ZTextFieldV1, ZTimelineV1, ZTimelineItemV1, ZWindowV1, ZWindowItemV1 };
@@ -0,0 +1,2 @@
1
+ import { NodePair } from '@/types';
2
+ export declare function spawn(type: string, subtype: string): NodePair;
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '@/types';
2
+ export declare const btnToggleEntryV1: ZElement;
@@ -0,0 +1,2 @@
1
+ import { NodePair } from '@/types';
2
+ export declare function spawn(type: string, subtype: string): NodePair;
@@ -1,7 +1,7 @@
1
1
  export * from './badge/v1';
2
2
  export * from './btn/v1';
3
- export * from './btnGroup/v1';
4
3
  export * from './btnToggle/v1';
4
+ export * from './btnToggleEntry/v1';
5
5
  export * from './card/v1';
6
6
  export * from './checkbox/v1';
7
7
  export * from './chip/v1';
@@ -0,0 +1,2 @@
1
+ import { t as en_default } from "./i18n-en.diyn4ujs.js";
2
+ export { en_default as default };
@@ -46,8 +46,8 @@ var en_default = { "x-runtime-lib": {
46
46
  },
47
47
  breadcrumbs: "Breadcrumbs",
48
48
  button: "Button",
49
- buttonGroup: "Button Group",
50
49
  buttonToggle: "Button Toggle",
50
+ buttonToggleEntry: "Button Toggle Entry",
51
51
  cameras: "Cameras",
52
52
  caption: "Caption",
53
53
  card: "Card",
@@ -106,6 +106,7 @@ var en_default = { "x-runtime-lib": {
106
106
  directionalLight: "Directional Light",
107
107
  disabled: "Disabled",
108
108
  distance: "Distance",
109
+ divided: "Divided",
109
110
  dot: "Dot",
110
111
  dotted: "Dotted",
111
112
  draggable: "Draggable",
@@ -46,8 +46,8 @@ var zhHans_default = { "x-runtime-lib": {
46
46
  },
47
47
  breadcrumbs: "面包屑",
48
48
  button: "按钮",
49
- buttonGroup: "按钮分组",
50
49
  buttonToggle: "按钮切换",
50
+ buttonToggleEntry: "按钮切换条目",
51
51
  cameras: "相机",
52
52
  caption: "说明",
53
53
  card: "卡片",
@@ -106,6 +106,7 @@ var zhHans_default = { "x-runtime-lib": {
106
106
  directionalLight: "平行光",
107
107
  disabled: "禁用",
108
108
  distance: "距离",
109
+ divided: "分开",
109
110
  dot: "点",
110
111
  dotted: "点画线",
111
112
  draggable: "可拖拽",