@dialpad/dialtone-vue 2.56.0 → 2.57.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.
@@ -268,7 +268,7 @@ __webpack_require__.r(__webpack_exports__);
268
268
 
269
269
  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()));
270
270
  // Module
271
- ___CSS_LOADER_EXPORT___.push([module.id, ".root-layout__body{display:flex;flex-wrap:wrap;gap:0}.root-layout__body--invert{flex-direction:row-reverse}.root-layout__sidebar{flex-grow:1}.root-layout__content{flex-basis:0;flex-grow:999;overflow-y:auto}", ""]);
271
+ ___CSS_LOADER_EXPORT___.push([module.id, ".root-layout__body{display:flex;flex-wrap:wrap;gap:0}.root-layout__body--invert{flex-direction:row-reverse}.root-layout__sidebar{flex-grow:1}.root-layout__content{flex-basis:0;flex-grow:999}", ""]);
272
272
  // Exports
273
273
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
274
274
 
@@ -1562,7 +1562,7 @@ var update = add("63ce6251", content, true, {"sourceMap":false,"shadowMode":fals
1562
1562
 
1563
1563
  /***/ }),
1564
1564
 
1565
- /***/ 422:
1565
+ /***/ 329:
1566
1566
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1567
1567
 
1568
1568
  // style-loader: Adds some css to the DOM by adding a <style> tag
@@ -3127,7 +3127,7 @@ const AVATAR_GROUP_VALIDATOR = group => group > 1;
3127
3127
  ;// CONCATENATED MODULE: ./components/avatar/avatar.vue?vue&type=script&lang=js&
3128
3128
  /* harmony default export */ const avatar_avatarvue_type_script_lang_js_ = (avatarvue_type_script_lang_js_);
3129
3129
  // EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-72[0].rules[0].use[0]!./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-72[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-72[0].rules[0].use[2]!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-72[0].rules[0].use[3]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-72[0].rules[0].use[4]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/avatar/avatar.vue?vue&type=style&index=0&lang=less&
3130
- var avatarvue_type_style_index_0_lang_less_ = __webpack_require__(422);
3130
+ var avatarvue_type_style_index_0_lang_less_ = __webpack_require__(329);
3131
3131
  ;// CONCATENATED MODULE: ./components/avatar/avatar.vue?vue&type=style&index=0&lang=less&
3132
3132
 
3133
3133
  ;// CONCATENATED MODULE: ./components/avatar/avatar.vue
@@ -3176,12 +3176,15 @@ const BADGE_KIND_MODIFIERS = {
3176
3176
  label: '',
3177
3177
  count: 'd-badge--count'
3178
3178
  };
3179
- ;// 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=0c7462d0&
3180
- var iconvue_type_template_id_0c7462d0_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c(_vm.currentIcon,{tag:"component",class:_vm.iconSize,attrs:{"data-qa":"dt-icon","aria-hidden":_vm.ariaLabel ? 'false' : 'true',"aria-label":_vm.ariaLabel}})}
3181
- var iconvue_type_template_id_0c7462d0_staticRenderFns = []
3179
+ ;// 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=7bf3355d&
3180
+ var iconvue_type_template_id_7bf3355d_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c(_vm.currentIcon,{tag:"component",class:_vm.iconSize,attrs:{"data-qa":"dt-icon","aria-hidden":_vm.ariaLabel ? 'false' : 'true',"aria-label":_vm.ariaLabel}})}
3181
+ var iconvue_type_template_id_7bf3355d_staticRenderFns = []
3182
3182
 
3183
3183
 
3184
+ ;// CONCATENATED MODULE: external "@dialpad/dialtone-icons"
3185
+ const dialtone_icons_namespaceObject = require("@dialpad/dialtone-icons");
3184
3186
  ;// CONCATENATED MODULE: ./components/icon/icon_constants.js
3187
+
3185
3188
  const ICON_SIZE_MODIFIERS = {
3186
3189
  100: 'd-icon--size-100',
3187
3190
  200: 'd-icon--size-200',
@@ -3192,11 +3195,11 @@ const ICON_SIZE_MODIFIERS = {
3192
3195
  700: 'd-icon--size-700',
3193
3196
  800: 'd-icon--size-800'
3194
3197
  };
3198
+ const DIALTONE_ICONS = dialtone_icons_namespaceObject;
3195
3199
  /* harmony default export */ const icon_constants = ({
3196
- ICON_SIZE_MODIFIERS
3200
+ ICON_SIZE_MODIFIERS,
3201
+ DIALTONE_ICONS
3197
3202
  });
3198
- ;// CONCATENATED MODULE: external "@dialpad/dialtone-icons"
3199
- const dialtone_icons_namespaceObject = require("@dialpad/dialtone-icons");
3200
3203
  ;// 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&
3201
3204
  //
3202
3205
  //
@@ -3210,7 +3213,6 @@ const dialtone_icons_namespaceObject = require("@dialpad/dialtone-icons");
3210
3213
  //
3211
3214
 
3212
3215
 
3213
-
3214
3216
  /**
3215
3217
  * The Icon component provides a set of glyphs and sizes to provide context your application.
3216
3218
  * @see https://dialpad.design/components/icon.html
@@ -3245,13 +3247,6 @@ const dialtone_icons_namespaceObject = require("@dialpad/dialtone-icons");
3245
3247
  default: undefined
3246
3248
  }
3247
3249
  },
3248
-
3249
- data() {
3250
- return {
3251
- dialtoneIcons: dialtone_icons_namespaceObject
3252
- };
3253
- },
3254
-
3255
3250
  computed: {
3256
3251
  iconSize() {
3257
3252
  return ICON_SIZE_MODIFIERS[this.size];
@@ -3262,7 +3257,7 @@ const dialtone_icons_namespaceObject = require("@dialpad/dialtone-icons");
3262
3257
  },
3263
3258
 
3264
3259
  currentIcon() {
3265
- return this.dialtoneIcons[this.iconName];
3260
+ return DIALTONE_ICONS[this.iconName];
3266
3261
  }
3267
3262
 
3268
3263
  }
@@ -3279,8 +3274,8 @@ const dialtone_icons_namespaceObject = require("@dialpad/dialtone-icons");
3279
3274
  ;
3280
3275
  var icon_component = normalizeComponent(
3281
3276
  icon_iconvue_type_script_lang_js_,
3282
- iconvue_type_template_id_0c7462d0_render,
3283
- iconvue_type_template_id_0c7462d0_staticRenderFns,
3277
+ iconvue_type_template_id_7bf3355d_render,
3278
+ iconvue_type_template_id_7bf3355d_staticRenderFns,
3284
3279
  false,
3285
3280
  null,
3286
3281
  null,
@@ -5620,13 +5615,13 @@ var combobox_loading_listvue_type_template_id_07d9971d_render = function () {var
5620
5615
  var combobox_loading_listvue_type_template_id_07d9971d_staticRenderFns = []
5621
5616
 
5622
5617
 
5623
- ;// 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/list_item/list_item.vue?vue&type=template&id=344ae1a2&
5624
- var list_itemvue_type_template_id_344ae1a2_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c(_vm.elementType,_vm._g({tag:"component",class:['dt-list-item d-ls-none', {
5618
+ ;// 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/list_item/list_item.vue?vue&type=template&id=b658c946&
5619
+ var list_itemvue_type_template_id_b658c946_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c(_vm.elementType,_vm._g({tag:"component",class:['dt-list-item d-ls-none', {
5625
5620
  'dt-list-item--focusable': _vm.isFocusable,
5626
5621
  'dt-list-item--highlighted': _vm.isHighlighted,
5627
5622
  'dt-list-item--static': !_vm.isHoverable,
5628
- }],attrs:{"id":_vm.id,"tabindex":_vm.isFocusable ? 0 : -1,"role":_vm.role,"aria-selected":_vm.isHighlighted}},_vm.listItemListeners),[(_vm.listItemType)?_c(_vm.listItemType,{tag:"component",scopedSlots:_vm._u([_vm._l((_vm.$slots),function(_,slotName){return {key:slotName,fn:function(){return [_vm._t(slotName)]},proxy:true}})],null,true)}):_vm._t("default")],2)}
5629
- var list_itemvue_type_template_id_344ae1a2_staticRenderFns = []
5623
+ }],attrs:{"id":_vm.id,"tabindex":_vm.isFocusable ? 0 : -1,"role":_vm.role,"aria-selected":_vm.isHighlighted}},_vm.listItemListeners),[(_vm.listItemType)?_c(_vm.listItemType,{tag:"component",scopedSlots:_vm._u([_vm._l((_vm.$slots),function(_,slotName){return {key:slotName,fn:function(){return [_vm._t(slotName)]},proxy:true}}),(_vm.selected)?{key:"selected",fn:function(){return [_c('dt-icon',{staticClass:"d-ml8",attrs:{"name":"check","size":"400"}})]},proxy:true}:null],null,true)}):_vm._t("default")],2)}
5624
+ var list_itemvue_type_template_id_b658c946_staticRenderFns = []
5630
5625
 
5631
5626
 
5632
5627
  ;// CONCATENATED MODULE: ./components/list_item/list_item_constants.js
@@ -5643,9 +5638,9 @@ const LIST_ITEM_NAVIGATION_TYPES = {
5643
5638
  LIST_ITEM_TYPES,
5644
5639
  LIST_ITEM_NAVIGATION_TYPES
5645
5640
  });
5646
- ;// 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/list_item/default_list_item.vue?vue&type=template&id=19664905&
5647
- var default_list_itemvue_type_template_id_19664905_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"dt-default-list-item d-fs-200 d-lh-300 d-py4 d-px8 d-d-flex d-ai-center"},[(_vm.$slots.left)?_c('section',{staticClass:"dt-default-list-item--left d-d-inline-flex d-as-flex-start d-d-flex d-ai-center d-pr8",attrs:{"data-qa":"dt-default-list-item-left-wrapper"}},[_vm._t("left")],2):_vm._e(),_c('section',{staticClass:"d-fl-grow1 d-of-hidden"},[(_vm.$slots.default)?_c('div',[_vm._t("default")],2):_vm._e(),(_vm.$slots.subtitle)?_c('div',{class:['d-fs-100 d-fc-black-600', { 'd-mtn2': _vm.$slots.default }],attrs:{"data-qa":"dt-default-list-item-subtitle-wrapper"}},[_vm._t("subtitle")],2):_vm._e(),(_vm.$slots.bottom)?_c('div',{staticClass:"d-mt2",attrs:{"data-qa":"dt-default-list-item-bottom-wrapper"}},[_vm._t("bottom")],2):_vm._e()]),(_vm.$slots.right)?_c('section',{staticClass:"dt-default-list-item--right d-d-inline-flex d-as-flex-start d-d-flex d-ai-center d-pl8",attrs:{"data-qa":"dt-default-list-item-right-wrapper"}},[_vm._t("right")],2):_vm._e()])}
5648
- var default_list_itemvue_type_template_id_19664905_staticRenderFns = []
5641
+ ;// 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/list_item/default_list_item.vue?vue&type=template&id=2e45cfbd&
5642
+ var default_list_itemvue_type_template_id_2e45cfbd_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"dt-default-list-item d-fs-200 d-lh-300 d-py4 d-px8 d-d-flex d-ai-center"},[(_vm.$slots.left)?_c('section',{staticClass:"dt-default-list-item--left d-d-inline-flex d-as-flex-start d-d-flex d-ai-center d-pr8",attrs:{"data-qa":"dt-default-list-item-left-wrapper"}},[_vm._t("left")],2):_vm._e(),_c('section',{staticClass:"d-fl-grow1 d-of-hidden"},[(_vm.$slots.default)?_c('div',[_vm._t("default")],2):_vm._e(),(_vm.$slots.subtitle)?_c('div',{class:['d-fs-100 d-fc-black-600', { 'd-mtn2': _vm.$slots.default }],attrs:{"data-qa":"dt-default-list-item-subtitle-wrapper"}},[_vm._t("subtitle")],2):_vm._e(),(_vm.$slots.bottom)?_c('div',{staticClass:"d-mt2",attrs:{"data-qa":"dt-default-list-item-bottom-wrapper"}},[_vm._t("bottom")],2):_vm._e()]),(_vm.$slots.right)?_c('section',{staticClass:"dt-default-list-item--right d-d-inline-flex d-as-flex-start d-d-flex d-ai-center d-pl8",attrs:{"data-qa":"dt-default-list-item-right-wrapper"}},[_vm._t("right")],2):_vm._e(),_vm._t("selected")],2)}
5643
+ var default_list_itemvue_type_template_id_2e45cfbd_staticRenderFns = []
5649
5644
 
5650
5645
 
5651
5646
  ;// 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/list_item/default_list_item.vue?vue&type=script&lang=js&
@@ -5692,6 +5687,7 @@ var default_list_itemvue_type_template_id_19664905_staticRenderFns = []
5692
5687
  //
5693
5688
  //
5694
5689
  //
5690
+ //
5695
5691
  /* harmony default export */ const default_list_itemvue_type_script_lang_js_ = ({
5696
5692
  name: 'DefaultListItem'
5697
5693
  });
@@ -5712,8 +5708,8 @@ var default_list_itemvue_type_style_index_0_lang_less_ = __webpack_require__(737
5712
5708
 
5713
5709
  var default_list_item_component = normalizeComponent(
5714
5710
  list_item_default_list_itemvue_type_script_lang_js_,
5715
- default_list_itemvue_type_template_id_19664905_render,
5716
- default_list_itemvue_type_template_id_19664905_staticRenderFns,
5711
+ default_list_itemvue_type_template_id_2e45cfbd_render,
5712
+ default_list_itemvue_type_template_id_2e45cfbd_staticRenderFns,
5717
5713
  false,
5718
5714
  null,
5719
5715
  null,
@@ -5755,6 +5751,17 @@ var default_list_item_component = normalizeComponent(
5755
5751
  //
5756
5752
  //
5757
5753
  //
5754
+ //
5755
+ //
5756
+ //
5757
+ //
5758
+ //
5759
+ //
5760
+ //
5761
+ //
5762
+ //
5763
+ //
5764
+
5758
5765
 
5759
5766
 
5760
5767
 
@@ -5766,7 +5773,8 @@ var default_list_item_component = normalizeComponent(
5766
5773
  /* harmony default export */ const list_itemvue_type_script_lang_js_ = ({
5767
5774
  name: 'ListItem',
5768
5775
  components: {
5769
- DtDefaultListItem: default_list_item
5776
+ DtDefaultListItem: default_list_item,
5777
+ DtIcon: icon
5770
5778
  },
5771
5779
 
5772
5780
  /**
@@ -5827,6 +5835,14 @@ var default_list_item_component = normalizeComponent(
5827
5835
  type: String,
5828
5836
  default: LIST_ITEM_NAVIGATION_TYPES.NONE,
5829
5837
  validator: t => Object.values(LIST_ITEM_NAVIGATION_TYPES).includes(t)
5838
+ },
5839
+
5840
+ /**
5841
+ * Applies selected styles to the list item
5842
+ */
5843
+ selected: {
5844
+ type: Boolean,
5845
+ default: false
5830
5846
  }
5831
5847
  },
5832
5848
  emits: [
@@ -5954,8 +5970,8 @@ var list_itemvue_type_style_index_0_lang_less_ = __webpack_require__(285);
5954
5970
 
5955
5971
  var list_item_component = normalizeComponent(
5956
5972
  list_item_list_itemvue_type_script_lang_js_,
5957
- list_itemvue_type_template_id_344ae1a2_render,
5958
- list_itemvue_type_template_id_344ae1a2_staticRenderFns,
5973
+ list_itemvue_type_template_id_b658c946_render,
5974
+ list_itemvue_type_template_id_b658c946_staticRenderFns,
5959
5975
  false,
5960
5976
  null,
5961
5977
  null,
@@ -7474,9 +7490,9 @@ var collapsiblevue_type_template_id_280f6c34_render = function () {var _vm=this;
7474
7490
  var collapsiblevue_type_template_id_280f6c34_staticRenderFns = []
7475
7491
 
7476
7492
 
7477
- ;// 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/collapsible/collapsible_lazy_show.vue?vue&type=template&id=7a3b1f44&
7478
- var collapsible_lazy_showvue_type_template_id_7a3b1f44_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('transition',_vm._g({attrs:{"appear":_vm.appear,"enter-active-class":"enter-active","leave-active-class":"leave-active"},on:{"before-enter":_vm.beforeEnter,"enter":_vm.enter,"after-enter":_vm.afterEnter,"before-leave":_vm.beforeLeave,"leave":_vm.leave,"after-leave":_vm.afterLeave}},_vm.$listeners),[_c(_vm.elementType,_vm._g({directives:[{name:"show",rawName:"v-show",value:(_vm.show),expression:"show"}],tag:"component"},_vm.$listeners),[(_vm.initialized)?_vm._t("default"):_vm._e()],2)],1)}
7479
- var collapsible_lazy_showvue_type_template_id_7a3b1f44_staticRenderFns = []
7493
+ ;// 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/collapsible/collapsible_lazy_show.vue?vue&type=template&id=3ceeeccc&
7494
+ var collapsible_lazy_showvue_type_template_id_3ceeeccc_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('transition',_vm._g({attrs:{"appear":_vm.appear,"enter-active-class":"enter-active","leave-active-class":"leave-active","css":_vm.isCSSEnabled},on:{"before-enter":_vm.beforeEnter,"enter":_vm.enter,"after-enter":_vm.afterEnter,"before-leave":_vm.beforeLeave,"leave":_vm.leave,"after-leave":_vm.afterLeave}},_vm.$listeners),[_c(_vm.elementType,_vm._g({directives:[{name:"show",rawName:"v-show",value:(_vm.show),expression:"show"}],tag:"component"},_vm.$listeners),[(_vm.initialized)?_vm._t("default"):_vm._e()],2)],1)}
7495
+ var collapsible_lazy_showvue_type_template_id_3ceeeccc_staticRenderFns = []
7480
7496
 
7481
7497
 
7482
7498
  ;// 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/collapsible/collapsible_lazy_show.vue?vue&type=script&lang=js&
@@ -7505,6 +7521,7 @@ var collapsible_lazy_showvue_type_template_id_7a3b1f44_staticRenderFns = []
7505
7521
  //
7506
7522
  //
7507
7523
  //
7524
+ //
7508
7525
  /* harmony default export */ const collapsible_lazy_showvue_type_script_lang_js_ = ({
7509
7526
  name: 'DtCollapsibleLazyShow',
7510
7527
 
@@ -7546,6 +7563,22 @@ var collapsible_lazy_showvue_type_template_id_7a3b1f44_staticRenderFns = []
7546
7563
  };
7547
7564
  },
7548
7565
 
7566
+ /******************
7567
+ * COMPUTED *
7568
+ ******************/
7569
+ computed: {
7570
+ /**
7571
+ * Set the css property to false when running tests only.
7572
+ * Refer to: https://vuejs.org/guide/built-ins/transition.html#javascript-hooks for details about
7573
+ * transition `css` property
7574
+ * @returns {boolean}
7575
+ */
7576
+ isCSSEnabled() {
7577
+ return "production" !== 'test';
7578
+ }
7579
+
7580
+ },
7581
+
7549
7582
  /******************
7550
7583
  * WATCH *
7551
7584
  ******************/
@@ -7635,8 +7668,8 @@ var collapsible_lazy_showvue_type_style_index_0_lang_css_ = __webpack_require__(
7635
7668
 
7636
7669
  var collapsible_lazy_show_component = normalizeComponent(
7637
7670
  collapsible_collapsible_lazy_showvue_type_script_lang_js_,
7638
- collapsible_lazy_showvue_type_template_id_7a3b1f44_render,
7639
- collapsible_lazy_showvue_type_template_id_7a3b1f44_staticRenderFns,
7671
+ collapsible_lazy_showvue_type_template_id_3ceeeccc_render,
7672
+ collapsible_lazy_showvue_type_template_id_3ceeeccc_staticRenderFns,
7640
7673
  false,
7641
7674
  null,
7642
7675
  null,
@@ -7645,9 +7678,9 @@ var collapsible_lazy_show_component = normalizeComponent(
7645
7678
  )
7646
7679
 
7647
7680
  /* harmony default export */ const collapsible_lazy_show = (collapsible_lazy_show_component.exports);
7648
- ;// 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/lazy_show/lazy_show.vue?vue&type=template&id=68041c9d&
7649
- var lazy_showvue_type_template_id_68041c9d_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('transition',_vm._g({attrs:{"name":_vm.transition,"appear":_vm.appear}},_vm.$listeners),[_c('div',_vm._g({directives:[{name:"show",rawName:"v-show",value:(_vm.show),expression:"show"}]},_vm.$listeners),[(_vm.initialized)?_vm._t("default"):_vm._e()],2)])}
7650
- var lazy_showvue_type_template_id_68041c9d_staticRenderFns = []
7681
+ ;// 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/lazy_show/lazy_show.vue?vue&type=template&id=25070b78&
7682
+ var lazy_showvue_type_template_id_25070b78_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('transition',_vm._g({attrs:{"name":_vm.transition,"appear":_vm.appear,"css":_vm.isCSSEnabled}},_vm.$listeners),[_c('div',_vm._g({directives:[{name:"show",rawName:"v-show",value:(_vm.show),expression:"show"}]},_vm.$listeners),[(_vm.initialized)?_vm._t("default"):_vm._e()],2)])}
7683
+ var lazy_showvue_type_template_id_25070b78_staticRenderFns = []
7651
7684
 
7652
7685
 
7653
7686
  ;// 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/lazy_show/lazy_show.vue?vue&type=script&lang=js&
@@ -7668,6 +7701,7 @@ var lazy_showvue_type_template_id_68041c9d_staticRenderFns = []
7668
7701
  //
7669
7702
  //
7670
7703
  //
7704
+ //
7671
7705
 
7672
7706
  /**
7673
7707
  * Lazy Show is a utility component that prevents its children from being rendered until the first time it is shown.
@@ -7716,6 +7750,19 @@ var lazy_showvue_type_template_id_68041c9d_staticRenderFns = []
7716
7750
  };
7717
7751
  },
7718
7752
 
7753
+ computed: {
7754
+ /**
7755
+ * Set the css property to false when running tests only.
7756
+ * Refer to: https://vuejs.org/guide/built-ins/transition.html#javascript-hooks for details about
7757
+ * transition `css` property
7758
+ * @returns {boolean}
7759
+ */
7760
+ isCSSEnabled() {
7761
+ return "production" !== 'test';
7762
+ }
7763
+
7764
+ },
7765
+
7719
7766
  /******************
7720
7767
  * WATCH *
7721
7768
  ******************/
@@ -7738,8 +7785,8 @@ var lazy_showvue_type_template_id_68041c9d_staticRenderFns = []
7738
7785
  ;
7739
7786
  var lazy_show_component = normalizeComponent(
7740
7787
  lazy_show_lazy_showvue_type_script_lang_js_,
7741
- lazy_showvue_type_template_id_68041c9d_render,
7742
- lazy_showvue_type_template_id_68041c9d_staticRenderFns,
7788
+ lazy_showvue_type_template_id_25070b78_render,
7789
+ lazy_showvue_type_template_id_25070b78_staticRenderFns,
7743
7790
  false,
7744
7791
  null,
7745
7792
  null,
@@ -20250,9 +20297,9 @@ var root_layoutvue_type_template_id_29e484da_render = function () {var _vm=this;
20250
20297
  var root_layoutvue_type_template_id_29e484da_staticRenderFns = []
20251
20298
 
20252
20299
 
20253
- ;// 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=d8938174&
20254
- var root_layout_bodyvue_type_template_id_d8938174_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"root-layout-body",class:['root-layout__body', 'd-fl-grow1', _vm.bodyClasses],attrs:{"data-qa":"root-layout-body"}},[(_vm.$slots.sidebar)?_c('aside',{ref:"root-layout-sidebar",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',{ref:"root-layout-content",class:['root-layout__content', _vm.contentClass],style:({ 'min-inline-size': _vm.contentWrapWidthPercent, 'height': _vm.mainHeight }),attrs:{"data-qa":"root-layout-content"}},[_vm._t("content")],2):_vm._e()])}
20255
- var root_layout_bodyvue_type_template_id_d8938174_staticRenderFns = []
20300
+ ;// 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=031febe5&
20301
+ var root_layout_bodyvue_type_template_id_031febe5_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"root-layout-body",class:['root-layout__body', { 'd-of-y-auto': _vm.isInMobileMode }, 'd-fl-grow1', _vm.bodyClasses],style:({ 'height': _vm.isInMobileMode ? _vm.mainHeight : null }),attrs:{"data-qa":"root-layout-body"}},[(_vm.$slots.sidebar)?_c('aside',{ref:"root-layout-sidebar",class:['root-layout__sidebar', { 'd-of-y-auto': !_vm.isInMobileMode }, _vm.sidebarClass],style:({ 'flex-basis': _vm.sidebarWidth, 'height': !_vm.isInMobileMode ? _vm.mainHeight : null }),attrs:{"data-qa":"root-layout-sidebar"}},[_vm._t("sidebar")],2):_vm._e(),(_vm.$slots.content)?_c('main',{ref:"root-layout-content",class:['root-layout__content', { 'd-of-y-auto': !_vm.isInMobileMode }, _vm.contentClass],style:({ 'min-inline-size': _vm.contentWrapWidthPercent, 'height': !_vm.isInMobileMode ? _vm.mainHeight : null }),attrs:{"data-qa":"root-layout-content","tabindex":"0"}},[_vm._t("content")],2):_vm._e()])}
20302
+ var root_layout_bodyvue_type_template_id_031febe5_staticRenderFns = []
20256
20303
 
20257
20304
 
20258
20305
  ;// CONCATENATED MODULE: ./components/root_layout/root_layout_constants.js
@@ -20293,6 +20340,8 @@ const ROOT_LAYOUT_SIDEBAR_POSITIONS = {
20293
20340
  //
20294
20341
  //
20295
20342
  //
20343
+ //
20344
+ //
20296
20345
 
20297
20346
  /* harmony default export */ const root_layout_bodyvue_type_script_lang_js_ = ({
20298
20347
  name: 'DtRootLayoutBody',
@@ -20380,21 +20429,19 @@ const ROOT_LAYOUT_SIDEBAR_POSITIONS = {
20380
20429
 
20381
20430
  mainHeight() {
20382
20431
  if (this.fixed) {
20383
- return `calc(${this.documentHeight}
20384
- - (${this.headerHeight} + ${this.extraSidebarHeight} + ${this.footerHeight}))`;
20432
+ return `calc(${this.documentHeight} - (${this.headerHeight} + ${this.footerHeight}))`;
20385
20433
  }
20386
20434
 
20387
20435
  return null;
20388
20436
  },
20389
20437
 
20390
- // When the sidebar is above the header due to contentWrapWidthPercent, it needs to be excluded
20391
- // in the main content height calculation. Otherwise it is 0 since it is at equal height with the main content.
20392
- extraSidebarHeight() {
20438
+ // When the sidebar is above the header due to contentWrapWidthPercent it is considered to be in mobile mode.
20439
+ isInMobileMode() {
20393
20440
  if (this.contentTop > this.sidebarTop) {
20394
- return this.$refs['root-layout-sidebar'].offsetHeight + 'px';
20441
+ return true;
20395
20442
  }
20396
20443
 
20397
- return '0px';
20444
+ return false;
20398
20445
  }
20399
20446
 
20400
20447
  },
@@ -20416,8 +20463,10 @@ const ROOT_LAYOUT_SIDEBAR_POSITIONS = {
20416
20463
  },
20417
20464
 
20418
20465
  getElementTops() {
20419
- this.sidebarTop = this.$refs['root-layout-sidebar'].offsetTop;
20420
- this.contentTop = this.$refs['root-layout-content'].offsetTop;
20466
+ var _this$$refs$rootLayo, _this$$refs$rootLayo2;
20467
+
20468
+ this.sidebarTop = (_this$$refs$rootLayo = this.$refs['root-layout-sidebar']) === null || _this$$refs$rootLayo === void 0 ? void 0 : _this$$refs$rootLayo.offsetTop;
20469
+ this.contentTop = (_this$$refs$rootLayo2 = this.$refs['root-layout-content']) === null || _this$$refs$rootLayo2 === void 0 ? void 0 : _this$$refs$rootLayo2.offsetTop;
20421
20470
  },
20422
20471
 
20423
20472
  getDocumentHeight() {
@@ -20443,8 +20492,8 @@ var root_layout_bodyvue_type_style_index_0_lang_less_ = __webpack_require__(75);
20443
20492
 
20444
20493
  var root_layout_body_component = normalizeComponent(
20445
20494
  root_layout_root_layout_bodyvue_type_script_lang_js_,
20446
- root_layout_bodyvue_type_template_id_d8938174_render,
20447
- root_layout_bodyvue_type_template_id_d8938174_staticRenderFns,
20495
+ root_layout_bodyvue_type_template_id_031febe5_render,
20496
+ root_layout_bodyvue_type_template_id_031febe5_staticRenderFns,
20448
20497
  false,
20449
20498
  null,
20450
20499
  null,