@yuno-payments/dashboard-design-system 0.0.129 → 0.0.131
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/components/atoms/icon/icon-list.d.ts +1 -0
- package/dist/components/atoms/icon/icon-list.js +306 -304
- package/dist/components/organisms/data-table/data-table.d.ts +10 -1
- package/dist/components/organisms/data-table/data-table.js +53 -49
- package/dist/components/organisms/data-table/data-table.types.d.ts +19 -0
- package/dist/components/organisms/data-table/hooks/use-data-table-state.d.ts +4 -1
- package/dist/components/organisms/data-table/hooks/use-data-table-state.js +77 -47
- package/dist/node_modules/@phosphor-icons/react/dist/csr/File.es.js +8 -0
- package/dist/node_modules/@phosphor-icons/react/dist/defs/File.es.js +30 -0
- package/package.json +1 -1
|
@@ -142,6 +142,7 @@ declare const IconList: {
|
|
|
142
142
|
ToggleRight: import('@phosphor-icons/react').Icon;
|
|
143
143
|
ArrowCircleUp: import('@phosphor-icons/react').Icon;
|
|
144
144
|
ArrowUp: import('@phosphor-icons/react').Icon;
|
|
145
|
+
File: import('@phosphor-icons/react').Icon;
|
|
145
146
|
ArrowDown: import('@phosphor-icons/react').Icon;
|
|
146
147
|
ArrowUpRight: import('@phosphor-icons/react').Icon;
|
|
147
148
|
PlayCircle: import('@phosphor-icons/react').Icon;
|
|
@@ -29,8 +29,8 @@ import { PlusIcon as L } from "../../../node_modules/@phosphor-icons/react/dist/
|
|
|
29
29
|
import { WarningCircleIcon as T } from "../../../node_modules/@phosphor-icons/react/dist/csr/WarningCircle.es.js";
|
|
30
30
|
import { XCircleIcon as U } from "../../../node_modules/@phosphor-icons/react/dist/csr/XCircle.es.js";
|
|
31
31
|
import { CheckCircleIcon as y } from "../../../node_modules/@phosphor-icons/react/dist/csr/CheckCircle.es.js";
|
|
32
|
-
import { PlugsIcon as
|
|
33
|
-
import { PlugIcon as
|
|
32
|
+
import { PlugsIcon as F } from "../../../node_modules/@phosphor-icons/react/dist/csr/Plugs.es.js";
|
|
33
|
+
import { PlugIcon as b } from "../../../node_modules/@phosphor-icons/react/dist/csr/Plug.es.js";
|
|
34
34
|
import { ListIcon as R } from "../../../node_modules/@phosphor-icons/react/dist/csr/List.es.js";
|
|
35
35
|
import { ArrowCircleLeftIcon as M } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCircleLeft.es.js";
|
|
36
36
|
import { ArrowCircleRightIcon as x } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCircleRight.es.js";
|
|
@@ -44,161 +44,162 @@ import { NotepadIcon as O } from "../../../node_modules/@phosphor-icons/react/di
|
|
|
44
44
|
import { ExportIcon as V } from "../../../node_modules/@phosphor-icons/react/dist/csr/Export.es.js";
|
|
45
45
|
import { StopIcon as H } from "../../../node_modules/@phosphor-icons/react/dist/csr/Stop.es.js";
|
|
46
46
|
import { MicrophoneIcon as K } from "../../../node_modules/@phosphor-icons/react/dist/csr/Microphone.es.js";
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
47
|
+
import { FileIcon as Q } from "../../../node_modules/@phosphor-icons/react/dist/csr/File.es.js";
|
|
48
|
+
import { BinocularsIcon as X } from "../../../node_modules/@phosphor-icons/react/dist/csr/Binoculars.es.js";
|
|
49
|
+
import { GitBranchIcon as z } from "../../../node_modules/@phosphor-icons/react/dist/csr/GitBranch.es.js";
|
|
50
|
+
import { PencilIcon as j } from "../../../node_modules/@phosphor-icons/react/dist/csr/Pencil.es.js";
|
|
51
|
+
import { LinkBreakIcon as Z } from "../../../node_modules/@phosphor-icons/react/dist/csr/LinkBreak.es.js";
|
|
52
|
+
import { PauseIcon as J } from "../../../node_modules/@phosphor-icons/react/dist/csr/Pause.es.js";
|
|
53
|
+
import { DotsThreeVerticalIcon as Y } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsThreeVertical.es.js";
|
|
54
|
+
import { PencilSimpleIcon as _ } from "../../../node_modules/@phosphor-icons/react/dist/csr/PencilSimple.es.js";
|
|
55
|
+
import { TrashIcon as oo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Trash.es.js";
|
|
56
|
+
import { EqualsIcon as ro } from "../../../node_modules/@phosphor-icons/react/dist/csr/Equals.es.js";
|
|
57
|
+
import { BracketsAngleIcon as io } from "../../../node_modules/@phosphor-icons/react/dist/csr/BracketsAngle.es.js";
|
|
58
|
+
import { BracketsSquareIcon as eo } from "../../../node_modules/@phosphor-icons/react/dist/csr/BracketsSquare.es.js";
|
|
59
|
+
import { SelectionInverseIcon as mo } from "../../../node_modules/@phosphor-icons/react/dist/csr/SelectionInverse.es.js";
|
|
60
|
+
import { BracketsCurlyIcon as ao } from "../../../node_modules/@phosphor-icons/react/dist/csr/BracketsCurly.es.js";
|
|
61
|
+
import { CaretRightIcon as to } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretRight.es.js";
|
|
62
|
+
import { ArrowsDownUpIcon as no } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsDownUp.es.js";
|
|
63
|
+
import { DotsThreeIcon as so } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsThree.es.js";
|
|
64
|
+
import { ClockIcon as co } from "../../../node_modules/@phosphor-icons/react/dist/csr/Clock.es.js";
|
|
65
|
+
import { ProhibitIcon as po } from "../../../node_modules/@phosphor-icons/react/dist/csr/Prohibit.es.js";
|
|
66
|
+
import { ListPlusIcon as lo } from "../../../node_modules/@phosphor-icons/react/dist/csr/ListPlus.es.js";
|
|
67
|
+
import { SquareIcon as fo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Square.es.js";
|
|
68
|
+
import { CaretLeftIcon as Io } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretLeft.es.js";
|
|
69
|
+
import { UploadIcon as $o } from "../../../node_modules/@phosphor-icons/react/dist/csr/Upload.es.js";
|
|
70
|
+
import { CloudSlashIcon as Co } from "../../../node_modules/@phosphor-icons/react/dist/csr/CloudSlash.es.js";
|
|
71
|
+
import { GitForkIcon as uo } from "../../../node_modules/@phosphor-icons/react/dist/csr/GitFork.es.js";
|
|
72
|
+
import { TextboxIcon as ho } from "../../../node_modules/@phosphor-icons/react/dist/csr/Textbox.es.js";
|
|
73
|
+
import { DeviceMobileCameraIcon as wo } from "../../../node_modules/@phosphor-icons/react/dist/csr/DeviceMobileCamera.es.js";
|
|
74
|
+
import { CaretUpIcon as So } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretUp.es.js";
|
|
75
|
+
import { SwatchesIcon as go } from "../../../node_modules/@phosphor-icons/react/dist/csr/Swatches.es.js";
|
|
76
|
+
import { CreditCardIcon as ko } from "../../../node_modules/@phosphor-icons/react/dist/csr/CreditCard.es.js";
|
|
77
|
+
import { PaletteIcon as Po } from "../../../node_modules/@phosphor-icons/react/dist/csr/Palette.es.js";
|
|
78
|
+
import { CircleNotchIcon as Ao } from "../../../node_modules/@phosphor-icons/react/dist/csr/CircleNotch.es.js";
|
|
79
|
+
import { PencilSimpleLineIcon as Do } from "../../../node_modules/@phosphor-icons/react/dist/csr/PencilSimpleLine.es.js";
|
|
80
|
+
import { CopyIcon as Bo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Copy.es.js";
|
|
81
|
+
import { LightbulbIcon as Lo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Lightbulb.es.js";
|
|
82
|
+
import { ArrowBendUpLeftIcon as To } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowBendUpLeft.es.js";
|
|
83
|
+
import { CheckIcon as Uo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Check.es.js";
|
|
84
|
+
import { ChartPieIcon as yo } from "../../../node_modules/@phosphor-icons/react/dist/csr/ChartPie.es.js";
|
|
85
|
+
import { PercentIcon as Fo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Percent.es.js";
|
|
85
86
|
import { HashIcon as bo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Hash.es.js";
|
|
86
|
-
import { CurrencyCircleDollarIcon as
|
|
87
|
-
import { CurrencyDollarIcon as
|
|
88
|
-
import { ChartBarIcon as
|
|
89
|
-
import { ArrowsClockwiseIcon as
|
|
90
|
-
import { CopySimpleIcon as
|
|
91
|
-
import { FlagBannerIcon as
|
|
92
|
-
import { CalendarBlankIcon as
|
|
93
|
-
import { MoneyIcon as
|
|
94
|
-
import { PlayIcon as
|
|
95
|
-
import { FlagIcon as
|
|
96
|
-
import { CaretDoubleLeftIcon as
|
|
97
|
-
import { CaretDoubleRightIcon as
|
|
98
|
-
import { ShareNetworkIcon as
|
|
99
|
-
import { ToggleLeftIcon as
|
|
100
|
-
import { PlusCircleIcon as
|
|
101
|
-
import { UserCircleIcon as
|
|
102
|
-
import { CaretCircleRightIcon as
|
|
103
|
-
import { MinusCircleIcon as
|
|
104
|
-
import { ArchiveIcon as
|
|
105
|
-
import { DesktopIcon as
|
|
106
|
-
import { SunIcon as
|
|
107
|
-
import { TranslateIcon as
|
|
108
|
-
import { CheckSquareIcon as
|
|
109
|
-
import { CheckSquareOffsetIcon as
|
|
110
|
-
import { UploadSimpleIcon as
|
|
111
|
-
import { FileArrowUpIcon as
|
|
112
|
-
import { FileCsvIcon as
|
|
113
|
-
import { DownloadSimpleIcon as
|
|
114
|
-
import { ArrowCounterClockwiseIcon as
|
|
115
|
-
import { BankIcon as
|
|
116
|
-
import { ShieldWarningIcon as
|
|
117
|
-
import { UserSwitchIcon as
|
|
118
|
-
import { LightningIcon as
|
|
119
|
-
import { MapPinIcon as
|
|
120
|
-
import { EraserIcon as
|
|
121
|
-
import { VaultIcon as
|
|
122
|
-
import { ClockClockwiseIcon as
|
|
123
|
-
import { RepeatIcon as
|
|
124
|
-
import { EyeIcon as
|
|
125
|
-
import { EyeSlashIcon as
|
|
126
|
-
import { EyeClosedIcon as
|
|
127
|
-
import { DotsSixVerticalIcon as
|
|
128
|
-
import { DotsNineIcon as
|
|
129
|
-
import { CardsIcon as
|
|
130
|
-
import { ArrowCircleUpLeftIcon as
|
|
131
|
-
import { WalletIcon as
|
|
132
|
-
import { ArrowBendUpRightIcon as
|
|
133
|
-
import { IdentificationCardIcon as
|
|
134
|
-
import { NotificationIcon as
|
|
135
|
-
import { ListBulletsIcon as
|
|
136
|
-
import { DownloadIcon as
|
|
137
|
-
import { ArrowsOutSimpleIcon as
|
|
138
|
-
import { ClockCountdownIcon as
|
|
87
|
+
import { CurrencyCircleDollarIcon as Ro } from "../../../node_modules/@phosphor-icons/react/dist/csr/CurrencyCircleDollar.es.js";
|
|
88
|
+
import { CurrencyDollarIcon as Mo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CurrencyDollar.es.js";
|
|
89
|
+
import { ChartBarIcon as xo } from "../../../node_modules/@phosphor-icons/react/dist/csr/ChartBar.es.js";
|
|
90
|
+
import { ArrowsClockwiseIcon as vo } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsClockwise.es.js";
|
|
91
|
+
import { CopySimpleIcon as No } from "../../../node_modules/@phosphor-icons/react/dist/csr/CopySimple.es.js";
|
|
92
|
+
import { FlagBannerIcon as qo } from "../../../node_modules/@phosphor-icons/react/dist/csr/FlagBanner.es.js";
|
|
93
|
+
import { CalendarBlankIcon as Eo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CalendarBlank.es.js";
|
|
94
|
+
import { MoneyIcon as Go } from "../../../node_modules/@phosphor-icons/react/dist/csr/Money.es.js";
|
|
95
|
+
import { PlayIcon as Wo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Play.es.js";
|
|
96
|
+
import { FlagIcon as Oo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Flag.es.js";
|
|
97
|
+
import { CaretDoubleLeftIcon as Vo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretDoubleLeft.es.js";
|
|
98
|
+
import { CaretDoubleRightIcon as Ho } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretDoubleRight.es.js";
|
|
99
|
+
import { ShareNetworkIcon as Ko } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShareNetwork.es.js";
|
|
100
|
+
import { ToggleLeftIcon as Qo } from "../../../node_modules/@phosphor-icons/react/dist/csr/ToggleLeft.es.js";
|
|
101
|
+
import { PlusCircleIcon as Xo } from "../../../node_modules/@phosphor-icons/react/dist/csr/PlusCircle.es.js";
|
|
102
|
+
import { UserCircleIcon as zo } from "../../../node_modules/@phosphor-icons/react/dist/csr/UserCircle.es.js";
|
|
103
|
+
import { CaretCircleRightIcon as jo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretCircleRight.es.js";
|
|
104
|
+
import { MinusCircleIcon as Zo } from "../../../node_modules/@phosphor-icons/react/dist/csr/MinusCircle.es.js";
|
|
105
|
+
import { ArchiveIcon as Jo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Archive.es.js";
|
|
106
|
+
import { DesktopIcon as Yo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Desktop.es.js";
|
|
107
|
+
import { SunIcon as _o } from "../../../node_modules/@phosphor-icons/react/dist/csr/Sun.es.js";
|
|
108
|
+
import { TranslateIcon as or } from "../../../node_modules/@phosphor-icons/react/dist/csr/Translate.es.js";
|
|
109
|
+
import { CheckSquareIcon as rr } from "../../../node_modules/@phosphor-icons/react/dist/csr/CheckSquare.es.js";
|
|
110
|
+
import { CheckSquareOffsetIcon as ir } from "../../../node_modules/@phosphor-icons/react/dist/csr/CheckSquareOffset.es.js";
|
|
111
|
+
import { UploadSimpleIcon as er } from "../../../node_modules/@phosphor-icons/react/dist/csr/UploadSimple.es.js";
|
|
112
|
+
import { FileArrowUpIcon as mr } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileArrowUp.es.js";
|
|
113
|
+
import { FileCsvIcon as ar } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileCsv.es.js";
|
|
114
|
+
import { DownloadSimpleIcon as tr } from "../../../node_modules/@phosphor-icons/react/dist/csr/DownloadSimple.es.js";
|
|
115
|
+
import { ArrowCounterClockwiseIcon as nr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCounterClockwise.es.js";
|
|
116
|
+
import { BankIcon as sr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Bank.es.js";
|
|
117
|
+
import { ShieldWarningIcon as cr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShieldWarning.es.js";
|
|
118
|
+
import { UserSwitchIcon as pr } from "../../../node_modules/@phosphor-icons/react/dist/csr/UserSwitch.es.js";
|
|
119
|
+
import { LightningIcon as lr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Lightning.es.js";
|
|
120
|
+
import { MapPinIcon as fr } from "../../../node_modules/@phosphor-icons/react/dist/csr/MapPin.es.js";
|
|
121
|
+
import { EraserIcon as Ir } from "../../../node_modules/@phosphor-icons/react/dist/csr/Eraser.es.js";
|
|
122
|
+
import { VaultIcon as $r } from "../../../node_modules/@phosphor-icons/react/dist/csr/Vault.es.js";
|
|
123
|
+
import { ClockClockwiseIcon as Cr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ClockClockwise.es.js";
|
|
124
|
+
import { RepeatIcon as ur } from "../../../node_modules/@phosphor-icons/react/dist/csr/Repeat.es.js";
|
|
125
|
+
import { EyeIcon as hr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Eye.es.js";
|
|
126
|
+
import { EyeSlashIcon as wr } from "../../../node_modules/@phosphor-icons/react/dist/csr/EyeSlash.es.js";
|
|
127
|
+
import { EyeClosedIcon as Sr } from "../../../node_modules/@phosphor-icons/react/dist/csr/EyeClosed.es.js";
|
|
128
|
+
import { DotsSixVerticalIcon as gr } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsSixVertical.es.js";
|
|
129
|
+
import { DotsNineIcon as kr } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsNine.es.js";
|
|
130
|
+
import { CardsIcon as dr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Cards.es.js";
|
|
131
|
+
import { ArrowCircleUpLeftIcon as Pr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCircleUpLeft.es.js";
|
|
132
|
+
import { WalletIcon as Ar } from "../../../node_modules/@phosphor-icons/react/dist/csr/Wallet.es.js";
|
|
133
|
+
import { ArrowBendUpRightIcon as Dr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowBendUpRight.es.js";
|
|
134
|
+
import { IdentificationCardIcon as Br } from "../../../node_modules/@phosphor-icons/react/dist/csr/IdentificationCard.es.js";
|
|
135
|
+
import { NotificationIcon as Lr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Notification.es.js";
|
|
136
|
+
import { ListBulletsIcon as Tr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ListBullets.es.js";
|
|
137
|
+
import { DownloadIcon as Ur } from "../../../node_modules/@phosphor-icons/react/dist/csr/Download.es.js";
|
|
138
|
+
import { ArrowsOutSimpleIcon as yr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsOutSimple.es.js";
|
|
139
|
+
import { ClockCountdownIcon as Fr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ClockCountdown.es.js";
|
|
139
140
|
import { ClockCounterClockwiseIcon as br } from "../../../node_modules/@phosphor-icons/react/dist/csr/ClockCounterClockwise.es.js";
|
|
140
|
-
import { ImageIcon as
|
|
141
|
-
import { ToggleRightIcon as
|
|
142
|
-
import { ArrowCircleUpIcon as
|
|
143
|
-
import { ArrowUpIcon as
|
|
144
|
-
import { ArrowDownIcon as
|
|
145
|
-
import { ArrowUpRightIcon as
|
|
146
|
-
import { PlayCircleIcon as
|
|
147
|
-
import { PauseCircleIcon as
|
|
148
|
-
import { SquaresFourIcon as
|
|
149
|
-
import { LinkSimpleHorizontalIcon as
|
|
150
|
-
import { KeyIcon as
|
|
151
|
-
import { LockKeyIcon as
|
|
152
|
-
import { DetectiveIcon as
|
|
153
|
-
import { CalendarIcon as
|
|
154
|
-
import { TextColumnsIcon as
|
|
155
|
-
import { ColumnsIcon as
|
|
156
|
-
import { ImageSquareIcon as
|
|
157
|
-
import { PushPinIcon as
|
|
158
|
-
import { PushPinSimpleIcon as
|
|
159
|
-
import { PushPinSimpleSlashIcon as
|
|
160
|
-
import { ShieldCheckIcon as
|
|
161
|
-
import { PackageIcon as
|
|
162
|
-
import { ArrowElbowDownRightIcon as
|
|
163
|
-
import { BellSimpleSlashIcon as
|
|
164
|
-
import { BellRingingIcon as
|
|
165
|
-
import { GearSixIcon as
|
|
166
|
-
import { TextTIcon as
|
|
167
|
-
import { NumberCircleOneIcon as
|
|
168
|
-
import { ListNumbersIcon as
|
|
169
|
-
import { WarningIcon as
|
|
170
|
-
import { SortAscendingIcon as
|
|
171
|
-
import { ArrowClockwiseIcon as
|
|
172
|
-
import { SparkleIcon as
|
|
173
|
-
import { ThumbsUpIcon as
|
|
174
|
-
import { ThumbsDownIcon as
|
|
175
|
-
import { DotsThreeCircleVerticalIcon as
|
|
176
|
-
import { BugBeetleIcon as
|
|
177
|
-
import { EnvelopeIcon as
|
|
178
|
-
import { ShieldSlashIcon as
|
|
179
|
-
import { ArrowSquareInIcon as
|
|
180
|
-
import { RowsIcon as
|
|
181
|
-
import { GearFineIcon as
|
|
182
|
-
import { MoonIcon as
|
|
183
|
-
import { TrendDownIcon as
|
|
184
|
-
import { TrendUpIcon as
|
|
185
|
-
import { IntersectIcon as
|
|
186
|
-
import { MagicWandIcon as
|
|
187
|
-
import { PasswordIcon as
|
|
188
|
-
import { BuildingsIcon as
|
|
189
|
-
import { ArrowRightIcon as
|
|
190
|
-
import { HeadsetIcon as
|
|
191
|
-
import { NetworkIcon as
|
|
192
|
-
import { NetworkSlashIcon as
|
|
141
|
+
import { ImageIcon as Rr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Image.es.js";
|
|
142
|
+
import { ToggleRightIcon as Mr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ToggleRight.es.js";
|
|
143
|
+
import { ArrowCircleUpIcon as xr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCircleUp.es.js";
|
|
144
|
+
import { ArrowUpIcon as vr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowUp.es.js";
|
|
145
|
+
import { ArrowDownIcon as Nr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowDown.es.js";
|
|
146
|
+
import { ArrowUpRightIcon as qr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowUpRight.es.js";
|
|
147
|
+
import { PlayCircleIcon as Er } from "../../../node_modules/@phosphor-icons/react/dist/csr/PlayCircle.es.js";
|
|
148
|
+
import { PauseCircleIcon as Gr } from "../../../node_modules/@phosphor-icons/react/dist/csr/PauseCircle.es.js";
|
|
149
|
+
import { SquaresFourIcon as Wr } from "../../../node_modules/@phosphor-icons/react/dist/csr/SquaresFour.es.js";
|
|
150
|
+
import { LinkSimpleHorizontalIcon as Or } from "../../../node_modules/@phosphor-icons/react/dist/csr/LinkSimpleHorizontal.es.js";
|
|
151
|
+
import { KeyIcon as Vr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Key.es.js";
|
|
152
|
+
import { LockKeyIcon as Hr } from "../../../node_modules/@phosphor-icons/react/dist/csr/LockKey.es.js";
|
|
153
|
+
import { DetectiveIcon as Kr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Detective.es.js";
|
|
154
|
+
import { CalendarIcon as Qr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Calendar.es.js";
|
|
155
|
+
import { TextColumnsIcon as Xr } from "../../../node_modules/@phosphor-icons/react/dist/csr/TextColumns.es.js";
|
|
156
|
+
import { ColumnsIcon as zr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Columns.es.js";
|
|
157
|
+
import { ImageSquareIcon as jr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ImageSquare.es.js";
|
|
158
|
+
import { PushPinIcon as Zr } from "../../../node_modules/@phosphor-icons/react/dist/csr/PushPin.es.js";
|
|
159
|
+
import { PushPinSimpleIcon as Jr } from "../../../node_modules/@phosphor-icons/react/dist/csr/PushPinSimple.es.js";
|
|
160
|
+
import { PushPinSimpleSlashIcon as Yr } from "../../../node_modules/@phosphor-icons/react/dist/csr/PushPinSimpleSlash.es.js";
|
|
161
|
+
import { ShieldCheckIcon as _r } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShieldCheck.es.js";
|
|
162
|
+
import { PackageIcon as oi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Package.es.js";
|
|
163
|
+
import { ArrowElbowDownRightIcon as ri } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowElbowDownRight.es.js";
|
|
164
|
+
import { BellSimpleSlashIcon as ii } from "../../../node_modules/@phosphor-icons/react/dist/csr/BellSimpleSlash.es.js";
|
|
165
|
+
import { BellRingingIcon as ei } from "../../../node_modules/@phosphor-icons/react/dist/csr/BellRinging.es.js";
|
|
166
|
+
import { GearSixIcon as mi } from "../../../node_modules/@phosphor-icons/react/dist/csr/GearSix.es.js";
|
|
167
|
+
import { TextTIcon as ai } from "../../../node_modules/@phosphor-icons/react/dist/csr/TextT.es.js";
|
|
168
|
+
import { NumberCircleOneIcon as ti } from "../../../node_modules/@phosphor-icons/react/dist/csr/NumberCircleOne.es.js";
|
|
169
|
+
import { ListNumbersIcon as ni } from "../../../node_modules/@phosphor-icons/react/dist/csr/ListNumbers.es.js";
|
|
170
|
+
import { WarningIcon as si } from "../../../node_modules/@phosphor-icons/react/dist/csr/Warning.es.js";
|
|
171
|
+
import { SortAscendingIcon as ci } from "../../../node_modules/@phosphor-icons/react/dist/csr/SortAscending.es.js";
|
|
172
|
+
import { ArrowClockwiseIcon as pi } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowClockwise.es.js";
|
|
173
|
+
import { SparkleIcon as li } from "../../../node_modules/@phosphor-icons/react/dist/csr/Sparkle.es.js";
|
|
174
|
+
import { ThumbsUpIcon as fi } from "../../../node_modules/@phosphor-icons/react/dist/csr/ThumbsUp.es.js";
|
|
175
|
+
import { ThumbsDownIcon as Ii } from "../../../node_modules/@phosphor-icons/react/dist/csr/ThumbsDown.es.js";
|
|
176
|
+
import { DotsThreeCircleVerticalIcon as $i } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsThreeCircleVertical.es.js";
|
|
177
|
+
import { BugBeetleIcon as Ci } from "../../../node_modules/@phosphor-icons/react/dist/csr/BugBeetle.es.js";
|
|
178
|
+
import { EnvelopeIcon as ui } from "../../../node_modules/@phosphor-icons/react/dist/csr/Envelope.es.js";
|
|
179
|
+
import { ShieldSlashIcon as hi } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShieldSlash.es.js";
|
|
180
|
+
import { ArrowSquareInIcon as wi } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowSquareIn.es.js";
|
|
181
|
+
import { RowsIcon as Si } from "../../../node_modules/@phosphor-icons/react/dist/csr/Rows.es.js";
|
|
182
|
+
import { GearFineIcon as gi } from "../../../node_modules/@phosphor-icons/react/dist/csr/GearFine.es.js";
|
|
183
|
+
import { MoonIcon as ki } from "../../../node_modules/@phosphor-icons/react/dist/csr/Moon.es.js";
|
|
184
|
+
import { TrendDownIcon as di } from "../../../node_modules/@phosphor-icons/react/dist/csr/TrendDown.es.js";
|
|
185
|
+
import { TrendUpIcon as Pi } from "../../../node_modules/@phosphor-icons/react/dist/csr/TrendUp.es.js";
|
|
186
|
+
import { IntersectIcon as Ai } from "../../../node_modules/@phosphor-icons/react/dist/csr/Intersect.es.js";
|
|
187
|
+
import { MagicWandIcon as Di } from "../../../node_modules/@phosphor-icons/react/dist/csr/MagicWand.es.js";
|
|
188
|
+
import { PasswordIcon as Bi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Password.es.js";
|
|
189
|
+
import { BuildingsIcon as Li } from "../../../node_modules/@phosphor-icons/react/dist/csr/Buildings.es.js";
|
|
190
|
+
import { ArrowRightIcon as Ti } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowRight.es.js";
|
|
191
|
+
import { HeadsetIcon as Ui } from "../../../node_modules/@phosphor-icons/react/dist/csr/Headset.es.js";
|
|
192
|
+
import { NetworkIcon as yi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Network.es.js";
|
|
193
|
+
import { NetworkSlashIcon as Fi } from "../../../node_modules/@phosphor-icons/react/dist/csr/NetworkSlash.es.js";
|
|
193
194
|
import { TrafficSignalIcon as bi } from "../../../node_modules/@phosphor-icons/react/dist/csr/TrafficSignal.es.js";
|
|
194
|
-
import { FileMagnifyingGlassIcon as
|
|
195
|
-
import { ArrowsInSimpleIcon as
|
|
196
|
-
import { QueueIcon as
|
|
197
|
-
import { DeviceMobileSpeakerIcon as
|
|
198
|
-
import { CameraIcon as
|
|
199
|
-
const
|
|
195
|
+
import { FileMagnifyingGlassIcon as Ri } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileMagnifyingGlass.es.js";
|
|
196
|
+
import { ArrowsInSimpleIcon as Mi } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsInSimple.es.js";
|
|
197
|
+
import { QueueIcon as xi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Queue.es.js";
|
|
198
|
+
import { DeviceMobileSpeakerIcon as vi } from "../../../node_modules/@phosphor-icons/react/dist/csr/DeviceMobileSpeaker.es.js";
|
|
199
|
+
import { CameraIcon as Ni } from "../../../node_modules/@phosphor-icons/react/dist/csr/Camera.es.js";
|
|
200
|
+
const kt = {
|
|
200
201
|
Activity: bi,
|
|
201
|
-
FileSearch:
|
|
202
|
+
FileSearch: Ri,
|
|
202
203
|
MagnifyingGlass: r,
|
|
203
204
|
CaretDown: i,
|
|
204
205
|
CaretUpDown: e,
|
|
@@ -230,8 +231,8 @@ const St = {
|
|
|
230
231
|
WarningCircle: T,
|
|
231
232
|
XCircle: U,
|
|
232
233
|
CheckCircle: y,
|
|
233
|
-
Plugs:
|
|
234
|
-
Plug:
|
|
234
|
+
Plugs: F,
|
|
235
|
+
Plug: b,
|
|
235
236
|
List: R,
|
|
236
237
|
ArrowCircleLeft: M,
|
|
237
238
|
ArrowCircleRight: x,
|
|
@@ -243,160 +244,161 @@ const St = {
|
|
|
243
244
|
Star: W,
|
|
244
245
|
Notepad: O,
|
|
245
246
|
Export: V,
|
|
246
|
-
Binoculars:
|
|
247
|
-
GitBranch:
|
|
248
|
-
Pencil:
|
|
249
|
-
LinkBreak:
|
|
250
|
-
Pause:
|
|
251
|
-
DotsThreeVertical:
|
|
252
|
-
PencilSimple:
|
|
253
|
-
Trash:
|
|
254
|
-
Equals:
|
|
255
|
-
BracketsAngle:
|
|
256
|
-
BracketsSquare:
|
|
257
|
-
SelectionInverse:
|
|
258
|
-
BracketsCurly:
|
|
259
|
-
CaretRight:
|
|
260
|
-
ArrowsDownUp:
|
|
261
|
-
DotsThree:
|
|
262
|
-
Clock:
|
|
263
|
-
Prohibit:
|
|
264
|
-
ListPlus:
|
|
265
|
-
Square:
|
|
266
|
-
CaretLeft:
|
|
267
|
-
Upload:
|
|
268
|
-
CloudSlash:
|
|
269
|
-
GitFork:
|
|
270
|
-
Textbox:
|
|
271
|
-
DeviceMobileCamera:
|
|
272
|
-
CaretUp:
|
|
273
|
-
Swatches:
|
|
274
|
-
CreditCard:
|
|
275
|
-
Palette:
|
|
276
|
-
CircleNotch:
|
|
277
|
-
PencilSimpleLine:
|
|
278
|
-
Copy:
|
|
279
|
-
Lightbulb:
|
|
280
|
-
ArrowBendUpLeft:
|
|
281
|
-
Check:
|
|
282
|
-
ChartPie:
|
|
283
|
-
Percent:
|
|
247
|
+
Binoculars: X,
|
|
248
|
+
GitBranch: z,
|
|
249
|
+
Pencil: j,
|
|
250
|
+
LinkBreak: Z,
|
|
251
|
+
Pause: J,
|
|
252
|
+
DotsThreeVertical: Y,
|
|
253
|
+
PencilSimple: _,
|
|
254
|
+
Trash: oo,
|
|
255
|
+
Equals: ro,
|
|
256
|
+
BracketsAngle: io,
|
|
257
|
+
BracketsSquare: eo,
|
|
258
|
+
SelectionInverse: mo,
|
|
259
|
+
BracketsCurly: ao,
|
|
260
|
+
CaretRight: to,
|
|
261
|
+
ArrowsDownUp: no,
|
|
262
|
+
DotsThree: so,
|
|
263
|
+
Clock: co,
|
|
264
|
+
Prohibit: po,
|
|
265
|
+
ListPlus: lo,
|
|
266
|
+
Square: fo,
|
|
267
|
+
CaretLeft: Io,
|
|
268
|
+
Upload: $o,
|
|
269
|
+
CloudSlash: Co,
|
|
270
|
+
GitFork: uo,
|
|
271
|
+
Textbox: ho,
|
|
272
|
+
DeviceMobileCamera: wo,
|
|
273
|
+
CaretUp: So,
|
|
274
|
+
Swatches: go,
|
|
275
|
+
CreditCard: ko,
|
|
276
|
+
Palette: Po,
|
|
277
|
+
CircleNotch: Ao,
|
|
278
|
+
PencilSimpleLine: Do,
|
|
279
|
+
Copy: Bo,
|
|
280
|
+
Lightbulb: Lo,
|
|
281
|
+
ArrowBendUpLeft: To,
|
|
282
|
+
Check: Uo,
|
|
283
|
+
ChartPie: yo,
|
|
284
|
+
Percent: Fo,
|
|
284
285
|
Hash: bo,
|
|
285
|
-
CurrencyCircleDollar:
|
|
286
|
-
CurrencyDollar:
|
|
287
|
-
ChartBar:
|
|
288
|
-
ArrowsClockwise:
|
|
289
|
-
CopySimple:
|
|
290
|
-
FlagBanner:
|
|
291
|
-
CalendarBlank:
|
|
292
|
-
Money:
|
|
293
|
-
Play:
|
|
294
|
-
Flag:
|
|
295
|
-
CaretDoubleLeft:
|
|
296
|
-
CaretDoubleRight:
|
|
297
|
-
ShareNetwork:
|
|
298
|
-
ToggleLeft:
|
|
299
|
-
PlusCircle:
|
|
300
|
-
UserCircle:
|
|
301
|
-
CaretCircleRight:
|
|
302
|
-
MinusCircle:
|
|
303
|
-
Archive:
|
|
304
|
-
Desktop:
|
|
305
|
-
Sun:
|
|
306
|
-
Translate:
|
|
307
|
-
CheckSquare:
|
|
308
|
-
CheckSquareOffset:
|
|
309
|
-
UploadSimple:
|
|
310
|
-
FileArrowUp:
|
|
311
|
-
FileCsv:
|
|
312
|
-
DownloadSimple:
|
|
313
|
-
ArrowCounterClockwise:
|
|
314
|
-
Bank:
|
|
315
|
-
ShieldWarning:
|
|
316
|
-
UserSwitch:
|
|
317
|
-
Lightning:
|
|
318
|
-
MapPin:
|
|
319
|
-
Eraser:
|
|
320
|
-
Vault:
|
|
321
|
-
ClockClockwise:
|
|
322
|
-
Repeat:
|
|
323
|
-
Eye:
|
|
324
|
-
EyeSlash:
|
|
325
|
-
EyeClosed:
|
|
326
|
-
DotsSixVertical:
|
|
327
|
-
DotsNine:
|
|
328
|
-
Cards:
|
|
329
|
-
ArrowCircleUpLeft:
|
|
330
|
-
Wallet:
|
|
331
|
-
ArrowBendUpRight:
|
|
332
|
-
IdentificationCard:
|
|
333
|
-
Notification:
|
|
334
|
-
ListBullets:
|
|
335
|
-
Download:
|
|
336
|
-
ArrowsOutSimple:
|
|
337
|
-
ClockCountdown:
|
|
286
|
+
CurrencyCircleDollar: Ro,
|
|
287
|
+
CurrencyDollar: Mo,
|
|
288
|
+
ChartBar: xo,
|
|
289
|
+
ArrowsClockwise: vo,
|
|
290
|
+
CopySimple: No,
|
|
291
|
+
FlagBanner: qo,
|
|
292
|
+
CalendarBlank: Eo,
|
|
293
|
+
Money: Go,
|
|
294
|
+
Play: Wo,
|
|
295
|
+
Flag: Oo,
|
|
296
|
+
CaretDoubleLeft: Vo,
|
|
297
|
+
CaretDoubleRight: Ho,
|
|
298
|
+
ShareNetwork: Ko,
|
|
299
|
+
ToggleLeft: Qo,
|
|
300
|
+
PlusCircle: Xo,
|
|
301
|
+
UserCircle: zo,
|
|
302
|
+
CaretCircleRight: jo,
|
|
303
|
+
MinusCircle: Zo,
|
|
304
|
+
Archive: Jo,
|
|
305
|
+
Desktop: Yo,
|
|
306
|
+
Sun: _o,
|
|
307
|
+
Translate: or,
|
|
308
|
+
CheckSquare: rr,
|
|
309
|
+
CheckSquareOffset: ir,
|
|
310
|
+
UploadSimple: er,
|
|
311
|
+
FileArrowUp: mr,
|
|
312
|
+
FileCsv: ar,
|
|
313
|
+
DownloadSimple: tr,
|
|
314
|
+
ArrowCounterClockwise: nr,
|
|
315
|
+
Bank: sr,
|
|
316
|
+
ShieldWarning: cr,
|
|
317
|
+
UserSwitch: pr,
|
|
318
|
+
Lightning: lr,
|
|
319
|
+
MapPin: fr,
|
|
320
|
+
Eraser: Ir,
|
|
321
|
+
Vault: $r,
|
|
322
|
+
ClockClockwise: Cr,
|
|
323
|
+
Repeat: ur,
|
|
324
|
+
Eye: hr,
|
|
325
|
+
EyeSlash: wr,
|
|
326
|
+
EyeClosed: Sr,
|
|
327
|
+
DotsSixVertical: gr,
|
|
328
|
+
DotsNine: kr,
|
|
329
|
+
Cards: dr,
|
|
330
|
+
ArrowCircleUpLeft: Pr,
|
|
331
|
+
Wallet: Ar,
|
|
332
|
+
ArrowBendUpRight: Dr,
|
|
333
|
+
IdentificationCard: Br,
|
|
334
|
+
Notification: Lr,
|
|
335
|
+
ListBullets: Tr,
|
|
336
|
+
Download: Ur,
|
|
337
|
+
ArrowsOutSimple: yr,
|
|
338
|
+
ClockCountdown: Fr,
|
|
338
339
|
ClockCounterClockwise: br,
|
|
339
|
-
Image:
|
|
340
|
-
ToggleRight:
|
|
341
|
-
ArrowCircleUp:
|
|
342
|
-
ArrowUp:
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
340
|
+
Image: Rr,
|
|
341
|
+
ToggleRight: Mr,
|
|
342
|
+
ArrowCircleUp: xr,
|
|
343
|
+
ArrowUp: vr,
|
|
344
|
+
File: Q,
|
|
345
|
+
ArrowDown: Nr,
|
|
346
|
+
ArrowUpRight: qr,
|
|
347
|
+
PlayCircle: Er,
|
|
348
|
+
PauseCircle: Gr,
|
|
349
|
+
SquaresFour: Wr,
|
|
350
|
+
LinkSimpleHorizontal: Or,
|
|
351
|
+
Key: Vr,
|
|
352
|
+
LockKey: Hr,
|
|
353
|
+
Detective: Kr,
|
|
354
|
+
Calendar: Qr,
|
|
355
|
+
TextColumns: Xr,
|
|
356
|
+
Columns: zr,
|
|
357
|
+
ImageSquare: jr,
|
|
358
|
+
PushPin: Zr,
|
|
359
|
+
PushPinSimple: Jr,
|
|
360
|
+
PushPinSimpleSlash: Yr,
|
|
361
|
+
ShieldCheck: _r,
|
|
362
|
+
Package: oi,
|
|
363
|
+
ArrowElbowDownRight: ri,
|
|
364
|
+
BellSimpleSlash: ii,
|
|
365
|
+
BellRinging: ei,
|
|
366
|
+
GearSix: mi,
|
|
367
|
+
TextT: ai,
|
|
368
|
+
NumberCircleOne: ti,
|
|
369
|
+
ListNumbers: ni,
|
|
370
|
+
Warning: si,
|
|
371
|
+
SortAscending: ci,
|
|
372
|
+
ArrowClockwise: pi,
|
|
373
|
+
Sparkle: li,
|
|
374
|
+
ThumbsUp: fi,
|
|
375
|
+
ThumbsDown: Ii,
|
|
376
|
+
DotsThreeCircleVertical: $i,
|
|
377
|
+
BugBeetle: Ci,
|
|
378
|
+
Envelope: ui,
|
|
379
|
+
ShieldSlash: hi,
|
|
380
|
+
ArrowSquareIn: wi,
|
|
381
|
+
Rows: Si,
|
|
382
|
+
GearFine: gi,
|
|
383
|
+
Moon: ki,
|
|
384
|
+
TrendDown: di,
|
|
385
|
+
TrendUp: Pi,
|
|
386
|
+
Intersect: Ai,
|
|
385
387
|
close: o,
|
|
386
|
-
MagicWand:
|
|
388
|
+
MagicWand: Di,
|
|
387
389
|
Stop: H,
|
|
388
390
|
Microphone: K,
|
|
389
|
-
Password:
|
|
390
|
-
Buildings:
|
|
391
|
-
ArrowRight:
|
|
392
|
-
Headset:
|
|
393
|
-
Network:
|
|
394
|
-
NetworkSlash:
|
|
395
|
-
ArrowsInSimple:
|
|
396
|
-
Queue:
|
|
397
|
-
DeviceMobileSpeaker:
|
|
398
|
-
Camera:
|
|
391
|
+
Password: Bi,
|
|
392
|
+
Buildings: Li,
|
|
393
|
+
ArrowRight: Ti,
|
|
394
|
+
Headset: Ui,
|
|
395
|
+
Network: yi,
|
|
396
|
+
NetworkSlash: Fi,
|
|
397
|
+
ArrowsInSimple: Mi,
|
|
398
|
+
Queue: xi,
|
|
399
|
+
DeviceMobileSpeaker: vi,
|
|
400
|
+
Camera: Ni
|
|
399
401
|
};
|
|
400
402
|
export {
|
|
401
|
-
|
|
403
|
+
kt as IconList
|
|
402
404
|
};
|
|
@@ -90,6 +90,15 @@ export interface DataTableProps<TData, TValue> {
|
|
|
90
90
|
* Unique key for persisting table state in localStorage
|
|
91
91
|
*/
|
|
92
92
|
persistKey?: string;
|
|
93
|
+
/**
|
|
94
|
+
* Initial settings to load (from backend/profile)
|
|
95
|
+
* Takes precedence over localStorage
|
|
96
|
+
*/
|
|
97
|
+
initialSettings?: import('./data-table.types').DataTableSettings;
|
|
98
|
+
/**
|
|
99
|
+
* Callback when table settings change (for syncing to backend)
|
|
100
|
+
*/
|
|
101
|
+
onUpdate?: (settings: import('./data-table.types').DataTableSettings) => void;
|
|
93
102
|
}
|
|
94
103
|
/**
|
|
95
104
|
* Advanced data table component built on TanStack Table.
|
|
@@ -112,4 +121,4 @@ export interface DataTableProps<TData, TValue> {
|
|
|
112
121
|
* />
|
|
113
122
|
* ```
|
|
114
123
|
*/
|
|
115
|
-
export declare function DataTable<TData, TValue>({ columns, data, isLoading, empty, checkboxSelection, onRowSelectionChange, enableSorting, manualSorting, sorting: externalSorting, onSortingChange: externalOnSortingChange, enableColumnFilters, enableColumnResizing, columnResizeMode, onRowClick, actions, height, rowHeight, className, persistKey, }: DataTableProps<TData, TValue>): import("react/jsx-runtime").JSX.Element;
|
|
124
|
+
export declare function DataTable<TData, TValue>({ columns, data, isLoading, empty, checkboxSelection, onRowSelectionChange, enableSorting, manualSorting, sorting: externalSorting, onSortingChange: externalOnSortingChange, enableColumnFilters, enableColumnResizing, columnResizeMode, onRowClick, actions, height, rowHeight, className, persistKey, initialSettings, onUpdate, }: DataTableProps<TData, TValue>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { j as o } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
import * as
|
|
3
|
-
import { useReactTable as
|
|
4
|
-
import { Table as
|
|
2
|
+
import * as I from "react";
|
|
3
|
+
import { useReactTable as U } from "../../../node_modules/@tanstack/react-table/build/lib/index.js";
|
|
4
|
+
import { Table as V } from "../../../vendor/shadcn/table.js";
|
|
5
5
|
import { cn as u } from "../../../lib/utils.js";
|
|
6
|
-
import { DataTableLoading as
|
|
7
|
-
import { DataTableHeader as
|
|
8
|
-
import { DataTableBody as
|
|
9
|
-
import { useDataTableColumns as
|
|
10
|
-
import { useDataTableState as
|
|
11
|
-
import { ROW_HEIGHT_DEFAULT as
|
|
12
|
-
import { getFilteredRowModel as
|
|
13
|
-
import { Empty as
|
|
14
|
-
function
|
|
6
|
+
import { DataTableLoading as q } from "./components/states/data-table-loading.js";
|
|
7
|
+
import { DataTableHeader as J } from "./components/data-table-header.js";
|
|
8
|
+
import { DataTableBody as K } from "./components/data-table-body.js";
|
|
9
|
+
import { useDataTableColumns as Q } from "./hooks/use-data-table-columns.js";
|
|
10
|
+
import { useDataTableState as X } from "./hooks/use-data-table-state.js";
|
|
11
|
+
import { ROW_HEIGHT_DEFAULT as Y } from "./utils/data-table-constants.js";
|
|
12
|
+
import { getFilteredRowModel as Z, getSortedRowModel as $, getCoreRowModel as k } from "../../../node_modules/@tanstack/table-core/build/lib/index.js";
|
|
13
|
+
import { Empty as z } from "../../molecules/empty/empty.js";
|
|
14
|
+
function fe({
|
|
15
15
|
columns: a,
|
|
16
16
|
data: s,
|
|
17
17
|
isLoading: p = !1,
|
|
@@ -28,34 +28,38 @@ function me({
|
|
|
28
28
|
onRowClick: T,
|
|
29
29
|
actions: r,
|
|
30
30
|
height: j,
|
|
31
|
-
rowHeight: d =
|
|
31
|
+
rowHeight: d = Y,
|
|
32
32
|
className: R,
|
|
33
|
-
persistKey: D
|
|
33
|
+
persistKey: D,
|
|
34
|
+
initialSettings: F,
|
|
35
|
+
onUpdate: M
|
|
34
36
|
}) {
|
|
35
|
-
const
|
|
37
|
+
const E = Q({
|
|
36
38
|
columns: a,
|
|
37
39
|
checkboxSelection: m,
|
|
38
40
|
actions: r
|
|
39
41
|
}), {
|
|
40
42
|
sorting: f,
|
|
41
43
|
setSorting: g,
|
|
42
|
-
columnFilters:
|
|
43
|
-
setColumnFilters:
|
|
44
|
-
columnVisibility:
|
|
45
|
-
setColumnVisibility:
|
|
44
|
+
columnFilters: N,
|
|
45
|
+
setColumnFilters: v,
|
|
46
|
+
columnVisibility: P,
|
|
47
|
+
setColumnVisibility: A,
|
|
46
48
|
rowSelection: c,
|
|
47
|
-
setRowSelection:
|
|
48
|
-
columnPinning:
|
|
49
|
-
handleColumnPinningChange:
|
|
50
|
-
} =
|
|
49
|
+
setRowSelection: H,
|
|
50
|
+
columnPinning: L,
|
|
51
|
+
handleColumnPinningChange: W
|
|
52
|
+
} = X({
|
|
51
53
|
persistKey: D,
|
|
52
54
|
hasActions: !!r,
|
|
53
55
|
externalSorting: x,
|
|
54
|
-
onExternalSortingChange: w
|
|
55
|
-
|
|
56
|
+
onExternalSortingChange: w,
|
|
57
|
+
initialSettings: F,
|
|
58
|
+
onUpdate: M
|
|
59
|
+
}), t = U({
|
|
56
60
|
data: s,
|
|
57
|
-
columns:
|
|
58
|
-
getCoreRowModel:
|
|
61
|
+
columns: E,
|
|
62
|
+
getCoreRowModel: k(),
|
|
59
63
|
enableColumnResizing: i,
|
|
60
64
|
columnResizeMode: S,
|
|
61
65
|
enableColumnPinning: !0,
|
|
@@ -67,32 +71,32 @@ function me({
|
|
|
67
71
|
onSortingChange: (e) => {
|
|
68
72
|
g(typeof e == "function" ? e(f) : e);
|
|
69
73
|
},
|
|
70
|
-
getSortedRowModel:
|
|
74
|
+
getSortedRowModel: $(),
|
|
71
75
|
manualSorting: h
|
|
72
76
|
},
|
|
73
77
|
...y && {
|
|
74
|
-
onColumnFiltersChange:
|
|
75
|
-
getFilteredRowModel:
|
|
78
|
+
onColumnFiltersChange: v,
|
|
79
|
+
getFilteredRowModel: Z()
|
|
76
80
|
},
|
|
77
|
-
onColumnVisibilityChange:
|
|
78
|
-
onRowSelectionChange:
|
|
79
|
-
onColumnPinningChange:
|
|
81
|
+
onColumnVisibilityChange: A,
|
|
82
|
+
onRowSelectionChange: H,
|
|
83
|
+
onColumnPinningChange: W,
|
|
80
84
|
state: {
|
|
81
85
|
sorting: f,
|
|
82
|
-
columnFilters:
|
|
83
|
-
columnVisibility:
|
|
86
|
+
columnFilters: N,
|
|
87
|
+
columnVisibility: P,
|
|
84
88
|
rowSelection: c,
|
|
85
|
-
columnPinning:
|
|
89
|
+
columnPinning: L
|
|
86
90
|
}
|
|
87
91
|
});
|
|
88
|
-
if (
|
|
92
|
+
if (I.useEffect(() => {
|
|
89
93
|
if (n) {
|
|
90
94
|
const e = t.getFilteredSelectedRowModel().rows.map((l) => l.original);
|
|
91
95
|
n(e);
|
|
92
96
|
}
|
|
93
97
|
}, [c, n, t]), p)
|
|
94
98
|
return /* @__PURE__ */ o.jsx(
|
|
95
|
-
|
|
99
|
+
q,
|
|
96
100
|
{
|
|
97
101
|
columns: a,
|
|
98
102
|
checkboxSelection: m,
|
|
@@ -103,17 +107,17 @@ function me({
|
|
|
103
107
|
if (s.length === 0) {
|
|
104
108
|
const e = C || {}, {
|
|
105
109
|
title: l = "No results",
|
|
106
|
-
description:
|
|
107
|
-
media:
|
|
108
|
-
actions:
|
|
110
|
+
description: _ = "No data available",
|
|
111
|
+
media: B,
|
|
112
|
+
actions: G
|
|
109
113
|
} = e;
|
|
110
114
|
return /* @__PURE__ */ o.jsx(
|
|
111
|
-
|
|
115
|
+
z,
|
|
112
116
|
{
|
|
113
|
-
media:
|
|
117
|
+
media: B,
|
|
114
118
|
title: l,
|
|
115
|
-
description:
|
|
116
|
-
actions:
|
|
119
|
+
description: _,
|
|
120
|
+
actions: G
|
|
117
121
|
}
|
|
118
122
|
);
|
|
119
123
|
}
|
|
@@ -123,20 +127,20 @@ function me({
|
|
|
123
127
|
className: "rounded-md border overflow-x-auto",
|
|
124
128
|
style: { height: j || "auto" },
|
|
125
129
|
children: /* @__PURE__ */ o.jsxs(
|
|
126
|
-
|
|
130
|
+
V,
|
|
127
131
|
{
|
|
128
132
|
className: u("table-fixed"),
|
|
129
133
|
style: { width: "max-content", minWidth: "100%" },
|
|
130
134
|
children: [
|
|
131
135
|
/* @__PURE__ */ o.jsx(
|
|
132
|
-
|
|
136
|
+
J,
|
|
133
137
|
{
|
|
134
138
|
table: t,
|
|
135
139
|
enableColumnResizing: i
|
|
136
140
|
}
|
|
137
141
|
),
|
|
138
142
|
/* @__PURE__ */ o.jsx(
|
|
139
|
-
|
|
143
|
+
K,
|
|
140
144
|
{
|
|
141
145
|
table: t,
|
|
142
146
|
enableColumnResizing: i,
|
|
@@ -151,5 +155,5 @@ function me({
|
|
|
151
155
|
) });
|
|
152
156
|
}
|
|
153
157
|
export {
|
|
154
|
-
|
|
158
|
+
fe as DataTable
|
|
155
159
|
};
|
|
@@ -77,6 +77,23 @@ export type DataTableColumn<TData> = ColumnDef<TData> & {
|
|
|
77
77
|
enableSorting?: boolean;
|
|
78
78
|
enableHiding?: boolean;
|
|
79
79
|
};
|
|
80
|
+
/**
|
|
81
|
+
* Settings structure compatible with TableV2 format
|
|
82
|
+
* Used for initialSettings and onUpdate callback
|
|
83
|
+
*/
|
|
84
|
+
export interface DataTableSettings {
|
|
85
|
+
hide?: string[];
|
|
86
|
+
show?: string[];
|
|
87
|
+
width?: {
|
|
88
|
+
[key: string]: number;
|
|
89
|
+
};
|
|
90
|
+
pinnedColumns?: {
|
|
91
|
+
right: string[];
|
|
92
|
+
left: string[];
|
|
93
|
+
};
|
|
94
|
+
order?: string[];
|
|
95
|
+
sorting?: SortingState;
|
|
96
|
+
}
|
|
80
97
|
export interface DataTableProps<TData> {
|
|
81
98
|
columns: DataTableColumn<TData>[];
|
|
82
99
|
data: TData[];
|
|
@@ -103,6 +120,8 @@ export interface DataTableProps<TData> {
|
|
|
103
120
|
height?: string | number;
|
|
104
121
|
rowHeight?: number;
|
|
105
122
|
persistKey?: string;
|
|
123
|
+
initialSettings?: DataTableSettings;
|
|
124
|
+
onUpdate?: (settings: DataTableSettings) => void;
|
|
106
125
|
renderToolbar?: () => React.ReactNode;
|
|
107
126
|
renderActions?: () => React.ReactNode;
|
|
108
127
|
className?: string;
|
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
import { ColumnFiltersState, SortingState, VisibilityState, RowSelectionState, ColumnPinningState } from '@tanstack/react-table';
|
|
2
|
+
import { DataTableSettings } from '../data-table.types';
|
|
2
3
|
import * as React from "react";
|
|
3
4
|
interface UseDataTableStateProps {
|
|
4
5
|
persistKey?: string;
|
|
5
6
|
hasActions?: boolean;
|
|
6
7
|
externalSorting?: SortingState;
|
|
7
8
|
onExternalSortingChange?: (sorting: SortingState) => void;
|
|
9
|
+
initialSettings?: DataTableSettings;
|
|
10
|
+
onUpdate?: (settings: DataTableSettings) => void;
|
|
8
11
|
}
|
|
9
|
-
export declare function useDataTableState({ persistKey, hasActions, externalSorting, onExternalSortingChange, }: UseDataTableStateProps): {
|
|
12
|
+
export declare function useDataTableState({ persistKey, hasActions, externalSorting, onExternalSortingChange, initialSettings, onUpdate, }: UseDataTableStateProps): {
|
|
10
13
|
sorting: SortingState;
|
|
11
14
|
setSorting: (sorting: SortingState) => void;
|
|
12
15
|
columnFilters: ColumnFiltersState;
|
|
@@ -1,78 +1,108 @@
|
|
|
1
1
|
import * as i from "react";
|
|
2
|
-
function
|
|
3
|
-
persistKey:
|
|
4
|
-
hasActions:
|
|
5
|
-
externalSorting:
|
|
6
|
-
onExternalSortingChange: r
|
|
2
|
+
function N({
|
|
3
|
+
persistKey: l,
|
|
4
|
+
hasActions: s = !1,
|
|
5
|
+
externalSorting: P,
|
|
6
|
+
onExternalSortingChange: r,
|
|
7
|
+
initialSettings: n,
|
|
8
|
+
onUpdate: m
|
|
7
9
|
}) {
|
|
8
|
-
const [
|
|
10
|
+
const [c, a] = i.useState([]), [y, w] = i.useState(
|
|
9
11
|
[]
|
|
10
|
-
), [
|
|
12
|
+
), [u, d] = i.useState({}), [V, C] = i.useState({}), [f, g] = i.useState({
|
|
11
13
|
left: [],
|
|
12
|
-
right:
|
|
13
|
-
}),
|
|
14
|
+
right: s ? ["actions"] : []
|
|
15
|
+
}), F = P ?? c, I = r ?? a;
|
|
14
16
|
i.useEffect(() => {
|
|
15
|
-
if (
|
|
16
|
-
|
|
17
|
-
|
|
17
|
+
if (n) {
|
|
18
|
+
if (n.hide || n.show) {
|
|
19
|
+
const e = {};
|
|
20
|
+
n.hide?.forEach((t) => {
|
|
21
|
+
e[t] = !1;
|
|
22
|
+
}), d(e);
|
|
23
|
+
}
|
|
24
|
+
n.pinnedColumns && g({
|
|
25
|
+
left: n.pinnedColumns.left || [],
|
|
26
|
+
right: [
|
|
27
|
+
...(n.pinnedColumns.right || []).filter(
|
|
28
|
+
(e) => e !== "actions"
|
|
29
|
+
),
|
|
30
|
+
...s ? ["actions"] : []
|
|
31
|
+
]
|
|
32
|
+
}), !r && n.sorting && a(n.sorting);
|
|
33
|
+
}
|
|
34
|
+
}, [n, s, r]), i.useEffect(() => {
|
|
35
|
+
if (!l) return;
|
|
36
|
+
const e = localStorage.getItem(`datatable-${l}`);
|
|
37
|
+
if (e)
|
|
18
38
|
try {
|
|
19
|
-
const t = JSON.parse(
|
|
20
|
-
t.columnVisibility &&
|
|
39
|
+
const t = JSON.parse(e);
|
|
40
|
+
t.columnVisibility && d(t.columnVisibility), t.columnPinning && g({
|
|
21
41
|
left: t.columnPinning.left || [],
|
|
22
42
|
right: [
|
|
23
43
|
...(t.columnPinning.right || []).filter(
|
|
24
44
|
(o) => o !== "actions"
|
|
25
45
|
),
|
|
26
|
-
...
|
|
46
|
+
...s ? ["actions"] : []
|
|
27
47
|
]
|
|
28
|
-
}), !r && t.sorting &&
|
|
48
|
+
}), !r && t.sorting && a(t.sorting);
|
|
29
49
|
} catch (t) {
|
|
30
50
|
console.error("Failed to load table state", t);
|
|
31
51
|
}
|
|
32
|
-
}, [
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
52
|
+
}, [l, s, r]), i.useEffect(() => {
|
|
53
|
+
const e = Object.entries(u).filter(([, o]) => !o).map(([o]) => o), t = {
|
|
54
|
+
hide: e.length > 0 ? e : void 0,
|
|
55
|
+
pinnedColumns: {
|
|
56
|
+
left: f.left || [],
|
|
57
|
+
right: f.right || []
|
|
58
|
+
},
|
|
59
|
+
// Only include sorting if not controlled externally
|
|
60
|
+
...!r && c.length > 0 && { sorting: c }
|
|
39
61
|
};
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
62
|
+
if (l) {
|
|
63
|
+
const o = {
|
|
64
|
+
columnVisibility: u,
|
|
65
|
+
columnPinning: f,
|
|
66
|
+
...!r && { sorting: c }
|
|
67
|
+
};
|
|
68
|
+
localStorage.setItem(`datatable-${l}`, JSON.stringify(o));
|
|
69
|
+
}
|
|
70
|
+
m && m(t);
|
|
71
|
+
}, [u, f, c, l, r, m]);
|
|
72
|
+
const O = i.useCallback(
|
|
73
|
+
(e) => {
|
|
44
74
|
g((t) => {
|
|
45
|
-
const o = typeof
|
|
46
|
-
if (
|
|
47
|
-
const
|
|
48
|
-
(
|
|
75
|
+
const o = typeof e == "function" ? e(t) : e, h = Array.isArray(o.left) ? o.left : [], b = Array.isArray(o.right) ? o.right : [];
|
|
76
|
+
if (s) {
|
|
77
|
+
const v = b.filter(
|
|
78
|
+
(J) => J !== "actions"
|
|
49
79
|
);
|
|
50
80
|
return {
|
|
51
|
-
left:
|
|
52
|
-
right: [...
|
|
81
|
+
left: h,
|
|
82
|
+
right: [...v, "actions"]
|
|
53
83
|
};
|
|
54
84
|
}
|
|
55
85
|
return {
|
|
56
|
-
left:
|
|
57
|
-
right:
|
|
86
|
+
left: h,
|
|
87
|
+
right: b
|
|
58
88
|
};
|
|
59
89
|
});
|
|
60
90
|
},
|
|
61
|
-
[
|
|
91
|
+
[s]
|
|
62
92
|
);
|
|
63
93
|
return {
|
|
64
|
-
sorting:
|
|
65
|
-
setSorting:
|
|
66
|
-
columnFilters:
|
|
67
|
-
setColumnFilters:
|
|
68
|
-
columnVisibility:
|
|
69
|
-
setColumnVisibility:
|
|
70
|
-
rowSelection:
|
|
71
|
-
setRowSelection:
|
|
72
|
-
columnPinning:
|
|
73
|
-
handleColumnPinningChange:
|
|
94
|
+
sorting: F,
|
|
95
|
+
setSorting: I,
|
|
96
|
+
columnFilters: y,
|
|
97
|
+
setColumnFilters: w,
|
|
98
|
+
columnVisibility: u,
|
|
99
|
+
setColumnVisibility: d,
|
|
100
|
+
rowSelection: V,
|
|
101
|
+
setRowSelection: C,
|
|
102
|
+
columnPinning: f,
|
|
103
|
+
handleColumnPinningChange: O
|
|
74
104
|
};
|
|
75
105
|
}
|
|
76
106
|
export {
|
|
77
|
-
|
|
107
|
+
N as useDataTableState
|
|
78
108
|
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as o from "react";
|
|
2
|
+
import a from "../lib/IconBase.es.js";
|
|
3
|
+
import m from "../defs/File.es.js";
|
|
4
|
+
const t = o.forwardRef((e, r) => /* @__PURE__ */ o.createElement(a, { ref: r, ...e, weights: m }));
|
|
5
|
+
t.displayName = "FileIcon";
|
|
6
|
+
export {
|
|
7
|
+
t as FileIcon
|
|
8
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const a = /* @__PURE__ */ new Map([
|
|
3
|
+
[
|
|
4
|
+
"bold",
|
|
5
|
+
/* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M216.49,79.52l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40V216a20,20,0,0,0,20,20H200a20,20,0,0,0,20-20V88A12,12,0,0,0,216.49,79.52ZM160,57l23,23H160ZM60,212V44h76V92a12,12,0,0,0,12,12h48V212Z" }))
|
|
6
|
+
],
|
|
7
|
+
[
|
|
8
|
+
"duotone",
|
|
9
|
+
/* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M208,88H152V32Z", opacity: "0.2" }), /* @__PURE__ */ e.createElement("path", { d: "M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM200,216H56V40h88V88a8,8,0,0,0,8,8h48V216Z" }))
|
|
10
|
+
],
|
|
11
|
+
[
|
|
12
|
+
"fill",
|
|
13
|
+
/* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM152,88V44l44,44Z" }))
|
|
14
|
+
],
|
|
15
|
+
[
|
|
16
|
+
"light",
|
|
17
|
+
/* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M212.24,83.76l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40V216a14,14,0,0,0,14,14H200a14,14,0,0,0,14-14V88A6,6,0,0,0,212.24,83.76ZM158,46.48,193.52,82H158ZM200,218H56a2,2,0,0,1-2-2V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50V216A2,2,0,0,1,200,218Z" }))
|
|
18
|
+
],
|
|
19
|
+
[
|
|
20
|
+
"regular",
|
|
21
|
+
/* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM200,216H56V40h88V88a8,8,0,0,0,8,8h48V216Z" }))
|
|
22
|
+
],
|
|
23
|
+
[
|
|
24
|
+
"thin",
|
|
25
|
+
/* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M210.83,85.17l-56-56A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40V216a12,12,0,0,0,12,12H200a12,12,0,0,0,12-12V88A4,4,0,0,0,210.83,85.17ZM156,41.65,198.34,84H156ZM200,220H56a4,4,0,0,1-4-4V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52V216A4,4,0,0,1,200,220Z" }))
|
|
26
|
+
]
|
|
27
|
+
]);
|
|
28
|
+
export {
|
|
29
|
+
a as default
|
|
30
|
+
};
|