@cloudtower/eagle 0.35.9 → 481.0.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.
Files changed (59) hide show
  1. package/dist/cjs/core/MediumDialog/MediumDialog.js +1 -1
  2. package/dist/cjs/core/index.js +12 -15
  3. package/dist/cjs/coreX/Dialogs/RejectDialog/RejectDialog.js +4 -16
  4. package/dist/cjs/index.js +245 -253
  5. package/dist/cjs/stats1.html +1 -1
  6. package/dist/components.css +3064 -3242
  7. package/dist/esm/core/MediumDialog/MediumDialog.js +1 -1
  8. package/dist/esm/core/index.js +2 -4
  9. package/dist/esm/coreX/Dialogs/RejectDialog/RejectDialog.js +4 -16
  10. package/dist/esm/index.js +0 -4
  11. package/dist/esm/stats1.html +1 -1
  12. package/dist/linaria.merged.scss +3339 -3529
  13. package/dist/src/core/index.d.ts +0 -5
  14. package/dist/src/coreX/Dialogs/RejectDialog/RejectDialog.type.d.ts +1 -5
  15. package/dist/src/coreX/index.d.ts +0 -3
  16. package/dist/src/hooks/index.d.ts +0 -1
  17. package/dist/src/utils/index.d.ts +0 -1
  18. package/dist/stories/docs/coreX/Dialogs/RejectDialog.stories.d.ts +1 -3
  19. package/dist/style.css +3064 -3242
  20. package/package.json +4 -6
  21. package/dist/cjs/core/Duration/index.js +0 -78
  22. package/dist/cjs/core/LocalUpload/LocalUpload.hooks.js +0 -66
  23. package/dist/cjs/core/LocalUpload/LocalUpload.js +0 -103
  24. package/dist/cjs/core/LocalUpload/LocalUpload.style.js +0 -13
  25. package/dist/cjs/core/LocalUpload/LocalUpload.widget.js +0 -379
  26. package/dist/cjs/coreX/Copy/CopyButton.js +0 -40
  27. package/dist/cjs/coreX/Copy/CopyTooltip.js +0 -66
  28. package/dist/cjs/hooks/useFormatDuration.js +0 -35
  29. package/dist/cjs/utils/formatDuration.js +0 -67
  30. package/dist/esm/core/Duration/index.js +0 -72
  31. package/dist/esm/core/LocalUpload/LocalUpload.hooks.js +0 -63
  32. package/dist/esm/core/LocalUpload/LocalUpload.js +0 -97
  33. package/dist/esm/core/LocalUpload/LocalUpload.style.js +0 -10
  34. package/dist/esm/core/LocalUpload/LocalUpload.widget.js +0 -365
  35. package/dist/esm/coreX/Copy/CopyButton.js +0 -34
  36. package/dist/esm/coreX/Copy/CopyTooltip.js +0 -59
  37. package/dist/esm/hooks/useFormatDuration.js +0 -33
  38. package/dist/esm/utils/formatDuration.js +0 -65
  39. package/dist/src/core/Duration/duration.type.d.ts +0 -42
  40. package/dist/src/core/Duration/index.d.ts +0 -4
  41. package/dist/src/core/LocalUpload/LocalUpload.d.ts +0 -15
  42. package/dist/src/core/LocalUpload/LocalUpload.hooks.d.ts +0 -32
  43. package/dist/src/core/LocalUpload/LocalUpload.style.d.ts +0 -3
  44. package/dist/src/core/LocalUpload/LocalUpload.type.d.ts +0 -175
  45. package/dist/src/core/LocalUpload/LocalUpload.widget.d.ts +0 -23
  46. package/dist/src/core/LocalUpload/index.d.ts +0 -2
  47. package/dist/src/coreX/Copy/CopyButton.d.ts +0 -5
  48. package/dist/src/coreX/Copy/CopyButton.type.d.ts +0 -8
  49. package/dist/src/coreX/Copy/CopyTooltip.d.ts +0 -5
  50. package/dist/src/coreX/Copy/CopyTooltip.typs.d.ts +0 -16
  51. package/dist/src/coreX/Copy/index.d.ts +0 -2
  52. package/dist/src/hooks/__tests__/useFormatDuration.test.d.ts +0 -1
  53. package/dist/src/hooks/useFormatDuration.d.ts +0 -31
  54. package/dist/src/utils/__test__/formatDuration.spec.d.ts +0 -1
  55. package/dist/src/utils/formatDuration.d.ts +0 -28
  56. package/dist/stories/docs/core/Duration.stories.d.ts +0 -88
  57. package/dist/stories/docs/core/LocalUpload.stories.d.ts +0 -74
  58. package/dist/stories/docs/coreX/Copy/CopyButton.stories.d.ts +0 -66
  59. package/dist/stories/docs/coreX/Copy/CopyTooltip.stories.d.ts +0 -66
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export * from "./AccordionCard";
3
2
  export * from "./Alert";
4
3
  export * from "./Antd5Anchor";
@@ -29,7 +28,6 @@ export * from "./DeprecatedProgress";
29
28
  export * from "./DetailCard";
30
29
  export * from "./DonutChart";
31
30
  export * from "./DropdownMenu";
32
- export * from "./Duration";
33
31
  export * from "./Empty";
34
32
  export * from "./ErrorBoundary";
35
33
  export * from "./ExpandableList";
@@ -53,7 +51,6 @@ export * from "./Legend";
53
51
  export * from "./LineChart";
54
52
  export * from "./Link";
55
53
  export * from "./Loading";
56
- export * from "./LocalUpload";
57
54
  export * from "./MediumDialog";
58
55
  export * from "./message";
59
56
  export * from "./message-group";
@@ -105,7 +102,6 @@ export declare const units: {
105
102
  BitPerSecond: import("./Units").UnitFn;
106
103
  Bit: import("./Units").UnitFn;
107
104
  Second: import("./Units").UnitFn;
108
- Duration: import("react").FC<import("./Duration/duration.type").DurationProps>;
109
105
  };
110
106
  export { units as Units };
111
107
  export { default as AccordionCard } from "./AccordionCard";
@@ -131,7 +127,6 @@ export { default as DeprecatedProgress } from "./DeprecatedProgress";
131
127
  export { default as DetailCard } from "./DetailCard";
132
128
  export { default as DonutChart } from "./DonutChart";
133
129
  export { default as DropdownMenu } from "./DropdownMenu";
134
- export { default as Duration } from "./Duration";
135
130
  export { default as Empty } from "./Empty";
136
131
  export { default as Error } from "./Error";
137
132
  export { default as ErrorBoundary } from "./ErrorBoundary";
@@ -33,11 +33,7 @@ interface SingleRejectDialogProps extends BaseRejectDialogProps {
33
33
  /** 拒绝原因,可以是单个字符串或字符串数组 */
34
34
  content: string | string[];
35
35
  /** 列表类型 */
36
- listType?: "ordered" | "unordered" | "resource";
37
- /** 灰色的进一步描述 */
38
- secondaryDesc?: React.ReactNode;
39
- /** 资源图标 */
40
- resourceIcon?: React.ReactNode;
36
+ listType?: "ordered" | "unordered";
41
37
  }
42
38
  interface MultiAllRejectDialogProps extends BaseRejectDialogProps {
43
39
  type: RejectDialogType.All;
@@ -4,7 +4,6 @@ export * from "./ChartWithTooltip";
4
4
  export * from "./CheckPointList";
5
5
  export * from "./CircleLoading";
6
6
  export * from "./common";
7
- export * from "./Copy";
8
7
  export * from "./Counting";
9
8
  export * from "./CronCalendar";
10
9
  export * from "./CronPlan";
@@ -31,8 +30,6 @@ export { default as BarChart } from "./BarChart";
31
30
  export { default as BatchOperation } from "./BatchOperation";
32
31
  export { default as ChartWithTooltip } from "./ChartWithTooltip";
33
32
  export { default as CircleLoading } from "./CircleLoading";
34
- export { default as CopyButton } from "./Copy/CopyButton";
35
- export { default as CopyTooltip } from "./Copy/CopyTooltip";
36
33
  export { default as Counting } from "./Counting";
37
34
  export { default as CronCalendar } from "./CronCalendar";
38
35
  export { default as CronPlan } from "./CronPlan";
@@ -1,4 +1,3 @@
1
1
  export * from "./useCTErrorMsg";
2
2
  export { default as useElementResize } from "./useElementResize";
3
3
  export { default as useElementsSize } from "./useElementsSize";
4
- export { useFormatDuration } from "./useFormatDuration";
@@ -7,4 +7,3 @@ export * from "./icon";
7
7
  export * from "./isStringArr";
8
8
  export * from "./time";
9
9
  export * from "./cterror";
10
- export * from "./formatDuration";
@@ -11,9 +11,7 @@ declare const meta: {
11
11
  decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
12
12
  type: RejectDialogType.Single;
13
13
  content: string | string[];
14
- listType?: "resource" | "ordered" | "unordered" | undefined;
15
- secondaryDesc?: React.ReactNode;
16
- resourceIcon?: React.ReactNode;
14
+ listType?: "ordered" | "unordered" | undefined;
17
15
  title: React.ReactNode;
18
16
  beforeDescription?: React.ReactNode;
19
17
  description?: React.ReactNode;