@dialpad/dialtone-vue 3.24.0 → 3.25.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/dialtone-vue.umd.js
CHANGED
|
@@ -299,7 +299,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".tippy-box[data-popper-escaped] .d-too
|
|
|
299
299
|
|
|
300
300
|
/***/ }),
|
|
301
301
|
|
|
302
|
-
/***/
|
|
302
|
+
/***/ 99:
|
|
303
303
|
/***/ ((module, __webpack_exports__, __webpack_require__) => {
|
|
304
304
|
|
|
305
305
|
"use strict";
|
|
@@ -316,7 +316,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
316
316
|
|
|
317
317
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_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){letter-spacing:-.011rem;line-height:1.6rem}.dt-recipe-callbar-button--circle{border-radius:var(--br-circle)}.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--
|
|
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[disabled]{background-color:unset}.dt-recipe-callbar-button--circle.d-btn[disabled]{border-color:unset}.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)}.dt-recipe-callbar-button--circle.d-btn--icon-only .d-btn__label{display:none}.dt-recipe-callbar-button--active .base-button__icon,.dt-recipe-callbar-button--active:hover .base-button__icon{color:var(--primary-color)}", ""]);
|
|
320
320
|
// Exports
|
|
321
321
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
322
322
|
|
|
@@ -728,19 +728,19 @@ var update = add("38fad59c", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
728
728
|
|
|
729
729
|
/***/ }),
|
|
730
730
|
|
|
731
|
-
/***/
|
|
731
|
+
/***/ 119:
|
|
732
732
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
733
733
|
|
|
734
734
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
735
735
|
|
|
736
736
|
// load the styles
|
|
737
|
-
var content = __webpack_require__(
|
|
737
|
+
var content = __webpack_require__(99);
|
|
738
738
|
if(content.__esModule) content = content.default;
|
|
739
739
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
740
740
|
if(content.locals) module.exports = content.locals;
|
|
741
741
|
// add the styles to the DOM
|
|
742
742
|
var add = (__webpack_require__(402)/* ["default"] */ .Z)
|
|
743
|
-
var update = add("
|
|
743
|
+
var update = add("3a4b387a", content, true, {"sourceMap":false,"shadowMode":false});
|
|
744
744
|
|
|
745
745
|
/***/ }),
|
|
746
746
|
|
|
@@ -1281,59 +1281,26 @@ if (typeof window !== 'undefined') {
|
|
|
1281
1281
|
|
|
1282
1282
|
;// CONCATENATED MODULE: external {"commonjs":"vue","commonjs2":"vue","root":"Vue"}
|
|
1283
1283
|
const external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject = require("vue");
|
|
1284
|
-
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/avatar/avatar.vue?vue&type=template&id=
|
|
1284
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/avatar/avatar.vue?vue&type=template&id=36adc278
|
|
1285
1285
|
|
|
1286
1286
|
const _hoisted_1 = ["id"];
|
|
1287
1287
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1288
|
+
const _component_dt_presence = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("dt-presence");
|
|
1289
|
+
|
|
1288
1290
|
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div", {
|
|
1289
1291
|
id: $props.id,
|
|
1290
1292
|
class: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.normalizeClass)(['d-avatar', $data.AVATAR_KIND_MODIFIERS[$data.kind], $data.AVATAR_SIZE_MODIFIERS[$props.size], $data.AVATAR_COLOR_MODIFIERS[$props.color], $props.avatarClass]),
|
|
1291
1293
|
"data-qa": "dt-avatar"
|
|
1292
|
-
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.renderSlot)(_ctx.$slots, "default")
|
|
1294
|
+
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.renderSlot)(_ctx.$slots, "default"), $props.presence ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createBlock)(_component_dt_presence, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.mergeProps)({
|
|
1295
|
+
key: 0,
|
|
1296
|
+
presence: $props.presence,
|
|
1297
|
+
class: ['d-avatar__presence', $data.AVATAR_PRESENCE_SIZE_MODIFIERS[$props.size]]
|
|
1298
|
+
}, $props.presenceProps, {
|
|
1299
|
+
"data-qa": "dt-presence"
|
|
1300
|
+
}), null, 16, ["presence", "class"])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true)], 10, _hoisted_1);
|
|
1293
1301
|
}
|
|
1294
|
-
;// CONCATENATED MODULE: ./components/avatar/avatar.vue?vue&type=template&id=
|
|
1302
|
+
;// CONCATENATED MODULE: ./components/avatar/avatar.vue?vue&type=template&id=36adc278
|
|
1295
1303
|
|
|
1296
|
-
;// CONCATENATED MODULE: ./components/avatar/avatar_constants.js
|
|
1297
|
-
const AVATAR_KIND_MODIFIERS = {
|
|
1298
|
-
default: '',
|
|
1299
|
-
icon: 'd-avatar--icon',
|
|
1300
|
-
initials: 'd-avatar--initials'
|
|
1301
|
-
};
|
|
1302
|
-
const AVATAR_SIZE_MODIFIERS = {
|
|
1303
|
-
sm: 'd-avatar--sm',
|
|
1304
|
-
md: 'd-avatar--md',
|
|
1305
|
-
lg: 'd-avatar--lg'
|
|
1306
|
-
};
|
|
1307
|
-
const AVATAR_COLOR_MODIFIERS = {
|
|
1308
|
-
base: '',
|
|
1309
|
-
'orange-200': 'd-avatar--orange-200',
|
|
1310
|
-
'orange-300': 'd-avatar--orange-300',
|
|
1311
|
-
'orange-400': 'd-avatar--orange-400',
|
|
1312
|
-
'orange-500': 'd-avatar--orange-500',
|
|
1313
|
-
'magenta-100': 'd-avatar--magenta-100',
|
|
1314
|
-
'magenta-200': 'd-avatar--magenta-200',
|
|
1315
|
-
'magenta-300': 'd-avatar--magenta-300',
|
|
1316
|
-
'magenta-400': 'd-avatar--magenta-400',
|
|
1317
|
-
'purple-200': 'd-avatar--purple-200',
|
|
1318
|
-
'purple-300': 'd-avatar--purple-300',
|
|
1319
|
-
'purple-400': 'd-avatar--purple-400',
|
|
1320
|
-
'purple-500': 'd-avatar--purple-500',
|
|
1321
|
-
'gold-100': 'd-avatar--gold-100',
|
|
1322
|
-
'gold-200': 'd-avatar--gold-200',
|
|
1323
|
-
'gold-300': 'd-avatar--gold-300',
|
|
1324
|
-
'gold-500': 'd-avatar--gold-500'
|
|
1325
|
-
};
|
|
1326
|
-
const AVATAR_ICON_SIZES = {
|
|
1327
|
-
sm: '200',
|
|
1328
|
-
md: '400',
|
|
1329
|
-
lg: '500'
|
|
1330
|
-
};
|
|
1331
|
-
/* harmony default export */ const avatar_constants = ({
|
|
1332
|
-
AVATAR_KIND_MODIFIERS,
|
|
1333
|
-
AVATAR_SIZE_MODIFIERS,
|
|
1334
|
-
AVATAR_COLOR_MODIFIERS,
|
|
1335
|
-
AVATAR_ICON_SIZES
|
|
1336
|
-
});
|
|
1337
1304
|
;// CONCATENATED MODULE: ./common/constants.js
|
|
1338
1305
|
/* TODO: Move and sort these in a constants directory
|
|
1339
1306
|
|
|
@@ -1522,10 +1489,138 @@ const pascalCaseToKebabCase = string => {
|
|
|
1522
1489
|
flushPromises,
|
|
1523
1490
|
kebabCaseToPascalCase
|
|
1524
1491
|
});
|
|
1492
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/presence/presence.vue?vue&type=template&id=85037b42
|
|
1493
|
+
|
|
1494
|
+
const presencevue_type_template_id_85037b42_hoisted_1 = ["aria-live"];
|
|
1495
|
+
const _hoisted_2 = {
|
|
1496
|
+
key: 0,
|
|
1497
|
+
"data-qa": "dt-presence-sr-text",
|
|
1498
|
+
class: "sr-only"
|
|
1499
|
+
};
|
|
1500
|
+
function presencevue_type_template_id_85037b42_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1501
|
+
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div", {
|
|
1502
|
+
class: "d-presence",
|
|
1503
|
+
"data-qa": "dt-presence",
|
|
1504
|
+
role: "status",
|
|
1505
|
+
"aria-live": _ctx.$attrs.ariaLive || 'off'
|
|
1506
|
+
}, [$props.srText ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("span", _hoisted_2, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)($props.srText), 1)) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", {
|
|
1507
|
+
class: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.normalizeClass)(["d-presence__inner", {
|
|
1508
|
+
'd-presence__inner--active': $props.presence === 'active',
|
|
1509
|
+
'd-presence__inner--away': $props.presence === 'away',
|
|
1510
|
+
'd-presence__inner--busy': $props.presence === 'busy',
|
|
1511
|
+
'd-presence__inner--offline': $props.presence === 'offline'
|
|
1512
|
+
}])
|
|
1513
|
+
}, null, 2)], 8, presencevue_type_template_id_85037b42_hoisted_1);
|
|
1514
|
+
}
|
|
1515
|
+
;// CONCATENATED MODULE: ./components/presence/presence.vue?vue&type=template&id=85037b42
|
|
1516
|
+
|
|
1517
|
+
;// CONCATENATED MODULE: ./components/presence/presence_constants.js
|
|
1518
|
+
const PRESENCE_STATES = {
|
|
1519
|
+
BUSY: 'busy',
|
|
1520
|
+
AWAY: 'away',
|
|
1521
|
+
OFFLINE: 'offline',
|
|
1522
|
+
ACTIVE: 'active'
|
|
1523
|
+
};
|
|
1524
|
+
const PRESENCE_STATES_LIST = [PRESENCE_STATES.BUSY, PRESENCE_STATES.AWAY, PRESENCE_STATES.OFFLINE, PRESENCE_STATES.ACTIVE];
|
|
1525
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/presence/presence.vue?vue&type=script&lang=js
|
|
1526
|
+
|
|
1527
|
+
/**
|
|
1528
|
+
* Presence is a user status visual indicator element.
|
|
1529
|
+
* @see https://dialpad.design/components/presence.html
|
|
1530
|
+
*/
|
|
1531
|
+
|
|
1532
|
+
/* harmony default export */ const presencevue_type_script_lang_js = ({
|
|
1533
|
+
name: 'DtPresence',
|
|
1534
|
+
props: {
|
|
1535
|
+
/**
|
|
1536
|
+
* Determines the color of the inner presence circle, indicating status.
|
|
1537
|
+
* Accepts one of 4 values: 'busy', 'away', 'active', 'offline'
|
|
1538
|
+
*/
|
|
1539
|
+
presence: {
|
|
1540
|
+
type: String,
|
|
1541
|
+
default: PRESENCE_STATES.ACTIVE,
|
|
1542
|
+
validator: role => {
|
|
1543
|
+
return PRESENCE_STATES_LIST.includes(role);
|
|
1544
|
+
}
|
|
1545
|
+
},
|
|
1546
|
+
|
|
1547
|
+
/**
|
|
1548
|
+
* Since Presence is a visual element, we need SRs to read out any state changes
|
|
1549
|
+
* that occur.
|
|
1550
|
+
* Text entered here will be read by assistive technology. If null this component will be ignored by AT.
|
|
1551
|
+
*/
|
|
1552
|
+
srText: {
|
|
1553
|
+
type: String,
|
|
1554
|
+
default: null
|
|
1555
|
+
}
|
|
1556
|
+
}
|
|
1557
|
+
});
|
|
1558
|
+
;// CONCATENATED MODULE: ./components/presence/presence.vue?vue&type=script&lang=js
|
|
1559
|
+
|
|
1560
|
+
// EXTERNAL MODULE: ./node_modules/vue-loader/dist/exportHelper.js
|
|
1561
|
+
var exportHelper = __webpack_require__(744);
|
|
1562
|
+
;// CONCATENATED MODULE: ./components/presence/presence.vue
|
|
1563
|
+
|
|
1564
|
+
|
|
1565
|
+
|
|
1566
|
+
|
|
1567
|
+
;
|
|
1568
|
+
const __exports__ = /*#__PURE__*/(0,exportHelper/* default */.Z)(presencevue_type_script_lang_js, [['render',presencevue_type_template_id_85037b42_render]])
|
|
1569
|
+
|
|
1570
|
+
/* harmony default export */ const presence = (__exports__);
|
|
1571
|
+
;// CONCATENATED MODULE: ./components/presence/index.js
|
|
1572
|
+
|
|
1573
|
+
|
|
1574
|
+
;// CONCATENATED MODULE: ./components/avatar/avatar_constants.js
|
|
1575
|
+
const AVATAR_KIND_MODIFIERS = {
|
|
1576
|
+
default: '',
|
|
1577
|
+
icon: 'd-avatar--icon',
|
|
1578
|
+
initials: 'd-avatar--initials'
|
|
1579
|
+
};
|
|
1580
|
+
const AVATAR_SIZE_MODIFIERS = {
|
|
1581
|
+
sm: 'd-avatar--sm',
|
|
1582
|
+
md: 'd-avatar--md',
|
|
1583
|
+
lg: 'd-avatar--lg'
|
|
1584
|
+
};
|
|
1585
|
+
const AVATAR_PRESENCE_SIZE_MODIFIERS = {
|
|
1586
|
+
md: 'd-avatar__presence--md',
|
|
1587
|
+
lg: 'd-avatar__presence--lg'
|
|
1588
|
+
};
|
|
1589
|
+
const AVATAR_COLOR_MODIFIERS = {
|
|
1590
|
+
base: '',
|
|
1591
|
+
'orange-200': 'd-avatar--orange-200',
|
|
1592
|
+
'orange-300': 'd-avatar--orange-300',
|
|
1593
|
+
'orange-400': 'd-avatar--orange-400',
|
|
1594
|
+
'orange-500': 'd-avatar--orange-500',
|
|
1595
|
+
'magenta-100': 'd-avatar--magenta-100',
|
|
1596
|
+
'magenta-200': 'd-avatar--magenta-200',
|
|
1597
|
+
'magenta-300': 'd-avatar--magenta-300',
|
|
1598
|
+
'magenta-400': 'd-avatar--magenta-400',
|
|
1599
|
+
'purple-200': 'd-avatar--purple-200',
|
|
1600
|
+
'purple-300': 'd-avatar--purple-300',
|
|
1601
|
+
'purple-400': 'd-avatar--purple-400',
|
|
1602
|
+
'purple-500': 'd-avatar--purple-500',
|
|
1603
|
+
'gold-100': 'd-avatar--gold-100',
|
|
1604
|
+
'gold-200': 'd-avatar--gold-200',
|
|
1605
|
+
'gold-300': 'd-avatar--gold-300',
|
|
1606
|
+
'gold-500': 'd-avatar--gold-500'
|
|
1607
|
+
};
|
|
1608
|
+
const AVATAR_ICON_SIZES = {
|
|
1609
|
+
sm: '200',
|
|
1610
|
+
md: '400',
|
|
1611
|
+
lg: '500'
|
|
1612
|
+
};
|
|
1613
|
+
/* harmony default export */ const avatar_constants = ({
|
|
1614
|
+
AVATAR_KIND_MODIFIERS,
|
|
1615
|
+
AVATAR_SIZE_MODIFIERS,
|
|
1616
|
+
AVATAR_COLOR_MODIFIERS,
|
|
1617
|
+
AVATAR_ICON_SIZES
|
|
1618
|
+
});
|
|
1525
1619
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/avatar/avatar.vue?vue&type=script&lang=js
|
|
1526
1620
|
|
|
1527
1621
|
|
|
1528
1622
|
|
|
1623
|
+
|
|
1529
1624
|
/**
|
|
1530
1625
|
* An avatar is a visual representation of a user or object.
|
|
1531
1626
|
* @see https://dialpad.design/components/avatar.html
|
|
@@ -1533,6 +1628,9 @@ const pascalCaseToKebabCase = string => {
|
|
|
1533
1628
|
|
|
1534
1629
|
/* harmony default export */ const avatarvue_type_script_lang_js = ({
|
|
1535
1630
|
name: 'DtAvatar',
|
|
1631
|
+
components: {
|
|
1632
|
+
DtPresence: presence
|
|
1633
|
+
},
|
|
1536
1634
|
inheritAttrs: false,
|
|
1537
1635
|
props: {
|
|
1538
1636
|
/**
|
|
@@ -1577,6 +1675,24 @@ const pascalCaseToKebabCase = string => {
|
|
|
1577
1675
|
avatarClass: {
|
|
1578
1676
|
type: [String, Array, Object],
|
|
1579
1677
|
default: ''
|
|
1678
|
+
},
|
|
1679
|
+
|
|
1680
|
+
/**
|
|
1681
|
+
* Determines whether to show the presence indicator for
|
|
1682
|
+
* Avatar - accepts PRESENCE_STATES values: 'busy', 'away', 'offline',
|
|
1683
|
+
* or 'active'. By default, it's null and nothing is shown.
|
|
1684
|
+
*/
|
|
1685
|
+
presence: {
|
|
1686
|
+
type: String,
|
|
1687
|
+
default: null
|
|
1688
|
+
},
|
|
1689
|
+
|
|
1690
|
+
/**
|
|
1691
|
+
* A set of props to be passed into the presence component.
|
|
1692
|
+
*/
|
|
1693
|
+
presenceProps: {
|
|
1694
|
+
type: Object,
|
|
1695
|
+
default: () => ({})
|
|
1580
1696
|
}
|
|
1581
1697
|
},
|
|
1582
1698
|
|
|
@@ -1586,7 +1702,8 @@ const pascalCaseToKebabCase = string => {
|
|
|
1586
1702
|
kind: 'initials',
|
|
1587
1703
|
AVATAR_SIZE_MODIFIERS: AVATAR_SIZE_MODIFIERS,
|
|
1588
1704
|
AVATAR_COLOR_MODIFIERS: AVATAR_COLOR_MODIFIERS,
|
|
1589
|
-
AVATAR_KIND_MODIFIERS: AVATAR_KIND_MODIFIERS
|
|
1705
|
+
AVATAR_KIND_MODIFIERS: AVATAR_KIND_MODIFIERS,
|
|
1706
|
+
AVATAR_PRESENCE_SIZE_MODIFIERS: AVATAR_PRESENCE_SIZE_MODIFIERS
|
|
1590
1707
|
};
|
|
1591
1708
|
},
|
|
1592
1709
|
|
|
@@ -1647,17 +1764,15 @@ const pascalCaseToKebabCase = string => {
|
|
|
1647
1764
|
});
|
|
1648
1765
|
;// CONCATENATED MODULE: ./components/avatar/avatar.vue?vue&type=script&lang=js
|
|
1649
1766
|
|
|
1650
|
-
// EXTERNAL MODULE: ./node_modules/vue-loader/dist/exportHelper.js
|
|
1651
|
-
var exportHelper = __webpack_require__(744);
|
|
1652
1767
|
;// CONCATENATED MODULE: ./components/avatar/avatar.vue
|
|
1653
1768
|
|
|
1654
1769
|
|
|
1655
1770
|
|
|
1656
1771
|
|
|
1657
1772
|
;
|
|
1658
|
-
const
|
|
1773
|
+
const avatar_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(avatarvue_type_script_lang_js, [['render',render]])
|
|
1659
1774
|
|
|
1660
|
-
/* harmony default export */ const avatar = (
|
|
1775
|
+
/* harmony default export */ const avatar = (avatar_exports_);
|
|
1661
1776
|
;// CONCATENATED MODULE: ./components/avatar/index.js
|
|
1662
1777
|
|
|
1663
1778
|
|
|
@@ -1746,7 +1861,7 @@ const badge_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(badgevue_typ
|
|
|
1746
1861
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/banner/banner.vue?vue&type=template&id=a3c41ca8
|
|
1747
1862
|
|
|
1748
1863
|
const bannervue_type_template_id_a3c41ca8_hoisted_1 = ["role"];
|
|
1749
|
-
const
|
|
1864
|
+
const bannervue_type_template_id_a3c41ca8_hoisted_2 = ["aria-labelledby", "aria-describedby"];
|
|
1750
1865
|
function bannervue_type_template_id_a3c41ca8_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1751
1866
|
const _component_dt_notice_icon = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("dt-notice-icon");
|
|
1752
1867
|
|
|
@@ -1788,7 +1903,7 @@ function bannervue_type_template_id_a3c41ca8_render(_ctx, _cache, $props, $setup
|
|
|
1788
1903
|
}, {
|
|
1789
1904
|
default: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.renderSlot)(_ctx.$slots, "action")]),
|
|
1790
1905
|
_: 3
|
|
1791
|
-
}, 8, ["hide-close", "close-button-props", "visually-hidden-close", "visually-hidden-close-label"])], 10,
|
|
1906
|
+
}, 8, ["hide-close", "close-button-props", "visually-hidden-close", "visually-hidden-close-label"])], 10, bannervue_type_template_id_a3c41ca8_hoisted_2)], 46, bannervue_type_template_id_a3c41ca8_hoisted_1);
|
|
1792
1907
|
}
|
|
1793
1908
|
;// CONCATENATED MODULE: ./components/banner/banner.vue?vue&type=template&id=a3c41ca8
|
|
1794
1909
|
|
|
@@ -18681,9 +18796,9 @@ const combobox_multi_select_exports_ = /*#__PURE__*/(0,exportHelper/* default */
|
|
|
18681
18796
|
;// CONCATENATED MODULE: ./recipes/comboboxes/combobox_multi_select/index.js
|
|
18682
18797
|
|
|
18683
18798
|
|
|
18684
|
-
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./recipes/buttons/callbar_button/callbar_button.vue?vue&type=template&id=
|
|
18799
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./recipes/buttons/callbar_button/callbar_button.vue?vue&type=template&id=e4ef387c
|
|
18685
18800
|
|
|
18686
|
-
function
|
|
18801
|
+
function callbar_buttonvue_type_template_id_e4ef387c_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
18687
18802
|
const _component_dt_button = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("dt-button");
|
|
18688
18803
|
|
|
18689
18804
|
const _component_dt_tooltip = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("dt-tooltip");
|
|
@@ -18710,7 +18825,7 @@ function callbar_buttonvue_type_template_id_515e121a_render(_ctx, _cache, $props
|
|
|
18710
18825
|
_: 3
|
|
18711
18826
|
}, 8, ["id"]);
|
|
18712
18827
|
}
|
|
18713
|
-
;// CONCATENATED MODULE: ./recipes/buttons/callbar_button/callbar_button.vue?vue&type=template&id=
|
|
18828
|
+
;// CONCATENATED MODULE: ./recipes/buttons/callbar_button/callbar_button.vue?vue&type=template&id=e4ef387c
|
|
18714
18829
|
|
|
18715
18830
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./recipes/buttons/callbar_button/callbar_button.vue?vue&type=script&lang=js
|
|
18716
18831
|
|
|
@@ -18811,9 +18926,9 @@ function callbar_buttonvue_type_template_id_515e121a_render(_ctx, _cache, $props
|
|
|
18811
18926
|
});
|
|
18812
18927
|
;// CONCATENATED MODULE: ./recipes/buttons/callbar_button/callbar_button.vue?vue&type=script&lang=js
|
|
18813
18928
|
|
|
18814
|
-
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-74.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-74.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-74.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-74.use[3]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-74.use[4]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./recipes/buttons/callbar_button/callbar_button.vue?vue&type=style&index=0&id=
|
|
18815
|
-
var
|
|
18816
|
-
;// CONCATENATED MODULE: ./recipes/buttons/callbar_button/callbar_button.vue?vue&type=style&index=0&id=
|
|
18929
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-74.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-74.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-74.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-74.use[3]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-74.use[4]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./recipes/buttons/callbar_button/callbar_button.vue?vue&type=style&index=0&id=e4ef387c&lang=less
|
|
18930
|
+
var callbar_buttonvue_type_style_index_0_id_e4ef387c_lang_less = __webpack_require__(119);
|
|
18931
|
+
;// CONCATENATED MODULE: ./recipes/buttons/callbar_button/callbar_button.vue?vue&type=style&index=0&id=e4ef387c&lang=less
|
|
18817
18932
|
|
|
18818
18933
|
;// CONCATENATED MODULE: ./recipes/buttons/callbar_button/callbar_button.vue
|
|
18819
18934
|
|
|
@@ -18823,7 +18938,7 @@ var callbar_buttonvue_type_style_index_0_id_515e121a_lang_less = __webpack_requi
|
|
|
18823
18938
|
;
|
|
18824
18939
|
|
|
18825
18940
|
|
|
18826
|
-
const callbar_button_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(callbar_buttonvue_type_script_lang_js, [['render',
|
|
18941
|
+
const callbar_button_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(callbar_buttonvue_type_script_lang_js, [['render',callbar_buttonvue_type_template_id_e4ef387c_render]])
|
|
18827
18942
|
|
|
18828
18943
|
/* harmony default export */ const callbar_button = (callbar_button_exports_);
|
|
18829
18944
|
;// CONCATENATED MODULE: ./recipes/buttons/callbar_button/index.js
|