@94ai/nf-double-half-year 3.1.27 → 3.1.30

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
@@ -185,6 +185,7 @@ declare const _default: import("vue/types/v3-component-public-instance").Compone
185
185
  };
186
186
  }>>, {
187
187
  "update:value": (val: string[] | null) => void;
188
+ input: (val: string[] | null) => void;
188
189
  change: (value: (import("./types").HalfYearItem & {
189
190
  startDate: string;
190
191
  endDate: string;
@@ -496,6 +497,7 @@ declare const _default: import("vue/types/v3-component-public-instance").Compone
496
497
  };
497
498
  }>>, {}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {
498
499
  "update:value": (val: string[] | null) => void;
500
+ input: (val: string[] | null) => void;
499
501
  change: (value: (import("./types").HalfYearItem & {
500
502
  startDate: string;
501
503
  endDate: string;
@@ -3946,6 +3946,7 @@ __sfc_main.setup = function(__props, __ctx) {
3946
3946
  _iterator.f();
3947
3947
  }
3948
3948
  emits("update:value", [result[0].startDate, result[1].endDate]);
3949
+ emits("input", [result[0].startDate, result[1].endDate]);
3949
3950
  emits("change", result);
3950
3951
  nfDoubleQuatterPopoverVisible.value = false;
3951
3952
  }
@@ -3959,6 +3960,7 @@ __sfc_main.setup = function(__props, __ctx) {
3959
3960
  _spliceInstanceProperty(_context17 = startHalfYear.value).call(_context17, 0, startHalfYear.value.length);
3960
3961
  _spliceInstanceProperty(_context18 = endHalfYear.value).call(_context18, 0, endHalfYear.value.length);
3961
3962
  emits("update:value", null);
3963
+ emits("input", null);
3962
3964
  }
3963
3965
  };
3964
3966
  return {
@@ -3944,6 +3944,7 @@ __sfc_main.setup = function(__props, __ctx) {
3944
3944
  _iterator.f();
3945
3945
  }
3946
3946
  emits("update:value", [result[0].startDate, result[1].endDate]);
3947
+ emits("input", [result[0].startDate, result[1].endDate]);
3947
3948
  emits("change", result);
3948
3949
  nfDoubleQuatterPopoverVisible.value = false;
3949
3950
  }
@@ -3957,6 +3958,7 @@ __sfc_main.setup = function(__props, __ctx) {
3957
3958
  _spliceInstanceProperty(_context17 = startHalfYear.value).call(_context17, 0, startHalfYear.value.length);
3958
3959
  _spliceInstanceProperty(_context18 = endHalfYear.value).call(_context18, 0, endHalfYear.value.length);
3959
3960
  emits("update:value", null);
3961
+ emits("input", null);
3960
3962
  }
3961
3963
  };
3962
3964
  return {
@@ -93,6 +93,7 @@ declare const _default: import("vue-demi").DefineComponent<{
93
93
  };
94
94
  }, {}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {
95
95
  "update:value": (val: string[] | null) => void;
96
+ input: (val: string[] | null) => void;
96
97
  change: (value: (HalfYearItem & {
97
98
  startDate: string;
98
99
  endDate: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@94ai/nf-double-half-year",
3
- "version": "3.1.27",
3
+ "version": "3.1.30",
4
4
  "description": "> TODO: description",
5
5
  "keywords": [],
6
6
  "author": "zoujiahe <zoujiahe@94ai.com>",
@@ -14,7 +14,7 @@
14
14
  "url": "http://94ai.gitlab.com/zoujiahe/common-ui.git"
15
15
  },
16
16
  "dependencies": {
17
- "@94ai/nf-theme-chalk": "^3.1.27",
17
+ "@94ai/nf-theme-chalk": "^3.1.30",
18
18
  "vue-demi": "^0.14.5"
19
19
  },
20
20
  "peerDependenciesMeta": {
@@ -30,5 +30,5 @@
30
30
  "types": "lib/index.d.ts",
31
31
  "main": "lib/nf-double-half-year.cjs.js",
32
32
  "module": "lib/nf-double-half-year.esm-bundler.js",
33
- "gitHead": "945bfad470bca9493ef957f3327bf115f3f705ca"
33
+ "gitHead": "92718f2567719702159e8edb0fe360eba3e7e07b"
34
34
  }