@webiny/app-admin 5.30.0 → 5.31.0-beta.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.
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const AppInstaller: () => JSX.Element;
@@ -1,3 +1,6 @@
1
+ /// <reference types="react" />
2
+ /// <reference types="web" />
3
+ /// <reference types="react" />
1
4
  export declare const Wrapper: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, Pick<import("react").ClassAttributes<HTMLElement> & import("react").HTMLAttributes<HTMLElement>, keyof import("react").HTMLAttributes<HTMLElement>>, object>;
2
5
  export declare const InstallContent: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").HTMLAttributes<HTMLDivElement>>, object>;
3
6
  export declare const installerSplitView: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="web" />
1
2
  import React from "react";
2
3
  export interface DropFilesHereProps {
3
4
  onDragLeave?: (event?: React.DragEvent<HTMLElement>) => void;
@@ -1,3 +1,4 @@
1
+ /// <reference types="web" />
1
2
  import * as React from "react";
2
3
  import { ExitHandler } from "react-transition-group/Transition";
3
4
  interface OverlayLayoutProps {
@@ -1,3 +1,5 @@
1
+ /// <reference types="react" />
2
+ /// <reference types="web" />
1
3
  import { HTMLPasteEvent } from "@editorjs/editorjs";
2
4
  import { TextAlign, Alignment } from "../utils";
3
5
  interface Typography {
@@ -1,3 +1,5 @@
1
+ /// <reference types="react" />
2
+ /// <reference types="web" />
1
3
  import { API } from "@editorjs/editorjs";
2
4
  import { Tune } from "./types";
3
5
  interface File {
@@ -1,3 +1,5 @@
1
+ /// <reference types="react" />
2
+ /// <reference types="web" />
1
3
  import { API } from "@editorjs/editorjs";
2
4
  import { ImageToolData, Tune, TuneOnChangeCallable } from "./types";
3
5
  interface TunesParams {
@@ -1,3 +1,5 @@
1
+ /// <reference types="react" />
2
+ /// <reference types="web" />
1
3
  import { API } from "@editorjs/editorjs";
2
4
  import { ImageToolConfig, ImageToolData } from "./types";
3
5
  interface OnSelectFileCallable {
@@ -1,3 +1,5 @@
1
+ /// <reference types="react" />
2
+ /// <reference types="web" />
1
3
  import { PasteEvent } from "@editorjs/editorjs";
2
4
  import { Alignment, TextAlign } from "../utils";
3
5
  /**
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  /// <reference types="web" />
2
3
  /// <reference types="web" />
3
4
  import { API } from "@editorjs/editorjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/app-admin",
3
- "version": "5.30.0",
3
+ "version": "5.31.0-beta.0",
4
4
  "main": "index.js",
5
5
  "description": "A collection of plugins that together form a complete admin interface, customizable and extensible with Webiny apps and plugins.",
6
6
  "repository": {
@@ -13,24 +13,24 @@
13
13
  "@apollo/react-common": "3.1.4",
14
14
  "@apollo/react-components": "3.1.5",
15
15
  "@apollo/react-hooks": "3.1.5",
16
- "@babel/runtime": "7.18.6",
16
+ "@babel/runtime": "7.18.9",
17
17
  "@editorjs/editorjs": "2.25.0",
18
18
  "@emotion/core": "10.3.1",
19
19
  "@emotion/styled": "10.3.0",
20
- "@svgr/webpack": "6.2.1",
20
+ "@svgr/webpack": "6.3.1",
21
21
  "@types/mime": "2.0.3",
22
- "@types/react": "16.14.2",
23
- "@webiny/app": "5.30.0",
24
- "@webiny/app-admin-core": "5.30.0",
25
- "@webiny/app-security": "5.30.0",
26
- "@webiny/app-wcp": "5.30.0",
27
- "@webiny/form": "5.30.0",
28
- "@webiny/plugins": "5.30.0",
29
- "@webiny/react-router": "5.30.0",
30
- "@webiny/telemetry": "5.30.0",
31
- "@webiny/ui": "5.30.0",
32
- "@webiny/ui-composer": "5.30.0",
33
- "@webiny/validation": "5.30.0",
22
+ "@types/react": "17.0.39",
23
+ "@webiny/app": "5.31.0-beta.0",
24
+ "@webiny/app-admin-core": "5.31.0-beta.0",
25
+ "@webiny/app-security": "5.31.0-beta.0",
26
+ "@webiny/app-wcp": "5.31.0-beta.0",
27
+ "@webiny/form": "5.31.0-beta.0",
28
+ "@webiny/plugins": "5.31.0-beta.0",
29
+ "@webiny/react-router": "5.31.0-beta.0",
30
+ "@webiny/telemetry": "5.31.0-beta.0",
31
+ "@webiny/ui": "5.31.0-beta.0",
32
+ "@webiny/ui-composer": "5.31.0-beta.0",
33
+ "@webiny/validation": "5.31.0-beta.0",
34
34
  "apollo-cache": "1.3.5",
35
35
  "apollo-client": "2.6.10",
36
36
  "apollo-link": "1.2.14",
@@ -38,7 +38,7 @@
38
38
  "bytes": "3.1.2",
39
39
  "classnames": "2.3.1",
40
40
  "dataurl-to-blob": "0.0.1",
41
- "dayjs": "1.11.3",
41
+ "dayjs": "1.11.4",
42
42
  "dot-prop-immutable": "2.1.1",
43
43
  "downshift": "3.4.8",
44
44
  "emotion": "10.0.27",
@@ -51,12 +51,12 @@
51
51
  "minimatch": "3.1.2",
52
52
  "nanoid": "3.3.4",
53
53
  "prop-types": "15.8.1",
54
- "react": "16.14.0",
54
+ "react": "17.0.2",
55
55
  "react-butterfiles": "1.3.3",
56
- "react-dom": "16.14.0",
56
+ "react-dom": "17.0.2",
57
57
  "react-hotkeyz": "1.0.4",
58
- "react-lazy-load": "3.1.13",
59
- "react-transition-group": "4.4.2",
58
+ "react-lazy-load": "3.1.14",
59
+ "react-transition-group": "4.4.5",
60
60
  "semver": "7.3.7",
61
61
  "store": "2.0.12"
62
62
  },
@@ -70,8 +70,8 @@
70
70
  "@types/bytes": "^3.1.1",
71
71
  "@types/graphlib": "^2.1.8",
72
72
  "@types/store": "^2.0.2",
73
- "@webiny/cli": "^5.30.0",
74
- "@webiny/project-utils": "^5.30.0",
73
+ "@webiny/cli": "^5.31.0-beta.0",
74
+ "@webiny/project-utils": "^5.31.0-beta.0",
75
75
  "babel-plugin-emotion": "^9.2.8",
76
76
  "babel-plugin-lodash": "^3.3.4",
77
77
  "rimraf": "^3.0.2",
@@ -98,5 +98,5 @@
98
98
  ]
99
99
  }
100
100
  },
101
- "gitHead": "3cadc5d26e565586b28772afbc18ae554ce7b782"
101
+ "gitHead": "dea7c56325ff140ef0e2d761f3e65708d46d401e"
102
102
  }
@@ -1,3 +1,4 @@
1
+ /// <reference types="web" />
1
2
  import React from "react";
2
3
  export declare const globalSearchHotkey: {
3
4
  type: string;
@@ -1,3 +1,6 @@
1
+ /// <reference types="react" />
2
+ /// <reference types="web" />
3
+ /// <reference types="react" />
1
4
  export declare const SearchShortcut: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").HTMLAttributes<HTMLDivElement>>, object>;
2
5
  export declare const SearchBarWrapper: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").HTMLAttributes<HTMLDivElement>>, object>;
3
6
  export declare const SearchBarInputWrapper: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").HTMLAttributes<HTMLDivElement>>, object>;
@@ -1,3 +1,6 @@
1
+ /// <reference types="react" />
2
+ /// <reference types="web" />
3
+ /// <reference types="react" />
1
4
  declare const _default: () => (import("./FileManagerFileTypePlugin").FileManagerFileTypePlugin[] | import("@webiny/ui-composer/UILayout").UILayoutPlugin<import("@webiny/ui-composer/UILayout").UILayout> | {
2
5
  type: string;
3
6
  name: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { UIElement } from "../UIElement";
2
3
  export declare class PlaceholderElement extends UIElement {
3
4
  render(): React.ReactNode;
@@ -1,17 +1,20 @@
1
+ /// <reference types="react" />
2
+ /// <reference types="web" />
3
+ /// <reference types="react" />
1
4
  export declare const AddImageIconWrapper: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").HTMLAttributes<HTMLDivElement>>, object>;
2
5
  export declare const AddImageWrapper: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").HTMLAttributes<HTMLDivElement>>, object>;
3
6
  export declare const AddImageWrapperRound: import("@emotion/styled-base").StyledComponent<Pick<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Pick<Pick<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").HTMLAttributes<HTMLDivElement>>, keyof import("react").HTMLAttributes<HTMLDivElement>> & {
4
7
  theme?: object | undefined;
5
8
  } & {
6
9
  children?: import("react").ReactNode;
7
- }, "key" | "theme" | keyof import("react").HTMLAttributes<HTMLDivElement>> & {
10
+ }, "key" | keyof import("react").HTMLAttributes<HTMLDivElement> | "theme"> & {
8
11
  ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
9
12
  }, Pick<Pick<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Pick<Pick<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").HTMLAttributes<HTMLDivElement>>, keyof import("react").HTMLAttributes<HTMLDivElement>> & {
10
13
  theme?: object | undefined;
11
14
  } & {
12
15
  children?: import("react").ReactNode;
13
- }, "key" | "theme" | keyof import("react").HTMLAttributes<HTMLDivElement>> & {
16
+ }, "key" | keyof import("react").HTMLAttributes<HTMLDivElement> | "theme"> & {
14
17
  ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
15
- }, "theme" | keyof import("react").HTMLAttributes<HTMLDivElement>>, object>;
18
+ }, keyof import("react").HTMLAttributes<HTMLDivElement> | "theme">, object>;
16
19
  export declare const RemoveImage: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").HTMLAttributes<HTMLDivElement>>, object>;
17
20
  export declare const FilePreviewWrapper: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").HTMLAttributes<HTMLDivElement>>, object>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { UIElement, UIElementConfig, UiElementRenderProps } from "../../UIElement";
2
3
  interface FormContainerConfig extends UIElementConfig {
3
4
  testId?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { UIElement, UiElementRenderProps } from "../../UIElement";
2
3
  export declare class FormFooterElement extends UIElement {
3
4
  constructor(id: string);