@tplc/business 0.4.199 → 0.4.200
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/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.4.200](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.4.199...v0.4.200) (2025-09-27)
|
|
6
|
+
|
|
5
7
|
### [0.4.199](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.4.198...v0.4.199) (2025-09-27)
|
|
6
8
|
|
|
7
9
|
### [0.4.198](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.4.197...v0.4.198) (2025-09-27)
|
|
@@ -65,6 +65,19 @@ export type LcbActionViewProps = {
|
|
|
65
65
|
refreshSchemaPage?: boolean
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
|
+
| {
|
|
69
|
+
jumpType: 144
|
|
70
|
+
requestInfo?: {
|
|
71
|
+
requestUrl: string
|
|
72
|
+
requestParams: Record<string, any>
|
|
73
|
+
/** 请求之后刷新schemapage */
|
|
74
|
+
refreshSchemaPage?: boolean
|
|
75
|
+
}
|
|
76
|
+
submitRequestInfo?: {
|
|
77
|
+
requestUrl: string
|
|
78
|
+
requestParams: Record<string, any>
|
|
79
|
+
}
|
|
80
|
+
}
|
|
68
81
|
| {
|
|
69
82
|
jumpType: 105
|
|
70
83
|
addressInfo?: {
|
|
@@ -122,4 +135,5 @@ export const jumpTypeMap = {
|
|
|
122
135
|
imagePreview: 107,
|
|
123
136
|
qrCode: 141,
|
|
124
137
|
templateMessage: 142,
|
|
138
|
+
'mixture-pay': 144,
|
|
125
139
|
}
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@ declare const __VLS_component: import('vue').DefineComponent<
|
|
|
15
15
|
string,
|
|
16
16
|
import('vue').PublicProps,
|
|
17
17
|
any,
|
|
18
|
-
{} | {} | {} | {} | {} | {} | {} | {},
|
|
18
|
+
{} | {} | {} | {} | {} | {} | {} | {} | {},
|
|
19
19
|
{}
|
|
20
20
|
>
|
|
21
21
|
declare const _default: __VLS_WithTemplateSlots<
|
|
@@ -62,6 +62,19 @@ export type LcbActionViewProps = {
|
|
|
62
62
|
refreshSchemaPage?: boolean
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
|
+
| {
|
|
66
|
+
jumpType: 144
|
|
67
|
+
requestInfo?: {
|
|
68
|
+
requestUrl: string
|
|
69
|
+
requestParams: Record<string, any>
|
|
70
|
+
/** 请求之后刷新schemapage */
|
|
71
|
+
refreshSchemaPage?: boolean
|
|
72
|
+
}
|
|
73
|
+
submitRequestInfo?: {
|
|
74
|
+
requestUrl: string
|
|
75
|
+
requestParams: Record<string, any>
|
|
76
|
+
}
|
|
77
|
+
}
|
|
65
78
|
| {
|
|
66
79
|
jumpType: 105
|
|
67
80
|
addressInfo?: {
|
|
@@ -117,4 +130,5 @@ export declare const jumpTypeMap: {
|
|
|
117
130
|
imagePreview: number
|
|
118
131
|
qrCode: number
|
|
119
132
|
templateMessage: number
|
|
133
|
+
'mixture-pay': number
|
|
120
134
|
}
|
|
@@ -276,6 +276,84 @@ declare const _default: import('vue').DefineComponent<
|
|
|
276
276
|
>
|
|
277
277
|
>
|
|
278
278
|
>
|
|
279
|
+
| Readonly<
|
|
280
|
+
import('vue').ExtractPropTypes<
|
|
281
|
+
__VLS_WithDefaults<
|
|
282
|
+
__VLS_TypePropsToOption<
|
|
283
|
+
{
|
|
284
|
+
placeholder?: string
|
|
285
|
+
icon?: string
|
|
286
|
+
url?: string
|
|
287
|
+
iconSize?: string
|
|
288
|
+
borderWidth?: number
|
|
289
|
+
iconColor?: string
|
|
290
|
+
gap?: number
|
|
291
|
+
link?: import('../lcb-action-view/types').LcbActionViewProps
|
|
292
|
+
iconType?: 'icon' | 'img'
|
|
293
|
+
mode?: 'search' | 'link'
|
|
294
|
+
productTypeList?: string[]
|
|
295
|
+
city?: boolean
|
|
296
|
+
cityColor?: string
|
|
297
|
+
citySize?: number
|
|
298
|
+
cityIconSize?: number
|
|
299
|
+
cityIconColor?: string
|
|
300
|
+
lineColor?: string
|
|
301
|
+
lineWidth?: number
|
|
302
|
+
linePadding?: number
|
|
303
|
+
lineHeight?: number
|
|
304
|
+
historyKey?: string
|
|
305
|
+
showCancel?: boolean
|
|
306
|
+
initFocus?: boolean
|
|
307
|
+
blockBackground?: string
|
|
308
|
+
} & {
|
|
309
|
+
jumpUrl?: string
|
|
310
|
+
urlParams?: string
|
|
311
|
+
customClass?: string
|
|
312
|
+
customStyle?: import('vue').StyleValue
|
|
313
|
+
renderMode?: 'view' | 'button'
|
|
314
|
+
autoJumpSecond?: number
|
|
315
|
+
} & {
|
|
316
|
+
jumpType: 144
|
|
317
|
+
requestInfo?: {
|
|
318
|
+
requestUrl: string
|
|
319
|
+
requestParams: Record<string, any>
|
|
320
|
+
refreshSchemaPage?: boolean
|
|
321
|
+
}
|
|
322
|
+
submitRequestInfo?: {
|
|
323
|
+
requestUrl: string
|
|
324
|
+
requestParams: Record<string, any>
|
|
325
|
+
}
|
|
326
|
+
} & import('../lcb-block/types').LcbBlockProps
|
|
327
|
+
>,
|
|
328
|
+
{
|
|
329
|
+
placeholder: string
|
|
330
|
+
iconSize: string
|
|
331
|
+
borderWidth: number
|
|
332
|
+
color: string
|
|
333
|
+
iconColor: string
|
|
334
|
+
gap: number
|
|
335
|
+
paddingVertical: number
|
|
336
|
+
marginHorizontal: number
|
|
337
|
+
cityColor: string
|
|
338
|
+
citySize: number
|
|
339
|
+
cityIconSize: number
|
|
340
|
+
radius: number
|
|
341
|
+
paddingHorizontal: number
|
|
342
|
+
borderColor: string
|
|
343
|
+
cityIconColor: string
|
|
344
|
+
lineColor: string
|
|
345
|
+
lineWidth: number
|
|
346
|
+
linePadding: number
|
|
347
|
+
lineHeight: number
|
|
348
|
+
iconType: string
|
|
349
|
+
mode: string
|
|
350
|
+
fontSize: number
|
|
351
|
+
initFocus: boolean
|
|
352
|
+
showCancel: boolean
|
|
353
|
+
}
|
|
354
|
+
>
|
|
355
|
+
>
|
|
356
|
+
>
|
|
279
357
|
| Readonly<
|
|
280
358
|
import('vue').ExtractPropTypes<
|
|
281
359
|
__VLS_WithDefaults<
|
|
@@ -815,6 +893,32 @@ declare const _default: import('vue').DefineComponent<
|
|
|
815
893
|
showCancel: boolean
|
|
816
894
|
initFocus: boolean
|
|
817
895
|
}
|
|
896
|
+
| {
|
|
897
|
+
mode: 'search' | 'link'
|
|
898
|
+
color: string
|
|
899
|
+
lineHeight: number
|
|
900
|
+
radius: number
|
|
901
|
+
iconSize: string
|
|
902
|
+
iconColor: string
|
|
903
|
+
marginHorizontal: number
|
|
904
|
+
paddingHorizontal: number
|
|
905
|
+
paddingVertical: number
|
|
906
|
+
fontSize: number
|
|
907
|
+
borderColor: string
|
|
908
|
+
borderWidth: number
|
|
909
|
+
gap: number
|
|
910
|
+
placeholder: string
|
|
911
|
+
lineWidth: number
|
|
912
|
+
iconType: 'icon' | 'img'
|
|
913
|
+
cityColor: string
|
|
914
|
+
citySize: number
|
|
915
|
+
cityIconSize: number
|
|
916
|
+
cityIconColor: string
|
|
917
|
+
lineColor: string
|
|
918
|
+
linePadding: number
|
|
919
|
+
showCancel: boolean
|
|
920
|
+
initFocus: boolean
|
|
921
|
+
}
|
|
818
922
|
| {
|
|
819
923
|
mode: 'search' | 'link'
|
|
820
924
|
color: string
|