@dialpad/dialtone-vue 2.45.1 → 2.46.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.
|
@@ -14700,8 +14700,8 @@ var input_group_component = normalizeComponent(
|
|
|
14700
14700
|
/* harmony default export */ const input_group_input_group = (input_group_component.exports);
|
|
14701
14701
|
;// CONCATENATED MODULE: ./components/input_group/index.js
|
|
14702
14702
|
|
|
14703
|
-
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/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=
|
|
14704
|
-
var
|
|
14703
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/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=e9bf0878&
|
|
14704
|
+
var modalvue_type_template_id_e9bf0878_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('dt-lazy-show',_vm._g({class:[
|
|
14705
14705
|
'd-modal',
|
|
14706
14706
|
_vm.MODAL_KIND_MODIFIERS[_vm.kind],
|
|
14707
14707
|
_vm.MODAL_SIZE_MODIFIERS[_vm.size],
|
|
@@ -14710,8 +14710,12 @@ var modalvue_type_template_id_4f197239_render = function () {var _vm=this;var _h
|
|
|
14710
14710
|
_vm.bannerClass ],attrs:{"data-qa":"dt-modal-banner"}},[_vm._t("banner",function(){return [_vm._v(" "+_vm._s(_vm.bannerTitle)+" ")]})],2):_vm._e(),_c('transition',{attrs:{"appear":"","name":"d-modal__dialog"}},[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.show),expression:"show"}],class:[
|
|
14711
14711
|
'd-modal__dialog',
|
|
14712
14712
|
{ 'd-modal__dialog--scrollable': _vm.fixedHeaderFooter },
|
|
14713
|
-
_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',{
|
|
14714
|
-
|
|
14713
|
+
_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',{class:[
|
|
14714
|
+
'd-modal__content',
|
|
14715
|
+
_vm.contentClass ],attrs:{"data-qa":"dt-modal-copy"}},[_vm._t("default")],2):_c('p',{class:[
|
|
14716
|
+
'd-modal__content',
|
|
14717
|
+
_vm.contentClass ],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},on:{"click":_vm.close},scopedSlots:_vm._u([{key:"icon",fn:function(){return [_c('dt-icon',{attrs:{"name":"close","size":"400"}})]},proxy:true}],null,false,1709155279)},'dt-button',_vm.closeButtonProps,false)):_vm._e(),(_vm.showVisuallyHiddenClose)?_c('sr-only-close-button',{attrs:{"visually-hidden-close-label":_vm.visuallyHiddenCloseLabel},on:{"close":_vm.close}}):_vm._e()],1)])],1)}
|
|
14718
|
+
var modalvue_type_template_id_e9bf0878_staticRenderFns = []
|
|
14715
14719
|
|
|
14716
14720
|
|
|
14717
14721
|
;// CONCATENATED MODULE: ./components/modal/modal_constants.js
|
|
@@ -14835,6 +14839,12 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
14835
14839
|
//
|
|
14836
14840
|
//
|
|
14837
14841
|
//
|
|
14842
|
+
//
|
|
14843
|
+
//
|
|
14844
|
+
//
|
|
14845
|
+
//
|
|
14846
|
+
//
|
|
14847
|
+
//
|
|
14838
14848
|
|
|
14839
14849
|
|
|
14840
14850
|
|
|
@@ -14966,6 +14976,16 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
14966
14976
|
default: ''
|
|
14967
14977
|
},
|
|
14968
14978
|
|
|
14979
|
+
/**
|
|
14980
|
+
* Additional class name for the content element within the modal.
|
|
14981
|
+
* Can accept String, Object, and Array, i.e. has the
|
|
14982
|
+
* same API as Vue's built-in handling of the class attribute.
|
|
14983
|
+
*/
|
|
14984
|
+
contentClass: {
|
|
14985
|
+
type: [String, Object, Array],
|
|
14986
|
+
default: ''
|
|
14987
|
+
},
|
|
14988
|
+
|
|
14969
14989
|
/**
|
|
14970
14990
|
* Additional class name for the banner element within the modal.
|
|
14971
14991
|
* Can accept String, Object, and Array, i.e. has the
|
|
@@ -15112,8 +15132,8 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
15112
15132
|
;
|
|
15113
15133
|
var modal_component = normalizeComponent(
|
|
15114
15134
|
modal_modalvue_type_script_lang_js_,
|
|
15115
|
-
|
|
15116
|
-
|
|
15135
|
+
modalvue_type_template_id_e9bf0878_render,
|
|
15136
|
+
modalvue_type_template_id_e9bf0878_staticRenderFns,
|
|
15117
15137
|
false,
|
|
15118
15138
|
null,
|
|
15119
15139
|
null,
|
package/dist/dialtone-vue.umd.js
CHANGED
|
@@ -14710,8 +14710,8 @@ var input_group_component = normalizeComponent(
|
|
|
14710
14710
|
/* harmony default export */ const input_group_input_group = (input_group_component.exports);
|
|
14711
14711
|
;// CONCATENATED MODULE: ./components/input_group/index.js
|
|
14712
14712
|
|
|
14713
|
-
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/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=
|
|
14714
|
-
var
|
|
14713
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/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=e9bf0878&
|
|
14714
|
+
var modalvue_type_template_id_e9bf0878_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('dt-lazy-show',_vm._g({class:[
|
|
14715
14715
|
'd-modal',
|
|
14716
14716
|
_vm.MODAL_KIND_MODIFIERS[_vm.kind],
|
|
14717
14717
|
_vm.MODAL_SIZE_MODIFIERS[_vm.size],
|
|
@@ -14720,8 +14720,12 @@ var modalvue_type_template_id_4f197239_render = function () {var _vm=this;var _h
|
|
|
14720
14720
|
_vm.bannerClass ],attrs:{"data-qa":"dt-modal-banner"}},[_vm._t("banner",function(){return [_vm._v(" "+_vm._s(_vm.bannerTitle)+" ")]})],2):_vm._e(),_c('transition',{attrs:{"appear":"","name":"d-modal__dialog"}},[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.show),expression:"show"}],class:[
|
|
14721
14721
|
'd-modal__dialog',
|
|
14722
14722
|
{ 'd-modal__dialog--scrollable': _vm.fixedHeaderFooter },
|
|
14723
|
-
_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',{
|
|
14724
|
-
|
|
14723
|
+
_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',{class:[
|
|
14724
|
+
'd-modal__content',
|
|
14725
|
+
_vm.contentClass ],attrs:{"data-qa":"dt-modal-copy"}},[_vm._t("default")],2):_c('p',{class:[
|
|
14726
|
+
'd-modal__content',
|
|
14727
|
+
_vm.contentClass ],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},on:{"click":_vm.close},scopedSlots:_vm._u([{key:"icon",fn:function(){return [_c('dt-icon',{attrs:{"name":"close","size":"400"}})]},proxy:true}],null,false,1709155279)},'dt-button',_vm.closeButtonProps,false)):_vm._e(),(_vm.showVisuallyHiddenClose)?_c('sr-only-close-button',{attrs:{"visually-hidden-close-label":_vm.visuallyHiddenCloseLabel},on:{"close":_vm.close}}):_vm._e()],1)])],1)}
|
|
14728
|
+
var modalvue_type_template_id_e9bf0878_staticRenderFns = []
|
|
14725
14729
|
|
|
14726
14730
|
|
|
14727
14731
|
;// CONCATENATED MODULE: ./components/modal/modal_constants.js
|
|
@@ -14845,6 +14849,12 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
14845
14849
|
//
|
|
14846
14850
|
//
|
|
14847
14851
|
//
|
|
14852
|
+
//
|
|
14853
|
+
//
|
|
14854
|
+
//
|
|
14855
|
+
//
|
|
14856
|
+
//
|
|
14857
|
+
//
|
|
14848
14858
|
|
|
14849
14859
|
|
|
14850
14860
|
|
|
@@ -14976,6 +14986,16 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
14976
14986
|
default: ''
|
|
14977
14987
|
},
|
|
14978
14988
|
|
|
14989
|
+
/**
|
|
14990
|
+
* Additional class name for the content element within the modal.
|
|
14991
|
+
* Can accept String, Object, and Array, i.e. has the
|
|
14992
|
+
* same API as Vue's built-in handling of the class attribute.
|
|
14993
|
+
*/
|
|
14994
|
+
contentClass: {
|
|
14995
|
+
type: [String, Object, Array],
|
|
14996
|
+
default: ''
|
|
14997
|
+
},
|
|
14998
|
+
|
|
14979
14999
|
/**
|
|
14980
15000
|
* Additional class name for the banner element within the modal.
|
|
14981
15001
|
* Can accept String, Object, and Array, i.e. has the
|
|
@@ -15122,8 +15142,8 @@ const MODAL_SIZE_MODIFIERS = {
|
|
|
15122
15142
|
;
|
|
15123
15143
|
var modal_component = normalizeComponent(
|
|
15124
15144
|
modal_modalvue_type_script_lang_js_,
|
|
15125
|
-
|
|
15126
|
-
|
|
15145
|
+
modalvue_type_template_id_e9bf0878_render,
|
|
15146
|
+
modalvue_type_template_id_e9bf0878_staticRenderFns,
|
|
15127
15147
|
false,
|
|
15128
15148
|
null,
|
|
15129
15149
|
null,
|