@dialpad/dialtone-vue 2.28.0-beta.2 → 2.29.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 +1107 -329
- package/dist/dialtone-vue.umd.js +1107 -329
- package/dist/dialtone-vue.umd.min.js +1 -1
- package/dist/emoji.common.js +254 -37
- package/dist/emoji.umd.js +254 -37
- package/package.json +3 -2
package/dist/dialtone-vue.umd.js
CHANGED
|
@@ -316,7 +316,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
316
316
|
|
|
317
317
|
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()));
|
|
318
318
|
// Module
|
|
319
|
-
___CSS_LOADER_EXPORT___.push([module.id, ".dt-recipe-callbar-button:not(.dt-recipe-callbar-button--circle){
|
|
319
|
+
___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)}", ""]);
|
|
320
320
|
// Exports
|
|
321
321
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
322
322
|
|
|
@@ -1264,7 +1264,7 @@ if (typeof window !== 'undefined') {
|
|
|
1264
1264
|
// Indicate to webpack that this file can be concatenated
|
|
1265
1265
|
/* harmony default export */ const setPublicPath = (null);
|
|
1266
1266
|
|
|
1267
|
-
;// 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=
|
|
1267
|
+
;// 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&
|
|
1268
1268
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:[
|
|
1269
1269
|
'd-avatar',
|
|
1270
1270
|
_vm.AVATAR_KIND_MODIFIERS[_vm.kind],
|
|
@@ -1498,6 +1498,11 @@ const flushPromises = () => {
|
|
|
1498
1498
|
|
|
1499
1499
|
|
|
1500
1500
|
|
|
1501
|
+
/**
|
|
1502
|
+
* An avatar is a visual representation of a user or object.
|
|
1503
|
+
* @see https://dialpad.design/components/avatar.html
|
|
1504
|
+
*/
|
|
1505
|
+
|
|
1501
1506
|
/* harmony default export */ const avatarvue_type_script_lang_js_ = ({
|
|
1502
1507
|
name: 'DtAvatar',
|
|
1503
1508
|
inheritAttrs: false,
|
|
@@ -1516,6 +1521,7 @@ const flushPromises = () => {
|
|
|
1516
1521
|
|
|
1517
1522
|
/**
|
|
1518
1523
|
* The size of the avatar
|
|
1524
|
+
* @values sm, md, lg
|
|
1519
1525
|
*/
|
|
1520
1526
|
size: {
|
|
1521
1527
|
type: String,
|
|
@@ -1525,6 +1531,11 @@ const flushPromises = () => {
|
|
|
1525
1531
|
|
|
1526
1532
|
/**
|
|
1527
1533
|
* The color of the avatar
|
|
1534
|
+
* @values base
|
|
1535
|
+
* orange-200, orange-300, orange-400, orange-500,
|
|
1536
|
+
* pink-300, pink-400, pink-500, pink-600,
|
|
1537
|
+
* purple-200, purple-300, purple-500, purple-600,
|
|
1538
|
+
* yellow-200, yellow-300, yellow-400, yellow-500
|
|
1528
1539
|
*/
|
|
1529
1540
|
color: {
|
|
1530
1541
|
type: String,
|
|
@@ -1731,11 +1742,11 @@ var component = normalizeComponent(
|
|
|
1731
1742
|
;// CONCATENATED MODULE: ./components/avatar/index.js
|
|
1732
1743
|
|
|
1733
1744
|
|
|
1734
|
-
;// 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=
|
|
1735
|
-
var
|
|
1745
|
+
;// 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&
|
|
1746
|
+
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:[
|
|
1736
1747
|
'd-badge',
|
|
1737
1748
|
_vm.BADGE_COLOR_MODIFIERS[_vm.color] ],attrs:{"data-qa":"dt-badge"}},[_vm._t("default",function(){return [_vm._v(" "+_vm._s(_vm.text)+" ")]})],2)}
|
|
1738
|
-
var
|
|
1749
|
+
var badgevue_type_template_id_fea57e1e_staticRenderFns = []
|
|
1739
1750
|
|
|
1740
1751
|
|
|
1741
1752
|
;// CONCATENATED MODULE: ./components/badge/badge_constants.js
|
|
@@ -1773,6 +1784,12 @@ const BADGE_COLOR_MODIFIERS = {
|
|
|
1773
1784
|
//
|
|
1774
1785
|
//
|
|
1775
1786
|
|
|
1787
|
+
/**
|
|
1788
|
+
* A badge is a compact UI element that provides brief, descriptive information about an element.
|
|
1789
|
+
* It is terse, ideally one word.
|
|
1790
|
+
* @see https://dialpad.design/components/badge.html
|
|
1791
|
+
*/
|
|
1792
|
+
|
|
1776
1793
|
/* harmony default export */ const badgevue_type_script_lang_js_ = ({
|
|
1777
1794
|
name: 'DtBadge',
|
|
1778
1795
|
props: {
|
|
@@ -1786,6 +1803,10 @@ const BADGE_COLOR_MODIFIERS = {
|
|
|
1786
1803
|
|
|
1787
1804
|
/**
|
|
1788
1805
|
* Color for the badge background
|
|
1806
|
+
* @values base, black-700, green-400, orange-400,
|
|
1807
|
+
* pink-300, pink-500, pink-600, pink-700,
|
|
1808
|
+
* purple-100, purple-300, purple-500, purple-700,
|
|
1809
|
+
* red-500, white, yellow-300
|
|
1789
1810
|
*/
|
|
1790
1811
|
color: {
|
|
1791
1812
|
type: String,
|
|
@@ -1813,8 +1834,8 @@ const BADGE_COLOR_MODIFIERS = {
|
|
|
1813
1834
|
;
|
|
1814
1835
|
var badge_component = normalizeComponent(
|
|
1815
1836
|
badge_badgevue_type_script_lang_js_,
|
|
1816
|
-
|
|
1817
|
-
|
|
1837
|
+
badgevue_type_template_id_fea57e1e_render,
|
|
1838
|
+
badgevue_type_template_id_fea57e1e_staticRenderFns,
|
|
1818
1839
|
false,
|
|
1819
1840
|
null,
|
|
1820
1841
|
null,
|
|
@@ -1826,14 +1847,14 @@ var badge_component = normalizeComponent(
|
|
|
1826
1847
|
;// CONCATENATED MODULE: ./components/badge/index.js
|
|
1827
1848
|
|
|
1828
1849
|
|
|
1829
|
-
;// 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=
|
|
1830
|
-
var
|
|
1831
|
-
var
|
|
1850
|
+
;// 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&
|
|
1851
|
+
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)])}
|
|
1852
|
+
var bannervue_type_template_id_6a644b26_staticRenderFns = []
|
|
1832
1853
|
|
|
1833
1854
|
|
|
1834
|
-
;// 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=
|
|
1835
|
-
var
|
|
1836
|
-
var
|
|
1855
|
+
;// 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&
|
|
1856
|
+
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()}
|
|
1857
|
+
var notice_iconvue_type_template_id_5544041e_staticRenderFns = []
|
|
1837
1858
|
|
|
1838
1859
|
|
|
1839
1860
|
;// 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&
|
|
@@ -1978,6 +1999,7 @@ const NOTICE_ROLES = ['alert', 'alertdialog', 'status'];
|
|
|
1978
1999
|
//
|
|
1979
2000
|
//
|
|
1980
2001
|
//
|
|
2002
|
+
//
|
|
1981
2003
|
|
|
1982
2004
|
|
|
1983
2005
|
|
|
@@ -1995,6 +2017,10 @@ const kindToIcon = new Map([['info', 'IconInfo'], ['success', 'IconCheckCircle']
|
|
|
1995
2017
|
IconCheckCircle: IconCheckCircle
|
|
1996
2018
|
},
|
|
1997
2019
|
props: {
|
|
2020
|
+
/**
|
|
2021
|
+
* Kind of icon
|
|
2022
|
+
* @values base, error, info, success, warning
|
|
2023
|
+
*/
|
|
1998
2024
|
kind: {
|
|
1999
2025
|
type: String,
|
|
2000
2026
|
default: 'base',
|
|
@@ -2024,8 +2050,8 @@ const kindToIcon = new Map([['info', 'IconInfo'], ['success', 'IconCheckCircle']
|
|
|
2024
2050
|
;
|
|
2025
2051
|
var notice_icon_component = normalizeComponent(
|
|
2026
2052
|
notice_notice_iconvue_type_script_lang_js_,
|
|
2027
|
-
|
|
2028
|
-
|
|
2053
|
+
notice_iconvue_type_template_id_5544041e_render,
|
|
2054
|
+
notice_iconvue_type_template_id_5544041e_staticRenderFns,
|
|
2029
2055
|
false,
|
|
2030
2056
|
null,
|
|
2031
2057
|
null,
|
|
@@ -2034,9 +2060,9 @@ var notice_icon_component = normalizeComponent(
|
|
|
2034
2060
|
)
|
|
2035
2061
|
|
|
2036
2062
|
/* harmony default export */ const notice_icon = (notice_icon_component.exports);
|
|
2037
|
-
;// 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=
|
|
2038
|
-
var
|
|
2039
|
-
var
|
|
2063
|
+
;// 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&
|
|
2064
|
+
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)])}
|
|
2065
|
+
var notice_contentvue_type_template_id_45f8172a_staticRenderFns = []
|
|
2040
2066
|
|
|
2041
2067
|
|
|
2042
2068
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-80[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/notice/notice_content.vue?vue&type=script&lang=js&
|
|
@@ -2065,17 +2091,32 @@ var notice_contentvue_type_template_id_24cf95e4_staticRenderFns = []
|
|
|
2065
2091
|
//
|
|
2066
2092
|
//
|
|
2067
2093
|
//
|
|
2094
|
+
//
|
|
2095
|
+
//
|
|
2068
2096
|
/* harmony default export */ const notice_contentvue_type_script_lang_js_ = ({
|
|
2069
2097
|
name: 'DtNoticeContent',
|
|
2070
2098
|
props: {
|
|
2099
|
+
/**
|
|
2100
|
+
* Title header of the notice. This can be left blank to remove the title from the notice entirely.
|
|
2101
|
+
*/
|
|
2071
2102
|
title: {
|
|
2072
2103
|
type: String,
|
|
2073
2104
|
default: ''
|
|
2074
2105
|
},
|
|
2106
|
+
|
|
2107
|
+
/**
|
|
2108
|
+
* ID for the title element of the component. Useful for aria-describedby
|
|
2109
|
+
* or aria-labelledby or any other reason you may need an id to refer to the title.
|
|
2110
|
+
*/
|
|
2075
2111
|
titleId: {
|
|
2076
2112
|
type: String,
|
|
2077
2113
|
default: undefined
|
|
2078
2114
|
},
|
|
2115
|
+
|
|
2116
|
+
/**
|
|
2117
|
+
* ID for the content element of the component. Useful for aria-describedby
|
|
2118
|
+
* or aria-labelledby or any other reason you may need an id to refer to the content.
|
|
2119
|
+
*/
|
|
2079
2120
|
contentId: {
|
|
2080
2121
|
type: String,
|
|
2081
2122
|
default: undefined
|
|
@@ -2094,8 +2135,8 @@ var notice_contentvue_type_template_id_24cf95e4_staticRenderFns = []
|
|
|
2094
2135
|
;
|
|
2095
2136
|
var notice_content_component = normalizeComponent(
|
|
2096
2137
|
notice_notice_contentvue_type_script_lang_js_,
|
|
2097
|
-
|
|
2098
|
-
|
|
2138
|
+
notice_contentvue_type_template_id_45f8172a_render,
|
|
2139
|
+
notice_contentvue_type_template_id_45f8172a_staticRenderFns,
|
|
2099
2140
|
false,
|
|
2100
2141
|
null,
|
|
2101
2142
|
null,
|
|
@@ -2104,9 +2145,9 @@ var notice_content_component = normalizeComponent(
|
|
|
2104
2145
|
)
|
|
2105
2146
|
|
|
2106
2147
|
/* harmony default export */ const notice_content = (notice_content_component.exports);
|
|
2107
|
-
;// 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=
|
|
2108
|
-
var
|
|
2109
|
-
var
|
|
2148
|
+
;// 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&
|
|
2149
|
+
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)}
|
|
2150
|
+
var notice_actionvue_type_template_id_49bf6244_staticRenderFns = []
|
|
2110
2151
|
|
|
2111
2152
|
|
|
2112
2153
|
;// 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&
|
|
@@ -2133,14 +2174,14 @@ var IconClose_component = normalizeComponent(
|
|
|
2133
2174
|
)
|
|
2134
2175
|
|
|
2135
2176
|
/* harmony default export */ const IconClose = (IconClose_component.exports);
|
|
2136
|
-
;// 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=
|
|
2137
|
-
var
|
|
2177
|
+
;// 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&
|
|
2178
|
+
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:[
|
|
2138
2179
|
'base-button__button',
|
|
2139
|
-
_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:[
|
|
2180
|
+
_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:[
|
|
2140
2181
|
'base-button__icon',
|
|
2141
2182
|
'd-btn__icon',
|
|
2142
2183
|
_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()])}
|
|
2143
|
-
var
|
|
2184
|
+
var buttonvue_type_template_id_5c485efa_staticRenderFns = []
|
|
2144
2185
|
|
|
2145
2186
|
|
|
2146
2187
|
;// CONCATENATED MODULE: ./components/button/button_constants.js
|
|
@@ -2195,7 +2236,7 @@ function _invalidCombinationMessage(circle, kind, importance) {
|
|
|
2195
2236
|
return `You cannot have a ${circle ? 'circle ' : ''}button \
|
|
2196
2237
|
with kind: ${kind} and importance: ${importance} as it \
|
|
2197
2238
|
does not exist in our design system. \
|
|
2198
|
-
See https://dialpad.design/components/button for a \
|
|
2239
|
+
See https://dialpad.design/components/button.html for a \
|
|
2199
2240
|
list of available button styles`;
|
|
2200
2241
|
}
|
|
2201
2242
|
|
|
@@ -2261,14 +2302,16 @@ const LINK_KIND_MODIFIERS = {
|
|
|
2261
2302
|
//
|
|
2262
2303
|
//
|
|
2263
2304
|
//
|
|
2305
|
+
//
|
|
2306
|
+
//
|
|
2264
2307
|
|
|
2265
2308
|
|
|
2266
2309
|
|
|
2267
2310
|
/**
|
|
2268
|
-
*
|
|
2269
|
-
*
|
|
2270
|
-
*
|
|
2271
|
-
* @
|
|
2311
|
+
* A button is a UI element which allows users to take an action throughout the app.
|
|
2312
|
+
* It is important a button is identifiable, consistent, and communicates its actions clearly,
|
|
2313
|
+
* and is appropriately sized to its action.
|
|
2314
|
+
* @see https://dialpad.design/components/button.html
|
|
2272
2315
|
*/
|
|
2273
2316
|
|
|
2274
2317
|
/* harmony default export */ const buttonvue_type_script_lang_js_ = ({
|
|
@@ -2277,7 +2320,6 @@ const LINK_KIND_MODIFIERS = {
|
|
|
2277
2320
|
/**
|
|
2278
2321
|
* Whether the button is a circle or not.
|
|
2279
2322
|
* @values true, false
|
|
2280
|
-
* @see https://dialpad.design/components/button/
|
|
2281
2323
|
*/
|
|
2282
2324
|
circle: {
|
|
2283
2325
|
type: Boolean,
|
|
@@ -2287,7 +2329,6 @@ const LINK_KIND_MODIFIERS = {
|
|
|
2287
2329
|
/**
|
|
2288
2330
|
* The position of the icon slot within the button.
|
|
2289
2331
|
* @values left, right, top, bottom
|
|
2290
|
-
* @see https://dialpad.design/components/button/
|
|
2291
2332
|
*/
|
|
2292
2333
|
iconPosition: {
|
|
2293
2334
|
type: String,
|
|
@@ -2298,7 +2339,6 @@ const LINK_KIND_MODIFIERS = {
|
|
|
2298
2339
|
/**
|
|
2299
2340
|
* The fill and outline of the button associated with its visual importance.
|
|
2300
2341
|
* @values clear, outlined, primary
|
|
2301
|
-
* @see https://dialpad.design/components/button/
|
|
2302
2342
|
*/
|
|
2303
2343
|
importance: {
|
|
2304
2344
|
type: String,
|
|
@@ -2309,7 +2349,7 @@ const LINK_KIND_MODIFIERS = {
|
|
|
2309
2349
|
/**
|
|
2310
2350
|
* Whether the button should be styled as a link or not.
|
|
2311
2351
|
* @values true, false
|
|
2312
|
-
* @see https://dialpad.design/components/link
|
|
2352
|
+
* @see https://dialpad.design/components/link.html
|
|
2313
2353
|
*/
|
|
2314
2354
|
link: {
|
|
2315
2355
|
type: Boolean,
|
|
@@ -2318,8 +2358,8 @@ const LINK_KIND_MODIFIERS = {
|
|
|
2318
2358
|
|
|
2319
2359
|
/**
|
|
2320
2360
|
* The color of the link and button if the button is styled as a link.
|
|
2321
|
-
* @values
|
|
2322
|
-
* @see https://dialpad.design/components/link
|
|
2361
|
+
* @values default, warning, danger, success, muted, inverted
|
|
2362
|
+
* @see https://dialpad.design/components/link.html
|
|
2323
2363
|
*/
|
|
2324
2364
|
linkKind: {
|
|
2325
2365
|
type: String,
|
|
@@ -2328,9 +2368,23 @@ const LINK_KIND_MODIFIERS = {
|
|
|
2328
2368
|
},
|
|
2329
2369
|
|
|
2330
2370
|
/**
|
|
2331
|
-
*
|
|
2371
|
+
* HTML button disabled attribute
|
|
2372
|
+
* <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#disabled" target="_blank">
|
|
2373
|
+
* (Reference)
|
|
2374
|
+
* </a>
|
|
2375
|
+
* @values true, false
|
|
2376
|
+
*/
|
|
2377
|
+
disabled: {
|
|
2378
|
+
type: Boolean,
|
|
2379
|
+
default: false
|
|
2380
|
+
},
|
|
2381
|
+
|
|
2382
|
+
/**
|
|
2383
|
+
* HTML button type attribute
|
|
2384
|
+
* <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-type" target="_blank">
|
|
2385
|
+
* (Reference)
|
|
2386
|
+
* </a>
|
|
2332
2387
|
* @values button, submit, reset
|
|
2333
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button
|
|
2334
2388
|
*/
|
|
2335
2389
|
type: {
|
|
2336
2390
|
type: String,
|
|
@@ -2338,10 +2392,21 @@ const LINK_KIND_MODIFIERS = {
|
|
|
2338
2392
|
validator: t => BUTTON_TYPES.includes(t)
|
|
2339
2393
|
},
|
|
2340
2394
|
|
|
2395
|
+
/**
|
|
2396
|
+
* Button width, accepts
|
|
2397
|
+
* <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/width" target="_blank">
|
|
2398
|
+
* CSS width attribute
|
|
2399
|
+
* </a>
|
|
2400
|
+
* values
|
|
2401
|
+
*/
|
|
2402
|
+
width: {
|
|
2403
|
+
type: String,
|
|
2404
|
+
default: 'auto'
|
|
2405
|
+
},
|
|
2406
|
+
|
|
2341
2407
|
/**
|
|
2342
2408
|
* The size of the button.
|
|
2343
2409
|
* @values xs, sm, md, lg, xl
|
|
2344
|
-
* @see https://dialpad.design/components/button
|
|
2345
2410
|
*/
|
|
2346
2411
|
size: {
|
|
2347
2412
|
type: String,
|
|
@@ -2360,7 +2425,6 @@ const LINK_KIND_MODIFIERS = {
|
|
|
2360
2425
|
/**
|
|
2361
2426
|
* Whether the button should display a loading animation or not.
|
|
2362
2427
|
* @values true, false
|
|
2363
|
-
* @see https://dialpad.design/components/button
|
|
2364
2428
|
*/
|
|
2365
2429
|
loading: {
|
|
2366
2430
|
type: Boolean,
|
|
@@ -2369,8 +2433,7 @@ const LINK_KIND_MODIFIERS = {
|
|
|
2369
2433
|
|
|
2370
2434
|
/**
|
|
2371
2435
|
* The color of the button.
|
|
2372
|
-
* @values default, danger, inverted
|
|
2373
|
-
* @see https://dialpad.design/components/button
|
|
2436
|
+
* @values default, muted, danger, inverted
|
|
2374
2437
|
*/
|
|
2375
2438
|
kind: {
|
|
2376
2439
|
type: String,
|
|
@@ -2520,8 +2583,8 @@ const LINK_KIND_MODIFIERS = {
|
|
|
2520
2583
|
;
|
|
2521
2584
|
var button_component = normalizeComponent(
|
|
2522
2585
|
button_buttonvue_type_script_lang_js_,
|
|
2523
|
-
|
|
2524
|
-
|
|
2586
|
+
buttonvue_type_template_id_5c485efa_render,
|
|
2587
|
+
buttonvue_type_template_id_5c485efa_staticRenderFns,
|
|
2525
2588
|
false,
|
|
2526
2589
|
null,
|
|
2527
2590
|
null,
|
|
@@ -2554,6 +2617,7 @@ var button_component = normalizeComponent(
|
|
|
2554
2617
|
//
|
|
2555
2618
|
//
|
|
2556
2619
|
//
|
|
2620
|
+
//
|
|
2557
2621
|
|
|
2558
2622
|
|
|
2559
2623
|
/* harmony default export */ const notice_actionvue_type_script_lang_js_ = ({
|
|
@@ -2563,16 +2627,30 @@ var button_component = normalizeComponent(
|
|
|
2563
2627
|
DtButton: button_button
|
|
2564
2628
|
},
|
|
2565
2629
|
props: {
|
|
2630
|
+
/**
|
|
2631
|
+
* Props for the notice close button.
|
|
2632
|
+
*/
|
|
2566
2633
|
closeButtonProps: {
|
|
2567
2634
|
type: Object,
|
|
2568
2635
|
default: () => ({})
|
|
2569
2636
|
},
|
|
2637
|
+
|
|
2638
|
+
/**
|
|
2639
|
+
* Hides the close button from the notice
|
|
2640
|
+
* @values true, false
|
|
2641
|
+
*/
|
|
2570
2642
|
hideClose: {
|
|
2571
2643
|
type: Boolean,
|
|
2572
2644
|
default: false
|
|
2573
2645
|
}
|
|
2574
2646
|
},
|
|
2575
|
-
emits: [
|
|
2647
|
+
emits: [
|
|
2648
|
+
/**
|
|
2649
|
+
* Close button click event
|
|
2650
|
+
*
|
|
2651
|
+
* @event close
|
|
2652
|
+
*/
|
|
2653
|
+
'close'],
|
|
2576
2654
|
|
|
2577
2655
|
created() {
|
|
2578
2656
|
if (!this.hideClose && !this.closeButtonProps.ariaLabel) {
|
|
@@ -2611,8 +2689,8 @@ var button_component = normalizeComponent(
|
|
|
2611
2689
|
;
|
|
2612
2690
|
var notice_action_component = normalizeComponent(
|
|
2613
2691
|
notice_notice_actionvue_type_script_lang_js_,
|
|
2614
|
-
|
|
2615
|
-
|
|
2692
|
+
notice_actionvue_type_template_id_49bf6244_render,
|
|
2693
|
+
notice_actionvue_type_template_id_49bf6244_staticRenderFns,
|
|
2616
2694
|
false,
|
|
2617
2695
|
null,
|
|
2618
2696
|
null,
|
|
@@ -2626,14 +2704,19 @@ const focusableAttrs = ':not(:disabled):not([aria-disabled="true"])';
|
|
|
2626
2704
|
const tabbableAttrs = `${focusableAttrs}:not([tabindex="-1"])`;
|
|
2627
2705
|
const focusableElementsList = `button,[href],input,select,textarea,details,[tabindex]`;
|
|
2628
2706
|
/**
|
|
2629
|
-
*
|
|
2707
|
+
* This mixin provides the methods to automatically trap tab focus within
|
|
2630
2708
|
* the component this mixin is on, meaning it is not possible to tab out
|
|
2631
|
-
* of the component without dismissing it.
|
|
2632
|
-
*
|
|
2633
|
-
*
|
|
2709
|
+
* of the component without dismissing it.
|
|
2710
|
+
*
|
|
2711
|
+
* Useful for accessibility reasons on things like important actionable alerts.
|
|
2712
|
+
*
|
|
2713
|
+
* Use focusFirstElement to focus on the first tabbable element within your component, and call
|
|
2634
2714
|
* focusTrappedTabPress every time tab is pressed to trap tab within this
|
|
2635
|
-
* component.
|
|
2715
|
+
* component.
|
|
2716
|
+
*
|
|
2717
|
+
* Note that focusFirstElement WILL focus elements with tabindex="-1",
|
|
2636
2718
|
* however focusTrappedTabPress will not.
|
|
2719
|
+
* @displayName Modal Mixin
|
|
2637
2720
|
*/
|
|
2638
2721
|
|
|
2639
2722
|
/* harmony default export */ const modal = ({
|
|
@@ -2788,6 +2871,12 @@ const focusableElementsList = `button,[href],input,select,textarea,details,[tabi
|
|
|
2788
2871
|
|
|
2789
2872
|
|
|
2790
2873
|
|
|
2874
|
+
/**
|
|
2875
|
+
* Banners are a type of notice, delivering system and engagement messaging.
|
|
2876
|
+
* These are highly intrusive notices and should be used sparingly and appropriately.
|
|
2877
|
+
* @see https://dialpad.design/components/banner.html
|
|
2878
|
+
*/
|
|
2879
|
+
|
|
2791
2880
|
/* harmony default export */ const bannervue_type_script_lang_js_ = ({
|
|
2792
2881
|
name: 'DtBanner',
|
|
2793
2882
|
components: {
|
|
@@ -2833,8 +2922,9 @@ const focusableElementsList = `button,[href],input,select,textarea,details,[tabi
|
|
|
2833
2922
|
|
|
2834
2923
|
/**
|
|
2835
2924
|
* Used in scenarios where the message needs to visually dominate the screen.
|
|
2836
|
-
*
|
|
2925
|
+
* This will also change the aria role from status to alertdialog.
|
|
2837
2926
|
* and will modally trap the keyboard focus in the dialog as soon as it displays.
|
|
2927
|
+
* @values true, false
|
|
2838
2928
|
*/
|
|
2839
2929
|
important: {
|
|
2840
2930
|
type: Boolean,
|
|
@@ -2843,6 +2933,7 @@ const focusableElementsList = `button,[href],input,select,textarea,details,[tabi
|
|
|
2843
2933
|
|
|
2844
2934
|
/**
|
|
2845
2935
|
* Pins the banner to the top of the window and pushes all app content down.
|
|
2936
|
+
* @values true, false
|
|
2846
2937
|
*/
|
|
2847
2938
|
pinned: {
|
|
2848
2939
|
type: Boolean,
|
|
@@ -2851,10 +2942,11 @@ const focusableElementsList = `button,[href],input,select,textarea,details,[tabi
|
|
|
2851
2942
|
|
|
2852
2943
|
/**
|
|
2853
2944
|
* Severity level of the notice, sets the icon and background
|
|
2945
|
+
* @values base, error, info, success, warning
|
|
2854
2946
|
*/
|
|
2855
2947
|
kind: {
|
|
2856
2948
|
type: String,
|
|
2857
|
-
default: '',
|
|
2949
|
+
default: 'base',
|
|
2858
2950
|
|
|
2859
2951
|
validate(kind) {
|
|
2860
2952
|
return NOTICE_KINDS.includes(kind);
|
|
@@ -2880,6 +2972,7 @@ const focusableElementsList = `button,[href],input,select,textarea,details,[tabi
|
|
|
2880
2972
|
|
|
2881
2973
|
/**
|
|
2882
2974
|
* Hides the icon from the notice
|
|
2975
|
+
* @values true, false
|
|
2883
2976
|
*/
|
|
2884
2977
|
hideIcon: {
|
|
2885
2978
|
type: Boolean,
|
|
@@ -2904,7 +2997,9 @@ const focusableElementsList = `button,[href],input,select,textarea,details,[tabi
|
|
|
2904
2997
|
|
|
2905
2998
|
/**
|
|
2906
2999
|
* Background image size, follows the background-size CSS property values
|
|
2907
|
-
* https://developer.mozilla.org/en-US/docs/Web/CSS/background-size
|
|
3000
|
+
* <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/background-size" target="_blank">
|
|
3001
|
+
* CSS background-sizes
|
|
3002
|
+
* </a>
|
|
2908
3003
|
*/
|
|
2909
3004
|
backgroundSize: {
|
|
2910
3005
|
type: String,
|
|
@@ -2972,8 +3067,8 @@ const focusableElementsList = `button,[href],input,select,textarea,details,[tabi
|
|
|
2972
3067
|
;
|
|
2973
3068
|
var banner_component = normalizeComponent(
|
|
2974
3069
|
banner_bannervue_type_script_lang_js_,
|
|
2975
|
-
|
|
2976
|
-
|
|
3070
|
+
bannervue_type_template_id_6a644b26_render,
|
|
3071
|
+
bannervue_type_template_id_6a644b26_staticRenderFns,
|
|
2977
3072
|
false,
|
|
2978
3073
|
null,
|
|
2979
3074
|
null,
|
|
@@ -2984,32 +3079,32 @@ var banner_component = normalizeComponent(
|
|
|
2984
3079
|
/* harmony default export */ const banner = (banner_component.exports);
|
|
2985
3080
|
;// CONCATENATED MODULE: ./components/banner/index.js
|
|
2986
3081
|
|
|
2987
|
-
;// 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=
|
|
2988
|
-
var
|
|
3082
|
+
;// 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&
|
|
3083
|
+
var breadcrumbsvue_type_template_id_44efd414_render = function () {
|
|
2989
3084
|
var _obj;
|
|
2990
3085
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('nav',{class:[
|
|
2991
3086
|
'd-breadcrumbs',
|
|
2992
3087
|
( _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)])}
|
|
2993
|
-
var
|
|
3088
|
+
var breadcrumbsvue_type_template_id_44efd414_staticRenderFns = []
|
|
2994
3089
|
|
|
2995
3090
|
|
|
2996
3091
|
;// CONCATENATED MODULE: ./components/breadcrumbs/breadcrumbs_constants.js
|
|
2997
3092
|
const BREADCRUMB_ITEM_SELECTED_MODIFIER = 'd-breadcrumbs__item--selected';
|
|
2998
3093
|
const BREADCRUMBS_INVERTED_MODIFIER = 'd-breadcrumbs--inverted';
|
|
2999
|
-
;// 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=
|
|
3000
|
-
var
|
|
3094
|
+
;// 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&
|
|
3095
|
+
var breadcrumb_itemvue_type_template_id_5a420c8e_render = function () {
|
|
3001
3096
|
var _obj;
|
|
3002
3097
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('li',{class:[
|
|
3003
3098
|
'd-breadcrumbs__item',
|
|
3004
3099
|
( _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)}
|
|
3005
|
-
var
|
|
3100
|
+
var breadcrumb_itemvue_type_template_id_5a420c8e_staticRenderFns = []
|
|
3006
3101
|
|
|
3007
3102
|
|
|
3008
|
-
;// 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=
|
|
3009
|
-
var
|
|
3103
|
+
;// 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&
|
|
3104
|
+
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:[
|
|
3010
3105
|
'd-link',
|
|
3011
3106
|
_vm.LINK_KIND_MODIFIERS[_vm.kind] ],attrs:{"data-qa":"dt-link"}},_vm.$listeners),[_vm._t("default")],2)}
|
|
3012
|
-
var
|
|
3107
|
+
var linkvue_type_template_id_17f0d290_staticRenderFns = []
|
|
3013
3108
|
|
|
3014
3109
|
|
|
3015
3110
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-80[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/link/link.vue?vue&type=script&lang=js&
|
|
@@ -3026,10 +3121,13 @@ var linkvue_type_template_id_f7ce3dfc_staticRenderFns = []
|
|
|
3026
3121
|
//
|
|
3027
3122
|
//
|
|
3028
3123
|
//
|
|
3124
|
+
//
|
|
3029
3125
|
|
|
3030
3126
|
/**
|
|
3127
|
+
* A link is a navigational element that can be found on its own, within other text, or directly following content.
|
|
3031
3128
|
* @property {String} href attribute
|
|
3032
3129
|
* @property {String} rel attribute
|
|
3130
|
+
* @see https://dialpad.design/components/link.html
|
|
3033
3131
|
*/
|
|
3034
3132
|
|
|
3035
3133
|
/* harmony default export */ const linkvue_type_script_lang_js_ = ({
|
|
@@ -3037,6 +3135,7 @@ var linkvue_type_template_id_f7ce3dfc_staticRenderFns = []
|
|
|
3037
3135
|
props: {
|
|
3038
3136
|
/**
|
|
3039
3137
|
* Applies the link variant styles
|
|
3138
|
+
* @values null, danger, warning, success, muted, inverted
|
|
3040
3139
|
*/
|
|
3041
3140
|
kind: {
|
|
3042
3141
|
type: String,
|
|
@@ -3090,8 +3189,8 @@ var linkvue_type_template_id_f7ce3dfc_staticRenderFns = []
|
|
|
3090
3189
|
;
|
|
3091
3190
|
var link_component = normalizeComponent(
|
|
3092
3191
|
link_linkvue_type_script_lang_js_,
|
|
3093
|
-
|
|
3094
|
-
|
|
3192
|
+
linkvue_type_template_id_17f0d290_render,
|
|
3193
|
+
linkvue_type_template_id_17f0d290_staticRenderFns,
|
|
3095
3194
|
false,
|
|
3096
3195
|
null,
|
|
3097
3196
|
null,
|
|
@@ -3137,7 +3236,7 @@ var link_component = normalizeComponent(
|
|
|
3137
3236
|
inheritAttrs: false,
|
|
3138
3237
|
props: {
|
|
3139
3238
|
/**
|
|
3140
|
-
*
|
|
3239
|
+
* Passed through to link. If true, applies inverted styles to the link.
|
|
3141
3240
|
*/
|
|
3142
3241
|
inverted: {
|
|
3143
3242
|
type: Boolean,
|
|
@@ -3154,7 +3253,7 @@ var link_component = normalizeComponent(
|
|
|
3154
3253
|
|
|
3155
3254
|
/**
|
|
3156
3255
|
* Describes the breadcrumb. Overridden by default slot
|
|
3157
|
-
|
|
3256
|
+
*/
|
|
3158
3257
|
label: {
|
|
3159
3258
|
type: String,
|
|
3160
3259
|
default: ''
|
|
@@ -3190,8 +3289,8 @@ var link_component = normalizeComponent(
|
|
|
3190
3289
|
;
|
|
3191
3290
|
var breadcrumb_item_component = normalizeComponent(
|
|
3192
3291
|
breadcrumbs_breadcrumb_itemvue_type_script_lang_js_,
|
|
3193
|
-
|
|
3194
|
-
|
|
3292
|
+
breadcrumb_itemvue_type_template_id_5a420c8e_render,
|
|
3293
|
+
breadcrumb_itemvue_type_template_id_5a420c8e_staticRenderFns,
|
|
3195
3294
|
false,
|
|
3196
3295
|
null,
|
|
3197
3296
|
null,
|
|
@@ -3227,6 +3326,12 @@ var breadcrumb_item_component = normalizeComponent(
|
|
|
3227
3326
|
|
|
3228
3327
|
|
|
3229
3328
|
|
|
3329
|
+
/**
|
|
3330
|
+
* Breadcrumbs are links used to provide context for the currently-viewed page
|
|
3331
|
+
* and where it is located within the overall site structure.
|
|
3332
|
+
* @see https://dialpad.design/components/breadcrumbs.html
|
|
3333
|
+
*/
|
|
3334
|
+
|
|
3230
3335
|
/* harmony default export */ const breadcrumbsvue_type_script_lang_js_ = ({
|
|
3231
3336
|
name: 'DtBreadcrumbs',
|
|
3232
3337
|
components: {
|
|
@@ -3254,6 +3359,7 @@ var breadcrumb_item_component = normalizeComponent(
|
|
|
3254
3359
|
|
|
3255
3360
|
/**
|
|
3256
3361
|
* Passed through to link. If true, applies inverted styles to the link.
|
|
3362
|
+
* @values true, false
|
|
3257
3363
|
*/
|
|
3258
3364
|
inverted: {
|
|
3259
3365
|
type: Boolean,
|
|
@@ -3294,8 +3400,8 @@ var breadcrumb_item_component = normalizeComponent(
|
|
|
3294
3400
|
;
|
|
3295
3401
|
var breadcrumbs_component = normalizeComponent(
|
|
3296
3402
|
breadcrumbs_breadcrumbsvue_type_script_lang_js_,
|
|
3297
|
-
|
|
3298
|
-
|
|
3403
|
+
breadcrumbsvue_type_template_id_44efd414_render,
|
|
3404
|
+
breadcrumbsvue_type_template_id_44efd414_staticRenderFns,
|
|
3299
3405
|
false,
|
|
3300
3406
|
null,
|
|
3301
3407
|
null,
|
|
@@ -3310,11 +3416,11 @@ var breadcrumbs_component = normalizeComponent(
|
|
|
3310
3416
|
|
|
3311
3417
|
;// CONCATENATED MODULE: ./components/button/index.js
|
|
3312
3418
|
|
|
3313
|
-
;// 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=
|
|
3314
|
-
var
|
|
3419
|
+
;// 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&
|
|
3420
|
+
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:[
|
|
3315
3421
|
'd-btn-group',
|
|
3316
|
-
_vm.BUTTON_GROUP_ALIGNMENT[
|
|
3317
|
-
var
|
|
3422
|
+
_vm.BUTTON_GROUP_ALIGNMENT[_vm.alignment] ],attrs:{"role":"group"}},[_vm._t("default")],2)}
|
|
3423
|
+
var button_groupvue_type_template_id_26eb52e6_staticRenderFns = []
|
|
3318
3424
|
|
|
3319
3425
|
|
|
3320
3426
|
;// CONCATENATED MODULE: ./components/button_group/button_group_constants.js
|
|
@@ -3370,8 +3476,8 @@ const BUTTON_GROUP_ALIGNMENT = {
|
|
|
3370
3476
|
;
|
|
3371
3477
|
var button_group_component = normalizeComponent(
|
|
3372
3478
|
button_group_button_groupvue_type_script_lang_js_,
|
|
3373
|
-
|
|
3374
|
-
|
|
3479
|
+
button_groupvue_type_template_id_26eb52e6_render,
|
|
3480
|
+
button_groupvue_type_template_id_26eb52e6_staticRenderFns,
|
|
3375
3481
|
false,
|
|
3376
3482
|
null,
|
|
3377
3483
|
null,
|
|
@@ -3383,8 +3489,8 @@ var button_group_component = normalizeComponent(
|
|
|
3383
3489
|
;// CONCATENATED MODULE: ./components/button_group/index.js
|
|
3384
3490
|
|
|
3385
3491
|
|
|
3386
|
-
;// 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=
|
|
3387
|
-
var
|
|
3492
|
+
;// 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&
|
|
3493
|
+
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:[
|
|
3388
3494
|
'd-card',
|
|
3389
3495
|
_vm.containerClass ],attrs:{"data-qa":"dt-card"}},[(_vm.$slots.header)?_c('div',{class:[
|
|
3390
3496
|
'd-card__header',
|
|
@@ -3393,7 +3499,7 @@ var cardvue_type_template_id_092db2a1_render = function () {var _vm=this;var _h=
|
|
|
3393
3499
|
_vm.contentClass ],style:({ 'max-height': _vm.maxHeight })},[_vm._t("content")],2),(_vm.$slots.footer)?_c('div',{class:[
|
|
3394
3500
|
'd-card__footer',
|
|
3395
3501
|
_vm.footerClass ]},[_vm._t("footer")],2):_vm._e()])}
|
|
3396
|
-
var
|
|
3502
|
+
var cardvue_type_template_id_e2408fa4_staticRenderFns = []
|
|
3397
3503
|
|
|
3398
3504
|
|
|
3399
3505
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-80[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/card/card.vue?vue&type=script&lang=js&
|
|
@@ -3437,6 +3543,15 @@ var cardvue_type_template_id_092db2a1_staticRenderFns = []
|
|
|
3437
3543
|
//
|
|
3438
3544
|
//
|
|
3439
3545
|
//
|
|
3546
|
+
//
|
|
3547
|
+
//
|
|
3548
|
+
//
|
|
3549
|
+
|
|
3550
|
+
/**
|
|
3551
|
+
* A card contains summary content and actions about a single subject.
|
|
3552
|
+
* It can be used by itself or within a list, and is generally interactive.
|
|
3553
|
+
* @see https://dialpad.design/components/card.html
|
|
3554
|
+
*/
|
|
3440
3555
|
/* harmony default export */ const cardvue_type_script_lang_js_ = ({
|
|
3441
3556
|
name: 'DtCard',
|
|
3442
3557
|
props: {
|
|
@@ -3494,8 +3609,8 @@ var cardvue_type_template_id_092db2a1_staticRenderFns = []
|
|
|
3494
3609
|
;
|
|
3495
3610
|
var card_component = normalizeComponent(
|
|
3496
3611
|
card_cardvue_type_script_lang_js_,
|
|
3497
|
-
|
|
3498
|
-
|
|
3612
|
+
cardvue_type_template_id_e2408fa4_render,
|
|
3613
|
+
cardvue_type_template_id_e2408fa4_staticRenderFns,
|
|
3499
3614
|
false,
|
|
3500
3615
|
null,
|
|
3501
3616
|
null,
|
|
@@ -3506,9 +3621,9 @@ var card_component = normalizeComponent(
|
|
|
3506
3621
|
/* harmony default export */ const card = (card_component.exports);
|
|
3507
3622
|
;// CONCATENATED MODULE: ./components/card/index.js
|
|
3508
3623
|
|
|
3509
|
-
;// 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=
|
|
3510
|
-
var
|
|
3511
|
-
var
|
|
3624
|
+
;// 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&
|
|
3625
|
+
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()])}
|
|
3626
|
+
var comboboxvue_type_template_id_397ad57a_staticRenderFns = []
|
|
3512
3627
|
|
|
3513
3628
|
|
|
3514
3629
|
;// CONCATENATED MODULE: ./common/mixins/dom.js
|
|
@@ -3644,6 +3759,8 @@ var comboboxvue_type_template_id_f9b55a7e_staticRenderFns = []
|
|
|
3644
3759
|
}
|
|
3645
3760
|
});
|
|
3646
3761
|
;// CONCATENATED MODULE: ./common/mixins/keyboard_list_navigation.js
|
|
3762
|
+
|
|
3763
|
+
const ERROR_INVALID_LIST_ELEMENT = 'listElementKey is required or the referenced ' + 'element doesn\'t exist. Received listElement: ';
|
|
3647
3764
|
/**
|
|
3648
3765
|
* Usage: `mixins: [keyboardNavigationMixin(options)]`
|
|
3649
3766
|
*
|
|
@@ -3652,9 +3769,21 @@ var comboboxvue_type_template_id_f9b55a7e_staticRenderFns = []
|
|
|
3652
3769
|
*
|
|
3653
3770
|
* To be effective, you must bind the onUpKey and onDownKey events, usually to
|
|
3654
3771
|
* the root element of the component.
|
|
3772
|
+
*
|
|
3773
|
+
* @param listItemRole
|
|
3774
|
+
* @param indexKey
|
|
3775
|
+
* @param idKey
|
|
3776
|
+
* @param listElementKey
|
|
3777
|
+
* @param activeItemKey
|
|
3778
|
+
* @param openMethod
|
|
3779
|
+
* @param afterHighlightMethod
|
|
3780
|
+
* @param beginningOfListMethod
|
|
3781
|
+
* @param endOfListMethod
|
|
3782
|
+
* @param scrollToOnHighlight
|
|
3783
|
+
* @param focusOnKeyboardNavigation
|
|
3784
|
+
* @displayName Keyboard Navigation Mixin
|
|
3655
3785
|
*/
|
|
3656
3786
|
|
|
3657
|
-
const ERROR_INVALID_LIST_ELEMENT = 'listElementKey is required or the referenced ' + 'element doesn\'t exist. Received listElement: ';
|
|
3658
3787
|
/* harmony default export */ const keyboard_list_navigation = (function () {
|
|
3659
3788
|
let {
|
|
3660
3789
|
// Role of the list items in the component. This is used to identify the list items
|
|
@@ -3885,13 +4014,13 @@ var combobox_loading_listvue_type_template_id_07d9971d_render = function () {var
|
|
|
3885
4014
|
var combobox_loading_listvue_type_template_id_07d9971d_staticRenderFns = []
|
|
3886
4015
|
|
|
3887
4016
|
|
|
3888
|
-
;// 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=
|
|
3889
|
-
var
|
|
4017
|
+
;// 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=11a83550&
|
|
4018
|
+
var list_itemvue_type_template_id_11a83550_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', {
|
|
3890
4019
|
'dt-list-item--focusable': _vm.isFocusable,
|
|
3891
4020
|
'dt-list-item--highlighted': _vm.isHighlighted,
|
|
3892
4021
|
'dt-list-item--static': !_vm.isHoverable,
|
|
3893
4022
|
}],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)}
|
|
3894
|
-
var
|
|
4023
|
+
var list_itemvue_type_template_id_11a83550_staticRenderFns = []
|
|
3895
4024
|
|
|
3896
4025
|
|
|
3897
4026
|
;// CONCATENATED MODULE: ./components/list_item/list_item_constants.js
|
|
@@ -4018,9 +4147,16 @@ var default_list_item_component = normalizeComponent(
|
|
|
4018
4147
|
//
|
|
4019
4148
|
//
|
|
4020
4149
|
//
|
|
4150
|
+
//
|
|
4151
|
+
//
|
|
4021
4152
|
|
|
4022
4153
|
|
|
4023
4154
|
|
|
4155
|
+
/**
|
|
4156
|
+
* A list item is an element that can be used to represent individual items in a list.
|
|
4157
|
+
* @see https://dialpad.design/components/list_item.html
|
|
4158
|
+
*/
|
|
4159
|
+
|
|
4024
4160
|
/* harmony default export */ const list_itemvue_type_script_lang_js_ = ({
|
|
4025
4161
|
name: 'ListItem',
|
|
4026
4162
|
components: {
|
|
@@ -4057,7 +4193,7 @@ var default_list_item_component = normalizeComponent(
|
|
|
4057
4193
|
},
|
|
4058
4194
|
|
|
4059
4195
|
/**
|
|
4060
|
-
*
|
|
4196
|
+
* HTML element type (tag name) of the content wrapper element.
|
|
4061
4197
|
*/
|
|
4062
4198
|
elementType: {
|
|
4063
4199
|
type: String,
|
|
@@ -4066,6 +4202,7 @@ var default_list_item_component = normalizeComponent(
|
|
|
4066
4202
|
|
|
4067
4203
|
/**
|
|
4068
4204
|
* The type of child list item to use.
|
|
4205
|
+
* @values default, custom
|
|
4069
4206
|
*/
|
|
4070
4207
|
type: {
|
|
4071
4208
|
type: String,
|
|
@@ -4078,6 +4215,7 @@ var default_list_item_component = normalizeComponent(
|
|
|
4078
4215
|
* - "arrow-keys" for items that are navigated with UP/DOWN keys.
|
|
4079
4216
|
* - "tab" for items that are navigated using the TAB key.
|
|
4080
4217
|
* - "none" for static items that are not interactive.
|
|
4218
|
+
* @values arrow-keys, tab, none
|
|
4081
4219
|
*/
|
|
4082
4220
|
navigationType: {
|
|
4083
4221
|
type: String,
|
|
@@ -4210,8 +4348,8 @@ var list_itemvue_type_style_index_0_lang_less_ = __webpack_require__(285);
|
|
|
4210
4348
|
|
|
4211
4349
|
var list_item_component = normalizeComponent(
|
|
4212
4350
|
list_item_list_itemvue_type_script_lang_js_,
|
|
4213
|
-
|
|
4214
|
-
|
|
4351
|
+
list_itemvue_type_template_id_11a83550_render,
|
|
4352
|
+
list_itemvue_type_template_id_11a83550_staticRenderFns,
|
|
4215
4353
|
false,
|
|
4216
4354
|
null,
|
|
4217
4355
|
null,
|
|
@@ -4222,20 +4360,20 @@ var list_item_component = normalizeComponent(
|
|
|
4222
4360
|
/* harmony default export */ const list_item = (list_item_component.exports);
|
|
4223
4361
|
;// CONCATENATED MODULE: ./components/list_item/index.js
|
|
4224
4362
|
|
|
4225
|
-
;// 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=
|
|
4226
|
-
var
|
|
4227
|
-
var
|
|
4363
|
+
;// 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=47dbc65e&
|
|
4364
|
+
var skeletonvue_type_template_id_47dbc65e_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)}
|
|
4365
|
+
var skeletonvue_type_template_id_47dbc65e_staticRenderFns = []
|
|
4228
4366
|
|
|
4229
4367
|
|
|
4230
|
-
;// 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=
|
|
4231
|
-
var
|
|
4368
|
+
;// 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&
|
|
4369
|
+
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:[
|
|
4232
4370
|
'skeleton-placeholder',
|
|
4233
4371
|
_vm.SKELETON_SHAPES[_vm.shape],
|
|
4234
4372
|
{
|
|
4235
4373
|
'skeleton-placeholder--animate': _vm.animate,
|
|
4236
4374
|
},
|
|
4237
4375
|
_vm.contentClass ],style:(_vm.shapeStyles),attrs:{"data-qa":"skeleton-shape"}})}
|
|
4238
|
-
var
|
|
4376
|
+
var skeleton_shapevue_type_template_id_afabf0b6_staticRenderFns = []
|
|
4239
4377
|
|
|
4240
4378
|
|
|
4241
4379
|
;// CONCATENATED MODULE: ./components/skeleton/skeleton_constants.js
|
|
@@ -4269,6 +4407,10 @@ const SKELETON_HEADING_HEIGHTS = {
|
|
|
4269
4407
|
});
|
|
4270
4408
|
;// CONCATENATED MODULE: ./common/mixins/skeleton.js
|
|
4271
4409
|
|
|
4410
|
+
/**
|
|
4411
|
+
* @displayName Skeleton Animation Mixin
|
|
4412
|
+
*/
|
|
4413
|
+
|
|
4272
4414
|
/* harmony default export */ const skeleton = ({
|
|
4273
4415
|
computed: {
|
|
4274
4416
|
skeletonOffset() {
|
|
@@ -4324,27 +4466,58 @@ const SKELETON_HEADING_HEIGHTS = {
|
|
|
4324
4466
|
name: 'DtSkeletonShape',
|
|
4325
4467
|
mixins: [skeleton],
|
|
4326
4468
|
props: {
|
|
4469
|
+
/**
|
|
4470
|
+
* Defines the shape of the skeleton, accepts circle or square.
|
|
4471
|
+
* @values circle, square
|
|
4472
|
+
*/
|
|
4327
4473
|
shape: {
|
|
4328
4474
|
type: String,
|
|
4329
4475
|
default: 'circle',
|
|
4330
4476
|
validator: shape => Object.keys(SKELETON_SHAPES).includes(shape)
|
|
4331
4477
|
},
|
|
4478
|
+
|
|
4479
|
+
/**
|
|
4480
|
+
* Size of the shape
|
|
4481
|
+
* @values xs, sm, md, lg, xl
|
|
4482
|
+
*/
|
|
4332
4483
|
size: {
|
|
4333
4484
|
type: String,
|
|
4334
4485
|
default: 'md'
|
|
4335
4486
|
},
|
|
4487
|
+
|
|
4488
|
+
/**
|
|
4489
|
+
* Duration time of the animation (ms), set -1 for an infinite animation.
|
|
4490
|
+
*/
|
|
4336
4491
|
animationDuration: {
|
|
4337
4492
|
type: Number,
|
|
4338
4493
|
default: -1
|
|
4339
4494
|
},
|
|
4495
|
+
|
|
4496
|
+
/**
|
|
4497
|
+
* This property has higher priority than "option.animate"
|
|
4498
|
+
* @values true, false
|
|
4499
|
+
*/
|
|
4340
4500
|
animate: {
|
|
4341
4501
|
type: Boolean,
|
|
4342
4502
|
default: true
|
|
4343
4503
|
},
|
|
4504
|
+
|
|
4505
|
+
/**
|
|
4506
|
+
* RippleDuration controls how long the delay is for the animation of a
|
|
4507
|
+
* placeholder 1000 pixels from the top of the page. Each placeholder
|
|
4508
|
+
* from the top down will have a delay duration from 0 to this offset.
|
|
4509
|
+
* The delay of each placeholder animation is based on how far down the page
|
|
4510
|
+
* the placeholder is rendered. This is a linear relationship. The unit
|
|
4511
|
+
* is milliseconds.
|
|
4512
|
+
*/
|
|
4344
4513
|
offset: {
|
|
4345
4514
|
type: Number,
|
|
4346
4515
|
default: 1
|
|
4347
4516
|
},
|
|
4517
|
+
|
|
4518
|
+
/**
|
|
4519
|
+
* Additional class name for the content.
|
|
4520
|
+
*/
|
|
4348
4521
|
contentClass: {
|
|
4349
4522
|
type: [String, Object, Array],
|
|
4350
4523
|
default: ''
|
|
@@ -4382,8 +4555,8 @@ const SKELETON_HEADING_HEIGHTS = {
|
|
|
4382
4555
|
;
|
|
4383
4556
|
var skeleton_shape_component = normalizeComponent(
|
|
4384
4557
|
skeleton_skeleton_shapevue_type_script_lang_js_,
|
|
4385
|
-
|
|
4386
|
-
|
|
4558
|
+
skeleton_shapevue_type_template_id_afabf0b6_render,
|
|
4559
|
+
skeleton_shapevue_type_template_id_afabf0b6_staticRenderFns,
|
|
4387
4560
|
false,
|
|
4388
4561
|
null,
|
|
4389
4562
|
null,
|
|
@@ -4392,28 +4565,28 @@ var skeleton_shape_component = normalizeComponent(
|
|
|
4392
4565
|
)
|
|
4393
4566
|
|
|
4394
4567
|
/* harmony default export */ const skeleton_shape = (skeleton_shape_component.exports);
|
|
4395
|
-
;// 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=
|
|
4396
|
-
var
|
|
4568
|
+
;// 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&
|
|
4569
|
+
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:[
|
|
4397
4570
|
'd-d-flex',
|
|
4398
4571
|
{
|
|
4399
4572
|
'd-ai-center': _vm.paragraphs.rows === 1,
|
|
4400
4573
|
},
|
|
4401
4574
|
_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)}
|
|
4402
|
-
var
|
|
4575
|
+
var skeleton_list_itemvue_type_template_id_550aef30_staticRenderFns = []
|
|
4403
4576
|
|
|
4404
4577
|
|
|
4405
|
-
;// 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=
|
|
4406
|
-
var
|
|
4578
|
+
;// 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&
|
|
4579
|
+
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:[
|
|
4407
4580
|
'd-w100p',
|
|
4408
4581
|
_vm.contentClass ],attrs:{"contentClass":"","data-qa":"skeleton-paragraph"}},_vm._l((_vm.integerRows),function(row){return _c('dt-skeleton-text',{key:row,class:[
|
|
4409
4582
|
{
|
|
4410
4583
|
'd-mb12': row !== _vm.integerRows,
|
|
4411
4584
|
} ],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)}
|
|
4412
|
-
var
|
|
4585
|
+
var skeleton_paragraphvue_type_template_id_74552fc9_staticRenderFns = []
|
|
4413
4586
|
|
|
4414
4587
|
|
|
4415
|
-
;// 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=
|
|
4416
|
-
var
|
|
4588
|
+
;// 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&
|
|
4589
|
+
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:[
|
|
4417
4590
|
'd-h8',
|
|
4418
4591
|
'd-bar2',
|
|
4419
4592
|
'skeleton-placeholder',
|
|
@@ -4430,7 +4603,7 @@ var skeleton_textvue_type_template_id_b36ce9f2_render = function () {var _vm=thi
|
|
|
4430
4603
|
},
|
|
4431
4604
|
_vm.contentClass ],style:(Object.assign({}, {width: _vm.width},
|
|
4432
4605
|
_vm.skeletonStyle)),attrs:{"data-qa":"skeleton-text-heading"}}):_vm._e()}
|
|
4433
|
-
var
|
|
4606
|
+
var skeleton_textvue_type_template_id_0603ca4d_staticRenderFns = []
|
|
4434
4607
|
|
|
4435
4608
|
|
|
4436
4609
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-80[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/skeleton/skeleton-text.vue?vue&type=script&lang=js&
|
|
@@ -4479,32 +4652,67 @@ var skeleton_textvue_type_template_id_b36ce9f2_staticRenderFns = []
|
|
|
4479
4652
|
name: 'DtSkeletonText',
|
|
4480
4653
|
mixins: [skeleton],
|
|
4481
4654
|
props: {
|
|
4655
|
+
/**
|
|
4656
|
+
* Skeleton type
|
|
4657
|
+
* @values body, heading
|
|
4658
|
+
*/
|
|
4482
4659
|
type: {
|
|
4483
4660
|
type: String,
|
|
4484
4661
|
default: 'body',
|
|
4485
4662
|
validator: type => SKELETON_TEXT_TYPES.includes(type)
|
|
4486
4663
|
},
|
|
4664
|
+
|
|
4665
|
+
/**
|
|
4666
|
+
* Heading height
|
|
4667
|
+
* @values sm, md, lg
|
|
4668
|
+
*/
|
|
4487
4669
|
headingHeight: {
|
|
4488
4670
|
type: String,
|
|
4489
4671
|
default: 'md',
|
|
4490
4672
|
validator: headingHeight => Object.keys(SKELETON_HEADING_HEIGHTS).includes(headingHeight)
|
|
4491
4673
|
},
|
|
4674
|
+
|
|
4675
|
+
/**
|
|
4676
|
+
* Width of the skeleton
|
|
4677
|
+
*/
|
|
4492
4678
|
width: {
|
|
4493
4679
|
type: String,
|
|
4494
4680
|
default: '100%'
|
|
4495
4681
|
},
|
|
4682
|
+
|
|
4683
|
+
/**
|
|
4684
|
+
* Duration time of the animation (ms), set -1 for an infinite animation.
|
|
4685
|
+
*/
|
|
4496
4686
|
animationDuration: {
|
|
4497
4687
|
type: Number,
|
|
4498
4688
|
default: -1
|
|
4499
4689
|
},
|
|
4690
|
+
|
|
4691
|
+
/**
|
|
4692
|
+
* This property has higher priority than "option.animate"
|
|
4693
|
+
* @values true, false
|
|
4694
|
+
*/
|
|
4500
4695
|
animate: {
|
|
4501
4696
|
type: Boolean,
|
|
4502
4697
|
default: false
|
|
4503
4698
|
},
|
|
4699
|
+
|
|
4700
|
+
/**
|
|
4701
|
+
* RippleDuration controls how long the delay is for the animation of a
|
|
4702
|
+
* placeholder 1000 pixels from the top of the page. Each placeholder
|
|
4703
|
+
* from the top down will have a delay duration from 0 to this offset.
|
|
4704
|
+
* The delay of each placeholder animation is based on how far down the page
|
|
4705
|
+
* the placeholder is rendered. This is a linear relationship. The unit
|
|
4706
|
+
* is milliseconds.
|
|
4707
|
+
*/
|
|
4504
4708
|
offset: {
|
|
4505
4709
|
type: Number,
|
|
4506
4710
|
default: 1
|
|
4507
4711
|
},
|
|
4712
|
+
|
|
4713
|
+
/**
|
|
4714
|
+
* Additional class name for the content.
|
|
4715
|
+
*/
|
|
4508
4716
|
contentClass: {
|
|
4509
4717
|
type: String,
|
|
4510
4718
|
default: ''
|
|
@@ -4530,8 +4738,8 @@ var skeleton_textvue_type_template_id_b36ce9f2_staticRenderFns = []
|
|
|
4530
4738
|
;
|
|
4531
4739
|
var skeleton_text_component = normalizeComponent(
|
|
4532
4740
|
skeleton_skeleton_textvue_type_script_lang_js_,
|
|
4533
|
-
|
|
4534
|
-
|
|
4741
|
+
skeleton_textvue_type_template_id_0603ca4d_render,
|
|
4742
|
+
skeleton_textvue_type_template_id_0603ca4d_staticRenderFns,
|
|
4535
4743
|
false,
|
|
4536
4744
|
null,
|
|
4537
4745
|
null,
|
|
@@ -4578,45 +4786,91 @@ const validator = number => number !== '' && !Number.isNaN(Number(number));
|
|
|
4578
4786
|
DtSkeletonText: skeleton_text
|
|
4579
4787
|
},
|
|
4580
4788
|
props: {
|
|
4789
|
+
/**
|
|
4790
|
+
* Quantity of rows to display
|
|
4791
|
+
*/
|
|
4581
4792
|
rows: {
|
|
4582
4793
|
type: [Number, String],
|
|
4583
4794
|
default: 3,
|
|
4584
4795
|
validator
|
|
4585
4796
|
},
|
|
4797
|
+
|
|
4798
|
+
/**
|
|
4799
|
+
* This property has higher priority than "option.animate"
|
|
4800
|
+
* @values true, false
|
|
4801
|
+
*/
|
|
4586
4802
|
animate: {
|
|
4587
4803
|
type: Boolean,
|
|
4588
4804
|
default: true
|
|
4589
4805
|
},
|
|
4806
|
+
|
|
4807
|
+
/**
|
|
4808
|
+
* Controls the min width of paragraphs
|
|
4809
|
+
*/
|
|
4590
4810
|
minWidth: {
|
|
4591
4811
|
type: [Number, String],
|
|
4592
4812
|
default: 30,
|
|
4593
4813
|
validator
|
|
4594
4814
|
},
|
|
4815
|
+
|
|
4816
|
+
/**
|
|
4817
|
+
* Controls the max width of paragraphs
|
|
4818
|
+
*/
|
|
4595
4819
|
maxWidth: {
|
|
4596
4820
|
type: [Number, String],
|
|
4597
4821
|
default: 100,
|
|
4598
4822
|
validator
|
|
4599
4823
|
},
|
|
4824
|
+
|
|
4825
|
+
/**
|
|
4826
|
+
* Controls the width of paragraphs
|
|
4827
|
+
*/
|
|
4600
4828
|
width: {
|
|
4601
4829
|
type: [String, Array],
|
|
4602
4830
|
default: null
|
|
4603
4831
|
},
|
|
4832
|
+
|
|
4833
|
+
/**
|
|
4834
|
+
* If true, row widths will be random
|
|
4835
|
+
* @values true, false
|
|
4836
|
+
*/
|
|
4604
4837
|
randomWidth: {
|
|
4605
4838
|
type: Boolean,
|
|
4606
4839
|
default: false
|
|
4607
4840
|
},
|
|
4841
|
+
|
|
4842
|
+
/**
|
|
4843
|
+
* RippleDuration controls how long the delay is for the animation of a
|
|
4844
|
+
* placeholder 1000 pixels from the top of the page. Each placeholder
|
|
4845
|
+
* from the top down will have a delay duration from 0 to this offset.
|
|
4846
|
+
* The delay of each placeholder animation is based on how far down the page
|
|
4847
|
+
* the placeholder is rendered. This is a linear relationship. The unit
|
|
4848
|
+
* is milliseconds.
|
|
4849
|
+
*/
|
|
4608
4850
|
offset: {
|
|
4609
4851
|
type: Number,
|
|
4610
4852
|
default: 1
|
|
4611
4853
|
},
|
|
4854
|
+
|
|
4855
|
+
/**
|
|
4856
|
+
* Duration time of the animation (ms), set -1 for an infinite animation.
|
|
4857
|
+
*/
|
|
4612
4858
|
animationDuration: {
|
|
4613
4859
|
type: Number,
|
|
4614
4860
|
default: -1
|
|
4615
4861
|
},
|
|
4862
|
+
|
|
4863
|
+
/**
|
|
4864
|
+
* Additional class name for the content.
|
|
4865
|
+
*/
|
|
4616
4866
|
contentClass: {
|
|
4617
4867
|
type: String,
|
|
4618
4868
|
default: ''
|
|
4619
4869
|
},
|
|
4870
|
+
|
|
4871
|
+
/**
|
|
4872
|
+
* Additional class name for the row.
|
|
4873
|
+
*/
|
|
4620
4874
|
rowClass: {
|
|
4621
4875
|
type: String,
|
|
4622
4876
|
default: ''
|
|
@@ -4670,8 +4924,8 @@ const validator = number => number !== '' && !Number.isNaN(Number(number));
|
|
|
4670
4924
|
;
|
|
4671
4925
|
var skeleton_paragraph_component = normalizeComponent(
|
|
4672
4926
|
skeleton_skeleton_paragraphvue_type_script_lang_js_,
|
|
4673
|
-
|
|
4674
|
-
|
|
4927
|
+
skeleton_paragraphvue_type_template_id_74552fc9_render,
|
|
4928
|
+
skeleton_paragraphvue_type_template_id_74552fc9_staticRenderFns,
|
|
4675
4929
|
false,
|
|
4676
4930
|
null,
|
|
4677
4931
|
null,
|
|
@@ -4722,15 +4976,29 @@ var skeleton_paragraph_component = normalizeComponent(
|
|
|
4722
4976
|
DtSkeletonParagraph: skeleton_paragraph
|
|
4723
4977
|
},
|
|
4724
4978
|
props: {
|
|
4979
|
+
/**
|
|
4980
|
+
* Defines the shape of the skeleton, accepts circle or square.
|
|
4981
|
+
* @values circle, square
|
|
4982
|
+
*/
|
|
4725
4983
|
shape: {
|
|
4726
4984
|
type: String,
|
|
4727
4985
|
default: 'circle',
|
|
4728
4986
|
validator: shape => Object.keys(SKELETON_SHAPES).includes(shape)
|
|
4729
4987
|
},
|
|
4988
|
+
|
|
4989
|
+
/**
|
|
4990
|
+
* Size of the shape
|
|
4991
|
+
* @values xs, sm, md, lg, xl
|
|
4992
|
+
*/
|
|
4730
4993
|
shapeSize: {
|
|
4731
4994
|
type: String,
|
|
4732
4995
|
default: 'md'
|
|
4733
4996
|
},
|
|
4997
|
+
|
|
4998
|
+
/**
|
|
4999
|
+
* Object containing quantity of paragraphs to display
|
|
5000
|
+
* and a randomWidth boolean.
|
|
5001
|
+
*/
|
|
4734
5002
|
paragraphs: {
|
|
4735
5003
|
type: Object,
|
|
4736
5004
|
default: () => ({
|
|
@@ -4738,22 +5006,48 @@ var skeleton_paragraph_component = normalizeComponent(
|
|
|
4738
5006
|
randomWidth: true
|
|
4739
5007
|
})
|
|
4740
5008
|
},
|
|
5009
|
+
|
|
5010
|
+
/**
|
|
5011
|
+
* Duration time of the animation (ms), set -1 for an infinite animation.
|
|
5012
|
+
*/
|
|
4741
5013
|
animationDuration: {
|
|
4742
5014
|
type: Number,
|
|
4743
5015
|
default: -1
|
|
4744
5016
|
},
|
|
5017
|
+
|
|
5018
|
+
/**
|
|
5019
|
+
* This property has higher priority than "option.animate"
|
|
5020
|
+
* @values true, false
|
|
5021
|
+
*/
|
|
4745
5022
|
animate: {
|
|
4746
5023
|
type: Boolean,
|
|
4747
5024
|
default: true
|
|
4748
5025
|
},
|
|
5026
|
+
|
|
5027
|
+
/**
|
|
5028
|
+
* RippleDuration controls how long the delay is for the animation of a
|
|
5029
|
+
* placeholder 1000 pixels from the top of the page. Each placeholder
|
|
5030
|
+
* from the top down will have a delay duration from 0 to this offset.
|
|
5031
|
+
* The delay of each placeholder animation is based on how far down the page
|
|
5032
|
+
* the placeholder is rendered. This is a linear relationship. The unit
|
|
5033
|
+
* is milliseconds.
|
|
5034
|
+
*/
|
|
4749
5035
|
offset: {
|
|
4750
5036
|
type: Number,
|
|
4751
5037
|
default: 1
|
|
4752
5038
|
},
|
|
5039
|
+
|
|
5040
|
+
/**
|
|
5041
|
+
* Additional class name for the shape.
|
|
5042
|
+
*/
|
|
4753
5043
|
shapeClass: {
|
|
4754
5044
|
type: String,
|
|
4755
5045
|
default: ''
|
|
4756
5046
|
},
|
|
5047
|
+
|
|
5048
|
+
/**
|
|
5049
|
+
* Additional class name for the content.
|
|
5050
|
+
*/
|
|
4757
5051
|
contentClass: {
|
|
4758
5052
|
type: String,
|
|
4759
5053
|
default: ''
|
|
@@ -4772,8 +5066,8 @@ var skeleton_paragraph_component = normalizeComponent(
|
|
|
4772
5066
|
;
|
|
4773
5067
|
var skeleton_list_item_component = normalizeComponent(
|
|
4774
5068
|
skeleton_skeleton_list_itemvue_type_script_lang_js_,
|
|
4775
|
-
|
|
4776
|
-
|
|
5069
|
+
skeleton_list_itemvue_type_template_id_550aef30_render,
|
|
5070
|
+
skeleton_list_itemvue_type_template_id_550aef30_staticRenderFns,
|
|
4777
5071
|
false,
|
|
4778
5072
|
null,
|
|
4779
5073
|
null,
|
|
@@ -4824,6 +5118,13 @@ var skeleton_list_item_component = normalizeComponent(
|
|
|
4824
5118
|
|
|
4825
5119
|
|
|
4826
5120
|
|
|
5121
|
+
/**
|
|
5122
|
+
* Skeleton loader is a non-interactive placeholder that displays a preview of the UI to visually communicate
|
|
5123
|
+
* that content is in the process of loading. Skeleton is used to provide a low fidelity
|
|
5124
|
+
* representation of the user interface (UI) before content appears on the page.
|
|
5125
|
+
* @see https://dialpad.design/components/skeleton.html
|
|
5126
|
+
*/
|
|
5127
|
+
|
|
4827
5128
|
/* harmony default export */ const skeletonvue_type_script_lang_js_ = ({
|
|
4828
5129
|
name: 'DtSkeleton',
|
|
4829
5130
|
components: {
|
|
@@ -4833,34 +5134,75 @@ var skeleton_list_item_component = normalizeComponent(
|
|
|
4833
5134
|
DtSkeletonParagraph: skeleton_paragraph
|
|
4834
5135
|
},
|
|
4835
5136
|
props: {
|
|
5137
|
+
/**
|
|
5138
|
+
* Set this prop to have the skeleton render as multiple lines of text.
|
|
5139
|
+
* Set only one option prop at a time.
|
|
5140
|
+
*/
|
|
4836
5141
|
paragraphOption: {
|
|
4837
5142
|
type: [Object, Boolean],
|
|
4838
5143
|
default: null
|
|
4839
5144
|
},
|
|
5145
|
+
|
|
5146
|
+
/**
|
|
5147
|
+
* Set this prop to have the skeleton render as a list item with an avatar and wrapping text.
|
|
5148
|
+
* Set only one option prop at a time.
|
|
5149
|
+
*/
|
|
4840
5150
|
listItemOption: {
|
|
4841
5151
|
type: [Object, Boolean],
|
|
4842
5152
|
default: null
|
|
4843
5153
|
},
|
|
5154
|
+
|
|
5155
|
+
/**
|
|
5156
|
+
* Set this prop to have the skeleton render as a single line of text.
|
|
5157
|
+
* Set only one option prop at a time.
|
|
5158
|
+
*/
|
|
4844
5159
|
textOption: {
|
|
4845
5160
|
type: Object,
|
|
4846
5161
|
default: null
|
|
4847
5162
|
},
|
|
5163
|
+
|
|
5164
|
+
/**
|
|
5165
|
+
* Set this prop to have the skeleton render as a specific shape.
|
|
5166
|
+
* Set only one option prop at a time.
|
|
5167
|
+
*/
|
|
4848
5168
|
shapeOption: {
|
|
4849
5169
|
type: [Object, Boolean],
|
|
4850
5170
|
default: null
|
|
4851
5171
|
},
|
|
5172
|
+
|
|
5173
|
+
/**
|
|
5174
|
+
* Duration time of the animation (ms), set -1 for an infinite animation.
|
|
5175
|
+
*/
|
|
4852
5176
|
animationDuration: {
|
|
4853
5177
|
type: Number,
|
|
4854
5178
|
default: -1
|
|
4855
5179
|
},
|
|
5180
|
+
|
|
5181
|
+
/**
|
|
5182
|
+
* Descriptive label for the content.
|
|
5183
|
+
*/
|
|
4856
5184
|
ariaLabel: {
|
|
4857
5185
|
type: String,
|
|
4858
5186
|
default: ''
|
|
4859
5187
|
},
|
|
5188
|
+
|
|
5189
|
+
/**
|
|
5190
|
+
* This property has higher priority than "option.animate"
|
|
5191
|
+
* @values true, false
|
|
5192
|
+
*/
|
|
4860
5193
|
animate: {
|
|
4861
5194
|
type: Boolean,
|
|
4862
5195
|
default: true
|
|
4863
5196
|
},
|
|
5197
|
+
|
|
5198
|
+
/**
|
|
5199
|
+
* RippleDuration controls how long the delay is for the animation of a
|
|
5200
|
+
* placeholder 1000 pixels from the top of the page. Each placeholder
|
|
5201
|
+
* from the top down will have a delay duration from 0 to this offset.
|
|
5202
|
+
* The delay of each placeholder animation is based on how far down the page
|
|
5203
|
+
* the placeholder is rendered. This is a linear relationship. The unit
|
|
5204
|
+
* is milliseconds.
|
|
5205
|
+
*/
|
|
4864
5206
|
offset: {
|
|
4865
5207
|
type: Number,
|
|
4866
5208
|
default: 1
|
|
@@ -4918,8 +5260,8 @@ var skeletonvue_type_style_index_0_lang_less_ = __webpack_require__(778);
|
|
|
4918
5260
|
|
|
4919
5261
|
var skeleton_component = normalizeComponent(
|
|
4920
5262
|
skeleton_skeletonvue_type_script_lang_js_,
|
|
4921
|
-
|
|
4922
|
-
|
|
5263
|
+
skeletonvue_type_template_id_47dbc65e_render,
|
|
5264
|
+
skeletonvue_type_template_id_47dbc65e_staticRenderFns,
|
|
4923
5265
|
false,
|
|
4924
5266
|
null,
|
|
4925
5267
|
null,
|
|
@@ -4986,9 +5328,9 @@ var combobox_loading_list_component = normalizeComponent(
|
|
|
4986
5328
|
)
|
|
4987
5329
|
|
|
4988
5330
|
/* harmony default export */ const combobox_loading_list = (combobox_loading_list_component.exports);
|
|
4989
|
-
;// 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=
|
|
4990
|
-
var
|
|
4991
|
-
var
|
|
5331
|
+
;// 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&
|
|
5332
|
+
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)}
|
|
5333
|
+
var combobox_empty_listvue_type_template_id_d0c59b2c_staticRenderFns = []
|
|
4992
5334
|
|
|
4993
5335
|
|
|
4994
5336
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-80[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/combobox/combobox_empty-list.vue?vue&type=script&lang=js&
|
|
@@ -5014,6 +5356,9 @@ var combobox_empty_listvue_type_template_id_85c21112_staticRenderFns = []
|
|
|
5014
5356
|
DtListItem: list_item
|
|
5015
5357
|
},
|
|
5016
5358
|
props: {
|
|
5359
|
+
/**
|
|
5360
|
+
* Message to display when list is empty
|
|
5361
|
+
*/
|
|
5017
5362
|
message: {
|
|
5018
5363
|
type: String,
|
|
5019
5364
|
required: true
|
|
@@ -5032,8 +5377,8 @@ var combobox_empty_listvue_type_template_id_85c21112_staticRenderFns = []
|
|
|
5032
5377
|
;
|
|
5033
5378
|
var combobox_empty_list_component = normalizeComponent(
|
|
5034
5379
|
combobox_combobox_empty_listvue_type_script_lang_js_,
|
|
5035
|
-
|
|
5036
|
-
|
|
5380
|
+
combobox_empty_listvue_type_template_id_d0c59b2c_render,
|
|
5381
|
+
combobox_empty_listvue_type_template_id_d0c59b2c_staticRenderFns,
|
|
5037
5382
|
false,
|
|
5038
5383
|
null,
|
|
5039
5384
|
null,
|
|
@@ -5092,6 +5437,12 @@ var combobox_empty_list_component = normalizeComponent(
|
|
|
5092
5437
|
|
|
5093
5438
|
|
|
5094
5439
|
|
|
5440
|
+
/**
|
|
5441
|
+
* A combobox is a semantic component that displays an input element combined with a listbox,
|
|
5442
|
+
* which enables the user to select items from the list.
|
|
5443
|
+
* @see https://dialpad.design/components/combobox.html
|
|
5444
|
+
*/
|
|
5445
|
+
|
|
5095
5446
|
/* harmony default export */ const comboboxvue_type_script_lang_js_ = ({
|
|
5096
5447
|
name: 'DtCombobox',
|
|
5097
5448
|
components: {
|
|
@@ -5147,6 +5498,7 @@ var combobox_empty_list_component = normalizeComponent(
|
|
|
5147
5498
|
|
|
5148
5499
|
/**
|
|
5149
5500
|
* Determines when to show the list element and also controls the aria-expanded attribute.
|
|
5501
|
+
* @values true, false
|
|
5150
5502
|
*/
|
|
5151
5503
|
showList: {
|
|
5152
5504
|
type: Boolean,
|
|
@@ -5155,6 +5507,7 @@ var combobox_empty_list_component = normalizeComponent(
|
|
|
5155
5507
|
|
|
5156
5508
|
/**
|
|
5157
5509
|
* If the list is rendered outside the component, like when using popover as the list wrapper.
|
|
5510
|
+
* @values true, false
|
|
5158
5511
|
*/
|
|
5159
5512
|
listRenderedOutside: {
|
|
5160
5513
|
type: Boolean,
|
|
@@ -5163,6 +5516,7 @@ var combobox_empty_list_component = normalizeComponent(
|
|
|
5163
5516
|
|
|
5164
5517
|
/**
|
|
5165
5518
|
* Determines when to show the skeletons and also controls aria-busy attribute.
|
|
5519
|
+
* @values true, false
|
|
5166
5520
|
*/
|
|
5167
5521
|
loading: {
|
|
5168
5522
|
type: Boolean,
|
|
@@ -5171,6 +5525,7 @@ var combobox_empty_list_component = normalizeComponent(
|
|
|
5171
5525
|
|
|
5172
5526
|
/**
|
|
5173
5527
|
* Sets the list to an empty state, and displays the message from prop `emptyStateMessage`.
|
|
5528
|
+
* @values true, false
|
|
5174
5529
|
*/
|
|
5175
5530
|
emptyList: {
|
|
5176
5531
|
type: Boolean,
|
|
@@ -5389,8 +5744,8 @@ var combobox_empty_list_component = normalizeComponent(
|
|
|
5389
5744
|
;
|
|
5390
5745
|
var combobox_component = normalizeComponent(
|
|
5391
5746
|
combobox_comboboxvue_type_script_lang_js_,
|
|
5392
|
-
|
|
5393
|
-
|
|
5747
|
+
comboboxvue_type_template_id_397ad57a_render,
|
|
5748
|
+
comboboxvue_type_template_id_397ad57a_staticRenderFns,
|
|
5394
5749
|
false,
|
|
5395
5750
|
null,
|
|
5396
5751
|
null,
|
|
@@ -5401,8 +5756,8 @@ var combobox_component = normalizeComponent(
|
|
|
5401
5756
|
/* harmony default export */ const combobox = (combobox_component.exports);
|
|
5402
5757
|
;// CONCATENATED MODULE: ./components/combobox/index.js
|
|
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.vue?vue&type=template&id=
|
|
5405
|
-
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.vue?vue&type=template&id=22be811b&
|
|
5760
|
+
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:[
|
|
5406
5761
|
'd-dt-collapsibe__anchor',
|
|
5407
5762
|
_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:({
|
|
5408
5763
|
'width': _vm.maxWidth,
|
|
@@ -5416,12 +5771,12 @@ var collapsiblevue_type_template_id_81ed658c_render = function () {var _vm=this;
|
|
|
5416
5771
|
'max-height': _vm.maxHeight,
|
|
5417
5772
|
'max-width': _vm.maxWidth,
|
|
5418
5773
|
}),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)}
|
|
5419
|
-
var
|
|
5774
|
+
var collapsiblevue_type_template_id_22be811b_staticRenderFns = []
|
|
5420
5775
|
|
|
5421
5776
|
|
|
5422
|
-
;// 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=
|
|
5423
|
-
var
|
|
5424
|
-
var
|
|
5777
|
+
;// 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&
|
|
5778
|
+
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)}
|
|
5779
|
+
var collapsible_lazy_showvue_type_template_id_2bfe7a0c_staticRenderFns = []
|
|
5425
5780
|
|
|
5426
5781
|
|
|
5427
5782
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-80[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/collapsible/collapsible_lazy_show.vue?vue&type=script&lang=js&
|
|
@@ -5449,6 +5804,7 @@ var collapsible_lazy_showvue_type_template_id_22ec4864_staticRenderFns = []
|
|
|
5449
5804
|
//
|
|
5450
5805
|
//
|
|
5451
5806
|
//
|
|
5807
|
+
//
|
|
5452
5808
|
/* harmony default export */ const collapsible_lazy_showvue_type_script_lang_js_ = ({
|
|
5453
5809
|
name: 'DtCollapsibleLazyShow',
|
|
5454
5810
|
|
|
@@ -5459,11 +5815,22 @@ var collapsible_lazy_showvue_type_template_id_22ec4864_staticRenderFns = []
|
|
|
5459
5815
|
/**
|
|
5460
5816
|
* Whether the child slot is shown.
|
|
5461
5817
|
*/
|
|
5462
|
-
show:
|
|
5818
|
+
show: {
|
|
5819
|
+
type: Boolean,
|
|
5820
|
+
default: null
|
|
5821
|
+
},
|
|
5822
|
+
|
|
5823
|
+
/**
|
|
5824
|
+
* Enable/Disable transition animation
|
|
5825
|
+
*/
|
|
5463
5826
|
appear: {
|
|
5464
5827
|
type: Boolean,
|
|
5465
5828
|
default: false
|
|
5466
5829
|
},
|
|
5830
|
+
|
|
5831
|
+
/**
|
|
5832
|
+
* HTML element type (tag name) of the content wrapper element.
|
|
5833
|
+
*/
|
|
5467
5834
|
elementType: {
|
|
5468
5835
|
type: String,
|
|
5469
5836
|
default: 'div'
|
|
@@ -5568,8 +5935,8 @@ var collapsible_lazy_showvue_type_style_index_0_lang_css_ = __webpack_require__(
|
|
|
5568
5935
|
|
|
5569
5936
|
var collapsible_lazy_show_component = normalizeComponent(
|
|
5570
5937
|
collapsible_collapsible_lazy_showvue_type_script_lang_js_,
|
|
5571
|
-
|
|
5572
|
-
|
|
5938
|
+
collapsible_lazy_showvue_type_template_id_2bfe7a0c_render,
|
|
5939
|
+
collapsible_lazy_showvue_type_template_id_2bfe7a0c_staticRenderFns,
|
|
5573
5940
|
false,
|
|
5574
5941
|
null,
|
|
5575
5942
|
null,
|
|
@@ -5578,9 +5945,9 @@ var collapsible_lazy_show_component = normalizeComponent(
|
|
|
5578
5945
|
)
|
|
5579
5946
|
|
|
5580
5947
|
/* harmony default export */ const collapsible_lazy_show = (collapsible_lazy_show_component.exports);
|
|
5581
|
-
;// 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=
|
|
5582
|
-
var
|
|
5583
|
-
var
|
|
5948
|
+
;// 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&
|
|
5949
|
+
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)])}
|
|
5950
|
+
var lazy_showvue_type_template_id_68041c9d_staticRenderFns = []
|
|
5584
5951
|
|
|
5585
5952
|
|
|
5586
5953
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-80[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/lazy_show/lazy_show.vue?vue&type=script&lang=js&
|
|
@@ -5600,6 +5967,12 @@ var lazy_showvue_type_template_id_9ffa4e8c_staticRenderFns = []
|
|
|
5600
5967
|
//
|
|
5601
5968
|
//
|
|
5602
5969
|
//
|
|
5970
|
+
//
|
|
5971
|
+
|
|
5972
|
+
/**
|
|
5973
|
+
* Lazy Show is a utility component that prevents its children from being rendered until the first time it is shown.
|
|
5974
|
+
* @see https://dialpad.design/components/lazy_show.html
|
|
5975
|
+
*/
|
|
5603
5976
|
/* harmony default export */ const lazy_showvue_type_script_lang_js_ = ({
|
|
5604
5977
|
name: 'DtLazyShow',
|
|
5605
5978
|
|
|
@@ -5609,8 +5982,12 @@ var lazy_showvue_type_template_id_9ffa4e8c_staticRenderFns = []
|
|
|
5609
5982
|
props: {
|
|
5610
5983
|
/**
|
|
5611
5984
|
* Whether the child slot is shown.
|
|
5985
|
+
* @values true, false
|
|
5612
5986
|
*/
|
|
5613
|
-
show:
|
|
5987
|
+
show: {
|
|
5988
|
+
type: Boolean,
|
|
5989
|
+
default: false
|
|
5990
|
+
},
|
|
5614
5991
|
|
|
5615
5992
|
/**
|
|
5616
5993
|
* A valid Vue enter/leave CSS transition name.
|
|
@@ -5619,6 +5996,11 @@ var lazy_showvue_type_template_id_9ffa4e8c_staticRenderFns = []
|
|
|
5619
5996
|
type: String,
|
|
5620
5997
|
default: null
|
|
5621
5998
|
},
|
|
5999
|
+
|
|
6000
|
+
/**
|
|
6001
|
+
* Enable/Disable transition animation
|
|
6002
|
+
* @values true, false
|
|
6003
|
+
*/
|
|
5622
6004
|
appear: {
|
|
5623
6005
|
type: Boolean,
|
|
5624
6006
|
default: false
|
|
@@ -5656,8 +6038,8 @@ var lazy_showvue_type_template_id_9ffa4e8c_staticRenderFns = []
|
|
|
5656
6038
|
;
|
|
5657
6039
|
var lazy_show_component = normalizeComponent(
|
|
5658
6040
|
lazy_show_lazy_showvue_type_script_lang_js_,
|
|
5659
|
-
|
|
5660
|
-
|
|
6041
|
+
lazy_showvue_type_template_id_68041c9d_render,
|
|
6042
|
+
lazy_showvue_type_template_id_68041c9d_staticRenderFns,
|
|
5661
6043
|
false,
|
|
5662
6044
|
null,
|
|
5663
6045
|
null,
|
|
@@ -5806,6 +6188,11 @@ var IconArrowAccordionClosed_component = normalizeComponent(
|
|
|
5806
6188
|
|
|
5807
6189
|
|
|
5808
6190
|
|
|
6191
|
+
/**
|
|
6192
|
+
* A collapsible is a component consisting of an interactive anchor that toggled the expandable/collapsible element.
|
|
6193
|
+
* @see https://dialpad.design/components/collapsible.html
|
|
6194
|
+
*/
|
|
6195
|
+
|
|
5809
6196
|
/* harmony default export */ const collapsiblevue_type_script_lang_js_ = ({
|
|
5810
6197
|
name: 'DtCollapsible',
|
|
5811
6198
|
components: {
|
|
@@ -5828,8 +6215,9 @@ var IconArrowAccordionClosed_component = normalizeComponent(
|
|
|
5828
6215
|
/**
|
|
5829
6216
|
* Controls whether the collapsible is shown. Leaving this null will have the collapsible start
|
|
5830
6217
|
* expanded and trigger on click by default. If you set this value, the default trigger
|
|
5831
|
-
* behavior will be disabled and you can control it as you need.
|
|
6218
|
+
* behavior will be disabled, and you can control it as you need.
|
|
5832
6219
|
* Supports .sync modifier
|
|
6220
|
+
* @values null, true, false
|
|
5833
6221
|
*/
|
|
5834
6222
|
open: {
|
|
5835
6223
|
type: Boolean,
|
|
@@ -5849,7 +6237,7 @@ var IconArrowAccordionClosed_component = normalizeComponent(
|
|
|
5849
6237
|
},
|
|
5850
6238
|
|
|
5851
6239
|
/**
|
|
5852
|
-
*
|
|
6240
|
+
* HTML element type (tag name) of the root element of the component.
|
|
5853
6241
|
*/
|
|
5854
6242
|
elementType: {
|
|
5855
6243
|
type: String,
|
|
@@ -5857,7 +6245,7 @@ var IconArrowAccordionClosed_component = normalizeComponent(
|
|
|
5857
6245
|
},
|
|
5858
6246
|
|
|
5859
6247
|
/**
|
|
5860
|
-
*
|
|
6248
|
+
* HTML element type (tag name) of the content wrapper element.
|
|
5861
6249
|
*/
|
|
5862
6250
|
contentElementType: {
|
|
5863
6251
|
type: String,
|
|
@@ -5915,7 +6303,19 @@ var IconArrowAccordionClosed_component = normalizeComponent(
|
|
|
5915
6303
|
default: null
|
|
5916
6304
|
}
|
|
5917
6305
|
},
|
|
5918
|
-
emits: [
|
|
6306
|
+
emits: [
|
|
6307
|
+
/**
|
|
6308
|
+
* Event fired to sync the open prop with the parent component
|
|
6309
|
+
* @event update:open
|
|
6310
|
+
*/
|
|
6311
|
+
'update:open',
|
|
6312
|
+
/**
|
|
6313
|
+
* Event fired when the content is shown or hidden
|
|
6314
|
+
*
|
|
6315
|
+
* @event opened
|
|
6316
|
+
* @type {Boolean}
|
|
6317
|
+
*/
|
|
6318
|
+
'opened'],
|
|
5919
6319
|
|
|
5920
6320
|
data() {
|
|
5921
6321
|
return {
|
|
@@ -5989,8 +6389,8 @@ var IconArrowAccordionClosed_component = normalizeComponent(
|
|
|
5989
6389
|
;
|
|
5990
6390
|
var collapsible_component = normalizeComponent(
|
|
5991
6391
|
collapsible_collapsiblevue_type_script_lang_js_,
|
|
5992
|
-
|
|
5993
|
-
|
|
6392
|
+
collapsiblevue_type_template_id_22be811b_render,
|
|
6393
|
+
collapsiblevue_type_template_id_22be811b_staticRenderFns,
|
|
5994
6394
|
false,
|
|
5995
6395
|
null,
|
|
5996
6396
|
null,
|
|
@@ -6001,17 +6401,17 @@ var collapsible_component = normalizeComponent(
|
|
|
6001
6401
|
/* harmony default export */ const collapsible = (collapsible_component.exports);
|
|
6002
6402
|
;// CONCATENATED MODULE: ./components/collapsible/index.js
|
|
6003
6403
|
|
|
6004
|
-
;// 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=
|
|
6005
|
-
var
|
|
6404
|
+
;// 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&
|
|
6405
|
+
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){
|
|
6006
6406
|
var attrs = ref.attrs;
|
|
6007
6407
|
return [_vm._t("anchor",null,null,attrs)]}},{key:"content",fn:function(ref){
|
|
6008
6408
|
var close = ref.close;
|
|
6009
6409
|
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))}
|
|
6010
|
-
var
|
|
6410
|
+
var dropdownvue_type_template_id_0ddf9e89_staticRenderFns = []
|
|
6011
6411
|
|
|
6012
6412
|
|
|
6013
|
-
;// 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=
|
|
6014
|
-
var
|
|
6413
|
+
;// 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=025312b0&
|
|
6414
|
+
var popovervue_type_template_id_025312b0_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":{
|
|
6015
6415
|
'aria-expanded': _vm.isOpen.toString(),
|
|
6016
6416
|
'aria-controls': _vm.id,
|
|
6017
6417
|
'aria-haspopup': _vm.role,
|
|
@@ -6021,8 +6421,8 @@ var popovervue_type_template_id_d85b2e98_render = function () {var _vm=this;var
|
|
|
6021
6421
|
}),attrs:{"id":_vm.id,"role":_vm.role,"data-qa":"dt-popover","aria-hidden":("" + (!_vm.isOpen)),"aria-labelledby":_vm.labelledBy,"aria-label":_vm.ariaLabel,"aria-modal":("" + (!_vm.modal)),"transition":_vm.transition,"show":_vm.isOpen,"tabindex":_vm.contentTabindex,"appear":""},on:{"!keydown":function($event){return _vm.onKeydown.apply(null, arguments)},"after-leave":_vm.onLeaveTransitionComplete,"after-enter":_vm.onEnterTransitionComplete}},_vm.$listeners),[(_vm.$slots.headerContent || _vm.showCloseButton)?_c('popover-header-footer',{ref:"popover__header",class:_vm.POPOVER_HEADER_FOOTER_PADDING_CLASSES[_vm.padding],attrs:{"content-class":_vm.headerClass,"type":"header","show-close-button":_vm.showCloseButton,"close-button-props":_vm.closeButtonProps},on:{"close":_vm.closePopover},scopedSlots:_vm._u([{key:"content",fn:function(){return [_vm._t("headerContent",null,{"close":_vm.closePopover})]},proxy:true}],null,true)}):_vm._e(),_c('div',{ref:"popover__content",class:[
|
|
6022
6422
|
'd-popover__content',
|
|
6023
6423
|
_vm.POPOVER_PADDING_CLASSES[_vm.padding],
|
|
6024
|
-
_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)}
|
|
6025
|
-
var
|
|
6424
|
+
_vm.contentClass ],attrs:{"data-qa":"dt-popover-content"}},[_vm._t("content",null,{"close":_vm.closePopover}),(_vm.visuallyHiddenClose)?_c('dt-button',{staticClass:"d-vi-visible-sr",attrs:{"data-qa":"dt-popover-sr-only-close","aria-label":_vm.visuallyHiddenCloseLabel},on:{"click":_vm.closePopover}},[_c('icon-close')],1):_vm._e()],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)}
|
|
6425
|
+
var popovervue_type_template_id_025312b0_staticRenderFns = []
|
|
6026
6426
|
|
|
6027
6427
|
|
|
6028
6428
|
;// CONCATENATED MODULE: ./node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.js
|
|
@@ -10724,12 +11124,12 @@ if (typeof window !== 'undefined' && window.Vue && window.Vue === (external_comm
|
|
|
10724
11124
|
/* harmony default export */ const index_esm = ((/* unused pure expression or super */ null && (install)));
|
|
10725
11125
|
|
|
10726
11126
|
|
|
10727
|
-
;// 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=
|
|
10728
|
-
var
|
|
11127
|
+
;// 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&
|
|
11128
|
+
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:{
|
|
10729
11129
|
'd-popover__header': _vm.type === 'header',
|
|
10730
11130
|
'd-popover__footer': _vm.type === 'footer',
|
|
10731
11131
|
},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)}
|
|
10732
|
-
var
|
|
11132
|
+
var popover_header_footervue_type_template_id_9366be96_staticRenderFns = []
|
|
10733
11133
|
|
|
10734
11134
|
|
|
10735
11135
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-80[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/popover/popover_header_footer.vue?vue&type=script&lang=js&
|
|
@@ -10768,6 +11168,7 @@ var popover_header_footervue_type_template_id_29ff8217_staticRenderFns = []
|
|
|
10768
11168
|
//
|
|
10769
11169
|
//
|
|
10770
11170
|
//
|
|
11171
|
+
//
|
|
10771
11172
|
|
|
10772
11173
|
|
|
10773
11174
|
/* harmony default export */ const popover_header_footervue_type_script_lang_js_ = ({
|
|
@@ -10795,6 +11196,7 @@ var popover_header_footervue_type_template_id_29ff8217_staticRenderFns = []
|
|
|
10795
11196
|
|
|
10796
11197
|
/**
|
|
10797
11198
|
* Determines visibility for close button
|
|
11199
|
+
* @values true, false
|
|
10798
11200
|
*/
|
|
10799
11201
|
showCloseButton: {
|
|
10800
11202
|
type: Boolean,
|
|
@@ -10810,7 +11212,14 @@ var popover_header_footervue_type_template_id_29ff8217_staticRenderFns = []
|
|
|
10810
11212
|
default: () => {}
|
|
10811
11213
|
}
|
|
10812
11214
|
},
|
|
10813
|
-
emits: [
|
|
11215
|
+
emits: [
|
|
11216
|
+
/**
|
|
11217
|
+
* Emitted when popover is closed
|
|
11218
|
+
*
|
|
11219
|
+
* @event close
|
|
11220
|
+
* @type { Boolean }
|
|
11221
|
+
*/
|
|
11222
|
+
'close'],
|
|
10814
11223
|
methods: {
|
|
10815
11224
|
focusCloseButton() {
|
|
10816
11225
|
var _this$$refs$popover__;
|
|
@@ -10833,8 +11242,8 @@ var popover_header_footervue_type_template_id_29ff8217_staticRenderFns = []
|
|
|
10833
11242
|
;
|
|
10834
11243
|
var popover_header_footer_component = normalizeComponent(
|
|
10835
11244
|
popover_popover_header_footervue_type_script_lang_js_,
|
|
10836
|
-
|
|
10837
|
-
|
|
11245
|
+
popover_header_footervue_type_template_id_9366be96_render,
|
|
11246
|
+
popover_header_footervue_type_template_id_9366be96_staticRenderFns,
|
|
10838
11247
|
false,
|
|
10839
11248
|
null,
|
|
10840
11249
|
null,
|
|
@@ -10957,6 +11366,16 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
10957
11366
|
//
|
|
10958
11367
|
//
|
|
10959
11368
|
//
|
|
11369
|
+
//
|
|
11370
|
+
//
|
|
11371
|
+
//
|
|
11372
|
+
//
|
|
11373
|
+
//
|
|
11374
|
+
//
|
|
11375
|
+
//
|
|
11376
|
+
//
|
|
11377
|
+
//
|
|
11378
|
+
//
|
|
10960
11379
|
|
|
10961
11380
|
/* eslint-disable max-lines */
|
|
10962
11381
|
|
|
@@ -10966,6 +11385,13 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
10966
11385
|
|
|
10967
11386
|
|
|
10968
11387
|
|
|
11388
|
+
|
|
11389
|
+
|
|
11390
|
+
/**
|
|
11391
|
+
* A Popover displays a content overlay when its anchor element is activated.
|
|
11392
|
+
* @see https://dialpad.design/components/popover.html
|
|
11393
|
+
*/
|
|
11394
|
+
|
|
10969
11395
|
/* harmony default export */ const popovervue_type_script_lang_js_ = ({
|
|
10970
11396
|
name: 'DtPopover',
|
|
10971
11397
|
|
|
@@ -10975,7 +11401,9 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
10975
11401
|
components: {
|
|
10976
11402
|
DtLazyShow: lazy_show,
|
|
10977
11403
|
PopoverHeaderFooter: popover_header_footer,
|
|
10978
|
-
Portal: Portal
|
|
11404
|
+
Portal: Portal,
|
|
11405
|
+
DtButton: button_button,
|
|
11406
|
+
IconClose: IconClose
|
|
10979
11407
|
},
|
|
10980
11408
|
mixins: [modal],
|
|
10981
11409
|
props: {
|
|
@@ -10983,6 +11411,7 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
10983
11411
|
* Controls whether the popover is shown. Leaving this null will have the popover trigger on click by default.
|
|
10984
11412
|
* If you set this value, the default trigger behavior will be disabled and you can control it as you need.
|
|
10985
11413
|
* Supports .sync modifier
|
|
11414
|
+
* @values null, true, false
|
|
10986
11415
|
*/
|
|
10987
11416
|
open: {
|
|
10988
11417
|
type: Boolean,
|
|
@@ -10992,6 +11421,7 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
10992
11421
|
/**
|
|
10993
11422
|
* Opens the popover on right click (context menu). If you set this value to `true`,
|
|
10994
11423
|
* the default trigger behavior will be disabled.
|
|
11424
|
+
* @values true, false
|
|
10995
11425
|
*/
|
|
10996
11426
|
openOnContext: {
|
|
10997
11427
|
type: Boolean,
|
|
@@ -11017,7 +11447,7 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
11017
11447
|
|
|
11018
11448
|
/**
|
|
11019
11449
|
* ARIA role for the content of the popover. Defaults to "dialog".
|
|
11020
|
-
*
|
|
11450
|
+
* <a href="https://www.w3.org/TR/wai-aria/#aria-haspopup" target="_blank">aria-haspopup</a>
|
|
11021
11451
|
*/
|
|
11022
11452
|
role: {
|
|
11023
11453
|
type: String,
|
|
@@ -11059,6 +11489,7 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
11059
11489
|
|
|
11060
11490
|
/**
|
|
11061
11491
|
* Padding size class for the popover content.
|
|
11492
|
+
* @values none, small, medium, large
|
|
11062
11493
|
*/
|
|
11063
11494
|
padding: {
|
|
11064
11495
|
type: String,
|
|
@@ -11079,6 +11510,7 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
11079
11510
|
/**
|
|
11080
11511
|
* Width configuration for the popover content. When its value is 'anchor',
|
|
11081
11512
|
* the popover content will have the same width as the anchor.
|
|
11513
|
+
* @values null, anchor
|
|
11082
11514
|
*/
|
|
11083
11515
|
contentWidth: {
|
|
11084
11516
|
type: String,
|
|
@@ -11117,7 +11549,8 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
11117
11549
|
|
|
11118
11550
|
/**
|
|
11119
11551
|
* Displaces the content box from its anchor element
|
|
11120
|
-
* by the specified number of pixels.
|
|
11552
|
+
* by the specified number of pixels. See
|
|
11553
|
+
* <a href="https://atomiks.github.io/tippyjs/v6/all-props/#offset" target="_blank">Tippy.js docs</a>
|
|
11121
11554
|
*/
|
|
11122
11555
|
offset: {
|
|
11123
11556
|
type: Array,
|
|
@@ -11127,6 +11560,7 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
11127
11560
|
/**
|
|
11128
11561
|
* Determines if the popover hides upon clicking the
|
|
11129
11562
|
* anchor or outside of the content box.
|
|
11563
|
+
* @values true, false
|
|
11130
11564
|
*/
|
|
11131
11565
|
hideOnClick: {
|
|
11132
11566
|
type: Boolean,
|
|
@@ -11136,6 +11570,7 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
11136
11570
|
/**
|
|
11137
11571
|
* Determines modal state. If enabled popover has a modal overlay
|
|
11138
11572
|
* preventing interaction with elements below it, but it is invisible.
|
|
11573
|
+
* @values true, false
|
|
11139
11574
|
*/
|
|
11140
11575
|
modal: {
|
|
11141
11576
|
type: Boolean,
|
|
@@ -11145,6 +11580,7 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
11145
11580
|
/**
|
|
11146
11581
|
* If the popover does not fit in the direction described by "placement",
|
|
11147
11582
|
* it will attempt to change it's direction to the "fallbackPlacements".
|
|
11583
|
+
* See <a href="https://popper.js.org/docs/v2/modifiers/flip/#fallbackplacements" target="_blank">Popper.js docs</a>
|
|
11148
11584
|
* */
|
|
11149
11585
|
fallbackPlacements: {
|
|
11150
11586
|
type: Array,
|
|
@@ -11155,6 +11591,12 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
11155
11591
|
|
|
11156
11592
|
/**
|
|
11157
11593
|
* The direction the popover displays relative to the anchor.
|
|
11594
|
+
* See <a href="https://atomiks.github.io/tippyjs/v6/all-props/#placement" target="_blank">Tippy.js docs</a>
|
|
11595
|
+
* @values top, top-start, top-end,
|
|
11596
|
+
* right, right-start, right-end,
|
|
11597
|
+
* left, left-start, left-end,
|
|
11598
|
+
* bottom, bottom-start, bottom-end,
|
|
11599
|
+
* auto, auto-start, auto-end
|
|
11158
11600
|
*/
|
|
11159
11601
|
placement: {
|
|
11160
11602
|
type: String,
|
|
@@ -11164,6 +11606,8 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
11164
11606
|
/**
|
|
11165
11607
|
* If set to false the dialog will display over top of the anchor when there is insufficient space.
|
|
11166
11608
|
* If set to true it will never move from its position relative to the anchor and will clip instead.
|
|
11609
|
+
* See <a href="https://popper.js.org/docs/v2/modifiers/prevent-overflow/#tether" target="_blank">Popper.js docs</a>
|
|
11610
|
+
* @values true, false
|
|
11167
11611
|
*/
|
|
11168
11612
|
tether: {
|
|
11169
11613
|
type: Boolean,
|
|
@@ -11176,6 +11620,8 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
11176
11620
|
* position in those cases the DOM layout changes the reference element's position.
|
|
11177
11621
|
* `true` enables it, `reference` only checks the "reference" rect for changes and `popper` only
|
|
11178
11622
|
* checks the "popper" rect for changes.
|
|
11623
|
+
* See <a href="https://atomiks.github.io/tippyjs/v6/all-props/#sticky" target="_blank">Tippy.js docs</a>
|
|
11624
|
+
* @values true, false, reference, popper
|
|
11179
11625
|
*/
|
|
11180
11626
|
sticky: {
|
|
11181
11627
|
type: [Boolean, String],
|
|
@@ -11205,6 +11651,7 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
11205
11651
|
|
|
11206
11652
|
/**
|
|
11207
11653
|
* Determines visibility for close button
|
|
11654
|
+
* @values true, false
|
|
11208
11655
|
*/
|
|
11209
11656
|
showCloseButton: {
|
|
11210
11657
|
type: Boolean,
|
|
@@ -11241,6 +11688,7 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
11241
11688
|
* find the element by ID. 'first' which will automatically focus
|
|
11242
11689
|
* the first element, or 'dialog' which will focus the dialog window itself.
|
|
11243
11690
|
* If the dialog is modal this prop cannot be 'none'.
|
|
11691
|
+
* @values none, dialog, first
|
|
11244
11692
|
*/
|
|
11245
11693
|
initialFocusElement: {
|
|
11246
11694
|
type: [String, HTMLElement],
|
|
@@ -11253,10 +11701,29 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
11253
11701
|
/**
|
|
11254
11702
|
* If the popover should open pressing up or down arrow key on the anchor element.
|
|
11255
11703
|
* This can be set when not passing open prop.
|
|
11704
|
+
* @values true, false
|
|
11256
11705
|
*/
|
|
11257
11706
|
openWithArrowKeys: {
|
|
11258
11707
|
type: Boolean,
|
|
11259
11708
|
default: false
|
|
11709
|
+
},
|
|
11710
|
+
|
|
11711
|
+
/**
|
|
11712
|
+
* If true, a visually hidden close button its included in the popover.
|
|
11713
|
+
* @values true, false
|
|
11714
|
+
*/
|
|
11715
|
+
visuallyHiddenClose: {
|
|
11716
|
+
type: Boolean,
|
|
11717
|
+
default: true
|
|
11718
|
+
},
|
|
11719
|
+
|
|
11720
|
+
/**
|
|
11721
|
+
* Label for the visually hidden close button
|
|
11722
|
+
* Required if visuallyHiddenClose is set to `true`
|
|
11723
|
+
*/
|
|
11724
|
+
visuallyHiddenCloseLabel: {
|
|
11725
|
+
type: String,
|
|
11726
|
+
default: ''
|
|
11260
11727
|
}
|
|
11261
11728
|
},
|
|
11262
11729
|
emits: [
|
|
@@ -11266,7 +11733,14 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
11266
11733
|
* @event opened
|
|
11267
11734
|
* @type {Boolean | Array}
|
|
11268
11735
|
*/
|
|
11269
|
-
'opened',
|
|
11736
|
+
'opened',
|
|
11737
|
+
/**
|
|
11738
|
+
* Emitted to sync value with parent
|
|
11739
|
+
*
|
|
11740
|
+
* @event update:opened
|
|
11741
|
+
* @type {Boolean | Array}
|
|
11742
|
+
*/
|
|
11743
|
+
'update:open'],
|
|
11270
11744
|
|
|
11271
11745
|
data() {
|
|
11272
11746
|
return {
|
|
@@ -11414,6 +11888,10 @@ var popover_header_footer_component = normalizeComponent(
|
|
|
11414
11888
|
if (this.modal && this.initialFocusElement === 'none') {
|
|
11415
11889
|
console.error('If the popover is modal you must set the ' + 'initialFocusElement prop. Possible values: "dialog", "first", HTMLElement');
|
|
11416
11890
|
}
|
|
11891
|
+
|
|
11892
|
+
if (this.visuallyHiddenClose && !this.visuallyHiddenCloseLabel) {
|
|
11893
|
+
console.error('If visuallyHiddenClose prop is true (default), the popover includes a visually hidden ' + 'close button and you must set the visuallyHiddenCloseLabel prop.');
|
|
11894
|
+
}
|
|
11417
11895
|
},
|
|
11418
11896
|
|
|
11419
11897
|
calculateAnchorZindex() {
|
|
@@ -11628,8 +12106,8 @@ var popovervue_type_style_index_0_lang_less_ = __webpack_require__(532);
|
|
|
11628
12106
|
|
|
11629
12107
|
var popover_component = normalizeComponent(
|
|
11630
12108
|
popover_popovervue_type_script_lang_js_,
|
|
11631
|
-
|
|
11632
|
-
|
|
12109
|
+
popovervue_type_template_id_025312b0_render,
|
|
12110
|
+
popovervue_type_template_id_025312b0_staticRenderFns,
|
|
11633
12111
|
false,
|
|
11634
12112
|
null,
|
|
11635
12113
|
null,
|
|
@@ -11871,7 +12349,12 @@ const DROPDOWN_PADDING_CLASSES = {
|
|
|
11871
12349
|
* @event opened
|
|
11872
12350
|
* @type {Boolean | Array}
|
|
11873
12351
|
*/
|
|
11874
|
-
'opened',
|
|
12352
|
+
'opened',
|
|
12353
|
+
/**
|
|
12354
|
+
* Event fired to sync the open prop with the parent component
|
|
12355
|
+
* @event update:open
|
|
12356
|
+
*/
|
|
12357
|
+
'update:open'],
|
|
11875
12358
|
|
|
11876
12359
|
data() {
|
|
11877
12360
|
return {
|
|
@@ -12031,8 +12514,8 @@ var dropdownvue_type_style_index_0_lang_less_ = __webpack_require__(774);
|
|
|
12031
12514
|
|
|
12032
12515
|
var dropdown_component = normalizeComponent(
|
|
12033
12516
|
dropdown_dropdownvue_type_script_lang_js_,
|
|
12034
|
-
|
|
12035
|
-
|
|
12517
|
+
dropdownvue_type_template_id_0ddf9e89_render,
|
|
12518
|
+
dropdownvue_type_template_id_0ddf9e89_staticRenderFns,
|
|
12036
12519
|
false,
|
|
12037
12520
|
null,
|
|
12038
12521
|
null,
|
|
@@ -12041,9 +12524,9 @@ var dropdown_component = normalizeComponent(
|
|
|
12041
12524
|
)
|
|
12042
12525
|
|
|
12043
12526
|
/* harmony default export */ const dropdown = (dropdown_component.exports);
|
|
12044
|
-
;// 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=
|
|
12045
|
-
var
|
|
12046
|
-
var
|
|
12527
|
+
;// 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&
|
|
12528
|
+
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)])}
|
|
12529
|
+
var dropdown_listvue_type_template_id_55a3b3f2_staticRenderFns = []
|
|
12047
12530
|
|
|
12048
12531
|
|
|
12049
12532
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-80[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/dropdown/dropdown_list.vue?vue&type=script&lang=js&
|
|
@@ -12098,11 +12581,11 @@ var dropdown_listvue_type_template_id_294ae37b_scoped_true_staticRenderFns = []
|
|
|
12098
12581
|
;
|
|
12099
12582
|
var dropdown_list_component = normalizeComponent(
|
|
12100
12583
|
dropdown_dropdown_listvue_type_script_lang_js_,
|
|
12101
|
-
|
|
12102
|
-
|
|
12584
|
+
dropdown_listvue_type_template_id_55a3b3f2_render,
|
|
12585
|
+
dropdown_listvue_type_template_id_55a3b3f2_staticRenderFns,
|
|
12103
12586
|
false,
|
|
12104
12587
|
null,
|
|
12105
|
-
|
|
12588
|
+
null,
|
|
12106
12589
|
null
|
|
12107
12590
|
|
|
12108
12591
|
)
|
|
@@ -12155,8 +12638,8 @@ var dropdown_separator_component = normalizeComponent(
|
|
|
12155
12638
|
|
|
12156
12639
|
|
|
12157
12640
|
|
|
12158
|
-
;// 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=
|
|
12159
|
-
var
|
|
12641
|
+
;// 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&
|
|
12642
|
+
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:[
|
|
12160
12643
|
'base-input__label-text',
|
|
12161
12644
|
'd-label',
|
|
12162
12645
|
_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:[
|
|
@@ -12165,7 +12648,7 @@ var inputvue_type_template_id_fc19976e_render = function () {var _vm=this;var _h
|
|
|
12165
12648
|
'd-fd-column',
|
|
12166
12649
|
_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:[
|
|
12167
12650
|
'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)}
|
|
12168
|
-
var
|
|
12651
|
+
var inputvue_type_template_id_7e861d6a_staticRenderFns = []
|
|
12169
12652
|
|
|
12170
12653
|
|
|
12171
12654
|
;// CONCATENATED MODULE: ./components/input/input_constants.js
|
|
@@ -12189,15 +12672,15 @@ const INPUT_SIZES = {
|
|
|
12189
12672
|
INPUT_TYPES,
|
|
12190
12673
|
INPUT_SIZES
|
|
12191
12674
|
});
|
|
12192
|
-
;// 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=
|
|
12193
|
-
var
|
|
12675
|
+
;// 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&
|
|
12676
|
+
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){
|
|
12194
12677
|
var message = ref.message;
|
|
12195
12678
|
var type = ref.type;
|
|
12196
12679
|
return _c('div',{key:_vm.getMessageKey(type, index),class:[
|
|
12197
12680
|
'base-input__message',
|
|
12198
12681
|
'd-validation-message',
|
|
12199
12682
|
_vm.messageTypeClass(type) ],attrs:{"role":"status","aria-live":"polite","data-qa":"validation-message"}},[_c('p',{domProps:{"innerHTML":_vm._s(message)}})])}),0):_vm._e()}
|
|
12200
|
-
var
|
|
12683
|
+
var validation_messagesvue_type_template_id_61ba07b5_staticRenderFns = []
|
|
12201
12684
|
|
|
12202
12685
|
|
|
12203
12686
|
;// CONCATENATED MODULE: ./common/validators.js
|
|
@@ -12248,6 +12731,12 @@ function validationMessageValidator(rawMessages) {
|
|
|
12248
12731
|
//
|
|
12249
12732
|
|
|
12250
12733
|
|
|
12734
|
+
/**
|
|
12735
|
+
* Validation messages are used to convey information to the user about the current state of the input element.
|
|
12736
|
+
* These messages can have an error, warning or success type.
|
|
12737
|
+
* @see https://dialpad.design/components/validation_messages.html
|
|
12738
|
+
*/
|
|
12739
|
+
|
|
12251
12740
|
/* harmony default export */ const validation_messagesvue_type_script_lang_js_ = ({
|
|
12252
12741
|
name: 'DtValidationMessages',
|
|
12253
12742
|
props: {
|
|
@@ -12275,6 +12764,7 @@ function validationMessageValidator(rawMessages) {
|
|
|
12275
12764
|
|
|
12276
12765
|
/**
|
|
12277
12766
|
* Show Validation messages
|
|
12767
|
+
* @values true, false
|
|
12278
12768
|
*/
|
|
12279
12769
|
showMessages: {
|
|
12280
12770
|
type: Boolean,
|
|
@@ -12323,8 +12813,8 @@ function validationMessageValidator(rawMessages) {
|
|
|
12323
12813
|
;
|
|
12324
12814
|
var validation_messages_component = normalizeComponent(
|
|
12325
12815
|
validation_messages_validation_messagesvue_type_script_lang_js_,
|
|
12326
|
-
|
|
12327
|
-
|
|
12816
|
+
validation_messagesvue_type_template_id_61ba07b5_render,
|
|
12817
|
+
validation_messagesvue_type_template_id_61ba07b5_staticRenderFns,
|
|
12328
12818
|
false,
|
|
12329
12819
|
null,
|
|
12330
12820
|
null,
|
|
@@ -12342,6 +12832,7 @@ var validation_messages_component = normalizeComponent(
|
|
|
12342
12832
|
|
|
12343
12833
|
/**
|
|
12344
12834
|
* This mixin provides a base set of props, watchers and data attributes that are commonly used in our input components.
|
|
12835
|
+
* @displayName Input Mixin
|
|
12345
12836
|
*/
|
|
12346
12837
|
|
|
12347
12838
|
const InputMixin = {
|
|
@@ -12481,6 +12972,7 @@ const InputMixin = {
|
|
|
12481
12972
|
*
|
|
12482
12973
|
* This includes the group context, checked model & prop, internal data attributes as well as a set common computed
|
|
12483
12974
|
* properties and watchers. It also includes the group name warning logic.
|
|
12975
|
+
* @displayName Checkable Mixin
|
|
12484
12976
|
*/
|
|
12485
12977
|
|
|
12486
12978
|
const CheckableMixin = {
|
|
@@ -12538,6 +13030,7 @@ const CheckableMixin = {
|
|
|
12538
13030
|
*
|
|
12539
13031
|
* This includes the group context and internal data attributes as well as a set common computed
|
|
12540
13032
|
* properties and watchers. It also includes the group name warning logic.
|
|
13033
|
+
* @displayName Groupable Mixin
|
|
12541
13034
|
*/
|
|
12542
13035
|
|
|
12543
13036
|
const GroupableMixin = {
|
|
@@ -12647,10 +13140,15 @@ const GroupableMixin = {
|
|
|
12647
13140
|
}
|
|
12648
13141
|
|
|
12649
13142
|
};
|
|
13143
|
+
/**
|
|
13144
|
+
* This mixin provides common logic shared amongst our validation messages inputs.
|
|
13145
|
+
* @displayName Messages Mixin
|
|
13146
|
+
*/
|
|
13147
|
+
|
|
12650
13148
|
const MessagesMixin = {
|
|
12651
13149
|
props: {
|
|
12652
13150
|
/**
|
|
12653
|
-
* Used to customize the
|
|
13151
|
+
* Used to customize the validation messages component
|
|
12654
13152
|
*/
|
|
12655
13153
|
messagesClass: {
|
|
12656
13154
|
type: [String, Array, Object],
|
|
@@ -12667,6 +13165,7 @@ const MessagesMixin = {
|
|
|
12667
13165
|
|
|
12668
13166
|
/**
|
|
12669
13167
|
* Used to hide / show the validation messages
|
|
13168
|
+
* @values true, false
|
|
12670
13169
|
*/
|
|
12671
13170
|
showMessages: {
|
|
12672
13171
|
type: Boolean,
|
|
@@ -12806,13 +13305,19 @@ const MessagesMixin = {
|
|
|
12806
13305
|
//
|
|
12807
13306
|
//
|
|
12808
13307
|
//
|
|
13308
|
+
//
|
|
13309
|
+
//
|
|
12809
13310
|
|
|
12810
13311
|
|
|
12811
13312
|
|
|
12812
13313
|
|
|
12813
13314
|
|
|
12814
13315
|
/**
|
|
13316
|
+
* An input field is an input control that allows users to enter alphanumeric information.
|
|
13317
|
+
* It can have a range of options and supports single line and multi-line lengths,
|
|
13318
|
+
* as well as varying formats, including numbers, masked passwords, etc.
|
|
12815
13319
|
* @property {Boolean} placeholder attribute
|
|
13320
|
+
* @see https://dialpad.design/components/input.html
|
|
12816
13321
|
*/
|
|
12817
13322
|
|
|
12818
13323
|
/* harmony default export */ const inputvue_type_script_lang_js_ = ({
|
|
@@ -12832,8 +13337,9 @@ const MessagesMixin = {
|
|
|
12832
13337
|
},
|
|
12833
13338
|
|
|
12834
13339
|
/**
|
|
12835
|
-
* Type of the input, one of `text`, `password`, `email`, `number`, `textarea`.
|
|
13340
|
+
* Type of the input, one of: `text`, `password`, `email`, `number`, `textarea`.
|
|
12836
13341
|
* When `textarea` a `<textarea>` element will be rendered instead of an `<input>` element.
|
|
13342
|
+
* @values text, password, email, number, textarea.
|
|
12837
13343
|
*/
|
|
12838
13344
|
type: {
|
|
12839
13345
|
type: String,
|
|
@@ -12851,6 +13357,7 @@ const MessagesMixin = {
|
|
|
12851
13357
|
|
|
12852
13358
|
/**
|
|
12853
13359
|
* Disables the input
|
|
13360
|
+
* @values true, false
|
|
12854
13361
|
*/
|
|
12855
13362
|
disabled: {
|
|
12856
13363
|
type: Boolean,
|
|
@@ -12875,6 +13382,7 @@ const MessagesMixin = {
|
|
|
12875
13382
|
|
|
12876
13383
|
/**
|
|
12877
13384
|
* Size of the input, one of `xs`, `sm`, `md`, `lg`, `xl`
|
|
13385
|
+
* @values null, xs, sm, md, lg, xl
|
|
12878
13386
|
*/
|
|
12879
13387
|
size: {
|
|
12880
13388
|
type: String,
|
|
@@ -12885,6 +13393,7 @@ const MessagesMixin = {
|
|
|
12885
13393
|
/**
|
|
12886
13394
|
* Size of the icon. One of `xs`, `sm`, `md`, `lg`, `xl`. If you do not set this the icon will size relative
|
|
12887
13395
|
* to the input size
|
|
13396
|
+
* @values null, xs, sm, md, lg, xl
|
|
12888
13397
|
*/
|
|
12889
13398
|
iconSize: {
|
|
12890
13399
|
type: String,
|
|
@@ -12894,8 +13403,8 @@ const MessagesMixin = {
|
|
|
12894
13403
|
|
|
12895
13404
|
/**
|
|
12896
13405
|
* Additional class name for the input element.
|
|
12897
|
-
* Can accept
|
|
12898
|
-
* same
|
|
13406
|
+
* Can accept String, Object, and Array, i.e. has the
|
|
13407
|
+
* same API as Vue's built-in handling of the class attribute.
|
|
12899
13408
|
*/
|
|
12900
13409
|
inputClass: {
|
|
12901
13410
|
type: [String, Object, Array],
|
|
@@ -12904,7 +13413,7 @@ const MessagesMixin = {
|
|
|
12904
13413
|
|
|
12905
13414
|
/**
|
|
12906
13415
|
* The current character length that the user has entered into the input.
|
|
12907
|
-
* This will only need to be used if you are using validate.length and
|
|
13416
|
+
* This will only need to be used if you are using `validate.length` and
|
|
12908
13417
|
* the string contains abnormal characters.
|
|
12909
13418
|
* For example, an emoji could take up many characters in the input, but should only count as 1 character.
|
|
12910
13419
|
* If no number is provided, a built-in length calculation will be used for the length validation.
|
|
@@ -13260,8 +13769,8 @@ const MessagesMixin = {
|
|
|
13260
13769
|
;
|
|
13261
13770
|
var input_component = normalizeComponent(
|
|
13262
13771
|
input_inputvue_type_script_lang_js_,
|
|
13263
|
-
|
|
13264
|
-
|
|
13772
|
+
inputvue_type_template_id_7e861d6a_render,
|
|
13773
|
+
inputvue_type_template_id_7e861d6a_staticRenderFns,
|
|
13265
13774
|
false,
|
|
13266
13775
|
null,
|
|
13267
13776
|
null,
|
|
@@ -13273,9 +13782,9 @@ var input_component = normalizeComponent(
|
|
|
13273
13782
|
;// CONCATENATED MODULE: ./components/input/index.js
|
|
13274
13783
|
|
|
13275
13784
|
|
|
13276
|
-
;// 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=
|
|
13277
|
-
var
|
|
13278
|
-
var
|
|
13785
|
+
;// 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&
|
|
13786
|
+
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)}
|
|
13787
|
+
var input_groupvue_type_template_id_b2cbc49c_staticRenderFns = []
|
|
13279
13788
|
|
|
13280
13789
|
|
|
13281
13790
|
;// CONCATENATED MODULE: ./common/mixins/input_group.js
|
|
@@ -13286,6 +13795,7 @@ var input_groupvue_type_template_id_cdfe834c_staticRenderFns = []
|
|
|
13286
13795
|
/**
|
|
13287
13796
|
* This mixin provides a base provide obj and set of components, props, computed, watchers and data attributes that are
|
|
13288
13797
|
* commonly used in our input group components.
|
|
13798
|
+
* @displayName Input Group Mixin
|
|
13289
13799
|
*/
|
|
13290
13800
|
|
|
13291
13801
|
const InputGroupMixin = {
|
|
@@ -13340,6 +13850,7 @@ const InputGroupMixin = {
|
|
|
13340
13850
|
|
|
13341
13851
|
/**
|
|
13342
13852
|
* Disables the input group
|
|
13853
|
+
* @values true, false
|
|
13343
13854
|
*/
|
|
13344
13855
|
disabled: {
|
|
13345
13856
|
type: Boolean,
|
|
@@ -13357,6 +13868,7 @@ const InputGroupMixin = {
|
|
|
13357
13868
|
|
|
13358
13869
|
/**
|
|
13359
13870
|
* Show validation messages
|
|
13871
|
+
* @values true, false
|
|
13360
13872
|
*/
|
|
13361
13873
|
showMessages: {
|
|
13362
13874
|
type: Boolean,
|
|
@@ -13478,6 +13990,13 @@ const InputGroupMixin = {
|
|
|
13478
13990
|
//
|
|
13479
13991
|
|
|
13480
13992
|
|
|
13993
|
+
/**
|
|
13994
|
+
* Input Groups are convenience components for a grouping of related inputs.
|
|
13995
|
+
* While each input within the group could be independent, the `v-model` on the group
|
|
13996
|
+
* provides a convenient interface for determining the current state of the group.
|
|
13997
|
+
* @see https://dialpad.design/components/input_group.html
|
|
13998
|
+
*/
|
|
13999
|
+
|
|
13481
14000
|
/* harmony default export */ const input_groupvue_type_script_lang_js_ = ({
|
|
13482
14001
|
name: 'DtInputGroup',
|
|
13483
14002
|
components: {
|
|
@@ -13561,8 +14080,8 @@ const InputGroupMixin = {
|
|
|
13561
14080
|
;
|
|
13562
14081
|
var input_group_component = normalizeComponent(
|
|
13563
14082
|
input_group_input_groupvue_type_script_lang_js_,
|
|
13564
|
-
|
|
13565
|
-
|
|
14083
|
+
input_groupvue_type_template_id_b2cbc49c_render,
|
|
14084
|
+
input_groupvue_type_template_id_b2cbc49c_staticRenderFns,
|
|
13566
14085
|
false,
|
|
13567
14086
|
null,
|
|
13568
14087
|
null,
|
|
@@ -13573,8 +14092,8 @@ var input_group_component = normalizeComponent(
|
|
|
13573
14092
|
/* harmony default export */ const input_group_input_group = (input_group_component.exports);
|
|
13574
14093
|
;// CONCATENATED MODULE: ./components/input_group/index.js
|
|
13575
14094
|
|
|
13576
|
-
;// 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=
|
|
13577
|
-
var
|
|
14095
|
+
;// 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&
|
|
14096
|
+
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:[
|
|
13578
14097
|
'd-modal',
|
|
13579
14098
|
_vm.MODAL_KIND_MODIFIERS[_vm.kind],
|
|
13580
14099
|
_vm.MODAL_SIZE_MODIFIERS[_vm.size],
|
|
@@ -13584,7 +14103,7 @@ var modalvue_type_template_id_e3e205ea_render = function () {var _vm=this;var _h
|
|
|
13584
14103
|
'd-modal__dialog',
|
|
13585
14104
|
{ 'd-modal__dialog--scrollable': _vm.fixedHeaderFooter },
|
|
13586
14105
|
_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)}
|
|
13587
|
-
var
|
|
14106
|
+
var modalvue_type_template_id_d71a3468_staticRenderFns = []
|
|
13588
14107
|
|
|
13589
14108
|
|
|
13590
14109
|
;// CONCATENATED MODULE: ./components/modal/modal_constants.js
|
|
@@ -13711,8 +14230,9 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
13711
14230
|
|
|
13712
14231
|
|
|
13713
14232
|
/**
|
|
13714
|
-
*
|
|
13715
|
-
*
|
|
14233
|
+
* Modals focus the user’s attention exclusively on one task or piece of information
|
|
14234
|
+
* via a window that sits on top of the page content.
|
|
14235
|
+
* @see https://dialpad.design/components/modal.html
|
|
13716
14236
|
*/
|
|
13717
14237
|
|
|
13718
14238
|
/* harmony default export */ const modalvue_type_script_lang_js_ = ({
|
|
@@ -13725,7 +14245,8 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
13725
14245
|
mixins: [modal],
|
|
13726
14246
|
props: {
|
|
13727
14247
|
/**
|
|
13728
|
-
* A set of props to be passed into the modal's close button.
|
|
14248
|
+
* A set of props to be passed into the modal's close button.
|
|
14249
|
+
* Requires an 'ariaLabel' property.
|
|
13729
14250
|
*/
|
|
13730
14251
|
closeButtonProps: {
|
|
13731
14252
|
type: Object,
|
|
@@ -13749,7 +14270,8 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
13749
14270
|
* as screen readers should recite the dialog contents by default before any aria-description.
|
|
13750
14271
|
*/
|
|
13751
14272
|
describedById: {
|
|
13752
|
-
type: String
|
|
14273
|
+
type: String,
|
|
14274
|
+
default: ''
|
|
13753
14275
|
},
|
|
13754
14276
|
|
|
13755
14277
|
/**
|
|
@@ -13763,7 +14285,9 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
13763
14285
|
},
|
|
13764
14286
|
|
|
13765
14287
|
/**
|
|
13766
|
-
* Whether the modal should be shown.
|
|
14288
|
+
* Whether the modal should be shown.
|
|
14289
|
+
* Parent component can sync on this value to control the modal's visibility.
|
|
14290
|
+
* @values true, false
|
|
13767
14291
|
*/
|
|
13768
14292
|
show: {
|
|
13769
14293
|
type: Boolean,
|
|
@@ -13787,9 +14311,8 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
13787
14311
|
},
|
|
13788
14312
|
|
|
13789
14313
|
/**
|
|
13790
|
-
* The theme of the modal.
|
|
13791
|
-
* @values default
|
|
13792
|
-
* kind - default or danger (https://dialpad.design/components/modal/)
|
|
14314
|
+
* The theme of the modal. kind - default or danger,
|
|
14315
|
+
* @values default, danger
|
|
13793
14316
|
*/
|
|
13794
14317
|
kind: {
|
|
13795
14318
|
type: String,
|
|
@@ -13798,9 +14321,8 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
13798
14321
|
},
|
|
13799
14322
|
|
|
13800
14323
|
/**
|
|
13801
|
-
* The size of the modal.
|
|
13802
|
-
* @values default
|
|
13803
|
-
* size - default or full (https://dialpad.design/components/modal/)
|
|
14324
|
+
* The size of the modal. size - default or full,
|
|
14325
|
+
* @values default, full
|
|
13804
14326
|
*/
|
|
13805
14327
|
size: {
|
|
13806
14328
|
type: String,
|
|
@@ -13810,8 +14332,8 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
13810
14332
|
|
|
13811
14333
|
/**
|
|
13812
14334
|
* Additional class name for the root modal element.
|
|
13813
|
-
* Can accept
|
|
13814
|
-
* same
|
|
14335
|
+
* Can accept String, Object, and Array, i.e. has the
|
|
14336
|
+
* same API as Vue's built-in handling of the class attribute.
|
|
13815
14337
|
*/
|
|
13816
14338
|
modalClass: {
|
|
13817
14339
|
type: [String, Object, Array],
|
|
@@ -13820,8 +14342,8 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
13820
14342
|
|
|
13821
14343
|
/**
|
|
13822
14344
|
* Additional class name for the dialog element within the modal.
|
|
13823
|
-
* Can accept
|
|
13824
|
-
* same
|
|
14345
|
+
* Can accept String, Object, and Array, i.e. has the
|
|
14346
|
+
* same API as Vue's built-in handling of the class attribute.
|
|
13825
14347
|
*/
|
|
13826
14348
|
dialogClass: {
|
|
13827
14349
|
type: [String, Object, Array],
|
|
@@ -13830,8 +14352,8 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
13830
14352
|
|
|
13831
14353
|
/**
|
|
13832
14354
|
* Additional class name for the banner element within the modal.
|
|
13833
|
-
* Can accept
|
|
13834
|
-
* same
|
|
14355
|
+
* Can accept String, Object, and Array, i.e. has the
|
|
14356
|
+
* same API as Vue's built-in handling of the class attribute.
|
|
13835
14357
|
*/
|
|
13836
14358
|
bannerClass: {
|
|
13837
14359
|
type: [String, Object, Array],
|
|
@@ -13840,6 +14362,7 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
13840
14362
|
|
|
13841
14363
|
/**
|
|
13842
14364
|
* Hides the close button on the modal
|
|
14365
|
+
* @values true, false
|
|
13843
14366
|
*/
|
|
13844
14367
|
hideClose: {
|
|
13845
14368
|
type: Boolean,
|
|
@@ -13848,6 +14371,7 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
13848
14371
|
|
|
13849
14372
|
/**
|
|
13850
14373
|
* Scrollable modal that allows scroll the modal content keeping the header and footer fixed
|
|
14374
|
+
* @values true, false
|
|
13851
14375
|
*/
|
|
13852
14376
|
fixedHeaderFooter: {
|
|
13853
14377
|
type: Boolean,
|
|
@@ -13929,8 +14453,8 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
13929
14453
|
;
|
|
13930
14454
|
var modal_component = normalizeComponent(
|
|
13931
14455
|
modal_modalvue_type_script_lang_js_,
|
|
13932
|
-
|
|
13933
|
-
|
|
14456
|
+
modalvue_type_template_id_d71a3468_render,
|
|
14457
|
+
modalvue_type_template_id_d71a3468_staticRenderFns,
|
|
13934
14458
|
false,
|
|
13935
14459
|
null,
|
|
13936
14460
|
null,
|
|
@@ -14125,9 +14649,9 @@ var list_section_component = normalizeComponent(
|
|
|
14125
14649
|
/* harmony default export */ const list_section = (list_section_component.exports);
|
|
14126
14650
|
;// CONCATENATED MODULE: ./components/list_section/index.js
|
|
14127
14651
|
|
|
14128
|
-
;// 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=
|
|
14129
|
-
var
|
|
14130
|
-
var
|
|
14652
|
+
;// 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&
|
|
14653
|
+
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)}
|
|
14654
|
+
var noticevue_type_template_id_30c65ac1_staticRenderFns = []
|
|
14131
14655
|
|
|
14132
14656
|
|
|
14133
14657
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-80[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/notice/notice.vue?vue&type=script&lang=js&
|
|
@@ -14174,6 +14698,11 @@ var noticevue_type_template_id_ca7ad14a_staticRenderFns = []
|
|
|
14174
14698
|
|
|
14175
14699
|
|
|
14176
14700
|
|
|
14701
|
+
/**
|
|
14702
|
+
* A notice is an informational and assistive message that appears inline with content.
|
|
14703
|
+
* @see https://dialpad.design/components/notice.html
|
|
14704
|
+
*/
|
|
14705
|
+
|
|
14177
14706
|
/* harmony default export */ const noticevue_type_script_lang_js_ = ({
|
|
14178
14707
|
name: 'DtNotice',
|
|
14179
14708
|
components: {
|
|
@@ -14212,6 +14741,7 @@ var noticevue_type_template_id_ca7ad14a_staticRenderFns = []
|
|
|
14212
14741
|
* Provides a role for the notice. 'status' is used to communicate a message. 'alert' is used to communicate an
|
|
14213
14742
|
* important message that does not contain any interactive elements. 'alertdialog' is used to communicate an
|
|
14214
14743
|
* important message that does contain interactive elements.
|
|
14744
|
+
* @values alert, alertdialog, status
|
|
14215
14745
|
*/
|
|
14216
14746
|
role: {
|
|
14217
14747
|
type: String,
|
|
@@ -14226,6 +14756,7 @@ var noticevue_type_template_id_ca7ad14a_staticRenderFns = []
|
|
|
14226
14756
|
/**
|
|
14227
14757
|
* Used in scenarios where the message needs to visually dominate the screen.
|
|
14228
14758
|
* This will also change the aria role from status to alert.
|
|
14759
|
+
* @values true, false
|
|
14229
14760
|
*/
|
|
14230
14761
|
important: {
|
|
14231
14762
|
type: Boolean,
|
|
@@ -14234,6 +14765,7 @@ var noticevue_type_template_id_ca7ad14a_staticRenderFns = []
|
|
|
14234
14765
|
|
|
14235
14766
|
/**
|
|
14236
14767
|
* Severity level of the notice, sets the icon and background
|
|
14768
|
+
* @values base, error, info, success, warning
|
|
14237
14769
|
*/
|
|
14238
14770
|
kind: {
|
|
14239
14771
|
type: String,
|
|
@@ -14255,6 +14787,7 @@ var noticevue_type_template_id_ca7ad14a_staticRenderFns = []
|
|
|
14255
14787
|
|
|
14256
14788
|
/**
|
|
14257
14789
|
* Hides the close button from the notice
|
|
14790
|
+
* @values true, false
|
|
14258
14791
|
*/
|
|
14259
14792
|
hideClose: {
|
|
14260
14793
|
type: Boolean,
|
|
@@ -14296,8 +14829,8 @@ var noticevue_type_template_id_ca7ad14a_staticRenderFns = []
|
|
|
14296
14829
|
;
|
|
14297
14830
|
var notice_component = normalizeComponent(
|
|
14298
14831
|
notice_noticevue_type_script_lang_js_,
|
|
14299
|
-
|
|
14300
|
-
|
|
14832
|
+
noticevue_type_template_id_30c65ac1_render,
|
|
14833
|
+
noticevue_type_template_id_30c65ac1_staticRenderFns,
|
|
14301
14834
|
false,
|
|
14302
14835
|
null,
|
|
14303
14836
|
null,
|
|
@@ -14309,9 +14842,9 @@ var notice_component = normalizeComponent(
|
|
|
14309
14842
|
;// CONCATENATED MODULE: ./components/notice/index.js
|
|
14310
14843
|
|
|
14311
14844
|
|
|
14312
|
-
;// 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=
|
|
14313
|
-
var
|
|
14314
|
-
var
|
|
14845
|
+
;// 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=20c2fb6b&
|
|
14846
|
+
var paginationvue_type_template_id_20c2fb6b_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-fs-200"},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)}
|
|
14847
|
+
var paginationvue_type_template_id_20c2fb6b_staticRenderFns = []
|
|
14315
14848
|
|
|
14316
14849
|
|
|
14317
14850
|
;// 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&
|
|
@@ -14422,6 +14955,11 @@ var IconChevronRight_component = normalizeComponent(
|
|
|
14422
14955
|
|
|
14423
14956
|
|
|
14424
14957
|
|
|
14958
|
+
/**
|
|
14959
|
+
* Pagination allows you to divide large amounts of content into smaller chunks across multiple pages.
|
|
14960
|
+
* @see https://dialpad.design/components/pagination.html
|
|
14961
|
+
*/
|
|
14962
|
+
|
|
14425
14963
|
/* harmony default export */ const paginationvue_type_script_lang_js_ = ({
|
|
14426
14964
|
name: 'DtPagination',
|
|
14427
14965
|
components: {
|
|
@@ -14541,7 +15079,6 @@ var IconChevronRight_component = normalizeComponent(
|
|
|
14541
15079
|
}
|
|
14542
15080
|
|
|
14543
15081
|
},
|
|
14544
|
-
watch: {},
|
|
14545
15082
|
methods: {
|
|
14546
15083
|
range(from, to) {
|
|
14547
15084
|
const range = [];
|
|
@@ -14573,8 +15110,8 @@ var IconChevronRight_component = normalizeComponent(
|
|
|
14573
15110
|
;
|
|
14574
15111
|
var pagination_component = normalizeComponent(
|
|
14575
15112
|
pagination_paginationvue_type_script_lang_js_,
|
|
14576
|
-
|
|
14577
|
-
|
|
15113
|
+
paginationvue_type_template_id_20c2fb6b_render,
|
|
15114
|
+
paginationvue_type_template_id_20c2fb6b_staticRenderFns,
|
|
14578
15115
|
false,
|
|
14579
15116
|
null,
|
|
14580
15117
|
null,
|
|
@@ -14585,9 +15122,9 @@ var pagination_component = normalizeComponent(
|
|
|
14585
15122
|
/* harmony default export */ const pagination = (pagination_component.exports);
|
|
14586
15123
|
;// CONCATENATED MODULE: ./components/pagination/index.js
|
|
14587
15124
|
|
|
14588
|
-
;// 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=
|
|
14589
|
-
var
|
|
14590
|
-
var
|
|
15125
|
+
;// 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&
|
|
15126
|
+
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)])])}
|
|
15127
|
+
var radiovue_type_template_id_ceeae6b6_staticRenderFns = []
|
|
14591
15128
|
|
|
14592
15129
|
|
|
14593
15130
|
;// CONCATENATED MODULE: ./components/radio/radio_constants.js
|
|
@@ -14651,6 +15188,12 @@ const RADIO_INPUT_VALIDATION_CLASSES = {
|
|
|
14651
15188
|
|
|
14652
15189
|
|
|
14653
15190
|
|
|
15191
|
+
/**
|
|
15192
|
+
* Radios are control elements that allow the user to make a single selection.
|
|
15193
|
+
* They are typically used in a Radio Group which allows the user to make a selection from a list of options.
|
|
15194
|
+
* @see https://dialpad.design/components/radio.html
|
|
15195
|
+
*/
|
|
15196
|
+
|
|
14654
15197
|
/* harmony default export */ const radiovue_type_script_lang_js_ = ({
|
|
14655
15198
|
name: 'DtRadio',
|
|
14656
15199
|
components: {
|
|
@@ -14755,8 +15298,8 @@ const RADIO_INPUT_VALIDATION_CLASSES = {
|
|
|
14755
15298
|
;
|
|
14756
15299
|
var radio_component = normalizeComponent(
|
|
14757
15300
|
radio_radiovue_type_script_lang_js_,
|
|
14758
|
-
|
|
14759
|
-
|
|
15301
|
+
radiovue_type_template_id_ceeae6b6_render,
|
|
15302
|
+
radiovue_type_template_id_ceeae6b6_staticRenderFns,
|
|
14760
15303
|
false,
|
|
14761
15304
|
null,
|
|
14762
15305
|
null,
|
|
@@ -14769,6 +15312,11 @@ var radio_component = normalizeComponent(
|
|
|
14769
15312
|
|
|
14770
15313
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-80[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/radio_group/radio_group.vue?vue&type=script&lang=js&
|
|
14771
15314
|
|
|
15315
|
+
/**
|
|
15316
|
+
* Radio Groups are control elements that allow the user to make a single selection from a list of options.
|
|
15317
|
+
* @see https://dialpad.design/components/radio_group.html
|
|
15318
|
+
*/
|
|
15319
|
+
|
|
14772
15320
|
/* harmony default export */ const radio_groupvue_type_script_lang_js_ = ({
|
|
14773
15321
|
name: 'DtRadioGroup',
|
|
14774
15322
|
extends: input_group_input_group,
|
|
@@ -14874,15 +15422,15 @@ var radio_group_component = normalizeComponent(
|
|
|
14874
15422
|
/* harmony default export */ const radio_group = (radio_group_component.exports);
|
|
14875
15423
|
;// CONCATENATED MODULE: ./components/radio_group/index.js
|
|
14876
15424
|
|
|
14877
|
-
;// 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=
|
|
14878
|
-
var
|
|
15425
|
+
;// 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&
|
|
15426
|
+
var tab_groupvue_type_template_id_78c9105c_render = function () {
|
|
14879
15427
|
var _obj;
|
|
14880
15428
|
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:[
|
|
14881
15429
|
'd-tablist',
|
|
14882
15430
|
_vm.TAB_LIST_SIZE_MODIFIERS[_vm.size],
|
|
14883
15431
|
( _obj = {}, _obj[_vm.TAB_LIST_KIND_MODIFIERS.inverted] = _vm.inverted, _obj[_vm.TAB_LIST_IMPORTANCE_MODIFIERS.borderless] = _vm.borderless, _obj ),
|
|
14884
15432
|
_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)}
|
|
14885
|
-
var
|
|
15433
|
+
var tab_groupvue_type_template_id_78c9105c_staticRenderFns = []
|
|
14886
15434
|
|
|
14887
15435
|
|
|
14888
15436
|
;// CONCATENATED MODULE: ./components/tabs/tabs_constants.js
|
|
@@ -14934,6 +15482,11 @@ const TAB_IMPORTANCE_MODIFIERS = {
|
|
|
14934
15482
|
//
|
|
14935
15483
|
//
|
|
14936
15484
|
|
|
15485
|
+
/**
|
|
15486
|
+
* Tabs allow users to navigation between grouped content in different views while within the same page context.
|
|
15487
|
+
* @see https://dialpad.design/components/tabs.html
|
|
15488
|
+
*/
|
|
15489
|
+
|
|
14937
15490
|
/* harmony default export */ const tab_groupvue_type_script_lang_js_ = ({
|
|
14938
15491
|
name: 'DtTabGroup',
|
|
14939
15492
|
|
|
@@ -14964,6 +15517,7 @@ const TAB_IMPORTANCE_MODIFIERS = {
|
|
|
14964
15517
|
|
|
14965
15518
|
/**
|
|
14966
15519
|
* If true, disables the tab group
|
|
15520
|
+
* @values true, false
|
|
14967
15521
|
*/
|
|
14968
15522
|
disabled: {
|
|
14969
15523
|
type: Boolean,
|
|
@@ -14972,6 +15526,7 @@ const TAB_IMPORTANCE_MODIFIERS = {
|
|
|
14972
15526
|
|
|
14973
15527
|
/**
|
|
14974
15528
|
* If true, applies inverted styles to the tab group
|
|
15529
|
+
* @values true, false
|
|
14975
15530
|
*/
|
|
14976
15531
|
inverted: {
|
|
14977
15532
|
type: Boolean,
|
|
@@ -14980,6 +15535,7 @@ const TAB_IMPORTANCE_MODIFIERS = {
|
|
|
14980
15535
|
|
|
14981
15536
|
/**
|
|
14982
15537
|
* If true, applies borderless styles to the tab group
|
|
15538
|
+
* @values true, false
|
|
14983
15539
|
*/
|
|
14984
15540
|
borderless: {
|
|
14985
15541
|
type: Boolean,
|
|
@@ -14988,6 +15544,7 @@ const TAB_IMPORTANCE_MODIFIERS = {
|
|
|
14988
15544
|
|
|
14989
15545
|
/**
|
|
14990
15546
|
* If provided, applies size styles to the tab group
|
|
15547
|
+
* @values default, sm
|
|
14991
15548
|
*/
|
|
14992
15549
|
size: {
|
|
14993
15550
|
type: String,
|
|
@@ -15203,8 +15760,8 @@ const TAB_IMPORTANCE_MODIFIERS = {
|
|
|
15203
15760
|
;
|
|
15204
15761
|
var tab_group_component = normalizeComponent(
|
|
15205
15762
|
tabs_tab_groupvue_type_script_lang_js_,
|
|
15206
|
-
|
|
15207
|
-
|
|
15763
|
+
tab_groupvue_type_template_id_78c9105c_render,
|
|
15764
|
+
tab_groupvue_type_template_id_78c9105c_staticRenderFns,
|
|
15208
15765
|
false,
|
|
15209
15766
|
null,
|
|
15210
15767
|
null,
|
|
@@ -15213,14 +15770,14 @@ var tab_group_component = normalizeComponent(
|
|
|
15213
15770
|
)
|
|
15214
15771
|
|
|
15215
15772
|
/* harmony default export */ const tab_group = (tab_group_component.exports);
|
|
15216
|
-
;// 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=
|
|
15217
|
-
var
|
|
15773
|
+
;// 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&
|
|
15774
|
+
var tabvue_type_template_id_91977b48_render = function () {
|
|
15218
15775
|
var _obj;
|
|
15219
15776
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('dt-button',_vm._b({class:[
|
|
15220
15777
|
'd-tab',
|
|
15221
15778
|
( _obj = {}, _obj[_vm.TAB_IMPORTANCE_MODIFIERS.selected] = _vm.isSelected, _obj ),
|
|
15222
15779
|
_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)}
|
|
15223
|
-
var
|
|
15780
|
+
var tabvue_type_template_id_91977b48_staticRenderFns = []
|
|
15224
15781
|
|
|
15225
15782
|
|
|
15226
15783
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-80[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/tabs/tab.vue?vue&type=script&lang=js&
|
|
@@ -15252,6 +15809,11 @@ var tabvue_type_template_id_0bc212ec_staticRenderFns = []
|
|
|
15252
15809
|
//
|
|
15253
15810
|
|
|
15254
15811
|
|
|
15812
|
+
/**
|
|
15813
|
+
* Tabs allow users to navigation between grouped content in different views while within the same page context.
|
|
15814
|
+
* @see https://dialpad.design/components/tabs.html
|
|
15815
|
+
*/
|
|
15816
|
+
|
|
15255
15817
|
/* harmony default export */ const tabvue_type_script_lang_js_ = ({
|
|
15256
15818
|
name: 'DtTab',
|
|
15257
15819
|
components: {
|
|
@@ -15286,6 +15848,7 @@ var tabvue_type_template_id_0bc212ec_staticRenderFns = []
|
|
|
15286
15848
|
|
|
15287
15849
|
/**
|
|
15288
15850
|
* Controls the state of the tab
|
|
15851
|
+
* @values true, false
|
|
15289
15852
|
*/
|
|
15290
15853
|
selected: {
|
|
15291
15854
|
type: Boolean,
|
|
@@ -15294,6 +15857,7 @@ var tabvue_type_template_id_0bc212ec_staticRenderFns = []
|
|
|
15294
15857
|
|
|
15295
15858
|
/**
|
|
15296
15859
|
* If true, disables the tab
|
|
15860
|
+
* @values true, false
|
|
15297
15861
|
*/
|
|
15298
15862
|
disabled: {
|
|
15299
15863
|
type: Boolean,
|
|
@@ -15355,8 +15919,8 @@ var tabvue_type_template_id_0bc212ec_staticRenderFns = []
|
|
|
15355
15919
|
;
|
|
15356
15920
|
var tab_component = normalizeComponent(
|
|
15357
15921
|
tabs_tabvue_type_script_lang_js_,
|
|
15358
|
-
|
|
15359
|
-
|
|
15922
|
+
tabvue_type_template_id_91977b48_render,
|
|
15923
|
+
tabvue_type_template_id_91977b48_staticRenderFns,
|
|
15360
15924
|
false,
|
|
15361
15925
|
null,
|
|
15362
15926
|
null,
|
|
@@ -15365,13 +15929,13 @@ var tab_component = normalizeComponent(
|
|
|
15365
15929
|
)
|
|
15366
15930
|
|
|
15367
15931
|
/* harmony default export */ const tab = (tab_component.exports);
|
|
15368
|
-
;// 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=
|
|
15369
|
-
var
|
|
15932
|
+
;// 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&
|
|
15933
|
+
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:[
|
|
15370
15934
|
{
|
|
15371
15935
|
'd-d-none': _vm.hidePanel,
|
|
15372
15936
|
},
|
|
15373
15937
|
_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)}
|
|
15374
|
-
var
|
|
15938
|
+
var tab_panelvue_type_template_id_78c45854_staticRenderFns = []
|
|
15375
15939
|
|
|
15376
15940
|
|
|
15377
15941
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-80[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/tabs/tab_panel.vue?vue&type=script&lang=js&
|
|
@@ -15395,6 +15959,11 @@ var tab_panelvue_type_template_id_4d6d0107_staticRenderFns = []
|
|
|
15395
15959
|
//
|
|
15396
15960
|
//
|
|
15397
15961
|
//
|
|
15962
|
+
|
|
15963
|
+
/**
|
|
15964
|
+
* Tabs allow users to navigation between grouped content in different views while within the same page context.
|
|
15965
|
+
* @see https://dialpad.design/components/tabs.html
|
|
15966
|
+
*/
|
|
15398
15967
|
/* harmony default export */ const tab_panelvue_type_script_lang_js_ = ({
|
|
15399
15968
|
name: 'DtTabPanel',
|
|
15400
15969
|
inject: ['groupContext'],
|
|
@@ -15417,6 +15986,7 @@ var tab_panelvue_type_template_id_4d6d0107_staticRenderFns = []
|
|
|
15417
15986
|
|
|
15418
15987
|
/**
|
|
15419
15988
|
* If true, hides the tab content
|
|
15989
|
+
* @values true, false
|
|
15420
15990
|
*/
|
|
15421
15991
|
hidden: {
|
|
15422
15992
|
type: Boolean,
|
|
@@ -15450,8 +16020,8 @@ var tab_panelvue_type_template_id_4d6d0107_staticRenderFns = []
|
|
|
15450
16020
|
;
|
|
15451
16021
|
var tab_panel_component = normalizeComponent(
|
|
15452
16022
|
tabs_tab_panelvue_type_script_lang_js_,
|
|
15453
|
-
|
|
15454
|
-
|
|
16023
|
+
tab_panelvue_type_template_id_78c45854_render,
|
|
16024
|
+
tab_panelvue_type_template_id_78c45854_staticRenderFns,
|
|
15455
16025
|
false,
|
|
15456
16026
|
null,
|
|
15457
16027
|
null,
|
|
@@ -15465,9 +16035,9 @@ var tab_panel_component = normalizeComponent(
|
|
|
15465
16035
|
|
|
15466
16036
|
|
|
15467
16037
|
|
|
15468
|
-
;// 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=
|
|
15469
|
-
var
|
|
15470
|
-
var
|
|
16038
|
+
;// 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&
|
|
16039
|
+
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()])])}
|
|
16040
|
+
var checkboxvue_type_template_id_ccbc242a_staticRenderFns = []
|
|
15471
16041
|
|
|
15472
16042
|
|
|
15473
16043
|
;// CONCATENATED MODULE: ./components/checkbox/checkbox_constants.js
|
|
@@ -15535,6 +16105,12 @@ const CHECKBOX_INPUT_VALIDATION_CLASSES = {
|
|
|
15535
16105
|
|
|
15536
16106
|
|
|
15537
16107
|
|
|
16108
|
+
/**
|
|
16109
|
+
* Checkboxes are control elements that allow the user to make a selection.They are typically used in a
|
|
16110
|
+
* Checkbox Group which allows the user to make one or more selections from a list of options.
|
|
16111
|
+
* @see https://dialpad.design/components/checkbox.html
|
|
16112
|
+
*/
|
|
16113
|
+
|
|
15538
16114
|
/* harmony default export */ const checkboxvue_type_script_lang_js_ = ({
|
|
15539
16115
|
name: 'DtCheckbox',
|
|
15540
16116
|
components: {
|
|
@@ -15662,8 +16238,8 @@ const CHECKBOX_INPUT_VALIDATION_CLASSES = {
|
|
|
15662
16238
|
;
|
|
15663
16239
|
var checkbox_component = normalizeComponent(
|
|
15664
16240
|
checkbox_checkboxvue_type_script_lang_js_,
|
|
15665
|
-
|
|
15666
|
-
|
|
16241
|
+
checkboxvue_type_template_id_ccbc242a_render,
|
|
16242
|
+
checkboxvue_type_template_id_ccbc242a_staticRenderFns,
|
|
15667
16243
|
false,
|
|
15668
16244
|
null,
|
|
15669
16245
|
null,
|
|
@@ -15677,6 +16253,13 @@ var checkbox_component = normalizeComponent(
|
|
|
15677
16253
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-80[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/checkbox_group/checkbox_group.vue?vue&type=script&lang=js&
|
|
15678
16254
|
|
|
15679
16255
|
|
|
16256
|
+
/**
|
|
16257
|
+
* Checkbox Groups are convenience components for a grouping of related Checkboxes.
|
|
16258
|
+
* While each Checkbox within the group is independent, the `v-model` on the group provides
|
|
16259
|
+
* a convenient interface for determining which Checkboxes within the group are checked.
|
|
16260
|
+
* @see https://dialpad.design/components/checkbox_group.html
|
|
16261
|
+
*/
|
|
16262
|
+
|
|
15680
16263
|
/* harmony default export */ const checkbox_groupvue_type_script_lang_js_ = ({
|
|
15681
16264
|
name: 'DtCheckboxGroup',
|
|
15682
16265
|
extends: input_group_input_group,
|
|
@@ -15816,9 +16399,9 @@ var checkbox_group_component = normalizeComponent(
|
|
|
15816
16399
|
/* harmony default export */ const checkbox_group = (checkbox_group_component.exports);
|
|
15817
16400
|
;// CONCATENATED MODULE: ./components/checkbox_group/index.js
|
|
15818
16401
|
|
|
15819
|
-
;// 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=
|
|
15820
|
-
var
|
|
15821
|
-
var
|
|
16402
|
+
;// 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&
|
|
16403
|
+
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)}
|
|
16404
|
+
var chipvue_type_template_id_3a0f690e_staticRenderFns = []
|
|
15822
16405
|
|
|
15823
16406
|
|
|
15824
16407
|
;// CONCATENATED MODULE: ./components/chip/chip_constants.js
|
|
@@ -15892,6 +16475,13 @@ const CHIP_CLOSE_BUTTON_SIZE_MODIFIERS = {
|
|
|
15892
16475
|
|
|
15893
16476
|
|
|
15894
16477
|
|
|
16478
|
+
/**
|
|
16479
|
+
* A chip is a compact UI element that provides brief, descriptive information about an element.
|
|
16480
|
+
* It is terse, ideally one word. It is important a button is identifiable, consistent, and
|
|
16481
|
+
* communicates its actions clearly, and is appropriately sized to its action.
|
|
16482
|
+
* @see https://dialpad.design/components/chip.html
|
|
16483
|
+
*/
|
|
16484
|
+
|
|
15895
16485
|
/* harmony default export */ const chipvue_type_script_lang_js_ = ({
|
|
15896
16486
|
name: 'DtChip',
|
|
15897
16487
|
components: {
|
|
@@ -15916,6 +16506,7 @@ const CHIP_CLOSE_BUTTON_SIZE_MODIFIERS = {
|
|
|
15916
16506
|
|
|
15917
16507
|
/**
|
|
15918
16508
|
* Hides the close button on the chip
|
|
16509
|
+
* @values true, false
|
|
15919
16510
|
*/
|
|
15920
16511
|
hideClose: {
|
|
15921
16512
|
type: Boolean,
|
|
@@ -15925,7 +16516,6 @@ const CHIP_CLOSE_BUTTON_SIZE_MODIFIERS = {
|
|
|
15925
16516
|
/**
|
|
15926
16517
|
* The size of the chip.
|
|
15927
16518
|
* @values xs, sm, md
|
|
15928
|
-
* @see https://dialpad.design/components/chip
|
|
15929
16519
|
*/
|
|
15930
16520
|
size: {
|
|
15931
16521
|
type: String,
|
|
@@ -15936,7 +16526,7 @@ const CHIP_CLOSE_BUTTON_SIZE_MODIFIERS = {
|
|
|
15936
16526
|
/**
|
|
15937
16527
|
* The interactivity of the chip.
|
|
15938
16528
|
* Makes chip clickable, apply hover/focus/active style, emit keyboard events etc.
|
|
15939
|
-
* @
|
|
16529
|
+
* @values true, false
|
|
15940
16530
|
*/
|
|
15941
16531
|
interactive: {
|
|
15942
16532
|
type: Boolean,
|
|
@@ -16046,8 +16636,8 @@ const CHIP_CLOSE_BUTTON_SIZE_MODIFIERS = {
|
|
|
16046
16636
|
;
|
|
16047
16637
|
var chip_component = normalizeComponent(
|
|
16048
16638
|
chip_chipvue_type_script_lang_js_,
|
|
16049
|
-
|
|
16050
|
-
|
|
16639
|
+
chipvue_type_template_id_3a0f690e_render,
|
|
16640
|
+
chipvue_type_template_id_3a0f690e_staticRenderFns,
|
|
16051
16641
|
false,
|
|
16052
16642
|
null,
|
|
16053
16643
|
null,
|
|
@@ -16059,8 +16649,8 @@ var chip_component = normalizeComponent(
|
|
|
16059
16649
|
;// CONCATENATED MODULE: ./components/chip/index.js
|
|
16060
16650
|
|
|
16061
16651
|
|
|
16062
|
-
;// 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=
|
|
16063
|
-
var
|
|
16652
|
+
;// 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&
|
|
16653
|
+
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:[
|
|
16064
16654
|
'd-label',
|
|
16065
16655
|
_vm.LABEL_SIZE_MODIFIERS[_vm.size],
|
|
16066
16656
|
_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:[
|
|
@@ -16073,7 +16663,7 @@ var select_menuvue_type_template_id_2a29663a_render = function () {var _vm=this;
|
|
|
16073
16663
|
{ 'd-select--disabled': _vm.disabled } ],attrs:{"data-qa":"dt-select-wrapper"}},[_c('select',_vm._g(_vm._b({class:[
|
|
16074
16664
|
'd-select__input',
|
|
16075
16665
|
_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)}
|
|
16076
|
-
var
|
|
16666
|
+
var select_menuvue_type_template_id_6109d361_staticRenderFns = []
|
|
16077
16667
|
|
|
16078
16668
|
|
|
16079
16669
|
;// CONCATENATED MODULE: ./components/select_menu/select_menu_constants.js
|
|
@@ -16217,9 +16807,11 @@ const optionsValidator = options => {
|
|
|
16217
16807
|
|
|
16218
16808
|
|
|
16219
16809
|
/**
|
|
16810
|
+
* A select menu is an input control that allows users to choose one option from a list.
|
|
16220
16811
|
* @property {Boolean} disabled attribute
|
|
16221
16812
|
* @property {String} name attribute
|
|
16222
16813
|
* @property {String} value attribute
|
|
16814
|
+
* @see https://dialpad.design/components/select.html
|
|
16223
16815
|
*/
|
|
16224
16816
|
|
|
16225
16817
|
/* harmony default export */ const select_menuvue_type_script_lang_js_ = ({
|
|
@@ -16262,8 +16854,7 @@ const optionsValidator = options => {
|
|
|
16262
16854
|
|
|
16263
16855
|
/**
|
|
16264
16856
|
* Controls the size of the select
|
|
16265
|
-
* @values xs,
|
|
16266
|
-
* @see https://dialpad.design/components/select
|
|
16857
|
+
* @values xs, sm, md, lg, xl
|
|
16267
16858
|
*/
|
|
16268
16859
|
size: {
|
|
16269
16860
|
type: String,
|
|
@@ -16329,6 +16920,7 @@ const optionsValidator = options => {
|
|
|
16329
16920
|
|
|
16330
16921
|
/**
|
|
16331
16922
|
* Disabled state of the select
|
|
16923
|
+
* @values true, false
|
|
16332
16924
|
*/
|
|
16333
16925
|
disabled: {
|
|
16334
16926
|
type: Boolean,
|
|
@@ -16441,8 +17033,8 @@ const optionsValidator = options => {
|
|
|
16441
17033
|
;
|
|
16442
17034
|
var select_menu_component = normalizeComponent(
|
|
16443
17035
|
select_menu_select_menuvue_type_script_lang_js_,
|
|
16444
|
-
|
|
16445
|
-
|
|
17036
|
+
select_menuvue_type_template_id_6109d361_render,
|
|
17037
|
+
select_menuvue_type_template_id_6109d361_staticRenderFns,
|
|
16446
17038
|
false,
|
|
16447
17039
|
null,
|
|
16448
17040
|
null,
|
|
@@ -16454,12 +17046,12 @@ var select_menu_component = normalizeComponent(
|
|
|
16454
17046
|
;// CONCATENATED MODULE: ./components/select_menu/index.js
|
|
16455
17047
|
|
|
16456
17048
|
|
|
16457
|
-
;// 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=
|
|
16458
|
-
var
|
|
17049
|
+
;// 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&
|
|
17050
|
+
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:[
|
|
16459
17051
|
'd-toast',
|
|
16460
17052
|
_vm.kindClass,
|
|
16461
17053
|
{ '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()}
|
|
16462
|
-
var
|
|
17054
|
+
var toastvue_type_template_id_48807c9a_staticRenderFns = []
|
|
16463
17055
|
|
|
16464
17056
|
|
|
16465
17057
|
;// CONCATENATED MODULE: ./components/toast/toast_constants.js
|
|
@@ -16524,6 +17116,12 @@ const TOAST_MIN_DURATION = 6000;
|
|
|
16524
17116
|
|
|
16525
17117
|
|
|
16526
17118
|
|
|
17119
|
+
/**
|
|
17120
|
+
* A toast notice, sometimes called a snackbar, is a time-based message that appears based on users' actions.
|
|
17121
|
+
* It contains at-a-glance information about outcomes and can be paired with actions.
|
|
17122
|
+
* @see https://dialpad.design/components/toast.html
|
|
17123
|
+
*/
|
|
17124
|
+
|
|
16527
17125
|
/* harmony default export */ const toastvue_type_script_lang_js_ = ({
|
|
16528
17126
|
name: 'DtToast',
|
|
16529
17127
|
components: {
|
|
@@ -16577,6 +17175,7 @@ const TOAST_MIN_DURATION = 6000;
|
|
|
16577
17175
|
/**
|
|
16578
17176
|
* Provides a role for the toast. 'status' is used by default to communicate a message. 'alert' is used to
|
|
16579
17177
|
* communicate an important message like an error that does not contain any interactive elements.
|
|
17178
|
+
* @values status, alert
|
|
16580
17179
|
*/
|
|
16581
17180
|
role: {
|
|
16582
17181
|
type: String,
|
|
@@ -16588,6 +17187,7 @@ const TOAST_MIN_DURATION = 6000;
|
|
|
16588
17187
|
|
|
16589
17188
|
/**
|
|
16590
17189
|
* Severity level of the toast, sets the icon and background
|
|
17190
|
+
* @values base, error, info, success, warning
|
|
16591
17191
|
*/
|
|
16592
17192
|
kind: {
|
|
16593
17193
|
type: String,
|
|
@@ -16599,6 +17199,7 @@ const TOAST_MIN_DURATION = 6000;
|
|
|
16599
17199
|
|
|
16600
17200
|
/**
|
|
16601
17201
|
* Used in scenarios where the message needs to visually dominate the screen.
|
|
17202
|
+
* @values true, false
|
|
16602
17203
|
*/
|
|
16603
17204
|
important: {
|
|
16604
17205
|
type: Boolean,
|
|
@@ -16610,6 +17211,7 @@ const TOAST_MIN_DURATION = 6000;
|
|
|
16610
17211
|
* after reaching the duration time, so it's convenient to use `.sync` modifier with this prop to update
|
|
16611
17212
|
* the data in your component.
|
|
16612
17213
|
* Supports .sync modifier
|
|
17214
|
+
* @values true, false
|
|
16613
17215
|
*/
|
|
16614
17216
|
show: {
|
|
16615
17217
|
type: Boolean,
|
|
@@ -16626,6 +17228,7 @@ const TOAST_MIN_DURATION = 6000;
|
|
|
16626
17228
|
|
|
16627
17229
|
/**
|
|
16628
17230
|
* Hides the close button from the toast
|
|
17231
|
+
* @values true, false
|
|
16629
17232
|
*/
|
|
16630
17233
|
hideClose: {
|
|
16631
17234
|
type: Boolean,
|
|
@@ -16651,7 +17254,13 @@ const TOAST_MIN_DURATION = 6000;
|
|
|
16651
17254
|
*
|
|
16652
17255
|
* @event close
|
|
16653
17256
|
*/
|
|
16654
|
-
'close',
|
|
17257
|
+
'close',
|
|
17258
|
+
/**
|
|
17259
|
+
* Sync show value
|
|
17260
|
+
*
|
|
17261
|
+
* @event update:show
|
|
17262
|
+
*/
|
|
17263
|
+
'update:show'],
|
|
16655
17264
|
|
|
16656
17265
|
data() {
|
|
16657
17266
|
return {
|
|
@@ -16732,8 +17341,8 @@ const TOAST_MIN_DURATION = 6000;
|
|
|
16732
17341
|
;
|
|
16733
17342
|
var toast_component = normalizeComponent(
|
|
16734
17343
|
toast_toastvue_type_script_lang_js_,
|
|
16735
|
-
|
|
16736
|
-
|
|
17344
|
+
toastvue_type_template_id_48807c9a_render,
|
|
17345
|
+
toastvue_type_template_id_48807c9a_staticRenderFns,
|
|
16737
17346
|
false,
|
|
16738
17347
|
null,
|
|
16739
17348
|
null,
|
|
@@ -16745,12 +17354,12 @@ var toast_component = normalizeComponent(
|
|
|
16745
17354
|
;// CONCATENATED MODULE: ./components/toast/index.js
|
|
16746
17355
|
|
|
16747
17356
|
|
|
16748
|
-
;// 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=
|
|
16749
|
-
var
|
|
17357
|
+
;// 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&
|
|
17358
|
+
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', {
|
|
16750
17359
|
'd-toggle--checked': _vm.internalChecked,
|
|
16751
17360
|
'd-toggle--disabled': _vm.disabled,
|
|
16752
17361
|
}],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"})])])}
|
|
16753
|
-
var
|
|
17362
|
+
var togglevue_type_template_id_8e140268_staticRenderFns = []
|
|
16754
17363
|
|
|
16755
17364
|
|
|
16756
17365
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-80[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/toggle/toggle.vue?vue&type=script&lang=js&
|
|
@@ -16784,8 +17393,14 @@ var togglevue_type_template_id_a424bd98_staticRenderFns = []
|
|
|
16784
17393
|
//
|
|
16785
17394
|
//
|
|
16786
17395
|
//
|
|
17396
|
+
//
|
|
16787
17397
|
|
|
16788
17398
|
|
|
17399
|
+
/**
|
|
17400
|
+
* A toggle (or "switch") is a button control element that allows the user to make a binary (on/off) selection.
|
|
17401
|
+
* @see https://dialpad.design/components/toggle.html
|
|
17402
|
+
*/
|
|
17403
|
+
|
|
16789
17404
|
/* harmony default export */ const togglevue_type_script_lang_js_ = ({
|
|
16790
17405
|
name: 'DtToggle',
|
|
16791
17406
|
inheritAttrs: false,
|
|
@@ -16794,6 +17409,9 @@ var togglevue_type_template_id_a424bd98_staticRenderFns = []
|
|
|
16794
17409
|
event: 'change'
|
|
16795
17410
|
},
|
|
16796
17411
|
props: {
|
|
17412
|
+
/**
|
|
17413
|
+
* The id of the toggle
|
|
17414
|
+
*/
|
|
16797
17415
|
id: {
|
|
16798
17416
|
type: String,
|
|
16799
17417
|
|
|
@@ -16802,22 +17420,37 @@ var togglevue_type_template_id_a424bd98_staticRenderFns = []
|
|
|
16802
17420
|
}
|
|
16803
17421
|
|
|
16804
17422
|
},
|
|
17423
|
+
|
|
17424
|
+
/**
|
|
17425
|
+
* Disables the toggle interactions
|
|
17426
|
+
* @values true, false
|
|
17427
|
+
*/
|
|
16805
17428
|
disabled: {
|
|
16806
17429
|
type: Boolean,
|
|
16807
17430
|
default: false
|
|
16808
17431
|
},
|
|
16809
17432
|
|
|
16810
17433
|
/**
|
|
17434
|
+
* Value of the toggle
|
|
16811
17435
|
* @model checked
|
|
17436
|
+
* @values true, false
|
|
16812
17437
|
*/
|
|
16813
17438
|
checked: {
|
|
16814
17439
|
type: Boolean,
|
|
16815
17440
|
default: false
|
|
16816
17441
|
},
|
|
17442
|
+
|
|
17443
|
+
/**
|
|
17444
|
+
* Used to customize the label container
|
|
17445
|
+
*/
|
|
16817
17446
|
labelClass: {
|
|
16818
17447
|
type: [String, Array, Object],
|
|
16819
17448
|
default: ''
|
|
16820
17449
|
},
|
|
17450
|
+
|
|
17451
|
+
/**
|
|
17452
|
+
* A set of props that are passed into the label container
|
|
17453
|
+
*/
|
|
16821
17454
|
labelChildProps: {
|
|
16822
17455
|
type: Object,
|
|
16823
17456
|
default: () => ({})
|
|
@@ -16892,8 +17525,8 @@ var togglevue_type_template_id_a424bd98_staticRenderFns = []
|
|
|
16892
17525
|
;
|
|
16893
17526
|
var toggle_component = normalizeComponent(
|
|
16894
17527
|
toggle_togglevue_type_script_lang_js_,
|
|
16895
|
-
|
|
16896
|
-
|
|
17528
|
+
togglevue_type_template_id_8e140268_render,
|
|
17529
|
+
togglevue_type_template_id_8e140268_staticRenderFns,
|
|
16897
17530
|
false,
|
|
16898
17531
|
null,
|
|
16899
17532
|
null,
|
|
@@ -16904,15 +17537,15 @@ var toggle_component = normalizeComponent(
|
|
|
16904
17537
|
/* harmony default export */ const toggle = (toggle_component.exports);
|
|
16905
17538
|
;// CONCATENATED MODULE: ./components/toggle/index.js
|
|
16906
17539
|
|
|
16907
|
-
;// 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=
|
|
16908
|
-
var
|
|
17540
|
+
;// 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&
|
|
17541
|
+
var tooltipvue_type_template_id_2cddd20a_render = function () {
|
|
16909
17542
|
var _obj;
|
|
16910
17543
|
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:[
|
|
16911
17544
|
'd-tooltip',
|
|
16912
17545
|
("d-tooltip__arrow-tippy--" + _vm.currentPlacement),
|
|
16913
17546
|
( _obj = {}, _obj[ _vm.TOOLTIP_KIND_MODIFIERS.inverted ] = _vm.inverted, _obj ),
|
|
16914
17547
|
_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)}
|
|
16915
|
-
var
|
|
17548
|
+
var tooltipvue_type_template_id_2cddd20a_staticRenderFns = []
|
|
16916
17549
|
|
|
16917
17550
|
|
|
16918
17551
|
;// CONCATENATED MODULE: ./components/tooltip/tooltip_constants.js
|
|
@@ -16974,10 +17607,19 @@ const TOOLTIP_HIDE_ON_CLICK_VARIANTS = [true, false, 'toggle'];
|
|
|
16974
17607
|
//
|
|
16975
17608
|
//
|
|
16976
17609
|
//
|
|
17610
|
+
//
|
|
17611
|
+
//
|
|
16977
17612
|
|
|
16978
17613
|
|
|
16979
17614
|
|
|
16980
17615
|
|
|
17616
|
+
/**
|
|
17617
|
+
* A tooltip is a floating label that briefly explains an action, function, or an element.
|
|
17618
|
+
* Its content is exclusively text and shouldn't be vital information for users.
|
|
17619
|
+
* If richer media is desired, consider using a popover instead.
|
|
17620
|
+
* @see https://dialpad.design/components/tooltip.html
|
|
17621
|
+
*/
|
|
17622
|
+
|
|
16981
17623
|
/* harmony default export */ const tooltipvue_type_script_lang_js_ = ({
|
|
16982
17624
|
name: 'Tooltip',
|
|
16983
17625
|
components: {
|
|
@@ -17001,6 +17643,7 @@ const TOOLTIP_HIDE_ON_CLICK_VARIANTS = [true, false, 'toggle'];
|
|
|
17001
17643
|
* it will attempt to change it's direction to the "fallbackPlacements"
|
|
17002
17644
|
* if defined, otherwise it will automatically position to a new location
|
|
17003
17645
|
* as it sees best fit.
|
|
17646
|
+
* See <a href="https://popper.js.org/docs/v2/modifiers/flip/#fallbackplacements" target="_blank">Popper.js docs</a>
|
|
17004
17647
|
* */
|
|
17005
17648
|
fallbackPlacements: {
|
|
17006
17649
|
type: Array,
|
|
@@ -17008,7 +17651,8 @@ const TOOLTIP_HIDE_ON_CLICK_VARIANTS = [true, false, 'toggle'];
|
|
|
17008
17651
|
},
|
|
17009
17652
|
|
|
17010
17653
|
/**
|
|
17011
|
-
*
|
|
17654
|
+
* If true, applies inverted styles to the tooltip
|
|
17655
|
+
* @values true, false
|
|
17012
17656
|
*/
|
|
17013
17657
|
inverted: {
|
|
17014
17658
|
type: Boolean,
|
|
@@ -17017,7 +17661,8 @@ const TOOLTIP_HIDE_ON_CLICK_VARIANTS = [true, false, 'toggle'];
|
|
|
17017
17661
|
|
|
17018
17662
|
/**
|
|
17019
17663
|
* Displaces the tooltip from its reference element
|
|
17020
|
-
* by the specified number of pixels.
|
|
17664
|
+
* by the specified number of pixels. See
|
|
17665
|
+
* <a href="https://atomiks.github.io/tippyjs/v6/all-props/#offset" target="_blank">Tippy.js docs</a>
|
|
17021
17666
|
*/
|
|
17022
17667
|
offset: {
|
|
17023
17668
|
type: Array,
|
|
@@ -17026,6 +17671,12 @@ const TOOLTIP_HIDE_ON_CLICK_VARIANTS = [true, false, 'toggle'];
|
|
|
17026
17671
|
|
|
17027
17672
|
/**
|
|
17028
17673
|
* The direction the popover displays relative to the anchor.
|
|
17674
|
+
* See <a href="https://atomiks.github.io/tippyjs/v6/all-props/#placement" target="_blank">Tippy.js docs</a>
|
|
17675
|
+
* @values top, top-start, top-end,
|
|
17676
|
+
* right, right-start, right-end,
|
|
17677
|
+
* left, left-start, left-end,
|
|
17678
|
+
* bottom, bottom-start, bottom-end,
|
|
17679
|
+
* auto, auto-start, auto-end
|
|
17029
17680
|
*/
|
|
17030
17681
|
placement: {
|
|
17031
17682
|
type: String,
|
|
@@ -17043,6 +17694,8 @@ const TOOLTIP_HIDE_ON_CLICK_VARIANTS = [true, false, 'toggle'];
|
|
|
17043
17694
|
* position in those cases the DOM layout changes the reference element's position.
|
|
17044
17695
|
* `true` enables it, `reference` only checks the "reference" rect for changes and `popper` only
|
|
17045
17696
|
* checks the "popper" rect for changes.
|
|
17697
|
+
* See <a href="https://atomiks.github.io/tippyjs/v6/all-props/#sticky" target="_blank">Tippy.js docs</a>
|
|
17698
|
+
* @values true, false, reference, popper
|
|
17046
17699
|
*/
|
|
17047
17700
|
sticky: {
|
|
17048
17701
|
type: [Boolean, String],
|
|
@@ -17074,6 +17727,7 @@ const TOOLTIP_HIDE_ON_CLICK_VARIANTS = [true, false, 'toggle'];
|
|
|
17074
17727
|
* Controls whether the tooltip is shown. Leaving this null will have the tooltip trigger on mouseover by default.
|
|
17075
17728
|
* If you set this value, the default mouseover behavior will be disabled and you can control it as you need.
|
|
17076
17729
|
* Supports .sync modifier
|
|
17730
|
+
* @values true, false
|
|
17077
17731
|
*/
|
|
17078
17732
|
show: {
|
|
17079
17733
|
type: Boolean,
|
|
@@ -17096,7 +17750,13 @@ const TOOLTIP_HIDE_ON_CLICK_VARIANTS = [true, false, 'toggle'];
|
|
|
17096
17750
|
* @event shown
|
|
17097
17751
|
* @type {Boolean}
|
|
17098
17752
|
*/
|
|
17099
|
-
'shown',
|
|
17753
|
+
'shown',
|
|
17754
|
+
/**
|
|
17755
|
+
* Sync show value
|
|
17756
|
+
*
|
|
17757
|
+
* @event update:show
|
|
17758
|
+
*/
|
|
17759
|
+
'update:show'],
|
|
17100
17760
|
|
|
17101
17761
|
data() {
|
|
17102
17762
|
return {
|
|
@@ -17277,8 +17937,8 @@ var tooltipvue_type_style_index_0_lang_less_ = __webpack_require__(228);
|
|
|
17277
17937
|
|
|
17278
17938
|
var tooltip_component = normalizeComponent(
|
|
17279
17939
|
tooltip_tooltipvue_type_script_lang_js_,
|
|
17280
|
-
|
|
17281
|
-
|
|
17940
|
+
tooltipvue_type_template_id_2cddd20a_render,
|
|
17941
|
+
tooltipvue_type_template_id_2cddd20a_staticRenderFns,
|
|
17282
17942
|
false,
|
|
17283
17943
|
null,
|
|
17284
17944
|
null,
|
|
@@ -17290,8 +17950,8 @@ var tooltip_component = normalizeComponent(
|
|
|
17290
17950
|
;// CONCATENATED MODULE: ./components/tooltip/index.js
|
|
17291
17951
|
|
|
17292
17952
|
|
|
17293
|
-
;// 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=
|
|
17294
|
-
var
|
|
17953
|
+
;// 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=742c4ef7&
|
|
17954
|
+
var keyboard_shortcutvue_type_template_id_742c4ef7_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('kbd',{class:[
|
|
17295
17955
|
'd-d-inline-flex',
|
|
17296
17956
|
'd-ff-custom',
|
|
17297
17957
|
'd-ai-center',
|
|
@@ -17307,7 +17967,7 @@ var keyboard_shortcutvue_type_template_id_9937b106_render = function () {var _vm
|
|
|
17307
17967
|
'd-mr2' ],attrs:{"aria-hidden":"true"}}):_c('span',{key:(i + "-" + item),class:[
|
|
17308
17968
|
_vm.inverted ? 'd-fc-black-300' : 'd-fc-black-600',
|
|
17309
17969
|
'd-mr2' ],attrs:{"aria-hidden":"true"},domProps:{"innerHTML":_vm._s(item)}})]})],2)}
|
|
17310
|
-
var
|
|
17970
|
+
var keyboard_shortcutvue_type_template_id_742c4ef7_staticRenderFns = []
|
|
17311
17971
|
|
|
17312
17972
|
|
|
17313
17973
|
;// 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&
|
|
@@ -17528,6 +18188,11 @@ const SHORTCUTS_ALIASES_LIST = Object.keys(SHORTCUTS_ALIASES).map(key => `{${key
|
|
|
17528
18188
|
|
|
17529
18189
|
|
|
17530
18190
|
|
|
18191
|
+
/**
|
|
18192
|
+
* This component displays a visual representation of a keyboard shortcut to the user.
|
|
18193
|
+
* @see https://dialpad.design/components/keyboard_shortcut.html
|
|
18194
|
+
*/
|
|
18195
|
+
|
|
17531
18196
|
/* harmony default export */ const keyboard_shortcutvue_type_script_lang_js_ = ({
|
|
17532
18197
|
name: 'DtKeyboardShortcut',
|
|
17533
18198
|
components: {
|
|
@@ -17539,14 +18204,27 @@ const SHORTCUTS_ALIASES_LIST = Object.keys(SHORTCUTS_ALIASES).map(key => `{${key
|
|
|
17539
18204
|
IconAdd: IconAdd
|
|
17540
18205
|
},
|
|
17541
18206
|
props: {
|
|
18207
|
+
/**
|
|
18208
|
+
* If true, applies inverted styles.
|
|
18209
|
+
* @values true, false
|
|
18210
|
+
*/
|
|
17542
18211
|
inverted: {
|
|
17543
18212
|
type: Boolean,
|
|
17544
18213
|
default: false
|
|
17545
18214
|
},
|
|
18215
|
+
|
|
18216
|
+
/**
|
|
18217
|
+
* Include any of these tokens in your string to render the corresponding symbol:
|
|
18218
|
+
* {cmd} {win} {arrow-right} {arrow-left} {arrow-up} {arrow-down}
|
|
18219
|
+
*/
|
|
17546
18220
|
shortcut: {
|
|
17547
18221
|
type: String,
|
|
17548
18222
|
required: true
|
|
17549
18223
|
},
|
|
18224
|
+
|
|
18225
|
+
/**
|
|
18226
|
+
* Text entered here will be read by assistive technology. If null this component will be ignored by AT.
|
|
18227
|
+
*/
|
|
17550
18228
|
screenReaderText: {
|
|
17551
18229
|
type: String,
|
|
17552
18230
|
default: null
|
|
@@ -17609,8 +18287,8 @@ var keyboard_shortcutvue_type_style_index_0_lang_less_ = __webpack_require__(742
|
|
|
17609
18287
|
|
|
17610
18288
|
var keyboard_shortcut_component = normalizeComponent(
|
|
17611
18289
|
keyboard_shortcut_keyboard_shortcutvue_type_script_lang_js_,
|
|
17612
|
-
|
|
17613
|
-
|
|
18290
|
+
keyboard_shortcutvue_type_template_id_742c4ef7_render,
|
|
18291
|
+
keyboard_shortcutvue_type_template_id_742c4ef7_staticRenderFns,
|
|
17614
18292
|
false,
|
|
17615
18293
|
null,
|
|
17616
18294
|
null,
|
|
@@ -17622,14 +18300,14 @@ var keyboard_shortcut_component = normalizeComponent(
|
|
|
17622
18300
|
;// CONCATENATED MODULE: ./components/keyboard_shortcut/index.js
|
|
17623
18301
|
|
|
17624
18302
|
|
|
17625
|
-
;// 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=
|
|
17626
|
-
var
|
|
17627
|
-
var
|
|
18303
|
+
;// 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&
|
|
18304
|
+
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)}
|
|
18305
|
+
var root_layoutvue_type_template_id_cb5db598_staticRenderFns = []
|
|
17628
18306
|
|
|
17629
18307
|
|
|
17630
|
-
;// 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=
|
|
17631
|
-
var
|
|
17632
|
-
var
|
|
18308
|
+
;// 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&
|
|
18309
|
+
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()])}
|
|
18310
|
+
var root_layout_bodyvue_type_template_id_fa742994_staticRenderFns = []
|
|
17633
18311
|
|
|
17634
18312
|
|
|
17635
18313
|
;// CONCATENATED MODULE: ./components/root_layout/root_layout_constants.js
|
|
@@ -17665,6 +18343,8 @@ const ROOT_LAYOUT_SIDEBAR_POSITIONS = {
|
|
|
17665
18343
|
//
|
|
17666
18344
|
//
|
|
17667
18345
|
//
|
|
18346
|
+
//
|
|
18347
|
+
//
|
|
17668
18348
|
|
|
17669
18349
|
/* harmony default export */ const root_layout_bodyvue_type_script_lang_js_ = ({
|
|
17670
18350
|
name: 'DtRootLayoutBody',
|
|
@@ -17748,8 +18428,8 @@ var root_layout_bodyvue_type_style_index_0_lang_less_ = __webpack_require__(75);
|
|
|
17748
18428
|
|
|
17749
18429
|
var root_layout_body_component = normalizeComponent(
|
|
17750
18430
|
root_layout_root_layout_bodyvue_type_script_lang_js_,
|
|
17751
|
-
|
|
17752
|
-
|
|
18431
|
+
root_layout_bodyvue_type_template_id_fa742994_render,
|
|
18432
|
+
root_layout_bodyvue_type_template_id_fa742994_staticRenderFns,
|
|
17753
18433
|
false,
|
|
17754
18434
|
null,
|
|
17755
18435
|
null,
|
|
@@ -17795,7 +18475,15 @@ var root_layout_body_component = normalizeComponent(
|
|
|
17795
18475
|
//
|
|
17796
18476
|
//
|
|
17797
18477
|
//
|
|
18478
|
+
//
|
|
18479
|
+
//
|
|
18480
|
+
//
|
|
18481
|
+
//
|
|
18482
|
+
|
|
17798
18483
|
|
|
18484
|
+
/**
|
|
18485
|
+
* A root layout provides a standardized group of containers to display content at the root level.
|
|
18486
|
+
*/
|
|
17799
18487
|
|
|
17800
18488
|
/* harmony default export */ const root_layoutvue_type_script_lang_js_ = ({
|
|
17801
18489
|
name: 'DtRootLayout',
|
|
@@ -17830,6 +18518,7 @@ var root_layout_body_component = normalizeComponent(
|
|
|
17830
18518
|
|
|
17831
18519
|
/**
|
|
17832
18520
|
* Scroll the header with the page
|
|
18521
|
+
* @values true, false
|
|
17833
18522
|
*/
|
|
17834
18523
|
headerSticky: {
|
|
17835
18524
|
type: Boolean,
|
|
@@ -17875,6 +18564,7 @@ var root_layout_body_component = normalizeComponent(
|
|
|
17875
18564
|
/**
|
|
17876
18565
|
* Whether the sidebar is on the left or right side
|
|
17877
18566
|
* Possible options: 'left', 'right'
|
|
18567
|
+
* @values left, right
|
|
17878
18568
|
*/
|
|
17879
18569
|
sidebarPosition: {
|
|
17880
18570
|
type: String,
|
|
@@ -17917,8 +18607,8 @@ var root_layoutvue_type_style_index_0_lang_less_ = __webpack_require__(253);
|
|
|
17917
18607
|
|
|
17918
18608
|
var root_layout_component = normalizeComponent(
|
|
17919
18609
|
root_layout_root_layoutvue_type_script_lang_js_,
|
|
17920
|
-
|
|
17921
|
-
|
|
18610
|
+
root_layoutvue_type_template_id_cb5db598_render,
|
|
18611
|
+
root_layoutvue_type_template_id_cb5db598_staticRenderFns,
|
|
17922
18612
|
false,
|
|
17923
18613
|
null,
|
|
17924
18614
|
null,
|
|
@@ -17930,15 +18620,15 @@ var root_layout_component = normalizeComponent(
|
|
|
17930
18620
|
;// CONCATENATED MODULE: ./components/root_layout/index.js
|
|
17931
18621
|
|
|
17932
18622
|
|
|
17933
|
-
;// 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=
|
|
17934
|
-
var
|
|
18623
|
+
;// 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&
|
|
18624
|
+
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){
|
|
17935
18625
|
var inputProps = ref.inputProps;
|
|
17936
18626
|
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){
|
|
17937
18627
|
var opened = ref.opened;
|
|
17938
18628
|
var listProps = ref.listProps;
|
|
17939
18629
|
var clearHighlightIndex = ref.clearHighlightIndex;
|
|
17940
18630
|
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))}
|
|
17941
|
-
var
|
|
18631
|
+
var combobox_with_popovervue_type_template_id_27a3126a_staticRenderFns = []
|
|
17942
18632
|
|
|
17943
18633
|
|
|
17944
18634
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-80[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue?vue&type=script&lang=js&
|
|
@@ -18220,7 +18910,34 @@ var combobox_with_popovervue_type_template_id_7fd50634_staticRenderFns = []
|
|
|
18220
18910
|
default: ''
|
|
18221
18911
|
}
|
|
18222
18912
|
},
|
|
18223
|
-
emits: [
|
|
18913
|
+
emits: [
|
|
18914
|
+
/**
|
|
18915
|
+
* Event fired when item selected
|
|
18916
|
+
*
|
|
18917
|
+
* @event select
|
|
18918
|
+
* @type {Number}
|
|
18919
|
+
*/
|
|
18920
|
+
'select',
|
|
18921
|
+
/**
|
|
18922
|
+
* Event fired when 'escape' key is pressed
|
|
18923
|
+
*
|
|
18924
|
+
* @event escape
|
|
18925
|
+
*/
|
|
18926
|
+
'escape',
|
|
18927
|
+
/**
|
|
18928
|
+
* Event fired when an item is highlighted
|
|
18929
|
+
*
|
|
18930
|
+
* @event highlight
|
|
18931
|
+
* @type {Number}
|
|
18932
|
+
*/
|
|
18933
|
+
'highlight',
|
|
18934
|
+
/**
|
|
18935
|
+
* Emitted when items are shown or hidden
|
|
18936
|
+
*
|
|
18937
|
+
* @event opened
|
|
18938
|
+
* @type {Boolean | Array}
|
|
18939
|
+
*/
|
|
18940
|
+
'opened'],
|
|
18224
18941
|
|
|
18225
18942
|
data() {
|
|
18226
18943
|
return {
|
|
@@ -18353,8 +19070,8 @@ var combobox_with_popovervue_type_template_id_7fd50634_staticRenderFns = []
|
|
|
18353
19070
|
;
|
|
18354
19071
|
var combobox_with_popover_component = normalizeComponent(
|
|
18355
19072
|
combobox_with_popover_combobox_with_popovervue_type_script_lang_js_,
|
|
18356
|
-
|
|
18357
|
-
|
|
19073
|
+
combobox_with_popovervue_type_template_id_27a3126a_render,
|
|
19074
|
+
combobox_with_popovervue_type_template_id_27a3126a_staticRenderFns,
|
|
18358
19075
|
false,
|
|
18359
19076
|
null,
|
|
18360
19077
|
null,
|
|
@@ -18365,11 +19082,11 @@ var combobox_with_popover_component = normalizeComponent(
|
|
|
18365
19082
|
/* harmony default export */ const combobox_with_popover = (combobox_with_popover_component.exports);
|
|
18366
19083
|
;// CONCATENATED MODULE: ./recipes/comboboxes/combobox_with_popover/index.js
|
|
18367
19084
|
|
|
18368
|
-
;// 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=
|
|
18369
|
-
var
|
|
19085
|
+
;// 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&
|
|
19086
|
+
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){
|
|
18370
19087
|
var onInput = ref.onInput;
|
|
18371
19088
|
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)})}
|
|
18372
|
-
var
|
|
19089
|
+
var combobox_multi_selectvue_type_template_id_6305bf12_staticRenderFns = []
|
|
18373
19090
|
|
|
18374
19091
|
|
|
18375
19092
|
;// CONCATENATED MODULE: ./recipes/comboboxes/combobox_multi_select/combobox_multi_select_story_constants.js
|
|
@@ -18718,7 +19435,35 @@ const MULTI_SELECT_SIZES = {
|
|
|
18718
19435
|
validator: t => Object.values(MULTI_SELECT_SIZES).includes(t)
|
|
18719
19436
|
}
|
|
18720
19437
|
},
|
|
18721
|
-
emits: [
|
|
19438
|
+
emits: [
|
|
19439
|
+
/**
|
|
19440
|
+
* Native input event
|
|
19441
|
+
*
|
|
19442
|
+
* @event input
|
|
19443
|
+
* @type {String }
|
|
19444
|
+
*/
|
|
19445
|
+
'input',
|
|
19446
|
+
/**
|
|
19447
|
+
* Event fired when item selected
|
|
19448
|
+
*
|
|
19449
|
+
* @event select
|
|
19450
|
+
* @type {Number}
|
|
19451
|
+
*/
|
|
19452
|
+
'select',
|
|
19453
|
+
/**
|
|
19454
|
+
* Event fired when item removed
|
|
19455
|
+
*
|
|
19456
|
+
* @event remove
|
|
19457
|
+
* @type {String}
|
|
19458
|
+
*/
|
|
19459
|
+
'remove',
|
|
19460
|
+
/**
|
|
19461
|
+
* Event fired when max selected items limit is reached
|
|
19462
|
+
*
|
|
19463
|
+
* @event max-selected
|
|
19464
|
+
* @type {Object}
|
|
19465
|
+
*/
|
|
19466
|
+
'max-selected'],
|
|
18722
19467
|
|
|
18723
19468
|
data() {
|
|
18724
19469
|
return {
|
|
@@ -19009,8 +19754,8 @@ const MULTI_SELECT_SIZES = {
|
|
|
19009
19754
|
;
|
|
19010
19755
|
var combobox_multi_select_component = normalizeComponent(
|
|
19011
19756
|
combobox_multi_select_combobox_multi_selectvue_type_script_lang_js_,
|
|
19012
|
-
|
|
19013
|
-
|
|
19757
|
+
combobox_multi_selectvue_type_template_id_6305bf12_render,
|
|
19758
|
+
combobox_multi_selectvue_type_template_id_6305bf12_staticRenderFns,
|
|
19014
19759
|
false,
|
|
19015
19760
|
null,
|
|
19016
19761
|
null,
|
|
@@ -19022,9 +19767,9 @@ var combobox_multi_select_component = normalizeComponent(
|
|
|
19022
19767
|
;// CONCATENATED MODULE: ./recipes/comboboxes/combobox_multi_select/index.js
|
|
19023
19768
|
|
|
19024
19769
|
|
|
19025
|
-
;// 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=
|
|
19026
|
-
var
|
|
19027
|
-
var
|
|
19770
|
+
;// 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&
|
|
19771
|
+
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)}
|
|
19772
|
+
var callbar_buttonvue_type_template_id_1cc96f5c_staticRenderFns = []
|
|
19028
19773
|
|
|
19029
19774
|
|
|
19030
19775
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-80[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./recipes/buttons/callbar_button/callbar_button.vue?vue&type=script&lang=js&
|
|
@@ -19055,6 +19800,7 @@ var callbar_buttonvue_type_template_id_0421e5c4_staticRenderFns = []
|
|
|
19055
19800
|
//
|
|
19056
19801
|
//
|
|
19057
19802
|
//
|
|
19803
|
+
//
|
|
19058
19804
|
|
|
19059
19805
|
|
|
19060
19806
|
|
|
@@ -19129,12 +19875,27 @@ var callbar_buttonvue_type_template_id_0421e5c4_staticRenderFns = []
|
|
|
19129
19875
|
validator: label => {
|
|
19130
19876
|
return label || undefined.$slots.default;
|
|
19131
19877
|
}
|
|
19878
|
+
},
|
|
19879
|
+
|
|
19880
|
+
/**
|
|
19881
|
+
* Additional class name for the button wrapper element.
|
|
19882
|
+
*/
|
|
19883
|
+
buttonClass: {
|
|
19884
|
+
type: [String, Array, Object],
|
|
19885
|
+
default: ''
|
|
19132
19886
|
}
|
|
19133
19887
|
},
|
|
19134
|
-
emits: [
|
|
19888
|
+
emits: [
|
|
19889
|
+
/**
|
|
19890
|
+
* Native click event
|
|
19891
|
+
*
|
|
19892
|
+
* @event click
|
|
19893
|
+
* @type {PointerEvent | KeyboardEvent}
|
|
19894
|
+
*/
|
|
19895
|
+
'click'],
|
|
19135
19896
|
computed: {
|
|
19136
19897
|
callbarButtonClass() {
|
|
19137
|
-
return ['dt-recipe-callbar-button', 'd-stack4', {
|
|
19898
|
+
return [this.buttonClass, 'dt-recipe-callbar-button', 'd-stack4', {
|
|
19138
19899
|
'dt-recipe-callbar-button--circle': this.circle,
|
|
19139
19900
|
'dt-recipe-callbar-button--active': this.active,
|
|
19140
19901
|
'dt-recipe-callbar-button--danger': this.danger
|
|
@@ -19160,8 +19921,8 @@ var callbar_buttonvue_type_style_index_0_lang_less_ = __webpack_require__(736);
|
|
|
19160
19921
|
|
|
19161
19922
|
var callbar_button_component = normalizeComponent(
|
|
19162
19923
|
callbar_button_callbar_buttonvue_type_script_lang_js_,
|
|
19163
|
-
|
|
19164
|
-
|
|
19924
|
+
callbar_buttonvue_type_template_id_1cc96f5c_render,
|
|
19925
|
+
callbar_buttonvue_type_template_id_1cc96f5c_staticRenderFns,
|
|
19165
19926
|
false,
|
|
19166
19927
|
null,
|
|
19167
19928
|
null,
|
|
@@ -19172,9 +19933,9 @@ var callbar_button_component = normalizeComponent(
|
|
|
19172
19933
|
/* harmony default export */ const callbar_button = (callbar_button_component.exports);
|
|
19173
19934
|
;// CONCATENATED MODULE: ./recipes/buttons/callbar_button/index.js
|
|
19174
19935
|
|
|
19175
|
-
;// 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=
|
|
19176
|
-
var
|
|
19177
|
-
var
|
|
19936
|
+
;// 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&
|
|
19937
|
+
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)}
|
|
19938
|
+
var callbar_button_with_popovervue_type_template_id_4848a4c1_staticRenderFns = []
|
|
19178
19939
|
|
|
19179
19940
|
|
|
19180
19941
|
;// 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&
|
|
@@ -19269,6 +20030,8 @@ var IconArrowDropUp_component = normalizeComponent(
|
|
|
19269
20030
|
//
|
|
19270
20031
|
//
|
|
19271
20032
|
//
|
|
20033
|
+
//
|
|
20034
|
+
//
|
|
19272
20035
|
|
|
19273
20036
|
|
|
19274
20037
|
|
|
@@ -19396,13 +20159,28 @@ var IconArrowDropUp_component = normalizeComponent(
|
|
|
19396
20159
|
danger: {
|
|
19397
20160
|
type: Boolean,
|
|
19398
20161
|
default: false
|
|
20162
|
+
},
|
|
20163
|
+
|
|
20164
|
+
/**
|
|
20165
|
+
* Additional class name for the button wrapper element.
|
|
20166
|
+
*/
|
|
20167
|
+
buttonClass: {
|
|
20168
|
+
type: [String, Array, Object],
|
|
20169
|
+
default: ''
|
|
19399
20170
|
}
|
|
19400
20171
|
},
|
|
19401
20172
|
emits: [
|
|
19402
20173
|
/**
|
|
19403
20174
|
* Emitted when the arrow is clicked
|
|
19404
20175
|
*/
|
|
19405
|
-
'arrowClick',
|
|
20176
|
+
'arrowClick',
|
|
20177
|
+
/**
|
|
20178
|
+
* Native click event
|
|
20179
|
+
*
|
|
20180
|
+
* @event click
|
|
20181
|
+
* @type {PointerEvent | KeyboardEvent}
|
|
20182
|
+
*/
|
|
20183
|
+
'click'],
|
|
19406
20184
|
|
|
19407
20185
|
data() {
|
|
19408
20186
|
return {
|
|
@@ -19455,8 +20233,8 @@ var callbar_button_with_popovervue_type_style_index_0_lang_less_ = __webpack_req
|
|
|
19455
20233
|
|
|
19456
20234
|
var callbar_button_with_popover_component = normalizeComponent(
|
|
19457
20235
|
callbar_button_with_popover_callbar_button_with_popovervue_type_script_lang_js_,
|
|
19458
|
-
|
|
19459
|
-
|
|
20236
|
+
callbar_button_with_popovervue_type_template_id_4848a4c1_render,
|
|
20237
|
+
callbar_button_with_popovervue_type_template_id_4848a4c1_staticRenderFns,
|
|
19460
20238
|
false,
|
|
19461
20239
|
null,
|
|
19462
20240
|
null,
|