@dialpad/dialtone-vue 2.20.0-beta.1 → 2.21.0-alpha.2
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 +878 -135
- package/dist/dialtone-vue.umd.js +878 -135
- package/dist/dialtone-vue.umd.min.js +1 -1
- package/package.json +3 -3
package/dist/dialtone-vue.umd.js
CHANGED
|
@@ -11,6 +11,54 @@
|
|
|
11
11
|
return /******/ (() => { // webpackBootstrap
|
|
12
12
|
/******/ var __webpack_modules__ = ({
|
|
13
13
|
|
|
14
|
+
/***/ 751:
|
|
15
|
+
/***/ ((module, __webpack_exports__, __webpack_require__) => {
|
|
16
|
+
|
|
17
|
+
"use strict";
|
|
18
|
+
__webpack_require__.r(__webpack_exports__);
|
|
19
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
20
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
21
|
+
/* harmony export */ });
|
|
22
|
+
/* harmony import */ var _node_modules_vue_cli_service_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(481);
|
|
23
|
+
/* 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__);
|
|
24
|
+
/* harmony import */ var _node_modules_vue_cli_service_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(400);
|
|
25
|
+
/* 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__);
|
|
26
|
+
// Imports
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
var ___CSS_LOADER_EXPORT___ = _node_modules_vue_cli_service_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_vue_cli_service_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
30
|
+
// Module
|
|
31
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".d-context-menu-list{width:24rem}", ""]);
|
|
32
|
+
// Exports
|
|
33
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
/***/ }),
|
|
37
|
+
|
|
38
|
+
/***/ 549:
|
|
39
|
+
/***/ ((module, __webpack_exports__, __webpack_require__) => {
|
|
40
|
+
|
|
41
|
+
"use strict";
|
|
42
|
+
__webpack_require__.r(__webpack_exports__);
|
|
43
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
44
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
45
|
+
/* harmony export */ });
|
|
46
|
+
/* harmony import */ var _node_modules_vue_cli_service_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(481);
|
|
47
|
+
/* harmony import */ var _node_modules_vue_cli_service_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_cli_service_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
48
|
+
/* harmony import */ var _node_modules_vue_cli_service_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(400);
|
|
49
|
+
/* harmony import */ var _node_modules_vue_cli_service_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_cli_service_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
50
|
+
// Imports
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
var ___CSS_LOADER_EXPORT___ = _node_modules_vue_cli_service_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_vue_cli_service_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
54
|
+
// Module
|
|
55
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".dt-list-separator{height:1px;list-style:none}", ""]);
|
|
56
|
+
// Exports
|
|
57
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
/***/ }),
|
|
61
|
+
|
|
14
62
|
/***/ 793:
|
|
15
63
|
/***/ ((module, __webpack_exports__, __webpack_require__) => {
|
|
16
64
|
|
|
@@ -372,6 +420,38 @@ module.exports = function (i) {
|
|
|
372
420
|
|
|
373
421
|
/***/ }),
|
|
374
422
|
|
|
423
|
+
/***/ 437:
|
|
424
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
425
|
+
|
|
426
|
+
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
427
|
+
|
|
428
|
+
// load the styles
|
|
429
|
+
var content = __webpack_require__(751);
|
|
430
|
+
if(content.__esModule) content = content.default;
|
|
431
|
+
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
432
|
+
if(content.locals) module.exports = content.locals;
|
|
433
|
+
// add the styles to the DOM
|
|
434
|
+
var add = (__webpack_require__(402)/* ["default"] */ .Z)
|
|
435
|
+
var update = add("20c77f36", content, true, {"sourceMap":false,"shadowMode":false});
|
|
436
|
+
|
|
437
|
+
/***/ }),
|
|
438
|
+
|
|
439
|
+
/***/ 176:
|
|
440
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
441
|
+
|
|
442
|
+
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
443
|
+
|
|
444
|
+
// load the styles
|
|
445
|
+
var content = __webpack_require__(549);
|
|
446
|
+
if(content.__esModule) content = content.default;
|
|
447
|
+
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
448
|
+
if(content.locals) module.exports = content.locals;
|
|
449
|
+
// add the styles to the DOM
|
|
450
|
+
var add = (__webpack_require__(402)/* ["default"] */ .Z)
|
|
451
|
+
var update = add("2810b083", content, true, {"sourceMap":false,"shadowMode":false});
|
|
452
|
+
|
|
453
|
+
/***/ }),
|
|
454
|
+
|
|
375
455
|
/***/ 742:
|
|
376
456
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
377
457
|
|
|
@@ -911,7 +991,10 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
911
991
|
"DtCheckboxGroup": () => (/* reexport */ checkbox_group),
|
|
912
992
|
"DtChip": () => (/* reexport */ chip),
|
|
913
993
|
"DtCombobox": () => (/* reexport */ combobox),
|
|
994
|
+
"DtContextMenu": () => (/* reexport */ context_menu),
|
|
914
995
|
"DtDropdown": () => (/* reexport */ dropdown),
|
|
996
|
+
"DtDropdownList": () => (/* reexport */ dropdown_list),
|
|
997
|
+
"DtDropdownSeparator": () => (/* reexport */ dropdown_separator),
|
|
915
998
|
"DtGroupableInputMixin": () => (/* reexport */ GroupableMixin),
|
|
916
999
|
"DtInput": () => (/* reexport */ input_input),
|
|
917
1000
|
"DtInputGroup": () => (/* reexport */ input_group_input_group),
|
|
@@ -1043,8 +1126,8 @@ const AVATAR_COLOR_MODIFIERS = {
|
|
|
1043
1126
|
'pink-600': 'd-avatar--pink-600',
|
|
1044
1127
|
'purple-200': 'd-avatar--purple-200',
|
|
1045
1128
|
'purple-300': 'd-avatar--purple-300',
|
|
1046
|
-
'purple-400': 'd-avatar--purple-400',
|
|
1047
1129
|
'purple-500': 'd-avatar--purple-500',
|
|
1130
|
+
'purple-600': 'd-avatar--purple-600',
|
|
1048
1131
|
'yellow-200': 'd-avatar--yellow-200',
|
|
1049
1132
|
'yellow-300': 'd-avatar--yellow-300',
|
|
1050
1133
|
'yellow-400': 'd-avatar--yellow-400',
|
|
@@ -1493,8 +1576,8 @@ const BADGE_COLOR_MODIFIERS = {
|
|
|
1493
1576
|
'pink-700': 'd-badge--pink-700',
|
|
1494
1577
|
'purple-100': 'd-badge--purple-100',
|
|
1495
1578
|
'purple-300': 'd-badge--purple-300',
|
|
1496
|
-
'purple-400': 'd-badge--purple-400',
|
|
1497
1579
|
'purple-500': 'd-badge--purple-500',
|
|
1580
|
+
'purple-700': 'd-badge--purple-700',
|
|
1498
1581
|
'red-500': 'd-badge--red-500',
|
|
1499
1582
|
white: 'd-badge--white',
|
|
1500
1583
|
'yellow-300': 'd-badge--yellow-300'
|
|
@@ -1569,9 +1652,9 @@ var badge_component = normalizeComponent(
|
|
|
1569
1652
|
;// CONCATENATED MODULE: ./components/badge/index.js
|
|
1570
1653
|
|
|
1571
1654
|
|
|
1572
|
-
;// 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=
|
|
1573
|
-
var
|
|
1574
|
-
var
|
|
1655
|
+
;// 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&
|
|
1656
|
+
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)])}
|
|
1657
|
+
var bannervue_type_template_id_27fef6de_staticRenderFns = []
|
|
1575
1658
|
|
|
1576
1659
|
|
|
1577
1660
|
;// 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&
|
|
@@ -1876,14 +1959,14 @@ var IconClose_component = normalizeComponent(
|
|
|
1876
1959
|
)
|
|
1877
1960
|
|
|
1878
1961
|
/* harmony default export */ const IconClose = (IconClose_component.exports);
|
|
1879
|
-
;// 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=
|
|
1880
|
-
var
|
|
1962
|
+
;// 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&
|
|
1963
|
+
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:[
|
|
1881
1964
|
'base-button__button',
|
|
1882
1965
|
_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:[
|
|
1883
1966
|
'base-button__icon',
|
|
1884
1967
|
'd-btn__icon',
|
|
1885
1968
|
_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()])}
|
|
1886
|
-
var
|
|
1969
|
+
var buttonvue_type_template_id_29abe406_staticRenderFns = []
|
|
1887
1970
|
|
|
1888
1971
|
|
|
1889
1972
|
;// CONCATENATED MODULE: ./components/button/button_constants.js
|
|
@@ -1935,7 +2018,7 @@ const INVALID_COMBINATION = [{
|
|
|
1935
2018
|
}];
|
|
1936
2019
|
|
|
1937
2020
|
function _invalidCombinationMessage(circle, kind, importance) {
|
|
1938
|
-
return "You cannot
|
|
2021
|
+
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");
|
|
1939
2022
|
}
|
|
1940
2023
|
|
|
1941
2024
|
/* harmony default export */ const button_constants = ({
|
|
@@ -2006,6 +2089,8 @@ const LINK_KIND_MODIFIERS = {
|
|
|
2006
2089
|
/**
|
|
2007
2090
|
* Base Vue component for Dialtone Buttons.
|
|
2008
2091
|
* @displayName DtButton
|
|
2092
|
+
* @property {Boolean} disabled attribute
|
|
2093
|
+
* @property {String} width attribute
|
|
2009
2094
|
*/
|
|
2010
2095
|
|
|
2011
2096
|
/* harmony default export */ const buttonvue_type_script_lang_js_ = ({
|
|
@@ -2136,7 +2221,28 @@ const LINK_KIND_MODIFIERS = {
|
|
|
2136
2221
|
default: false
|
|
2137
2222
|
}
|
|
2138
2223
|
},
|
|
2139
|
-
emits: [
|
|
2224
|
+
emits: [
|
|
2225
|
+
/**
|
|
2226
|
+
* Native button click event
|
|
2227
|
+
*
|
|
2228
|
+
* @event click
|
|
2229
|
+
* @type {PointerEvent | KeyboardEvent}
|
|
2230
|
+
*/
|
|
2231
|
+
'click',
|
|
2232
|
+
/**
|
|
2233
|
+
* Native button focus in event
|
|
2234
|
+
*
|
|
2235
|
+
* @event focusin
|
|
2236
|
+
* @type {FocusEvent}
|
|
2237
|
+
*/
|
|
2238
|
+
'focusin',
|
|
2239
|
+
/**
|
|
2240
|
+
* Native button focus out event
|
|
2241
|
+
*
|
|
2242
|
+
* @event focusout
|
|
2243
|
+
* @type {FocusEvent}
|
|
2244
|
+
*/
|
|
2245
|
+
'focusout'],
|
|
2140
2246
|
|
|
2141
2247
|
data() {
|
|
2142
2248
|
return {
|
|
@@ -2236,8 +2342,8 @@ const LINK_KIND_MODIFIERS = {
|
|
|
2236
2342
|
;
|
|
2237
2343
|
var button_component = normalizeComponent(
|
|
2238
2344
|
button_buttonvue_type_script_lang_js_,
|
|
2239
|
-
|
|
2240
|
-
|
|
2345
|
+
buttonvue_type_template_id_29abe406_render,
|
|
2346
|
+
buttonvue_type_template_id_29abe406_staticRenderFns,
|
|
2241
2347
|
false,
|
|
2242
2348
|
null,
|
|
2243
2349
|
null,
|
|
@@ -2591,7 +2697,13 @@ const focusableElementsList = "button,[href],input,select,textarea,details,[tabi
|
|
|
2591
2697
|
default: false
|
|
2592
2698
|
}
|
|
2593
2699
|
},
|
|
2594
|
-
emits: [
|
|
2700
|
+
emits: [
|
|
2701
|
+
/**
|
|
2702
|
+
* Close button click event
|
|
2703
|
+
*
|
|
2704
|
+
* @event close
|
|
2705
|
+
*/
|
|
2706
|
+
'close'],
|
|
2595
2707
|
computed: {
|
|
2596
2708
|
role() {
|
|
2597
2709
|
return this.important ? 'alertdialog' : 'status';
|
|
@@ -2640,8 +2752,8 @@ const focusableElementsList = "button,[href],input,select,textarea,details,[tabi
|
|
|
2640
2752
|
;
|
|
2641
2753
|
var banner_component = normalizeComponent(
|
|
2642
2754
|
banner_bannervue_type_script_lang_js_,
|
|
2643
|
-
|
|
2644
|
-
|
|
2755
|
+
bannervue_type_template_id_27fef6de_render,
|
|
2756
|
+
bannervue_type_template_id_27fef6de_staticRenderFns,
|
|
2645
2757
|
false,
|
|
2646
2758
|
null,
|
|
2647
2759
|
null,
|
|
@@ -2673,11 +2785,11 @@ var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('li',{c
|
|
|
2673
2785
|
var breadcrumb_itemvue_type_template_id_6f97ec8a_staticRenderFns = []
|
|
2674
2786
|
|
|
2675
2787
|
|
|
2676
|
-
;// 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=
|
|
2677
|
-
var
|
|
2788
|
+
;// 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&
|
|
2789
|
+
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:[
|
|
2678
2790
|
'd-link',
|
|
2679
2791
|
_vm.LINK_KIND_MODIFIERS[_vm.kind] ],attrs:{"data-qa":"dt-link"}},_vm.$listeners),[_vm._t("default")],2)}
|
|
2680
|
-
var
|
|
2792
|
+
var linkvue_type_template_id_f7ce3dfc_staticRenderFns = []
|
|
2681
2793
|
|
|
2682
2794
|
|
|
2683
2795
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-80[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/link/link.vue?vue&type=script&lang=js&
|
|
@@ -2695,6 +2807,11 @@ var linkvue_type_template_id_08ea8c41_staticRenderFns = []
|
|
|
2695
2807
|
//
|
|
2696
2808
|
//
|
|
2697
2809
|
|
|
2810
|
+
/**
|
|
2811
|
+
* @property {String} href attribute
|
|
2812
|
+
* @property {String} rel attribute
|
|
2813
|
+
*/
|
|
2814
|
+
|
|
2698
2815
|
/* harmony default export */ const linkvue_type_script_lang_js_ = ({
|
|
2699
2816
|
name: 'DtLink',
|
|
2700
2817
|
props: {
|
|
@@ -2711,7 +2828,28 @@ var linkvue_type_template_id_08ea8c41_staticRenderFns = []
|
|
|
2711
2828
|
|
|
2712
2829
|
}
|
|
2713
2830
|
},
|
|
2714
|
-
emits: [
|
|
2831
|
+
emits: [
|
|
2832
|
+
/**
|
|
2833
|
+
* Native click event
|
|
2834
|
+
*
|
|
2835
|
+
* @event click
|
|
2836
|
+
* @type {PointerEvent | KeyboardEvent}
|
|
2837
|
+
*/
|
|
2838
|
+
'click',
|
|
2839
|
+
/**
|
|
2840
|
+
* Native focus in event
|
|
2841
|
+
*
|
|
2842
|
+
* @event focusin
|
|
2843
|
+
* @type {FocusEvent}
|
|
2844
|
+
*/
|
|
2845
|
+
'focusin',
|
|
2846
|
+
/**
|
|
2847
|
+
* Native focus out event
|
|
2848
|
+
*
|
|
2849
|
+
* @event focusout
|
|
2850
|
+
* @type {FocusEvent}
|
|
2851
|
+
*/
|
|
2852
|
+
'focusout'],
|
|
2715
2853
|
|
|
2716
2854
|
data() {
|
|
2717
2855
|
return {
|
|
@@ -2732,8 +2870,8 @@ var linkvue_type_template_id_08ea8c41_staticRenderFns = []
|
|
|
2732
2870
|
;
|
|
2733
2871
|
var link_component = normalizeComponent(
|
|
2734
2872
|
link_linkvue_type_script_lang_js_,
|
|
2735
|
-
|
|
2736
|
-
|
|
2873
|
+
linkvue_type_template_id_f7ce3dfc_render,
|
|
2874
|
+
linkvue_type_template_id_f7ce3dfc_staticRenderFns,
|
|
2737
2875
|
false,
|
|
2738
2876
|
null,
|
|
2739
2877
|
null,
|
|
@@ -3025,9 +3163,9 @@ var button_group_component = normalizeComponent(
|
|
|
3025
3163
|
;// CONCATENATED MODULE: ./components/button_group/index.js
|
|
3026
3164
|
|
|
3027
3165
|
|
|
3028
|
-
;// 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=
|
|
3029
|
-
var
|
|
3030
|
-
var
|
|
3166
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/combobox/combobox.vue?vue&type=template&id=25daf05b&
|
|
3167
|
+
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()])}
|
|
3168
|
+
var comboboxvue_type_template_id_25daf05b_staticRenderFns = []
|
|
3031
3169
|
|
|
3032
3170
|
|
|
3033
3171
|
;// CONCATENATED MODULE: ./common/mixins/dom.js
|
|
@@ -3404,12 +3542,12 @@ var combobox_loading_listvue_type_template_id_07d9971d_render = function () {var
|
|
|
3404
3542
|
var combobox_loading_listvue_type_template_id_07d9971d_staticRenderFns = []
|
|
3405
3543
|
|
|
3406
3544
|
|
|
3407
|
-
;// 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=
|
|
3408
|
-
var
|
|
3545
|
+
;// 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&
|
|
3546
|
+
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', {
|
|
3409
3547
|
'dt-list-item--focusable': _vm.isFocusable,
|
|
3410
3548
|
'dt-list-item--highlighted': _vm.isHighlighted,
|
|
3411
3549
|
}],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)}
|
|
3412
|
-
var
|
|
3550
|
+
var list_itemvue_type_template_id_4c19058e_staticRenderFns = []
|
|
3413
3551
|
|
|
3414
3552
|
|
|
3415
3553
|
;// CONCATENATED MODULE: ./components/list_item/list_item_constants.js
|
|
@@ -3602,7 +3740,35 @@ var default_list_item_component = normalizeComponent(
|
|
|
3602
3740
|
validator: t => Object.values(LIST_ITEM_NAVIGATION_TYPES).includes(t)
|
|
3603
3741
|
}
|
|
3604
3742
|
},
|
|
3605
|
-
emits: [
|
|
3743
|
+
emits: [
|
|
3744
|
+
/**
|
|
3745
|
+
* Native click event
|
|
3746
|
+
*
|
|
3747
|
+
* @event click
|
|
3748
|
+
* @type {PointerEvent | KeyboardEvent}
|
|
3749
|
+
*/
|
|
3750
|
+
'click',
|
|
3751
|
+
/**
|
|
3752
|
+
* Key down event
|
|
3753
|
+
*
|
|
3754
|
+
* @event keydown
|
|
3755
|
+
* @type {KeyboardEvent}
|
|
3756
|
+
*/
|
|
3757
|
+
'keydown',
|
|
3758
|
+
/**
|
|
3759
|
+
* Native mouse move event
|
|
3760
|
+
*
|
|
3761
|
+
* @event mousemove
|
|
3762
|
+
* @type {MouseEvent}
|
|
3763
|
+
*/
|
|
3764
|
+
'mousemove',
|
|
3765
|
+
/**
|
|
3766
|
+
* Native mouse leave event
|
|
3767
|
+
*
|
|
3768
|
+
* @event mouseleave
|
|
3769
|
+
* @type {MouseEvent}
|
|
3770
|
+
*/
|
|
3771
|
+
'mouseleave'],
|
|
3606
3772
|
|
|
3607
3773
|
data() {
|
|
3608
3774
|
return {
|
|
@@ -3706,8 +3872,8 @@ var list_itemvue_type_style_index_0_lang_less_ = __webpack_require__(285);
|
|
|
3706
3872
|
|
|
3707
3873
|
var list_item_component = normalizeComponent(
|
|
3708
3874
|
list_item_list_itemvue_type_script_lang_js_,
|
|
3709
|
-
|
|
3710
|
-
|
|
3875
|
+
list_itemvue_type_template_id_4c19058e_render,
|
|
3876
|
+
list_itemvue_type_template_id_4c19058e_staticRenderFns,
|
|
3711
3877
|
false,
|
|
3712
3878
|
null,
|
|
3713
3879
|
null,
|
|
@@ -4675,7 +4841,34 @@ var combobox_empty_list_component = normalizeComponent(
|
|
|
4675
4841
|
default: ''
|
|
4676
4842
|
}
|
|
4677
4843
|
},
|
|
4678
|
-
emits: [
|
|
4844
|
+
emits: [
|
|
4845
|
+
/**
|
|
4846
|
+
* Event fired when item selected
|
|
4847
|
+
*
|
|
4848
|
+
* @event select
|
|
4849
|
+
* @type {Number}
|
|
4850
|
+
*/
|
|
4851
|
+
'select',
|
|
4852
|
+
/**
|
|
4853
|
+
* Event fired when pressing escape
|
|
4854
|
+
*
|
|
4855
|
+
* @event escape
|
|
4856
|
+
*/
|
|
4857
|
+
'escape',
|
|
4858
|
+
/**
|
|
4859
|
+
* Event fired when the highlight changes
|
|
4860
|
+
*
|
|
4861
|
+
* @event highlight
|
|
4862
|
+
* @type {Number}
|
|
4863
|
+
*/
|
|
4864
|
+
'highlight',
|
|
4865
|
+
/**
|
|
4866
|
+
* Event fired when list is shown or hidden
|
|
4867
|
+
*
|
|
4868
|
+
* @event opened
|
|
4869
|
+
* @type {Boolean}
|
|
4870
|
+
*/
|
|
4871
|
+
'opened'],
|
|
4679
4872
|
|
|
4680
4873
|
data() {
|
|
4681
4874
|
return {
|
|
@@ -4728,6 +4921,7 @@ var combobox_empty_list_component = normalizeComponent(
|
|
|
4728
4921
|
},
|
|
4729
4922
|
|
|
4730
4923
|
activeItemEl() {
|
|
4924
|
+
if (!this.highlightId) return '';
|
|
4731
4925
|
return this.getListElement().querySelector('#' + this.highlightId);
|
|
4732
4926
|
}
|
|
4733
4927
|
|
|
@@ -4851,8 +5045,8 @@ var combobox_empty_list_component = normalizeComponent(
|
|
|
4851
5045
|
;
|
|
4852
5046
|
var combobox_component = normalizeComponent(
|
|
4853
5047
|
combobox_comboboxvue_type_script_lang_js_,
|
|
4854
|
-
|
|
4855
|
-
|
|
5048
|
+
comboboxvue_type_template_id_25daf05b_render,
|
|
5049
|
+
comboboxvue_type_template_id_25daf05b_staticRenderFns,
|
|
4856
5050
|
false,
|
|
4857
5051
|
null,
|
|
4858
5052
|
null,
|
|
@@ -4863,17 +5057,26 @@ var combobox_component = normalizeComponent(
|
|
|
4863
5057
|
/* harmony default export */ const combobox = (combobox_component.exports);
|
|
4864
5058
|
;// CONCATENATED MODULE: ./components/combobox/index.js
|
|
4865
5059
|
|
|
4866
|
-
;// 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/
|
|
4867
|
-
var
|
|
5060
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/context_menu/context_menu.vue?vue&type=template&id=4b3ffc6f&
|
|
5061
|
+
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){
|
|
5062
|
+
var attrs = ref.attrs;
|
|
5063
|
+
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){
|
|
5064
|
+
var close = ref.close;
|
|
5065
|
+
return [_c('div',{staticClass:"d-context-menu-list"},[_vm._t("list",null,{"close":close})],2)]}}],null,true)})}
|
|
5066
|
+
var context_menuvue_type_template_id_4b3ffc6f_staticRenderFns = []
|
|
5067
|
+
|
|
5068
|
+
|
|
5069
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/dropdown/dropdown.vue?vue&type=template&id=03fdf47c&
|
|
5070
|
+
var dropdownvue_type_template_id_03fdf47c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('dt-popover',_vm._g({ref:"popover",attrs:{"content-width":_vm.contentWidth,"open":_vm.open,"placement":_vm.placement,"initial-focus-element":_vm.openedWithKeyboard ? 'first' : 'dialog',"fallback-placements":_vm.fallbackPlacements,"padding":"none","role":"menu","modal":_vm.modal,"max-height":_vm.maxHeight,"max-width":_vm.maxWidth,"open-with-arrow-keys":true,"follow-cursor":_vm.followCursor},on:{"opened":_vm.updateInitialHighlightIndex,"keydown":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onEnterKey.apply(null, arguments)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"space",32,$event.key,[" ","Spacebar"])){ return null; }return _vm.onSpaceKey.apply(null, arguments)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"up",38,$event.key,["Up","ArrowUp"])){ return null; }$event.stopPropagation();$event.preventDefault();return _vm.onKeyValidation($event, 'onUpKeyPress')},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"down",40,$event.key,["Down","ArrowDown"])){ return null; }$event.stopPropagation();$event.preventDefault();return _vm.onKeyValidation($event, 'onDownKeyPress')},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"home",undefined,$event.key,undefined)){ return null; }$event.stopPropagation();$event.preventDefault();return _vm.onKeyValidation($event, 'onHomeKeyPress')},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"end",undefined,$event.key,undefined)){ return null; }$event.stopPropagation();$event.preventDefault();return _vm.onKeyValidation($event, 'onEndKeyPress')},function($event){return _vm.onKeyValidation($event, 'onKeyPress')}]},scopedSlots:_vm._u([{key:"anchor",fn:function(ref){
|
|
4868
5071
|
var attrs = ref.attrs;
|
|
4869
5072
|
return [_vm._t("anchor",null,null,attrs)]}},{key:"content",fn:function(ref){
|
|
4870
5073
|
var close = ref.close;
|
|
4871
5074
|
return [_c('ul',{ref:"listWrapper",class:['d-ps-relative', 'd-px0', _vm.DROPDOWN_PADDING_CLASSES[_vm.padding], _vm.listClass],attrs:{"id":_vm.listId,"data-qa":"dt-dropdown-list-wrapper"},on:{"mouseleave":_vm.clearHighlightIndex,"!mousemove":function($event){return _vm.onMouseHighlight.apply(null, arguments)}}},[_vm._t("list",null,{"close":close})],2)]}}],null,true)},_vm.$listeners))}
|
|
4872
|
-
var
|
|
5075
|
+
var dropdownvue_type_template_id_03fdf47c_staticRenderFns = []
|
|
4873
5076
|
|
|
4874
5077
|
|
|
4875
|
-
;// 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=
|
|
4876
|
-
var
|
|
5078
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/popover/popover.vue?vue&type=template&id=d3da038c&
|
|
5079
|
+
var popovervue_type_template_id_d3da038c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.modal && _vm.isOpen)?_c('portal',[_c('div',{staticClass:"d-modal--transparent",attrs:{"aria-hidden":_vm.modal && _vm.isOpen ? 'false' : 'true'},on:{"click":function($event){$event.preventDefault();$event.stopPropagation();}}})]):_vm._e(),_c(_vm.elementType,_vm._g({ref:"popover",tag:"component",class:['d-popover', { 'd-popover__anchor--modal-opened': _vm.modal && _vm.isOpen }],attrs:{"data-qa":"dt-popover-container"}},_vm.$listeners),[_c('div',{ref:"anchor",attrs:{"id":!_vm.ariaLabelledby && _vm.labelledBy,"data-qa":"dt-popover-anchor"},on:{"!click":function($event){return _vm.defaultToggleOpen.apply(null, arguments)},"keydown":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"up",38,$event.key,["Up","ArrowUp"])){ return null; }$event.preventDefault();return _vm.onArrowKeyPress.apply(null, arguments)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"down",40,$event.key,["Down","ArrowDown"])){ return null; }$event.preventDefault();return _vm.onArrowKeyPress.apply(null, arguments)}],"wheel":function (e) { return (_vm.isOpen && _vm.modal) && e.preventDefault(); },"!keydown":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"escape",undefined,$event.key,undefined)){ return null; }return _vm.closePopover.apply(null, arguments)}}},[_vm._t("anchor",null,{"attrs":{
|
|
4877
5080
|
'aria-expanded': _vm.isOpen.toString(),
|
|
4878
5081
|
'aria-controls': _vm.id,
|
|
4879
5082
|
'aria-haspopup': _vm.role,
|
|
@@ -4884,7 +5087,7 @@ var popovervue_type_template_id_52edae7f_render = function () {var _vm=this;var
|
|
|
4884
5087
|
'd-popover__content',
|
|
4885
5088
|
_vm.POPOVER_PADDING_CLASSES[_vm.padding],
|
|
4886
5089
|
_vm.contentClass ],attrs:{"data-qa":"dt-popover-content"}},[_vm._t("content",null,{"close":_vm.closePopover})],2),(_vm.$slots.footerContent)?_c('popover-header-footer',{ref:"popover__footer",class:_vm.POPOVER_HEADER_FOOTER_PADDING_CLASSES[_vm.padding],attrs:{"type":"footer","content-class":_vm.footerClass},scopedSlots:_vm._u([{key:"content",fn:function(){return [_vm._t("footerContent",null,{"close":_vm.closePopover})]},proxy:true}],null,true)}):_vm._e()],1)],1)],1)}
|
|
4887
|
-
var
|
|
5090
|
+
var popovervue_type_template_id_d3da038c_staticRenderFns = []
|
|
4888
5091
|
|
|
4889
5092
|
|
|
4890
5093
|
;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.js
|
|
@@ -9288,6 +9491,7 @@ const getArrowDetected = fn => ({
|
|
|
9288
9491
|
|
|
9289
9492
|
const BASE_TIPPY_DIRECTIONS = ['bottom', 'bottom-start', 'bottom-end', 'right', 'right-start', 'right-end', 'left', 'left-start', 'left-end', 'top', 'top-start', 'top-end'];
|
|
9290
9493
|
const TIPPY_STICKY_VALUES = [true, false, 'reference', 'popper'];
|
|
9494
|
+
const TIPPY_FOLLOW_CURSOR_VALUES = [true, false, 'vertical', 'horizontal', 'initial'];
|
|
9291
9495
|
const tippy_utils_createTippy = (anchorElement, options) => {
|
|
9292
9496
|
const {
|
|
9293
9497
|
contentElement
|
|
@@ -9295,7 +9499,7 @@ const tippy_utils_createTippy = (anchorElement, options) => {
|
|
|
9295
9499
|
};
|
|
9296
9500
|
delete options.contentElement;
|
|
9297
9501
|
return tippy_esm(anchorElement, { ...options,
|
|
9298
|
-
plugins: [sticky],
|
|
9502
|
+
plugins: [sticky, followCursor],
|
|
9299
9503
|
render: () => getContentWrapper(contentElement)
|
|
9300
9504
|
});
|
|
9301
9505
|
};
|
|
@@ -9381,6 +9585,7 @@ const POPOVER_ROLES = ['dialog', 'menu', 'listbox', 'tree', 'grid'];
|
|
|
9381
9585
|
const POPOVER_CONTENT_WIDTHS = [null, 'anchor'];
|
|
9382
9586
|
const POPOVER_INITIAL_FOCUS_STRINGS = ['none', 'dialog', 'first'];
|
|
9383
9587
|
const POPOVER_STICKY_VALUES = [...TIPPY_STICKY_VALUES];
|
|
9588
|
+
const POPOVER_FOLLOW_CURSOR_VALUES = [...TIPPY_FOLLOW_CURSOR_VALUES];
|
|
9384
9589
|
const POPOVER_DIRECTIONS = [...BASE_TIPPY_DIRECTIONS];
|
|
9385
9590
|
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/lazy_show/lazy_show.vue?vue&type=template&id=9ffa4e8c&
|
|
9386
9591
|
var lazy_showvue_type_template_id_9ffa4e8c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('transition',_vm._g({attrs:{"name":_vm.transition,"appear":_vm.appear}},_vm.$listeners),[_c('div',_vm._g({directives:[{name:"show",rawName:"v-show",value:(_vm.show),expression:"show"}]},_vm.$listeners),[(_vm.initialized)?_vm._t("default"):_vm._e()],2)])}
|
|
@@ -10124,6 +10329,20 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
10124
10329
|
}
|
|
10125
10330
|
},
|
|
10126
10331
|
|
|
10332
|
+
/**
|
|
10333
|
+
* Determines if the popover follows the user's mouse cursor.
|
|
10334
|
+
* `true` enables it, `vertical` or `horizontal` only follows the cursor on a single axis,
|
|
10335
|
+
* `initial` will place the popover at the initial cursor position upon show, but prevent
|
|
10336
|
+
* following it.
|
|
10337
|
+
*/
|
|
10338
|
+
followCursor: {
|
|
10339
|
+
type: [Boolean, String],
|
|
10340
|
+
default: false,
|
|
10341
|
+
validator: followCursor => {
|
|
10342
|
+
return POPOVER_FOLLOW_CURSOR_VALUES.includes(followCursor);
|
|
10343
|
+
}
|
|
10344
|
+
},
|
|
10345
|
+
|
|
10127
10346
|
/**
|
|
10128
10347
|
* Determines maximum height for the popover before overflow.
|
|
10129
10348
|
* Possible units rem|px|em
|
|
@@ -10198,7 +10417,14 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
10198
10417
|
default: false
|
|
10199
10418
|
}
|
|
10200
10419
|
},
|
|
10201
|
-
emits: [
|
|
10420
|
+
emits: [
|
|
10421
|
+
/**
|
|
10422
|
+
* Emitted when popover is shown or hidden
|
|
10423
|
+
*
|
|
10424
|
+
* @event opened
|
|
10425
|
+
* @type {Boolean | Array}
|
|
10426
|
+
*/
|
|
10427
|
+
'opened', 'update:open'],
|
|
10202
10428
|
|
|
10203
10429
|
data() {
|
|
10204
10430
|
return {
|
|
@@ -10247,6 +10473,12 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
10247
10473
|
});
|
|
10248
10474
|
},
|
|
10249
10475
|
|
|
10476
|
+
followCursor(followCursor) {
|
|
10477
|
+
this.tip.setProps({
|
|
10478
|
+
followCursor
|
|
10479
|
+
});
|
|
10480
|
+
},
|
|
10481
|
+
|
|
10250
10482
|
fallbackPlacements() {
|
|
10251
10483
|
this.tip.setProps({
|
|
10252
10484
|
popperOptions: this.popperOptions()
|
|
@@ -10304,6 +10536,7 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
10304
10536
|
placement: this.placement,
|
|
10305
10537
|
offset: this.offset,
|
|
10306
10538
|
sticky: this.sticky,
|
|
10539
|
+
followCursor: this.followCursor,
|
|
10307
10540
|
appendTo: document.body,
|
|
10308
10541
|
interactive: true,
|
|
10309
10542
|
trigger: 'manual',
|
|
@@ -10533,8 +10766,8 @@ var popovervue_type_style_index_0_lang_less_ = __webpack_require__(532);
|
|
|
10533
10766
|
|
|
10534
10767
|
var popover_component = normalizeComponent(
|
|
10535
10768
|
popover_popovervue_type_script_lang_js_,
|
|
10536
|
-
|
|
10537
|
-
|
|
10769
|
+
popovervue_type_template_id_d3da038c_render,
|
|
10770
|
+
popovervue_type_template_id_d3da038c_staticRenderFns,
|
|
10538
10771
|
false,
|
|
10539
10772
|
null,
|
|
10540
10773
|
null,
|
|
@@ -10605,6 +10838,7 @@ const DROPDOWN_PADDING_CLASSES = {
|
|
|
10605
10838
|
//
|
|
10606
10839
|
//
|
|
10607
10840
|
//
|
|
10841
|
+
//
|
|
10608
10842
|
|
|
10609
10843
|
|
|
10610
10844
|
|
|
@@ -10720,6 +10954,17 @@ const DROPDOWN_PADDING_CLASSES = {
|
|
|
10720
10954
|
}
|
|
10721
10955
|
},
|
|
10722
10956
|
|
|
10957
|
+
/**
|
|
10958
|
+
* Determines if the dropdown follows the user's mouse cursor.
|
|
10959
|
+
* `true` enables it, `vertical` or `horizontal` only follows the cursor on a single axis,
|
|
10960
|
+
* `initial` will place the dropdown at the initial cursor position upon show, but prevent
|
|
10961
|
+
* following it.
|
|
10962
|
+
*/
|
|
10963
|
+
followCursor: {
|
|
10964
|
+
type: [Boolean, String],
|
|
10965
|
+
default: false
|
|
10966
|
+
},
|
|
10967
|
+
|
|
10723
10968
|
/**
|
|
10724
10969
|
* The direction the dropdown displays relative to the anchor.
|
|
10725
10970
|
*/
|
|
@@ -10752,7 +10997,21 @@ const DROPDOWN_PADDING_CLASSES = {
|
|
|
10752
10997
|
default: ''
|
|
10753
10998
|
}
|
|
10754
10999
|
},
|
|
10755
|
-
emits: [
|
|
11000
|
+
emits: [
|
|
11001
|
+
/**
|
|
11002
|
+
* Event fired when the highlight changes
|
|
11003
|
+
*
|
|
11004
|
+
* @event highlight
|
|
11005
|
+
* @type {Number}
|
|
11006
|
+
*/
|
|
11007
|
+
'highlight',
|
|
11008
|
+
/**
|
|
11009
|
+
* Event fired when dropdown is shown or hidden
|
|
11010
|
+
*
|
|
11011
|
+
* @event opened
|
|
11012
|
+
* @type {Boolean | Array}
|
|
11013
|
+
*/
|
|
11014
|
+
'opened', 'update:open'],
|
|
10756
11015
|
|
|
10757
11016
|
data() {
|
|
10758
11017
|
return {
|
|
@@ -10785,7 +11044,7 @@ const DROPDOWN_PADDING_CLASSES = {
|
|
|
10785
11044
|
onMouseHighlight(e) {
|
|
10786
11045
|
const liElement = e.target.closest('li');
|
|
10787
11046
|
|
|
10788
|
-
if (liElement && this.highlightId !== liElement.id) {
|
|
11047
|
+
if (liElement && liElement.role && this.highlightId !== liElement.id) {
|
|
10789
11048
|
this.setHighlightId(liElement.id);
|
|
10790
11049
|
liElement.focus();
|
|
10791
11050
|
}
|
|
@@ -10901,8 +11160,8 @@ const DROPDOWN_PADDING_CLASSES = {
|
|
|
10901
11160
|
;
|
|
10902
11161
|
var dropdown_component = normalizeComponent(
|
|
10903
11162
|
dropdown_dropdownvue_type_script_lang_js_,
|
|
10904
|
-
|
|
10905
|
-
|
|
11163
|
+
dropdownvue_type_template_id_03fdf47c_render,
|
|
11164
|
+
dropdownvue_type_template_id_03fdf47c_staticRenderFns,
|
|
10906
11165
|
false,
|
|
10907
11166
|
null,
|
|
10908
11167
|
null,
|
|
@@ -10911,10 +11170,238 @@ var dropdown_component = normalizeComponent(
|
|
|
10911
11170
|
)
|
|
10912
11171
|
|
|
10913
11172
|
/* harmony default export */ const dropdown = (dropdown_component.exports);
|
|
11173
|
+
;// CONCATENATED MODULE: ./components/dropdown/dropdown_story_constants.js
|
|
11174
|
+
const DROPDOWN_STORY_ITEMS = [{
|
|
11175
|
+
name: 'Menu item 1',
|
|
11176
|
+
id: 1
|
|
11177
|
+
}, {
|
|
11178
|
+
name: 'Menu item 2',
|
|
11179
|
+
id: 2
|
|
11180
|
+
}, {
|
|
11181
|
+
name: 'Another menu item 1',
|
|
11182
|
+
id: 3
|
|
11183
|
+
}, {
|
|
11184
|
+
name: 'Menu item 3',
|
|
11185
|
+
id: 4
|
|
11186
|
+
}, {
|
|
11187
|
+
name: 'Another menu item 2',
|
|
11188
|
+
id: 5
|
|
11189
|
+
}];
|
|
11190
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-80[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/context_menu/context_menu.vue?vue&type=script&lang=js&
|
|
11191
|
+
//
|
|
11192
|
+
//
|
|
11193
|
+
//
|
|
11194
|
+
//
|
|
11195
|
+
//
|
|
11196
|
+
//
|
|
11197
|
+
//
|
|
11198
|
+
//
|
|
11199
|
+
//
|
|
11200
|
+
//
|
|
11201
|
+
//
|
|
11202
|
+
//
|
|
11203
|
+
//
|
|
11204
|
+
//
|
|
11205
|
+
//
|
|
11206
|
+
//
|
|
11207
|
+
//
|
|
11208
|
+
//
|
|
11209
|
+
//
|
|
11210
|
+
//
|
|
11211
|
+
//
|
|
11212
|
+
//
|
|
11213
|
+
//
|
|
11214
|
+
//
|
|
11215
|
+
//
|
|
11216
|
+
//
|
|
11217
|
+
//
|
|
11218
|
+
//
|
|
11219
|
+
//
|
|
11220
|
+
//
|
|
11221
|
+
//
|
|
11222
|
+
|
|
11223
|
+
|
|
11224
|
+
|
|
11225
|
+
|
|
11226
|
+
/* harmony default export */ const context_menuvue_type_script_lang_js_ = ({
|
|
11227
|
+
name: 'DtContextMenu',
|
|
11228
|
+
components: {
|
|
11229
|
+
DtDropdown: dropdown,
|
|
11230
|
+
DtButton: button_button,
|
|
11231
|
+
DtListItem: list_item
|
|
11232
|
+
},
|
|
11233
|
+
props: {},
|
|
11234
|
+
|
|
11235
|
+
data() {
|
|
11236
|
+
return {
|
|
11237
|
+
isOpen: false
|
|
11238
|
+
};
|
|
11239
|
+
},
|
|
11240
|
+
|
|
11241
|
+
computed: {
|
|
11242
|
+
items() {
|
|
11243
|
+
return DROPDOWN_STORY_ITEMS;
|
|
11244
|
+
}
|
|
11245
|
+
|
|
11246
|
+
},
|
|
11247
|
+
methods: {
|
|
11248
|
+
showMenu() {
|
|
11249
|
+
this.isOpen = true;
|
|
11250
|
+
}
|
|
11251
|
+
|
|
11252
|
+
}
|
|
11253
|
+
});
|
|
11254
|
+
;// CONCATENATED MODULE: ./components/context_menu/context_menu.vue?vue&type=script&lang=js&
|
|
11255
|
+
/* harmony default export */ const context_menu_context_menuvue_type_script_lang_js_ = (context_menuvue_type_script_lang_js_);
|
|
11256
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-72[0].rules[0].use[0]!./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-72[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-72[0].rules[0].use[2]!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-72[0].rules[0].use[3]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-72[0].rules[0].use[4]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/context_menu/context_menu.vue?vue&type=style&index=0&lang=less&
|
|
11257
|
+
var context_menuvue_type_style_index_0_lang_less_ = __webpack_require__(437);
|
|
11258
|
+
;// CONCATENATED MODULE: ./components/context_menu/context_menu.vue?vue&type=style&index=0&lang=less&
|
|
11259
|
+
|
|
11260
|
+
;// CONCATENATED MODULE: ./components/context_menu/context_menu.vue
|
|
11261
|
+
|
|
11262
|
+
|
|
11263
|
+
|
|
11264
|
+
;
|
|
11265
|
+
|
|
11266
|
+
|
|
11267
|
+
/* normalize component */
|
|
11268
|
+
|
|
11269
|
+
var context_menu_component = normalizeComponent(
|
|
11270
|
+
context_menu_context_menuvue_type_script_lang_js_,
|
|
11271
|
+
context_menuvue_type_template_id_4b3ffc6f_render,
|
|
11272
|
+
context_menuvue_type_template_id_4b3ffc6f_staticRenderFns,
|
|
11273
|
+
false,
|
|
11274
|
+
null,
|
|
11275
|
+
null,
|
|
11276
|
+
null
|
|
11277
|
+
|
|
11278
|
+
)
|
|
11279
|
+
|
|
11280
|
+
/* harmony default export */ const context_menu = (context_menu_component.exports);
|
|
11281
|
+
;// CONCATENATED MODULE: ./components/context_menu/context_menu_constants.js
|
|
11282
|
+
const DEFAULT_CONSTANTS = null;
|
|
11283
|
+
/* harmony default export */ const context_menu_constants = ({
|
|
11284
|
+
DEFAULT_CONSTANTS
|
|
11285
|
+
});
|
|
11286
|
+
;// CONCATENATED MODULE: ./components/context_menu/index.js
|
|
11287
|
+
|
|
11288
|
+
|
|
11289
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/dropdown/dropdown_list.vue?vue&type=template&id=294ae37b&scoped=true&
|
|
11290
|
+
var dropdown_listvue_type_template_id_294ae37b_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('li',[(_vm.heading)?_c('div',{staticClass:"dt-dropdown-list--header d-fs12 d-fc-black-400 d-fw-bold d-lh4 d-py4 d-px12 d-d-flex d-ai-center"},[_c('span',[_vm._v(_vm._s(_vm.heading))])]):_vm._e(),_c('ul',{class:['d-ps-relative', 'd-px0', _vm.listClass],attrs:{"data-qa":"dt-dropdown-list-wrapper"}},[_vm._t("default")],2)])}
|
|
11291
|
+
var dropdown_listvue_type_template_id_294ae37b_scoped_true_staticRenderFns = []
|
|
11292
|
+
|
|
11293
|
+
|
|
11294
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-80[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/dropdown/dropdown_list.vue?vue&type=script&lang=js&
|
|
11295
|
+
//
|
|
11296
|
+
//
|
|
11297
|
+
//
|
|
11298
|
+
//
|
|
11299
|
+
//
|
|
11300
|
+
//
|
|
11301
|
+
//
|
|
11302
|
+
//
|
|
11303
|
+
//
|
|
11304
|
+
//
|
|
11305
|
+
//
|
|
11306
|
+
//
|
|
11307
|
+
//
|
|
11308
|
+
//
|
|
11309
|
+
//
|
|
11310
|
+
//
|
|
11311
|
+
//
|
|
11312
|
+
//
|
|
11313
|
+
//
|
|
11314
|
+
/* harmony default export */ const dropdown_listvue_type_script_lang_js_ = ({
|
|
11315
|
+
name: 'DtDropdownList',
|
|
11316
|
+
props: {
|
|
11317
|
+
/**
|
|
11318
|
+
* List's heading.
|
|
11319
|
+
*/
|
|
11320
|
+
heading: {
|
|
11321
|
+
type: String,
|
|
11322
|
+
default: ''
|
|
11323
|
+
},
|
|
11324
|
+
|
|
11325
|
+
/**
|
|
11326
|
+
* Additional class for the wrapper list element.
|
|
11327
|
+
*/
|
|
11328
|
+
listClass: {
|
|
11329
|
+
type: [String, Array, Object],
|
|
11330
|
+
default: ''
|
|
11331
|
+
}
|
|
11332
|
+
}
|
|
11333
|
+
});
|
|
11334
|
+
;// CONCATENATED MODULE: ./components/dropdown/dropdown_list.vue?vue&type=script&lang=js&
|
|
11335
|
+
/* harmony default export */ const dropdown_dropdown_listvue_type_script_lang_js_ = (dropdown_listvue_type_script_lang_js_);
|
|
11336
|
+
;// CONCATENATED MODULE: ./components/dropdown/dropdown_list.vue
|
|
11337
|
+
|
|
11338
|
+
|
|
11339
|
+
|
|
11340
|
+
|
|
11341
|
+
|
|
11342
|
+
/* normalize component */
|
|
11343
|
+
;
|
|
11344
|
+
var dropdown_list_component = normalizeComponent(
|
|
11345
|
+
dropdown_dropdown_listvue_type_script_lang_js_,
|
|
11346
|
+
dropdown_listvue_type_template_id_294ae37b_scoped_true_render,
|
|
11347
|
+
dropdown_listvue_type_template_id_294ae37b_scoped_true_staticRenderFns,
|
|
11348
|
+
false,
|
|
11349
|
+
null,
|
|
11350
|
+
"294ae37b",
|
|
11351
|
+
null
|
|
11352
|
+
|
|
11353
|
+
)
|
|
11354
|
+
|
|
11355
|
+
/* harmony default export */ const dropdown_list = (dropdown_list_component.exports);
|
|
11356
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/dropdown/dropdown_separator.vue?vue&type=template&id=6a948a17&
|
|
11357
|
+
var dropdown_separatorvue_type_template_id_6a948a17_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('li',{staticClass:"dt-list-separator d-bgc-black-075 d-my8",attrs:{"aria-hidden":"true"}})}
|
|
11358
|
+
var dropdown_separatorvue_type_template_id_6a948a17_staticRenderFns = []
|
|
11359
|
+
|
|
11360
|
+
|
|
11361
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-80[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/dropdown/dropdown_separator.vue?vue&type=script&lang=js&
|
|
11362
|
+
//
|
|
11363
|
+
//
|
|
11364
|
+
//
|
|
11365
|
+
//
|
|
11366
|
+
//
|
|
11367
|
+
//
|
|
11368
|
+
//
|
|
11369
|
+
/* harmony default export */ const dropdown_separatorvue_type_script_lang_js_ = ({
|
|
11370
|
+
name: 'DtDropdownSeparator'
|
|
11371
|
+
});
|
|
11372
|
+
;// CONCATENATED MODULE: ./components/dropdown/dropdown_separator.vue?vue&type=script&lang=js&
|
|
11373
|
+
/* harmony default export */ const dropdown_dropdown_separatorvue_type_script_lang_js_ = (dropdown_separatorvue_type_script_lang_js_);
|
|
11374
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-72[0].rules[0].use[0]!./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-72[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-72[0].rules[0].use[2]!./node_modules/@vue/cli-service/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-72[0].rules[0].use[3]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-72[0].rules[0].use[4]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/dropdown/dropdown_separator.vue?vue&type=style&index=0&lang=less&
|
|
11375
|
+
var dropdown_separatorvue_type_style_index_0_lang_less_ = __webpack_require__(176);
|
|
11376
|
+
;// CONCATENATED MODULE: ./components/dropdown/dropdown_separator.vue?vue&type=style&index=0&lang=less&
|
|
11377
|
+
|
|
11378
|
+
;// CONCATENATED MODULE: ./components/dropdown/dropdown_separator.vue
|
|
11379
|
+
|
|
11380
|
+
|
|
11381
|
+
|
|
11382
|
+
;
|
|
11383
|
+
|
|
11384
|
+
|
|
11385
|
+
/* normalize component */
|
|
11386
|
+
|
|
11387
|
+
var dropdown_separator_component = normalizeComponent(
|
|
11388
|
+
dropdown_dropdown_separatorvue_type_script_lang_js_,
|
|
11389
|
+
dropdown_separatorvue_type_template_id_6a948a17_render,
|
|
11390
|
+
dropdown_separatorvue_type_template_id_6a948a17_staticRenderFns,
|
|
11391
|
+
false,
|
|
11392
|
+
null,
|
|
11393
|
+
null,
|
|
11394
|
+
null
|
|
11395
|
+
|
|
11396
|
+
)
|
|
11397
|
+
|
|
11398
|
+
/* harmony default export */ const dropdown_separator = (dropdown_separator_component.exports);
|
|
10914
11399
|
;// CONCATENATED MODULE: ./components/dropdown/index.js
|
|
10915
11400
|
|
|
10916
|
-
|
|
10917
|
-
|
|
11401
|
+
|
|
11402
|
+
|
|
11403
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/input/input.vue?vue&type=template&id=fc19976e&
|
|
11404
|
+
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:[
|
|
10918
11405
|
'base-input__label-text',
|
|
10919
11406
|
'd-label',
|
|
10920
11407
|
_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:[
|
|
@@ -10923,7 +11410,7 @@ var inputvue_type_template_id_39fb0468_render = function () {var _vm=this;var _h
|
|
|
10923
11410
|
'd-fd-column',
|
|
10924
11411
|
_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:[
|
|
10925
11412
|
'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)}
|
|
10926
|
-
var
|
|
11413
|
+
var inputvue_type_template_id_fc19976e_staticRenderFns = []
|
|
10927
11414
|
|
|
10928
11415
|
|
|
10929
11416
|
;// CONCATENATED MODULE: ./components/input/input_constants.js
|
|
@@ -11123,6 +11610,7 @@ const InputMixin = {
|
|
|
11123
11610
|
|
|
11124
11611
|
/**
|
|
11125
11612
|
* The value of the input
|
|
11613
|
+
* @model value
|
|
11126
11614
|
*/
|
|
11127
11615
|
value: {
|
|
11128
11616
|
type: [String, Number, Boolean, Object],
|
|
@@ -11247,6 +11735,7 @@ const CheckableMixin = {
|
|
|
11247
11735
|
props: {
|
|
11248
11736
|
/**
|
|
11249
11737
|
* Used to set the state of the checkable input
|
|
11738
|
+
* @model checked
|
|
11250
11739
|
*/
|
|
11251
11740
|
checked: {
|
|
11252
11741
|
type: Boolean,
|
|
@@ -11567,6 +12056,10 @@ const MessagesMixin = {
|
|
|
11567
12056
|
|
|
11568
12057
|
|
|
11569
12058
|
|
|
12059
|
+
/**
|
|
12060
|
+
* @property {Boolean} placeholder attribute
|
|
12061
|
+
*/
|
|
12062
|
+
|
|
11570
12063
|
/* harmony default export */ const inputvue_type_script_lang_js_ = ({
|
|
11571
12064
|
name: 'DtInput',
|
|
11572
12065
|
components: {
|
|
@@ -11676,7 +12169,62 @@ const MessagesMixin = {
|
|
|
11676
12169
|
default: null
|
|
11677
12170
|
}
|
|
11678
12171
|
},
|
|
11679
|
-
emits: [
|
|
12172
|
+
emits: [
|
|
12173
|
+
/**
|
|
12174
|
+
* Native input event
|
|
12175
|
+
*
|
|
12176
|
+
* @event input
|
|
12177
|
+
* @type {String}
|
|
12178
|
+
*/
|
|
12179
|
+
'input',
|
|
12180
|
+
/**
|
|
12181
|
+
* Native input blur event
|
|
12182
|
+
*
|
|
12183
|
+
* @event blur
|
|
12184
|
+
* @type {FocusEvent}
|
|
12185
|
+
*/
|
|
12186
|
+
'blur',
|
|
12187
|
+
/**
|
|
12188
|
+
* Input clear event
|
|
12189
|
+
*
|
|
12190
|
+
* @event clear
|
|
12191
|
+
*/
|
|
12192
|
+
'clear',
|
|
12193
|
+
/**
|
|
12194
|
+
* Native input focus event
|
|
12195
|
+
*
|
|
12196
|
+
* @event focus
|
|
12197
|
+
* @type {FocusEvent}
|
|
12198
|
+
*/
|
|
12199
|
+
'focus',
|
|
12200
|
+
/**
|
|
12201
|
+
* Native input focusin event
|
|
12202
|
+
*
|
|
12203
|
+
* @event focusin
|
|
12204
|
+
* @type {FocusEvent}
|
|
12205
|
+
*/
|
|
12206
|
+
'focusin',
|
|
12207
|
+
/**
|
|
12208
|
+
* Native input focusout event
|
|
12209
|
+
*
|
|
12210
|
+
* @event focusout
|
|
12211
|
+
* @type {FocusEvent}
|
|
12212
|
+
*/
|
|
12213
|
+
'focusout',
|
|
12214
|
+
/**
|
|
12215
|
+
* Length of the input when currentLength prop is not passed
|
|
12216
|
+
*
|
|
12217
|
+
* @event update:length
|
|
12218
|
+
* @type {Number}
|
|
12219
|
+
*/
|
|
12220
|
+
'update:length',
|
|
12221
|
+
/**
|
|
12222
|
+
* Result of the input validation
|
|
12223
|
+
*
|
|
12224
|
+
* @event update:invalid
|
|
12225
|
+
* @type {Boolean}
|
|
12226
|
+
*/
|
|
12227
|
+
'update:invalid'],
|
|
11680
12228
|
|
|
11681
12229
|
data() {
|
|
11682
12230
|
return {
|
|
@@ -11957,8 +12505,8 @@ const MessagesMixin = {
|
|
|
11957
12505
|
;
|
|
11958
12506
|
var input_component = normalizeComponent(
|
|
11959
12507
|
input_inputvue_type_script_lang_js_,
|
|
11960
|
-
|
|
11961
|
-
|
|
12508
|
+
inputvue_type_template_id_fc19976e_render,
|
|
12509
|
+
inputvue_type_template_id_fc19976e_staticRenderFns,
|
|
11962
12510
|
false,
|
|
11963
12511
|
null,
|
|
11964
12512
|
null,
|
|
@@ -11970,9 +12518,9 @@ var input_component = normalizeComponent(
|
|
|
11970
12518
|
;// CONCATENATED MODULE: ./components/input/index.js
|
|
11971
12519
|
|
|
11972
12520
|
|
|
11973
|
-
;// 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=
|
|
11974
|
-
var
|
|
11975
|
-
var
|
|
12521
|
+
;// 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&
|
|
12522
|
+
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)}
|
|
12523
|
+
var input_groupvue_type_template_id_cdfe834c_staticRenderFns = []
|
|
11976
12524
|
|
|
11977
12525
|
|
|
11978
12526
|
;// CONCATENATED MODULE: ./common/mixins/input_group.js
|
|
@@ -12206,6 +12754,13 @@ const InputGroupMixin = {
|
|
|
12206
12754
|
default: 'input-group-messages'
|
|
12207
12755
|
}
|
|
12208
12756
|
},
|
|
12757
|
+
emits: [
|
|
12758
|
+
/**
|
|
12759
|
+
* Native input event
|
|
12760
|
+
*
|
|
12761
|
+
* @event input
|
|
12762
|
+
*/
|
|
12763
|
+
'input'],
|
|
12209
12764
|
|
|
12210
12765
|
data() {
|
|
12211
12766
|
return {
|
|
@@ -12251,8 +12806,8 @@ const InputGroupMixin = {
|
|
|
12251
12806
|
;
|
|
12252
12807
|
var input_group_component = normalizeComponent(
|
|
12253
12808
|
input_group_input_groupvue_type_script_lang_js_,
|
|
12254
|
-
|
|
12255
|
-
|
|
12809
|
+
input_groupvue_type_template_id_cdfe834c_render,
|
|
12810
|
+
input_groupvue_type_template_id_cdfe834c_staticRenderFns,
|
|
12256
12811
|
false,
|
|
12257
12812
|
null,
|
|
12258
12813
|
null,
|
|
@@ -12263,16 +12818,18 @@ var input_group_component = normalizeComponent(
|
|
|
12263
12818
|
/* harmony default export */ const input_group_input_group = (input_group_component.exports);
|
|
12264
12819
|
;// CONCATENATED MODULE: ./components/input_group/index.js
|
|
12265
12820
|
|
|
12266
|
-
;// 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=
|
|
12267
|
-
var
|
|
12821
|
+
;// 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&
|
|
12822
|
+
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:[
|
|
12268
12823
|
'd-modal',
|
|
12269
12824
|
_vm.MODAL_KIND_MODIFIERS[_vm.kind],
|
|
12270
12825
|
_vm.MODAL_SIZE_MODIFIERS[_vm.size],
|
|
12271
|
-
_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)}}},[
|
|
12826
|
+
_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:[
|
|
12827
|
+
'd-modal__banner',
|
|
12828
|
+
_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:[
|
|
12272
12829
|
'd-modal__dialog',
|
|
12273
12830
|
{ 'd-modal__dialog--scrollable': _vm.fixedHeaderFooter },
|
|
12274
12831
|
_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)}
|
|
12275
|
-
var
|
|
12832
|
+
var modalvue_type_template_id_e3e205ea_staticRenderFns = []
|
|
12276
12833
|
|
|
12277
12834
|
|
|
12278
12835
|
;// CONCATENATED MODULE: ./components/modal/modal_constants.js
|
|
@@ -12379,6 +12936,19 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
12379
12936
|
//
|
|
12380
12937
|
//
|
|
12381
12938
|
//
|
|
12939
|
+
//
|
|
12940
|
+
//
|
|
12941
|
+
//
|
|
12942
|
+
//
|
|
12943
|
+
//
|
|
12944
|
+
//
|
|
12945
|
+
//
|
|
12946
|
+
//
|
|
12947
|
+
//
|
|
12948
|
+
//
|
|
12949
|
+
//
|
|
12950
|
+
//
|
|
12951
|
+
//
|
|
12382
12952
|
|
|
12383
12953
|
|
|
12384
12954
|
|
|
@@ -12453,6 +13023,14 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
12453
13023
|
default: ''
|
|
12454
13024
|
},
|
|
12455
13025
|
|
|
13026
|
+
/**
|
|
13027
|
+
* Title text to display in the modal banner.
|
|
13028
|
+
*/
|
|
13029
|
+
bannerTitle: {
|
|
13030
|
+
type: String,
|
|
13031
|
+
default: ''
|
|
13032
|
+
},
|
|
13033
|
+
|
|
12456
13034
|
/**
|
|
12457
13035
|
* The theme of the modal.
|
|
12458
13036
|
* @values default or danger
|
|
@@ -12495,6 +13073,16 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
12495
13073
|
default: ''
|
|
12496
13074
|
},
|
|
12497
13075
|
|
|
13076
|
+
/**
|
|
13077
|
+
* Additional class name for the banner element within the modal.
|
|
13078
|
+
* Can accept all of String, Object, and Array, i.e. has the
|
|
13079
|
+
* same api as Vue's built-in handling of the class attribute.
|
|
13080
|
+
*/
|
|
13081
|
+
bannerClass: {
|
|
13082
|
+
type: [String, Object, Array],
|
|
13083
|
+
default: ''
|
|
13084
|
+
},
|
|
13085
|
+
|
|
12498
13086
|
/**
|
|
12499
13087
|
* Hides the close button on the modal
|
|
12500
13088
|
*/
|
|
@@ -12511,7 +13099,15 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
12511
13099
|
default: true
|
|
12512
13100
|
}
|
|
12513
13101
|
},
|
|
12514
|
-
emits: [
|
|
13102
|
+
emits: [
|
|
13103
|
+
/**
|
|
13104
|
+
* The modal will emit a "false" boolean value for this event when the user performs a modal-closing action.
|
|
13105
|
+
* Parent components can sync on this value to create a 2-way binding to control modal visibility.
|
|
13106
|
+
*
|
|
13107
|
+
* @event update:show
|
|
13108
|
+
* @type {Boolean}
|
|
13109
|
+
*/
|
|
13110
|
+
'update:show'],
|
|
12515
13111
|
|
|
12516
13112
|
data() {
|
|
12517
13113
|
return {
|
|
@@ -12578,8 +13174,8 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
12578
13174
|
;
|
|
12579
13175
|
var modal_component = normalizeComponent(
|
|
12580
13176
|
modal_modalvue_type_script_lang_js_,
|
|
12581
|
-
|
|
12582
|
-
|
|
13177
|
+
modalvue_type_template_id_e3e205ea_render,
|
|
13178
|
+
modalvue_type_template_id_e3e205ea_staticRenderFns,
|
|
12583
13179
|
false,
|
|
12584
13180
|
null,
|
|
12585
13181
|
null,
|
|
@@ -12776,9 +13372,9 @@ var list_section_component = normalizeComponent(
|
|
|
12776
13372
|
/* harmony default export */ const list_section = (list_section_component.exports);
|
|
12777
13373
|
;// CONCATENATED MODULE: ./components/list_section/index.js
|
|
12778
13374
|
|
|
12779
|
-
;// 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=
|
|
12780
|
-
var
|
|
12781
|
-
var
|
|
13375
|
+
;// 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&
|
|
13376
|
+
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)}
|
|
13377
|
+
var noticevue_type_template_id_ca7ad14a_staticRenderFns = []
|
|
12782
13378
|
|
|
12783
13379
|
|
|
12784
13380
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-80[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/notice/notice.vue?vue&type=script&lang=js&
|
|
@@ -12912,7 +13508,13 @@ var noticevue_type_template_id_4b03fec7_staticRenderFns = []
|
|
|
12912
13508
|
default: false
|
|
12913
13509
|
}
|
|
12914
13510
|
},
|
|
12915
|
-
emits: [
|
|
13511
|
+
emits: [
|
|
13512
|
+
/**
|
|
13513
|
+
* Close button click event
|
|
13514
|
+
*
|
|
13515
|
+
* @event close
|
|
13516
|
+
*/
|
|
13517
|
+
'close'],
|
|
12916
13518
|
computed: {
|
|
12917
13519
|
noticeClass() {
|
|
12918
13520
|
const noticeKinds = {
|
|
@@ -12941,8 +13543,8 @@ var noticevue_type_template_id_4b03fec7_staticRenderFns = []
|
|
|
12941
13543
|
;
|
|
12942
13544
|
var notice_component = normalizeComponent(
|
|
12943
13545
|
notice_noticevue_type_script_lang_js_,
|
|
12944
|
-
|
|
12945
|
-
|
|
13546
|
+
noticevue_type_template_id_ca7ad14a_render,
|
|
13547
|
+
noticevue_type_template_id_ca7ad14a_staticRenderFns,
|
|
12946
13548
|
false,
|
|
12947
13549
|
null,
|
|
12948
13550
|
null,
|
|
@@ -12954,9 +13556,9 @@ var notice_component = normalizeComponent(
|
|
|
12954
13556
|
;// CONCATENATED MODULE: ./components/notice/index.js
|
|
12955
13557
|
|
|
12956
13558
|
|
|
12957
|
-
;// 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=
|
|
12958
|
-
var
|
|
12959
|
-
var
|
|
13559
|
+
;// 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&
|
|
13560
|
+
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)}
|
|
13561
|
+
var paginationvue_type_template_id_03cbd37c_staticRenderFns = []
|
|
12960
13562
|
|
|
12961
13563
|
|
|
12962
13564
|
;// 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&
|
|
@@ -13133,7 +13735,14 @@ var IconChevronRight_component = normalizeComponent(
|
|
|
13133
13735
|
default: 5
|
|
13134
13736
|
}
|
|
13135
13737
|
},
|
|
13136
|
-
emits: [
|
|
13738
|
+
emits: [
|
|
13739
|
+
/**
|
|
13740
|
+
* Page change event
|
|
13741
|
+
*
|
|
13742
|
+
* @event change
|
|
13743
|
+
* @type {Number}
|
|
13744
|
+
*/
|
|
13745
|
+
'change'],
|
|
13137
13746
|
|
|
13138
13747
|
data() {
|
|
13139
13748
|
return {
|
|
@@ -13211,8 +13820,8 @@ var IconChevronRight_component = normalizeComponent(
|
|
|
13211
13820
|
;
|
|
13212
13821
|
var pagination_component = normalizeComponent(
|
|
13213
13822
|
pagination_paginationvue_type_script_lang_js_,
|
|
13214
|
-
|
|
13215
|
-
|
|
13823
|
+
paginationvue_type_template_id_03cbd37c_render,
|
|
13824
|
+
paginationvue_type_template_id_03cbd37c_staticRenderFns,
|
|
13216
13825
|
false,
|
|
13217
13826
|
null,
|
|
13218
13827
|
null,
|
|
@@ -13223,9 +13832,9 @@ var pagination_component = normalizeComponent(
|
|
|
13223
13832
|
/* harmony default export */ const pagination = (pagination_component.exports);
|
|
13224
13833
|
;// CONCATENATED MODULE: ./components/pagination/index.js
|
|
13225
13834
|
|
|
13226
|
-
;// 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=
|
|
13227
|
-
var
|
|
13228
|
-
var
|
|
13835
|
+
;// 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&
|
|
13836
|
+
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)])])}
|
|
13837
|
+
var radiovue_type_template_id_be33e8c2_staticRenderFns = []
|
|
13229
13838
|
|
|
13230
13839
|
|
|
13231
13840
|
;// CONCATENATED MODULE: ./components/radio/radio_constants.js
|
|
@@ -13305,7 +13914,28 @@ const RADIO_INPUT_VALIDATION_CLASSES = {
|
|
|
13305
13914
|
default: ''
|
|
13306
13915
|
}
|
|
13307
13916
|
},
|
|
13308
|
-
emits: [
|
|
13917
|
+
emits: [
|
|
13918
|
+
/**
|
|
13919
|
+
* Native input event
|
|
13920
|
+
*
|
|
13921
|
+
* @event input
|
|
13922
|
+
* @type {String | Number}
|
|
13923
|
+
*/
|
|
13924
|
+
'input',
|
|
13925
|
+
/**
|
|
13926
|
+
* Native input focusin event
|
|
13927
|
+
*
|
|
13928
|
+
* @event focusin
|
|
13929
|
+
* @property {FocusEvent}
|
|
13930
|
+
*/
|
|
13931
|
+
'focusin',
|
|
13932
|
+
/**
|
|
13933
|
+
* Native input focusout event
|
|
13934
|
+
*
|
|
13935
|
+
* @event focusout
|
|
13936
|
+
* @property {FocusEvent}
|
|
13937
|
+
*/
|
|
13938
|
+
'focusout'],
|
|
13309
13939
|
computed: {
|
|
13310
13940
|
inputValidationClass() {
|
|
13311
13941
|
return RADIO_INPUT_VALIDATION_CLASSES[this.internalValidationState];
|
|
@@ -13372,8 +14002,8 @@ const RADIO_INPUT_VALIDATION_CLASSES = {
|
|
|
13372
14002
|
;
|
|
13373
14003
|
var radio_component = normalizeComponent(
|
|
13374
14004
|
radio_radiovue_type_script_lang_js_,
|
|
13375
|
-
|
|
13376
|
-
|
|
14005
|
+
radiovue_type_template_id_be33e8c2_render,
|
|
14006
|
+
radiovue_type_template_id_be33e8c2_staticRenderFns,
|
|
13377
14007
|
false,
|
|
13378
14008
|
null,
|
|
13379
14009
|
null,
|
|
@@ -13392,6 +14022,7 @@ var radio_component = normalizeComponent(
|
|
|
13392
14022
|
props: {
|
|
13393
14023
|
/**
|
|
13394
14024
|
* A provided value for the radio group
|
|
14025
|
+
* @model value
|
|
13395
14026
|
*/
|
|
13396
14027
|
value: {
|
|
13397
14028
|
type: [String, Number],
|
|
@@ -13422,6 +14053,14 @@ var radio_component = normalizeComponent(
|
|
|
13422
14053
|
default: 'radio-group-messages'
|
|
13423
14054
|
}
|
|
13424
14055
|
},
|
|
14056
|
+
emits: [
|
|
14057
|
+
/**
|
|
14058
|
+
* Native input event
|
|
14059
|
+
*
|
|
14060
|
+
* @event input
|
|
14061
|
+
* @type {String | Number}
|
|
14062
|
+
*/
|
|
14063
|
+
'input'],
|
|
13425
14064
|
|
|
13426
14065
|
data() {
|
|
13427
14066
|
return {
|
|
@@ -13482,15 +14121,15 @@ var radio_group_component = normalizeComponent(
|
|
|
13482
14121
|
/* harmony default export */ const radio_group = (radio_group_component.exports);
|
|
13483
14122
|
;// CONCATENATED MODULE: ./components/radio_group/index.js
|
|
13484
14123
|
|
|
13485
|
-
;// 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=
|
|
13486
|
-
var
|
|
14124
|
+
;// 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&
|
|
14125
|
+
var tab_groupvue_type_template_id_618b4a34_render = function () {
|
|
13487
14126
|
var _obj;
|
|
13488
14127
|
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:[
|
|
13489
14128
|
'd-tablist',
|
|
13490
14129
|
_vm.TAB_LIST_SIZE_MODIFIERS[_vm.size],
|
|
13491
14130
|
( _obj = {}, _obj[_vm.TAB_LIST_KIND_MODIFIERS.inverted] = _vm.inverted, _obj[_vm.TAB_LIST_IMPORTANCE_MODIFIERS.borderless] = _vm.borderless, _obj ),
|
|
13492
14131
|
_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)}
|
|
13493
|
-
var
|
|
14132
|
+
var tab_groupvue_type_template_id_618b4a34_staticRenderFns = []
|
|
13494
14133
|
|
|
13495
14134
|
|
|
13496
14135
|
;// CONCATENATED MODULE: ./components/tabs/tabs_constants.js
|
|
@@ -13623,7 +14262,14 @@ const TAB_IMPORTANCE_MODIFIERS = {
|
|
|
13623
14262
|
default: () => ({})
|
|
13624
14263
|
}
|
|
13625
14264
|
},
|
|
13626
|
-
emits: [
|
|
14265
|
+
emits: [
|
|
14266
|
+
/**
|
|
14267
|
+
* Change tab event with the arguments: selected id of the current tab and disabled value
|
|
14268
|
+
*
|
|
14269
|
+
* @event change
|
|
14270
|
+
* @type {Object}
|
|
14271
|
+
*/
|
|
14272
|
+
'change'],
|
|
13627
14273
|
|
|
13628
14274
|
data() {
|
|
13629
14275
|
return {
|
|
@@ -13804,8 +14450,8 @@ const TAB_IMPORTANCE_MODIFIERS = {
|
|
|
13804
14450
|
;
|
|
13805
14451
|
var tab_group_component = normalizeComponent(
|
|
13806
14452
|
tabs_tab_groupvue_type_script_lang_js_,
|
|
13807
|
-
|
|
13808
|
-
|
|
14453
|
+
tab_groupvue_type_template_id_618b4a34_render,
|
|
14454
|
+
tab_groupvue_type_template_id_618b4a34_staticRenderFns,
|
|
13809
14455
|
false,
|
|
13810
14456
|
null,
|
|
13811
14457
|
null,
|
|
@@ -14066,9 +14712,9 @@ var tab_panel_component = normalizeComponent(
|
|
|
14066
14712
|
|
|
14067
14713
|
|
|
14068
14714
|
|
|
14069
|
-
;// 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=
|
|
14070
|
-
var
|
|
14071
|
-
var
|
|
14715
|
+
;// 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&
|
|
14716
|
+
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()])])}
|
|
14717
|
+
var checkboxvue_type_template_id_1de6993c_staticRenderFns = []
|
|
14072
14718
|
|
|
14073
14719
|
|
|
14074
14720
|
;// CONCATENATED MODULE: ./components/checkbox/checkbox_constants.js
|
|
@@ -14143,7 +14789,28 @@ const CHECKBOX_INPUT_VALIDATION_CLASSES = {
|
|
|
14143
14789
|
},
|
|
14144
14790
|
mixins: [InputMixin, CheckableMixin, GroupableMixin, MessagesMixin],
|
|
14145
14791
|
inheritAttrs: false,
|
|
14146
|
-
emits: [
|
|
14792
|
+
emits: [
|
|
14793
|
+
/**
|
|
14794
|
+
* Native input event
|
|
14795
|
+
*
|
|
14796
|
+
* @event input
|
|
14797
|
+
* @type {Boolean}
|
|
14798
|
+
*/
|
|
14799
|
+
'input',
|
|
14800
|
+
/**
|
|
14801
|
+
* Native input focusin event
|
|
14802
|
+
*
|
|
14803
|
+
* @event focusin
|
|
14804
|
+
* @type {FocusEvent}
|
|
14805
|
+
*/
|
|
14806
|
+
'focusin',
|
|
14807
|
+
/**
|
|
14808
|
+
* Native input focusout event
|
|
14809
|
+
*
|
|
14810
|
+
* @event focusout
|
|
14811
|
+
* @type {FocusEvent}
|
|
14812
|
+
*/
|
|
14813
|
+
'focusout'],
|
|
14147
14814
|
computed: {
|
|
14148
14815
|
inputValidationClass() {
|
|
14149
14816
|
return CHECKBOX_INPUT_VALIDATION_CLASSES[this.internalValidationState];
|
|
@@ -14242,8 +14909,8 @@ const CHECKBOX_INPUT_VALIDATION_CLASSES = {
|
|
|
14242
14909
|
;
|
|
14243
14910
|
var checkbox_component = normalizeComponent(
|
|
14244
14911
|
checkbox_checkboxvue_type_script_lang_js_,
|
|
14245
|
-
|
|
14246
|
-
|
|
14912
|
+
checkboxvue_type_template_id_1de6993c_render,
|
|
14913
|
+
checkboxvue_type_template_id_1de6993c_staticRenderFns,
|
|
14247
14914
|
false,
|
|
14248
14915
|
null,
|
|
14249
14916
|
null,
|
|
@@ -14282,6 +14949,7 @@ var checkbox_component = normalizeComponent(
|
|
|
14282
14949
|
|
|
14283
14950
|
/**
|
|
14284
14951
|
* A provided list of selected values(s) for the checkbox group
|
|
14952
|
+
* @model selectedValues
|
|
14285
14953
|
*/
|
|
14286
14954
|
selectedValues: {
|
|
14287
14955
|
type: Array,
|
|
@@ -14316,6 +14984,14 @@ var checkbox_component = normalizeComponent(
|
|
|
14316
14984
|
default: 'checkbox-group-messages'
|
|
14317
14985
|
}
|
|
14318
14986
|
},
|
|
14987
|
+
emits: [
|
|
14988
|
+
/**
|
|
14989
|
+
* Native input event
|
|
14990
|
+
*
|
|
14991
|
+
* @event input
|
|
14992
|
+
* @type {Array}
|
|
14993
|
+
*/
|
|
14994
|
+
'input'],
|
|
14319
14995
|
|
|
14320
14996
|
data() {
|
|
14321
14997
|
return {
|
|
@@ -14387,9 +15063,9 @@ var checkbox_group_component = normalizeComponent(
|
|
|
14387
15063
|
/* harmony default export */ const checkbox_group = (checkbox_group_component.exports);
|
|
14388
15064
|
;// CONCATENATED MODULE: ./components/checkbox_group/index.js
|
|
14389
15065
|
|
|
14390
|
-
;// 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=
|
|
14391
|
-
var
|
|
14392
|
-
var
|
|
15066
|
+
;// 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&
|
|
15067
|
+
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)}
|
|
15068
|
+
var chipvue_type_template_id_631494f3_staticRenderFns = []
|
|
14393
15069
|
|
|
14394
15070
|
|
|
14395
15071
|
;// CONCATENATED MODULE: ./components/chip/chip_constants.js
|
|
@@ -14541,7 +15217,27 @@ const CHIP_CLOSE_BUTTON_SIZE_MODIFIERS = {
|
|
|
14541
15217
|
default: ''
|
|
14542
15218
|
}
|
|
14543
15219
|
},
|
|
14544
|
-
emits: [
|
|
15220
|
+
emits: [
|
|
15221
|
+
/**
|
|
15222
|
+
* Native chip click event
|
|
15223
|
+
*
|
|
15224
|
+
* @event click
|
|
15225
|
+
* @type {PointerEvent | KeyboardEvent}
|
|
15226
|
+
*/
|
|
15227
|
+
'click',
|
|
15228
|
+
/**
|
|
15229
|
+
* Close button click event
|
|
15230
|
+
*
|
|
15231
|
+
* @event close
|
|
15232
|
+
*/
|
|
15233
|
+
'close',
|
|
15234
|
+
/**
|
|
15235
|
+
* Native chip key up event
|
|
15236
|
+
*
|
|
15237
|
+
* @event keyup
|
|
15238
|
+
* @type {KeyboardEvent}
|
|
15239
|
+
*/
|
|
15240
|
+
'keyup'],
|
|
14545
15241
|
|
|
14546
15242
|
data() {
|
|
14547
15243
|
return {
|
|
@@ -14597,8 +15293,8 @@ const CHIP_CLOSE_BUTTON_SIZE_MODIFIERS = {
|
|
|
14597
15293
|
;
|
|
14598
15294
|
var chip_component = normalizeComponent(
|
|
14599
15295
|
chip_chipvue_type_script_lang_js_,
|
|
14600
|
-
|
|
14601
|
-
|
|
15296
|
+
chipvue_type_template_id_631494f3_render,
|
|
15297
|
+
chipvue_type_template_id_631494f3_staticRenderFns,
|
|
14602
15298
|
false,
|
|
14603
15299
|
null,
|
|
14604
15300
|
null,
|
|
@@ -14610,8 +15306,8 @@ var chip_component = normalizeComponent(
|
|
|
14610
15306
|
;// CONCATENATED MODULE: ./components/chip/index.js
|
|
14611
15307
|
|
|
14612
15308
|
|
|
14613
|
-
;// 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=
|
|
14614
|
-
var
|
|
15309
|
+
;// 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&
|
|
15310
|
+
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:[
|
|
14615
15311
|
'd-label',
|
|
14616
15312
|
_vm.LABEL_SIZE_MODIFIERS[_vm.size],
|
|
14617
15313
|
_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:[
|
|
@@ -14624,7 +15320,7 @@ var select_menuvue_type_template_id_4b8efc1f_render = function () {var _vm=this;
|
|
|
14624
15320
|
{ 'd-select--disabled': _vm.disabled } ],attrs:{"data-qa":"dt-select-wrapper"}},[_c('select',_vm._g(_vm._b({class:[
|
|
14625
15321
|
'd-select__input',
|
|
14626
15322
|
_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)}
|
|
14627
|
-
var
|
|
15323
|
+
var select_menuvue_type_template_id_2a29663a_staticRenderFns = []
|
|
14628
15324
|
|
|
14629
15325
|
|
|
14630
15326
|
;// CONCATENATED MODULE: ./components/select_menu/select_menu_constants.js
|
|
@@ -14767,6 +15463,12 @@ const optionsValidator = options => {
|
|
|
14767
15463
|
|
|
14768
15464
|
|
|
14769
15465
|
|
|
15466
|
+
/**
|
|
15467
|
+
* @property {Boolean} disabled attribute
|
|
15468
|
+
* @property {String} name attribute
|
|
15469
|
+
* @property {String} value attribute
|
|
15470
|
+
*/
|
|
15471
|
+
|
|
14770
15472
|
/* harmony default export */ const select_menuvue_type_script_lang_js_ = ({
|
|
14771
15473
|
name: 'DtSelectMenu',
|
|
14772
15474
|
components: {
|
|
@@ -14880,6 +15582,21 @@ const optionsValidator = options => {
|
|
|
14880
15582
|
default: false
|
|
14881
15583
|
}
|
|
14882
15584
|
},
|
|
15585
|
+
emits: [
|
|
15586
|
+
/**
|
|
15587
|
+
* Native input event
|
|
15588
|
+
*
|
|
15589
|
+
* @event input
|
|
15590
|
+
* @type {String | Number}
|
|
15591
|
+
*/
|
|
15592
|
+
'input',
|
|
15593
|
+
/**
|
|
15594
|
+
* Native change event
|
|
15595
|
+
*
|
|
15596
|
+
* @event change
|
|
15597
|
+
* @type {String | Number}
|
|
15598
|
+
*/
|
|
15599
|
+
'change'],
|
|
14883
15600
|
|
|
14884
15601
|
data() {
|
|
14885
15602
|
return {
|
|
@@ -14971,8 +15688,8 @@ const optionsValidator = options => {
|
|
|
14971
15688
|
;
|
|
14972
15689
|
var select_menu_component = normalizeComponent(
|
|
14973
15690
|
select_menu_select_menuvue_type_script_lang_js_,
|
|
14974
|
-
|
|
14975
|
-
|
|
15691
|
+
select_menuvue_type_template_id_2a29663a_render,
|
|
15692
|
+
select_menuvue_type_template_id_2a29663a_staticRenderFns,
|
|
14976
15693
|
false,
|
|
14977
15694
|
null,
|
|
14978
15695
|
null,
|
|
@@ -14984,12 +15701,12 @@ var select_menu_component = normalizeComponent(
|
|
|
14984
15701
|
;// CONCATENATED MODULE: ./components/select_menu/index.js
|
|
14985
15702
|
|
|
14986
15703
|
|
|
14987
|
-
;// 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=
|
|
14988
|
-
var
|
|
15704
|
+
;// 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&
|
|
15705
|
+
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:[
|
|
14989
15706
|
'd-toast',
|
|
14990
15707
|
_vm.kindClass,
|
|
14991
15708
|
{ '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()}
|
|
14992
|
-
var
|
|
15709
|
+
var toastvue_type_template_id_a2daf12c_staticRenderFns = []
|
|
14993
15710
|
|
|
14994
15711
|
|
|
14995
15712
|
;// CONCATENATED MODULE: ./components/toast/toast_constants.js
|
|
@@ -15175,7 +15892,13 @@ const TOAST_MIN_DURATION = 6000;
|
|
|
15175
15892
|
}
|
|
15176
15893
|
}
|
|
15177
15894
|
},
|
|
15178
|
-
emits: [
|
|
15895
|
+
emits: [
|
|
15896
|
+
/**
|
|
15897
|
+
* Close button click event
|
|
15898
|
+
*
|
|
15899
|
+
* @event close
|
|
15900
|
+
*/
|
|
15901
|
+
'close', 'update:show'],
|
|
15179
15902
|
|
|
15180
15903
|
data() {
|
|
15181
15904
|
return {
|
|
@@ -15256,8 +15979,8 @@ const TOAST_MIN_DURATION = 6000;
|
|
|
15256
15979
|
;
|
|
15257
15980
|
var toast_component = normalizeComponent(
|
|
15258
15981
|
toast_toastvue_type_script_lang_js_,
|
|
15259
|
-
|
|
15260
|
-
|
|
15982
|
+
toastvue_type_template_id_a2daf12c_render,
|
|
15983
|
+
toastvue_type_template_id_a2daf12c_staticRenderFns,
|
|
15261
15984
|
false,
|
|
15262
15985
|
null,
|
|
15263
15986
|
null,
|
|
@@ -15269,12 +15992,12 @@ var toast_component = normalizeComponent(
|
|
|
15269
15992
|
;// CONCATENATED MODULE: ./components/toast/index.js
|
|
15270
15993
|
|
|
15271
15994
|
|
|
15272
|
-
;// 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=
|
|
15273
|
-
var
|
|
15995
|
+
;// 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&
|
|
15996
|
+
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', {
|
|
15274
15997
|
'd-toggle--checked': _vm.internalChecked,
|
|
15275
15998
|
'd-toggle--disabled': _vm.disabled,
|
|
15276
15999
|
}],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"})])])}
|
|
15277
|
-
var
|
|
16000
|
+
var togglevue_type_template_id_a424bd98_staticRenderFns = []
|
|
15278
16001
|
|
|
15279
16002
|
|
|
15280
16003
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-80[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/toggle/toggle.vue?vue&type=script&lang=js&
|
|
@@ -15330,6 +16053,10 @@ var togglevue_type_template_id_45337be5_staticRenderFns = []
|
|
|
15330
16053
|
type: Boolean,
|
|
15331
16054
|
default: false
|
|
15332
16055
|
},
|
|
16056
|
+
|
|
16057
|
+
/**
|
|
16058
|
+
* @model checked
|
|
16059
|
+
*/
|
|
15333
16060
|
checked: {
|
|
15334
16061
|
type: Boolean,
|
|
15335
16062
|
default: false
|
|
@@ -15343,7 +16070,15 @@ var togglevue_type_template_id_45337be5_staticRenderFns = []
|
|
|
15343
16070
|
default: () => ({})
|
|
15344
16071
|
}
|
|
15345
16072
|
},
|
|
15346
|
-
emits: [
|
|
16073
|
+
emits: [
|
|
16074
|
+
/**
|
|
16075
|
+
* Toggle change event
|
|
16076
|
+
*
|
|
16077
|
+
* @event change
|
|
16078
|
+
* @type {Boolean}
|
|
16079
|
+
* @model change
|
|
16080
|
+
*/
|
|
16081
|
+
'change'],
|
|
15347
16082
|
|
|
15348
16083
|
data() {
|
|
15349
16084
|
return {
|
|
@@ -15404,8 +16139,8 @@ var togglevue_type_template_id_45337be5_staticRenderFns = []
|
|
|
15404
16139
|
;
|
|
15405
16140
|
var toggle_component = normalizeComponent(
|
|
15406
16141
|
toggle_togglevue_type_script_lang_js_,
|
|
15407
|
-
|
|
15408
|
-
|
|
16142
|
+
togglevue_type_template_id_a424bd98_render,
|
|
16143
|
+
togglevue_type_template_id_a424bd98_staticRenderFns,
|
|
15409
16144
|
false,
|
|
15410
16145
|
null,
|
|
15411
16146
|
null,
|
|
@@ -15416,15 +16151,15 @@ var toggle_component = normalizeComponent(
|
|
|
15416
16151
|
/* harmony default export */ const toggle = (toggle_component.exports);
|
|
15417
16152
|
;// CONCATENATED MODULE: ./components/toggle/index.js
|
|
15418
16153
|
|
|
15419
|
-
;// 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=
|
|
15420
|
-
var
|
|
16154
|
+
;// 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&
|
|
16155
|
+
var tooltipvue_type_template_id_2ae452d6_render = function () {
|
|
15421
16156
|
var _obj;
|
|
15422
16157
|
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:[
|
|
15423
16158
|
'd-tooltip',
|
|
15424
16159
|
("d-tooltip__arrow-tippy--" + _vm.currentPlacement),
|
|
15425
16160
|
( _obj = {}, _obj[ _vm.TOOLTIP_KIND_MODIFIERS.inverted ] = _vm.inverted, _obj ),
|
|
15426
16161
|
_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)}
|
|
15427
|
-
var
|
|
16162
|
+
var tooltipvue_type_template_id_2ae452d6_staticRenderFns = []
|
|
15428
16163
|
|
|
15429
16164
|
|
|
15430
16165
|
;// CONCATENATED MODULE: ./components/tooltip/tooltip_constants.js
|
|
@@ -15601,7 +16336,14 @@ const TOOLTIP_HIDE_ON_CLICK_VARIANTS = [true, false, 'toggle'];
|
|
|
15601
16336
|
default: 'fade'
|
|
15602
16337
|
}
|
|
15603
16338
|
},
|
|
15604
|
-
emits: [
|
|
16339
|
+
emits: [
|
|
16340
|
+
/**
|
|
16341
|
+
* Emitted when tooltip is shown or hidden
|
|
16342
|
+
*
|
|
16343
|
+
* @event shown
|
|
16344
|
+
* @type {Boolean}
|
|
16345
|
+
*/
|
|
16346
|
+
'shown', 'update:show'],
|
|
15605
16347
|
|
|
15606
16348
|
data() {
|
|
15607
16349
|
return {
|
|
@@ -15782,8 +16524,8 @@ var tooltipvue_type_style_index_0_lang_less_ = __webpack_require__(228);
|
|
|
15782
16524
|
|
|
15783
16525
|
var tooltip_component = normalizeComponent(
|
|
15784
16526
|
tooltip_tooltipvue_type_script_lang_js_,
|
|
15785
|
-
|
|
15786
|
-
|
|
16527
|
+
tooltipvue_type_template_id_2ae452d6_render,
|
|
16528
|
+
tooltipvue_type_template_id_2ae452d6_staticRenderFns,
|
|
15787
16529
|
false,
|
|
15788
16530
|
null,
|
|
15789
16531
|
null,
|
|
@@ -16418,8 +17160,8 @@ var root_layout_component = normalizeComponent(
|
|
|
16418
17160
|
;// CONCATENATED MODULE: ./components/root_layout/index.js
|
|
16419
17161
|
|
|
16420
17162
|
|
|
16421
|
-
;// 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=
|
|
16422
|
-
var
|
|
17163
|
+
;// 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&
|
|
17164
|
+
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){
|
|
16423
17165
|
var inputProps = ref.inputProps;
|
|
16424
17166
|
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){
|
|
16425
17167
|
var opened = ref.opened;
|
|
@@ -16428,7 +17170,7 @@ var clearHighlightIndex = ref.clearHighlightIndex;
|
|
|
16428
17170
|
var isLoading = ref.isLoading;
|
|
16429
17171
|
var isListEmpty = ref.isListEmpty;
|
|
16430
17172
|
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))}
|
|
16431
|
-
var
|
|
17173
|
+
var combobox_with_popovervue_type_template_id_5ee1c401_staticRenderFns = []
|
|
16432
17174
|
|
|
16433
17175
|
|
|
16434
17176
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-80[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue?vue&type=script&lang=js&
|
|
@@ -16535,6 +17277,7 @@ var combobox_with_popovervue_type_template_id_108db852_staticRenderFns = []
|
|
|
16535
17277
|
|
|
16536
17278
|
|
|
16537
17279
|
|
|
17280
|
+
|
|
16538
17281
|
/* harmony default export */ const combobox_with_popovervue_type_script_lang_js_ = ({
|
|
16539
17282
|
name: 'DtRecipeComboboxWithPopover',
|
|
16540
17283
|
components: {
|
|
@@ -16822,8 +17565,8 @@ var combobox_with_popovervue_type_template_id_108db852_staticRenderFns = []
|
|
|
16822
17565
|
;
|
|
16823
17566
|
var combobox_with_popover_component = normalizeComponent(
|
|
16824
17567
|
combobox_with_popover_combobox_with_popovervue_type_script_lang_js_,
|
|
16825
|
-
|
|
16826
|
-
|
|
17568
|
+
combobox_with_popovervue_type_template_id_5ee1c401_render,
|
|
17569
|
+
combobox_with_popovervue_type_template_id_5ee1c401_staticRenderFns,
|
|
16827
17570
|
false,
|
|
16828
17571
|
null,
|
|
16829
17572
|
null,
|
|
@@ -17487,8 +18230,8 @@ var combobox_multi_select_component = normalizeComponent(
|
|
|
17487
18230
|
;// CONCATENATED MODULE: ./recipes/comboboxes/combobox_multi_select/index.js
|
|
17488
18231
|
|
|
17489
18232
|
|
|
17490
|
-
;// 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=
|
|
17491
|
-
var
|
|
18233
|
+
;// 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&
|
|
18234
|
+
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:[
|
|
17492
18235
|
'd-ba',
|
|
17493
18236
|
'd-bc-white',
|
|
17494
18237
|
'd-baw2',
|
|
@@ -17499,7 +18242,7 @@ var contact_infovue_type_template_id_7091b031_render = function () {var _vm=this
|
|
|
17499
18242
|
'd-w20p',
|
|
17500
18243
|
'd-h20p',
|
|
17501
18244
|
_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)})}
|
|
17502
|
-
var
|
|
18245
|
+
var contact_infovue_type_template_id_3f590359_staticRenderFns = []
|
|
17503
18246
|
|
|
17504
18247
|
|
|
17505
18248
|
;// CONCATENATED MODULE: ./recipes/list_items/contact_info/contact_info_constants.js
|
|
@@ -17594,7 +18337,6 @@ const USER_STATUS_COLOR_MODIFIERS = {
|
|
|
17594
18337
|
//
|
|
17595
18338
|
//
|
|
17596
18339
|
//
|
|
17597
|
-
//
|
|
17598
18340
|
|
|
17599
18341
|
|
|
17600
18342
|
|
|
@@ -17691,8 +18433,8 @@ const USER_STATUS_COLOR_MODIFIERS = {
|
|
|
17691
18433
|
;
|
|
17692
18434
|
var contact_info_component = normalizeComponent(
|
|
17693
18435
|
contact_info_contact_infovue_type_script_lang_js_,
|
|
17694
|
-
|
|
17695
|
-
|
|
18436
|
+
contact_infovue_type_template_id_3f590359_render,
|
|
18437
|
+
contact_infovue_type_template_id_3f590359_staticRenderFns,
|
|
17696
18438
|
false,
|
|
17697
18439
|
null,
|
|
17698
18440
|
null,
|
|
@@ -17832,6 +18574,7 @@ var top_banner_info_component = normalizeComponent(
|
|
|
17832
18574
|
|
|
17833
18575
|
|
|
17834
18576
|
|
|
18577
|
+
|
|
17835
18578
|
|
|
17836
18579
|
|
|
17837
18580
|
/// Recipes
|