x-runtime-lib 0.8.210 → 0.8.212

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_14: {};
2
+ declare var __VLS_8: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_14) => any;
4
+ default?: (props: typeof __VLS_8) => 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>;
@@ -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,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>;
@@ -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 };
@@ -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>;
@@ -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>;
@@ -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,3 @@
1
+ import { NodePair } from '@/types';
2
+ export declare function spawn(type: string, subtype: string): NodePair;
3
+ export declare function spawnButton(type: string, subtype: string): NodePair;
@@ -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;
@@ -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.oe62c4of.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",
@@ -80,6 +80,7 @@ var en_default = { "x-runtime-lib": {
80
80
  compNotAvail: "Comp Not Available",
81
81
  container: "Container",
82
82
  containment: "Containment",
83
+ content: "Content",
83
84
  continuous: "Continuous",
84
85
  controls: "Controls",
85
86
  crossAxisAlign: "Cross Axis Align",
@@ -106,6 +107,7 @@ var en_default = { "x-runtime-lib": {
106
107
  directionalLight: "Directional Light",
107
108
  disabled: "Disabled",
108
109
  distance: "Distance",
110
+ divided: "Divided",
109
111
  dot: "Dot",
110
112
  dotted: "Dotted",
111
113
  draggable: "Draggable",
@@ -132,6 +134,7 @@ var en_default = { "x-runtime-lib": {
132
134
  flat: "Flat",
133
135
  flexLayout: "Flex Layout",
134
136
  flexLayoutEntry: "Flex Layout Entry",
137
+ floating: "Floating",
135
138
  focus: "Focus",
136
139
  form: "Form",
137
140
  formRelated: "Form Related",
@@ -220,6 +223,7 @@ var en_default = { "x-runtime-lib": {
220
223
  notSet: "Not Set",
221
224
  numberInput: "Number Input",
222
225
  objects: "Objects",
226
+ offset: "Offset",
223
227
  oldScreenSize: "Old Screen Size",
224
228
  oldValue: "Old Value",
225
229
  open: "Open",
@@ -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: "卡片",
@@ -80,6 +80,7 @@ var zhHans_default = { "x-runtime-lib": {
80
80
  compNotAvail: "组件不可用",
81
81
  container: "容器",
82
82
  containment: "容器类",
83
+ content: "内容",
83
84
  continuous: "连续",
84
85
  controls: "控制",
85
86
  crossAxisAlign: "交叉轴对齐",
@@ -106,6 +107,7 @@ var zhHans_default = { "x-runtime-lib": {
106
107
  directionalLight: "平行光",
107
108
  disabled: "禁用",
108
109
  distance: "距离",
110
+ divided: "分开",
109
111
  dot: "点",
110
112
  dotted: "点画线",
111
113
  draggable: "可拖拽",
@@ -132,6 +134,7 @@ var zhHans_default = { "x-runtime-lib": {
132
134
  flat: "扁平",
133
135
  flexLayout: "弹性布局",
134
136
  flexLayoutEntry: "弹性布局条目",
137
+ floating: "漂浮",
135
138
  focus: "聚焦",
136
139
  form: "表单",
137
140
  formRelated: "表单相关",
@@ -220,6 +223,7 @@ var zhHans_default = { "x-runtime-lib": {
220
223
  notSet: "未设置",
221
224
  numberInput: "数字输入",
222
225
  objects: "对象",
226
+ offset: "偏移",
223
227
  oldScreenSize: "旧屏幕大小",
224
228
  oldValue: "旧值",
225
229
  open: "打开",