@dialpad/dialtone-vue 2.21.0-alpha.2 → 2.22.2-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.common.js +811 -607
- package/dist/dialtone-vue.umd.js +811 -607
- package/dist/dialtone-vue.umd.min.js +1 -1
- package/dist/emoji.common.js +16 -3
- package/dist/emoji.umd.js +16 -3
- package/dist/emoji.umd.min.js +1 -1
- package/package.json +1 -1
package/dist/dialtone-vue.umd.js
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
return /******/ (() => { // webpackBootstrap
|
|
12
12
|
/******/ var __webpack_modules__ = ({
|
|
13
13
|
|
|
14
|
-
/***/
|
|
14
|
+
/***/ 890:
|
|
15
15
|
/***/ ((module, __webpack_exports__, __webpack_require__) => {
|
|
16
16
|
|
|
17
17
|
"use strict";
|
|
@@ -28,31 +28,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
28
28
|
|
|
29
29
|
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()));
|
|
30
30
|
// Module
|
|
31
|
-
___CSS_LOADER_EXPORT___.push([module.id, ".
|
|
32
|
-
// Exports
|
|
33
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
/***/ }),
|
|
37
|
-
|
|
38
|
-
/***/ 549:
|
|
39
|
-
/***/ ((module, __webpack_exports__, __webpack_require__) => {
|
|
40
|
-
|
|
41
|
-
"use strict";
|
|
42
|
-
__webpack_require__.r(__webpack_exports__);
|
|
43
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
44
|
-
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
45
|
-
/* harmony export */ });
|
|
46
|
-
/* harmony import */ var _node_modules_vue_cli_service_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(481);
|
|
47
|
-
/* harmony import */ var _node_modules_vue_cli_service_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_cli_service_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
48
|
-
/* harmony import */ var _node_modules_vue_cli_service_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(400);
|
|
49
|
-
/* harmony import */ var _node_modules_vue_cli_service_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_cli_service_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
50
|
-
// Imports
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
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()));
|
|
54
|
-
// Module
|
|
55
|
-
___CSS_LOADER_EXPORT___.push([module.id, ".dt-list-separator{height:1px;list-style:none}", ""]);
|
|
31
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".enter-active,.leave-active{overflow:hidden;transition:height .3s linear}", ""]);
|
|
56
32
|
// Exports
|
|
57
33
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
58
34
|
|
|
@@ -420,35 +396,19 @@ module.exports = function (i) {
|
|
|
420
396
|
|
|
421
397
|
/***/ }),
|
|
422
398
|
|
|
423
|
-
/***/
|
|
424
|
-
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
425
|
-
|
|
426
|
-
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
427
|
-
|
|
428
|
-
// load the styles
|
|
429
|
-
var content = __webpack_require__(751);
|
|
430
|
-
if(content.__esModule) content = content.default;
|
|
431
|
-
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
432
|
-
if(content.locals) module.exports = content.locals;
|
|
433
|
-
// add the styles to the DOM
|
|
434
|
-
var add = (__webpack_require__(402)/* ["default"] */ .Z)
|
|
435
|
-
var update = add("20c77f36", content, true, {"sourceMap":false,"shadowMode":false});
|
|
436
|
-
|
|
437
|
-
/***/ }),
|
|
438
|
-
|
|
439
|
-
/***/ 176:
|
|
399
|
+
/***/ 275:
|
|
440
400
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
441
401
|
|
|
442
402
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
443
403
|
|
|
444
404
|
// load the styles
|
|
445
|
-
var content = __webpack_require__(
|
|
405
|
+
var content = __webpack_require__(890);
|
|
446
406
|
if(content.__esModule) content = content.default;
|
|
447
407
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
448
408
|
if(content.locals) module.exports = content.locals;
|
|
449
409
|
// add the styles to the DOM
|
|
450
410
|
var add = (__webpack_require__(402)/* ["default"] */ .Z)
|
|
451
|
-
var update = add("
|
|
411
|
+
var update = add("63ce6251", content, true, {"sourceMap":false,"shadowMode":false});
|
|
452
412
|
|
|
453
413
|
/***/ }),
|
|
454
414
|
|
|
@@ -990,11 +950,9 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
990
950
|
"DtCheckbox": () => (/* reexport */ checkbox_checkbox),
|
|
991
951
|
"DtCheckboxGroup": () => (/* reexport */ checkbox_group),
|
|
992
952
|
"DtChip": () => (/* reexport */ chip),
|
|
953
|
+
"DtCollapsible": () => (/* reexport */ collapsible),
|
|
993
954
|
"DtCombobox": () => (/* reexport */ combobox),
|
|
994
|
-
"DtContextMenu": () => (/* reexport */ context_menu),
|
|
995
955
|
"DtDropdown": () => (/* reexport */ dropdown),
|
|
996
|
-
"DtDropdownList": () => (/* reexport */ dropdown_list),
|
|
997
|
-
"DtDropdownSeparator": () => (/* reexport */ dropdown_separator),
|
|
998
956
|
"DtGroupableInputMixin": () => (/* reexport */ GroupableMixin),
|
|
999
957
|
"DtInput": () => (/* reexport */ input_input),
|
|
1000
958
|
"DtInputGroup": () => (/* reexport */ input_group_input_group),
|
|
@@ -3163,9 +3121,9 @@ var button_group_component = normalizeComponent(
|
|
|
3163
3121
|
;// CONCATENATED MODULE: ./components/button_group/index.js
|
|
3164
3122
|
|
|
3165
3123
|
|
|
3166
|
-
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/combobox/combobox.vue?vue&type=template&id=
|
|
3167
|
-
var
|
|
3168
|
-
var
|
|
3124
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/combobox/combobox.vue?vue&type=template&id=27af1d14&
|
|
3125
|
+
var comboboxvue_type_template_id_27af1d14_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{on:{"keydown":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"esc",27,$event.key,["Esc","Escape"])){ return null; }$event.stopPropagation();return _vm.onKeyValidation($event, 'onEscapeKey')},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }if($event.ctrlKey||$event.shiftKey||$event.altKey||$event.metaKey){ return null; }return _vm.onKeyValidation($event, 'onEnterKey')},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"up",38,$event.key,["Up","ArrowUp"])){ return null; }$event.stopPropagation();$event.preventDefault();return _vm.onKeyValidation($event, 'onUpKey')},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"down",40,$event.key,["Down","ArrowDown"])){ return null; }$event.stopPropagation();$event.preventDefault();return _vm.onKeyValidation($event, 'onDownKey')},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"home",undefined,$event.key,undefined)){ return null; }$event.stopPropagation();$event.preventDefault();return _vm.onKeyValidation($event, 'onHomeKey')},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"end",undefined,$event.key,undefined)){ return null; }$event.stopPropagation();$event.preventDefault();return _vm.onKeyValidation($event, 'onEndKey')}]}},[_c('div',{attrs:{"data-qa":"dt-combobox-input-wrapper"}},[_vm._t("input",null,{"inputProps":_vm.inputProps})],2),(_vm.showList)?_c('div',{ref:"listWrapper",attrs:{"data-qa":"dt-combobox-list-wrapper"},on:{"mouseleave":_vm.clearHighlightIndex,"focusout":_vm.clearHighlightIndex,"!mousemove":function($event){return _vm.onMouseHighlight.apply(null, arguments)}}},[(_vm.isLoading && !_vm.listRenderedOutside)?_c('combobox-loading-list',_vm._b({},'combobox-loading-list',_vm.listProps,false)):(_vm.isEmpty && _vm.emptyStateMessage && !_vm.listRenderedOutside)?_c('combobox-empty-list',_vm._b({attrs:{"message":_vm.emptyStateMessage}},'combobox-empty-list',_vm.listProps,false)):_vm._t("list",null,{"listProps":_vm.listProps,"opened":_vm.onOpen,"clearHighlightIndex":_vm.clearHighlightIndex,"isLoading":_vm.isLoading,"isListEmpty":_vm.isListEmpty})],2):_vm._e()])}
|
|
3126
|
+
var comboboxvue_type_template_id_27af1d14_staticRenderFns = []
|
|
3169
3127
|
|
|
3170
3128
|
|
|
3171
3129
|
;// CONCATENATED MODULE: ./common/mixins/dom.js
|
|
@@ -4833,6 +4791,14 @@ var combobox_empty_list_component = normalizeComponent(
|
|
|
4833
4791
|
default: false
|
|
4834
4792
|
},
|
|
4835
4793
|
|
|
4794
|
+
/**
|
|
4795
|
+
* If the list has no options as result.
|
|
4796
|
+
*/
|
|
4797
|
+
isEmpty: {
|
|
4798
|
+
type: Boolean,
|
|
4799
|
+
default: true
|
|
4800
|
+
},
|
|
4801
|
+
|
|
4836
4802
|
/**
|
|
4837
4803
|
* Message to show when the list is empty
|
|
4838
4804
|
*/
|
|
@@ -5045,8 +5011,8 @@ var combobox_empty_list_component = normalizeComponent(
|
|
|
5045
5011
|
;
|
|
5046
5012
|
var combobox_component = normalizeComponent(
|
|
5047
5013
|
combobox_comboboxvue_type_script_lang_js_,
|
|
5048
|
-
|
|
5049
|
-
|
|
5014
|
+
comboboxvue_type_template_id_27af1d14_render,
|
|
5015
|
+
comboboxvue_type_template_id_27af1d14_staticRenderFns,
|
|
5050
5016
|
false,
|
|
5051
5017
|
null,
|
|
5052
5018
|
null,
|
|
@@ -5057,157 +5023,748 @@ var combobox_component = normalizeComponent(
|
|
|
5057
5023
|
/* harmony default export */ const combobox = (combobox_component.exports);
|
|
5058
5024
|
;// CONCATENATED MODULE: ./components/combobox/index.js
|
|
5059
5025
|
|
|
5060
|
-
;// 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/
|
|
5061
|
-
var
|
|
5062
|
-
|
|
5063
|
-
|
|
5064
|
-
|
|
5065
|
-
|
|
5066
|
-
|
|
5067
|
-
|
|
5026
|
+
;// 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.vue?vue&type=template&id=81ed658c&
|
|
5027
|
+
var collapsiblevue_type_template_id_81ed658c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c(_vm.elementType,_vm._g({ref:"collapsible",tag:"component"},_vm.$listeners),[_c('div',{ref:"anchor",class:[
|
|
5028
|
+
'd-dt-collapsibe__anchor',
|
|
5029
|
+
_vm.anchorClass ],attrs:{"id":!_vm.ariaLabelledBy && _vm.labelledBy},on:{"!click":function($event){return _vm.defaultToggleOpen.apply(null, arguments)},"keydown":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.defaultToggleOpen.apply(null, arguments)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"space",32,$event.key,[" ","Spacebar"])){ return null; }return _vm.defaultToggleOpen.apply(null, arguments)}]}},[_vm._t("anchor",function(){return [_c('dt-button',{style:({
|
|
5030
|
+
'width': _vm.maxWidth,
|
|
5031
|
+
}),attrs:{"importance":"clear","kind":"muted","aria-controls":_vm.id,"aria-expanded":("" + _vm.isOpen)}},[(_vm.isOpen)?_c('icon-arrow-accordion-open',{staticClass:"d-svg--size18 d-mr8 d-fl-shrink0"}):_c('icon-arrow-accordion-closed',{staticClass:"d-svg--size18 d-mr8 d-fl-shrink0"}),_c('span',{staticClass:"d-mr-auto d-truncate",attrs:{"title":_vm.anchorText}},[_vm._v(" "+_vm._s(_vm.anchorText)+" ")])],1)]},{"attrs":{
|
|
5032
|
+
'aria-controls': _vm.id,
|
|
5033
|
+
'aria-expanded': _vm.isOpen.toString(),
|
|
5034
|
+
'role': 'button',
|
|
5035
|
+
}})],2),_c('dt-collapsible-lazy-show',_vm._g({ref:"contentWrapper",class:[
|
|
5036
|
+
'd-dt-collapsible__content',
|
|
5037
|
+
_vm.contentClass ],style:({
|
|
5038
|
+
'max-height': _vm.maxHeight,
|
|
5039
|
+
'max-width': _vm.maxWidth,
|
|
5040
|
+
}),attrs:{"id":_vm.id,"aria-hidden":("" + (!_vm.isOpen)),"aria-labelledby":_vm.labelledBy,"aria-label":_vm.ariaLabel,"show":_vm.isOpen,"element-type":_vm.contentElementType,"tabindex":"-1","appear":""},on:{"after-leave":_vm.onLeaveTransitionComplete,"after-enter":_vm.onEnterTransitionComplete}},_vm.$listeners),[_vm._t("content")],2)],1)}
|
|
5041
|
+
var collapsiblevue_type_template_id_81ed658c_staticRenderFns = []
|
|
5068
5042
|
|
|
5069
|
-
;// 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/dropdown/dropdown.vue?vue&type=template&id=03fdf47c&
|
|
5070
|
-
var dropdownvue_type_template_id_03fdf47c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('dt-popover',_vm._g({ref:"popover",attrs:{"content-width":_vm.contentWidth,"open":_vm.open,"placement":_vm.placement,"initial-focus-element":_vm.openedWithKeyboard ? 'first' : 'dialog',"fallback-placements":_vm.fallbackPlacements,"padding":"none","role":"menu","modal":_vm.modal,"max-height":_vm.maxHeight,"max-width":_vm.maxWidth,"open-with-arrow-keys":true,"follow-cursor":_vm.followCursor},on:{"opened":_vm.updateInitialHighlightIndex,"keydown":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onEnterKey.apply(null, arguments)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"space",32,$event.key,[" ","Spacebar"])){ return null; }return _vm.onSpaceKey.apply(null, arguments)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"up",38,$event.key,["Up","ArrowUp"])){ return null; }$event.stopPropagation();$event.preventDefault();return _vm.onKeyValidation($event, 'onUpKeyPress')},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"down",40,$event.key,["Down","ArrowDown"])){ return null; }$event.stopPropagation();$event.preventDefault();return _vm.onKeyValidation($event, 'onDownKeyPress')},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"home",undefined,$event.key,undefined)){ return null; }$event.stopPropagation();$event.preventDefault();return _vm.onKeyValidation($event, 'onHomeKeyPress')},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"end",undefined,$event.key,undefined)){ return null; }$event.stopPropagation();$event.preventDefault();return _vm.onKeyValidation($event, 'onEndKeyPress')},function($event){return _vm.onKeyValidation($event, 'onKeyPress')}]},scopedSlots:_vm._u([{key:"anchor",fn:function(ref){
|
|
5071
|
-
var attrs = ref.attrs;
|
|
5072
|
-
return [_vm._t("anchor",null,null,attrs)]}},{key:"content",fn:function(ref){
|
|
5073
|
-
var close = ref.close;
|
|
5074
|
-
return [_c('ul',{ref:"listWrapper",class:['d-ps-relative', 'd-px0', _vm.DROPDOWN_PADDING_CLASSES[_vm.padding], _vm.listClass],attrs:{"id":_vm.listId,"data-qa":"dt-dropdown-list-wrapper"},on:{"mouseleave":_vm.clearHighlightIndex,"!mousemove":function($event){return _vm.onMouseHighlight.apply(null, arguments)}}},[_vm._t("list",null,{"close":close})],2)]}}],null,true)},_vm.$listeners))}
|
|
5075
|
-
var dropdownvue_type_template_id_03fdf47c_staticRenderFns = []
|
|
5076
5043
|
|
|
5044
|
+
;// 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=22ec4864&
|
|
5045
|
+
var collapsible_lazy_showvue_type_template_id_22ec4864_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)}
|
|
5046
|
+
var collapsible_lazy_showvue_type_template_id_22ec4864_staticRenderFns = []
|
|
5077
5047
|
|
|
5078
|
-
;// 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/popover/popover.vue?vue&type=template&id=d3da038c&
|
|
5079
|
-
var popovervue_type_template_id_d3da038c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.modal && _vm.isOpen)?_c('portal',[_c('div',{staticClass:"d-modal--transparent",attrs:{"aria-hidden":_vm.modal && _vm.isOpen ? 'false' : 'true'},on:{"click":function($event){$event.preventDefault();$event.stopPropagation();}}})]):_vm._e(),_c(_vm.elementType,_vm._g({ref:"popover",tag:"component",class:['d-popover', { 'd-popover__anchor--modal-opened': _vm.modal && _vm.isOpen }],attrs:{"data-qa":"dt-popover-container"}},_vm.$listeners),[_c('div',{ref:"anchor",attrs:{"id":!_vm.ariaLabelledby && _vm.labelledBy,"data-qa":"dt-popover-anchor"},on:{"!click":function($event){return _vm.defaultToggleOpen.apply(null, arguments)},"keydown":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"up",38,$event.key,["Up","ArrowUp"])){ return null; }$event.preventDefault();return _vm.onArrowKeyPress.apply(null, arguments)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"down",40,$event.key,["Down","ArrowDown"])){ return null; }$event.preventDefault();return _vm.onArrowKeyPress.apply(null, arguments)}],"wheel":function (e) { return (_vm.isOpen && _vm.modal) && e.preventDefault(); },"!keydown":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"escape",undefined,$event.key,undefined)){ return null; }return _vm.closePopover.apply(null, arguments)}}},[_vm._t("anchor",null,{"attrs":{
|
|
5080
|
-
'aria-expanded': _vm.isOpen.toString(),
|
|
5081
|
-
'aria-controls': _vm.id,
|
|
5082
|
-
'aria-haspopup': _vm.role,
|
|
5083
|
-
}})],2),_c('dt-lazy-show',_vm._g({ref:"content",class:['d-popover__dialog', { 'd-popover__dialog--modal': _vm.modal }, _vm.dialogClass],style:({
|
|
5084
|
-
'max-height': _vm.maxHeight,
|
|
5085
|
-
'max-width': _vm.maxWidth,
|
|
5086
|
-
}),attrs:{"id":_vm.id,"role":_vm.role,"data-qa":"dt-popover","aria-hidden":("" + (!_vm.isOpen)),"aria-labelledby":_vm.labelledBy,"aria-label":_vm.ariaLabel,"aria-modal":("" + (!_vm.modal)),"transition":_vm.transition,"show":_vm.isOpen,"tabindex":_vm.contentTabindex,"appear":""},on:{"!keydown":function($event){return _vm.onKeydown.apply(null, arguments)},"after-leave":_vm.onLeaveTransitionComplete,"after-enter":_vm.onEnterTransitionComplete}},_vm.$listeners),[(_vm.$slots.headerContent || _vm.showCloseButton)?_c('popover-header-footer',{ref:"popover__header",class:_vm.POPOVER_HEADER_FOOTER_PADDING_CLASSES[_vm.padding],attrs:{"content-class":_vm.headerClass,"type":"header","show-close-button":_vm.showCloseButton,"close-button-props":_vm.closeButtonProps},on:{"close":_vm.closePopover},scopedSlots:_vm._u([{key:"content",fn:function(){return [_vm._t("headerContent",null,{"close":_vm.closePopover})]},proxy:true}],null,true)}):_vm._e(),_c('div',{ref:"popover__content",class:[
|
|
5087
|
-
'd-popover__content',
|
|
5088
|
-
_vm.POPOVER_PADDING_CLASSES[_vm.padding],
|
|
5089
|
-
_vm.contentClass ],attrs:{"data-qa":"dt-popover-content"}},[_vm._t("content",null,{"close":_vm.closePopover})],2),(_vm.$slots.footerContent)?_c('popover-header-footer',{ref:"popover__footer",class:_vm.POPOVER_HEADER_FOOTER_PADDING_CLASSES[_vm.padding],attrs:{"type":"footer","content-class":_vm.footerClass},scopedSlots:_vm._u([{key:"content",fn:function(){return [_vm._t("footerContent",null,{"close":_vm.closePopover})]},proxy:true}],null,true)}):_vm._e()],1)],1)],1)}
|
|
5090
|
-
var popovervue_type_template_id_d3da038c_staticRenderFns = []
|
|
5091
5048
|
|
|
5049
|
+
;// 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&
|
|
5050
|
+
//
|
|
5051
|
+
//
|
|
5052
|
+
//
|
|
5053
|
+
//
|
|
5054
|
+
//
|
|
5055
|
+
//
|
|
5056
|
+
//
|
|
5057
|
+
//
|
|
5058
|
+
//
|
|
5059
|
+
//
|
|
5060
|
+
//
|
|
5061
|
+
//
|
|
5062
|
+
//
|
|
5063
|
+
//
|
|
5064
|
+
//
|
|
5065
|
+
//
|
|
5066
|
+
//
|
|
5067
|
+
//
|
|
5068
|
+
//
|
|
5069
|
+
//
|
|
5070
|
+
//
|
|
5071
|
+
//
|
|
5072
|
+
//
|
|
5073
|
+
//
|
|
5074
|
+
/* harmony default export */ const collapsible_lazy_showvue_type_script_lang_js_ = ({
|
|
5075
|
+
name: 'DtCollapsibleLazyShow',
|
|
5092
5076
|
|
|
5093
|
-
|
|
5094
|
-
|
|
5095
|
-
|
|
5096
|
-
|
|
5097
|
-
|
|
5098
|
-
|
|
5099
|
-
|
|
5077
|
+
/******************
|
|
5078
|
+
* PROPS *
|
|
5079
|
+
******************/
|
|
5080
|
+
props: {
|
|
5081
|
+
/**
|
|
5082
|
+
* Whether the child slot is shown.
|
|
5083
|
+
*/
|
|
5084
|
+
show: Boolean,
|
|
5085
|
+
appear: {
|
|
5086
|
+
type: Boolean,
|
|
5087
|
+
default: false
|
|
5088
|
+
},
|
|
5089
|
+
elementType: {
|
|
5090
|
+
type: String,
|
|
5091
|
+
default: 'div'
|
|
5092
|
+
}
|
|
5093
|
+
},
|
|
5100
5094
|
|
|
5101
|
-
|
|
5102
|
-
|
|
5103
|
-
|
|
5104
|
-
|
|
5105
|
-
|
|
5106
|
-
|
|
5107
|
-
|
|
5108
|
-
|
|
5109
|
-
// const offsetHeight = element.offsetHeight;
|
|
5110
|
-
// const offsetWidth = element.offsetWidth;
|
|
5111
|
-
// // Do not attempt to divide by 0, otherwise we get `Infinity` as scale
|
|
5112
|
-
// // Fallback to 1 in case both values are `0`
|
|
5113
|
-
// if (offsetWidth > 0) {
|
|
5114
|
-
// scaleX = rect.width / offsetWidth || 1;
|
|
5115
|
-
// }
|
|
5116
|
-
// if (offsetHeight > 0) {
|
|
5117
|
-
// scaleY = rect.height / offsetHeight || 1;
|
|
5118
|
-
// }
|
|
5119
|
-
// }
|
|
5095
|
+
/******************
|
|
5096
|
+
* DATA *
|
|
5097
|
+
******************/
|
|
5098
|
+
data() {
|
|
5099
|
+
return {
|
|
5100
|
+
initialized: !!this.show
|
|
5101
|
+
};
|
|
5102
|
+
},
|
|
5120
5103
|
|
|
5121
|
-
|
|
5122
|
-
|
|
5123
|
-
|
|
5124
|
-
|
|
5125
|
-
|
|
5126
|
-
|
|
5127
|
-
|
|
5128
|
-
|
|
5129
|
-
|
|
5130
|
-
|
|
5131
|
-
|
|
5132
|
-
|
|
5133
|
-
|
|
5134
|
-
|
|
5135
|
-
|
|
5136
|
-
|
|
5104
|
+
/******************
|
|
5105
|
+
* WATCH *
|
|
5106
|
+
******************/
|
|
5107
|
+
watch: {
|
|
5108
|
+
show: function (newValue) {
|
|
5109
|
+
if (!newValue || this.initialized) return;
|
|
5110
|
+
this.initialized = true;
|
|
5111
|
+
}
|
|
5112
|
+
},
|
|
5113
|
+
methods: {
|
|
5114
|
+
/**
|
|
5115
|
+
* @param {HTMLElement} element
|
|
5116
|
+
*/
|
|
5117
|
+
beforeEnter(element) {
|
|
5118
|
+
requestAnimationFrame(() => {
|
|
5119
|
+
if (!element.style.height) {
|
|
5120
|
+
element.style.height = '0px';
|
|
5121
|
+
}
|
|
5137
5122
|
|
|
5138
|
-
|
|
5139
|
-
|
|
5140
|
-
|
|
5141
|
-
}
|
|
5123
|
+
element.style.display = null;
|
|
5124
|
+
});
|
|
5125
|
+
},
|
|
5142
5126
|
|
|
5143
|
-
|
|
5144
|
-
}
|
|
5145
|
-
|
|
5127
|
+
/**
|
|
5128
|
+
* @param {HTMLElement} element
|
|
5129
|
+
*/
|
|
5130
|
+
enter(element) {
|
|
5131
|
+
requestAnimationFrame(() => {
|
|
5132
|
+
requestAnimationFrame(() => {
|
|
5133
|
+
element.style.height = "".concat(element.scrollHeight, "px");
|
|
5134
|
+
});
|
|
5135
|
+
});
|
|
5136
|
+
},
|
|
5146
5137
|
|
|
5147
|
-
|
|
5148
|
-
|
|
5149
|
-
|
|
5150
|
-
|
|
5151
|
-
|
|
5152
|
-
|
|
5153
|
-
scrollTop: scrollTop
|
|
5154
|
-
};
|
|
5155
|
-
}
|
|
5156
|
-
;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/instanceOf.js
|
|
5138
|
+
/**
|
|
5139
|
+
* @param {HTMLElement} element
|
|
5140
|
+
*/
|
|
5141
|
+
afterEnter(element) {
|
|
5142
|
+
element.style.height = null;
|
|
5143
|
+
},
|
|
5157
5144
|
|
|
5145
|
+
/**
|
|
5146
|
+
* @param {HTMLElement} element
|
|
5147
|
+
*/
|
|
5148
|
+
beforeLeave(element) {
|
|
5149
|
+
requestAnimationFrame(() => {
|
|
5150
|
+
if (!element.style.height) {
|
|
5151
|
+
element.style.height = "".concat(element.offsetHeight, "px");
|
|
5152
|
+
}
|
|
5153
|
+
});
|
|
5154
|
+
},
|
|
5158
5155
|
|
|
5159
|
-
|
|
5160
|
-
|
|
5161
|
-
|
|
5162
|
-
|
|
5156
|
+
/**
|
|
5157
|
+
* @param {HTMLElement} element
|
|
5158
|
+
*/
|
|
5159
|
+
leave(element) {
|
|
5160
|
+
requestAnimationFrame(() => {
|
|
5161
|
+
requestAnimationFrame(() => {
|
|
5162
|
+
element.style.height = '0px';
|
|
5163
|
+
});
|
|
5164
|
+
});
|
|
5165
|
+
},
|
|
5163
5166
|
|
|
5164
|
-
|
|
5165
|
-
|
|
5166
|
-
|
|
5167
|
-
|
|
5167
|
+
/**
|
|
5168
|
+
* @param {HTMLElement} element
|
|
5169
|
+
*/
|
|
5170
|
+
afterLeave(element) {
|
|
5171
|
+
element.style.height = null;
|
|
5172
|
+
}
|
|
5168
5173
|
|
|
5169
|
-
function isShadowRoot(node) {
|
|
5170
|
-
// IE 11 has no ShadowRoot
|
|
5171
|
-
if (typeof ShadowRoot === 'undefined') {
|
|
5172
|
-
return false;
|
|
5173
5174
|
}
|
|
5175
|
+
});
|
|
5176
|
+
;// CONCATENATED MODULE: ./components/collapsible/collapsible_lazy_show.vue?vue&type=script&lang=js&
|
|
5177
|
+
/* harmony default export */ const collapsible_collapsible_lazy_showvue_type_script_lang_js_ = (collapsible_lazy_showvue_type_script_lang_js_);
|
|
5178
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-52[0].rules[0].use[0]!./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-52[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-52[0].rules[0].use[2]!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-52[0].rules[0].use[3]!./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=style&index=0&lang=css&
|
|
5179
|
+
var collapsible_lazy_showvue_type_style_index_0_lang_css_ = __webpack_require__(275);
|
|
5180
|
+
;// CONCATENATED MODULE: ./components/collapsible/collapsible_lazy_show.vue?vue&type=style&index=0&lang=css&
|
|
5174
5181
|
|
|
5175
|
-
|
|
5176
|
-
return node instanceof OwnElement || node instanceof ShadowRoot;
|
|
5177
|
-
}
|
|
5178
|
-
|
|
5182
|
+
;// CONCATENATED MODULE: ./components/collapsible/collapsible_lazy_show.vue
|
|
5179
5183
|
|
|
5180
|
-
;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/getHTMLElementScroll.js
|
|
5181
|
-
function getHTMLElementScroll(element) {
|
|
5182
|
-
return {
|
|
5183
|
-
scrollLeft: element.scrollLeft,
|
|
5184
|
-
scrollTop: element.scrollTop
|
|
5185
|
-
};
|
|
5186
|
-
}
|
|
5187
|
-
;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/getNodeScroll.js
|
|
5188
5184
|
|
|
5189
5185
|
|
|
5186
|
+
;
|
|
5190
5187
|
|
|
5191
5188
|
|
|
5192
|
-
|
|
5193
|
-
if (node === getWindow(node) || !isHTMLElement(node)) {
|
|
5194
|
-
return getWindowScroll(node);
|
|
5195
|
-
} else {
|
|
5196
|
-
return getHTMLElementScroll(node);
|
|
5197
|
-
}
|
|
5198
|
-
}
|
|
5199
|
-
;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/getNodeName.js
|
|
5200
|
-
function getNodeName(element) {
|
|
5201
|
-
return element ? (element.nodeName || '').toLowerCase() : null;
|
|
5202
|
-
}
|
|
5203
|
-
;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.js
|
|
5189
|
+
/* normalize component */
|
|
5204
5190
|
|
|
5205
|
-
|
|
5206
|
-
|
|
5207
|
-
|
|
5208
|
-
|
|
5209
|
-
|
|
5210
|
-
|
|
5191
|
+
var collapsible_lazy_show_component = normalizeComponent(
|
|
5192
|
+
collapsible_collapsible_lazy_showvue_type_script_lang_js_,
|
|
5193
|
+
collapsible_lazy_showvue_type_template_id_22ec4864_render,
|
|
5194
|
+
collapsible_lazy_showvue_type_template_id_22ec4864_staticRenderFns,
|
|
5195
|
+
false,
|
|
5196
|
+
null,
|
|
5197
|
+
null,
|
|
5198
|
+
null
|
|
5199
|
+
|
|
5200
|
+
)
|
|
5201
|
+
|
|
5202
|
+
/* harmony default export */ const collapsible_lazy_show = (collapsible_lazy_show_component.exports);
|
|
5203
|
+
;// 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=9ffa4e8c&
|
|
5204
|
+
var lazy_showvue_type_template_id_9ffa4e8c_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)])}
|
|
5205
|
+
var lazy_showvue_type_template_id_9ffa4e8c_staticRenderFns = []
|
|
5206
|
+
|
|
5207
|
+
|
|
5208
|
+
;// 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&
|
|
5209
|
+
//
|
|
5210
|
+
//
|
|
5211
|
+
//
|
|
5212
|
+
//
|
|
5213
|
+
//
|
|
5214
|
+
//
|
|
5215
|
+
//
|
|
5216
|
+
//
|
|
5217
|
+
//
|
|
5218
|
+
//
|
|
5219
|
+
//
|
|
5220
|
+
//
|
|
5221
|
+
//
|
|
5222
|
+
//
|
|
5223
|
+
//
|
|
5224
|
+
//
|
|
5225
|
+
/* harmony default export */ const lazy_showvue_type_script_lang_js_ = ({
|
|
5226
|
+
name: 'DtLazyShow',
|
|
5227
|
+
|
|
5228
|
+
/******************
|
|
5229
|
+
* PROPS *
|
|
5230
|
+
******************/
|
|
5231
|
+
props: {
|
|
5232
|
+
/**
|
|
5233
|
+
* Whether the child slot is shown.
|
|
5234
|
+
*/
|
|
5235
|
+
show: Boolean,
|
|
5236
|
+
|
|
5237
|
+
/**
|
|
5238
|
+
* A valid Vue enter/leave CSS transition name.
|
|
5239
|
+
*/
|
|
5240
|
+
transition: {
|
|
5241
|
+
type: String,
|
|
5242
|
+
default: null
|
|
5243
|
+
},
|
|
5244
|
+
appear: {
|
|
5245
|
+
type: Boolean,
|
|
5246
|
+
default: false
|
|
5247
|
+
}
|
|
5248
|
+
},
|
|
5249
|
+
|
|
5250
|
+
/******************
|
|
5251
|
+
* DATA *
|
|
5252
|
+
******************/
|
|
5253
|
+
data() {
|
|
5254
|
+
return {
|
|
5255
|
+
initialized: !!this.show
|
|
5256
|
+
};
|
|
5257
|
+
},
|
|
5258
|
+
|
|
5259
|
+
/******************
|
|
5260
|
+
* WATCH *
|
|
5261
|
+
******************/
|
|
5262
|
+
watch: {
|
|
5263
|
+
show: function (newValue) {
|
|
5264
|
+
if (!newValue || this.initialized) return;
|
|
5265
|
+
this.initialized = true;
|
|
5266
|
+
}
|
|
5267
|
+
}
|
|
5268
|
+
});
|
|
5269
|
+
;// CONCATENATED MODULE: ./components/lazy_show/lazy_show.vue?vue&type=script&lang=js&
|
|
5270
|
+
/* harmony default export */ const lazy_show_lazy_showvue_type_script_lang_js_ = (lazy_showvue_type_script_lang_js_);
|
|
5271
|
+
;// CONCATENATED MODULE: ./components/lazy_show/lazy_show.vue
|
|
5272
|
+
|
|
5273
|
+
|
|
5274
|
+
|
|
5275
|
+
|
|
5276
|
+
|
|
5277
|
+
/* normalize component */
|
|
5278
|
+
;
|
|
5279
|
+
var lazy_show_component = normalizeComponent(
|
|
5280
|
+
lazy_show_lazy_showvue_type_script_lang_js_,
|
|
5281
|
+
lazy_showvue_type_template_id_9ffa4e8c_render,
|
|
5282
|
+
lazy_showvue_type_template_id_9ffa4e8c_staticRenderFns,
|
|
5283
|
+
false,
|
|
5284
|
+
null,
|
|
5285
|
+
null,
|
|
5286
|
+
null
|
|
5287
|
+
|
|
5288
|
+
)
|
|
5289
|
+
|
|
5290
|
+
/* harmony default export */ const lazy_show = (lazy_show_component.exports);
|
|
5291
|
+
;// CONCATENATED MODULE: ./components/lazy_show/index.js
|
|
5292
|
+
|
|
5293
|
+
;// 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!./node_modules/@dialpad/dialtone/lib/dist/vue/icons/IconArrowAccordionOpen.vue?vue&type=template&id=5f13df90&
|
|
5294
|
+
var IconArrowAccordionOpenvue_type_template_id_5f13df90_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{staticClass:"d-svg d-svg--system d-svg__arrowAccordionOpen",attrs:{"aria-hidden":"true","aria-label":"Arrow Accordion Open","viewBox":"0 0 24 24"}},[_c('path',{attrs:{"d":"M8.738 8a1 1 0 00-.865 1.502l3.262 5.614a1 1 0 001.73 0l3.262-5.614A1 1 0 0015.262 8H8.738z"}})])}
|
|
5295
|
+
var IconArrowAccordionOpenvue_type_template_id_5f13df90_staticRenderFns = []
|
|
5296
|
+
|
|
5297
|
+
|
|
5298
|
+
;// CONCATENATED MODULE: ./node_modules/@dialpad/dialtone/lib/dist/vue/icons/IconArrowAccordionOpen.vue
|
|
5299
|
+
|
|
5300
|
+
var IconArrowAccordionOpen_script = {}
|
|
5301
|
+
|
|
5302
|
+
|
|
5303
|
+
/* normalize component */
|
|
5304
|
+
;
|
|
5305
|
+
var IconArrowAccordionOpen_component = normalizeComponent(
|
|
5306
|
+
IconArrowAccordionOpen_script,
|
|
5307
|
+
IconArrowAccordionOpenvue_type_template_id_5f13df90_render,
|
|
5308
|
+
IconArrowAccordionOpenvue_type_template_id_5f13df90_staticRenderFns,
|
|
5309
|
+
false,
|
|
5310
|
+
null,
|
|
5311
|
+
null,
|
|
5312
|
+
null
|
|
5313
|
+
|
|
5314
|
+
)
|
|
5315
|
+
|
|
5316
|
+
/* harmony default export */ const IconArrowAccordionOpen = (IconArrowAccordionOpen_component.exports);
|
|
5317
|
+
;// 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!./node_modules/@dialpad/dialtone/lib/dist/vue/icons/IconArrowAccordionClosed.vue?vue&type=template&id=8c8269ea&
|
|
5318
|
+
var IconArrowAccordionClosedvue_type_template_id_8c8269ea_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{staticClass:"d-svg d-svg--system d-svg__arrowAccordionClosed",attrs:{"aria-hidden":"true","aria-label":"Arrow Accordion Closed","viewBox":"0 0 24 24"}},[_c('path',{attrs:{"d":"M8 15.262a1 1 0 001.502.865l5.614-3.262a1 1 0 000-1.73L9.502 7.873A1 1 0 008 8.738v6.524z"}})])}
|
|
5319
|
+
var IconArrowAccordionClosedvue_type_template_id_8c8269ea_staticRenderFns = []
|
|
5320
|
+
|
|
5321
|
+
|
|
5322
|
+
;// CONCATENATED MODULE: ./node_modules/@dialpad/dialtone/lib/dist/vue/icons/IconArrowAccordionClosed.vue
|
|
5323
|
+
|
|
5324
|
+
var IconArrowAccordionClosed_script = {}
|
|
5325
|
+
|
|
5326
|
+
|
|
5327
|
+
/* normalize component */
|
|
5328
|
+
;
|
|
5329
|
+
var IconArrowAccordionClosed_component = normalizeComponent(
|
|
5330
|
+
IconArrowAccordionClosed_script,
|
|
5331
|
+
IconArrowAccordionClosedvue_type_template_id_8c8269ea_render,
|
|
5332
|
+
IconArrowAccordionClosedvue_type_template_id_8c8269ea_staticRenderFns,
|
|
5333
|
+
false,
|
|
5334
|
+
null,
|
|
5335
|
+
null,
|
|
5336
|
+
null
|
|
5337
|
+
|
|
5338
|
+
)
|
|
5339
|
+
|
|
5340
|
+
/* harmony default export */ const IconArrowAccordionClosed = (IconArrowAccordionClosed_component.exports);
|
|
5341
|
+
;// 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.vue?vue&type=script&lang=js&
|
|
5342
|
+
//
|
|
5343
|
+
//
|
|
5344
|
+
//
|
|
5345
|
+
//
|
|
5346
|
+
//
|
|
5347
|
+
//
|
|
5348
|
+
//
|
|
5349
|
+
//
|
|
5350
|
+
//
|
|
5351
|
+
//
|
|
5352
|
+
//
|
|
5353
|
+
//
|
|
5354
|
+
//
|
|
5355
|
+
//
|
|
5356
|
+
//
|
|
5357
|
+
//
|
|
5358
|
+
//
|
|
5359
|
+
//
|
|
5360
|
+
//
|
|
5361
|
+
//
|
|
5362
|
+
//
|
|
5363
|
+
//
|
|
5364
|
+
//
|
|
5365
|
+
//
|
|
5366
|
+
//
|
|
5367
|
+
//
|
|
5368
|
+
//
|
|
5369
|
+
//
|
|
5370
|
+
//
|
|
5371
|
+
//
|
|
5372
|
+
//
|
|
5373
|
+
//
|
|
5374
|
+
//
|
|
5375
|
+
//
|
|
5376
|
+
//
|
|
5377
|
+
//
|
|
5378
|
+
//
|
|
5379
|
+
//
|
|
5380
|
+
//
|
|
5381
|
+
//
|
|
5382
|
+
//
|
|
5383
|
+
//
|
|
5384
|
+
//
|
|
5385
|
+
//
|
|
5386
|
+
//
|
|
5387
|
+
//
|
|
5388
|
+
//
|
|
5389
|
+
//
|
|
5390
|
+
//
|
|
5391
|
+
//
|
|
5392
|
+
//
|
|
5393
|
+
//
|
|
5394
|
+
//
|
|
5395
|
+
//
|
|
5396
|
+
//
|
|
5397
|
+
//
|
|
5398
|
+
//
|
|
5399
|
+
//
|
|
5400
|
+
//
|
|
5401
|
+
//
|
|
5402
|
+
//
|
|
5403
|
+
//
|
|
5404
|
+
//
|
|
5405
|
+
//
|
|
5406
|
+
//
|
|
5407
|
+
//
|
|
5408
|
+
//
|
|
5409
|
+
//
|
|
5410
|
+
//
|
|
5411
|
+
//
|
|
5412
|
+
//
|
|
5413
|
+
//
|
|
5414
|
+
//
|
|
5415
|
+
//
|
|
5416
|
+
//
|
|
5417
|
+
//
|
|
5418
|
+
//
|
|
5419
|
+
//
|
|
5420
|
+
//
|
|
5421
|
+
//
|
|
5422
|
+
//
|
|
5423
|
+
//
|
|
5424
|
+
//
|
|
5425
|
+
|
|
5426
|
+
|
|
5427
|
+
|
|
5428
|
+
|
|
5429
|
+
|
|
5430
|
+
|
|
5431
|
+
/* harmony default export */ const collapsiblevue_type_script_lang_js_ = ({
|
|
5432
|
+
name: 'DtCollapsible',
|
|
5433
|
+
components: {
|
|
5434
|
+
DtButton: button_button,
|
|
5435
|
+
DtCollapsibleLazyShow: collapsible_lazy_show,
|
|
5436
|
+
DtLazyShow: lazy_show,
|
|
5437
|
+
IconArrowAccordionOpen: IconArrowAccordionOpen,
|
|
5438
|
+
IconArrowAccordionClosed: IconArrowAccordionClosed
|
|
5439
|
+
},
|
|
5440
|
+
props: {
|
|
5441
|
+
/**
|
|
5442
|
+
* Text that is displayed on the anchor if nothing is passed in the slot.
|
|
5443
|
+
* Ignored if the anchor slot is used.
|
|
5444
|
+
*/
|
|
5445
|
+
anchorText: {
|
|
5446
|
+
type: String,
|
|
5447
|
+
default: null
|
|
5448
|
+
},
|
|
5449
|
+
|
|
5450
|
+
/**
|
|
5451
|
+
* Controls whether the collapsible is shown. Leaving this null will have the collapsible start
|
|
5452
|
+
* expanded and trigger on click by default. If you set this value, the default trigger
|
|
5453
|
+
* behavior will be disabled and you can control it as you need.
|
|
5454
|
+
* Supports .sync modifier
|
|
5455
|
+
*/
|
|
5456
|
+
open: {
|
|
5457
|
+
type: Boolean,
|
|
5458
|
+
default: null
|
|
5459
|
+
},
|
|
5460
|
+
|
|
5461
|
+
/**
|
|
5462
|
+
* The id of the content wrapper.
|
|
5463
|
+
*/
|
|
5464
|
+
id: {
|
|
5465
|
+
type: String,
|
|
5466
|
+
|
|
5467
|
+
default() {
|
|
5468
|
+
return getUniqueString();
|
|
5469
|
+
}
|
|
5470
|
+
|
|
5471
|
+
},
|
|
5472
|
+
|
|
5473
|
+
/**
|
|
5474
|
+
* Element type (tag name) of the root element of the component.
|
|
5475
|
+
*/
|
|
5476
|
+
elementType: {
|
|
5477
|
+
type: String,
|
|
5478
|
+
default: 'div'
|
|
5479
|
+
},
|
|
5480
|
+
|
|
5481
|
+
/**
|
|
5482
|
+
* Element type (tag name) of the content wrapper element.
|
|
5483
|
+
*/
|
|
5484
|
+
contentElementType: {
|
|
5485
|
+
type: String,
|
|
5486
|
+
default: 'div'
|
|
5487
|
+
},
|
|
5488
|
+
|
|
5489
|
+
/**
|
|
5490
|
+
* Additional class name for the anchor wrapper element.
|
|
5491
|
+
*/
|
|
5492
|
+
anchorClass: {
|
|
5493
|
+
type: [String, Array, Object],
|
|
5494
|
+
default: null
|
|
5495
|
+
},
|
|
5496
|
+
|
|
5497
|
+
/**
|
|
5498
|
+
* Additional class name for the content wrapper element.
|
|
5499
|
+
*/
|
|
5500
|
+
contentClass: {
|
|
5501
|
+
type: [String, Array, Object],
|
|
5502
|
+
default: null
|
|
5503
|
+
},
|
|
5504
|
+
|
|
5505
|
+
/**
|
|
5506
|
+
* The maximum width of the anchor and collapsible element.
|
|
5507
|
+
* Possible units rem|px|%|em
|
|
5508
|
+
*/
|
|
5509
|
+
maxWidth: {
|
|
5510
|
+
type: String,
|
|
5511
|
+
default: null
|
|
5512
|
+
},
|
|
5513
|
+
|
|
5514
|
+
/**
|
|
5515
|
+
* The maximum height of the collapsible element.
|
|
5516
|
+
* Possible units rem|px|%|em
|
|
5517
|
+
*/
|
|
5518
|
+
maxHeight: {
|
|
5519
|
+
type: String,
|
|
5520
|
+
default: null
|
|
5521
|
+
},
|
|
5522
|
+
|
|
5523
|
+
/**
|
|
5524
|
+
* Label on the collapsible content. Should provide this or ariaLabelledBy but not both.
|
|
5525
|
+
*/
|
|
5526
|
+
ariaLabel: {
|
|
5527
|
+
type: String,
|
|
5528
|
+
default: null
|
|
5529
|
+
},
|
|
5530
|
+
|
|
5531
|
+
/**
|
|
5532
|
+
* Id of the element that labels the collapsible content. Defaults to the anchor element.
|
|
5533
|
+
* Should provide this or ariaLabel but not both.
|
|
5534
|
+
*/
|
|
5535
|
+
ariaLabelledBy: {
|
|
5536
|
+
type: String,
|
|
5537
|
+
default: null
|
|
5538
|
+
}
|
|
5539
|
+
},
|
|
5540
|
+
emits: ['update:open', 'opened'],
|
|
5541
|
+
|
|
5542
|
+
data() {
|
|
5543
|
+
return {
|
|
5544
|
+
isOpen: true
|
|
5545
|
+
};
|
|
5546
|
+
},
|
|
5547
|
+
|
|
5548
|
+
computed: {
|
|
5549
|
+
labelledBy() {
|
|
5550
|
+
// aria-labelledby should be set only if aria-labelledby is passed as a prop, or if
|
|
5551
|
+
// there is no aria-label and the labelledby should point to the anchor
|
|
5552
|
+
return this.ariaLabelledby || !this.ariaLabel && getUniqueString('DtCollapsible__anchor');
|
|
5553
|
+
},
|
|
5554
|
+
|
|
5555
|
+
contentStyle() {
|
|
5556
|
+
return {
|
|
5557
|
+
'max-height': this.maxHeight,
|
|
5558
|
+
'max-width': this.maxWidth
|
|
5559
|
+
};
|
|
5560
|
+
}
|
|
5561
|
+
|
|
5562
|
+
},
|
|
5563
|
+
watch: {
|
|
5564
|
+
open: {
|
|
5565
|
+
handler: function (open) {
|
|
5566
|
+
if (open !== null) {
|
|
5567
|
+
this.isOpen = open;
|
|
5568
|
+
}
|
|
5569
|
+
},
|
|
5570
|
+
immediate: true
|
|
5571
|
+
}
|
|
5572
|
+
},
|
|
5573
|
+
methods: {
|
|
5574
|
+
onLeaveTransitionComplete() {
|
|
5575
|
+
this.$emit('opened', false);
|
|
5576
|
+
|
|
5577
|
+
if (this.open !== null) {
|
|
5578
|
+
this.$emit('update:open', false);
|
|
5579
|
+
}
|
|
5580
|
+
},
|
|
5581
|
+
|
|
5582
|
+
onEnterTransitionComplete() {
|
|
5583
|
+
this.$emit('opened', true, this.$refs.content);
|
|
5584
|
+
|
|
5585
|
+
if (this.open !== null) {
|
|
5586
|
+
this.$emit('update:open', true);
|
|
5587
|
+
}
|
|
5588
|
+
},
|
|
5589
|
+
|
|
5590
|
+
defaultToggleOpen() {
|
|
5591
|
+
if (this.open === null) {
|
|
5592
|
+
this.toggleOpen();
|
|
5593
|
+
}
|
|
5594
|
+
},
|
|
5595
|
+
|
|
5596
|
+
toggleOpen() {
|
|
5597
|
+
this.isOpen = !this.isOpen;
|
|
5598
|
+
}
|
|
5599
|
+
|
|
5600
|
+
}
|
|
5601
|
+
});
|
|
5602
|
+
;// CONCATENATED MODULE: ./components/collapsible/collapsible.vue?vue&type=script&lang=js&
|
|
5603
|
+
/* harmony default export */ const collapsible_collapsiblevue_type_script_lang_js_ = (collapsiblevue_type_script_lang_js_);
|
|
5604
|
+
;// CONCATENATED MODULE: ./components/collapsible/collapsible.vue
|
|
5605
|
+
|
|
5606
|
+
|
|
5607
|
+
|
|
5608
|
+
|
|
5609
|
+
|
|
5610
|
+
/* normalize component */
|
|
5611
|
+
;
|
|
5612
|
+
var collapsible_component = normalizeComponent(
|
|
5613
|
+
collapsible_collapsiblevue_type_script_lang_js_,
|
|
5614
|
+
collapsiblevue_type_template_id_81ed658c_render,
|
|
5615
|
+
collapsiblevue_type_template_id_81ed658c_staticRenderFns,
|
|
5616
|
+
false,
|
|
5617
|
+
null,
|
|
5618
|
+
null,
|
|
5619
|
+
null
|
|
5620
|
+
|
|
5621
|
+
)
|
|
5622
|
+
|
|
5623
|
+
/* harmony default export */ const collapsible = (collapsible_component.exports);
|
|
5624
|
+
;// CONCATENATED MODULE: ./components/collapsible/index.js
|
|
5625
|
+
|
|
5626
|
+
;// 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/dropdown/dropdown.vue?vue&type=template&id=230c0da9&
|
|
5627
|
+
var dropdownvue_type_template_id_230c0da9_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('dt-popover',_vm._g({ref:"popover",attrs:{"content-width":_vm.contentWidth,"open":_vm.open,"placement":_vm.placement,"initial-focus-element":_vm.openedWithKeyboard ? 'first' : 'dialog',"fallback-placements":_vm.fallbackPlacements,"padding":"none","role":"menu","modal":_vm.modal,"max-height":_vm.maxHeight,"max-width":_vm.maxWidth,"open-with-arrow-keys":true},on:{"opened":_vm.updateInitialHighlightIndex,"keydown":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onEnterKey.apply(null, arguments)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"space",32,$event.key,[" ","Spacebar"])){ return null; }return _vm.onSpaceKey.apply(null, arguments)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"up",38,$event.key,["Up","ArrowUp"])){ return null; }$event.stopPropagation();$event.preventDefault();return _vm.onKeyValidation($event, 'onUpKeyPress')},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"down",40,$event.key,["Down","ArrowDown"])){ return null; }$event.stopPropagation();$event.preventDefault();return _vm.onKeyValidation($event, 'onDownKeyPress')},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"home",undefined,$event.key,undefined)){ return null; }$event.stopPropagation();$event.preventDefault();return _vm.onKeyValidation($event, 'onHomeKeyPress')},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"end",undefined,$event.key,undefined)){ return null; }$event.stopPropagation();$event.preventDefault();return _vm.onKeyValidation($event, 'onEndKeyPress')},function($event){return _vm.onKeyValidation($event, 'onKeyPress')}]},scopedSlots:_vm._u([{key:"anchor",fn:function(ref){
|
|
5628
|
+
var attrs = ref.attrs;
|
|
5629
|
+
return [_vm._t("anchor",null,null,attrs)]}},{key:"content",fn:function(ref){
|
|
5630
|
+
var close = ref.close;
|
|
5631
|
+
return [_c('ul',{ref:"listWrapper",class:['d-ps-relative', 'd-px0', _vm.DROPDOWN_PADDING_CLASSES[_vm.padding], _vm.listClass],attrs:{"id":_vm.listId,"data-qa":"dt-dropdown-list-wrapper"},on:{"mouseleave":_vm.clearHighlightIndex,"!mousemove":function($event){return _vm.onMouseHighlight.apply(null, arguments)}}},[_vm._t("list",null,{"close":close})],2)]}}],null,true)},_vm.$listeners))}
|
|
5632
|
+
var dropdownvue_type_template_id_230c0da9_staticRenderFns = []
|
|
5633
|
+
|
|
5634
|
+
|
|
5635
|
+
;// 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/popover/popover.vue?vue&type=template&id=27ddd8bc&
|
|
5636
|
+
var popovervue_type_template_id_27ddd8bc_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.modal && _vm.isOpen)?_c('portal',[_c('div',{staticClass:"d-modal--transparent",attrs:{"aria-hidden":_vm.modal && _vm.isOpen ? 'false' : 'true'},on:{"click":function($event){$event.preventDefault();$event.stopPropagation();}}})]):_vm._e(),_c(_vm.elementType,_vm._g({ref:"popover",tag:"component",class:['d-popover', { 'd-popover__anchor--modal-opened': _vm.modal && _vm.isOpen }],attrs:{"data-qa":"dt-popover-container"}},_vm.$listeners),[_c('div',{ref:"anchor",attrs:{"id":!_vm.ariaLabelledby && _vm.labelledBy,"data-qa":"dt-popover-anchor"},on:{"!click":function($event){return _vm.defaultToggleOpen.apply(null, arguments)},"keydown":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"up",38,$event.key,["Up","ArrowUp"])){ return null; }$event.preventDefault();return _vm.onArrowKeyPress.apply(null, arguments)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"down",40,$event.key,["Down","ArrowDown"])){ return null; }$event.preventDefault();return _vm.onArrowKeyPress.apply(null, arguments)}],"wheel":function (e) { return (_vm.isOpen && _vm.modal) && e.preventDefault(); },"!keydown":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"escape",undefined,$event.key,undefined)){ return null; }return _vm.closePopover.apply(null, arguments)}}},[_vm._t("anchor",null,{"attrs":{
|
|
5637
|
+
'aria-expanded': _vm.isOpen.toString(),
|
|
5638
|
+
'aria-controls': _vm.id,
|
|
5639
|
+
'aria-haspopup': _vm.role,
|
|
5640
|
+
}})],2),_c('dt-lazy-show',_vm._g({ref:"content",class:['d-popover__dialog', { 'd-popover__dialog--modal': _vm.modal }, _vm.dialogClass],style:({
|
|
5641
|
+
'max-height': _vm.maxHeight,
|
|
5642
|
+
'max-width': _vm.maxWidth,
|
|
5643
|
+
}),attrs:{"id":_vm.id,"role":_vm.role,"data-qa":"dt-popover","aria-hidden":("" + (!_vm.isOpen)),"aria-labelledby":_vm.labelledBy,"aria-label":_vm.ariaLabel,"aria-modal":("" + (!_vm.modal)),"transition":_vm.transition,"show":_vm.isOpen,"tabindex":_vm.contentTabindex,"appear":""},on:{"!keydown":function($event){return _vm.onKeydown.apply(null, arguments)},"after-leave":_vm.onLeaveTransitionComplete,"after-enter":_vm.onEnterTransitionComplete}},_vm.$listeners),[(_vm.$slots.headerContent || _vm.showCloseButton)?_c('popover-header-footer',{ref:"popover__header",class:_vm.POPOVER_HEADER_FOOTER_PADDING_CLASSES[_vm.padding],attrs:{"content-class":_vm.headerClass,"type":"header","show-close-button":_vm.showCloseButton,"close-button-props":_vm.closeButtonProps},on:{"close":_vm.closePopover},scopedSlots:_vm._u([{key:"content",fn:function(){return [_vm._t("headerContent",null,{"close":_vm.closePopover})]},proxy:true}],null,true)}):_vm._e(),_c('div',{ref:"popover__content",class:[
|
|
5644
|
+
'd-popover__content',
|
|
5645
|
+
_vm.POPOVER_PADDING_CLASSES[_vm.padding],
|
|
5646
|
+
_vm.contentClass ],attrs:{"data-qa":"dt-popover-content"}},[_vm._t("content",null,{"close":_vm.closePopover})],2),(_vm.$slots.footerContent)?_c('popover-header-footer',{ref:"popover__footer",class:_vm.POPOVER_HEADER_FOOTER_PADDING_CLASSES[_vm.padding],attrs:{"type":"footer","content-class":_vm.footerClass},scopedSlots:_vm._u([{key:"content",fn:function(){return [_vm._t("footerContent",null,{"close":_vm.closePopover})]},proxy:true}],null,true)}):_vm._e()],1)],1)],1)}
|
|
5647
|
+
var popovervue_type_template_id_27ddd8bc_staticRenderFns = []
|
|
5648
|
+
|
|
5649
|
+
|
|
5650
|
+
;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.js
|
|
5651
|
+
// import { isHTMLElement } from './instanceOf';
|
|
5652
|
+
function getBoundingClientRect(element, // eslint-disable-next-line unused-imports/no-unused-vars
|
|
5653
|
+
includeScale) {
|
|
5654
|
+
if (includeScale === void 0) {
|
|
5655
|
+
includeScale = false;
|
|
5656
|
+
}
|
|
5657
|
+
|
|
5658
|
+
var rect = element.getBoundingClientRect();
|
|
5659
|
+
var scaleX = 1;
|
|
5660
|
+
var scaleY = 1; // FIXME:
|
|
5661
|
+
// `offsetWidth` returns an integer while `getBoundingClientRect`
|
|
5662
|
+
// returns a float. This results in `scaleX` or `scaleY` being
|
|
5663
|
+
// non-1 when it should be for elements that aren't a full pixel in
|
|
5664
|
+
// width or height.
|
|
5665
|
+
// if (isHTMLElement(element) && includeScale) {
|
|
5666
|
+
// const offsetHeight = element.offsetHeight;
|
|
5667
|
+
// const offsetWidth = element.offsetWidth;
|
|
5668
|
+
// // Do not attempt to divide by 0, otherwise we get `Infinity` as scale
|
|
5669
|
+
// // Fallback to 1 in case both values are `0`
|
|
5670
|
+
// if (offsetWidth > 0) {
|
|
5671
|
+
// scaleX = rect.width / offsetWidth || 1;
|
|
5672
|
+
// }
|
|
5673
|
+
// if (offsetHeight > 0) {
|
|
5674
|
+
// scaleY = rect.height / offsetHeight || 1;
|
|
5675
|
+
// }
|
|
5676
|
+
// }
|
|
5677
|
+
|
|
5678
|
+
return {
|
|
5679
|
+
width: rect.width / scaleX,
|
|
5680
|
+
height: rect.height / scaleY,
|
|
5681
|
+
top: rect.top / scaleY,
|
|
5682
|
+
right: rect.right / scaleX,
|
|
5683
|
+
bottom: rect.bottom / scaleY,
|
|
5684
|
+
left: rect.left / scaleX,
|
|
5685
|
+
x: rect.left / scaleX,
|
|
5686
|
+
y: rect.top / scaleY
|
|
5687
|
+
};
|
|
5688
|
+
}
|
|
5689
|
+
;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/getWindow.js
|
|
5690
|
+
function getWindow(node) {
|
|
5691
|
+
if (node == null) {
|
|
5692
|
+
return window;
|
|
5693
|
+
}
|
|
5694
|
+
|
|
5695
|
+
if (node.toString() !== '[object Window]') {
|
|
5696
|
+
var ownerDocument = node.ownerDocument;
|
|
5697
|
+
return ownerDocument ? ownerDocument.defaultView || window : window;
|
|
5698
|
+
}
|
|
5699
|
+
|
|
5700
|
+
return node;
|
|
5701
|
+
}
|
|
5702
|
+
;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/getWindowScroll.js
|
|
5703
|
+
|
|
5704
|
+
function getWindowScroll(node) {
|
|
5705
|
+
var win = getWindow(node);
|
|
5706
|
+
var scrollLeft = win.pageXOffset;
|
|
5707
|
+
var scrollTop = win.pageYOffset;
|
|
5708
|
+
return {
|
|
5709
|
+
scrollLeft: scrollLeft,
|
|
5710
|
+
scrollTop: scrollTop
|
|
5711
|
+
};
|
|
5712
|
+
}
|
|
5713
|
+
;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/instanceOf.js
|
|
5714
|
+
|
|
5715
|
+
|
|
5716
|
+
function isElement(node) {
|
|
5717
|
+
var OwnElement = getWindow(node).Element;
|
|
5718
|
+
return node instanceof OwnElement || node instanceof Element;
|
|
5719
|
+
}
|
|
5720
|
+
|
|
5721
|
+
function isHTMLElement(node) {
|
|
5722
|
+
var OwnElement = getWindow(node).HTMLElement;
|
|
5723
|
+
return node instanceof OwnElement || node instanceof HTMLElement;
|
|
5724
|
+
}
|
|
5725
|
+
|
|
5726
|
+
function isShadowRoot(node) {
|
|
5727
|
+
// IE 11 has no ShadowRoot
|
|
5728
|
+
if (typeof ShadowRoot === 'undefined') {
|
|
5729
|
+
return false;
|
|
5730
|
+
}
|
|
5731
|
+
|
|
5732
|
+
var OwnElement = getWindow(node).ShadowRoot;
|
|
5733
|
+
return node instanceof OwnElement || node instanceof ShadowRoot;
|
|
5734
|
+
}
|
|
5735
|
+
|
|
5736
|
+
|
|
5737
|
+
;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/getHTMLElementScroll.js
|
|
5738
|
+
function getHTMLElementScroll(element) {
|
|
5739
|
+
return {
|
|
5740
|
+
scrollLeft: element.scrollLeft,
|
|
5741
|
+
scrollTop: element.scrollTop
|
|
5742
|
+
};
|
|
5743
|
+
}
|
|
5744
|
+
;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/getNodeScroll.js
|
|
5745
|
+
|
|
5746
|
+
|
|
5747
|
+
|
|
5748
|
+
|
|
5749
|
+
function getNodeScroll(node) {
|
|
5750
|
+
if (node === getWindow(node) || !isHTMLElement(node)) {
|
|
5751
|
+
return getWindowScroll(node);
|
|
5752
|
+
} else {
|
|
5753
|
+
return getHTMLElementScroll(node);
|
|
5754
|
+
}
|
|
5755
|
+
}
|
|
5756
|
+
;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/getNodeName.js
|
|
5757
|
+
function getNodeName(element) {
|
|
5758
|
+
return element ? (element.nodeName || '').toLowerCase() : null;
|
|
5759
|
+
}
|
|
5760
|
+
;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.js
|
|
5761
|
+
|
|
5762
|
+
function getDocumentElement(element) {
|
|
5763
|
+
// $FlowFixMe[incompatible-return]: assume body is always available
|
|
5764
|
+
return ((isElement(element) ? element.ownerDocument : // $FlowFixMe[prop-missing]
|
|
5765
|
+
element.document) || window.document).documentElement;
|
|
5766
|
+
}
|
|
5767
|
+
;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/getWindowScrollBarX.js
|
|
5211
5768
|
|
|
5212
5769
|
|
|
5213
5770
|
|
|
@@ -9491,7 +10048,6 @@ const getArrowDetected = fn => ({
|
|
|
9491
10048
|
|
|
9492
10049
|
const BASE_TIPPY_DIRECTIONS = ['bottom', 'bottom-start', 'bottom-end', 'right', 'right-start', 'right-end', 'left', 'left-start', 'left-end', 'top', 'top-start', 'top-end'];
|
|
9493
10050
|
const TIPPY_STICKY_VALUES = [true, false, 'reference', 'popper'];
|
|
9494
|
-
const TIPPY_FOLLOW_CURSOR_VALUES = [true, false, 'vertical', 'horizontal', 'initial'];
|
|
9495
10051
|
const tippy_utils_createTippy = (anchorElement, options) => {
|
|
9496
10052
|
const {
|
|
9497
10053
|
contentElement
|
|
@@ -9499,7 +10055,7 @@ const tippy_utils_createTippy = (anchorElement, options) => {
|
|
|
9499
10055
|
};
|
|
9500
10056
|
delete options.contentElement;
|
|
9501
10057
|
return tippy_esm(anchorElement, { ...options,
|
|
9502
|
-
plugins: [sticky
|
|
10058
|
+
plugins: [sticky],
|
|
9503
10059
|
render: () => getContentWrapper(contentElement)
|
|
9504
10060
|
});
|
|
9505
10061
|
};
|
|
@@ -9515,166 +10071,77 @@ const getPopperOptions = function () {
|
|
|
9515
10071
|
} = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
9516
10072
|
return {
|
|
9517
10073
|
modifiers: [{
|
|
9518
|
-
name: 'flip',
|
|
9519
|
-
options: {
|
|
9520
|
-
fallbackPlacements,
|
|
9521
|
-
boundary
|
|
9522
|
-
}
|
|
9523
|
-
}, {
|
|
9524
|
-
name: 'hide',
|
|
9525
|
-
enabled: hasHideModifierEnabled
|
|
9526
|
-
}, {
|
|
9527
|
-
name: 'preventOverflow',
|
|
9528
|
-
options: {
|
|
9529
|
-
altAxis: !tether,
|
|
9530
|
-
tether
|
|
9531
|
-
}
|
|
9532
|
-
}, getArrowDetected(_ref => {
|
|
9533
|
-
let {
|
|
9534
|
-
state
|
|
9535
|
-
} = _ref;
|
|
9536
|
-
onChangePlacement(state.placement);
|
|
9537
|
-
})]
|
|
9538
|
-
};
|
|
9539
|
-
};
|
|
9540
|
-
|
|
9541
|
-
const createAnchor = (anchorWrapper, tabIndex) => {
|
|
9542
|
-
const span = document.createElement('span');
|
|
9543
|
-
span.setAttribute('tabindex', tabIndex);
|
|
9544
|
-
span.innerText = anchorWrapper.innerText || '';
|
|
9545
|
-
anchorWrapper.innerText = '';
|
|
9546
|
-
anchorWrapper.appendChild(span);
|
|
9547
|
-
return span;
|
|
9548
|
-
};
|
|
9549
|
-
|
|
9550
|
-
const getAnchor = function (anchorWrapper) {
|
|
9551
|
-
let tabIndex = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '0';
|
|
9552
|
-
const anchor = anchorWrapper === null || anchorWrapper === void 0 ? void 0 : anchorWrapper.children[0];
|
|
9553
|
-
if (!anchor) return createAnchor(anchorWrapper);
|
|
9554
|
-
|
|
9555
|
-
if (!findFirstFocusableNode(anchor)) {
|
|
9556
|
-
anchor.setAttribute('tabindex', tabIndex);
|
|
9557
|
-
}
|
|
9558
|
-
|
|
9559
|
-
return anchor;
|
|
9560
|
-
};
|
|
9561
|
-
const getContentWrapper = content => {
|
|
9562
|
-
// The recommended structure is to use the popper as an outer wrapper
|
|
9563
|
-
const popper = document.createElement('div');
|
|
9564
|
-
popper.className = 'tippy-box d-ps-absolute';
|
|
9565
|
-
popper.appendChild(content);
|
|
9566
|
-
return {
|
|
9567
|
-
popper
|
|
9568
|
-
};
|
|
9569
|
-
};
|
|
9570
|
-
;// CONCATENATED MODULE: ./components/popover/popover_constants.js
|
|
9571
|
-
|
|
9572
|
-
const POPOVER_PADDING_CLASSES = {
|
|
9573
|
-
none: undefined,
|
|
9574
|
-
small: 'd-p8',
|
|
9575
|
-
medium: 'd-p16',
|
|
9576
|
-
large: 'd-p24'
|
|
9577
|
-
};
|
|
9578
|
-
const POPOVER_HEADER_FOOTER_PADDING_CLASSES = {
|
|
9579
|
-
none: undefined,
|
|
9580
|
-
small: 'd-pl8',
|
|
9581
|
-
medium: 'd-pl16',
|
|
9582
|
-
large: 'd-pl24'
|
|
9583
|
-
};
|
|
9584
|
-
const POPOVER_ROLES = ['dialog', 'menu', 'listbox', 'tree', 'grid'];
|
|
9585
|
-
const POPOVER_CONTENT_WIDTHS = [null, 'anchor'];
|
|
9586
|
-
const POPOVER_INITIAL_FOCUS_STRINGS = ['none', 'dialog', 'first'];
|
|
9587
|
-
const POPOVER_STICKY_VALUES = [...TIPPY_STICKY_VALUES];
|
|
9588
|
-
const POPOVER_FOLLOW_CURSOR_VALUES = [...TIPPY_FOLLOW_CURSOR_VALUES];
|
|
9589
|
-
const POPOVER_DIRECTIONS = [...BASE_TIPPY_DIRECTIONS];
|
|
9590
|
-
;// 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=9ffa4e8c&
|
|
9591
|
-
var lazy_showvue_type_template_id_9ffa4e8c_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)])}
|
|
9592
|
-
var lazy_showvue_type_template_id_9ffa4e8c_staticRenderFns = []
|
|
9593
|
-
|
|
9594
|
-
|
|
9595
|
-
;// 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&
|
|
9596
|
-
//
|
|
9597
|
-
//
|
|
9598
|
-
//
|
|
9599
|
-
//
|
|
9600
|
-
//
|
|
9601
|
-
//
|
|
9602
|
-
//
|
|
9603
|
-
//
|
|
9604
|
-
//
|
|
9605
|
-
//
|
|
9606
|
-
//
|
|
9607
|
-
//
|
|
9608
|
-
//
|
|
9609
|
-
//
|
|
9610
|
-
//
|
|
9611
|
-
//
|
|
9612
|
-
/* harmony default export */ const lazy_showvue_type_script_lang_js_ = ({
|
|
9613
|
-
name: 'DtLazyShow',
|
|
9614
|
-
|
|
9615
|
-
/******************
|
|
9616
|
-
* PROPS *
|
|
9617
|
-
******************/
|
|
9618
|
-
props: {
|
|
9619
|
-
/**
|
|
9620
|
-
* Whether the child slot is shown.
|
|
9621
|
-
*/
|
|
9622
|
-
show: Boolean,
|
|
9623
|
-
|
|
9624
|
-
/**
|
|
9625
|
-
* A valid Vue enter/leave CSS transition name.
|
|
9626
|
-
*/
|
|
9627
|
-
transition: {
|
|
9628
|
-
type: String,
|
|
9629
|
-
default: null
|
|
9630
|
-
},
|
|
9631
|
-
appear: {
|
|
9632
|
-
type: Boolean,
|
|
9633
|
-
default: false
|
|
9634
|
-
}
|
|
9635
|
-
},
|
|
9636
|
-
|
|
9637
|
-
/******************
|
|
9638
|
-
* DATA *
|
|
9639
|
-
******************/
|
|
9640
|
-
data() {
|
|
9641
|
-
return {
|
|
9642
|
-
initialized: !!this.show
|
|
9643
|
-
};
|
|
9644
|
-
},
|
|
9645
|
-
|
|
9646
|
-
/******************
|
|
9647
|
-
* WATCH *
|
|
9648
|
-
******************/
|
|
9649
|
-
watch: {
|
|
9650
|
-
show: function (newValue) {
|
|
9651
|
-
if (!newValue || this.initialized) return;
|
|
9652
|
-
this.initialized = true;
|
|
9653
|
-
}
|
|
9654
|
-
}
|
|
9655
|
-
});
|
|
9656
|
-
;// CONCATENATED MODULE: ./components/lazy_show/lazy_show.vue?vue&type=script&lang=js&
|
|
9657
|
-
/* harmony default export */ const lazy_show_lazy_showvue_type_script_lang_js_ = (lazy_showvue_type_script_lang_js_);
|
|
9658
|
-
;// CONCATENATED MODULE: ./components/lazy_show/lazy_show.vue
|
|
9659
|
-
|
|
10074
|
+
name: 'flip',
|
|
10075
|
+
options: {
|
|
10076
|
+
fallbackPlacements,
|
|
10077
|
+
boundary
|
|
10078
|
+
}
|
|
10079
|
+
}, {
|
|
10080
|
+
name: 'hide',
|
|
10081
|
+
enabled: hasHideModifierEnabled
|
|
10082
|
+
}, {
|
|
10083
|
+
name: 'preventOverflow',
|
|
10084
|
+
options: {
|
|
10085
|
+
altAxis: !tether,
|
|
10086
|
+
tether
|
|
10087
|
+
}
|
|
10088
|
+
}, getArrowDetected(_ref => {
|
|
10089
|
+
let {
|
|
10090
|
+
state
|
|
10091
|
+
} = _ref;
|
|
10092
|
+
onChangePlacement(state.placement);
|
|
10093
|
+
})]
|
|
10094
|
+
};
|
|
10095
|
+
};
|
|
9660
10096
|
|
|
10097
|
+
const createAnchor = (anchorWrapper, tabIndex) => {
|
|
10098
|
+
const span = document.createElement('span');
|
|
10099
|
+
span.setAttribute('tabindex', tabIndex);
|
|
10100
|
+
span.innerText = anchorWrapper.innerText || '';
|
|
10101
|
+
anchorWrapper.innerText = '';
|
|
10102
|
+
anchorWrapper.appendChild(span);
|
|
10103
|
+
return span;
|
|
10104
|
+
};
|
|
9661
10105
|
|
|
10106
|
+
const getAnchor = function (anchorWrapper) {
|
|
10107
|
+
let tabIndex = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '0';
|
|
10108
|
+
const anchor = anchorWrapper === null || anchorWrapper === void 0 ? void 0 : anchorWrapper.children[0];
|
|
10109
|
+
if (!anchor) return createAnchor(anchorWrapper);
|
|
9662
10110
|
|
|
10111
|
+
if (!findFirstFocusableNode(anchor)) {
|
|
10112
|
+
anchor.setAttribute('tabindex', tabIndex);
|
|
10113
|
+
}
|
|
9663
10114
|
|
|
9664
|
-
|
|
9665
|
-
;
|
|
9666
|
-
|
|
9667
|
-
|
|
9668
|
-
|
|
9669
|
-
|
|
9670
|
-
|
|
9671
|
-
|
|
9672
|
-
|
|
9673
|
-
|
|
9674
|
-
|
|
9675
|
-
|
|
10115
|
+
return anchor;
|
|
10116
|
+
};
|
|
10117
|
+
const getContentWrapper = content => {
|
|
10118
|
+
// The recommended structure is to use the popper as an outer wrapper
|
|
10119
|
+
const popper = document.createElement('div');
|
|
10120
|
+
popper.className = 'tippy-box d-ps-absolute';
|
|
10121
|
+
popper.appendChild(content);
|
|
10122
|
+
return {
|
|
10123
|
+
popper
|
|
10124
|
+
};
|
|
10125
|
+
};
|
|
10126
|
+
;// CONCATENATED MODULE: ./components/popover/popover_constants.js
|
|
9676
10127
|
|
|
9677
|
-
|
|
10128
|
+
const POPOVER_PADDING_CLASSES = {
|
|
10129
|
+
none: undefined,
|
|
10130
|
+
small: 'd-p8',
|
|
10131
|
+
medium: 'd-p16',
|
|
10132
|
+
large: 'd-p24'
|
|
10133
|
+
};
|
|
10134
|
+
const POPOVER_HEADER_FOOTER_PADDING_CLASSES = {
|
|
10135
|
+
none: undefined,
|
|
10136
|
+
small: 'd-pl8',
|
|
10137
|
+
medium: 'd-pl16',
|
|
10138
|
+
large: 'd-pl24'
|
|
10139
|
+
};
|
|
10140
|
+
const POPOVER_ROLES = ['dialog', 'menu', 'listbox', 'tree', 'grid'];
|
|
10141
|
+
const POPOVER_CONTENT_WIDTHS = [null, 'anchor'];
|
|
10142
|
+
const POPOVER_INITIAL_FOCUS_STRINGS = ['none', 'dialog', 'first'];
|
|
10143
|
+
const POPOVER_STICKY_VALUES = [...TIPPY_STICKY_VALUES];
|
|
10144
|
+
const POPOVER_DIRECTIONS = [...BASE_TIPPY_DIRECTIONS];
|
|
9678
10145
|
;// CONCATENATED MODULE: ./node_modules/nanoid/non-secure/index.js
|
|
9679
10146
|
let urlAlphabet =
|
|
9680
10147
|
'useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict'
|
|
@@ -10329,20 +10796,6 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
10329
10796
|
}
|
|
10330
10797
|
},
|
|
10331
10798
|
|
|
10332
|
-
/**
|
|
10333
|
-
* Determines if the popover follows the user's mouse cursor.
|
|
10334
|
-
* `true` enables it, `vertical` or `horizontal` only follows the cursor on a single axis,
|
|
10335
|
-
* `initial` will place the popover at the initial cursor position upon show, but prevent
|
|
10336
|
-
* following it.
|
|
10337
|
-
*/
|
|
10338
|
-
followCursor: {
|
|
10339
|
-
type: [Boolean, String],
|
|
10340
|
-
default: false,
|
|
10341
|
-
validator: followCursor => {
|
|
10342
|
-
return POPOVER_FOLLOW_CURSOR_VALUES.includes(followCursor);
|
|
10343
|
-
}
|
|
10344
|
-
},
|
|
10345
|
-
|
|
10346
10799
|
/**
|
|
10347
10800
|
* Determines maximum height for the popover before overflow.
|
|
10348
10801
|
* Possible units rem|px|em
|
|
@@ -10473,12 +10926,6 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
10473
10926
|
});
|
|
10474
10927
|
},
|
|
10475
10928
|
|
|
10476
|
-
followCursor(followCursor) {
|
|
10477
|
-
this.tip.setProps({
|
|
10478
|
-
followCursor
|
|
10479
|
-
});
|
|
10480
|
-
},
|
|
10481
|
-
|
|
10482
10929
|
fallbackPlacements() {
|
|
10483
10930
|
this.tip.setProps({
|
|
10484
10931
|
popperOptions: this.popperOptions()
|
|
@@ -10536,7 +10983,6 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
10536
10983
|
placement: this.placement,
|
|
10537
10984
|
offset: this.offset,
|
|
10538
10985
|
sticky: this.sticky,
|
|
10539
|
-
followCursor: this.followCursor,
|
|
10540
10986
|
appendTo: document.body,
|
|
10541
10987
|
interactive: true,
|
|
10542
10988
|
trigger: 'manual',
|
|
@@ -10766,8 +11212,8 @@ var popovervue_type_style_index_0_lang_less_ = __webpack_require__(532);
|
|
|
10766
11212
|
|
|
10767
11213
|
var popover_component = normalizeComponent(
|
|
10768
11214
|
popover_popovervue_type_script_lang_js_,
|
|
10769
|
-
|
|
10770
|
-
|
|
11215
|
+
popovervue_type_template_id_27ddd8bc_render,
|
|
11216
|
+
popovervue_type_template_id_27ddd8bc_staticRenderFns,
|
|
10771
11217
|
false,
|
|
10772
11218
|
null,
|
|
10773
11219
|
null,
|
|
@@ -10838,7 +11284,6 @@ const DROPDOWN_PADDING_CLASSES = {
|
|
|
10838
11284
|
//
|
|
10839
11285
|
//
|
|
10840
11286
|
//
|
|
10841
|
-
//
|
|
10842
11287
|
|
|
10843
11288
|
|
|
10844
11289
|
|
|
@@ -10954,17 +11399,6 @@ const DROPDOWN_PADDING_CLASSES = {
|
|
|
10954
11399
|
}
|
|
10955
11400
|
},
|
|
10956
11401
|
|
|
10957
|
-
/**
|
|
10958
|
-
* Determines if the dropdown follows the user's mouse cursor.
|
|
10959
|
-
* `true` enables it, `vertical` or `horizontal` only follows the cursor on a single axis,
|
|
10960
|
-
* `initial` will place the dropdown at the initial cursor position upon show, but prevent
|
|
10961
|
-
* following it.
|
|
10962
|
-
*/
|
|
10963
|
-
followCursor: {
|
|
10964
|
-
type: [Boolean, String],
|
|
10965
|
-
default: false
|
|
10966
|
-
},
|
|
10967
|
-
|
|
10968
11402
|
/**
|
|
10969
11403
|
* The direction the dropdown displays relative to the anchor.
|
|
10970
11404
|
*/
|
|
@@ -11044,7 +11478,7 @@ const DROPDOWN_PADDING_CLASSES = {
|
|
|
11044
11478
|
onMouseHighlight(e) {
|
|
11045
11479
|
const liElement = e.target.closest('li');
|
|
11046
11480
|
|
|
11047
|
-
if (liElement &&
|
|
11481
|
+
if (liElement && this.highlightId !== liElement.id) {
|
|
11048
11482
|
this.setHighlightId(liElement.id);
|
|
11049
11483
|
liElement.focus();
|
|
11050
11484
|
}
|
|
@@ -11160,8 +11594,8 @@ const DROPDOWN_PADDING_CLASSES = {
|
|
|
11160
11594
|
;
|
|
11161
11595
|
var dropdown_component = normalizeComponent(
|
|
11162
11596
|
dropdown_dropdownvue_type_script_lang_js_,
|
|
11163
|
-
|
|
11164
|
-
|
|
11597
|
+
dropdownvue_type_template_id_230c0da9_render,
|
|
11598
|
+
dropdownvue_type_template_id_230c0da9_staticRenderFns,
|
|
11165
11599
|
false,
|
|
11166
11600
|
null,
|
|
11167
11601
|
null,
|
|
@@ -11170,236 +11604,8 @@ var dropdown_component = normalizeComponent(
|
|
|
11170
11604
|
)
|
|
11171
11605
|
|
|
11172
11606
|
/* harmony default export */ const dropdown = (dropdown_component.exports);
|
|
11173
|
-
;// CONCATENATED MODULE: ./components/dropdown/dropdown_story_constants.js
|
|
11174
|
-
const DROPDOWN_STORY_ITEMS = [{
|
|
11175
|
-
name: 'Menu item 1',
|
|
11176
|
-
id: 1
|
|
11177
|
-
}, {
|
|
11178
|
-
name: 'Menu item 2',
|
|
11179
|
-
id: 2
|
|
11180
|
-
}, {
|
|
11181
|
-
name: 'Another menu item 1',
|
|
11182
|
-
id: 3
|
|
11183
|
-
}, {
|
|
11184
|
-
name: 'Menu item 3',
|
|
11185
|
-
id: 4
|
|
11186
|
-
}, {
|
|
11187
|
-
name: 'Another menu item 2',
|
|
11188
|
-
id: 5
|
|
11189
|
-
}];
|
|
11190
|
-
;// 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/context_menu/context_menu.vue?vue&type=script&lang=js&
|
|
11191
|
-
//
|
|
11192
|
-
//
|
|
11193
|
-
//
|
|
11194
|
-
//
|
|
11195
|
-
//
|
|
11196
|
-
//
|
|
11197
|
-
//
|
|
11198
|
-
//
|
|
11199
|
-
//
|
|
11200
|
-
//
|
|
11201
|
-
//
|
|
11202
|
-
//
|
|
11203
|
-
//
|
|
11204
|
-
//
|
|
11205
|
-
//
|
|
11206
|
-
//
|
|
11207
|
-
//
|
|
11208
|
-
//
|
|
11209
|
-
//
|
|
11210
|
-
//
|
|
11211
|
-
//
|
|
11212
|
-
//
|
|
11213
|
-
//
|
|
11214
|
-
//
|
|
11215
|
-
//
|
|
11216
|
-
//
|
|
11217
|
-
//
|
|
11218
|
-
//
|
|
11219
|
-
//
|
|
11220
|
-
//
|
|
11221
|
-
//
|
|
11222
|
-
|
|
11223
|
-
|
|
11224
|
-
|
|
11225
|
-
|
|
11226
|
-
/* harmony default export */ const context_menuvue_type_script_lang_js_ = ({
|
|
11227
|
-
name: 'DtContextMenu',
|
|
11228
|
-
components: {
|
|
11229
|
-
DtDropdown: dropdown,
|
|
11230
|
-
DtButton: button_button,
|
|
11231
|
-
DtListItem: list_item
|
|
11232
|
-
},
|
|
11233
|
-
props: {},
|
|
11234
|
-
|
|
11235
|
-
data() {
|
|
11236
|
-
return {
|
|
11237
|
-
isOpen: false
|
|
11238
|
-
};
|
|
11239
|
-
},
|
|
11240
|
-
|
|
11241
|
-
computed: {
|
|
11242
|
-
items() {
|
|
11243
|
-
return DROPDOWN_STORY_ITEMS;
|
|
11244
|
-
}
|
|
11245
|
-
|
|
11246
|
-
},
|
|
11247
|
-
methods: {
|
|
11248
|
-
showMenu() {
|
|
11249
|
-
this.isOpen = true;
|
|
11250
|
-
}
|
|
11251
|
-
|
|
11252
|
-
}
|
|
11253
|
-
});
|
|
11254
|
-
;// CONCATENATED MODULE: ./components/context_menu/context_menu.vue?vue&type=script&lang=js&
|
|
11255
|
-
/* harmony default export */ const context_menu_context_menuvue_type_script_lang_js_ = (context_menuvue_type_script_lang_js_);
|
|
11256
|
-
// 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/context_menu/context_menu.vue?vue&type=style&index=0&lang=less&
|
|
11257
|
-
var context_menuvue_type_style_index_0_lang_less_ = __webpack_require__(437);
|
|
11258
|
-
;// CONCATENATED MODULE: ./components/context_menu/context_menu.vue?vue&type=style&index=0&lang=less&
|
|
11259
|
-
|
|
11260
|
-
;// CONCATENATED MODULE: ./components/context_menu/context_menu.vue
|
|
11261
|
-
|
|
11262
|
-
|
|
11263
|
-
|
|
11264
|
-
;
|
|
11265
|
-
|
|
11266
|
-
|
|
11267
|
-
/* normalize component */
|
|
11268
|
-
|
|
11269
|
-
var context_menu_component = normalizeComponent(
|
|
11270
|
-
context_menu_context_menuvue_type_script_lang_js_,
|
|
11271
|
-
context_menuvue_type_template_id_4b3ffc6f_render,
|
|
11272
|
-
context_menuvue_type_template_id_4b3ffc6f_staticRenderFns,
|
|
11273
|
-
false,
|
|
11274
|
-
null,
|
|
11275
|
-
null,
|
|
11276
|
-
null
|
|
11277
|
-
|
|
11278
|
-
)
|
|
11279
|
-
|
|
11280
|
-
/* harmony default export */ const context_menu = (context_menu_component.exports);
|
|
11281
|
-
;// CONCATENATED MODULE: ./components/context_menu/context_menu_constants.js
|
|
11282
|
-
const DEFAULT_CONSTANTS = null;
|
|
11283
|
-
/* harmony default export */ const context_menu_constants = ({
|
|
11284
|
-
DEFAULT_CONSTANTS
|
|
11285
|
-
});
|
|
11286
|
-
;// CONCATENATED MODULE: ./components/context_menu/index.js
|
|
11287
|
-
|
|
11288
|
-
|
|
11289
|
-
;// 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/dropdown/dropdown_list.vue?vue&type=template&id=294ae37b&scoped=true&
|
|
11290
|
-
var dropdown_listvue_type_template_id_294ae37b_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('li',[(_vm.heading)?_c('div',{staticClass:"dt-dropdown-list--header d-fs12 d-fc-black-400 d-fw-bold d-lh4 d-py4 d-px12 d-d-flex d-ai-center"},[_c('span',[_vm._v(_vm._s(_vm.heading))])]):_vm._e(),_c('ul',{class:['d-ps-relative', 'd-px0', _vm.listClass],attrs:{"data-qa":"dt-dropdown-list-wrapper"}},[_vm._t("default")],2)])}
|
|
11291
|
-
var dropdown_listvue_type_template_id_294ae37b_scoped_true_staticRenderFns = []
|
|
11292
|
-
|
|
11293
|
-
|
|
11294
|
-
;// 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/dropdown/dropdown_list.vue?vue&type=script&lang=js&
|
|
11295
|
-
//
|
|
11296
|
-
//
|
|
11297
|
-
//
|
|
11298
|
-
//
|
|
11299
|
-
//
|
|
11300
|
-
//
|
|
11301
|
-
//
|
|
11302
|
-
//
|
|
11303
|
-
//
|
|
11304
|
-
//
|
|
11305
|
-
//
|
|
11306
|
-
//
|
|
11307
|
-
//
|
|
11308
|
-
//
|
|
11309
|
-
//
|
|
11310
|
-
//
|
|
11311
|
-
//
|
|
11312
|
-
//
|
|
11313
|
-
//
|
|
11314
|
-
/* harmony default export */ const dropdown_listvue_type_script_lang_js_ = ({
|
|
11315
|
-
name: 'DtDropdownList',
|
|
11316
|
-
props: {
|
|
11317
|
-
/**
|
|
11318
|
-
* List's heading.
|
|
11319
|
-
*/
|
|
11320
|
-
heading: {
|
|
11321
|
-
type: String,
|
|
11322
|
-
default: ''
|
|
11323
|
-
},
|
|
11324
|
-
|
|
11325
|
-
/**
|
|
11326
|
-
* Additional class for the wrapper list element.
|
|
11327
|
-
*/
|
|
11328
|
-
listClass: {
|
|
11329
|
-
type: [String, Array, Object],
|
|
11330
|
-
default: ''
|
|
11331
|
-
}
|
|
11332
|
-
}
|
|
11333
|
-
});
|
|
11334
|
-
;// CONCATENATED MODULE: ./components/dropdown/dropdown_list.vue?vue&type=script&lang=js&
|
|
11335
|
-
/* harmony default export */ const dropdown_dropdown_listvue_type_script_lang_js_ = (dropdown_listvue_type_script_lang_js_);
|
|
11336
|
-
;// CONCATENATED MODULE: ./components/dropdown/dropdown_list.vue
|
|
11337
|
-
|
|
11338
|
-
|
|
11339
|
-
|
|
11340
|
-
|
|
11341
|
-
|
|
11342
|
-
/* normalize component */
|
|
11343
|
-
;
|
|
11344
|
-
var dropdown_list_component = normalizeComponent(
|
|
11345
|
-
dropdown_dropdown_listvue_type_script_lang_js_,
|
|
11346
|
-
dropdown_listvue_type_template_id_294ae37b_scoped_true_render,
|
|
11347
|
-
dropdown_listvue_type_template_id_294ae37b_scoped_true_staticRenderFns,
|
|
11348
|
-
false,
|
|
11349
|
-
null,
|
|
11350
|
-
"294ae37b",
|
|
11351
|
-
null
|
|
11352
|
-
|
|
11353
|
-
)
|
|
11354
|
-
|
|
11355
|
-
/* harmony default export */ const dropdown_list = (dropdown_list_component.exports);
|
|
11356
|
-
;// 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/dropdown/dropdown_separator.vue?vue&type=template&id=6a948a17&
|
|
11357
|
-
var dropdown_separatorvue_type_template_id_6a948a17_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('li',{staticClass:"dt-list-separator d-bgc-black-075 d-my8",attrs:{"aria-hidden":"true"}})}
|
|
11358
|
-
var dropdown_separatorvue_type_template_id_6a948a17_staticRenderFns = []
|
|
11359
|
-
|
|
11360
|
-
|
|
11361
|
-
;// 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/dropdown/dropdown_separator.vue?vue&type=script&lang=js&
|
|
11362
|
-
//
|
|
11363
|
-
//
|
|
11364
|
-
//
|
|
11365
|
-
//
|
|
11366
|
-
//
|
|
11367
|
-
//
|
|
11368
|
-
//
|
|
11369
|
-
/* harmony default export */ const dropdown_separatorvue_type_script_lang_js_ = ({
|
|
11370
|
-
name: 'DtDropdownSeparator'
|
|
11371
|
-
});
|
|
11372
|
-
;// CONCATENATED MODULE: ./components/dropdown/dropdown_separator.vue?vue&type=script&lang=js&
|
|
11373
|
-
/* harmony default export */ const dropdown_dropdown_separatorvue_type_script_lang_js_ = (dropdown_separatorvue_type_script_lang_js_);
|
|
11374
|
-
// 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/dropdown/dropdown_separator.vue?vue&type=style&index=0&lang=less&
|
|
11375
|
-
var dropdown_separatorvue_type_style_index_0_lang_less_ = __webpack_require__(176);
|
|
11376
|
-
;// CONCATENATED MODULE: ./components/dropdown/dropdown_separator.vue?vue&type=style&index=0&lang=less&
|
|
11377
|
-
|
|
11378
|
-
;// CONCATENATED MODULE: ./components/dropdown/dropdown_separator.vue
|
|
11379
|
-
|
|
11380
|
-
|
|
11381
|
-
|
|
11382
|
-
;
|
|
11383
|
-
|
|
11384
|
-
|
|
11385
|
-
/* normalize component */
|
|
11386
|
-
|
|
11387
|
-
var dropdown_separator_component = normalizeComponent(
|
|
11388
|
-
dropdown_dropdown_separatorvue_type_script_lang_js_,
|
|
11389
|
-
dropdown_separatorvue_type_template_id_6a948a17_render,
|
|
11390
|
-
dropdown_separatorvue_type_template_id_6a948a17_staticRenderFns,
|
|
11391
|
-
false,
|
|
11392
|
-
null,
|
|
11393
|
-
null,
|
|
11394
|
-
null
|
|
11395
|
-
|
|
11396
|
-
)
|
|
11397
|
-
|
|
11398
|
-
/* harmony default export */ const dropdown_separator = (dropdown_separator_component.exports);
|
|
11399
11607
|
;// CONCATENATED MODULE: ./components/dropdown/index.js
|
|
11400
11608
|
|
|
11401
|
-
|
|
11402
|
-
|
|
11403
11609
|
;// 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/input/input.vue?vue&type=template&id=fc19976e&
|
|
11404
11610
|
var inputvue_type_template_id_fc19976e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"container",staticClass:"base-input",attrs:{"data-qa":"dt-input"}},[_c('label',{staticClass:"base-input__label",attrs:{"aria-details":_vm.$slots.description || _vm.description ? _vm.descriptionKey : undefined,"data-qa":"dt-input-label-wrapper"}},[_vm._t("labelSlot",function(){return [(_vm.label)?_c('div',{ref:"label",class:[
|
|
11405
11611
|
'base-input__label-text',
|
|
@@ -13187,8 +13393,6 @@ var modal_component = normalizeComponent(
|
|
|
13187
13393
|
;// CONCATENATED MODULE: ./components/modal/index.js
|
|
13188
13394
|
|
|
13189
13395
|
|
|
13190
|
-
;// CONCATENATED MODULE: ./components/lazy_show/index.js
|
|
13191
|
-
|
|
13192
13396
|
;// 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_section/list_section.vue?vue&type=template&id=8857acea&
|
|
13193
13397
|
var list_sectionvue_type_template_id_8857acea_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:['dt-list-section', 'd-fs14', 'd-lh6', 'd-py6', 'd-bc-black-200',
|
|
13194
13398
|
{ 'd-bb': _vm.separator }],attrs:{"id":_vm.id,"role":"group","aria-labelledby":(_vm.id + "-list-section-header"),"tabindex":"-1"}},[(_vm.header)?_c('h3',{staticClass:"d-pl12 d-mt6",attrs:{"id":(_vm.id + "-list-section-header")}},[_vm._v(" "+_vm._s(_vm.header)+" ")]):_vm._e(),(!_vm.isCollapsible || _vm.showAll)?_c('ol',{attrs:{"id":(_vm.id + "-list-section-content")}},[_vm._t("default")],2):_c('ol',{attrs:{"id":(_vm.id + "-list-section-content")}},[_c('vnodes',{attrs:{"vnodes":_vm.displayedItems}})],1),_c('div',{staticClass:"d-d-flex"},[(_vm.isCollapsible)?_c('dt-button',{staticClass:"d-ml12 d-py6",attrs:{"id":(_vm.id + "-list-section-show-more-less"),"link":""},on:{"click":_vm.showMoreLessClicked}},[_vm._v(" "+_vm._s(_vm.showMoreLessText)+" ")]):_vm._e(),_vm._t("footer")],2)])}
|