bkui-vue 0.0.1-beta.160 → 0.0.1-beta.161

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.
Files changed (46) hide show
  1. package/dist/index.cjs.js +31 -31
  2. package/dist/index.esm.js +41 -8
  3. package/dist/index.umd.js +33 -33
  4. package/dist/style.css +1 -1
  5. package/dist/style.variable.css +1 -1
  6. package/lib/date-picker/date-picker.css +15 -0
  7. package/lib/date-picker/date-picker.less +18 -0
  8. package/lib/date-picker/date-picker.variable.css +15 -0
  9. package/lib/date-picker/index.js +1 -1
  10. package/lib/icon/enlarge-line.d.ts +4 -0
  11. package/lib/icon/enlarge-line.js +1 -0
  12. package/lib/icon/filliscreen-line.d.ts +4 -0
  13. package/lib/icon/filliscreen-line.js +1 -0
  14. package/lib/icon/funnel.js +1 -0
  15. package/lib/icon/help-document-fill.js +1 -1
  16. package/lib/icon/help-fill.js +1 -1
  17. package/lib/icon/img-error.d.ts +4 -0
  18. package/lib/icon/img-error.js +1 -0
  19. package/lib/icon/img-placehoulder.d.ts +4 -0
  20. package/lib/icon/img-placehoulder.js +1 -0
  21. package/lib/icon/index.d.ts +9 -0
  22. package/lib/icon/index.js +1 -1
  23. package/lib/icon/left-turn-line.d.ts +4 -0
  24. package/lib/icon/left-turn-line.js +1 -0
  25. package/lib/icon/narrow-line.d.ts +4 -0
  26. package/lib/icon/narrow-line.js +1 -0
  27. package/lib/icon/original .d.ts +4 -0
  28. package/lib/icon/original .js +1 -0
  29. package/lib/icon/right-turn-line.d.ts +4 -0
  30. package/lib/icon/{help.js → right-turn-line.js} +1 -1
  31. package/lib/icon/unfull-screen.d.ts +4 -0
  32. package/lib/icon/unfull-screen.js +1 -0
  33. package/lib/image/image-viewer.css +142 -0
  34. package/lib/image/image-viewer.d.ts +73 -0
  35. package/lib/image/image-viewer.less +168 -0
  36. package/lib/image/image-viewer.variable.css +142 -0
  37. package/lib/image/image.css +37 -0
  38. package/lib/image/image.d.ts +93 -0
  39. package/lib/image/image.less +44 -0
  40. package/lib/image/image.variable.css +37 -0
  41. package/lib/image/index.d.ts +246 -0
  42. package/lib/image/index.js +1 -0
  43. package/lib/image/props.d.ts +71 -0
  44. package/lib/message/messageConstructor.d.ts +1 -1
  45. package/lib/notify/notifyConstructor.d.ts +2 -2
  46. package/package.json +1 -1
@@ -31,10 +31,12 @@ export { default as DownShape } from '../icons/down-shape';
31
31
  export { default as DownSmall } from '../icons/down-small';
32
32
  export { default as EditLine } from '../icons/edit-line';
33
33
  export { default as Ellipsis } from '../icons/ellipsis';
34
+ export { default as EnlargeLine } from '../icons/enlarge-line';
34
35
  export { default as Error } from '../icons/error';
35
36
  export { default as ExcelFill } from '../icons/excel-fill';
36
37
  export { default as ExclamationCircleShape } from '../icons/exclamation-circle-shape';
37
38
  export { default as Eye } from '../icons/eye';
39
+ export { default as FilliscreenLine } from '../icons/filliscreen-line';
38
40
  export { default as FolderOpen } from '../icons/folder-open';
39
41
  export { default as FolderShapeOpen } from '../icons/folder-shape-open';
40
42
  export { default as FolderShape } from '../icons/folder-shape';
@@ -44,15 +46,21 @@ export { default as HelpDocumentFill } from '../icons/help-document-fill';
44
46
  export { default as HelpFill } from '../icons/help-fill';
45
47
  export { default as Help } from '../icons/help';
46
48
  export { default as ImageFill } from '../icons/image-fill';
49
+ export { default as ImgError } from '../icons/img-error';
50
+ export { default as ImgPlacehoulder } from '../icons/img-placehoulder';
47
51
  export { default as InfoLine } from '../icons/info-line';
48
52
  export { default as Info } from '../icons/info';
49
53
  export { default as LeftShape } from '../icons/left-shape';
54
+ export { default as LeftTurnLine } from '../icons/left-turn-line';
55
+ export { default as NarrowLine } from '../icons/narrow-line';
56
+ export { default as Original } from '../icons/original ';
50
57
  export { default as PdfFill } from '../icons/pdf-fill';
51
58
  export { default as PlayShape } from '../icons/play-shape';
52
59
  export { default as Plus } from '../icons/plus';
53
60
  export { default as PptFill } from '../icons/ppt-fill';
54
61
  export { default as Qq } from '../icons/qq';
55
62
  export { default as RightShape } from '../icons/right-shape';
63
+ export { default as RightTurnLine } from '../icons/right-turn-line';
56
64
  export { default as Search } from '../icons/search';
57
65
  export { default as Share } from '../icons/share';
58
66
  export { default as Spinner } from '../icons/spinner';
@@ -61,6 +69,7 @@ export { default as SwitcherLoading } from '../icons/switcher-loading';
61
69
  export { default as TextFile } from '../icons/text-file';
62
70
  export { default as TextFill } from '../icons/text-fill';
63
71
  export { default as TreeApplicationShape } from '../icons/tree-application-shape';
72
+ export { default as UnfullScreen } from '../icons/unfull-screen';
64
73
  export { default as Unvisible } from '../icons/unvisible';
65
74
  export { default as UpShape } from '../icons/up-shape';
66
75
  export { default as Upload } from '../icons/upload';