@mngh/jalali-datepicker 1.0.1 → 1.0.2
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/components/DayCell.d.ts +20 -7
- package/dist/components/DayCell.d.ts.map +1 -1
- package/dist/components/Header.d.ts +3 -7
- package/dist/components/Header.d.ts.map +1 -1
- package/dist/components/JalaliDatePicker.d.ts +1 -5
- package/dist/components/JalaliDatePicker.d.ts.map +1 -1
- package/dist/components/MonthYearPicker.d.ts +2 -4
- package/dist/components/MonthYearPicker.d.ts.map +1 -1
- package/dist/components/footer/CalendarFooter.d.ts +13 -6
- package/dist/components/footer/CalendarFooter.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +815 -1085
- package/dist/index.mjs.map +1 -1
- package/dist/plugins/time-picker/TimePicker.d.ts +18 -1
- package/dist/plugins/time-picker/TimePicker.d.ts.map +1 -1
- package/dist/plugins/time-picker/index.d.ts +2 -2
- package/dist/plugins/time-picker/index.d.ts.map +1 -1
- package/dist/theme/ThemeProvider.d.ts +12 -2
- package/dist/theme/ThemeProvider.d.ts.map +1 -1
- package/dist/theme/tokens.d.ts +3 -3
- package/dist/theme/tokens.d.ts.map +1 -1
- package/dist/theme/types.d.ts +37 -6
- package/dist/theme/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/plugins/presets/PresetsBar.d.ts +0 -4
- package/dist/plugins/presets/PresetsBar.d.ts.map +0 -1
- package/dist/plugins/presets/default-presets.d.ts +0 -6
- package/dist/plugins/presets/default-presets.d.ts.map +0 -1
- package/dist/plugins/presets/index.d.ts +0 -4
- package/dist/plugins/presets/index.d.ts.map +0 -1
- package/dist/plugins/presets/types.d.ts +0 -38
- package/dist/plugins/presets/types.d.ts.map +0 -1
|
@@ -1,4 +1,21 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { JalaliTime } from './types';
|
|
3
|
+
import { DatePickerClassNames, DatePickerStyles } from '../../theme/style-slots';
|
|
4
|
+
export interface TimePickerProps {
|
|
5
|
+
value?: JalaliTime;
|
|
6
|
+
hours?: number;
|
|
7
|
+
minutes?: number;
|
|
8
|
+
seconds?: number;
|
|
9
|
+
hour?: number;
|
|
10
|
+
minute?: number;
|
|
11
|
+
second?: number;
|
|
12
|
+
minuteStep?: number;
|
|
13
|
+
hourStep?: number;
|
|
14
|
+
showSeconds?: boolean;
|
|
15
|
+
digitType?: "persian" | "latin";
|
|
16
|
+
classNames?: DatePickerClassNames;
|
|
17
|
+
styles?: DatePickerStyles;
|
|
18
|
+
onChange: (time: JalaliTime) => void;
|
|
19
|
+
}
|
|
3
20
|
export declare const TimePicker: React.FC<TimePickerProps>;
|
|
4
21
|
//# sourceMappingURL=TimePicker.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TimePicker.d.ts","sourceRoot":"","sources":["../../../src/plugins/time-picker/TimePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"TimePicker.d.ts","sourceRoot":"","sources":["../../../src/plugins/time-picker/TimePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAC1C,OAAO,KAAK,EACV,oBAAoB,EACpB,gBAAgB,EACjB,MAAM,yBAAyB,CAAC;AAEjC,MAAM,WAAW,eAAe;IAC9B,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,SAAS,GAAG,OAAO,CAAC;IAChC,UAAU,CAAC,EAAE,oBAAoB,CAAC;IAClC,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B,QAAQ,EAAE,CAAC,IAAI,EAAE,UAAU,KAAK,IAAI,CAAC;CACtC;AAED,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA4GhD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/plugins/time-picker/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/plugins/time-picker/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC"}
|
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { Theme, ThemeMode, DeepPartial } from './types';
|
|
3
|
+
interface ThemeContextType {
|
|
4
|
+
theme: Theme;
|
|
5
|
+
mode: ThemeMode;
|
|
6
|
+
}
|
|
7
|
+
export declare const useTheme: () => ThemeContextType;
|
|
8
|
+
export interface DatePickerThemeProviderProps {
|
|
9
|
+
children: React.ReactNode;
|
|
10
|
+
mode?: ThemeMode;
|
|
11
|
+
customTheme?: DeepPartial<Theme>;
|
|
12
|
+
}
|
|
3
13
|
export declare const DatePickerThemeProvider: React.FC<DatePickerThemeProviderProps>;
|
|
4
|
-
export
|
|
14
|
+
export {};
|
|
5
15
|
//# sourceMappingURL=ThemeProvider.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThemeProvider.d.ts","sourceRoot":"","sources":["../../src/theme/ThemeProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6C,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ThemeProvider.d.ts","sourceRoot":"","sources":["../../src/theme/ThemeProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6C,MAAM,OAAO,CAAC;AAElE,OAAO,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAE7D,UAAU,gBAAgB;IACxB,KAAK,EAAE,KAAK,CAAC;IACb,IAAI,EAAE,SAAS,CAAC;CACjB;AAOD,eAAO,MAAM,QAAQ,QAAO,gBAM3B,CAAC;AAEF,MAAM,WAAW,4BAA4B;IAC3C,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,WAAW,CAAC,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;CAClC;AAED,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,EAAE,CAC5C,4BAA4B,CAkC7B,CAAC"}
|
package/dist/theme/tokens.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { DatePickerTokens } from './types';
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
1
|
+
import { DatePickerTokens, Theme } from './types';
|
|
2
|
+
export declare const lightTheme: Theme;
|
|
3
|
+
export declare const darkTheme: Theme;
|
|
4
4
|
/**
|
|
5
5
|
* Maps camelCase tokens to kebab-case CSS variables for injection.
|
|
6
6
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["../../src/theme/tokens.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhD,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["../../src/theme/tokens.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhD,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC,eAAO,MAAM,UAAU,EAAE,KA6BxB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KA6BvB,CAAC;AAEF;;GAEG;AACH,wBAAgB,oBAAoB,CAClC,MAAM,EAAE,OAAO,CAAC,gBAAgB,CAAC,GAChC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CASxB"}
|
package/dist/theme/types.d.ts
CHANGED
|
@@ -1,4 +1,40 @@
|
|
|
1
|
-
export type ThemeMode = "light" | "dark"
|
|
1
|
+
export type ThemeMode = "light" | "dark";
|
|
2
|
+
export interface ThemeColors {
|
|
3
|
+
primary: string;
|
|
4
|
+
primaryHover: string;
|
|
5
|
+
primaryText: string;
|
|
6
|
+
background: string;
|
|
7
|
+
backgroundHover: string;
|
|
8
|
+
surface: string;
|
|
9
|
+
border: string;
|
|
10
|
+
textPrimary: string;
|
|
11
|
+
textSecondary: string;
|
|
12
|
+
textDisabled: string;
|
|
13
|
+
holiday: string;
|
|
14
|
+
holidayBackground: string;
|
|
15
|
+
rangeBackground: string;
|
|
16
|
+
todayBorder: string;
|
|
17
|
+
}
|
|
18
|
+
export interface ThemeRadii {
|
|
19
|
+
sm: string;
|
|
20
|
+
md: string;
|
|
21
|
+
lg: string;
|
|
22
|
+
full: string;
|
|
23
|
+
}
|
|
24
|
+
export interface ThemeShadows {
|
|
25
|
+
sm: string;
|
|
26
|
+
md: string;
|
|
27
|
+
lg: string;
|
|
28
|
+
}
|
|
29
|
+
export interface Theme {
|
|
30
|
+
mode: ThemeMode;
|
|
31
|
+
colors: ThemeColors;
|
|
32
|
+
radii: ThemeRadii;
|
|
33
|
+
shadows: ThemeShadows;
|
|
34
|
+
}
|
|
35
|
+
export type DeepPartial<T> = {
|
|
36
|
+
[P in keyof T]?: T[P] extends object ? DeepPartial<T[P]> : T[P];
|
|
37
|
+
};
|
|
2
38
|
export interface DatePickerTokens {
|
|
3
39
|
primaryColor: string;
|
|
4
40
|
primaryHover: string;
|
|
@@ -23,9 +59,4 @@ export interface ThemeContextValue {
|
|
|
23
59
|
tokens: DatePickerTokens;
|
|
24
60
|
mode: ThemeMode;
|
|
25
61
|
}
|
|
26
|
-
export interface DatePickerThemeProviderProps {
|
|
27
|
-
mode?: ThemeMode;
|
|
28
|
-
customTokens?: Partial<DatePickerTokens>;
|
|
29
|
-
children: React.ReactNode;
|
|
30
|
-
}
|
|
31
62
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/theme/types.ts"],"names":[],"mappings":"AACA,MAAM,MAAM,SAAS,GAAG,OAAO,GAAG,MAAM,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/theme/types.ts"],"names":[],"mappings":"AACA,MAAM,MAAM,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC;AAEzC,MAAM,WAAW,WAAW;IAC1B,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,MAAM,CAAC;IACxB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,WAAW,KAAK;IACpB,IAAI,EAAE,SAAS,CAAC;IAChB,MAAM,EAAE,WAAW,CAAC;IACpB,KAAK,EAAE,UAAU,CAAC;IAClB,OAAO,EAAE,YAAY,CAAC;CACvB;AAED,MAAM,MAAM,WAAW,CAAC,CAAC,IAAI;KAC1B,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,SAAS,MAAM,GAAG,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAChE,CAAC;AAEF,MAAM,WAAW,gBAAgB;IAE/B,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;IACtB,mBAAmB,EAAE,MAAM,CAAC;IAG5B,cAAc,EAAE,MAAM,CAAC;IACvB,gBAAgB,EAAE,MAAM,CAAC;IAGzB,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IAGjB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IAGrB,mBAAmB,EAAE,MAAM,CAAC;IAG5B,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,iBAAiB;IAChC,MAAM,EAAE,gBAAgB,CAAC;IACzB,IAAI,EAAE,SAAS,CAAC;CACjB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mngh/jalali-datepicker",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "A modern, zero-dependency, lightweight, accessible, and highly customizable Jalali (Persian/Shamsi) Date & Time Picker for React.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PresetsBar.d.ts","sourceRoot":"","sources":["../../../src/plugins/presets/PresetsBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,eAAe,EAAoB,MAAM,SAAS,CAAC;AAMjE,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA4FhD,CAAC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { DatePickerPreset } from './types';
|
|
2
|
-
import { addDaysToJalali, getJalaliWeekRange, getJalaliMonthRange } from '../../core/jalali-helpers';
|
|
3
|
-
export { addDaysToJalali, getJalaliWeekRange, getJalaliMonthRange };
|
|
4
|
-
export declare function getDefaultJalaliPresets(digitType?: "persian" | "latin"): DatePickerPreset[];
|
|
5
|
-
export declare const DEFAULT_DATE_PICKER_PRESETS: DatePickerPreset[];
|
|
6
|
-
//# sourceMappingURL=default-presets.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"default-presets.d.ts","sourceRoot":"","sources":["../../../src/plugins/presets/default-presets.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhD,OAAO,EACL,eAAe,EACf,kBAAkB,EAClB,mBAAmB,EACpB,MAAM,2BAA2B,CAAC;AAKnC,OAAO,EAAE,eAAe,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,CAAC;AAEpE,wBAAgB,uBAAuB,CACrC,SAAS,GAAE,SAAS,GAAG,OAAmB,GACzC,gBAAgB,EAAE,CAyDpB;AAED,eAAO,MAAM,2BAA2B,oBAAqC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/plugins/presets/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC"}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { JalaliDate } from '../../core/types';
|
|
2
|
-
import { JalaliDateRange } from '../../hooks/types';
|
|
3
|
-
import { DatePickerClassNames, DatePickerStyles } from '../../theme/style-slots';
|
|
4
|
-
/**
|
|
5
|
-
* Supported preset target value types (single date or date range).
|
|
6
|
-
*/
|
|
7
|
-
export type PresetValue = JalaliDate | JalaliDateRange;
|
|
8
|
-
/**
|
|
9
|
-
* Definition of an individual preset shortcut.
|
|
10
|
-
*/
|
|
11
|
-
export interface DatePickerPreset {
|
|
12
|
-
/** Unique identifier for keying and active state checks. */
|
|
13
|
-
id: string;
|
|
14
|
-
/** Display label (e.g., 'امروز', 'این هفته', '۳۰ روز گذشته'). */
|
|
15
|
-
label: string;
|
|
16
|
-
/** Dynamic getter function returning the date or range. */
|
|
17
|
-
getValue: () => PresetValue;
|
|
18
|
-
}
|
|
19
|
-
/**
|
|
20
|
-
* Configuration props for the PresetsBar component.
|
|
21
|
-
*/
|
|
22
|
-
export interface PresetsBarProps {
|
|
23
|
-
/** Custom list of presets. If omitted, default Persian presets are used. */
|
|
24
|
-
presets?: DatePickerPreset[];
|
|
25
|
-
/** Callback fired when a preset button is clicked. */
|
|
26
|
-
onSelectPreset: (value: PresetValue) => void;
|
|
27
|
-
/** Currently selected value to compute active highlight state. */
|
|
28
|
-
selectedValue?: PresetValue | null;
|
|
29
|
-
/** Visual placement orientation of the presets bar. */
|
|
30
|
-
orientation?: "vertical" | "horizontal";
|
|
31
|
-
/** Digit formatting for default preset labels if applicable. */
|
|
32
|
-
digitType?: "persian" | "latin";
|
|
33
|
-
/** Whether preset selection is disabled. */
|
|
34
|
-
disabled?: boolean;
|
|
35
|
-
classNames?: DatePickerClassNames;
|
|
36
|
-
styles?: DatePickerStyles;
|
|
37
|
-
}
|
|
38
|
-
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/plugins/presets/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEzD,OAAO,KAAK,EACV,oBAAoB,EACpB,gBAAgB,EACjB,MAAM,yBAAyB,CAAC;AAEjC;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,UAAU,GAAG,eAAe,CAAC;AAEvD;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B,4DAA4D;IAC5D,EAAE,EAAE,MAAM,CAAC;IACX,iEAAiE;IACjE,KAAK,EAAE,MAAM,CAAC;IACd,2DAA2D;IAC3D,QAAQ,EAAE,MAAM,WAAW,CAAC;CAC7B;AAED;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B,4EAA4E;IAC5E,OAAO,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAC7B,sDAAsD;IACtD,cAAc,EAAE,CAAC,KAAK,EAAE,WAAW,KAAK,IAAI,CAAC;IAC7C,kEAAkE;IAClE,aAAa,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IACnC,uDAAuD;IACvD,WAAW,CAAC,EAAE,UAAU,GAAG,YAAY,CAAC;IACxC,gEAAgE;IAChE,SAAS,CAAC,EAAE,SAAS,GAAG,OAAO,CAAC;IAChC,4CAA4C;IAC5C,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,UAAU,CAAC,EAAE,oBAAoB,CAAC;IAClC,MAAM,CAAC,EAAE,gBAAgB,CAAC;CAC3B"}
|