bkui-vue 0.0.1-beta.116 → 0.0.1-beta.117

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.esm.js CHANGED
@@ -28409,56 +28409,107 @@ Upload.install = (Vue) => {
28409
28409
  var components = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
28410
28410
  __proto__: null,
28411
28411
  Alert: BkAlert,
28412
+ BkAlert,
28412
28413
  AnimateNumber: BkAnimateNumber,
28414
+ BkAnimateNumber,
28413
28415
  Affix: BkAffix,
28416
+ BkAffix,
28414
28417
  Backtop: BkBacktop,
28418
+ BkBacktop,
28415
28419
  Badge: BkBadge,
28420
+ BkBadge,
28416
28421
  Breadcrumb: BkBreadcrumb,
28422
+ BkBreadcrumb,
28417
28423
  Button: BkButton,
28424
+ BkButton,
28418
28425
  Card: BkCard,
28426
+ BkCard,
28419
28427
  Checkbox: BkCheckbox,
28428
+ BkCheckbox,
28420
28429
  Collapse: BkCollapse,
28430
+ BkCollapse,
28421
28431
  Dialog: BkDialog,
28432
+ BkDialog,
28422
28433
  Exception: BkException,
28434
+ BkException,
28423
28435
  FixedNavbar: BkFixedNavbar,
28436
+ BkFixedNavbar,
28424
28437
  Input: BkInput,
28438
+ BkInput,
28425
28439
  Link: BkLink,
28440
+ BkLink,
28426
28441
  Loading: BkLoading,
28442
+ BkLoading,
28427
28443
  Modal: BkModal,
28444
+ BkModal,
28428
28445
  Popover: BkPopover,
28446
+ BkPopover,
28429
28447
  Popover2: BkPopover2,
28448
+ BkPopover2,
28430
28449
  Progress: BkProgress,
28450
+ BkProgress,
28431
28451
  Radio: BkRadio,
28452
+ BkRadio,
28432
28453
  Rate: BkRate,
28454
+ BkRate,
28433
28455
  Swiper: BkSwiper,
28456
+ BkSwiper,
28434
28457
  Select: BkSelect,
28458
+ BkSelect,
28435
28459
  Sideslider: BkSideslider,
28460
+ BkSideslider,
28436
28461
  Steps: BkSteps$2,
28462
+ BkSteps: BkSteps$2,
28437
28463
  Switcher: BkSwitcher,
28464
+ BkSwitcher,
28438
28465
  Table: BkTable,
28466
+ BkTable,
28439
28467
  Tag: BkTag,
28468
+ BkTag,
28440
28469
  TagInput,
28470
+ BkTagInput: TagInput,
28441
28471
  Divider: BkDivider,
28472
+ BkDivider,
28442
28473
  Tab: BkTab,
28474
+ BkTab,
28443
28475
  Message,
28476
+ BkMessage: Message,
28444
28477
  Notify,
28478
+ BkNotify: Notify,
28445
28479
  Menu: BkMenu,
28480
+ BkMenu,
28446
28481
  Navigation,
28482
+ BkNavigation: Navigation,
28447
28483
  DatePicker: BkDatePicker,
28484
+ BkDatePicker,
28448
28485
  Transfer,
28486
+ BkTransfer: Transfer,
28449
28487
  Tree: BkTree,
28488
+ BkTree,
28450
28489
  VirtualRender: BkVirtualRender,
28490
+ BkVirtualRender,
28451
28491
  Form: BkForm,
28492
+ BkForm,
28452
28493
  Pagination: BkPagination,
28494
+ BkPagination,
28453
28495
  Container: BkContainer,
28496
+ BkContainer,
28454
28497
  containerProps: BkContainer,
28498
+ BkcontainerProps: BkContainer,
28455
28499
  Dropdown: BkDropdown,
28500
+ BkDropdown,
28456
28501
  Cascader: BkCascader,
28502
+ BkCascader,
28457
28503
  Slider,
28504
+ BkSlider: Slider,
28458
28505
  ResizeLayout: BkResizeLayout,
28506
+ BkResizeLayout,
28459
28507
  TimeLine: BkSteps$1,
28508
+ BkTimeLine: BkSteps$1,
28460
28509
  Process: BkSteps,
28461
- Upload
28510
+ BkProcess: BkSteps,
28511
+ Upload,
28512
+ BkUpload: Upload
28462
28513
  }, Symbol.toStringTag, { value: "Module" }));
28463
28514
  const createInstall = (prefix = "Bk") => (app) => {
28464
28515
  const pre = app.config.globalProperties.bkUIPrefix || prefix;
@@ -28476,4 +28527,4 @@ var preset = {
28476
28527
  install: createInstall(),
28477
28528
  version: "0.0.1"
28478
28529
  };
28479
- export { BkAffix as Affix, BkAlert as Alert, BkAnimateNumber as AnimateNumber, BkBacktop as Backtop, BkBadge as Badge, BkBreadcrumb as Breadcrumb, BkButton as Button, BkCard as Card, BkCascader as Cascader, BkCheckbox as Checkbox, BkCollapse as Collapse, BkContainer as Container, BkDatePicker as DatePicker, BkDialog as Dialog, BkDivider as Divider, BkDropdown as Dropdown, BkException as Exception, BkFixedNavbar as FixedNavbar, BkForm as Form, BkInput as Input, BkLink as Link, BkLoading as Loading, BkMenu as Menu, Message, BkModal as Modal, Navigation, Notify, BkPagination as Pagination, BkPopover as Popover, BkPopover2 as Popover2, BkSteps as Process, BkProgress as Progress, BkRadio as Radio, BkRate as Rate, BkResizeLayout as ResizeLayout, BkSelect as Select, BkSideslider as Sideslider, Slider, BkSteps$2 as Steps, BkSwiper as Swiper, BkSwitcher as Switcher, BkTab as Tab, BkTable as Table, BkTag as Tag, TagInput, BkSteps$1 as TimeLine, Transfer, BkTree as Tree, Upload, BkVirtualRender as VirtualRender, tooltips as bkTooltips, ClickOutside as clickoutside, BkContainer as containerProps, preset as default, mousewheel };
28530
+ export { BkAffix as Affix, BkAlert as Alert, BkAnimateNumber as AnimateNumber, BkBacktop as Backtop, BkBadge as Badge, BkAffix, BkAlert, BkAnimateNumber, BkBacktop, BkBadge, BkBreadcrumb, BkButton, BkCard, BkCascader, BkCheckbox, BkCollapse, BkContainer, BkDatePicker, BkDialog, BkDivider, BkDropdown, BkException, BkFixedNavbar, BkForm, BkInput, BkLink, BkLoading, BkMenu, Message as BkMessage, BkModal, Navigation as BkNavigation, Notify as BkNotify, BkPagination, BkPopover, BkPopover2, BkSteps as BkProcess, BkProgress, BkRadio, BkRate, BkResizeLayout, BkSelect, BkSideslider, Slider as BkSlider, BkSteps$2 as BkSteps, BkSwiper, BkSwitcher, BkTab, BkTable, BkTag, TagInput as BkTagInput, BkSteps$1 as BkTimeLine, Transfer as BkTransfer, BkTree, Upload as BkUpload, BkVirtualRender, BkContainer as BkcontainerProps, BkBreadcrumb as Breadcrumb, BkButton as Button, BkCard as Card, BkCascader as Cascader, BkCheckbox as Checkbox, BkCollapse as Collapse, BkContainer as Container, BkDatePicker as DatePicker, BkDialog as Dialog, BkDivider as Divider, BkDropdown as Dropdown, BkException as Exception, BkFixedNavbar as FixedNavbar, BkForm as Form, BkInput as Input, BkLink as Link, BkLoading as Loading, BkMenu as Menu, Message, BkModal as Modal, Navigation, Notify, BkPagination as Pagination, BkPopover as Popover, BkPopover2 as Popover2, BkSteps as Process, BkProgress as Progress, BkRadio as Radio, BkRate as Rate, BkResizeLayout as ResizeLayout, BkSelect as Select, BkSideslider as Sideslider, Slider, BkSteps$2 as Steps, BkSwiper as Swiper, BkSwitcher as Switcher, BkTab as Tab, BkTable as Table, BkTag as Tag, TagInput, BkSteps$1 as TimeLine, Transfer, BkTree as Tree, Upload, BkVirtualRender as VirtualRender, tooltips as bkTooltips, ClickOutside as clickoutside, BkContainer as containerProps, preset as default, mousewheel };