pro-design-vue 0.0.1-beta.2 → 0.0.1-beta.3

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,4 +1,4 @@
1
- /*! Pro Design Vue v0.0.1-beta.2 */
1
+ /*! Pro Design Vue v0.0.1-beta.3 */
2
2
 
3
3
  import { Modal, ConfigProvider, App, Button as Button$1, Tooltip, Popconfirm, Dropdown, Menu, Slider, Drawer, Input, InputNumber, Form as Form$1, Space, Textarea, Select, TreeSelect, Checkbox as Checkbox$1, CheckboxGroup, RadioGroup, Radio as Radio$1, Cascader, Switch, Rate, DatePicker, RangePicker, TimePicker, TimeRangePicker, Upload, theme as theme$1, FormItemRest, Spin, message, Row as Row$1, Col, FormItem as FormItem$3, Steps, Popover, MenuItem, SubMenu, Empty, Badge, Pagination, InputSearch, Tree, Card, Tabs, TabPane } from 'ant-design-vue';
4
4
  import { inject, ref, getCurrentInstance, nextTick, h, reactive, defineComponent, createVNode, isVNode, Fragment, cloneVNode, provide, computed, renderSlot, createPropsRestProxy, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, shallowRef, shallowReadonly, toValue, getCurrentScope, onScopeDispose, watch, onMounted, hasInjectionContext, isRef, toRefs as toRefs$1, customRef, toRef as toRef$1, readonly, watchEffect, toRaw, createElementBlock, createCommentVNode, resolveDynamicComponent, mergeProps, createElementVNode, normalizeStyle, toDisplayString, normalizeClass, createSlots, useAttrs, useTemplateRef, defineAsyncComponent, Teleport, onUnmounted, Comment as Comment$1, useSlots, useModel, withModifiers, mergeModels, renderList, camelize, isReactive, onActivated, onDeactivated, onBeforeUnmount, triggerRef, resolveDirective, withDirectives, vShow, render as render$1, resolveComponent, createTextVNode, vModelText } from 'vue';
@@ -14,7 +14,7 @@ const ELEMENT_ID_MAIN_CONTENT = `__pro_main_content`;
14
14
  const SCROLL_FIXED_CLASS = `_scroll__fixed_`;
15
15
  const DEFAULT_NAMESPACE = "pro";
16
16
 
17
- const version$1 = "0.0.1-beta.2";
17
+ const version$1 = "0.0.1-beta.3";
18
18
 
19
19
  const makeInstaller = (components = []) => {
20
20
  const install = (app) => {
package/es/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "0.0.1-beta.2";
1
+ export declare const version = "0.0.1-beta.3";
package/es/version.mjs CHANGED
@@ -1,4 +1,4 @@
1
- const version = "0.0.1-beta.2";
1
+ const version = "0.0.1-beta.3";
2
2
 
3
3
  export { version };
4
4
  //# sourceMappingURL=version.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.mjs","sources":["../../../packages/pro-design-vue/version.ts"],"sourcesContent":["export const version = '0.0.1-beta.2'\n"],"names":[],"mappings":"AAAO,MAAM,OAAA,GAAU;;;;"}
1
+ {"version":3,"file":"version.mjs","sources":["../../../packages/pro-design-vue/version.ts"],"sourcesContent":["export const version = '0.0.1-beta.3'\n"],"names":[],"mappings":"AAAO,MAAM,OAAA,GAAU;;;;"}
package/lib/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "0.0.1-beta.2";
1
+ export declare const version = "0.0.1-beta.3";
package/lib/version.js CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const version = "0.0.1-beta.2";
3
+ const version = "0.0.1-beta.3";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sources":["../../../packages/pro-design-vue/version.ts"],"sourcesContent":["export const version = '0.0.1-beta.2'\n"],"names":[],"mappings":";;AAAO,MAAM,OAAA,GAAU;;;;"}
1
+ {"version":3,"file":"version.js","sources":["../../../packages/pro-design-vue/version.ts"],"sourcesContent":["export const version = '0.0.1-beta.3'\n"],"names":[],"mappings":";;AAAO,MAAM,OAAA,GAAU;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pro-design-vue",
3
- "version": "0.0.1-beta.2",
3
+ "version": "0.0.1-beta.3",
4
4
  "description": "A Component Library for Vue 3",
5
5
  "keywords": [
6
6
  "pro design",
@@ -58,6 +58,7 @@
58
58
  },
59
59
  "unpkg": "dist/index.full.js",
60
60
  "jsdelivr": "dist/index.full.js",
61
+ "homepage": "https://pro-design.shene.org.cn/",
61
62
  "repository": {
62
63
  "type": "git",
63
64
  "url": "git+https://github.com/pro-design-vue/pro-design"