@konstructio/ui 0.1.2-alpha.94 → 0.1.2-alpha.96
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/dist/Breadcrumb-xLKDl92B.js +82 -0
- package/dist/assets/icons/components/ApiKey.js +31 -0
- package/dist/assets/icons/components/ArrowBack.js +20 -0
- package/dist/assets/icons/components/CheckAlt.js +24 -0
- package/dist/assets/icons/components/Configure.js +41 -0
- package/dist/assets/icons/components/Deploy.js +41 -0
- package/dist/assets/icons/components/Github.js +34 -0
- package/dist/assets/icons/components/LockAlt.js +21 -0
- package/dist/assets/icons/components/index.js +208 -194
- package/dist/assets/icons/index.js +208 -194
- package/dist/components/Breadcrumb/Breadcrumb.js +1 -1
- package/dist/components/Breadcrumb/components/BackButton/BackButton.js +41 -0
- package/dist/components/Breadcrumb/components/BackButton/BackButton.variants.js +19 -0
- package/dist/components/Breadcrumb/components/Item/Item.js +37 -21
- package/dist/components/Breadcrumb/components/index.js +4 -2
- package/dist/components/VirtualizedTable/VirtualizedTable.js +64 -61
- package/dist/components/VirtualizedTable/components/Body/Body.js +60 -42
- package/dist/components/VirtualizedTable/components/Filter/Filter.js +78 -68
- package/dist/components/VirtualizedTable/components/Header/Header.js +1 -1
- package/dist/components/VirtualizedTable/contexts/index.js +1 -1
- package/dist/components/VirtualizedTable/contexts/table.provider.js +1 -1
- package/dist/components/VirtualizedTable/events/index.js +10 -7
- package/dist/components/index.js +26 -25
- package/dist/icons.js +208 -194
- package/dist/index.js +43 -42
- package/dist/lib/assets/icons/components/ApiKey.d.ts +3 -0
- package/dist/lib/assets/icons/components/ArrowBack.d.ts +3 -0
- package/dist/lib/assets/icons/components/CheckAlt.d.ts +3 -0
- package/dist/lib/assets/icons/components/Configure.d.ts +3 -0
- package/dist/lib/assets/icons/components/Deploy.d.ts +3 -0
- package/dist/lib/assets/icons/components/Github.d.ts +3 -0
- package/dist/lib/assets/icons/components/LockAlt.d.ts +3 -0
- package/dist/lib/assets/icons/components/index.d.ts +7 -0
- package/dist/lib/components/Breadcrumb/Breadcrumb.d.ts +9 -0
- package/dist/lib/components/Breadcrumb/Breadcrumb.types.d.ts +27 -1
- package/dist/lib/components/Breadcrumb/components/BackButton/BackButton.d.ts +3 -0
- package/dist/lib/components/Breadcrumb/components/BackButton/BackButton.types.d.ts +7 -0
- package/dist/lib/components/Breadcrumb/components/BackButton/BackButton.variants.d.ts +1 -0
- package/dist/lib/components/Breadcrumb/components/index.d.ts +1 -0
- package/dist/lib/components/VirtualizedTable/VirtualizedTable.d.ts +1 -0
- package/dist/lib/components/VirtualizedTable/VirtualizedTable.types.d.ts +2 -0
- package/dist/lib/components/VirtualizedTable/components/Body/Body.d.ts +1 -1
- package/dist/lib/components/VirtualizedTable/components/Body/Body.types.d.ts +2 -0
- package/dist/lib/components/VirtualizedTable/components/Filter/Filter.types.d.ts +1 -0
- package/dist/lib/components/VirtualizedTable/events/index.d.ts +4 -2
- package/dist/lib/components/index.d.ts +1 -1
- package/dist/lib/icons.d.ts +1 -1
- package/dist/package.json +1 -1
- package/dist/styles.css +1 -1
- package/dist/{table.provider-BBlJgEJf.js → table.provider-BPlFpIAe.js} +309 -309
- package/package.json +1 -1
- package/dist/Breadcrumb-BYO5PNVF.js +0 -77
package/dist/components/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as o } from "../Checkbox-BvRmHWxk.js";
|
|
2
2
|
import { t as m } from "../DropdownButton-CWwjA3zI.js";
|
|
3
|
-
import { t as p } from "../Breadcrumb-
|
|
3
|
+
import { t as p } from "../Breadcrumb-xLKDl92B.js";
|
|
4
4
|
import { t as a } from "../Input-BZG7N8m1.js";
|
|
5
5
|
import { t as n } from "../Counter-C1o8YZoR.js";
|
|
6
6
|
import { Alert as l } from "./Alert/Alert.js";
|
|
@@ -9,12 +9,12 @@ import { AlertDialog as c } from "./AlertDialog/AlertDialog.js";
|
|
|
9
9
|
import { Autocomplete as D } from "./Autocomplete/Autocomplete.js";
|
|
10
10
|
import { t as V } from "../Loading-DNlO4qxs.js";
|
|
11
11
|
import { Badge as w } from "./Badge/Badge.js";
|
|
12
|
-
import { Typography as
|
|
12
|
+
import { Typography as S } from "./Typography/Typography.js";
|
|
13
13
|
import { ButtonGroup as h } from "./ButtonGroup/ButtonGroup.js";
|
|
14
14
|
import { Card as L } from "./Card/Card.js";
|
|
15
|
-
import { DatePicker as
|
|
16
|
-
import { Radio as
|
|
17
|
-
import { RadioGroup as
|
|
15
|
+
import { DatePicker as E } from "./Datepicker/DatePicker.js";
|
|
16
|
+
import { Radio as I } from "./Radio/Radio.js";
|
|
17
|
+
import { RadioGroup as P } from "./RadioGroup/RadioGroup.js";
|
|
18
18
|
import { TimePicker as A } from "./TimePicker/TimePicker.js";
|
|
19
19
|
import { DateRangePicker as M } from "./DateRangePicker/DateRangePicker.js";
|
|
20
20
|
import { Divider as y } from "./Divider/Divider.js";
|
|
@@ -36,12 +36,12 @@ import { RadioCard as cr } from "./RadioCard/RadioCard.js";
|
|
|
36
36
|
import { RadioCardGroup as Dr } from "./RadioCardGroup/RadioCardGroup.js";
|
|
37
37
|
import { Range as Vr } from "./Range/Range.js";
|
|
38
38
|
import { Select as wr } from "./Select/Select.js";
|
|
39
|
-
import { Footer as
|
|
39
|
+
import { Footer as Sr } from "./Sidebar/components/Footer/Footer.js";
|
|
40
40
|
import { Label as hr } from "./Sidebar/components/Label/Label.js";
|
|
41
41
|
import { Logo as Lr } from "./Sidebar/components/Logo/Logo.js";
|
|
42
|
-
import { NavigationGroup as
|
|
43
|
-
import { NavigationOption as
|
|
44
|
-
import { NavigationSeparator as
|
|
42
|
+
import { NavigationGroup as Er } from "./Sidebar/components/NavigationGroup/NavigationGroup.js";
|
|
43
|
+
import { NavigationOption as Ir } from "./Sidebar/components/NavigationOption/NavigationOption.js";
|
|
44
|
+
import { NavigationSeparator as Pr } from "./Sidebar/components/NavigationSeparator/NavigationSeparator.js";
|
|
45
45
|
import { Navigation as Ar } from "./Sidebar/components/Navigation/Navigation.js";
|
|
46
46
|
import { Sidebar as Mr } from "./Sidebar/Sidebar.js";
|
|
47
47
|
import { Slider as yr } from "./Slider/Slider.js";
|
|
@@ -58,10 +58,10 @@ import { Tag as co } from "./Tag/Tag.js";
|
|
|
58
58
|
import { TagSelect as Do } from "./TagSelect/TagSelect.js";
|
|
59
59
|
import { TextArea as Vo } from "./TextArea/TextArea.js";
|
|
60
60
|
import { t as wo } from "../Toast-CWyLcmNX.js";
|
|
61
|
-
import { Tooltip as
|
|
62
|
-
import { VirtualizedTableEvent as ho, sendCollapseRowEvent as Bo, sendExpandRowEvent as Lo,
|
|
63
|
-
import { TruncateText as
|
|
64
|
-
import { VirtualizedTable as
|
|
61
|
+
import { Tooltip as So } from "./Tooltip/Tooltip.js";
|
|
62
|
+
import { VirtualizedTableEvent as ho, sendCollapseRowEvent as Bo, sendExpandRowEvent as Lo, sendResetFiltersEvent as xo, sendToggleRowEvent as Eo } from "./VirtualizedTable/events/index.js";
|
|
63
|
+
import { TruncateText as Io } from "./VirtualizedTable/components/TruncateText/TruncateText.js";
|
|
64
|
+
import { VirtualizedTable as Po } from "./VirtualizedTable/VirtualizedTable.js";
|
|
65
65
|
export {
|
|
66
66
|
l as Alert,
|
|
67
67
|
c as AlertDialog,
|
|
@@ -76,7 +76,7 @@ export {
|
|
|
76
76
|
eo as Content,
|
|
77
77
|
n as Counter,
|
|
78
78
|
H as DateFilterDropdown,
|
|
79
|
-
|
|
79
|
+
E as DatePicker,
|
|
80
80
|
K as DateRangeFilterDropdown,
|
|
81
81
|
M as DateRangePicker,
|
|
82
82
|
y as Divider,
|
|
@@ -84,7 +84,7 @@ export {
|
|
|
84
84
|
wr as Dropdown,
|
|
85
85
|
m as DropdownButton,
|
|
86
86
|
$ as Filter,
|
|
87
|
-
|
|
87
|
+
Sr as Footer,
|
|
88
88
|
or as ImageUpload,
|
|
89
89
|
a as Input,
|
|
90
90
|
hr as Label,
|
|
@@ -95,17 +95,17 @@ export {
|
|
|
95
95
|
pr as Modal,
|
|
96
96
|
ar as MultiSelectDropdown,
|
|
97
97
|
Ar as Navigation,
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
98
|
+
Er as NavigationGroup,
|
|
99
|
+
Ir as NavigationOption,
|
|
100
|
+
Pr as NavigationSeparator,
|
|
101
101
|
n as NumberInput,
|
|
102
102
|
nr as PhoneNumberInput,
|
|
103
103
|
lr as PieChart,
|
|
104
104
|
gr as ProgressBar,
|
|
105
|
-
|
|
105
|
+
I as Radio,
|
|
106
106
|
cr as RadioCard,
|
|
107
107
|
Dr as RadioCardGroup,
|
|
108
|
-
|
|
108
|
+
P as RadioGroup,
|
|
109
109
|
Vr as Range,
|
|
110
110
|
wr as Select,
|
|
111
111
|
Mr as Sidebar,
|
|
@@ -122,16 +122,17 @@ export {
|
|
|
122
122
|
Z as TimeFilterDropdown,
|
|
123
123
|
A as TimePicker,
|
|
124
124
|
wo as Toast,
|
|
125
|
-
|
|
125
|
+
So as Tooltip,
|
|
126
126
|
so as Trigger,
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
127
|
+
Io as TruncateText,
|
|
128
|
+
S as Typography,
|
|
129
|
+
Po as VirtualizedTable,
|
|
130
130
|
ho as VirtualizedTableEvent,
|
|
131
131
|
jr as horizontalConnectorWrapperVariants,
|
|
132
132
|
Bo as sendCollapseRowEvent,
|
|
133
133
|
Lo as sendExpandRowEvent,
|
|
134
|
-
xo as
|
|
134
|
+
xo as sendResetFiltersEvent,
|
|
135
|
+
Eo as sendToggleRowEvent,
|
|
135
136
|
qr as stepConnectorVariants,
|
|
136
137
|
Hr as stepContentVariants,
|
|
137
138
|
Jr as stepDescriptionVariants,
|
package/dist/icons.js
CHANGED
|
@@ -2,205 +2,219 @@ import { AccountsIcon as r } from "./assets/icons/components/Accounts.js";
|
|
|
2
2
|
import { ActivityIcon as t } from "./assets/icons/components/Activity.js";
|
|
3
3
|
import { AddChartIcon as n } from "./assets/icons/components/AddChart.js";
|
|
4
4
|
import { AlertOutlineIcon as p } from "./assets/icons/components/AlertOutline.js";
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
5
|
+
import { ApiKeyIcon as I } from "./assets/icons/components/ApiKey.js";
|
|
6
|
+
import { AppRepoIcon as l } from "./assets/icons/components/AppRepo.js";
|
|
7
|
+
import { AppsIcon as u } from "./assets/icons/components/Apps.js";
|
|
7
8
|
import { ArchivesIcon as s } from "./assets/icons/components/Archives.js";
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
9
|
+
import { ArrowBackIcon as A } from "./assets/icons/components/ArrowBack.js";
|
|
10
|
+
import { ArrowDownIcon as h } from "./assets/icons/components/ArrowDown.js";
|
|
11
|
+
import { ArrowLeftIcon as w } from "./assets/icons/components/ArrowLeft.js";
|
|
12
|
+
import { ArrowRightIcon as b } from "./assets/icons/components/ArrowRight.js";
|
|
13
|
+
import { ArrowUpIcon as P } from "./assets/icons/components/ArrowUp.js";
|
|
14
|
+
import { BarChartIcon as D } from "./assets/icons/components/BarChart.js";
|
|
15
|
+
import { BillingIcon as y } from "./assets/icons/components/Billing.js";
|
|
16
|
+
import { BookOpenIcon as E } from "./assets/icons/components/BookOpen.js";
|
|
17
|
+
import { CalendarMonthIcon as G } from "./assets/icons/components/CalendarMonth.js";
|
|
18
|
+
import { CheckboxMarkedCircleOutlineIcon as H } from "./assets/icons/components/CheckboxMarkedCircleOutline.js";
|
|
19
|
+
import { CheckCircleFilledIcon as x } from "./assets/icons/components/CheckCircleFilled.js";
|
|
20
|
+
import { CheckCircleOutlineIcon as M } from "./assets/icons/components/CheckCircleOutline.js";
|
|
21
|
+
import { CheckIcon as W } from "./assets/icons/components/Check.js";
|
|
22
|
+
import { CheckAltIcon as V } from "./assets/icons/components/CheckAlt.js";
|
|
23
|
+
import { CircumGlobeIcon as z } from "./assets/icons/components/CircumGlobe.js";
|
|
24
|
+
import { ClockAlertIcon as X } from "./assets/icons/components/ClockAlert.js";
|
|
25
|
+
import { ClockOutlineIcon as J } from "./assets/icons/components/ClockOutline.js";
|
|
26
|
+
import { CloseIcon as Z } from "./assets/icons/components/Close.js";
|
|
27
|
+
import { CloudIcon as $ } from "./assets/icons/components/Cloud.js";
|
|
28
|
+
import { CloudLockOutlineIcon as ro } from "./assets/icons/components/CloudLockOutline.js";
|
|
29
|
+
import { ClustersIcon as to } from "./assets/icons/components/Clusters.js";
|
|
30
|
+
import { CogOutlineIcon as no } from "./assets/icons/components/CogOutline.js";
|
|
31
|
+
import { ComputeIcon as po } from "./assets/icons/components/Compute.js";
|
|
32
|
+
import { ConfigureIcon as Io } from "./assets/icons/components/Configure.js";
|
|
33
|
+
import { CopyIcon as lo } from "./assets/icons/components/Copy.js";
|
|
34
|
+
import { CpuIcon as uo } from "./assets/icons/components/Cpu.js";
|
|
35
|
+
import { CpuAltIcon as so } from "./assets/icons/components/CpuAlt.js";
|
|
36
|
+
import { CubeIcon as Ao } from "./assets/icons/components/Cube.js";
|
|
37
|
+
import { DashboardIcon as ko } from "./assets/icons/components/Dashboard.js";
|
|
38
|
+
import { DatabaseIcon as Oo } from "./assets/icons/components/Database.js";
|
|
39
|
+
import { DatacenterIcon as Lo } from "./assets/icons/components/Datacenter.js";
|
|
40
|
+
import { DeleteIcon as vo } from "./assets/icons/components/Delete.js";
|
|
41
|
+
import { DeployIcon as So } from "./assets/icons/components/Deploy.js";
|
|
42
|
+
import { DnsIcon as Bo } from "./assets/icons/components/Dns.js";
|
|
43
|
+
import { DocsIcon as Ro } from "./assets/icons/components/Docs.js";
|
|
44
|
+
import { DollarSignIcon as Ko } from "./assets/icons/components/DollarSign.js";
|
|
45
|
+
import { DownloadIcon as To } from "./assets/icons/components/Download.js";
|
|
46
|
+
import { EditIcon as Fo } from "./assets/icons/components/Edit.js";
|
|
47
|
+
import { EllipsesIcon as No } from "./assets/icons/components/Ellipses.js";
|
|
48
|
+
import { EnvironmentsIcon as Uo } from "./assets/icons/components/Environments.js";
|
|
49
|
+
import { ErrorIcon as jo } from "./assets/icons/components/Error.js";
|
|
50
|
+
import { ErrorOutlineIcon as Qo } from "./assets/icons/components/ErrorOutline.js";
|
|
51
|
+
import { ExclamationIcon as qo } from "./assets/icons/components/Exclamation.js";
|
|
52
|
+
import { FirewallIcon as Yo } from "./assets/icons/components/Firewall.js";
|
|
53
|
+
import { FirewallAltIcon as _o } from "./assets/icons/components/FirewallAlt.js";
|
|
54
|
+
import { GitIcon as or } from "./assets/icons/components/Git.js";
|
|
55
|
+
import { GithubIcon as mr } from "./assets/icons/components/Github.js";
|
|
56
|
+
import { GitOpsCatalogIcon as ir } from "./assets/icons/components/GitOpsCatalog.js";
|
|
57
|
+
import { GridViewIcon as cr } from "./assets/icons/components/GridView.js";
|
|
58
|
+
import { HelpIcon as fr } from "./assets/icons/components/Help.js";
|
|
59
|
+
import { HideOutlineIcon as er } from "./assets/icons/components/HideOutline.js";
|
|
60
|
+
import { Home2Icon as ar } from "./assets/icons/components/Home2.js";
|
|
61
|
+
import { HomeIcon as Cr } from "./assets/icons/components/Home.js";
|
|
62
|
+
import { IdIcon as gr } from "./assets/icons/components/Id.js";
|
|
63
|
+
import { InfoCircleIcon as dr } from "./assets/icons/components/InfoCircle.js";
|
|
64
|
+
import { InformationOutlineIcon as kr } from "./assets/icons/components/InformationOutline.js";
|
|
65
|
+
import { InventoryIcon as Or } from "./assets/icons/components/Inventory.js";
|
|
66
|
+
import { InvoiceListIcon as Lr } from "./assets/icons/components/InvoiceList.js";
|
|
67
|
+
import { KeyIcon as vr } from "./assets/icons/components/Key.js";
|
|
68
|
+
import { KonstructIcon as Sr } from "./assets/icons/components/Konstruct.js";
|
|
69
|
+
import { KubernetesIcon as Br } from "./assets/icons/components/Kubernetes.js";
|
|
70
|
+
import { LoadBalancerIcon as Rr } from "./assets/icons/components/LoadBalancer.js";
|
|
71
|
+
import { LoadBalancerAltIcon as Kr } from "./assets/icons/components/LoadBalancerAlt.js";
|
|
72
|
+
import { LoaderIcon as Tr } from "./assets/icons/components/Loader.js";
|
|
73
|
+
import { LightBulbIcon as Fr } from "./assets/icons/components/LightBulb.js";
|
|
74
|
+
import { LockIcon as Nr } from "./assets/icons/components/Lock.js";
|
|
75
|
+
import { LockAltIcon as Ur } from "./assets/icons/components/LockAlt.js";
|
|
76
|
+
import { LogOutIcon as jr } from "./assets/icons/components/LogOut.js";
|
|
77
|
+
import { NetworkIcon as Qr } from "./assets/icons/components/Network.js";
|
|
78
|
+
import { NetworkAltIcon as qr } from "./assets/icons/components/NetworkAlt.js";
|
|
79
|
+
import { ObjectStorageIcon as Yr } from "./assets/icons/components/ObjectStorage.js";
|
|
80
|
+
import { OrganizationIcon as _r } from "./assets/icons/components/Organization.js";
|
|
81
|
+
import { OrgSettingsIcon as om } from "./assets/icons/components/OrgSettings.js";
|
|
82
|
+
import { PagesStackIcon as mm } from "./assets/icons/components/PagesStack.js";
|
|
83
|
+
import { PageviewIcon as im } from "./assets/icons/components/Pageview.js";
|
|
84
|
+
import { PeopleIcon as cm } from "./assets/icons/components/People.js";
|
|
85
|
+
import { PhotoLibraryIcon as fm } from "./assets/icons/components/PhotoLibrary.js";
|
|
86
|
+
import { PipelineIcon as em } from "./assets/icons/components/Pipeline.js";
|
|
87
|
+
import { PlusIcon as am } from "./assets/icons/components/Plus.js";
|
|
88
|
+
import { PowerSettingsIcon as Cm } from "./assets/icons/components/PowerSettings.js";
|
|
89
|
+
import { PreviewIcon as gm } from "./assets/icons/components/Preview.js";
|
|
90
|
+
import { PrivateRegionIcon as dm } from "./assets/icons/components/PrivateRegion.js";
|
|
91
|
+
import { ProfileIcon as km } from "./assets/icons/components/Profile.js";
|
|
92
|
+
import { QuotaIcon as Om } from "./assets/icons/components/Quota.js";
|
|
93
|
+
import { ReceiptLongIcon as Lm } from "./assets/icons/components/ReceiptLong.js";
|
|
94
|
+
import { RefreshIcon as vm } from "./assets/icons/components/Refresh.js";
|
|
95
|
+
import { ReservedIpIcon as Sm } from "./assets/icons/components/ReservedIp.js";
|
|
96
|
+
import { ScatterPlotIcon as Bm } from "./assets/icons/components/ScatterPlot.js";
|
|
97
|
+
import { SearchIcon as Rm } from "./assets/icons/components/Search.js";
|
|
98
|
+
import { ServerIcon as Km } from "./assets/icons/components/Server.js";
|
|
99
|
+
import { SshKeyIcon as Tm } from "./assets/icons/components/SshKey.js";
|
|
100
|
+
import { StartIcon as Fm } from "./assets/icons/components/Start.js";
|
|
101
|
+
import { TabNewIcon as Nm } from "./assets/icons/components/TabNew.js";
|
|
102
|
+
import { TeamMembersIcon as Um } from "./assets/icons/components/TeamMembers.js";
|
|
103
|
+
import { TeamsIcon as jm } from "./assets/icons/components/Teams.js";
|
|
104
|
+
import { UploadIcon as Qm } from "./assets/icons/components/Upload.js";
|
|
105
|
+
import { VolumeIcon as qm } from "./assets/icons/components/Volume.js";
|
|
106
|
+
import { WarningIcon as Ym } from "./assets/icons/components/Warning.js";
|
|
107
|
+
import { WarningTriangleIcon as _m } from "./assets/icons/components/WarningTriangle.js";
|
|
108
|
+
import { WebhookIcon as ot } from "./assets/icons/components/Webhook.js";
|
|
109
|
+
import { XIcon as mt } from "./assets/icons/components/X.js";
|
|
103
110
|
export {
|
|
104
111
|
r as AccountsIcon,
|
|
105
112
|
t as ActivityIcon,
|
|
106
113
|
n as AddChartIcon,
|
|
107
114
|
p as AlertOutlineIcon,
|
|
108
|
-
|
|
109
|
-
l as
|
|
115
|
+
I as ApiKeyIcon,
|
|
116
|
+
l as AppRepoIcon,
|
|
117
|
+
u as AppsIcon,
|
|
110
118
|
s as ArchivesIcon,
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
G as
|
|
120
|
-
|
|
121
|
-
x as
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
po as
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
Uo as
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
Yo as
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
mr as
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
Rr as
|
|
175
|
-
Tr as
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
Qr as
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
_r as
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
119
|
+
A as ArrowBackIcon,
|
|
120
|
+
h as ArrowDownIcon,
|
|
121
|
+
w as ArrowLeftIcon,
|
|
122
|
+
b as ArrowRightIcon,
|
|
123
|
+
P as ArrowUpIcon,
|
|
124
|
+
D as BarChartIcon,
|
|
125
|
+
y as BillingIcon,
|
|
126
|
+
E as BookOpenIcon,
|
|
127
|
+
G as CalendarMonthIcon,
|
|
128
|
+
V as CheckAltIcon,
|
|
129
|
+
x as CheckCircleFilledIcon,
|
|
130
|
+
M as CheckCircleOutlineIcon,
|
|
131
|
+
W as CheckIcon,
|
|
132
|
+
H as CheckboxMarkedCircleOutlineIcon,
|
|
133
|
+
z as CircumGlobeIcon,
|
|
134
|
+
X as ClockAlertIcon,
|
|
135
|
+
J as ClockOutlineIcon,
|
|
136
|
+
Z as CloseIcon,
|
|
137
|
+
$ as CloudIcon,
|
|
138
|
+
ro as CloudLockOutlineIcon,
|
|
139
|
+
to as ClustersIcon,
|
|
140
|
+
no as CogOutlineIcon,
|
|
141
|
+
po as ComputeIcon,
|
|
142
|
+
Io as ConfigureIcon,
|
|
143
|
+
lo as CopyIcon,
|
|
144
|
+
so as CpuAltIcon,
|
|
145
|
+
uo as CpuIcon,
|
|
146
|
+
Ao as CubeIcon,
|
|
147
|
+
ko as DashboardIcon,
|
|
148
|
+
Oo as DatabaseIcon,
|
|
149
|
+
Lo as DatacenterIcon,
|
|
150
|
+
vo as DeleteIcon,
|
|
151
|
+
So as DeployIcon,
|
|
152
|
+
Bo as DnsIcon,
|
|
153
|
+
Ro as DocsIcon,
|
|
154
|
+
Ko as DollarSignIcon,
|
|
155
|
+
To as DownloadIcon,
|
|
156
|
+
Fo as EditIcon,
|
|
157
|
+
No as EllipsesIcon,
|
|
158
|
+
Uo as EnvironmentsIcon,
|
|
159
|
+
jo as ErrorIcon,
|
|
160
|
+
Qo as ErrorOutlineIcon,
|
|
161
|
+
qo as ExclamationIcon,
|
|
162
|
+
_o as FirewallAltIcon,
|
|
163
|
+
Yo as FirewallIcon,
|
|
164
|
+
or as GitIcon,
|
|
165
|
+
ir as GitOpsCatalogIcon,
|
|
166
|
+
mr as GithubIcon,
|
|
167
|
+
cr as GridViewIcon,
|
|
168
|
+
fr as HelpIcon,
|
|
169
|
+
er as HideOutlineIcon,
|
|
170
|
+
ar as Home2Icon,
|
|
171
|
+
Cr as HomeIcon,
|
|
172
|
+
gr as IdIcon,
|
|
173
|
+
dr as InfoCircleIcon,
|
|
174
|
+
kr as InformationOutlineIcon,
|
|
175
|
+
Or as InventoryIcon,
|
|
176
|
+
Lr as InvoiceListIcon,
|
|
177
|
+
vr as KeyIcon,
|
|
178
|
+
Sr as KonstructIcon,
|
|
179
|
+
Br as KubernetesIcon,
|
|
180
|
+
Fr as LightBulbIcon,
|
|
181
|
+
Kr as LoadBalancerAltIcon,
|
|
182
|
+
Rr as LoadBalancerIcon,
|
|
183
|
+
Tr as LoaderIcon,
|
|
184
|
+
Ur as LockAltIcon,
|
|
185
|
+
Nr as LockIcon,
|
|
186
|
+
jr as LogOutIcon,
|
|
187
|
+
qr as NetworkAltIcon,
|
|
188
|
+
Qr as NetworkIcon,
|
|
189
|
+
Yr as ObjectStorageIcon,
|
|
190
|
+
om as OrgSettingsIcon,
|
|
191
|
+
_r as OrganizationIcon,
|
|
192
|
+
mm as PagesStackIcon,
|
|
193
|
+
im as PageviewIcon,
|
|
194
|
+
cm as PeopleIcon,
|
|
195
|
+
fm as PhotoLibraryIcon,
|
|
196
|
+
em as PipelineIcon,
|
|
197
|
+
am as PlusIcon,
|
|
198
|
+
Cm as PowerSettingsIcon,
|
|
199
|
+
gm as PreviewIcon,
|
|
200
|
+
dm as PrivateRegionIcon,
|
|
201
|
+
km as ProfileIcon,
|
|
202
|
+
Om as QuotaIcon,
|
|
203
|
+
Lm as ReceiptLongIcon,
|
|
204
|
+
vm as RefreshIcon,
|
|
205
|
+
Sm as ReservedIpIcon,
|
|
206
|
+
Bm as ScatterPlotIcon,
|
|
207
|
+
Rm as SearchIcon,
|
|
208
|
+
Km as ServerIcon,
|
|
209
|
+
Tm as SshKeyIcon,
|
|
210
|
+
Fm as StartIcon,
|
|
211
|
+
Nm as TabNewIcon,
|
|
212
|
+
Um as TeamMembersIcon,
|
|
213
|
+
jm as TeamsIcon,
|
|
214
|
+
Qm as UploadIcon,
|
|
215
|
+
qm as VolumeIcon,
|
|
216
|
+
Ym as WarningIcon,
|
|
217
|
+
_m as WarningTriangleIcon,
|
|
218
|
+
ot as WebhookIcon,
|
|
219
|
+
mt as XIcon
|
|
206
220
|
};
|