@dialpad/dialtone-vue 2.19.1 → 2.21.0-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 +722 -133
- package/dist/dialtone-vue.umd.js +722 -133
- package/dist/dialtone-vue.umd.min.js +1 -1
- package/package.json +3 -3
|
@@ -1,6 +1,30 @@
|
|
|
1
1
|
/******/ (() => { // webpackBootstrap
|
|
2
2
|
/******/ var __webpack_modules__ = ({
|
|
3
3
|
|
|
4
|
+
/***/ 794:
|
|
5
|
+
/***/ ((module, __webpack_exports__, __webpack_require__) => {
|
|
6
|
+
|
|
7
|
+
"use strict";
|
|
8
|
+
__webpack_require__.r(__webpack_exports__);
|
|
9
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
10
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
11
|
+
/* harmony export */ });
|
|
12
|
+
/* harmony import */ var _node_modules_vue_cli_service_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(481);
|
|
13
|
+
/* 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__);
|
|
14
|
+
/* harmony import */ var _node_modules_vue_cli_service_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(400);
|
|
15
|
+
/* 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__);
|
|
16
|
+
// Imports
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
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()));
|
|
20
|
+
// Module
|
|
21
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".d-context-menu-list{width:24rem}", ""]);
|
|
22
|
+
// Exports
|
|
23
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
/***/ }),
|
|
27
|
+
|
|
4
28
|
/***/ 771:
|
|
5
29
|
/***/ ((module, __webpack_exports__, __webpack_require__) => {
|
|
6
30
|
|
|
@@ -362,6 +386,22 @@ module.exports = function (i) {
|
|
|
362
386
|
|
|
363
387
|
/***/ }),
|
|
364
388
|
|
|
389
|
+
/***/ 488:
|
|
390
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
391
|
+
|
|
392
|
+
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
393
|
+
|
|
394
|
+
// load the styles
|
|
395
|
+
var content = __webpack_require__(794);
|
|
396
|
+
if(content.__esModule) content = content.default;
|
|
397
|
+
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
398
|
+
if(content.locals) module.exports = content.locals;
|
|
399
|
+
// add the styles to the DOM
|
|
400
|
+
var add = (__webpack_require__(402)/* ["default"] */ .Z)
|
|
401
|
+
var update = add("7f4a00dd", content, true, {"sourceMap":false,"shadowMode":false});
|
|
402
|
+
|
|
403
|
+
/***/ }),
|
|
404
|
+
|
|
365
405
|
/***/ 245:
|
|
366
406
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
367
407
|
|
|
@@ -893,6 +933,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
893
933
|
"DtCheckboxGroup": () => (/* reexport */ checkbox_group),
|
|
894
934
|
"DtChip": () => (/* reexport */ chip),
|
|
895
935
|
"DtCombobox": () => (/* reexport */ combobox),
|
|
936
|
+
"DtContextMenu": () => (/* reexport */ context_menu),
|
|
896
937
|
"DtDropdown": () => (/* reexport */ dropdown),
|
|
897
938
|
"DtGroupableInputMixin": () => (/* reexport */ GroupableMixin),
|
|
898
939
|
"DtInput": () => (/* reexport */ input_input),
|
|
@@ -1551,9 +1592,9 @@ var badge_component = normalizeComponent(
|
|
|
1551
1592
|
;// CONCATENATED MODULE: ./components/badge/index.js
|
|
1552
1593
|
|
|
1553
1594
|
|
|
1554
|
-
;// 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/banner/banner.vue?vue&type=template&id=
|
|
1555
|
-
var
|
|
1556
|
-
var
|
|
1595
|
+
;// 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/banner/banner.vue?vue&type=template&id=27fef6de&
|
|
1596
|
+
var bannervue_type_template_id_27fef6de_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('aside',{class:_vm.bannerClass,attrs:{"role":_vm.role},on:{"keydown":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"tab",9,$event.key,"Tab")){ return null; }return _vm.trapFocus.apply(null, arguments)}}},[_c('div',{staticClass:"d-banner__dialog",attrs:{"aria-labelledby":_vm.titleId,"aria-describedby":_vm.contentId}},[_c('dt-notice-icon',_vm._g({attrs:{"kind":_vm.kind}},_vm.$listeners),[_vm._t("icon")],2),_c('dt-notice-content',_vm._g({attrs:{"title-id":_vm.titleId,"content-id":_vm.contentId,"title":_vm.title},scopedSlots:_vm._u([{key:"titleOverride",fn:function(){return [_vm._t("titleOverride")]},proxy:true}],null,true)},_vm.$listeners),[_vm._t("default")],2),_c('dt-notice-action',_vm._g({attrs:{"hide-close":_vm.hideClose,"close-button-props":_vm.closeButtonProps}},_vm.$listeners),[_vm._t("action")],2)],1)])}
|
|
1597
|
+
var bannervue_type_template_id_27fef6de_staticRenderFns = []
|
|
1557
1598
|
|
|
1558
1599
|
|
|
1559
1600
|
;// 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/notice/notice_icon.vue?vue&type=template&id=58ae40bb&
|
|
@@ -1858,14 +1899,14 @@ var IconClose_component = normalizeComponent(
|
|
|
1858
1899
|
)
|
|
1859
1900
|
|
|
1860
1901
|
/* harmony default export */ const IconClose = (IconClose_component.exports);
|
|
1861
|
-
;// 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/button/button.vue?vue&type=template&id=
|
|
1862
|
-
var
|
|
1902
|
+
;// 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/button/button.vue?vue&type=template&id=29abe406&
|
|
1903
|
+
var buttonvue_type_template_id_29abe406_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('button',_vm._g({class:[
|
|
1863
1904
|
'base-button__button',
|
|
1864
1905
|
_vm.buttonClasses() ],attrs:{"data-qa":"dt-button","type":_vm.type,"aria-live":_vm.computedAriaLive,"aria-label":_vm.loading ? 'loading' : _vm.$attrs['aria-label']}},_vm.buttonListeners),[(_vm.shouldRenderIcon())?_c('span',{class:[
|
|
1865
1906
|
'base-button__icon',
|
|
1866
1907
|
'd-btn__icon',
|
|
1867
1908
|
_vm.ICON_POSITION_MODIFIERS[_vm.iconPosition] ],attrs:{"data-qa":"dt-button-icon"}},[_vm._t("icon")],2):_vm._e(),(_vm.$slots.default)?_c('span',{class:['d-w100p', 'd-btn__label', 'base-button__label', _vm.labelClass],attrs:{"data-qa":"dt-button-label"}},[_vm._t("default")],2):_vm._e()])}
|
|
1868
|
-
var
|
|
1909
|
+
var buttonvue_type_template_id_29abe406_staticRenderFns = []
|
|
1869
1910
|
|
|
1870
1911
|
|
|
1871
1912
|
;// CONCATENATED MODULE: ./components/button/button_constants.js
|
|
@@ -1917,7 +1958,7 @@ const INVALID_COMBINATION = [{
|
|
|
1917
1958
|
}];
|
|
1918
1959
|
|
|
1919
1960
|
function _invalidCombinationMessage(circle, kind, importance) {
|
|
1920
|
-
return "You cannot
|
|
1961
|
+
return "You cannot have a ".concat(circle ? 'circle ' : '', "button with kind: ").concat(kind, " and importance: ").concat(importance, " as it does not exist in our design system. See https://dialpad.design/components/button for a list of available button styles");
|
|
1921
1962
|
}
|
|
1922
1963
|
|
|
1923
1964
|
/* harmony default export */ const button_constants = ({
|
|
@@ -1988,6 +2029,8 @@ const LINK_KIND_MODIFIERS = {
|
|
|
1988
2029
|
/**
|
|
1989
2030
|
* Base Vue component for Dialtone Buttons.
|
|
1990
2031
|
* @displayName DtButton
|
|
2032
|
+
* @property {Boolean} disabled attribute
|
|
2033
|
+
* @property {String} width attribute
|
|
1991
2034
|
*/
|
|
1992
2035
|
|
|
1993
2036
|
/* harmony default export */ const buttonvue_type_script_lang_js_ = ({
|
|
@@ -2118,7 +2161,28 @@ const LINK_KIND_MODIFIERS = {
|
|
|
2118
2161
|
default: false
|
|
2119
2162
|
}
|
|
2120
2163
|
},
|
|
2121
|
-
emits: [
|
|
2164
|
+
emits: [
|
|
2165
|
+
/**
|
|
2166
|
+
* Native button click event
|
|
2167
|
+
*
|
|
2168
|
+
* @event click
|
|
2169
|
+
* @type {PointerEvent | KeyboardEvent}
|
|
2170
|
+
*/
|
|
2171
|
+
'click',
|
|
2172
|
+
/**
|
|
2173
|
+
* Native button focus in event
|
|
2174
|
+
*
|
|
2175
|
+
* @event focusin
|
|
2176
|
+
* @type {FocusEvent}
|
|
2177
|
+
*/
|
|
2178
|
+
'focusin',
|
|
2179
|
+
/**
|
|
2180
|
+
* Native button focus out event
|
|
2181
|
+
*
|
|
2182
|
+
* @event focusout
|
|
2183
|
+
* @type {FocusEvent}
|
|
2184
|
+
*/
|
|
2185
|
+
'focusout'],
|
|
2122
2186
|
|
|
2123
2187
|
data() {
|
|
2124
2188
|
return {
|
|
@@ -2218,8 +2282,8 @@ const LINK_KIND_MODIFIERS = {
|
|
|
2218
2282
|
;
|
|
2219
2283
|
var button_component = normalizeComponent(
|
|
2220
2284
|
button_buttonvue_type_script_lang_js_,
|
|
2221
|
-
|
|
2222
|
-
|
|
2285
|
+
buttonvue_type_template_id_29abe406_render,
|
|
2286
|
+
buttonvue_type_template_id_29abe406_staticRenderFns,
|
|
2223
2287
|
false,
|
|
2224
2288
|
null,
|
|
2225
2289
|
null,
|
|
@@ -2573,7 +2637,13 @@ const focusableElementsList = "button,[href],input,select,textarea,details,[tabi
|
|
|
2573
2637
|
default: false
|
|
2574
2638
|
}
|
|
2575
2639
|
},
|
|
2576
|
-
emits: [
|
|
2640
|
+
emits: [
|
|
2641
|
+
/**
|
|
2642
|
+
* Close button click event
|
|
2643
|
+
*
|
|
2644
|
+
* @event close
|
|
2645
|
+
*/
|
|
2646
|
+
'close'],
|
|
2577
2647
|
computed: {
|
|
2578
2648
|
role() {
|
|
2579
2649
|
return this.important ? 'alertdialog' : 'status';
|
|
@@ -2622,8 +2692,8 @@ const focusableElementsList = "button,[href],input,select,textarea,details,[tabi
|
|
|
2622
2692
|
;
|
|
2623
2693
|
var banner_component = normalizeComponent(
|
|
2624
2694
|
banner_bannervue_type_script_lang_js_,
|
|
2625
|
-
|
|
2626
|
-
|
|
2695
|
+
bannervue_type_template_id_27fef6de_render,
|
|
2696
|
+
bannervue_type_template_id_27fef6de_staticRenderFns,
|
|
2627
2697
|
false,
|
|
2628
2698
|
null,
|
|
2629
2699
|
null,
|
|
@@ -2655,11 +2725,11 @@ var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('li',{c
|
|
|
2655
2725
|
var breadcrumb_itemvue_type_template_id_6f97ec8a_staticRenderFns = []
|
|
2656
2726
|
|
|
2657
2727
|
|
|
2658
|
-
;// 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/link/link.vue?vue&type=template&id=
|
|
2659
|
-
var
|
|
2728
|
+
;// 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/link/link.vue?vue&type=template&id=f7ce3dfc&
|
|
2729
|
+
var linkvue_type_template_id_f7ce3dfc_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a',_vm._g({class:[
|
|
2660
2730
|
'd-link',
|
|
2661
2731
|
_vm.LINK_KIND_MODIFIERS[_vm.kind] ],attrs:{"data-qa":"dt-link"}},_vm.$listeners),[_vm._t("default")],2)}
|
|
2662
|
-
var
|
|
2732
|
+
var linkvue_type_template_id_f7ce3dfc_staticRenderFns = []
|
|
2663
2733
|
|
|
2664
2734
|
|
|
2665
2735
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/link/link.vue?vue&type=script&lang=js&
|
|
@@ -2677,6 +2747,11 @@ var linkvue_type_template_id_08ea8c41_staticRenderFns = []
|
|
|
2677
2747
|
//
|
|
2678
2748
|
//
|
|
2679
2749
|
|
|
2750
|
+
/**
|
|
2751
|
+
* @property {String} href attribute
|
|
2752
|
+
* @property {String} rel attribute
|
|
2753
|
+
*/
|
|
2754
|
+
|
|
2680
2755
|
/* harmony default export */ const linkvue_type_script_lang_js_ = ({
|
|
2681
2756
|
name: 'DtLink',
|
|
2682
2757
|
props: {
|
|
@@ -2693,7 +2768,28 @@ var linkvue_type_template_id_08ea8c41_staticRenderFns = []
|
|
|
2693
2768
|
|
|
2694
2769
|
}
|
|
2695
2770
|
},
|
|
2696
|
-
emits: [
|
|
2771
|
+
emits: [
|
|
2772
|
+
/**
|
|
2773
|
+
* Native click event
|
|
2774
|
+
*
|
|
2775
|
+
* @event click
|
|
2776
|
+
* @type {PointerEvent | KeyboardEvent}
|
|
2777
|
+
*/
|
|
2778
|
+
'click',
|
|
2779
|
+
/**
|
|
2780
|
+
* Native focus in event
|
|
2781
|
+
*
|
|
2782
|
+
* @event focusin
|
|
2783
|
+
* @type {FocusEvent}
|
|
2784
|
+
*/
|
|
2785
|
+
'focusin',
|
|
2786
|
+
/**
|
|
2787
|
+
* Native focus out event
|
|
2788
|
+
*
|
|
2789
|
+
* @event focusout
|
|
2790
|
+
* @type {FocusEvent}
|
|
2791
|
+
*/
|
|
2792
|
+
'focusout'],
|
|
2697
2793
|
|
|
2698
2794
|
data() {
|
|
2699
2795
|
return {
|
|
@@ -2714,8 +2810,8 @@ var linkvue_type_template_id_08ea8c41_staticRenderFns = []
|
|
|
2714
2810
|
;
|
|
2715
2811
|
var link_component = normalizeComponent(
|
|
2716
2812
|
link_linkvue_type_script_lang_js_,
|
|
2717
|
-
|
|
2718
|
-
|
|
2813
|
+
linkvue_type_template_id_f7ce3dfc_render,
|
|
2814
|
+
linkvue_type_template_id_f7ce3dfc_staticRenderFns,
|
|
2719
2815
|
false,
|
|
2720
2816
|
null,
|
|
2721
2817
|
null,
|
|
@@ -3007,9 +3103,9 @@ var button_group_component = normalizeComponent(
|
|
|
3007
3103
|
;// CONCATENATED MODULE: ./components/button_group/index.js
|
|
3008
3104
|
|
|
3009
3105
|
|
|
3010
|
-
;// 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=
|
|
3011
|
-
var
|
|
3012
|
-
var
|
|
3106
|
+
;// 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=25daf05b&
|
|
3107
|
+
var comboboxvue_type_template_id_25daf05b_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.isListEmpty && !_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()])}
|
|
3108
|
+
var comboboxvue_type_template_id_25daf05b_staticRenderFns = []
|
|
3013
3109
|
|
|
3014
3110
|
|
|
3015
3111
|
;// CONCATENATED MODULE: ./common/mixins/dom.js
|
|
@@ -3386,12 +3482,12 @@ var combobox_loading_listvue_type_template_id_07d9971d_render = function () {var
|
|
|
3386
3482
|
var combobox_loading_listvue_type_template_id_07d9971d_staticRenderFns = []
|
|
3387
3483
|
|
|
3388
3484
|
|
|
3389
|
-
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/list_item/list_item.vue?vue&type=template&id=
|
|
3390
|
-
var
|
|
3485
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/list_item/list_item.vue?vue&type=template&id=4c19058e&
|
|
3486
|
+
var list_itemvue_type_template_id_4c19058e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c(_vm.elementType,_vm._g({tag:"component",class:['dt-list-item d-ls-none focus-visible', {
|
|
3391
3487
|
'dt-list-item--focusable': _vm.isFocusable,
|
|
3392
3488
|
'dt-list-item--highlighted': _vm.isHighlighted,
|
|
3393
3489
|
}],attrs:{"id":_vm.id,"tabindex":_vm.isFocusable ? 0 : -1,"role":_vm.role,"aria-selected":_vm.isHighlighted}},_vm.listItemListeners),[(_vm.listItemType)?_c(_vm.listItemType,{tag:"component",scopedSlots:_vm._u([_vm._l((_vm.$slots),function(_,slotName){return {key:slotName,fn:function(){return [_vm._t(slotName)]},proxy:true}})],null,true)}):_vm._t("default")],2)}
|
|
3394
|
-
var
|
|
3490
|
+
var list_itemvue_type_template_id_4c19058e_staticRenderFns = []
|
|
3395
3491
|
|
|
3396
3492
|
|
|
3397
3493
|
;// CONCATENATED MODULE: ./components/list_item/list_item_constants.js
|
|
@@ -3584,7 +3680,35 @@ var default_list_item_component = normalizeComponent(
|
|
|
3584
3680
|
validator: t => Object.values(LIST_ITEM_NAVIGATION_TYPES).includes(t)
|
|
3585
3681
|
}
|
|
3586
3682
|
},
|
|
3587
|
-
emits: [
|
|
3683
|
+
emits: [
|
|
3684
|
+
/**
|
|
3685
|
+
* Native click event
|
|
3686
|
+
*
|
|
3687
|
+
* @event click
|
|
3688
|
+
* @type {PointerEvent | KeyboardEvent}
|
|
3689
|
+
*/
|
|
3690
|
+
'click',
|
|
3691
|
+
/**
|
|
3692
|
+
* Key down event
|
|
3693
|
+
*
|
|
3694
|
+
* @event keydown
|
|
3695
|
+
* @type {KeyboardEvent}
|
|
3696
|
+
*/
|
|
3697
|
+
'keydown',
|
|
3698
|
+
/**
|
|
3699
|
+
* Native mouse move event
|
|
3700
|
+
*
|
|
3701
|
+
* @event mousemove
|
|
3702
|
+
* @type {MouseEvent}
|
|
3703
|
+
*/
|
|
3704
|
+
'mousemove',
|
|
3705
|
+
/**
|
|
3706
|
+
* Native mouse leave event
|
|
3707
|
+
*
|
|
3708
|
+
* @event mouseleave
|
|
3709
|
+
* @type {MouseEvent}
|
|
3710
|
+
*/
|
|
3711
|
+
'mouseleave'],
|
|
3588
3712
|
|
|
3589
3713
|
data() {
|
|
3590
3714
|
return {
|
|
@@ -3688,8 +3812,8 @@ var list_itemvue_type_style_index_0_lang_less_ = __webpack_require__(502);
|
|
|
3688
3812
|
|
|
3689
3813
|
var list_item_component = normalizeComponent(
|
|
3690
3814
|
list_item_list_itemvue_type_script_lang_js_,
|
|
3691
|
-
|
|
3692
|
-
|
|
3815
|
+
list_itemvue_type_template_id_4c19058e_render,
|
|
3816
|
+
list_itemvue_type_template_id_4c19058e_staticRenderFns,
|
|
3693
3817
|
false,
|
|
3694
3818
|
null,
|
|
3695
3819
|
null,
|
|
@@ -4657,7 +4781,34 @@ var combobox_empty_list_component = normalizeComponent(
|
|
|
4657
4781
|
default: ''
|
|
4658
4782
|
}
|
|
4659
4783
|
},
|
|
4660
|
-
emits: [
|
|
4784
|
+
emits: [
|
|
4785
|
+
/**
|
|
4786
|
+
* Event fired when item selected
|
|
4787
|
+
*
|
|
4788
|
+
* @event select
|
|
4789
|
+
* @type {Number}
|
|
4790
|
+
*/
|
|
4791
|
+
'select',
|
|
4792
|
+
/**
|
|
4793
|
+
* Event fired when pressing escape
|
|
4794
|
+
*
|
|
4795
|
+
* @event escape
|
|
4796
|
+
*/
|
|
4797
|
+
'escape',
|
|
4798
|
+
/**
|
|
4799
|
+
* Event fired when the highlight changes
|
|
4800
|
+
*
|
|
4801
|
+
* @event highlight
|
|
4802
|
+
* @type {Number}
|
|
4803
|
+
*/
|
|
4804
|
+
'highlight',
|
|
4805
|
+
/**
|
|
4806
|
+
* Event fired when list is shown or hidden
|
|
4807
|
+
*
|
|
4808
|
+
* @event opened
|
|
4809
|
+
* @type {Boolean}
|
|
4810
|
+
*/
|
|
4811
|
+
'opened'],
|
|
4661
4812
|
|
|
4662
4813
|
data() {
|
|
4663
4814
|
return {
|
|
@@ -4710,6 +4861,7 @@ var combobox_empty_list_component = normalizeComponent(
|
|
|
4710
4861
|
},
|
|
4711
4862
|
|
|
4712
4863
|
activeItemEl() {
|
|
4864
|
+
if (!this.highlightId) return '';
|
|
4713
4865
|
return this.getListElement().querySelector('#' + this.highlightId);
|
|
4714
4866
|
}
|
|
4715
4867
|
|
|
@@ -4833,8 +4985,8 @@ var combobox_empty_list_component = normalizeComponent(
|
|
|
4833
4985
|
;
|
|
4834
4986
|
var combobox_component = normalizeComponent(
|
|
4835
4987
|
combobox_comboboxvue_type_script_lang_js_,
|
|
4836
|
-
|
|
4837
|
-
|
|
4988
|
+
comboboxvue_type_template_id_25daf05b_render,
|
|
4989
|
+
comboboxvue_type_template_id_25daf05b_staticRenderFns,
|
|
4838
4990
|
false,
|
|
4839
4991
|
null,
|
|
4840
4992
|
null,
|
|
@@ -4845,17 +4997,26 @@ var combobox_component = normalizeComponent(
|
|
|
4845
4997
|
/* harmony default export */ const combobox = (combobox_component.exports);
|
|
4846
4998
|
;// CONCATENATED MODULE: ./components/combobox/index.js
|
|
4847
4999
|
|
|
4848
|
-
;// 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/
|
|
4849
|
-
var
|
|
5000
|
+
;// 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/context_menu/context_menu.vue?vue&type=template&id=4b3ffc6f&
|
|
5001
|
+
var context_menuvue_type_template_id_4b3ffc6f_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('dt-dropdown',{attrs:{"open":_vm.isOpen,"placement":"bottom-start","navigation-type":"arrow-keys","follow-cursor":"initial"},on:{"update:open":function($event){_vm.isOpen=$event}},scopedSlots:_vm._u([{key:"anchor",fn:function(ref){
|
|
5002
|
+
var attrs = ref.attrs;
|
|
5003
|
+
return [_c('div',{on:{"contextmenu":function($event){$event.preventDefault();return _vm.showMenu.apply(null, arguments)}}},[_vm._t("anchor",null,null,attrs)],2)]}},{key:"list",fn:function(ref){
|
|
5004
|
+
var close = ref.close;
|
|
5005
|
+
return [_c('div',{staticClass:"d-context-menu-list"},[_vm._t("list",null,{"close":close})],2)]}}],null,true)})}
|
|
5006
|
+
var context_menuvue_type_template_id_4b3ffc6f_staticRenderFns = []
|
|
5007
|
+
|
|
5008
|
+
|
|
5009
|
+
;// 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&
|
|
5010
|
+
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){
|
|
4850
5011
|
var attrs = ref.attrs;
|
|
4851
5012
|
return [_vm._t("anchor",null,null,attrs)]}},{key:"content",fn:function(ref){
|
|
4852
5013
|
var close = ref.close;
|
|
4853
5014
|
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))}
|
|
4854
|
-
var
|
|
5015
|
+
var dropdownvue_type_template_id_03fdf47c_staticRenderFns = []
|
|
4855
5016
|
|
|
4856
5017
|
|
|
4857
|
-
;// 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=
|
|
4858
|
-
var
|
|
5018
|
+
;// 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&
|
|
5019
|
+
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":{
|
|
4859
5020
|
'aria-expanded': _vm.isOpen.toString(),
|
|
4860
5021
|
'aria-controls': _vm.id,
|
|
4861
5022
|
'aria-haspopup': _vm.role,
|
|
@@ -4866,7 +5027,7 @@ var popovervue_type_template_id_52edae7f_render = function () {var _vm=this;var
|
|
|
4866
5027
|
'd-popover__content',
|
|
4867
5028
|
_vm.POPOVER_PADDING_CLASSES[_vm.padding],
|
|
4868
5029
|
_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)}
|
|
4869
|
-
var
|
|
5030
|
+
var popovervue_type_template_id_d3da038c_staticRenderFns = []
|
|
4870
5031
|
|
|
4871
5032
|
|
|
4872
5033
|
;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.js
|
|
@@ -9270,6 +9431,7 @@ const getArrowDetected = fn => ({
|
|
|
9270
9431
|
|
|
9271
9432
|
const BASE_TIPPY_DIRECTIONS = ['bottom', 'bottom-start', 'bottom-end', 'right', 'right-start', 'right-end', 'left', 'left-start', 'left-end', 'top', 'top-start', 'top-end'];
|
|
9272
9433
|
const TIPPY_STICKY_VALUES = [true, false, 'reference', 'popper'];
|
|
9434
|
+
const TIPPY_FOLLOW_CURSOR_VALUES = [true, false, 'vertical', 'horizontal', 'initial'];
|
|
9273
9435
|
const tippy_utils_createTippy = (anchorElement, options) => {
|
|
9274
9436
|
const {
|
|
9275
9437
|
contentElement
|
|
@@ -9277,7 +9439,7 @@ const tippy_utils_createTippy = (anchorElement, options) => {
|
|
|
9277
9439
|
};
|
|
9278
9440
|
delete options.contentElement;
|
|
9279
9441
|
return tippy_esm(anchorElement, { ...options,
|
|
9280
|
-
plugins: [sticky],
|
|
9442
|
+
plugins: [sticky, followCursor],
|
|
9281
9443
|
render: () => getContentWrapper(contentElement)
|
|
9282
9444
|
});
|
|
9283
9445
|
};
|
|
@@ -9363,6 +9525,7 @@ const POPOVER_ROLES = ['dialog', 'menu', 'listbox', 'tree', 'grid'];
|
|
|
9363
9525
|
const POPOVER_CONTENT_WIDTHS = [null, 'anchor'];
|
|
9364
9526
|
const POPOVER_INITIAL_FOCUS_STRINGS = ['none', 'dialog', 'first'];
|
|
9365
9527
|
const POPOVER_STICKY_VALUES = [...TIPPY_STICKY_VALUES];
|
|
9528
|
+
const POPOVER_FOLLOW_CURSOR_VALUES = [...TIPPY_FOLLOW_CURSOR_VALUES];
|
|
9366
9529
|
const POPOVER_DIRECTIONS = [...BASE_TIPPY_DIRECTIONS];
|
|
9367
9530
|
;// 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&
|
|
9368
9531
|
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)])}
|
|
@@ -10106,6 +10269,20 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
10106
10269
|
}
|
|
10107
10270
|
},
|
|
10108
10271
|
|
|
10272
|
+
/**
|
|
10273
|
+
* Determines if the popover follows the user's mouse cursor.
|
|
10274
|
+
* `true` enables it, `vertical` or `horizontal` only follows the cursor on a single axis,
|
|
10275
|
+
* `initial` will place the popover at the initial cursor position upon show, but prevent
|
|
10276
|
+
* following it.
|
|
10277
|
+
*/
|
|
10278
|
+
followCursor: {
|
|
10279
|
+
type: [Boolean, String],
|
|
10280
|
+
default: false,
|
|
10281
|
+
validator: followCursor => {
|
|
10282
|
+
return POPOVER_FOLLOW_CURSOR_VALUES.includes(followCursor);
|
|
10283
|
+
}
|
|
10284
|
+
},
|
|
10285
|
+
|
|
10109
10286
|
/**
|
|
10110
10287
|
* Determines maximum height for the popover before overflow.
|
|
10111
10288
|
* Possible units rem|px|em
|
|
@@ -10180,7 +10357,14 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
10180
10357
|
default: false
|
|
10181
10358
|
}
|
|
10182
10359
|
},
|
|
10183
|
-
emits: [
|
|
10360
|
+
emits: [
|
|
10361
|
+
/**
|
|
10362
|
+
* Emitted when popover is shown or hidden
|
|
10363
|
+
*
|
|
10364
|
+
* @event opened
|
|
10365
|
+
* @type {Boolean | Array}
|
|
10366
|
+
*/
|
|
10367
|
+
'opened', 'update:open'],
|
|
10184
10368
|
|
|
10185
10369
|
data() {
|
|
10186
10370
|
return {
|
|
@@ -10229,6 +10413,12 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
10229
10413
|
});
|
|
10230
10414
|
},
|
|
10231
10415
|
|
|
10416
|
+
followCursor(followCursor) {
|
|
10417
|
+
this.tip.setProps({
|
|
10418
|
+
followCursor
|
|
10419
|
+
});
|
|
10420
|
+
},
|
|
10421
|
+
|
|
10232
10422
|
fallbackPlacements() {
|
|
10233
10423
|
this.tip.setProps({
|
|
10234
10424
|
popperOptions: this.popperOptions()
|
|
@@ -10286,6 +10476,7 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
10286
10476
|
placement: this.placement,
|
|
10287
10477
|
offset: this.offset,
|
|
10288
10478
|
sticky: this.sticky,
|
|
10479
|
+
followCursor: this.followCursor,
|
|
10289
10480
|
appendTo: document.body,
|
|
10290
10481
|
interactive: true,
|
|
10291
10482
|
trigger: 'manual',
|
|
@@ -10515,8 +10706,8 @@ var popovervue_type_style_index_0_lang_less_ = __webpack_require__(230);
|
|
|
10515
10706
|
|
|
10516
10707
|
var popover_component = normalizeComponent(
|
|
10517
10708
|
popover_popovervue_type_script_lang_js_,
|
|
10518
|
-
|
|
10519
|
-
|
|
10709
|
+
popovervue_type_template_id_d3da038c_render,
|
|
10710
|
+
popovervue_type_template_id_d3da038c_staticRenderFns,
|
|
10520
10711
|
false,
|
|
10521
10712
|
null,
|
|
10522
10713
|
null,
|
|
@@ -10587,6 +10778,7 @@ const DROPDOWN_PADDING_CLASSES = {
|
|
|
10587
10778
|
//
|
|
10588
10779
|
//
|
|
10589
10780
|
//
|
|
10781
|
+
//
|
|
10590
10782
|
|
|
10591
10783
|
|
|
10592
10784
|
|
|
@@ -10702,6 +10894,17 @@ const DROPDOWN_PADDING_CLASSES = {
|
|
|
10702
10894
|
}
|
|
10703
10895
|
},
|
|
10704
10896
|
|
|
10897
|
+
/**
|
|
10898
|
+
* Determines if the dropdown follows the user's mouse cursor.
|
|
10899
|
+
* `true` enables it, `vertical` or `horizontal` only follows the cursor on a single axis,
|
|
10900
|
+
* `initial` will place the dropdown at the initial cursor position upon show, but prevent
|
|
10901
|
+
* following it.
|
|
10902
|
+
*/
|
|
10903
|
+
followCursor: {
|
|
10904
|
+
type: [Boolean, String],
|
|
10905
|
+
default: false
|
|
10906
|
+
},
|
|
10907
|
+
|
|
10705
10908
|
/**
|
|
10706
10909
|
* The direction the dropdown displays relative to the anchor.
|
|
10707
10910
|
*/
|
|
@@ -10734,7 +10937,21 @@ const DROPDOWN_PADDING_CLASSES = {
|
|
|
10734
10937
|
default: ''
|
|
10735
10938
|
}
|
|
10736
10939
|
},
|
|
10737
|
-
emits: [
|
|
10940
|
+
emits: [
|
|
10941
|
+
/**
|
|
10942
|
+
* Event fired when the highlight changes
|
|
10943
|
+
*
|
|
10944
|
+
* @event highlight
|
|
10945
|
+
* @type {Number}
|
|
10946
|
+
*/
|
|
10947
|
+
'highlight',
|
|
10948
|
+
/**
|
|
10949
|
+
* Event fired when dropdown is shown or hidden
|
|
10950
|
+
*
|
|
10951
|
+
* @event opened
|
|
10952
|
+
* @type {Boolean | Array}
|
|
10953
|
+
*/
|
|
10954
|
+
'opened', 'update:open'],
|
|
10738
10955
|
|
|
10739
10956
|
data() {
|
|
10740
10957
|
return {
|
|
@@ -10767,7 +10984,7 @@ const DROPDOWN_PADDING_CLASSES = {
|
|
|
10767
10984
|
onMouseHighlight(e) {
|
|
10768
10985
|
const liElement = e.target.closest('li');
|
|
10769
10986
|
|
|
10770
|
-
if (liElement && this.highlightId !== liElement.id) {
|
|
10987
|
+
if (liElement && liElement.role && this.highlightId !== liElement.id) {
|
|
10771
10988
|
this.setHighlightId(liElement.id);
|
|
10772
10989
|
liElement.focus();
|
|
10773
10990
|
}
|
|
@@ -10883,8 +11100,8 @@ const DROPDOWN_PADDING_CLASSES = {
|
|
|
10883
11100
|
;
|
|
10884
11101
|
var dropdown_component = normalizeComponent(
|
|
10885
11102
|
dropdown_dropdownvue_type_script_lang_js_,
|
|
10886
|
-
|
|
10887
|
-
|
|
11103
|
+
dropdownvue_type_template_id_03fdf47c_render,
|
|
11104
|
+
dropdownvue_type_template_id_03fdf47c_staticRenderFns,
|
|
10888
11105
|
false,
|
|
10889
11106
|
null,
|
|
10890
11107
|
null,
|
|
@@ -10893,10 +11110,126 @@ var dropdown_component = normalizeComponent(
|
|
|
10893
11110
|
)
|
|
10894
11111
|
|
|
10895
11112
|
/* harmony default export */ const dropdown = (dropdown_component.exports);
|
|
11113
|
+
;// CONCATENATED MODULE: ./components/dropdown/dropdown_story_constants.js
|
|
11114
|
+
const DROPDOWN_STORY_ITEMS = [{
|
|
11115
|
+
name: 'Menu item 1',
|
|
11116
|
+
id: 1
|
|
11117
|
+
}, {
|
|
11118
|
+
name: 'Menu item 2',
|
|
11119
|
+
id: 2
|
|
11120
|
+
}, {
|
|
11121
|
+
name: 'Another menu item 1',
|
|
11122
|
+
id: 3
|
|
11123
|
+
}, {
|
|
11124
|
+
name: 'Menu item 3',
|
|
11125
|
+
id: 4
|
|
11126
|
+
}, {
|
|
11127
|
+
name: 'Another menu item 2',
|
|
11128
|
+
id: 5
|
|
11129
|
+
}];
|
|
11130
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40[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&
|
|
11131
|
+
//
|
|
11132
|
+
//
|
|
11133
|
+
//
|
|
11134
|
+
//
|
|
11135
|
+
//
|
|
11136
|
+
//
|
|
11137
|
+
//
|
|
11138
|
+
//
|
|
11139
|
+
//
|
|
11140
|
+
//
|
|
11141
|
+
//
|
|
11142
|
+
//
|
|
11143
|
+
//
|
|
11144
|
+
//
|
|
11145
|
+
//
|
|
11146
|
+
//
|
|
11147
|
+
//
|
|
11148
|
+
//
|
|
11149
|
+
//
|
|
11150
|
+
//
|
|
11151
|
+
//
|
|
11152
|
+
//
|
|
11153
|
+
//
|
|
11154
|
+
//
|
|
11155
|
+
//
|
|
11156
|
+
//
|
|
11157
|
+
//
|
|
11158
|
+
//
|
|
11159
|
+
//
|
|
11160
|
+
//
|
|
11161
|
+
//
|
|
11162
|
+
|
|
11163
|
+
|
|
11164
|
+
|
|
11165
|
+
|
|
11166
|
+
/* harmony default export */ const context_menuvue_type_script_lang_js_ = ({
|
|
11167
|
+
name: 'DtContextMenu',
|
|
11168
|
+
components: {
|
|
11169
|
+
DtDropdown: dropdown,
|
|
11170
|
+
DtButton: button_button,
|
|
11171
|
+
DtListItem: list_item
|
|
11172
|
+
},
|
|
11173
|
+
props: {},
|
|
11174
|
+
|
|
11175
|
+
data() {
|
|
11176
|
+
return {
|
|
11177
|
+
isOpen: false
|
|
11178
|
+
};
|
|
11179
|
+
},
|
|
11180
|
+
|
|
11181
|
+
computed: {
|
|
11182
|
+
items() {
|
|
11183
|
+
return DROPDOWN_STORY_ITEMS;
|
|
11184
|
+
}
|
|
11185
|
+
|
|
11186
|
+
},
|
|
11187
|
+
methods: {
|
|
11188
|
+
showMenu() {
|
|
11189
|
+
this.isOpen = true;
|
|
11190
|
+
}
|
|
11191
|
+
|
|
11192
|
+
}
|
|
11193
|
+
});
|
|
11194
|
+
;// CONCATENATED MODULE: ./components/context_menu/context_menu.vue?vue&type=script&lang=js&
|
|
11195
|
+
/* harmony default export */ const context_menu_context_menuvue_type_script_lang_js_ = (context_menuvue_type_script_lang_js_);
|
|
11196
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-32[0].rules[0].use[0]!./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-32[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-32[0].rules[0].use[2]!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-32[0].rules[0].use[3]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-32[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&
|
|
11197
|
+
var context_menuvue_type_style_index_0_lang_less_ = __webpack_require__(488);
|
|
11198
|
+
;// CONCATENATED MODULE: ./components/context_menu/context_menu.vue?vue&type=style&index=0&lang=less&
|
|
11199
|
+
|
|
11200
|
+
;// CONCATENATED MODULE: ./components/context_menu/context_menu.vue
|
|
11201
|
+
|
|
11202
|
+
|
|
11203
|
+
|
|
11204
|
+
;
|
|
11205
|
+
|
|
11206
|
+
|
|
11207
|
+
/* normalize component */
|
|
11208
|
+
|
|
11209
|
+
var context_menu_component = normalizeComponent(
|
|
11210
|
+
context_menu_context_menuvue_type_script_lang_js_,
|
|
11211
|
+
context_menuvue_type_template_id_4b3ffc6f_render,
|
|
11212
|
+
context_menuvue_type_template_id_4b3ffc6f_staticRenderFns,
|
|
11213
|
+
false,
|
|
11214
|
+
null,
|
|
11215
|
+
null,
|
|
11216
|
+
null
|
|
11217
|
+
|
|
11218
|
+
)
|
|
11219
|
+
|
|
11220
|
+
/* harmony default export */ const context_menu = (context_menu_component.exports);
|
|
11221
|
+
;// CONCATENATED MODULE: ./components/context_menu/context_menu_constants.js
|
|
11222
|
+
const DEFAULT_CONSTANTS = null;
|
|
11223
|
+
/* harmony default export */ const context_menu_constants = ({
|
|
11224
|
+
DEFAULT_CONSTANTS
|
|
11225
|
+
});
|
|
11226
|
+
;// CONCATENATED MODULE: ./components/context_menu/index.js
|
|
11227
|
+
|
|
11228
|
+
|
|
10896
11229
|
;// CONCATENATED MODULE: ./components/dropdown/index.js
|
|
10897
11230
|
|
|
10898
|
-
;// 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=
|
|
10899
|
-
var
|
|
11231
|
+
;// 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&
|
|
11232
|
+
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:[
|
|
10900
11233
|
'base-input__label-text',
|
|
10901
11234
|
'd-label',
|
|
10902
11235
|
_vm.labelSizeClasses[_vm.size] ],attrs:{"data-qa":"dt-input-label"}},[_vm._v(" "+_vm._s(_vm.label)+" ")]):_vm._e()]}),(_vm.$slots.description || _vm.description || _vm.shouldValidateLength)?_c('div',{ref:"description",class:[
|
|
@@ -10905,7 +11238,7 @@ var inputvue_type_template_id_39fb0468_render = function () {var _vm=this;var _h
|
|
|
10905
11238
|
'd-fd-column',
|
|
10906
11239
|
_vm.descriptionSizeClasses[_vm.size] ],attrs:{"id":_vm.descriptionKey,"data-qa":"dt-input-description"}},[(_vm.$slots.description || _vm.description)?_c('div',[_vm._t("description",function(){return [_vm._v(_vm._s(_vm.description))]})],2):_vm._e(),(_vm.shouldValidateLength)?_c('div',{class:[
|
|
10907
11240
|
'd-mb2' ],attrs:{"data-qa":"dt-input-length-description"}},[_vm._v(" "+_vm._s(_vm.validationProps.length.description)+" ")]):_vm._e()]):_vm._e(),_c('div',{staticClass:"d-input__wrapper"},[(_vm.$slots.leftIcon)?_c('span',{class:_vm.inputIconClasses('left'),attrs:{"data-qa":"dt-input-left-icon-wrapper"},on:{"focusout":_vm.onBlur}},[_vm._t("leftIcon")],2):_vm._e(),(_vm.isTextarea)?_c('textarea',_vm._g(_vm._b({ref:"input",class:_vm.inputClasses(),attrs:{"name":_vm.name,"disabled":_vm.disabled,"maxlength":_vm.shouldLimitMaxLength ? _vm.validationProps.length.max : null,"data-qa":"dt-input-input"},domProps:{"value":_vm.value}},'textarea',_vm.$attrs,false),_vm.inputListeners)):_c('input',_vm._g(_vm._b({ref:"input",class:_vm.inputClasses(),attrs:{"name":_vm.name,"type":_vm.type,"disabled":_vm.disabled,"maxlength":_vm.shouldLimitMaxLength ? _vm.validationProps.length.max : null,"data-qa":"dt-input-input"},domProps:{"value":_vm.value}},'input',_vm.$attrs,false),_vm.inputListeners)),(_vm.$slots.rightIcon)?_c('span',{class:_vm.inputIconClasses('right'),attrs:{"data-qa":"dt-input-right-icon-wrapper"},on:{"focusout":_vm.onBlur}},[_vm._t("rightIcon")],2):_vm._e()])],2),_c('dt-validation-messages',_vm._b({class:_vm.messagesClass,attrs:{"validation-messages":_vm.validationMessages,"show-messages":_vm.showMessages,"data-qa":"dt-input-messages"}},'dt-validation-messages',_vm.messagesChildProps,false))],1)}
|
|
10908
|
-
var
|
|
11241
|
+
var inputvue_type_template_id_fc19976e_staticRenderFns = []
|
|
10909
11242
|
|
|
10910
11243
|
|
|
10911
11244
|
;// CONCATENATED MODULE: ./components/input/input_constants.js
|
|
@@ -11105,6 +11438,7 @@ const InputMixin = {
|
|
|
11105
11438
|
|
|
11106
11439
|
/**
|
|
11107
11440
|
* The value of the input
|
|
11441
|
+
* @model value
|
|
11108
11442
|
*/
|
|
11109
11443
|
value: {
|
|
11110
11444
|
type: [String, Number, Boolean, Object],
|
|
@@ -11229,6 +11563,7 @@ const CheckableMixin = {
|
|
|
11229
11563
|
props: {
|
|
11230
11564
|
/**
|
|
11231
11565
|
* Used to set the state of the checkable input
|
|
11566
|
+
* @model checked
|
|
11232
11567
|
*/
|
|
11233
11568
|
checked: {
|
|
11234
11569
|
type: Boolean,
|
|
@@ -11549,6 +11884,10 @@ const MessagesMixin = {
|
|
|
11549
11884
|
|
|
11550
11885
|
|
|
11551
11886
|
|
|
11887
|
+
/**
|
|
11888
|
+
* @property {Boolean} placeholder attribute
|
|
11889
|
+
*/
|
|
11890
|
+
|
|
11552
11891
|
/* harmony default export */ const inputvue_type_script_lang_js_ = ({
|
|
11553
11892
|
name: 'DtInput',
|
|
11554
11893
|
components: {
|
|
@@ -11658,7 +11997,62 @@ const MessagesMixin = {
|
|
|
11658
11997
|
default: null
|
|
11659
11998
|
}
|
|
11660
11999
|
},
|
|
11661
|
-
emits: [
|
|
12000
|
+
emits: [
|
|
12001
|
+
/**
|
|
12002
|
+
* Native input event
|
|
12003
|
+
*
|
|
12004
|
+
* @event input
|
|
12005
|
+
* @type {String}
|
|
12006
|
+
*/
|
|
12007
|
+
'input',
|
|
12008
|
+
/**
|
|
12009
|
+
* Native input blur event
|
|
12010
|
+
*
|
|
12011
|
+
* @event blur
|
|
12012
|
+
* @type {FocusEvent}
|
|
12013
|
+
*/
|
|
12014
|
+
'blur',
|
|
12015
|
+
/**
|
|
12016
|
+
* Input clear event
|
|
12017
|
+
*
|
|
12018
|
+
* @event clear
|
|
12019
|
+
*/
|
|
12020
|
+
'clear',
|
|
12021
|
+
/**
|
|
12022
|
+
* Native input focus event
|
|
12023
|
+
*
|
|
12024
|
+
* @event focus
|
|
12025
|
+
* @type {FocusEvent}
|
|
12026
|
+
*/
|
|
12027
|
+
'focus',
|
|
12028
|
+
/**
|
|
12029
|
+
* Native input focusin event
|
|
12030
|
+
*
|
|
12031
|
+
* @event focusin
|
|
12032
|
+
* @type {FocusEvent}
|
|
12033
|
+
*/
|
|
12034
|
+
'focusin',
|
|
12035
|
+
/**
|
|
12036
|
+
* Native input focusout event
|
|
12037
|
+
*
|
|
12038
|
+
* @event focusout
|
|
12039
|
+
* @type {FocusEvent}
|
|
12040
|
+
*/
|
|
12041
|
+
'focusout',
|
|
12042
|
+
/**
|
|
12043
|
+
* Length of the input when currentLength prop is not passed
|
|
12044
|
+
*
|
|
12045
|
+
* @event update:length
|
|
12046
|
+
* @type {Number}
|
|
12047
|
+
*/
|
|
12048
|
+
'update:length',
|
|
12049
|
+
/**
|
|
12050
|
+
* Result of the input validation
|
|
12051
|
+
*
|
|
12052
|
+
* @event update:invalid
|
|
12053
|
+
* @type {Boolean}
|
|
12054
|
+
*/
|
|
12055
|
+
'update:invalid'],
|
|
11662
12056
|
|
|
11663
12057
|
data() {
|
|
11664
12058
|
return {
|
|
@@ -11939,8 +12333,8 @@ const MessagesMixin = {
|
|
|
11939
12333
|
;
|
|
11940
12334
|
var input_component = normalizeComponent(
|
|
11941
12335
|
input_inputvue_type_script_lang_js_,
|
|
11942
|
-
|
|
11943
|
-
|
|
12336
|
+
inputvue_type_template_id_fc19976e_render,
|
|
12337
|
+
inputvue_type_template_id_fc19976e_staticRenderFns,
|
|
11944
12338
|
false,
|
|
11945
12339
|
null,
|
|
11946
12340
|
null,
|
|
@@ -11952,9 +12346,9 @@ var input_component = normalizeComponent(
|
|
|
11952
12346
|
;// CONCATENATED MODULE: ./components/input/index.js
|
|
11953
12347
|
|
|
11954
12348
|
|
|
11955
|
-
;// 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_group/input_group.vue?vue&type=template&id=
|
|
11956
|
-
var
|
|
11957
|
-
var
|
|
12349
|
+
;// 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_group/input_group.vue?vue&type=template&id=cdfe834c&
|
|
12350
|
+
var input_groupvue_type_template_id_cdfe834c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('fieldset',{attrs:{"data-qa":_vm.dataQaGroup}},[(_vm.$slots.legend || _vm.legend)?_c('legend',_vm._b({class:['d-label', _vm.legendClass],attrs:{"data-qa":_vm.dataQaGroupLegend}},'legend',_vm.legendChildProps,false),[_vm._t("legend",function(){return [_vm._v(" "+_vm._s(_vm.legend)+" ")]})],2):_vm._e(),_vm._t("default"),_c('dt-validation-messages',_vm._b({class:_vm.messagesClass,attrs:{"validation-messages":_vm.formattedMessages,"show-messages":_vm.showMessages,"data-qa":_vm.dataQaGroupMessages}},'dt-validation-messages',_vm.messagesChildProps,false))],2)}
|
|
12351
|
+
var input_groupvue_type_template_id_cdfe834c_staticRenderFns = []
|
|
11958
12352
|
|
|
11959
12353
|
|
|
11960
12354
|
;// CONCATENATED MODULE: ./common/mixins/input_group.js
|
|
@@ -12188,6 +12582,13 @@ const InputGroupMixin = {
|
|
|
12188
12582
|
default: 'input-group-messages'
|
|
12189
12583
|
}
|
|
12190
12584
|
},
|
|
12585
|
+
emits: [
|
|
12586
|
+
/**
|
|
12587
|
+
* Native input event
|
|
12588
|
+
*
|
|
12589
|
+
* @event input
|
|
12590
|
+
*/
|
|
12591
|
+
'input'],
|
|
12191
12592
|
|
|
12192
12593
|
data() {
|
|
12193
12594
|
return {
|
|
@@ -12233,8 +12634,8 @@ const InputGroupMixin = {
|
|
|
12233
12634
|
;
|
|
12234
12635
|
var input_group_component = normalizeComponent(
|
|
12235
12636
|
input_group_input_groupvue_type_script_lang_js_,
|
|
12236
|
-
|
|
12237
|
-
|
|
12637
|
+
input_groupvue_type_template_id_cdfe834c_render,
|
|
12638
|
+
input_groupvue_type_template_id_cdfe834c_staticRenderFns,
|
|
12238
12639
|
false,
|
|
12239
12640
|
null,
|
|
12240
12641
|
null,
|
|
@@ -12245,16 +12646,18 @@ var input_group_component = normalizeComponent(
|
|
|
12245
12646
|
/* harmony default export */ const input_group_input_group = (input_group_component.exports);
|
|
12246
12647
|
;// CONCATENATED MODULE: ./components/input_group/index.js
|
|
12247
12648
|
|
|
12248
|
-
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/modal/modal.vue?vue&type=template&id=
|
|
12249
|
-
var
|
|
12649
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/modal/modal.vue?vue&type=template&id=e3e205ea&
|
|
12650
|
+
var modalvue_type_template_id_e3e205ea_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('dt-lazy-show',{class:[
|
|
12250
12651
|
'd-modal',
|
|
12251
12652
|
_vm.MODAL_KIND_MODIFIERS[_vm.kind],
|
|
12252
12653
|
_vm.MODAL_SIZE_MODIFIERS[_vm.size],
|
|
12253
|
-
_vm.modalClass ],attrs:{"transition":"d-zoom","show":_vm.show,"data-qa":"dt-modal","aria-hidden":_vm.open},on:{"click":function($event){if($event.target !== $event.currentTarget){ return null; }return _vm.close.apply(null, arguments)},"keydown":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"esc",27,$event.key,["Esc","Escape"])){ return null; }return _vm.close.apply(null, arguments)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"tab",9,$event.key,"Tab")){ return null; }return _vm.trapFocus.apply(null, arguments)}],"after-enter":function($event){if($event.target !== $event.currentTarget){ return null; }return _vm.setFocusAfterTransition.apply(null, arguments)}}},[
|
|
12654
|
+
_vm.modalClass ],attrs:{"transition":"d-zoom","show":_vm.show,"data-qa":"dt-modal","aria-hidden":_vm.open},on:{"click":function($event){if($event.target !== $event.currentTarget){ return null; }return _vm.close.apply(null, arguments)},"keydown":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"esc",27,$event.key,["Esc","Escape"])){ return null; }return _vm.close.apply(null, arguments)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"tab",9,$event.key,"Tab")){ return null; }return _vm.trapFocus.apply(null, arguments)}],"after-enter":function($event){if($event.target !== $event.currentTarget){ return null; }return _vm.setFocusAfterTransition.apply(null, arguments)}}},[(_vm.show && (_vm.$slots.banner || _vm.bannerTitle))?_c('div',{class:[
|
|
12655
|
+
'd-modal__banner',
|
|
12656
|
+
_vm.bannerClass ],attrs:{"data-qa":"dt-modal-banner"}},[_vm._t("banner",function(){return [_vm._v(" "+_vm._s(_vm.bannerTitle)+" ")]})],2):_vm._e(),_c('transition',{attrs:{"appear":"","name":"d-modal__dialog"}},[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.show),expression:"show"}],class:[
|
|
12254
12657
|
'd-modal__dialog',
|
|
12255
12658
|
{ 'd-modal__dialog--scrollable': _vm.fixedHeaderFooter },
|
|
12256
12659
|
_vm.dialogClass ],attrs:{"role":"dialog","aria-modal":"true","aria-describedby":_vm.describedById,"aria-labelledby":_vm.labelledById}},[(_vm.$slots.header)?_c('div',{staticClass:"d-modal__header",attrs:{"id":_vm.labelledById,"data-qa":"dt-modal-title"}},[_vm._t("header")],2):_c('h2',{staticClass:"d-modal__header",attrs:{"id":_vm.labelledById,"data-qa":"dt-modal-title"}},[_vm._v(" "+_vm._s(_vm.title)+" ")]),(_vm.$slots.default)?_c('div',{staticClass:"d-modal__content",attrs:{"data-qa":"dt-modal-copy"}},[_vm._t("default")],2):_c('p',{staticClass:"d-modal__content",attrs:{"data-qa":"dt-modal-copy"}},[_vm._v(" "+_vm._s(_vm.copy)+" ")]),(_vm.hasFooterSlot)?_c('footer',{staticClass:"d-modal__footer"},[_vm._t("footer")],2):_vm._e(),(!_vm.hideClose)?_c('dt-button',_vm._b({staticClass:"d-modal__close",attrs:{"circle":"","size":"lg","importance":"clear","aria-label":_vm.closeButtonProps.ariaLabel,"kind":_vm.kind},on:{"click":_vm.close},scopedSlots:_vm._u([{key:"icon",fn:function(){return [_c('icon-close')]},proxy:true}],null,false,4267981299)},'dt-button',_vm.closeButtonProps,false)):_vm._e()],1)])],1)}
|
|
12257
|
-
var
|
|
12660
|
+
var modalvue_type_template_id_e3e205ea_staticRenderFns = []
|
|
12258
12661
|
|
|
12259
12662
|
|
|
12260
12663
|
;// CONCATENATED MODULE: ./components/modal/modal_constants.js
|
|
@@ -12361,6 +12764,19 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
12361
12764
|
//
|
|
12362
12765
|
//
|
|
12363
12766
|
//
|
|
12767
|
+
//
|
|
12768
|
+
//
|
|
12769
|
+
//
|
|
12770
|
+
//
|
|
12771
|
+
//
|
|
12772
|
+
//
|
|
12773
|
+
//
|
|
12774
|
+
//
|
|
12775
|
+
//
|
|
12776
|
+
//
|
|
12777
|
+
//
|
|
12778
|
+
//
|
|
12779
|
+
//
|
|
12364
12780
|
|
|
12365
12781
|
|
|
12366
12782
|
|
|
@@ -12435,6 +12851,14 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
12435
12851
|
default: ''
|
|
12436
12852
|
},
|
|
12437
12853
|
|
|
12854
|
+
/**
|
|
12855
|
+
* Title text to display in the modal banner.
|
|
12856
|
+
*/
|
|
12857
|
+
bannerTitle: {
|
|
12858
|
+
type: String,
|
|
12859
|
+
default: ''
|
|
12860
|
+
},
|
|
12861
|
+
|
|
12438
12862
|
/**
|
|
12439
12863
|
* The theme of the modal.
|
|
12440
12864
|
* @values default or danger
|
|
@@ -12477,6 +12901,16 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
12477
12901
|
default: ''
|
|
12478
12902
|
},
|
|
12479
12903
|
|
|
12904
|
+
/**
|
|
12905
|
+
* Additional class name for the banner element within the modal.
|
|
12906
|
+
* Can accept all of String, Object, and Array, i.e. has the
|
|
12907
|
+
* same api as Vue's built-in handling of the class attribute.
|
|
12908
|
+
*/
|
|
12909
|
+
bannerClass: {
|
|
12910
|
+
type: [String, Object, Array],
|
|
12911
|
+
default: ''
|
|
12912
|
+
},
|
|
12913
|
+
|
|
12480
12914
|
/**
|
|
12481
12915
|
* Hides the close button on the modal
|
|
12482
12916
|
*/
|
|
@@ -12493,7 +12927,15 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
12493
12927
|
default: true
|
|
12494
12928
|
}
|
|
12495
12929
|
},
|
|
12496
|
-
emits: [
|
|
12930
|
+
emits: [
|
|
12931
|
+
/**
|
|
12932
|
+
* The modal will emit a "false" boolean value for this event when the user performs a modal-closing action.
|
|
12933
|
+
* Parent components can sync on this value to create a 2-way binding to control modal visibility.
|
|
12934
|
+
*
|
|
12935
|
+
* @event update:show
|
|
12936
|
+
* @type {Boolean}
|
|
12937
|
+
*/
|
|
12938
|
+
'update:show'],
|
|
12497
12939
|
|
|
12498
12940
|
data() {
|
|
12499
12941
|
return {
|
|
@@ -12560,8 +13002,8 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
12560
13002
|
;
|
|
12561
13003
|
var modal_component = normalizeComponent(
|
|
12562
13004
|
modal_modalvue_type_script_lang_js_,
|
|
12563
|
-
|
|
12564
|
-
|
|
13005
|
+
modalvue_type_template_id_e3e205ea_render,
|
|
13006
|
+
modalvue_type_template_id_e3e205ea_staticRenderFns,
|
|
12565
13007
|
false,
|
|
12566
13008
|
null,
|
|
12567
13009
|
null,
|
|
@@ -12758,9 +13200,9 @@ var list_section_component = normalizeComponent(
|
|
|
12758
13200
|
/* harmony default export */ const list_section = (list_section_component.exports);
|
|
12759
13201
|
;// CONCATENATED MODULE: ./components/list_section/index.js
|
|
12760
13202
|
|
|
12761
|
-
;// 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/notice/notice.vue?vue&type=template&id=
|
|
12762
|
-
var
|
|
12763
|
-
var
|
|
13203
|
+
;// 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/notice/notice.vue?vue&type=template&id=ca7ad14a&
|
|
13204
|
+
var noticevue_type_template_id_ca7ad14a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('aside',_vm._g({class:_vm.noticeClass,attrs:{"data-qa":"notice"}},_vm.$listeners),[_c('dt-notice-icon',_vm._g({attrs:{"kind":_vm.kind}},_vm.$listeners),[_vm._t("icon")],2),_c('dt-notice-content',_vm._g({attrs:{"title-id":_vm.titleId,"content-id":_vm.contentId,"title":_vm.title,"role":_vm.role},scopedSlots:_vm._u([{key:"titleOverride",fn:function(){return [_vm._t("titleOverride")]},proxy:true}],null,true)},_vm.$listeners),[_vm._t("default")],2),_c('dt-notice-action',_vm._g({attrs:{"hide-close":_vm.hideClose,"close-button-props":_vm.closeButtonProps}},_vm.$listeners),[_vm._t("action")],2)],1)}
|
|
13205
|
+
var noticevue_type_template_id_ca7ad14a_staticRenderFns = []
|
|
12764
13206
|
|
|
12765
13207
|
|
|
12766
13208
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/notice/notice.vue?vue&type=script&lang=js&
|
|
@@ -12894,7 +13336,13 @@ var noticevue_type_template_id_4b03fec7_staticRenderFns = []
|
|
|
12894
13336
|
default: false
|
|
12895
13337
|
}
|
|
12896
13338
|
},
|
|
12897
|
-
emits: [
|
|
13339
|
+
emits: [
|
|
13340
|
+
/**
|
|
13341
|
+
* Close button click event
|
|
13342
|
+
*
|
|
13343
|
+
* @event close
|
|
13344
|
+
*/
|
|
13345
|
+
'close'],
|
|
12898
13346
|
computed: {
|
|
12899
13347
|
noticeClass() {
|
|
12900
13348
|
const noticeKinds = {
|
|
@@ -12923,8 +13371,8 @@ var noticevue_type_template_id_4b03fec7_staticRenderFns = []
|
|
|
12923
13371
|
;
|
|
12924
13372
|
var notice_component = normalizeComponent(
|
|
12925
13373
|
notice_noticevue_type_script_lang_js_,
|
|
12926
|
-
|
|
12927
|
-
|
|
13374
|
+
noticevue_type_template_id_ca7ad14a_render,
|
|
13375
|
+
noticevue_type_template_id_ca7ad14a_staticRenderFns,
|
|
12928
13376
|
false,
|
|
12929
13377
|
null,
|
|
12930
13378
|
null,
|
|
@@ -12936,9 +13384,9 @@ var notice_component = normalizeComponent(
|
|
|
12936
13384
|
;// CONCATENATED MODULE: ./components/notice/index.js
|
|
12937
13385
|
|
|
12938
13386
|
|
|
12939
|
-
;// 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/pagination/pagination.vue?vue&type=template&id=
|
|
12940
|
-
var
|
|
12941
|
-
var
|
|
13387
|
+
;// 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/pagination/pagination.vue?vue&type=template&id=03cbd37c&
|
|
13388
|
+
var paginationvue_type_template_id_03cbd37c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('nav',{staticClass:"d-d-flex d-fd-row d-gg2 d-ai-center",attrs:{"aria-label":_vm.ariaLabel}},[_c('dt-button',{staticClass:"d-h32 d-w32",attrs:{"data-qa":"dt-pagination-prev","aria-label":_vm.prevAriaLabel,"importance":_vm.isFirstPage ? 'primary' : 'clear',"disabled":_vm.isFirstPage},on:{"click":function($event){return _vm.changePage(_vm.currentPage - 1)}}},[_c('template',{slot:"icon"},[_c('icon-chevron-left')],1)],2),_vm._l((_vm.pages),function(page,index){return _c('div',{key:("page-" + page + "-" + index)},[(isNaN(Number(page)))?_c('div',{staticClass:"d-h32 d-w32 d-d-flex d-ai-center d-jc-center",attrs:{"data-qa":"dt-pagination-separator"}},[_vm._v(" … ")]):_c('dt-button',{staticClass:"d-h32 d-w32",attrs:{"aria-label":_vm.pageNumberAriaLabel(page),"importance":_vm.currentPage === page ? 'primary' : 'clear',"label-class":"d-fs14"},on:{"click":function($event){return _vm.changePage(page)}}},[_vm._v(" "+_vm._s(page)+" ")])],1)}),_c('dt-button',{staticClass:"d-h32 d-w32",attrs:{"data-qa":"dt-pagination-next","aria-label":_vm.nextAriaLabel,"disabled":_vm.isLastPage,"importance":_vm.isLastPage ? 'primary' : 'clear'},on:{"click":function($event){return _vm.changePage(_vm.currentPage + 1)}}},[_c('template',{slot:"icon"},[_c('icon-chevron-right')],1)],2)],2)}
|
|
13389
|
+
var paginationvue_type_template_id_03cbd37c_staticRenderFns = []
|
|
12942
13390
|
|
|
12943
13391
|
|
|
12944
13392
|
;// 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/IconChevronLeft.vue?vue&type=template&id=bdbc37f6&
|
|
@@ -13115,7 +13563,14 @@ var IconChevronRight_component = normalizeComponent(
|
|
|
13115
13563
|
default: 5
|
|
13116
13564
|
}
|
|
13117
13565
|
},
|
|
13118
|
-
emits: [
|
|
13566
|
+
emits: [
|
|
13567
|
+
/**
|
|
13568
|
+
* Page change event
|
|
13569
|
+
*
|
|
13570
|
+
* @event change
|
|
13571
|
+
* @type {Number}
|
|
13572
|
+
*/
|
|
13573
|
+
'change'],
|
|
13119
13574
|
|
|
13120
13575
|
data() {
|
|
13121
13576
|
return {
|
|
@@ -13193,8 +13648,8 @@ var IconChevronRight_component = normalizeComponent(
|
|
|
13193
13648
|
;
|
|
13194
13649
|
var pagination_component = normalizeComponent(
|
|
13195
13650
|
pagination_paginationvue_type_script_lang_js_,
|
|
13196
|
-
|
|
13197
|
-
|
|
13651
|
+
paginationvue_type_template_id_03cbd37c_render,
|
|
13652
|
+
paginationvue_type_template_id_03cbd37c_staticRenderFns,
|
|
13198
13653
|
false,
|
|
13199
13654
|
null,
|
|
13200
13655
|
null,
|
|
@@ -13205,9 +13660,9 @@ var pagination_component = normalizeComponent(
|
|
|
13205
13660
|
/* harmony default export */ const pagination = (pagination_component.exports);
|
|
13206
13661
|
;// CONCATENATED MODULE: ./components/pagination/index.js
|
|
13207
13662
|
|
|
13208
|
-
;// 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/radio/radio.vue?vue&type=template&id=
|
|
13209
|
-
var
|
|
13210
|
-
var
|
|
13663
|
+
;// 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/radio/radio.vue?vue&type=template&id=be33e8c2&
|
|
13664
|
+
var radiovue_type_template_id_be33e8c2_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('label',[_c('div',{class:['d-radio-group', { 'd-radio-group--disabled': _vm.internalDisabled }]},[_c('div',{staticClass:"d-radio__input"},[_c('input',_vm._g(_vm._b({class:['d-radio', _vm.inputValidationClass, _vm.inputClass],attrs:{"name":_vm.internalName,"disabled":_vm.internalDisabled,"type":"radio"},domProps:{"checked":_vm.internalChecked,"value":_vm.value}},'input',_vm.$attrs,false),_vm.inputListeners))]),_c('div',{staticClass:"d-radio__copy d-radio__label",attrs:{"data-qa":"radio-label-description-container"}},[_c('div',_vm._b({class:_vm.labelClass,attrs:{"data-qa":"radio-label"}},'div',_vm.labelChildProps,false),[_vm._t("default",function(){return [_vm._v(_vm._s(_vm.label))]})],2),(_vm.$slots.description || _vm.description)?_c('div',_vm._b({class:['d-description', _vm.descriptionClass],attrs:{"data-qa":"radio-description"}},'div',_vm.descriptionChildProps,false),[_vm._t("description",function(){return [_vm._v(_vm._s(_vm.description))]})],2):_vm._e(),_c('dt-validation-messages',_vm._b({class:_vm.messagesClass,attrs:{"validation-messages":_vm.formattedMessages,"show-messages":_vm.showMessages,"data-qa":"dt-radio-validation-messages"}},'dt-validation-messages',_vm.messagesChildProps,false))],1)])])}
|
|
13665
|
+
var radiovue_type_template_id_be33e8c2_staticRenderFns = []
|
|
13211
13666
|
|
|
13212
13667
|
|
|
13213
13668
|
;// CONCATENATED MODULE: ./components/radio/radio_constants.js
|
|
@@ -13287,7 +13742,28 @@ const RADIO_INPUT_VALIDATION_CLASSES = {
|
|
|
13287
13742
|
default: ''
|
|
13288
13743
|
}
|
|
13289
13744
|
},
|
|
13290
|
-
emits: [
|
|
13745
|
+
emits: [
|
|
13746
|
+
/**
|
|
13747
|
+
* Native input event
|
|
13748
|
+
*
|
|
13749
|
+
* @event input
|
|
13750
|
+
* @type {String | Number}
|
|
13751
|
+
*/
|
|
13752
|
+
'input',
|
|
13753
|
+
/**
|
|
13754
|
+
* Native input focusin event
|
|
13755
|
+
*
|
|
13756
|
+
* @event focusin
|
|
13757
|
+
* @property {FocusEvent}
|
|
13758
|
+
*/
|
|
13759
|
+
'focusin',
|
|
13760
|
+
/**
|
|
13761
|
+
* Native input focusout event
|
|
13762
|
+
*
|
|
13763
|
+
* @event focusout
|
|
13764
|
+
* @property {FocusEvent}
|
|
13765
|
+
*/
|
|
13766
|
+
'focusout'],
|
|
13291
13767
|
computed: {
|
|
13292
13768
|
inputValidationClass() {
|
|
13293
13769
|
return RADIO_INPUT_VALIDATION_CLASSES[this.internalValidationState];
|
|
@@ -13354,8 +13830,8 @@ const RADIO_INPUT_VALIDATION_CLASSES = {
|
|
|
13354
13830
|
;
|
|
13355
13831
|
var radio_component = normalizeComponent(
|
|
13356
13832
|
radio_radiovue_type_script_lang_js_,
|
|
13357
|
-
|
|
13358
|
-
|
|
13833
|
+
radiovue_type_template_id_be33e8c2_render,
|
|
13834
|
+
radiovue_type_template_id_be33e8c2_staticRenderFns,
|
|
13359
13835
|
false,
|
|
13360
13836
|
null,
|
|
13361
13837
|
null,
|
|
@@ -13374,6 +13850,7 @@ var radio_component = normalizeComponent(
|
|
|
13374
13850
|
props: {
|
|
13375
13851
|
/**
|
|
13376
13852
|
* A provided value for the radio group
|
|
13853
|
+
* @model value
|
|
13377
13854
|
*/
|
|
13378
13855
|
value: {
|
|
13379
13856
|
type: [String, Number],
|
|
@@ -13404,6 +13881,14 @@ var radio_component = normalizeComponent(
|
|
|
13404
13881
|
default: 'radio-group-messages'
|
|
13405
13882
|
}
|
|
13406
13883
|
},
|
|
13884
|
+
emits: [
|
|
13885
|
+
/**
|
|
13886
|
+
* Native input event
|
|
13887
|
+
*
|
|
13888
|
+
* @event input
|
|
13889
|
+
* @type {String | Number}
|
|
13890
|
+
*/
|
|
13891
|
+
'input'],
|
|
13407
13892
|
|
|
13408
13893
|
data() {
|
|
13409
13894
|
return {
|
|
@@ -13464,15 +13949,15 @@ var radio_group_component = normalizeComponent(
|
|
|
13464
13949
|
/* harmony default export */ const radio_group = (radio_group_component.exports);
|
|
13465
13950
|
;// CONCATENATED MODULE: ./components/radio_group/index.js
|
|
13466
13951
|
|
|
13467
|
-
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/tabs/tab_group.vue?vue&type=template&id=
|
|
13468
|
-
var
|
|
13952
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/tabs/tab_group.vue?vue&type=template&id=618b4a34&
|
|
13953
|
+
var tab_groupvue_type_template_id_618b4a34_render = function () {
|
|
13469
13954
|
var _obj;
|
|
13470
13955
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{attrs:{"data-qa":"dt-tab-group"}},[_c('div',_vm._b({class:[
|
|
13471
13956
|
'd-tablist',
|
|
13472
13957
|
_vm.TAB_LIST_SIZE_MODIFIERS[_vm.size],
|
|
13473
13958
|
( _obj = {}, _obj[_vm.TAB_LIST_KIND_MODIFIERS.inverted] = _vm.inverted, _obj[_vm.TAB_LIST_IMPORTANCE_MODIFIERS.borderless] = _vm.borderless, _obj ),
|
|
13474
13959
|
_vm.tabListClass ],attrs:{"role":"tablist","aria-label":_vm.label},on:{"keyup":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"left",37,$event.key,["Left","ArrowLeft"])){ return null; }if('button' in $event && $event.button !== 0){ return null; }return _vm.tabLeft.apply(null, arguments)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"right",39,$event.key,["Right","ArrowRight"])){ return null; }if('button' in $event && $event.button !== 2){ return null; }return _vm.tabRight.apply(null, arguments)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.selectTab.apply(null, arguments)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"space",32,$event.key,[" ","Spacebar"])){ return null; }return _vm.selectTab.apply(null, arguments)}],"keydown":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"home",undefined,$event.key,undefined)){ return null; }return _vm.onHomeButton.apply(null, arguments)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"end",undefined,$event.key,undefined)){ return null; }return _vm.onEndButton.apply(null, arguments)}]}},'div',_vm.tabListChildProps,false),[_vm._t("tabs")],2),_vm._t("default")],2)}
|
|
13475
|
-
var
|
|
13960
|
+
var tab_groupvue_type_template_id_618b4a34_staticRenderFns = []
|
|
13476
13961
|
|
|
13477
13962
|
|
|
13478
13963
|
;// CONCATENATED MODULE: ./components/tabs/tabs_constants.js
|
|
@@ -13605,7 +14090,14 @@ const TAB_IMPORTANCE_MODIFIERS = {
|
|
|
13605
14090
|
default: () => ({})
|
|
13606
14091
|
}
|
|
13607
14092
|
},
|
|
13608
|
-
emits: [
|
|
14093
|
+
emits: [
|
|
14094
|
+
/**
|
|
14095
|
+
* Change tab event with the arguments: selected id of the current tab and disabled value
|
|
14096
|
+
*
|
|
14097
|
+
* @event change
|
|
14098
|
+
* @type {Object}
|
|
14099
|
+
*/
|
|
14100
|
+
'change'],
|
|
13609
14101
|
|
|
13610
14102
|
data() {
|
|
13611
14103
|
return {
|
|
@@ -13786,8 +14278,8 @@ const TAB_IMPORTANCE_MODIFIERS = {
|
|
|
13786
14278
|
;
|
|
13787
14279
|
var tab_group_component = normalizeComponent(
|
|
13788
14280
|
tabs_tab_groupvue_type_script_lang_js_,
|
|
13789
|
-
|
|
13790
|
-
|
|
14281
|
+
tab_groupvue_type_template_id_618b4a34_render,
|
|
14282
|
+
tab_groupvue_type_template_id_618b4a34_staticRenderFns,
|
|
13791
14283
|
false,
|
|
13792
14284
|
null,
|
|
13793
14285
|
null,
|
|
@@ -14048,9 +14540,9 @@ var tab_panel_component = normalizeComponent(
|
|
|
14048
14540
|
|
|
14049
14541
|
|
|
14050
14542
|
|
|
14051
|
-
;// 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/checkbox/checkbox.vue?vue&type=template&id=
|
|
14052
|
-
var
|
|
14053
|
-
var
|
|
14543
|
+
;// 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/checkbox/checkbox.vue?vue&type=template&id=1de6993c&
|
|
14544
|
+
var checkboxvue_type_template_id_1de6993c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('label',[_c('div',{class:['d-checkbox-group', { 'd-checkbox-group--disabled': _vm.internalDisabled }]},[_c('div',{staticClass:"d-checkbox__input"},[_c('input',_vm._g(_vm._b({class:['d-checkbox', _vm.inputValidationClass, _vm.inputClass],attrs:{"type":"checkbox","name":_vm.internalName,"disabled":_vm.internalDisabled},domProps:{"checked":_vm.internalChecked,"value":_vm.value,"indeterminate":_vm.internalIndeterminate}},'input',_vm.$attrs,false),_vm.inputListeners))]),(_vm.hasLabelOrDescription)?_c('div',{staticClass:"d-checkbox__copy d-checkbox__label",attrs:{"data-qa":"checkbox-label-description-container"}},[(_vm.hasLabel)?_c('div',_vm._b({class:_vm.labelClass,attrs:{"data-qa":"checkbox-label"}},'div',_vm.labelChildProps,false),[_vm._t("default",function(){return [_vm._v(_vm._s(_vm.label))]})],2):_vm._e(),(_vm.hasDescription)?_c('div',_vm._b({class:['d-description', _vm.descriptionClass],attrs:{"data-qa":"checkbox-description"}},'div',_vm.descriptionChildProps,false),[_vm._t("description",function(){return [_vm._v(_vm._s(_vm.description))]})],2):_vm._e(),_c('dt-validation-messages',_vm._b({class:_vm.messagesClass,attrs:{"validation-messages":_vm.formattedMessages,"show-messages":_vm.showMessages,"data-qa":"dt-checkbox-validation-messages"}},'dt-validation-messages',_vm.messagesChildProps,false))],1):_vm._e()])])}
|
|
14545
|
+
var checkboxvue_type_template_id_1de6993c_staticRenderFns = []
|
|
14054
14546
|
|
|
14055
14547
|
|
|
14056
14548
|
;// CONCATENATED MODULE: ./components/checkbox/checkbox_constants.js
|
|
@@ -14125,7 +14617,28 @@ const CHECKBOX_INPUT_VALIDATION_CLASSES = {
|
|
|
14125
14617
|
},
|
|
14126
14618
|
mixins: [InputMixin, CheckableMixin, GroupableMixin, MessagesMixin],
|
|
14127
14619
|
inheritAttrs: false,
|
|
14128
|
-
emits: [
|
|
14620
|
+
emits: [
|
|
14621
|
+
/**
|
|
14622
|
+
* Native input event
|
|
14623
|
+
*
|
|
14624
|
+
* @event input
|
|
14625
|
+
* @type {Boolean}
|
|
14626
|
+
*/
|
|
14627
|
+
'input',
|
|
14628
|
+
/**
|
|
14629
|
+
* Native input focusin event
|
|
14630
|
+
*
|
|
14631
|
+
* @event focusin
|
|
14632
|
+
* @type {FocusEvent}
|
|
14633
|
+
*/
|
|
14634
|
+
'focusin',
|
|
14635
|
+
/**
|
|
14636
|
+
* Native input focusout event
|
|
14637
|
+
*
|
|
14638
|
+
* @event focusout
|
|
14639
|
+
* @type {FocusEvent}
|
|
14640
|
+
*/
|
|
14641
|
+
'focusout'],
|
|
14129
14642
|
computed: {
|
|
14130
14643
|
inputValidationClass() {
|
|
14131
14644
|
return CHECKBOX_INPUT_VALIDATION_CLASSES[this.internalValidationState];
|
|
@@ -14224,8 +14737,8 @@ const CHECKBOX_INPUT_VALIDATION_CLASSES = {
|
|
|
14224
14737
|
;
|
|
14225
14738
|
var checkbox_component = normalizeComponent(
|
|
14226
14739
|
checkbox_checkboxvue_type_script_lang_js_,
|
|
14227
|
-
|
|
14228
|
-
|
|
14740
|
+
checkboxvue_type_template_id_1de6993c_render,
|
|
14741
|
+
checkboxvue_type_template_id_1de6993c_staticRenderFns,
|
|
14229
14742
|
false,
|
|
14230
14743
|
null,
|
|
14231
14744
|
null,
|
|
@@ -14264,6 +14777,7 @@ var checkbox_component = normalizeComponent(
|
|
|
14264
14777
|
|
|
14265
14778
|
/**
|
|
14266
14779
|
* A provided list of selected values(s) for the checkbox group
|
|
14780
|
+
* @model selectedValues
|
|
14267
14781
|
*/
|
|
14268
14782
|
selectedValues: {
|
|
14269
14783
|
type: Array,
|
|
@@ -14298,6 +14812,14 @@ var checkbox_component = normalizeComponent(
|
|
|
14298
14812
|
default: 'checkbox-group-messages'
|
|
14299
14813
|
}
|
|
14300
14814
|
},
|
|
14815
|
+
emits: [
|
|
14816
|
+
/**
|
|
14817
|
+
* Native input event
|
|
14818
|
+
*
|
|
14819
|
+
* @event input
|
|
14820
|
+
* @type {Array}
|
|
14821
|
+
*/
|
|
14822
|
+
'input'],
|
|
14301
14823
|
|
|
14302
14824
|
data() {
|
|
14303
14825
|
return {
|
|
@@ -14369,9 +14891,9 @@ var checkbox_group_component = normalizeComponent(
|
|
|
14369
14891
|
/* harmony default export */ const checkbox_group = (checkbox_group_component.exports);
|
|
14370
14892
|
;// CONCATENATED MODULE: ./components/checkbox_group/index.js
|
|
14371
14893
|
|
|
14372
|
-
;// 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/chip/chip.vue?vue&type=template&id=
|
|
14373
|
-
var
|
|
14374
|
-
var
|
|
14894
|
+
;// 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/chip/chip.vue?vue&type=template&id=631494f3&
|
|
14895
|
+
var chipvue_type_template_id_631494f3_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span',{staticClass:"d-chip"},[_c(_vm.interactive ? 'button' : 'span',_vm._g({tag:"component",class:_vm.chipClasses(),attrs:{"id":_vm.id,"type":_vm.interactive && 'button',"data-qa":"dt-chip","aria-labelledby":_vm.ariaLabel ? undefined : (_vm.id + "-content"),"aria-label":_vm.ariaLabel}},_vm.chipListeners),[(_vm.$slots.icon)?_c('span',{staticClass:"d-chip__icon",attrs:{"data-qa":"dt-chip-icon"}},[_vm._t("icon")],2):(_vm.$slots.avatar)?_c('span',{attrs:{"data-qa":"dt-chip-avatar"}},[_vm._t("avatar")],2):_vm._e(),(_vm.$slots.default)?_c('span',{class:['d-truncate', 'd-chip__text', _vm.contentClass],attrs:{"id":(_vm.id + "-content"),"data-qa":"dt-chip-label"}},[_vm._t("default")],2):_vm._e()]),(!_vm.hideClose)?_c('dt-button',_vm._b({class:_vm.chipCloseButtonClasses(),attrs:{"data-qa":"dt-chip-close","aria-label":_vm.closeButtonProps.ariaLabel},on:{"click":function($event){return _vm.$emit('close')}},scopedSlots:_vm._u([{key:"icon",fn:function(){return [_c('icon-close')]},proxy:true}],null,false,4267981299)},'dt-button',_vm.closeButtonProps,false)):_vm._e()],1)}
|
|
14896
|
+
var chipvue_type_template_id_631494f3_staticRenderFns = []
|
|
14375
14897
|
|
|
14376
14898
|
|
|
14377
14899
|
;// CONCATENATED MODULE: ./components/chip/chip_constants.js
|
|
@@ -14523,7 +15045,27 @@ const CHIP_CLOSE_BUTTON_SIZE_MODIFIERS = {
|
|
|
14523
15045
|
default: ''
|
|
14524
15046
|
}
|
|
14525
15047
|
},
|
|
14526
|
-
emits: [
|
|
15048
|
+
emits: [
|
|
15049
|
+
/**
|
|
15050
|
+
* Native chip click event
|
|
15051
|
+
*
|
|
15052
|
+
* @event click
|
|
15053
|
+
* @type {PointerEvent | KeyboardEvent}
|
|
15054
|
+
*/
|
|
15055
|
+
'click',
|
|
15056
|
+
/**
|
|
15057
|
+
* Close button click event
|
|
15058
|
+
*
|
|
15059
|
+
* @event close
|
|
15060
|
+
*/
|
|
15061
|
+
'close',
|
|
15062
|
+
/**
|
|
15063
|
+
* Native chip key up event
|
|
15064
|
+
*
|
|
15065
|
+
* @event keyup
|
|
15066
|
+
* @type {KeyboardEvent}
|
|
15067
|
+
*/
|
|
15068
|
+
'keyup'],
|
|
14527
15069
|
|
|
14528
15070
|
data() {
|
|
14529
15071
|
return {
|
|
@@ -14579,8 +15121,8 @@ const CHIP_CLOSE_BUTTON_SIZE_MODIFIERS = {
|
|
|
14579
15121
|
;
|
|
14580
15122
|
var chip_component = normalizeComponent(
|
|
14581
15123
|
chip_chipvue_type_script_lang_js_,
|
|
14582
|
-
|
|
14583
|
-
|
|
15124
|
+
chipvue_type_template_id_631494f3_render,
|
|
15125
|
+
chipvue_type_template_id_631494f3_staticRenderFns,
|
|
14584
15126
|
false,
|
|
14585
15127
|
null,
|
|
14586
15128
|
null,
|
|
@@ -14592,8 +15134,8 @@ var chip_component = normalizeComponent(
|
|
|
14592
15134
|
;// CONCATENATED MODULE: ./components/chip/index.js
|
|
14593
15135
|
|
|
14594
15136
|
|
|
14595
|
-
;// 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/select_menu/select_menu.vue?vue&type=template&id=
|
|
14596
|
-
var
|
|
15137
|
+
;// 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/select_menu/select_menu.vue?vue&type=template&id=2a29663a&
|
|
15138
|
+
var select_menuvue_type_template_id_2a29663a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('label',[(_vm.$slots.label || _vm.label)?_c('div',_vm._b({class:[
|
|
14597
15139
|
'd-label',
|
|
14598
15140
|
_vm.LABEL_SIZE_MODIFIERS[_vm.size],
|
|
14599
15141
|
_vm.labelClass ],attrs:{"aria-details":_vm.labelAriaDetails,"data-qa":"dt-select-label"}},'div',_vm.labelChildProps,false),[_vm._t("label",function(){return [_vm._v(_vm._s(_vm.label))]})],2):_vm._e(),(_vm.$slots.description || _vm.description)?_c('div',_vm._b({class:[
|
|
@@ -14606,7 +15148,7 @@ var select_menuvue_type_template_id_4b8efc1f_render = function () {var _vm=this;
|
|
|
14606
15148
|
{ 'd-select--disabled': _vm.disabled } ],attrs:{"data-qa":"dt-select-wrapper"}},[_c('select',_vm._g(_vm._b({class:[
|
|
14607
15149
|
'd-select__input',
|
|
14608
15150
|
_vm.SELECT_STATE_MODIFIERS[_vm.state] ],attrs:{"data-qa":"dt-select","disabled":_vm.disabled}},'select',_vm.$attrs,false),_vm.selectListeners),[_vm._t("default",function(){return _vm._l((_vm.options),function(option){return _c('option',_vm._b({key:_vm.getOptionKey(option.value),class:_vm.optionClass,domProps:{"value":option.value}},'option',_vm.optionChildProps,false),[_vm._v(" "+_vm._s(option.label)+" ")])})})],2)])]),_c('dt-validation-messages',_vm._b({class:_vm.messagesClass,attrs:{"validation-messages":_vm.formattedMessages,"show-messages":_vm.showMessages,"data-qa":"dt-select-messages"}},'dt-validation-messages',_vm.messagesChildProps,false))],1)}
|
|
14609
|
-
var
|
|
15151
|
+
var select_menuvue_type_template_id_2a29663a_staticRenderFns = []
|
|
14610
15152
|
|
|
14611
15153
|
|
|
14612
15154
|
;// CONCATENATED MODULE: ./components/select_menu/select_menu_constants.js
|
|
@@ -14749,6 +15291,12 @@ const optionsValidator = options => {
|
|
|
14749
15291
|
|
|
14750
15292
|
|
|
14751
15293
|
|
|
15294
|
+
/**
|
|
15295
|
+
* @property {Boolean} disabled attribute
|
|
15296
|
+
* @property {String} name attribute
|
|
15297
|
+
* @property {String} value attribute
|
|
15298
|
+
*/
|
|
15299
|
+
|
|
14752
15300
|
/* harmony default export */ const select_menuvue_type_script_lang_js_ = ({
|
|
14753
15301
|
name: 'DtSelectMenu',
|
|
14754
15302
|
components: {
|
|
@@ -14862,6 +15410,21 @@ const optionsValidator = options => {
|
|
|
14862
15410
|
default: false
|
|
14863
15411
|
}
|
|
14864
15412
|
},
|
|
15413
|
+
emits: [
|
|
15414
|
+
/**
|
|
15415
|
+
* Native input event
|
|
15416
|
+
*
|
|
15417
|
+
* @event input
|
|
15418
|
+
* @type {String | Number}
|
|
15419
|
+
*/
|
|
15420
|
+
'input',
|
|
15421
|
+
/**
|
|
15422
|
+
* Native change event
|
|
15423
|
+
*
|
|
15424
|
+
* @event change
|
|
15425
|
+
* @type {String | Number}
|
|
15426
|
+
*/
|
|
15427
|
+
'change'],
|
|
14865
15428
|
|
|
14866
15429
|
data() {
|
|
14867
15430
|
return {
|
|
@@ -14953,8 +15516,8 @@ const optionsValidator = options => {
|
|
|
14953
15516
|
;
|
|
14954
15517
|
var select_menu_component = normalizeComponent(
|
|
14955
15518
|
select_menu_select_menuvue_type_script_lang_js_,
|
|
14956
|
-
|
|
14957
|
-
|
|
15519
|
+
select_menuvue_type_template_id_2a29663a_render,
|
|
15520
|
+
select_menuvue_type_template_id_2a29663a_staticRenderFns,
|
|
14958
15521
|
false,
|
|
14959
15522
|
null,
|
|
14960
15523
|
null,
|
|
@@ -14966,12 +15529,12 @@ var select_menu_component = normalizeComponent(
|
|
|
14966
15529
|
;// CONCATENATED MODULE: ./components/select_menu/index.js
|
|
14967
15530
|
|
|
14968
15531
|
|
|
14969
|
-
;// 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/toast/toast.vue?vue&type=template&id=
|
|
14970
|
-
var
|
|
15532
|
+
;// 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/toast/toast.vue?vue&type=template&id=a2daf12c&
|
|
15533
|
+
var toastvue_type_template_id_a2daf12c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.isShown)?_c('div',{class:[
|
|
14971
15534
|
'd-toast',
|
|
14972
15535
|
_vm.kindClass,
|
|
14973
15536
|
{ 'd-toast--important': _vm.important } ],attrs:{"data-qa":"dt-toast","aria-hidden":(!_vm.isShown).toString()}},[_c('div',{staticClass:"d-toast__dialog"},[_c('dt-notice-icon',_vm._g({attrs:{"kind":_vm.kind}},_vm.$listeners),[_vm._t("icon")],2),_c('dt-notice-content',_vm._g({attrs:{"title-id":_vm.titleId,"content-id":_vm.contentId,"title":_vm.title,"role":_vm.role},scopedSlots:_vm._u([{key:"titleOverride",fn:function(){return [_vm._t("titleOverride")]},proxy:true}],null,true)},_vm.$listeners),[_vm._t("default",function(){return [_vm._v(" "+_vm._s(_vm.message)+" ")]})],2),_c('dt-notice-action',_vm._g({attrs:{"hide-close":_vm.hideClose,"close-button-props":_vm.closeButtonProps}},_vm.noticeActionListeners),[_vm._t("action")],2)],1)]):_vm._e()}
|
|
14974
|
-
var
|
|
15537
|
+
var toastvue_type_template_id_a2daf12c_staticRenderFns = []
|
|
14975
15538
|
|
|
14976
15539
|
|
|
14977
15540
|
;// CONCATENATED MODULE: ./components/toast/toast_constants.js
|
|
@@ -15157,7 +15720,13 @@ const TOAST_MIN_DURATION = 6000;
|
|
|
15157
15720
|
}
|
|
15158
15721
|
}
|
|
15159
15722
|
},
|
|
15160
|
-
emits: [
|
|
15723
|
+
emits: [
|
|
15724
|
+
/**
|
|
15725
|
+
* Close button click event
|
|
15726
|
+
*
|
|
15727
|
+
* @event close
|
|
15728
|
+
*/
|
|
15729
|
+
'close', 'update:show'],
|
|
15161
15730
|
|
|
15162
15731
|
data() {
|
|
15163
15732
|
return {
|
|
@@ -15238,8 +15807,8 @@ const TOAST_MIN_DURATION = 6000;
|
|
|
15238
15807
|
;
|
|
15239
15808
|
var toast_component = normalizeComponent(
|
|
15240
15809
|
toast_toastvue_type_script_lang_js_,
|
|
15241
|
-
|
|
15242
|
-
|
|
15810
|
+
toastvue_type_template_id_a2daf12c_render,
|
|
15811
|
+
toastvue_type_template_id_a2daf12c_staticRenderFns,
|
|
15243
15812
|
false,
|
|
15244
15813
|
null,
|
|
15245
15814
|
null,
|
|
@@ -15251,12 +15820,12 @@ var toast_component = normalizeComponent(
|
|
|
15251
15820
|
;// CONCATENATED MODULE: ./components/toast/index.js
|
|
15252
15821
|
|
|
15253
15822
|
|
|
15254
|
-
;// 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/toggle/toggle.vue?vue&type=template&id=
|
|
15255
|
-
var
|
|
15823
|
+
;// 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/toggle/toggle.vue?vue&type=template&id=a424bd98&
|
|
15824
|
+
var togglevue_type_template_id_a424bd98_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"d-d-flex d-ai-center"},[(_vm.$slots.default)?_c('label',_vm._b({class:_vm.labelClass,attrs:{"for":_vm.id,"data-qa":"toggle-label"}},'label',_vm.labelChildProps,false),[_vm._t("default")],2):_vm._e(),_c('button',_vm._g(_vm._b({class:['d-toggle', {
|
|
15256
15825
|
'd-toggle--checked': _vm.internalChecked,
|
|
15257
15826
|
'd-toggle--disabled': _vm.disabled,
|
|
15258
15827
|
}],attrs:{"id":_vm.id,"role":"switch","type":"button","aria-checked":_vm.internalChecked.toString(),"disabled":_vm.disabled,"aria-disabled":_vm.disabled.toString()}},'button',_vm.$attrs,false),_vm.inputListeners),[_c('span',{staticClass:"d-toggle__inner"})])])}
|
|
15259
|
-
var
|
|
15828
|
+
var togglevue_type_template_id_a424bd98_staticRenderFns = []
|
|
15260
15829
|
|
|
15261
15830
|
|
|
15262
15831
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/toggle/toggle.vue?vue&type=script&lang=js&
|
|
@@ -15312,6 +15881,10 @@ var togglevue_type_template_id_45337be5_staticRenderFns = []
|
|
|
15312
15881
|
type: Boolean,
|
|
15313
15882
|
default: false
|
|
15314
15883
|
},
|
|
15884
|
+
|
|
15885
|
+
/**
|
|
15886
|
+
* @model checked
|
|
15887
|
+
*/
|
|
15315
15888
|
checked: {
|
|
15316
15889
|
type: Boolean,
|
|
15317
15890
|
default: false
|
|
@@ -15325,7 +15898,15 @@ var togglevue_type_template_id_45337be5_staticRenderFns = []
|
|
|
15325
15898
|
default: () => ({})
|
|
15326
15899
|
}
|
|
15327
15900
|
},
|
|
15328
|
-
emits: [
|
|
15901
|
+
emits: [
|
|
15902
|
+
/**
|
|
15903
|
+
* Toggle change event
|
|
15904
|
+
*
|
|
15905
|
+
* @event change
|
|
15906
|
+
* @type {Boolean}
|
|
15907
|
+
* @model change
|
|
15908
|
+
*/
|
|
15909
|
+
'change'],
|
|
15329
15910
|
|
|
15330
15911
|
data() {
|
|
15331
15912
|
return {
|
|
@@ -15386,8 +15967,8 @@ var togglevue_type_template_id_45337be5_staticRenderFns = []
|
|
|
15386
15967
|
;
|
|
15387
15968
|
var toggle_component = normalizeComponent(
|
|
15388
15969
|
toggle_togglevue_type_script_lang_js_,
|
|
15389
|
-
|
|
15390
|
-
|
|
15970
|
+
togglevue_type_template_id_a424bd98_render,
|
|
15971
|
+
togglevue_type_template_id_a424bd98_staticRenderFns,
|
|
15391
15972
|
false,
|
|
15392
15973
|
null,
|
|
15393
15974
|
null,
|
|
@@ -15398,15 +15979,15 @@ var toggle_component = normalizeComponent(
|
|
|
15398
15979
|
/* harmony default export */ const toggle = (toggle_component.exports);
|
|
15399
15980
|
;// CONCATENATED MODULE: ./components/toggle/index.js
|
|
15400
15981
|
|
|
15401
|
-
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/tooltip/tooltip.vue?vue&type=template&id=
|
|
15402
|
-
var
|
|
15982
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/tooltip/tooltip.vue?vue&type=template&id=2ae452d6&
|
|
15983
|
+
var tooltipvue_type_template_id_2ae452d6_render = function () {
|
|
15403
15984
|
var _obj;
|
|
15404
15985
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{attrs:{"data-qa":"dt-tooltip-container"}},[_c('div',{ref:"anchor",attrs:{"data-qa":"dt-tooltip-anchor"},on:{"focusin":_vm.onEnterAnchor,"focusout":_vm.onLeaveAnchor,"mouseenter":_vm.onEnterAnchor,"mouseleave":_vm.onLeaveAnchor,"keydown":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"esc",27,$event.key,["Esc","Escape"])){ return null; }return _vm.onLeaveAnchor.apply(null, arguments)}}},[_vm._t("anchor")],2),_c('dt-lazy-show',{ref:"content",class:[
|
|
15405
15986
|
'd-tooltip',
|
|
15406
15987
|
("d-tooltip__arrow-tippy--" + _vm.currentPlacement),
|
|
15407
15988
|
( _obj = {}, _obj[ _vm.TOOLTIP_KIND_MODIFIERS.inverted ] = _vm.inverted, _obj ),
|
|
15408
15989
|
_vm.contentClass ],attrs:{"id":_vm.id,"show":_vm.isShown && (!!_vm.message.trim() || !!_vm.$slots.default),"role":"tooltip","aria-hidden":"false","data-qa":"dt-tooltip","appear":"","transition":_vm.transition},on:{"after-leave":_vm.onLeaveTransitionComplete,"after-enter":_vm.onEnterTransitionComplete}},[_vm._t("default",function(){return [_vm._v(" "+_vm._s(_vm.message)+" ")]})],2)],1)}
|
|
15409
|
-
var
|
|
15990
|
+
var tooltipvue_type_template_id_2ae452d6_staticRenderFns = []
|
|
15410
15991
|
|
|
15411
15992
|
|
|
15412
15993
|
;// CONCATENATED MODULE: ./components/tooltip/tooltip_constants.js
|
|
@@ -15583,7 +16164,14 @@ const TOOLTIP_HIDE_ON_CLICK_VARIANTS = [true, false, 'toggle'];
|
|
|
15583
16164
|
default: 'fade'
|
|
15584
16165
|
}
|
|
15585
16166
|
},
|
|
15586
|
-
emits: [
|
|
16167
|
+
emits: [
|
|
16168
|
+
/**
|
|
16169
|
+
* Emitted when tooltip is shown or hidden
|
|
16170
|
+
*
|
|
16171
|
+
* @event shown
|
|
16172
|
+
* @type {Boolean}
|
|
16173
|
+
*/
|
|
16174
|
+
'shown', 'update:show'],
|
|
15587
16175
|
|
|
15588
16176
|
data() {
|
|
15589
16177
|
return {
|
|
@@ -15764,8 +16352,8 @@ var tooltipvue_type_style_index_0_lang_less_ = __webpack_require__(213);
|
|
|
15764
16352
|
|
|
15765
16353
|
var tooltip_component = normalizeComponent(
|
|
15766
16354
|
tooltip_tooltipvue_type_script_lang_js_,
|
|
15767
|
-
|
|
15768
|
-
|
|
16355
|
+
tooltipvue_type_template_id_2ae452d6_render,
|
|
16356
|
+
tooltipvue_type_template_id_2ae452d6_staticRenderFns,
|
|
15769
16357
|
false,
|
|
15770
16358
|
null,
|
|
15771
16359
|
null,
|
|
@@ -16400,8 +16988,8 @@ var root_layout_component = normalizeComponent(
|
|
|
16400
16988
|
;// CONCATENATED MODULE: ./components/root_layout/index.js
|
|
16401
16989
|
|
|
16402
16990
|
|
|
16403
|
-
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue?vue&type=template&id=
|
|
16404
|
-
var
|
|
16991
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue?vue&type=template&id=5ee1c401&
|
|
16992
|
+
var combobox_with_popovervue_type_template_id_5ee1c401_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('dt-combobox',_vm._g({ref:"combobox",attrs:{"loading":_vm.loading,"show-list":_vm.isListShown,"on-beginning-of-list":_vm.onBeginningOfList,"on-end-of-list":_vm.onEndOfList,"list-aria-label":_vm.listAriaLabel,"list-rendered-outside":true,"list-id":_vm.listId,"data-qa":"dt-combobox"},scopedSlots:_vm._u([{key:"input",fn:function(ref){
|
|
16405
16993
|
var inputProps = ref.inputProps;
|
|
16406
16994
|
return [_c('div',{ref:"input",attrs:{"id":_vm.externalAnchor},on:{"focusin":_vm.onFocusIn,"focusout":_vm.onFocusOut,"keydown":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"up",38,$event.key,["Up","ArrowUp"])){ return null; }return _vm.openOnArrowKeyPress($event)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"down",40,$event.key,["Down","ArrowDown"])){ return null; }return _vm.openOnArrowKeyPress($event)}]}},[_vm._t("input",null,{"inputProps":inputProps,"onInput":_vm.handleDisplayList})],2)]}},{key:"list",fn:function(ref){
|
|
16407
16995
|
var opened = ref.opened;
|
|
@@ -16410,7 +16998,7 @@ var clearHighlightIndex = ref.clearHighlightIndex;
|
|
|
16410
16998
|
var isLoading = ref.isLoading;
|
|
16411
16999
|
var isListEmpty = ref.isListEmpty;
|
|
16412
17000
|
return [_c('dt-popover',{ref:"popover",attrs:{"open":_vm.isListShown,"hide-on-click":_vm.showList === null,"max-height":_vm.maxHeight,"max-width":_vm.maxWidth,"offset":_vm.popoverOffset,"sticky":_vm.popoverSticky,"placement":"bottom-start","padding":"none","role":"listbox","external-anchor":_vm.externalAnchor,"content-width":_vm.contentWidth,"content-tabindex":null,"modal":false,"auto-focus":false},on:{"update:open":function($event){_vm.isListShown=$event},"opened":function($event){return opened($event, arguments[1]);}},scopedSlots:_vm._u([{key:"headerContent",fn:function(){return [(_vm.$slots.header)?_c('div',{ref:"header",on:{"focusout":_vm.onFocusOut}},[_vm._t("header")],2):_vm._e()]},proxy:true},{key:"content",fn:function(){return [_c('div',{ref:"listWrapper",class:[_vm.DROPDOWN_PADDING_CLASSES[_vm.padding], _vm.listClass],on:{"mouseleave":clearHighlightIndex,"focusout":function($event){clearHighlightIndex; _vm.onFocusOut;}}},[(isLoading)?_c('combobox-loading-list',_vm._b({},'combobox-loading-list',listProps,false)):(isListEmpty)?_c('combobox-empty-list',_vm._b({attrs:{"message":_vm.emptyStateMessage}},'combobox-empty-list',listProps,false)):_vm._t("list",null,{"listProps":listProps})],2)]},proxy:true},{key:"footerContent",fn:function(){return [(_vm.$slots.footer)?_c('div',{ref:"footer",on:{"focusout":_vm.onFocusOut}},[_vm._t("footer")],2):_vm._e()]},proxy:true}],null,true)})]}}],null,true)},_vm.comboboxListeners))}
|
|
16413
|
-
var
|
|
17001
|
+
var combobox_with_popovervue_type_template_id_5ee1c401_staticRenderFns = []
|
|
16414
17002
|
|
|
16415
17003
|
|
|
16416
17004
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue?vue&type=script&lang=js&
|
|
@@ -16517,6 +17105,7 @@ var combobox_with_popovervue_type_template_id_108db852_staticRenderFns = []
|
|
|
16517
17105
|
|
|
16518
17106
|
|
|
16519
17107
|
|
|
17108
|
+
|
|
16520
17109
|
/* harmony default export */ const combobox_with_popovervue_type_script_lang_js_ = ({
|
|
16521
17110
|
name: 'DtRecipeComboboxWithPopover',
|
|
16522
17111
|
components: {
|
|
@@ -16804,8 +17393,8 @@ var combobox_with_popovervue_type_template_id_108db852_staticRenderFns = []
|
|
|
16804
17393
|
;
|
|
16805
17394
|
var combobox_with_popover_component = normalizeComponent(
|
|
16806
17395
|
combobox_with_popover_combobox_with_popovervue_type_script_lang_js_,
|
|
16807
|
-
|
|
16808
|
-
|
|
17396
|
+
combobox_with_popovervue_type_template_id_5ee1c401_render,
|
|
17397
|
+
combobox_with_popovervue_type_template_id_5ee1c401_staticRenderFns,
|
|
16809
17398
|
false,
|
|
16810
17399
|
null,
|
|
16811
17400
|
null,
|
|
@@ -17469,8 +18058,8 @@ var combobox_multi_select_component = normalizeComponent(
|
|
|
17469
18058
|
;// CONCATENATED MODULE: ./recipes/comboboxes/combobox_multi_select/index.js
|
|
17470
18059
|
|
|
17471
18060
|
|
|
17472
|
-
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./recipes/list_items/contact_info/contact_info.vue?vue&type=template&id=
|
|
17473
|
-
var
|
|
18061
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./recipes/list_items/contact_info/contact_info.vue?vue&type=template&id=3f590359&
|
|
18062
|
+
var contact_infovue_type_template_id_3f590359_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('dt-list-item',{attrs:{"id":_vm.id,"role":_vm.role,"element-type":"div","data-qa":"contact-info"},scopedSlots:_vm._u([{key:"left",fn:function(){return [_c('div',{staticClass:"d-ps-relative",attrs:{"data-qa":"contact-info-left"}},[(_vm.avatarSrc)?_c('dt-avatar',{attrs:{"size":"lg","avatar-class":"d-bar2"}},[_c('img',{attrs:{"data-qa":"dt-contact-avatar","src":_vm.avatarSrc,"alt":_vm.avatarInitials}})]):(_vm.avatarInitials)?_c('dt-avatar',{attrs:{"kind":"initials","size":"lg","color":_vm.avatarColor}},[_vm._v(" "+_vm._s(_vm.avatarInitials)+" ")]):_vm._e(),(_vm.showUserStatus)?_c('div',{class:[
|
|
17474
18063
|
'd-ba',
|
|
17475
18064
|
'd-bc-white',
|
|
17476
18065
|
'd-baw2',
|
|
@@ -17481,7 +18070,7 @@ var contact_infovue_type_template_id_7091b031_render = function () {var _vm=this
|
|
|
17481
18070
|
'd-w20p',
|
|
17482
18071
|
'd-h20p',
|
|
17483
18072
|
_vm.USER_STATUS_COLOR_MODIFIERS[_vm.userStatusColor] ],attrs:{"data-qa":"contact-info-user-status"}},[_vm._v(" ")]):_vm._e()],1)]},proxy:true},{key:"default",fn:function(){return [_c('div',{attrs:{"data-qa":"contact-info-header"}},[_vm._t("header")],2)]},proxy:true},{key:"subtitle",fn:function(){return [_c('div',{attrs:{"data-qa":"contact-info-subtitle"}},[_vm._t("subtitle")],2)]},proxy:true},{key:"bottom",fn:function(){return [_c('div',{attrs:{"data-qa":"contact-info-bottom"}},[_vm._t("bottom")],2)]},proxy:true},{key:"right",fn:function(){return [_c('div',{attrs:{"data-qa":"contact-info-right"}},[_vm._t("right")],2)]},proxy:true}],null,true)})}
|
|
17484
|
-
var
|
|
18073
|
+
var contact_infovue_type_template_id_3f590359_staticRenderFns = []
|
|
17485
18074
|
|
|
17486
18075
|
|
|
17487
18076
|
;// CONCATENATED MODULE: ./recipes/list_items/contact_info/contact_info_constants.js
|
|
@@ -17576,7 +18165,6 @@ const USER_STATUS_COLOR_MODIFIERS = {
|
|
|
17576
18165
|
//
|
|
17577
18166
|
//
|
|
17578
18167
|
//
|
|
17579
|
-
//
|
|
17580
18168
|
|
|
17581
18169
|
|
|
17582
18170
|
|
|
@@ -17673,8 +18261,8 @@ const USER_STATUS_COLOR_MODIFIERS = {
|
|
|
17673
18261
|
;
|
|
17674
18262
|
var contact_info_component = normalizeComponent(
|
|
17675
18263
|
contact_info_contact_infovue_type_script_lang_js_,
|
|
17676
|
-
|
|
17677
|
-
|
|
18264
|
+
contact_infovue_type_template_id_3f590359_render,
|
|
18265
|
+
contact_infovue_type_template_id_3f590359_staticRenderFns,
|
|
17678
18266
|
false,
|
|
17679
18267
|
null,
|
|
17680
18268
|
null,
|
|
@@ -17814,6 +18402,7 @@ var top_banner_info_component = normalizeComponent(
|
|
|
17814
18402
|
|
|
17815
18403
|
|
|
17816
18404
|
|
|
18405
|
+
|
|
17817
18406
|
|
|
17818
18407
|
|
|
17819
18408
|
/// Recipes
|