@fctc/interface-logic 5.0.4 → 5.0.6

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/chunk-2YGHWZ4C.js +116 -0
  2. package/dist/chunk-3VJCGAPH.js +6321 -0
  3. package/dist/chunk-4NLKHYBY.js +131 -0
  4. package/dist/chunk-6LSKTACC.js +687 -0
  5. package/dist/chunk-B432GFRR.mjs +606 -0
  6. package/dist/chunk-BPJZ3QRN.mjs +3025 -0
  7. package/dist/chunk-BZYCE2VA.js +301 -0
  8. package/dist/chunk-FDVY2DBI.mjs +127 -0
  9. package/dist/chunk-GGNOJ77I.js +2 -0
  10. package/dist/chunk-IUYYGSEL.js +321 -0
  11. package/dist/chunk-JDXUTKMX.js +3065 -0
  12. package/dist/chunk-JNLBHOL4.mjs +284 -0
  13. package/dist/chunk-MJEZ4MMQ.mjs +315 -0
  14. package/dist/chunk-UB3A7GIQ.mjs +6161 -0
  15. package/dist/chunk-VKS6GVJY.mjs +114 -0
  16. package/dist/chunk-WAXGOBY2.mjs +1 -0
  17. package/dist/configs.js +7 -2577
  18. package/dist/configs.mjs +3 -2545
  19. package/dist/constants.d.mts +2 -10
  20. package/dist/constants.d.ts +2 -10
  21. package/dist/constants.js +65 -351
  22. package/dist/constants.mjs +1 -314
  23. package/dist/environment.js +16 -2704
  24. package/dist/environment.mjs +4 -2670
  25. package/dist/hooks.d.mts +19 -21
  26. package/dist/hooks.d.ts +19 -21
  27. package/dist/hooks.js +557 -9960
  28. package/dist/hooks.mjs +6 -9788
  29. package/dist/index.d.mts +2 -1
  30. package/dist/index.d.ts +2 -1
  31. package/dist/index.js +1179 -12182
  32. package/dist/index.mjs +8 -11855
  33. package/dist/models.js +7 -143
  34. package/dist/models.mjs +2 -120
  35. package/dist/provider.d.mts +2 -5
  36. package/dist/provider.d.ts +2 -5
  37. package/dist/provider.js +37 -10518
  38. package/dist/provider.mjs +6 -10486
  39. package/dist/services.d.mts +18 -35
  40. package/dist/services.d.ts +18 -35
  41. package/dist/services.js +40 -7804
  42. package/dist/services.mjs +6 -7772
  43. package/dist/store.js +320 -817
  44. package/dist/store.mjs +1 -717
  45. package/dist/types.js +3 -17
  46. package/dist/types.mjs +1 -0
  47. package/dist/utils.js +134 -3094
  48. package/dist/utils.mjs +2 -3030
  49. package/package.json +93 -92
package/dist/types.js CHANGED
@@ -1,18 +1,4 @@
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);
1
+ 'use strict';
2
+
3
+ require('./chunk-GGNOJ77I.js');
15
4
 
16
- // src/types.ts
17
- var types_exports = {};
18
- module.exports = __toCommonJS(types_exports);
package/dist/types.mjs CHANGED
@@ -0,0 +1 @@
1
+ import './chunk-WAXGOBY2.mjs';