@qqt-product/ui 10.0.2 → 11.0.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.
@@ -75,6 +75,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
75
75
  getSpan: (field: FormFieldsItem) => number;
76
76
  getStaticSelectLabel: (field: FormFieldsItem) => string;
77
77
  handleCodeChange: (value: string, config: FormFieldsItem) => void;
78
+ currencyFormat: (val: string, option: any) => string;
78
79
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
79
80
  readonly groupName: {
80
81
  readonly type: PropType<string>;
@@ -71,6 +71,7 @@ declare const _sfc_main: DefineComponent<{
71
71
  getSpan: (field: FormFieldsItem) => number;
72
72
  getStaticSelectLabel: (field: FormFieldsItem) => string;
73
73
  handleCodeChange: (value: string, config: FormFieldsItem) => void;
74
+ currencyFormat: (val: string, option: any) => string;
74
75
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
75
76
  readonly groupName: {
76
77
  readonly type: PropType<string>;
@@ -94,6 +94,9 @@ declare const _default: SFCWithInstall<DefineComponent<{
94
94
  kefu: {
95
95
  type: FunctionConstructor;
96
96
  };
97
+ chatBi: {
98
+ type: FunctionConstructor;
99
+ };
97
100
  layoutConfig: {
98
101
  type: PropType<LayoutConfigType>;
99
102
  };
@@ -274,6 +277,24 @@ declare const _default: SFCWithInstall<DefineComponent<{
274
277
  type: BooleanConstructor;
275
278
  default: boolean;
276
279
  };
280
+ sourceData: {
281
+ required: true;
282
+ type: {
283
+ (arrayLength: number): ExtendMenu[];
284
+ (...items: ExtendMenu[]): ExtendMenu[];
285
+ new (arrayLength: number): ExtendMenu[];
286
+ new (...items: ExtendMenu[]): ExtendMenu[];
287
+ isArray(arg: any): arg is any[];
288
+ readonly prototype: any[];
289
+ from<T>(arrayLike: ArrayLike<T>): T[];
290
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
291
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
292
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
293
+ of<T_4>(...items: T_4[]): T_4[];
294
+ readonly [Symbol.species]: ArrayConstructor;
295
+ };
296
+ default: () => never[];
297
+ };
277
298
  menus: {
278
299
  required: true;
279
300
  type: {
@@ -305,6 +326,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
305
326
  router: {
306
327
  push: (obj: RouterPropsType) => void;
307
328
  };
329
+ srmI18n: SrmI18n;
308
330
  userInfo: {
309
331
  token: string;
310
332
  srmVersion: string;
@@ -355,11 +377,14 @@ declare const _default: SFCWithInstall<DefineComponent<{
355
377
  }[]>;
356
378
  currentActive: Ref<number>;
357
379
  meta: Ref<FirstMenuMeta | undefined>;
380
+ isEffectiveRoutePath: Ref<boolean>;
358
381
  firstMenuSelect: (item: ExtendMenu, index: number) => void;
359
382
  updateMenuBadgeCount: (firstMenuPath: string, count: number) => void;
360
383
  menuSelect: () => void;
361
384
  expandedKeys: Ref<(string | number)[]>;
362
385
  autoExpandParent: Ref<boolean>;
386
+ checkPath: (node: ExtendMenu, path: string) => boolean;
387
+ getEffectiveSource: (node: ExtendMenu, data: ExtendMenu[]) => void;
363
388
  onSelect: (selectedKeys: string[], e: any) => void;
364
389
  readonly QIcon: DefineComponent<{
365
390
  type: {
@@ -481,6 +506,24 @@ declare const _default: SFCWithInstall<DefineComponent<{
481
506
  type: BooleanConstructor;
482
507
  default: boolean;
483
508
  };
509
+ sourceData: {
510
+ required: true;
511
+ type: {
512
+ (arrayLength: number): ExtendMenu[];
513
+ (...items: ExtendMenu[]): ExtendMenu[];
514
+ new (arrayLength: number): ExtendMenu[];
515
+ new (...items: ExtendMenu[]): ExtendMenu[];
516
+ isArray(arg: any): arg is any[];
517
+ readonly prototype: any[];
518
+ from<T>(arrayLike: ArrayLike<T>): T[];
519
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
520
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
521
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
522
+ of<T_4>(...items: T_4[]): T_4[];
523
+ readonly [Symbol.species]: ArrayConstructor;
524
+ };
525
+ default: () => never[];
526
+ };
484
527
  menus: {
485
528
  required: true;
486
529
  type: {
@@ -518,6 +561,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
518
561
  collapsed: boolean;
519
562
  searchState: boolean;
520
563
  currentSearchValue: string;
564
+ sourceData: ExtendMenu[];
521
565
  }, {}>;
522
566
  menuSearch: DefineComponent<{
523
567
  collapsed: {
@@ -697,6 +741,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
697
741
  showShoppingMall: boolean;
698
742
  showWebProcurement: boolean;
699
743
  showI18n: boolean;
744
+ showChatBi: boolean;
700
745
  };
701
746
  btns: Ref<{
702
747
  title: string;
@@ -745,6 +790,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
745
790
  showShoppingMall: boolean;
746
791
  showWebProcurement: boolean;
747
792
  showI18n: boolean;
793
+ showChatBi: boolean;
748
794
  };
749
795
  showDrawer: Ref<boolean>;
750
796
  showGlobalStyleDrawer: () => void;
@@ -752,6 +798,13 @@ declare const _default: SFCWithInstall<DefineComponent<{
752
798
  rightTool: DefineComponent<{}, {
753
799
  lightTheme: Ref<"dark" | "light">;
754
800
  darkTheme: Ref<"dark" | "light">;
801
+ headerLayoutConfig: {
802
+ showTanentPageHome: boolean;
803
+ showShoppingMall: boolean;
804
+ showWebProcurement: boolean;
805
+ showI18n: boolean;
806
+ showChatBi: boolean;
807
+ };
755
808
  Q_APPLICATION_CONFIG: {
756
809
  updateTheme: () => void;
757
810
  theme: string;
@@ -759,6 +812,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
759
812
  handleChat: () => void;
760
813
  srmI18n: SrmI18n;
761
814
  handleKefu: () => void;
815
+ handleChatBi: () => void;
762
816
  theme: string;
763
817
  updateTheme: () => void;
764
818
  list: Ref<{
@@ -771,6 +825,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
771
825
  iconToolClick: (type: string) => void;
772
826
  openChat: () => void;
773
827
  fetchCustomer: () => void;
828
+ openChatBi: () => void;
774
829
  readonly QSymbolIcon: DefineComponent<{
775
830
  type: {
776
831
  type: PropType<string>;
@@ -800,6 +855,39 @@ declare const _default: SFCWithInstall<DefineComponent<{
800
855
  }>>, {
801
856
  type: string;
802
857
  }, {}>;
858
+ readonly QIcon: DefineComponent<{
859
+ type: {
860
+ type: PropType<string>;
861
+ default: string;
862
+ };
863
+ size: {
864
+ type: (StringConstructor | NumberConstructor)[];
865
+ };
866
+ color: {
867
+ type: StringConstructor;
868
+ };
869
+ }, {
870
+ fontSize: ComputedRef<{
871
+ fontSize: string;
872
+ }>;
873
+ iconType: ComputedRef<string>;
874
+ iconColor: ComputedRef<{
875
+ color: string;
876
+ }>;
877
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
878
+ type: {
879
+ type: PropType<string>;
880
+ default: string;
881
+ };
882
+ size: {
883
+ type: (StringConstructor | NumberConstructor)[];
884
+ };
885
+ color: {
886
+ type: StringConstructor;
887
+ };
888
+ }>>, {
889
+ type: string;
890
+ }, {}>;
803
891
  message: DefineComponent<{}, {
804
892
  handleMsgRecord: () => void;
805
893
  srmI18n: SrmI18n;
@@ -998,6 +1086,9 @@ declare const _default: SFCWithInstall<DefineComponent<{
998
1086
  kefu: {
999
1087
  type: FunctionConstructor;
1000
1088
  };
1089
+ chatBi: {
1090
+ type: FunctionConstructor;
1091
+ };
1001
1092
  layoutConfig: {
1002
1093
  type: PropType<LayoutConfigType>;
1003
1094
  };
@@ -17,6 +17,7 @@ declare const _sfc_main: DefineComponent<{}, {
17
17
  showShoppingMall: boolean;
18
18
  showWebProcurement: boolean;
19
19
  showI18n: boolean;
20
+ showChatBi: boolean;
20
21
  };
21
22
  btns: Ref<{
22
23
  title: string;
@@ -65,6 +66,7 @@ declare const _sfc_main: DefineComponent<{}, {
65
66
  showShoppingMall: boolean;
66
67
  showWebProcurement: boolean;
67
68
  showI18n: boolean;
69
+ showChatBi: boolean;
68
70
  };
69
71
  showDrawer: Ref<boolean>;
70
72
  showGlobalStyleDrawer: () => void;
@@ -72,6 +74,13 @@ declare const _sfc_main: DefineComponent<{}, {
72
74
  rightTool: DefineComponent<{}, {
73
75
  lightTheme: Ref<"dark" | "light">;
74
76
  darkTheme: Ref<"dark" | "light">;
77
+ headerLayoutConfig: {
78
+ showTanentPageHome: boolean;
79
+ showShoppingMall: boolean;
80
+ showWebProcurement: boolean;
81
+ showI18n: boolean;
82
+ showChatBi: boolean;
83
+ };
75
84
  Q_APPLICATION_CONFIG: {
76
85
  updateTheme: () => void;
77
86
  theme: string;
@@ -79,6 +88,7 @@ declare const _sfc_main: DefineComponent<{}, {
79
88
  handleChat: () => void;
80
89
  srmI18n: SrmI18n;
81
90
  handleKefu: () => void;
91
+ handleChatBi: () => void;
82
92
  theme: string;
83
93
  updateTheme: () => void;
84
94
  list: Ref<{
@@ -91,6 +101,7 @@ declare const _sfc_main: DefineComponent<{}, {
91
101
  iconToolClick: (type: string) => void;
92
102
  openChat: () => void;
93
103
  fetchCustomer: () => void;
104
+ openChatBi: () => void;
94
105
  readonly QSymbolIcon: DefineComponent<{
95
106
  type: {
96
107
  type: PropType<string>;
@@ -120,6 +131,39 @@ declare const _sfc_main: DefineComponent<{}, {
120
131
  }>>, {
121
132
  type: string;
122
133
  }, {}>;
134
+ readonly QIcon: DefineComponent<{
135
+ type: {
136
+ type: PropType<string>;
137
+ default: string;
138
+ };
139
+ size: {
140
+ type: (StringConstructor | NumberConstructor)[];
141
+ };
142
+ color: {
143
+ type: StringConstructor;
144
+ };
145
+ }, {
146
+ fontSize: ComputedRef<{
147
+ fontSize: string;
148
+ }>;
149
+ iconType: ComputedRef<string>;
150
+ iconColor: ComputedRef<{
151
+ color: string;
152
+ }>;
153
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
154
+ type: {
155
+ type: PropType<string>;
156
+ default: string;
157
+ };
158
+ size: {
159
+ type: (StringConstructor | NumberConstructor)[];
160
+ };
161
+ color: {
162
+ type: StringConstructor;
163
+ };
164
+ }>>, {
165
+ type: string;
166
+ }, {}>;
123
167
  message: DefineComponent<{}, {
124
168
  handleMsgRecord: () => void;
125
169
  srmI18n: SrmI18n;
@@ -12,6 +12,7 @@ declare const _sfc_main: DefineComponent<{}, {
12
12
  showShoppingMall: boolean;
13
13
  showWebProcurement: boolean;
14
14
  showI18n: boolean;
15
+ showChatBi: boolean;
15
16
  };
16
17
  showDrawer: Ref<boolean>;
17
18
  showGlobalStyleDrawer: () => void;
@@ -19,6 +20,13 @@ declare const _sfc_main: DefineComponent<{}, {
19
20
  rightTool: DefineComponent<{}, {
20
21
  lightTheme: Ref<"dark" | "light">;
21
22
  darkTheme: Ref<"dark" | "light">;
23
+ headerLayoutConfig: {
24
+ showTanentPageHome: boolean;
25
+ showShoppingMall: boolean;
26
+ showWebProcurement: boolean;
27
+ showI18n: boolean;
28
+ showChatBi: boolean;
29
+ };
22
30
  Q_APPLICATION_CONFIG: {
23
31
  updateTheme: () => void;
24
32
  theme: string;
@@ -26,6 +34,7 @@ declare const _sfc_main: DefineComponent<{}, {
26
34
  handleChat: () => void;
27
35
  srmI18n: SrmI18n;
28
36
  handleKefu: () => void;
37
+ handleChatBi: () => void;
29
38
  theme: string;
30
39
  updateTheme: () => void;
31
40
  list: Ref<{
@@ -38,6 +47,7 @@ declare const _sfc_main: DefineComponent<{}, {
38
47
  iconToolClick: (type: string) => void;
39
48
  openChat: () => void;
40
49
  fetchCustomer: () => void;
50
+ openChatBi: () => void;
41
51
  readonly QSymbolIcon: DefineComponent<{
42
52
  type: {
43
53
  type: PropType<string>;
@@ -67,6 +77,39 @@ declare const _sfc_main: DefineComponent<{}, {
67
77
  }>>, {
68
78
  type: string;
69
79
  }, {}>;
80
+ readonly QIcon: DefineComponent<{
81
+ type: {
82
+ type: PropType<string>;
83
+ default: string;
84
+ };
85
+ size: {
86
+ type: (StringConstructor | NumberConstructor)[];
87
+ };
88
+ color: {
89
+ type: StringConstructor;
90
+ };
91
+ }, {
92
+ fontSize: ComputedRef<{
93
+ fontSize: string;
94
+ }>;
95
+ iconType: ComputedRef<string>;
96
+ iconColor: ComputedRef<{
97
+ color: string;
98
+ }>;
99
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
100
+ type: {
101
+ type: PropType<string>;
102
+ default: string;
103
+ };
104
+ size: {
105
+ type: (StringConstructor | NumberConstructor)[];
106
+ };
107
+ color: {
108
+ type: StringConstructor;
109
+ };
110
+ }>>, {
111
+ type: string;
112
+ }, {}>;
70
113
  message: DefineComponent<{}, {
71
114
  handleMsgRecord: () => void;
72
115
  srmI18n: SrmI18n;
@@ -4,6 +4,13 @@ type ThemeNameType = 'light' | 'dark';
4
4
  declare const _sfc_main: DefineComponent<{}, {
5
5
  lightTheme: Ref<ThemeNameType>;
6
6
  darkTheme: Ref<ThemeNameType>;
7
+ headerLayoutConfig: {
8
+ showTanentPageHome: boolean;
9
+ showShoppingMall: boolean;
10
+ showWebProcurement: boolean;
11
+ showI18n: boolean;
12
+ showChatBi: boolean;
13
+ };
7
14
  Q_APPLICATION_CONFIG: {
8
15
  updateTheme: () => void;
9
16
  theme: string;
@@ -11,6 +18,7 @@ declare const _sfc_main: DefineComponent<{}, {
11
18
  handleChat: () => void;
12
19
  srmI18n: SrmI18n;
13
20
  handleKefu: () => void;
21
+ handleChatBi: () => void;
14
22
  theme: string;
15
23
  updateTheme: () => void;
16
24
  list: Ref<{
@@ -23,6 +31,7 @@ declare const _sfc_main: DefineComponent<{}, {
23
31
  iconToolClick: (type: string) => void;
24
32
  openChat: () => void;
25
33
  fetchCustomer: () => void;
34
+ openChatBi: () => void;
26
35
  readonly QSymbolIcon: DefineComponent<{
27
36
  type: {
28
37
  type: PropType<string>;
@@ -52,6 +61,39 @@ declare const _sfc_main: DefineComponent<{}, {
52
61
  }>>, {
53
62
  type: string;
54
63
  }, {}>;
64
+ readonly QIcon: DefineComponent<{
65
+ type: {
66
+ type: PropType<string>;
67
+ default: string;
68
+ };
69
+ size: {
70
+ type: (StringConstructor | NumberConstructor)[];
71
+ };
72
+ color: {
73
+ type: StringConstructor;
74
+ };
75
+ }, {
76
+ fontSize: ComputedRef<{
77
+ fontSize: string;
78
+ }>;
79
+ iconType: ComputedRef<string>;
80
+ iconColor: ComputedRef<{
81
+ color: string;
82
+ }>;
83
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
84
+ type: {
85
+ type: PropType<string>;
86
+ default: string;
87
+ };
88
+ size: {
89
+ type: (StringConstructor | NumberConstructor)[];
90
+ };
91
+ color: {
92
+ type: StringConstructor;
93
+ };
94
+ }>>, {
95
+ type: string;
96
+ }, {}>;
55
97
  message: DefineComponent<{}, {
56
98
  handleMsgRecord: () => void;
57
99
  srmI18n: SrmI18n;
@@ -91,6 +91,9 @@ declare const _sfc_main: DefineComponent<{
91
91
  kefu: {
92
92
  type: FunctionConstructor;
93
93
  };
94
+ chatBi: {
95
+ type: FunctionConstructor;
96
+ };
94
97
  layoutConfig: {
95
98
  type: PropType<LayoutConfigType>;
96
99
  };
@@ -271,6 +274,24 @@ declare const _sfc_main: DefineComponent<{
271
274
  type: BooleanConstructor;
272
275
  default: boolean;
273
276
  };
277
+ sourceData: {
278
+ required: true;
279
+ type: {
280
+ (arrayLength: number): ExtendMenu[];
281
+ (...items: ExtendMenu[]): ExtendMenu[];
282
+ new (arrayLength: number): ExtendMenu[];
283
+ new (...items: ExtendMenu[]): ExtendMenu[];
284
+ isArray(arg: any): arg is any[];
285
+ readonly prototype: any[];
286
+ from<T>(arrayLike: ArrayLike<T>): T[];
287
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
288
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
289
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
290
+ of<T_4>(...items: T_4[]): T_4[];
291
+ readonly [Symbol.species]: ArrayConstructor;
292
+ };
293
+ default: () => never[];
294
+ };
274
295
  menus: {
275
296
  required: true;
276
297
  type: {
@@ -302,6 +323,7 @@ declare const _sfc_main: DefineComponent<{
302
323
  router: {
303
324
  push: (obj: RouterPropsType) => void;
304
325
  };
326
+ srmI18n: SrmI18n;
305
327
  userInfo: {
306
328
  token: string;
307
329
  srmVersion: string;
@@ -352,11 +374,14 @@ declare const _sfc_main: DefineComponent<{
352
374
  }[]>;
353
375
  currentActive: Ref<number>;
354
376
  meta: Ref<FirstMenuMeta | undefined>;
377
+ isEffectiveRoutePath: Ref<boolean>;
355
378
  firstMenuSelect: (item: ExtendMenu, index: number) => void;
356
379
  updateMenuBadgeCount: (firstMenuPath: string, count: number) => void;
357
380
  menuSelect: () => void;
358
381
  expandedKeys: Ref<(string | number)[]>;
359
382
  autoExpandParent: Ref<boolean>;
383
+ checkPath: (node: ExtendMenu, path: string) => boolean;
384
+ getEffectiveSource: (node: ExtendMenu, data: ExtendMenu[]) => void;
360
385
  onSelect: (selectedKeys: string[], e: any) => void;
361
386
  readonly QIcon: DefineComponent<{
362
387
  type: {
@@ -478,6 +503,24 @@ declare const _sfc_main: DefineComponent<{
478
503
  type: BooleanConstructor;
479
504
  default: boolean;
480
505
  };
506
+ sourceData: {
507
+ required: true;
508
+ type: {
509
+ (arrayLength: number): ExtendMenu[];
510
+ (...items: ExtendMenu[]): ExtendMenu[];
511
+ new (arrayLength: number): ExtendMenu[];
512
+ new (...items: ExtendMenu[]): ExtendMenu[];
513
+ isArray(arg: any): arg is any[];
514
+ readonly prototype: any[];
515
+ from<T>(arrayLike: ArrayLike<T>): T[];
516
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
517
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
518
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
519
+ of<T_4>(...items: T_4[]): T_4[];
520
+ readonly [Symbol.species]: ArrayConstructor;
521
+ };
522
+ default: () => never[];
523
+ };
481
524
  menus: {
482
525
  required: true;
483
526
  type: {
@@ -515,6 +558,7 @@ declare const _sfc_main: DefineComponent<{
515
558
  collapsed: boolean;
516
559
  searchState: boolean;
517
560
  currentSearchValue: string;
561
+ sourceData: ExtendMenu[];
518
562
  }, {}>;
519
563
  menuSearch: DefineComponent<{
520
564
  collapsed: {
@@ -694,6 +738,7 @@ declare const _sfc_main: DefineComponent<{
694
738
  showShoppingMall: boolean;
695
739
  showWebProcurement: boolean;
696
740
  showI18n: boolean;
741
+ showChatBi: boolean;
697
742
  };
698
743
  btns: Ref<{
699
744
  title: string;
@@ -742,6 +787,7 @@ declare const _sfc_main: DefineComponent<{
742
787
  showShoppingMall: boolean;
743
788
  showWebProcurement: boolean;
744
789
  showI18n: boolean;
790
+ showChatBi: boolean;
745
791
  };
746
792
  showDrawer: Ref<boolean>;
747
793
  showGlobalStyleDrawer: () => void;
@@ -749,6 +795,13 @@ declare const _sfc_main: DefineComponent<{
749
795
  rightTool: DefineComponent<{}, {
750
796
  lightTheme: Ref<"dark" | "light">;
751
797
  darkTheme: Ref<"dark" | "light">;
798
+ headerLayoutConfig: {
799
+ showTanentPageHome: boolean;
800
+ showShoppingMall: boolean;
801
+ showWebProcurement: boolean;
802
+ showI18n: boolean;
803
+ showChatBi: boolean;
804
+ };
752
805
  Q_APPLICATION_CONFIG: {
753
806
  updateTheme: () => void;
754
807
  theme: string;
@@ -756,6 +809,7 @@ declare const _sfc_main: DefineComponent<{
756
809
  handleChat: () => void;
757
810
  srmI18n: SrmI18n;
758
811
  handleKefu: () => void;
812
+ handleChatBi: () => void;
759
813
  theme: string;
760
814
  updateTheme: () => void;
761
815
  list: Ref<{
@@ -768,6 +822,7 @@ declare const _sfc_main: DefineComponent<{
768
822
  iconToolClick: (type: string) => void;
769
823
  openChat: () => void;
770
824
  fetchCustomer: () => void;
825
+ openChatBi: () => void;
771
826
  readonly QSymbolIcon: DefineComponent<{
772
827
  type: {
773
828
  type: PropType<string>;
@@ -797,6 +852,39 @@ declare const _sfc_main: DefineComponent<{
797
852
  }>>, {
798
853
  type: string;
799
854
  }, {}>;
855
+ readonly QIcon: DefineComponent<{
856
+ type: {
857
+ type: PropType<string>;
858
+ default: string;
859
+ };
860
+ size: {
861
+ type: (StringConstructor | NumberConstructor)[];
862
+ };
863
+ color: {
864
+ type: StringConstructor;
865
+ };
866
+ }, {
867
+ fontSize: ComputedRef<{
868
+ fontSize: string;
869
+ }>;
870
+ iconType: ComputedRef<string>;
871
+ iconColor: ComputedRef<{
872
+ color: string;
873
+ }>;
874
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
875
+ type: {
876
+ type: PropType<string>;
877
+ default: string;
878
+ };
879
+ size: {
880
+ type: (StringConstructor | NumberConstructor)[];
881
+ };
882
+ color: {
883
+ type: StringConstructor;
884
+ };
885
+ }>>, {
886
+ type: string;
887
+ }, {}>;
800
888
  message: DefineComponent<{}, {
801
889
  handleMsgRecord: () => void;
802
890
  srmI18n: SrmI18n;
@@ -995,6 +1083,9 @@ declare const _sfc_main: DefineComponent<{
995
1083
  kefu: {
996
1084
  type: FunctionConstructor;
997
1085
  };
1086
+ chatBi: {
1087
+ type: FunctionConstructor;
1088
+ };
998
1089
  layoutConfig: {
999
1090
  type: PropType<LayoutConfigType>;
1000
1091
  };