@dialpad/dialtone-vue 2.32.0 → 2.32.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.
|
@@ -2157,14 +2157,14 @@ var IconClose_component = normalizeComponent(
|
|
|
2157
2157
|
)
|
|
2158
2158
|
|
|
2159
2159
|
/* harmony default export */ const IconClose = (IconClose_component.exports);
|
|
2160
|
-
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/button/button.vue?vue&type=template&id=
|
|
2161
|
-
var
|
|
2160
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/button/button.vue?vue&type=template&id=4c8880f0&
|
|
2161
|
+
var buttonvue_type_template_id_4c8880f0_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('button',_vm._g({class:[
|
|
2162
2162
|
'base-button__button',
|
|
2163
2163
|
_vm.buttonClasses() ],style:({ width: _vm.width }),attrs:{"data-qa":"dt-button","type":_vm.type,"disabled":_vm.disabled,"aria-live":_vm.computedAriaLive,"aria-label":_vm.loading ? 'loading' : _vm.$attrs['aria-label']}},_vm.buttonListeners),[(_vm.shouldRenderIcon())?_c('span',{class:[
|
|
2164
2164
|
'base-button__icon',
|
|
2165
2165
|
'd-btn__icon',
|
|
2166
2166
|
_vm.ICON_POSITION_MODIFIERS[_vm.iconPosition] ],attrs:{"data-qa":"dt-button-icon"}},[_vm._t("icon")],2):_vm._e(),(_vm.$slots.default)?_c('span',{class:['d-w100p', 'd-btn__label', 'base-button__label', _vm.labelClass],attrs:{"data-qa":"dt-button-label"}},[_vm._t("default")],2):_vm._e()])}
|
|
2167
|
-
var
|
|
2167
|
+
var buttonvue_type_template_id_4c8880f0_staticRenderFns = []
|
|
2168
2168
|
|
|
2169
2169
|
|
|
2170
2170
|
;// CONCATENATED MODULE: ./components/button/button_constants.js
|
|
@@ -2384,7 +2384,7 @@ const LINK_KIND_MODIFIERS = {
|
|
|
2384
2384
|
*/
|
|
2385
2385
|
width: {
|
|
2386
2386
|
type: String,
|
|
2387
|
-
default:
|
|
2387
|
+
default: null
|
|
2388
2388
|
},
|
|
2389
2389
|
|
|
2390
2390
|
/**
|
|
@@ -2566,8 +2566,8 @@ const LINK_KIND_MODIFIERS = {
|
|
|
2566
2566
|
;
|
|
2567
2567
|
var button_component = normalizeComponent(
|
|
2568
2568
|
button_buttonvue_type_script_lang_js_,
|
|
2569
|
-
|
|
2570
|
-
|
|
2569
|
+
buttonvue_type_template_id_4c8880f0_render,
|
|
2570
|
+
buttonvue_type_template_id_4c8880f0_staticRenderFns,
|
|
2571
2571
|
false,
|
|
2572
2572
|
null,
|
|
2573
2573
|
null,
|
package/dist/dialtone-vue.umd.js
CHANGED
|
@@ -2175,14 +2175,14 @@ var IconClose_component = normalizeComponent(
|
|
|
2175
2175
|
)
|
|
2176
2176
|
|
|
2177
2177
|
/* harmony default export */ const IconClose = (IconClose_component.exports);
|
|
2178
|
-
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/button/button.vue?vue&type=template&id=
|
|
2179
|
-
var
|
|
2178
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/button/button.vue?vue&type=template&id=4c8880f0&
|
|
2179
|
+
var buttonvue_type_template_id_4c8880f0_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('button',_vm._g({class:[
|
|
2180
2180
|
'base-button__button',
|
|
2181
2181
|
_vm.buttonClasses() ],style:({ width: _vm.width }),attrs:{"data-qa":"dt-button","type":_vm.type,"disabled":_vm.disabled,"aria-live":_vm.computedAriaLive,"aria-label":_vm.loading ? 'loading' : _vm.$attrs['aria-label']}},_vm.buttonListeners),[(_vm.shouldRenderIcon())?_c('span',{class:[
|
|
2182
2182
|
'base-button__icon',
|
|
2183
2183
|
'd-btn__icon',
|
|
2184
2184
|
_vm.ICON_POSITION_MODIFIERS[_vm.iconPosition] ],attrs:{"data-qa":"dt-button-icon"}},[_vm._t("icon")],2):_vm._e(),(_vm.$slots.default)?_c('span',{class:['d-w100p', 'd-btn__label', 'base-button__label', _vm.labelClass],attrs:{"data-qa":"dt-button-label"}},[_vm._t("default")],2):_vm._e()])}
|
|
2185
|
-
var
|
|
2185
|
+
var buttonvue_type_template_id_4c8880f0_staticRenderFns = []
|
|
2186
2186
|
|
|
2187
2187
|
|
|
2188
2188
|
;// CONCATENATED MODULE: ./components/button/button_constants.js
|
|
@@ -2402,7 +2402,7 @@ const LINK_KIND_MODIFIERS = {
|
|
|
2402
2402
|
*/
|
|
2403
2403
|
width: {
|
|
2404
2404
|
type: String,
|
|
2405
|
-
default:
|
|
2405
|
+
default: null
|
|
2406
2406
|
},
|
|
2407
2407
|
|
|
2408
2408
|
/**
|
|
@@ -2584,8 +2584,8 @@ const LINK_KIND_MODIFIERS = {
|
|
|
2584
2584
|
;
|
|
2585
2585
|
var button_component = normalizeComponent(
|
|
2586
2586
|
button_buttonvue_type_script_lang_js_,
|
|
2587
|
-
|
|
2588
|
-
|
|
2587
|
+
buttonvue_type_template_id_4c8880f0_render,
|
|
2588
|
+
buttonvue_type_template_id_4c8880f0_staticRenderFns,
|
|
2589
2589
|
false,
|
|
2590
2590
|
null,
|
|
2591
2591
|
null,
|