antd-management-fast-component 2.7.32 → 2.7.34

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 (68) hide show
  1. package/es/components/AnimalBox/QueueBox/index.d.ts +1 -0
  2. package/es/components/AnimalBox/QueueListBox/index.d.ts +1 -0
  3. package/es/components/AnimalBox/RotateBox/index.d.ts +1 -0
  4. package/es/components/CenterBox/index.d.ts +1 -0
  5. package/es/components/ColorText/index.d.ts +1 -0
  6. package/es/components/EditableLinkGroup/index.d.ts +1 -0
  7. package/es/components/Editor/TinymceWrapper/index.d.ts +1 -0
  8. package/es/components/ElasticityTree/index.d.ts +1 -0
  9. package/es/components/Ellipsis/index.d.ts +1 -0
  10. package/es/components/EllipsisCustom/index.d.ts +1 -0
  11. package/es/components/EverySpace/index.d.ts +1 -0
  12. package/es/components/FlexBox/index.d.ts +1 -0
  13. package/es/components/FlexText/index.d.ts +1 -0
  14. package/es/components/FooterToolbar/index.d.ts +1 -0
  15. package/es/components/FormExtra/ActionItem/index.d.ts +1 -0
  16. package/es/components/FormExtra/ColorPickerItem/index.d.ts +1 -0
  17. package/es/components/FormExtra/ComponentItem/index.d.ts +1 -0
  18. package/es/components/FormExtra/DatePickerItem/index.d.ts +1 -0
  19. package/es/components/FormExtra/DisplayItem/index.d.ts +1 -0
  20. package/es/components/FormExtra/InputItem/index.d.ts +1 -0
  21. package/es/components/FormExtra/InputNumberItem/index.d.ts +1 -0
  22. package/es/components/FormExtra/NowTimeItem/index.d.ts +1 -0
  23. package/es/components/FormExtra/OnlyShowDatetimeItem/index.d.ts +1 -0
  24. package/es/components/FormExtra/OnlyShowInputItem/index.d.ts +1 -0
  25. package/es/components/FormExtra/OnlyShowTextareaItem/index.d.ts +1 -0
  26. package/es/components/FormExtra/PasswordItem/index.d.ts +1 -0
  27. package/es/components/FormExtra/RadioItem/index.d.ts +1 -0
  28. package/es/components/FormExtra/SelectItem/index.d.ts +1 -0
  29. package/es/components/FormExtra/SwitchItem/index.d.ts +1 -0
  30. package/es/components/FormExtra/SyntaxHighlighterItem/index.d.ts +1 -0
  31. package/es/components/FormExtra/TextAreaItem/index.d.ts +1 -0
  32. package/es/components/FormExtra/TextItem/index.d.ts +1 -0
  33. package/es/components/FormExtra/TimePickerItem/index.d.ts +1 -0
  34. package/es/components/FrameBox/index.d.ts +1 -0
  35. package/es/components/HelpBox/index.d.ts +1 -0
  36. package/es/components/HelpCard/index.d.ts +1 -0
  37. package/es/components/HtmlBox/index.d.ts +1 -0
  38. package/es/components/Line/index.d.ts +1 -0
  39. package/es/components/MobileContainor/ContentView/index.d.ts +1 -0
  40. package/es/components/MobileContainor/Devices/GalaxyNote8/index.d.ts +1 -0
  41. package/es/components/MobileContainor/Devices/IPhone5S/index.d.ts +1 -0
  42. package/es/components/MobileContainor/Devices/Iphone8/index.d.ts +1 -0
  43. package/es/components/MobileContainor/Devices/Iphone8plus/index.d.ts +1 -0
  44. package/es/components/MobileContainor/Devices/IphoneX/index.d.ts +1 -0
  45. package/es/components/MobileContainor/Devices/NoneSketch/index.d.ts +1 -0
  46. package/es/components/MobileContainor/Devices/RoughSketch/index.d.ts +1 -0
  47. package/es/components/MobileContainor/MobileSimulation/index.d.ts +1 -0
  48. package/es/components/NoticeIconCustom/index.d.ts +1 -0
  49. package/es/components/PageExtra/BodyContent/index.d.ts +1 -0
  50. package/es/components/PageExtra/CardCollectionItemContent/index.d.ts +1 -0
  51. package/es/components/PageExtra/ContentBox/index.d.ts +1 -0
  52. package/es/components/PageExtra/ContentTabBox/index.d.ts +1 -0
  53. package/es/components/PageExtra/HeaderContent/index.d.ts +1 -0
  54. package/es/components/PageExtra/HeaderExtraContent/index.d.ts +1 -0
  55. package/es/components/PageExtra/HeaderSubTitle/index.d.ts +1 -0
  56. package/es/components/PageExtra/HeaderTagWrapper/index.d.ts +1 -0
  57. package/es/components/PageExtra/HeaderTitle/index.d.ts +1 -0
  58. package/es/components/PageExtra/HelpContent/index.d.ts +1 -0
  59. package/es/components/PageExtra/PageWrapper/index.d.ts +1 -0
  60. package/es/components/PageExtra/SiderBox/index.d.ts +1 -0
  61. package/es/components/PageExtra/TabBarExtraBox/index.d.ts +1 -0
  62. package/es/components/PageExtra/ToolBar/index.d.ts +1 -0
  63. package/es/components/PercentageBox/index.d.ts +1 -0
  64. package/es/components/PriceBox/index.d.ts +1 -0
  65. package/es/components/ScrollFacadeBox/index.d.ts +1 -0
  66. package/es/components/StatusBar/index.d.ts +1 -0
  67. package/es/components/VerticalBox/index.d.ts +1 -0
  68. package/package.json +23 -23
@@ -1,5 +1,6 @@
1
1
  export class QueueBox extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace QueueBox {
@@ -1,5 +1,6 @@
1
1
  export class QueueListBox extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  triggerEnd: ({ key, type }: {
4
5
  key: any;
5
6
  type: any;
@@ -1,5 +1,6 @@
1
1
  export class RotateBox extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace RotateBox {
@@ -1,5 +1,6 @@
1
1
  export class CenterBox extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  import React from 'react';
@@ -1,5 +1,6 @@
1
1
  export class ColorText extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  copyText: () => void;
4
5
  render(): React.JSX.Element;
5
6
  }
@@ -1,5 +1,6 @@
1
1
  export class EditableLinkGroup extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace EditableLinkGroup {
@@ -1,5 +1,6 @@
1
1
  export class TinymceWrapper extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  editor: React.RefObject<any>;
4
5
  buildConfig: () => any;
5
6
  imageUploadHandler: (blobInfo: any, progress: any) => Promise<any>;
@@ -1,5 +1,6 @@
1
1
  export class ElasticityTree extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  import React from 'react';
@@ -1,5 +1,6 @@
1
1
  export class Ellipsis extends React.Component<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  state: {
4
5
  text: string;
5
6
  targetCount: number;
@@ -1,5 +1,6 @@
1
1
  export class EllipsisCustom extends React.Component<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  state: {
4
5
  text: string;
5
6
  targetCount: number;
@@ -1,5 +1,6 @@
1
1
  export class EverySpace extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element | null;
4
5
  }
5
6
  export namespace EverySpace {
@@ -1,5 +1,6 @@
1
1
  export class FlexBox extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  getDirection: () => "horizontal" | "vertical";
4
5
  triggerClick: () => void;
5
6
  render(): any;
@@ -1,5 +1,6 @@
1
1
  export class FlexText extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace FlexText {
@@ -3,6 +3,7 @@ export class FooterToolbar extends React.Component<any, any, any> {
3
3
  isMobile: any;
4
4
  };
5
5
  constructor(props: any);
6
+ constructor(props: any, context: any);
6
7
  state: {
7
8
  width: undefined;
8
9
  };
@@ -1,5 +1,6 @@
1
1
  export class ActionItem extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace ActionItem {
@@ -1,5 +1,6 @@
1
1
  export class ColorPickerItem extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace ColorPickerItem {
@@ -1,5 +1,6 @@
1
1
  export class ComponentItem extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace ComponentItem {
@@ -1,5 +1,6 @@
1
1
  export class DatePickerItem extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace DatePickerItem {
@@ -1,5 +1,6 @@
1
1
  export class DisplayItem extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace DisplayItem {
@@ -1,5 +1,6 @@
1
1
  export class InputItem extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace InputItem {
@@ -1,5 +1,6 @@
1
1
  export class InputNumberItem extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace InputNumberItem {
@@ -1,5 +1,6 @@
1
1
  export class NowTimeItem extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace NowTimeItem {
@@ -1,5 +1,6 @@
1
1
  export class OnlyShowDatetimeItem extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace OnlyShowDatetimeItem {
@@ -1,5 +1,6 @@
1
1
  export class OnlyShowInputItem extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace OnlyShowInputItem {
@@ -1,5 +1,6 @@
1
1
  export class OnlyShowTextareaItem extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace OnlyShowTextareaItem {
@@ -1,5 +1,6 @@
1
1
  export class PasswordItem extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace PasswordItem {
@@ -1,5 +1,6 @@
1
1
  export class RadioItem extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace RadioItem {
@@ -1,5 +1,6 @@
1
1
  export class SelectItem extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace SelectItem {
@@ -1,5 +1,6 @@
1
1
  export class SwitchItem extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace SwitchItem {
@@ -1,5 +1,6 @@
1
1
  export class SyntaxHighlighterItem extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace SyntaxHighlighterItem {
@@ -1,5 +1,6 @@
1
1
  export class TextAreaItem extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace TextAreaItem {
@@ -1,5 +1,6 @@
1
1
  export class TextItem extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace TextItem {
@@ -1,5 +1,6 @@
1
1
  export class TimePickerItem extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace TimePickerItem {
@@ -1,5 +1,6 @@
1
1
  export class FrameBox extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  frameRef: React.RefObject<any>;
4
5
  render(): React.JSX.Element;
5
6
  }
@@ -1,5 +1,6 @@
1
1
  export class HelpBox extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element | null;
4
5
  }
5
6
  export namespace HelpBox {
@@ -1,5 +1,6 @@
1
1
  export class HelpCard extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace HelpCard {
@@ -3,6 +3,7 @@
3
3
  */
4
4
  export class HtmlBox extends React.PureComponent<any, any, any> {
5
5
  constructor(props: any);
6
+ constructor(props: any, context: any);
6
7
  componentDidMount(): void;
7
8
  componentDidUpdate(): void;
8
9
  renderToHtml: () => void;
@@ -1,5 +1,6 @@
1
1
  export class Line extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  getDirection: () => any;
4
5
  getColor: () => {
5
6
  backgroundColor: string;
@@ -1,5 +1,6 @@
1
1
  export class ContentView extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  onAlertClick: () => void;
4
5
  render(): React.JSX.Element;
5
6
  }
@@ -1,5 +1,6 @@
1
1
  export class GalaxyNote8 extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace GalaxyNote8 {
@@ -1,5 +1,6 @@
1
1
  export class IPhone5S extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace IPhone5S {
@@ -1,5 +1,6 @@
1
1
  export class Iphone8 extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace Iphone8 {
@@ -1,5 +1,6 @@
1
1
  export class Iphone8plus extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace Iphone8plus {
@@ -1,5 +1,6 @@
1
1
  export class IphoneX extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace IphoneX {
@@ -1,5 +1,6 @@
1
1
  export class NoneSketch extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace NoneSketch {
@@ -1,5 +1,6 @@
1
1
  export class RoughSketch extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace RoughSketch {
@@ -1,5 +1,6 @@
1
1
  export class MobileSimulation extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  buildMobileTypeArray: () => (typeof mobileTypeCollection.noneSketch)[];
4
5
  renderPresetInnerView: () => any;
5
6
  renderPresetInnerViewWrapper: () => any;
@@ -2,6 +2,7 @@ export default NoticeIcon;
2
2
  declare class NoticeIcon extends React.PureComponent<any, any, any> {
3
3
  static Tab: React.FC<import("antd").TabPaneProps>;
4
4
  constructor(props: any);
5
+ constructor(props: any, context: any);
5
6
  onItemClick: (item: any, tabProperties: any) => void;
6
7
  onTabChange: (tabType: any) => void;
7
8
  getNotificationBox(): React.JSX.Element | null;
@@ -1,5 +1,6 @@
1
1
  export class BodyContent extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element | null;
4
5
  }
5
6
  import React from 'react';
@@ -1,5 +1,6 @@
1
1
  export class CardCollectionItemContent extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element | null;
4
5
  }
5
6
  export namespace CardCollectionItemContent {
@@ -1,5 +1,6 @@
1
1
  export class ContentBox extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): any;
4
5
  }
5
6
  export namespace ContentBox {
@@ -1,5 +1,6 @@
1
1
  export class ContentTabBox extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace ContentTabBox {
@@ -1,6 +1,7 @@
1
1
  export class HeaderContent extends React.PureComponent<any, any, any> {
2
2
  static checkProperties(p: any): boolean;
3
3
  constructor(props: any);
4
+ constructor(props: any, context: any);
4
5
  render(): React.JSX.Element | null;
5
6
  }
6
7
  export namespace HeaderContent {
@@ -1,5 +1,6 @@
1
1
  export class HeaderExtraContent extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace HeaderExtraContent {
@@ -1,5 +1,6 @@
1
1
  export class HeaderSubTitle extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element | null;
4
5
  }
5
6
  export namespace HeaderSubTitle {
@@ -1,5 +1,6 @@
1
1
  export class HeaderTagWrapper extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace HeaderTagWrapper {
@@ -1,5 +1,6 @@
1
1
  export class HeaderTitle extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace HeaderTitle {
@@ -1,5 +1,6 @@
1
1
  export class HelpContent extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element | null;
4
5
  }
5
6
  export namespace HelpContent {
@@ -1,5 +1,6 @@
1
1
  export class PageWrapper extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace PageWrapper {
@@ -1,5 +1,6 @@
1
1
  export class SiderBox extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): any;
4
5
  }
5
6
  export namespace SiderBox {
@@ -1,5 +1,6 @@
1
1
  export class TabBarExtraBox extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element | null;
4
5
  }
5
6
  export namespace TabBarExtraBox {
@@ -1,5 +1,6 @@
1
1
  export class ToolBar extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element | null;
4
5
  }
5
6
  export namespace ToolBar {
@@ -1,5 +1,6 @@
1
1
  export class PercentageBox extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace PercentageBox {
@@ -1,5 +1,6 @@
1
1
  export class PriceBox extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): "" | React.JSX.Element;
4
5
  }
5
6
  export namespace PriceBox {
@@ -1,5 +1,6 @@
1
1
  export class ScrollFacadeBox extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  getStyle: () => any;
4
5
  render(): React.JSX.Element;
5
6
  }
@@ -1,5 +1,6 @@
1
1
  export class StatusBar extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  export namespace StatusBar {
@@ -1,5 +1,6 @@
1
1
  export class VerticalBox extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  triggerClick: (event: any) => void;
4
5
  render(): React.JSX.Element;
5
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-management-fast-component",
3
- "version": "2.7.32",
3
+ "version": "2.7.34",
4
4
  "description": "antd-management-fast-component",
5
5
  "keywords": [
6
6
  "antd-management-fast-component"
@@ -58,21 +58,21 @@
58
58
  "z:tsc:build": "echo show tsc version and create declaration file && tsc -v && tsc -p ./tsconfig.types.json && echo declaration file generate complete"
59
59
  },
60
60
  "dependencies": {
61
- "@ant-design/icons": "^5.6.1",
61
+ "@ant-design/icons": "^6.0.0",
62
62
  "@ant-design/pro-components": "^2.8.6",
63
63
  "@tanem/react-nprogress": "^5.0.55",
64
64
  "@tinymce/tinymce-react": "^6.0.0",
65
65
  "@umijs/max": "^4.4.6",
66
- "antd": "^5.24.3",
66
+ "antd": "^5.24.5",
67
67
  "antd-management-fast-common": "workspace:*",
68
68
  "array-move": "^4.0.0",
69
- "axios": "^1.8.2",
69
+ "axios": "^1.8.4",
70
70
  "bizcharts": "^4.1.23",
71
71
  "classnames": "^2.5.1",
72
72
  "copy-to-clipboard": "^3.3.3",
73
73
  "dayjs": "^1.11.13",
74
- "easy-soft-dva": "^3.10.80",
75
- "easy-soft-utility": "^2.8.83",
74
+ "easy-soft-dva": "^3.10.83",
75
+ "easy-soft-utility": "^2.8.86",
76
76
  "html-react-parser": "^5.2.2",
77
77
  "lodash.debounce": "^4.0.8",
78
78
  "numeral": "^2.0.6",
@@ -92,18 +92,18 @@
92
92
  "umi": "^4.4.6"
93
93
  },
94
94
  "devDependencies": {
95
- "@babel/core": "^7.26.9",
96
- "@babel/eslint-parser": "^7.26.8",
95
+ "@babel/core": "^7.26.10",
96
+ "@babel/eslint-parser": "^7.27.0",
97
97
  "@babel/plugin-external-helpers": "^7.25.9",
98
98
  "@babel/plugin-proposal-decorators": "^7.25.9",
99
99
  "@babel/plugin-syntax-jsx": "^7.25.9",
100
100
  "@babel/plugin-transform-class-properties": "^7.25.9",
101
101
  "@babel/plugin-transform-private-methods": "^7.25.9",
102
102
  "@babel/plugin-transform-private-property-in-object": "^7.25.9",
103
- "@babel/plugin-transform-runtime": "^7.26.9",
103
+ "@babel/plugin-transform-runtime": "^7.26.10",
104
104
  "@babel/preset-env": "^7.26.9",
105
105
  "@babel/preset-react": "^7.26.3",
106
- "@babel/runtime": "^7.26.9",
106
+ "@babel/runtime": "^7.27.0",
107
107
  "@changesets/cli": "^2.28.1",
108
108
  "@commitlint/cli": "^19.8.0",
109
109
  "@commitlint/config-conventional": "^19.8.0",
@@ -114,7 +114,7 @@
114
114
  "@rollup/plugin-buble": "^1.0.3",
115
115
  "@rollup/plugin-commonjs": "^28.0.3",
116
116
  "@rollup/plugin-json": "^6.1.0",
117
- "@rollup/plugin-node-resolve": "^16.0.0",
117
+ "@rollup/plugin-node-resolve": "^16.0.1",
118
118
  "@rollup/plugin-replace": "^6.0.2",
119
119
  "@rollup/plugin-terser": "^0.4.4",
120
120
  "@rollup/plugin-url": "^8.0.2",
@@ -124,11 +124,11 @@
124
124
  "@types/lodash": "^4.17.16",
125
125
  "@types/lodash.debounce": "^4.0.9",
126
126
  "@types/lodash.isequal": "^4.5.8",
127
- "@types/node": "^22.13.10",
128
- "@types/react": "^19.0.2",
129
- "@types/react-dom": "^19.0.2",
127
+ "@types/node": "^22.13.13",
128
+ "@types/react": "^18.3.1",
129
+ "@types/react-dom": "^18.3.1",
130
130
  "@types/shelljs": "^0.8.15",
131
- "@typescript-eslint/parser": "^8.26.1",
131
+ "@typescript-eslint/parser": "^8.28.0",
132
132
  "autoprefixer": "^10.4.21",
133
133
  "babel-jest": "^29.7.0",
134
134
  "commitizen": "^4.3.1",
@@ -137,18 +137,18 @@
137
137
  "cssnano": "^7.0.6",
138
138
  "cz-git": "^1.11.1",
139
139
  "docdash": "^2.0.2",
140
- "easy-soft-develop": "^2.1.262",
140
+ "easy-soft-develop": "^2.1.270",
141
141
  "eslint": "^8.57.0",
142
142
  "eslint-config-airbnb": "^19.0.4",
143
143
  "eslint-config-airbnb-typescript": "^18.0.0",
144
144
  "eslint-config-prettier": "^10.1.1",
145
145
  "eslint-formatter-pretty": "^6.0.1",
146
- "eslint-import-resolver-typescript": "^3.8.4",
146
+ "eslint-import-resolver-typescript": "^4.2.3",
147
147
  "eslint-plugin-eslint-comments": "^3.2.0",
148
148
  "eslint-plugin-import": "^2.31.0",
149
149
  "eslint-plugin-jest": "^28.11.0",
150
150
  "eslint-plugin-jsx-a11y": "^6.10.2",
151
- "eslint-plugin-prettier": "^5.2.3",
151
+ "eslint-plugin-prettier": "^5.2.5",
152
152
  "eslint-plugin-promise": "^7.2.1",
153
153
  "eslint-plugin-react": "^7.37.4",
154
154
  "eslint-plugin-react-hooks": "^5.2.0",
@@ -157,23 +157,23 @@
157
157
  "husky": "^9.1.7",
158
158
  "jest": "^29.7.0",
159
159
  "jsdoc": "^4.0.4",
160
- "lint-staged": "^15.4.3",
161
- "npm-check-updates": "^17.1.15",
160
+ "lint-staged": "^15.5.0",
161
+ "npm-check-updates": "^17.1.16",
162
162
  "prettier": "^3.5.3",
163
163
  "prettier-plugin-organize-imports": "^4.1.0",
164
164
  "prettier-plugin-packagejson": "^2.5.10",
165
165
  "prop-types": "^15.8.1",
166
166
  "react-refresh": "0.16.0",
167
167
  "rimraf": "^6.0.1",
168
- "rollup": "^4.35.0",
168
+ "rollup": "^4.37.0",
169
169
  "rollup-plugin-copy": "^3.5.0",
170
- "rollup-plugin-dts": "^6.1.1",
170
+ "rollup-plugin-dts": "^6.2.1",
171
171
  "rollup-plugin-livereload": "^2.0.5",
172
172
  "rollup-plugin-polyfill-node": "^0.13.0",
173
173
  "rollup-plugin-postcss": "^4.0.2",
174
174
  "rollup-plugin-serve": "^3.0.0",
175
175
  "rollup-plugin-typescript2": "^0.36.0",
176
- "stylelint": "^16.15.0",
176
+ "stylelint": "^16.16.0",
177
177
  "stylelint-config-css-modules": "^4.4.0",
178
178
  "stylelint-config-prettier": "^9.0.5",
179
179
  "stylelint-config-standard": "^37.0.0",