@dialpad/dialtone-vue 2.54.2 → 2.55.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 +4 -0
- package/dist/dialtone-vue.common.js +85 -54
- package/dist/dialtone-vue.umd.js +83 -52
- package/dist/dialtone-vue.umd.min.js +1 -1
- package/package.json +2 -2
package/dist/dialtone-vue.umd.js
CHANGED
|
@@ -412,7 +412,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
412
412
|
|
|
413
413
|
var ___CSS_LOADER_EXPORT___ = _node_modules_vue_cli_service_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_vue_cli_service_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
414
414
|
// Module
|
|
415
|
-
___CSS_LOADER_EXPORT___.push([module.id, ".d-top-banner-info__left{margin:var(--
|
|
415
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".d-top-banner-info__left{margin:var(--space-300) 0 var(--space-300) var(--space-500);min-width:20%}.d-top-banner-info__middle{display:flex;align-items:center;gap:var(--size-300)}.d-top-banner-info__right{display:flex;align-items:baseline;justify-content:flex-end;gap:var(--size-300);margin:var(--space-300) var(--space-500) var(--space-300) 0;min-width:20%}", ""]);
|
|
416
416
|
// Exports
|
|
417
417
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
418
418
|
|
|
@@ -12495,15 +12495,15 @@ const getContentWrapper = content => {
|
|
|
12495
12495
|
|
|
12496
12496
|
const POPOVER_PADDING_CLASSES = {
|
|
12497
12497
|
none: undefined,
|
|
12498
|
-
small: 'd-
|
|
12499
|
-
medium: 'd-
|
|
12500
|
-
large: 'd-
|
|
12498
|
+
small: 'd-p4',
|
|
12499
|
+
medium: 'd-p8',
|
|
12500
|
+
large: 'd-p16'
|
|
12501
12501
|
};
|
|
12502
12502
|
const POPOVER_HEADER_FOOTER_PADDING_CLASSES = {
|
|
12503
12503
|
none: undefined,
|
|
12504
|
-
small: 'd-
|
|
12505
|
-
medium: 'd-
|
|
12506
|
-
large: 'd-
|
|
12504
|
+
small: 'd-pl4',
|
|
12505
|
+
medium: 'd-pl8',
|
|
12506
|
+
large: 'd-pl16'
|
|
12507
12507
|
};
|
|
12508
12508
|
const POPOVER_ROLES = ['dialog', 'menu', 'listbox', 'tree', 'grid'];
|
|
12509
12509
|
const POPOVER_CONTENT_WIDTHS = [null, 'anchor'];
|
|
@@ -17844,13 +17844,13 @@ var tab_component = normalizeComponent(
|
|
|
17844
17844
|
)
|
|
17845
17845
|
|
|
17846
17846
|
/* harmony default export */ const tab = (tab_component.exports);
|
|
17847
|
-
;// 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/tabs/tab_panel.vue?vue&type=template&id=
|
|
17848
|
-
var
|
|
17847
|
+
;// 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/tabs/tab_panel.vue?vue&type=template&id=82faf854&
|
|
17848
|
+
var tab_panelvue_type_template_id_82faf854_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:[
|
|
17849
17849
|
{
|
|
17850
17850
|
'd-d-none': _vm.hidePanel,
|
|
17851
17851
|
},
|
|
17852
17852
|
_vm.tabPanelClass ],attrs:{"id":("dt-panel-" + _vm.id),"role":"tabpanel","tabindex":_vm.isFirstElementFocusable ? -1 : 0,"aria-labelledby":("dt-tab-" + _vm.tabId),"aria-hidden":("" + _vm.hidePanel),"data-qa":"dt-tab-panel"}},[_vm._t("default")],2)}
|
|
17853
|
-
var
|
|
17853
|
+
var tab_panelvue_type_template_id_82faf854_staticRenderFns = []
|
|
17854
17854
|
|
|
17855
17855
|
|
|
17856
17856
|
;// 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/tabs/tab_panel.vue?vue&type=script&lang=js&
|
|
@@ -17933,9 +17933,36 @@ var tab_panelvue_type_template_id_660b90ba_staticRenderFns = []
|
|
|
17933
17933
|
},
|
|
17934
17934
|
|
|
17935
17935
|
async mounted() {
|
|
17936
|
-
|
|
17937
|
-
|
|
17936
|
+
const firstFocusableElement = await this.getFirstFocusableElement(this.$el);
|
|
17937
|
+
|
|
17938
|
+
if (!firstFocusableElement) {
|
|
17939
|
+
this.isFirstElementFocusable = false;
|
|
17940
|
+
} else {
|
|
17941
|
+
// If the first focusable element isn't the first element in the panel,
|
|
17942
|
+
// then we need to set the panel tabindex to 0.
|
|
17943
|
+
// See notes in https://www.w3.org/WAI/ARIA/apg/patterns/tabpanel/
|
|
17944
|
+
this.isFirstElementFocusable = this.isFirstElementOfPanel(firstFocusableElement);
|
|
17945
|
+
}
|
|
17946
|
+
},
|
|
17947
|
+
|
|
17948
|
+
methods: {
|
|
17949
|
+
isFirstElementOfPanel(element) {
|
|
17950
|
+
let current = element;
|
|
17951
|
+
let isFirstElement = true;
|
|
17952
|
+
|
|
17953
|
+
while (current) {
|
|
17954
|
+
if (current.previousElementSibling !== null) {
|
|
17955
|
+
isFirstElement = false;
|
|
17956
|
+
break;
|
|
17957
|
+
}
|
|
17958
|
+
|
|
17959
|
+
current = current.parentNode !== this.$el ? current.parentNode : null;
|
|
17960
|
+
}
|
|
17961
|
+
|
|
17962
|
+
return isFirstElement;
|
|
17963
|
+
}
|
|
17938
17964
|
|
|
17965
|
+
}
|
|
17939
17966
|
});
|
|
17940
17967
|
;// CONCATENATED MODULE: ./components/tabs/tab_panel.vue?vue&type=script&lang=js&
|
|
17941
17968
|
/* harmony default export */ const tabs_tab_panelvue_type_script_lang_js_ = (tab_panelvue_type_script_lang_js_);
|
|
@@ -17949,8 +17976,8 @@ var tab_panelvue_type_template_id_660b90ba_staticRenderFns = []
|
|
|
17949
17976
|
;
|
|
17950
17977
|
var tab_panel_component = normalizeComponent(
|
|
17951
17978
|
tabs_tab_panelvue_type_script_lang_js_,
|
|
17952
|
-
|
|
17953
|
-
|
|
17979
|
+
tab_panelvue_type_template_id_82faf854_render,
|
|
17980
|
+
tab_panelvue_type_template_id_82faf854_staticRenderFns,
|
|
17954
17981
|
false,
|
|
17955
17982
|
null,
|
|
17956
17983
|
null,
|
|
@@ -19547,15 +19574,15 @@ var toggle_component = normalizeComponent(
|
|
|
19547
19574
|
/* harmony default export */ const toggle = (toggle_component.exports);
|
|
19548
19575
|
;// CONCATENATED MODULE: ./components/toggle/index.js
|
|
19549
19576
|
|
|
19550
|
-
;// 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/tooltip/tooltip.vue?vue&type=template&id=
|
|
19551
|
-
var
|
|
19577
|
+
;// 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/tooltip/tooltip.vue?vue&type=template&id=4f441454&
|
|
19578
|
+
var tooltipvue_type_template_id_4f441454_render = function () {
|
|
19552
19579
|
var _obj;
|
|
19553
|
-
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{attrs:{"data-qa":"dt-tooltip-container"}},[_c('
|
|
19580
|
+
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{attrs:{"data-qa":"dt-tooltip-container"}},[_c('a',{ref:"anchor",attrs:{"role":"presentation","data-qa":"dt-tooltip-anchor"},on:{"focusin":_vm.onEnterAnchor,"focusout":_vm.onLeaveAnchor,"mouseenter":_vm.onEnterAnchor,"mouseleave":_vm.onLeaveAnchor,"keydown":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"esc",27,$event.key,["Esc","Escape"])){ return null; }return _vm.onLeaveAnchor.apply(null, arguments)}}},[_vm._t("anchor")],2),_c('dt-lazy-show',_vm._g({ref:"content",class:[
|
|
19554
19581
|
'd-tooltip',
|
|
19555
19582
|
("d-tooltip__arrow-tippy--" + _vm.currentPlacement),
|
|
19556
19583
|
( _obj = {}, _obj[ _vm.TOOLTIP_KIND_MODIFIERS.inverted ] = _vm.inverted, _obj ),
|
|
19557
19584
|
_vm.contentClass ],attrs:{"id":_vm.id,"show":_vm.isShown && (!!_vm.message.trim() || !!_vm.$slots.default),"role":"tooltip","aria-hidden":"false","data-qa":"dt-tooltip","appear":"","transition":_vm.transition}},_vm.tooltipListeners),[_vm._t("default",function(){return [_vm._v(" "+_vm._s(_vm.message)+" ")]})],2)],1)}
|
|
19558
|
-
var
|
|
19585
|
+
var tooltipvue_type_template_id_4f441454_staticRenderFns = []
|
|
19559
19586
|
|
|
19560
19587
|
|
|
19561
19588
|
;// CONCATENATED MODULE: ./components/tooltip/tooltip_constants.js
|
|
@@ -19618,6 +19645,7 @@ const TOOLTIP_HIDE_ON_CLICK_VARIANTS = [true, false, 'toggle'];
|
|
|
19618
19645
|
//
|
|
19619
19646
|
//
|
|
19620
19647
|
//
|
|
19648
|
+
//
|
|
19621
19649
|
|
|
19622
19650
|
|
|
19623
19651
|
|
|
@@ -19784,10 +19812,10 @@ const TOOLTIP_HIDE_ON_CLICK_VARIANTS = [true, false, 'toggle'];
|
|
|
19784
19812
|
computed: {
|
|
19785
19813
|
tooltipListeners() {
|
|
19786
19814
|
return { ...this.$listeners,
|
|
19787
|
-
'after-leave':
|
|
19815
|
+
'after-leave': () => {
|
|
19788
19816
|
this.onLeaveTransitionComplete();
|
|
19789
19817
|
},
|
|
19790
|
-
'after-enter':
|
|
19818
|
+
'after-enter': () => {
|
|
19791
19819
|
this.onEnterTransitionComplete();
|
|
19792
19820
|
}
|
|
19793
19821
|
};
|
|
@@ -19824,7 +19852,7 @@ const TOOLTIP_HIDE_ON_CLICK_VARIANTS = [true, false, 'toggle'];
|
|
|
19824
19852
|
immediate: true
|
|
19825
19853
|
},
|
|
19826
19854
|
|
|
19827
|
-
isShown(isShown
|
|
19855
|
+
isShown(isShown) {
|
|
19828
19856
|
if (isShown) {
|
|
19829
19857
|
this.setProps();
|
|
19830
19858
|
this.tip.show();
|
|
@@ -19889,7 +19917,7 @@ const TOOLTIP_HIDE_ON_CLICK_VARIANTS = [true, false, 'toggle'];
|
|
|
19889
19917
|
}
|
|
19890
19918
|
},
|
|
19891
19919
|
|
|
19892
|
-
onLeaveAnchor(
|
|
19920
|
+
onLeaveAnchor() {
|
|
19893
19921
|
if (this.show === null) this.isShown = false;
|
|
19894
19922
|
},
|
|
19895
19923
|
|
|
@@ -19957,8 +19985,8 @@ var tooltipvue_type_style_index_0_lang_less_ = __webpack_require__(228);
|
|
|
19957
19985
|
|
|
19958
19986
|
var tooltip_component = normalizeComponent(
|
|
19959
19987
|
tooltip_tooltipvue_type_script_lang_js_,
|
|
19960
|
-
|
|
19961
|
-
|
|
19988
|
+
tooltipvue_type_template_id_4f441454_render,
|
|
19989
|
+
tooltipvue_type_template_id_4f441454_staticRenderFns,
|
|
19962
19990
|
false,
|
|
19963
19991
|
null,
|
|
19964
19992
|
null,
|
|
@@ -20157,9 +20185,9 @@ var keyboard_shortcut_component = normalizeComponent(
|
|
|
20157
20185
|
;// CONCATENATED MODULE: ./components/keyboard_shortcut/index.js
|
|
20158
20186
|
|
|
20159
20187
|
|
|
20160
|
-
;// 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/root_layout/root_layout.vue?vue&type=template&id=
|
|
20161
|
-
var
|
|
20162
|
-
var
|
|
20188
|
+
;// 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/root_layout/root_layout.vue?vue&type=template&id=0bf64ed3&
|
|
20189
|
+
var root_layoutvue_type_template_id_0bf64ed3_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"root-layout d-root-layout"},[(_vm.$slots.header)?_c('header',{class:['root-layout__header', _vm.headerClass, { 'root-layout__header--sticky': _vm.headerSticky }],style:({ 'height': _vm.headerHeight }),attrs:{"data-qa":"root-layout-header"}},[_vm._t("header")],2):_vm._e(),_c('dt-root-layout-body',{attrs:{"body-class":_vm.bodyClass,"content-class":_vm.contentClass,"content-wrap-width-percent":_vm.contentWrapWidthPercent,"sidebar-class":_vm.sidebarClass,"sidebar-width":_vm.sidebarWidth,"sidebar-position":_vm.sidebarPosition},scopedSlots:_vm._u([(_vm.$slots.sidebar)?{key:"sidebar",fn:function(){return [_vm._t("sidebar")]},proxy:true}:null,(_vm.$slots.default)?{key:"content",fn:function(){return [_vm._t("default")]},proxy:true}:null],null,true)}),(_vm.$slots.footer)?_c('footer',{class:['root-layout__footer', _vm.footerClass],style:({ 'height': _vm.footerHeight }),attrs:{"data-qa":"root-layout-footer"}},[_vm._t("footer")],2):_vm._e()],1)}
|
|
20190
|
+
var root_layoutvue_type_template_id_0bf64ed3_staticRenderFns = []
|
|
20163
20191
|
|
|
20164
20192
|
|
|
20165
20193
|
;// 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/root_layout/root_layout_body.vue?vue&type=template&id=a07ea7ec&
|
|
@@ -20470,8 +20498,8 @@ var root_layoutvue_type_style_index_0_lang_less_ = __webpack_require__(253);
|
|
|
20470
20498
|
|
|
20471
20499
|
var root_layout_component = normalizeComponent(
|
|
20472
20500
|
root_layout_root_layoutvue_type_script_lang_js_,
|
|
20473
|
-
|
|
20474
|
-
|
|
20501
|
+
root_layoutvue_type_template_id_0bf64ed3_render,
|
|
20502
|
+
root_layoutvue_type_template_id_0bf64ed3_staticRenderFns,
|
|
20475
20503
|
false,
|
|
20476
20504
|
null,
|
|
20477
20505
|
null,
|
|
@@ -20971,11 +20999,11 @@ var combobox_with_popover_component = normalizeComponent(
|
|
|
20971
20999
|
/* harmony default export */ const combobox_with_popover = (combobox_with_popover_component.exports);
|
|
20972
21000
|
;// CONCATENATED MODULE: ./recipes/comboboxes/combobox_with_popover/index.js
|
|
20973
21001
|
|
|
20974
|
-
;// 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_multi_select/combobox_multi_select.vue?vue&type=template&id=
|
|
20975
|
-
var
|
|
21002
|
+
;// 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_multi_select/combobox_multi_select.vue?vue&type=template&id=954b65b2&
|
|
21003
|
+
var combobox_multi_selectvue_type_template_id_954b65b2_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('dt-recipe-combobox-with-popover',{ref:"comboboxWithPopover",attrs:{"label":_vm.label,"show-list":_vm.showList,"max-height":_vm.listMaxHeight,"popover-offset":_vm.popoverOffset,"has-suggestion-list":_vm.hasSuggestionList,"visually-hidden-close-label":_vm.visuallyHiddenCloseLabel,"visually-hidden-close":_vm.visuallyHiddenClose,"content-width":"anchor"},on:{"select":_vm.onComboboxSelect},scopedSlots:_vm._u([{key:"input",fn:function(ref){
|
|
20976
21004
|
var onInput = ref.onInput;
|
|
20977
21005
|
return [_c('span',{ref:"inputSlotWrapper",staticClass:"d-ps-relative d-d-block"},[_c('span',{ref:"chipsWrapper",staticClass:"d-ps-absolute d-mx2"},_vm._l((_vm.selectedItems),function(item){return _c('dt-chip',_vm._g({key:item.id,ref:"chips",refInFor:true,class:['d-mt4', 'd-mx2', 'd-zi-base1'],attrs:{"label-class":['d-chip__label'],"close-button-props":{ ariaLabel: 'close' },"size":_vm.CHIP_SIZES[_vm.size]},on:{"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"backspace",undefined,$event.key,undefined)){ return null; }return _vm.onChipRemove(item)},"close":function($event){return _vm.onChipRemove(item)}}},_vm.chipListeners),[_vm._v(" "+_vm._s(item)+" ")])}),1),_c('dt-input',_vm._g({ref:"input",staticClass:"d-fl-grow1",attrs:{"aria-label":_vm.label,"label":_vm.labelVisible ? _vm.label : '',"description":_vm.description,"placeholder":_vm.inputPlaceHolder,"show-messages":_vm.showInputMessages,"messages":_vm.inputMessages,"size":_vm.size},on:{"input":onInput},model:{value:(_vm.value),callback:function ($$v) {_vm.value=$$v},expression:"value"}},_vm.inputListeners)),_c('dt-validation-messages',{attrs:{"validation-messages":_vm.maxSelectedMessage,"show-messages":_vm.showValidationMessages}})],1)]}},{key:"header",fn:function(){return [(_vm.$slots.header)?_c('div',{ref:"header"},[_vm._t("header")],2):_vm._e()]},proxy:true},{key:"list",fn:function(){return [_c('div',{ref:"list",on:{"mousedown":function($event){$event.preventDefault();}}},[(!_vm.loading)?_vm._t("list"):_c('div',{staticClass:"d-ta-center d-py16"},[_vm._v(" "+_vm._s(_vm.loadingMessage)+" ")])],2)]},proxy:true},{key:"footer",fn:function(){return [(_vm.$slots.footer)?_c('div',{ref:"footer"},[_vm._t("footer")],2):_vm._e()]},proxy:true}],null,true)})}
|
|
20978
|
-
var
|
|
21006
|
+
var combobox_multi_selectvue_type_template_id_954b65b2_staticRenderFns = []
|
|
20979
21007
|
|
|
20980
21008
|
|
|
20981
21009
|
;// CONCATENATED MODULE: ./recipes/comboboxes/combobox_multi_select/combobox_multi_select_story_constants.js
|
|
@@ -21080,10 +21108,10 @@ const CHIP_SIZES = {
|
|
|
21080
21108
|
sm: 'xs',
|
|
21081
21109
|
md: 'sm'
|
|
21082
21110
|
};
|
|
21083
|
-
const
|
|
21084
|
-
xs:
|
|
21085
|
-
sm:
|
|
21086
|
-
md:
|
|
21111
|
+
const CHIP_TOP_POSITION = {
|
|
21112
|
+
xs: 11.1,
|
|
21113
|
+
sm: 10.1,
|
|
21114
|
+
md: 10.1
|
|
21087
21115
|
};
|
|
21088
21116
|
;// 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_multi_select/combobox_multi_select.vue?vue&type=script&lang=js&
|
|
21089
21117
|
//
|
|
@@ -21595,8 +21623,9 @@ const CHIP_BOTTOM_POSITION = {
|
|
|
21595
21623
|
},
|
|
21596
21624
|
|
|
21597
21625
|
setChipsPosition() {
|
|
21626
|
+
const input = this.getInput().getBoundingClientRect();
|
|
21598
21627
|
const chipsWrapper = this.$refs.chipsWrapper;
|
|
21599
|
-
chipsWrapper.style.
|
|
21628
|
+
chipsWrapper.style.top = input.top - CHIP_TOP_POSITION[this.size] + 'px';
|
|
21600
21629
|
},
|
|
21601
21630
|
|
|
21602
21631
|
setInputPadding() {
|
|
@@ -21671,8 +21700,8 @@ const CHIP_BOTTOM_POSITION = {
|
|
|
21671
21700
|
;
|
|
21672
21701
|
var combobox_multi_select_component = normalizeComponent(
|
|
21673
21702
|
combobox_multi_select_combobox_multi_selectvue_type_script_lang_js_,
|
|
21674
|
-
|
|
21675
|
-
|
|
21703
|
+
combobox_multi_selectvue_type_template_id_954b65b2_render,
|
|
21704
|
+
combobox_multi_selectvue_type_template_id_954b65b2_staticRenderFns,
|
|
21676
21705
|
false,
|
|
21677
21706
|
null,
|
|
21678
21707
|
null,
|
|
@@ -22356,9 +22385,9 @@ var contact_info_component = normalizeComponent(
|
|
|
22356
22385
|
;// CONCATENATED MODULE: ./recipes/list_items/contact_info/index.js
|
|
22357
22386
|
|
|
22358
22387
|
|
|
22359
|
-
;// 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/notices/top_banner_info/top_banner_info.vue?vue&type=template&id=
|
|
22360
|
-
var
|
|
22361
|
-
var
|
|
22388
|
+
;// 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/notices/top_banner_info/top_banner_info.vue?vue&type=template&id=69be4446&
|
|
22389
|
+
var top_banner_infovue_type_template_id_69be4446_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"d-fs-100 d-d-flex d-top-banner-info d-jc-space-between d-ai-center d-fc-primary",class:_vm.bannerInfoClass,attrs:{"data-qa":"banner-info"}},[_c('div',{staticClass:"d-top-banner-info__left"},[_vm._t("left")],2),_c('div',{staticClass:"d-top-banner-info__middle d-my4"},[_vm._t("default")],2),_c('div',{staticClass:"d-top-banner-info__right d-ta-right"},[_vm._t("right")],2)])}
|
|
22390
|
+
var top_banner_infovue_type_template_id_69be4446_staticRenderFns = []
|
|
22362
22391
|
|
|
22363
22392
|
|
|
22364
22393
|
;// CONCATENATED MODULE: ./recipes/notices/top_banner_info/top_banner_info_constants.js
|
|
@@ -22405,14 +22434,16 @@ const COLOR_CODES = ['green300', 'green100', 'red200', 'red100', 'gold100', 'gol
|
|
|
22405
22434
|
computed: {
|
|
22406
22435
|
bannerInfoClass() {
|
|
22407
22436
|
const bgColors = {
|
|
22408
|
-
|
|
22409
|
-
|
|
22410
|
-
|
|
22411
|
-
|
|
22412
|
-
|
|
22413
|
-
|
|
22414
|
-
|
|
22415
|
-
|
|
22437
|
+
// these are too specific, so for now I'm at least updating the resultant semantic value
|
|
22438
|
+
// TODO: breaking change: update to be more abstract
|
|
22439
|
+
green300: 'd-bgc-success',
|
|
22440
|
+
green100: 'd-bgc-success',
|
|
22441
|
+
red200: 'd-bgc-critical',
|
|
22442
|
+
red100: 'd-bgc-critical',
|
|
22443
|
+
gold200: 'd-bgc-warning',
|
|
22444
|
+
gold100: 'd-bgc-warning',
|
|
22445
|
+
black100: 'd-bgc-info',
|
|
22446
|
+
white: 'd-bgc-primary'
|
|
22416
22447
|
};
|
|
22417
22448
|
return [bgColors[this.colorCode]];
|
|
22418
22449
|
}
|
|
@@ -22436,8 +22467,8 @@ var top_banner_infovue_type_style_index_0_lang_less_ = __webpack_require__(814);
|
|
|
22436
22467
|
|
|
22437
22468
|
var top_banner_info_component = normalizeComponent(
|
|
22438
22469
|
top_banner_info_top_banner_infovue_type_script_lang_js_,
|
|
22439
|
-
|
|
22440
|
-
|
|
22470
|
+
top_banner_infovue_type_template_id_69be4446_render,
|
|
22471
|
+
top_banner_infovue_type_template_id_69be4446_staticRenderFns,
|
|
22441
22472
|
false,
|
|
22442
22473
|
null,
|
|
22443
22474
|
null,
|