@fctc/interface-logic 5.0.6 → 5.0.8

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 (49) hide show
  1. package/dist/configs.js +2577 -7
  2. package/dist/configs.mjs +2545 -3
  3. package/dist/constants.d.mts +16 -4
  4. package/dist/constants.d.ts +16 -4
  5. package/dist/constants.js +355 -65
  6. package/dist/constants.mjs +318 -1
  7. package/dist/environment.js +2704 -16
  8. package/dist/environment.mjs +2670 -4
  9. package/dist/hooks.d.mts +84 -19
  10. package/dist/hooks.d.ts +84 -19
  11. package/dist/hooks.js +10316 -557
  12. package/dist/hooks.mjs +10136 -6
  13. package/dist/index.d.mts +1 -2
  14. package/dist/index.d.ts +1 -2
  15. package/dist/index.js +12549 -1179
  16. package/dist/index.mjs +12214 -8
  17. package/dist/models.js +143 -7
  18. package/dist/models.mjs +120 -2
  19. package/dist/provider.d.mts +13 -2
  20. package/dist/provider.d.ts +13 -2
  21. package/dist/provider.js +10866 -37
  22. package/dist/provider.mjs +10834 -6
  23. package/dist/services.d.mts +98 -18
  24. package/dist/services.d.ts +98 -18
  25. package/dist/services.js +8088 -40
  26. package/dist/services.mjs +8056 -6
  27. package/dist/store.js +817 -320
  28. package/dist/store.mjs +717 -1
  29. package/dist/types.js +17 -3
  30. package/dist/types.mjs +0 -1
  31. package/dist/utils.js +3094 -134
  32. package/dist/utils.mjs +3030 -2
  33. package/package.json +92 -93
  34. package/dist/chunk-2YGHWZ4C.js +0 -116
  35. package/dist/chunk-3VJCGAPH.js +0 -6321
  36. package/dist/chunk-4NLKHYBY.js +0 -131
  37. package/dist/chunk-6LSKTACC.js +0 -687
  38. package/dist/chunk-B432GFRR.mjs +0 -606
  39. package/dist/chunk-BPJZ3QRN.mjs +0 -3025
  40. package/dist/chunk-BZYCE2VA.js +0 -301
  41. package/dist/chunk-FDVY2DBI.mjs +0 -127
  42. package/dist/chunk-GGNOJ77I.js +0 -2
  43. package/dist/chunk-IUYYGSEL.js +0 -321
  44. package/dist/chunk-JDXUTKMX.js +0 -3065
  45. package/dist/chunk-JNLBHOL4.mjs +0 -284
  46. package/dist/chunk-MJEZ4MMQ.mjs +0 -315
  47. package/dist/chunk-UB3A7GIQ.mjs +0 -6161
  48. package/dist/chunk-VKS6GVJY.mjs +0 -114
  49. package/dist/chunk-WAXGOBY2.mjs +0 -1
package/dist/types.js CHANGED
@@ -1,4 +1,18 @@
1
- 'use strict';
2
-
3
- require('./chunk-GGNOJ77I.js');
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
4
15
 
16
+ // src/types.ts
17
+ var types_exports = {};
18
+ module.exports = __toCommonJS(types_exports);
package/dist/types.mjs CHANGED
@@ -1 +0,0 @@
1
- import './chunk-WAXGOBY2.mjs';