@balikjs/mobile 0.1.10 → 0.1.11
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/BackToTop/BackToTop.module.css.js +1 -1
- package/dist/BottomNavigation/BottomNavigation.module.css.js +6 -6
- package/dist/BottomSheet/BottomSheet.js +55 -83
- package/dist/BottomSheet/BottomSheet.module.css.js +13 -19
- package/dist/Card/Card.module.css.js +1 -1
- package/dist/Checkbox/Checkbox.module.css.js +18 -18
- package/dist/Clipboard/Clipboard.js +31 -26
- package/dist/CloseButton/CloseButton.module.css.js +8 -8
- package/dist/Confirm/Confirm.js +31 -24
- package/dist/DatePicker/DatePicker.module.css.js +21 -21
- package/dist/Dialog/Dialog.js +76 -60
- package/dist/Dialog/Dialog.module.css.js +18 -16
- package/dist/Drawer/Drawer.module.css.js +10 -10
- package/dist/FileUpload/FileUpload.module.css.js +24 -24
- package/dist/FilterGroup/FilterGroup.module.css.js +17 -17
- package/dist/Input/Input.module.css.js +24 -24
- package/dist/Pagination/Pagination.module.css.js +4 -4
- package/dist/Picker/Picker.module.css.js +8 -8
- package/dist/PickerView/PickerView.module.css.js +16 -16
- package/dist/PinInput/PinInput.module.css.js +14 -14
- package/dist/Popover/Popover.module.css.js +1 -1
- package/dist/Progress/Progress.module.css.js +10 -10
- package/dist/RadioGroup/Radio.module.css.js +12 -12
- package/dist/Select/Select.module.css.js +24 -24
- package/dist/SelectPc/SelectPc.module.css.js +20 -20
- package/dist/SignaturePad/SignaturePad.js +116 -0
- package/dist/SignaturePad/SignaturePad.module.css.js +15 -0
- package/dist/Steps/Steps.module.css.js +18 -18
- package/dist/StickyHeader/StickyHeader.module.css.js +2 -2
- package/dist/Switch/Switch.module.css.js +20 -20
- package/dist/Tabs/Tabs.module.css.js +8 -8
- package/dist/Textarea/Textarea.module.css.js +16 -16
- package/dist/Toast/Toast.module.css.js +26 -26
- package/dist/Toggle/Toggle.module.css.js +1 -1
- package/dist/ToggleGroup/ToggleGroup.module.css.js +13 -13
- package/dist/index.js +143 -135
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2,74 +2,75 @@
|
|
|
2
2
|
import { Alert as t } from "./Alert/Alert.js";
|
|
3
3
|
import { Avatar as i } from "./Avatar/Avatar.js";
|
|
4
4
|
import { BackToTop as m } from "./BackToTop/BackToTop.js";
|
|
5
|
-
import { Badge as
|
|
6
|
-
import { BottomNavigation as
|
|
5
|
+
import { Badge as g } from "./Badge/Badge.js";
|
|
6
|
+
import { BottomNavigation as x, BottomNavigationItem as f } from "./BottomNavigation/BottomNavigation.js";
|
|
7
7
|
import { BottomSheet as s } from "./BottomSheet/BottomSheet.js";
|
|
8
|
-
import { Button as
|
|
9
|
-
import { Card as
|
|
10
|
-
import { Checkbox as
|
|
8
|
+
import { Button as u } from "./Button/Button.js";
|
|
9
|
+
import { Card as S } from "./Card/Card.js";
|
|
10
|
+
import { Checkbox as C } from "./Checkbox/Checkbox.js";
|
|
11
11
|
import { Clipboard as c } from "./Clipboard/Clipboard.js";
|
|
12
|
-
import { CloseButton as
|
|
12
|
+
import { CloseButton as v } from "./CloseButton/CloseButton.js";
|
|
13
13
|
import { Confirm as G, confirm as k } from "./Confirm/Confirm.js";
|
|
14
|
-
import { DatePicker as
|
|
15
|
-
import { Dialog as
|
|
16
|
-
import { Divider as
|
|
17
|
-
import { Drawer as
|
|
18
|
-
import { Empty as
|
|
14
|
+
import { DatePicker as L } from "./DatePicker/DatePicker.js";
|
|
15
|
+
import { Dialog as B } from "./Dialog/Dialog.js";
|
|
16
|
+
import { Divider as H } from "./Divider/Divider.js";
|
|
17
|
+
import { Drawer as Q } from "./Drawer/Drawer.js";
|
|
18
|
+
import { Empty as y } from "./Empty/Empty.js";
|
|
19
19
|
import { Fab as z, FabGroup as E, FabItem as V } from "./Fab/Fab.js";
|
|
20
20
|
import { Field as O } from "./Field/Field.js";
|
|
21
21
|
import { Fieldset as q } from "./Fieldset/Fieldset.js";
|
|
22
|
-
import { FileUpload as K, FileUploadClearTrigger as W, FileUploadDropzone as X, FileUploadHiddenInput as Y, FileUploadItem as Z, FileUploadItemDeleteTrigger as _, FileUploadItemGroup as $, FileUploadItemName as
|
|
23
|
-
import { FilterGroup as
|
|
24
|
-
import { Input as
|
|
25
|
-
import { Link as
|
|
26
|
-
import { MoneyInput as
|
|
27
|
-
import { Pagination as
|
|
28
|
-
import { Picker as
|
|
29
|
-
import { PickerView as
|
|
30
|
-
import { PinInput as
|
|
31
|
-
import { Popover as
|
|
32
|
-
import { Progress as
|
|
33
|
-
import { QrCode as
|
|
34
|
-
import { Radio as
|
|
35
|
-
import { RadioGroup as
|
|
36
|
-
import { RatingGroup as
|
|
37
|
-
import { SafeArea as
|
|
38
|
-
import { SearchInput as
|
|
39
|
-
import { Select as
|
|
40
|
-
import { SelectPc as
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
22
|
+
import { FileUpload as K, FileUploadClearTrigger as W, FileUploadDropzone as X, FileUploadHiddenInput as Y, FileUploadItem as Z, FileUploadItemDeleteTrigger as _, FileUploadItemGroup as $, FileUploadItemName as rr, FileUploadItemPreview as er, FileUploadItemPreviewImage as or, FileUploadItemSizeText as tr, FileUploadLabel as pr, FileUploadTrigger as ir } from "./FileUpload/FileUpload.js";
|
|
23
|
+
import { FilterGroup as mr } from "./FilterGroup/FilterGroup.js";
|
|
24
|
+
import { Input as gr } from "./Input/Input.js";
|
|
25
|
+
import { Link as xr } from "./Link/Link.js";
|
|
26
|
+
import { MoneyInput as dr } from "./MoneyInput/MoneyInput.js";
|
|
27
|
+
import { Pagination as Pr, PaginationEllipsis as ur, PaginationItem as Tr, PaginationNextTrigger as Sr, PaginationPrevTrigger as Ir } from "./Pagination/Pagination.js";
|
|
28
|
+
import { Picker as Fr } from "./Picker/Picker.js";
|
|
29
|
+
import { PickerView as br } from "./PickerView/PickerView.js";
|
|
30
|
+
import { PinInput as Ur, PinInputControl as Gr, PinInputHiddenInput as kr, PinInputInput as Dr, PinInputLabel as Lr } from "./PinInput/PinInput.js";
|
|
31
|
+
import { Popover as Br, PopoverCloseTrigger as wr, PopoverContent as Hr, PopoverDescription as Nr, PopoverTitle as Qr, PopoverTrigger as hr } from "./Popover/Popover.js";
|
|
32
|
+
import { Progress as Ar, ProgressLabel as zr, ProgressRange as Er, ProgressTrack as Vr, ProgressValueText as Mr } from "./Progress/Progress.js";
|
|
33
|
+
import { QrCode as jr, QrCodeDownloadTrigger as qr, QrCodeFrame as Jr, QrCodeOverlay as Kr, QrCodePattern as Wr } from "./QrCode/QrCode.js";
|
|
34
|
+
import { Radio as Yr } from "./RadioGroup/Radio.js";
|
|
35
|
+
import { RadioGroup as _r } from "./RadioGroup/RadioGroup.js";
|
|
36
|
+
import { RatingGroup as re, RatingGroupControl as ee, RatingGroupHiddenInput as oe, RatingGroupItem as te, RatingGroupLabel as pe } from "./RatingGroup/RatingGroup.js";
|
|
37
|
+
import { SafeArea as ae } from "./SafeArea/SafeArea.js";
|
|
38
|
+
import { SearchInput as ne } from "./SearchInput/SearchInput.js";
|
|
39
|
+
import { Select as le } from "./Select/Select.js";
|
|
40
|
+
import { SelectPc as fe } from "./SelectPc/Select.js";
|
|
41
|
+
import { SignaturePad as se, SignaturePadClearTrigger as Pe, SignaturePadControl as ue, SignaturePadGuide as Te, SignaturePadHiddenInput as Se, SignaturePadLabel as Ie, SignaturePadSegment as Ce } from "./SignaturePad/SignaturePad.js";
|
|
42
|
+
import { Skeleton as ce } from "./Skeleton/Skeleton.js";
|
|
43
|
+
import { Slider as ve } from "./Slider/Slider.js";
|
|
44
|
+
import { Spinner as Ge } from "./Spinner/Spinner.js";
|
|
45
|
+
import { Steps as De, StepsCompletedContent as Le, StepsContent as Re, StepsIndicator as Be, StepsItem as we, StepsList as He, StepsNextTrigger as Ne, StepsPrevTrigger as Qe, StepsProgress as he, StepsSeparator as ye, StepsTitle as Ae, StepsTrigger as ze } from "./Steps/Steps.js";
|
|
46
|
+
import { StickyHeader as Ve } from "./StickyHeader/StickyHeader.js";
|
|
47
|
+
import { Switch as Oe } from "./Switch/Switch.js";
|
|
48
|
+
import { Tabs as qe, TabsContent as Je, TabsIndicator as Ke, TabsList as We, TabsTrigger as Xe } from "./Tabs/Tabs.js";
|
|
49
|
+
import { Tag as Ze } from "./Tag/Tag.js";
|
|
50
|
+
import { Textarea as $e } from "./Textarea/Textarea.js";
|
|
51
|
+
import { Toast as eo, toast as oo } from "./Toast/Toast.js";
|
|
52
|
+
import { Toggle as po, ToggleIndicator as io } from "./Toggle/Toggle.js";
|
|
53
|
+
import { ToggleGroup as mo, ToggleGroupItem as no } from "./ToggleGroup/ToggleGroup.js";
|
|
54
|
+
import { Tooltip as lo } from "./Tooltip/Tooltip.js";
|
|
54
55
|
export {
|
|
55
56
|
t as Alert,
|
|
56
57
|
i as Avatar,
|
|
57
58
|
m as BackToTop,
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
59
|
+
g as Badge,
|
|
60
|
+
x as BottomNavigation,
|
|
61
|
+
f as BottomNavigationItem,
|
|
61
62
|
s as BottomSheet,
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
63
|
+
u as Button,
|
|
64
|
+
S as Card,
|
|
65
|
+
C as Checkbox,
|
|
65
66
|
c as Clipboard,
|
|
66
|
-
|
|
67
|
+
v as CloseButton,
|
|
67
68
|
G as Confirm,
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
69
|
+
L as DatePicker,
|
|
70
|
+
B as Dialog,
|
|
71
|
+
H as Divider,
|
|
72
|
+
Q as Drawer,
|
|
73
|
+
y as Empty,
|
|
73
74
|
z as Fab,
|
|
74
75
|
E as FabGroup,
|
|
75
76
|
V as FabItem,
|
|
@@ -82,85 +83,92 @@ export {
|
|
|
82
83
|
Z as FileUploadItem,
|
|
83
84
|
_ as FileUploadItemDeleteTrigger,
|
|
84
85
|
$ as FileUploadItemGroup,
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
86
|
+
rr as FileUploadItemName,
|
|
87
|
+
er as FileUploadItemPreview,
|
|
88
|
+
or as FileUploadItemPreviewImage,
|
|
89
|
+
tr as FileUploadItemSizeText,
|
|
90
|
+
pr as FileUploadLabel,
|
|
91
|
+
ir as FileUploadTrigger,
|
|
92
|
+
mr as FilterGroup,
|
|
93
|
+
gr as Input,
|
|
94
|
+
xr as Link,
|
|
95
|
+
dr as MoneyInput,
|
|
96
|
+
Pr as Pagination,
|
|
97
|
+
ur as PaginationEllipsis,
|
|
98
|
+
Tr as PaginationItem,
|
|
99
|
+
Sr as PaginationNextTrigger,
|
|
100
|
+
Ir as PaginationPrevTrigger,
|
|
101
|
+
Fr as Picker,
|
|
102
|
+
br as PickerView,
|
|
103
|
+
Ur as PinInput,
|
|
104
|
+
Gr as PinInputControl,
|
|
105
|
+
kr as PinInputHiddenInput,
|
|
106
|
+
Dr as PinInputInput,
|
|
107
|
+
Lr as PinInputLabel,
|
|
108
|
+
Br as Popover,
|
|
109
|
+
wr as PopoverCloseTrigger,
|
|
110
|
+
Hr as PopoverContent,
|
|
111
|
+
Nr as PopoverDescription,
|
|
112
|
+
Qr as PopoverTitle,
|
|
113
|
+
hr as PopoverTrigger,
|
|
114
|
+
Ar as Progress,
|
|
115
|
+
zr as ProgressLabel,
|
|
116
|
+
Er as ProgressRange,
|
|
117
|
+
Vr as ProgressTrack,
|
|
118
|
+
Mr as ProgressValueText,
|
|
119
|
+
jr as QrCode,
|
|
120
|
+
qr as QrCodeDownloadTrigger,
|
|
121
|
+
Jr as QrCodeFrame,
|
|
122
|
+
Kr as QrCodeOverlay,
|
|
123
|
+
Wr as QrCodePattern,
|
|
124
|
+
Yr as Radio,
|
|
125
|
+
_r as RadioGroup,
|
|
126
|
+
re as RatingGroup,
|
|
127
|
+
ee as RatingGroupControl,
|
|
128
|
+
oe as RatingGroupHiddenInput,
|
|
129
|
+
te as RatingGroupItem,
|
|
130
|
+
pe as RatingGroupLabel,
|
|
131
|
+
ae as SafeArea,
|
|
132
|
+
ne as SearchInput,
|
|
133
|
+
le as Select,
|
|
134
|
+
fe as SelectPc,
|
|
135
|
+
se as SignaturePad,
|
|
136
|
+
Pe as SignaturePadClearTrigger,
|
|
137
|
+
ue as SignaturePadControl,
|
|
138
|
+
Te as SignaturePadGuide,
|
|
139
|
+
Se as SignaturePadHiddenInput,
|
|
140
|
+
Ie as SignaturePadLabel,
|
|
141
|
+
Ce as SignaturePadSegment,
|
|
142
|
+
ce as Skeleton,
|
|
143
|
+
ve as Slider,
|
|
144
|
+
Ge as Spinner,
|
|
145
|
+
De as Steps,
|
|
146
|
+
Le as StepsCompletedContent,
|
|
147
|
+
Re as StepsContent,
|
|
148
|
+
Be as StepsIndicator,
|
|
149
|
+
we as StepsItem,
|
|
150
|
+
He as StepsList,
|
|
151
|
+
Ne as StepsNextTrigger,
|
|
152
|
+
Qe as StepsPrevTrigger,
|
|
153
|
+
he as StepsProgress,
|
|
154
|
+
ye as StepsSeparator,
|
|
155
|
+
Ae as StepsTitle,
|
|
156
|
+
ze as StepsTrigger,
|
|
157
|
+
Ve as StickyHeader,
|
|
158
|
+
Oe as Switch,
|
|
159
|
+
qe as Tabs,
|
|
160
|
+
Je as TabsContent,
|
|
161
|
+
Ke as TabsIndicator,
|
|
162
|
+
We as TabsList,
|
|
163
|
+
Xe as TabsTrigger,
|
|
164
|
+
Ze as Tag,
|
|
165
|
+
$e as Textarea,
|
|
166
|
+
eo as Toast,
|
|
167
|
+
po as Toggle,
|
|
168
|
+
mo as ToggleGroup,
|
|
169
|
+
no as ToggleGroupItem,
|
|
170
|
+
io as ToggleIndicator,
|
|
171
|
+
lo as Tooltip,
|
|
164
172
|
k as confirm,
|
|
165
|
-
|
|
173
|
+
oo as toast
|
|
166
174
|
};
|