@cloudtower/eagle 0.25.14-alpha.1 → 0.25.14-alpha.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.css +83 -83
- package/dist/esm/index.js +4 -2
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +879 -879
- package/dist/umd/index.js +6 -4
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -2882,6 +2882,87 @@ input.rrg1fkn.ant-input {
|
|
|
2882
2882
|
margin-left: 5px;
|
|
2883
2883
|
}
|
|
2884
2884
|
|
|
2885
|
+
.s1fc623g {
|
|
2886
|
+
width: 430px !important;
|
|
2887
|
+
}
|
|
2888
|
+
|
|
2889
|
+
.da3mx0o .ant-select-item-group {
|
|
2890
|
+
padding: 8px 16px;
|
|
2891
|
+
line-height: 18px;
|
|
2892
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2893
|
+
height: 34px;
|
|
2894
|
+
min-height: 34px;
|
|
2895
|
+
box-sizing: border-box;
|
|
2896
|
+
margin-top: 8px;
|
|
2897
|
+
}
|
|
2898
|
+
|
|
2899
|
+
.onr9gzt {
|
|
2900
|
+
display: flex;
|
|
2901
|
+
flex-direction: column;
|
|
2902
|
+
margin: 1px 8px;
|
|
2903
|
+
padding: 8px;
|
|
2904
|
+
border-radius: 4px;
|
|
2905
|
+
}
|
|
2906
|
+
.onr9gzt .selected-icon {
|
|
2907
|
+
display: none;
|
|
2908
|
+
}
|
|
2909
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
2910
|
+
padding-left: 8px;
|
|
2911
|
+
}
|
|
2912
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
2913
|
+
background-color: white;
|
|
2914
|
+
}
|
|
2915
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
2916
|
+
color: #0080ff;
|
|
2917
|
+
}
|
|
2918
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
2919
|
+
display: block;
|
|
2920
|
+
}
|
|
2921
|
+
.onr9gzt.ant-select-item-option-active {
|
|
2922
|
+
background: rgba(0, 136, 255, 0.16);
|
|
2923
|
+
}
|
|
2924
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
2925
|
+
color: #0080ff;
|
|
2926
|
+
}
|
|
2927
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
2928
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2929
|
+
color: #0080ff;
|
|
2930
|
+
}
|
|
2931
|
+
|
|
2932
|
+
.oiy0apc {
|
|
2933
|
+
display: flex;
|
|
2934
|
+
justify-content: space-between;
|
|
2935
|
+
height: 20px;
|
|
2936
|
+
line-height: 20px;
|
|
2937
|
+
}
|
|
2938
|
+
.oiy0apc .timezone-title {
|
|
2939
|
+
color: #2d3a56;
|
|
2940
|
+
overflow: hidden;
|
|
2941
|
+
text-overflow: ellipsis;
|
|
2942
|
+
}
|
|
2943
|
+
|
|
2944
|
+
.of4y382 {
|
|
2945
|
+
display: flex;
|
|
2946
|
+
justify-content: space-between;
|
|
2947
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2948
|
+
height: 18px;
|
|
2949
|
+
line-height: 18px;
|
|
2950
|
+
margin-top: 2px;
|
|
2951
|
+
}
|
|
2952
|
+
|
|
2953
|
+
.t19903l9 {
|
|
2954
|
+
border: none;
|
|
2955
|
+
margin-right: 0;
|
|
2956
|
+
background: rgba(225, 230, 241, 0.6);
|
|
2957
|
+
}
|
|
2958
|
+
|
|
2959
|
+
.ohwbvxu {
|
|
2960
|
+
pointer-events: none;
|
|
2961
|
+
height: 32px;
|
|
2962
|
+
width: 100%;
|
|
2963
|
+
opacity: 0;
|
|
2964
|
+
}
|
|
2965
|
+
|
|
2885
2966
|
.t1upn1sz {
|
|
2886
2967
|
height: 100%;
|
|
2887
2968
|
}
|
|
@@ -3245,85 +3326,8 @@ input.rrg1fkn.ant-input {
|
|
|
3245
3326
|
background: #fff;
|
|
3246
3327
|
}
|
|
3247
3328
|
|
|
3248
|
-
.
|
|
3249
|
-
|
|
3250
|
-
}
|
|
3251
|
-
|
|
3252
|
-
.da3mx0o .ant-select-item-group {
|
|
3253
|
-
padding: 8px 16px;
|
|
3254
|
-
line-height: 18px;
|
|
3255
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3256
|
-
height: 34px;
|
|
3257
|
-
min-height: 34px;
|
|
3258
|
-
box-sizing: border-box;
|
|
3259
|
-
margin-top: 8px;
|
|
3260
|
-
}
|
|
3261
|
-
|
|
3262
|
-
.onr9gzt {
|
|
3263
|
-
display: flex;
|
|
3264
|
-
flex-direction: column;
|
|
3265
|
-
margin: 1px 8px;
|
|
3266
|
-
padding: 8px;
|
|
3267
|
-
border-radius: 4px;
|
|
3268
|
-
}
|
|
3269
|
-
.onr9gzt .selected-icon {
|
|
3270
|
-
display: none;
|
|
3271
|
-
}
|
|
3272
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
3273
|
-
padding-left: 8px;
|
|
3274
|
-
}
|
|
3275
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
3276
|
-
background-color: white;
|
|
3277
|
-
}
|
|
3278
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
3279
|
-
color: #0080ff;
|
|
3280
|
-
}
|
|
3281
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
3282
|
-
display: block;
|
|
3283
|
-
}
|
|
3284
|
-
.onr9gzt.ant-select-item-option-active {
|
|
3285
|
-
background: rgba(0, 136, 255, 0.16);
|
|
3286
|
-
}
|
|
3287
|
-
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
3288
|
-
color: #0080ff;
|
|
3289
|
-
}
|
|
3290
|
-
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
3291
|
-
background: rgba(0, 136, 255, 0.1);
|
|
3292
|
-
color: #0080ff;
|
|
3293
|
-
}
|
|
3294
|
-
|
|
3295
|
-
.oiy0apc {
|
|
3296
|
-
display: flex;
|
|
3297
|
-
justify-content: space-between;
|
|
3298
|
-
height: 20px;
|
|
3299
|
-
line-height: 20px;
|
|
3300
|
-
}
|
|
3301
|
-
.oiy0apc .timezone-title {
|
|
3302
|
-
color: #2d3a56;
|
|
3303
|
-
overflow: hidden;
|
|
3304
|
-
text-overflow: ellipsis;
|
|
3305
|
-
}
|
|
3306
|
-
|
|
3307
|
-
.of4y382 {
|
|
3308
|
-
display: flex;
|
|
3309
|
-
justify-content: space-between;
|
|
3310
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3311
|
-
height: 18px;
|
|
3312
|
-
line-height: 18px;
|
|
3313
|
-
margin-top: 2px;
|
|
3314
|
-
}
|
|
3315
|
-
|
|
3316
|
-
.t19903l9 {
|
|
3317
|
-
border: none;
|
|
3318
|
-
margin-right: 0;
|
|
3319
|
-
background: rgba(225, 230, 241, 0.6);
|
|
3320
|
-
}
|
|
3321
|
-
|
|
3322
|
-
.ohwbvxu {
|
|
3323
|
-
pointer-events: none;
|
|
3324
|
-
height: 32px;
|
|
3325
|
-
width: 100%;
|
|
3326
|
-
opacity: 0;
|
|
3329
|
+
.i1e4sgug {
|
|
3330
|
+
display: inline-block;
|
|
3327
3331
|
}
|
|
3328
3332
|
|
|
3329
3333
|
.d6j0lbj {
|
|
@@ -3801,10 +3805,6 @@ input.rrg1fkn.ant-input {
|
|
|
3801
3805
|
line-height: 12px;
|
|
3802
3806
|
}
|
|
3803
3807
|
|
|
3804
|
-
.i1e4sgug {
|
|
3805
|
-
display: inline-block;
|
|
3806
|
-
}
|
|
3807
|
-
|
|
3808
3808
|
.c198s9j3 {
|
|
3809
3809
|
color: #2d3a56;
|
|
3810
3810
|
line-height: 22px;
|
package/dist/esm/index.js
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { parrotI18n, initParrotI18n } from '@cloudtower/parrot';
|
|
2
|
+
export * from '@cloudtower/parrot';
|
|
1
3
|
import { Alert as Alert$1, Badge as Badge$1, Button as Button$1, Tooltip as Tooltip$1, Checkbox as Checkbox$1, DatePicker, Select as Select$1, InputNumber as InputNumber$1, Input as Input$1, TimePicker as TimePicker$1, Form as Form$1, Modal as Modal$1, Steps as Steps$1, Dropdown, Menu, Progress as Progress$1, Radio as Radio$1, Switch as Switch$1, Table as Table$1, Space, List, Tag, Row, Col, Tree, Divider, Skeleton, Layout, AutoComplete, Popover, Timeline, Typography, Cascader, Upload, Calendar, Tabs, message, Empty as Empty$1, Collapse, TreeSelect, Drawer, ConfigProvider } from 'antd';
|
|
2
4
|
export { Col, Row } from 'antd';
|
|
3
5
|
import * as React from 'react';
|
|
@@ -5,8 +7,6 @@ import React__default, { useState, useMemo, useRef, useCallback, useEffect, Frag
|
|
|
5
7
|
import cs from 'classnames';
|
|
6
8
|
import _, { uniqBy, groupBy, sortBy, toPairs } from 'lodash';
|
|
7
9
|
import { SVGUniqueID } from 'react-svg-unique-id';
|
|
8
|
-
import { parrotI18n } from '@cloudtower/parrot';
|
|
9
|
-
export * from '@cloudtower/parrot';
|
|
10
10
|
import { useTranslation, withTranslation } from 'react-i18next';
|
|
11
11
|
import { cx } from '@linaria/core';
|
|
12
12
|
import { styled } from '@linaria/react';
|
|
@@ -5053,4 +5053,6 @@ const useUIKit = () => {
|
|
|
5053
5053
|
return useContext(kitContext);
|
|
5054
5054
|
};
|
|
5055
5055
|
|
|
5056
|
+
initParrotI18n();
|
|
5057
|
+
|
|
5056
5058
|
export { Architecture, BaseIcon, Button, ButtonStyle, FailedLoad, FullView, Icon, InputTagItem, KitStoreProvider, ModalActions, ModalStack, ReduxContextProvider, Typo, UIKitProvider, UIKitStore, ValidateTriggerType, WizardBody, antdKit, closeModal, createBatchMessageMethods, kitContext, popModal, pushModal, tableStyleCover, tickFormatter, useElementsSize, useKitDispatch, useKitSelector, useUIKit };
|