@deepnoid/ui 0.1.156 → 0.1.157
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/.turbo/turbo-build.log +161 -161
- package/dist/{chunk-KKHOCWXJ.mjs → chunk-5KOTQEFC.mjs} +1 -1
- package/dist/{chunk-UIRHCS6B.mjs → chunk-73NBUI4Y.mjs} +1 -1
- package/dist/{chunk-2DAIOZ7N.mjs → chunk-ACFDUCPL.mjs} +2 -2
- package/dist/{chunk-47MQPUEY.mjs → chunk-BFC4VP3B.mjs} +1 -1
- package/dist/{chunk-6YTT5ACI.mjs → chunk-DQ3ZRNX4.mjs} +1 -1
- package/dist/{chunk-7RG7CQQM.mjs → chunk-DSEF7GGB.mjs} +1 -1
- package/dist/{chunk-R2USZD77.mjs → chunk-HLWNJLRZ.mjs} +1 -1
- package/dist/{chunk-URJA4W4R.mjs → chunk-IN6M25YL.mjs} +2 -2
- package/dist/{chunk-ZY3HNPPG.mjs → chunk-JJAPJQUD.mjs} +1 -1
- package/dist/{chunk-Q2YLULZH.mjs → chunk-LBJN5TAP.mjs} +1 -1
- package/dist/{chunk-ZNQML73F.mjs → chunk-MGGBCCZL.mjs} +2 -2
- package/dist/{chunk-HP4ARKW3.mjs → chunk-NB45YSED.mjs} +1 -1
- package/dist/{chunk-LFALITPU.mjs → chunk-PO4H65C3.mjs} +1 -1
- package/dist/{chunk-KX6WG4VG.mjs → chunk-QJUPHJN6.mjs} +1 -1
- package/dist/{chunk-ZGUTKE5H.mjs → chunk-SHI7P4DQ.mjs} +1 -1
- package/dist/{chunk-5VVNAW4E.mjs → chunk-T6V6BJOT.mjs} +2 -2
- package/dist/chunk-T7IJB3N4.mjs +449 -0
- package/dist/{chunk-WHU5VP5G.mjs → chunk-VUMESK5D.mjs} +20 -0
- package/dist/{chunk-4YVZ3XKA.mjs → chunk-ZUAOUHWS.mjs} +3 -3
- package/dist/components/avatar/avatar.js +20 -0
- package/dist/components/avatar/avatar.mjs +2 -2
- package/dist/components/avatar/index.js +20 -0
- package/dist/components/avatar/index.mjs +2 -2
- package/dist/components/breadcrumb/breadcrumb.js +20 -0
- package/dist/components/breadcrumb/breadcrumb.mjs +5 -5
- package/dist/components/breadcrumb/index.js +20 -0
- package/dist/components/breadcrumb/index.mjs +5 -5
- package/dist/components/button/button.js +20 -0
- package/dist/components/button/button.mjs +3 -3
- package/dist/components/button/icon-button.js +20 -0
- package/dist/components/button/icon-button.mjs +3 -3
- package/dist/components/button/index.js +20 -0
- package/dist/components/button/index.mjs +4 -4
- package/dist/components/chip/chip.js +20 -0
- package/dist/components/chip/chip.mjs +3 -3
- package/dist/components/chip/index.js +20 -0
- package/dist/components/chip/index.mjs +3 -3
- package/dist/components/fileUpload/fileUpload.js +20 -0
- package/dist/components/fileUpload/fileUpload.mjs +6 -6
- package/dist/components/fileUpload/index.js +20 -0
- package/dist/components/fileUpload/index.mjs +6 -6
- package/dist/components/icon/Icon.d.mts +4 -0
- package/dist/components/icon/Icon.d.ts +4 -0
- package/dist/components/icon/Icon.js +20 -0
- package/dist/components/icon/Icon.mjs +2 -2
- package/dist/components/icon/index.js +20 -0
- package/dist/components/icon/index.mjs +2 -2
- package/dist/components/icon/template.d.mts +1 -0
- package/dist/components/icon/template.d.ts +1 -0
- package/dist/components/icon/template.js +20 -0
- package/dist/components/icon/template.mjs +1 -1
- package/dist/components/input/index.js +20 -0
- package/dist/components/input/index.mjs +3 -3
- package/dist/components/input/input.js +20 -0
- package/dist/components/input/input.mjs +3 -3
- package/dist/components/list/index.js +20 -0
- package/dist/components/list/index.mjs +4 -4
- package/dist/components/list/listItem.js +20 -0
- package/dist/components/list/listItem.mjs +4 -4
- package/dist/components/modal/index.js +20 -0
- package/dist/components/modal/index.mjs +5 -5
- package/dist/components/modal/modal.js +20 -0
- package/dist/components/modal/modal.mjs +5 -5
- package/dist/components/pagination/index.js +20 -0
- package/dist/components/pagination/index.mjs +4 -4
- package/dist/components/pagination/pagination.js +20 -0
- package/dist/components/pagination/pagination.mjs +4 -4
- package/dist/components/picker/datePicker.d.mts +35 -4
- package/dist/components/picker/datePicker.d.ts +35 -4
- package/dist/components/picker/datePicker.js +201 -47
- package/dist/components/picker/datePicker.mjs +6 -6
- package/dist/components/picker/index.d.mts +1 -1
- package/dist/components/picker/index.d.ts +1 -1
- package/dist/components/picker/index.js +201 -47
- package/dist/components/picker/index.mjs +8 -8
- package/dist/components/picker/timePicker.js +20 -0
- package/dist/components/picker/timePicker.mjs +4 -4
- package/dist/components/radio/index.d.mts +1 -1
- package/dist/components/radio/index.d.ts +1 -1
- package/dist/components/select/index.js +20 -0
- package/dist/components/select/index.mjs +3 -3
- package/dist/components/select/select.js +20 -0
- package/dist/components/select/select.mjs +3 -3
- package/dist/components/table/index.js +20 -0
- package/dist/components/table/index.mjs +5 -5
- package/dist/components/table/table-body.js +20 -0
- package/dist/components/table/table-body.mjs +5 -5
- package/dist/components/table/table-head.js +20 -0
- package/dist/components/table/table-head.mjs +5 -5
- package/dist/components/table/table.js +20 -0
- package/dist/components/table/table.mjs +5 -5
- package/dist/components/timePicker/calendar.js +20 -0
- package/dist/components/timePicker/calendar.mjs +2 -2
- package/dist/components/toast/index.js +20 -0
- package/dist/components/toast/index.mjs +4 -4
- package/dist/components/toast/toast.js +20 -0
- package/dist/components/toast/toast.mjs +3 -3
- package/dist/components/toast/use-toast.js +20 -0
- package/dist/components/toast/use-toast.mjs +4 -4
- package/dist/components/tree/index.js +20 -0
- package/dist/components/tree/index.mjs +3 -3
- package/dist/components/tree/tree.js +20 -0
- package/dist/components/tree/tree.mjs +3 -3
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +201 -47
- package/dist/index.mjs +19 -19
- package/package.json +1 -1
- package/dist/chunk-TCURFCQ2.mjs +0 -315
|
@@ -3,8 +3,8 @@ import "../../chunk-ZYIIXWVY.mjs";
|
|
|
3
3
|
import {
|
|
4
4
|
Icon_default,
|
|
5
5
|
iconTemplate
|
|
6
|
-
} from "../../chunk-
|
|
7
|
-
import "../../chunk-
|
|
6
|
+
} from "../../chunk-LBJN5TAP.mjs";
|
|
7
|
+
import "../../chunk-VUMESK5D.mjs";
|
|
8
8
|
import "../../chunk-AC6TWLRT.mjs";
|
|
9
9
|
export {
|
|
10
10
|
Icon_default as Icon,
|
|
@@ -61,6 +61,7 @@ declare const template: {
|
|
|
61
61
|
eye: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
62
62
|
"eye-off": ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
63
63
|
bag: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
64
|
+
question: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
64
65
|
"plus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
65
66
|
"minus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
66
67
|
"close-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -61,6 +61,7 @@ declare const template: {
|
|
|
61
61
|
eye: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
62
62
|
"eye-off": ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
63
63
|
bag: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
64
|
+
question: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
64
65
|
"plus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
65
66
|
"minus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
66
67
|
"close-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -1553,6 +1553,26 @@ var template = {
|
|
|
1553
1553
|
}
|
|
1554
1554
|
);
|
|
1555
1555
|
},
|
|
1556
|
+
question: ({ className = "text-white" }) => {
|
|
1557
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1558
|
+
"svg",
|
|
1559
|
+
{
|
|
1560
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1561
|
+
width: "24",
|
|
1562
|
+
height: "24",
|
|
1563
|
+
viewBox: "0 0 24 24",
|
|
1564
|
+
fill: "none",
|
|
1565
|
+
className,
|
|
1566
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1567
|
+
"path",
|
|
1568
|
+
{
|
|
1569
|
+
d: "M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297V20.5597C7 21.3597 7.89 21.8397 8.55 21.3897L13 18.4297H17C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM12 14.5997C11.58 14.5997 11.25 14.2597 11.25 13.8497C11.25 13.4397 11.58 13.0997 12 13.0997C12.42 13.0997 12.75 13.4397 12.75 13.8497C12.75 14.2597 12.42 14.5997 12 14.5997ZM13.26 10.4497C12.87 10.7097 12.75 10.8797 12.75 11.1597V11.3697C12.75 11.7797 12.41 12.1197 12 12.1197C11.59 12.1197 11.25 11.7797 11.25 11.3697V11.1597C11.25 9.99969 12.1 9.42969 12.42 9.20969C12.79 8.95969 12.91 8.78969 12.91 8.52969C12.91 8.02969 12.5 7.61969 12 7.61969C11.5 7.61969 11.09 8.02969 11.09 8.52969C11.09 8.93969 10.75 9.27969 10.34 9.27969C9.93 9.27969 9.59 8.93969 9.59 8.52969C9.59 7.19969 10.67 6.11969 12 6.11969C13.33 6.11969 14.41 7.19969 14.41 8.52969C14.41 9.66969 13.57 10.2397 13.26 10.4497Z",
|
|
1570
|
+
fill: "currentColor"
|
|
1571
|
+
}
|
|
1572
|
+
)
|
|
1573
|
+
}
|
|
1574
|
+
);
|
|
1575
|
+
},
|
|
1556
1576
|
// ----------------------------------- old ---------------------------------
|
|
1557
1577
|
// ** Status **
|
|
1558
1578
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -1639,6 +1639,26 @@ var template = {
|
|
|
1639
1639
|
}
|
|
1640
1640
|
);
|
|
1641
1641
|
},
|
|
1642
|
+
question: ({ className = "text-white" }) => {
|
|
1643
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1644
|
+
"svg",
|
|
1645
|
+
{
|
|
1646
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1647
|
+
width: "24",
|
|
1648
|
+
height: "24",
|
|
1649
|
+
viewBox: "0 0 24 24",
|
|
1650
|
+
fill: "none",
|
|
1651
|
+
className,
|
|
1652
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1653
|
+
"path",
|
|
1654
|
+
{
|
|
1655
|
+
d: "M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297V20.5597C7 21.3597 7.89 21.8397 8.55 21.3897L13 18.4297H17C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM12 14.5997C11.58 14.5997 11.25 14.2597 11.25 13.8497C11.25 13.4397 11.58 13.0997 12 13.0997C12.42 13.0997 12.75 13.4397 12.75 13.8497C12.75 14.2597 12.42 14.5997 12 14.5997ZM13.26 10.4497C12.87 10.7097 12.75 10.8797 12.75 11.1597V11.3697C12.75 11.7797 12.41 12.1197 12 12.1197C11.59 12.1197 11.25 11.7797 11.25 11.3697V11.1597C11.25 9.99969 12.1 9.42969 12.42 9.20969C12.79 8.95969 12.91 8.78969 12.91 8.52969C12.91 8.02969 12.5 7.61969 12 7.61969C11.5 7.61969 11.09 8.02969 11.09 8.52969C11.09 8.93969 10.75 9.27969 10.34 9.27969C9.93 9.27969 9.59 8.93969 9.59 8.52969C9.59 7.19969 10.67 6.11969 12 6.11969C13.33 6.11969 14.41 7.19969 14.41 8.52969C14.41 9.66969 13.57 10.2397 13.26 10.4497Z",
|
|
1656
|
+
fill: "currentColor"
|
|
1657
|
+
}
|
|
1658
|
+
)
|
|
1659
|
+
}
|
|
1660
|
+
);
|
|
1661
|
+
},
|
|
1642
1662
|
// ----------------------------------- old ---------------------------------
|
|
1643
1663
|
// ** Status **
|
|
1644
1664
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
import "../../chunk-2GCSFWHD.mjs";
|
|
3
3
|
import {
|
|
4
4
|
input_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-BFC4VP3B.mjs";
|
|
6
6
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-LBJN5TAP.mjs";
|
|
8
8
|
import "../../chunk-E3G5QXSH.mjs";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-VUMESK5D.mjs";
|
|
10
10
|
import "../../chunk-CDXBML6O.mjs";
|
|
11
11
|
import "../../chunk-27Y6K5NK.mjs";
|
|
12
12
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -1638,6 +1638,26 @@ var template = {
|
|
|
1638
1638
|
}
|
|
1639
1639
|
);
|
|
1640
1640
|
},
|
|
1641
|
+
question: ({ className = "text-white" }) => {
|
|
1642
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1643
|
+
"svg",
|
|
1644
|
+
{
|
|
1645
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1646
|
+
width: "24",
|
|
1647
|
+
height: "24",
|
|
1648
|
+
viewBox: "0 0 24 24",
|
|
1649
|
+
fill: "none",
|
|
1650
|
+
className,
|
|
1651
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1652
|
+
"path",
|
|
1653
|
+
{
|
|
1654
|
+
d: "M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297V20.5597C7 21.3597 7.89 21.8397 8.55 21.3897L13 18.4297H17C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM12 14.5997C11.58 14.5997 11.25 14.2597 11.25 13.8497C11.25 13.4397 11.58 13.0997 12 13.0997C12.42 13.0997 12.75 13.4397 12.75 13.8497C12.75 14.2597 12.42 14.5997 12 14.5997ZM13.26 10.4497C12.87 10.7097 12.75 10.8797 12.75 11.1597V11.3697C12.75 11.7797 12.41 12.1197 12 12.1197C11.59 12.1197 11.25 11.7797 11.25 11.3697V11.1597C11.25 9.99969 12.1 9.42969 12.42 9.20969C12.79 8.95969 12.91 8.78969 12.91 8.52969C12.91 8.02969 12.5 7.61969 12 7.61969C11.5 7.61969 11.09 8.02969 11.09 8.52969C11.09 8.93969 10.75 9.27969 10.34 9.27969C9.93 9.27969 9.59 8.93969 9.59 8.52969C9.59 7.19969 10.67 6.11969 12 6.11969C13.33 6.11969 14.41 7.19969 14.41 8.52969C14.41 9.66969 13.57 10.2397 13.26 10.4497Z",
|
|
1655
|
+
fill: "currentColor"
|
|
1656
|
+
}
|
|
1657
|
+
)
|
|
1658
|
+
}
|
|
1659
|
+
);
|
|
1660
|
+
},
|
|
1641
1661
|
// ----------------------------------- old ---------------------------------
|
|
1642
1662
|
// ** Status **
|
|
1643
1663
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
import {
|
|
3
3
|
inputStyle,
|
|
4
4
|
input_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-BFC4VP3B.mjs";
|
|
6
6
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-LBJN5TAP.mjs";
|
|
8
8
|
import "../../chunk-E3G5QXSH.mjs";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-VUMESK5D.mjs";
|
|
10
10
|
import "../../chunk-CDXBML6O.mjs";
|
|
11
11
|
import "../../chunk-27Y6K5NK.mjs";
|
|
12
12
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -1950,6 +1950,26 @@ var template = {
|
|
|
1950
1950
|
}
|
|
1951
1951
|
);
|
|
1952
1952
|
},
|
|
1953
|
+
question: ({ className = "text-white" }) => {
|
|
1954
|
+
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
1955
|
+
"svg",
|
|
1956
|
+
{
|
|
1957
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1958
|
+
width: "24",
|
|
1959
|
+
height: "24",
|
|
1960
|
+
viewBox: "0 0 24 24",
|
|
1961
|
+
fill: "none",
|
|
1962
|
+
className,
|
|
1963
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
1964
|
+
"path",
|
|
1965
|
+
{
|
|
1966
|
+
d: "M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297V20.5597C7 21.3597 7.89 21.8397 8.55 21.3897L13 18.4297H17C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM12 14.5997C11.58 14.5997 11.25 14.2597 11.25 13.8497C11.25 13.4397 11.58 13.0997 12 13.0997C12.42 13.0997 12.75 13.4397 12.75 13.8497C12.75 14.2597 12.42 14.5997 12 14.5997ZM13.26 10.4497C12.87 10.7097 12.75 10.8797 12.75 11.1597V11.3697C12.75 11.7797 12.41 12.1197 12 12.1197C11.59 12.1197 11.25 11.7797 11.25 11.3697V11.1597C11.25 9.99969 12.1 9.42969 12.42 9.20969C12.79 8.95969 12.91 8.78969 12.91 8.52969C12.91 8.02969 12.5 7.61969 12 7.61969C11.5 7.61969 11.09 8.02969 11.09 8.52969C11.09 8.93969 10.75 9.27969 10.34 9.27969C9.93 9.27969 9.59 8.93969 9.59 8.52969C9.59 7.19969 10.67 6.11969 12 6.11969C13.33 6.11969 14.41 7.19969 14.41 8.52969C14.41 9.66969 13.57 10.2397 13.26 10.4497Z",
|
|
1967
|
+
fill: "currentColor"
|
|
1968
|
+
}
|
|
1969
|
+
)
|
|
1970
|
+
}
|
|
1971
|
+
);
|
|
1972
|
+
},
|
|
1953
1973
|
// ----------------------------------- old ---------------------------------
|
|
1954
1974
|
// ** Status **
|
|
1955
1975
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -5,12 +5,12 @@ import {
|
|
|
5
5
|
} from "../../chunk-3IILPVRA.mjs";
|
|
6
6
|
import {
|
|
7
7
|
listItem_default
|
|
8
|
-
} from "../../chunk-
|
|
8
|
+
} from "../../chunk-ACFDUCPL.mjs";
|
|
9
9
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-LBJN5TAP.mjs";
|
|
11
11
|
import "../../chunk-E3G5QXSH.mjs";
|
|
12
|
-
import "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
12
|
+
import "../../chunk-NB45YSED.mjs";
|
|
13
|
+
import "../../chunk-VUMESK5D.mjs";
|
|
14
14
|
import "../../chunk-CDXBML6O.mjs";
|
|
15
15
|
import "../../chunk-AC6TWLRT.mjs";
|
|
16
16
|
export {
|
|
@@ -1900,6 +1900,26 @@ var template = {
|
|
|
1900
1900
|
}
|
|
1901
1901
|
);
|
|
1902
1902
|
},
|
|
1903
|
+
question: ({ className = "text-white" }) => {
|
|
1904
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1905
|
+
"svg",
|
|
1906
|
+
{
|
|
1907
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1908
|
+
width: "24",
|
|
1909
|
+
height: "24",
|
|
1910
|
+
viewBox: "0 0 24 24",
|
|
1911
|
+
fill: "none",
|
|
1912
|
+
className,
|
|
1913
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1914
|
+
"path",
|
|
1915
|
+
{
|
|
1916
|
+
d: "M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297V20.5597C7 21.3597 7.89 21.8397 8.55 21.3897L13 18.4297H17C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM12 14.5997C11.58 14.5997 11.25 14.2597 11.25 13.8497C11.25 13.4397 11.58 13.0997 12 13.0997C12.42 13.0997 12.75 13.4397 12.75 13.8497C12.75 14.2597 12.42 14.5997 12 14.5997ZM13.26 10.4497C12.87 10.7097 12.75 10.8797 12.75 11.1597V11.3697C12.75 11.7797 12.41 12.1197 12 12.1197C11.59 12.1197 11.25 11.7797 11.25 11.3697V11.1597C11.25 9.99969 12.1 9.42969 12.42 9.20969C12.79 8.95969 12.91 8.78969 12.91 8.52969C12.91 8.02969 12.5 7.61969 12 7.61969C11.5 7.61969 11.09 8.02969 11.09 8.52969C11.09 8.93969 10.75 9.27969 10.34 9.27969C9.93 9.27969 9.59 8.93969 9.59 8.52969C9.59 7.19969 10.67 6.11969 12 6.11969C13.33 6.11969 14.41 7.19969 14.41 8.52969C14.41 9.66969 13.57 10.2397 13.26 10.4497Z",
|
|
1917
|
+
fill: "currentColor"
|
|
1918
|
+
}
|
|
1919
|
+
)
|
|
1920
|
+
}
|
|
1921
|
+
);
|
|
1922
|
+
},
|
|
1903
1923
|
// ----------------------------------- old ---------------------------------
|
|
1904
1924
|
// ** Status **
|
|
1905
1925
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
listItem_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-ACFDUCPL.mjs";
|
|
5
5
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
6
|
-
import "../../chunk-
|
|
6
|
+
import "../../chunk-LBJN5TAP.mjs";
|
|
7
7
|
import "../../chunk-E3G5QXSH.mjs";
|
|
8
|
-
import "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-NB45YSED.mjs";
|
|
9
|
+
import "../../chunk-VUMESK5D.mjs";
|
|
10
10
|
import "../../chunk-CDXBML6O.mjs";
|
|
11
11
|
import "../../chunk-AC6TWLRT.mjs";
|
|
12
12
|
export {
|
|
@@ -1900,6 +1900,26 @@ var template = {
|
|
|
1900
1900
|
}
|
|
1901
1901
|
);
|
|
1902
1902
|
},
|
|
1903
|
+
question: ({ className = "text-white" }) => {
|
|
1904
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1905
|
+
"svg",
|
|
1906
|
+
{
|
|
1907
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1908
|
+
width: "24",
|
|
1909
|
+
height: "24",
|
|
1910
|
+
viewBox: "0 0 24 24",
|
|
1911
|
+
fill: "none",
|
|
1912
|
+
className,
|
|
1913
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1914
|
+
"path",
|
|
1915
|
+
{
|
|
1916
|
+
d: "M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297V20.5597C7 21.3597 7.89 21.8397 8.55 21.3897L13 18.4297H17C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM12 14.5997C11.58 14.5997 11.25 14.2597 11.25 13.8497C11.25 13.4397 11.58 13.0997 12 13.0997C12.42 13.0997 12.75 13.4397 12.75 13.8497C12.75 14.2597 12.42 14.5997 12 14.5997ZM13.26 10.4497C12.87 10.7097 12.75 10.8797 12.75 11.1597V11.3697C12.75 11.7797 12.41 12.1197 12 12.1197C11.59 12.1197 11.25 11.7797 11.25 11.3697V11.1597C11.25 9.99969 12.1 9.42969 12.42 9.20969C12.79 8.95969 12.91 8.78969 12.91 8.52969C12.91 8.02969 12.5 7.61969 12 7.61969C11.5 7.61969 11.09 8.02969 11.09 8.52969C11.09 8.93969 10.75 9.27969 10.34 9.27969C9.93 9.27969 9.59 8.93969 9.59 8.52969C9.59 7.19969 10.67 6.11969 12 6.11969C13.33 6.11969 14.41 7.19969 14.41 8.52969C14.41 9.66969 13.57 10.2397 13.26 10.4497Z",
|
|
1917
|
+
fill: "currentColor"
|
|
1918
|
+
}
|
|
1919
|
+
)
|
|
1920
|
+
}
|
|
1921
|
+
);
|
|
1922
|
+
},
|
|
1903
1923
|
// ----------------------------------- old ---------------------------------
|
|
1904
1924
|
// ** Status **
|
|
1905
1925
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -2,21 +2,21 @@
|
|
|
2
2
|
import "../../chunk-DJOG6Z35.mjs";
|
|
3
3
|
import {
|
|
4
4
|
modal_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-IN6M25YL.mjs";
|
|
6
6
|
import "../../chunk-SE5TU755.mjs";
|
|
7
7
|
import "../../chunk-AF4I7ZQS.mjs";
|
|
8
8
|
import "../../chunk-MY5U63QO.mjs";
|
|
9
9
|
import "../../chunk-Q364C3FI.mjs";
|
|
10
10
|
import "../../chunk-ITWKPTSD.mjs";
|
|
11
|
-
import "../../chunk-
|
|
12
|
-
import "../../chunk-
|
|
11
|
+
import "../../chunk-73NBUI4Y.mjs";
|
|
12
|
+
import "../../chunk-DSEF7GGB.mjs";
|
|
13
13
|
import "../../chunk-6WSACUIB.mjs";
|
|
14
14
|
import "../../chunk-LXHUO6VM.mjs";
|
|
15
15
|
import "../../chunk-SZL743JC.mjs";
|
|
16
16
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
17
|
-
import "../../chunk-
|
|
17
|
+
import "../../chunk-LBJN5TAP.mjs";
|
|
18
18
|
import "../../chunk-E3G5QXSH.mjs";
|
|
19
|
-
import "../../chunk-
|
|
19
|
+
import "../../chunk-VUMESK5D.mjs";
|
|
20
20
|
import "../../chunk-CDXBML6O.mjs";
|
|
21
21
|
import "../../chunk-27Y6K5NK.mjs";
|
|
22
22
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -1898,6 +1898,26 @@ var template = {
|
|
|
1898
1898
|
}
|
|
1899
1899
|
);
|
|
1900
1900
|
},
|
|
1901
|
+
question: ({ className = "text-white" }) => {
|
|
1902
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1903
|
+
"svg",
|
|
1904
|
+
{
|
|
1905
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1906
|
+
width: "24",
|
|
1907
|
+
height: "24",
|
|
1908
|
+
viewBox: "0 0 24 24",
|
|
1909
|
+
fill: "none",
|
|
1910
|
+
className,
|
|
1911
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1912
|
+
"path",
|
|
1913
|
+
{
|
|
1914
|
+
d: "M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297V20.5597C7 21.3597 7.89 21.8397 8.55 21.3897L13 18.4297H17C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM12 14.5997C11.58 14.5997 11.25 14.2597 11.25 13.8497C11.25 13.4397 11.58 13.0997 12 13.0997C12.42 13.0997 12.75 13.4397 12.75 13.8497C12.75 14.2597 12.42 14.5997 12 14.5997ZM13.26 10.4497C12.87 10.7097 12.75 10.8797 12.75 11.1597V11.3697C12.75 11.7797 12.41 12.1197 12 12.1197C11.59 12.1197 11.25 11.7797 11.25 11.3697V11.1597C11.25 9.99969 12.1 9.42969 12.42 9.20969C12.79 8.95969 12.91 8.78969 12.91 8.52969C12.91 8.02969 12.5 7.61969 12 7.61969C11.5 7.61969 11.09 8.02969 11.09 8.52969C11.09 8.93969 10.75 9.27969 10.34 9.27969C9.93 9.27969 9.59 8.93969 9.59 8.52969C9.59 7.19969 10.67 6.11969 12 6.11969C13.33 6.11969 14.41 7.19969 14.41 8.52969C14.41 9.66969 13.57 10.2397 13.26 10.4497Z",
|
|
1915
|
+
fill: "currentColor"
|
|
1916
|
+
}
|
|
1917
|
+
)
|
|
1918
|
+
}
|
|
1919
|
+
);
|
|
1920
|
+
},
|
|
1901
1921
|
// ----------------------------------- old ---------------------------------
|
|
1902
1922
|
// ** Status **
|
|
1903
1923
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
modal_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-IN6M25YL.mjs";
|
|
5
5
|
import "../../chunk-SE5TU755.mjs";
|
|
6
6
|
import "../../chunk-AF4I7ZQS.mjs";
|
|
7
7
|
import "../../chunk-MY5U63QO.mjs";
|
|
8
8
|
import "../../chunk-Q364C3FI.mjs";
|
|
9
9
|
import "../../chunk-ITWKPTSD.mjs";
|
|
10
|
-
import "../../chunk-
|
|
11
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-73NBUI4Y.mjs";
|
|
11
|
+
import "../../chunk-DSEF7GGB.mjs";
|
|
12
12
|
import "../../chunk-6WSACUIB.mjs";
|
|
13
13
|
import "../../chunk-LXHUO6VM.mjs";
|
|
14
14
|
import "../../chunk-SZL743JC.mjs";
|
|
15
15
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
16
|
-
import "../../chunk-
|
|
16
|
+
import "../../chunk-LBJN5TAP.mjs";
|
|
17
17
|
import "../../chunk-E3G5QXSH.mjs";
|
|
18
|
-
import "../../chunk-
|
|
18
|
+
import "../../chunk-VUMESK5D.mjs";
|
|
19
19
|
import "../../chunk-CDXBML6O.mjs";
|
|
20
20
|
import "../../chunk-27Y6K5NK.mjs";
|
|
21
21
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -1927,6 +1927,26 @@ var template = {
|
|
|
1927
1927
|
}
|
|
1928
1928
|
);
|
|
1929
1929
|
},
|
|
1930
|
+
question: ({ className = "text-white" }) => {
|
|
1931
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1932
|
+
"svg",
|
|
1933
|
+
{
|
|
1934
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1935
|
+
width: "24",
|
|
1936
|
+
height: "24",
|
|
1937
|
+
viewBox: "0 0 24 24",
|
|
1938
|
+
fill: "none",
|
|
1939
|
+
className,
|
|
1940
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1941
|
+
"path",
|
|
1942
|
+
{
|
|
1943
|
+
d: "M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297V20.5597C7 21.3597 7.89 21.8397 8.55 21.3897L13 18.4297H17C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM12 14.5997C11.58 14.5997 11.25 14.2597 11.25 13.8497C11.25 13.4397 11.58 13.0997 12 13.0997C12.42 13.0997 12.75 13.4397 12.75 13.8497C12.75 14.2597 12.42 14.5997 12 14.5997ZM13.26 10.4497C12.87 10.7097 12.75 10.8797 12.75 11.1597V11.3697C12.75 11.7797 12.41 12.1197 12 12.1197C11.59 12.1197 11.25 11.7797 11.25 11.3697V11.1597C11.25 9.99969 12.1 9.42969 12.42 9.20969C12.79 8.95969 12.91 8.78969 12.91 8.52969C12.91 8.02969 12.5 7.61969 12 7.61969C11.5 7.61969 11.09 8.02969 11.09 8.52969C11.09 8.93969 10.75 9.27969 10.34 9.27969C9.93 9.27969 9.59 8.93969 9.59 8.52969C9.59 7.19969 10.67 6.11969 12 6.11969C13.33 6.11969 14.41 7.19969 14.41 8.52969C14.41 9.66969 13.57 10.2397 13.26 10.4497Z",
|
|
1944
|
+
fill: "currentColor"
|
|
1945
|
+
}
|
|
1946
|
+
)
|
|
1947
|
+
}
|
|
1948
|
+
);
|
|
1949
|
+
},
|
|
1930
1950
|
// ----------------------------------- old ---------------------------------
|
|
1931
1951
|
// ** Status **
|
|
1932
1952
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
import "../../chunk-7B7LRG5J.mjs";
|
|
3
3
|
import {
|
|
4
4
|
pagination_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-MGGBCCZL.mjs";
|
|
6
6
|
import "../../chunk-F3HENRVM.mjs";
|
|
7
7
|
import "../../chunk-2GCSFWHD.mjs";
|
|
8
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-BFC4VP3B.mjs";
|
|
9
9
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-LBJN5TAP.mjs";
|
|
11
11
|
import "../../chunk-E3G5QXSH.mjs";
|
|
12
|
-
import "../../chunk-
|
|
12
|
+
import "../../chunk-VUMESK5D.mjs";
|
|
13
13
|
import "../../chunk-CDXBML6O.mjs";
|
|
14
14
|
import "../../chunk-27Y6K5NK.mjs";
|
|
15
15
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -1925,6 +1925,26 @@ var template = {
|
|
|
1925
1925
|
}
|
|
1926
1926
|
);
|
|
1927
1927
|
},
|
|
1928
|
+
question: ({ className = "text-white" }) => {
|
|
1929
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1930
|
+
"svg",
|
|
1931
|
+
{
|
|
1932
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1933
|
+
width: "24",
|
|
1934
|
+
height: "24",
|
|
1935
|
+
viewBox: "0 0 24 24",
|
|
1936
|
+
fill: "none",
|
|
1937
|
+
className,
|
|
1938
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1939
|
+
"path",
|
|
1940
|
+
{
|
|
1941
|
+
d: "M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297V20.5597C7 21.3597 7.89 21.8397 8.55 21.3897L13 18.4297H17C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM12 14.5997C11.58 14.5997 11.25 14.2597 11.25 13.8497C11.25 13.4397 11.58 13.0997 12 13.0997C12.42 13.0997 12.75 13.4397 12.75 13.8497C12.75 14.2597 12.42 14.5997 12 14.5997ZM13.26 10.4497C12.87 10.7097 12.75 10.8797 12.75 11.1597V11.3697C12.75 11.7797 12.41 12.1197 12 12.1197C11.59 12.1197 11.25 11.7797 11.25 11.3697V11.1597C11.25 9.99969 12.1 9.42969 12.42 9.20969C12.79 8.95969 12.91 8.78969 12.91 8.52969C12.91 8.02969 12.5 7.61969 12 7.61969C11.5 7.61969 11.09 8.02969 11.09 8.52969C11.09 8.93969 10.75 9.27969 10.34 9.27969C9.93 9.27969 9.59 8.93969 9.59 8.52969C9.59 7.19969 10.67 6.11969 12 6.11969C13.33 6.11969 14.41 7.19969 14.41 8.52969C14.41 9.66969 13.57 10.2397 13.26 10.4497Z",
|
|
1942
|
+
fill: "currentColor"
|
|
1943
|
+
}
|
|
1944
|
+
)
|
|
1945
|
+
}
|
|
1946
|
+
);
|
|
1947
|
+
},
|
|
1928
1948
|
// ----------------------------------- old ---------------------------------
|
|
1929
1949
|
// ** Status **
|
|
1930
1950
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
pagination_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-MGGBCCZL.mjs";
|
|
5
5
|
import "../../chunk-F3HENRVM.mjs";
|
|
6
6
|
import "../../chunk-2GCSFWHD.mjs";
|
|
7
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-BFC4VP3B.mjs";
|
|
8
8
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-LBJN5TAP.mjs";
|
|
10
10
|
import "../../chunk-E3G5QXSH.mjs";
|
|
11
|
-
import "../../chunk-
|
|
11
|
+
import "../../chunk-VUMESK5D.mjs";
|
|
12
12
|
import "../../chunk-CDXBML6O.mjs";
|
|
13
13
|
import "../../chunk-27Y6K5NK.mjs";
|
|
14
14
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -4,11 +4,16 @@ import * as react from 'react';
|
|
|
4
4
|
import { ComponentProps } from 'react';
|
|
5
5
|
import { SlotsToClasses } from '../../utils/types.mjs';
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
type DateRangeValue = {
|
|
8
|
+
startDate: string;
|
|
9
|
+
endDate: string;
|
|
10
|
+
};
|
|
11
|
+
type DateValue = string | DateRangeValue;
|
|
12
|
+
interface DatePickerProps extends Omit<ComponentProps<"input">, "size" | "color" | "onChange" | "value">, VariantProps<typeof datePickerStyle> {
|
|
8
13
|
label?: string;
|
|
9
14
|
errorMessage?: string;
|
|
10
|
-
onChange?: (date:
|
|
11
|
-
value?:
|
|
15
|
+
onChange?: (date: DateValue) => void;
|
|
16
|
+
value?: DateValue;
|
|
12
17
|
classNames?: SlotsToClasses<DatePickerSlots>;
|
|
13
18
|
placeholder?: string;
|
|
14
19
|
format?: "YYYY-MM-DD" | "MM/DD/YYYY" | "DD/MM/YYYY";
|
|
@@ -23,6 +28,8 @@ interface DatePickerProps extends Omit<ComponentProps<"input">, "size" | "color"
|
|
|
23
28
|
todayTitle: string;
|
|
24
29
|
cancelTitle: string;
|
|
25
30
|
confirmTitle: string;
|
|
31
|
+
range?: boolean;
|
|
32
|
+
dualCalendar?: boolean;
|
|
26
33
|
}
|
|
27
34
|
declare const DatePicker: react.ForwardRefExoticComponent<Omit<DatePickerProps, "ref"> & react.RefAttributes<HTMLInputElement>>;
|
|
28
35
|
|
|
@@ -47,6 +54,14 @@ declare const datePickerStyle: tailwind_variants.TVReturnType<{
|
|
|
47
54
|
base: string[];
|
|
48
55
|
};
|
|
49
56
|
};
|
|
57
|
+
dualCalendar: {
|
|
58
|
+
true: {
|
|
59
|
+
calendarWrapper: string[];
|
|
60
|
+
};
|
|
61
|
+
false: {
|
|
62
|
+
calendarWrapper: string[];
|
|
63
|
+
};
|
|
64
|
+
};
|
|
50
65
|
}, {
|
|
51
66
|
base: string[];
|
|
52
67
|
calendarWrapper: string[];
|
|
@@ -78,6 +93,14 @@ declare const datePickerStyle: tailwind_variants.TVReturnType<{
|
|
|
78
93
|
base: string[];
|
|
79
94
|
};
|
|
80
95
|
};
|
|
96
|
+
dualCalendar: {
|
|
97
|
+
true: {
|
|
98
|
+
calendarWrapper: string[];
|
|
99
|
+
};
|
|
100
|
+
false: {
|
|
101
|
+
calendarWrapper: string[];
|
|
102
|
+
};
|
|
103
|
+
};
|
|
81
104
|
}, {
|
|
82
105
|
base: string[];
|
|
83
106
|
calendarWrapper: string[];
|
|
@@ -109,6 +132,14 @@ declare const datePickerStyle: tailwind_variants.TVReturnType<{
|
|
|
109
132
|
base: string[];
|
|
110
133
|
};
|
|
111
134
|
};
|
|
135
|
+
dualCalendar: {
|
|
136
|
+
true: {
|
|
137
|
+
calendarWrapper: string[];
|
|
138
|
+
};
|
|
139
|
+
false: {
|
|
140
|
+
calendarWrapper: string[];
|
|
141
|
+
};
|
|
142
|
+
};
|
|
112
143
|
}, {
|
|
113
144
|
base: string[];
|
|
114
145
|
calendarWrapper: string[];
|
|
@@ -122,4 +153,4 @@ declare const datePickerStyle: tailwind_variants.TVReturnType<{
|
|
|
122
153
|
}, undefined, unknown, unknown, undefined>>;
|
|
123
154
|
type DatePickerSlots = keyof ReturnType<typeof datePickerStyle>;
|
|
124
155
|
|
|
125
|
-
export { type DatePickerProps, type DatePickerSlots, datePickerStyle, DatePicker as default };
|
|
156
|
+
export { type DatePickerProps, type DatePickerSlots, type DateRangeValue, type DateValue, datePickerStyle, DatePicker as default };
|
|
@@ -4,11 +4,16 @@ import * as react from 'react';
|
|
|
4
4
|
import { ComponentProps } from 'react';
|
|
5
5
|
import { SlotsToClasses } from '../../utils/types.js';
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
type DateRangeValue = {
|
|
8
|
+
startDate: string;
|
|
9
|
+
endDate: string;
|
|
10
|
+
};
|
|
11
|
+
type DateValue = string | DateRangeValue;
|
|
12
|
+
interface DatePickerProps extends Omit<ComponentProps<"input">, "size" | "color" | "onChange" | "value">, VariantProps<typeof datePickerStyle> {
|
|
8
13
|
label?: string;
|
|
9
14
|
errorMessage?: string;
|
|
10
|
-
onChange?: (date:
|
|
11
|
-
value?:
|
|
15
|
+
onChange?: (date: DateValue) => void;
|
|
16
|
+
value?: DateValue;
|
|
12
17
|
classNames?: SlotsToClasses<DatePickerSlots>;
|
|
13
18
|
placeholder?: string;
|
|
14
19
|
format?: "YYYY-MM-DD" | "MM/DD/YYYY" | "DD/MM/YYYY";
|
|
@@ -23,6 +28,8 @@ interface DatePickerProps extends Omit<ComponentProps<"input">, "size" | "color"
|
|
|
23
28
|
todayTitle: string;
|
|
24
29
|
cancelTitle: string;
|
|
25
30
|
confirmTitle: string;
|
|
31
|
+
range?: boolean;
|
|
32
|
+
dualCalendar?: boolean;
|
|
26
33
|
}
|
|
27
34
|
declare const DatePicker: react.ForwardRefExoticComponent<Omit<DatePickerProps, "ref"> & react.RefAttributes<HTMLInputElement>>;
|
|
28
35
|
|
|
@@ -47,6 +54,14 @@ declare const datePickerStyle: tailwind_variants.TVReturnType<{
|
|
|
47
54
|
base: string[];
|
|
48
55
|
};
|
|
49
56
|
};
|
|
57
|
+
dualCalendar: {
|
|
58
|
+
true: {
|
|
59
|
+
calendarWrapper: string[];
|
|
60
|
+
};
|
|
61
|
+
false: {
|
|
62
|
+
calendarWrapper: string[];
|
|
63
|
+
};
|
|
64
|
+
};
|
|
50
65
|
}, {
|
|
51
66
|
base: string[];
|
|
52
67
|
calendarWrapper: string[];
|
|
@@ -78,6 +93,14 @@ declare const datePickerStyle: tailwind_variants.TVReturnType<{
|
|
|
78
93
|
base: string[];
|
|
79
94
|
};
|
|
80
95
|
};
|
|
96
|
+
dualCalendar: {
|
|
97
|
+
true: {
|
|
98
|
+
calendarWrapper: string[];
|
|
99
|
+
};
|
|
100
|
+
false: {
|
|
101
|
+
calendarWrapper: string[];
|
|
102
|
+
};
|
|
103
|
+
};
|
|
81
104
|
}, {
|
|
82
105
|
base: string[];
|
|
83
106
|
calendarWrapper: string[];
|
|
@@ -109,6 +132,14 @@ declare const datePickerStyle: tailwind_variants.TVReturnType<{
|
|
|
109
132
|
base: string[];
|
|
110
133
|
};
|
|
111
134
|
};
|
|
135
|
+
dualCalendar: {
|
|
136
|
+
true: {
|
|
137
|
+
calendarWrapper: string[];
|
|
138
|
+
};
|
|
139
|
+
false: {
|
|
140
|
+
calendarWrapper: string[];
|
|
141
|
+
};
|
|
142
|
+
};
|
|
112
143
|
}, {
|
|
113
144
|
base: string[];
|
|
114
145
|
calendarWrapper: string[];
|
|
@@ -122,4 +153,4 @@ declare const datePickerStyle: tailwind_variants.TVReturnType<{
|
|
|
122
153
|
}, undefined, unknown, unknown, undefined>>;
|
|
123
154
|
type DatePickerSlots = keyof ReturnType<typeof datePickerStyle>;
|
|
124
155
|
|
|
125
|
-
export { type DatePickerProps, type DatePickerSlots, datePickerStyle, DatePicker as default };
|
|
156
|
+
export { type DatePickerProps, type DatePickerSlots, type DateRangeValue, type DateValue, datePickerStyle, DatePicker as default };
|