react-icons/io5 => react-icons/io5/index.js

This commit is contained in:
Mohamadzadeh 2026-06-16 15:59:27 +03:30
parent 142e5982b1
commit 5a3942f886
6 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
import { jsxs as x, jsx as l } from "react/jsx-runtime";
import { useState as B, useRef as A, useEffect as v } from "react";
import { HStack as w, Text as u, IconButton as y, Button as S, Input as E } from "@chakra-ui/react";
import { IoChevronForwardOutline as M, IoChevronBackOutline as N } from "react-icons/io5";
import { IoChevronForwardOutline as M, IoChevronBackOutline as N } from "react-icons/io5/index.js";
import { toFaDigits as e, toEnDigits as C } from "../utils.js";
const V = ({
currentPage: i,

4
dist/pagination.js vendored
View File

@ -1,9 +1,9 @@
import { jsxs as I, jsx as s } from "react/jsx-runtime";
import { useState as C, useRef as N, useEffect as v, useCallback as E } from "react";
import { HStack as y, IconButton as A, Button as g, Input as j, Text as M } from "@chakra-ui/react";
import { IoChevronForwardOutline as z, IoChevronBackOutline as S } from "react-icons/io5";
import { IoChevronForwardOutline as z, IoChevronBackOutline as S } from "react-icons/io5/index.js";
import { toFaDigits as f, toEnDigits as k } from "./utils.js";
import { P as G } from "./chunks/Pagination-6xafzB0w.js";
import { P as G } from "./chunks/Pagination-BFHGSAKW.js";
const L = ({
currentPage: e,
totalPages: l,

2
dist/table.js vendored
View File

@ -1,6 +1,6 @@
import { jsx as r, jsxs as X, Fragment as ne } from "react/jsx-runtime";
import { VStack as oe, Box as _, Tbody as re, Tr as H, Td as F, Text as R, Thead as le, Th as ce, Table as se, Checkbox as W, HStack as Y, Spacer as ie } from "@chakra-ui/react";
import { P as ue } from "./chunks/Pagination-6xafzB0w.js";
import { P as ue } from "./chunks/Pagination-BFHGSAKW.js";
import { toFaDigits as q } from "./utils.js";
import { useReactTable as ae, getCoreRowModel as de, flexRender as J } from "@tanstack/react-table";
import { createContext as me, useMemo as P, useCallback as p, useState as fe, useRef as ge, useEffect as he, useContext as be } from "react";

View File

@ -1,6 +1,6 @@
import { useEffect, useRef, useState } from "react";
import { Button, HStack, IconButton, Input, Text } from "@chakra-ui/react";
import { IoChevronBackOutline, IoChevronForwardOutline } from "react-icons/io5";
import { IoChevronBackOutline, IoChevronForwardOutline } from "react-icons/io5/index.js";
import { toEnDigits, toFaDigits } from "../utils/numbers.js";
export const LightPagination = ({

View File

@ -1,6 +1,6 @@
import { useEffect, useRef, useState } from "react";
import { Button, HStack, IconButton, Input, Text } from "@chakra-ui/react";
import { IoChevronBackOutline, IoChevronForwardOutline } from "react-icons/io5";
import { IoChevronBackOutline, IoChevronForwardOutline } from "react-icons/io5/index.js";
import { toEnDigits, toFaDigits } from "../utils/numbers.js";
export const Pagination = ({

View File

@ -1,6 +1,6 @@
import { Button, HStack, IconButton, Input } from "@chakra-ui/react";
import { useCallback, useEffect, useRef, useState } from "react";
import { IoChevronBackOutline, IoChevronForwardOutline } from "react-icons/io5";
import { IoChevronBackOutline, IoChevronForwardOutline } from "react-icons/io5/index.js";
import { toEnDigits, toFaDigits } from "../utils/numbers.js";
export const SimplePagination = ({