@carbon/vue 2.13.0 → 2.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.14.0-canary.x (Sept 20, 2019)
4
+
5
+ ### Feat
6
+
7
+ - Add optional customisable labels/text where they previously were fixed.
8
+
3
9
  ## 2.13.0 (Sept 20, 2019)
4
10
 
5
11
  ### Feat
@@ -178,14 +178,14 @@ var component = Object(componentNormalizer["a" /* default */])(
178
178
  "use strict";
179
179
  __webpack_require__.r(__webpack_exports__);
180
180
 
181
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ffa86c54-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/cv-date-picker/cv-date-picker.vue?vue&type=template&id=10258afc&
181
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ffa86c54-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/cv-date-picker/cv-date-picker.vue?vue&type=template&id=01f2a7be&
182
182
  var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('cv-wrapper',{staticClass:"cv-date-picker bx--form-item",attrs:{"tag-type":_vm.formItem ? 'div' : ''}},[_c('div',{ref:"date-picker",staticClass:"bx--date-picker",class:[_vm.kindClasses, { 'bx--date-picker--light': _vm.theme === 'light', 'cv-date-pciker': !_vm.formItem }],attrs:{"data-date-picker":['single', 'range'].includes(_vm.kind),"data-date-picker-type":_vm.kind}},[_c('div',{class:{
183
183
  'bx--date-picker-container': ['single', 'range'].includes(_vm.kind),
184
- },on:{"change":_vm.onSimpleChange}},[_c('label',{staticClass:"bx--label",attrs:{"for":(_vm.uid + "-input-1")}},[_vm._v(_vm._s(_vm.getDateLabel))]),_c('div',{staticClass:"bx--date-picker-input__wrapper"},[_c('input',{ref:"date",staticClass:"bx--date-picker__input",attrs:{"data-invalid":_vm.isInvalid,"type":"text","id":(_vm.uid + "-input-1"),"pattern":_vm.pattern,"placeholder":_vm.placeholder,"data-date-picker-input":"","data-date-picker-input-from":_vm.kind === 'range'}}),(['single', 'range'].includes(_vm.kind))?_c('Calendar16',{staticClass:"bx--date-picker__icon",attrs:{"data-date-picker-icon":""},on:{"click":function($event){return _vm.cal.open()}}}):_vm._e()],1),(_vm.isInvalid)?_c('div',{staticClass:"bx--form-requirement"},[_vm._t("invalid-message",[_vm._v(_vm._s(_vm.invalidMessage || _vm.invalidDateMessage))])],2):_vm._e()]),(_vm.kind === 'range')?_c('div',{class:{ 'bx--date-picker-container': _vm.kind === 'range' }},[_c('label',{staticClass:"bx--label",attrs:{"for":(_vm.uid + "-input-2")}},[_vm._v(_vm._s(_vm.getDateEndLabel))]),_c('div',{staticClass:"bx--date-picker-input__wrapper"},[_c('input',{ref:"todate",staticClass:"bx--date-picker__input",attrs:{"type":"text","id":(_vm.uid + "-input-2"),"pattern":_vm.pattern,"placeholder":_vm.placeholder,"data-date-picker-input":"","data-date-picker-input-to":_vm.kind === 'range'}}),_c('Calendar16',{staticClass:"bx--date-picker__icon",attrs:{"data-date-picker-icon":""},on:{"click":function($event){return _vm.cal.open()}}})],1)]):_vm._e()])])}
184
+ },on:{"change":_vm.onSimpleChange}},[_c('label',{staticClass:"bx--label",attrs:{"for":(_vm.uid + "-input-1")}},[_vm._v(_vm._s(_vm.getDateLabel))]),_c('div',{staticClass:"bx--date-picker-input__wrapper"},[_c('input',{ref:"date",staticClass:"bx--date-picker__input",attrs:{"data-invalid":_vm.isInvalid,"type":"text","id":(_vm.uid + "-input-1"),"pattern":_vm.pattern,"placeholder":_vm.placeholder,"data-date-picker-input":"","data-date-picker-input-from":_vm.kind === 'range'}}),(['single', 'range'].includes(_vm.kind))?_c('Calendar16',{staticClass:"bx--date-picker__icon",attrs:{"data-date-picker-icon":""},on:{"click":function($event){return _vm.cal.open()}}}):_vm._e()],1),(_vm.isInvalid)?_c('div',{staticClass:"bx--form-requirement"},[_vm._t("invalid-message",[_vm._v(_vm._s(_vm.invalidMessage || _vm.invalidDateMessage))])],2):_vm._e()]),(_vm.kind === 'range')?_c('div',{class:{ 'bx--date-picker-container': _vm.kind === 'range' }},[_c('label',{staticClass:"bx--label",attrs:{"for":(_vm.uid + "-input-2")}},[_vm._v(_vm._s(_vm.getDateEndLabel))]),_c('div',{staticClass:"bx--date-picker-input__wrapper"},[_c('input',{ref:"todate",staticClass:"bx--date-picker__input",attrs:{"type":"text","id":(_vm.uid + "-input-2"),"pattern":_vm.pattern,"placeholder":_vm.placeholder,"data-date-picker-input":"","data-date-picker-input-to":_vm.kind === 'range'}}),_c('Calendar16',{staticClass:"bx--date-picker__icon",attrs:{"data-date-picker-icon":""},on:{"click":function($event){return _vm.openTodateCal()}}})],1)]):_vm._e()])])}
185
185
  var staticRenderFns = []
186
186
 
187
187
 
188
- // CONCATENATED MODULE: ./src/components/cv-date-picker/cv-date-picker.vue?vue&type=template&id=10258afc&
188
+ // CONCATENATED MODULE: ./src/components/cv-date-picker/cv-date-picker.vue?vue&type=template&id=01f2a7be&
189
189
 
190
190
  // EXTERNAL MODULE: ./node_modules/flatpickr/dist/flatpickr.js
191
191
  var flatpickr = __webpack_require__("cf06");
@@ -424,7 +424,7 @@ l10n_default.a.en.weekdays.shorthand.forEach((day, index) => {
424
424
  // _options.onValueUpdate = this.onChange;
425
425
 
426
426
  if (this.kind === 'range') {
427
- _options.plugins = [new rangePlugin_default.a({ input: this.$refs.todate })];
427
+ _options.plugins = [new rangePlugin_default.a({ input: this.$refs.todate, position: 'left' })];
428
428
  }
429
429
 
430
430
  return _options;
@@ -487,6 +487,9 @@ l10n_default.a.en.weekdays.shorthand.forEach((day, index) => {
487
487
  }
488
488
  }
489
489
  },
490
+ openTodateCal() {
491
+ this.$refs.todate.click();
492
+ },
490
493
  },
491
494
  mounted() {
492
495
  if (['single', 'range'].includes(this.kind)) {
@@ -3356,12 +3359,12 @@ function normalizeComponent (
3356
3359
  "use strict";
3357
3360
  __webpack_require__.r(__webpack_exports__);
3358
3361
 
3359
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ffa86c54-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/cv-search/cv-search.vue?vue&type=template&id=4ffa8b08&
3360
- var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('cv-wrapper',{staticClass:"cv-search bx--form-item",attrs:{"tag-type":_vm.formItem ? 'div' : ''}},[_c('div',{ref:"search",staticClass:"bx--search",class:[_vm.searchClasses, { 'cv-search': !_vm.formItem }],attrs:{"role":"search"}},[_c('label',{staticClass:"bx--label",attrs:{"for":_vm.uid}},[_vm._v(_vm._s(_vm.label))]),_c('input',_vm._g(_vm._b({directives:[{name:"model",rawName:"v-model",value:(_vm.internalValue),expression:"internalValue"}],ref:"input",staticClass:"bx--search-input",attrs:{"id":_vm.uid,"type":"text","role":"search","placeholder":_vm.placeholder,"aria-labelledby":_vm.uid},domProps:{"value":(_vm.internalValue)},on:{"blur":_vm.checkFocus,"input":function($event){if($event.target.composing){ return; }_vm.internalValue=$event.target.value}}},'input',_vm.$attrs,false),_vm.inputListeners)),(_vm.isToolbarKind)?_c('button',{staticClass:"bx--toolbar-search__btn",attrs:{"type":"button","aria-label":"Toolbar search"},on:{"click":function($event){return _vm.toggleActive(true)},"blur":_vm.checkFocus}},[_c('Search16',{staticClass:"bx--search-magnifier"})],1):_vm._e(),(!_vm.isToolbarKind)?_c('Search16',{staticClass:"bx--search-magnifier"}):_vm._e(),_c('button',{staticClass:"bx--search-close",class:{ 'bx--search-close--hidden': !_vm.clearVisible },attrs:{"type":"button","title":"Clear search input","aria-label":"Clear search input"},on:{"click":_vm.onClearClick}},[_c('Close16')],1)],1)])}
3362
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ffa86c54-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/cv-search/cv-search.vue?vue&type=template&id=a26b9492&
3363
+ var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('cv-wrapper',{staticClass:"cv-search bx--form-item",attrs:{"tag-type":_vm.formItem ? 'div' : ''}},[_c('div',{ref:"search",staticClass:"bx--search",class:[_vm.searchClasses, { 'cv-search': !_vm.formItem }],attrs:{"role":"search"}},[_c('label',{staticClass:"bx--label",attrs:{"for":_vm.uid}},[_vm._v(_vm._s(_vm.label))]),_c('input',_vm._g(_vm._b({directives:[{name:"model",rawName:"v-model",value:(_vm.internalValue),expression:"internalValue"}],ref:"input",staticClass:"bx--search-input",attrs:{"id":_vm.uid,"type":"text","role":"search","placeholder":_vm.placeholder,"aria-labelledby":_vm.uid},domProps:{"value":(_vm.internalValue)},on:{"blur":_vm.checkFocus,"input":function($event){if($event.target.composing){ return; }_vm.internalValue=$event.target.value}}},'input',_vm.$attrs,false),_vm.inputListeners)),(_vm.isToolbarKind)?_c('button',{staticClass:"bx--toolbar-search__btn",attrs:{"type":"button","aria-label":_vm.toolbarAriaLabel},on:{"click":function($event){return _vm.toggleActive(true)},"blur":_vm.checkFocus}},[_c('Search16',{staticClass:"bx--search-magnifier"})],1):_vm._e(),(!_vm.isToolbarKind)?_c('Search16',{staticClass:"bx--search-magnifier"}):_vm._e(),_c('button',{staticClass:"bx--search-close",class:{ 'bx--search-close--hidden': !_vm.clearVisible },attrs:{"type":"button","title":_vm.clearAriaLabel,"aria-label":_vm.clearAriaLabel},on:{"click":_vm.onClearClick}},[_c('Close16')],1)],1)])}
3361
3364
  var staticRenderFns = []
3362
3365
 
3363
3366
 
3364
- // CONCATENATED MODULE: ./src/components/cv-search/cv-search.vue?vue&type=template&id=4ffa8b08&
3367
+ // CONCATENATED MODULE: ./src/components/cv-search/cv-search.vue?vue&type=template&id=a26b9492&
3365
3368
 
3366
3369
  // EXTERNAL MODULE: ./src/mixins/uid-mixin.js
3367
3370
  var uid_mixin = __webpack_require__("fceb");
@@ -3436,6 +3439,7 @@ var _cv_wrapper = __webpack_require__("5d36");
3436
3439
  components: { Close16: close_16["a" /* default */], Search16: _16["a" /* default */], CvWrapper: _cv_wrapper["a" /* default */] },
3437
3440
  inheritAttrs: false,
3438
3441
  props: {
3442
+ clearAriaLabel: { type: String, default: 'Clear search input' },
3439
3443
  formItem: { type: Boolean, default: true },
3440
3444
  kind: { type: String, default: null },
3441
3445
  label: String,
@@ -3450,6 +3454,7 @@ var _cv_wrapper = __webpack_require__("5d36");
3450
3454
  },
3451
3455
  value: String,
3452
3456
  placeholder: { type: String, default: 'Search' },
3457
+ toolbarAriaLabel: { type: String, default: 'Toolbar search' },
3453
3458
  },
3454
3459
  data() {
3455
3460
  return {
@@ -3558,12 +3563,12 @@ var component = Object(componentNormalizer["a" /* default */])(
3558
3563
  "use strict";
3559
3564
  __webpack_require__.r(__webpack_exports__);
3560
3565
 
3561
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ffa86c54-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/cv-breadcrumb/cv-breadcrumb.vue?vue&type=template&id=3e827765&
3562
- var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('nav',{staticClass:"cv-breadcrumb bx--breadcrumb",class:{ 'bx--breadcrumb--no-trailing-slash': _vm.noTrailingSlash },attrs:{"aria-label":"breadcrumb"}},[_vm._t("default")],2)}
3566
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ffa86c54-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/cv-breadcrumb/cv-breadcrumb.vue?vue&type=template&id=b27621b6&
3567
+ var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('nav',{staticClass:"cv-breadcrumb bx--breadcrumb",class:{ 'bx--breadcrumb--no-trailing-slash': _vm.noTrailingSlash },attrs:{"aria-label":_vm.ariaLabel}},[_vm._t("default")],2)}
3563
3568
  var staticRenderFns = []
3564
3569
 
3565
3570
 
3566
- // CONCATENATED MODULE: ./src/components/cv-breadcrumb/cv-breadcrumb.vue?vue&type=template&id=3e827765&
3571
+ // CONCATENATED MODULE: ./src/components/cv-breadcrumb/cv-breadcrumb.vue?vue&type=template&id=b27621b6&
3567
3572
 
3568
3573
  // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/cv-breadcrumb/cv-breadcrumb.vue?vue&type=script&lang=js&
3569
3574
  //
@@ -3580,6 +3585,7 @@ var staticRenderFns = []
3580
3585
  /* harmony default export */ var cv_breadcrumbvue_type_script_lang_js_ = ({
3581
3586
  name: 'CvBreadcrumb',
3582
3587
  props: {
3588
+ ariaLabel: { type: String, default: 'breadcrumb' },
3583
3589
  noTrailingSlash: Boolean,
3584
3590
  },
3585
3591
  });
@@ -5672,12 +5678,12 @@ var _cv_tile_expandable_component = Object(componentNormalizer["a" /* default */
5672
5678
  )
5673
5679
 
5674
5680
  /* harmony default export */ var _cv_tile_expandable = (_cv_tile_expandable_component.exports);
5675
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ffa86c54-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/cv-tile/_cv-tile-selectable.vue?vue&type=template&id=0bd1a9d1&
5676
- var _cv_tile_selectablevue_type_template_id_0bd1a9d1_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('label',{staticClass:"cv-tile-selectable bx--tile--selectable",class:{ 'bx--tile--is-selected': _vm.isChecked },attrs:{"data-wibble":("" + _vm.isChecked),"for":_vm.uid,"aria-label":"tile","data-tile":"selectable","tabindex":"0","data-contained-checkbox-state":_vm.isChecked}},[_c('input',_vm._g(_vm._b({staticClass:"bx--tile-input",attrs:{"tabindex":"-1","data-tile-input":"","id":_vm.uid,"type":"checkbox"},domProps:{"checked":_vm.isChecked}},'input',_vm.$attrs,false),_vm.inputListeners)),_c('div',{staticClass:"bx--tile__checkmark"},[_c('CheckmarkFilled16')],1),_c('div',{staticClass:"bx--tile-content"},[_vm._t("default")],2)])}
5677
- var _cv_tile_selectablevue_type_template_id_0bd1a9d1_staticRenderFns = []
5681
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ffa86c54-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/cv-tile/_cv-tile-selectable.vue?vue&type=template&id=4cec945b&
5682
+ var _cv_tile_selectablevue_type_template_id_4cec945b_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('label',{staticClass:"cv-tile-selectable bx--tile--selectable",class:{ 'bx--tile--is-selected': _vm.isChecked },attrs:{"data-wibble":("" + _vm.isChecked),"for":_vm.uid,"aria-label":_vm.ariaLabel,"data-tile":"selectable","tabindex":"0","data-contained-checkbox-state":_vm.isChecked}},[_c('input',_vm._g(_vm._b({staticClass:"bx--tile-input",attrs:{"tabindex":"-1","data-tile-input":"","id":_vm.uid,"type":"checkbox"},domProps:{"checked":_vm.isChecked}},'input',_vm.$attrs,false),_vm.inputListeners)),_c('div',{staticClass:"bx--tile__checkmark"},[_c('CheckmarkFilled16')],1),_c('div',{staticClass:"bx--tile-content"},[_vm._t("default")],2)])}
5683
+ var _cv_tile_selectablevue_type_template_id_4cec945b_staticRenderFns = []
5678
5684
 
5679
5685
 
5680
- // CONCATENATED MODULE: ./src/components/cv-tile/_cv-tile-selectable.vue?vue&type=template&id=0bd1a9d1&
5686
+ // CONCATENATED MODULE: ./src/components/cv-tile/_cv-tile-selectable.vue?vue&type=template&id=4cec945b&
5681
5687
 
5682
5688
  // EXTERNAL MODULE: ./src/mixins/uid-mixin.js
5683
5689
  var uid_mixin = __webpack_require__("fceb");
@@ -5731,6 +5737,9 @@ var checkmark_filled_16 = __webpack_require__("6368");
5731
5737
  mixins: [uid_mixin["a" /* default */], check_mixin["a" /* default */]],
5732
5738
  components: { CheckmarkFilled16: checkmark_filled_16["a" /* default */] },
5733
5739
  inheritAttrs: false,
5740
+ props: {
5741
+ ariaLabel: { type: String, default: 'tile' },
5742
+ },
5734
5743
  });
5735
5744
 
5736
5745
  // CONCATENATED MODULE: ./src/components/cv-tile/_cv-tile-selectable.vue?vue&type=script&lang=js&
@@ -5745,8 +5754,8 @@ var checkmark_filled_16 = __webpack_require__("6368");
5745
5754
 
5746
5755
  var _cv_tile_selectable_component = Object(componentNormalizer["a" /* default */])(
5747
5756
  cv_tile_cv_tile_selectablevue_type_script_lang_js_,
5748
- _cv_tile_selectablevue_type_template_id_0bd1a9d1_render,
5749
- _cv_tile_selectablevue_type_template_id_0bd1a9d1_staticRenderFns,
5757
+ _cv_tile_selectablevue_type_template_id_4cec945b_render,
5758
+ _cv_tile_selectablevue_type_template_id_4cec945b_staticRenderFns,
5750
5759
  false,
5751
5760
  null,
5752
5761
  null,
@@ -5892,12 +5901,12 @@ var cv_tile_component = Object(componentNormalizer["a" /* default */])(
5892
5901
  "use strict";
5893
5902
  __webpack_require__.r(__webpack_exports__);
5894
5903
 
5895
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ffa86c54-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/cv-breadcrumb/cv-breadcrumb-skeleton.vue?vue&type=template&id=558369f6&
5896
- var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('nav',{staticClass:"bx--breadcrumb bx--skeleton",attrs:{"aria-label":"breadcrumb"}},[_c('cv-breadcrumb-item-skeleton'),_c('cv-breadcrumb-item-skeleton'),_c('cv-breadcrumb-item-skeleton')],1)}
5904
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ffa86c54-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/cv-breadcrumb/cv-breadcrumb-skeleton.vue?vue&type=template&id=4b29f5cf&
5905
+ var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('nav',{staticClass:"bx--breadcrumb bx--skeleton",attrs:{"aria-label":_vm.ariaLabel}},[_c('cv-breadcrumb-item-skeleton'),_c('cv-breadcrumb-item-skeleton'),_c('cv-breadcrumb-item-skeleton')],1)}
5897
5906
  var staticRenderFns = []
5898
5907
 
5899
5908
 
5900
- // CONCATENATED MODULE: ./src/components/cv-breadcrumb/cv-breadcrumb-skeleton.vue?vue&type=template&id=558369f6&
5909
+ // CONCATENATED MODULE: ./src/components/cv-breadcrumb/cv-breadcrumb-skeleton.vue?vue&type=template&id=4b29f5cf&
5901
5910
 
5902
5911
  // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ffa86c54-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/cv-breadcrumb/_cv-breadcrumb-item-skeleton.vue?vue&type=template&id=237fcaf2&
5903
5912
  var _cv_breadcrumb_item_skeletonvue_type_template_id_237fcaf2_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _vm._m(0)}
@@ -5960,6 +5969,9 @@ var component = Object(componentNormalizer["a" /* default */])(
5960
5969
  components: {
5961
5970
  CvBreadcrumbItemSkeleton: _cv_breadcrumb_item_skeleton,
5962
5971
  },
5972
+ props: {
5973
+ ariaLabel: { type: String, default: 'breadcrumb' },
5974
+ },
5963
5975
  });
5964
5976
 
5965
5977
  // CONCATENATED MODULE: ./src/components/cv-breadcrumb/cv-breadcrumb-skeleton.vue?vue&type=script&lang=js&
@@ -6190,12 +6202,12 @@ var update = add("417d6fa2", content, true, {"sourceMap":false,"shadowMode":fals
6190
6202
  "use strict";
6191
6203
  __webpack_require__.r(__webpack_exports__);
6192
6204
 
6193
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ffa86c54-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/cv-file-uploader/cv-file-uploader.vue?vue&type=template&id=7884922c&
6194
- var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('cv-form-item',{staticClass:"cv-file-uploader"},[_c('strong',{staticClass:"bx--file--label"},[_vm._v(_vm._s(_vm.label))]),_c('p',{staticClass:"bx--label-description"},[_vm._v(_vm._s(_vm.helperText))]),_c('div',{staticClass:"bx--file",attrs:{"data-file":""}},[_c('label',{staticClass:"bx--file--btn bx--btn bx--btn--primary",attrs:{"for":_vm.uid,"role":"button","tabindex":"0"},on:{"keydown":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }$event.preventDefault();return _vm.onShow()},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"space",32,$event.key,[" ","Spacebar"])){ return null; }$event.preventDefault();}],"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"space",32,$event.key,[" ","Spacebar"])){ return null; }$event.preventDefault();return _vm.onShow()}}},[_vm._v(_vm._s(_vm.buttonLabel))]),_c('input',_vm._g(_vm._b({ref:"file-input",staticClass:"bx--file-input",attrs:{"type":"file","id":_vm.uid,"data-file-uploader":"","data-target":"[data-file-container]","tabindex":"-1"}},'input',_vm.$attrs,false),_vm.inputListeners)),_c('div',{staticClass:"bx--file-container",attrs:{"data-file-container":""}},_vm._l((_vm.internalFiles),function(file,index){return _c('div',{key:index,class:_vm.isInvalid(index) ? 'bx--file__selected-file--invalid__wrapper' : 'bx--file__selected-file'},[_c('cv-wrapper',{staticClass:"bx--file__selected-file bx--file__selected-file--invalid",attrs:{"tag-type":_vm.isInvalid(index) ? 'div' : ''}},[_c('p',{staticClass:"bx--file-filename"},[_vm._v(_vm._s(file.file.name))]),_c('span',{staticClass:"bx--file__state-container",attrs:{"data-for":_vm.uid,"data-test":file.state}},[(file.state === 'uploading')?_c('div',{staticClass:"bx--inline-loading__animation"},[_c('cv-inline-loading',{attrs:{"active":"","loading-text":"","loaded-text":""}})],1):_vm._e(),(file.state === 'complete')?_c('CheckmarkFilled16',{staticClass:"bx--file-complete"}):_vm._e(),(_vm.isInvalid(index))?_c('WarningFilled16',{staticClass:"bx--file--invalid"}):_vm._e(),(_vm.removable)?_c('Close16',{staticClass:"bx--file-close",attrs:{"tabindex":'1',"role":"button","alt":"Remove file","arial-label":"Remove file"},on:{"click":function($event){return _vm.remove(index)},"keydown":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }$event.preventDefault();return _vm.remove(index)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"space",32,$event.key,[" ","Spacebar"])){ return null; }$event.preventDefault();}],"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"space",32,$event.key,[" ","Spacebar"])){ return null; }$event.preventDefault();return _vm.remove(index)}}}):_vm._e()],1)]),(_vm.isInvalid)?_c('div',{staticClass:"bx--form-requirement"},[_vm._v(_vm._s(file.invalidMessage))]):_vm._e()],1)}),0)])])}
6205
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ffa86c54-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/cv-file-uploader/cv-file-uploader.vue?vue&type=template&id=13ca874e&
6206
+ var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('cv-form-item',{staticClass:"cv-file-uploader"},[_c('strong',{staticClass:"bx--file--label"},[_vm._v(_vm._s(_vm.label))]),_c('p',{staticClass:"bx--label-description"},[_vm._v(_vm._s(_vm.helperText))]),_c('div',{staticClass:"bx--file",attrs:{"data-file":""}},[_c('label',{staticClass:"bx--file--btn bx--btn bx--btn--primary",attrs:{"for":_vm.uid,"role":"button","tabindex":"0"},on:{"keydown":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }$event.preventDefault();return _vm.onShow()},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"space",32,$event.key,[" ","Spacebar"])){ return null; }$event.preventDefault();}],"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"space",32,$event.key,[" ","Spacebar"])){ return null; }$event.preventDefault();return _vm.onShow()}}},[_vm._v(_vm._s(_vm.buttonLabel))]),_c('input',_vm._g(_vm._b({ref:"file-input",staticClass:"bx--file-input",attrs:{"type":"file","id":_vm.uid,"data-file-uploader":"","data-target":"[data-file-container]","tabindex":"-1"}},'input',_vm.$attrs,false),_vm.inputListeners)),_c('div',{staticClass:"bx--file-container",attrs:{"data-file-container":""}},_vm._l((_vm.internalFiles),function(file,index){return _c('div',{key:index,class:_vm.isInvalid(index) ? 'bx--file__selected-file--invalid__wrapper' : 'bx--file__selected-file'},[_c('cv-wrapper',{staticClass:"bx--file__selected-file bx--file__selected-file--invalid",attrs:{"tag-type":_vm.isInvalid(index) ? 'div' : ''}},[_c('p',{staticClass:"bx--file-filename"},[_vm._v(_vm._s(file.file.name))]),_c('span',{staticClass:"bx--file__state-container",attrs:{"data-for":_vm.uid,"data-test":file.state}},[(file.state === 'uploading')?_c('div',{staticClass:"bx--inline-loading__animation"},[_c('cv-inline-loading',{attrs:{"active":"","loading-text":"","loaded-text":""}})],1):_vm._e(),(file.state === 'complete')?_c('CheckmarkFilled16',{staticClass:"bx--file-complete"}):_vm._e(),(_vm.isInvalid(index))?_c('WarningFilled16',{staticClass:"bx--file--invalid"}):_vm._e(),(_vm.removable)?_c('Close16',{staticClass:"bx--file-close",attrs:{"tabindex":'1',"role":"button","alt":_vm.removeAriaLabel,"arial-label":_vm.removeAriaLabel},on:{"click":function($event){return _vm.remove(index)},"keydown":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }$event.preventDefault();return _vm.remove(index)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"space",32,$event.key,[" ","Spacebar"])){ return null; }$event.preventDefault();}],"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"space",32,$event.key,[" ","Spacebar"])){ return null; }$event.preventDefault();return _vm.remove(index)}}}):_vm._e()],1)]),(_vm.isInvalid)?_c('div',{staticClass:"bx--form-requirement"},[_vm._v(_vm._s(file.invalidMessage))]):_vm._e()],1)}),0)])])}
6195
6207
  var staticRenderFns = []
6196
6208
 
6197
6209
 
6198
- // CONCATENATED MODULE: ./src/components/cv-file-uploader/cv-file-uploader.vue?vue&type=template&id=7884922c&
6210
+ // CONCATENATED MODULE: ./src/components/cv-file-uploader/cv-file-uploader.vue?vue&type=template&id=13ca874e&
6199
6211
 
6200
6212
  // EXTERNAL MODULE: ./src/mixins/uid-mixin.js
6201
6213
  var uid_mixin = __webpack_require__("fceb");
@@ -6313,6 +6325,7 @@ const CONSTS = {
6313
6325
  initialStateUploading: Boolean,
6314
6326
  removable: Boolean,
6315
6327
  buttonLabel: { type: String, default: 'Select file' },
6328
+ removeAriaLabel: { type: String, default: 'Remove file' },
6316
6329
  },
6317
6330
  model: {
6318
6331
  prop: 'files',
@@ -6494,17 +6507,17 @@ var component = Object(componentNormalizer["a" /* default */])(
6494
6507
  "use strict";
6495
6508
  __webpack_require__.r(__webpack_exports__);
6496
6509
 
6497
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ffa86c54-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/cv-tag/cv-tag.vue?vue&type=template&id=7e3f33d5&
6510
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ffa86c54-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/cv-tag/cv-tag.vue?vue&type=template&id=09dec42c&
6498
6511
  var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span',{staticClass:"cv-tag bx--tag",class:[
6499
6512
  ("bx--tag--" + _vm.kind),
6500
6513
  {
6501
6514
  'bx--tag--filter': _vm.isFilter,
6502
6515
  'bx--tag--disabled': _vm.disabled,
6503
- } ],attrs:{"title":_vm.title}},[_vm._v("\n "+_vm._s(_vm.label)+"\n "),(_vm.isFilter)?_c('Close16',{attrs:{"aria-label":"Clear filter","tabindex":"0"},on:{"click":function($event){$event.stopPropagation();$event.preventDefault();return _vm.$emit('remove')},"keydown":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }$event.stopPropagation();$event.preventDefault();return _vm.$emit('remove')},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"space",32,$event.key,[" ","Spacebar"])){ return null; }$event.preventDefault();}],"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"space",32,$event.key,[" ","Spacebar"])){ return null; }$event.preventDefault();return _vm.$emit('remove')}}}):_vm._e()],1)}
6516
+ } ],attrs:{"tabindex":"0","title":_vm.title},on:{"keydown":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }$event.stopPropagation();$event.preventDefault();return _vm.$emit('remove')},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"space",32,$event.key,[" ","Spacebar"])){ return null; }$event.preventDefault();}],"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"space",32,$event.key,[" ","Spacebar"])){ return null; }$event.preventDefault();return _vm.$emit('remove')}}},[_vm._v("\n "+_vm._s(_vm.label)+"\n "),(_vm.isFilter)?_c('Close16',{attrs:{"aria-label":_vm.clearAriaLabel,"role":"button"},on:{"click":function($event){$event.stopPropagation();$event.preventDefault();return _vm.$emit('remove')}}}):_vm._e()],1)}
6504
6517
  var staticRenderFns = []
6505
6518
 
6506
6519
 
6507
- // CONCATENATED MODULE: ./src/components/cv-tag/cv-tag.vue?vue&type=template&id=7e3f33d5&
6520
+ // CONCATENATED MODULE: ./src/components/cv-tag/cv-tag.vue?vue&type=template&id=09dec42c&
6508
6521
 
6509
6522
  // EXTERNAL MODULE: ./node_modules/@carbon/icons-vue/es/close/16.js
6510
6523
  var _16 = __webpack_require__("5416");
@@ -6531,10 +6544,6 @@ var _16 = __webpack_require__("5416");
6531
6544
  //
6532
6545
  //
6533
6546
  //
6534
- //
6535
- //
6536
- //
6537
- //
6538
6547
 
6539
6548
 
6540
6549
 
@@ -6556,6 +6565,7 @@ const componentsTags = [
6556
6565
  name: 'CvTag',
6557
6566
  components: { Close16: _16["a" /* default */] },
6558
6567
  props: {
6568
+ clearAriaLabel: { type: String, default: 'Clear filter' },
6559
6569
  disabled: Boolean,
6560
6570
  label: { type: String, required: true },
6561
6571
  kind: {
@@ -6571,7 +6581,7 @@ const componentsTags = [
6571
6581
  return this.kind === 'filter';
6572
6582
  },
6573
6583
  title() {
6574
- return this.isFilter ? 'Close filter' : null;
6584
+ return this.isFilter ? this.clearAriaLabel : null;
6575
6585
  },
6576
6586
  },
6577
6587
  });
@@ -10181,12 +10191,12 @@ var component = Object(componentNormalizer["a" /* default */])(
10181
10191
  "use strict";
10182
10192
  __webpack_require__.r(__webpack_exports__);
10183
10193
 
10184
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ffa86c54-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/cv-toast-notification/cv-toast-notification.vue?vue&type=template&id=7b05ff06&
10185
- var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',_vm._g({staticClass:"cv-notifiation bx--toast-notification",class:("bx--toast-notification--" + _vm.kind),attrs:{"data-notification":"","role":_vm.isAlert ? 'alert' : undefined,"aria-live":!_vm.isAlert ? 'polite' : false}},_vm.$listeners),[_c(_vm.icon,{tag:"component",staticClass:"bx--toast-notification__icon"}),_c('div',{staticClass:"bx--toast-notification__details"},[_c('h3',{staticClass:"bx--toast-notification__title"},[_vm._v(_vm._s(_vm.title))]),_c('p',{staticClass:"bx--toast-notification__subtitle"},[_vm._v(_vm._s(_vm.subTitle))]),_c('p',{staticClass:"bx--toast-notification__caption"},[_vm._v(_vm._s(_vm.caption))])]),_c('button',{staticClass:"bx--toast-notification__close-button",attrs:{"aria-label":"Close","type":"button","data-notification-btn":""},on:{"click":function($event){return _vm.$emit('close')}}},[_c('Close16',{staticClass:"bx--toast-notification__close-icon"})],1)],1)}
10194
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ffa86c54-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/cv-toast-notification/cv-toast-notification.vue?vue&type=template&id=60234794&
10195
+ var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',_vm._g({staticClass:"cv-notifiation bx--toast-notification",class:("bx--toast-notification--" + _vm.kind),attrs:{"data-notification":"","role":_vm.isAlert ? 'alert' : undefined,"aria-live":!_vm.isAlert ? 'polite' : false}},_vm.$listeners),[_c(_vm.icon,{tag:"component",staticClass:"bx--toast-notification__icon"}),_c('div',{staticClass:"bx--toast-notification__details"},[_c('h3',{staticClass:"bx--toast-notification__title"},[_vm._v(_vm._s(_vm.title))]),_c('p',{staticClass:"bx--toast-notification__subtitle"},[_vm._v(_vm._s(_vm.subTitle))]),_c('p',{staticClass:"bx--toast-notification__caption"},[_vm._v(_vm._s(_vm.caption))])]),_c('button',{staticClass:"bx--toast-notification__close-button",attrs:{"aria-label":_vm.closeAriaLabel,"type":"button","data-notification-btn":""},on:{"click":function($event){return _vm.$emit('close')}}},[_c('Close16',{staticClass:"bx--toast-notification__close-icon"})],1)],1)}
10186
10196
  var staticRenderFns = []
10187
10197
 
10188
10198
 
10189
- // CONCATENATED MODULE: ./src/components/cv-toast-notification/cv-toast-notification.vue?vue&type=template&id=7b05ff06&
10199
+ // CONCATENATED MODULE: ./src/components/cv-toast-notification/cv-toast-notification.vue?vue&type=template&id=60234794&
10190
10200
 
10191
10201
  // EXTERNAL MODULE: ./src/mixins/notification-mixin.js
10192
10202
  var notification_mixin = __webpack_require__("adbe");
@@ -10294,6 +10304,7 @@ var close_16 = __webpack_require__("5416");
10294
10304
  mixins: [notification_mixin["a" /* default */]],
10295
10305
  props: {
10296
10306
  caption: String,
10307
+ closeAriaLabel: { type: String, default: 'Close' },
10297
10308
  kind: {
10298
10309
  type: String,
10299
10310
  default: 'info',
@@ -10728,12 +10739,12 @@ var update = add("c8519814", content, true, {"sourceMap":false,"shadowMode":fals
10728
10739
  "use strict";
10729
10740
  __webpack_require__.r(__webpack_exports__);
10730
10741
 
10731
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ffa86c54-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/cv-inline-notification/cv-inline-notification.vue?vue&type=template&id=e3074006&
10732
- var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',_vm._g({staticClass:"cv-inline-notification bx--inline-notification",class:("bx--inline-notification--" + (_vm.kind.toLowerCase())),attrs:{"data-notification":"","role":_vm.isAlert ? 'alert' : false,"aria-live":!_vm.isAlert ? 'polite' : false}},_vm.$listeners),[_c('div',{staticClass:"bx--inline-notification__details"},[_c(_vm.icon,{tag:"component",staticClass:"bx--inline-notification__icon"}),_c('div',{staticClass:"bx--inline-notification__text-wrapper"},[_c('p',{staticClass:"bx--inline-notification__title"},[_vm._v(_vm._s(_vm.title))]),_c('p',{staticClass:"bx--inline-notification__subtitle"},[_vm._v(_vm._s(_vm.subTitle)+".")])])],1),_c('button',{staticClass:"bx--inline-notification__close-button",attrs:{"type":"button","data-notification-btn":""},on:{"click":function($event){return _vm.$emit('close')}}},[_c('Close16',{staticClass:"bx--inline-notification__close-icon"})],1)])}
10742
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ffa86c54-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/cv-inline-notification/cv-inline-notification.vue?vue&type=template&id=b77af4d2&
10743
+ var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',_vm._g({staticClass:"cv-inline-notification bx--inline-notification",class:("bx--inline-notification--" + (_vm.kind.toLowerCase())),attrs:{"data-notification":"","role":_vm.isAlert ? 'alert' : false,"aria-live":!_vm.isAlert ? 'polite' : false}},_vm.$listeners),[_c('div',{staticClass:"bx--inline-notification__details"},[_c(_vm.icon,{tag:"component",staticClass:"bx--inline-notification__icon"}),_c('div',{staticClass:"bx--inline-notification__text-wrapper"},[_c('p',{staticClass:"bx--inline-notification__title"},[_vm._v(_vm._s(_vm.title))]),_c('p',{staticClass:"bx--inline-notification__subtitle"},[_vm._v(_vm._s(_vm.subTitle)+".")])])],1),_c('button',{staticClass:"bx--inline-notification__close-button",attrs:{"type":"button","aria-label":_vm.closeAriaLabel,"data-notification-btn":""},on:{"click":function($event){return _vm.$emit('close')}}},[_c('Close16',{staticClass:"bx--inline-notification__close-icon"})],1)])}
10733
10744
  var staticRenderFns = []
10734
10745
 
10735
10746
 
10736
- // CONCATENATED MODULE: ./src/components/cv-inline-notification/cv-inline-notification.vue?vue&type=template&id=e3074006&
10747
+ // CONCATENATED MODULE: ./src/components/cv-inline-notification/cv-inline-notification.vue?vue&type=template&id=b77af4d2&
10737
10748
 
10738
10749
  // EXTERNAL MODULE: ./src/mixins/notification-mixin.js
10739
10750
  var notification_mixin = __webpack_require__("adbe");
@@ -10773,6 +10784,12 @@ var close_16 = __webpack_require__("5416");
10773
10784
  //
10774
10785
  //
10775
10786
  //
10787
+ //
10788
+ //
10789
+ //
10790
+ //
10791
+ //
10792
+ //
10776
10793
 
10777
10794
 
10778
10795
 
@@ -10785,6 +10802,7 @@ var close_16 = __webpack_require__("5416");
10785
10802
  components: { Close16: close_16["a" /* default */] },
10786
10803
  mixins: [notification_mixin["a" /* default */]],
10787
10804
  props: {
10805
+ closeAriaLabel: { type: String, default: 'Clear filter' },
10788
10806
  kind: {
10789
10807
  type: String,
10790
10808
  default: 'info',
@@ -11829,6 +11847,7 @@ var component = Object(componentNormalizer["a" /* default */])(
11829
11847
  "use strict";
11830
11848
  /* harmony default export */ __webpack_exports__["a"] = ({
11831
11849
  props: {
11850
+ disabled: Boolean,
11832
11851
  to: String,
11833
11852
  href: String,
11834
11853
  },
@@ -11838,7 +11857,11 @@ var component = Object(componentNormalizer["a" /* default */])(
11838
11857
  return this.to && !this.href ? 'router-link' : 'a';
11839
11858
  },
11840
11859
  linkProps() {
11841
- if (this.to && !this.href) {
11860
+ if (this.disabled) {
11861
+ return {
11862
+ 'aria-disabled': true,
11863
+ };
11864
+ } else if (this.to && !this.href) {
11842
11865
  return { to: this.to };
11843
11866
  }
11844
11867
  return { href: this.href };
@@ -18420,15 +18443,15 @@ const options = ['light'];
18420
18443
  "use strict";
18421
18444
  __webpack_require__.r(__webpack_exports__);
18422
18445
 
18423
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ffa86c54-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/cv-modal/cv-modal.vue?vue&type=template&id=1972a804&
18446
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ffa86c54-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/cv-modal/cv-modal.vue?vue&type=template&id=54525912&
18424
18447
  var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"cv-modal bx--modal",class:{
18425
18448
  'is-visible': _vm.dataVisible,
18426
18449
  'bx--modal--danger': _vm.kind === 'danger',
18427
- },attrs:{"data-modal":"","id":_vm.uid,"tabindex":"-1"},on:{"keydown":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"esc",27,$event.key,["Esc","Escape"])){ return null; }$event.preventDefault();return _vm.onEsc($event)},"click":function($event){if($event.target !== $event.currentTarget){ return null; }return _vm.onExternalClick($event)}}},[_c('div',{ref:"modalDialog",staticClass:"bx--modal-container"},[_c('div',{ref:"beforeContent",staticClass:"cv-modal__before-content",staticStyle:{"position":"absolute","height":"1px","width":"1px","left":"-9999px"},attrs:{"tabindex":"0"},on:{"focus":_vm.focusBeforeContent}}),_c('div',{staticClass:"bx--modal-header"},[(_vm.$slots.label)?_c('h4',{staticClass:"bx--modal-header__label"},[_vm._t("label",[_vm._v("label (Optional)")])],2):_vm._e(),_c('h2',{staticClass:"bx--modal-header__heading"},[_vm._t("title",[_vm._v("Modal Title")])],2),_c('button',{ref:"close",staticClass:"bx--modal-close",attrs:{"type":"button"},on:{"click":_vm.onClose}},[_c('Close16',{staticClass:"bx--modal-close__icon"})],1)]),_c('div',{ref:"content",staticClass:"bx--modal-content"},[_vm._t("content",[_c('p',[_vm._v("\n Passive modal notifications should only appear if there is an action the user needs to address immediately.\n Passive modal notifications are persistent on the screen.\n ")])])],2),(_vm.hasFooter)?_c('div',{staticClass:"bx--modal-footer"},[(this.$slots['secondary-button'])?_c('cv-button',{ref:"secondary",attrs:{"type":"button","kind":_vm.secondaryKind},on:{"click":_vm.onSecondaryClick}},[_vm._t("secondary-button",[_vm._v("Secondary button")])],2):_vm._e(),(this.$slots['primary-button'])?_c('cv-button',{ref:"primary",attrs:{"type":"button","kind":_vm.primaryKind},on:{"click":_vm.onPrimaryClick}},[_vm._t("primary-button",[_vm._v("Primary button")])],2):_vm._e()],1):_vm._e(),_c('div',{ref:"afterContent",staticClass:"cv-modal__after-content",staticStyle:{"position":"absolute","height":"1px","width":"1px","left":"-9999px"},attrs:{"tabindex":"0"},on:{"focus":_vm.focusAfterContent}})])])}
18450
+ },attrs:{"data-modal":"","id":_vm.uid,"tabindex":"-1"},on:{"keydown":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"esc",27,$event.key,["Esc","Escape"])){ return null; }$event.preventDefault();return _vm.onEsc($event)},"click":function($event){if($event.target !== $event.currentTarget){ return null; }return _vm.onExternalClick($event)}}},[_c('div',{ref:"modalDialog",staticClass:"bx--modal-container"},[_c('div',{ref:"beforeContent",staticClass:"cv-modal__before-content",staticStyle:{"position":"absolute","height":"1px","width":"1px","left":"-9999px"},attrs:{"tabindex":"0"},on:{"focus":_vm.focusBeforeContent}}),_c('div',{staticClass:"bx--modal-header"},[(_vm.$slots.label)?_c('h4',{staticClass:"bx--modal-header__label"},[_vm._t("label",[_vm._v("label (Optional)")])],2):_vm._e(),_c('h2',{staticClass:"bx--modal-header__heading"},[_vm._t("title",[_vm._v("Modal Title")])],2),_c('button',{ref:"close",staticClass:"bx--modal-close",attrs:{"type":"button"},on:{"click":_vm.onClose}},[_c('Close16',{staticClass:"bx--modal-close__icon"})],1)]),_c('div',{ref:"content",staticClass:"bx--modal-content"},[_vm._t("content",[_c('p',[_vm._v("\n Passive modal notifications should only appear if there is an action the user needs to address immediately.\n Passive modal notifications are persistent on the screen.\n ")])])],2),(_vm.hasFooter)?_c('div',{staticClass:"bx--modal-footer"},[(this.$slots['secondary-button'])?_c('cv-button',{ref:"secondary",attrs:{"type":"button","kind":_vm.secondaryKind},on:{"click":_vm.onSecondaryClick}},[_vm._t("secondary-button",[_vm._v("Secondary button")])],2):_vm._e(),(this.$slots['primary-button'])?_c('cv-button',{ref:"primary",attrs:{"disabled":_vm.primaryButtonDisabled,"type":"button","kind":_vm.primaryKind},on:{"click":_vm.onPrimaryClick}},[_vm._t("primary-button",[_vm._v("Primary button")])],2):_vm._e()],1):_vm._e(),_c('div',{ref:"afterContent",staticClass:"cv-modal__after-content",staticStyle:{"position":"absolute","height":"1px","width":"1px","left":"-9999px"},attrs:{"tabindex":"0"},on:{"focus":_vm.focusAfterContent}})])])}
18428
18451
  var staticRenderFns = []
18429
18452
 
18430
18453
 
18431
- // CONCATENATED MODULE: ./src/components/cv-modal/cv-modal.vue?vue&type=template&id=1972a804&
18454
+ // CONCATENATED MODULE: ./src/components/cv-modal/cv-modal.vue?vue&type=template&id=54525912&
18432
18455
 
18433
18456
  // EXTERNAL MODULE: ./src/components/cv-button/cv-button.vue + 4 modules
18434
18457
  var cv_button = __webpack_require__("cea0");
@@ -18513,6 +18536,7 @@ var _16 = __webpack_require__("5416");
18513
18536
  //
18514
18537
  //
18515
18538
  //
18539
+ //
18516
18540
 
18517
18541
 
18518
18542
 
@@ -18533,6 +18557,7 @@ var _16 = __webpack_require__("5416");
18533
18557
  },
18534
18558
  autoHideOff: Boolean,
18535
18559
  visible: Boolean,
18560
+ primaryButtonDisabled: Boolean,
18536
18561
  },
18537
18562
  data() {
18538
18563
  return {
@@ -19149,8 +19174,8 @@ var cv_code_snippet_component = Object(componentNormalizer["a" /* default */])(
19149
19174
  "use strict";
19150
19175
  __webpack_require__.r(__webpack_exports__);
19151
19176
 
19152
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ffa86c54-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/cv-data-table/cv-data-table.vue?vue&type=template&id=358ec55a&
19153
- var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"cv-data-table",style:(_vm.tableStyle)},[_c('div',{staticClass:"bx--data-table-container"},[(_vm.hasTableHeader)?_c('div',{staticClass:"bx--data-table-header"},[(_vm.title)?_c('h4',{staticClass:"bx--data-table-header__title"},[_vm._v(_vm._s(_vm.title))]):_vm._e(),(_vm.isHelper)?_c('p',{staticClass:"bx--data-table-header__description"},[_vm._t("helper-text",[_vm._v(_vm._s(_vm.helperText))])],2):_vm._e()]):_vm._e(),(_vm.hasToolbar)?_c('section',{staticClass:"bx--table-toolbar"},[(_vm.batchActive)?_c('div',{style:({ minHeight: '48px', maxWidth: '0' })}):_vm._e(),(_vm.hasBatchActions)?_c('div',{staticClass:"bx--batch-actions",class:{ 'bx--batch-actions--active': _vm.batchActive },attrs:{"aria-label":"Table Action Bar"}},[_c('div',{staticClass:"bx--action-list"},[_vm._t("batch-actions"),_c('cv-button',{staticClass:"bx--batch-summary__cancel",attrs:{"small":""},on:{"click":_vm.deselect}},[_vm._v(_vm._s(_vm.batchCancelLabel))])],2),_c('div',{staticClass:"bx--batch-summary"},[_c('p',{staticClass:"bx--batch-summary__para"},[_c('span',{attrs:{"data-items-selected":""}},[_vm._t("items-selected",[_vm._v(_vm._s(_vm.dataRowsSelected.length)+" items selected")],{"scope":{ count: _vm.dataRowsSelected.length }})],2)])])]):_vm._e(),((_vm.$slots.actions || _vm.$listeners.search) && !_vm.batchActive)?_c('div',{staticClass:"bx--toolbar-content"},[(_vm.$listeners.search)?_c('div',{ref:"searchContainer",class:{
19177
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ffa86c54-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/cv-data-table/cv-data-table.vue?vue&type=template&id=5fccb79c&
19178
+ var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"cv-data-table",style:(_vm.tableStyle)},[_c('div',{staticClass:"bx--data-table-container"},[(_vm.hasTableHeader)?_c('div',{staticClass:"bx--data-table-header"},[(_vm.title)?_c('h4',{staticClass:"bx--data-table-header__title"},[_vm._v(_vm._s(_vm.title))]):_vm._e(),(_vm.isHelper)?_c('p',{staticClass:"bx--data-table-header__description"},[_vm._t("helper-text",[_vm._v(_vm._s(_vm.helperText))])],2):_vm._e()]):_vm._e(),(_vm.hasToolbar)?_c('section',{staticClass:"bx--table-toolbar"},[(_vm.batchActive)?_c('div',{style:({ minHeight: '48px', maxWidth: '0' })}):_vm._e(),(_vm.hasBatchActions)?_c('div',{staticClass:"bx--batch-actions",class:{ 'bx--batch-actions--active': _vm.batchActive },attrs:{"aria-label":_vm.actionBarAriaLabel}},[_c('div',{staticClass:"bx--action-list"},[_vm._t("batch-actions"),_c('cv-button',{staticClass:"bx--batch-summary__cancel",attrs:{"small":""},on:{"click":_vm.deselect}},[_vm._v(_vm._s(_vm.batchCancelLabel))])],2),_c('div',{staticClass:"bx--batch-summary"},[_c('p',{staticClass:"bx--batch-summary__para"},[_c('span',{attrs:{"data-items-selected":""}},[_vm._t("items-selected",[_vm._v(_vm._s(_vm.dataRowsSelected.length)+" items selected")],{"scope":{ count: _vm.dataRowsSelected.length }})],2)])])]):_vm._e(),((_vm.$slots.actions || _vm.$listeners.search) && !_vm.batchActive)?_c('div',{staticClass:"bx--toolbar-content"},[(_vm.$listeners.search)?_c('div',{ref:"searchContainer",class:{
19154
19179
  'bx--toolbar-search-container-active': _vm.searchActive,
19155
19180
  'bx--toolbar-search-container-persistent': !_vm.expandingSearch,
19156
19181
  'bx--toolbar-search-container-expandable': _vm.expandingSearch,
@@ -19162,7 +19187,7 @@ return [(_vm.$scopedSlots['of-n-pages'])?_vm._t("of-n-pages",null,{"scope":scope
19162
19187
  var staticRenderFns = []
19163
19188
 
19164
19189
 
19165
- // CONCATENATED MODULE: ./src/components/cv-data-table/cv-data-table.vue?vue&type=template&id=358ec55a&
19190
+ // CONCATENATED MODULE: ./src/components/cv-data-table/cv-data-table.vue?vue&type=template&id=5fccb79c&
19166
19191
 
19167
19192
  // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ffa86c54-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/cv-data-table/_cv-data-table-heading.vue?vue&type=template&id=74d5fb50&
19168
19193
  var _cv_data_table_headingvue_type_template_id_74d5fb50_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('th',{attrs:{"aria-sort":_vm.sortOrder}},[(_vm.sortable)?_c('button',{class:['bx--table-sort', _vm.orderClass],attrs:{"type":"button"},on:{"click":_vm.onSortClick}},[_c('cv-wrapper',{staticClass:"bx--table-header-label",attrs:{"tag-type":_vm.headingLabelTag}},[_vm._v(_vm._s(_vm.heading))]),_c('ArrowDown16',{staticClass:"bx--table-sort__icon"}),_c('Arrows16',{staticClass:"bx--table-sort__icon-unsorted"})],1):_c('cv-wrapper',{staticClass:"bx--table-header-label",attrs:{"tag-type":_vm.headingLabelTag}},[_vm._v(_vm._s(_vm.heading))])],1)}
@@ -19574,6 +19599,7 @@ const rows = children => children.filter(child => child.isCvDataTableRow);
19574
19599
  },
19575
19600
  mixins: [uid_mixin["a" /* default */]],
19576
19601
  props: {
19602
+ actionBarAriaLabel: { type: String, default: 'Table Action Bar' },
19577
19603
  autoWidth: Boolean,
19578
19604
  batchCancelLabel: { type: String, default: 'cancel' },
19579
19605
  borderless: Boolean,
@@ -19856,12 +19882,12 @@ var cv_data_table_component = Object(componentNormalizer["a" /* default */])(
19856
19882
  "use strict";
19857
19883
  __webpack_require__.r(__webpack_exports__);
19858
19884
 
19859
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ffa86c54-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/cv-tooltip/cv-interactive-tooltip.vue?vue&type=template&id=ca25a808&
19885
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ffa86c54-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/cv-tooltip/cv-interactive-tooltip.vue?vue&type=template&id=2a48af8a&
19860
19886
  var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"cv-interactive-tooltip"},[_c('div',{staticClass:"bx--tooltip__label",attrs:{"aria-describedby":_vm.uid}},[_vm._t("label"),_c('div',{ref:"trigger",staticClass:"bx--tooltip__trigger",attrs:{"tabindex":"0","data-tooltip-trigger":"","data-tooltip-target":("#" + _vm.uid),"role":"tooltip"},on:{"click":_vm.toggle,"keydown":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"space",32,$event.key,[" ","Spacebar"])){ return null; }$event.preventDefault();},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }$event.preventDefault();return _vm.toggle($event)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"tab",9,$event.key,"Tab")){ return null; }return _vm.onTriggerTab($event)}],"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"space",32,$event.key,[" ","Spacebar"])){ return null; }$event.preventDefault();return _vm.toggle($event)},"focusout":_vm.checkFocusOut}},[_vm._t("trigger",[_c('Information16',{staticClass:"banana"})])],2)],2),_c('div',{ref:"popup",staticClass:"bx--tooltip",class:{ 'bx--tooltip--shown': _vm.dataVisible },style:({ left: _vm.left + 'px', top: _vm.top + 'px' }),attrs:{"id":_vm.uid,"data-floating-menu-direction":_vm.direction,"tabindex":"-1"},on:{"focusout":_vm.checkFocusOut,"mousedown":function($event){$event.preventDefault();return _vm.preventFocusOut($event)}}},[_c('div',{ref:"beforeContent",staticClass:"cv-interactive-tooltip__before-content",staticStyle:{"position":"absolute","height":"1px","width":"1px","left":"-9999px"},attrs:{"tabindex":"0"},on:{"focus":_vm.focusBeforeContent}}),_c('span',{staticClass:"bx--tooltip__caret"}),_vm._t("content"),_c('div',{ref:"afterContent",staticClass:"cv-interactive-tooltip__after-content",staticStyle:{"position":"absolute","height":"1px","width":"1px","left":"-9999px"},attrs:{"tabindex":"0"},on:{"focus":_vm.focusAfterContent}})],2)])}
19861
19887
  var staticRenderFns = []
19862
19888
 
19863
19889
 
19864
- // CONCATENATED MODULE: ./src/components/cv-tooltip/cv-interactive-tooltip.vue?vue&type=template&id=ca25a808&
19890
+ // CONCATENATED MODULE: ./src/components/cv-tooltip/cv-interactive-tooltip.vue?vue&type=template&id=2a48af8a&
19865
19891
 
19866
19892
  // EXTERNAL MODULE: ./src/mixins/uid-mixin.js
19867
19893
  var uid_mixin = __webpack_require__("fceb");
@@ -20073,7 +20099,7 @@ var _16 = __webpack_require__("4820");
20073
20099
  },
20074
20100
  mounted() {
20075
20101
  // move popup out to body to ensure it appears above other elements
20076
- document.body.appendChild(this.$refs.popup);
20102
+ this.popupEl = document.body.appendChild(this.$refs.popup);
20077
20103
 
20078
20104
  if (this.visible) {
20079
20105
  this.show();
@@ -20083,6 +20109,10 @@ var _16 = __webpack_require__("4820");
20083
20109
  },
20084
20110
  beforeDestroy() {
20085
20111
  this.positionListen(false);
20112
+ if (this.popupEl) {
20113
+ // move back to where it came from
20114
+ this.$el.appendChild(this.popupEl);
20115
+ }
20086
20116
  },
20087
20117
  });
20088
20118
 
@@ -20120,7 +20150,7 @@ var component = Object(componentNormalizer["a" /* default */])(
20120
20150
  "use strict";
20121
20151
  __webpack_require__.r(__webpack_exports__);
20122
20152
 
20123
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ffa86c54-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/cv-overflow-menu/cv-overflow-menu.vue?vue&type=template&id=73bf7b85&
20153
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ffa86c54-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/cv-overflow-menu/cv-overflow-menu.vue?vue&type=template&id=a14bdd62&
20124
20154
  var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"cv-overflow-menu bx--overflow-menu",class:{ 'bx--overflow-menu--open': _vm.open },attrs:{"data-overflow-menu":"","tabindex":"0","aria-label":_vm.label,"role":"button"},on:{"click":_vm.doToggle,"keydown":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"space",32,$event.key,[" ","Spacebar"])){ return null; }$event.preventDefault();},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }$event.preventDefault();return _vm.doToggle($event)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"tab",9,$event.key,"Tab")){ return null; }return _vm.onOverflowMenuTab($event)}],"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"space",32,$event.key,[" ","Spacebar"])){ return null; }$event.preventDefault();return _vm.doToggle($event)}}},[_vm._t("trigger",[_c('OverflowMenuVertical16',{staticClass:"bx--overflow-menu__icon"})]),_c('ul',{ref:"popup",staticClass:"bx--overflow-menu-options",class:{
20125
20155
  'bx--overflow-menu--flip': _vm.flipMenu,
20126
20156
  'bx--overflow-menu-options--open': _vm.open,
@@ -20128,7 +20158,7 @@ var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._sel
20128
20158
  var staticRenderFns = []
20129
20159
 
20130
20160
 
20131
- // CONCATENATED MODULE: ./src/components/cv-overflow-menu/cv-overflow-menu.vue?vue&type=template&id=73bf7b85&
20161
+ // CONCATENATED MODULE: ./src/components/cv-overflow-menu/cv-overflow-menu.vue?vue&type=template&id=a14bdd62&
20132
20162
 
20133
20163
  // EXTERNAL MODULE: ./node_modules/@carbon/icon-helpers/es/index.js
20134
20164
  var es = __webpack_require__("3bda");
@@ -20401,10 +20431,14 @@ var uid_mixin = __webpack_require__("fceb");
20401
20431
  this.$el.addEventListener('focusout', this.checkFocusOut);
20402
20432
 
20403
20433
  // move popup out to body to ensure it appears above other elements
20404
- document.body.appendChild(this.$refs.popup);
20434
+ this.popupEl = document.body.appendChild(this.$refs.popup);
20405
20435
  },
20406
20436
  beforeDestroy() {
20407
20437
  this.positionListen(false);
20438
+ if (this.popupEl) {
20439
+ // move back to where it came from
20440
+ this.$el.appendChild(this.popupEl);
20441
+ }
20408
20442
  },
20409
20443
  });
20410
20444