wargerm 0.7.16 → 0.7.18
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/components/AutoScroll/index.d.ts +1 -1
- package/dist/components/Calendar/example/demo1.d.ts +2 -2
- package/dist/components/Calendar/example/demo2.d.ts +2 -2
- package/dist/components/Calendar/index.d.ts +1 -1
- package/dist/components/Card/example/demo1.d.ts +2 -2
- package/dist/components/Card/example/demo2.d.ts +2 -2
- package/dist/components/Card/example/demo3.d.ts +2 -2
- package/dist/components/Card/index.d.ts +1 -1
- package/dist/components/Cascader/index.d.ts +1 -1
- package/dist/components/Checkbox/index.d.ts +1 -1
- package/dist/components/DatePicker/index.d.ts +2 -2
- package/dist/components/DhPlayer/example/demo1.d.ts +2 -2
- package/dist/components/DhPlayer/example/demo2.d.ts +2 -2
- package/dist/components/DhPlayer/index.d.ts +1 -1
- package/dist/components/DragBox/index.d.ts +2 -2
- package/dist/components/Input/index.d.ts +1 -1
- package/dist/components/Modal/dialog.d.ts +2 -2
- package/dist/components/Modal/index.d.ts +4 -4
- package/dist/components/ModalForm/index.d.ts +1 -1
- package/dist/components/ModalTips/dialog.d.ts +1 -1
- package/dist/components/ModalTips/index.d.ts +4 -4
- package/dist/components/NtTable/FrameBox/index.d.ts +3 -3
- package/dist/components/NtTable/index.d.ts +1 -1
- package/dist/components/NumericInput/index.d.ts +2 -2
- package/dist/components/Radio/index.d.ts +1 -1
- package/dist/components/ReactECharts/RAF.d.ts +2 -2
- package/dist/components/ReactECharts/index.d.ts +2 -2
- package/dist/components/RequestRenderDom/example/demo1.d.ts +2 -2
- package/dist/components/RequestRenderDom/index.d.ts +1 -1
- package/dist/components/Select/index.d.ts +1 -1
- package/dist/components/TabelCard/example/InputGroup.d.ts +2 -2
- package/dist/components/TabelCard/example/demo1.d.ts +2 -2
- package/dist/components/TabelCard/example/demo2.d.ts +2 -2
- package/dist/components/TabelCard/example/demo3.d.ts +2 -2
- package/dist/components/TabelCard/index.d.ts +1 -1
- package/dist/components/Table/FrameBox/index.d.ts +3 -3
- package/dist/components/Table/example/demo1.d.ts +2 -2
- package/dist/components/Table/example/demo2.d.ts +2 -2
- package/dist/components/Table/example/demo3.d.ts +2 -2
- package/dist/components/Table/example/demo4.d.ts +2 -2
- package/dist/components/Table/example/demo5.d.ts +2 -2
- package/dist/components/Table/index.d.ts +2 -2
- package/dist/components/TreeSelect/index.d.ts +1 -1
- package/dist/components/Upload/example/demo1.d.ts +2 -2
- package/dist/components/Upload/example/demo2.d.ts +2 -2
- package/dist/components/Upload/index.d.ts +1 -1
- package/dist/components/Video/example/VideoDemo/demo1.d.ts +2 -2
- package/dist/components/Video/example/VideoDemo/demo2.d.ts +2 -2
- package/dist/components/Video/example/VideoDemo/demo3.d.ts +2 -2
- package/dist/components/Video/example/VideoDemo/demo4.d.ts +2 -2
- package/dist/components/Video/example/VideoDemo/demo5.d.ts +2 -2
- package/dist/components/Video/example/VideoDemo/demo6.d.ts +2 -2
- package/dist/components/Video/example/VideoDemo/demo7.d.ts +2 -2
- package/dist/components/Video/example/VideoDemo/demo8.d.ts +2 -2
- package/dist/components/Video/example/VideoDemo/demo9.d.ts +2 -2
- package/dist/components/VideoPlayer/example/demo1.d.ts +2 -2
- package/dist/components/VideoPlayer/example/demo2.d.ts +2 -2
- package/dist/components/VideoPlayer/index.d.ts +1 -1
- package/dist/components/VideoPlayer/xgplayer.d.ts +1 -1
- package/dist/components/WDatePicker/index.d.ts +1 -1
- package/dist/components/WForm/example/demo1.d.ts +2 -2
- package/dist/components/WForm/example/demo2.d.ts +2 -2
- package/dist/components/WForm/example/demo3.d.ts +2 -2
- package/dist/components/WForm/index.d.ts +2 -2
- package/dist/components/Wcharts/LineEcharts/index.d.ts +3 -3
- package/dist/components/Wcharts/WaterLevelCharts/index.d.ts +3 -3
- package/dist/components/useEventEmitter/example/demo1.d.ts +2 -2
- package/dist/components/useStateWithCall/example/demo1.d.ts +2 -2
- package/dist/components/wTracing/example/demo1.d.ts +2 -2
- package/dist/components/whox/example/demo1.d.ts +2 -2
- package/dist/components/wmox/example/demo1.d.ts +2 -2
- package/dist/hooks/whox.d.ts +3 -3
- package/dist/hooks/wmox.d.ts +2 -2
- package/dist/index.css +39 -140
- package/dist/index.esm.css +39 -140
- package/dist/index.esm.js +1922 -3097
- package/dist/index.js +1931 -3106
- package/dist/utils/event.d.ts +3 -3
- package/dist/utils/useModelPlugin/Provider.d.ts +2 -2
- package/dist/utils/useModelPlugin/composeRootApp.d.ts +1 -1
- package/dist/utils/useModelPlugin/helpers/executor.d.ts +2 -2
- package/package.json +2 -2
@@ -1,9 +1,9 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
import React from 'react';
|
2
|
+
type IConfig = {
|
3
3
|
maxHeight?: number;
|
4
4
|
markline: number[];
|
5
5
|
imgWidth?: number;
|
6
6
|
imgHeight?: number;
|
7
7
|
};
|
8
|
-
export default function WaterLevelCharts(config: IConfig): JSX.Element;
|
8
|
+
export default function WaterLevelCharts(config: IConfig): React.JSX.Element;
|
9
9
|
export {};
|
@@ -1,2 +1,2 @@
|
|
1
|
-
|
2
|
-
export default function demo1(): JSX.Element;
|
1
|
+
import React from 'react';
|
2
|
+
export default function demo1(): React.JSX.Element;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
|
2
|
-
export default function demo1(): JSX.Element;
|
1
|
+
import React from 'react';
|
2
|
+
export default function demo1(): React.JSX.Element;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
|
2
|
-
export default function demo1(): JSX.Element;
|
1
|
+
import React from 'react';
|
2
|
+
export default function demo1(): React.JSX.Element;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
|
2
|
-
export default function demo1(): JSX.Element;
|
1
|
+
import React from 'react';
|
2
|
+
export default function demo1(): React.JSX.Element;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
|
2
|
-
export default function demo1(): JSX.Element;
|
1
|
+
import React from 'react';
|
2
|
+
export default function demo1(): React.JSX.Element;
|
package/dist/hooks/whox.d.ts
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
declare let run: (fn: () => void) => void;
|
2
|
-
|
3
|
-
|
2
|
+
type State = Record<string, any>;
|
3
|
+
type GetSetStore<T> = {
|
4
4
|
(): T;
|
5
5
|
(s: Partial<T> | ((state: T) => Partial<T>)): void;
|
6
6
|
};
|
7
|
-
|
7
|
+
type InitStore<T> = (getSetStore: GetSetStore<T>) => T;
|
8
8
|
declare const create: {
|
9
9
|
<T extends State>(initStore: InitStore<T>): () => T;
|
10
10
|
config({ batch }: {
|
package/dist/hooks/wmox.d.ts
CHANGED
package/dist/index.css
CHANGED
@@ -12304,12 +12304,10 @@
|
|
12304
12304
|
scroll-snap-align: start start;
|
12305
12305
|
}
|
12306
12306
|
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
|
12307
|
-
|
12308
|
-
scroll-snap-type: x mandatory;
|
12307
|
+
scroll-snap-type: x mandatory;
|
12309
12308
|
}
|
12310
12309
|
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
|
12311
|
-
|
12312
|
-
scroll-snap-type: y mandatory;
|
12310
|
+
scroll-snap-type: y mandatory;
|
12313
12311
|
}
|
12314
12312
|
:root {
|
12315
12313
|
--swiper-navigation-size: 44px;
|
@@ -12588,7 +12586,6 @@ button.swiper-pagination-bullet {
|
|
12588
12586
|
transform: translate(-50%, -50%);
|
12589
12587
|
-webkit-user-select: none;
|
12590
12588
|
-moz-user-select: none;
|
12591
|
-
-ms-user-select: none;
|
12592
12589
|
user-select: none;
|
12593
12590
|
}
|
12594
12591
|
.camera {
|
@@ -12676,36 +12673,19 @@ button.swiper-pagination-bullet {
|
|
12676
12673
|
}
|
12677
12674
|
/* Animation css */
|
12678
12675
|
[class*='animation-'] {
|
12679
|
-
|
12680
|
-
|
12681
|
-
|
12682
|
-
animation-timing-function: ease-out;
|
12683
|
-
-webkit-animation-fill-mode: both;
|
12684
|
-
animation-fill-mode: both;
|
12676
|
+
animation-duration: 0.5s;
|
12677
|
+
animation-timing-function: ease-out;
|
12678
|
+
animation-fill-mode: both;
|
12685
12679
|
}
|
12686
12680
|
.animation-fade {
|
12687
|
-
|
12688
|
-
|
12689
|
-
-
|
12690
|
-
animation-duration: 0.8s;
|
12691
|
-
-webkit-animation-timing-function: linear;
|
12692
|
-
animation-timing-function: linear;
|
12681
|
+
animation-name: fadeIn;
|
12682
|
+
animation-duration: 0.8s;
|
12683
|
+
animation-timing-function: linear;
|
12693
12684
|
}
|
12694
12685
|
.animation-fade-out {
|
12695
|
-
|
12696
|
-
|
12697
|
-
-
|
12698
|
-
animation-duration: 0.8s;
|
12699
|
-
-webkit-animation-timing-function: linear;
|
12700
|
-
animation-timing-function: linear;
|
12701
|
-
}
|
12702
|
-
@-webkit-keyframes fadeIn {
|
12703
|
-
0% {
|
12704
|
-
opacity: 0;
|
12705
|
-
}
|
12706
|
-
100% {
|
12707
|
-
opacity: 1;
|
12708
|
-
}
|
12686
|
+
animation-name: fadeOut;
|
12687
|
+
animation-duration: 0.8s;
|
12688
|
+
animation-timing-function: linear;
|
12709
12689
|
}
|
12710
12690
|
@keyframes fadeIn {
|
12711
12691
|
0% {
|
@@ -12715,14 +12695,6 @@ button.swiper-pagination-bullet {
|
|
12715
12695
|
opacity: 1;
|
12716
12696
|
}
|
12717
12697
|
}
|
12718
|
-
@-webkit-keyframes fadeOut {
|
12719
|
-
0% {
|
12720
|
-
opacity: 1;
|
12721
|
-
}
|
12722
|
-
100% {
|
12723
|
-
opacity: 0;
|
12724
|
-
}
|
12725
|
-
}
|
12726
12698
|
@keyframes fadeOut {
|
12727
12699
|
0% {
|
12728
12700
|
opacity: 1;
|
@@ -25128,7 +25100,6 @@ button.swiper-pagination-bullet {
|
|
25128
25100
|
overflow: auto;
|
25129
25101
|
}
|
25130
25102
|
[data-prefers-color='dark'] .container .theader {
|
25131
|
-
position: -webkit-sticky;
|
25132
25103
|
position: sticky;
|
25133
25104
|
top: 0;
|
25134
25105
|
z-index: 4;
|
@@ -25267,7 +25238,6 @@ button.swiper-pagination-bullet {
|
|
25267
25238
|
}
|
25268
25239
|
[data-prefers-color='dark'] .th .fixedLeft,
|
25269
25240
|
[data-prefers-color='dark'] .th .fixedRight {
|
25270
|
-
position: -webkit-sticky !important;
|
25271
25241
|
position: sticky !important;
|
25272
25242
|
z-index: 4 !important;
|
25273
25243
|
}
|
@@ -25302,7 +25272,6 @@ button.swiper-pagination-bullet {
|
|
25302
25272
|
}
|
25303
25273
|
[data-prefers-color='dark'] .tr .fixedLeft,
|
25304
25274
|
[data-prefers-color='dark'] .tr .fixedRight {
|
25305
|
-
position: -webkit-sticky !important;
|
25306
25275
|
position: sticky !important;
|
25307
25276
|
z-index: 3 !important;
|
25308
25277
|
}
|
@@ -25809,12 +25778,10 @@ button.swiper-pagination-bullet {
|
|
25809
25778
|
scroll-snap-align: start start;
|
25810
25779
|
}
|
25811
25780
|
[data-prefers-color='dark'] .swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
|
25812
|
-
|
25813
|
-
scroll-snap-type: x mandatory;
|
25781
|
+
scroll-snap-type: x mandatory;
|
25814
25782
|
}
|
25815
25783
|
[data-prefers-color='dark'] .swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
|
25816
|
-
|
25817
|
-
scroll-snap-type: y mandatory;
|
25784
|
+
scroll-snap-type: y mandatory;
|
25818
25785
|
}
|
25819
25786
|
[data-prefers-color='dark'] :root {
|
25820
25787
|
--swiper-navigation-size: 44px;
|
@@ -26107,8 +26074,7 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
26107
26074
|
transform: skewy(-45deg);
|
26108
26075
|
}
|
26109
26076
|
[data-prefers-color='dark'] .card-container .container-in .sliderTabs .tab {
|
26110
|
-
|
26111
|
-
writing-mode: vertical-lr;
|
26077
|
+
writing-mode: vertical-lr;
|
26112
26078
|
position: relative;
|
26113
26079
|
margin-bottom: 2px;
|
26114
26080
|
cursor: pointer;
|
@@ -26419,36 +26385,19 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
26419
26385
|
justify-content: flex-end;
|
26420
26386
|
}
|
26421
26387
|
[data-prefers-color='dark'] [class*='animation-'] {
|
26422
|
-
|
26423
|
-
|
26424
|
-
|
26425
|
-
animation-timing-function: ease-out;
|
26426
|
-
-webkit-animation-fill-mode: both;
|
26427
|
-
animation-fill-mode: both;
|
26388
|
+
animation-duration: 0.5s;
|
26389
|
+
animation-timing-function: ease-out;
|
26390
|
+
animation-fill-mode: both;
|
26428
26391
|
}
|
26429
26392
|
[data-prefers-color='dark'] .animation-fade {
|
26430
|
-
|
26431
|
-
|
26432
|
-
-
|
26433
|
-
animation-duration: 0.8s;
|
26434
|
-
-webkit-animation-timing-function: linear;
|
26435
|
-
animation-timing-function: linear;
|
26393
|
+
animation-name: fadeIn;
|
26394
|
+
animation-duration: 0.8s;
|
26395
|
+
animation-timing-function: linear;
|
26436
26396
|
}
|
26437
26397
|
[data-prefers-color='dark'] .animation-fade-out {
|
26438
|
-
|
26439
|
-
|
26440
|
-
-
|
26441
|
-
animation-duration: 0.8s;
|
26442
|
-
-webkit-animation-timing-function: linear;
|
26443
|
-
animation-timing-function: linear;
|
26444
|
-
}
|
26445
|
-
@-webkit-keyframes fadeIn {
|
26446
|
-
0% {
|
26447
|
-
opacity: 0;
|
26448
|
-
}
|
26449
|
-
100% {
|
26450
|
-
opacity: 1;
|
26451
|
-
}
|
26398
|
+
animation-name: fadeOut;
|
26399
|
+
animation-duration: 0.8s;
|
26400
|
+
animation-timing-function: linear;
|
26452
26401
|
}
|
26453
26402
|
@keyframes fadeIn {
|
26454
26403
|
0% {
|
@@ -26458,14 +26407,6 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
26458
26407
|
opacity: 1;
|
26459
26408
|
}
|
26460
26409
|
}
|
26461
|
-
@-webkit-keyframes fadeOut {
|
26462
|
-
0% {
|
26463
|
-
opacity: 1;
|
26464
|
-
}
|
26465
|
-
100% {
|
26466
|
-
opacity: 0;
|
26467
|
-
}
|
26468
|
-
}
|
26469
26410
|
@keyframes fadeOut {
|
26470
26411
|
0% {
|
26471
26412
|
opacity: 1;
|
@@ -26542,7 +26483,6 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
26542
26483
|
transform: translate(-50%, -50%);
|
26543
26484
|
-webkit-user-select: none;
|
26544
26485
|
-moz-user-select: none;
|
26545
|
-
-ms-user-select: none;
|
26546
26486
|
user-select: none;
|
26547
26487
|
}
|
26548
26488
|
[data-prefers-color='dark'] .camera {
|
@@ -26620,7 +26560,6 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
26620
26560
|
overflow: auto;
|
26621
26561
|
}
|
26622
26562
|
[data-prefers-color='dark'] .container .theader {
|
26623
|
-
position: -webkit-sticky;
|
26624
26563
|
position: sticky;
|
26625
26564
|
top: 0;
|
26626
26565
|
z-index: 4;
|
@@ -26780,7 +26719,6 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
26780
26719
|
}
|
26781
26720
|
[data-prefers-color='dark'] .th .fixedLeft,
|
26782
26721
|
[data-prefers-color='dark'] .th .fixedRight {
|
26783
|
-
position: -webkit-sticky !important;
|
26784
26722
|
position: sticky !important;
|
26785
26723
|
z-index: 4 !important;
|
26786
26724
|
}
|
@@ -26815,7 +26753,6 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
26815
26753
|
}
|
26816
26754
|
[data-prefers-color='dark'] .tr .fixedLeft,
|
26817
26755
|
[data-prefers-color='dark'] .tr .fixedRight {
|
26818
|
-
position: -webkit-sticky !important;
|
26819
26756
|
position: sticky !important;
|
26820
26757
|
z-index: 3 !important;
|
26821
26758
|
}
|
@@ -39025,7 +38962,7 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
39025
38962
|
background: #fff;
|
39026
38963
|
text-shadow: 0 -1px 0 rgb(0 0 0%);
|
39027
38964
|
border-radius: 8px;
|
39028
|
-
box-shadow: 0px 4px 7px 4px rgba(118, 140, 173, 0.33), 0px 2px 9px 1px rgba(
|
38965
|
+
box-shadow: 0px 4px 7px 4px rgba(118, 140, 173, 0.33), 0px 2px 9px 1px rgba(116, 67, 67, 0.26) inset;
|
39029
38966
|
}
|
39030
38967
|
[data-prefers-color='light'] .ant-btn-primary {
|
39031
38968
|
color: #fff;
|
@@ -39036,10 +38973,7 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
39036
38973
|
[data-prefers-color='light'] .ant-btn-default {
|
39037
38974
|
background: rgba(118, 140, 173, 0.2);
|
39038
38975
|
border-radius: 8px;
|
39039
|
-
box-shadow: 0px 4px
|
39040
|
-
font-size: 16px;
|
39041
|
-
font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
|
39042
|
-
font-weight: 400;
|
38976
|
+
box-shadow: 0px 1px 4px 0px rgba(118, 140, 173, 0.17);
|
39043
38977
|
color: #708191;
|
39044
38978
|
}
|
39045
38979
|
[data-prefers-color='light'] .ant-input {
|
@@ -39054,7 +38988,6 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
39054
38988
|
overflow: auto;
|
39055
38989
|
}
|
39056
38990
|
[data-prefers-color='light'] .container .theader {
|
39057
|
-
position: -webkit-sticky;
|
39058
38991
|
position: sticky;
|
39059
38992
|
top: 0;
|
39060
38993
|
z-index: 4;
|
@@ -39194,7 +39127,6 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
39194
39127
|
}
|
39195
39128
|
[data-prefers-color='light'] .th .fixedLeft,
|
39196
39129
|
[data-prefers-color='light'] .th .fixedRight {
|
39197
|
-
position: -webkit-sticky !important;
|
39198
39130
|
position: sticky !important;
|
39199
39131
|
z-index: 4 !important;
|
39200
39132
|
}
|
@@ -39205,7 +39137,6 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
39205
39137
|
}
|
39206
39138
|
[data-prefers-color='light'] .tr .fixedLeft,
|
39207
39139
|
[data-prefers-color='light'] .tr .fixedRight {
|
39208
|
-
position: -webkit-sticky !important;
|
39209
39140
|
position: sticky !important;
|
39210
39141
|
z-index: 3 !important;
|
39211
39142
|
}
|
@@ -39215,7 +39146,6 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
39215
39146
|
transition: all 0.3s;
|
39216
39147
|
}
|
39217
39148
|
[data-prefers-color='light'] .fixedRight {
|
39218
|
-
position: -webkit-sticky !important;
|
39219
39149
|
position: sticky !important;
|
39220
39150
|
z-index: 3 !important;
|
39221
39151
|
}
|
@@ -39575,12 +39505,10 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
39575
39505
|
scroll-snap-align: start start;
|
39576
39506
|
}
|
39577
39507
|
[data-prefers-color='light'] .swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
|
39578
|
-
|
39579
|
-
scroll-snap-type: x mandatory;
|
39508
|
+
scroll-snap-type: x mandatory;
|
39580
39509
|
}
|
39581
39510
|
[data-prefers-color='light'] .swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
|
39582
|
-
|
39583
|
-
scroll-snap-type: y mandatory;
|
39511
|
+
scroll-snap-type: y mandatory;
|
39584
39512
|
}
|
39585
39513
|
[data-prefers-color='light'] :root {
|
39586
39514
|
--swiper-navigation-size: 44px;
|
@@ -39873,8 +39801,7 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
39873
39801
|
transform: skewy(-45deg);
|
39874
39802
|
}
|
39875
39803
|
[data-prefers-color='light'] .card-container .container-in .sliderTabs .tab {
|
39876
|
-
|
39877
|
-
writing-mode: vertical-lr;
|
39804
|
+
writing-mode: vertical-lr;
|
39878
39805
|
position: relative;
|
39879
39806
|
margin-bottom: 2px;
|
39880
39807
|
cursor: pointer;
|
@@ -40185,36 +40112,19 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
40185
40112
|
justify-content: flex-end;
|
40186
40113
|
}
|
40187
40114
|
[data-prefers-color='light'] [class*='animation-'] {
|
40188
|
-
|
40189
|
-
|
40190
|
-
|
40191
|
-
animation-timing-function: ease-out;
|
40192
|
-
-webkit-animation-fill-mode: both;
|
40193
|
-
animation-fill-mode: both;
|
40115
|
+
animation-duration: 0.5s;
|
40116
|
+
animation-timing-function: ease-out;
|
40117
|
+
animation-fill-mode: both;
|
40194
40118
|
}
|
40195
40119
|
[data-prefers-color='light'] .animation-fade {
|
40196
|
-
|
40197
|
-
|
40198
|
-
-
|
40199
|
-
animation-duration: 0.8s;
|
40200
|
-
-webkit-animation-timing-function: linear;
|
40201
|
-
animation-timing-function: linear;
|
40120
|
+
animation-name: fadeIn;
|
40121
|
+
animation-duration: 0.8s;
|
40122
|
+
animation-timing-function: linear;
|
40202
40123
|
}
|
40203
40124
|
[data-prefers-color='light'] .animation-fade-out {
|
40204
|
-
|
40205
|
-
|
40206
|
-
-
|
40207
|
-
animation-duration: 0.8s;
|
40208
|
-
-webkit-animation-timing-function: linear;
|
40209
|
-
animation-timing-function: linear;
|
40210
|
-
}
|
40211
|
-
@-webkit-keyframes fadeIn {
|
40212
|
-
0% {
|
40213
|
-
opacity: 0;
|
40214
|
-
}
|
40215
|
-
100% {
|
40216
|
-
opacity: 1;
|
40217
|
-
}
|
40125
|
+
animation-name: fadeOut;
|
40126
|
+
animation-duration: 0.8s;
|
40127
|
+
animation-timing-function: linear;
|
40218
40128
|
}
|
40219
40129
|
@keyframes fadeIn {
|
40220
40130
|
0% {
|
@@ -40224,14 +40134,6 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
40224
40134
|
opacity: 1;
|
40225
40135
|
}
|
40226
40136
|
}
|
40227
|
-
@-webkit-keyframes fadeOut {
|
40228
|
-
0% {
|
40229
|
-
opacity: 1;
|
40230
|
-
}
|
40231
|
-
100% {
|
40232
|
-
opacity: 0;
|
40233
|
-
}
|
40234
|
-
}
|
40235
40137
|
@keyframes fadeOut {
|
40236
40138
|
0% {
|
40237
40139
|
opacity: 1;
|
@@ -40502,7 +40404,6 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
40502
40404
|
transform: translate(-50%, -50%);
|
40503
40405
|
-webkit-user-select: none;
|
40504
40406
|
-moz-user-select: none;
|
40505
|
-
-ms-user-select: none;
|
40506
40407
|
user-select: none;
|
40507
40408
|
}
|
40508
40409
|
[data-prefers-color='light'] .camera {
|
@@ -52922,8 +52823,7 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
52922
52823
|
transform: translate(-50%, -50%);
|
52923
52824
|
}
|
52924
52825
|
[data-prefers-color='nt'] .ant-picker-range .ant-picker-active-bar {
|
52925
|
-
-
|
52926
|
-
margin-inline-start: 0px;
|
52826
|
+
margin-inline-start: 0px;
|
52927
52827
|
}
|
52928
52828
|
[data-prefers-color='nt'] .ant-picker .ant-picker-input {
|
52929
52829
|
position: static;
|
@@ -65669,8 +65569,7 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
65669
65569
|
transform: translate(-50%, -50%);
|
65670
65570
|
}
|
65671
65571
|
[data-prefers-color='sd'] .ant-picker-range .ant-picker-active-bar {
|
65672
|
-
-
|
65673
|
-
margin-inline-start: 0px;
|
65572
|
+
margin-inline-start: 0px;
|
65674
65573
|
}
|
65675
65574
|
[data-prefers-color='sd'] .ant-picker .ant-picker-input {
|
65676
65575
|
position: static;
|