@open-ui-kit/core 1.0.1
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.
- package/LICENSE +201 -0
- package/README.md +393 -0
- package/fonts/Inter-Bold.woff +0 -0
- package/fonts/Inter-Bold.woff2 +0 -0
- package/fonts/Inter-BoldItalic.woff +0 -0
- package/fonts/Inter-BoldItalic.woff2 +0 -0
- package/fonts/Inter-Italic.woff +0 -0
- package/fonts/Inter-Italic.woff2 +0 -0
- package/fonts/Inter-Regular.woff +0 -0
- package/fonts/Inter-Regular.woff2 +0 -0
- package/fonts/Inter-SemiBold.woff +0 -0
- package/fonts/Inter-SemiBold.woff2 +0 -0
- package/fonts/Inter-SemiBoldItalic.woff +0 -0
- package/fonts/Inter-SemiBoldItalic.woff2 +0 -0
- package/fonts/SharpSans-Bold.woff +0 -0
- package/fonts/SharpSans-Bold.woff2 +0 -0
- package/fonts/SharpSans-BoldItalic.woff +0 -0
- package/fonts/SharpSans-BoldItalic.woff2 +0 -0
- package/index.cjs.js +2 -0
- package/index.cjs.js.map +1 -0
- package/index.d.ts +4644 -0
- package/index.esm.js +2 -0
- package/index.esm.js.map +1 -0
- package/index.umd.js +2 -0
- package/index.umd.js.map +1 -0
- package/package.json +179 -0
- package/typography.css +1 -0
package/index.d.ts
ADDED
|
@@ -0,0 +1,4644 @@
|
|
|
1
|
+
import * as React$1 from 'react';
|
|
2
|
+
import React__default, { ReactNode, CSSProperties, ReactElement, ComponentProps, JSX as JSX$1, ComponentType } from 'react';
|
|
3
|
+
import { ColorPartial } from '@mui/material/styles/createPalette';
|
|
4
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
5
|
+
import { BreadcrumbsProps as BreadcrumbsProps$1, TabsProps as TabsProps$1, HeaderProps as HeaderProps$1, LinkProps as LinkProps$1, LinkColorEnum as LinkColorEnum$1, LinkType as LinkType$1, CopyButtonProps as CopyButtonProps$1, TooltipProps as TooltipProps$1, SearchFieldProps as SearchFieldProps$1, EmptyStateProps as EmptyStateProps$1, ILegendProps as ILegendProps$1, IWidgetProps as IWidgetProps$1 } from '@/components';
|
|
6
|
+
import * as _mui_material from '@mui/material';
|
|
7
|
+
import { BoxProps, TabProps, AccordionProps as AccordionProps$1, AccordionSummaryProps, SxProps, AlertProps, BadgeProps as BadgeProps$1, TypographyProps, BreadcrumbsProps as BreadcrumbsProps$2, StackOwnProps, Theme, IconButtonProps, Popper, TextFieldProps, PopoverProps, DrawerProps, ButtonProps, MenuProps, SvgIconProps, ListItemProps, StackProps, AppBarProps, CSSProperties as CSSProperties$1, DialogTitleProps, MenuItemProps as MenuItemProps$1, InputProps, CircularProgressProps, TabsProps as TabsProps$2, ChipProps, SwitchProps, TooltipProps as TooltipProps$3, PaginationProps as PaginationProps$1 } from '@mui/material';
|
|
8
|
+
export { Avatar, Backdrop, Box, Button, ButtonGroup, Card, CardActionArea, CardActions, CardContent, CardHeader, Checkbox, Container, Dialog, Divider, Drawer, Fab, Grid, Icon, IconButton, List, ListItem, ListItemButton, Menu, MenuProps, Dialog as Modal, DialogActions as ModalActions, DialogContent as ModalContent, DialogContentText as ModalContentText, DialogProps as ModalProps, Paper, Radio, RadioGroup, Select, Skeleton, Slider, SpeedDial, Stack, Stepper, Typography, debounce } from '@mui/material';
|
|
9
|
+
import * as _emotion_styled from '@emotion/styled';
|
|
10
|
+
import * as _mui_system from '@mui/system';
|
|
11
|
+
import * as _mui_material_OverridableComponent from '@mui/material/OverridableComponent';
|
|
12
|
+
import { TimelineProps } from '@mui/lab';
|
|
13
|
+
import { IconPosition as IconPosition$1, GeneralSize as GeneralSize$1, Severity as Severity$1, FlattenedSelectTreeData as FlattenedSelectTreeData$1 } from '@/common';
|
|
14
|
+
import { SyntaxHighlighterProps } from 'react-syntax-highlighter';
|
|
15
|
+
import { DateTimePickerProps as DateTimePickerProps$1 } from '@mui/x-date-pickers/DateTimePicker';
|
|
16
|
+
import { DatePickerProps as DatePickerProps$1 } from '@mui/x-date-pickers/DatePicker';
|
|
17
|
+
import { TimePickerProps as TimePickerProps$1 } from '@mui/x-date-pickers/TimePicker';
|
|
18
|
+
import { Dayjs } from 'dayjs';
|
|
19
|
+
import { SlotComponentProps } from '@mui/utils';
|
|
20
|
+
import { PickerPopperProps } from '@mui/x-date-pickers/internals';
|
|
21
|
+
import { StaticDateTimePickerProps } from '@mui/x-date-pickers/StaticDateTimePicker';
|
|
22
|
+
export { StaticDateTimePickerProps } from '@mui/x-date-pickers/StaticDateTimePicker';
|
|
23
|
+
import { StaticDatePickerProps } from '@mui/x-date-pickers/StaticDatePicker';
|
|
24
|
+
export { StaticDatePickerProps } from '@mui/x-date-pickers/StaticDatePicker';
|
|
25
|
+
import { AugmentedSelectNodeType as AugmentedSelectNodeType$1, SelectNodeType as SelectNodeType$1, FlattenSelectTreeArgs as FlattenSelectTreeArgs$1 } from '@/types';
|
|
26
|
+
import { ButtonProps as ButtonProps$1 } from '@mui/material/Button/Button';
|
|
27
|
+
import { LinkProps as LinkProps$2, To } from 'react-router-dom';
|
|
28
|
+
import { TooltipProps as TooltipProps$2 } from '@/components/tooltip/components/tooltip';
|
|
29
|
+
import { TextFieldProps as TextFieldProps$1 } from '@mui/material/TextField';
|
|
30
|
+
import { MRT_RowData, MRT_TableOptions, MRT_Cell, MRT_TableInstance } from 'material-react-table';
|
|
31
|
+
import { TypographyVariant } from '@mui/material/styles/createTypography';
|
|
32
|
+
import { Toaster as Toaster$1 } from 'sonner';
|
|
33
|
+
import { ChartProps as ChartProps$1, ChartDataItem as ChartDataItem$1, ExtendedChartProps as ExtendedChartProps$1, ConditionalPropsByType as ConditionalPropsByType$1 } from '@/charts';
|
|
34
|
+
import { CategoricalChartFunc } from 'recharts/types/chart/generateCategoricalChart';
|
|
35
|
+
import { TooltipProps as TooltipProps$4, XAxisProps, YAxisProps, LineProps, CartesianGridProps } from 'recharts';
|
|
36
|
+
import { ContentType } from 'recharts/types/component/Tooltip';
|
|
37
|
+
import { GradientsPalette as GradientsPalette$1 } from '@/types/palette';
|
|
38
|
+
export { StaticTimePickerProps } from '@mui/x-date-pickers/StaticTimePicker';
|
|
39
|
+
|
|
40
|
+
interface VarsType {
|
|
41
|
+
brandOrange: string;
|
|
42
|
+
brandOrangeDark: string;
|
|
43
|
+
brandBlue: string;
|
|
44
|
+
brandMidnightBlue: string;
|
|
45
|
+
agentcyYellow: string;
|
|
46
|
+
agentcyBlue: string;
|
|
47
|
+
agentcyDarkBlue: string;
|
|
48
|
+
baseTextStrong: string;
|
|
49
|
+
baseTextDefault: string;
|
|
50
|
+
baseTextMedium: string;
|
|
51
|
+
baseTextWeak: string;
|
|
52
|
+
baseTextInverse: string;
|
|
53
|
+
baseTextDisabled: string;
|
|
54
|
+
baseBackgroundStrong: string;
|
|
55
|
+
baseBackgroundMedium: string;
|
|
56
|
+
baseBackgroundWeak: string;
|
|
57
|
+
baseBackgroundHover: string;
|
|
58
|
+
baseBorderDefault: string;
|
|
59
|
+
baseBorderStrong: string;
|
|
60
|
+
baseBorderMedium: string;
|
|
61
|
+
baseBorderWeak: string;
|
|
62
|
+
brandIconPrimaryDefault: string;
|
|
63
|
+
brandIconPrimaryWeak: string;
|
|
64
|
+
brandIconPrimaryMedium: string;
|
|
65
|
+
brandIconPrimaryStrong: string;
|
|
66
|
+
brandIconSecondaryDefault: string;
|
|
67
|
+
brandIconSecondaryWeak: string;
|
|
68
|
+
brandIconSecondaryMedium: string;
|
|
69
|
+
brandIconTertiaryDefault: string;
|
|
70
|
+
brandIconTertiaryWeak: string;
|
|
71
|
+
brandIconTertiaryMedium: string;
|
|
72
|
+
brandBackgroundPrimaryDefault: string;
|
|
73
|
+
brandBackgroundPrimaryWeak: string;
|
|
74
|
+
brandBackgroundPrimaryMedium: string;
|
|
75
|
+
brandBackgroundSecondaryDefault: string;
|
|
76
|
+
brandLogoPrimary: string;
|
|
77
|
+
brandTextPrimary: string;
|
|
78
|
+
brandTextSecondary: string;
|
|
79
|
+
controlBackgroundDefault: string;
|
|
80
|
+
controlBackgroundDisabled: string;
|
|
81
|
+
controlBackgroundWeak: string;
|
|
82
|
+
controlBackgroundMedium: string;
|
|
83
|
+
controlBorderDefault: string;
|
|
84
|
+
controlBorderStrong: string;
|
|
85
|
+
controlBorderMedium: string;
|
|
86
|
+
controlBorderWeak: string;
|
|
87
|
+
controlBorderHover: string;
|
|
88
|
+
controlBorderActive: string;
|
|
89
|
+
controlBorderDisabled: string;
|
|
90
|
+
controlBorderNegative: string;
|
|
91
|
+
controlIconDefault: string;
|
|
92
|
+
controlIconStrong: string;
|
|
93
|
+
controlIconMedium: string;
|
|
94
|
+
controlIconWeak: string;
|
|
95
|
+
controlIconHover: string;
|
|
96
|
+
controlIconActive: string;
|
|
97
|
+
controlIconDisabled: string;
|
|
98
|
+
interactivePrimaryDefaultDefault: string;
|
|
99
|
+
interactivePrimaryDefaultHover: string;
|
|
100
|
+
interactivePrimaryDefaultActive: string;
|
|
101
|
+
interactivePrimaryDefaultDisabled: string;
|
|
102
|
+
interactivePrimaryWeakDefault: string;
|
|
103
|
+
interactivePrimaryWeakHover: string;
|
|
104
|
+
interactivePrimaryWeakActive: string;
|
|
105
|
+
interactivePrimaryWeakDisabled: string;
|
|
106
|
+
interactiveSecondaryDefaultDefault: string;
|
|
107
|
+
interactiveSecondaryDefaultHover: string;
|
|
108
|
+
interactiveSecondaryDefaultActive: string;
|
|
109
|
+
interactiveSecondaryDefaultDisabled: string;
|
|
110
|
+
interactiveSecondaryWeakDefault: string;
|
|
111
|
+
interactiveSecondaryWeakHover: string;
|
|
112
|
+
interactiveSecondaryWeakActive: string;
|
|
113
|
+
interactiveSecondaryWeakDisabled: string;
|
|
114
|
+
interactiveInverseBackgroundDefault: string;
|
|
115
|
+
interactiveInverseBackgroundHover: string;
|
|
116
|
+
interactiveInverseBackgroundActive: string;
|
|
117
|
+
interactiveInverseBackgroundDisabled: string;
|
|
118
|
+
interactiveInverseTextDefault: string;
|
|
119
|
+
interactiveInverseTextHover: string;
|
|
120
|
+
interactiveInverseTextActive: string;
|
|
121
|
+
interactiveInverseTextDisabled: string;
|
|
122
|
+
interactiveTextInDefault: string;
|
|
123
|
+
interactiveTextInHover: string;
|
|
124
|
+
interactiveTextInActive: string;
|
|
125
|
+
interactiveTextInDisabled: string;
|
|
126
|
+
interactiveTertiaryDefault: string;
|
|
127
|
+
interactiveTertiaryHover: string;
|
|
128
|
+
interactiveTertiaryActive: string;
|
|
129
|
+
interactiveTertiaryDisabled: string;
|
|
130
|
+
successBackgroundDefault: string;
|
|
131
|
+
successBackgroundDisabled: string;
|
|
132
|
+
successBackgroundHover: string;
|
|
133
|
+
successBackgroundActive: string;
|
|
134
|
+
successBackgroundWeak: string;
|
|
135
|
+
successIconActive: string;
|
|
136
|
+
successIconDisabled: string;
|
|
137
|
+
successIconHover: string;
|
|
138
|
+
successIconDefault: string;
|
|
139
|
+
successTextActive: string;
|
|
140
|
+
successTextHover: string;
|
|
141
|
+
successTextDefault: string;
|
|
142
|
+
successTextInDisabled: string;
|
|
143
|
+
successTextInDefault: string;
|
|
144
|
+
successBorderDisabled: string;
|
|
145
|
+
successBorderActive: string;
|
|
146
|
+
successBorderHover: string;
|
|
147
|
+
successBorderDefault: string;
|
|
148
|
+
successIconInDisabled: string;
|
|
149
|
+
successIconInActive: string;
|
|
150
|
+
successIconInHover: string;
|
|
151
|
+
successIconInDefault: string;
|
|
152
|
+
negativeBackgroundHover: string;
|
|
153
|
+
negativeBackgroundActive: string;
|
|
154
|
+
negativeBackgroundDisabled: string;
|
|
155
|
+
negativeBackgroundDefault: string;
|
|
156
|
+
negativeBackgroundWeak: string;
|
|
157
|
+
negativeTextDefault: string;
|
|
158
|
+
negativeTextHover: string;
|
|
159
|
+
negativeTextActive: string;
|
|
160
|
+
negativeBorderActive: string;
|
|
161
|
+
negativeBorderHover: string;
|
|
162
|
+
negativeBorderDisabled: string;
|
|
163
|
+
negativeBorderDefault: string;
|
|
164
|
+
negativeIconDisabled: string;
|
|
165
|
+
negativeIconActive: string;
|
|
166
|
+
negativeIconHover: string;
|
|
167
|
+
negativeIconDefault: string;
|
|
168
|
+
negativeTextInDefault: string;
|
|
169
|
+
negativeTextInDisabled: string;
|
|
170
|
+
negativeIconInDefault: string;
|
|
171
|
+
negativeIconInHover: string;
|
|
172
|
+
negativeIconInActive: string;
|
|
173
|
+
negativeIconInDisabled: string;
|
|
174
|
+
excellentBackgroundDefault: string;
|
|
175
|
+
excellentBackgroundWeak: string;
|
|
176
|
+
excellentBackgroundDisabled: string;
|
|
177
|
+
excellentBackgroundHover: string;
|
|
178
|
+
excellentBackgroundActive: string;
|
|
179
|
+
excellentTextDefault: string;
|
|
180
|
+
excellentTextHover: string;
|
|
181
|
+
excellentTextActive: string;
|
|
182
|
+
excellentTextInDefault: string;
|
|
183
|
+
excellentTextInDisabled: string;
|
|
184
|
+
excellentBorderDefault: string;
|
|
185
|
+
excellentBorderHover: string;
|
|
186
|
+
excellentBorderActive: string;
|
|
187
|
+
excellentBorderDisabled: string;
|
|
188
|
+
excellentIconDefault: string;
|
|
189
|
+
excellentIconHover: string;
|
|
190
|
+
excellentIconActive: string;
|
|
191
|
+
excellentIconDisabled: string;
|
|
192
|
+
excellentIconInDefault: string;
|
|
193
|
+
excellentIconInHover: string;
|
|
194
|
+
excellentIconInActive: string;
|
|
195
|
+
excellentIconInDisabled: string;
|
|
196
|
+
neutralBackgroundDefault: string;
|
|
197
|
+
neutralBackgroundWeak: string;
|
|
198
|
+
neutralBackgroundDisabled: string;
|
|
199
|
+
neutralBackgroundHover: string;
|
|
200
|
+
neutralBackgroundActive: string;
|
|
201
|
+
neutralTextDefault: string;
|
|
202
|
+
neutralTextHover: string;
|
|
203
|
+
neutralTextActive: string;
|
|
204
|
+
neutralTextInDefault: string;
|
|
205
|
+
neutralTextInDisabled: string;
|
|
206
|
+
neutralBorderDefault: string;
|
|
207
|
+
neutralBorderHover: string;
|
|
208
|
+
neutralBorderActive: string;
|
|
209
|
+
neutralBorderDisabled: string;
|
|
210
|
+
neutralIconDefault: string;
|
|
211
|
+
neutralIconHover: string;
|
|
212
|
+
neutralIconActive: string;
|
|
213
|
+
neutralIconDisabled: string;
|
|
214
|
+
neutralIconInDefault: string;
|
|
215
|
+
neutralIconInHover: string;
|
|
216
|
+
neutralIconInActive: string;
|
|
217
|
+
neutralIconInDisabled: string;
|
|
218
|
+
infoBackgroundDefault: string;
|
|
219
|
+
infoBackgroundWeak: string;
|
|
220
|
+
infoBackgroundDisabled: string;
|
|
221
|
+
infoBackgroundHover: string;
|
|
222
|
+
infoBackgroundActive: string;
|
|
223
|
+
infoTextDefault: string;
|
|
224
|
+
infoTextHover: string;
|
|
225
|
+
infoTextActive: string;
|
|
226
|
+
infoTextInDefault: string;
|
|
227
|
+
infoTextInDisabled: string;
|
|
228
|
+
infoBorderDefault: string;
|
|
229
|
+
infoBorderHover: string;
|
|
230
|
+
infoBorderActive: string;
|
|
231
|
+
infoBorderDisabled: string;
|
|
232
|
+
infoIconDefault: string;
|
|
233
|
+
infoIconHover: string;
|
|
234
|
+
infoIconActive: string;
|
|
235
|
+
infoIconDisabled: string;
|
|
236
|
+
infoIconInDefault: string;
|
|
237
|
+
infoIconInHover: string;
|
|
238
|
+
infoIconInActive: string;
|
|
239
|
+
infoIconInDisabled: string;
|
|
240
|
+
inactiveBackgroundDefault: string;
|
|
241
|
+
inactiveBackgroundWeak: string;
|
|
242
|
+
inactiveBackgroundDisabled: string;
|
|
243
|
+
inactiveBackgroundHover: string;
|
|
244
|
+
inactiveBackgroundActive: string;
|
|
245
|
+
inactiveTextDefault: string;
|
|
246
|
+
inactiveTextHover: string;
|
|
247
|
+
inactiveTextActive: string;
|
|
248
|
+
inactiveTextInDefault: string;
|
|
249
|
+
inactiveTextInDisabled: string;
|
|
250
|
+
inactiveBorderDefault: string;
|
|
251
|
+
inactiveBorderHover: string;
|
|
252
|
+
inactiveBorderActive: string;
|
|
253
|
+
inactiveBorderDisabled: string;
|
|
254
|
+
inactiveIconDefault: string;
|
|
255
|
+
inactiveIconHover: string;
|
|
256
|
+
inactiveIconActive: string;
|
|
257
|
+
inactiveIconDisabled: string;
|
|
258
|
+
inactiveIconInDefault: string;
|
|
259
|
+
inactiveIconInHover: string;
|
|
260
|
+
inactiveIconInActive: string;
|
|
261
|
+
inactiveIconInDisabled: string;
|
|
262
|
+
warningBackgroundDefault: string;
|
|
263
|
+
warningBackgroundWeak: string;
|
|
264
|
+
warningBackgroundHover: string;
|
|
265
|
+
warningBackgroundActive: string;
|
|
266
|
+
warningBackgroundDisabled: string;
|
|
267
|
+
warningTextDefault: string;
|
|
268
|
+
warningTextHover: string;
|
|
269
|
+
warningTextActive: string;
|
|
270
|
+
warningTextInDefault: string;
|
|
271
|
+
warningTextInDisabled: string;
|
|
272
|
+
warningBorderDefault: string;
|
|
273
|
+
warningBorderHover: string;
|
|
274
|
+
warningBorderActive: string;
|
|
275
|
+
warningBorderDisabled: string;
|
|
276
|
+
warningIconDefault: string;
|
|
277
|
+
warningIconHover: string;
|
|
278
|
+
warningIconActive: string;
|
|
279
|
+
warningIconDisabled: string;
|
|
280
|
+
warningIconInDefault: string;
|
|
281
|
+
warningIconInHover: string;
|
|
282
|
+
warningIconInActive: string;
|
|
283
|
+
warningIconInDisabled: string;
|
|
284
|
+
severeWarningBackgroundDefault: string;
|
|
285
|
+
severeWarningBackgroundWeak: string;
|
|
286
|
+
severeWarningBackgroundHover: string;
|
|
287
|
+
severeWarningBackgroundActive: string;
|
|
288
|
+
severeWarningBackgroundDisabled: string;
|
|
289
|
+
severeWarningTextDefault: string;
|
|
290
|
+
severeWarningTextHover: string;
|
|
291
|
+
severeWarningTextActive: string;
|
|
292
|
+
severeWarningTextInDefault: string;
|
|
293
|
+
severeWarningTextInDisabled: string;
|
|
294
|
+
severeWarningBorderDefault: string;
|
|
295
|
+
severeWarningBorderHover: string;
|
|
296
|
+
severeWarningBorderActive: string;
|
|
297
|
+
severeWarningBorderDisabled: string;
|
|
298
|
+
severeWarningIconDefault: string;
|
|
299
|
+
severeWarningIconHover: string;
|
|
300
|
+
severeWarningIconActive: string;
|
|
301
|
+
severeWarningIconDisabled: string;
|
|
302
|
+
severeWarningIconInDefault: string;
|
|
303
|
+
severeWarningIconInHover: string;
|
|
304
|
+
severeWarningIconInActive: string;
|
|
305
|
+
severeWarningIconInDisabled: string;
|
|
306
|
+
moderateBackgroundDefault: string;
|
|
307
|
+
moderateBackgroundWeak: string;
|
|
308
|
+
moderateBackgroundHover: string;
|
|
309
|
+
moderateBackgroundActive: string;
|
|
310
|
+
moderateBackgroundDisabled: string;
|
|
311
|
+
moderateTextDefault: string;
|
|
312
|
+
moderateTextHover: string;
|
|
313
|
+
moderateTextActive: string;
|
|
314
|
+
moderateTextInDefault: string;
|
|
315
|
+
moderateTextInDisabled: string;
|
|
316
|
+
moderateBorderDefault: string;
|
|
317
|
+
moderateBorderHover: string;
|
|
318
|
+
moderateBorderActive: string;
|
|
319
|
+
moderateBorderDisabled: string;
|
|
320
|
+
moderateIconDefault: string;
|
|
321
|
+
moderateIconHover: string;
|
|
322
|
+
moderateIconActive: string;
|
|
323
|
+
moderateIconDisabled: string;
|
|
324
|
+
moderateIconInDefault: string;
|
|
325
|
+
moderateIconInHover: string;
|
|
326
|
+
moderateIconInActive: string;
|
|
327
|
+
moderateIconInDisabled: string;
|
|
328
|
+
accentADefault: string;
|
|
329
|
+
accentAWeak: string;
|
|
330
|
+
accentBDefault: string;
|
|
331
|
+
accentBWeak: string;
|
|
332
|
+
accentCDefault: string;
|
|
333
|
+
accentCWeak: string;
|
|
334
|
+
accentDDefault: string;
|
|
335
|
+
accentDWeak: string;
|
|
336
|
+
accentEDefault: string;
|
|
337
|
+
accentEWeak: string;
|
|
338
|
+
accentFDefault: string;
|
|
339
|
+
accentFWeak: string;
|
|
340
|
+
accentGDefault: string;
|
|
341
|
+
accentGWeak: string;
|
|
342
|
+
accentHDefault: string;
|
|
343
|
+
accentHWeak: string;
|
|
344
|
+
accentIDefault: string;
|
|
345
|
+
accentIWeak: string;
|
|
346
|
+
accentJDefault: string;
|
|
347
|
+
accentJWeak: string;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
declare module "@mui/material/styles" {
|
|
351
|
+
interface Palette {
|
|
352
|
+
tertiary: Palette["primary"];
|
|
353
|
+
negative: Palette["primary"];
|
|
354
|
+
orange: Palette["primary"];
|
|
355
|
+
vars: VarsType;
|
|
356
|
+
}
|
|
357
|
+
interface PaletteOptions {
|
|
358
|
+
tertiary?: PaletteOptions["primary"];
|
|
359
|
+
negative?: PaletteOptions["primary"];
|
|
360
|
+
orange?: PaletteOptions["primary"];
|
|
361
|
+
vars?: VarsType;
|
|
362
|
+
}
|
|
363
|
+
interface PaletteColor extends ColorPartial {
|
|
364
|
+
}
|
|
365
|
+
interface BreakpointOverrides {
|
|
366
|
+
xs: false;
|
|
367
|
+
sm: false;
|
|
368
|
+
md: true;
|
|
369
|
+
lg: true;
|
|
370
|
+
xl: true;
|
|
371
|
+
xxl: true;
|
|
372
|
+
}
|
|
373
|
+
interface TypographyVariants {
|
|
374
|
+
captionMedium: React__default.CSSProperties;
|
|
375
|
+
captionSemibold: React__default.CSSProperties;
|
|
376
|
+
fontWeightSemiBold: React__default.CSSProperties["fontWeight"];
|
|
377
|
+
body1Semibold: React__default.CSSProperties;
|
|
378
|
+
body2Semibold: React__default.CSSProperties;
|
|
379
|
+
headingSubSection: React__default.CSSProperties;
|
|
380
|
+
}
|
|
381
|
+
interface TypographyVariantsOptions {
|
|
382
|
+
captionMedium?: React__default.CSSProperties;
|
|
383
|
+
captionSemibold?: React__default.CSSProperties;
|
|
384
|
+
fontWeightSemiBold?: React__default.CSSProperties["fontWeight"];
|
|
385
|
+
body1Semibold?: React__default.CSSProperties;
|
|
386
|
+
body2Semibold?: React__default.CSSProperties;
|
|
387
|
+
headingSubSection?: React__default.CSSProperties;
|
|
388
|
+
}
|
|
389
|
+
}
|
|
390
|
+
declare module "@mui/material/Button" {
|
|
391
|
+
interface ButtonPropsVariantOverrides {
|
|
392
|
+
text: false;
|
|
393
|
+
contained: false;
|
|
394
|
+
primary: true;
|
|
395
|
+
secondary: true;
|
|
396
|
+
outlined: true;
|
|
397
|
+
tertariary: true;
|
|
398
|
+
}
|
|
399
|
+
interface ButtonPropsColorOverrides {
|
|
400
|
+
primary: false;
|
|
401
|
+
secondary: false;
|
|
402
|
+
success: false;
|
|
403
|
+
error: false;
|
|
404
|
+
info: false;
|
|
405
|
+
warning: false;
|
|
406
|
+
default: true;
|
|
407
|
+
negative: true;
|
|
408
|
+
}
|
|
409
|
+
}
|
|
410
|
+
declare module "@mui/material/Divider" {
|
|
411
|
+
interface DividerPropsVariantOverrides {
|
|
412
|
+
bold: true;
|
|
413
|
+
}
|
|
414
|
+
}
|
|
415
|
+
declare module "@mui/material/Tab" {
|
|
416
|
+
interface TabOwnProps {
|
|
417
|
+
loading?: boolean;
|
|
418
|
+
type?: "main" | "subTab" | "toggleTab";
|
|
419
|
+
to?: string;
|
|
420
|
+
}
|
|
421
|
+
}
|
|
422
|
+
declare module "@mui/material/Typography" {
|
|
423
|
+
interface TypographyPropsVariantOverrides {
|
|
424
|
+
captionMedium: true;
|
|
425
|
+
captionSemibold: true;
|
|
426
|
+
body1Semibold: true;
|
|
427
|
+
body2Semibold: true;
|
|
428
|
+
headingSubSection: true;
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
//# sourceMappingURL=theme.d.ts.map
|
|
432
|
+
|
|
433
|
+
type SubNavItem = TabProps & {
|
|
434
|
+
href?: string;
|
|
435
|
+
selected?: boolean;
|
|
436
|
+
};
|
|
437
|
+
interface BasePageProps {
|
|
438
|
+
children: ReactNode;
|
|
439
|
+
containerProps?: BoxProps;
|
|
440
|
+
breadcrumbs?: BreadcrumbsProps$1["items"];
|
|
441
|
+
title: ReactNode;
|
|
442
|
+
description?: ReactNode;
|
|
443
|
+
rightSideItems?: ReactNode;
|
|
444
|
+
tabsProps?: TabsProps$1;
|
|
445
|
+
subNav?: SubNavItem[];
|
|
446
|
+
useBreadcrumbs?: boolean;
|
|
447
|
+
}
|
|
448
|
+
declare const BasePage: ({ children, containerProps, breadcrumbs, title, description, rightSideItems, subNav, tabsProps, useBreadcrumbs, }: BasePageProps) => react_jsx_runtime.JSX.Element;
|
|
449
|
+
|
|
450
|
+
interface LayoutProps {
|
|
451
|
+
content?: React.ReactNode;
|
|
452
|
+
showHeader?: boolean;
|
|
453
|
+
headerProps?: HeaderProps$1;
|
|
454
|
+
showSideNav?: boolean;
|
|
455
|
+
}
|
|
456
|
+
declare const Layout: ({ showHeader, showSideNav, headerProps, content, }: LayoutProps) => react_jsx_runtime.JSX.Element;
|
|
457
|
+
|
|
458
|
+
interface AccordionProps extends AccordionProps$1 {
|
|
459
|
+
contained?: boolean;
|
|
460
|
+
size?: "medium" | "large";
|
|
461
|
+
arrowPosition?: "left" | "right";
|
|
462
|
+
useDotsStyle?: boolean;
|
|
463
|
+
title: string;
|
|
464
|
+
subTitle?: string;
|
|
465
|
+
accordionSummaryProps?: AccordionSummaryProps;
|
|
466
|
+
detailsContentBoxProps?: BoxProps;
|
|
467
|
+
}
|
|
468
|
+
declare const Accordion: ({ contained, size, arrowPosition, useDotsStyle, title, subTitle, accordionSummaryProps, detailsContentBoxProps, children, ...props }: AccordionProps) => react_jsx_runtime.JSX.Element;
|
|
469
|
+
|
|
470
|
+
declare const StyledAccordionSummary: _emotion_styled.StyledComponent<_mui_material.AccordionSummaryOwnProps & Omit<_mui_material.ButtonBaseOwnProps, "classes"> & _mui_material_OverridableComponent.CommonProps & Omit<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
471
|
+
ref?: ((instance: HTMLDivElement | null) => void | React$1.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React$1.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React$1.RefObject<HTMLDivElement> | null | undefined;
|
|
472
|
+
}, "className" | "style" | "classes" | "children" | "sx" | "tabIndex" | "disabled" | "slots" | "slotProps" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "expandIcon"> & _mui_system.MUIStyledCommonProps<_mui_material.Theme> & {
|
|
473
|
+
contained?: boolean;
|
|
474
|
+
arrowPosition?: "left" | "right";
|
|
475
|
+
mediumSize?: boolean;
|
|
476
|
+
}, {}, {}>;
|
|
477
|
+
|
|
478
|
+
declare enum ActivityTimelineStepStatus {
|
|
479
|
+
InProgress = "in-progress",
|
|
480
|
+
Inactive = "inactive",
|
|
481
|
+
Neutral = "neutral",
|
|
482
|
+
Complete = "complete",
|
|
483
|
+
Error = "error"
|
|
484
|
+
}
|
|
485
|
+
interface ActivityTimelineStep {
|
|
486
|
+
status: ActivityTimelineStepStatus;
|
|
487
|
+
title: string;
|
|
488
|
+
subTitle?: string;
|
|
489
|
+
content?: React.ReactNode;
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
interface ActivityTimelineProps extends Omit<TimelineProps, "children" | "ref"> {
|
|
493
|
+
automaticProgress?: boolean;
|
|
494
|
+
steps: ActivityTimelineStep[];
|
|
495
|
+
}
|
|
496
|
+
declare const ActivityTimeline: ({ automaticProgress, steps, ...props }: ActivityTimelineProps) => react_jsx_runtime.JSX.Element;
|
|
497
|
+
|
|
498
|
+
interface ActionsModalProps {
|
|
499
|
+
open: boolean;
|
|
500
|
+
confirmClicked: (dismiss: boolean, comment: string) => void;
|
|
501
|
+
hideModal: () => void;
|
|
502
|
+
mutationLoading: boolean;
|
|
503
|
+
title: string;
|
|
504
|
+
subTitle?: string;
|
|
505
|
+
useCommentSuggestions?: boolean;
|
|
506
|
+
includeDismissCheckbox?: boolean;
|
|
507
|
+
dismissCheckboxText?: string;
|
|
508
|
+
bodyText: string;
|
|
509
|
+
closeClicked?: () => void;
|
|
510
|
+
commentSuggestions?: string[];
|
|
511
|
+
styleModal?: SxProps;
|
|
512
|
+
footerProps?: BoxProps;
|
|
513
|
+
}
|
|
514
|
+
declare const ActionsModal: ({ open, confirmClicked, hideModal, mutationLoading, title, subTitle, includeDismissCheckbox, dismissCheckboxText, bodyText, closeClicked, commentSuggestions, styleModal, footerProps, }: ActionsModalProps) => react_jsx_runtime.JSX.Element;
|
|
515
|
+
|
|
516
|
+
type StatusBanner = "negative" | "warning" | "success" | "info" | "excellent";
|
|
517
|
+
|
|
518
|
+
interface BannerProps extends Omit<AlertProps, "variant" | "severity" | "children" | "iconMapping" | "action"> {
|
|
519
|
+
status?: StatusBanner;
|
|
520
|
+
text: React__default.ReactNode;
|
|
521
|
+
showCloseButton?: boolean;
|
|
522
|
+
}
|
|
523
|
+
declare const Banner: ({ status, showCloseButton, text, icon, onClose, ...props }: BannerProps) => react_jsx_runtime.JSX.Element | null;
|
|
524
|
+
|
|
525
|
+
type BadgeType = "default" | "excellent" | "neutral" | "error" | "warning" | "info" | "success" | "inactive" | "moderate" | "severe";
|
|
526
|
+
|
|
527
|
+
interface BadgeProps {
|
|
528
|
+
type?: BadgeType;
|
|
529
|
+
notificationContent?: React.ReactNode;
|
|
530
|
+
content: React.ReactNode;
|
|
531
|
+
styleBadge?: BadgeProps$1["sx"];
|
|
532
|
+
styleContent?: TypographyProps["sx"];
|
|
533
|
+
}
|
|
534
|
+
declare const Badge: ({ type, content, styleBadge, notificationContent, styleContent, }: BadgeProps) => react_jsx_runtime.JSX.Element;
|
|
535
|
+
|
|
536
|
+
interface BreadcrumbItem {
|
|
537
|
+
Icon?: LinkProps$1["Icon"];
|
|
538
|
+
text: string;
|
|
539
|
+
link?: string;
|
|
540
|
+
iconPosition?: IconPosition$1;
|
|
541
|
+
}
|
|
542
|
+
interface BreadcrumbsProps extends BreadcrumbsProps$2 {
|
|
543
|
+
iconPosition?: IconPosition$1;
|
|
544
|
+
items: BreadcrumbItem[];
|
|
545
|
+
color?: LinkColorEnum$1;
|
|
546
|
+
type?: LinkType$1;
|
|
547
|
+
size?: GeneralSize$1;
|
|
548
|
+
maximumNumberOfVisibleBreadcrumbs?: number;
|
|
549
|
+
}
|
|
550
|
+
declare const Breadcrumbs: ({ iconPosition, items, size, sx, color, type, maximumNumberOfVisibleBreadcrumbs, }: BreadcrumbsProps) => react_jsx_runtime.JSX.Element;
|
|
551
|
+
|
|
552
|
+
interface CardDescriptionProps extends TypographyProps {
|
|
553
|
+
children: React.ReactNode;
|
|
554
|
+
}
|
|
555
|
+
declare const CardDescription: ({ children, ...props }: CardDescriptionProps) => react_jsx_runtime.JSX.Element;
|
|
556
|
+
//# sourceMappingURL=card-description.d.ts.map
|
|
557
|
+
|
|
558
|
+
interface CardSubheaderProps extends TypographyProps {
|
|
559
|
+
children: React.ReactNode;
|
|
560
|
+
}
|
|
561
|
+
declare const CardSubheader: ({ children, ...props }: CardSubheaderProps) => react_jsx_runtime.JSX.Element;
|
|
562
|
+
//# sourceMappingURL=card-subheader.d.ts.map
|
|
563
|
+
|
|
564
|
+
interface CodeBlockProps extends Omit<SyntaxHighlighterProps, "children"> {
|
|
565
|
+
containerProps?: StackOwnProps;
|
|
566
|
+
text: string;
|
|
567
|
+
copyButtonProps?: Omit<CopyButtonProps$1, "text">;
|
|
568
|
+
}
|
|
569
|
+
declare const CodeBlock: (props: CodeBlockProps) => react_jsx_runtime.JSX.Element;
|
|
570
|
+
|
|
571
|
+
interface CopyButtonStylesProps {
|
|
572
|
+
position?: CopyButtonPosition;
|
|
573
|
+
theme?: Theme;
|
|
574
|
+
top?: string;
|
|
575
|
+
bottom?: string;
|
|
576
|
+
left?: string;
|
|
577
|
+
right?: string;
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
type CopyButtonPosition = "left" | "right";
|
|
581
|
+
interface CopyButtonProps extends IconButtonProps, CopyButtonStylesProps {
|
|
582
|
+
text: string;
|
|
583
|
+
onCopy?: () => void;
|
|
584
|
+
}
|
|
585
|
+
declare const CopyButton: ({ text, position, top, bottom, left, right, onCopy, ...props }: CopyButtonProps) => react_jsx_runtime.JSX.Element;
|
|
586
|
+
|
|
587
|
+
interface DateTimePickerProps extends DateTimePickerProps$1<Dayjs> {
|
|
588
|
+
label?: string;
|
|
589
|
+
textFieldStyles?: SxProps;
|
|
590
|
+
popperSlotProps?: SlotComponentProps<typeof Popper, unknown, PickerPopperProps>;
|
|
591
|
+
}
|
|
592
|
+
interface DatePickerProps extends DatePickerProps$1<Dayjs> {
|
|
593
|
+
label?: string;
|
|
594
|
+
textFieldStyles?: SxProps;
|
|
595
|
+
popperSlotProps?: SlotComponentProps<typeof Popper, unknown, PickerPopperProps>;
|
|
596
|
+
}
|
|
597
|
+
interface TimePickerProps extends TimePickerProps$1<Dayjs> {
|
|
598
|
+
label?: string;
|
|
599
|
+
textFieldStyles?: SxProps;
|
|
600
|
+
popperSlotProps?: SlotComponentProps<typeof Popper, unknown, PickerPopperProps>;
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
declare const DateTimePicker: ({ label, textFieldStyles, ...props }: DateTimePickerProps) => react_jsx_runtime.JSX.Element;
|
|
604
|
+
|
|
605
|
+
declare const DatePicker: ({ label, textFieldStyles, popperSlotProps, ...props }: DatePickerProps) => react_jsx_runtime.JSX.Element;
|
|
606
|
+
|
|
607
|
+
declare const TimePicker: ({ label, textFieldStyles, ...props }: TimePickerProps) => react_jsx_runtime.JSX.Element;
|
|
608
|
+
|
|
609
|
+
declare const StaticDateTimePicker: (props: StaticDateTimePickerProps<Dayjs>) => react_jsx_runtime.JSX.Element;
|
|
610
|
+
|
|
611
|
+
declare const StaticDatePicker: (props: StaticDatePickerProps<Dayjs>) => react_jsx_runtime.JSX.Element;
|
|
612
|
+
|
|
613
|
+
interface DateRangePickerProps {
|
|
614
|
+
startDate: string;
|
|
615
|
+
endDate: string;
|
|
616
|
+
setStartDate: (endDate: string) => void;
|
|
617
|
+
setEndDate: (endDate: string) => void;
|
|
618
|
+
getPopoverVisibility?: (visibility: boolean) => void;
|
|
619
|
+
textFieldProps?: TextFieldProps;
|
|
620
|
+
popoverProps?: PopoverProps;
|
|
621
|
+
}
|
|
622
|
+
declare const DateRangePicker: ({ startDate, endDate, setStartDate, setEndDate, getPopoverVisibility, popoverProps, textFieldProps, }: DateRangePickerProps) => react_jsx_runtime.JSX.Element;
|
|
623
|
+
|
|
624
|
+
interface DrawerShellHeaderProps {
|
|
625
|
+
titleText?: string;
|
|
626
|
+
titleNode?: React.ReactNode;
|
|
627
|
+
titleAction?: JSX.Element;
|
|
628
|
+
severity?: Severity$1;
|
|
629
|
+
copyURL: string;
|
|
630
|
+
customDividerStyle?: CSSProperties;
|
|
631
|
+
isFavorite?: boolean;
|
|
632
|
+
actionButtons?: Array<JSX.Element>;
|
|
633
|
+
disablePrev?: boolean;
|
|
634
|
+
disableNext?: boolean;
|
|
635
|
+
hidePrev?: boolean;
|
|
636
|
+
hideNext?: boolean;
|
|
637
|
+
hideTitleAction?: boolean;
|
|
638
|
+
hideFavorite?: boolean;
|
|
639
|
+
hideCopyBtn?: boolean;
|
|
640
|
+
hideActionButtons?: boolean;
|
|
641
|
+
onPrev?: () => void;
|
|
642
|
+
onNext?: () => void;
|
|
643
|
+
onClose?: (event?: React.MouseEvent<HTMLElement>) => void;
|
|
644
|
+
onFavorite?: () => void;
|
|
645
|
+
onTitleAction?: () => void;
|
|
646
|
+
onCopyLink?: (link: string) => void;
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
interface DrawerShellFooterProps {
|
|
650
|
+
pageName?: string;
|
|
651
|
+
hideGotoPage?: boolean;
|
|
652
|
+
onGotoPage?: () => void;
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
interface DrawerShellProps extends Omit<DrawerProps, "onClose">, DrawerShellHeaderProps, DrawerShellFooterProps {
|
|
656
|
+
title?: string;
|
|
657
|
+
isLoading?: boolean;
|
|
658
|
+
isError?: boolean;
|
|
659
|
+
hideFooter?: boolean;
|
|
660
|
+
paperProps?: SxProps;
|
|
661
|
+
}
|
|
662
|
+
declare const DrawerShell: ({ children, titleText, titleNode, open, isLoading, isError, isFavorite, severity, titleAction, copyURL, actionButtons, pageName, disablePrev, disableNext, hidePrev, hideNext, hideTitleAction, hideFooter, hideGotoPage, hideFavorite, hideCopyBtn, hideActionButtons, customDividerStyle, onPrev, onNext, onClose, onFavorite, onGotoPage, onTitleAction, onCopyLink, paperProps, ...props }: DrawerShellProps) => react_jsx_runtime.JSX.Element;
|
|
663
|
+
|
|
664
|
+
type ValueType = string | number;
|
|
665
|
+
interface DropdownOption<T extends ValueType> {
|
|
666
|
+
label: string;
|
|
667
|
+
value: T;
|
|
668
|
+
icon?: JSX.Element;
|
|
669
|
+
customElement?: JSX.Element;
|
|
670
|
+
menuItemTooltipProps?: Partial<TooltipProps$1>;
|
|
671
|
+
}
|
|
672
|
+
interface DropdownProps<T extends ValueType> {
|
|
673
|
+
onChange: (selected: DropdownOption<T>) => void;
|
|
674
|
+
options: DropdownOption<T>[];
|
|
675
|
+
selected: DropdownOption<T>;
|
|
676
|
+
buttonProps?: ButtonProps;
|
|
677
|
+
isActive?: boolean;
|
|
678
|
+
label?: string;
|
|
679
|
+
menuProps?: Partial<MenuProps>;
|
|
680
|
+
startIcon?: JSX.Element;
|
|
681
|
+
endIcon?: JSX.Element;
|
|
682
|
+
showSelectedOption?: boolean;
|
|
683
|
+
fixedWidth?: boolean;
|
|
684
|
+
buttonTooltipProps?: Partial<TooltipProps$1>;
|
|
685
|
+
}
|
|
686
|
+
declare const Dropdown: <T extends ValueType>({ onChange, options, selected, buttonProps, isActive, label, menuProps, startIcon, endIcon, showSelectedOption, fixedWidth, buttonTooltipProps, }: DropdownProps<T>) => JSX.Element;
|
|
687
|
+
|
|
688
|
+
interface DropdownAutocompleteTreeListboxProps {
|
|
689
|
+
children?: React__default.ReactNode[];
|
|
690
|
+
isIconAllowed?: boolean;
|
|
691
|
+
isSearchFieldEnabled?: boolean;
|
|
692
|
+
onSelectAllChange?: (isSelected: boolean) => void;
|
|
693
|
+
searchPlaceholder?: string;
|
|
694
|
+
searchText?: string;
|
|
695
|
+
selectAllNode: AugmentedSelectNodeType$1;
|
|
696
|
+
setSearchText?: (text: string) => void;
|
|
697
|
+
virtualizationOverscanPx?: number;
|
|
698
|
+
}
|
|
699
|
+
declare const DropdownAutocompleteTreeListbox: ({ children, isIconAllowed, isSearchFieldEnabled, onSelectAllChange, searchPlaceholder, searchText, selectAllNode, setSearchText, virtualizationOverscanPx, }: DropdownAutocompleteTreeListboxProps) => react_jsx_runtime.JSX.Element;
|
|
700
|
+
|
|
701
|
+
interface UseDropdownAutocompleteTreeProps {
|
|
702
|
+
parentSelectOnly?: boolean;
|
|
703
|
+
selectAllIcon?: React.ElementType<SvgIconProps> | null;
|
|
704
|
+
treeData: SelectNodeType$1[];
|
|
705
|
+
}
|
|
706
|
+
declare const useDropdownAutocompleteTree: ({ parentSelectOnly, selectAllIcon: SelectAllIcon, treeData, }: UseDropdownAutocompleteTreeProps) => {
|
|
707
|
+
flattenedTreeOptions: FlattenedSelectTreeData$1;
|
|
708
|
+
onSelectAllChange: (isSelected: boolean) => void;
|
|
709
|
+
searchText: string;
|
|
710
|
+
searchTextDebounced: any;
|
|
711
|
+
selectAllNode: AugmentedSelectNodeType$1<unknown>;
|
|
712
|
+
selectedValues: SelectNodeType$1<unknown>[];
|
|
713
|
+
setSearchText: React$1.Dispatch<React$1.SetStateAction<string>>;
|
|
714
|
+
setSelectedValues: React$1.Dispatch<React$1.SetStateAction<SelectNodeType$1<unknown>[]>>;
|
|
715
|
+
toggleExpand: ({ selectNode, isExpanded, isRecursive, }: {
|
|
716
|
+
selectNode: AugmentedSelectNodeType$1 | AugmentedSelectNodeType$1[];
|
|
717
|
+
isExpanded?: boolean | null;
|
|
718
|
+
isRecursive?: boolean;
|
|
719
|
+
}) => void;
|
|
720
|
+
updateCheckbox: (selectNode: AugmentedSelectNodeType$1 | AugmentedSelectNodeType$1[], isSelected: boolean) => void;
|
|
721
|
+
};
|
|
722
|
+
|
|
723
|
+
interface DropdownAutocompleteTreeProps {
|
|
724
|
+
buttonContent: ReactNode;
|
|
725
|
+
buttonSize?: "medium" | "large";
|
|
726
|
+
flattenedTreeOptions: AugmentedSelectNodeType$1[];
|
|
727
|
+
id?: string;
|
|
728
|
+
isIconAllowed?: boolean;
|
|
729
|
+
isSearchFieldEnabled?: boolean;
|
|
730
|
+
onSelectAllChange?: (isSelected: boolean) => void;
|
|
731
|
+
parentSelectOnly?: boolean;
|
|
732
|
+
searchText: string;
|
|
733
|
+
selectAllIcon?: React.ElementType<SvgIconProps>;
|
|
734
|
+
selectAllNode: AugmentedSelectNodeType$1;
|
|
735
|
+
setSearchText: (text: string) => void;
|
|
736
|
+
toggleExpand: (args: {
|
|
737
|
+
selectNode: AugmentedSelectNodeType$1;
|
|
738
|
+
}) => void;
|
|
739
|
+
updateCheckbox: (selectNode: AugmentedSelectNodeType$1, isSelected: boolean) => void;
|
|
740
|
+
popOverPaperSx?: SxProps;
|
|
741
|
+
buttonProps?: ButtonProps;
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
declare const DropdownAutocompleteTree: ({ buttonContent, buttonSize, flattenedTreeOptions, id, isIconAllowed, isSearchFieldEnabled, onSelectAllChange, parentSelectOnly, searchText, selectAllNode, popOverPaperSx, buttonProps, setSearchText, toggleExpand, updateCheckbox, }: DropdownAutocompleteTreeProps) => react_jsx_runtime.JSX.Element;
|
|
745
|
+
|
|
746
|
+
interface SelectNodeProps {
|
|
747
|
+
isExpanded?: boolean;
|
|
748
|
+
isIconAllowed?: boolean;
|
|
749
|
+
isLeaf: boolean;
|
|
750
|
+
isParentNode: boolean;
|
|
751
|
+
isSelectAllNode?: boolean;
|
|
752
|
+
isSelectable?: boolean;
|
|
753
|
+
isSelected?: boolean;
|
|
754
|
+
nestLevel?: number;
|
|
755
|
+
nodeIcon?: React.ElementType<SvgIconProps> | null;
|
|
756
|
+
nodeLabel: JSX.Element;
|
|
757
|
+
onCheckboxClick: (isSelected: boolean) => void;
|
|
758
|
+
onExpand?: () => void;
|
|
759
|
+
parentSelectOnly?: boolean;
|
|
760
|
+
selectableLeavesCount?: number;
|
|
761
|
+
selectedLeavesCount?: number;
|
|
762
|
+
}
|
|
763
|
+
declare const SelectNode: ({ isExpanded, isIconAllowed, isLeaf, isParentNode, isSelectAllNode, isSelectable, isSelected, nestLevel, nodeIcon, nodeLabel, onCheckboxClick, onExpand, parentSelectOnly, selectableLeavesCount, selectedLeavesCount, }: SelectNodeProps) => react_jsx_runtime.JSX.Element;
|
|
764
|
+
|
|
765
|
+
interface SelectNodeListItemProps {
|
|
766
|
+
isLeaf: boolean;
|
|
767
|
+
isSelectable?: boolean;
|
|
768
|
+
listItemProps?: ListItemProps;
|
|
769
|
+
onClick: () => void;
|
|
770
|
+
onExpand?: () => void;
|
|
771
|
+
selectNodeElement: ReactElement<ComponentProps<typeof SelectNode>>;
|
|
772
|
+
selectableLeavesCount?: number | null;
|
|
773
|
+
}
|
|
774
|
+
declare const SelectNodeListItem: ({ isLeaf, isSelectable, listItemProps, onClick, onExpand, selectNodeElement, selectableLeavesCount, }: SelectNodeListItemProps) => react_jsx_runtime.JSX.Element;
|
|
775
|
+
|
|
776
|
+
type Variant = "info" | "positive" | "warning" | "negative";
|
|
777
|
+
type Direction = "row" | "column";
|
|
778
|
+
|
|
779
|
+
interface EmptyStateProps {
|
|
780
|
+
variant?: Variant;
|
|
781
|
+
direction?: Direction;
|
|
782
|
+
size?: GeneralSize$1;
|
|
783
|
+
title?: string;
|
|
784
|
+
description?: string;
|
|
785
|
+
actionCallback?: () => void;
|
|
786
|
+
actionTitle?: string;
|
|
787
|
+
actionButtonProps?: ButtonProps;
|
|
788
|
+
containerProps?: StackProps;
|
|
789
|
+
}
|
|
790
|
+
declare const EmptyState: ({ variant, direction, size, title, description, actionCallback, actionTitle, actionButtonProps, containerProps, }: EmptyStateProps) => react_jsx_runtime.JSX.Element;
|
|
791
|
+
|
|
792
|
+
type FavoriteButtonProps = {
|
|
793
|
+
onClick: (event: React.MouseEvent<HTMLElement>) => void;
|
|
794
|
+
isChecked?: boolean;
|
|
795
|
+
tooltipProps?: Partial<TooltipProps$1>;
|
|
796
|
+
buttonProps?: ButtonProps$1;
|
|
797
|
+
withBackground?: boolean;
|
|
798
|
+
};
|
|
799
|
+
declare const FavoriteButton: ({ onClick, isChecked, tooltipProps, buttonProps, withBackground, }: FavoriteButtonProps) => react_jsx_runtime.JSX.Element;
|
|
800
|
+
|
|
801
|
+
interface FooterProps {
|
|
802
|
+
productNode?: React__default.ReactNode;
|
|
803
|
+
productName: string;
|
|
804
|
+
productLink?: string;
|
|
805
|
+
links?: LinkProps$1[];
|
|
806
|
+
}
|
|
807
|
+
declare const Footer: React__default.FC<FooterProps>;
|
|
808
|
+
|
|
809
|
+
interface HeaderAction {
|
|
810
|
+
id: string;
|
|
811
|
+
tooltip?: string;
|
|
812
|
+
icon: React__default.ReactElement;
|
|
813
|
+
onClick?: () => void;
|
|
814
|
+
href?: string;
|
|
815
|
+
target?: string;
|
|
816
|
+
"aria-label": string;
|
|
817
|
+
}
|
|
818
|
+
interface HeaderProps {
|
|
819
|
+
/**
|
|
820
|
+
* The logo element to display on the left side.
|
|
821
|
+
* Can be an img, svg, or a custom component.
|
|
822
|
+
*/
|
|
823
|
+
logo: ReactNode;
|
|
824
|
+
/**
|
|
825
|
+
* The title to display next to the logo.
|
|
826
|
+
*/
|
|
827
|
+
title?: string | ReactNode;
|
|
828
|
+
/**
|
|
829
|
+
* Configuration object for the search field.
|
|
830
|
+
* If undefined, the search field will not be rendered.
|
|
831
|
+
*/
|
|
832
|
+
searchProps?: SearchFieldProps$1;
|
|
833
|
+
/**
|
|
834
|
+
* A custom search field component to override the default search field.
|
|
835
|
+
* If provided, this will be used instead of the default searchProps.
|
|
836
|
+
*/
|
|
837
|
+
customSearchNode?: ReactNode;
|
|
838
|
+
/**
|
|
839
|
+
* An array of action objects to render quick action icon buttons.
|
|
840
|
+
*/
|
|
841
|
+
actions?: HeaderAction[];
|
|
842
|
+
/**
|
|
843
|
+
* The user-related section, typically a user menu or login button.
|
|
844
|
+
*/
|
|
845
|
+
userSection?: ReactNode;
|
|
846
|
+
/**
|
|
847
|
+
* The positioning type of the AppBar.
|
|
848
|
+
* @default 'fixed'
|
|
849
|
+
*/
|
|
850
|
+
position?: AppBarProps["position"];
|
|
851
|
+
/**
|
|
852
|
+
* The elevation (shadow) of the AppBar.
|
|
853
|
+
* @default 0
|
|
854
|
+
*/
|
|
855
|
+
elevation?: number;
|
|
856
|
+
/**
|
|
857
|
+
* Allows for custom styling overrides.
|
|
858
|
+
*/
|
|
859
|
+
sx?: SxProps<Theme>;
|
|
860
|
+
/**
|
|
861
|
+
* Whether to use a divider between the logo and title.
|
|
862
|
+
* @default false
|
|
863
|
+
*/
|
|
864
|
+
useDivider?: boolean;
|
|
865
|
+
}
|
|
866
|
+
|
|
867
|
+
declare const Header: ({ logo, title, searchProps, actions, userSection, position, elevation, useDivider, customSearchNode, sx, }: HeaderProps) => react_jsx_runtime.JSX.Element;
|
|
868
|
+
|
|
869
|
+
interface ILegendProps<T extends string> {
|
|
870
|
+
headers: T[];
|
|
871
|
+
rows: TRow<T>[];
|
|
872
|
+
isHorizontal?: boolean;
|
|
873
|
+
}
|
|
874
|
+
interface TRow<T extends string> {
|
|
875
|
+
color?: string | number;
|
|
876
|
+
icon?: React.ReactNode;
|
|
877
|
+
onClick?: ({ color, icon, values }: TRow<T>) => void;
|
|
878
|
+
values: {
|
|
879
|
+
[K in T]: string | number | JSX$1.Element;
|
|
880
|
+
};
|
|
881
|
+
tooltip?: React.ReactNode;
|
|
882
|
+
tooltipProps?: Partial<TooltipProps$1>;
|
|
883
|
+
}
|
|
884
|
+
declare const Legend$1: <T extends string>({ headers, rows, isHorizontal, }: ILegendProps<T>) => react_jsx_runtime.JSX.Element;
|
|
885
|
+
|
|
886
|
+
type LinkVariants = "body1" | "body2" | "caption";
|
|
887
|
+
interface LinkColorStatus {
|
|
888
|
+
disabled: boolean;
|
|
889
|
+
pressed: boolean;
|
|
890
|
+
hovered: boolean;
|
|
891
|
+
}
|
|
892
|
+
declare enum LinkType {
|
|
893
|
+
UnderlineRegular = "underlineRegular",
|
|
894
|
+
StandaloneRegular = "standaloneRegular",
|
|
895
|
+
StandaloneBold = "standaloneBold"
|
|
896
|
+
}
|
|
897
|
+
declare enum LinkColorEnum {
|
|
898
|
+
Primary = "primary",
|
|
899
|
+
Secondary = "secondary"
|
|
900
|
+
}
|
|
901
|
+
interface LinkProps extends Omit<LinkProps$2, "to"> {
|
|
902
|
+
Icon?: React.ElementType<SvgIconProps>;
|
|
903
|
+
color?: LinkColorEnum;
|
|
904
|
+
customizeColor?: ({ disabled, pressed, hovered }: LinkColorStatus) => string;
|
|
905
|
+
disabled?: boolean;
|
|
906
|
+
ellipsis?: boolean;
|
|
907
|
+
fontStyle?: CSSProperties$1;
|
|
908
|
+
href?: To;
|
|
909
|
+
iconPosition?: IconPosition$1;
|
|
910
|
+
linkType?: LinkType;
|
|
911
|
+
openInNewTab?: boolean;
|
|
912
|
+
size?: GeneralSize$1;
|
|
913
|
+
sx?: CSSProperties$1;
|
|
914
|
+
}
|
|
915
|
+
|
|
916
|
+
declare const Link$1: ({ Icon, children, color, customizeColor, disabled, ellipsis, fontStyle, href, iconPosition, linkType, openInNewTab, size, style, ...props }: LinkProps) => react_jsx_runtime.JSX.Element;
|
|
917
|
+
|
|
918
|
+
declare const LoadingErrorState: () => JSX.Element;
|
|
919
|
+
|
|
920
|
+
declare const ModalTitle: ({ children, ...props }: DialogTitleProps) => react_jsx_runtime.JSX.Element;
|
|
921
|
+
|
|
922
|
+
declare const ModalSubtitle: ({ children, ...props }: DialogTitleProps) => react_jsx_runtime.JSX.Element;
|
|
923
|
+
|
|
924
|
+
interface MenuItemProps extends MenuItemProps$1 {
|
|
925
|
+
href?: LinkProps$1["href"];
|
|
926
|
+
openInNewTab?: boolean;
|
|
927
|
+
ellipsis?: boolean;
|
|
928
|
+
iconPosition?: LinkProps$1["iconPosition"];
|
|
929
|
+
Icon?: LinkProps$1["Icon"];
|
|
930
|
+
}
|
|
931
|
+
declare const MenuItem: ({ children, disabled, ellipsis, href, Icon, iconPosition, openInNewTab, ...props }: MenuItemProps) => react_jsx_runtime.JSX.Element;
|
|
932
|
+
|
|
933
|
+
interface OverflowTooltipProps extends Omit<TooltipProps$1, "title" | "children"> {
|
|
934
|
+
value: React.ReactNode;
|
|
935
|
+
someLongText: React.ReactNode;
|
|
936
|
+
ellipsisDirection?: "start" | "end";
|
|
937
|
+
styleText?: React.CSSProperties;
|
|
938
|
+
}
|
|
939
|
+
declare const OverflowTooltip: ({ value, someLongText, ellipsisDirection, styleText, ...rest }: OverflowTooltipProps) => react_jsx_runtime.JSX.Element;
|
|
940
|
+
|
|
941
|
+
type PathDisplayProps = {
|
|
942
|
+
path: string;
|
|
943
|
+
numberOfLevels?: number;
|
|
944
|
+
tooltipProps?: TooltipProps$2;
|
|
945
|
+
TypographyProps?: TypographyProps;
|
|
946
|
+
};
|
|
947
|
+
declare const PathDisplay: ({ path, numberOfLevels, tooltipProps, TypographyProps, }: PathDisplayProps) => react_jsx_runtime.JSX.Element | null;
|
|
948
|
+
|
|
949
|
+
interface SearchFieldProps extends Omit<TextFieldProps$1, "inputProps"> {
|
|
950
|
+
inputProps?: InputProps;
|
|
951
|
+
onChangeCallback?: (value: string) => void;
|
|
952
|
+
onClear?: () => void;
|
|
953
|
+
extendEndAdornment?: React__default.JSX.Element;
|
|
954
|
+
}
|
|
955
|
+
declare const SearchField: ({ inputProps, slotProps, onChangeCallback, extendEndAdornment, onClear, ...props }: SearchFieldProps) => react_jsx_runtime.JSX.Element;
|
|
956
|
+
|
|
957
|
+
interface SeverityBarProps {
|
|
958
|
+
/**
|
|
959
|
+
* Severity of the bar
|
|
960
|
+
*/
|
|
961
|
+
severity: Severity$1;
|
|
962
|
+
/**
|
|
963
|
+
* Styling for the bar
|
|
964
|
+
*/
|
|
965
|
+
sx?: SxProps<Theme>;
|
|
966
|
+
}
|
|
967
|
+
declare const SeverityBar$1: ({ severity, sx, }: SeverityBarProps) => JSX.Element;
|
|
968
|
+
|
|
969
|
+
interface SpinnerProps extends CircularProgressProps {
|
|
970
|
+
boxProps?: BoxProps;
|
|
971
|
+
}
|
|
972
|
+
declare const Spinner: ({ boxProps, ...props }: SpinnerProps) => react_jsx_runtime.JSX.Element;
|
|
973
|
+
|
|
974
|
+
interface ExportProps {
|
|
975
|
+
enableExport?: boolean;
|
|
976
|
+
onClickExportJson?: (props: {
|
|
977
|
+
setSuccess: (message?: string) => void;
|
|
978
|
+
setError(message?: string): void;
|
|
979
|
+
}) => void;
|
|
980
|
+
onClickExportCsv?: (props: {
|
|
981
|
+
setSuccess: (message?: string) => void;
|
|
982
|
+
setError(message?: string): void;
|
|
983
|
+
}) => void;
|
|
984
|
+
}
|
|
985
|
+
interface TopToolbarProps {
|
|
986
|
+
enableActions?: boolean;
|
|
987
|
+
export?: ExportProps;
|
|
988
|
+
enableArrangeColumns?: boolean;
|
|
989
|
+
onReload?: () => void;
|
|
990
|
+
}
|
|
991
|
+
interface TableTitle {
|
|
992
|
+
label: string;
|
|
993
|
+
count?: number;
|
|
994
|
+
variant?: TypographyVariant;
|
|
995
|
+
color?: string;
|
|
996
|
+
showSelected?: boolean;
|
|
997
|
+
}
|
|
998
|
+
interface RowData<TData extends MRT_RowData> {
|
|
999
|
+
cell: MRT_Cell<TData, unknown>;
|
|
1000
|
+
renderedCellValue: React.ReactNode;
|
|
1001
|
+
}
|
|
1002
|
+
interface TableProps<TData extends MRT_RowData> extends MRT_TableOptions<TData> {
|
|
1003
|
+
isLoading?: boolean;
|
|
1004
|
+
manualPagination?: boolean;
|
|
1005
|
+
manualSorting?: boolean;
|
|
1006
|
+
numOfRows?: number;
|
|
1007
|
+
densityCompact?: boolean;
|
|
1008
|
+
enableExpandAll?: boolean;
|
|
1009
|
+
enableExpanding?: boolean;
|
|
1010
|
+
enableTopToolbar?: boolean;
|
|
1011
|
+
topToolbarProps?: TopToolbarProps;
|
|
1012
|
+
title?: TableTitle;
|
|
1013
|
+
titleExtension?: ReactNode;
|
|
1014
|
+
initialPageIndex?: number;
|
|
1015
|
+
initialPageSize?: number;
|
|
1016
|
+
rowsPerPageOptions?: number[];
|
|
1017
|
+
emptyStateProps?: EmptyStateProps$1;
|
|
1018
|
+
onRowLinkClick?: (rowData: RowData<TData>) => unknown;
|
|
1019
|
+
}
|
|
1020
|
+
type AtomicTypes = string | number | boolean | null | undefined;
|
|
1021
|
+
interface TableRow {
|
|
1022
|
+
[key: string]: AtomicTypes | AtomicTypes[] | ReactNode;
|
|
1023
|
+
subRows?: ReactNode;
|
|
1024
|
+
}
|
|
1025
|
+
//# sourceMappingURL=index.d.ts.map
|
|
1026
|
+
|
|
1027
|
+
/**
|
|
1028
|
+
* `Table` Component
|
|
1029
|
+
*
|
|
1030
|
+
* A customizable table component built on top of `MaterialReactTable`. It provides additional features
|
|
1031
|
+
* and configurations to cater to specific use cases, while also allowing for manual control over pagination
|
|
1032
|
+
* and sorting.
|
|
1033
|
+
*
|
|
1034
|
+
* @property {Array} columns - Defines the structure and headers of the table columns.
|
|
1035
|
+
* @property {Array} data - The data to be displayed in the table.
|
|
1036
|
+
* @property {boolean} [isLoading=true] - Determines if the table is in a loading state.
|
|
1037
|
+
* @property {boolean} [manualPagination=false] - If true, pagination is controlled manually outside the table component.
|
|
1038
|
+
* @property {boolean} [manualSorting=false] - If true, sorting is controlled manually outside the table component.
|
|
1039
|
+
* @property {MRT_PaginationState} [paginationState={ pageIndex: 0, pageSize: 10 }] - Defines the current pagination state of the table.
|
|
1040
|
+
* @property {number} [numOfRows=data.length] - Specifies the total number of rows.
|
|
1041
|
+
* @property {boolean} [densityCompact=false] - If true, the table uses a compact density for rows.
|
|
1042
|
+
* @property {...Object} props - Other properties passed to the component. These are directly passed to the underlying `MaterialReactTable` and can be any valid properties of that library.
|
|
1043
|
+
*
|
|
1044
|
+
* @returns {ReactElement} A rendered `MaterialReactTable` component with the provided configurations.
|
|
1045
|
+
*
|
|
1046
|
+
* @example
|
|
1047
|
+
* <Table columns={myColumns} data={myData} isLoading={false} />
|
|
1048
|
+
*/
|
|
1049
|
+
declare const CreateTableInstance: <TData extends MRT_RowData>({ columns, data, initialState, title, titleExtension, isLoading, manualPagination, manualSorting, densityCompact, enableExpandAll, enableColumnPinning, enableExpanding, enableTopToolbar, topToolbarProps, onRowLinkClick, positionActionsColumn, initialPageIndex, rowCount, initialPageSize, rowsPerPageOptions, pageCount, emptyStateProps, ...props }: TableProps<TData>) => MRT_TableInstance<TData>;
|
|
1050
|
+
declare const Table$1: <TData extends MRT_RowData>({ columns, data, initialState, isLoading, manualPagination, manualSorting, densityCompact, enableExpandAll, enableExpanding, titleExtension, ...props }: TableProps<TData>) => react_jsx_runtime.JSX.Element;
|
|
1051
|
+
|
|
1052
|
+
type TabsType = "main" | "subTab" | "toggleTab";
|
|
1053
|
+
interface TabsProps extends TabsProps$2 {
|
|
1054
|
+
type?: TabsType;
|
|
1055
|
+
boxProps?: BoxProps;
|
|
1056
|
+
}
|
|
1057
|
+
declare const Tabs: ({ type, sx, children, boxProps, ...props }: TabsProps) => react_jsx_runtime.JSX.Element;
|
|
1058
|
+
|
|
1059
|
+
declare const Tab: ({ loading, ...props }: TabProps) => react_jsx_runtime.JSX.Element;
|
|
1060
|
+
|
|
1061
|
+
interface TagStatusStyle {
|
|
1062
|
+
backgroundColor: string;
|
|
1063
|
+
iconColor: string;
|
|
1064
|
+
icon: React.ElementType;
|
|
1065
|
+
}
|
|
1066
|
+
declare enum TagAvatarSize {
|
|
1067
|
+
small = "20",
|
|
1068
|
+
medium = "24",
|
|
1069
|
+
large = "32"
|
|
1070
|
+
}
|
|
1071
|
+
declare enum TagBackgroundColorVariants {
|
|
1072
|
+
Primary = "controlBackgroundMedium",
|
|
1073
|
+
Secondary = "accentGWeak",
|
|
1074
|
+
AccentAWeak = "accentAWeak",
|
|
1075
|
+
AccentBWeak = "accentBWeak",
|
|
1076
|
+
AccentCWeak = "accentCWeak",
|
|
1077
|
+
AccentDWeak = "accentDWeak",
|
|
1078
|
+
AccentEWeak = "accentEWeak",
|
|
1079
|
+
AccentFWeak = "accentFWeak",
|
|
1080
|
+
AccentGWeak = "accentGWeak",
|
|
1081
|
+
AccentHWeak = "accentHWeak",
|
|
1082
|
+
AccentIWeak = "accentIWeak",
|
|
1083
|
+
AccentJWeak = "accentJWeak"
|
|
1084
|
+
}
|
|
1085
|
+
declare enum TagStatus {
|
|
1086
|
+
"Excellent" = "Excellent",
|
|
1087
|
+
"Positive" = "Positive",
|
|
1088
|
+
"Warning" = "Warning",
|
|
1089
|
+
"SevereWarning" = "Severe warning",
|
|
1090
|
+
"Negative" = "Negative",
|
|
1091
|
+
"Inactive" = "Inactive",
|
|
1092
|
+
"Disabled" = "Disabled",
|
|
1093
|
+
"InProgress" = "In progress",
|
|
1094
|
+
"Info" = "Info",
|
|
1095
|
+
"Allow" = "Allow",
|
|
1096
|
+
"Deny" = "Deny"
|
|
1097
|
+
}
|
|
1098
|
+
|
|
1099
|
+
interface TagProps extends Omit<ChipProps, "size" | "children" | "label" | "color"> {
|
|
1100
|
+
color?: TagBackgroundColorVariants;
|
|
1101
|
+
children: React.ReactNode;
|
|
1102
|
+
size?: GeneralSize$1;
|
|
1103
|
+
status?: TagStatus;
|
|
1104
|
+
}
|
|
1105
|
+
/**
|
|
1106
|
+
*
|
|
1107
|
+
* @param status - If status is provided, the tag will be styled according to the status, indepenently of the icon settings
|
|
1108
|
+
* @param avatar - When avatar is provided, icon is ignored and the size of the tag is bigger.
|
|
1109
|
+
* @returns
|
|
1110
|
+
*/
|
|
1111
|
+
declare const Tag: ({ avatar, children, color, status, icon, onClick, size, ...props }: TagProps) => react_jsx_runtime.JSX.Element;
|
|
1112
|
+
|
|
1113
|
+
declare const selectTagStyle: (theme: Theme) => {
|
|
1114
|
+
Excellent: {
|
|
1115
|
+
backgroundColor: string;
|
|
1116
|
+
icon: _mui_material_OverridableComponent.OverridableComponent<_mui_material.SvgIconTypeMap<{}, "svg">> & {
|
|
1117
|
+
muiName: string;
|
|
1118
|
+
};
|
|
1119
|
+
iconColor: string;
|
|
1120
|
+
};
|
|
1121
|
+
Positive: {
|
|
1122
|
+
backgroundColor: string;
|
|
1123
|
+
icon: _mui_material_OverridableComponent.OverridableComponent<_mui_material.SvgIconTypeMap<{}, "svg">> & {
|
|
1124
|
+
muiName: string;
|
|
1125
|
+
};
|
|
1126
|
+
iconColor: string;
|
|
1127
|
+
};
|
|
1128
|
+
Warning: {
|
|
1129
|
+
backgroundColor: string;
|
|
1130
|
+
icon: _mui_material_OverridableComponent.OverridableComponent<_mui_material.SvgIconTypeMap<{}, "svg">> & {
|
|
1131
|
+
muiName: string;
|
|
1132
|
+
};
|
|
1133
|
+
iconColor: string;
|
|
1134
|
+
};
|
|
1135
|
+
"Severe warning": {
|
|
1136
|
+
backgroundColor: string;
|
|
1137
|
+
icon: _mui_material_OverridableComponent.OverridableComponent<_mui_material.SvgIconTypeMap<{}, "svg">> & {
|
|
1138
|
+
muiName: string;
|
|
1139
|
+
};
|
|
1140
|
+
iconColor: string;
|
|
1141
|
+
};
|
|
1142
|
+
Negative: {
|
|
1143
|
+
backgroundColor: string;
|
|
1144
|
+
iconColor: string;
|
|
1145
|
+
icon: _mui_material_OverridableComponent.OverridableComponent<_mui_material.SvgIconTypeMap<{}, "svg">> & {
|
|
1146
|
+
muiName: string;
|
|
1147
|
+
};
|
|
1148
|
+
};
|
|
1149
|
+
Inactive: {
|
|
1150
|
+
backgroundColor: string;
|
|
1151
|
+
iconColor: string;
|
|
1152
|
+
icon: _mui_material_OverridableComponent.OverridableComponent<_mui_material.SvgIconTypeMap<{}, "svg">> & {
|
|
1153
|
+
muiName: string;
|
|
1154
|
+
};
|
|
1155
|
+
};
|
|
1156
|
+
Disabled: {
|
|
1157
|
+
backgroundColor: string;
|
|
1158
|
+
iconColor: string;
|
|
1159
|
+
icon: _mui_material_OverridableComponent.OverridableComponent<_mui_material.SvgIconTypeMap<{}, "svg">> & {
|
|
1160
|
+
muiName: string;
|
|
1161
|
+
};
|
|
1162
|
+
};
|
|
1163
|
+
"In progress": {
|
|
1164
|
+
backgroundColor: string;
|
|
1165
|
+
icon: _mui_material_OverridableComponent.OverridableComponent<_mui_material.SvgIconTypeMap<{}, "svg">> & {
|
|
1166
|
+
muiName: string;
|
|
1167
|
+
};
|
|
1168
|
+
iconColor: string;
|
|
1169
|
+
};
|
|
1170
|
+
Info: {
|
|
1171
|
+
backgroundColor: string;
|
|
1172
|
+
icon: _mui_material_OverridableComponent.OverridableComponent<_mui_material.SvgIconTypeMap<{}, "svg">> & {
|
|
1173
|
+
muiName: string;
|
|
1174
|
+
};
|
|
1175
|
+
iconColor: string;
|
|
1176
|
+
};
|
|
1177
|
+
Allow: {
|
|
1178
|
+
backgroundColor: string;
|
|
1179
|
+
icon: _mui_material_OverridableComponent.OverridableComponent<_mui_material.SvgIconTypeMap<{}, "svg">> & {
|
|
1180
|
+
muiName: string;
|
|
1181
|
+
};
|
|
1182
|
+
iconColor: string;
|
|
1183
|
+
};
|
|
1184
|
+
Deny: {
|
|
1185
|
+
backgroundColor: string;
|
|
1186
|
+
iconColor: string;
|
|
1187
|
+
icon: _mui_material_OverridableComponent.OverridableComponent<_mui_material.SvgIconTypeMap<{}, "svg">> & {
|
|
1188
|
+
muiName: string;
|
|
1189
|
+
};
|
|
1190
|
+
};
|
|
1191
|
+
};
|
|
1192
|
+
declare const getTagStyle: ({ theme, size, statusStyle, clickable, color, hasAvatar, }: {
|
|
1193
|
+
clickable: boolean;
|
|
1194
|
+
color: TagBackgroundColorVariants;
|
|
1195
|
+
hasAvatar: boolean;
|
|
1196
|
+
theme: Theme;
|
|
1197
|
+
size?: GeneralSize$1;
|
|
1198
|
+
statusStyle?: TagStatusStyle;
|
|
1199
|
+
}) => SxProps<Theme>;
|
|
1200
|
+
|
|
1201
|
+
interface SkillTagsProps {
|
|
1202
|
+
customizeLabel?: (node: AugmentedSelectNodeType$1 | SelectNodeType$1) => string;
|
|
1203
|
+
customizeTooltip?: (node: AugmentedSelectNodeType$1 | SelectNodeType$1) => React.ReactNode;
|
|
1204
|
+
handleDelete?: (event: React.MouseEvent<HTMLElement>, node: AugmentedSelectNodeType$1 | SelectNodeType$1, idx: number) => void;
|
|
1205
|
+
items: AugmentedSelectNodeType$1[] | SelectNodeType$1[];
|
|
1206
|
+
maxTooltipTags?: number;
|
|
1207
|
+
shouldTruncate?: boolean;
|
|
1208
|
+
showOnlyFirst?: boolean;
|
|
1209
|
+
size?: GeneralSize$1;
|
|
1210
|
+
}
|
|
1211
|
+
declare const Tags: ({ customizeLabel, customizeTooltip, handleDelete, items, maxTooltipTags, shouldTruncate, showOnlyFirst, size, }: SkillTagsProps) => react_jsx_runtime.JSX.Element | null;
|
|
1212
|
+
|
|
1213
|
+
declare const LabelAndChildrenTooltipContent: ({ node }: {
|
|
1214
|
+
node: SelectNodeType$1;
|
|
1215
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1216
|
+
//# sourceMappingURL=label-and-children-tooltip-content.d.ts.map
|
|
1217
|
+
|
|
1218
|
+
declare const RemainingTags: ({ tags, }: {
|
|
1219
|
+
tags: AugmentedSelectNodeType$1[];
|
|
1220
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1221
|
+
|
|
1222
|
+
type ToastType = "default" | "info" | "success" | "warning" | "error";
|
|
1223
|
+
|
|
1224
|
+
interface ToastProps extends Omit<AlertProps, "variant" | "severity" | "children" | "iconMapping" | "action" | "id" | "icon"> {
|
|
1225
|
+
id: string;
|
|
1226
|
+
type?: ToastType;
|
|
1227
|
+
title: string;
|
|
1228
|
+
description?: string;
|
|
1229
|
+
showCloseButton?: boolean;
|
|
1230
|
+
useNativeClose?: boolean;
|
|
1231
|
+
action?: {
|
|
1232
|
+
label: string;
|
|
1233
|
+
onClick: () => void;
|
|
1234
|
+
};
|
|
1235
|
+
customActions?: React__default.ReactNode;
|
|
1236
|
+
}
|
|
1237
|
+
declare const Toast: ({ type, showCloseButton, useNativeClose, title, description, action, id, customActions, ...props }: ToastProps) => react_jsx_runtime.JSX.Element | null;
|
|
1238
|
+
declare const toast: ({ ...props }: Omit<ToastProps, "id">) => string | number;
|
|
1239
|
+
|
|
1240
|
+
type ToasterProps = React.ComponentProps<typeof Toaster$1>;
|
|
1241
|
+
declare const Toaster: ({ ...props }: ToasterProps) => react_jsx_runtime.JSX.Element;
|
|
1242
|
+
|
|
1243
|
+
interface ToggleProps extends SwitchProps {
|
|
1244
|
+
}
|
|
1245
|
+
declare const Toggle: (props: ToggleProps) => react_jsx_runtime.JSX.Element;
|
|
1246
|
+
|
|
1247
|
+
declare enum TooltipSize {
|
|
1248
|
+
Medium = "medium",
|
|
1249
|
+
Large = "large"
|
|
1250
|
+
}
|
|
1251
|
+
|
|
1252
|
+
interface TooltipProps extends TooltipProps$3 {
|
|
1253
|
+
size?: TooltipSize;
|
|
1254
|
+
}
|
|
1255
|
+
declare const Tooltip: ({ size, children, ...props }: TooltipProps) => react_jsx_runtime.JSX.Element;
|
|
1256
|
+
|
|
1257
|
+
type ViewSwitcherOptionObject = {
|
|
1258
|
+
size?: ViewSwitcherSize | undefined;
|
|
1259
|
+
disabled?: boolean | undefined;
|
|
1260
|
+
value: string;
|
|
1261
|
+
} & ({
|
|
1262
|
+
icon?: never | undefined;
|
|
1263
|
+
label: ReactNode;
|
|
1264
|
+
} | {
|
|
1265
|
+
icon: ComponentType<SvgIconProps>;
|
|
1266
|
+
label?: never | undefined;
|
|
1267
|
+
});
|
|
1268
|
+
type ViewSwitcherSize = "sm" | "md";
|
|
1269
|
+
type ViewSwitcherOption = ViewSwitcherOptionObject | string;
|
|
1270
|
+
type ViewSwitcherOptionProperties = Omit<ViewSwitcherOptionObject, "value"> & {
|
|
1271
|
+
onChange: (value: string) => void;
|
|
1272
|
+
selected: boolean;
|
|
1273
|
+
value: NonNullable<ViewSwitcherOptionObject["value"]>;
|
|
1274
|
+
};
|
|
1275
|
+
interface ViewSwitcherProps {
|
|
1276
|
+
containerProps?: BoxProps | undefined;
|
|
1277
|
+
disabled?: boolean | undefined;
|
|
1278
|
+
fullWidth?: boolean | undefined;
|
|
1279
|
+
onChange: ViewSwitcherOptionProperties["onChange"];
|
|
1280
|
+
options: readonly ViewSwitcherOption[];
|
|
1281
|
+
size?: ViewSwitcherSize | undefined;
|
|
1282
|
+
value: string | undefined;
|
|
1283
|
+
}
|
|
1284
|
+
|
|
1285
|
+
declare const ViewSwitcher: ({ disabled, fullWidth, onChange, options, size, value, containerProps, }: ViewSwitcherProps) => react_jsx_runtime.JSX.Element;
|
|
1286
|
+
|
|
1287
|
+
interface IWidgetProps<T extends string> {
|
|
1288
|
+
bodyElement: JSX.Element;
|
|
1289
|
+
sx?: SxProps;
|
|
1290
|
+
label?: string | JSX.Element;
|
|
1291
|
+
headerChildren?: JSX.Element;
|
|
1292
|
+
headerLeftChildren?: JSX.Element;
|
|
1293
|
+
labelTooltip?: React.ReactNode;
|
|
1294
|
+
titleTooltip?: React.ReactNode;
|
|
1295
|
+
isLoading?: boolean;
|
|
1296
|
+
legend?: ILegendProps$1<T>;
|
|
1297
|
+
isHorizontal?: boolean;
|
|
1298
|
+
chartCustomComponent?: React.ReactNode;
|
|
1299
|
+
stackStyle?: Record<string, string | number>;
|
|
1300
|
+
legendCustomComponent?: React.ReactNode;
|
|
1301
|
+
tooltipProps?: Partial<TooltipProps$1>;
|
|
1302
|
+
isEmpty?: boolean;
|
|
1303
|
+
onLabelClick?: () => void;
|
|
1304
|
+
dataRoseyUrn?: string;
|
|
1305
|
+
}
|
|
1306
|
+
declare const Widget: <T extends string>({ sx, label, headerChildren, headerLeftChildren, labelTooltip, titleTooltip, bodyElement, isLoading, legend, isHorizontal, isEmpty, legendCustomComponent, tooltipProps, onLabelClick, dataRoseyUrn, }: IWidgetProps<T>) => react_jsx_runtime.JSX.Element;
|
|
1307
|
+
|
|
1308
|
+
declare const ScrollArea: React$1.ForwardRefExoticComponent<Omit<_mui_system.BoxOwnProps<_mui_material.Theme> & Omit<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
1309
|
+
ref?: ((instance: HTMLDivElement | null) => void | React$1.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React$1.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React$1.RefObject<HTMLDivElement> | null | undefined;
|
|
1310
|
+
}, keyof _mui_system.BoxOwnProps<_mui_material.Theme>>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
1311
|
+
//# sourceMappingURL=scroll-area.d.ts.map
|
|
1312
|
+
|
|
1313
|
+
interface PaginationProps extends PaginationProps$1 {
|
|
1314
|
+
}
|
|
1315
|
+
declare const Pagination: (props: PaginationProps) => react_jsx_runtime.JSX.Element;
|
|
1316
|
+
|
|
1317
|
+
interface BarChartProps extends ChartProps$1 {
|
|
1318
|
+
handleClick?: (item: ChartDataItem$1) => void;
|
|
1319
|
+
}
|
|
1320
|
+
declare const BarChart: ({ data, handleClick, showTooltip, customTooltip, }: BarChartProps) => react_jsx_runtime.JSX.Element;
|
|
1321
|
+
|
|
1322
|
+
interface BarProps {
|
|
1323
|
+
key: string;
|
|
1324
|
+
color: string;
|
|
1325
|
+
}
|
|
1326
|
+
interface BarGraphProps extends ChartProps$1 {
|
|
1327
|
+
headers?: string[];
|
|
1328
|
+
bars?: BarProps[];
|
|
1329
|
+
showLegend?: boolean;
|
|
1330
|
+
handleClick?: CategoricalChartFunc;
|
|
1331
|
+
}
|
|
1332
|
+
declare const BarGraph: ({ data, showLegend, showTooltip, bars, headers, customTooltip, handleClick, }: BarGraphProps) => react_jsx_runtime.JSX.Element;
|
|
1333
|
+
|
|
1334
|
+
type IChartWidgetProps<T extends string> = ExtendedChartProps$1 & Omit<IWidgetProps$1<T>, "bodyElement"> & ConditionalPropsByType$1 & {
|
|
1335
|
+
sx?: SxProps;
|
|
1336
|
+
generalWidgetStyle?: SxProps;
|
|
1337
|
+
label: string;
|
|
1338
|
+
};
|
|
1339
|
+
declare const ChartWidget: <T extends string>({ data, type, label, labelTooltip, showTooltip, categories, isLoading, legend, isEmpty, isHorizontal, customTooltip, titleTooltip, sx, chartCustomComponent, stackStyle, legendCustomComponent, tooltipProps, generalWidgetStyle, headerChildren, headerLeftChildren, onLabelClick, dataRoseyUrn, ...rest }: IChartWidgetProps<T>) => react_jsx_runtime.JSX.Element;
|
|
1340
|
+
|
|
1341
|
+
interface DonutProps extends ChartProps$1 {
|
|
1342
|
+
handleClick?: (sliceData: ChartDataItem$1) => void;
|
|
1343
|
+
}
|
|
1344
|
+
/**
|
|
1345
|
+
* A donut chart typically shows the proportions of categorical data where the size of each piece of the donut communicates the proportion of each category.
|
|
1346
|
+
*/
|
|
1347
|
+
declare const DonutChart: ({ data, showTooltip, customTooltip, handleClick, }: DonutProps) => JSX.Element;
|
|
1348
|
+
|
|
1349
|
+
interface GaugeChartProps extends ChartProps$1 {
|
|
1350
|
+
maxValue?: number;
|
|
1351
|
+
customLabelComponent?: React.ReactNode;
|
|
1352
|
+
styleProps?: {
|
|
1353
|
+
customWidth?: number;
|
|
1354
|
+
customHeight?: number;
|
|
1355
|
+
textTop?: string;
|
|
1356
|
+
};
|
|
1357
|
+
}
|
|
1358
|
+
declare const GaugeChart: ({ data, maxValue, customLabelComponent, styleProps, }: GaugeChartProps) => react_jsx_runtime.JSX.Element;
|
|
1359
|
+
declare const gaugeWrapper: ({ height, width, }: {
|
|
1360
|
+
height: number;
|
|
1361
|
+
width: number;
|
|
1362
|
+
}) => {
|
|
1363
|
+
readonly display: "inline-block";
|
|
1364
|
+
readonly width: `${number}px`;
|
|
1365
|
+
readonly height: `${number}px`;
|
|
1366
|
+
readonly position: "relative";
|
|
1367
|
+
};
|
|
1368
|
+
declare const barShadow: (barFill: string) => {
|
|
1369
|
+
filter: string;
|
|
1370
|
+
};
|
|
1371
|
+
declare const gaugeLabel: {
|
|
1372
|
+
transform: string;
|
|
1373
|
+
};
|
|
1374
|
+
declare const boxStyle: {
|
|
1375
|
+
position: string;
|
|
1376
|
+
top: string;
|
|
1377
|
+
left: string;
|
|
1378
|
+
transform: string;
|
|
1379
|
+
};
|
|
1380
|
+
|
|
1381
|
+
interface HorizontalBarChartProps extends ChartProps$1 {
|
|
1382
|
+
handleClick?: (item: ChartDataItem$1) => void;
|
|
1383
|
+
}
|
|
1384
|
+
declare const HorizontalBarChart: ({ data, categories, handleClick, }: HorizontalBarChartProps) => react_jsx_runtime.JSX.Element;
|
|
1385
|
+
|
|
1386
|
+
interface LineChartTooltipProps extends TooltipProps$4<number, string> {
|
|
1387
|
+
subject?: string;
|
|
1388
|
+
valueFormatter?: (value?: number) => string;
|
|
1389
|
+
}
|
|
1390
|
+
|
|
1391
|
+
type SafeLineProps = Omit<LineProps, "ref">;
|
|
1392
|
+
interface LineChartProps extends ChartProps$1, Pick<LineChartTooltipProps, "valueFormatter"> {
|
|
1393
|
+
subject?: string;
|
|
1394
|
+
xAxisProps?: XAxisProps;
|
|
1395
|
+
yAxisProps?: YAxisProps;
|
|
1396
|
+
lineProps?: Partial<SafeLineProps>;
|
|
1397
|
+
gridProps?: CartesianGridProps;
|
|
1398
|
+
}
|
|
1399
|
+
declare const LineChart: ({ data, categories, showTooltip, subject, xAxisProps, yAxisProps, customTooltip, valueFormatter, lineProps, gridProps, }: LineChartProps) => react_jsx_runtime.JSX.Element;
|
|
1400
|
+
|
|
1401
|
+
interface ChartDataItem {
|
|
1402
|
+
name: string;
|
|
1403
|
+
value: number;
|
|
1404
|
+
color: string;
|
|
1405
|
+
icon?: React.ElementType;
|
|
1406
|
+
}
|
|
1407
|
+
interface TableChartDataItem {
|
|
1408
|
+
name: string;
|
|
1409
|
+
value: number;
|
|
1410
|
+
color: string;
|
|
1411
|
+
}
|
|
1412
|
+
interface ChartCategory {
|
|
1413
|
+
name: string;
|
|
1414
|
+
color?: string;
|
|
1415
|
+
}
|
|
1416
|
+
interface ChartCategoryItem {
|
|
1417
|
+
date: string;
|
|
1418
|
+
[key: string]: number | string;
|
|
1419
|
+
}
|
|
1420
|
+
interface BarGraphItem {
|
|
1421
|
+
value: ReactNode;
|
|
1422
|
+
barData: {
|
|
1423
|
+
[barKey: string]: string | number;
|
|
1424
|
+
};
|
|
1425
|
+
}
|
|
1426
|
+
interface ChartProps {
|
|
1427
|
+
data: ChartDataItem[] | ChartCategoryItem[] | BarGraphItem[] | TableChartDataItem[];
|
|
1428
|
+
showTooltip?: boolean;
|
|
1429
|
+
categories?: ChartCategory[];
|
|
1430
|
+
customTooltip?: ContentType<number, string>;
|
|
1431
|
+
}
|
|
1432
|
+
declare enum ChartType {
|
|
1433
|
+
VERTICAL_BAR = "vertical_bar",
|
|
1434
|
+
HORIZONTAL_BAR = "horizontal_bar",
|
|
1435
|
+
DONUT = "donut",
|
|
1436
|
+
GAUGE = "gauge",
|
|
1437
|
+
LINE = "line",
|
|
1438
|
+
BAR_GRAPH = "bar_graph"
|
|
1439
|
+
}
|
|
1440
|
+
declare const ChartTypeComponents: {
|
|
1441
|
+
[key: string]: React.ComponentType<ChartProps>;
|
|
1442
|
+
};
|
|
1443
|
+
type ConditionalPropsByType = {
|
|
1444
|
+
type: ChartType.BAR_GRAPH;
|
|
1445
|
+
handleClick?: CategoricalChartFunc;
|
|
1446
|
+
} | {
|
|
1447
|
+
type: ChartType.DONUT;
|
|
1448
|
+
handleClick?: (sliceData: ChartDataItem) => void;
|
|
1449
|
+
} | {
|
|
1450
|
+
type: ChartType.HORIZONTAL_BAR;
|
|
1451
|
+
handleClick?: (sliceData: ChartDataItem) => void;
|
|
1452
|
+
} | {
|
|
1453
|
+
type: ChartType.VERTICAL_BAR;
|
|
1454
|
+
handleClick?: (sliceData: ChartDataItem) => void;
|
|
1455
|
+
} | {
|
|
1456
|
+
type: ChartType;
|
|
1457
|
+
handleClick?: never;
|
|
1458
|
+
};
|
|
1459
|
+
type ExtendedChartProps = GaugeChartProps & Omit<DonutProps, "handleClick"> & Omit<BarGraphProps, "handleClick">;
|
|
1460
|
+
|
|
1461
|
+
declare const ApiSecuritySelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1462
|
+
declare const ApiSecurityUnSelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1463
|
+
declare const ApiSecurityDisabled: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1464
|
+
|
|
1465
|
+
declare const AttackPathAnalysisSelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1466
|
+
declare const AttackPathAnalysisUnSelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1467
|
+
declare const AttackPathAnalysisDisabled: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1468
|
+
|
|
1469
|
+
declare const CicdSelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1470
|
+
declare const CicdUnSelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1471
|
+
declare const CicdDisabled: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1472
|
+
|
|
1473
|
+
declare const CloudInventorySelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1474
|
+
declare const CloudInventoryUnSelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1475
|
+
declare const CloudInventoryDisabled: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1476
|
+
|
|
1477
|
+
declare const CodeSecuritySelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1478
|
+
declare const CodeSecurityUnSelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1479
|
+
declare const CodeSecurityDisabled: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1480
|
+
|
|
1481
|
+
declare const ComplianceReportSelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1482
|
+
declare const ComplianceReportUnSelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1483
|
+
declare const ComplianceReportDisabled: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1484
|
+
|
|
1485
|
+
declare const DashboardSelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1486
|
+
declare const DashboardUnSelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1487
|
+
declare const DashboardDisabled: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1488
|
+
|
|
1489
|
+
declare const DataSecuritySelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1490
|
+
declare const DataSecurityUnSelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1491
|
+
declare const DataSecurityDisabled: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1492
|
+
|
|
1493
|
+
declare const DiscoryGraphSelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1494
|
+
declare const DiscoryGraphUnSelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1495
|
+
declare const DiscoryGraphDisabled: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1496
|
+
|
|
1497
|
+
declare const ExternalAttackSurfaceSelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1498
|
+
declare const ExternalAttackSurfaceUnSelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1499
|
+
declare const ExternalAttackSurfaceDisabled: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1500
|
+
|
|
1501
|
+
declare const GlobalPoliciesSelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1502
|
+
declare const GlobalPoliciesUnSelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1503
|
+
declare const GlobalPoliciesDisabled: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1504
|
+
|
|
1505
|
+
declare const IntegrationsSelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1506
|
+
declare const IntegrationsUnSelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1507
|
+
declare const IntegrationsDisabled: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1508
|
+
|
|
1509
|
+
declare const LLMSelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1510
|
+
declare const LLMUnSelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1511
|
+
declare const LLMDisabled: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1512
|
+
|
|
1513
|
+
declare const RealtimeCDRUnselected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1514
|
+
declare const RealtimeCDRSelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1515
|
+
declare const RealtimeCDRDisabled: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1516
|
+
|
|
1517
|
+
declare const ReportsUnselected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1518
|
+
declare const ReportsSelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1519
|
+
declare const ReportsDisabled: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1520
|
+
|
|
1521
|
+
declare const RootCauseAnalysisUnselected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1522
|
+
declare const RootCauseAnalysisSelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1523
|
+
declare const RootCauseAnalysisDisabled: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1524
|
+
|
|
1525
|
+
declare const RuntimeEventsUnselected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1526
|
+
declare const RuntimeEventsSelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1527
|
+
declare const RuntimeEventsDisabled: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1528
|
+
|
|
1529
|
+
declare const SecurityPostureUnselected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1530
|
+
declare const SecurityPostureSelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1531
|
+
declare const SecurityPostureDisabled: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1532
|
+
|
|
1533
|
+
declare const SettingsNavigationUnselected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1534
|
+
declare const SettingsNavigationSelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1535
|
+
declare const SettingsNavigationDisabled: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1536
|
+
|
|
1537
|
+
declare const SoftwareSupplyChainSelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1538
|
+
declare const SoftwareSupplyChainUnSelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1539
|
+
declare const SoftwareSupplyChainDisabled: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1540
|
+
|
|
1541
|
+
declare const VulnerabilityIconSelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1542
|
+
declare const VulnerabilityIconUnSelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1543
|
+
declare const VulnerabilityIconDisabled: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1544
|
+
|
|
1545
|
+
declare const ScanReportsUnselected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1546
|
+
declare const ScanReportsSelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1547
|
+
declare const ScanReportsDisabled: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1548
|
+
|
|
1549
|
+
declare function ComplianceCis(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1550
|
+
|
|
1551
|
+
declare function ComplianceGdpr(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1552
|
+
|
|
1553
|
+
declare function ComplianceHipaa(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1554
|
+
|
|
1555
|
+
declare function CompliancePci(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1556
|
+
|
|
1557
|
+
declare function ComplianceSoc2(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1558
|
+
|
|
1559
|
+
declare function API(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1560
|
+
|
|
1561
|
+
declare function APIOutline(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1562
|
+
|
|
1563
|
+
declare function APIKey(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1564
|
+
|
|
1565
|
+
declare function AWSCategoryAnalytics(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1566
|
+
|
|
1567
|
+
declare function AWSCategoryCompute(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1568
|
+
|
|
1569
|
+
declare function AWSCategoryContainers(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1570
|
+
|
|
1571
|
+
declare function AWSCategoryDatabase(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1572
|
+
|
|
1573
|
+
declare function AWSCategoryIdentitySecurity(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1574
|
+
|
|
1575
|
+
declare function AWSCategoryIdentitySecurity1(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1576
|
+
|
|
1577
|
+
declare function AWSCategoryMachineLearning(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1578
|
+
|
|
1579
|
+
declare function AWSCategoryManagementGovernance(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1580
|
+
|
|
1581
|
+
declare function AWSCategoryNetworking(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1582
|
+
|
|
1583
|
+
declare function AWSCategoryNone(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1584
|
+
|
|
1585
|
+
declare function AWSCategoryStorage(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1586
|
+
|
|
1587
|
+
declare function AWSCategoryUndefined(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1588
|
+
|
|
1589
|
+
declare function AWSCategoryWebMobile(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1590
|
+
|
|
1591
|
+
declare function AWSCloudFormation(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1592
|
+
|
|
1593
|
+
declare function AWSIcon(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1594
|
+
|
|
1595
|
+
declare function AWSServicesACM(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1596
|
+
|
|
1597
|
+
declare function AWSServicesAMI(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1598
|
+
|
|
1599
|
+
declare function AWSServicesAPIGateway(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1600
|
+
|
|
1601
|
+
declare function AWSServicesAWSTransferFamily(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1602
|
+
|
|
1603
|
+
declare function AWSServicesAWSTransferFamily1(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1604
|
+
|
|
1605
|
+
declare function AWSServicesAWSConfig(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1606
|
+
|
|
1607
|
+
declare function AWSServicesAmazonMemoryDBForRedis(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1608
|
+
|
|
1609
|
+
declare function AWSServicesAthena(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1610
|
+
|
|
1611
|
+
declare function AWSServicesAutoScalingGroup(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1612
|
+
|
|
1613
|
+
declare function AWSServicesAutoScalingGroup1(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1614
|
+
|
|
1615
|
+
declare function AWSServicesBackup(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1616
|
+
|
|
1617
|
+
declare function AWSServicesCIS(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1618
|
+
|
|
1619
|
+
declare function AWSServicesCertificateManager(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1620
|
+
|
|
1621
|
+
declare function AWSServicesClientVPN(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1622
|
+
|
|
1623
|
+
declare function AWSServicesCloudFormationStackSet(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1624
|
+
|
|
1625
|
+
declare function AWSServicesCloudFormationStack(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1626
|
+
|
|
1627
|
+
declare function AWSServicesCloudFormation(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1628
|
+
|
|
1629
|
+
declare function AWSServicesCloudTrail(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1630
|
+
|
|
1631
|
+
declare function AWSServicesCloudWatch(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1632
|
+
|
|
1633
|
+
declare function AWSServicesCloudfront(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1634
|
+
|
|
1635
|
+
declare function AWSServicesCognito(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1636
|
+
|
|
1637
|
+
declare function AWSServicesCompliance(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1638
|
+
|
|
1639
|
+
declare function AWSServicesConfigRecorders(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1640
|
+
|
|
1641
|
+
declare function AWSServicesConfigRules(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1642
|
+
|
|
1643
|
+
declare function AWSServicesDB(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1644
|
+
|
|
1645
|
+
declare function AWSServicesDataPipeline(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1646
|
+
|
|
1647
|
+
declare function AWSServicesDatabaseMigration(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1648
|
+
|
|
1649
|
+
declare function AWSServicesDockerImage(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1650
|
+
|
|
1651
|
+
declare function AWSServicesDynamoDB(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1652
|
+
|
|
1653
|
+
declare function AWSServicesEBS(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1654
|
+
|
|
1655
|
+
declare function AWSServicesEC2Snapshot(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1656
|
+
|
|
1657
|
+
declare function AWSServicesEC2(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1658
|
+
|
|
1659
|
+
declare function AWSServicesECSTaskDefinition(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1660
|
+
|
|
1661
|
+
declare function AWSServicesECSTask(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1662
|
+
|
|
1663
|
+
declare function AWSServicesEFS(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1664
|
+
|
|
1665
|
+
declare function AWSServicesEKSCluster(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1666
|
+
|
|
1667
|
+
declare function AWSServicesELBPolicy(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1668
|
+
|
|
1669
|
+
declare function AWSServicesELBv2Listener(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1670
|
+
|
|
1671
|
+
declare function AWSServicesEMR(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1672
|
+
|
|
1673
|
+
declare function AWSServicesEgressOnlyInterentGateway(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1674
|
+
|
|
1675
|
+
declare function AWSServicesElastiCache(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1676
|
+
|
|
1677
|
+
declare function AWSServicesElasticIP(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1678
|
+
|
|
1679
|
+
declare function AWSServicesElasticIP1(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1680
|
+
|
|
1681
|
+
declare function AWSServicesElasticLoadBalancing(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1682
|
+
|
|
1683
|
+
declare function AWSServicesElasticNetworkInterface(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1684
|
+
|
|
1685
|
+
declare function AWSServicesElasticBeanstalk(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1686
|
+
|
|
1687
|
+
declare function AWSServicesElasticContainerRegistryECR(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1688
|
+
|
|
1689
|
+
declare function AWSServicesElasticContainerServiceECS(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1690
|
+
|
|
1691
|
+
declare function AWSServicesElasticKubernetesServiceEKS(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1692
|
+
|
|
1693
|
+
declare function AWSServicesElasticsearch(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1694
|
+
|
|
1695
|
+
declare function AWSServicesEventSourceMapping(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1696
|
+
|
|
1697
|
+
declare function AWSServicesGlobalAccelerator(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1698
|
+
|
|
1699
|
+
declare function AWSServicesGlue(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1700
|
+
|
|
1701
|
+
declare function AWSServicesGroup(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1702
|
+
|
|
1703
|
+
declare function AWSServicesGuardDuty(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1704
|
+
|
|
1705
|
+
declare function AWSServicesIAMAccessKey(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1706
|
+
|
|
1707
|
+
declare function AWSServicesIAMAccount(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1708
|
+
|
|
1709
|
+
declare function AWSServicesIAMCredentialReport(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1710
|
+
|
|
1711
|
+
declare function AWSServicesIAMOrganizationalPolicy(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1712
|
+
|
|
1713
|
+
declare function AWSServicesIAMPasswordPolicy(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1714
|
+
|
|
1715
|
+
declare function AWSServicesIAMVirtualMFADevices(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1716
|
+
|
|
1717
|
+
declare function AWSServicesImage(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1718
|
+
|
|
1719
|
+
declare function AWSServicesInspector(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1720
|
+
|
|
1721
|
+
declare function AWSServicesInternetGateway(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1722
|
+
|
|
1723
|
+
declare function AWSServicesInternetGateway1(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1724
|
+
|
|
1725
|
+
declare function AWSServicesKMSKey(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1726
|
+
|
|
1727
|
+
declare function AWSServicesKeyPairs(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1728
|
+
|
|
1729
|
+
declare function AWSServicesKinesis(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1730
|
+
|
|
1731
|
+
declare function AWSServicesLambda(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1732
|
+
|
|
1733
|
+
declare function AWSServicesLaunchTemplate(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1734
|
+
|
|
1735
|
+
declare function AWSServicesMFADevice(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1736
|
+
|
|
1737
|
+
declare function AWSServicesMacie(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1738
|
+
|
|
1739
|
+
declare function AWSServicesNATGateway(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1740
|
+
|
|
1741
|
+
declare function AWSServicesNATGateway1(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1742
|
+
|
|
1743
|
+
declare function AWSServicesNeptune(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1744
|
+
|
|
1745
|
+
declare function AWSServicesNetworkACL(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1746
|
+
|
|
1747
|
+
declare function AWSServicesOrganizationalUnit(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1748
|
+
|
|
1749
|
+
declare function AWSServicesPolicy(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1750
|
+
|
|
1751
|
+
declare function AWSServicesRDSCluster(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1752
|
+
|
|
1753
|
+
declare function AWSServicesRDSCluster1(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1754
|
+
|
|
1755
|
+
declare function AWSServicesRDS(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1756
|
+
|
|
1757
|
+
declare function AWSServicesRedshift(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1758
|
+
|
|
1759
|
+
declare function AWSServicesRole(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1760
|
+
|
|
1761
|
+
declare function AWSServicesRoute53RouteTable(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1762
|
+
|
|
1763
|
+
declare function AWSServicesRoute53RouteTable1(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1764
|
+
|
|
1765
|
+
declare function AWSServicesRoute53(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1766
|
+
|
|
1767
|
+
declare function AWSServicesS3Bucket(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1768
|
+
|
|
1769
|
+
declare function AWSServicesSageMakerNotebook(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1770
|
+
|
|
1771
|
+
declare function AWSServicesSageMaker(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1772
|
+
|
|
1773
|
+
declare function AWSServicesSecretsManager(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1774
|
+
|
|
1775
|
+
declare function AWSServicesSecurityHub(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1776
|
+
|
|
1777
|
+
declare function AWSServicesSecurityHub1(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1778
|
+
|
|
1779
|
+
declare function AWSServicesServerCertificate(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1780
|
+
|
|
1781
|
+
declare function AWSServicesSimpleNotificationService(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1782
|
+
|
|
1783
|
+
declare function AWSServicesSimpleQueueServiceSQS(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1784
|
+
|
|
1785
|
+
declare function AWSServicesSpotFleet(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1786
|
+
|
|
1787
|
+
declare function AWSServicesSpotInstance(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1788
|
+
|
|
1789
|
+
declare function AWSServicesSubnet(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1790
|
+
|
|
1791
|
+
declare function AWSServicesSystemsManager(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1792
|
+
|
|
1793
|
+
declare function AWSServicesSystemsManagerSSM(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1794
|
+
|
|
1795
|
+
declare function AWSServicesTargetGroup(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1796
|
+
|
|
1797
|
+
declare function AWSServicesTransitGateway(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1798
|
+
|
|
1799
|
+
declare function AWSServicesUnknownAsset(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1800
|
+
|
|
1801
|
+
declare function AWSServicesUser(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1802
|
+
|
|
1803
|
+
declare function AWSServicesVElasticContainerService(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1804
|
+
|
|
1805
|
+
declare function AWSServicesVPCEndpoints(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1806
|
+
|
|
1807
|
+
declare function AWSServicesVPCFlowLogs(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1808
|
+
|
|
1809
|
+
declare function AWSServicesVPCNetworkAccessAnalyzer(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1810
|
+
|
|
1811
|
+
declare function AWSServicesVPCPeeringConnection(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1812
|
+
|
|
1813
|
+
declare function AWSServicesVPCVPNGateway(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1814
|
+
|
|
1815
|
+
declare function AWSServicesVirtualPrivateCloud(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1816
|
+
|
|
1817
|
+
declare function AWSServicesWAF(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1818
|
+
|
|
1819
|
+
declare function AWSServicesWAF2(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1820
|
+
|
|
1821
|
+
declare function AZUREIcon(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1822
|
+
|
|
1823
|
+
declare const Add: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1824
|
+
|
|
1825
|
+
declare function All(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1826
|
+
|
|
1827
|
+
declare function AllClear(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1828
|
+
|
|
1829
|
+
declare function Ansible(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1830
|
+
|
|
1831
|
+
declare function Approved(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1832
|
+
|
|
1833
|
+
declare function ArrowBackIOS(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1834
|
+
|
|
1835
|
+
declare function ArrowDotted(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1836
|
+
|
|
1837
|
+
declare function ArrowForwardIOS(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1838
|
+
|
|
1839
|
+
declare function ArrowForwardIcon(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1840
|
+
|
|
1841
|
+
declare function VulArrowUp(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1842
|
+
|
|
1843
|
+
declare function AttackPath(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1844
|
+
|
|
1845
|
+
declare function AttackPathIcon(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1846
|
+
|
|
1847
|
+
declare function AttackPathIconV2(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1848
|
+
|
|
1849
|
+
declare function AzureCategoryAnalytics(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1850
|
+
|
|
1851
|
+
declare function AzureCategoryAzureActionGroup(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1852
|
+
|
|
1853
|
+
declare function AzureCategoryCompute(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1854
|
+
|
|
1855
|
+
declare function AzureCategoryContainers(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1856
|
+
|
|
1857
|
+
declare function AzureCategoryDatabase(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1858
|
+
|
|
1859
|
+
declare function AzureCategoryDatabase1(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1860
|
+
|
|
1861
|
+
declare function AzureCategoryIdentitySecurity(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1862
|
+
|
|
1863
|
+
declare function AzureCategoryMachineLearning(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1864
|
+
|
|
1865
|
+
declare function AzureCategoryManagementGovernance(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1866
|
+
|
|
1867
|
+
declare function AzureCategoryNetworking(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1868
|
+
|
|
1869
|
+
declare function AzureCategoryNone(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1870
|
+
|
|
1871
|
+
declare function AzureCategoryStorage(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1872
|
+
|
|
1873
|
+
declare function AzureCategoryWebMobile(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1874
|
+
|
|
1875
|
+
declare function AzureDevops(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1876
|
+
|
|
1877
|
+
declare function AzureGroupAsset(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1878
|
+
|
|
1879
|
+
declare function AzureRepoAsset(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1880
|
+
|
|
1881
|
+
declare function AzureResourceManager(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1882
|
+
|
|
1883
|
+
declare function AzureServicesADDomain(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1884
|
+
|
|
1885
|
+
declare function AzureServicesAzureADRole(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1886
|
+
|
|
1887
|
+
declare function AzureServicesAzureAD(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1888
|
+
|
|
1889
|
+
declare function AzureServicesAzureAPIForFHIR(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1890
|
+
|
|
1891
|
+
declare function AzureServicesAzureAdvancedThreatProtection(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1892
|
+
|
|
1893
|
+
declare function AzureServicesAzureApiManagement(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1894
|
+
|
|
1895
|
+
declare function AzureServicesAzureAppConfiguration(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1896
|
+
|
|
1897
|
+
declare function AzureServicesAzureAppService(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1898
|
+
|
|
1899
|
+
declare function AzureServicesAzureAttestation(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1900
|
+
|
|
1901
|
+
declare function AzureServicesAzureAutomation(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1902
|
+
|
|
1903
|
+
declare function AzureServicesAzureBackup(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1904
|
+
|
|
1905
|
+
declare function AzureServicesAzureBotService(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1906
|
+
|
|
1907
|
+
declare function AzureServicesAzureCognitiveSearch(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1908
|
+
|
|
1909
|
+
declare function AzureServicesAzureContainerRegistry(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1910
|
+
|
|
1911
|
+
declare function AzureServicesAzureCosmosDB(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1912
|
+
|
|
1913
|
+
declare function AzureServicesAzureDataFactory(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1914
|
+
|
|
1915
|
+
declare function AzureServicesAzureDataLake(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1916
|
+
|
|
1917
|
+
declare function AzureServicesAzureDatabricks(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1918
|
+
|
|
1919
|
+
declare function AzureServicesAzureDigitalTwins(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1920
|
+
|
|
1921
|
+
declare function AzureServicesAzureEventGrid(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1922
|
+
|
|
1923
|
+
declare function AzureServicesAzureEventHub(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1924
|
+
|
|
1925
|
+
declare function AzureServicesAzureFrontDoor(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1926
|
+
|
|
1927
|
+
declare function AzureServicesAzureHDInsight(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1928
|
+
|
|
1929
|
+
declare function AzureServicesAzureIdentity(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1930
|
+
|
|
1931
|
+
declare function AzureServicesAzureIoTHub(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1932
|
+
|
|
1933
|
+
declare function AzureServicesAzureKeyVault(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1934
|
+
|
|
1935
|
+
declare function AzureServicesAzureKubernetesService(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1936
|
+
|
|
1937
|
+
declare function AzureServicesAzureMachineLearning(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1938
|
+
|
|
1939
|
+
declare function AzureServicesAzureMonitor(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1940
|
+
|
|
1941
|
+
declare function AzureServicesAzurePostgreSQL(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1942
|
+
|
|
1943
|
+
declare function AzureServicesAzureSQL(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1944
|
+
|
|
1945
|
+
declare function AzureServicesAzureSecurityCenter(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1946
|
+
|
|
1947
|
+
declare function AzureServicesAzureServiceBus(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1948
|
+
|
|
1949
|
+
declare function AzureServicesAzureSignalR(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1950
|
+
|
|
1951
|
+
declare function AzureServicesAzureStack(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1952
|
+
|
|
1953
|
+
declare function AzureServicesAzureStorage(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1954
|
+
|
|
1955
|
+
declare function AzureServicesAzureTrafficManager(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1956
|
+
|
|
1957
|
+
declare function AzureServicesAzureWebApps(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1958
|
+
|
|
1959
|
+
declare function AzureServicesCDNProfile(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1960
|
+
|
|
1961
|
+
declare function AzureServicesContainerInstances(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1962
|
+
|
|
1963
|
+
declare function AzureServicesDatabaseAccount(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1964
|
+
|
|
1965
|
+
declare function AzureServicesDefender(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1966
|
+
|
|
1967
|
+
declare function AzureServicesDisks(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1968
|
+
|
|
1969
|
+
declare function AzureServicesDockerImage(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1970
|
+
|
|
1971
|
+
declare function AzureServicesGrafana(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1972
|
+
|
|
1973
|
+
declare function AzureServicesGroup(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1974
|
+
|
|
1975
|
+
declare function AzureServicesLoadBalancers(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1976
|
+
|
|
1977
|
+
declare function AzureServicesLogicApps(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1978
|
+
|
|
1979
|
+
declare function AzureServicesMachineLearning(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1980
|
+
|
|
1981
|
+
declare function AzureServicesMicrosoftAzureFluidRelay(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1982
|
+
|
|
1983
|
+
declare function AzureServicesMySQL(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1984
|
+
|
|
1985
|
+
declare function AzureServicesNetworkPolicy(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1986
|
+
|
|
1987
|
+
declare function AzureServicesNetworkSecurityGroups(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1988
|
+
|
|
1989
|
+
declare function AzureServicesNetworkInterfaces(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1990
|
+
|
|
1991
|
+
declare function AzureServicesPowerBI(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1992
|
+
|
|
1993
|
+
declare function AzureServicesPublicIP(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1994
|
+
|
|
1995
|
+
declare function AzureServicesResourceGroup(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1996
|
+
|
|
1997
|
+
declare function AzureServicesResources(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
1998
|
+
|
|
1999
|
+
declare function AzureServicesRoleAssignment(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2000
|
+
|
|
2001
|
+
declare function AzureServicesSQLDatabase(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2002
|
+
|
|
2003
|
+
declare function AzureServicesSSHKeys(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2004
|
+
|
|
2005
|
+
declare function AzureServicesSecurityCenter(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2006
|
+
|
|
2007
|
+
declare function AzureServicesServicePrincipal(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2008
|
+
|
|
2009
|
+
declare function AzureServicesServiceFabric(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2010
|
+
|
|
2011
|
+
declare function AzureServicesServices(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2012
|
+
|
|
2013
|
+
declare function AzureServicesStorageSyncServices(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2014
|
+
|
|
2015
|
+
declare function AzureServicesSubscriptions(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2016
|
+
|
|
2017
|
+
declare function AzureServicesUnknown(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2018
|
+
|
|
2019
|
+
declare function AzureServicesVirtualMachine(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2020
|
+
|
|
2021
|
+
declare function Bar(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2022
|
+
|
|
2023
|
+
declare function Bitbucket(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2024
|
+
|
|
2025
|
+
declare function BitbucketColor(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2026
|
+
|
|
2027
|
+
declare function Block(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2028
|
+
|
|
2029
|
+
declare function Bug(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2030
|
+
|
|
2031
|
+
declare function BugCircle(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2032
|
+
|
|
2033
|
+
declare function BugOutline(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2034
|
+
|
|
2035
|
+
declare function Bulb(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2036
|
+
|
|
2037
|
+
declare function CISFatal(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2038
|
+
|
|
2039
|
+
declare function CISInfo(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2040
|
+
|
|
2041
|
+
declare function CISWarning(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2042
|
+
|
|
2043
|
+
declare function Calendar(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2044
|
+
|
|
2045
|
+
declare function CdrIcon(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2046
|
+
|
|
2047
|
+
declare function Check(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2048
|
+
|
|
2049
|
+
declare function CheckBold(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2050
|
+
|
|
2051
|
+
declare function CheckCircleOutline(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2052
|
+
|
|
2053
|
+
declare function RoundedCheckCircleOutline(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2054
|
+
|
|
2055
|
+
declare function Checkmarx(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2056
|
+
|
|
2057
|
+
declare function ClassificationDataLabeling(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2058
|
+
|
|
2059
|
+
declare function Clock(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2060
|
+
|
|
2061
|
+
declare function ClockPending(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2062
|
+
|
|
2063
|
+
declare function Close(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2064
|
+
|
|
2065
|
+
declare const CloseFullScreen: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
2066
|
+
|
|
2067
|
+
declare function CloseLarge(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2068
|
+
|
|
2069
|
+
declare function CloudDeploymentManager(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2070
|
+
|
|
2071
|
+
declare function CloudInstall(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2072
|
+
|
|
2073
|
+
declare function Clusters(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2074
|
+
|
|
2075
|
+
declare function Collapse(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2076
|
+
|
|
2077
|
+
declare function CollapseAll(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2078
|
+
|
|
2079
|
+
declare function CommonIAC(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2080
|
+
|
|
2081
|
+
declare function Compare(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2082
|
+
|
|
2083
|
+
declare function Compliance(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2084
|
+
|
|
2085
|
+
declare function Connection(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2086
|
+
|
|
2087
|
+
declare function Copy(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2088
|
+
|
|
2089
|
+
declare function CopyLandscape(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2090
|
+
|
|
2091
|
+
declare const CredentialExposure: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
2092
|
+
|
|
2093
|
+
declare function CrossBold(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2094
|
+
|
|
2095
|
+
declare function CrossCircleOutline(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2096
|
+
|
|
2097
|
+
declare function Crossplane(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2098
|
+
|
|
2099
|
+
declare const PADeveloperTools: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
2100
|
+
|
|
2101
|
+
declare const DNSSecurity: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
2102
|
+
|
|
2103
|
+
declare function Dashboard1(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2104
|
+
|
|
2105
|
+
declare function Dashboard2(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2106
|
+
|
|
2107
|
+
declare function DataLabel(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2108
|
+
|
|
2109
|
+
declare function Database(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2110
|
+
|
|
2111
|
+
declare function DatabaseAccess(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2112
|
+
|
|
2113
|
+
declare function DatabaseOutline(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2114
|
+
|
|
2115
|
+
declare function Delete(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2116
|
+
|
|
2117
|
+
declare function DocValid(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2118
|
+
|
|
2119
|
+
declare function Docker(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2120
|
+
|
|
2121
|
+
declare function Docker2(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2122
|
+
|
|
2123
|
+
declare function DockerCompose(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2124
|
+
|
|
2125
|
+
declare function Documentation(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2126
|
+
|
|
2127
|
+
declare function Dot(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2128
|
+
|
|
2129
|
+
declare function DoubleArrowForward(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2130
|
+
|
|
2131
|
+
declare function DownloadOutline(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2132
|
+
|
|
2133
|
+
declare function Drag(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2134
|
+
|
|
2135
|
+
declare function Duplicate(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2136
|
+
|
|
2137
|
+
declare function EditOutline(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2138
|
+
|
|
2139
|
+
declare function Encrypt(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2140
|
+
|
|
2141
|
+
declare function Endpoint(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2142
|
+
|
|
2143
|
+
declare function ErrorCircleOutline(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2144
|
+
|
|
2145
|
+
declare function Exchange(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2146
|
+
|
|
2147
|
+
declare function Exclamation(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2148
|
+
|
|
2149
|
+
declare function Expand(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2150
|
+
|
|
2151
|
+
declare function ExpandAll(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2152
|
+
|
|
2153
|
+
declare function Expansions(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2154
|
+
|
|
2155
|
+
declare function Export(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2156
|
+
|
|
2157
|
+
declare function Falcon(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2158
|
+
|
|
2159
|
+
declare function File(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2160
|
+
|
|
2161
|
+
declare function Filter(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2162
|
+
|
|
2163
|
+
declare function FilterOutline(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2164
|
+
|
|
2165
|
+
declare function Fingerprint(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2166
|
+
|
|
2167
|
+
declare function Folder(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2168
|
+
|
|
2169
|
+
declare function Framework(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2170
|
+
|
|
2171
|
+
declare function GCPCategoryAnalytics(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2172
|
+
|
|
2173
|
+
declare function GCPCategoryCompute(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2174
|
+
|
|
2175
|
+
declare function GCPCategoryContainers(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2176
|
+
|
|
2177
|
+
declare function GCPCategoryContainers1(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2178
|
+
|
|
2179
|
+
declare function GCPCategoryIdentitySecurity(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2180
|
+
|
|
2181
|
+
declare function GCPCategoryIdentitySecurity1(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2182
|
+
|
|
2183
|
+
declare function GCPCategoryMachineLearning(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2184
|
+
|
|
2185
|
+
declare function GCPCategoryManagementGovernance(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2186
|
+
|
|
2187
|
+
declare function GCPCategoryMemoryStore(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2188
|
+
|
|
2189
|
+
declare function GCPCategoryNetworking(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2190
|
+
|
|
2191
|
+
declare function GCPCategoryNone(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2192
|
+
|
|
2193
|
+
declare function GCPCategoryStorage(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2194
|
+
|
|
2195
|
+
declare function GCPCategoryUndefined(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2196
|
+
|
|
2197
|
+
declare function GCPCategoryWebMobile(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2198
|
+
|
|
2199
|
+
declare function GCPIcon(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2200
|
+
|
|
2201
|
+
declare function GCPServicesApigeeAPIPlatform(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2202
|
+
|
|
2203
|
+
declare function GCPServicesAppEngine(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2204
|
+
|
|
2205
|
+
declare function GCPServicesBigquery(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2206
|
+
|
|
2207
|
+
declare function GCPServicesCloudLoadBalancing(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2208
|
+
|
|
2209
|
+
declare function GCPServicesCloudStorage2(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2210
|
+
|
|
2211
|
+
declare function GCPServicesCloudAPIGateway(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2212
|
+
|
|
2213
|
+
declare function GCPServicesCloudBuild(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2214
|
+
|
|
2215
|
+
declare function GCPServicesCloudCDN(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2216
|
+
|
|
2217
|
+
declare function GCPServicesCloudDNS(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2218
|
+
|
|
2219
|
+
declare function GCPServicesCloudLogging(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2220
|
+
|
|
2221
|
+
declare function GCPServicesCloudMonitoring(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2222
|
+
|
|
2223
|
+
declare function GCPServicesCloudRun(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2224
|
+
|
|
2225
|
+
declare function GCPServicesCloudStorage(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2226
|
+
|
|
2227
|
+
declare function GCPServicesComputeImage(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2228
|
+
|
|
2229
|
+
declare function GCPServicesComputeEngine(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2230
|
+
|
|
2231
|
+
declare function GCPServicesContainerRegistry(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2232
|
+
|
|
2233
|
+
declare function GCPServicesDataflow(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2234
|
+
|
|
2235
|
+
declare function GCPServicesDataproc(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2236
|
+
|
|
2237
|
+
declare function GCPServicesDisks(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2238
|
+
|
|
2239
|
+
declare function GCPServicesDockerImage(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2240
|
+
|
|
2241
|
+
declare function GCPServicesGKENodePool(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2242
|
+
|
|
2243
|
+
declare function GCPServicesGKE(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2244
|
+
|
|
2245
|
+
declare function GCPServicesIAMPrincipal(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2246
|
+
|
|
2247
|
+
declare function GCPServicesIAMRoles(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2248
|
+
|
|
2249
|
+
declare function GCPServicesIdentityAndAccessManagement(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2250
|
+
|
|
2251
|
+
declare function GCPServicesInstanceGroup(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2252
|
+
|
|
2253
|
+
declare function GCPServicesKMSKey(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2254
|
+
|
|
2255
|
+
declare function GCPServicesManagedInstanceGroup(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2256
|
+
|
|
2257
|
+
declare function GCPServicesNetworkEndpointGroup(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2258
|
+
|
|
2259
|
+
declare function GCPServicesNetworkFirewall(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2260
|
+
|
|
2261
|
+
declare function GCPServicesPubsub(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2262
|
+
|
|
2263
|
+
declare function GCPServicesSQLDatabase(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2264
|
+
|
|
2265
|
+
declare function GCPServicesSecretManager(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2266
|
+
|
|
2267
|
+
declare function GCPServicesSecurityCenter(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2268
|
+
|
|
2269
|
+
declare function GCPServicesServiceAccount(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2270
|
+
|
|
2271
|
+
declare function GCPServicesStorageBucket(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2272
|
+
|
|
2273
|
+
declare function GCPServicesTargetInstance(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2274
|
+
|
|
2275
|
+
declare function GCPServicesTargetPool(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2276
|
+
|
|
2277
|
+
declare function GCPServicesTargetPool1(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2278
|
+
|
|
2279
|
+
declare function GCPServicesUnknown(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2280
|
+
|
|
2281
|
+
declare function GCPServicesVault(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2282
|
+
|
|
2283
|
+
declare function GCPServicesVertexAI(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2284
|
+
|
|
2285
|
+
declare function GCPServicesVirtualPrivateCloud(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2286
|
+
|
|
2287
|
+
declare function GCPServicesVirtualPrivateCloud1(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2288
|
+
|
|
2289
|
+
declare function GCPServicesBigtable(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2290
|
+
|
|
2291
|
+
declare function GCPServicesCloudSql(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2292
|
+
|
|
2293
|
+
declare function GCPServicesFilestore(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2294
|
+
|
|
2295
|
+
declare function GCPServicesFirestore(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2296
|
+
|
|
2297
|
+
declare function GCPServicesLoadBalancer(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2298
|
+
|
|
2299
|
+
declare function GCPServicesLocalSSD(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2300
|
+
|
|
2301
|
+
declare function GCPServicesProject(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2302
|
+
|
|
2303
|
+
declare function GitHub(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2304
|
+
|
|
2305
|
+
declare function GitHubGroupAsset(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2306
|
+
|
|
2307
|
+
declare function GitHubRepoAsset(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2308
|
+
|
|
2309
|
+
declare function GitLab(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2310
|
+
|
|
2311
|
+
declare function GitlabColor(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2312
|
+
|
|
2313
|
+
declare function GitLabGroupAsset(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2314
|
+
|
|
2315
|
+
declare function GitLabRepoAsset(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2316
|
+
|
|
2317
|
+
declare function Group(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2318
|
+
|
|
2319
|
+
declare function GuardDuty(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2320
|
+
|
|
2321
|
+
declare function Health(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2322
|
+
|
|
2323
|
+
declare function Helm(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2324
|
+
|
|
2325
|
+
declare function HideOutline(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2326
|
+
|
|
2327
|
+
declare function IACSecurity(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2328
|
+
|
|
2329
|
+
declare function ImageValid(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2330
|
+
|
|
2331
|
+
declare function Info$1(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2332
|
+
|
|
2333
|
+
declare function InfoBold(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2334
|
+
|
|
2335
|
+
declare function InfoCircleOutline(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2336
|
+
|
|
2337
|
+
declare function InlineV(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2338
|
+
|
|
2339
|
+
declare function InlineX(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2340
|
+
|
|
2341
|
+
declare const InsecureConfiguration: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
2342
|
+
|
|
2343
|
+
declare function Insights(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2344
|
+
|
|
2345
|
+
declare function InternetScanner(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2346
|
+
|
|
2347
|
+
declare function Jira(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2348
|
+
|
|
2349
|
+
declare function JiraBlue(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2350
|
+
|
|
2351
|
+
declare function KeyboardArrowDown(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2352
|
+
|
|
2353
|
+
declare function KeyboardArrowLeft(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2354
|
+
|
|
2355
|
+
declare function KeyboardArrowRight(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2356
|
+
|
|
2357
|
+
declare function KeyboardArrowUp(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2358
|
+
|
|
2359
|
+
declare function KUBEIcon(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2360
|
+
|
|
2361
|
+
declare function Kubernetes$1(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2362
|
+
|
|
2363
|
+
declare function KubernetesCategoryCompute(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2364
|
+
|
|
2365
|
+
declare function KubernetesCategoryIdentitySecurity(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2366
|
+
|
|
2367
|
+
declare function KubernetesCategoryManagementGovernance(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2368
|
+
|
|
2369
|
+
declare function KubernetesCategoryNetworking(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2370
|
+
|
|
2371
|
+
declare function KubernetesCategoryNone(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2372
|
+
|
|
2373
|
+
declare function KubernetesCategoryStorage(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2374
|
+
|
|
2375
|
+
declare function KubernetesIcon(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2376
|
+
|
|
2377
|
+
declare function KubernetesServicesClusterRoleBinding(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2378
|
+
|
|
2379
|
+
declare function KubernetesServicesClusterRole(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2380
|
+
|
|
2381
|
+
declare function KubernetesServicesCluster(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2382
|
+
|
|
2383
|
+
declare function KubernetesServicesConfigMap(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2384
|
+
|
|
2385
|
+
declare function KubernetesServicesDaemonSet(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2386
|
+
|
|
2387
|
+
declare function KubernetesServicesDeployment(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2388
|
+
|
|
2389
|
+
declare function KubernetesServicesDockerImage(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2390
|
+
|
|
2391
|
+
declare function KubernetesServicesEndpoint(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2392
|
+
|
|
2393
|
+
declare function KubernetesServicesK8Service(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2394
|
+
|
|
2395
|
+
declare function KubernetesServicesNamespace(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2396
|
+
|
|
2397
|
+
declare function KubernetesServicesNetworkPolicy(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2398
|
+
|
|
2399
|
+
declare function KubernetesServicesNode(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2400
|
+
|
|
2401
|
+
declare function KubernetesServicesPod(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2402
|
+
|
|
2403
|
+
declare function KubernetesServicesReplicaSet(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2404
|
+
|
|
2405
|
+
declare function KubernetesServicesRoleBinding(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2406
|
+
|
|
2407
|
+
declare function KubernetesServicesRole(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2408
|
+
|
|
2409
|
+
declare function KubernetesServicesServiceAccount(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2410
|
+
|
|
2411
|
+
declare function KubernetesServicesStatefulSet(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2412
|
+
|
|
2413
|
+
declare function KubernetesServicesUnknown(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2414
|
+
|
|
2415
|
+
declare function Legend(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2416
|
+
|
|
2417
|
+
declare function Link(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2418
|
+
|
|
2419
|
+
declare function List(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2420
|
+
|
|
2421
|
+
declare function Loading(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2422
|
+
|
|
2423
|
+
declare function LockOff(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2424
|
+
|
|
2425
|
+
declare function LockOutline(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2426
|
+
|
|
2427
|
+
declare function Logout(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2428
|
+
|
|
2429
|
+
declare const MFEVersionsIconUnSelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
2430
|
+
declare const MFEVersionsIconSelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
2431
|
+
declare const MFEVersionsIconDisabled: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
2432
|
+
|
|
2433
|
+
declare function MalwareIcon(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2434
|
+
|
|
2435
|
+
declare function ManageColumns(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2436
|
+
|
|
2437
|
+
declare function ManualDataLabeling(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2438
|
+
|
|
2439
|
+
declare function Mcd(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2440
|
+
|
|
2441
|
+
declare function McdGateway(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2442
|
+
|
|
2443
|
+
declare function Merge(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2444
|
+
|
|
2445
|
+
declare function MergeCircle(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2446
|
+
|
|
2447
|
+
declare function MinusBold(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2448
|
+
|
|
2449
|
+
declare function MoveTop(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2450
|
+
|
|
2451
|
+
declare function Namespace(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2452
|
+
|
|
2453
|
+
declare const NeglectedResource: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
2454
|
+
|
|
2455
|
+
declare function Network(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2456
|
+
|
|
2457
|
+
declare function Node(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2458
|
+
|
|
2459
|
+
declare function Notifications(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2460
|
+
|
|
2461
|
+
declare function OCIIcon(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2462
|
+
|
|
2463
|
+
declare function OpenAPI(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2464
|
+
|
|
2465
|
+
declare const PAOpenInFull: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
2466
|
+
|
|
2467
|
+
declare function OpenInNewTab(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2468
|
+
|
|
2469
|
+
declare function OpenPage(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2470
|
+
|
|
2471
|
+
declare function OpenPort(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2472
|
+
|
|
2473
|
+
declare function OracleCategoryCompute(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2474
|
+
|
|
2475
|
+
declare function OracleCategoryDeveloperServices(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2476
|
+
|
|
2477
|
+
declare function OracleCategoryIdentitySecurity(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2478
|
+
|
|
2479
|
+
declare function OracleCategoryNetworking(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2480
|
+
|
|
2481
|
+
declare function OracleCategoryNone(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2482
|
+
|
|
2483
|
+
declare function OracleCategoryStorage(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2484
|
+
|
|
2485
|
+
declare function OracleIcon(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2486
|
+
|
|
2487
|
+
declare function OracleServicesCompartment(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2488
|
+
|
|
2489
|
+
declare function OracleServicesDynamicGroups(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2490
|
+
|
|
2491
|
+
declare function OracleServicesGroup(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2492
|
+
|
|
2493
|
+
declare function OracleServicesIdentityDomain(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2494
|
+
|
|
2495
|
+
declare function OracleServicesInternetGateway(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2496
|
+
|
|
2497
|
+
declare function OracleServicesNetworkLoadBalancer(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2498
|
+
|
|
2499
|
+
declare function OracleServicesNetworkSecurityGroup(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2500
|
+
|
|
2501
|
+
declare function OracleServicesObjectStorage(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2502
|
+
|
|
2503
|
+
declare function OracleServicesOracleInstance(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2504
|
+
|
|
2505
|
+
declare function OracleServicesPolicy(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2506
|
+
|
|
2507
|
+
declare function OracleServicesPublicIP(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2508
|
+
|
|
2509
|
+
declare function OracleServicesSecurityLists(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2510
|
+
|
|
2511
|
+
declare function OracleServicesSubnet(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2512
|
+
|
|
2513
|
+
declare function OracleServicesUser(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2514
|
+
|
|
2515
|
+
declare function OracleServicesVirtualNetwork(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2516
|
+
|
|
2517
|
+
declare function Packages(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2518
|
+
|
|
2519
|
+
declare function Password(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2520
|
+
|
|
2521
|
+
declare function Permissions(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2522
|
+
|
|
2523
|
+
declare function PlusBold(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2524
|
+
|
|
2525
|
+
declare function PolicyAutomated(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2526
|
+
|
|
2527
|
+
declare function PolicySecret(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2528
|
+
|
|
2529
|
+
declare function PolicyVersion(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2530
|
+
|
|
2531
|
+
declare function Preview(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2532
|
+
|
|
2533
|
+
declare function PrivateIP(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2534
|
+
|
|
2535
|
+
declare function Pulumi(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2536
|
+
|
|
2537
|
+
declare function Pin(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2538
|
+
|
|
2539
|
+
declare function RadioChecked(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2540
|
+
|
|
2541
|
+
declare function Recon$1(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2542
|
+
|
|
2543
|
+
type PaReloadProps = SvgIconProps & {
|
|
2544
|
+
disabled?: boolean;
|
|
2545
|
+
};
|
|
2546
|
+
declare function Reload(props: PaReloadProps): react_jsx_runtime.JSX.Element;
|
|
2547
|
+
|
|
2548
|
+
declare function Repair(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2549
|
+
|
|
2550
|
+
declare function Replace(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2551
|
+
|
|
2552
|
+
declare function Repo(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2553
|
+
|
|
2554
|
+
declare function Repository(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2555
|
+
|
|
2556
|
+
declare function RuleBasedDataLabeling(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2557
|
+
|
|
2558
|
+
declare function SSO(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2559
|
+
|
|
2560
|
+
declare function SThreeBucket(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2561
|
+
|
|
2562
|
+
declare function Scan(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2563
|
+
|
|
2564
|
+
declare const SecretExposure: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
2565
|
+
|
|
2566
|
+
declare function SecureEndpoint(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2567
|
+
|
|
2568
|
+
declare function SecurityPostureIcon(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2569
|
+
|
|
2570
|
+
declare function Send(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2571
|
+
|
|
2572
|
+
declare function SensitiveData(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2573
|
+
|
|
2574
|
+
declare function Serverless(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2575
|
+
|
|
2576
|
+
declare function ServiceNow(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2577
|
+
|
|
2578
|
+
declare function Settings(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2579
|
+
|
|
2580
|
+
declare function SettingsMenuAPIKeys(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2581
|
+
|
|
2582
|
+
declare function SettingsMenuAPISecurity(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2583
|
+
|
|
2584
|
+
declare function SettingsMenuAccounts(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2585
|
+
|
|
2586
|
+
declare function SettingsMenuAlerts(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2587
|
+
|
|
2588
|
+
declare function SettingsMenuAuditLog(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2589
|
+
|
|
2590
|
+
declare function SettingsMenuExternalAttackSurface(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2591
|
+
|
|
2592
|
+
declare function SettingsMenuGenAISecurity(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2593
|
+
|
|
2594
|
+
declare function SettingsMenuIntegrations(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2595
|
+
|
|
2596
|
+
declare function SettingsMenuProfile(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2597
|
+
|
|
2598
|
+
declare function SettingsMenuSCM(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2599
|
+
|
|
2600
|
+
declare function SettingsMenuUsersScopes(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2601
|
+
|
|
2602
|
+
declare function SettingsOutline(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2603
|
+
|
|
2604
|
+
declare function SeverityBar(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2605
|
+
|
|
2606
|
+
declare function Shadow(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2607
|
+
|
|
2608
|
+
declare function Share(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2609
|
+
|
|
2610
|
+
declare const PAShineStar: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
2611
|
+
|
|
2612
|
+
declare function SizeDown(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2613
|
+
|
|
2614
|
+
declare function SizeUp(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2615
|
+
|
|
2616
|
+
declare function SkipNext(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2617
|
+
|
|
2618
|
+
declare function SkipPrevious(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2619
|
+
|
|
2620
|
+
declare function Slack(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2621
|
+
|
|
2622
|
+
declare function Snyk(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2623
|
+
|
|
2624
|
+
declare function SortArrowDown(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2625
|
+
|
|
2626
|
+
declare function SortArrowUp(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2627
|
+
|
|
2628
|
+
declare function SortDoubleArrow(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2629
|
+
|
|
2630
|
+
declare function SortInverted(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2631
|
+
|
|
2632
|
+
declare function Spark(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2633
|
+
|
|
2634
|
+
declare function Star(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2635
|
+
|
|
2636
|
+
declare function StarOutline(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2637
|
+
|
|
2638
|
+
declare function Structure(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2639
|
+
|
|
2640
|
+
declare function Swagger(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2641
|
+
|
|
2642
|
+
declare function SwaggerOutline(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2643
|
+
|
|
2644
|
+
declare function Table(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2645
|
+
|
|
2646
|
+
declare function Target(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2647
|
+
|
|
2648
|
+
declare function TargetSensitive(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2649
|
+
|
|
2650
|
+
declare function Teams(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2651
|
+
|
|
2652
|
+
declare function Tenable(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2653
|
+
|
|
2654
|
+
declare function Terraform(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2655
|
+
|
|
2656
|
+
declare function Test(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2657
|
+
|
|
2658
|
+
declare function Tray(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2659
|
+
|
|
2660
|
+
declare function Trend(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2661
|
+
|
|
2662
|
+
declare function TrendArrow(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2663
|
+
|
|
2664
|
+
declare function TriangleUpOutline(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2665
|
+
|
|
2666
|
+
declare function TwistLock(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2667
|
+
|
|
2668
|
+
declare function Undo(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2669
|
+
|
|
2670
|
+
declare function Uninstall(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2671
|
+
|
|
2672
|
+
declare function Union(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2673
|
+
|
|
2674
|
+
declare function Unlock(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2675
|
+
|
|
2676
|
+
declare function User(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2677
|
+
|
|
2678
|
+
declare function UserCircle(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2679
|
+
|
|
2680
|
+
declare function VulCisa(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2681
|
+
|
|
2682
|
+
declare function VulExploitable(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2683
|
+
|
|
2684
|
+
declare function VulPanoptica(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2685
|
+
|
|
2686
|
+
declare function VulPartial(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2687
|
+
|
|
2688
|
+
declare function VulPublic(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2689
|
+
|
|
2690
|
+
declare function VulSnyk(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2691
|
+
|
|
2692
|
+
declare function VulTenable(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2693
|
+
|
|
2694
|
+
declare function VulTwistLock(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2695
|
+
|
|
2696
|
+
declare function VulnerabilitiesIcon(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2697
|
+
|
|
2698
|
+
declare function WarningAccounts(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2699
|
+
|
|
2700
|
+
declare function WarningQuestion(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2701
|
+
|
|
2702
|
+
declare function Webex(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2703
|
+
|
|
2704
|
+
declare function Zombie(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2705
|
+
|
|
2706
|
+
declare function gRPC(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2707
|
+
|
|
2708
|
+
declare function MenuApisec(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2709
|
+
|
|
2710
|
+
declare function MenuAttackPathAnalysis(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2711
|
+
|
|
2712
|
+
declare function MenuCICD(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2713
|
+
|
|
2714
|
+
declare function MenuCloudInventory(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2715
|
+
|
|
2716
|
+
declare function MenuComplianceReport(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2717
|
+
|
|
2718
|
+
declare function MenuDataSecurity(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2719
|
+
|
|
2720
|
+
declare function MenuExternalAttackSurface(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2721
|
+
|
|
2722
|
+
declare function MenuIntegrations(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2723
|
+
|
|
2724
|
+
declare function MenuOverview(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2725
|
+
|
|
2726
|
+
declare function MenuReports(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2727
|
+
|
|
2728
|
+
declare function MenuRuntimeEvents(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2729
|
+
|
|
2730
|
+
declare function MenuSecurityGraph(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2731
|
+
|
|
2732
|
+
declare function MenuSecurityPosture(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2733
|
+
|
|
2734
|
+
declare function MenuSettings(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2735
|
+
|
|
2736
|
+
declare function MenuSoftwareSupplyChain(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2737
|
+
|
|
2738
|
+
declare function MenuVulnerabilityManagement(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2739
|
+
|
|
2740
|
+
declare function PanopticaFullLogo(): react_jsx_runtime.JSX.Element;
|
|
2741
|
+
|
|
2742
|
+
declare function PanopticaIcon(): react_jsx_runtime.JSX.Element;
|
|
2743
|
+
|
|
2744
|
+
declare function VulStackrox(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2745
|
+
|
|
2746
|
+
declare function VulServerless(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2747
|
+
|
|
2748
|
+
declare function VulContainer(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2749
|
+
|
|
2750
|
+
declare function Checkbox(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2751
|
+
|
|
2752
|
+
declare function CheckboxFull(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2753
|
+
|
|
2754
|
+
declare function Ignore(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2755
|
+
|
|
2756
|
+
declare function RealtimeAsset(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2757
|
+
|
|
2758
|
+
declare function UnIgnore(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2759
|
+
|
|
2760
|
+
declare function IacStack(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2761
|
+
|
|
2762
|
+
declare function SortGroup(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2763
|
+
|
|
2764
|
+
declare function PullRequest(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2765
|
+
|
|
2766
|
+
declare function QueryCollapse(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2767
|
+
|
|
2768
|
+
declare function ActivityLog(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2769
|
+
|
|
2770
|
+
declare function FileSystem(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2771
|
+
|
|
2772
|
+
declare function Secret(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2773
|
+
|
|
2774
|
+
declare function Code(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2775
|
+
|
|
2776
|
+
declare function IAC(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2777
|
+
|
|
2778
|
+
declare function AllDots(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2779
|
+
|
|
2780
|
+
declare function MinusCircleOut(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
2781
|
+
|
|
2782
|
+
//# sourceMappingURL=index.d.ts.map
|
|
2783
|
+
|
|
2784
|
+
declare const index_d_API: typeof API;
|
|
2785
|
+
declare const index_d_APIKey: typeof APIKey;
|
|
2786
|
+
declare const index_d_APIOutline: typeof APIOutline;
|
|
2787
|
+
declare const index_d_AWSCategoryAnalytics: typeof AWSCategoryAnalytics;
|
|
2788
|
+
declare const index_d_AWSCategoryCompute: typeof AWSCategoryCompute;
|
|
2789
|
+
declare const index_d_AWSCategoryContainers: typeof AWSCategoryContainers;
|
|
2790
|
+
declare const index_d_AWSCategoryDatabase: typeof AWSCategoryDatabase;
|
|
2791
|
+
declare const index_d_AWSCategoryIdentitySecurity: typeof AWSCategoryIdentitySecurity;
|
|
2792
|
+
declare const index_d_AWSCategoryIdentitySecurity1: typeof AWSCategoryIdentitySecurity1;
|
|
2793
|
+
declare const index_d_AWSCategoryMachineLearning: typeof AWSCategoryMachineLearning;
|
|
2794
|
+
declare const index_d_AWSCategoryManagementGovernance: typeof AWSCategoryManagementGovernance;
|
|
2795
|
+
declare const index_d_AWSCategoryNetworking: typeof AWSCategoryNetworking;
|
|
2796
|
+
declare const index_d_AWSCategoryNone: typeof AWSCategoryNone;
|
|
2797
|
+
declare const index_d_AWSCategoryStorage: typeof AWSCategoryStorage;
|
|
2798
|
+
declare const index_d_AWSCategoryUndefined: typeof AWSCategoryUndefined;
|
|
2799
|
+
declare const index_d_AWSCategoryWebMobile: typeof AWSCategoryWebMobile;
|
|
2800
|
+
declare const index_d_AWSCloudFormation: typeof AWSCloudFormation;
|
|
2801
|
+
declare const index_d_AWSIcon: typeof AWSIcon;
|
|
2802
|
+
declare const index_d_AWSServicesACM: typeof AWSServicesACM;
|
|
2803
|
+
declare const index_d_AWSServicesAMI: typeof AWSServicesAMI;
|
|
2804
|
+
declare const index_d_AWSServicesAPIGateway: typeof AWSServicesAPIGateway;
|
|
2805
|
+
declare const index_d_AWSServicesAWSConfig: typeof AWSServicesAWSConfig;
|
|
2806
|
+
declare const index_d_AWSServicesAWSTransferFamily: typeof AWSServicesAWSTransferFamily;
|
|
2807
|
+
declare const index_d_AWSServicesAWSTransferFamily1: typeof AWSServicesAWSTransferFamily1;
|
|
2808
|
+
declare const index_d_AWSServicesAmazonMemoryDBForRedis: typeof AWSServicesAmazonMemoryDBForRedis;
|
|
2809
|
+
declare const index_d_AWSServicesAthena: typeof AWSServicesAthena;
|
|
2810
|
+
declare const index_d_AWSServicesAutoScalingGroup: typeof AWSServicesAutoScalingGroup;
|
|
2811
|
+
declare const index_d_AWSServicesAutoScalingGroup1: typeof AWSServicesAutoScalingGroup1;
|
|
2812
|
+
declare const index_d_AWSServicesBackup: typeof AWSServicesBackup;
|
|
2813
|
+
declare const index_d_AWSServicesCIS: typeof AWSServicesCIS;
|
|
2814
|
+
declare const index_d_AWSServicesCertificateManager: typeof AWSServicesCertificateManager;
|
|
2815
|
+
declare const index_d_AWSServicesClientVPN: typeof AWSServicesClientVPN;
|
|
2816
|
+
declare const index_d_AWSServicesCloudFormation: typeof AWSServicesCloudFormation;
|
|
2817
|
+
declare const index_d_AWSServicesCloudFormationStack: typeof AWSServicesCloudFormationStack;
|
|
2818
|
+
declare const index_d_AWSServicesCloudFormationStackSet: typeof AWSServicesCloudFormationStackSet;
|
|
2819
|
+
declare const index_d_AWSServicesCloudTrail: typeof AWSServicesCloudTrail;
|
|
2820
|
+
declare const index_d_AWSServicesCloudWatch: typeof AWSServicesCloudWatch;
|
|
2821
|
+
declare const index_d_AWSServicesCloudfront: typeof AWSServicesCloudfront;
|
|
2822
|
+
declare const index_d_AWSServicesCognito: typeof AWSServicesCognito;
|
|
2823
|
+
declare const index_d_AWSServicesCompliance: typeof AWSServicesCompliance;
|
|
2824
|
+
declare const index_d_AWSServicesConfigRecorders: typeof AWSServicesConfigRecorders;
|
|
2825
|
+
declare const index_d_AWSServicesConfigRules: typeof AWSServicesConfigRules;
|
|
2826
|
+
declare const index_d_AWSServicesDB: typeof AWSServicesDB;
|
|
2827
|
+
declare const index_d_AWSServicesDataPipeline: typeof AWSServicesDataPipeline;
|
|
2828
|
+
declare const index_d_AWSServicesDatabaseMigration: typeof AWSServicesDatabaseMigration;
|
|
2829
|
+
declare const index_d_AWSServicesDockerImage: typeof AWSServicesDockerImage;
|
|
2830
|
+
declare const index_d_AWSServicesDynamoDB: typeof AWSServicesDynamoDB;
|
|
2831
|
+
declare const index_d_AWSServicesEBS: typeof AWSServicesEBS;
|
|
2832
|
+
declare const index_d_AWSServicesEC2: typeof AWSServicesEC2;
|
|
2833
|
+
declare const index_d_AWSServicesEC2Snapshot: typeof AWSServicesEC2Snapshot;
|
|
2834
|
+
declare const index_d_AWSServicesECSTask: typeof AWSServicesECSTask;
|
|
2835
|
+
declare const index_d_AWSServicesECSTaskDefinition: typeof AWSServicesECSTaskDefinition;
|
|
2836
|
+
declare const index_d_AWSServicesEFS: typeof AWSServicesEFS;
|
|
2837
|
+
declare const index_d_AWSServicesEKSCluster: typeof AWSServicesEKSCluster;
|
|
2838
|
+
declare const index_d_AWSServicesELBPolicy: typeof AWSServicesELBPolicy;
|
|
2839
|
+
declare const index_d_AWSServicesELBv2Listener: typeof AWSServicesELBv2Listener;
|
|
2840
|
+
declare const index_d_AWSServicesEMR: typeof AWSServicesEMR;
|
|
2841
|
+
declare const index_d_AWSServicesEgressOnlyInterentGateway: typeof AWSServicesEgressOnlyInterentGateway;
|
|
2842
|
+
declare const index_d_AWSServicesElastiCache: typeof AWSServicesElastiCache;
|
|
2843
|
+
declare const index_d_AWSServicesElasticBeanstalk: typeof AWSServicesElasticBeanstalk;
|
|
2844
|
+
declare const index_d_AWSServicesElasticContainerRegistryECR: typeof AWSServicesElasticContainerRegistryECR;
|
|
2845
|
+
declare const index_d_AWSServicesElasticContainerServiceECS: typeof AWSServicesElasticContainerServiceECS;
|
|
2846
|
+
declare const index_d_AWSServicesElasticIP: typeof AWSServicesElasticIP;
|
|
2847
|
+
declare const index_d_AWSServicesElasticIP1: typeof AWSServicesElasticIP1;
|
|
2848
|
+
declare const index_d_AWSServicesElasticKubernetesServiceEKS: typeof AWSServicesElasticKubernetesServiceEKS;
|
|
2849
|
+
declare const index_d_AWSServicesElasticLoadBalancing: typeof AWSServicesElasticLoadBalancing;
|
|
2850
|
+
declare const index_d_AWSServicesElasticNetworkInterface: typeof AWSServicesElasticNetworkInterface;
|
|
2851
|
+
declare const index_d_AWSServicesElasticsearch: typeof AWSServicesElasticsearch;
|
|
2852
|
+
declare const index_d_AWSServicesEventSourceMapping: typeof AWSServicesEventSourceMapping;
|
|
2853
|
+
declare const index_d_AWSServicesGlobalAccelerator: typeof AWSServicesGlobalAccelerator;
|
|
2854
|
+
declare const index_d_AWSServicesGlue: typeof AWSServicesGlue;
|
|
2855
|
+
declare const index_d_AWSServicesGroup: typeof AWSServicesGroup;
|
|
2856
|
+
declare const index_d_AWSServicesGuardDuty: typeof AWSServicesGuardDuty;
|
|
2857
|
+
declare const index_d_AWSServicesIAMAccessKey: typeof AWSServicesIAMAccessKey;
|
|
2858
|
+
declare const index_d_AWSServicesIAMAccount: typeof AWSServicesIAMAccount;
|
|
2859
|
+
declare const index_d_AWSServicesIAMCredentialReport: typeof AWSServicesIAMCredentialReport;
|
|
2860
|
+
declare const index_d_AWSServicesIAMOrganizationalPolicy: typeof AWSServicesIAMOrganizationalPolicy;
|
|
2861
|
+
declare const index_d_AWSServicesIAMPasswordPolicy: typeof AWSServicesIAMPasswordPolicy;
|
|
2862
|
+
declare const index_d_AWSServicesIAMVirtualMFADevices: typeof AWSServicesIAMVirtualMFADevices;
|
|
2863
|
+
declare const index_d_AWSServicesImage: typeof AWSServicesImage;
|
|
2864
|
+
declare const index_d_AWSServicesInspector: typeof AWSServicesInspector;
|
|
2865
|
+
declare const index_d_AWSServicesInternetGateway: typeof AWSServicesInternetGateway;
|
|
2866
|
+
declare const index_d_AWSServicesInternetGateway1: typeof AWSServicesInternetGateway1;
|
|
2867
|
+
declare const index_d_AWSServicesKMSKey: typeof AWSServicesKMSKey;
|
|
2868
|
+
declare const index_d_AWSServicesKeyPairs: typeof AWSServicesKeyPairs;
|
|
2869
|
+
declare const index_d_AWSServicesKinesis: typeof AWSServicesKinesis;
|
|
2870
|
+
declare const index_d_AWSServicesLambda: typeof AWSServicesLambda;
|
|
2871
|
+
declare const index_d_AWSServicesLaunchTemplate: typeof AWSServicesLaunchTemplate;
|
|
2872
|
+
declare const index_d_AWSServicesMFADevice: typeof AWSServicesMFADevice;
|
|
2873
|
+
declare const index_d_AWSServicesMacie: typeof AWSServicesMacie;
|
|
2874
|
+
declare const index_d_AWSServicesNATGateway: typeof AWSServicesNATGateway;
|
|
2875
|
+
declare const index_d_AWSServicesNATGateway1: typeof AWSServicesNATGateway1;
|
|
2876
|
+
declare const index_d_AWSServicesNeptune: typeof AWSServicesNeptune;
|
|
2877
|
+
declare const index_d_AWSServicesNetworkACL: typeof AWSServicesNetworkACL;
|
|
2878
|
+
declare const index_d_AWSServicesOrganizationalUnit: typeof AWSServicesOrganizationalUnit;
|
|
2879
|
+
declare const index_d_AWSServicesPolicy: typeof AWSServicesPolicy;
|
|
2880
|
+
declare const index_d_AWSServicesRDS: typeof AWSServicesRDS;
|
|
2881
|
+
declare const index_d_AWSServicesRDSCluster: typeof AWSServicesRDSCluster;
|
|
2882
|
+
declare const index_d_AWSServicesRDSCluster1: typeof AWSServicesRDSCluster1;
|
|
2883
|
+
declare const index_d_AWSServicesRedshift: typeof AWSServicesRedshift;
|
|
2884
|
+
declare const index_d_AWSServicesRole: typeof AWSServicesRole;
|
|
2885
|
+
declare const index_d_AWSServicesRoute53: typeof AWSServicesRoute53;
|
|
2886
|
+
declare const index_d_AWSServicesRoute53RouteTable: typeof AWSServicesRoute53RouteTable;
|
|
2887
|
+
declare const index_d_AWSServicesRoute53RouteTable1: typeof AWSServicesRoute53RouteTable1;
|
|
2888
|
+
declare const index_d_AWSServicesS3Bucket: typeof AWSServicesS3Bucket;
|
|
2889
|
+
declare const index_d_AWSServicesSageMaker: typeof AWSServicesSageMaker;
|
|
2890
|
+
declare const index_d_AWSServicesSageMakerNotebook: typeof AWSServicesSageMakerNotebook;
|
|
2891
|
+
declare const index_d_AWSServicesSecretsManager: typeof AWSServicesSecretsManager;
|
|
2892
|
+
declare const index_d_AWSServicesSecurityHub: typeof AWSServicesSecurityHub;
|
|
2893
|
+
declare const index_d_AWSServicesSecurityHub1: typeof AWSServicesSecurityHub1;
|
|
2894
|
+
declare const index_d_AWSServicesServerCertificate: typeof AWSServicesServerCertificate;
|
|
2895
|
+
declare const index_d_AWSServicesSimpleNotificationService: typeof AWSServicesSimpleNotificationService;
|
|
2896
|
+
declare const index_d_AWSServicesSimpleQueueServiceSQS: typeof AWSServicesSimpleQueueServiceSQS;
|
|
2897
|
+
declare const index_d_AWSServicesSpotFleet: typeof AWSServicesSpotFleet;
|
|
2898
|
+
declare const index_d_AWSServicesSpotInstance: typeof AWSServicesSpotInstance;
|
|
2899
|
+
declare const index_d_AWSServicesSubnet: typeof AWSServicesSubnet;
|
|
2900
|
+
declare const index_d_AWSServicesSystemsManager: typeof AWSServicesSystemsManager;
|
|
2901
|
+
declare const index_d_AWSServicesSystemsManagerSSM: typeof AWSServicesSystemsManagerSSM;
|
|
2902
|
+
declare const index_d_AWSServicesTargetGroup: typeof AWSServicesTargetGroup;
|
|
2903
|
+
declare const index_d_AWSServicesTransitGateway: typeof AWSServicesTransitGateway;
|
|
2904
|
+
declare const index_d_AWSServicesUnknownAsset: typeof AWSServicesUnknownAsset;
|
|
2905
|
+
declare const index_d_AWSServicesUser: typeof AWSServicesUser;
|
|
2906
|
+
declare const index_d_AWSServicesVElasticContainerService: typeof AWSServicesVElasticContainerService;
|
|
2907
|
+
declare const index_d_AWSServicesVPCEndpoints: typeof AWSServicesVPCEndpoints;
|
|
2908
|
+
declare const index_d_AWSServicesVPCFlowLogs: typeof AWSServicesVPCFlowLogs;
|
|
2909
|
+
declare const index_d_AWSServicesVPCNetworkAccessAnalyzer: typeof AWSServicesVPCNetworkAccessAnalyzer;
|
|
2910
|
+
declare const index_d_AWSServicesVPCPeeringConnection: typeof AWSServicesVPCPeeringConnection;
|
|
2911
|
+
declare const index_d_AWSServicesVPCVPNGateway: typeof AWSServicesVPCVPNGateway;
|
|
2912
|
+
declare const index_d_AWSServicesVirtualPrivateCloud: typeof AWSServicesVirtualPrivateCloud;
|
|
2913
|
+
declare const index_d_AWSServicesWAF: typeof AWSServicesWAF;
|
|
2914
|
+
declare const index_d_AWSServicesWAF2: typeof AWSServicesWAF2;
|
|
2915
|
+
declare const index_d_AZUREIcon: typeof AZUREIcon;
|
|
2916
|
+
declare const index_d_ActivityLog: typeof ActivityLog;
|
|
2917
|
+
declare const index_d_Add: typeof Add;
|
|
2918
|
+
declare const index_d_All: typeof All;
|
|
2919
|
+
declare const index_d_AllClear: typeof AllClear;
|
|
2920
|
+
declare const index_d_AllDots: typeof AllDots;
|
|
2921
|
+
declare const index_d_Ansible: typeof Ansible;
|
|
2922
|
+
declare const index_d_ApiSecurityDisabled: typeof ApiSecurityDisabled;
|
|
2923
|
+
declare const index_d_ApiSecuritySelected: typeof ApiSecuritySelected;
|
|
2924
|
+
declare const index_d_ApiSecurityUnSelected: typeof ApiSecurityUnSelected;
|
|
2925
|
+
declare const index_d_Approved: typeof Approved;
|
|
2926
|
+
declare const index_d_ArrowBackIOS: typeof ArrowBackIOS;
|
|
2927
|
+
declare const index_d_ArrowDotted: typeof ArrowDotted;
|
|
2928
|
+
declare const index_d_ArrowForwardIOS: typeof ArrowForwardIOS;
|
|
2929
|
+
declare const index_d_ArrowForwardIcon: typeof ArrowForwardIcon;
|
|
2930
|
+
declare const index_d_AttackPath: typeof AttackPath;
|
|
2931
|
+
declare const index_d_AttackPathAnalysisDisabled: typeof AttackPathAnalysisDisabled;
|
|
2932
|
+
declare const index_d_AttackPathAnalysisSelected: typeof AttackPathAnalysisSelected;
|
|
2933
|
+
declare const index_d_AttackPathAnalysisUnSelected: typeof AttackPathAnalysisUnSelected;
|
|
2934
|
+
declare const index_d_AttackPathIcon: typeof AttackPathIcon;
|
|
2935
|
+
declare const index_d_AttackPathIconV2: typeof AttackPathIconV2;
|
|
2936
|
+
declare const index_d_AzureCategoryAnalytics: typeof AzureCategoryAnalytics;
|
|
2937
|
+
declare const index_d_AzureCategoryAzureActionGroup: typeof AzureCategoryAzureActionGroup;
|
|
2938
|
+
declare const index_d_AzureCategoryCompute: typeof AzureCategoryCompute;
|
|
2939
|
+
declare const index_d_AzureCategoryContainers: typeof AzureCategoryContainers;
|
|
2940
|
+
declare const index_d_AzureCategoryDatabase: typeof AzureCategoryDatabase;
|
|
2941
|
+
declare const index_d_AzureCategoryDatabase1: typeof AzureCategoryDatabase1;
|
|
2942
|
+
declare const index_d_AzureCategoryIdentitySecurity: typeof AzureCategoryIdentitySecurity;
|
|
2943
|
+
declare const index_d_AzureCategoryMachineLearning: typeof AzureCategoryMachineLearning;
|
|
2944
|
+
declare const index_d_AzureCategoryManagementGovernance: typeof AzureCategoryManagementGovernance;
|
|
2945
|
+
declare const index_d_AzureCategoryNetworking: typeof AzureCategoryNetworking;
|
|
2946
|
+
declare const index_d_AzureCategoryNone: typeof AzureCategoryNone;
|
|
2947
|
+
declare const index_d_AzureCategoryStorage: typeof AzureCategoryStorage;
|
|
2948
|
+
declare const index_d_AzureCategoryWebMobile: typeof AzureCategoryWebMobile;
|
|
2949
|
+
declare const index_d_AzureDevops: typeof AzureDevops;
|
|
2950
|
+
declare const index_d_AzureGroupAsset: typeof AzureGroupAsset;
|
|
2951
|
+
declare const index_d_AzureRepoAsset: typeof AzureRepoAsset;
|
|
2952
|
+
declare const index_d_AzureResourceManager: typeof AzureResourceManager;
|
|
2953
|
+
declare const index_d_AzureServicesADDomain: typeof AzureServicesADDomain;
|
|
2954
|
+
declare const index_d_AzureServicesAzureAD: typeof AzureServicesAzureAD;
|
|
2955
|
+
declare const index_d_AzureServicesAzureADRole: typeof AzureServicesAzureADRole;
|
|
2956
|
+
declare const index_d_AzureServicesAzureAPIForFHIR: typeof AzureServicesAzureAPIForFHIR;
|
|
2957
|
+
declare const index_d_AzureServicesAzureAdvancedThreatProtection: typeof AzureServicesAzureAdvancedThreatProtection;
|
|
2958
|
+
declare const index_d_AzureServicesAzureApiManagement: typeof AzureServicesAzureApiManagement;
|
|
2959
|
+
declare const index_d_AzureServicesAzureAppConfiguration: typeof AzureServicesAzureAppConfiguration;
|
|
2960
|
+
declare const index_d_AzureServicesAzureAppService: typeof AzureServicesAzureAppService;
|
|
2961
|
+
declare const index_d_AzureServicesAzureAttestation: typeof AzureServicesAzureAttestation;
|
|
2962
|
+
declare const index_d_AzureServicesAzureAutomation: typeof AzureServicesAzureAutomation;
|
|
2963
|
+
declare const index_d_AzureServicesAzureBackup: typeof AzureServicesAzureBackup;
|
|
2964
|
+
declare const index_d_AzureServicesAzureBotService: typeof AzureServicesAzureBotService;
|
|
2965
|
+
declare const index_d_AzureServicesAzureCognitiveSearch: typeof AzureServicesAzureCognitiveSearch;
|
|
2966
|
+
declare const index_d_AzureServicesAzureContainerRegistry: typeof AzureServicesAzureContainerRegistry;
|
|
2967
|
+
declare const index_d_AzureServicesAzureCosmosDB: typeof AzureServicesAzureCosmosDB;
|
|
2968
|
+
declare const index_d_AzureServicesAzureDataFactory: typeof AzureServicesAzureDataFactory;
|
|
2969
|
+
declare const index_d_AzureServicesAzureDataLake: typeof AzureServicesAzureDataLake;
|
|
2970
|
+
declare const index_d_AzureServicesAzureDatabricks: typeof AzureServicesAzureDatabricks;
|
|
2971
|
+
declare const index_d_AzureServicesAzureDigitalTwins: typeof AzureServicesAzureDigitalTwins;
|
|
2972
|
+
declare const index_d_AzureServicesAzureEventGrid: typeof AzureServicesAzureEventGrid;
|
|
2973
|
+
declare const index_d_AzureServicesAzureEventHub: typeof AzureServicesAzureEventHub;
|
|
2974
|
+
declare const index_d_AzureServicesAzureFrontDoor: typeof AzureServicesAzureFrontDoor;
|
|
2975
|
+
declare const index_d_AzureServicesAzureHDInsight: typeof AzureServicesAzureHDInsight;
|
|
2976
|
+
declare const index_d_AzureServicesAzureIdentity: typeof AzureServicesAzureIdentity;
|
|
2977
|
+
declare const index_d_AzureServicesAzureIoTHub: typeof AzureServicesAzureIoTHub;
|
|
2978
|
+
declare const index_d_AzureServicesAzureKeyVault: typeof AzureServicesAzureKeyVault;
|
|
2979
|
+
declare const index_d_AzureServicesAzureKubernetesService: typeof AzureServicesAzureKubernetesService;
|
|
2980
|
+
declare const index_d_AzureServicesAzureMachineLearning: typeof AzureServicesAzureMachineLearning;
|
|
2981
|
+
declare const index_d_AzureServicesAzureMonitor: typeof AzureServicesAzureMonitor;
|
|
2982
|
+
declare const index_d_AzureServicesAzurePostgreSQL: typeof AzureServicesAzurePostgreSQL;
|
|
2983
|
+
declare const index_d_AzureServicesAzureSQL: typeof AzureServicesAzureSQL;
|
|
2984
|
+
declare const index_d_AzureServicesAzureSecurityCenter: typeof AzureServicesAzureSecurityCenter;
|
|
2985
|
+
declare const index_d_AzureServicesAzureServiceBus: typeof AzureServicesAzureServiceBus;
|
|
2986
|
+
declare const index_d_AzureServicesAzureSignalR: typeof AzureServicesAzureSignalR;
|
|
2987
|
+
declare const index_d_AzureServicesAzureStack: typeof AzureServicesAzureStack;
|
|
2988
|
+
declare const index_d_AzureServicesAzureStorage: typeof AzureServicesAzureStorage;
|
|
2989
|
+
declare const index_d_AzureServicesAzureTrafficManager: typeof AzureServicesAzureTrafficManager;
|
|
2990
|
+
declare const index_d_AzureServicesAzureWebApps: typeof AzureServicesAzureWebApps;
|
|
2991
|
+
declare const index_d_AzureServicesCDNProfile: typeof AzureServicesCDNProfile;
|
|
2992
|
+
declare const index_d_AzureServicesContainerInstances: typeof AzureServicesContainerInstances;
|
|
2993
|
+
declare const index_d_AzureServicesDatabaseAccount: typeof AzureServicesDatabaseAccount;
|
|
2994
|
+
declare const index_d_AzureServicesDefender: typeof AzureServicesDefender;
|
|
2995
|
+
declare const index_d_AzureServicesDisks: typeof AzureServicesDisks;
|
|
2996
|
+
declare const index_d_AzureServicesDockerImage: typeof AzureServicesDockerImage;
|
|
2997
|
+
declare const index_d_AzureServicesGrafana: typeof AzureServicesGrafana;
|
|
2998
|
+
declare const index_d_AzureServicesGroup: typeof AzureServicesGroup;
|
|
2999
|
+
declare const index_d_AzureServicesLoadBalancers: typeof AzureServicesLoadBalancers;
|
|
3000
|
+
declare const index_d_AzureServicesLogicApps: typeof AzureServicesLogicApps;
|
|
3001
|
+
declare const index_d_AzureServicesMachineLearning: typeof AzureServicesMachineLearning;
|
|
3002
|
+
declare const index_d_AzureServicesMicrosoftAzureFluidRelay: typeof AzureServicesMicrosoftAzureFluidRelay;
|
|
3003
|
+
declare const index_d_AzureServicesMySQL: typeof AzureServicesMySQL;
|
|
3004
|
+
declare const index_d_AzureServicesNetworkInterfaces: typeof AzureServicesNetworkInterfaces;
|
|
3005
|
+
declare const index_d_AzureServicesNetworkPolicy: typeof AzureServicesNetworkPolicy;
|
|
3006
|
+
declare const index_d_AzureServicesNetworkSecurityGroups: typeof AzureServicesNetworkSecurityGroups;
|
|
3007
|
+
declare const index_d_AzureServicesPowerBI: typeof AzureServicesPowerBI;
|
|
3008
|
+
declare const index_d_AzureServicesPublicIP: typeof AzureServicesPublicIP;
|
|
3009
|
+
declare const index_d_AzureServicesResourceGroup: typeof AzureServicesResourceGroup;
|
|
3010
|
+
declare const index_d_AzureServicesResources: typeof AzureServicesResources;
|
|
3011
|
+
declare const index_d_AzureServicesRoleAssignment: typeof AzureServicesRoleAssignment;
|
|
3012
|
+
declare const index_d_AzureServicesSQLDatabase: typeof AzureServicesSQLDatabase;
|
|
3013
|
+
declare const index_d_AzureServicesSSHKeys: typeof AzureServicesSSHKeys;
|
|
3014
|
+
declare const index_d_AzureServicesSecurityCenter: typeof AzureServicesSecurityCenter;
|
|
3015
|
+
declare const index_d_AzureServicesServiceFabric: typeof AzureServicesServiceFabric;
|
|
3016
|
+
declare const index_d_AzureServicesServicePrincipal: typeof AzureServicesServicePrincipal;
|
|
3017
|
+
declare const index_d_AzureServicesServices: typeof AzureServicesServices;
|
|
3018
|
+
declare const index_d_AzureServicesStorageSyncServices: typeof AzureServicesStorageSyncServices;
|
|
3019
|
+
declare const index_d_AzureServicesSubscriptions: typeof AzureServicesSubscriptions;
|
|
3020
|
+
declare const index_d_AzureServicesUnknown: typeof AzureServicesUnknown;
|
|
3021
|
+
declare const index_d_AzureServicesVirtualMachine: typeof AzureServicesVirtualMachine;
|
|
3022
|
+
declare const index_d_Bar: typeof Bar;
|
|
3023
|
+
declare const index_d_Bitbucket: typeof Bitbucket;
|
|
3024
|
+
declare const index_d_BitbucketColor: typeof BitbucketColor;
|
|
3025
|
+
declare const index_d_Block: typeof Block;
|
|
3026
|
+
declare const index_d_Bug: typeof Bug;
|
|
3027
|
+
declare const index_d_BugCircle: typeof BugCircle;
|
|
3028
|
+
declare const index_d_BugOutline: typeof BugOutline;
|
|
3029
|
+
declare const index_d_Bulb: typeof Bulb;
|
|
3030
|
+
declare const index_d_CISFatal: typeof CISFatal;
|
|
3031
|
+
declare const index_d_CISInfo: typeof CISInfo;
|
|
3032
|
+
declare const index_d_CISWarning: typeof CISWarning;
|
|
3033
|
+
declare const index_d_Calendar: typeof Calendar;
|
|
3034
|
+
declare const index_d_CdrIcon: typeof CdrIcon;
|
|
3035
|
+
declare const index_d_Check: typeof Check;
|
|
3036
|
+
declare const index_d_CheckBold: typeof CheckBold;
|
|
3037
|
+
declare const index_d_CheckCircleOutline: typeof CheckCircleOutline;
|
|
3038
|
+
declare const index_d_Checkbox: typeof Checkbox;
|
|
3039
|
+
declare const index_d_CheckboxFull: typeof CheckboxFull;
|
|
3040
|
+
declare const index_d_Checkmarx: typeof Checkmarx;
|
|
3041
|
+
declare const index_d_CicdDisabled: typeof CicdDisabled;
|
|
3042
|
+
declare const index_d_CicdSelected: typeof CicdSelected;
|
|
3043
|
+
declare const index_d_CicdUnSelected: typeof CicdUnSelected;
|
|
3044
|
+
declare const index_d_ClassificationDataLabeling: typeof ClassificationDataLabeling;
|
|
3045
|
+
declare const index_d_Clock: typeof Clock;
|
|
3046
|
+
declare const index_d_ClockPending: typeof ClockPending;
|
|
3047
|
+
declare const index_d_Close: typeof Close;
|
|
3048
|
+
declare const index_d_CloseFullScreen: typeof CloseFullScreen;
|
|
3049
|
+
declare const index_d_CloseLarge: typeof CloseLarge;
|
|
3050
|
+
declare const index_d_CloudDeploymentManager: typeof CloudDeploymentManager;
|
|
3051
|
+
declare const index_d_CloudInstall: typeof CloudInstall;
|
|
3052
|
+
declare const index_d_CloudInventoryDisabled: typeof CloudInventoryDisabled;
|
|
3053
|
+
declare const index_d_CloudInventorySelected: typeof CloudInventorySelected;
|
|
3054
|
+
declare const index_d_CloudInventoryUnSelected: typeof CloudInventoryUnSelected;
|
|
3055
|
+
declare const index_d_Clusters: typeof Clusters;
|
|
3056
|
+
declare const index_d_Code: typeof Code;
|
|
3057
|
+
declare const index_d_CodeSecurityDisabled: typeof CodeSecurityDisabled;
|
|
3058
|
+
declare const index_d_CodeSecuritySelected: typeof CodeSecuritySelected;
|
|
3059
|
+
declare const index_d_CodeSecurityUnSelected: typeof CodeSecurityUnSelected;
|
|
3060
|
+
declare const index_d_Collapse: typeof Collapse;
|
|
3061
|
+
declare const index_d_CollapseAll: typeof CollapseAll;
|
|
3062
|
+
declare const index_d_CommonIAC: typeof CommonIAC;
|
|
3063
|
+
declare const index_d_Compare: typeof Compare;
|
|
3064
|
+
declare const index_d_Compliance: typeof Compliance;
|
|
3065
|
+
declare const index_d_ComplianceCis: typeof ComplianceCis;
|
|
3066
|
+
declare const index_d_ComplianceGdpr: typeof ComplianceGdpr;
|
|
3067
|
+
declare const index_d_ComplianceHipaa: typeof ComplianceHipaa;
|
|
3068
|
+
declare const index_d_CompliancePci: typeof CompliancePci;
|
|
3069
|
+
declare const index_d_ComplianceReportDisabled: typeof ComplianceReportDisabled;
|
|
3070
|
+
declare const index_d_ComplianceReportSelected: typeof ComplianceReportSelected;
|
|
3071
|
+
declare const index_d_ComplianceReportUnSelected: typeof ComplianceReportUnSelected;
|
|
3072
|
+
declare const index_d_ComplianceSoc2: typeof ComplianceSoc2;
|
|
3073
|
+
declare const index_d_Connection: typeof Connection;
|
|
3074
|
+
declare const index_d_Copy: typeof Copy;
|
|
3075
|
+
declare const index_d_CopyLandscape: typeof CopyLandscape;
|
|
3076
|
+
declare const index_d_CredentialExposure: typeof CredentialExposure;
|
|
3077
|
+
declare const index_d_CrossBold: typeof CrossBold;
|
|
3078
|
+
declare const index_d_CrossCircleOutline: typeof CrossCircleOutline;
|
|
3079
|
+
declare const index_d_Crossplane: typeof Crossplane;
|
|
3080
|
+
declare const index_d_DNSSecurity: typeof DNSSecurity;
|
|
3081
|
+
declare const index_d_Dashboard1: typeof Dashboard1;
|
|
3082
|
+
declare const index_d_Dashboard2: typeof Dashboard2;
|
|
3083
|
+
declare const index_d_DashboardDisabled: typeof DashboardDisabled;
|
|
3084
|
+
declare const index_d_DashboardSelected: typeof DashboardSelected;
|
|
3085
|
+
declare const index_d_DashboardUnSelected: typeof DashboardUnSelected;
|
|
3086
|
+
declare const index_d_DataLabel: typeof DataLabel;
|
|
3087
|
+
declare const index_d_DataSecurityDisabled: typeof DataSecurityDisabled;
|
|
3088
|
+
declare const index_d_DataSecuritySelected: typeof DataSecuritySelected;
|
|
3089
|
+
declare const index_d_DataSecurityUnSelected: typeof DataSecurityUnSelected;
|
|
3090
|
+
declare const index_d_Database: typeof Database;
|
|
3091
|
+
declare const index_d_DatabaseAccess: typeof DatabaseAccess;
|
|
3092
|
+
declare const index_d_DatabaseOutline: typeof DatabaseOutline;
|
|
3093
|
+
declare const index_d_Delete: typeof Delete;
|
|
3094
|
+
declare const index_d_DiscoryGraphDisabled: typeof DiscoryGraphDisabled;
|
|
3095
|
+
declare const index_d_DiscoryGraphSelected: typeof DiscoryGraphSelected;
|
|
3096
|
+
declare const index_d_DiscoryGraphUnSelected: typeof DiscoryGraphUnSelected;
|
|
3097
|
+
declare const index_d_DocValid: typeof DocValid;
|
|
3098
|
+
declare const index_d_Docker: typeof Docker;
|
|
3099
|
+
declare const index_d_Docker2: typeof Docker2;
|
|
3100
|
+
declare const index_d_DockerCompose: typeof DockerCompose;
|
|
3101
|
+
declare const index_d_Documentation: typeof Documentation;
|
|
3102
|
+
declare const index_d_Dot: typeof Dot;
|
|
3103
|
+
declare const index_d_DoubleArrowForward: typeof DoubleArrowForward;
|
|
3104
|
+
declare const index_d_DownloadOutline: typeof DownloadOutline;
|
|
3105
|
+
declare const index_d_Drag: typeof Drag;
|
|
3106
|
+
declare const index_d_Duplicate: typeof Duplicate;
|
|
3107
|
+
declare const index_d_EditOutline: typeof EditOutline;
|
|
3108
|
+
declare const index_d_Encrypt: typeof Encrypt;
|
|
3109
|
+
declare const index_d_Endpoint: typeof Endpoint;
|
|
3110
|
+
declare const index_d_ErrorCircleOutline: typeof ErrorCircleOutline;
|
|
3111
|
+
declare const index_d_Exchange: typeof Exchange;
|
|
3112
|
+
declare const index_d_Exclamation: typeof Exclamation;
|
|
3113
|
+
declare const index_d_Expand: typeof Expand;
|
|
3114
|
+
declare const index_d_ExpandAll: typeof ExpandAll;
|
|
3115
|
+
declare const index_d_Expansions: typeof Expansions;
|
|
3116
|
+
declare const index_d_Export: typeof Export;
|
|
3117
|
+
declare const index_d_ExternalAttackSurfaceDisabled: typeof ExternalAttackSurfaceDisabled;
|
|
3118
|
+
declare const index_d_ExternalAttackSurfaceSelected: typeof ExternalAttackSurfaceSelected;
|
|
3119
|
+
declare const index_d_ExternalAttackSurfaceUnSelected: typeof ExternalAttackSurfaceUnSelected;
|
|
3120
|
+
declare const index_d_Falcon: typeof Falcon;
|
|
3121
|
+
declare const index_d_File: typeof File;
|
|
3122
|
+
declare const index_d_FileSystem: typeof FileSystem;
|
|
3123
|
+
declare const index_d_Filter: typeof Filter;
|
|
3124
|
+
declare const index_d_FilterOutline: typeof FilterOutline;
|
|
3125
|
+
declare const index_d_Fingerprint: typeof Fingerprint;
|
|
3126
|
+
declare const index_d_Folder: typeof Folder;
|
|
3127
|
+
declare const index_d_Framework: typeof Framework;
|
|
3128
|
+
declare const index_d_GCPCategoryAnalytics: typeof GCPCategoryAnalytics;
|
|
3129
|
+
declare const index_d_GCPCategoryCompute: typeof GCPCategoryCompute;
|
|
3130
|
+
declare const index_d_GCPCategoryContainers: typeof GCPCategoryContainers;
|
|
3131
|
+
declare const index_d_GCPCategoryContainers1: typeof GCPCategoryContainers1;
|
|
3132
|
+
declare const index_d_GCPCategoryIdentitySecurity: typeof GCPCategoryIdentitySecurity;
|
|
3133
|
+
declare const index_d_GCPCategoryIdentitySecurity1: typeof GCPCategoryIdentitySecurity1;
|
|
3134
|
+
declare const index_d_GCPCategoryMachineLearning: typeof GCPCategoryMachineLearning;
|
|
3135
|
+
declare const index_d_GCPCategoryManagementGovernance: typeof GCPCategoryManagementGovernance;
|
|
3136
|
+
declare const index_d_GCPCategoryMemoryStore: typeof GCPCategoryMemoryStore;
|
|
3137
|
+
declare const index_d_GCPCategoryNetworking: typeof GCPCategoryNetworking;
|
|
3138
|
+
declare const index_d_GCPCategoryNone: typeof GCPCategoryNone;
|
|
3139
|
+
declare const index_d_GCPCategoryStorage: typeof GCPCategoryStorage;
|
|
3140
|
+
declare const index_d_GCPCategoryUndefined: typeof GCPCategoryUndefined;
|
|
3141
|
+
declare const index_d_GCPCategoryWebMobile: typeof GCPCategoryWebMobile;
|
|
3142
|
+
declare const index_d_GCPIcon: typeof GCPIcon;
|
|
3143
|
+
declare const index_d_GCPServicesApigeeAPIPlatform: typeof GCPServicesApigeeAPIPlatform;
|
|
3144
|
+
declare const index_d_GCPServicesAppEngine: typeof GCPServicesAppEngine;
|
|
3145
|
+
declare const index_d_GCPServicesBigquery: typeof GCPServicesBigquery;
|
|
3146
|
+
declare const index_d_GCPServicesBigtable: typeof GCPServicesBigtable;
|
|
3147
|
+
declare const index_d_GCPServicesCloudAPIGateway: typeof GCPServicesCloudAPIGateway;
|
|
3148
|
+
declare const index_d_GCPServicesCloudBuild: typeof GCPServicesCloudBuild;
|
|
3149
|
+
declare const index_d_GCPServicesCloudCDN: typeof GCPServicesCloudCDN;
|
|
3150
|
+
declare const index_d_GCPServicesCloudDNS: typeof GCPServicesCloudDNS;
|
|
3151
|
+
declare const index_d_GCPServicesCloudLoadBalancing: typeof GCPServicesCloudLoadBalancing;
|
|
3152
|
+
declare const index_d_GCPServicesCloudLogging: typeof GCPServicesCloudLogging;
|
|
3153
|
+
declare const index_d_GCPServicesCloudMonitoring: typeof GCPServicesCloudMonitoring;
|
|
3154
|
+
declare const index_d_GCPServicesCloudRun: typeof GCPServicesCloudRun;
|
|
3155
|
+
declare const index_d_GCPServicesCloudSql: typeof GCPServicesCloudSql;
|
|
3156
|
+
declare const index_d_GCPServicesCloudStorage: typeof GCPServicesCloudStorage;
|
|
3157
|
+
declare const index_d_GCPServicesCloudStorage2: typeof GCPServicesCloudStorage2;
|
|
3158
|
+
declare const index_d_GCPServicesComputeEngine: typeof GCPServicesComputeEngine;
|
|
3159
|
+
declare const index_d_GCPServicesComputeImage: typeof GCPServicesComputeImage;
|
|
3160
|
+
declare const index_d_GCPServicesContainerRegistry: typeof GCPServicesContainerRegistry;
|
|
3161
|
+
declare const index_d_GCPServicesDataflow: typeof GCPServicesDataflow;
|
|
3162
|
+
declare const index_d_GCPServicesDataproc: typeof GCPServicesDataproc;
|
|
3163
|
+
declare const index_d_GCPServicesDisks: typeof GCPServicesDisks;
|
|
3164
|
+
declare const index_d_GCPServicesDockerImage: typeof GCPServicesDockerImage;
|
|
3165
|
+
declare const index_d_GCPServicesFilestore: typeof GCPServicesFilestore;
|
|
3166
|
+
declare const index_d_GCPServicesFirestore: typeof GCPServicesFirestore;
|
|
3167
|
+
declare const index_d_GCPServicesGKE: typeof GCPServicesGKE;
|
|
3168
|
+
declare const index_d_GCPServicesGKENodePool: typeof GCPServicesGKENodePool;
|
|
3169
|
+
declare const index_d_GCPServicesIAMPrincipal: typeof GCPServicesIAMPrincipal;
|
|
3170
|
+
declare const index_d_GCPServicesIAMRoles: typeof GCPServicesIAMRoles;
|
|
3171
|
+
declare const index_d_GCPServicesIdentityAndAccessManagement: typeof GCPServicesIdentityAndAccessManagement;
|
|
3172
|
+
declare const index_d_GCPServicesInstanceGroup: typeof GCPServicesInstanceGroup;
|
|
3173
|
+
declare const index_d_GCPServicesKMSKey: typeof GCPServicesKMSKey;
|
|
3174
|
+
declare const index_d_GCPServicesLoadBalancer: typeof GCPServicesLoadBalancer;
|
|
3175
|
+
declare const index_d_GCPServicesLocalSSD: typeof GCPServicesLocalSSD;
|
|
3176
|
+
declare const index_d_GCPServicesManagedInstanceGroup: typeof GCPServicesManagedInstanceGroup;
|
|
3177
|
+
declare const index_d_GCPServicesNetworkEndpointGroup: typeof GCPServicesNetworkEndpointGroup;
|
|
3178
|
+
declare const index_d_GCPServicesNetworkFirewall: typeof GCPServicesNetworkFirewall;
|
|
3179
|
+
declare const index_d_GCPServicesProject: typeof GCPServicesProject;
|
|
3180
|
+
declare const index_d_GCPServicesPubsub: typeof GCPServicesPubsub;
|
|
3181
|
+
declare const index_d_GCPServicesSQLDatabase: typeof GCPServicesSQLDatabase;
|
|
3182
|
+
declare const index_d_GCPServicesSecretManager: typeof GCPServicesSecretManager;
|
|
3183
|
+
declare const index_d_GCPServicesSecurityCenter: typeof GCPServicesSecurityCenter;
|
|
3184
|
+
declare const index_d_GCPServicesServiceAccount: typeof GCPServicesServiceAccount;
|
|
3185
|
+
declare const index_d_GCPServicesStorageBucket: typeof GCPServicesStorageBucket;
|
|
3186
|
+
declare const index_d_GCPServicesTargetInstance: typeof GCPServicesTargetInstance;
|
|
3187
|
+
declare const index_d_GCPServicesTargetPool: typeof GCPServicesTargetPool;
|
|
3188
|
+
declare const index_d_GCPServicesTargetPool1: typeof GCPServicesTargetPool1;
|
|
3189
|
+
declare const index_d_GCPServicesUnknown: typeof GCPServicesUnknown;
|
|
3190
|
+
declare const index_d_GCPServicesVault: typeof GCPServicesVault;
|
|
3191
|
+
declare const index_d_GCPServicesVertexAI: typeof GCPServicesVertexAI;
|
|
3192
|
+
declare const index_d_GCPServicesVirtualPrivateCloud: typeof GCPServicesVirtualPrivateCloud;
|
|
3193
|
+
declare const index_d_GCPServicesVirtualPrivateCloud1: typeof GCPServicesVirtualPrivateCloud1;
|
|
3194
|
+
declare const index_d_GitHub: typeof GitHub;
|
|
3195
|
+
declare const index_d_GitHubGroupAsset: typeof GitHubGroupAsset;
|
|
3196
|
+
declare const index_d_GitHubRepoAsset: typeof GitHubRepoAsset;
|
|
3197
|
+
declare const index_d_GitLab: typeof GitLab;
|
|
3198
|
+
declare const index_d_GitLabGroupAsset: typeof GitLabGroupAsset;
|
|
3199
|
+
declare const index_d_GitLabRepoAsset: typeof GitLabRepoAsset;
|
|
3200
|
+
declare const index_d_GitlabColor: typeof GitlabColor;
|
|
3201
|
+
declare const index_d_GlobalPoliciesDisabled: typeof GlobalPoliciesDisabled;
|
|
3202
|
+
declare const index_d_GlobalPoliciesSelected: typeof GlobalPoliciesSelected;
|
|
3203
|
+
declare const index_d_GlobalPoliciesUnSelected: typeof GlobalPoliciesUnSelected;
|
|
3204
|
+
declare const index_d_Group: typeof Group;
|
|
3205
|
+
declare const index_d_GuardDuty: typeof GuardDuty;
|
|
3206
|
+
declare const index_d_Health: typeof Health;
|
|
3207
|
+
declare const index_d_Helm: typeof Helm;
|
|
3208
|
+
declare const index_d_HideOutline: typeof HideOutline;
|
|
3209
|
+
declare const index_d_IAC: typeof IAC;
|
|
3210
|
+
declare const index_d_IACSecurity: typeof IACSecurity;
|
|
3211
|
+
declare const index_d_IacStack: typeof IacStack;
|
|
3212
|
+
declare const index_d_Ignore: typeof Ignore;
|
|
3213
|
+
declare const index_d_ImageValid: typeof ImageValid;
|
|
3214
|
+
declare const index_d_InfoBold: typeof InfoBold;
|
|
3215
|
+
declare const index_d_InfoCircleOutline: typeof InfoCircleOutline;
|
|
3216
|
+
declare const index_d_InlineV: typeof InlineV;
|
|
3217
|
+
declare const index_d_InlineX: typeof InlineX;
|
|
3218
|
+
declare const index_d_InsecureConfiguration: typeof InsecureConfiguration;
|
|
3219
|
+
declare const index_d_Insights: typeof Insights;
|
|
3220
|
+
declare const index_d_IntegrationsDisabled: typeof IntegrationsDisabled;
|
|
3221
|
+
declare const index_d_IntegrationsSelected: typeof IntegrationsSelected;
|
|
3222
|
+
declare const index_d_IntegrationsUnSelected: typeof IntegrationsUnSelected;
|
|
3223
|
+
declare const index_d_InternetScanner: typeof InternetScanner;
|
|
3224
|
+
declare const index_d_Jira: typeof Jira;
|
|
3225
|
+
declare const index_d_JiraBlue: typeof JiraBlue;
|
|
3226
|
+
declare const index_d_KUBEIcon: typeof KUBEIcon;
|
|
3227
|
+
declare const index_d_KeyboardArrowDown: typeof KeyboardArrowDown;
|
|
3228
|
+
declare const index_d_KeyboardArrowLeft: typeof KeyboardArrowLeft;
|
|
3229
|
+
declare const index_d_KeyboardArrowRight: typeof KeyboardArrowRight;
|
|
3230
|
+
declare const index_d_KeyboardArrowUp: typeof KeyboardArrowUp;
|
|
3231
|
+
declare const index_d_KubernetesCategoryCompute: typeof KubernetesCategoryCompute;
|
|
3232
|
+
declare const index_d_KubernetesCategoryIdentitySecurity: typeof KubernetesCategoryIdentitySecurity;
|
|
3233
|
+
declare const index_d_KubernetesCategoryManagementGovernance: typeof KubernetesCategoryManagementGovernance;
|
|
3234
|
+
declare const index_d_KubernetesCategoryNetworking: typeof KubernetesCategoryNetworking;
|
|
3235
|
+
declare const index_d_KubernetesCategoryNone: typeof KubernetesCategoryNone;
|
|
3236
|
+
declare const index_d_KubernetesCategoryStorage: typeof KubernetesCategoryStorage;
|
|
3237
|
+
declare const index_d_KubernetesIcon: typeof KubernetesIcon;
|
|
3238
|
+
declare const index_d_KubernetesServicesCluster: typeof KubernetesServicesCluster;
|
|
3239
|
+
declare const index_d_KubernetesServicesClusterRole: typeof KubernetesServicesClusterRole;
|
|
3240
|
+
declare const index_d_KubernetesServicesClusterRoleBinding: typeof KubernetesServicesClusterRoleBinding;
|
|
3241
|
+
declare const index_d_KubernetesServicesConfigMap: typeof KubernetesServicesConfigMap;
|
|
3242
|
+
declare const index_d_KubernetesServicesDaemonSet: typeof KubernetesServicesDaemonSet;
|
|
3243
|
+
declare const index_d_KubernetesServicesDeployment: typeof KubernetesServicesDeployment;
|
|
3244
|
+
declare const index_d_KubernetesServicesDockerImage: typeof KubernetesServicesDockerImage;
|
|
3245
|
+
declare const index_d_KubernetesServicesEndpoint: typeof KubernetesServicesEndpoint;
|
|
3246
|
+
declare const index_d_KubernetesServicesK8Service: typeof KubernetesServicesK8Service;
|
|
3247
|
+
declare const index_d_KubernetesServicesNamespace: typeof KubernetesServicesNamespace;
|
|
3248
|
+
declare const index_d_KubernetesServicesNetworkPolicy: typeof KubernetesServicesNetworkPolicy;
|
|
3249
|
+
declare const index_d_KubernetesServicesNode: typeof KubernetesServicesNode;
|
|
3250
|
+
declare const index_d_KubernetesServicesPod: typeof KubernetesServicesPod;
|
|
3251
|
+
declare const index_d_KubernetesServicesReplicaSet: typeof KubernetesServicesReplicaSet;
|
|
3252
|
+
declare const index_d_KubernetesServicesRole: typeof KubernetesServicesRole;
|
|
3253
|
+
declare const index_d_KubernetesServicesRoleBinding: typeof KubernetesServicesRoleBinding;
|
|
3254
|
+
declare const index_d_KubernetesServicesServiceAccount: typeof KubernetesServicesServiceAccount;
|
|
3255
|
+
declare const index_d_KubernetesServicesStatefulSet: typeof KubernetesServicesStatefulSet;
|
|
3256
|
+
declare const index_d_KubernetesServicesUnknown: typeof KubernetesServicesUnknown;
|
|
3257
|
+
declare const index_d_LLMDisabled: typeof LLMDisabled;
|
|
3258
|
+
declare const index_d_LLMSelected: typeof LLMSelected;
|
|
3259
|
+
declare const index_d_LLMUnSelected: typeof LLMUnSelected;
|
|
3260
|
+
declare const index_d_Legend: typeof Legend;
|
|
3261
|
+
declare const index_d_Link: typeof Link;
|
|
3262
|
+
declare const index_d_List: typeof List;
|
|
3263
|
+
declare const index_d_Loading: typeof Loading;
|
|
3264
|
+
declare const index_d_LockOff: typeof LockOff;
|
|
3265
|
+
declare const index_d_LockOutline: typeof LockOutline;
|
|
3266
|
+
declare const index_d_Logout: typeof Logout;
|
|
3267
|
+
declare const index_d_MFEVersionsIconDisabled: typeof MFEVersionsIconDisabled;
|
|
3268
|
+
declare const index_d_MFEVersionsIconSelected: typeof MFEVersionsIconSelected;
|
|
3269
|
+
declare const index_d_MFEVersionsIconUnSelected: typeof MFEVersionsIconUnSelected;
|
|
3270
|
+
declare const index_d_MalwareIcon: typeof MalwareIcon;
|
|
3271
|
+
declare const index_d_ManageColumns: typeof ManageColumns;
|
|
3272
|
+
declare const index_d_ManualDataLabeling: typeof ManualDataLabeling;
|
|
3273
|
+
declare const index_d_Mcd: typeof Mcd;
|
|
3274
|
+
declare const index_d_McdGateway: typeof McdGateway;
|
|
3275
|
+
declare const index_d_MenuApisec: typeof MenuApisec;
|
|
3276
|
+
declare const index_d_MenuAttackPathAnalysis: typeof MenuAttackPathAnalysis;
|
|
3277
|
+
declare const index_d_MenuCICD: typeof MenuCICD;
|
|
3278
|
+
declare const index_d_MenuCloudInventory: typeof MenuCloudInventory;
|
|
3279
|
+
declare const index_d_MenuComplianceReport: typeof MenuComplianceReport;
|
|
3280
|
+
declare const index_d_MenuDataSecurity: typeof MenuDataSecurity;
|
|
3281
|
+
declare const index_d_MenuExternalAttackSurface: typeof MenuExternalAttackSurface;
|
|
3282
|
+
declare const index_d_MenuIntegrations: typeof MenuIntegrations;
|
|
3283
|
+
declare const index_d_MenuOverview: typeof MenuOverview;
|
|
3284
|
+
declare const index_d_MenuReports: typeof MenuReports;
|
|
3285
|
+
declare const index_d_MenuRuntimeEvents: typeof MenuRuntimeEvents;
|
|
3286
|
+
declare const index_d_MenuSecurityGraph: typeof MenuSecurityGraph;
|
|
3287
|
+
declare const index_d_MenuSecurityPosture: typeof MenuSecurityPosture;
|
|
3288
|
+
declare const index_d_MenuSettings: typeof MenuSettings;
|
|
3289
|
+
declare const index_d_MenuSoftwareSupplyChain: typeof MenuSoftwareSupplyChain;
|
|
3290
|
+
declare const index_d_MenuVulnerabilityManagement: typeof MenuVulnerabilityManagement;
|
|
3291
|
+
declare const index_d_Merge: typeof Merge;
|
|
3292
|
+
declare const index_d_MergeCircle: typeof MergeCircle;
|
|
3293
|
+
declare const index_d_MinusBold: typeof MinusBold;
|
|
3294
|
+
declare const index_d_MinusCircleOut: typeof MinusCircleOut;
|
|
3295
|
+
declare const index_d_MoveTop: typeof MoveTop;
|
|
3296
|
+
declare const index_d_Namespace: typeof Namespace;
|
|
3297
|
+
declare const index_d_NeglectedResource: typeof NeglectedResource;
|
|
3298
|
+
declare const index_d_Network: typeof Network;
|
|
3299
|
+
declare const index_d_Node: typeof Node;
|
|
3300
|
+
declare const index_d_Notifications: typeof Notifications;
|
|
3301
|
+
declare const index_d_OCIIcon: typeof OCIIcon;
|
|
3302
|
+
declare const index_d_OpenAPI: typeof OpenAPI;
|
|
3303
|
+
declare const index_d_OpenInNewTab: typeof OpenInNewTab;
|
|
3304
|
+
declare const index_d_OpenPage: typeof OpenPage;
|
|
3305
|
+
declare const index_d_OpenPort: typeof OpenPort;
|
|
3306
|
+
declare const index_d_OracleCategoryCompute: typeof OracleCategoryCompute;
|
|
3307
|
+
declare const index_d_OracleCategoryDeveloperServices: typeof OracleCategoryDeveloperServices;
|
|
3308
|
+
declare const index_d_OracleCategoryIdentitySecurity: typeof OracleCategoryIdentitySecurity;
|
|
3309
|
+
declare const index_d_OracleCategoryNetworking: typeof OracleCategoryNetworking;
|
|
3310
|
+
declare const index_d_OracleCategoryNone: typeof OracleCategoryNone;
|
|
3311
|
+
declare const index_d_OracleCategoryStorage: typeof OracleCategoryStorage;
|
|
3312
|
+
declare const index_d_OracleIcon: typeof OracleIcon;
|
|
3313
|
+
declare const index_d_OracleServicesCompartment: typeof OracleServicesCompartment;
|
|
3314
|
+
declare const index_d_OracleServicesDynamicGroups: typeof OracleServicesDynamicGroups;
|
|
3315
|
+
declare const index_d_OracleServicesGroup: typeof OracleServicesGroup;
|
|
3316
|
+
declare const index_d_OracleServicesIdentityDomain: typeof OracleServicesIdentityDomain;
|
|
3317
|
+
declare const index_d_OracleServicesInternetGateway: typeof OracleServicesInternetGateway;
|
|
3318
|
+
declare const index_d_OracleServicesNetworkLoadBalancer: typeof OracleServicesNetworkLoadBalancer;
|
|
3319
|
+
declare const index_d_OracleServicesNetworkSecurityGroup: typeof OracleServicesNetworkSecurityGroup;
|
|
3320
|
+
declare const index_d_OracleServicesObjectStorage: typeof OracleServicesObjectStorage;
|
|
3321
|
+
declare const index_d_OracleServicesOracleInstance: typeof OracleServicesOracleInstance;
|
|
3322
|
+
declare const index_d_OracleServicesPolicy: typeof OracleServicesPolicy;
|
|
3323
|
+
declare const index_d_OracleServicesPublicIP: typeof OracleServicesPublicIP;
|
|
3324
|
+
declare const index_d_OracleServicesSecurityLists: typeof OracleServicesSecurityLists;
|
|
3325
|
+
declare const index_d_OracleServicesSubnet: typeof OracleServicesSubnet;
|
|
3326
|
+
declare const index_d_OracleServicesUser: typeof OracleServicesUser;
|
|
3327
|
+
declare const index_d_OracleServicesVirtualNetwork: typeof OracleServicesVirtualNetwork;
|
|
3328
|
+
declare const index_d_PADeveloperTools: typeof PADeveloperTools;
|
|
3329
|
+
declare const index_d_PAOpenInFull: typeof PAOpenInFull;
|
|
3330
|
+
declare const index_d_PAShineStar: typeof PAShineStar;
|
|
3331
|
+
declare const index_d_Packages: typeof Packages;
|
|
3332
|
+
declare const index_d_PanopticaFullLogo: typeof PanopticaFullLogo;
|
|
3333
|
+
declare const index_d_PanopticaIcon: typeof PanopticaIcon;
|
|
3334
|
+
declare const index_d_Password: typeof Password;
|
|
3335
|
+
declare const index_d_Permissions: typeof Permissions;
|
|
3336
|
+
declare const index_d_Pin: typeof Pin;
|
|
3337
|
+
declare const index_d_PlusBold: typeof PlusBold;
|
|
3338
|
+
declare const index_d_PolicyAutomated: typeof PolicyAutomated;
|
|
3339
|
+
declare const index_d_PolicySecret: typeof PolicySecret;
|
|
3340
|
+
declare const index_d_PolicyVersion: typeof PolicyVersion;
|
|
3341
|
+
declare const index_d_Preview: typeof Preview;
|
|
3342
|
+
declare const index_d_PrivateIP: typeof PrivateIP;
|
|
3343
|
+
declare const index_d_PullRequest: typeof PullRequest;
|
|
3344
|
+
declare const index_d_Pulumi: typeof Pulumi;
|
|
3345
|
+
declare const index_d_QueryCollapse: typeof QueryCollapse;
|
|
3346
|
+
declare const index_d_RadioChecked: typeof RadioChecked;
|
|
3347
|
+
declare const index_d_RealtimeAsset: typeof RealtimeAsset;
|
|
3348
|
+
declare const index_d_RealtimeCDRDisabled: typeof RealtimeCDRDisabled;
|
|
3349
|
+
declare const index_d_RealtimeCDRSelected: typeof RealtimeCDRSelected;
|
|
3350
|
+
declare const index_d_RealtimeCDRUnselected: typeof RealtimeCDRUnselected;
|
|
3351
|
+
declare const index_d_Reload: typeof Reload;
|
|
3352
|
+
declare const index_d_Repair: typeof Repair;
|
|
3353
|
+
declare const index_d_Replace: typeof Replace;
|
|
3354
|
+
declare const index_d_Repo: typeof Repo;
|
|
3355
|
+
declare const index_d_ReportsDisabled: typeof ReportsDisabled;
|
|
3356
|
+
declare const index_d_ReportsSelected: typeof ReportsSelected;
|
|
3357
|
+
declare const index_d_ReportsUnselected: typeof ReportsUnselected;
|
|
3358
|
+
declare const index_d_Repository: typeof Repository;
|
|
3359
|
+
declare const index_d_RootCauseAnalysisDisabled: typeof RootCauseAnalysisDisabled;
|
|
3360
|
+
declare const index_d_RootCauseAnalysisSelected: typeof RootCauseAnalysisSelected;
|
|
3361
|
+
declare const index_d_RootCauseAnalysisUnselected: typeof RootCauseAnalysisUnselected;
|
|
3362
|
+
declare const index_d_RoundedCheckCircleOutline: typeof RoundedCheckCircleOutline;
|
|
3363
|
+
declare const index_d_RuleBasedDataLabeling: typeof RuleBasedDataLabeling;
|
|
3364
|
+
declare const index_d_RuntimeEventsDisabled: typeof RuntimeEventsDisabled;
|
|
3365
|
+
declare const index_d_RuntimeEventsSelected: typeof RuntimeEventsSelected;
|
|
3366
|
+
declare const index_d_RuntimeEventsUnselected: typeof RuntimeEventsUnselected;
|
|
3367
|
+
declare const index_d_SSO: typeof SSO;
|
|
3368
|
+
declare const index_d_SThreeBucket: typeof SThreeBucket;
|
|
3369
|
+
declare const index_d_Scan: typeof Scan;
|
|
3370
|
+
declare const index_d_ScanReportsDisabled: typeof ScanReportsDisabled;
|
|
3371
|
+
declare const index_d_ScanReportsSelected: typeof ScanReportsSelected;
|
|
3372
|
+
declare const index_d_ScanReportsUnselected: typeof ScanReportsUnselected;
|
|
3373
|
+
declare const index_d_Secret: typeof Secret;
|
|
3374
|
+
declare const index_d_SecretExposure: typeof SecretExposure;
|
|
3375
|
+
declare const index_d_SecureEndpoint: typeof SecureEndpoint;
|
|
3376
|
+
declare const index_d_SecurityPostureDisabled: typeof SecurityPostureDisabled;
|
|
3377
|
+
declare const index_d_SecurityPostureIcon: typeof SecurityPostureIcon;
|
|
3378
|
+
declare const index_d_SecurityPostureSelected: typeof SecurityPostureSelected;
|
|
3379
|
+
declare const index_d_SecurityPostureUnselected: typeof SecurityPostureUnselected;
|
|
3380
|
+
declare const index_d_Send: typeof Send;
|
|
3381
|
+
declare const index_d_SensitiveData: typeof SensitiveData;
|
|
3382
|
+
declare const index_d_Serverless: typeof Serverless;
|
|
3383
|
+
declare const index_d_ServiceNow: typeof ServiceNow;
|
|
3384
|
+
declare const index_d_Settings: typeof Settings;
|
|
3385
|
+
declare const index_d_SettingsMenuAPIKeys: typeof SettingsMenuAPIKeys;
|
|
3386
|
+
declare const index_d_SettingsMenuAPISecurity: typeof SettingsMenuAPISecurity;
|
|
3387
|
+
declare const index_d_SettingsMenuAccounts: typeof SettingsMenuAccounts;
|
|
3388
|
+
declare const index_d_SettingsMenuAlerts: typeof SettingsMenuAlerts;
|
|
3389
|
+
declare const index_d_SettingsMenuAuditLog: typeof SettingsMenuAuditLog;
|
|
3390
|
+
declare const index_d_SettingsMenuExternalAttackSurface: typeof SettingsMenuExternalAttackSurface;
|
|
3391
|
+
declare const index_d_SettingsMenuGenAISecurity: typeof SettingsMenuGenAISecurity;
|
|
3392
|
+
declare const index_d_SettingsMenuIntegrations: typeof SettingsMenuIntegrations;
|
|
3393
|
+
declare const index_d_SettingsMenuProfile: typeof SettingsMenuProfile;
|
|
3394
|
+
declare const index_d_SettingsMenuSCM: typeof SettingsMenuSCM;
|
|
3395
|
+
declare const index_d_SettingsMenuUsersScopes: typeof SettingsMenuUsersScopes;
|
|
3396
|
+
declare const index_d_SettingsNavigationDisabled: typeof SettingsNavigationDisabled;
|
|
3397
|
+
declare const index_d_SettingsNavigationSelected: typeof SettingsNavigationSelected;
|
|
3398
|
+
declare const index_d_SettingsNavigationUnselected: typeof SettingsNavigationUnselected;
|
|
3399
|
+
declare const index_d_SettingsOutline: typeof SettingsOutline;
|
|
3400
|
+
declare const index_d_SeverityBar: typeof SeverityBar;
|
|
3401
|
+
declare const index_d_Shadow: typeof Shadow;
|
|
3402
|
+
declare const index_d_Share: typeof Share;
|
|
3403
|
+
declare const index_d_SizeDown: typeof SizeDown;
|
|
3404
|
+
declare const index_d_SizeUp: typeof SizeUp;
|
|
3405
|
+
declare const index_d_SkipNext: typeof SkipNext;
|
|
3406
|
+
declare const index_d_SkipPrevious: typeof SkipPrevious;
|
|
3407
|
+
declare const index_d_Slack: typeof Slack;
|
|
3408
|
+
declare const index_d_Snyk: typeof Snyk;
|
|
3409
|
+
declare const index_d_SoftwareSupplyChainDisabled: typeof SoftwareSupplyChainDisabled;
|
|
3410
|
+
declare const index_d_SoftwareSupplyChainSelected: typeof SoftwareSupplyChainSelected;
|
|
3411
|
+
declare const index_d_SoftwareSupplyChainUnSelected: typeof SoftwareSupplyChainUnSelected;
|
|
3412
|
+
declare const index_d_SortArrowDown: typeof SortArrowDown;
|
|
3413
|
+
declare const index_d_SortArrowUp: typeof SortArrowUp;
|
|
3414
|
+
declare const index_d_SortDoubleArrow: typeof SortDoubleArrow;
|
|
3415
|
+
declare const index_d_SortGroup: typeof SortGroup;
|
|
3416
|
+
declare const index_d_SortInverted: typeof SortInverted;
|
|
3417
|
+
declare const index_d_Spark: typeof Spark;
|
|
3418
|
+
declare const index_d_Star: typeof Star;
|
|
3419
|
+
declare const index_d_StarOutline: typeof StarOutline;
|
|
3420
|
+
declare const index_d_Structure: typeof Structure;
|
|
3421
|
+
declare const index_d_Swagger: typeof Swagger;
|
|
3422
|
+
declare const index_d_SwaggerOutline: typeof SwaggerOutline;
|
|
3423
|
+
declare const index_d_Table: typeof Table;
|
|
3424
|
+
declare const index_d_Target: typeof Target;
|
|
3425
|
+
declare const index_d_TargetSensitive: typeof TargetSensitive;
|
|
3426
|
+
declare const index_d_Teams: typeof Teams;
|
|
3427
|
+
declare const index_d_Tenable: typeof Tenable;
|
|
3428
|
+
declare const index_d_Terraform: typeof Terraform;
|
|
3429
|
+
declare const index_d_Test: typeof Test;
|
|
3430
|
+
declare const index_d_Tray: typeof Tray;
|
|
3431
|
+
declare const index_d_Trend: typeof Trend;
|
|
3432
|
+
declare const index_d_TrendArrow: typeof TrendArrow;
|
|
3433
|
+
declare const index_d_TriangleUpOutline: typeof TriangleUpOutline;
|
|
3434
|
+
declare const index_d_TwistLock: typeof TwistLock;
|
|
3435
|
+
declare const index_d_UnIgnore: typeof UnIgnore;
|
|
3436
|
+
declare const index_d_Undo: typeof Undo;
|
|
3437
|
+
declare const index_d_Uninstall: typeof Uninstall;
|
|
3438
|
+
declare const index_d_Union: typeof Union;
|
|
3439
|
+
declare const index_d_Unlock: typeof Unlock;
|
|
3440
|
+
declare const index_d_User: typeof User;
|
|
3441
|
+
declare const index_d_UserCircle: typeof UserCircle;
|
|
3442
|
+
declare const index_d_VulArrowUp: typeof VulArrowUp;
|
|
3443
|
+
declare const index_d_VulCisa: typeof VulCisa;
|
|
3444
|
+
declare const index_d_VulContainer: typeof VulContainer;
|
|
3445
|
+
declare const index_d_VulExploitable: typeof VulExploitable;
|
|
3446
|
+
declare const index_d_VulPanoptica: typeof VulPanoptica;
|
|
3447
|
+
declare const index_d_VulPartial: typeof VulPartial;
|
|
3448
|
+
declare const index_d_VulPublic: typeof VulPublic;
|
|
3449
|
+
declare const index_d_VulServerless: typeof VulServerless;
|
|
3450
|
+
declare const index_d_VulSnyk: typeof VulSnyk;
|
|
3451
|
+
declare const index_d_VulStackrox: typeof VulStackrox;
|
|
3452
|
+
declare const index_d_VulTenable: typeof VulTenable;
|
|
3453
|
+
declare const index_d_VulTwistLock: typeof VulTwistLock;
|
|
3454
|
+
declare const index_d_VulnerabilitiesIcon: typeof VulnerabilitiesIcon;
|
|
3455
|
+
declare const index_d_VulnerabilityIconDisabled: typeof VulnerabilityIconDisabled;
|
|
3456
|
+
declare const index_d_VulnerabilityIconSelected: typeof VulnerabilityIconSelected;
|
|
3457
|
+
declare const index_d_VulnerabilityIconUnSelected: typeof VulnerabilityIconUnSelected;
|
|
3458
|
+
declare const index_d_WarningAccounts: typeof WarningAccounts;
|
|
3459
|
+
declare const index_d_WarningQuestion: typeof WarningQuestion;
|
|
3460
|
+
declare const index_d_Webex: typeof Webex;
|
|
3461
|
+
declare const index_d_Zombie: typeof Zombie;
|
|
3462
|
+
declare const index_d_gRPC: typeof gRPC;
|
|
3463
|
+
declare namespace index_d {
|
|
3464
|
+
export {
|
|
3465
|
+
index_d_API as API,
|
|
3466
|
+
index_d_APIKey as APIKey,
|
|
3467
|
+
index_d_APIOutline as APIOutline,
|
|
3468
|
+
index_d_AWSCategoryAnalytics as AWSCategoryAnalytics,
|
|
3469
|
+
index_d_AWSCategoryCompute as AWSCategoryCompute,
|
|
3470
|
+
index_d_AWSCategoryContainers as AWSCategoryContainers,
|
|
3471
|
+
index_d_AWSCategoryDatabase as AWSCategoryDatabase,
|
|
3472
|
+
index_d_AWSCategoryIdentitySecurity as AWSCategoryIdentitySecurity,
|
|
3473
|
+
index_d_AWSCategoryIdentitySecurity1 as AWSCategoryIdentitySecurity1,
|
|
3474
|
+
index_d_AWSCategoryMachineLearning as AWSCategoryMachineLearning,
|
|
3475
|
+
index_d_AWSCategoryManagementGovernance as AWSCategoryManagementGovernance,
|
|
3476
|
+
index_d_AWSCategoryNetworking as AWSCategoryNetworking,
|
|
3477
|
+
index_d_AWSCategoryNone as AWSCategoryNone,
|
|
3478
|
+
index_d_AWSCategoryStorage as AWSCategoryStorage,
|
|
3479
|
+
index_d_AWSCategoryUndefined as AWSCategoryUndefined,
|
|
3480
|
+
index_d_AWSCategoryWebMobile as AWSCategoryWebMobile,
|
|
3481
|
+
index_d_AWSCloudFormation as AWSCloudFormation,
|
|
3482
|
+
index_d_AWSIcon as AWSIcon,
|
|
3483
|
+
index_d_AWSServicesACM as AWSServicesACM,
|
|
3484
|
+
index_d_AWSServicesAMI as AWSServicesAMI,
|
|
3485
|
+
index_d_AWSServicesAPIGateway as AWSServicesAPIGateway,
|
|
3486
|
+
index_d_AWSServicesAWSConfig as AWSServicesAWSConfig,
|
|
3487
|
+
index_d_AWSServicesAWSTransferFamily as AWSServicesAWSTransferFamily,
|
|
3488
|
+
index_d_AWSServicesAWSTransferFamily1 as AWSServicesAWSTransferFamily1,
|
|
3489
|
+
index_d_AWSServicesAmazonMemoryDBForRedis as AWSServicesAmazonMemoryDBForRedis,
|
|
3490
|
+
index_d_AWSServicesAthena as AWSServicesAthena,
|
|
3491
|
+
index_d_AWSServicesAutoScalingGroup as AWSServicesAutoScalingGroup,
|
|
3492
|
+
index_d_AWSServicesAutoScalingGroup1 as AWSServicesAutoScalingGroup1,
|
|
3493
|
+
index_d_AWSServicesBackup as AWSServicesBackup,
|
|
3494
|
+
index_d_AWSServicesCIS as AWSServicesCIS,
|
|
3495
|
+
index_d_AWSServicesCertificateManager as AWSServicesCertificateManager,
|
|
3496
|
+
index_d_AWSServicesClientVPN as AWSServicesClientVPN,
|
|
3497
|
+
index_d_AWSServicesCloudFormation as AWSServicesCloudFormation,
|
|
3498
|
+
index_d_AWSServicesCloudFormationStack as AWSServicesCloudFormationStack,
|
|
3499
|
+
index_d_AWSServicesCloudFormationStackSet as AWSServicesCloudFormationStackSet,
|
|
3500
|
+
index_d_AWSServicesCloudTrail as AWSServicesCloudTrail,
|
|
3501
|
+
index_d_AWSServicesCloudWatch as AWSServicesCloudWatch,
|
|
3502
|
+
index_d_AWSServicesCloudfront as AWSServicesCloudfront,
|
|
3503
|
+
index_d_AWSServicesCognito as AWSServicesCognito,
|
|
3504
|
+
index_d_AWSServicesCompliance as AWSServicesCompliance,
|
|
3505
|
+
index_d_AWSServicesConfigRecorders as AWSServicesConfigRecorders,
|
|
3506
|
+
index_d_AWSServicesConfigRules as AWSServicesConfigRules,
|
|
3507
|
+
index_d_AWSServicesDB as AWSServicesDB,
|
|
3508
|
+
index_d_AWSServicesDataPipeline as AWSServicesDataPipeline,
|
|
3509
|
+
index_d_AWSServicesDatabaseMigration as AWSServicesDatabaseMigration,
|
|
3510
|
+
index_d_AWSServicesDockerImage as AWSServicesDockerImage,
|
|
3511
|
+
index_d_AWSServicesDynamoDB as AWSServicesDynamoDB,
|
|
3512
|
+
index_d_AWSServicesEBS as AWSServicesEBS,
|
|
3513
|
+
index_d_AWSServicesEC2 as AWSServicesEC2,
|
|
3514
|
+
index_d_AWSServicesEC2Snapshot as AWSServicesEC2Snapshot,
|
|
3515
|
+
index_d_AWSServicesECSTask as AWSServicesECSTask,
|
|
3516
|
+
index_d_AWSServicesECSTaskDefinition as AWSServicesECSTaskDefinition,
|
|
3517
|
+
index_d_AWSServicesEFS as AWSServicesEFS,
|
|
3518
|
+
index_d_AWSServicesEKSCluster as AWSServicesEKSCluster,
|
|
3519
|
+
index_d_AWSServicesELBPolicy as AWSServicesELBPolicy,
|
|
3520
|
+
index_d_AWSServicesELBv2Listener as AWSServicesELBv2Listener,
|
|
3521
|
+
index_d_AWSServicesEMR as AWSServicesEMR,
|
|
3522
|
+
index_d_AWSServicesEgressOnlyInterentGateway as AWSServicesEgressOnlyInterentGateway,
|
|
3523
|
+
index_d_AWSServicesElastiCache as AWSServicesElastiCache,
|
|
3524
|
+
index_d_AWSServicesElasticBeanstalk as AWSServicesElasticBeanstalk,
|
|
3525
|
+
index_d_AWSServicesElasticContainerRegistryECR as AWSServicesElasticContainerRegistryECR,
|
|
3526
|
+
index_d_AWSServicesElasticContainerServiceECS as AWSServicesElasticContainerServiceECS,
|
|
3527
|
+
index_d_AWSServicesElasticIP as AWSServicesElasticIP,
|
|
3528
|
+
index_d_AWSServicesElasticIP1 as AWSServicesElasticIP1,
|
|
3529
|
+
index_d_AWSServicesElasticKubernetesServiceEKS as AWSServicesElasticKubernetesServiceEKS,
|
|
3530
|
+
index_d_AWSServicesElasticLoadBalancing as AWSServicesElasticLoadBalancing,
|
|
3531
|
+
index_d_AWSServicesElasticNetworkInterface as AWSServicesElasticNetworkInterface,
|
|
3532
|
+
index_d_AWSServicesElasticsearch as AWSServicesElasticsearch,
|
|
3533
|
+
index_d_AWSServicesEventSourceMapping as AWSServicesEventSourceMapping,
|
|
3534
|
+
index_d_AWSServicesGlobalAccelerator as AWSServicesGlobalAccelerator,
|
|
3535
|
+
index_d_AWSServicesGlue as AWSServicesGlue,
|
|
3536
|
+
index_d_AWSServicesGroup as AWSServicesGroup,
|
|
3537
|
+
index_d_AWSServicesGuardDuty as AWSServicesGuardDuty,
|
|
3538
|
+
index_d_AWSServicesIAMAccessKey as AWSServicesIAMAccessKey,
|
|
3539
|
+
index_d_AWSServicesIAMAccount as AWSServicesIAMAccount,
|
|
3540
|
+
index_d_AWSServicesIAMCredentialReport as AWSServicesIAMCredentialReport,
|
|
3541
|
+
index_d_AWSServicesIAMOrganizationalPolicy as AWSServicesIAMOrganizationalPolicy,
|
|
3542
|
+
index_d_AWSServicesIAMPasswordPolicy as AWSServicesIAMPasswordPolicy,
|
|
3543
|
+
index_d_AWSServicesIAMVirtualMFADevices as AWSServicesIAMVirtualMFADevices,
|
|
3544
|
+
index_d_AWSServicesImage as AWSServicesImage,
|
|
3545
|
+
index_d_AWSServicesInspector as AWSServicesInspector,
|
|
3546
|
+
index_d_AWSServicesInternetGateway as AWSServicesInternetGateway,
|
|
3547
|
+
index_d_AWSServicesInternetGateway1 as AWSServicesInternetGateway1,
|
|
3548
|
+
index_d_AWSServicesKMSKey as AWSServicesKMSKey,
|
|
3549
|
+
index_d_AWSServicesKeyPairs as AWSServicesKeyPairs,
|
|
3550
|
+
index_d_AWSServicesKinesis as AWSServicesKinesis,
|
|
3551
|
+
index_d_AWSServicesLambda as AWSServicesLambda,
|
|
3552
|
+
index_d_AWSServicesLaunchTemplate as AWSServicesLaunchTemplate,
|
|
3553
|
+
index_d_AWSServicesMFADevice as AWSServicesMFADevice,
|
|
3554
|
+
index_d_AWSServicesMacie as AWSServicesMacie,
|
|
3555
|
+
index_d_AWSServicesNATGateway as AWSServicesNATGateway,
|
|
3556
|
+
index_d_AWSServicesNATGateway1 as AWSServicesNATGateway1,
|
|
3557
|
+
index_d_AWSServicesNeptune as AWSServicesNeptune,
|
|
3558
|
+
index_d_AWSServicesNetworkACL as AWSServicesNetworkACL,
|
|
3559
|
+
index_d_AWSServicesOrganizationalUnit as AWSServicesOrganizationalUnit,
|
|
3560
|
+
index_d_AWSServicesPolicy as AWSServicesPolicy,
|
|
3561
|
+
index_d_AWSServicesRDS as AWSServicesRDS,
|
|
3562
|
+
index_d_AWSServicesRDSCluster as AWSServicesRDSCluster,
|
|
3563
|
+
index_d_AWSServicesRDSCluster1 as AWSServicesRDSCluster1,
|
|
3564
|
+
index_d_AWSServicesRedshift as AWSServicesRedshift,
|
|
3565
|
+
index_d_AWSServicesRole as AWSServicesRole,
|
|
3566
|
+
index_d_AWSServicesRoute53 as AWSServicesRoute53,
|
|
3567
|
+
index_d_AWSServicesRoute53RouteTable as AWSServicesRoute53RouteTable,
|
|
3568
|
+
index_d_AWSServicesRoute53RouteTable1 as AWSServicesRoute53RouteTable1,
|
|
3569
|
+
index_d_AWSServicesS3Bucket as AWSServicesS3Bucket,
|
|
3570
|
+
index_d_AWSServicesSageMaker as AWSServicesSageMaker,
|
|
3571
|
+
index_d_AWSServicesSageMakerNotebook as AWSServicesSageMakerNotebook,
|
|
3572
|
+
index_d_AWSServicesSecretsManager as AWSServicesSecretsManager,
|
|
3573
|
+
index_d_AWSServicesSecurityHub as AWSServicesSecurityHub,
|
|
3574
|
+
index_d_AWSServicesSecurityHub1 as AWSServicesSecurityHub1,
|
|
3575
|
+
index_d_AWSServicesServerCertificate as AWSServicesServerCertificate,
|
|
3576
|
+
index_d_AWSServicesSimpleNotificationService as AWSServicesSimpleNotificationService,
|
|
3577
|
+
index_d_AWSServicesSimpleQueueServiceSQS as AWSServicesSimpleQueueServiceSQS,
|
|
3578
|
+
index_d_AWSServicesSpotFleet as AWSServicesSpotFleet,
|
|
3579
|
+
index_d_AWSServicesSpotInstance as AWSServicesSpotInstance,
|
|
3580
|
+
index_d_AWSServicesSubnet as AWSServicesSubnet,
|
|
3581
|
+
index_d_AWSServicesSystemsManager as AWSServicesSystemsManager,
|
|
3582
|
+
index_d_AWSServicesSystemsManagerSSM as AWSServicesSystemsManagerSSM,
|
|
3583
|
+
index_d_AWSServicesTargetGroup as AWSServicesTargetGroup,
|
|
3584
|
+
index_d_AWSServicesTransitGateway as AWSServicesTransitGateway,
|
|
3585
|
+
index_d_AWSServicesUnknownAsset as AWSServicesUnknownAsset,
|
|
3586
|
+
index_d_AWSServicesUser as AWSServicesUser,
|
|
3587
|
+
index_d_AWSServicesVElasticContainerService as AWSServicesVElasticContainerService,
|
|
3588
|
+
index_d_AWSServicesVPCEndpoints as AWSServicesVPCEndpoints,
|
|
3589
|
+
index_d_AWSServicesVPCFlowLogs as AWSServicesVPCFlowLogs,
|
|
3590
|
+
index_d_AWSServicesVPCNetworkAccessAnalyzer as AWSServicesVPCNetworkAccessAnalyzer,
|
|
3591
|
+
index_d_AWSServicesVPCPeeringConnection as AWSServicesVPCPeeringConnection,
|
|
3592
|
+
index_d_AWSServicesVPCVPNGateway as AWSServicesVPCVPNGateway,
|
|
3593
|
+
index_d_AWSServicesVirtualPrivateCloud as AWSServicesVirtualPrivateCloud,
|
|
3594
|
+
index_d_AWSServicesWAF as AWSServicesWAF,
|
|
3595
|
+
index_d_AWSServicesWAF2 as AWSServicesWAF2,
|
|
3596
|
+
index_d_AZUREIcon as AZUREIcon,
|
|
3597
|
+
index_d_ActivityLog as ActivityLog,
|
|
3598
|
+
index_d_Add as Add,
|
|
3599
|
+
index_d_All as All,
|
|
3600
|
+
index_d_AllClear as AllClear,
|
|
3601
|
+
index_d_AllDots as AllDots,
|
|
3602
|
+
index_d_Ansible as Ansible,
|
|
3603
|
+
index_d_ApiSecurityDisabled as ApiSecurityDisabled,
|
|
3604
|
+
index_d_ApiSecuritySelected as ApiSecuritySelected,
|
|
3605
|
+
index_d_ApiSecurityUnSelected as ApiSecurityUnSelected,
|
|
3606
|
+
index_d_Approved as Approved,
|
|
3607
|
+
index_d_ArrowBackIOS as ArrowBackIOS,
|
|
3608
|
+
index_d_ArrowDotted as ArrowDotted,
|
|
3609
|
+
index_d_ArrowForwardIOS as ArrowForwardIOS,
|
|
3610
|
+
index_d_ArrowForwardIcon as ArrowForwardIcon,
|
|
3611
|
+
index_d_AttackPath as AttackPath,
|
|
3612
|
+
index_d_AttackPathAnalysisDisabled as AttackPathAnalysisDisabled,
|
|
3613
|
+
index_d_AttackPathAnalysisSelected as AttackPathAnalysisSelected,
|
|
3614
|
+
index_d_AttackPathAnalysisUnSelected as AttackPathAnalysisUnSelected,
|
|
3615
|
+
index_d_AttackPathIcon as AttackPathIcon,
|
|
3616
|
+
index_d_AttackPathIconV2 as AttackPathIconV2,
|
|
3617
|
+
index_d_AzureCategoryAnalytics as AzureCategoryAnalytics,
|
|
3618
|
+
index_d_AzureCategoryAzureActionGroup as AzureCategoryAzureActionGroup,
|
|
3619
|
+
index_d_AzureCategoryCompute as AzureCategoryCompute,
|
|
3620
|
+
index_d_AzureCategoryContainers as AzureCategoryContainers,
|
|
3621
|
+
index_d_AzureCategoryDatabase as AzureCategoryDatabase,
|
|
3622
|
+
index_d_AzureCategoryDatabase1 as AzureCategoryDatabase1,
|
|
3623
|
+
index_d_AzureCategoryIdentitySecurity as AzureCategoryIdentitySecurity,
|
|
3624
|
+
index_d_AzureCategoryMachineLearning as AzureCategoryMachineLearning,
|
|
3625
|
+
index_d_AzureCategoryManagementGovernance as AzureCategoryManagementGovernance,
|
|
3626
|
+
index_d_AzureCategoryNetworking as AzureCategoryNetworking,
|
|
3627
|
+
index_d_AzureCategoryNone as AzureCategoryNone,
|
|
3628
|
+
index_d_AzureCategoryStorage as AzureCategoryStorage,
|
|
3629
|
+
index_d_AzureCategoryWebMobile as AzureCategoryWebMobile,
|
|
3630
|
+
index_d_AzureDevops as AzureDevops,
|
|
3631
|
+
index_d_AzureGroupAsset as AzureGroupAsset,
|
|
3632
|
+
index_d_AzureRepoAsset as AzureRepoAsset,
|
|
3633
|
+
index_d_AzureResourceManager as AzureResourceManager,
|
|
3634
|
+
index_d_AzureServicesADDomain as AzureServicesADDomain,
|
|
3635
|
+
index_d_AzureServicesAzureAD as AzureServicesAzureAD,
|
|
3636
|
+
index_d_AzureServicesAzureADRole as AzureServicesAzureADRole,
|
|
3637
|
+
index_d_AzureServicesAzureAPIForFHIR as AzureServicesAzureAPIForFHIR,
|
|
3638
|
+
index_d_AzureServicesAzureAdvancedThreatProtection as AzureServicesAzureAdvancedThreatProtection,
|
|
3639
|
+
index_d_AzureServicesAzureApiManagement as AzureServicesAzureApiManagement,
|
|
3640
|
+
index_d_AzureServicesAzureAppConfiguration as AzureServicesAzureAppConfiguration,
|
|
3641
|
+
index_d_AzureServicesAzureAppService as AzureServicesAzureAppService,
|
|
3642
|
+
index_d_AzureServicesAzureAttestation as AzureServicesAzureAttestation,
|
|
3643
|
+
index_d_AzureServicesAzureAutomation as AzureServicesAzureAutomation,
|
|
3644
|
+
index_d_AzureServicesAzureBackup as AzureServicesAzureBackup,
|
|
3645
|
+
index_d_AzureServicesAzureBotService as AzureServicesAzureBotService,
|
|
3646
|
+
index_d_AzureServicesAzureCognitiveSearch as AzureServicesAzureCognitiveSearch,
|
|
3647
|
+
index_d_AzureServicesAzureContainerRegistry as AzureServicesAzureContainerRegistry,
|
|
3648
|
+
index_d_AzureServicesAzureCosmosDB as AzureServicesAzureCosmosDB,
|
|
3649
|
+
index_d_AzureServicesAzureDataFactory as AzureServicesAzureDataFactory,
|
|
3650
|
+
index_d_AzureServicesAzureDataLake as AzureServicesAzureDataLake,
|
|
3651
|
+
index_d_AzureServicesAzureDatabricks as AzureServicesAzureDatabricks,
|
|
3652
|
+
index_d_AzureServicesAzureDigitalTwins as AzureServicesAzureDigitalTwins,
|
|
3653
|
+
index_d_AzureServicesAzureEventGrid as AzureServicesAzureEventGrid,
|
|
3654
|
+
index_d_AzureServicesAzureEventHub as AzureServicesAzureEventHub,
|
|
3655
|
+
index_d_AzureServicesAzureFrontDoor as AzureServicesAzureFrontDoor,
|
|
3656
|
+
index_d_AzureServicesAzureHDInsight as AzureServicesAzureHDInsight,
|
|
3657
|
+
index_d_AzureServicesAzureIdentity as AzureServicesAzureIdentity,
|
|
3658
|
+
index_d_AzureServicesAzureIoTHub as AzureServicesAzureIoTHub,
|
|
3659
|
+
index_d_AzureServicesAzureKeyVault as AzureServicesAzureKeyVault,
|
|
3660
|
+
index_d_AzureServicesAzureKubernetesService as AzureServicesAzureKubernetesService,
|
|
3661
|
+
index_d_AzureServicesAzureMachineLearning as AzureServicesAzureMachineLearning,
|
|
3662
|
+
index_d_AzureServicesAzureMonitor as AzureServicesAzureMonitor,
|
|
3663
|
+
index_d_AzureServicesAzurePostgreSQL as AzureServicesAzurePostgreSQL,
|
|
3664
|
+
index_d_AzureServicesAzureSQL as AzureServicesAzureSQL,
|
|
3665
|
+
index_d_AzureServicesAzureSecurityCenter as AzureServicesAzureSecurityCenter,
|
|
3666
|
+
index_d_AzureServicesAzureServiceBus as AzureServicesAzureServiceBus,
|
|
3667
|
+
index_d_AzureServicesAzureSignalR as AzureServicesAzureSignalR,
|
|
3668
|
+
index_d_AzureServicesAzureStack as AzureServicesAzureStack,
|
|
3669
|
+
index_d_AzureServicesAzureStorage as AzureServicesAzureStorage,
|
|
3670
|
+
index_d_AzureServicesAzureTrafficManager as AzureServicesAzureTrafficManager,
|
|
3671
|
+
index_d_AzureServicesAzureWebApps as AzureServicesAzureWebApps,
|
|
3672
|
+
index_d_AzureServicesCDNProfile as AzureServicesCDNProfile,
|
|
3673
|
+
index_d_AzureServicesContainerInstances as AzureServicesContainerInstances,
|
|
3674
|
+
index_d_AzureServicesDatabaseAccount as AzureServicesDatabaseAccount,
|
|
3675
|
+
index_d_AzureServicesDefender as AzureServicesDefender,
|
|
3676
|
+
index_d_AzureServicesDisks as AzureServicesDisks,
|
|
3677
|
+
index_d_AzureServicesDockerImage as AzureServicesDockerImage,
|
|
3678
|
+
index_d_AzureServicesGrafana as AzureServicesGrafana,
|
|
3679
|
+
index_d_AzureServicesGroup as AzureServicesGroup,
|
|
3680
|
+
index_d_AzureServicesLoadBalancers as AzureServicesLoadBalancers,
|
|
3681
|
+
index_d_AzureServicesLogicApps as AzureServicesLogicApps,
|
|
3682
|
+
index_d_AzureServicesMachineLearning as AzureServicesMachineLearning,
|
|
3683
|
+
index_d_AzureServicesMicrosoftAzureFluidRelay as AzureServicesMicrosoftAzureFluidRelay,
|
|
3684
|
+
index_d_AzureServicesMySQL as AzureServicesMySQL,
|
|
3685
|
+
index_d_AzureServicesNetworkInterfaces as AzureServicesNetworkInterfaces,
|
|
3686
|
+
index_d_AzureServicesNetworkPolicy as AzureServicesNetworkPolicy,
|
|
3687
|
+
index_d_AzureServicesNetworkSecurityGroups as AzureServicesNetworkSecurityGroups,
|
|
3688
|
+
index_d_AzureServicesPowerBI as AzureServicesPowerBI,
|
|
3689
|
+
index_d_AzureServicesPublicIP as AzureServicesPublicIP,
|
|
3690
|
+
index_d_AzureServicesResourceGroup as AzureServicesResourceGroup,
|
|
3691
|
+
index_d_AzureServicesResources as AzureServicesResources,
|
|
3692
|
+
index_d_AzureServicesRoleAssignment as AzureServicesRoleAssignment,
|
|
3693
|
+
index_d_AzureServicesSQLDatabase as AzureServicesSQLDatabase,
|
|
3694
|
+
index_d_AzureServicesSSHKeys as AzureServicesSSHKeys,
|
|
3695
|
+
index_d_AzureServicesSecurityCenter as AzureServicesSecurityCenter,
|
|
3696
|
+
index_d_AzureServicesServiceFabric as AzureServicesServiceFabric,
|
|
3697
|
+
index_d_AzureServicesServicePrincipal as AzureServicesServicePrincipal,
|
|
3698
|
+
index_d_AzureServicesServices as AzureServicesServices,
|
|
3699
|
+
index_d_AzureServicesStorageSyncServices as AzureServicesStorageSyncServices,
|
|
3700
|
+
index_d_AzureServicesSubscriptions as AzureServicesSubscriptions,
|
|
3701
|
+
index_d_AzureServicesUnknown as AzureServicesUnknown,
|
|
3702
|
+
index_d_AzureServicesVirtualMachine as AzureServicesVirtualMachine,
|
|
3703
|
+
index_d_Bar as Bar,
|
|
3704
|
+
index_d_Bitbucket as Bitbucket,
|
|
3705
|
+
index_d_BitbucketColor as BitbucketColor,
|
|
3706
|
+
index_d_Block as Block,
|
|
3707
|
+
index_d_Bug as Bug,
|
|
3708
|
+
index_d_BugCircle as BugCircle,
|
|
3709
|
+
index_d_BugOutline as BugOutline,
|
|
3710
|
+
index_d_Bulb as Bulb,
|
|
3711
|
+
index_d_CISFatal as CISFatal,
|
|
3712
|
+
index_d_CISInfo as CISInfo,
|
|
3713
|
+
index_d_CISWarning as CISWarning,
|
|
3714
|
+
index_d_Calendar as Calendar,
|
|
3715
|
+
index_d_CdrIcon as CdrIcon,
|
|
3716
|
+
index_d_Check as Check,
|
|
3717
|
+
index_d_CheckBold as CheckBold,
|
|
3718
|
+
index_d_CheckCircleOutline as CheckCircleOutline,
|
|
3719
|
+
index_d_Checkbox as Checkbox,
|
|
3720
|
+
index_d_CheckboxFull as CheckboxFull,
|
|
3721
|
+
index_d_Checkmarx as Checkmarx,
|
|
3722
|
+
index_d_CicdDisabled as CicdDisabled,
|
|
3723
|
+
index_d_CicdSelected as CicdSelected,
|
|
3724
|
+
index_d_CicdUnSelected as CicdUnSelected,
|
|
3725
|
+
index_d_ClassificationDataLabeling as ClassificationDataLabeling,
|
|
3726
|
+
index_d_Clock as Clock,
|
|
3727
|
+
index_d_ClockPending as ClockPending,
|
|
3728
|
+
index_d_Close as Close,
|
|
3729
|
+
index_d_CloseFullScreen as CloseFullScreen,
|
|
3730
|
+
index_d_CloseLarge as CloseLarge,
|
|
3731
|
+
index_d_CloudDeploymentManager as CloudDeploymentManager,
|
|
3732
|
+
index_d_CloudInstall as CloudInstall,
|
|
3733
|
+
index_d_CloudInventoryDisabled as CloudInventoryDisabled,
|
|
3734
|
+
index_d_CloudInventorySelected as CloudInventorySelected,
|
|
3735
|
+
index_d_CloudInventoryUnSelected as CloudInventoryUnSelected,
|
|
3736
|
+
index_d_Clusters as Clusters,
|
|
3737
|
+
index_d_Code as Code,
|
|
3738
|
+
index_d_CodeSecurityDisabled as CodeSecurityDisabled,
|
|
3739
|
+
index_d_CodeSecuritySelected as CodeSecuritySelected,
|
|
3740
|
+
index_d_CodeSecurityUnSelected as CodeSecurityUnSelected,
|
|
3741
|
+
index_d_Collapse as Collapse,
|
|
3742
|
+
index_d_CollapseAll as CollapseAll,
|
|
3743
|
+
index_d_CommonIAC as CommonIAC,
|
|
3744
|
+
index_d_Compare as Compare,
|
|
3745
|
+
index_d_Compliance as Compliance,
|
|
3746
|
+
index_d_ComplianceCis as ComplianceCis,
|
|
3747
|
+
index_d_ComplianceGdpr as ComplianceGdpr,
|
|
3748
|
+
index_d_ComplianceHipaa as ComplianceHipaa,
|
|
3749
|
+
index_d_CompliancePci as CompliancePci,
|
|
3750
|
+
index_d_ComplianceReportDisabled as ComplianceReportDisabled,
|
|
3751
|
+
index_d_ComplianceReportSelected as ComplianceReportSelected,
|
|
3752
|
+
index_d_ComplianceReportUnSelected as ComplianceReportUnSelected,
|
|
3753
|
+
index_d_ComplianceSoc2 as ComplianceSoc2,
|
|
3754
|
+
index_d_Connection as Connection,
|
|
3755
|
+
index_d_Copy as Copy,
|
|
3756
|
+
index_d_CopyLandscape as CopyLandscape,
|
|
3757
|
+
index_d_CredentialExposure as CredentialExposure,
|
|
3758
|
+
index_d_CrossBold as CrossBold,
|
|
3759
|
+
index_d_CrossCircleOutline as CrossCircleOutline,
|
|
3760
|
+
index_d_Crossplane as Crossplane,
|
|
3761
|
+
index_d_DNSSecurity as DNSSecurity,
|
|
3762
|
+
index_d_Dashboard1 as Dashboard1,
|
|
3763
|
+
index_d_Dashboard2 as Dashboard2,
|
|
3764
|
+
index_d_DashboardDisabled as DashboardDisabled,
|
|
3765
|
+
index_d_DashboardSelected as DashboardSelected,
|
|
3766
|
+
index_d_DashboardUnSelected as DashboardUnSelected,
|
|
3767
|
+
index_d_DataLabel as DataLabel,
|
|
3768
|
+
index_d_DataSecurityDisabled as DataSecurityDisabled,
|
|
3769
|
+
index_d_DataSecuritySelected as DataSecuritySelected,
|
|
3770
|
+
index_d_DataSecurityUnSelected as DataSecurityUnSelected,
|
|
3771
|
+
index_d_Database as Database,
|
|
3772
|
+
index_d_DatabaseAccess as DatabaseAccess,
|
|
3773
|
+
index_d_DatabaseOutline as DatabaseOutline,
|
|
3774
|
+
index_d_Delete as Delete,
|
|
3775
|
+
index_d_DiscoryGraphDisabled as DiscoryGraphDisabled,
|
|
3776
|
+
index_d_DiscoryGraphSelected as DiscoryGraphSelected,
|
|
3777
|
+
index_d_DiscoryGraphUnSelected as DiscoryGraphUnSelected,
|
|
3778
|
+
index_d_DocValid as DocValid,
|
|
3779
|
+
index_d_Docker as Docker,
|
|
3780
|
+
index_d_Docker2 as Docker2,
|
|
3781
|
+
index_d_DockerCompose as DockerCompose,
|
|
3782
|
+
index_d_Documentation as Documentation,
|
|
3783
|
+
index_d_Dot as Dot,
|
|
3784
|
+
index_d_DoubleArrowForward as DoubleArrowForward,
|
|
3785
|
+
index_d_DownloadOutline as DownloadOutline,
|
|
3786
|
+
index_d_Drag as Drag,
|
|
3787
|
+
index_d_Duplicate as Duplicate,
|
|
3788
|
+
index_d_EditOutline as EditOutline,
|
|
3789
|
+
index_d_Encrypt as Encrypt,
|
|
3790
|
+
index_d_Endpoint as Endpoint,
|
|
3791
|
+
index_d_ErrorCircleOutline as ErrorCircleOutline,
|
|
3792
|
+
index_d_Exchange as Exchange,
|
|
3793
|
+
index_d_Exclamation as Exclamation,
|
|
3794
|
+
index_d_Expand as Expand,
|
|
3795
|
+
index_d_ExpandAll as ExpandAll,
|
|
3796
|
+
index_d_Expansions as Expansions,
|
|
3797
|
+
index_d_Export as Export,
|
|
3798
|
+
index_d_ExternalAttackSurfaceDisabled as ExternalAttackSurfaceDisabled,
|
|
3799
|
+
index_d_ExternalAttackSurfaceSelected as ExternalAttackSurfaceSelected,
|
|
3800
|
+
index_d_ExternalAttackSurfaceUnSelected as ExternalAttackSurfaceUnSelected,
|
|
3801
|
+
index_d_Falcon as Falcon,
|
|
3802
|
+
index_d_File as File,
|
|
3803
|
+
index_d_FileSystem as FileSystem,
|
|
3804
|
+
index_d_Filter as Filter,
|
|
3805
|
+
index_d_FilterOutline as FilterOutline,
|
|
3806
|
+
index_d_Fingerprint as Fingerprint,
|
|
3807
|
+
index_d_Folder as Folder,
|
|
3808
|
+
index_d_Framework as Framework,
|
|
3809
|
+
index_d_GCPCategoryAnalytics as GCPCategoryAnalytics,
|
|
3810
|
+
index_d_GCPCategoryCompute as GCPCategoryCompute,
|
|
3811
|
+
index_d_GCPCategoryContainers as GCPCategoryContainers,
|
|
3812
|
+
index_d_GCPCategoryContainers1 as GCPCategoryContainers1,
|
|
3813
|
+
index_d_GCPCategoryIdentitySecurity as GCPCategoryIdentitySecurity,
|
|
3814
|
+
index_d_GCPCategoryIdentitySecurity1 as GCPCategoryIdentitySecurity1,
|
|
3815
|
+
index_d_GCPCategoryMachineLearning as GCPCategoryMachineLearning,
|
|
3816
|
+
index_d_GCPCategoryManagementGovernance as GCPCategoryManagementGovernance,
|
|
3817
|
+
index_d_GCPCategoryMemoryStore as GCPCategoryMemoryStore,
|
|
3818
|
+
index_d_GCPCategoryNetworking as GCPCategoryNetworking,
|
|
3819
|
+
index_d_GCPCategoryNone as GCPCategoryNone,
|
|
3820
|
+
index_d_GCPCategoryStorage as GCPCategoryStorage,
|
|
3821
|
+
index_d_GCPCategoryUndefined as GCPCategoryUndefined,
|
|
3822
|
+
index_d_GCPCategoryWebMobile as GCPCategoryWebMobile,
|
|
3823
|
+
index_d_GCPIcon as GCPIcon,
|
|
3824
|
+
index_d_GCPServicesApigeeAPIPlatform as GCPServicesApigeeAPIPlatform,
|
|
3825
|
+
index_d_GCPServicesAppEngine as GCPServicesAppEngine,
|
|
3826
|
+
index_d_GCPServicesBigquery as GCPServicesBigquery,
|
|
3827
|
+
index_d_GCPServicesBigtable as GCPServicesBigtable,
|
|
3828
|
+
index_d_GCPServicesCloudAPIGateway as GCPServicesCloudAPIGateway,
|
|
3829
|
+
index_d_GCPServicesCloudBuild as GCPServicesCloudBuild,
|
|
3830
|
+
index_d_GCPServicesCloudCDN as GCPServicesCloudCDN,
|
|
3831
|
+
index_d_GCPServicesCloudDNS as GCPServicesCloudDNS,
|
|
3832
|
+
index_d_GCPServicesCloudLoadBalancing as GCPServicesCloudLoadBalancing,
|
|
3833
|
+
index_d_GCPServicesCloudLogging as GCPServicesCloudLogging,
|
|
3834
|
+
index_d_GCPServicesCloudMonitoring as GCPServicesCloudMonitoring,
|
|
3835
|
+
index_d_GCPServicesCloudRun as GCPServicesCloudRun,
|
|
3836
|
+
index_d_GCPServicesCloudSql as GCPServicesCloudSql,
|
|
3837
|
+
index_d_GCPServicesCloudStorage as GCPServicesCloudStorage,
|
|
3838
|
+
index_d_GCPServicesCloudStorage2 as GCPServicesCloudStorage2,
|
|
3839
|
+
index_d_GCPServicesComputeEngine as GCPServicesComputeEngine,
|
|
3840
|
+
index_d_GCPServicesComputeImage as GCPServicesComputeImage,
|
|
3841
|
+
index_d_GCPServicesContainerRegistry as GCPServicesContainerRegistry,
|
|
3842
|
+
index_d_GCPServicesDataflow as GCPServicesDataflow,
|
|
3843
|
+
index_d_GCPServicesDataproc as GCPServicesDataproc,
|
|
3844
|
+
index_d_GCPServicesDisks as GCPServicesDisks,
|
|
3845
|
+
index_d_GCPServicesDockerImage as GCPServicesDockerImage,
|
|
3846
|
+
index_d_GCPServicesFilestore as GCPServicesFilestore,
|
|
3847
|
+
index_d_GCPServicesFirestore as GCPServicesFirestore,
|
|
3848
|
+
index_d_GCPServicesGKE as GCPServicesGKE,
|
|
3849
|
+
index_d_GCPServicesGKENodePool as GCPServicesGKENodePool,
|
|
3850
|
+
index_d_GCPServicesIAMPrincipal as GCPServicesIAMPrincipal,
|
|
3851
|
+
index_d_GCPServicesIAMRoles as GCPServicesIAMRoles,
|
|
3852
|
+
index_d_GCPServicesIdentityAndAccessManagement as GCPServicesIdentityAndAccessManagement,
|
|
3853
|
+
index_d_GCPServicesInstanceGroup as GCPServicesInstanceGroup,
|
|
3854
|
+
index_d_GCPServicesKMSKey as GCPServicesKMSKey,
|
|
3855
|
+
index_d_GCPServicesLoadBalancer as GCPServicesLoadBalancer,
|
|
3856
|
+
index_d_GCPServicesLocalSSD as GCPServicesLocalSSD,
|
|
3857
|
+
index_d_GCPServicesManagedInstanceGroup as GCPServicesManagedInstanceGroup,
|
|
3858
|
+
index_d_GCPServicesNetworkEndpointGroup as GCPServicesNetworkEndpointGroup,
|
|
3859
|
+
index_d_GCPServicesNetworkFirewall as GCPServicesNetworkFirewall,
|
|
3860
|
+
index_d_GCPServicesProject as GCPServicesProject,
|
|
3861
|
+
index_d_GCPServicesPubsub as GCPServicesPubsub,
|
|
3862
|
+
index_d_GCPServicesSQLDatabase as GCPServicesSQLDatabase,
|
|
3863
|
+
index_d_GCPServicesSecretManager as GCPServicesSecretManager,
|
|
3864
|
+
index_d_GCPServicesSecurityCenter as GCPServicesSecurityCenter,
|
|
3865
|
+
index_d_GCPServicesServiceAccount as GCPServicesServiceAccount,
|
|
3866
|
+
index_d_GCPServicesStorageBucket as GCPServicesStorageBucket,
|
|
3867
|
+
index_d_GCPServicesTargetInstance as GCPServicesTargetInstance,
|
|
3868
|
+
index_d_GCPServicesTargetPool as GCPServicesTargetPool,
|
|
3869
|
+
index_d_GCPServicesTargetPool1 as GCPServicesTargetPool1,
|
|
3870
|
+
index_d_GCPServicesUnknown as GCPServicesUnknown,
|
|
3871
|
+
index_d_GCPServicesVault as GCPServicesVault,
|
|
3872
|
+
index_d_GCPServicesVertexAI as GCPServicesVertexAI,
|
|
3873
|
+
index_d_GCPServicesVirtualPrivateCloud as GCPServicesVirtualPrivateCloud,
|
|
3874
|
+
index_d_GCPServicesVirtualPrivateCloud1 as GCPServicesVirtualPrivateCloud1,
|
|
3875
|
+
index_d_GitHub as GitHub,
|
|
3876
|
+
index_d_GitHubGroupAsset as GitHubGroupAsset,
|
|
3877
|
+
index_d_GitHubRepoAsset as GitHubRepoAsset,
|
|
3878
|
+
index_d_GitLab as GitLab,
|
|
3879
|
+
index_d_GitLabGroupAsset as GitLabGroupAsset,
|
|
3880
|
+
index_d_GitLabRepoAsset as GitLabRepoAsset,
|
|
3881
|
+
index_d_GitlabColor as GitlabColor,
|
|
3882
|
+
index_d_GlobalPoliciesDisabled as GlobalPoliciesDisabled,
|
|
3883
|
+
index_d_GlobalPoliciesSelected as GlobalPoliciesSelected,
|
|
3884
|
+
index_d_GlobalPoliciesUnSelected as GlobalPoliciesUnSelected,
|
|
3885
|
+
index_d_Group as Group,
|
|
3886
|
+
index_d_GuardDuty as GuardDuty,
|
|
3887
|
+
index_d_Health as Health,
|
|
3888
|
+
index_d_Helm as Helm,
|
|
3889
|
+
index_d_HideOutline as HideOutline,
|
|
3890
|
+
index_d_IAC as IAC,
|
|
3891
|
+
index_d_IACSecurity as IACSecurity,
|
|
3892
|
+
index_d_IacStack as IacStack,
|
|
3893
|
+
index_d_Ignore as Ignore,
|
|
3894
|
+
index_d_ImageValid as ImageValid,
|
|
3895
|
+
Info$1 as Info,
|
|
3896
|
+
index_d_InfoBold as InfoBold,
|
|
3897
|
+
index_d_InfoCircleOutline as InfoCircleOutline,
|
|
3898
|
+
index_d_InlineV as InlineV,
|
|
3899
|
+
index_d_InlineX as InlineX,
|
|
3900
|
+
index_d_InsecureConfiguration as InsecureConfiguration,
|
|
3901
|
+
index_d_Insights as Insights,
|
|
3902
|
+
index_d_IntegrationsDisabled as IntegrationsDisabled,
|
|
3903
|
+
index_d_IntegrationsSelected as IntegrationsSelected,
|
|
3904
|
+
index_d_IntegrationsUnSelected as IntegrationsUnSelected,
|
|
3905
|
+
index_d_InternetScanner as InternetScanner,
|
|
3906
|
+
index_d_Jira as Jira,
|
|
3907
|
+
index_d_JiraBlue as JiraBlue,
|
|
3908
|
+
index_d_KUBEIcon as KUBEIcon,
|
|
3909
|
+
index_d_KeyboardArrowDown as KeyboardArrowDown,
|
|
3910
|
+
index_d_KeyboardArrowLeft as KeyboardArrowLeft,
|
|
3911
|
+
index_d_KeyboardArrowRight as KeyboardArrowRight,
|
|
3912
|
+
index_d_KeyboardArrowUp as KeyboardArrowUp,
|
|
3913
|
+
Kubernetes$1 as Kubernetes,
|
|
3914
|
+
index_d_KubernetesCategoryCompute as KubernetesCategoryCompute,
|
|
3915
|
+
index_d_KubernetesCategoryIdentitySecurity as KubernetesCategoryIdentitySecurity,
|
|
3916
|
+
index_d_KubernetesCategoryManagementGovernance as KubernetesCategoryManagementGovernance,
|
|
3917
|
+
index_d_KubernetesCategoryNetworking as KubernetesCategoryNetworking,
|
|
3918
|
+
index_d_KubernetesCategoryNone as KubernetesCategoryNone,
|
|
3919
|
+
index_d_KubernetesCategoryStorage as KubernetesCategoryStorage,
|
|
3920
|
+
index_d_KubernetesIcon as KubernetesIcon,
|
|
3921
|
+
index_d_KubernetesServicesCluster as KubernetesServicesCluster,
|
|
3922
|
+
index_d_KubernetesServicesClusterRole as KubernetesServicesClusterRole,
|
|
3923
|
+
index_d_KubernetesServicesClusterRoleBinding as KubernetesServicesClusterRoleBinding,
|
|
3924
|
+
index_d_KubernetesServicesConfigMap as KubernetesServicesConfigMap,
|
|
3925
|
+
index_d_KubernetesServicesDaemonSet as KubernetesServicesDaemonSet,
|
|
3926
|
+
index_d_KubernetesServicesDeployment as KubernetesServicesDeployment,
|
|
3927
|
+
index_d_KubernetesServicesDockerImage as KubernetesServicesDockerImage,
|
|
3928
|
+
index_d_KubernetesServicesEndpoint as KubernetesServicesEndpoint,
|
|
3929
|
+
index_d_KubernetesServicesK8Service as KubernetesServicesK8Service,
|
|
3930
|
+
index_d_KubernetesServicesNamespace as KubernetesServicesNamespace,
|
|
3931
|
+
index_d_KubernetesServicesNetworkPolicy as KubernetesServicesNetworkPolicy,
|
|
3932
|
+
index_d_KubernetesServicesNode as KubernetesServicesNode,
|
|
3933
|
+
index_d_KubernetesServicesPod as KubernetesServicesPod,
|
|
3934
|
+
index_d_KubernetesServicesReplicaSet as KubernetesServicesReplicaSet,
|
|
3935
|
+
index_d_KubernetesServicesRole as KubernetesServicesRole,
|
|
3936
|
+
index_d_KubernetesServicesRoleBinding as KubernetesServicesRoleBinding,
|
|
3937
|
+
index_d_KubernetesServicesServiceAccount as KubernetesServicesServiceAccount,
|
|
3938
|
+
index_d_KubernetesServicesStatefulSet as KubernetesServicesStatefulSet,
|
|
3939
|
+
index_d_KubernetesServicesUnknown as KubernetesServicesUnknown,
|
|
3940
|
+
index_d_LLMDisabled as LLMDisabled,
|
|
3941
|
+
index_d_LLMSelected as LLMSelected,
|
|
3942
|
+
index_d_LLMUnSelected as LLMUnSelected,
|
|
3943
|
+
index_d_Legend as Legend,
|
|
3944
|
+
index_d_Link as Link,
|
|
3945
|
+
index_d_List as List,
|
|
3946
|
+
index_d_Loading as Loading,
|
|
3947
|
+
index_d_LockOff as LockOff,
|
|
3948
|
+
index_d_LockOutline as LockOutline,
|
|
3949
|
+
index_d_Logout as Logout,
|
|
3950
|
+
index_d_MFEVersionsIconDisabled as MFEVersionsIconDisabled,
|
|
3951
|
+
index_d_MFEVersionsIconSelected as MFEVersionsIconSelected,
|
|
3952
|
+
index_d_MFEVersionsIconUnSelected as MFEVersionsIconUnSelected,
|
|
3953
|
+
index_d_MalwareIcon as MalwareIcon,
|
|
3954
|
+
index_d_ManageColumns as ManageColumns,
|
|
3955
|
+
index_d_ManualDataLabeling as ManualDataLabeling,
|
|
3956
|
+
index_d_Mcd as Mcd,
|
|
3957
|
+
index_d_McdGateway as McdGateway,
|
|
3958
|
+
index_d_MenuApisec as MenuApisec,
|
|
3959
|
+
index_d_MenuAttackPathAnalysis as MenuAttackPathAnalysis,
|
|
3960
|
+
index_d_MenuCICD as MenuCICD,
|
|
3961
|
+
index_d_MenuCloudInventory as MenuCloudInventory,
|
|
3962
|
+
index_d_MenuComplianceReport as MenuComplianceReport,
|
|
3963
|
+
index_d_MenuDataSecurity as MenuDataSecurity,
|
|
3964
|
+
index_d_MenuExternalAttackSurface as MenuExternalAttackSurface,
|
|
3965
|
+
index_d_MenuIntegrations as MenuIntegrations,
|
|
3966
|
+
index_d_MenuOverview as MenuOverview,
|
|
3967
|
+
index_d_MenuReports as MenuReports,
|
|
3968
|
+
index_d_MenuRuntimeEvents as MenuRuntimeEvents,
|
|
3969
|
+
index_d_MenuSecurityGraph as MenuSecurityGraph,
|
|
3970
|
+
index_d_MenuSecurityPosture as MenuSecurityPosture,
|
|
3971
|
+
index_d_MenuSettings as MenuSettings,
|
|
3972
|
+
index_d_MenuSoftwareSupplyChain as MenuSoftwareSupplyChain,
|
|
3973
|
+
index_d_MenuVulnerabilityManagement as MenuVulnerabilityManagement,
|
|
3974
|
+
index_d_Merge as Merge,
|
|
3975
|
+
index_d_MergeCircle as MergeCircle,
|
|
3976
|
+
index_d_MinusBold as MinusBold,
|
|
3977
|
+
index_d_MinusCircleOut as MinusCircleOut,
|
|
3978
|
+
index_d_MoveTop as MoveTop,
|
|
3979
|
+
index_d_Namespace as Namespace,
|
|
3980
|
+
index_d_NeglectedResource as NeglectedResource,
|
|
3981
|
+
index_d_Network as Network,
|
|
3982
|
+
index_d_Node as Node,
|
|
3983
|
+
index_d_Notifications as Notifications,
|
|
3984
|
+
index_d_OCIIcon as OCIIcon,
|
|
3985
|
+
index_d_OpenAPI as OpenAPI,
|
|
3986
|
+
index_d_OpenInNewTab as OpenInNewTab,
|
|
3987
|
+
index_d_OpenPage as OpenPage,
|
|
3988
|
+
index_d_OpenPort as OpenPort,
|
|
3989
|
+
index_d_OracleCategoryCompute as OracleCategoryCompute,
|
|
3990
|
+
index_d_OracleCategoryDeveloperServices as OracleCategoryDeveloperServices,
|
|
3991
|
+
index_d_OracleCategoryIdentitySecurity as OracleCategoryIdentitySecurity,
|
|
3992
|
+
index_d_OracleCategoryNetworking as OracleCategoryNetworking,
|
|
3993
|
+
index_d_OracleCategoryNone as OracleCategoryNone,
|
|
3994
|
+
index_d_OracleCategoryStorage as OracleCategoryStorage,
|
|
3995
|
+
index_d_OracleIcon as OracleIcon,
|
|
3996
|
+
index_d_OracleServicesCompartment as OracleServicesCompartment,
|
|
3997
|
+
index_d_OracleServicesDynamicGroups as OracleServicesDynamicGroups,
|
|
3998
|
+
index_d_OracleServicesGroup as OracleServicesGroup,
|
|
3999
|
+
index_d_OracleServicesIdentityDomain as OracleServicesIdentityDomain,
|
|
4000
|
+
index_d_OracleServicesInternetGateway as OracleServicesInternetGateway,
|
|
4001
|
+
index_d_OracleServicesNetworkLoadBalancer as OracleServicesNetworkLoadBalancer,
|
|
4002
|
+
index_d_OracleServicesNetworkSecurityGroup as OracleServicesNetworkSecurityGroup,
|
|
4003
|
+
index_d_OracleServicesObjectStorage as OracleServicesObjectStorage,
|
|
4004
|
+
index_d_OracleServicesOracleInstance as OracleServicesOracleInstance,
|
|
4005
|
+
index_d_OracleServicesPolicy as OracleServicesPolicy,
|
|
4006
|
+
index_d_OracleServicesPublicIP as OracleServicesPublicIP,
|
|
4007
|
+
index_d_OracleServicesSecurityLists as OracleServicesSecurityLists,
|
|
4008
|
+
index_d_OracleServicesSubnet as OracleServicesSubnet,
|
|
4009
|
+
index_d_OracleServicesUser as OracleServicesUser,
|
|
4010
|
+
index_d_OracleServicesVirtualNetwork as OracleServicesVirtualNetwork,
|
|
4011
|
+
index_d_PADeveloperTools as PADeveloperTools,
|
|
4012
|
+
index_d_PAOpenInFull as PAOpenInFull,
|
|
4013
|
+
index_d_PAShineStar as PAShineStar,
|
|
4014
|
+
index_d_Packages as Packages,
|
|
4015
|
+
index_d_PanopticaFullLogo as PanopticaFullLogo,
|
|
4016
|
+
index_d_PanopticaIcon as PanopticaIcon,
|
|
4017
|
+
index_d_Password as Password,
|
|
4018
|
+
index_d_Permissions as Permissions,
|
|
4019
|
+
index_d_Pin as Pin,
|
|
4020
|
+
index_d_PlusBold as PlusBold,
|
|
4021
|
+
index_d_PolicyAutomated as PolicyAutomated,
|
|
4022
|
+
index_d_PolicySecret as PolicySecret,
|
|
4023
|
+
index_d_PolicyVersion as PolicyVersion,
|
|
4024
|
+
index_d_Preview as Preview,
|
|
4025
|
+
index_d_PrivateIP as PrivateIP,
|
|
4026
|
+
index_d_PullRequest as PullRequest,
|
|
4027
|
+
index_d_Pulumi as Pulumi,
|
|
4028
|
+
index_d_QueryCollapse as QueryCollapse,
|
|
4029
|
+
index_d_RadioChecked as RadioChecked,
|
|
4030
|
+
index_d_RealtimeAsset as RealtimeAsset,
|
|
4031
|
+
index_d_RealtimeCDRDisabled as RealtimeCDRDisabled,
|
|
4032
|
+
index_d_RealtimeCDRSelected as RealtimeCDRSelected,
|
|
4033
|
+
index_d_RealtimeCDRUnselected as RealtimeCDRUnselected,
|
|
4034
|
+
Recon$1 as Recon,
|
|
4035
|
+
index_d_Reload as Reload,
|
|
4036
|
+
index_d_Repair as Repair,
|
|
4037
|
+
index_d_Replace as Replace,
|
|
4038
|
+
index_d_Repo as Repo,
|
|
4039
|
+
index_d_ReportsDisabled as ReportsDisabled,
|
|
4040
|
+
index_d_ReportsSelected as ReportsSelected,
|
|
4041
|
+
index_d_ReportsUnselected as ReportsUnselected,
|
|
4042
|
+
index_d_Repository as Repository,
|
|
4043
|
+
index_d_RootCauseAnalysisDisabled as RootCauseAnalysisDisabled,
|
|
4044
|
+
index_d_RootCauseAnalysisSelected as RootCauseAnalysisSelected,
|
|
4045
|
+
index_d_RootCauseAnalysisUnselected as RootCauseAnalysisUnselected,
|
|
4046
|
+
index_d_RoundedCheckCircleOutline as RoundedCheckCircleOutline,
|
|
4047
|
+
index_d_RuleBasedDataLabeling as RuleBasedDataLabeling,
|
|
4048
|
+
index_d_RuntimeEventsDisabled as RuntimeEventsDisabled,
|
|
4049
|
+
index_d_RuntimeEventsSelected as RuntimeEventsSelected,
|
|
4050
|
+
index_d_RuntimeEventsUnselected as RuntimeEventsUnselected,
|
|
4051
|
+
index_d_SSO as SSO,
|
|
4052
|
+
index_d_SThreeBucket as SThreeBucket,
|
|
4053
|
+
index_d_Scan as Scan,
|
|
4054
|
+
index_d_ScanReportsDisabled as ScanReportsDisabled,
|
|
4055
|
+
index_d_ScanReportsSelected as ScanReportsSelected,
|
|
4056
|
+
index_d_ScanReportsUnselected as ScanReportsUnselected,
|
|
4057
|
+
index_d_Secret as Secret,
|
|
4058
|
+
index_d_SecretExposure as SecretExposure,
|
|
4059
|
+
index_d_SecureEndpoint as SecureEndpoint,
|
|
4060
|
+
index_d_SecurityPostureDisabled as SecurityPostureDisabled,
|
|
4061
|
+
index_d_SecurityPostureIcon as SecurityPostureIcon,
|
|
4062
|
+
index_d_SecurityPostureSelected as SecurityPostureSelected,
|
|
4063
|
+
index_d_SecurityPostureUnselected as SecurityPostureUnselected,
|
|
4064
|
+
index_d_Send as Send,
|
|
4065
|
+
index_d_SensitiveData as SensitiveData,
|
|
4066
|
+
index_d_Serverless as Serverless,
|
|
4067
|
+
index_d_ServiceNow as ServiceNow,
|
|
4068
|
+
index_d_Settings as Settings,
|
|
4069
|
+
index_d_SettingsMenuAPIKeys as SettingsMenuAPIKeys,
|
|
4070
|
+
index_d_SettingsMenuAPISecurity as SettingsMenuAPISecurity,
|
|
4071
|
+
index_d_SettingsMenuAccounts as SettingsMenuAccounts,
|
|
4072
|
+
index_d_SettingsMenuAlerts as SettingsMenuAlerts,
|
|
4073
|
+
index_d_SettingsMenuAuditLog as SettingsMenuAuditLog,
|
|
4074
|
+
index_d_SettingsMenuExternalAttackSurface as SettingsMenuExternalAttackSurface,
|
|
4075
|
+
index_d_SettingsMenuGenAISecurity as SettingsMenuGenAISecurity,
|
|
4076
|
+
index_d_SettingsMenuIntegrations as SettingsMenuIntegrations,
|
|
4077
|
+
index_d_SettingsMenuProfile as SettingsMenuProfile,
|
|
4078
|
+
index_d_SettingsMenuSCM as SettingsMenuSCM,
|
|
4079
|
+
index_d_SettingsMenuUsersScopes as SettingsMenuUsersScopes,
|
|
4080
|
+
index_d_SettingsNavigationDisabled as SettingsNavigationDisabled,
|
|
4081
|
+
index_d_SettingsNavigationSelected as SettingsNavigationSelected,
|
|
4082
|
+
index_d_SettingsNavigationUnselected as SettingsNavigationUnselected,
|
|
4083
|
+
index_d_SettingsOutline as SettingsOutline,
|
|
4084
|
+
index_d_SeverityBar as SeverityBar,
|
|
4085
|
+
index_d_Shadow as Shadow,
|
|
4086
|
+
index_d_Share as Share,
|
|
4087
|
+
index_d_SizeDown as SizeDown,
|
|
4088
|
+
index_d_SizeUp as SizeUp,
|
|
4089
|
+
index_d_SkipNext as SkipNext,
|
|
4090
|
+
index_d_SkipPrevious as SkipPrevious,
|
|
4091
|
+
index_d_Slack as Slack,
|
|
4092
|
+
index_d_Snyk as Snyk,
|
|
4093
|
+
index_d_SoftwareSupplyChainDisabled as SoftwareSupplyChainDisabled,
|
|
4094
|
+
index_d_SoftwareSupplyChainSelected as SoftwareSupplyChainSelected,
|
|
4095
|
+
index_d_SoftwareSupplyChainUnSelected as SoftwareSupplyChainUnSelected,
|
|
4096
|
+
index_d_SortArrowDown as SortArrowDown,
|
|
4097
|
+
index_d_SortArrowUp as SortArrowUp,
|
|
4098
|
+
index_d_SortDoubleArrow as SortDoubleArrow,
|
|
4099
|
+
index_d_SortGroup as SortGroup,
|
|
4100
|
+
index_d_SortInverted as SortInverted,
|
|
4101
|
+
index_d_Spark as Spark,
|
|
4102
|
+
index_d_Star as Star,
|
|
4103
|
+
index_d_StarOutline as StarOutline,
|
|
4104
|
+
index_d_Structure as Structure,
|
|
4105
|
+
index_d_Swagger as Swagger,
|
|
4106
|
+
index_d_SwaggerOutline as SwaggerOutline,
|
|
4107
|
+
index_d_Table as Table,
|
|
4108
|
+
index_d_Target as Target,
|
|
4109
|
+
index_d_TargetSensitive as TargetSensitive,
|
|
4110
|
+
index_d_Teams as Teams,
|
|
4111
|
+
index_d_Tenable as Tenable,
|
|
4112
|
+
index_d_Terraform as Terraform,
|
|
4113
|
+
index_d_Test as Test,
|
|
4114
|
+
index_d_Tray as Tray,
|
|
4115
|
+
index_d_Trend as Trend,
|
|
4116
|
+
index_d_TrendArrow as TrendArrow,
|
|
4117
|
+
index_d_TriangleUpOutline as TriangleUpOutline,
|
|
4118
|
+
index_d_TwistLock as TwistLock,
|
|
4119
|
+
index_d_UnIgnore as UnIgnore,
|
|
4120
|
+
index_d_Undo as Undo,
|
|
4121
|
+
index_d_Uninstall as Uninstall,
|
|
4122
|
+
index_d_Union as Union,
|
|
4123
|
+
index_d_Unlock as Unlock,
|
|
4124
|
+
index_d_User as User,
|
|
4125
|
+
index_d_UserCircle as UserCircle,
|
|
4126
|
+
index_d_VulArrowUp as VulArrowUp,
|
|
4127
|
+
index_d_VulCisa as VulCisa,
|
|
4128
|
+
index_d_VulContainer as VulContainer,
|
|
4129
|
+
index_d_VulExploitable as VulExploitable,
|
|
4130
|
+
index_d_VulPanoptica as VulPanoptica,
|
|
4131
|
+
index_d_VulPartial as VulPartial,
|
|
4132
|
+
index_d_VulPublic as VulPublic,
|
|
4133
|
+
index_d_VulServerless as VulServerless,
|
|
4134
|
+
index_d_VulSnyk as VulSnyk,
|
|
4135
|
+
index_d_VulStackrox as VulStackrox,
|
|
4136
|
+
index_d_VulTenable as VulTenable,
|
|
4137
|
+
index_d_VulTwistLock as VulTwistLock,
|
|
4138
|
+
index_d_VulnerabilitiesIcon as VulnerabilitiesIcon,
|
|
4139
|
+
index_d_VulnerabilityIconDisabled as VulnerabilityIconDisabled,
|
|
4140
|
+
index_d_VulnerabilityIconSelected as VulnerabilityIconSelected,
|
|
4141
|
+
index_d_VulnerabilityIconUnSelected as VulnerabilityIconUnSelected,
|
|
4142
|
+
index_d_WarningAccounts as WarningAccounts,
|
|
4143
|
+
index_d_WarningQuestion as WarningQuestion,
|
|
4144
|
+
index_d_Webex as Webex,
|
|
4145
|
+
index_d_Zombie as Zombie,
|
|
4146
|
+
index_d_gRPC as gRPC,
|
|
4147
|
+
};
|
|
4148
|
+
}
|
|
4149
|
+
|
|
4150
|
+
declare const AddDomain: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
4151
|
+
|
|
4152
|
+
declare const CiCd: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
4153
|
+
|
|
4154
|
+
declare const AttackPathAnalysisWalkThrough: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
4155
|
+
|
|
4156
|
+
declare const AttackPathAnalysis: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
4157
|
+
|
|
4158
|
+
declare const Celebration: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
4159
|
+
|
|
4160
|
+
declare const Cloud: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
4161
|
+
|
|
4162
|
+
declare const CloudSimple: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
4163
|
+
|
|
4164
|
+
declare const Dashboard: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
4165
|
+
|
|
4166
|
+
declare const Data: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
4167
|
+
|
|
4168
|
+
declare const EmptyData: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
4169
|
+
|
|
4170
|
+
declare const Git: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
4171
|
+
|
|
4172
|
+
declare const GitSimple: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
4173
|
+
|
|
4174
|
+
declare const Info: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
4175
|
+
|
|
4176
|
+
declare const Kubernetes: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
4177
|
+
|
|
4178
|
+
declare const Negative: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
4179
|
+
|
|
4180
|
+
declare const NoData: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
4181
|
+
|
|
4182
|
+
declare const Positive: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
4183
|
+
|
|
4184
|
+
declare const Recon: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
4185
|
+
|
|
4186
|
+
declare const Sent: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
4187
|
+
|
|
4188
|
+
declare const Shield: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
4189
|
+
|
|
4190
|
+
declare const Success: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
4191
|
+
|
|
4192
|
+
declare const AddRepos: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
4193
|
+
|
|
4194
|
+
declare const Warning: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
4195
|
+
|
|
4196
|
+
declare enum Severity {
|
|
4197
|
+
LOW = "LOW",
|
|
4198
|
+
MEDIUM = "MEDIUM",
|
|
4199
|
+
HIGH = "HIGH",
|
|
4200
|
+
CRITICAL = "CRITICAL",
|
|
4201
|
+
INFORMATION = "INFORMATION"
|
|
4202
|
+
}
|
|
4203
|
+
type TrendStatus = "good" | "bad" | "neutral";
|
|
4204
|
+
type TrendDirection = "up" | "down" | "neutral";
|
|
4205
|
+
|
|
4206
|
+
declare const SEVERITY_VALUE: Record<Severity, number>;
|
|
4207
|
+
declare enum GeneralSize {
|
|
4208
|
+
Large = "large",
|
|
4209
|
+
Medium = "medium",
|
|
4210
|
+
Small = "small"
|
|
4211
|
+
}
|
|
4212
|
+
declare enum IconPosition {
|
|
4213
|
+
NoIcon = "no-icon",
|
|
4214
|
+
LeftIcon = "left-icon",
|
|
4215
|
+
RightIcon = "right-icon"
|
|
4216
|
+
}
|
|
4217
|
+
|
|
4218
|
+
declare const EMPTY_FUNCTION: () => void;
|
|
4219
|
+
declare const capitalize: (str: string) => string;
|
|
4220
|
+
declare const getColorBySeverity: (severity: Severity, theme: Theme) => string;
|
|
4221
|
+
declare const normalizeSeverity: (severity: unknown) => Severity;
|
|
4222
|
+
declare const sortBySeverity: (a?: Severity, b?: Severity) => 0 | 1 | -1;
|
|
4223
|
+
|
|
4224
|
+
declare const useDebouncedValue: (value: any, delay: number) => any;
|
|
4225
|
+
//# sourceMappingURL=timing.d.ts.map
|
|
4226
|
+
|
|
4227
|
+
declare const flattenSelectTreeWithoutSearch: (rootNode: AugmentedSelectNodeType$1[], nestLevel?: number) => Array<AugmentedSelectNodeType$1>;
|
|
4228
|
+
/**
|
|
4229
|
+
* Builds a string representation of the node's value using its formatter function, if available.
|
|
4230
|
+
*
|
|
4231
|
+
* @param selectNode - The node to build the value for.
|
|
4232
|
+
* @returns A string representation of the node's value.
|
|
4233
|
+
*/
|
|
4234
|
+
declare const formatNodeValue: (selectNode: AugmentedSelectNodeType$1) => string;
|
|
4235
|
+
/**
|
|
4236
|
+
* Collects nodes from a given node up to the first node already included in the flattened list
|
|
4237
|
+
* and pushes them in reverse order.
|
|
4238
|
+
*
|
|
4239
|
+
* @param pushNode - The starting node to begin pushing.
|
|
4240
|
+
* @param flattenedTree - The list to push nodes into.
|
|
4241
|
+
* @param flattenedSet - A set of already included nodes.
|
|
4242
|
+
*/
|
|
4243
|
+
declare const upwardsPush: (pushNode: AugmentedSelectNodeType$1 | null, flattenedTree: AugmentedSelectNodeType$1[], flattenedSet: Set<AugmentedSelectNodeType$1>) => void;
|
|
4244
|
+
/**
|
|
4245
|
+
* Flattens a tree structure into a list of nodes while filtering nodes based on the search text.
|
|
4246
|
+
* Ensures that parent nodes of matching nodes are also included if they are expanded.
|
|
4247
|
+
*
|
|
4248
|
+
* @param rootNode - The root node(s) of the tree to flatten.
|
|
4249
|
+
* @param nestLevel - The starting nesting level for the nodes (default is 0).
|
|
4250
|
+
* @param searchText - Text to filter nodes by.
|
|
4251
|
+
* @returns A flattened list of nodes that match the search text.
|
|
4252
|
+
*/
|
|
4253
|
+
declare const flattenSelectTreeWithSearch: ({ rootNode, nestLevel, searchText, }: FlattenSelectTreeArgs$1) => Array<AugmentedSelectNodeType$1>;
|
|
4254
|
+
/**
|
|
4255
|
+
* Flattens a tree structure into a list of nodes.
|
|
4256
|
+
* If `searchText` is provided, filters nodes based on the search text.
|
|
4257
|
+
*
|
|
4258
|
+
* @param rootNode - The root node(s) of the tree to flatten.
|
|
4259
|
+
* @param nestLevel - The starting nesting level for the nodes (default is 0).
|
|
4260
|
+
* @param searchText - Text to filter nodes by (default is an empty string).
|
|
4261
|
+
* @returns A flattened list of nodes.
|
|
4262
|
+
*/
|
|
4263
|
+
interface FlattenedSelectTreeData {
|
|
4264
|
+
flattenedSelectTreeWithSearch: Array<AugmentedSelectNodeType$1>;
|
|
4265
|
+
flattenedSelectTreeWithoutSearch: Array<AugmentedSelectNodeType$1>;
|
|
4266
|
+
}
|
|
4267
|
+
declare const flattenSelectTree: ({ rootNode, nestLevel, searchText, }: FlattenSelectTreeArgs$1) => FlattenedSelectTreeData;
|
|
4268
|
+
declare const augmentTreeData: (rootNode: AugmentedSelectNodeType$1 | AugmentedSelectNodeType$1[]) => void;
|
|
4269
|
+
/**
|
|
4270
|
+
* Determines if a given node is a leaf node.
|
|
4271
|
+
* A leaf node has no child nodes.
|
|
4272
|
+
*
|
|
4273
|
+
* @param selectNode - The node to check.
|
|
4274
|
+
* @returns `true` if the node is a leaf, `false` otherwise.
|
|
4275
|
+
*/
|
|
4276
|
+
declare const isLeaf: (selectNode: AugmentedSelectNodeType$1) => boolean;
|
|
4277
|
+
/**
|
|
4278
|
+
* Calculates the total number of leaves and selected leaves across the tree.
|
|
4279
|
+
*
|
|
4280
|
+
* @param selectTree - The list of nodes to calculate.
|
|
4281
|
+
* @returns An object containing `totalSelectedLeavesCount` and `totalLeavesCount`, with -1, and 0 respectively if invalid.
|
|
4282
|
+
*/
|
|
4283
|
+
declare const getLeafCounts: (selectTree: AugmentedSelectNodeType$1[]) => {
|
|
4284
|
+
totalSelectedLeavesCount: number;
|
|
4285
|
+
totalSelectableLeavesCount: number;
|
|
4286
|
+
totalLeavesCount: number;
|
|
4287
|
+
};
|
|
4288
|
+
/**
|
|
4289
|
+
* Finds and returns all selected leaf nodes from a given tree.
|
|
4290
|
+
*
|
|
4291
|
+
* @param rootNode - The root node(s) of the tree to search.
|
|
4292
|
+
* @returns A list of selected leaf nodes.
|
|
4293
|
+
*/
|
|
4294
|
+
declare const getAllSelectedLeaves: (rootNode: AugmentedSelectNodeType$1 | AugmentedSelectNodeType$1[]) => Array<AugmentedSelectNodeType$1>;
|
|
4295
|
+
/**
|
|
4296
|
+
* Finds and returns all selected parent nodes from a given tree.
|
|
4297
|
+
*
|
|
4298
|
+
* @param selectTree - The list of nodes to filter.
|
|
4299
|
+
* @returns A list of selected parent nodes.
|
|
4300
|
+
*/
|
|
4301
|
+
declare const getAllSelectedParents: (selectTree: AugmentedSelectNodeType$1[]) => Array<AugmentedSelectNodeType$1>;
|
|
4302
|
+
declare const setSelectedMainSkillCategories: (fullflattenedTreeOptions: AugmentedSelectNodeType$1[]) => AugmentedSelectNodeType$1[];
|
|
4303
|
+
declare const deepCopyTree: (rootNode?: AugmentedSelectNodeType$1[]) => AugmentedSelectNodeType$1[];
|
|
4304
|
+
declare const getChildrenOfTopLevelNode: (topLevelNode: AugmentedSelectNodeType$1) => AugmentedSelectNodeType$1[];
|
|
4305
|
+
declare const mergeNodeChildrenValueToText: (children: AugmentedSelectNodeType$1[]) => string;
|
|
4306
|
+
|
|
4307
|
+
declare const ellipsisStyle: CSSProperties;
|
|
4308
|
+
declare const checkboxStyle: {
|
|
4309
|
+
padding: number;
|
|
4310
|
+
marginLeft: number;
|
|
4311
|
+
borderRadius: number;
|
|
4312
|
+
"& + *": {
|
|
4313
|
+
marginLeft: number;
|
|
4314
|
+
};
|
|
4315
|
+
};
|
|
4316
|
+
|
|
4317
|
+
declare const selectTreeExample: Array<AugmentedSelectNodeType$1>;
|
|
4318
|
+
declare const baseSelectTree: Array<AugmentedSelectNodeType$1>;
|
|
4319
|
+
declare const singleSelectTree: AugmentedSelectNodeType$1[];
|
|
4320
|
+
|
|
4321
|
+
declare const OS_LIGHT_COLORS: {
|
|
4322
|
+
surfaceLight: {
|
|
4323
|
+
50: string;
|
|
4324
|
+
100: string;
|
|
4325
|
+
200: string;
|
|
4326
|
+
300: string;
|
|
4327
|
+
400: string;
|
|
4328
|
+
500: string;
|
|
4329
|
+
600: string;
|
|
4330
|
+
700: string;
|
|
4331
|
+
800: string;
|
|
4332
|
+
900: string;
|
|
4333
|
+
};
|
|
4334
|
+
surfaceDark: {
|
|
4335
|
+
50: string;
|
|
4336
|
+
100: string;
|
|
4337
|
+
200: string;
|
|
4338
|
+
300: string;
|
|
4339
|
+
400: string;
|
|
4340
|
+
500: string;
|
|
4341
|
+
600: string;
|
|
4342
|
+
700: string;
|
|
4343
|
+
800: string;
|
|
4344
|
+
900: string;
|
|
4345
|
+
};
|
|
4346
|
+
blue: {
|
|
4347
|
+
50: string;
|
|
4348
|
+
100: string;
|
|
4349
|
+
200: string;
|
|
4350
|
+
300: string;
|
|
4351
|
+
400: string;
|
|
4352
|
+
500: string;
|
|
4353
|
+
600: string;
|
|
4354
|
+
700: string;
|
|
4355
|
+
800: string;
|
|
4356
|
+
900: string;
|
|
4357
|
+
alpha40: string;
|
|
4358
|
+
alpha10: string;
|
|
4359
|
+
};
|
|
4360
|
+
lightBlue: {
|
|
4361
|
+
50: string;
|
|
4362
|
+
100: string;
|
|
4363
|
+
200: string;
|
|
4364
|
+
300: string;
|
|
4365
|
+
400: string;
|
|
4366
|
+
500: string;
|
|
4367
|
+
600: string;
|
|
4368
|
+
700: string;
|
|
4369
|
+
800: string;
|
|
4370
|
+
900: string;
|
|
4371
|
+
alpha40: string;
|
|
4372
|
+
alpha10: string;
|
|
4373
|
+
};
|
|
4374
|
+
grey: {
|
|
4375
|
+
0: string;
|
|
4376
|
+
50: string;
|
|
4377
|
+
100: string;
|
|
4378
|
+
200: string;
|
|
4379
|
+
300: string;
|
|
4380
|
+
400: string;
|
|
4381
|
+
500: string;
|
|
4382
|
+
600: string;
|
|
4383
|
+
700: string;
|
|
4384
|
+
800: string;
|
|
4385
|
+
900: string;
|
|
4386
|
+
alpha40: string;
|
|
4387
|
+
alpha10: string;
|
|
4388
|
+
};
|
|
4389
|
+
purple: {
|
|
4390
|
+
50: string;
|
|
4391
|
+
100: string;
|
|
4392
|
+
200: string;
|
|
4393
|
+
300: string;
|
|
4394
|
+
400: string;
|
|
4395
|
+
500: string;
|
|
4396
|
+
600: string;
|
|
4397
|
+
700: string;
|
|
4398
|
+
800: string;
|
|
4399
|
+
900: string;
|
|
4400
|
+
alpha40: string;
|
|
4401
|
+
alpha10: string;
|
|
4402
|
+
};
|
|
4403
|
+
red: {
|
|
4404
|
+
50: string;
|
|
4405
|
+
100: string;
|
|
4406
|
+
200: string;
|
|
4407
|
+
300: string;
|
|
4408
|
+
400: string;
|
|
4409
|
+
500: string;
|
|
4410
|
+
600: string;
|
|
4411
|
+
700: string;
|
|
4412
|
+
800: string;
|
|
4413
|
+
900: string;
|
|
4414
|
+
alpha40: string;
|
|
4415
|
+
alpha10: string;
|
|
4416
|
+
};
|
|
4417
|
+
orange: {
|
|
4418
|
+
50: string;
|
|
4419
|
+
100: string;
|
|
4420
|
+
200: string;
|
|
4421
|
+
300: string;
|
|
4422
|
+
400: string;
|
|
4423
|
+
500: string;
|
|
4424
|
+
600: string;
|
|
4425
|
+
700: string;
|
|
4426
|
+
800: string;
|
|
4427
|
+
900: string;
|
|
4428
|
+
alpha40: string;
|
|
4429
|
+
alpha10: string;
|
|
4430
|
+
};
|
|
4431
|
+
lightOrange: {
|
|
4432
|
+
50: string;
|
|
4433
|
+
100: string;
|
|
4434
|
+
200: string;
|
|
4435
|
+
300: string;
|
|
4436
|
+
400: string;
|
|
4437
|
+
500: string;
|
|
4438
|
+
600: string;
|
|
4439
|
+
700: string;
|
|
4440
|
+
800: string;
|
|
4441
|
+
900: string;
|
|
4442
|
+
alpha40: string;
|
|
4443
|
+
alpha10: string;
|
|
4444
|
+
};
|
|
4445
|
+
yellow: {
|
|
4446
|
+
50: string;
|
|
4447
|
+
100: string;
|
|
4448
|
+
200: string;
|
|
4449
|
+
300: string;
|
|
4450
|
+
400: string;
|
|
4451
|
+
500: string;
|
|
4452
|
+
600: string;
|
|
4453
|
+
700: string;
|
|
4454
|
+
800: string;
|
|
4455
|
+
900: string;
|
|
4456
|
+
alpha40: string;
|
|
4457
|
+
alpha10: string;
|
|
4458
|
+
};
|
|
4459
|
+
green: {
|
|
4460
|
+
50: string;
|
|
4461
|
+
100: string;
|
|
4462
|
+
200: string;
|
|
4463
|
+
300: string;
|
|
4464
|
+
400: string;
|
|
4465
|
+
500: string;
|
|
4466
|
+
600: string;
|
|
4467
|
+
700: string;
|
|
4468
|
+
800: string;
|
|
4469
|
+
900: string;
|
|
4470
|
+
40: string;
|
|
4471
|
+
10: string;
|
|
4472
|
+
};
|
|
4473
|
+
lavender: {
|
|
4474
|
+
10: string;
|
|
4475
|
+
50: string;
|
|
4476
|
+
100: string;
|
|
4477
|
+
200: string;
|
|
4478
|
+
300: string;
|
|
4479
|
+
400: string;
|
|
4480
|
+
500: string;
|
|
4481
|
+
600: string;
|
|
4482
|
+
700: string;
|
|
4483
|
+
800: string;
|
|
4484
|
+
900: string;
|
|
4485
|
+
};
|
|
4486
|
+
lime: {
|
|
4487
|
+
10: string;
|
|
4488
|
+
50: string;
|
|
4489
|
+
100: string;
|
|
4490
|
+
200: string;
|
|
4491
|
+
300: string;
|
|
4492
|
+
400: string;
|
|
4493
|
+
500: string;
|
|
4494
|
+
600: string;
|
|
4495
|
+
700: string;
|
|
4496
|
+
800: string;
|
|
4497
|
+
900: string;
|
|
4498
|
+
};
|
|
4499
|
+
pink: {
|
|
4500
|
+
10: string;
|
|
4501
|
+
50: string;
|
|
4502
|
+
100: string;
|
|
4503
|
+
200: string;
|
|
4504
|
+
300: string;
|
|
4505
|
+
400: string;
|
|
4506
|
+
500: string;
|
|
4507
|
+
600: string;
|
|
4508
|
+
700: string;
|
|
4509
|
+
800: string;
|
|
4510
|
+
900: string;
|
|
4511
|
+
};
|
|
4512
|
+
teal: {
|
|
4513
|
+
10: string;
|
|
4514
|
+
50: string;
|
|
4515
|
+
100: string;
|
|
4516
|
+
200: string;
|
|
4517
|
+
300: string;
|
|
4518
|
+
400: string;
|
|
4519
|
+
500: string;
|
|
4520
|
+
600: string;
|
|
4521
|
+
700: string;
|
|
4522
|
+
800: string;
|
|
4523
|
+
900: string;
|
|
4524
|
+
};
|
|
4525
|
+
night: {
|
|
4526
|
+
10: string;
|
|
4527
|
+
50: string;
|
|
4528
|
+
100: string;
|
|
4529
|
+
200: string;
|
|
4530
|
+
300: string;
|
|
4531
|
+
400: string;
|
|
4532
|
+
500: string;
|
|
4533
|
+
600: string;
|
|
4534
|
+
700: string;
|
|
4535
|
+
800: string;
|
|
4536
|
+
900: string;
|
|
4537
|
+
};
|
|
4538
|
+
sunset: {
|
|
4539
|
+
10: string;
|
|
4540
|
+
50: string;
|
|
4541
|
+
100: string;
|
|
4542
|
+
200: string;
|
|
4543
|
+
300: string;
|
|
4544
|
+
400: string;
|
|
4545
|
+
500: string;
|
|
4546
|
+
600: string;
|
|
4547
|
+
700: string;
|
|
4548
|
+
800: string;
|
|
4549
|
+
900: string;
|
|
4550
|
+
};
|
|
4551
|
+
};
|
|
4552
|
+
|
|
4553
|
+
declare const gradientsPalette: GradientsPalette$1;
|
|
4554
|
+
|
|
4555
|
+
interface ThemeProviderProps {
|
|
4556
|
+
children: React__default.ReactNode;
|
|
4557
|
+
isDarkMode?: boolean;
|
|
4558
|
+
}
|
|
4559
|
+
declare const ThemeProvider: ({ children, isDarkMode, }: ThemeProviderProps) => react_jsx_runtime.JSX.Element;
|
|
4560
|
+
|
|
4561
|
+
type Gradient = string;
|
|
4562
|
+
interface GradientsPalette {
|
|
4563
|
+
illustrations: {
|
|
4564
|
+
blue: Gradient;
|
|
4565
|
+
rainbow: Gradient;
|
|
4566
|
+
purple: Gradient;
|
|
4567
|
+
green: Gradient;
|
|
4568
|
+
lightBlue: Gradient;
|
|
4569
|
+
pink: Gradient;
|
|
4570
|
+
};
|
|
4571
|
+
primary: {
|
|
4572
|
+
default: Gradient;
|
|
4573
|
+
pressed: Gradient;
|
|
4574
|
+
hover: Gradient;
|
|
4575
|
+
};
|
|
4576
|
+
secondary: {
|
|
4577
|
+
default: Gradient;
|
|
4578
|
+
pressed: Gradient;
|
|
4579
|
+
hover: Gradient;
|
|
4580
|
+
};
|
|
4581
|
+
red: {
|
|
4582
|
+
default: Gradient;
|
|
4583
|
+
pressed: Gradient;
|
|
4584
|
+
hover: Gradient;
|
|
4585
|
+
};
|
|
4586
|
+
background: {
|
|
4587
|
+
light: Gradient;
|
|
4588
|
+
dark: Gradient;
|
|
4589
|
+
};
|
|
4590
|
+
}
|
|
4591
|
+
|
|
4592
|
+
interface FlattenSelectTreeArgs {
|
|
4593
|
+
rootNode: AugmentedSelectNodeType[];
|
|
4594
|
+
nestLevel?: number;
|
|
4595
|
+
searchText?: string;
|
|
4596
|
+
}
|
|
4597
|
+
interface SelectNodeType<T = unknown> {
|
|
4598
|
+
value: string | number;
|
|
4599
|
+
childNodes?: Array<SelectNodeType<T>>;
|
|
4600
|
+
valueFormatter?: (value: string | number) => string;
|
|
4601
|
+
isSelectable: boolean;
|
|
4602
|
+
icon?: React.ElementType<SvgIconProps> | null;
|
|
4603
|
+
isSelected?: boolean;
|
|
4604
|
+
/**
|
|
4605
|
+
* An optional key that uniquely identifies the node within the tree, in case `value` is not a unique identifier.
|
|
4606
|
+
* Only used as a key for the ListItem component, and not for any other purpose.
|
|
4607
|
+
*/
|
|
4608
|
+
nodeKey?: string;
|
|
4609
|
+
/**
|
|
4610
|
+
* An optional field for any data you want to associate with the node.
|
|
4611
|
+
* This can be of any type and is typically used for storing custom additional data relevant to the node.
|
|
4612
|
+
*/
|
|
4613
|
+
linkedData?: T;
|
|
4614
|
+
}
|
|
4615
|
+
interface AugmentedSelectNodeType<T = unknown> extends SelectNodeType<T> {
|
|
4616
|
+
childNodes?: Array<AugmentedSelectNodeType<T>>;
|
|
4617
|
+
/**
|
|
4618
|
+
* A flag indicating whether the node is expanded (shows its children).
|
|
4619
|
+
*/
|
|
4620
|
+
isExpanded?: boolean;
|
|
4621
|
+
/**
|
|
4622
|
+
* The nesting level of the node in the tree, used internally for rendering purposes.
|
|
4623
|
+
*/
|
|
4624
|
+
nestLevel?: number;
|
|
4625
|
+
/**
|
|
4626
|
+
* A reference to the parent node, used internally for tree traversal.
|
|
4627
|
+
*/
|
|
4628
|
+
parentNode?: AugmentedSelectNodeType<T> | null;
|
|
4629
|
+
/**
|
|
4630
|
+
* The count of selected leaf nodes within this node's subtree.
|
|
4631
|
+
*/
|
|
4632
|
+
selectedLeavesCount?: number;
|
|
4633
|
+
/**
|
|
4634
|
+
* The count of selectable leaf nodes within this node's subtree.
|
|
4635
|
+
*/
|
|
4636
|
+
selectableLeavesCount?: number;
|
|
4637
|
+
/**
|
|
4638
|
+
* The total number of leaf nodes within this node's subtree.
|
|
4639
|
+
*/
|
|
4640
|
+
leavesCount?: number;
|
|
4641
|
+
}
|
|
4642
|
+
|
|
4643
|
+
export { Accordion, StyledAccordionSummary as AccordionSummary, ActionsModal, ActivityTimeline, ActivityTimelineStepStatus, AddDomain, AddRepos, AttackPathAnalysis, AttackPathAnalysisWalkThrough, Badge, Banner, BarChart, BarGraph, BasePage, Breadcrumbs, CardDescription, CardSubheader, Celebration, ChartType, ChartTypeComponents, ChartWidget, CiCd, Cloud, CloudSimple, CodeBlock, CopyButton, CreateTableInstance, Dashboard, Data, DatePicker, DateRangePicker, DateTimePicker, DonutChart, DrawerShell, Dropdown, DropdownAutocompleteTree, DropdownAutocompleteTreeListbox, EMPTY_FUNCTION, EmptyData, EmptyState, FavoriteButton, Footer, GaugeChart, GeneralSize, Git, GitSimple, Header, HorizontalBarChart, IconPosition, index_d as Icons, Info, Kubernetes, LabelAndChildrenTooltipContent, Layout, Legend$1 as Legend, LineChart, Link$1 as Link, LinkColorEnum, LinkType, LoadingErrorState, MenuItem, ModalSubtitle, ModalTitle, Negative, NoData, OS_LIGHT_COLORS, OverflowTooltip, Pagination, PathDisplay, Positive, Recon, RemainingTags, SEVERITY_VALUE, ScrollArea, SearchField, SelectNode, SelectNodeListItem, Sent, Severity, SeverityBar$1 as SeverityBar, Shield, Spinner, StaticDatePicker, StaticDateTimePicker, Success, Tab, Table$1 as Table, Tabs, Tag, TagAvatarSize, TagBackgroundColorVariants, TagStatus, Tags, ThemeProvider, TimePicker, Toast, Toaster, Toggle, Tooltip, TooltipSize, ViewSwitcher, Warning, Widget, augmentTreeData, barShadow, baseSelectTree, boxStyle, capitalize, checkboxStyle, deepCopyTree, ellipsisStyle, flattenSelectTree, flattenSelectTreeWithSearch, flattenSelectTreeWithoutSearch, formatNodeValue, gaugeLabel, gaugeWrapper, getAllSelectedLeaves, getAllSelectedParents, getChildrenOfTopLevelNode, getColorBySeverity, getLeafCounts, getTagStyle, gradientsPalette, isLeaf, mergeNodeChildrenValueToText, normalizeSeverity, selectTagStyle, selectTreeExample, setSelectedMainSkillCategories, singleSelectTree, sortBySeverity, toast, upwardsPush, useDebouncedValue, useDropdownAutocompleteTree };
|
|
4644
|
+
export type { AccordionProps, ActionsModalProps, ActivityTimelineProps, ActivityTimelineStep, AtomicTypes, AugmentedSelectNodeType, BadgeProps, BadgeType, BannerProps, BarChartProps, BarGraphItem, BarGraphProps, BarProps, BasePageProps, BreadcrumbsProps, ChartCategory, ChartCategoryItem, ChartDataItem, ChartProps, CodeBlockProps, ConditionalPropsByType, CopyButtonPosition, CopyButtonProps, DatePickerProps, DateTimePickerProps, DonutProps, DrawerShellProps, DropdownAutocompleteTreeProps, DropdownOption, DropdownProps, EmptyStateProps, ExportProps, ExtendedChartProps, FavoriteButtonProps, FlattenSelectTreeArgs, FlattenedSelectTreeData, FooterProps, GaugeChartProps, Gradient, GradientsPalette, HeaderAction, HeaderProps, IChartWidgetProps, ILegendProps, IWidgetProps, LayoutProps, LineChartProps, LinkColorStatus, LinkProps, LinkVariants, MenuItemProps, OverflowTooltipProps, PaginationProps, PathDisplayProps, SearchFieldProps, SelectNodeType, SeverityBarProps, SpinnerProps, StatusBanner, TableChartDataItem, TableProps, TableRow, TableTitle, TabsProps, TabsType, TagProps, TagStatusStyle, ThemeProviderProps, TimePickerProps, ToastProps, ToastType, ToasterProps, ToggleProps, TooltipProps, TopToolbarProps, TrendDirection, TrendStatus, ViewSwitcherOption, ViewSwitcherOptionObject, ViewSwitcherOptionProperties, ViewSwitcherSize };
|