@94ai/nf-double-half-year 3.3.51 → 3.3.55

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/types/v3-component-options").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, any>> & Readonly<Readonly<import("vue-demi").ExtractPropTypes<{
219
+ }, true, import("vue-demi").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/types/v3-component-options").ComponentOptionsBase<Readonly<import("vue-demi").ExtractPropTypes<{
401
+ }>>, any, any, any, import("vue-demi").ComponentComputedOptions, import("vue-demi").ComponentMethodOptions> & import("vue-demi").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/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {
492
+ }>>, {}, {}, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").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/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {
50
+ }>, {}, {}, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, {
51
51
  "update:value": (val: string[] | null) => void;
52
52
  input: (val: string[] | null) => void;
53
53
  change: (value: (HalfYearItem & {
@@ -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/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {
12
+ }>, {}, {}, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@94ai/nf-double-half-year",
3
- "version": "3.3.51",
3
+ "version": "3.3.55",
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.51",
18
- "@94ai/nf-theme-chalk": "^3.3.51",
17
+ "@94ai/common-utils": "^3.3.55",
18
+ "@94ai/nf-theme-chalk": "^3.3.55",
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": "d5b493e6b5681b244f3f182b4ffb99f5dd24d63c"
34
+ "gitHead": "cc3f63b52b5840e0550cd66ec9264185a77012f2"
35
35
  }