@dialpad/dialtone-vue 2.45.0 → 2.46.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.
|
@@ -14700,8 +14700,8 @@ var input_group_component = normalizeComponent(
|
|
|
14700
14700
|
/* harmony default export */ const input_group_input_group = (input_group_component.exports);
|
|
14701
14701
|
;// CONCATENATED MODULE: ./components/input_group/index.js
|
|
14702
14702
|
|
|
14703
|
-
;// 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/modal/modal.vue?vue&type=template&id=
|
|
14704
|
-
var
|
|
14703
|
+
;// 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/modal/modal.vue?vue&type=template&id=e9bf0878&
|
|
14704
|
+
var modalvue_type_template_id_e9bf0878_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('dt-lazy-show',_vm._g({class:[
|
|
14705
14705
|
'd-modal',
|
|
14706
14706
|
_vm.MODAL_KIND_MODIFIERS[_vm.kind],
|
|
14707
14707
|
_vm.MODAL_SIZE_MODIFIERS[_vm.size],
|
|
@@ -14710,8 +14710,12 @@ var modalvue_type_template_id_4f197239_render = function () {var _vm=this;var _h
|
|
|
14710
14710
|
_vm.bannerClass ],attrs:{"data-qa":"dt-modal-banner"}},[_vm._t("banner",function(){return [_vm._v(" "+_vm._s(_vm.bannerTitle)+" ")]})],2):_vm._e(),_c('transition',{attrs:{"appear":"","name":"d-modal__dialog"}},[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.show),expression:"show"}],class:[
|
|
14711
14711
|
'd-modal__dialog',
|
|
14712
14712
|
{ 'd-modal__dialog--scrollable': _vm.fixedHeaderFooter },
|
|
14713
|
-
_vm.dialogClass ],attrs:{"role":"dialog","aria-modal":"true","aria-describedby":_vm.describedById,"aria-labelledby":_vm.labelledById}},[(_vm.$slots.header)?_c('div',{staticClass:"d-modal__header",attrs:{"id":_vm.labelledById,"data-qa":"dt-modal-title"}},[_vm._t("header")],2):_c('h2',{staticClass:"d-modal__header",attrs:{"id":_vm.labelledById,"data-qa":"dt-modal-title"}},[_vm._v(" "+_vm._s(_vm.title)+" ")]),(_vm.$slots.default)?_c('div',{
|
|
14714
|
-
|
|
14713
|
+
_vm.dialogClass ],attrs:{"role":"dialog","aria-modal":"true","aria-describedby":_vm.describedById,"aria-labelledby":_vm.labelledById}},[(_vm.$slots.header)?_c('div',{staticClass:"d-modal__header",attrs:{"id":_vm.labelledById,"data-qa":"dt-modal-title"}},[_vm._t("header")],2):_c('h2',{staticClass:"d-modal__header",attrs:{"id":_vm.labelledById,"data-qa":"dt-modal-title"}},[_vm._v(" "+_vm._s(_vm.title)+" ")]),(_vm.$slots.default)?_c('div',{class:[
|
|
14714
|
+
'd-modal__content',
|
|
14715
|
+
_vm.contentClass ],attrs:{"data-qa":"dt-modal-copy"}},[_vm._t("default")],2):_c('p',{class:[
|
|
14716
|
+
'd-modal__content',
|
|
14717
|
+
_vm.contentClass ],attrs:{"data-qa":"dt-modal-copy"}},[_vm._v(" "+_vm._s(_vm.copy)+" ")]),(_vm.hasFooterSlot)?_c('footer',{staticClass:"d-modal__footer"},[_vm._t("footer")],2):_vm._e(),(!_vm.hideClose)?_c('dt-button',_vm._b({staticClass:"d-modal__close",attrs:{"circle":"","size":"lg","importance":"clear","aria-label":_vm.closeButtonProps.ariaLabel},on:{"click":_vm.close},scopedSlots:_vm._u([{key:"icon",fn:function(){return [_c('dt-icon',{attrs:{"name":"close","size":"400"}})]},proxy:true}],null,false,1709155279)},'dt-button',_vm.closeButtonProps,false)):_vm._e(),(_vm.showVisuallyHiddenClose)?_c('sr-only-close-button',{attrs:{"visually-hidden-close-label":_vm.visuallyHiddenCloseLabel},on:{"close":_vm.close}}):_vm._e()],1)])],1)}
|
|
14718
|
+
var modalvue_type_template_id_e9bf0878_staticRenderFns = []
|
|
14715
14719
|
|
|
14716
14720
|
|
|
14717
14721
|
;// CONCATENATED MODULE: ./components/modal/modal_constants.js
|
|
@@ -14835,6 +14839,12 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
14835
14839
|
//
|
|
14836
14840
|
//
|
|
14837
14841
|
//
|
|
14842
|
+
//
|
|
14843
|
+
//
|
|
14844
|
+
//
|
|
14845
|
+
//
|
|
14846
|
+
//
|
|
14847
|
+
//
|
|
14838
14848
|
|
|
14839
14849
|
|
|
14840
14850
|
|
|
@@ -14966,6 +14976,16 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
14966
14976
|
default: ''
|
|
14967
14977
|
},
|
|
14968
14978
|
|
|
14979
|
+
/**
|
|
14980
|
+
* Additional class name for the content element within the modal.
|
|
14981
|
+
* Can accept String, Object, and Array, i.e. has the
|
|
14982
|
+
* same API as Vue's built-in handling of the class attribute.
|
|
14983
|
+
*/
|
|
14984
|
+
contentClass: {
|
|
14985
|
+
type: [String, Object, Array],
|
|
14986
|
+
default: ''
|
|
14987
|
+
},
|
|
14988
|
+
|
|
14969
14989
|
/**
|
|
14970
14990
|
* Additional class name for the banner element within the modal.
|
|
14971
14991
|
* Can accept String, Object, and Array, i.e. has the
|
|
@@ -15112,8 +15132,8 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
15112
15132
|
;
|
|
15113
15133
|
var modal_component = normalizeComponent(
|
|
15114
15134
|
modal_modalvue_type_script_lang_js_,
|
|
15115
|
-
|
|
15116
|
-
|
|
15135
|
+
modalvue_type_template_id_e9bf0878_render,
|
|
15136
|
+
modalvue_type_template_id_e9bf0878_staticRenderFns,
|
|
15117
15137
|
false,
|
|
15118
15138
|
null,
|
|
15119
15139
|
null,
|
|
@@ -18941,14 +18961,14 @@ var keyboard_shortcut_component = normalizeComponent(
|
|
|
18941
18961
|
;// CONCATENATED MODULE: ./components/keyboard_shortcut/index.js
|
|
18942
18962
|
|
|
18943
18963
|
|
|
18944
|
-
;// 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=
|
|
18945
|
-
var
|
|
18946
|
-
var
|
|
18964
|
+
;// 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=9bd6a578&
|
|
18965
|
+
var root_layoutvue_type_template_id_9bd6a578_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"root-layout d-d-flex d-fd-column d-h100vh"},[(_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)}
|
|
18966
|
+
var root_layoutvue_type_template_id_9bd6a578_staticRenderFns = []
|
|
18947
18967
|
|
|
18948
18968
|
|
|
18949
|
-
;// 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=
|
|
18950
|
-
var
|
|
18951
|
-
var
|
|
18969
|
+
;// 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&
|
|
18970
|
+
var root_layout_bodyvue_type_template_id_a07ea7ec_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:['root-layout__body', 'd-fl-grow1', _vm.bodyClasses],attrs:{"data-qa":"root-layout-body"}},[(_vm.$slots.sidebar)?_c('aside',{class:['root-layout__sidebar', _vm.sidebarClass],style:({ 'flex-basis': _vm.sidebarWidth }),attrs:{"data-qa":"root-layout-sidebar"}},[_vm._t("sidebar")],2):_vm._e(),(_vm.$slots.content)?_c('main',{class:['root-layout__content', _vm.contentClass],style:({ 'min-inline-size': _vm.contentWrapWidthPercent }),attrs:{"data-qa":"root-layout-content"}},[_vm._t("content")],2):_vm._e()])}
|
|
18971
|
+
var root_layout_bodyvue_type_template_id_a07ea7ec_staticRenderFns = []
|
|
18952
18972
|
|
|
18953
18973
|
|
|
18954
18974
|
;// CONCATENATED MODULE: ./components/root_layout/root_layout_constants.js
|
|
@@ -19069,8 +19089,8 @@ var root_layout_bodyvue_type_style_index_0_lang_less_ = __webpack_require__(125)
|
|
|
19069
19089
|
|
|
19070
19090
|
var root_layout_body_component = normalizeComponent(
|
|
19071
19091
|
root_layout_root_layout_bodyvue_type_script_lang_js_,
|
|
19072
|
-
|
|
19073
|
-
|
|
19092
|
+
root_layout_bodyvue_type_template_id_a07ea7ec_render,
|
|
19093
|
+
root_layout_bodyvue_type_template_id_a07ea7ec_staticRenderFns,
|
|
19074
19094
|
false,
|
|
19075
19095
|
null,
|
|
19076
19096
|
null,
|
|
@@ -19254,8 +19274,8 @@ var root_layoutvue_type_style_index_0_lang_less_ = __webpack_require__(426);
|
|
|
19254
19274
|
|
|
19255
19275
|
var root_layout_component = normalizeComponent(
|
|
19256
19276
|
root_layout_root_layoutvue_type_script_lang_js_,
|
|
19257
|
-
|
|
19258
|
-
|
|
19277
|
+
root_layoutvue_type_template_id_9bd6a578_render,
|
|
19278
|
+
root_layoutvue_type_template_id_9bd6a578_staticRenderFns,
|
|
19259
19279
|
false,
|
|
19260
19280
|
null,
|
|
19261
19281
|
null,
|
package/dist/dialtone-vue.umd.js
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
return /******/ (() => { // webpackBootstrap
|
|
12
12
|
/******/ var __webpack_modules__ = ({
|
|
13
13
|
|
|
14
|
-
/***/
|
|
14
|
+
/***/ 890:
|
|
15
15
|
/***/ ((module, __webpack_exports__, __webpack_require__) => {
|
|
16
16
|
|
|
17
17
|
"use strict";
|
|
@@ -546,7 +546,7 @@ module.exports = function (i) {
|
|
|
546
546
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
547
547
|
|
|
548
548
|
// load the styles
|
|
549
|
-
var content = __webpack_require__(
|
|
549
|
+
var content = __webpack_require__(890);
|
|
550
550
|
if(content.__esModule) content = content.default;
|
|
551
551
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
552
552
|
if(content.locals) module.exports = content.locals;
|
|
@@ -14710,8 +14710,8 @@ var input_group_component = normalizeComponent(
|
|
|
14710
14710
|
/* harmony default export */ const input_group_input_group = (input_group_component.exports);
|
|
14711
14711
|
;// CONCATENATED MODULE: ./components/input_group/index.js
|
|
14712
14712
|
|
|
14713
|
-
;// 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/modal/modal.vue?vue&type=template&id=
|
|
14714
|
-
var
|
|
14713
|
+
;// 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/modal/modal.vue?vue&type=template&id=e9bf0878&
|
|
14714
|
+
var modalvue_type_template_id_e9bf0878_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('dt-lazy-show',_vm._g({class:[
|
|
14715
14715
|
'd-modal',
|
|
14716
14716
|
_vm.MODAL_KIND_MODIFIERS[_vm.kind],
|
|
14717
14717
|
_vm.MODAL_SIZE_MODIFIERS[_vm.size],
|
|
@@ -14720,8 +14720,12 @@ var modalvue_type_template_id_4f197239_render = function () {var _vm=this;var _h
|
|
|
14720
14720
|
_vm.bannerClass ],attrs:{"data-qa":"dt-modal-banner"}},[_vm._t("banner",function(){return [_vm._v(" "+_vm._s(_vm.bannerTitle)+" ")]})],2):_vm._e(),_c('transition',{attrs:{"appear":"","name":"d-modal__dialog"}},[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.show),expression:"show"}],class:[
|
|
14721
14721
|
'd-modal__dialog',
|
|
14722
14722
|
{ 'd-modal__dialog--scrollable': _vm.fixedHeaderFooter },
|
|
14723
|
-
_vm.dialogClass ],attrs:{"role":"dialog","aria-modal":"true","aria-describedby":_vm.describedById,"aria-labelledby":_vm.labelledById}},[(_vm.$slots.header)?_c('div',{staticClass:"d-modal__header",attrs:{"id":_vm.labelledById,"data-qa":"dt-modal-title"}},[_vm._t("header")],2):_c('h2',{staticClass:"d-modal__header",attrs:{"id":_vm.labelledById,"data-qa":"dt-modal-title"}},[_vm._v(" "+_vm._s(_vm.title)+" ")]),(_vm.$slots.default)?_c('div',{
|
|
14724
|
-
|
|
14723
|
+
_vm.dialogClass ],attrs:{"role":"dialog","aria-modal":"true","aria-describedby":_vm.describedById,"aria-labelledby":_vm.labelledById}},[(_vm.$slots.header)?_c('div',{staticClass:"d-modal__header",attrs:{"id":_vm.labelledById,"data-qa":"dt-modal-title"}},[_vm._t("header")],2):_c('h2',{staticClass:"d-modal__header",attrs:{"id":_vm.labelledById,"data-qa":"dt-modal-title"}},[_vm._v(" "+_vm._s(_vm.title)+" ")]),(_vm.$slots.default)?_c('div',{class:[
|
|
14724
|
+
'd-modal__content',
|
|
14725
|
+
_vm.contentClass ],attrs:{"data-qa":"dt-modal-copy"}},[_vm._t("default")],2):_c('p',{class:[
|
|
14726
|
+
'd-modal__content',
|
|
14727
|
+
_vm.contentClass ],attrs:{"data-qa":"dt-modal-copy"}},[_vm._v(" "+_vm._s(_vm.copy)+" ")]),(_vm.hasFooterSlot)?_c('footer',{staticClass:"d-modal__footer"},[_vm._t("footer")],2):_vm._e(),(!_vm.hideClose)?_c('dt-button',_vm._b({staticClass:"d-modal__close",attrs:{"circle":"","size":"lg","importance":"clear","aria-label":_vm.closeButtonProps.ariaLabel},on:{"click":_vm.close},scopedSlots:_vm._u([{key:"icon",fn:function(){return [_c('dt-icon',{attrs:{"name":"close","size":"400"}})]},proxy:true}],null,false,1709155279)},'dt-button',_vm.closeButtonProps,false)):_vm._e(),(_vm.showVisuallyHiddenClose)?_c('sr-only-close-button',{attrs:{"visually-hidden-close-label":_vm.visuallyHiddenCloseLabel},on:{"close":_vm.close}}):_vm._e()],1)])],1)}
|
|
14728
|
+
var modalvue_type_template_id_e9bf0878_staticRenderFns = []
|
|
14725
14729
|
|
|
14726
14730
|
|
|
14727
14731
|
;// CONCATENATED MODULE: ./components/modal/modal_constants.js
|
|
@@ -14845,6 +14849,12 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
14845
14849
|
//
|
|
14846
14850
|
//
|
|
14847
14851
|
//
|
|
14852
|
+
//
|
|
14853
|
+
//
|
|
14854
|
+
//
|
|
14855
|
+
//
|
|
14856
|
+
//
|
|
14857
|
+
//
|
|
14848
14858
|
|
|
14849
14859
|
|
|
14850
14860
|
|
|
@@ -14976,6 +14986,16 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
14976
14986
|
default: ''
|
|
14977
14987
|
},
|
|
14978
14988
|
|
|
14989
|
+
/**
|
|
14990
|
+
* Additional class name for the content element within the modal.
|
|
14991
|
+
* Can accept String, Object, and Array, i.e. has the
|
|
14992
|
+
* same API as Vue's built-in handling of the class attribute.
|
|
14993
|
+
*/
|
|
14994
|
+
contentClass: {
|
|
14995
|
+
type: [String, Object, Array],
|
|
14996
|
+
default: ''
|
|
14997
|
+
},
|
|
14998
|
+
|
|
14979
14999
|
/**
|
|
14980
15000
|
* Additional class name for the banner element within the modal.
|
|
14981
15001
|
* Can accept String, Object, and Array, i.e. has the
|
|
@@ -15122,8 +15142,8 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
15122
15142
|
;
|
|
15123
15143
|
var modal_component = normalizeComponent(
|
|
15124
15144
|
modal_modalvue_type_script_lang_js_,
|
|
15125
|
-
|
|
15126
|
-
|
|
15145
|
+
modalvue_type_template_id_e9bf0878_render,
|
|
15146
|
+
modalvue_type_template_id_e9bf0878_staticRenderFns,
|
|
15127
15147
|
false,
|
|
15128
15148
|
null,
|
|
15129
15149
|
null,
|
|
@@ -18951,14 +18971,14 @@ var keyboard_shortcut_component = normalizeComponent(
|
|
|
18951
18971
|
;// CONCATENATED MODULE: ./components/keyboard_shortcut/index.js
|
|
18952
18972
|
|
|
18953
18973
|
|
|
18954
|
-
;// 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=
|
|
18955
|
-
var
|
|
18956
|
-
var
|
|
18974
|
+
;// 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=9bd6a578&
|
|
18975
|
+
var root_layoutvue_type_template_id_9bd6a578_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"root-layout d-d-flex d-fd-column d-h100vh"},[(_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)}
|
|
18976
|
+
var root_layoutvue_type_template_id_9bd6a578_staticRenderFns = []
|
|
18957
18977
|
|
|
18958
18978
|
|
|
18959
|
-
;// 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=
|
|
18960
|
-
var
|
|
18961
|
-
var
|
|
18979
|
+
;// 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&
|
|
18980
|
+
var root_layout_bodyvue_type_template_id_a07ea7ec_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:['root-layout__body', 'd-fl-grow1', _vm.bodyClasses],attrs:{"data-qa":"root-layout-body"}},[(_vm.$slots.sidebar)?_c('aside',{class:['root-layout__sidebar', _vm.sidebarClass],style:({ 'flex-basis': _vm.sidebarWidth }),attrs:{"data-qa":"root-layout-sidebar"}},[_vm._t("sidebar")],2):_vm._e(),(_vm.$slots.content)?_c('main',{class:['root-layout__content', _vm.contentClass],style:({ 'min-inline-size': _vm.contentWrapWidthPercent }),attrs:{"data-qa":"root-layout-content"}},[_vm._t("content")],2):_vm._e()])}
|
|
18981
|
+
var root_layout_bodyvue_type_template_id_a07ea7ec_staticRenderFns = []
|
|
18962
18982
|
|
|
18963
18983
|
|
|
18964
18984
|
;// CONCATENATED MODULE: ./components/root_layout/root_layout_constants.js
|
|
@@ -19079,8 +19099,8 @@ var root_layout_bodyvue_type_style_index_0_lang_less_ = __webpack_require__(75);
|
|
|
19079
19099
|
|
|
19080
19100
|
var root_layout_body_component = normalizeComponent(
|
|
19081
19101
|
root_layout_root_layout_bodyvue_type_script_lang_js_,
|
|
19082
|
-
|
|
19083
|
-
|
|
19102
|
+
root_layout_bodyvue_type_template_id_a07ea7ec_render,
|
|
19103
|
+
root_layout_bodyvue_type_template_id_a07ea7ec_staticRenderFns,
|
|
19084
19104
|
false,
|
|
19085
19105
|
null,
|
|
19086
19106
|
null,
|
|
@@ -19264,8 +19284,8 @@ var root_layoutvue_type_style_index_0_lang_less_ = __webpack_require__(253);
|
|
|
19264
19284
|
|
|
19265
19285
|
var root_layout_component = normalizeComponent(
|
|
19266
19286
|
root_layout_root_layoutvue_type_script_lang_js_,
|
|
19267
|
-
|
|
19268
|
-
|
|
19287
|
+
root_layoutvue_type_template_id_9bd6a578_render,
|
|
19288
|
+
root_layoutvue_type_template_id_9bd6a578_staticRenderFns,
|
|
19269
19289
|
false,
|
|
19270
19290
|
null,
|
|
19271
19291
|
null,
|