@94ai/nf-double-half-year 3.3.53 → 3.3.59
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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.
|
|
3
|
+
"version": "3.3.59",
|
|
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.
|
|
18
|
-
"@94ai/nf-theme-chalk": "^3.3.
|
|
17
|
+
"@94ai/common-utils": "^3.3.59",
|
|
18
|
+
"@94ai/nf-theme-chalk": "^3.3.59",
|
|
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": "
|
|
34
|
+
"gitHead": "9cd2d16299eb3af079f18087e46bccea92df39f6"
|
|
35
35
|
}
|