texts.d.ts 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. /*!
  2. * devextreme-angular
  3. * Version: 19.1.16
  4. * Build date: Tue Oct 18 2022
  5. *
  6. * Copyright (c) 2012 - 2022 Developer Express Inc. ALL RIGHTS RESERVED
  7. *
  8. * This software may be modified and distributed under the terms
  9. * of the MIT license. See the LICENSE file in the root of the project for details.
  10. *
  11. * https://github.com/DevExpress/devextreme-angular
  12. */
  13. import { NestedOptionHost } from '../../core/nested-option';
  14. import { NestedOption } from '../../core/nested-option';
  15. export declare class DxoTextsComponent extends NestedOption {
  16. fix: string;
  17. leftPosition: string;
  18. rightPosition: string;
  19. unfix: string;
  20. addRow: string;
  21. cancelAllChanges: string;
  22. cancelRowChanges: string;
  23. confirmDeleteMessage: string;
  24. confirmDeleteTitle: string;
  25. deleteRow: string;
  26. editRow: string;
  27. saveAllChanges: string;
  28. saveRowChanges: string;
  29. undeleteRow: string;
  30. validationCancelChanges: string;
  31. exportAll: string;
  32. exportSelectedRows: string;
  33. exportTo: string;
  34. clearFilter: string;
  35. createFilter: string;
  36. filterEnabledHint: string;
  37. groupByThisColumn: string;
  38. groupContinuedMessage: string;
  39. groupContinuesMessage: string;
  40. ungroup: string;
  41. ungroupAll: string;
  42. cancel: string;
  43. emptyValue: string;
  44. ok: string;
  45. avg: string;
  46. avgOtherColumn: string;
  47. count: string;
  48. max: string;
  49. maxOtherColumn: string;
  50. min: string;
  51. minOtherColumn: string;
  52. sum: string;
  53. sumOtherColumn: string;
  54. allFields: string;
  55. columnFields: string;
  56. dataFields: string;
  57. filterFields: string;
  58. rowFields: string;
  59. columnFieldArea: string;
  60. dataFieldArea: string;
  61. filterFieldArea: string;
  62. rowFieldArea: string;
  63. collapseAll: string;
  64. dataNotAvailable: string;
  65. expandAll: string;
  66. exportToExcel: string;
  67. grandTotal: string;
  68. noData: string;
  69. removeAllSorting: string;
  70. showFieldChooser: string;
  71. sortColumnBySummary: string;
  72. sortRowBySummary: string;
  73. total: string;
  74. addRowToNode: string;
  75. protected readonly _optionPath: string;
  76. constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
  77. }
  78. export declare class DxoTextsModule {
  79. }