@syncfusion/ej2-vue-spreadsheet 19.3.59 → 19.4.38

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.
Files changed (36) hide show
  1. package/CHANGELOG.md +33 -40
  2. package/dist/ej2-vue-spreadsheet.umd.min.js +1 -1
  3. package/dist/es6/ej2-vue-spreadsheet.es2015.js +1 -1
  4. package/dist/es6/ej2-vue-spreadsheet.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-spreadsheet.es5.js +1 -1
  6. package/dist/es6/ej2-vue-spreadsheet.es5.js.map +1 -1
  7. package/dist/global/ej2-vue-spreadsheet.min.js +2 -2
  8. package/package.json +8 -8
  9. package/src/spreadsheet/spreadsheet.component.d.ts +1 -1
  10. package/src/spreadsheet/spreadsheet.component.js +1 -1
  11. package/styles/bootstrap-dark.css +15 -2
  12. package/styles/bootstrap.css +15 -2
  13. package/styles/bootstrap4.css +20 -2
  14. package/styles/bootstrap5-dark.css +17 -3
  15. package/styles/bootstrap5.css +17 -3
  16. package/styles/fabric-dark.css +15 -2
  17. package/styles/fabric.css +15 -2
  18. package/styles/highcontrast-light.css +15 -2
  19. package/styles/highcontrast.css +15 -2
  20. package/styles/material-dark.css +15 -2
  21. package/styles/material.css +15 -2
  22. package/styles/spreadsheet/bootstrap-dark.css +15 -2
  23. package/styles/spreadsheet/bootstrap.css +15 -2
  24. package/styles/spreadsheet/bootstrap4.css +20 -2
  25. package/styles/spreadsheet/bootstrap5-dark.css +17 -3
  26. package/styles/spreadsheet/bootstrap5.css +17 -3
  27. package/styles/spreadsheet/fabric-dark.css +15 -2
  28. package/styles/spreadsheet/fabric.css +15 -2
  29. package/styles/spreadsheet/highcontrast-light.css +15 -2
  30. package/styles/spreadsheet/highcontrast.css +15 -2
  31. package/styles/spreadsheet/material-dark.css +15 -2
  32. package/styles/spreadsheet/material.css +15 -2
  33. package/styles/spreadsheet/tailwind-dark.css +15 -2
  34. package/styles/spreadsheet/tailwind.css +15 -2
  35. package/styles/tailwind-dark.css +15 -2
  36. package/styles/tailwind.css +15 -2
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-spreadsheet@*",
3
- "_id": "@syncfusion/ej2-vue-spreadsheet@19.3.56",
3
+ "_id": "@syncfusion/ej2-vue-spreadsheet@19.55.2",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Bi0q33RaQHSQ1+tCPi6aZq/gH+Lih/dO/twNo5AGY2blIiqBCOwh/bqmjT3+Q61CiIml3/z9J0pQjnx15USUEA==",
5
+ "_integrity": "sha512-J++xZ+4qrlgYYk0SJ9ZLIHEU6qBMInEF0yjlyFe7uo1ZmWS5EMSSOkGMfofaDFVXkSMendgD1AmOMuic+Ft+0g==",
6
6
  "_location": "/@syncfusion/ej2-vue-spreadsheet",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-spreadsheet/-/ej2-vue-spreadsheet-19.3.56.tgz",
23
- "_shasum": "c21395cfa614a46720027f53cee2766ac673a56e",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-spreadsheet/-/ej2-vue-spreadsheet-19.55.2.tgz",
23
+ "_shasum": "badf0b334513c14b6e31397b8f920e1637dec05e",
24
24
  "_spec": "@syncfusion/ej2-vue-spreadsheet@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~19.3.57",
35
- "@syncfusion/ej2-spreadsheet": "19.3.59",
36
- "@syncfusion/ej2-vue-base": "~19.3.55"
34
+ "@syncfusion/ej2-base": "~19.4.38",
35
+ "@syncfusion/ej2-spreadsheet": "19.4.38",
36
+ "@syncfusion/ej2-vue-base": "~19.4.38"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Vue",
@@ -65,6 +65,6 @@
65
65
  "type": "git",
66
66
  "url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
67
67
  },
68
- "version": "19.3.59",
68
+ "version": "19.4.38",
69
69
  "sideEffects": false
70
70
  }
@@ -38,7 +38,7 @@ export declare class SpreadsheetComponent extends ComponentBase {
38
38
  addInvalidHighlight(range?: string): void;
39
39
  addRibbonTabs(items: Object[], insertBefore?: string): void;
40
40
  addToolbarItems(tab: string, items: Object[], index?: number): void;
41
- applyFilter(predicates?: Object[], range?: string): void;
41
+ applyFilter(predicates?: Object[], range?: string): Object;
42
42
  autoFill(fillRange: string, dataRange?: string, direction?: Object, fillType?: Object): void;
43
43
  autoFit(range: string): void;
44
44
  cellFormat(style: Object, range?: string): void;
@@ -30,7 +30,7 @@ import { ConditionalFormatsDirective, ConditionalFormatDirective, ConditionalFor
30
30
  import { SheetsDirective, SheetDirective, SheetsPlugin, SheetPlugin } from './sheets.directive';
31
31
  import { DefinedNamesDirective, DefinedNameDirective, DefinedNamesPlugin, DefinedNamePlugin } from './definednames.directive';
32
32
  import { Options } from 'vue-class-component';
33
- export var properties = ['isLazyUpdate', 'activeSheetIndex', 'allowAutoFill', 'allowCellFormatting', 'allowChart', 'allowConditionalFormat', 'allowDataValidation', 'allowDelete', 'allowEditing', 'allowFiltering', 'allowFindAndReplace', 'allowHyperlink', 'allowImage', 'allowInsert', 'allowMerge', 'allowNumberFormatting', 'allowOpen', 'allowResizing', 'allowSave', 'allowScrolling', 'allowSorting', 'allowUndoRedo', 'allowWrap', 'autoFillSettings', 'cellStyle', 'cssClass', 'definedNames', 'enableClipboard', 'enableContextMenu', 'enableKeyboardNavigation', 'enableKeyboardShortcut', 'enablePersistence', 'enableRtl', 'height', 'isProtected', 'locale', 'openUrl', 'password', 'saveUrl', 'scrollSettings', 'selectionSettings', 'sheets', 'showFormulaBar', 'showRibbon', 'showSheetTabs', 'width', 'actionBegin', 'actionComplete', 'afterHyperlinkClick', 'afterHyperlinkCreate', 'beforeCellFormat', 'beforeCellRender', 'beforeCellSave', 'beforeConditionalFormat', 'beforeDataBound', 'beforeHyperlinkClick', 'beforeHyperlinkCreate', 'beforeOpen', 'beforeSave', 'beforeSelect', 'beforeSort', 'cellEdit', 'cellEditing', 'cellSave', 'contextMenuBeforeClose', 'contextMenuBeforeOpen', 'contextMenuItemSelect', 'created', 'dataBound', 'dataSourceChanged', 'dialogBeforeOpen', 'fileMenuBeforeClose', 'fileMenuBeforeOpen', 'fileMenuItemSelect', 'openComplete', 'openFailure', 'queryCellInfo', 'saveComplete', 'select', 'sortComplete'];
33
+ export var properties = ['isLazyUpdate', 'activeSheetIndex', 'allowAutoFill', 'allowCellFormatting', 'allowChart', 'allowConditionalFormat', 'allowDataValidation', 'allowDelete', 'allowEditing', 'allowFiltering', 'allowFindAndReplace', 'allowHyperlink', 'allowImage', 'allowInsert', 'allowMerge', 'allowNumberFormatting', 'allowOpen', 'allowResizing', 'allowSave', 'allowScrolling', 'allowSorting', 'allowUndoRedo', 'allowWrap', 'autoFillSettings', 'cellStyle', 'cssClass', 'definedNames', 'enableClipboard', 'enableContextMenu', 'enableKeyboardNavigation', 'enableKeyboardShortcut', 'enablePersistence', 'enableRtl', 'height', 'isProtected', 'locale', 'openUrl', 'password', 'saveUrl', 'scrollSettings', 'selectionSettings', 'sheets', 'showAggregate', 'showFormulaBar', 'showRibbon', 'showSheetTabs', 'width', 'actionBegin', 'actionComplete', 'afterHyperlinkClick', 'afterHyperlinkCreate', 'beforeCellFormat', 'beforeCellRender', 'beforeCellSave', 'beforeConditionalFormat', 'beforeDataBound', 'beforeHyperlinkClick', 'beforeHyperlinkCreate', 'beforeOpen', 'beforeSave', 'beforeSelect', 'beforeSort', 'cellEdit', 'cellEditing', 'cellSave', 'contextMenuBeforeClose', 'contextMenuBeforeOpen', 'contextMenuItemSelect', 'created', 'dataBound', 'dataSourceChanged', 'dialogBeforeOpen', 'fileMenuBeforeClose', 'fileMenuBeforeOpen', 'fileMenuItemSelect', 'openComplete', 'openFailure', 'queryCellInfo', 'saveComplete', 'select', 'sortComplete'];
34
34
  export var modelProps = [];
35
35
  export var testProp = getProps({ props: properties });
36
36
  export var props = testProp[0];
@@ -1209,6 +1209,7 @@
1209
1209
  padding-left: 2px;
1210
1210
  padding-right: 2px;
1211
1211
  position: absolute;
1212
+ text-decoration: inherit;
1212
1213
  width: 100%;
1213
1214
  }
1214
1215
 
@@ -2339,18 +2340,30 @@
2339
2340
  margin: 4px 0;
2340
2341
  }
2341
2342
 
2343
+ .e-spreadsheet .e-open-dlg {
2344
+ width: 340px;
2345
+ }
2346
+
2347
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
2348
+ color: #dd2c2c;
2349
+ font-size: 12px;
2350
+ padding-top: 7px;
2351
+ }
2352
+
2342
2353
  .e-spreadsheet .e-find-dlg {
2343
2354
  height: auto;
2344
2355
  width: 442px;
2345
2356
  }
2346
2357
 
2347
2358
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
2348
- font-weight: bold;
2359
+ color: #dd2c2c;
2360
+ font-size: 12px;
2349
2361
  padding-top: 7px;
2350
2362
  }
2351
2363
 
2352
2364
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
2353
- font-weight: bold;
2365
+ color: #dd2c2c;
2366
+ font-size: 12px;
2354
2367
  padding-top: 7px;
2355
2368
  }
2356
2369
 
@@ -1216,6 +1216,7 @@
1216
1216
  padding-left: 2px;
1217
1217
  padding-right: 2px;
1218
1218
  position: absolute;
1219
+ text-decoration: inherit;
1219
1220
  width: 100%;
1220
1221
  }
1221
1222
 
@@ -2369,18 +2370,30 @@
2369
2370
  margin: 4px 0;
2370
2371
  }
2371
2372
 
2373
+ .e-spreadsheet .e-open-dlg {
2374
+ width: 340px;
2375
+ }
2376
+
2377
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
2378
+ color: #dd2c2c;
2379
+ font-size: 12px;
2380
+ padding-top: 7px;
2381
+ }
2382
+
2372
2383
  .e-spreadsheet .e-find-dlg {
2373
2384
  height: auto;
2374
2385
  width: 442px;
2375
2386
  }
2376
2387
 
2377
2388
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
2378
- font-weight: bold;
2389
+ color: #dd2c2c;
2390
+ font-size: 12px;
2379
2391
  padding-top: 7px;
2380
2392
  }
2381
2393
 
2382
2394
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
2383
- font-weight: bold;
2395
+ color: #dd2c2c;
2396
+ font-size: 12px;
2384
2397
  padding-top: 7px;
2385
2398
  }
2386
2399
 
@@ -1252,6 +1252,7 @@
1252
1252
  padding-left: 2px;
1253
1253
  padding-right: 2px;
1254
1254
  position: absolute;
1255
+ text-decoration: inherit;
1255
1256
  width: 100%;
1256
1257
  }
1257
1258
 
@@ -2411,18 +2412,35 @@
2411
2412
  margin: 4px 0;
2412
2413
  }
2413
2414
 
2415
+ .e-spreadsheet .e-open-dlg {
2416
+ width: 340px;
2417
+ }
2418
+
2419
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-input-group-icon {
2420
+ padding-left: 4px;
2421
+ padding-right: 4px;
2422
+ }
2423
+
2424
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
2425
+ color: #dd2c2c;
2426
+ font-size: 12px;
2427
+ padding-top: 7px;
2428
+ }
2429
+
2414
2430
  .e-spreadsheet .e-find-dlg {
2415
2431
  height: auto;
2416
2432
  width: 413px;
2417
2433
  }
2418
2434
 
2419
2435
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
2420
- font-weight: bold;
2436
+ color: #dd2c2c;
2437
+ font-size: 12px;
2421
2438
  padding-top: 7px;
2422
2439
  }
2423
2440
 
2424
2441
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
2425
- font-weight: bold;
2442
+ color: #dd2c2c;
2443
+ font-size: 12px;
2426
2444
  padding-top: 7px;
2427
2445
  }
2428
2446
 
@@ -1,3 +1,5 @@
1
+ /*! Toolbar's bootstrap5 theme wise override definitions and variables */
2
+ /*! Tab's bootstrap5 theme wise override definitions and variables */
1
3
  /*! Horizontal Tab */
2
4
  /*! Bootstrap specific themes definition's */
3
5
  /*! Vertical Tab */
@@ -66,7 +68,6 @@
66
68
  .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
67
69
  .e-float-input.e-control-wrapper.e-ddl input[readonly] {
68
70
  background: transparent;
69
- color: inherit;
70
71
  }
71
72
 
72
73
  .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
@@ -1251,6 +1252,7 @@
1251
1252
  padding-left: 2px;
1252
1253
  padding-right: 2px;
1253
1254
  position: absolute;
1255
+ text-decoration: inherit;
1254
1256
  width: 100%;
1255
1257
  }
1256
1258
 
@@ -2376,18 +2378,30 @@
2376
2378
  margin: 4px 0;
2377
2379
  }
2378
2380
 
2381
+ .e-spreadsheet .e-open-dlg {
2382
+ width: 340px;
2383
+ }
2384
+
2385
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
2386
+ color: #e4606d;
2387
+ font-size: 12px;
2388
+ padding-top: 7px;
2389
+ }
2390
+
2379
2391
  .e-spreadsheet .e-find-dlg {
2380
2392
  height: auto;
2381
2393
  width: 468px;
2382
2394
  }
2383
2395
 
2384
2396
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
2385
- font-weight: bold;
2397
+ color: #e4606d;
2398
+ font-size: 12px;
2386
2399
  padding-top: 7px;
2387
2400
  }
2388
2401
 
2389
2402
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
2390
- font-weight: bold;
2403
+ color: #e4606d;
2404
+ font-size: 12px;
2391
2405
  padding-top: 7px;
2392
2406
  }
2393
2407
 
@@ -1,3 +1,5 @@
1
+ /*! Toolbar's bootstrap5 theme wise override definitions and variables */
2
+ /*! Tab's bootstrap5 theme wise override definitions and variables */
1
3
  /*! Horizontal Tab */
2
4
  /*! Bootstrap specific themes definition's */
3
5
  /*! Vertical Tab */
@@ -66,7 +68,6 @@
66
68
  .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
67
69
  .e-float-input.e-control-wrapper.e-ddl input[readonly] {
68
70
  background: transparent;
69
- color: inherit;
70
71
  }
71
72
 
72
73
  .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
@@ -1251,6 +1252,7 @@
1251
1252
  padding-left: 2px;
1252
1253
  padding-right: 2px;
1253
1254
  position: absolute;
1255
+ text-decoration: inherit;
1254
1256
  width: 100%;
1255
1257
  }
1256
1258
 
@@ -2376,18 +2378,30 @@
2376
2378
  margin: 4px 0;
2377
2379
  }
2378
2380
 
2381
+ .e-spreadsheet .e-open-dlg {
2382
+ width: 340px;
2383
+ }
2384
+
2385
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
2386
+ color: #dc3545;
2387
+ font-size: 12px;
2388
+ padding-top: 7px;
2389
+ }
2390
+
2379
2391
  .e-spreadsheet .e-find-dlg {
2380
2392
  height: auto;
2381
2393
  width: 468px;
2382
2394
  }
2383
2395
 
2384
2396
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
2385
- font-weight: bold;
2397
+ color: #dc3545;
2398
+ font-size: 12px;
2386
2399
  padding-top: 7px;
2387
2400
  }
2388
2401
 
2389
2402
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
2390
- font-weight: bold;
2403
+ color: #dc3545;
2404
+ font-size: 12px;
2391
2405
  padding-top: 7px;
2392
2406
  }
2393
2407
 
@@ -1183,6 +1183,7 @@
1183
1183
  padding-left: 2px;
1184
1184
  padding-right: 2px;
1185
1185
  position: absolute;
1186
+ text-decoration: inherit;
1186
1187
  width: 100%;
1187
1188
  }
1188
1189
 
@@ -2317,18 +2318,30 @@
2317
2318
  margin: 4px 0;
2318
2319
  }
2319
2320
 
2321
+ .e-spreadsheet .e-open-dlg {
2322
+ width: 340px;
2323
+ }
2324
+
2325
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
2326
+ color: #dd2c2c;
2327
+ font-size: 12px;
2328
+ padding-top: 7px;
2329
+ }
2330
+
2320
2331
  .e-spreadsheet .e-find-dlg {
2321
2332
  height: auto;
2322
2333
  width: 521px;
2323
2334
  }
2324
2335
 
2325
2336
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
2326
- font-weight: bold;
2337
+ color: #dd2c2c;
2338
+ font-size: 12px;
2327
2339
  padding-top: 7px;
2328
2340
  }
2329
2341
 
2330
2342
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
2331
- font-weight: bold;
2343
+ color: #dd2c2c;
2344
+ font-size: 12px;
2332
2345
  padding-top: 7px;
2333
2346
  }
2334
2347
 
package/styles/fabric.css CHANGED
@@ -1186,6 +1186,7 @@
1186
1186
  padding-left: 2px;
1187
1187
  padding-right: 2px;
1188
1188
  position: absolute;
1189
+ text-decoration: inherit;
1189
1190
  width: 100%;
1190
1191
  }
1191
1192
 
@@ -2327,18 +2328,30 @@
2327
2328
  margin: 4px 0;
2328
2329
  }
2329
2330
 
2331
+ .e-spreadsheet .e-open-dlg {
2332
+ width: 340px;
2333
+ }
2334
+
2335
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
2336
+ color: #dd2c2c;
2337
+ font-size: 12px;
2338
+ padding-top: 7px;
2339
+ }
2340
+
2330
2341
  .e-spreadsheet .e-find-dlg {
2331
2342
  height: auto;
2332
2343
  width: 521px;
2333
2344
  }
2334
2345
 
2335
2346
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
2336
- font-weight: bold;
2347
+ color: #dd2c2c;
2348
+ font-size: 12px;
2337
2349
  padding-top: 7px;
2338
2350
  }
2339
2351
 
2340
2352
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
2341
- font-weight: bold;
2353
+ color: #dd2c2c;
2354
+ font-size: 12px;
2342
2355
  padding-top: 7px;
2343
2356
  }
2344
2357
 
@@ -509,6 +509,7 @@
509
509
  padding-left: 2px;
510
510
  padding-right: 2px;
511
511
  position: absolute;
512
+ text-decoration: inherit;
512
513
  width: 100%;
513
514
  }
514
515
 
@@ -1639,18 +1640,30 @@
1639
1640
  margin: 4px 0;
1640
1641
  }
1641
1642
 
1643
+ .e-spreadsheet .e-open-dlg {
1644
+ width: 340px;
1645
+ }
1646
+
1647
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
1648
+ color: #dd2c2c;
1649
+ font-size: 12px;
1650
+ padding-top: 7px;
1651
+ }
1652
+
1642
1653
  .e-spreadsheet .e-find-dlg {
1643
1654
  height: auto;
1644
1655
  width: 518px;
1645
1656
  }
1646
1657
 
1647
1658
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
1648
- font-weight: bold;
1659
+ color: #dd2c2c;
1660
+ font-size: 12px;
1649
1661
  padding-top: 7px;
1650
1662
  }
1651
1663
 
1652
1664
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
1653
- font-weight: bold;
1665
+ color: #dd2c2c;
1666
+ font-size: 12px;
1654
1667
  padding-top: 7px;
1655
1668
  }
1656
1669
 
@@ -1199,6 +1199,7 @@
1199
1199
  padding-left: 2px;
1200
1200
  padding-right: 2px;
1201
1201
  position: absolute;
1202
+ text-decoration: inherit;
1202
1203
  width: 100%;
1203
1204
  }
1204
1205
 
@@ -2341,18 +2342,30 @@
2341
2342
  margin: 4px 0;
2342
2343
  }
2343
2344
 
2345
+ .e-spreadsheet .e-open-dlg {
2346
+ width: 340px;
2347
+ }
2348
+
2349
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
2350
+ color: #dd2c2c;
2351
+ font-size: 12px;
2352
+ padding-top: 7px;
2353
+ }
2354
+
2344
2355
  .e-spreadsheet .e-find-dlg {
2345
2356
  height: auto;
2346
2357
  width: 518px;
2347
2358
  }
2348
2359
 
2349
2360
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
2350
- font-weight: bold;
2361
+ color: #dd2c2c;
2362
+ font-size: 12px;
2351
2363
  padding-top: 7px;
2352
2364
  }
2353
2365
 
2354
2366
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
2355
- font-weight: bold;
2367
+ color: #dd2c2c;
2368
+ font-size: 12px;
2356
2369
  padding-top: 7px;
2357
2370
  }
2358
2371
 
@@ -1235,6 +1235,7 @@
1235
1235
  padding-left: 2px;
1236
1236
  padding-right: 2px;
1237
1237
  position: absolute;
1238
+ text-decoration: inherit;
1238
1239
  width: 100%;
1239
1240
  }
1240
1241
 
@@ -2364,18 +2365,30 @@
2364
2365
  margin: 4px 0;
2365
2366
  }
2366
2367
 
2368
+ .e-spreadsheet .e-open-dlg {
2369
+ width: 340px;
2370
+ }
2371
+
2372
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
2373
+ color: #dd2c2c;
2374
+ font-size: 12px;
2375
+ padding-top: 7px;
2376
+ }
2377
+
2367
2378
  .e-spreadsheet .e-find-dlg {
2368
2379
  height: auto;
2369
2380
  width: 470px;
2370
2381
  }
2371
2382
 
2372
2383
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
2373
- font-weight: bold;
2384
+ color: #dd2c2c;
2385
+ font-size: 12px;
2374
2386
  padding-top: 7px;
2375
2387
  }
2376
2388
 
2377
2389
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
2378
- font-weight: bold;
2390
+ color: #dd2c2c;
2391
+ font-size: 12px;
2379
2392
  padding-top: 7px;
2380
2393
  }
2381
2394
 
@@ -1262,6 +1262,7 @@
1262
1262
  padding-left: 2px;
1263
1263
  padding-right: 2px;
1264
1264
  position: absolute;
1265
+ text-decoration: inherit;
1265
1266
  width: 100%;
1266
1267
  }
1267
1268
 
@@ -2405,18 +2406,30 @@
2405
2406
  margin: 4px 0;
2406
2407
  }
2407
2408
 
2409
+ .e-spreadsheet .e-open-dlg {
2410
+ width: 340px;
2411
+ }
2412
+
2413
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
2414
+ color: #dd2c2c;
2415
+ font-size: 12px;
2416
+ padding-top: 7px;
2417
+ }
2418
+
2408
2419
  .e-spreadsheet .e-find-dlg {
2409
2420
  height: auto;
2410
2421
  width: 468px;
2411
2422
  }
2412
2423
 
2413
2424
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
2414
- font-weight: bold;
2425
+ color: #dd2c2c;
2426
+ font-size: 12px;
2415
2427
  padding-top: 7px;
2416
2428
  }
2417
2429
 
2418
2430
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
2419
- font-weight: bold;
2431
+ color: #dd2c2c;
2432
+ font-size: 12px;
2420
2433
  padding-top: 7px;
2421
2434
  }
2422
2435
 
@@ -1209,6 +1209,7 @@
1209
1209
  padding-left: 2px;
1210
1210
  padding-right: 2px;
1211
1211
  position: absolute;
1212
+ text-decoration: inherit;
1212
1213
  width: 100%;
1213
1214
  }
1214
1215
 
@@ -2339,18 +2340,30 @@
2339
2340
  margin: 4px 0;
2340
2341
  }
2341
2342
 
2343
+ .e-spreadsheet .e-open-dlg {
2344
+ width: 340px;
2345
+ }
2346
+
2347
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
2348
+ color: #dd2c2c;
2349
+ font-size: 12px;
2350
+ padding-top: 7px;
2351
+ }
2352
+
2342
2353
  .e-spreadsheet .e-find-dlg {
2343
2354
  height: auto;
2344
2355
  width: 442px;
2345
2356
  }
2346
2357
 
2347
2358
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
2348
- font-weight: bold;
2359
+ color: #dd2c2c;
2360
+ font-size: 12px;
2349
2361
  padding-top: 7px;
2350
2362
  }
2351
2363
 
2352
2364
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
2353
- font-weight: bold;
2365
+ color: #dd2c2c;
2366
+ font-size: 12px;
2354
2367
  padding-top: 7px;
2355
2368
  }
2356
2369
 
@@ -1216,6 +1216,7 @@
1216
1216
  padding-left: 2px;
1217
1217
  padding-right: 2px;
1218
1218
  position: absolute;
1219
+ text-decoration: inherit;
1219
1220
  width: 100%;
1220
1221
  }
1221
1222
 
@@ -2369,18 +2370,30 @@
2369
2370
  margin: 4px 0;
2370
2371
  }
2371
2372
 
2373
+ .e-spreadsheet .e-open-dlg {
2374
+ width: 340px;
2375
+ }
2376
+
2377
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
2378
+ color: #dd2c2c;
2379
+ font-size: 12px;
2380
+ padding-top: 7px;
2381
+ }
2382
+
2372
2383
  .e-spreadsheet .e-find-dlg {
2373
2384
  height: auto;
2374
2385
  width: 442px;
2375
2386
  }
2376
2387
 
2377
2388
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
2378
- font-weight: bold;
2389
+ color: #dd2c2c;
2390
+ font-size: 12px;
2379
2391
  padding-top: 7px;
2380
2392
  }
2381
2393
 
2382
2394
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
2383
- font-weight: bold;
2395
+ color: #dd2c2c;
2396
+ font-size: 12px;
2384
2397
  padding-top: 7px;
2385
2398
  }
2386
2399
 
@@ -1252,6 +1252,7 @@
1252
1252
  padding-left: 2px;
1253
1253
  padding-right: 2px;
1254
1254
  position: absolute;
1255
+ text-decoration: inherit;
1255
1256
  width: 100%;
1256
1257
  }
1257
1258
 
@@ -2411,18 +2412,35 @@
2411
2412
  margin: 4px 0;
2412
2413
  }
2413
2414
 
2415
+ .e-spreadsheet .e-open-dlg {
2416
+ width: 340px;
2417
+ }
2418
+
2419
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-input-group-icon {
2420
+ padding-left: 4px;
2421
+ padding-right: 4px;
2422
+ }
2423
+
2424
+ .e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
2425
+ color: #dd2c2c;
2426
+ font-size: 12px;
2427
+ padding-top: 7px;
2428
+ }
2429
+
2414
2430
  .e-spreadsheet .e-find-dlg {
2415
2431
  height: auto;
2416
2432
  width: 413px;
2417
2433
  }
2418
2434
 
2419
2435
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
2420
- font-weight: bold;
2436
+ color: #dd2c2c;
2437
+ font-size: 12px;
2421
2438
  padding-top: 7px;
2422
2439
  }
2423
2440
 
2424
2441
  .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
2425
- font-weight: bold;
2442
+ color: #dd2c2c;
2443
+ font-size: 12px;
2426
2444
  padding-top: 7px;
2427
2445
  }
2428
2446