wargerm 0.7.18 → 0.7.19
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 +11 -4
- package/dist/index.css +135 -37
- package/dist/index.esm.css +135 -37
- package/dist/index.esm.js +3187 -1933
- package/dist/index.js +3196 -1942
- 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 +91 -91
@@ -1,9 +1,9 @@
|
|
1
|
-
|
2
|
-
type IConfig = {
|
1
|
+
/// <reference types="react" />
|
2
|
+
declare 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):
|
8
|
+
export default function WaterLevelCharts(config: IConfig): JSX.Element;
|
9
9
|
export {};
|
@@ -1,2 +1,2 @@
|
|
1
|
-
|
2
|
-
export default function demo1():
|
1
|
+
/// <reference types="react" />
|
2
|
+
export default function demo1(): JSX.Element;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
|
2
|
-
export default function demo1():
|
1
|
+
/// <reference types="react" />
|
2
|
+
export default function demo1(): JSX.Element;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
|
2
|
-
export default function demo1():
|
1
|
+
/// <reference types="react" />
|
2
|
+
export default function demo1(): JSX.Element;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
|
2
|
-
export default function demo1():
|
1
|
+
/// <reference types="react" />
|
2
|
+
export default function demo1(): JSX.Element;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
|
2
|
-
export default function demo1():
|
1
|
+
/// <reference types="react" />
|
2
|
+
export default function demo1(): JSX.Element;
|
package/dist/hooks/whox.d.ts
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
declare let run: (fn: () => void) => void;
|
2
|
-
type State = Record<string, any>;
|
3
|
-
type GetSetStore<T> = {
|
2
|
+
declare type State = Record<string, any>;
|
3
|
+
declare type GetSetStore<T> = {
|
4
4
|
(): T;
|
5
5
|
(s: Partial<T> | ((state: T) => Partial<T>)): void;
|
6
6
|
};
|
7
|
-
type InitStore<T> = (getSetStore: GetSetStore<T>) => T;
|
7
|
+
declare 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
@@ -1,8 +1,15 @@
|
|
1
|
-
type
|
2
|
-
type
|
3
|
-
declare
|
1
|
+
declare type VoidFn = () => void;
|
2
|
+
declare type OneAction<V> = V | ((val: V) => V);
|
3
|
+
declare type ObjUpdater<Obj> = (obj: Obj) => Partial<Obj>;
|
4
|
+
declare type Setter<Obj> = {
|
5
|
+
<K extends keyof Obj>(key: K, oneAction: OneAction<Obj[K]>): void;
|
6
|
+
(obj: Partial<Obj>): void;
|
7
|
+
(objUpdater: ObjUpdater<Obj>): void;
|
8
|
+
};
|
9
|
+
declare type Store<Obj> = Obj & Setter<Obj>;
|
10
|
+
declare let run: (fn: VoidFn) => void;
|
4
11
|
declare const wmox: {
|
5
|
-
<
|
12
|
+
<Obj extends Record<string, unknown>>(obj: Obj): Store<Obj>;
|
6
13
|
config({ batch }: {
|
7
14
|
batch: typeof run;
|
8
15
|
}): void;
|
package/dist/index.css
CHANGED
@@ -12304,10 +12304,12 @@
|
|
12304
12304
|
scroll-snap-align: start start;
|
12305
12305
|
}
|
12306
12306
|
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
|
12307
|
-
scroll-snap-type: x mandatory;
|
12307
|
+
-ms-scroll-snap-type: x mandatory;
|
12308
|
+
scroll-snap-type: x mandatory;
|
12308
12309
|
}
|
12309
12310
|
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
|
12310
|
-
scroll-snap-type: y mandatory;
|
12311
|
+
-ms-scroll-snap-type: y mandatory;
|
12312
|
+
scroll-snap-type: y mandatory;
|
12311
12313
|
}
|
12312
12314
|
:root {
|
12313
12315
|
--swiper-navigation-size: 44px;
|
@@ -12586,6 +12588,7 @@ button.swiper-pagination-bullet {
|
|
12586
12588
|
transform: translate(-50%, -50%);
|
12587
12589
|
-webkit-user-select: none;
|
12588
12590
|
-moz-user-select: none;
|
12591
|
+
-ms-user-select: none;
|
12589
12592
|
user-select: none;
|
12590
12593
|
}
|
12591
12594
|
.camera {
|
@@ -12673,19 +12676,36 @@ button.swiper-pagination-bullet {
|
|
12673
12676
|
}
|
12674
12677
|
/* Animation css */
|
12675
12678
|
[class*='animation-'] {
|
12676
|
-
animation-duration: 0.5s;
|
12677
|
-
|
12678
|
-
animation-
|
12679
|
+
-webkit-animation-duration: 0.5s;
|
12680
|
+
animation-duration: 0.5s;
|
12681
|
+
-webkit-animation-timing-function: ease-out;
|
12682
|
+
animation-timing-function: ease-out;
|
12683
|
+
-webkit-animation-fill-mode: both;
|
12684
|
+
animation-fill-mode: both;
|
12679
12685
|
}
|
12680
12686
|
.animation-fade {
|
12681
|
-
animation-name: fadeIn;
|
12682
|
-
|
12683
|
-
animation-
|
12687
|
+
-webkit-animation-name: fadeIn;
|
12688
|
+
animation-name: fadeIn;
|
12689
|
+
-webkit-animation-duration: 0.8s;
|
12690
|
+
animation-duration: 0.8s;
|
12691
|
+
-webkit-animation-timing-function: linear;
|
12692
|
+
animation-timing-function: linear;
|
12684
12693
|
}
|
12685
12694
|
.animation-fade-out {
|
12686
|
-
animation-name: fadeOut;
|
12687
|
-
|
12688
|
-
animation-
|
12695
|
+
-webkit-animation-name: fadeOut;
|
12696
|
+
animation-name: fadeOut;
|
12697
|
+
-webkit-animation-duration: 0.8s;
|
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
|
+
}
|
12689
12709
|
}
|
12690
12710
|
@keyframes fadeIn {
|
12691
12711
|
0% {
|
@@ -12695,6 +12715,14 @@ button.swiper-pagination-bullet {
|
|
12695
12715
|
opacity: 1;
|
12696
12716
|
}
|
12697
12717
|
}
|
12718
|
+
@-webkit-keyframes fadeOut {
|
12719
|
+
0% {
|
12720
|
+
opacity: 1;
|
12721
|
+
}
|
12722
|
+
100% {
|
12723
|
+
opacity: 0;
|
12724
|
+
}
|
12725
|
+
}
|
12698
12726
|
@keyframes fadeOut {
|
12699
12727
|
0% {
|
12700
12728
|
opacity: 1;
|
@@ -25100,6 +25128,7 @@ button.swiper-pagination-bullet {
|
|
25100
25128
|
overflow: auto;
|
25101
25129
|
}
|
25102
25130
|
[data-prefers-color='dark'] .container .theader {
|
25131
|
+
position: -webkit-sticky;
|
25103
25132
|
position: sticky;
|
25104
25133
|
top: 0;
|
25105
25134
|
z-index: 4;
|
@@ -25238,6 +25267,7 @@ button.swiper-pagination-bullet {
|
|
25238
25267
|
}
|
25239
25268
|
[data-prefers-color='dark'] .th .fixedLeft,
|
25240
25269
|
[data-prefers-color='dark'] .th .fixedRight {
|
25270
|
+
position: -webkit-sticky !important;
|
25241
25271
|
position: sticky !important;
|
25242
25272
|
z-index: 4 !important;
|
25243
25273
|
}
|
@@ -25272,6 +25302,7 @@ button.swiper-pagination-bullet {
|
|
25272
25302
|
}
|
25273
25303
|
[data-prefers-color='dark'] .tr .fixedLeft,
|
25274
25304
|
[data-prefers-color='dark'] .tr .fixedRight {
|
25305
|
+
position: -webkit-sticky !important;
|
25275
25306
|
position: sticky !important;
|
25276
25307
|
z-index: 3 !important;
|
25277
25308
|
}
|
@@ -25778,10 +25809,12 @@ button.swiper-pagination-bullet {
|
|
25778
25809
|
scroll-snap-align: start start;
|
25779
25810
|
}
|
25780
25811
|
[data-prefers-color='dark'] .swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
|
25781
|
-
scroll-snap-type: x mandatory;
|
25812
|
+
-ms-scroll-snap-type: x mandatory;
|
25813
|
+
scroll-snap-type: x mandatory;
|
25782
25814
|
}
|
25783
25815
|
[data-prefers-color='dark'] .swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
|
25784
|
-
scroll-snap-type: y mandatory;
|
25816
|
+
-ms-scroll-snap-type: y mandatory;
|
25817
|
+
scroll-snap-type: y mandatory;
|
25785
25818
|
}
|
25786
25819
|
[data-prefers-color='dark'] :root {
|
25787
25820
|
--swiper-navigation-size: 44px;
|
@@ -26074,7 +26107,8 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
26074
26107
|
transform: skewy(-45deg);
|
26075
26108
|
}
|
26076
26109
|
[data-prefers-color='dark'] .card-container .container-in .sliderTabs .tab {
|
26077
|
-
writing-mode:
|
26110
|
+
-ms-writing-mode: tb-lr;
|
26111
|
+
writing-mode: vertical-lr;
|
26078
26112
|
position: relative;
|
26079
26113
|
margin-bottom: 2px;
|
26080
26114
|
cursor: pointer;
|
@@ -26385,19 +26419,36 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
26385
26419
|
justify-content: flex-end;
|
26386
26420
|
}
|
26387
26421
|
[data-prefers-color='dark'] [class*='animation-'] {
|
26388
|
-
animation-duration: 0.5s;
|
26389
|
-
|
26390
|
-
animation-
|
26422
|
+
-webkit-animation-duration: 0.5s;
|
26423
|
+
animation-duration: 0.5s;
|
26424
|
+
-webkit-animation-timing-function: ease-out;
|
26425
|
+
animation-timing-function: ease-out;
|
26426
|
+
-webkit-animation-fill-mode: both;
|
26427
|
+
animation-fill-mode: both;
|
26391
26428
|
}
|
26392
26429
|
[data-prefers-color='dark'] .animation-fade {
|
26393
|
-
animation-name: fadeIn;
|
26394
|
-
|
26395
|
-
animation-
|
26430
|
+
-webkit-animation-name: fadeIn;
|
26431
|
+
animation-name: fadeIn;
|
26432
|
+
-webkit-animation-duration: 0.8s;
|
26433
|
+
animation-duration: 0.8s;
|
26434
|
+
-webkit-animation-timing-function: linear;
|
26435
|
+
animation-timing-function: linear;
|
26396
26436
|
}
|
26397
26437
|
[data-prefers-color='dark'] .animation-fade-out {
|
26398
|
-
animation-name: fadeOut;
|
26399
|
-
|
26400
|
-
animation-
|
26438
|
+
-webkit-animation-name: fadeOut;
|
26439
|
+
animation-name: fadeOut;
|
26440
|
+
-webkit-animation-duration: 0.8s;
|
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
|
+
}
|
26401
26452
|
}
|
26402
26453
|
@keyframes fadeIn {
|
26403
26454
|
0% {
|
@@ -26407,6 +26458,14 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
26407
26458
|
opacity: 1;
|
26408
26459
|
}
|
26409
26460
|
}
|
26461
|
+
@-webkit-keyframes fadeOut {
|
26462
|
+
0% {
|
26463
|
+
opacity: 1;
|
26464
|
+
}
|
26465
|
+
100% {
|
26466
|
+
opacity: 0;
|
26467
|
+
}
|
26468
|
+
}
|
26410
26469
|
@keyframes fadeOut {
|
26411
26470
|
0% {
|
26412
26471
|
opacity: 1;
|
@@ -26483,6 +26542,7 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
26483
26542
|
transform: translate(-50%, -50%);
|
26484
26543
|
-webkit-user-select: none;
|
26485
26544
|
-moz-user-select: none;
|
26545
|
+
-ms-user-select: none;
|
26486
26546
|
user-select: none;
|
26487
26547
|
}
|
26488
26548
|
[data-prefers-color='dark'] .camera {
|
@@ -26560,6 +26620,7 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
26560
26620
|
overflow: auto;
|
26561
26621
|
}
|
26562
26622
|
[data-prefers-color='dark'] .container .theader {
|
26623
|
+
position: -webkit-sticky;
|
26563
26624
|
position: sticky;
|
26564
26625
|
top: 0;
|
26565
26626
|
z-index: 4;
|
@@ -26719,6 +26780,7 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
26719
26780
|
}
|
26720
26781
|
[data-prefers-color='dark'] .th .fixedLeft,
|
26721
26782
|
[data-prefers-color='dark'] .th .fixedRight {
|
26783
|
+
position: -webkit-sticky !important;
|
26722
26784
|
position: sticky !important;
|
26723
26785
|
z-index: 4 !important;
|
26724
26786
|
}
|
@@ -26753,6 +26815,7 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
26753
26815
|
}
|
26754
26816
|
[data-prefers-color='dark'] .tr .fixedLeft,
|
26755
26817
|
[data-prefers-color='dark'] .tr .fixedRight {
|
26818
|
+
position: -webkit-sticky !important;
|
26756
26819
|
position: sticky !important;
|
26757
26820
|
z-index: 3 !important;
|
26758
26821
|
}
|
@@ -38988,6 +39051,7 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
38988
39051
|
overflow: auto;
|
38989
39052
|
}
|
38990
39053
|
[data-prefers-color='light'] .container .theader {
|
39054
|
+
position: -webkit-sticky;
|
38991
39055
|
position: sticky;
|
38992
39056
|
top: 0;
|
38993
39057
|
z-index: 4;
|
@@ -39127,6 +39191,7 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
39127
39191
|
}
|
39128
39192
|
[data-prefers-color='light'] .th .fixedLeft,
|
39129
39193
|
[data-prefers-color='light'] .th .fixedRight {
|
39194
|
+
position: -webkit-sticky !important;
|
39130
39195
|
position: sticky !important;
|
39131
39196
|
z-index: 4 !important;
|
39132
39197
|
}
|
@@ -39137,6 +39202,7 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
39137
39202
|
}
|
39138
39203
|
[data-prefers-color='light'] .tr .fixedLeft,
|
39139
39204
|
[data-prefers-color='light'] .tr .fixedRight {
|
39205
|
+
position: -webkit-sticky !important;
|
39140
39206
|
position: sticky !important;
|
39141
39207
|
z-index: 3 !important;
|
39142
39208
|
}
|
@@ -39146,6 +39212,7 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
39146
39212
|
transition: all 0.3s;
|
39147
39213
|
}
|
39148
39214
|
[data-prefers-color='light'] .fixedRight {
|
39215
|
+
position: -webkit-sticky !important;
|
39149
39216
|
position: sticky !important;
|
39150
39217
|
z-index: 3 !important;
|
39151
39218
|
}
|
@@ -39505,10 +39572,12 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
39505
39572
|
scroll-snap-align: start start;
|
39506
39573
|
}
|
39507
39574
|
[data-prefers-color='light'] .swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
|
39508
|
-
scroll-snap-type: x mandatory;
|
39575
|
+
-ms-scroll-snap-type: x mandatory;
|
39576
|
+
scroll-snap-type: x mandatory;
|
39509
39577
|
}
|
39510
39578
|
[data-prefers-color='light'] .swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
|
39511
|
-
scroll-snap-type: y mandatory;
|
39579
|
+
-ms-scroll-snap-type: y mandatory;
|
39580
|
+
scroll-snap-type: y mandatory;
|
39512
39581
|
}
|
39513
39582
|
[data-prefers-color='light'] :root {
|
39514
39583
|
--swiper-navigation-size: 44px;
|
@@ -39801,7 +39870,8 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
39801
39870
|
transform: skewy(-45deg);
|
39802
39871
|
}
|
39803
39872
|
[data-prefers-color='light'] .card-container .container-in .sliderTabs .tab {
|
39804
|
-
writing-mode:
|
39873
|
+
-ms-writing-mode: tb-lr;
|
39874
|
+
writing-mode: vertical-lr;
|
39805
39875
|
position: relative;
|
39806
39876
|
margin-bottom: 2px;
|
39807
39877
|
cursor: pointer;
|
@@ -40112,19 +40182,36 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
40112
40182
|
justify-content: flex-end;
|
40113
40183
|
}
|
40114
40184
|
[data-prefers-color='light'] [class*='animation-'] {
|
40115
|
-
animation-duration: 0.5s;
|
40116
|
-
|
40117
|
-
animation-
|
40185
|
+
-webkit-animation-duration: 0.5s;
|
40186
|
+
animation-duration: 0.5s;
|
40187
|
+
-webkit-animation-timing-function: ease-out;
|
40188
|
+
animation-timing-function: ease-out;
|
40189
|
+
-webkit-animation-fill-mode: both;
|
40190
|
+
animation-fill-mode: both;
|
40118
40191
|
}
|
40119
40192
|
[data-prefers-color='light'] .animation-fade {
|
40120
|
-
animation-name: fadeIn;
|
40121
|
-
|
40122
|
-
animation-
|
40193
|
+
-webkit-animation-name: fadeIn;
|
40194
|
+
animation-name: fadeIn;
|
40195
|
+
-webkit-animation-duration: 0.8s;
|
40196
|
+
animation-duration: 0.8s;
|
40197
|
+
-webkit-animation-timing-function: linear;
|
40198
|
+
animation-timing-function: linear;
|
40123
40199
|
}
|
40124
40200
|
[data-prefers-color='light'] .animation-fade-out {
|
40125
|
-
animation-name: fadeOut;
|
40126
|
-
|
40127
|
-
animation-
|
40201
|
+
-webkit-animation-name: fadeOut;
|
40202
|
+
animation-name: fadeOut;
|
40203
|
+
-webkit-animation-duration: 0.8s;
|
40204
|
+
animation-duration: 0.8s;
|
40205
|
+
-webkit-animation-timing-function: linear;
|
40206
|
+
animation-timing-function: linear;
|
40207
|
+
}
|
40208
|
+
@-webkit-keyframes fadeIn {
|
40209
|
+
0% {
|
40210
|
+
opacity: 0;
|
40211
|
+
}
|
40212
|
+
100% {
|
40213
|
+
opacity: 1;
|
40214
|
+
}
|
40128
40215
|
}
|
40129
40216
|
@keyframes fadeIn {
|
40130
40217
|
0% {
|
@@ -40134,6 +40221,14 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
40134
40221
|
opacity: 1;
|
40135
40222
|
}
|
40136
40223
|
}
|
40224
|
+
@-webkit-keyframes fadeOut {
|
40225
|
+
0% {
|
40226
|
+
opacity: 1;
|
40227
|
+
}
|
40228
|
+
100% {
|
40229
|
+
opacity: 0;
|
40230
|
+
}
|
40231
|
+
}
|
40137
40232
|
@keyframes fadeOut {
|
40138
40233
|
0% {
|
40139
40234
|
opacity: 1;
|
@@ -40404,6 +40499,7 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
40404
40499
|
transform: translate(-50%, -50%);
|
40405
40500
|
-webkit-user-select: none;
|
40406
40501
|
-moz-user-select: none;
|
40502
|
+
-ms-user-select: none;
|
40407
40503
|
user-select: none;
|
40408
40504
|
}
|
40409
40505
|
[data-prefers-color='light'] .camera {
|
@@ -52823,7 +52919,8 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
52823
52919
|
transform: translate(-50%, -50%);
|
52824
52920
|
}
|
52825
52921
|
[data-prefers-color='nt'] .ant-picker-range .ant-picker-active-bar {
|
52826
|
-
margin-
|
52922
|
+
-webkit-margin-start: 0px;
|
52923
|
+
margin-inline-start: 0px;
|
52827
52924
|
}
|
52828
52925
|
[data-prefers-color='nt'] .ant-picker .ant-picker-input {
|
52829
52926
|
position: static;
|
@@ -65569,7 +65666,8 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
65569
65666
|
transform: translate(-50%, -50%);
|
65570
65667
|
}
|
65571
65668
|
[data-prefers-color='sd'] .ant-picker-range .ant-picker-active-bar {
|
65572
|
-
margin-
|
65669
|
+
-webkit-margin-start: 0px;
|
65670
|
+
margin-inline-start: 0px;
|
65573
65671
|
}
|
65574
65672
|
[data-prefers-color='sd'] .ant-picker .ant-picker-input {
|
65575
65673
|
position: static;
|