proto-float-wc 0.1.0 → 0.1.84

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.
Files changed (52) hide show
  1. package/dist/cjs/app-globals-V2Kpy_OQ.js +5 -0
  2. package/dist/cjs/index-B_zXFQfG.js +1383 -0
  3. package/dist/cjs/loader.cjs.js +5 -5
  4. package/dist/cjs/proto-float-wc.cjs.js +15 -13
  5. package/dist/cjs/proto-floater-demo.cjs.entry.js +1586 -0
  6. package/dist/collection/collection-manifest.json +3 -4
  7. package/dist/collection/components/proto-floater-demo/proto-floater-demo.css +27 -24
  8. package/dist/collection/components/proto-floater-demo/proto-floater-demo.js +134 -11
  9. package/dist/components/index.d.ts +2 -0
  10. package/dist/components/index.js +1 -1
  11. package/dist/components/proto-floater-demo.js +1 -53
  12. package/dist/esm/app-globals-DQuL1Twl.js +3 -0
  13. package/dist/esm/index-DN_GSREz.js +1377 -0
  14. package/dist/esm/loader.js +6 -4
  15. package/dist/esm/proto-float-wc.js +15 -12
  16. package/dist/esm/proto-floater-demo.entry.js +1584 -0
  17. package/dist/proto-float-wc/p-44c23264.entry.js +1 -0
  18. package/dist/proto-float-wc/p-DN_GSREz.js +2 -0
  19. package/dist/proto-float-wc/p-DQuL1Twl.js +1 -0
  20. package/dist/proto-float-wc/proto-float-wc.esm.js +1 -1
  21. package/dist/types/components/proto-floater-demo/proto-floater-demo.d.ts +20 -2
  22. package/dist/types/components.d.ts +21 -20
  23. package/dist/types/stencil-public-runtime.d.ts +199 -18
  24. package/loader/cdn.js +1 -3
  25. package/loader/index.cjs.js +1 -3
  26. package/loader/index.d.ts +3 -0
  27. package/loader/index.es2017.js +1 -3
  28. package/loader/index.js +1 -3
  29. package/package.json +24 -19
  30. package/dist/cjs/index-95c398a6.js +0 -1762
  31. package/dist/cjs/proto-floater-demo_2.cjs.entry.js +0 -146
  32. package/dist/collection/components/proto-floater-demo/proto-360.js +0 -10
  33. package/dist/collection/components/proto-player/proto-player.css +0 -60
  34. package/dist/collection/components/proto-player/proto-player.js +0 -166
  35. package/dist/collection/utils/index.js +0 -1
  36. package/dist/collection/utils/types.js +0 -1
  37. package/dist/components/proto-player.d.ts +0 -11
  38. package/dist/components/proto-player.js +0 -138
  39. package/dist/esm/index-6a814d4f.js +0 -1736
  40. package/dist/esm/polyfills/core-js.js +0 -11
  41. package/dist/esm/polyfills/dom.js +0 -79
  42. package/dist/esm/polyfills/es5-html-element.js +0 -1
  43. package/dist/esm/polyfills/index.js +0 -34
  44. package/dist/esm/polyfills/system.js +0 -6
  45. package/dist/esm/proto-floater-demo_2.entry.js +0 -141
  46. package/dist/proto-float-wc/p-5ef8cd91.js +0 -2
  47. package/dist/proto-float-wc/p-e4a96884.entry.js +0 -1
  48. package/dist/types/components/proto-floater-demo/proto-360.d.ts +0 -5
  49. package/dist/types/components/proto-player/proto-player.d.ts +0 -24
  50. package/dist/types/utils/index.d.ts +0 -1
  51. package/dist/types/utils/types.d.ts +0 -8
  52. package/loader/package.json +0 -11
@@ -1,12 +1,12 @@
1
1
  'use strict';
2
2
 
3
- Object.defineProperty(exports, '__esModule', { value: true });
3
+ var index = require('./index-B_zXFQfG.js');
4
+ var appGlobals = require('./app-globals-V2Kpy_OQ.js');
4
5
 
5
- const index = require('./index-95c398a6.js');
6
-
7
- const defineCustomElements = (win, options) => {
6
+ const defineCustomElements = async (win, options) => {
8
7
  if (typeof window === 'undefined') return undefined;
9
- return index.bootstrapLazy([["proto-floater-demo_2.cjs",[[1,"proto-floater-demo",{"vin":[1],"bus":[1]}],[1,"proto-player",{"apikey":[1],"bus":[1],"label":[32],"failed":[32],"loaded":[32],"time":[32],"url":[32]}]]]], options);
8
+ await appGlobals.globalScripts();
9
+ return index.bootstrapLazy([["proto-floater-demo.cjs",[[1,"proto-floater-demo",{"vin":[1],"snapshot":[1],"label":[32],"failed":[32],"loaded":[32],"time":[32]}]]]], options);
10
10
  };
11
11
 
12
12
  exports.setNonce = index.setNonce;
@@ -1,23 +1,25 @@
1
1
  'use strict';
2
2
 
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- const index = require('./index-95c398a6.js');
3
+ var index = require('./index-B_zXFQfG.js');
4
+ var appGlobals = require('./app-globals-V2Kpy_OQ.js');
6
5
 
6
+ var _documentCurrentScript = typeof document !== 'undefined' ? document.currentScript : null;
7
7
  /*
8
- Stencil Client Patch Browser v4.10.0 | MIT Licensed | https://stenciljs.com
8
+ Stencil Client Patch Browser v4.42.0 | MIT Licensed | https://stenciljs.com
9
9
  */
10
- const patchBrowser = () => {
11
- const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('proto-float-wc.cjs.js', document.baseURI).href));
12
- const opts = {};
13
- if (importMeta !== '') {
14
- opts.resourcesUrl = new URL('.', importMeta).href;
15
- }
16
- return index.promiseResolve(opts);
10
+
11
+ var patchBrowser = () => {
12
+ const importMeta = (typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('proto-float-wc.cjs.js', document.baseURI).href));
13
+ const opts = {};
14
+ if (importMeta !== "") {
15
+ opts.resourcesUrl = new URL(".", importMeta).href;
16
+ }
17
+ return index.promiseResolve(opts);
17
18
  };
18
19
 
19
- patchBrowser().then(options => {
20
- return index.bootstrapLazy([["proto-floater-demo_2.cjs",[[1,"proto-floater-demo",{"vin":[1],"bus":[1]}],[1,"proto-player",{"apikey":[1],"bus":[1],"label":[32],"failed":[32],"loaded":[32],"time":[32],"url":[32]}]]]], options);
20
+ patchBrowser().then(async (options) => {
21
+ await appGlobals.globalScripts();
22
+ return index.bootstrapLazy([["proto-floater-demo.cjs",[[1,"proto-floater-demo",{"vin":[1],"snapshot":[1],"label":[32],"failed":[32],"loaded":[32],"time":[32]}]]]], options);
21
23
  });
22
24
 
23
25
  exports.setNonce = index.setNonce;