@xaui/native 0.9.1-alpha.91 → 0.9.1-alpha.92
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/chunk-3A5RK2R7.js +40 -0
- package/dist/chunk-6JAGPPZU.cjs +788 -0
- package/dist/chunk-7NQL5DXY.js +302 -0
- package/dist/chunk-FTPPUTWL.cjs +40 -0
- package/dist/chunk-GGP2ERSV.js +487 -0
- package/dist/chunk-KPKEZWZM.js +517 -0
- package/dist/chunk-LKRQUQZQ.cjs +487 -0
- package/dist/{chunk-LIEXFWTN.js → chunk-P5M5URAB.js} +29 -126
- package/dist/chunk-UR37LVPU.cjs +382 -0
- package/dist/chunk-XWIPLZTD.cjs +302 -0
- package/dist/components/carousel/index.cjs +3 -2
- package/dist/components/carousel/index.js +2 -1
- package/dist/components/index.d.cts +3 -0
- package/dist/components/index.d.ts +3 -0
- package/dist/components/number-pad/index.cjs +40 -0
- package/dist/components/number-pad/index.d.cts +60 -0
- package/dist/components/number-pad/index.d.ts +60 -0
- package/dist/components/number-pad/index.js +40 -0
- package/dist/components/number-pad/number-pad-action.d.cts +24 -0
- package/dist/components/number-pad/number-pad-action.d.ts +24 -0
- package/dist/components/number-pad/number-pad-backspace.d.cts +18 -0
- package/dist/components/number-pad/number-pad-backspace.d.ts +18 -0
- package/dist/components/number-pad/number-pad-cell.d.cts +7 -0
- package/dist/components/number-pad/number-pad-cell.d.ts +7 -0
- package/dist/components/number-pad/number-pad-icon.d.cts +13 -0
- package/dist/components/number-pad/number-pad-icon.d.ts +13 -0
- package/dist/components/number-pad/number-pad-key.d.cts +24 -0
- package/dist/components/number-pad/number-pad-key.d.ts +24 -0
- package/dist/components/number-pad/number-pad-label.d.cts +14 -0
- package/dist/components/number-pad/number-pad-label.d.ts +14 -0
- package/dist/components/number-pad/number-pad.context.d.cts +18 -0
- package/dist/components/number-pad/number-pad.context.d.ts +18 -0
- package/dist/components/number-pad/number-pad.d.cts +57 -0
- package/dist/components/number-pad/number-pad.d.ts +57 -0
- package/dist/components/number-pad/number-pad.recipe.d.cts +11 -0
- package/dist/components/number-pad/number-pad.recipe.d.ts +11 -0
- package/dist/components/number-pad/number-pad.style.d.cts +13 -0
- package/dist/components/number-pad/number-pad.style.d.ts +13 -0
- package/dist/components/number-pad/number-pad.type.d.cts +135 -0
- package/dist/components/number-pad/number-pad.type.d.ts +135 -0
- package/dist/components/number-pad/number-pad.utils.d.cts +34 -0
- package/dist/components/number-pad/number-pad.utils.d.ts +34 -0
- package/dist/components/pager/index.cjs +31 -0
- package/dist/components/pager/index.d.cts +60 -0
- package/dist/components/pager/index.d.ts +60 -0
- package/dist/components/pager/index.js +31 -0
- package/dist/components/pager/pager-content.d.cts +24 -0
- package/dist/components/pager/pager-content.d.ts +24 -0
- package/dist/components/pager/pager-indicator.d.cts +47 -0
- package/dist/components/pager/pager-indicator.d.ts +47 -0
- package/dist/components/pager/pager-page.d.cts +16 -0
- package/dist/components/pager/pager-page.d.ts +16 -0
- package/dist/components/pager/pager.context.d.cts +7 -0
- package/dist/components/pager/pager.context.d.ts +7 -0
- package/dist/components/pager/pager.d.cts +71 -0
- package/dist/components/pager/pager.d.ts +71 -0
- package/dist/components/pager/pager.recipe.d.cts +15 -0
- package/dist/components/pager/pager.recipe.d.ts +15 -0
- package/dist/components/pager/pager.type.d.cts +108 -0
- package/dist/components/pager/pager.type.d.ts +108 -0
- package/dist/components/rating/index.cjs +30 -0
- package/dist/components/rating/index.d.cts +41 -0
- package/dist/components/rating/index.d.ts +41 -0
- package/dist/components/rating/index.js +30 -0
- package/dist/components/rating/rating-icon.d.cts +16 -0
- package/dist/components/rating/rating-icon.d.ts +16 -0
- package/dist/components/rating/rating-item.d.cts +23 -0
- package/dist/components/rating/rating-item.d.ts +23 -0
- package/dist/components/rating/rating-star.d.cts +19 -0
- package/dist/components/rating/rating-star.d.ts +19 -0
- package/dist/components/rating/rating.context.d.cts +16 -0
- package/dist/components/rating/rating.context.d.ts +16 -0
- package/dist/components/rating/rating.d.cts +59 -0
- package/dist/components/rating/rating.d.ts +59 -0
- package/dist/components/rating/rating.recipe.d.cts +11 -0
- package/dist/components/rating/rating.recipe.d.ts +11 -0
- package/dist/components/rating/rating.style.d.cts +24 -0
- package/dist/components/rating/rating.style.d.ts +24 -0
- package/dist/components/rating/rating.type.d.cts +108 -0
- package/dist/components/rating/rating.type.d.ts +108 -0
- package/dist/components/rating/rating.utils.d.cts +28 -0
- package/dist/components/rating/rating.utils.d.ts +28 -0
- package/dist/index.cjs +90 -29
- package/dist/index.js +146 -85
- package/package.json +31 -1
- package/dist/chunk-K5UO3HBW.cjs +0 -1007
package/dist/index.js
CHANGED
|
@@ -1,3 +1,26 @@
|
|
|
1
|
+
import {
|
|
2
|
+
TextSpan,
|
|
3
|
+
Typography,
|
|
4
|
+
typographyRecipe
|
|
5
|
+
} from "./chunk-3VJQDSII.js";
|
|
6
|
+
import {
|
|
7
|
+
Column,
|
|
8
|
+
Grid,
|
|
9
|
+
Row,
|
|
10
|
+
Stack,
|
|
11
|
+
useGrid
|
|
12
|
+
} from "./chunk-LXXNW74K.js";
|
|
13
|
+
import {
|
|
14
|
+
WheelPicker,
|
|
15
|
+
WheelPickerColumn,
|
|
16
|
+
WheelPickerItem,
|
|
17
|
+
WheelPickerRoot,
|
|
18
|
+
indexFromOffset,
|
|
19
|
+
useWheelPicker,
|
|
20
|
+
useWheelPickerColumn,
|
|
21
|
+
wheelGeometry,
|
|
22
|
+
wheelPickerRecipe
|
|
23
|
+
} from "./chunk-AIND5F7P.js";
|
|
1
24
|
import {
|
|
2
25
|
Widget,
|
|
3
26
|
WidgetContent,
|
|
@@ -23,6 +46,25 @@ import {
|
|
|
23
46
|
sourceKeys,
|
|
24
47
|
tokens
|
|
25
48
|
} from "./chunk-YGETADPV.js";
|
|
49
|
+
import {
|
|
50
|
+
TextArea,
|
|
51
|
+
useTextArea
|
|
52
|
+
} from "./chunk-DN3X5WIB.js";
|
|
53
|
+
import {
|
|
54
|
+
Timeline,
|
|
55
|
+
TimelineConnector,
|
|
56
|
+
TimelineContent,
|
|
57
|
+
TimelineDescription,
|
|
58
|
+
TimelineItem,
|
|
59
|
+
TimelineLeading,
|
|
60
|
+
TimelineMarker,
|
|
61
|
+
TimelineRail,
|
|
62
|
+
TimelineRoot,
|
|
63
|
+
TimelineTitle,
|
|
64
|
+
timelineRecipe,
|
|
65
|
+
useTimeline,
|
|
66
|
+
useTimelineItem
|
|
67
|
+
} from "./chunk-FYL4JEBN.js";
|
|
26
68
|
import {
|
|
27
69
|
ToggleButton,
|
|
28
70
|
toggleButtonRecipe,
|
|
@@ -49,28 +91,22 @@ import {
|
|
|
49
91
|
useToastContext
|
|
50
92
|
} from "./chunk-JKDWYNSG.js";
|
|
51
93
|
import {
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
94
|
+
Slider,
|
|
95
|
+
SliderFill,
|
|
96
|
+
SliderOutput,
|
|
97
|
+
SliderRoot,
|
|
98
|
+
SliderThumb,
|
|
99
|
+
SliderTrack,
|
|
100
|
+
fromFraction,
|
|
101
|
+
sliderRecipe,
|
|
102
|
+
snap,
|
|
103
|
+
toFraction,
|
|
104
|
+
useSlider
|
|
105
|
+
} from "./chunk-NVODH2PR.js";
|
|
63
106
|
import {
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
WheelPickerRoot,
|
|
68
|
-
indexFromOffset,
|
|
69
|
-
useWheelPicker,
|
|
70
|
-
useWheelPickerColumn,
|
|
71
|
-
wheelGeometry,
|
|
72
|
-
wheelPickerRecipe
|
|
73
|
-
} from "./chunk-AIND5F7P.js";
|
|
107
|
+
Spinner,
|
|
108
|
+
spinnerRecipe
|
|
109
|
+
} from "./chunk-EMB55OLA.js";
|
|
74
110
|
import {
|
|
75
111
|
Surface,
|
|
76
112
|
surfaceRecipe
|
|
@@ -114,24 +150,23 @@ import {
|
|
|
114
150
|
useTagGroupItem
|
|
115
151
|
} from "./chunk-RLC3EXMV.js";
|
|
116
152
|
import {
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
153
|
+
Radio,
|
|
154
|
+
RadioGroup,
|
|
155
|
+
RadioGroupRoot,
|
|
156
|
+
RadioIndicator,
|
|
157
|
+
RadioLabel,
|
|
158
|
+
RadioRoot,
|
|
159
|
+
radioGroupRecipe,
|
|
160
|
+
radioRecipe,
|
|
161
|
+
useRadio,
|
|
162
|
+
useRadioGroup
|
|
163
|
+
} from "./chunk-TPYOQSKT.js";
|
|
120
164
|
import {
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
TimelineLeading,
|
|
127
|
-
TimelineMarker,
|
|
128
|
-
TimelineRail,
|
|
129
|
-
TimelineRoot,
|
|
130
|
-
TimelineTitle,
|
|
131
|
-
timelineRecipe,
|
|
132
|
-
useTimeline,
|
|
133
|
-
useTimelineItem
|
|
134
|
-
} from "./chunk-FYL4JEBN.js";
|
|
165
|
+
Scaffold,
|
|
166
|
+
mergeScreenOptions,
|
|
167
|
+
scaffoldRecipe,
|
|
168
|
+
useScaffold
|
|
169
|
+
} from "./chunk-T5HE5RRF.js";
|
|
135
170
|
import {
|
|
136
171
|
SearchField,
|
|
137
172
|
SearchFieldClear,
|
|
@@ -176,22 +211,28 @@ import {
|
|
|
176
211
|
skeletonRecipe
|
|
177
212
|
} from "./chunk-54G5TEPH.js";
|
|
178
213
|
import {
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
snap,
|
|
188
|
-
toFraction,
|
|
189
|
-
useSlider
|
|
190
|
-
} from "./chunk-NVODH2PR.js";
|
|
214
|
+
Rating,
|
|
215
|
+
RatingIcon,
|
|
216
|
+
RatingItem,
|
|
217
|
+
RatingRoot,
|
|
218
|
+
ratingRecipe,
|
|
219
|
+
useRating,
|
|
220
|
+
useRatingLayer
|
|
221
|
+
} from "./chunk-7NQL5DXY.js";
|
|
191
222
|
import {
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
223
|
+
NumberStepper,
|
|
224
|
+
NumberStepperDecrement,
|
|
225
|
+
NumberStepperIncrement,
|
|
226
|
+
NumberStepperRoot,
|
|
227
|
+
NumberStepperTrack,
|
|
228
|
+
NumberStepperValue,
|
|
229
|
+
numberStepperRecipe,
|
|
230
|
+
useNumberStepper
|
|
231
|
+
} from "./chunk-WRZV6ORJ.js";
|
|
232
|
+
import {
|
|
233
|
+
PieChart,
|
|
234
|
+
pieChartRecipe
|
|
235
|
+
} from "./chunk-VLWZPYAO.js";
|
|
195
236
|
import {
|
|
196
237
|
Popover,
|
|
197
238
|
Popover2,
|
|
@@ -233,24 +274,6 @@ import {
|
|
|
233
274
|
radialChartRecipe
|
|
234
275
|
} from "./chunk-IMYNCMCL.js";
|
|
235
276
|
import "./chunk-DAWXJTAC.js";
|
|
236
|
-
import {
|
|
237
|
-
Radio,
|
|
238
|
-
RadioGroup,
|
|
239
|
-
RadioGroupRoot,
|
|
240
|
-
RadioIndicator,
|
|
241
|
-
RadioLabel,
|
|
242
|
-
RadioRoot,
|
|
243
|
-
radioGroupRecipe,
|
|
244
|
-
radioRecipe,
|
|
245
|
-
useRadio,
|
|
246
|
-
useRadioGroup
|
|
247
|
-
} from "./chunk-TPYOQSKT.js";
|
|
248
|
-
import {
|
|
249
|
-
Scaffold,
|
|
250
|
-
mergeScreenOptions,
|
|
251
|
-
scaffoldRecipe,
|
|
252
|
-
useScaffold
|
|
253
|
-
} from "./chunk-T5HE5RRF.js";
|
|
254
277
|
import {
|
|
255
278
|
List,
|
|
256
279
|
ListAction,
|
|
@@ -318,16 +341,6 @@ import {
|
|
|
318
341
|
numberFieldRecipe,
|
|
319
342
|
useNumberField
|
|
320
343
|
} from "./chunk-Q6OVVUAT.js";
|
|
321
|
-
import {
|
|
322
|
-
NumberStepper,
|
|
323
|
-
NumberStepperDecrement,
|
|
324
|
-
NumberStepperIncrement,
|
|
325
|
-
NumberStepperRoot,
|
|
326
|
-
NumberStepperTrack,
|
|
327
|
-
NumberStepperValue,
|
|
328
|
-
numberStepperRecipe,
|
|
329
|
-
useNumberStepper
|
|
330
|
-
} from "./chunk-WRZV6ORJ.js";
|
|
331
344
|
import {
|
|
332
345
|
canStep,
|
|
333
346
|
clampNumber,
|
|
@@ -337,9 +350,29 @@ import {
|
|
|
337
350
|
stepNumber
|
|
338
351
|
} from "./chunk-CG4NONIL.js";
|
|
339
352
|
import {
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
353
|
+
NUMBER_PAD_ROWS,
|
|
354
|
+
NUMBER_PAD_ZERO,
|
|
355
|
+
NumberPad,
|
|
356
|
+
NumberPadAction,
|
|
357
|
+
NumberPadBackspace,
|
|
358
|
+
NumberPadIcon,
|
|
359
|
+
NumberPadKey,
|
|
360
|
+
NumberPadLabel,
|
|
361
|
+
NumberPadRoot,
|
|
362
|
+
numberPadRecipe,
|
|
363
|
+
useNumberPad,
|
|
364
|
+
useNumberPadCell
|
|
365
|
+
} from "./chunk-GGP2ERSV.js";
|
|
366
|
+
import {
|
|
367
|
+
Pager,
|
|
368
|
+
PagerContent,
|
|
369
|
+
PagerDot,
|
|
370
|
+
PagerIndicator,
|
|
371
|
+
PagerPage,
|
|
372
|
+
PagerRoot,
|
|
373
|
+
pagerRecipe,
|
|
374
|
+
usePager
|
|
375
|
+
} from "./chunk-KPKEZWZM.js";
|
|
343
376
|
import {
|
|
344
377
|
Divider,
|
|
345
378
|
dividerRecipe
|
|
@@ -607,7 +640,8 @@ import {
|
|
|
607
640
|
CarouselThumbnails,
|
|
608
641
|
carouselRecipe,
|
|
609
642
|
useCarousel
|
|
610
|
-
} from "./chunk-
|
|
643
|
+
} from "./chunk-P5M5URAB.js";
|
|
644
|
+
import "./chunk-3A5RK2R7.js";
|
|
611
645
|
import {
|
|
612
646
|
Checkbox,
|
|
613
647
|
CheckboxIndicator,
|
|
@@ -1017,11 +1051,20 @@ export {
|
|
|
1017
1051
|
MorphButtonLabel,
|
|
1018
1052
|
MorphButtonRoot,
|
|
1019
1053
|
MorphButtonTitle,
|
|
1054
|
+
NUMBER_PAD_ROWS,
|
|
1055
|
+
NUMBER_PAD_ZERO,
|
|
1020
1056
|
NumberField,
|
|
1021
1057
|
NumberFieldDecrement,
|
|
1022
1058
|
NumberFieldField,
|
|
1023
1059
|
NumberFieldIncrement,
|
|
1024
1060
|
NumberFieldRoot,
|
|
1061
|
+
NumberPad,
|
|
1062
|
+
NumberPadAction,
|
|
1063
|
+
NumberPadBackspace,
|
|
1064
|
+
NumberPadIcon,
|
|
1065
|
+
NumberPadKey,
|
|
1066
|
+
NumberPadLabel,
|
|
1067
|
+
NumberPadRoot,
|
|
1025
1068
|
NumberStepper,
|
|
1026
1069
|
NumberStepperDecrement,
|
|
1027
1070
|
NumberStepperIncrement,
|
|
@@ -1033,6 +1076,12 @@ export {
|
|
|
1033
1076
|
OTP_LETTERS,
|
|
1034
1077
|
PRESS_DURATION,
|
|
1035
1078
|
PRESS_SCALE,
|
|
1079
|
+
Pager,
|
|
1080
|
+
PagerContent,
|
|
1081
|
+
PagerDot,
|
|
1082
|
+
PagerIndicator,
|
|
1083
|
+
PagerPage,
|
|
1084
|
+
PagerRoot,
|
|
1036
1085
|
PieChart,
|
|
1037
1086
|
Popover2 as Popover,
|
|
1038
1087
|
PopoverClose,
|
|
@@ -1078,6 +1127,10 @@ export {
|
|
|
1078
1127
|
RangeCalendarDay,
|
|
1079
1128
|
RangeCalendarGrid,
|
|
1080
1129
|
RangeCalendarRoot,
|
|
1130
|
+
Rating,
|
|
1131
|
+
RatingIcon,
|
|
1132
|
+
RatingItem,
|
|
1133
|
+
RatingRoot,
|
|
1081
1134
|
Row,
|
|
1082
1135
|
SCALE_REFERENCE_WIDTH,
|
|
1083
1136
|
Scaffold,
|
|
@@ -1266,9 +1319,11 @@ export {
|
|
|
1266
1319
|
nextSelection,
|
|
1267
1320
|
numberFieldRecipe,
|
|
1268
1321
|
numberMarks,
|
|
1322
|
+
numberPadRecipe,
|
|
1269
1323
|
numberStepperRecipe,
|
|
1270
1324
|
overlayEntering,
|
|
1271
1325
|
overlayExiting,
|
|
1326
|
+
pagerRecipe,
|
|
1272
1327
|
palette,
|
|
1273
1328
|
parseMaskedDate,
|
|
1274
1329
|
parseMaskedTime,
|
|
@@ -1286,6 +1341,7 @@ export {
|
|
|
1286
1341
|
radioRecipe,
|
|
1287
1342
|
radiusAxis,
|
|
1288
1343
|
rangeCalendarRecipe,
|
|
1344
|
+
ratingRecipe,
|
|
1289
1345
|
resolveAnimation,
|
|
1290
1346
|
resolveMask,
|
|
1291
1347
|
resolveSlotAnimation,
|
|
@@ -1357,9 +1413,12 @@ export {
|
|
|
1357
1413
|
useMergedRef,
|
|
1358
1414
|
useMorphButton,
|
|
1359
1415
|
useNumberField,
|
|
1416
|
+
useNumberPad,
|
|
1417
|
+
useNumberPadCell,
|
|
1360
1418
|
useNumberStepper,
|
|
1361
1419
|
useOptionalChart,
|
|
1362
1420
|
useOptionalFieldGroup,
|
|
1421
|
+
usePager,
|
|
1363
1422
|
usePopover,
|
|
1364
1423
|
usePressState,
|
|
1365
1424
|
usePrevious,
|
|
@@ -1368,6 +1427,8 @@ export {
|
|
|
1368
1427
|
useRadio,
|
|
1369
1428
|
useRadioGroup,
|
|
1370
1429
|
useRangeCalendar,
|
|
1430
|
+
useRating,
|
|
1431
|
+
useRatingLayer,
|
|
1371
1432
|
useRotation,
|
|
1372
1433
|
useScaffold,
|
|
1373
1434
|
useSearchField,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xaui/native",
|
|
3
|
-
"version": "0.9.1-alpha.
|
|
3
|
+
"version": "0.9.1-alpha.92",
|
|
4
4
|
"description": "Composition-first React Native UI components with native animations powered by Reanimated",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react-native",
|
|
@@ -387,6 +387,36 @@
|
|
|
387
387
|
"default": "./dist/components/number-field/index.cjs"
|
|
388
388
|
}
|
|
389
389
|
},
|
|
390
|
+
"./number-pad": {
|
|
391
|
+
"import": {
|
|
392
|
+
"types": "./dist/components/number-pad/index.d.ts",
|
|
393
|
+
"default": "./dist/components/number-pad/index.js"
|
|
394
|
+
},
|
|
395
|
+
"require": {
|
|
396
|
+
"types": "./dist/components/number-pad/index.d.cts",
|
|
397
|
+
"default": "./dist/components/number-pad/index.cjs"
|
|
398
|
+
}
|
|
399
|
+
},
|
|
400
|
+
"./pager": {
|
|
401
|
+
"import": {
|
|
402
|
+
"types": "./dist/components/pager/index.d.ts",
|
|
403
|
+
"default": "./dist/components/pager/index.js"
|
|
404
|
+
},
|
|
405
|
+
"require": {
|
|
406
|
+
"types": "./dist/components/pager/index.d.cts",
|
|
407
|
+
"default": "./dist/components/pager/index.cjs"
|
|
408
|
+
}
|
|
409
|
+
},
|
|
410
|
+
"./rating": {
|
|
411
|
+
"import": {
|
|
412
|
+
"types": "./dist/components/rating/index.d.ts",
|
|
413
|
+
"default": "./dist/components/rating/index.js"
|
|
414
|
+
},
|
|
415
|
+
"require": {
|
|
416
|
+
"types": "./dist/components/rating/index.d.cts",
|
|
417
|
+
"default": "./dist/components/rating/index.cjs"
|
|
418
|
+
}
|
|
419
|
+
},
|
|
390
420
|
"./number-stepper": {
|
|
391
421
|
"import": {
|
|
392
422
|
"types": "./dist/components/number-stepper/index.d.ts",
|