pds-dev-kit-web 1.9.15 → 1.9.17
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/src/desktop/panels/DesktopTutorialModal/DesktopTutorialModal.js +4 -7
- package/dist/storybook-static/{0.ab5276a1.iframe.bundle.js → 0.884ba98c.iframe.bundle.js} +2 -2
- package/dist/storybook-static/{4.d8146a3b.iframe.bundle.js → 4.178dbc94.iframe.bundle.js} +3 -3
- package/dist/storybook-static/{5.4e57edcd.iframe.bundle.js → 5.9853d77b.iframe.bundle.js} +4 -4
- package/dist/storybook-static/{6.3ca022b1.iframe.bundle.js → 6.76c3ee27.iframe.bundle.js} +3 -3
- package/dist/storybook-static/{main.7cdd8d73.iframe.bundle.d.ts → main.3b6fee51.iframe.bundle.d.ts} +36 -22
- package/dist/storybook-static/{main.7cdd8d73.iframe.bundle.js → main.3b6fee51.iframe.bundle.js} +825 -815
- package/dist/storybook-static/{runtime~main.b48ce1da.iframe.bundle.js → runtime~main.9d3f3830.iframe.bundle.js} +1 -1
- package/dist/storybook-static/{vendors~main.36e4a23b.iframe.bundle.js → vendors~main.2e6414f2.iframe.bundle.js} +347 -347
- package/package.json +1 -1
- package/release-note.md +5 -17
- /package/dist/storybook-static/{0.ab5276a1.iframe.bundle.d.ts → 0.884ba98c.iframe.bundle.d.ts} +0 -0
- /package/dist/storybook-static/{4.d8146a3b.iframe.bundle.d.ts → 4.178dbc94.iframe.bundle.d.ts} +0 -0
- /package/dist/storybook-static/{5.4e57edcd.iframe.bundle.d.ts → 5.9853d77b.iframe.bundle.d.ts} +0 -0
- /package/dist/storybook-static/{6.3ca022b1.iframe.bundle.d.ts → 6.76c3ee27.iframe.bundle.d.ts} +0 -0
- /package/dist/storybook-static/{runtime~main.b48ce1da.iframe.bundle.d.ts → runtime~main.9d3f3830.iframe.bundle.d.ts} +0 -0
- /package/dist/storybook-static/{vendors~main.36e4a23b.iframe.bundle.d.ts → vendors~main.2e6414f2.iframe.bundle.d.ts} +0 -0
|
@@ -73,16 +73,16 @@ function DesktopTutorialModal(_a) {
|
|
|
73
73
|
react_1.default.createElement(S_SideTabWrapper, null,
|
|
74
74
|
react_1.default.createElement(Components_1.SideTab, { itemArray: sideTabTitleArray }),
|
|
75
75
|
react_1.default.createElement(hybrid_1.Spacing, { size: "spacing_i" }))),
|
|
76
|
-
|
|
76
|
+
infoArray
|
|
77
77
|
.filter(function (data, index) { return selectedItem === "" + data.sideTabTitleText + index; })
|
|
78
|
-
.map(function (data) { return (react_1.default.createElement(
|
|
78
|
+
.map(function (data, index) { return (react_1.default.createElement(S_RightPanel, { key: "" + data.sideTabTitleText + index },
|
|
79
79
|
react_1.default.createElement(hybrid_1.ImageView, { src: data.imageSrc, shapeType: "rectangle", width: "responsive", ratio: "16_9", scaleType: "cover", backgroundFillMode: "use" }),
|
|
80
80
|
react_1.default.createElement(S_InfoBox, null,
|
|
81
81
|
react_1.default.createElement(components_1.TextLabel, { text: data.infoTitleText ? data.infoTitleText : data.sideTabTitleText, styleTheme: "subTitleBold" }),
|
|
82
82
|
react_1.default.createElement(hybrid_1.Spacing, { size: "spacing_d" }),
|
|
83
83
|
react_1.default.createElement(components_1.TextLabel, { text: data.infoDescText, styleTheme: "body2Regular", colorTheme: "sysTextSecondary" })),
|
|
84
84
|
data.btnMode === 'btn_amount1' && (react_1.default.createElement(S_Footer, null,
|
|
85
|
-
react_1.default.createElement(components_1.MainButton, { text: data.btn1Text, type: "button", size: "medium", onClick: data.onClickBtn1 }))))); })
|
|
85
|
+
react_1.default.createElement(components_1.MainButton, { text: data.btn1Text, type: "button", size: "medium", onClick: data.onClickBtn1 }))))); }),
|
|
86
86
|
react_1.default.createElement(S_IconButtonWrapper, null,
|
|
87
87
|
react_1.default.createElement(components_1.IconButton, { shapeType: "circular", baseSize: "medium", baseColorKey: "ui_cpnt_button_fill_base_tutorialmodal", iconName: "ic_xmark", iconColorKey: "ui_cpnt_button_icon_white", onClick: handleClickCloseBtn })))), container);
|
|
88
88
|
}
|
|
@@ -90,12 +90,9 @@ var S_ModalOverlay = styled_components_1.default.div(templateObject_1 || (templa
|
|
|
90
90
|
var theme = _a.theme;
|
|
91
91
|
return theme.ui_cpnt_modal_dimmed;
|
|
92
92
|
}, animationStyle_1.modalOverlayOnAni);
|
|
93
|
-
var S_ModalWrapper = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n background-color: ", ";\n border
|
|
93
|
+
var S_ModalWrapper = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n background-color: ", ";\n border-radius: 24px;\n box-shadow: ", ";\n box-sizing: border-box;\n display: flex;\n left: 50%;\n min-height: 560px;\n height: 80vh;\n max-height: 720px;\n min-width: 960px;\n pointer-events: auto;\n position: fixed;\n top: 50%;\n transform: translate(-50%, -50%);\n width: 50vw;\n overflow: hidden;\n display: flex;\n\n ", "\n"], ["\n background-color: ", ";\n border-radius: 24px;\n box-shadow: ", ";\n box-sizing: border-box;\n display: flex;\n left: 50%;\n min-height: 560px;\n height: 80vh;\n max-height: 720px;\n min-width: 960px;\n pointer-events: auto;\n position: fixed;\n top: 50%;\n transform: translate(-50%, -50%);\n width: 50vw;\n overflow: hidden;\n display: flex;\n\n ", "\n"])), function (_a) {
|
|
94
94
|
var theme = _a.theme;
|
|
95
95
|
return theme.ui_cpnt_modal_base;
|
|
96
|
-
}, function (_a) {
|
|
97
|
-
var theme = _a.theme;
|
|
98
|
-
return theme.ui_cpnt_modal_border;
|
|
99
96
|
}, function (_a) {
|
|
100
97
|
var theme = _a.theme;
|
|
101
98
|
return theme.boxShadow.elevation5;
|
|
@@ -66,10 +66,10 @@
|
|
|
66
66
|
"use strict";
|
|
67
67
|
var warning = function () { };
|
|
68
68
|
module.exports = warning;
|
|
69
|
-
},
|
|
69
|
+
}, 701: function (module, __webpack_exports__, __webpack_require__) {
|
|
70
70
|
"use strict";
|
|
71
71
|
__webpack_require__.r(__webpack_exports__), __webpack_require__.d(__webpack_exports__, "WithTooltipPure", (function () { return WithTooltip_WithTooltipPure; })), __webpack_require__.d(__webpack_exports__, "WithToolTipState", (function () { return WithTooltip_WithToolTipState; })), __webpack_require__.d(__webpack_exports__, "WithTooltip", (function () { return WithTooltip_WithToolTipState; }));
|
|
72
|
-
__webpack_require__(16), __webpack_require__(45), __webpack_require__(
|
|
72
|
+
__webpack_require__(16), __webpack_require__(45), __webpack_require__(27), __webpack_require__(7), __webpack_require__(19), __webpack_require__(12), __webpack_require__(10), __webpack_require__(21), __webpack_require__(15), __webpack_require__(17), __webpack_require__(9), __webpack_require__(30), __webpack_require__(18), __webpack_require__(54);
|
|
73
73
|
var react = __webpack_require__(0), react_default = __webpack_require__.n(react), esm = __webpack_require__(3), global_window = __webpack_require__(11), window_default = __webpack_require__.n(global_window), objectWithoutPropertiesLoose = __webpack_require__(119), esm_extends = __webpack_require__(23), inheritsLoose = __webpack_require__(61), react_dom = __webpack_require__(60), ManagerReferenceNodeContext = react.createContext(), ManagerReferenceNodeSetterContext = react.createContext();
|
|
74
74
|
function Manager(_ref) { var children = _ref.children, _React$useState = react.useState(null), referenceNode = _React$useState[0], setReferenceNode = _React$useState[1], hasUnmounted = react.useRef(!1); react.useEffect((function () { return function () { hasUnmounted.current = !0; }; }), []); var handleSetReferenceNode = react.useCallback((function (node) { hasUnmounted.current || setReferenceNode(node); }), []); return react.createElement(ManagerReferenceNodeContext.Provider, { value: referenceNode }, react.createElement(ManagerReferenceNodeSetterContext.Provider, { value: handleSetReferenceNode }, children)); }
|
|
75
75
|
var unwrapArray = function unwrapArray(arg) { return Array.isArray(arg) ? arg[0] : arg; }, safeInvoke = function safeInvoke(fn) { if ("function" == typeof fn) {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/*! For license information please see 4.
|
|
1
|
+
/*! For license information please see 4.178dbc94.iframe.bundle.js.LICENSE.txt */
|
|
2
2
|
(window.webpackJsonp = window.webpackJsonp || []).push([[4], { 2172: function (module, __webpack_exports__, __webpack_require__) {
|
|
3
3
|
"use strict";
|
|
4
4
|
__webpack_require__.r(__webpack_exports__), __webpack_require__.d(__webpack_exports__, "SyntaxHighlighter", (function () { return syntaxhighlighter_SyntaxHighlighter; }));
|
|
5
|
-
__webpack_require__(213), __webpack_require__(73), __webpack_require__(87), __webpack_require__(19), __webpack_require__(214), __webpack_require__(7), __webpack_require__(12), __webpack_require__(10), __webpack_require__(21), __webpack_require__(18), __webpack_require__(15), __webpack_require__(17), __webpack_require__(16), __webpack_require__(9), __webpack_require__(30), __webpack_require__(
|
|
5
|
+
__webpack_require__(213), __webpack_require__(73), __webpack_require__(87), __webpack_require__(19), __webpack_require__(214), __webpack_require__(7), __webpack_require__(12), __webpack_require__(10), __webpack_require__(21), __webpack_require__(18), __webpack_require__(15), __webpack_require__(17), __webpack_require__(16), __webpack_require__(9), __webpack_require__(30), __webpack_require__(69), __webpack_require__(27);
|
|
6
6
|
var react = __webpack_require__(0), react_default = __webpack_require__.n(react), esm = __webpack_require__(6), dist_esm = __webpack_require__(3), global_window = __webpack_require__(11), window_default = __webpack_require__.n(global_window), memoizerific = __webpack_require__(167), memoizerific_default = __webpack_require__.n(memoizerific), jsx = __webpack_require__(2187), prism_jsx = __webpack_require__.n(jsx).a, bash = __webpack_require__(2223), prism_bash = __webpack_require__.n(bash).a, css = __webpack_require__(2185), prism_css = __webpack_require__.n(css).a, js_extras = __webpack_require__(2219), prism_js_extras = __webpack_require__.n(js_extras).a, json = __webpack_require__(2220), prism_json = __webpack_require__.n(json).a, graphql = __webpack_require__(2225), prism_graphql = __webpack_require__.n(graphql).a, markup = __webpack_require__(2184), prism_markup = __webpack_require__.n(markup).a, markdown = __webpack_require__(2222), prism_markdown = __webpack_require__.n(markdown).a, yaml = __webpack_require__(2221), prism_yaml = __webpack_require__.n(yaml).a, tsx = __webpack_require__(2224), prism_tsx = __webpack_require__.n(tsx).a, typescript = __webpack_require__(2188), prism_typescript = __webpack_require__.n(typescript).a, objectWithoutProperties = __webpack_require__(116), objectWithoutProperties_default = __webpack_require__.n(objectWithoutProperties), objectSpread = __webpack_require__(2186), objectSpread_default = __webpack_require__.n(objectSpread), helpers_extends = __webpack_require__(494), extends_default = __webpack_require__.n(helpers_extends);
|
|
7
7
|
function createStyleObject(classNames) { var elementStyle = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {}, stylesheet = arguments.length > 2 ? arguments[2] : void 0; return classNames.reduce((function (styleObject, className) { return objectSpread_default()({}, styleObject, stylesheet[className]); }), elementStyle); }
|
|
8
8
|
function createClassNameString(classNames) { return classNames.join(" "); }
|
|
@@ -571,4 +571,4 @@
|
|
|
571
571
|
} return -1; } function addAlias(token, alias) { var aliases = token.alias; aliases ? Array.isArray(aliases) || (token.alias = aliases = [aliases]) : token.alias = aliases = [], aliases.push(alias); } })); }
|
|
572
572
|
module.exports = graphql, graphql.displayName = "graphql", graphql.aliases = [];
|
|
573
573
|
} }]);
|
|
574
|
-
//# sourceMappingURL=4.
|
|
574
|
+
//# sourceMappingURL=4.178dbc94.iframe.bundle.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(window.webpackJsonp = window.webpackJsonp || []).push([[5], { 2173: function (module, __webpack_exports__, __webpack_require__) {
|
|
2
2
|
"use strict";
|
|
3
3
|
__webpack_require__.r(__webpack_exports__), __webpack_require__.d(__webpack_exports__, "ColorControl", (function () { return Color_ColorControl; }));
|
|
4
|
-
__webpack_require__(
|
|
4
|
+
__webpack_require__(27), __webpack_require__(7), __webpack_require__(12), __webpack_require__(10), __webpack_require__(21), __webpack_require__(18), __webpack_require__(15), __webpack_require__(17), __webpack_require__(30), __webpack_require__(24), __webpack_require__(19), __webpack_require__(156), __webpack_require__(120), __webpack_require__(32), __webpack_require__(28), __webpack_require__(181), __webpack_require__(58), __webpack_require__(180), __webpack_require__(86), __webpack_require__(16), __webpack_require__(59), __webpack_require__(9);
|
|
5
5
|
var react = __webpack_require__(0), react_default = __webpack_require__.n(react);
|
|
6
6
|
function index_module_u() { return (index_module_u = Object.assign || function (e) { for (var r = 1; r < arguments.length; r++) {
|
|
7
7
|
var t = arguments[r];
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
(F = document.createElement("style")).innerHTML = '.react-colorful{position:relative;display:flex;flex-direction:column;width:200px;height:200px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.react-colorful__saturation{position:relative;flex-grow:1;border-color:transparent;border-bottom:12px solid #000;border-radius:8px 8px 0 0;background-image:linear-gradient(0deg,#000,transparent),linear-gradient(90deg,#fff,hsla(0,0%,100%,0))}.react-colorful__alpha-gradient,.react-colorful__pointer-fill{content:"";position:absolute;left:0;top:0;right:0;bottom:0;pointer-events:none;border-radius:inherit}.react-colorful__alpha-gradient,.react-colorful__saturation{box-shadow:inset 0 0 0 1px rgba(0,0,0,.05)}.react-colorful__alpha,.react-colorful__hue{position:relative;height:24px}.react-colorful__hue{background:linear-gradient(90deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)}.react-colorful__last-control{border-radius:0 0 8px 8px}.react-colorful__interactive{position:absolute;left:0;top:0;right:0;bottom:0;border-radius:inherit;outline:none;touch-action:none}.react-colorful__pointer{position:absolute;z-index:1;box-sizing:border-box;width:28px;height:28px;transform:translate(-50%,-50%);background-color:#fff;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2)}.react-colorful__interactive:focus .react-colorful__pointer{transform:translate(-50%,-50%) scale(1.1)}.react-colorful__alpha,.react-colorful__alpha-pointer{background-color:#fff;background-image:url(\'data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill-opacity=".05"><path d="M8 0h8v8H8zM0 8h8v8H0z"/></svg>\')}.react-colorful__saturation-pointer{z-index:3}.react-colorful__hue-pointer{z-index:2}';
|
|
34
34
|
var e = T || __webpack_require__.nc;
|
|
35
35
|
e && F.setAttribute("nonce", e), document.head.appendChild(F);
|
|
36
|
-
} }), []); }, $ = function (r) { var t = r.className, n = r.colorModel, o = r.color, a = void 0 === o ? n.defaultColor : o, l = r.onChange, i = index_module_c(r, ["className", "colorModel", "color", "onChange"]); R(); var s = S(n, a, l), f = s[0], v = s[1], d = index_module_m(["react-colorful", t]); return react_default.a.createElement("div", index_module_u({}, i, { className: d }), react_default.a.createElement(L, { hsva: f, onChange: v }), react_default.a.createElement(K, { hue: f.h, onChange: v, className: "react-colorful__last-control" })); }, G = { defaultColor: "000", toHsva: function (e) { return z(index_module_(e)); }, fromHsva: function (e) { return t = (r = y(e)).g, n = r.b, "#" + j(r.r) + j(t) + j(n); var r, t, n; }, equal: function (e, r) { return e.toLowerCase() === r.toLowerCase() || A(index_module_(e), index_module_(r)); } }, Q = function (r) { var t = r.className, n = r.hsva, o = r.onChange, a = { backgroundImage: "linear-gradient(90deg, " + w(Object.assign({}, n, { a: 0 })) + ", " + w(Object.assign({}, n, { a: 1 })) + ")" }, l = index_module_m(["react-colorful__alpha", t]); return react_default.a.createElement("div", { className: l }, react_default.a.createElement("div", { className: "react-colorful__alpha-gradient", style: a }), react_default.a.createElement(index_module_h, { onMove: function (e) { o({ a: e.left }); }, onKey: function (e) { o({ a: index_module_s(n.a + e.left) }); }, "aria-label": "Alpha", "aria-valuetext": index_module_p(100 * n.a) + "%" }, react_default.a.createElement(index_module_g, { className: "react-colorful__alpha-pointer", left: n.a, color: w(n) }))); }, U = function (r) { var t = r.className, n = r.colorModel, o = r.color, a = void 0 === o ? n.defaultColor : o, l = r.onChange, i = index_module_c(r, ["className", "colorModel", "color", "onChange"]); R(); var s = S(n, a, l), f = s[0], v = s[1], d = index_module_m(["react-colorful", t]); return react_default.a.createElement("div", index_module_u({}, i, { className: d }), react_default.a.createElement(L, { hsva: f, onChange: v }), react_default.a.createElement(K, { hue: f.h, onChange: v }), react_default.a.createElement(Q, { hsva: f, onChange: v, className: "react-colorful__last-control" })); }, Z = { defaultColor: "hsla(0, 0%, 0%, 1)", toHsva: index_module_C, fromHsva: w, equal: D }, me = { defaultColor: "rgba(0, 0, 0, 1)", toHsva: O, fromHsva: function (e) { var r = y(e); return "rgba(" + r.r + ", " + r.g + ", " + r.b + ", " + r.a + ")"; }, equal: D }, color_convert = __webpack_require__(2228), color_convert_default = __webpack_require__.n(color_convert), throttle = __webpack_require__(2231), throttle_default = __webpack_require__.n(throttle), esm = __webpack_require__(3), TooltipNote = __webpack_require__(
|
|
36
|
+
} }), []); }, $ = function (r) { var t = r.className, n = r.colorModel, o = r.color, a = void 0 === o ? n.defaultColor : o, l = r.onChange, i = index_module_c(r, ["className", "colorModel", "color", "onChange"]); R(); var s = S(n, a, l), f = s[0], v = s[1], d = index_module_m(["react-colorful", t]); return react_default.a.createElement("div", index_module_u({}, i, { className: d }), react_default.a.createElement(L, { hsva: f, onChange: v }), react_default.a.createElement(K, { hue: f.h, onChange: v, className: "react-colorful__last-control" })); }, G = { defaultColor: "000", toHsva: function (e) { return z(index_module_(e)); }, fromHsva: function (e) { return t = (r = y(e)).g, n = r.b, "#" + j(r.r) + j(t) + j(n); var r, t, n; }, equal: function (e, r) { return e.toLowerCase() === r.toLowerCase() || A(index_module_(e), index_module_(r)); } }, Q = function (r) { var t = r.className, n = r.hsva, o = r.onChange, a = { backgroundImage: "linear-gradient(90deg, " + w(Object.assign({}, n, { a: 0 })) + ", " + w(Object.assign({}, n, { a: 1 })) + ")" }, l = index_module_m(["react-colorful__alpha", t]); return react_default.a.createElement("div", { className: l }, react_default.a.createElement("div", { className: "react-colorful__alpha-gradient", style: a }), react_default.a.createElement(index_module_h, { onMove: function (e) { o({ a: e.left }); }, onKey: function (e) { o({ a: index_module_s(n.a + e.left) }); }, "aria-label": "Alpha", "aria-valuetext": index_module_p(100 * n.a) + "%" }, react_default.a.createElement(index_module_g, { className: "react-colorful__alpha-pointer", left: n.a, color: w(n) }))); }, U = function (r) { var t = r.className, n = r.colorModel, o = r.color, a = void 0 === o ? n.defaultColor : o, l = r.onChange, i = index_module_c(r, ["className", "colorModel", "color", "onChange"]); R(); var s = S(n, a, l), f = s[0], v = s[1], d = index_module_m(["react-colorful", t]); return react_default.a.createElement("div", index_module_u({}, i, { className: d }), react_default.a.createElement(L, { hsva: f, onChange: v }), react_default.a.createElement(K, { hue: f.h, onChange: v }), react_default.a.createElement(Q, { hsva: f, onChange: v, className: "react-colorful__last-control" })); }, Z = { defaultColor: "hsla(0, 0%, 0%, 1)", toHsva: index_module_C, fromHsva: w, equal: D }, me = { defaultColor: "rgba(0, 0, 0, 1)", toHsva: O, fromHsva: function (e) { var r = y(e); return "rgba(" + r.r + ", " + r.g + ", " + r.b + ", " + r.a + ")"; }, equal: D }, color_convert = __webpack_require__(2228), color_convert_default = __webpack_require__.n(color_convert), throttle = __webpack_require__(2231), throttle_default = __webpack_require__.n(throttle), esm = __webpack_require__(3), TooltipNote = __webpack_require__(699), lazy_WithTooltip = __webpack_require__(198), esm_form = __webpack_require__(57), icon = __webpack_require__(51), helpers = __webpack_require__(50);
|
|
37
37
|
function _slicedToArray(arr, i) { return function _arrayWithHoles(arr) { if (Array.isArray(arr))
|
|
38
38
|
return arr; }(arr) || function _iterableToArrayLimit(arr, i) { if ("undefined" == typeof Symbol || !(Symbol.iterator in Object(arr)))
|
|
39
39
|
return; var _arr = [], _n = !0, _d = !1, _e = void 0; try {
|
|
@@ -236,10 +236,10 @@
|
|
|
236
236
|
value = isObject(other) ? other + "" : other;
|
|
237
237
|
} if ("string" != typeof value)
|
|
238
238
|
return 0 === value ? value : +value; value = baseTrim(value); var isBinary = reIsBinary.test(value); return isBinary || reIsOctal.test(value) ? freeParseInt(value.slice(2), isBinary ? 2 : 8) : reIsBadHex.test(value) ? NaN : +value; }; }, 2235: function (module, exports, __webpack_require__) { var trimmedEndIndex = __webpack_require__(2236), reTrimStart = /^\s+/; module.exports = function baseTrim(string) { return string ? string.slice(0, trimmedEndIndex(string) + 1).replace(reTrimStart, "") : string; }; }, 2236: function (module, exports) { var reWhitespace = /\s/; module.exports = function trimmedEndIndex(string) { for (var index = string.length; index-- && reWhitespace.test(string.charAt(index));)
|
|
239
|
-
; return index; }; },
|
|
239
|
+
; return index; }; }, 699: function (module, __webpack_exports__, __webpack_require__) {
|
|
240
240
|
"use strict";
|
|
241
241
|
__webpack_require__.d(__webpack_exports__, "a", (function () { return TooltipNote; }));
|
|
242
|
-
__webpack_require__(157), __webpack_require__(
|
|
242
|
+
__webpack_require__(157), __webpack_require__(27), __webpack_require__(7);
|
|
243
243
|
var react__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(0), react__WEBPACK_IMPORTED_MODULE_3___default = __webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_3__);
|
|
244
244
|
function _objectWithoutProperties(source, excluded) { if (null == source)
|
|
245
245
|
return {}; var key, i, target = function _objectWithoutPropertiesLoose(source, excluded) { if (null == source)
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/*! For license information please see 6.
|
|
1
|
+
/*! For license information please see 6.76c3ee27.iframe.bundle.js.LICENSE.txt */
|
|
2
2
|
(window.webpackJsonp = window.webpackJsonp || []).push([[6], { 2171: function (module, __webpack_exports__, __webpack_require__) {
|
|
3
3
|
"use strict";
|
|
4
4
|
__webpack_require__.r(__webpack_exports__), __webpack_require__.d(__webpack_exports__, "OverlayScrollbarsComponent", (function () { return OverlayScrollbarsComponent; }));
|
|
5
|
-
__webpack_require__(
|
|
5
|
+
__webpack_require__(700), __webpack_require__(32), __webpack_require__(100), __webpack_require__(58), __webpack_require__(62), __webpack_require__(59), __webpack_require__(86), __webpack_require__(120), __webpack_require__(24), __webpack_require__(27), __webpack_require__(7), __webpack_require__(19);
|
|
6
6
|
var react__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(0), react__WEBPACK_IMPORTED_MODULE_12___default = __webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_12__), overlayscrollbars__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(2237), overlayscrollbars__WEBPACK_IMPORTED_MODULE_13___default = __webpack_require__.n(overlayscrollbars__WEBPACK_IMPORTED_MODULE_13__);
|
|
7
7
|
function _extends() { return _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) {
|
|
8
8
|
var source = arguments[i];
|
|
@@ -556,4 +556,4 @@
|
|
|
556
556
|
} }, _plugin; }();
|
|
557
557
|
return JQUERY && JQUERY.fn && (JQUERY.fn.overlayScrollbars = function (options, extensions) { var _elements = this; return JQUERY.isPlainObject(options) ? (JQUERY.each(_elements, (function () { PLUGIN(this, options, extensions); })), _elements) : PLUGIN(_elements, options); }), PLUGIN;
|
|
558
558
|
}(global, global.document, void 0); }.call(exports, __webpack_require__, exports, module), void 0 === __WEBPACK_AMD_DEFINE_RESULT__ || (module.exports = __WEBPACK_AMD_DEFINE_RESULT__); } }]);
|
|
559
|
-
//# sourceMappingURL=6.
|
|
559
|
+
//# sourceMappingURL=6.76c3ee27.iframe.bundle.js.map
|
package/dist/storybook-static/{main.7cdd8d73.iframe.bundle.d.ts → main.3b6fee51.iframe.bundle.d.ts}
RENAMED
|
@@ -2,7 +2,7 @@ export = webpackContext;
|
|
|
2
2
|
export = webpackContext;
|
|
3
3
|
declare function webpackContext(req: any): any;
|
|
4
4
|
declare namespace webpackContext {
|
|
5
|
-
export { keys, webpackContextResolve as resolve, id, __esModule, Divider, Icon, ImageView, LinearProgress, LottieIcon, Spacing, Switch, CircularProgress, Form, ThreeBarProgress, TextLabel, AdminListItemTransition, InputTransition, ButtonTransition, Section, sectionContext, dynamicLayoutContext, IconButton, scrollbarStyle, scrollbarWithPaddingStyle, Item, withFormProvider, AdminList, AdminListHeader, AdminListItem, BasicChatListItem, BasicFormGroup, BasicList, BasicListItem, BlogTextField, BodyTextGroup, Card, CardList, ChatBubbleListItem, ChatList, Checkbox, Chip, ContextMenu, ContextMenuItem, DesktopAlertDialog, DesktopHeaderBar, DesktopTabBar, Dropdown, DynamicDesktopNavBar, DynamicDesktopNavBarTemplates, EditApplyTextField, FilterBar, FloatingActionButton, Hero, HorizontalFormGroup, ImageSlide, LottieReactionButton, MainButton, PageTitleTextGroup, Radio, ReactionButton, Select, StatusBlock, TextButton, TextField, UploadIconButton, UploadMainButton, UploadTextButton, UserDesktopNavBar, UserDesktopSideTab, UserDesktopTabBar, theme, skeletonLoadingStyle, NavLink, Navs, ContextTextLabelNav, TextLabelNav, LayoutWF, WFContainersBox, LayoutWH, WHContainersBox, LayoutWS, WSGlobalMenuContainer, WSContainersBox, LayoutWT, WTGlobalMenuContainer, WTContainersBox, D_AdminList, D_AdminListHeader, D_AdminListItem, D_BasicChatListItem, D_BasicFormGroup, D_BasicList, D_BasicListItem, D_BlogTextField, D_BodyTextGroup, D_Card, D_CardList, D_ChatBubbleListItem, D_ChatList, D_Checkbox, D_Chip, D_ContextMenu, D_ContextMenuItem, D_DesktopAlertDialog, D_DesktopHeaderBar, D_DesktopTabBar, D_Dropdown, D_DynamicDesktopNavBar, D_DynamicDesktopNavBarTemplates, D_EditApplyTextField, D_FilterBar, D_FloatingActionButton, D_Hero, D_HorizontalFormGroup, D_IconButton, D_ImageSlide, D_LottieReactionButton, D_MainButton, D_PageTitleTextGroup, D_Radio, D_ReactionButton, D_Select, D_StatusBlock, D_TextButton, D_TextField, D_TextLabel, D_UploadIconButton, D_UploadMainButton, D_UploadTextButton, D_UserDesktopNavBar, D_UserDesktopTabBar, D_UserDesktopSideTab, D_AnnotationSheet, D_ContentSheet, D_DesktopBasicModal, D_DesktopHeadlessModal, D_DesktopTutorialModal, D_SectionSheet, OverlayBorders as default, M_MainButton, M_TextLabel, M_TextButton, M_IconButton, fontWeight, desktopFontSize, desktopLineHeight, desktopEditorFontSize, desktopEditorLineHeight, mobileFontSize, mobileLineHeight, mobileEditorFontSize, mobileEditorLineHeight, boxShadow, spacing, uiColors, customTheme, dialogOnAni, dialogOffAni, dialogOverlayOnAni, dialogOverlayOffAni, modalOnAni, modalOffAni, modalOverlayOnAni, modalOverlayOffAni, themeByGivenTone, BasePathContext, samplePageIntroSection, samplePageContentsCarouselSection, samplePageIntroSection2, samplePageContentsSection, samplePageInfoBoxSection, samplePageIntroSection3, samplePageFooterSection, samplePage, ContentsContainer, GlobalMenuContainer, PageMenuContainer, TabMenuContainer, SubMenuContainer, formatCompactNumber, formatStandardNumber, ContainersBox, TextFieldBase, AnnotationSheet, ContentSheet, DesktopBasicModal, DesktopHeadlessModal, DesktopTutorialModal, SectionSheet, NavigationContainer, TabContainer, parameters, globalTypes, decorators, Col, Grid, Row, useDetectOverflow, usePrevious, MenuItemNav, getSearchExceptGivenName, Default, ChipDefault, SearchFieldDefault, DefaultCard, ImageCard, MobileAlertDialog, MobileHeaderBar, MobileTabBar, SectionMatcher, ContentsCarouselSection, useLazyUnmount, ContentsSection, FooterSection, InfoBoxSection, IntroSection, ToggleTone, StepContainer, WFA, WFB, WFC, WFD, WFE, WFF, WFG, WFH, WFI, WFJ, WFK, WFL, PageMenu, WizardPageMenu, TabMenu, LeftSubMenu, Step, WHA, WHB, WHC, WHD, WHE, PrimaryGlobalMenu, SecondaryGlobalMenu, WSA, WSB, WSC, WSD, WSE, WSF, WSG, WSH, GlobalMenu, WTA, WTB, WTC, WTD, WTE, WTF, WTG, WTH, WTI, WTJ, WTK, WTL, WTM, WTN, WTO, WTP, WTQ, WTS, WTT, WTU, TopPageMenu, LeftPageMenu, Popup, PopupProvider, iconStateColors, iconThemeColorLineColors, fadeIn, fadeOut, glow, scaleUp, scaleDown, scaleUpIncludeTranslate, scaleDownIncludeTranslate, gelatine, scaleBounceIn, scaleBounceIn02, scaleBounceOut, scaleBounceOut02, scaleBounceInIncludeTranslate, scaleBounceOutIncludeTranslate, scaleBounceInIncludeTranslate02, scaleBounceOutIncludeTranslate02, BrandLogo, PrimaryMenu, SecondaryMenu, UserProfile, ContextMenuNavs, ContextMenuItemNav, defaultValue, TEMPLATES_DATA, textStyles, iconFillTypeColors, iconStyleThemeColors, SideTab, AllColorKeys, ColorKey, Single, Multi, Auto, readOnly, disabled, Low, Medium, High, Empty, TextFieldType, SelectType, SwitchType, MixType, DefaultBasicList, Image, Badge, Validate, MultiState, MultiRows, AutoState, AutoRows, TitleOnly, WithDescription, WithContent, Both, DefaultCardList, MultiCardList, Grey01, Primary, LongText, OtherAvatarImpact, OtherAvatar, OtherAvatarSub, Other, OtherSub, Me, MeSub, GreyColorChildrenTextLabel, BrandPrimaryColorChildrenTextLabel, TranslucentWhiteColorChildrenTextLabel, TranslucentBlackColorChildrenTextLabel, WithImage, AllVariation, AllIcon, WithChatBubbleListItem, CategoryChoice, FilterSingle, FilterMulti, Removable, Label, Time, Information, DefaultContextMenu, ListContextMenu, DefaultContextMenuItem, TitleDefault, IconDefault, tBtn3TextDefault, StackDefault, LeftBtnDesktopHeaderBar, RightBtnDesktopHeaderBar, ComplexBtnDesktopHeaderBar, MainDefault, SubDefault, ContentDefault, LeftIconButton, OverrideUserProfile, ColorThemeTransparent, SingleSize, SingleState, SinglePreventBlankMode, SingleValidation, MultiSizeOnlyLarge, MultiValidation, AutoSizeOnlyLarge, AutoValidation, TextFieldForm, MultiTextFieldForm, EditApply_textfieldForm, DropdownForm, TextStringType, EditButton, List, Disabled, TextType, CountTypeFormatting, CountTypeNonFormatting, OnlyHintText, OnlyDefaultValue, HintAndDefaultValue, NoHintNoDefaultValue, All, NoKeyAction, SingleSizeIcon, SingleStateIcon, SingleColorTheme, TransparentColorTheme, ShortText, LongTextWithLineBreakTab, TextDefault, CenterNoneDefault, WFA_1, WFA_2, WFB_1, WFC_1, WFD_1, WFD_2, WFE_1, WFE_2, WFE_3, WFE_4, WFF_1, WFG_1, WFG_2, WFG_3, WFG_4, WFG_5, WFG_6, WFH_1, WFI_1, WFI_2, WFI_3, WFI_4, WFI_5, WFI_6, WFJ_1, WFK_1, WFL_1, WFL_2, WHA_1, WHB_1, WHB_2, WHB_3, WHB_4, WHB_5, WHB_6, WHC_1, WHD_1, WHD_2, WHD_3, WHD_4, WHD_5, WHD_6, WHE_1, WHE_2, WSA_1, WSB_1, WSB_2, WSC_1, WSD_1, WSE_1, WSF_1, WSF_2, WSF_3, WSF_4, WSF_5, WSF_6, WSF_7, WSG_1, WSG_2, WSG_3, WSG_4, WSG_5, WSH_1, WTA_1, WTA_2, WTA_3, WTB_1, WTC_1, WTD_1, WTD_2, WTD_3, WTD_4, WTD_5, WTD_6, WTE_1, WTF_1, WTF_2, WTF_3, WTF_4, WTF_5, WTF_6, WTG_1, WTH_1, WTH_2, WTH_3, WTI_1, WTI_2, WTJ_1, WTK_1, WTK_2, WTK_3, WTK_4, WTL_1, WTM_1, WTM_2, WTM_3, WTN_1, WTN_2, WTN_3, WTO_1, WTP_1, WTQ_1, WTS_1, WTS_2, WTT_1, WTT_2, WTU_1, UseCase1MoreInformation, UseCase1Community, UseCase2Thumbnail, BodyScrollDefault, BodyOverflowVisible, imageMainButtonCase, imageFocusCase, imageHeaderCase, imageHeaderFixedCase, NoButton, OverrideInfoTitleText, Variation, UseCase1PostsSettingSection, AllLineIcon, AllFillIcon, LineIcon, FillIcon, AutoWidthResponsive, AutoWidth300, AutoWidth300NoImage400, AutoHeightResponsive, AutoHeight300, AutoHeight300NoImage400, AutoWidth300Height500, RatioResponsive, Ratio300, MultiAutoHeight, MultiAutoWidth, AllLottieIcon, OneLottieIcon, IconLongTextDefault, Profile, CaptionText, MFA_1, MFB_1, MFB_2, MFC_1, MFD_1, MFE_1, MFE_2, MFA, MFB, MFC, MFD, MFE, MMA_1, MMB_1, MMA, MMB, Navigation, MPA_1, MPB_1, MPC_1, MPC_2, MPD_1, MPE_1, MPF_1, MPF_2, MPA, MPB, MPC, MPD, MPE, MPF, Tab, MSA_1, MSA_2, MSB_1, MSC_1, MSC_2, MSD_1, MSE_1, MSF_1, MSF_2, MSG_1, MSH_1, MSA, MSB, MSC, MSD, MSE, MSF, MSG, MSH, TwoButton, ContentTextScrollDefault, Sample, EditModeSectionMatcher, YouTubeIframe, useUnmountStyle, TemplateA, TemplateB, D_TemplateA, Carousel, SectionTitle, SectionDescription, SectionImage, SectionButton, M_TemplateA, D_TemplateB, M_TemplateB, TemplateC, TemplateD, D_TemplateC, M_TemplateC, D_TemplateD, M_TemplateD, TemplateA_desktop, TemplateA_mobile, TemplateB_desktop, TemplateB_mobile, TemplateC_desktop, TemplateC_mobile, TemplateD_desktop, TemplateD_mobile };
|
|
5
|
+
export { keys, webpackContextResolve as resolve, id, __esModule, Divider, Icon, ImageView, LinearProgress, LottieIcon, Spacing, Switch, CircularProgress, Form, ThreeBarProgress, TextLabel, AdminListItemTransition, InputTransition, ButtonTransition, Section, sectionContext, dynamicLayoutContext, IconButton, scrollbarStyle, scrollbarWithPaddingStyle, Item, withFormProvider, AdminList, AdminListHeader, AdminListItem, BasicChatListItem, BasicFormGroup, BasicList, BasicListItem, BlogTextField, BodyTextGroup, Card, CardList, ChatBubbleListItem, ChatList, Checkbox, Chip, ContextMenu, ContextMenuItem, DesktopAlertDialog, DesktopHeaderBar, DesktopTabBar, Dropdown, DynamicDesktopNavBar, DynamicDesktopNavBarTemplates, EditApplyTextField, FilterBar, FloatingActionButton, Hero, HorizontalFormGroup, ImageSlide, LottieReactionButton, MainButton, PageTitleTextGroup, Radio, ReactionButton, Select, StatusBlock, TextButton, TextField, UploadIconButton, UploadMainButton, UploadTextButton, UserDesktopNavBar, UserDesktopSideTab, UserDesktopTabBar, theme, skeletonLoadingStyle, NavLink, Navs, ContextTextLabelNav, TextLabelNav, LayoutWF, WFContainersBox, LayoutWH, WHContainersBox, LayoutWS, WSGlobalMenuContainer, WSContainersBox, LayoutWT, WTGlobalMenuContainer, WTContainersBox, D_AdminList, D_AdminListHeader, D_AdminListItem, D_BasicChatListItem, D_BasicFormGroup, D_BasicList, D_BasicListItem, D_BlogTextField, D_BodyTextGroup, D_Card, D_CardList, D_ChatBubbleListItem, D_ChatList, D_Checkbox, D_Chip, D_ContextMenu, D_ContextMenuItem, D_DesktopAlertDialog, D_DesktopHeaderBar, D_DesktopTabBar, D_Dropdown, D_DynamicDesktopNavBar, D_DynamicDesktopNavBarTemplates, D_EditApplyTextField, D_FilterBar, D_FloatingActionButton, D_Hero, D_HorizontalFormGroup, D_IconButton, D_ImageSlide, D_LottieReactionButton, D_MainButton, D_PageTitleTextGroup, D_Radio, D_ReactionButton, D_Select, D_StatusBlock, D_TextButton, D_TextField, D_TextLabel, D_UploadIconButton, D_UploadMainButton, D_UploadTextButton, D_UserDesktopNavBar, D_UserDesktopTabBar, D_UserDesktopSideTab, D_AnnotationSheet, D_ContentSheet, D_DesktopBasicModal, D_DesktopHeadlessModal, D_DesktopTutorialModal, D_SectionSheet, OverlayBorders as default, M_MainButton, M_TextLabel, M_TextButton, M_IconButton, fontWeight, desktopFontSize, desktopLineHeight, desktopEditorFontSize, desktopEditorLineHeight, mobileFontSize, mobileLineHeight, mobileEditorFontSize, mobileEditorLineHeight, boxShadow, spacing, uiColors, customTheme, dialogOnAni, dialogOffAni, dialogOverlayOnAni, dialogOverlayOffAni, modalOnAni, modalOffAni, modalOverlayOnAni, modalOverlayOffAni, themeByGivenTone, BasePathContext, samplePageIntroSection, samplePageContentsCarouselSection, samplePageIntroSection2, samplePageContentsSection, samplePageInfoBoxSection, samplePageIntroSection3, samplePageFooterSection, samplePage, ContentsContainer, GlobalMenuContainer, PageMenuContainer, TabMenuContainer, SubMenuContainer, formatCompactNumber, formatStandardNumber, ContainersBox, TextFieldBase, AnnotationSheet, ContentSheet, DesktopBasicModal, DesktopHeadlessModal, DesktopTutorialModal, SectionSheet, NavigationContainer, TabContainer, parameters, globalTypes, decorators, Col, Grid, Row, useDetectOverflow, usePrevious, MenuItemNav, getSearchExceptGivenName, Default, ChipDefault, SearchFieldDefault, DefaultCard, ImageCard, MobileAlertDialog, MobileHeaderBar, MobileTabBar, SectionMatcher, ContentsCarouselSection, useLazyUnmount, ContentsSection, FooterSection, InfoBoxSection, IntroSection, ToggleTone, StepContainer, WFA, WFB, WFC, WFD, WFE, WFF, WFG, WFH, WFI, WFJ, WFK, WFL, PageMenu, WizardPageMenu, TabMenu, LeftSubMenu, Step, WHA, WHB, WHC, WHD, WHE, PrimaryGlobalMenu, SecondaryGlobalMenu, WSA, WSB, WSC, WSD, WSE, WSF, WSG, WSH, GlobalMenu, WTA, WTB, WTC, WTD, WTE, WTF, WTG, WTH, WTI, WTJ, WTK, WTL, WTM, WTN, WTO, WTP, WTQ, WTS, WTT, WTU, TopPageMenu, LeftPageMenu, Popup, PopupProvider, iconStateColors, iconThemeColorLineColors, fadeIn, fadeOut, glow, scaleUp, scaleDown, scaleUpIncludeTranslate, scaleDownIncludeTranslate, gelatine, scaleBounceIn, scaleBounceIn02, scaleBounceOut, scaleBounceOut02, scaleBounceInIncludeTranslate, scaleBounceOutIncludeTranslate, scaleBounceInIncludeTranslate02, scaleBounceOutIncludeTranslate02, BrandLogo, PrimaryMenu, SecondaryMenu, UserProfile, ContextMenuNavs, ContextMenuItemNav, defaultValue, TEMPLATES_DATA, textStyles, iconFillTypeColors, iconStyleThemeColors, SideTab, AllColorKeys, ColorKey, Single, Multi, Auto, readOnly, disabled, Low, Medium, High, Empty, TextFieldType, SelectType, SwitchType, MixType, DefaultBasicList, Image, Badge, Validate, MultiState, MultiRows, AutoState, AutoRows, TitleOnly, WithDescription, WithContent, Both, DefaultCardList, MultiCardList, Grey01, Primary, LongText, OtherAvatarImpact, OtherAvatar, OtherAvatarSub, Other, OtherSub, Me, MeSub, GreyColorChildrenTextLabel, BrandPrimaryColorChildrenTextLabel, TranslucentWhiteColorChildrenTextLabel, TranslucentBlackColorChildrenTextLabel, WithImage, AllVariation, AllIcon, WithChatBubbleListItem, CategoryChoice, FilterSingle, FilterMulti, Removable, Label, Time, Information, DefaultContextMenu, ListContextMenu, DefaultContextMenuItem, TitleDefault, IconDefault, tBtn3TextDefault, StackDefault, LeftBtnDesktopHeaderBar, RightBtnDesktopHeaderBar, ComplexBtnDesktopHeaderBar, MainDefault, SubDefault, ContentDefault, LeftIconButton, OverrideUserProfile, ColorThemeTransparent, SingleSize, SingleState, SinglePreventBlankMode, SingleValidation, MultiSizeOnlyLarge, MultiValidation, AutoSizeOnlyLarge, AutoValidation, TextFieldForm, MultiTextFieldForm, EditApply_textfieldForm, DropdownForm, TextStringType, EditButton, CompoundButton, List, Disabled, TextType, CountTypeFormatting, CountTypeNonFormatting, OnlyHintText, OnlyDefaultValue, HintAndDefaultValue, NoHintNoDefaultValue, All, NoKeyAction, SingleSizeIcon, SingleStateIcon, SingleColorTheme, TransparentColorTheme, ShortText, LongTextWithLineBreakTab, TextDefault, CenterNoneDefault, WFA_1, WFA_2, WFB_1, WFC_1, WFD_1, WFD_2, WFE_1, WFE_2, WFE_3, WFE_4, WFF_1, WFG_1, WFG_2, WFG_3, WFG_4, WFG_5, WFG_6, WFH_1, WFI_1, WFI_2, WFI_3, WFI_4, WFI_5, WFI_6, WFJ_1, WFK_1, WFL_1, WFL_2, WHA_1, WHB_1, WHB_2, WHB_3, WHB_4, WHB_5, WHB_6, WHC_1, WHD_1, WHD_2, WHD_3, WHD_4, WHD_5, WHD_6, WHE_1, WHE_2, WSA_1, WSB_1, WSB_2, WSC_1, WSD_1, WSE_1, WSF_1, WSF_2, WSF_3, WSF_4, WSF_5, WSF_6, WSF_7, WSG_1, WSG_2, WSG_3, WSG_4, WSG_5, WSH_1, WTA_1, WTA_2, WTA_3, WTB_1, WTC_1, WTD_1, WTD_2, WTD_3, WTD_4, WTD_5, WTD_6, WTE_1, WTF_1, WTF_2, WTF_3, WTF_4, WTF_5, WTF_6, WTG_1, WTH_1, WTH_2, WTH_3, WTI_1, WTI_2, WTJ_1, WTK_1, WTK_2, WTK_3, WTK_4, WTL_1, WTM_1, WTM_2, WTM_3, WTN_1, WTN_2, WTN_3, WTO_1, WTP_1, WTQ_1, WTS_1, WTS_2, WTT_1, WTT_2, WTU_1, UseCase1MoreInformation, UseCase1Community, UseCase2Thumbnail, BodyScrollDefault, BodyOverflowVisible, imageMainButtonCase, imageFocusCase, imageHeaderCase, imageHeaderFixedCase, NoButton, OverrideInfoTitleText, Variation, UseCase1PostsSettingSection, AllLineIcon, AllFillIcon, LineIcon, FillIcon, AutoWidthResponsive, AutoWidth300, AutoWidth300NoImage400, AutoHeightResponsive, AutoHeight300, AutoHeight300NoImage400, AutoWidth300Height500, RatioResponsive, Ratio300, MultiAutoHeight, MultiAutoWidth, AllLottieIcon, OneLottieIcon, IconLongTextDefault, Profile, CaptionText, MFA_1, MFB_1, MFB_2, MFC_1, MFD_1, MFE_1, MFE_2, MFA, MFB, MFC, MFD, MFE, MMA_1, MMB_1, MMA, MMB, Navigation, MPA_1, MPB_1, MPC_1, MPC_2, MPD_1, MPE_1, MPF_1, MPF_2, MPA, MPB, MPC, MPD, MPE, MPF, Tab, MSA_1, MSA_2, MSB_1, MSC_1, MSC_2, MSD_1, MSE_1, MSF_1, MSF_2, MSG_1, MSH_1, MSA, MSB, MSC, MSD, MSE, MSF, MSG, MSH, TwoButton, ContentTextScrollDefault, Sample, EditModeSectionMatcher, YouTubeIframe, useUnmountStyle, TemplateA, TemplateB, D_TemplateA, Carousel, SectionTitle, SectionDescription, SectionImage, SectionButton, M_TemplateA, D_TemplateB, M_TemplateB, TemplateC, TemplateD, D_TemplateC, M_TemplateC, D_TemplateD, M_TemplateD, TemplateA_desktop, TemplateA_mobile, TemplateB_desktop, TemplateB_mobile, TemplateC_desktop, TemplateC_mobile, TemplateD_desktop, TemplateD_mobile };
|
|
6
6
|
}
|
|
7
7
|
declare function keys(): string[];
|
|
8
8
|
declare function webpackContextResolve(req: any): any;
|
|
@@ -1690,7 +1690,19 @@ declare var LeftBtnDesktopHeaderBar: any;
|
|
|
1690
1690
|
declare var RightBtnDesktopHeaderBar: any;
|
|
1691
1691
|
declare var ComplexBtnDesktopHeaderBar: any;
|
|
1692
1692
|
declare function MainDefault(args: any): any;
|
|
1693
|
+
declare namespace MainDefault {
|
|
1694
|
+
namespace args {
|
|
1695
|
+
const styleTheme: string;
|
|
1696
|
+
}
|
|
1697
|
+
}
|
|
1693
1698
|
declare function SubDefault(args: any): any;
|
|
1699
|
+
declare namespace SubDefault {
|
|
1700
|
+
export namespace args_1 {
|
|
1701
|
+
const styleTheme_1: string;
|
|
1702
|
+
export { styleTheme_1 as styleTheme };
|
|
1703
|
+
}
|
|
1704
|
+
export { args_1 as args };
|
|
1705
|
+
}
|
|
1694
1706
|
declare function ContentDefault(): any;
|
|
1695
1707
|
declare var LeftIconButton: any;
|
|
1696
1708
|
declare var OverrideUserProfile: any;
|
|
@@ -1709,6 +1721,7 @@ declare var EditApply_textfieldForm: any;
|
|
|
1709
1721
|
declare var DropdownForm: any;
|
|
1710
1722
|
declare var TextStringType: any;
|
|
1711
1723
|
declare var EditButton: any;
|
|
1724
|
+
declare var CompoundButton: any;
|
|
1712
1725
|
declare var List: any;
|
|
1713
1726
|
declare var Disabled: any;
|
|
1714
1727
|
declare var TextType: any;
|
|
@@ -1939,7 +1952,7 @@ declare namespace SectionTitle {
|
|
|
1939
1952
|
const displayName_9: string;
|
|
1940
1953
|
export { displayName_9 as displayName };
|
|
1941
1954
|
export namespace props_4 {
|
|
1942
|
-
namespace text {
|
|
1955
|
+
export namespace text {
|
|
1943
1956
|
const defaultValue_9: null;
|
|
1944
1957
|
export { defaultValue_9 as defaultValue };
|
|
1945
1958
|
const description_21: string;
|
|
@@ -1954,7 +1967,7 @@ declare namespace SectionTitle {
|
|
|
1954
1967
|
}
|
|
1955
1968
|
export { type_7 as type };
|
|
1956
1969
|
}
|
|
1957
|
-
namespace color {
|
|
1970
|
+
export namespace color {
|
|
1958
1971
|
const defaultValue_10: null;
|
|
1959
1972
|
export { defaultValue_10 as defaultValue };
|
|
1960
1973
|
const description_22: string;
|
|
@@ -1969,7 +1982,7 @@ declare namespace SectionTitle {
|
|
|
1969
1982
|
}
|
|
1970
1983
|
export { type_8 as type };
|
|
1971
1984
|
}
|
|
1972
|
-
namespace tooltipText {
|
|
1985
|
+
export namespace tooltipText {
|
|
1973
1986
|
const defaultValue_11: null;
|
|
1974
1987
|
export { defaultValue_11 as defaultValue };
|
|
1975
1988
|
const description_23: string;
|
|
@@ -1984,7 +1997,7 @@ declare namespace SectionTitle {
|
|
|
1984
1997
|
}
|
|
1985
1998
|
export { type_9 as type };
|
|
1986
1999
|
}
|
|
1987
|
-
namespace tooltipPosition {
|
|
2000
|
+
export namespace tooltipPosition {
|
|
1988
2001
|
const defaultValue_12: null;
|
|
1989
2002
|
export { defaultValue_12 as defaultValue };
|
|
1990
2003
|
const description_24: string;
|
|
@@ -2003,7 +2016,7 @@ declare namespace SectionTitle {
|
|
|
2003
2016
|
}
|
|
2004
2017
|
export { type_10 as type };
|
|
2005
2018
|
}
|
|
2006
|
-
namespace textAlign {
|
|
2019
|
+
export namespace textAlign {
|
|
2007
2020
|
const defaultValue_13: null;
|
|
2008
2021
|
export { defaultValue_13 as defaultValue };
|
|
2009
2022
|
const description_25: string;
|
|
@@ -2022,7 +2035,7 @@ declare namespace SectionTitle {
|
|
|
2022
2035
|
}
|
|
2023
2036
|
export { type_11 as type };
|
|
2024
2037
|
}
|
|
2025
|
-
namespace
|
|
2038
|
+
export namespace styleTheme_2 {
|
|
2026
2039
|
const defaultValue_14: null;
|
|
2027
2040
|
export { defaultValue_14 as defaultValue };
|
|
2028
2041
|
const description_26: string;
|
|
@@ -2041,7 +2054,8 @@ declare namespace SectionTitle {
|
|
|
2041
2054
|
}
|
|
2042
2055
|
export { type_12 as type };
|
|
2043
2056
|
}
|
|
2044
|
-
|
|
2057
|
+
export { styleTheme_2 as styleTheme };
|
|
2058
|
+
export namespace colorOverride {
|
|
2045
2059
|
const defaultValue_15: null;
|
|
2046
2060
|
export { defaultValue_15 as defaultValue };
|
|
2047
2061
|
const description_27: string;
|
|
@@ -2060,7 +2074,7 @@ declare namespace SectionTitle {
|
|
|
2060
2074
|
}
|
|
2061
2075
|
export { type_13 as type };
|
|
2062
2076
|
}
|
|
2063
|
-
namespace colorTheme {
|
|
2077
|
+
export namespace colorTheme {
|
|
2064
2078
|
const defaultValue_16: null;
|
|
2065
2079
|
export { defaultValue_16 as defaultValue };
|
|
2066
2080
|
const description_28: string;
|
|
@@ -2079,7 +2093,7 @@ declare namespace SectionTitle {
|
|
|
2079
2093
|
}
|
|
2080
2094
|
export { type_14 as type };
|
|
2081
2095
|
}
|
|
2082
|
-
namespace singleLineMode {
|
|
2096
|
+
export namespace singleLineMode {
|
|
2083
2097
|
const defaultValue_17: null;
|
|
2084
2098
|
export { defaultValue_17 as defaultValue };
|
|
2085
2099
|
const description_29: string;
|
|
@@ -2098,7 +2112,7 @@ declare namespace SectionTitle {
|
|
|
2098
2112
|
}
|
|
2099
2113
|
export { type_15 as type };
|
|
2100
2114
|
}
|
|
2101
|
-
namespace ellipsisMode {
|
|
2115
|
+
export namespace ellipsisMode {
|
|
2102
2116
|
const defaultValue_18: null;
|
|
2103
2117
|
export { defaultValue_18 as defaultValue };
|
|
2104
2118
|
const description_30: string;
|
|
@@ -2117,7 +2131,7 @@ declare namespace SectionTitle {
|
|
|
2117
2131
|
}
|
|
2118
2132
|
export { type_16 as type };
|
|
2119
2133
|
}
|
|
2120
|
-
namespace lineLimit {
|
|
2134
|
+
export namespace lineLimit {
|
|
2121
2135
|
const defaultValue_19: null;
|
|
2122
2136
|
export { defaultValue_19 as defaultValue };
|
|
2123
2137
|
const description_31: string;
|
|
@@ -2132,7 +2146,7 @@ declare namespace SectionTitle {
|
|
|
2132
2146
|
}
|
|
2133
2147
|
export { type_17 as type };
|
|
2134
2148
|
}
|
|
2135
|
-
namespace userSelectMode {
|
|
2149
|
+
export namespace userSelectMode {
|
|
2136
2150
|
const defaultValue_20: null;
|
|
2137
2151
|
export { defaultValue_20 as defaultValue };
|
|
2138
2152
|
const description_32: string;
|
|
@@ -2151,7 +2165,7 @@ declare namespace SectionTitle {
|
|
|
2151
2165
|
}
|
|
2152
2166
|
export { type_18 as type };
|
|
2153
2167
|
}
|
|
2154
|
-
namespace customFontSize {
|
|
2168
|
+
export namespace customFontSize {
|
|
2155
2169
|
const defaultValue_21: null;
|
|
2156
2170
|
export { defaultValue_21 as defaultValue };
|
|
2157
2171
|
const description_33: string;
|
|
@@ -2166,7 +2180,7 @@ declare namespace SectionTitle {
|
|
|
2166
2180
|
}
|
|
2167
2181
|
export { type_19 as type };
|
|
2168
2182
|
}
|
|
2169
|
-
namespace customFontWeight {
|
|
2183
|
+
export namespace customFontWeight {
|
|
2170
2184
|
const defaultValue_22: null;
|
|
2171
2185
|
export { defaultValue_22 as defaultValue };
|
|
2172
2186
|
const description_34: string;
|
|
@@ -2185,7 +2199,7 @@ declare namespace SectionTitle {
|
|
|
2185
2199
|
}
|
|
2186
2200
|
export { type_20 as type };
|
|
2187
2201
|
}
|
|
2188
|
-
namespace textDecorationType {
|
|
2202
|
+
export namespace textDecorationType {
|
|
2189
2203
|
const defaultValue_23: null;
|
|
2190
2204
|
export { defaultValue_23 as defaultValue };
|
|
2191
2205
|
const description_35: string;
|
|
@@ -2204,7 +2218,7 @@ declare namespace SectionTitle {
|
|
|
2204
2218
|
}
|
|
2205
2219
|
export { type_21 as type };
|
|
2206
2220
|
}
|
|
2207
|
-
namespace requirementMode {
|
|
2221
|
+
export namespace requirementMode {
|
|
2208
2222
|
const defaultValue_24: null;
|
|
2209
2223
|
export { defaultValue_24 as defaultValue };
|
|
2210
2224
|
const description_36: string;
|
|
@@ -2223,7 +2237,7 @@ declare namespace SectionTitle {
|
|
|
2223
2237
|
}
|
|
2224
2238
|
export { type_22 as type };
|
|
2225
2239
|
}
|
|
2226
|
-
namespace bulletPointMode {
|
|
2240
|
+
export namespace bulletPointMode {
|
|
2227
2241
|
const defaultValue_25: null;
|
|
2228
2242
|
export { defaultValue_25 as defaultValue };
|
|
2229
2243
|
const description_37: string;
|
|
@@ -2242,7 +2256,7 @@ declare namespace SectionTitle {
|
|
|
2242
2256
|
}
|
|
2243
2257
|
export { type_23 as type };
|
|
2244
2258
|
}
|
|
2245
|
-
namespace wordBreak {
|
|
2259
|
+
export namespace wordBreak {
|
|
2246
2260
|
const defaultValue_26: null;
|
|
2247
2261
|
export { defaultValue_26 as defaultValue };
|
|
2248
2262
|
const description_38: string;
|
|
@@ -2261,7 +2275,7 @@ declare namespace SectionTitle {
|
|
|
2261
2275
|
}
|
|
2262
2276
|
export { type_24 as type };
|
|
2263
2277
|
}
|
|
2264
|
-
namespace lineHeight {
|
|
2278
|
+
export namespace lineHeight {
|
|
2265
2279
|
export namespace defaultValue_27 {
|
|
2266
2280
|
const value_15: string;
|
|
2267
2281
|
export { value_15 as value };
|
|
@@ -2382,7 +2396,7 @@ declare namespace SectionDescription {
|
|
|
2382
2396
|
export { type_30 as type };
|
|
2383
2397
|
}
|
|
2384
2398
|
export { textAlign_1 as textAlign };
|
|
2385
|
-
export namespace
|
|
2399
|
+
export namespace styleTheme_3 {
|
|
2386
2400
|
const defaultValue_33: null;
|
|
2387
2401
|
export { defaultValue_33 as defaultValue };
|
|
2388
2402
|
const description_46: string;
|
|
@@ -2401,7 +2415,7 @@ declare namespace SectionDescription {
|
|
|
2401
2415
|
}
|
|
2402
2416
|
export { type_31 as type };
|
|
2403
2417
|
}
|
|
2404
|
-
export {
|
|
2418
|
+
export { styleTheme_3 as styleTheme };
|
|
2405
2419
|
export namespace colorOverride_1 {
|
|
2406
2420
|
const defaultValue_34: null;
|
|
2407
2421
|
export { defaultValue_34 as defaultValue };
|