@e1011/es-kit 1.0.100 → 1.0.104

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 (98) hide show
  1. package/dist/hooks/esm/index.css +24 -24
  2. package/dist/hooks/index.css +24 -24
  3. package/dist/lib/cjs/src/core/utils/appState/store/store.vanillajs.templates.js +2 -0
  4. package/dist/lib/cjs/src/core/utils/appState/store/store.vanillajs.templates.js.map +1 -0
  5. package/dist/lib/cjs/src/core/utils/appState/store/useStore.react.js +1 -1
  6. package/dist/lib/cjs/src/core/utils/appState/store/useStore.react.js.map +1 -1
  7. package/dist/lib/cjs/src/index.js +1 -1
  8. package/dist/lib/esm/src/core/utils/appState/store/store.vanillajs.templates.js +2 -0
  9. package/dist/lib/esm/src/core/utils/appState/store/store.vanillajs.templates.js.map +1 -0
  10. package/dist/lib/esm/src/core/utils/appState/store/useStore.react.js +1 -1
  11. package/dist/lib/esm/src/core/utils/appState/store/useStore.react.js.map +1 -1
  12. package/dist/lib/esm/src/index.js +1 -1
  13. package/dist/lib/src/core/utils/appState/store/index.js +1 -0
  14. package/dist/lib/src/core/utils/appState/store/index.js.map +1 -1
  15. package/dist/lib/src/core/utils/appState/store/simpleComponent/SimpleComponent.js +56 -0
  16. package/dist/lib/src/core/utils/appState/store/simpleComponent/SimpleComponent.js.map +1 -0
  17. package/dist/lib/src/core/utils/appState/store/useStore.react.js +11 -11
  18. package/dist/lib/src/core/utils/appState/store/useStore.react.js.map +1 -1
  19. package/dist/lib/tsconfig.tsbuildinfo +1 -1
  20. package/dist/types/src/core/utils/appState/store/index.d.ts +1 -0
  21. package/dist/types/src/core/utils/appState/store/index.d.ts.map +1 -1
  22. package/dist/types/src/core/utils/appState/store/simpleComponent/SimpleComponent.d.ts +13 -0
  23. package/dist/types/src/core/utils/appState/store/simpleComponent/SimpleComponent.d.ts.map +1 -0
  24. package/dist/types/src/core/utils/appState/store/useStore.react.d.ts +4 -8
  25. package/dist/types/src/core/utils/appState/store/useStore.react.d.ts.map +1 -1
  26. package/dist/utils/esm/index.css +24 -24
  27. package/dist/utils/esm/src/core/utils/appState/store/store.vanillajs.templates.js +2 -0
  28. package/dist/utils/esm/src/core/utils/appState/store/store.vanillajs.templates.js.map +1 -0
  29. package/dist/utils/esm/src/core/utils/appState/store/useStore.react.js +1 -1
  30. package/dist/utils/esm/src/core/utils/appState/store/useStore.react.js.map +1 -1
  31. package/dist/utils/esm/src/core/utils/index.js +1 -1
  32. package/dist/utils/index.css +24 -24
  33. package/dist/utils/src/core/utils/appState/store/store.vanillajs.templates.js +2 -0
  34. package/dist/utils/src/core/utils/appState/store/store.vanillajs.templates.js.map +1 -0
  35. package/dist/utils/src/core/utils/appState/store/useStore.react.js +1 -1
  36. package/dist/utils/src/core/utils/appState/store/useStore.react.js.map +1 -1
  37. package/dist/utils/src/core/utils/index.js +1 -1
  38. package/package.json +2 -1
  39. package/dist/lib/src/core/ui/utils/styling.spec.js +0 -24
  40. package/dist/lib/src/core/ui/utils/styling.spec.js.map +0 -1
  41. package/dist/lib/src/core/utils/appState/store/store.vanillajs.spec.js +0 -152
  42. package/dist/lib/src/core/utils/appState/store/store.vanillajs.spec.js.map +0 -1
  43. package/dist/lib/src/core/utils/appState/store/store.vanillajs.templates.spec.js +0 -36
  44. package/dist/lib/src/core/utils/appState/store/store.vanillajs.templates.spec.js.map +0 -1
  45. package/dist/lib/src/core/utils/date.spec.js +0 -97
  46. package/dist/lib/src/core/utils/date.spec.js.map +0 -1
  47. package/dist/lib/src/core/utils/decorators/convert.spec.js +0 -22
  48. package/dist/lib/src/core/utils/decorators/convert.spec.js.map +0 -1
  49. package/dist/lib/src/core/utils/helpers/birthnumberCZSKvalidator.spec.js +0 -53
  50. package/dist/lib/src/core/utils/helpers/birthnumberCZSKvalidator.spec.js.map +0 -1
  51. package/dist/lib/src/core/utils/helpers/emailMatcher.spec.js +0 -36
  52. package/dist/lib/src/core/utils/helpers/emailMatcher.spec.js.map +0 -1
  53. package/dist/lib/src/core/utils/helpers/file.spec.js +0 -23
  54. package/dist/lib/src/core/utils/helpers/file.spec.js.map +0 -1
  55. package/dist/lib/src/core/utils/helpers/fileValidator.spec.js +0 -103
  56. package/dist/lib/src/core/utils/helpers/fileValidator.spec.js.map +0 -1
  57. package/dist/lib/src/core/utils/helpers/objectOperations.spec.js +0 -75
  58. package/dist/lib/src/core/utils/helpers/objectOperations.spec.js.map +0 -1
  59. package/dist/lib/src/core/utils/helpers/other.spec.js +0 -49
  60. package/dist/lib/src/core/utils/helpers/other.spec.js.map +0 -1
  61. package/dist/lib/src/core/utils/helpers/textValueOperations.spec.js +0 -70
  62. package/dist/lib/src/core/utils/helpers/textValueOperations.spec.js.map +0 -1
  63. package/dist/lib/src/core/utils/helpers/valueOperations.spec.js +0 -18
  64. package/dist/lib/src/core/utils/helpers/valueOperations.spec.js.map +0 -1
  65. package/dist/lib/src/core/utils/logger.spec.js +0 -32
  66. package/dist/lib/src/core/utils/logger.spec.js.map +0 -1
  67. package/dist/lib/src/core/utils/webComponents/webComponents.utils.spec.js +0 -42
  68. package/dist/lib/src/core/utils/webComponents/webComponents.utils.spec.js.map +0 -1
  69. package/dist/types/src/core/ui/utils/styling.spec.d.ts +0 -2
  70. package/dist/types/src/core/ui/utils/styling.spec.d.ts.map +0 -1
  71. package/dist/types/src/core/utils/appState/store/store.vanillajs.spec.d.ts +0 -2
  72. package/dist/types/src/core/utils/appState/store/store.vanillajs.spec.d.ts.map +0 -1
  73. package/dist/types/src/core/utils/appState/store/store.vanillajs.templates.spec.d.ts +0 -2
  74. package/dist/types/src/core/utils/appState/store/store.vanillajs.templates.spec.d.ts.map +0 -1
  75. package/dist/types/src/core/utils/date.spec.d.ts +0 -2
  76. package/dist/types/src/core/utils/date.spec.d.ts.map +0 -1
  77. package/dist/types/src/core/utils/decorators/convert.spec.d.ts +0 -2
  78. package/dist/types/src/core/utils/decorators/convert.spec.d.ts.map +0 -1
  79. package/dist/types/src/core/utils/helpers/birthnumberCZSKvalidator.spec.d.ts +0 -2
  80. package/dist/types/src/core/utils/helpers/birthnumberCZSKvalidator.spec.d.ts.map +0 -1
  81. package/dist/types/src/core/utils/helpers/emailMatcher.spec.d.ts +0 -2
  82. package/dist/types/src/core/utils/helpers/emailMatcher.spec.d.ts.map +0 -1
  83. package/dist/types/src/core/utils/helpers/file.spec.d.ts +0 -2
  84. package/dist/types/src/core/utils/helpers/file.spec.d.ts.map +0 -1
  85. package/dist/types/src/core/utils/helpers/fileValidator.spec.d.ts +0 -2
  86. package/dist/types/src/core/utils/helpers/fileValidator.spec.d.ts.map +0 -1
  87. package/dist/types/src/core/utils/helpers/objectOperations.spec.d.ts +0 -2
  88. package/dist/types/src/core/utils/helpers/objectOperations.spec.d.ts.map +0 -1
  89. package/dist/types/src/core/utils/helpers/other.spec.d.ts +0 -2
  90. package/dist/types/src/core/utils/helpers/other.spec.d.ts.map +0 -1
  91. package/dist/types/src/core/utils/helpers/textValueOperations.spec.d.ts +0 -2
  92. package/dist/types/src/core/utils/helpers/textValueOperations.spec.d.ts.map +0 -1
  93. package/dist/types/src/core/utils/helpers/valueOperations.spec.d.ts +0 -2
  94. package/dist/types/src/core/utils/helpers/valueOperations.spec.d.ts.map +0 -1
  95. package/dist/types/src/core/utils/logger.spec.d.ts +0 -21
  96. package/dist/types/src/core/utils/logger.spec.d.ts.map +0 -1
  97. package/dist/types/src/core/utils/webComponents/webComponents.utils.spec.d.ts +0 -5
  98. package/dist/types/src/core/utils/webComponents/webComponents.utils.spec.d.ts.map +0 -1
@@ -1,18 +0,0 @@
1
- import { numberOperation, restrictNumberInLimits, Operation } from './valueOperations';
2
- describe('valueOperations', () => {
3
- it('should limit number value', () => {
4
- const limit = { min: 0, max: 10 };
5
- expect(restrictNumberInLimits(11, limit)).toEqual(limit.max);
6
- expect(restrictNumberInLimits(5, limit)).toEqual(5);
7
- expect(restrictNumberInLimits(-6, limit)).toEqual(limit.min);
8
- });
9
- it('should do correct numeric operations', () => {
10
- const limit = { min: 0, max: 10 };
11
- expect(numberOperation(11, 6, Operation.ADD)).toEqual(17);
12
- expect(numberOperation(2, 6, Operation.ADD)).toEqual(8);
13
- expect(numberOperation(5, 6, Operation.ADD, limit)).toEqual(limit.max);
14
- expect(numberOperation(5, 6, Operation.SUBTRACT, limit)).toEqual(limit.min);
15
- expect(numberOperation(5, 6, Operation.SUBTRACT)).toEqual(-1);
16
- });
17
- });
18
- //# sourceMappingURL=valueOperations.spec.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"valueOperations.spec.js","sourceRoot":"","sources":["../../../../../../src/core/utils/helpers/valueOperations.spec.ts"],"names":[],"mappings":"AAAA,OAAO,EAAS,eAAe,EAAE,sBAAsB,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAE7F,QAAQ,CAAC,iBAAiB,EAAE,GAAG,EAAE;IAC/B,EAAE,CAAC,2BAA2B,EAAE,GAAG,EAAE;QACnC,MAAM,KAAK,GAAU,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAA;QAExC,MAAM,CAAC,sBAAsB,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC,CAAA;QAE5D,MAAM,CAAC,sBAAsB,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAA;QAEnD,MAAM,CAAC,sBAAsB,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC,CAAA;IAC9D,CAAC,CAAC,CAAA;IAEF,EAAE,CAAC,sCAAsC,EAAE,GAAG,EAAE;QAC9C,MAAM,KAAK,GAAU,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAA;QAExC,MAAM,CAAC,eAAe,CAAC,EAAE,EAAE,CAAC,EAAE,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC,OAAO,CAAC,EAAE,CAAC,CAAA;QAEzD,MAAM,CAAC,eAAe,CAAC,CAAC,EAAE,CAAC,EAAE,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAA;QAEvD,MAAM,CAAC,eAAe,CAAC,CAAC,EAAE,CAAC,EAAE,SAAS,CAAC,GAAG,EAAE,KAAK,CAAC,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC,CAAA;QAEtE,MAAM,CAAC,eAAe,CAAC,CAAC,EAAE,CAAC,EAAE,SAAS,CAAC,QAAQ,EAAE,KAAK,CAAC,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC,CAAA;QAE3E,MAAM,CAAC,eAAe,CAAC,CAAC,EAAE,CAAC,EAAE,SAAS,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAA;IAC/D,CAAC,CAAC,CAAA;AACJ,CAAC,CAAC,CAAA"}
@@ -1,32 +0,0 @@
1
- "use strict";
2
- // ----------------------------------------------------------------------
3
- const props = {
4
- message: {
5
- from: 'Karel',
6
- to: 'Nadezda',
7
- subject: 'Hello',
8
- type: 0,
9
- text: 'This my hello to you, Nadezda. Regards, Karel',
10
- },
11
- };
12
- const sayHello = (logger) => {
13
- if (typeof logger.log === 'function') {
14
- logger.log(props.message);
15
- }
16
- };
17
- // Tests
18
- it('says HELLO', () => {
19
- const mockLogger = {
20
- log: jest.fn(),
21
- };
22
- // eslint-disable-next-line @typescript-eslint/ban-ts-comment
23
- // @ts-ignore
24
- const mockedCall = sayHello(mockLogger); // eslint-disable-line
25
- console.log(mockLogger.log); // eslint-disable-line
26
- if (typeof mockLogger.log !== 'function') {
27
- console.log(mockLogger.log.mock); // eslint-disable-line
28
- console.log(mockLogger.log.mock.calls); // eslint-disable-line
29
- }
30
- expect(mockLogger.log).toHaveBeenCalledWith(props.message);
31
- });
32
- //# sourceMappingURL=logger.spec.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"logger.spec.js","sourceRoot":"","sources":["../../../../../src/core/utils/logger.spec.ts"],"names":[],"mappings":";AAeA,yEAAyE;AAEzE,MAAM,KAAK,GAAyB;IAClC,OAAO,EAAE;QACP,IAAI,EAAE,OAAO;QACb,EAAE,EAAE,SAAS;QACb,OAAO,EAAE,OAAO;QAChB,IAAI,EAAE,CAAC;QACP,IAAI,EAAE,+CAA+C;KACtD;CACF,CAAA;AAED,MAAM,QAAQ,GAAG,CAAC,MAAe,EAAE,EAAE;IACnC,IAAI,OAAO,MAAM,CAAC,GAAG,KAAK,UAAU,EAAE;QACpC,MAAM,CAAC,GAAG,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA;KAC1B;AACH,CAAC,CAAA;AAED,QAAQ;AAER,EAAE,CAAC,YAAY,EAAE,GAAG,EAAE;IACpB,MAAM,UAAU,GAAY;QAC1B,GAAG,EAAE,IAAI,CAAC,EAAE,EAAE;KACf,CAAA;IAED,6DAA6D;IAC7D,aAAa;IACb,MAAM,UAAU,GAAG,QAAQ,CAAC,UAAU,CAAC,CAAA,CAAC,sBAAsB;IAE9D,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,CAAA,CAAC,sBAAsB;IAClD,IAAI,OAAO,UAAU,CAAC,GAAG,KAAK,UAAU,EAAE;QACxC,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,CAAA,CAAC,sBAAsB;QACvD,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,CAAA,CAAC,sBAAsB;KAC9D;IAED,MAAM,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,oBAAoB,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA;AAC5D,CAAC,CAAC,CAAA"}
@@ -1,42 +0,0 @@
1
- /**
2
- * @jest-environment jsdom
3
- */
4
- import { ced, customElementDefine, createResolveAttribute, resolveAttributes } from './webComponent.utils';
5
- import { CustomTitle } from './exampleCustomElement';
6
- describe('customElementDefine util', () => {
7
- it('customElementDefine should work as expected', () => {
8
- expect(ced).toEqual(customElementDefine);
9
- expect(customElements.get('custom-title')).toEqual(CustomTitle);
10
- });
11
- });
12
- describe('createResolveAttribute util', () => {
13
- it('createResolveAttribute should work as expected', () => {
14
- const myTitle = new CustomTitle();
15
- const valueOfText = 'Value Of Text In Title';
16
- console.log('myTitle', myTitle);
17
- myTitle.setAttribute('valueOfText', valueOfText);
18
- expect(myTitle.getAttribute('valueOfText')).toEqual(valueOfText);
19
- expect(myTitle.valueOfText).toBeUndefined();
20
- console.log('myTitle.getAttribute', myTitle.getAttribute('valueOfText'));
21
- console.log('myTitle.valueOfText', myTitle.valueOfText);
22
- const resolveAttribute = createResolveAttribute(myTitle);
23
- resolveAttribute('valueOfText');
24
- expect(myTitle.valueOfText).toEqual(valueOfText);
25
- });
26
- it('resolveAttributes should work as expected', () => {
27
- const myTitle = new CustomTitle();
28
- const valueOfText = 'Value Of Text In Title';
29
- const someData = [3, 11, 17];
30
- console.log('myTitle', myTitle);
31
- myTitle.setAttribute('valueOfText', valueOfText);
32
- myTitle.setAttribute('someData', JSON.stringify(someData));
33
- expect(myTitle.getAttribute('valueOfText')).toEqual(valueOfText);
34
- expect(myTitle.getAttribute('someData')).toEqual(JSON.stringify(someData));
35
- expect(myTitle.valueOfText).toBeUndefined();
36
- expect(myTitle.someData).toBeUndefined();
37
- resolveAttributes(myTitle, ['valueOfText', 'someData']);
38
- expect(myTitle.valueOfText).toEqual(valueOfText);
39
- expect(myTitle.someData).toEqual(JSON.stringify(someData));
40
- });
41
- });
42
- //# sourceMappingURL=webComponents.utils.spec.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"webComponents.utils.spec.js","sourceRoot":"","sources":["../../../../../../src/core/utils/webComponents/webComponents.utils.spec.ts"],"names":[],"mappings":"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"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=styling.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"styling.spec.d.ts","sourceRoot":"","sources":["../../../../../../src/core/ui/utils/styling.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=store.vanillajs.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"store.vanillajs.spec.d.ts","sourceRoot":"","sources":["../../../../../../../src/core/utils/appState/store/store.vanillajs.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=store.vanillajs.templates.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"store.vanillajs.templates.spec.d.ts","sourceRoot":"","sources":["../../../../../../../src/core/utils/appState/store/store.vanillajs.templates.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=date.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"date.spec.d.ts","sourceRoot":"","sources":["../../../../../src/core/utils/date.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=convert.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"convert.spec.d.ts","sourceRoot":"","sources":["../../../../../../src/core/utils/decorators/convert.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=birthnumberCZSKvalidator.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"birthnumberCZSKvalidator.spec.d.ts","sourceRoot":"","sources":["../../../../../../src/core/utils/helpers/birthnumberCZSKvalidator.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=emailMatcher.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"emailMatcher.spec.d.ts","sourceRoot":"","sources":["../../../../../../src/core/utils/helpers/emailMatcher.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=file.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"file.spec.d.ts","sourceRoot":"","sources":["../../../../../../src/core/utils/helpers/file.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=fileValidator.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"fileValidator.spec.d.ts","sourceRoot":"","sources":["../../../../../../src/core/utils/helpers/fileValidator.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=objectOperations.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"objectOperations.spec.d.ts","sourceRoot":"","sources":["../../../../../../src/core/utils/helpers/objectOperations.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=other.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"other.spec.d.ts","sourceRoot":"","sources":["../../../../../../src/core/utils/helpers/other.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=textValueOperations.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"textValueOperations.spec.d.ts","sourceRoot":"","sources":["../../../../../../src/core/utils/helpers/textValueOperations.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=valueOperations.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"valueOperations.spec.d.ts","sourceRoot":"","sources":["../../../../../../src/core/utils/helpers/valueOperations.spec.ts"],"names":[],"mappings":""}
@@ -1,21 +0,0 @@
1
- type Message = {
2
- from: string;
3
- to: string;
4
- subject: string;
5
- type: number;
6
- text: string;
7
- };
8
- type Log = (message: Message) => void;
9
- type LogMock = {
10
- mock: {
11
- calls: number;
12
- };
13
- };
14
- type ILogger = {
15
- log: Log | LogMock;
16
- };
17
- declare const props: {
18
- message: Message;
19
- };
20
- declare const sayHello: (logger: ILogger) => void;
21
- //# sourceMappingURL=logger.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"logger.spec.d.ts","sourceRoot":"","sources":["../../../../../src/core/utils/logger.spec.ts"],"names":[],"mappings":"AAAA,KAAK,OAAO,GAAG;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,EAAE,EAAE,MAAM,CAAA;IACV,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;CACb,CAAA;AAED,KAAK,GAAG,GAAG,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAA;AACrC,KAAK,OAAO,GAAG;IAAE,IAAI,EAAE;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,CAAA;CAAE,CAAA;AAE1C,KAAK,OAAO,GAAG;IACb,GAAG,EAAE,GAAG,GAAG,OAAO,CAAA;CACnB,CAAA;AAID,QAAA,MAAM,KAAK,EAAE;IAAE,OAAO,EAAE,OAAO,CAAA;CAQ9B,CAAA;AAED,QAAA,MAAM,QAAQ,WAAY,OAAO,SAIhC,CAAA"}
@@ -1,5 +0,0 @@
1
- /**
2
- * @jest-environment jsdom
3
- */
4
- export {};
5
- //# sourceMappingURL=webComponents.utils.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"webComponents.utils.spec.d.ts","sourceRoot":"","sources":["../../../../../../src/core/utils/webComponents/webComponents.utils.spec.ts"],"names":[],"mappings":"AAAA;;GAEG"}