@dialpad/dialtone-vue 2.77.1 → 2.78.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 +14 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.common.js +212 -123
- package/dist/dialtone-vue.umd.js +212 -123
- package/dist/dialtone-vue.umd.min.js +1 -1
- package/package.json +2 -2
package/dist/dialtone-vue.umd.js
CHANGED
|
@@ -2431,8 +2431,8 @@ if (typeof window !== 'undefined') {
|
|
|
2431
2431
|
// Indicate to webpack that this file can be concatenated
|
|
2432
2432
|
/* harmony default export */ const setPublicPath = (null);
|
|
2433
2433
|
|
|
2434
|
-
;// 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/avatar/avatar.vue?vue&type=template&id=
|
|
2435
|
-
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.avatarClasses,style:(_vm.initialKindStyle),attrs:{"id":_vm.id,"data-qa":"dt-avatar"}},[_c('div',{ref:"canvas",class:[_vm.canvasClass, 'd-avatar__canvas']},[(_vm.showDefaultSlot)?_vm._t("default"):_vm._e(),(_vm.showInitials)?_c('span',{staticClass:"d-ps-absolute d-zi-base",class:_vm.AVATAR_KIND_MODIFIERS.initials},[_vm._v(" "+_vm._s(_vm.formattedInitials)+" ")]):_vm._e()],2),(_vm.showGroup)?_c('span',{staticClass:"d-avatar__count d-zi-base1",attrs:{"data-qa":"dt-avatar-count"}},[_vm._v(_vm._s(_vm.formattedGroup))]):_vm._e(),(_vm.presence && !_vm.showGroup)?_c('dt-presence',_vm._b({staticClass:"d-zi-base1",class:[
|
|
2434
|
+
;// 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/avatar/avatar.vue?vue&type=template&id=5943554e&
|
|
2435
|
+
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.avatarClasses,style:(_vm.initialKindStyle),attrs:{"id":_vm.id,"data-qa":"dt-avatar"}},[_c('div',{ref:"canvas",class:[_vm.canvasClass, 'd-avatar__canvas']},[(_vm.showDefaultSlot)?_vm._t("default"):_vm._e(),(_vm.showInitials)?_c('span',{staticClass:"d-ps-absolute d-zi-base",class:_vm.AVATAR_KIND_MODIFIERS.initials},[_vm._v(" "+_vm._s(_vm.formattedInitials)+" ")]):_vm._e()],2),(_vm.overlayIcon || _vm.overlayText)?_c('div',{staticClass:"d-bgc-black-900 d-o70 d-ps-absolute d-w100p d-h100p d-mn4 d-ba d-baw4 d-bc-white d-bar-pill d-d-flex d-ai-center d-zi-base"},[(_vm.overlayIcon)?_c('dt-icon',{staticClass:"d-fc-white d-w100p",attrs:{"name":_vm.overlayIcon}}):(_vm.overlayText)?_c('p',{staticClass:"d-fs-200 d-fw-bold d-fc-white d-w100p d-ta-center"},[_vm._v(" "+_vm._s(_vm.overlayText)+" ")]):_vm._e()],1):_vm._e(),(_vm.showGroup)?_c('span',{staticClass:"d-avatar__count d-zi-base1",attrs:{"data-qa":"dt-avatar-count"}},[_vm._v(_vm._s(_vm.formattedGroup))]):_vm._e(),(_vm.presence && !_vm.showGroup)?_c('dt-presence',_vm._b({staticClass:"d-zi-base1",class:[
|
|
2436
2436
|
'd-avatar__presence',
|
|
2437
2437
|
_vm.AVATAR_PRESENCE_SIZE_MODIFIERS[_vm.size] ],attrs:{"presence":_vm.presence,"data-qa":"dt-presence"}},'dt-presence',_vm.presenceProps,false)):_vm._e()],1)}
|
|
2438
2438
|
var staticRenderFns = []
|
|
@@ -2893,6 +2893,115 @@ var component = normalizeComponent(
|
|
|
2893
2893
|
;// CONCATENATED MODULE: ./components/presence/index.js
|
|
2894
2894
|
|
|
2895
2895
|
|
|
2896
|
+
;// 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/icon/icon.vue?vue&type=template&id=38f31ebc&
|
|
2897
|
+
var iconvue_type_template_id_38f31ebc_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.currentIcon)?_c(_vm.currentIcon,{tag:"component",class:_vm.iconSize,attrs:{"data-qa":"dt-icon","aria-hidden":_vm.ariaLabel ? 'false' : 'true',"aria-label":_vm.ariaLabel}}):_vm._e()}
|
|
2898
|
+
var iconvue_type_template_id_38f31ebc_staticRenderFns = []
|
|
2899
|
+
|
|
2900
|
+
|
|
2901
|
+
;// CONCATENATED MODULE: external "@dialpad/dialtone-icons"
|
|
2902
|
+
const dialtone_icons_namespaceObject = require("@dialpad/dialtone-icons");
|
|
2903
|
+
;// CONCATENATED MODULE: ./components/icon/icon_constants.js
|
|
2904
|
+
|
|
2905
|
+
const ICON_SIZE_MODIFIERS = {
|
|
2906
|
+
100: 'd-icon--size-100',
|
|
2907
|
+
200: 'd-icon--size-200',
|
|
2908
|
+
300: 'd-icon--size-300',
|
|
2909
|
+
400: 'd-icon--size-400',
|
|
2910
|
+
500: 'd-icon--size-500',
|
|
2911
|
+
600: 'd-icon--size-600',
|
|
2912
|
+
700: 'd-icon--size-700',
|
|
2913
|
+
800: 'd-icon--size-800'
|
|
2914
|
+
};
|
|
2915
|
+
const DIALTONE_ICONS = dialtone_icons_namespaceObject;
|
|
2916
|
+
/* harmony default export */ const icon_constants = ({
|
|
2917
|
+
ICON_SIZE_MODIFIERS,
|
|
2918
|
+
DIALTONE_ICONS
|
|
2919
|
+
});
|
|
2920
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-80[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/icon/icon.vue?vue&type=script&lang=js&
|
|
2921
|
+
//
|
|
2922
|
+
//
|
|
2923
|
+
//
|
|
2924
|
+
//
|
|
2925
|
+
//
|
|
2926
|
+
//
|
|
2927
|
+
//
|
|
2928
|
+
//
|
|
2929
|
+
//
|
|
2930
|
+
//
|
|
2931
|
+
//
|
|
2932
|
+
|
|
2933
|
+
|
|
2934
|
+
/**
|
|
2935
|
+
* The Icon component provides a set of glyphs and sizes to provide context your application.
|
|
2936
|
+
* @see https://dialpad.design/components/icon.html
|
|
2937
|
+
*/
|
|
2938
|
+
|
|
2939
|
+
/* harmony default export */ const iconvue_type_script_lang_js_ = ({
|
|
2940
|
+
name: 'DtIcon',
|
|
2941
|
+
props: {
|
|
2942
|
+
/**
|
|
2943
|
+
* The size of the icon.
|
|
2944
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
2945
|
+
*/
|
|
2946
|
+
size: {
|
|
2947
|
+
type: String,
|
|
2948
|
+
default: '500',
|
|
2949
|
+
validator: s => Object.keys(ICON_SIZE_MODIFIERS).includes(s)
|
|
2950
|
+
},
|
|
2951
|
+
|
|
2952
|
+
/**
|
|
2953
|
+
* The icon name in kebab-case
|
|
2954
|
+
*/
|
|
2955
|
+
name: {
|
|
2956
|
+
type: String,
|
|
2957
|
+
required: true
|
|
2958
|
+
},
|
|
2959
|
+
|
|
2960
|
+
/**
|
|
2961
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
2962
|
+
*/
|
|
2963
|
+
ariaLabel: {
|
|
2964
|
+
type: String,
|
|
2965
|
+
default: undefined
|
|
2966
|
+
}
|
|
2967
|
+
},
|
|
2968
|
+
computed: {
|
|
2969
|
+
iconSize() {
|
|
2970
|
+
return ICON_SIZE_MODIFIERS[this.size];
|
|
2971
|
+
},
|
|
2972
|
+
|
|
2973
|
+
iconName() {
|
|
2974
|
+
return kebabCaseToPascalCase(this.name);
|
|
2975
|
+
},
|
|
2976
|
+
|
|
2977
|
+
currentIcon() {
|
|
2978
|
+
return DIALTONE_ICONS[this.iconName];
|
|
2979
|
+
}
|
|
2980
|
+
|
|
2981
|
+
}
|
|
2982
|
+
});
|
|
2983
|
+
;// CONCATENATED MODULE: ./components/icon/icon.vue?vue&type=script&lang=js&
|
|
2984
|
+
/* harmony default export */ const icon_iconvue_type_script_lang_js_ = (iconvue_type_script_lang_js_);
|
|
2985
|
+
;// CONCATENATED MODULE: ./components/icon/icon.vue
|
|
2986
|
+
|
|
2987
|
+
|
|
2988
|
+
|
|
2989
|
+
|
|
2990
|
+
|
|
2991
|
+
/* normalize component */
|
|
2992
|
+
;
|
|
2993
|
+
var icon_component = normalizeComponent(
|
|
2994
|
+
icon_iconvue_type_script_lang_js_,
|
|
2995
|
+
iconvue_type_template_id_38f31ebc_render,
|
|
2996
|
+
iconvue_type_template_id_38f31ebc_staticRenderFns,
|
|
2997
|
+
false,
|
|
2998
|
+
null,
|
|
2999
|
+
null,
|
|
3000
|
+
null
|
|
3001
|
+
|
|
3002
|
+
)
|
|
3003
|
+
|
|
3004
|
+
/* harmony default export */ const icon = (icon_component.exports);
|
|
2896
3005
|
// EXTERNAL MODULE: ./node_modules/seedrandom/index.js
|
|
2897
3006
|
var node_modules_seedrandom = __webpack_require__(6377);
|
|
2898
3007
|
var seedrandom_default = /*#__PURE__*/__webpack_require__.n(node_modules_seedrandom);
|
|
@@ -2983,6 +3092,24 @@ const AVATAR_GROUP_VALIDATOR = group => group > 1;
|
|
|
2983
3092
|
//
|
|
2984
3093
|
//
|
|
2985
3094
|
//
|
|
3095
|
+
//
|
|
3096
|
+
//
|
|
3097
|
+
//
|
|
3098
|
+
//
|
|
3099
|
+
//
|
|
3100
|
+
//
|
|
3101
|
+
//
|
|
3102
|
+
//
|
|
3103
|
+
//
|
|
3104
|
+
//
|
|
3105
|
+
//
|
|
3106
|
+
//
|
|
3107
|
+
//
|
|
3108
|
+
//
|
|
3109
|
+
//
|
|
3110
|
+
//
|
|
3111
|
+
//
|
|
3112
|
+
|
|
2986
3113
|
|
|
2987
3114
|
|
|
2988
3115
|
|
|
@@ -2996,7 +3123,8 @@ const AVATAR_GROUP_VALIDATOR = group => group > 1;
|
|
|
2996
3123
|
/* harmony default export */ const avatarvue_type_script_lang_js_ = ({
|
|
2997
3124
|
name: 'DtAvatar',
|
|
2998
3125
|
components: {
|
|
2999
|
-
DtPresence: presence
|
|
3126
|
+
DtPresence: presence,
|
|
3127
|
+
DtIcon: icon
|
|
3000
3128
|
},
|
|
3001
3129
|
inheritAttrs: false,
|
|
3002
3130
|
props: {
|
|
@@ -3094,6 +3222,22 @@ const AVATAR_GROUP_VALIDATOR = group => group > 1;
|
|
|
3094
3222
|
type: Number,
|
|
3095
3223
|
default: undefined,
|
|
3096
3224
|
validator: group => AVATAR_GROUP_VALIDATOR(group)
|
|
3225
|
+
},
|
|
3226
|
+
|
|
3227
|
+
/**
|
|
3228
|
+
* The icon that overlays the avatar
|
|
3229
|
+
*/
|
|
3230
|
+
overlayIcon: {
|
|
3231
|
+
type: String,
|
|
3232
|
+
default: ''
|
|
3233
|
+
},
|
|
3234
|
+
|
|
3235
|
+
/**
|
|
3236
|
+
* The text that overlays the avatar
|
|
3237
|
+
*/
|
|
3238
|
+
overlayText: {
|
|
3239
|
+
type: String,
|
|
3240
|
+
default: ''
|
|
3097
3241
|
}
|
|
3098
3242
|
},
|
|
3099
3243
|
|
|
@@ -3183,7 +3327,6 @@ const AVATAR_GROUP_VALIDATOR = group => group > 1;
|
|
|
3183
3327
|
kindHandler(el) {
|
|
3184
3328
|
switch (this.kind) {
|
|
3185
3329
|
case 'image':
|
|
3186
|
-
el.classList.add('d-avatar__image', 'd-zi-base1');
|
|
3187
3330
|
this.validateImageAttrsPresence();
|
|
3188
3331
|
this.setImageListeners(el);
|
|
3189
3332
|
break;
|
|
@@ -3379,115 +3522,6 @@ const BADGE_DECORATION_MODIFIERS = {
|
|
|
3379
3522
|
'magenta-300': 'd-badge--decorate-magenta-300',
|
|
3380
3523
|
'magenta-400': 'd-badge--decorate-magenta-400'
|
|
3381
3524
|
};
|
|
3382
|
-
;// 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/icon/icon.vue?vue&type=template&id=38f31ebc&
|
|
3383
|
-
var iconvue_type_template_id_38f31ebc_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.currentIcon)?_c(_vm.currentIcon,{tag:"component",class:_vm.iconSize,attrs:{"data-qa":"dt-icon","aria-hidden":_vm.ariaLabel ? 'false' : 'true',"aria-label":_vm.ariaLabel}}):_vm._e()}
|
|
3384
|
-
var iconvue_type_template_id_38f31ebc_staticRenderFns = []
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
;// CONCATENATED MODULE: external "@dialpad/dialtone-icons"
|
|
3388
|
-
const dialtone_icons_namespaceObject = require("@dialpad/dialtone-icons");
|
|
3389
|
-
;// CONCATENATED MODULE: ./components/icon/icon_constants.js
|
|
3390
|
-
|
|
3391
|
-
const ICON_SIZE_MODIFIERS = {
|
|
3392
|
-
100: 'd-icon--size-100',
|
|
3393
|
-
200: 'd-icon--size-200',
|
|
3394
|
-
300: 'd-icon--size-300',
|
|
3395
|
-
400: 'd-icon--size-400',
|
|
3396
|
-
500: 'd-icon--size-500',
|
|
3397
|
-
600: 'd-icon--size-600',
|
|
3398
|
-
700: 'd-icon--size-700',
|
|
3399
|
-
800: 'd-icon--size-800'
|
|
3400
|
-
};
|
|
3401
|
-
const DIALTONE_ICONS = dialtone_icons_namespaceObject;
|
|
3402
|
-
/* harmony default export */ const icon_constants = ({
|
|
3403
|
-
ICON_SIZE_MODIFIERS,
|
|
3404
|
-
DIALTONE_ICONS
|
|
3405
|
-
});
|
|
3406
|
-
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-80[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/icon/icon.vue?vue&type=script&lang=js&
|
|
3407
|
-
//
|
|
3408
|
-
//
|
|
3409
|
-
//
|
|
3410
|
-
//
|
|
3411
|
-
//
|
|
3412
|
-
//
|
|
3413
|
-
//
|
|
3414
|
-
//
|
|
3415
|
-
//
|
|
3416
|
-
//
|
|
3417
|
-
//
|
|
3418
|
-
|
|
3419
|
-
|
|
3420
|
-
/**
|
|
3421
|
-
* The Icon component provides a set of glyphs and sizes to provide context your application.
|
|
3422
|
-
* @see https://dialpad.design/components/icon.html
|
|
3423
|
-
*/
|
|
3424
|
-
|
|
3425
|
-
/* harmony default export */ const iconvue_type_script_lang_js_ = ({
|
|
3426
|
-
name: 'DtIcon',
|
|
3427
|
-
props: {
|
|
3428
|
-
/**
|
|
3429
|
-
* The size of the icon.
|
|
3430
|
-
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
3431
|
-
*/
|
|
3432
|
-
size: {
|
|
3433
|
-
type: String,
|
|
3434
|
-
default: '500',
|
|
3435
|
-
validator: s => Object.keys(ICON_SIZE_MODIFIERS).includes(s)
|
|
3436
|
-
},
|
|
3437
|
-
|
|
3438
|
-
/**
|
|
3439
|
-
* The icon name in kebab-case
|
|
3440
|
-
*/
|
|
3441
|
-
name: {
|
|
3442
|
-
type: String,
|
|
3443
|
-
required: true
|
|
3444
|
-
},
|
|
3445
|
-
|
|
3446
|
-
/**
|
|
3447
|
-
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
3448
|
-
*/
|
|
3449
|
-
ariaLabel: {
|
|
3450
|
-
type: String,
|
|
3451
|
-
default: undefined
|
|
3452
|
-
}
|
|
3453
|
-
},
|
|
3454
|
-
computed: {
|
|
3455
|
-
iconSize() {
|
|
3456
|
-
return ICON_SIZE_MODIFIERS[this.size];
|
|
3457
|
-
},
|
|
3458
|
-
|
|
3459
|
-
iconName() {
|
|
3460
|
-
return kebabCaseToPascalCase(this.name);
|
|
3461
|
-
},
|
|
3462
|
-
|
|
3463
|
-
currentIcon() {
|
|
3464
|
-
return DIALTONE_ICONS[this.iconName];
|
|
3465
|
-
}
|
|
3466
|
-
|
|
3467
|
-
}
|
|
3468
|
-
});
|
|
3469
|
-
;// CONCATENATED MODULE: ./components/icon/icon.vue?vue&type=script&lang=js&
|
|
3470
|
-
/* harmony default export */ const icon_iconvue_type_script_lang_js_ = (iconvue_type_script_lang_js_);
|
|
3471
|
-
;// CONCATENATED MODULE: ./components/icon/icon.vue
|
|
3472
|
-
|
|
3473
|
-
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
/* normalize component */
|
|
3478
|
-
;
|
|
3479
|
-
var icon_component = normalizeComponent(
|
|
3480
|
-
icon_iconvue_type_script_lang_js_,
|
|
3481
|
-
iconvue_type_template_id_38f31ebc_render,
|
|
3482
|
-
iconvue_type_template_id_38f31ebc_staticRenderFns,
|
|
3483
|
-
false,
|
|
3484
|
-
null,
|
|
3485
|
-
null,
|
|
3486
|
-
null
|
|
3487
|
-
|
|
3488
|
-
)
|
|
3489
|
-
|
|
3490
|
-
/* harmony default export */ const icon = (icon_component.exports);
|
|
3491
3525
|
;// CONCATENATED MODULE: ./components/icon/index.js
|
|
3492
3526
|
|
|
3493
3527
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-80[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/badge/badge.vue?vue&type=script&lang=js&
|
|
@@ -8391,13 +8425,13 @@ var collapsible_component = normalizeComponent(
|
|
|
8391
8425
|
/* harmony default export */ const collapsible = (collapsible_component.exports);
|
|
8392
8426
|
;// CONCATENATED MODULE: ./components/collapsible/index.js
|
|
8393
8427
|
|
|
8394
|
-
;// 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/dropdown/dropdown.vue?vue&type=template&id=
|
|
8395
|
-
var
|
|
8428
|
+
;// 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/dropdown/dropdown.vue?vue&type=template&id=c0aa082e&
|
|
8429
|
+
var dropdownvue_type_template_id_c0aa082e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('dt-popover',_vm._g({ref:"popover",attrs:{"content-width":_vm.contentWidth,"open":_vm.open,"placement":_vm.placement,"initial-focus-element":_vm.openedWithKeyboard ? 'first' : 'dialog',"fallback-placements":_vm.fallbackPlacements,"padding":"none","role":"menu","append-to":_vm.appendTo,"modal":_vm.modal,"max-height":_vm.maxHeight,"max-width":_vm.maxWidth,"open-with-arrow-keys":_vm.shouldOpenWithArrowKeys,"open-on-context":_vm.openOnContext,"tether":_vm.tether,"transition":_vm.transition},scopedSlots:_vm._u([{key:"anchor",fn:function(ref){
|
|
8396
8430
|
var attrs = ref.attrs;
|
|
8397
8431
|
return [_vm._t("anchor",null,null,attrs)]}},{key:"content",fn:function(ref){
|
|
8398
8432
|
var close = ref.close;
|
|
8399
8433
|
return [_c('ul',{ref:"listWrapper",class:_vm.listClasses,attrs:{"id":_vm.listId,"data-qa":"dt-dropdown-list-wrapper"},on:{"mouseleave":_vm.clearHighlightIndex,"!mousemove":function($event){return _vm.onMouseHighlight.apply(null, arguments)}}},[_vm._t("list",null,{"close":close}),(_vm.showVisuallyHiddenClose)?_c('sr-only-close-button',{attrs:{"visually-hidden-close-label":_vm.visuallyHiddenCloseLabel,"tabindex":_vm.isArrowKeyNav ? -1 : 0},on:{"close":close}}):_vm._e()],2)]}}],null,true)},_vm.dropdownListeners))}
|
|
8400
|
-
var
|
|
8434
|
+
var dropdownvue_type_template_id_c0aa082e_staticRenderFns = []
|
|
8401
8435
|
|
|
8402
8436
|
|
|
8403
8437
|
;// 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/popover/popover.vue?vue&type=template&id=6d22723e&
|
|
@@ -14251,6 +14285,7 @@ const DROPDOWN_PADDING_CLASSES = {
|
|
|
14251
14285
|
//
|
|
14252
14286
|
//
|
|
14253
14287
|
//
|
|
14288
|
+
//
|
|
14254
14289
|
|
|
14255
14290
|
|
|
14256
14291
|
|
|
@@ -14443,6 +14478,15 @@ const DROPDOWN_PADDING_CLASSES = {
|
|
|
14443
14478
|
tether: {
|
|
14444
14479
|
type: Boolean,
|
|
14445
14480
|
default: true
|
|
14481
|
+
},
|
|
14482
|
+
|
|
14483
|
+
/**
|
|
14484
|
+
* Named transition when the content display is toggled.
|
|
14485
|
+
* @see DtLazyShow
|
|
14486
|
+
*/
|
|
14487
|
+
transition: {
|
|
14488
|
+
type: String,
|
|
14489
|
+
default: 'fade'
|
|
14446
14490
|
}
|
|
14447
14491
|
},
|
|
14448
14492
|
emits: [
|
|
@@ -14679,8 +14723,8 @@ var dropdownvue_type_style_index_0_lang_less_ = __webpack_require__(774);
|
|
|
14679
14723
|
|
|
14680
14724
|
var dropdown_component = normalizeComponent(
|
|
14681
14725
|
dropdown_dropdownvue_type_script_lang_js_,
|
|
14682
|
-
|
|
14683
|
-
|
|
14726
|
+
dropdownvue_type_template_id_c0aa082e_render,
|
|
14727
|
+
dropdownvue_type_template_id_c0aa082e_staticRenderFns,
|
|
14684
14728
|
false,
|
|
14685
14729
|
null,
|
|
14686
14730
|
null,
|
|
@@ -23292,9 +23336,9 @@ var callbar_button_with_popover_component = normalizeComponent(
|
|
|
23292
23336
|
/* harmony default export */ const callbar_button_with_popover = (callbar_button_with_popover_component.exports);
|
|
23293
23337
|
;// CONCATENATED MODULE: ./recipes/buttons/callbar_button_with_popover/index.js
|
|
23294
23338
|
|
|
23295
|
-
;// 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!./recipes/list_items/contact_info/contact_info.vue?vue&type=template&id=
|
|
23296
|
-
var
|
|
23297
|
-
var
|
|
23339
|
+
;// 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!./recipes/list_items/contact_info/contact_info.vue?vue&type=template&id=fcb8541c&
|
|
23340
|
+
var contact_infovue_type_template_id_fcb8541c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('dt-list-item',{attrs:{"id":_vm.id,"role":_vm.role,"element-type":"div","data-qa":"contact-info"},scopedSlots:_vm._u([{key:"left",fn:function(){return [_c('div',{staticClass:"d-ps-relative",attrs:{"data-qa":"contact-info-left"}},[(_vm.avatarList)?_c('div',{staticClass:"d-mrn4 d-d-flex d-fd-row"},_vm._l((_vm.avatarList),function(avatar,index){return _c('div',{key:index},[(avatar.src)?_c('dt-avatar',{attrs:{"size":_vm.avatarSize,"overlay-icon":avatar.icon,"overlay-text":avatar.text,"avatar-class":['d-ba d-baw4 d-bc-white d-bar-pill', { 'd-mln24': index > 0 }]}},[_c('img',{attrs:{"data-qa":"dt-contact-avatar","src":avatar.src,"alt":avatar.initials}})]):(avatar.initials)?_c('dt-avatar',{attrs:{"size":_vm.avatarSize,"overlay-icon":avatar.icon,"overlay-text":avatar.text,"avatar-class":['d-ba d-baw4 d-bc-white d-bar-pill', { 'd-mln24': index > 0 }]}},[_vm._v(" "+_vm._s(avatar.initials)+" ")]):_vm._e()],1)}),0):(_vm.avatarSrc)?_c('dt-avatar',{attrs:{"size":_vm.avatarSize,"presence":_vm.presence}},[_c('img',{attrs:{"data-qa":"dt-contact-avatar","src":_vm.avatarSrc,"alt":_vm.avatarInitials}})]):(_vm.avatarInitials)?_c('dt-avatar',{attrs:{"size":_vm.avatarSize,"presence":_vm.presence}},[_vm._v(" "+_vm._s(_vm.avatarInitials)+" ")]):_vm._e()],1)]},proxy:true},{key:"default",fn:function(){return [_c('div',{attrs:{"data-qa":"contact-info-header"}},[_vm._t("header")],2)]},proxy:true},{key:"subtitle",fn:function(){return [_c('div',{attrs:{"data-qa":"contact-info-subtitle"}},[_vm._t("subtitle")],2)]},proxy:true},{key:"bottom",fn:function(){return [_c('div',{attrs:{"data-qa":"contact-info-bottom"}},[_vm._t("bottom")],2)]},proxy:true},{key:"right",fn:function(){return [_c('div',{attrs:{"data-qa":"contact-info-right"}},[_vm._t("right")],2)]},proxy:true}],null,true)})}
|
|
23341
|
+
var contact_infovue_type_template_id_fcb8541c_staticRenderFns = []
|
|
23298
23342
|
|
|
23299
23343
|
|
|
23300
23344
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-80[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./recipes/list_items/contact_info/contact_info.vue?vue&type=script&lang=js&
|
|
@@ -23360,6 +23404,38 @@ var contact_infovue_type_template_id_2e8a8344_staticRenderFns = []
|
|
|
23360
23404
|
//
|
|
23361
23405
|
//
|
|
23362
23406
|
//
|
|
23407
|
+
//
|
|
23408
|
+
//
|
|
23409
|
+
//
|
|
23410
|
+
//
|
|
23411
|
+
//
|
|
23412
|
+
//
|
|
23413
|
+
//
|
|
23414
|
+
//
|
|
23415
|
+
//
|
|
23416
|
+
//
|
|
23417
|
+
//
|
|
23418
|
+
//
|
|
23419
|
+
//
|
|
23420
|
+
//
|
|
23421
|
+
//
|
|
23422
|
+
//
|
|
23423
|
+
//
|
|
23424
|
+
//
|
|
23425
|
+
//
|
|
23426
|
+
//
|
|
23427
|
+
//
|
|
23428
|
+
//
|
|
23429
|
+
//
|
|
23430
|
+
//
|
|
23431
|
+
//
|
|
23432
|
+
//
|
|
23433
|
+
//
|
|
23434
|
+
//
|
|
23435
|
+
//
|
|
23436
|
+
//
|
|
23437
|
+
//
|
|
23438
|
+
//
|
|
23363
23439
|
|
|
23364
23440
|
|
|
23365
23441
|
|
|
@@ -23432,6 +23508,19 @@ var contact_infovue_type_template_id_2e8a8344_staticRenderFns = []
|
|
|
23432
23508
|
presence: {
|
|
23433
23509
|
type: String,
|
|
23434
23510
|
default: null
|
|
23511
|
+
},
|
|
23512
|
+
|
|
23513
|
+
/**
|
|
23514
|
+
* Showing multiple avatars in contact info.
|
|
23515
|
+
* The props of array items are: <br>
|
|
23516
|
+
* `src` - avatar image url (optional) <br>
|
|
23517
|
+
* `initials` - Initial letters to display in avatar (required if src is empty)<br>
|
|
23518
|
+
* `text` - text that overlays the avatar (optional) <br>
|
|
23519
|
+
* `icon` - icon that overlays the avatar (optional)
|
|
23520
|
+
*/
|
|
23521
|
+
avatarList: {
|
|
23522
|
+
type: Array,
|
|
23523
|
+
default: null
|
|
23435
23524
|
}
|
|
23436
23525
|
}
|
|
23437
23526
|
});
|
|
@@ -23447,8 +23536,8 @@ var contact_infovue_type_template_id_2e8a8344_staticRenderFns = []
|
|
|
23447
23536
|
;
|
|
23448
23537
|
var contact_info_component = normalizeComponent(
|
|
23449
23538
|
contact_info_contact_infovue_type_script_lang_js_,
|
|
23450
|
-
|
|
23451
|
-
|
|
23539
|
+
contact_infovue_type_template_id_fcb8541c_render,
|
|
23540
|
+
contact_infovue_type_template_id_fcb8541c_staticRenderFns,
|
|
23452
23541
|
false,
|
|
23453
23542
|
null,
|
|
23454
23543
|
null,
|