@fctc/sme-widget-ui 1.9.8 → 2.0.0

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/icons.d.mts CHANGED
@@ -89,6 +89,10 @@ declare const DeleteIconDanger: () => JSX.Element;
89
89
 
90
90
  declare const ImageIcon: () => JSX.Element;
91
91
 
92
+ declare const JSONFileIcon: () => JSX.Element;
93
+
94
+ declare const DefaultFileIcon: () => JSX.Element;
95
+
92
96
  declare const VideoIcon: () => JSX.Element;
93
97
 
94
- export { AddIcon, ArchiveIcon, ArrowDownIcon, ArrowRightIcon, AttachIcon, BackIcon, CalendarIcon, CheckIcon, ChevronBottomIcon, CloseIcon, CopyIcon, DeleteIcon, DeleteIconDanger, DownloadIcon, ExcelIcon, ExportIcon, EyeClosedIcon, EyeIcon, FilterIcon, GoogleIcon, GroupByIcon, ImageIcon, KanbanIcon, ListIcon, LoadingIcon, MoreIcon, PaidIcon, PdfIcon, PlaceHolderIcon, PlayIcon, ResetIcon, SearchIcon, SettingIcon, StarIcon, TriangleIcon, UnArchiveIcon, VectorIcon, VideoIcon, ZipIcon };
98
+ export { AddIcon, ArchiveIcon, ArrowDownIcon, ArrowRightIcon, AttachIcon, BackIcon, CalendarIcon, CheckIcon, ChevronBottomIcon, CloseIcon, CopyIcon, DefaultFileIcon, DeleteIcon, DeleteIconDanger, DownloadIcon, ExcelIcon, ExportIcon, EyeClosedIcon, EyeIcon, FilterIcon, GoogleIcon, GroupByIcon, ImageIcon, JSONFileIcon, KanbanIcon, ListIcon, LoadingIcon, MoreIcon, PaidIcon, PdfIcon, PlaceHolderIcon, PlayIcon, ResetIcon, SearchIcon, SettingIcon, StarIcon, TriangleIcon, UnArchiveIcon, VectorIcon, VideoIcon, ZipIcon };
package/dist/icons.d.ts CHANGED
@@ -89,6 +89,10 @@ declare const DeleteIconDanger: () => JSX.Element;
89
89
 
90
90
  declare const ImageIcon: () => JSX.Element;
91
91
 
92
+ declare const JSONFileIcon: () => JSX.Element;
93
+
94
+ declare const DefaultFileIcon: () => JSX.Element;
95
+
92
96
  declare const VideoIcon: () => JSX.Element;
93
97
 
94
- export { AddIcon, ArchiveIcon, ArrowDownIcon, ArrowRightIcon, AttachIcon, BackIcon, CalendarIcon, CheckIcon, ChevronBottomIcon, CloseIcon, CopyIcon, DeleteIcon, DeleteIconDanger, DownloadIcon, ExcelIcon, ExportIcon, EyeClosedIcon, EyeIcon, FilterIcon, GoogleIcon, GroupByIcon, ImageIcon, KanbanIcon, ListIcon, LoadingIcon, MoreIcon, PaidIcon, PdfIcon, PlaceHolderIcon, PlayIcon, ResetIcon, SearchIcon, SettingIcon, StarIcon, TriangleIcon, UnArchiveIcon, VectorIcon, VideoIcon, ZipIcon };
98
+ export { AddIcon, ArchiveIcon, ArrowDownIcon, ArrowRightIcon, AttachIcon, BackIcon, CalendarIcon, CheckIcon, ChevronBottomIcon, CloseIcon, CopyIcon, DefaultFileIcon, DeleteIcon, DeleteIconDanger, DownloadIcon, ExcelIcon, ExportIcon, EyeClosedIcon, EyeIcon, FilterIcon, GoogleIcon, GroupByIcon, ImageIcon, JSONFileIcon, KanbanIcon, ListIcon, LoadingIcon, MoreIcon, PaidIcon, PdfIcon, PlaceHolderIcon, PlayIcon, ResetIcon, SearchIcon, SettingIcon, StarIcon, TriangleIcon, UnArchiveIcon, VectorIcon, VideoIcon, ZipIcon };
package/dist/icons.js CHANGED
@@ -31,6 +31,7 @@ __export(icons_exports, {
31
31
  ChevronBottomIcon: () => ChevronBottomIcon,
32
32
  CloseIcon: () => CloseIcon,
33
33
  CopyIcon: () => CopyIcon,
34
+ DefaultFileIcon: () => DefaultFileIcon,
34
35
  DeleteIcon: () => DeleteIcon,
35
36
  DeleteIconDanger: () => DeleteIconDanger,
36
37
  DownloadIcon: () => DownloadIcon,
@@ -42,6 +43,7 @@ __export(icons_exports, {
42
43
  GoogleIcon: () => GoogleIcon,
43
44
  GroupByIcon: () => GroupByIcon,
44
45
  ImageIcon: () => ImageIcon,
46
+ JSONFileIcon: () => JSONFileIcon,
45
47
  KanbanIcon: () => KanbanIcon,
46
48
  ListIcon: () => ListIcon,
47
49
  LoadingIcon: () => LoadingIcon,
@@ -992,8 +994,8 @@ var ZipIcon = () => {
992
994
  return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
993
995
  "svg",
994
996
  {
995
- width: "40",
996
- height: "40",
997
+ width: "30",
998
+ height: "30",
997
999
  viewBox: "0 0 40 40",
998
1000
  fill: "none",
999
1001
  xmlns: "http://www.w3.org/2000/svg",
@@ -1587,10 +1589,60 @@ var ImageIcon = () => {
1587
1589
  );
1588
1590
  };
1589
1591
 
1590
- // src/icons/video-icon.tsx
1592
+ // src/icons/json-file-icon.tsx
1591
1593
  var import_jsx_runtime39 = require("react/jsx-runtime");
1592
- var VideoIcon = () => {
1594
+ var JSONFileIcon = () => {
1593
1595
  return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
1596
+ "svg",
1597
+ {
1598
+ xmlns: "http://www.w3.org/2000/svg",
1599
+ width: "24",
1600
+ height: "24",
1601
+ viewBox: "0 0 24 24",
1602
+ fill: "none",
1603
+ stroke: "currentColor",
1604
+ strokeWidth: "2",
1605
+ strokeLinecap: "round",
1606
+ strokeLinejoin: "round",
1607
+ "aria-hidden": "true",
1608
+ children: [
1609
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }),
1610
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }),
1611
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "M10 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1" }),
1612
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "M14 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1" })
1613
+ ]
1614
+ }
1615
+ );
1616
+ };
1617
+
1618
+ // src/icons/default-file-icon.tsx
1619
+ var import_jsx_runtime40 = require("react/jsx-runtime");
1620
+ var DefaultFileIcon = () => {
1621
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
1622
+ "svg",
1623
+ {
1624
+ xmlns: "http://www.w3.org/2000/svg",
1625
+ width: "20",
1626
+ height: "20",
1627
+ viewBox: "0 0 24 24",
1628
+ fill: "none",
1629
+ stroke: "currentColor",
1630
+ "stroke-width": "2",
1631
+ strokeLinecap: "round",
1632
+ strokeLinejoin: "round",
1633
+ "aria-hidden": "true",
1634
+ children: [
1635
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }),
1636
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M14 2v4a2 2 0 0 0 2 2h4" })
1637
+ ]
1638
+ }
1639
+ );
1640
+ };
1641
+
1642
+ // src/icons/video-icon.tsx
1643
+ var import_jsx_runtime41 = require("react/jsx-runtime");
1644
+ var VideoIcon = () => {
1645
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
1594
1646
  "svg",
1595
1647
  {
1596
1648
  xmlns: "http://www.w3.org/2000/svg",
@@ -1599,77 +1651,77 @@ var VideoIcon = () => {
1599
1651
  viewBox: "0 0 24 24",
1600
1652
  fill: "none",
1601
1653
  children: [
1602
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
1654
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1603
1655
  "path",
1604
1656
  {
1605
1657
  d: "M22.9996 3.60859L22.9995 20.3914C22.9995 21.2798 22.2794 22 21.391 22H2.61004C1.72164 22 1.00145 21.2798 1.00145 20.3914V3.60859C1.00145 2.72019 1.72164 2 2.61004 2H21.391C22.2794 2 22.9996 2.72019 22.9996 3.60859Z",
1606
1658
  fill: "#435E88"
1607
1659
  }
1608
1660
  ),
1609
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
1661
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1610
1662
  "path",
1611
1663
  {
1612
1664
  d: "M22.9974 3.60553L22.9981 20.3918C22.9981 21.2786 22.2797 22.0004 21.3895 22.0004H2.60863C1.72185 22.0004 1 21.2786 1 20.3918L21.3888 2.00039C22.2791 2.00039 22.9974 2.71871 22.9974 3.60553Z",
1613
1665
  fill: "#33527D"
1614
1666
  }
1615
1667
  ),
1616
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
1668
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1617
1669
  "path",
1618
1670
  {
1619
1671
  d: "M4.96732 16.3783C5.15049 16.3785 5.29935 16.5271 5.29935 16.7103V18.6234C5.29935 18.8067 5.15049 18.9552 4.96732 18.9555H3.05326C2.8699 18.9555 2.72123 18.8068 2.72123 18.6234V16.7103C2.72123 16.527 2.8699 16.3783 3.05326 16.3783H4.96732Z",
1620
1672
  fill: "white"
1621
1673
  }
1622
1674
  ),
1623
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
1675
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1624
1676
  "path",
1625
1677
  {
1626
1678
  d: "M20.9478 16.3783C21.1311 16.3783 21.2798 16.527 21.2798 16.7103V18.6234C21.2798 18.8068 21.1311 18.9555 20.9478 18.9555H19.0347C18.8513 18.9555 18.7027 18.8068 18.7027 18.6234V16.7103C18.7027 16.527 18.8513 16.3783 19.0347 16.3783H20.9478Z",
1627
1679
  fill: "white"
1628
1680
  }
1629
1681
  ),
1630
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
1682
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1631
1683
  "path",
1632
1684
  {
1633
1685
  d: "M9.5933 9.05605C9.59356 8.59569 10.1065 8.32141 10.4898 8.57656L15.147 11.6762C15.49 11.9045 15.49 12.4088 15.147 12.6371L10.4898 15.7367C10.1065 15.9919 9.5935 15.7176 9.5933 15.2572V9.05605Z",
1634
1686
  fill: "white"
1635
1687
  }
1636
1688
  ),
1637
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
1689
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1638
1690
  "path",
1639
1691
  {
1640
1692
  d: "M4.96732 12.1596C5.15033 12.1598 5.29909 12.3076 5.29935 12.4906V14.4047C5.29935 14.5879 5.15049 14.7365 4.96732 14.7367H3.05326C2.8699 14.7367 2.72123 14.588 2.72123 14.4047V12.4906C2.72149 12.3075 2.87006 12.1596 3.05326 12.1596H4.96732Z",
1641
1693
  fill: "white"
1642
1694
  }
1643
1695
  ),
1644
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
1696
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1645
1697
  "path",
1646
1698
  {
1647
1699
  d: "M20.9478 12.1596C21.131 12.1596 21.2796 12.3075 21.2798 12.4906V14.4047C21.2798 14.588 21.1311 14.7367 20.9478 14.7367H19.0347C18.8513 14.7367 18.7027 14.588 18.7027 14.4047V12.4906C18.7029 12.3075 18.8515 12.1596 19.0347 12.1596H20.9478Z",
1648
1700
  fill: "white"
1649
1701
  }
1650
1702
  ),
1651
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
1703
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1652
1704
  "path",
1653
1705
  {
1654
1706
  d: "M4.96732 7.93789C5.15034 7.93811 5.29912 8.0869 5.29935 8.26992V10.184C5.29935 10.3672 5.15049 10.5158 4.96732 10.516H3.05326C2.8699 10.516 2.72123 10.3673 2.72123 10.184V8.26992C2.72146 8.08676 2.87005 7.93789 3.05326 7.93789H4.96732Z",
1655
1707
  fill: "white"
1656
1708
  }
1657
1709
  ),
1658
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
1710
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1659
1711
  "path",
1660
1712
  {
1661
1713
  d: "M20.9478 7.93789C21.131 7.93789 21.2796 8.08676 21.2798 8.26992V10.184C21.2798 10.3673 21.1311 10.516 20.9478 10.516H19.0347C18.8513 10.516 18.7027 10.3673 18.7027 10.184V8.26992C18.7029 8.08676 18.8515 7.93789 19.0347 7.93789H20.9478Z",
1662
1714
  fill: "white"
1663
1715
  }
1664
1716
  ),
1665
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
1717
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1666
1718
  "path",
1667
1719
  {
1668
1720
  d: "M4.96732 3.71914C5.15038 3.71936 5.29918 3.8681 5.29935 4.05117V5.96523C5.29935 6.14845 5.15049 6.29703 4.96732 6.29726H3.05326C2.8699 6.29726 2.72123 6.14859 2.72123 5.96523V4.05117C2.72141 3.86796 2.87001 3.71914 3.05326 3.71914H4.96732Z",
1669
1721
  fill: "white"
1670
1722
  }
1671
1723
  ),
1672
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
1724
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1673
1725
  "path",
1674
1726
  {
1675
1727
  d: "M20.9478 3.71914C21.131 3.71914 21.2796 3.86796 21.2798 4.05117V5.96523C21.2798 6.14859 21.1311 6.29726 20.9478 6.29726H19.0347C18.8513 6.29726 18.7027 6.14859 18.7027 5.96523V4.05117C18.7029 3.86796 18.8515 3.71914 19.0347 3.71914H20.9478Z",
@@ -1693,6 +1745,7 @@ var VideoIcon = () => {
1693
1745
  ChevronBottomIcon,
1694
1746
  CloseIcon,
1695
1747
  CopyIcon,
1748
+ DefaultFileIcon,
1696
1749
  DeleteIcon,
1697
1750
  DeleteIconDanger,
1698
1751
  DownloadIcon,
@@ -1704,6 +1757,7 @@ var VideoIcon = () => {
1704
1757
  GoogleIcon,
1705
1758
  GroupByIcon,
1706
1759
  ImageIcon,
1760
+ JSONFileIcon,
1707
1761
  KanbanIcon,
1708
1762
  ListIcon,
1709
1763
  LoadingIcon,
package/dist/icons.mjs CHANGED
@@ -928,8 +928,8 @@ var ZipIcon = () => {
928
928
  return /* @__PURE__ */ jsxs15(
929
929
  "svg",
930
930
  {
931
- width: "40",
932
- height: "40",
931
+ width: "30",
932
+ height: "30",
933
933
  viewBox: "0 0 40 40",
934
934
  fill: "none",
935
935
  xmlns: "http://www.w3.org/2000/svg",
@@ -1523,10 +1523,60 @@ var ImageIcon = () => {
1523
1523
  );
1524
1524
  };
1525
1525
 
1526
- // src/icons/video-icon.tsx
1526
+ // src/icons/json-file-icon.tsx
1527
1527
  import { jsx as jsx39, jsxs as jsxs21 } from "react/jsx-runtime";
1528
- var VideoIcon = () => {
1528
+ var JSONFileIcon = () => {
1529
1529
  return /* @__PURE__ */ jsxs21(
1530
+ "svg",
1531
+ {
1532
+ xmlns: "http://www.w3.org/2000/svg",
1533
+ width: "24",
1534
+ height: "24",
1535
+ viewBox: "0 0 24 24",
1536
+ fill: "none",
1537
+ stroke: "currentColor",
1538
+ strokeWidth: "2",
1539
+ strokeLinecap: "round",
1540
+ strokeLinejoin: "round",
1541
+ "aria-hidden": "true",
1542
+ children: [
1543
+ /* @__PURE__ */ jsx39("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }),
1544
+ /* @__PURE__ */ jsx39("path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }),
1545
+ /* @__PURE__ */ jsx39("path", { d: "M10 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1" }),
1546
+ /* @__PURE__ */ jsx39("path", { d: "M14 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1" })
1547
+ ]
1548
+ }
1549
+ );
1550
+ };
1551
+
1552
+ // src/icons/default-file-icon.tsx
1553
+ import { jsx as jsx40, jsxs as jsxs22 } from "react/jsx-runtime";
1554
+ var DefaultFileIcon = () => {
1555
+ return /* @__PURE__ */ jsxs22(
1556
+ "svg",
1557
+ {
1558
+ xmlns: "http://www.w3.org/2000/svg",
1559
+ width: "20",
1560
+ height: "20",
1561
+ viewBox: "0 0 24 24",
1562
+ fill: "none",
1563
+ stroke: "currentColor",
1564
+ "stroke-width": "2",
1565
+ strokeLinecap: "round",
1566
+ strokeLinejoin: "round",
1567
+ "aria-hidden": "true",
1568
+ children: [
1569
+ /* @__PURE__ */ jsx40("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }),
1570
+ /* @__PURE__ */ jsx40("path", { d: "M14 2v4a2 2 0 0 0 2 2h4" })
1571
+ ]
1572
+ }
1573
+ );
1574
+ };
1575
+
1576
+ // src/icons/video-icon.tsx
1577
+ import { jsx as jsx41, jsxs as jsxs23 } from "react/jsx-runtime";
1578
+ var VideoIcon = () => {
1579
+ return /* @__PURE__ */ jsxs23(
1530
1580
  "svg",
1531
1581
  {
1532
1582
  xmlns: "http://www.w3.org/2000/svg",
@@ -1535,77 +1585,77 @@ var VideoIcon = () => {
1535
1585
  viewBox: "0 0 24 24",
1536
1586
  fill: "none",
1537
1587
  children: [
1538
- /* @__PURE__ */ jsx39(
1588
+ /* @__PURE__ */ jsx41(
1539
1589
  "path",
1540
1590
  {
1541
1591
  d: "M22.9996 3.60859L22.9995 20.3914C22.9995 21.2798 22.2794 22 21.391 22H2.61004C1.72164 22 1.00145 21.2798 1.00145 20.3914V3.60859C1.00145 2.72019 1.72164 2 2.61004 2H21.391C22.2794 2 22.9996 2.72019 22.9996 3.60859Z",
1542
1592
  fill: "#435E88"
1543
1593
  }
1544
1594
  ),
1545
- /* @__PURE__ */ jsx39(
1595
+ /* @__PURE__ */ jsx41(
1546
1596
  "path",
1547
1597
  {
1548
1598
  d: "M22.9974 3.60553L22.9981 20.3918C22.9981 21.2786 22.2797 22.0004 21.3895 22.0004H2.60863C1.72185 22.0004 1 21.2786 1 20.3918L21.3888 2.00039C22.2791 2.00039 22.9974 2.71871 22.9974 3.60553Z",
1549
1599
  fill: "#33527D"
1550
1600
  }
1551
1601
  ),
1552
- /* @__PURE__ */ jsx39(
1602
+ /* @__PURE__ */ jsx41(
1553
1603
  "path",
1554
1604
  {
1555
1605
  d: "M4.96732 16.3783C5.15049 16.3785 5.29935 16.5271 5.29935 16.7103V18.6234C5.29935 18.8067 5.15049 18.9552 4.96732 18.9555H3.05326C2.8699 18.9555 2.72123 18.8068 2.72123 18.6234V16.7103C2.72123 16.527 2.8699 16.3783 3.05326 16.3783H4.96732Z",
1556
1606
  fill: "white"
1557
1607
  }
1558
1608
  ),
1559
- /* @__PURE__ */ jsx39(
1609
+ /* @__PURE__ */ jsx41(
1560
1610
  "path",
1561
1611
  {
1562
1612
  d: "M20.9478 16.3783C21.1311 16.3783 21.2798 16.527 21.2798 16.7103V18.6234C21.2798 18.8068 21.1311 18.9555 20.9478 18.9555H19.0347C18.8513 18.9555 18.7027 18.8068 18.7027 18.6234V16.7103C18.7027 16.527 18.8513 16.3783 19.0347 16.3783H20.9478Z",
1563
1613
  fill: "white"
1564
1614
  }
1565
1615
  ),
1566
- /* @__PURE__ */ jsx39(
1616
+ /* @__PURE__ */ jsx41(
1567
1617
  "path",
1568
1618
  {
1569
1619
  d: "M9.5933 9.05605C9.59356 8.59569 10.1065 8.32141 10.4898 8.57656L15.147 11.6762C15.49 11.9045 15.49 12.4088 15.147 12.6371L10.4898 15.7367C10.1065 15.9919 9.5935 15.7176 9.5933 15.2572V9.05605Z",
1570
1620
  fill: "white"
1571
1621
  }
1572
1622
  ),
1573
- /* @__PURE__ */ jsx39(
1623
+ /* @__PURE__ */ jsx41(
1574
1624
  "path",
1575
1625
  {
1576
1626
  d: "M4.96732 12.1596C5.15033 12.1598 5.29909 12.3076 5.29935 12.4906V14.4047C5.29935 14.5879 5.15049 14.7365 4.96732 14.7367H3.05326C2.8699 14.7367 2.72123 14.588 2.72123 14.4047V12.4906C2.72149 12.3075 2.87006 12.1596 3.05326 12.1596H4.96732Z",
1577
1627
  fill: "white"
1578
1628
  }
1579
1629
  ),
1580
- /* @__PURE__ */ jsx39(
1630
+ /* @__PURE__ */ jsx41(
1581
1631
  "path",
1582
1632
  {
1583
1633
  d: "M20.9478 12.1596C21.131 12.1596 21.2796 12.3075 21.2798 12.4906V14.4047C21.2798 14.588 21.1311 14.7367 20.9478 14.7367H19.0347C18.8513 14.7367 18.7027 14.588 18.7027 14.4047V12.4906C18.7029 12.3075 18.8515 12.1596 19.0347 12.1596H20.9478Z",
1584
1634
  fill: "white"
1585
1635
  }
1586
1636
  ),
1587
- /* @__PURE__ */ jsx39(
1637
+ /* @__PURE__ */ jsx41(
1588
1638
  "path",
1589
1639
  {
1590
1640
  d: "M4.96732 7.93789C5.15034 7.93811 5.29912 8.0869 5.29935 8.26992V10.184C5.29935 10.3672 5.15049 10.5158 4.96732 10.516H3.05326C2.8699 10.516 2.72123 10.3673 2.72123 10.184V8.26992C2.72146 8.08676 2.87005 7.93789 3.05326 7.93789H4.96732Z",
1591
1641
  fill: "white"
1592
1642
  }
1593
1643
  ),
1594
- /* @__PURE__ */ jsx39(
1644
+ /* @__PURE__ */ jsx41(
1595
1645
  "path",
1596
1646
  {
1597
1647
  d: "M20.9478 7.93789C21.131 7.93789 21.2796 8.08676 21.2798 8.26992V10.184C21.2798 10.3673 21.1311 10.516 20.9478 10.516H19.0347C18.8513 10.516 18.7027 10.3673 18.7027 10.184V8.26992C18.7029 8.08676 18.8515 7.93789 19.0347 7.93789H20.9478Z",
1598
1648
  fill: "white"
1599
1649
  }
1600
1650
  ),
1601
- /* @__PURE__ */ jsx39(
1651
+ /* @__PURE__ */ jsx41(
1602
1652
  "path",
1603
1653
  {
1604
1654
  d: "M4.96732 3.71914C5.15038 3.71936 5.29918 3.8681 5.29935 4.05117V5.96523C5.29935 6.14845 5.15049 6.29703 4.96732 6.29726H3.05326C2.8699 6.29726 2.72123 6.14859 2.72123 5.96523V4.05117C2.72141 3.86796 2.87001 3.71914 3.05326 3.71914H4.96732Z",
1605
1655
  fill: "white"
1606
1656
  }
1607
1657
  ),
1608
- /* @__PURE__ */ jsx39(
1658
+ /* @__PURE__ */ jsx41(
1609
1659
  "path",
1610
1660
  {
1611
1661
  d: "M20.9478 3.71914C21.131 3.71914 21.2796 3.86796 21.2798 4.05117V5.96523C21.2798 6.14859 21.1311 6.29726 20.9478 6.29726H19.0347C18.8513 6.29726 18.7027 6.14859 18.7027 5.96523V4.05117C18.7029 3.86796 18.8515 3.71914 19.0347 3.71914H20.9478Z",
@@ -1628,6 +1678,7 @@ export {
1628
1678
  ChevronBottomIcon,
1629
1679
  CloseIcon,
1630
1680
  CopyIcon,
1681
+ DefaultFileIcon,
1631
1682
  DeleteIcon,
1632
1683
  DeleteIconDanger,
1633
1684
  DownloadIcon,
@@ -1639,6 +1690,7 @@ export {
1639
1690
  GoogleIcon,
1640
1691
  GroupByIcon,
1641
1692
  ImageIcon,
1693
+ JSONFileIcon,
1642
1694
  KanbanIcon,
1643
1695
  ListIcon,
1644
1696
  LoadingIcon,
package/dist/index.d.mts CHANGED
@@ -1,5 +1,5 @@
1
1
  export { useClickOutside, useFileInfo } from './hooks.mjs';
2
- export { AddIcon, ArchiveIcon, ArrowDownIcon, ArrowRightIcon, AttachIcon, BackIcon, CalendarIcon, CheckIcon, ChevronBottomIcon, CloseIcon, CopyIcon, DeleteIcon, DeleteIconDanger, DownloadIcon, ExcelIcon, ExportIcon, EyeClosedIcon, EyeIcon, FilterIcon, GoogleIcon, GroupByIcon, ImageIcon, KanbanIcon, ListIcon, LoadingIcon, MoreIcon, PaidIcon, PdfIcon, PlaceHolderIcon, PlayIcon, ResetIcon, SearchIcon, SettingIcon, StarIcon, TriangleIcon, UnArchiveIcon, VectorIcon, VideoIcon, ZipIcon } from './icons.mjs';
2
+ export { AddIcon, ArchiveIcon, ArrowDownIcon, ArrowRightIcon, AttachIcon, BackIcon, CalendarIcon, CheckIcon, ChevronBottomIcon, CloseIcon, CopyIcon, DefaultFileIcon, DeleteIcon, DeleteIconDanger, DownloadIcon, ExcelIcon, ExportIcon, EyeClosedIcon, EyeIcon, FilterIcon, GoogleIcon, GroupByIcon, ImageIcon, JSONFileIcon, KanbanIcon, ListIcon, LoadingIcon, MoreIcon, PaidIcon, PdfIcon, PlaceHolderIcon, PlayIcon, ResetIcon, SearchIcon, SettingIcon, StarIcon, TriangleIcon, UnArchiveIcon, VectorIcon, VideoIcon, ZipIcon } from './icons.mjs';
3
3
  export { IInputFieldProps, LoginData, LoginProps, Provider, ValuePropsType, loginSchema } from './types.mjs';
4
4
  export { ActiveBadgeField, AvatarField, BinaryField, ButtonBadgeField, ButtonField, ButtonSelectFiles, CharField, CheckboxField, ColorField, ColorWrapper, CopyLinkButtonField, DateField, DateOptionField, DownLoadBinaryField, DownloadFileField, DropdownField, EmptyTable, FeeField, FileUploadField, FloatField, FloatTimeField, HtmlField, IActiveBadgeProps, IAvatarProps, IBinaryFieldProps, IButtonBadgeProps, IButtonProps, ICharFieldProps, IColorFieldProps, IColorWrapperProps, ICopyLinkButtonProps, IDateFieldProps, IDownLoadBinary, IDownloadFileProps, IDurationProps, IFileUploadProps, IMany2ManyTagsProps, IMonetaryProps, IOptionProps, IPaginationProps, IPriorityFieldProps, IRadioGroupProps, IRatingStarProps, ISelectDropdownProps, IStatusDropdownFieldProps, ImageField, InfomationField, IntegerField, LayerLoading, LoadingSmall, Login, Many2ManyField, Many2ManyProps, Many2ManyTagField, Many2OneField, Many2OneProps, ModalConfirm, ModalDetail, ModalLayer, MonetaryField, PaginationView, PaidBadgedField, PriorityField, RadioGroupField, RatingStarField, RemainingDaysField, Row, Search, SelectDropdownField, StatusBarOptionField, StatusDropdownField, StatusbarDurationField, TDropdownSelectorProps, TableBody, TableFilter, TableFooter, TableGroup, TableHead, TextAreaField, ToggleButtonField, VideoPlayer, usePagination } from './widgets.mjs';
5
5
  export { COLORS, DOTS, SearchType, checkIsImageLink, convertFloatToTime, convertTimeToFloat, formatFileSize, formatFloatNumber, formatNumberOnly, getPasswordMessage, isBase64Image, isObjectEmpty, parseFormattedNumber, range, useFormatDate, validateAndParseDate, validateInput } from './utils.mjs';
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  export { useClickOutside, useFileInfo } from './hooks.js';
2
- export { AddIcon, ArchiveIcon, ArrowDownIcon, ArrowRightIcon, AttachIcon, BackIcon, CalendarIcon, CheckIcon, ChevronBottomIcon, CloseIcon, CopyIcon, DeleteIcon, DeleteIconDanger, DownloadIcon, ExcelIcon, ExportIcon, EyeClosedIcon, EyeIcon, FilterIcon, GoogleIcon, GroupByIcon, ImageIcon, KanbanIcon, ListIcon, LoadingIcon, MoreIcon, PaidIcon, PdfIcon, PlaceHolderIcon, PlayIcon, ResetIcon, SearchIcon, SettingIcon, StarIcon, TriangleIcon, UnArchiveIcon, VectorIcon, VideoIcon, ZipIcon } from './icons.js';
2
+ export { AddIcon, ArchiveIcon, ArrowDownIcon, ArrowRightIcon, AttachIcon, BackIcon, CalendarIcon, CheckIcon, ChevronBottomIcon, CloseIcon, CopyIcon, DefaultFileIcon, DeleteIcon, DeleteIconDanger, DownloadIcon, ExcelIcon, ExportIcon, EyeClosedIcon, EyeIcon, FilterIcon, GoogleIcon, GroupByIcon, ImageIcon, JSONFileIcon, KanbanIcon, ListIcon, LoadingIcon, MoreIcon, PaidIcon, PdfIcon, PlaceHolderIcon, PlayIcon, ResetIcon, SearchIcon, SettingIcon, StarIcon, TriangleIcon, UnArchiveIcon, VectorIcon, VideoIcon, ZipIcon } from './icons.js';
3
3
  export { IInputFieldProps, LoginData, LoginProps, Provider, ValuePropsType, loginSchema } from './types.js';
4
4
  export { ActiveBadgeField, AvatarField, BinaryField, ButtonBadgeField, ButtonField, ButtonSelectFiles, CharField, CheckboxField, ColorField, ColorWrapper, CopyLinkButtonField, DateField, DateOptionField, DownLoadBinaryField, DownloadFileField, DropdownField, EmptyTable, FeeField, FileUploadField, FloatField, FloatTimeField, HtmlField, IActiveBadgeProps, IAvatarProps, IBinaryFieldProps, IButtonBadgeProps, IButtonProps, ICharFieldProps, IColorFieldProps, IColorWrapperProps, ICopyLinkButtonProps, IDateFieldProps, IDownLoadBinary, IDownloadFileProps, IDurationProps, IFileUploadProps, IMany2ManyTagsProps, IMonetaryProps, IOptionProps, IPaginationProps, IPriorityFieldProps, IRadioGroupProps, IRatingStarProps, ISelectDropdownProps, IStatusDropdownFieldProps, ImageField, InfomationField, IntegerField, LayerLoading, LoadingSmall, Login, Many2ManyField, Many2ManyProps, Many2ManyTagField, Many2OneField, Many2OneProps, ModalConfirm, ModalDetail, ModalLayer, MonetaryField, PaginationView, PaidBadgedField, PriorityField, RadioGroupField, RatingStarField, RemainingDaysField, Row, Search, SelectDropdownField, StatusBarOptionField, StatusDropdownField, StatusbarDurationField, TDropdownSelectorProps, TableBody, TableFilter, TableFooter, TableGroup, TableHead, TextAreaField, ToggleButtonField, VideoPlayer, usePagination } from './widgets.js';
5
5
  export { COLORS, DOTS, SearchType, checkIsImageLink, convertFloatToTime, convertTimeToFloat, formatFileSize, formatFloatNumber, formatNumberOnly, getPasswordMessage, isBase64Image, isObjectEmpty, parseFormattedNumber, range, useFormatDate, validateAndParseDate, validateInput } from './utils.js';