zjh-web-ui 1.0.10
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/README.md +1 -0
- package/config/resolver.js +21 -0
- package/dist/_virtual/_plugin-vue_export-helper.js +9 -0
- package/dist/components/AMapConfig.js +23 -0
- package/dist/components/HuiAMapMassMarkers/HuiAMapMassMarkers.vue.js +82 -0
- package/dist/components/HuiAMapMassMarkers/HuiAMapMassMarkers.vue2.js +4 -0
- package/dist/components/HuiAMapMassMarkers/index.js +7 -0
- package/dist/components/HuiAMapSearchAddress/HuiAMapSearchAddress.vue.js +7 -0
- package/dist/components/HuiAMapSearchAddress/HuiAMapSearchAddress.vue2.js +190 -0
- package/dist/components/HuiAMapSearchAddress/index.js +7 -0
- package/dist/components/HuiAMapSearchAddressDialog/HuiAMapSearchAddressDialog.vue.js +83 -0
- package/dist/components/HuiAMapSearchAddressDialog/HuiAMapSearchAddressDialog.vue2.js +4 -0
- package/dist/components/HuiAMapSearchAddressDialog/index.js +7 -0
- package/dist/components/HuiAMapSelectAddress/HuiAMapSelectAddress.vue.js +7 -0
- package/dist/components/HuiAMapSelectAddress/HuiAMapSelectAddress.vue2.js +178 -0
- package/dist/components/HuiAMapSelectAddress/index.js +7 -0
- package/dist/components/HuiAMapSelectAddressDialog/HuiAMapSelectAddressDialog.vue.js +83 -0
- package/dist/components/HuiAMapSelectAddressDialog/HuiAMapSelectAddressDialog.vue2.js +4 -0
- package/dist/components/HuiAMapSelectAddressDialog/index.js +7 -0
- package/dist/components/HuiCountDownButton/HuiCountDownButton.vue.js +63 -0
- package/dist/components/HuiCountDownButton/HuiCountDownButton.vue2.js +4 -0
- package/dist/components/HuiCountDownButton/index.js +7 -0
- package/dist/components/HuiDataView/HuiDataView.vue.js +7 -0
- package/dist/components/HuiDataView/HuiDataView.vue2.js +84 -0
- package/dist/components/HuiDataView/index.js +7 -0
- package/dist/components/HuiGridForm/HuiGridForm.vue.js +7 -0
- package/dist/components/HuiGridForm/HuiGridForm.vue2.js +223 -0
- package/dist/components/HuiGridForm/HuiGridFormHooks.js +21 -0
- package/dist/components/HuiGridForm/index.js +7 -0
- package/dist/components/HuiLineEditDialog/HuiLineEditDialog.vue.js +7 -0
- package/dist/components/HuiLineEditDialog/HuiLineEditDialog.vue2.js +167 -0
- package/dist/components/HuiLineEditDialog/index.js +7 -0
- package/dist/components/HuiLineEditPopover/HuiLineEditPopover.vue.js +7 -0
- package/dist/components/HuiLineEditPopover/HuiLineEditPopover.vue2.js +128 -0
- package/dist/components/HuiLineEditPopover/index.js +7 -0
- package/dist/components/HuiPreviewRichTextDialog/HuiPreviewRichTextDialog.vue.js +65 -0
- package/dist/components/HuiPreviewRichTextDialog/HuiPreviewRichTextDialog.vue2.js +4 -0
- package/dist/components/HuiPreviewRichTextDialog/index.js +7 -0
- package/dist/components/HuiRegionTreeDialog/HuiRegionTreeDialog.vue.js +118 -0
- package/dist/components/HuiRegionTreeDialog/HuiRegionTreeDialog.vue2.js +4 -0
- package/dist/components/HuiRegionTreeDialog/index.js +7 -0
- package/dist/components/HuiRegionTreeSelect/HuiRegionTreeSelect.vue.js +7 -0
- package/dist/components/HuiRegionTreeSelect/HuiRegionTreeSelect.vue2.js +59 -0
- package/dist/components/HuiRegionTreeSelect/index.js +7 -0
- package/dist/components/HuiSelectLoadStatus/HuiSelectLoadStatus.vue.js +44 -0
- package/dist/components/HuiSelectLoadStatus/HuiSelectLoadStatus.vue2.js +4 -0
- package/dist/components/HuiSelectLoadStatus/index.js +7 -0
- package/dist/components/HuiShowUrlDialog/HuiShowUrlDialog.vue.js +50 -0
- package/dist/components/HuiShowUrlDialog/HuiShowUrlDialog.vue2.js +4 -0
- package/dist/components/HuiShowUrlDialog/index.js +7 -0
- package/dist/components/HuiStringArrayInputDialog/HuiStringArrayInputDialog.vue.js +118 -0
- package/dist/components/HuiStringArrayInputDialog/HuiStringArrayInputDialog.vue2.js +4 -0
- package/dist/components/HuiStringArrayInputDialog/index.js +7 -0
- package/dist/components/HuiTags/HuiTags.vue.js +7 -0
- package/dist/components/HuiTags/HuiTags.vue2.js +28 -0
- package/dist/components/HuiTags/index.js +7 -0
- package/dist/components/HuiTagsMore/HuiTagsMore.vue.js +188 -0
- package/dist/components/HuiTagsMore/HuiTagsMore.vue2.js +4 -0
- package/dist/components/HuiTagsMore/index.js +7 -0
- package/dist/components/HuiTinymce/HuiTinymce.vue.js +37 -0
- package/dist/components/HuiTinymce/HuiTinymce.vue3.js +5 -0
- package/dist/components/HuiTinymce/HuiTinymceLinkHooks.js +99 -0
- package/dist/components/HuiTinymce/HuiTinymceSettingHooks.js +104 -0
- package/dist/components/HuiTinymce/index.js +8 -0
- package/dist/components/HuiTinymceDialog/HuiTinymceDialog.vue.js +96 -0
- package/dist/components/HuiTinymceDialog/HuiTinymceDialog.vue2.js +4 -0
- package/dist/components/HuiTinymceDialog/index.js +7 -0
- package/dist/components/HuiTip/HuiTip.vue.js +52 -0
- package/dist/components/HuiTip/HuiTip.vue2.js +4 -0
- package/dist/components/HuiTip/index.js +7 -0
- package/dist/components-install-list.js +47 -0
- package/dist/delegate.js +13 -0
- package/dist/directives/install-loadmore.js +7 -0
- package/dist/directives/select-loadmore.js +25 -0
- package/dist/hooks/useHuiDialog/useHuiDialog.js +20 -0
- package/dist/hooks/useHuiFormDialog/formDialogPropsDef.js +6 -0
- package/dist/hooks/useHuiFormDialog/useHuiFormDialog.js +109 -0
- package/dist/index.js +62 -0
- package/dist/install-helper/install.js +21 -0
- package/dist/style.css +1 -0
- package/dist/utils/hui-rules.js +142 -0
- package/dist/utils/hui-tool/index.js +7 -0
- package/dist/utils/hui-tool/message-box/index.js +33 -0
- package/dist/utils/hui-tool/message-box/message-box.vue.js +112 -0
- package/dist/utils/hui-tool/message-box/message-box.vue3.js +5 -0
- package/dist/utils/hui-tool/msg-tool.js +39 -0
- package/global.d.ts +40 -0
- package/package.json +44 -0
- package/src/css/common-font.scss +104 -0
- package/src/css/index.scss +1 -0
- package/types/components/AMapConfig.d.ts +2 -0
- package/types/components/HuiAMapMassMarkers/HuiAMapMassMarkers.vue.d.ts +105 -0
- package/types/components/HuiAMapMassMarkers/index.d.ts +107 -0
- package/types/components/HuiAMapMassMarkers/type.d.ts +58 -0
- package/types/components/HuiAMapSearchAddress/HuiAMapSearchAddress.vue.d.ts +76 -0
- package/types/components/HuiAMapSearchAddress/index.d.ts +77 -0
- package/types/components/HuiAMapSearchAddress/type.d.ts +19 -0
- package/types/components/HuiAMapSearchAddressDialog/HuiAMapSearchAddressDialog.vue.d.ts +38 -0
- package/types/components/HuiAMapSearchAddressDialog/index.d.ts +71 -0
- package/types/components/HuiAMapSearchAddressDialog/type.d.ts +17 -0
- package/types/components/HuiAMapSelectAddress/HuiAMapSelectAddress.vue.d.ts +76 -0
- package/types/components/HuiAMapSelectAddress/index.d.ts +77 -0
- package/types/components/HuiAMapSelectAddress/type.d.ts +19 -0
- package/types/components/HuiAMapSelectAddressDialog/HuiAMapSelectAddressDialog.vue.d.ts +38 -0
- package/types/components/HuiAMapSelectAddressDialog/index.d.ts +71 -0
- package/types/components/HuiAMapSelectAddressDialog/type.d.ts +17 -0
- package/types/components/HuiCountDownButton/HuiCountDownButton.vue.d.ts +44 -0
- package/types/components/HuiCountDownButton/index.d.ts +76 -0
- package/types/components/HuiCountDownButton/type.d.ts +20 -0
- package/types/components/HuiDataView/HuiDataView.vue.d.ts +60 -0
- package/types/components/HuiDataView/index.d.ts +109 -0
- package/types/components/HuiDataView/type.d.ts +49 -0
- package/types/components/HuiGridForm/HuiGridForm.vue.d.ts +77 -0
- package/types/components/HuiGridForm/HuiGridFormHooks.d.ts +4 -0
- package/types/components/HuiGridForm/index.d.ts +175 -0
- package/types/components/HuiGridForm/type.d.ts +67 -0
- package/types/components/HuiLineEditDialog/HuiLineEditDialog.vue.d.ts +75 -0
- package/types/components/HuiLineEditDialog/index.d.ts +173 -0
- package/types/components/HuiLineEditDialog/type.d.ts +86 -0
- package/types/components/HuiLineEditPopover/HuiLineEditPopover.vue.d.ts +74 -0
- package/types/components/HuiLineEditPopover/index.d.ts +133 -0
- package/types/components/HuiLineEditPopover/type.d.ts +23 -0
- package/types/components/HuiPreviewRichTextDialog/HuiPreviewRichTextDialog.vue.d.ts +31 -0
- package/types/components/HuiPreviewRichTextDialog/index.d.ts +22 -0
- package/types/components/HuiPreviewRichTextDialog/type.d.ts +4 -0
- package/types/components/HuiRegionTreeDialog/HuiRegionTreeDialog.vue.d.ts +53 -0
- package/types/components/HuiRegionTreeDialog/index.d.ts +68 -0
- package/types/components/HuiRegionTreeDialog/type.d.ts +24 -0
- package/types/components/HuiRegionTreeSelect/HuiRegionTreeSelect.vue.d.ts +25 -0
- package/types/components/HuiRegionTreeSelect/index.d.ts +29 -0
- package/types/components/HuiRegionTreeSelect/type.d.ts +6 -0
- package/types/components/HuiSelectLoadStatus/HuiSelectLoadStatus.vue.d.ts +14 -0
- package/types/components/HuiSelectLoadStatus/index.d.ts +33 -0
- package/types/components/HuiSelectLoadStatus/type.d.ts +11 -0
- package/types/components/HuiShowUrlDialog/HuiShowUrlDialog.vue.d.ts +37 -0
- package/types/components/HuiShowUrlDialog/index.d.ts +40 -0
- package/types/components/HuiShowUrlDialog/type.d.ts +11 -0
- package/types/components/HuiStringArrayInputDialog/HuiStringArrayInputDialog.vue.d.ts +44 -0
- package/types/components/HuiStringArrayInputDialog/index.d.ts +67 -0
- package/types/components/HuiStringArrayInputDialog/type.d.ts +33 -0
- package/types/components/HuiTags/HuiTags.vue.d.ts +37 -0
- package/types/components/HuiTags/index.d.ts +36 -0
- package/types/components/HuiTagsMore/HuiTagsMore.vue.d.ts +93 -0
- package/types/components/HuiTagsMore/index.d.ts +92 -0
- package/types/components/HuiTinymce/HuiTinymce.vue.d.ts +62 -0
- package/types/components/HuiTinymce/HuiTinymceLinkHooks.d.ts +3 -0
- package/types/components/HuiTinymce/HuiTinymceSettingHooks.d.ts +3 -0
- package/types/components/HuiTinymce/index.d.ts +66 -0
- package/types/components/HuiTinymce/type.d.ts +51 -0
- package/types/components/HuiTinymceDialog/HuiTinymceDialog.vue.d.ts +53 -0
- package/types/components/HuiTinymceDialog/index.d.ts +78 -0
- package/types/components/HuiTinymceDialog/type.d.ts +12 -0
- package/types/components/HuiTip/HuiTip.vue.d.ts +22 -0
- package/types/components/HuiTip/index.d.ts +99 -0
- package/types/components/HuiTip/type.d.ts +14 -0
- package/types/components-install-list.d.ts +3328 -0
- package/types/components.d.ts +21 -0
- package/types/delegate.d.ts +41 -0
- package/types/directives/index.d.ts +4 -0
- package/types/directives/install-loadmore.d.ts +7 -0
- package/types/directives/select-loadmore.d.ts +7 -0
- package/types/hooks/index.d.ts +3 -0
- package/types/hooks/useHuiDialog/useHuiDialog.d.ts +18 -0
- package/types/hooks/useHuiFormDialog/formDialogPropsDef.d.ts +3 -0
- package/types/hooks/useHuiFormDialog/type.d.ts +90 -0
- package/types/hooks/useHuiFormDialog/useHuiFormDialog.d.ts +32 -0
- package/types/index.d.ts +13 -0
- package/types/install-helper/install.d.ts +18 -0
- package/types/install-helper/typescript.d.ts +14 -0
- package/types/utils/hui-rules.d.ts +80 -0
- package/types/utils/hui-tool/index.d.ts +8 -0
- package/types/utils/hui-tool/message-box/index.d.ts +18 -0
- package/types/utils/hui-tool/message-box/message-box.vue.d.ts +36 -0
- package/types/utils/hui-tool/msg-tool.d.ts +26 -0
- package/types/utils/index.d.ts +2 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { HuiTipProp } from './type.ts';
|
|
2
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
|
|
3
|
+
|
|
4
|
+
declare const _default: __VLS_WithTemplateSlots< DefineComponent<ExtractPropTypes<__VLS_TypePropsToRuntimeProps<HuiTipProp>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<HuiTipProp>>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>, {
|
|
5
|
+
icon?(_: {}): any;
|
|
6
|
+
default?(_: {}): any;
|
|
7
|
+
}>;
|
|
8
|
+
export default _default;
|
|
9
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
11
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
12
|
+
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
13
|
+
} : {
|
|
14
|
+
type: PropType<T[K]>;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
|
+
new (): {
|
|
20
|
+
$slots: S;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import { SFCWithInstall } from '../../install-helper/typescript';
|
|
2
|
+
import { CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
|
|
3
|
+
/**
|
|
4
|
+
* 悬浮提示组件
|
|
5
|
+
*/
|
|
6
|
+
export declare const HuiTip: SFCWithInstall<{
|
|
7
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
8
|
+
rclass: {
|
|
9
|
+
type: PropType<string>;
|
|
10
|
+
};
|
|
11
|
+
content: {
|
|
12
|
+
type: PropType<string>;
|
|
13
|
+
};
|
|
14
|
+
placement: {
|
|
15
|
+
type: PropType<"top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end">;
|
|
16
|
+
};
|
|
17
|
+
effect: {
|
|
18
|
+
type: PropType<"dark" | "light">;
|
|
19
|
+
required: true;
|
|
20
|
+
};
|
|
21
|
+
iconClass: {
|
|
22
|
+
type: PropType<string>;
|
|
23
|
+
};
|
|
24
|
+
contentClass: {
|
|
25
|
+
type: PropType<string>;
|
|
26
|
+
};
|
|
27
|
+
tipAttr: {
|
|
28
|
+
type: PropType<{
|
|
29
|
+
[key: string]: any;
|
|
30
|
+
}>;
|
|
31
|
+
};
|
|
32
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
33
|
+
P: {};
|
|
34
|
+
B: {};
|
|
35
|
+
D: {};
|
|
36
|
+
C: {};
|
|
37
|
+
M: {};
|
|
38
|
+
Defaults: {};
|
|
39
|
+
}, Readonly< ExtractPropTypes<{
|
|
40
|
+
rclass: {
|
|
41
|
+
type: PropType<string>;
|
|
42
|
+
};
|
|
43
|
+
content: {
|
|
44
|
+
type: PropType<string>;
|
|
45
|
+
};
|
|
46
|
+
placement: {
|
|
47
|
+
type: PropType<"top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end">;
|
|
48
|
+
};
|
|
49
|
+
effect: {
|
|
50
|
+
type: PropType<"dark" | "light">;
|
|
51
|
+
required: true;
|
|
52
|
+
};
|
|
53
|
+
iconClass: {
|
|
54
|
+
type: PropType<string>;
|
|
55
|
+
};
|
|
56
|
+
contentClass: {
|
|
57
|
+
type: PropType<string>;
|
|
58
|
+
};
|
|
59
|
+
tipAttr: {
|
|
60
|
+
type: PropType<{
|
|
61
|
+
[key: string]: any;
|
|
62
|
+
}>;
|
|
63
|
+
};
|
|
64
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
65
|
+
__isFragment?: never;
|
|
66
|
+
__isTeleport?: never;
|
|
67
|
+
__isSuspense?: never;
|
|
68
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
69
|
+
rclass: {
|
|
70
|
+
type: PropType<string>;
|
|
71
|
+
};
|
|
72
|
+
content: {
|
|
73
|
+
type: PropType<string>;
|
|
74
|
+
};
|
|
75
|
+
placement: {
|
|
76
|
+
type: PropType<"top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end">;
|
|
77
|
+
};
|
|
78
|
+
effect: {
|
|
79
|
+
type: PropType<"dark" | "light">;
|
|
80
|
+
required: true;
|
|
81
|
+
};
|
|
82
|
+
iconClass: {
|
|
83
|
+
type: PropType<string>;
|
|
84
|
+
};
|
|
85
|
+
contentClass: {
|
|
86
|
+
type: PropType<string>;
|
|
87
|
+
};
|
|
88
|
+
tipAttr: {
|
|
89
|
+
type: PropType<{
|
|
90
|
+
[key: string]: any;
|
|
91
|
+
}>;
|
|
92
|
+
};
|
|
93
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
94
|
+
$slots: {
|
|
95
|
+
icon?(_: {}): any;
|
|
96
|
+
default?(_: {}): any;
|
|
97
|
+
};
|
|
98
|
+
})> & Record<string, any>;
|
|
99
|
+
export default HuiTip;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* HuiTip 组件的属性
|
|
3
|
+
*/
|
|
4
|
+
export type HuiTipProp = {
|
|
5
|
+
rclass?: string;
|
|
6
|
+
content?: string;
|
|
7
|
+
placement?: 'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end' | 'right' | 'right-start' | 'right-end';
|
|
8
|
+
effect: 'dark' | 'light';
|
|
9
|
+
iconClass?: string;
|
|
10
|
+
contentClass?: string;
|
|
11
|
+
tipAttr?: {
|
|
12
|
+
[key: string]: any;
|
|
13
|
+
};
|
|
14
|
+
};
|