@tipp/ui 2.10.4 → 2.10.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app/index.cjs.map +1 -1
- package/dist/app/index.js +1 -1
- package/dist/app/platform/edit-coaching-time.cjs.map +1 -1
- package/dist/app/platform/edit-coaching-time.js +1 -1
- package/dist/app/platform/edit-service-type.cjs.map +1 -1
- package/dist/app/platform/edit-service-type.js +1 -1
- package/dist/app/platform/goal-manage-card-edit.cjs.map +1 -1
- package/dist/app/platform/goal-manage-card-edit.js +1 -1
- package/dist/app/platform/on-offline-radio-card.cjs.map +1 -1
- package/dist/app/platform/on-offline-radio-card.js +1 -1
- package/dist/app/platform/reservation-card.cjs.map +1 -1
- package/dist/app/platform/reservation-card.js +1 -1
- package/dist/app/platform/session-card.cjs.map +1 -1
- package/dist/app/platform/session-card.js +1 -1
- package/dist/app/roleplay/index.cjs +5 -25
- package/dist/app/roleplay/index.cjs.map +1 -1
- package/dist/app/roleplay/index.js +5 -5
- package/dist/app/roleplay/parts/content.cjs +5 -25
- package/dist/app/roleplay/parts/content.cjs.map +1 -1
- package/dist/app/roleplay/parts/content.js +4 -4
- package/dist/app/roleplay/parts/score-trend-section.cjs +4 -1
- package/dist/app/roleplay/parts/score-trend-section.cjs.map +1 -1
- package/dist/app/roleplay/parts/score-trend-section.js +2 -2
- package/dist/app/roleplay/parts/step-detail.cjs +1 -24
- package/dist/app/roleplay/parts/step-detail.cjs.map +1 -1
- package/dist/app/roleplay/parts/step-detail.js +1 -1
- package/dist/app/roleplay/rp-session-detail.cjs +5 -25
- package/dist/app/roleplay/rp-session-detail.cjs.map +1 -1
- package/dist/app/roleplay/rp-session-detail.js +5 -5
- package/dist/{chunk-UCTSCSQR.js → chunk-2IRG44IV.js} +2 -2
- package/dist/{chunk-L7ZHSQES.js → chunk-4LFGW6SO.js} +2 -2
- package/dist/{chunk-LGILQRJM.js → chunk-BTU3IMVG.js} +3 -3
- package/dist/{chunk-73PHGHPI.js → chunk-U4XM7VNI.js} +5 -2
- package/dist/chunk-U4XM7VNI.js.map +1 -0
- package/dist/{chunk-KJPBBBVK.js → chunk-YHA4OOND.js} +2 -25
- package/dist/chunk-YHA4OOND.js.map +1 -0
- package/dist/index.cjs +4 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/molecules/expand-table/index.cjs +4 -1
- package/dist/molecules/expand-table/index.cjs.map +1 -1
- package/dist/molecules/expand-table/index.js +1 -1
- package/dist/molecules/index.cjs +4 -1
- package/dist/molecules/index.cjs.map +1 -1
- package/dist/molecules/index.js +1 -1
- package/package.json +1 -1
- package/src/app/roleplay/parts/step-detail.tsx +1 -24
- package/src/molecules/expand-table/index.tsx +3 -0
- package/dist/chunk-73PHGHPI.js.map +0 -1
- package/dist/chunk-KJPBBBVK.js.map +0 -1
- /package/dist/{chunk-UCTSCSQR.js.map → chunk-2IRG44IV.js.map} +0 -0
- /package/dist/{chunk-L7ZHSQES.js.map → chunk-4LFGW6SO.js.map} +0 -0
- /package/dist/{chunk-LGILQRJM.js.map → chunk-BTU3IMVG.js.map} +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
Content
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-BTU3IMVG.js";
|
|
5
|
+
import "../../../chunk-YHA4OOND.js";
|
|
6
6
|
import "../../../chunk-WVY3C64M.js";
|
|
7
7
|
import "../../../chunk-5QIT4URV.js";
|
|
8
8
|
import "../../../chunk-GA6W62DO.js";
|
|
9
9
|
import "../../../chunk-2XDAK4B7.js";
|
|
10
|
-
import "../../../chunk-
|
|
10
|
+
import "../../../chunk-2IRG44IV.js";
|
|
11
11
|
import "../../../chunk-DIISQDYA.js";
|
|
12
12
|
import "../../../chunk-W72CR2TG.js";
|
|
13
13
|
import "../../../chunk-4YAA25AV.js";
|
|
@@ -17,7 +17,7 @@ import "../../../chunk-PSINRHYW.js";
|
|
|
17
17
|
import "../../../chunk-WSWSAPSS.js";
|
|
18
18
|
import "../../../chunk-RXK3JM34.js";
|
|
19
19
|
import "../../../chunk-5DRITHNR.js";
|
|
20
|
-
import "../../../chunk-
|
|
20
|
+
import "../../../chunk-U4XM7VNI.js";
|
|
21
21
|
import "../../../chunk-JCG2AUFJ.js";
|
|
22
22
|
import "../../../chunk-AS7ID74X.js";
|
|
23
23
|
import "../../../chunk-AYWCLLQ2.js";
|
|
@@ -2444,7 +2444,10 @@ function ExpandTable(props) {
|
|
|
2444
2444
|
},
|
|
2445
2445
|
onSortingChange: setSorting,
|
|
2446
2446
|
getPaginationRowModel: (0, import_react_table2.getPaginationRowModel)(),
|
|
2447
|
-
onPaginationChange: setPagination
|
|
2447
|
+
onPaginationChange: setPagination,
|
|
2448
|
+
// data 참조가 바뀔 때(예: 목록 refetch) tanstack이 pageIndex를 0으로
|
|
2449
|
+
// 자동 리셋하지 않도록 끈다. 행 수정 저장 후에도 보던 페이지를 유지하기 위함.
|
|
2450
|
+
autoResetPageIndex: false
|
|
2448
2451
|
});
|
|
2449
2452
|
const gridTemplateColumns = (0, import_react42.useMemo)(() => {
|
|
2450
2453
|
return columns.map((col) => {
|