@cloudtower/eagle 0.27.25 → 0.27.28
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 +2053 -2019
- package/dist/core/SegmentControl/SegmentControl.stories.d.ts +39 -0
- package/dist/core/SegmentControl/index.d.ts +4 -0
- package/dist/esm/index.js +208 -173
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +2 -1
- package/dist/spec/type.d.ts +4 -0
- package/dist/style.css +2863 -2829
- package/dist/umd/index.js +210 -174
- package/dist/umd/stats1.html +1 -1
- package/dist/variables.scss +3 -0
- package/package.json +5 -6
package/dist/umd/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('react'), require('@linaria/core'), require('@cloudtower/parrot'), require('react-i18next'), require('antd'), require('@cloudtower/icons-react'), require('
|
|
3
|
-
typeof define === 'function' && define.amd ? define(['exports', 'react', '@linaria/core', '@cloudtower/parrot', 'react-i18next', 'antd', '@cloudtower/icons-react', '
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.index = {}, global.React, global.core, global.parrot, global.reactI18next, global.antd, global.iconsReact, global.
|
|
5
|
-
})(this, (function (exports, React, core, parrot, reactI18next, antd, iconsReact,
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('react'), require('@linaria/core'), require('@cloudtower/parrot'), require('react-i18next'), require('antd'), require('@cloudtower/icons-react'), require('@linaria/react'), require('classnames'), require('lodash'), require('react-svg-unique-id'), require('react-transition-group'), require('antd5'), require('dayjs'), require('dayjs/plugin/utc'), require('dayjs/plugin/customParseFormat'), require('moment'), require('react-dom'), require('react-is'), require('@ant-design/icons'), require('react-highlight-words'), require('recharts'), require('react-beautiful-dnd'), require('@ant-design/icons/CheckCircleFilled'), require('@ant-design/icons/CloseCircleFilled'), require('@ant-design/icons/ExclamationCircleFilled'), require('@ant-design/icons/InfoCircleFilled'), require('@ant-design/icons/LoadingOutlined'), require('@cloudtower/rc-notification'), require('redux'), require('react-redux'), require('timezones.json'), require('antd/lib/locale/en_US'), require('antd/lib/locale/zh_CN')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define(['exports', 'react', '@linaria/core', '@cloudtower/parrot', 'react-i18next', 'antd', '@cloudtower/icons-react', '@linaria/react', 'classnames', 'lodash', 'react-svg-unique-id', 'react-transition-group', 'antd5', 'dayjs', 'dayjs/plugin/utc', 'dayjs/plugin/customParseFormat', 'moment', 'react-dom', 'react-is', '@ant-design/icons', 'react-highlight-words', 'recharts', 'react-beautiful-dnd', '@ant-design/icons/CheckCircleFilled', '@ant-design/icons/CloseCircleFilled', '@ant-design/icons/ExclamationCircleFilled', '@ant-design/icons/InfoCircleFilled', '@ant-design/icons/LoadingOutlined', '@cloudtower/rc-notification', 'redux', 'react-redux', 'timezones.json', 'antd/lib/locale/en_US', 'antd/lib/locale/zh_CN'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.index = {}, global.React, global.core, global.parrot, global.reactI18next, global.antd, global.iconsReact, global.react, global.cs, global._, global.reactSvgUniqueId, global.reactTransitionGroup, global.antd5, global.dayjs, global.UTC, global.customParseFormat, global.moment, global.reactDom, global.reactIs, global.icons, global.Highlighter, global.recharts, global.reactBeautifulDnd, global.CheckCircleFilled, global.CloseCircleFilled, global.ExclamationCircleFilled, global.InfoCircleFilled, global.LoadingOutlined, global.RCNotification, global.redux, global.reactRedux, global.TimeZones, global.enUS, global.zhCN));
|
|
5
|
+
})(this, (function (exports, React, core, parrot, reactI18next, antd, iconsReact, react, cs, _, reactSvgUniqueId, reactTransitionGroup, antd5, dayjs, UTC, customParseFormat, moment, reactDom, reactIs, icons, Highlighter, recharts, reactBeautifulDnd, CheckCircleFilled, CloseCircleFilled, ExclamationCircleFilled, InfoCircleFilled, LoadingOutlined, RCNotification, redux, reactRedux, TimeZones, enUS, zhCN) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
8
8
|
|
|
@@ -226,6 +226,36 @@
|
|
|
226
226
|
return /* @__PURE__ */ React__namespace.default.createElement("span", { className, style }, "-");
|
|
227
227
|
};
|
|
228
228
|
|
|
229
|
+
var __defProp$17 = Object.defineProperty;
|
|
230
|
+
var __getOwnPropSymbols$18 = Object.getOwnPropertySymbols;
|
|
231
|
+
var __hasOwnProp$18 = Object.prototype.hasOwnProperty;
|
|
232
|
+
var __propIsEnum$18 = Object.prototype.propertyIsEnumerable;
|
|
233
|
+
var __defNormalProp$17 = (obj, key, value) => key in obj ? __defProp$17(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
234
|
+
var __spreadValues$16 = (a, b) => {
|
|
235
|
+
for (var prop in b || (b = {}))
|
|
236
|
+
if (__hasOwnProp$18.call(b, prop))
|
|
237
|
+
__defNormalProp$17(a, prop, b[prop]);
|
|
238
|
+
if (__getOwnPropSymbols$18)
|
|
239
|
+
for (var prop of __getOwnPropSymbols$18(b)) {
|
|
240
|
+
if (__propIsEnum$18.call(b, prop))
|
|
241
|
+
__defNormalProp$17(a, prop, b[prop]);
|
|
242
|
+
}
|
|
243
|
+
return a;
|
|
244
|
+
};
|
|
245
|
+
const Bit = ({
|
|
246
|
+
rawValue,
|
|
247
|
+
decimals,
|
|
248
|
+
unitClassName,
|
|
249
|
+
valueClassName,
|
|
250
|
+
emptyProps
|
|
251
|
+
}) => {
|
|
252
|
+
if (isEmpty(rawValue)) {
|
|
253
|
+
return /* @__PURE__ */ React__namespace.default.createElement(Empty, __spreadValues$16({}, emptyProps));
|
|
254
|
+
}
|
|
255
|
+
const { value, unit } = formatBits(rawValue, decimals);
|
|
256
|
+
return /* @__PURE__ */ React__namespace.default.createElement("span", null, /* @__PURE__ */ React__namespace.default.createElement("span", { className: core.cx("value", valueClassName) }, value), /* @__PURE__ */ React__namespace.default.createElement("span", { className: core.cx("unit", unitClassName) }, ` ${unit}`));
|
|
257
|
+
};
|
|
258
|
+
|
|
229
259
|
var __defProp$16 = Object.defineProperty;
|
|
230
260
|
var __getOwnPropSymbols$17 = Object.getOwnPropertySymbols;
|
|
231
261
|
var __hasOwnProp$17 = Object.prototype.hasOwnProperty;
|
|
@@ -242,17 +272,17 @@
|
|
|
242
272
|
}
|
|
243
273
|
return a;
|
|
244
274
|
};
|
|
245
|
-
const
|
|
275
|
+
const BitPerSeconds = ({
|
|
246
276
|
rawValue,
|
|
247
277
|
decimals,
|
|
248
|
-
unitClassName,
|
|
249
278
|
valueClassName,
|
|
279
|
+
unitClassName,
|
|
250
280
|
emptyProps
|
|
251
281
|
}) => {
|
|
252
282
|
if (isEmpty(rawValue)) {
|
|
253
283
|
return /* @__PURE__ */ React__namespace.default.createElement(Empty, __spreadValues$15({}, emptyProps));
|
|
254
284
|
}
|
|
255
|
-
const { value, unit } =
|
|
285
|
+
const { value, unit } = formatBitPerSecond(rawValue, decimals);
|
|
256
286
|
return /* @__PURE__ */ React__namespace.default.createElement("span", null, /* @__PURE__ */ React__namespace.default.createElement("span", { className: core.cx("value", valueClassName) }, value), /* @__PURE__ */ React__namespace.default.createElement("span", { className: core.cx("unit", unitClassName) }, ` ${unit}`));
|
|
257
287
|
};
|
|
258
288
|
|
|
@@ -272,7 +302,7 @@
|
|
|
272
302
|
}
|
|
273
303
|
return a;
|
|
274
304
|
};
|
|
275
|
-
const
|
|
305
|
+
const Bps = ({
|
|
276
306
|
rawValue,
|
|
277
307
|
decimals,
|
|
278
308
|
valueClassName,
|
|
@@ -282,10 +312,16 @@
|
|
|
282
312
|
if (isEmpty(rawValue)) {
|
|
283
313
|
return /* @__PURE__ */ React__namespace.default.createElement(Empty, __spreadValues$14({}, emptyProps));
|
|
284
314
|
}
|
|
285
|
-
const { value, unit } =
|
|
315
|
+
const { value, unit } = formatBps(rawValue, decimals);
|
|
286
316
|
return /* @__PURE__ */ React__namespace.default.createElement("span", null, /* @__PURE__ */ React__namespace.default.createElement("span", { className: core.cx("value", valueClassName) }, value), /* @__PURE__ */ React__namespace.default.createElement("span", { className: core.cx("unit", unitClassName) }, ` ${unit}`));
|
|
287
317
|
};
|
|
288
318
|
|
|
319
|
+
const useParrotTranslation = () => {
|
|
320
|
+
return reactI18next.useTranslation(void 0, {
|
|
321
|
+
i18n: parrot.parrotI18n
|
|
322
|
+
});
|
|
323
|
+
};
|
|
324
|
+
|
|
289
325
|
var __defProp$14 = Object.defineProperty;
|
|
290
326
|
var __getOwnPropSymbols$15 = Object.getOwnPropertySymbols;
|
|
291
327
|
var __hasOwnProp$15 = Object.prototype.hasOwnProperty;
|
|
@@ -302,26 +338,28 @@
|
|
|
302
338
|
}
|
|
303
339
|
return a;
|
|
304
340
|
};
|
|
305
|
-
const
|
|
341
|
+
const Byte = ({
|
|
306
342
|
rawValue,
|
|
343
|
+
noUnitOnZero,
|
|
307
344
|
decimals,
|
|
308
345
|
valueClassName,
|
|
309
346
|
unitClassName,
|
|
310
347
|
emptyProps
|
|
311
348
|
}) => {
|
|
349
|
+
const { t } = useParrotTranslation();
|
|
312
350
|
if (isEmpty(rawValue)) {
|
|
313
351
|
return /* @__PURE__ */ React__namespace.default.createElement(Empty, __spreadValues$13({}, emptyProps));
|
|
314
352
|
}
|
|
315
|
-
|
|
353
|
+
if (rawValue === -1) {
|
|
354
|
+
return /* @__PURE__ */ React__namespace.default.createElement("span", null, t("common.calculation"));
|
|
355
|
+
}
|
|
356
|
+
const { value, unit } = formatBytes(rawValue, decimals);
|
|
357
|
+
if (noUnitOnZero && value === 0) {
|
|
358
|
+
return /* @__PURE__ */ React__namespace.default.createElement("span", { className: "value" }, value);
|
|
359
|
+
}
|
|
316
360
|
return /* @__PURE__ */ React__namespace.default.createElement("span", null, /* @__PURE__ */ React__namespace.default.createElement("span", { className: core.cx("value", valueClassName) }, value), /* @__PURE__ */ React__namespace.default.createElement("span", { className: core.cx("unit", unitClassName) }, ` ${unit}`));
|
|
317
361
|
};
|
|
318
362
|
|
|
319
|
-
const useParrotTranslation = () => {
|
|
320
|
-
return reactI18next.useTranslation(void 0, {
|
|
321
|
-
i18n: parrot.parrotI18n
|
|
322
|
-
});
|
|
323
|
-
};
|
|
324
|
-
|
|
325
363
|
var __defProp$13 = Object.defineProperty;
|
|
326
364
|
var __getOwnPropSymbols$14 = Object.getOwnPropertySymbols;
|
|
327
365
|
var __hasOwnProp$14 = Object.prototype.hasOwnProperty;
|
|
@@ -338,25 +376,17 @@
|
|
|
338
376
|
}
|
|
339
377
|
return a;
|
|
340
378
|
};
|
|
341
|
-
const
|
|
379
|
+
const Frequency = ({
|
|
342
380
|
rawValue,
|
|
343
|
-
noUnitOnZero,
|
|
344
381
|
decimals,
|
|
345
382
|
valueClassName,
|
|
346
383
|
unitClassName,
|
|
347
384
|
emptyProps
|
|
348
385
|
}) => {
|
|
349
|
-
const { t } = useParrotTranslation();
|
|
350
386
|
if (isEmpty(rawValue)) {
|
|
351
387
|
return /* @__PURE__ */ React__namespace.default.createElement(Empty, __spreadValues$12({}, emptyProps));
|
|
352
388
|
}
|
|
353
|
-
|
|
354
|
-
return /* @__PURE__ */ React__namespace.default.createElement("span", null, t("common.calculation"));
|
|
355
|
-
}
|
|
356
|
-
const { value, unit } = formatBytes(rawValue, decimals);
|
|
357
|
-
if (noUnitOnZero && value === 0) {
|
|
358
|
-
return /* @__PURE__ */ React__namespace.default.createElement("span", { className: "value" }, value);
|
|
359
|
-
}
|
|
389
|
+
const { value, unit } = formatFrequency(rawValue, decimals);
|
|
360
390
|
return /* @__PURE__ */ React__namespace.default.createElement("span", null, /* @__PURE__ */ React__namespace.default.createElement("span", { className: core.cx("value", valueClassName) }, value), /* @__PURE__ */ React__namespace.default.createElement("span", { className: core.cx("unit", unitClassName) }, ` ${unit}`));
|
|
361
391
|
};
|
|
362
392
|
|
|
@@ -376,9 +406,10 @@
|
|
|
376
406
|
}
|
|
377
407
|
return a;
|
|
378
408
|
};
|
|
379
|
-
const
|
|
409
|
+
const Percent = ({
|
|
380
410
|
rawValue,
|
|
381
411
|
decimals,
|
|
412
|
+
saturated,
|
|
382
413
|
valueClassName,
|
|
383
414
|
unitClassName,
|
|
384
415
|
emptyProps
|
|
@@ -386,8 +417,8 @@
|
|
|
386
417
|
if (isEmpty(rawValue)) {
|
|
387
418
|
return /* @__PURE__ */ React__namespace.default.createElement(Empty, __spreadValues$11({}, emptyProps));
|
|
388
419
|
}
|
|
389
|
-
const { value, unit } =
|
|
390
|
-
return /* @__PURE__ */ React__namespace.default.createElement("span", null, /* @__PURE__ */ React__namespace.default.createElement("span", { className: core.cx("value", valueClassName) }, value), /* @__PURE__ */ React__namespace.default.createElement("span", { className: core.cx("unit", unitClassName) },
|
|
420
|
+
const { value, unit } = formatPercent(rawValue, decimals, saturated);
|
|
421
|
+
return /* @__PURE__ */ React__namespace.default.createElement("span", null, /* @__PURE__ */ React__namespace.default.createElement("span", { className: core.cx("value", valueClassName) }, value), /* @__PURE__ */ React__namespace.default.createElement("span", { className: core.cx("unit", unitClassName) }, unit));
|
|
391
422
|
};
|
|
392
423
|
|
|
393
424
|
var __defProp$11 = Object.defineProperty;
|
|
@@ -406,19 +437,20 @@
|
|
|
406
437
|
}
|
|
407
438
|
return a;
|
|
408
439
|
};
|
|
409
|
-
const
|
|
440
|
+
const Second = ({
|
|
410
441
|
rawValue,
|
|
411
442
|
decimals,
|
|
412
|
-
saturated,
|
|
413
443
|
valueClassName,
|
|
414
444
|
unitClassName,
|
|
445
|
+
abbreviate,
|
|
415
446
|
emptyProps
|
|
416
447
|
}) => {
|
|
448
|
+
const { t } = useParrotTranslation();
|
|
417
449
|
if (isEmpty(rawValue)) {
|
|
418
450
|
return /* @__PURE__ */ React__namespace.default.createElement(Empty, __spreadValues$10({}, emptyProps));
|
|
419
451
|
}
|
|
420
|
-
const { value, unit } =
|
|
421
|
-
return /* @__PURE__ */ React__namespace.default.createElement("span", null, /* @__PURE__ */ React__namespace.default.createElement("span", { className: core.cx("value", valueClassName) }, value), /* @__PURE__ */ React__namespace.default.createElement("span", { className: core.cx("unit", unitClassName) }, unit));
|
|
452
|
+
const { value, unit } = formatSeconds(rawValue, decimals);
|
|
453
|
+
return /* @__PURE__ */ React__namespace.default.createElement("span", null, /* @__PURE__ */ React__namespace.default.createElement("span", { className: core.cx("value", valueClassName) }, value, " "), /* @__PURE__ */ React__namespace.default.createElement("span", { className: core.cx("unit", unitClassName) }, t(`common.${abbreviate ? `${unit}_abbreviation` : unit}`)));
|
|
422
454
|
};
|
|
423
455
|
|
|
424
456
|
var __defProp$10 = Object.defineProperty;
|
|
@@ -437,20 +469,18 @@
|
|
|
437
469
|
}
|
|
438
470
|
return a;
|
|
439
471
|
};
|
|
440
|
-
const
|
|
472
|
+
const Speed = ({
|
|
441
473
|
rawValue,
|
|
442
474
|
decimals,
|
|
443
475
|
valueClassName,
|
|
444
476
|
unitClassName,
|
|
445
|
-
abbreviate,
|
|
446
477
|
emptyProps
|
|
447
478
|
}) => {
|
|
448
|
-
const { t } = useParrotTranslation();
|
|
449
479
|
if (isEmpty(rawValue)) {
|
|
450
480
|
return /* @__PURE__ */ React__namespace.default.createElement(Empty, __spreadValues$$({}, emptyProps));
|
|
451
481
|
}
|
|
452
|
-
const { value, unit } =
|
|
453
|
-
return /* @__PURE__ */ React__namespace.default.createElement("span", null, /* @__PURE__ */ React__namespace.default.createElement("span", { className: core.cx("value", valueClassName) }, value
|
|
482
|
+
const { value, unit } = formatSpeed(rawValue, decimals);
|
|
483
|
+
return /* @__PURE__ */ React__namespace.default.createElement("span", null, /* @__PURE__ */ React__namespace.default.createElement("span", { className: core.cx("value", valueClassName) }, value), /* @__PURE__ */ React__namespace.default.createElement("span", { className: core.cx("unit", unitClassName) }, ` ${unit}`));
|
|
454
484
|
};
|
|
455
485
|
|
|
456
486
|
var __defProp$$ = Object.defineProperty;
|
|
@@ -469,44 +499,14 @@
|
|
|
469
499
|
}
|
|
470
500
|
return a;
|
|
471
501
|
};
|
|
472
|
-
const Speed = ({
|
|
473
|
-
rawValue,
|
|
474
|
-
decimals,
|
|
475
|
-
valueClassName,
|
|
476
|
-
unitClassName,
|
|
477
|
-
emptyProps
|
|
478
|
-
}) => {
|
|
479
|
-
if (isEmpty(rawValue)) {
|
|
480
|
-
return /* @__PURE__ */ React__namespace.default.createElement(Empty, __spreadValues$_({}, emptyProps));
|
|
481
|
-
}
|
|
482
|
-
const { value, unit } = formatSpeed(rawValue, decimals);
|
|
483
|
-
return /* @__PURE__ */ React__namespace.default.createElement("span", null, /* @__PURE__ */ React__namespace.default.createElement("span", { className: core.cx("value", valueClassName) }, value), /* @__PURE__ */ React__namespace.default.createElement("span", { className: core.cx("unit", unitClassName) }, ` ${unit}`));
|
|
484
|
-
};
|
|
485
|
-
|
|
486
|
-
var __defProp$_ = Object.defineProperty;
|
|
487
|
-
var __getOwnPropSymbols$$ = Object.getOwnPropertySymbols;
|
|
488
|
-
var __hasOwnProp$$ = Object.prototype.hasOwnProperty;
|
|
489
|
-
var __propIsEnum$$ = Object.prototype.propertyIsEnumerable;
|
|
490
|
-
var __defNormalProp$_ = (obj, key, value) => key in obj ? __defProp$_(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
491
|
-
var __spreadValues$Z = (a, b) => {
|
|
492
|
-
for (var prop in b || (b = {}))
|
|
493
|
-
if (__hasOwnProp$$.call(b, prop))
|
|
494
|
-
__defNormalProp$_(a, prop, b[prop]);
|
|
495
|
-
if (__getOwnPropSymbols$$)
|
|
496
|
-
for (var prop of __getOwnPropSymbols$$(b)) {
|
|
497
|
-
if (__propIsEnum$$.call(b, prop))
|
|
498
|
-
__defNormalProp$_(a, prop, b[prop]);
|
|
499
|
-
}
|
|
500
|
-
return a;
|
|
501
|
-
};
|
|
502
502
|
var __objRest$D = (source, exclude) => {
|
|
503
503
|
var target = {};
|
|
504
504
|
for (var prop in source)
|
|
505
|
-
if (__hasOwnProp
|
|
505
|
+
if (__hasOwnProp$10.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
506
506
|
target[prop] = source[prop];
|
|
507
|
-
if (source != null && __getOwnPropSymbols
|
|
508
|
-
for (var prop of __getOwnPropSymbols
|
|
509
|
-
if (exclude.indexOf(prop) < 0 && __propIsEnum
|
|
507
|
+
if (source != null && __getOwnPropSymbols$10)
|
|
508
|
+
for (var prop of __getOwnPropSymbols$10(source)) {
|
|
509
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum$10.call(source, prop))
|
|
510
510
|
target[prop] = source[prop];
|
|
511
511
|
}
|
|
512
512
|
return target;
|
|
@@ -538,10 +538,10 @@
|
|
|
538
538
|
]);
|
|
539
539
|
return /* @__PURE__ */ React__namespace.default.createElement(
|
|
540
540
|
"span",
|
|
541
|
-
__spreadValues$
|
|
541
|
+
__spreadValues$_({
|
|
542
542
|
ref,
|
|
543
543
|
className,
|
|
544
|
-
style: ___default.default.pickBy(__spreadValues$
|
|
544
|
+
style: ___default.default.pickBy(__spreadValues$_({ cursor }, style))
|
|
545
545
|
}, HTMLSpanElementProps),
|
|
546
546
|
prefixNode,
|
|
547
547
|
/* @__PURE__ */ React__namespace.default.createElement("span", { className: "icon-inner" }, typeof Src === "string" ? /* @__PURE__ */ React__namespace.default.createElement("img", { alt, src: Src, width, height }) : /* @__PURE__ */ React__namespace.default.createElement(reactSvgUniqueId.SVGUniqueID, null, Src({ width, height }))),
|
|
@@ -551,31 +551,31 @@
|
|
|
551
551
|
}
|
|
552
552
|
);
|
|
553
553
|
|
|
554
|
-
var __defProp$
|
|
554
|
+
var __defProp$_ = Object.defineProperty;
|
|
555
555
|
var __defProps$J = Object.defineProperties;
|
|
556
556
|
var __getOwnPropDescs$J = Object.getOwnPropertyDescriptors;
|
|
557
|
-
var __getOwnPropSymbols
|
|
558
|
-
var __hasOwnProp
|
|
559
|
-
var __propIsEnum
|
|
560
|
-
var __defNormalProp$
|
|
557
|
+
var __getOwnPropSymbols$$ = Object.getOwnPropertySymbols;
|
|
558
|
+
var __hasOwnProp$$ = Object.prototype.hasOwnProperty;
|
|
559
|
+
var __propIsEnum$$ = Object.prototype.propertyIsEnumerable;
|
|
560
|
+
var __defNormalProp$_ = (obj, key, value) => key in obj ? __defProp$_(obj, key, {
|
|
561
561
|
enumerable: true,
|
|
562
562
|
configurable: true,
|
|
563
563
|
writable: true,
|
|
564
564
|
value
|
|
565
565
|
}) : obj[key] = value;
|
|
566
|
-
var __spreadValues$
|
|
567
|
-
for (var prop in b || (b = {})) if (__hasOwnProp
|
|
568
|
-
if (__getOwnPropSymbols
|
|
569
|
-
if (__propIsEnum
|
|
566
|
+
var __spreadValues$Z = (a, b) => {
|
|
567
|
+
for (var prop in b || (b = {})) if (__hasOwnProp$$.call(b, prop)) __defNormalProp$_(a, prop, b[prop]);
|
|
568
|
+
if (__getOwnPropSymbols$$) for (var prop of __getOwnPropSymbols$$(b)) {
|
|
569
|
+
if (__propIsEnum$$.call(b, prop)) __defNormalProp$_(a, prop, b[prop]);
|
|
570
570
|
}
|
|
571
571
|
return a;
|
|
572
572
|
};
|
|
573
573
|
var __spreadProps$J = (a, b) => __defProps$J(a, __getOwnPropDescs$J(b));
|
|
574
574
|
var __objRest$C = (source, exclude) => {
|
|
575
575
|
var target = {};
|
|
576
|
-
for (var prop in source) if (__hasOwnProp
|
|
577
|
-
if (source != null && __getOwnPropSymbols
|
|
578
|
-
if (exclude.indexOf(prop) < 0 && __propIsEnum
|
|
576
|
+
for (var prop in source) if (__hasOwnProp$$.call(source, prop) && exclude.indexOf(prop) < 0) target[prop] = source[prop];
|
|
577
|
+
if (source != null && __getOwnPropSymbols$$) for (var prop of __getOwnPropSymbols$$(source)) {
|
|
578
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum$$.call(source, prop)) target[prop] = source[prop];
|
|
579
579
|
}
|
|
580
580
|
return target;
|
|
581
581
|
};
|
|
@@ -627,14 +627,14 @@
|
|
|
627
627
|
}
|
|
628
628
|
return src2;
|
|
629
629
|
}, [active, hover, suffix]);
|
|
630
|
-
return /* @__PURE__ */React__namespace.default.createElement(BaseIcon, __spreadProps$J(__spreadValues$
|
|
630
|
+
return /* @__PURE__ */React__namespace.default.createElement(BaseIcon, __spreadProps$J(__spreadValues$Z({
|
|
631
631
|
src: _src,
|
|
632
632
|
className: cs__default.default(IconWrapper, "icon-wrapper", className, isRotate && "is-rotate"),
|
|
633
633
|
suffixIconSrc,
|
|
634
634
|
height: iconHeight,
|
|
635
635
|
width: iconWidth,
|
|
636
636
|
prefixNode: prefix,
|
|
637
|
-
style: ___default.default.pickBy(__spreadValues$
|
|
637
|
+
style: ___default.default.pickBy(__spreadValues$Z({
|
|
638
638
|
cursor
|
|
639
639
|
}, style))
|
|
640
640
|
}, restProps), {
|
|
@@ -659,30 +659,30 @@
|
|
|
659
659
|
}));
|
|
660
660
|
});
|
|
661
661
|
|
|
662
|
-
var __defProp$
|
|
663
|
-
var __getOwnPropSymbols$
|
|
664
|
-
var __hasOwnProp$
|
|
665
|
-
var __propIsEnum$
|
|
666
|
-
var __defNormalProp$
|
|
667
|
-
var __spreadValues$
|
|
662
|
+
var __defProp$Z = Object.defineProperty;
|
|
663
|
+
var __getOwnPropSymbols$_ = Object.getOwnPropertySymbols;
|
|
664
|
+
var __hasOwnProp$_ = Object.prototype.hasOwnProperty;
|
|
665
|
+
var __propIsEnum$_ = Object.prototype.propertyIsEnumerable;
|
|
666
|
+
var __defNormalProp$Z = (obj, key, value) => key in obj ? __defProp$Z(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
667
|
+
var __spreadValues$Y = (a, b) => {
|
|
668
668
|
for (var prop in b || (b = {}))
|
|
669
|
-
if (__hasOwnProp$
|
|
670
|
-
__defNormalProp$
|
|
671
|
-
if (__getOwnPropSymbols$
|
|
672
|
-
for (var prop of __getOwnPropSymbols$
|
|
673
|
-
if (__propIsEnum$
|
|
674
|
-
__defNormalProp$
|
|
669
|
+
if (__hasOwnProp$_.call(b, prop))
|
|
670
|
+
__defNormalProp$Z(a, prop, b[prop]);
|
|
671
|
+
if (__getOwnPropSymbols$_)
|
|
672
|
+
for (var prop of __getOwnPropSymbols$_(b)) {
|
|
673
|
+
if (__propIsEnum$_.call(b, prop))
|
|
674
|
+
__defNormalProp$Z(a, prop, b[prop]);
|
|
675
675
|
}
|
|
676
676
|
return a;
|
|
677
677
|
};
|
|
678
678
|
var __objRest$B = (source, exclude) => {
|
|
679
679
|
var target = {};
|
|
680
680
|
for (var prop in source)
|
|
681
|
-
if (__hasOwnProp$
|
|
681
|
+
if (__hasOwnProp$_.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
682
682
|
target[prop] = source[prop];
|
|
683
|
-
if (source != null && __getOwnPropSymbols$
|
|
684
|
-
for (var prop of __getOwnPropSymbols$
|
|
685
|
-
if (exclude.indexOf(prop) < 0 && __propIsEnum$
|
|
683
|
+
if (source != null && __getOwnPropSymbols$_)
|
|
684
|
+
for (var prop of __getOwnPropSymbols$_(source)) {
|
|
685
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum$_.call(source, prop))
|
|
686
686
|
target[prop] = source[prop];
|
|
687
687
|
}
|
|
688
688
|
return target;
|
|
@@ -703,7 +703,7 @@
|
|
|
703
703
|
]);
|
|
704
704
|
return /* @__PURE__ */ React__namespace.default.createElement(
|
|
705
705
|
reactTransitionGroup.CSSTransition,
|
|
706
|
-
__spreadValues$
|
|
706
|
+
__spreadValues$Y({
|
|
707
707
|
in: visible,
|
|
708
708
|
timeout: timeout || 200,
|
|
709
709
|
mountOnEnter,
|
|
@@ -900,7 +900,7 @@
|
|
|
900
900
|
}
|
|
901
901
|
};
|
|
902
902
|
|
|
903
|
-
const BreadWrapper = /*#__PURE__*/react
|
|
903
|
+
const BreadWrapper = /*#__PURE__*/react.styled('div')({
|
|
904
904
|
name: "BreadWrapper",
|
|
905
905
|
class: "berrcjl",
|
|
906
906
|
propsAsIs: false
|
|
@@ -947,7 +947,7 @@
|
|
|
947
947
|
}));
|
|
948
948
|
};
|
|
949
949
|
|
|
950
|
-
const CardWrapper$1 = /*#__PURE__*/react
|
|
950
|
+
const CardWrapper$1 = /*#__PURE__*/react.styled('div')({
|
|
951
951
|
name: "CardWrapper",
|
|
952
952
|
class: "c1uzzomf",
|
|
953
953
|
propsAsIs: false
|
|
@@ -963,21 +963,21 @@
|
|
|
963
963
|
}, props.children));
|
|
964
964
|
};
|
|
965
965
|
|
|
966
|
-
var __defProp$
|
|
966
|
+
var __defProp$Y = Object.defineProperty;
|
|
967
967
|
var __defProps$I = Object.defineProperties;
|
|
968
968
|
var __getOwnPropDescs$I = Object.getOwnPropertyDescriptors;
|
|
969
|
-
var __getOwnPropSymbols$
|
|
970
|
-
var __hasOwnProp$
|
|
971
|
-
var __propIsEnum$
|
|
972
|
-
var __defNormalProp$
|
|
973
|
-
var __spreadValues$
|
|
969
|
+
var __getOwnPropSymbols$Z = Object.getOwnPropertySymbols;
|
|
970
|
+
var __hasOwnProp$Z = Object.prototype.hasOwnProperty;
|
|
971
|
+
var __propIsEnum$Z = Object.prototype.propertyIsEnumerable;
|
|
972
|
+
var __defNormalProp$Y = (obj, key, value) => key in obj ? __defProp$Y(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
973
|
+
var __spreadValues$X = (a, b) => {
|
|
974
974
|
for (var prop in b || (b = {}))
|
|
975
|
-
if (__hasOwnProp$
|
|
976
|
-
__defNormalProp$
|
|
977
|
-
if (__getOwnPropSymbols$
|
|
978
|
-
for (var prop of __getOwnPropSymbols$
|
|
979
|
-
if (__propIsEnum$
|
|
980
|
-
__defNormalProp$
|
|
975
|
+
if (__hasOwnProp$Z.call(b, prop))
|
|
976
|
+
__defNormalProp$Y(a, prop, b[prop]);
|
|
977
|
+
if (__getOwnPropSymbols$Z)
|
|
978
|
+
for (var prop of __getOwnPropSymbols$Z(b)) {
|
|
979
|
+
if (__propIsEnum$Z.call(b, prop))
|
|
980
|
+
__defNormalProp$Y(a, prop, b[prop]);
|
|
981
981
|
}
|
|
982
982
|
return a;
|
|
983
983
|
};
|
|
@@ -985,11 +985,11 @@
|
|
|
985
985
|
var __objRest$A = (source, exclude) => {
|
|
986
986
|
var target = {};
|
|
987
987
|
for (var prop in source)
|
|
988
|
-
if (__hasOwnProp$
|
|
988
|
+
if (__hasOwnProp$Z.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
989
989
|
target[prop] = source[prop];
|
|
990
|
-
if (source != null && __getOwnPropSymbols$
|
|
991
|
-
for (var prop of __getOwnPropSymbols$
|
|
992
|
-
if (exclude.indexOf(prop) < 0 && __propIsEnum$
|
|
990
|
+
if (source != null && __getOwnPropSymbols$Z)
|
|
991
|
+
for (var prop of __getOwnPropSymbols$Z(source)) {
|
|
992
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum$Z.call(source, prop))
|
|
993
993
|
target[prop] = source[prop];
|
|
994
994
|
}
|
|
995
995
|
return target;
|
|
@@ -1043,10 +1043,10 @@
|
|
|
1043
1043
|
}, [followMouse, onmousemove, uniqueContainerClass]);
|
|
1044
1044
|
return /* @__PURE__ */ React__namespace.default.createElement(
|
|
1045
1045
|
antd.Tooltip,
|
|
1046
|
-
__spreadProps$I(__spreadValues$
|
|
1046
|
+
__spreadProps$I(__spreadValues$X({}, restProps), {
|
|
1047
1047
|
overlayClassName: followMouse ? cs__default.default(overlayClassName, uniquePopupClass) : overlayClassName,
|
|
1048
1048
|
children: _children,
|
|
1049
|
-
overlayStyle: followMouse ? __spreadValues$
|
|
1049
|
+
overlayStyle: followMouse ? __spreadValues$X({
|
|
1050
1050
|
transform: "translate(-50%, -100%)",
|
|
1051
1051
|
pointerEvents: "none"
|
|
1052
1052
|
}, overlayStyle) : overlayStyle
|
|
@@ -1108,6 +1108,41 @@
|
|
|
1108
1108
|
}, /* @__PURE__ */React__namespace.default.createElement("span", null, slotsElements.trigger ? slotsElements.trigger({}) : null));
|
|
1109
1109
|
};
|
|
1110
1110
|
|
|
1111
|
+
var __defProp$X = Object.defineProperty;
|
|
1112
|
+
var __getOwnPropSymbols$Y = Object.getOwnPropertySymbols;
|
|
1113
|
+
var __hasOwnProp$Y = Object.prototype.hasOwnProperty;
|
|
1114
|
+
var __propIsEnum$Y = Object.prototype.propertyIsEnumerable;
|
|
1115
|
+
var __defNormalProp$X = (obj, key, value) => key in obj ? __defProp$X(obj, key, {
|
|
1116
|
+
enumerable: true,
|
|
1117
|
+
configurable: true,
|
|
1118
|
+
writable: true,
|
|
1119
|
+
value
|
|
1120
|
+
}) : obj[key] = value;
|
|
1121
|
+
var __spreadValues$W = (a, b) => {
|
|
1122
|
+
for (var prop in b || (b = {})) if (__hasOwnProp$Y.call(b, prop)) __defNormalProp$X(a, prop, b[prop]);
|
|
1123
|
+
if (__getOwnPropSymbols$Y) for (var prop of __getOwnPropSymbols$Y(b)) {
|
|
1124
|
+
if (__propIsEnum$Y.call(b, prop)) __defNormalProp$X(a, prop, b[prop]);
|
|
1125
|
+
}
|
|
1126
|
+
return a;
|
|
1127
|
+
};
|
|
1128
|
+
const Segment = "s11wux3h";
|
|
1129
|
+
const SmallSegment = "s1t2an3z";
|
|
1130
|
+
const MediumSegment = "ma64lna";
|
|
1131
|
+
const ColorSegment = "ckld275";
|
|
1132
|
+
const SegmentControl = props => {
|
|
1133
|
+
const {
|
|
1134
|
+
size = "middle",
|
|
1135
|
+
className
|
|
1136
|
+
} = props;
|
|
1137
|
+
return /* @__PURE__ */React__namespace.default.createElement(antd5.Segmented, __spreadValues$W({
|
|
1138
|
+
className: cs__default.default(className, {
|
|
1139
|
+
[SmallSegment]: size === "small",
|
|
1140
|
+
[MediumSegment]: size === "middle"
|
|
1141
|
+
}, Segment, ColorSegment),
|
|
1142
|
+
size
|
|
1143
|
+
}, props));
|
|
1144
|
+
};
|
|
1145
|
+
|
|
1111
1146
|
const CircleProgressStyle = "c1bus5hc";
|
|
1112
1147
|
const CircleProgress = props => {
|
|
1113
1148
|
const {
|
|
@@ -2278,41 +2313,41 @@
|
|
|
2278
2313
|
));
|
|
2279
2314
|
};
|
|
2280
2315
|
|
|
2281
|
-
const WizardBody = /*#__PURE__*/react
|
|
2316
|
+
const WizardBody = /*#__PURE__*/react.styled('div')({
|
|
2282
2317
|
name: "WizardBody",
|
|
2283
2318
|
class: "w1vvwdlp",
|
|
2284
2319
|
propsAsIs: false
|
|
2285
2320
|
});
|
|
2286
|
-
const FullView = /*#__PURE__*/react
|
|
2321
|
+
const FullView = /*#__PURE__*/react.styled('div')({
|
|
2287
2322
|
name: "FullView",
|
|
2288
2323
|
class: "f1rest1f",
|
|
2289
2324
|
propsAsIs: false
|
|
2290
2325
|
});
|
|
2291
|
-
const TertiaryText = /*#__PURE__*/react
|
|
2326
|
+
const TertiaryText = /*#__PURE__*/react.styled('div')({
|
|
2292
2327
|
name: "TertiaryText",
|
|
2293
2328
|
class: "t79k8o2",
|
|
2294
2329
|
propsAsIs: false
|
|
2295
2330
|
});
|
|
2296
2331
|
const InputStyle = "ipd9bk";
|
|
2297
2332
|
const KitInputStyle = "kypn5o5";
|
|
2298
|
-
const ContentWrapper = /*#__PURE__*/react
|
|
2333
|
+
const ContentWrapper = /*#__PURE__*/react.styled('div')({
|
|
2299
2334
|
name: "ContentWrapper",
|
|
2300
2335
|
class: "c1t6wbwv",
|
|
2301
2336
|
propsAsIs: false
|
|
2302
2337
|
});
|
|
2303
|
-
const Desc = /*#__PURE__*/react
|
|
2338
|
+
const Desc = /*#__PURE__*/react.styled('div')({
|
|
2304
2339
|
name: "Desc",
|
|
2305
2340
|
class: "d1k7vv5v",
|
|
2306
2341
|
propsAsIs: false
|
|
2307
2342
|
});
|
|
2308
2343
|
const _exp2$3 = () => Desc;
|
|
2309
|
-
const LightDesc = /*#__PURE__*/react
|
|
2344
|
+
const LightDesc = /*#__PURE__*/react.styled(_exp2$3())({
|
|
2310
2345
|
name: "LightDesc",
|
|
2311
2346
|
class: "le7b9r4",
|
|
2312
2347
|
propsAsIs: true
|
|
2313
2348
|
});
|
|
2314
2349
|
const _exp3$2 = () => LightDesc;
|
|
2315
|
-
const RadioDesc = /*#__PURE__*/react
|
|
2350
|
+
const RadioDesc = /*#__PURE__*/react.styled(_exp3$2())({
|
|
2316
2351
|
name: "RadioDesc",
|
|
2317
2352
|
class: "r1dnygxx",
|
|
2318
2353
|
propsAsIs: true
|
|
@@ -2567,7 +2602,7 @@
|
|
|
2567
2602
|
const _exp6$1 = () => ({
|
|
2568
2603
|
prefix
|
|
2569
2604
|
}) => prefix ? "flex" : "none";
|
|
2570
|
-
const AntdInputNumberStyled = /*#__PURE__*/react
|
|
2605
|
+
const AntdInputNumberStyled = /*#__PURE__*/react.styled(_exp$5())({
|
|
2571
2606
|
name: "AntdInputNumberStyled",
|
|
2572
2607
|
class: "a6dbbkm",
|
|
2573
2608
|
propsAsIs: true,
|
|
@@ -2834,7 +2869,7 @@
|
|
|
2834
2869
|
const _exp6 = () => ({
|
|
2835
2870
|
prefix
|
|
2836
2871
|
}) => prefix ? "flex" : "none";
|
|
2837
|
-
const AntdIntStyled = /*#__PURE__*/react
|
|
2872
|
+
const AntdIntStyled = /*#__PURE__*/react.styled(_exp$4())({
|
|
2838
2873
|
name: "AntdIntStyled",
|
|
2839
2874
|
class: "at4ovwe",
|
|
2840
2875
|
propsAsIs: true,
|
|
@@ -2928,7 +2963,7 @@
|
|
|
2928
2963
|
));
|
|
2929
2964
|
};
|
|
2930
2965
|
|
|
2931
|
-
const InputTagItem = /*#__PURE__*/react
|
|
2966
|
+
const InputTagItem = /*#__PURE__*/react.styled('span')({
|
|
2932
2967
|
name: "InputTagItem",
|
|
2933
2968
|
class: "iap75of",
|
|
2934
2969
|
propsAsIs: false
|
|
@@ -3308,7 +3343,7 @@
|
|
|
3308
3343
|
checked
|
|
3309
3344
|
} = _b,
|
|
3310
3345
|
props = __objRest$i(_b, ["children", "className", "checked"]);
|
|
3311
|
-
const Content = /*#__PURE__*/react
|
|
3346
|
+
const Content = /*#__PURE__*/react.styled('span')({
|
|
3312
3347
|
name: "Content",
|
|
3313
3348
|
class: "c1to9vb9",
|
|
3314
3349
|
propsAsIs: false
|
|
@@ -4081,22 +4116,22 @@
|
|
|
4081
4116
|
return day.clone().set("millisecond", 0);
|
|
4082
4117
|
}
|
|
4083
4118
|
|
|
4084
|
-
const CalendarWrapper = /*#__PURE__*/react
|
|
4119
|
+
const CalendarWrapper = /*#__PURE__*/react.styled('div')({
|
|
4085
4120
|
name: "CalendarWrapper",
|
|
4086
4121
|
class: "c1kchka8",
|
|
4087
4122
|
propsAsIs: false
|
|
4088
4123
|
});
|
|
4089
|
-
const CalendarYearWrapper = /*#__PURE__*/react
|
|
4124
|
+
const CalendarYearWrapper = /*#__PURE__*/react.styled('div')({
|
|
4090
4125
|
name: "CalendarYearWrapper",
|
|
4091
4126
|
class: "ctdb951",
|
|
4092
4127
|
propsAsIs: false
|
|
4093
4128
|
});
|
|
4094
|
-
const CalendarWeekWrapper = /*#__PURE__*/react
|
|
4129
|
+
const CalendarWeekWrapper = /*#__PURE__*/react.styled('ul')({
|
|
4095
4130
|
name: "CalendarWeekWrapper",
|
|
4096
4131
|
class: "cvgtyx0",
|
|
4097
4132
|
propsAsIs: false
|
|
4098
4133
|
});
|
|
4099
|
-
const CalendarMonthWrapper = /*#__PURE__*/react
|
|
4134
|
+
const CalendarMonthWrapper = /*#__PURE__*/react.styled('div')({
|
|
4100
4135
|
name: "CalendarMonthWrapper",
|
|
4101
4136
|
class: "crprfvb",
|
|
4102
4137
|
propsAsIs: false
|
|
@@ -4107,7 +4142,7 @@
|
|
|
4107
4142
|
Week: CalendarWeekWrapper,
|
|
4108
4143
|
Month: CalendarMonthWrapper
|
|
4109
4144
|
};
|
|
4110
|
-
const InputTimeWrapper = /*#__PURE__*/react
|
|
4145
|
+
const InputTimeWrapper = /*#__PURE__*/react.styled('div')({
|
|
4111
4146
|
name: "InputTimeWrapper",
|
|
4112
4147
|
class: "ipbxcfl",
|
|
4113
4148
|
propsAsIs: false
|
|
@@ -4115,12 +4150,12 @@
|
|
|
4115
4150
|
const InputTimeStyle = {
|
|
4116
4151
|
Wrapper: InputTimeWrapper
|
|
4117
4152
|
};
|
|
4118
|
-
const AbsoluteTimeWrapper = /*#__PURE__*/react
|
|
4153
|
+
const AbsoluteTimeWrapper = /*#__PURE__*/react.styled('div')({
|
|
4119
4154
|
name: "AbsoluteTimeWrapper",
|
|
4120
4155
|
class: "a120uq8m",
|
|
4121
4156
|
propsAsIs: false
|
|
4122
4157
|
});
|
|
4123
|
-
const AbsoluteTimeSectionWrapper = /*#__PURE__*/react
|
|
4158
|
+
const AbsoluteTimeSectionWrapper = /*#__PURE__*/react.styled('div')({
|
|
4124
4159
|
name: "AbsoluteTimeSectionWrapper",
|
|
4125
4160
|
class: "a15s9m0d",
|
|
4126
4161
|
propsAsIs: false
|
|
@@ -4129,7 +4164,7 @@
|
|
|
4129
4164
|
Wrapper: AbsoluteTimeWrapper,
|
|
4130
4165
|
Time: AbsoluteTimeSectionWrapper
|
|
4131
4166
|
};
|
|
4132
|
-
const RelativeTimeWrapper = /*#__PURE__*/react
|
|
4167
|
+
const RelativeTimeWrapper = /*#__PURE__*/react.styled('div')({
|
|
4133
4168
|
name: "RelativeTimeWrapper",
|
|
4134
4169
|
class: "r5hl59d",
|
|
4135
4170
|
propsAsIs: false
|
|
@@ -4137,13 +4172,13 @@
|
|
|
4137
4172
|
const RelativeTimeStyle = {
|
|
4138
4173
|
Wrapper: RelativeTimeWrapper
|
|
4139
4174
|
};
|
|
4140
|
-
const DateRangePickerWrapper = /*#__PURE__*/react
|
|
4175
|
+
const DateRangePickerWrapper = /*#__PURE__*/react.styled('div')({
|
|
4141
4176
|
name: "DateRangePickerWrapper",
|
|
4142
4177
|
class: "dhqt3dw",
|
|
4143
4178
|
propsAsIs: false
|
|
4144
4179
|
});
|
|
4145
4180
|
const DateRangePickerPopover = "d956d92";
|
|
4146
|
-
const DateRangePickerHistory = /*#__PURE__*/react
|
|
4181
|
+
const DateRangePickerHistory = /*#__PURE__*/react.styled('div')({
|
|
4147
4182
|
name: "DateRangePickerHistory",
|
|
4148
4183
|
class: "d1tc7lgk",
|
|
4149
4184
|
propsAsIs: false
|
|
@@ -5199,7 +5234,7 @@
|
|
|
5199
5234
|
Bit,
|
|
5200
5235
|
Second
|
|
5201
5236
|
};
|
|
5202
|
-
const Wrapper$1 = /*#__PURE__*/react
|
|
5237
|
+
const Wrapper$1 = /*#__PURE__*/react.styled('div')({
|
|
5203
5238
|
name: "Wrapper",
|
|
5204
5239
|
class: "wg1tsps",
|
|
5205
5240
|
propsAsIs: false
|
|
@@ -5279,29 +5314,29 @@
|
|
|
5279
5314
|
Bit,
|
|
5280
5315
|
Second
|
|
5281
5316
|
};
|
|
5282
|
-
const ChartContent = /*#__PURE__*/react
|
|
5317
|
+
const ChartContent = /*#__PURE__*/react.styled('div')({
|
|
5283
5318
|
name: "ChartContent",
|
|
5284
5319
|
class: "c18bcrac",
|
|
5285
5320
|
propsAsIs: false
|
|
5286
5321
|
});
|
|
5287
|
-
const ChartTooltipContainer = /*#__PURE__*/react
|
|
5322
|
+
const ChartTooltipContainer = /*#__PURE__*/react.styled('div')({
|
|
5288
5323
|
name: "ChartTooltipContainer",
|
|
5289
5324
|
class: "cro7kg2",
|
|
5290
5325
|
propsAsIs: false
|
|
5291
5326
|
});
|
|
5292
|
-
const ChartTooltipRow = /*#__PURE__*/react
|
|
5327
|
+
const ChartTooltipRow = /*#__PURE__*/react.styled('div')({
|
|
5293
5328
|
name: "ChartTooltipRow",
|
|
5294
5329
|
class: "c14wcxf0",
|
|
5295
5330
|
propsAsIs: false
|
|
5296
5331
|
});
|
|
5297
5332
|
const _exp$3 = () => ChartTooltipRow;
|
|
5298
|
-
const ChartTooltipTitle = /*#__PURE__*/react
|
|
5333
|
+
const ChartTooltipTitle = /*#__PURE__*/react.styled(_exp$3())({
|
|
5299
5334
|
name: "ChartTooltipTitle",
|
|
5300
5335
|
class: "coy29mj",
|
|
5301
5336
|
propsAsIs: true
|
|
5302
5337
|
});
|
|
5303
5338
|
const _exp2 = () => props => props.color;
|
|
5304
|
-
const SpaceStatus = /*#__PURE__*/react
|
|
5339
|
+
const SpaceStatus = /*#__PURE__*/react.styled('i')({
|
|
5305
5340
|
name: "SpaceStatus",
|
|
5306
5341
|
class: "s11212zy",
|
|
5307
5342
|
propsAsIs: false,
|
|
@@ -5309,7 +5344,7 @@
|
|
|
5309
5344
|
"s11212zy-0": [_exp2()]
|
|
5310
5345
|
}
|
|
5311
5346
|
});
|
|
5312
|
-
const PrimaryUnit = /*#__PURE__*/react
|
|
5347
|
+
const PrimaryUnit = /*#__PURE__*/react.styled('div')({
|
|
5313
5348
|
name: "PrimaryUnit",
|
|
5314
5349
|
class: "p1lyky6c",
|
|
5315
5350
|
propsAsIs: false
|
|
@@ -5579,12 +5614,12 @@
|
|
|
5579
5614
|
}, title)));
|
|
5580
5615
|
};
|
|
5581
5616
|
|
|
5582
|
-
const NameItem = /*#__PURE__*/react
|
|
5617
|
+
const NameItem = /*#__PURE__*/react.styled('div')({
|
|
5583
5618
|
name: "NameItem",
|
|
5584
5619
|
class: "n12mqh7z",
|
|
5585
5620
|
propsAsIs: false
|
|
5586
5621
|
});
|
|
5587
|
-
const TooltipText = /*#__PURE__*/react
|
|
5622
|
+
const TooltipText = /*#__PURE__*/react.styled('span')({
|
|
5588
5623
|
name: "TooltipText",
|
|
5589
5624
|
class: "tf5bynu",
|
|
5590
5625
|
propsAsIs: false
|
|
@@ -5636,28 +5671,28 @@
|
|
|
5636
5671
|
};
|
|
5637
5672
|
SortableList.Item = reactBeautifulDnd.Draggable;
|
|
5638
5673
|
|
|
5639
|
-
const Table$1 = /*#__PURE__*/react
|
|
5674
|
+
const Table$1 = /*#__PURE__*/react.styled('div')({
|
|
5640
5675
|
name: "Table",
|
|
5641
5676
|
class: "t1sqg15u",
|
|
5642
5677
|
propsAsIs: false
|
|
5643
5678
|
});
|
|
5644
|
-
const TableHeader = /*#__PURE__*/react
|
|
5679
|
+
const TableHeader = /*#__PURE__*/react.styled('header')({
|
|
5645
5680
|
name: "TableHeader",
|
|
5646
5681
|
class: "t4zczcp",
|
|
5647
5682
|
propsAsIs: false
|
|
5648
5683
|
});
|
|
5649
|
-
const TableContent = /*#__PURE__*/react
|
|
5684
|
+
const TableContent = /*#__PURE__*/react.styled('div')({
|
|
5650
5685
|
name: "TableContent",
|
|
5651
5686
|
class: "t1s7goww",
|
|
5652
5687
|
propsAsIs: false
|
|
5653
5688
|
});
|
|
5654
|
-
const TableRow = /*#__PURE__*/react
|
|
5689
|
+
const TableRow = /*#__PURE__*/react.styled('div')({
|
|
5655
5690
|
name: "TableRow",
|
|
5656
5691
|
class: "t93e4cf",
|
|
5657
5692
|
propsAsIs: false
|
|
5658
5693
|
});
|
|
5659
5694
|
const _exp$2 = () => props => props.width;
|
|
5660
|
-
const RowLabel = /*#__PURE__*/react
|
|
5695
|
+
const RowLabel = /*#__PURE__*/react.styled('label')({
|
|
5661
5696
|
name: "RowLabel",
|
|
5662
5697
|
class: "rhz2uv5",
|
|
5663
5698
|
propsAsIs: false,
|
|
@@ -5760,7 +5795,7 @@
|
|
|
5760
5795
|
}
|
|
5761
5796
|
return target;
|
|
5762
5797
|
};
|
|
5763
|
-
const SwitchWrapper = /*#__PURE__*/react
|
|
5798
|
+
const SwitchWrapper = /*#__PURE__*/react.styled('span')({
|
|
5764
5799
|
name: "SwitchWrapper",
|
|
5765
5800
|
class: "s1iv0tp1",
|
|
5766
5801
|
propsAsIs: false
|
|
@@ -5813,7 +5848,7 @@
|
|
|
5813
5848
|
}
|
|
5814
5849
|
return target;
|
|
5815
5850
|
};
|
|
5816
|
-
const TruncatedTextWrapper = /*#__PURE__*/react
|
|
5851
|
+
const TruncatedTextWrapper = /*#__PURE__*/react.styled('div')({
|
|
5817
5852
|
name: "TruncatedTextWrapper",
|
|
5818
5853
|
class: "tje3huy",
|
|
5819
5854
|
propsAsIs: false
|
|
@@ -5995,7 +6030,7 @@
|
|
|
5995
6030
|
return target;
|
|
5996
6031
|
};
|
|
5997
6032
|
const ButtonStyle = "bpq0js6";
|
|
5998
|
-
const ButtonGroupContainer = /*#__PURE__*/react
|
|
6033
|
+
const ButtonGroupContainer = /*#__PURE__*/react.styled('div')({
|
|
5999
6034
|
name: "ButtonGroupContainer",
|
|
6000
6035
|
class: "b15sn34c",
|
|
6001
6036
|
propsAsIs: false
|
|
@@ -6067,13 +6102,13 @@
|
|
|
6067
6102
|
}));
|
|
6068
6103
|
});
|
|
6069
6104
|
|
|
6070
|
-
const CardBody = /*#__PURE__*/react
|
|
6105
|
+
const CardBody = /*#__PURE__*/react.styled('div')({
|
|
6071
6106
|
name: "CardBody",
|
|
6072
6107
|
class: "c1k4vanq",
|
|
6073
6108
|
propsAsIs: false
|
|
6074
6109
|
});
|
|
6075
6110
|
|
|
6076
|
-
const CardTitle = /*#__PURE__*/react
|
|
6111
|
+
const CardTitle = /*#__PURE__*/react.styled('div')({
|
|
6077
6112
|
name: "CardTitle",
|
|
6078
6113
|
class: "c1udgdh2",
|
|
6079
6114
|
propsAsIs: false
|
|
@@ -6120,7 +6155,7 @@
|
|
|
6120
6155
|
}, otherProps), children);
|
|
6121
6156
|
});
|
|
6122
6157
|
const _exp$1 = () => Wrapper;
|
|
6123
|
-
const CardWrapper = /*#__PURE__*/react
|
|
6158
|
+
const CardWrapper = /*#__PURE__*/react.styled(_exp$1())({
|
|
6124
6159
|
name: "CardWrapper",
|
|
6125
6160
|
class: "cav4gt6",
|
|
6126
6161
|
propsAsIs: true
|
|
@@ -6532,7 +6567,7 @@
|
|
|
6532
6567
|
};
|
|
6533
6568
|
|
|
6534
6569
|
const _exp = () => antd.Input.Group;
|
|
6535
|
-
const InputGroup = /*#__PURE__*/react
|
|
6570
|
+
const InputGroup = /*#__PURE__*/react.styled(_exp())({
|
|
6536
6571
|
name: "InputGroup",
|
|
6537
6572
|
class: "iiqau4c",
|
|
6538
6573
|
propsAsIs: true
|
|
@@ -7700,7 +7735,7 @@
|
|
|
7700
7735
|
};
|
|
7701
7736
|
const PresetColors$1 = ["blue", "red", "yellow", "green", "gray"];
|
|
7702
7737
|
const StatusCapsuleStyle = "s14dk8r1";
|
|
7703
|
-
const StatusCode = /*#__PURE__*/react
|
|
7738
|
+
const StatusCode = /*#__PURE__*/react.styled('i')({
|
|
7704
7739
|
name: "StatusCode",
|
|
7705
7740
|
class: "s1uupoto",
|
|
7706
7741
|
propsAsIs: false
|
|
@@ -7930,22 +7965,22 @@
|
|
|
7930
7965
|
const TitleStyle = "tc40oxa";
|
|
7931
7966
|
const SubtitleStyle = "sa410aw";
|
|
7932
7967
|
const BodyCellTextStyle = "b1lc7yin";
|
|
7933
|
-
const BodyCellTextWrapper = /*#__PURE__*/react
|
|
7968
|
+
const BodyCellTextWrapper = /*#__PURE__*/react.styled('div')({
|
|
7934
7969
|
name: "BodyCellTextWrapper",
|
|
7935
7970
|
class: "b1jhbz3e",
|
|
7936
7971
|
propsAsIs: false
|
|
7937
7972
|
});
|
|
7938
|
-
const TableFormWrapper = /*#__PURE__*/react
|
|
7973
|
+
const TableFormWrapper = /*#__PURE__*/react.styled('div')({
|
|
7939
7974
|
name: "TableFormWrapper",
|
|
7940
7975
|
class: "tyua489",
|
|
7941
7976
|
propsAsIs: false
|
|
7942
7977
|
});
|
|
7943
|
-
const AddRowButtonWrapper = /*#__PURE__*/react
|
|
7978
|
+
const AddRowButtonWrapper = /*#__PURE__*/react.styled('div')({
|
|
7944
7979
|
name: "AddRowButtonWrapper",
|
|
7945
7980
|
class: "a1ccrot9",
|
|
7946
7981
|
propsAsIs: false
|
|
7947
7982
|
});
|
|
7948
|
-
const DraggableHandleWrapper = /*#__PURE__*/react
|
|
7983
|
+
const DraggableHandleWrapper = /*#__PURE__*/react.styled('div')({
|
|
7949
7984
|
name: "DraggableHandleWrapper",
|
|
7950
7985
|
class: "d8c9v9g",
|
|
7951
7986
|
propsAsIs: false
|
|
@@ -9343,7 +9378,8 @@
|
|
|
9343
9378
|
Link,
|
|
9344
9379
|
DropdownMenu,
|
|
9345
9380
|
BatchOperation,
|
|
9346
|
-
DateRangePicker
|
|
9381
|
+
DateRangePicker,
|
|
9382
|
+
SegmentedControl: SegmentControl
|
|
9347
9383
|
};
|
|
9348
9384
|
kit.option.isSelectOption = true;
|
|
9349
9385
|
kit.button.__ANT_BUTTON = true;
|