@syncfusion/ej2-inplace-editor 25.2.3 → 26.2.4

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 (79) hide show
  1. package/.eslintrc.json +3 -2
  2. package/dist/ej2-inplace-editor.min.js +2 -2
  3. package/dist/ej2-inplace-editor.umd.min.js +2 -2
  4. package/dist/ej2-inplace-editor.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-inplace-editor.es2015.js +22 -43
  6. package/dist/es6/ej2-inplace-editor.es2015.js.map +1 -1
  7. package/dist/es6/ej2-inplace-editor.es5.js +77 -98
  8. package/dist/es6/ej2-inplace-editor.es5.js.map +1 -1
  9. package/dist/global/ej2-inplace-editor.min.js +2 -2
  10. package/dist/global/ej2-inplace-editor.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/hotfix/26.1.35_Vol2.txt +1 -0
  13. package/package.json +18 -18
  14. package/src/inplace-editor/base/inplace-editor.d.ts +0 -1
  15. package/src/inplace-editor/base/interface.js +0 -1
  16. package/src/inplace-editor/base/models.js +0 -2
  17. package/styles/bootstrap-dark.css +61 -16
  18. package/styles/bootstrap-dark.scss +26 -1
  19. package/styles/bootstrap.css +63 -17
  20. package/styles/bootstrap.scss +26 -1
  21. package/styles/bootstrap4.css +72 -22
  22. package/styles/bootstrap4.scss +26 -1
  23. package/styles/bootstrap5-dark.css +62 -16
  24. package/styles/bootstrap5-dark.scss +26 -1
  25. package/styles/bootstrap5.css +62 -16
  26. package/styles/bootstrap5.scss +26 -1
  27. package/styles/fabric-dark.css +59 -15
  28. package/styles/fabric-dark.scss +26 -1
  29. package/styles/fabric.css +61 -16
  30. package/styles/fabric.scss +26 -1
  31. package/styles/fluent-dark.css +63 -17
  32. package/styles/fluent-dark.scss +26 -1
  33. package/styles/fluent.css +63 -17
  34. package/styles/fluent.scss +26 -1
  35. package/styles/fluent2.css +1994 -0
  36. package/styles/fluent2.scss +26 -0
  37. package/styles/highcontrast-light.css +62 -15
  38. package/styles/highcontrast-light.scss +26 -1
  39. package/styles/highcontrast.css +64 -16
  40. package/styles/highcontrast.scss +26 -1
  41. package/styles/inplace-editor/_bootstrap5.3-definition.scss +69 -0
  42. package/styles/inplace-editor/_fluent2-definition.scss +71 -0
  43. package/styles/inplace-editor/_layout.scss +0 -35
  44. package/styles/inplace-editor/_material3-definition.scss +0 -7
  45. package/styles/inplace-editor/_theme.scss +8 -32
  46. package/styles/inplace-editor/bootstrap-dark.css +61 -16
  47. package/styles/inplace-editor/bootstrap.css +63 -17
  48. package/styles/inplace-editor/bootstrap4.css +72 -22
  49. package/styles/inplace-editor/bootstrap5-dark.css +62 -16
  50. package/styles/inplace-editor/bootstrap5.css +62 -16
  51. package/styles/inplace-editor/fabric-dark.css +59 -15
  52. package/styles/inplace-editor/fabric.css +61 -16
  53. package/styles/inplace-editor/fluent-dark.css +63 -17
  54. package/styles/inplace-editor/fluent.css +63 -17
  55. package/styles/inplace-editor/fluent2.css +1994 -0
  56. package/styles/inplace-editor/fluent2.scss +26 -0
  57. package/styles/inplace-editor/highcontrast-light.css +62 -15
  58. package/styles/inplace-editor/highcontrast.css +64 -16
  59. package/styles/inplace-editor/icons/_bootstrap5.3.scss +19 -0
  60. package/styles/inplace-editor/icons/_fluent2.scss +19 -0
  61. package/styles/inplace-editor/material-dark.css +79 -19
  62. package/styles/inplace-editor/material.css +95 -22
  63. package/styles/inplace-editor/material3-dark.css +100 -23
  64. package/styles/inplace-editor/material3.css +100 -23
  65. package/styles/inplace-editor/tailwind-dark.css +72 -19
  66. package/styles/inplace-editor/tailwind.css +72 -19
  67. package/styles/material-dark.css +79 -19
  68. package/styles/material-dark.scss +26 -1
  69. package/styles/material.css +95 -22
  70. package/styles/material.scss +26 -1
  71. package/styles/material3-dark.css +100 -23
  72. package/styles/material3-dark.scss +26 -1
  73. package/styles/material3.css +100 -23
  74. package/styles/material3.scss +26 -1
  75. package/styles/tailwind-dark.css +72 -19
  76. package/styles/tailwind-dark.scss +26 -1
  77. package/styles/tailwind.css +72 -19
  78. package/styles/tailwind.scss +26 -1
  79. package/CHANGELOG.md +0 -262
@@ -1,11 +1,11 @@
1
- import { Browser, ChildProperty, Complex, Component, Event, EventHandler, Internationalization, L10n, NotifyPropertyChanges, Property, SanitizeHtmlHelper, Touch, addClass, closest, compile, detach, extend, getValue, isBlazor, isNullOrUndefined, removeClass, resetBlazorTemplate, select, setStyleAttribute, updateBlazorTemplate } from '@syncfusion/ej2-base';
2
- import { DataManager, ODataV4Adaptor, Predicate, Query, UrlAdaptor, WebApiAdaptor } from '@syncfusion/ej2-data';
1
+ import { Internationalization, isNullOrUndefined, isBlazor, ChildProperty, Property, Component, addClass, removeClass, getValue, setStyleAttribute, select, extend, Browser, detach, L10n, resetBlazorTemplate, closest, EventHandler, compile, updateBlazorTemplate, SanitizeHtmlHelper, Touch, Complex, Event, NotifyPropertyChanges } from '@syncfusion/ej2-base';
2
+ import { Query, DataManager, Predicate, ODataV4Adaptor, WebApiAdaptor, UrlAdaptor } from '@syncfusion/ej2-data';
3
3
  import { Button } from '@syncfusion/ej2-buttons';
4
- import { DatePicker, DateRangePicker, DateTimePicker, TimePicker } from '@syncfusion/ej2-calendars';
5
- import { Tooltip, createSpinner, hideSpinner, showSpinner } from '@syncfusion/ej2-popups';
6
- import { ColorPicker, FormValidator, MaskedTextBox, NumericTextBox, Slider, TextBox } from '@syncfusion/ej2-inputs';
7
- import { AutoComplete, ComboBox, DropDownList, MultiSelect } from '@syncfusion/ej2-dropdowns';
8
- import { Audio, Count, EmojiPicker, FileManager, FormatPainter, HtmlEditor, Image, Link, MarkdownEditor, PasteCleanup, QuickToolbar, RichTextEditor, Table, Toolbar, Video } from '@syncfusion/ej2-richtexteditor';
4
+ import { DateTimePicker, DatePicker, DateRangePicker as DateRangePicker$1, TimePicker as TimePicker$1 } from '@syncfusion/ej2-calendars';
5
+ import { createSpinner, showSpinner, hideSpinner, Tooltip } from '@syncfusion/ej2-popups';
6
+ import { TextBox, NumericTextBox, MaskedTextBox, FormValidator, ColorPicker as ColorPicker$1, Slider as Slider$1 } from '@syncfusion/ej2-inputs';
7
+ import { DropDownList, AutoComplete as AutoComplete$1, ComboBox as ComboBox$1, MultiSelect as MultiSelect$1 } from '@syncfusion/ej2-dropdowns';
8
+ import { RichTextEditor, HtmlEditor, MarkdownEditor, Toolbar, Link, Image, QuickToolbar, Table, FileManager, PasteCleanup, EmojiPicker, Audio, Video, FormatPainter, Count } from '@syncfusion/ej2-richtexteditor';
9
9
 
10
10
  /**
11
11
  * Exports util methods used by In-place editor.
@@ -155,12 +155,10 @@ const modulesList = {
155
155
  /**
156
156
  * @hidden
157
157
  */
158
- // eslint-disable-next-line
159
158
  let localeConstant = {
160
159
  'Click': { 'editAreaClick': 'Click to edit' },
161
160
  'DblClick': { 'editAreaDoubleClick': 'Double click to edit' },
162
161
  'EditIconClick': { 'editAreaClick': 'Click to edit' }
163
- /* eslint-enable */
164
162
  };
165
163
 
166
164
  /**
@@ -233,9 +231,6 @@ var __decorate$1 = (undefined && undefined.__decorate) || function (decorators,
233
231
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
234
232
  return c > 3 && r && Object.defineProperty(target, key, r), r;
235
233
  };
236
- /* Helper modules */
237
- /* Models */
238
- /* Interface */
239
234
  /**
240
235
  * ```html
241
236
  * * The In-place editor control is used to edit an element in a place and to update the value in server.
@@ -1625,10 +1620,6 @@ InPlaceEditor = __decorate$1([
1625
1620
  NotifyPropertyChanges
1626
1621
  ], InPlaceEditor);
1627
1622
 
1628
- /**
1629
- * Base modules
1630
- */
1631
-
1632
1623
  /**
1633
1624
  * The `Base` module.
1634
1625
  */
@@ -1690,7 +1681,7 @@ class Base {
1690
1681
  /**
1691
1682
  * The `AutoComplete` module is used configure the properties of Auto complete type editor.
1692
1683
  */
1693
- class AutoComplete$1 {
1684
+ class AutoComplete {
1694
1685
  constructor(parent) {
1695
1686
  this.compObj = undefined;
1696
1687
  this.parent = parent;
@@ -1698,7 +1689,7 @@ class AutoComplete$1 {
1698
1689
  this.base = new Base(this.parent, this);
1699
1690
  }
1700
1691
  render(e) {
1701
- this.compObj = new AutoComplete(this.parent.model);
1692
+ this.compObj = new AutoComplete$1(this.parent.model);
1702
1693
  this.compObj.appendTo(e.target);
1703
1694
  }
1704
1695
  /**
@@ -1741,7 +1732,7 @@ class AutoComplete$1 {
1741
1732
  /**
1742
1733
  * The `ColorPicker` module is used configure the properties of Color picker type editor.
1743
1734
  */
1744
- class ColorPicker$1 {
1735
+ class ColorPicker {
1745
1736
  constructor(parent) {
1746
1737
  this.compObj = undefined;
1747
1738
  this.parent = parent;
@@ -1749,7 +1740,7 @@ class ColorPicker$1 {
1749
1740
  this.base = new Base(this.parent, this);
1750
1741
  }
1751
1742
  render(e) {
1752
- this.compObj = new ColorPicker(this.parent.model);
1743
+ this.compObj = new ColorPicker$1(this.parent.model);
1753
1744
  this.compObj.appendTo(e.target);
1754
1745
  }
1755
1746
  focus() {
@@ -1784,7 +1775,7 @@ class ColorPicker$1 {
1784
1775
  /**
1785
1776
  * The `ComboBox` module is used configure the properties of Combo box type editor.
1786
1777
  */
1787
- class ComboBox$1 {
1778
+ class ComboBox {
1788
1779
  constructor(parent) {
1789
1780
  this.compObj = undefined;
1790
1781
  this.parent = parent;
@@ -1792,7 +1783,7 @@ class ComboBox$1 {
1792
1783
  this.base = new Base(this.parent, this);
1793
1784
  }
1794
1785
  render(e) {
1795
- this.compObj = new ComboBox(this.parent.model);
1786
+ this.compObj = new ComboBox$1(this.parent.model);
1796
1787
  this.compObj.appendTo(e.target);
1797
1788
  }
1798
1789
  focus() {
@@ -1835,7 +1826,7 @@ class ComboBox$1 {
1835
1826
  /**
1836
1827
  * The `DateRangePicker` module is used configure the properties of Date range picker type editor.
1837
1828
  */
1838
- class DateRangePicker$1 {
1829
+ class DateRangePicker {
1839
1830
  constructor(parent) {
1840
1831
  this.compObj = undefined;
1841
1832
  this.parent = parent;
@@ -1843,7 +1834,7 @@ class DateRangePicker$1 {
1843
1834
  this.base = new Base(this.parent, this);
1844
1835
  }
1845
1836
  render(e) {
1846
- this.compObj = new DateRangePicker(this.parent.model);
1837
+ this.compObj = new DateRangePicker$1(this.parent.model);
1847
1838
  this.compObj.appendTo(e.target);
1848
1839
  }
1849
1840
  focus() {
@@ -1878,7 +1869,7 @@ class DateRangePicker$1 {
1878
1869
  /**
1879
1870
  * The `MultiSelect` module is used configure the properties of Multi select type editor.
1880
1871
  */
1881
- class MultiSelect$1 {
1872
+ class MultiSelect {
1882
1873
  constructor(parent) {
1883
1874
  this.isPopOpen = false;
1884
1875
  this.compObj = undefined;
@@ -1892,7 +1883,7 @@ class MultiSelect$1 {
1892
1883
  this.closeEvent = compModel.close;
1893
1884
  compModel.open = this.openHandler.bind(this);
1894
1885
  compModel.close = this.closeHandler.bind(this);
1895
- this.compObj = new MultiSelect(compModel);
1886
+ this.compObj = new MultiSelect$1(compModel);
1896
1887
  this.compObj.appendTo(e.target);
1897
1888
  }
1898
1889
  openHandler(e) {
@@ -2006,7 +1997,7 @@ class Rte {
2006
1997
  /**
2007
1998
  * The `Slider` module is used configure the properties of Slider type editor.
2008
1999
  */
2009
- class Slider$1 {
2000
+ class Slider {
2010
2001
  constructor(parent) {
2011
2002
  this.compObj = undefined;
2012
2003
  this.parent = parent;
@@ -2014,7 +2005,7 @@ class Slider$1 {
2014
2005
  this.base = new Base(this.parent, this);
2015
2006
  }
2016
2007
  render(e) {
2017
- this.compObj = new Slider(this.parent.model);
2008
+ this.compObj = new Slider$1(this.parent.model);
2018
2009
  this.compObj.appendTo(e.target);
2019
2010
  }
2020
2011
  focus() {
@@ -2052,7 +2043,7 @@ class Slider$1 {
2052
2043
  /**
2053
2044
  * The `TimePicker` module is used configure the properties of Time picker type editor.
2054
2045
  */
2055
- class TimePicker$1 {
2046
+ class TimePicker {
2056
2047
  constructor(parent) {
2057
2048
  this.compObj = undefined;
2058
2049
  this.parent = parent;
@@ -2060,7 +2051,7 @@ class TimePicker$1 {
2060
2051
  this.base = new Base(this.parent, this);
2061
2052
  }
2062
2053
  render(e) {
2063
- this.compObj = new TimePicker(this.parent.model);
2054
+ this.compObj = new TimePicker$1(this.parent.model);
2064
2055
  this.compObj.appendTo(e.target);
2065
2056
  }
2066
2057
  focus() {
@@ -2092,17 +2083,5 @@ class TimePicker$1 {
2092
2083
  }
2093
2084
  }
2094
2085
 
2095
- /**
2096
- *
2097
- */
2098
-
2099
- /**
2100
- *
2101
- */
2102
-
2103
- /**
2104
- *
2105
- */
2106
-
2107
- export { parseValue, getCompValue, encode, render, update, destroy, setFocus, accessValue, destroyModules, showPopup, PopupSettings, modulesList, localeConstant, ROOT, ROOT_TIP, VALUE_WRAPPER, VALUE, OVERLAY_ICON, TIP_TITLE, TITLE, INLINE, POPUP, WRAPPER, LOADING, FORM, CTRL_GROUP, INPUT, BUTTONS, EDITABLE_ERROR, ELEMENTS, OPEN, BTN_SAVE, BTN_CANCEL, RTE_SPIN_WRAP, CTRL_OVERLAY, DISABLE, ICONS, PRIMARY, SHOW, HIDE, RTL, ERROR, LOAD, InPlaceEditor, Base, AutoComplete$1 as AutoComplete, ColorPicker$1 as ColorPicker, ComboBox$1 as ComboBox, DateRangePicker$1 as DateRangePicker, MultiSelect$1 as MultiSelect, Rte, Slider$1 as Slider, TimePicker$1 as TimePicker };
2086
+ export { AutoComplete, BTN_CANCEL, BTN_SAVE, BUTTONS, Base, CTRL_GROUP, CTRL_OVERLAY, ColorPicker, ComboBox, DISABLE, DateRangePicker, EDITABLE_ERROR, ELEMENTS, ERROR, FORM, HIDE, ICONS, INLINE, INPUT, InPlaceEditor, LOAD, LOADING, MultiSelect, OPEN, OVERLAY_ICON, POPUP, PRIMARY, PopupSettings, ROOT, ROOT_TIP, RTE_SPIN_WRAP, RTL, Rte, SHOW, Slider, TIP_TITLE, TITLE, TimePicker, VALUE, VALUE_WRAPPER, WRAPPER, accessValue, destroy, destroyModules, encode, getCompValue, localeConstant, modulesList, parseValue, render, setFocus, showPopup, update };
2108
2087
  //# sourceMappingURL=ej2-inplace-editor.es2015.js.map