@dialpad/dialtone-vue 3.3.0 → 3.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dialtone-vue.common.js +347 -0
- package/dist/dialtone-vue.umd.js +347 -0
- package/dist/dialtone-vue.umd.min.js +1 -1
- package/package.json +1 -1
package/dist/dialtone-vue.umd.js
CHANGED
|
@@ -129,6 +129,54 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".tippy-box[data-popper-escaped] .d-pop
|
|
|
129
129
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
130
130
|
|
|
131
131
|
|
|
132
|
+
/***/ }),
|
|
133
|
+
|
|
134
|
+
/***/ 660:
|
|
135
|
+
/***/ ((module, __webpack_exports__, __webpack_require__) => {
|
|
136
|
+
|
|
137
|
+
"use strict";
|
|
138
|
+
__webpack_require__.r(__webpack_exports__);
|
|
139
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
140
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
141
|
+
/* harmony export */ });
|
|
142
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(81);
|
|
143
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
144
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(645);
|
|
145
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
146
|
+
// Imports
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
150
|
+
// Module
|
|
151
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".root-layout__header--sticky{position:-webkit-sticky;position:sticky;top:0}", ""]);
|
|
152
|
+
// Exports
|
|
153
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
/***/ }),
|
|
157
|
+
|
|
158
|
+
/***/ 385:
|
|
159
|
+
/***/ ((module, __webpack_exports__, __webpack_require__) => {
|
|
160
|
+
|
|
161
|
+
"use strict";
|
|
162
|
+
__webpack_require__.r(__webpack_exports__);
|
|
163
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
164
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
165
|
+
/* harmony export */ });
|
|
166
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(81);
|
|
167
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
168
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(645);
|
|
169
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
170
|
+
// Imports
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
174
|
+
// Module
|
|
175
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".root-layout__body{display:flex;flex-wrap:wrap;gap:0}.root-layout__body--invert{flex-direction:row-reverse}.root-layout__sidebar{flex-grow:1}.root-layout__content{flex-basis:0;flex-grow:999}", ""]);
|
|
176
|
+
// Exports
|
|
177
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
178
|
+
|
|
179
|
+
|
|
132
180
|
/***/ }),
|
|
133
181
|
|
|
134
182
|
/***/ 224:
|
|
@@ -435,6 +483,38 @@ var update = add("fc300706", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
435
483
|
|
|
436
484
|
/***/ }),
|
|
437
485
|
|
|
486
|
+
/***/ 151:
|
|
487
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
488
|
+
|
|
489
|
+
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
490
|
+
|
|
491
|
+
// load the styles
|
|
492
|
+
var content = __webpack_require__(660);
|
|
493
|
+
if(content.__esModule) content = content.default;
|
|
494
|
+
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
495
|
+
if(content.locals) module.exports = content.locals;
|
|
496
|
+
// add the styles to the DOM
|
|
497
|
+
var add = (__webpack_require__(402)/* ["default"] */ .Z)
|
|
498
|
+
var update = add("10623612", content, true, {"sourceMap":false,"shadowMode":false});
|
|
499
|
+
|
|
500
|
+
/***/ }),
|
|
501
|
+
|
|
502
|
+
/***/ 304:
|
|
503
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
504
|
+
|
|
505
|
+
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
506
|
+
|
|
507
|
+
// load the styles
|
|
508
|
+
var content = __webpack_require__(385);
|
|
509
|
+
if(content.__esModule) content = content.default;
|
|
510
|
+
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
511
|
+
if(content.locals) module.exports = content.locals;
|
|
512
|
+
// add the styles to the DOM
|
|
513
|
+
var add = (__webpack_require__(402)/* ["default"] */ .Z)
|
|
514
|
+
var update = add("78ccd05f", content, true, {"sourceMap":false,"shadowMode":false});
|
|
515
|
+
|
|
516
|
+
/***/ }),
|
|
517
|
+
|
|
438
518
|
/***/ 587:
|
|
439
519
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
440
520
|
|
|
@@ -1075,6 +1155,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
1075
1155
|
"DtRadioGroup": () => (/* reexport */ radio_group),
|
|
1076
1156
|
"DtRecipeContactInfo": () => (/* reexport */ contact_info),
|
|
1077
1157
|
"DtRecipeTopBannerInfo": () => (/* reexport */ top_banner_info),
|
|
1158
|
+
"DtRootLayout": () => (/* reexport */ root_layout),
|
|
1078
1159
|
"DtSelectMenu": () => (/* reexport */ select_menu),
|
|
1079
1160
|
"DtSkeleton": () => (/* reexport */ skeleton_skeleton),
|
|
1080
1161
|
"DtSkeletonListItem": () => (/* reexport */ skeleton_list_item),
|
|
@@ -1101,6 +1182,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
1101
1182
|
"POPOVER_INITIAL_FOCUS_STRINGS": () => (/* reexport */ POPOVER_INITIAL_FOCUS_STRINGS),
|
|
1102
1183
|
"POPOVER_PADDING_CLASSES": () => (/* reexport */ POPOVER_PADDING_CLASSES),
|
|
1103
1184
|
"POPOVER_ROLES": () => (/* reexport */ POPOVER_ROLES),
|
|
1185
|
+
"ROOT_LAYOUT_SIDEBAR_POSITIONS": () => (/* reexport */ ROOT_LAYOUT_SIDEBAR_POSITIONS),
|
|
1104
1186
|
"SELECT_SIZE_MODIFIERS": () => (/* reexport */ SELECT_SIZE_MODIFIERS),
|
|
1105
1187
|
"SELECT_STATE_MODIFIERS": () => (/* reexport */ SELECT_STATE_MODIFIERS),
|
|
1106
1188
|
"SHORTCUTS_ALIASES": () => (/* reexport */ SHORTCUTS_ALIASES),
|
|
@@ -14827,6 +14909,270 @@ const keyboard_shortcut_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(
|
|
|
14827
14909
|
;// CONCATENATED MODULE: ./components/keyboard_shortcut/index.js
|
|
14828
14910
|
|
|
14829
14911
|
|
|
14912
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/root_layout/root_layout.vue?vue&type=template&id=2e5fe0a4
|
|
14913
|
+
|
|
14914
|
+
const root_layoutvue_type_template_id_2e5fe0a4_hoisted_1 = {
|
|
14915
|
+
class: "root-layout"
|
|
14916
|
+
};
|
|
14917
|
+
function root_layoutvue_type_template_id_2e5fe0a4_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14918
|
+
const _component_dt_root_layout_body = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.resolveComponent)("dt-root-layout-body");
|
|
14919
|
+
|
|
14920
|
+
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", root_layoutvue_type_template_id_2e5fe0a4_hoisted_1, [_ctx.$slots.header ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("header", {
|
|
14921
|
+
key: 0,
|
|
14922
|
+
class: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.normalizeClass)(['root-layout__header', $props.headerClass, {
|
|
14923
|
+
'root-layout__header--sticky': $props.headerSticky
|
|
14924
|
+
}]),
|
|
14925
|
+
style: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.normalizeStyle)({
|
|
14926
|
+
'height': $props.headerHeight
|
|
14927
|
+
}),
|
|
14928
|
+
"data-qa": "root-layout-header"
|
|
14929
|
+
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.renderSlot)(_ctx.$slots, "header")], 6)) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createVNode)(_component_dt_root_layout_body, {
|
|
14930
|
+
"content-class": $props.contentClass,
|
|
14931
|
+
"content-wrap-width-percent": $props.contentWrapWidthPercent,
|
|
14932
|
+
"sidebar-class": $props.sidebarClass,
|
|
14933
|
+
"sidebar-width": $props.sidebarWidth,
|
|
14934
|
+
"sidebar-position": $props.sidebarPosition
|
|
14935
|
+
}, {
|
|
14936
|
+
sidebar: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.renderSlot)(_ctx.$slots, "sidebar")]),
|
|
14937
|
+
content: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.renderSlot)(_ctx.$slots, "default")]),
|
|
14938
|
+
_: 3
|
|
14939
|
+
}, 8, ["content-class", "content-wrap-width-percent", "sidebar-class", "sidebar-width", "sidebar-position"]), _ctx.$slots.footer ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("footer", {
|
|
14940
|
+
key: 1,
|
|
14941
|
+
class: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.normalizeClass)(['root-layout__footer', $props.footerClass]),
|
|
14942
|
+
style: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.normalizeStyle)({
|
|
14943
|
+
'height': $props.footerHeight
|
|
14944
|
+
}),
|
|
14945
|
+
"data-qa": "root-layout-footer"
|
|
14946
|
+
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.renderSlot)(_ctx.$slots, "footer")], 6)) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true)]);
|
|
14947
|
+
}
|
|
14948
|
+
;// CONCATENATED MODULE: ./components/root_layout/root_layout.vue?vue&type=template&id=2e5fe0a4
|
|
14949
|
+
|
|
14950
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/root_layout/root_layout_body.vue?vue&type=template&id=dfb53770
|
|
14951
|
+
|
|
14952
|
+
function root_layout_bodyvue_type_template_id_dfb53770_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14953
|
+
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", {
|
|
14954
|
+
class: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.normalizeClass)(['root-layout__body', $options.bodyClass]),
|
|
14955
|
+
"data-qa": "root-layout-body"
|
|
14956
|
+
}, [_ctx.$slots.sidebar ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("aside", {
|
|
14957
|
+
key: 0,
|
|
14958
|
+
class: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.normalizeClass)(['root-layout__sidebar', $props.sidebarClass]),
|
|
14959
|
+
style: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.normalizeStyle)({
|
|
14960
|
+
'flex-basis': $props.sidebarWidth
|
|
14961
|
+
}),
|
|
14962
|
+
"data-qa": "root-layout-sidebar"
|
|
14963
|
+
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.renderSlot)(_ctx.$slots, "sidebar")], 6)) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true), _ctx.$slots.content ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("main", {
|
|
14964
|
+
key: 1,
|
|
14965
|
+
class: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.normalizeClass)(['root-layout__content', $props.contentClass]),
|
|
14966
|
+
style: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.normalizeStyle)({
|
|
14967
|
+
'min-inline-size': $props.contentWrapWidthPercent
|
|
14968
|
+
}),
|
|
14969
|
+
"data-qa": "root-layout-content"
|
|
14970
|
+
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.renderSlot)(_ctx.$slots, "content")], 6)) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true)], 2);
|
|
14971
|
+
}
|
|
14972
|
+
;// CONCATENATED MODULE: ./components/root_layout/root_layout_body.vue?vue&type=template&id=dfb53770
|
|
14973
|
+
|
|
14974
|
+
;// CONCATENATED MODULE: ./components/root_layout/root_layout_constants.js
|
|
14975
|
+
const ROOT_LAYOUT_SIDEBAR_POSITIONS = {
|
|
14976
|
+
LEFT: 'left',
|
|
14977
|
+
RIGHT: 'right'
|
|
14978
|
+
};
|
|
14979
|
+
/* harmony default export */ const root_layout_constants = ({
|
|
14980
|
+
ROOT_LAYOUT_SIDEBAR_POSITIONS
|
|
14981
|
+
});
|
|
14982
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/root_layout/root_layout_body.vue?vue&type=script&lang=js
|
|
14983
|
+
|
|
14984
|
+
/* harmony default export */ const root_layout_bodyvue_type_script_lang_js = ({
|
|
14985
|
+
name: 'DtRootLayoutBody',
|
|
14986
|
+
props: {
|
|
14987
|
+
/**
|
|
14988
|
+
* Additional class name for the content element
|
|
14989
|
+
*/
|
|
14990
|
+
contentClass: {
|
|
14991
|
+
type: [String, Array, Object],
|
|
14992
|
+
default: undefined
|
|
14993
|
+
},
|
|
14994
|
+
|
|
14995
|
+
/**
|
|
14996
|
+
* Additional class name for the sidebar element
|
|
14997
|
+
*/
|
|
14998
|
+
sidebarClass: {
|
|
14999
|
+
type: [String, Array, Object],
|
|
15000
|
+
default: undefined
|
|
15001
|
+
},
|
|
15002
|
+
|
|
15003
|
+
/**
|
|
15004
|
+
* The width of the sidebar
|
|
15005
|
+
* Possible units rem|px|%|em
|
|
15006
|
+
*/
|
|
15007
|
+
sidebarWidth: {
|
|
15008
|
+
type: String,
|
|
15009
|
+
default: undefined
|
|
15010
|
+
},
|
|
15011
|
+
|
|
15012
|
+
/**
|
|
15013
|
+
* Whether the sidebar is on the left or right side
|
|
15014
|
+
* Possible options: 'left', 'right'
|
|
15015
|
+
*/
|
|
15016
|
+
sidebarPosition: {
|
|
15017
|
+
type: String,
|
|
15018
|
+
default: undefined
|
|
15019
|
+
},
|
|
15020
|
+
|
|
15021
|
+
/**
|
|
15022
|
+
* For responsive layouts. When the main content is at the specified width percentage,
|
|
15023
|
+
* the sidebar will display above the content rather than beside it. Please enter a percentage string value
|
|
15024
|
+
*
|
|
15025
|
+
* ex: '50%', '30%'
|
|
15026
|
+
*/
|
|
15027
|
+
contentWrapWidthPercent: {
|
|
15028
|
+
type: String,
|
|
15029
|
+
default: undefined
|
|
15030
|
+
}
|
|
15031
|
+
},
|
|
15032
|
+
computed: {
|
|
15033
|
+
bodyClass() {
|
|
15034
|
+
return {
|
|
15035
|
+
'root-layout__body--invert': this.sidebarPosition === ROOT_LAYOUT_SIDEBAR_POSITIONS.RIGHT
|
|
15036
|
+
};
|
|
15037
|
+
}
|
|
15038
|
+
|
|
15039
|
+
}
|
|
15040
|
+
});
|
|
15041
|
+
;// CONCATENATED MODULE: ./components/root_layout/root_layout_body.vue?vue&type=script&lang=js
|
|
15042
|
+
|
|
15043
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-74.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-74.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-74.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-74.use[3]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-74.use[4]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/root_layout/root_layout_body.vue?vue&type=style&index=0&id=dfb53770&lang=less
|
|
15044
|
+
var root_layout_bodyvue_type_style_index_0_id_dfb53770_lang_less = __webpack_require__(304);
|
|
15045
|
+
;// CONCATENATED MODULE: ./components/root_layout/root_layout_body.vue?vue&type=style&index=0&id=dfb53770&lang=less
|
|
15046
|
+
|
|
15047
|
+
;// CONCATENATED MODULE: ./components/root_layout/root_layout_body.vue
|
|
15048
|
+
|
|
15049
|
+
|
|
15050
|
+
|
|
15051
|
+
|
|
15052
|
+
;
|
|
15053
|
+
|
|
15054
|
+
|
|
15055
|
+
const root_layout_body_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(root_layout_bodyvue_type_script_lang_js, [['render',root_layout_bodyvue_type_template_id_dfb53770_render]])
|
|
15056
|
+
|
|
15057
|
+
/* harmony default export */ const root_layout_body = (root_layout_body_exports_);
|
|
15058
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/root_layout/root_layout.vue?vue&type=script&lang=js
|
|
15059
|
+
|
|
15060
|
+
|
|
15061
|
+
/* harmony default export */ const root_layoutvue_type_script_lang_js = ({
|
|
15062
|
+
name: 'DtRootLayout',
|
|
15063
|
+
components: {
|
|
15064
|
+
DtRootLayoutBody: root_layout_body
|
|
15065
|
+
},
|
|
15066
|
+
props: {
|
|
15067
|
+
/**
|
|
15068
|
+
* Additional class name for the header element
|
|
15069
|
+
*/
|
|
15070
|
+
headerClass: {
|
|
15071
|
+
type: [String, Array, Object],
|
|
15072
|
+
default: ''
|
|
15073
|
+
},
|
|
15074
|
+
|
|
15075
|
+
/**
|
|
15076
|
+
* The height of the header
|
|
15077
|
+
* Possible units rem|px|%|em
|
|
15078
|
+
*/
|
|
15079
|
+
headerHeight: {
|
|
15080
|
+
type: String,
|
|
15081
|
+
default: '64px'
|
|
15082
|
+
},
|
|
15083
|
+
|
|
15084
|
+
/**
|
|
15085
|
+
* Scroll the header with the page
|
|
15086
|
+
*/
|
|
15087
|
+
headerSticky: {
|
|
15088
|
+
type: Boolean,
|
|
15089
|
+
default: false
|
|
15090
|
+
},
|
|
15091
|
+
|
|
15092
|
+
/**
|
|
15093
|
+
* Additional class name for the content element
|
|
15094
|
+
*/
|
|
15095
|
+
contentClass: {
|
|
15096
|
+
type: [String, Array, Object],
|
|
15097
|
+
default: ''
|
|
15098
|
+
},
|
|
15099
|
+
|
|
15100
|
+
/**
|
|
15101
|
+
* For responsive layouts. When the main content is at the specified width percentage,
|
|
15102
|
+
* the sidebar will display above the content rather than beside it. Please enter a percentage string value
|
|
15103
|
+
*
|
|
15104
|
+
* ex: '50%', '30%'
|
|
15105
|
+
*/
|
|
15106
|
+
contentWrapWidthPercent: {
|
|
15107
|
+
type: String,
|
|
15108
|
+
default: '50%'
|
|
15109
|
+
},
|
|
15110
|
+
|
|
15111
|
+
/**
|
|
15112
|
+
* Additional class name for the sidebar element
|
|
15113
|
+
*/
|
|
15114
|
+
sidebarClass: {
|
|
15115
|
+
type: [String, Array, Object],
|
|
15116
|
+
default: ''
|
|
15117
|
+
},
|
|
15118
|
+
|
|
15119
|
+
/**
|
|
15120
|
+
* The width of the sidebar
|
|
15121
|
+
* Possible units rem|px|%|em
|
|
15122
|
+
*/
|
|
15123
|
+
sidebarWidth: {
|
|
15124
|
+
type: String,
|
|
15125
|
+
default: '256px'
|
|
15126
|
+
},
|
|
15127
|
+
|
|
15128
|
+
/**
|
|
15129
|
+
* Whether the sidebar is on the left or right side
|
|
15130
|
+
* Possible options: 'left', 'right'
|
|
15131
|
+
*/
|
|
15132
|
+
sidebarPosition: {
|
|
15133
|
+
type: String,
|
|
15134
|
+
default: 'left',
|
|
15135
|
+
validator: s => Object.values(ROOT_LAYOUT_SIDEBAR_POSITIONS).includes(s)
|
|
15136
|
+
},
|
|
15137
|
+
|
|
15138
|
+
/**
|
|
15139
|
+
* Additional class name for the footer element
|
|
15140
|
+
*/
|
|
15141
|
+
footerClass: {
|
|
15142
|
+
type: [String, Array, Object],
|
|
15143
|
+
default: ''
|
|
15144
|
+
},
|
|
15145
|
+
|
|
15146
|
+
/**
|
|
15147
|
+
* The height of the footer
|
|
15148
|
+
* Possible units rem|px|%|em
|
|
15149
|
+
*/
|
|
15150
|
+
footerHeight: {
|
|
15151
|
+
type: String,
|
|
15152
|
+
default: '64px'
|
|
15153
|
+
}
|
|
15154
|
+
}
|
|
15155
|
+
});
|
|
15156
|
+
;// CONCATENATED MODULE: ./components/root_layout/root_layout.vue?vue&type=script&lang=js
|
|
15157
|
+
|
|
15158
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-74.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-74.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-74.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-74.use[3]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-74.use[4]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/root_layout/root_layout.vue?vue&type=style&index=0&id=2e5fe0a4&lang=less
|
|
15159
|
+
var root_layoutvue_type_style_index_0_id_2e5fe0a4_lang_less = __webpack_require__(151);
|
|
15160
|
+
;// CONCATENATED MODULE: ./components/root_layout/root_layout.vue?vue&type=style&index=0&id=2e5fe0a4&lang=less
|
|
15161
|
+
|
|
15162
|
+
;// CONCATENATED MODULE: ./components/root_layout/root_layout.vue
|
|
15163
|
+
|
|
15164
|
+
|
|
15165
|
+
|
|
15166
|
+
|
|
15167
|
+
;
|
|
15168
|
+
|
|
15169
|
+
|
|
15170
|
+
const root_layout_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(root_layoutvue_type_script_lang_js, [['render',root_layoutvue_type_template_id_2e5fe0a4_render]])
|
|
15171
|
+
|
|
15172
|
+
/* harmony default export */ const root_layout = (root_layout_exports_);
|
|
15173
|
+
;// CONCATENATED MODULE: ./components/root_layout/index.js
|
|
15174
|
+
|
|
15175
|
+
|
|
14830
15176
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./recipes/list_items/contact_info/contact_info.vue?vue&type=template&id=7091b031
|
|
14831
15177
|
|
|
14832
15178
|
const contact_infovue_type_template_id_7091b031_hoisted_1 = {
|
|
@@ -15111,6 +15457,7 @@ const top_banner_info_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(to
|
|
|
15111
15457
|
|
|
15112
15458
|
|
|
15113
15459
|
|
|
15460
|
+
|
|
15114
15461
|
|
|
15115
15462
|
|
|
15116
15463
|
/// Recipes
|