x-runtime-lib 0.7.42 → 0.7.43

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-runtime-lib",
3
3
  "private": false,
4
- "version": "0.7.42",
4
+ "version": "0.7.43",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -1,12 +0,0 @@
1
- declare var __VLS_1: {};
2
- type __VLS_Slots = {} & {
3
- default?: (props: typeof __VLS_1) => any;
4
- };
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>;
6
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
- export default _default;
8
- type __VLS_WithSlots<T, S> = T & {
9
- new (): {
10
- $slots: S;
11
- };
12
- };
@@ -1,3 +0,0 @@
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;
@@ -1,16 +0,0 @@
1
- interface Props {
2
- item: any;
3
- fields: string[];
4
- }
5
- declare var __VLS_1: {};
6
- type __VLS_Slots = {} & {
7
- default?: (props: typeof __VLS_1) => any;
8
- };
9
- declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
11
- export default _default;
12
- type __VLS_WithSlots<T, S> = T & {
13
- new (): {
14
- $slots: S;
15
- };
16
- };
@@ -1,2 +0,0 @@
1
- import { ZElement } from '@/types';
2
- export declare const conditionalV1: ZElement;
@@ -1 +0,0 @@
1
- export * from './meta';
File without changes
@@ -65,8 +65,8 @@ const e = {
65
65
  combobox: "Combobox",
66
66
  comfortable: "Comfortable",
67
67
  comp: "Comp",
68
- compNotAvail: "Comp Not Available",
69
68
  compact: "Compact",
69
+ compNotAvail: "Comp Not Available",
70
70
  container: "Container",
71
71
  containment: "Containment",
72
72
  continuous: "Continuous",
@@ -65,8 +65,8 @@ const e = {
65
65
  combobox: "组合框",
66
66
  comfortable: "舒适",
67
67
  comp: "组件",
68
- compNotAvail: "组件不可用",
69
68
  compact: "紧凑",
69
+ compNotAvail: "组件不可用",
70
70
  container: "容器",
71
71
  containment: "容器类",
72
72
  continuous: "连续",