@hb-hellotech/hb-ui 2.9.0-beta.6 → 2.9.1
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/App.d.ts.map +1 -1
- package/dist/components/business_comp/list_page_comp/hb_form_item_filter_modal/src/HbFormItemFilterModal.d.ts +1 -0
- package/dist/components/business_comp/list_page_comp/hb_form_item_filter_modal/src/HbFormItemFilterModal.d.ts.map +1 -1
- package/dist/components/business_comp/list_page_comp/hb_form_item_filter_modal/src/type.d.ts +6 -0
- package/dist/components/business_comp/list_page_comp/hb_form_item_filter_modal/src/type.d.ts.map +1 -1
- package/dist/components/business_comp/list_page_comp/hb_list_page_act/index.d.ts +6 -6
- package/dist/components/business_comp/list_page_comp/hb_list_page_act/src/HbListPageAct.d.ts +2 -2
- package/dist/components/business_comp/list_page_comp/hb_list_table/src/HbListTable.d.ts.map +1 -1
- package/dist/components/business_comp/list_page_comp/hb_list_table/src/type.d.ts +5 -0
- package/dist/components/business_comp/list_page_comp/hb_list_table/src/type.d.ts.map +1 -1
- package/dist/components/business_comp/list_page_comp/hb_list_table_colums_set/index.d.ts +1 -1
- package/dist/components/business_comp/list_page_comp/hb_list_table_colums_set/src/HbTableColumnSet.d.ts +1 -1
- package/dist/components/business_comp/modal_comp/log_modal/index.d.ts +3 -3
- package/dist/components/business_comp/modal_comp/log_modal/src/HbLogModal.d.ts +1 -1
- package/dist/components/business_comp/unlist_page_comp/hb_card/index.d.ts +3 -3
- package/dist/components/business_comp/unlist_page_comp/hb_card/src/HbLibCard.d.ts +1 -1
- package/dist/components/business_comp/unlist_page_comp/hb_undetail_box/src/HbLibUnDetailBox.d.ts.map +1 -1
- package/dist/components/func_comp/hb_func_comp_drag/index.d.ts +3 -3
- package/dist/components/func_comp/hb_func_comp_drag/src/index.d.ts +1 -1
- package/dist/components/func_comp/hb_func_comp_tree/index.d.ts +1 -1
- package/dist/components/func_comp/hb_func_comp_tree/src/tree.d.ts +1 -1
- package/dist/components/func_comp/hb_func_icon/src/icon.d.ts +1 -1
- package/dist/components/func_comp/hb_ui_config/src/hbUiConfig.d.ts.map +1 -1
- package/dist/components/utils/hybrid_storage/hybridStorage.d.ts +32 -0
- package/dist/components/utils/hybrid_storage/hybridStorage.d.ts.map +1 -0
- package/dist/components/utils/hybrid_storage/index.d.ts +3 -0
- package/dist/components/utils/hybrid_storage/index.d.ts.map +1 -0
- package/dist/components/utils/hybrid_storage/type.d.ts +34 -0
- package/dist/components/utils/hybrid_storage/type.d.ts.map +1 -0
- package/dist/config/index.d.ts +5 -0
- package/dist/config/index.d.ts.map +1 -1
- package/dist/demo/HbFormItemFilterModalHybridStorage.d.ts +34 -0
- package/dist/demo/HbFormItemFilterModalHybridStorage.d.ts.map +1 -0
- package/dist/demo/HbLibDetailBox.d.ts.map +1 -1
- package/dist/demo/HbListMultiSelect.d.ts.map +1 -1
- package/dist/demo/HbUnDetailBox.d.ts.map +1 -1
- package/dist/demo/mockUserPreferenceStorage.d.ts +29 -0
- package/dist/demo/mockUserPreferenceStorage.d.ts.map +1 -0
- package/dist/hb_component_lib.css +1 -1
- package/dist/hb_component_lib.js +2776 -2678
- package/dist/hb_component_lib.umd.cjs +110 -110
- package/dist/main.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/App.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"App.vue.d.ts","sourceRoot":"","sources":["../src/App.vue"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"App.vue.d.ts","sourceRoot":"","sources":["../src/App.vue"],"names":[],"mappings":";;AAiPA,wBAMG"}
|
|
@@ -9,6 +9,7 @@ declare const _default: DefineComponent<HbSfCmProps_Intf, {
|
|
|
9
9
|
}>, {
|
|
10
10
|
list: HbSfCmList_intf[];
|
|
11
11
|
afterChange: (val: any) => void;
|
|
12
|
+
localOnly: boolean;
|
|
12
13
|
saveKey: string;
|
|
13
14
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
14
15
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HbFormItemFilterModal.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_form_item_filter_modal/src/HbFormItemFilterModal.vue"],"names":[],"mappings":";AAgHA;
|
|
1
|
+
{"version":3,"file":"HbFormItemFilterModal.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_form_item_filter_modal/src/HbFormItemFilterModal.vue"],"names":[],"mappings":";AAgHA;AA4zBA,OAAO,KAAK,EACR,gBAAgB,EAChB,kBAAkB,EACrB,MAAM,8EAA8E,CAAC;;;;;;;;;;;;;AAk0BtF,wBAUG"}
|
package/dist/components/business_comp/list_page_comp/hb_form_item_filter_modal/src/type.d.ts
CHANGED
|
@@ -33,6 +33,10 @@ export declare const HbSfCmProps: {
|
|
|
33
33
|
readonly type: PropType<number>;
|
|
34
34
|
readonly default: 40;
|
|
35
35
|
};
|
|
36
|
+
readonly localOnly: {
|
|
37
|
+
readonly type: PropType<boolean>;
|
|
38
|
+
readonly default: false;
|
|
39
|
+
};
|
|
36
40
|
};
|
|
37
41
|
export interface HbSfCmProps_Intf {
|
|
38
42
|
list: HbSfCmList_intf[];
|
|
@@ -40,6 +44,8 @@ export interface HbSfCmProps_Intf {
|
|
|
40
44
|
title?: string;
|
|
41
45
|
showNumber?: number;
|
|
42
46
|
saveKey?: string;
|
|
47
|
+
/** 是否仅本地保存,true 时使用 localStorage,false 时走远程接口 */
|
|
48
|
+
localOnly?: boolean;
|
|
43
49
|
}
|
|
44
50
|
export type HbSfCmType = ExtractPropTypes<typeof HbSfCmProps>;
|
|
45
51
|
//# sourceMappingURL=type.d.ts.map
|
package/dist/components/business_comp/list_page_comp/hb_form_item_filter_modal/src/type.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_form_item_filter_modal/src/type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEtD,MAAM,WAAW,kBAAkB;IAE/B,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,GAAG,EAAE,MAAM,CAAC;IAEZ,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB,SAAS,CAAC,EAAE,OAAO,GAAG,CAAC,CAAC,IAAI,EAAE,kBAAkB,KAAK,OAAO,CAAC,CAAC;IAC9D,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACtB;AAGD,MAAM,WAAW,eAAgB,SAAQ,kBAAkB;IAEvD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,eAAO,MAAM,WAAW;;uBAGD,QAAQ,CAAC,eAAe,EAAE,CAAC;;;;;uBAKxB,QAAQ,CAAC,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,CAAC;;;;uBAI9B,QAAQ,CAAC,MAAM,CAAC;;;;uBAIhB,QAAQ,CAAC,MAAM,CAAC;;;
|
|
1
|
+
{"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_form_item_filter_modal/src/type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEtD,MAAM,WAAW,kBAAkB;IAE/B,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,GAAG,EAAE,MAAM,CAAC;IAEZ,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB,SAAS,CAAC,EAAE,OAAO,GAAG,CAAC,CAAC,IAAI,EAAE,kBAAkB,KAAK,OAAO,CAAC,CAAC;IAC9D,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACtB;AAGD,MAAM,WAAW,eAAgB,SAAQ,kBAAkB;IAEvD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,eAAO,MAAM,WAAW;;uBAGD,QAAQ,CAAC,eAAe,EAAE,CAAC;;;;;uBAKxB,QAAQ,CAAC,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,CAAC;;;;uBAI9B,QAAQ,CAAC,MAAM,CAAC;;;;uBAIhB,QAAQ,CAAC,MAAM,CAAC;;;;uBAKf,QAAQ,CAAC,OAAO,CAAC;;;CAGhC,CAAC;AAGX,MAAM,WAAW,gBAAgB;IAC7B,IAAI,EAAE,eAAe,EAAE,CAAC;IACxB,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,CAAC;IACjC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,iDAAiD;IACjD,SAAS,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,MAAM,MAAM,UAAU,GAAG,gBAAgB,CAAC,OAAO,WAAW,CAAC,CAAC"}
|
|
@@ -26,10 +26,10 @@ declare const HbListPageAct: WithInstall<{
|
|
|
26
26
|
handleOpenOrClose: (...args: any[]) => void;
|
|
27
27
|
handleReload: (...args: any[]) => void;
|
|
28
28
|
}, PublicProps, {
|
|
29
|
-
isShowFullScreen: boolean;
|
|
30
|
-
hideDomList: string[];
|
|
31
29
|
needReload: boolean;
|
|
32
30
|
needOpenOrClose: boolean;
|
|
31
|
+
isShowFullScreen: boolean;
|
|
32
|
+
hideDomList: string[];
|
|
33
33
|
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLElement, ComponentProvideOptions, {
|
|
34
34
|
P: {};
|
|
35
35
|
B: {};
|
|
@@ -58,10 +58,10 @@ declare const HbListPageAct: WithInstall<{
|
|
|
58
58
|
onHandleOpenOrClose?: ((...args: any[]) => any) | undefined;
|
|
59
59
|
onHandleReload?: ((...args: any[]) => any) | undefined;
|
|
60
60
|
}>, {}, {}, {}, {}, {
|
|
61
|
-
isShowFullScreen: boolean;
|
|
62
|
-
hideDomList: string[];
|
|
63
61
|
needReload: boolean;
|
|
64
62
|
needOpenOrClose: boolean;
|
|
63
|
+
isShowFullScreen: boolean;
|
|
64
|
+
hideDomList: string[];
|
|
65
65
|
}>;
|
|
66
66
|
__isFragment?: never;
|
|
67
67
|
__isTeleport?: never;
|
|
@@ -90,10 +90,10 @@ declare const HbListPageAct: WithInstall<{
|
|
|
90
90
|
handleOpenOrClose: (...args: any[]) => void;
|
|
91
91
|
handleReload: (...args: any[]) => void;
|
|
92
92
|
}, string, {
|
|
93
|
-
isShowFullScreen: boolean;
|
|
94
|
-
hideDomList: string[];
|
|
95
93
|
needReload: boolean;
|
|
96
94
|
needOpenOrClose: boolean;
|
|
95
|
+
isShowFullScreen: boolean;
|
|
96
|
+
hideDomList: string[];
|
|
97
97
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
98
98
|
$slots: {
|
|
99
99
|
listAct?(_: {}): any;
|
package/dist/components/business_comp/list_page_comp/hb_list_page_act/src/HbListPageAct.d.ts
CHANGED
|
@@ -49,10 +49,10 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
49
49
|
onHandleOpenOrClose?: ((...args: any[]) => any) | undefined;
|
|
50
50
|
onHandleReload?: ((...args: any[]) => any) | undefined;
|
|
51
51
|
}>, {
|
|
52
|
-
isShowFullScreen: boolean;
|
|
53
|
-
hideDomList: string[];
|
|
54
52
|
needReload: boolean;
|
|
55
53
|
needOpenOrClose: boolean;
|
|
54
|
+
isShowFullScreen: boolean;
|
|
55
|
+
hideDomList: string[];
|
|
56
56
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLElement>;
|
|
57
57
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
58
58
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HbListTable.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_list_table/src/HbListTable.vue"],"names":[],"mappings":";;AAkNA;
|
|
1
|
+
{"version":3,"file":"HbListTable.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_list_table/src/HbListTable.vue"],"names":[],"mappings":";;AAkNA;AAsoBA,OAAO,EACH,UAAU,EACV,iBAAiB,EAEpB,MAAM,kEAAkE,CAAC;AAiW1E,iBAAS,cAAc;WAoUT,OAAO,IAA6B;;8BArBhB,GAAG;+BACF,GAAG;;;;YACL,GAAG;;;;;;YACL,GAAG;;;;YACM,GAAG;;;YACA,GAAG;;;YACP,GAAG;;;;;YACT,GAAG;wBACP,GAAG;yBACF,GAAG;uBACL,GAAG;;;;EAgB9B;AAoBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;wFASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -48,6 +48,10 @@ export declare const HbTableProps: {
|
|
|
48
48
|
readonly type: PropType<ColumnType[]>;
|
|
49
49
|
readonly default: () => never[];
|
|
50
50
|
};
|
|
51
|
+
readonly onResizeCol: {
|
|
52
|
+
readonly type: PropType<(columns: ColumnType[]) => void>;
|
|
53
|
+
readonly default: () => void;
|
|
54
|
+
};
|
|
51
55
|
};
|
|
52
56
|
export interface HbTableProps_Intf {
|
|
53
57
|
columns: ColumnType[];
|
|
@@ -58,6 +62,7 @@ export interface HbTableProps_Intf {
|
|
|
58
62
|
isUnFixTbHeight?: boolean;
|
|
59
63
|
showColumnSet?: boolean;
|
|
60
64
|
columnSetLocalColumns?: ColumnType[];
|
|
65
|
+
onResizeCol?: (columns: ColumnType[]) => void;
|
|
61
66
|
}
|
|
62
67
|
export type HbTablePropsType = ExtractPropTypes<typeof HbTableProps>;
|
|
63
68
|
//# sourceMappingURL=type.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_list_table/src/type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAClE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAClE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAC;AAEtE,MAAM,WAAW,OAAO;
|
|
1
|
+
{"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_list_table/src/type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAClE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAClE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAC;AAEtE,MAAM,WAAW,OAAO;IAEpB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB;AACD,MAAM,WAAW,UAAU;IAEvB,KAAK,CAAC,EAAE,UAAU,GAAG,CAAC,MAAM,UAAU,CAAC,CAAC;IAExC,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,SAAS,EAAE,MAAM,CAAC;IAElB,GAAG,EAAE,MAAM,CAAC;IAEZ,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAExB,KAAK,CAAC,EAAE,SAAS,CAAC;IAElB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC;IAEnC,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CAC1B;AACD,eAAO,MAAM,YAAY;;uBAEF,QAAQ,CAAC,UAAU,EAAE,CAAC;;;;;uBAOrB,QAAQ,CAAC,MAAM,GAAG,MAAM,CAAC;;;uBAIf,QAAQ,CAAC,MAAM,GAAG,MAAM,CAAC;;;;uBAInC,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;;uBAU3B,QAAQ,CAAC,UAAU,EAAE,CAAC;;;;uBAMnB,QAAQ,CAAC,CAAC,OAAO,EAAE,UAAU,EAAE,KAAK,IAAI,CAAC;;;CAGzD,CAAC;AAEX,MAAM,WAAW,iBAAiB;IAC9B,OAAO,EAAE,UAAU,EAAE,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC5B,YAAY,EAAE,MAAM,GAAG,MAAM,CAAC;IAC9B,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;IACpC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,qBAAqB,CAAC,EAAE,UAAU,EAAE,CAAC;IACrC,WAAW,CAAC,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,KAAK,IAAI,CAAC;CACjD;AACD,MAAM,MAAM,gBAAgB,GAAG,gBAAgB,CAAC,OAAO,YAAY,CAAC,CAAC"}
|
|
@@ -56,8 +56,8 @@ declare const HbListPageTableColSet: WithInstall<DefineComponent<ExtractPropType
|
|
|
56
56
|
}>> & Readonly<{
|
|
57
57
|
"onOn-get-columns"?: ((...args: any[]) => any) | undefined;
|
|
58
58
|
}>, {
|
|
59
|
-
index: number;
|
|
60
59
|
change: Function;
|
|
60
|
+
index: number;
|
|
61
61
|
hasClean: boolean;
|
|
62
62
|
selectedRowKeysLength: number;
|
|
63
63
|
tableColumns: any[];
|
|
@@ -54,8 +54,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
54
54
|
}>> & Readonly<{
|
|
55
55
|
"onOn-get-columns"?: ((...args: any[]) => any) | undefined;
|
|
56
56
|
}>, {
|
|
57
|
-
index: number;
|
|
58
57
|
change: Function;
|
|
58
|
+
index: number;
|
|
59
59
|
hasClean: boolean;
|
|
60
60
|
selectedRowKeysLength: number;
|
|
61
61
|
tableColumns: any[];
|
|
@@ -14,10 +14,10 @@ declare const HbLibLogModal: WithInstall<{
|
|
|
14
14
|
}, PublicProps, {
|
|
15
15
|
title: string;
|
|
16
16
|
width: string | number;
|
|
17
|
+
columns: TableColumnsType;
|
|
17
18
|
height: string | number;
|
|
18
19
|
params: Record<string, any>;
|
|
19
20
|
visible: boolean;
|
|
20
|
-
columns: TableColumnsType;
|
|
21
21
|
needBtn: boolean;
|
|
22
22
|
dataStr: string;
|
|
23
23
|
scrollY: number;
|
|
@@ -37,10 +37,10 @@ declare const HbLibLogModal: WithInstall<{
|
|
|
37
37
|
}, {}, {}, {}, {
|
|
38
38
|
title: string;
|
|
39
39
|
width: string | number;
|
|
40
|
+
columns: TableColumnsType;
|
|
40
41
|
height: string | number;
|
|
41
42
|
params: Record<string, any>;
|
|
42
43
|
visible: boolean;
|
|
43
|
-
columns: TableColumnsType;
|
|
44
44
|
needBtn: boolean;
|
|
45
45
|
dataStr: string;
|
|
46
46
|
scrollY: number;
|
|
@@ -59,10 +59,10 @@ declare const HbLibLogModal: WithInstall<{
|
|
|
59
59
|
}, string, {
|
|
60
60
|
title: string;
|
|
61
61
|
width: string | number;
|
|
62
|
+
columns: TableColumnsType;
|
|
62
63
|
height: string | number;
|
|
63
64
|
params: Record<string, any>;
|
|
64
65
|
visible: boolean;
|
|
65
|
-
columns: TableColumnsType;
|
|
66
66
|
needBtn: boolean;
|
|
67
67
|
dataStr: string;
|
|
68
68
|
scrollY: number;
|
|
@@ -24,10 +24,10 @@ declare const __VLS_component: DefineComponent<LogModalProps_Intf, {
|
|
|
24
24
|
}>, {
|
|
25
25
|
title: string;
|
|
26
26
|
width: string | number;
|
|
27
|
+
columns: ColumnsType;
|
|
27
28
|
height: string | number;
|
|
28
29
|
params: Record<string, any>;
|
|
29
30
|
visible: boolean;
|
|
30
|
-
columns: ColumnsType;
|
|
31
31
|
needBtn: boolean;
|
|
32
32
|
dataStr: string;
|
|
33
33
|
scrollY: number;
|
|
@@ -23,8 +23,8 @@ declare const _default: WithInstall<{
|
|
|
23
23
|
default: number;
|
|
24
24
|
};
|
|
25
25
|
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
26
|
-
formItemMb: number;
|
|
27
26
|
layout: number;
|
|
27
|
+
formItemMb: number;
|
|
28
28
|
cardTitle: string;
|
|
29
29
|
isForm: boolean;
|
|
30
30
|
isModal: boolean;
|
|
@@ -57,8 +57,8 @@ declare const _default: WithInstall<{
|
|
|
57
57
|
default: number;
|
|
58
58
|
};
|
|
59
59
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
60
|
-
formItemMb: number;
|
|
61
60
|
layout: number;
|
|
61
|
+
formItemMb: number;
|
|
62
62
|
cardTitle: string;
|
|
63
63
|
isForm: boolean;
|
|
64
64
|
isModal: boolean;
|
|
@@ -88,8 +88,8 @@ declare const _default: WithInstall<{
|
|
|
88
88
|
default: number;
|
|
89
89
|
};
|
|
90
90
|
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
91
|
-
formItemMb: number;
|
|
92
91
|
layout: number;
|
|
92
|
+
formItemMb: number;
|
|
93
93
|
cardTitle: string;
|
|
94
94
|
isForm: boolean;
|
|
95
95
|
isModal: boolean;
|
package/dist/components/business_comp/unlist_page_comp/hb_undetail_box/src/HbLibUnDetailBox.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HbLibUnDetailBox.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/unlist_page_comp/hb_undetail_box/src/HbLibUnDetailBox.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"HbLibUnDetailBox.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/unlist_page_comp/hb_undetail_box/src/HbLibUnDetailBox.vue"],"names":[],"mappings":";AAwCA;AA4HA,iBAAS,cAAc;WAuFT,OAAO,IAA6B;;4BAblB,GAAG;6BACF,GAAG;4BACJ,GAAG;;;;EAgBlC;AAiCD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EA0BnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -55,12 +55,12 @@ declare const HbDragInstall: WithInstall<{
|
|
|
55
55
|
}, PublicProps, {
|
|
56
56
|
readonly sort: boolean;
|
|
57
57
|
readonly filter: string;
|
|
58
|
-
readonly draggable: string;
|
|
59
58
|
readonly childrenType: ChildrenType;
|
|
60
59
|
readonly dragClass: string;
|
|
61
60
|
readonly ghostClass: string;
|
|
62
61
|
readonly chosenClass: string;
|
|
63
62
|
readonly handle: string;
|
|
63
|
+
readonly draggable: string;
|
|
64
64
|
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
65
65
|
P: {};
|
|
66
66
|
B: {};
|
|
@@ -114,12 +114,12 @@ declare const HbDragInstall: WithInstall<{
|
|
|
114
114
|
}>, {}, {}, {}, {}, {
|
|
115
115
|
readonly sort: boolean;
|
|
116
116
|
readonly filter: string;
|
|
117
|
-
readonly draggable: string;
|
|
118
117
|
readonly childrenType: ChildrenType;
|
|
119
118
|
readonly dragClass: string;
|
|
120
119
|
readonly ghostClass: string;
|
|
121
120
|
readonly chosenClass: string;
|
|
122
121
|
readonly handle: string;
|
|
122
|
+
readonly draggable: string;
|
|
123
123
|
}>;
|
|
124
124
|
__isFragment?: never;
|
|
125
125
|
__isTeleport?: never;
|
|
@@ -176,12 +176,12 @@ declare const HbDragInstall: WithInstall<{
|
|
|
176
176
|
}, string, {
|
|
177
177
|
readonly sort: boolean;
|
|
178
178
|
readonly filter: string;
|
|
179
|
-
readonly draggable: string;
|
|
180
179
|
readonly childrenType: ChildrenType;
|
|
181
180
|
readonly dragClass: string;
|
|
182
181
|
readonly ghostClass: string;
|
|
183
182
|
readonly chosenClass: string;
|
|
184
183
|
readonly handle: string;
|
|
184
|
+
readonly draggable: string;
|
|
185
185
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
186
186
|
$slots: {
|
|
187
187
|
default?(_: {
|
|
@@ -100,12 +100,12 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
100
100
|
}>, {
|
|
101
101
|
readonly sort: boolean;
|
|
102
102
|
readonly filter: string;
|
|
103
|
-
readonly draggable: string;
|
|
104
103
|
readonly childrenType: ChildrenType;
|
|
105
104
|
readonly dragClass: string;
|
|
106
105
|
readonly ghostClass: string;
|
|
107
106
|
readonly chosenClass: string;
|
|
108
107
|
readonly handle: string;
|
|
108
|
+
readonly draggable: string;
|
|
109
109
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
110
110
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
111
111
|
export default _default;
|
|
@@ -75,9 +75,9 @@ declare const HbTree: WithInstall<DefineComponent<ExtractPropTypes<{
|
|
|
75
75
|
readonly type: BooleanConstructor;
|
|
76
76
|
};
|
|
77
77
|
}>> & Readonly<{}>, {
|
|
78
|
+
readonly labelKey: string;
|
|
78
79
|
readonly multiple: boolean;
|
|
79
80
|
readonly modelValue: unknown[];
|
|
80
|
-
readonly labelKey: string;
|
|
81
81
|
readonly keyKey: string;
|
|
82
82
|
readonly childrenKey: string;
|
|
83
83
|
readonly defaultExpandKeys: Key[];
|
|
@@ -73,9 +73,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
73
73
|
readonly type: BooleanConstructor;
|
|
74
74
|
};
|
|
75
75
|
}>> & Readonly<{}>, {
|
|
76
|
+
readonly labelKey: string;
|
|
76
77
|
readonly multiple: boolean;
|
|
77
78
|
readonly modelValue: unknown[];
|
|
78
|
-
readonly labelKey: string;
|
|
79
79
|
readonly keyKey: string;
|
|
80
80
|
readonly childrenKey: string;
|
|
81
81
|
readonly defaultExpandKeys: Key[];
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { HbLibIconProps } from './type';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
declare const _default: DefineComponent<HbLibIconProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<HbLibIconProps> & Readonly<{}>, {
|
|
4
|
+
name: string;
|
|
4
5
|
width: number;
|
|
5
6
|
height: number;
|
|
6
7
|
hoverBgColor: string;
|
|
7
|
-
name: string;
|
|
8
8
|
hover: boolean | string;
|
|
9
9
|
initFillColor: string;
|
|
10
10
|
className: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hbUiConfig.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/func_comp/hb_ui_config/src/hbUiConfig.vue"],"names":[],"mappings":";AAiBA;
|
|
1
|
+
{"version":3,"file":"hbUiConfig.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/func_comp/hb_ui_config/src/hbUiConfig.vue"],"names":[],"mappings":";AAiBA;AAkDA,OAAsB,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAO7D,KAAK,WAAW,GAAG;IACf,MAAM,CAAC,EAAE,kBAAkB,CAAC;CAC/B,CAAC;AAqBF,iBAAS,cAAc;WA6BT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6SAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { HybridStorageOptions_Intf } from './type';
|
|
2
|
+
/**
|
|
3
|
+
* 从远程响应中解析 content 字符串
|
|
4
|
+
* @param response 远程接口响应
|
|
5
|
+
* @returns content 字符串,解析失败返回 null
|
|
6
|
+
*/
|
|
7
|
+
export declare const defaultParseRemoteContent: (response: unknown) => string | null;
|
|
8
|
+
/**
|
|
9
|
+
* 从远程加载配置:每次走接口,不做本地缓存
|
|
10
|
+
* 若本地存在历史数据,会先上传远端后删除本地(一次性迁移)
|
|
11
|
+
* @param options 存储配置
|
|
12
|
+
* @returns 远程 content 字符串,无数据或接口失败时返回 null
|
|
13
|
+
*/
|
|
14
|
+
export declare const loadFromHybridStorage: (options: HybridStorageOptions_Intf) => Promise<string | null>;
|
|
15
|
+
/**
|
|
16
|
+
* 保存配置到远程接口
|
|
17
|
+
* @param options 存储配置
|
|
18
|
+
* @param content 要保存的内容字符串
|
|
19
|
+
*/
|
|
20
|
+
export declare const saveToHybridStorage: (options: HybridStorageOptions_Intf, content: string) => Promise<void>;
|
|
21
|
+
/**
|
|
22
|
+
* 从 localStorage 读取配置
|
|
23
|
+
* @param localKey localStorage 键
|
|
24
|
+
*/
|
|
25
|
+
export declare const loadFromLocalStorage: (localKey: string) => string | null;
|
|
26
|
+
/**
|
|
27
|
+
* 保存配置到 localStorage
|
|
28
|
+
* @param localKey localStorage 键
|
|
29
|
+
* @param content 要保存的内容字符串
|
|
30
|
+
*/
|
|
31
|
+
export declare const saveToLocalStorage: (localKey: string, content: string) => void;
|
|
32
|
+
//# sourceMappingURL=hybridStorage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hybridStorage.d.ts","sourceRoot":"","sources":["../../../../src/components/utils/hybrid_storage/hybridStorage.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,QAAQ,CAAC;AAGxD;;;;GAIG;AACH,eAAO,MAAM,yBAAyB,GAAI,UAAU,OAAO,KAAG,MAAM,GAAG,IA4BtE,CAAC;AAoGF;;;;;GAKG;AACH,eAAO,MAAM,qBAAqB,GAC9B,SAAS,yBAAyB,KACnC,OAAO,CAAC,MAAM,GAAG,IAAI,CAIvB,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,GAC5B,SAAS,yBAAyB,EAClC,SAAS,MAAM,KAChB,OAAO,CAAC,IAAI,CAEd,CAAC;AAIF;;;GAGG;AACH,eAAO,MAAM,oBAAoB,GAAI,UAAU,MAAM,KAAG,MAAM,GAAG,IAOhE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,GAAI,UAAU,MAAM,EAAE,SAAS,MAAM,KAAG,IAMtE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/utils/hybrid_storage/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,OAAO,EACH,yBAAyB,EACzB,qBAAqB,EACrB,oBAAoB,EACpB,mBAAmB,EACnB,kBAAkB,GACrB,MAAM,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/** 混合存储请求参数 */
|
|
2
|
+
export interface HybridStorageRequestParams_Intf {
|
|
3
|
+
/** 接口地址 */
|
|
4
|
+
url: string;
|
|
5
|
+
/** 请求方式 */
|
|
6
|
+
method: 'get' | 'post';
|
|
7
|
+
/** 请求参数 */
|
|
8
|
+
data: Record<string, unknown>;
|
|
9
|
+
}
|
|
10
|
+
/** 混合存储远程请求方法 */
|
|
11
|
+
export type HybridStorageRequestFn_Type = (params: HybridStorageRequestParams_Intf) => Promise<unknown>;
|
|
12
|
+
/** 混合存储远程接口配置 */
|
|
13
|
+
export interface HybridStorageApiConfig_Intf {
|
|
14
|
+
/** 保存接口地址 */
|
|
15
|
+
saveUrl?: string;
|
|
16
|
+
/** 获取接口地址 */
|
|
17
|
+
getUrl?: string;
|
|
18
|
+
/** 远程请求方法,由业务项目注入 */
|
|
19
|
+
request?: HybridStorageRequestFn_Type;
|
|
20
|
+
/** 从远程响应中解析 content 字符串 */
|
|
21
|
+
parseContent?: (response: unknown) => string | null;
|
|
22
|
+
/** 获取用户 ID,默认从 localStorage 读取 */
|
|
23
|
+
getUserId?: () => string;
|
|
24
|
+
}
|
|
25
|
+
/** 混合存储运行时配置(localKey 仅用于一次性迁移历史本地数据) */
|
|
26
|
+
export interface HybridStorageOptions_Intf extends HybridStorageApiConfig_Intf {
|
|
27
|
+
/** 历史 localStorage 键,用于一次性迁移 */
|
|
28
|
+
localKey: string;
|
|
29
|
+
/** 远程存储 path 标识 */
|
|
30
|
+
remotePath: string;
|
|
31
|
+
/** 用户 ID */
|
|
32
|
+
userId: string;
|
|
33
|
+
}
|
|
34
|
+
//# sourceMappingURL=type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../../src/components/utils/hybrid_storage/type.ts"],"names":[],"mappings":"AAAA,eAAe;AACf,MAAM,WAAW,+BAA+B;IAC5C,WAAW;IACX,GAAG,EAAE,MAAM,CAAC;IACZ,WAAW;IACX,MAAM,EAAE,KAAK,GAAG,MAAM,CAAC;IACvB,WAAW;IACX,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACjC;AAED,iBAAiB;AACjB,MAAM,MAAM,2BAA2B,GAAG,CACtC,MAAM,EAAE,+BAA+B,KACtC,OAAO,CAAC,OAAO,CAAC,CAAC;AAEtB,iBAAiB;AACjB,MAAM,WAAW,2BAA2B;IACxC,aAAa;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,aAAa;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,qBAAqB;IACrB,OAAO,CAAC,EAAE,2BAA2B,CAAC;IACtC,2BAA2B;IAC3B,YAAY,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,MAAM,GAAG,IAAI,CAAC;IACpD,kCAAkC;IAClC,SAAS,CAAC,EAAE,MAAM,MAAM,CAAC;CAC5B;AAED,yCAAyC;AACzC,MAAM,WAAW,yBAA0B,SAAQ,2BAA2B;IAC1E,gCAAgC;IAChC,QAAQ,EAAE,MAAM,CAAC;IACjB,mBAAmB;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY;IACZ,MAAM,EAAE,MAAM,CAAC;CAClB"}
|
package/dist/config/index.d.ts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { ColumnType } from '../components/type';
|
|
2
|
+
import { HybridStorageApiConfig_Intf } from '../components/utils/hybrid_storage';
|
|
1
3
|
export interface Global_config_intf {
|
|
2
4
|
color?: {
|
|
3
5
|
themeColor?: string;
|
|
@@ -14,6 +16,7 @@ export interface Global_config_intf {
|
|
|
14
16
|
colSaveTimeOut?: number;
|
|
15
17
|
defaultColWidth?: number;
|
|
16
18
|
ellipsisNumber?: number;
|
|
19
|
+
onResizeCol?: (columns: ColumnType[]) => void;
|
|
17
20
|
};
|
|
18
21
|
HbLibListPageContainer?: {
|
|
19
22
|
offsetBottom?: number;
|
|
@@ -41,9 +44,11 @@ export interface Global_config_intf {
|
|
|
41
44
|
HbLibListBtnsAct?: {
|
|
42
45
|
needFooter?: boolean;
|
|
43
46
|
};
|
|
47
|
+
userPreferenceStorage?: HybridStorageApiConfig_Intf;
|
|
44
48
|
HbLibFormItemFilterModal?: {
|
|
45
49
|
modalWidth?: number;
|
|
46
50
|
defaultShowCount?: number;
|
|
51
|
+
storage?: HybridStorageApiConfig_Intf;
|
|
47
52
|
};
|
|
48
53
|
HbLibDetailBox?: {
|
|
49
54
|
descLabelWidth?: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/config/index.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,kBAAkB;IAE/B,KAAK,CAAC,EAAE;QAEJ,UAAU,CAAC,EAAE,MAAM,CAAC;KACvB,CAAC;IAEF,UAAU,CAAC,EAAE;QACT,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,UAAU,CAAC,EAAE,MAAM,CAAC;KACvB,CAAC;IAEF,SAAS,CAAC,EAAE;QAER,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;QAEpC,cAAc,CAAC,EAAE,MAAM,CAAC;QAExB,eAAe,CAAC,EAAE,MAAM,CAAC;QAEzB,cAAc,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/config/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { LocalShowList_intf, HbSfCmProps_Intf, HbSfCmList_intf } from '../components/type';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, GlobalComponents, GlobalDirectives } from 'vue';
|
|
3
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
4
|
+
filterModalRef: CreateComponentPublicInstanceWithMixins<Readonly< HbSfCmProps_Intf> & Readonly<{
|
|
5
|
+
onConfirm?: ((value: LocalShowList_intf[]) => any) | undefined;
|
|
6
|
+
}>, {
|
|
7
|
+
toOpenModal: () => void;
|
|
8
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
9
|
+
confirm: (value: LocalShowList_intf[]) => any;
|
|
10
|
+
}, PublicProps, {
|
|
11
|
+
list: HbSfCmList_intf[];
|
|
12
|
+
afterChange: (val: any) => void;
|
|
13
|
+
localOnly: boolean;
|
|
14
|
+
saveKey: string;
|
|
15
|
+
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
16
|
+
P: {};
|
|
17
|
+
B: {};
|
|
18
|
+
D: {};
|
|
19
|
+
C: {};
|
|
20
|
+
M: {};
|
|
21
|
+
Defaults: {};
|
|
22
|
+
}, Readonly< HbSfCmProps_Intf> & Readonly<{
|
|
23
|
+
onConfirm?: ((value: LocalShowList_intf[]) => any) | undefined;
|
|
24
|
+
}>, {
|
|
25
|
+
toOpenModal: () => void;
|
|
26
|
+
}, {}, {}, {}, {
|
|
27
|
+
list: HbSfCmList_intf[];
|
|
28
|
+
afterChange: (val: any) => void;
|
|
29
|
+
localOnly: boolean;
|
|
30
|
+
saveKey: string;
|
|
31
|
+
}> | null;
|
|
32
|
+
}, HTMLDivElement>;
|
|
33
|
+
export default _default;
|
|
34
|
+
//# sourceMappingURL=HbFormItemFilterModalHybridStorage.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HbFormItemFilterModalHybridStorage.vue.d.ts","sourceRoot":"","sources":["../../src/demo/HbFormItemFilterModalHybridStorage.vue"],"names":[],"mappings":";AA2SA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8W5D,wBAOG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HbLibDetailBox.vue.d.ts","sourceRoot":"","sources":["../../src/demo/HbLibDetailBox.vue"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"HbLibDetailBox.vue.d.ts","sourceRoot":"","sources":["../../src/demo/HbLibDetailBox.vue"],"names":[],"mappings":";;AAgQA,wBAMG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HbListMultiSelect.vue.d.ts","sourceRoot":"","sources":["../../src/demo/HbListMultiSelect.vue"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"HbListMultiSelect.vue.d.ts","sourceRoot":"","sources":["../../src/demo/HbListMultiSelect.vue"],"names":[],"mappings":";;AA+dA,wBAMG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HbUnDetailBox.vue.d.ts","sourceRoot":"","sources":["../../src/demo/HbUnDetailBox.vue"],"names":[],"mappings":";;;;
|
|
1
|
+
{"version":3,"file":"HbUnDetailBox.vue.d.ts","sourceRoot":"","sources":["../../src/demo/HbUnDetailBox.vue"],"names":[],"mappings":";;;;AAgHA,wBAOG"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { HybridStorageRequestFn_Type } from '../components/utils/hybrid_storage';
|
|
2
|
+
/** 模拟保存接口地址 */
|
|
3
|
+
export declare const MOCK_USER_PREFERENCE_SAVE_URL = "/mock/user-preference/save";
|
|
4
|
+
/** 模拟获取接口地址 */
|
|
5
|
+
export declare const MOCK_USER_PREFERENCE_GET_URL = "/mock/user-preference/get";
|
|
6
|
+
/** 模拟 demo 用户 ID */
|
|
7
|
+
export declare const MOCK_DEMO_USER_ID = "demo_user_001";
|
|
8
|
+
/** 模拟 demo 用户信息 localStorage 键 */
|
|
9
|
+
export declare const MOCK_LOGIN_USER_INFO_KEY = "pro__Login_Userinfo";
|
|
10
|
+
/**
|
|
11
|
+
* 初始化 demo 用户信息到 localStorage
|
|
12
|
+
*/
|
|
13
|
+
export declare const initMockLoginUserInfo: () => void;
|
|
14
|
+
/**
|
|
15
|
+
* 创建模拟远程存储请求方法
|
|
16
|
+
* @param onRequestLog 请求日志回调
|
|
17
|
+
*/
|
|
18
|
+
export declare const createMockUserPreferenceRequest: (onRequestLog?: (message: string) => void) => HybridStorageRequestFn_Type;
|
|
19
|
+
/**
|
|
20
|
+
* 读取模拟远程存储内容
|
|
21
|
+
* @param userId 用户 ID
|
|
22
|
+
* @param path 存储 path
|
|
23
|
+
*/
|
|
24
|
+
export declare const getMockRemoteContent: (userId: string, path: string) => string | null;
|
|
25
|
+
/** 清空模拟远程存储 */
|
|
26
|
+
export declare const clearMockRemoteStore: () => void;
|
|
27
|
+
/** 获取模拟远程存储快照 */
|
|
28
|
+
export declare const getMockRemoteStoreSnapshot: () => Record<string, string>;
|
|
29
|
+
//# sourceMappingURL=mockUserPreferenceStorage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mockUserPreferenceStorage.d.ts","sourceRoot":"","sources":["../../src/demo/mockUserPreferenceStorage.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,mCAAmC,CAAC;AAKrF,eAAe;AACf,eAAO,MAAM,6BAA6B,+BAA+B,CAAC;AAE1E,eAAe;AACf,eAAO,MAAM,4BAA4B,8BAA8B,CAAC;AAExE,oBAAoB;AACpB,eAAO,MAAM,iBAAiB,kBAAkB,CAAC;AAEjD,kCAAkC;AAClC,eAAO,MAAM,wBAAwB,wBAAwB,CAAC;AAW9D;;GAEG;AACH,eAAO,MAAM,qBAAqB,QAAO,IASxC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,+BAA+B,GACxC,eAAe,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,KACzC,2BAuCF,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,GAC7B,QAAQ,MAAM,EACd,MAAM,MAAM,KACb,MAAM,GAAG,IAEX,CAAC;AAEF,eAAe;AACf,eAAO,MAAM,oBAAoB,QAAO,IAEvC,CAAC;AAEF,iBAAiB;AACjB,eAAO,MAAM,0BAA0B,QAAO,MAAM,CAAC,MAAM,EAAE,MAAM,CAElE,CAAC"}
|