@fctc/widget-logic 3.5.2 → 3.5.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.
package/dist/hooks.js CHANGED
@@ -931,7 +931,15 @@ var useListData = ({
931
931
  context,
932
932
  sort
933
933
  };
934
- }, [action, groupByList, order, debouncedPage, pageLimit, debouncedDomain]);
934
+ }, [
935
+ action,
936
+ groupByList,
937
+ order,
938
+ debouncedPage,
939
+ pageLimit,
940
+ debouncedDomain,
941
+ context
942
+ ]);
935
943
  const list = useGetListData2(
936
944
  { ...listDataProps },
937
945
  [
@@ -939,7 +947,8 @@ var useListData = ({
939
947
  listDataProps?.groupby,
940
948
  listDataProps?.limit,
941
949
  listDataProps?.offset,
942
- listDataProps?.sort
950
+ listDataProps?.sort,
951
+ listDataProps?.context
943
952
  ],
944
953
  !!listDataProps && !!specification && !(0, import_utils5.isObjectEmpty)(specification) && !!domain,
945
954
  service,
package/dist/hooks.mjs CHANGED
@@ -916,7 +916,15 @@ var useListData = ({
916
916
  context,
917
917
  sort
918
918
  };
919
- }, [action, groupByList, order, debouncedPage, pageLimit, debouncedDomain]);
919
+ }, [
920
+ action,
921
+ groupByList,
922
+ order,
923
+ debouncedPage,
924
+ pageLimit,
925
+ debouncedDomain,
926
+ context
927
+ ]);
920
928
  const list = useGetListData2(
921
929
  { ...listDataProps },
922
930
  [
@@ -924,7 +932,8 @@ var useListData = ({
924
932
  listDataProps?.groupby,
925
933
  listDataProps?.limit,
926
934
  listDataProps?.offset,
927
- listDataProps?.sort
935
+ listDataProps?.sort,
936
+ listDataProps?.context
928
937
  ],
929
938
  !!listDataProps && !!specification && !isObjectEmpty4(specification) && !!domain,
930
939
  service,
package/dist/index.js CHANGED
@@ -4981,7 +4981,15 @@ var useListData = ({
4981
4981
  context,
4982
4982
  sort
4983
4983
  };
4984
- }, [action, groupByList, order, debouncedPage, pageLimit, debouncedDomain]);
4984
+ }, [
4985
+ action,
4986
+ groupByList,
4987
+ order,
4988
+ debouncedPage,
4989
+ pageLimit,
4990
+ debouncedDomain,
4991
+ context
4992
+ ]);
4985
4993
  const list = useGetListData2(
4986
4994
  { ...listDataProps },
4987
4995
  [
@@ -4989,7 +4997,8 @@ var useListData = ({
4989
4997
  listDataProps?.groupby,
4990
4998
  listDataProps?.limit,
4991
4999
  listDataProps?.offset,
4992
- listDataProps?.sort
5000
+ listDataProps?.sort,
5001
+ listDataProps?.context
4993
5002
  ],
4994
5003
  !!listDataProps && !!specification && !(0, import_utils5.isObjectEmpty)(specification) && !!domain,
4995
5004
  service,
package/dist/index.mjs CHANGED
@@ -5060,7 +5060,15 @@ var useListData = ({
5060
5060
  context,
5061
5061
  sort
5062
5062
  };
5063
- }, [action, groupByList, order, debouncedPage, pageLimit, debouncedDomain]);
5063
+ }, [
5064
+ action,
5065
+ groupByList,
5066
+ order,
5067
+ debouncedPage,
5068
+ pageLimit,
5069
+ debouncedDomain,
5070
+ context
5071
+ ]);
5064
5072
  const list = useGetListData2(
5065
5073
  { ...listDataProps },
5066
5074
  [
@@ -5068,7 +5076,8 @@ var useListData = ({
5068
5076
  listDataProps?.groupby,
5069
5077
  listDataProps?.limit,
5070
5078
  listDataProps?.offset,
5071
- listDataProps?.sort
5079
+ listDataProps?.sort,
5080
+ listDataProps?.context
5072
5081
  ],
5073
5082
  !!listDataProps && !!specification && !isObjectEmpty4(specification) && !!domain,
5074
5083
  service,
package/dist/widget.js CHANGED
@@ -4509,7 +4509,15 @@ var useListData = ({
4509
4509
  context,
4510
4510
  sort
4511
4511
  };
4512
- }, [action, groupByList, order, debouncedPage, pageLimit, debouncedDomain]);
4512
+ }, [
4513
+ action,
4514
+ groupByList,
4515
+ order,
4516
+ debouncedPage,
4517
+ pageLimit,
4518
+ debouncedDomain,
4519
+ context
4520
+ ]);
4513
4521
  const list = useGetListData2(
4514
4522
  { ...listDataProps },
4515
4523
  [
@@ -4517,7 +4525,8 @@ var useListData = ({
4517
4525
  listDataProps?.groupby,
4518
4526
  listDataProps?.limit,
4519
4527
  listDataProps?.offset,
4520
- listDataProps?.sort
4528
+ listDataProps?.sort,
4529
+ listDataProps?.context
4521
4530
  ],
4522
4531
  !!listDataProps && !!specification && !(0, import_utils5.isObjectEmpty)(specification) && !!domain,
4523
4532
  service,
package/dist/widget.mjs CHANGED
@@ -4566,7 +4566,15 @@ var useListData = ({
4566
4566
  context,
4567
4567
  sort
4568
4568
  };
4569
- }, [action, groupByList, order, debouncedPage, pageLimit, debouncedDomain]);
4569
+ }, [
4570
+ action,
4571
+ groupByList,
4572
+ order,
4573
+ debouncedPage,
4574
+ pageLimit,
4575
+ debouncedDomain,
4576
+ context
4577
+ ]);
4570
4578
  const list = useGetListData2(
4571
4579
  { ...listDataProps },
4572
4580
  [
@@ -4574,7 +4582,8 @@ var useListData = ({
4574
4582
  listDataProps?.groupby,
4575
4583
  listDataProps?.limit,
4576
4584
  listDataProps?.offset,
4577
- listDataProps?.sort
4585
+ listDataProps?.sort,
4586
+ listDataProps?.context
4578
4587
  ],
4579
4588
  !!listDataProps && !!specification && !isObjectEmpty4(specification) && !!domain,
4580
4589
  service,
package/package.json CHANGED
@@ -1,94 +1,94 @@
1
- {
2
- "name": "@fctc/widget-logic",
3
- "version": "3.5.2",
4
- "types": "dist/index.d.ts",
5
- "main": "dist/index.cjs",
6
- "module": "dist/index.mjs",
7
- "exports": {
8
- ".": {
9
- "types": "./dist/index.d.ts",
10
- "import": "./dist/index.mjs",
11
- "require": "./dist/index.cjs"
12
- },
13
- "./hooks": {
14
- "types": "./dist/hooks.d.ts",
15
- "import": "./dist/hooks.mjs",
16
- "require": "./dist/hooks.cjs"
17
- },
18
- "./widget": {
19
- "types": "./dist/widget.d.ts",
20
- "import": "./dist/widget.mjs",
21
- "require": "./dist/widget.cjs"
22
- },
23
- "./icons": {
24
- "types": "./dist/icons.d.ts",
25
- "import": "./dist/icons.mjs",
26
- "require": "./dist/icons.cjs"
27
- },
28
- "./utils": {
29
- "types": "./dist/utils.d.ts",
30
- "import": "./dist/utils.mjs",
31
- "require": "./dist/utils.cjs"
32
- },
33
- "./store": {
34
- "types": "./dist/store.d.ts",
35
- "import": "./dist/store.mjs",
36
- "require": "./dist/store.cjs"
37
- },
38
- "./config": {
39
- "types": "./dist/config.d.ts",
40
- "import": "./dist/config.mjs",
41
- "require": "./dist/config.cjs"
42
- },
43
- "./constants": {
44
- "types": "./dist/constants.d.ts",
45
- "import": "./dist/constants.mjs",
46
- "require": "./dist/constants.cjs"
47
- },
48
- "./environment": {
49
- "types": "./dist/environment.d.ts",
50
- "import": "./dist/environment.mjs",
51
- "require": "./dist/environment.cjs"
52
- },
53
- "./provider": {
54
- "types": "./dist/provider.d.ts",
55
- "import": "./dist/provider.mjs",
56
- "require": "./dist/provider.cjs"
57
- },
58
- "./services": {
59
- "types": "./dist/services.d.ts",
60
- "import": "./dist/services.mjs",
61
- "require": "./dist/services.cjs"
62
- },
63
- "./types": {
64
- "types": "./dist/types.d.ts",
65
- "import": "./dist/types.mjs",
66
- "require": "./dist/types.cjs"
67
- }
68
- },
69
- "files": [
70
- "dist"
71
- ],
72
- "scripts": {
73
- "build": "tsup",
74
- "test": "jest"
75
- },
76
- "dependencies": {
77
- "@fctc/interface-logic": "^3.1.7",
78
- "@headlessui/react": "^2.2.6",
79
- "@tanstack/react-query": "^5.84.0",
80
- "i18next": "^25.3.2",
81
- "i18next-browser-languagedetector": "^8.2.0",
82
- "react-i18next": "^15.6.1",
83
- "react-tooltip": "^5.29.1"
84
- },
85
- "devDependencies": {
86
- "@types/react": "^18.3.1",
87
- "jest": "^29.7.0",
88
- "react": "18.0.0",
89
- "tsup": "^8.0.0",
90
- "typescript": "^5.8.2"
91
- },
92
- "packageManager": "yarn@1.22.0",
93
- "peerDependencies": {}
94
- }
1
+ {
2
+ "name": "@fctc/widget-logic",
3
+ "version": "3.5.4",
4
+ "types": "dist/index.d.ts",
5
+ "main": "dist/index.cjs",
6
+ "module": "dist/index.mjs",
7
+ "exports": {
8
+ ".": {
9
+ "types": "./dist/index.d.ts",
10
+ "import": "./dist/index.mjs",
11
+ "require": "./dist/index.cjs"
12
+ },
13
+ "./hooks": {
14
+ "types": "./dist/hooks.d.ts",
15
+ "import": "./dist/hooks.mjs",
16
+ "require": "./dist/hooks.cjs"
17
+ },
18
+ "./widget": {
19
+ "types": "./dist/widget.d.ts",
20
+ "import": "./dist/widget.mjs",
21
+ "require": "./dist/widget.cjs"
22
+ },
23
+ "./icons": {
24
+ "types": "./dist/icons.d.ts",
25
+ "import": "./dist/icons.mjs",
26
+ "require": "./dist/icons.cjs"
27
+ },
28
+ "./utils": {
29
+ "types": "./dist/utils.d.ts",
30
+ "import": "./dist/utils.mjs",
31
+ "require": "./dist/utils.cjs"
32
+ },
33
+ "./store": {
34
+ "types": "./dist/store.d.ts",
35
+ "import": "./dist/store.mjs",
36
+ "require": "./dist/store.cjs"
37
+ },
38
+ "./config": {
39
+ "types": "./dist/config.d.ts",
40
+ "import": "./dist/config.mjs",
41
+ "require": "./dist/config.cjs"
42
+ },
43
+ "./constants": {
44
+ "types": "./dist/constants.d.ts",
45
+ "import": "./dist/constants.mjs",
46
+ "require": "./dist/constants.cjs"
47
+ },
48
+ "./environment": {
49
+ "types": "./dist/environment.d.ts",
50
+ "import": "./dist/environment.mjs",
51
+ "require": "./dist/environment.cjs"
52
+ },
53
+ "./provider": {
54
+ "types": "./dist/provider.d.ts",
55
+ "import": "./dist/provider.mjs",
56
+ "require": "./dist/provider.cjs"
57
+ },
58
+ "./services": {
59
+ "types": "./dist/services.d.ts",
60
+ "import": "./dist/services.mjs",
61
+ "require": "./dist/services.cjs"
62
+ },
63
+ "./types": {
64
+ "types": "./dist/types.d.ts",
65
+ "import": "./dist/types.mjs",
66
+ "require": "./dist/types.cjs"
67
+ }
68
+ },
69
+ "files": [
70
+ "dist"
71
+ ],
72
+ "scripts": {
73
+ "build": "tsup",
74
+ "test": "jest"
75
+ },
76
+ "dependencies": {
77
+ "@fctc/interface-logic": "^3.1.7",
78
+ "@headlessui/react": "^2.2.6",
79
+ "@tanstack/react-query": "^5.84.0",
80
+ "i18next": "^25.3.2",
81
+ "i18next-browser-languagedetector": "^8.2.0",
82
+ "react-i18next": "^15.6.1",
83
+ "react-tooltip": "^5.29.1"
84
+ },
85
+ "devDependencies": {
86
+ "@types/react": "^18.3.1",
87
+ "jest": "^29.7.0",
88
+ "react": "18.0.0",
89
+ "tsup": "^8.0.0",
90
+ "typescript": "^5.8.2"
91
+ },
92
+ "packageManager": "yarn@1.22.0",
93
+ "peerDependencies": {}
94
+ }