@cagatayfdn/flora-components 0.0.166 → 0.0.167

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/index.d.mts CHANGED
@@ -2023,6 +2023,8 @@ declare type VirtualizedType = {
2023
2023
  overscan?: number;
2024
2024
  /** Enlarge the rendered viewport in px (top/bottom) to reduce blank flashes while scrolling. */
2025
2025
  increaseViewportBy?: number;
2026
+ /** How many rows to render on the very first paint (useful for SSR). */
2027
+ initialItemCount?: number;
2026
2028
  };
2027
2029
 
2028
2030
  export { }
package/dist/index.d.ts CHANGED
@@ -2023,6 +2023,8 @@ declare type VirtualizedType = {
2023
2023
  overscan?: number;
2024
2024
  /** Enlarge the rendered viewport in px (top/bottom) to reduce blank flashes while scrolling. */
2025
2025
  increaseViewportBy?: number;
2026
+ /** How many rows to render on the very first paint (useful for SSR). */
2027
+ initialItemCount?: number;
2026
2028
  };
2027
2029
 
2028
2030
  export { }
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-DJd2j2Qz.js";
27
+ import { E as _e, R as Ce, T as Ie, a as Re } from "./ErrorLogModal-BILc779f.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-DJd2j2Qz.js";
20
+ import "./ErrorLogModal-BILc779f.js";
21
21
  import "./components/FileUpload/FileUpload.js";
22
22
  import "./Select-nhp2PiJK.js";
23
23
  import "./components/StatusTag/StatusTag.js";
@@ -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-DJd2j2Qz.js";
8
+ import { T as V, a as j } from "../ErrorLogModal-BILc779f.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 {
@@ -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-DJd2j2Qz.js";
18
+ import { T as w, a as y } from "../ErrorLogModal-BILc779f.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,6 +1,6 @@
1
1
  {
2
2
  "name": "@cagatayfdn/flora-components",
3
- "version": "0.0.166",
3
+ "version": "0.0.167",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -1,29 +0,0 @@
1
- import './Table.css';const e = "_wrapper_8hjie_2", t = "_header_8hjie_2", _ = "_title_8hjie_2", i = "_subTitle_8hjie_2", o = "_table_8hjie_2", s = "_fixed_8hjie_2", n = "_dark_8hjie_2", a = "_light_8hjie_2", r = "_fixedHeader_8hjie_2", c = "_tableWrap_8hjie_2", h = "_actionWrap_8hjie_2", l = "_tableLoading_8hjie_2", d = "_selectedAction_8hjie_2", p = "_rightGroup_8hjie_2", j = "_pageSizeWrap_8hjie_2", g = "_pager_8hjie_2", b = "_size_8hjie_2", u = "_noResult_8hjie_2", W = "_scrollWrap_8hjie_2", f = "_justifyContentEnd_8hjie_2", x = "_width100_8hjie_2", w = "_sort_8hjie_2", z = "_icons_8hjie_2", y = "_sorted_8hjie_2", k = {
2
- wrapper: e,
3
- header: t,
4
- title: _,
5
- subTitle: i,
6
- table: o,
7
- fixed: s,
8
- dark: n,
9
- light: a,
10
- fixedHeader: r,
11
- tableWrap: c,
12
- actionWrap: h,
13
- tableLoading: l,
14
- selectedAction: d,
15
- rightGroup: p,
16
- pageSizeWrap: j,
17
- pager: g,
18
- size: b,
19
- noResult: u,
20
- scrollWrap: W,
21
- justifyContentEnd: f,
22
- width100: x,
23
- sort: w,
24
- icons: z,
25
- sorted: y
26
- };
27
- export {
28
- k as s
29
- };