react-native-timer-picker 2.5.0 → 2.6.0

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 (171) hide show
  1. package/README.md +22 -13
  2. package/package.json +143 -126
  3. package/dist/commonjs/components/DurationScroll/DurationScroll.js +0 -405
  4. package/dist/commonjs/components/DurationScroll/DurationScroll.js.map +0 -1
  5. package/dist/commonjs/components/DurationScroll/index.js +0 -27
  6. package/dist/commonjs/components/DurationScroll/index.js.map +0 -1
  7. package/dist/commonjs/components/DurationScroll/types.js +0 -6
  8. package/dist/commonjs/components/DurationScroll/types.js.map +0 -1
  9. package/dist/commonjs/components/Modal/Modal.js +0 -107
  10. package/dist/commonjs/components/Modal/Modal.js.map +0 -1
  11. package/dist/commonjs/components/Modal/index.js +0 -27
  12. package/dist/commonjs/components/Modal/index.js.map +0 -1
  13. package/dist/commonjs/components/Modal/styles.js +0 -25
  14. package/dist/commonjs/components/Modal/styles.js.map +0 -1
  15. package/dist/commonjs/components/Modal/types.js +0 -6
  16. package/dist/commonjs/components/Modal/types.js.map +0 -1
  17. package/dist/commonjs/components/PickerItem/PickerItem.js +0 -47
  18. package/dist/commonjs/components/PickerItem/PickerItem.js.map +0 -1
  19. package/dist/commonjs/components/PickerItem/index.js +0 -14
  20. package/dist/commonjs/components/PickerItem/index.js.map +0 -1
  21. package/dist/commonjs/components/TimerPicker/TimerPicker.js +0 -240
  22. package/dist/commonjs/components/TimerPicker/TimerPicker.js.map +0 -1
  23. package/dist/commonjs/components/TimerPicker/index.js +0 -39
  24. package/dist/commonjs/components/TimerPicker/index.js.map +0 -1
  25. package/dist/commonjs/components/TimerPicker/styles.js +0 -130
  26. package/dist/commonjs/components/TimerPicker/styles.js.map +0 -1
  27. package/dist/commonjs/components/TimerPicker/types.js +0 -6
  28. package/dist/commonjs/components/TimerPicker/types.js.map +0 -1
  29. package/dist/commonjs/components/TimerPickerModal/TimerPickerModal.js +0 -153
  30. package/dist/commonjs/components/TimerPickerModal/TimerPickerModal.js.map +0 -1
  31. package/dist/commonjs/components/TimerPickerModal/index.js +0 -39
  32. package/dist/commonjs/components/TimerPickerModal/index.js.map +0 -1
  33. package/dist/commonjs/components/TimerPickerModal/styles.js +0 -89
  34. package/dist/commonjs/components/TimerPickerModal/styles.js.map +0 -1
  35. package/dist/commonjs/components/TimerPickerModal/types.js +0 -6
  36. package/dist/commonjs/components/TimerPickerModal/types.js.map +0 -1
  37. package/dist/commonjs/index.js +0 -57
  38. package/dist/commonjs/index.js.map +0 -1
  39. package/dist/commonjs/tests/DurationScroll.test.js +0 -163
  40. package/dist/commonjs/tests/DurationScroll.test.js.map +0 -1
  41. package/dist/commonjs/tests/Modal.test.js +0 -99
  42. package/dist/commonjs/tests/Modal.test.js.map +0 -1
  43. package/dist/commonjs/tests/TimerPicker.test.js +0 -169
  44. package/dist/commonjs/tests/TimerPicker.test.js.map +0 -1
  45. package/dist/commonjs/tests/TimerPickerModal.test.js +0 -276
  46. package/dist/commonjs/tests/TimerPickerModal.test.js.map +0 -1
  47. package/dist/commonjs/tests/colorToRgba.test.js +0 -176
  48. package/dist/commonjs/tests/colorToRgba.test.js.map +0 -1
  49. package/dist/commonjs/tests/generateNumbers.test.js +0 -350
  50. package/dist/commonjs/tests/generateNumbers.test.js.map +0 -1
  51. package/dist/commonjs/tests/getAdjustedLimit.test.js +0 -324
  52. package/dist/commonjs/tests/getAdjustedLimit.test.js.map +0 -1
  53. package/dist/commonjs/tests/getDurationAndIndexFromScrollOffset.test.js +0 -424
  54. package/dist/commonjs/tests/getDurationAndIndexFromScrollOffset.test.js.map +0 -1
  55. package/dist/commonjs/tests/getInitialScrollIndex.test.js +0 -396
  56. package/dist/commonjs/tests/getInitialScrollIndex.test.js.map +0 -1
  57. package/dist/commonjs/tests/getSafeInitialValue.test.js +0 -497
  58. package/dist/commonjs/tests/getSafeInitialValue.test.js.map +0 -1
  59. package/dist/commonjs/tests/padNumber.test.js +0 -301
  60. package/dist/commonjs/tests/padNumber.test.js.map +0 -1
  61. package/dist/commonjs/utils/colorToRgba.js +0 -87
  62. package/dist/commonjs/utils/colorToRgba.js.map +0 -1
  63. package/dist/commonjs/utils/generateNumbers.js +0 -124
  64. package/dist/commonjs/utils/generateNumbers.js.map +0 -1
  65. package/dist/commonjs/utils/getAdjustedLimit.js +0 -58
  66. package/dist/commonjs/utils/getAdjustedLimit.js.map +0 -1
  67. package/dist/commonjs/utils/getDurationAndIndexFromScrollOffset.js +0 -62
  68. package/dist/commonjs/utils/getDurationAndIndexFromScrollOffset.js.map +0 -1
  69. package/dist/commonjs/utils/getInitialScrollIndex.js +0 -57
  70. package/dist/commonjs/utils/getInitialScrollIndex.js.map +0 -1
  71. package/dist/commonjs/utils/getSafeInitialValue.js +0 -41
  72. package/dist/commonjs/utils/getSafeInitialValue.js.map +0 -1
  73. package/dist/commonjs/utils/padNumber.js +0 -40
  74. package/dist/commonjs/utils/padNumber.js.map +0 -1
  75. package/dist/module/components/DurationScroll/DurationScroll.js +0 -397
  76. package/dist/module/components/DurationScroll/DurationScroll.js.map +0 -1
  77. package/dist/module/components/DurationScroll/index.js +0 -3
  78. package/dist/module/components/DurationScroll/index.js.map +0 -1
  79. package/dist/module/components/DurationScroll/types.js +0 -2
  80. package/dist/module/components/DurationScroll/types.js.map +0 -1
  81. package/dist/module/components/Modal/Modal.js +0 -99
  82. package/dist/module/components/Modal/Modal.js.map +0 -1
  83. package/dist/module/components/Modal/index.js +0 -3
  84. package/dist/module/components/Modal/index.js.map +0 -1
  85. package/dist/module/components/Modal/styles.js +0 -19
  86. package/dist/module/components/Modal/styles.js.map +0 -1
  87. package/dist/module/components/Modal/types.js +0 -2
  88. package/dist/module/components/Modal/types.js.map +0 -1
  89. package/dist/module/components/PickerItem/PickerItem.js +0 -40
  90. package/dist/module/components/PickerItem/PickerItem.js.map +0 -1
  91. package/dist/module/components/PickerItem/index.js +0 -2
  92. package/dist/module/components/PickerItem/index.js.map +0 -1
  93. package/dist/module/components/TimerPicker/TimerPicker.js +0 -232
  94. package/dist/module/components/TimerPicker/TimerPicker.js.map +0 -1
  95. package/dist/module/components/TimerPicker/index.js +0 -4
  96. package/dist/module/components/TimerPicker/index.js.map +0 -1
  97. package/dist/module/components/TimerPicker/styles.js +0 -123
  98. package/dist/module/components/TimerPicker/styles.js.map +0 -1
  99. package/dist/module/components/TimerPicker/types.js +0 -2
  100. package/dist/module/components/TimerPicker/types.js.map +0 -1
  101. package/dist/module/components/TimerPickerModal/TimerPickerModal.js +0 -145
  102. package/dist/module/components/TimerPickerModal/TimerPickerModal.js.map +0 -1
  103. package/dist/module/components/TimerPickerModal/index.js +0 -4
  104. package/dist/module/components/TimerPickerModal/index.js.map +0 -1
  105. package/dist/module/components/TimerPickerModal/styles.js +0 -82
  106. package/dist/module/components/TimerPickerModal/styles.js.map +0 -1
  107. package/dist/module/components/TimerPickerModal/types.js +0 -2
  108. package/dist/module/components/TimerPickerModal/types.js.map +0 -1
  109. package/dist/module/index.js +0 -3
  110. package/dist/module/index.js.map +0 -1
  111. package/dist/module/tests/DurationScroll.test.js +0 -160
  112. package/dist/module/tests/DurationScroll.test.js.map +0 -1
  113. package/dist/module/tests/Modal.test.js +0 -96
  114. package/dist/module/tests/Modal.test.js.map +0 -1
  115. package/dist/module/tests/TimerPicker.test.js +0 -166
  116. package/dist/module/tests/TimerPicker.test.js.map +0 -1
  117. package/dist/module/tests/TimerPickerModal.test.js +0 -273
  118. package/dist/module/tests/TimerPickerModal.test.js.map +0 -1
  119. package/dist/module/tests/colorToRgba.test.js +0 -174
  120. package/dist/module/tests/colorToRgba.test.js.map +0 -1
  121. package/dist/module/tests/generateNumbers.test.js +0 -348
  122. package/dist/module/tests/generateNumbers.test.js.map +0 -1
  123. package/dist/module/tests/getAdjustedLimit.test.js +0 -322
  124. package/dist/module/tests/getAdjustedLimit.test.js.map +0 -1
  125. package/dist/module/tests/getDurationAndIndexFromScrollOffset.test.js +0 -422
  126. package/dist/module/tests/getDurationAndIndexFromScrollOffset.test.js.map +0 -1
  127. package/dist/module/tests/getInitialScrollIndex.test.js +0 -394
  128. package/dist/module/tests/getInitialScrollIndex.test.js.map +0 -1
  129. package/dist/module/tests/getSafeInitialValue.test.js +0 -495
  130. package/dist/module/tests/getSafeInitialValue.test.js.map +0 -1
  131. package/dist/module/tests/padNumber.test.js +0 -299
  132. package/dist/module/tests/padNumber.test.js.map +0 -1
  133. package/dist/module/utils/colorToRgba.js +0 -80
  134. package/dist/module/utils/colorToRgba.js.map +0 -1
  135. package/dist/module/utils/generateNumbers.js +0 -117
  136. package/dist/module/utils/generateNumbers.js.map +0 -1
  137. package/dist/module/utils/getAdjustedLimit.js +0 -51
  138. package/dist/module/utils/getAdjustedLimit.js.map +0 -1
  139. package/dist/module/utils/getDurationAndIndexFromScrollOffset.js +0 -55
  140. package/dist/module/utils/getDurationAndIndexFromScrollOffset.js.map +0 -1
  141. package/dist/module/utils/getInitialScrollIndex.js +0 -50
  142. package/dist/module/utils/getInitialScrollIndex.js.map +0 -1
  143. package/dist/module/utils/getSafeInitialValue.js +0 -34
  144. package/dist/module/utils/getSafeInitialValue.js.map +0 -1
  145. package/dist/module/utils/padNumber.js +0 -33
  146. package/dist/module/utils/padNumber.js.map +0 -1
  147. package/dist/typescript/components/DurationScroll/DurationScroll.d.ts +0 -4
  148. package/dist/typescript/components/DurationScroll/index.d.ts +0 -2
  149. package/dist/typescript/components/DurationScroll/types.d.ts +0 -67
  150. package/dist/typescript/components/Modal/Modal.d.ts +0 -5
  151. package/dist/typescript/components/Modal/index.d.ts +0 -2
  152. package/dist/typescript/components/Modal/styles.d.ts +0 -17
  153. package/dist/typescript/components/Modal/types.d.ts +0 -15
  154. package/dist/typescript/components/PickerItem/PickerItem.d.ts +0 -15
  155. package/dist/typescript/components/PickerItem/index.d.ts +0 -1
  156. package/dist/typescript/components/TimerPicker/TimerPicker.d.ts +0 -4
  157. package/dist/typescript/components/TimerPicker/index.d.ts +0 -3
  158. package/dist/typescript/components/TimerPicker/styles.d.ts +0 -1578
  159. package/dist/typescript/components/TimerPicker/types.d.ts +0 -90
  160. package/dist/typescript/components/TimerPickerModal/TimerPickerModal.d.ts +0 -4
  161. package/dist/typescript/components/TimerPickerModal/index.d.ts +0 -3
  162. package/dist/typescript/components/TimerPickerModal/styles.d.ts +0 -948
  163. package/dist/typescript/components/TimerPickerModal/types.d.ts +0 -55
  164. package/dist/typescript/index.d.ts +0 -2
  165. package/dist/typescript/utils/colorToRgba.d.ts +0 -38
  166. package/dist/typescript/utils/generateNumbers.d.ts +0 -80
  167. package/dist/typescript/utils/getAdjustedLimit.d.ts +0 -30
  168. package/dist/typescript/utils/getDurationAndIndexFromScrollOffset.d.ts +0 -49
  169. package/dist/typescript/utils/getInitialScrollIndex.d.ts +0 -46
  170. package/dist/typescript/utils/getSafeInitialValue.d.ts +0 -38
  171. package/dist/typescript/utils/padNumber.d.ts +0 -28
@@ -1,322 +0,0 @@
1
- import { getAdjustedLimit } from "../utils/getAdjustedLimit";
2
- describe("getAdjustedLimit", () => {
3
- describe("undefined or empty limits", () => {
4
- it("returns default limits when limit is undefined", () => {
5
- const result = getAdjustedLimit(undefined, 60, 1);
6
- expect(result).toEqual({
7
- max: 59,
8
- min: 0
9
- });
10
- });
11
- it("returns default limits when limit has no max or min", () => {
12
- const result = getAdjustedLimit({}, 60, 1);
13
- expect(result).toEqual({
14
- max: 59,
15
- min: 0
16
- });
17
- });
18
- it("calculates max value correctly with interval", () => {
19
- const result = getAdjustedLimit(undefined, 30, 2);
20
- expect(result).toEqual({
21
- max: 58,
22
- min: 0
23
- });
24
- });
25
- });
26
- describe("valid limits within bounds", () => {
27
- it("accepts valid min and max within bounds", () => {
28
- const result = getAdjustedLimit({
29
- min: 5,
30
- max: 15
31
- }, 20, 1);
32
- expect(result).toEqual({
33
- max: 15,
34
- min: 5
35
- });
36
- });
37
- it("accepts limits at exact boundaries", () => {
38
- const result = getAdjustedLimit({
39
- min: 0,
40
- max: 59
41
- }, 60, 1);
42
- expect(result).toEqual({
43
- max: 59,
44
- min: 0
45
- });
46
- });
47
- it("handles min of 0", () => {
48
- const result = getAdjustedLimit({
49
- min: 0,
50
- max: 10
51
- }, 20, 1);
52
- expect(result).toEqual({
53
- max: 10,
54
- min: 0
55
- });
56
- });
57
- it("handles max at maximum value", () => {
58
- const result = getAdjustedLimit({
59
- min: 10,
60
- max: 19
61
- }, 20, 1);
62
- expect(result).toEqual({
63
- max: 19,
64
- min: 10
65
- });
66
- });
67
- });
68
- describe("partial limits", () => {
69
- it("uses default max when only min is provided", () => {
70
- const result = getAdjustedLimit({
71
- min: 10
72
- }, 60, 1);
73
- expect(result).toEqual({
74
- max: 59,
75
- min: 10
76
- });
77
- });
78
- it("uses default min when only max is provided", () => {
79
- const result = getAdjustedLimit({
80
- max: 30
81
- }, 60, 1);
82
- expect(result).toEqual({
83
- max: 30,
84
- min: 0
85
- });
86
- });
87
- it("handles only min provided at boundary", () => {
88
- const result = getAdjustedLimit({
89
- min: 0
90
- }, 24, 1);
91
- expect(result).toEqual({
92
- max: 23,
93
- min: 0
94
- });
95
- });
96
- it("handles only max provided at boundary", () => {
97
- const result = getAdjustedLimit({
98
- max: 23
99
- }, 24, 1);
100
- expect(result).toEqual({
101
- max: 23,
102
- min: 0
103
- });
104
- });
105
- });
106
- describe("out-of-bounds limits", () => {
107
- it("adjusts max when it exceeds maximum value", () => {
108
- const result = getAdjustedLimit({
109
- min: 5,
110
- max: 100
111
- }, 20, 1);
112
- expect(result).toEqual({
113
- max: 19,
114
- min: 5
115
- });
116
- });
117
- it("adjusts min when it is negative", () => {
118
- const result = getAdjustedLimit({
119
- min: -5,
120
- max: 15
121
- }, 20, 1);
122
- expect(result).toEqual({
123
- max: 15,
124
- min: 0
125
- });
126
- });
127
- it("adjusts both limits when out of bounds", () => {
128
- const result = getAdjustedLimit({
129
- min: -10,
130
- max: 100
131
- }, 20, 1);
132
- expect(result).toEqual({
133
- max: 19,
134
- min: 0
135
- });
136
- });
137
- it("adjusts max when only max is out of bounds", () => {
138
- const result = getAdjustedLimit({
139
- max: 100
140
- }, 20, 1);
141
- expect(result).toEqual({
142
- max: 19,
143
- min: 0
144
- });
145
- });
146
- it("adjusts min when only min is out of bounds", () => {
147
- const result = getAdjustedLimit({
148
- min: -10
149
- }, 20, 1);
150
- expect(result).toEqual({
151
- max: 19,
152
- min: 0
153
- });
154
- });
155
- });
156
- describe("invalid limits (max < min)", () => {
157
- it("returns default limits when adjusted max < adjusted min", () => {
158
- const result = getAdjustedLimit({
159
- min: 15,
160
- max: 5
161
- }, 20, 1);
162
- expect(result).toEqual({
163
- max: 19,
164
- min: 0
165
- });
166
- });
167
- it("handles edge case where both are equal after adjustment", () => {
168
- const result = getAdjustedLimit({
169
- min: 10,
170
- max: 10
171
- }, 20, 1);
172
- expect(result).toEqual({
173
- max: 10,
174
- min: 10
175
- });
176
- });
177
- it("returns default when min is too high and max is too low", () => {
178
- const result = getAdjustedLimit({
179
- min: 50,
180
- max: 5
181
- }, 20, 1);
182
- expect(result).toEqual({
183
- max: 19,
184
- min: 0
185
- });
186
- });
187
- });
188
- describe("different intervals", () => {
189
- it("handles interval of 5", () => {
190
- const result = getAdjustedLimit({
191
- min: 10,
192
- max: 30
193
- }, 10, 5);
194
- expect(result).toEqual({
195
- max: 30,
196
- min: 10
197
- });
198
- });
199
- it("calculates max with interval of 5", () => {
200
- const result = getAdjustedLimit(undefined, 10, 5);
201
- expect(result).toEqual({
202
- max: 45,
203
- min: 0
204
- });
205
- });
206
- it("handles interval of 15 for minutes", () => {
207
- const result = getAdjustedLimit({
208
- min: 15,
209
- max: 45
210
- }, 4, 15);
211
- expect(result).toEqual({
212
- max: 45,
213
- min: 15
214
- });
215
- });
216
- it("calculates max with interval of 15", () => {
217
- const result = getAdjustedLimit(undefined, 4, 15);
218
- expect(result).toEqual({
219
- max: 45,
220
- min: 0
221
- });
222
- });
223
- it("handles large interval", () => {
224
- const result = getAdjustedLimit(undefined, 3, 30);
225
- expect(result).toEqual({
226
- max: 60,
227
- min: 0
228
- });
229
- });
230
- });
231
- describe("edge cases", () => {
232
- it("handles numberOfItems of 1", () => {
233
- const result = getAdjustedLimit(undefined, 1, 1);
234
- expect(result).toEqual({
235
- max: 0,
236
- min: 0
237
- });
238
- });
239
- it("handles large numberOfItems", () => {
240
- const result = getAdjustedLimit({
241
- min: 50,
242
- max: 150
243
- }, 200, 1);
244
- expect(result).toEqual({
245
- max: 150,
246
- min: 50
247
- });
248
- });
249
- it("handles zero min limit", () => {
250
- const result = getAdjustedLimit({
251
- min: 0,
252
- max: 0
253
- }, 60, 1);
254
- expect(result).toEqual({
255
- max: 0,
256
- min: 0
257
- });
258
- });
259
- it("handles limits with decimal-like values (should work with integers)", () => {
260
- const result = getAdjustedLimit({
261
- min: 5,
262
- max: 15
263
- }, 20, 1);
264
- expect(result).toEqual({
265
- max: 15,
266
- min: 5
267
- });
268
- });
269
- });
270
- describe("real-world scenarios", () => {
271
- it("handles typical hours picker (0-23)", () => {
272
- const result = getAdjustedLimit({
273
- min: 9,
274
- max: 17
275
- }, 24, 1);
276
- expect(result).toEqual({
277
- max: 17,
278
- min: 9
279
- }); // 9 AM to 5 PM
280
- });
281
- it("handles typical minutes picker (0-59)", () => {
282
- const result = getAdjustedLimit({
283
- min: 0,
284
- max: 45
285
- }, 60, 1);
286
- expect(result).toEqual({
287
- max: 45,
288
- min: 0
289
- });
290
- });
291
- it("handles minutes with 15-minute interval", () => {
292
- const result = getAdjustedLimit({
293
- min: 15,
294
- max: 45
295
- }, 4, 15);
296
- expect(result).toEqual({
297
- max: 45,
298
- min: 15
299
- });
300
- });
301
- it("handles seconds picker (0-59)", () => {
302
- const result = getAdjustedLimit({
303
- min: 0,
304
- max: 30
305
- }, 60, 1);
306
- expect(result).toEqual({
307
- max: 30,
308
- min: 0
309
- });
310
- });
311
- it("handles days with no upper limit", () => {
312
- const result = getAdjustedLimit({
313
- min: 1
314
- }, 100, 1);
315
- expect(result).toEqual({
316
- max: 99,
317
- min: 1
318
- });
319
- });
320
- });
321
- });
322
- //# sourceMappingURL=getAdjustedLimit.test.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["getAdjustedLimit","describe","it","result","undefined","expect","toEqual","max","min"],"sources":["getAdjustedLimit.test.ts"],"sourcesContent":["import { getAdjustedLimit } from \"../utils/getAdjustedLimit\";\n\ndescribe(\"getAdjustedLimit\", () => {\n describe(\"undefined or empty limits\", () => {\n it(\"returns default limits when limit is undefined\", () => {\n const result = getAdjustedLimit(undefined, 60, 1);\n expect(result).toEqual({ max: 59, min: 0 });\n });\n\n it(\"returns default limits when limit has no max or min\", () => {\n const result = getAdjustedLimit({}, 60, 1);\n expect(result).toEqual({ max: 59, min: 0 });\n });\n\n it(\"calculates max value correctly with interval\", () => {\n const result = getAdjustedLimit(undefined, 30, 2);\n expect(result).toEqual({ max: 58, min: 0 });\n });\n });\n\n describe(\"valid limits within bounds\", () => {\n it(\"accepts valid min and max within bounds\", () => {\n const result = getAdjustedLimit({ min: 5, max: 15 }, 20, 1);\n expect(result).toEqual({ max: 15, min: 5 });\n });\n\n it(\"accepts limits at exact boundaries\", () => {\n const result = getAdjustedLimit({ min: 0, max: 59 }, 60, 1);\n expect(result).toEqual({ max: 59, min: 0 });\n });\n\n it(\"handles min of 0\", () => {\n const result = getAdjustedLimit({ min: 0, max: 10 }, 20, 1);\n expect(result).toEqual({ max: 10, min: 0 });\n });\n\n it(\"handles max at maximum value\", () => {\n const result = getAdjustedLimit({ min: 10, max: 19 }, 20, 1);\n expect(result).toEqual({ max: 19, min: 10 });\n });\n });\n\n describe(\"partial limits\", () => {\n it(\"uses default max when only min is provided\", () => {\n const result = getAdjustedLimit({ min: 10 }, 60, 1);\n expect(result).toEqual({ max: 59, min: 10 });\n });\n\n it(\"uses default min when only max is provided\", () => {\n const result = getAdjustedLimit({ max: 30 }, 60, 1);\n expect(result).toEqual({ max: 30, min: 0 });\n });\n\n it(\"handles only min provided at boundary\", () => {\n const result = getAdjustedLimit({ min: 0 }, 24, 1);\n expect(result).toEqual({ max: 23, min: 0 });\n });\n\n it(\"handles only max provided at boundary\", () => {\n const result = getAdjustedLimit({ max: 23 }, 24, 1);\n expect(result).toEqual({ max: 23, min: 0 });\n });\n });\n\n describe(\"out-of-bounds limits\", () => {\n it(\"adjusts max when it exceeds maximum value\", () => {\n const result = getAdjustedLimit({ min: 5, max: 100 }, 20, 1);\n expect(result).toEqual({ max: 19, min: 5 });\n });\n\n it(\"adjusts min when it is negative\", () => {\n const result = getAdjustedLimit({ min: -5, max: 15 }, 20, 1);\n expect(result).toEqual({ max: 15, min: 0 });\n });\n\n it(\"adjusts both limits when out of bounds\", () => {\n const result = getAdjustedLimit({ min: -10, max: 100 }, 20, 1);\n expect(result).toEqual({ max: 19, min: 0 });\n });\n\n it(\"adjusts max when only max is out of bounds\", () => {\n const result = getAdjustedLimit({ max: 100 }, 20, 1);\n expect(result).toEqual({ max: 19, min: 0 });\n });\n\n it(\"adjusts min when only min is out of bounds\", () => {\n const result = getAdjustedLimit({ min: -10 }, 20, 1);\n expect(result).toEqual({ max: 19, min: 0 });\n });\n });\n\n describe(\"invalid limits (max < min)\", () => {\n it(\"returns default limits when adjusted max < adjusted min\", () => {\n const result = getAdjustedLimit({ min: 15, max: 5 }, 20, 1);\n expect(result).toEqual({ max: 19, min: 0 });\n });\n\n it(\"handles edge case where both are equal after adjustment\", () => {\n const result = getAdjustedLimit({ min: 10, max: 10 }, 20, 1);\n expect(result).toEqual({ max: 10, min: 10 });\n });\n\n it(\"returns default when min is too high and max is too low\", () => {\n const result = getAdjustedLimit({ min: 50, max: 5 }, 20, 1);\n expect(result).toEqual({ max: 19, min: 0 });\n });\n });\n\n describe(\"different intervals\", () => {\n it(\"handles interval of 5\", () => {\n const result = getAdjustedLimit({ min: 10, max: 30 }, 10, 5);\n expect(result).toEqual({ max: 30, min: 10 });\n });\n\n it(\"calculates max with interval of 5\", () => {\n const result = getAdjustedLimit(undefined, 10, 5);\n expect(result).toEqual({ max: 45, min: 0 });\n });\n\n it(\"handles interval of 15 for minutes\", () => {\n const result = getAdjustedLimit({ min: 15, max: 45 }, 4, 15);\n expect(result).toEqual({ max: 45, min: 15 });\n });\n\n it(\"calculates max with interval of 15\", () => {\n const result = getAdjustedLimit(undefined, 4, 15);\n expect(result).toEqual({ max: 45, min: 0 });\n });\n\n it(\"handles large interval\", () => {\n const result = getAdjustedLimit(undefined, 3, 30);\n expect(result).toEqual({ max: 60, min: 0 });\n });\n });\n\n describe(\"edge cases\", () => {\n it(\"handles numberOfItems of 1\", () => {\n const result = getAdjustedLimit(undefined, 1, 1);\n expect(result).toEqual({ max: 0, min: 0 });\n });\n\n it(\"handles large numberOfItems\", () => {\n const result = getAdjustedLimit({ min: 50, max: 150 }, 200, 1);\n expect(result).toEqual({ max: 150, min: 50 });\n });\n\n it(\"handles zero min limit\", () => {\n const result = getAdjustedLimit({ min: 0, max: 0 }, 60, 1);\n expect(result).toEqual({ max: 0, min: 0 });\n });\n\n it(\"handles limits with decimal-like values (should work with integers)\", () => {\n const result = getAdjustedLimit({ min: 5, max: 15 }, 20, 1);\n expect(result).toEqual({ max: 15, min: 5 });\n });\n });\n\n describe(\"real-world scenarios\", () => {\n it(\"handles typical hours picker (0-23)\", () => {\n const result = getAdjustedLimit({ min: 9, max: 17 }, 24, 1);\n expect(result).toEqual({ max: 17, min: 9 }); // 9 AM to 5 PM\n });\n\n it(\"handles typical minutes picker (0-59)\", () => {\n const result = getAdjustedLimit({ min: 0, max: 45 }, 60, 1);\n expect(result).toEqual({ max: 45, min: 0 });\n });\n\n it(\"handles minutes with 15-minute interval\", () => {\n const result = getAdjustedLimit({ min: 15, max: 45 }, 4, 15);\n expect(result).toEqual({ max: 45, min: 15 });\n });\n\n it(\"handles seconds picker (0-59)\", () => {\n const result = getAdjustedLimit({ min: 0, max: 30 }, 60, 1);\n expect(result).toEqual({ max: 30, min: 0 });\n });\n\n it(\"handles days with no upper limit\", () => {\n const result = getAdjustedLimit({ min: 1 }, 100, 1);\n expect(result).toEqual({ max: 99, min: 1 });\n });\n });\n});\n"],"mappings":"AAAA,SAASA,gBAAgB,QAAQ,2BAA2B;AAE5DC,QAAQ,CAAC,kBAAkB,EAAE,MAAM;EAC/BA,QAAQ,CAAC,2BAA2B,EAAE,MAAM;IACxCC,EAAE,CAAC,gDAAgD,EAAE,MAAM;MACvD,MAAMC,MAAM,GAAGH,gBAAgB,CAACI,SAAS,EAAE,EAAE,EAAE,CAAC,CAAC;MACjDC,MAAM,CAACF,MAAM,CAAC,CAACG,OAAO,CAAC;QAAEC,GAAG,EAAE,EAAE;QAAEC,GAAG,EAAE;MAAE,CAAC,CAAC;IAC/C,CAAC,CAAC;IAEFN,EAAE,CAAC,qDAAqD,EAAE,MAAM;MAC5D,MAAMC,MAAM,GAAGH,gBAAgB,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;MAC1CK,MAAM,CAACF,MAAM,CAAC,CAACG,OAAO,CAAC;QAAEC,GAAG,EAAE,EAAE;QAAEC,GAAG,EAAE;MAAE,CAAC,CAAC;IAC/C,CAAC,CAAC;IAEFN,EAAE,CAAC,8CAA8C,EAAE,MAAM;MACrD,MAAMC,MAAM,GAAGH,gBAAgB,CAACI,SAAS,EAAE,EAAE,EAAE,CAAC,CAAC;MACjDC,MAAM,CAACF,MAAM,CAAC,CAACG,OAAO,CAAC;QAAEC,GAAG,EAAE,EAAE;QAAEC,GAAG,EAAE;MAAE,CAAC,CAAC;IAC/C,CAAC,CAAC;EACN,CAAC,CAAC;EAEFP,QAAQ,CAAC,4BAA4B,EAAE,MAAM;IACzCC,EAAE,CAAC,yCAAyC,EAAE,MAAM;MAChD,MAAMC,MAAM,GAAGH,gBAAgB,CAAC;QAAEQ,GAAG,EAAE,CAAC;QAAED,GAAG,EAAE;MAAG,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;MAC3DF,MAAM,CAACF,MAAM,CAAC,CAACG,OAAO,CAAC;QAAEC,GAAG,EAAE,EAAE;QAAEC,GAAG,EAAE;MAAE,CAAC,CAAC;IAC/C,CAAC,CAAC;IAEFN,EAAE,CAAC,oCAAoC,EAAE,MAAM;MAC3C,MAAMC,MAAM,GAAGH,gBAAgB,CAAC;QAAEQ,GAAG,EAAE,CAAC;QAAED,GAAG,EAAE;MAAG,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;MAC3DF,MAAM,CAACF,MAAM,CAAC,CAACG,OAAO,CAAC;QAAEC,GAAG,EAAE,EAAE;QAAEC,GAAG,EAAE;MAAE,CAAC,CAAC;IAC/C,CAAC,CAAC;IAEFN,EAAE,CAAC,kBAAkB,EAAE,MAAM;MACzB,MAAMC,MAAM,GAAGH,gBAAgB,CAAC;QAAEQ,GAAG,EAAE,CAAC;QAAED,GAAG,EAAE;MAAG,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;MAC3DF,MAAM,CAACF,MAAM,CAAC,CAACG,OAAO,CAAC;QAAEC,GAAG,EAAE,EAAE;QAAEC,GAAG,EAAE;MAAE,CAAC,CAAC;IAC/C,CAAC,CAAC;IAEFN,EAAE,CAAC,8BAA8B,EAAE,MAAM;MACrC,MAAMC,MAAM,GAAGH,gBAAgB,CAAC;QAAEQ,GAAG,EAAE,EAAE;QAAED,GAAG,EAAE;MAAG,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;MAC5DF,MAAM,CAACF,MAAM,CAAC,CAACG,OAAO,CAAC;QAAEC,GAAG,EAAE,EAAE;QAAEC,GAAG,EAAE;MAAG,CAAC,CAAC;IAChD,CAAC,CAAC;EACN,CAAC,CAAC;EAEFP,QAAQ,CAAC,gBAAgB,EAAE,MAAM;IAC7BC,EAAE,CAAC,4CAA4C,EAAE,MAAM;MACnD,MAAMC,MAAM,GAAGH,gBAAgB,CAAC;QAAEQ,GAAG,EAAE;MAAG,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;MACnDH,MAAM,CAACF,MAAM,CAAC,CAACG,OAAO,CAAC;QAAEC,GAAG,EAAE,EAAE;QAAEC,GAAG,EAAE;MAAG,CAAC,CAAC;IAChD,CAAC,CAAC;IAEFN,EAAE,CAAC,4CAA4C,EAAE,MAAM;MACnD,MAAMC,MAAM,GAAGH,gBAAgB,CAAC;QAAEO,GAAG,EAAE;MAAG,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;MACnDF,MAAM,CAACF,MAAM,CAAC,CAACG,OAAO,CAAC;QAAEC,GAAG,EAAE,EAAE;QAAEC,GAAG,EAAE;MAAE,CAAC,CAAC;IAC/C,CAAC,CAAC;IAEFN,EAAE,CAAC,uCAAuC,EAAE,MAAM;MAC9C,MAAMC,MAAM,GAAGH,gBAAgB,CAAC;QAAEQ,GAAG,EAAE;MAAE,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;MAClDH,MAAM,CAACF,MAAM,CAAC,CAACG,OAAO,CAAC;QAAEC,GAAG,EAAE,EAAE;QAAEC,GAAG,EAAE;MAAE,CAAC,CAAC;IAC/C,CAAC,CAAC;IAEFN,EAAE,CAAC,uCAAuC,EAAE,MAAM;MAC9C,MAAMC,MAAM,GAAGH,gBAAgB,CAAC;QAAEO,GAAG,EAAE;MAAG,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;MACnDF,MAAM,CAACF,MAAM,CAAC,CAACG,OAAO,CAAC;QAAEC,GAAG,EAAE,EAAE;QAAEC,GAAG,EAAE;MAAE,CAAC,CAAC;IAC/C,CAAC,CAAC;EACN,CAAC,CAAC;EAEFP,QAAQ,CAAC,sBAAsB,EAAE,MAAM;IACnCC,EAAE,CAAC,2CAA2C,EAAE,MAAM;MAClD,MAAMC,MAAM,GAAGH,gBAAgB,CAAC;QAAEQ,GAAG,EAAE,CAAC;QAAED,GAAG,EAAE;MAAI,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;MAC5DF,MAAM,CAACF,MAAM,CAAC,CAACG,OAAO,CAAC;QAAEC,GAAG,EAAE,EAAE;QAAEC,GAAG,EAAE;MAAE,CAAC,CAAC;IAC/C,CAAC,CAAC;IAEFN,EAAE,CAAC,iCAAiC,EAAE,MAAM;MACxC,MAAMC,MAAM,GAAGH,gBAAgB,CAAC;QAAEQ,GAAG,EAAE,CAAC,CAAC;QAAED,GAAG,EAAE;MAAG,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;MAC5DF,MAAM,CAACF,MAAM,CAAC,CAACG,OAAO,CAAC;QAAEC,GAAG,EAAE,EAAE;QAAEC,GAAG,EAAE;MAAE,CAAC,CAAC;IAC/C,CAAC,CAAC;IAEFN,EAAE,CAAC,wCAAwC,EAAE,MAAM;MAC/C,MAAMC,MAAM,GAAGH,gBAAgB,CAAC;QAAEQ,GAAG,EAAE,CAAC,EAAE;QAAED,GAAG,EAAE;MAAI,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;MAC9DF,MAAM,CAACF,MAAM,CAAC,CAACG,OAAO,CAAC;QAAEC,GAAG,EAAE,EAAE;QAAEC,GAAG,EAAE;MAAE,CAAC,CAAC;IAC/C,CAAC,CAAC;IAEFN,EAAE,CAAC,4CAA4C,EAAE,MAAM;MACnD,MAAMC,MAAM,GAAGH,gBAAgB,CAAC;QAAEO,GAAG,EAAE;MAAI,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;MACpDF,MAAM,CAACF,MAAM,CAAC,CAACG,OAAO,CAAC;QAAEC,GAAG,EAAE,EAAE;QAAEC,GAAG,EAAE;MAAE,CAAC,CAAC;IAC/C,CAAC,CAAC;IAEFN,EAAE,CAAC,4CAA4C,EAAE,MAAM;MACnD,MAAMC,MAAM,GAAGH,gBAAgB,CAAC;QAAEQ,GAAG,EAAE,CAAC;MAAG,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;MACpDH,MAAM,CAACF,MAAM,CAAC,CAACG,OAAO,CAAC;QAAEC,GAAG,EAAE,EAAE;QAAEC,GAAG,EAAE;MAAE,CAAC,CAAC;IAC/C,CAAC,CAAC;EACN,CAAC,CAAC;EAEFP,QAAQ,CAAC,4BAA4B,EAAE,MAAM;IACzCC,EAAE,CAAC,yDAAyD,EAAE,MAAM;MAChE,MAAMC,MAAM,GAAGH,gBAAgB,CAAC;QAAEQ,GAAG,EAAE,EAAE;QAAED,GAAG,EAAE;MAAE,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;MAC3DF,MAAM,CAACF,MAAM,CAAC,CAACG,OAAO,CAAC;QAAEC,GAAG,EAAE,EAAE;QAAEC,GAAG,EAAE;MAAE,CAAC,CAAC;IAC/C,CAAC,CAAC;IAEFN,EAAE,CAAC,yDAAyD,EAAE,MAAM;MAChE,MAAMC,MAAM,GAAGH,gBAAgB,CAAC;QAAEQ,GAAG,EAAE,EAAE;QAAED,GAAG,EAAE;MAAG,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;MAC5DF,MAAM,CAACF,MAAM,CAAC,CAACG,OAAO,CAAC;QAAEC,GAAG,EAAE,EAAE;QAAEC,GAAG,EAAE;MAAG,CAAC,CAAC;IAChD,CAAC,CAAC;IAEFN,EAAE,CAAC,yDAAyD,EAAE,MAAM;MAChE,MAAMC,MAAM,GAAGH,gBAAgB,CAAC;QAAEQ,GAAG,EAAE,EAAE;QAAED,GAAG,EAAE;MAAE,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;MAC3DF,MAAM,CAACF,MAAM,CAAC,CAACG,OAAO,CAAC;QAAEC,GAAG,EAAE,EAAE;QAAEC,GAAG,EAAE;MAAE,CAAC,CAAC;IAC/C,CAAC,CAAC;EACN,CAAC,CAAC;EAEFP,QAAQ,CAAC,qBAAqB,EAAE,MAAM;IAClCC,EAAE,CAAC,uBAAuB,EAAE,MAAM;MAC9B,MAAMC,MAAM,GAAGH,gBAAgB,CAAC;QAAEQ,GAAG,EAAE,EAAE;QAAED,GAAG,EAAE;MAAG,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;MAC5DF,MAAM,CAACF,MAAM,CAAC,CAACG,OAAO,CAAC;QAAEC,GAAG,EAAE,EAAE;QAAEC,GAAG,EAAE;MAAG,CAAC,CAAC;IAChD,CAAC,CAAC;IAEFN,EAAE,CAAC,mCAAmC,EAAE,MAAM;MAC1C,MAAMC,MAAM,GAAGH,gBAAgB,CAACI,SAAS,EAAE,EAAE,EAAE,CAAC,CAAC;MACjDC,MAAM,CAACF,MAAM,CAAC,CAACG,OAAO,CAAC;QAAEC,GAAG,EAAE,EAAE;QAAEC,GAAG,EAAE;MAAE,CAAC,CAAC;IAC/C,CAAC,CAAC;IAEFN,EAAE,CAAC,oCAAoC,EAAE,MAAM;MAC3C,MAAMC,MAAM,GAAGH,gBAAgB,CAAC;QAAEQ,GAAG,EAAE,EAAE;QAAED,GAAG,EAAE;MAAG,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC;MAC5DF,MAAM,CAACF,MAAM,CAAC,CAACG,OAAO,CAAC;QAAEC,GAAG,EAAE,EAAE;QAAEC,GAAG,EAAE;MAAG,CAAC,CAAC;IAChD,CAAC,CAAC;IAEFN,EAAE,CAAC,oCAAoC,EAAE,MAAM;MAC3C,MAAMC,MAAM,GAAGH,gBAAgB,CAACI,SAAS,EAAE,CAAC,EAAE,EAAE,CAAC;MACjDC,MAAM,CAACF,MAAM,CAAC,CAACG,OAAO,CAAC;QAAEC,GAAG,EAAE,EAAE;QAAEC,GAAG,EAAE;MAAE,CAAC,CAAC;IAC/C,CAAC,CAAC;IAEFN,EAAE,CAAC,wBAAwB,EAAE,MAAM;MAC/B,MAAMC,MAAM,GAAGH,gBAAgB,CAACI,SAAS,EAAE,CAAC,EAAE,EAAE,CAAC;MACjDC,MAAM,CAACF,MAAM,CAAC,CAACG,OAAO,CAAC;QAAEC,GAAG,EAAE,EAAE;QAAEC,GAAG,EAAE;MAAE,CAAC,CAAC;IAC/C,CAAC,CAAC;EACN,CAAC,CAAC;EAEFP,QAAQ,CAAC,YAAY,EAAE,MAAM;IACzBC,EAAE,CAAC,4BAA4B,EAAE,MAAM;MACnC,MAAMC,MAAM,GAAGH,gBAAgB,CAACI,SAAS,EAAE,CAAC,EAAE,CAAC,CAAC;MAChDC,MAAM,CAACF,MAAM,CAAC,CAACG,OAAO,CAAC;QAAEC,GAAG,EAAE,CAAC;QAAEC,GAAG,EAAE;MAAE,CAAC,CAAC;IAC9C,CAAC,CAAC;IAEFN,EAAE,CAAC,6BAA6B,EAAE,MAAM;MACpC,MAAMC,MAAM,GAAGH,gBAAgB,CAAC;QAAEQ,GAAG,EAAE,EAAE;QAAED,GAAG,EAAE;MAAI,CAAC,EAAE,GAAG,EAAE,CAAC,CAAC;MAC9DF,MAAM,CAACF,MAAM,CAAC,CAACG,OAAO,CAAC;QAAEC,GAAG,EAAE,GAAG;QAAEC,GAAG,EAAE;MAAG,CAAC,CAAC;IACjD,CAAC,CAAC;IAEFN,EAAE,CAAC,wBAAwB,EAAE,MAAM;MAC/B,MAAMC,MAAM,GAAGH,gBAAgB,CAAC;QAAEQ,GAAG,EAAE,CAAC;QAAED,GAAG,EAAE;MAAE,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;MAC1DF,MAAM,CAACF,MAAM,CAAC,CAACG,OAAO,CAAC;QAAEC,GAAG,EAAE,CAAC;QAAEC,GAAG,EAAE;MAAE,CAAC,CAAC;IAC9C,CAAC,CAAC;IAEFN,EAAE,CAAC,qEAAqE,EAAE,MAAM;MAC5E,MAAMC,MAAM,GAAGH,gBAAgB,CAAC;QAAEQ,GAAG,EAAE,CAAC;QAAED,GAAG,EAAE;MAAG,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;MAC3DF,MAAM,CAACF,MAAM,CAAC,CAACG,OAAO,CAAC;QAAEC,GAAG,EAAE,EAAE;QAAEC,GAAG,EAAE;MAAE,CAAC,CAAC;IAC/C,CAAC,CAAC;EACN,CAAC,CAAC;EAEFP,QAAQ,CAAC,sBAAsB,EAAE,MAAM;IACnCC,EAAE,CAAC,qCAAqC,EAAE,MAAM;MAC5C,MAAMC,MAAM,GAAGH,gBAAgB,CAAC;QAAEQ,GAAG,EAAE,CAAC;QAAED,GAAG,EAAE;MAAG,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;MAC3DF,MAAM,CAACF,MAAM,CAAC,CAACG,OAAO,CAAC;QAAEC,GAAG,EAAE,EAAE;QAAEC,GAAG,EAAE;MAAE,CAAC,CAAC,CAAC,CAAC;IACjD,CAAC,CAAC;IAEFN,EAAE,CAAC,uCAAuC,EAAE,MAAM;MAC9C,MAAMC,MAAM,GAAGH,gBAAgB,CAAC;QAAEQ,GAAG,EAAE,CAAC;QAAED,GAAG,EAAE;MAAG,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;MAC3DF,MAAM,CAACF,MAAM,CAAC,CAACG,OAAO,CAAC;QAAEC,GAAG,EAAE,EAAE;QAAEC,GAAG,EAAE;MAAE,CAAC,CAAC;IAC/C,CAAC,CAAC;IAEFN,EAAE,CAAC,yCAAyC,EAAE,MAAM;MAChD,MAAMC,MAAM,GAAGH,gBAAgB,CAAC;QAAEQ,GAAG,EAAE,EAAE;QAAED,GAAG,EAAE;MAAG,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC;MAC5DF,MAAM,CAACF,MAAM,CAAC,CAACG,OAAO,CAAC;QAAEC,GAAG,EAAE,EAAE;QAAEC,GAAG,EAAE;MAAG,CAAC,CAAC;IAChD,CAAC,CAAC;IAEFN,EAAE,CAAC,+BAA+B,EAAE,MAAM;MACtC,MAAMC,MAAM,GAAGH,gBAAgB,CAAC;QAAEQ,GAAG,EAAE,CAAC;QAAED,GAAG,EAAE;MAAG,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;MAC3DF,MAAM,CAACF,MAAM,CAAC,CAACG,OAAO,CAAC;QAAEC,GAAG,EAAE,EAAE;QAAEC,GAAG,EAAE;MAAE,CAAC,CAAC;IAC/C,CAAC,CAAC;IAEFN,EAAE,CAAC,kCAAkC,EAAE,MAAM;MACzC,MAAMC,MAAM,GAAGH,gBAAgB,CAAC;QAAEQ,GAAG,EAAE;MAAE,CAAC,EAAE,GAAG,EAAE,CAAC,CAAC;MACnDH,MAAM,CAACF,MAAM,CAAC,CAACG,OAAO,CAAC;QAAEC,GAAG,EAAE,EAAE;QAAEC,GAAG,EAAE;MAAE,CAAC,CAAC;IAC/C,CAAC,CAAC;EACN,CAAC,CAAC;AACN,CAAC,CAAC","ignoreList":[]}