@douyinfe/semi-ui 2.20.0-beta.0 → 2.20.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/css/semi.css +11 -0
- package/dist/css/semi.min.css +1 -1
- package/dist/umd/semi-ui.js +93 -132
- package/dist/umd/semi-ui.js.map +1 -1
- package/dist/umd/semi-ui.min.js +1 -1
- package/dist/umd/semi-ui.min.js.map +1 -1
- package/lib/cjs/anchor/index.d.ts +1 -1
- package/lib/cjs/backtop/index.js +4 -1
- package/lib/cjs/breadcrumb/index.d.ts +1 -1
- package/lib/cjs/breadcrumb/item.d.ts +1 -1
- package/lib/cjs/button/buttonGroup.js +3 -1
- package/lib/cjs/button/index.d.ts +4 -4
- package/lib/cjs/calendar/index.d.ts +1 -1
- package/lib/cjs/calendar/interface.d.ts +3 -3
- package/lib/cjs/card/index.d.ts +2 -2
- package/lib/cjs/cascader/index.d.ts +2 -2
- package/lib/cjs/checkbox/index.d.ts +3 -2
- package/lib/cjs/collapse/index.d.ts +2 -2
- package/lib/cjs/datePicker/index.d.ts +7 -7
- package/lib/cjs/descriptions/index.d.ts +1 -1
- package/lib/cjs/dropdown/dropdownItem.d.ts +3 -2
- package/lib/cjs/dropdown/index.d.ts +4 -4
- package/lib/cjs/form/arrayField.d.ts +1 -1
- package/lib/cjs/form/group.js +47 -6
- package/lib/cjs/form/index.d.ts +6 -6
- package/lib/cjs/grid/index.d.ts +2 -2
- package/lib/cjs/icons/index.d.ts +1 -1
- package/lib/cjs/input/index.d.ts +2 -2
- package/lib/cjs/layout/index.d.ts +1 -1
- package/lib/cjs/list/index.d.ts +1 -1
- package/lib/cjs/modal/Modal.d.ts +1 -1
- package/lib/cjs/modal/index.d.ts +2 -2
- package/lib/cjs/navigation/index.d.ts +7 -7
- package/lib/cjs/notification/index.d.ts +2 -2
- package/lib/cjs/overflowList/index.d.ts +1 -1
- package/lib/cjs/pagination/index.d.ts +1 -1
- package/lib/cjs/popover/index.d.ts +2 -1
- package/lib/cjs/radio/index.d.ts +3 -3
- package/lib/cjs/radio/radio.d.ts +1 -1
- package/lib/cjs/rating/index.d.ts +1 -1
- package/lib/cjs/scrollList/index.d.ts +1 -1
- package/lib/cjs/select/index.d.ts +3 -3
- package/lib/cjs/sideSheet/index.d.ts +3 -3
- package/lib/cjs/skeleton/index.d.ts +1 -1
- package/lib/cjs/slider/index.d.ts +1 -1
- package/lib/cjs/steps/index.d.ts +7 -7
- package/lib/cjs/table/Table.js +1 -1
- package/lib/cjs/timePicker/index.d.ts +5 -5
- package/lib/cjs/timeline/index.d.ts +1 -1
- package/lib/cjs/toast/index.d.ts +2 -2
- package/lib/cjs/tooltip/index.d.ts +2 -2
- package/lib/cjs/tree/index.d.ts +1 -1
- package/lib/cjs/tree/index.js +13 -1
- package/lib/cjs/typography/index.d.ts +5 -5
- package/lib/cjs/upload/index.d.ts +4 -2
- package/lib/es/anchor/index.d.ts +1 -1
- package/lib/es/backtop/index.js +4 -1
- package/lib/es/breadcrumb/index.d.ts +1 -1
- package/lib/es/breadcrumb/item.d.ts +1 -1
- package/lib/es/button/buttonGroup.js +3 -1
- package/lib/es/button/index.d.ts +4 -4
- package/lib/es/calendar/index.d.ts +1 -1
- package/lib/es/calendar/interface.d.ts +3 -3
- package/lib/es/card/index.d.ts +2 -2
- package/lib/es/cascader/index.d.ts +2 -2
- package/lib/es/checkbox/index.d.ts +3 -2
- package/lib/es/collapse/index.d.ts +2 -2
- package/lib/es/datePicker/index.d.ts +7 -7
- package/lib/es/descriptions/index.d.ts +1 -1
- package/lib/es/dropdown/dropdownItem.d.ts +3 -2
- package/lib/es/dropdown/index.d.ts +4 -4
- package/lib/es/form/arrayField.d.ts +1 -1
- package/lib/es/form/group.js +43 -6
- package/lib/es/form/index.d.ts +6 -6
- package/lib/es/grid/index.d.ts +2 -2
- package/lib/es/icons/index.d.ts +1 -1
- package/lib/es/input/index.d.ts +2 -2
- package/lib/es/layout/index.d.ts +1 -1
- package/lib/es/list/index.d.ts +1 -1
- package/lib/es/modal/Modal.d.ts +1 -1
- package/lib/es/modal/index.d.ts +2 -2
- package/lib/es/navigation/index.d.ts +7 -7
- package/lib/es/notification/index.d.ts +2 -2
- package/lib/es/overflowList/index.d.ts +1 -1
- package/lib/es/pagination/index.d.ts +1 -1
- package/lib/es/popover/index.d.ts +2 -1
- package/lib/es/radio/index.d.ts +3 -3
- package/lib/es/radio/radio.d.ts +1 -1
- package/lib/es/rating/index.d.ts +1 -1
- package/lib/es/scrollList/index.d.ts +1 -1
- package/lib/es/select/index.d.ts +3 -3
- package/lib/es/sideSheet/index.d.ts +3 -3
- package/lib/es/skeleton/index.d.ts +1 -1
- package/lib/es/slider/index.d.ts +1 -1
- package/lib/es/steps/index.d.ts +7 -7
- package/lib/es/table/Table.js +1 -1
- package/lib/es/timePicker/index.d.ts +5 -5
- package/lib/es/timeline/index.d.ts +1 -1
- package/lib/es/toast/index.d.ts +2 -2
- package/lib/es/tooltip/index.d.ts +2 -2
- package/lib/es/tree/index.d.ts +1 -1
- package/lib/es/tree/index.js +13 -1
- package/lib/es/typography/index.d.ts +5 -5
- package/lib/es/upload/index.d.ts +4 -2
- package/package.json +7 -7
package/dist/umd/semi-ui.js
CHANGED
|
@@ -23676,7 +23676,6 @@ var tooltip_rest = undefined && undefined.__rest || function (s, e) {
|
|
|
23676
23676
|
|
|
23677
23677
|
|
|
23678
23678
|
|
|
23679
|
-
|
|
23680
23679
|
|
|
23681
23680
|
|
|
23682
23681
|
const tooltip_prefix = tooltip_constants_cssClasses.PREFIX;
|
|
@@ -24381,7 +24380,6 @@ tooltip_Tooltip.defaultProps = {
|
|
|
24381
24380
|
disableFocusListener: false,
|
|
24382
24381
|
disableArrowKeyDown: false
|
|
24383
24382
|
};
|
|
24384
|
-
|
|
24385
24383
|
// EXTERNAL MODULE: /home/runner/work/semi-design/semi-design/node_modules/copy-text-to-clipboard/index.js
|
|
24386
24384
|
var copy_text_to_clipboard = __webpack_require__("HDX/");
|
|
24387
24385
|
var copy_text_to_clipboard_default = /*#__PURE__*/__webpack_require__.n(copy_text_to_clipboard);
|
|
@@ -27765,7 +27763,6 @@ var popover_rest = undefined && undefined.__rest || function (s, e) {
|
|
|
27765
27763
|
|
|
27766
27764
|
|
|
27767
27765
|
|
|
27768
|
-
|
|
27769
27766
|
const popover_positionSet = popover_constants_strings.POSITION_SET;
|
|
27770
27767
|
const popover_triggerSet = popover_constants_strings.TRIGGER_SET;
|
|
27771
27768
|
|
|
@@ -28893,11 +28890,6 @@ typography_Typography_0.Text = text_Text;
|
|
|
28893
28890
|
typography_Typography_0.Title = title_Title;
|
|
28894
28891
|
typography_Typography_0.Paragraph = paragraph_Paragraph;
|
|
28895
28892
|
|
|
28896
|
-
|
|
28897
|
-
|
|
28898
|
-
|
|
28899
|
-
|
|
28900
|
-
|
|
28901
28893
|
/* harmony default export */ var typography_0 = (typography_Typography_0);
|
|
28902
28894
|
// CONCATENATED MODULE: ./anchor/link.tsx
|
|
28903
28895
|
|
|
@@ -29110,7 +29102,6 @@ var anchor_anchor = __webpack_require__("5YqL");
|
|
|
29110
29102
|
|
|
29111
29103
|
const anchor_prefixCls = cssClasses.PREFIX;
|
|
29112
29104
|
|
|
29113
|
-
|
|
29114
29105
|
class anchor_Anchor extends baseComponent_BaseComponent {
|
|
29115
29106
|
constructor(props) {
|
|
29116
29107
|
var _this;
|
|
@@ -30643,8 +30634,6 @@ const sizeSet = input_constants_strings.SIZE;
|
|
|
30643
30634
|
const statusSet = input_constants_strings.STATUS;
|
|
30644
30635
|
const modeSet = input_constants_strings.MODE;
|
|
30645
30636
|
|
|
30646
|
-
|
|
30647
|
-
|
|
30648
30637
|
class input_Input extends baseComponent_BaseComponent {
|
|
30649
30638
|
constructor(props) {
|
|
30650
30639
|
super(props);
|
|
@@ -32750,7 +32739,10 @@ class backtop_BackTop extends baseComponent_BaseComponent {
|
|
|
32750
32739
|
} = this.state;
|
|
32751
32740
|
const preCls = classnames_default()(backtop_prefixCls, className);
|
|
32752
32741
|
const backtopBtn = children ? children : this.renderDefault();
|
|
32753
|
-
const content = visible ?
|
|
32742
|
+
const content = visible ?
|
|
32743
|
+
/*#__PURE__*/
|
|
32744
|
+
// eslint-disable-next-line jsx-a11y/click-events-have-key-events, jsx-a11y/no-static-element-interactions
|
|
32745
|
+
external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement("div", Object.assign({}, others, {
|
|
32754
32746
|
className: preCls,
|
|
32755
32747
|
style: style,
|
|
32756
32748
|
onClick: e => this.handleClick(e),
|
|
@@ -33196,7 +33188,6 @@ const BreadContext = /*#__PURE__*/external_root_React_commonjs2_react_commonjs_r
|
|
|
33196
33188
|
|
|
33197
33189
|
|
|
33198
33190
|
const item_clsPrefix = breadcrumb_constants_cssClasses.PREFIX;
|
|
33199
|
-
|
|
33200
33191
|
class item_BreadcrumbItem extends baseComponent_BaseComponent {
|
|
33201
33192
|
constructor(props) {
|
|
33202
33193
|
super(props);
|
|
@@ -33412,7 +33403,6 @@ item_BreadcrumbItem.defaultProps = {
|
|
|
33412
33403
|
|
|
33413
33404
|
const breadcrumb_clsPrefix = breadcrumb_constants_cssClasses.PREFIX;
|
|
33414
33405
|
|
|
33415
|
-
|
|
33416
33406
|
class breadcrumb_Breadcrumb extends baseComponent_BaseComponent {
|
|
33417
33407
|
constructor(props) {
|
|
33418
33408
|
super(props);
|
|
@@ -33650,10 +33640,6 @@ breadcrumb_Breadcrumb.defaultProps = {
|
|
|
33650
33640
|
|
|
33651
33641
|
|
|
33652
33642
|
|
|
33653
|
-
|
|
33654
|
-
|
|
33655
|
-
|
|
33656
|
-
|
|
33657
33643
|
class button_Button extends external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.PureComponent {
|
|
33658
33644
|
constructor() {
|
|
33659
33645
|
let props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
@@ -33745,9 +33731,10 @@ class buttonGroup_ButtonGroup extends baseComponent_BaseComponent {
|
|
|
33745
33731
|
size,
|
|
33746
33732
|
type,
|
|
33747
33733
|
className,
|
|
33734
|
+
style,
|
|
33748
33735
|
'aria-label': ariaLabel
|
|
33749
33736
|
} = _a,
|
|
33750
|
-
rest = buttonGroup_rest(_a, ["children", "disabled", "size", "type", "className", 'aria-label']);
|
|
33737
|
+
rest = buttonGroup_rest(_a, ["children", "disabled", "size", "type", "className", "style", 'aria-label']);
|
|
33751
33738
|
|
|
33752
33739
|
let inner;
|
|
33753
33740
|
let innerWithLine = [];
|
|
@@ -33766,6 +33753,7 @@ class buttonGroup_ButtonGroup extends baseComponent_BaseComponent {
|
|
|
33766
33753
|
|
|
33767
33754
|
return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement("div", {
|
|
33768
33755
|
className: cls,
|
|
33756
|
+
style: style,
|
|
33769
33757
|
role: "group",
|
|
33770
33758
|
"aria-label": ariaLabel
|
|
33771
33759
|
}, innerWithLine);
|
|
@@ -37565,7 +37553,6 @@ const renderDailyEvent = event => {
|
|
|
37565
37553
|
|
|
37566
37554
|
|
|
37567
37555
|
|
|
37568
|
-
|
|
37569
37556
|
class foundation_CalendarFoundation extends foundation {
|
|
37570
37557
|
constructor(adapter) {
|
|
37571
37558
|
super(Object.assign({}, adapter));
|
|
@@ -39534,7 +39521,6 @@ calendar_Calendar.defaultProps = {
|
|
|
39534
39521
|
scrollTop: 400,
|
|
39535
39522
|
weekStartsOn: 0
|
|
39536
39523
|
};
|
|
39537
|
-
|
|
39538
39524
|
/* harmony default export */ var calendar_0 = (calendar_Calendar);
|
|
39539
39525
|
// CONCATENATED MODULE: ../semi-foundation/card/constants.ts
|
|
39540
39526
|
|
|
@@ -39730,7 +39716,6 @@ var skeleton_rest = undefined && undefined.__rest || function (s, e) {
|
|
|
39730
39716
|
|
|
39731
39717
|
|
|
39732
39718
|
|
|
39733
|
-
|
|
39734
39719
|
const skeleton_prefixCls = skeleton_constants_cssClasses.PREFIX;
|
|
39735
39720
|
|
|
39736
39721
|
class skeleton_Skeleton extends external_root_React_commonjs2_react_commonjs_react_amd_react_["PureComponent"] {
|
|
@@ -39935,8 +39920,6 @@ var card_rest = undefined && undefined.__rest || function (s, e) {
|
|
|
39935
39920
|
|
|
39936
39921
|
const card_prefixcls = card_constants_cssClasses.PREFIX;
|
|
39937
39922
|
|
|
39938
|
-
|
|
39939
|
-
|
|
39940
39923
|
class card_Card extends external_root_React_commonjs2_react_commonjs_react_amd_react_["PureComponent"] {
|
|
39941
39924
|
constructor() {
|
|
39942
39925
|
super(...arguments);
|
|
@@ -43596,7 +43579,6 @@ checkboxGroup_CheckboxGroup.defaultProps = {
|
|
|
43596
43579
|
|
|
43597
43580
|
|
|
43598
43581
|
|
|
43599
|
-
|
|
43600
43582
|
class checkbox_CheckboxWithGroup extends checkbox_checkbox_0 {}
|
|
43601
43583
|
|
|
43602
43584
|
checkbox_CheckboxWithGroup.Group = checkboxGroup;
|
|
@@ -46986,8 +46968,6 @@ tagInput_TagInput.defaultProps = {
|
|
|
46986
46968
|
|
|
46987
46969
|
|
|
46988
46970
|
|
|
46989
|
-
|
|
46990
|
-
|
|
46991
46971
|
|
|
46992
46972
|
|
|
46993
46973
|
|
|
@@ -48408,8 +48388,6 @@ var collapse_rest = undefined && undefined.__rest || function (s, e) {
|
|
|
48408
48388
|
|
|
48409
48389
|
|
|
48410
48390
|
|
|
48411
|
-
|
|
48412
|
-
|
|
48413
48391
|
class collapse_Collapse extends baseComponent_BaseComponent {
|
|
48414
48392
|
constructor(props) {
|
|
48415
48393
|
super(props);
|
|
@@ -53076,8 +53054,6 @@ function getInsetInputValueFromInsetInputStr(options) {
|
|
|
53076
53054
|
|
|
53077
53055
|
|
|
53078
53056
|
|
|
53079
|
-
|
|
53080
|
-
|
|
53081
53057
|
/**
|
|
53082
53058
|
* The datePicker foundation.js is responsible for maintaining the date value and the input box value, as well as the callback of both
|
|
53083
53059
|
* task 1. Accept the selected date change, update the date value, and update the input box value according to the date = > Notify the change
|
|
@@ -58887,7 +58863,6 @@ var scrollList = __webpack_require__("MomL");
|
|
|
58887
58863
|
|
|
58888
58864
|
|
|
58889
58865
|
|
|
58890
|
-
|
|
58891
58866
|
// eslint-disable-next-line @typescript-eslint/ban-types
|
|
58892
58867
|
|
|
58893
58868
|
class scrollList_ScrollList extends baseComponent_BaseComponent {
|
|
@@ -61449,12 +61424,6 @@ datePicker_DatePicker.defaultProps = {
|
|
|
61449
61424
|
|
|
61450
61425
|
|
|
61451
61426
|
|
|
61452
|
-
|
|
61453
|
-
|
|
61454
|
-
|
|
61455
|
-
|
|
61456
|
-
|
|
61457
|
-
|
|
61458
61427
|
/* harmony default export */ var datePicker_0 = (forwardStatics( /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.forwardRef((props, ref) => {
|
|
61459
61428
|
const propsObj = Object.assign({}, props);
|
|
61460
61429
|
const {
|
|
@@ -61510,7 +61479,6 @@ datePicker_DatePicker.defaultProps = {
|
|
|
61510
61479
|
})));
|
|
61511
61480
|
});
|
|
61512
61481
|
}), datePicker_DatePicker));
|
|
61513
|
-
|
|
61514
61482
|
// EXTERNAL MODULE: /home/runner/work/semi-design/semi-design/node_modules/lodash/isPlainObject.js
|
|
61515
61483
|
var isPlainObject = __webpack_require__("Kkar");
|
|
61516
61484
|
var isPlainObject_default = /*#__PURE__*/__webpack_require__.n(isPlainObject);
|
|
@@ -61600,7 +61568,6 @@ descriptions_item_Item.contextType = descriptions_context;
|
|
|
61600
61568
|
|
|
61601
61569
|
|
|
61602
61570
|
|
|
61603
|
-
|
|
61604
61571
|
const descriptions_prefixCls = descriptions_constants_cssClasses.PREFIX;
|
|
61605
61572
|
|
|
61606
61573
|
class descriptions_Descriptions extends external_root_React_commonjs2_react_commonjs_react_amd_react_["PureComponent"] {
|
|
@@ -62854,7 +62821,6 @@ var Modal_rest = undefined && undefined.__rest || function (s, e) {
|
|
|
62854
62821
|
|
|
62855
62822
|
const destroyFns = [];
|
|
62856
62823
|
|
|
62857
|
-
|
|
62858
62824
|
class Modal_Modal extends baseComponent_BaseComponent {
|
|
62859
62825
|
constructor(props) {
|
|
62860
62826
|
super(props);
|
|
@@ -63222,8 +63188,6 @@ Modal_Modal.destroyAll = function destroyAllFn() {
|
|
|
63222
63188
|
|
|
63223
63189
|
|
|
63224
63190
|
|
|
63225
|
-
|
|
63226
|
-
|
|
63227
63191
|
/* harmony default export */ var modal_0 = (modal_Modal);
|
|
63228
63192
|
// CONCATENATED MODULE: ../semi-foundation/dropdown/constants.ts
|
|
63229
63193
|
|
|
@@ -63661,10 +63625,6 @@ var dropdown_rest = undefined && undefined.__rest || function (s, e) {
|
|
|
63661
63625
|
const dropdown_positionSet = dropdown_constants_strings.POSITION_SET;
|
|
63662
63626
|
const dropdown_triggerSet = dropdown_constants_strings.TRIGGER_SET;
|
|
63663
63627
|
|
|
63664
|
-
|
|
63665
|
-
|
|
63666
|
-
|
|
63667
|
-
|
|
63668
63628
|
class dropdown_Dropdown extends baseComponent_BaseComponent {
|
|
63669
63629
|
constructor(props) {
|
|
63670
63630
|
super(props);
|
|
@@ -64348,7 +64308,6 @@ var layout_rest = undefined && undefined.__rest || function (s, e) {
|
|
|
64348
64308
|
|
|
64349
64309
|
|
|
64350
64310
|
|
|
64351
|
-
|
|
64352
64311
|
const htmlTag = {
|
|
64353
64312
|
Header: 'header',
|
|
64354
64313
|
Footer: 'footer',
|
|
@@ -64618,7 +64577,6 @@ item_ListItem.defaultProps = {
|
|
|
64618
64577
|
|
|
64619
64578
|
|
|
64620
64579
|
|
|
64621
|
-
|
|
64622
64580
|
const list_prefixCls = list_constants_cssClasses.PREFIX;
|
|
64623
64581
|
|
|
64624
64582
|
class list_List extends baseComponent_BaseComponent {
|
|
@@ -64762,7 +64720,6 @@ list_List.defaultProps = {
|
|
|
64762
64720
|
/* harmony default export */ var list_0 = (list_List);
|
|
64763
64721
|
// CONCATENATED MODULE: ./icons/index.tsx
|
|
64764
64722
|
|
|
64765
|
-
|
|
64766
64723
|
/* harmony default export */ var icons_0 = (lib_es);
|
|
64767
64724
|
// CONCATENATED MODULE: ../semi-foundation/form/constants.ts
|
|
64768
64725
|
|
|
@@ -67245,16 +67202,6 @@ class foundation_NavigationFoundation extends foundation {
|
|
|
67245
67202
|
return [...willOpenKeys];
|
|
67246
67203
|
}
|
|
67247
67204
|
|
|
67248
|
-
getItemKey(item) {
|
|
67249
|
-
let keyPropName = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'itemKey';
|
|
67250
|
-
|
|
67251
|
-
if (item && typeof item === 'object') {
|
|
67252
|
-
return item[keyPropName];
|
|
67253
|
-
}
|
|
67254
|
-
|
|
67255
|
-
return item;
|
|
67256
|
-
}
|
|
67257
|
-
|
|
67258
67205
|
getShouldOpenKeys() {
|
|
67259
67206
|
let itemKeysMap = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
67260
67207
|
let selectedKeys = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];
|
|
@@ -67263,7 +67210,7 @@ class foundation_NavigationFoundation extends foundation {
|
|
|
67263
67210
|
if (Array.isArray(selectedKeys) && selectedKeys.length) {
|
|
67264
67211
|
selectedKeys.forEach(item => {
|
|
67265
67212
|
if (item) {
|
|
67266
|
-
const parentKeys = get_default()(itemKeysMap,
|
|
67213
|
+
const parentKeys = get_default()(itemKeysMap, item);
|
|
67267
67214
|
|
|
67268
67215
|
if (Array.isArray(parentKeys)) {
|
|
67269
67216
|
parentKeys.forEach(k => willOpenKeySet.add(k));
|
|
@@ -68599,13 +68546,6 @@ Header_NavHeader.defaultProps = {
|
|
|
68599
68546
|
|
|
68600
68547
|
|
|
68601
68548
|
|
|
68602
|
-
|
|
68603
|
-
|
|
68604
|
-
|
|
68605
|
-
|
|
68606
|
-
|
|
68607
|
-
|
|
68608
|
-
|
|
68609
68549
|
|
|
68610
68550
|
function createAddKeysFn(context, keyName) {
|
|
68611
68551
|
return function addKeys() {
|
|
@@ -69570,9 +69510,6 @@ function useNotification() {
|
|
|
69570
69510
|
|
|
69571
69511
|
|
|
69572
69512
|
|
|
69573
|
-
// TODO: Automatic folding + unfolding function when there are more than N
|
|
69574
|
-
|
|
69575
|
-
|
|
69576
69513
|
|
|
69577
69514
|
let notification_ref = null;
|
|
69578
69515
|
const notification_defaultConfig = {
|
|
@@ -70213,8 +70150,7 @@ var overflowList = __webpack_require__("O1Tx");
|
|
|
70213
70150
|
const overflowList_prefixCls = overflowList_constants_cssClasses.PREFIX;
|
|
70214
70151
|
const overflowList_Boundary = overflowList_constants_strings.BOUNDARY_MAP;
|
|
70215
70152
|
const overflowList_OverflowDirection = overflowList_constants_strings.OVERFLOW_DIR;
|
|
70216
|
-
const RenderMode = overflowList_constants_strings.MODE_MAP;
|
|
70217
|
-
// reference to https://github.com/palantir/blueprint/blob/1aa71605/packages/core/src/components/overflow-list/overflowList.tsx#L34
|
|
70153
|
+
const RenderMode = overflowList_constants_strings.MODE_MAP; // reference to https://github.com/palantir/blueprint/blob/1aa71605/packages/core/src/components/overflow-list/overflowList.tsx#L34
|
|
70218
70154
|
|
|
70219
70155
|
class overflowList_OverflowList extends baseComponent_BaseComponent {
|
|
70220
70156
|
constructor(props) {
|
|
@@ -74741,9 +74677,6 @@ var select_select = __webpack_require__("1d3+");
|
|
|
74741
74677
|
|
|
74742
74678
|
|
|
74743
74679
|
|
|
74744
|
-
|
|
74745
|
-
|
|
74746
|
-
|
|
74747
74680
|
|
|
74748
74681
|
|
|
74749
74682
|
|
|
@@ -75903,7 +75836,6 @@ const pagination_prefixCls = pagination_constants_cssClasses.PREFIX;
|
|
|
75903
75836
|
const {
|
|
75904
75837
|
Option: pagination_Option
|
|
75905
75838
|
} = select_0;
|
|
75906
|
-
|
|
75907
75839
|
class pagination_Pagination extends baseComponent_BaseComponent {
|
|
75908
75840
|
constructor(props) {
|
|
75909
75841
|
super(props);
|
|
@@ -77638,7 +77570,6 @@ radioInner_RadioInner.defaultProps = {
|
|
|
77638
77570
|
|
|
77639
77571
|
|
|
77640
77572
|
|
|
77641
|
-
|
|
77642
77573
|
class radio_Radio extends baseComponent_BaseComponent {
|
|
77643
77574
|
constructor(props) {
|
|
77644
77575
|
super(props);
|
|
@@ -78090,9 +78021,6 @@ class radio_RadioWithGroup extends radio_radio_0 {}
|
|
|
78090
78021
|
radio_RadioWithGroup.Group = radioGroup;
|
|
78091
78022
|
/* harmony default export */ var radio_0 = (radio_RadioWithGroup);
|
|
78092
78023
|
|
|
78093
|
-
|
|
78094
|
-
|
|
78095
|
-
|
|
78096
78024
|
// CONCATENATED MODULE: ../semi-foundation/rating/constants.ts
|
|
78097
78025
|
|
|
78098
78026
|
const rating_constants_cssClasses = {
|
|
@@ -78610,7 +78538,6 @@ rating_item_Item.propTypes = {
|
|
|
78610
78538
|
|
|
78611
78539
|
|
|
78612
78540
|
|
|
78613
|
-
|
|
78614
78541
|
class rating_Rating extends baseComponent_BaseComponent {
|
|
78615
78542
|
constructor(props) {
|
|
78616
78543
|
super(props);
|
|
@@ -79374,9 +79301,6 @@ var sideSheet_rest = undefined && undefined.__rest || function (s, e) {
|
|
|
79374
79301
|
const sideSheet_prefixCls = sideSheet_constants_cssClasses.PREFIX;
|
|
79375
79302
|
const defaultWidthList = sideSheet_constants_strings.WIDTH;
|
|
79376
79303
|
const sideSheet_defaultHeight = sideSheet_constants_strings.HEIGHT;
|
|
79377
|
-
|
|
79378
|
-
|
|
79379
|
-
|
|
79380
79304
|
class sideSheet_SideSheet extends baseComponent_BaseComponent {
|
|
79381
79305
|
constructor(props) {
|
|
79382
79306
|
super(props);
|
|
@@ -80626,7 +80550,6 @@ var slider_slider = __webpack_require__("2HTi");
|
|
|
80626
80550
|
|
|
80627
80551
|
const slider_prefixCls = slider_constants_cssClasses.PREFIX;
|
|
80628
80552
|
|
|
80629
|
-
|
|
80630
80553
|
function domIsInRenderTree(e) {
|
|
80631
80554
|
if (!e) {
|
|
80632
80555
|
return false;
|
|
@@ -82031,13 +81954,6 @@ var steps_rest = undefined && undefined.__rest || function (s, e) {
|
|
|
82031
81954
|
|
|
82032
81955
|
|
|
82033
81956
|
|
|
82034
|
-
|
|
82035
|
-
|
|
82036
|
-
|
|
82037
|
-
|
|
82038
|
-
|
|
82039
|
-
|
|
82040
|
-
|
|
82041
81957
|
class steps_Steps extends external_root_React_commonjs2_react_commonjs_react_amd_react_["Component"] {
|
|
82042
81958
|
renderComponent() {
|
|
82043
81959
|
const _a = this.props,
|
|
@@ -88624,7 +88540,6 @@ class Table_Table extends baseComponent_BaseComponent {
|
|
|
88624
88540
|
this.store = new utils_Store({
|
|
88625
88541
|
hoveredRowKey: null
|
|
88626
88542
|
});
|
|
88627
|
-
this.setScrollPosition('left');
|
|
88628
88543
|
this.debouncedWindowResize = debounce_default()(this.handleWindowResize, 150);
|
|
88629
88544
|
this.cachedFilteredSortedDataSource = [];
|
|
88630
88545
|
this.cachedFilteredSortedRowKeys = [];
|
|
@@ -88931,6 +88846,7 @@ class Table_Table extends baseComponent_BaseComponent {
|
|
|
88931
88846
|
|
|
88932
88847
|
componentDidMount() {
|
|
88933
88848
|
super.componentDidMount();
|
|
88849
|
+
this.setScrollPosition('left');
|
|
88934
88850
|
|
|
88935
88851
|
if (this.adapter.isAnyColumnFixed() || this.props.showHeader && this.adapter.useFixedHeader()) {
|
|
88936
88852
|
this.handleWindowResize();
|
|
@@ -90852,7 +90768,6 @@ timeline_item_Item.defaultProps = {
|
|
|
90852
90768
|
|
|
90853
90769
|
|
|
90854
90770
|
|
|
90855
|
-
|
|
90856
90771
|
const timeline_prefixCls = timeline_constants_cssClasses.PREFIX;
|
|
90857
90772
|
|
|
90858
90773
|
class timeline_Timeline extends external_root_React_commonjs2_react_commonjs_react_amd_react_["PureComponent"] {
|
|
@@ -92310,11 +92225,6 @@ TimePicker_TimePicker.defaultProps = Object.assign({
|
|
|
92310
92225
|
|
|
92311
92226
|
|
|
92312
92227
|
|
|
92313
|
-
|
|
92314
|
-
|
|
92315
|
-
|
|
92316
|
-
|
|
92317
|
-
|
|
92318
92228
|
class timePicker_LocaleTimePicker extends external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.PureComponent {
|
|
92319
92229
|
render() {
|
|
92320
92230
|
const {
|
|
@@ -92838,8 +92748,6 @@ function useToast() {
|
|
|
92838
92748
|
|
|
92839
92749
|
|
|
92840
92750
|
|
|
92841
|
-
|
|
92842
|
-
|
|
92843
92751
|
const createBaseToast = () => {
|
|
92844
92752
|
var _a;
|
|
92845
92753
|
|
|
@@ -94730,7 +94638,6 @@ var tree = __webpack_require__("Q8Yr");
|
|
|
94730
94638
|
|
|
94731
94639
|
|
|
94732
94640
|
|
|
94733
|
-
|
|
94734
94641
|
|
|
94735
94642
|
const tree_prefixcls = tree_constants_cssClasses.PREFIX;
|
|
94736
94643
|
|
|
@@ -94931,6 +94838,8 @@ class tree_Tree extends baseComponent_BaseComponent {
|
|
|
94931
94838
|
|
|
94932
94839
|
|
|
94933
94840
|
static getDerivedStateFromProps(props, prevState) {
|
|
94841
|
+
var _a;
|
|
94842
|
+
|
|
94934
94843
|
const {
|
|
94935
94844
|
prevProps
|
|
94936
94845
|
} = prevState;
|
|
@@ -95012,8 +94921,18 @@ class tree_Tree extends baseComponent_BaseComponent {
|
|
|
95012
94921
|
newState.expandedKeys = calcExpandedKeys(props.defaultExpandedKeys, keyEntities);
|
|
95013
94922
|
} else if (!prevProps && props.defaultValue) {
|
|
95014
94923
|
newState.expandedKeys = calcExpandedKeysForValues(props.defaultValue, keyEntities, props.multiple, valueEntities);
|
|
95015
|
-
} else if (
|
|
94924
|
+
} else if (!prevProps && props.value) {
|
|
95016
94925
|
newState.expandedKeys = calcExpandedKeysForValues(props.value, keyEntities, props.multiple, valueEntities);
|
|
94926
|
+
} else if (!isExpandControlled && dataUpdated && props.value) {
|
|
94927
|
+
// 当 treeData 已经设置具体的值,并且设置了 props.loadData ,则认为 treeData 的更新是因为 loadData 导致的
|
|
94928
|
+
// 如果是因为 loadData 导致 treeData改变, 此时在这里重新计算 key 会导致为未选中的展开项目被收起
|
|
94929
|
+
// 所以此时不需要重新计算 expandedKeys,因为在点击展开按钮时候已经把被展开的项添加到 expandedKeys 中
|
|
94930
|
+
// When treeData has a specific value and props.loadData is set, it is considered that the update of treeData is caused by loadData
|
|
94931
|
+
// If the treeData is changed because of loadData, recalculating the key here will cause the unselected expanded items to be collapsed
|
|
94932
|
+
// So there is no need to recalculate expandedKeys at this time, because the expanded item has been added to expandedKeys when the expand button is clicked
|
|
94933
|
+
if (!(prevState.treeData && ((_a = prevState.treeData) === null || _a === void 0 ? void 0 : _a.length) > 0 && props.loadData)) {
|
|
94934
|
+
newState.expandedKeys = calcExpandedKeysForValues(props.value, keyEntities, props.multiple, valueEntities);
|
|
94935
|
+
}
|
|
95017
94936
|
}
|
|
95018
94937
|
|
|
95019
94938
|
if (!newState.expandedKeys) {
|
|
@@ -102473,6 +102392,7 @@ var group_rest = undefined && undefined.__rest || function (s, e) {
|
|
|
102473
102392
|
|
|
102474
102393
|
|
|
102475
102394
|
|
|
102395
|
+
|
|
102476
102396
|
const group_prefix = form_constants_cssClasses.PREFIX; // Group component to remove Labels and ErrorMessages from its child fields
|
|
102477
102397
|
// Unified insertion of Labels and ErrorMessages from the group level
|
|
102478
102398
|
// Get Errors of all field in this group
|
|
@@ -102522,7 +102442,7 @@ class group_FormInputGroup extends external_root_React_commonjs2_react_commonjs_
|
|
|
102522
102442
|
rest = group_rest(_a, ["children", "label"]);
|
|
102523
102443
|
|
|
102524
102444
|
const updater = this.context;
|
|
102525
|
-
const formProps = updater.getFormProps(['labelPosition', 'labelWidth', 'labelAlign', 'showValidateIcon']);
|
|
102445
|
+
const formProps = updater.getFormProps(['labelPosition', 'labelWidth', 'labelAlign', 'showValidateIcon', 'wrapperCol', 'labelCol']);
|
|
102526
102446
|
const labelPosition = this.props.labelPosition || formProps.labelPosition;
|
|
102527
102447
|
const groupFieldSet = [];
|
|
102528
102448
|
const inner = external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.Children.map(children, child => {
|
|
@@ -102540,14 +102460,50 @@ class group_FormInputGroup extends external_root_React_commonjs2_react_commonjs_
|
|
|
102540
102460
|
const groupCls = classnames_default()({
|
|
102541
102461
|
["".concat(group_prefix, "-field-group")]: true
|
|
102542
102462
|
});
|
|
102543
|
-
|
|
102544
|
-
|
|
102545
|
-
|
|
102546
|
-
|
|
102463
|
+
const labelCol = formProps.labelCol;
|
|
102464
|
+
const wrapperCol = formProps.wrapperCol;
|
|
102465
|
+
const labelAlign = formProps.labelAlign;
|
|
102466
|
+
const appendCol = labelCol && wrapperCol;
|
|
102467
|
+
const labelColCls = labelCol ? "".concat(group_prefix, "-col-").concat(labelAlign) : '';
|
|
102468
|
+
const labelContent = this.renderLabel(label, formProps);
|
|
102469
|
+
const inputGroupContent = /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement(inputGroup_inputGroup, Object.assign({}, rest), inner);
|
|
102470
|
+
const groupErrorContent = /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement(GroupError, {
|
|
102547
102471
|
fieldSet: groupFieldSet,
|
|
102548
102472
|
showValidateIcon: formProps.showValidateIcon,
|
|
102549
102473
|
isInInputGroup: true
|
|
102550
|
-
})
|
|
102474
|
+
});
|
|
102475
|
+
let content;
|
|
102476
|
+
|
|
102477
|
+
switch (true) {
|
|
102478
|
+
case !appendCol:
|
|
102479
|
+
content = /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement(external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.Fragment, null, labelContent, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement("div", null, inputGroupContent, groupErrorContent));
|
|
102480
|
+
break;
|
|
102481
|
+
|
|
102482
|
+
case appendCol && labelPosition === 'top':
|
|
102483
|
+
// When labelPosition is top, you need to add an overflow hidden div to the label, otherwise it will be arranged horizontally
|
|
102484
|
+
content = /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement(external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.Fragment, null, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement("div", {
|
|
102485
|
+
style: {
|
|
102486
|
+
overflow: 'hidden'
|
|
102487
|
+
}
|
|
102488
|
+
}, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement(grid_col, Object.assign({}, labelCol, {
|
|
102489
|
+
className: labelColCls
|
|
102490
|
+
}), labelContent)), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement(grid_col, Object.assign({}, wrapperCol), inputGroupContent, groupErrorContent));
|
|
102491
|
+
break;
|
|
102492
|
+
|
|
102493
|
+
case appendCol && labelPosition !== 'top':
|
|
102494
|
+
content = /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement(external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.Fragment, null, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement(grid_col, Object.assign({}, labelCol, {
|
|
102495
|
+
className: labelColCls
|
|
102496
|
+
}), labelContent), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement(grid_col, Object.assign({}, wrapperCol), inputGroupContent, groupErrorContent));
|
|
102497
|
+
break;
|
|
102498
|
+
|
|
102499
|
+
default:
|
|
102500
|
+
break;
|
|
102501
|
+
}
|
|
102502
|
+
|
|
102503
|
+
return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement("div", {
|
|
102504
|
+
"x-label-pos": labelPosition,
|
|
102505
|
+
className: groupCls
|
|
102506
|
+
}, content);
|
|
102551
102507
|
}
|
|
102552
102508
|
|
|
102553
102509
|
}
|
|
@@ -103815,7 +103771,7 @@ const previewHeader_Header = _ref => {
|
|
|
103815
103771
|
};
|
|
103816
103772
|
|
|
103817
103773
|
/* harmony default export */ var previewHeader = (previewHeader_Header);
|
|
103818
|
-
// CONCATENATED MODULE: ../semi-foundation/image/previewFooterFoundation.
|
|
103774
|
+
// CONCATENATED MODULE: ../semi-foundation/image/previewFooterFoundation.ts
|
|
103819
103775
|
|
|
103820
103776
|
class previewFooterFoundation_PreviewFooterFoundation extends foundation {
|
|
103821
103777
|
constructor() {
|
|
@@ -104175,7 +104131,7 @@ previewFooter_Footer.defaultProps = {
|
|
|
104175
104131
|
showTooltip: false,
|
|
104176
104132
|
disableDownload: false
|
|
104177
104133
|
};
|
|
104178
|
-
// CONCATENATED MODULE: ../semi-foundation/image/previewImageFoundation.
|
|
104134
|
+
// CONCATENATED MODULE: ../semi-foundation/image/previewImageFoundation.ts
|
|
104179
104135
|
|
|
104180
104136
|
|
|
104181
104137
|
|
|
@@ -104466,13 +104422,8 @@ class previewImageFoundation_PreviewImageFoundation extends foundation {
|
|
|
104466
104422
|
const {
|
|
104467
104423
|
offset,
|
|
104468
104424
|
width,
|
|
104469
|
-
height
|
|
104470
|
-
left,
|
|
104471
|
-
top
|
|
104425
|
+
height
|
|
104472
104426
|
} = this.getStates();
|
|
104473
|
-
const {
|
|
104474
|
-
rotation
|
|
104475
|
-
} = this.getProps();
|
|
104476
104427
|
|
|
104477
104428
|
const startMouseMove = this._adapter.getMouseMove();
|
|
104478
104429
|
|
|
@@ -104485,15 +104436,21 @@ class previewImageFoundation_PreviewImageFoundation extends foundation {
|
|
|
104485
104436
|
|
|
104486
104437
|
if (startMouseMove && (canDragVertical || canDragHorizontal)) {
|
|
104487
104438
|
const {
|
|
104488
|
-
|
|
104489
|
-
|
|
104439
|
+
clientX,
|
|
104440
|
+
clientY
|
|
104490
104441
|
} = e;
|
|
104442
|
+
|
|
104443
|
+
const {
|
|
104444
|
+
left: containerLeft,
|
|
104445
|
+
top: containerTop
|
|
104446
|
+
} = this._getContainerBounds();
|
|
104447
|
+
|
|
104491
104448
|
const {
|
|
104492
104449
|
left: extremeLeft,
|
|
104493
104450
|
top: extremeTop
|
|
104494
104451
|
} = this.calcExtremeBounds();
|
|
104495
|
-
let newX = canDragHorizontal ?
|
|
104496
|
-
let newY = canDragVertical ?
|
|
104452
|
+
let newX = canDragHorizontal ? clientX - containerLeft - startMouseOffset.x : offset.x;
|
|
104453
|
+
let newY = canDragVertical ? clientY - containerTop - startMouseOffset.y : offset.y;
|
|
104497
104454
|
|
|
104498
104455
|
if (canDragHorizontal) {
|
|
104499
104456
|
newX = newX > 0 ? 0 : newX < extremeLeft ? extremeLeft : newX;
|
|
@@ -104765,11 +104722,11 @@ previewImage_PreviewImage.defaultProps = {
|
|
|
104765
104722
|
};
|
|
104766
104723
|
// CONCATENATED MODULE: ../semi-foundation/image/utils.ts
|
|
104767
104724
|
const isTargetEmit = (event, targetClasses) => {
|
|
104768
|
-
|
|
104769
|
-
//
|
|
104770
|
-
|
|
104771
|
-
|
|
104772
|
-
const isTarget =
|
|
104725
|
+
// event.path usage is discouraged, use event.composedPath() as it's standard and is more future-proof
|
|
104726
|
+
// path is the event-triggered bubbling path, which stores each node through which bubbling passes.
|
|
104727
|
+
// path.length-4 is to remove elements above the root node, such as body, html, document, window
|
|
104728
|
+
const path = event === null || event === void 0 ? void 0 : event.composedPath();
|
|
104729
|
+
const isTarget = path === null || path === void 0 ? void 0 : path.slice(0, path.length - 4).some(node => {
|
|
104773
104730
|
if (node.className && typeof node.className === "string") {
|
|
104774
104731
|
return targetClasses.some(c => node.className.includes(c));
|
|
104775
104732
|
}
|
|
@@ -104857,7 +104814,7 @@ const getPreloadImagArr = (imgSrc, currentIndex, preLoadGap, infinite) => {
|
|
|
104857
104814
|
const duplicateResult = Array.from(new Set(result));
|
|
104858
104815
|
return duplicateResult;
|
|
104859
104816
|
};
|
|
104860
|
-
// CONCATENATED MODULE: ../semi-foundation/image/previewInnerFoundation.
|
|
104817
|
+
// CONCATENATED MODULE: ../semi-foundation/image/previewInnerFoundation.ts
|
|
104861
104818
|
|
|
104862
104819
|
|
|
104863
104820
|
|
|
@@ -104919,9 +104876,13 @@ class previewInnerFoundation_PreviewInnerFoundation extends foundation {
|
|
|
104919
104876
|
const {
|
|
104920
104877
|
x,
|
|
104921
104878
|
y
|
|
104922
|
-
} = this._adapter.getStartMouseDown();
|
|
104879
|
+
} = this._adapter.getStartMouseDown(); // 对鼠标移动做容错处理,当 x 和 y 方向在 mouseUp 的时候移动距离都小于等于 5px 时候就可以关闭预览
|
|
104880
|
+
// Error-tolerant processing of mouse movement, when the movement distance in the x and y directions is less than or equal to 5px in mouseUp, the preview can be closed
|
|
104881
|
+
// 不做容错处理的话,直接用 clientX !== x || y !== clientY 做判断,鼠标在用户点击时候无意识的轻微移动无法关闭预览,不符合用户预期
|
|
104882
|
+
// If you do not do fault-tolerant processing, but directly use clientX !== x || y !== clientY to make judgments, the slight movement of the mouse when the user clicks will not be able to close the preview, which does not meet the user's expectations.
|
|
104883
|
+
|
|
104923
104884
|
|
|
104924
|
-
if (clientX
|
|
104885
|
+
if (Math.abs(clientX - x) > 5 || Math.abs(y - clientY) > 5) {
|
|
104925
104886
|
couldClose = false;
|
|
104926
104887
|
}
|
|
104927
104888
|
|
|
@@ -105603,7 +105564,7 @@ previewInner_PreviewInner.defaultProps = {
|
|
|
105603
105564
|
// EXTERNAL MODULE: ../semi-foundation/image/image.scss
|
|
105604
105565
|
var image_image = __webpack_require__("txvO");
|
|
105605
105566
|
|
|
105606
|
-
// CONCATENATED MODULE: ../semi-foundation/image/imageFoundation.
|
|
105567
|
+
// CONCATENATED MODULE: ../semi-foundation/image/imageFoundation.ts
|
|
105607
105568
|
|
|
105608
105569
|
|
|
105609
105570
|
class imageFoundation_ImageFoundation extends foundation {
|
|
@@ -105912,7 +105873,7 @@ image_Image.defaultProps = {
|
|
|
105912
105873
|
/* harmony default export */ var image_0 = (image_Image);
|
|
105913
105874
|
|
|
105914
105875
|
|
|
105915
|
-
// CONCATENATED MODULE: ../semi-foundation/image/previewFoundation.
|
|
105876
|
+
// CONCATENATED MODULE: ../semi-foundation/image/previewFoundation.ts
|
|
105916
105877
|
|
|
105917
105878
|
class previewFoundation_PreviewFoundation extends foundation {
|
|
105918
105879
|
constructor() {
|