@94ai/nf-double-half-year 3.3.69 → 3.3.70

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/lib/index.d.ts CHANGED
@@ -216,7 +216,7 @@ declare const _default: import("vue/types/v3-component-public-instance").Compone
216
216
  closeDelay: number;
217
217
  tabindex: number;
218
218
  appendToBody: boolean;
219
- }, true, import("vue-demi").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, any>> & Readonly<Readonly<import("vue-demi").ExtractPropTypes<{
219
+ }, true, import("vue/types/v3-component-options").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, any>> & Readonly<Readonly<import("vue-demi").ExtractPropTypes<{
220
220
  offset: {
221
221
  type: import("vue-demi").PropType<number>;
222
222
  default: number;
@@ -398,7 +398,7 @@ declare const _default: import("vue/types/v3-component-public-instance").Compone
398
398
  type: import("vue-demi").PropType<boolean>;
399
399
  default: boolean;
400
400
  };
401
- }>>, any, any, any, import("vue-demi").ComponentComputedOptions, import("vue-demi").ComponentMethodOptions> & import("vue-demi").ComponentOptionsBase<Readonly<import("vue-demi").ExtractPropTypes<{
401
+ }>>, any, any, any, import("vue-demi").ComponentComputedOptions, import("vue-demi").ComponentMethodOptions> & import("vue/types/v3-component-options").ComponentOptionsBase<Readonly<import("vue-demi").ExtractPropTypes<{
402
402
  offset: {
403
403
  type: import("vue-demi").PropType<number>;
404
404
  default: number;
@@ -489,7 +489,7 @@ declare const _default: import("vue/types/v3-component-public-instance").Compone
489
489
  type: import("vue-demi").PropType<boolean>;
490
490
  default: boolean;
491
491
  };
492
- }>>, {}, {}, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, {
492
+ }>>, {}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {
493
493
  "update:value": (val: string[] | null) => void;
494
494
  input: (val: string[] | null) => void;
495
495
  change: (value: (import("./types").HalfYearItem & {
@@ -47,7 +47,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue-demi").DefineCompone
47
47
  boundariesElement: string;
48
48
  gpuAcceleration: boolean;
49
49
  };
50
- }>, {}, {}, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, {
50
+ }>, {}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {
51
51
  "update:value": (val: string[] | null) => void;
52
52
  input: (val: string[] | null) => void;
53
53
  change: (value: (HalfYearItem & {
@@ -136,8 +136,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue-demi").DefineCompone
136
136
  }): any;
137
137
  }>;
138
138
  export default _default;
139
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
140
- type __VLS_TypePropsToRuntimeProps<T> = {
139
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
140
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
141
141
  [K in keyof T]-?: {} extends Pick<T, K> ? {
142
142
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
143
143
  } : {
@@ -145,15 +145,15 @@ type __VLS_TypePropsToRuntimeProps<T> = {
145
145
  required: true;
146
146
  };
147
147
  };
148
- type __VLS_WithDefaults<P, D> = {
148
+ declare type __VLS_WithDefaults<P, D> = {
149
149
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
150
150
  default: D[K];
151
151
  }> : P[K];
152
152
  };
153
- type __VLS_Prettify<T> = {
153
+ declare type __VLS_Prettify<T> = {
154
154
  [K in keyof T]: T[K];
155
155
  } & {};
156
- type __VLS_WithTemplateSlots<T, S> = T & {
156
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
157
157
  new (): {
158
158
  $scopedSlots: S;
159
159
  };
@@ -9,7 +9,7 @@ declare const _default: import("vue-demi").DefineComponent<__VLS_WithDefaults<__
9
9
  halfYear: () => never[];
10
10
  showLeft: boolean;
11
11
  showRight: boolean;
12
- }>, {}, {}, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, {
12
+ }>, {}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {
13
13
  "on-half-year-click": (val: HalfYearItem) => void;
14
14
  "update:year": (value: number) => void;
15
15
  "on-year-change": (value: number) => void;
@@ -30,8 +30,8 @@ declare const _default: import("vue-demi").DefineComponent<__VLS_WithDefaults<__
30
30
  showRight: boolean;
31
31
  }>;
32
32
  export default _default;
33
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
34
- type __VLS_TypePropsToRuntimeProps<T> = {
33
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
34
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
35
35
  [K in keyof T]-?: {} extends Pick<T, K> ? {
36
36
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
37
37
  } : {
@@ -39,11 +39,11 @@ type __VLS_TypePropsToRuntimeProps<T> = {
39
39
  required: true;
40
40
  };
41
41
  };
42
- type __VLS_WithDefaults<P, D> = {
42
+ declare type __VLS_WithDefaults<P, D> = {
43
43
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
44
44
  default: D[K];
45
45
  }> : P[K];
46
46
  };
47
- type __VLS_Prettify<T> = {
47
+ declare type __VLS_Prettify<T> = {
48
48
  [K in keyof T]: T[K];
49
49
  } & {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@94ai/nf-double-half-year",
3
- "version": "3.3.69",
3
+ "version": "3.3.70",
4
4
  "description": "> TODO: description",
5
5
  "keywords": [],
6
6
  "author": "zoujiahe <zoujiahe@94ai.com>",
@@ -14,8 +14,8 @@
14
14
  "url": "http://94ai.gitlab.com/zoujiahe/common-ui.git"
15
15
  },
16
16
  "dependencies": {
17
- "@94ai/common-utils": "^3.3.69",
18
- "@94ai/nf-theme-chalk": "^3.3.69",
17
+ "@94ai/common-utils": "^3.3.70",
18
+ "@94ai/nf-theme-chalk": "^3.3.70",
19
19
  "vue-demi": "^0.14.5"
20
20
  },
21
21
  "peerDependenciesMeta": {
@@ -31,5 +31,5 @@
31
31
  "types": "lib/index.d.ts",
32
32
  "main": "lib/nf-double-half-year.cjs.js",
33
33
  "module": "lib/nf-double-half-year.esm-bundler.js",
34
- "gitHead": "e681a4e9428cd1c1d6ce91e4cf863c4cea49c7d2"
34
+ "gitHead": "1bf946dcf2e1977ee3779c3d1c7d204e161e3b71"
35
35
  }