@deot/vc-components 1.0.33 → 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.cjs +10 -4
- package/dist/index.iife.js +10 -4
- package/dist/index.js +10 -4
- package/dist/index.umd.cjs +10 -4
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5174,7 +5174,7 @@ const useBase = () => {
|
|
|
5174
5174
|
|
|
5175
5175
|
const createPicker = (name, pickerProps, usePicker) => /* @__PURE__ */ vue.defineComponent({
|
|
5176
5176
|
name,
|
|
5177
|
-
props: Object.assign(props$Y, pickerProps),
|
|
5177
|
+
props: Object.assign({}, props$Y, pickerProps),
|
|
5178
5178
|
inheritAttrs: false,
|
|
5179
5179
|
emits: ['update:modelValue', 'change', 'clear', 'error', 'close', 'input', 'ready', 'visible-change', 'ok'],
|
|
5180
5180
|
setup(props, {
|
|
@@ -8267,6 +8267,12 @@ const useScroller = (expose) => {
|
|
|
8267
8267
|
content,
|
|
8268
8268
|
scrollTo,
|
|
8269
8269
|
refresh,
|
|
8270
|
+
scrollLeft: scrollX,
|
|
8271
|
+
scrollTop: scrollY,
|
|
8272
|
+
clientWidth: wrapperW,
|
|
8273
|
+
clientHeight: wrapperH,
|
|
8274
|
+
scrollHeight: contentH,
|
|
8275
|
+
scrollWidth: contentW,
|
|
8270
8276
|
setScrollTop: (value) => {
|
|
8271
8277
|
scrollTo({ y: value });
|
|
8272
8278
|
},
|
|
@@ -8390,7 +8396,7 @@ const COMPONENT_NAME$17 = 'vc-scroller-wheel';
|
|
|
8390
8396
|
*/
|
|
8391
8397
|
const ScrollerWheel = /* @__PURE__ */ vue.defineComponent({
|
|
8392
8398
|
name: COMPONENT_NAME$17,
|
|
8393
|
-
props: Object.assign(props$Q, {
|
|
8399
|
+
props: Object.assign({}, props$Q, {
|
|
8394
8400
|
stopPropagation: {
|
|
8395
8401
|
type: Boolean,
|
|
8396
8402
|
default: true
|
|
@@ -18454,7 +18460,7 @@ const props$7 = {
|
|
|
18454
18460
|
const COMPONENT_NAME$c = 'vc-textarea';
|
|
18455
18461
|
const Textarea = /* @__PURE__ */ vue.defineComponent({
|
|
18456
18462
|
name: COMPONENT_NAME$c,
|
|
18457
|
-
props: Object.assign(props$7, {
|
|
18463
|
+
props: Object.assign({}, props$7, {
|
|
18458
18464
|
indicator: {
|
|
18459
18465
|
type: [Boolean, Object],
|
|
18460
18466
|
default: false
|
|
@@ -18512,7 +18518,7 @@ const Textarea = /* @__PURE__ */ vue.defineComponent({
|
|
|
18512
18518
|
const COMPONENT_NAME$b = 'vcm-textarea';
|
|
18513
18519
|
const MTextarea = /* @__PURE__ */ vue.defineComponent({
|
|
18514
18520
|
name: COMPONENT_NAME$b,
|
|
18515
|
-
props: Object.assign(props$7, {
|
|
18521
|
+
props: Object.assign({}, props$7, {
|
|
18516
18522
|
align: {
|
|
18517
18523
|
type: String,
|
|
18518
18524
|
default: 'left'
|
package/dist/index.iife.js
CHANGED
|
@@ -10480,7 +10480,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
10480
10480
|
|
|
10481
10481
|
const createPicker = (name, pickerProps, usePicker) => /* @__PURE__ */ vue.defineComponent({
|
|
10482
10482
|
name,
|
|
10483
|
-
props: Object.assign(props$Y, pickerProps),
|
|
10483
|
+
props: Object.assign({}, props$Y, pickerProps),
|
|
10484
10484
|
inheritAttrs: false,
|
|
10485
10485
|
emits: ['update:modelValue', 'change', 'clear', 'error', 'close', 'input', 'ready', 'visible-change', 'ok'],
|
|
10486
10486
|
setup(props, {
|
|
@@ -13573,6 +13573,12 @@ var VcComponents = (function (exports, vue) {
|
|
|
13573
13573
|
content,
|
|
13574
13574
|
scrollTo,
|
|
13575
13575
|
refresh,
|
|
13576
|
+
scrollLeft: scrollX,
|
|
13577
|
+
scrollTop: scrollY,
|
|
13578
|
+
clientWidth: wrapperW,
|
|
13579
|
+
clientHeight: wrapperH,
|
|
13580
|
+
scrollHeight: contentH,
|
|
13581
|
+
scrollWidth: contentW,
|
|
13576
13582
|
setScrollTop: (value) => {
|
|
13577
13583
|
scrollTo({ y: value });
|
|
13578
13584
|
},
|
|
@@ -14585,7 +14591,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
14585
14591
|
*/
|
|
14586
14592
|
const ScrollerWheel = /* @__PURE__ */ vue.defineComponent({
|
|
14587
14593
|
name: COMPONENT_NAME$17,
|
|
14588
|
-
props: Object.assign(props$Q, {
|
|
14594
|
+
props: Object.assign({}, props$Q, {
|
|
14589
14595
|
stopPropagation: {
|
|
14590
14596
|
type: Boolean,
|
|
14591
14597
|
default: true
|
|
@@ -44485,7 +44491,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
44485
44491
|
const COMPONENT_NAME$c = 'vc-textarea';
|
|
44486
44492
|
const Textarea = /* @__PURE__ */ vue.defineComponent({
|
|
44487
44493
|
name: COMPONENT_NAME$c,
|
|
44488
|
-
props: Object.assign(props$7, {
|
|
44494
|
+
props: Object.assign({}, props$7, {
|
|
44489
44495
|
indicator: {
|
|
44490
44496
|
type: [Boolean, Object],
|
|
44491
44497
|
default: false
|
|
@@ -44543,7 +44549,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
44543
44549
|
const COMPONENT_NAME$b = 'vcm-textarea';
|
|
44544
44550
|
const MTextarea = /* @__PURE__ */ vue.defineComponent({
|
|
44545
44551
|
name: COMPONENT_NAME$b,
|
|
44546
|
-
props: Object.assign(props$7, {
|
|
44552
|
+
props: Object.assign({}, props$7, {
|
|
44547
44553
|
align: {
|
|
44548
44554
|
type: String,
|
|
44549
44555
|
default: 'left'
|
package/dist/index.js
CHANGED
|
@@ -5152,7 +5152,7 @@ const useBase = () => {
|
|
|
5152
5152
|
|
|
5153
5153
|
const createPicker = (name, pickerProps, usePicker) => /* @__PURE__ */ defineComponent({
|
|
5154
5154
|
name,
|
|
5155
|
-
props: Object.assign(props$Y, pickerProps),
|
|
5155
|
+
props: Object.assign({}, props$Y, pickerProps),
|
|
5156
5156
|
inheritAttrs: false,
|
|
5157
5157
|
emits: ['update:modelValue', 'change', 'clear', 'error', 'close', 'input', 'ready', 'visible-change', 'ok'],
|
|
5158
5158
|
setup(props, {
|
|
@@ -8245,6 +8245,12 @@ const useScroller = (expose) => {
|
|
|
8245
8245
|
content,
|
|
8246
8246
|
scrollTo,
|
|
8247
8247
|
refresh,
|
|
8248
|
+
scrollLeft: scrollX,
|
|
8249
|
+
scrollTop: scrollY,
|
|
8250
|
+
clientWidth: wrapperW,
|
|
8251
|
+
clientHeight: wrapperH,
|
|
8252
|
+
scrollHeight: contentH,
|
|
8253
|
+
scrollWidth: contentW,
|
|
8248
8254
|
setScrollTop: (value) => {
|
|
8249
8255
|
scrollTo({ y: value });
|
|
8250
8256
|
},
|
|
@@ -8368,7 +8374,7 @@ const COMPONENT_NAME$17 = 'vc-scroller-wheel';
|
|
|
8368
8374
|
*/
|
|
8369
8375
|
const ScrollerWheel = /* @__PURE__ */ defineComponent({
|
|
8370
8376
|
name: COMPONENT_NAME$17,
|
|
8371
|
-
props: Object.assign(props$Q, {
|
|
8377
|
+
props: Object.assign({}, props$Q, {
|
|
8372
8378
|
stopPropagation: {
|
|
8373
8379
|
type: Boolean,
|
|
8374
8380
|
default: true
|
|
@@ -18432,7 +18438,7 @@ const props$7 = {
|
|
|
18432
18438
|
const COMPONENT_NAME$c = 'vc-textarea';
|
|
18433
18439
|
const Textarea = /* @__PURE__ */ defineComponent({
|
|
18434
18440
|
name: COMPONENT_NAME$c,
|
|
18435
|
-
props: Object.assign(props$7, {
|
|
18441
|
+
props: Object.assign({}, props$7, {
|
|
18436
18442
|
indicator: {
|
|
18437
18443
|
type: [Boolean, Object],
|
|
18438
18444
|
default: false
|
|
@@ -18490,7 +18496,7 @@ const Textarea = /* @__PURE__ */ defineComponent({
|
|
|
18490
18496
|
const COMPONENT_NAME$b = 'vcm-textarea';
|
|
18491
18497
|
const MTextarea = /* @__PURE__ */ defineComponent({
|
|
18492
18498
|
name: COMPONENT_NAME$b,
|
|
18493
|
-
props: Object.assign(props$7, {
|
|
18499
|
+
props: Object.assign({}, props$7, {
|
|
18494
18500
|
align: {
|
|
18495
18501
|
type: String,
|
|
18496
18502
|
default: 'left'
|
package/dist/index.umd.cjs
CHANGED
|
@@ -10483,7 +10483,7 @@
|
|
|
10483
10483
|
|
|
10484
10484
|
const createPicker = (name, pickerProps, usePicker) => /* @__PURE__ */ vue.defineComponent({
|
|
10485
10485
|
name,
|
|
10486
|
-
props: Object.assign(props$Y, pickerProps),
|
|
10486
|
+
props: Object.assign({}, props$Y, pickerProps),
|
|
10487
10487
|
inheritAttrs: false,
|
|
10488
10488
|
emits: ['update:modelValue', 'change', 'clear', 'error', 'close', 'input', 'ready', 'visible-change', 'ok'],
|
|
10489
10489
|
setup(props, {
|
|
@@ -13576,6 +13576,12 @@
|
|
|
13576
13576
|
content,
|
|
13577
13577
|
scrollTo,
|
|
13578
13578
|
refresh,
|
|
13579
|
+
scrollLeft: scrollX,
|
|
13580
|
+
scrollTop: scrollY,
|
|
13581
|
+
clientWidth: wrapperW,
|
|
13582
|
+
clientHeight: wrapperH,
|
|
13583
|
+
scrollHeight: contentH,
|
|
13584
|
+
scrollWidth: contentW,
|
|
13579
13585
|
setScrollTop: (value) => {
|
|
13580
13586
|
scrollTo({ y: value });
|
|
13581
13587
|
},
|
|
@@ -14588,7 +14594,7 @@
|
|
|
14588
14594
|
*/
|
|
14589
14595
|
const ScrollerWheel = /* @__PURE__ */ vue.defineComponent({
|
|
14590
14596
|
name: COMPONENT_NAME$17,
|
|
14591
|
-
props: Object.assign(props$Q, {
|
|
14597
|
+
props: Object.assign({}, props$Q, {
|
|
14592
14598
|
stopPropagation: {
|
|
14593
14599
|
type: Boolean,
|
|
14594
14600
|
default: true
|
|
@@ -44488,7 +44494,7 @@
|
|
|
44488
44494
|
const COMPONENT_NAME$c = 'vc-textarea';
|
|
44489
44495
|
const Textarea = /* @__PURE__ */ vue.defineComponent({
|
|
44490
44496
|
name: COMPONENT_NAME$c,
|
|
44491
|
-
props: Object.assign(props$7, {
|
|
44497
|
+
props: Object.assign({}, props$7, {
|
|
44492
44498
|
indicator: {
|
|
44493
44499
|
type: [Boolean, Object],
|
|
44494
44500
|
default: false
|
|
@@ -44546,7 +44552,7 @@
|
|
|
44546
44552
|
const COMPONENT_NAME$b = 'vcm-textarea';
|
|
44547
44553
|
const MTextarea = /* @__PURE__ */ vue.defineComponent({
|
|
44548
44554
|
name: COMPONENT_NAME$b,
|
|
44549
|
-
props: Object.assign(props$7, {
|
|
44555
|
+
props: Object.assign({}, props$7, {
|
|
44550
44556
|
align: {
|
|
44551
44557
|
type: String,
|
|
44552
44558
|
default: 'left'
|