@windwalker-io/core 4.0.8 → 4.0.10
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/debugger/114.js.map +1 -0
- package/dist/debugger/180.js.map +1 -0
- package/dist/debugger/338.js.map +1 -0
- package/dist/debugger/358.js.map +1 -0
- package/dist/debugger/500.js.map +1 -0
- package/dist/debugger/548.js.map +1 -0
- package/dist/debugger/694.js.map +1 -0
- package/dist/debugger/798.js.map +1 -0
- package/dist/debugger/851.js.map +1 -0
- package/dist/debugger/864.js.map +1 -0
- package/dist/debugger/chunk-vendor-114.js +3 -0
- package/dist/debugger/chunk-vendor-180.js +2 -0
- package/dist/debugger/chunk-vendor-338.js +3 -0
- package/dist/debugger/chunk-vendor-338.js.LICENSE.txt +13 -0
- package/dist/debugger/chunk-vendor-358.js +2 -0
- package/dist/debugger/chunk-vendor-500.js +3 -0
- package/dist/debugger/chunk-vendor-548.js +3 -0
- package/dist/debugger/chunk-vendor-548.js.LICENSE.txt +13 -0
- package/dist/debugger/chunk-vendor-694.js +3 -0
- package/dist/debugger/chunk-vendor-694.js.LICENSE.txt +6 -0
- package/dist/debugger/chunk-vendor-798.js +3 -0
- package/dist/debugger/chunk-vendor-798.js.LICENSE.txt +6 -0
- package/dist/debugger/chunk-vendor-851.js +3 -0
- package/dist/debugger/chunk-vendor-851.js.LICENSE.txt +8 -0
- package/dist/debugger/chunk-vendor-864.js +2 -0
- package/dist/debugger/chunk-vendor-864.js.LICENSE.txt +1 -0
- package/dist/debugger/debugger.js +1 -1
- package/dist/debugger/debugger.js.LICENSE.txt +9 -2
- package/dist/debugger/debugger.js.map +1 -1
- package/dist/debugger/dev/chunk-vendor-src_debugger_layouts_DefaultLayout_vue.js +77 -0
- package/dist/debugger/dev/chunk-vendor-src_debugger_views_Dashboard_vue.js +81 -0
- package/dist/debugger/dev/chunk-vendor-src_debugger_views_Database_vue.js +187 -0
- package/dist/debugger/dev/chunk-vendor-src_debugger_views_Events_vue.js +122 -0
- package/dist/debugger/dev/chunk-vendor-src_debugger_views_Request_vue.js +122 -0
- package/dist/debugger/dev/chunk-vendor-src_debugger_views_Routing_vue.js +122 -0
- package/dist/debugger/dev/chunk-vendor-src_debugger_views_System_vue.js +67 -0
- package/dist/debugger/dev/chunk-vendor-src_debugger_views_Timeline_vue.js +132 -0
- package/dist/debugger/dev/chunk-vendor-vendors-node_modules_bootstrap_js_src_modal_js-node_modules_sql-formatter_lib_index_js.js +923 -0
- package/dist/debugger/dev/chunk-vendor-vendors-node_modules_sql-formatter_lib_index_js.js +791 -0
- package/dist/debugger-console.js +2 -1
- package/fusionfile.mjs +26 -10
- package/package.json +11 -5
- package/scss/_variables.scss +1 -0
- package/scss/base/_typography.scss +9 -0
- package/scss/debugger.scss +47 -1
- package/src/debugger/App.vue +40 -16
- package/src/debugger/Store.vue +1 -1
- package/src/debugger/components/BsModal.vue +128 -0
- package/src/debugger/components/KeyValueTable.vue +51 -0
- package/src/debugger/components/db/{query-info.vue → QueryInfo.vue} +55 -27
- package/src/debugger/components/events/EventListenersTable.vue +75 -0
- package/src/debugger/components/timeline/TimelineTable.vue +107 -0
- package/src/debugger/debugger.js +4 -1
- package/src/debugger/font-awesome.js +23 -0
- package/src/debugger/layouts/DefaultLayout.vue +17 -2
- package/src/debugger/routes.js +5 -2
- package/src/debugger/services/utilities.js +18 -0
- package/src/debugger/views/Dashboard.vue +20 -10
- package/src/debugger/views/Database.vue +113 -26
- package/src/debugger/views/Events.vue +113 -0
- package/src/debugger/views/Request.vue +133 -1
- package/src/debugger/views/Routing.vue +210 -0
- package/src/debugger/views/System.vue +37 -8
- package/src/debugger/views/Timeline.vue +92 -0
- package/src/{webpack.config.js → debugger/webpack.config.js} +9 -9
- package/src/install-vendors.mjs +10 -3
- package/src/utils.mjs +1 -2
- package/dist/debugger/1.js +0 -2
- package/dist/debugger/1.js.map +0 -1
- package/dist/debugger/144.js +0 -2
- package/dist/debugger/144.js.map +0 -1
- package/dist/debugger/2.js +0 -8
- package/dist/debugger/2.js.map +0 -1
- package/dist/debugger/3.js +0 -2
- package/dist/debugger/3.js.map +0 -1
- package/dist/debugger/4.js +0 -2
- package/dist/debugger/4.js.map +0 -1
- package/dist/debugger/5.js +0 -2
- package/dist/debugger/5.js.map +0 -1
- package/dist/debugger/523.js +0 -2
- package/dist/debugger/523.js.map +0 -1
- package/dist/debugger/659.js +0 -3
- package/dist/debugger/659.js.map +0 -1
- package/dist/debugger/689.js +0 -2
- package/dist/debugger/689.js.map +0 -1
- package/dist/debugger/715.js +0 -2
- package/dist/debugger/715.js.map +0 -1
- package/dist/debugger/727.js +0 -3
- package/dist/debugger/727.js.map +0 -1
- package/dist/debugger/src_debugger_views_Dashboard_vue.js +0 -67
- package/dist/debugger/src_debugger_views_Database_vue.js +0 -187
- package/dist/debugger/src_debugger_views_Request_vue.js +0 -67
- package/dist/debugger/src_debugger_views_System_vue.js +0 -122
- package/dist/debugger/vendors-node_modules_sql-formatter_lib_sqlFormatter_js.js +0 -212
- /package/dist/debugger/{659.js.LICENSE.txt → chunk-vendor-114.js.LICENSE.txt} +0 -0
- /package/dist/debugger/{727.js.LICENSE.txt → chunk-vendor-500.js.LICENSE.txt} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chunk-vendor-114.js","mappings":"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","sources":["webpack://@windwalker-io/core/./src/debugger/layouts/DefaultLayout.vue","webpack://@windwalker-io/core/./src/debugger/layouts/DefaultLayout.vue?1d82","webpack://@windwalker-io/core/./src/debugger/views/System.vue","webpack://@windwalker-io/core/./src/debugger/views/System.vue?aef5","webpack://@windwalker-io/core/./src/debugger/services/nav.js"],"sourcesContent":["<template>\r\n<div v-if=\"currentData\">\r\n <div class=\"p-3\" style=\"background-color: var(--bs-gray-200);\">\r\n <h1 class=\"text-xl font-bold text-gray-800\">\r\n <slot name=\"title\"></slot>\r\n </h1>\r\n <div class=\"text-muted\">\r\n <router-link to=\"/\" class=\"btn btn-sm btn-primary\">\r\n <fa-icon icon=\"fa-solid fa-list\"></fa-icon>\r\n </router-link>\r\n <button type=\"button\" @click=\"goToLast('/' + route.name)\" class=\"btn btn-sm btn-success\">\r\n <fa-icon icon=\"fa-solid fa-arrows-rotate\"></fa-icon>\r\n </button>\r\n /\r\n {{ currentId }}\r\n / <a target=\"_blank\" class=\"text-gray-600\" :href=\"currentData.url\">{{ currentData.url }}</a>\r\n </div>\r\n </div>\r\n\r\n <slot></slot>\r\n</div>\r\n</template>\r\n\r\n<script>\r\nimport { useRoute } from 'vue-router';\r\nimport { goToLast } from '../services/nav.js';\r\nimport { currentData, currentId } from '../services/store.js';\r\n\r\nexport default {\r\n name: 'DefaultLayout',\r\n setup() {\r\n const route = useRoute();\r\n \r\n return {\r\n currentId,\r\n currentData,\r\n route,\r\n\r\n goToLast\r\n };\r\n }\r\n};\r\n</script>\r\n\r\n<style scoped>\r\n\r\n</style>\r\n","import { render } from \"./DefaultLayout.vue?vue&type=template&id=59b02a5d\"\nimport script from \"./DefaultLayout.vue?vue&type=script&lang=js\"\nexport * from \"./DefaultLayout.vue?vue&type=script&lang=js\"\n\nimport exportComponent from \"/Applications/XAMPP/xamppfiles/htdocs/earth/node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render]])\n\nexport default __exports__","<template>\r\n <DefaultLayout>\r\n <template #title>\r\n System\r\n </template>\r\n\r\n <div class=\"p-4\">\r\n <div>\r\n <h4>Windwalker</h4>\r\n\r\n <table class=\"table table-bordered\">\r\n <tbody>\r\n <tr>\r\n <th style=\"width: 25%\" class=\"\">Framework Version</th>\r\n <td>{{ data.framework_version }}</td>\r\n </tr>\r\n <tr>\r\n <th class=\"\">Core Version</th>\r\n <td>{{ data.core_version }}</td>\r\n </tr>\r\n <tr>\r\n <th class=\"border-right\">PHP Version</th>\r\n <td>{{ data.php_version }}</td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n\r\n <div class=\"mt-5\">\r\n <h4>Debug Messages</h4>\r\n\r\n <table class=\"table table-bordered\">\r\n <thead>\r\n <tr>\r\n <th>Type</th>\r\n <th>Message</th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <template v-for=\"(msgs, type) of data.messages\" :key=\"msgs\">\r\n <tr v-for=\"msg of msgs\" :key=\"msg\">\r\n <td style=\"width: 20%;\" class=\"text-nowrap\">\r\n {{ type }}\r\n </td>\r\n <td>\r\n {{ msg }}\r\n </td>\r\n </tr>\r\n </template>\r\n </tbody>\r\n </table>\r\n </div>\r\n\r\n <div class=\"mt-5\">\r\n <h4>Config</h4>\r\n\r\n <pre class=\"bg-light p-3\"><code>{{ JSON.stringify(data.config, null, 2) }}</code></pre>\r\n </div>\r\n </div>\r\n </DefaultLayout>\r\n</template>\r\n\r\n<script>\r\nimport { onMounted, ref } from 'vue';\r\nimport { onBeforeRouteUpdate, useRoute } from 'vue-router';\r\nimport DefaultLayout from '../layouts/DefaultLayout.vue';\r\nimport $http from '../services/http.js';\r\n\r\nexport default {\r\n name: 'System',\r\n components: { DefaultLayout },\r\n async beforeRouteEnter(to, from ,next) {\r\n next(async (vm) => {\r\n const res = await $http.get('ajax/data?path=system');\r\n vm.data = res.data.data;\r\n });\r\n },\r\n async beforeRouteUpdate(to, from ,next) {\r\n const res = await $http.get('ajax/data?path=system');\r\n this.data = res.data.data;\r\n },\r\n setup() {\r\n const data = ref({});\r\n\r\n return {\r\n data\r\n }\r\n }\r\n};\r\n</script>\r\n\r\n<style scoped>\r\n\r\n</style>\r\n","import { render } from \"./System.vue?vue&type=template&id=d1d5253a\"\nimport script from \"./System.vue?vue&type=script&lang=js\"\nexport * from \"./System.vue?vue&type=script&lang=js\"\n\nimport exportComponent from \"/Applications/XAMPP/xamppfiles/htdocs/earth/node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render]])\n\nexport default __exports__","/**\r\n * Part of starter project.\r\n *\r\n * @copyright Copyright (C) 2021 __ORGANIZATION__.\r\n * @license __LICENSE__\r\n */\r\n\r\nimport router from '../routes.js';\r\nimport $http from './http.js';\r\n\r\nexport async function goToLast(currentRoute = null) {\r\n const res = await $http.get('ajax/last');\r\n let route = '';\r\n\r\n if (currentRoute) {\r\n route = currentRoute += '/' + res.data.data;\r\n } else {\r\n route = '/system/' + res.data.data;\r\n }\r\n\r\n return router.push(route);\r\n}\r\n"],"names":["class","style","name","setup","route","useRoute","currentId","currentData","goToLast","$setup","_createElementBlock","_createElementVNode","_hoisted_2","_hoisted_3","_renderSlot","_ctx","_hoisted_4","_createVNode","_component_router_link","to","_component_fa_icon","icon","type","onClick","target","href","url","components","DefaultLayout","async","from","next","res","$http","vm","data","this","ref","_createBlock","_component_DefaultLayout","title","_hoisted_1","framework_version","_hoisted_5","core_version","_hoisted_6","php_version","_hoisted_7","_hoisted_8","_hoisted_9","_hoisted_10","_Fragment","messages","msgs","msg","key","_hoisted_11","_hoisted_12","_hoisted_13","_hoisted_14","JSON","stringify","config","currentRoute","router"],"sourceRoot":""}
|