@dialpad/dialtone-vue 2.20.0 → 2.21.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/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.common.js +18 -17
- package/dist/dialtone-vue.umd.js +18 -17
- package/dist/dialtone-vue.umd.min.js +1 -1
- package/dist/emoji.common.js +10 -2
- package/dist/emoji.umd.js +10 -2
- package/dist/emoji.umd.min.js +1 -1
- package/package.json +1 -1
|
@@ -1917,7 +1917,7 @@ const INVALID_COMBINATION = [{
|
|
|
1917
1917
|
}];
|
|
1918
1918
|
|
|
1919
1919
|
function _invalidCombinationMessage(circle, kind, importance) {
|
|
1920
|
-
return "You cannot
|
|
1920
|
+
return "You cannot have a ".concat(circle ? 'circle ' : '', "button with kind: ").concat(kind, " and importance: ").concat(importance, " as it does not exist in our design system. See https://dialpad.design/components/button for a list of available button styles");
|
|
1921
1921
|
}
|
|
1922
1922
|
|
|
1923
1923
|
/* harmony default export */ const button_constants = ({
|
|
@@ -3062,9 +3062,9 @@ var button_group_component = normalizeComponent(
|
|
|
3062
3062
|
;// CONCATENATED MODULE: ./components/button_group/index.js
|
|
3063
3063
|
|
|
3064
3064
|
|
|
3065
|
-
;// 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/combobox/combobox.vue?vue&type=template&id=
|
|
3066
|
-
var
|
|
3067
|
-
var
|
|
3065
|
+
;// 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/combobox/combobox.vue?vue&type=template&id=25daf05b&
|
|
3066
|
+
var comboboxvue_type_template_id_25daf05b_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{on:{"keydown":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"esc",27,$event.key,["Esc","Escape"])){ return null; }$event.stopPropagation();return _vm.onKeyValidation($event, 'onEscapeKey')},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }if($event.ctrlKey||$event.shiftKey||$event.altKey||$event.metaKey){ return null; }return _vm.onKeyValidation($event, 'onEnterKey')},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"up",38,$event.key,["Up","ArrowUp"])){ return null; }$event.stopPropagation();$event.preventDefault();return _vm.onKeyValidation($event, 'onUpKey')},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"down",40,$event.key,["Down","ArrowDown"])){ return null; }$event.stopPropagation();$event.preventDefault();return _vm.onKeyValidation($event, 'onDownKey')},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"home",undefined,$event.key,undefined)){ return null; }$event.stopPropagation();$event.preventDefault();return _vm.onKeyValidation($event, 'onHomeKey')},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"end",undefined,$event.key,undefined)){ return null; }$event.stopPropagation();$event.preventDefault();return _vm.onKeyValidation($event, 'onEndKey')}]}},[_c('div',{attrs:{"data-qa":"dt-combobox-input-wrapper"}},[_vm._t("input",null,{"inputProps":_vm.inputProps})],2),(_vm.showList)?_c('div',{ref:"listWrapper",attrs:{"data-qa":"dt-combobox-list-wrapper"},on:{"mouseleave":_vm.clearHighlightIndex,"focusout":_vm.clearHighlightIndex,"!mousemove":function($event){return _vm.onMouseHighlight.apply(null, arguments)}}},[(_vm.isLoading && !_vm.listRenderedOutside)?_c('combobox-loading-list',_vm._b({},'combobox-loading-list',_vm.listProps,false)):(_vm.isListEmpty && !_vm.listRenderedOutside)?_c('combobox-empty-list',_vm._b({attrs:{"message":_vm.emptyStateMessage}},'combobox-empty-list',_vm.listProps,false)):_vm._t("list",null,{"listProps":_vm.listProps,"opened":_vm.onOpen,"clearHighlightIndex":_vm.clearHighlightIndex,"isLoading":_vm.isLoading,"isListEmpty":_vm.isListEmpty})],2):_vm._e()])}
|
|
3067
|
+
var comboboxvue_type_template_id_25daf05b_staticRenderFns = []
|
|
3068
3068
|
|
|
3069
3069
|
|
|
3070
3070
|
;// CONCATENATED MODULE: ./common/mixins/dom.js
|
|
@@ -4820,6 +4820,7 @@ var combobox_empty_list_component = normalizeComponent(
|
|
|
4820
4820
|
},
|
|
4821
4821
|
|
|
4822
4822
|
activeItemEl() {
|
|
4823
|
+
if (!this.highlightId) return '';
|
|
4823
4824
|
return this.getListElement().querySelector('#' + this.highlightId);
|
|
4824
4825
|
}
|
|
4825
4826
|
|
|
@@ -4943,8 +4944,8 @@ var combobox_empty_list_component = normalizeComponent(
|
|
|
4943
4944
|
;
|
|
4944
4945
|
var combobox_component = normalizeComponent(
|
|
4945
4946
|
combobox_comboboxvue_type_script_lang_js_,
|
|
4946
|
-
|
|
4947
|
-
|
|
4947
|
+
comboboxvue_type_template_id_25daf05b_render,
|
|
4948
|
+
comboboxvue_type_template_id_25daf05b_staticRenderFns,
|
|
4948
4949
|
false,
|
|
4949
4950
|
null,
|
|
4950
4951
|
null,
|
|
@@ -16786,8 +16787,8 @@ var root_layout_component = normalizeComponent(
|
|
|
16786
16787
|
;// CONCATENATED MODULE: ./components/root_layout/index.js
|
|
16787
16788
|
|
|
16788
16789
|
|
|
16789
|
-
;// 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/comboboxes/combobox_with_popover/combobox_with_popover.vue?vue&type=template&id=
|
|
16790
|
-
var
|
|
16790
|
+
;// 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/comboboxes/combobox_with_popover/combobox_with_popover.vue?vue&type=template&id=5ee1c401&
|
|
16791
|
+
var combobox_with_popovervue_type_template_id_5ee1c401_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('dt-combobox',_vm._g({ref:"combobox",attrs:{"loading":_vm.loading,"show-list":_vm.isListShown,"on-beginning-of-list":_vm.onBeginningOfList,"on-end-of-list":_vm.onEndOfList,"list-aria-label":_vm.listAriaLabel,"list-rendered-outside":true,"list-id":_vm.listId,"data-qa":"dt-combobox"},scopedSlots:_vm._u([{key:"input",fn:function(ref){
|
|
16791
16792
|
var inputProps = ref.inputProps;
|
|
16792
16793
|
return [_c('div',{ref:"input",attrs:{"id":_vm.externalAnchor},on:{"focusin":_vm.onFocusIn,"focusout":_vm.onFocusOut,"keydown":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"up",38,$event.key,["Up","ArrowUp"])){ return null; }return _vm.openOnArrowKeyPress($event)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"down",40,$event.key,["Down","ArrowDown"])){ return null; }return _vm.openOnArrowKeyPress($event)}]}},[_vm._t("input",null,{"inputProps":inputProps,"onInput":_vm.handleDisplayList})],2)]}},{key:"list",fn:function(ref){
|
|
16793
16794
|
var opened = ref.opened;
|
|
@@ -16796,7 +16797,7 @@ var clearHighlightIndex = ref.clearHighlightIndex;
|
|
|
16796
16797
|
var isLoading = ref.isLoading;
|
|
16797
16798
|
var isListEmpty = ref.isListEmpty;
|
|
16798
16799
|
return [_c('dt-popover',{ref:"popover",attrs:{"open":_vm.isListShown,"hide-on-click":_vm.showList === null,"max-height":_vm.maxHeight,"max-width":_vm.maxWidth,"offset":_vm.popoverOffset,"sticky":_vm.popoverSticky,"placement":"bottom-start","padding":"none","role":"listbox","external-anchor":_vm.externalAnchor,"content-width":_vm.contentWidth,"content-tabindex":null,"modal":false,"auto-focus":false},on:{"update:open":function($event){_vm.isListShown=$event},"opened":function($event){return opened($event, arguments[1]);}},scopedSlots:_vm._u([{key:"headerContent",fn:function(){return [(_vm.$slots.header)?_c('div',{ref:"header",on:{"focusout":_vm.onFocusOut}},[_vm._t("header")],2):_vm._e()]},proxy:true},{key:"content",fn:function(){return [_c('div',{ref:"listWrapper",class:[_vm.DROPDOWN_PADDING_CLASSES[_vm.padding], _vm.listClass],on:{"mouseleave":clearHighlightIndex,"focusout":function($event){clearHighlightIndex; _vm.onFocusOut;}}},[(isLoading)?_c('combobox-loading-list',_vm._b({},'combobox-loading-list',listProps,false)):(isListEmpty)?_c('combobox-empty-list',_vm._b({attrs:{"message":_vm.emptyStateMessage}},'combobox-empty-list',listProps,false)):_vm._t("list",null,{"listProps":listProps})],2)]},proxy:true},{key:"footerContent",fn:function(){return [(_vm.$slots.footer)?_c('div',{ref:"footer",on:{"focusout":_vm.onFocusOut}},[_vm._t("footer")],2):_vm._e()]},proxy:true}],null,true)})]}}],null,true)},_vm.comboboxListeners))}
|
|
16799
|
-
var
|
|
16800
|
+
var combobox_with_popovervue_type_template_id_5ee1c401_staticRenderFns = []
|
|
16800
16801
|
|
|
16801
16802
|
|
|
16802
16803
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue?vue&type=script&lang=js&
|
|
@@ -16903,6 +16904,7 @@ var combobox_with_popovervue_type_template_id_108db852_staticRenderFns = []
|
|
|
16903
16904
|
|
|
16904
16905
|
|
|
16905
16906
|
|
|
16907
|
+
|
|
16906
16908
|
/* harmony default export */ const combobox_with_popovervue_type_script_lang_js_ = ({
|
|
16907
16909
|
name: 'DtRecipeComboboxWithPopover',
|
|
16908
16910
|
components: {
|
|
@@ -17190,8 +17192,8 @@ var combobox_with_popovervue_type_template_id_108db852_staticRenderFns = []
|
|
|
17190
17192
|
;
|
|
17191
17193
|
var combobox_with_popover_component = normalizeComponent(
|
|
17192
17194
|
combobox_with_popover_combobox_with_popovervue_type_script_lang_js_,
|
|
17193
|
-
|
|
17194
|
-
|
|
17195
|
+
combobox_with_popovervue_type_template_id_5ee1c401_render,
|
|
17196
|
+
combobox_with_popovervue_type_template_id_5ee1c401_staticRenderFns,
|
|
17195
17197
|
false,
|
|
17196
17198
|
null,
|
|
17197
17199
|
null,
|
|
@@ -17855,8 +17857,8 @@ var combobox_multi_select_component = normalizeComponent(
|
|
|
17855
17857
|
;// CONCATENATED MODULE: ./recipes/comboboxes/combobox_multi_select/index.js
|
|
17856
17858
|
|
|
17857
17859
|
|
|
17858
|
-
;// 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=
|
|
17859
|
-
var
|
|
17860
|
+
;// 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=3f590359&
|
|
17861
|
+
var contact_infovue_type_template_id_3f590359_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.avatarSrc)?_c('dt-avatar',{attrs:{"size":"lg","avatar-class":"d-bar2"}},[_c('img',{attrs:{"data-qa":"dt-contact-avatar","src":_vm.avatarSrc,"alt":_vm.avatarInitials}})]):(_vm.avatarInitials)?_c('dt-avatar',{attrs:{"kind":"initials","size":"lg","color":_vm.avatarColor}},[_vm._v(" "+_vm._s(_vm.avatarInitials)+" ")]):_vm._e(),(_vm.showUserStatus)?_c('div',{class:[
|
|
17860
17862
|
'd-ba',
|
|
17861
17863
|
'd-bc-white',
|
|
17862
17864
|
'd-baw2',
|
|
@@ -17867,7 +17869,7 @@ var contact_infovue_type_template_id_7091b031_render = function () {var _vm=this
|
|
|
17867
17869
|
'd-w20p',
|
|
17868
17870
|
'd-h20p',
|
|
17869
17871
|
_vm.USER_STATUS_COLOR_MODIFIERS[_vm.userStatusColor] ],attrs:{"data-qa":"contact-info-user-status"}},[_vm._v(" ")]):_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)})}
|
|
17870
|
-
var
|
|
17872
|
+
var contact_infovue_type_template_id_3f590359_staticRenderFns = []
|
|
17871
17873
|
|
|
17872
17874
|
|
|
17873
17875
|
;// CONCATENATED MODULE: ./recipes/list_items/contact_info/contact_info_constants.js
|
|
@@ -17962,7 +17964,6 @@ const USER_STATUS_COLOR_MODIFIERS = {
|
|
|
17962
17964
|
//
|
|
17963
17965
|
//
|
|
17964
17966
|
//
|
|
17965
|
-
//
|
|
17966
17967
|
|
|
17967
17968
|
|
|
17968
17969
|
|
|
@@ -18059,8 +18060,8 @@ const USER_STATUS_COLOR_MODIFIERS = {
|
|
|
18059
18060
|
;
|
|
18060
18061
|
var contact_info_component = normalizeComponent(
|
|
18061
18062
|
contact_info_contact_infovue_type_script_lang_js_,
|
|
18062
|
-
|
|
18063
|
-
|
|
18063
|
+
contact_infovue_type_template_id_3f590359_render,
|
|
18064
|
+
contact_infovue_type_template_id_3f590359_staticRenderFns,
|
|
18064
18065
|
false,
|
|
18065
18066
|
null,
|
|
18066
18067
|
null,
|
package/dist/dialtone-vue.umd.js
CHANGED
|
@@ -1935,7 +1935,7 @@ const INVALID_COMBINATION = [{
|
|
|
1935
1935
|
}];
|
|
1936
1936
|
|
|
1937
1937
|
function _invalidCombinationMessage(circle, kind, importance) {
|
|
1938
|
-
return "You cannot
|
|
1938
|
+
return "You cannot have a ".concat(circle ? 'circle ' : '', "button with kind: ").concat(kind, " and importance: ").concat(importance, " as it does not exist in our design system. See https://dialpad.design/components/button for a list of available button styles");
|
|
1939
1939
|
}
|
|
1940
1940
|
|
|
1941
1941
|
/* harmony default export */ const button_constants = ({
|
|
@@ -3080,9 +3080,9 @@ var button_group_component = normalizeComponent(
|
|
|
3080
3080
|
;// CONCATENATED MODULE: ./components/button_group/index.js
|
|
3081
3081
|
|
|
3082
3082
|
|
|
3083
|
-
;// 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/combobox/combobox.vue?vue&type=template&id=
|
|
3084
|
-
var
|
|
3085
|
-
var
|
|
3083
|
+
;// 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/combobox/combobox.vue?vue&type=template&id=25daf05b&
|
|
3084
|
+
var comboboxvue_type_template_id_25daf05b_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{on:{"keydown":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"esc",27,$event.key,["Esc","Escape"])){ return null; }$event.stopPropagation();return _vm.onKeyValidation($event, 'onEscapeKey')},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }if($event.ctrlKey||$event.shiftKey||$event.altKey||$event.metaKey){ return null; }return _vm.onKeyValidation($event, 'onEnterKey')},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"up",38,$event.key,["Up","ArrowUp"])){ return null; }$event.stopPropagation();$event.preventDefault();return _vm.onKeyValidation($event, 'onUpKey')},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"down",40,$event.key,["Down","ArrowDown"])){ return null; }$event.stopPropagation();$event.preventDefault();return _vm.onKeyValidation($event, 'onDownKey')},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"home",undefined,$event.key,undefined)){ return null; }$event.stopPropagation();$event.preventDefault();return _vm.onKeyValidation($event, 'onHomeKey')},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"end",undefined,$event.key,undefined)){ return null; }$event.stopPropagation();$event.preventDefault();return _vm.onKeyValidation($event, 'onEndKey')}]}},[_c('div',{attrs:{"data-qa":"dt-combobox-input-wrapper"}},[_vm._t("input",null,{"inputProps":_vm.inputProps})],2),(_vm.showList)?_c('div',{ref:"listWrapper",attrs:{"data-qa":"dt-combobox-list-wrapper"},on:{"mouseleave":_vm.clearHighlightIndex,"focusout":_vm.clearHighlightIndex,"!mousemove":function($event){return _vm.onMouseHighlight.apply(null, arguments)}}},[(_vm.isLoading && !_vm.listRenderedOutside)?_c('combobox-loading-list',_vm._b({},'combobox-loading-list',_vm.listProps,false)):(_vm.isListEmpty && !_vm.listRenderedOutside)?_c('combobox-empty-list',_vm._b({attrs:{"message":_vm.emptyStateMessage}},'combobox-empty-list',_vm.listProps,false)):_vm._t("list",null,{"listProps":_vm.listProps,"opened":_vm.onOpen,"clearHighlightIndex":_vm.clearHighlightIndex,"isLoading":_vm.isLoading,"isListEmpty":_vm.isListEmpty})],2):_vm._e()])}
|
|
3085
|
+
var comboboxvue_type_template_id_25daf05b_staticRenderFns = []
|
|
3086
3086
|
|
|
3087
3087
|
|
|
3088
3088
|
;// CONCATENATED MODULE: ./common/mixins/dom.js
|
|
@@ -4838,6 +4838,7 @@ var combobox_empty_list_component = normalizeComponent(
|
|
|
4838
4838
|
},
|
|
4839
4839
|
|
|
4840
4840
|
activeItemEl() {
|
|
4841
|
+
if (!this.highlightId) return '';
|
|
4841
4842
|
return this.getListElement().querySelector('#' + this.highlightId);
|
|
4842
4843
|
}
|
|
4843
4844
|
|
|
@@ -4961,8 +4962,8 @@ var combobox_empty_list_component = normalizeComponent(
|
|
|
4961
4962
|
;
|
|
4962
4963
|
var combobox_component = normalizeComponent(
|
|
4963
4964
|
combobox_comboboxvue_type_script_lang_js_,
|
|
4964
|
-
|
|
4965
|
-
|
|
4965
|
+
comboboxvue_type_template_id_25daf05b_render,
|
|
4966
|
+
comboboxvue_type_template_id_25daf05b_staticRenderFns,
|
|
4966
4967
|
false,
|
|
4967
4968
|
null,
|
|
4968
4969
|
null,
|
|
@@ -16804,8 +16805,8 @@ var root_layout_component = normalizeComponent(
|
|
|
16804
16805
|
;// CONCATENATED MODULE: ./components/root_layout/index.js
|
|
16805
16806
|
|
|
16806
16807
|
|
|
16807
|
-
;// 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/comboboxes/combobox_with_popover/combobox_with_popover.vue?vue&type=template&id=
|
|
16808
|
-
var
|
|
16808
|
+
;// 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/comboboxes/combobox_with_popover/combobox_with_popover.vue?vue&type=template&id=5ee1c401&
|
|
16809
|
+
var combobox_with_popovervue_type_template_id_5ee1c401_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('dt-combobox',_vm._g({ref:"combobox",attrs:{"loading":_vm.loading,"show-list":_vm.isListShown,"on-beginning-of-list":_vm.onBeginningOfList,"on-end-of-list":_vm.onEndOfList,"list-aria-label":_vm.listAriaLabel,"list-rendered-outside":true,"list-id":_vm.listId,"data-qa":"dt-combobox"},scopedSlots:_vm._u([{key:"input",fn:function(ref){
|
|
16809
16810
|
var inputProps = ref.inputProps;
|
|
16810
16811
|
return [_c('div',{ref:"input",attrs:{"id":_vm.externalAnchor},on:{"focusin":_vm.onFocusIn,"focusout":_vm.onFocusOut,"keydown":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"up",38,$event.key,["Up","ArrowUp"])){ return null; }return _vm.openOnArrowKeyPress($event)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"down",40,$event.key,["Down","ArrowDown"])){ return null; }return _vm.openOnArrowKeyPress($event)}]}},[_vm._t("input",null,{"inputProps":inputProps,"onInput":_vm.handleDisplayList})],2)]}},{key:"list",fn:function(ref){
|
|
16811
16812
|
var opened = ref.opened;
|
|
@@ -16814,7 +16815,7 @@ var clearHighlightIndex = ref.clearHighlightIndex;
|
|
|
16814
16815
|
var isLoading = ref.isLoading;
|
|
16815
16816
|
var isListEmpty = ref.isListEmpty;
|
|
16816
16817
|
return [_c('dt-popover',{ref:"popover",attrs:{"open":_vm.isListShown,"hide-on-click":_vm.showList === null,"max-height":_vm.maxHeight,"max-width":_vm.maxWidth,"offset":_vm.popoverOffset,"sticky":_vm.popoverSticky,"placement":"bottom-start","padding":"none","role":"listbox","external-anchor":_vm.externalAnchor,"content-width":_vm.contentWidth,"content-tabindex":null,"modal":false,"auto-focus":false},on:{"update:open":function($event){_vm.isListShown=$event},"opened":function($event){return opened($event, arguments[1]);}},scopedSlots:_vm._u([{key:"headerContent",fn:function(){return [(_vm.$slots.header)?_c('div',{ref:"header",on:{"focusout":_vm.onFocusOut}},[_vm._t("header")],2):_vm._e()]},proxy:true},{key:"content",fn:function(){return [_c('div',{ref:"listWrapper",class:[_vm.DROPDOWN_PADDING_CLASSES[_vm.padding], _vm.listClass],on:{"mouseleave":clearHighlightIndex,"focusout":function($event){clearHighlightIndex; _vm.onFocusOut;}}},[(isLoading)?_c('combobox-loading-list',_vm._b({},'combobox-loading-list',listProps,false)):(isListEmpty)?_c('combobox-empty-list',_vm._b({attrs:{"message":_vm.emptyStateMessage}},'combobox-empty-list',listProps,false)):_vm._t("list",null,{"listProps":listProps})],2)]},proxy:true},{key:"footerContent",fn:function(){return [(_vm.$slots.footer)?_c('div',{ref:"footer",on:{"focusout":_vm.onFocusOut}},[_vm._t("footer")],2):_vm._e()]},proxy:true}],null,true)})]}}],null,true)},_vm.comboboxListeners))}
|
|
16817
|
-
var
|
|
16818
|
+
var combobox_with_popovervue_type_template_id_5ee1c401_staticRenderFns = []
|
|
16818
16819
|
|
|
16819
16820
|
|
|
16820
16821
|
;// 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/comboboxes/combobox_with_popover/combobox_with_popover.vue?vue&type=script&lang=js&
|
|
@@ -16921,6 +16922,7 @@ var combobox_with_popovervue_type_template_id_108db852_staticRenderFns = []
|
|
|
16921
16922
|
|
|
16922
16923
|
|
|
16923
16924
|
|
|
16925
|
+
|
|
16924
16926
|
/* harmony default export */ const combobox_with_popovervue_type_script_lang_js_ = ({
|
|
16925
16927
|
name: 'DtRecipeComboboxWithPopover',
|
|
16926
16928
|
components: {
|
|
@@ -17208,8 +17210,8 @@ var combobox_with_popovervue_type_template_id_108db852_staticRenderFns = []
|
|
|
17208
17210
|
;
|
|
17209
17211
|
var combobox_with_popover_component = normalizeComponent(
|
|
17210
17212
|
combobox_with_popover_combobox_with_popovervue_type_script_lang_js_,
|
|
17211
|
-
|
|
17212
|
-
|
|
17213
|
+
combobox_with_popovervue_type_template_id_5ee1c401_render,
|
|
17214
|
+
combobox_with_popovervue_type_template_id_5ee1c401_staticRenderFns,
|
|
17213
17215
|
false,
|
|
17214
17216
|
null,
|
|
17215
17217
|
null,
|
|
@@ -17873,8 +17875,8 @@ var combobox_multi_select_component = normalizeComponent(
|
|
|
17873
17875
|
;// CONCATENATED MODULE: ./recipes/comboboxes/combobox_multi_select/index.js
|
|
17874
17876
|
|
|
17875
17877
|
|
|
17876
|
-
;// 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=
|
|
17877
|
-
var
|
|
17878
|
+
;// 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=3f590359&
|
|
17879
|
+
var contact_infovue_type_template_id_3f590359_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.avatarSrc)?_c('dt-avatar',{attrs:{"size":"lg","avatar-class":"d-bar2"}},[_c('img',{attrs:{"data-qa":"dt-contact-avatar","src":_vm.avatarSrc,"alt":_vm.avatarInitials}})]):(_vm.avatarInitials)?_c('dt-avatar',{attrs:{"kind":"initials","size":"lg","color":_vm.avatarColor}},[_vm._v(" "+_vm._s(_vm.avatarInitials)+" ")]):_vm._e(),(_vm.showUserStatus)?_c('div',{class:[
|
|
17878
17880
|
'd-ba',
|
|
17879
17881
|
'd-bc-white',
|
|
17880
17882
|
'd-baw2',
|
|
@@ -17885,7 +17887,7 @@ var contact_infovue_type_template_id_7091b031_render = function () {var _vm=this
|
|
|
17885
17887
|
'd-w20p',
|
|
17886
17888
|
'd-h20p',
|
|
17887
17889
|
_vm.USER_STATUS_COLOR_MODIFIERS[_vm.userStatusColor] ],attrs:{"data-qa":"contact-info-user-status"}},[_vm._v(" ")]):_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)})}
|
|
17888
|
-
var
|
|
17890
|
+
var contact_infovue_type_template_id_3f590359_staticRenderFns = []
|
|
17889
17891
|
|
|
17890
17892
|
|
|
17891
17893
|
;// CONCATENATED MODULE: ./recipes/list_items/contact_info/contact_info_constants.js
|
|
@@ -17980,7 +17982,6 @@ const USER_STATUS_COLOR_MODIFIERS = {
|
|
|
17980
17982
|
//
|
|
17981
17983
|
//
|
|
17982
17984
|
//
|
|
17983
|
-
//
|
|
17984
17985
|
|
|
17985
17986
|
|
|
17986
17987
|
|
|
@@ -18077,8 +18078,8 @@ const USER_STATUS_COLOR_MODIFIERS = {
|
|
|
18077
18078
|
;
|
|
18078
18079
|
var contact_info_component = normalizeComponent(
|
|
18079
18080
|
contact_info_contact_infovue_type_script_lang_js_,
|
|
18080
|
-
|
|
18081
|
-
|
|
18081
|
+
contact_infovue_type_template_id_3f590359_render,
|
|
18082
|
+
contact_infovue_type_template_id_3f590359_staticRenderFns,
|
|
18082
18083
|
false,
|
|
18083
18084
|
null,
|
|
18084
18085
|
null,
|