@syncfusion/ej2-navigations 31.1.17 → 31.1.20
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/ej2-navigations.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +1 -0
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +1 -0
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +14 -67
- package/src/treeview/treeview.js +1 -0
- package/styles/bds-lite.css +7 -6
- package/styles/bds.css +7 -6
- package/styles/bootstrap-dark-lite.css +6 -3
- package/styles/bootstrap-dark.css +6 -3
- package/styles/bootstrap-lite.css +6 -3
- package/styles/bootstrap.css +6 -3
- package/styles/bootstrap4-lite.css +13 -9
- package/styles/bootstrap4.css +24 -13
- package/styles/bootstrap5-dark-lite.css +6 -5
- package/styles/bootstrap5-dark.css +16 -7
- package/styles/bootstrap5-lite.css +6 -5
- package/styles/bootstrap5.3-lite.css +23 -10
- package/styles/bootstrap5.3.css +34 -13
- package/styles/bootstrap5.css +16 -7
- package/styles/fabric-dark-lite.css +6 -3
- package/styles/fabric-dark.css +6 -3
- package/styles/fabric-lite.css +6 -3
- package/styles/fabric.css +6 -3
- package/styles/fluent-dark-lite.css +16 -12
- package/styles/fluent-dark.css +26 -15
- package/styles/fluent-lite.css +16 -12
- package/styles/fluent.css +26 -15
- package/styles/fluent2-lite.css +6 -4
- package/styles/fluent2.css +6 -4
- package/styles/highcontrast-light-lite.css +4 -4
- package/styles/highcontrast-light.css +4 -4
- package/styles/highcontrast-lite.css +14 -10
- package/styles/highcontrast.css +26 -13
- package/styles/material-dark-lite.css +19 -13
- package/styles/material-dark.css +39 -17
- package/styles/material-lite.css +19 -10
- package/styles/material.css +36 -13
- package/styles/material3-dark-lite.css +4 -4
- package/styles/material3-dark.css +5 -4
- package/styles/material3-lite.css +4 -4
- package/styles/material3.css +5 -4
- package/styles/menu/_bootstrap-dark-definition.scss +1 -0
- package/styles/menu/_bootstrap-definition.scss +1 -0
- package/styles/menu/_fluent-definition.scss +1 -1
- package/styles/menu/_fluent2-definition.scss +1 -1
- package/styles/menu/_layout.scss +7 -1
- package/styles/menu/bds.css +1 -0
- package/styles/menu/bootstrap-dark.css +1 -0
- package/styles/menu/bootstrap.css +1 -0
- package/styles/menu/bootstrap4.css +1 -0
- package/styles/menu/bootstrap5-dark.css +1 -0
- package/styles/menu/bootstrap5.3.css +1 -0
- package/styles/menu/bootstrap5.css +1 -0
- package/styles/menu/fabric-dark.css +1 -0
- package/styles/menu/fabric.css +1 -0
- package/styles/menu/fluent-dark.css +2 -1
- package/styles/menu/fluent.css +2 -1
- package/styles/menu/fluent2.css +2 -1
- package/styles/menu/highcontrast-light.css +1 -0
- package/styles/menu/highcontrast.css +1 -0
- package/styles/menu/material-dark.css +1 -0
- package/styles/menu/material.css +1 -0
- package/styles/menu/material3-dark.css +1 -0
- package/styles/menu/material3.css +1 -0
- package/styles/menu/tailwind-dark.css +1 -0
- package/styles/menu/tailwind.css +1 -0
- package/styles/menu/tailwind3.css +1 -0
- package/styles/tailwind-dark-lite.css +6 -5
- package/styles/tailwind-dark.css +6 -5
- package/styles/tailwind-lite.css +6 -5
- package/styles/tailwind.css +6 -5
- package/styles/tailwind3-lite.css +11 -5
- package/styles/tailwind3.css +18 -5
- package/styles/treeview/_bds-definition.scss +1 -1
- package/styles/treeview/_bigger.scss +91 -0
- package/styles/treeview/_bootstrap4-definition.scss +7 -7
- package/styles/treeview/_bootstrap5-definition.scss +2 -2
- package/styles/treeview/_bootstrap5.3-definition.scss +8 -8
- package/styles/treeview/_fluent-definition.scss +6 -6
- package/styles/treeview/_highcontrast-definition.scss +6 -6
- package/styles/treeview/_layout.scss +67 -16
- package/styles/treeview/_material-dark-definition.scss +7 -7
- package/styles/treeview/_material-definition.scss +6 -6
- package/styles/treeview/_tailwind3-definition.scss +1 -1
- package/styles/treeview/_theme.scss +7 -2
- package/styles/treeview/bds.css +6 -6
- package/styles/treeview/bootstrap-dark.css +5 -3
- package/styles/treeview/bootstrap.css +5 -3
- package/styles/treeview/bootstrap4.css +23 -13
- package/styles/treeview/bootstrap5-dark.css +15 -7
- package/styles/treeview/bootstrap5.3.css +33 -13
- package/styles/treeview/bootstrap5.css +15 -7
- package/styles/treeview/fabric-dark.css +5 -3
- package/styles/treeview/fabric.css +5 -3
- package/styles/treeview/fluent-dark.css +24 -14
- package/styles/treeview/fluent.css +24 -14
- package/styles/treeview/fluent2.css +4 -3
- package/styles/treeview/highcontrast-light.css +3 -4
- package/styles/treeview/highcontrast.css +25 -13
- package/styles/treeview/material-dark.css +38 -17
- package/styles/treeview/material.css +35 -13
- package/styles/treeview/material3-dark.css +4 -4
- package/styles/treeview/material3.css +4 -4
- package/styles/treeview/tailwind-dark.css +5 -5
- package/styles/treeview/tailwind.css +5 -5
- package/styles/treeview/tailwind3.css +17 -5
- package/dist/ts/accordion/accordion-model.d.ts +0 -285
- package/dist/ts/accordion/accordion.d.ts +0 -458
- package/dist/ts/accordion/accordion.ts +0 -1580
- package/dist/ts/accordion/index.d.ts +0 -5
- package/dist/ts/accordion/index.ts +0 -5
- package/dist/ts/appbar/appbar-model.d.ts +0 -76
- package/dist/ts/appbar/appbar.d.ts +0 -115
- package/dist/ts/appbar/appbar.ts +0 -281
- package/dist/ts/appbar/index.d.ts +0 -3
- package/dist/ts/appbar/index.ts +0 -3
- package/dist/ts/breadcrumb/breadcrumb-model.d.ts +0 -170
- package/dist/ts/breadcrumb/breadcrumb.d.ts +0 -297
- package/dist/ts/breadcrumb/breadcrumb.ts +0 -959
- package/dist/ts/breadcrumb/index.d.ts +0 -5
- package/dist/ts/breadcrumb/index.ts +0 -5
- package/dist/ts/carousel/carousel-model.d.ts +0 -282
- package/dist/ts/carousel/carousel.d.ts +0 -439
- package/dist/ts/carousel/carousel.ts +0 -1633
- package/dist/ts/carousel/index.d.ts +0 -3
- package/dist/ts/carousel/index.ts +0 -3
- package/dist/ts/common/h-scroll-model.d.ts +0 -16
- package/dist/ts/common/h-scroll.d.ts +0 -105
- package/dist/ts/common/h-scroll.ts +0 -481
- package/dist/ts/common/index.d.ts +0 -9
- package/dist/ts/common/index.ts +0 -10
- package/dist/ts/common/menu-base-model.d.ts +0 -308
- package/dist/ts/common/menu-base.d.ts +0 -558
- package/dist/ts/common/menu-base.ts +0 -2736
- package/dist/ts/common/menu-scroll.d.ts +0 -29
- package/dist/ts/common/menu-scroll.ts +0 -105
- package/dist/ts/common/v-scroll-model.d.ts +0 -16
- package/dist/ts/common/v-scroll.d.ts +0 -106
- package/dist/ts/common/v-scroll.ts +0 -454
- package/dist/ts/context-menu/context-menu-model.d.ts +0 -47
- package/dist/ts/context-menu/context-menu.d.ts +0 -102
- package/dist/ts/context-menu/context-menu.ts +0 -165
- package/dist/ts/context-menu/index.d.ts +0 -5
- package/dist/ts/context-menu/index.ts +0 -5
- package/dist/ts/index.d.ts +0 -16
- package/dist/ts/index.ts +0 -16
- package/dist/ts/menu/index.d.ts +0 -5
- package/dist/ts/menu/index.ts +0 -5
- package/dist/ts/menu/menu-model.d.ts +0 -70
- package/dist/ts/menu/menu.d.ts +0 -127
- package/dist/ts/menu/menu.ts +0 -313
- package/dist/ts/sidebar/index.d.ts +0 -5
- package/dist/ts/sidebar/index.ts +0 -5
- package/dist/ts/sidebar/sidebar-model.d.ts +0 -200
- package/dist/ts/sidebar/sidebar.d.ts +0 -336
- package/dist/ts/sidebar/sidebar.ts +0 -907
- package/dist/ts/stepper/index.d.ts +0 -3
- package/dist/ts/stepper/index.ts +0 -3
- package/dist/ts/stepper/stepper-model.d.ts +0 -159
- package/dist/ts/stepper/stepper.d.ts +0 -381
- package/dist/ts/stepper/stepper.ts +0 -1350
- package/dist/ts/stepper-base/index.d.ts +0 -5
- package/dist/ts/stepper-base/index.ts +0 -6
- package/dist/ts/stepper-base/stepper-base-model.d.ts +0 -124
- package/dist/ts/stepper-base/stepper-base.d.ts +0 -187
- package/dist/ts/stepper-base/stepper-base.ts +0 -290
- package/dist/ts/tab/index.d.ts +0 -5
- package/dist/ts/tab/index.ts +0 -5
- package/dist/ts/tab/tab-model.d.ts +0 -408
- package/dist/ts/tab/tab.d.ts +0 -715
- package/dist/ts/tab/tab.ts +0 -2842
- package/dist/ts/toolbar/index.d.ts +0 -5
- package/dist/ts/toolbar/index.ts +0 -5
- package/dist/ts/toolbar/toolbar-model.d.ts +0 -294
- package/dist/ts/toolbar/toolbar.d.ts +0 -541
- package/dist/ts/toolbar/toolbar.ts +0 -2646
- package/dist/ts/treeview/index.d.ts +0 -5
- package/dist/ts/treeview/index.ts +0 -5
- package/dist/ts/treeview/treeview-model.d.ts +0 -637
- package/dist/ts/treeview/treeview.d.ts +0 -1518
- package/dist/ts/treeview/treeview.ts +0 -6780
|
@@ -1,282 +0,0 @@
|
|
|
1
|
-
import { Component, EventHandler, Collection, Property, Event, EmitType, formatUnit, INotifyPropertyChanged, NotifyPropertyChanges, Browser } from '@syncfusion/ej2-base';import { ChildProperty, addClass, removeClass, setStyleAttribute, attributes, getUniqueID, compile, getInstance, L10n } from '@syncfusion/ej2-base';import { append, closest, isNullOrUndefined, remove, classList, Touch, SwipeEventArgs, KeyboardEvents, KeyboardEventArgs, BaseEventArgs } from '@syncfusion/ej2-base';import { Button } from '@syncfusion/ej2-buttons';
|
|
2
|
-
import {CarouselAnimationEffect,CarouselIndicatorsType,CarouselButtonVisibility,CarouselSwipeMode,SlideChangingEventArgs,SlideChangedEventArgs} from "./carousel";
|
|
3
|
-
import {ComponentModel} from '@syncfusion/ej2-base';
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* Interface for a class CarouselItem
|
|
7
|
-
*/
|
|
8
|
-
export interface CarouselItemModel {
|
|
9
|
-
|
|
10
|
-
/**
|
|
11
|
-
* Accepts single/multiple classes (separated by a space) to be used for individual carousel item customization.
|
|
12
|
-
*
|
|
13
|
-
* @default null
|
|
14
|
-
*/
|
|
15
|
-
cssClass?: string;
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* Accepts the interval duration in milliseconds for individual carousel item transition.
|
|
19
|
-
*
|
|
20
|
-
* @default null
|
|
21
|
-
*/
|
|
22
|
-
interval?: number;
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* Accepts the template for individual carousel item.
|
|
26
|
-
*
|
|
27
|
-
* @default null
|
|
28
|
-
* @angularType string | object
|
|
29
|
-
* @reactType string | function | JSX.Element
|
|
30
|
-
* @vueType string | function
|
|
31
|
-
* @aspType string
|
|
32
|
-
*/
|
|
33
|
-
template?: string | Function;
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* Accepts HTML attributes/custom attributes to add in individual carousel item.
|
|
37
|
-
*
|
|
38
|
-
* @default null
|
|
39
|
-
*/
|
|
40
|
-
htmlAttributes?: Record<string, string>;
|
|
41
|
-
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
/**
|
|
45
|
-
* Interface for a class Carousel
|
|
46
|
-
*/
|
|
47
|
-
export interface CarouselModel extends ComponentModel{
|
|
48
|
-
|
|
49
|
-
/**
|
|
50
|
-
* Allows defining the collection of carousel item to be displayed on the Carousel.
|
|
51
|
-
*
|
|
52
|
-
* @default []
|
|
53
|
-
*/
|
|
54
|
-
items?: CarouselItemModel[];
|
|
55
|
-
|
|
56
|
-
/**
|
|
57
|
-
* Specifies the type of animation effects. The possible values for this property as follows
|
|
58
|
-
* * `None`: The carousel item transition happens without animation.
|
|
59
|
-
* * `Slide`: The carousel item transition happens with slide animation.
|
|
60
|
-
* * `Fade`: The Carousel item transition happens with fade animation.
|
|
61
|
-
* * `Custom`: The Carousel item transition happens with custom animation.
|
|
62
|
-
*
|
|
63
|
-
* @default 'Slide'
|
|
64
|
-
*/
|
|
65
|
-
animationEffect?: CarouselAnimationEffect;
|
|
66
|
-
|
|
67
|
-
/**
|
|
68
|
-
* Accepts the template for previous navigation button.
|
|
69
|
-
*
|
|
70
|
-
* @default null
|
|
71
|
-
* @angularType string | object
|
|
72
|
-
* @reactType string | function | JSX.Element
|
|
73
|
-
* @vueType string | function
|
|
74
|
-
* @aspType string
|
|
75
|
-
*/
|
|
76
|
-
previousButtonTemplate?: string | Function;
|
|
77
|
-
|
|
78
|
-
/**
|
|
79
|
-
* Accepts the template for next navigation button.
|
|
80
|
-
*
|
|
81
|
-
* @default null
|
|
82
|
-
* @angularType string | object
|
|
83
|
-
* @reactType string | function | JSX.Element
|
|
84
|
-
* @vueType string | function
|
|
85
|
-
* @aspType string
|
|
86
|
-
*/
|
|
87
|
-
nextButtonTemplate?: string | Function;
|
|
88
|
-
|
|
89
|
-
/**
|
|
90
|
-
* Accepts the template for indicator buttons.
|
|
91
|
-
*
|
|
92
|
-
* @default null
|
|
93
|
-
* @angularType string | object
|
|
94
|
-
* @reactType string | function | JSX.Element
|
|
95
|
-
* @vueType string | function
|
|
96
|
-
* @aspType string
|
|
97
|
-
*/
|
|
98
|
-
indicatorsTemplate?: string | Function;
|
|
99
|
-
|
|
100
|
-
/**
|
|
101
|
-
* Accepts the template for play/pause button.
|
|
102
|
-
*
|
|
103
|
-
* @default null
|
|
104
|
-
* @angularType string | object
|
|
105
|
-
* @reactType string | function | JSX.Element
|
|
106
|
-
* @vueType string | function
|
|
107
|
-
* @aspType string
|
|
108
|
-
*/
|
|
109
|
-
playButtonTemplate?: string | Function;
|
|
110
|
-
|
|
111
|
-
/**
|
|
112
|
-
* Accepts single/multiple classes (separated by a space) to be used for carousel customization.
|
|
113
|
-
*
|
|
114
|
-
* @default null
|
|
115
|
-
*/
|
|
116
|
-
cssClass?: string;
|
|
117
|
-
|
|
118
|
-
/**
|
|
119
|
-
* Specifies the datasource for the carousel items.
|
|
120
|
-
*
|
|
121
|
-
* @isdatamanager false
|
|
122
|
-
* @default []
|
|
123
|
-
*/
|
|
124
|
-
dataSource?: Record<string, any>[];
|
|
125
|
-
|
|
126
|
-
/**
|
|
127
|
-
* Specifies the template option for carousel items.
|
|
128
|
-
*
|
|
129
|
-
* @default null
|
|
130
|
-
* @angularType string | object
|
|
131
|
-
* @reactType string | function | JSX.Element
|
|
132
|
-
* @vueType string | function
|
|
133
|
-
* @aspType string
|
|
134
|
-
*/
|
|
135
|
-
itemTemplate?: string | Function;
|
|
136
|
-
|
|
137
|
-
/**
|
|
138
|
-
* Specifies index of the current carousel item.
|
|
139
|
-
*
|
|
140
|
-
* @default 0
|
|
141
|
-
*/
|
|
142
|
-
selectedIndex?: number;
|
|
143
|
-
|
|
144
|
-
/**
|
|
145
|
-
* Specifies the width of the Carousel in pixels/number/percentage. The number value is considered as pixels.
|
|
146
|
-
*
|
|
147
|
-
* @default '100%'
|
|
148
|
-
*/
|
|
149
|
-
width?: string | number;
|
|
150
|
-
|
|
151
|
-
/**
|
|
152
|
-
* Specifies the height of the Carousel in pixels/number/percentage. The number value is considered as pixels.
|
|
153
|
-
*
|
|
154
|
-
* @default '100%'
|
|
155
|
-
*/
|
|
156
|
-
height?: string | number;
|
|
157
|
-
|
|
158
|
-
/**
|
|
159
|
-
* Specifies the interval duration in milliseconds for carousel item transition.
|
|
160
|
-
*
|
|
161
|
-
* @default 5000
|
|
162
|
-
*/
|
|
163
|
-
interval?: number;
|
|
164
|
-
|
|
165
|
-
/**
|
|
166
|
-
* Defines whether the slide transition is automatic or manual.
|
|
167
|
-
*
|
|
168
|
-
* @default true
|
|
169
|
-
*/
|
|
170
|
-
autoPlay?: boolean;
|
|
171
|
-
|
|
172
|
-
/**
|
|
173
|
-
* Defines whether the slide transition gets pause on hover or not.
|
|
174
|
-
*
|
|
175
|
-
* @default true
|
|
176
|
-
*/
|
|
177
|
-
pauseOnHover?: boolean;
|
|
178
|
-
|
|
179
|
-
/**
|
|
180
|
-
* Defines whether the slide transitions loop end or not. When set to false, the transition stops at last slide.
|
|
181
|
-
*
|
|
182
|
-
* @default true
|
|
183
|
-
*/
|
|
184
|
-
loop?: boolean;
|
|
185
|
-
|
|
186
|
-
/**
|
|
187
|
-
* Defines whether to show play button or not.
|
|
188
|
-
*
|
|
189
|
-
* @default false
|
|
190
|
-
*/
|
|
191
|
-
showPlayButton?: boolean;
|
|
192
|
-
|
|
193
|
-
/**
|
|
194
|
-
* Defines whether to enable swipe action in touch devices or not.
|
|
195
|
-
*
|
|
196
|
-
* @default true
|
|
197
|
-
*/
|
|
198
|
-
enableTouchSwipe?: boolean;
|
|
199
|
-
|
|
200
|
-
/**
|
|
201
|
-
* Defines whether to enable keyboard actions or not.
|
|
202
|
-
*
|
|
203
|
-
* * @remarks
|
|
204
|
-
* If any form input component is placed on the carousel slide, interacting with it may cause
|
|
205
|
-
* the left/right arrow keys to navigate to other slides. Disabling keyboard interaction helps
|
|
206
|
-
* prevent this unintended navigation, leading to a smoother user experience.
|
|
207
|
-
*
|
|
208
|
-
* @default true
|
|
209
|
-
*/
|
|
210
|
-
allowKeyboardInteraction?: boolean;
|
|
211
|
-
|
|
212
|
-
/**
|
|
213
|
-
* Defines whether to show the indicator positions or not. The indicator positions allow to know the current slide position of the carousel component.
|
|
214
|
-
*
|
|
215
|
-
* @default true
|
|
216
|
-
*/
|
|
217
|
-
showIndicators?: boolean;
|
|
218
|
-
|
|
219
|
-
/**
|
|
220
|
-
* Specifies the type of indicators. The available values for this property are:
|
|
221
|
-
*
|
|
222
|
-
* * `Default`: Displays the indicators with a bullet design.
|
|
223
|
-
* * `Dynamic`: Applies a dynamic animation design to the indicators.
|
|
224
|
-
* * `Fraction`: Displays the slides numerically as indicators.
|
|
225
|
-
* * `Progress`: Represents the slides using a progress bar design.
|
|
226
|
-
*
|
|
227
|
-
* @default 'Default'
|
|
228
|
-
*/
|
|
229
|
-
indicatorsType?: CarouselIndicatorsType;
|
|
230
|
-
|
|
231
|
-
/**
|
|
232
|
-
* Defines how to show the previous, next and play pause buttons visibility. The possible values for this property as follows
|
|
233
|
-
* * `Hidden`: Navigation buttons are hidden.
|
|
234
|
-
* * `Visible`: Navigation buttons are visible.
|
|
235
|
-
* * `VisibleOnHover`: Navigation buttons are visible only when we hover the carousel.
|
|
236
|
-
*
|
|
237
|
-
* @default 'Visible'
|
|
238
|
-
*/
|
|
239
|
-
buttonsVisibility?: CarouselButtonVisibility;
|
|
240
|
-
|
|
241
|
-
/**
|
|
242
|
-
* Enables active slide with partial previous/next slides.
|
|
243
|
-
*
|
|
244
|
-
* Slide animation only applicable if the partialVisible is enabled.
|
|
245
|
-
*
|
|
246
|
-
* @default false
|
|
247
|
-
*/
|
|
248
|
-
partialVisible?: boolean;
|
|
249
|
-
|
|
250
|
-
/**
|
|
251
|
-
* Specifies whether the slide transition should occur while performing swiping via touch/mouse.
|
|
252
|
-
* The slide swiping is enabled or disabled using bitwise operators. The swiping is disabled using ‘~’ bitwise operator.
|
|
253
|
-
* * Touch - Enables or disables the swiping action in touch interaction.
|
|
254
|
-
* * Mouse - Enables or disables the swiping action in mouse interaction.
|
|
255
|
-
*
|
|
256
|
-
* @default 'Touch'
|
|
257
|
-
* @aspNumberEnum
|
|
258
|
-
*/
|
|
259
|
-
swipeMode?: CarouselSwipeMode;
|
|
260
|
-
|
|
261
|
-
/**
|
|
262
|
-
* Accepts HTML attributes/custom attributes to add in individual carousel item.
|
|
263
|
-
*
|
|
264
|
-
* @default null
|
|
265
|
-
*/
|
|
266
|
-
htmlAttributes?: Record<string, string>;
|
|
267
|
-
|
|
268
|
-
/**
|
|
269
|
-
* The event will be fired before the slide change.
|
|
270
|
-
*
|
|
271
|
-
* @event slideChanging
|
|
272
|
-
*/
|
|
273
|
-
slideChanging?: EmitType<SlideChangingEventArgs>;
|
|
274
|
-
|
|
275
|
-
/**
|
|
276
|
-
* The event will be fired after the slide changed.
|
|
277
|
-
*
|
|
278
|
-
* @event slideChanged
|
|
279
|
-
*/
|
|
280
|
-
slideChanged?: EmitType<SlideChangedEventArgs>;
|
|
281
|
-
|
|
282
|
-
}
|