@deot/vc 1.0.34 → 1.0.35
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.iife.js +4 -4
- package/dist/index.umd.cjs +4 -4
- package/package.json +4 -4
package/dist/index.iife.js
CHANGED
|
@@ -30974,7 +30974,7 @@ var Vc = (function (exports, vue) {
|
|
|
30974
30974
|
};
|
|
30975
30975
|
const createPicker = (name, pickerProps, usePicker2) => /* @__PURE__ */ vue.defineComponent({
|
|
30976
30976
|
name,
|
|
30977
|
-
props: Object.assign(props$Y, pickerProps),
|
|
30977
|
+
props: Object.assign({}, props$Y, pickerProps),
|
|
30978
30978
|
inheritAttrs: false,
|
|
30979
30979
|
emits: ["update:modelValue", "change", "clear", "error", "close", "input", "ready", "visible-change", "ok"],
|
|
30980
30980
|
setup(props2, {
|
|
@@ -34020,7 +34020,7 @@ var Vc = (function (exports, vue) {
|
|
|
34020
34020
|
const COMPONENT_NAME$17 = "vc-scroller-wheel";
|
|
34021
34021
|
const ScrollerWheel = /* @__PURE__ */ vue.defineComponent({
|
|
34022
34022
|
name: COMPONENT_NAME$17,
|
|
34023
|
-
props: Object.assign(props$Q, {
|
|
34023
|
+
props: Object.assign({}, props$Q, {
|
|
34024
34024
|
stopPropagation: {
|
|
34025
34025
|
type: Boolean,
|
|
34026
34026
|
default: true
|
|
@@ -43512,7 +43512,7 @@ var Vc = (function (exports, vue) {
|
|
|
43512
43512
|
const COMPONENT_NAME$c = "vc-textarea";
|
|
43513
43513
|
const Textarea = /* @__PURE__ */ vue.defineComponent({
|
|
43514
43514
|
name: COMPONENT_NAME$c,
|
|
43515
|
-
props: Object.assign(props$7, {
|
|
43515
|
+
props: Object.assign({}, props$7, {
|
|
43516
43516
|
indicator: {
|
|
43517
43517
|
type: [Boolean, Object],
|
|
43518
43518
|
default: false
|
|
@@ -43567,7 +43567,7 @@ var Vc = (function (exports, vue) {
|
|
|
43567
43567
|
const COMPONENT_NAME$b = "vcm-textarea";
|
|
43568
43568
|
const MTextarea = /* @__PURE__ */ vue.defineComponent({
|
|
43569
43569
|
name: COMPONENT_NAME$b,
|
|
43570
|
-
props: Object.assign(props$7, {
|
|
43570
|
+
props: Object.assign({}, props$7, {
|
|
43571
43571
|
align: {
|
|
43572
43572
|
type: String,
|
|
43573
43573
|
default: "left"
|
package/dist/index.umd.cjs
CHANGED
|
@@ -30977,7 +30977,7 @@
|
|
|
30977
30977
|
};
|
|
30978
30978
|
const createPicker = (name, pickerProps, usePicker2) => /* @__PURE__ */ vue.defineComponent({
|
|
30979
30979
|
name,
|
|
30980
|
-
props: Object.assign(props$Y, pickerProps),
|
|
30980
|
+
props: Object.assign({}, props$Y, pickerProps),
|
|
30981
30981
|
inheritAttrs: false,
|
|
30982
30982
|
emits: ["update:modelValue", "change", "clear", "error", "close", "input", "ready", "visible-change", "ok"],
|
|
30983
30983
|
setup(props2, {
|
|
@@ -34023,7 +34023,7 @@
|
|
|
34023
34023
|
const COMPONENT_NAME$17 = "vc-scroller-wheel";
|
|
34024
34024
|
const ScrollerWheel = /* @__PURE__ */ vue.defineComponent({
|
|
34025
34025
|
name: COMPONENT_NAME$17,
|
|
34026
|
-
props: Object.assign(props$Q, {
|
|
34026
|
+
props: Object.assign({}, props$Q, {
|
|
34027
34027
|
stopPropagation: {
|
|
34028
34028
|
type: Boolean,
|
|
34029
34029
|
default: true
|
|
@@ -43515,7 +43515,7 @@
|
|
|
43515
43515
|
const COMPONENT_NAME$c = "vc-textarea";
|
|
43516
43516
|
const Textarea = /* @__PURE__ */ vue.defineComponent({
|
|
43517
43517
|
name: COMPONENT_NAME$c,
|
|
43518
|
-
props: Object.assign(props$7, {
|
|
43518
|
+
props: Object.assign({}, props$7, {
|
|
43519
43519
|
indicator: {
|
|
43520
43520
|
type: [Boolean, Object],
|
|
43521
43521
|
default: false
|
|
@@ -43570,7 +43570,7 @@
|
|
|
43570
43570
|
const COMPONENT_NAME$b = "vcm-textarea";
|
|
43571
43571
|
const MTextarea = /* @__PURE__ */ vue.defineComponent({
|
|
43572
43572
|
name: COMPONENT_NAME$b,
|
|
43573
|
-
props: Object.assign(props$7, {
|
|
43573
|
+
props: Object.assign({}, props$7, {
|
|
43574
43574
|
align: {
|
|
43575
43575
|
type: String,
|
|
43576
43576
|
default: "left"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deot/vc",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.35",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"access": "public"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@deot/vc-components": "^1.0.
|
|
23
|
-
"@deot/vc-hooks": "^1.0.
|
|
24
|
-
"@deot/vc-shared": "^1.0.
|
|
22
|
+
"@deot/vc-components": "^1.0.35",
|
|
23
|
+
"@deot/vc-hooks": "^1.0.35",
|
|
24
|
+
"@deot/vc-shared": "^1.0.35"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"vue": "*"
|