@yongdall/devtools 0.1.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.
@@ -0,0 +1 @@
1
+ export const esm = {"index":"index.mjs"};
package/index.mjs ADDED
@@ -0,0 +1,2 @@
1
+ function e(e){e.title=`开发工具`,e.container.appendChild(document.createTextNode(`开发工具`)),e.loading=!1}export{e as page};
2
+ //# sourceMappingURL=index.mjs.map
package/index.mjs.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","names":[],"sources":["../../plugins/devtools/page/index.mjs"],"sourcesContent":["/** @import { PageContext } from '@yongdall/web' */\n/**\n * \n * @param {PageContext} ctx \n */\nexport default function (ctx) {\n\tctx.title = '开发工具'\n\tctx.container.appendChild(document.createTextNode('开发工具'))\n\tctx.loading = false;\n}\n"],"mappings":"AAKA,SAAA,EAAyB,EAAK,CAC7B,EAAI,MAAQ,OACZ,EAAI,UAAU,YAAY,SAAS,eAAe,OAAO,CAAC,CAC1D,EAAI,QAAU"}
package/package.json ADDED
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "@yongdall/devtools",
3
+ "version": "0.1.0",
4
+ "exports": {
5
+ ".": "./index.mts"
6
+ },
7
+ "devDependencies": {
8
+ "@yongdall/web": "^0.1.0"
9
+ },
10
+ "peerDependencies": {
11
+ "@yongdall/web": "^0.1.0"
12
+ }
13
+ }