@cagatayfdn/flora-components 0.0.167 → 0.0.169
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/{ErrorLogModal-BILc779f.js → ErrorLogModal-DJd2j2Qz.js} +1 -1
- package/dist/ReactToastify.css +1 -1
- package/dist/Table.css +1 -1
- package/dist/Table.module-rFa4-NE2.js +29 -0
- package/dist/assets/icons/flora-icons.js +63 -62
- package/dist/components/ErrorLogModal/ErrorLogModal.js +1 -1
- package/dist/components/RealtimeLogModal/RealtimeLogModal.js +2 -2
- package/dist/components/Table/Table.js +223 -270
- package/dist/components/Table/TableHeader.js +1 -1
- package/dist/components/Table/TableSort.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/index-Bkqwn3Ht.js +3311 -0
- package/dist/index.d.mts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +1 -1
- package/dist/main.js +1 -1
- package/dist/utils/index.js +1 -1
- package/dist/utils/table.js +1 -1
- package/package.json +1 -1
- package/dist/Table.module-CGdiBxq5.js +0 -37
- package/dist/index-CXhMrx5k.js +0 -3095
package/dist/index.d.mts
CHANGED
|
@@ -730,6 +730,7 @@ export declare enum FloraIcons {
|
|
|
730
730
|
Cart = "cart",
|
|
731
731
|
CaseSensitive = "case-sensitive",
|
|
732
732
|
Certificate = "certificate",
|
|
733
|
+
Changelog = "changelog",
|
|
733
734
|
CheckWhite = "check-white",
|
|
734
735
|
Check = "check",
|
|
735
736
|
ChevronLeft = "chevron-left",
|
|
@@ -793,7 +794,7 @@ export declare enum FloraIcons {
|
|
|
793
794
|
Warning = "warning"
|
|
794
795
|
}
|
|
795
796
|
|
|
796
|
-
declare type FloraIconsId = 'applications' | 'attach' | 'attachment' | 'billing' | 'box' | 'calendar' | 'cart' | 'case-sensitive' | 'certificate' | 'check-white' | 'check' | 'chevron-left' | 'chevron-right' | 'circle-check' | 'circle-minus' | 'circle-plus' | 'clock' | 'close-window' | 'close' | 'copy' | 'credit-card' | 'deactivate' | 'deployments' | 'document' | 'domain-registration' | 'domains' | 'down-arrow' | 'down-square' | 'down' | 'download' | 'edit-outline' | 'edit' | 'email' | 'environment' | 'error-fill' | 'error' | 'expand-window' | 'expand' | 'fileTextOutlined' | 'folder' | 'group' | 'info' | 'install' | 'link' | 'log' | 'menu-close' | 'menu-open' | 'monitoring' | 'network' | 'no-results' | 'not-edit' | 'order_down' | 'order_up' | 'out' | 'path' | 'plus' | 'preview' | 'profile' | 'project-list' | 'projects' | 'regex' | 'reload' | 'retry' | 'search' | 'settings' | 'share' | 'support' | 'trash' | 'users' | 'warning';
|
|
797
|
+
declare type FloraIconsId = 'applications' | 'attach' | 'attachment' | 'billing' | 'box' | 'calendar' | 'cart' | 'case-sensitive' | 'certificate' | 'changelog' | 'check-white' | 'check' | 'chevron-left' | 'chevron-right' | 'circle-check' | 'circle-minus' | 'circle-plus' | 'clock' | 'close-window' | 'close' | 'copy' | 'credit-card' | 'deactivate' | 'deployments' | 'document' | 'domain-registration' | 'domains' | 'down-arrow' | 'down-square' | 'down' | 'download' | 'edit-outline' | 'edit' | 'email' | 'environment' | 'error-fill' | 'error' | 'expand-window' | 'expand' | 'fileTextOutlined' | 'folder' | 'group' | 'info' | 'install' | 'link' | 'log' | 'menu-close' | 'menu-open' | 'monitoring' | 'network' | 'no-results' | 'not-edit' | 'order_down' | 'order_up' | 'out' | 'path' | 'plus' | 'preview' | 'profile' | 'project-list' | 'projects' | 'regex' | 'reload' | 'retry' | 'search' | 'settings' | 'share' | 'support' | 'trash' | 'users' | 'warning';
|
|
797
798
|
|
|
798
799
|
export { format }
|
|
799
800
|
|
|
@@ -1739,6 +1740,7 @@ export declare const TestIds: {
|
|
|
1739
1740
|
readonly ICON_CART: "icon-cart";
|
|
1740
1741
|
readonly "ICON_CASE-SENSITIVE": "icon-case-sensitive";
|
|
1741
1742
|
readonly ICON_CERTIFICATE: "icon-certificate";
|
|
1743
|
+
readonly ICON_CHANGELOG: "icon-changelog";
|
|
1742
1744
|
readonly "ICON_CHECK-WHITE": "icon-check-white";
|
|
1743
1745
|
readonly ICON_CHECK: "icon-check";
|
|
1744
1746
|
readonly "ICON_CHEVRON-LEFT": "icon-chevron-left";
|
package/dist/index.d.ts
CHANGED
|
@@ -730,6 +730,7 @@ export declare enum FloraIcons {
|
|
|
730
730
|
Cart = "cart",
|
|
731
731
|
CaseSensitive = "case-sensitive",
|
|
732
732
|
Certificate = "certificate",
|
|
733
|
+
Changelog = "changelog",
|
|
733
734
|
CheckWhite = "check-white",
|
|
734
735
|
Check = "check",
|
|
735
736
|
ChevronLeft = "chevron-left",
|
|
@@ -793,7 +794,7 @@ export declare enum FloraIcons {
|
|
|
793
794
|
Warning = "warning"
|
|
794
795
|
}
|
|
795
796
|
|
|
796
|
-
declare type FloraIconsId = 'applications' | 'attach' | 'attachment' | 'billing' | 'box' | 'calendar' | 'cart' | 'case-sensitive' | 'certificate' | 'check-white' | 'check' | 'chevron-left' | 'chevron-right' | 'circle-check' | 'circle-minus' | 'circle-plus' | 'clock' | 'close-window' | 'close' | 'copy' | 'credit-card' | 'deactivate' | 'deployments' | 'document' | 'domain-registration' | 'domains' | 'down-arrow' | 'down-square' | 'down' | 'download' | 'edit-outline' | 'edit' | 'email' | 'environment' | 'error-fill' | 'error' | 'expand-window' | 'expand' | 'fileTextOutlined' | 'folder' | 'group' | 'info' | 'install' | 'link' | 'log' | 'menu-close' | 'menu-open' | 'monitoring' | 'network' | 'no-results' | 'not-edit' | 'order_down' | 'order_up' | 'out' | 'path' | 'plus' | 'preview' | 'profile' | 'project-list' | 'projects' | 'regex' | 'reload' | 'retry' | 'search' | 'settings' | 'share' | 'support' | 'trash' | 'users' | 'warning';
|
|
797
|
+
declare type FloraIconsId = 'applications' | 'attach' | 'attachment' | 'billing' | 'box' | 'calendar' | 'cart' | 'case-sensitive' | 'certificate' | 'changelog' | 'check-white' | 'check' | 'chevron-left' | 'chevron-right' | 'circle-check' | 'circle-minus' | 'circle-plus' | 'clock' | 'close-window' | 'close' | 'copy' | 'credit-card' | 'deactivate' | 'deployments' | 'document' | 'domain-registration' | 'domains' | 'down-arrow' | 'down-square' | 'down' | 'download' | 'edit-outline' | 'edit' | 'email' | 'environment' | 'error-fill' | 'error' | 'expand-window' | 'expand' | 'fileTextOutlined' | 'folder' | 'group' | 'info' | 'install' | 'link' | 'log' | 'menu-close' | 'menu-open' | 'monitoring' | 'network' | 'no-results' | 'not-edit' | 'order_down' | 'order_up' | 'out' | 'path' | 'plus' | 'preview' | 'profile' | 'project-list' | 'projects' | 'regex' | 'reload' | 'retry' | 'search' | 'settings' | 'share' | 'support' | 'trash' | 'users' | 'warning';
|
|
797
798
|
|
|
798
799
|
export { format }
|
|
799
800
|
|
|
@@ -1739,6 +1740,7 @@ export declare const TestIds: {
|
|
|
1739
1740
|
readonly ICON_CART: "icon-cart";
|
|
1740
1741
|
readonly "ICON_CASE-SENSITIVE": "icon-case-sensitive";
|
|
1741
1742
|
readonly ICON_CERTIFICATE: "icon-certificate";
|
|
1743
|
+
readonly ICON_CHANGELOG: "icon-changelog";
|
|
1742
1744
|
readonly "ICON_CHECK-WHITE": "icon-check-white";
|
|
1743
1745
|
readonly ICON_CHECK: "icon-check";
|
|
1744
1746
|
readonly "ICON_CHEVRON-LEFT": "icon-chevron-left";
|
package/dist/index.js
CHANGED
|
@@ -24,7 +24,7 @@ import { default as ue } from "./components/Datepicker/Datepicker.js";
|
|
|
24
24
|
import { default as ne } from "./components/Divider/Divider.js";
|
|
25
25
|
import { default as Te } from "./components/Drawer/index.js";
|
|
26
26
|
import { default as Ae } from "./components/Dropdown/DropdownList.js";
|
|
27
|
-
import { E as _e, R as Ce, T as Ie, a as Re } from "./ErrorLogModal-
|
|
27
|
+
import { E as _e, R as Ce, T as Ie, a as Re } from "./ErrorLogModal-DJd2j2Qz.js";
|
|
28
28
|
import { default as Se } from "./components/FileUpload/FileUpload.js";
|
|
29
29
|
import { default as Fe } from "./components/FileUpload/ImagePreview.js";
|
|
30
30
|
import { default as Le } from "./components/FileUpload/LengthCard.js";
|
package/dist/main.js
CHANGED
|
@@ -17,7 +17,7 @@ import "./components/Checkbox/Checkbox.js";
|
|
|
17
17
|
import "./components/Confirm/Confirm.js";
|
|
18
18
|
import "./components/Datepicker/Datepicker.js";
|
|
19
19
|
import "./components/Drawer/Provider.js";
|
|
20
|
-
import "./ErrorLogModal-
|
|
20
|
+
import "./ErrorLogModal-DJd2j2Qz.js";
|
|
21
21
|
import "./components/FileUpload/FileUpload.js";
|
|
22
22
|
import "./Select-nhp2PiJK.js";
|
|
23
23
|
import "./components/StatusTag/StatusTag.js";
|
package/dist/utils/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import { createFetchClient as N } from "./http/createFetchClient.js";
|
|
|
5
5
|
import { FetchError as x, FetchErrorCode as g, isCancel as u, isFetchError as d } from "./http/errors.js";
|
|
6
6
|
import { InterceptorManager as S } from "./http/interceptorManager.js";
|
|
7
7
|
import { buildFullURL as P, combineURLs as y, defaultParamsSerializer as H } from "./http/helpers.js";
|
|
8
|
-
import { T as V, a as j } from "../ErrorLogModal-
|
|
8
|
+
import { T as V, a as j } from "../ErrorLogModal-DJd2j2Qz.js";
|
|
9
9
|
import { IconTestIds as z } from "./test.js";
|
|
10
10
|
import { f as W, p as Y } from "../helper-1SQ9SI45.js";
|
|
11
11
|
export {
|
package/dist/utils/table.js
CHANGED
|
@@ -15,7 +15,7 @@ import "../components/Checkbox/Checkbox.js";
|
|
|
15
15
|
import "../components/Confirm/Confirm.js";
|
|
16
16
|
import "../components/Datepicker/Datepicker.js";
|
|
17
17
|
import "../components/Drawer/Provider.js";
|
|
18
|
-
import { T as w, a as y } from "../ErrorLogModal-
|
|
18
|
+
import { T as w, a as y } from "../ErrorLogModal-DJd2j2Qz.js";
|
|
19
19
|
import "../components/FileUpload/FileUpload.js";
|
|
20
20
|
import "../components/IconBox/IconBox.js";
|
|
21
21
|
import "../components/InfoDate/InfoDate.js";
|
package/package.json
CHANGED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import './Table.css';const e = "_wrapper_1f2ge_2", _ = "_header_1f2ge_2", t = "_title_1f2ge_2", o = "_subTitle_1f2ge_2", s = "_table_1f2ge_2", n = "_fixed_1f2ge_2", a = "_dark_1f2ge_2", l = "_light_1f2ge_2", r = "_fixedHeader_1f2ge_2", c = "_tableWrap_1f2ge_2", g = "_actionWrap_1f2ge_2", d = "_tableLoading_1f2ge_2", i = "_selectedAction_1f2ge_2", f = "_rightGroup_1f2ge_2", p = "_pageSizeWrap_1f2ge_2", v = "_pager_1f2ge_2", b = "_size_1f2ge_2", h = "_noResult_1f2ge_2", u = "_vTable_1f2ge_2", w = "_vHeader_1f2ge_2", W = "_vRow_1f2ge_2", x = "_vHeadCell_1f2ge_2", C = "_vCell_1f2ge_2", E = "_vEmpty_1f2ge_2", H = "_vExpanded_1f2ge_2", R = "_vRowAlt_1f2ge_2", y = "_scrollWrap_1f2ge_2", z = "_justifyContentEnd_1f2ge_2", A = "_width100_1f2ge_2", T = "_sort_1f2ge_2", j = "_icons_1f2ge_2", k = "_sorted_1f2ge_2", m = {
|
|
2
|
-
wrapper: e,
|
|
3
|
-
header: _,
|
|
4
|
-
title: t,
|
|
5
|
-
subTitle: o,
|
|
6
|
-
table: s,
|
|
7
|
-
fixed: n,
|
|
8
|
-
dark: a,
|
|
9
|
-
light: l,
|
|
10
|
-
fixedHeader: r,
|
|
11
|
-
tableWrap: c,
|
|
12
|
-
actionWrap: g,
|
|
13
|
-
tableLoading: d,
|
|
14
|
-
selectedAction: i,
|
|
15
|
-
rightGroup: f,
|
|
16
|
-
pageSizeWrap: p,
|
|
17
|
-
pager: v,
|
|
18
|
-
size: b,
|
|
19
|
-
noResult: h,
|
|
20
|
-
vTable: u,
|
|
21
|
-
vHeader: w,
|
|
22
|
-
vRow: W,
|
|
23
|
-
vHeadCell: x,
|
|
24
|
-
vCell: C,
|
|
25
|
-
vEmpty: E,
|
|
26
|
-
vExpanded: H,
|
|
27
|
-
vRowAlt: R,
|
|
28
|
-
scrollWrap: y,
|
|
29
|
-
justifyContentEnd: z,
|
|
30
|
-
width100: A,
|
|
31
|
-
sort: T,
|
|
32
|
-
icons: j,
|
|
33
|
-
sorted: k
|
|
34
|
-
};
|
|
35
|
-
export {
|
|
36
|
-
m as s
|
|
37
|
-
};
|