@dialpad/dialtone-vue 2.8.0 → 2.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dialtone-vue.common.js +264 -23
- package/dist/dialtone-vue.umd.js +264 -23
- package/dist/dialtone-vue.umd.min.js +1 -1
- package/package.json +1 -1
|
@@ -1001,6 +1001,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
1001
1001
|
"BREADCRUMBS_INVERTED_MODIFIER": () => (/* reexport */ BREADCRUMBS_INVERTED_MODIFIER),
|
|
1002
1002
|
"BREADCRUMB_ITEM_SELECTED_MODIFIER": () => (/* reexport */ BREADCRUMB_ITEM_SELECTED_MODIFIER),
|
|
1003
1003
|
"BUTTON_GROUP_ALIGNMENT": () => (/* reexport */ BUTTON_GROUP_ALIGNMENT),
|
|
1004
|
+
"CHIP_SIZE_MODIFIERS": () => (/* reexport */ CHIP_SIZE_MODIFIERS),
|
|
1004
1005
|
"COLOR_CODES": () => (/* reexport */ COLOR_CODES),
|
|
1005
1006
|
"DEFAULT_VALIDATION_MESSAGE_TYPE": () => (/* reexport */ DEFAULT_VALIDATION_MESSAGE_TYPE),
|
|
1006
1007
|
"DESCRIPTION_SIZE_TYPES": () => (/* reexport */ DESCRIPTION_SIZE_TYPES),
|
|
@@ -1014,6 +1015,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
1014
1015
|
"DtCheckableInputMixin": () => (/* reexport */ CheckableMixin),
|
|
1015
1016
|
"DtCheckbox": () => (/* reexport */ checkbox_checkbox),
|
|
1016
1017
|
"DtCheckboxGroup": () => (/* reexport */ checkbox_group),
|
|
1018
|
+
"DtChip": () => (/* reexport */ chip),
|
|
1017
1019
|
"DtCombobox": () => (/* reexport */ combobox),
|
|
1018
1020
|
"DtDropdown": () => (/* reexport */ dropdown),
|
|
1019
1021
|
"DtEmoji": () => (/* reexport */ emoji),
|
|
@@ -12640,12 +12642,12 @@ var list_section_component = normalizeComponent(
|
|
|
12640
12642
|
/* harmony default export */ const list_section = (list_section_component.exports);
|
|
12641
12643
|
;// CONCATENATED MODULE: ./components/list_section/index.js
|
|
12642
12644
|
|
|
12643
|
-
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/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=
|
|
12644
|
-
var
|
|
12645
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/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=78ac4fcc&
|
|
12646
|
+
var list_itemvue_type_template_id_78ac4fcc_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', {
|
|
12645
12647
|
'dt-list-item--focusable': _vm.isFocusable,
|
|
12646
12648
|
'dt-list-item--highlighted': _vm.isHighlighted,
|
|
12647
|
-
}],attrs:{"id":_vm.id,"tabindex":_vm.isFocusable ? 0 : -1,"role":_vm.role,"aria-selected":_vm.isHighlighted}
|
|
12648
|
-
var
|
|
12649
|
+
}],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)}
|
|
12650
|
+
var list_itemvue_type_template_id_78ac4fcc_staticRenderFns = []
|
|
12649
12651
|
|
|
12650
12652
|
|
|
12651
12653
|
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/list_item/default_list_item.vue?vue&type=template&id=4c89d4ed&
|
|
@@ -12757,10 +12759,6 @@ var default_list_item_component = normalizeComponent(
|
|
|
12757
12759
|
//
|
|
12758
12760
|
//
|
|
12759
12761
|
//
|
|
12760
|
-
//
|
|
12761
|
-
//
|
|
12762
|
-
//
|
|
12763
|
-
//
|
|
12764
12762
|
|
|
12765
12763
|
|
|
12766
12764
|
|
|
@@ -12828,7 +12826,7 @@ var default_list_item_component = normalizeComponent(
|
|
|
12828
12826
|
validator: t => Object.values(LIST_ITEM_NAVIGATION_TYPES).includes(t)
|
|
12829
12827
|
}
|
|
12830
12828
|
},
|
|
12831
|
-
emits: ['click'],
|
|
12829
|
+
emits: ['click', 'keydown', 'mousemove', 'mouseleave'],
|
|
12832
12830
|
|
|
12833
12831
|
data() {
|
|
12834
12832
|
return {
|
|
@@ -12848,6 +12846,26 @@ var default_list_item_component = normalizeComponent(
|
|
|
12848
12846
|
}
|
|
12849
12847
|
},
|
|
12850
12848
|
|
|
12849
|
+
listItemListeners() {
|
|
12850
|
+
return { ...this.$listeners,
|
|
12851
|
+
keydown: event => {
|
|
12852
|
+
if (['enter', 'space'].includes(event.code.toLowerCase())) {
|
|
12853
|
+
this.onClick(event);
|
|
12854
|
+
}
|
|
12855
|
+
|
|
12856
|
+
this.$emit('keydown', event);
|
|
12857
|
+
},
|
|
12858
|
+
mousemove: event => {
|
|
12859
|
+
this.onMouseHover(event);
|
|
12860
|
+
this.$emit('mousemove', event);
|
|
12861
|
+
},
|
|
12862
|
+
mouseleave: event => {
|
|
12863
|
+
this.onMouseLeave(event);
|
|
12864
|
+
this.$emit('mouseleave', event);
|
|
12865
|
+
}
|
|
12866
|
+
};
|
|
12867
|
+
},
|
|
12868
|
+
|
|
12851
12869
|
/**
|
|
12852
12870
|
* For keyboard navigation, whether or not this item is currently highlighted.
|
|
12853
12871
|
* An injected highlightId will override the default mouseover highlight.
|
|
@@ -12874,8 +12892,8 @@ var default_list_item_component = normalizeComponent(
|
|
|
12874
12892
|
|
|
12875
12893
|
},
|
|
12876
12894
|
methods: {
|
|
12877
|
-
onClick() {
|
|
12878
|
-
this.$emit('click');
|
|
12895
|
+
onClick(e) {
|
|
12896
|
+
this.$emit('click', e);
|
|
12879
12897
|
},
|
|
12880
12898
|
|
|
12881
12899
|
onMouseHover() {
|
|
@@ -12905,8 +12923,8 @@ var list_itemvue_type_style_index_0_lang_less_ = __webpack_require__(502);
|
|
|
12905
12923
|
|
|
12906
12924
|
var list_item_component = normalizeComponent(
|
|
12907
12925
|
list_item_list_itemvue_type_script_lang_js_,
|
|
12908
|
-
|
|
12909
|
-
|
|
12926
|
+
list_itemvue_type_template_id_78ac4fcc_render,
|
|
12927
|
+
list_itemvue_type_template_id_78ac4fcc_staticRenderFns,
|
|
12910
12928
|
false,
|
|
12911
12929
|
null,
|
|
12912
12930
|
null,
|
|
@@ -14260,6 +14278,230 @@ var checkbox_group_component = normalizeComponent(
|
|
|
14260
14278
|
/* harmony default export */ const checkbox_group = (checkbox_group_component.exports);
|
|
14261
14279
|
;// CONCATENATED MODULE: ./components/checkbox_group/index.js
|
|
14262
14280
|
|
|
14281
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/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=4d7bb584&
|
|
14282
|
+
var chipvue_type_template_id_4d7bb584_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span',{class:_vm.chipClasses(),attrs:{"id":_vm.id,"data-qa":"dt-chip","tabindex":_vm.tabIndex,"aria-labelledby":_vm.ariaLabel ? undefined : (_vm.id + "-content"),"aria-label":_vm.ariaLabel},on:{"mousedown":_vm.onClick,"mouseup":_vm.onClick,"mouseleave":function($event){_vm.isActive = false},"focusout":function($event){_vm.isActive = false},"keydown":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onClick.apply(null, arguments)},"keyup":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onClick.apply(null, arguments)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"delete",[8,46],$event.key,["Backspace","Delete","Del"])){ return null; }return _vm.onClose.apply(null, arguments)}]}},[(_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', _vm.contentClass],attrs:{"id":(_vm.id + "-content"),"data-qa":"dt-chip-label"}},[_vm._t("default")],2):_vm._e(),(!_vm.hideClose)?_c('span',{staticClass:"d-chip-btn-holder"}):_vm._e(),_c('span',{ref:"closeBtnContainer",staticClass:"d-chip-btn-container"},[(!_vm.hideClose)?_c('dt-button',_vm._b({attrs:{"data-qa":"dt-chip-close","circle":"","importance":"clear","aria-label":_vm.closeButtonProps.ariaLabel},on:{"click":function($event){return _vm.$emit('close')}}},'dt-button',_vm.closeButtonProps,false),[_c('icon-close')],1):_vm._e()],1)])}
|
|
14283
|
+
var chipvue_type_template_id_4d7bb584_staticRenderFns = []
|
|
14284
|
+
|
|
14285
|
+
|
|
14286
|
+
;// CONCATENATED MODULE: ./components/chip/chip_constants.js
|
|
14287
|
+
const CHIP_SIZE_MODIFIERS = {
|
|
14288
|
+
xs: 'd-chip--xs',
|
|
14289
|
+
sm: 'd-chip--sm',
|
|
14290
|
+
md: ''
|
|
14291
|
+
};
|
|
14292
|
+
/* harmony default export */ const chip_constants = ({
|
|
14293
|
+
CHIP_SIZE_MODIFIERS
|
|
14294
|
+
});
|
|
14295
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40[0].rules[0].use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/chip/chip.vue?vue&type=script&lang=js&
|
|
14296
|
+
//
|
|
14297
|
+
//
|
|
14298
|
+
//
|
|
14299
|
+
//
|
|
14300
|
+
//
|
|
14301
|
+
//
|
|
14302
|
+
//
|
|
14303
|
+
//
|
|
14304
|
+
//
|
|
14305
|
+
//
|
|
14306
|
+
//
|
|
14307
|
+
//
|
|
14308
|
+
//
|
|
14309
|
+
//
|
|
14310
|
+
//
|
|
14311
|
+
//
|
|
14312
|
+
//
|
|
14313
|
+
//
|
|
14314
|
+
//
|
|
14315
|
+
//
|
|
14316
|
+
//
|
|
14317
|
+
//
|
|
14318
|
+
//
|
|
14319
|
+
//
|
|
14320
|
+
//
|
|
14321
|
+
//
|
|
14322
|
+
//
|
|
14323
|
+
//
|
|
14324
|
+
//
|
|
14325
|
+
//
|
|
14326
|
+
//
|
|
14327
|
+
//
|
|
14328
|
+
//
|
|
14329
|
+
//
|
|
14330
|
+
//
|
|
14331
|
+
//
|
|
14332
|
+
//
|
|
14333
|
+
//
|
|
14334
|
+
//
|
|
14335
|
+
//
|
|
14336
|
+
//
|
|
14337
|
+
//
|
|
14338
|
+
//
|
|
14339
|
+
//
|
|
14340
|
+
//
|
|
14341
|
+
//
|
|
14342
|
+
//
|
|
14343
|
+
//
|
|
14344
|
+
//
|
|
14345
|
+
//
|
|
14346
|
+
//
|
|
14347
|
+
//
|
|
14348
|
+
//
|
|
14349
|
+
//
|
|
14350
|
+
//
|
|
14351
|
+
//
|
|
14352
|
+
//
|
|
14353
|
+
//
|
|
14354
|
+
//
|
|
14355
|
+
//
|
|
14356
|
+
//
|
|
14357
|
+
//
|
|
14358
|
+
//
|
|
14359
|
+
|
|
14360
|
+
|
|
14361
|
+
|
|
14362
|
+
|
|
14363
|
+
/* harmony default export */ const chipvue_type_script_lang_js_ = ({
|
|
14364
|
+
name: 'DtChip',
|
|
14365
|
+
components: {
|
|
14366
|
+
IconClose: IconClose,
|
|
14367
|
+
DtButton: button_button
|
|
14368
|
+
},
|
|
14369
|
+
props: {
|
|
14370
|
+
/**
|
|
14371
|
+
* A set of props to be passed into the modal's close button. Requires an 'ariaLabel' property.
|
|
14372
|
+
*/
|
|
14373
|
+
closeButtonProps: {
|
|
14374
|
+
type: Object,
|
|
14375
|
+
validator: props => {
|
|
14376
|
+
return !!props.ariaLabel;
|
|
14377
|
+
}
|
|
14378
|
+
},
|
|
14379
|
+
|
|
14380
|
+
/**
|
|
14381
|
+
* Hides the close button on the chip
|
|
14382
|
+
*/
|
|
14383
|
+
hideClose: {
|
|
14384
|
+
type: Boolean,
|
|
14385
|
+
default: false
|
|
14386
|
+
},
|
|
14387
|
+
|
|
14388
|
+
/**
|
|
14389
|
+
* The size of the chip.
|
|
14390
|
+
* @values xs, sm, md
|
|
14391
|
+
* @see https://dialpad.design/components/chip
|
|
14392
|
+
*/
|
|
14393
|
+
size: {
|
|
14394
|
+
type: String,
|
|
14395
|
+
default: 'md',
|
|
14396
|
+
validator: s => Object.keys(CHIP_SIZE_MODIFIERS).includes(s)
|
|
14397
|
+
},
|
|
14398
|
+
|
|
14399
|
+
/**
|
|
14400
|
+
* The interactivity of the chip.
|
|
14401
|
+
* Makes chip clickable, apply hover/focus/active style, emit keyboard events etc.
|
|
14402
|
+
* @see https://dialpad.design/components/chip
|
|
14403
|
+
*/
|
|
14404
|
+
interactive: {
|
|
14405
|
+
type: Boolean,
|
|
14406
|
+
default: true
|
|
14407
|
+
},
|
|
14408
|
+
|
|
14409
|
+
/**
|
|
14410
|
+
* Id to use for the dialog's aria-labelledby.
|
|
14411
|
+
*/
|
|
14412
|
+
id: {
|
|
14413
|
+
type: String,
|
|
14414
|
+
default: function () {
|
|
14415
|
+
return getUniqueString();
|
|
14416
|
+
}
|
|
14417
|
+
},
|
|
14418
|
+
|
|
14419
|
+
/**
|
|
14420
|
+
* Descriptive label for the chip content.
|
|
14421
|
+
* If this prop is unset the content in the default slot will be used as an aria-label.
|
|
14422
|
+
*/
|
|
14423
|
+
ariaLabel: {
|
|
14424
|
+
type: String,
|
|
14425
|
+
default: ''
|
|
14426
|
+
},
|
|
14427
|
+
|
|
14428
|
+
/**
|
|
14429
|
+
* Additional class name for the chip element.
|
|
14430
|
+
*/
|
|
14431
|
+
contentClass: {
|
|
14432
|
+
type: [String, Array, Object],
|
|
14433
|
+
default: ''
|
|
14434
|
+
}
|
|
14435
|
+
},
|
|
14436
|
+
emits: ['click', 'close'],
|
|
14437
|
+
|
|
14438
|
+
data() {
|
|
14439
|
+
return {
|
|
14440
|
+
isActive: false
|
|
14441
|
+
};
|
|
14442
|
+
},
|
|
14443
|
+
|
|
14444
|
+
computed: {
|
|
14445
|
+
tabIndex() {
|
|
14446
|
+
return this.interactive ? 0 : -1;
|
|
14447
|
+
}
|
|
14448
|
+
|
|
14449
|
+
},
|
|
14450
|
+
methods: {
|
|
14451
|
+
chipClasses() {
|
|
14452
|
+
return ['d-chip', CHIP_SIZE_MODIFIERS[this.size], {
|
|
14453
|
+
'd-chip--interactive': this.interactive,
|
|
14454
|
+
'd-chip--active': this.isActive
|
|
14455
|
+
}];
|
|
14456
|
+
},
|
|
14457
|
+
|
|
14458
|
+
onClose() {
|
|
14459
|
+
if (!this.hideClose) {
|
|
14460
|
+
this.$emit('close');
|
|
14461
|
+
}
|
|
14462
|
+
},
|
|
14463
|
+
|
|
14464
|
+
onClick(event) {
|
|
14465
|
+
// Clicking on the button should not update value of isActive.
|
|
14466
|
+
if (!this.interactive || this.$refs.closeBtnContainer.contains(event.target)) {
|
|
14467
|
+
return;
|
|
14468
|
+
}
|
|
14469
|
+
|
|
14470
|
+
if (event.type === 'mousedown' || event.type === 'keydown') {
|
|
14471
|
+
this.isActive = true;
|
|
14472
|
+
} else {
|
|
14473
|
+
this.isActive = false;
|
|
14474
|
+
this.$emit('click');
|
|
14475
|
+
}
|
|
14476
|
+
}
|
|
14477
|
+
|
|
14478
|
+
}
|
|
14479
|
+
});
|
|
14480
|
+
;// CONCATENATED MODULE: ./components/chip/chip.vue?vue&type=script&lang=js&
|
|
14481
|
+
/* harmony default export */ const chip_chipvue_type_script_lang_js_ = (chipvue_type_script_lang_js_);
|
|
14482
|
+
;// CONCATENATED MODULE: ./components/chip/chip.vue
|
|
14483
|
+
|
|
14484
|
+
|
|
14485
|
+
|
|
14486
|
+
|
|
14487
|
+
|
|
14488
|
+
/* normalize component */
|
|
14489
|
+
;
|
|
14490
|
+
var chip_component = normalizeComponent(
|
|
14491
|
+
chip_chipvue_type_script_lang_js_,
|
|
14492
|
+
chipvue_type_template_id_4d7bb584_render,
|
|
14493
|
+
chipvue_type_template_id_4d7bb584_staticRenderFns,
|
|
14494
|
+
false,
|
|
14495
|
+
null,
|
|
14496
|
+
null,
|
|
14497
|
+
null
|
|
14498
|
+
|
|
14499
|
+
)
|
|
14500
|
+
|
|
14501
|
+
/* harmony default export */ const chip = (chip_component.exports);
|
|
14502
|
+
;// CONCATENATED MODULE: ./components/chip/index.js
|
|
14503
|
+
|
|
14504
|
+
|
|
14263
14505
|
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/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=ea91f650&
|
|
14264
14506
|
var select_menuvue_type_template_id_ea91f650_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:[
|
|
14265
14507
|
'd-label',
|
|
@@ -14635,12 +14877,12 @@ var select_menu_component = normalizeComponent(
|
|
|
14635
14877
|
;// CONCATENATED MODULE: ./components/select_menu/index.js
|
|
14636
14878
|
|
|
14637
14879
|
|
|
14638
|
-
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/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=
|
|
14639
|
-
var
|
|
14640
|
-
|
|
14641
|
-
|
|
14642
|
-
|
|
14643
|
-
var
|
|
14880
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/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=6db045bb&
|
|
14881
|
+
var toastvue_type_template_id_6db045bb_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (!_vm.hidden)?_c('div',{class:[
|
|
14882
|
+
'd-toast',
|
|
14883
|
+
_vm.kindClass,
|
|
14884
|
+
{ 'd-toast--important': _vm.important } ],attrs:{"data-qa":"dt-toast","aria-hidden":_vm.hidden.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.$listeners),[_vm._t("action")],2)],1)]):_vm._e()}
|
|
14885
|
+
var toastvue_type_template_id_6db045bb_staticRenderFns = []
|
|
14644
14886
|
|
|
14645
14887
|
|
|
14646
14888
|
;// CONCATENATED MODULE: ./components/toast/toast_constants.js
|
|
@@ -14697,8 +14939,6 @@ const TOAST_ROLES = ['status', 'alert'];
|
|
|
14697
14939
|
//
|
|
14698
14940
|
//
|
|
14699
14941
|
//
|
|
14700
|
-
//
|
|
14701
|
-
//
|
|
14702
14942
|
|
|
14703
14943
|
|
|
14704
14944
|
|
|
@@ -14871,8 +15111,8 @@ const TOAST_ROLES = ['status', 'alert'];
|
|
|
14871
15111
|
;
|
|
14872
15112
|
var toast_component = normalizeComponent(
|
|
14873
15113
|
toast_toastvue_type_script_lang_js_,
|
|
14874
|
-
|
|
14875
|
-
|
|
15114
|
+
toastvue_type_template_id_6db045bb_render,
|
|
15115
|
+
toastvue_type_template_id_6db045bb_staticRenderFns,
|
|
14876
15116
|
false,
|
|
14877
15117
|
null,
|
|
14878
15118
|
null,
|
|
@@ -16391,6 +16631,7 @@ var top_banner_info_component = normalizeComponent(
|
|
|
16391
16631
|
|
|
16392
16632
|
|
|
16393
16633
|
|
|
16634
|
+
|
|
16394
16635
|
|
|
16395
16636
|
|
|
16396
16637
|
/// Recipes
|