@dialpad/dialtone-vue 3.55.0 → 3.56.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.
- package/CHANGELOG.json +1 -1
- package/CHANGELOG.md +15 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.common.js +72 -37
- package/dist/dialtone-vue.umd.js +72 -37
- package/dist/dialtone-vue.umd.min.js +1 -1
- package/package.json +1 -1
package/dist/dialtone-vue.umd.js
CHANGED
|
@@ -1272,6 +1272,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
1272
1272
|
"TAB_LIST_KIND_MODIFIERS": () => (/* reexport */ TAB_LIST_KIND_MODIFIERS),
|
|
1273
1273
|
"TAB_LIST_SIZES": () => (/* reexport */ TAB_LIST_SIZES),
|
|
1274
1274
|
"TOAST_ROLES": () => (/* reexport */ TOAST_ROLES),
|
|
1275
|
+
"TOOLTIP_DELAY_MS": () => (/* reexport */ TOOLTIP_DELAY_MS),
|
|
1275
1276
|
"TOOLTIP_DIRECTIONS": () => (/* reexport */ TOOLTIP_DIRECTIONS),
|
|
1276
1277
|
"TOOLTIP_HIDE_ON_CLICK_VARIANTS": () => (/* reexport */ TOOLTIP_HIDE_ON_CLICK_VARIANTS),
|
|
1277
1278
|
"TOOLTIP_KIND_MODIFIERS": () => (/* reexport */ TOOLTIP_KIND_MODIFIERS),
|
|
@@ -12988,30 +12989,30 @@ const image_viewer_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(image
|
|
|
12988
12989
|
/* harmony default export */ const image_viewer = (image_viewer_exports_);
|
|
12989
12990
|
;// CONCATENATED MODULE: ./components/image_viewer/index.js
|
|
12990
12991
|
|
|
12991
|
-
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/input/input.vue?vue&type=template&id=
|
|
12992
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/input/input.vue?vue&type=template&id=c6af832c
|
|
12992
12993
|
|
|
12993
|
-
const
|
|
12994
|
+
const inputvue_type_template_id_c6af832c_hoisted_1 = {
|
|
12994
12995
|
ref: "container",
|
|
12995
12996
|
class: "base-input",
|
|
12996
12997
|
"data-qa": "dt-input"
|
|
12997
12998
|
};
|
|
12998
|
-
const
|
|
12999
|
-
const
|
|
13000
|
-
const
|
|
12999
|
+
const inputvue_type_template_id_c6af832c_hoisted_2 = ["aria-details"];
|
|
13000
|
+
const inputvue_type_template_id_c6af832c_hoisted_3 = ["id"];
|
|
13001
|
+
const inputvue_type_template_id_c6af832c_hoisted_4 = {
|
|
13001
13002
|
key: 0
|
|
13002
13003
|
};
|
|
13003
|
-
const
|
|
13004
|
+
const inputvue_type_template_id_c6af832c_hoisted_5 = {
|
|
13004
13005
|
key: 1,
|
|
13005
13006
|
"data-qa": "dt-input-length-description",
|
|
13006
13007
|
class: /*#__PURE__*/(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.normalizeClass)(['d-mb2'])
|
|
13007
13008
|
};
|
|
13008
|
-
const
|
|
13009
|
+
const inputvue_type_template_id_c6af832c_hoisted_6 = ["read-only"];
|
|
13009
13010
|
const _hoisted_7 = ["value", "name", "disabled", "maxlength"];
|
|
13010
13011
|
const _hoisted_8 = ["value", "name", "type", "disabled", "maxlength"];
|
|
13011
|
-
function
|
|
13012
|
+
function inputvue_type_template_id_c6af832c_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13012
13013
|
const _component_dt_validation_messages = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("dt-validation-messages");
|
|
13013
13014
|
|
|
13014
|
-
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div",
|
|
13015
|
+
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div", inputvue_type_template_id_c6af832c_hoisted_1, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("label", {
|
|
13015
13016
|
class: "base-input__label",
|
|
13016
13017
|
"aria-details": _ctx.$slots.description || $props.description ? $options.descriptionKey : undefined,
|
|
13017
13018
|
"data-qa": "dt-input-label-wrapper"
|
|
@@ -13026,7 +13027,7 @@ function inputvue_type_template_id_2ab65018_render(_ctx, _cache, $props, $setup,
|
|
|
13026
13027
|
ref: "description",
|
|
13027
13028
|
class: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.normalizeClass)(['base-input__description', 'd-description', 'd-fd-column', $data.descriptionSizeClasses[$props.size]]),
|
|
13028
13029
|
"data-qa": "dt-input-description"
|
|
13029
|
-
}, [$data.hasSlotContent(_ctx.$slots.description) || $props.description ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div",
|
|
13030
|
+
}, [$data.hasSlotContent(_ctx.$slots.description) || $props.description ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div", inputvue_type_template_id_c6af832c_hoisted_4, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.renderSlot)(_ctx.$slots, "description", {}, () => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createTextVNode)((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)($props.description), 1)])])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true), $options.shouldValidateLength ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div", inputvue_type_template_id_c6af832c_hoisted_5, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)($options.validationProps.length.description), 1)) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true)], 10, inputvue_type_template_id_c6af832c_hoisted_3)) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", {
|
|
13030
13031
|
class: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.normalizeClass)($options.inputWrapperClasses()),
|
|
13031
13032
|
"read-only": $props.disabled === true ? true : undefined
|
|
13032
13033
|
}, [$data.hasSlotContent(_ctx.$slots.leftIcon) ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("span", {
|
|
@@ -13062,7 +13063,7 @@ function inputvue_type_template_id_2ab65018_render(_ctx, _cache, $props, $setup,
|
|
|
13062
13063
|
onFocusout: _cache[1] || (_cache[1] = function () {
|
|
13063
13064
|
return $options.onBlur && $options.onBlur(...arguments);
|
|
13064
13065
|
})
|
|
13065
|
-
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.renderSlot)(_ctx.$slots, "rightIcon")], 34)) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true)], 10,
|
|
13066
|
+
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.renderSlot)(_ctx.$slots, "rightIcon")], 34)) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true)], 10, inputvue_type_template_id_c6af832c_hoisted_6)], 8, inputvue_type_template_id_c6af832c_hoisted_2), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createVNode)(_component_dt_validation_messages, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.mergeProps)({
|
|
13066
13067
|
"validation-messages": $options.validationMessages,
|
|
13067
13068
|
"show-messages": _ctx.showMessages,
|
|
13068
13069
|
class: _ctx.messagesClass
|
|
@@ -13070,7 +13071,7 @@ function inputvue_type_template_id_2ab65018_render(_ctx, _cache, $props, $setup,
|
|
|
13070
13071
|
"data-qa": "dt-input-messages"
|
|
13071
13072
|
}), null, 16, ["validation-messages", "show-messages", "class"])], 512);
|
|
13072
13073
|
}
|
|
13073
|
-
;// CONCATENATED MODULE: ./components/input/input.vue?vue&type=template&id=
|
|
13074
|
+
;// CONCATENATED MODULE: ./components/input/input.vue?vue&type=template&id=c6af832c
|
|
13074
13075
|
|
|
13075
13076
|
;// CONCATENATED MODULE: ./components/input/input_constants.js
|
|
13076
13077
|
// Valid input types, any other input types (for example: 'radio' or 'checkbox') should
|
|
@@ -13080,7 +13081,9 @@ const INPUT_TYPES = {
|
|
|
13080
13081
|
TEXTAREA: 'textarea',
|
|
13081
13082
|
PASSWORD: 'password',
|
|
13082
13083
|
EMAIL: 'email',
|
|
13083
|
-
NUMBER: 'number'
|
|
13084
|
+
NUMBER: 'number',
|
|
13085
|
+
DATE: 'date',
|
|
13086
|
+
TIME: 'time'
|
|
13084
13087
|
};
|
|
13085
13088
|
const INPUT_SIZES = {
|
|
13086
13089
|
EXTRA_SMALL: 'xs',
|
|
@@ -13630,9 +13633,9 @@ const MessagesMixin = {
|
|
|
13630
13633
|
},
|
|
13631
13634
|
|
|
13632
13635
|
/**
|
|
13633
|
-
* Type of the input, one of: `text`, `password`, `email`, `number`, `textarea
|
|
13636
|
+
* Type of the input, one of: `text`, `password`, `email`, `number`, `textarea`, 'date', 'time'.
|
|
13634
13637
|
* When `textarea` a `<textarea>` element will be rendered instead of an `<input>` element.
|
|
13635
|
-
* @values text, password, email, number, textarea
|
|
13638
|
+
* @values text, password, email, number, textarea, date, time
|
|
13636
13639
|
*/
|
|
13637
13640
|
type: {
|
|
13638
13641
|
type: String,
|
|
@@ -14102,7 +14105,7 @@ const MessagesMixin = {
|
|
|
14102
14105
|
|
|
14103
14106
|
|
|
14104
14107
|
;
|
|
14105
|
-
const input_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(inputvue_type_script_lang_js, [['render',
|
|
14108
|
+
const input_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(inputvue_type_script_lang_js, [['render',inputvue_type_template_id_c6af832c_render]])
|
|
14106
14109
|
|
|
14107
14110
|
/* harmony default export */ const input_input = (input_exports_);
|
|
14108
14111
|
;// CONCATENATED MODULE: ./components/input/index.js
|
|
@@ -17829,15 +17832,15 @@ const toggle_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(togglevue_t
|
|
|
17829
17832
|
/* harmony default export */ const toggle = (toggle_exports_);
|
|
17830
17833
|
;// CONCATENATED MODULE: ./components/toggle/index.js
|
|
17831
17834
|
|
|
17832
|
-
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/tooltip/tooltip.vue?vue&type=template&id=
|
|
17835
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/tooltip/tooltip.vue?vue&type=template&id=395e7132
|
|
17833
17836
|
|
|
17834
|
-
const
|
|
17837
|
+
const tooltipvue_type_template_id_395e7132_hoisted_1 = {
|
|
17835
17838
|
"data-qa": "dt-tooltip-container"
|
|
17836
17839
|
};
|
|
17837
|
-
function
|
|
17840
|
+
function tooltipvue_type_template_id_395e7132_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
17838
17841
|
const _component_dt_lazy_show = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("dt-lazy-show");
|
|
17839
17842
|
|
|
17840
|
-
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div",
|
|
17843
|
+
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div", tooltipvue_type_template_id_395e7132_hoisted_1, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("a", {
|
|
17841
17844
|
ref: "anchor",
|
|
17842
17845
|
tabindex: "-1",
|
|
17843
17846
|
role: "presentation",
|
|
@@ -17874,7 +17877,7 @@ function tooltipvue_type_template_id_1868931e_render(_ctx, _cache, $props, $setu
|
|
|
17874
17877
|
_: 3
|
|
17875
17878
|
}, 16, ["id", "show", "appear", "transition", "class"])]);
|
|
17876
17879
|
}
|
|
17877
|
-
;// CONCATENATED MODULE: ./components/tooltip/tooltip.vue?vue&type=template&id=
|
|
17880
|
+
;// CONCATENATED MODULE: ./components/tooltip/tooltip.vue?vue&type=template&id=395e7132
|
|
17878
17881
|
|
|
17879
17882
|
;// CONCATENATED MODULE: ./components/tooltip/tooltip_constants.js
|
|
17880
17883
|
/*
|
|
@@ -17882,6 +17885,7 @@ function tooltipvue_type_template_id_1868931e_render(_ctx, _cache, $props, $setu
|
|
|
17882
17885
|
* */
|
|
17883
17886
|
|
|
17884
17887
|
const TOOLTIP_DIRECTIONS = [...BASE_TIPPY_DIRECTIONS];
|
|
17888
|
+
const TOOLTIP_DELAY_MS = 300;
|
|
17885
17889
|
const TOOLTIP_KIND_MODIFIERS = {
|
|
17886
17890
|
hover: `d-tooltip--hover`,
|
|
17887
17891
|
show: `d-tooltip--show`,
|
|
@@ -18028,10 +18032,20 @@ const TOOLTIP_HIDE_ON_CLICK_VARIANTS = [true, false, 'toggle'];
|
|
|
18028
18032
|
|
|
18029
18033
|
/**
|
|
18030
18034
|
* Whether to apply transition on initial render in the content lazy show component.
|
|
18035
|
+
* @values true, false
|
|
18031
18036
|
*/
|
|
18032
18037
|
contentAppear: {
|
|
18033
18038
|
type: Boolean,
|
|
18034
18039
|
default: false
|
|
18040
|
+
},
|
|
18041
|
+
|
|
18042
|
+
/**
|
|
18043
|
+
* Whether the tooltip will have a delay when being focused or moused over.
|
|
18044
|
+
* @values true, false
|
|
18045
|
+
*/
|
|
18046
|
+
delay: {
|
|
18047
|
+
type: Boolean,
|
|
18048
|
+
default: true
|
|
18035
18049
|
}
|
|
18036
18050
|
},
|
|
18037
18051
|
emits: [
|
|
@@ -18053,6 +18067,7 @@ const TOOLTIP_HIDE_ON_CLICK_VARIANTS = [true, false, 'toggle'];
|
|
|
18053
18067
|
TOOLTIP_KIND_MODIFIERS: TOOLTIP_KIND_MODIFIERS,
|
|
18054
18068
|
hasSlotContent: hasSlotContent,
|
|
18055
18069
|
tip: null,
|
|
18070
|
+
inTimer: null,
|
|
18056
18071
|
// Internal state for whether the tooltip is shown. Changing the prop
|
|
18057
18072
|
// will update this.
|
|
18058
18073
|
isShown: false,
|
|
@@ -18159,6 +18174,16 @@ const TOOLTIP_HIDE_ON_CLICK_VARIANTS = [true, false, 'toggle'];
|
|
|
18159
18174
|
},
|
|
18160
18175
|
|
|
18161
18176
|
onEnterAnchor(e) {
|
|
18177
|
+
if (this.delay) {
|
|
18178
|
+
this.inTimer = setTimeout(function (event) {
|
|
18179
|
+
return this.triggerShow(event);
|
|
18180
|
+
}.bind(this, e), TOOLTIP_DELAY_MS);
|
|
18181
|
+
} else {
|
|
18182
|
+
return this.triggerShow(e);
|
|
18183
|
+
}
|
|
18184
|
+
},
|
|
18185
|
+
|
|
18186
|
+
triggerShow(e) {
|
|
18162
18187
|
if (e.type === 'focusin') {
|
|
18163
18188
|
// only show tooltips on visible focus when triggered via focus.
|
|
18164
18189
|
// when the user is using the mouse they only want tooltips to display
|
|
@@ -18176,6 +18201,11 @@ const TOOLTIP_HIDE_ON_CLICK_VARIANTS = [true, false, 'toggle'];
|
|
|
18176
18201
|
},
|
|
18177
18202
|
|
|
18178
18203
|
onLeaveAnchor() {
|
|
18204
|
+
clearTimeout(this.inTimer);
|
|
18205
|
+
return this.triggerHide();
|
|
18206
|
+
},
|
|
18207
|
+
|
|
18208
|
+
triggerHide() {
|
|
18179
18209
|
if (this.show === null) this.isShown = false;
|
|
18180
18210
|
},
|
|
18181
18211
|
|
|
@@ -18228,10 +18258,10 @@ const TOOLTIP_HIDE_ON_CLICK_VARIANTS = [true, false, 'toggle'];
|
|
|
18228
18258
|
});
|
|
18229
18259
|
;// CONCATENATED MODULE: ./components/tooltip/tooltip.vue?vue&type=script&lang=js
|
|
18230
18260
|
|
|
18231
|
-
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-74.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-74.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-74.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-74.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/tooltip/tooltip.vue?vue&type=style&index=0&id=
|
|
18261
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-74.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-74.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-74.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-74.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/tooltip/tooltip.vue?vue&type=style&index=0&id=395e7132&lang=less
|
|
18232
18262
|
// extracted by mini-css-extract-plugin
|
|
18233
18263
|
|
|
18234
|
-
;// CONCATENATED MODULE: ./components/tooltip/tooltip.vue?vue&type=style&index=0&id=
|
|
18264
|
+
;// CONCATENATED MODULE: ./components/tooltip/tooltip.vue?vue&type=style&index=0&id=395e7132&lang=less
|
|
18235
18265
|
|
|
18236
18266
|
;// CONCATENATED MODULE: ./components/tooltip/tooltip.vue
|
|
18237
18267
|
|
|
@@ -18241,7 +18271,7 @@ const TOOLTIP_HIDE_ON_CLICK_VARIANTS = [true, false, 'toggle'];
|
|
|
18241
18271
|
;
|
|
18242
18272
|
|
|
18243
18273
|
|
|
18244
|
-
const tooltip_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(tooltipvue_type_script_lang_js, [['render',
|
|
18274
|
+
const tooltip_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(tooltipvue_type_script_lang_js, [['render',tooltipvue_type_template_id_395e7132_render]])
|
|
18245
18275
|
|
|
18246
18276
|
/* harmony default export */ const tooltip = (tooltip_exports_);
|
|
18247
18277
|
;// CONCATENATED MODULE: ./components/tooltip/index.js
|
|
@@ -21474,9 +21504,9 @@ const combobox_multi_select_exports_ = /*#__PURE__*/(0,exportHelper/* default */
|
|
|
21474
21504
|
;// CONCATENATED MODULE: ./recipes/comboboxes/combobox_multi_select/index.js
|
|
21475
21505
|
|
|
21476
21506
|
|
|
21477
|
-
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./recipes/buttons/callbar_button/callbar_button.vue?vue&type=template&id=
|
|
21507
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./recipes/buttons/callbar_button/callbar_button.vue?vue&type=template&id=a276c32c
|
|
21478
21508
|
|
|
21479
|
-
function
|
|
21509
|
+
function callbar_buttonvue_type_template_id_a276c32c_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21480
21510
|
const _component_dt_button = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("dt-button");
|
|
21481
21511
|
|
|
21482
21512
|
const _component_dt_tooltip = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("dt-tooltip");
|
|
@@ -21485,25 +21515,28 @@ function callbar_buttonvue_type_template_id_27e6bf78_render(_ctx, _cache, $props
|
|
|
21485
21515
|
id: $props.id,
|
|
21486
21516
|
offset: [0, -12]
|
|
21487
21517
|
}, {
|
|
21488
|
-
anchor: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.
|
|
21518
|
+
anchor: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("span", {
|
|
21519
|
+
class: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.normalizeClass)({
|
|
21520
|
+
'd-c-not-allowed': $props.disabled
|
|
21521
|
+
})
|
|
21522
|
+
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createVNode)(_component_dt_button, {
|
|
21489
21523
|
importance: $props.circle ? 'outlined' : 'clear',
|
|
21490
21524
|
kind: "muted",
|
|
21491
21525
|
"icon-position": "top",
|
|
21492
|
-
disabled: $props.disabled,
|
|
21526
|
+
"aria-disabled": $props.disabled,
|
|
21493
21527
|
"aria-label": $props.ariaLabel,
|
|
21494
21528
|
"label-class": $options.callbarButtonTextClass,
|
|
21495
21529
|
width: $options.buttonWidth,
|
|
21496
21530
|
class: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.normalizeClass)($options.callbarButtonClass)
|
|
21497
21531
|
}, {
|
|
21498
|
-
|
|
21499
|
-
default: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.renderSlot)(_ctx.$slots, "default")]),
|
|
21532
|
+
default: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.renderSlot)(_ctx.$slots, "default"), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.renderSlot)(_ctx.$slots, "icon")]),
|
|
21500
21533
|
_: 3
|
|
21501
|
-
}, 8, ["importance", "disabled", "aria-label", "label-class", "width", "class"])]),
|
|
21534
|
+
}, 8, ["importance", "aria-disabled", "aria-label", "label-class", "width", "class"])], 2)]),
|
|
21502
21535
|
default: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.renderSlot)(_ctx.$slots, "tooltip")]),
|
|
21503
21536
|
_: 3
|
|
21504
21537
|
}, 8, ["id"]);
|
|
21505
21538
|
}
|
|
21506
|
-
;// CONCATENATED MODULE: ./recipes/buttons/callbar_button/callbar_button.vue?vue&type=template&id=
|
|
21539
|
+
;// CONCATENATED MODULE: ./recipes/buttons/callbar_button/callbar_button.vue?vue&type=template&id=a276c32c
|
|
21507
21540
|
|
|
21508
21541
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./recipes/buttons/callbar_button/callbar_button.vue?vue&type=script&lang=js
|
|
21509
21542
|
|
|
@@ -21610,11 +21643,13 @@ const VALID_WIDTH_SIZE = ['sm', 'md', 'lg', 'xl'];
|
|
|
21610
21643
|
},
|
|
21611
21644
|
computed: {
|
|
21612
21645
|
callbarButtonClass() {
|
|
21613
|
-
return [this.buttonClass, 'dt-recipe-callbar-button', 'd-px0',
|
|
21646
|
+
return [this.buttonClass, 'dt-recipe-callbar-button', 'd-px0', {
|
|
21614
21647
|
'dt-recipe-callbar-button--circle': this.circle,
|
|
21615
21648
|
'd-btn--icon-only': this.circle,
|
|
21616
21649
|
'dt-recipe-callbar-button--active': this.active,
|
|
21617
|
-
'dt-recipe-callbar-button--danger': this.danger
|
|
21650
|
+
'dt-recipe-callbar-button--danger': this.danger,
|
|
21651
|
+
'd-btn--disabled': this.disabled,
|
|
21652
|
+
'd-fc-primary': !this.disabled
|
|
21618
21653
|
}];
|
|
21619
21654
|
},
|
|
21620
21655
|
|
|
@@ -21639,10 +21674,10 @@ const VALID_WIDTH_SIZE = ['sm', 'md', 'lg', 'xl'];
|
|
|
21639
21674
|
});
|
|
21640
21675
|
;// CONCATENATED MODULE: ./recipes/buttons/callbar_button/callbar_button.vue?vue&type=script&lang=js
|
|
21641
21676
|
|
|
21642
|
-
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-74.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-74.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-74.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-74.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./recipes/buttons/callbar_button/callbar_button.vue?vue&type=style&index=0&id=
|
|
21677
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-74.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-74.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-74.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-74.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./recipes/buttons/callbar_button/callbar_button.vue?vue&type=style&index=0&id=a276c32c&lang=less
|
|
21643
21678
|
// extracted by mini-css-extract-plugin
|
|
21644
21679
|
|
|
21645
|
-
;// CONCATENATED MODULE: ./recipes/buttons/callbar_button/callbar_button.vue?vue&type=style&index=0&id=
|
|
21680
|
+
;// CONCATENATED MODULE: ./recipes/buttons/callbar_button/callbar_button.vue?vue&type=style&index=0&id=a276c32c&lang=less
|
|
21646
21681
|
|
|
21647
21682
|
;// CONCATENATED MODULE: ./recipes/buttons/callbar_button/callbar_button.vue
|
|
21648
21683
|
|
|
@@ -21652,7 +21687,7 @@ const VALID_WIDTH_SIZE = ['sm', 'md', 'lg', 'xl'];
|
|
|
21652
21687
|
;
|
|
21653
21688
|
|
|
21654
21689
|
|
|
21655
|
-
const callbar_button_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(callbar_buttonvue_type_script_lang_js, [['render',
|
|
21690
|
+
const callbar_button_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(callbar_buttonvue_type_script_lang_js, [['render',callbar_buttonvue_type_template_id_a276c32c_render]])
|
|
21656
21691
|
|
|
21657
21692
|
/* harmony default export */ const callbar_button = (callbar_button_exports_);
|
|
21658
21693
|
;// CONCATENATED MODULE: ./recipes/buttons/callbar_button/index.js
|