tapquest-ui-yeulamvietnam 2.13.3 → 2.14.0
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/index.d.mts +10 -9
- package/dist/index.mjs +0 -44
- package/index.ts +0 -13
- package/package.json +1 -8
package/dist/index.d.mts
CHANGED
|
@@ -13,6 +13,7 @@ import * as antd_es_form_FormItem from 'antd/es/form/FormItem';
|
|
|
13
13
|
import * as antd_es_input_OTP from 'antd/es/input/OTP';
|
|
14
14
|
import * as antd_es_input_TextArea from 'antd/es/input/TextArea';
|
|
15
15
|
import * as antd_es_input from 'antd/es/input';
|
|
16
|
+
import * as rc_input from 'rc-input';
|
|
16
17
|
import * as antd_es_avatar_AvatarGroup from 'antd/es/avatar/AvatarGroup';
|
|
17
18
|
|
|
18
19
|
interface AppbarMenuItem {
|
|
@@ -238,19 +239,19 @@ declare const FormItem: styled_components_dist_types.IStyledComponentBase<"web",
|
|
|
238
239
|
};
|
|
239
240
|
}, keyof react.Component<any, {}, any>>;
|
|
240
241
|
|
|
241
|
-
declare const Input: styled_components_dist_types.IStyledComponentBase<"web", styled_components.FastOmit<Omit<antd.InputProps & react.RefAttributes<
|
|
242
|
-
ref?: react.Ref<
|
|
243
|
-
}, never>> & string & Omit<react.ForwardRefExoticComponent<antd.InputProps & react.RefAttributes<
|
|
242
|
+
declare const Input: styled_components_dist_types.IStyledComponentBase<"web", styled_components.FastOmit<Omit<antd.InputProps & react.RefAttributes<rc_input.InputRef>, "ref"> & {
|
|
243
|
+
ref?: react.Ref<rc_input.InputRef>;
|
|
244
|
+
}, never>> & string & Omit<react.ForwardRefExoticComponent<antd.InputProps & react.RefAttributes<rc_input.InputRef>> & {
|
|
244
245
|
Group: react.FC<antd_es_input.GroupProps>;
|
|
245
|
-
Search: react.ForwardRefExoticComponent<antd_es_input.SearchProps & react.RefAttributes<
|
|
246
|
+
Search: react.ForwardRefExoticComponent<antd_es_input.SearchProps & react.RefAttributes<rc_input.InputRef>>;
|
|
246
247
|
TextArea: react.ForwardRefExoticComponent<antd_es_input.TextAreaProps & react.RefAttributes<antd_es_input_TextArea.TextAreaRef>>;
|
|
247
|
-
Password: react.ForwardRefExoticComponent<antd_es_input.PasswordProps & react.RefAttributes<
|
|
248
|
+
Password: react.ForwardRefExoticComponent<antd_es_input.PasswordProps & react.RefAttributes<rc_input.InputRef>>;
|
|
248
249
|
OTP: react.ForwardRefExoticComponent<antd_es_input_OTP.OTPProps & react.RefAttributes<antd_es_input_OTP.OTPRef>>;
|
|
249
250
|
}, keyof react.Component<any, {}, any>>;
|
|
250
251
|
|
|
251
|
-
declare const InputPassword: styled_components_dist_types.IStyledComponentBase<"web", styled_components.FastOmit<Omit<antd_es_input.PasswordProps & react.RefAttributes<
|
|
252
|
-
ref?: react.Ref<
|
|
253
|
-
}, never>> & string & Omit<react.ForwardRefExoticComponent<antd_es_input.PasswordProps & react.RefAttributes<
|
|
252
|
+
declare const InputPassword: styled_components_dist_types.IStyledComponentBase<"web", styled_components.FastOmit<Omit<antd_es_input.PasswordProps & react.RefAttributes<rc_input.InputRef>, "ref"> & {
|
|
253
|
+
ref?: react.Ref<rc_input.InputRef>;
|
|
254
|
+
}, never>> & string & Omit<react.ForwardRefExoticComponent<antd_es_input.PasswordProps & react.RefAttributes<rc_input.InputRef>>, keyof react.Component<any, {}, any>>;
|
|
254
255
|
|
|
255
256
|
interface InputSearchProps extends InputProps {
|
|
256
257
|
placeholder?: string;
|
|
@@ -468,4 +469,4 @@ declare function useInteractiveMap({ mapId, mapBackground, mapSvg, containerStyl
|
|
|
468
469
|
cleanup: () => void;
|
|
469
470
|
};
|
|
470
471
|
|
|
471
|
-
export { Appbar, AppbarPrimaryButton,
|
|
472
|
+
export { Appbar, AppbarPrimaryButton, Avatar, Button, Card, FormItem, Header, index$1 as Icons, Image, Input, InputPassword, InputSearch, Loader, LocationOverviewCard, MemoryCard, Modal, ProgressCircular, ProgressStep, index as SVGs, StyledSelect as Select, SponsorByContainer, Tabs, TextArea, Typography, type_d as types, useInteractiveMap };
|
package/dist/index.mjs
CHANGED
|
@@ -3271,71 +3271,27 @@ function useInteractiveMap({
|
|
|
3271
3271
|
export {
|
|
3272
3272
|
Appbar_default as Appbar,
|
|
3273
3273
|
AppbarPrimaryButton_default as AppbarPrimaryButton,
|
|
3274
|
-
ArrowCircle,
|
|
3275
3274
|
Avatar_default as Avatar,
|
|
3276
3275
|
Button_default as Button,
|
|
3277
|
-
Camera,
|
|
3278
3276
|
Card_default as Card,
|
|
3279
|
-
Check,
|
|
3280
|
-
ChevronLeft,
|
|
3281
|
-
ChevronRight,
|
|
3282
|
-
CircleAlert,
|
|
3283
|
-
CircleCheck,
|
|
3284
|
-
CornerUpRight,
|
|
3285
|
-
Dart,
|
|
3286
|
-
Discover,
|
|
3287
|
-
Edit,
|
|
3288
|
-
Email,
|
|
3289
|
-
Exclaimation,
|
|
3290
|
-
Facebook,
|
|
3291
3277
|
FormItem_default as FormItem,
|
|
3292
|
-
Gear,
|
|
3293
|
-
Gift,
|
|
3294
|
-
Globe,
|
|
3295
3278
|
Header,
|
|
3296
|
-
Home,
|
|
3297
3279
|
Icons_exports as Icons,
|
|
3298
3280
|
Image_default as Image,
|
|
3299
3281
|
Input_default as Input,
|
|
3300
3282
|
InputPassword_default as InputPassword,
|
|
3301
3283
|
InputSearch_default as InputSearch,
|
|
3302
|
-
Instagram,
|
|
3303
|
-
Link,
|
|
3304
3284
|
Loader_default as Loader,
|
|
3305
3285
|
LocationOverviewCard_default as LocationOverviewCard,
|
|
3306
|
-
LocationPin,
|
|
3307
|
-
Logout,
|
|
3308
|
-
MapMarker,
|
|
3309
3286
|
MemoryCard_default as MemoryCard,
|
|
3310
|
-
Menu,
|
|
3311
|
-
Mission,
|
|
3312
3287
|
Modal_default as Modal,
|
|
3313
|
-
Moment,
|
|
3314
|
-
Phone,
|
|
3315
|
-
Pin,
|
|
3316
|
-
PinCircle,
|
|
3317
|
-
PinOutlined,
|
|
3318
|
-
Profile,
|
|
3319
|
-
ProfileGift,
|
|
3320
|
-
ProgressBar,
|
|
3321
|
-
ProgressBarInner,
|
|
3322
3288
|
ProgressCircular_default as ProgressCircular,
|
|
3323
3289
|
ProgressStep,
|
|
3324
3290
|
SVGs_exports as SVGs,
|
|
3325
|
-
SealCheckIcon,
|
|
3326
3291
|
Select_default as Select,
|
|
3327
|
-
SendMessage,
|
|
3328
|
-
Share,
|
|
3329
|
-
ShareMemoryBadge,
|
|
3330
|
-
ShieldWarningIcon,
|
|
3331
3292
|
SponsorByContainer,
|
|
3332
3293
|
Tabs_default as Tabs,
|
|
3333
|
-
Telegram,
|
|
3334
3294
|
TextArea_default as TextArea,
|
|
3335
|
-
Trash,
|
|
3336
3295
|
Typography_default as Typography,
|
|
3337
|
-
User,
|
|
3338
|
-
XIcon,
|
|
3339
|
-
Zalo,
|
|
3340
3296
|
useInteractiveMap
|
|
3341
3297
|
};
|
package/index.ts
CHANGED
|
@@ -39,17 +39,4 @@ export { useInteractiveMap };
|
|
|
39
39
|
|
|
40
40
|
export { SVGs, Icons };
|
|
41
41
|
|
|
42
|
-
// Re-export all Icons individually for direct import
|
|
43
|
-
export {
|
|
44
|
-
Home, Exclaimation, XIcon, ProgressBar, ProgressBarInner, PinCircle, Camera, Menu, MapMarker, Edit,
|
|
45
|
-
ShareMemoryBadge, Facebook, Instagram, Telegram, Zalo,
|
|
46
|
-
Link, ArrowCircle, Pin, Gift, Share, Profile, ChevronLeft, ChevronRight,
|
|
47
|
-
Gear, ProfileGift, Moment, Mission, User, Logout, Trash, CornerUpRight,
|
|
48
|
-
SealCheckIcon, ShieldWarningIcon,
|
|
49
|
-
LocationPin, Email, Phone, Globe,
|
|
50
|
-
SendMessage, CircleCheck, Check,
|
|
51
|
-
CircleAlert, PinOutlined,
|
|
52
|
-
Discover, Dart
|
|
53
|
-
} from "./src/components/Icons";
|
|
54
|
-
|
|
55
42
|
export type { types };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tapquest-ui-yeulamvietnam",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.14.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -8,13 +8,6 @@
|
|
|
8
8
|
"main": "./dist/index.mjs",
|
|
9
9
|
"module": "./dist/index.mjs",
|
|
10
10
|
"types": "./dist/index.d.mts",
|
|
11
|
-
"exports": {
|
|
12
|
-
".": {
|
|
13
|
-
"import": "./dist/index.mjs",
|
|
14
|
-
"types": "./dist/index.d.mts"
|
|
15
|
-
},
|
|
16
|
-
"./package.json": "./package.json"
|
|
17
|
-
},
|
|
18
11
|
"scripts": {
|
|
19
12
|
"build": "tsup",
|
|
20
13
|
"dev": "tsup --watch",
|