Release v1.1.1 (#1194)
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
Vendored
+27441
-30717
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+2
-3
@@ -1,4 +1,3 @@
|
||||
import React from "react";
|
||||
import { SortDirectionType } from "react-virtualized";
|
||||
import { IColumns, ISortConfig, ItemActions } from "./DataTable.types";
|
||||
export declare const selectWidth = 45;
|
||||
@@ -15,13 +14,13 @@ export declare const generateColumnsMap: (
|
||||
sortColumns: boolean | string[] | ISortConfig,
|
||||
currentSortColumn: string | undefined,
|
||||
currentSortDirection: "ASC" | "DESC" | undefined,
|
||||
) => (React.JSX.Element | null)[];
|
||||
) => (import("react/jsx-runtime").JSX.Element | null)[];
|
||||
export declare const elementActions: (
|
||||
actions: ItemActions[],
|
||||
valueToSend: any,
|
||||
selected: boolean,
|
||||
idField: string,
|
||||
) => (React.JSX.Element | null)[];
|
||||
) => (import("react/jsx-runtime").JSX.Element | null)[];
|
||||
export declare const calculateOptionsSize: (
|
||||
containerWidth: number,
|
||||
totalOptions: number,
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const AGPLV3DarkLogo: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default AGPLV3DarkLogo;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const AGPLV3LightLogo: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default AGPLV3LightLogo;
|
||||
|
||||
+3
-2
@@ -1,4 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const AGPLV3Logo: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
||||
declare const AGPLV3Logo: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default AGPLV3Logo;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const AccessRuleIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default AccessRuleIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const AccountIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default AccountIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const AddAccessRuleIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default AddAccessRuleIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const AddFolderIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default AddFolderIcon;
|
||||
|
||||
+3
-2
@@ -1,4 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const AddIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
||||
declare const AddIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default AddIcon;
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const AddMembersToGroupIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default AddMembersToGroupIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const AddNewTagIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default AddNewTagIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const AlertCloseIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default AlertCloseIcon;
|
||||
|
||||
+3
-2
@@ -1,4 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const AlertIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
||||
declare const AlertIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default AlertIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const AllBucketsIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default AllBucketsIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const ArrowDropUp: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ArrowDropUp;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const ArrowDropUp: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ArrowDropUp;
|
||||
|
||||
+4
-2
@@ -1,3 +1,5 @@
|
||||
import React, { SVGProps } from "react";
|
||||
declare const ArrowIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
||||
import { SVGProps } from "react";
|
||||
declare const ArrowIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ArrowIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const ArrowRightIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ArrowRightIcon;
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
import React, { SVGProps } from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const ArrowRightLink: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ArrowRightLink;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const AttachFileIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default AttachFileIcon;
|
||||
|
||||
+3
-2
@@ -1,4 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const AudioIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
||||
declare const AudioIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default AudioIcon;
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
import React, { SVGProps } from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const AudioIconMute: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default AudioIconMute;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const AutoModeIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default AutoModeIcon;
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
import React, { SVGProps } from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const AzureTierIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default AzureTierIcon;
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
import React, { SVGProps } from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const AzureTierIconXs: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default AzureTierIconXs;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const BackCaretIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default BackCaretIcon;
|
||||
|
||||
+4
-2
@@ -1,3 +1,5 @@
|
||||
import React, { SVGProps } from "react";
|
||||
declare const BackIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
||||
import { SVGProps } from "react";
|
||||
declare const BackIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default BackIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const BackSettingsIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default BackSettingsIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const BoxArrowDown: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default BoxArrowDown;
|
||||
|
||||
+3
-2
@@ -1,4 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const BoxArrowUp: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
||||
declare const BoxArrowUp: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default BoxArrowUp;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const BucketEncryptionIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default BucketEncryptionIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const BucketQuotaIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default BucketQuotaIcon;
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const BucketReplicationIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default BucketReplicationIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const BucketsIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default BucketsIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const CalendarIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default CalendarIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const CallHomeFeatureIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default CallHomeFeatureIcon;
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
import React, { SVGProps } from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const CancelledAudioIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default CancelledAudioIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const CancelledIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default CancelledIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const CertificateIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default CertificateIcon;
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const ChangeAccessPolicyIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ChangeAccessPolicyIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const ChangePasswordIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ChangePasswordIcon;
|
||||
|
||||
+3
-2
@@ -1,4 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const ChatIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
||||
declare const ChatIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ChatIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const CheckCircleIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default CheckCircleIcon;
|
||||
|
||||
+3
-2
@@ -1,4 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const CircleIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
||||
declare const CircleIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default CircleIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const ClosePanelIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ClosePanelIcon;
|
||||
|
||||
+3
-2
@@ -1,4 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const CloudIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
||||
declare const CloudIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default CloudIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const ClustersIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ClustersIcon;
|
||||
|
||||
+3
-2
@@ -1,4 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const CodeIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
||||
declare const CodeIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default CodeIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const CollapseCaret: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default CollapseCaret;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const CollapseIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default CollapseIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const CollapseMenuIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default CollapseMenuIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const CompressIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default CompressIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const ComputerLineIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ComputerLineIcon;
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const ConfigurationsListIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ConfigurationsListIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const ConfirmDeleteIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ConfirmDeleteIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const ConfirmModalIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ConfirmModalIcon;
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
import React, { SVGProps } from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const ConsoleAgpl: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ConsoleAgpl;
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
import React, { SVGProps } from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const ConsoleEnterprise: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ConsoleEnterprise;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const ConsoleIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ConsoleIcon;
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
import React, { SVGProps } from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const ConsoleStandard: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ConsoleStandard;
|
||||
|
||||
+3
-2
@@ -1,4 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const CopyIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
||||
declare const CopyIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default CopyIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const CreateGroupIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default CreateGroupIcon;
|
||||
|
||||
+3
-2
@@ -1,4 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const CreateIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
||||
declare const CreateIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default CreateIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const CreateNewPathIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default CreateNewPathIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const CreateUserIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default CreateUserIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const DarkModeIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default DarkModeIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const DashboardIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default DashboardIcon;
|
||||
|
||||
+3
-2
@@ -1,4 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const DeleteIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
||||
declare const DeleteIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default DeleteIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const DeleteNonCurrentIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default DeleteNonCurrentIcon;
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const DiagnosticsFeatureIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default DiagnosticsFeatureIcon;
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
import React, { SVGProps } from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const DiagnosticsIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default DiagnosticsIcon;
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
import React, { SVGProps } from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const DirectPVLogo: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default DirectPVLogo;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const DisableIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default DisableIcon;
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
import React, { SVGProps } from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const DisabledIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default DisabledIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const DocumentationIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default DocumentationIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const DownloadIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default DownloadIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const DownloadStatIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default DownloadStatIcon;
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const DriveFormatErrorsIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default DriveFormatErrorsIcon;
|
||||
|
||||
+3
-2
@@ -1,4 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const DrivesIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
||||
declare const DrivesIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default DrivesIcon;
|
||||
|
||||
+3
-2
@@ -1,4 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const EditIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
||||
declare const EditIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default EditIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const EditTagIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default EditTagIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const EditTenantIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default EditTenantIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const EditYamlIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default EditYamlIcon;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import React, { SVGProps } from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const EditorThemeSwitchIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default EditorThemeSwitchIcon;
|
||||
|
||||
+3
-2
@@ -1,4 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const EgressIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
||||
declare const EgressIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default EgressIcon;
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
import React, { SVGProps } from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const EnabledIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default EnabledIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const EnterpriseLightLogo: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default EnterpriseLightLogo;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const ShuffleIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ShuffleIcon;
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const EventSubscriptionIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default EventSubscriptionIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const ExpandCaret: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ExpandCaret;
|
||||
|
||||
+3
-2
@@ -1,4 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const ExpandIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
||||
declare const ExpandIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ExpandIcon;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const ExpandLeftCaret: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ExpandLeftCaret;
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const AccountIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default AccountIcon;
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const FileBookIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default FileBookIcon;
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const FileCloudIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default FileCloudIcon;
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const FileCodeIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default FileCodeIcon;
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const FileConfigIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default FileConfigIcon;
|
||||
|
||||
+3
-2
@@ -1,4 +1,5 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const FileDbIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
||||
declare const FileDbIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => import("react/jsx-runtime").JSX.Element;
|
||||
export default FileDbIcon;
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user