@fctc/interface-logic 3.7.7 → 3.7.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.
- package/dist/hooks.js +1 -1
- package/dist/hooks.mjs +1 -1
- package/dist/provider.js +1 -1
- package/dist/provider.mjs +1 -1
- package/dist/services.js +1 -1
- package/dist/services.mjs +1 -1
- package/package.json +1 -1
package/dist/hooks.js
CHANGED
|
@@ -5289,7 +5289,7 @@ function useViewService() {
|
|
|
5289
5289
|
model,
|
|
5290
5290
|
method: "load_data" /* LOAD_DATA */,
|
|
5291
5291
|
ids,
|
|
5292
|
-
|
|
5292
|
+
with_context: withContext ? withContext : {
|
|
5293
5293
|
uid: 37,
|
|
5294
5294
|
lang: "vi_VN",
|
|
5295
5295
|
tz: "Asia/Saigon"
|
package/dist/hooks.mjs
CHANGED
|
@@ -5149,7 +5149,7 @@ function useViewService() {
|
|
|
5149
5149
|
model,
|
|
5150
5150
|
method: "load_data" /* LOAD_DATA */,
|
|
5151
5151
|
ids,
|
|
5152
|
-
|
|
5152
|
+
with_context: withContext ? withContext : {
|
|
5153
5153
|
uid: 37,
|
|
5154
5154
|
lang: "vi_VN",
|
|
5155
5155
|
tz: "Asia/Saigon"
|
package/dist/provider.js
CHANGED
|
@@ -5278,7 +5278,7 @@ function useViewService() {
|
|
|
5278
5278
|
model,
|
|
5279
5279
|
method: "load_data" /* LOAD_DATA */,
|
|
5280
5280
|
ids,
|
|
5281
|
-
|
|
5281
|
+
with_context: withContext ? withContext : {
|
|
5282
5282
|
uid: 37,
|
|
5283
5283
|
lang: "vi_VN",
|
|
5284
5284
|
tz: "Asia/Saigon"
|
package/dist/provider.mjs
CHANGED
|
@@ -5235,7 +5235,7 @@ function useViewService() {
|
|
|
5235
5235
|
model,
|
|
5236
5236
|
method: "load_data" /* LOAD_DATA */,
|
|
5237
5237
|
ids,
|
|
5238
|
-
|
|
5238
|
+
with_context: withContext ? withContext : {
|
|
5239
5239
|
uid: 37,
|
|
5240
5240
|
lang: "vi_VN",
|
|
5241
5241
|
tz: "Asia/Saigon"
|
package/dist/services.js
CHANGED
|
@@ -5480,7 +5480,7 @@ function useViewService() {
|
|
|
5480
5480
|
model,
|
|
5481
5481
|
method: "load_data" /* LOAD_DATA */,
|
|
5482
5482
|
ids,
|
|
5483
|
-
|
|
5483
|
+
with_context: withContext ? withContext : {
|
|
5484
5484
|
uid: 37,
|
|
5485
5485
|
lang: "vi_VN",
|
|
5486
5486
|
tz: "Asia/Saigon"
|
package/dist/services.mjs
CHANGED
|
@@ -5435,7 +5435,7 @@ function useViewService() {
|
|
|
5435
5435
|
model,
|
|
5436
5436
|
method: "load_data" /* LOAD_DATA */,
|
|
5437
5437
|
ids,
|
|
5438
|
-
|
|
5438
|
+
with_context: withContext ? withContext : {
|
|
5439
5439
|
uid: 37,
|
|
5440
5440
|
lang: "vi_VN",
|
|
5441
5441
|
tz: "Asia/Saigon"
|