@tplc/wot 0.1.6 → 0.1.7
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,4 +2,6 @@
|
|
|
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.1.7](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.0.20...v0.1.7) (2024-09-22)
|
|
6
|
+
|
|
5
7
|
## [0.1.0](http://gitlab888.30jia.com.cn/frontend-material/zero-code-pro/compare/v1.1.0...v0.1.0) (2024-08-25)
|
|
@@ -182,8 +182,14 @@ export const swiperProps = {
|
|
|
182
182
|
*/
|
|
183
183
|
customPrevImageClass: makeStringProp(''),
|
|
184
184
|
|
|
185
|
-
customPrevImageHeight:
|
|
186
|
-
|
|
185
|
+
customPrevImageHeight: {
|
|
186
|
+
type: [Number, String] as PropType<number | string>,
|
|
187
|
+
default: undefined,
|
|
188
|
+
},
|
|
189
|
+
customNextImageHeight: {
|
|
190
|
+
type: [Number, String] as PropType<number | string>,
|
|
191
|
+
default: undefined,
|
|
192
|
+
},
|
|
187
193
|
|
|
188
194
|
customPrevImageStyle: {
|
|
189
195
|
type: Object as PropType<CSSProperties>,
|
package/package.json
CHANGED
|
@@ -207,11 +207,11 @@ export declare const swiperProps: {
|
|
|
207
207
|
default: string
|
|
208
208
|
}
|
|
209
209
|
customPrevImageHeight: {
|
|
210
|
-
type:
|
|
210
|
+
type: PropType<number | string>
|
|
211
211
|
default: undefined
|
|
212
212
|
}
|
|
213
213
|
customNextImageHeight: {
|
|
214
|
-
type:
|
|
214
|
+
type: PropType<number | string>
|
|
215
215
|
default: undefined
|
|
216
216
|
}
|
|
217
217
|
customPrevImageStyle: {
|
|
@@ -90,11 +90,11 @@ declare const __VLS_component: import('vue').DefineComponent<
|
|
|
90
90
|
default: string
|
|
91
91
|
}
|
|
92
92
|
customPrevImageHeight: {
|
|
93
|
-
type:
|
|
93
|
+
type: import('vue').PropType<number | string>
|
|
94
94
|
default: undefined
|
|
95
95
|
}
|
|
96
96
|
customNextImageHeight: {
|
|
97
|
-
type:
|
|
97
|
+
type: import('vue').PropType<number | string>
|
|
98
98
|
default: undefined
|
|
99
99
|
}
|
|
100
100
|
customPrevImageStyle: {
|
|
@@ -233,11 +233,11 @@ declare const __VLS_component: import('vue').DefineComponent<
|
|
|
233
233
|
default: string
|
|
234
234
|
}
|
|
235
235
|
customPrevImageHeight: {
|
|
236
|
-
type:
|
|
236
|
+
type: import('vue').PropType<number | string>
|
|
237
237
|
default: undefined
|
|
238
238
|
}
|
|
239
239
|
customNextImageHeight: {
|
|
240
|
-
type:
|
|
240
|
+
type: import('vue').PropType<number | string>
|
|
241
241
|
default: undefined
|
|
242
242
|
}
|
|
243
243
|
customPrevImageStyle: {
|
|
@@ -306,8 +306,8 @@ declare const __VLS_component: import('vue').DefineComponent<
|
|
|
306
306
|
customIndicatorClass: string
|
|
307
307
|
customImageClass: string
|
|
308
308
|
customPrevImageClass: string
|
|
309
|
-
customPrevImageHeight: number
|
|
310
|
-
customNextImageHeight: number
|
|
309
|
+
customPrevImageHeight: string | number
|
|
310
|
+
customNextImageHeight: string | number
|
|
311
311
|
customImageStyle: import('vue').CSSProperties
|
|
312
312
|
customNextImageClass: string
|
|
313
313
|
itemPadding: string
|