df_site 0.1.6__py3-none-any.whl → 0.1.7__py3-none-any.whl
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.
- df_site/static/css/base.css +5 -22192
- df_site/static/css/ckeditor5.css +0 -315
- df_site/static/css/ckeditor5.css.map +1 -1
- df_site/static/js/app.js +4 -10
- df_site/static/js/app.js.map +1 -1
- df_site/static/js/base.js +117203 -138607
- df_site/static/js/base.js.map +1 -0
- {df_site-0.1.6.dist-info → df_site-0.1.7.dist-info}/METADATA +1 -1
- {df_site-0.1.6.dist-info → df_site-0.1.7.dist-info}/RECORD +12 -11
- {df_site-0.1.6.dist-info → df_site-0.1.7.dist-info}/LICENSE +0 -0
- {df_site-0.1.6.dist-info → df_site-0.1.7.dist-info}/WHEEL +0 -0
- {df_site-0.1.6.dist-info → df_site-0.1.7.dist-info}/entry_points.txt +0 -0
df_site/static/js/app.js
CHANGED
@@ -2,20 +2,14 @@
|
|
2
2
|
/******/ (() => { // webpackBootstrap
|
3
3
|
/******/ var __webpack_modules__ = ({
|
4
4
|
|
5
|
-
/***/
|
6
|
-
/*!***************************!*\
|
7
|
-
!*** ./df_site_js/app.ts ***!
|
8
|
-
\***************************/
|
5
|
+
/***/ 707:
|
9
6
|
/***/ (() => {
|
10
7
|
|
11
8
|
|
12
9
|
|
13
10
|
/***/ }),
|
14
11
|
|
15
|
-
/***/
|
16
|
-
/*!*****************************!*\
|
17
|
-
!*** ./df_site_js/app.scss ***!
|
18
|
-
\*****************************/
|
12
|
+
/***/ 867:
|
19
13
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
20
14
|
|
21
15
|
"use strict";
|
@@ -89,9 +83,9 @@ module.exports = __webpack_require__.p + "css/app.css";
|
|
89
83
|
/******/
|
90
84
|
/******/ // startup
|
91
85
|
/******/ // Load entry module and return exports
|
92
|
-
/******/ __webpack_require__(
|
86
|
+
/******/ __webpack_require__(707);
|
93
87
|
/******/ // This entry module doesn't tell about it's top-level declarations so it can't be inlined
|
94
|
-
/******/ var __webpack_exports__ = __webpack_require__(
|
88
|
+
/******/ var __webpack_exports__ = __webpack_require__(867);
|
95
89
|
/******/
|
96
90
|
/******/ })()
|
97
91
|
;
|
df_site/static/js/app.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["webpack://df_site/webpack/bootstrap","webpack://df_site/webpack/runtime/global","webpack://df_site/webpack/runtime/publicPath","webpack://df_site/webpack/startup"],"names":[],"mappings":"
|
1
|
+
{"version":3,"sources":["webpack://df_site/webpack/bootstrap","webpack://df_site/webpack/runtime/global","webpack://df_site/webpack/runtime/publicPath","webpack://df_site/webpack/startup"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;UAAA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;;;;WCtBA;WACA;WACA;WACA;WACA,GAAG;WACH;WACA;WACA,CAAC;;;;;WCPD;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;;;;;UClBA;UACA;UACA;UACA;UACA","file":"js/app.js","sourcesContent":["// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","var scriptUrl;\nif (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + \"\";\nvar document = __webpack_require__.g.document;\nif (!scriptUrl && document) {\n\tif (document.currentScript)\n\t\tscriptUrl = document.currentScript.src;\n\tif (!scriptUrl) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tif(scripts.length) {\n\t\t\tvar i = scripts.length - 1;\n\t\t\twhile (i > -1 && (!scriptUrl || !/^http(s?):/.test(scriptUrl))) scriptUrl = scripts[i--].src;\n\t\t}\n\t}\n}\n// When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration\n// or pass an empty string (\"\") and set the __webpack_public_path__ variable from your code to use your own logic.\nif (!scriptUrl) throw new Error(\"Automatic publicPath is not supported in this browser\");\nscriptUrl = scriptUrl.replace(/#.*$/, \"\").replace(/\\?.*$/, \"\").replace(/\\/[^\\/]+$/, \"/\");\n__webpack_require__.p = scriptUrl + \"../\";","// startup\n// Load entry module and return exports\n__webpack_require__(707);\n// This entry module doesn't tell about it's top-level declarations so it can't be inlined\nvar __webpack_exports__ = __webpack_require__(867);\n"],"sourceRoot":""}
|