@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
package/dist/dialtone-vue.umd.js
CHANGED
|
@@ -1019,6 +1019,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
1019
1019
|
"BREADCRUMBS_INVERTED_MODIFIER": () => (/* reexport */ BREADCRUMBS_INVERTED_MODIFIER),
|
|
1020
1020
|
"BREADCRUMB_ITEM_SELECTED_MODIFIER": () => (/* reexport */ BREADCRUMB_ITEM_SELECTED_MODIFIER),
|
|
1021
1021
|
"BUTTON_GROUP_ALIGNMENT": () => (/* reexport */ BUTTON_GROUP_ALIGNMENT),
|
|
1022
|
+
"CHIP_SIZE_MODIFIERS": () => (/* reexport */ CHIP_SIZE_MODIFIERS),
|
|
1022
1023
|
"COLOR_CODES": () => (/* reexport */ COLOR_CODES),
|
|
1023
1024
|
"DEFAULT_VALIDATION_MESSAGE_TYPE": () => (/* reexport */ DEFAULT_VALIDATION_MESSAGE_TYPE),
|
|
1024
1025
|
"DESCRIPTION_SIZE_TYPES": () => (/* reexport */ DESCRIPTION_SIZE_TYPES),
|
|
@@ -1032,6 +1033,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
1032
1033
|
"DtCheckableInputMixin": () => (/* reexport */ CheckableMixin),
|
|
1033
1034
|
"DtCheckbox": () => (/* reexport */ checkbox_checkbox),
|
|
1034
1035
|
"DtCheckboxGroup": () => (/* reexport */ checkbox_group),
|
|
1036
|
+
"DtChip": () => (/* reexport */ chip),
|
|
1035
1037
|
"DtCombobox": () => (/* reexport */ combobox),
|
|
1036
1038
|
"DtDropdown": () => (/* reexport */ dropdown),
|
|
1037
1039
|
"DtEmoji": () => (/* reexport */ emoji),
|
|
@@ -12658,12 +12660,12 @@ var list_section_component = normalizeComponent(
|
|
|
12658
12660
|
/* harmony default export */ const list_section = (list_section_component.exports);
|
|
12659
12661
|
;// CONCATENATED MODULE: ./components/list_section/index.js
|
|
12660
12662
|
|
|
12661
|
-
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/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=
|
|
12662
|
-
var
|
|
12663
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/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&
|
|
12664
|
+
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', {
|
|
12663
12665
|
'dt-list-item--focusable': _vm.isFocusable,
|
|
12664
12666
|
'dt-list-item--highlighted': _vm.isHighlighted,
|
|
12665
|
-
}],attrs:{"id":_vm.id,"tabindex":_vm.isFocusable ? 0 : -1,"role":_vm.role,"aria-selected":_vm.isHighlighted}
|
|
12666
|
-
var
|
|
12667
|
+
}],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)}
|
|
12668
|
+
var list_itemvue_type_template_id_78ac4fcc_staticRenderFns = []
|
|
12667
12669
|
|
|
12668
12670
|
|
|
12669
12671
|
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/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&
|
|
@@ -12775,10 +12777,6 @@ var default_list_item_component = normalizeComponent(
|
|
|
12775
12777
|
//
|
|
12776
12778
|
//
|
|
12777
12779
|
//
|
|
12778
|
-
//
|
|
12779
|
-
//
|
|
12780
|
-
//
|
|
12781
|
-
//
|
|
12782
12780
|
|
|
12783
12781
|
|
|
12784
12782
|
|
|
@@ -12846,7 +12844,7 @@ var default_list_item_component = normalizeComponent(
|
|
|
12846
12844
|
validator: t => Object.values(LIST_ITEM_NAVIGATION_TYPES).includes(t)
|
|
12847
12845
|
}
|
|
12848
12846
|
},
|
|
12849
|
-
emits: ['click'],
|
|
12847
|
+
emits: ['click', 'keydown', 'mousemove', 'mouseleave'],
|
|
12850
12848
|
|
|
12851
12849
|
data() {
|
|
12852
12850
|
return {
|
|
@@ -12866,6 +12864,26 @@ var default_list_item_component = normalizeComponent(
|
|
|
12866
12864
|
}
|
|
12867
12865
|
},
|
|
12868
12866
|
|
|
12867
|
+
listItemListeners() {
|
|
12868
|
+
return { ...this.$listeners,
|
|
12869
|
+
keydown: event => {
|
|
12870
|
+
if (['enter', 'space'].includes(event.code.toLowerCase())) {
|
|
12871
|
+
this.onClick(event);
|
|
12872
|
+
}
|
|
12873
|
+
|
|
12874
|
+
this.$emit('keydown', event);
|
|
12875
|
+
},
|
|
12876
|
+
mousemove: event => {
|
|
12877
|
+
this.onMouseHover(event);
|
|
12878
|
+
this.$emit('mousemove', event);
|
|
12879
|
+
},
|
|
12880
|
+
mouseleave: event => {
|
|
12881
|
+
this.onMouseLeave(event);
|
|
12882
|
+
this.$emit('mouseleave', event);
|
|
12883
|
+
}
|
|
12884
|
+
};
|
|
12885
|
+
},
|
|
12886
|
+
|
|
12869
12887
|
/**
|
|
12870
12888
|
* For keyboard navigation, whether or not this item is currently highlighted.
|
|
12871
12889
|
* An injected highlightId will override the default mouseover highlight.
|
|
@@ -12892,8 +12910,8 @@ var default_list_item_component = normalizeComponent(
|
|
|
12892
12910
|
|
|
12893
12911
|
},
|
|
12894
12912
|
methods: {
|
|
12895
|
-
onClick() {
|
|
12896
|
-
this.$emit('click');
|
|
12913
|
+
onClick(e) {
|
|
12914
|
+
this.$emit('click', e);
|
|
12897
12915
|
},
|
|
12898
12916
|
|
|
12899
12917
|
onMouseHover() {
|
|
@@ -12923,8 +12941,8 @@ var list_itemvue_type_style_index_0_lang_less_ = __webpack_require__(285);
|
|
|
12923
12941
|
|
|
12924
12942
|
var list_item_component = normalizeComponent(
|
|
12925
12943
|
list_item_list_itemvue_type_script_lang_js_,
|
|
12926
|
-
|
|
12927
|
-
|
|
12944
|
+
list_itemvue_type_template_id_78ac4fcc_render,
|
|
12945
|
+
list_itemvue_type_template_id_78ac4fcc_staticRenderFns,
|
|
12928
12946
|
false,
|
|
12929
12947
|
null,
|
|
12930
12948
|
null,
|
|
@@ -14278,6 +14296,230 @@ var checkbox_group_component = normalizeComponent(
|
|
|
14278
14296
|
/* harmony default export */ const checkbox_group = (checkbox_group_component.exports);
|
|
14279
14297
|
;// CONCATENATED MODULE: ./components/checkbox_group/index.js
|
|
14280
14298
|
|
|
14299
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/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&
|
|
14300
|
+
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)])}
|
|
14301
|
+
var chipvue_type_template_id_4d7bb584_staticRenderFns = []
|
|
14302
|
+
|
|
14303
|
+
|
|
14304
|
+
;// CONCATENATED MODULE: ./components/chip/chip_constants.js
|
|
14305
|
+
const CHIP_SIZE_MODIFIERS = {
|
|
14306
|
+
xs: 'd-chip--xs',
|
|
14307
|
+
sm: 'd-chip--sm',
|
|
14308
|
+
md: ''
|
|
14309
|
+
};
|
|
14310
|
+
/* harmony default export */ const chip_constants = ({
|
|
14311
|
+
CHIP_SIZE_MODIFIERS
|
|
14312
|
+
});
|
|
14313
|
+
;// 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/chip/chip.vue?vue&type=script&lang=js&
|
|
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
|
+
//
|
|
14364
|
+
//
|
|
14365
|
+
//
|
|
14366
|
+
//
|
|
14367
|
+
//
|
|
14368
|
+
//
|
|
14369
|
+
//
|
|
14370
|
+
//
|
|
14371
|
+
//
|
|
14372
|
+
//
|
|
14373
|
+
//
|
|
14374
|
+
//
|
|
14375
|
+
//
|
|
14376
|
+
//
|
|
14377
|
+
|
|
14378
|
+
|
|
14379
|
+
|
|
14380
|
+
|
|
14381
|
+
/* harmony default export */ const chipvue_type_script_lang_js_ = ({
|
|
14382
|
+
name: 'DtChip',
|
|
14383
|
+
components: {
|
|
14384
|
+
IconClose: IconClose,
|
|
14385
|
+
DtButton: button_button
|
|
14386
|
+
},
|
|
14387
|
+
props: {
|
|
14388
|
+
/**
|
|
14389
|
+
* A set of props to be passed into the modal's close button. Requires an 'ariaLabel' property.
|
|
14390
|
+
*/
|
|
14391
|
+
closeButtonProps: {
|
|
14392
|
+
type: Object,
|
|
14393
|
+
validator: props => {
|
|
14394
|
+
return !!props.ariaLabel;
|
|
14395
|
+
}
|
|
14396
|
+
},
|
|
14397
|
+
|
|
14398
|
+
/**
|
|
14399
|
+
* Hides the close button on the chip
|
|
14400
|
+
*/
|
|
14401
|
+
hideClose: {
|
|
14402
|
+
type: Boolean,
|
|
14403
|
+
default: false
|
|
14404
|
+
},
|
|
14405
|
+
|
|
14406
|
+
/**
|
|
14407
|
+
* The size of the chip.
|
|
14408
|
+
* @values xs, sm, md
|
|
14409
|
+
* @see https://dialpad.design/components/chip
|
|
14410
|
+
*/
|
|
14411
|
+
size: {
|
|
14412
|
+
type: String,
|
|
14413
|
+
default: 'md',
|
|
14414
|
+
validator: s => Object.keys(CHIP_SIZE_MODIFIERS).includes(s)
|
|
14415
|
+
},
|
|
14416
|
+
|
|
14417
|
+
/**
|
|
14418
|
+
* The interactivity of the chip.
|
|
14419
|
+
* Makes chip clickable, apply hover/focus/active style, emit keyboard events etc.
|
|
14420
|
+
* @see https://dialpad.design/components/chip
|
|
14421
|
+
*/
|
|
14422
|
+
interactive: {
|
|
14423
|
+
type: Boolean,
|
|
14424
|
+
default: true
|
|
14425
|
+
},
|
|
14426
|
+
|
|
14427
|
+
/**
|
|
14428
|
+
* Id to use for the dialog's aria-labelledby.
|
|
14429
|
+
*/
|
|
14430
|
+
id: {
|
|
14431
|
+
type: String,
|
|
14432
|
+
default: function () {
|
|
14433
|
+
return getUniqueString();
|
|
14434
|
+
}
|
|
14435
|
+
},
|
|
14436
|
+
|
|
14437
|
+
/**
|
|
14438
|
+
* Descriptive label for the chip content.
|
|
14439
|
+
* If this prop is unset the content in the default slot will be used as an aria-label.
|
|
14440
|
+
*/
|
|
14441
|
+
ariaLabel: {
|
|
14442
|
+
type: String,
|
|
14443
|
+
default: ''
|
|
14444
|
+
},
|
|
14445
|
+
|
|
14446
|
+
/**
|
|
14447
|
+
* Additional class name for the chip element.
|
|
14448
|
+
*/
|
|
14449
|
+
contentClass: {
|
|
14450
|
+
type: [String, Array, Object],
|
|
14451
|
+
default: ''
|
|
14452
|
+
}
|
|
14453
|
+
},
|
|
14454
|
+
emits: ['click', 'close'],
|
|
14455
|
+
|
|
14456
|
+
data() {
|
|
14457
|
+
return {
|
|
14458
|
+
isActive: false
|
|
14459
|
+
};
|
|
14460
|
+
},
|
|
14461
|
+
|
|
14462
|
+
computed: {
|
|
14463
|
+
tabIndex() {
|
|
14464
|
+
return this.interactive ? 0 : -1;
|
|
14465
|
+
}
|
|
14466
|
+
|
|
14467
|
+
},
|
|
14468
|
+
methods: {
|
|
14469
|
+
chipClasses() {
|
|
14470
|
+
return ['d-chip', CHIP_SIZE_MODIFIERS[this.size], {
|
|
14471
|
+
'd-chip--interactive': this.interactive,
|
|
14472
|
+
'd-chip--active': this.isActive
|
|
14473
|
+
}];
|
|
14474
|
+
},
|
|
14475
|
+
|
|
14476
|
+
onClose() {
|
|
14477
|
+
if (!this.hideClose) {
|
|
14478
|
+
this.$emit('close');
|
|
14479
|
+
}
|
|
14480
|
+
},
|
|
14481
|
+
|
|
14482
|
+
onClick(event) {
|
|
14483
|
+
// Clicking on the button should not update value of isActive.
|
|
14484
|
+
if (!this.interactive || this.$refs.closeBtnContainer.contains(event.target)) {
|
|
14485
|
+
return;
|
|
14486
|
+
}
|
|
14487
|
+
|
|
14488
|
+
if (event.type === 'mousedown' || event.type === 'keydown') {
|
|
14489
|
+
this.isActive = true;
|
|
14490
|
+
} else {
|
|
14491
|
+
this.isActive = false;
|
|
14492
|
+
this.$emit('click');
|
|
14493
|
+
}
|
|
14494
|
+
}
|
|
14495
|
+
|
|
14496
|
+
}
|
|
14497
|
+
});
|
|
14498
|
+
;// CONCATENATED MODULE: ./components/chip/chip.vue?vue&type=script&lang=js&
|
|
14499
|
+
/* harmony default export */ const chip_chipvue_type_script_lang_js_ = (chipvue_type_script_lang_js_);
|
|
14500
|
+
;// CONCATENATED MODULE: ./components/chip/chip.vue
|
|
14501
|
+
|
|
14502
|
+
|
|
14503
|
+
|
|
14504
|
+
|
|
14505
|
+
|
|
14506
|
+
/* normalize component */
|
|
14507
|
+
;
|
|
14508
|
+
var chip_component = normalizeComponent(
|
|
14509
|
+
chip_chipvue_type_script_lang_js_,
|
|
14510
|
+
chipvue_type_template_id_4d7bb584_render,
|
|
14511
|
+
chipvue_type_template_id_4d7bb584_staticRenderFns,
|
|
14512
|
+
false,
|
|
14513
|
+
null,
|
|
14514
|
+
null,
|
|
14515
|
+
null
|
|
14516
|
+
|
|
14517
|
+
)
|
|
14518
|
+
|
|
14519
|
+
/* harmony default export */ const chip = (chip_component.exports);
|
|
14520
|
+
;// CONCATENATED MODULE: ./components/chip/index.js
|
|
14521
|
+
|
|
14522
|
+
|
|
14281
14523
|
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/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&
|
|
14282
14524
|
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:[
|
|
14283
14525
|
'd-label',
|
|
@@ -14653,12 +14895,12 @@ var select_menu_component = normalizeComponent(
|
|
|
14653
14895
|
;// CONCATENATED MODULE: ./components/select_menu/index.js
|
|
14654
14896
|
|
|
14655
14897
|
|
|
14656
|
-
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/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=
|
|
14657
|
-
var
|
|
14658
|
-
|
|
14659
|
-
|
|
14660
|
-
|
|
14661
|
-
var
|
|
14898
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/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&
|
|
14899
|
+
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:[
|
|
14900
|
+
'd-toast',
|
|
14901
|
+
_vm.kindClass,
|
|
14902
|
+
{ '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()}
|
|
14903
|
+
var toastvue_type_template_id_6db045bb_staticRenderFns = []
|
|
14662
14904
|
|
|
14663
14905
|
|
|
14664
14906
|
;// CONCATENATED MODULE: ./components/toast/toast_constants.js
|
|
@@ -14715,8 +14957,6 @@ const TOAST_ROLES = ['status', 'alert'];
|
|
|
14715
14957
|
//
|
|
14716
14958
|
//
|
|
14717
14959
|
//
|
|
14718
|
-
//
|
|
14719
|
-
//
|
|
14720
14960
|
|
|
14721
14961
|
|
|
14722
14962
|
|
|
@@ -14889,8 +15129,8 @@ const TOAST_ROLES = ['status', 'alert'];
|
|
|
14889
15129
|
;
|
|
14890
15130
|
var toast_component = normalizeComponent(
|
|
14891
15131
|
toast_toastvue_type_script_lang_js_,
|
|
14892
|
-
|
|
14893
|
-
|
|
15132
|
+
toastvue_type_template_id_6db045bb_render,
|
|
15133
|
+
toastvue_type_template_id_6db045bb_staticRenderFns,
|
|
14894
15134
|
false,
|
|
14895
15135
|
null,
|
|
14896
15136
|
null,
|
|
@@ -16409,6 +16649,7 @@ var top_banner_info_component = normalizeComponent(
|
|
|
16409
16649
|
|
|
16410
16650
|
|
|
16411
16651
|
|
|
16652
|
+
|
|
16412
16653
|
|
|
16413
16654
|
|
|
16414
16655
|
/// Recipes
|