@deot/vc-components 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.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, {
@@ -8396,7 +8396,7 @@ const COMPONENT_NAME$17 = 'vc-scroller-wheel';
8396
8396
  */
8397
8397
  const ScrollerWheel = /* @__PURE__ */ vue.defineComponent({
8398
8398
  name: COMPONENT_NAME$17,
8399
- props: Object.assign(props$Q, {
8399
+ props: Object.assign({}, props$Q, {
8400
8400
  stopPropagation: {
8401
8401
  type: Boolean,
8402
8402
  default: true
@@ -18460,7 +18460,7 @@ const props$7 = {
18460
18460
  const COMPONENT_NAME$c = 'vc-textarea';
18461
18461
  const Textarea = /* @__PURE__ */ vue.defineComponent({
18462
18462
  name: COMPONENT_NAME$c,
18463
- props: Object.assign(props$7, {
18463
+ props: Object.assign({}, props$7, {
18464
18464
  indicator: {
18465
18465
  type: [Boolean, Object],
18466
18466
  default: false
@@ -18518,7 +18518,7 @@ const Textarea = /* @__PURE__ */ vue.defineComponent({
18518
18518
  const COMPONENT_NAME$b = 'vcm-textarea';
18519
18519
  const MTextarea = /* @__PURE__ */ vue.defineComponent({
18520
18520
  name: COMPONENT_NAME$b,
18521
- props: Object.assign(props$7, {
18521
+ props: Object.assign({}, props$7, {
18522
18522
  align: {
18523
18523
  type: String,
18524
18524
  default: 'left'
@@ -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, {
@@ -14591,7 +14591,7 @@ var VcComponents = (function (exports, vue) {
14591
14591
  */
14592
14592
  const ScrollerWheel = /* @__PURE__ */ vue.defineComponent({
14593
14593
  name: COMPONENT_NAME$17,
14594
- props: Object.assign(props$Q, {
14594
+ props: Object.assign({}, props$Q, {
14595
14595
  stopPropagation: {
14596
14596
  type: Boolean,
14597
14597
  default: true
@@ -44491,7 +44491,7 @@ var VcComponents = (function (exports, vue) {
44491
44491
  const COMPONENT_NAME$c = 'vc-textarea';
44492
44492
  const Textarea = /* @__PURE__ */ vue.defineComponent({
44493
44493
  name: COMPONENT_NAME$c,
44494
- props: Object.assign(props$7, {
44494
+ props: Object.assign({}, props$7, {
44495
44495
  indicator: {
44496
44496
  type: [Boolean, Object],
44497
44497
  default: false
@@ -44549,7 +44549,7 @@ var VcComponents = (function (exports, vue) {
44549
44549
  const COMPONENT_NAME$b = 'vcm-textarea';
44550
44550
  const MTextarea = /* @__PURE__ */ vue.defineComponent({
44551
44551
  name: COMPONENT_NAME$b,
44552
- props: Object.assign(props$7, {
44552
+ props: Object.assign({}, props$7, {
44553
44553
  align: {
44554
44554
  type: String,
44555
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, {
@@ -8374,7 +8374,7 @@ const COMPONENT_NAME$17 = 'vc-scroller-wheel';
8374
8374
  */
8375
8375
  const ScrollerWheel = /* @__PURE__ */ defineComponent({
8376
8376
  name: COMPONENT_NAME$17,
8377
- props: Object.assign(props$Q, {
8377
+ props: Object.assign({}, props$Q, {
8378
8378
  stopPropagation: {
8379
8379
  type: Boolean,
8380
8380
  default: true
@@ -18438,7 +18438,7 @@ const props$7 = {
18438
18438
  const COMPONENT_NAME$c = 'vc-textarea';
18439
18439
  const Textarea = /* @__PURE__ */ defineComponent({
18440
18440
  name: COMPONENT_NAME$c,
18441
- props: Object.assign(props$7, {
18441
+ props: Object.assign({}, props$7, {
18442
18442
  indicator: {
18443
18443
  type: [Boolean, Object],
18444
18444
  default: false
@@ -18496,7 +18496,7 @@ const Textarea = /* @__PURE__ */ defineComponent({
18496
18496
  const COMPONENT_NAME$b = 'vcm-textarea';
18497
18497
  const MTextarea = /* @__PURE__ */ defineComponent({
18498
18498
  name: COMPONENT_NAME$b,
18499
- props: Object.assign(props$7, {
18499
+ props: Object.assign({}, props$7, {
18500
18500
  align: {
18501
18501
  type: String,
18502
18502
  default: 'left'
@@ -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, {
@@ -14594,7 +14594,7 @@
14594
14594
  */
14595
14595
  const ScrollerWheel = /* @__PURE__ */ vue.defineComponent({
14596
14596
  name: COMPONENT_NAME$17,
14597
- props: Object.assign(props$Q, {
14597
+ props: Object.assign({}, props$Q, {
14598
14598
  stopPropagation: {
14599
14599
  type: Boolean,
14600
14600
  default: true
@@ -44494,7 +44494,7 @@
44494
44494
  const COMPONENT_NAME$c = 'vc-textarea';
44495
44495
  const Textarea = /* @__PURE__ */ vue.defineComponent({
44496
44496
  name: COMPONENT_NAME$c,
44497
- props: Object.assign(props$7, {
44497
+ props: Object.assign({}, props$7, {
44498
44498
  indicator: {
44499
44499
  type: [Boolean, Object],
44500
44500
  default: false
@@ -44552,7 +44552,7 @@
44552
44552
  const COMPONENT_NAME$b = 'vcm-textarea';
44553
44553
  const MTextarea = /* @__PURE__ */ vue.defineComponent({
44554
44554
  name: COMPONENT_NAME$b,
44555
- props: Object.assign(props$7, {
44555
+ props: Object.assign({}, props$7, {
44556
44556
  align: {
44557
44557
  type: String,
44558
44558
  default: 'left'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deot/vc-components",
3
- "version": "1.0.34",
3
+ "version": "1.0.35",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",