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,9 +1,11 @@
1
- import { b as bootstrapLazy } from './index-6a814d4f.js';
2
- export { s as setNonce } from './index-6a814d4f.js';
1
+ import { b as bootstrapLazy } from './index-DN_GSREz.js';
2
+ export { s as setNonce } from './index-DN_GSREz.js';
3
+ import { g as globalScripts } from './app-globals-DQuL1Twl.js';
3
4
 
4
- const defineCustomElements = (win, options) => {
5
+ const defineCustomElements = async (win, options) => {
5
6
  if (typeof window === 'undefined') return undefined;
6
- return bootstrapLazy([["proto-floater-demo_2",[[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);
7
+ await globalScripts();
8
+ return bootstrapLazy([["proto-floater-demo",[[1,"proto-floater-demo",{"vin":[1],"snapshot":[1],"label":[32],"failed":[32],"loaded":[32],"time":[32]}]]]], options);
7
9
  };
8
10
 
9
11
  export { defineCustomElements };
@@ -1,18 +1,21 @@
1
- import { p as promiseResolve, b as bootstrapLazy } from './index-6a814d4f.js';
2
- export { s as setNonce } from './index-6a814d4f.js';
1
+ import { p as promiseResolve, b as bootstrapLazy } from './index-DN_GSREz.js';
2
+ export { s as setNonce } from './index-DN_GSREz.js';
3
+ import { g as globalScripts } from './app-globals-DQuL1Twl.js';
3
4
 
4
5
  /*
5
- Stencil Client Patch Browser v4.10.0 | MIT Licensed | https://stenciljs.com
6
+ Stencil Client Patch Browser v4.42.0 | MIT Licensed | https://stenciljs.com
6
7
  */
7
- const patchBrowser = () => {
8
- const importMeta = import.meta.url;
9
- const opts = {};
10
- if (importMeta !== '') {
11
- opts.resourcesUrl = new URL('.', importMeta).href;
12
- }
13
- return promiseResolve(opts);
8
+
9
+ var patchBrowser = () => {
10
+ const importMeta = import.meta.url;
11
+ const opts = {};
12
+ if (importMeta !== "") {
13
+ opts.resourcesUrl = new URL(".", importMeta).href;
14
+ }
15
+ return promiseResolve(opts);
14
16
  };
15
17
 
16
- patchBrowser().then(options => {
17
- return bootstrapLazy([["proto-floater-demo_2",[[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);
18
+ patchBrowser().then(async (options) => {
19
+ await globalScripts();
20
+ return bootstrapLazy([["proto-floater-demo",[[1,"proto-floater-demo",{"vin":[1],"snapshot":[1],"label":[32],"failed":[32],"loaded":[32],"time":[32]}]]]], options);
18
21
  });