Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b7dfff4f55 | ||
|
|
7495b77789 | ||
|
|
6477c943d8 | ||
|
|
f735e5b8d4 | ||
|
|
9a2388513f | ||
|
|
def2cc69d1 | ||
|
|
1895498936 | ||
|
|
1747f5ecb6 | ||
|
|
de0b58be9a | ||
|
|
0fd1c83690 | ||
|
|
36e7e65a2c | ||
|
|
305d0f6cdc | ||
|
|
9be1fe44ff | ||
|
|
b9a6b86352 | ||
|
|
67d05cff4e | ||
|
|
edd2434c56 | ||
|
|
1a70dc74d3 | ||
|
|
c8cb9553a8 | ||
|
|
a361bf5f9c | ||
|
|
e2de7a42ac | ||
|
|
21a14457b5 | ||
|
|
1ce15093f0 | ||
|
|
485b7794c3 | ||
|
|
6db6d4b8a5 | ||
|
|
b9af92bfeb | ||
|
|
d9c0e70047 | ||
|
|
f3a14818dc | ||
|
|
fe10b1be92 | ||
|
|
b7c2989615 | ||
|
|
7dc97cebdd | ||
|
|
4c59f6862d | ||
|
|
611c4f1458 | ||
|
|
5ad6b6fb34 | ||
|
|
c9d1e562f6 | ||
|
|
89335379b3 | ||
|
|
892a452d9d | ||
|
|
9a2992593e | ||
|
|
201ef47467 | ||
|
|
7b84a2fc9c | ||
|
|
d2fbfec7b9 | ||
|
|
0898c61a0e | ||
|
|
ee054161ef | ||
|
|
efe9535b60 | ||
|
|
22b9c4207f | ||
|
|
6fdb5981e4 | ||
|
|
c3b0a7b89c | ||
|
|
ca84c1d329 | ||
|
|
4277f8107c | ||
|
|
7c86c64086 | ||
|
|
e1e8f8888f | ||
|
|
3646c87015 | ||
|
|
4babee4311 | ||
|
|
adc779dda9 | ||
|
|
caccbbd742 | ||
|
|
02cef63c3b | ||
|
|
16c82a9a0d | ||
|
|
f23341baa3 | ||
|
|
253faf0254 | ||
|
|
43eeecbaf0 | ||
|
|
4f80ec9a7e | ||
|
|
caf41dd969 | ||
|
|
2cf0f64296 | ||
|
|
e476c7b5e5 | ||
|
|
0d9513543b | ||
|
|
87f15fa10a | ||
|
|
129b6a6116 | ||
|
|
59b9961ad3 | ||
|
|
725d963abd | ||
|
|
6df05c91dd | ||
|
|
f66cf711b5 | ||
|
|
dd3fb38356 | ||
|
|
6a81e5f2fe | ||
|
|
7da3645d02 | ||
|
|
6aef5c1d19 | ||
|
|
a18a26d97c | ||
|
|
f58d5d2190 | ||
|
|
9d82212aa2 | ||
|
|
4f88eb1b77 | ||
|
|
b7c2931fab | ||
|
|
e591364f74 | ||
|
|
0f2c580833 | ||
|
|
7bf90c9acd | ||
|
|
bfa9ccaff9 | ||
|
|
328b5f42e4 | ||
|
|
ffaa55d50d | ||
|
|
f9cad9748c | ||
|
|
c2db5953be | ||
|
|
7d3fcd16b1 | ||
|
|
ba08261533 | ||
|
|
39f4a468ec | ||
|
|
44e1da8ffc | ||
|
|
0b3b2fd3f4 | ||
|
|
778c278797 | ||
|
|
a1d3806ef0 | ||
|
|
38ef4858ed | ||
|
|
5930bcae89 | ||
|
|
6afdac7fb2 | ||
|
|
d72f7b733d | ||
|
|
82394ad91a | ||
|
|
1ceb4dca1f | ||
|
|
1257e14358 | ||
|
|
d7bbf6f62d | ||
|
|
719ed6c5c8 | ||
|
|
e1d3286904 | ||
|
|
8e9b21508a | ||
|
|
0a32082548 | ||
|
|
9984393bed | ||
|
|
33eb902312 | ||
|
|
f7c788aad7 | ||
|
|
8eda2718f0 | ||
|
|
789037f2c7 | ||
|
|
360113d3d6 | ||
|
|
1d9cc0869f | ||
|
|
f9d7154d7a | ||
|
|
c2378723cc | ||
|
|
1305b65608 | ||
|
|
01f0bb770c | ||
|
|
40f94a5469 | ||
|
|
ddca99b9e0 | ||
|
|
0da6246d5f | ||
|
|
614f5161b9 | ||
|
|
7d543d820e | ||
|
|
b165d2da94 | ||
|
|
7d502fb490 | ||
|
|
72945abec0 | ||
|
|
0ecac9e82b |
@@ -0,0 +1,48 @@
|
||||
name: Workflow
|
||||
|
||||
on:
|
||||
release:
|
||||
types:
|
||||
- published
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-deployer-${{ github.head_ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build-and-release:
|
||||
name: "Build"
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
steps:
|
||||
- name: Check out Code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Read .nvmrc
|
||||
id: node_version
|
||||
run: echo "$(cat .nvmrc)" && echo "NVMRC=$(cat .nvmrc)" >> $GITHUB_ENV
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ env.NVMRC }}
|
||||
cache: "yarn"
|
||||
cache-dependency-path: yarn.lock
|
||||
|
||||
- name: Install Dependencies
|
||||
continue-on-error: false
|
||||
run: |
|
||||
yarn set version stable
|
||||
yarn install --frozen-lockfile --immutable
|
||||
|
||||
- name: Log in to private Docker registry
|
||||
run: echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login ${{ secrets.REGISTRY_URL }} -u ${{ secrets.REGISTRY_USERNAME }} --password-stdin
|
||||
|
||||
- name: Build Storybook
|
||||
run: |
|
||||
yarn build-storybook
|
||||
docker buildx build --platform linux/amd64 --push -t registry.min.dev/minio/mds .
|
||||
echo "${{ secrets.MDS_DEPLOYER_KUBECONFIG }}" > /tmp/kubecconfig
|
||||
ls -l /tmp/kubecconfig
|
||||
kubectl --kubeconfig /tmp/kubecconfig -n mds delete pod $(kubectl --kubeconfig /tmp/kubecconfig -n mds get pods | grep mds | awk '{print $1}')
|
||||
+10
-18
@@ -20,7 +20,16 @@ jobs:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Check out Code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Read .nvmrc
|
||||
id: node_version
|
||||
run: echo "$(cat .nvmrc)" && echo "NVMRC=$(cat .nvmrc)" >> $GITHUB_ENV
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ env.NVMRC }}
|
||||
|
||||
- name: Install Dependencies
|
||||
continue-on-error: false
|
||||
@@ -36,20 +45,3 @@ jobs:
|
||||
continue-on-error: false
|
||||
run: |
|
||||
./check-prettier.sh
|
||||
|
||||
run-components-tests:
|
||||
name: "Components validation tests"
|
||||
needs:
|
||||
- review-warnings-and-build
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install Dependencies
|
||||
run: yarn install
|
||||
|
||||
- name: Run Jest Tests
|
||||
run: yarn test
|
||||
|
||||
+2
-1
@@ -1,3 +1,4 @@
|
||||
FROM nginx
|
||||
FROM nginx:1.23
|
||||
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
COPY docs /usr/share/nginx/html
|
||||
@@ -8,3 +8,6 @@ lint:
|
||||
|
||||
test:
|
||||
@(yarn install; yarn test;)
|
||||
|
||||
test-warnings:
|
||||
./check-warnings.sh
|
||||
|
||||
Executable
+19
@@ -0,0 +1,19 @@
|
||||
#!/bin/bash
|
||||
|
||||
yell() { echo "$0: $*" >&2; }
|
||||
|
||||
die() {
|
||||
yell "$*"
|
||||
cat yarn.log
|
||||
exit 111
|
||||
}
|
||||
|
||||
try() { "$@" &> yarn.log || die "cannot $*"; }
|
||||
|
||||
rm -f yarn.log
|
||||
try make build
|
||||
|
||||
if cat yarn.log | grep "Compiled with warnings"; then
|
||||
echo "There are warnings in the code"
|
||||
exit 1
|
||||
fi
|
||||
Vendored
+174
@@ -0,0 +1,174 @@
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.w-tc-editor {
|
||||
--color-fg-default: #c9d1d9;
|
||||
--color-canvas-subtle: #161b22;
|
||||
--color-prettylights-syntax-comment: #8b949e;
|
||||
--color-prettylights-syntax-entity-tag: #7ee787;
|
||||
--color-prettylights-syntax-entity: #d2a8ff;
|
||||
--color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
|
||||
--color-prettylights-syntax-constant: #79c0ff;
|
||||
--color-prettylights-syntax-string: #a5d6ff;
|
||||
--color-prettylights-syntax-keyword: #ff7b72;
|
||||
--color-prettylights-syntax-markup-bold: #c9d1d9;
|
||||
}
|
||||
}
|
||||
@media (prefers-color-scheme: light) {
|
||||
.w-tc-editor {
|
||||
--color-fg-default: #24292f;
|
||||
--color-canvas-subtle: #f6f8fa;
|
||||
--color-prettylights-syntax-comment: #6e7781;
|
||||
--color-prettylights-syntax-entity-tag: #116329;
|
||||
--color-prettylights-syntax-entity: #8250df;
|
||||
--color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
|
||||
--color-prettylights-syntax-constant: #0550ae;
|
||||
--color-prettylights-syntax-string: #0a3069;
|
||||
--color-prettylights-syntax-keyword: #cf222e;
|
||||
--color-prettylights-syntax-markup-bold: #24292f;
|
||||
}
|
||||
}
|
||||
.w-tc-editor[data-color-mode*="dark"],
|
||||
[data-color-mode*="dark"] .w-tc-editor,
|
||||
[data-color-mode*="dark"] .w-tc-editor-var,
|
||||
body[data-color-mode*="dark"] {
|
||||
--color-fg-default: #c9d1d9;
|
||||
--color-canvas-subtle: #161b22;
|
||||
--color-prettylights-syntax-comment: #8b949e;
|
||||
--color-prettylights-syntax-entity-tag: #7ee787;
|
||||
--color-prettylights-syntax-entity: #d2a8ff;
|
||||
--color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
|
||||
--color-prettylights-syntax-constant: #79c0ff;
|
||||
--color-prettylights-syntax-string: #a5d6ff;
|
||||
--color-prettylights-syntax-keyword: #ff7b72;
|
||||
--color-prettylights-syntax-markup-bold: #c9d1d9;
|
||||
}
|
||||
.w-tc-editor[data-color-mode*="light"],
|
||||
[data-color-mode*="light"] .w-tc-editor,
|
||||
[data-color-mode*="light"] .w-tc-editor-var,
|
||||
body[data-color-mode*="light"] {
|
||||
--color-fg-default: #24292f;
|
||||
--color-canvas-subtle: #f6f8fa;
|
||||
--color-prettylights-syntax-comment: #6e7781;
|
||||
--color-prettylights-syntax-entity-tag: #116329;
|
||||
--color-prettylights-syntax-entity: #8250df;
|
||||
--color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
|
||||
--color-prettylights-syntax-constant: #0550ae;
|
||||
--color-prettylights-syntax-string: #0a3069;
|
||||
--color-prettylights-syntax-keyword: #cf222e;
|
||||
--color-prettylights-syntax-markup-bold: #24292f;
|
||||
}
|
||||
.w-tc-editor {
|
||||
font-family: inherit;
|
||||
font-size: 12px;
|
||||
background-color: var(--color-canvas-subtle);
|
||||
color: var(--color-fg-default);
|
||||
}
|
||||
.w-tc-editor-text,
|
||||
.w-tc-editor-preview {
|
||||
min-height: 16px;
|
||||
}
|
||||
.w-tc-editor-preview pre {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
white-space: inherit;
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
.w-tc-editor-preview pre code {
|
||||
font-family: inherit;
|
||||
}
|
||||
.w-tc-editor code[class*="language-"] .token.cdata,
|
||||
.w-tc-editor pre[class*="language-"] .token.cdata,
|
||||
.w-tc-editor code[class*="language-"] .token.comment,
|
||||
.w-tc-editor pre[class*="language-"] .token.comment,
|
||||
.w-tc-editor code[class*="language-"] .token.doctype,
|
||||
.w-tc-editor pre[class*="language-"] .token.doctype,
|
||||
.w-tc-editor code[class*="language-"] .token.prolog,
|
||||
.w-tc-editor pre[class*="language-"] .token.prolog {
|
||||
color: var(--color-prettylights-syntax-comment);
|
||||
}
|
||||
.w-tc-editor code[class*="language-"] .token.punctuation,
|
||||
.w-tc-editor pre[class*="language-"] .token.punctuation {
|
||||
color: var(--color-prettylights-syntax-sublimelinter-gutter-mark);
|
||||
}
|
||||
.w-tc-editor code[class*="language-"] .namespace,
|
||||
.w-tc-editor pre[class*="language-"] .namespace {
|
||||
opacity: 0.7;
|
||||
}
|
||||
.w-tc-editor code[class*="language-"] .token.boolean,
|
||||
.w-tc-editor pre[class*="language-"] .token.boolean,
|
||||
.w-tc-editor code[class*="language-"] .token.constant,
|
||||
.w-tc-editor pre[class*="language-"] .token.constant,
|
||||
.w-tc-editor code[class*="language-"] .token.deleted,
|
||||
.w-tc-editor pre[class*="language-"] .token.deleted,
|
||||
.w-tc-editor code[class*="language-"] .token.number,
|
||||
.w-tc-editor pre[class*="language-"] .token.number,
|
||||
.w-tc-editor code[class*="language-"] .token.symbol,
|
||||
.w-tc-editor pre[class*="language-"] .token.symbol {
|
||||
color: var(--color-prettylights-syntax-entity-tag);
|
||||
}
|
||||
.w-tc-editor code[class*="language-"] .token.builtin,
|
||||
.w-tc-editor pre[class*="language-"] .token.builtin,
|
||||
.w-tc-editor code[class*="language-"] .token.char,
|
||||
.w-tc-editor pre[class*="language-"] .token.char,
|
||||
.w-tc-editor code[class*="language-"] .token.inserted,
|
||||
.w-tc-editor pre[class*="language-"] .token.inserted,
|
||||
.w-tc-editor code[class*="language-"] .token.selector,
|
||||
.w-tc-editor pre[class*="language-"] .token.selector,
|
||||
.w-tc-editor code[class*="language-"] .token.string,
|
||||
.w-tc-editor pre[class*="language-"] .token.string {
|
||||
color: var(--color-prettylights-syntax-constant);
|
||||
}
|
||||
.w-tc-editor code[class*="language-"] .style .token.string,
|
||||
.w-tc-editor pre[class*="language-"] .style .token.string,
|
||||
.w-tc-editor code[class*="language-"] .token.entity,
|
||||
.w-tc-editor pre[class*="language-"] .token.entity,
|
||||
.w-tc-editor code[class*="language-"] .token.property,
|
||||
.w-tc-editor pre[class*="language-"] .token.property,
|
||||
.w-tc-editor code[class*="language-"] .token.operator,
|
||||
.w-tc-editor pre[class*="language-"] .token.operator,
|
||||
.w-tc-editor code[class*="language-"] .token.url,
|
||||
.w-tc-editor pre[class*="language-"] .token.url {
|
||||
color: var(--color-prettylights-syntax-constant);
|
||||
}
|
||||
.w-tc-editor code[class*="language-"] .token.atrule,
|
||||
.w-tc-editor pre[class*="language-"] .token.atrule,
|
||||
.w-tc-editor code[class*="language-"] .token.property-access .token.method,
|
||||
.w-tc-editor pre[class*="language-"] .token.property-access .token.method,
|
||||
.w-tc-editor code[class*="language-"] .token.keyword,
|
||||
.w-tc-editor pre[class*="language-"] .token.keyword {
|
||||
color: var(--color-prettylights-syntax-keyword);
|
||||
}
|
||||
.w-tc-editor code[class*="language-"] .token.function,
|
||||
.w-tc-editor pre[class*="language-"] .token.function {
|
||||
color: var(--color-prettylights-syntax-string);
|
||||
}
|
||||
.w-tc-editor code[class*="language-"] .token.important,
|
||||
.w-tc-editor pre[class*="language-"] .token.important,
|
||||
.w-tc-editor code[class*="language-"] .token.regex,
|
||||
.w-tc-editor pre[class*="language-"] .token.regex,
|
||||
.w-tc-editor code[class*="language-"] .token.variable,
|
||||
.w-tc-editor pre[class*="language-"] .token.variable {
|
||||
color: var(--color-prettylights-syntax-string-regexp);
|
||||
}
|
||||
.w-tc-editor code[class*="language-"] .token.bold,
|
||||
.w-tc-editor pre[class*="language-"] .token.bold,
|
||||
.w-tc-editor code[class*="language-"] .token.important,
|
||||
.w-tc-editor pre[class*="language-"] .token.important {
|
||||
color: var(--color-prettylights-syntax-markup-bold);
|
||||
}
|
||||
.w-tc-editor code[class*="language-"] .token.tag,
|
||||
.w-tc-editor pre[class*="language-"] .token.tag {
|
||||
color: var(--color-prettylights-syntax-entity-tag);
|
||||
}
|
||||
.w-tc-editor code[class*="language-"] .token.attr-value,
|
||||
.w-tc-editor pre[class*="language-"] .token.attr-value,
|
||||
.w-tc-editor code[class*="language-"] .token.attr-name,
|
||||
.w-tc-editor pre[class*="language-"] .token.attr-name {
|
||||
color: var(--color-prettylights-syntax-constant);
|
||||
}
|
||||
.w-tc-editor code[class*="language-"] .token.selector .class,
|
||||
.w-tc-editor pre[class*="language-"] .token.selector .class,
|
||||
.w-tc-editor code[class*="language-"] .token.class-name,
|
||||
.w-tc-editor pre[class*="language-"] .token.class-name {
|
||||
color: var(--color-prettylights-syntax-entity);
|
||||
}
|
||||
Vendored
+43319
-9538
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
@@ -0,0 +1,6 @@
|
||||
import React, { FC } from "react";
|
||||
import { ActionLinkProps } from "./ActionLink.types";
|
||||
declare const ActionLink: FC<
|
||||
ActionLinkProps & React.ButtonHTMLAttributes<HTMLButtonElement>
|
||||
>;
|
||||
export default ActionLink;
|
||||
@@ -0,0 +1,9 @@
|
||||
import { CSSObject } from "styled-components";
|
||||
export interface CommonActionLinkProps {
|
||||
isLoading?: boolean;
|
||||
label?: any;
|
||||
}
|
||||
export interface BaseActionLinkProps {
|
||||
sx?: CSSObject;
|
||||
}
|
||||
export type ActionLinkProps = CommonActionLinkProps & BaseActionLinkProps;
|
||||
@@ -0,0 +1,4 @@
|
||||
import { FC } from "react";
|
||||
import { ActionsListProps } from "./ActionsList.types";
|
||||
declare const ActionsList: FC<ActionsListProps>;
|
||||
export default ActionsList;
|
||||
@@ -0,0 +1,22 @@
|
||||
import React from "react";
|
||||
import { CSSObject } from "styled-components";
|
||||
export interface ActionItem {
|
||||
action: () => void;
|
||||
label: string;
|
||||
disabled: boolean;
|
||||
icon: React.ReactNode;
|
||||
tooltip: string;
|
||||
}
|
||||
export interface ActionsListProps {
|
||||
sx?: CSSObject;
|
||||
items: ActionItem[];
|
||||
title: React.ReactNode;
|
||||
}
|
||||
export interface ActionsListPanelProps {
|
||||
sx?: CSSObject;
|
||||
}
|
||||
export interface ActionButtonProps
|
||||
extends React.ButtonHTMLAttributes<HTMLButtonElement> {
|
||||
label: string;
|
||||
icon: React.ReactNode;
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
import { FC } from "react";
|
||||
import { ActionButtonProps } from "./ActionsList.types";
|
||||
declare const ObjectActionButton: FC<ActionButtonProps>;
|
||||
export default ObjectActionButton;
|
||||
@@ -1,3 +1,4 @@
|
||||
import React from "react";
|
||||
export interface ApplicationLogoProps {
|
||||
applicationName:
|
||||
| "console"
|
||||
@@ -5,7 +6,12 @@ export interface ApplicationLogoProps {
|
||||
| "directpv"
|
||||
| "kes"
|
||||
| "subnet"
|
||||
| "subnetops";
|
||||
subVariant?: "simple" | "AGPL" | "standard" | "enterprise";
|
||||
| "subnetops"
|
||||
| "cloud"
|
||||
| "releases"
|
||||
| "vmbroker"
|
||||
| "eureka";
|
||||
subVariant?: "simple" | "AGPL" | "standard" | "enterprise" | "new";
|
||||
inverse?: boolean;
|
||||
onClick?: React.MouseEventHandler<any> | undefined;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
import { FC, SVGProps } from "react";
|
||||
import { LogoBaseProps } from "../LogoBase/LogoBase.types";
|
||||
declare const Cloud: FC<SVGProps<any> & LogoBaseProps>;
|
||||
export default Cloud;
|
||||
@@ -0,0 +1,4 @@
|
||||
import { FC, SVGProps } from "react";
|
||||
import { LogoBaseProps } from "../LogoBase/LogoBase.types";
|
||||
declare const Eureka: FC<SVGProps<any> & LogoBaseProps>;
|
||||
export default Eureka;
|
||||
@@ -0,0 +1,4 @@
|
||||
import { FC, SVGProps } from "react";
|
||||
import { LogoBaseProps } from "../LogoBase/LogoBase.types";
|
||||
declare const EurekaNew: FC<SVGProps<any> & LogoBaseProps>;
|
||||
export default EurekaNew;
|
||||
@@ -0,0 +1,4 @@
|
||||
import { FC, SVGProps } from "react";
|
||||
import { LogoBaseProps } from "../LogoBase/LogoBase.types";
|
||||
declare const Releases: FC<SVGProps<any> & LogoBaseProps>;
|
||||
export default Releases;
|
||||
@@ -0,0 +1,4 @@
|
||||
import { FC, SVGProps } from "react";
|
||||
import { LogoBaseProps } from "../LogoBase/LogoBase.types";
|
||||
declare const VMBroker: FC<SVGProps<any> & LogoBaseProps>;
|
||||
export default VMBroker;
|
||||
@@ -4,4 +4,6 @@ export interface BoxProps {
|
||||
sx?: CSSObject;
|
||||
children?: React.ReactNode;
|
||||
withBorders?: boolean;
|
||||
customBorderPadding?: number | string;
|
||||
useBackground?: boolean;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
import { FC } from "react";
|
||||
import { BreadcrumbsProps } from "./Breadcrumbs.types";
|
||||
declare const Breadcrumbs: FC<BreadcrumbsProps>;
|
||||
export default Breadcrumbs;
|
||||
@@ -0,0 +1,11 @@
|
||||
import React from "react";
|
||||
import { CSSObject } from "styled-components";
|
||||
export interface BreadcrumbsProps {
|
||||
sx?: CSSObject;
|
||||
children: React.ReactNode;
|
||||
additionalOptions?: React.ReactNode;
|
||||
goBackFunction: () => void;
|
||||
}
|
||||
export interface BreadcrumbsContainerProps {
|
||||
sx?: CSSObject;
|
||||
}
|
||||
+1
-1
@@ -4,7 +4,7 @@ export interface ButtonProps {
|
||||
id: string;
|
||||
name?: string;
|
||||
label?: string;
|
||||
variant?: "regular" | "callAction" | "secondary" | "text";
|
||||
variant?: "regular" | "callAction" | "secondary" | "text" | "subAction";
|
||||
icon?: ReactNode;
|
||||
iconLocation?: "start" | "end";
|
||||
fullWidth?: boolean;
|
||||
|
||||
+1
-1
@@ -4,5 +4,5 @@ export interface CheckboxProps extends HTMLAttributes<HTMLInputElement> {
|
||||
label?: string;
|
||||
tooltip?: string;
|
||||
overrideLabelClasses?: string;
|
||||
overrideCheckboxStyles?: CSSObject;
|
||||
sx?: CSSObject;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
import { FC } from "react";
|
||||
import { CodeEditorProps } from "./CodeEditor.types";
|
||||
declare const CodeMirrorWrapper: FC<CodeEditorProps>;
|
||||
export default CodeMirrorWrapper;
|
||||
@@ -0,0 +1,18 @@
|
||||
import React from "react";
|
||||
import { CSSObject } from "styled-components";
|
||||
export interface CodeEditorProps {
|
||||
value: string;
|
||||
label?: string;
|
||||
mode?: string;
|
||||
tooltip?: string;
|
||||
editorHeight?: string | number;
|
||||
onChange: (value: string) => any;
|
||||
className?: string;
|
||||
helpTools?: React.ReactNode;
|
||||
sx?: CSSObject;
|
||||
}
|
||||
export interface CodeEditorBaseProps {
|
||||
editorHeight: string | number;
|
||||
sx?: CSSObject;
|
||||
className?: string;
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
import { FC } from "react";
|
||||
import { CommentBoxProps } from "./CommentBox.types";
|
||||
declare const InputBox: FC<CommentBoxProps>;
|
||||
export default InputBox;
|
||||
@@ -0,0 +1,25 @@
|
||||
import React from "react";
|
||||
import { CSSObject } from "styled-components";
|
||||
export interface CommentBoxProps
|
||||
extends React.TextareaHTMLAttributes<HTMLTextAreaElement> {
|
||||
id: string;
|
||||
fullWidth?: boolean;
|
||||
label?: string;
|
||||
tooltip?: string;
|
||||
sx?: CSSObject;
|
||||
index?: number;
|
||||
noLabelMinWidth?: boolean;
|
||||
required?: boolean;
|
||||
className?: string;
|
||||
error?: string;
|
||||
}
|
||||
export interface CommentContainerProps {
|
||||
children?: React.ReactNode;
|
||||
sx?: CSSObject;
|
||||
error?: boolean;
|
||||
startIcon?: React.ReactNode;
|
||||
className?: string;
|
||||
}
|
||||
export interface ExtraCommentProps {
|
||||
originType?: string;
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
import { FC } from "react";
|
||||
import { ColumnSelectorProps } from "./DataTable.types";
|
||||
declare const ColumnsSelector: FC<ColumnSelectorProps>;
|
||||
export default ColumnsSelector;
|
||||
+38
-7
@@ -1,10 +1,25 @@
|
||||
import React, { HTMLAttributes } from "react";
|
||||
import { CSSObject } from "styled-components";
|
||||
export declare const actionsTypes: readonly [
|
||||
"view",
|
||||
"edit",
|
||||
"delete",
|
||||
"description",
|
||||
"share",
|
||||
"cloud",
|
||||
"console",
|
||||
"download",
|
||||
"disable",
|
||||
"format",
|
||||
"preview",
|
||||
];
|
||||
export type PredefinedActionTypes = (typeof actionsTypes)[number];
|
||||
export interface ItemActions {
|
||||
label?: string;
|
||||
type: string | any;
|
||||
tooltip?: string;
|
||||
type: PredefinedActionTypes | React.ReactNode;
|
||||
sendOnlyId?: boolean;
|
||||
disableButtonFunction?: (itemValue: any) => boolean;
|
||||
showLoaderFunction?: (itemValue: any) => boolean;
|
||||
isDisabled?: boolean | ((itemValue: any) => boolean);
|
||||
showLoader?: boolean | ((itemValue: any) => boolean);
|
||||
onClick?(valueToSend: any): any;
|
||||
}
|
||||
export interface IColumns {
|
||||
@@ -47,7 +62,7 @@ export interface DataTableProps {
|
||||
columnsSelector?: boolean;
|
||||
textSelectable?: boolean;
|
||||
columnsShown?: string[];
|
||||
onColumnChange?: (column: string, state: boolean) => any;
|
||||
onColumnChange?: (column: string) => any;
|
||||
autoScrollToBottom?: boolean;
|
||||
infiniteScrollConfig?: IInfiniteScrollConfig;
|
||||
sortConfig?: ISortConfig;
|
||||
@@ -59,15 +74,19 @@ export interface DataTableProps {
|
||||
index: number;
|
||||
}) => "deleted" | "" | React.CSSProperties;
|
||||
parentClassName?: string;
|
||||
sx?: CSSObject;
|
||||
rowHeight?: number;
|
||||
}
|
||||
export interface DataTableWrapperProps extends HTMLAttributes<HTMLDivElement> {
|
||||
disabled?: boolean;
|
||||
customPaperHeight?: string | number;
|
||||
noBackground?: boolean;
|
||||
sx?: CSSObject;
|
||||
rowHeight: number;
|
||||
}
|
||||
export interface IActionButton {
|
||||
label?: string;
|
||||
type: string | React.ReactNode;
|
||||
tooltip?: string;
|
||||
type: PredefinedActionTypes | React.ReactNode;
|
||||
onClick?: (id: string) => any;
|
||||
valueToSend: any;
|
||||
selected: boolean;
|
||||
@@ -75,3 +94,15 @@ export interface IActionButton {
|
||||
idField: string;
|
||||
disabled: boolean;
|
||||
}
|
||||
export interface ColumnSelectorProps {
|
||||
open: boolean;
|
||||
closeTriggerAction: () => void;
|
||||
onSelect: (column: string) => void;
|
||||
columns: IColumns[];
|
||||
selectedOptionIDs: string[];
|
||||
sx?: CSSObject;
|
||||
anchorEl?: (EventTarget & HTMLElement) | null;
|
||||
}
|
||||
export interface ColumnSelectorConstructProps {
|
||||
sx?: CSSObject;
|
||||
}
|
||||
|
||||
+20
-5
@@ -1,3 +1,4 @@
|
||||
import React from "react";
|
||||
import { IColumns, ItemActions } from "./DataTable.types";
|
||||
export declare const selectWidth = 45;
|
||||
export declare const generateColumnsMap: (
|
||||
@@ -11,15 +12,29 @@ export declare const generateColumnsMap: (
|
||||
columnsSelector: boolean,
|
||||
columnsShown: string[],
|
||||
sortColumn: string,
|
||||
sortDirection: "ASC" | "DESC" | undefined
|
||||
) => (JSX.Element | null)[];
|
||||
sortDirection: "ASC" | "DESC" | undefined,
|
||||
) => (React.JSX.Element | null)[];
|
||||
export declare const elementActions: (
|
||||
actions: ItemActions[],
|
||||
valueToSend: any,
|
||||
selected: boolean,
|
||||
idField: string
|
||||
) => (JSX.Element | null)[];
|
||||
idField: string,
|
||||
) => (React.JSX.Element | null)[];
|
||||
export declare const calculateOptionsSize: (
|
||||
containerWidth: number,
|
||||
totalOptions: number
|
||||
totalOptions: number,
|
||||
) => number;
|
||||
export declare const isPredefinedAction: (
|
||||
val: any,
|
||||
) => val is
|
||||
| "view"
|
||||
| "console"
|
||||
| "cloud"
|
||||
| "format"
|
||||
| "edit"
|
||||
| "delete"
|
||||
| "description"
|
||||
| "share"
|
||||
| "download"
|
||||
| "disable"
|
||||
| "preview";
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
import { FC } from "react";
|
||||
import { DropdownSelectorProps } from "./DropdownSelector.types";
|
||||
declare const DropdownSelector: FC<DropdownSelectorProps>;
|
||||
export default DropdownSelector;
|
||||
@@ -0,0 +1,14 @@
|
||||
import { SelectorType } from "../../global/global.types";
|
||||
import { CSSObject } from "styled-components";
|
||||
export interface DropdownSelectorProps {
|
||||
id: string;
|
||||
options: SelectorType[];
|
||||
selectedOption?: string;
|
||||
onSelect: (value: string, extraValue?: any) => void;
|
||||
hideTriggerAction: () => void;
|
||||
open: boolean;
|
||||
anchorEl?: (EventTarget & HTMLElement) | null;
|
||||
}
|
||||
export interface DropDownBlockProps {
|
||||
sx: CSSObject;
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
import React, { FC } from "react";
|
||||
import { ExpandOptionsButtonProps } from "./ExpandOptionsButton.types";
|
||||
declare const ExpandOptionsButton: FC<
|
||||
ExpandOptionsButtonProps & React.ButtonHTMLAttributes<HTMLButtonElement>
|
||||
>;
|
||||
export default ExpandOptionsButton;
|
||||
@@ -0,0 +1,9 @@
|
||||
import { CSSObject } from "styled-components";
|
||||
export interface ExpandOptionsButtonProps {
|
||||
label: string;
|
||||
open: boolean;
|
||||
sx?: CSSObject;
|
||||
}
|
||||
export interface ConstructExpandOptionsProps {
|
||||
sx?: CSSObject;
|
||||
}
|
||||
@@ -6,4 +6,6 @@ export interface FormLayoutProps {
|
||||
title?: string;
|
||||
icon?: React.ReactNode;
|
||||
helpBox?: React.ReactNode;
|
||||
withBorders?: boolean;
|
||||
containerPadding?: boolean;
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
import React from "react";
|
||||
export interface HelpBoxProps {
|
||||
iconComponent: any;
|
||||
iconComponent?: any;
|
||||
title: string | React.ReactNode;
|
||||
help: any;
|
||||
}
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
import React from "react";
|
||||
import { CSSObject } from "styled-components";
|
||||
export interface IconButtonProps
|
||||
extends React.ButtonHTMLAttributes<HTMLButtonElement> {
|
||||
export interface IconBase {
|
||||
label?: string;
|
||||
size?: "small" | "medium" | "large" | string;
|
||||
sx?: CSSObject;
|
||||
children: React.ReactNode;
|
||||
}
|
||||
export type IconButtonProps = IconBase &
|
||||
React.ButtonHTMLAttributes<HTMLButtonElement>;
|
||||
|
||||
+4
-1
@@ -1,3 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const AGPLV3DarkLogo: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const AGPLV3DarkLogo: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default AGPLV3DarkLogo;
|
||||
|
||||
+4
-1
@@ -1,3 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const AGPLV3LightLogo: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const AGPLV3LightLogo: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default AGPLV3LightLogo;
|
||||
|
||||
+2
-1
@@ -1,3 +1,4 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const AGPLV3Logo: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const AGPLV3Logo: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
||||
export default AGPLV3Logo;
|
||||
|
||||
+4
-1
@@ -1,3 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const AccessRuleIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const AccessRuleIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default AccessRuleIcon;
|
||||
|
||||
+4
-1
@@ -1,3 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const AccountIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const AccountIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default AccountIcon;
|
||||
|
||||
+3
-2
@@ -1,5 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const AddAccessRuleIcon: (
|
||||
props: SVGProps<SVGSVGElement>
|
||||
) => JSX.Element;
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default AddAccessRuleIcon;
|
||||
|
||||
+4
-1
@@ -1,3 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const AddFolderIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const AddFolderIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default AddFolderIcon;
|
||||
|
||||
+2
-1
@@ -1,3 +1,4 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const AddIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const AddIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
||||
export default AddIcon;
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const AddMembersToGroupIcon: (
|
||||
props: SVGProps<SVGSVGElement>
|
||||
) => JSX.Element;
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default AddMembersToGroupIcon;
|
||||
|
||||
+4
-1
@@ -1,3 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const AddNewTagIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const AddNewTagIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default AddNewTagIcon;
|
||||
|
||||
+4
-1
@@ -1,3 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const AlertCloseIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const AlertCloseIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default AlertCloseIcon;
|
||||
|
||||
+2
-1
@@ -1,3 +1,4 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const AlertIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const AlertIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
||||
export default AlertIcon;
|
||||
|
||||
+4
-1
@@ -1,3 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const AllBucketsIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const AllBucketsIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default AllBucketsIcon;
|
||||
|
||||
+4
-1
@@ -1,3 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const ArrowDropUp: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const ArrowDropUp: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default ArrowDropUp;
|
||||
|
||||
+4
-1
@@ -1,3 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const ArrowDropUp: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const ArrowDropUp: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default ArrowDropUp;
|
||||
|
||||
+2
-2
@@ -1,3 +1,3 @@
|
||||
import { SVGProps } from "react";
|
||||
declare const ArrowIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
import React, { SVGProps } from "react";
|
||||
declare const ArrowIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
||||
export default ArrowIcon;
|
||||
|
||||
+4
-1
@@ -1,3 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const ArrowRightIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const ArrowRightIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default ArrowRightIcon;
|
||||
|
||||
+4
-2
@@ -1,3 +1,5 @@
|
||||
import { SVGProps } from "react";
|
||||
declare const ArrowRightLink: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
import React, { SVGProps } from "react";
|
||||
declare const ArrowRightLink: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default ArrowRightLink;
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const AudioIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
||||
export default AudioIcon;
|
||||
@@ -0,0 +1,5 @@
|
||||
import React, { SVGProps } from "react";
|
||||
declare const AudioIconMute: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default AudioIconMute;
|
||||
+4
-2
@@ -1,3 +1,5 @@
|
||||
import { SVGProps } from "react";
|
||||
declare const AzureTierIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
import React, { SVGProps } from "react";
|
||||
declare const AzureTierIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default AzureTierIcon;
|
||||
|
||||
+4
-2
@@ -1,3 +1,5 @@
|
||||
import { SVGProps } from "react";
|
||||
declare const AzureTierIconXs: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
import React, { SVGProps } from "react";
|
||||
declare const AzureTierIconXs: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default AzureTierIconXs;
|
||||
|
||||
+4
-1
@@ -1,3 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const BackCaretIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const BackCaretIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default BackCaretIcon;
|
||||
|
||||
+2
-2
@@ -1,3 +1,3 @@
|
||||
import { SVGProps } from "react";
|
||||
declare const BackIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
import React, { SVGProps } from "react";
|
||||
declare const BackIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
||||
export default BackIcon;
|
||||
|
||||
+4
-1
@@ -1,3 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const BackSettingsIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const BackSettingsIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default BackSettingsIcon;
|
||||
|
||||
+4
-1
@@ -1,3 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const BoxArrowDown: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const BoxArrowDown: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default BoxArrowDown;
|
||||
|
||||
+2
-1
@@ -1,3 +1,4 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const BoxArrowUp: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const BoxArrowUp: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
||||
export default BoxArrowUp;
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const BucketEncryptionIcon: (
|
||||
props: SVGProps<SVGSVGElement>
|
||||
) => JSX.Element;
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default BucketEncryptionIcon;
|
||||
|
||||
+4
-1
@@ -1,3 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const BucketQuotaIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const BucketQuotaIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default BucketQuotaIcon;
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const BucketReplicationIcon: (
|
||||
props: SVGProps<SVGSVGElement>
|
||||
) => JSX.Element;
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default BucketReplicationIcon;
|
||||
|
||||
+4
-1
@@ -1,3 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const BucketsIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const BucketsIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default BucketsIcon;
|
||||
|
||||
+4
-1
@@ -1,3 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const CalendarIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const CalendarIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default CalendarIcon;
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const CallHomeFeatureIcon: (
|
||||
props: SVGProps<SVGSVGElement>
|
||||
) => JSX.Element;
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default CallHomeFeatureIcon;
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
import React, { SVGProps } from "react";
|
||||
declare const CancelledAudioIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default CancelledAudioIcon;
|
||||
+4
-1
@@ -1,3 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const CancelledIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const CancelledIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default CancelledIcon;
|
||||
|
||||
+4
-1
@@ -1,3 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const CertificateIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const CertificateIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default CertificateIcon;
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const ChangeAccessPolicyIcon: (
|
||||
props: SVGProps<SVGSVGElement>
|
||||
) => JSX.Element;
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default ChangeAccessPolicyIcon;
|
||||
|
||||
+3
-2
@@ -1,5 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const ChangePasswordIcon: (
|
||||
props: SVGProps<SVGSVGElement>
|
||||
) => JSX.Element;
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default ChangePasswordIcon;
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const ChatIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
||||
export default ChatIcon;
|
||||
+2
-1
@@ -1,3 +1,4 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const CircleIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const CircleIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
||||
export default CircleIcon;
|
||||
|
||||
+4
-1
@@ -1,3 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const ClosePanelIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const ClosePanelIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default ClosePanelIcon;
|
||||
|
||||
+2
-1
@@ -1,3 +1,4 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const CloudIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const CloudIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
||||
export default CloudIcon;
|
||||
|
||||
+4
-1
@@ -1,3 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const ClustersIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const ClustersIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default ClustersIcon;
|
||||
|
||||
+4
-1
@@ -1,3 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const CollapseCaret: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const CollapseCaret: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default CollapseCaret;
|
||||
|
||||
+4
-1
@@ -1,3 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const CollapseIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const CollapseIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default CollapseIcon;
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const CollapseMenuIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default CollapseMenuIcon;
|
||||
+4
-1
@@ -1,3 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const ComputerLineIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const ComputerLineIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default ComputerLineIcon;
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const ConfigurationsListIcon: (
|
||||
props: SVGProps<SVGSVGElement>
|
||||
) => JSX.Element;
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default ConfigurationsListIcon;
|
||||
|
||||
+3
-2
@@ -1,5 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const ConfirmDeleteIcon: (
|
||||
props: SVGProps<SVGSVGElement>
|
||||
) => JSX.Element;
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default ConfirmDeleteIcon;
|
||||
|
||||
+4
-1
@@ -1,3 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const ConfirmModalIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const ConfirmModalIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default ConfirmModalIcon;
|
||||
|
||||
+4
-2
@@ -1,3 +1,5 @@
|
||||
import { SVGProps } from "react";
|
||||
declare const ConsoleAgpl: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
import React, { SVGProps } from "react";
|
||||
declare const ConsoleAgpl: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default ConsoleAgpl;
|
||||
|
||||
+3
-3
@@ -1,5 +1,5 @@
|
||||
import { SVGProps } from "react";
|
||||
import React, { SVGProps } from "react";
|
||||
declare const ConsoleEnterprise: (
|
||||
props: SVGProps<SVGSVGElement>
|
||||
) => JSX.Element;
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default ConsoleEnterprise;
|
||||
|
||||
+4
-1
@@ -1,3 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const ConsoleIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const ConsoleIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default ConsoleIcon;
|
||||
|
||||
+4
-2
@@ -1,3 +1,5 @@
|
||||
import { SVGProps } from "react";
|
||||
declare const ConsoleStandard: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
import React, { SVGProps } from "react";
|
||||
declare const ConsoleStandard: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default ConsoleStandard;
|
||||
|
||||
+2
-1
@@ -1,3 +1,4 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const CopyIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const CopyIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
||||
export default CopyIcon;
|
||||
|
||||
+4
-1
@@ -1,3 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const CreateGroupIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const CreateGroupIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default CreateGroupIcon;
|
||||
|
||||
+2
-1
@@ -1,3 +1,4 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const CreateIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const CreateIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
||||
export default CreateIcon;
|
||||
|
||||
+3
-2
@@ -1,5 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const CreateNewPathIcon: (
|
||||
props: SVGProps<SVGSVGElement>
|
||||
) => JSX.Element;
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default CreateNewPathIcon;
|
||||
|
||||
+4
-1
@@ -1,3 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const CreateUserIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const CreateUserIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default CreateUserIcon;
|
||||
|
||||
+4
-1
@@ -1,3 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const DashboardIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const DashboardIcon: (
|
||||
props: SVGProps<SVGSVGElement>,
|
||||
) => React.JSX.Element;
|
||||
export default DashboardIcon;
|
||||
|
||||
+2
-1
@@ -1,3 +1,4 @@
|
||||
import * as React from "react";
|
||||
import { SVGProps } from "react";
|
||||
declare const DeleteIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
||||
declare const DeleteIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
||||
export default DeleteIcon;
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user