vary-ui 3.21.44 → 3.21.45

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 (76) hide show
  1. package/dist/{Loading-XwEhXCeF.js → Loading-BW4CXK_f.js} +2 -2
  2. package/dist/{Wrap-C1bQRaFZ.js → Wrap-CfGMFv4O.js} +1 -1
  3. package/dist/lib/Button/Button.js +2 -2
  4. package/dist/lib/Card/Card.js +2 -2
  5. package/dist/lib/Checkbox/Checkbox.js +2 -2
  6. package/dist/lib/CheckboxGroup/CheckboxGroup.js +3 -3
  7. package/dist/lib/Confirm/Confirm.js +2 -2
  8. package/dist/lib/Date/Date.js +4 -4
  9. package/dist/lib/Dialog/Dialog.js +1 -1
  10. package/dist/lib/Divider/Divider.js +1 -1
  11. package/dist/lib/Field/Field.js +2 -2
  12. package/dist/lib/Form/Form.js +1 -1
  13. package/dist/lib/Input/Input.js +3 -3
  14. package/dist/lib/Link/Link.js +2 -2
  15. package/dist/lib/Loading/Loading.js +3 -3
  16. package/dist/lib/Menu/Menu.js +2 -2
  17. package/dist/lib/Message/Message.js +2 -2
  18. package/dist/lib/Pagination/Pagination.js +5 -5
  19. package/dist/lib/Popover/Popover.js +2 -2
  20. package/dist/lib/Radio/Radio.js +2 -2
  21. package/dist/lib/RadioGroup/RadioGroup.js +2 -2
  22. package/dist/lib/Scene/Scene.js +1 -1
  23. package/dist/lib/Scroll/Scroll.js +2 -2
  24. package/dist/lib/Select/Select.js +5 -5
  25. package/dist/lib/Skeleton/Skeleton.js +1 -1
  26. package/dist/lib/Tab/Tab.js +2 -2
  27. package/dist/lib/TabPanel/TabPanel.js +1 -1
  28. package/dist/lib/Table/Table.js +3 -3
  29. package/dist/lib/TableColumn/TableColumn.js +1 -1
  30. package/dist/types/index.d.ts +37 -0
  31. package/dist/types/lib/Button/Button.vue.d.ts +105 -0
  32. package/dist/types/lib/Card/Card.vue.d.ts +41 -0
  33. package/dist/types/lib/Checkbox/Checkbox.vue.d.ts +71 -0
  34. package/dist/types/lib/CheckboxGroup/CheckboxGroup.vue.d.ts +36 -0
  35. package/dist/types/lib/Confirm/Confirm.d.ts +11 -0
  36. package/dist/types/lib/Confirm/Confirm.vue.d.ts +62 -0
  37. package/dist/types/lib/Date/Date.vue.d.ts +133 -0
  38. package/dist/types/lib/Dialog/Dialog.vue.d.ts +64 -0
  39. package/dist/types/lib/Divider/Divider.vue.d.ts +33 -0
  40. package/dist/types/lib/Field/Field.vue.d.ts +86 -0
  41. package/dist/types/lib/Form/Form.vue.d.ts +59 -0
  42. package/dist/types/lib/Input/Input.vue.d.ts +104 -0
  43. package/dist/types/lib/Link/Link.vue.d.ts +78 -0
  44. package/dist/types/lib/Loading/Loading.d.ts +12 -0
  45. package/dist/types/lib/Loading/Loading.vue.d.ts +68 -0
  46. package/dist/types/lib/Menu/Menu.vue.d.ts +72 -0
  47. package/dist/types/lib/Message/Message.d.ts +8 -0
  48. package/dist/types/lib/Message/Message.vue.d.ts +34 -0
  49. package/dist/types/lib/Pagination/Pagination.vue.d.ts +94 -0
  50. package/dist/types/lib/Popover/Popover.vue.d.ts +47 -0
  51. package/dist/types/lib/Preview/Preview.d.ts +7 -0
  52. package/dist/types/lib/Preview/Preview.vue.d.ts +44 -0
  53. package/dist/types/lib/Radio/Radio.vue.d.ts +62 -0
  54. package/dist/types/lib/RadioGroup/RadioGroup.vue.d.ts +44 -0
  55. package/dist/types/lib/Scene/Scene.vue.d.ts +162 -0
  56. package/dist/types/lib/Scroll/Scroll.vue.d.ts +95 -0
  57. package/dist/types/lib/Select/Select.vue.d.ts +256 -0
  58. package/dist/types/lib/Skeleton/Skeleton.vue.d.ts +23 -0
  59. package/dist/types/lib/Switch/Switch.vue.d.ts +17 -0
  60. package/dist/types/lib/Tab/Tab.vue.d.ts +40 -0
  61. package/dist/types/lib/TabPanel/TabPanel.vue.d.ts +2 -0
  62. package/dist/types/lib/Table/Table.vue.d.ts +161 -0
  63. package/dist/types/lib/TableColumn/TableColumn.vue.d.ts +51 -0
  64. package/dist/types/lib/Tree/Tree.vue.d.ts +63 -0
  65. package/dist/types/lib/Wrap/Wrap.vue.d.ts +23 -0
  66. package/dist/types/lib/config.d.ts +17 -0
  67. package/dist/types/lib/utils.d.ts +26 -0
  68. package/dist/types/src/main.d.ts +3 -0
  69. package/dist/types/src/router/index.d.ts +2 -0
  70. package/dist/types/src/utils/markdown.d.ts +3 -0
  71. package/dist/types/src/utils/register-components.d.ts +2 -0
  72. package/dist/vary-ui.js +5 -5
  73. package/package.json +2 -2
  74. /package/dist/{_plugin-vue_export-helper-BJcySfil.js → _plugin-vue_export-helper-K-2OxozI.js} +0 -0
  75. /package/dist/{config-DXP8G3TY.js → config-DbBnZZ91.js} +0 -0
  76. /package/dist/{utils-C1YOXhjB.js → utils-rcFFbQOV.js} +0 -0
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, ref, onMounted, createVNode } from 'vue';
2
- import { c as config } from './config-DXP8G3TY.js';
3
- import { _ as _export_sfc } from './_plugin-vue_export-helper-BJcySfil.js';
2
+ import { c as config } from './config-DbBnZZ91.js';
3
+ import { _ as _export_sfc } from './_plugin-vue_export-helper-K-2OxozI.js';
4
4
 
5
5
  var _a;
6
6
  var _sfc_main = /* @__PURE__ */ defineComponent({
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, createVNode } from 'vue';
2
- import { _ as _export_sfc } from './_plugin-vue_export-helper-BJcySfil.js';
2
+ import { _ as _export_sfc } from './_plugin-vue_export-helper-K-2OxozI.js';
3
3
 
4
4
  var _sfc_main = /* @__PURE__ */ defineComponent({
5
5
  props: {
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, computed, createVNode } from 'vue';
2
- import { c as config } from '../../config-DXP8G3TY.js';
3
- import { _ as _export_sfc } from '../../_plugin-vue_export-helper-BJcySfil.js';
2
+ import { c as config } from '../../config-DbBnZZ91.js';
3
+ import { _ as _export_sfc } from '../../_plugin-vue_export-helper-K-2OxozI.js';
4
4
 
5
5
  console.log(config);
6
6
  var _sfc_main = /* @__PURE__ */ defineComponent({
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, createVNode, createTextVNode } from 'vue';
2
- import { c as config } from '../../config-DXP8G3TY.js';
3
- import { _ as _export_sfc } from '../../_plugin-vue_export-helper-BJcySfil.js';
2
+ import { c as config } from '../../config-DbBnZZ91.js';
3
+ import { _ as _export_sfc } from '../../_plugin-vue_export-helper-K-2OxozI.js';
4
4
 
5
5
  var _sfc_main = /* @__PURE__ */ defineComponent({
6
6
  props: {
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, ref, watch, inject, createVNode } from 'vue';
2
- import { c as config } from '../../config-DXP8G3TY.js';
3
- import { _ as _export_sfc } from '../../_plugin-vue_export-helper-BJcySfil.js';
2
+ import { c as config } from '../../config-DbBnZZ91.js';
3
+ import { _ as _export_sfc } from '../../_plugin-vue_export-helper-K-2OxozI.js';
4
4
 
5
5
  var _sfc_main = /* @__PURE__ */ defineComponent({
6
6
  props: {
@@ -1,8 +1,8 @@
1
1
  import { defineComponent, ref, watch, provide, createVNode } from 'vue';
2
- import { i as isArray } from '../../utils-C1YOXhjB.js';
2
+ import { i as isArray } from '../../utils-rcFFbQOV.js';
3
3
  import Checkbox from '../Checkbox/Checkbox.js';
4
- import { _ as _export_sfc } from '../../_plugin-vue_export-helper-BJcySfil.js';
5
- import '../../config-DXP8G3TY.js';
4
+ import { _ as _export_sfc } from '../../_plugin-vue_export-helper-K-2OxozI.js';
5
+ import '../../config-DbBnZZ91.js';
6
6
 
7
7
  var _sfc_main = /* @__PURE__ */ defineComponent({
8
8
  props: {
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, createVNode, createApp, h } from 'vue';
2
2
  import Button from '../Button/Button.js';
3
- import { _ as _export_sfc } from '../../_plugin-vue_export-helper-BJcySfil.js';
4
- import '../../config-DXP8G3TY.js';
3
+ import { _ as _export_sfc } from '../../_plugin-vue_export-helper-K-2OxozI.js';
4
+ import '../../config-DbBnZZ91.js';
5
5
 
6
6
  var _sfc_main = /* @__PURE__ */ defineComponent({
7
7
  props: {
@@ -1,11 +1,11 @@
1
1
  import { defineComponent, shallowRef, ref, reactive, watch, createVNode, createTextVNode } from 'vue';
2
- import { n as now, e as isTime, g as isYear, h as isMonth, d as isDate, f as isDateTime } from '../../utils-C1YOXhjB.js';
2
+ import { n as now, e as isTime, g as isYear, h as isMonth, d as isDate, f as isDateTime } from '../../utils-rcFFbQOV.js';
3
3
  import Popover from '../Popover/Popover.js';
4
4
  import Scroll from '../Scroll/Scroll.js';
5
5
  import Link from '../Link/Link.js';
6
- import { W as Wrap } from '../../Wrap-C1bQRaFZ.js';
7
- import { c as config } from '../../config-DXP8G3TY.js';
8
- import { _ as _export_sfc } from '../../_plugin-vue_export-helper-BJcySfil.js';
6
+ import { W as Wrap } from '../../Wrap-CfGMFv4O.js';
7
+ import { c as config } from '../../config-DbBnZZ91.js';
8
+ import { _ as _export_sfc } from '../../_plugin-vue_export-helper-K-2OxozI.js';
9
9
 
10
10
  const weeks = ["周日", "周一", "周二", "周三", "周四", "周五", "周六"];
11
11
  const months = ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"].map((r, i) => {
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, ref, watch, onMounted, onBeforeUnmount, createVNode, createTextVNode } from 'vue';
2
- import { _ as _export_sfc } from '../../_plugin-vue_export-helper-BJcySfil.js';
2
+ import { _ as _export_sfc } from '../../_plugin-vue_export-helper-K-2OxozI.js';
3
3
 
4
4
  var _sfc_main = /* @__PURE__ */ defineComponent({
5
5
  props: {
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, createVNode } from 'vue';
2
- import { _ as _export_sfc } from '../../_plugin-vue_export-helper-BJcySfil.js';
2
+ import { _ as _export_sfc } from '../../_plugin-vue_export-helper-K-2OxozI.js';
3
3
 
4
4
  var _sfc_main = /* @__PURE__ */ defineComponent({
5
5
  props: {
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, inject, createVNode } from 'vue';
2
- import { c as config } from '../../config-DXP8G3TY.js';
3
- import { _ as _export_sfc } from '../../_plugin-vue_export-helper-BJcySfil.js';
2
+ import { c as config } from '../../config-DbBnZZ91.js';
3
+ import { _ as _export_sfc } from '../../_plugin-vue_export-helper-K-2OxozI.js';
4
4
 
5
5
  var _sfc_main = /* @__PURE__ */ defineComponent({
6
6
  props: {
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, provide, createVNode } from 'vue';
2
- import { _ as _export_sfc } from '../../_plugin-vue_export-helper-BJcySfil.js';
2
+ import { _ as _export_sfc } from '../../_plugin-vue_export-helper-K-2OxozI.js';
3
3
 
4
4
  var _sfc_main = /* @__PURE__ */ defineComponent({
5
5
  props: {
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, watch, createVNode, mergeProps } from 'vue';
2
- import { W as Wrap } from '../../Wrap-C1bQRaFZ.js';
3
- import { c as isFun } from '../../utils-C1YOXhjB.js';
4
- import { _ as _export_sfc } from '../../_plugin-vue_export-helper-BJcySfil.js';
2
+ import { W as Wrap } from '../../Wrap-CfGMFv4O.js';
3
+ import { c as isFun } from '../../utils-rcFFbQOV.js';
4
+ import { _ as _export_sfc } from '../../_plugin-vue_export-helper-K-2OxozI.js';
5
5
 
6
6
  var _sfc_main = /* @__PURE__ */ defineComponent({
7
7
  inheritAttrs: false,
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, computed, createVNode } from 'vue';
2
- import { c as config } from '../../config-DXP8G3TY.js';
3
- import { _ as _export_sfc } from '../../_plugin-vue_export-helper-BJcySfil.js';
2
+ import { c as config } from '../../config-DbBnZZ91.js';
3
+ import { _ as _export_sfc } from '../../_plugin-vue_export-helper-K-2OxozI.js';
4
4
 
5
5
  var _sfc_main = /* @__PURE__ */ defineComponent({
6
6
  props: {
@@ -1,7 +1,7 @@
1
1
  import { shallowRef, createApp, h } from 'vue';
2
- import { L as Loading } from '../../Loading-XwEhXCeF.js';
3
- import { c as config } from '../../config-DXP8G3TY.js';
4
- import '../../_plugin-vue_export-helper-BJcySfil.js';
2
+ import { L as Loading } from '../../Loading-BW4CXK_f.js';
3
+ import { c as config } from '../../config-DbBnZZ91.js';
4
+ import '../../_plugin-vue_export-helper-K-2OxozI.js';
5
5
 
6
6
  const defaultOptions = {
7
7
  lock: false,
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, watch, createVNode } from 'vue';
2
- import { k as debounce } from '../../utils-C1YOXhjB.js';
2
+ import { k as debounce } from '../../utils-rcFFbQOV.js';
3
3
  import Scroll from '../Scroll/Scroll.js';
4
- import { _ as _export_sfc } from '../../_plugin-vue_export-helper-BJcySfil.js';
4
+ import { _ as _export_sfc } from '../../_plugin-vue_export-helper-K-2OxozI.js';
5
5
 
6
6
  var _sfc_main = /* @__PURE__ */ defineComponent({
7
7
  props: {
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, onMounted, h, createApp } from 'vue';
2
- import { c as config } from '../../config-DXP8G3TY.js';
3
- import { _ as _export_sfc } from '../../_plugin-vue_export-helper-BJcySfil.js';
2
+ import { c as config } from '../../config-DbBnZZ91.js';
3
+ import { _ as _export_sfc } from '../../_plugin-vue_export-helper-K-2OxozI.js';
4
4
 
5
5
  var _sfc_main = defineComponent({
6
6
  props: {
@@ -1,14 +1,14 @@
1
1
  import { defineComponent, ref, watch, createVNode, createTextVNode } from 'vue';
2
2
  import Select from '../Select/Select.js';
3
- import { c as config } from '../../config-DXP8G3TY.js';
4
- import { _ as _export_sfc } from '../../_plugin-vue_export-helper-BJcySfil.js';
5
- import '../../utils-C1YOXhjB.js';
3
+ import { c as config } from '../../config-DbBnZZ91.js';
4
+ import { _ as _export_sfc } from '../../_plugin-vue_export-helper-K-2OxozI.js';
5
+ import '../../utils-rcFFbQOV.js';
6
6
  import '../Popover/Popover.js';
7
- import '../../Wrap-C1bQRaFZ.js';
7
+ import '../../Wrap-CfGMFv4O.js';
8
8
  import '../Input/Input.js';
9
9
  import '../Checkbox/Checkbox.js';
10
10
  import '../Scroll/Scroll.js';
11
- import '../../Loading-XwEhXCeF.js';
11
+ import '../../Loading-BW4CXK_f.js';
12
12
 
13
13
  var _sfc_main = /* @__PURE__ */ defineComponent({
14
14
  props: {
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, shallowRef, ref, watch, onMounted, onBeforeUnmount, createVNode, nextTick } from 'vue';
2
- import { t as throttle } from '../../utils-C1YOXhjB.js';
3
- import { _ as _export_sfc } from '../../_plugin-vue_export-helper-BJcySfil.js';
2
+ import { t as throttle } from '../../utils-rcFFbQOV.js';
3
+ import { _ as _export_sfc } from '../../_plugin-vue_export-helper-K-2OxozI.js';
4
4
 
5
5
  var _sfc_main = /* @__PURE__ */ defineComponent({
6
6
  props: {
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, ref, watch, createVNode, inject } from 'vue';
2
- import { c as config } from '../../config-DXP8G3TY.js';
3
- import { _ as _export_sfc } from '../../_plugin-vue_export-helper-BJcySfil.js';
2
+ import { c as config } from '../../config-DbBnZZ91.js';
3
+ import { _ as _export_sfc } from '../../_plugin-vue_export-helper-K-2OxozI.js';
4
4
 
5
5
  var _sfc_main = /* @__PURE__ */ defineComponent({
6
6
  props: {
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, watch, provide, createVNode } from 'vue';
2
2
  import Radio from '../Radio/Radio.js';
3
- import { _ as _export_sfc } from '../../_plugin-vue_export-helper-BJcySfil.js';
4
- import '../../config-DXP8G3TY.js';
3
+ import { _ as _export_sfc } from '../../_plugin-vue_export-helper-K-2OxozI.js';
4
+ import '../../config-DbBnZZ91.js';
5
5
 
6
6
  var _sfc_main = /* @__PURE__ */ defineComponent({
7
7
  props: {
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, computed, createElementBlock, openBlock, normalizeClass, renderSlot } from 'vue';
2
- import { _ as _export_sfc } from '../../_plugin-vue_export-helper-BJcySfil.js';
2
+ import { _ as _export_sfc } from '../../_plugin-vue_export-helper-K-2OxozI.js';
3
3
 
4
4
  var _sfc_main = /*@__PURE__*/ defineComponent({
5
5
  __name: 'Scene',
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, shallowRef, ref, onMounted, nextTick, onBeforeUnmount, createVNode } from 'vue';
2
- import { k as debounce } from '../../utils-C1YOXhjB.js';
3
- import { _ as _export_sfc } from '../../_plugin-vue_export-helper-BJcySfil.js';
2
+ import { k as debounce } from '../../utils-rcFFbQOV.js';
3
+ import { _ as _export_sfc } from '../../_plugin-vue_export-helper-K-2OxozI.js';
4
4
 
5
5
  /**
6
6
  * note:
@@ -1,13 +1,13 @@
1
1
  import { defineComponent, ref, shallowRef, reactive, watch, createVNode, createTextVNode, isVNode, nextTick } from 'vue';
2
- import { k as debounce } from '../../utils-C1YOXhjB.js';
2
+ import { k as debounce } from '../../utils-rcFFbQOV.js';
3
3
  import Popover from '../Popover/Popover.js';
4
- import { W as Wrap } from '../../Wrap-C1bQRaFZ.js';
4
+ import { W as Wrap } from '../../Wrap-CfGMFv4O.js';
5
5
  import Input from '../Input/Input.js';
6
6
  import Checkbox from '../Checkbox/Checkbox.js';
7
7
  import Scroll from '../Scroll/Scroll.js';
8
- import { c as config } from '../../config-DXP8G3TY.js';
9
- import { L as Loading } from '../../Loading-XwEhXCeF.js';
10
- import { _ as _export_sfc } from '../../_plugin-vue_export-helper-BJcySfil.js';
8
+ import { c as config } from '../../config-DbBnZZ91.js';
9
+ import { L as Loading } from '../../Loading-BW4CXK_f.js';
10
+ import { _ as _export_sfc } from '../../_plugin-vue_export-helper-K-2OxozI.js';
11
11
 
12
12
  /******************************************************************************
13
13
  Copyright (c) Microsoft Corporation.
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, createVNode } from 'vue';
2
- import { _ as _export_sfc } from '../../_plugin-vue_export-helper-BJcySfil.js';
2
+ import { _ as _export_sfc } from '../../_plugin-vue_export-helper-K-2OxozI.js';
3
3
 
4
4
  var _sfc_main = /* @__PURE__ */ defineComponent({
5
5
  props: {
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, watch, onBeforeUnmount, createVNode } from 'vue';
2
- import { m as matchChildrenCoponent } from '../../utils-C1YOXhjB.js';
2
+ import { m as matchChildrenCoponent } from '../../utils-rcFFbQOV.js';
3
3
  import TabPanel from '../TabPanel/TabPanel.js';
4
- import { _ as _export_sfc } from '../../_plugin-vue_export-helper-BJcySfil.js';
4
+ import { _ as _export_sfc } from '../../_plugin-vue_export-helper-K-2OxozI.js';
5
5
 
6
6
  var _sfc_main = /* @__PURE__ */ defineComponent({
7
7
  props: {
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, createVNode } from 'vue';
2
- import { _ as _export_sfc } from '../../_plugin-vue_export-helper-BJcySfil.js';
2
+ import { _ as _export_sfc } from '../../_plugin-vue_export-helper-K-2OxozI.js';
3
3
 
4
4
  var _sfc_main = /* @__PURE__ */ defineComponent({
5
5
  setup(_props, {
@@ -1,10 +1,10 @@
1
1
  import { defineComponent, ref, reactive, shallowRef, nextTick, onMounted, watch, onBeforeMount, createVNode, createTextVNode } from 'vue';
2
- import { k as debounce, m as matchChildrenCoponent } from '../../utils-C1YOXhjB.js';
2
+ import { k as debounce, m as matchChildrenCoponent } from '../../utils-rcFFbQOV.js';
3
3
  import Checkbox from '../Checkbox/Checkbox.js';
4
4
  import Scroll from '../Scroll/Scroll.js';
5
5
  import TableColumn from '../TableColumn/TableColumn.js';
6
- import { c as config } from '../../config-DXP8G3TY.js';
7
- import { _ as _export_sfc } from '../../_plugin-vue_export-helper-BJcySfil.js';
6
+ import { c as config } from '../../config-DbBnZZ91.js';
7
+ import { _ as _export_sfc } from '../../_plugin-vue_export-helper-K-2OxozI.js';
8
8
 
9
9
  var _sfc_main = /* @__PURE__ */ defineComponent({
10
10
  props: {
@@ -1,5 +1,5 @@
1
1
  import { defineComponent } from 'vue';
2
- import { _ as _export_sfc } from '../../_plugin-vue_export-helper-BJcySfil.js';
2
+ import { _ as _export_sfc } from '../../_plugin-vue_export-helper-K-2OxozI.js';
3
3
 
4
4
  var _sfc_main = /* @__PURE__ */ defineComponent({
5
5
  props: {
@@ -0,0 +1,37 @@
1
+ import { Plugin } from "vue";
2
+ import Button from "./lib/Button/Button.vue";
3
+ import Card from "./lib/Card/Card.vue";
4
+ import Checkbox from "./lib/Checkbox/Checkbox.vue";
5
+ import CheckboxGroup from "./lib/CheckboxGroup/CheckboxGroup.vue";
6
+ import Date from "./lib/Date/Date.vue";
7
+ import Dialog from "./lib/Dialog/Dialog.vue";
8
+ import Divider from "./lib/Divider/Divider.vue";
9
+ import Form from "./lib/Form/Form.vue";
10
+ import Field from "./lib/Field/Field.vue";
11
+ import Input from "./lib/Input/Input.vue";
12
+ import Link from "./lib/Link/Link.vue";
13
+ import Menu from "./lib/Menu/Menu.vue";
14
+ import Pagination from "./lib/Pagination/Pagination.vue";
15
+ import Popover from "./lib/Popover/Popover.vue";
16
+ import Scene from "./lib/Scene/Scene.vue";
17
+ import Scroll from "./lib/Scroll/Scroll.vue";
18
+ import Select from "./lib/Select/Select.vue";
19
+ import Skeleton from "./lib/Skeleton/Skeleton.vue";
20
+ import Switch from "./lib/Switch/Switch.vue";
21
+ import Tab from "./lib/Tab/Tab.vue";
22
+ import Table from "./lib/Table/Table.vue";
23
+ import TableColumn from "./lib/TableColumn/TableColumn.vue";
24
+ import TabPanel from "./lib/TabPanel/TabPanel.vue";
25
+ import Tree from "./lib/Tree/Tree.vue";
26
+ import Radio from "./lib/Radio/Radio.vue";
27
+ import RadioGroup from "./lib/RadioGroup/RadioGroup.vue";
28
+ import Message from "./lib/Message/Message";
29
+ import Confirm from "./lib/Confirm/Confirm";
30
+ import Loading from "./lib/Loading/Loading";
31
+ import Preview from "./lib/Preview/Preview";
32
+ export { Scene, Card, Dialog, Divider, Button, Link, Input, Radio, RadioGroup, Checkbox, CheckboxGroup, Select, Date, Tab, TabPanel, Table, TableColumn, Menu, Scroll, Skeleton, Switch, Pagination, Popover, Preview, Form, Field, Tree, Message, Confirm, Loading, };
33
+ export * from "./lib/utils";
34
+ import "./src/styles/root.scss";
35
+ import "./icomoon/style.css";
36
+ declare const VaryUI: Plugin;
37
+ export default VaryUI;
@@ -0,0 +1,105 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ type: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ primary: {
7
+ type: BooleanConstructor;
8
+ defalut: boolean;
9
+ };
10
+ success: {
11
+ type: BooleanConstructor;
12
+ defalut: boolean;
13
+ };
14
+ danger: {
15
+ type: BooleanConstructor;
16
+ defalut: boolean;
17
+ };
18
+ warning: {
19
+ type: BooleanConstructor;
20
+ defalut: boolean;
21
+ };
22
+ info: {
23
+ type: BooleanConstructor;
24
+ defalut: boolean;
25
+ };
26
+ disabled: {
27
+ type: BooleanConstructor;
28
+ defalut: boolean;
29
+ };
30
+ border: {
31
+ type: BooleanConstructor;
32
+ defalut: boolean;
33
+ };
34
+ plain: {
35
+ type: BooleanConstructor;
36
+ defalut: boolean;
37
+ };
38
+ round: {
39
+ type: BooleanConstructor;
40
+ defalut: boolean;
41
+ };
42
+ size: {
43
+ type: StringConstructor;
44
+ defalut: string;
45
+ };
46
+ }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
47
+ type: {
48
+ type: StringConstructor;
49
+ default: string;
50
+ };
51
+ primary: {
52
+ type: BooleanConstructor;
53
+ defalut: boolean;
54
+ };
55
+ success: {
56
+ type: BooleanConstructor;
57
+ defalut: boolean;
58
+ };
59
+ danger: {
60
+ type: BooleanConstructor;
61
+ defalut: boolean;
62
+ };
63
+ warning: {
64
+ type: BooleanConstructor;
65
+ defalut: boolean;
66
+ };
67
+ info: {
68
+ type: BooleanConstructor;
69
+ defalut: boolean;
70
+ };
71
+ disabled: {
72
+ type: BooleanConstructor;
73
+ defalut: boolean;
74
+ };
75
+ border: {
76
+ type: BooleanConstructor;
77
+ defalut: boolean;
78
+ };
79
+ plain: {
80
+ type: BooleanConstructor;
81
+ defalut: boolean;
82
+ };
83
+ round: {
84
+ type: BooleanConstructor;
85
+ defalut: boolean;
86
+ };
87
+ size: {
88
+ type: StringConstructor;
89
+ defalut: string;
90
+ };
91
+ }>> & Readonly<{
92
+ onClick?: (...args: any[]) => any;
93
+ }>, {
94
+ type: string;
95
+ primary: boolean;
96
+ success: boolean;
97
+ danger: boolean;
98
+ warning: boolean;
99
+ info: boolean;
100
+ disabled: boolean;
101
+ border: boolean;
102
+ plain: boolean;
103
+ round: boolean;
104
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
105
+ export default _default;
@@ -0,0 +1,41 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ title: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ shadow: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ border: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ size: {
15
+ type: StringConstructor;
16
+ default: string;
17
+ };
18
+ }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
19
+ title: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
23
+ shadow: {
24
+ type: StringConstructor;
25
+ default: string;
26
+ };
27
+ border: {
28
+ type: BooleanConstructor;
29
+ default: boolean;
30
+ };
31
+ size: {
32
+ type: StringConstructor;
33
+ default: string;
34
+ };
35
+ }>> & Readonly<{}>, {
36
+ title: string;
37
+ shadow: string;
38
+ border: boolean;
39
+ size: string;
40
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
41
+ export default _default;
@@ -0,0 +1,71 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ modelValue: {
3
+ type: BooleanConstructor;
4
+ default: boolean;
5
+ };
6
+ partial: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
10
+ disabled: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ readonly: {
15
+ type: BooleanConstructor;
16
+ default: boolean;
17
+ };
18
+ label: {
19
+ type: StringConstructor;
20
+ default: string;
21
+ };
22
+ value: {
23
+ type: StringConstructor[];
24
+ default: string;
25
+ };
26
+ size: {
27
+ type: StringConstructor;
28
+ default: string;
29
+ };
30
+ }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:model-value" | "change")[], "update:model-value" | "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
31
+ modelValue: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
35
+ partial: {
36
+ type: BooleanConstructor;
37
+ default: boolean;
38
+ };
39
+ disabled: {
40
+ type: BooleanConstructor;
41
+ default: boolean;
42
+ };
43
+ readonly: {
44
+ type: BooleanConstructor;
45
+ default: boolean;
46
+ };
47
+ label: {
48
+ type: StringConstructor;
49
+ default: string;
50
+ };
51
+ value: {
52
+ type: StringConstructor[];
53
+ default: string;
54
+ };
55
+ size: {
56
+ type: StringConstructor;
57
+ default: string;
58
+ };
59
+ }>> & Readonly<{
60
+ "onUpdate:model-value"?: (...args: any[]) => any;
61
+ onChange?: (...args: any[]) => any;
62
+ }>, {
63
+ modelValue: boolean;
64
+ partial: boolean;
65
+ disabled: boolean;
66
+ readonly: boolean;
67
+ label: string;
68
+ value: string;
69
+ size: string;
70
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
71
+ export default _default;
@@ -0,0 +1,36 @@
1
+ import { PropType } from "vue";
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ modelValue: {
4
+ type: PropType<Array<string | number>>;
5
+ default(): any[];
6
+ };
7
+ inline: {
8
+ type: BooleanConstructor;
9
+ default: boolean;
10
+ };
11
+ size: {
12
+ type: StringConstructor;
13
+ default: string;
14
+ };
15
+ }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:model-value" | "change")[], "update:model-value" | "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
16
+ modelValue: {
17
+ type: PropType<Array<string | number>>;
18
+ default(): any[];
19
+ };
20
+ inline: {
21
+ type: BooleanConstructor;
22
+ default: boolean;
23
+ };
24
+ size: {
25
+ type: StringConstructor;
26
+ default: string;
27
+ };
28
+ }>> & Readonly<{
29
+ "onUpdate:model-value"?: (...args: any[]) => any;
30
+ onChange?: (...args: any[]) => any;
31
+ }>, {
32
+ modelValue: (string | number)[];
33
+ inline: boolean;
34
+ size: string;
35
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
36
+ export default _default;
@@ -0,0 +1,11 @@
1
+ import { VNode } from "vue";
2
+ type ConfirmOption = {
3
+ icon?: "success" | "warning" | "danger" | "info" | VNode;
4
+ title?: string | VNode;
5
+ content?: string | VNode;
6
+ confirmText?: string;
7
+ cancelText?: string;
8
+ closeOnMask?: boolean;
9
+ };
10
+ declare function createConfirm(props: ConfirmOption): Promise<unknown>;
11
+ export default createConfirm;