@dialpad/dialtone-vue 2.94.0 → 2.94.1

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.
@@ -9441,7 +9441,7 @@ const ts = Vc.exports, Xr = {
9441
9441
  */
9442
9442
  input: () => {
9443
9443
  },
9444
- change: (t) => this.emitValue(t.target.value)
9444
+ change: (t) => this.emitValue(t, t.target.value)
9445
9445
  };
9446
9446
  },
9447
9447
  state() {
@@ -9464,8 +9464,8 @@ const ts = Vc.exports, Xr = {
9464
9464
  this.validateOptionsPresence();
9465
9465
  },
9466
9466
  methods: {
9467
- emitValue(t) {
9468
- this.$emit("input", t), this.$emit("change", t);
9467
+ emitValue(t, e) {
9468
+ this.$emit("input", t, e), this.$emit("change", t, e);
9469
9469
  },
9470
9470
  getOptionKey(t) {
9471
9471
  return `select-${this.selectKey}-option-${t}`;
@@ -129,7 +129,7 @@ declare const _default: import("vue").DefineComponent<{
129
129
  descriptionKey(): string;
130
130
  labelAriaDetails(): string;
131
131
  }, {
132
- emitValue(value: any): void;
132
+ emitValue(event: any, value: any): void;
133
133
  getOptionKey(value: any): string;
134
134
  validateOptionsPresence(): void;
135
135
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dialpad/dialtone-vue",
3
- "version": "2.94.0",
3
+ "version": "2.94.1",
4
4
  "description": "Vue component library for Dialpad's design system Dialtone",
5
5
  "scripts": {
6
6
  "build": "run-s clean build:main build:typescript build:documentation",
@@ -87,7 +87,7 @@
87
87
  "eslint-plugin-vue": "^9.15.1",
88
88
  "eslint-plugin-vuejs-accessibility": "^2.1.0",
89
89
  "jsdom": "^22.1.0",
90
- "less": "^4.1.3",
90
+ "less": "^4.2.0",
91
91
  "lint-staged": "^13.2.3",
92
92
  "macos-release": "^3.2.0",
93
93
  "markdownlint": "^0.29.0",
@@ -111,6 +111,7 @@
111
111
  "yorkie": "^2.0.0"
112
112
  },
113
113
  "peerDependencies": {
114
+ "@dialpad/dialtone": "^7.30.0 || ^8.12.1",
114
115
  "vue": ">=2.6"
115
116
  },
116
117
  "bugs": {