@dialpad/dialtone-vue 2.28.0-beta.1 → 2.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.common.js +1117 -374
- package/dist/dialtone-vue.umd.js +1117 -374
- package/dist/dialtone-vue.umd.min.js +1 -1
- package/dist/emoji.common.js +255 -38
- package/dist/emoji.umd.js +255 -38
- package/dist/emoji.umd.min.js +1 -1
- package/package.json +3 -3
|
@@ -138,7 +138,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
138
138
|
|
|
139
139
|
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()));
|
|
140
140
|
// Module
|
|
141
|
-
___CSS_LOADER_EXPORT___.push([module.id, ".dt-list-item:not(.dt-list-item--static){cursor:pointer}.dt-list-item--focusable:focus,.dt-list-item--focusable:focus-within,.dt-list-item--highlighted{background-color:hsla(var(--black-
|
|
141
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".dt-list-item:not(.dt-list-item--static){cursor:pointer}.dt-list-item--focusable:focus,.dt-list-item--focusable:focus-within,.dt-list-item--highlighted{background-color:hsla(var(--black-400-h),var(--black-400-s),var(--black-400-l),.15)}.dt-list-item:focus-visible{outline-color:var(--purple-500)}", ""]);
|
|
142
142
|
// Exports
|
|
143
143
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
144
144
|
|
|
@@ -258,7 +258,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
258
258
|
|
|
259
259
|
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()));
|
|
260
260
|
// Module
|
|
261
|
-
___CSS_LOADER_EXPORT___.push([module.id, ".skeleton-placeholder{display:flex;stroke:none;fill:var(--placeholder-from-color,var(--black-
|
|
261
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".skeleton-placeholder{display:flex;stroke:none;fill:var(--placeholder-from-color,var(--black-075));background:var(--placeholder-from-color,var(--black-075))}.skeleton-placeholder--animate{animation-name:placeholder-throb;animation-iteration-count:infinite}@keyframes placeholder-throb{10%{fill:var(--placeholder-from-color,var(--black-075));background:var(--placeholder-from-color,var(--black-075))}50%{fill:var(--placeholder-to-color,var(--black-025));background:var(--placeholder-to-color,var(--black-025))}90%{fill:var(--placeholder-from-color,var(--black-075));background:var(--placeholder-from-color,var(--black-075))}}", ""]);
|
|
262
262
|
// Exports
|
|
263
263
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
264
264
|
|
|
@@ -306,7 +306,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
306
306
|
|
|
307
307
|
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()));
|
|
308
308
|
// Module
|
|
309
|
-
___CSS_LOADER_EXPORT___.push([module.id, ".dt-recipe-callbar-button:not(.dt-recipe-callbar-button--circle){
|
|
309
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".dt-recipe-callbar-button:not(.dt-recipe-callbar-button--circle){letter-spacing:-.011rem;line-height:1.6rem}.dt-recipe-callbar-button--circle{border-radius:var(--br-circle)}.dt-recipe-callbar-button.d-btn .d-btn__icon .d-svg{width:2.4rem;height:2.4rem}.dt-recipe-callbar-button.d-btn[disabled]{background-color:unset}.dt-recipe-callbar-button--circle.d-btn[disabled]{border-color:unset}.dt-recipe-callbar-button--active{--button--fc:var(--muted-color-hover);--button--bgc:hsla(var(--muted-color-hsl)/15%)}.dt-recipe-callbar-button--danger.dt-recipe-callbar-button--active{--button--bgc:hsla(var(--error-color-hsl)/10%);--button--fc:var(--error-color-hover)}.dt-recipe-callbar-button--danger.dt-recipe-callbar-button--active:hover{--button--bgc:hsla(var(--error-color-hsl)/20%);--button--fc:var(--error-color-hover)}", ""]);
|
|
310
310
|
// Exports
|
|
311
311
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
312
312
|
|
|
@@ -1246,7 +1246,7 @@ if (typeof window !== 'undefined') {
|
|
|
1246
1246
|
// Indicate to webpack that this file can be concatenated
|
|
1247
1247
|
/* harmony default export */ const setPublicPath = (null);
|
|
1248
1248
|
|
|
1249
|
-
;// 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/avatar/avatar.vue?vue&type=template&id=
|
|
1249
|
+
;// 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/avatar/avatar.vue?vue&type=template&id=2820dd63&
|
|
1250
1250
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:[
|
|
1251
1251
|
'd-avatar',
|
|
1252
1252
|
_vm.AVATAR_KIND_MODIFIERS[_vm.kind],
|
|
@@ -1276,18 +1276,18 @@ const AVATAR_COLOR_MODIFIERS = {
|
|
|
1276
1276
|
'orange-300': 'd-avatar--orange-300',
|
|
1277
1277
|
'orange-400': 'd-avatar--orange-400',
|
|
1278
1278
|
'orange-500': 'd-avatar--orange-500',
|
|
1279
|
-
'
|
|
1280
|
-
'
|
|
1281
|
-
'
|
|
1282
|
-
'
|
|
1279
|
+
'pink-300': 'd-avatar--pink-300',
|
|
1280
|
+
'pink-400': 'd-avatar--pink-400',
|
|
1281
|
+
'pink-500': 'd-avatar--pink-500',
|
|
1282
|
+
'pink-600': 'd-avatar--pink-600',
|
|
1283
1283
|
'purple-200': 'd-avatar--purple-200',
|
|
1284
1284
|
'purple-300': 'd-avatar--purple-300',
|
|
1285
|
-
'purple-400': 'd-avatar--purple-400',
|
|
1286
1285
|
'purple-500': 'd-avatar--purple-500',
|
|
1287
|
-
'
|
|
1288
|
-
'
|
|
1289
|
-
'
|
|
1290
|
-
'
|
|
1286
|
+
'purple-600': 'd-avatar--purple-600',
|
|
1287
|
+
'yellow-200': 'd-avatar--yellow-200',
|
|
1288
|
+
'yellow-300': 'd-avatar--yellow-300',
|
|
1289
|
+
'yellow-400': 'd-avatar--yellow-400',
|
|
1290
|
+
'yellow-500': 'd-avatar--yellow-500'
|
|
1291
1291
|
};
|
|
1292
1292
|
/* harmony default export */ const avatar_constants = ({
|
|
1293
1293
|
AVATAR_KIND_MODIFIERS,
|
|
@@ -1480,6 +1480,11 @@ const flushPromises = () => {
|
|
|
1480
1480
|
|
|
1481
1481
|
|
|
1482
1482
|
|
|
1483
|
+
/**
|
|
1484
|
+
* An avatar is a visual representation of a user or object.
|
|
1485
|
+
* @see https://dialpad.design/components/avatar.html
|
|
1486
|
+
*/
|
|
1487
|
+
|
|
1483
1488
|
/* harmony default export */ const avatarvue_type_script_lang_js_ = ({
|
|
1484
1489
|
name: 'DtAvatar',
|
|
1485
1490
|
inheritAttrs: false,
|
|
@@ -1498,6 +1503,7 @@ const flushPromises = () => {
|
|
|
1498
1503
|
|
|
1499
1504
|
/**
|
|
1500
1505
|
* The size of the avatar
|
|
1506
|
+
* @values sm, md, lg
|
|
1501
1507
|
*/
|
|
1502
1508
|
size: {
|
|
1503
1509
|
type: String,
|
|
@@ -1507,6 +1513,11 @@ const flushPromises = () => {
|
|
|
1507
1513
|
|
|
1508
1514
|
/**
|
|
1509
1515
|
* The color of the avatar
|
|
1516
|
+
* @values base
|
|
1517
|
+
* orange-200, orange-300, orange-400, orange-500,
|
|
1518
|
+
* pink-300, pink-400, pink-500, pink-600,
|
|
1519
|
+
* purple-200, purple-300, purple-500, purple-600,
|
|
1520
|
+
* yellow-200, yellow-300, yellow-400, yellow-500
|
|
1510
1521
|
*/
|
|
1511
1522
|
color: {
|
|
1512
1523
|
type: String,
|
|
@@ -1713,11 +1724,11 @@ var component = normalizeComponent(
|
|
|
1713
1724
|
;// CONCATENATED MODULE: ./components/avatar/index.js
|
|
1714
1725
|
|
|
1715
1726
|
|
|
1716
|
-
;// 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/badge/badge.vue?vue&type=template&id=
|
|
1717
|
-
var
|
|
1727
|
+
;// 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/badge/badge.vue?vue&type=template&id=fea57e1e&
|
|
1728
|
+
var badgevue_type_template_id_fea57e1e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span',{class:[
|
|
1718
1729
|
'd-badge',
|
|
1719
1730
|
_vm.BADGE_COLOR_MODIFIERS[_vm.color] ],attrs:{"data-qa":"dt-badge"}},[_vm._t("default",function(){return [_vm._v(" "+_vm._s(_vm.text)+" ")]})],2)}
|
|
1720
|
-
var
|
|
1731
|
+
var badgevue_type_template_id_fea57e1e_staticRenderFns = []
|
|
1721
1732
|
|
|
1722
1733
|
|
|
1723
1734
|
;// CONCATENATED MODULE: ./components/badge/badge_constants.js
|
|
@@ -1726,17 +1737,17 @@ const BADGE_COLOR_MODIFIERS = {
|
|
|
1726
1737
|
'black-700': 'd-badge--black-700',
|
|
1727
1738
|
'green-400': 'd-badge--green-400',
|
|
1728
1739
|
'orange-400': 'd-badge--orange-400',
|
|
1729
|
-
'
|
|
1730
|
-
'
|
|
1731
|
-
'
|
|
1732
|
-
'
|
|
1740
|
+
'pink-300': 'd-badge--pink-300',
|
|
1741
|
+
'pink-500': 'd-badge--pink-500',
|
|
1742
|
+
'pink-600': 'd-badge--pink-600',
|
|
1743
|
+
'pink-700': 'd-badge--pink-700',
|
|
1733
1744
|
'purple-100': 'd-badge--purple-100',
|
|
1734
1745
|
'purple-300': 'd-badge--purple-300',
|
|
1735
|
-
'purple-400': 'd-badge--purple-400',
|
|
1736
1746
|
'purple-500': 'd-badge--purple-500',
|
|
1737
|
-
'
|
|
1747
|
+
'purple-700': 'd-badge--purple-700',
|
|
1748
|
+
'red-500': 'd-badge--red-500',
|
|
1738
1749
|
white: 'd-badge--white',
|
|
1739
|
-
'
|
|
1750
|
+
'yellow-300': 'd-badge--yellow-300'
|
|
1740
1751
|
};
|
|
1741
1752
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/badge/badge.vue?vue&type=script&lang=js&
|
|
1742
1753
|
//
|
|
@@ -1755,6 +1766,12 @@ const BADGE_COLOR_MODIFIERS = {
|
|
|
1755
1766
|
//
|
|
1756
1767
|
//
|
|
1757
1768
|
|
|
1769
|
+
/**
|
|
1770
|
+
* A badge is a compact UI element that provides brief, descriptive information about an element.
|
|
1771
|
+
* It is terse, ideally one word.
|
|
1772
|
+
* @see https://dialpad.design/components/badge.html
|
|
1773
|
+
*/
|
|
1774
|
+
|
|
1758
1775
|
/* harmony default export */ const badgevue_type_script_lang_js_ = ({
|
|
1759
1776
|
name: 'DtBadge',
|
|
1760
1777
|
props: {
|
|
@@ -1768,6 +1785,10 @@ const BADGE_COLOR_MODIFIERS = {
|
|
|
1768
1785
|
|
|
1769
1786
|
/**
|
|
1770
1787
|
* Color for the badge background
|
|
1788
|
+
* @values base, black-700, green-400, orange-400,
|
|
1789
|
+
* pink-300, pink-500, pink-600, pink-700,
|
|
1790
|
+
* purple-100, purple-300, purple-500, purple-700,
|
|
1791
|
+
* red-500, white, yellow-300
|
|
1771
1792
|
*/
|
|
1772
1793
|
color: {
|
|
1773
1794
|
type: String,
|
|
@@ -1795,8 +1816,8 @@ const BADGE_COLOR_MODIFIERS = {
|
|
|
1795
1816
|
;
|
|
1796
1817
|
var badge_component = normalizeComponent(
|
|
1797
1818
|
badge_badgevue_type_script_lang_js_,
|
|
1798
|
-
|
|
1799
|
-
|
|
1819
|
+
badgevue_type_template_id_fea57e1e_render,
|
|
1820
|
+
badgevue_type_template_id_fea57e1e_staticRenderFns,
|
|
1800
1821
|
false,
|
|
1801
1822
|
null,
|
|
1802
1823
|
null,
|
|
@@ -1808,14 +1829,14 @@ var badge_component = normalizeComponent(
|
|
|
1808
1829
|
;// CONCATENATED MODULE: ./components/badge/index.js
|
|
1809
1830
|
|
|
1810
1831
|
|
|
1811
|
-
;// 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=
|
|
1812
|
-
var
|
|
1813
|
-
var
|
|
1832
|
+
;// 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=6a644b26&
|
|
1833
|
+
var bannervue_type_template_id_6a644b26_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('aside',{class:_vm.bannerClass,style:(_vm.bannerBackgroundImage),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",class:_vm.dialogClass,attrs:{"aria-labelledby":_vm.titleId,"aria-describedby":_vm.contentId}},[(!_vm.hideIcon)?_c('dt-notice-icon',_vm._g({attrs:{"kind":_vm.kind}},_vm.$listeners),[_vm._t("icon")],2):_vm._e(),_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)])}
|
|
1834
|
+
var bannervue_type_template_id_6a644b26_staticRenderFns = []
|
|
1814
1835
|
|
|
1815
1836
|
|
|
1816
|
-
;// 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=
|
|
1817
|
-
var
|
|
1818
|
-
var
|
|
1837
|
+
;// 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=5544041e&
|
|
1838
|
+
var notice_iconvue_type_template_id_5544041e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.defaultIcon || _vm.$slots.default)?_c('div',{staticClass:"d-notice__icon",attrs:{"aria-hidden":"true"}},[_vm._t("default",function(){return [_c(_vm.defaultIcon,{tag:"component"})]})],2):_vm._e()}
|
|
1839
|
+
var notice_iconvue_type_template_id_5544041e_staticRenderFns = []
|
|
1819
1840
|
|
|
1820
1841
|
|
|
1821
1842
|
;// 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/IconLightbulb.vue?vue&type=template&id=d9fc2436&
|
|
@@ -1960,6 +1981,7 @@ const NOTICE_ROLES = ['alert', 'alertdialog', 'status'];
|
|
|
1960
1981
|
//
|
|
1961
1982
|
//
|
|
1962
1983
|
//
|
|
1984
|
+
//
|
|
1963
1985
|
|
|
1964
1986
|
|
|
1965
1987
|
|
|
@@ -1977,6 +1999,10 @@ const kindToIcon = new Map([['info', 'IconInfo'], ['success', 'IconCheckCircle']
|
|
|
1977
1999
|
IconCheckCircle: IconCheckCircle
|
|
1978
2000
|
},
|
|
1979
2001
|
props: {
|
|
2002
|
+
/**
|
|
2003
|
+
* Kind of icon
|
|
2004
|
+
* @values base, error, info, success, warning
|
|
2005
|
+
*/
|
|
1980
2006
|
kind: {
|
|
1981
2007
|
type: String,
|
|
1982
2008
|
default: 'base',
|
|
@@ -2006,8 +2032,8 @@ const kindToIcon = new Map([['info', 'IconInfo'], ['success', 'IconCheckCircle']
|
|
|
2006
2032
|
;
|
|
2007
2033
|
var notice_icon_component = normalizeComponent(
|
|
2008
2034
|
notice_notice_iconvue_type_script_lang_js_,
|
|
2009
|
-
|
|
2010
|
-
|
|
2035
|
+
notice_iconvue_type_template_id_5544041e_render,
|
|
2036
|
+
notice_iconvue_type_template_id_5544041e_staticRenderFns,
|
|
2011
2037
|
false,
|
|
2012
2038
|
null,
|
|
2013
2039
|
null,
|
|
@@ -2016,9 +2042,9 @@ var notice_icon_component = normalizeComponent(
|
|
|
2016
2042
|
)
|
|
2017
2043
|
|
|
2018
2044
|
/* harmony default export */ const notice_icon = (notice_icon_component.exports);
|
|
2019
|
-
;// 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_content.vue?vue&type=template&id=
|
|
2020
|
-
var
|
|
2021
|
-
var
|
|
2045
|
+
;// 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_content.vue?vue&type=template&id=45f8172a&
|
|
2046
|
+
var notice_contentvue_type_template_id_45f8172a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"d-notice__content",attrs:{"data-qa":"notice-content"}},[(_vm.title || _vm.$slots.titleOverride)?_c('p',{staticClass:"d-notice__title",attrs:{"id":_vm.titleId,"data-qa":"notice-content-title"}},[_vm._t("titleOverride",function(){return [_vm._v(" "+_vm._s(_vm.title)+" ")]})],2):_vm._e(),_c('p',{staticClass:"d-notice__message",attrs:{"id":_vm.contentId,"data-qa":"notice-content-message"}},[_vm._t("default")],2)])}
|
|
2047
|
+
var notice_contentvue_type_template_id_45f8172a_staticRenderFns = []
|
|
2022
2048
|
|
|
2023
2049
|
|
|
2024
2050
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/notice/notice_content.vue?vue&type=script&lang=js&
|
|
@@ -2047,17 +2073,32 @@ var notice_contentvue_type_template_id_24cf95e4_staticRenderFns = []
|
|
|
2047
2073
|
//
|
|
2048
2074
|
//
|
|
2049
2075
|
//
|
|
2076
|
+
//
|
|
2077
|
+
//
|
|
2050
2078
|
/* harmony default export */ const notice_contentvue_type_script_lang_js_ = ({
|
|
2051
2079
|
name: 'DtNoticeContent',
|
|
2052
2080
|
props: {
|
|
2081
|
+
/**
|
|
2082
|
+
* Title header of the notice. This can be left blank to remove the title from the notice entirely.
|
|
2083
|
+
*/
|
|
2053
2084
|
title: {
|
|
2054
2085
|
type: String,
|
|
2055
2086
|
default: ''
|
|
2056
2087
|
},
|
|
2088
|
+
|
|
2089
|
+
/**
|
|
2090
|
+
* ID for the title element of the component. Useful for aria-describedby
|
|
2091
|
+
* or aria-labelledby or any other reason you may need an id to refer to the title.
|
|
2092
|
+
*/
|
|
2057
2093
|
titleId: {
|
|
2058
2094
|
type: String,
|
|
2059
2095
|
default: undefined
|
|
2060
2096
|
},
|
|
2097
|
+
|
|
2098
|
+
/**
|
|
2099
|
+
* ID for the content element of the component. Useful for aria-describedby
|
|
2100
|
+
* or aria-labelledby or any other reason you may need an id to refer to the content.
|
|
2101
|
+
*/
|
|
2061
2102
|
contentId: {
|
|
2062
2103
|
type: String,
|
|
2063
2104
|
default: undefined
|
|
@@ -2076,8 +2117,8 @@ var notice_contentvue_type_template_id_24cf95e4_staticRenderFns = []
|
|
|
2076
2117
|
;
|
|
2077
2118
|
var notice_content_component = normalizeComponent(
|
|
2078
2119
|
notice_notice_contentvue_type_script_lang_js_,
|
|
2079
|
-
|
|
2080
|
-
|
|
2120
|
+
notice_contentvue_type_template_id_45f8172a_render,
|
|
2121
|
+
notice_contentvue_type_template_id_45f8172a_staticRenderFns,
|
|
2081
2122
|
false,
|
|
2082
2123
|
null,
|
|
2083
2124
|
null,
|
|
@@ -2086,9 +2127,9 @@ var notice_content_component = normalizeComponent(
|
|
|
2086
2127
|
)
|
|
2087
2128
|
|
|
2088
2129
|
/* harmony default export */ const notice_content = (notice_content_component.exports);
|
|
2089
|
-
;// 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_action.vue?vue&type=template&id=
|
|
2090
|
-
var
|
|
2091
|
-
var
|
|
2130
|
+
;// 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_action.vue?vue&type=template&id=49bf6244&
|
|
2131
|
+
var notice_actionvue_type_template_id_49bf6244_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"d-notice__actions",attrs:{"data-qa":"notice-content-actions"}},[_vm._t("default"),(!_vm.hideClose)?_c('dt-button',_vm._b({ref:"closeButton",attrs:{"size":"sm","importance":"clear","circle":"","aria-label":_vm.closeButtonProps.ariaLabel ? _vm.closeButtonProps.ariaLabel : 'Close'},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()],2)}
|
|
2132
|
+
var notice_actionvue_type_template_id_49bf6244_staticRenderFns = []
|
|
2092
2133
|
|
|
2093
2134
|
|
|
2094
2135
|
;// 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/IconClose.vue?vue&type=template&id=4ef5457b&
|
|
@@ -2115,14 +2156,14 @@ var IconClose_component = normalizeComponent(
|
|
|
2115
2156
|
)
|
|
2116
2157
|
|
|
2117
2158
|
/* harmony default export */ const IconClose = (IconClose_component.exports);
|
|
2118
|
-
;// 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=
|
|
2119
|
-
var
|
|
2159
|
+
;// 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=5c485efa&
|
|
2160
|
+
var buttonvue_type_template_id_5c485efa_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('button',_vm._g({class:[
|
|
2120
2161
|
'base-button__button',
|
|
2121
|
-
_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:[
|
|
2162
|
+
_vm.buttonClasses() ],style:({ width: _vm.width }),attrs:{"data-qa":"dt-button","type":_vm.type,"disabled":_vm.disabled,"aria-live":_vm.computedAriaLive,"aria-label":_vm.loading ? 'loading' : _vm.$attrs['aria-label']}},_vm.buttonListeners),[(_vm.shouldRenderIcon())?_c('span',{class:[
|
|
2122
2163
|
'base-button__icon',
|
|
2123
2164
|
'd-btn__icon',
|
|
2124
2165
|
_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()])}
|
|
2125
|
-
var
|
|
2166
|
+
var buttonvue_type_template_id_5c485efa_staticRenderFns = []
|
|
2126
2167
|
|
|
2127
2168
|
|
|
2128
2169
|
;// CONCATENATED MODULE: ./components/button/button_constants.js
|
|
@@ -2177,7 +2218,7 @@ function _invalidCombinationMessage(circle, kind, importance) {
|
|
|
2177
2218
|
return `You cannot have a ${circle ? 'circle ' : ''}button \
|
|
2178
2219
|
with kind: ${kind} and importance: ${importance} as it \
|
|
2179
2220
|
does not exist in our design system. \
|
|
2180
|
-
See https://dialpad.design/components/button for a \
|
|
2221
|
+
See https://dialpad.design/components/button.html for a \
|
|
2181
2222
|
list of available button styles`;
|
|
2182
2223
|
}
|
|
2183
2224
|
|
|
@@ -2243,14 +2284,16 @@ const LINK_KIND_MODIFIERS = {
|
|
|
2243
2284
|
//
|
|
2244
2285
|
//
|
|
2245
2286
|
//
|
|
2287
|
+
//
|
|
2288
|
+
//
|
|
2246
2289
|
|
|
2247
2290
|
|
|
2248
2291
|
|
|
2249
2292
|
/**
|
|
2250
|
-
*
|
|
2251
|
-
*
|
|
2252
|
-
*
|
|
2253
|
-
* @
|
|
2293
|
+
* A button is a UI element which allows users to take an action throughout the app.
|
|
2294
|
+
* It is important a button is identifiable, consistent, and communicates its actions clearly,
|
|
2295
|
+
* and is appropriately sized to its action.
|
|
2296
|
+
* @see https://dialpad.design/components/button.html
|
|
2254
2297
|
*/
|
|
2255
2298
|
|
|
2256
2299
|
/* harmony default export */ const buttonvue_type_script_lang_js_ = ({
|
|
@@ -2259,7 +2302,6 @@ const LINK_KIND_MODIFIERS = {
|
|
|
2259
2302
|
/**
|
|
2260
2303
|
* Whether the button is a circle or not.
|
|
2261
2304
|
* @values true, false
|
|
2262
|
-
* @see https://dialpad.design/components/button/
|
|
2263
2305
|
*/
|
|
2264
2306
|
circle: {
|
|
2265
2307
|
type: Boolean,
|
|
@@ -2269,7 +2311,6 @@ const LINK_KIND_MODIFIERS = {
|
|
|
2269
2311
|
/**
|
|
2270
2312
|
* The position of the icon slot within the button.
|
|
2271
2313
|
* @values left, right, top, bottom
|
|
2272
|
-
* @see https://dialpad.design/components/button/
|
|
2273
2314
|
*/
|
|
2274
2315
|
iconPosition: {
|
|
2275
2316
|
type: String,
|
|
@@ -2280,7 +2321,6 @@ const LINK_KIND_MODIFIERS = {
|
|
|
2280
2321
|
/**
|
|
2281
2322
|
* The fill and outline of the button associated with its visual importance.
|
|
2282
2323
|
* @values clear, outlined, primary
|
|
2283
|
-
* @see https://dialpad.design/components/button/
|
|
2284
2324
|
*/
|
|
2285
2325
|
importance: {
|
|
2286
2326
|
type: String,
|
|
@@ -2291,7 +2331,7 @@ const LINK_KIND_MODIFIERS = {
|
|
|
2291
2331
|
/**
|
|
2292
2332
|
* Whether the button should be styled as a link or not.
|
|
2293
2333
|
* @values true, false
|
|
2294
|
-
* @see https://dialpad.design/components/link
|
|
2334
|
+
* @see https://dialpad.design/components/link.html
|
|
2295
2335
|
*/
|
|
2296
2336
|
link: {
|
|
2297
2337
|
type: Boolean,
|
|
@@ -2300,8 +2340,8 @@ const LINK_KIND_MODIFIERS = {
|
|
|
2300
2340
|
|
|
2301
2341
|
/**
|
|
2302
2342
|
* The color of the link and button if the button is styled as a link.
|
|
2303
|
-
* @values
|
|
2304
|
-
* @see https://dialpad.design/components/link
|
|
2343
|
+
* @values default, warning, danger, success, muted, inverted
|
|
2344
|
+
* @see https://dialpad.design/components/link.html
|
|
2305
2345
|
*/
|
|
2306
2346
|
linkKind: {
|
|
2307
2347
|
type: String,
|
|
@@ -2310,9 +2350,23 @@ const LINK_KIND_MODIFIERS = {
|
|
|
2310
2350
|
},
|
|
2311
2351
|
|
|
2312
2352
|
/**
|
|
2313
|
-
*
|
|
2353
|
+
* HTML button disabled attribute
|
|
2354
|
+
* <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#disabled" target="_blank">
|
|
2355
|
+
* (Reference)
|
|
2356
|
+
* </a>
|
|
2357
|
+
* @values true, false
|
|
2358
|
+
*/
|
|
2359
|
+
disabled: {
|
|
2360
|
+
type: Boolean,
|
|
2361
|
+
default: false
|
|
2362
|
+
},
|
|
2363
|
+
|
|
2364
|
+
/**
|
|
2365
|
+
* HTML button type attribute
|
|
2366
|
+
* <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-type" target="_blank">
|
|
2367
|
+
* (Reference)
|
|
2368
|
+
* </a>
|
|
2314
2369
|
* @values button, submit, reset
|
|
2315
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button
|
|
2316
2370
|
*/
|
|
2317
2371
|
type: {
|
|
2318
2372
|
type: String,
|
|
@@ -2320,10 +2374,21 @@ const LINK_KIND_MODIFIERS = {
|
|
|
2320
2374
|
validator: t => BUTTON_TYPES.includes(t)
|
|
2321
2375
|
},
|
|
2322
2376
|
|
|
2377
|
+
/**
|
|
2378
|
+
* Button width, accepts
|
|
2379
|
+
* <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/width" target="_blank">
|
|
2380
|
+
* CSS width attribute
|
|
2381
|
+
* </a>
|
|
2382
|
+
* values
|
|
2383
|
+
*/
|
|
2384
|
+
width: {
|
|
2385
|
+
type: String,
|
|
2386
|
+
default: 'auto'
|
|
2387
|
+
},
|
|
2388
|
+
|
|
2323
2389
|
/**
|
|
2324
2390
|
* The size of the button.
|
|
2325
2391
|
* @values xs, sm, md, lg, xl
|
|
2326
|
-
* @see https://dialpad.design/components/button
|
|
2327
2392
|
*/
|
|
2328
2393
|
size: {
|
|
2329
2394
|
type: String,
|
|
@@ -2342,7 +2407,6 @@ const LINK_KIND_MODIFIERS = {
|
|
|
2342
2407
|
/**
|
|
2343
2408
|
* Whether the button should display a loading animation or not.
|
|
2344
2409
|
* @values true, false
|
|
2345
|
-
* @see https://dialpad.design/components/button
|
|
2346
2410
|
*/
|
|
2347
2411
|
loading: {
|
|
2348
2412
|
type: Boolean,
|
|
@@ -2351,8 +2415,7 @@ const LINK_KIND_MODIFIERS = {
|
|
|
2351
2415
|
|
|
2352
2416
|
/**
|
|
2353
2417
|
* The color of the button.
|
|
2354
|
-
* @values default, danger, inverted
|
|
2355
|
-
* @see https://dialpad.design/components/button
|
|
2418
|
+
* @values default, muted, danger, inverted
|
|
2356
2419
|
*/
|
|
2357
2420
|
kind: {
|
|
2358
2421
|
type: String,
|
|
@@ -2502,8 +2565,8 @@ const LINK_KIND_MODIFIERS = {
|
|
|
2502
2565
|
;
|
|
2503
2566
|
var button_component = normalizeComponent(
|
|
2504
2567
|
button_buttonvue_type_script_lang_js_,
|
|
2505
|
-
|
|
2506
|
-
|
|
2568
|
+
buttonvue_type_template_id_5c485efa_render,
|
|
2569
|
+
buttonvue_type_template_id_5c485efa_staticRenderFns,
|
|
2507
2570
|
false,
|
|
2508
2571
|
null,
|
|
2509
2572
|
null,
|
|
@@ -2536,6 +2599,7 @@ var button_component = normalizeComponent(
|
|
|
2536
2599
|
//
|
|
2537
2600
|
//
|
|
2538
2601
|
//
|
|
2602
|
+
//
|
|
2539
2603
|
|
|
2540
2604
|
|
|
2541
2605
|
/* harmony default export */ const notice_actionvue_type_script_lang_js_ = ({
|
|
@@ -2545,16 +2609,30 @@ var button_component = normalizeComponent(
|
|
|
2545
2609
|
DtButton: button_button
|
|
2546
2610
|
},
|
|
2547
2611
|
props: {
|
|
2612
|
+
/**
|
|
2613
|
+
* Props for the notice close button.
|
|
2614
|
+
*/
|
|
2548
2615
|
closeButtonProps: {
|
|
2549
2616
|
type: Object,
|
|
2550
2617
|
default: () => ({})
|
|
2551
2618
|
},
|
|
2619
|
+
|
|
2620
|
+
/**
|
|
2621
|
+
* Hides the close button from the notice
|
|
2622
|
+
* @values true, false
|
|
2623
|
+
*/
|
|
2552
2624
|
hideClose: {
|
|
2553
2625
|
type: Boolean,
|
|
2554
2626
|
default: false
|
|
2555
2627
|
}
|
|
2556
2628
|
},
|
|
2557
|
-
emits: [
|
|
2629
|
+
emits: [
|
|
2630
|
+
/**
|
|
2631
|
+
* Close button click event
|
|
2632
|
+
*
|
|
2633
|
+
* @event close
|
|
2634
|
+
*/
|
|
2635
|
+
'close'],
|
|
2558
2636
|
|
|
2559
2637
|
created() {
|
|
2560
2638
|
if (!this.hideClose && !this.closeButtonProps.ariaLabel) {
|
|
@@ -2593,8 +2671,8 @@ var button_component = normalizeComponent(
|
|
|
2593
2671
|
;
|
|
2594
2672
|
var notice_action_component = normalizeComponent(
|
|
2595
2673
|
notice_notice_actionvue_type_script_lang_js_,
|
|
2596
|
-
|
|
2597
|
-
|
|
2674
|
+
notice_actionvue_type_template_id_49bf6244_render,
|
|
2675
|
+
notice_actionvue_type_template_id_49bf6244_staticRenderFns,
|
|
2598
2676
|
false,
|
|
2599
2677
|
null,
|
|
2600
2678
|
null,
|
|
@@ -2608,14 +2686,19 @@ const focusableAttrs = ':not(:disabled):not([aria-disabled="true"])';
|
|
|
2608
2686
|
const tabbableAttrs = `${focusableAttrs}:not([tabindex="-1"])`;
|
|
2609
2687
|
const focusableElementsList = `button,[href],input,select,textarea,details,[tabindex]`;
|
|
2610
2688
|
/**
|
|
2611
|
-
*
|
|
2689
|
+
* This mixin provides the methods to automatically trap tab focus within
|
|
2612
2690
|
* the component this mixin is on, meaning it is not possible to tab out
|
|
2613
|
-
* of the component without dismissing it.
|
|
2614
|
-
*
|
|
2615
|
-
*
|
|
2691
|
+
* of the component without dismissing it.
|
|
2692
|
+
*
|
|
2693
|
+
* Useful for accessibility reasons on things like important actionable alerts.
|
|
2694
|
+
*
|
|
2695
|
+
* Use focusFirstElement to focus on the first tabbable element within your component, and call
|
|
2616
2696
|
* focusTrappedTabPress every time tab is pressed to trap tab within this
|
|
2617
|
-
* component.
|
|
2697
|
+
* component.
|
|
2698
|
+
*
|
|
2699
|
+
* Note that focusFirstElement WILL focus elements with tabindex="-1",
|
|
2618
2700
|
* however focusTrappedTabPress will not.
|
|
2701
|
+
* @displayName Modal Mixin
|
|
2619
2702
|
*/
|
|
2620
2703
|
|
|
2621
2704
|
/* harmony default export */ const modal = ({
|
|
@@ -2770,6 +2853,12 @@ const focusableElementsList = `button,[href],input,select,textarea,details,[tabi
|
|
|
2770
2853
|
|
|
2771
2854
|
|
|
2772
2855
|
|
|
2856
|
+
/**
|
|
2857
|
+
* Banners are a type of notice, delivering system and engagement messaging.
|
|
2858
|
+
* These are highly intrusive notices and should be used sparingly and appropriately.
|
|
2859
|
+
* @see https://dialpad.design/components/banner.html
|
|
2860
|
+
*/
|
|
2861
|
+
|
|
2773
2862
|
/* harmony default export */ const bannervue_type_script_lang_js_ = ({
|
|
2774
2863
|
name: 'DtBanner',
|
|
2775
2864
|
components: {
|
|
@@ -2815,8 +2904,9 @@ const focusableElementsList = `button,[href],input,select,textarea,details,[tabi
|
|
|
2815
2904
|
|
|
2816
2905
|
/**
|
|
2817
2906
|
* Used in scenarios where the message needs to visually dominate the screen.
|
|
2818
|
-
*
|
|
2907
|
+
* This will also change the aria role from status to alertdialog.
|
|
2819
2908
|
* and will modally trap the keyboard focus in the dialog as soon as it displays.
|
|
2909
|
+
* @values true, false
|
|
2820
2910
|
*/
|
|
2821
2911
|
important: {
|
|
2822
2912
|
type: Boolean,
|
|
@@ -2825,6 +2915,7 @@ const focusableElementsList = `button,[href],input,select,textarea,details,[tabi
|
|
|
2825
2915
|
|
|
2826
2916
|
/**
|
|
2827
2917
|
* Pins the banner to the top of the window and pushes all app content down.
|
|
2918
|
+
* @values true, false
|
|
2828
2919
|
*/
|
|
2829
2920
|
pinned: {
|
|
2830
2921
|
type: Boolean,
|
|
@@ -2833,10 +2924,11 @@ const focusableElementsList = `button,[href],input,select,textarea,details,[tabi
|
|
|
2833
2924
|
|
|
2834
2925
|
/**
|
|
2835
2926
|
* Severity level of the notice, sets the icon and background
|
|
2927
|
+
* @values base, error, info, success, warning
|
|
2836
2928
|
*/
|
|
2837
2929
|
kind: {
|
|
2838
2930
|
type: String,
|
|
2839
|
-
default: '',
|
|
2931
|
+
default: 'base',
|
|
2840
2932
|
|
|
2841
2933
|
validate(kind) {
|
|
2842
2934
|
return NOTICE_KINDS.includes(kind);
|
|
@@ -2862,6 +2954,7 @@ const focusableElementsList = `button,[href],input,select,textarea,details,[tabi
|
|
|
2862
2954
|
|
|
2863
2955
|
/**
|
|
2864
2956
|
* Hides the icon from the notice
|
|
2957
|
+
* @values true, false
|
|
2865
2958
|
*/
|
|
2866
2959
|
hideIcon: {
|
|
2867
2960
|
type: Boolean,
|
|
@@ -2886,7 +2979,9 @@ const focusableElementsList = `button,[href],input,select,textarea,details,[tabi
|
|
|
2886
2979
|
|
|
2887
2980
|
/**
|
|
2888
2981
|
* Background image size, follows the background-size CSS property values
|
|
2889
|
-
* https://developer.mozilla.org/en-US/docs/Web/CSS/background-size
|
|
2982
|
+
* <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/background-size" target="_blank">
|
|
2983
|
+
* CSS background-sizes
|
|
2984
|
+
* </a>
|
|
2890
2985
|
*/
|
|
2891
2986
|
backgroundSize: {
|
|
2892
2987
|
type: String,
|
|
@@ -2954,8 +3049,8 @@ const focusableElementsList = `button,[href],input,select,textarea,details,[tabi
|
|
|
2954
3049
|
;
|
|
2955
3050
|
var banner_component = normalizeComponent(
|
|
2956
3051
|
banner_bannervue_type_script_lang_js_,
|
|
2957
|
-
|
|
2958
|
-
|
|
3052
|
+
bannervue_type_template_id_6a644b26_render,
|
|
3053
|
+
bannervue_type_template_id_6a644b26_staticRenderFns,
|
|
2959
3054
|
false,
|
|
2960
3055
|
null,
|
|
2961
3056
|
null,
|
|
@@ -2966,32 +3061,32 @@ var banner_component = normalizeComponent(
|
|
|
2966
3061
|
/* harmony default export */ const banner = (banner_component.exports);
|
|
2967
3062
|
;// CONCATENATED MODULE: ./components/banner/index.js
|
|
2968
3063
|
|
|
2969
|
-
;// 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/breadcrumbs/breadcrumbs.vue?vue&type=template&id=
|
|
2970
|
-
var
|
|
3064
|
+
;// 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/breadcrumbs/breadcrumbs.vue?vue&type=template&id=44efd414&
|
|
3065
|
+
var breadcrumbsvue_type_template_id_44efd414_render = function () {
|
|
2971
3066
|
var _obj;
|
|
2972
3067
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('nav',{class:[
|
|
2973
3068
|
'd-breadcrumbs',
|
|
2974
3069
|
( _obj = {}, _obj[_vm.BREADCRUMBS_INVERTED_MODIFIER] = _vm.inverted, _obj ) ],attrs:{"aria-label":_vm.ariaLabel,"data-qa":"dt-breadcrumbs"}},[_c('ol',[_vm._t("default",function(){return _vm._l((_vm.breadcrumbs),function(item,index){return _c('dt-breadcrumb-item',_vm._b({key:_vm.getBreadcrumbItemKey(index),attrs:{"inverted":_vm.inverted}},'dt-breadcrumb-item',item,false))})})],2)])}
|
|
2975
|
-
var
|
|
3070
|
+
var breadcrumbsvue_type_template_id_44efd414_staticRenderFns = []
|
|
2976
3071
|
|
|
2977
3072
|
|
|
2978
3073
|
;// CONCATENATED MODULE: ./components/breadcrumbs/breadcrumbs_constants.js
|
|
2979
3074
|
const BREADCRUMB_ITEM_SELECTED_MODIFIER = 'd-breadcrumbs__item--selected';
|
|
2980
3075
|
const BREADCRUMBS_INVERTED_MODIFIER = 'd-breadcrumbs--inverted';
|
|
2981
|
-
;// 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/breadcrumbs/breadcrumb_item.vue?vue&type=template&id=
|
|
2982
|
-
var
|
|
3076
|
+
;// 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/breadcrumbs/breadcrumb_item.vue?vue&type=template&id=5a420c8e&
|
|
3077
|
+
var breadcrumb_itemvue_type_template_id_5a420c8e_render = function () {
|
|
2983
3078
|
var _obj;
|
|
2984
3079
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('li',{class:[
|
|
2985
3080
|
'd-breadcrumbs__item',
|
|
2986
3081
|
( _obj = {}, _obj[_vm.BREADCRUMB_ITEM_SELECTED_MODIFIER] = _vm.selected, _obj ) ],attrs:{"data-qa":"dt-breadcrumb-item"}},[_c('dt-link',_vm._b({attrs:{"kind":_vm.linkKind,"aria-current":_vm.ariaCurrent,"data-qa":"breadcrumb-item"}},'dt-link',_vm.$attrs,false),[_vm._t("default",function(){return [_vm._v(" "+_vm._s(_vm.label)+" ")]})],2)],1)}
|
|
2987
|
-
var
|
|
3082
|
+
var breadcrumb_itemvue_type_template_id_5a420c8e_staticRenderFns = []
|
|
2988
3083
|
|
|
2989
3084
|
|
|
2990
|
-
;// 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=
|
|
2991
|
-
var
|
|
3085
|
+
;// 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=17f0d290&
|
|
3086
|
+
var linkvue_type_template_id_17f0d290_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a',_vm._g({class:[
|
|
2992
3087
|
'd-link',
|
|
2993
3088
|
_vm.LINK_KIND_MODIFIERS[_vm.kind] ],attrs:{"data-qa":"dt-link"}},_vm.$listeners),[_vm._t("default")],2)}
|
|
2994
|
-
var
|
|
3089
|
+
var linkvue_type_template_id_17f0d290_staticRenderFns = []
|
|
2995
3090
|
|
|
2996
3091
|
|
|
2997
3092
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/link/link.vue?vue&type=script&lang=js&
|
|
@@ -3008,10 +3103,13 @@ var linkvue_type_template_id_f7ce3dfc_staticRenderFns = []
|
|
|
3008
3103
|
//
|
|
3009
3104
|
//
|
|
3010
3105
|
//
|
|
3106
|
+
//
|
|
3011
3107
|
|
|
3012
3108
|
/**
|
|
3109
|
+
* A link is a navigational element that can be found on its own, within other text, or directly following content.
|
|
3013
3110
|
* @property {String} href attribute
|
|
3014
3111
|
* @property {String} rel attribute
|
|
3112
|
+
* @see https://dialpad.design/components/link.html
|
|
3015
3113
|
*/
|
|
3016
3114
|
|
|
3017
3115
|
/* harmony default export */ const linkvue_type_script_lang_js_ = ({
|
|
@@ -3019,6 +3117,7 @@ var linkvue_type_template_id_f7ce3dfc_staticRenderFns = []
|
|
|
3019
3117
|
props: {
|
|
3020
3118
|
/**
|
|
3021
3119
|
* Applies the link variant styles
|
|
3120
|
+
* @values null, danger, warning, success, muted, inverted
|
|
3022
3121
|
*/
|
|
3023
3122
|
kind: {
|
|
3024
3123
|
type: String,
|
|
@@ -3072,8 +3171,8 @@ var linkvue_type_template_id_f7ce3dfc_staticRenderFns = []
|
|
|
3072
3171
|
;
|
|
3073
3172
|
var link_component = normalizeComponent(
|
|
3074
3173
|
link_linkvue_type_script_lang_js_,
|
|
3075
|
-
|
|
3076
|
-
|
|
3174
|
+
linkvue_type_template_id_17f0d290_render,
|
|
3175
|
+
linkvue_type_template_id_17f0d290_staticRenderFns,
|
|
3077
3176
|
false,
|
|
3078
3177
|
null,
|
|
3079
3178
|
null,
|
|
@@ -3119,7 +3218,7 @@ var link_component = normalizeComponent(
|
|
|
3119
3218
|
inheritAttrs: false,
|
|
3120
3219
|
props: {
|
|
3121
3220
|
/**
|
|
3122
|
-
*
|
|
3221
|
+
* Passed through to link. If true, applies inverted styles to the link.
|
|
3123
3222
|
*/
|
|
3124
3223
|
inverted: {
|
|
3125
3224
|
type: Boolean,
|
|
@@ -3136,7 +3235,7 @@ var link_component = normalizeComponent(
|
|
|
3136
3235
|
|
|
3137
3236
|
/**
|
|
3138
3237
|
* Describes the breadcrumb. Overridden by default slot
|
|
3139
|
-
|
|
3238
|
+
*/
|
|
3140
3239
|
label: {
|
|
3141
3240
|
type: String,
|
|
3142
3241
|
default: ''
|
|
@@ -3172,8 +3271,8 @@ var link_component = normalizeComponent(
|
|
|
3172
3271
|
;
|
|
3173
3272
|
var breadcrumb_item_component = normalizeComponent(
|
|
3174
3273
|
breadcrumbs_breadcrumb_itemvue_type_script_lang_js_,
|
|
3175
|
-
|
|
3176
|
-
|
|
3274
|
+
breadcrumb_itemvue_type_template_id_5a420c8e_render,
|
|
3275
|
+
breadcrumb_itemvue_type_template_id_5a420c8e_staticRenderFns,
|
|
3177
3276
|
false,
|
|
3178
3277
|
null,
|
|
3179
3278
|
null,
|
|
@@ -3209,6 +3308,12 @@ var breadcrumb_item_component = normalizeComponent(
|
|
|
3209
3308
|
|
|
3210
3309
|
|
|
3211
3310
|
|
|
3311
|
+
/**
|
|
3312
|
+
* Breadcrumbs are links used to provide context for the currently-viewed page
|
|
3313
|
+
* and where it is located within the overall site structure.
|
|
3314
|
+
* @see https://dialpad.design/components/breadcrumbs.html
|
|
3315
|
+
*/
|
|
3316
|
+
|
|
3212
3317
|
/* harmony default export */ const breadcrumbsvue_type_script_lang_js_ = ({
|
|
3213
3318
|
name: 'DtBreadcrumbs',
|
|
3214
3319
|
components: {
|
|
@@ -3236,6 +3341,7 @@ var breadcrumb_item_component = normalizeComponent(
|
|
|
3236
3341
|
|
|
3237
3342
|
/**
|
|
3238
3343
|
* Passed through to link. If true, applies inverted styles to the link.
|
|
3344
|
+
* @values true, false
|
|
3239
3345
|
*/
|
|
3240
3346
|
inverted: {
|
|
3241
3347
|
type: Boolean,
|
|
@@ -3276,8 +3382,8 @@ var breadcrumb_item_component = normalizeComponent(
|
|
|
3276
3382
|
;
|
|
3277
3383
|
var breadcrumbs_component = normalizeComponent(
|
|
3278
3384
|
breadcrumbs_breadcrumbsvue_type_script_lang_js_,
|
|
3279
|
-
|
|
3280
|
-
|
|
3385
|
+
breadcrumbsvue_type_template_id_44efd414_render,
|
|
3386
|
+
breadcrumbsvue_type_template_id_44efd414_staticRenderFns,
|
|
3281
3387
|
false,
|
|
3282
3388
|
null,
|
|
3283
3389
|
null,
|
|
@@ -3292,11 +3398,11 @@ var breadcrumbs_component = normalizeComponent(
|
|
|
3292
3398
|
|
|
3293
3399
|
;// CONCATENATED MODULE: ./components/button/index.js
|
|
3294
3400
|
|
|
3295
|
-
;// 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_group/button_group.vue?vue&type=template&id=
|
|
3296
|
-
var
|
|
3401
|
+
;// 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_group/button_group.vue?vue&type=template&id=26eb52e6&
|
|
3402
|
+
var button_groupvue_type_template_id_26eb52e6_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:[
|
|
3297
3403
|
'd-btn-group',
|
|
3298
|
-
_vm.BUTTON_GROUP_ALIGNMENT[
|
|
3299
|
-
var
|
|
3404
|
+
_vm.BUTTON_GROUP_ALIGNMENT[_vm.alignment] ],attrs:{"role":"group"}},[_vm._t("default")],2)}
|
|
3405
|
+
var button_groupvue_type_template_id_26eb52e6_staticRenderFns = []
|
|
3300
3406
|
|
|
3301
3407
|
|
|
3302
3408
|
;// CONCATENATED MODULE: ./components/button_group/button_group_constants.js
|
|
@@ -3352,8 +3458,8 @@ const BUTTON_GROUP_ALIGNMENT = {
|
|
|
3352
3458
|
;
|
|
3353
3459
|
var button_group_component = normalizeComponent(
|
|
3354
3460
|
button_group_button_groupvue_type_script_lang_js_,
|
|
3355
|
-
|
|
3356
|
-
|
|
3461
|
+
button_groupvue_type_template_id_26eb52e6_render,
|
|
3462
|
+
button_groupvue_type_template_id_26eb52e6_staticRenderFns,
|
|
3357
3463
|
false,
|
|
3358
3464
|
null,
|
|
3359
3465
|
null,
|
|
@@ -3365,8 +3471,8 @@ var button_group_component = normalizeComponent(
|
|
|
3365
3471
|
;// CONCATENATED MODULE: ./components/button_group/index.js
|
|
3366
3472
|
|
|
3367
3473
|
|
|
3368
|
-
;// 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/card/card.vue?vue&type=template&id=
|
|
3369
|
-
var
|
|
3474
|
+
;// 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/card/card.vue?vue&type=template&id=e2408fa4&
|
|
3475
|
+
var cardvue_type_template_id_e2408fa4_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:[
|
|
3370
3476
|
'd-card',
|
|
3371
3477
|
_vm.containerClass ],attrs:{"data-qa":"dt-card"}},[(_vm.$slots.header)?_c('div',{class:[
|
|
3372
3478
|
'd-card__header',
|
|
@@ -3375,7 +3481,7 @@ var cardvue_type_template_id_092db2a1_render = function () {var _vm=this;var _h=
|
|
|
3375
3481
|
_vm.contentClass ],style:({ 'max-height': _vm.maxHeight })},[_vm._t("content")],2),(_vm.$slots.footer)?_c('div',{class:[
|
|
3376
3482
|
'd-card__footer',
|
|
3377
3483
|
_vm.footerClass ]},[_vm._t("footer")],2):_vm._e()])}
|
|
3378
|
-
var
|
|
3484
|
+
var cardvue_type_template_id_e2408fa4_staticRenderFns = []
|
|
3379
3485
|
|
|
3380
3486
|
|
|
3381
3487
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/card/card.vue?vue&type=script&lang=js&
|
|
@@ -3419,6 +3525,15 @@ var cardvue_type_template_id_092db2a1_staticRenderFns = []
|
|
|
3419
3525
|
//
|
|
3420
3526
|
//
|
|
3421
3527
|
//
|
|
3528
|
+
//
|
|
3529
|
+
//
|
|
3530
|
+
//
|
|
3531
|
+
|
|
3532
|
+
/**
|
|
3533
|
+
* A card contains summary content and actions about a single subject.
|
|
3534
|
+
* It can be used by itself or within a list, and is generally interactive.
|
|
3535
|
+
* @see https://dialpad.design/components/card.html
|
|
3536
|
+
*/
|
|
3422
3537
|
/* harmony default export */ const cardvue_type_script_lang_js_ = ({
|
|
3423
3538
|
name: 'DtCard',
|
|
3424
3539
|
props: {
|
|
@@ -3476,8 +3591,8 @@ var cardvue_type_template_id_092db2a1_staticRenderFns = []
|
|
|
3476
3591
|
;
|
|
3477
3592
|
var card_component = normalizeComponent(
|
|
3478
3593
|
card_cardvue_type_script_lang_js_,
|
|
3479
|
-
|
|
3480
|
-
|
|
3594
|
+
cardvue_type_template_id_e2408fa4_render,
|
|
3595
|
+
cardvue_type_template_id_e2408fa4_staticRenderFns,
|
|
3481
3596
|
false,
|
|
3482
3597
|
null,
|
|
3483
3598
|
null,
|
|
@@ -3488,9 +3603,9 @@ var card_component = normalizeComponent(
|
|
|
3488
3603
|
/* harmony default export */ const card = (card_component.exports);
|
|
3489
3604
|
;// CONCATENATED MODULE: ./components/card/index.js
|
|
3490
3605
|
|
|
3491
|
-
;// 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=
|
|
3492
|
-
var
|
|
3493
|
-
var
|
|
3606
|
+
;// 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=397ad57a&
|
|
3607
|
+
var comboboxvue_type_template_id_397ad57a_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.loading && !_vm.listRenderedOutside)?_c('combobox-loading-list',_vm._b({},'combobox-loading-list',_vm.listProps,false)):(_vm.emptyList && _vm.emptyStateMessage && !_vm.listRenderedOutside)?_c('combobox-empty-list',_vm._b({attrs:{"message":_vm.emptyStateMessage}},'combobox-empty-list',_vm.listProps,false)):_vm._t("list",null,{"listProps":_vm.listProps,"opened":_vm.onOpen,"clearHighlightIndex":_vm.clearHighlightIndex})],2):_vm._e()])}
|
|
3608
|
+
var comboboxvue_type_template_id_397ad57a_staticRenderFns = []
|
|
3494
3609
|
|
|
3495
3610
|
|
|
3496
3611
|
;// CONCATENATED MODULE: ./common/mixins/dom.js
|
|
@@ -3626,6 +3741,8 @@ var comboboxvue_type_template_id_f9b55a7e_staticRenderFns = []
|
|
|
3626
3741
|
}
|
|
3627
3742
|
});
|
|
3628
3743
|
;// CONCATENATED MODULE: ./common/mixins/keyboard_list_navigation.js
|
|
3744
|
+
|
|
3745
|
+
const ERROR_INVALID_LIST_ELEMENT = 'listElementKey is required or the referenced ' + 'element doesn\'t exist. Received listElement: ';
|
|
3629
3746
|
/**
|
|
3630
3747
|
* Usage: `mixins: [keyboardNavigationMixin(options)]`
|
|
3631
3748
|
*
|
|
@@ -3634,9 +3751,21 @@ var comboboxvue_type_template_id_f9b55a7e_staticRenderFns = []
|
|
|
3634
3751
|
*
|
|
3635
3752
|
* To be effective, you must bind the onUpKey and onDownKey events, usually to
|
|
3636
3753
|
* the root element of the component.
|
|
3754
|
+
*
|
|
3755
|
+
* @param listItemRole
|
|
3756
|
+
* @param indexKey
|
|
3757
|
+
* @param idKey
|
|
3758
|
+
* @param listElementKey
|
|
3759
|
+
* @param activeItemKey
|
|
3760
|
+
* @param openMethod
|
|
3761
|
+
* @param afterHighlightMethod
|
|
3762
|
+
* @param beginningOfListMethod
|
|
3763
|
+
* @param endOfListMethod
|
|
3764
|
+
* @param scrollToOnHighlight
|
|
3765
|
+
* @param focusOnKeyboardNavigation
|
|
3766
|
+
* @displayName Keyboard Navigation Mixin
|
|
3637
3767
|
*/
|
|
3638
3768
|
|
|
3639
|
-
const ERROR_INVALID_LIST_ELEMENT = 'listElementKey is required or the referenced ' + 'element doesn\'t exist. Received listElement: ';
|
|
3640
3769
|
/* harmony default export */ const keyboard_list_navigation = (function () {
|
|
3641
3770
|
let {
|
|
3642
3771
|
// Role of the list items in the component. This is used to identify the list items
|
|
@@ -3867,13 +3996,13 @@ var combobox_loading_listvue_type_template_id_07d9971d_render = function () {var
|
|
|
3867
3996
|
var combobox_loading_listvue_type_template_id_07d9971d_staticRenderFns = []
|
|
3868
3997
|
|
|
3869
3998
|
|
|
3870
|
-
;// 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=
|
|
3871
|
-
var
|
|
3999
|
+
;// 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=f39797e6&
|
|
4000
|
+
var list_itemvue_type_template_id_f39797e6_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', {
|
|
3872
4001
|
'dt-list-item--focusable': _vm.isFocusable,
|
|
3873
4002
|
'dt-list-item--highlighted': _vm.isHighlighted,
|
|
3874
4003
|
'dt-list-item--static': !_vm.isHoverable,
|
|
3875
4004
|
}],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)}
|
|
3876
|
-
var
|
|
4005
|
+
var list_itemvue_type_template_id_f39797e6_staticRenderFns = []
|
|
3877
4006
|
|
|
3878
4007
|
|
|
3879
4008
|
;// CONCATENATED MODULE: ./components/list_item/list_item_constants.js
|
|
@@ -3890,9 +4019,9 @@ const LIST_ITEM_NAVIGATION_TYPES = {
|
|
|
3890
4019
|
LIST_ITEM_TYPES,
|
|
3891
4020
|
LIST_ITEM_NAVIGATION_TYPES
|
|
3892
4021
|
});
|
|
3893
|
-
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/list_item/default_list_item.vue?vue&type=template&id=
|
|
3894
|
-
var
|
|
3895
|
-
var
|
|
4022
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/list_item/default_list_item.vue?vue&type=template&id=4c89d4ed&
|
|
4023
|
+
var default_list_itemvue_type_template_id_4c89d4ed_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"dt-default-list-item d-fs14 d-lh4 d-py4 d-px12 d-d-flex d-ai-center"},[(_vm.$slots.left)?_c('section',{staticClass:"dt-default-list-item--left d-d-inline-flex d-as-flex-start d-d-flex d-ai-center d-pr8",attrs:{"data-qa":"dt-default-list-item-left-wrapper"}},[_vm._t("left")],2):_vm._e(),_c('section',{staticClass:"d-fl-grow1"},[(_vm.$slots.default)?_c('div',[_vm._t("default")],2):_vm._e(),(_vm.$slots.subtitle)?_c('div',{class:['d-fs12 d-fc-black-500', { 'd-mtn2': _vm.$slots.default }],attrs:{"data-qa":"dt-default-list-item-subtitle-wrapper"}},[_vm._t("subtitle")],2):_vm._e(),(_vm.$slots.bottom)?_c('div',{staticClass:"d-mt2",attrs:{"data-qa":"dt-default-list-item-bottom-wrapper"}},[_vm._t("bottom")],2):_vm._e()]),(_vm.$slots.right)?_c('section',{staticClass:"dt-default-list-item--right d-d-inline-flex d-as-flex-start d-d-flex d-ai-center d-pl8",attrs:{"data-qa":"dt-default-list-item-right-wrapper"}},[_vm._t("right")],2):_vm._e()])}
|
|
4024
|
+
var default_list_itemvue_type_template_id_4c89d4ed_staticRenderFns = []
|
|
3896
4025
|
|
|
3897
4026
|
|
|
3898
4027
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/list_item/default_list_item.vue?vue&type=script&lang=js&
|
|
@@ -3959,8 +4088,8 @@ var default_list_itemvue_type_style_index_0_lang_less_ = __webpack_require__(986
|
|
|
3959
4088
|
|
|
3960
4089
|
var default_list_item_component = normalizeComponent(
|
|
3961
4090
|
list_item_default_list_itemvue_type_script_lang_js_,
|
|
3962
|
-
|
|
3963
|
-
|
|
4091
|
+
default_list_itemvue_type_template_id_4c89d4ed_render,
|
|
4092
|
+
default_list_itemvue_type_template_id_4c89d4ed_staticRenderFns,
|
|
3964
4093
|
false,
|
|
3965
4094
|
null,
|
|
3966
4095
|
null,
|
|
@@ -4000,8 +4129,15 @@ var default_list_item_component = normalizeComponent(
|
|
|
4000
4129
|
//
|
|
4001
4130
|
//
|
|
4002
4131
|
//
|
|
4132
|
+
//
|
|
4133
|
+
//
|
|
4134
|
+
|
|
4003
4135
|
|
|
4004
4136
|
|
|
4137
|
+
/**
|
|
4138
|
+
* A list item is an element that can be used to represent individual items in a list.
|
|
4139
|
+
* @see https://dialpad.design/components/list_item.html
|
|
4140
|
+
*/
|
|
4005
4141
|
|
|
4006
4142
|
/* harmony default export */ const list_itemvue_type_script_lang_js_ = ({
|
|
4007
4143
|
name: 'ListItem',
|
|
@@ -4039,7 +4175,7 @@ var default_list_item_component = normalizeComponent(
|
|
|
4039
4175
|
},
|
|
4040
4176
|
|
|
4041
4177
|
/**
|
|
4042
|
-
*
|
|
4178
|
+
* HTML element type (tag name) of the content wrapper element.
|
|
4043
4179
|
*/
|
|
4044
4180
|
elementType: {
|
|
4045
4181
|
type: String,
|
|
@@ -4048,6 +4184,7 @@ var default_list_item_component = normalizeComponent(
|
|
|
4048
4184
|
|
|
4049
4185
|
/**
|
|
4050
4186
|
* The type of child list item to use.
|
|
4187
|
+
* @values default, custom
|
|
4051
4188
|
*/
|
|
4052
4189
|
type: {
|
|
4053
4190
|
type: String,
|
|
@@ -4060,6 +4197,7 @@ var default_list_item_component = normalizeComponent(
|
|
|
4060
4197
|
* - "arrow-keys" for items that are navigated with UP/DOWN keys.
|
|
4061
4198
|
* - "tab" for items that are navigated using the TAB key.
|
|
4062
4199
|
* - "none" for static items that are not interactive.
|
|
4200
|
+
* @values arrow-keys, tab, none
|
|
4063
4201
|
*/
|
|
4064
4202
|
navigationType: {
|
|
4065
4203
|
type: String,
|
|
@@ -4192,8 +4330,8 @@ var list_itemvue_type_style_index_0_lang_less_ = __webpack_require__(502);
|
|
|
4192
4330
|
|
|
4193
4331
|
var list_item_component = normalizeComponent(
|
|
4194
4332
|
list_item_list_itemvue_type_script_lang_js_,
|
|
4195
|
-
|
|
4196
|
-
|
|
4333
|
+
list_itemvue_type_template_id_f39797e6_render,
|
|
4334
|
+
list_itemvue_type_template_id_f39797e6_staticRenderFns,
|
|
4197
4335
|
false,
|
|
4198
4336
|
null,
|
|
4199
4337
|
null,
|
|
@@ -4204,20 +4342,20 @@ var list_item_component = normalizeComponent(
|
|
|
4204
4342
|
/* harmony default export */ const list_item = (list_item_component.exports);
|
|
4205
4343
|
;// CONCATENATED MODULE: ./components/list_item/index.js
|
|
4206
4344
|
|
|
4207
|
-
;// 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/skeleton/skeleton.vue?vue&type=template&id=
|
|
4208
|
-
var
|
|
4209
|
-
var
|
|
4345
|
+
;// 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/skeleton/skeleton.vue?vue&type=template&id=6cda56f1&
|
|
4346
|
+
var skeletonvue_type_template_id_6cda56f1_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{attrs:{"aria-busy":"true","role":"status","aria-label":_vm.ariaLabel}},[(_vm.listItemOption)?_c('dt-skeleton-list-item',_vm._b({attrs:{"animation-duration":_vm.animationDuration,"animate":_vm.animate,"offset":_vm.offset}},'dt-skeleton-list-item',_vm.listItemOption === true ? {} : _vm.listItemOption,false)):(_vm.shapeOption)?_c('dt-skeleton-shape',_vm._b({attrs:{"animation-duration":_vm.animationDuration,"animate":_vm.animate,"offset":_vm.offset}},'dt-skeleton-shape',_vm.shapeOption === true ? {} : _vm.shapeOption,false)):(_vm.paragraphOption)?_c('dt-skeleton-paragraph',_vm._b({attrs:{"animation-duration":_vm.animationDuration,"animate":_vm.animate,"offset":_vm.offset}},'dt-skeleton-paragraph',_vm.paragraphOption === true ? {} : _vm.paragraphOption,false)):_c('dt-skeleton-text',_vm._b({attrs:{"animation-duration":_vm.animationDuration,"animate":_vm.animate,"offset":_vm.offset}},'dt-skeleton-text',_vm.textOption || {},false))],1)}
|
|
4347
|
+
var skeletonvue_type_template_id_6cda56f1_staticRenderFns = []
|
|
4210
4348
|
|
|
4211
4349
|
|
|
4212
|
-
;// 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/skeleton/skeleton-shape.vue?vue&type=template&id=
|
|
4213
|
-
var
|
|
4350
|
+
;// 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/skeleton/skeleton-shape.vue?vue&type=template&id=afabf0b6&
|
|
4351
|
+
var skeleton_shapevue_type_template_id_afabf0b6_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"skeleton",class:[
|
|
4214
4352
|
'skeleton-placeholder',
|
|
4215
4353
|
_vm.SKELETON_SHAPES[_vm.shape],
|
|
4216
4354
|
{
|
|
4217
4355
|
'skeleton-placeholder--animate': _vm.animate,
|
|
4218
4356
|
},
|
|
4219
4357
|
_vm.contentClass ],style:(_vm.shapeStyles),attrs:{"data-qa":"skeleton-shape"}})}
|
|
4220
|
-
var
|
|
4358
|
+
var skeleton_shapevue_type_template_id_afabf0b6_staticRenderFns = []
|
|
4221
4359
|
|
|
4222
4360
|
|
|
4223
4361
|
;// CONCATENATED MODULE: ./components/skeleton/skeleton_constants.js
|
|
@@ -4251,6 +4389,10 @@ const SKELETON_HEADING_HEIGHTS = {
|
|
|
4251
4389
|
});
|
|
4252
4390
|
;// CONCATENATED MODULE: ./common/mixins/skeleton.js
|
|
4253
4391
|
|
|
4392
|
+
/**
|
|
4393
|
+
* @displayName Skeleton Animation Mixin
|
|
4394
|
+
*/
|
|
4395
|
+
|
|
4254
4396
|
/* harmony default export */ const skeleton = ({
|
|
4255
4397
|
computed: {
|
|
4256
4398
|
skeletonOffset() {
|
|
@@ -4306,27 +4448,58 @@ const SKELETON_HEADING_HEIGHTS = {
|
|
|
4306
4448
|
name: 'DtSkeletonShape',
|
|
4307
4449
|
mixins: [skeleton],
|
|
4308
4450
|
props: {
|
|
4451
|
+
/**
|
|
4452
|
+
* Defines the shape of the skeleton, accepts circle or square.
|
|
4453
|
+
* @values circle, square
|
|
4454
|
+
*/
|
|
4309
4455
|
shape: {
|
|
4310
4456
|
type: String,
|
|
4311
4457
|
default: 'circle',
|
|
4312
4458
|
validator: shape => Object.keys(SKELETON_SHAPES).includes(shape)
|
|
4313
4459
|
},
|
|
4460
|
+
|
|
4461
|
+
/**
|
|
4462
|
+
* Size of the shape
|
|
4463
|
+
* @values xs, sm, md, lg, xl
|
|
4464
|
+
*/
|
|
4314
4465
|
size: {
|
|
4315
4466
|
type: String,
|
|
4316
4467
|
default: 'md'
|
|
4317
4468
|
},
|
|
4469
|
+
|
|
4470
|
+
/**
|
|
4471
|
+
* Duration time of the animation (ms), set -1 for an infinite animation.
|
|
4472
|
+
*/
|
|
4318
4473
|
animationDuration: {
|
|
4319
4474
|
type: Number,
|
|
4320
4475
|
default: -1
|
|
4321
4476
|
},
|
|
4477
|
+
|
|
4478
|
+
/**
|
|
4479
|
+
* This property has higher priority than "option.animate"
|
|
4480
|
+
* @values true, false
|
|
4481
|
+
*/
|
|
4322
4482
|
animate: {
|
|
4323
4483
|
type: Boolean,
|
|
4324
4484
|
default: true
|
|
4325
4485
|
},
|
|
4486
|
+
|
|
4487
|
+
/**
|
|
4488
|
+
* RippleDuration controls how long the delay is for the animation of a
|
|
4489
|
+
* placeholder 1000 pixels from the top of the page. Each placeholder
|
|
4490
|
+
* from the top down will have a delay duration from 0 to this offset.
|
|
4491
|
+
* The delay of each placeholder animation is based on how far down the page
|
|
4492
|
+
* the placeholder is rendered. This is a linear relationship. The unit
|
|
4493
|
+
* is milliseconds.
|
|
4494
|
+
*/
|
|
4326
4495
|
offset: {
|
|
4327
4496
|
type: Number,
|
|
4328
4497
|
default: 1
|
|
4329
4498
|
},
|
|
4499
|
+
|
|
4500
|
+
/**
|
|
4501
|
+
* Additional class name for the content.
|
|
4502
|
+
*/
|
|
4330
4503
|
contentClass: {
|
|
4331
4504
|
type: [String, Object, Array],
|
|
4332
4505
|
default: ''
|
|
@@ -4364,8 +4537,8 @@ const SKELETON_HEADING_HEIGHTS = {
|
|
|
4364
4537
|
;
|
|
4365
4538
|
var skeleton_shape_component = normalizeComponent(
|
|
4366
4539
|
skeleton_skeleton_shapevue_type_script_lang_js_,
|
|
4367
|
-
|
|
4368
|
-
|
|
4540
|
+
skeleton_shapevue_type_template_id_afabf0b6_render,
|
|
4541
|
+
skeleton_shapevue_type_template_id_afabf0b6_staticRenderFns,
|
|
4369
4542
|
false,
|
|
4370
4543
|
null,
|
|
4371
4544
|
null,
|
|
@@ -4374,28 +4547,28 @@ var skeleton_shape_component = normalizeComponent(
|
|
|
4374
4547
|
)
|
|
4375
4548
|
|
|
4376
4549
|
/* harmony default export */ const skeleton_shape = (skeleton_shape_component.exports);
|
|
4377
|
-
;// 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/skeleton/skeleton-list-item.vue?vue&type=template&id=
|
|
4378
|
-
var
|
|
4550
|
+
;// 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/skeleton/skeleton-list-item.vue?vue&type=template&id=550aef30&
|
|
4551
|
+
var skeleton_list_itemvue_type_template_id_550aef30_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:[
|
|
4379
4552
|
'd-d-flex',
|
|
4380
4553
|
{
|
|
4381
4554
|
'd-ai-center': _vm.paragraphs.rows === 1,
|
|
4382
4555
|
},
|
|
4383
4556
|
_vm.contentClass ],attrs:{"data-qa":"skeleton-list-item"}},[_c('dt-skeleton-shape',{staticClass:"d-mr8",attrs:{"size":_vm.shapeSize,"shape":_vm.shape,"animation-duration":_vm.animationDuration,"animate":_vm.animate,"offset":_vm.offset,"content-class":_vm.shapeClass}}),_c('div',{staticClass:"d-d-flex d-fd-column d-w100p"},[_c('dt-skeleton-paragraph',_vm._b({attrs:{"animation-duration":_vm.animationDuration,"animate":_vm.animate,"offset":_vm.offset}},'dt-skeleton-paragraph',_vm.paragraphs,false))],1)],1)}
|
|
4384
|
-
var
|
|
4557
|
+
var skeleton_list_itemvue_type_template_id_550aef30_staticRenderFns = []
|
|
4385
4558
|
|
|
4386
4559
|
|
|
4387
|
-
;// 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/skeleton/skeleton-paragraph.vue?vue&type=template&id=
|
|
4388
|
-
var
|
|
4560
|
+
;// 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/skeleton/skeleton-paragraph.vue?vue&type=template&id=74552fc9&
|
|
4561
|
+
var skeleton_paragraphvue_type_template_id_74552fc9_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:[
|
|
4389
4562
|
'd-w100p',
|
|
4390
4563
|
_vm.contentClass ],attrs:{"contentClass":"","data-qa":"skeleton-paragraph"}},_vm._l((_vm.integerRows),function(row){return _c('dt-skeleton-text',{key:row,class:[
|
|
4391
4564
|
{
|
|
4392
4565
|
'd-mb12': row !== _vm.integerRows,
|
|
4393
4566
|
} ],attrs:{"data-qa":"skeleton-paragraph-row","content-class":_vm.rowClass,"animate":_vm.animate,"offset":_vm.offset,"animation-duration":_vm.animationDuration,"width":_vm.getSizeParagraphRow(row)}})}),1)}
|
|
4394
|
-
var
|
|
4567
|
+
var skeleton_paragraphvue_type_template_id_74552fc9_staticRenderFns = []
|
|
4395
4568
|
|
|
4396
4569
|
|
|
4397
|
-
;// 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/skeleton/skeleton-text.vue?vue&type=template&id=
|
|
4398
|
-
var
|
|
4570
|
+
;// 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/skeleton/skeleton-text.vue?vue&type=template&id=0603ca4d&
|
|
4571
|
+
var skeleton_textvue_type_template_id_0603ca4d_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.type === 'body')?_c('div',{ref:"skeleton",class:[
|
|
4399
4572
|
'd-h8',
|
|
4400
4573
|
'd-bar2',
|
|
4401
4574
|
'skeleton-placeholder',
|
|
@@ -4412,7 +4585,7 @@ var skeleton_textvue_type_template_id_b36ce9f2_render = function () {var _vm=thi
|
|
|
4412
4585
|
},
|
|
4413
4586
|
_vm.contentClass ],style:(Object.assign({}, {width: _vm.width},
|
|
4414
4587
|
_vm.skeletonStyle)),attrs:{"data-qa":"skeleton-text-heading"}}):_vm._e()}
|
|
4415
|
-
var
|
|
4588
|
+
var skeleton_textvue_type_template_id_0603ca4d_staticRenderFns = []
|
|
4416
4589
|
|
|
4417
4590
|
|
|
4418
4591
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/skeleton/skeleton-text.vue?vue&type=script&lang=js&
|
|
@@ -4461,32 +4634,67 @@ var skeleton_textvue_type_template_id_b36ce9f2_staticRenderFns = []
|
|
|
4461
4634
|
name: 'DtSkeletonText',
|
|
4462
4635
|
mixins: [skeleton],
|
|
4463
4636
|
props: {
|
|
4637
|
+
/**
|
|
4638
|
+
* Skeleton type
|
|
4639
|
+
* @values body, heading
|
|
4640
|
+
*/
|
|
4464
4641
|
type: {
|
|
4465
4642
|
type: String,
|
|
4466
4643
|
default: 'body',
|
|
4467
4644
|
validator: type => SKELETON_TEXT_TYPES.includes(type)
|
|
4468
4645
|
},
|
|
4646
|
+
|
|
4647
|
+
/**
|
|
4648
|
+
* Heading height
|
|
4649
|
+
* @values sm, md, lg
|
|
4650
|
+
*/
|
|
4469
4651
|
headingHeight: {
|
|
4470
4652
|
type: String,
|
|
4471
4653
|
default: 'md',
|
|
4472
4654
|
validator: headingHeight => Object.keys(SKELETON_HEADING_HEIGHTS).includes(headingHeight)
|
|
4473
4655
|
},
|
|
4656
|
+
|
|
4657
|
+
/**
|
|
4658
|
+
* Width of the skeleton
|
|
4659
|
+
*/
|
|
4474
4660
|
width: {
|
|
4475
4661
|
type: String,
|
|
4476
4662
|
default: '100%'
|
|
4477
4663
|
},
|
|
4664
|
+
|
|
4665
|
+
/**
|
|
4666
|
+
* Duration time of the animation (ms), set -1 for an infinite animation.
|
|
4667
|
+
*/
|
|
4478
4668
|
animationDuration: {
|
|
4479
4669
|
type: Number,
|
|
4480
4670
|
default: -1
|
|
4481
4671
|
},
|
|
4672
|
+
|
|
4673
|
+
/**
|
|
4674
|
+
* This property has higher priority than "option.animate"
|
|
4675
|
+
* @values true, false
|
|
4676
|
+
*/
|
|
4482
4677
|
animate: {
|
|
4483
4678
|
type: Boolean,
|
|
4484
4679
|
default: false
|
|
4485
4680
|
},
|
|
4681
|
+
|
|
4682
|
+
/**
|
|
4683
|
+
* RippleDuration controls how long the delay is for the animation of a
|
|
4684
|
+
* placeholder 1000 pixels from the top of the page. Each placeholder
|
|
4685
|
+
* from the top down will have a delay duration from 0 to this offset.
|
|
4686
|
+
* The delay of each placeholder animation is based on how far down the page
|
|
4687
|
+
* the placeholder is rendered. This is a linear relationship. The unit
|
|
4688
|
+
* is milliseconds.
|
|
4689
|
+
*/
|
|
4486
4690
|
offset: {
|
|
4487
4691
|
type: Number,
|
|
4488
4692
|
default: 1
|
|
4489
4693
|
},
|
|
4694
|
+
|
|
4695
|
+
/**
|
|
4696
|
+
* Additional class name for the content.
|
|
4697
|
+
*/
|
|
4490
4698
|
contentClass: {
|
|
4491
4699
|
type: String,
|
|
4492
4700
|
default: ''
|
|
@@ -4512,8 +4720,8 @@ var skeleton_textvue_type_template_id_b36ce9f2_staticRenderFns = []
|
|
|
4512
4720
|
;
|
|
4513
4721
|
var skeleton_text_component = normalizeComponent(
|
|
4514
4722
|
skeleton_skeleton_textvue_type_script_lang_js_,
|
|
4515
|
-
|
|
4516
|
-
|
|
4723
|
+
skeleton_textvue_type_template_id_0603ca4d_render,
|
|
4724
|
+
skeleton_textvue_type_template_id_0603ca4d_staticRenderFns,
|
|
4517
4725
|
false,
|
|
4518
4726
|
null,
|
|
4519
4727
|
null,
|
|
@@ -4560,45 +4768,91 @@ const validator = number => number !== '' && !Number.isNaN(Number(number));
|
|
|
4560
4768
|
DtSkeletonText: skeleton_text
|
|
4561
4769
|
},
|
|
4562
4770
|
props: {
|
|
4771
|
+
/**
|
|
4772
|
+
* Quantity of rows to display
|
|
4773
|
+
*/
|
|
4563
4774
|
rows: {
|
|
4564
4775
|
type: [Number, String],
|
|
4565
4776
|
default: 3,
|
|
4566
4777
|
validator
|
|
4567
4778
|
},
|
|
4779
|
+
|
|
4780
|
+
/**
|
|
4781
|
+
* This property has higher priority than "option.animate"
|
|
4782
|
+
* @values true, false
|
|
4783
|
+
*/
|
|
4568
4784
|
animate: {
|
|
4569
4785
|
type: Boolean,
|
|
4570
4786
|
default: true
|
|
4571
4787
|
},
|
|
4788
|
+
|
|
4789
|
+
/**
|
|
4790
|
+
* Controls the min width of paragraphs
|
|
4791
|
+
*/
|
|
4572
4792
|
minWidth: {
|
|
4573
4793
|
type: [Number, String],
|
|
4574
4794
|
default: 30,
|
|
4575
4795
|
validator
|
|
4576
4796
|
},
|
|
4797
|
+
|
|
4798
|
+
/**
|
|
4799
|
+
* Controls the max width of paragraphs
|
|
4800
|
+
*/
|
|
4577
4801
|
maxWidth: {
|
|
4578
4802
|
type: [Number, String],
|
|
4579
4803
|
default: 100,
|
|
4580
4804
|
validator
|
|
4581
4805
|
},
|
|
4806
|
+
|
|
4807
|
+
/**
|
|
4808
|
+
* Controls the width of paragraphs
|
|
4809
|
+
*/
|
|
4582
4810
|
width: {
|
|
4583
4811
|
type: [String, Array],
|
|
4584
4812
|
default: null
|
|
4585
4813
|
},
|
|
4814
|
+
|
|
4815
|
+
/**
|
|
4816
|
+
* If true, row widths will be random
|
|
4817
|
+
* @values true, false
|
|
4818
|
+
*/
|
|
4586
4819
|
randomWidth: {
|
|
4587
4820
|
type: Boolean,
|
|
4588
4821
|
default: false
|
|
4589
4822
|
},
|
|
4823
|
+
|
|
4824
|
+
/**
|
|
4825
|
+
* RippleDuration controls how long the delay is for the animation of a
|
|
4826
|
+
* placeholder 1000 pixels from the top of the page. Each placeholder
|
|
4827
|
+
* from the top down will have a delay duration from 0 to this offset.
|
|
4828
|
+
* The delay of each placeholder animation is based on how far down the page
|
|
4829
|
+
* the placeholder is rendered. This is a linear relationship. The unit
|
|
4830
|
+
* is milliseconds.
|
|
4831
|
+
*/
|
|
4590
4832
|
offset: {
|
|
4591
4833
|
type: Number,
|
|
4592
4834
|
default: 1
|
|
4593
4835
|
},
|
|
4836
|
+
|
|
4837
|
+
/**
|
|
4838
|
+
* Duration time of the animation (ms), set -1 for an infinite animation.
|
|
4839
|
+
*/
|
|
4594
4840
|
animationDuration: {
|
|
4595
4841
|
type: Number,
|
|
4596
4842
|
default: -1
|
|
4597
4843
|
},
|
|
4844
|
+
|
|
4845
|
+
/**
|
|
4846
|
+
* Additional class name for the content.
|
|
4847
|
+
*/
|
|
4598
4848
|
contentClass: {
|
|
4599
4849
|
type: String,
|
|
4600
4850
|
default: ''
|
|
4601
4851
|
},
|
|
4852
|
+
|
|
4853
|
+
/**
|
|
4854
|
+
* Additional class name for the row.
|
|
4855
|
+
*/
|
|
4602
4856
|
rowClass: {
|
|
4603
4857
|
type: String,
|
|
4604
4858
|
default: ''
|
|
@@ -4652,8 +4906,8 @@ const validator = number => number !== '' && !Number.isNaN(Number(number));
|
|
|
4652
4906
|
;
|
|
4653
4907
|
var skeleton_paragraph_component = normalizeComponent(
|
|
4654
4908
|
skeleton_skeleton_paragraphvue_type_script_lang_js_,
|
|
4655
|
-
|
|
4656
|
-
|
|
4909
|
+
skeleton_paragraphvue_type_template_id_74552fc9_render,
|
|
4910
|
+
skeleton_paragraphvue_type_template_id_74552fc9_staticRenderFns,
|
|
4657
4911
|
false,
|
|
4658
4912
|
null,
|
|
4659
4913
|
null,
|
|
@@ -4704,15 +4958,29 @@ var skeleton_paragraph_component = normalizeComponent(
|
|
|
4704
4958
|
DtSkeletonParagraph: skeleton_paragraph
|
|
4705
4959
|
},
|
|
4706
4960
|
props: {
|
|
4961
|
+
/**
|
|
4962
|
+
* Defines the shape of the skeleton, accepts circle or square.
|
|
4963
|
+
* @values circle, square
|
|
4964
|
+
*/
|
|
4707
4965
|
shape: {
|
|
4708
4966
|
type: String,
|
|
4709
4967
|
default: 'circle',
|
|
4710
4968
|
validator: shape => Object.keys(SKELETON_SHAPES).includes(shape)
|
|
4711
4969
|
},
|
|
4970
|
+
|
|
4971
|
+
/**
|
|
4972
|
+
* Size of the shape
|
|
4973
|
+
* @values xs, sm, md, lg, xl
|
|
4974
|
+
*/
|
|
4712
4975
|
shapeSize: {
|
|
4713
4976
|
type: String,
|
|
4714
4977
|
default: 'md'
|
|
4715
4978
|
},
|
|
4979
|
+
|
|
4980
|
+
/**
|
|
4981
|
+
* Object containing quantity of paragraphs to display
|
|
4982
|
+
* and a randomWidth boolean.
|
|
4983
|
+
*/
|
|
4716
4984
|
paragraphs: {
|
|
4717
4985
|
type: Object,
|
|
4718
4986
|
default: () => ({
|
|
@@ -4720,22 +4988,48 @@ var skeleton_paragraph_component = normalizeComponent(
|
|
|
4720
4988
|
randomWidth: true
|
|
4721
4989
|
})
|
|
4722
4990
|
},
|
|
4991
|
+
|
|
4992
|
+
/**
|
|
4993
|
+
* Duration time of the animation (ms), set -1 for an infinite animation.
|
|
4994
|
+
*/
|
|
4723
4995
|
animationDuration: {
|
|
4724
4996
|
type: Number,
|
|
4725
4997
|
default: -1
|
|
4726
4998
|
},
|
|
4999
|
+
|
|
5000
|
+
/**
|
|
5001
|
+
* This property has higher priority than "option.animate"
|
|
5002
|
+
* @values true, false
|
|
5003
|
+
*/
|
|
4727
5004
|
animate: {
|
|
4728
5005
|
type: Boolean,
|
|
4729
5006
|
default: true
|
|
4730
5007
|
},
|
|
5008
|
+
|
|
5009
|
+
/**
|
|
5010
|
+
* RippleDuration controls how long the delay is for the animation of a
|
|
5011
|
+
* placeholder 1000 pixels from the top of the page. Each placeholder
|
|
5012
|
+
* from the top down will have a delay duration from 0 to this offset.
|
|
5013
|
+
* The delay of each placeholder animation is based on how far down the page
|
|
5014
|
+
* the placeholder is rendered. This is a linear relationship. The unit
|
|
5015
|
+
* is milliseconds.
|
|
5016
|
+
*/
|
|
4731
5017
|
offset: {
|
|
4732
5018
|
type: Number,
|
|
4733
5019
|
default: 1
|
|
4734
5020
|
},
|
|
5021
|
+
|
|
5022
|
+
/**
|
|
5023
|
+
* Additional class name for the shape.
|
|
5024
|
+
*/
|
|
4735
5025
|
shapeClass: {
|
|
4736
5026
|
type: String,
|
|
4737
5027
|
default: ''
|
|
4738
5028
|
},
|
|
5029
|
+
|
|
5030
|
+
/**
|
|
5031
|
+
* Additional class name for the content.
|
|
5032
|
+
*/
|
|
4739
5033
|
contentClass: {
|
|
4740
5034
|
type: String,
|
|
4741
5035
|
default: ''
|
|
@@ -4754,8 +5048,8 @@ var skeleton_paragraph_component = normalizeComponent(
|
|
|
4754
5048
|
;
|
|
4755
5049
|
var skeleton_list_item_component = normalizeComponent(
|
|
4756
5050
|
skeleton_skeleton_list_itemvue_type_script_lang_js_,
|
|
4757
|
-
|
|
4758
|
-
|
|
5051
|
+
skeleton_list_itemvue_type_template_id_550aef30_render,
|
|
5052
|
+
skeleton_list_itemvue_type_template_id_550aef30_staticRenderFns,
|
|
4759
5053
|
false,
|
|
4760
5054
|
null,
|
|
4761
5055
|
null,
|
|
@@ -4806,6 +5100,13 @@ var skeleton_list_item_component = normalizeComponent(
|
|
|
4806
5100
|
|
|
4807
5101
|
|
|
4808
5102
|
|
|
5103
|
+
/**
|
|
5104
|
+
* Skeleton loader is a non-interactive placeholder that displays a preview of the UI to visually communicate
|
|
5105
|
+
* that content is in the process of loading. Skeleton is used to provide a low fidelity
|
|
5106
|
+
* representation of the user interface (UI) before content appears on the page.
|
|
5107
|
+
* @see https://dialpad.design/components/skeleton.html
|
|
5108
|
+
*/
|
|
5109
|
+
|
|
4809
5110
|
/* harmony default export */ const skeletonvue_type_script_lang_js_ = ({
|
|
4810
5111
|
name: 'DtSkeleton',
|
|
4811
5112
|
components: {
|
|
@@ -4815,34 +5116,75 @@ var skeleton_list_item_component = normalizeComponent(
|
|
|
4815
5116
|
DtSkeletonParagraph: skeleton_paragraph
|
|
4816
5117
|
},
|
|
4817
5118
|
props: {
|
|
5119
|
+
/**
|
|
5120
|
+
* Set this prop to have the skeleton render as multiple lines of text.
|
|
5121
|
+
* Set only one option prop at a time.
|
|
5122
|
+
*/
|
|
4818
5123
|
paragraphOption: {
|
|
4819
5124
|
type: [Object, Boolean],
|
|
4820
5125
|
default: null
|
|
4821
5126
|
},
|
|
5127
|
+
|
|
5128
|
+
/**
|
|
5129
|
+
* Set this prop to have the skeleton render as a list item with an avatar and wrapping text.
|
|
5130
|
+
* Set only one option prop at a time.
|
|
5131
|
+
*/
|
|
4822
5132
|
listItemOption: {
|
|
4823
5133
|
type: [Object, Boolean],
|
|
4824
5134
|
default: null
|
|
4825
5135
|
},
|
|
5136
|
+
|
|
5137
|
+
/**
|
|
5138
|
+
* Set this prop to have the skeleton render as a single line of text.
|
|
5139
|
+
* Set only one option prop at a time.
|
|
5140
|
+
*/
|
|
4826
5141
|
textOption: {
|
|
4827
5142
|
type: Object,
|
|
4828
5143
|
default: null
|
|
4829
5144
|
},
|
|
5145
|
+
|
|
5146
|
+
/**
|
|
5147
|
+
* Set this prop to have the skeleton render as a specific shape.
|
|
5148
|
+
* Set only one option prop at a time.
|
|
5149
|
+
*/
|
|
4830
5150
|
shapeOption: {
|
|
4831
5151
|
type: [Object, Boolean],
|
|
4832
5152
|
default: null
|
|
4833
5153
|
},
|
|
5154
|
+
|
|
5155
|
+
/**
|
|
5156
|
+
* Duration time of the animation (ms), set -1 for an infinite animation.
|
|
5157
|
+
*/
|
|
4834
5158
|
animationDuration: {
|
|
4835
5159
|
type: Number,
|
|
4836
5160
|
default: -1
|
|
4837
5161
|
},
|
|
5162
|
+
|
|
5163
|
+
/**
|
|
5164
|
+
* Descriptive label for the content.
|
|
5165
|
+
*/
|
|
4838
5166
|
ariaLabel: {
|
|
4839
5167
|
type: String,
|
|
4840
5168
|
default: ''
|
|
4841
5169
|
},
|
|
5170
|
+
|
|
5171
|
+
/**
|
|
5172
|
+
* This property has higher priority than "option.animate"
|
|
5173
|
+
* @values true, false
|
|
5174
|
+
*/
|
|
4842
5175
|
animate: {
|
|
4843
5176
|
type: Boolean,
|
|
4844
5177
|
default: true
|
|
4845
5178
|
},
|
|
5179
|
+
|
|
5180
|
+
/**
|
|
5181
|
+
* RippleDuration controls how long the delay is for the animation of a
|
|
5182
|
+
* placeholder 1000 pixels from the top of the page. Each placeholder
|
|
5183
|
+
* from the top down will have a delay duration from 0 to this offset.
|
|
5184
|
+
* The delay of each placeholder animation is based on how far down the page
|
|
5185
|
+
* the placeholder is rendered. This is a linear relationship. The unit
|
|
5186
|
+
* is milliseconds.
|
|
5187
|
+
*/
|
|
4846
5188
|
offset: {
|
|
4847
5189
|
type: Number,
|
|
4848
5190
|
default: 1
|
|
@@ -4900,8 +5242,8 @@ var skeletonvue_type_style_index_0_lang_less_ = __webpack_require__(315);
|
|
|
4900
5242
|
|
|
4901
5243
|
var skeleton_component = normalizeComponent(
|
|
4902
5244
|
skeleton_skeletonvue_type_script_lang_js_,
|
|
4903
|
-
|
|
4904
|
-
|
|
5245
|
+
skeletonvue_type_template_id_6cda56f1_render,
|
|
5246
|
+
skeletonvue_type_template_id_6cda56f1_staticRenderFns,
|
|
4905
5247
|
false,
|
|
4906
5248
|
null,
|
|
4907
5249
|
null,
|
|
@@ -4968,9 +5310,9 @@ var combobox_loading_list_component = normalizeComponent(
|
|
|
4968
5310
|
)
|
|
4969
5311
|
|
|
4970
5312
|
/* harmony default export */ const combobox_loading_list = (combobox_loading_list_component.exports);
|
|
4971
|
-
;// 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_empty-list.vue?vue&type=template&id=
|
|
4972
|
-
var
|
|
4973
|
-
var
|
|
5313
|
+
;// 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_empty-list.vue?vue&type=template&id=d0c59b2c&
|
|
5314
|
+
var combobox_empty_listvue_type_template_id_d0c59b2c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('ol',{staticClass:"d-p0",attrs:{"data-qa":"dt-combobox-empty-list"}},[_c('dt-list-item',{staticClass:"d-d-flex d-jc-center",attrs:{"role":"option","navigation-type":"arrow-keys"}},[_c('span',[_vm._v(_vm._s(_vm.message))])])],1)}
|
|
5315
|
+
var combobox_empty_listvue_type_template_id_d0c59b2c_staticRenderFns = []
|
|
4974
5316
|
|
|
4975
5317
|
|
|
4976
5318
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/combobox/combobox_empty-list.vue?vue&type=script&lang=js&
|
|
@@ -4996,6 +5338,9 @@ var combobox_empty_listvue_type_template_id_85c21112_staticRenderFns = []
|
|
|
4996
5338
|
DtListItem: list_item
|
|
4997
5339
|
},
|
|
4998
5340
|
props: {
|
|
5341
|
+
/**
|
|
5342
|
+
* Message to display when list is empty
|
|
5343
|
+
*/
|
|
4999
5344
|
message: {
|
|
5000
5345
|
type: String,
|
|
5001
5346
|
required: true
|
|
@@ -5014,8 +5359,8 @@ var combobox_empty_listvue_type_template_id_85c21112_staticRenderFns = []
|
|
|
5014
5359
|
;
|
|
5015
5360
|
var combobox_empty_list_component = normalizeComponent(
|
|
5016
5361
|
combobox_combobox_empty_listvue_type_script_lang_js_,
|
|
5017
|
-
|
|
5018
|
-
|
|
5362
|
+
combobox_empty_listvue_type_template_id_d0c59b2c_render,
|
|
5363
|
+
combobox_empty_listvue_type_template_id_d0c59b2c_staticRenderFns,
|
|
5019
5364
|
false,
|
|
5020
5365
|
null,
|
|
5021
5366
|
null,
|
|
@@ -5074,6 +5419,12 @@ var combobox_empty_list_component = normalizeComponent(
|
|
|
5074
5419
|
|
|
5075
5420
|
|
|
5076
5421
|
|
|
5422
|
+
/**
|
|
5423
|
+
* A combobox is a semantic component that displays an input element combined with a listbox,
|
|
5424
|
+
* which enables the user to select items from the list.
|
|
5425
|
+
* @see https://dialpad.design/components/combobox.html
|
|
5426
|
+
*/
|
|
5427
|
+
|
|
5077
5428
|
/* harmony default export */ const comboboxvue_type_script_lang_js_ = ({
|
|
5078
5429
|
name: 'DtCombobox',
|
|
5079
5430
|
components: {
|
|
@@ -5129,6 +5480,7 @@ var combobox_empty_list_component = normalizeComponent(
|
|
|
5129
5480
|
|
|
5130
5481
|
/**
|
|
5131
5482
|
* Determines when to show the list element and also controls the aria-expanded attribute.
|
|
5483
|
+
* @values true, false
|
|
5132
5484
|
*/
|
|
5133
5485
|
showList: {
|
|
5134
5486
|
type: Boolean,
|
|
@@ -5137,6 +5489,7 @@ var combobox_empty_list_component = normalizeComponent(
|
|
|
5137
5489
|
|
|
5138
5490
|
/**
|
|
5139
5491
|
* If the list is rendered outside the component, like when using popover as the list wrapper.
|
|
5492
|
+
* @values true, false
|
|
5140
5493
|
*/
|
|
5141
5494
|
listRenderedOutside: {
|
|
5142
5495
|
type: Boolean,
|
|
@@ -5145,6 +5498,7 @@ var combobox_empty_list_component = normalizeComponent(
|
|
|
5145
5498
|
|
|
5146
5499
|
/**
|
|
5147
5500
|
* Determines when to show the skeletons and also controls aria-busy attribute.
|
|
5501
|
+
* @values true, false
|
|
5148
5502
|
*/
|
|
5149
5503
|
loading: {
|
|
5150
5504
|
type: Boolean,
|
|
@@ -5153,6 +5507,7 @@ var combobox_empty_list_component = normalizeComponent(
|
|
|
5153
5507
|
|
|
5154
5508
|
/**
|
|
5155
5509
|
* Sets the list to an empty state, and displays the message from prop `emptyStateMessage`.
|
|
5510
|
+
* @values true, false
|
|
5156
5511
|
*/
|
|
5157
5512
|
emptyList: {
|
|
5158
5513
|
type: Boolean,
|
|
@@ -5371,8 +5726,8 @@ var combobox_empty_list_component = normalizeComponent(
|
|
|
5371
5726
|
;
|
|
5372
5727
|
var combobox_component = normalizeComponent(
|
|
5373
5728
|
combobox_comboboxvue_type_script_lang_js_,
|
|
5374
|
-
|
|
5375
|
-
|
|
5729
|
+
comboboxvue_type_template_id_397ad57a_render,
|
|
5730
|
+
comboboxvue_type_template_id_397ad57a_staticRenderFns,
|
|
5376
5731
|
false,
|
|
5377
5732
|
null,
|
|
5378
5733
|
null,
|
|
@@ -5383,8 +5738,8 @@ var combobox_component = normalizeComponent(
|
|
|
5383
5738
|
/* harmony default export */ const combobox = (combobox_component.exports);
|
|
5384
5739
|
;// CONCATENATED MODULE: ./components/combobox/index.js
|
|
5385
5740
|
|
|
5386
|
-
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/collapsible/collapsible.vue?vue&type=template&id=
|
|
5387
|
-
var
|
|
5741
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/collapsible/collapsible.vue?vue&type=template&id=22be811b&
|
|
5742
|
+
var collapsiblevue_type_template_id_22be811b_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c(_vm.elementType,_vm._g({ref:"collapsible",tag:"component"},_vm.$listeners),[_c('div',{ref:"anchor",class:[
|
|
5388
5743
|
'd-dt-collapsibe__anchor',
|
|
5389
5744
|
_vm.anchorClass ],attrs:{"id":!_vm.ariaLabelledBy && _vm.labelledBy},on:{"!click":function($event){return _vm.defaultToggleOpen.apply(null, arguments)},"keydown":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.defaultToggleOpen.apply(null, arguments)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"space",32,$event.key,[" ","Spacebar"])){ return null; }return _vm.defaultToggleOpen.apply(null, arguments)}]}},[_vm._t("anchor",function(){return [_c('dt-button',{style:({
|
|
5390
5745
|
'width': _vm.maxWidth,
|
|
@@ -5398,12 +5753,12 @@ var collapsiblevue_type_template_id_81ed658c_render = function () {var _vm=this;
|
|
|
5398
5753
|
'max-height': _vm.maxHeight,
|
|
5399
5754
|
'max-width': _vm.maxWidth,
|
|
5400
5755
|
}),attrs:{"id":_vm.id,"aria-hidden":("" + (!_vm.isOpen)),"aria-labelledby":_vm.labelledBy,"aria-label":_vm.ariaLabel,"show":_vm.isOpen,"element-type":_vm.contentElementType,"tabindex":"-1","appear":""},on:{"after-leave":_vm.onLeaveTransitionComplete,"after-enter":_vm.onEnterTransitionComplete}},_vm.$listeners),[_vm._t("content")],2)],1)}
|
|
5401
|
-
var
|
|
5756
|
+
var collapsiblevue_type_template_id_22be811b_staticRenderFns = []
|
|
5402
5757
|
|
|
5403
5758
|
|
|
5404
|
-
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/collapsible/collapsible_lazy_show.vue?vue&type=template&id=
|
|
5405
|
-
var
|
|
5406
|
-
var
|
|
5759
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/collapsible/collapsible_lazy_show.vue?vue&type=template&id=2bfe7a0c&
|
|
5760
|
+
var collapsible_lazy_showvue_type_template_id_2bfe7a0c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('transition',_vm._g({attrs:{"appear":_vm.appear,"enter-active-class":"enter-active","leave-active-class":"leave-active"},on:{"before-enter":_vm.beforeEnter,"enter":_vm.enter,"after-enter":_vm.afterEnter,"before-leave":_vm.beforeLeave,"leave":_vm.leave,"after-leave":_vm.afterLeave}},_vm.$listeners),[_c(_vm.elementType,_vm._g({directives:[{name:"show",rawName:"v-show",value:(_vm.show),expression:"show"}],tag:"component"},_vm.$listeners),[(_vm.initialized)?_vm._t("default"):_vm._e()],2)],1)}
|
|
5761
|
+
var collapsible_lazy_showvue_type_template_id_2bfe7a0c_staticRenderFns = []
|
|
5407
5762
|
|
|
5408
5763
|
|
|
5409
5764
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/collapsible/collapsible_lazy_show.vue?vue&type=script&lang=js&
|
|
@@ -5431,6 +5786,7 @@ var collapsible_lazy_showvue_type_template_id_22ec4864_staticRenderFns = []
|
|
|
5431
5786
|
//
|
|
5432
5787
|
//
|
|
5433
5788
|
//
|
|
5789
|
+
//
|
|
5434
5790
|
/* harmony default export */ const collapsible_lazy_showvue_type_script_lang_js_ = ({
|
|
5435
5791
|
name: 'DtCollapsibleLazyShow',
|
|
5436
5792
|
|
|
@@ -5441,11 +5797,22 @@ var collapsible_lazy_showvue_type_template_id_22ec4864_staticRenderFns = []
|
|
|
5441
5797
|
/**
|
|
5442
5798
|
* Whether the child slot is shown.
|
|
5443
5799
|
*/
|
|
5444
|
-
show:
|
|
5800
|
+
show: {
|
|
5801
|
+
type: Boolean,
|
|
5802
|
+
default: null
|
|
5803
|
+
},
|
|
5804
|
+
|
|
5805
|
+
/**
|
|
5806
|
+
* Enable/Disable transition animation
|
|
5807
|
+
*/
|
|
5445
5808
|
appear: {
|
|
5446
5809
|
type: Boolean,
|
|
5447
5810
|
default: false
|
|
5448
5811
|
},
|
|
5812
|
+
|
|
5813
|
+
/**
|
|
5814
|
+
* HTML element type (tag name) of the content wrapper element.
|
|
5815
|
+
*/
|
|
5449
5816
|
elementType: {
|
|
5450
5817
|
type: String,
|
|
5451
5818
|
default: 'div'
|
|
@@ -5550,8 +5917,8 @@ var collapsible_lazy_showvue_type_style_index_0_lang_css_ = __webpack_require__(
|
|
|
5550
5917
|
|
|
5551
5918
|
var collapsible_lazy_show_component = normalizeComponent(
|
|
5552
5919
|
collapsible_collapsible_lazy_showvue_type_script_lang_js_,
|
|
5553
|
-
|
|
5554
|
-
|
|
5920
|
+
collapsible_lazy_showvue_type_template_id_2bfe7a0c_render,
|
|
5921
|
+
collapsible_lazy_showvue_type_template_id_2bfe7a0c_staticRenderFns,
|
|
5555
5922
|
false,
|
|
5556
5923
|
null,
|
|
5557
5924
|
null,
|
|
@@ -5560,9 +5927,9 @@ var collapsible_lazy_show_component = normalizeComponent(
|
|
|
5560
5927
|
)
|
|
5561
5928
|
|
|
5562
5929
|
/* harmony default export */ const collapsible_lazy_show = (collapsible_lazy_show_component.exports);
|
|
5563
|
-
;// 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=
|
|
5564
|
-
var
|
|
5565
|
-
var
|
|
5930
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/lazy_show/lazy_show.vue?vue&type=template&id=68041c9d&
|
|
5931
|
+
var lazy_showvue_type_template_id_68041c9d_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('transition',_vm._g({attrs:{"name":_vm.transition,"appear":_vm.appear}},_vm.$listeners),[_c('div',_vm._g({directives:[{name:"show",rawName:"v-show",value:(_vm.show),expression:"show"}]},_vm.$listeners),[(_vm.initialized)?_vm._t("default"):_vm._e()],2)])}
|
|
5932
|
+
var lazy_showvue_type_template_id_68041c9d_staticRenderFns = []
|
|
5566
5933
|
|
|
5567
5934
|
|
|
5568
5935
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/lazy_show/lazy_show.vue?vue&type=script&lang=js&
|
|
@@ -5582,6 +5949,12 @@ var lazy_showvue_type_template_id_9ffa4e8c_staticRenderFns = []
|
|
|
5582
5949
|
//
|
|
5583
5950
|
//
|
|
5584
5951
|
//
|
|
5952
|
+
//
|
|
5953
|
+
|
|
5954
|
+
/**
|
|
5955
|
+
* Lazy Show is a utility component that prevents its children from being rendered until the first time it is shown.
|
|
5956
|
+
* @see https://dialpad.design/components/lazy_show.html
|
|
5957
|
+
*/
|
|
5585
5958
|
/* harmony default export */ const lazy_showvue_type_script_lang_js_ = ({
|
|
5586
5959
|
name: 'DtLazyShow',
|
|
5587
5960
|
|
|
@@ -5591,8 +5964,12 @@ var lazy_showvue_type_template_id_9ffa4e8c_staticRenderFns = []
|
|
|
5591
5964
|
props: {
|
|
5592
5965
|
/**
|
|
5593
5966
|
* Whether the child slot is shown.
|
|
5967
|
+
* @values true, false
|
|
5594
5968
|
*/
|
|
5595
|
-
show:
|
|
5969
|
+
show: {
|
|
5970
|
+
type: Boolean,
|
|
5971
|
+
default: false
|
|
5972
|
+
},
|
|
5596
5973
|
|
|
5597
5974
|
/**
|
|
5598
5975
|
* A valid Vue enter/leave CSS transition name.
|
|
@@ -5601,6 +5978,11 @@ var lazy_showvue_type_template_id_9ffa4e8c_staticRenderFns = []
|
|
|
5601
5978
|
type: String,
|
|
5602
5979
|
default: null
|
|
5603
5980
|
},
|
|
5981
|
+
|
|
5982
|
+
/**
|
|
5983
|
+
* Enable/Disable transition animation
|
|
5984
|
+
* @values true, false
|
|
5985
|
+
*/
|
|
5604
5986
|
appear: {
|
|
5605
5987
|
type: Boolean,
|
|
5606
5988
|
default: false
|
|
@@ -5638,8 +6020,8 @@ var lazy_showvue_type_template_id_9ffa4e8c_staticRenderFns = []
|
|
|
5638
6020
|
;
|
|
5639
6021
|
var lazy_show_component = normalizeComponent(
|
|
5640
6022
|
lazy_show_lazy_showvue_type_script_lang_js_,
|
|
5641
|
-
|
|
5642
|
-
|
|
6023
|
+
lazy_showvue_type_template_id_68041c9d_render,
|
|
6024
|
+
lazy_showvue_type_template_id_68041c9d_staticRenderFns,
|
|
5643
6025
|
false,
|
|
5644
6026
|
null,
|
|
5645
6027
|
null,
|
|
@@ -5788,6 +6170,11 @@ var IconArrowAccordionClosed_component = normalizeComponent(
|
|
|
5788
6170
|
|
|
5789
6171
|
|
|
5790
6172
|
|
|
6173
|
+
/**
|
|
6174
|
+
* A collapsible is a component consisting of an interactive anchor that toggled the expandable/collapsible element.
|
|
6175
|
+
* @see https://dialpad.design/components/collapsible.html
|
|
6176
|
+
*/
|
|
6177
|
+
|
|
5791
6178
|
/* harmony default export */ const collapsiblevue_type_script_lang_js_ = ({
|
|
5792
6179
|
name: 'DtCollapsible',
|
|
5793
6180
|
components: {
|
|
@@ -5810,8 +6197,9 @@ var IconArrowAccordionClosed_component = normalizeComponent(
|
|
|
5810
6197
|
/**
|
|
5811
6198
|
* Controls whether the collapsible is shown. Leaving this null will have the collapsible start
|
|
5812
6199
|
* expanded and trigger on click by default. If you set this value, the default trigger
|
|
5813
|
-
* behavior will be disabled and you can control it as you need.
|
|
6200
|
+
* behavior will be disabled, and you can control it as you need.
|
|
5814
6201
|
* Supports .sync modifier
|
|
6202
|
+
* @values null, true, false
|
|
5815
6203
|
*/
|
|
5816
6204
|
open: {
|
|
5817
6205
|
type: Boolean,
|
|
@@ -5831,7 +6219,7 @@ var IconArrowAccordionClosed_component = normalizeComponent(
|
|
|
5831
6219
|
},
|
|
5832
6220
|
|
|
5833
6221
|
/**
|
|
5834
|
-
*
|
|
6222
|
+
* HTML element type (tag name) of the root element of the component.
|
|
5835
6223
|
*/
|
|
5836
6224
|
elementType: {
|
|
5837
6225
|
type: String,
|
|
@@ -5839,7 +6227,7 @@ var IconArrowAccordionClosed_component = normalizeComponent(
|
|
|
5839
6227
|
},
|
|
5840
6228
|
|
|
5841
6229
|
/**
|
|
5842
|
-
*
|
|
6230
|
+
* HTML element type (tag name) of the content wrapper element.
|
|
5843
6231
|
*/
|
|
5844
6232
|
contentElementType: {
|
|
5845
6233
|
type: String,
|
|
@@ -5897,7 +6285,19 @@ var IconArrowAccordionClosed_component = normalizeComponent(
|
|
|
5897
6285
|
default: null
|
|
5898
6286
|
}
|
|
5899
6287
|
},
|
|
5900
|
-
emits: [
|
|
6288
|
+
emits: [
|
|
6289
|
+
/**
|
|
6290
|
+
* Event fired to sync the open prop with the parent component
|
|
6291
|
+
* @event update:open
|
|
6292
|
+
*/
|
|
6293
|
+
'update:open',
|
|
6294
|
+
/**
|
|
6295
|
+
* Event fired when the content is shown or hidden
|
|
6296
|
+
*
|
|
6297
|
+
* @event opened
|
|
6298
|
+
* @type {Boolean}
|
|
6299
|
+
*/
|
|
6300
|
+
'opened'],
|
|
5901
6301
|
|
|
5902
6302
|
data() {
|
|
5903
6303
|
return {
|
|
@@ -5971,8 +6371,8 @@ var IconArrowAccordionClosed_component = normalizeComponent(
|
|
|
5971
6371
|
;
|
|
5972
6372
|
var collapsible_component = normalizeComponent(
|
|
5973
6373
|
collapsible_collapsiblevue_type_script_lang_js_,
|
|
5974
|
-
|
|
5975
|
-
|
|
6374
|
+
collapsiblevue_type_template_id_22be811b_render,
|
|
6375
|
+
collapsiblevue_type_template_id_22be811b_staticRenderFns,
|
|
5976
6376
|
false,
|
|
5977
6377
|
null,
|
|
5978
6378
|
null,
|
|
@@ -5983,17 +6383,17 @@ var collapsible_component = normalizeComponent(
|
|
|
5983
6383
|
/* harmony default export */ const collapsible = (collapsible_component.exports);
|
|
5984
6384
|
;// CONCATENATED MODULE: ./components/collapsible/index.js
|
|
5985
6385
|
|
|
5986
|
-
;// 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=
|
|
5987
|
-
var
|
|
6386
|
+
;// 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=0ddf9e89&
|
|
6387
|
+
var dropdownvue_type_template_id_0ddf9e89_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,"open-on-context":_vm.openOnContext},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){
|
|
5988
6388
|
var attrs = ref.attrs;
|
|
5989
6389
|
return [_vm._t("anchor",null,null,attrs)]}},{key:"content",fn:function(ref){
|
|
5990
6390
|
var close = ref.close;
|
|
5991
6391
|
return [_c('ul',{ref:"listWrapper",class:_vm.listClasses,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))}
|
|
5992
|
-
var
|
|
6392
|
+
var dropdownvue_type_template_id_0ddf9e89_staticRenderFns = []
|
|
5993
6393
|
|
|
5994
6394
|
|
|
5995
|
-
;// 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=
|
|
5996
|
-
var
|
|
6395
|
+
;// 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=b648cb8c&
|
|
6396
|
+
var popovervue_type_template_id_b648cb8c_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","tabindex":_vm.openOnContext ? 0 : undefined},on:{"!click":function($event){return _vm.defaultToggleOpen.apply(null, arguments)},"contextmenu":function($event){$event.preventDefault();return _vm.onContext.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":{
|
|
5997
6397
|
'aria-expanded': _vm.isOpen.toString(),
|
|
5998
6398
|
'aria-controls': _vm.id,
|
|
5999
6399
|
'aria-haspopup': _vm.role,
|
|
@@ -6004,7 +6404,7 @@ var popovervue_type_template_id_d85b2e98_render = function () {var _vm=this;var
|
|
|
6004
6404
|
'd-popover__content',
|
|
6005
6405
|
_vm.POPOVER_PADDING_CLASSES[_vm.padding],
|
|
6006
6406
|
_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)}
|
|
6007
|
-
var
|
|
6407
|
+
var popovervue_type_template_id_b648cb8c_staticRenderFns = []
|
|
6008
6408
|
|
|
6009
6409
|
|
|
6010
6410
|
;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.js
|
|
@@ -10706,12 +11106,12 @@ if (typeof window !== 'undefined' && window.Vue && window.Vue === (external_comm
|
|
|
10706
11106
|
/* harmony default export */ const index_esm = ((/* unused pure expression or super */ null && (install)));
|
|
10707
11107
|
|
|
10708
11108
|
|
|
10709
|
-
;// 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_header_footer.vue?vue&type=template&id=
|
|
10710
|
-
var
|
|
11109
|
+
;// 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_header_footer.vue?vue&type=template&id=9366be96&
|
|
11110
|
+
var popover_header_footervue_type_template_id_9366be96_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:{
|
|
10711
11111
|
'd-popover__header': _vm.type === 'header',
|
|
10712
11112
|
'd-popover__footer': _vm.type === 'footer',
|
|
10713
11113
|
},attrs:{"data-qa":"dt-popover-header-footer"}},[(_vm.$slots.content)?_c('div',{class:['d-to-ellipsis', 'd-w100p', _vm.contentClass],attrs:{"data-qa":"dt-popover-header-footer-content"}},[_vm._t("content")],2):_vm._e(),(_vm.showCloseButton)?_c('dt-button',_vm._b({ref:"popover__close-button",staticClass:"d-p6 d-mr6 d-bc-transparent",attrs:{"data-qa":"dt-popover-close","importance":"outlined","kind":"muted","circle":""},on:{"click":function($event){return _vm.$emit('close')}},scopedSlots:_vm._u([{key:"icon",fn:function(){return [_c('icon-close',{staticClass:"d-svg--size20"})]},proxy:true}],null,false,2493961913)},'dt-button',_vm.closeButtonProps,false)):_vm._e()],1)}
|
|
10714
|
-
var
|
|
11114
|
+
var popover_header_footervue_type_template_id_9366be96_staticRenderFns = []
|
|
10715
11115
|
|
|
10716
11116
|
|
|
10717
11117
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/popover/popover_header_footer.vue?vue&type=script&lang=js&
|
|
@@ -10750,6 +11150,7 @@ var popover_header_footervue_type_template_id_29ff8217_staticRenderFns = []
|
|
|
10750
11150
|
//
|
|
10751
11151
|
//
|
|
10752
11152
|
//
|
|
11153
|
+
//
|
|
10753
11154
|
|
|
10754
11155
|
|
|
10755
11156
|
/* harmony default export */ const popover_header_footervue_type_script_lang_js_ = ({
|
|
@@ -10777,6 +11178,7 @@ var popover_header_footervue_type_template_id_29ff8217_staticRenderFns = []
|
|
|
10777
11178
|
|
|
10778
11179
|
/**
|
|
10779
11180
|
* Determines visibility for close button
|
|
11181
|
+
* @values true, false
|
|
10780
11182
|
*/
|
|
10781
11183
|
showCloseButton: {
|
|
10782
11184
|
type: Boolean,
|
|
@@ -10792,7 +11194,14 @@ var popover_header_footervue_type_template_id_29ff8217_staticRenderFns = []
|
|
|
10792
11194
|
default: () => {}
|
|
10793
11195
|
}
|
|
10794
11196
|
},
|
|
10795
|
-
emits: [
|
|
11197
|
+
emits: [
|
|
11198
|
+
/**
|
|
11199
|
+
* Emitted when popover is closed
|
|
11200
|
+
*
|
|
11201
|
+
* @event close
|
|
11202
|
+
* @type { Boolean }
|
|
11203
|
+
*/
|
|
11204
|
+
'close'],
|
|
10796
11205
|
methods: {
|
|
10797
11206
|
focusCloseButton() {
|
|
10798
11207
|
var _this$$refs$popover__;
|
|
@@ -10815,8 +11224,8 @@ var popover_header_footervue_type_template_id_29ff8217_staticRenderFns = []
|
|
|
10815
11224
|
;
|
|
10816
11225
|
var popover_header_footer_component = normalizeComponent(
|
|
10817
11226
|
popover_popover_header_footervue_type_script_lang_js_,
|
|
10818
|
-
|
|
10819
|
-
|
|
11227
|
+
popover_header_footervue_type_template_id_9366be96_render,
|
|
11228
|
+
popover_header_footervue_type_template_id_9366be96_staticRenderFns,
|
|
10820
11229
|
false,
|
|
10821
11230
|
null,
|
|
10822
11231
|
null,
|
|
@@ -10939,6 +11348,7 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
10939
11348
|
//
|
|
10940
11349
|
//
|
|
10941
11350
|
//
|
|
11351
|
+
//
|
|
10942
11352
|
|
|
10943
11353
|
/* eslint-disable max-lines */
|
|
10944
11354
|
|
|
@@ -10948,6 +11358,11 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
10948
11358
|
|
|
10949
11359
|
|
|
10950
11360
|
|
|
11361
|
+
/**
|
|
11362
|
+
* A Popover displays a content overlay when its anchor element is activated.
|
|
11363
|
+
* @see https://dialpad.design/components/popover.html
|
|
11364
|
+
*/
|
|
11365
|
+
|
|
10951
11366
|
/* harmony default export */ const popovervue_type_script_lang_js_ = ({
|
|
10952
11367
|
name: 'DtPopover',
|
|
10953
11368
|
|
|
@@ -10965,6 +11380,7 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
10965
11380
|
* Controls whether the popover is shown. Leaving this null will have the popover trigger on click by default.
|
|
10966
11381
|
* If you set this value, the default trigger behavior will be disabled and you can control it as you need.
|
|
10967
11382
|
* Supports .sync modifier
|
|
11383
|
+
* @values null, true, false
|
|
10968
11384
|
*/
|
|
10969
11385
|
open: {
|
|
10970
11386
|
type: Boolean,
|
|
@@ -10974,6 +11390,7 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
10974
11390
|
/**
|
|
10975
11391
|
* Opens the popover on right click (context menu). If you set this value to `true`,
|
|
10976
11392
|
* the default trigger behavior will be disabled.
|
|
11393
|
+
* @values true, false
|
|
10977
11394
|
*/
|
|
10978
11395
|
openOnContext: {
|
|
10979
11396
|
type: Boolean,
|
|
@@ -10999,7 +11416,7 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
10999
11416
|
|
|
11000
11417
|
/**
|
|
11001
11418
|
* ARIA role for the content of the popover. Defaults to "dialog".
|
|
11002
|
-
*
|
|
11419
|
+
* <a href="https://www.w3.org/TR/wai-aria/#aria-haspopup" target="_blank">aria-haspopup</a>
|
|
11003
11420
|
*/
|
|
11004
11421
|
role: {
|
|
11005
11422
|
type: String,
|
|
@@ -11041,6 +11458,7 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
11041
11458
|
|
|
11042
11459
|
/**
|
|
11043
11460
|
* Padding size class for the popover content.
|
|
11461
|
+
* @values none, small, medium, large
|
|
11044
11462
|
*/
|
|
11045
11463
|
padding: {
|
|
11046
11464
|
type: String,
|
|
@@ -11061,6 +11479,7 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
11061
11479
|
/**
|
|
11062
11480
|
* Width configuration for the popover content. When its value is 'anchor',
|
|
11063
11481
|
* the popover content will have the same width as the anchor.
|
|
11482
|
+
* @values null, anchor
|
|
11064
11483
|
*/
|
|
11065
11484
|
contentWidth: {
|
|
11066
11485
|
type: String,
|
|
@@ -11099,7 +11518,8 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
11099
11518
|
|
|
11100
11519
|
/**
|
|
11101
11520
|
* Displaces the content box from its anchor element
|
|
11102
|
-
* by the specified number of pixels.
|
|
11521
|
+
* by the specified number of pixels. See
|
|
11522
|
+
* <a href="https://atomiks.github.io/tippyjs/v6/all-props/#offset" target="_blank">Tippy.js docs</a>
|
|
11103
11523
|
*/
|
|
11104
11524
|
offset: {
|
|
11105
11525
|
type: Array,
|
|
@@ -11109,6 +11529,7 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
11109
11529
|
/**
|
|
11110
11530
|
* Determines if the popover hides upon clicking the
|
|
11111
11531
|
* anchor or outside of the content box.
|
|
11532
|
+
* @values true, false
|
|
11112
11533
|
*/
|
|
11113
11534
|
hideOnClick: {
|
|
11114
11535
|
type: Boolean,
|
|
@@ -11118,6 +11539,7 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
11118
11539
|
/**
|
|
11119
11540
|
* Determines modal state. If enabled popover has a modal overlay
|
|
11120
11541
|
* preventing interaction with elements below it, but it is invisible.
|
|
11542
|
+
* @values true, false
|
|
11121
11543
|
*/
|
|
11122
11544
|
modal: {
|
|
11123
11545
|
type: Boolean,
|
|
@@ -11127,6 +11549,7 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
11127
11549
|
/**
|
|
11128
11550
|
* If the popover does not fit in the direction described by "placement",
|
|
11129
11551
|
* it will attempt to change it's direction to the "fallbackPlacements".
|
|
11552
|
+
* See <a href="https://popper.js.org/docs/v2/modifiers/flip/#fallbackplacements" target="_blank">Popper.js docs</a>
|
|
11130
11553
|
* */
|
|
11131
11554
|
fallbackPlacements: {
|
|
11132
11555
|
type: Array,
|
|
@@ -11137,6 +11560,12 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
11137
11560
|
|
|
11138
11561
|
/**
|
|
11139
11562
|
* The direction the popover displays relative to the anchor.
|
|
11563
|
+
* See <a href="https://atomiks.github.io/tippyjs/v6/all-props/#placement" target="_blank">Tippy.js docs</a>
|
|
11564
|
+
* @values top, top-start, top-end,
|
|
11565
|
+
* right, right-start, right-end,
|
|
11566
|
+
* left, left-start, left-end,
|
|
11567
|
+
* bottom, bottom-start, bottom-end,
|
|
11568
|
+
* auto, auto-start, auto-end
|
|
11140
11569
|
*/
|
|
11141
11570
|
placement: {
|
|
11142
11571
|
type: String,
|
|
@@ -11146,6 +11575,8 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
11146
11575
|
/**
|
|
11147
11576
|
* If set to false the dialog will display over top of the anchor when there is insufficient space.
|
|
11148
11577
|
* If set to true it will never move from its position relative to the anchor and will clip instead.
|
|
11578
|
+
* See <a href="https://popper.js.org/docs/v2/modifiers/prevent-overflow/#tether" target="_blank">Popper.js docs</a>
|
|
11579
|
+
* @values true, false
|
|
11149
11580
|
*/
|
|
11150
11581
|
tether: {
|
|
11151
11582
|
type: Boolean,
|
|
@@ -11158,6 +11589,8 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
11158
11589
|
* position in those cases the DOM layout changes the reference element's position.
|
|
11159
11590
|
* `true` enables it, `reference` only checks the "reference" rect for changes and `popper` only
|
|
11160
11591
|
* checks the "popper" rect for changes.
|
|
11592
|
+
* See <a href="https://atomiks.github.io/tippyjs/v6/all-props/#sticky" target="_blank">Tippy.js docs</a>
|
|
11593
|
+
* @values true, false, reference, popper
|
|
11161
11594
|
*/
|
|
11162
11595
|
sticky: {
|
|
11163
11596
|
type: [Boolean, String],
|
|
@@ -11187,6 +11620,7 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
11187
11620
|
|
|
11188
11621
|
/**
|
|
11189
11622
|
* Determines visibility for close button
|
|
11623
|
+
* @values true, false
|
|
11190
11624
|
*/
|
|
11191
11625
|
showCloseButton: {
|
|
11192
11626
|
type: Boolean,
|
|
@@ -11223,6 +11657,7 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
11223
11657
|
* find the element by ID. 'first' which will automatically focus
|
|
11224
11658
|
* the first element, or 'dialog' which will focus the dialog window itself.
|
|
11225
11659
|
* If the dialog is modal this prop cannot be 'none'.
|
|
11660
|
+
* @values none, dialog, first
|
|
11226
11661
|
*/
|
|
11227
11662
|
initialFocusElement: {
|
|
11228
11663
|
type: [String, HTMLElement],
|
|
@@ -11235,6 +11670,7 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
11235
11670
|
/**
|
|
11236
11671
|
* If the popover should open pressing up or down arrow key on the anchor element.
|
|
11237
11672
|
* This can be set when not passing open prop.
|
|
11673
|
+
* @values true, false
|
|
11238
11674
|
*/
|
|
11239
11675
|
openWithArrowKeys: {
|
|
11240
11676
|
type: Boolean,
|
|
@@ -11248,7 +11684,14 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
11248
11684
|
* @event opened
|
|
11249
11685
|
* @type {Boolean | Array}
|
|
11250
11686
|
*/
|
|
11251
|
-
'opened',
|
|
11687
|
+
'opened',
|
|
11688
|
+
/**
|
|
11689
|
+
* Emitted to sync value with parent
|
|
11690
|
+
*
|
|
11691
|
+
* @event update:opened
|
|
11692
|
+
* @type {Boolean | Array}
|
|
11693
|
+
*/
|
|
11694
|
+
'update:open'],
|
|
11252
11695
|
|
|
11253
11696
|
data() {
|
|
11254
11697
|
return {
|
|
@@ -11610,8 +12053,8 @@ var popovervue_type_style_index_0_lang_less_ = __webpack_require__(230);
|
|
|
11610
12053
|
|
|
11611
12054
|
var popover_component = normalizeComponent(
|
|
11612
12055
|
popover_popovervue_type_script_lang_js_,
|
|
11613
|
-
|
|
11614
|
-
|
|
12056
|
+
popovervue_type_template_id_b648cb8c_render,
|
|
12057
|
+
popovervue_type_template_id_b648cb8c_staticRenderFns,
|
|
11615
12058
|
false,
|
|
11616
12059
|
null,
|
|
11617
12060
|
null,
|
|
@@ -11853,7 +12296,12 @@ const DROPDOWN_PADDING_CLASSES = {
|
|
|
11853
12296
|
* @event opened
|
|
11854
12297
|
* @type {Boolean | Array}
|
|
11855
12298
|
*/
|
|
11856
|
-
'opened',
|
|
12299
|
+
'opened',
|
|
12300
|
+
/**
|
|
12301
|
+
* Event fired to sync the open prop with the parent component
|
|
12302
|
+
* @event update:open
|
|
12303
|
+
*/
|
|
12304
|
+
'update:open'],
|
|
11857
12305
|
|
|
11858
12306
|
data() {
|
|
11859
12307
|
return {
|
|
@@ -12013,8 +12461,8 @@ var dropdownvue_type_style_index_0_lang_less_ = __webpack_require__(782);
|
|
|
12013
12461
|
|
|
12014
12462
|
var dropdown_component = normalizeComponent(
|
|
12015
12463
|
dropdown_dropdownvue_type_script_lang_js_,
|
|
12016
|
-
|
|
12017
|
-
|
|
12464
|
+
dropdownvue_type_template_id_0ddf9e89_render,
|
|
12465
|
+
dropdownvue_type_template_id_0ddf9e89_staticRenderFns,
|
|
12018
12466
|
false,
|
|
12019
12467
|
null,
|
|
12020
12468
|
null,
|
|
@@ -12023,9 +12471,9 @@ var dropdown_component = normalizeComponent(
|
|
|
12023
12471
|
)
|
|
12024
12472
|
|
|
12025
12473
|
/* harmony default export */ const dropdown = (dropdown_component.exports);
|
|
12026
|
-
;// 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=
|
|
12027
|
-
var
|
|
12028
|
-
var
|
|
12474
|
+
;// 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=55a3b3f2&
|
|
12475
|
+
var dropdown_listvue_type_template_id_55a3b3f2_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)])}
|
|
12476
|
+
var dropdown_listvue_type_template_id_55a3b3f2_staticRenderFns = []
|
|
12029
12477
|
|
|
12030
12478
|
|
|
12031
12479
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/dropdown/dropdown_list.vue?vue&type=script&lang=js&
|
|
@@ -12080,11 +12528,11 @@ var dropdown_listvue_type_template_id_294ae37b_scoped_true_staticRenderFns = []
|
|
|
12080
12528
|
;
|
|
12081
12529
|
var dropdown_list_component = normalizeComponent(
|
|
12082
12530
|
dropdown_dropdown_listvue_type_script_lang_js_,
|
|
12083
|
-
|
|
12084
|
-
|
|
12531
|
+
dropdown_listvue_type_template_id_55a3b3f2_render,
|
|
12532
|
+
dropdown_listvue_type_template_id_55a3b3f2_staticRenderFns,
|
|
12085
12533
|
false,
|
|
12086
12534
|
null,
|
|
12087
|
-
|
|
12535
|
+
null,
|
|
12088
12536
|
null
|
|
12089
12537
|
|
|
12090
12538
|
)
|
|
@@ -12137,8 +12585,8 @@ var dropdown_separator_component = normalizeComponent(
|
|
|
12137
12585
|
|
|
12138
12586
|
|
|
12139
12587
|
|
|
12140
|
-
;// 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=
|
|
12141
|
-
var
|
|
12588
|
+
;// 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=7e861d6a&
|
|
12589
|
+
var inputvue_type_template_id_7e861d6a_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:[
|
|
12142
12590
|
'base-input__label-text',
|
|
12143
12591
|
'd-label',
|
|
12144
12592
|
_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:[
|
|
@@ -12147,7 +12595,7 @@ var inputvue_type_template_id_fc19976e_render = function () {var _vm=this;var _h
|
|
|
12147
12595
|
'd-fd-column',
|
|
12148
12596
|
_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:[
|
|
12149
12597
|
'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)}
|
|
12150
|
-
var
|
|
12598
|
+
var inputvue_type_template_id_7e861d6a_staticRenderFns = []
|
|
12151
12599
|
|
|
12152
12600
|
|
|
12153
12601
|
;// CONCATENATED MODULE: ./components/input/input_constants.js
|
|
@@ -12171,15 +12619,15 @@ const INPUT_SIZES = {
|
|
|
12171
12619
|
INPUT_TYPES,
|
|
12172
12620
|
INPUT_SIZES
|
|
12173
12621
|
});
|
|
12174
|
-
;// 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/validation_messages/validation_messages.vue?vue&type=template&id=
|
|
12175
|
-
var
|
|
12622
|
+
;// 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/validation_messages/validation_messages.vue?vue&type=template&id=61ba07b5&
|
|
12623
|
+
var validation_messagesvue_type_template_id_61ba07b5_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.showMessages && !_vm.isFilteredValidationMessagesEmpty)?_c('div',{staticClass:"base-input__messages d-d-flex d-fd-column",attrs:{"data-qa":"validation-messages-container"}},_vm._l((_vm.filteredValidationMessages),function(ref,index){
|
|
12176
12624
|
var message = ref.message;
|
|
12177
12625
|
var type = ref.type;
|
|
12178
12626
|
return _c('div',{key:_vm.getMessageKey(type, index),class:[
|
|
12179
12627
|
'base-input__message',
|
|
12180
12628
|
'd-validation-message',
|
|
12181
12629
|
_vm.messageTypeClass(type) ],attrs:{"role":"status","aria-live":"polite","data-qa":"validation-message"}},[_c('p',{domProps:{"innerHTML":_vm._s(message)}})])}),0):_vm._e()}
|
|
12182
|
-
var
|
|
12630
|
+
var validation_messagesvue_type_template_id_61ba07b5_staticRenderFns = []
|
|
12183
12631
|
|
|
12184
12632
|
|
|
12185
12633
|
;// CONCATENATED MODULE: ./common/validators.js
|
|
@@ -12230,6 +12678,12 @@ function validationMessageValidator(rawMessages) {
|
|
|
12230
12678
|
//
|
|
12231
12679
|
|
|
12232
12680
|
|
|
12681
|
+
/**
|
|
12682
|
+
* Validation messages are used to convey information to the user about the current state of the input element.
|
|
12683
|
+
* These messages can have an error, warning or success type.
|
|
12684
|
+
* @see https://dialpad.design/components/validation_messages.html
|
|
12685
|
+
*/
|
|
12686
|
+
|
|
12233
12687
|
/* harmony default export */ const validation_messagesvue_type_script_lang_js_ = ({
|
|
12234
12688
|
name: 'DtValidationMessages',
|
|
12235
12689
|
props: {
|
|
@@ -12257,6 +12711,7 @@ function validationMessageValidator(rawMessages) {
|
|
|
12257
12711
|
|
|
12258
12712
|
/**
|
|
12259
12713
|
* Show Validation messages
|
|
12714
|
+
* @values true, false
|
|
12260
12715
|
*/
|
|
12261
12716
|
showMessages: {
|
|
12262
12717
|
type: Boolean,
|
|
@@ -12305,8 +12760,8 @@ function validationMessageValidator(rawMessages) {
|
|
|
12305
12760
|
;
|
|
12306
12761
|
var validation_messages_component = normalizeComponent(
|
|
12307
12762
|
validation_messages_validation_messagesvue_type_script_lang_js_,
|
|
12308
|
-
|
|
12309
|
-
|
|
12763
|
+
validation_messagesvue_type_template_id_61ba07b5_render,
|
|
12764
|
+
validation_messagesvue_type_template_id_61ba07b5_staticRenderFns,
|
|
12310
12765
|
false,
|
|
12311
12766
|
null,
|
|
12312
12767
|
null,
|
|
@@ -12324,6 +12779,7 @@ var validation_messages_component = normalizeComponent(
|
|
|
12324
12779
|
|
|
12325
12780
|
/**
|
|
12326
12781
|
* This mixin provides a base set of props, watchers and data attributes that are commonly used in our input components.
|
|
12782
|
+
* @displayName Input Mixin
|
|
12327
12783
|
*/
|
|
12328
12784
|
|
|
12329
12785
|
const InputMixin = {
|
|
@@ -12463,6 +12919,7 @@ const InputMixin = {
|
|
|
12463
12919
|
*
|
|
12464
12920
|
* This includes the group context, checked model & prop, internal data attributes as well as a set common computed
|
|
12465
12921
|
* properties and watchers. It also includes the group name warning logic.
|
|
12922
|
+
* @displayName Checkable Mixin
|
|
12466
12923
|
*/
|
|
12467
12924
|
|
|
12468
12925
|
const CheckableMixin = {
|
|
@@ -12520,6 +12977,7 @@ const CheckableMixin = {
|
|
|
12520
12977
|
*
|
|
12521
12978
|
* This includes the group context and internal data attributes as well as a set common computed
|
|
12522
12979
|
* properties and watchers. It also includes the group name warning logic.
|
|
12980
|
+
* @displayName Groupable Mixin
|
|
12523
12981
|
*/
|
|
12524
12982
|
|
|
12525
12983
|
const GroupableMixin = {
|
|
@@ -12629,10 +13087,15 @@ const GroupableMixin = {
|
|
|
12629
13087
|
}
|
|
12630
13088
|
|
|
12631
13089
|
};
|
|
13090
|
+
/**
|
|
13091
|
+
* This mixin provides common logic shared amongst our validation messages inputs.
|
|
13092
|
+
* @displayName Messages Mixin
|
|
13093
|
+
*/
|
|
13094
|
+
|
|
12632
13095
|
const MessagesMixin = {
|
|
12633
13096
|
props: {
|
|
12634
13097
|
/**
|
|
12635
|
-
* Used to customize the
|
|
13098
|
+
* Used to customize the validation messages component
|
|
12636
13099
|
*/
|
|
12637
13100
|
messagesClass: {
|
|
12638
13101
|
type: [String, Array, Object],
|
|
@@ -12649,6 +13112,7 @@ const MessagesMixin = {
|
|
|
12649
13112
|
|
|
12650
13113
|
/**
|
|
12651
13114
|
* Used to hide / show the validation messages
|
|
13115
|
+
* @values true, false
|
|
12652
13116
|
*/
|
|
12653
13117
|
showMessages: {
|
|
12654
13118
|
type: Boolean,
|
|
@@ -12788,13 +13252,19 @@ const MessagesMixin = {
|
|
|
12788
13252
|
//
|
|
12789
13253
|
//
|
|
12790
13254
|
//
|
|
13255
|
+
//
|
|
13256
|
+
//
|
|
12791
13257
|
|
|
12792
13258
|
|
|
12793
13259
|
|
|
12794
13260
|
|
|
12795
13261
|
|
|
12796
13262
|
/**
|
|
13263
|
+
* An input field is an input control that allows users to enter alphanumeric information.
|
|
13264
|
+
* It can have a range of options and supports single line and multi-line lengths,
|
|
13265
|
+
* as well as varying formats, including numbers, masked passwords, etc.
|
|
12797
13266
|
* @property {Boolean} placeholder attribute
|
|
13267
|
+
* @see https://dialpad.design/components/input.html
|
|
12798
13268
|
*/
|
|
12799
13269
|
|
|
12800
13270
|
/* harmony default export */ const inputvue_type_script_lang_js_ = ({
|
|
@@ -12814,8 +13284,9 @@ const MessagesMixin = {
|
|
|
12814
13284
|
},
|
|
12815
13285
|
|
|
12816
13286
|
/**
|
|
12817
|
-
* Type of the input, one of `text`, `password`, `email`, `number`, `textarea`.
|
|
13287
|
+
* Type of the input, one of: `text`, `password`, `email`, `number`, `textarea`.
|
|
12818
13288
|
* When `textarea` a `<textarea>` element will be rendered instead of an `<input>` element.
|
|
13289
|
+
* @values text, password, email, number, textarea.
|
|
12819
13290
|
*/
|
|
12820
13291
|
type: {
|
|
12821
13292
|
type: String,
|
|
@@ -12833,6 +13304,7 @@ const MessagesMixin = {
|
|
|
12833
13304
|
|
|
12834
13305
|
/**
|
|
12835
13306
|
* Disables the input
|
|
13307
|
+
* @values true, false
|
|
12836
13308
|
*/
|
|
12837
13309
|
disabled: {
|
|
12838
13310
|
type: Boolean,
|
|
@@ -12857,6 +13329,7 @@ const MessagesMixin = {
|
|
|
12857
13329
|
|
|
12858
13330
|
/**
|
|
12859
13331
|
* Size of the input, one of `xs`, `sm`, `md`, `lg`, `xl`
|
|
13332
|
+
* @values null, xs, sm, md, lg, xl
|
|
12860
13333
|
*/
|
|
12861
13334
|
size: {
|
|
12862
13335
|
type: String,
|
|
@@ -12867,6 +13340,7 @@ const MessagesMixin = {
|
|
|
12867
13340
|
/**
|
|
12868
13341
|
* Size of the icon. One of `xs`, `sm`, `md`, `lg`, `xl`. If you do not set this the icon will size relative
|
|
12869
13342
|
* to the input size
|
|
13343
|
+
* @values null, xs, sm, md, lg, xl
|
|
12870
13344
|
*/
|
|
12871
13345
|
iconSize: {
|
|
12872
13346
|
type: String,
|
|
@@ -12876,8 +13350,8 @@ const MessagesMixin = {
|
|
|
12876
13350
|
|
|
12877
13351
|
/**
|
|
12878
13352
|
* Additional class name for the input element.
|
|
12879
|
-
* Can accept
|
|
12880
|
-
* same
|
|
13353
|
+
* Can accept String, Object, and Array, i.e. has the
|
|
13354
|
+
* same API as Vue's built-in handling of the class attribute.
|
|
12881
13355
|
*/
|
|
12882
13356
|
inputClass: {
|
|
12883
13357
|
type: [String, Object, Array],
|
|
@@ -12886,7 +13360,7 @@ const MessagesMixin = {
|
|
|
12886
13360
|
|
|
12887
13361
|
/**
|
|
12888
13362
|
* The current character length that the user has entered into the input.
|
|
12889
|
-
* This will only need to be used if you are using validate.length and
|
|
13363
|
+
* This will only need to be used if you are using `validate.length` and
|
|
12890
13364
|
* the string contains abnormal characters.
|
|
12891
13365
|
* For example, an emoji could take up many characters in the input, but should only count as 1 character.
|
|
12892
13366
|
* If no number is provided, a built-in length calculation will be used for the length validation.
|
|
@@ -13242,8 +13716,8 @@ const MessagesMixin = {
|
|
|
13242
13716
|
;
|
|
13243
13717
|
var input_component = normalizeComponent(
|
|
13244
13718
|
input_inputvue_type_script_lang_js_,
|
|
13245
|
-
|
|
13246
|
-
|
|
13719
|
+
inputvue_type_template_id_7e861d6a_render,
|
|
13720
|
+
inputvue_type_template_id_7e861d6a_staticRenderFns,
|
|
13247
13721
|
false,
|
|
13248
13722
|
null,
|
|
13249
13723
|
null,
|
|
@@ -13255,9 +13729,9 @@ var input_component = normalizeComponent(
|
|
|
13255
13729
|
;// CONCATENATED MODULE: ./components/input/index.js
|
|
13256
13730
|
|
|
13257
13731
|
|
|
13258
|
-
;// 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=
|
|
13259
|
-
var
|
|
13260
|
-
var
|
|
13732
|
+
;// 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=b2cbc49c&
|
|
13733
|
+
var input_groupvue_type_template_id_b2cbc49c_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)}
|
|
13734
|
+
var input_groupvue_type_template_id_b2cbc49c_staticRenderFns = []
|
|
13261
13735
|
|
|
13262
13736
|
|
|
13263
13737
|
;// CONCATENATED MODULE: ./common/mixins/input_group.js
|
|
@@ -13268,6 +13742,7 @@ var input_groupvue_type_template_id_cdfe834c_staticRenderFns = []
|
|
|
13268
13742
|
/**
|
|
13269
13743
|
* This mixin provides a base provide obj and set of components, props, computed, watchers and data attributes that are
|
|
13270
13744
|
* commonly used in our input group components.
|
|
13745
|
+
* @displayName Input Group Mixin
|
|
13271
13746
|
*/
|
|
13272
13747
|
|
|
13273
13748
|
const InputGroupMixin = {
|
|
@@ -13322,6 +13797,7 @@ const InputGroupMixin = {
|
|
|
13322
13797
|
|
|
13323
13798
|
/**
|
|
13324
13799
|
* Disables the input group
|
|
13800
|
+
* @values true, false
|
|
13325
13801
|
*/
|
|
13326
13802
|
disabled: {
|
|
13327
13803
|
type: Boolean,
|
|
@@ -13339,6 +13815,7 @@ const InputGroupMixin = {
|
|
|
13339
13815
|
|
|
13340
13816
|
/**
|
|
13341
13817
|
* Show validation messages
|
|
13818
|
+
* @values true, false
|
|
13342
13819
|
*/
|
|
13343
13820
|
showMessages: {
|
|
13344
13821
|
type: Boolean,
|
|
@@ -13460,6 +13937,13 @@ const InputGroupMixin = {
|
|
|
13460
13937
|
//
|
|
13461
13938
|
|
|
13462
13939
|
|
|
13940
|
+
/**
|
|
13941
|
+
* Input Groups are convenience components for a grouping of related inputs.
|
|
13942
|
+
* While each input within the group could be independent, the `v-model` on the group
|
|
13943
|
+
* provides a convenient interface for determining the current state of the group.
|
|
13944
|
+
* @see https://dialpad.design/components/input_group.html
|
|
13945
|
+
*/
|
|
13946
|
+
|
|
13463
13947
|
/* harmony default export */ const input_groupvue_type_script_lang_js_ = ({
|
|
13464
13948
|
name: 'DtInputGroup',
|
|
13465
13949
|
components: {
|
|
@@ -13543,8 +14027,8 @@ const InputGroupMixin = {
|
|
|
13543
14027
|
;
|
|
13544
14028
|
var input_group_component = normalizeComponent(
|
|
13545
14029
|
input_group_input_groupvue_type_script_lang_js_,
|
|
13546
|
-
|
|
13547
|
-
|
|
14030
|
+
input_groupvue_type_template_id_b2cbc49c_render,
|
|
14031
|
+
input_groupvue_type_template_id_b2cbc49c_staticRenderFns,
|
|
13548
14032
|
false,
|
|
13549
14033
|
null,
|
|
13550
14034
|
null,
|
|
@@ -13555,8 +14039,8 @@ var input_group_component = normalizeComponent(
|
|
|
13555
14039
|
/* harmony default export */ const input_group_input_group = (input_group_component.exports);
|
|
13556
14040
|
;// CONCATENATED MODULE: ./components/input_group/index.js
|
|
13557
14041
|
|
|
13558
|
-
;// 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=
|
|
13559
|
-
var
|
|
14042
|
+
;// 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=d71a3468&
|
|
14043
|
+
var modalvue_type_template_id_d71a3468_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('dt-lazy-show',{class:[
|
|
13560
14044
|
'd-modal',
|
|
13561
14045
|
_vm.MODAL_KIND_MODIFIERS[_vm.kind],
|
|
13562
14046
|
_vm.MODAL_SIZE_MODIFIERS[_vm.size],
|
|
@@ -13566,7 +14050,7 @@ var modalvue_type_template_id_e3e205ea_render = function () {var _vm=this;var _h
|
|
|
13566
14050
|
'd-modal__dialog',
|
|
13567
14051
|
{ 'd-modal__dialog--scrollable': _vm.fixedHeaderFooter },
|
|
13568
14052
|
_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)}
|
|
13569
|
-
var
|
|
14053
|
+
var modalvue_type_template_id_d71a3468_staticRenderFns = []
|
|
13570
14054
|
|
|
13571
14055
|
|
|
13572
14056
|
;// CONCATENATED MODULE: ./components/modal/modal_constants.js
|
|
@@ -13693,8 +14177,9 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
13693
14177
|
|
|
13694
14178
|
|
|
13695
14179
|
/**
|
|
13696
|
-
*
|
|
13697
|
-
*
|
|
14180
|
+
* Modals focus the user’s attention exclusively on one task or piece of information
|
|
14181
|
+
* via a window that sits on top of the page content.
|
|
14182
|
+
* @see https://dialpad.design/components/modal.html
|
|
13698
14183
|
*/
|
|
13699
14184
|
|
|
13700
14185
|
/* harmony default export */ const modalvue_type_script_lang_js_ = ({
|
|
@@ -13707,7 +14192,8 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
13707
14192
|
mixins: [modal],
|
|
13708
14193
|
props: {
|
|
13709
14194
|
/**
|
|
13710
|
-
* A set of props to be passed into the modal's close button.
|
|
14195
|
+
* A set of props to be passed into the modal's close button.
|
|
14196
|
+
* Requires an 'ariaLabel' property.
|
|
13711
14197
|
*/
|
|
13712
14198
|
closeButtonProps: {
|
|
13713
14199
|
type: Object,
|
|
@@ -13731,7 +14217,8 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
13731
14217
|
* as screen readers should recite the dialog contents by default before any aria-description.
|
|
13732
14218
|
*/
|
|
13733
14219
|
describedById: {
|
|
13734
|
-
type: String
|
|
14220
|
+
type: String,
|
|
14221
|
+
default: ''
|
|
13735
14222
|
},
|
|
13736
14223
|
|
|
13737
14224
|
/**
|
|
@@ -13745,7 +14232,9 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
13745
14232
|
},
|
|
13746
14233
|
|
|
13747
14234
|
/**
|
|
13748
|
-
* Whether the modal should be shown.
|
|
14235
|
+
* Whether the modal should be shown.
|
|
14236
|
+
* Parent component can sync on this value to control the modal's visibility.
|
|
14237
|
+
* @values true, false
|
|
13749
14238
|
*/
|
|
13750
14239
|
show: {
|
|
13751
14240
|
type: Boolean,
|
|
@@ -13769,9 +14258,8 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
13769
14258
|
},
|
|
13770
14259
|
|
|
13771
14260
|
/**
|
|
13772
|
-
* The theme of the modal.
|
|
13773
|
-
* @values default
|
|
13774
|
-
* kind - default or danger (https://dialpad.design/components/modal/)
|
|
14261
|
+
* The theme of the modal. kind - default or danger,
|
|
14262
|
+
* @values default, danger
|
|
13775
14263
|
*/
|
|
13776
14264
|
kind: {
|
|
13777
14265
|
type: String,
|
|
@@ -13780,9 +14268,8 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
13780
14268
|
},
|
|
13781
14269
|
|
|
13782
14270
|
/**
|
|
13783
|
-
* The size of the modal.
|
|
13784
|
-
* @values default
|
|
13785
|
-
* size - default or full (https://dialpad.design/components/modal/)
|
|
14271
|
+
* The size of the modal. size - default or full,
|
|
14272
|
+
* @values default, full
|
|
13786
14273
|
*/
|
|
13787
14274
|
size: {
|
|
13788
14275
|
type: String,
|
|
@@ -13792,8 +14279,8 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
13792
14279
|
|
|
13793
14280
|
/**
|
|
13794
14281
|
* Additional class name for the root modal element.
|
|
13795
|
-
* Can accept
|
|
13796
|
-
* same
|
|
14282
|
+
* Can accept String, Object, and Array, i.e. has the
|
|
14283
|
+
* same API as Vue's built-in handling of the class attribute.
|
|
13797
14284
|
*/
|
|
13798
14285
|
modalClass: {
|
|
13799
14286
|
type: [String, Object, Array],
|
|
@@ -13802,8 +14289,8 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
13802
14289
|
|
|
13803
14290
|
/**
|
|
13804
14291
|
* Additional class name for the dialog element within the modal.
|
|
13805
|
-
* Can accept
|
|
13806
|
-
* same
|
|
14292
|
+
* Can accept String, Object, and Array, i.e. has the
|
|
14293
|
+
* same API as Vue's built-in handling of the class attribute.
|
|
13807
14294
|
*/
|
|
13808
14295
|
dialogClass: {
|
|
13809
14296
|
type: [String, Object, Array],
|
|
@@ -13812,8 +14299,8 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
13812
14299
|
|
|
13813
14300
|
/**
|
|
13814
14301
|
* Additional class name for the banner element within the modal.
|
|
13815
|
-
* Can accept
|
|
13816
|
-
* same
|
|
14302
|
+
* Can accept String, Object, and Array, i.e. has the
|
|
14303
|
+
* same API as Vue's built-in handling of the class attribute.
|
|
13817
14304
|
*/
|
|
13818
14305
|
bannerClass: {
|
|
13819
14306
|
type: [String, Object, Array],
|
|
@@ -13822,6 +14309,7 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
13822
14309
|
|
|
13823
14310
|
/**
|
|
13824
14311
|
* Hides the close button on the modal
|
|
14312
|
+
* @values true, false
|
|
13825
14313
|
*/
|
|
13826
14314
|
hideClose: {
|
|
13827
14315
|
type: Boolean,
|
|
@@ -13830,6 +14318,7 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
13830
14318
|
|
|
13831
14319
|
/**
|
|
13832
14320
|
* Scrollable modal that allows scroll the modal content keeping the header and footer fixed
|
|
14321
|
+
* @values true, false
|
|
13833
14322
|
*/
|
|
13834
14323
|
fixedHeaderFooter: {
|
|
13835
14324
|
type: Boolean,
|
|
@@ -13911,8 +14400,8 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
13911
14400
|
;
|
|
13912
14401
|
var modal_component = normalizeComponent(
|
|
13913
14402
|
modal_modalvue_type_script_lang_js_,
|
|
13914
|
-
|
|
13915
|
-
|
|
14403
|
+
modalvue_type_template_id_d71a3468_render,
|
|
14404
|
+
modalvue_type_template_id_d71a3468_staticRenderFns,
|
|
13916
14405
|
false,
|
|
13917
14406
|
null,
|
|
13918
14407
|
null,
|
|
@@ -13924,10 +14413,10 @@ var modal_component = normalizeComponent(
|
|
|
13924
14413
|
;// CONCATENATED MODULE: ./components/modal/index.js
|
|
13925
14414
|
|
|
13926
14415
|
|
|
13927
|
-
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/list_section/list_section.vue?vue&type=template&id=
|
|
13928
|
-
var
|
|
14416
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/list_section/list_section.vue?vue&type=template&id=8857acea&
|
|
14417
|
+
var list_sectionvue_type_template_id_8857acea_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:['dt-list-section', 'd-fs14', 'd-lh6', 'd-py6', 'd-bc-black-200',
|
|
13929
14418
|
{ 'd-bb': _vm.separator }],attrs:{"id":_vm.id,"role":"group","aria-labelledby":(_vm.id + "-list-section-header"),"tabindex":"-1"}},[(_vm.header)?_c('h3',{staticClass:"d-pl12 d-mt6",attrs:{"id":(_vm.id + "-list-section-header")}},[_vm._v(" "+_vm._s(_vm.header)+" ")]):_vm._e(),(!_vm.isCollapsible || _vm.showAll)?_c('ol',{attrs:{"id":(_vm.id + "-list-section-content")}},[_vm._t("default")],2):_c('ol',{attrs:{"id":(_vm.id + "-list-section-content")}},[_c('vnodes',{attrs:{"vnodes":_vm.displayedItems}})],1),_c('div',{staticClass:"d-d-flex"},[(_vm.isCollapsible)?_c('dt-button',{staticClass:"d-ml12 d-py6",attrs:{"id":(_vm.id + "-list-section-show-more-less"),"link":""},on:{"click":_vm.showMoreLessClicked}},[_vm._v(" "+_vm._s(_vm.showMoreLessText)+" ")]):_vm._e(),_vm._t("footer")],2)])}
|
|
13930
|
-
var
|
|
14419
|
+
var list_sectionvue_type_template_id_8857acea_staticRenderFns = []
|
|
13931
14420
|
|
|
13932
14421
|
|
|
13933
14422
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/list_section/list_section.vue?vue&type=script&lang=js&
|
|
@@ -14095,8 +14584,8 @@ var list_sectionvue_type_style_index_0_lang_less_ = __webpack_require__(132);
|
|
|
14095
14584
|
|
|
14096
14585
|
var list_section_component = normalizeComponent(
|
|
14097
14586
|
list_section_list_sectionvue_type_script_lang_js_,
|
|
14098
|
-
|
|
14099
|
-
|
|
14587
|
+
list_sectionvue_type_template_id_8857acea_render,
|
|
14588
|
+
list_sectionvue_type_template_id_8857acea_staticRenderFns,
|
|
14100
14589
|
false,
|
|
14101
14590
|
null,
|
|
14102
14591
|
null,
|
|
@@ -14107,9 +14596,9 @@ var list_section_component = normalizeComponent(
|
|
|
14107
14596
|
/* harmony default export */ const list_section = (list_section_component.exports);
|
|
14108
14597
|
;// CONCATENATED MODULE: ./components/list_section/index.js
|
|
14109
14598
|
|
|
14110
|
-
;// 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=
|
|
14111
|
-
var
|
|
14112
|
-
var
|
|
14599
|
+
;// 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=30c65ac1&
|
|
14600
|
+
var noticevue_type_template_id_30c65ac1_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)}
|
|
14601
|
+
var noticevue_type_template_id_30c65ac1_staticRenderFns = []
|
|
14113
14602
|
|
|
14114
14603
|
|
|
14115
14604
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/notice/notice.vue?vue&type=script&lang=js&
|
|
@@ -14156,6 +14645,11 @@ var noticevue_type_template_id_ca7ad14a_staticRenderFns = []
|
|
|
14156
14645
|
|
|
14157
14646
|
|
|
14158
14647
|
|
|
14648
|
+
/**
|
|
14649
|
+
* A notice is an informational and assistive message that appears inline with content.
|
|
14650
|
+
* @see https://dialpad.design/components/notice.html
|
|
14651
|
+
*/
|
|
14652
|
+
|
|
14159
14653
|
/* harmony default export */ const noticevue_type_script_lang_js_ = ({
|
|
14160
14654
|
name: 'DtNotice',
|
|
14161
14655
|
components: {
|
|
@@ -14194,6 +14688,7 @@ var noticevue_type_template_id_ca7ad14a_staticRenderFns = []
|
|
|
14194
14688
|
* Provides a role for the notice. 'status' is used to communicate a message. 'alert' is used to communicate an
|
|
14195
14689
|
* important message that does not contain any interactive elements. 'alertdialog' is used to communicate an
|
|
14196
14690
|
* important message that does contain interactive elements.
|
|
14691
|
+
* @values alert, alertdialog, status
|
|
14197
14692
|
*/
|
|
14198
14693
|
role: {
|
|
14199
14694
|
type: String,
|
|
@@ -14208,6 +14703,7 @@ var noticevue_type_template_id_ca7ad14a_staticRenderFns = []
|
|
|
14208
14703
|
/**
|
|
14209
14704
|
* Used in scenarios where the message needs to visually dominate the screen.
|
|
14210
14705
|
* This will also change the aria role from status to alert.
|
|
14706
|
+
* @values true, false
|
|
14211
14707
|
*/
|
|
14212
14708
|
important: {
|
|
14213
14709
|
type: Boolean,
|
|
@@ -14216,6 +14712,7 @@ var noticevue_type_template_id_ca7ad14a_staticRenderFns = []
|
|
|
14216
14712
|
|
|
14217
14713
|
/**
|
|
14218
14714
|
* Severity level of the notice, sets the icon and background
|
|
14715
|
+
* @values base, error, info, success, warning
|
|
14219
14716
|
*/
|
|
14220
14717
|
kind: {
|
|
14221
14718
|
type: String,
|
|
@@ -14237,6 +14734,7 @@ var noticevue_type_template_id_ca7ad14a_staticRenderFns = []
|
|
|
14237
14734
|
|
|
14238
14735
|
/**
|
|
14239
14736
|
* Hides the close button from the notice
|
|
14737
|
+
* @values true, false
|
|
14240
14738
|
*/
|
|
14241
14739
|
hideClose: {
|
|
14242
14740
|
type: Boolean,
|
|
@@ -14278,8 +14776,8 @@ var noticevue_type_template_id_ca7ad14a_staticRenderFns = []
|
|
|
14278
14776
|
;
|
|
14279
14777
|
var notice_component = normalizeComponent(
|
|
14280
14778
|
notice_noticevue_type_script_lang_js_,
|
|
14281
|
-
|
|
14282
|
-
|
|
14779
|
+
noticevue_type_template_id_30c65ac1_render,
|
|
14780
|
+
noticevue_type_template_id_30c65ac1_staticRenderFns,
|
|
14283
14781
|
false,
|
|
14284
14782
|
null,
|
|
14285
14783
|
null,
|
|
@@ -14291,9 +14789,9 @@ var notice_component = normalizeComponent(
|
|
|
14291
14789
|
;// CONCATENATED MODULE: ./components/notice/index.js
|
|
14292
14790
|
|
|
14293
14791
|
|
|
14294
|
-
;// 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=
|
|
14295
|
-
var
|
|
14296
|
-
var
|
|
14792
|
+
;// 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=6164a229&
|
|
14793
|
+
var paginationvue_type_template_id_6164a229_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)}
|
|
14794
|
+
var paginationvue_type_template_id_6164a229_staticRenderFns = []
|
|
14297
14795
|
|
|
14298
14796
|
|
|
14299
14797
|
;// 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=dc01e37a&
|
|
@@ -14404,6 +14902,11 @@ var IconChevronRight_component = normalizeComponent(
|
|
|
14404
14902
|
|
|
14405
14903
|
|
|
14406
14904
|
|
|
14905
|
+
/**
|
|
14906
|
+
* Pagination allows you to divide large amounts of content into smaller chunks across multiple pages.
|
|
14907
|
+
* @see https://dialpad.design/components/pagination.html
|
|
14908
|
+
*/
|
|
14909
|
+
|
|
14407
14910
|
/* harmony default export */ const paginationvue_type_script_lang_js_ = ({
|
|
14408
14911
|
name: 'DtPagination',
|
|
14409
14912
|
components: {
|
|
@@ -14523,7 +15026,6 @@ var IconChevronRight_component = normalizeComponent(
|
|
|
14523
15026
|
}
|
|
14524
15027
|
|
|
14525
15028
|
},
|
|
14526
|
-
watch: {},
|
|
14527
15029
|
methods: {
|
|
14528
15030
|
range(from, to) {
|
|
14529
15031
|
const range = [];
|
|
@@ -14555,8 +15057,8 @@ var IconChevronRight_component = normalizeComponent(
|
|
|
14555
15057
|
;
|
|
14556
15058
|
var pagination_component = normalizeComponent(
|
|
14557
15059
|
pagination_paginationvue_type_script_lang_js_,
|
|
14558
|
-
|
|
14559
|
-
|
|
15060
|
+
paginationvue_type_template_id_6164a229_render,
|
|
15061
|
+
paginationvue_type_template_id_6164a229_staticRenderFns,
|
|
14560
15062
|
false,
|
|
14561
15063
|
null,
|
|
14562
15064
|
null,
|
|
@@ -14567,9 +15069,9 @@ var pagination_component = normalizeComponent(
|
|
|
14567
15069
|
/* harmony default export */ const pagination = (pagination_component.exports);
|
|
14568
15070
|
;// CONCATENATED MODULE: ./components/pagination/index.js
|
|
14569
15071
|
|
|
14570
|
-
;// 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=
|
|
14571
|
-
var
|
|
14572
|
-
var
|
|
15072
|
+
;// 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=ceeae6b6&
|
|
15073
|
+
var radiovue_type_template_id_ceeae6b6_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)])])}
|
|
15074
|
+
var radiovue_type_template_id_ceeae6b6_staticRenderFns = []
|
|
14573
15075
|
|
|
14574
15076
|
|
|
14575
15077
|
;// CONCATENATED MODULE: ./components/radio/radio_constants.js
|
|
@@ -14633,6 +15135,12 @@ const RADIO_INPUT_VALIDATION_CLASSES = {
|
|
|
14633
15135
|
|
|
14634
15136
|
|
|
14635
15137
|
|
|
15138
|
+
/**
|
|
15139
|
+
* Radios are control elements that allow the user to make a single selection.
|
|
15140
|
+
* They are typically used in a Radio Group which allows the user to make a selection from a list of options.
|
|
15141
|
+
* @see https://dialpad.design/components/radio.html
|
|
15142
|
+
*/
|
|
15143
|
+
|
|
14636
15144
|
/* harmony default export */ const radiovue_type_script_lang_js_ = ({
|
|
14637
15145
|
name: 'DtRadio',
|
|
14638
15146
|
components: {
|
|
@@ -14737,8 +15245,8 @@ const RADIO_INPUT_VALIDATION_CLASSES = {
|
|
|
14737
15245
|
;
|
|
14738
15246
|
var radio_component = normalizeComponent(
|
|
14739
15247
|
radio_radiovue_type_script_lang_js_,
|
|
14740
|
-
|
|
14741
|
-
|
|
15248
|
+
radiovue_type_template_id_ceeae6b6_render,
|
|
15249
|
+
radiovue_type_template_id_ceeae6b6_staticRenderFns,
|
|
14742
15250
|
false,
|
|
14743
15251
|
null,
|
|
14744
15252
|
null,
|
|
@@ -14751,6 +15259,11 @@ var radio_component = normalizeComponent(
|
|
|
14751
15259
|
|
|
14752
15260
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/radio_group/radio_group.vue?vue&type=script&lang=js&
|
|
14753
15261
|
|
|
15262
|
+
/**
|
|
15263
|
+
* Radio Groups are control elements that allow the user to make a single selection from a list of options.
|
|
15264
|
+
* @see https://dialpad.design/components/radio_group.html
|
|
15265
|
+
*/
|
|
15266
|
+
|
|
14754
15267
|
/* harmony default export */ const radio_groupvue_type_script_lang_js_ = ({
|
|
14755
15268
|
name: 'DtRadioGroup',
|
|
14756
15269
|
extends: input_group_input_group,
|
|
@@ -14856,15 +15369,15 @@ var radio_group_component = normalizeComponent(
|
|
|
14856
15369
|
/* harmony default export */ const radio_group = (radio_group_component.exports);
|
|
14857
15370
|
;// CONCATENATED MODULE: ./components/radio_group/index.js
|
|
14858
15371
|
|
|
14859
|
-
;// 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=
|
|
14860
|
-
var
|
|
15372
|
+
;// 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=78c9105c&
|
|
15373
|
+
var tab_groupvue_type_template_id_78c9105c_render = function () {
|
|
14861
15374
|
var _obj;
|
|
14862
15375
|
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:[
|
|
14863
15376
|
'd-tablist',
|
|
14864
15377
|
_vm.TAB_LIST_SIZE_MODIFIERS[_vm.size],
|
|
14865
15378
|
( _obj = {}, _obj[_vm.TAB_LIST_KIND_MODIFIERS.inverted] = _vm.inverted, _obj[_vm.TAB_LIST_IMPORTANCE_MODIFIERS.borderless] = _vm.borderless, _obj ),
|
|
14866
15379
|
_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)}
|
|
14867
|
-
var
|
|
15380
|
+
var tab_groupvue_type_template_id_78c9105c_staticRenderFns = []
|
|
14868
15381
|
|
|
14869
15382
|
|
|
14870
15383
|
;// CONCATENATED MODULE: ./components/tabs/tabs_constants.js
|
|
@@ -14916,6 +15429,11 @@ const TAB_IMPORTANCE_MODIFIERS = {
|
|
|
14916
15429
|
//
|
|
14917
15430
|
//
|
|
14918
15431
|
|
|
15432
|
+
/**
|
|
15433
|
+
* Tabs allow users to navigation between grouped content in different views while within the same page context.
|
|
15434
|
+
* @see https://dialpad.design/components/tabs.html
|
|
15435
|
+
*/
|
|
15436
|
+
|
|
14919
15437
|
/* harmony default export */ const tab_groupvue_type_script_lang_js_ = ({
|
|
14920
15438
|
name: 'DtTabGroup',
|
|
14921
15439
|
|
|
@@ -14946,6 +15464,7 @@ const TAB_IMPORTANCE_MODIFIERS = {
|
|
|
14946
15464
|
|
|
14947
15465
|
/**
|
|
14948
15466
|
* If true, disables the tab group
|
|
15467
|
+
* @values true, false
|
|
14949
15468
|
*/
|
|
14950
15469
|
disabled: {
|
|
14951
15470
|
type: Boolean,
|
|
@@ -14954,6 +15473,7 @@ const TAB_IMPORTANCE_MODIFIERS = {
|
|
|
14954
15473
|
|
|
14955
15474
|
/**
|
|
14956
15475
|
* If true, applies inverted styles to the tab group
|
|
15476
|
+
* @values true, false
|
|
14957
15477
|
*/
|
|
14958
15478
|
inverted: {
|
|
14959
15479
|
type: Boolean,
|
|
@@ -14962,6 +15482,7 @@ const TAB_IMPORTANCE_MODIFIERS = {
|
|
|
14962
15482
|
|
|
14963
15483
|
/**
|
|
14964
15484
|
* If true, applies borderless styles to the tab group
|
|
15485
|
+
* @values true, false
|
|
14965
15486
|
*/
|
|
14966
15487
|
borderless: {
|
|
14967
15488
|
type: Boolean,
|
|
@@ -14970,6 +15491,7 @@ const TAB_IMPORTANCE_MODIFIERS = {
|
|
|
14970
15491
|
|
|
14971
15492
|
/**
|
|
14972
15493
|
* If provided, applies size styles to the tab group
|
|
15494
|
+
* @values default, sm
|
|
14973
15495
|
*/
|
|
14974
15496
|
size: {
|
|
14975
15497
|
type: String,
|
|
@@ -15185,8 +15707,8 @@ const TAB_IMPORTANCE_MODIFIERS = {
|
|
|
15185
15707
|
;
|
|
15186
15708
|
var tab_group_component = normalizeComponent(
|
|
15187
15709
|
tabs_tab_groupvue_type_script_lang_js_,
|
|
15188
|
-
|
|
15189
|
-
|
|
15710
|
+
tab_groupvue_type_template_id_78c9105c_render,
|
|
15711
|
+
tab_groupvue_type_template_id_78c9105c_staticRenderFns,
|
|
15190
15712
|
false,
|
|
15191
15713
|
null,
|
|
15192
15714
|
null,
|
|
@@ -15195,14 +15717,14 @@ var tab_group_component = normalizeComponent(
|
|
|
15195
15717
|
)
|
|
15196
15718
|
|
|
15197
15719
|
/* harmony default export */ const tab_group = (tab_group_component.exports);
|
|
15198
|
-
;// 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.vue?vue&type=template&id=
|
|
15199
|
-
var
|
|
15720
|
+
;// 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.vue?vue&type=template&id=91977b48&
|
|
15721
|
+
var tabvue_type_template_id_91977b48_render = function () {
|
|
15200
15722
|
var _obj;
|
|
15201
15723
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('dt-button',_vm._b({class:[
|
|
15202
15724
|
'd-tab',
|
|
15203
15725
|
( _obj = {}, _obj[_vm.TAB_IMPORTANCE_MODIFIERS.selected] = _vm.isSelected, _obj ),
|
|
15204
15726
|
_vm.tabClass ],attrs:{"id":("dt-tab-" + _vm.id),"role":"tab","aria-selected":("" + _vm.isSelected),"aria-controls":("dt-panel-" + _vm.panelId),"aria-label":_vm.label,"data-qa":"dt-tab","tabindex":_vm.isSelected ? '0' : '-1',"disabled":_vm.groupContext.disabled || _vm.disabled},on:{"click":function($event){return _vm.selectPanel()},"focus":function($event){return _vm.setFocus(_vm.id)}}},'dt-button',_vm.$attrs,false),[_vm._t("default")],2)}
|
|
15205
|
-
var
|
|
15727
|
+
var tabvue_type_template_id_91977b48_staticRenderFns = []
|
|
15206
15728
|
|
|
15207
15729
|
|
|
15208
15730
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/tabs/tab.vue?vue&type=script&lang=js&
|
|
@@ -15234,6 +15756,11 @@ var tabvue_type_template_id_0bc212ec_staticRenderFns = []
|
|
|
15234
15756
|
//
|
|
15235
15757
|
|
|
15236
15758
|
|
|
15759
|
+
/**
|
|
15760
|
+
* Tabs allow users to navigation between grouped content in different views while within the same page context.
|
|
15761
|
+
* @see https://dialpad.design/components/tabs.html
|
|
15762
|
+
*/
|
|
15763
|
+
|
|
15237
15764
|
/* harmony default export */ const tabvue_type_script_lang_js_ = ({
|
|
15238
15765
|
name: 'DtTab',
|
|
15239
15766
|
components: {
|
|
@@ -15268,6 +15795,7 @@ var tabvue_type_template_id_0bc212ec_staticRenderFns = []
|
|
|
15268
15795
|
|
|
15269
15796
|
/**
|
|
15270
15797
|
* Controls the state of the tab
|
|
15798
|
+
* @values true, false
|
|
15271
15799
|
*/
|
|
15272
15800
|
selected: {
|
|
15273
15801
|
type: Boolean,
|
|
@@ -15276,6 +15804,7 @@ var tabvue_type_template_id_0bc212ec_staticRenderFns = []
|
|
|
15276
15804
|
|
|
15277
15805
|
/**
|
|
15278
15806
|
* If true, disables the tab
|
|
15807
|
+
* @values true, false
|
|
15279
15808
|
*/
|
|
15280
15809
|
disabled: {
|
|
15281
15810
|
type: Boolean,
|
|
@@ -15337,8 +15866,8 @@ var tabvue_type_template_id_0bc212ec_staticRenderFns = []
|
|
|
15337
15866
|
;
|
|
15338
15867
|
var tab_component = normalizeComponent(
|
|
15339
15868
|
tabs_tabvue_type_script_lang_js_,
|
|
15340
|
-
|
|
15341
|
-
|
|
15869
|
+
tabvue_type_template_id_91977b48_render,
|
|
15870
|
+
tabvue_type_template_id_91977b48_staticRenderFns,
|
|
15342
15871
|
false,
|
|
15343
15872
|
null,
|
|
15344
15873
|
null,
|
|
@@ -15347,13 +15876,13 @@ var tab_component = normalizeComponent(
|
|
|
15347
15876
|
)
|
|
15348
15877
|
|
|
15349
15878
|
/* harmony default export */ const tab = (tab_component.exports);
|
|
15350
|
-
;// 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_panel.vue?vue&type=template&id=
|
|
15351
|
-
var
|
|
15879
|
+
;// 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_panel.vue?vue&type=template&id=78c45854&
|
|
15880
|
+
var tab_panelvue_type_template_id_78c45854_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:[
|
|
15352
15881
|
{
|
|
15353
15882
|
'd-d-none': _vm.hidePanel,
|
|
15354
15883
|
},
|
|
15355
15884
|
_vm.tabPanelClass ],attrs:{"id":("dt-panel-" + _vm.id),"role":"tabpanel","tabindex":"0","aria-labelledby":("dt-tab-" + _vm.tabId),"aria-hidden":("" + _vm.hidePanel),"data-qa":"dt-tab-panel"}},[_vm._t("default")],2)}
|
|
15356
|
-
var
|
|
15885
|
+
var tab_panelvue_type_template_id_78c45854_staticRenderFns = []
|
|
15357
15886
|
|
|
15358
15887
|
|
|
15359
15888
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/tabs/tab_panel.vue?vue&type=script&lang=js&
|
|
@@ -15377,6 +15906,11 @@ var tab_panelvue_type_template_id_4d6d0107_staticRenderFns = []
|
|
|
15377
15906
|
//
|
|
15378
15907
|
//
|
|
15379
15908
|
//
|
|
15909
|
+
|
|
15910
|
+
/**
|
|
15911
|
+
* Tabs allow users to navigation between grouped content in different views while within the same page context.
|
|
15912
|
+
* @see https://dialpad.design/components/tabs.html
|
|
15913
|
+
*/
|
|
15380
15914
|
/* harmony default export */ const tab_panelvue_type_script_lang_js_ = ({
|
|
15381
15915
|
name: 'DtTabPanel',
|
|
15382
15916
|
inject: ['groupContext'],
|
|
@@ -15399,6 +15933,7 @@ var tab_panelvue_type_template_id_4d6d0107_staticRenderFns = []
|
|
|
15399
15933
|
|
|
15400
15934
|
/**
|
|
15401
15935
|
* If true, hides the tab content
|
|
15936
|
+
* @values true, false
|
|
15402
15937
|
*/
|
|
15403
15938
|
hidden: {
|
|
15404
15939
|
type: Boolean,
|
|
@@ -15432,8 +15967,8 @@ var tab_panelvue_type_template_id_4d6d0107_staticRenderFns = []
|
|
|
15432
15967
|
;
|
|
15433
15968
|
var tab_panel_component = normalizeComponent(
|
|
15434
15969
|
tabs_tab_panelvue_type_script_lang_js_,
|
|
15435
|
-
|
|
15436
|
-
|
|
15970
|
+
tab_panelvue_type_template_id_78c45854_render,
|
|
15971
|
+
tab_panelvue_type_template_id_78c45854_staticRenderFns,
|
|
15437
15972
|
false,
|
|
15438
15973
|
null,
|
|
15439
15974
|
null,
|
|
@@ -15447,9 +15982,9 @@ var tab_panel_component = normalizeComponent(
|
|
|
15447
15982
|
|
|
15448
15983
|
|
|
15449
15984
|
|
|
15450
|
-
;// 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=
|
|
15451
|
-
var
|
|
15452
|
-
var
|
|
15985
|
+
;// 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=ccbc242a&
|
|
15986
|
+
var checkboxvue_type_template_id_ccbc242a_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()])])}
|
|
15987
|
+
var checkboxvue_type_template_id_ccbc242a_staticRenderFns = []
|
|
15453
15988
|
|
|
15454
15989
|
|
|
15455
15990
|
;// CONCATENATED MODULE: ./components/checkbox/checkbox_constants.js
|
|
@@ -15517,6 +16052,12 @@ const CHECKBOX_INPUT_VALIDATION_CLASSES = {
|
|
|
15517
16052
|
|
|
15518
16053
|
|
|
15519
16054
|
|
|
16055
|
+
/**
|
|
16056
|
+
* Checkboxes are control elements that allow the user to make a selection.They are typically used in a
|
|
16057
|
+
* Checkbox Group which allows the user to make one or more selections from a list of options.
|
|
16058
|
+
* @see https://dialpad.design/components/checkbox.html
|
|
16059
|
+
*/
|
|
16060
|
+
|
|
15520
16061
|
/* harmony default export */ const checkboxvue_type_script_lang_js_ = ({
|
|
15521
16062
|
name: 'DtCheckbox',
|
|
15522
16063
|
components: {
|
|
@@ -15644,8 +16185,8 @@ const CHECKBOX_INPUT_VALIDATION_CLASSES = {
|
|
|
15644
16185
|
;
|
|
15645
16186
|
var checkbox_component = normalizeComponent(
|
|
15646
16187
|
checkbox_checkboxvue_type_script_lang_js_,
|
|
15647
|
-
|
|
15648
|
-
|
|
16188
|
+
checkboxvue_type_template_id_ccbc242a_render,
|
|
16189
|
+
checkboxvue_type_template_id_ccbc242a_staticRenderFns,
|
|
15649
16190
|
false,
|
|
15650
16191
|
null,
|
|
15651
16192
|
null,
|
|
@@ -15659,6 +16200,13 @@ var checkbox_component = normalizeComponent(
|
|
|
15659
16200
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/checkbox_group/checkbox_group.vue?vue&type=script&lang=js&
|
|
15660
16201
|
|
|
15661
16202
|
|
|
16203
|
+
/**
|
|
16204
|
+
* Checkbox Groups are convenience components for a grouping of related Checkboxes.
|
|
16205
|
+
* While each Checkbox within the group is independent, the `v-model` on the group provides
|
|
16206
|
+
* a convenient interface for determining which Checkboxes within the group are checked.
|
|
16207
|
+
* @see https://dialpad.design/components/checkbox_group.html
|
|
16208
|
+
*/
|
|
16209
|
+
|
|
15662
16210
|
/* harmony default export */ const checkbox_groupvue_type_script_lang_js_ = ({
|
|
15663
16211
|
name: 'DtCheckboxGroup',
|
|
15664
16212
|
extends: input_group_input_group,
|
|
@@ -15798,9 +16346,9 @@ var checkbox_group_component = normalizeComponent(
|
|
|
15798
16346
|
/* harmony default export */ const checkbox_group = (checkbox_group_component.exports);
|
|
15799
16347
|
;// CONCATENATED MODULE: ./components/checkbox_group/index.js
|
|
15800
16348
|
|
|
15801
|
-
;// 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=
|
|
15802
|
-
var
|
|
15803
|
-
var
|
|
16349
|
+
;// 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=3a0f690e&
|
|
16350
|
+
var chipvue_type_template_id_3a0f690e_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)}
|
|
16351
|
+
var chipvue_type_template_id_3a0f690e_staticRenderFns = []
|
|
15804
16352
|
|
|
15805
16353
|
|
|
15806
16354
|
;// CONCATENATED MODULE: ./components/chip/chip_constants.js
|
|
@@ -15874,6 +16422,13 @@ const CHIP_CLOSE_BUTTON_SIZE_MODIFIERS = {
|
|
|
15874
16422
|
|
|
15875
16423
|
|
|
15876
16424
|
|
|
16425
|
+
/**
|
|
16426
|
+
* A chip is a compact UI element that provides brief, descriptive information about an element.
|
|
16427
|
+
* It is terse, ideally one word. It is important a button is identifiable, consistent, and
|
|
16428
|
+
* communicates its actions clearly, and is appropriately sized to its action.
|
|
16429
|
+
* @see https://dialpad.design/components/chip.html
|
|
16430
|
+
*/
|
|
16431
|
+
|
|
15877
16432
|
/* harmony default export */ const chipvue_type_script_lang_js_ = ({
|
|
15878
16433
|
name: 'DtChip',
|
|
15879
16434
|
components: {
|
|
@@ -15898,6 +16453,7 @@ const CHIP_CLOSE_BUTTON_SIZE_MODIFIERS = {
|
|
|
15898
16453
|
|
|
15899
16454
|
/**
|
|
15900
16455
|
* Hides the close button on the chip
|
|
16456
|
+
* @values true, false
|
|
15901
16457
|
*/
|
|
15902
16458
|
hideClose: {
|
|
15903
16459
|
type: Boolean,
|
|
@@ -15907,7 +16463,6 @@ const CHIP_CLOSE_BUTTON_SIZE_MODIFIERS = {
|
|
|
15907
16463
|
/**
|
|
15908
16464
|
* The size of the chip.
|
|
15909
16465
|
* @values xs, sm, md
|
|
15910
|
-
* @see https://dialpad.design/components/chip
|
|
15911
16466
|
*/
|
|
15912
16467
|
size: {
|
|
15913
16468
|
type: String,
|
|
@@ -15918,7 +16473,7 @@ const CHIP_CLOSE_BUTTON_SIZE_MODIFIERS = {
|
|
|
15918
16473
|
/**
|
|
15919
16474
|
* The interactivity of the chip.
|
|
15920
16475
|
* Makes chip clickable, apply hover/focus/active style, emit keyboard events etc.
|
|
15921
|
-
* @
|
|
16476
|
+
* @values true, false
|
|
15922
16477
|
*/
|
|
15923
16478
|
interactive: {
|
|
15924
16479
|
type: Boolean,
|
|
@@ -16028,8 +16583,8 @@ const CHIP_CLOSE_BUTTON_SIZE_MODIFIERS = {
|
|
|
16028
16583
|
;
|
|
16029
16584
|
var chip_component = normalizeComponent(
|
|
16030
16585
|
chip_chipvue_type_script_lang_js_,
|
|
16031
|
-
|
|
16032
|
-
|
|
16586
|
+
chipvue_type_template_id_3a0f690e_render,
|
|
16587
|
+
chipvue_type_template_id_3a0f690e_staticRenderFns,
|
|
16033
16588
|
false,
|
|
16034
16589
|
null,
|
|
16035
16590
|
null,
|
|
@@ -16041,8 +16596,8 @@ var chip_component = normalizeComponent(
|
|
|
16041
16596
|
;// CONCATENATED MODULE: ./components/chip/index.js
|
|
16042
16597
|
|
|
16043
16598
|
|
|
16044
|
-
;// 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=
|
|
16045
|
-
var
|
|
16599
|
+
;// 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=6109d361&
|
|
16600
|
+
var select_menuvue_type_template_id_6109d361_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:[
|
|
16046
16601
|
'd-label',
|
|
16047
16602
|
_vm.LABEL_SIZE_MODIFIERS[_vm.size],
|
|
16048
16603
|
_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:[
|
|
@@ -16055,7 +16610,7 @@ var select_menuvue_type_template_id_2a29663a_render = function () {var _vm=this;
|
|
|
16055
16610
|
{ 'd-select--disabled': _vm.disabled } ],attrs:{"data-qa":"dt-select-wrapper"}},[_c('select',_vm._g(_vm._b({class:[
|
|
16056
16611
|
'd-select__input',
|
|
16057
16612
|
_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)}
|
|
16058
|
-
var
|
|
16613
|
+
var select_menuvue_type_template_id_6109d361_staticRenderFns = []
|
|
16059
16614
|
|
|
16060
16615
|
|
|
16061
16616
|
;// CONCATENATED MODULE: ./components/select_menu/select_menu_constants.js
|
|
@@ -16199,9 +16754,11 @@ const optionsValidator = options => {
|
|
|
16199
16754
|
|
|
16200
16755
|
|
|
16201
16756
|
/**
|
|
16757
|
+
* A select menu is an input control that allows users to choose one option from a list.
|
|
16202
16758
|
* @property {Boolean} disabled attribute
|
|
16203
16759
|
* @property {String} name attribute
|
|
16204
16760
|
* @property {String} value attribute
|
|
16761
|
+
* @see https://dialpad.design/components/select.html
|
|
16205
16762
|
*/
|
|
16206
16763
|
|
|
16207
16764
|
/* harmony default export */ const select_menuvue_type_script_lang_js_ = ({
|
|
@@ -16244,8 +16801,7 @@ const optionsValidator = options => {
|
|
|
16244
16801
|
|
|
16245
16802
|
/**
|
|
16246
16803
|
* Controls the size of the select
|
|
16247
|
-
* @values xs,
|
|
16248
|
-
* @see https://dialpad.design/components/select
|
|
16804
|
+
* @values xs, sm, md, lg, xl
|
|
16249
16805
|
*/
|
|
16250
16806
|
size: {
|
|
16251
16807
|
type: String,
|
|
@@ -16311,6 +16867,7 @@ const optionsValidator = options => {
|
|
|
16311
16867
|
|
|
16312
16868
|
/**
|
|
16313
16869
|
* Disabled state of the select
|
|
16870
|
+
* @values true, false
|
|
16314
16871
|
*/
|
|
16315
16872
|
disabled: {
|
|
16316
16873
|
type: Boolean,
|
|
@@ -16423,8 +16980,8 @@ const optionsValidator = options => {
|
|
|
16423
16980
|
;
|
|
16424
16981
|
var select_menu_component = normalizeComponent(
|
|
16425
16982
|
select_menu_select_menuvue_type_script_lang_js_,
|
|
16426
|
-
|
|
16427
|
-
|
|
16983
|
+
select_menuvue_type_template_id_6109d361_render,
|
|
16984
|
+
select_menuvue_type_template_id_6109d361_staticRenderFns,
|
|
16428
16985
|
false,
|
|
16429
16986
|
null,
|
|
16430
16987
|
null,
|
|
@@ -16436,12 +16993,12 @@ var select_menu_component = normalizeComponent(
|
|
|
16436
16993
|
;// CONCATENATED MODULE: ./components/select_menu/index.js
|
|
16437
16994
|
|
|
16438
16995
|
|
|
16439
|
-
;// 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=
|
|
16440
|
-
var
|
|
16996
|
+
;// 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=48807c9a&
|
|
16997
|
+
var toastvue_type_template_id_48807c9a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.isShown)?_c('div',{class:[
|
|
16441
16998
|
'd-toast',
|
|
16442
16999
|
_vm.kindClass,
|
|
16443
17000
|
{ '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()}
|
|
16444
|
-
var
|
|
17001
|
+
var toastvue_type_template_id_48807c9a_staticRenderFns = []
|
|
16445
17002
|
|
|
16446
17003
|
|
|
16447
17004
|
;// CONCATENATED MODULE: ./components/toast/toast_constants.js
|
|
@@ -16506,6 +17063,12 @@ const TOAST_MIN_DURATION = 6000;
|
|
|
16506
17063
|
|
|
16507
17064
|
|
|
16508
17065
|
|
|
17066
|
+
/**
|
|
17067
|
+
* A toast notice, sometimes called a snackbar, is a time-based message that appears based on users' actions.
|
|
17068
|
+
* It contains at-a-glance information about outcomes and can be paired with actions.
|
|
17069
|
+
* @see https://dialpad.design/components/toast.html
|
|
17070
|
+
*/
|
|
17071
|
+
|
|
16509
17072
|
/* harmony default export */ const toastvue_type_script_lang_js_ = ({
|
|
16510
17073
|
name: 'DtToast',
|
|
16511
17074
|
components: {
|
|
@@ -16559,6 +17122,7 @@ const TOAST_MIN_DURATION = 6000;
|
|
|
16559
17122
|
/**
|
|
16560
17123
|
* Provides a role for the toast. 'status' is used by default to communicate a message. 'alert' is used to
|
|
16561
17124
|
* communicate an important message like an error that does not contain any interactive elements.
|
|
17125
|
+
* @values status, alert
|
|
16562
17126
|
*/
|
|
16563
17127
|
role: {
|
|
16564
17128
|
type: String,
|
|
@@ -16570,6 +17134,7 @@ const TOAST_MIN_DURATION = 6000;
|
|
|
16570
17134
|
|
|
16571
17135
|
/**
|
|
16572
17136
|
* Severity level of the toast, sets the icon and background
|
|
17137
|
+
* @values base, error, info, success, warning
|
|
16573
17138
|
*/
|
|
16574
17139
|
kind: {
|
|
16575
17140
|
type: String,
|
|
@@ -16581,6 +17146,7 @@ const TOAST_MIN_DURATION = 6000;
|
|
|
16581
17146
|
|
|
16582
17147
|
/**
|
|
16583
17148
|
* Used in scenarios where the message needs to visually dominate the screen.
|
|
17149
|
+
* @values true, false
|
|
16584
17150
|
*/
|
|
16585
17151
|
important: {
|
|
16586
17152
|
type: Boolean,
|
|
@@ -16592,6 +17158,7 @@ const TOAST_MIN_DURATION = 6000;
|
|
|
16592
17158
|
* after reaching the duration time, so it's convenient to use `.sync` modifier with this prop to update
|
|
16593
17159
|
* the data in your component.
|
|
16594
17160
|
* Supports .sync modifier
|
|
17161
|
+
* @values true, false
|
|
16595
17162
|
*/
|
|
16596
17163
|
show: {
|
|
16597
17164
|
type: Boolean,
|
|
@@ -16608,6 +17175,7 @@ const TOAST_MIN_DURATION = 6000;
|
|
|
16608
17175
|
|
|
16609
17176
|
/**
|
|
16610
17177
|
* Hides the close button from the toast
|
|
17178
|
+
* @values true, false
|
|
16611
17179
|
*/
|
|
16612
17180
|
hideClose: {
|
|
16613
17181
|
type: Boolean,
|
|
@@ -16633,7 +17201,13 @@ const TOAST_MIN_DURATION = 6000;
|
|
|
16633
17201
|
*
|
|
16634
17202
|
* @event close
|
|
16635
17203
|
*/
|
|
16636
|
-
'close',
|
|
17204
|
+
'close',
|
|
17205
|
+
/**
|
|
17206
|
+
* Sync show value
|
|
17207
|
+
*
|
|
17208
|
+
* @event update:show
|
|
17209
|
+
*/
|
|
17210
|
+
'update:show'],
|
|
16637
17211
|
|
|
16638
17212
|
data() {
|
|
16639
17213
|
return {
|
|
@@ -16714,8 +17288,8 @@ const TOAST_MIN_DURATION = 6000;
|
|
|
16714
17288
|
;
|
|
16715
17289
|
var toast_component = normalizeComponent(
|
|
16716
17290
|
toast_toastvue_type_script_lang_js_,
|
|
16717
|
-
|
|
16718
|
-
|
|
17291
|
+
toastvue_type_template_id_48807c9a_render,
|
|
17292
|
+
toastvue_type_template_id_48807c9a_staticRenderFns,
|
|
16719
17293
|
false,
|
|
16720
17294
|
null,
|
|
16721
17295
|
null,
|
|
@@ -16727,12 +17301,12 @@ var toast_component = normalizeComponent(
|
|
|
16727
17301
|
;// CONCATENATED MODULE: ./components/toast/index.js
|
|
16728
17302
|
|
|
16729
17303
|
|
|
16730
|
-
;// 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=
|
|
16731
|
-
var
|
|
17304
|
+
;// 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=8e140268&
|
|
17305
|
+
var togglevue_type_template_id_8e140268_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', {
|
|
16732
17306
|
'd-toggle--checked': _vm.internalChecked,
|
|
16733
17307
|
'd-toggle--disabled': _vm.disabled,
|
|
16734
17308
|
}],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"})])])}
|
|
16735
|
-
var
|
|
17309
|
+
var togglevue_type_template_id_8e140268_staticRenderFns = []
|
|
16736
17310
|
|
|
16737
17311
|
|
|
16738
17312
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/toggle/toggle.vue?vue&type=script&lang=js&
|
|
@@ -16766,8 +17340,14 @@ var togglevue_type_template_id_a424bd98_staticRenderFns = []
|
|
|
16766
17340
|
//
|
|
16767
17341
|
//
|
|
16768
17342
|
//
|
|
17343
|
+
//
|
|
16769
17344
|
|
|
16770
17345
|
|
|
17346
|
+
/**
|
|
17347
|
+
* A toggle (or "switch") is a button control element that allows the user to make a binary (on/off) selection.
|
|
17348
|
+
* @see https://dialpad.design/components/toggle.html
|
|
17349
|
+
*/
|
|
17350
|
+
|
|
16771
17351
|
/* harmony default export */ const togglevue_type_script_lang_js_ = ({
|
|
16772
17352
|
name: 'DtToggle',
|
|
16773
17353
|
inheritAttrs: false,
|
|
@@ -16776,6 +17356,9 @@ var togglevue_type_template_id_a424bd98_staticRenderFns = []
|
|
|
16776
17356
|
event: 'change'
|
|
16777
17357
|
},
|
|
16778
17358
|
props: {
|
|
17359
|
+
/**
|
|
17360
|
+
* The id of the toggle
|
|
17361
|
+
*/
|
|
16779
17362
|
id: {
|
|
16780
17363
|
type: String,
|
|
16781
17364
|
|
|
@@ -16784,22 +17367,37 @@ var togglevue_type_template_id_a424bd98_staticRenderFns = []
|
|
|
16784
17367
|
}
|
|
16785
17368
|
|
|
16786
17369
|
},
|
|
17370
|
+
|
|
17371
|
+
/**
|
|
17372
|
+
* Disables the toggle interactions
|
|
17373
|
+
* @values true, false
|
|
17374
|
+
*/
|
|
16787
17375
|
disabled: {
|
|
16788
17376
|
type: Boolean,
|
|
16789
17377
|
default: false
|
|
16790
17378
|
},
|
|
16791
17379
|
|
|
16792
17380
|
/**
|
|
17381
|
+
* Value of the toggle
|
|
16793
17382
|
* @model checked
|
|
17383
|
+
* @values true, false
|
|
16794
17384
|
*/
|
|
16795
17385
|
checked: {
|
|
16796
17386
|
type: Boolean,
|
|
16797
17387
|
default: false
|
|
16798
17388
|
},
|
|
17389
|
+
|
|
17390
|
+
/**
|
|
17391
|
+
* Used to customize the label container
|
|
17392
|
+
*/
|
|
16799
17393
|
labelClass: {
|
|
16800
17394
|
type: [String, Array, Object],
|
|
16801
17395
|
default: ''
|
|
16802
17396
|
},
|
|
17397
|
+
|
|
17398
|
+
/**
|
|
17399
|
+
* A set of props that are passed into the label container
|
|
17400
|
+
*/
|
|
16803
17401
|
labelChildProps: {
|
|
16804
17402
|
type: Object,
|
|
16805
17403
|
default: () => ({})
|
|
@@ -16874,8 +17472,8 @@ var togglevue_type_template_id_a424bd98_staticRenderFns = []
|
|
|
16874
17472
|
;
|
|
16875
17473
|
var toggle_component = normalizeComponent(
|
|
16876
17474
|
toggle_togglevue_type_script_lang_js_,
|
|
16877
|
-
|
|
16878
|
-
|
|
17475
|
+
togglevue_type_template_id_8e140268_render,
|
|
17476
|
+
togglevue_type_template_id_8e140268_staticRenderFns,
|
|
16879
17477
|
false,
|
|
16880
17478
|
null,
|
|
16881
17479
|
null,
|
|
@@ -16886,15 +17484,15 @@ var toggle_component = normalizeComponent(
|
|
|
16886
17484
|
/* harmony default export */ const toggle = (toggle_component.exports);
|
|
16887
17485
|
;// CONCATENATED MODULE: ./components/toggle/index.js
|
|
16888
17486
|
|
|
16889
|
-
;// 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=
|
|
16890
|
-
var
|
|
17487
|
+
;// 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=2cddd20a&
|
|
17488
|
+
var tooltipvue_type_template_id_2cddd20a_render = function () {
|
|
16891
17489
|
var _obj;
|
|
16892
17490
|
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:[
|
|
16893
17491
|
'd-tooltip',
|
|
16894
17492
|
("d-tooltip__arrow-tippy--" + _vm.currentPlacement),
|
|
16895
17493
|
( _obj = {}, _obj[ _vm.TOOLTIP_KIND_MODIFIERS.inverted ] = _vm.inverted, _obj ),
|
|
16896
17494
|
_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)}
|
|
16897
|
-
var
|
|
17495
|
+
var tooltipvue_type_template_id_2cddd20a_staticRenderFns = []
|
|
16898
17496
|
|
|
16899
17497
|
|
|
16900
17498
|
;// CONCATENATED MODULE: ./components/tooltip/tooltip_constants.js
|
|
@@ -16956,10 +17554,19 @@ const TOOLTIP_HIDE_ON_CLICK_VARIANTS = [true, false, 'toggle'];
|
|
|
16956
17554
|
//
|
|
16957
17555
|
//
|
|
16958
17556
|
//
|
|
17557
|
+
//
|
|
17558
|
+
//
|
|
16959
17559
|
|
|
16960
17560
|
|
|
16961
17561
|
|
|
16962
17562
|
|
|
17563
|
+
/**
|
|
17564
|
+
* A tooltip is a floating label that briefly explains an action, function, or an element.
|
|
17565
|
+
* Its content is exclusively text and shouldn't be vital information for users.
|
|
17566
|
+
* If richer media is desired, consider using a popover instead.
|
|
17567
|
+
* @see https://dialpad.design/components/tooltip.html
|
|
17568
|
+
*/
|
|
17569
|
+
|
|
16963
17570
|
/* harmony default export */ const tooltipvue_type_script_lang_js_ = ({
|
|
16964
17571
|
name: 'Tooltip',
|
|
16965
17572
|
components: {
|
|
@@ -16983,6 +17590,7 @@ const TOOLTIP_HIDE_ON_CLICK_VARIANTS = [true, false, 'toggle'];
|
|
|
16983
17590
|
* it will attempt to change it's direction to the "fallbackPlacements"
|
|
16984
17591
|
* if defined, otherwise it will automatically position to a new location
|
|
16985
17592
|
* as it sees best fit.
|
|
17593
|
+
* See <a href="https://popper.js.org/docs/v2/modifiers/flip/#fallbackplacements" target="_blank">Popper.js docs</a>
|
|
16986
17594
|
* */
|
|
16987
17595
|
fallbackPlacements: {
|
|
16988
17596
|
type: Array,
|
|
@@ -16990,7 +17598,8 @@ const TOOLTIP_HIDE_ON_CLICK_VARIANTS = [true, false, 'toggle'];
|
|
|
16990
17598
|
},
|
|
16991
17599
|
|
|
16992
17600
|
/**
|
|
16993
|
-
*
|
|
17601
|
+
* If true, applies inverted styles to the tooltip
|
|
17602
|
+
* @values true, false
|
|
16994
17603
|
*/
|
|
16995
17604
|
inverted: {
|
|
16996
17605
|
type: Boolean,
|
|
@@ -16999,7 +17608,8 @@ const TOOLTIP_HIDE_ON_CLICK_VARIANTS = [true, false, 'toggle'];
|
|
|
16999
17608
|
|
|
17000
17609
|
/**
|
|
17001
17610
|
* Displaces the tooltip from its reference element
|
|
17002
|
-
* by the specified number of pixels.
|
|
17611
|
+
* by the specified number of pixels. See
|
|
17612
|
+
* <a href="https://atomiks.github.io/tippyjs/v6/all-props/#offset" target="_blank">Tippy.js docs</a>
|
|
17003
17613
|
*/
|
|
17004
17614
|
offset: {
|
|
17005
17615
|
type: Array,
|
|
@@ -17008,6 +17618,12 @@ const TOOLTIP_HIDE_ON_CLICK_VARIANTS = [true, false, 'toggle'];
|
|
|
17008
17618
|
|
|
17009
17619
|
/**
|
|
17010
17620
|
* The direction the popover displays relative to the anchor.
|
|
17621
|
+
* See <a href="https://atomiks.github.io/tippyjs/v6/all-props/#placement" target="_blank">Tippy.js docs</a>
|
|
17622
|
+
* @values top, top-start, top-end,
|
|
17623
|
+
* right, right-start, right-end,
|
|
17624
|
+
* left, left-start, left-end,
|
|
17625
|
+
* bottom, bottom-start, bottom-end,
|
|
17626
|
+
* auto, auto-start, auto-end
|
|
17011
17627
|
*/
|
|
17012
17628
|
placement: {
|
|
17013
17629
|
type: String,
|
|
@@ -17025,6 +17641,8 @@ const TOOLTIP_HIDE_ON_CLICK_VARIANTS = [true, false, 'toggle'];
|
|
|
17025
17641
|
* position in those cases the DOM layout changes the reference element's position.
|
|
17026
17642
|
* `true` enables it, `reference` only checks the "reference" rect for changes and `popper` only
|
|
17027
17643
|
* checks the "popper" rect for changes.
|
|
17644
|
+
* See <a href="https://atomiks.github.io/tippyjs/v6/all-props/#sticky" target="_blank">Tippy.js docs</a>
|
|
17645
|
+
* @values true, false, reference, popper
|
|
17028
17646
|
*/
|
|
17029
17647
|
sticky: {
|
|
17030
17648
|
type: [Boolean, String],
|
|
@@ -17056,6 +17674,7 @@ const TOOLTIP_HIDE_ON_CLICK_VARIANTS = [true, false, 'toggle'];
|
|
|
17056
17674
|
* Controls whether the tooltip is shown. Leaving this null will have the tooltip trigger on mouseover by default.
|
|
17057
17675
|
* If you set this value, the default mouseover behavior will be disabled and you can control it as you need.
|
|
17058
17676
|
* Supports .sync modifier
|
|
17677
|
+
* @values true, false
|
|
17059
17678
|
*/
|
|
17060
17679
|
show: {
|
|
17061
17680
|
type: Boolean,
|
|
@@ -17078,7 +17697,13 @@ const TOOLTIP_HIDE_ON_CLICK_VARIANTS = [true, false, 'toggle'];
|
|
|
17078
17697
|
* @event shown
|
|
17079
17698
|
* @type {Boolean}
|
|
17080
17699
|
*/
|
|
17081
|
-
'shown',
|
|
17700
|
+
'shown',
|
|
17701
|
+
/**
|
|
17702
|
+
* Sync show value
|
|
17703
|
+
*
|
|
17704
|
+
* @event update:show
|
|
17705
|
+
*/
|
|
17706
|
+
'update:show'],
|
|
17082
17707
|
|
|
17083
17708
|
data() {
|
|
17084
17709
|
return {
|
|
@@ -17259,8 +17884,8 @@ var tooltipvue_type_style_index_0_lang_less_ = __webpack_require__(213);
|
|
|
17259
17884
|
|
|
17260
17885
|
var tooltip_component = normalizeComponent(
|
|
17261
17886
|
tooltip_tooltipvue_type_script_lang_js_,
|
|
17262
|
-
|
|
17263
|
-
|
|
17887
|
+
tooltipvue_type_template_id_2cddd20a_render,
|
|
17888
|
+
tooltipvue_type_template_id_2cddd20a_staticRenderFns,
|
|
17264
17889
|
false,
|
|
17265
17890
|
null,
|
|
17266
17891
|
null,
|
|
@@ -17272,8 +17897,8 @@ var tooltip_component = normalizeComponent(
|
|
|
17272
17897
|
;// CONCATENATED MODULE: ./components/tooltip/index.js
|
|
17273
17898
|
|
|
17274
17899
|
|
|
17275
|
-
;// 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/keyboard_shortcut/keyboard_shortcut.vue?vue&type=template&id=
|
|
17276
|
-
var
|
|
17900
|
+
;// 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/keyboard_shortcut/keyboard_shortcut.vue?vue&type=template&id=4f25b952&
|
|
17901
|
+
var keyboard_shortcutvue_type_template_id_4f25b952_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('kbd',{class:[
|
|
17277
17902
|
'd-d-inline-flex',
|
|
17278
17903
|
'd-ff-custom',
|
|
17279
17904
|
'd-ai-center',
|
|
@@ -17282,14 +17907,14 @@ var keyboard_shortcutvue_type_template_id_9937b106_render = function () {var _vm
|
|
|
17282
17907
|
'd-px4',
|
|
17283
17908
|
'd-ba',
|
|
17284
17909
|
'd-bar4',
|
|
17285
|
-
'd-
|
|
17286
|
-
_vm.inverted ? 'd-bc-black-
|
|
17910
|
+
'd-fs12',
|
|
17911
|
+
_vm.inverted ? 'd-bc-black-400' : 'd-bc-black-100' ]},[(_vm.screenReaderText)?_c('span',{staticClass:"sr-only"},[_vm._v(" "+_vm._s(_vm.screenReaderText)+" ")]):_vm._e(),_vm._l((_vm.formattedShortcutSplit),function(item,i){return [(_vm.icons[item])?_c(_vm.icons[item],{key:(i + "-" + item),tag:"component",class:[
|
|
17287
17912
|
'dt-keyboard-shortcut__svg',
|
|
17288
|
-
_vm.inverted ? 'd-fc-black-
|
|
17913
|
+
_vm.inverted ? 'd-fc-black-075' : 'd-fc-black-500',
|
|
17289
17914
|
'd-mr2' ],attrs:{"aria-hidden":"true"}}):_c('span',{key:(i + "-" + item),class:[
|
|
17290
|
-
_vm.inverted ? 'd-fc-black-
|
|
17915
|
+
_vm.inverted ? 'd-fc-black-075' : 'd-fc-black-500',
|
|
17291
17916
|
'd-mr2' ],attrs:{"aria-hidden":"true"},domProps:{"innerHTML":_vm._s(item)}})]})],2)}
|
|
17292
|
-
var
|
|
17917
|
+
var keyboard_shortcutvue_type_template_id_4f25b952_staticRenderFns = []
|
|
17293
17918
|
|
|
17294
17919
|
|
|
17295
17920
|
;// 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/IconWindows.vue?vue&type=template&id=04be6782&
|
|
@@ -17510,6 +18135,11 @@ const SHORTCUTS_ALIASES_LIST = Object.keys(SHORTCUTS_ALIASES).map(key => `{${key
|
|
|
17510
18135
|
|
|
17511
18136
|
|
|
17512
18137
|
|
|
18138
|
+
/**
|
|
18139
|
+
* This component displays a visual representation of a keyboard shortcut to the user.
|
|
18140
|
+
* @see https://dialpad.design/components/keyboard_shortcut.html
|
|
18141
|
+
*/
|
|
18142
|
+
|
|
17513
18143
|
/* harmony default export */ const keyboard_shortcutvue_type_script_lang_js_ = ({
|
|
17514
18144
|
name: 'DtKeyboardShortcut',
|
|
17515
18145
|
components: {
|
|
@@ -17521,14 +18151,27 @@ const SHORTCUTS_ALIASES_LIST = Object.keys(SHORTCUTS_ALIASES).map(key => `{${key
|
|
|
17521
18151
|
IconAdd: IconAdd
|
|
17522
18152
|
},
|
|
17523
18153
|
props: {
|
|
18154
|
+
/**
|
|
18155
|
+
* If true, applies inverted styles.
|
|
18156
|
+
* @values true, false
|
|
18157
|
+
*/
|
|
17524
18158
|
inverted: {
|
|
17525
18159
|
type: Boolean,
|
|
17526
18160
|
default: false
|
|
17527
18161
|
},
|
|
18162
|
+
|
|
18163
|
+
/**
|
|
18164
|
+
* Include any of these tokens in your string to render the corresponding symbol:
|
|
18165
|
+
* {cmd} {win} {arrow-right} {arrow-left} {arrow-up} {arrow-down}
|
|
18166
|
+
*/
|
|
17528
18167
|
shortcut: {
|
|
17529
18168
|
type: String,
|
|
17530
18169
|
required: true
|
|
17531
18170
|
},
|
|
18171
|
+
|
|
18172
|
+
/**
|
|
18173
|
+
* Text entered here will be read by assistive technology. If null this component will be ignored by AT.
|
|
18174
|
+
*/
|
|
17532
18175
|
screenReaderText: {
|
|
17533
18176
|
type: String,
|
|
17534
18177
|
default: null
|
|
@@ -17591,8 +18234,8 @@ var keyboard_shortcutvue_type_style_index_0_lang_less_ = __webpack_require__(245
|
|
|
17591
18234
|
|
|
17592
18235
|
var keyboard_shortcut_component = normalizeComponent(
|
|
17593
18236
|
keyboard_shortcut_keyboard_shortcutvue_type_script_lang_js_,
|
|
17594
|
-
|
|
17595
|
-
|
|
18237
|
+
keyboard_shortcutvue_type_template_id_4f25b952_render,
|
|
18238
|
+
keyboard_shortcutvue_type_template_id_4f25b952_staticRenderFns,
|
|
17596
18239
|
false,
|
|
17597
18240
|
null,
|
|
17598
18241
|
null,
|
|
@@ -17604,14 +18247,14 @@ var keyboard_shortcut_component = normalizeComponent(
|
|
|
17604
18247
|
;// CONCATENATED MODULE: ./components/keyboard_shortcut/index.js
|
|
17605
18248
|
|
|
17606
18249
|
|
|
17607
|
-
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/root_layout/root_layout.vue?vue&type=template&id=
|
|
17608
|
-
var
|
|
17609
|
-
var
|
|
18250
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/root_layout/root_layout.vue?vue&type=template&id=cb5db598&
|
|
18251
|
+
var root_layoutvue_type_template_id_cb5db598_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"root-layout"},[(_vm.$slots.header)?_c('header',{class:['root-layout__header', _vm.headerClass, { 'root-layout__header--sticky': _vm.headerSticky }],style:({ 'height': _vm.headerHeight }),attrs:{"data-qa":"root-layout-header"}},[_vm._t("header")],2):_vm._e(),_c('dt-root-layout-body',{attrs:{"body-class":_vm.bodyClass,"content-class":_vm.contentClass,"content-wrap-width-percent":_vm.contentWrapWidthPercent,"sidebar-class":_vm.sidebarClass,"sidebar-width":_vm.sidebarWidth,"sidebar-position":_vm.sidebarPosition},scopedSlots:_vm._u([{key:"sidebar",fn:function(){return [_vm._t("sidebar")]},proxy:true},{key:"content",fn:function(){return [_vm._t("default")]},proxy:true}],null,true)}),(_vm.$slots.footer)?_c('footer',{class:['root-layout__footer', _vm.footerClass],style:({ 'height': _vm.footerHeight }),attrs:{"data-qa":"root-layout-footer"}},[_vm._t("footer")],2):_vm._e()],1)}
|
|
18252
|
+
var root_layoutvue_type_template_id_cb5db598_staticRenderFns = []
|
|
17610
18253
|
|
|
17611
18254
|
|
|
17612
|
-
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/root_layout/root_layout_body.vue?vue&type=template&id=
|
|
17613
|
-
var
|
|
17614
|
-
var
|
|
18255
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/root_layout/root_layout_body.vue?vue&type=template&id=fa742994&
|
|
18256
|
+
var root_layout_bodyvue_type_template_id_fa742994_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:['root-layout__body', _vm.bodyClasses],attrs:{"data-qa":"root-layout-body"}},[(_vm.$slots.sidebar)?_c('aside',{class:['root-layout__sidebar', _vm.sidebarClass],style:({ 'flex-basis': _vm.sidebarWidth }),attrs:{"data-qa":"root-layout-sidebar"}},[_vm._t("sidebar")],2):_vm._e(),(_vm.$slots.content)?_c('main',{class:['root-layout__content', _vm.contentClass],style:({ 'min-inline-size': _vm.contentWrapWidthPercent }),attrs:{"data-qa":"root-layout-content"}},[_vm._t("content")],2):_vm._e()])}
|
|
18257
|
+
var root_layout_bodyvue_type_template_id_fa742994_staticRenderFns = []
|
|
17615
18258
|
|
|
17616
18259
|
|
|
17617
18260
|
;// CONCATENATED MODULE: ./components/root_layout/root_layout_constants.js
|
|
@@ -17647,6 +18290,8 @@ const ROOT_LAYOUT_SIDEBAR_POSITIONS = {
|
|
|
17647
18290
|
//
|
|
17648
18291
|
//
|
|
17649
18292
|
//
|
|
18293
|
+
//
|
|
18294
|
+
//
|
|
17650
18295
|
|
|
17651
18296
|
/* harmony default export */ const root_layout_bodyvue_type_script_lang_js_ = ({
|
|
17652
18297
|
name: 'DtRootLayoutBody',
|
|
@@ -17730,8 +18375,8 @@ var root_layout_bodyvue_type_style_index_0_lang_less_ = __webpack_require__(125)
|
|
|
17730
18375
|
|
|
17731
18376
|
var root_layout_body_component = normalizeComponent(
|
|
17732
18377
|
root_layout_root_layout_bodyvue_type_script_lang_js_,
|
|
17733
|
-
|
|
17734
|
-
|
|
18378
|
+
root_layout_bodyvue_type_template_id_fa742994_render,
|
|
18379
|
+
root_layout_bodyvue_type_template_id_fa742994_staticRenderFns,
|
|
17735
18380
|
false,
|
|
17736
18381
|
null,
|
|
17737
18382
|
null,
|
|
@@ -17777,7 +18422,15 @@ var root_layout_body_component = normalizeComponent(
|
|
|
17777
18422
|
//
|
|
17778
18423
|
//
|
|
17779
18424
|
//
|
|
18425
|
+
//
|
|
18426
|
+
//
|
|
18427
|
+
//
|
|
18428
|
+
//
|
|
18429
|
+
|
|
17780
18430
|
|
|
18431
|
+
/**
|
|
18432
|
+
* A root layout provides a standardized group of containers to display content at the root level.
|
|
18433
|
+
*/
|
|
17781
18434
|
|
|
17782
18435
|
/* harmony default export */ const root_layoutvue_type_script_lang_js_ = ({
|
|
17783
18436
|
name: 'DtRootLayout',
|
|
@@ -17812,6 +18465,7 @@ var root_layout_body_component = normalizeComponent(
|
|
|
17812
18465
|
|
|
17813
18466
|
/**
|
|
17814
18467
|
* Scroll the header with the page
|
|
18468
|
+
* @values true, false
|
|
17815
18469
|
*/
|
|
17816
18470
|
headerSticky: {
|
|
17817
18471
|
type: Boolean,
|
|
@@ -17857,6 +18511,7 @@ var root_layout_body_component = normalizeComponent(
|
|
|
17857
18511
|
/**
|
|
17858
18512
|
* Whether the sidebar is on the left or right side
|
|
17859
18513
|
* Possible options: 'left', 'right'
|
|
18514
|
+
* @values left, right
|
|
17860
18515
|
*/
|
|
17861
18516
|
sidebarPosition: {
|
|
17862
18517
|
type: String,
|
|
@@ -17899,8 +18554,8 @@ var root_layoutvue_type_style_index_0_lang_less_ = __webpack_require__(426);
|
|
|
17899
18554
|
|
|
17900
18555
|
var root_layout_component = normalizeComponent(
|
|
17901
18556
|
root_layout_root_layoutvue_type_script_lang_js_,
|
|
17902
|
-
|
|
17903
|
-
|
|
18557
|
+
root_layoutvue_type_template_id_cb5db598_render,
|
|
18558
|
+
root_layoutvue_type_template_id_cb5db598_staticRenderFns,
|
|
17904
18559
|
false,
|
|
17905
18560
|
null,
|
|
17906
18561
|
null,
|
|
@@ -17912,15 +18567,15 @@ var root_layout_component = normalizeComponent(
|
|
|
17912
18567
|
;// CONCATENATED MODULE: ./components/root_layout/index.js
|
|
17913
18568
|
|
|
17914
18569
|
|
|
17915
|
-
;// 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=
|
|
17916
|
-
var
|
|
18570
|
+
;// 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=27a3126a&
|
|
18571
|
+
var combobox_with_popovervue_type_template_id_27a3126a_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,"empty-list":_vm.emptyList,"empty-state-message":_vm.emptyStateMessage,"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){
|
|
17917
18572
|
var inputProps = ref.inputProps;
|
|
17918
18573
|
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){
|
|
17919
18574
|
var opened = ref.opened;
|
|
17920
18575
|
var listProps = ref.listProps;
|
|
17921
18576
|
var clearHighlightIndex = ref.clearHighlightIndex;
|
|
17922
18577
|
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":_vm.modal,"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;}}},[(_vm.loading)?_c('combobox-loading-list',_vm._b({},'combobox-loading-list',listProps,false)):(_vm.emptyList && _vm.emptyStateMessage)?_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))}
|
|
17923
|
-
var
|
|
18578
|
+
var combobox_with_popovervue_type_template_id_27a3126a_staticRenderFns = []
|
|
17924
18579
|
|
|
17925
18580
|
|
|
17926
18581
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue?vue&type=script&lang=js&
|
|
@@ -18202,7 +18857,34 @@ var combobox_with_popovervue_type_template_id_7fd50634_staticRenderFns = []
|
|
|
18202
18857
|
default: ''
|
|
18203
18858
|
}
|
|
18204
18859
|
},
|
|
18205
|
-
emits: [
|
|
18860
|
+
emits: [
|
|
18861
|
+
/**
|
|
18862
|
+
* Event fired when item selected
|
|
18863
|
+
*
|
|
18864
|
+
* @event select
|
|
18865
|
+
* @type {Number}
|
|
18866
|
+
*/
|
|
18867
|
+
'select',
|
|
18868
|
+
/**
|
|
18869
|
+
* Event fired when 'escape' key is pressed
|
|
18870
|
+
*
|
|
18871
|
+
* @event escape
|
|
18872
|
+
*/
|
|
18873
|
+
'escape',
|
|
18874
|
+
/**
|
|
18875
|
+
* Event fired when an item is highlighted
|
|
18876
|
+
*
|
|
18877
|
+
* @event highlight
|
|
18878
|
+
* @type {Number}
|
|
18879
|
+
*/
|
|
18880
|
+
'highlight',
|
|
18881
|
+
/**
|
|
18882
|
+
* Emitted when items are shown or hidden
|
|
18883
|
+
*
|
|
18884
|
+
* @event opened
|
|
18885
|
+
* @type {Boolean | Array}
|
|
18886
|
+
*/
|
|
18887
|
+
'opened'],
|
|
18206
18888
|
|
|
18207
18889
|
data() {
|
|
18208
18890
|
return {
|
|
@@ -18335,8 +19017,8 @@ var combobox_with_popovervue_type_template_id_7fd50634_staticRenderFns = []
|
|
|
18335
19017
|
;
|
|
18336
19018
|
var combobox_with_popover_component = normalizeComponent(
|
|
18337
19019
|
combobox_with_popover_combobox_with_popovervue_type_script_lang_js_,
|
|
18338
|
-
|
|
18339
|
-
|
|
19020
|
+
combobox_with_popovervue_type_template_id_27a3126a_render,
|
|
19021
|
+
combobox_with_popovervue_type_template_id_27a3126a_staticRenderFns,
|
|
18340
19022
|
false,
|
|
18341
19023
|
null,
|
|
18342
19024
|
null,
|
|
@@ -18347,11 +19029,11 @@ var combobox_with_popover_component = normalizeComponent(
|
|
|
18347
19029
|
/* harmony default export */ const combobox_with_popover = (combobox_with_popover_component.exports);
|
|
18348
19030
|
;// CONCATENATED MODULE: ./recipes/comboboxes/combobox_with_popover/index.js
|
|
18349
19031
|
|
|
18350
|
-
;// 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_multi_select/combobox_multi_select.vue?vue&type=template&id=
|
|
18351
|
-
var
|
|
19032
|
+
;// 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_multi_select/combobox_multi_select.vue?vue&type=template&id=6305bf12&
|
|
19033
|
+
var combobox_multi_selectvue_type_template_id_6305bf12_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('dt-recipe-combobox-with-popover',{ref:"comboboxWithPopover",attrs:{"list-aria-label":"listAriaLabel","show-list":_vm.showList,"max-height":_vm.listMaxHeight,"popover-offset":_vm.popoverOffset,"has-suggestion-list":_vm.hasSuggestionList,"content-width":"anchor"},on:{"select":_vm.onComboboxSelect},scopedSlots:_vm._u([{key:"input",fn:function(ref){
|
|
18352
19034
|
var onInput = ref.onInput;
|
|
18353
19035
|
return [_c('span',{ref:"inputSlotWrapper",staticClass:"d-ps-relative"},[_c('span',{ref:"chipsWrapper",staticClass:"d-ps-absolute d-mx2"},_vm._l((_vm.selectedItems),function(item){return _c('dt-chip',_vm._g({key:item.id,ref:"chips",refInFor:true,staticClass:"d-mt4 d-mx2 d-zi-base1",attrs:{"close-button-props":{ ariaLabel: 'close' },"size":_vm.size},on:{"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"backspace",undefined,$event.key,undefined)){ return null; }return _vm.onChipRemove(item)},"close":function($event){return _vm.onChipRemove(item)}}},_vm.chipListeners),[_vm._v(" "+_vm._s(item)+" ")])}),1),_c('dt-input',_vm._g({ref:"input",staticClass:"d-fl-grow1 d-mb4",attrs:{"label":_vm.label,"description":_vm.description,"placeholder":_vm.inputPlaceHolder,"show-messages":_vm.showInputMessages,"messages":_vm.inputMessages,"size":_vm.size},on:{"input":onInput},model:{value:(_vm.value),callback:function ($$v) {_vm.value=$$v},expression:"value"}},_vm.inputListeners)),_c('dt-validation-messages',{attrs:{"validation-messages":_vm.maxSelectedMessage,"show-messages":_vm.showValidationMessages}})],1)]}},{key:"header",fn:function(){return [(_vm.$slots.header)?_c('div',{ref:"header"},[_vm._t("header")],2):_vm._e()]},proxy:true},{key:"list",fn:function(){return [_c('div',{ref:"list",on:{"mousedown":function($event){$event.preventDefault();}}},[(!_vm.loading)?_vm._t("list"):_c('div',{staticClass:"d-ta-center d-py16"},[_vm._v(" "+_vm._s(_vm.loadingMessage)+" ")])],2)]},proxy:true},{key:"footer",fn:function(){return [(_vm.$slots.footer)?_c('div',{ref:"footer"},[_vm._t("footer")],2):_vm._e()]},proxy:true}],null,true)})}
|
|
18354
|
-
var
|
|
19036
|
+
var combobox_multi_selectvue_type_template_id_6305bf12_staticRenderFns = []
|
|
18355
19037
|
|
|
18356
19038
|
|
|
18357
19039
|
;// CONCATENATED MODULE: ./recipes/comboboxes/combobox_multi_select/combobox_multi_select_story_constants.js
|
|
@@ -18700,7 +19382,35 @@ const MULTI_SELECT_SIZES = {
|
|
|
18700
19382
|
validator: t => Object.values(MULTI_SELECT_SIZES).includes(t)
|
|
18701
19383
|
}
|
|
18702
19384
|
},
|
|
18703
|
-
emits: [
|
|
19385
|
+
emits: [
|
|
19386
|
+
/**
|
|
19387
|
+
* Native input event
|
|
19388
|
+
*
|
|
19389
|
+
* @event input
|
|
19390
|
+
* @type {String }
|
|
19391
|
+
*/
|
|
19392
|
+
'input',
|
|
19393
|
+
/**
|
|
19394
|
+
* Event fired when item selected
|
|
19395
|
+
*
|
|
19396
|
+
* @event select
|
|
19397
|
+
* @type {Number}
|
|
19398
|
+
*/
|
|
19399
|
+
'select',
|
|
19400
|
+
/**
|
|
19401
|
+
* Event fired when item removed
|
|
19402
|
+
*
|
|
19403
|
+
* @event remove
|
|
19404
|
+
* @type {String}
|
|
19405
|
+
*/
|
|
19406
|
+
'remove',
|
|
19407
|
+
/**
|
|
19408
|
+
* Event fired when max selected items limit is reached
|
|
19409
|
+
*
|
|
19410
|
+
* @event max-selected
|
|
19411
|
+
* @type {Object}
|
|
19412
|
+
*/
|
|
19413
|
+
'max-selected'],
|
|
18704
19414
|
|
|
18705
19415
|
data() {
|
|
18706
19416
|
return {
|
|
@@ -18991,8 +19701,8 @@ const MULTI_SELECT_SIZES = {
|
|
|
18991
19701
|
;
|
|
18992
19702
|
var combobox_multi_select_component = normalizeComponent(
|
|
18993
19703
|
combobox_multi_select_combobox_multi_selectvue_type_script_lang_js_,
|
|
18994
|
-
|
|
18995
|
-
|
|
19704
|
+
combobox_multi_selectvue_type_template_id_6305bf12_render,
|
|
19705
|
+
combobox_multi_selectvue_type_template_id_6305bf12_staticRenderFns,
|
|
18996
19706
|
false,
|
|
18997
19707
|
null,
|
|
18998
19708
|
null,
|
|
@@ -19004,9 +19714,9 @@ var combobox_multi_select_component = normalizeComponent(
|
|
|
19004
19714
|
;// CONCATENATED MODULE: ./recipes/comboboxes/combobox_multi_select/index.js
|
|
19005
19715
|
|
|
19006
19716
|
|
|
19007
|
-
;// 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/buttons/callbar_button/callbar_button.vue?vue&type=template&id=
|
|
19008
|
-
var
|
|
19009
|
-
var
|
|
19717
|
+
;// 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/buttons/callbar_button/callbar_button.vue?vue&type=template&id=1cc96f5c&
|
|
19718
|
+
var callbar_buttonvue_type_template_id_1cc96f5c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('dt-tooltip',{attrs:{"id":_vm.id,"offset":[0, -12]},scopedSlots:_vm._u([{key:"anchor",fn:function(){return [_c('dt-button',_vm._g({class:_vm.callbarButtonClass,attrs:{"importance":_vm.circle ? 'outlined' : 'clear',"kind":"muted","icon-position":"top","disabled":_vm.disabled,"aria-label":_vm.ariaLabel,"label-class":"d-fs11","width":"8.4rem"}},_vm.$listeners),[_vm._t("default"),_vm._t("icon",null,{"slot":"icon"})],2)]},proxy:true}],null,true)},[_vm._t("tooltip")],2)}
|
|
19719
|
+
var callbar_buttonvue_type_template_id_1cc96f5c_staticRenderFns = []
|
|
19010
19720
|
|
|
19011
19721
|
|
|
19012
19722
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./recipes/buttons/callbar_button/callbar_button.vue?vue&type=script&lang=js&
|
|
@@ -19037,6 +19747,7 @@ var callbar_buttonvue_type_template_id_0421e5c4_staticRenderFns = []
|
|
|
19037
19747
|
//
|
|
19038
19748
|
//
|
|
19039
19749
|
//
|
|
19750
|
+
//
|
|
19040
19751
|
|
|
19041
19752
|
|
|
19042
19753
|
|
|
@@ -19111,12 +19822,27 @@ var callbar_buttonvue_type_template_id_0421e5c4_staticRenderFns = []
|
|
|
19111
19822
|
validator: label => {
|
|
19112
19823
|
return label || undefined.$slots.default;
|
|
19113
19824
|
}
|
|
19825
|
+
},
|
|
19826
|
+
|
|
19827
|
+
/**
|
|
19828
|
+
* Additional class name for the button wrapper element.
|
|
19829
|
+
*/
|
|
19830
|
+
buttonClass: {
|
|
19831
|
+
type: [String, Array, Object],
|
|
19832
|
+
default: ''
|
|
19114
19833
|
}
|
|
19115
19834
|
},
|
|
19116
|
-
emits: [
|
|
19835
|
+
emits: [
|
|
19836
|
+
/**
|
|
19837
|
+
* Native click event
|
|
19838
|
+
*
|
|
19839
|
+
* @event click
|
|
19840
|
+
* @type {PointerEvent | KeyboardEvent}
|
|
19841
|
+
*/
|
|
19842
|
+
'click'],
|
|
19117
19843
|
computed: {
|
|
19118
19844
|
callbarButtonClass() {
|
|
19119
|
-
return ['dt-recipe-callbar-button', 'd-stack4', {
|
|
19845
|
+
return [this.buttonClass, 'dt-recipe-callbar-button', 'd-stack4', {
|
|
19120
19846
|
'dt-recipe-callbar-button--circle': this.circle,
|
|
19121
19847
|
'dt-recipe-callbar-button--active': this.active,
|
|
19122
19848
|
'dt-recipe-callbar-button--danger': this.danger
|
|
@@ -19142,8 +19868,8 @@ var callbar_buttonvue_type_style_index_0_lang_less_ = __webpack_require__(759);
|
|
|
19142
19868
|
|
|
19143
19869
|
var callbar_button_component = normalizeComponent(
|
|
19144
19870
|
callbar_button_callbar_buttonvue_type_script_lang_js_,
|
|
19145
|
-
|
|
19146
|
-
|
|
19871
|
+
callbar_buttonvue_type_template_id_1cc96f5c_render,
|
|
19872
|
+
callbar_buttonvue_type_template_id_1cc96f5c_staticRenderFns,
|
|
19147
19873
|
false,
|
|
19148
19874
|
null,
|
|
19149
19875
|
null,
|
|
@@ -19154,9 +19880,9 @@ var callbar_button_component = normalizeComponent(
|
|
|
19154
19880
|
/* harmony default export */ const callbar_button = (callbar_button_component.exports);
|
|
19155
19881
|
;// CONCATENATED MODULE: ./recipes/buttons/callbar_button/index.js
|
|
19156
19882
|
|
|
19157
|
-
;// 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/buttons/callbar_button_with_popover/callbar_button_with_popover.vue?vue&type=template&id=
|
|
19158
|
-
var
|
|
19159
|
-
var
|
|
19883
|
+
;// 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/buttons/callbar_button_with_popover/callbar_button_with_popover.vue?vue&type=template&id=4848a4c1&
|
|
19884
|
+
var callbar_button_with_popovervue_type_template_id_4848a4c1_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"dt-recipe--callbar-button-with-popover--button"},[_c('dt-recipe-callbar-button',{staticClass:"dt-recipe--callbar-button-with-popover--main-button",attrs:{"aria-label":_vm.ariaLabel,"disabled":_vm.disabled,"active":_vm.active,"danger":_vm.danger,"button-class":_vm.buttonClass},on:{"click":_vm.buttonClick}},[_vm._t("icon",null,{"slot":"icon"}),_vm._t("tooltip",null,{"slot":"tooltip"}),_vm._t("default")],2),(_vm.showArrowButton)?_c('dt-popover',_vm._b({staticClass:"dt-recipe--callbar-button-with-popover--popover-wrapper",attrs:{"id":_vm.id,"open":_vm.open,"placement":_vm.placement,"initial-focus-element":_vm.initialFocusElement,"show-close-button":_vm.showCloseButton,"padding":"none","dialog-class":"d-h464 d-w512 dt-recipe--callbar-button-with-popover--popover","header-class":"d-d-flex d-ai-center d-fw-normal d-px12"},on:{"opened":_vm.onModalIsOpened},scopedSlots:_vm._u([{key:"anchor",fn:function(){return [_c('dt-button',{staticClass:"dt-recipe--callbar-button-with-popover--arrow",attrs:{"circle":"","importance":"clear","size":"lg","width":"2rem","aria-label":_vm.arrowButtonLabel,"active":_vm.open},on:{"click":_vm.arrowClick},scopedSlots:_vm._u([{key:"icon",fn:function(){return [_c('icon-arrow-drop-up',{staticClass:"d-svg--size-16"})]},proxy:true}],null,false,2876394386)})]},proxy:true}],null,false,685243388)},'dt-popover',_vm.$attrs,false),[_vm._t("content",null,{"slot":"content"}),_vm._t("headerContent",null,{"slot":"headerContent"}),_vm._t("footerContent",null,{"slot":"footerContent"})],2):_vm._e()],1)}
|
|
19885
|
+
var callbar_button_with_popovervue_type_template_id_4848a4c1_staticRenderFns = []
|
|
19160
19886
|
|
|
19161
19887
|
|
|
19162
19888
|
;// 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/IconArrowDropUp.vue?vue&type=template&id=65ee6042&
|
|
@@ -19251,6 +19977,8 @@ var IconArrowDropUp_component = normalizeComponent(
|
|
|
19251
19977
|
//
|
|
19252
19978
|
//
|
|
19253
19979
|
//
|
|
19980
|
+
//
|
|
19981
|
+
//
|
|
19254
19982
|
|
|
19255
19983
|
|
|
19256
19984
|
|
|
@@ -19378,13 +20106,28 @@ var IconArrowDropUp_component = normalizeComponent(
|
|
|
19378
20106
|
danger: {
|
|
19379
20107
|
type: Boolean,
|
|
19380
20108
|
default: false
|
|
20109
|
+
},
|
|
20110
|
+
|
|
20111
|
+
/**
|
|
20112
|
+
* Additional class name for the button wrapper element.
|
|
20113
|
+
*/
|
|
20114
|
+
buttonClass: {
|
|
20115
|
+
type: [String, Array, Object],
|
|
20116
|
+
default: ''
|
|
19381
20117
|
}
|
|
19382
20118
|
},
|
|
19383
20119
|
emits: [
|
|
19384
20120
|
/**
|
|
19385
20121
|
* Emitted when the arrow is clicked
|
|
19386
20122
|
*/
|
|
19387
|
-
'arrowClick',
|
|
20123
|
+
'arrowClick',
|
|
20124
|
+
/**
|
|
20125
|
+
* Native click event
|
|
20126
|
+
*
|
|
20127
|
+
* @event click
|
|
20128
|
+
* @type {PointerEvent | KeyboardEvent}
|
|
20129
|
+
*/
|
|
20130
|
+
'click'],
|
|
19388
20131
|
|
|
19389
20132
|
data() {
|
|
19390
20133
|
return {
|
|
@@ -19437,8 +20180,8 @@ var callbar_button_with_popovervue_type_style_index_0_lang_less_ = __webpack_req
|
|
|
19437
20180
|
|
|
19438
20181
|
var callbar_button_with_popover_component = normalizeComponent(
|
|
19439
20182
|
callbar_button_with_popover_callbar_button_with_popovervue_type_script_lang_js_,
|
|
19440
|
-
|
|
19441
|
-
|
|
20183
|
+
callbar_button_with_popovervue_type_template_id_4848a4c1_render,
|
|
20184
|
+
callbar_button_with_popovervue_type_template_id_4848a4c1_staticRenderFns,
|
|
19442
20185
|
false,
|
|
19443
20186
|
null,
|
|
19444
20187
|
null,
|
|
@@ -19467,9 +20210,9 @@ var contact_infovue_type_template_id_466e560c_staticRenderFns = []
|
|
|
19467
20210
|
;// CONCATENATED MODULE: ./recipes/list_items/contact_info/contact_info_constants.js
|
|
19468
20211
|
const USER_STATUS_COLOR_MODIFIERS = {
|
|
19469
20212
|
none: '',
|
|
19470
|
-
green: 'd-bgc-green-
|
|
19471
|
-
|
|
19472
|
-
red: 'd-bgc-red-
|
|
20213
|
+
green: 'd-bgc-green-400',
|
|
20214
|
+
yellow: 'd-bgc-yellow-400',
|
|
20215
|
+
red: 'd-bgc-red-400'
|
|
19473
20216
|
};
|
|
19474
20217
|
/* harmony default export */ const contact_info_constants = ({
|
|
19475
20218
|
USER_STATUS_COLOR_MODIFIERS
|
|
@@ -19666,13 +20409,13 @@ var contact_info_component = normalizeComponent(
|
|
|
19666
20409
|
;// CONCATENATED MODULE: ./recipes/list_items/contact_info/index.js
|
|
19667
20410
|
|
|
19668
20411
|
|
|
19669
|
-
;// 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/notices/top_banner_info/top_banner_info.vue?vue&type=template&id=
|
|
19670
|
-
var
|
|
19671
|
-
var
|
|
20412
|
+
;// 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/notices/top_banner_info/top_banner_info.vue?vue&type=template&id=d3832134&
|
|
20413
|
+
var top_banner_infovue_type_template_id_d3832134_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"d-fs11 d-d-flex d-top-banner-info d-jc-space-between d-ai-center",class:_vm.bannerInfoClass,attrs:{"data-qa":"banner-info"}},[_c('div',{staticClass:"d-top-banner-info__left"},[_vm._t("left")],2),_c('div',{staticClass:"d-top-banner-info__middle d-my4"},[_vm._t("default")],2),_c('div',{staticClass:"d-top-banner-info__right d-ta-right"},[_vm._t("right")],2)])}
|
|
20414
|
+
var top_banner_infovue_type_template_id_d3832134_staticRenderFns = []
|
|
19672
20415
|
|
|
19673
20416
|
|
|
19674
20417
|
;// CONCATENATED MODULE: ./recipes/notices/top_banner_info/top_banner_info_constants.js
|
|
19675
|
-
const COLOR_CODES = ['
|
|
20418
|
+
const COLOR_CODES = ['green400', 'green200', 'red200', 'red100', 'yellow200', 'yellow400', 'yellow050', 'black100', 'white'];
|
|
19676
20419
|
/* harmony default export */ const top_banner_info_constants = ({
|
|
19677
20420
|
COLOR_CODES
|
|
19678
20421
|
});
|
|
@@ -19706,7 +20449,7 @@ const COLOR_CODES = ['green300', 'green100', 'red200', 'red100', 'gold100', 'gol
|
|
|
19706
20449
|
*/
|
|
19707
20450
|
colorCode: {
|
|
19708
20451
|
type: String,
|
|
19709
|
-
default: '
|
|
20452
|
+
default: 'green400',
|
|
19710
20453
|
validator: function (kind) {
|
|
19711
20454
|
return COLOR_CODES.includes(kind);
|
|
19712
20455
|
}
|
|
@@ -19715,13 +20458,13 @@ const COLOR_CODES = ['green300', 'green100', 'red200', 'red100', 'gold100', 'gol
|
|
|
19715
20458
|
computed: {
|
|
19716
20459
|
bannerInfoClass() {
|
|
19717
20460
|
const bgColors = {
|
|
19718
|
-
|
|
19719
|
-
|
|
20461
|
+
green400: 'd-bgc-green-400',
|
|
20462
|
+
green200: 'd-bgc-green-200',
|
|
19720
20463
|
red200: 'd-bgc-red-200',
|
|
19721
20464
|
red100: 'd-bgc-red-100',
|
|
19722
|
-
|
|
19723
|
-
|
|
19724
|
-
black100: 'd-bgc-black-
|
|
20465
|
+
yellow400: 'd-bgc-yellow-400',
|
|
20466
|
+
yellow200: 'd-bgc-yellow-200',
|
|
20467
|
+
black100: 'd-bgc-black-100',
|
|
19725
20468
|
white: 'd-bgc-white'
|
|
19726
20469
|
};
|
|
19727
20470
|
return [bgColors[this.colorCode]];
|
|
@@ -19746,8 +20489,8 @@ var top_banner_infovue_type_style_index_0_lang_less_ = __webpack_require__(9);
|
|
|
19746
20489
|
|
|
19747
20490
|
var top_banner_info_component = normalizeComponent(
|
|
19748
20491
|
top_banner_info_top_banner_infovue_type_script_lang_js_,
|
|
19749
|
-
|
|
19750
|
-
|
|
20492
|
+
top_banner_infovue_type_template_id_d3832134_render,
|
|
20493
|
+
top_banner_infovue_type_template_id_d3832134_staticRenderFns,
|
|
19751
20494
|
false,
|
|
19752
20495
|
null,
|
|
19753
20496
|
null,
|