antd-management-fast-framework 2.12.19 → 2.12.23

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.
@@ -6,7 +6,6 @@
6
6
  */
7
7
  export class ApplicationWrapper extends React.PureComponent<any, any, any> {
8
8
  constructor(props: any);
9
- constructor(props: any, context: any);
10
9
  render(): React.JSX.Element;
11
10
  }
12
11
  import React from 'react';
@@ -1,6 +1,5 @@
1
1
  export class ElasticityExtraButton extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
- constructor(props: any, context: any);
4
3
  getProperties: () => {
5
4
  handleClick(): void;
6
5
  confirm: boolean;
@@ -1,6 +1,5 @@
1
1
  export class ElasticityExtraColorPicker extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
- constructor(props: any, context: any);
4
3
  getProperties: () => {
5
4
  flag: string;
6
5
  value: string;
@@ -1,6 +1,5 @@
1
1
  export class LoadingOverlay extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
- constructor(props: any, context: any);
4
3
  getProperties: () => {
5
4
  flag: string;
6
5
  fill: boolean;
@@ -1,6 +1,5 @@
1
1
  export class ModalExtra extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
- constructor(props: any, context: any);
4
3
  getProperties: () => {
5
4
  icon: null;
6
5
  titlePrefix: null;
@@ -1,6 +1,5 @@
1
1
  export class ReloadAnimalPrompt extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
- constructor(props: any, context: any);
4
3
  getProperties: () => {
5
4
  hide: boolean;
6
5
  flag: string;
@@ -1,6 +1,5 @@
1
1
  export class ShortcutNavigation extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
- constructor(props: any, context: any);
4
3
  getProperties: () => {
5
4
  [x: string]: any;
6
5
  };
@@ -1,6 +1,5 @@
1
1
  export class TopProgressBar extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
- constructor(props: any, context: any);
4
3
  getProperties: () => {
5
4
  [x: string]: any;
6
5
  };
@@ -1,6 +1,5 @@
1
1
  export class ReloadActionButton extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
- constructor(props: any, context: any);
4
3
  getProperties: () => {
5
4
  title: string;
6
5
  onReload: null;
@@ -1,6 +1,5 @@
1
1
  export class BatchAction extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
- constructor(props: any, context: any);
4
3
  getProperties: () => {
5
4
  type: string;
6
5
  icon: null;
@@ -1,6 +1,5 @@
1
1
  export class DensityAction extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
- constructor(props: any, context: any);
4
3
  render(): React.JSX.Element;
5
4
  }
6
5
  import React from 'react';
@@ -1,6 +1,5 @@
1
1
  export class EmptyCardCollection extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
- constructor(props: any, context: any);
4
3
  getProperties: () => {
5
4
  [x: string]: any;
6
5
  };
@@ -1,6 +1,5 @@
1
1
  export class RefreshButton extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
- constructor(props: any, context: any);
4
3
  getProperties: () => {
5
4
  title: string;
6
5
  onRefresh: null;
@@ -1,6 +1,5 @@
1
1
  export class ResetButton extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
- constructor(props: any, context: any);
4
3
  getProperties: () => {
5
4
  text: string;
6
5
  onReset: null;
@@ -1,6 +1,5 @@
1
1
  export class SearchButton extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
- constructor(props: any, context: any);
4
3
  getProperties: () => {
5
4
  text: string;
6
5
  onSearch: null;