@quicktvui/quicktvui3 0.0.95 → 1.0.0
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/index.css +6 -6
- package/dist/index.js +2 -2
- package/dist/src/animation/QTAnimation.d.ts +3 -0
- package/dist/src/animation/QTIAnimation.d.ts +40 -0
- package/dist/src/animation/types.d.ts +40 -0
- package/dist/src/core/QTFlexStyleBackground.d.ts +3 -0
- package/dist/src/core/QTFlexStyleGradientBackground.d.ts +4 -0
- package/dist/src/dialog/QTDialog.d.ts +3 -0
- package/dist/src/index.d.ts +9 -1
- package/dist/src/poster/core/QTPosterCorner.d.ts +2 -2
- package/dist/src/poster/core/QTPosterTitle.d.ts +2 -2
- package/dist/src/progressbar/QTIProgressBar.d.ts +132 -0
- package/dist/src/progressbar/QTProgressBar.d.ts +3 -0
- package/dist/src/qrcode/QTQRCodeView.d.ts +3 -0
- package/dist/src/seekbar/QTISeekBar.d.ts +136 -0
- package/dist/src/seekbar/QTSeekBar.d.ts +3 -0
- package/dist/src/waterfall/core/QTWaterfallFlexStyle.d.ts +3 -1
- package/dist/src/webview/QTIWebView.d.ts +68 -0
- package/dist/src/webview/QTWebView.d.ts +3 -0
- package/dist/src/x5webview/QTIX5WebView.d.ts +70 -0
- package/dist/src/x5webview/QTX5WebView.d.ts +3 -0
- package/package.json +1 -1
- package/dist/src/core/QTGradientDrawable.d.ts +0 -9
package/dist/index.css
CHANGED
|
@@ -299,27 +299,27 @@
|
|
|
299
299
|
}
|
|
300
300
|
|
|
301
301
|
|
|
302
|
-
.qt-ui-section-tab-list-root[data-v-
|
|
302
|
+
.qt-ui-section-tab-list-root[data-v-6aa2cfd4] {
|
|
303
303
|
background-color: transparent;
|
|
304
304
|
margin-left: 0px;
|
|
305
305
|
}
|
|
306
|
-
.qt-ui-section-tab-list-item-text[data-v-
|
|
306
|
+
.qt-ui-section-tab-list-item-text[data-v-6aa2cfd4] {
|
|
307
307
|
focusColor: #000000;
|
|
308
308
|
selectColor: #ff0000;
|
|
309
309
|
color: #ffffff80;
|
|
310
310
|
}
|
|
311
|
-
.qt-ui-section-tab-list-item[data-v-
|
|
311
|
+
.qt-ui-section-tab-list-item[data-v-6aa2cfd4] {
|
|
312
312
|
border-radius: 99px;
|
|
313
313
|
padding-top: 5px;
|
|
314
314
|
padding-bottom: 8px;
|
|
315
315
|
background-color: transparent;
|
|
316
316
|
focus-background-color: #F5F5F5;
|
|
317
317
|
}
|
|
318
|
-
.tab-list-section-root-css[data-v-
|
|
318
|
+
.tab-list-section-root-css[data-v-6aa2cfd4] {
|
|
319
319
|
}
|
|
320
|
-
.tab-list-section-list-css[data-v-
|
|
320
|
+
.tab-list-section-list-css[data-v-6aa2cfd4] {
|
|
321
321
|
}
|
|
322
|
-
.tab-list-section-title-text-css[data-v-
|
|
322
|
+
.tab-list-section-title-text-css[data-v-6aa2cfd4] {
|
|
323
323
|
width: 1920px;
|
|
324
324
|
height: 60px;
|
|
325
325
|
color: #ffffff;
|