@cloudtower/eagle 0.26.29 → 0.26.30-dry-2
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/ErrorBoundary/index.d.ts +1 -4
- package/dist/components/I18nNameTag/index.d.ts +10 -0
- package/dist/components.css +125 -111
- package/dist/core/ParrotTrans/index.d.ts +4 -0
- package/dist/esm/index.js +956 -903
- package/dist/esm/stats1.html +1 -1
- package/dist/hooks/useParrotTranslation.d.ts +1 -1
- package/dist/spec/base.d.ts +2 -0
- package/dist/style.css +318 -304
- package/dist/umd/index.js +955 -902
- package/dist/umd/stats1.html +1 -1
- package/package.json +7 -6
- package/dist/components/Modal/AsideModal.d.ts +0 -5
- package/dist/components/Modal/ImmersiveModal.d.ts +0 -5
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { WithTranslation } from "react-i18next";
|
|
3
|
-
declare const _default: React.ComponentType<Omit<
|
|
4
|
-
t: any;
|
|
5
|
-
tReady: boolean;
|
|
6
|
-
}, keyof WithTranslation<N, undefined>> & import("react-i18next").WithTranslationProps>;
|
|
3
|
+
declare const _default: React.ComponentType<Omit<import("react-i18next/helpers").$Subtract<WithTranslation<undefined, undefined>, import("react-i18next").WithTranslationProps>, keyof WithTranslation<Ns, undefined>> & import("react-i18next").WithTranslationProps>;
|
|
7
4
|
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export declare const NameTag: import("@linaria/react").StyledMeta & React.FunctionComponent<React.ClassAttributes<HTMLSpanElement> & React.HTMLAttributes<HTMLSpanElement> & Record<never, unknown> & {
|
|
3
|
+
as?: React.ElementType<any> | undefined;
|
|
4
|
+
}>;
|
|
5
|
+
declare const I18nNameTag: React.FC<{
|
|
6
|
+
name: string;
|
|
7
|
+
i18nKey: string;
|
|
8
|
+
[key: string]: unknown;
|
|
9
|
+
}>;
|
|
10
|
+
export default I18nNameTag;
|
package/dist/components.css
CHANGED
|
@@ -30811,6 +30811,7 @@ html body {
|
|
|
30811
30811
|
.ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
30812
30812
|
border-color: #0096ff;
|
|
30813
30813
|
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30814
|
+
z-index: 1;
|
|
30814
30815
|
}
|
|
30815
30816
|
.ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
|
|
30816
30817
|
border-color: #e75a3a;
|
|
@@ -31413,91 +31414,6 @@ input.rrg1fkn.ant-input {
|
|
|
31413
31414
|
background: #fff;
|
|
31414
31415
|
}
|
|
31415
31416
|
|
|
31416
|
-
.s1fc623g {
|
|
31417
|
-
width: 430px !important;
|
|
31418
|
-
}
|
|
31419
|
-
|
|
31420
|
-
.da3mx0o .ant-select-item-group {
|
|
31421
|
-
padding: 8px 16px;
|
|
31422
|
-
line-height: 18px;
|
|
31423
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31424
|
-
height: 34px;
|
|
31425
|
-
min-height: 34px;
|
|
31426
|
-
box-sizing: border-box;
|
|
31427
|
-
margin-top: 8px;
|
|
31428
|
-
}
|
|
31429
|
-
|
|
31430
|
-
.onr9gzt {
|
|
31431
|
-
display: flex;
|
|
31432
|
-
flex-direction: column;
|
|
31433
|
-
margin: 1px 8px;
|
|
31434
|
-
padding: 8px;
|
|
31435
|
-
border-radius: 4px;
|
|
31436
|
-
}
|
|
31437
|
-
.onr9gzt .selected-icon {
|
|
31438
|
-
display: none;
|
|
31439
|
-
}
|
|
31440
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
31441
|
-
padding-left: 8px;
|
|
31442
|
-
}
|
|
31443
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
31444
|
-
background-color: white;
|
|
31445
|
-
}
|
|
31446
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31447
|
-
color: #0080ff;
|
|
31448
|
-
}
|
|
31449
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31450
|
-
display: block;
|
|
31451
|
-
}
|
|
31452
|
-
.onr9gzt.ant-select-item-option-active {
|
|
31453
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31454
|
-
}
|
|
31455
|
-
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31456
|
-
color: #0080ff;
|
|
31457
|
-
}
|
|
31458
|
-
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31459
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31460
|
-
color: #0080ff;
|
|
31461
|
-
}
|
|
31462
|
-
|
|
31463
|
-
.oiy0apc {
|
|
31464
|
-
display: flex;
|
|
31465
|
-
justify-content: space-between;
|
|
31466
|
-
height: 20px;
|
|
31467
|
-
line-height: 20px;
|
|
31468
|
-
}
|
|
31469
|
-
.oiy0apc .timezone-title {
|
|
31470
|
-
color: #2d3a56;
|
|
31471
|
-
overflow: hidden;
|
|
31472
|
-
text-overflow: ellipsis;
|
|
31473
|
-
}
|
|
31474
|
-
|
|
31475
|
-
.of4y382 {
|
|
31476
|
-
display: flex;
|
|
31477
|
-
justify-content: space-between;
|
|
31478
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31479
|
-
height: 18px;
|
|
31480
|
-
line-height: 18px;
|
|
31481
|
-
margin-top: 2px;
|
|
31482
|
-
}
|
|
31483
|
-
|
|
31484
|
-
.t19903l9 {
|
|
31485
|
-
border: none;
|
|
31486
|
-
margin-right: 0;
|
|
31487
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31488
|
-
}
|
|
31489
|
-
|
|
31490
|
-
.ohwbvxu {
|
|
31491
|
-
pointer-events: none;
|
|
31492
|
-
height: 32px;
|
|
31493
|
-
width: 100%;
|
|
31494
|
-
opacity: 0;
|
|
31495
|
-
}
|
|
31496
|
-
|
|
31497
|
-
.i1e4sgug {
|
|
31498
|
-
display: inline-block;
|
|
31499
|
-
}
|
|
31500
|
-
|
|
31501
31417
|
.d6j0lbj {
|
|
31502
31418
|
font-family: Inter;
|
|
31503
31419
|
font-style: normal;
|
|
@@ -31973,6 +31889,91 @@ input.rrg1fkn.ant-input {
|
|
|
31973
31889
|
line-height: 12px;
|
|
31974
31890
|
}
|
|
31975
31891
|
|
|
31892
|
+
.i1e4sgug {
|
|
31893
|
+
display: inline-block;
|
|
31894
|
+
}
|
|
31895
|
+
|
|
31896
|
+
.s1fc623g {
|
|
31897
|
+
width: 430px !important;
|
|
31898
|
+
}
|
|
31899
|
+
|
|
31900
|
+
.da3mx0o .ant-select-item-group {
|
|
31901
|
+
padding: 8px 16px;
|
|
31902
|
+
line-height: 18px;
|
|
31903
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31904
|
+
height: 34px;
|
|
31905
|
+
min-height: 34px;
|
|
31906
|
+
box-sizing: border-box;
|
|
31907
|
+
margin-top: 8px;
|
|
31908
|
+
}
|
|
31909
|
+
|
|
31910
|
+
.onr9gzt {
|
|
31911
|
+
display: flex;
|
|
31912
|
+
flex-direction: column;
|
|
31913
|
+
margin: 1px 8px;
|
|
31914
|
+
padding: 8px;
|
|
31915
|
+
border-radius: 4px;
|
|
31916
|
+
}
|
|
31917
|
+
.onr9gzt .selected-icon {
|
|
31918
|
+
display: none;
|
|
31919
|
+
}
|
|
31920
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
31921
|
+
padding-left: 8px;
|
|
31922
|
+
}
|
|
31923
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
31924
|
+
background-color: white;
|
|
31925
|
+
}
|
|
31926
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31927
|
+
color: #0080ff;
|
|
31928
|
+
}
|
|
31929
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31930
|
+
display: block;
|
|
31931
|
+
}
|
|
31932
|
+
.onr9gzt.ant-select-item-option-active {
|
|
31933
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31934
|
+
}
|
|
31935
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31936
|
+
color: #0080ff;
|
|
31937
|
+
}
|
|
31938
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31939
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31940
|
+
color: #0080ff;
|
|
31941
|
+
}
|
|
31942
|
+
|
|
31943
|
+
.oiy0apc {
|
|
31944
|
+
display: flex;
|
|
31945
|
+
justify-content: space-between;
|
|
31946
|
+
height: 20px;
|
|
31947
|
+
line-height: 20px;
|
|
31948
|
+
}
|
|
31949
|
+
.oiy0apc .timezone-title {
|
|
31950
|
+
color: #2d3a56;
|
|
31951
|
+
overflow: hidden;
|
|
31952
|
+
text-overflow: ellipsis;
|
|
31953
|
+
}
|
|
31954
|
+
|
|
31955
|
+
.of4y382 {
|
|
31956
|
+
display: flex;
|
|
31957
|
+
justify-content: space-between;
|
|
31958
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31959
|
+
height: 18px;
|
|
31960
|
+
line-height: 18px;
|
|
31961
|
+
margin-top: 2px;
|
|
31962
|
+
}
|
|
31963
|
+
|
|
31964
|
+
.t19903l9 {
|
|
31965
|
+
border: none;
|
|
31966
|
+
margin-right: 0;
|
|
31967
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31968
|
+
}
|
|
31969
|
+
|
|
31970
|
+
.ohwbvxu {
|
|
31971
|
+
pointer-events: none;
|
|
31972
|
+
height: 32px;
|
|
31973
|
+
width: 100%;
|
|
31974
|
+
opacity: 0;
|
|
31975
|
+
}
|
|
31976
|
+
|
|
31976
31977
|
.m15dvk92 {
|
|
31977
31978
|
display: flex;
|
|
31978
31979
|
justify-content: space-between;
|
|
@@ -32086,16 +32087,6 @@ input.rrg1fkn.ant-input {
|
|
|
32086
32087
|
cursor: default;
|
|
32087
32088
|
}
|
|
32088
32089
|
|
|
32089
|
-
.igz4le8 {
|
|
32090
|
-
height: 24px;
|
|
32091
|
-
width: 56px !important;
|
|
32092
|
-
margin-right: 4px;
|
|
32093
|
-
}
|
|
32094
|
-
|
|
32095
|
-
.c1riexje {
|
|
32096
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32097
|
-
}
|
|
32098
|
-
|
|
32099
32090
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32100
32091
|
border-radius: 6px;
|
|
32101
32092
|
}
|
|
@@ -32153,6 +32144,16 @@ input.rrg1fkn.ant-input {
|
|
|
32153
32144
|
transform: rotate(180deg);
|
|
32154
32145
|
}
|
|
32155
32146
|
|
|
32147
|
+
.igz4le8 {
|
|
32148
|
+
height: 24px;
|
|
32149
|
+
width: 56px !important;
|
|
32150
|
+
margin-right: 4px;
|
|
32151
|
+
}
|
|
32152
|
+
|
|
32153
|
+
.c1riexje {
|
|
32154
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32155
|
+
}
|
|
32156
|
+
|
|
32156
32157
|
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32157
32158
|
display: flex;
|
|
32158
32159
|
}
|
|
@@ -32326,6 +32327,18 @@ input.rrg1fkn.ant-input {
|
|
|
32326
32327
|
white-space: nowrap;
|
|
32327
32328
|
}
|
|
32328
32329
|
|
|
32330
|
+
.n3qomhu {
|
|
32331
|
+
font-size: 90%;
|
|
32332
|
+
font-weight: bold;
|
|
32333
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
32334
|
+
padding: 1px 4px 1px;
|
|
32335
|
+
margin-left: 2px;
|
|
32336
|
+
margin-right: 2px;
|
|
32337
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32338
|
+
border-radius: 4px;
|
|
32339
|
+
word-break: break-all;
|
|
32340
|
+
}
|
|
32341
|
+
|
|
32329
32342
|
.m1thnes4 {
|
|
32330
32343
|
color: rgba(44, 56, 82, 0.6);
|
|
32331
32344
|
text-align: center;
|
|
@@ -32746,22 +32759,6 @@ input.rrg1fkn.ant-input {
|
|
|
32746
32759
|
margin-right: 2px;
|
|
32747
32760
|
}
|
|
32748
32761
|
|
|
32749
|
-
.rrwcpby {
|
|
32750
|
-
display: flex;
|
|
32751
|
-
align-items: center;
|
|
32752
|
-
}
|
|
32753
|
-
.rrwcpby .order {
|
|
32754
|
-
height: 24px;
|
|
32755
|
-
width: 24px;
|
|
32756
|
-
border-radius: 20px;
|
|
32757
|
-
color: #0080ff;
|
|
32758
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32759
|
-
display: flex;
|
|
32760
|
-
align-items: center;
|
|
32761
|
-
justify-content: center;
|
|
32762
|
-
margin-right: 6px;
|
|
32763
|
-
}
|
|
32764
|
-
|
|
32765
32762
|
.f1p9ti6d {
|
|
32766
32763
|
width: 100%;
|
|
32767
32764
|
margin-bottom: 0 !important;
|
|
@@ -32793,6 +32790,22 @@ input.rrg1fkn.ant-input {
|
|
|
32793
32790
|
min-height: 0px;
|
|
32794
32791
|
}
|
|
32795
32792
|
|
|
32793
|
+
.rrwcpby {
|
|
32794
|
+
display: flex;
|
|
32795
|
+
align-items: center;
|
|
32796
|
+
}
|
|
32797
|
+
.rrwcpby .order {
|
|
32798
|
+
height: 24px;
|
|
32799
|
+
width: 24px;
|
|
32800
|
+
border-radius: 20px;
|
|
32801
|
+
color: #0080ff;
|
|
32802
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32803
|
+
display: flex;
|
|
32804
|
+
align-items: center;
|
|
32805
|
+
justify-content: center;
|
|
32806
|
+
margin-right: 6px;
|
|
32807
|
+
}
|
|
32808
|
+
|
|
32796
32809
|
.bab9xum {
|
|
32797
32810
|
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
32798
32811
|
}
|
|
@@ -32847,6 +32860,7 @@ input.rrg1fkn.ant-input {
|
|
|
32847
32860
|
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
32848
32861
|
border-color: #0096ff;
|
|
32849
32862
|
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32863
|
+
z-index: 1;
|
|
32850
32864
|
}
|
|
32851
32865
|
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
32852
32866
|
border-color: #e75a3a;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Namespace, TOptions } from "i18next";
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { TransProps } from "react-i18next";
|
|
4
|
+
export declare const ParrotTrans: <Key extends string, Ns extends Namespace = "translation", TOpt extends TOptions = {}, KPrefix = undefined, E = React.HTMLProps<HTMLDivElement>>(props: TransProps<Key, Ns, TOpt, KPrefix, E>) => JSX.Element;
|