@nutui/nutui 4.0.6-beta.3 → 4.0.7-beta.2

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.
@@ -1,3 +1,4 @@
1
1
  export type ButtonType = 'default' | 'primary' | 'info' | 'success' | 'warning' | 'danger';
2
2
  export type ButtonSize = 'large' | 'normal' | 'small' | 'mini';
3
3
  export type ButtonShape = 'square' | 'round';
4
+ export type ButtonFormType = 'button' | 'submit' | 'reset';
@@ -46,6 +46,7 @@ declare const _default: Install< import("vue").DefineComponent<{
46
46
  style: import("vue").ComputedRef<{
47
47
  backgroundColor: string;
48
48
  }>;
49
+ isActive: import("vue").ComputedRef<boolean>;
49
50
  onClick: (event: Event) => void;
50
51
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue" | "update:loading")[], "change" | "update:modelValue" | "update:loading", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
51
52
  modelValue: {
@@ -107,7 +107,7 @@ import CategoryPane from './__VUE/categorypane/index.vue';
107
107
  import Comment from './__VUE/comment/index.vue';
108
108
  import Invoice from './__VUE/invoice/index.vue';
109
109
  declare function install(app: App): void;
110
- declare const version = "4.0.6-beta.3";
110
+ declare const version = "4.0.7-beta.2";
111
111
  export { install, version, Locale, Button, Cell, CellGroup, Overlay, Popup, ConfigProvider, Image, Layout, Col, Row, Sticky, Divider, Grid, GridItem, 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, 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, showDialog, showNotify, showToast, showImagePreview };
112
112
  declare const _default: {
113
113
  install: typeof install;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nutui/nutui",
3
- "version": "4.0.6-beta.3",
3
+ "version": "4.0.7-beta.2",
4
4
  "description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
5
5
  "main": "dist/nutui.umd.js",
6
6
  "module": "dist/nutui.es.js",