@everymatrix/helper-filters 1.31.2 → 1.32.4

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 (50) hide show
  1. package/LICENSE +21 -0
  2. package/package.json +4 -3
  3. package/dist/cjs/helper-filters.cjs.js +0 -19
  4. package/dist/cjs/helper-filters_2.cjs.entry.js +0 -23600
  5. package/dist/cjs/index-4be1aa12.js +0 -1235
  6. package/dist/cjs/index.cjs.js +0 -2
  7. package/dist/cjs/loader.cjs.js +0 -21
  8. package/dist/collection/collection-manifest.json +0 -19
  9. package/dist/collection/components/helper-filters/helper-filters.css +0 -119
  10. package/dist/collection/components/helper-filters/helper-filters.js +0 -402
  11. package/dist/collection/index.js +0 -1
  12. package/dist/collection/utils/locale.utils.js +0 -71
  13. package/dist/collection/utils/utils.js +0 -3
  14. package/dist/components/helper-filters.d.ts +0 -11
  15. package/dist/components/helper-filters.js +0 -23566
  16. package/dist/components/helper-modal.js +0 -6
  17. package/dist/components/helper-modal2.js +0 -93
  18. package/dist/components/index.d.ts +0 -26
  19. package/dist/components/index.js +0 -1
  20. package/dist/esm/helper-filters.js +0 -17
  21. package/dist/esm/helper-filters_2.entry.js +0 -23595
  22. package/dist/esm/index-5f4ed338.js +0 -1209
  23. package/dist/esm/index.js +0 -1
  24. package/dist/esm/loader.js +0 -17
  25. package/dist/esm/polyfills/core-js.js +0 -11
  26. package/dist/esm/polyfills/css-shim.js +0 -1
  27. package/dist/esm/polyfills/dom.js +0 -79
  28. package/dist/esm/polyfills/es5-html-element.js +0 -1
  29. package/dist/esm/polyfills/index.js +0 -34
  30. package/dist/esm/polyfills/system.js +0 -6
  31. package/dist/helper-filters/helper-filters.esm.js +0 -1
  32. package/dist/helper-filters/index.esm.js +0 -0
  33. package/dist/helper-filters/p-6a46b66a.js +0 -1
  34. package/dist/helper-filters/p-a4793f5e.entry.js +0 -2800
  35. package/dist/index.cjs.js +0 -1
  36. package/dist/index.js +0 -1
  37. package/dist/stencil.config.js +0 -22
  38. package/dist/types/Users/dragos.bodea/Documents/everymatrix-prjs/emfe-widgets/widgets-stencil/packages/helper-filters/.stencil/packages/helper-filters/stencil.config.d.ts +0 -2
  39. package/dist/types/components/helper-filters/helper-filters.d.ts +0 -67
  40. package/dist/types/components.d.ts +0 -120
  41. package/dist/types/index.d.ts +0 -1
  42. package/dist/types/stencil-public-runtime.d.ts +0 -1565
  43. package/dist/types/utils/locale.utils.d.ts +0 -1
  44. package/dist/types/utils/utils.d.ts +0 -1
  45. package/loader/cdn.js +0 -3
  46. package/loader/index.cjs.js +0 -3
  47. package/loader/index.d.ts +0 -12
  48. package/loader/index.es2017.js +0 -3
  49. package/loader/index.js +0 -4
  50. package/loader/package.json +0 -10
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2020
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/helper-filters",
3
- "version": "1.31.2",
3
+ "version": "1.32.4",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.js",
6
6
  "es2015": "./dist/esm/index.mjs",
@@ -17,6 +17,7 @@
17
17
  "access": "public"
18
18
  },
19
19
  "dependencies": {
20
- "@everymatrix/helper-modal": "*"
21
- }
20
+ "@everymatrix/helper-modal": "^1.32.4"
21
+ },
22
+ "gitHead": "69a4e0bb1b0460c07baef352d283492a6e2dc4b0"
22
23
  }
@@ -1,19 +0,0 @@
1
- 'use strict';
2
-
3
- const index = require('./index-4be1aa12.js');
4
-
5
- /*
6
- Stencil Client Patch Browser v2.15.2 | MIT Licensed | https://stenciljs.com
7
- */
8
- const patchBrowser = () => {
9
- const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('helper-filters.cjs.js', document.baseURI).href));
10
- const opts = {};
11
- if (importMeta !== '') {
12
- opts.resourcesUrl = new URL('.', importMeta).href;
13
- }
14
- return index.promiseResolve(opts);
15
- };
16
-
17
- patchBrowser().then(options => {
18
- return index.bootstrapLazy([["helper-filters_2.cjs",[[1,"helper-filters",{"showFilterId":[516,"show-filter-id"],"activateTicketSearch":[516,"activate-ticket-search"],"gameId":[513,"game-id"],"playerId":[513,"player-id"],"session":[513],"postMessage":[516,"post-message"],"language":[513],"quickFiltersActive":[516,"quick-filters-active"],"clientStyling":[513,"client-styling"],"clientStylingUrlContent":[513,"client-styling-url-content"],"showFilterModal":[32],"showClearButton":[32],"filterData":[32],"filterDataReset":[32],"limitStylingAppends":[32]},[[0,"modalCloseEvent","modalCloseEvent"]]],[1,"helper-modal",{"titleModal":[513,"title-modal"],"visible":[1540],"clientStyling":[513,"client-styling"],"clientStylingUrlContent":[513,"client-styling-url-content"],"limitStylingAppends":[32]}]]]], options);
19
- });