@everymatrix/nuts-inbox-widget 0.0.10 → 1.45.5

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 (69) hide show
  1. package/dist/cjs/app-globals-3a1e7e63.js +5 -0
  2. package/dist/cjs/index-ae4a5047.js +1329 -0
  3. package/dist/cjs/loader.cjs.js +7 -13
  4. package/dist/cjs/nuts-inbox-widget.cjs.js +17 -11
  5. package/dist/cjs/nuts-inbox-widget_3.cjs.entry.js +2285 -1733
  6. package/dist/collection/api/methods/index.js +135 -0
  7. package/dist/collection/api/methods/types.js +1 -0
  8. package/dist/collection/collection-manifest.json +5 -5
  9. package/dist/collection/components/nuts-inbox-widget/nuts-inbox-widget.css +5 -0
  10. package/dist/collection/components/nuts-inbox-widget/nuts-inbox-widget.js +511 -538
  11. package/dist/collection/components/nuts-notification/constants.js +1 -0
  12. package/dist/collection/components/nuts-notification/nuts-notification.css +34 -19
  13. package/dist/collection/components/nuts-notification/nuts-notification.js +585 -521
  14. package/dist/collection/components/nuts-popover/nuts-popover.css +10 -8
  15. package/dist/collection/components/nuts-popover/nuts-popover.js +393 -366
  16. package/dist/collection/types/nuts-inbox-widget.types.js +21 -29
  17. package/dist/collection/utils/locale.utils.js +42 -38
  18. package/dist/collection/utils/utils.js +16 -0
  19. package/dist/esm/app-globals-0f993ce5.js +3 -0
  20. package/dist/esm/index-64960aae.js +1301 -0
  21. package/dist/esm/loader.js +7 -13
  22. package/dist/esm/nuts-inbox-widget.js +14 -11
  23. package/dist/esm/nuts-inbox-widget_3.entry.js +2285 -1733
  24. package/dist/nuts-inbox-widget/nuts-inbox-widget.esm.js +1 -1
  25. package/dist/nuts-inbox-widget/p-707e3b6f.entry.js +1 -0
  26. package/dist/nuts-inbox-widget/p-80fb2012.js +2 -0
  27. package/dist/nuts-inbox-widget/p-e1255160.js +1 -0
  28. package/dist/stencil.config.dev.js +14 -0
  29. package/dist/stencil.config.js +14 -19
  30. package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/nuts-inbox-widget/.stencil/packages/stencil/nuts-inbox-widget/stencil.config.d.ts +2 -0
  31. package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/nuts-inbox-widget/.stencil/packages/stencil/nuts-inbox-widget/stencil.config.dev.d.ts +2 -0
  32. package/dist/types/api/methods/index.d.ts +7 -0
  33. package/dist/types/api/methods/types.d.ts +65 -0
  34. package/dist/types/components/nuts-inbox-widget/nuts-inbox-widget.d.ts +93 -84
  35. package/dist/types/components/nuts-notification/constants.d.ts +1 -0
  36. package/dist/types/components/nuts-notification/nuts-notification.d.ts +100 -88
  37. package/dist/types/components/nuts-popover/nuts-popover.d.ts +71 -60
  38. package/dist/types/components.d.ts +102 -6
  39. package/dist/types/stencil-public-runtime.d.ts +142 -33
  40. package/dist/types/types/nuts-inbox-widget.types.d.ts +74 -77
  41. package/dist/types/utils/utils.d.ts +2 -0
  42. package/loader/cdn.js +1 -3
  43. package/loader/index.cjs.js +1 -3
  44. package/loader/index.d.ts +13 -1
  45. package/loader/index.es2017.js +1 -3
  46. package/loader/index.js +1 -3
  47. package/loader/package.json +1 -0
  48. package/package.json +9 -2
  49. package/dist/cjs/index-84dbe58e.js +0 -1356
  50. package/dist/components/index.d.ts +0 -26
  51. package/dist/components/index.js +0 -1
  52. package/dist/components/nuts-inbox-widget.d.ts +0 -11
  53. package/dist/components/nuts-inbox-widget.js +0 -4262
  54. package/dist/components/nuts-notification.d.ts +0 -11
  55. package/dist/components/nuts-notification.js +0 -6
  56. package/dist/components/nuts-notification2.js +0 -35929
  57. package/dist/components/nuts-popover.d.ts +0 -11
  58. package/dist/components/nuts-popover.js +0 -6
  59. package/dist/components/nuts-popover2.js +0 -165
  60. package/dist/esm/index-722b5754.js +0 -1329
  61. package/dist/esm/polyfills/core-js.js +0 -11
  62. package/dist/esm/polyfills/css-shim.js +0 -1
  63. package/dist/esm/polyfills/dom.js +0 -79
  64. package/dist/esm/polyfills/es5-html-element.js +0 -1
  65. package/dist/esm/polyfills/index.js +0 -34
  66. package/dist/esm/polyfills/system.js +0 -6
  67. package/dist/nuts-inbox-widget/p-11f92a64.js +0 -1
  68. package/dist/nuts-inbox-widget/p-7f09d87e.entry.js +0 -1
  69. package/dist/types/Users/raul.vasile/workspace/everymatrix/widgets-stencil/packages/nuts-inbox-widget/.stencil/packages/nuts-inbox-widget/stencil.config.d.ts +0 -2
@@ -1,26 +0,0 @@
1
- /* NutsInboxWidget custom elements */
2
-
3
- import type { Components, JSX } from "../types/components";
4
-
5
- /**
6
- * Used to manually set the base path where assets can be found.
7
- * If the script is used as "module", it's recommended to use "import.meta.url",
8
- * such as "setAssetPath(import.meta.url)". Other options include
9
- * "setAssetPath(document.currentScript.src)", or using a bundler's replace plugin to
10
- * dynamically set the path at build time, such as "setAssetPath(process.env.ASSET_PATH)".
11
- * But do note that this configuration depends on how your script is bundled, or lack of
12
- * bundling, and where your assets can be loaded from. Additionally custom bundling
13
- * will have to ensure the static assets are copied to its build directory.
14
- */
15
- export declare const setAssetPath: (path: string) => void;
16
-
17
- export interface SetPlatformOptions {
18
- raf?: (c: FrameRequestCallback) => number;
19
- ael?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
20
- rel?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
21
- }
22
- export declare const setPlatformOptions: (opts: SetPlatformOptions) => void;
23
-
24
- export type { Components, JSX };
25
-
26
- export * from '../types';
@@ -1 +0,0 @@
1
- export { setAssetPath, setPlatformOptions } from '@stencil/core/internal/client';
@@ -1,11 +0,0 @@
1
- import type { Components, JSX } from "../types/components";
2
-
3
- interface NutsInboxWidget extends Components.NutsInboxWidget, HTMLElement {}
4
- export const NutsInboxWidget: {
5
- prototype: NutsInboxWidget;
6
- new (): NutsInboxWidget;
7
- };
8
- /**
9
- * Used to define this component and all nested components recursively.
10
- */
11
- export const defineCustomElement: () => void;