ninemoon-ui 0.1.2 → 0.1.3
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/dist/components/loadding/loadding.d.ts +1 -1
- package/dist/components/popover/poparrow.d.ts +2 -10
- package/dist/components/popover/popover.vue.d.ts +1 -6
- package/dist/components/scrollBar/scrollBar.vue.d.ts +2 -0
- package/dist/components/scrollloading/scrolllead.d.ts +1 -1
- package/dist/directives/watchwindow.d.ts +1 -0
- package/dist/index.css +24 -966
- package/dist/index.d.ts +18 -24
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +104 -1082
- package/dist/js/date/datepicker.js +3 -3
- package/dist/js/date/datepickerRange.js +3 -3
- package/dist/js/index/index.js +6 -4
- package/dist/js/input/input.js +3 -3
- package/dist/js/numberInput/numberinput.js +3 -3
- package/dist/js/popover/popover.js +15 -14
- package/dist/js/scrollBar/scrollBar.js +7 -4
- package/dist/js/select/select.js +6 -4
- package/dist/js/tabs/tabs.js +3 -1
- package/dist/tabs.css +3 -49
- package/package.json +1 -2
|
@@ -11,6 +11,6 @@ interface LoadingDirectiveElement extends HTMLElement {
|
|
|
11
11
|
declare const _default: {
|
|
12
12
|
mounted(el: LoadingDirectiveElement, binding: DirectiveBinding<boolean>): void;
|
|
13
13
|
updated(el: LoadingDirectiveElement, binding: DirectiveBinding<boolean>): void;
|
|
14
|
-
beforeUnmount(el: LoadingDirectiveElement): void;
|
|
14
|
+
beforeUnmount(el: LoadingDirectiveElement, binding: DirectiveBinding<boolean>): void;
|
|
15
15
|
};
|
|
16
16
|
export default _default;
|
|
@@ -14,10 +14,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14
14
|
type: PropType<PlacementType>;
|
|
15
15
|
required: true;
|
|
16
16
|
};
|
|
17
|
-
arrowshow: {
|
|
18
|
-
type: BooleanConstructor;
|
|
19
|
-
required: true;
|
|
20
|
-
};
|
|
21
17
|
exChange: {
|
|
22
18
|
type: BooleanConstructor;
|
|
23
19
|
required: true;
|
|
@@ -25,9 +21,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
25
21
|
beforebgcolor: {
|
|
26
22
|
type: StringConstructor;
|
|
27
23
|
};
|
|
28
|
-
}>, (
|
|
24
|
+
}>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
29
25
|
[key: string]: any;
|
|
30
|
-
}
|
|
26
|
+
}>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
31
27
|
arrowLeft: {
|
|
32
28
|
type: NumberConstructor;
|
|
33
29
|
required: true;
|
|
@@ -40,10 +36,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
40
36
|
type: PropType<PlacementType>;
|
|
41
37
|
required: true;
|
|
42
38
|
};
|
|
43
|
-
arrowshow: {
|
|
44
|
-
type: BooleanConstructor;
|
|
45
|
-
required: true;
|
|
46
|
-
};
|
|
47
39
|
exChange: {
|
|
48
40
|
type: BooleanConstructor;
|
|
49
41
|
required: true;
|
|
@@ -12,12 +12,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
12
12
|
modelValue?: boolean;
|
|
13
13
|
beforebgcolor?: string;
|
|
14
14
|
arrowshow?: boolean;
|
|
15
|
-
isselectMode?: boolean;
|
|
16
15
|
}>, {
|
|
17
16
|
trigger: string;
|
|
18
17
|
placement: string;
|
|
19
18
|
arrowshow: boolean;
|
|
20
|
-
isselectMode: boolean;
|
|
21
19
|
}>>, {
|
|
22
20
|
hideHandle: (disablecancelflag?: boolean) => void;
|
|
23
21
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -31,19 +29,16 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
31
29
|
modelValue?: boolean;
|
|
32
30
|
beforebgcolor?: string;
|
|
33
31
|
arrowshow?: boolean;
|
|
34
|
-
isselectMode?: boolean;
|
|
35
32
|
}>, {
|
|
36
33
|
trigger: string;
|
|
37
34
|
placement: string;
|
|
38
35
|
arrowshow: boolean;
|
|
39
|
-
isselectMode: boolean;
|
|
40
36
|
}>>> & Readonly<{
|
|
41
37
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
42
38
|
}>, {
|
|
43
39
|
placement: PlacementType;
|
|
44
|
-
arrowshow: boolean;
|
|
45
40
|
trigger: "click" | "hover" | "native";
|
|
46
|
-
|
|
41
|
+
arrowshow: boolean;
|
|
47
42
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
48
43
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
49
44
|
export default _default;
|
|
@@ -5,6 +5,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
5
5
|
native?: boolean;
|
|
6
6
|
height?: string;
|
|
7
7
|
maxHeight?: string;
|
|
8
|
+
id?: string;
|
|
8
9
|
}>, {
|
|
9
10
|
native: boolean;
|
|
10
11
|
}>>, {
|
|
@@ -18,6 +19,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
18
19
|
native?: boolean;
|
|
19
20
|
height?: string;
|
|
20
21
|
maxHeight?: string;
|
|
22
|
+
id?: string;
|
|
21
23
|
}>, {
|
|
22
24
|
native: boolean;
|
|
23
25
|
}>>> & Readonly<{}>, {
|
|
@@ -19,7 +19,7 @@ interface CheckWheelDirectiveOptions {
|
|
|
19
19
|
threshold?: number;
|
|
20
20
|
edge?: 'top' | 'bottom';
|
|
21
21
|
}
|
|
22
|
-
export declare const
|
|
22
|
+
export declare const createLoadingDirective: (options: Partial<CheckWheelDirectiveOptions>) => {
|
|
23
23
|
mounted(el: ScrollElement, binding: bindingType): void;
|
|
24
24
|
updated(el: ScrollElement, binding: bindingType): void;
|
|
25
25
|
beforeUnmount(el: ScrollElement): void;
|
|
@@ -8,6 +8,7 @@ export type wheelDom = {
|
|
|
8
8
|
interface CheckMoveDirectiveOptions {
|
|
9
9
|
onMove: () => void;
|
|
10
10
|
debounceWait?: number;
|
|
11
|
+
scrollContainerId?: HTMLElement;
|
|
11
12
|
}
|
|
12
13
|
export declare const createScrollDirective: (options: Partial<CheckMoveDirectiveOptions>) => ObjectDirective<wheelDom, any>;
|
|
13
14
|
export {};
|