@dialpad/dialtone-vue 2.102.0 → 2.103.0
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/CHANGELOG.json +1 -1
- package/CHANGELOG.md +22 -0
- package/dist/_plugin-vue2_normalizer-71e2aa87.js +32 -0
- package/dist/_plugin-vue2_normalizer-d59b995e.cjs +1 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.cjs +6 -30
- package/dist/dialtone-vue.js +2739 -4918
- package/dist/directives.cjs +1 -0
- package/dist/directives.js +81 -0
- package/dist/emoji-9ef04a92.cjs +1 -0
- package/dist/{emoji-970fea5a.js → emoji-efd28b85.js} +2795 -2824
- package/dist/emoji.cjs +1 -1
- package/dist/emoji.js +21 -20
- package/dist/style.css +1 -1
- package/dist/tooltip-92c086de.js +2544 -0
- package/dist/tooltip-9b93ec5a.cjs +25 -0
- package/dist/types/common/dates.d.ts +49 -0
- package/dist/types/common/dates.d.ts.map +1 -0
- package/dist/types/common/utils.d.ts +8 -0
- package/dist/types/common/utils.d.ts.map +1 -1
- package/dist/types/components/button/button.vue.d.ts +2 -1
- package/dist/types/components/button/button.vue.d.ts.map +1 -1
- package/dist/types/components/tooltip/tooltip.vue.d.ts +23 -1
- package/dist/types/components/tooltip/tooltip.vue.d.ts.map +1 -1
- package/dist/types/components/tooltip/tooltip_variants.vue.d.ts +0 -1
- package/dist/types/directives/tooltip/index.d.ts +2 -0
- package/dist/types/directives/tooltip/index.d.ts.map +1 -0
- package/dist/types/directives/tooltip/tooltip.d.ts +6 -0
- package/dist/types/directives/tooltip/tooltip.d.ts.map +1 -0
- package/dist/types/directives.d.ts +2 -0
- package/dist/types/directives.d.ts.map +1 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts +10 -1
- package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts.map +1 -1
- package/package.json +3 -3
- package/dist/emoji-c96ca4cb.cjs +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
# [2.103.0](https://github.com/dialpad/dialtone-vue/compare/v2.102.1...v2.103.0) (2023-10-25)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* add disabled prop to tooltip ([#1276](https://github.com/dialpad/dialtone-vue/issues/1276)) ([dce2730](https://github.com/dialpad/dialtone-vue/commit/dce2730c4f891bc11bfa4da4164428ada8f6726b))
|
|
7
|
+
* **Button:** icon sizing ([#1268](https://github.com/dialpad/dialtone-vue/issues/1268)) ([ae6e390](https://github.com/dialpad/dialtone-vue/commit/ae6e390e43135a4153f2907ff73925208ec170d5))
|
|
8
|
+
* **Dt Tooltip Directive:** default delay ([#1272](https://github.com/dialpad/dialtone-vue/issues/1272)) ([773b148](https://github.com/dialpad/dialtone-vue/commit/773b148a3dec4675de99672d5daaee29a174c4ac))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* add initial date formatting functions ([#1278](https://github.com/dialpad/dialtone-vue/issues/1278)) ([ce6c6e7](https://github.com/dialpad/dialtone-vue/commit/ce6c6e7f840d1ec31d1741e5f534a675ac7fdfe4))
|
|
14
|
+
* **Call Pill:** add default toggled state ([#1261](https://github.com/dialpad/dialtone-vue/issues/1261)) ([a9cfda3](https://github.com/dialpad/dialtone-vue/commit/a9cfda36af2003d72a36be3b894d20c7146cfa7e))
|
|
15
|
+
|
|
16
|
+
## [2.102.1](https://github.com/dialpad/dialtone-vue/compare/v2.102.0...v2.102.1) (2023-10-20)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* export directives in production build ([#1270](https://github.com/dialpad/dialtone-vue/issues/1270)) ([78c5e2d](https://github.com/dialpad/dialtone-vue/commit/78c5e2d95ed2cf159b29a2a2ed0b3ec8b0e530ba))
|
|
22
|
+
|
|
1
23
|
# [2.102.0](https://github.com/dialpad/dialtone-vue/compare/v2.101.1...v2.102.0) (2023-10-20)
|
|
2
24
|
|
|
3
25
|
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
function v(r, a, d, h, i, t, f, u) {
|
|
2
|
+
var e = typeof r == "function" ? r.options : r;
|
|
3
|
+
a && (e.render = a, e.staticRenderFns = d, e._compiled = !0), h && (e.functional = !0), t && (e._scopeId = "data-v-" + t);
|
|
4
|
+
var o;
|
|
5
|
+
if (f ? (o = function(n) {
|
|
6
|
+
n = n || // cached call
|
|
7
|
+
this.$vnode && this.$vnode.ssrContext || // stateful
|
|
8
|
+
this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext, !n && typeof __VUE_SSR_CONTEXT__ < "u" && (n = __VUE_SSR_CONTEXT__), i && i.call(this, n), n && n._registeredComponents && n._registeredComponents.add(f);
|
|
9
|
+
}, e._ssrRegister = o) : i && (o = u ? function() {
|
|
10
|
+
i.call(
|
|
11
|
+
this,
|
|
12
|
+
(e.functional ? this.parent : this).$root.$options.shadowRoot
|
|
13
|
+
);
|
|
14
|
+
} : i), o)
|
|
15
|
+
if (e.functional) {
|
|
16
|
+
e._injectStyles = o;
|
|
17
|
+
var l = e.render;
|
|
18
|
+
e.render = function(p, _) {
|
|
19
|
+
return o.call(_), l(p, _);
|
|
20
|
+
};
|
|
21
|
+
} else {
|
|
22
|
+
var s = e.beforeCreate;
|
|
23
|
+
e.beforeCreate = s ? [].concat(s, o) : [o];
|
|
24
|
+
}
|
|
25
|
+
return {
|
|
26
|
+
exports: r,
|
|
27
|
+
options: e
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
export {
|
|
31
|
+
v as n
|
|
32
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";function C(r,t,d,u,i,a,f,h){var e=typeof r=="function"?r.options:r;t&&(e.render=t,e.staticRenderFns=d,e._compiled=!0),u&&(e.functional=!0),a&&(e._scopeId="data-v-"+a);var o;if(f?(o=function(n){n=n||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,!n&&typeof __VUE_SSR_CONTEXT__<"u"&&(n=__VUE_SSR_CONTEXT__),i&&i.call(this,n),n&&n._registeredComponents&&n._registeredComponents.add(f)},e._ssrRegister=o):i&&(o=h?function(){i.call(this,(e.functional?this.parent:this).$root.$options.shadowRoot)}:i),o)if(e.functional){e._injectStyles=o;var l=e.render;e.render=function(p,_){return o.call(_),l(p,_)}}else{var s=e.beforeCreate;e.beforeCreate=s?[].concat(s,o):[o]}return{exports:r,options:e}}exports.normalizeComponent=C;
|