@progress/kendo-react-dateinputs 12.0.1 → 12.0.2-develop.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/datepicker/DatePicker.js +1 -1
- package/datepicker/DatePicker.mjs +36 -39
- package/daterangepicker/DateRangePicker.mjs +3 -0
- package/datetimepicker/DateTimePicker.mjs +1 -1
- package/dist/cdn/js/kendo-react-dateinputs.js +1 -1
- package/index.d.mts +231 -129
- package/index.d.ts +231 -129
- package/index.js +1 -1
- package/index.mjs +64 -66
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +8 -8
- package/timepicker/TimePicker.mjs +1 -1
- package/common/PickerWrap.js +0 -8
- package/common/PickerWrap.mjs +0 -18
package/index.js
CHANGED
|
@@ -6,4 +6,4 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
"use client";
|
|
9
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./calendar/components/Calendar.js"),i=require("./dateinput/DateInput.js"),a=require("./datepicker/DatePicker.js"),n=require("./timepicker/TimePicker.js"),o=require("./calendar/components/MultiViewCalendar.js"),c=require("./daterangepicker/DateRangePicker.js"),u=require("./calendar/components/CalendarCell.js"),l=require("./calendar/components/CalendarWeekCell.js"),d=require("./calendar/components/CalendarHeaderTitle.js"),C=require("./calendar/components/CalendarNavigationItem.js"),S=require("./calendar/models/NavigationAction.js"),P=require("./calendar/models/CalendarViewEnum.js"),T=require("./calendar/models/SelectionRange.js"),s=require("./datetimepicker/DateTimePicker.js"),v=require("./datepicker/ToggleButton.js"),D=require("./
|
|
9
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./calendar/components/Calendar.js"),i=require("./dateinput/DateInput.js"),a=require("./datepicker/DatePicker.js"),n=require("./timepicker/TimePicker.js"),o=require("./calendar/components/MultiViewCalendar.js"),c=require("./daterangepicker/DateRangePicker.js"),u=require("./calendar/components/CalendarCell.js"),l=require("./calendar/components/CalendarWeekCell.js"),d=require("./calendar/components/CalendarHeaderTitle.js"),C=require("./calendar/components/CalendarNavigationItem.js"),S=require("./calendar/models/NavigationAction.js"),P=require("./calendar/models/CalendarViewEnum.js"),T=require("./calendar/models/SelectionRange.js"),s=require("./datetimepicker/DateTimePicker.js"),v=require("./datepicker/ToggleButton.js"),D=require("./calendar/components/Header.js"),m=require("./timepicker/TimeList.js"),q=require("./timepicker/TimePart.js"),V=require("./calendar/components/TodayCommand.js"),e=require("./messages/index.js"),g=require("./calendar/components/ViewList.js"),w=require("./virtualization/Virtualization.js"),k=require("./calendar/components/HorizontalViewList.js"),M=require("./timepicker/TimeSelector.js"),r=require("./utils.js"),p=require("./timepicker/utils.js"),x=require("./timepicker/services/DayPeriodService.js"),E=require("./timepicker/services/HoursService.js"),I=require("./timepicker/services/MinutesService.js"),N=require("./timepicker/services/SecondsService.js"),y=require("./calendar/services/BusViewService.js"),W=require("./calendar/services/CenturyViewService.js"),h=require("./calendar/services/DecadeViewService.js"),A=require("./calendar/services/DOMService.js"),H=require("./calendar/services/MonthViewService.js"),L=require("./calendar/services/NavigationService.js"),R=require("./calendar/services/ScrollSyncService.js"),_=require("./calendar/services/WeekNamesService.js"),z=require("./calendar/services/YearViewService.js");exports.Calendar=t.Calendar;exports.CalendarPropsContext=t.CalendarPropsContext;exports.CalendarWithoutContext=t.CalendarWithoutContext;exports.DateInput=i.DateInput;exports.DateInputPropsContext=i.DateInputPropsContext;exports.dateInputDefaultProps=i.dateInputDefaultProps;exports.DatePicker=a.DatePicker;exports.DatePickerPropsContext=a.DatePickerPropsContext;exports.datePickerDefaultProps=a.datePickerDefaultProps;exports.TimePicker=n.TimePicker;exports.TimePickerPropsContext=n.TimePickerPropsContext;exports.TimePickerWithoutContext=n.TimePickerWithoutContext;exports.MultiViewCalendar=o.MultiViewCalendar;exports.MultiViewCalendarPropsContext=o.MultiViewCalendarPropsContext;exports.MultiViewCalendarWithoutContext=o.MultiViewCalendarWithoutContext;exports.DateRangePicker=c.DateRangePicker;exports.DateRangePickerPropsContext=c.DateRangePickerPropsContext;exports.DateRangePickerWithoutContext=c.DateRangePickerWithoutContext;exports.CalendarCell=u.CalendarCell;exports.CalendarWeekCell=l.CalendarWeekCell;exports.CalendarHeaderTitle=d.CalendarHeaderTitle;exports.CalendarNavigationItem=C.CalendarNavigationItem;exports.Action=S.Action;exports.CalendarViewEnum=P.CalendarViewEnum;exports.EMPTY_SELECTIONRANGE=T.EMPTY_SELECTIONRANGE;exports.DateTimePicker=s.DateTimePicker;exports.DateTimePickerPropsContext=s.DateTimePickerPropsContext;exports.DateTimePickerWithoutContext=s.DateTimePickerWithoutContext;exports.ToggleButton=v.ToggleButton;exports.Header=D.Header;exports.TimeList=m.TimeList;exports.TimePart=q.TimePart;exports.TodayCommand=V.TodayCommand;exports.dateInputsMessages=e.messages;exports.decreaseValue=e.decreaseValue;exports.end=e.end;exports.increaseValue=e.increaseValue;exports.separator=e.separator;exports.start=e.start;exports.swapStartEnd=e.swapStartEnd;exports.today=e.today;exports.toggleCalendar=e.toggleCalendar;exports.toggleDateTimeSelector=e.toggleDateTimeSelector;exports.ViewList=g.ViewList;exports.Virtualization=w.Virtualization;exports.HorizontalViewList=k.HorizontalViewList;exports.TimeSelector=M.TimeSelector;exports.MAX_DATE=r.MAX_DATE;exports.MAX_TIME=r.MAX_TIME;exports.MIN_DATE=r.MIN_DATE;exports.MIN_TIME=r.MIN_TIME;exports.getToday=r.getToday;exports.getNow=p.getNow;exports.DayPeriodService=x.DayPeriodService;exports.HoursService=E.HoursService;exports.MinutesService=I.MinutesService;exports.SecondsService=N.SecondsService;exports.BusViewService=y.BusViewService;exports.CenturyViewService=W.CenturyViewService;exports.DecadeViewService=h.DecadeViewService;exports.DOMService=A.DOMService;exports.MonthViewService=H.MonthViewService;exports.NavigationService=L.NavigationService;exports.ScrollSyncService=R.ScrollSyncService;exports.WeekNamesService=_.WeekNamesService;exports.YearViewService=z.YearViewService;
|
package/index.mjs
CHANGED
|
@@ -11,7 +11,7 @@ import { DateInput as m, DateInputPropsContext as p, dateInputDefaultProps as x
|
|
|
11
11
|
import { DatePicker as f, DatePickerPropsContext as c, datePickerDefaultProps as l } from "./datepicker/DatePicker.mjs";
|
|
12
12
|
import { TimePicker as C, TimePickerPropsContext as d, TimePickerWithoutContext as P } from "./timepicker/TimePicker.mjs";
|
|
13
13
|
import { MultiViewCalendar as S, MultiViewCalendarPropsContext as T, MultiViewCalendarWithoutContext as D } from "./calendar/components/MultiViewCalendar.mjs";
|
|
14
|
-
import { DateRangePicker as
|
|
14
|
+
import { DateRangePicker as v, DateRangePickerPropsContext as k, DateRangePickerWithoutContext as M } from "./daterangepicker/DateRangePicker.mjs";
|
|
15
15
|
import { CalendarCell as w } from "./calendar/components/CalendarCell.mjs";
|
|
16
16
|
import { CalendarWeekCell as I } from "./calendar/components/CalendarWeekCell.mjs";
|
|
17
17
|
import { CalendarHeaderTitle as W } from "./calendar/components/CalendarHeaderTitle.mjs";
|
|
@@ -21,34 +21,33 @@ import { CalendarViewEnum as L } from "./calendar/models/CalendarViewEnum.mjs";
|
|
|
21
21
|
import { EMPTY_SELECTIONRANGE as z } from "./calendar/models/SelectionRange.mjs";
|
|
22
22
|
import { DateTimePicker as O, DateTimePickerPropsContext as X, DateTimePickerWithoutContext as Y } from "./datetimepicker/DateTimePicker.mjs";
|
|
23
23
|
import { ToggleButton as b } from "./datepicker/ToggleButton.mjs";
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import { YearViewService as $e } from "./calendar/services/YearViewService.mjs";
|
|
24
|
+
import { Header as q } from "./calendar/components/Header.mjs";
|
|
25
|
+
import { TimeList as J } from "./timepicker/TimeList.mjs";
|
|
26
|
+
import { TimePart as Q } from "./timepicker/TimePart.mjs";
|
|
27
|
+
import { TodayCommand as Z } from "./calendar/components/TodayCommand.mjs";
|
|
28
|
+
import { messages as ee, decreaseValue as re, end as oe, increaseValue as te, separator as ae, start as ie, swapStartEnd as me, today as pe, toggleCalendar as xe, toggleDateTimeSelector as ne } from "./messages/index.mjs";
|
|
29
|
+
import { ViewList as ce } from "./calendar/components/ViewList.mjs";
|
|
30
|
+
import { Virtualization as se } from "./virtualization/Virtualization.mjs";
|
|
31
|
+
import { HorizontalViewList as de } from "./calendar/components/HorizontalViewList.mjs";
|
|
32
|
+
import { TimeSelector as ue } from "./timepicker/TimeSelector.mjs";
|
|
33
|
+
import { MAX_DATE as Te, MAX_TIME as De, MIN_DATE as ge, MIN_TIME as ve, getToday as ke } from "./utils.mjs";
|
|
34
|
+
import { getNow as Ve } from "./timepicker/utils.mjs";
|
|
35
|
+
import { DayPeriodService as Ee } from "./timepicker/services/DayPeriodService.mjs";
|
|
36
|
+
import { HoursService as Ne } from "./timepicker/services/HoursService.mjs";
|
|
37
|
+
import { MinutesService as he } from "./timepicker/services/MinutesService.mjs";
|
|
38
|
+
import { SecondsService as Ae } from "./timepicker/services/SecondsService.mjs";
|
|
39
|
+
import { BusViewService as He } from "./calendar/services/BusViewService.mjs";
|
|
40
|
+
import { CenturyViewService as Re } from "./calendar/services/CenturyViewService.mjs";
|
|
41
|
+
import { DecadeViewService as Be } from "./calendar/services/DecadeViewService.mjs";
|
|
42
|
+
import { DOMService as Xe } from "./calendar/services/DOMService.mjs";
|
|
43
|
+
import { MonthViewService as Ge } from "./calendar/services/MonthViewService.mjs";
|
|
44
|
+
import { NavigationService as je } from "./calendar/services/NavigationService.mjs";
|
|
45
|
+
import { ScrollSyncService as Fe } from "./calendar/services/ScrollSyncService.mjs";
|
|
46
|
+
import { WeekNamesService as Ke } from "./calendar/services/WeekNamesService.mjs";
|
|
47
|
+
import { YearViewService as Ue } from "./calendar/services/YearViewService.mjs";
|
|
49
48
|
export {
|
|
50
49
|
_ as Action,
|
|
51
|
-
|
|
50
|
+
He as BusViewService,
|
|
52
51
|
o as Calendar,
|
|
53
52
|
w as CalendarCell,
|
|
54
53
|
W as CalendarHeaderTitle,
|
|
@@ -57,61 +56,60 @@ export {
|
|
|
57
56
|
L as CalendarViewEnum,
|
|
58
57
|
I as CalendarWeekCell,
|
|
59
58
|
a as CalendarWithoutContext,
|
|
60
|
-
|
|
61
|
-
|
|
59
|
+
Re as CenturyViewService,
|
|
60
|
+
Xe as DOMService,
|
|
62
61
|
m as DateInput,
|
|
63
62
|
p as DateInputPropsContext,
|
|
64
63
|
f as DatePicker,
|
|
65
64
|
c as DatePickerPropsContext,
|
|
66
|
-
|
|
67
|
-
|
|
65
|
+
v as DateRangePicker,
|
|
66
|
+
k as DateRangePickerPropsContext,
|
|
68
67
|
M as DateRangePickerWithoutContext,
|
|
69
68
|
O as DateTimePicker,
|
|
70
69
|
X as DateTimePickerPropsContext,
|
|
71
70
|
Y as DateTimePickerWithoutContext,
|
|
72
|
-
|
|
73
|
-
|
|
71
|
+
Ee as DayPeriodService,
|
|
72
|
+
Be as DecadeViewService,
|
|
74
73
|
z as EMPTY_SELECTIONRANGE,
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
74
|
+
q as Header,
|
|
75
|
+
de as HorizontalViewList,
|
|
76
|
+
Ne as HoursService,
|
|
77
|
+
Te as MAX_DATE,
|
|
78
|
+
De as MAX_TIME,
|
|
79
|
+
ge as MIN_DATE,
|
|
80
|
+
ve as MIN_TIME,
|
|
81
|
+
he as MinutesService,
|
|
82
|
+
Ge as MonthViewService,
|
|
84
83
|
S as MultiViewCalendar,
|
|
85
84
|
T as MultiViewCalendarPropsContext,
|
|
86
85
|
D as MultiViewCalendarWithoutContext,
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
Q as
|
|
92
|
-
Z as TimePart,
|
|
86
|
+
je as NavigationService,
|
|
87
|
+
Fe as ScrollSyncService,
|
|
88
|
+
Ae as SecondsService,
|
|
89
|
+
J as TimeList,
|
|
90
|
+
Q as TimePart,
|
|
93
91
|
C as TimePicker,
|
|
94
92
|
d as TimePickerPropsContext,
|
|
95
93
|
P as TimePickerWithoutContext,
|
|
96
|
-
|
|
97
|
-
|
|
94
|
+
ue as TimeSelector,
|
|
95
|
+
Z as TodayCommand,
|
|
98
96
|
b as ToggleButton,
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
97
|
+
ce as ViewList,
|
|
98
|
+
se as Virtualization,
|
|
99
|
+
Ke as WeekNamesService,
|
|
100
|
+
Ue as YearViewService,
|
|
103
101
|
x as dateInputDefaultProps,
|
|
104
|
-
|
|
102
|
+
ee as dateInputsMessages,
|
|
105
103
|
l as datePickerDefaultProps,
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
104
|
+
re as decreaseValue,
|
|
105
|
+
oe as end,
|
|
106
|
+
Ve as getNow,
|
|
107
|
+
ke as getToday,
|
|
108
|
+
te as increaseValue,
|
|
109
|
+
ae as separator,
|
|
110
|
+
ie as start,
|
|
111
|
+
me as swapStartEnd,
|
|
112
|
+
pe as today,
|
|
113
|
+
xe as toggleCalendar,
|
|
114
|
+
ne as toggleDateTimeSelector
|
|
117
115
|
};
|
package/package-metadata.js
CHANGED
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=Object.freeze({name:"@progress/kendo-react-dateinputs",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate:
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=Object.freeze({name:"@progress/kendo-react-dateinputs",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate: 1757072622,version:"12.0.2-develop.2",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"});exports.packageMetadata=e;
|
package/package-metadata.mjs
CHANGED
|
@@ -10,8 +10,8 @@ const e = Object.freeze({
|
|
|
10
10
|
productName: "KendoReact",
|
|
11
11
|
productCode: "KENDOUIREACT",
|
|
12
12
|
productCodes: ["KENDOUIREACT"],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: "12.0.
|
|
13
|
+
publishDate: 1757072622,
|
|
14
|
+
version: "12.0.2-develop.2",
|
|
15
15
|
licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"
|
|
16
16
|
});
|
|
17
17
|
export {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-dateinputs",
|
|
3
|
-
"version": "12.0.
|
|
3
|
+
"version": "12.0.2-develop.2",
|
|
4
4
|
"description": "React DateInput is a perfect input component for handling quick and efficient date values. KendoReact Date Inputs package",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"@progress/kendo-date-math": "^1.4.0",
|
|
29
29
|
"@progress/kendo-licensing": "^1.7.0",
|
|
30
30
|
"@progress/kendo-dateinputs-common": "^0.4.6",
|
|
31
|
-
"@progress/kendo-react-buttons": "12.0.
|
|
32
|
-
"@progress/kendo-react-common": "12.0.
|
|
33
|
-
"@progress/kendo-react-intl": "12.0.
|
|
34
|
-
"@progress/kendo-react-labels": "12.0.
|
|
35
|
-
"@progress/kendo-react-layout": "12.0.
|
|
36
|
-
"@progress/kendo-react-popup": "12.0.
|
|
31
|
+
"@progress/kendo-react-buttons": "12.0.2-develop.2",
|
|
32
|
+
"@progress/kendo-react-common": "12.0.2-develop.2",
|
|
33
|
+
"@progress/kendo-react-intl": "12.0.2-develop.2",
|
|
34
|
+
"@progress/kendo-react-labels": "12.0.2-develop.2",
|
|
35
|
+
"@progress/kendo-react-layout": "12.0.2-develop.2",
|
|
36
|
+
"@progress/kendo-react-popup": "12.0.2-develop.2",
|
|
37
37
|
"@progress/kendo-svg-icons": "^4.0.0",
|
|
38
38
|
"react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
|
|
39
39
|
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"package": {
|
|
90
90
|
"productName": "KendoReact",
|
|
91
91
|
"productCode": "KENDOUIREACT",
|
|
92
|
-
"publishDate":
|
|
92
|
+
"publishDate": 1757072622,
|
|
93
93
|
"licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/components/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"
|
|
94
94
|
}
|
|
95
95
|
},
|
package/common/PickerWrap.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
|
-
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
|
-
*-------------------------------------------------------------------------------------------
|
|
7
|
-
*/
|
|
8
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("react"),s=require("@progress/kendo-react-common");function u(e){const a=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(a,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return a.default=e,Object.freeze(a)}const r=u(l),o=r.forwardRef((e,a)=>{const{_ref:t}=e,n=r.useRef(null);r.useImperativeHandle(a,()=>n.current),r.useImperativeHandle(t,()=>n.current);const c=r.useMemo(()=>s.classNames(e.className,"k-picker-wrap"),[e.className]);return r.createElement("span",{ref:n,id:e.id,style:e.style,className:c,tabIndex:e.tabIndex},e.children)});exports.PickerWrap=o;
|
package/common/PickerWrap.mjs
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
|
-
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
|
-
*-------------------------------------------------------------------------------------------
|
|
7
|
-
*/
|
|
8
|
-
import * as a from "react";
|
|
9
|
-
import { classNames as s } from "@progress/kendo-react-common";
|
|
10
|
-
const m = a.forwardRef((e, r) => {
|
|
11
|
-
const { _ref: n } = e, t = a.useRef(null);
|
|
12
|
-
a.useImperativeHandle(r, () => t.current), a.useImperativeHandle(n, () => t.current);
|
|
13
|
-
const c = a.useMemo(() => s(e.className, "k-picker-wrap"), [e.className]);
|
|
14
|
-
return /* @__PURE__ */ a.createElement("span", { ref: t, id: e.id, style: e.style, className: c, tabIndex: e.tabIndex }, e.children);
|
|
15
|
-
});
|
|
16
|
-
export {
|
|
17
|
-
m as PickerWrap
|
|
18
|
-
};
|