@nutui/nutui 4.2.7 → 4.3.0-beta.1
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/nutui.es.js +4 -2
- package/dist/nutui.js +5365 -5004
- package/dist/nutui.umd.js +1 -1
- package/dist/packages/calendar/Calendar.js +19 -4
- package/dist/packages/calendarcard/CalendarCard.js +525 -0
- package/dist/packages/calendarcard/index.css +1 -0
- package/dist/packages/calendarcard/index.mjs +2 -0
- package/dist/packages/calendarcard/index.scss +92 -0
- package/dist/packages/calendarcard/style/css.mjs +2 -0
- package/dist/packages/calendarcard/style/index.mjs +2 -0
- package/dist/packages/calendaritem/CalendarItem.js +817 -7
- package/dist/packages/date-djiVNSnJ.js +145 -0
- package/dist/packages/datepicker/DatePicker.js +31 -30
- package/dist/packages/datepicker/index.css +1 -1
- package/dist/packages/dialog/index.css +1 -1
- package/dist/packages/dialog/index.scss +0 -3
- package/dist/packages/locale/lang/baseLang.d.ts +8 -0
- package/dist/packages/locale/lang/en-US.d.ts +8 -0
- package/dist/packages/locale/lang/en-US.js +8 -0
- package/dist/packages/locale/lang/id-ID.d.ts +8 -0
- package/dist/packages/locale/lang/id-ID.js +8 -0
- package/dist/packages/locale/lang/zh-CN.d.ts +8 -0
- package/dist/packages/locale/lang/zh-CN.js +8 -0
- package/dist/packages/locale/lang/zh-TW.d.ts +8 -0
- package/dist/packages/locale/lang/zh-TW.js +8 -0
- package/dist/packages/picker/index.css +1 -1
- package/dist/packages/picker/index.scss +2 -0
- package/dist/smartips/web-types.json +62 -1
- package/dist/style.css +1 -1
- package/dist/styles/base-jdb.css +1 -1
- package/dist/styles/base-jddkh.css +1 -1
- package/dist/styles/base-jdt.css +1 -1
- package/dist/styles/themes/default.scss +1 -0
- package/dist/styles/themes/jdb.scss +1 -0
- package/dist/styles/themes/jddkh.scss +1 -0
- package/dist/styles/themes/jdt.scss +1 -0
- package/dist/styles/variables-jdb.scss +1 -0
- package/dist/styles/variables-jddkh.scss +1 -0
- package/dist/styles/variables-jdt.scss +1 -0
- package/dist/styles/variables.scss +1 -0
- package/dist/types/__VUE/calendar/index.vue.d.ts +2 -0
- package/dist/types/__VUE/calendarcard/icon.d.ts +12 -0
- package/dist/types/__VUE/calendarcard/icon.taro.d.ts +12 -0
- package/dist/types/__VUE/calendarcard/index.vue.d.ts +95 -0
- package/dist/types/__VUE/calendarcard/types.d.ts +12 -0
- package/dist/types/__VUE/calendarcard/utils.d.ts +19 -0
- package/dist/types/__VUE/indicator/index.vue.d.ts +1 -1
- package/dist/types/__VUE/steps/index.vue.d.ts +1 -1
- package/dist/types/__VUE/tour/index.vue.d.ts +1 -1
- package/dist/types/index.d.ts +3 -2
- package/dist/types/locale/lang/baseLang.d.ts +8 -0
- package/dist/types/locale/lang/en-US.d.ts +8 -0
- package/dist/types/locale/lang/id-ID.d.ts +8 -0
- package/dist/types/locale/lang/zh-CN.d.ts +8 -0
- package/dist/types/locale/lang/zh-TW.d.ts +8 -0
- package/package.json +1 -1
- package/dist/packages/index-NLe0VBkN.js +0 -959
package/dist/nutui.es.js
CHANGED
|
@@ -31,6 +31,7 @@ export * from "./packages/range/index.mjs";
|
|
|
31
31
|
export * from "./packages/searchbar/index.mjs";
|
|
32
32
|
export * from "./packages/cascader/index.mjs";
|
|
33
33
|
export * from "./packages/calendar/index.mjs";
|
|
34
|
+
export * from "./packages/calendarcard/index.mjs";
|
|
34
35
|
export * from "./packages/checkbox/index.mjs";
|
|
35
36
|
export * from "./packages/checkboxgroup/index.mjs";
|
|
36
37
|
export * from "./packages/datepicker/index.mjs";
|
|
@@ -136,6 +137,7 @@ import { Range } from "./packages/range/index.mjs";
|
|
|
136
137
|
import { Searchbar } from "./packages/searchbar/index.mjs";
|
|
137
138
|
import { Cascader } from "./packages/cascader/index.mjs";
|
|
138
139
|
import { Calendar } from "./packages/calendar/index.mjs";
|
|
140
|
+
import { CalendarCard } from "./packages/calendarcard/index.mjs";
|
|
139
141
|
import { Checkbox } from "./packages/checkbox/index.mjs";
|
|
140
142
|
import { CheckboxGroup } from "./packages/checkboxgroup/index.mjs";
|
|
141
143
|
import { DatePicker } from "./packages/datepicker/index.mjs";
|
|
@@ -210,7 +212,7 @@ import { Invoice } from "./packages/invoice/index.mjs";
|
|
|
210
212
|
import { AvatarCropper } from "./packages/avatarcropper/index.mjs";
|
|
211
213
|
export { Locale } from "./packages/locale/lang";
|
|
212
214
|
export function install(app) {
|
|
213
|
-
const packages = [Button,Cell,CellGroup,Overlay,Popup,ConfigProvider,Image,Layout,Col,Row,Sticky,Divider,Grid,GridItem,Space,Navbar,FixedNav,Menu,MenuItem,Tabbar,TabbarItem,Elevator,Pagination,Tabs,TabPane,Indicator,SideNavbar,SideNavbarItem,SubSideNavbar,Range,Searchbar,Cascader,Calendar,Checkbox,CheckboxGroup,DatePicker,InputNumber,Input,Radio,RadioGroup,Rate,CalendarItem,Picker,ShortPassword,Textarea,Uploader,NumberKeyboard,Form,FormItem,Swipe,SwipeGroup,ActionSheet,Backtop,Drag,Dialog,InfiniteLoading,PullRefresh,Notify,Switch,Toast,Audio,AudioOperate,Avatar,AvatarGroup,List,Progress,CircleProgress,Noticebar,Empty,Video,Steps,Step,Swiper,SwiperItem,Price,ImagePreview,Countup,Countdown,Badge,Tag,Popover,Skeleton,Collapse,CollapseItem,Table,Animate,Ellipsis,Watermark,TrendArrow,Tour,Address,Barrage,Signature,TimeSelect,TimePannel,TimeDetail,Sku,Card,Ecard,AddressList,Category,CategoryPane,Comment,Invoice,AvatarCropper];
|
|
215
|
+
const packages = [Button,Cell,CellGroup,Overlay,Popup,ConfigProvider,Image,Layout,Col,Row,Sticky,Divider,Grid,GridItem,Space,Navbar,FixedNav,Menu,MenuItem,Tabbar,TabbarItem,Elevator,Pagination,Tabs,TabPane,Indicator,SideNavbar,SideNavbarItem,SubSideNavbar,Range,Searchbar,Cascader,Calendar,CalendarCard,Checkbox,CheckboxGroup,DatePicker,InputNumber,Input,Radio,RadioGroup,Rate,CalendarItem,Picker,ShortPassword,Textarea,Uploader,NumberKeyboard,Form,FormItem,Swipe,SwipeGroup,ActionSheet,Backtop,Drag,Dialog,InfiniteLoading,PullRefresh,Notify,Switch,Toast,Audio,AudioOperate,Avatar,AvatarGroup,List,Progress,CircleProgress,Noticebar,Empty,Video,Steps,Step,Swiper,SwiperItem,Price,ImagePreview,Countup,Countdown,Badge,Tag,Popover,Skeleton,Collapse,CollapseItem,Table,Animate,Ellipsis,Watermark,TrendArrow,Tour,Address,Barrage,Signature,TimeSelect,TimePannel,TimeDetail,Sku,Card,Ecard,AddressList,Category,CategoryPane,Comment,Invoice,AvatarCropper];
|
|
214
216
|
packages.forEach((item) => {
|
|
215
217
|
if (item.install) {
|
|
216
218
|
app.use(item);
|
|
@@ -219,7 +221,7 @@ export function install(app) {
|
|
|
219
221
|
}
|
|
220
222
|
});
|
|
221
223
|
}
|
|
222
|
-
export const version = '4.
|
|
224
|
+
export const version = '4.3.0-beta.1';
|
|
223
225
|
export default {
|
|
224
226
|
install,
|
|
225
227
|
version
|