@qqt-product/ui 12.0.7 → 12.0.8

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.
@@ -1,10 +1,3 @@
1
- /**
2
- * 货币千分位换算
3
- * @param value 值
4
- * @param _currency 单位
5
- * @param decimals 保留小数点后几位
6
- * @returns
7
- */
8
1
  export declare const currency: (value: string, _currency: string, decimals: number) => string;
9
2
  /**
10
3
  * 小数位数换算
@@ -103,7 +103,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
103
103
  }, {
104
104
  srmI18n: SrmI18n;
105
105
  props: any;
106
- emit: (event: "menuSelect" | "schedule-click" | "services-click" | "chatAi-click", ...args: any[]) => void;
106
+ emit: (event: "menuSelect" | "schedule-click" | "services-click", ...args: any[]) => void;
107
107
  SIDER_DEFAULT_WIDTH: number;
108
108
  SIDER_DEFAULT_WIDTH_STORE_STRING: string | null;
109
109
  SIDER_DEFAULT_WIDTH_STORE_VALUE: string;
@@ -111,10 +111,6 @@ declare const _default: SFCWithInstall<DefineComponent<{
111
111
  siderWidth: Ref<number>;
112
112
  tagDragging: Ref<boolean>;
113
113
  lineLeft: Ref<number>;
114
- chatDragging: Ref<boolean>;
115
- chatDraggingPositionX: Ref<number>;
116
- chatDraggingPositionY: Ref<number | null>;
117
- showAiKnowledgeBase: Ref<boolean>;
118
114
  secondMenuShow: Ref<boolean>;
119
115
  siderRef: Ref<any>;
120
116
  menuSelect: (obj: any) => void;
@@ -126,19 +122,8 @@ declare const _default: SFCWithInstall<DefineComponent<{
126
122
  updateMenuShow: (flag: boolean) => void;
127
123
  handleMouseDown: (event: MouseEvent) => void;
128
124
  handleMouseMove: (event: MouseEvent) => void;
129
- handleChatMouseDown: () => void;
130
- handleChatAiClick: () => void;
131
125
  collapsedSider: (collapsed: boolean) => void;
132
126
  handleUndo: () => void;
133
- chatPositionStyle: ComputedRef<{
134
- left: string;
135
- top: string;
136
- right?: undefined;
137
- } | {
138
- right: string;
139
- top: string;
140
- left?: undefined;
141
- }>;
142
127
  QLayoutSider: DefineComponent<{
143
128
  siderWidth: {
144
129
  type: NumberConstructor;
@@ -253,11 +238,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
253
238
  type: StringConstructor;
254
239
  default: string;
255
240
  };
256
- }, {
257
- onImageLoad: () => void;
258
- imgRef: Ref<any>;
259
- shouldHide: Ref<boolean>;
260
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
241
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
261
242
  title: {
262
243
  type: StringConstructor;
263
244
  default: string;
@@ -1022,40 +1003,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
1022
1003
  }, {}, {}>;
1023
1004
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
1024
1005
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
1025
- readonly QIcon: DefineComponent<{
1026
- type: {
1027
- type: PropType<string>;
1028
- default: string;
1029
- };
1030
- size: {
1031
- type: (StringConstructor | NumberConstructor)[];
1032
- };
1033
- color: {
1034
- type: StringConstructor;
1035
- };
1036
- }, {
1037
- fontSize: ComputedRef<{
1038
- fontSize: string;
1039
- }>;
1040
- iconType: ComputedRef<string>;
1041
- iconColor: ComputedRef<{
1042
- color: string;
1043
- }>;
1044
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
1045
- type: {
1046
- type: PropType<string>;
1047
- default: string;
1048
- };
1049
- size: {
1050
- type: (StringConstructor | NumberConstructor)[];
1051
- };
1052
- color: {
1053
- type: StringConstructor;
1054
- };
1055
- }>>, {
1056
- type: string;
1057
- }, {}>;
1058
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("menuSelect" | "schedule-click" | "services-click" | "chatAi-click")[], "menuSelect" | "schedule-click" | "services-click" | "chatAi-click", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
1006
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("menuSelect" | "schedule-click" | "services-click")[], "menuSelect" | "schedule-click" | "services-click", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
1059
1007
  internalOrExternal: {
1060
1008
  type: BooleanConstructor;
1061
1009
  default: boolean;
@@ -1148,7 +1096,6 @@ declare const _default: SFCWithInstall<DefineComponent<{
1148
1096
  onMenuSelect?: ((...args: any[]) => any) | undefined;
1149
1097
  "onSchedule-click"?: ((...args: any[]) => any) | undefined;
1150
1098
  "onServices-click"?: ((...args: any[]) => any) | undefined;
1151
- "onChatAi-click"?: ((...args: any[]) => any) | undefined;
1152
1099
  }, {
1153
1100
  internalOrExternal: boolean;
1154
1101
  collapsible: boolean;
@@ -100,7 +100,7 @@ declare const _sfc_main: DefineComponent<{
100
100
  }, {
101
101
  srmI18n: SrmI18n;
102
102
  props: any;
103
- emit: (event: "menuSelect" | "schedule-click" | "services-click" | "chatAi-click", ...args: any[]) => void;
103
+ emit: (event: "menuSelect" | "schedule-click" | "services-click", ...args: any[]) => void;
104
104
  SIDER_DEFAULT_WIDTH: number;
105
105
  SIDER_DEFAULT_WIDTH_STORE_STRING: string | null;
106
106
  SIDER_DEFAULT_WIDTH_STORE_VALUE: string;
@@ -108,10 +108,6 @@ declare const _sfc_main: DefineComponent<{
108
108
  siderWidth: Ref<number>;
109
109
  tagDragging: Ref<boolean>;
110
110
  lineLeft: Ref<number>;
111
- chatDragging: Ref<boolean>;
112
- chatDraggingPositionX: Ref<number>;
113
- chatDraggingPositionY: Ref<number | null>;
114
- showAiKnowledgeBase: Ref<boolean>;
115
111
  secondMenuShow: Ref<boolean>;
116
112
  siderRef: Ref<any>;
117
113
  menuSelect: (obj: any) => void;
@@ -123,19 +119,8 @@ declare const _sfc_main: DefineComponent<{
123
119
  updateMenuShow: (flag: boolean) => void;
124
120
  handleMouseDown: (event: MouseEvent) => void;
125
121
  handleMouseMove: (event: MouseEvent) => void;
126
- handleChatMouseDown: () => void;
127
- handleChatAiClick: () => void;
128
122
  collapsedSider: (collapsed: boolean) => void;
129
123
  handleUndo: () => void;
130
- chatPositionStyle: ComputedRef<{
131
- left: string;
132
- top: string;
133
- right?: undefined;
134
- } | {
135
- right: string;
136
- top: string;
137
- left?: undefined;
138
- }>;
139
124
  QLayoutSider: DefineComponent<{
140
125
  siderWidth: {
141
126
  type: NumberConstructor;
@@ -250,11 +235,7 @@ declare const _sfc_main: DefineComponent<{
250
235
  type: StringConstructor;
251
236
  default: string;
252
237
  };
253
- }, {
254
- onImageLoad: () => void;
255
- imgRef: Ref<any>;
256
- shouldHide: Ref<boolean>;
257
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
238
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
258
239
  title: {
259
240
  type: StringConstructor;
260
241
  default: string;
@@ -1019,40 +1000,7 @@ declare const _sfc_main: DefineComponent<{
1019
1000
  }, {}, {}>;
1020
1001
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
1021
1002
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
1022
- readonly QIcon: DefineComponent<{
1023
- type: {
1024
- type: PropType<string>;
1025
- default: string;
1026
- };
1027
- size: {
1028
- type: (StringConstructor | NumberConstructor)[];
1029
- };
1030
- color: {
1031
- type: StringConstructor;
1032
- };
1033
- }, {
1034
- fontSize: ComputedRef<{
1035
- fontSize: string;
1036
- }>;
1037
- iconType: ComputedRef<string>;
1038
- iconColor: ComputedRef<{
1039
- color: string;
1040
- }>;
1041
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
1042
- type: {
1043
- type: PropType<string>;
1044
- default: string;
1045
- };
1046
- size: {
1047
- type: (StringConstructor | NumberConstructor)[];
1048
- };
1049
- color: {
1050
- type: StringConstructor;
1051
- };
1052
- }>>, {
1053
- type: string;
1054
- }, {}>;
1055
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("menuSelect" | "schedule-click" | "services-click" | "chatAi-click")[], "menuSelect" | "schedule-click" | "services-click" | "chatAi-click", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
1003
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("menuSelect" | "schedule-click" | "services-click")[], "menuSelect" | "schedule-click" | "services-click", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
1056
1004
  internalOrExternal: {
1057
1005
  type: BooleanConstructor;
1058
1006
  default: boolean;
@@ -1145,7 +1093,6 @@ declare const _sfc_main: DefineComponent<{
1145
1093
  onMenuSelect?: ((...args: any[]) => any) | undefined;
1146
1094
  "onSchedule-click"?: ((...args: any[]) => any) | undefined;
1147
1095
  "onServices-click"?: ((...args: any[]) => any) | undefined;
1148
- "onChatAi-click"?: ((...args: any[]) => any) | undefined;
1149
1096
  }, {
1150
1097
  internalOrExternal: boolean;
1151
1098
  collapsible: boolean;
@@ -117,11 +117,7 @@ declare const _sfc_main: DefineComponent<{
117
117
  type: StringConstructor;
118
118
  default: string;
119
119
  };
120
- }, {
121
- onImageLoad: () => void;
122
- imgRef: Ref<any>;
123
- shouldHide: Ref<boolean>;
124
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
120
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
125
121
  title: {
126
122
  type: StringConstructor;
127
123
  default: string;
@@ -1,4 +1,4 @@
1
- import type { DefineComponent, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
1
+ import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
2
2
  declare const _sfc_main: DefineComponent<{
3
3
  title: {
4
4
  type: StringConstructor;
@@ -12,11 +12,7 @@ declare const _sfc_main: DefineComponent<{
12
12
  type: StringConstructor;
13
13
  default: string;
14
14
  };
15
- }, {
16
- onImageLoad: () => void;
17
- imgRef: Ref<any>;
18
- shouldHide: Ref<boolean>;
19
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
15
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
20
16
  title: {
21
17
  type: StringConstructor;
22
18
  default: string;
@@ -74,6 +74,5 @@ export interface LayoutConfigType {
74
74
  showWebProcurement?: boolean;
75
75
  showI18n?: boolean;
76
76
  showChatBi?: boolean;
77
- showAiKnowledgeBase?: boolean;
78
77
  [propName: string]: any;
79
78
  }