Feat(UI): Blog Home page as standalone view file.
This commit is contained in:
29
static/dist/js/blog_home.bundle.js
vendored
Normal file
29
static/dist/js/blog_home.bundle.js
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
/******/ (() => { // webpackBootstrap
|
||||
/******/ "use strict";
|
||||
// This entry needs to be wrapped in an IIFE because it needs to be isolated against other entry modules.
|
||||
(() => {
|
||||
// extracted by mini-css-extract-plugin
|
||||
|
||||
})();
|
||||
|
||||
// This entry needs to be wrapped in an IIFE because it needs to be isolated against other entry modules.
|
||||
(() => {
|
||||
// extracted by mini-css-extract-plugin
|
||||
|
||||
})();
|
||||
|
||||
// This entry needs to be wrapped in an IIFE because it needs to be isolated against other entry modules.
|
||||
(() => {
|
||||
// extracted by mini-css-extract-plugin
|
||||
|
||||
})();
|
||||
|
||||
// This entry needs to be wrapped in an IIFE because it needs to be isolated against other entry modules.
|
||||
(() => {
|
||||
// extracted by mini-css-extract-plugin
|
||||
|
||||
})();
|
||||
|
||||
/******/ })()
|
||||
;
|
||||
//# sourceMappingURL=blog_home.bundle.js.map
|
||||
1
static/dist/js/blog_home.bundle.js.map
vendored
Normal file
1
static/dist/js/blog_home.bundle.js.map
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"js/blog_home.bundle.js","mappings":";;;;AAAA;;;;;;ACAA;;;;;;ACAA;;;;;;ACAA","sources":["webpack://app/./static/css/sections/core.css?6d04","webpack://app/./static/css/pages/core/home.css?2b63","webpack://app/./static/css/sections/blog.css?b688","webpack://app/./static/css/pages/blog/home.css"],"sourcesContent":["// extracted by mini-css-extract-plugin\nexport {};","// extracted by mini-css-extract-plugin\nexport {};","// extracted by mini-css-extract-plugin\nexport {};","// extracted by mini-css-extract-plugin\nexport {};"],"names":[],"sourceRoot":""}
|
||||
72
static/dist/js/main.bundle.js
vendored
72
static/dist/js/main.bundle.js
vendored
@@ -4975,13 +4975,13 @@ var PageApplyFoundingPartnerSuccess = /*#__PURE__*/function (_BasePage) {
|
||||
}(BasePage);
|
||||
apply_founding_partner_success_defineProperty(PageApplyFoundingPartnerSuccess, "hash", hashPageApplyFoundingPartnerSuccess);
|
||||
|
||||
;// ./static/js/pages/dog/home.js
|
||||
function dog_home_typeof(o) { "@babel/helpers - typeof"; return dog_home_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, dog_home_typeof(o); }
|
||||
function dog_home_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
||||
function dog_home_defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, dog_home_toPropertyKey(o.key), o); } }
|
||||
function dog_home_createClass(e, r, t) { return r && dog_home_defineProperties(e.prototype, r), t && dog_home_defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
||||
;// ./static/js/pages/blog/home.js
|
||||
function blog_home_typeof(o) { "@babel/helpers - typeof"; return blog_home_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, blog_home_typeof(o); }
|
||||
function blog_home_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
||||
function blog_home_defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, blog_home_toPropertyKey(o.key), o); } }
|
||||
function blog_home_createClass(e, r, t) { return r && blog_home_defineProperties(e.prototype, r), t && blog_home_defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
||||
function home_callSuper(t, o, e) { return o = home_getPrototypeOf(o), home_possibleConstructorReturn(t, home_isNativeReflectConstruct() ? Reflect.construct(o, e || [], home_getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
||||
function home_possibleConstructorReturn(t, e) { if (e && ("object" == dog_home_typeof(e) || "function" == typeof e)) return e; if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined"); return home_assertThisInitialized(t); }
|
||||
function home_possibleConstructorReturn(t, e) { if (e && ("object" == blog_home_typeof(e) || "function" == typeof e)) return e; if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined"); return home_assertThisInitialized(t); }
|
||||
function home_assertThisInitialized(e) { if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); return e; }
|
||||
function home_isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (home_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
||||
function home_superPropGet(t, o, e, r) { var p = home_get(home_getPrototypeOf(1 & r ? t.prototype : t), o, e); return 2 & r && "function" == typeof p ? function (t) { return p.apply(e, t); } : p; }
|
||||
@@ -4990,6 +4990,48 @@ function home_superPropBase(t, o) { for (; !{}.hasOwnProperty.call(t, o) && null
|
||||
function home_getPrototypeOf(t) { return home_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) { return t.__proto__ || Object.getPrototypeOf(t); }, home_getPrototypeOf(t); }
|
||||
function home_inherits(t, e) { if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); t.prototype = Object.create(e && e.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && home_setPrototypeOf(t, e); }
|
||||
function home_setPrototypeOf(t, e) { return home_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, home_setPrototypeOf(t, e); }
|
||||
function blog_home_defineProperty(e, r, t) { return (r = blog_home_toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
||||
function blog_home_toPropertyKey(t) { var i = blog_home_toPrimitive(t, "string"); return "symbol" == blog_home_typeof(i) ? i : i + ""; }
|
||||
function blog_home_toPrimitive(t, r) { if ("object" != blog_home_typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != blog_home_typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
||||
// internal
|
||||
|
||||
// external
|
||||
var PageBlogHome = /*#__PURE__*/function (_BasePage) {
|
||||
function PageBlogHome(router) {
|
||||
blog_home_classCallCheck(this, PageBlogHome);
|
||||
return home_callSuper(this, PageBlogHome, [router]);
|
||||
}
|
||||
home_inherits(PageBlogHome, _BasePage);
|
||||
return blog_home_createClass(PageBlogHome, [{
|
||||
key: "initialize",
|
||||
value: function initialize() {
|
||||
this.sharedInitialize();
|
||||
// this.hookupButtonsNav();
|
||||
}
|
||||
}, {
|
||||
key: "leave",
|
||||
value: function leave() {
|
||||
home_superPropGet(PageBlogHome, "leave", this, 3)([]);
|
||||
}
|
||||
}]);
|
||||
}(BasePage);
|
||||
blog_home_defineProperty(PageBlogHome, "hash", hashPageBlogHome);
|
||||
|
||||
;// ./static/js/pages/dog/home.js
|
||||
function dog_home_typeof(o) { "@babel/helpers - typeof"; return dog_home_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, dog_home_typeof(o); }
|
||||
function dog_home_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
||||
function dog_home_defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, dog_home_toPropertyKey(o.key), o); } }
|
||||
function dog_home_createClass(e, r, t) { return r && dog_home_defineProperties(e.prototype, r), t && dog_home_defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
||||
function dog_home_callSuper(t, o, e) { return o = dog_home_getPrototypeOf(o), dog_home_possibleConstructorReturn(t, dog_home_isNativeReflectConstruct() ? Reflect.construct(o, e || [], dog_home_getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
||||
function dog_home_possibleConstructorReturn(t, e) { if (e && ("object" == dog_home_typeof(e) || "function" == typeof e)) return e; if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined"); return dog_home_assertThisInitialized(t); }
|
||||
function dog_home_assertThisInitialized(e) { if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); return e; }
|
||||
function dog_home_isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (dog_home_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
||||
function dog_home_superPropGet(t, o, e, r) { var p = dog_home_get(dog_home_getPrototypeOf(1 & r ? t.prototype : t), o, e); return 2 & r && "function" == typeof p ? function (t) { return p.apply(e, t); } : p; }
|
||||
function dog_home_get() { return dog_home_get = "undefined" != typeof Reflect && Reflect.get ? Reflect.get.bind() : function (e, t, r) { var p = dog_home_superPropBase(e, t); if (p) { var n = Object.getOwnPropertyDescriptor(p, t); return n.get ? n.get.call(arguments.length < 3 ? e : r) : n.value; } }, dog_home_get.apply(null, arguments); }
|
||||
function dog_home_superPropBase(t, o) { for (; !{}.hasOwnProperty.call(t, o) && null !== (t = dog_home_getPrototypeOf(t));); return t; }
|
||||
function dog_home_getPrototypeOf(t) { return dog_home_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) { return t.__proto__ || Object.getPrototypeOf(t); }, dog_home_getPrototypeOf(t); }
|
||||
function dog_home_inherits(t, e) { if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); t.prototype = Object.create(e && e.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && dog_home_setPrototypeOf(t, e); }
|
||||
function dog_home_setPrototypeOf(t, e) { return dog_home_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, dog_home_setPrototypeOf(t, e); }
|
||||
function dog_home_defineProperty(e, r, t) { return (r = dog_home_toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
||||
function dog_home_toPropertyKey(t) { var i = dog_home_toPrimitive(t, "string"); return "symbol" == dog_home_typeof(i) ? i : i + ""; }
|
||||
function dog_home_toPrimitive(t, r) { if ("object" != dog_home_typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != dog_home_typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
||||
@@ -4997,9 +5039,9 @@ function dog_home_toPrimitive(t, r) { if ("object" != dog_home_typeof(t) || !t)
|
||||
var PageDogHome = /*#__PURE__*/function (_BasePage) {
|
||||
function PageDogHome(router) {
|
||||
dog_home_classCallCheck(this, PageDogHome);
|
||||
return home_callSuper(this, PageDogHome, [router]);
|
||||
return dog_home_callSuper(this, PageDogHome, [router]);
|
||||
}
|
||||
home_inherits(PageDogHome, _BasePage);
|
||||
dog_home_inherits(PageDogHome, _BasePage);
|
||||
return dog_home_createClass(PageDogHome, [{
|
||||
key: "initialize",
|
||||
value: function initialize() {
|
||||
@@ -5012,7 +5054,7 @@ var PageDogHome = /*#__PURE__*/function (_BasePage) {
|
||||
}, {
|
||||
key: "leave",
|
||||
value: function leave() {
|
||||
home_superPropGet(PageDogHome, "leave", this, 3)([]);
|
||||
dog_home_superPropGet(PageDogHome, "leave", this, 3)([]);
|
||||
}
|
||||
}]);
|
||||
}(BasePage);
|
||||
@@ -8758,6 +8800,8 @@ function router_toPrimitive(t, r) { if ("object" != router_typeof(t) || !t) retu
|
||||
|
||||
|
||||
|
||||
// Blog
|
||||
|
||||
// Dog
|
||||
|
||||
|
||||
@@ -8812,6 +8856,11 @@ var Router = /*#__PURE__*/function () {
|
||||
name: 'PageApplyFoundingPartnerSuccess',
|
||||
module: PageApplyFoundingPartnerSuccess
|
||||
};
|
||||
// Blog
|
||||
this.pages[hashPageBlogHome] = {
|
||||
name: 'PageBlogHome',
|
||||
module: PageBlogHome
|
||||
};
|
||||
// Dog
|
||||
this.pages[hashPageDogHome] = {
|
||||
name: 'PageDogHome',
|
||||
@@ -8912,6 +8961,11 @@ var Router = /*#__PURE__*/function () {
|
||||
var isPopState = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
|
||||
return _this.navigateToHash(hashPageApplyFoundingPartnerSuccess, isPopState);
|
||||
};
|
||||
// Blog
|
||||
this.routes[hashPageBlogHome] = function () {
|
||||
var isPopState = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
|
||||
return _this.navigateToHash(hashPageBlogHome, isPopState);
|
||||
};
|
||||
// Dog
|
||||
this.routes[hashPageDogHome] = function () {
|
||||
var isPopState = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
|
||||
|
||||
2
static/dist/js/main.bundle.js.map
vendored
2
static/dist/js/main.bundle.js.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user