@fctc/interface-logic 5.1.2 → 5.1.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 (45) hide show
  1. package/dist/{chunk-FDVY2DBI.mjs → chunk-7TXIGWGM.mjs} +2 -2
  2. package/dist/{chunk-H2VMULTO.mjs → chunk-AVWQ73VZ.mjs} +623 -25
  3. package/dist/{chunk-4NLKHYBY.js → chunk-C2SPETJS.js} +6 -6
  4. package/dist/{chunk-XA7EW3ZX.mjs → chunk-DXPIAJ54.mjs} +1 -1
  5. package/dist/{chunk-IUYYGSEL.js → chunk-E4YZ4CHZ.js} +9 -8
  6. package/dist/{chunk-JNLBHOL4.mjs → chunk-G4OK7PRT.mjs} +20 -1
  7. package/dist/{chunk-MJEZ4MMQ.mjs → chunk-Q6QHFFJ5.mjs} +3 -2
  8. package/dist/{chunk-BZYCE2VA.js → chunk-TUKIDEFJ.js} +20 -1
  9. package/dist/{chunk-YKB32DSB.js → chunk-UCJZY5PL.js} +2 -2
  10. package/dist/{chunk-IVXH2HOR.js → chunk-XR2L7QSF.js} +657 -45
  11. package/dist/configs.js +4 -4
  12. package/dist/configs.mjs +3 -3
  13. package/dist/constants.d.mts +17 -4
  14. package/dist/constants.d.ts +17 -4
  15. package/dist/constants.js +17 -17
  16. package/dist/constants.mjs +1 -1
  17. package/dist/environment.js +7 -7
  18. package/dist/environment.mjs +4 -4
  19. package/dist/hooks.d.mts +95 -19
  20. package/dist/hooks.d.ts +95 -19
  21. package/dist/hooks.js +199 -143
  22. package/dist/hooks.mjs +5 -5
  23. package/dist/index.d.mts +1 -2
  24. package/dist/index.d.ts +1 -2
  25. package/dist/index.js +276 -220
  26. package/dist/index.mjs +7 -7
  27. package/dist/models.js +3 -3
  28. package/dist/models.mjs +2 -2
  29. package/dist/provider.d.mts +15 -2
  30. package/dist/provider.d.ts +15 -2
  31. package/dist/provider.js +15 -15
  32. package/dist/provider.mjs +5 -5
  33. package/dist/services.d.mts +109 -18
  34. package/dist/services.d.ts +109 -18
  35. package/dist/services.js +16 -16
  36. package/dist/services.mjs +5 -5
  37. package/dist/types.js +1 -1
  38. package/dist/types.mjs +1 -1
  39. package/dist/utils.js +35 -35
  40. package/dist/utils.mjs +2 -2
  41. package/package.json +1 -2
  42. /package/dist/{chunk-JDXUTKMX.js → chunk-3ZNZCXQW.js} +0 -0
  43. /package/dist/{chunk-GGNOJ77I.js → chunk-6PYJSKVE.js} +0 -0
  44. /package/dist/{chunk-WAXGOBY2.mjs → chunk-KBJNQSMS.mjs} +0 -0
  45. /package/dist/{chunk-BPJZ3QRN.mjs → chunk-U2T4WJYU.mjs} +0 -0
package/dist/utils.js CHANGED
@@ -1,139 +1,139 @@
1
1
  'use strict';
2
2
 
3
- var chunkJDXUTKMX_js = require('./chunk-JDXUTKMX.js');
4
- require('./chunk-BZYCE2VA.js');
3
+ var chunk3ZNZCXQW_js = require('./chunk-3ZNZCXQW.js');
4
+ require('./chunk-TUKIDEFJ.js');
5
5
 
6
6
 
7
7
 
8
8
  Object.defineProperty(exports, "WesapError", {
9
9
  enumerable: true,
10
- get: function () { return chunkJDXUTKMX_js.WesapError; }
10
+ get: function () { return chunk3ZNZCXQW_js.WesapError; }
11
11
  });
12
12
  Object.defineProperty(exports, "checkIsImageLink", {
13
13
  enumerable: true,
14
- get: function () { return chunkJDXUTKMX_js.checkIsImageLink; }
14
+ get: function () { return chunk3ZNZCXQW_js.checkIsImageLink; }
15
15
  });
16
16
  Object.defineProperty(exports, "convertFloatToTime", {
17
17
  enumerable: true,
18
- get: function () { return chunkJDXUTKMX_js.convertFloatToTime; }
18
+ get: function () { return chunk3ZNZCXQW_js.convertFloatToTime; }
19
19
  });
20
20
  Object.defineProperty(exports, "convertTimeToFloat", {
21
21
  enumerable: true,
22
- get: function () { return chunkJDXUTKMX_js.convertTimeToFloat; }
22
+ get: function () { return chunk3ZNZCXQW_js.convertTimeToFloat; }
23
23
  });
24
24
  Object.defineProperty(exports, "copyTextToClipboard", {
25
25
  enumerable: true,
26
- get: function () { return chunkJDXUTKMX_js.copyTextToClipboard; }
26
+ get: function () { return chunk3ZNZCXQW_js.copyTextToClipboard; }
27
27
  });
28
28
  Object.defineProperty(exports, "domainHelper", {
29
29
  enumerable: true,
30
- get: function () { return chunkJDXUTKMX_js.domainHelper; }
30
+ get: function () { return chunk3ZNZCXQW_js.domainHelper; }
31
31
  });
32
32
  Object.defineProperty(exports, "downloadFile", {
33
33
  enumerable: true,
34
- get: function () { return chunkJDXUTKMX_js.downloadFile; }
34
+ get: function () { return chunk3ZNZCXQW_js.downloadFile; }
35
35
  });
36
36
  Object.defineProperty(exports, "evalJSONContext", {
37
37
  enumerable: true,
38
- get: function () { return chunkJDXUTKMX_js.evalJSONContext; }
38
+ get: function () { return chunk3ZNZCXQW_js.evalJSONContext; }
39
39
  });
40
40
  Object.defineProperty(exports, "evalJSONDomain", {
41
41
  enumerable: true,
42
- get: function () { return chunkJDXUTKMX_js.evalJSONDomain; }
42
+ get: function () { return chunk3ZNZCXQW_js.evalJSONDomain; }
43
43
  });
44
44
  Object.defineProperty(exports, "extractIdFromDomain", {
45
45
  enumerable: true,
46
- get: function () { return chunkJDXUTKMX_js.extractIdFromDomain; }
46
+ get: function () { return chunk3ZNZCXQW_js.extractIdFromDomain; }
47
47
  });
48
48
  Object.defineProperty(exports, "filterFieldDirty", {
49
49
  enumerable: true,
50
- get: function () { return chunkJDXUTKMX_js.filterFieldDirty; }
50
+ get: function () { return chunk3ZNZCXQW_js.filterFieldDirty; }
51
51
  });
52
52
  Object.defineProperty(exports, "formatCurrency", {
53
53
  enumerable: true,
54
- get: function () { return chunkJDXUTKMX_js.formatCurrency; }
54
+ get: function () { return chunk3ZNZCXQW_js.formatCurrency; }
55
55
  });
56
56
  Object.defineProperty(exports, "formatDate", {
57
57
  enumerable: true,
58
- get: function () { return chunkJDXUTKMX_js.formatDate; }
58
+ get: function () { return chunk3ZNZCXQW_js.formatDate; }
59
59
  });
60
60
  Object.defineProperty(exports, "formatFileSize", {
61
61
  enumerable: true,
62
- get: function () { return chunkJDXUTKMX_js.formatFileSize; }
62
+ get: function () { return chunk3ZNZCXQW_js.formatFileSize; }
63
63
  });
64
64
  Object.defineProperty(exports, "formatSortingString", {
65
65
  enumerable: true,
66
- get: function () { return chunkJDXUTKMX_js.formatSortingString; }
66
+ get: function () { return chunk3ZNZCXQW_js.formatSortingString; }
67
67
  });
68
68
  Object.defineProperty(exports, "formatUrlPath", {
69
69
  enumerable: true,
70
- get: function () { return chunkJDXUTKMX_js.formatUrlPath; }
70
+ get: function () { return chunk3ZNZCXQW_js.formatUrlPath; }
71
71
  });
72
72
  Object.defineProperty(exports, "getFieldsOnChange", {
73
73
  enumerable: true,
74
- get: function () { return chunkJDXUTKMX_js.getFieldsOnChange; }
74
+ get: function () { return chunk3ZNZCXQW_js.getFieldsOnChange; }
75
75
  });
76
76
  Object.defineProperty(exports, "getOffSet", {
77
77
  enumerable: true,
78
- get: function () { return chunkJDXUTKMX_js.getOffSet; }
78
+ get: function () { return chunk3ZNZCXQW_js.getOffSet; }
79
79
  });
80
80
  Object.defineProperty(exports, "getSubdomain", {
81
81
  enumerable: true,
82
- get: function () { return chunkJDXUTKMX_js.getSubdomain; }
82
+ get: function () { return chunk3ZNZCXQW_js.getSubdomain; }
83
83
  });
84
84
  Object.defineProperty(exports, "handleError", {
85
85
  enumerable: true,
86
- get: function () { return chunkJDXUTKMX_js.handleError; }
86
+ get: function () { return chunk3ZNZCXQW_js.handleError; }
87
87
  });
88
88
  Object.defineProperty(exports, "isBase64File", {
89
89
  enumerable: true,
90
- get: function () { return chunkJDXUTKMX_js.isBase64File; }
90
+ get: function () { return chunk3ZNZCXQW_js.isBase64File; }
91
91
  });
92
92
  Object.defineProperty(exports, "isBase64Image", {
93
93
  enumerable: true,
94
- get: function () { return chunkJDXUTKMX_js.isBase64Image; }
94
+ get: function () { return chunk3ZNZCXQW_js.isBase64Image; }
95
95
  });
96
96
  Object.defineProperty(exports, "isObjectEmpty", {
97
97
  enumerable: true,
98
- get: function () { return chunkJDXUTKMX_js.isObjectEmpty; }
98
+ get: function () { return chunk3ZNZCXQW_js.isObjectEmpty; }
99
99
  });
100
100
  Object.defineProperty(exports, "mergeObjects", {
101
101
  enumerable: true,
102
- get: function () { return chunkJDXUTKMX_js.mergeObjects; }
102
+ get: function () { return chunk3ZNZCXQW_js.mergeObjects; }
103
103
  });
104
104
  Object.defineProperty(exports, "removeUndefinedFields", {
105
105
  enumerable: true,
106
- get: function () { return chunkJDXUTKMX_js.removeUndefinedFields; }
106
+ get: function () { return chunk3ZNZCXQW_js.removeUndefinedFields; }
107
107
  });
108
108
  Object.defineProperty(exports, "resequence", {
109
109
  enumerable: true,
110
- get: function () { return chunkJDXUTKMX_js.resequence; }
110
+ get: function () { return chunk3ZNZCXQW_js.resequence; }
111
111
  });
112
112
  Object.defineProperty(exports, "sessionStorageUtils", {
113
113
  enumerable: true,
114
- get: function () { return chunkJDXUTKMX_js.sessionStorageUtils; }
114
+ get: function () { return chunk3ZNZCXQW_js.sessionStorageUtils; }
115
115
  });
116
116
  Object.defineProperty(exports, "stringToColor", {
117
117
  enumerable: true,
118
- get: function () { return chunkJDXUTKMX_js.stringToColor; }
118
+ get: function () { return chunk3ZNZCXQW_js.stringToColor; }
119
119
  });
120
120
  Object.defineProperty(exports, "toQueryString", {
121
121
  enumerable: true,
122
- get: function () { return chunkJDXUTKMX_js.toQueryString; }
122
+ get: function () { return chunk3ZNZCXQW_js.toQueryString; }
123
123
  });
124
124
  Object.defineProperty(exports, "updateTokenParamInOriginalRequest", {
125
125
  enumerable: true,
126
- get: function () { return chunkJDXUTKMX_js.updateTokenParamInOriginalRequest; }
126
+ get: function () { return chunk3ZNZCXQW_js.updateTokenParamInOriginalRequest; }
127
127
  });
128
128
  Object.defineProperty(exports, "useField", {
129
129
  enumerable: true,
130
- get: function () { return chunkJDXUTKMX_js.useField; }
130
+ get: function () { return chunk3ZNZCXQW_js.useField; }
131
131
  });
132
132
  Object.defineProperty(exports, "useTabModel", {
133
133
  enumerable: true,
134
- get: function () { return chunkJDXUTKMX_js.useTabModel; }
134
+ get: function () { return chunk3ZNZCXQW_js.useTabModel; }
135
135
  });
136
136
  Object.defineProperty(exports, "validateAndParseDate", {
137
137
  enumerable: true,
138
- get: function () { return chunkJDXUTKMX_js.validateAndParseDate; }
138
+ get: function () { return chunk3ZNZCXQW_js.validateAndParseDate; }
139
139
  });
package/dist/utils.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export { WesapError, checkIsImageLink, convertFloatToTime, convertTimeToFloat, copyTextToClipboard, domainHelper, downloadFile, evalJSONContext, evalJSONDomain, extractIdFromDomain, filterFieldDirty, formatCurrency, formatDate, formatFileSize, formatSortingString, formatUrlPath, getFieldsOnChange, getOffSet, getSubdomain, handleError, isBase64File, isBase64Image, isObjectEmpty, mergeObjects, removeUndefinedFields, resequence, sessionStorageUtils, stringToColor, toQueryString, updateTokenParamInOriginalRequest, useField, useTabModel, validateAndParseDate } from './chunk-BPJZ3QRN.mjs';
2
- import './chunk-JNLBHOL4.mjs';
1
+ export { WesapError, checkIsImageLink, convertFloatToTime, convertTimeToFloat, copyTextToClipboard, domainHelper, downloadFile, evalJSONContext, evalJSONDomain, extractIdFromDomain, filterFieldDirty, formatCurrency, formatDate, formatFileSize, formatSortingString, formatUrlPath, getFieldsOnChange, getOffSet, getSubdomain, handleError, isBase64File, isBase64Image, isObjectEmpty, mergeObjects, removeUndefinedFields, resequence, sessionStorageUtils, stringToColor, toQueryString, updateTokenParamInOriginalRequest, useField, useTabModel, validateAndParseDate } from './chunk-U2T4WJYU.mjs';
2
+ import './chunk-G4OK7PRT.mjs';
package/package.json CHANGED
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "name": "@fctc/interface-logic",
3
- "version": "5.1.2",
3
+ "version": "5.1.4",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
7
- "sideEffects": false,
8
7
  "exports": {
9
8
  ".": {
10
9
  "types": "./dist/index.d.ts",
File without changes
File without changes
File without changes
File without changes