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