@pinerohit11/testwidget 0.1.8 → 0.1.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/.next/app-build-manifest.json +15 -0
- package/.next/build-manifest.json +20 -0
- package/.next/cache/.rscinfo +1 -0
- package/.next/cache/webpack/client-development/0.pack.gz +0 -0
- package/.next/cache/webpack/client-development/1.pack.gz +0 -0
- package/.next/cache/webpack/client-development/10.pack.gz +0 -0
- package/.next/cache/webpack/client-development/11.pack.gz +0 -0
- package/.next/cache/webpack/client-development/2.pack.gz +0 -0
- package/.next/cache/webpack/client-development/3.pack.gz +0 -0
- package/.next/cache/webpack/client-development/4.pack.gz +0 -0
- package/.next/cache/webpack/client-development/5.pack.gz +0 -0
- package/.next/cache/webpack/client-development/6.pack.gz +0 -0
- package/.next/cache/webpack/client-development/7.pack.gz +0 -0
- package/.next/cache/webpack/client-development/8.pack.gz +0 -0
- package/.next/cache/webpack/client-development/9.pack.gz +0 -0
- package/.next/cache/webpack/client-development/index.pack.gz +0 -0
- package/.next/cache/webpack/client-development/index.pack.gz.old +0 -0
- package/.next/cache/webpack/server-development/0.pack.gz +0 -0
- package/.next/cache/webpack/server-development/1.pack.gz +0 -0
- package/.next/cache/webpack/server-development/10.pack.gz +0 -0
- package/.next/cache/webpack/server-development/11.pack.gz +0 -0
- package/.next/cache/webpack/server-development/12.pack.gz +0 -0
- package/.next/cache/webpack/server-development/13.pack.gz +0 -0
- package/.next/cache/webpack/server-development/14.pack.gz +0 -0
- package/.next/cache/webpack/server-development/2.pack.gz +0 -0
- package/.next/cache/webpack/server-development/3.pack.gz +0 -0
- package/.next/cache/webpack/server-development/4.pack.gz +0 -0
- package/.next/cache/webpack/server-development/5.pack.gz +0 -0
- package/.next/cache/webpack/server-development/6.pack.gz +0 -0
- package/.next/cache/webpack/server-development/7.pack.gz +0 -0
- package/.next/cache/webpack/server-development/8.pack.gz +0 -0
- package/.next/cache/webpack/server-development/9.pack.gz +0 -0
- package/.next/cache/webpack/server-development/index.pack.gz +0 -0
- package/.next/cache/webpack/server-development/index.pack.gz.old +0 -0
- package/.next/package.json +1 -0
- package/.next/react-loadable-manifest.json +1 -0
- package/.next/server/app/favicon.ico/route.js +86 -0
- package/.next/server/app/page.js +383 -0
- package/.next/server/app/page_client-reference-manifest.js +1 -0
- package/.next/server/app-paths-manifest.json +4 -0
- package/.next/server/interception-route-rewrite-manifest.js +1 -0
- package/.next/server/middleware-build-manifest.js +22 -0
- package/.next/server/middleware-manifest.json +6 -0
- package/.next/server/middleware-react-loadable-manifest.js +1 -0
- package/.next/server/next-font-manifest.js +1 -0
- package/.next/server/next-font-manifest.json +1 -0
- package/.next/server/pages-manifest.json +1 -0
- package/.next/server/server-reference-manifest.js +1 -0
- package/.next/server/server-reference-manifest.json +5 -0
- package/.next/server/vendor-chunks/@swc.js +55 -0
- package/.next/server/vendor-chunks/asynckit.js +114 -0
- package/.next/server/vendor-chunks/axios.js +555 -0
- package/.next/server/vendor-chunks/combined-stream.js +24 -0
- package/.next/server/vendor-chunks/debug.js +54 -0
- package/.next/server/vendor-chunks/delayed-stream.js +24 -0
- package/.next/server/vendor-chunks/follow-redirects.js +34 -0
- package/.next/server/vendor-chunks/form-data.js +34 -0
- package/.next/server/vendor-chunks/has-flag.js +25 -0
- package/.next/server/vendor-chunks/mime-db.js +35 -0
- package/.next/server/vendor-chunks/mime-types.js +25 -0
- package/.next/server/vendor-chunks/ms.js +24 -0
- package/.next/server/vendor-chunks/next.js +3185 -0
- package/.next/server/vendor-chunks/proxy-from-env.js +25 -0
- package/.next/server/vendor-chunks/supports-color.js +25 -0
- package/.next/server/webpack-runtime.js +220 -0
- package/.next/static/chunks/app/layout.js +146 -0
- package/.next/static/chunks/app/page.js +610 -0
- package/.next/static/chunks/app-pages-internals.js +193 -0
- package/.next/static/chunks/main-app.js +2398 -0
- package/.next/static/chunks/polyfills.js +1 -0
- package/.next/static/chunks/webpack.js +1411 -0
- package/.next/static/css/app/layout.css +713 -0
- package/.next/static/development/_buildManifest.js +1 -0
- package/.next/static/development/_ssgManifest.js +1 -0
- package/.next/static/media/4473ecc91f70f139-s.p.woff +0 -0
- package/.next/static/media/463dafcda517f24f-s.p.woff +0 -0
- package/.next/static/webpack/0463e0d10a76f0e1.webpack.hot-update.json +1 -0
- package/.next/static/webpack/14eb1ee43b84ca5f.webpack.hot-update.json +1 -0
- package/.next/static/webpack/1f1fe21203e4c68b.webpack.hot-update.json +1 -0
- package/.next/static/webpack/213fdb98a15e3455.webpack.hot-update.json +1 -0
- package/.next/static/webpack/228b69a2a9a20202.webpack.hot-update.json +1 -0
- package/.next/static/webpack/255aea9c6475b746.webpack.hot-update.json +1 -0
- package/.next/static/webpack/2d35c83f0037d0e3.webpack.hot-update.json +1 -0
- package/.next/static/webpack/309e2d9634152b60.webpack.hot-update.json +1 -0
- package/.next/static/webpack/329e12e211658503.webpack.hot-update.json +1 -0
- package/.next/static/webpack/456a8cdc4e32bb1b.webpack.hot-update.json +1 -0
- package/.next/static/webpack/4a9375b8e793c38e.webpack.hot-update.json +1 -0
- package/.next/static/webpack/500c5340fb4c6cd5.webpack.hot-update.json +1 -0
- package/.next/static/webpack/5031cfaa2d3d892d.webpack.hot-update.json +1 -0
- package/.next/static/webpack/51f0e2a03e8d18a6.webpack.hot-update.json +1 -0
- package/.next/static/webpack/5ad56258b0e90bef.webpack.hot-update.json +1 -0
- package/.next/static/webpack/5c7e83ae2adb882e.webpack.hot-update.json +1 -0
- package/.next/static/webpack/5c8dada5acec56f7.webpack.hot-update.json +1 -0
- package/.next/static/webpack/5e709b5694e5ad26.webpack.hot-update.json +1 -0
- package/.next/static/webpack/6246449706d4b449.webpack.hot-update.json +1 -0
- package/.next/static/webpack/633457081244afec._.hot-update.json +1 -0
- package/.next/static/webpack/6498563004a57942.webpack.hot-update.json +1 -0
- package/.next/static/webpack/65c43818d6f690fe.webpack.hot-update.json +1 -0
- package/.next/static/webpack/681ce36f0645d689.webpack.hot-update.json +1 -0
- package/.next/static/webpack/6f00711e3d258954.webpack.hot-update.json +1 -0
- package/.next/static/webpack/81f6646c28a82804.webpack.hot-update.json +1 -0
- package/.next/static/webpack/8522f92ca02de0c8.webpack.hot-update.json +1 -0
- package/.next/static/webpack/8894e91a6b3fd5cb.webpack.hot-update.json +1 -0
- package/.next/static/webpack/893ddc36c19de1ea.webpack.hot-update.json +1 -0
- package/.next/static/webpack/896c5501cdf537b3.webpack.hot-update.json +1 -0
- package/.next/static/webpack/8cc442b31ec27e60.webpack.hot-update.json +1 -0
- package/.next/static/webpack/8ed684f639abe58b.webpack.hot-update.json +1 -0
- package/.next/static/webpack/97615cc2d368fba4.webpack.hot-update.json +1 -0
- package/.next/static/webpack/9775f51aeb80d3b2.webpack.hot-update.json +1 -0
- package/.next/static/webpack/9bbf208246a2eebb.webpack.hot-update.json +1 -0
- package/.next/static/webpack/a74f1afad4b7a8a2.webpack.hot-update.json +1 -0
- package/.next/static/webpack/aed2ae614f6605ed.webpack.hot-update.json +1 -0
- package/.next/static/webpack/app/layout.228b69a2a9a20202.hot-update.js +22 -0
- package/.next/static/webpack/app/layout.2d35c83f0037d0e3.hot-update.js +31 -0
- package/.next/static/webpack/app/layout.456a8cdc4e32bb1b.hot-update.js +22 -0
- package/.next/static/webpack/app/layout.8894e91a6b3fd5cb.hot-update.js +22 -0
- package/.next/static/webpack/app/layout.a74f1afad4b7a8a2.hot-update.js +98 -0
- package/.next/static/webpack/app/layout.bb4485d5c54b0ed1.hot-update.js +22 -0
- package/.next/static/webpack/app/layout.e5533e94660e066c.hot-update.js +31 -0
- package/.next/static/webpack/app/layout.eabe83a6bd680d72.hot-update.js +31 -0
- package/.next/static/webpack/app/layout.f3f79b681eb03ce7.hot-update.js +22 -0
- package/.next/static/webpack/app/page.0463e0d10a76f0e1.hot-update.js +22 -0
- package/.next/static/webpack/app/page.14eb1ee43b84ca5f.hot-update.js +22 -0
- package/.next/static/webpack/app/page.1f1fe21203e4c68b.hot-update.js +21 -0
- package/.next/static/webpack/app/page.213fdb98a15e3455.hot-update.js +22 -0
- package/.next/static/webpack/app/page.255aea9c6475b746.hot-update.js +22 -0
- package/.next/static/webpack/app/page.309e2d9634152b60.hot-update.js +22 -0
- package/.next/static/webpack/app/page.329e12e211658503.hot-update.js +22 -0
- package/.next/static/webpack/app/page.4a9375b8e793c38e.hot-update.js +22 -0
- package/.next/static/webpack/app/page.500c5340fb4c6cd5.hot-update.js +22 -0
- package/.next/static/webpack/app/page.5031cfaa2d3d892d.hot-update.js +22 -0
- package/.next/static/webpack/app/page.51f0e2a03e8d18a6.hot-update.js +22 -0
- package/.next/static/webpack/app/page.5ad56258b0e90bef.hot-update.js +22 -0
- package/.next/static/webpack/app/page.5c7e83ae2adb882e.hot-update.js +22 -0
- package/.next/static/webpack/app/page.5c8dada5acec56f7.hot-update.js +22 -0
- package/.next/static/webpack/app/page.5e709b5694e5ad26.hot-update.js +22 -0
- package/.next/static/webpack/app/page.6246449706d4b449.hot-update.js +22 -0
- package/.next/static/webpack/app/page.6498563004a57942.hot-update.js +22 -0
- package/.next/static/webpack/app/page.65c43818d6f690fe.hot-update.js +22 -0
- package/.next/static/webpack/app/page.681ce36f0645d689.hot-update.js +22 -0
- package/.next/static/webpack/app/page.6f00711e3d258954.hot-update.js +22 -0
- package/.next/static/webpack/app/page.81f6646c28a82804.hot-update.js +22 -0
- package/.next/static/webpack/app/page.8522f92ca02de0c8.hot-update.js +54 -0
- package/.next/static/webpack/app/page.893ddc36c19de1ea.hot-update.js +22 -0
- package/.next/static/webpack/app/page.896c5501cdf537b3.hot-update.js +22 -0
- package/.next/static/webpack/app/page.8cc442b31ec27e60.hot-update.js +22 -0
- package/.next/static/webpack/app/page.8ed684f639abe58b.hot-update.js +603 -0
- package/.next/static/webpack/app/page.97615cc2d368fba4.hot-update.js +22 -0
- package/.next/static/webpack/app/page.9775f51aeb80d3b2.hot-update.js +22 -0
- package/.next/static/webpack/app/page.9bbf208246a2eebb.hot-update.js +22 -0
- package/.next/static/webpack/app/page.aed2ae614f6605ed.hot-update.js +22 -0
- package/.next/static/webpack/app/page.b4b25d4db23dbc5a.hot-update.js +22 -0
- package/.next/static/webpack/app/page.b728482f9b82d921.hot-update.js +571 -0
- package/.next/static/webpack/app/page.b7a42026022db1f3.hot-update.js +22 -0
- package/.next/static/webpack/app/page.b90118a4d57e76ad.hot-update.js +54 -0
- package/.next/static/webpack/app/page.c0a3bb4128bc91cb.hot-update.js +22 -0
- package/.next/static/webpack/app/page.c5880161e6d8c38b.hot-update.js +22 -0
- package/.next/static/webpack/app/page.c91faac87e6e5e7d.hot-update.js +21 -0
- package/.next/static/webpack/app/page.cb281b61855d3afc.hot-update.js +22 -0
- package/.next/static/webpack/app/page.cc723ec7106788b2.hot-update.js +22 -0
- package/.next/static/webpack/app/page.d00ead7a6d6dd27a.hot-update.js +22 -0
- package/.next/static/webpack/app/page.d5492b6ce3aff19a.hot-update.js +22 -0
- package/.next/static/webpack/app/page.e1a0b7850e69b555.hot-update.js +22 -0
- package/.next/static/webpack/app/page.e6094793daace46f.hot-update.js +22 -0
- package/.next/static/webpack/app/page.ef9190246958611b.hot-update.js +22 -0
- package/.next/static/webpack/b4b25d4db23dbc5a.webpack.hot-update.json +1 -0
- package/.next/static/webpack/b728482f9b82d921.webpack.hot-update.json +1 -0
- package/.next/static/webpack/b7a42026022db1f3.webpack.hot-update.json +1 -0
- package/.next/static/webpack/b90118a4d57e76ad.webpack.hot-update.json +1 -0
- package/.next/static/webpack/bb4485d5c54b0ed1.webpack.hot-update.json +1 -0
- package/.next/static/webpack/c0a3bb4128bc91cb.webpack.hot-update.json +1 -0
- package/.next/static/webpack/c5880161e6d8c38b.webpack.hot-update.json +1 -0
- package/.next/static/webpack/c91faac87e6e5e7d.webpack.hot-update.json +1 -0
- package/.next/static/webpack/cb281b61855d3afc.webpack.hot-update.json +1 -0
- package/.next/static/webpack/cc723ec7106788b2.webpack.hot-update.json +1 -0
- package/.next/static/webpack/d00ead7a6d6dd27a.webpack.hot-update.json +1 -0
- package/.next/static/webpack/d5492b6ce3aff19a.webpack.hot-update.json +1 -0
- package/.next/static/webpack/e1a0b7850e69b555.webpack.hot-update.json +1 -0
- package/.next/static/webpack/e5533e94660e066c.webpack.hot-update.json +1 -0
- package/.next/static/webpack/e6094793daace46f.webpack.hot-update.json +1 -0
- package/.next/static/webpack/eabe83a6bd680d72.webpack.hot-update.json +1 -0
- package/.next/static/webpack/ef9190246958611b.webpack.hot-update.json +1 -0
- package/.next/static/webpack/f3f79b681eb03ce7.webpack.hot-update.json +1 -0
- package/.next/static/webpack/webpack.0463e0d10a76f0e1.hot-update.js +18 -0
- package/.next/static/webpack/webpack.14eb1ee43b84ca5f.hot-update.js +18 -0
- package/.next/static/webpack/webpack.1f1fe21203e4c68b.hot-update.js +18 -0
- package/.next/static/webpack/webpack.213fdb98a15e3455.hot-update.js +18 -0
- package/.next/static/webpack/webpack.228b69a2a9a20202.hot-update.js +18 -0
- package/.next/static/webpack/webpack.255aea9c6475b746.hot-update.js +18 -0
- package/.next/static/webpack/webpack.2d35c83f0037d0e3.hot-update.js +18 -0
- package/.next/static/webpack/webpack.309e2d9634152b60.hot-update.js +18 -0
- package/.next/static/webpack/webpack.329e12e211658503.hot-update.js +18 -0
- package/.next/static/webpack/webpack.456a8cdc4e32bb1b.hot-update.js +18 -0
- package/.next/static/webpack/webpack.4a9375b8e793c38e.hot-update.js +18 -0
- package/.next/static/webpack/webpack.500c5340fb4c6cd5.hot-update.js +18 -0
- package/.next/static/webpack/webpack.5031cfaa2d3d892d.hot-update.js +18 -0
- package/.next/static/webpack/webpack.51f0e2a03e8d18a6.hot-update.js +18 -0
- package/.next/static/webpack/webpack.5ad56258b0e90bef.hot-update.js +18 -0
- package/.next/static/webpack/webpack.5c7e83ae2adb882e.hot-update.js +18 -0
- package/.next/static/webpack/webpack.5c8dada5acec56f7.hot-update.js +18 -0
- package/.next/static/webpack/webpack.5e709b5694e5ad26.hot-update.js +18 -0
- package/.next/static/webpack/webpack.6246449706d4b449.hot-update.js +18 -0
- package/.next/static/webpack/webpack.6498563004a57942.hot-update.js +18 -0
- package/.next/static/webpack/webpack.65c43818d6f690fe.hot-update.js +18 -0
- package/.next/static/webpack/webpack.681ce36f0645d689.hot-update.js +18 -0
- package/.next/static/webpack/webpack.6f00711e3d258954.hot-update.js +18 -0
- package/.next/static/webpack/webpack.81f6646c28a82804.hot-update.js +18 -0
- package/.next/static/webpack/webpack.8522f92ca02de0c8.hot-update.js +30 -0
- package/.next/static/webpack/webpack.8894e91a6b3fd5cb.hot-update.js +18 -0
- package/.next/static/webpack/webpack.893ddc36c19de1ea.hot-update.js +18 -0
- package/.next/static/webpack/webpack.896c5501cdf537b3.hot-update.js +18 -0
- package/.next/static/webpack/webpack.8cc442b31ec27e60.hot-update.js +18 -0
- package/.next/static/webpack/webpack.8ed684f639abe58b.hot-update.js +18 -0
- package/.next/static/webpack/webpack.97615cc2d368fba4.hot-update.js +18 -0
- package/.next/static/webpack/webpack.9775f51aeb80d3b2.hot-update.js +18 -0
- package/.next/static/webpack/webpack.9bbf208246a2eebb.hot-update.js +18 -0
- package/.next/static/webpack/webpack.a74f1afad4b7a8a2.hot-update.js +18 -0
- package/.next/static/webpack/webpack.aed2ae614f6605ed.hot-update.js +18 -0
- package/.next/static/webpack/webpack.b4b25d4db23dbc5a.hot-update.js +18 -0
- package/.next/static/webpack/webpack.b728482f9b82d921.hot-update.js +18 -0
- package/.next/static/webpack/webpack.b7a42026022db1f3.hot-update.js +18 -0
- package/.next/static/webpack/webpack.b90118a4d57e76ad.hot-update.js +30 -0
- package/.next/static/webpack/webpack.bb4485d5c54b0ed1.hot-update.js +18 -0
- package/.next/static/webpack/webpack.c0a3bb4128bc91cb.hot-update.js +18 -0
- package/.next/static/webpack/webpack.c5880161e6d8c38b.hot-update.js +18 -0
- package/.next/static/webpack/webpack.c91faac87e6e5e7d.hot-update.js +18 -0
- package/.next/static/webpack/webpack.cb281b61855d3afc.hot-update.js +18 -0
- package/.next/static/webpack/webpack.cc723ec7106788b2.hot-update.js +18 -0
- package/.next/static/webpack/webpack.d00ead7a6d6dd27a.hot-update.js +18 -0
- package/.next/static/webpack/webpack.d5492b6ce3aff19a.hot-update.js +18 -0
- package/.next/static/webpack/webpack.e1a0b7850e69b555.hot-update.js +18 -0
- package/.next/static/webpack/webpack.e5533e94660e066c.hot-update.js +18 -0
- package/.next/static/webpack/webpack.e6094793daace46f.hot-update.js +18 -0
- package/.next/static/webpack/webpack.eabe83a6bd680d72.hot-update.js +18 -0
- package/.next/static/webpack/webpack.ef9190246958611b.hot-update.js +18 -0
- package/.next/static/webpack/webpack.f3f79b681eb03ce7.hot-update.js +18 -0
- package/.next/trace +116 -0
- package/.next/types/app/layout.ts +84 -0
- package/.next/types/app/page.ts +84 -0
- package/.next/types/cache-life.d.ts +139 -0
- package/.next/types/package.json +1 -0
- package/.vscode/settings.json +22 -0
- package/dist/index.d.mts +5 -2
- package/dist/index.d.ts +5 -2
- package/dist/index.js +415 -4
- package/dist/index.mjs +418 -4
- package/global.d.ts +3 -0
- package/package.json +4 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
self.__BUILD_MANIFEST = (function(a){return {__rewrites:{afterFiles:[],beforeFiles:[],fallback:[]},__routerFilterStatic:a,__routerFilterDynamic:a,sortedPages:["\u002F_app"]}}(void 0));self.__BUILD_MANIFEST_CB && self.__BUILD_MANIFEST_CB()
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
self.__SSG_MANIFEST=new Set;self.__SSG_MANIFEST_CB&&self.__SSG_MANIFEST_CB()
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"c":["app/page","webpack"],"r":[],"m":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"c":["app/page","webpack"],"r":[],"m":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"c":["app/page","webpack"],"r":[],"m":["(app-pages-browser)/./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22C%3A%5C%5CUsers%5C%5CPinesucceed%5C%5CDesktop%5C%5CWorkSpace%5C%5Ctestwidget%5C%5Csrc%5C%5Capp%5C%5Ccomponents%5C%5CGreet.tsx%22%2C%22ids%22%3A%5B%22PaywithFractal%22%5D%7D&server=false!","(app-pages-browser)/./node_modules/next/dist/compiled/react/cjs/react-jsx-dev-runtime.development.js","(app-pages-browser)/./node_modules/next/dist/compiled/react/jsx-dev-runtime.js","(app-pages-browser)/./src/app/components/Greet.tsx"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"c":["app/page","webpack"],"r":[],"m":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"c":["app/layout","webpack"],"r":[],"m":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"c":["app/page","webpack"],"r":[],"m":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"c":["app/layout","webpack"],"r":[],"m":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"c":["app/page","webpack"],"r":[],"m":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"c":["app/page","webpack"],"r":[],"m":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"c":["app/layout","webpack"],"r":[],"m":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"c":["app/page","webpack"],"r":[],"m":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"c":["app/page","webpack"],"r":[],"m":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"c":["app/page","webpack"],"r":[],"m":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"c":["app/page","webpack"],"r":[],"m":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"c":["app/page","webpack"],"r":[],"m":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"c":["app/page","webpack"],"r":[],"m":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"c":["app/page","webpack"],"r":[],"m":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"c":["app/page","webpack"],"r":[],"m":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"c":["app/page","webpack"],"r":[],"m":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"c":[],"r":[],"m":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"c":["app/page","webpack"],"r":[],"m":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"c":["app/page","webpack"],"r":[],"m":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"c":["app/page","webpack"],"r":[],"m":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"c":["app/page","webpack"],"r":[],"m":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"c":["app/page","webpack"],"r":[],"m":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"c":["app/page","webpack"],"r":[],"m":["(app-pages-browser)/./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=false!"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"c":["app/layout","webpack"],"r":[],"m":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"c":["app/page","webpack"],"r":[],"m":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"c":["app/page","webpack"],"r":[],"m":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"c":["app/page","webpack"],"r":[],"m":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"c":["app/page","webpack"],"r":[],"m":["(app-pages-browser)/./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=false!"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"c":["app/page","webpack"],"r":[],"m":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"c":["app/page","webpack"],"r":[],"m":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"c":["app/page","webpack"],"r":[],"m":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"c":["app/layout","webpack"],"r":[],"m":["(app-pages-browser)/./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22C%3A%5C%5CUsers%5C%5CPinesucceed%5C%5CDesktop%5C%5CWorkSpace%5C%5Ctestwidget%5C%5Cnode_modules%5C%5Cnext%5C%5Cfont%5C%5Clocal%5C%5Ctarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%5C%5C%5C%5Capp%5C%5C%5C%5Clayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22src%5C%22%3A%5C%22.%2Ffonts%2FGeistVF.woff%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22weight%5C%22%3A%5C%22100%20900%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22C%3A%5C%5CUsers%5C%5CPinesucceed%5C%5CDesktop%5C%5CWorkSpace%5C%5Ctestwidget%5C%5Cnode_modules%5C%5Cnext%5C%5Cfont%5C%5Clocal%5C%5Ctarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%5C%5C%5C%5Capp%5C%5C%5C%5Clayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22src%5C%22%3A%5C%22.%2Ffonts%2FGeistMonoVF.woff%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22weight%5C%22%3A%5C%22100%20900%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22C%3A%5C%5CUsers%5C%5CPinesucceed%5C%5CDesktop%5C%5CWorkSpace%5C%5Ctestwidget%5C%5Csrc%5C%5Capp%5C%5Cglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"c":["app/page","webpack"],"r":[],"m":[]}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* ATTENTION: An "eval-source-map" devtool has been used.
|
|
4
|
+
* This devtool is neither made for production nor for readable output files.
|
|
5
|
+
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools.
|
|
6
|
+
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
|
|
7
|
+
* or disable the default devtool with "devtool: false".
|
|
8
|
+
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
|
|
9
|
+
*/
|
|
10
|
+
self["webpackHotUpdate_N_E"]("app/layout",{
|
|
11
|
+
|
|
12
|
+
/***/ "(app-pages-browser)/./src/app/globals.css":
|
|
13
|
+
/*!*****************************!*\
|
|
14
|
+
!*** ./src/app/globals.css ***!
|
|
15
|
+
\*****************************/
|
|
16
|
+
/***/ ((module, __webpack_exports__, __webpack_require__) => {
|
|
17
|
+
|
|
18
|
+
eval(__webpack_require__.ts("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (\"6250a0ff1a9c\");\nif (true) { module.hot.accept() }\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKGFwcC1wYWdlcy1icm93c2VyKS8uL3NyYy9hcHAvZ2xvYmFscy5jc3MiLCJtYXBwaW5ncyI6Ijs7OztBQUFBLGlFQUFlLGNBQWM7QUFDN0IsSUFBSSxJQUFVLElBQUksaUJBQWlCIiwic291cmNlcyI6WyJDOlxcVXNlcnNcXFBpbmVzdWNjZWVkXFxEZXNrdG9wXFxXb3JrU3BhY2VcXHRlc3R3aWRnZXRcXHNyY1xcYXBwXFxnbG9iYWxzLmNzcyJdLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZGVmYXVsdCBcIjYyNTBhMGZmMWE5Y1wiXG5pZiAobW9kdWxlLmhvdCkgeyBtb2R1bGUuaG90LmFjY2VwdCgpIH1cbiJdLCJuYW1lcyI6W10sImlnbm9yZUxpc3QiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(app-pages-browser)/./src/app/globals.css\n"));
|
|
19
|
+
|
|
20
|
+
/***/ })
|
|
21
|
+
|
|
22
|
+
});
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* ATTENTION: An "eval-source-map" devtool has been used.
|
|
3
|
+
* This devtool is neither made for production nor for readable output files.
|
|
4
|
+
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools.
|
|
5
|
+
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
|
|
6
|
+
* or disable the default devtool with "devtool: false".
|
|
7
|
+
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
|
|
8
|
+
*/
|
|
9
|
+
self["webpackHotUpdate_N_E"]("app/layout",{
|
|
10
|
+
|
|
11
|
+
/***/ "(app-pages-browser)/./node_modules/next/font/local/target.css?{\"path\":\"src\\\\app\\\\layout.tsx\",\"import\":\"\",\"arguments\":[{\"src\":\"./fonts/GeistMonoVF.woff\",\"variable\":\"--font-geist-mono\",\"weight\":\"100 900\"}],\"variableName\":\"geistMono\"}":
|
|
12
|
+
/*!***************************************************************************************************************************************************************************************************************************!*\
|
|
13
|
+
!*** ./node_modules/next/font/local/target.css?{"path":"src\\app\\layout.tsx","import":"","arguments":[{"src":"./fonts/GeistMonoVF.woff","variable":"--font-geist-mono","weight":"100 900"}],"variableName":"geistMono"} ***!
|
|
14
|
+
\***************************************************************************************************************************************************************************************************************************/
|
|
15
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
16
|
+
|
|
17
|
+
eval(__webpack_require__.ts("// extracted by mini-css-extract-plugin\nmodule.exports = {\"style\":{\"fontFamily\":\"'geistMono', 'geistMono Fallback'\"},\"className\":\"__className_c3aa02\",\"variable\":\"__variable_c3aa02\"};\n if(true) {\n // 1732085669622\n var cssReload = __webpack_require__(/*! ./node_modules/next/dist/compiled/mini-css-extract-plugin/hmr/hotModuleReplacement.js */ \"(app-pages-browser)/./node_modules/next/dist/compiled/mini-css-extract-plugin/hmr/hotModuleReplacement.js\")(module.id, {\"publicPath\":\"/_next/\",\"esModule\":false,\"locals\":true});\n module.hot.dispose(cssReload);\n \n }\n //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKGFwcC1wYWdlcy1icm93c2VyKS8uL25vZGVfbW9kdWxlcy9uZXh0L2ZvbnQvbG9jYWwvdGFyZ2V0LmNzcz97XCJwYXRoXCI6XCJzcmNcXFxcYXBwXFxcXGxheW91dC50c3hcIixcImltcG9ydFwiOlwiXCIsXCJhcmd1bWVudHNcIjpbe1wic3JjXCI6XCIuL2ZvbnRzL0dlaXN0TW9ub1ZGLndvZmZcIixcInZhcmlhYmxlXCI6XCItLWZvbnQtZ2Vpc3QtbW9ub1wiLFwid2VpZ2h0XCI6XCIxMDAgOTAwXCJ9XSxcInZhcmlhYmxlTmFtZVwiOlwiZ2Vpc3RNb25vXCJ9IiwibWFwcGluZ3MiOiJBQUFBO0FBQ0Esa0JBQWtCLFNBQVMsaURBQWlEO0FBQzVFLE9BQU8sSUFBVTtBQUNqQjtBQUNBLHNCQUFzQixtQkFBTyxDQUFDLHdNQUF1SSxjQUFjLHNEQUFzRDtBQUN6TyxNQUFNLFVBQVU7QUFDaEI7QUFDQTtBQUNBIiwic291cmNlcyI6WyJDOlxcVXNlcnNcXFBpbmVzdWNjZWVkXFxEZXNrdG9wXFxXb3JrU3BhY2VcXHRlc3R3aWRnZXRcXG5vZGVfbW9kdWxlc1xcbmV4dFxcZm9udFxcbG9jYWxcXHRhcmdldC5jc3M/e1wicGF0aFwiOlwic3JjXFxhcHBcXGxheW91dC50c3hcIixcImltcG9ydFwiOlwiXCIsXCJhcmd1bWVudHNcIjpbe1wic3JjXCI6XCIuXFxmb250c1xcR2Vpc3RNb25vVkYud29mZlwiLFwidmFyaWFibGVcIjpcIi0tZm9udC1nZWlzdC1tb25vXCIsXCJ3ZWlnaHRcIjpcIjEwMCA5MDBcIn1dLFwidmFyaWFibGVOYW1lXCI6XCJnZWlzdE1vbm9cIn18YXBwLXBhZ2VzLWJyb3dzZXIiXSwic291cmNlc0NvbnRlbnQiOlsiLy8gZXh0cmFjdGVkIGJ5IG1pbmktY3NzLWV4dHJhY3QtcGx1Z2luXG5tb2R1bGUuZXhwb3J0cyA9IHtcInN0eWxlXCI6e1wiZm9udEZhbWlseVwiOlwiJ2dlaXN0TW9ubycsICdnZWlzdE1vbm8gRmFsbGJhY2snXCJ9LFwiY2xhc3NOYW1lXCI6XCJfX2NsYXNzTmFtZV9jM2FhMDJcIixcInZhcmlhYmxlXCI6XCJfX3ZhcmlhYmxlX2MzYWEwMlwifTtcbiAgICBpZihtb2R1bGUuaG90KSB7XG4gICAgICAvLyAxNzMyMDg1NjY5NjIyXG4gICAgICB2YXIgY3NzUmVsb2FkID0gcmVxdWlyZShcIkM6L1VzZXJzL1BpbmVzdWNjZWVkL0Rlc2t0b3AvV29ya1NwYWNlL3Rlc3R3aWRnZXQvbm9kZV9tb2R1bGVzL25leHQvZGlzdC9jb21waWxlZC9taW5pLWNzcy1leHRyYWN0LXBsdWdpbi9obXIvaG90TW9kdWxlUmVwbGFjZW1lbnQuanNcIikobW9kdWxlLmlkLCB7XCJwdWJsaWNQYXRoXCI6XCIvX25leHQvXCIsXCJlc01vZHVsZVwiOmZhbHNlLFwibG9jYWxzXCI6dHJ1ZX0pO1xuICAgICAgbW9kdWxlLmhvdC5kaXNwb3NlKGNzc1JlbG9hZCk7XG4gICAgICBcbiAgICB9XG4gICJdLCJuYW1lcyI6W10sImlnbm9yZUxpc3QiOlswXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(app-pages-browser)/./node_modules/next/font/local/target.css?{\"path\":\"src\\\\app\\\\layout.tsx\",\"import\":\"\",\"arguments\":[{\"src\":\"./fonts/GeistMonoVF.woff\",\"variable\":\"--font-geist-mono\",\"weight\":\"100 900\"}],\"variableName\":\"geistMono\"}\n"));
|
|
18
|
+
|
|
19
|
+
/***/ }),
|
|
20
|
+
|
|
21
|
+
/***/ "(app-pages-browser)/./node_modules/next/font/local/target.css?{\"path\":\"src\\\\app\\\\layout.tsx\",\"import\":\"\",\"arguments\":[{\"src\":\"./fonts/GeistVF.woff\",\"variable\":\"--font-geist-sans\",\"weight\":\"100 900\"}],\"variableName\":\"geistSans\"}":
|
|
22
|
+
/*!***********************************************************************************************************************************************************************************************************************!*\
|
|
23
|
+
!*** ./node_modules/next/font/local/target.css?{"path":"src\\app\\layout.tsx","import":"","arguments":[{"src":"./fonts/GeistVF.woff","variable":"--font-geist-sans","weight":"100 900"}],"variableName":"geistSans"} ***!
|
|
24
|
+
\***********************************************************************************************************************************************************************************************************************/
|
|
25
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
26
|
+
|
|
27
|
+
eval(__webpack_require__.ts("// extracted by mini-css-extract-plugin\nmodule.exports = {\"style\":{\"fontFamily\":\"'geistSans', 'geistSans Fallback'\"},\"className\":\"__className_1e4310\",\"variable\":\"__variable_1e4310\"};\n if(true) {\n // 1732085669619\n var cssReload = __webpack_require__(/*! ./node_modules/next/dist/compiled/mini-css-extract-plugin/hmr/hotModuleReplacement.js */ \"(app-pages-browser)/./node_modules/next/dist/compiled/mini-css-extract-plugin/hmr/hotModuleReplacement.js\")(module.id, {\"publicPath\":\"/_next/\",\"esModule\":false,\"locals\":true});\n module.hot.dispose(cssReload);\n \n }\n //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKGFwcC1wYWdlcy1icm93c2VyKS8uL25vZGVfbW9kdWxlcy9uZXh0L2ZvbnQvbG9jYWwvdGFyZ2V0LmNzcz97XCJwYXRoXCI6XCJzcmNcXFxcYXBwXFxcXGxheW91dC50c3hcIixcImltcG9ydFwiOlwiXCIsXCJhcmd1bWVudHNcIjpbe1wic3JjXCI6XCIuL2ZvbnRzL0dlaXN0VkYud29mZlwiLFwidmFyaWFibGVcIjpcIi0tZm9udC1nZWlzdC1zYW5zXCIsXCJ3ZWlnaHRcIjpcIjEwMCA5MDBcIn1dLFwidmFyaWFibGVOYW1lXCI6XCJnZWlzdFNhbnNcIn0iLCJtYXBwaW5ncyI6IkFBQUE7QUFDQSxrQkFBa0IsU0FBUyxpREFBaUQ7QUFDNUUsT0FBTyxJQUFVO0FBQ2pCO0FBQ0Esc0JBQXNCLG1CQUFPLENBQUMsd01BQXVJLGNBQWMsc0RBQXNEO0FBQ3pPLE1BQU0sVUFBVTtBQUNoQjtBQUNBO0FBQ0EiLCJzb3VyY2VzIjpbIkM6XFxVc2Vyc1xcUGluZXN1Y2NlZWRcXERlc2t0b3BcXFdvcmtTcGFjZVxcdGVzdHdpZGdldFxcbm9kZV9tb2R1bGVzXFxuZXh0XFxmb250XFxsb2NhbFxcdGFyZ2V0LmNzcz97XCJwYXRoXCI6XCJzcmNcXGFwcFxcbGF5b3V0LnRzeFwiLFwiaW1wb3J0XCI6XCJcIixcImFyZ3VtZW50c1wiOlt7XCJzcmNcIjpcIi5cXGZvbnRzXFxHZWlzdFZGLndvZmZcIixcInZhcmlhYmxlXCI6XCItLWZvbnQtZ2Vpc3Qtc2Fuc1wiLFwid2VpZ2h0XCI6XCIxMDAgOTAwXCJ9XSxcInZhcmlhYmxlTmFtZVwiOlwiZ2Vpc3RTYW5zXCJ9fGFwcC1wYWdlcy1icm93c2VyIl0sInNvdXJjZXNDb250ZW50IjpbIi8vIGV4dHJhY3RlZCBieSBtaW5pLWNzcy1leHRyYWN0LXBsdWdpblxubW9kdWxlLmV4cG9ydHMgPSB7XCJzdHlsZVwiOntcImZvbnRGYW1pbHlcIjpcIidnZWlzdFNhbnMnLCAnZ2Vpc3RTYW5zIEZhbGxiYWNrJ1wifSxcImNsYXNzTmFtZVwiOlwiX19jbGFzc05hbWVfMWU0MzEwXCIsXCJ2YXJpYWJsZVwiOlwiX192YXJpYWJsZV8xZTQzMTBcIn07XG4gICAgaWYobW9kdWxlLmhvdCkge1xuICAgICAgLy8gMTczMjA4NTY2OTYxOVxuICAgICAgdmFyIGNzc1JlbG9hZCA9IHJlcXVpcmUoXCJDOi9Vc2Vycy9QaW5lc3VjY2VlZC9EZXNrdG9wL1dvcmtTcGFjZS90ZXN0d2lkZ2V0L25vZGVfbW9kdWxlcy9uZXh0L2Rpc3QvY29tcGlsZWQvbWluaS1jc3MtZXh0cmFjdC1wbHVnaW4vaG1yL2hvdE1vZHVsZVJlcGxhY2VtZW50LmpzXCIpKG1vZHVsZS5pZCwge1wicHVibGljUGF0aFwiOlwiL19uZXh0L1wiLFwiZXNNb2R1bGVcIjpmYWxzZSxcImxvY2Fsc1wiOnRydWV9KTtcbiAgICAgIG1vZHVsZS5ob3QuZGlzcG9zZShjc3NSZWxvYWQpO1xuICAgICAgXG4gICAgfVxuICAiXSwibmFtZXMiOltdLCJpZ25vcmVMaXN0IjpbMF0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(app-pages-browser)/./node_modules/next/font/local/target.css?{\"path\":\"src\\\\app\\\\layout.tsx\",\"import\":\"\",\"arguments\":[{\"src\":\"./fonts/GeistVF.woff\",\"variable\":\"--font-geist-sans\",\"weight\":\"100 900\"}],\"variableName\":\"geistSans\"}\n"));
|
|
28
|
+
|
|
29
|
+
/***/ })
|
|
30
|
+
|
|
31
|
+
});
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* ATTENTION: An "eval-source-map" devtool has been used.
|
|
4
|
+
* This devtool is neither made for production nor for readable output files.
|
|
5
|
+
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools.
|
|
6
|
+
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
|
|
7
|
+
* or disable the default devtool with "devtool: false".
|
|
8
|
+
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
|
|
9
|
+
*/
|
|
10
|
+
self["webpackHotUpdate_N_E"]("app/layout",{
|
|
11
|
+
|
|
12
|
+
/***/ "(app-pages-browser)/./src/app/components/Datascript.tsx":
|
|
13
|
+
/*!*******************************************!*\
|
|
14
|
+
!*** ./src/app/components/Datascript.tsx ***!
|
|
15
|
+
\*******************************************/
|
|
16
|
+
/***/ ((module, __webpack_exports__, __webpack_require__) => {
|
|
17
|
+
|
|
18
|
+
eval(__webpack_require__.ts("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ DataScript)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(app-pages-browser)/./node_modules/next/dist/compiled/react/jsx-dev-runtime.js\");\n/* harmony import */ var next_script__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! next/script */ \"(app-pages-browser)/./node_modules/next/dist/api/script.js\");\n/* __next_internal_client_entry_do_not_use__ default auto */ \n\nfunction DataScript() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(next_script__WEBPACK_IMPORTED_MODULE_1__[\"default\"], {\n src: \"https://token-cert.dcap.com/v1/client\",\n strategy: \"beforeInteractive\",\n onLoad: ()=>{\n if ( true && window.DatacapWebToken) {\n console.log(\"DatacapWebToken\", window.DatacapWebToken);\n } else {\n console.log(\"DatacapWebToken is not loaded yet.\");\n }\n }\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\Pinesucceed\\\\Desktop\\\\WorkSpace\\\\testwidget\\\\src\\\\app\\\\components\\\\Datascript.tsx\",\n lineNumber: 14,\n columnNumber: 7\n }, this);\n}\n_c = DataScript;\nvar _c;\n$RefreshReg$(_c, \"DataScript\");\n\n\n;\n // Wrapped in an IIFE to avoid polluting the global scope\n ;\n (function () {\n var _a, _b;\n // Legacy CSS implementations will `eval` browser code in a Node.js context\n // to extract CSS. For backwards compatibility, we need to check we're in a\n // browser context before continuing.\n if (typeof self !== 'undefined' &&\n // AMP / No-JS mode does not inject these helpers:\n '$RefreshHelpers$' in self) {\n // @ts-ignore __webpack_module__ is global\n var currentExports = module.exports;\n // @ts-ignore __webpack_module__ is global\n var prevSignature = (_b = (_a = module.hot.data) === null || _a === void 0 ? void 0 : _a.prevSignature) !== null && _b !== void 0 ? _b : null;\n // This cannot happen in MainTemplate because the exports mismatch between\n // templating and execution.\n self.$RefreshHelpers$.registerExportsForReactRefresh(currentExports, module.id);\n // A module can be accepted automatically based on its exports, e.g. when\n // it is a Refresh Boundary.\n if (self.$RefreshHelpers$.isReactRefreshBoundary(currentExports)) {\n // Save the previous exports signature on update so we can compare the boundary\n // signatures. We avoid saving exports themselves since it causes memory leaks (https://github.com/vercel/next.js/pull/53797)\n module.hot.dispose(function (data) {\n data.prevSignature =\n self.$RefreshHelpers$.getRefreshBoundarySignature(currentExports);\n });\n // Unconditionally accept an update to this module, we'll check if it's\n // still a Refresh Boundary later.\n // @ts-ignore importMeta is replaced in the loader\n module.hot.accept();\n // This field is set when the previous version of this module was a\n // Refresh Boundary, letting us know we need to check for invalidation or\n // enqueue an update.\n if (prevSignature !== null) {\n // A boundary can become ineligible if its exports are incompatible\n // with the previous exports.\n //\n // For example, if you add/remove/change exports, we'll want to\n // re-execute the importing modules, and force those components to\n // re-render. Similarly, if you convert a class component to a\n // function, we want to invalidate the boundary.\n if (self.$RefreshHelpers$.shouldInvalidateReactRefreshBoundary(prevSignature, self.$RefreshHelpers$.getRefreshBoundarySignature(currentExports))) {\n module.hot.invalidate();\n }\n else {\n self.$RefreshHelpers$.scheduleUpdate();\n }\n }\n }\n else {\n // Since we just executed the code for the module, it's possible that the\n // new exports made it ineligible for being a boundary.\n // We only care about the case when we were _previously_ a boundary,\n // because we already accepted this update (accidental side effect).\n var isNoLongerABoundary = prevSignature !== null;\n if (isNoLongerABoundary) {\n module.hot.invalidate();\n }\n }\n }\n })();\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKGFwcC1wYWdlcy1icm93c2VyKS8uL3NyYy9hcHAvY29tcG9uZW50cy9EYXRhc2NyaXB0LnRzeCIsIm1hcHBpbmdzIjoiOzs7Ozs7O0FBRWlDO0FBU2xCLFNBQVNDO0lBQ3RCLHFCQUNJLDhEQUFDRCxtREFBTUE7UUFDTEUsS0FBSTtRQUNKQyxVQUFTO1FBQ1RDLFFBQVE7WUFDTixJQUFJLEtBQTZCLElBQUlDLE9BQU9DLGVBQWUsRUFBRTtnQkFDM0RDLFFBQVFDLEdBQUcsQ0FBQyxtQkFBbUJILE9BQU9DLGVBQWU7WUFDdkQsT0FBTztnQkFDTEMsUUFBUUMsR0FBRyxDQUFDO1lBQ2Q7UUFDRjs7Ozs7O0FBR1I7S0Fkd0JQIiwic291cmNlcyI6WyJDOlxcVXNlcnNcXFBpbmVzdWNjZWVkXFxEZXNrdG9wXFxXb3JrU3BhY2VcXHRlc3R3aWRnZXRcXHNyY1xcYXBwXFxjb21wb25lbnRzXFxEYXRhc2NyaXB0LnRzeCJdLCJzb3VyY2VzQ29udGVudCI6WyJcclxuJ3VzZSBjbGllbnQnXHJcbmltcG9ydCBTY3JpcHQgZnJvbSAnbmV4dC9zY3JpcHQnO1xyXG5cclxuLy8gQWRkIGEgZGVjbGFyYXRpb24gZm9yIHRoZSBEYXRhY2FwV2ViVG9rZW4gdG8gYXZvaWQgVHlwZVNjcmlwdCBlcnJvcnNcclxuZGVjbGFyZSBnbG9iYWwge1xyXG4gIGludGVyZmFjZSBXaW5kb3cge1xyXG4gICAgRGF0YWNhcFdlYlRva2VuOiBzdHJpbmc7IC8vIFlvdSBjYW4gcmVwbGFjZSAnYW55JyB3aXRoIGEgbW9yZSBzcGVjaWZpYyB0eXBlIGlmIHlvdSBrbm93IHRoZSBzaGFwZSBvZiBEYXRhY2FwV2ViVG9rZW5cclxuICB9XHJcbn1cclxuXHJcbmV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uIERhdGFTY3JpcHQoKSB7XHJcbiAgcmV0dXJuIChcclxuICAgICAgPFNjcmlwdFxyXG4gICAgICAgIHNyYz1cImh0dHBzOi8vdG9rZW4tY2VydC5kY2FwLmNvbS92MS9jbGllbnRcIlxyXG4gICAgICAgIHN0cmF0ZWd5PVwiYmVmb3JlSW50ZXJhY3RpdmVcIlxyXG4gICAgICAgIG9uTG9hZD17KCkgPT4ge1xyXG4gICAgICAgICAgaWYgKHR5cGVvZiB3aW5kb3cgIT09ICd1bmRlZmluZWQnICYmIHdpbmRvdy5EYXRhY2FwV2ViVG9rZW4pIHtcclxuICAgICAgICAgICAgY29uc29sZS5sb2coXCJEYXRhY2FwV2ViVG9rZW5cIiwgd2luZG93LkRhdGFjYXBXZWJUb2tlbik7XHJcbiAgICAgICAgICB9IGVsc2Uge1xyXG4gICAgICAgICAgICBjb25zb2xlLmxvZyhcIkRhdGFjYXBXZWJUb2tlbiBpcyBub3QgbG9hZGVkIHlldC5cIik7XHJcbiAgICAgICAgICB9XHJcbiAgICAgICAgfX1cclxuICAgICAgLz5cclxuICApO1xyXG59XHJcbiJdLCJuYW1lcyI6WyJTY3JpcHQiLCJEYXRhU2NyaXB0Iiwic3JjIiwic3RyYXRlZ3kiLCJvbkxvYWQiLCJ3aW5kb3ciLCJEYXRhY2FwV2ViVG9rZW4iLCJjb25zb2xlIiwibG9nIl0sImlnbm9yZUxpc3QiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(app-pages-browser)/./src/app/components/Datascript.tsx\n"));
|
|
19
|
+
|
|
20
|
+
/***/ })
|
|
21
|
+
|
|
22
|
+
});
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* ATTENTION: An "eval-source-map" devtool has been used.
|
|
4
|
+
* This devtool is neither made for production nor for readable output files.
|
|
5
|
+
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools.
|
|
6
|
+
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
|
|
7
|
+
* or disable the default devtool with "devtool: false".
|
|
8
|
+
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
|
|
9
|
+
*/
|
|
10
|
+
self["webpackHotUpdate_N_E"]("app/layout",{
|
|
11
|
+
|
|
12
|
+
/***/ "(app-pages-browser)/./src/app/components/Datascript.tsx":
|
|
13
|
+
/*!*******************************************!*\
|
|
14
|
+
!*** ./src/app/components/Datascript.tsx ***!
|
|
15
|
+
\*******************************************/
|
|
16
|
+
/***/ ((module, __webpack_exports__, __webpack_require__) => {
|
|
17
|
+
|
|
18
|
+
eval(__webpack_require__.ts("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ DataScript)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(app-pages-browser)/./node_modules/next/dist/compiled/react/jsx-dev-runtime.js\");\n/* harmony import */ var next_script__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! next/script */ \"(app-pages-browser)/./node_modules/next/dist/api/script.js\");\n/* __next_internal_client_entry_do_not_use__ default auto */ \n\nfunction DataScript() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(next_script__WEBPACK_IMPORTED_MODULE_1__[\"default\"], {\n src: \"https://token-cert.dcap.com/v1/client\",\n strategy: \"beforeInteractive\",\n onLoad: ()=>{\n if ( true && window.DatacapWebToken) {\n console.log(\"DatacapWebToken\", window.DatacapWebToken);\n } else {\n console.log(\"DatacapWebToken is not loaded yet.\");\n }\n }\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\Pinesucceed\\\\Desktop\\\\WorkSpace\\\\testwidget\\\\src\\\\app\\\\components\\\\Datascript.tsx\",\n lineNumber: 14,\n columnNumber: 7\n }, this);\n}\n_c = DataScript;\nvar _c;\n$RefreshReg$(_c, \"DataScript\");\n\n\n;\n // Wrapped in an IIFE to avoid polluting the global scope\n ;\n (function () {\n var _a, _b;\n // Legacy CSS implementations will `eval` browser code in a Node.js context\n // to extract CSS. For backwards compatibility, we need to check we're in a\n // browser context before continuing.\n if (typeof self !== 'undefined' &&\n // AMP / No-JS mode does not inject these helpers:\n '$RefreshHelpers$' in self) {\n // @ts-ignore __webpack_module__ is global\n var currentExports = module.exports;\n // @ts-ignore __webpack_module__ is global\n var prevSignature = (_b = (_a = module.hot.data) === null || _a === void 0 ? void 0 : _a.prevSignature) !== null && _b !== void 0 ? _b : null;\n // This cannot happen in MainTemplate because the exports mismatch between\n // templating and execution.\n self.$RefreshHelpers$.registerExportsForReactRefresh(currentExports, module.id);\n // A module can be accepted automatically based on its exports, e.g. when\n // it is a Refresh Boundary.\n if (self.$RefreshHelpers$.isReactRefreshBoundary(currentExports)) {\n // Save the previous exports signature on update so we can compare the boundary\n // signatures. We avoid saving exports themselves since it causes memory leaks (https://github.com/vercel/next.js/pull/53797)\n module.hot.dispose(function (data) {\n data.prevSignature =\n self.$RefreshHelpers$.getRefreshBoundarySignature(currentExports);\n });\n // Unconditionally accept an update to this module, we'll check if it's\n // still a Refresh Boundary later.\n // @ts-ignore importMeta is replaced in the loader\n module.hot.accept();\n // This field is set when the previous version of this module was a\n // Refresh Boundary, letting us know we need to check for invalidation or\n // enqueue an update.\n if (prevSignature !== null) {\n // A boundary can become ineligible if its exports are incompatible\n // with the previous exports.\n //\n // For example, if you add/remove/change exports, we'll want to\n // re-execute the importing modules, and force those components to\n // re-render. Similarly, if you convert a class component to a\n // function, we want to invalidate the boundary.\n if (self.$RefreshHelpers$.shouldInvalidateReactRefreshBoundary(prevSignature, self.$RefreshHelpers$.getRefreshBoundarySignature(currentExports))) {\n module.hot.invalidate();\n }\n else {\n self.$RefreshHelpers$.scheduleUpdate();\n }\n }\n }\n else {\n // Since we just executed the code for the module, it's possible that the\n // new exports made it ineligible for being a boundary.\n // We only care about the case when we were _previously_ a boundary,\n // because we already accepted this update (accidental side effect).\n var isNoLongerABoundary = prevSignature !== null;\n if (isNoLongerABoundary) {\n module.hot.invalidate();\n }\n }\n }\n })();\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKGFwcC1wYWdlcy1icm93c2VyKS8uL3NyYy9hcHAvY29tcG9uZW50cy9EYXRhc2NyaXB0LnRzeCIsIm1hcHBpbmdzIjoiOzs7Ozs7O0FBRWlDO0FBU2xCLFNBQVNDO0lBQ3RCLHFCQUNJLDhEQUFDRCxtREFBTUE7UUFDTEUsS0FBSTtRQUNKQyxVQUFTO1FBQ1RDLFFBQVE7WUFDTixJQUFJLEtBQTZCLElBQUlDLE9BQU9DLGVBQWUsRUFBRTtnQkFDM0RDLFFBQVFDLEdBQUcsQ0FBQyxtQkFBbUJILE9BQU9DLGVBQWU7WUFDdkQsT0FBTztnQkFDTEMsUUFBUUMsR0FBRyxDQUFDO1lBQ2Q7UUFDRjs7Ozs7O0FBR1I7S0Fkd0JQIiwic291cmNlcyI6WyJDOlxcVXNlcnNcXFBpbmVzdWNjZWVkXFxEZXNrdG9wXFxXb3JrU3BhY2VcXHRlc3R3aWRnZXRcXHNyY1xcYXBwXFxjb21wb25lbnRzXFxEYXRhc2NyaXB0LnRzeCJdLCJzb3VyY2VzQ29udGVudCI6WyJcclxuJ3VzZSBjbGllbnQnXHJcbmltcG9ydCBTY3JpcHQgZnJvbSAnbmV4dC9zY3JpcHQnO1xyXG5cclxuLy8gQWRkIGEgZGVjbGFyYXRpb24gZm9yIHRoZSBEYXRhY2FwV2ViVG9rZW4gdG8gYXZvaWQgVHlwZVNjcmlwdCBlcnJvcnNcclxuZGVjbGFyZSBnbG9iYWwge1xyXG4gIGludGVyZmFjZSBXaW5kb3cge1xyXG4gICAgRGF0YWNhcFdlYlRva2VuOiBhbnk7IC8vIFlvdSBjYW4gcmVwbGFjZSAnYW55JyB3aXRoIGEgbW9yZSBzcGVjaWZpYyB0eXBlIGlmIHlvdSBrbm93IHRoZSBzaGFwZSBvZiBEYXRhY2FwV2ViVG9rZW5cclxuICB9XHJcbn1cclxuXHJcbmV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uIERhdGFTY3JpcHQoKSB7XHJcbiAgcmV0dXJuIChcclxuICAgICAgPFNjcmlwdFxyXG4gICAgICAgIHNyYz1cImh0dHBzOi8vdG9rZW4tY2VydC5kY2FwLmNvbS92MS9jbGllbnRcIlxyXG4gICAgICAgIHN0cmF0ZWd5PVwiYmVmb3JlSW50ZXJhY3RpdmVcIlxyXG4gICAgICAgIG9uTG9hZD17KCkgPT4ge1xyXG4gICAgICAgICAgaWYgKHR5cGVvZiB3aW5kb3cgIT09ICd1bmRlZmluZWQnICYmIHdpbmRvdy5EYXRhY2FwV2ViVG9rZW4pIHtcclxuICAgICAgICAgICAgY29uc29sZS5sb2coXCJEYXRhY2FwV2ViVG9rZW5cIiwgd2luZG93LkRhdGFjYXBXZWJUb2tlbik7XHJcbiAgICAgICAgICB9IGVsc2Uge1xyXG4gICAgICAgICAgICBjb25zb2xlLmxvZyhcIkRhdGFjYXBXZWJUb2tlbiBpcyBub3QgbG9hZGVkIHlldC5cIik7XHJcbiAgICAgICAgICB9XHJcbiAgICAgICAgfX1cclxuICAgICAgLz5cclxuICApO1xyXG59XHJcbiJdLCJuYW1lcyI6WyJTY3JpcHQiLCJEYXRhU2NyaXB0Iiwic3JjIiwic3RyYXRlZ3kiLCJvbkxvYWQiLCJ3aW5kb3ciLCJEYXRhY2FwV2ViVG9rZW4iLCJjb25zb2xlIiwibG9nIl0sImlnbm9yZUxpc3QiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(app-pages-browser)/./src/app/components/Datascript.tsx\n"));
|
|
19
|
+
|
|
20
|
+
/***/ })
|
|
21
|
+
|
|
22
|
+
});
|