@jk-core/components 0.1.11 → 0.1.12
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/README.md +73 -0
- package/dist/Calendar/RangeCalendar.d.ts +11 -0
- package/dist/Calendar/SingleCalendar.d.ts +15 -0
- package/dist/Calendar/components/DateLabel/index.d.ts +13 -0
- package/dist/Calendar/components/DayTile/index.d.ts +9 -3
- package/dist/Calendar/components/MonthTile/index.d.ts +3 -1
- package/dist/Calendar/components/ViewSelector/index.d.ts +7 -0
- package/dist/Calendar/components/YearTile/index.d.ts +3 -1
- package/dist/Calendar/hooks/useCalendarNav.d.ts +2 -2
- package/dist/Calendar/hooks/useDateSelect.d.ts +2 -1
- package/dist/Calendar/index.d.ts +5 -4
- package/dist/Calendar/type.d.ts +1 -4
- package/dist/Calendar/utils/getWeeksInMonth.d.ts +1 -1
- package/dist/Calendar/utils/isInRange.d.ts +1 -1
- package/dist/index.d.ts +3 -4
- package/dist/index.js +921 -592
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +11 -19
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +7 -12
- package/dist/Button/index.d.ts +0 -1
- package/dist/style.css +0 -412
- package/dist/style.css.map +0 -1
- package/src/Calendar/scss/_calendar.scss +0 -146
- package/src/Calendar/scss/_tile.scss +0 -220
- package/src/Calendar/scss/_variables.scss +0 -91
- package/src/Calendar/scss/main.scss +0 -3
package/dist/index.umd.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
(function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(":root{--white: #ffffff;--black: #000000;--P-5: #eff5ff;--P-10: #d3e1fb;--P-20: #a7c4f7;--P-30: #7ca6f3;--P-40: #5089ef;--P-50: #246beb;--P-60: #1d56bc;--P-70: #16408d;--P-90: #07152f;--P-100: #000000;--S-5: #edf1f5;--S-10: #cdd7e4;--S-20: #b4c4d6;--S-30: #99b0cb;--S-40: #2a5c96;--S-50: #003675;--S-60: #002b5e;--S-70: #002036;--S-80: #00162f;--S-90: #000b17;--G-5: #f8f8f8;--G-10: #f0f0f0;--G-20: #e4e4e4;--G-30: #d8d8d8;--G-40: #c6c6c6;--G-50: #8e8e8e;--G-60: #717171;--G-70: #555555;--G-80: #2d2d2d;--G-90: #1d1d1d;--Point-5: #fdf2f3;--Point-10: #f8d6d8;--Point-20: #f5a3a8;--Point-30: #f1747c;--Point-40: #ec4651;--Point-50: #e71825;--Point-60: #b9131e;--Point-70: #8b0e16;--Point-80: #5c0a0f;--Point-90: #2e0507;--Warning-5: #fff8e9;--Warning-10: #ffeac1;--Warning-20: #ffe2a7;--Warning-30: #ffd47c;--Warning-40: #ffc550;--Warning-50: #ffb724;--Warning-60: #98690a;--Warning-70: #66490e;--Warning-80: #4d370b;--Warning-90: #332507;--Success-5: #eef7f0;--Success-10: #cee9d4;--Success-20: #b2dcbb;--Success-30: #8cca99;--Success-40: #33a14b;--Success-50: #008a1e;--Success-60: #006e18;--Success-70: #005312;--Success-80: #00370c;--Success-90: #002207;--Info-5: #e9f0ff;--Info-10: #d4e1ff;--Info-20: #a9c3ff;--Info-30: #7da4ff;--Info-40: #5286ff;--Info-50: #2768ff;--Info-60: #1f53cc;--Info-70: #173e99;--Info-80: #0c1f4d;--Info-90: #040a1a;--Red: #e40000;--Red2: #ffe4e4;--Green: #2fb400;--Green-2: #d7ffe0;--Orange: #ff8800;--Orange-5: #ffead1;--Orange-10: #ffdacc;--Orange-30: #ff8f66;--Orange-40: #ff6a33;--Orange-50: #ff4500;--Orange-60: #d53209;--Orange-70: #992900;--Orange-80: #661c00;--Orange-90: #330e00;--Modal-Shadow: #0000005a;--Modal-Background: #6666663a;--Calendar-Background: #ffffff}button{border:none;background-color:transparent;user-select:none;-webkit-user-select:none;-moz-user-select:none;cursor:pointer}.calendar{width:100%;min-width:300px;border:1px solid var(--G-30);border-radius:10px;overflow:hidden;color:var(--G-80);background-color:var(--white)}.calendar__close{display:flex;justify-content:flex-end;align-items:center;padding:7px 10px 7px 0}.calendar__close svg{width:18px;height:18px;cursor:pointer}.view{position:relative;margin:0 auto;width:90%;display:flex;justify-content:space-between;align-items:center;background-color:#f3f4f8;border-radius:10px}.view__block{position:absolute;background-color:#fff;left:0;height:100%;border:2px solid var(--G-30);width:33.3%;border-radius:10px;transition:.3s}.view__block--second{left:33%}.view__block--last{left:66.6%}.view__selector{position:relative;height:40px;flex:1 0;display:flex;align-items:center;justify-content:center;color:var(--G-60);font-size:1em;font-weight:400}.view__selector--selected{color:var(--G-80);font-size:1em;font-weight:600}.nav{height:60px;display:flex;justify-content:space-between;align-items:center;padding:0 5px;border-bottom:1px solid var(--G-30);font-size:1.3em;font-weight:400}.nav__button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:10px;border-radius:100%}@media (min-width: 1396px){.nav__button:hover{background-color:var(--G-10)}}.nav__button:active{background-color:var(--G-30)}.nav__button:disabled{cursor:not-allowed;fill:var(--G-40);background-color:transparent}.nav__label{flex:1 0;display:flex;align-items:center;justify-content:space-around;font-size:1.1em;font-weight:400}.nav__label--date{display:flex;align-items:center;justify-content:center;border-radius:5px;padding:5px 10px;font-weight:400;font-size:1em}.nav__label--date svg{width:15px;height:15px}.nav__label--date-selected{background-color:var(--S-10)}.day-tile{min-height:310px;padding:5px;background-color:var(--white)}.day-tile__tile{display:flex;flex-direction:column;justify-content:space-between;gap:5px}.day-tile__weeks{display:flex;justify-content:space-between;font-weight:400;font-size:1em}.day-tile__weeks--date{flex:1 0;display:flex;justify-content:center;align-items:center;min-width:40px;padding:5px 0}.day-tile__week{display:flex;justify-content:space-between}.day-tile__day{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;min-width:40px;min-height:40px;border-radius:40px;padding:5px;border:none;font-weight:400;font-size:1em}@media (min-width: 1396px){.day-tile__day:hover{background-color:var(--G-5)}}.day-tile__day:disabled{color:var(--G-40)!important;background-color:transparent!important;cursor:default}.day-tile__day:active{background-color:var(--G-10)}.day-tile__day--today{color:var(--P-50);font-weight:600}.day-tile__day--selected{background-color:var(--P-50)!important;color:var(--white)!important;font-weight:600}.day-tile__day--before{color:var(--G-40)}.day-tile__day--tile{border-radius:10px;gap:5px}.month-tile{min-height:310px;padding:5px;background-color:var(--white);display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,1fr);gap:5px}.month-tile__month{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:5px;border-radius:10px}.month-tile__month svg{width:15px;height:15px;cursor:pointer}@media (min-width: 1396px){.month-tile__month:hover{background-color:var(--G-5)}}.month-tile__month:active{background-color:var(--G-10)}.month-tile__month--selected{background-color:var(--P-50)!important;color:var(--white)!important}.month-tile__month--today{color:var(--P-50);font-weight:600}.month-tile__month--tile{justify-content:flex-start;gap:5px}.year-tile{min-height:310px;padding:5px;background-color:var(--white);position:relative;height:310px;display:flex;flex-direction:column;align-items:center;overflow:auto;gap:10px}.year-tile::-webkit-scrollbar{display:none}.year-tile__blank{height:calc(50% - 40px);flex-shrink:0}.year-tile__blank:last-child{height:50%}.year-tile__year{min-width:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:40px;border-radius:6px;flex-shrink:0;overflow:hidden;font-weight:400;font-size:1.2em}@media (min-width: 1396px){.year-tile__year:hover{background-color:var(--P-5)}}.year-tile__year:active{background-color:var(--P-10)}.year-tile__year--border{border:1px solid var(--G-30);background-color:var(--P-5)}@media (min-width: 1396px){.year-tile__year--border:hover{background-color:var(--P-10)}}.year-tile__year--year{height:40px;display:flex;align-items:center;justify-content:center}.year-tile__year--selected{color:var(--white);background-color:var(--P-50)!important}.year-tile__year--tile{display:flex;align-items:center;justify-content:center;min-height:40px;color:var(--G-80);width:100%;background-color:var(--white);border-top:var(--P-50)}._button_14zdh_1{width:500px;height:200px;background-color:red;font-size:20px;color:#fff}._button_14zdh_1:hover{background-color:#00f}._button_14zdh_1:active{background-color:green}")),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
|
|
2
|
-
(function(
|
|
1
|
+
(function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode("._day-tile_jpumm_1{width:100%;min-height:310px;padding:5px;background-color:var(--white);box-sizing:border-box}._day-tile--content_jpumm_8{display:flex;justify-content:center;align-items:center;flex-direction:column;border-radius:40px;border:none;font-weight:400;font-size:1em}._day-tile--selected_jpumm_18{width:100%;height:100%;background-color:var(--P-50)!important;color:var(--white)!important;font-weight:500;padding:0}._day-tile__range_jpumm_26{flex:1 0;display:flex;align-items:center;justify-content:center;gap:10%;font-size:1.1em;font-weight:400}._day-tile__tile_jpumm_35{display:flex;flex-direction:column;justify-content:space-between;gap:5px}._day-tile__weeks_jpumm_41{display:flex;justify-content:space-between;font-weight:400;font-size:1em}._day-tile__weeks--date_jpumm_47{flex:1 0;display:flex;justify-content:center;align-items:center;min-width:40px;padding:5px 0}._day-tile__week_jpumm_41{display:flex;justify-content:space-between}._day-tile__day_jpumm_59{width:100%;min-width:40px;min-height:40px;padding:0;border:none}@media (min-width: 1396px){._day-tile__day_jpumm_59:hover{background-color:var(--G-5)}}._day-tile__day_jpumm_59:disabled{color:var(--G-40)!important;background-color:transparent!important;cursor:default}._day-tile__day_jpumm_59:active{background-color:var(--G-10)}._day-tile__day--today_jpumm_79{color:var(--P-50);font-weight:500}._day-tile__day--selected-first_jpumm_83{position:relative;border-radius:40px 0 0 40px!important;background-color:#e3f1ff!important}._day-tile__day--selected-last_jpumm_88{position:relative;border-radius:0 40px 40px 0!important;background-color:#e3f1ff!important}._day-tile__day--before_jpumm_93{color:var(--G-40)}._day-tile__day--tile_jpumm_96{border-radius:10px;gap:5px}._day-tile__day--range_jpumm_100{background-color:#e3f1ff;border-radius:0}@media (min-width: 1396px){._day-tile__day--range_jpumm_100:hover{background-color:#cee8ff}}._day-tile__day--range_jpumm_100:active{background-color:#a8d5ff}._day-tile__day--hide-before_jpumm_112,._day-tile__day--hide-after_jpumm_112{opacity:0;pointer-events:none}button{border:none;background-color:transparent;user-select:none;-webkit-user-select:none;-moz-user-select:none;cursor:pointer}._calendar_19tko_10{width:100%;min-width:300px;border:1px solid var(--G-30);border-radius:10px;overflow:hidden;color:var(--G-80);background-color:var(--white)}._calendar--range_19tko_19{box-sizing:border-box}._calendar__close_19tko_22{display:flex;justify-content:flex-end;align-items:center;padding:7px 10px 7px 0}._calendar__close_19tko_22 svg{width:18px;height:18px;cursor:pointer}._calendar__range-tile_19tko_33{position:relative;width:100%;display:flex;gap:10px}._calendar__wrapper_19tko_39{flex:1 0;width:100%;height:100%;display:flex;flex-direction:column}._view_19tko_47{position:relative;margin:0 auto;width:90%;display:flex;justify-content:space-between;align-items:center;background-color:#f3f4f8;border-radius:10px}._view__block_19tko_57{position:absolute;background-color:#fff;left:0;height:100%;border:2px solid var(--G-30);width:33.3%;border-radius:10px;transition:.3s}._view__block--second_19tko_67{left:33%}._view__block--last_19tko_70{left:66.6%}._view__selector_19tko_73{position:relative;height:40px;flex:1 0;display:flex;align-items:center;justify-content:center;color:var(--G-60);font-size:1em;font-weight:400}._view__selector--selected_19tko_84{color:var(--G-80);font-size:1em;font-weight:600}._nav_19tko_90{height:60px;display:flex;justify-content:space-between;align-items:center;padding:0 5px;border-bottom:1px solid var(--G-30);font-size:1.3em;font-weight:400}._nav__button_19tko_100{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:10px;border-radius:100%}@media (min-width: 1396px){._nav__button_19tko_100:hover{background-color:var(--G-10)}}._nav__button_19tko_100:active{background-color:var(--G-30)}._nav__button_19tko_100:disabled{cursor:not-allowed;fill:var(--G-40);background-color:transparent}._nav__label_19tko_122{flex:1 0;display:flex;align-items:center;justify-content:space-around;font-size:1.1em;font-weight:400}._nav__label--date_19tko_130{display:flex;align-items:center;justify-content:center;border-radius:5px;padding:5px 10px;font-weight:400;font-size:1em}._nav__label--date_19tko_130 svg{width:15px;height:15px}._nav__label--date-selected_19tko_143{background-color:var(--S-10)}._nav_1u4xv_1{height:60px;display:flex;justify-content:space-between;align-items:center;padding:0 5px;border-bottom:1px solid var(--G-30);font-size:1.3em;font-weight:400}._nav--range_1u4xv_11{border-bottom:none}._nav__button_1u4xv_14{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:10px;border-radius:100%}._nav__button_1u4xv_14 svg{width:100%;height:100%}@media (min-width: 1396px){._nav__button_1u4xv_14:hover{background-color:var(--G-10)}}._nav__button_1u4xv_14:active{background-color:var(--G-30)}._nav__button_1u4xv_14:disabled{cursor:not-allowed;background-color:transparent}._nav__button_1u4xv_14:disabled svg{fill:var(--G-40)}._nav__label_1u4xv_42{flex:1 0;display:flex;align-items:center;justify-content:space-around;font-size:1.1em;font-weight:400}._nav__label--date_1u4xv_50{display:flex;align-items:center;justify-content:center;border-radius:5px;padding:5px 10px;font-weight:400;font-size:1em}._nav__label--date_1u4xv_50 svg{width:15px;height:15px}._nav__label--date-selected_1u4xv_63{background-color:var(--S-10)}._month-tile_l4sup_1{position:relative;min-height:310px;padding:5px;background-color:var(--white);display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,1fr);gap:5px}._month-tile__month_l4sup_11{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:5px;border-radius:10px}._month-tile__month_l4sup_11 svg{width:15px;height:15px;cursor:pointer}@media (min-width: 1396px){._month-tile__month_l4sup_11:hover{background-color:var(--G-5)}}._month-tile__month_l4sup_11:active{background-color:var(--G-10)}._month-tile__month_l4sup_11:disabled{color:var(--G-40)!important;background-color:transparent!important;cursor:default;border-radius:0!important}._month-tile__month--selected_l4sup_38{background-color:var(--P-50)!important;color:var(--white)!important}._month-tile__month--today_l4sup_42{color:var(--P-50);font-weight:600}._month-tile__month--tile_l4sup_46{justify-content:flex-start;gap:5px}._year-tile_1tvwj_1{min-height:310px;padding:5px;background-color:var(--white);position:relative;height:310px;display:flex;flex-direction:column;align-items:center;overflow:auto;gap:10px}._year-tile_1tvwj_1::-webkit-scrollbar{display:none}._year-tile__blank_1tvwj_17{height:calc(50% - 40px);flex-shrink:0}._year-tile__blank_1tvwj_17:last-child{height:50%}._year-tile__year_1tvwj_24{min-width:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:40px;border-radius:6px;flex-shrink:0;overflow:hidden;font-weight:400;font-size:1.2em}@media (min-width: 1396px){._year-tile__year_1tvwj_24:hover{background-color:var(--P-5)}}._year-tile__year_1tvwj_24:active{background-color:var(--P-10)}._year-tile__year--border_1tvwj_45{border:1px solid var(--G-30);background-color:var(--P-5)}@media (min-width: 1396px){._year-tile__year--border_1tvwj_45:hover{background-color:var(--P-10)}}._year-tile__year--year_1tvwj_54{height:40px;display:flex;align-items:center;justify-content:center}._year-tile__year--selected_1tvwj_60{color:var(--white);background-color:var(--P-50)!important}._year-tile__year--tile_1tvwj_64{display:flex;align-items:center;justify-content:center;min-height:40px;color:var(--G-80);width:100%;background-color:var(--white);border-top:var(--P-50)}._view_10omg_1{position:relative;margin:0 auto;width:90%;display:flex;justify-content:space-between;align-items:center;background-color:#f3f4f8;border-radius:10px}._view__block_10omg_11{position:absolute;background-color:#fff;left:0;height:100%;border:2px solid var(--G-30);width:33.3%;border-radius:10px;transition:.3s}._view__block--second_10omg_21{left:33%}._view__block--last_10omg_24{left:66.6%}._view__selector_10omg_27{position:relative;height:40px;flex:1 0;display:flex;align-items:center;justify-content:center;color:var(--G-60);font-size:1em;font-weight:400}._view__selector--selected_10omg_38{color:var(--G-80);font-size:1em;font-weight:600}:root{--white: #ffffff;--black: #000000;--P-5: #eff5ff;--P-10: #d3e1fb;--P-20: #a7c4f7;--P-30: #7ca6f3;--P-40: #5089ef;--P-50: #246beb;--P-60: #1d56bc;--P-70: #16408d;--P-90: #07152f;--P-100: #000000;--S-5: #edf1f5;--S-10: #cdd7e4;--S-20: #b4c4d6;--S-30: #99b0cb;--S-40: #2a5c96;--S-50: #003675;--S-60: #002b5e;--S-70: #002036;--S-80: #00162f;--S-90: #000b17;--G-5: #f8f8f8;--G-10: #f0f0f0;--G-20: #e4e4e4;--G-30: #d8d8d8;--G-40: #c6c6c6;--G-50: #8e8e8e;--G-60: #717171;--G-70: #555555;--G-80: #2d2d2d;--G-90: #1d1d1d;--Point-5: #fdf2f3;--Point-10: #f8d6d8;--Point-20: #f5a3a8;--Point-30: #f1747c;--Point-40: #ec4651;--Point-50: #e71825;--Point-60: #b9131e;--Point-70: #8b0e16;--Point-80: #5c0a0f;--Point-90: #2e0507;--Warning-5: #fff8e9;--Warning-10: #ffeac1;--Warning-20: #ffe2a7;--Warning-30: #ffd47c;--Warning-40: #ffc550;--Warning-50: #ffb724;--Warning-60: #98690a;--Warning-70: #66490e;--Warning-80: #4d370b;--Warning-90: #332507;--Success-5: #eef7f0;--Success-10: #cee9d4;--Success-20: #b2dcbb;--Success-30: #8cca99;--Success-40: #33a14b;--Success-50: #008a1e;--Success-60: #006e18;--Success-70: #005312;--Success-80: #00370c;--Success-90: #002207;--Info-5: #e9f0ff;--Info-10: #d4e1ff;--Info-20: #a9c3ff;--Info-30: #7da4ff;--Info-40: #5286ff;--Info-50: #2768ff;--Info-60: #1f53cc;--Info-70: #173e99;--Info-80: #0c1f4d;--Info-90: #040a1a;--Red: #e40000;--Red2: #ffe4e4;--Green: #2fb400;--Green-2: #d7ffe0;--Orange: #ff8800;--Orange-5: #ffead1;--Orange-10: #ffdacc;--Orange-30: #ff8f66;--Orange-40: #ff6a33;--Orange-50: #ff4500;--Orange-60: #d53209;--Orange-70: #992900;--Orange-80: #661c00;--Orange-90: #330e00;--Modal-Shadow: #0000005a;--Modal-Background: #6666663a;--Calendar-Background: #ffffff}")),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
|
|
2
|
+
(function(V,R){typeof exports=="object"&&typeof module<"u"?R(exports,require("react")):typeof define=="function"&&define.amd?define(["exports","react"],R):(V=typeof globalThis<"u"?globalThis:V||self,R(V.index={},V.React))})(this,function(V,R){"use strict";function Qe(r){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(r){for(const o in r)if(o!=="default"){const v=Object.getOwnPropertyDescriptor(r,o);Object.defineProperty(n,o,v.get?v:{enumerable:!0,get:()=>r[o]})}}return n.default=r,Object.freeze(n)}const Y=Qe(R);var le={exports:{}},q={};/**
|
|
3
3
|
* @license React
|
|
4
4
|
* react-jsx-runtime.production.min.js
|
|
5
5
|
*
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* This source code is licensed under the MIT license found in the
|
|
9
9
|
* LICENSE file in the root directory of this source tree.
|
|
10
|
-
*/var
|
|
10
|
+
*/var je;function et(){if(je)return q;je=1;var r=R,n=Symbol.for("react.element"),o=Symbol.for("react.fragment"),v=Object.prototype.hasOwnProperty,s=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,y={key:!0,ref:!0,__self:!0,__source:!0};function g(u,l,_){var f,p={},d=null,m=null;_!==void 0&&(d=""+_),l.key!==void 0&&(d=""+l.key),l.ref!==void 0&&(m=l.ref);for(f in l)v.call(l,f)&&!y.hasOwnProperty(f)&&(p[f]=l[f]);if(u&&u.defaultProps)for(f in l=u.defaultProps,l)p[f]===void 0&&(p[f]=l[f]);return{$$typeof:n,type:u,key:d,ref:m,props:p,_owner:s.current}}return q.Fragment=o,q.jsx=g,q.jsxs=g,q}var H={};/**
|
|
11
11
|
* @license React
|
|
12
12
|
* react-jsx-runtime.development.js
|
|
13
13
|
*
|
|
@@ -15,26 +15,18 @@
|
|
|
15
15
|
*
|
|
16
16
|
* This source code is licensed under the MIT license found in the
|
|
17
17
|
* LICENSE file in the root directory of this source tree.
|
|
18
|
-
*/var
|
|
19
|
-
`+
|
|
20
|
-
`),
|
|
21
|
-
`),
|
|
22
|
-
`+
|
|
18
|
+
*/var Ee;function tt(){return Ee||(Ee=1,process.env.NODE_ENV!=="production"&&function(){var r=R,n=Symbol.for("react.element"),o=Symbol.for("react.portal"),v=Symbol.for("react.fragment"),s=Symbol.for("react.strict_mode"),y=Symbol.for("react.profiler"),g=Symbol.for("react.provider"),u=Symbol.for("react.context"),l=Symbol.for("react.forward_ref"),_=Symbol.for("react.suspense"),f=Symbol.for("react.suspense_list"),p=Symbol.for("react.memo"),d=Symbol.for("react.lazy"),m=Symbol.for("react.offscreen"),O=Symbol.iterator,S="@@iterator";function X(e){if(e===null||typeof e!="object")return null;var t=O&&e[O]||e[S];return typeof t=="function"?t:null}var I=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function x(e){{for(var t=arguments.length,a=new Array(t>1?t-1:0),c=1;c<t;c++)a[c-1]=arguments[c];ce("error",e,a)}}function ce(e,t,a){{var c=I.ReactDebugCurrentFrame,w=c.getStackAddendum();w!==""&&(t+="%s",a=a.concat([w]));var k=a.map(function(b){return String(b)});k.unshift("Warning: "+t),Function.prototype.apply.call(console[e],console,k)}}var _e=!1,fe=!1,de=!1,G=!1,_t=!1,Te;Te=Symbol.for("react.module.reference");function ft(e){return!!(typeof e=="string"||typeof e=="function"||e===v||e===y||_t||e===s||e===_||e===f||G||e===m||_e||fe||de||typeof e=="object"&&e!==null&&(e.$$typeof===d||e.$$typeof===p||e.$$typeof===g||e.$$typeof===u||e.$$typeof===l||e.$$typeof===Te||e.getModuleId!==void 0))}function dt(e,t,a){var c=e.displayName;if(c)return c;var w=t.displayName||t.name||"";return w!==""?a+"("+w+")":a}function Oe(e){return e.displayName||"Context"}function $(e){if(e==null)return null;if(typeof e.tag=="number"&&x("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case v:return"Fragment";case o:return"Portal";case y:return"Profiler";case s:return"StrictMode";case _:return"Suspense";case f:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case u:var t=e;return Oe(t)+".Consumer";case g:var a=e;return Oe(a._context)+".Provider";case l:return dt(e,e.render,"ForwardRef");case p:var c=e.displayName||null;return c!==null?c:$(e.type)||"Memo";case d:{var w=e,k=w._payload,b=w._init;try{return $(b(k))}catch{return null}}}return null}var U=Object.assign,Z=0,Fe,Me,Ye,De,Pe,Ne,$e;function Ae(){}Ae.__reactDisabledLog=!0;function vt(){{if(Z===0){Fe=console.log,Me=console.info,Ye=console.warn,De=console.error,Pe=console.group,Ne=console.groupCollapsed,$e=console.groupEnd;var e={configurable:!0,enumerable:!0,value:Ae,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}Z++}}function yt(){{if(Z--,Z===0){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:U({},e,{value:Fe}),info:U({},e,{value:Me}),warn:U({},e,{value:Ye}),error:U({},e,{value:De}),group:U({},e,{value:Pe}),groupCollapsed:U({},e,{value:Ne}),groupEnd:U({},e,{value:$e})})}Z<0&&x("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var ve=I.ReactCurrentDispatcher,ye;function te(e,t,a){{if(ye===void 0)try{throw Error()}catch(w){var c=w.stack.trim().match(/\n( *(at )?)/);ye=c&&c[1]||""}return`
|
|
19
|
+
`+ye+e}}var pe=!1,re;{var pt=typeof WeakMap=="function"?WeakMap:Map;re=new pt}function Le(e,t){if(!e||pe)return"";{var a=re.get(e);if(a!==void 0)return a}var c;pe=!0;var w=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var k;k=ve.current,ve.current=null,vt();try{if(t){var b=function(){throw Error()};if(Object.defineProperty(b.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(b,[])}catch(F){c=F}Reflect.construct(e,[],b)}else{try{b.call()}catch(F){c=F}e.call(b.prototype)}}else{try{throw Error()}catch(F){c=F}e()}}catch(F){if(F&&c&&typeof F.stack=="string"){for(var h=F.stack.split(`
|
|
20
|
+
`),T=c.stack.split(`
|
|
21
|
+
`),j=h.length-1,E=T.length-1;j>=1&&E>=0&&h[j]!==T[E];)E--;for(;j>=1&&E>=0;j--,E--)if(h[j]!==T[E]){if(j!==1||E!==1)do if(j--,E--,E<0||h[j]!==T[E]){var D=`
|
|
22
|
+
`+h[j].replace(" at new "," at ");return e.displayName&&D.includes("<anonymous>")&&(D=D.replace("<anonymous>",e.displayName)),typeof e=="function"&&re.set(e,D),D}while(j>=1&&E>=0);break}}}finally{pe=!1,ve.current=k,yt(),Error.prepareStackTrace=w}var K=e?e.displayName||e.name:"",B=K?te(K):"";return typeof e=="function"&&re.set(e,B),B}function ht(e,t,a){return Le(e,!1)}function gt(e){var t=e.prototype;return!!(t&&t.isReactComponent)}function ne(e,t,a){if(e==null)return"";if(typeof e=="function")return Le(e,gt(e));if(typeof e=="string")return te(e);switch(e){case _:return te("Suspense");case f:return te("SuspenseList")}if(typeof e=="object")switch(e.$$typeof){case l:return ht(e.render);case p:return ne(e.type,t,a);case d:{var c=e,w=c._payload,k=c._init;try{return ne(k(w),t,a)}catch{}}}return""}var Q=Object.prototype.hasOwnProperty,We={},Ie=I.ReactDebugCurrentFrame;function ae(e){if(e){var t=e._owner,a=ne(e.type,e._source,t?t.type:null);Ie.setExtraStackFrame(a)}else Ie.setExtraStackFrame(null)}function bt(e,t,a,c,w){{var k=Function.call.bind(Q);for(var b in e)if(k(e,b)){var h=void 0;try{if(typeof e[b]!="function"){var T=Error((c||"React class")+": "+a+" type `"+b+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[b]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw T.name="Invariant Violation",T}h=e[b](t,b,c,a,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(j){h=j}h&&!(h instanceof Error)&&(ae(w),x("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",c||"React class",a,b,typeof h),ae(null)),h instanceof Error&&!(h.message in We)&&(We[h.message]=!0,ae(w),x("Failed %s type: %s",a,h.message),ae(null))}}}var mt=Array.isArray;function he(e){return mt(e)}function wt(e){{var t=typeof Symbol=="function"&&Symbol.toStringTag,a=t&&e[Symbol.toStringTag]||e.constructor.name||"Object";return a}}function kt(e){try{return Ve(e),!1}catch{return!0}}function Ve(e){return""+e}function Ue(e){if(kt(e))return x("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",wt(e)),Ve(e)}var ee=I.ReactCurrentOwner,jt={key:!0,ref:!0,__self:!0,__source:!0},Be,Ge,ge;ge={};function Et(e){if(Q.call(e,"ref")){var t=Object.getOwnPropertyDescriptor(e,"ref").get;if(t&&t.isReactWarning)return!1}return e.ref!==void 0}function xt(e){if(Q.call(e,"key")){var t=Object.getOwnPropertyDescriptor(e,"key").get;if(t&&t.isReactWarning)return!1}return e.key!==void 0}function Rt(e,t){if(typeof e.ref=="string"&&ee.current&&t&&ee.current.stateNode!==t){var a=$(ee.current.type);ge[a]||(x('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref',$(ee.current.type),e.ref),ge[a]=!0)}}function Ct(e,t){{var a=function(){Be||(Be=!0,x("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",t))};a.isReactWarning=!0,Object.defineProperty(e,"key",{get:a,configurable:!0})}}function St(e,t){{var a=function(){Ge||(Ge=!0,x("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",t))};a.isReactWarning=!0,Object.defineProperty(e,"ref",{get:a,configurable:!0})}}var Tt=function(e,t,a,c,w,k,b){var h={$$typeof:n,type:e,key:t,ref:a,props:b,_owner:k};return h._store={},Object.defineProperty(h._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(h,"_self",{configurable:!1,enumerable:!1,writable:!1,value:c}),Object.defineProperty(h,"_source",{configurable:!1,enumerable:!1,writable:!1,value:w}),Object.freeze&&(Object.freeze(h.props),Object.freeze(h)),h};function Ot(e,t,a,c,w){{var k,b={},h=null,T=null;a!==void 0&&(Ue(a),h=""+a),xt(t)&&(Ue(t.key),h=""+t.key),Et(t)&&(T=t.ref,Rt(t,w));for(k in t)Q.call(t,k)&&!jt.hasOwnProperty(k)&&(b[k]=t[k]);if(e&&e.defaultProps){var j=e.defaultProps;for(k in j)b[k]===void 0&&(b[k]=j[k])}if(h||T){var E=typeof e=="function"?e.displayName||e.name||"Unknown":e;h&&Ct(b,E),T&&St(b,E)}return Tt(e,h,T,w,c,ee.current,b)}}var be=I.ReactCurrentOwner,Je=I.ReactDebugCurrentFrame;function J(e){if(e){var t=e._owner,a=ne(e.type,e._source,t?t.type:null);Je.setExtraStackFrame(a)}else Je.setExtraStackFrame(null)}var me;me=!1;function we(e){return typeof e=="object"&&e!==null&&e.$$typeof===n}function Ke(){{if(be.current){var e=$(be.current.type);if(e)return`
|
|
23
23
|
|
|
24
|
-
Check the render method of \``+e+"`."}return""}}function
|
|
24
|
+
Check the render method of \``+e+"`."}return""}}function Ft(e){return""}var qe={};function Mt(e){{var t=Ke();if(!t){var a=typeof e=="string"?e:e.displayName||e.name;a&&(t=`
|
|
25
25
|
|
|
26
|
-
Check the top-level render call using <`+
|
|
26
|
+
Check the top-level render call using <`+a+">.")}return t}}function He(e,t){{if(!e._store||e._store.validated||e.key!=null)return;e._store.validated=!0;var a=Mt(t);if(qe[a])return;qe[a]=!0;var c="";e&&e._owner&&e._owner!==be.current&&(c=" It was passed a child from "+$(e._owner.type)+"."),J(e),x('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',a,c),J(null)}}function ze(e,t){{if(typeof e!="object")return;if(he(e))for(var a=0;a<e.length;a++){var c=e[a];we(c)&&He(c,t)}else if(we(e))e._store&&(e._store.validated=!0);else if(e){var w=X(e);if(typeof w=="function"&&w!==e.entries)for(var k=w.call(e),b;!(b=k.next()).done;)we(b.value)&&He(b.value,t)}}}function Yt(e){{var t=e.type;if(t==null||typeof t=="string")return;var a;if(typeof t=="function")a=t.propTypes;else if(typeof t=="object"&&(t.$$typeof===l||t.$$typeof===p))a=t.propTypes;else return;if(a){var c=$(t);bt(a,e.props,"prop",c,e)}else if(t.PropTypes!==void 0&&!me){me=!0;var w=$(t);x("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",w||"Unknown")}typeof t.getDefaultProps=="function"&&!t.getDefaultProps.isReactClassApproved&&x("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function Dt(e){{for(var t=Object.keys(e.props),a=0;a<t.length;a++){var c=t[a];if(c!=="children"&&c!=="key"){J(e),x("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",c),J(null);break}}e.ref!==null&&(J(e),x("Invalid attribute `ref` supplied to `React.Fragment`."),J(null))}}var Xe={};function Ze(e,t,a,c,w,k){{var b=ft(e);if(!b){var h="";(e===void 0||typeof e=="object"&&e!==null&&Object.keys(e).length===0)&&(h+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var T=Ft();T?h+=T:h+=Ke();var j;e===null?j="null":he(e)?j="array":e!==void 0&&e.$$typeof===n?(j="<"+($(e.type)||"Unknown")+" />",h=" Did you accidentally export a JSX literal instead of a component?"):j=typeof e,x("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",j,h)}var E=Ot(e,t,a,w,k);if(E==null)return E;if(b){var D=t.children;if(D!==void 0)if(c)if(he(D)){for(var K=0;K<D.length;K++)ze(D[K],e);Object.freeze&&Object.freeze(D)}else x("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else ze(D,e)}if(Q.call(t,"key")){var B=$(e),F=Object.keys(t).filter(function(Wt){return Wt!=="key"}),ke=F.length>0?"{key: someKey, "+F.join(": ..., ")+": ...}":"{key: someKey}";if(!Xe[B+ke]){var Lt=F.length>0?"{"+F.join(": ..., ")+": ...}":"{}";x(`A props object containing a "key" prop is being spread into JSX:
|
|
27
27
|
let props = %s;
|
|
28
28
|
<%s {...props} />
|
|
29
29
|
React keys must be passed directly to JSX without using spread:
|
|
30
30
|
let props = %s;
|
|
31
|
-
<%s key={someKey} {...props} />`,fe,N,Cr,N),$e[N+fe]=!0}}return e===p?xr(E):Rr(E),E}}function Dr(e,r,t){return Ae(e,r,t,!0)}function jr(e,r,t){return Ae(e,r,t,!1)}var kr=jr,Tr=Dr;V.Fragment=p,V.jsx=kr,V.jsxs=Tr}()),V}process.env.NODE_ENV==="production"?ee.exports=Ie():ee.exports=Le();var f=ee.exports;const Ve=a=>F.createElement("svg",{width:"64px",height:"64px",viewBox:"0 0 24 24",fill:"#000000",xmlns:"http://www.w3.org/2000/svg",stroke:"#000000",strokeWidth:.696,...a},F.createElement("g",{id:"SVGRepo_bgCarrier",strokeWidth:0}),F.createElement("g",{id:"SVGRepo_tracerCarrier",strokeLinecap:"round",strokeLinejoin:"round"}),F.createElement("g",{id:"SVGRepo_iconCarrier"},F.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.207 6.207a1 1 0 0 0-1.414-1.414L12 10.586 6.207 4.793a1 1 0 0 0-1.414 1.414L10.586 12l-5.793 5.793a1 1 0 1 0 1.414 1.414L12 13.414l5.793 5.793a1 1 0 0 0 1.414-1.414L13.414 12l5.793-5.793z"}))),pe=a=>F.createElement("svg",{width:25,height:25,viewBox:"0 0 20 20",fill:"none",stroke:"#2D2D2D",xmlns:"http://www.w3.org/2000/svg",...a},F.createElement("path",{d:"M5 7.5L10 13L15 7.5",strokeWidth:1.4,strokeLinecap:"round"})),Ue=a=>{const o=new Date(a.getFullYear(),a.getMonth(),1),n=new Date(a.getFullYear(),a.getMonth()+1,0),p=[];let s=[];const h=o.getDay();if(h!==0){const l=new Date(o);l.setDate(0);for(let _=h-1;_>=0;_-=1){const u=new Date(l);u.setDate(l.getDate()-_),s.push({thisMonth:!1,date:u})}}const b=new Date(o);for(;b<=n;)s.push({thisMonth:!0,date:new Date(b)}),b.getDay()===6&&(p.push(s),s=[]),b.setDate(b.getDate()+1);const R=n.getDay();if(R!==6)for(let l=1;l<=6-R;l+=1){const _=new Date(n);_.setDate(n.getDate()+l),s.push({thisMonth:!1,date:_})}return s.length>0&&p.push(s),p},K=(a,o,n="day")=>{if(a===null||o===null)return!1;switch(n){case"day":return a.getFullYear()===o.getFullYear()&&a.getMonth()===o.getMonth()&&a.getDate()===o.getDate();case"month":return a.getFullYear()===o.getFullYear()&&a.getMonth()===o.getMonth();case"year":return a.getFullYear()===o.getFullYear();default:return!1}},Be=["일","월","화","수","목","금","토"];function Ge({selectedDate:a,weeksInMonth:o,tileContent:n,handleDayClick:p,max:s,min:h}){return f.jsxs("div",{className:"day-tile",children:[f.jsx("div",{className:"day-tile__weeks",children:Be.map(b=>f.jsx("div",{className:"day-tile__weeks--date",children:b},b))}),f.jsx("div",{className:"day-tile__tile",children:o.map((b,R)=>f.jsx("div",{className:"day-tile__week",children:b.map((l,_)=>f.jsxs("button",{className:`day-tile__day
|
|
32
|
-
${K(l.date,new Date)&&"day-tile__day--today"}
|
|
33
|
-
${!!a&&K(l.date,a)&&"day-tile__day--selected"}
|
|
34
|
-
${!l.thisMonth&&"day-tile__day--before"}
|
|
35
|
-
${!!(n&&n())&&"day-tile__day--tile"}
|
|
36
|
-
`,type:"button",disabled:h&&l.date<h||s&&l.date>s,onClick:()=>p(l.date),children:[l.date.getDate(),n&&n()]},_))},R))})]})}const Je=Array.from({length:12},(a,o)=>o);function Ke({selectedDate:a,viewDate:o,handleMonthClick:n,tileContent:p=()=>!1}){return f.jsx("div",{className:"month-tile",children:Je.map(s=>f.jsxs("button",{className:`month-tile__month
|
|
37
|
-
${!!a&&K(a,new Date(o.getFullYear(),s),"month")&&"month-tile__month--selected"}
|
|
38
|
-
${K(new Date(o.getFullYear(),s),new Date,"month")&&"month-tile__month--today"}
|
|
39
|
-
${!!p(new Date(o.getFullYear(),s-1,1),"month")&&"month-tile__month--tile"}`,type:"button",onClick:()=>n(s),children:[f.jsx("span",{children:`${s+1}월`}),!!p(new Date(o.getFullYear(),s-1,1),"month")&&p(new Date(o.getFullYear(),s-1,1),"month")]},s))})}const qe=Array.from({length:100},(a,o)=>o+2e3);function ze({selectedDate:a,onClick:o,tileContent:n=()=>!1}){const p=k.useRef(null),s=k.useRef(null);return k.useEffect(()=>{const h=s.current,b=p.current;if(!h||!b)return;const{clientHeight:R}=b,{offsetTop:l,clientHeight:_}=h;b.scrollTo({top:l-R/2+_})},[]),f.jsxs("div",{className:"year-tile",ref:p,children:[f.jsx("div",{className:"year-tile__blank"}),qe.map(h=>f.jsxs("button",{className:`year-tile__year ${a&&a.getFullYear()===h&&"year-tile__year--selected"} ${n(new Date(h,1,1),"year")&&"year-tile__year--border"}`,type:"button",ref:a&&a.getFullYear()===h?s:null,onClick:()=>o(h),children:[f.jsx("span",{className:"year-tile__year--year",children:h}),n(new Date(h,1,1),"year")&&f.jsx("div",{className:"year-tile__year--tile",children:n(new Date(h,1,1),"year")})]},h)),f.jsx("div",{className:"year-tile__blank"})]})}const He=({method:a,selectMode:o,date:n,setDate:p,min:s,max:h})=>({disabled:l=>o==="year"||a!==o?!0:a==="day"?l==="prev"?new Date(n.getFullYear(),n.getMonth()-1,1)<s:new Date(n.getFullYear(),n.getMonth()+1,1)>h:a==="month"?l==="prev"?new Date(n.getFullYear()-1,n.getMonth(),1)<s:new Date(n.getFullYear()+1,n.getMonth(),1)>h:a==="year"?l==="prev"?new Date(n.getFullYear()-10,n.getMonth(),1)<s:new Date(n.getFullYear()+10,n.getMonth(),1)>h:!1,onArrowClick:l=>{const _=l==="prev"?-1:1,u=new Date(2e3,0,1),m=new Date(2099,11,31);if(a==="day"){const d=new Date(n.getFullYear(),n.getMonth()+_,1);d>=u&&d<=m&&p(d)}if(a==="month"){const d=new Date(n.getFullYear()+_,n.getMonth(),1);d>=u&&d<=m&&p(d)}if(a==="year"){const d=new Date(n.getFullYear()+_*10,n.getMonth(),1);d>=u&&d<=m&&p(d)}}}),Xe=({viewDate:a,setViewDate:o,onChange:n,setSelectMode:p,method:s})=>{const h=new Date(2e3,0,1),b=new Date(2099,11,31);return{onDayClick:u=>{u<h||u>b||(o(u),n(u))},onMonthClick:u=>{const m=new Date(a.getFullYear(),u,1);o(m),s!=="month"&&p(s),s==="month"&&n(m)},onYearClick:u=>{const m=new Date(u,0,1);o(m),s!=="year"&&p(s),s==="year"&&n(m)}}};function Ze({className:a="",date:o,view:n,setView:p=()=>{},tileContent:s,onChange:h=()=>{},onClose:b,viewSelector:R=!0,min:l=new Date(2e3,0,1),max:_=new Date(2099,11,31)}){const[u,m]=k.useState(o||new Date),[d,$]=k.useState(n||"day"),[C,A]=k.useState(n||"day"),re=Ue(u),{onDayClick:P,onMonthClick:x,onYearClick:te}=Xe({viewDate:u,setViewDate:Y=>m(Y),onChange:h,setSelectMode:A,method:d}),{disabled:q,onArrowClick:z}=He({method:d,selectMode:C,date:u,setDate:m,min:l,max:_}),U=Y=>{n?p(Y):($(Y),A(Y))};return f.jsxs("div",{className:`calendar ${a}`,children:[f.jsx("div",{className:"calendar__close",children:b&&f.jsx(Ve,{onClick:b})}),R&&f.jsxs("div",{className:"view",children:[f.jsx("div",{className:`view__block ${d==="month"&&"view__block--second"} ${d==="year"&&"view__block--last"}`}),f.jsx("button",{className:`view__selector ${d==="day"&&"view__selector--selected"}`,type:"button",onClick:()=>U("day"),children:"일"}),f.jsx("button",{className:`view__selector ${d==="month"&&"view__selector--selected"}`,type:"button",onClick:()=>U("month"),children:"월"}),f.jsx("button",{className:`view__selector ${d==="year"&&"view__selector--selected"}`,type:"button",onClick:()=>U("year"),children:"년"})]}),f.jsxs("div",{className:"nav",children:[f.jsx("button",{className:"nav__button",type:"button",onClick:()=>z("prev"),disabled:q("prev"),children:"◀︎"}),f.jsxs("div",{className:"nav__label",children:[d==="year"&&"연도 선택",d!=="year"&&f.jsxs("button",{className:`nav__label--date ${C==="year"&&"nav__label--date-selected"}`,type:"button",onClick:()=>A("year"),children:[`${u.getFullYear()}년`,f.jsx(pe,{})]}),d==="day"&&f.jsxs("button",{className:`nav__label--date ${C==="month"&&"nav__label--date-selected"}`,type:"button",onClick:()=>A("month"),children:[`${u.getMonth()+1}월`,f.jsx(pe,{})]})]}),f.jsx("button",{className:"nav__button",type:"button",onClick:()=>z("next"),disabled:q("next"),children:"►"})]}),d==="day"&&C==="day"&&f.jsx(Ge,{selectedDate:o,weeksInMonth:re,handleDayClick:P,tileContent:()=>s?s(o,d):null,max:_,min:l}),(d==="month"||C==="month")&&C!=="year"&&f.jsx(Ke,{selectedDate:o,viewDate:u,handleMonthClick:x,tileContent:s}),(d==="year"||C==="year")&&f.jsx(ze,{selectedDate:o,onClick:te,tileContent:s})]})}const Qe={button:"_button_14zdh_1"};function er(){return f.jsx("button",{type:"button",className:Qe.button,children:"이것은 버튼이다."})}O.Button=er,O.Calendar=Ze,Object.defineProperty(O,Symbol.toStringTag,{value:"Module"})});
|
|
31
|
+
<%s key={someKey} {...props} />`,ke,B,Lt,B),Xe[B+ke]=!0}}return e===v?Dt(E):Yt(E),E}}function Pt(e,t,a){return Ze(e,t,a,!0)}function Nt(e,t,a){return Ze(e,t,a,!1)}var $t=Nt,At=Pt;H.Fragment=v,H.jsx=$t,H.jsxs=At}()),H}process.env.NODE_ENV==="production"?le.exports=et():le.exports=tt();var i=le.exports;function M(r){return Object.entries(r).filter(([,n])=>n).map(([n])=>n).join(" ")}const xe=r=>Y.createElement("svg",{width:"64px",height:"64px",viewBox:"0 0 24 24",fill:"#000000",xmlns:"http://www.w3.org/2000/svg",stroke:"#000000",strokeWidth:.696,...r},Y.createElement("g",{id:"SVGRepo_bgCarrier",strokeWidth:0}),Y.createElement("g",{id:"SVGRepo_tracerCarrier",strokeLinecap:"round",strokeLinejoin:"round"}),Y.createElement("g",{id:"SVGRepo_iconCarrier"},Y.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.207 6.207a1 1 0 0 0-1.414-1.414L12 10.586 6.207 4.793a1 1 0 0 0-1.414 1.414L10.586 12l-5.793 5.793a1 1 0 1 0 1.414 1.414L12 13.414l5.793 5.793a1 1 0 0 0 1.414-1.414L13.414 12l5.793-5.793z"}))),A=(r,n,o="day")=>{if(r===null||n===null)return!1;switch(o){case"day":return r.getFullYear()===n.getFullYear()&&r.getMonth()===n.getMonth()&&r.getDate()===n.getDate();case"month":return r.getFullYear()===n.getFullYear()&&r.getMonth()===n.getMonth();case"year":return r.getFullYear()===n.getFullYear();default:return!1}},oe=(r,n)=>!(n!=null&&n[0])||!(n!=null&&n[1])?!1:r>=n[0]&&r<n[1],C={"day-tile":"_day-tile_jpumm_1","day-tile--content":"_day-tile--content_jpumm_8","day-tile--selected":"_day-tile--selected_jpumm_18","day-tile__range":"_day-tile__range_jpumm_26","day-tile__tile":"_day-tile__tile_jpumm_35","day-tile__weeks":"_day-tile__weeks_jpumm_41","day-tile__weeks--date":"_day-tile__weeks--date_jpumm_47","day-tile__week":"_day-tile__week_jpumm_41","day-tile__day":"_day-tile__day_jpumm_59","day-tile__day--today":"_day-tile__day--today_jpumm_79","day-tile__day--selected-first":"_day-tile__day--selected-first_jpumm_83","day-tile__day--selected-last":"_day-tile__day--selected-last_jpumm_88","day-tile__day--before":"_day-tile__day--before_jpumm_93","day-tile__day--tile":"_day-tile__day--tile_jpumm_96","day-tile__day--range":"_day-tile__day--range_jpumm_100","day-tile__day--hide-before":"_day-tile__day--hide-before_jpumm_112","day-tile__day--hide-after":"_day-tile__day--hide-after_jpumm_112"},rt=["일","월","화","수","목","금","토"];function ie({selectedDate:r,weeksInMonth:n,tileContent:o,handleDayClick:v,range:s=!1,max:y,min:g,hideBefore:u=!1,hideAfter:l=!1,hoverDate:_,setHoverDate:f=()=>{}}){return i.jsxs("div",{className:C["day-tile"],children:[i.jsx("div",{className:C["day-tile__weeks"],children:rt.map(p=>i.jsx("div",{className:C["day-tile__weeks--date"],children:p},p))}),i.jsx("div",{className:C["day-tile__tile"],children:n.map((p,d)=>i.jsx("div",{className:C["day-tile__week"],children:p.map((m,O)=>i.jsx("button",{className:M({[C["day-tile__day"]]:!0,[C["day-tile__day--today"]]:A(m.date,new Date),[C["day-tile__day--selected-first"]]:!!r&&A(m.date,r[0]||null)&&s,[C["day-tile__day--selected-last"]]:!!r&&A(m.date,r[1]||null)&&s,[C["day-tile__day--before"]]:m.thisMonth!=="this",[C["day-tile__day--hide-before"]]:u&&m.thisMonth==="before",[C["day-tile__day--hide-after"]]:l&&m.thisMonth==="after",[C["day-tile__day--tile"]]:!!(o&&o()),[C["day-tile__day--range"]]:oe(m.date,r)||!!(r!=null&&r[0])&&!(r!=null&&r[1])&&(oe(m.date,[r[0],_])||oe(m.date,[_,r[0]])),[C["day-tile__day--range-cover"]]:!!r&&!!r[1]&&(A(m.date,r[0]||null)||A(m.date,r[1]||null))}),type:"button",disabled:g&&m.date<g||y&&m.date>y,onMouseOver:()=>{f(new Date(m.date.getFullYear(),m.date.getMonth(),m.date.getDate()+1))},onFocus:()=>{f(new Date(m.date.getFullYear(),m.date.getMonth(),m.date.getDate()+1))},onMouseLeave:()=>{f(null)},onClick:()=>v(m.date),children:i.jsxs("div",{className:M({[C["day-tile--content"]]:!0,[C["day-tile--selected"]]:!!r&&(A(m.date,r[0]||null)||A(m.date,r[1]||null))}),children:[m.date.getDate(),o&&o()]})},O))},d))})]})}const L={calendar:"_calendar_19tko_10","calendar--range":"_calendar--range_19tko_19",calendar__close:"_calendar__close_19tko_22","calendar__range-tile":"_calendar__range-tile_19tko_33",calendar__wrapper:"_calendar__wrapper_19tko_39",view:"_view_19tko_47",view__block:"_view__block_19tko_57","view__block--second":"_view__block--second_19tko_67","view__block--last":"_view__block--last_19tko_70",view__selector:"_view__selector_19tko_73","view__selector--selected":"_view__selector--selected_19tko_84",nav:"_nav_19tko_90",nav__button:"_nav__button_19tko_100",nav__label:"_nav__label_19tko_122","nav__label--date":"_nav__label--date_19tko_130","nav__label--date-selected":"_nav__label--date-selected_19tko_143"},Re=r=>Y.createElement("svg",{width:"64px",height:"64px",viewBox:"0 0 24 24",fill:"#0F0F0F",xmlns:"http://www.w3.org/2000/svg",...r},Y.createElement("g",{id:"SVGRepo_bgCarrier",strokeWidth:0}),Y.createElement("g",{id:"SVGRepo_tracerCarrier",strokeLinecap:"round",strokeLinejoin:"round"}),Y.createElement("g",{id:"SVGRepo_iconCarrier"},Y.createElement("path",{d:"M16.1795 3.26875C15.7889 2.87823 15.1558 2.87823 14.7652 3.26875L8.12078 9.91322C6.94952 11.0845 6.94916 12.9833 8.11996 14.155L14.6903 20.7304C15.0808 21.121 15.714 21.121 16.1045 20.7304C16.495 20.3399 16.495 19.7067 16.1045 19.3162L9.53246 12.7442C9.14194 12.3536 9.14194 11.7205 9.53246 11.33L16.1795 4.68297C16.57 4.29244 16.57 3.65928 16.1795 3.26875Z"}))),Ce=r=>Y.createElement("svg",{width:25,height:25,viewBox:"0 0 20 20",fill:"none",stroke:"#2D2D2D",xmlns:"http://www.w3.org/2000/svg",...r},Y.createElement("path",{d:"M5 7.5L10 13L15 7.5",strokeWidth:1.4,strokeLinecap:"round"})),P={nav:"_nav_1u4xv_1","nav--range":"_nav--range_1u4xv_11",nav__button:"_nav__button_1u4xv_14",nav__label:"_nav__label_1u4xv_42","nav__label--date":"_nav__label--date_1u4xv_50","nav__label--date-selected":"_nav__label--date-selected_1u4xv_63"};function se({viewDate:r,onArrowClick:n,disabled:o,method:v,selectMode:s="day",setSelectMode:y=()=>{},hideArrow:g=null,range:u=!1}){return i.jsxs("div",{className:M({[P.nav]:!0,[P["nav--range"]]:u}),children:[i.jsx("button",{className:P.nav__button,type:"button",onClick:()=>n("prev"),disabled:o("prev")||g==="prev",children:g!=="prev"&&i.jsx(Re,{})}),u?i.jsx("div",{className:P.nav__label,children:`${r.getFullYear()}년 ${r.getMonth()+1}월`}):i.jsxs("div",{className:P.nav__label,children:[v==="year"&&"연도 선택",v!=="year"&&i.jsxs("button",{className:M({[P["nav__label--date"]]:!0,[P["nav__label--date-selected"]]:s==="year"}),type:"button",onClick:()=>y("year"),children:[`${r.getFullYear()}년`,i.jsx(Ce,{})]}),v==="day"&&i.jsxs("button",{className:M({[P["nav__label--date"]]:!0,[P["nav__label--date-selected"]]:s==="month"}),type:"button",onClick:()=>y("month"),children:[`${r.getMonth()+1}월`,i.jsx(Ce,{})]})]}),i.jsx("button",{className:P.nav__button,type:"button",onClick:()=>n("next"),disabled:o("next")||g==="next",children:g!=="next"&&i.jsx(Re,{style:{transform:"rotate(180deg)"}})})]})}const Se=({method:r,selectMode:n,viewDate:o,setDate:v,min:s,max:y})=>({disabled:l=>n==="year"||r!==n?!0:r==="day"?l==="prev"?new Date(o.getFullYear(),o.getMonth()-1,1)<s:new Date(o.getFullYear(),o.getMonth()+1,1)>y:r==="month"?l==="prev"?new Date(o.getFullYear()-1,o.getMonth(),1)<s:new Date(o.getFullYear()+1,o.getMonth(),1)>y:r==="year"?l==="prev"?new Date(o.getFullYear()-10,o.getMonth(),1)<s:new Date(o.getFullYear()+10,o.getMonth(),1)>y:!1,onArrowClick:l=>{const _=l==="prev"?-1:1,f=new Date(2e3,0,1),p=new Date(2099,11,31);if(r==="day"){const d=new Date(o.getFullYear(),o.getMonth()+_,1);d>=f&&d<=p&&v(d)}if(r==="month"){const d=new Date(o.getFullYear()+_,o.getMonth(),1);d>=f&&d<=p&&v(d)}if(r==="year"){const d=new Date(o.getFullYear()+_*10,o.getMonth(),1);d>=f&&d<=p&&v(d)}}}),ue=r=>{const n=new Date(r.getFullYear(),r.getMonth(),1),o=new Date(r.getFullYear(),r.getMonth()+1,0),v=[];let s=[];const y=n.getDay();if(y!==0){const l=new Date(n);l.setDate(0);for(let _=y-1;_>=0;_-=1){const f=new Date(l);f.setDate(l.getDate()-_),s.push({thisMonth:"before",date:f})}}const g=new Date(n);for(;g<=o;)s.push({thisMonth:"this",date:new Date(g)}),g.getDay()===6&&(v.push(s),s=[]),g.setDate(g.getDate()+1);const u=o.getDay();if(u!==6)for(let l=1;l<=6-u;l+=1){const _=new Date(o);_.setDate(o.getDate()+l),s.push({thisMonth:"after",date:_})}return s.length>0&&v.push(s),v};function nt({className:r="",date:n=[null,null],onChange:o=()=>{},onClose:v,min:s=new Date(2e3,0,1),max:y=new Date(2099,11,31)}){const g="day",[u,l]=R.useState((n==null?void 0:n[0])||new Date),[_,f]=R.useState(null),p=ue(u),d=(S,X=!1)=>{X||l(S),(!n[0]||n[0]&&n[1])&&o([S,null]),n[0]&&!n[1]&&(S<n[0]?o([S,n[0]]):o([n[0],S]))},{disabled:m,onArrowClick:O}=Se({method:g,selectMode:"day",viewDate:u,setDate:l,min:s,max:y});return R.useEffect(()=>{u>y&&l(y),u<s&&l(s)},[u,y,s]),i.jsxs("div",{className:M({[L.calendar]:!0,[L["calendar--range"]]:!0,[r]:!!r}),children:[i.jsx("div",{className:L.calendar__close,children:v&&i.jsx(xe,{onClick:v})}),i.jsxs("div",{className:L["calendar__range-tile"],children:[i.jsxs("div",{className:L.calendar__wrapper,children:[i.jsx(se,{viewDate:u,method:"day",onArrowClick:O,disabled:m,hideArrow:"next",range:!0}),i.jsx(ie,{hoverDate:_,setHoverDate:S=>f(S),selectedDate:n,weeksInMonth:p,handleDayClick:d,hideAfter:!0,max:y,min:s,range:!0})]}),i.jsxs("div",{className:L.calendar__wrapper,children:[i.jsx(se,{viewDate:u,method:"day",onArrowClick:O,disabled:m,hideArrow:"prev",range:!0}),i.jsx(ie,{hoverDate:_,setHoverDate:S=>f(S),selectedDate:n,weeksInMonth:ue(new Date(u.getFullYear(),u.getMonth()+1,1)),handleDayClick:S=>d(S,!0),hideBefore:!0,max:y,min:s,range:!0})]})]})]})}const z={"month-tile":"_month-tile_l4sup_1","month-tile__month":"_month-tile__month_l4sup_11","month-tile__month--selected":"_month-tile__month--selected_l4sup_38","month-tile__month--today":"_month-tile__month--today_l4sup_42","month-tile__month--tile":"_month-tile__month--tile_l4sup_46"},at=Array.from({length:12},(r,n)=>n);function lt({selectedDate:r,viewDate:n,handleMonthClick:o,tileContent:v=()=>!1,max:s,min:y}){const g=u=>{const l=new Date(n.getFullYear(),u,1);return l>new Date(s.getFullYear(),s.getMonth(),1)||l<new Date(y.getFullYear(),y.getMonth(),1)};return i.jsx("div",{className:z["month-tile"],children:at.map(u=>i.jsxs("button",{className:M({[z["month-tile__month"]]:!0,[z["month-tile__month--selected"]]:!!r&&A(r,new Date(n.getFullYear(),u),"month"),[z["month-tile__month--today"]]:A(new Date(n.getFullYear(),u),new Date,"month"),[z["month-tile__month--tile"]]:!!v(new Date(n.getFullYear(),u-1,1),"month")}),type:"button",onClick:()=>o(u),disabled:g(u),children:[i.jsx("span",{children:`${u+1}월`}),!!v(new Date(n.getFullYear(),u-1,1),"month")&&v(new Date(n.getFullYear(),u-1,1),"month")]},u))})}const W={"year-tile":"_year-tile_1tvwj_1","year-tile__blank":"_year-tile__blank_1tvwj_17","year-tile__year":"_year-tile__year_1tvwj_24","year-tile__year--border":"_year-tile__year--border_1tvwj_45","year-tile__year--year":"_year-tile__year--year_1tvwj_54","year-tile__year--selected":"_year-tile__year--selected_1tvwj_60","year-tile__year--tile":"_year-tile__year--tile_1tvwj_64"};function ot({selectedDate:r,onClick:n,tileContent:o=()=>!1,max:v,min:s}){const y=R.useRef(null),g=R.useRef(null),u=Array.from({length:v.getFullYear()-s.getFullYear()+1},(l,_)=>s.getFullYear()+_);return R.useEffect(()=>{const l=g.current,_=y.current;if(!l||!_)return;const{clientHeight:f}=_,{offsetTop:p,clientHeight:d}=l;_.scrollTo({top:p-f/2+d})},[]),i.jsxs("div",{className:W["year-tile"],ref:y,children:[i.jsx("div",{className:W["year-tile__blank"]}),u.map(l=>i.jsxs("button",{className:M({[W["year-tile__year"]]:!0,[W["year-tile__year--selected"]]:!!r&&r.getFullYear()===l,[W["year-tile__year--border"]]:!!o(new Date(l,1,1),"year")}),type:"button",ref:r&&r.getFullYear()===l?g:null,onClick:()=>n(l),children:[i.jsx("span",{className:W["yearTile__year--year"],children:l}),o(new Date(l,1,1),"year")&&i.jsx("div",{className:W["yearTile__year--tile"],children:o(new Date(l,1,1),"year")})]},l)),i.jsx("div",{className:W["year-tile__blank"]})]})}const it=({viewDate:r,setViewDate:n,onChange:o,setSelectMode:v,method:s,setView:y})=>{const g=new Date(2e3,0,1),u=new Date(2099,11,31);return{onDayClick:p=>{p<g||p>u||(n(p),y("day"),o(p))},onMonthClick:p=>{const d=new Date(r.getFullYear(),p,1);n(d),s!=="month"&&v(s),s==="month"&&(y("month"),o(d))},onYearClick:p=>{const d=new Date(p,0,1);n(d),s!=="year"&&v(s),s==="year"&&(y("year"),o(d))}}},N={view:"_view_10omg_1",view__block:"_view__block_10omg_11","view__block--second":"_view__block--second_10omg_21","view__block--last":"_view__block--last_10omg_24",view__selector:"_view__selector_10omg_27","view__selector--selected":"_view__selector--selected_10omg_38"};function st({method:r,selectView:n}){return i.jsxs("div",{className:N.view,children:[i.jsx("div",{className:M({[N.view__block]:!0,[N["view__block--second"]]:r==="month",[N["view__block--last"]]:r==="year"})}),i.jsx("button",{className:M({[N.view__selector]:!0,[N["view__selector--selected"]]:r==="day"}),type:"button",onClick:()=>n("day"),children:"일"}),i.jsx("button",{className:M({[N.view__selector]:!0,[N["view__selector--selected"]]:r==="month"}),type:"button",onClick:()=>n("month"),children:"월"}),i.jsx("button",{className:M({[N.view__selector]:!0,[N["view__selector--selected"]]:r==="year"}),type:"button",onClick:()=>n("year"),children:"년"})]})}function ut({className:r="",date:n,view:o,setView:v=()=>{},tileContent:s,onChange:y=()=>{},onClose:g,viewSelector:u=!0,min:l=new Date(2e3,0,1),max:_=new Date(2099,11,31)}){const[f,p]=R.useState(n||new Date),[d,m]=R.useState(o||"day"),[O,S]=R.useState(o||"day"),X=ue(f),{onDayClick:I,onMonthClick:x,onYearClick:ce}=it({viewDate:f,setViewDate:G=>p(G),onChange:y,setSelectMode:S,method:d,setView:v}),{disabled:_e,onArrowClick:fe}=Se({method:d,selectMode:O,viewDate:f,setDate:p,min:l,max:_}),de=G=>{m(G),S(G)};return R.useEffect(()=>{f>_&&p(_),f<l&&p(l)},[f,_,l]),i.jsxs("div",{className:M({[L.calendar]:!0,[r]:!!r}),children:[i.jsx("div",{className:L.calendar__close,children:g&&i.jsx(xe,{onClick:g})}),u&&i.jsx(st,{method:d,selectView:de}),i.jsx(se,{viewDate:f,method:d,onArrowClick:fe,disabled:_e,selectMode:O,setSelectMode:S}),d==="day"&&O==="day"&&i.jsx(ie,{selectedDate:[n,null],weeksInMonth:X,handleDayClick:I,tileContent:()=>s?s(n,d):null,max:_,min:l}),(d==="month"||O==="month")&&O!=="year"&&i.jsx(lt,{selectedDate:n,viewDate:f,handleMonthClick:x,tileContent:s,max:_,min:l}),(d==="year"||O==="year")&&i.jsx(ot,{selectedDate:n,onClick:ce,tileContent:s,max:_,min:l})]})}function ct({className:r="",date:n,view:o,setView:v=()=>{},tileContent:s,onChange:y=()=>{},onClose:g,viewSelector:u=!0,min:l=new Date(2e3,0,1),max:_=new Date(2099,11,31),selectRange:f=!1}){return f?i.jsx(nt,{className:r,date:n,onChange:y,min:l,max:_,onClose:g}):i.jsx(ut,{className:r,date:n,view:o,setView:v,tileContent:s,onChange:y,min:l,max:_,onClose:g,viewSelector:u})}V.Calendar=ct,Object.defineProperty(V,Symbol.toStringTag,{value:"Module"})});
|
|
40
32
|
//# sourceMappingURL=index.umd.cjs.map
|