@dialpad/dialtone-vue 1.0.0-beta.5 → 1.0.0-beta.6
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/README.md +1 -1
- package/dist/dialtone-vue.common.js +997 -204
- package/dist/dialtone-vue.umd.js +997 -204
- package/dist/dialtone-vue.umd.min.js +1 -1
- package/package.json +3 -3
|
@@ -624,12 +624,21 @@ __webpack_require__.d(__webpack_exports__, "POPOVER_VERTICAL_ALIGNMENT", functio
|
|
|
624
624
|
__webpack_require__.d(__webpack_exports__, "POPOVER_ROLES", function() { return /* reexport */ POPOVER_ROLES; });
|
|
625
625
|
__webpack_require__.d(__webpack_exports__, "DtRadio", function() { return /* reexport */ radio_radio; });
|
|
626
626
|
__webpack_require__.d(__webpack_exports__, "DtRadioGroup", function() { return /* reexport */ radio_group; });
|
|
627
|
+
__webpack_require__.d(__webpack_exports__, "DtTabGroup", function() { return /* reexport */ tab_group; });
|
|
628
|
+
__webpack_require__.d(__webpack_exports__, "DtTab", function() { return /* reexport */ tab; });
|
|
629
|
+
__webpack_require__.d(__webpack_exports__, "DtTabPanel", function() { return /* reexport */ tab_panel; });
|
|
630
|
+
__webpack_require__.d(__webpack_exports__, "TAB_LIST_KIND_MODIFIERS", function() { return /* reexport */ TAB_LIST_KIND_MODIFIERS; });
|
|
631
|
+
__webpack_require__.d(__webpack_exports__, "TAB_LIST_SIZES", function() { return /* reexport */ TAB_LIST_SIZES; });
|
|
632
|
+
__webpack_require__.d(__webpack_exports__, "TAB_LIST_IMPORTANCE_MODIFIERS", function() { return /* reexport */ TAB_LIST_IMPORTANCE_MODIFIERS; });
|
|
633
|
+
__webpack_require__.d(__webpack_exports__, "TAB_IMPORTANCE_MODIFIERS", function() { return /* reexport */ TAB_IMPORTANCE_MODIFIERS; });
|
|
627
634
|
__webpack_require__.d(__webpack_exports__, "DtValidationMessages", function() { return /* reexport */ validation_messages; });
|
|
628
635
|
__webpack_require__.d(__webpack_exports__, "DtCheckbox", function() { return /* reexport */ checkbox_checkbox; });
|
|
629
636
|
__webpack_require__.d(__webpack_exports__, "DtCheckboxGroup", function() { return /* reexport */ checkbox_group; });
|
|
630
637
|
__webpack_require__.d(__webpack_exports__, "DtSelectMenu", function() { return /* reexport */ select_menu; });
|
|
631
638
|
__webpack_require__.d(__webpack_exports__, "SELECT_SIZE_MODIFIERS", function() { return /* reexport */ SELECT_SIZE_MODIFIERS; });
|
|
632
639
|
__webpack_require__.d(__webpack_exports__, "SELECT_STATE_MODIFIERS", function() { return /* reexport */ SELECT_STATE_MODIFIERS; });
|
|
640
|
+
__webpack_require__.d(__webpack_exports__, "DtToast", function() { return /* reexport */ toast; });
|
|
641
|
+
__webpack_require__.d(__webpack_exports__, "TOAST_ROLES", function() { return /* reexport */ TOAST_ROLES; });
|
|
633
642
|
__webpack_require__.d(__webpack_exports__, "DtTooltip", function() { return /* reexport */ tooltip; });
|
|
634
643
|
__webpack_require__.d(__webpack_exports__, "TOOLTIP_DIRECTION_MODIFIERS", function() { return /* reexport */ TOOLTIP_DIRECTION_MODIFIERS; });
|
|
635
644
|
__webpack_require__.d(__webpack_exports__, "TOOLTIP_KIND_MODIFIERS", function() { return /* reexport */ TOOLTIP_KIND_MODIFIERS; });
|
|
@@ -662,7 +671,7 @@ if (typeof window !== 'undefined') {
|
|
|
662
671
|
// Indicate to webpack that this file can be concatenated
|
|
663
672
|
/* harmony default export */ var setPublicPath = (null);
|
|
664
673
|
|
|
665
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
674
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b85754c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/avatar/avatar.vue?vue&type=template&id=3c007948&
|
|
666
675
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:[
|
|
667
676
|
'd-avatar',
|
|
668
677
|
_vm.AVATAR_KIND_MODIFIERS[_vm.kind],
|
|
@@ -1076,7 +1085,7 @@ var component = normalizeComponent(
|
|
|
1076
1085
|
// CONCATENATED MODULE: ./components/avatar/index.js
|
|
1077
1086
|
|
|
1078
1087
|
|
|
1079
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
1088
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b85754c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/badge/badge.vue?vue&type=template&id=8281dbe6&
|
|
1080
1089
|
var badgevue_type_template_id_8281dbe6_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span',{class:[
|
|
1081
1090
|
'd-badge',
|
|
1082
1091
|
_vm.BADGE_COLOR_MODIFIERS[_vm.color] ],attrs:{"data-qa":"dt-badge"}},[_vm._t("default",[_vm._v(" "+_vm._s(_vm.text)+" ")])],2)}
|
|
@@ -1173,21 +1182,21 @@ var badge_component = normalizeComponent(
|
|
|
1173
1182
|
// CONCATENATED MODULE: ./components/badge/index.js
|
|
1174
1183
|
|
|
1175
1184
|
|
|
1176
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
1185
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b85754c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/banner/banner.vue?vue&type=template&id=928dbcb4&
|
|
1177
1186
|
var bannervue_type_template_id_928dbcb4_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('aside',{class:_vm.bannerClass,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($event)}}},[_c('div',{staticClass:"d-banner__dialog",attrs:{"aria-labelledby":_vm.titleId,"aria-describedby":_vm.contentId}},[_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},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)])}
|
|
1178
1187
|
var bannervue_type_template_id_928dbcb4_staticRenderFns = []
|
|
1179
1188
|
|
|
1180
1189
|
|
|
1181
1190
|
// CONCATENATED MODULE: ./components/banner/banner.vue?vue&type=template&id=928dbcb4&
|
|
1182
1191
|
|
|
1183
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
1192
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b85754c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/notice/notice_icon.vue?vue&type=template&id=58ae40bb&
|
|
1184
1193
|
var notice_iconvue_type_template_id_58ae40bb_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",[_c(_vm.defaultIcon,{tag:"component"})])],2):_vm._e()}
|
|
1185
1194
|
var notice_iconvue_type_template_id_58ae40bb_staticRenderFns = []
|
|
1186
1195
|
|
|
1187
1196
|
|
|
1188
1197
|
// CONCATENATED MODULE: ./components/notice/notice_icon.vue?vue&type=template&id=58ae40bb&
|
|
1189
1198
|
|
|
1190
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
1199
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b85754c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./node_modules/@dialpad/dialtone/lib/dist/vue/icons/IconLightbulb.vue?vue&type=template&id=07d1b1af&
|
|
1191
1200
|
var IconLightbulbvue_type_template_id_07d1b1af_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{staticClass:"d-svg d-svg--system d-svg__lightbulb",attrs:{"aria-hidden":"true","aria-label":"Lightbulb","viewBox":"0 0 24 24"}},[_c('path',{attrs:{"d":"M9 21c0 .5.4 1 1 1h4c.6 0 1-.5 1-1v-1H9v1zm3-19C8.1 2 5 5.1 5 9c0 2.4 1.2 4.5 3 5.7V17c0 .5.4 1 1 1h6c.6 0 1-.5 1-1v-2.3c1.8-1.3 3-3.4 3-5.7 0-3.9-3.1-7-7-7z"}})])}
|
|
1192
1201
|
var IconLightbulbvue_type_template_id_07d1b1af_staticRenderFns = []
|
|
1193
1202
|
|
|
@@ -1213,7 +1222,7 @@ var IconLightbulb_component = normalizeComponent(
|
|
|
1213
1222
|
)
|
|
1214
1223
|
|
|
1215
1224
|
/* harmony default export */ var IconLightbulb = (IconLightbulb_component.exports);
|
|
1216
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
1225
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b85754c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./node_modules/@dialpad/dialtone/lib/dist/vue/icons/IconInfo.vue?vue&type=template&id=d1105ee6&
|
|
1217
1226
|
var IconInfovue_type_template_id_d1105ee6_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{staticClass:"d-svg d-svg--system d-svg__info",attrs:{"aria-hidden":"true","aria-label":"Info","viewBox":"0 0 24 24"}},[_c('path',{attrs:{"d":"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"}})])}
|
|
1218
1227
|
var IconInfovue_type_template_id_d1105ee6_staticRenderFns = []
|
|
1219
1228
|
|
|
@@ -1239,7 +1248,7 @@ var IconInfo_component = normalizeComponent(
|
|
|
1239
1248
|
)
|
|
1240
1249
|
|
|
1241
1250
|
/* harmony default export */ var IconInfo = (IconInfo_component.exports);
|
|
1242
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
1251
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b85754c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./node_modules/@dialpad/dialtone/lib/dist/vue/icons/IconWarning.vue?vue&type=template&id=0a24defa&
|
|
1243
1252
|
var IconWarningvue_type_template_id_0a24defa_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{staticClass:"d-svg d-svg--system d-svg__warning",attrs:{"aria-hidden":"true","aria-label":"Warning","viewBox":"0 0 24 24"}},[_c('path',{attrs:{"d":"M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"}})])}
|
|
1244
1253
|
var IconWarningvue_type_template_id_0a24defa_staticRenderFns = []
|
|
1245
1254
|
|
|
@@ -1265,7 +1274,7 @@ var IconWarning_component = normalizeComponent(
|
|
|
1265
1274
|
)
|
|
1266
1275
|
|
|
1267
1276
|
/* harmony default export */ var IconWarning = (IconWarning_component.exports);
|
|
1268
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
1277
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b85754c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./node_modules/@dialpad/dialtone/lib/dist/vue/icons/IconError.vue?vue&type=template&id=4d9e3e9d&
|
|
1269
1278
|
var IconErrorvue_type_template_id_4d9e3e9d_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{staticClass:"d-svg d-svg--system d-svg__error",attrs:{"aria-hidden":"true","aria-label":"Error","viewBox":"0 0 24 24"}},[_c('path',{attrs:{"d":"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"}})])}
|
|
1270
1279
|
var IconErrorvue_type_template_id_4d9e3e9d_staticRenderFns = []
|
|
1271
1280
|
|
|
@@ -1291,7 +1300,7 @@ var IconError_component = normalizeComponent(
|
|
|
1291
1300
|
)
|
|
1292
1301
|
|
|
1293
1302
|
/* harmony default export */ var IconError = (IconError_component.exports);
|
|
1294
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
1303
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b85754c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./node_modules/@dialpad/dialtone/lib/dist/vue/icons/IconCheckCircle.vue?vue&type=template&id=016c7d48&
|
|
1295
1304
|
var IconCheckCirclevue_type_template_id_016c7d48_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{staticClass:"d-svg d-svg--system d-svg__checkCircle",attrs:{"aria-hidden":"true","aria-label":"Check Circle","viewBox":"0 0 24 24"}},[_c('path',{attrs:{"d":"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"}})])}
|
|
1296
1305
|
var IconCheckCirclevue_type_template_id_016c7d48_staticRenderFns = []
|
|
1297
1306
|
|
|
@@ -1395,12 +1404,12 @@ var notice_icon_component = normalizeComponent(
|
|
|
1395
1404
|
)
|
|
1396
1405
|
|
|
1397
1406
|
/* harmony default export */ var notice_icon = (notice_icon_component.exports);
|
|
1398
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
1399
|
-
var
|
|
1400
|
-
var
|
|
1407
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b85754c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/notice/notice_content.vue?vue&type=template&id=24cf95e4&
|
|
1408
|
+
var notice_contentvue_type_template_id_24cf95e4_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 || this.$slots.titleOverride)?_c('p',{staticClass:"d-notice__title",attrs:{"id":_vm.titleId,"data-qa":"notice-content-title"}},[_vm._t("titleOverride",[_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)])}
|
|
1409
|
+
var notice_contentvue_type_template_id_24cf95e4_staticRenderFns = []
|
|
1401
1410
|
|
|
1402
1411
|
|
|
1403
|
-
// CONCATENATED MODULE: ./components/notice/notice_content.vue?vue&type=template&id=
|
|
1412
|
+
// CONCATENATED MODULE: ./components/notice/notice_content.vue?vue&type=template&id=24cf95e4&
|
|
1404
1413
|
|
|
1405
1414
|
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/notice/notice_content.vue?vue&type=script&lang=js&
|
|
1406
1415
|
//
|
|
@@ -1457,8 +1466,8 @@ var notice_contentvue_type_template_id_4ce704f6_staticRenderFns = []
|
|
|
1457
1466
|
|
|
1458
1467
|
var notice_content_component = normalizeComponent(
|
|
1459
1468
|
notice_notice_contentvue_type_script_lang_js_,
|
|
1460
|
-
|
|
1461
|
-
|
|
1469
|
+
notice_contentvue_type_template_id_24cf95e4_render,
|
|
1470
|
+
notice_contentvue_type_template_id_24cf95e4_staticRenderFns,
|
|
1462
1471
|
false,
|
|
1463
1472
|
null,
|
|
1464
1473
|
null,
|
|
@@ -1467,14 +1476,14 @@ var notice_content_component = normalizeComponent(
|
|
|
1467
1476
|
)
|
|
1468
1477
|
|
|
1469
1478
|
/* harmony default export */ var notice_content = (notice_content_component.exports);
|
|
1470
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
1479
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b85754c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/notice/notice_action.vue?vue&type=template&id=279e5f84&
|
|
1471
1480
|
var notice_actionvue_type_template_id_279e5f84_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)}
|
|
1472
1481
|
var notice_actionvue_type_template_id_279e5f84_staticRenderFns = []
|
|
1473
1482
|
|
|
1474
1483
|
|
|
1475
1484
|
// CONCATENATED MODULE: ./components/notice/notice_action.vue?vue&type=template&id=279e5f84&
|
|
1476
1485
|
|
|
1477
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
1486
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b85754c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./node_modules/@dialpad/dialtone/lib/dist/vue/icons/IconClose.vue?vue&type=template&id=18642c39&
|
|
1478
1487
|
var IconClosevue_type_template_id_18642c39_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{staticClass:"d-svg d-svg--system d-svg__close",attrs:{"aria-hidden":"true","aria-label":"Close","viewBox":"0 0 24 24"}},[_c('path',{attrs:{"d":"M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"}})])}
|
|
1479
1488
|
var IconClosevue_type_template_id_18642c39_staticRenderFns = []
|
|
1480
1489
|
|
|
@@ -1500,7 +1509,7 @@ var IconClose_component = normalizeComponent(
|
|
|
1500
1509
|
)
|
|
1501
1510
|
|
|
1502
1511
|
/* harmony default export */ var IconClose = (IconClose_component.exports);
|
|
1503
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
1512
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b85754c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/button/button.vue?vue&type=template&id=50f25d54&
|
|
1504
1513
|
var buttonvue_type_template_id_50f25d54_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('button',_vm._g({class:[
|
|
1505
1514
|
'base-button__button',
|
|
1506
1515
|
_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.$slots.icon && !_vm.link)?_c('span',{class:[
|
|
@@ -2221,32 +2230,32 @@ var banner_component = normalizeComponent(
|
|
|
2221
2230
|
/* harmony default export */ var banner = (banner_component.exports);
|
|
2222
2231
|
// CONCATENATED MODULE: ./components/banner/index.js
|
|
2223
2232
|
|
|
2224
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2225
|
-
var
|
|
2233
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b85754c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/breadcrumbs/breadcrumbs.vue?vue&type=template&id=b762e354&
|
|
2234
|
+
var breadcrumbsvue_type_template_id_b762e354_render = function () {
|
|
2226
2235
|
var _obj;
|
|
2227
2236
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('nav',{class:[
|
|
2228
2237
|
'd-breadcrumbs',
|
|
2229
|
-
( _obj = {}, _obj[_vm.BREADCRUMBS_INVERTED_MODIFIER] = _vm.inverted, _obj ) ]},[_c('ol',[_vm._t("default",_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)])}
|
|
2230
|
-
var
|
|
2238
|
+
( _obj = {}, _obj[_vm.BREADCRUMBS_INVERTED_MODIFIER] = _vm.inverted, _obj ) ],attrs:{"aria-label":_vm.ariaLabel,"data-qa":"dt-breadcrumbs"}},[_c('ol',[_vm._t("default",_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)])}
|
|
2239
|
+
var breadcrumbsvue_type_template_id_b762e354_staticRenderFns = []
|
|
2231
2240
|
|
|
2232
2241
|
|
|
2233
|
-
// CONCATENATED MODULE: ./components/breadcrumbs/breadcrumbs.vue?vue&type=template&id=
|
|
2242
|
+
// CONCATENATED MODULE: ./components/breadcrumbs/breadcrumbs.vue?vue&type=template&id=b762e354&
|
|
2234
2243
|
|
|
2235
2244
|
// CONCATENATED MODULE: ./components/breadcrumbs/breadcrumbs_constants.js
|
|
2236
2245
|
const BREADCRUMB_ITEM_SELECTED_MODIFIER = 'd-breadcrumbs__item--selected';
|
|
2237
2246
|
const BREADCRUMBS_INVERTED_MODIFIER = 'd-breadcrumbs--inverted';
|
|
2238
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2239
|
-
var
|
|
2247
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b85754c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/breadcrumbs/breadcrumb_item.vue?vue&type=template&id=6f97ec8a&
|
|
2248
|
+
var breadcrumb_itemvue_type_template_id_6f97ec8a_render = function () {
|
|
2240
2249
|
var _obj;
|
|
2241
2250
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('li',{class:[
|
|
2242
2251
|
'd-breadcrumbs__item',
|
|
2243
|
-
( _obj = {}, _obj[_vm.BREADCRUMB_ITEM_SELECTED_MODIFIER] = _vm.selected, _obj ) ]},[_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",[_vm._v(" "+_vm._s(_vm.label)+" ")])],2)],1)}
|
|
2244
|
-
var
|
|
2252
|
+
( _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",[_vm._v(" "+_vm._s(_vm.label)+" ")])],2)],1)}
|
|
2253
|
+
var breadcrumb_itemvue_type_template_id_6f97ec8a_staticRenderFns = []
|
|
2245
2254
|
|
|
2246
2255
|
|
|
2247
|
-
// CONCATENATED MODULE: ./components/breadcrumbs/breadcrumb_item.vue?vue&type=template&id=
|
|
2256
|
+
// CONCATENATED MODULE: ./components/breadcrumbs/breadcrumb_item.vue?vue&type=template&id=6f97ec8a&
|
|
2248
2257
|
|
|
2249
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2258
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b85754c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/link/link.vue?vue&type=template&id=6af78110&
|
|
2250
2259
|
var linkvue_type_template_id_6af78110_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a',{class:[
|
|
2251
2260
|
'd-link',
|
|
2252
2261
|
_vm.LINK_KIND_MODIFIERS[_vm.kind] ],attrs:{"data-qa":"dt-link"}},[_vm._t("default")],2)}
|
|
@@ -2340,6 +2349,7 @@ var link_component = normalizeComponent(
|
|
|
2340
2349
|
//
|
|
2341
2350
|
//
|
|
2342
2351
|
//
|
|
2352
|
+
//
|
|
2343
2353
|
|
|
2344
2354
|
|
|
2345
2355
|
|
|
@@ -2404,8 +2414,8 @@ var link_component = normalizeComponent(
|
|
|
2404
2414
|
|
|
2405
2415
|
var breadcrumb_item_component = normalizeComponent(
|
|
2406
2416
|
breadcrumbs_breadcrumb_itemvue_type_script_lang_js_,
|
|
2407
|
-
|
|
2408
|
-
|
|
2417
|
+
breadcrumb_itemvue_type_template_id_6f97ec8a_render,
|
|
2418
|
+
breadcrumb_itemvue_type_template_id_6f97ec8a_staticRenderFns,
|
|
2409
2419
|
false,
|
|
2410
2420
|
null,
|
|
2411
2421
|
null,
|
|
@@ -2436,6 +2446,8 @@ var breadcrumb_item_component = normalizeComponent(
|
|
|
2436
2446
|
//
|
|
2437
2447
|
//
|
|
2438
2448
|
//
|
|
2449
|
+
//
|
|
2450
|
+
//
|
|
2439
2451
|
|
|
2440
2452
|
|
|
2441
2453
|
|
|
@@ -2469,6 +2481,14 @@ var breadcrumb_item_component = normalizeComponent(
|
|
|
2469
2481
|
inverted: {
|
|
2470
2482
|
type: Boolean,
|
|
2471
2483
|
default: false
|
|
2484
|
+
},
|
|
2485
|
+
|
|
2486
|
+
/**
|
|
2487
|
+
* Descriptive label for the navigation content.
|
|
2488
|
+
*/
|
|
2489
|
+
ariaLabel: {
|
|
2490
|
+
type: String,
|
|
2491
|
+
default: 'breadcrumb'
|
|
2472
2492
|
}
|
|
2473
2493
|
},
|
|
2474
2494
|
|
|
@@ -2497,8 +2517,8 @@ var breadcrumb_item_component = normalizeComponent(
|
|
|
2497
2517
|
|
|
2498
2518
|
var breadcrumbs_component = normalizeComponent(
|
|
2499
2519
|
breadcrumbs_breadcrumbsvue_type_script_lang_js_,
|
|
2500
|
-
|
|
2501
|
-
|
|
2520
|
+
breadcrumbsvue_type_template_id_b762e354_render,
|
|
2521
|
+
breadcrumbsvue_type_template_id_b762e354_staticRenderFns,
|
|
2502
2522
|
false,
|
|
2503
2523
|
null,
|
|
2504
2524
|
null,
|
|
@@ -2513,7 +2533,7 @@ var breadcrumbs_component = normalizeComponent(
|
|
|
2513
2533
|
|
|
2514
2534
|
// CONCATENATED MODULE: ./components/button/index.js
|
|
2515
2535
|
|
|
2516
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2536
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b85754c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/input/input.vue?vue&type=template&id=4e7e7271&
|
|
2517
2537
|
var inputvue_type_template_id_4e7e7271_render = function () {
|
|
2518
2538
|
var _obj, _obj$1;
|
|
2519
2539
|
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",[_c('div',{class:[
|
|
@@ -2549,19 +2569,19 @@ const INPUT_SIZES = {
|
|
|
2549
2569
|
INPUT_TYPES,
|
|
2550
2570
|
INPUT_SIZES
|
|
2551
2571
|
});
|
|
2552
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2553
|
-
var
|
|
2572
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b85754c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/validation_messages/validation_messages.vue?vue&type=template&id=7d26d3bb&
|
|
2573
|
+
var validation_messagesvue_type_template_id_7d26d3bb_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){
|
|
2554
2574
|
var message = ref.message;
|
|
2555
2575
|
var type = ref.type;
|
|
2556
2576
|
return _c('div',{key:_vm.getMessageKey(type, index),class:[
|
|
2557
2577
|
'base-input__message',
|
|
2558
2578
|
'd-validation-message',
|
|
2559
2579
|
("base-input__message--" + type),
|
|
2560
|
-
("d-validation-message--" + type) ],attrs:{"role":"status","aria-live":"polite","data-qa":"validation-message"}},[
|
|
2561
|
-
var
|
|
2580
|
+
("d-validation-message--" + type) ],attrs:{"role":"status","aria-live":"polite","data-qa":"validation-message"}},[_c('p',{domProps:{"innerHTML":_vm._s(message)}})])}),0):_vm._e()}
|
|
2581
|
+
var validation_messagesvue_type_template_id_7d26d3bb_staticRenderFns = []
|
|
2562
2582
|
|
|
2563
2583
|
|
|
2564
|
-
// CONCATENATED MODULE: ./components/validation_messages/validation_messages.vue?vue&type=template&id=
|
|
2584
|
+
// CONCATENATED MODULE: ./components/validation_messages/validation_messages.vue?vue&type=template&id=7d26d3bb&
|
|
2565
2585
|
|
|
2566
2586
|
// CONCATENATED MODULE: ./components/validators.js
|
|
2567
2587
|
|
|
@@ -2678,8 +2698,8 @@ function validationMessageValidator(rawMessages) {
|
|
|
2678
2698
|
|
|
2679
2699
|
var validation_messages_component = normalizeComponent(
|
|
2680
2700
|
validation_messages_validation_messagesvue_type_script_lang_js_,
|
|
2681
|
-
|
|
2682
|
-
|
|
2701
|
+
validation_messagesvue_type_template_id_7d26d3bb_render,
|
|
2702
|
+
validation_messagesvue_type_template_id_7d26d3bb_staticRenderFns,
|
|
2683
2703
|
false,
|
|
2684
2704
|
null,
|
|
2685
2705
|
null,
|
|
@@ -3319,7 +3339,7 @@ var input_component = normalizeComponent(
|
|
|
3319
3339
|
// CONCATENATED MODULE: ./components/input/index.js
|
|
3320
3340
|
|
|
3321
3341
|
|
|
3322
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
3342
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b85754c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/input_group/input_group.vue?vue&type=template&id=34acc7c9&
|
|
3323
3343
|
var input_groupvue_type_template_id_34acc7c9_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",[_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)}
|
|
3324
3344
|
var input_groupvue_type_template_id_34acc7c9_staticRenderFns = []
|
|
3325
3345
|
|
|
@@ -3614,7 +3634,7 @@ var input_group_component = normalizeComponent(
|
|
|
3614
3634
|
/* harmony default export */ var input_group_input_group = (input_group_component.exports);
|
|
3615
3635
|
// CONCATENATED MODULE: ./components/input_group/index.js
|
|
3616
3636
|
|
|
3617
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
3637
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b85754c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/modal/modal.vue?vue&type=template&id=055b70f4&
|
|
3618
3638
|
var modalvue_type_template_id_055b70f4_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:[
|
|
3619
3639
|
'd-modal',
|
|
3620
3640
|
_vm.MODAL_KIND_MODIFIERS[_vm.kind],
|
|
@@ -3908,7 +3928,7 @@ var modal_component = normalizeComponent(
|
|
|
3908
3928
|
// CONCATENATED MODULE: ./components/modal/index.js
|
|
3909
3929
|
|
|
3910
3930
|
|
|
3911
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
3931
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b85754c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/lazy_show/lazy_show.vue?vue&type=template&id=25b42290&
|
|
3912
3932
|
var lazy_showvue_type_template_id_25b42290_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('transition',{attrs:{"name":_vm.transition}},[_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)])}
|
|
3913
3933
|
var lazy_showvue_type_template_id_25b42290_staticRenderFns = []
|
|
3914
3934
|
|
|
@@ -3991,7 +4011,7 @@ var lazy_show_component = normalizeComponent(
|
|
|
3991
4011
|
/* harmony default export */ var lazy_show = (lazy_show_component.exports);
|
|
3992
4012
|
// CONCATENATED MODULE: ./components/lazy_show/index.js
|
|
3993
4013
|
|
|
3994
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
4014
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b85754c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/list_section/list_section.vue?vue&type=template&id=2154a8d5&
|
|
3995
4015
|
var list_sectionvue_type_template_id_2154a8d5_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:['dt-list-section', 'd-fs14', 'd-lh6', 'd-py6', 'd-border-color--ash-darker',
|
|
3996
4016
|
{ 'd-border-bottom': _vm.separator }],attrs:{"id":_vm.id,"role":"group","aria-labelledby":(_vm.id + "-list-section-header"),"tabindex":"-1"}},[(_vm.header)?_c('h3',{staticClass:"d-pl16 d-mt6",attrs:{"id":(_vm.id + "-list-section-header")}},[_vm._v(" "+_vm._s(_vm.header)+" ")]):_vm._e(),(!_vm.isCollapsible || _vm.showAll)?_c('ol',{attrs:{"id":(_vm.id + "-list-section-content")}},[_vm._t("default")],2):_c('ol',{attrs:{"id":(_vm.id + "-list-section-content")}},[_c('vnodes',{attrs:{"vnodes":_vm.displayedItems}})],1),(_vm.isCollapsible)?_c('dt-button',{staticClass:"d-ml16 d-py6",attrs:{"id":(_vm.id + "-list-section-show-more-less"),"link":""},on:{"click":_vm.showMoreLessClicked}},[_vm._v(" "+_vm._s(_vm.showMoreLessText)+" ")]):_vm._e()],1)}
|
|
3997
4017
|
var list_sectionvue_type_template_id_2154a8d5_staticRenderFns = []
|
|
@@ -4170,7 +4190,7 @@ var list_section_component = normalizeComponent(
|
|
|
4170
4190
|
/* harmony default export */ var list_section = (list_section_component.exports);
|
|
4171
4191
|
// CONCATENATED MODULE: ./components/list_section/index.js
|
|
4172
4192
|
|
|
4173
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
4193
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b85754c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/list_item/list_item.vue?vue&type=template&id=6b1bb1b9&
|
|
4174
4194
|
var list_itemvue_type_template_id_6b1bb1b9_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('li',{class:['dt-list-item', 'd-fs14', 'd-lh6', 'd-py6', 'd-px16', 'd-d-flex', 'd-ai-center',
|
|
4175
4195
|
{ 'dt-list-item-clickable': _vm.clickable, 'd-jc-space-between': this.$slots.iconRight }],attrs:{"id":_vm.id,"tabindex":_vm.clickable ? 0 : -1},on:{"keydown":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.clicked($event)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"space",32,$event.key,[" ","Spacebar"])){ return null; }return _vm.clicked($event)}],"click":_vm.clicked}},[_vm._t("iconLeft"),_vm._t("default"),_vm._t("iconRight")],2)}
|
|
4176
4196
|
var list_itemvue_type_template_id_6b1bb1b9_staticRenderFns = []
|
|
@@ -4256,12 +4276,12 @@ var list_item_component = normalizeComponent(
|
|
|
4256
4276
|
/* harmony default export */ var list_item = (list_item_component.exports);
|
|
4257
4277
|
// CONCATENATED MODULE: ./components/list_item/index.js
|
|
4258
4278
|
|
|
4259
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
4260
|
-
var
|
|
4261
|
-
var
|
|
4279
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b85754c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/notice/notice.vue?vue&type=template&id=f94c040c&
|
|
4280
|
+
var noticevue_type_template_id_f94c040c_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)}
|
|
4281
|
+
var noticevue_type_template_id_f94c040c_staticRenderFns = []
|
|
4262
4282
|
|
|
4263
4283
|
|
|
4264
|
-
// CONCATENATED MODULE: ./components/notice/notice.vue?vue&type=template&id=
|
|
4284
|
+
// CONCATENATED MODULE: ./components/notice/notice.vue?vue&type=template&id=f94c040c&
|
|
4265
4285
|
|
|
4266
4286
|
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/notice/notice.vue?vue&type=script&lang=js&
|
|
4267
4287
|
//
|
|
@@ -4414,8 +4434,8 @@ var noticevue_type_template_id_40200ccc_staticRenderFns = []
|
|
|
4414
4434
|
|
|
4415
4435
|
var notice_component = normalizeComponent(
|
|
4416
4436
|
notice_noticevue_type_script_lang_js_,
|
|
4417
|
-
|
|
4418
|
-
|
|
4437
|
+
noticevue_type_template_id_f94c040c_render,
|
|
4438
|
+
noticevue_type_template_id_f94c040c_staticRenderFns,
|
|
4419
4439
|
false,
|
|
4420
4440
|
null,
|
|
4421
4441
|
null,
|
|
@@ -4427,28 +4447,29 @@ var notice_component = normalizeComponent(
|
|
|
4427
4447
|
// CONCATENATED MODULE: ./components/notice/index.js
|
|
4428
4448
|
|
|
4429
4449
|
|
|
4430
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
4431
|
-
var
|
|
4450
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b85754c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/popover/popover.vue?vue&type=template&id=34e0d8ea&
|
|
4451
|
+
var popovervue_type_template_id_34e0d8ea_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c(_vm.elementType,{directives:[{name:"click-outside",rawName:"v-click-outside",value:(function () { return _vm.close('click-outside'); }),expression:"() => close('click-outside')"}],tag:"component",staticClass:"d-ps-relative dt-popover"},[_c('div',{ref:"anchor",attrs:{"id":!_vm.ariaLabelledby && _vm.labelledBy}},[_vm._t("anchor",null,{"attrs":{
|
|
4432
4452
|
'aria-expanded': _vm.open.toString(),
|
|
4433
4453
|
'aria-controls': _vm.id,
|
|
4434
4454
|
'aria-haspopup': _vm.role,
|
|
4435
4455
|
}})],2),_c('dt-lazy-show',_vm._g({ref:"container",class:[
|
|
4436
|
-
'd-
|
|
4437
|
-
'd-
|
|
4438
|
-
'd-
|
|
4439
|
-
'd-bgc-white
|
|
4456
|
+
'd-ba',
|
|
4457
|
+
'd-bc-black-075',
|
|
4458
|
+
'd-bar4',
|
|
4459
|
+
'd-bgc-white',
|
|
4460
|
+
'd-bs-md',
|
|
4440
4461
|
'd-mt4',
|
|
4441
4462
|
'd-ps-absolute',
|
|
4442
|
-
'd-
|
|
4463
|
+
'd-zi-popover',
|
|
4443
4464
|
'dt-popover__content',
|
|
4444
4465
|
("dt-popover__content--align-" + _vm.alignment),
|
|
4445
4466
|
("dt-popover__content--valign-" + _vm.verticalAlignment),
|
|
4446
4467
|
("dt-popover__content--pad-" + _vm.padding),
|
|
4447
|
-
_vm.contentClass ],attrs:{"id":_vm.id,"role":_vm.role,"aria-hidden":!_vm.open,"aria-labelledby":_vm.labelledBy,"aria-label":_vm.ariaLabel,"aria-modal":_vm.isDialog,"transition":_vm.transition,"show":_vm.open,"tabindex":"-1"}},_vm.dialogListeners),[_vm._t("content"),(_vm.hasCaret)?_c('div',{staticClass:"d-bgc-white d-mtn4 d-
|
|
4448
|
-
var
|
|
4468
|
+
_vm.contentClass ],attrs:{"id":_vm.id,"role":_vm.role,"aria-hidden":!_vm.open,"aria-labelledby":_vm.labelledBy,"aria-label":_vm.ariaLabel,"aria-modal":_vm.isDialog,"transition":_vm.transition,"show":_vm.open,"tabindex":"-1"}},_vm.dialogListeners),[_vm._t("content"),(_vm.hasCaret)?_c('div',{staticClass:"d-bgc-white d-mtn4 d-bt d-bl d-bc-black-075 dt-popover__caret"}):_vm._e()],2)],1)}
|
|
4469
|
+
var popovervue_type_template_id_34e0d8ea_staticRenderFns = []
|
|
4449
4470
|
|
|
4450
4471
|
|
|
4451
|
-
// CONCATENATED MODULE: ./components/popover/popover.vue?vue&type=template&id=
|
|
4472
|
+
// CONCATENATED MODULE: ./components/popover/popover.vue?vue&type=template&id=34e0d8ea&
|
|
4452
4473
|
|
|
4453
4474
|
// CONCATENATED MODULE: ./components/popover/popover_constants.js
|
|
4454
4475
|
const POPOVER_PADDING_CLASSES = ['none', 'small', 'medium', 'large'];
|
|
@@ -4518,6 +4539,7 @@ var v_click_outside_umd_default = /*#__PURE__*/__webpack_require__.n(v_click_out
|
|
|
4518
4539
|
//
|
|
4519
4540
|
//
|
|
4520
4541
|
//
|
|
4542
|
+
//
|
|
4521
4543
|
|
|
4522
4544
|
|
|
4523
4545
|
|
|
@@ -4818,8 +4840,8 @@ var popovervue_type_style_index_0_lang_less_ = __webpack_require__("e0bf");
|
|
|
4818
4840
|
|
|
4819
4841
|
var popover_component = normalizeComponent(
|
|
4820
4842
|
popover_popovervue_type_script_lang_js_,
|
|
4821
|
-
|
|
4822
|
-
|
|
4843
|
+
popovervue_type_template_id_34e0d8ea_render,
|
|
4844
|
+
popovervue_type_template_id_34e0d8ea_staticRenderFns,
|
|
4823
4845
|
false,
|
|
4824
4846
|
null,
|
|
4825
4847
|
null,
|
|
@@ -4831,12 +4853,12 @@ var popover_component = normalizeComponent(
|
|
|
4831
4853
|
// CONCATENATED MODULE: ./components/popover/index.js
|
|
4832
4854
|
|
|
4833
4855
|
|
|
4834
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
4835
|
-
var
|
|
4836
|
-
var
|
|
4856
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b85754c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/radio/radio.vue?vue&type=template&id=6ab0a459&
|
|
4857
|
+
var radiovue_type_template_id_6ab0a459_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",[_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",[_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)])])}
|
|
4858
|
+
var radiovue_type_template_id_6ab0a459_staticRenderFns = []
|
|
4837
4859
|
|
|
4838
4860
|
|
|
4839
|
-
// CONCATENATED MODULE: ./components/radio/radio.vue?vue&type=template&id=
|
|
4861
|
+
// CONCATENATED MODULE: ./components/radio/radio.vue?vue&type=template&id=6ab0a459&
|
|
4840
4862
|
|
|
4841
4863
|
// CONCATENATED MODULE: ./components/radio/radio_constants.js
|
|
4842
4864
|
const RADIO_INPUT_VALIDATION_CLASSES = {
|
|
@@ -4844,14 +4866,8 @@ const RADIO_INPUT_VALIDATION_CLASSES = {
|
|
|
4844
4866
|
error: 'd-radio--error',
|
|
4845
4867
|
success: 'd-radio--success'
|
|
4846
4868
|
};
|
|
4847
|
-
const RADIO_DESCRIPTION_VALIDATION_CLASSES = {
|
|
4848
|
-
warning: 'd-radio__description--warning',
|
|
4849
|
-
error: 'd-radio__description--error',
|
|
4850
|
-
success: 'd-radio__description--success'
|
|
4851
|
-
};
|
|
4852
4869
|
/* harmony default export */ var radio_constants = ({
|
|
4853
|
-
RADIO_INPUT_VALIDATION_CLASSES
|
|
4854
|
-
RADIO_DESCRIPTION_VALIDATION_CLASSES
|
|
4870
|
+
RADIO_INPUT_VALIDATION_CLASSES
|
|
4855
4871
|
});
|
|
4856
4872
|
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/radio/radio.vue?vue&type=script&lang=js&
|
|
4857
4873
|
//
|
|
@@ -4926,10 +4942,6 @@ const RADIO_DESCRIPTION_VALIDATION_CLASSES = {
|
|
|
4926
4942
|
return RADIO_INPUT_VALIDATION_CLASSES[this.internalValidationState];
|
|
4927
4943
|
},
|
|
4928
4944
|
|
|
4929
|
-
descriptionValidationClass() {
|
|
4930
|
-
return RADIO_DESCRIPTION_VALIDATION_CLASSES[this.internalValidationState];
|
|
4931
|
-
},
|
|
4932
|
-
|
|
4933
4945
|
radioGroupValue() {
|
|
4934
4946
|
var _this$groupContext;
|
|
4935
4947
|
|
|
@@ -4991,8 +5003,8 @@ const RADIO_DESCRIPTION_VALIDATION_CLASSES = {
|
|
|
4991
5003
|
|
|
4992
5004
|
var radio_component = normalizeComponent(
|
|
4993
5005
|
radio_radiovue_type_script_lang_js_,
|
|
4994
|
-
|
|
4995
|
-
|
|
5006
|
+
radiovue_type_template_id_6ab0a459_render,
|
|
5007
|
+
radiovue_type_template_id_6ab0a459_staticRenderFns,
|
|
4996
5008
|
false,
|
|
4997
5009
|
null,
|
|
4998
5010
|
null,
|
|
@@ -5101,47 +5113,33 @@ var radio_group_component = normalizeComponent(
|
|
|
5101
5113
|
/* harmony default export */ var radio_group = (radio_group_component.exports);
|
|
5102
5114
|
// CONCATENATED MODULE: ./components/radio_group/index.js
|
|
5103
5115
|
|
|
5104
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
5105
|
-
var
|
|
5106
|
-
var
|
|
5116
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b85754c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/tabs/tab_group.vue?vue&type=template&id=27640e10&
|
|
5117
|
+
var tab_groupvue_type_template_id_27640e10_render = function () {
|
|
5118
|
+
var _obj;
|
|
5119
|
+
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{attrs:{"data-qa":"dt-tab-group"}},[_c('div',{class:[
|
|
5120
|
+
'd-tablist',
|
|
5121
|
+
_vm.TAB_LIST_SIZE_MODIFIERS[_vm.size],
|
|
5122
|
+
( _obj = {}, _obj[_vm.TAB_LIST_KIND_MODIFIERS.inverted] = _vm.inverted, _obj[_vm.TAB_LIST_IMPORTANCE_MODIFIERS.borderless] = _vm.borderless, _obj ) ],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($event)},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($event)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.selectTab($event)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"space",32,$event.key,[" ","Spacebar"])){ return null; }return _vm.selectTab($event)}],"keydown":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"home",undefined,$event.key,undefined)){ return null; }return _vm.onHomeButton($event)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"end",undefined,$event.key,undefined)){ return null; }return _vm.onEndButton($event)}]}},[_vm._t("tabs")],2),_vm._t("default")],2)}
|
|
5123
|
+
var tab_groupvue_type_template_id_27640e10_staticRenderFns = []
|
|
5107
5124
|
|
|
5108
5125
|
|
|
5109
|
-
// CONCATENATED MODULE: ./components/
|
|
5126
|
+
// CONCATENATED MODULE: ./components/tabs/tab_group.vue?vue&type=template&id=27640e10&
|
|
5110
5127
|
|
|
5111
|
-
// CONCATENATED MODULE: ./components/
|
|
5112
|
-
const
|
|
5113
|
-
|
|
5114
|
-
|
|
5115
|
-
success: 'd-checkbox--success'
|
|
5128
|
+
// CONCATENATED MODULE: ./components/tabs/tabs_constants.js
|
|
5129
|
+
const TAB_LIST_SIZES = ['', 'sm'];
|
|
5130
|
+
const TAB_LIST_SIZE_MODIFIERS = {
|
|
5131
|
+
sm: 'd-tablist--sm'
|
|
5116
5132
|
};
|
|
5117
|
-
const
|
|
5118
|
-
|
|
5119
|
-
warning: 'd-checkbox__description--warning',
|
|
5120
|
-
success: 'd-checkbox__description--success'
|
|
5133
|
+
const TAB_LIST_KIND_MODIFIERS = {
|
|
5134
|
+
inverted: 'd-tablist--inverted'
|
|
5121
5135
|
};
|
|
5122
|
-
|
|
5123
|
-
|
|
5124
|
-
|
|
5125
|
-
|
|
5126
|
-
|
|
5127
|
-
|
|
5128
|
-
//
|
|
5129
|
-
//
|
|
5130
|
-
//
|
|
5131
|
-
//
|
|
5132
|
-
//
|
|
5133
|
-
//
|
|
5134
|
-
//
|
|
5135
|
-
//
|
|
5136
|
-
//
|
|
5137
|
-
//
|
|
5138
|
-
//
|
|
5139
|
-
//
|
|
5140
|
-
//
|
|
5141
|
-
//
|
|
5142
|
-
//
|
|
5143
|
-
//
|
|
5144
|
-
//
|
|
5136
|
+
const TAB_LIST_IMPORTANCE_MODIFIERS = {
|
|
5137
|
+
borderless: 'd-tablist--no-border'
|
|
5138
|
+
};
|
|
5139
|
+
const TAB_IMPORTANCE_MODIFIERS = {
|
|
5140
|
+
selected: 'd-tab--selected'
|
|
5141
|
+
};
|
|
5142
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/tabs/tab_group.vue?vue&type=script&lang=js&
|
|
5145
5143
|
//
|
|
5146
5144
|
//
|
|
5147
5145
|
//
|
|
@@ -5172,78 +5170,228 @@ const CHECKBOX_DESCRIPTION_VALIDATION_CLASSES = {
|
|
|
5172
5170
|
//
|
|
5173
5171
|
//
|
|
5174
5172
|
//
|
|
5175
|
-
// Imports
|
|
5176
|
-
|
|
5177
5173
|
|
|
5174
|
+
/* harmony default export */ var tab_groupvue_type_script_lang_js_ = ({
|
|
5175
|
+
name: 'DtTabGroup',
|
|
5178
5176
|
|
|
5179
|
-
|
|
5180
|
-
|
|
5181
|
-
|
|
5182
|
-
|
|
5177
|
+
provide() {
|
|
5178
|
+
return {
|
|
5179
|
+
groupContext: this.provideObj,
|
|
5180
|
+
changeContentPanel: this.changeContentPanel,
|
|
5181
|
+
setFocus: this.setFocus
|
|
5182
|
+
};
|
|
5183
5183
|
},
|
|
5184
|
-
|
|
5185
|
-
|
|
5186
|
-
|
|
5187
|
-
|
|
5188
|
-
|
|
5184
|
+
|
|
5185
|
+
props: {
|
|
5186
|
+
/**
|
|
5187
|
+
* Identifies the tab group
|
|
5188
|
+
*/
|
|
5189
|
+
label: {
|
|
5190
|
+
type: String,
|
|
5191
|
+
default: ''
|
|
5189
5192
|
},
|
|
5190
5193
|
|
|
5191
|
-
|
|
5192
|
-
|
|
5194
|
+
/**
|
|
5195
|
+
* The id of the selected tab panel which should be displayed
|
|
5196
|
+
*/
|
|
5197
|
+
selected: {
|
|
5198
|
+
type: String,
|
|
5199
|
+
default: ''
|
|
5193
5200
|
},
|
|
5194
5201
|
|
|
5195
|
-
|
|
5196
|
-
|
|
5202
|
+
/**
|
|
5203
|
+
* If true, disables the tab group
|
|
5204
|
+
*/
|
|
5205
|
+
disabled: {
|
|
5206
|
+
type: Boolean,
|
|
5207
|
+
default: false
|
|
5208
|
+
},
|
|
5197
5209
|
|
|
5198
|
-
|
|
5210
|
+
/**
|
|
5211
|
+
* If true, applies inverted styles to the tab group
|
|
5212
|
+
*/
|
|
5213
|
+
inverted: {
|
|
5214
|
+
type: Boolean,
|
|
5215
|
+
default: false
|
|
5199
5216
|
},
|
|
5200
5217
|
|
|
5201
|
-
|
|
5202
|
-
|
|
5203
|
-
|
|
5204
|
-
|
|
5205
|
-
|
|
5206
|
-
|
|
5207
|
-
|
|
5208
|
-
|
|
5218
|
+
/**
|
|
5219
|
+
* If true, applies borderless styles to the tab group
|
|
5220
|
+
*/
|
|
5221
|
+
borderless: {
|
|
5222
|
+
type: Boolean,
|
|
5223
|
+
default: false
|
|
5224
|
+
},
|
|
5225
|
+
|
|
5226
|
+
/**
|
|
5227
|
+
* If provided, applies size styles to the tab group
|
|
5228
|
+
*/
|
|
5229
|
+
size: {
|
|
5230
|
+
type: String,
|
|
5231
|
+
default: '',
|
|
5232
|
+
|
|
5233
|
+
validate(size) {
|
|
5234
|
+
return TAB_LIST_SIZES.includes(size);
|
|
5235
|
+
}
|
|
5209
5236
|
|
|
5210
|
-
/*
|
|
5211
|
-
* Override input listener to as no-op. Prevents parent input listeners from being passed through onto the input
|
|
5212
|
-
* element which will result in the hander being called twice (once on the input element and once by the emitted
|
|
5213
|
-
* input event by the change listener).
|
|
5214
|
-
*/
|
|
5215
|
-
input: () => {},
|
|
5216
|
-
change: event => this.emitValue(event.target.value, event.target.checked)
|
|
5217
|
-
};
|
|
5218
5237
|
}
|
|
5238
|
+
},
|
|
5219
5239
|
|
|
5240
|
+
data() {
|
|
5241
|
+
return {
|
|
5242
|
+
provideObj: {
|
|
5243
|
+
selected: '',
|
|
5244
|
+
// the currently displayed tab id
|
|
5245
|
+
disabled: false // disable group
|
|
5246
|
+
|
|
5247
|
+
},
|
|
5248
|
+
focusId: null,
|
|
5249
|
+
tabs: [],
|
|
5250
|
+
TAB_LIST_SIZE_MODIFIERS: TAB_LIST_SIZE_MODIFIERS,
|
|
5251
|
+
TAB_LIST_KIND_MODIFIERS: TAB_LIST_KIND_MODIFIERS,
|
|
5252
|
+
TAB_LIST_IMPORTANCE_MODIFIERS: TAB_LIST_IMPORTANCE_MODIFIERS
|
|
5253
|
+
};
|
|
5220
5254
|
},
|
|
5255
|
+
|
|
5221
5256
|
watch: {
|
|
5222
|
-
|
|
5257
|
+
disabled: {
|
|
5223
5258
|
immediate: true,
|
|
5224
5259
|
|
|
5225
|
-
handler(
|
|
5226
|
-
|
|
5227
|
-
// update internal value when the checkbox group value changes
|
|
5228
|
-
this.internalChecked = newCheckboxGroupValueChecked;
|
|
5229
|
-
}
|
|
5260
|
+
handler() {
|
|
5261
|
+
this.provideObj.disabled = this.disabled;
|
|
5230
5262
|
}
|
|
5231
5263
|
|
|
5232
5264
|
}
|
|
5233
5265
|
},
|
|
5266
|
+
|
|
5267
|
+
mounted() {
|
|
5268
|
+
this.updateSelected();
|
|
5269
|
+
},
|
|
5270
|
+
|
|
5271
|
+
beforeUpdate() {
|
|
5272
|
+
this.updateSelected();
|
|
5273
|
+
},
|
|
5274
|
+
|
|
5234
5275
|
methods: {
|
|
5235
|
-
|
|
5236
|
-
|
|
5237
|
-
|
|
5276
|
+
updateSelected() {
|
|
5277
|
+
/**
|
|
5278
|
+
* Prevent override tab selected by default
|
|
5279
|
+
*/
|
|
5280
|
+
if (!this.provideObj.selected) {
|
|
5281
|
+
this.provideObj.selected = this.selected;
|
|
5282
|
+
}
|
|
5238
5283
|
|
|
5239
|
-
this
|
|
5284
|
+
this.tabs = this.getTabChildren();
|
|
5285
|
+
},
|
|
5286
|
+
|
|
5287
|
+
setFocus(focusId) {
|
|
5288
|
+
this.focusId = focusId;
|
|
5289
|
+
},
|
|
5290
|
+
|
|
5291
|
+
getTabChildren() {
|
|
5292
|
+
return this.$children.map(({
|
|
5293
|
+
$el
|
|
5294
|
+
}) => $el).filter(({
|
|
5295
|
+
className
|
|
5296
|
+
}) => className.includes('d-tab')).map(el => {
|
|
5297
|
+
var _el$getAttribute, _el$getAttribute2;
|
|
5298
|
+
|
|
5299
|
+
return {
|
|
5300
|
+
context: el,
|
|
5301
|
+
panelId: (_el$getAttribute = el.getAttribute('aria-controls')) === null || _el$getAttribute === void 0 ? void 0 : _el$getAttribute.replace('dt-panel-', ''),
|
|
5302
|
+
id: (_el$getAttribute2 = el.getAttribute('id')) === null || _el$getAttribute2 === void 0 ? void 0 : _el$getAttribute2.replace('dt-tab-', ''),
|
|
5303
|
+
isSelected: el.getAttribute('aria-selected') === 'true'
|
|
5304
|
+
};
|
|
5305
|
+
});
|
|
5306
|
+
},
|
|
5307
|
+
|
|
5308
|
+
onChange() {
|
|
5309
|
+
this.$emit('change', { ...this.provideObj
|
|
5310
|
+
});
|
|
5311
|
+
},
|
|
5312
|
+
|
|
5313
|
+
changeContentPanel({
|
|
5314
|
+
selected,
|
|
5315
|
+
selectOverride
|
|
5316
|
+
}) {
|
|
5317
|
+
this.provideObj.selected = selected;
|
|
5318
|
+
|
|
5319
|
+
if (!selectOverride) {
|
|
5320
|
+
this.onChange();
|
|
5321
|
+
}
|
|
5322
|
+
},
|
|
5323
|
+
|
|
5324
|
+
tabLeft() {
|
|
5325
|
+
const {
|
|
5326
|
+
index,
|
|
5327
|
+
tabs
|
|
5328
|
+
} = this.getIndexAndTabs();
|
|
5329
|
+
if (index === -1) return;
|
|
5330
|
+
const indexElement = index - 1 < 0 ? tabs.length - 1 : index - 1;
|
|
5331
|
+
this.selectFocusOnTab(indexElement, tabs);
|
|
5332
|
+
},
|
|
5333
|
+
|
|
5334
|
+
tabRight() {
|
|
5335
|
+
const {
|
|
5336
|
+
index,
|
|
5337
|
+
tabs
|
|
5338
|
+
} = this.getIndexAndTabs();
|
|
5339
|
+
if (index === -1) return;
|
|
5340
|
+
const indexElement = index + 1 > tabs.length - 1 ? 0 : index + 1;
|
|
5341
|
+
this.selectFocusOnTab(indexElement, tabs);
|
|
5342
|
+
},
|
|
5343
|
+
|
|
5344
|
+
selectFocusOnTab(index, tabs) {
|
|
5345
|
+
const {
|
|
5346
|
+
context
|
|
5347
|
+
} = tabs[index];
|
|
5348
|
+
context.focus();
|
|
5349
|
+
},
|
|
5350
|
+
|
|
5351
|
+
selectTab() {
|
|
5352
|
+
const {
|
|
5353
|
+
tabs,
|
|
5354
|
+
index
|
|
5355
|
+
} = this.getIndexAndTabs();
|
|
5356
|
+
this.selectTabByIndex(index, tabs);
|
|
5357
|
+
},
|
|
5358
|
+
|
|
5359
|
+
selectTabByIndex(index, tabs) {
|
|
5360
|
+
const {
|
|
5361
|
+
context,
|
|
5362
|
+
panelId
|
|
5363
|
+
} = tabs[index];
|
|
5364
|
+
this.provideObj.selected = panelId;
|
|
5365
|
+
context.focus();
|
|
5366
|
+
},
|
|
5367
|
+
|
|
5368
|
+
getIndexAndTabs() {
|
|
5369
|
+
const index = this.tabs.findIndex(context => this.focusId ? context.id === `${this.focusId}` : context.isSelected);
|
|
5370
|
+
return {
|
|
5371
|
+
tabs: this.tabs,
|
|
5372
|
+
index
|
|
5373
|
+
};
|
|
5374
|
+
},
|
|
5375
|
+
|
|
5376
|
+
onHomeButton() {
|
|
5377
|
+
var _this$tabs$, _this$tabs$$context;
|
|
5378
|
+
|
|
5379
|
+
if (this.tabs.length === 0) return;
|
|
5380
|
+
(_this$tabs$ = this.tabs[0]) === null || _this$tabs$ === void 0 ? void 0 : (_this$tabs$$context = _this$tabs$.context) === null || _this$tabs$$context === void 0 ? void 0 : _this$tabs$$context.focus();
|
|
5381
|
+
},
|
|
5382
|
+
|
|
5383
|
+
onEndButton() {
|
|
5384
|
+
var _this$tabs, _this$tabs$context;
|
|
5385
|
+
|
|
5386
|
+
if (this.tabs.length === 0) return;
|
|
5387
|
+
(_this$tabs = this.tabs[this.tabs.length - 1]) === null || _this$tabs === void 0 ? void 0 : (_this$tabs$context = _this$tabs.context) === null || _this$tabs$context === void 0 ? void 0 : _this$tabs$context.focus();
|
|
5240
5388
|
}
|
|
5241
5389
|
|
|
5242
5390
|
}
|
|
5243
5391
|
});
|
|
5244
|
-
// CONCATENATED MODULE: ./components/
|
|
5245
|
-
/* harmony default export */ var
|
|
5246
|
-
// CONCATENATED MODULE: ./components/
|
|
5392
|
+
// CONCATENATED MODULE: ./components/tabs/tab_group.vue?vue&type=script&lang=js&
|
|
5393
|
+
/* harmony default export */ var tabs_tab_groupvue_type_script_lang_js_ = (tab_groupvue_type_script_lang_js_);
|
|
5394
|
+
// CONCATENATED MODULE: ./components/tabs/tab_group.vue
|
|
5247
5395
|
|
|
5248
5396
|
|
|
5249
5397
|
|
|
@@ -5251,10 +5399,10 @@ const CHECKBOX_DESCRIPTION_VALIDATION_CLASSES = {
|
|
|
5251
5399
|
|
|
5252
5400
|
/* normalize component */
|
|
5253
5401
|
|
|
5254
|
-
var
|
|
5255
|
-
|
|
5256
|
-
|
|
5257
|
-
|
|
5402
|
+
var tab_group_component = normalizeComponent(
|
|
5403
|
+
tabs_tab_groupvue_type_script_lang_js_,
|
|
5404
|
+
tab_groupvue_type_template_id_27640e10_render,
|
|
5405
|
+
tab_groupvue_type_template_id_27640e10_staticRenderFns,
|
|
5258
5406
|
false,
|
|
5259
5407
|
null,
|
|
5260
5408
|
null,
|
|
@@ -5262,62 +5410,469 @@ var checkbox_component = normalizeComponent(
|
|
|
5262
5410
|
|
|
5263
5411
|
)
|
|
5264
5412
|
|
|
5265
|
-
/* harmony default export */ var
|
|
5266
|
-
// CONCATENATED MODULE: ./components/
|
|
5413
|
+
/* harmony default export */ var tab_group = (tab_group_component.exports);
|
|
5414
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b85754c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/tabs/tab.vue?vue&type=template&id=0bc212ec&
|
|
5415
|
+
var tabvue_type_template_id_0bc212ec_render = function () {
|
|
5416
|
+
var _obj;
|
|
5417
|
+
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('dt-button',_vm._b({class:[
|
|
5418
|
+
'd-tab',
|
|
5419
|
+
( _obj = {}, _obj[_vm.TAB_IMPORTANCE_MODIFIERS.selected] = _vm.isSelected, _obj ),
|
|
5420
|
+
_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)}
|
|
5421
|
+
var tabvue_type_template_id_0bc212ec_staticRenderFns = []
|
|
5267
5422
|
|
|
5268
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/checkbox_group/checkbox_group.vue?vue&type=script&lang=js&
|
|
5269
5423
|
|
|
5424
|
+
// CONCATENATED MODULE: ./components/tabs/tab.vue?vue&type=template&id=0bc212ec&
|
|
5270
5425
|
|
|
5271
|
-
|
|
5272
|
-
|
|
5273
|
-
|
|
5274
|
-
|
|
5275
|
-
|
|
5426
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/tabs/tab.vue?vue&type=script&lang=js&
|
|
5427
|
+
//
|
|
5428
|
+
//
|
|
5429
|
+
//
|
|
5430
|
+
//
|
|
5431
|
+
//
|
|
5432
|
+
//
|
|
5433
|
+
//
|
|
5434
|
+
//
|
|
5435
|
+
//
|
|
5436
|
+
//
|
|
5437
|
+
//
|
|
5438
|
+
//
|
|
5439
|
+
//
|
|
5440
|
+
//
|
|
5441
|
+
//
|
|
5442
|
+
//
|
|
5443
|
+
//
|
|
5444
|
+
//
|
|
5445
|
+
//
|
|
5446
|
+
//
|
|
5447
|
+
//
|
|
5448
|
+
//
|
|
5449
|
+
//
|
|
5450
|
+
//
|
|
5451
|
+
//
|
|
5452
|
+
//
|
|
5453
|
+
|
|
5454
|
+
|
|
5455
|
+
/* harmony default export */ var tabvue_type_script_lang_js_ = ({
|
|
5456
|
+
name: 'DtTab',
|
|
5457
|
+
components: {
|
|
5458
|
+
DtButton: button_button
|
|
5276
5459
|
},
|
|
5460
|
+
inject: ['changeContentPanel', 'groupContext', 'setFocus'],
|
|
5461
|
+
inheritAttrs: false,
|
|
5277
5462
|
props: {
|
|
5278
5463
|
/**
|
|
5279
|
-
*
|
|
5464
|
+
* Id of the tab
|
|
5280
5465
|
*/
|
|
5281
|
-
|
|
5282
|
-
type:
|
|
5283
|
-
|
|
5284
|
-
validator: value => {
|
|
5285
|
-
if (!value) {
|
|
5286
|
-
return true;
|
|
5287
|
-
}
|
|
5288
|
-
|
|
5289
|
-
external_commonjs_vue_commonjs2_vue_root_Vue_default.a.util.warn('Component uses selectedValues to initialize the model, value is not supported by this component', undefined);
|
|
5290
|
-
return false;
|
|
5291
|
-
}
|
|
5466
|
+
id: {
|
|
5467
|
+
type: String,
|
|
5468
|
+
required: true
|
|
5292
5469
|
},
|
|
5293
5470
|
|
|
5294
5471
|
/**
|
|
5295
|
-
*
|
|
5472
|
+
* Id of the associated content panel
|
|
5296
5473
|
*/
|
|
5297
|
-
|
|
5298
|
-
type:
|
|
5299
|
-
|
|
5300
|
-
default() {
|
|
5301
|
-
return [];
|
|
5302
|
-
}
|
|
5303
|
-
|
|
5474
|
+
panelId: {
|
|
5475
|
+
type: String,
|
|
5476
|
+
required: true
|
|
5304
5477
|
},
|
|
5305
5478
|
|
|
5306
5479
|
/**
|
|
5307
|
-
*
|
|
5480
|
+
* Describes the tab
|
|
5308
5481
|
*/
|
|
5309
|
-
|
|
5482
|
+
label: {
|
|
5310
5483
|
type: String,
|
|
5311
|
-
default: '
|
|
5484
|
+
default: ''
|
|
5312
5485
|
},
|
|
5313
5486
|
|
|
5314
5487
|
/**
|
|
5315
|
-
*
|
|
5488
|
+
* Controls the state of the tab
|
|
5316
5489
|
*/
|
|
5317
|
-
|
|
5318
|
-
type:
|
|
5319
|
-
default:
|
|
5320
|
-
},
|
|
5490
|
+
selected: {
|
|
5491
|
+
type: Boolean,
|
|
5492
|
+
default: false
|
|
5493
|
+
},
|
|
5494
|
+
|
|
5495
|
+
/**
|
|
5496
|
+
* If true, disables the tab
|
|
5497
|
+
*/
|
|
5498
|
+
disabled: {
|
|
5499
|
+
type: Boolean,
|
|
5500
|
+
default: false
|
|
5501
|
+
},
|
|
5502
|
+
|
|
5503
|
+
/**
|
|
5504
|
+
* Used to customize the tab element
|
|
5505
|
+
*/
|
|
5506
|
+
tabClass: {
|
|
5507
|
+
type: [String, Array, Object],
|
|
5508
|
+
default: ''
|
|
5509
|
+
}
|
|
5510
|
+
},
|
|
5511
|
+
|
|
5512
|
+
data() {
|
|
5513
|
+
return {
|
|
5514
|
+
TAB_IMPORTANCE_MODIFIERS: TAB_IMPORTANCE_MODIFIERS
|
|
5515
|
+
};
|
|
5516
|
+
},
|
|
5517
|
+
|
|
5518
|
+
computed: {
|
|
5519
|
+
isSelected() {
|
|
5520
|
+
return this.groupContext.selected === this.panelId;
|
|
5521
|
+
}
|
|
5522
|
+
|
|
5523
|
+
},
|
|
5524
|
+
|
|
5525
|
+
mounted() {
|
|
5526
|
+
this.setSelectedPanelByDefault();
|
|
5527
|
+
},
|
|
5528
|
+
|
|
5529
|
+
methods: {
|
|
5530
|
+
setSelectedPanelByDefault() {
|
|
5531
|
+
if (this.selected) {
|
|
5532
|
+
this.selectPanel(true);
|
|
5533
|
+
}
|
|
5534
|
+
},
|
|
5535
|
+
|
|
5536
|
+
selectPanel(selectOverride = false) {
|
|
5537
|
+
this.changeContentPanel({
|
|
5538
|
+
selected: this.panelId,
|
|
5539
|
+
selectOverride
|
|
5540
|
+
});
|
|
5541
|
+
}
|
|
5542
|
+
|
|
5543
|
+
}
|
|
5544
|
+
});
|
|
5545
|
+
// CONCATENATED MODULE: ./components/tabs/tab.vue?vue&type=script&lang=js&
|
|
5546
|
+
/* harmony default export */ var tabs_tabvue_type_script_lang_js_ = (tabvue_type_script_lang_js_);
|
|
5547
|
+
// CONCATENATED MODULE: ./components/tabs/tab.vue
|
|
5548
|
+
|
|
5549
|
+
|
|
5550
|
+
|
|
5551
|
+
|
|
5552
|
+
|
|
5553
|
+
/* normalize component */
|
|
5554
|
+
|
|
5555
|
+
var tab_component = normalizeComponent(
|
|
5556
|
+
tabs_tabvue_type_script_lang_js_,
|
|
5557
|
+
tabvue_type_template_id_0bc212ec_render,
|
|
5558
|
+
tabvue_type_template_id_0bc212ec_staticRenderFns,
|
|
5559
|
+
false,
|
|
5560
|
+
null,
|
|
5561
|
+
null,
|
|
5562
|
+
null
|
|
5563
|
+
|
|
5564
|
+
)
|
|
5565
|
+
|
|
5566
|
+
/* harmony default export */ var tab = (tab_component.exports);
|
|
5567
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b85754c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/tabs/tab_panel.vue?vue&type=template&id=4d6d0107&
|
|
5568
|
+
var tab_panelvue_type_template_id_4d6d0107_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:[
|
|
5569
|
+
{
|
|
5570
|
+
'd-d-none': _vm.hidePanel,
|
|
5571
|
+
},
|
|
5572
|
+
_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)}
|
|
5573
|
+
var tab_panelvue_type_template_id_4d6d0107_staticRenderFns = []
|
|
5574
|
+
|
|
5575
|
+
|
|
5576
|
+
// CONCATENATED MODULE: ./components/tabs/tab_panel.vue?vue&type=template&id=4d6d0107&
|
|
5577
|
+
|
|
5578
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/tabs/tab_panel.vue?vue&type=script&lang=js&
|
|
5579
|
+
//
|
|
5580
|
+
//
|
|
5581
|
+
//
|
|
5582
|
+
//
|
|
5583
|
+
//
|
|
5584
|
+
//
|
|
5585
|
+
//
|
|
5586
|
+
//
|
|
5587
|
+
//
|
|
5588
|
+
//
|
|
5589
|
+
//
|
|
5590
|
+
//
|
|
5591
|
+
//
|
|
5592
|
+
//
|
|
5593
|
+
//
|
|
5594
|
+
//
|
|
5595
|
+
//
|
|
5596
|
+
//
|
|
5597
|
+
//
|
|
5598
|
+
//
|
|
5599
|
+
/* harmony default export */ var tab_panelvue_type_script_lang_js_ = ({
|
|
5600
|
+
name: 'DtTabPanel',
|
|
5601
|
+
inject: ['groupContext'],
|
|
5602
|
+
props: {
|
|
5603
|
+
/**
|
|
5604
|
+
* Id of the panel
|
|
5605
|
+
*/
|
|
5606
|
+
id: {
|
|
5607
|
+
type: String,
|
|
5608
|
+
required: true
|
|
5609
|
+
},
|
|
5610
|
+
|
|
5611
|
+
/**
|
|
5612
|
+
* Id of the associated tab
|
|
5613
|
+
*/
|
|
5614
|
+
tabId: {
|
|
5615
|
+
type: String,
|
|
5616
|
+
required: true
|
|
5617
|
+
},
|
|
5618
|
+
|
|
5619
|
+
/**
|
|
5620
|
+
* If true, hides the tab content
|
|
5621
|
+
*/
|
|
5622
|
+
hidden: {
|
|
5623
|
+
type: Boolean,
|
|
5624
|
+
default: false
|
|
5625
|
+
},
|
|
5626
|
+
|
|
5627
|
+
/**
|
|
5628
|
+
* Used to customize the tab element
|
|
5629
|
+
*/
|
|
5630
|
+
tabPanelClass: {
|
|
5631
|
+
type: [String, Array, Object],
|
|
5632
|
+
default: ''
|
|
5633
|
+
}
|
|
5634
|
+
},
|
|
5635
|
+
computed: {
|
|
5636
|
+
hidePanel() {
|
|
5637
|
+
return this.groupContext.selected !== this.id || this.hidden;
|
|
5638
|
+
}
|
|
5639
|
+
|
|
5640
|
+
}
|
|
5641
|
+
});
|
|
5642
|
+
// CONCATENATED MODULE: ./components/tabs/tab_panel.vue?vue&type=script&lang=js&
|
|
5643
|
+
/* harmony default export */ var tabs_tab_panelvue_type_script_lang_js_ = (tab_panelvue_type_script_lang_js_);
|
|
5644
|
+
// CONCATENATED MODULE: ./components/tabs/tab_panel.vue
|
|
5645
|
+
|
|
5646
|
+
|
|
5647
|
+
|
|
5648
|
+
|
|
5649
|
+
|
|
5650
|
+
/* normalize component */
|
|
5651
|
+
|
|
5652
|
+
var tab_panel_component = normalizeComponent(
|
|
5653
|
+
tabs_tab_panelvue_type_script_lang_js_,
|
|
5654
|
+
tab_panelvue_type_template_id_4d6d0107_render,
|
|
5655
|
+
tab_panelvue_type_template_id_4d6d0107_staticRenderFns,
|
|
5656
|
+
false,
|
|
5657
|
+
null,
|
|
5658
|
+
null,
|
|
5659
|
+
null
|
|
5660
|
+
|
|
5661
|
+
)
|
|
5662
|
+
|
|
5663
|
+
/* harmony default export */ var tab_panel = (tab_panel_component.exports);
|
|
5664
|
+
// CONCATENATED MODULE: ./components/tabs/index.js
|
|
5665
|
+
|
|
5666
|
+
|
|
5667
|
+
|
|
5668
|
+
|
|
5669
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b85754c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/checkbox/checkbox.vue?vue&type=template&id=60ec612e&
|
|
5670
|
+
var checkboxvue_type_template_id_60ec612e_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}},'input',_vm.$attrs,false),_vm.inputListeners))]),_c('div',{staticClass:"d-checkbox__copy d-checkbox__label",attrs:{"data-qa":"checkbox-label-description-container"}},[_c('div',_vm._b({class:_vm.labelClass,attrs:{"data-qa":"checkbox-label"}},'div',_vm.labelChildProps,false),[_vm._t("default",[_vm._v(_vm._s(_vm.label))])],2),(_vm.$slots.description || _vm.description)?_c('div',_vm._b({class:['d-description', _vm.descriptionClass],attrs:{"data-qa":"checkbox-description"}},'div',_vm.descriptionChildProps,false),[_vm._t("description",[_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)])])}
|
|
5671
|
+
var checkboxvue_type_template_id_60ec612e_staticRenderFns = []
|
|
5672
|
+
|
|
5673
|
+
|
|
5674
|
+
// CONCATENATED MODULE: ./components/checkbox/checkbox.vue?vue&type=template&id=60ec612e&
|
|
5675
|
+
|
|
5676
|
+
// CONCATENATED MODULE: ./components/checkbox/checkbox_constants.js
|
|
5677
|
+
const CHECKBOX_INPUT_VALIDATION_CLASSES = {
|
|
5678
|
+
error: 'd-checkbox--error',
|
|
5679
|
+
warning: 'd-checkbox--warning',
|
|
5680
|
+
success: 'd-checkbox--success'
|
|
5681
|
+
};
|
|
5682
|
+
/* harmony default export */ var checkbox_constants = ({
|
|
5683
|
+
CHECKBOX_INPUT_VALIDATION_CLASSES
|
|
5684
|
+
});
|
|
5685
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/checkbox/checkbox.vue?vue&type=script&lang=js&
|
|
5686
|
+
//
|
|
5687
|
+
//
|
|
5688
|
+
//
|
|
5689
|
+
//
|
|
5690
|
+
//
|
|
5691
|
+
//
|
|
5692
|
+
//
|
|
5693
|
+
//
|
|
5694
|
+
//
|
|
5695
|
+
//
|
|
5696
|
+
//
|
|
5697
|
+
//
|
|
5698
|
+
//
|
|
5699
|
+
//
|
|
5700
|
+
//
|
|
5701
|
+
//
|
|
5702
|
+
//
|
|
5703
|
+
//
|
|
5704
|
+
//
|
|
5705
|
+
//
|
|
5706
|
+
//
|
|
5707
|
+
//
|
|
5708
|
+
//
|
|
5709
|
+
//
|
|
5710
|
+
//
|
|
5711
|
+
//
|
|
5712
|
+
//
|
|
5713
|
+
//
|
|
5714
|
+
//
|
|
5715
|
+
//
|
|
5716
|
+
//
|
|
5717
|
+
//
|
|
5718
|
+
//
|
|
5719
|
+
//
|
|
5720
|
+
//
|
|
5721
|
+
//
|
|
5722
|
+
//
|
|
5723
|
+
//
|
|
5724
|
+
//
|
|
5725
|
+
//
|
|
5726
|
+
//
|
|
5727
|
+
//
|
|
5728
|
+
//
|
|
5729
|
+
//
|
|
5730
|
+
//
|
|
5731
|
+
//
|
|
5732
|
+
//
|
|
5733
|
+
//
|
|
5734
|
+
// Imports
|
|
5735
|
+
|
|
5736
|
+
|
|
5737
|
+
|
|
5738
|
+
/* harmony default export */ var checkboxvue_type_script_lang_js_ = ({
|
|
5739
|
+
name: 'DtCheckbox',
|
|
5740
|
+
components: {
|
|
5741
|
+
DtValidationMessages: validation_messages
|
|
5742
|
+
},
|
|
5743
|
+
mixins: [InputMixin, CheckableMixin, GroupableMixin, MessagesMixin],
|
|
5744
|
+
inheritAttrs: false,
|
|
5745
|
+
computed: {
|
|
5746
|
+
inputValidationClass() {
|
|
5747
|
+
return CHECKBOX_INPUT_VALIDATION_CLASSES[this.internalValidationState];
|
|
5748
|
+
},
|
|
5749
|
+
|
|
5750
|
+
checkboxGroupValueChecked() {
|
|
5751
|
+
var _this$groupContext$se, _this$groupContext, _this$groupContext$se2;
|
|
5752
|
+
|
|
5753
|
+
return (_this$groupContext$se = (_this$groupContext = this.groupContext) === null || _this$groupContext === void 0 ? void 0 : (_this$groupContext$se2 = _this$groupContext.selectedValues) === null || _this$groupContext$se2 === void 0 ? void 0 : _this$groupContext$se2.includes(this.value)) !== null && _this$groupContext$se !== void 0 ? _this$groupContext$se : false;
|
|
5754
|
+
},
|
|
5755
|
+
|
|
5756
|
+
inputListeners() {
|
|
5757
|
+
return {
|
|
5758
|
+
/* TODO
|
|
5759
|
+
Check if any usages of this component leverage $listeners and either remove if unused or scope the removal
|
|
5760
|
+
and migration prior to upgrading to Vue 3.x
|
|
5761
|
+
*/
|
|
5762
|
+
// eslint-disable-next-line vue/no-deprecated-dollar-listeners-api
|
|
5763
|
+
...this.$listeners,
|
|
5764
|
+
|
|
5765
|
+
/*
|
|
5766
|
+
* Override input listener to as no-op. Prevents parent input listeners from being passed through onto the input
|
|
5767
|
+
* element which will result in the hander being called twice (once on the input element and once by the emitted
|
|
5768
|
+
* input event by the change listener).
|
|
5769
|
+
*/
|
|
5770
|
+
input: () => {},
|
|
5771
|
+
change: event => this.emitValue(event.target.value, event.target.checked)
|
|
5772
|
+
};
|
|
5773
|
+
}
|
|
5774
|
+
|
|
5775
|
+
},
|
|
5776
|
+
watch: {
|
|
5777
|
+
checkboxGroupValueChecked: {
|
|
5778
|
+
immediate: true,
|
|
5779
|
+
|
|
5780
|
+
handler(newCheckboxGroupValueChecked) {
|
|
5781
|
+
if (this.hasGroup) {
|
|
5782
|
+
// update internal value when the checkbox group value changes
|
|
5783
|
+
this.internalChecked = newCheckboxGroupValueChecked;
|
|
5784
|
+
}
|
|
5785
|
+
}
|
|
5786
|
+
|
|
5787
|
+
}
|
|
5788
|
+
},
|
|
5789
|
+
methods: {
|
|
5790
|
+
emitValue(value, checked) {
|
|
5791
|
+
// update provided value if injected
|
|
5792
|
+
this.setGroupValue(value, checked); // emit the state of the checkbox
|
|
5793
|
+
|
|
5794
|
+
this.$emit('input', checked);
|
|
5795
|
+
}
|
|
5796
|
+
|
|
5797
|
+
}
|
|
5798
|
+
});
|
|
5799
|
+
// CONCATENATED MODULE: ./components/checkbox/checkbox.vue?vue&type=script&lang=js&
|
|
5800
|
+
/* harmony default export */ var checkbox_checkboxvue_type_script_lang_js_ = (checkboxvue_type_script_lang_js_);
|
|
5801
|
+
// CONCATENATED MODULE: ./components/checkbox/checkbox.vue
|
|
5802
|
+
|
|
5803
|
+
|
|
5804
|
+
|
|
5805
|
+
|
|
5806
|
+
|
|
5807
|
+
/* normalize component */
|
|
5808
|
+
|
|
5809
|
+
var checkbox_component = normalizeComponent(
|
|
5810
|
+
checkbox_checkboxvue_type_script_lang_js_,
|
|
5811
|
+
checkboxvue_type_template_id_60ec612e_render,
|
|
5812
|
+
checkboxvue_type_template_id_60ec612e_staticRenderFns,
|
|
5813
|
+
false,
|
|
5814
|
+
null,
|
|
5815
|
+
null,
|
|
5816
|
+
null
|
|
5817
|
+
|
|
5818
|
+
)
|
|
5819
|
+
|
|
5820
|
+
/* harmony default export */ var checkbox_checkbox = (checkbox_component.exports);
|
|
5821
|
+
// CONCATENATED MODULE: ./components/checkbox/index.js
|
|
5822
|
+
|
|
5823
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/checkbox_group/checkbox_group.vue?vue&type=script&lang=js&
|
|
5824
|
+
|
|
5825
|
+
|
|
5826
|
+
/* harmony default export */ var checkbox_groupvue_type_script_lang_js_ = ({
|
|
5827
|
+
name: 'DtCheckboxGroup',
|
|
5828
|
+
extends: input_group_input_group,
|
|
5829
|
+
model: {
|
|
5830
|
+
prop: 'selectedValues'
|
|
5831
|
+
},
|
|
5832
|
+
props: {
|
|
5833
|
+
/**
|
|
5834
|
+
* Not supported by this component, please use selectedValues
|
|
5835
|
+
*/
|
|
5836
|
+
value: {
|
|
5837
|
+
type: [],
|
|
5838
|
+
default: null,
|
|
5839
|
+
validator: value => {
|
|
5840
|
+
if (!value) {
|
|
5841
|
+
return true;
|
|
5842
|
+
}
|
|
5843
|
+
|
|
5844
|
+
external_commonjs_vue_commonjs2_vue_root_Vue_default.a.util.warn('Component uses selectedValues to initialize the model, value is not supported by this component', undefined);
|
|
5845
|
+
return false;
|
|
5846
|
+
}
|
|
5847
|
+
},
|
|
5848
|
+
|
|
5849
|
+
/**
|
|
5850
|
+
* A provided list of selected values(s) for the checkbox group
|
|
5851
|
+
*/
|
|
5852
|
+
selectedValues: {
|
|
5853
|
+
type: Array,
|
|
5854
|
+
|
|
5855
|
+
default() {
|
|
5856
|
+
return [];
|
|
5857
|
+
}
|
|
5858
|
+
|
|
5859
|
+
},
|
|
5860
|
+
|
|
5861
|
+
/**
|
|
5862
|
+
* A data qa tag for the radio group
|
|
5863
|
+
*/
|
|
5864
|
+
dataQaGroup: {
|
|
5865
|
+
type: String,
|
|
5866
|
+
default: 'checkbox-group'
|
|
5867
|
+
},
|
|
5868
|
+
|
|
5869
|
+
/**
|
|
5870
|
+
* A data qa tag for the radio group legend
|
|
5871
|
+
*/
|
|
5872
|
+
dataQaGroupLegend: {
|
|
5873
|
+
type: String,
|
|
5874
|
+
default: 'checkbox-group-legend'
|
|
5875
|
+
},
|
|
5321
5876
|
|
|
5322
5877
|
/**
|
|
5323
5878
|
* A data qa tag for the radio group messages
|
|
@@ -5398,7 +5953,7 @@ var checkbox_group_component = normalizeComponent(
|
|
|
5398
5953
|
/* harmony default export */ var checkbox_group = (checkbox_group_component.exports);
|
|
5399
5954
|
// CONCATENATED MODULE: ./components/checkbox_group/index.js
|
|
5400
5955
|
|
|
5401
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
5956
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b85754c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/select_menu/select_menu.vue?vue&type=template&id=7efee0c6&
|
|
5402
5957
|
var select_menuvue_type_template_id_7efee0c6_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('label',[_c('div',_vm._b({class:[
|
|
5403
5958
|
'd-label',
|
|
5404
5959
|
_vm.LABEL_SIZE_MODIFIERS[_vm.size],
|
|
@@ -5763,7 +6318,243 @@ var select_menu_component = normalizeComponent(
|
|
|
5763
6318
|
// CONCATENATED MODULE: ./components/select_menu/index.js
|
|
5764
6319
|
|
|
5765
6320
|
|
|
5766
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
6321
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b85754c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/toast/toast.vue?vue&type=template&id=5f5458cb&
|
|
6322
|
+
var toastvue_type_template_id_5f5458cb_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('aside',{staticClass:"d-toast-wrapper"},[(!_vm.hidden)?_c('div',{class:[
|
|
6323
|
+
'd-toast',
|
|
6324
|
+
("d-toast--" + _vm.kind),
|
|
6325
|
+
{ '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",[_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()])}
|
|
6326
|
+
var toastvue_type_template_id_5f5458cb_staticRenderFns = []
|
|
6327
|
+
|
|
6328
|
+
|
|
6329
|
+
// CONCATENATED MODULE: ./components/toast/toast.vue?vue&type=template&id=5f5458cb&
|
|
6330
|
+
|
|
6331
|
+
// CONCATENATED MODULE: ./components/toast/toast_constants.js
|
|
6332
|
+
const TOAST_ROLES = ['status', 'alert'];
|
|
6333
|
+
/* harmony default export */ var toast_constants = ({
|
|
6334
|
+
TOAST_ROLES
|
|
6335
|
+
});
|
|
6336
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/toast/toast.vue?vue&type=script&lang=js&
|
|
6337
|
+
//
|
|
6338
|
+
//
|
|
6339
|
+
//
|
|
6340
|
+
//
|
|
6341
|
+
//
|
|
6342
|
+
//
|
|
6343
|
+
//
|
|
6344
|
+
//
|
|
6345
|
+
//
|
|
6346
|
+
//
|
|
6347
|
+
//
|
|
6348
|
+
//
|
|
6349
|
+
//
|
|
6350
|
+
//
|
|
6351
|
+
//
|
|
6352
|
+
//
|
|
6353
|
+
//
|
|
6354
|
+
//
|
|
6355
|
+
//
|
|
6356
|
+
//
|
|
6357
|
+
//
|
|
6358
|
+
//
|
|
6359
|
+
//
|
|
6360
|
+
//
|
|
6361
|
+
//
|
|
6362
|
+
//
|
|
6363
|
+
//
|
|
6364
|
+
//
|
|
6365
|
+
//
|
|
6366
|
+
//
|
|
6367
|
+
//
|
|
6368
|
+
//
|
|
6369
|
+
//
|
|
6370
|
+
//
|
|
6371
|
+
//
|
|
6372
|
+
//
|
|
6373
|
+
//
|
|
6374
|
+
//
|
|
6375
|
+
//
|
|
6376
|
+
//
|
|
6377
|
+
//
|
|
6378
|
+
//
|
|
6379
|
+
//
|
|
6380
|
+
//
|
|
6381
|
+
//
|
|
6382
|
+
//
|
|
6383
|
+
//
|
|
6384
|
+
//
|
|
6385
|
+
//
|
|
6386
|
+
//
|
|
6387
|
+
|
|
6388
|
+
|
|
6389
|
+
|
|
6390
|
+
|
|
6391
|
+
|
|
6392
|
+
|
|
6393
|
+
/* harmony default export */ var toastvue_type_script_lang_js_ = ({
|
|
6394
|
+
name: 'DtToast',
|
|
6395
|
+
components: {
|
|
6396
|
+
DtNoticeIcon: notice_icon,
|
|
6397
|
+
DtNoticeContent: notice_content,
|
|
6398
|
+
DtNoticeAction: notice_action
|
|
6399
|
+
},
|
|
6400
|
+
props: {
|
|
6401
|
+
/**
|
|
6402
|
+
* Sets an ID on the title element of the component. Useful for aria-describedby
|
|
6403
|
+
* or aria-labelledby or any other reason you may need an id to refer to the title.
|
|
6404
|
+
*/
|
|
6405
|
+
titleId: {
|
|
6406
|
+
type: String,
|
|
6407
|
+
|
|
6408
|
+
default() {
|
|
6409
|
+
return utils.getUniqueString();
|
|
6410
|
+
}
|
|
6411
|
+
|
|
6412
|
+
},
|
|
6413
|
+
|
|
6414
|
+
/**
|
|
6415
|
+
* Sets an ID on the content element of the component. Useful for aria-describedby
|
|
6416
|
+
* or aria-labelledby or any other reason you may need an id to refer to the content.
|
|
6417
|
+
*/
|
|
6418
|
+
contentId: {
|
|
6419
|
+
type: String,
|
|
6420
|
+
|
|
6421
|
+
default() {
|
|
6422
|
+
return utils.getUniqueString();
|
|
6423
|
+
}
|
|
6424
|
+
|
|
6425
|
+
},
|
|
6426
|
+
|
|
6427
|
+
/**
|
|
6428
|
+
* Title header of the toast. This can be left blank to remove the title from the toast entirely.
|
|
6429
|
+
*/
|
|
6430
|
+
title: {
|
|
6431
|
+
type: String,
|
|
6432
|
+
default: ''
|
|
6433
|
+
},
|
|
6434
|
+
|
|
6435
|
+
/**
|
|
6436
|
+
* Message of the toast. Overridden by default slot.
|
|
6437
|
+
*/
|
|
6438
|
+
message: {
|
|
6439
|
+
type: String,
|
|
6440
|
+
default: ''
|
|
6441
|
+
},
|
|
6442
|
+
|
|
6443
|
+
/**
|
|
6444
|
+
* Provides a role for the toast. 'status' is used by default to communicate a message. 'alert' is used to
|
|
6445
|
+
* communicate an important message like an error that does not contain any interactive elements.
|
|
6446
|
+
*/
|
|
6447
|
+
role: {
|
|
6448
|
+
type: String,
|
|
6449
|
+
default: 'status',
|
|
6450
|
+
validator: role => {
|
|
6451
|
+
return TOAST_ROLES.includes(role);
|
|
6452
|
+
}
|
|
6453
|
+
},
|
|
6454
|
+
|
|
6455
|
+
/**
|
|
6456
|
+
* Severity level of the toast, sets the icon and background
|
|
6457
|
+
*/
|
|
6458
|
+
kind: {
|
|
6459
|
+
type: String,
|
|
6460
|
+
default: 'base',
|
|
6461
|
+
validator: kind => {
|
|
6462
|
+
return NOTICE_KINDS.includes(kind);
|
|
6463
|
+
}
|
|
6464
|
+
},
|
|
6465
|
+
|
|
6466
|
+
/**
|
|
6467
|
+
* Used in scenarios where the message needs to visually dominate the screen.
|
|
6468
|
+
*/
|
|
6469
|
+
important: {
|
|
6470
|
+
type: Boolean,
|
|
6471
|
+
default: false
|
|
6472
|
+
},
|
|
6473
|
+
|
|
6474
|
+
/**
|
|
6475
|
+
* Props for the toast close button.
|
|
6476
|
+
*/
|
|
6477
|
+
closeButtonProps: {
|
|
6478
|
+
type: Object,
|
|
6479
|
+
default: () => ({})
|
|
6480
|
+
},
|
|
6481
|
+
|
|
6482
|
+
/**
|
|
6483
|
+
* Hides the close button from the toast
|
|
6484
|
+
*/
|
|
6485
|
+
hideClose: {
|
|
6486
|
+
type: Boolean,
|
|
6487
|
+
default: false
|
|
6488
|
+
},
|
|
6489
|
+
|
|
6490
|
+
/**
|
|
6491
|
+
* The duration in ms the toast will display before disappearing.
|
|
6492
|
+
* Defaults to 6000 ms and the prop validation is that provided duration is equal to or greater than 6000.
|
|
6493
|
+
*/
|
|
6494
|
+
duration: {
|
|
6495
|
+
type: Number,
|
|
6496
|
+
default: 6000,
|
|
6497
|
+
validator: duration => {
|
|
6498
|
+
return duration >= 6000;
|
|
6499
|
+
}
|
|
6500
|
+
}
|
|
6501
|
+
},
|
|
6502
|
+
|
|
6503
|
+
data() {
|
|
6504
|
+
return {
|
|
6505
|
+
hidden: true
|
|
6506
|
+
};
|
|
6507
|
+
},
|
|
6508
|
+
|
|
6509
|
+
/* TODO Vue 3 Migration
|
|
6510
|
+
* destroyed() should be updated to unmounted() when migrating to Vue 3.
|
|
6511
|
+
*/
|
|
6512
|
+
// eslint-disable-next-line vue/no-deprecated-destroyed-lifecycle
|
|
6513
|
+
destroyed() {
|
|
6514
|
+
clearTimeout(this.displayTimer);
|
|
6515
|
+
},
|
|
6516
|
+
|
|
6517
|
+
methods: {
|
|
6518
|
+
show() {
|
|
6519
|
+
this.hidden = false;
|
|
6520
|
+
this.displayTimer = setTimeout(() => {
|
|
6521
|
+
this.hidden = true;
|
|
6522
|
+
}, this.duration);
|
|
6523
|
+
},
|
|
6524
|
+
|
|
6525
|
+
close() {
|
|
6526
|
+
this.hidden = true;
|
|
6527
|
+
clearTimeout(this.displayTimer);
|
|
6528
|
+
}
|
|
6529
|
+
|
|
6530
|
+
}
|
|
6531
|
+
});
|
|
6532
|
+
// CONCATENATED MODULE: ./components/toast/toast.vue?vue&type=script&lang=js&
|
|
6533
|
+
/* harmony default export */ var toast_toastvue_type_script_lang_js_ = (toastvue_type_script_lang_js_);
|
|
6534
|
+
// CONCATENATED MODULE: ./components/toast/toast.vue
|
|
6535
|
+
|
|
6536
|
+
|
|
6537
|
+
|
|
6538
|
+
|
|
6539
|
+
|
|
6540
|
+
/* normalize component */
|
|
6541
|
+
|
|
6542
|
+
var toast_component = normalizeComponent(
|
|
6543
|
+
toast_toastvue_type_script_lang_js_,
|
|
6544
|
+
toastvue_type_template_id_5f5458cb_render,
|
|
6545
|
+
toastvue_type_template_id_5f5458cb_staticRenderFns,
|
|
6546
|
+
false,
|
|
6547
|
+
null,
|
|
6548
|
+
null,
|
|
6549
|
+
null
|
|
6550
|
+
|
|
6551
|
+
)
|
|
6552
|
+
|
|
6553
|
+
/* harmony default export */ var toast = (toast_component.exports);
|
|
6554
|
+
// CONCATENATED MODULE: ./components/toast/index.js
|
|
6555
|
+
|
|
6556
|
+
|
|
6557
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"1b85754c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./components/tooltip/tooltip.vue?vue&type=template&id=32b3102c&
|
|
5767
6558
|
var tooltipvue_type_template_id_32b3102c_render = function () {
|
|
5768
6559
|
var _obj;
|
|
5769
6560
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"d-tooltip-container",attrs:{"data-qa":"dt-tooltip-container"},on:{"!focus":function($event){return _vm.onFocus($event)},"!blur":function($event){return _vm.onBlur($event)},"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"esc",27,$event.key,["Esc","Escape"])){ return null; }return _vm.onEsc($event)},"mouseover":_vm.onHover,"mouseleave":_vm.onBlur}},[_c('div',_vm._b({class:[
|
|
@@ -6042,6 +6833,8 @@ var tooltip_component = normalizeComponent(
|
|
|
6042
6833
|
|
|
6043
6834
|
|
|
6044
6835
|
|
|
6836
|
+
|
|
6837
|
+
|
|
6045
6838
|
|
|
6046
6839
|
|
|
6047
6840
|
// Mixins
|