@syncfusion/ej2-filemanager 23.2.6 → 24.1.41
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/CHANGELOG.md +71 -127
- package/dist/ej2-filemanager.min.js +2 -2
- package/dist/ej2-filemanager.umd.min.js +2 -2
- package/dist/ej2-filemanager.umd.min.js.map +1 -1
- package/dist/es6/ej2-filemanager.es2015.js +10 -1
- package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
- package/dist/es6/ej2-filemanager.es5.js +10 -1
- package/dist/es6/ej2-filemanager.es5.js.map +1 -1
- package/dist/global/ej2-filemanager.min.js +2 -2
- package/dist/global/ej2-filemanager.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +16 -16
- package/src/file-manager/layout/large-icons-view.js +2 -0
- package/src/file-manager/layout/navigation-pane.js +0 -1
- package/src/file-manager/pop-up/context-menu.d.ts +1 -0
- package/src/file-manager/pop-up/context-menu.js +8 -0
- package/styles/bootstrap-dark.css +1 -1
- package/styles/bootstrap.css +1 -1
- package/styles/bootstrap4.css +1 -1
- package/styles/bootstrap5-dark.css +1 -1
- package/styles/bootstrap5.css +1 -1
- package/styles/fabric-dark.css +1 -1
- package/styles/fabric.css +1 -1
- package/styles/file-manager/_bootstrap-dark-definition.scss +1 -1
- package/styles/file-manager/_bootstrap-definition.scss +1 -1
- package/styles/file-manager/_bootstrap4-definition.scss +1 -1
- package/styles/file-manager/_bootstrap5-definition.scss +1 -1
- package/styles/file-manager/_fabric-dark-definition.scss +1 -1
- package/styles/file-manager/_fabric-definition.scss +1 -1
- package/styles/file-manager/_fluent-definition.scss +1 -1
- package/styles/file-manager/_fusionnew-definition.scss +1 -1
- package/styles/file-manager/_highcontrast-definition.scss +1 -1
- package/styles/file-manager/_highcontrast-light-definition.scss +1 -1
- package/styles/file-manager/_layout.scss +5 -3
- package/styles/file-manager/_material-dark-definition.scss +1 -1
- package/styles/file-manager/_material-definition.scss +1 -1
- package/styles/file-manager/_material3-definition.scss +6 -6
- package/styles/file-manager/_tailwind-definition.scss +1 -1
- package/styles/file-manager/bootstrap-dark.css +1 -1
- package/styles/file-manager/bootstrap.css +1 -1
- package/styles/file-manager/bootstrap4.css +1 -1
- package/styles/file-manager/bootstrap5-dark.css +1 -1
- package/styles/file-manager/bootstrap5.css +1 -1
- package/styles/file-manager/fabric-dark.css +1 -1
- package/styles/file-manager/fabric.css +1 -1
- package/styles/file-manager/fluent-dark.css +1 -1
- package/styles/file-manager/fluent.css +1 -1
- package/styles/file-manager/highcontrast-light.css +1 -1
- package/styles/file-manager/highcontrast.css +1 -1
- package/styles/file-manager/material-dark.css +1 -1
- package/styles/file-manager/material.css +1 -1
- package/styles/file-manager/material3-dark.css +5 -6
- package/styles/file-manager/material3.css +5 -6
- package/styles/file-manager/tailwind-dark.css +1 -1
- package/styles/file-manager/tailwind.css +1 -1
- package/styles/fluent-dark.css +1 -1
- package/styles/fluent.css +1 -1
- package/styles/highcontrast-light.css +1 -1
- package/styles/highcontrast.css +1 -1
- package/styles/material-dark.css +1 -1
- package/styles/material.css +1 -1
- package/styles/material3-dark.css +5 -6
- package/styles/material3.css +5 -6
- package/styles/tailwind-dark.css +1 -1
- package/styles/tailwind.css +1 -1
package/CHANGELOG.md
CHANGED
@@ -2,87 +2,31 @@
|
|
2
2
|
|
3
3
|
## [Unreleased]
|
4
4
|
|
5
|
-
## 23.2.4 (2023-11-20)
|
6
|
-
|
7
|
-
### FileManager
|
8
|
-
|
9
|
-
#### Bug Fixes
|
10
|
-
|
11
|
-
- `#I519501` - The Details dialog having incorrect values while opening it using the navigation pane in the File Manager component has been resolved.
|
12
|
-
|
13
|
-
### FileManager
|
14
|
-
|
15
|
-
#### Bug Fixes
|
16
|
-
|
17
|
-
- `#I506576` - The issue with the incorrect drag and drop operation in the `Details` view, with ID-based files in the File Manager component has been resolved.
|
18
|
-
|
19
|
-
## 23.1.43 (2023-10-31)
|
20
|
-
|
21
|
-
### FileManager
|
22
|
-
|
23
|
-
#### Bug Fixes
|
24
|
-
|
25
|
-
- `#I503129` - The issue with the `Details` view header alignment in the File Manager component has been resolved.
|
26
|
-
- `#I506586` - The issue with the sequential server-side API requests when opening searched folder in the File Manager component has been resolved.
|
27
|
-
|
28
|
-
## 23.1.40 (2023-10-10)
|
29
|
-
|
30
|
-
### FileManager
|
31
|
-
|
32
|
-
#### Bug Fixes
|
33
|
-
|
34
|
-
- `#I506921` - The issue with the breadcrumb bar path in the File Manager component has been resolved.
|
35
|
-
- `#I503082` - The issue with the search placeholder is not updated properly after drag and drop in File Manager has been resolved.
|
36
|
-
|
37
|
-
## 23.1.39 (2023-10-04)
|
38
|
-
|
39
|
-
### FileManager
|
40
|
-
|
41
|
-
#### Bug Fixes
|
42
|
-
|
43
|
-
- `#I499313` - The issue with the file renaming in the File Manager component has been resolved.
|
44
|
-
|
45
|
-
## 23.1.38 (2023-09-26)
|
46
|
-
|
47
|
-
### FileManager
|
48
|
-
|
49
|
-
#### Bug Fixes
|
50
|
-
|
51
|
-
- `#I492922` - The issue with the drag and drop support for the File Manager component in mobile mode has been resolved.
|
52
|
-
|
53
|
-
- `#I495435` - Duplicate folders issue in the navigation pane of the File Manager while switching root folders frequently has been resolved.
|
54
|
-
|
55
|
-
## 23.1.36 (2023-09-15)
|
56
|
-
|
57
5
|
### FileManager
|
58
6
|
|
59
7
|
#### Features
|
60
8
|
|
61
9
|
- `#FB44788` - Provided template support to customize toolbar items. In earlier versions, Toolbar item customization was limited to a predefined set of options. With this new feature, you can now define your own templates to completely customize the appearance and functionality of toolbar items.
|
62
10
|
|
63
|
-
#### Bug Fixes
|
64
|
-
|
65
|
-
- `#I493055` - The issue arising from the `expandOn` property set to `Click` in the Navigation Pane of the File Manager component has been resolved.
|
66
|
-
|
67
11
|
## 19.2.56 (2021-08-17)
|
68
12
|
|
69
|
-
###
|
13
|
+
### FileManager
|
70
14
|
|
71
15
|
#### Bug Fixes
|
72
16
|
|
73
|
-
- `#I337431` - The issue with "`filterFiles` method in
|
17
|
+
- `#I337431` - The issue with "`filterFiles` method in FileManager component" has been resolved.
|
74
18
|
|
75
19
|
## 19.2.48 (2021-07-20)
|
76
20
|
|
77
|
-
###
|
21
|
+
### FileManager
|
78
22
|
|
79
23
|
#### Bug Fixes
|
80
24
|
|
81
|
-
- `#F166908` - The issue with "When pressing Ctrl+A key, the scroll bar is moved to last item in
|
25
|
+
- `#F166908` - The issue with "When pressing Ctrl+A key, the scroll bar is moved to last item in FileManager detail view" has been resolved.
|
82
26
|
|
83
27
|
## 19.2.44 (2021-06-30)
|
84
28
|
|
85
|
-
###
|
29
|
+
### FileManager
|
86
30
|
|
87
31
|
#### Bug Fixes
|
88
32
|
|
@@ -90,41 +34,41 @@
|
|
90
34
|
|
91
35
|
## 19.1.66 (2021-06-01)
|
92
36
|
|
93
|
-
###
|
37
|
+
### FileManager
|
94
38
|
|
95
39
|
#### Bug Fixes
|
96
40
|
|
97
|
-
- `#F165213` - The issue with "The Details view path column is not removed when refreshing the
|
41
|
+
- `#F165213` - The issue with "The Details view path column is not removed when refreshing the FileManager files" has been resolved.
|
98
42
|
- `#F160683` - The issue with "Error dialog shown while quickly clicking on the folders when enabling drag and drop support" has been resolved.
|
99
43
|
|
100
44
|
## 19.1.63 (2021-05-13)
|
101
45
|
|
102
|
-
###
|
46
|
+
### FileManager
|
103
47
|
|
104
48
|
#### Bug Fixes
|
105
49
|
|
106
|
-
- `#I323484` - Now, the warning dialog will be displayed while dropping the searched file into the same source location in the
|
50
|
+
- `#I323484` - Now, the warning dialog will be displayed while dropping the searched file into the same source location in the FileManager component.
|
107
51
|
|
108
52
|
## 19.1.58 (2021-04-27)
|
109
53
|
|
110
|
-
###
|
54
|
+
### FileManager
|
111
55
|
|
112
56
|
#### Bug Fixes
|
113
57
|
|
114
|
-
- `#I321258`, `#I320950` - The issue with "Error as occurred while sorting the path column at second time in
|
115
|
-
- `#I318476`, `#I320950` - Resolved the script error that occurred while dragging and dropping an item without selecting it in details view of the
|
58
|
+
- `#I321258`, `#I320950` - The issue with "Error as occurred while sorting the path column at second time in FileManager component" has been fixed.
|
59
|
+
- `#I318476`, `#I320950` - Resolved the script error that occurred while dragging and dropping an item without selecting it in details view of the FileManager component.
|
116
60
|
|
117
61
|
## 18.4.41 (2021-02-02)
|
118
62
|
|
119
|
-
###
|
63
|
+
### FileManager
|
120
64
|
|
121
65
|
#### Bug Fixes
|
122
66
|
|
123
|
-
- `#305138` - The issue with "Incorrect message is displayed in delete dialog for
|
67
|
+
- `#305138` - The issue with "Incorrect message is displayed in delete dialog for FileManager Component" has been resolved.
|
124
68
|
|
125
69
|
## 18.3.42 (2020-10-20)
|
126
70
|
|
127
|
-
###
|
71
|
+
### FileManager
|
128
72
|
|
129
73
|
#### Bug Fixes
|
130
74
|
|
@@ -132,7 +76,7 @@
|
|
132
76
|
|
133
77
|
## 18.2.57 (2020-09-08)
|
134
78
|
|
135
|
-
###
|
79
|
+
### FileManager
|
136
80
|
|
137
81
|
#### Bug Fixes
|
138
82
|
|
@@ -140,15 +84,15 @@
|
|
140
84
|
|
141
85
|
## 18.2.56 (2020-09-01)
|
142
86
|
|
143
|
-
###
|
87
|
+
### FileManager
|
144
88
|
|
145
89
|
#### Bug Fixes
|
146
90
|
|
147
|
-
- Resolved the incorrect delete confirmation dialog content for file in details view of the
|
91
|
+
- Resolved the incorrect delete confirmation dialog content for file in details view of the FileManager component.
|
148
92
|
|
149
93
|
## 18.2.48 (2020-08-04)
|
150
94
|
|
151
|
-
###
|
95
|
+
### FileManager
|
152
96
|
|
153
97
|
#### Bug Fixes
|
154
98
|
|
@@ -156,15 +100,15 @@
|
|
156
100
|
|
157
101
|
## 18.2.47 (2020-07-28)
|
158
102
|
|
159
|
-
###
|
103
|
+
### FileManager
|
160
104
|
|
161
105
|
#### Bug Fixes
|
162
106
|
|
163
|
-
- Resolved the issue with the incorrect delete confirmation dialog heading and content of the
|
107
|
+
- Resolved the issue with the incorrect delete confirmation dialog heading and content of the FileManager component.
|
164
108
|
|
165
109
|
## 18.2.44 (2020-07-07)
|
166
110
|
|
167
|
-
###
|
111
|
+
### FileManager
|
168
112
|
|
169
113
|
#### New Features
|
170
114
|
|
@@ -174,12 +118,12 @@
|
|
174
118
|
- Added the upload customization support for Firebase Realtime Database File Provider.
|
175
119
|
- `#151112`, `#152443` - Added the access control support for SQL Server File Provider.
|
176
120
|
- `#260977`, `#263918` - Added the file provider support in ASP.NET MVC for Amazon S3(Simple Storage Service) bucket storage service.
|
177
|
-
- `#275878` - Provided an option to prevent default sorting of the files and folders in the
|
178
|
-
- Provided the support to display the
|
121
|
+
- `#275878` - Provided an option to prevent default sorting of the files and folders in the FileManager component.
|
122
|
+
- Provided the support to display the FileManager's dialog at the user specified target.
|
179
123
|
|
180
124
|
## 18.1.56 (2020-06-09)
|
181
125
|
|
182
|
-
###
|
126
|
+
### FileManager
|
183
127
|
|
184
128
|
#### Bug Fixes
|
185
129
|
|
@@ -187,32 +131,32 @@
|
|
187
131
|
|
188
132
|
## 18.1.55 (2020-06-02)
|
189
133
|
|
190
|
-
###
|
134
|
+
### FileManager
|
191
135
|
|
192
136
|
#### Bug Fixes
|
193
137
|
|
194
|
-
- The issue with "The toolbar is not updated when selecting the root folder in the
|
138
|
+
- The issue with "The toolbar is not updated when selecting the root folder in the FileManager component" has been resolved.
|
195
139
|
|
196
140
|
## 18.1.53 (2020-05-19)
|
197
141
|
|
198
|
-
###
|
142
|
+
### FileManager
|
199
143
|
|
200
144
|
#### Bug Fixes
|
201
145
|
|
202
|
-
- Resolved the script error thrown from the
|
146
|
+
- Resolved the script error thrown from the FileManager component when resizing the window.
|
203
147
|
|
204
148
|
## 18.1.46 (2020-04-28)
|
205
149
|
|
206
|
-
###
|
150
|
+
### FileManager
|
207
151
|
|
208
152
|
#### Bug Fixes
|
209
153
|
|
210
154
|
- The issue with `Unable to localize the error message in the access control actions` has been fixed.
|
211
|
-
- `#269976` - Now, The
|
155
|
+
- `#269976` - Now, The FileManager UI will be refreshed properly when resizing the browser window.
|
212
156
|
|
213
157
|
## 18.1.36-beta (2020-03-19)
|
214
158
|
|
215
|
-
###
|
159
|
+
### FileManager
|
216
160
|
|
217
161
|
#### Bug Fixes
|
218
162
|
|
@@ -227,7 +171,7 @@
|
|
227
171
|
|
228
172
|
## 17.4.51 (2020-02-25)
|
229
173
|
|
230
|
-
###
|
174
|
+
### FileManager
|
231
175
|
|
232
176
|
#### New Features
|
233
177
|
|
@@ -235,7 +179,7 @@
|
|
235
179
|
|
236
180
|
## 17.4.50 (2020-02-18)
|
237
181
|
|
238
|
-
###
|
182
|
+
### FileManager
|
239
183
|
|
240
184
|
#### Bug Fixes
|
241
185
|
|
@@ -244,15 +188,15 @@
|
|
244
188
|
|
245
189
|
## 17.4.44 (2021-01-21)
|
246
190
|
|
247
|
-
###
|
191
|
+
### FileManager
|
248
192
|
|
249
193
|
#### Bug Fixes
|
250
194
|
|
251
|
-
- Resolved the script error when navigate any folder after changing the toolbar settings dynamically in the
|
195
|
+
- Resolved the script error when navigate any folder after changing the toolbar settings dynamically in the FileManager component.
|
252
196
|
|
253
197
|
## 17.4.43 (2020-01-14)
|
254
198
|
|
255
|
-
###
|
199
|
+
### FileManager
|
256
200
|
|
257
201
|
#### Bug Fixes
|
258
202
|
|
@@ -261,7 +205,7 @@
|
|
261
205
|
|
262
206
|
## 17.4.41 (2020-01-07)
|
263
207
|
|
264
|
-
###
|
208
|
+
### FileManager
|
265
209
|
|
266
210
|
#### Bug Fixes
|
267
211
|
|
@@ -269,7 +213,7 @@
|
|
269
213
|
|
270
214
|
## 17.4.39 (2019-12-17)
|
271
215
|
|
272
|
-
###
|
216
|
+
### FileManager
|
273
217
|
|
274
218
|
#### Bug Fixes
|
275
219
|
|
@@ -283,7 +227,7 @@
|
|
283
227
|
|
284
228
|
## 17.3.28 (2019-11-19)
|
285
229
|
|
286
|
-
###
|
230
|
+
### FileManager
|
287
231
|
|
288
232
|
#### Bug Fixes
|
289
233
|
|
@@ -291,19 +235,19 @@
|
|
291
235
|
|
292
236
|
## 17.3.27 (2019-11-12)
|
293
237
|
|
294
|
-
###
|
238
|
+
### FileManager
|
295
239
|
|
296
240
|
#### Bug Fixes
|
297
241
|
|
298
|
-
- `#148827` - New event `fileSelection` have been included to restrict the file selection in
|
242
|
+
- `#148827` - New event `fileSelection` have been included to restrict the file selection in FileManager.
|
299
243
|
|
300
244
|
## 17.3.26 (2019-11-05)
|
301
245
|
|
302
|
-
###
|
246
|
+
### FileManager
|
303
247
|
|
304
248
|
#### Bug Fixes
|
305
249
|
|
306
|
-
- The issue `
|
250
|
+
- The issue `FileManager throws script error when navigate to the different folder after sorting the path column in details view` has been fixed.
|
307
251
|
|
308
252
|
#### New Features
|
309
253
|
|
@@ -316,15 +260,15 @@
|
|
316
260
|
|
317
261
|
## 17.3.17 (2019-10-15)
|
318
262
|
|
319
|
-
###
|
263
|
+
### FileManager
|
320
264
|
|
321
265
|
#### Breaking Changes
|
322
266
|
|
323
|
-
- Now, the rename dialog shows or hides the file name extension based on the `showFileExtension` property value in the
|
267
|
+
- Now, the rename dialog shows or hides the file name extension based on the `showFileExtension` property value in the FileManager.
|
324
268
|
|
325
269
|
## 17.3.14 (2019-10-03)
|
326
270
|
|
327
|
-
###
|
271
|
+
### FileManager
|
328
272
|
|
329
273
|
#### Bug Fixes
|
330
274
|
|
@@ -332,54 +276,54 @@
|
|
332
276
|
|
333
277
|
## 17.3.9-beta (2019-09-20)
|
334
278
|
|
335
|
-
###
|
279
|
+
### FileManager
|
336
280
|
|
337
281
|
#### Bug Fixes
|
338
282
|
|
339
|
-
- The issue `
|
283
|
+
- The issue `FileManager’s details view contains the unnecessary scrollbar and eclipsis in Chrome browser (version 76.0.3809.132)` has been fixed.
|
340
284
|
|
341
285
|
#### Breaking Changes
|
342
286
|
|
343
|
-
- Support has been provided in asp core platform for customizing the columns of
|
287
|
+
- Support has been provided in asp core platform for customizing the columns of FileManager's details view. We have also limited the `columns` attributes of the `detailsViewSettings` property instead of accessing the all attributes from the `Grid` sub component.
|
344
288
|
|
345
289
|
## 17.2.49 (2019-09-04)
|
346
290
|
|
347
|
-
###
|
291
|
+
### FileManager
|
348
292
|
|
349
293
|
#### Bug Fixes
|
350
294
|
|
351
|
-
- The issue `the
|
352
|
-
- The issue `the
|
295
|
+
- The issue `the FileManager throws script error when performing sorting in details view when the SortBy button is not present in toolbar` has been fixed.
|
296
|
+
- The issue `the FileManager throws script error when return null response from server for search operation` has been fixed.
|
353
297
|
|
354
298
|
#### New Features
|
355
299
|
|
356
|
-
- New events have been provided to customize the dialog in
|
357
|
-
- New methods have been provided to select all files and clear the selection in current path of the
|
358
|
-
- New methods have been provided to customize the context menu items in
|
300
|
+
- New events have been provided to customize the dialog in FileManager.
|
301
|
+
- New methods have been provided to select all files and clear the selection in current path of the FileManager.
|
302
|
+
- New methods have been provided to customize the context menu items in FileManager.
|
359
303
|
|
360
304
|
## 17.2.47 (2019-08-27)
|
361
305
|
|
362
|
-
###
|
306
|
+
### FileManager
|
363
307
|
|
364
308
|
#### New Features
|
365
309
|
|
366
|
-
- Methods have been provided to perform file operations such as create, upload, download, delete, rename, and open in
|
310
|
+
- Methods have been provided to perform file operations such as create, upload, download, delete, rename, and open in FileManager.
|
367
311
|
|
368
312
|
## 17.2.41 (2019-08-14)
|
369
313
|
|
370
|
-
###
|
314
|
+
### FileManager
|
371
315
|
|
372
316
|
#### Bug Fixes
|
373
317
|
|
374
|
-
- The issue with the `
|
318
|
+
- The issue with the `FileManager that throws script error while accessing the shared folder in physical file provider` has been fixed.
|
375
319
|
|
376
320
|
#### New Features
|
377
321
|
|
378
|
-
- A method has been provided to customize the filtering support in
|
322
|
+
- A method has been provided to customize the filtering support in FileManager.
|
379
323
|
|
380
324
|
## 17.2.40 (2019-08-06)
|
381
325
|
|
382
|
-
###
|
326
|
+
### FileManager
|
383
327
|
|
384
328
|
#### New Features
|
385
329
|
|
@@ -387,7 +331,7 @@
|
|
387
331
|
|
388
332
|
## 17.2.36 (2019-07-24)
|
389
333
|
|
390
|
-
###
|
334
|
+
### FileManager
|
391
335
|
|
392
336
|
#### Bug Fixes
|
393
337
|
|
@@ -395,7 +339,7 @@
|
|
395
339
|
|
396
340
|
## 17.2.35 (2019-07-17)
|
397
341
|
|
398
|
-
###
|
342
|
+
### FileManager
|
399
343
|
|
400
344
|
#### Bug Fixes
|
401
345
|
|
@@ -403,7 +347,7 @@
|
|
403
347
|
|
404
348
|
## 17.2.34 (2019-07-11)
|
405
349
|
|
406
|
-
###
|
350
|
+
### FileManager
|
407
351
|
|
408
352
|
#### New Features
|
409
353
|
|
@@ -411,7 +355,7 @@
|
|
411
355
|
|
412
356
|
## 17.2.28-beta (2019-06-27)
|
413
357
|
|
414
|
-
###
|
358
|
+
### FileManager
|
415
359
|
|
416
360
|
#### New Features
|
417
361
|
|
@@ -424,7 +368,7 @@
|
|
424
368
|
|
425
369
|
## 17.1.48 (2019-05-21)
|
426
370
|
|
427
|
-
###
|
371
|
+
### FileManager
|
428
372
|
|
429
373
|
#### New Features
|
430
374
|
|
@@ -432,7 +376,7 @@
|
|
432
376
|
|
433
377
|
## 17.1.42 (2019-04-23)
|
434
378
|
|
435
|
-
###
|
379
|
+
### FileManager
|
436
380
|
|
437
381
|
#### New Features
|
438
382
|
|
@@ -440,7 +384,7 @@
|
|
440
384
|
|
441
385
|
## 17.1.40 (2019-04-09)
|
442
386
|
|
443
|
-
###
|
387
|
+
### FileManager
|
444
388
|
|
445
389
|
#### Breaking Changes
|
446
390
|
|
@@ -454,9 +398,9 @@
|
|
454
398
|
|
455
399
|
## 17.1.32-beta (2019-03-13)
|
456
400
|
|
457
|
-
###
|
401
|
+
### FileManager
|
458
402
|
|
459
|
-
The `
|
403
|
+
The `FileManager` is a graphical user interface component used to manage the file system. It enables the user to perform common file operations such as accessing, editing, uploading, downloading, and sorting files and folders. This component also allows easy navigation for browsing or selecting a file or folder from the file system.
|
460
404
|
|
461
405
|
- **Different Views** - Provides detailed and large icon views.
|
462
406
|
- **Context menu support** - Provides detailed and large icon views.
|