@progress/kendo-themes-html 7.1.0-dev.0 → 7.1.0-dev.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/cjs/gantt/tests/gantt.js +1 -1
- package/dist/cjs/index.js +1930 -1409
- package/dist/cjs/multiselecttree/multiselecttree.spec.js +4 -2
- package/dist/cjs/multiselecttree/templates/multiselecttree-adaptive.js +4 -2
- package/dist/cjs/multiselecttree/templates/multiselecttree-arrow-button.js +4 -2
- package/dist/cjs/multiselecttree/templates/multiselecttree-filtering.js +4 -2
- package/dist/cjs/multiselecttree/templates/multiselecttree-normal.js +4 -2
- package/dist/cjs/multiselecttree/templates/multiselecttree-popup.js +4 -2
- package/dist/cjs/multiselecttree/templates/multiselecttree-value.js +4 -2
- package/dist/cjs/multiselecttree/tests/multiselecttree-adaptive.js +4 -2
- package/dist/cjs/multiselecttree/tests/multiselecttree-flat.js +4 -2
- package/dist/cjs/multiselecttree/tests/multiselecttree-opened.js +4 -2
- package/dist/cjs/multiselecttree/tests/multiselecttree-outline.js +4 -2
- package/dist/cjs/multiselecttree/tests/multiselecttree-size-rounded.js +4 -2
- package/dist/cjs/multiselecttree/tests/multiselecttree-solid.js +4 -2
- package/dist/cjs/notification/tests/{notification-jquery-colors.js → notification-colors.js} +7 -7
- package/dist/cjs/notification/tests/{notification-angular.js → notification-group.js} +60 -24
- package/dist/cjs/notification/tests/{notification-jquery.js → notification.js} +7 -7
- package/dist/cjs/timeline/horizontal-timeline-event.spec.js +5044 -0
- package/dist/cjs/timeline/templates/timeline-horizontal.js +5163 -0
- package/dist/cjs/timeline/templates/timeline-normal-alternating.js +5056 -0
- package/dist/cjs/timeline/templates/timeline-normal-collapsible.js +5054 -0
- package/dist/cjs/timeline/templates/timeline-normal.js +5053 -0
- package/dist/cjs/timeline/tests/timeline-horizontal.js +653 -264
- package/dist/cjs/timeline/tests/timeline-vertical-alternating.js +550 -290
- package/dist/cjs/timeline/tests/timeline-vertical.js +563 -287
- package/dist/cjs/{notification/tests/notification-custom-angular.js → timeline/timeline-card-callout.js} +341 -152
- package/dist/cjs/{notification/tests/notification-angular-colors.js → timeline/timeline-card-title.js} +145 -76
- package/dist/cjs/timeline/timeline-card.spec.js +5043 -0
- package/dist/cjs/timeline/timeline-circle.spec.js +53 -0
- package/dist/cjs/timeline/timeline-date-wrap.spec.js +64 -0
- package/dist/cjs/timeline/timeline-event-list.spec.js +54 -0
- package/dist/cjs/timeline/timeline-flag-wrap.spec.js +88 -0
- package/dist/cjs/timeline/timeline-flag.spec.js +55 -0
- package/dist/cjs/timeline/timeline-track-item.spec.js +58 -0
- package/dist/cjs/timeline/timeline-track-wrap.spec.js +5082 -0
- package/dist/cjs/timeline/timeline-track.spec.js +54 -0
- package/dist/cjs/timeline/timeline.spec.js +71 -0
- package/dist/cjs/timeline/vertical-timeline-event.spec.js +5044 -0
- package/dist/esm/gantt/tests/gantt.js +1 -1
- package/dist/esm/index.js +1832 -1311
- package/dist/esm/multiselecttree/multiselecttree.spec.js +4 -2
- package/dist/esm/multiselecttree/templates/multiselecttree-adaptive.js +4 -2
- package/dist/esm/multiselecttree/templates/multiselecttree-arrow-button.js +4 -2
- package/dist/esm/multiselecttree/templates/multiselecttree-filtering.js +4 -2
- package/dist/esm/multiselecttree/templates/multiselecttree-normal.js +4 -2
- package/dist/esm/multiselecttree/templates/multiselecttree-popup.js +4 -2
- package/dist/esm/multiselecttree/templates/multiselecttree-value.js +4 -2
- package/dist/esm/multiselecttree/tests/multiselecttree-adaptive.js +4 -2
- package/dist/esm/multiselecttree/tests/multiselecttree-flat.js +4 -2
- package/dist/esm/multiselecttree/tests/multiselecttree-opened.js +4 -2
- package/dist/esm/multiselecttree/tests/multiselecttree-outline.js +4 -2
- package/dist/esm/multiselecttree/tests/multiselecttree-size-rounded.js +4 -2
- package/dist/esm/multiselecttree/tests/multiselecttree-solid.js +4 -2
- package/dist/esm/notification/tests/{notification-jquery-colors.js → notification-colors.js} +3 -3
- package/dist/esm/notification/tests/{notification-angular.js → notification-group.js} +57 -21
- package/dist/esm/notification/tests/{notification-jquery.js → notification.js} +3 -3
- package/dist/esm/timeline/horizontal-timeline-event.spec.js +5028 -0
- package/dist/esm/timeline/templates/timeline-horizontal.js +5147 -0
- package/dist/esm/timeline/templates/timeline-normal-alternating.js +5040 -0
- package/dist/esm/timeline/templates/timeline-normal-collapsible.js +5038 -0
- package/dist/esm/timeline/templates/timeline-normal.js +5037 -0
- package/dist/esm/timeline/tests/timeline-horizontal.js +654 -265
- package/dist/esm/timeline/tests/timeline-vertical-alternating.js +551 -291
- package/dist/esm/timeline/tests/timeline-vertical.js +564 -288
- package/dist/esm/{notification/tests/notification-custom-angular.js → timeline/timeline-card-callout.js} +337 -148
- package/dist/esm/{notification/tests/notification-angular-colors.js → timeline/timeline-card-title.js} +142 -73
- package/dist/esm/timeline/timeline-card.spec.js +5027 -0
- package/dist/esm/timeline/timeline-circle.spec.js +31 -0
- package/dist/esm/timeline/timeline-date-wrap.spec.js +42 -0
- package/dist/esm/timeline/timeline-event-list.spec.js +32 -0
- package/dist/esm/timeline/timeline-flag-wrap.spec.js +66 -0
- package/dist/esm/timeline/timeline-flag.spec.js +33 -0
- package/dist/esm/timeline/timeline-track-item.spec.js +36 -0
- package/dist/esm/timeline/timeline-track-wrap.spec.js +5066 -0
- package/dist/esm/timeline/timeline-track.spec.js +32 -0
- package/dist/esm/timeline/timeline.spec.js +49 -0
- package/dist/esm/timeline/vertical-timeline-event.spec.js +5028 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/timeline/horizontal-timeline-event.spec.d.ts +19 -0
- package/dist/types/timeline/index.d.ts +18 -0
- package/dist/types/timeline/templates/timeline-horizontal.d.ts +1 -0
- package/dist/types/timeline/templates/timeline-normal-alternating.d.ts +1 -0
- package/dist/types/timeline/templates/timeline-normal-collapsible.d.ts +1 -0
- package/dist/types/timeline/templates/timeline-normal.d.ts +1 -0
- package/dist/types/timeline/timeline-card-callout.d.ts +9 -0
- package/dist/types/timeline/timeline-card-title.d.ts +11 -0
- package/dist/types/timeline/timeline-card.spec.d.ts +7 -0
- package/dist/types/timeline/timeline-circle.spec.d.ts +3 -0
- package/dist/types/timeline/timeline-date-wrap.spec.d.ts +14 -0
- package/dist/types/timeline/timeline-event-list.spec.d.ts +3 -0
- package/dist/types/timeline/timeline-flag-wrap.spec.d.ts +14 -0
- package/dist/types/timeline/timeline-flag.spec.d.ts +6 -0
- package/dist/types/timeline/timeline-track-item.spec.d.ts +8 -0
- package/dist/types/timeline/timeline-track-wrap.spec.d.ts +3 -0
- package/dist/types/timeline/timeline-track.spec.d.ts +3 -0
- package/dist/types/timeline/timeline.spec.d.ts +18 -0
- package/dist/types/timeline/vertical-timeline-event.spec.d.ts +25 -0
- package/package.json +2 -2
- package/src/card/card-title.tsx +1 -1
- package/src/gantt/tests/gantt.tsx +1 -1
- package/src/index.ts +1 -1
- package/src/multiselecttree/multiselecttree.spec.tsx +9 -8
- package/src/notification/tests/{notification-jquery-colors.tsx → notification-colors.tsx} +1 -1
- package/src/notification/tests/notification-group.tsx +49 -0
- package/src/notification/tests/{notification-jquery.tsx → notification.tsx} +1 -1
- package/src/timeline/horizontal-timeline-event.spec.tsx +66 -0
- package/src/timeline/index.ts +18 -0
- package/src/timeline/templates/timeline-horizontal.tsx +35 -0
- package/src/timeline/templates/timeline-normal-alternating.tsx +18 -0
- package/src/timeline/templates/timeline-normal-collapsible.tsx +16 -0
- package/src/timeline/templates/timeline-normal.tsx +15 -0
- package/src/timeline/tests/timeline-horizontal.tsx +3 -62
- package/src/timeline/tests/timeline-vertical-alternating.tsx +4 -82
- package/src/timeline/tests/timeline-vertical.tsx +9 -80
- package/src/timeline/timeline-card-callout.tsx +35 -0
- package/src/timeline/timeline-card-title.tsx +42 -0
- package/src/timeline/timeline-card.spec.tsx +37 -0
- package/src/timeline/timeline-circle.spec.tsx +24 -0
- package/src/timeline/timeline-date-wrap.spec.tsx +44 -0
- package/src/timeline/timeline-event-list.spec.tsx +27 -0
- package/src/timeline/timeline-flag-wrap.spec.tsx +47 -0
- package/src/timeline/timeline-flag.spec.tsx +31 -0
- package/src/timeline/timeline-track-item.spec.tsx +33 -0
- package/src/timeline/timeline-track-wrap.spec.tsx +31 -0
- package/src/timeline/timeline-track.spec.tsx +27 -0
- package/src/timeline/timeline.spec.tsx +53 -0
- package/src/timeline/vertical-timeline-event.spec.tsx +79 -0
- package/dist/types/notification/tests/notification-jquery-colors.d.ts +0 -2
- package/dist/types/notification/tests/notification-jquery.d.ts +0 -2
- package/src/notification/tests/notification-angular-colors.tsx +0 -28
- package/src/notification/tests/notification-angular.tsx +0 -65
- package/src/notification/tests/notification-custom-angular.tsx +0 -77
- /package/dist/types/notification/tests/{notification-angular-colors.d.ts → notification-colors.d.ts} +0 -0
- /package/dist/types/notification/tests/{notification-angular.d.ts → notification-group.d.ts} +0 -0
- /package/dist/types/notification/tests/{notification-custom-angular.d.ts → notification.d.ts} +0 -0
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
// src/misc/class-names.ts
|
|
2
|
+
var classNames = (...args) => {
|
|
3
|
+
return args.filter((arg) => arg !== true && Boolean(arg)).map((arg) => {
|
|
4
|
+
return Array.isArray(arg) ? classNames(...arg) : typeof arg === "object" ? Object.keys(arg).map((key, idx) => arg[idx] || arg[key] && key || null).filter((el) => el !== null).join(" ") : arg;
|
|
5
|
+
}).filter((arg) => Boolean(arg)).join(" ");
|
|
6
|
+
};
|
|
7
|
+
|
|
8
|
+
// src/timeline/timeline-circle.spec.tsx
|
|
9
|
+
import { jsx } from "react/jsx-runtime";
|
|
10
|
+
var TIMELINECIRCLE_CLASSNAME = `k-timeline-circle`;
|
|
11
|
+
var TimelineCircle = (props) => {
|
|
12
|
+
const {
|
|
13
|
+
...other
|
|
14
|
+
} = props;
|
|
15
|
+
return /* @__PURE__ */ jsx(
|
|
16
|
+
"span",
|
|
17
|
+
{
|
|
18
|
+
...other,
|
|
19
|
+
className: classNames(
|
|
20
|
+
props.className,
|
|
21
|
+
TIMELINECIRCLE_CLASSNAME
|
|
22
|
+
)
|
|
23
|
+
}
|
|
24
|
+
);
|
|
25
|
+
};
|
|
26
|
+
var timeline_circle_spec_default = TimelineCircle;
|
|
27
|
+
export {
|
|
28
|
+
TIMELINECIRCLE_CLASSNAME,
|
|
29
|
+
TimelineCircle,
|
|
30
|
+
timeline_circle_spec_default as default
|
|
31
|
+
};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
// src/misc/class-names.ts
|
|
2
|
+
var classNames = (...args) => {
|
|
3
|
+
return args.filter((arg) => arg !== true && Boolean(arg)).map((arg) => {
|
|
4
|
+
return Array.isArray(arg) ? classNames(...arg) : typeof arg === "object" ? Object.keys(arg).map((key, idx) => arg[idx] || arg[key] && key || null).filter((el) => el !== null).join(" ") : arg;
|
|
5
|
+
}).filter((arg) => Boolean(arg)).join(" ");
|
|
6
|
+
};
|
|
7
|
+
|
|
8
|
+
// src/timeline/timeline-date-wrap.spec.tsx
|
|
9
|
+
import { jsx } from "react/jsx-runtime";
|
|
10
|
+
var TIMELINEDATEWRAP_CLASSNAME = `k-timeline-date-wrap`;
|
|
11
|
+
var states = [];
|
|
12
|
+
var options = {};
|
|
13
|
+
var defaultProps = {
|
|
14
|
+
date: "May 25, 2008"
|
|
15
|
+
};
|
|
16
|
+
var TimelineDateWrap = (props) => {
|
|
17
|
+
const {
|
|
18
|
+
date = defaultProps.date,
|
|
19
|
+
...other
|
|
20
|
+
} = props;
|
|
21
|
+
return /* @__PURE__ */ jsx(
|
|
22
|
+
"div",
|
|
23
|
+
{
|
|
24
|
+
...other,
|
|
25
|
+
className: classNames(
|
|
26
|
+
props.className,
|
|
27
|
+
TIMELINEDATEWRAP_CLASSNAME
|
|
28
|
+
),
|
|
29
|
+
children: /* @__PURE__ */ jsx("span", { className: "k-timeline-date", children: date })
|
|
30
|
+
}
|
|
31
|
+
);
|
|
32
|
+
};
|
|
33
|
+
TimelineDateWrap.states = states;
|
|
34
|
+
TimelineDateWrap.options = options;
|
|
35
|
+
TimelineDateWrap.className = TIMELINEDATEWRAP_CLASSNAME;
|
|
36
|
+
TimelineDateWrap.defaultProps = defaultProps;
|
|
37
|
+
var timeline_date_wrap_spec_default = TimelineDateWrap;
|
|
38
|
+
export {
|
|
39
|
+
TIMELINEDATEWRAP_CLASSNAME,
|
|
40
|
+
TimelineDateWrap,
|
|
41
|
+
timeline_date_wrap_spec_default as default
|
|
42
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
// src/misc/class-names.ts
|
|
2
|
+
var classNames = (...args) => {
|
|
3
|
+
return args.filter((arg) => arg !== true && Boolean(arg)).map((arg) => {
|
|
4
|
+
return Array.isArray(arg) ? classNames(...arg) : typeof arg === "object" ? Object.keys(arg).map((key, idx) => arg[idx] || arg[key] && key || null).filter((el) => el !== null).join(" ") : arg;
|
|
5
|
+
}).filter((arg) => Boolean(arg)).join(" ");
|
|
6
|
+
};
|
|
7
|
+
|
|
8
|
+
// src/timeline/timeline-event-list.spec.tsx
|
|
9
|
+
import { jsx } from "react/jsx-runtime";
|
|
10
|
+
var TIMELINEEVENTLIST_CLASSNAME = `k-timeline-events-list`;
|
|
11
|
+
var TimelineEventList = (props) => {
|
|
12
|
+
const {
|
|
13
|
+
...other
|
|
14
|
+
} = props;
|
|
15
|
+
return /* @__PURE__ */ jsx(
|
|
16
|
+
"div",
|
|
17
|
+
{
|
|
18
|
+
...other,
|
|
19
|
+
className: classNames(
|
|
20
|
+
props.className,
|
|
21
|
+
TIMELINEEVENTLIST_CLASSNAME
|
|
22
|
+
),
|
|
23
|
+
children: /* @__PURE__ */ jsx("ul", { className: "k-timeline-scrollable-wrap", children: props.children })
|
|
24
|
+
}
|
|
25
|
+
);
|
|
26
|
+
};
|
|
27
|
+
var timeline_event_list_spec_default = TimelineEventList;
|
|
28
|
+
export {
|
|
29
|
+
TIMELINEEVENTLIST_CLASSNAME,
|
|
30
|
+
TimelineEventList,
|
|
31
|
+
timeline_event_list_spec_default as default
|
|
32
|
+
};
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
// src/misc/class-names.ts
|
|
2
|
+
var classNames = (...args) => {
|
|
3
|
+
return args.filter((arg) => arg !== true && Boolean(arg)).map((arg) => {
|
|
4
|
+
return Array.isArray(arg) ? classNames(...arg) : typeof arg === "object" ? Object.keys(arg).map((key, idx) => arg[idx] || arg[key] && key || null).filter((el) => el !== null).join(" ") : arg;
|
|
5
|
+
}).filter((arg) => Boolean(arg)).join(" ");
|
|
6
|
+
};
|
|
7
|
+
|
|
8
|
+
// src/misc/theme.ts
|
|
9
|
+
var States = {
|
|
10
|
+
"open": "open",
|
|
11
|
+
"hover": "hover",
|
|
12
|
+
"focus": "focus",
|
|
13
|
+
"active": "active",
|
|
14
|
+
"selected": "selected",
|
|
15
|
+
"disabled": "disabled",
|
|
16
|
+
"valid": "valid",
|
|
17
|
+
"invalid": "invalid",
|
|
18
|
+
"loading": "loading",
|
|
19
|
+
"required": "required",
|
|
20
|
+
"empty": "empty",
|
|
21
|
+
"indeterminate": "indeterminate",
|
|
22
|
+
"checked": "checked",
|
|
23
|
+
"readonly": "readonly"
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
// src/timeline/timeline-flag-wrap.spec.tsx
|
|
27
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
28
|
+
var TIMELINEFLAGWRAP_CLASSNAME = `k-timeline-flag-wrap`;
|
|
29
|
+
var states = [
|
|
30
|
+
States.focus,
|
|
31
|
+
States.selected
|
|
32
|
+
];
|
|
33
|
+
var options = {};
|
|
34
|
+
var defaultProps = {
|
|
35
|
+
year: "2020"
|
|
36
|
+
};
|
|
37
|
+
var TimelineFlagWrap = (props) => {
|
|
38
|
+
const {
|
|
39
|
+
year,
|
|
40
|
+
...other
|
|
41
|
+
} = props;
|
|
42
|
+
return /* @__PURE__ */ jsxs(
|
|
43
|
+
"li",
|
|
44
|
+
{
|
|
45
|
+
...other,
|
|
46
|
+
className: classNames(
|
|
47
|
+
props.className,
|
|
48
|
+
TIMELINEFLAGWRAP_CLASSNAME
|
|
49
|
+
),
|
|
50
|
+
children: [
|
|
51
|
+
/* @__PURE__ */ jsx("span", { className: "k-timeline-flag", children: year }),
|
|
52
|
+
props.children
|
|
53
|
+
]
|
|
54
|
+
}
|
|
55
|
+
);
|
|
56
|
+
};
|
|
57
|
+
TimelineFlagWrap.states = states;
|
|
58
|
+
TimelineFlagWrap.options = options;
|
|
59
|
+
TimelineFlagWrap.className = TIMELINEFLAGWRAP_CLASSNAME;
|
|
60
|
+
TimelineFlagWrap.defaultProps = defaultProps;
|
|
61
|
+
var timeline_flag_wrap_spec_default = TimelineFlagWrap;
|
|
62
|
+
export {
|
|
63
|
+
TIMELINEFLAGWRAP_CLASSNAME,
|
|
64
|
+
TimelineFlagWrap,
|
|
65
|
+
timeline_flag_wrap_spec_default as default
|
|
66
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
// src/misc/class-names.ts
|
|
2
|
+
var classNames = (...args) => {
|
|
3
|
+
return args.filter((arg) => arg !== true && Boolean(arg)).map((arg) => {
|
|
4
|
+
return Array.isArray(arg) ? classNames(...arg) : typeof arg === "object" ? Object.keys(arg).map((key, idx) => arg[idx] || arg[key] && key || null).filter((el) => el !== null).join(" ") : arg;
|
|
5
|
+
}).filter((arg) => Boolean(arg)).join(" ");
|
|
6
|
+
};
|
|
7
|
+
|
|
8
|
+
// src/timeline/timeline-flag.spec.tsx
|
|
9
|
+
import { jsx } from "react/jsx-runtime";
|
|
10
|
+
var TIMELINEFLAG_CLASSNAME = `k-timeline-flag`;
|
|
11
|
+
var TimelineFlag = (props) => {
|
|
12
|
+
const {
|
|
13
|
+
content,
|
|
14
|
+
...other
|
|
15
|
+
} = props;
|
|
16
|
+
return /* @__PURE__ */ jsx(
|
|
17
|
+
"span",
|
|
18
|
+
{
|
|
19
|
+
...other,
|
|
20
|
+
className: classNames(
|
|
21
|
+
props.className,
|
|
22
|
+
TIMELINEFLAG_CLASSNAME
|
|
23
|
+
),
|
|
24
|
+
children: content
|
|
25
|
+
}
|
|
26
|
+
);
|
|
27
|
+
};
|
|
28
|
+
var timeline_flag_spec_default = TimelineFlag;
|
|
29
|
+
export {
|
|
30
|
+
TIMELINEFLAG_CLASSNAME,
|
|
31
|
+
TimelineFlag,
|
|
32
|
+
timeline_flag_spec_default as default
|
|
33
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
// src/misc/class-names.ts
|
|
2
|
+
var classNames = (...args) => {
|
|
3
|
+
return args.filter((arg) => arg !== true && Boolean(arg)).map((arg) => {
|
|
4
|
+
return Array.isArray(arg) ? classNames(...arg) : typeof arg === "object" ? Object.keys(arg).map((key, idx) => arg[idx] || arg[key] && key || null).filter((el) => el !== null).join(" ") : arg;
|
|
5
|
+
}).filter((arg) => Boolean(arg)).join(" ");
|
|
6
|
+
};
|
|
7
|
+
|
|
8
|
+
// src/timeline/timeline-track-item.spec.tsx
|
|
9
|
+
import { jsxs } from "react/jsx-runtime";
|
|
10
|
+
var TIMELINETRACKITEM_CLASSNAME = `k-timeline-track-item`;
|
|
11
|
+
var TimelineTrackItem = (props) => {
|
|
12
|
+
const {
|
|
13
|
+
content,
|
|
14
|
+
...other
|
|
15
|
+
} = props;
|
|
16
|
+
return /* @__PURE__ */ jsxs(
|
|
17
|
+
"li",
|
|
18
|
+
{
|
|
19
|
+
...other,
|
|
20
|
+
className: classNames(
|
|
21
|
+
props.className,
|
|
22
|
+
TIMELINETRACKITEM_CLASSNAME
|
|
23
|
+
),
|
|
24
|
+
children: [
|
|
25
|
+
content,
|
|
26
|
+
props.children
|
|
27
|
+
]
|
|
28
|
+
}
|
|
29
|
+
);
|
|
30
|
+
};
|
|
31
|
+
var timeline_track_item_spec_default = TimelineTrackItem;
|
|
32
|
+
export {
|
|
33
|
+
TIMELINETRACKITEM_CLASSNAME,
|
|
34
|
+
TimelineTrackItem,
|
|
35
|
+
timeline_track_item_spec_default as default
|
|
36
|
+
};
|