devexpress-richedit 24.2.8-build-25142-0115 → 24.2.8-build-25156-0116

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.
@@ -22970,15 +22970,16 @@ class Field {
22970
22970
  return newInterval.start = Field.correctIntervalDueToFieldsCaseSelectionCollapsed(subDocument.fields, newInterval.start);
22971
22971
  const indexesInterval = Field.correctIntervalDueToFieldsWithoutUiChecks(subDocument, newInterval);
22972
22972
  utils_list.ListUtils.forEach(fields, (field) => {
22973
- if (field.getResultInterval().equals(newInterval) && !this.isFloatingObjectSelected(subDocument, newInterval))
22973
+ if (field.getResultInterval().equals(newInterval) && !this.isResizableObjectSelected(subDocument, newInterval))
22974
22974
  newInterval.expand(field.getAllFieldInterval());
22975
22975
  }, indexesInterval.start, indexesInterval.end);
22976
22976
  }
22977
- static isFloatingObjectSelected(subDocument, interval) {
22977
+ static isResizableObjectSelected(subDocument, interval) {
22978
22978
  if (interval.length !== 1)
22979
22979
  return false;
22980
22980
  const run = subDocument.getRunByPosition(interval.start);
22981
- return run && (run.getType() == RunType.AnchoredPictureRun || run.getType() == RunType.AnchoredTextBoxRun);
22981
+ const runType = run && run.getType();
22982
+ return runType == RunType.AnchoredPictureRun || runType == RunType.AnchoredTextBoxRun || runType == RunType.InlinePictureRun;
22982
22983
  }
22983
22984
  static correctWhenPositionInStartCode(fields, position) {
22984
22985
  if (fields.length < 1)
@@ -140979,8 +140980,8 @@ class DialogManager {
140979
140980
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_type.js
140980
140981
  /**
140981
140982
  * DevExtreme (esm/__internal/core/utils/m_type.js)
140982
- * Version: 24.2.8-build-25141-1935
140983
- * Build date: Wed May 21 2025
140983
+ * Version: 24.2.8-build-25155-1935
140984
+ * Build date: Wed Jun 04 2025
140984
140985
  *
140985
140986
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
140986
140987
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -141082,8 +141083,8 @@ const isEvent = function(object) {
141082
141083
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/type.js
141083
141084
  /**
141084
141085
  * DevExtreme (esm/core/utils/type.js)
141085
- * Version: 24.2.8-build-25141-1935
141086
- * Build date: Wed May 21 2025
141086
+ * Version: 24.2.8-build-25155-1935
141087
+ * Build date: Wed Jun 04 2025
141087
141088
  *
141088
141089
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
141089
141090
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -141093,8 +141094,8 @@ const isEvent = function(object) {
141093
141094
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_extend.js
141094
141095
  /**
141095
141096
  * DevExtreme (esm/__internal/core/utils/m_extend.js)
141096
- * Version: 24.2.8-build-25141-1935
141097
- * Build date: Wed May 21 2025
141097
+ * Version: 24.2.8-build-25155-1935
141098
+ * Build date: Wed Jun 04 2025
141098
141099
  *
141099
141100
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
141100
141101
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -141152,8 +141153,8 @@ const extend = function(target) {
141152
141153
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/extend.js
141153
141154
  /**
141154
141155
  * DevExtreme (esm/core/utils/extend.js)
141155
- * Version: 24.2.8-build-25141-1935
141156
- * Build date: Wed May 21 2025
141156
+ * Version: 24.2.8-build-25155-1935
141157
+ * Build date: Wed Jun 04 2025
141157
141158
  *
141158
141159
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
141159
141160
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -141163,8 +141164,8 @@ const extend = function(target) {
141163
141164
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_string.js
141164
141165
  /**
141165
141166
  * DevExtreme (esm/__internal/core/utils/m_string.js)
141166
- * Version: 24.2.8-build-25141-1935
141167
- * Build date: Wed May 21 2025
141167
+ * Version: 24.2.8-build-25155-1935
141168
+ * Build date: Wed Jun 04 2025
141168
141169
  *
141169
141170
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
141170
141171
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -141239,8 +141240,8 @@ const isEmpty = function() {
141239
141240
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/string.js
141240
141241
  /**
141241
141242
  * DevExtreme (esm/core/utils/string.js)
141242
- * Version: 24.2.8-build-25141-1935
141243
- * Build date: Wed May 21 2025
141243
+ * Version: 24.2.8-build-25155-1935
141244
+ * Build date: Wed Jun 04 2025
141244
141245
  *
141245
141246
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
141246
141247
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -141250,20 +141251,20 @@ const isEmpty = function() {
141250
141251
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/version.js
141251
141252
  /**
141252
141253
  * DevExtreme (esm/core/version.js)
141253
- * Version: 24.2.8-build-25141-1935
141254
- * Build date: Wed May 21 2025
141254
+ * Version: 24.2.8-build-25155-1935
141255
+ * Build date: Wed Jun 04 2025
141255
141256
  *
141256
141257
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
141257
141258
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
141258
141259
  */
141259
141260
  const version = "24.2.7";
141260
- const fullVersion = "24.2.7.25141-1935";
141261
+ const fullVersion = "24.2.7.25155-1935";
141261
141262
 
141262
141263
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_console.js
141263
141264
  /**
141264
141265
  * DevExtreme (esm/__internal/core/utils/m_console.js)
141265
- * Version: 24.2.8-build-25141-1935
141266
- * Build date: Wed May 21 2025
141266
+ * Version: 24.2.8-build-25155-1935
141267
+ * Build date: Wed Jun 04 2025
141267
141268
  *
141268
141269
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
141269
141270
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -141303,8 +141304,8 @@ const debug = function() {
141303
141304
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_error.js
141304
141305
  /**
141305
141306
  * DevExtreme (esm/__internal/core/utils/m_error.js)
141306
- * Version: 24.2.8-build-25141-1935
141307
- * Build date: Wed May 21 2025
141307
+ * Version: 24.2.8-build-25155-1935
141308
+ * Build date: Wed Jun 04 2025
141308
141309
  *
141309
141310
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
141310
141311
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -141375,8 +141376,8 @@ function error(baseErrors, errors) {
141375
141376
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/error.js
141376
141377
  /**
141377
141378
  * DevExtreme (esm/core/utils/error.js)
141378
- * Version: 24.2.8-build-25141-1935
141379
- * Build date: Wed May 21 2025
141379
+ * Version: 24.2.8-build-25155-1935
141380
+ * Build date: Wed Jun 04 2025
141380
141381
  *
141381
141382
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
141382
141383
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -141387,8 +141388,8 @@ function error(baseErrors, errors) {
141387
141388
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/m_errors.js
141388
141389
  /**
141389
141390
  * DevExtreme (esm/__internal/core/m_errors.js)
141390
- * Version: 24.2.8-build-25141-1935
141391
- * Build date: Wed May 21 2025
141391
+ * Version: 24.2.8-build-25155-1935
141392
+ * Build date: Wed Jun 04 2025
141392
141393
  *
141393
141394
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
141394
141395
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -141454,8 +141455,8 @@ function error(baseErrors, errors) {
141454
141455
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/errors.js
141455
141456
  /**
141456
141457
  * DevExtreme (esm/core/errors.js)
141457
- * Version: 24.2.8-build-25141-1935
141458
- * Build date: Wed May 21 2025
141458
+ * Version: 24.2.8-build-25155-1935
141459
+ * Build date: Wed Jun 04 2025
141459
141460
  *
141460
141461
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
141461
141462
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -141466,8 +141467,8 @@ function error(baseErrors, errors) {
141466
141467
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/m_class.js
141467
141468
  /**
141468
141469
  * DevExtreme (esm/__internal/core/m_class.js)
141469
- * Version: 24.2.8-build-25141-1935
141470
- * Build date: Wed May 21 2025
141470
+ * Version: 24.2.8-build-25155-1935
141471
+ * Build date: Wed Jun 04 2025
141471
141472
  *
141472
141473
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
141473
141474
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -141600,8 +141601,8 @@ classImpl.abstract = m_class_abstract;
141600
141601
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/class.js
141601
141602
  /**
141602
141603
  * DevExtreme (esm/core/class.js)
141603
- * Version: 24.2.8-build-25141-1935
141604
- * Build date: Wed May 21 2025
141604
+ * Version: 24.2.8-build-25155-1935
141605
+ * Build date: Wed Jun 04 2025
141605
141606
  *
141606
141607
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
141607
141608
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -141612,8 +141613,8 @@ classImpl.abstract = m_class_abstract;
141612
141613
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_iterator.js
141613
141614
  /**
141614
141615
  * DevExtreme (esm/__internal/core/utils/m_iterator.js)
141615
- * Version: 24.2.8-build-25141-1935
141616
- * Build date: Wed May 21 2025
141616
+ * Version: 24.2.8-build-25155-1935
141617
+ * Build date: Wed Jun 04 2025
141617
141618
  *
141618
141619
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
141619
141620
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -141662,8 +141663,8 @@ const reverseEach = (array, callback) => {
141662
141663
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_dependency_injector.js
141663
141664
  /**
141664
141665
  * DevExtreme (esm/__internal/core/utils/m_dependency_injector.js)
141665
- * Version: 24.2.8-build-25141-1935
141666
- * Build date: Wed May 21 2025
141666
+ * Version: 24.2.8-build-25155-1935
141667
+ * Build date: Wed Jun 04 2025
141667
141668
  *
141668
141669
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
141669
141670
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -141712,8 +141713,8 @@ function injector(object) {
141712
141713
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/dependency_injector.js
141713
141714
  /**
141714
141715
  * DevExtreme (esm/core/utils/dependency_injector.js)
141715
- * Version: 24.2.8-build-25141-1935
141716
- * Build date: Wed May 21 2025
141716
+ * Version: 24.2.8-build-25155-1935
141717
+ * Build date: Wed Jun 04 2025
141717
141718
  *
141718
141719
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
141719
141720
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -141724,8 +141725,8 @@ function injector(object) {
141724
141725
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/ldml/date.formatter.js
141725
141726
  /**
141726
141727
  * DevExtreme (esm/common/core/localization/ldml/date.formatter.js)
141727
- * Version: 24.2.8-build-25141-1935
141728
- * Build date: Wed May 21 2025
141728
+ * Version: 24.2.8-build-25155-1935
141729
+ * Build date: Wed Jun 04 2025
141729
141730
  *
141730
141731
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
141731
141732
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -141878,8 +141879,8 @@ function _extends() {
141878
141879
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/m_config.js
141879
141880
  /**
141880
141881
  * DevExtreme (esm/__internal/core/m_config.js)
141881
- * Version: 24.2.8-build-25141-1935
141882
- * Build date: Wed May 21 2025
141882
+ * Version: 24.2.8-build-25155-1935
141883
+ * Build date: Wed Jun 04 2025
141883
141884
  *
141884
141885
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
141885
141886
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -141954,8 +141955,8 @@ if ("undefined" !== typeof DevExpress && DevExpress.config) {
141954
141955
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/config.js
141955
141956
  /**
141956
141957
  * DevExtreme (esm/common/config.js)
141957
- * Version: 24.2.8-build-25141-1935
141958
- * Build date: Wed May 21 2025
141958
+ * Version: 24.2.8-build-25155-1935
141959
+ * Build date: Wed Jun 04 2025
141959
141960
  *
141960
141961
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
141961
141962
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -141966,8 +141967,8 @@ if ("undefined" !== typeof DevExpress && DevExpress.config) {
141966
141967
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/m_guid.js
141967
141968
  /**
141968
141969
  * DevExtreme (esm/__internal/core/m_guid.js)
141969
- * Version: 24.2.8-build-25141-1935
141970
- * Build date: Wed May 21 2025
141970
+ * Version: 24.2.8-build-25155-1935
141971
+ * Build date: Wed Jun 04 2025
141971
141972
  *
141972
141973
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
141973
141974
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -142009,8 +142010,8 @@ const Guid = core_class.inherit({
142009
142010
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/guid.js
142010
142011
  /**
142011
142012
  * DevExtreme (esm/common/guid.js)
142012
- * Version: 24.2.8-build-25141-1935
142013
- * Build date: Wed May 21 2025
142013
+ * Version: 24.2.8-build-25155-1935
142014
+ * Build date: Wed Jun 04 2025
142014
142015
  *
142015
142016
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
142016
142017
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -142021,8 +142022,8 @@ const Guid = core_class.inherit({
142021
142022
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/templates/m_template_engine_registry.js
142022
142023
  /**
142023
142024
  * DevExtreme (esm/__internal/core/templates/m_template_engine_registry.js)
142024
- * Version: 24.2.8-build-25141-1935
142025
- * Build date: Wed May 21 2025
142025
+ * Version: 24.2.8-build-25155-1935
142026
+ * Build date: Wed Jun 04 2025
142026
142027
  *
142027
142028
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
142028
142029
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -142051,8 +142052,8 @@ function getCurrentTemplateEngine() {
142051
142052
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/templates/template_engine_registry.js
142052
142053
  /**
142053
142054
  * DevExtreme (esm/core/templates/template_engine_registry.js)
142054
- * Version: 24.2.8-build-25141-1935
142055
- * Build date: Wed May 21 2025
142055
+ * Version: 24.2.8-build-25155-1935
142056
+ * Build date: Wed Jun 04 2025
142056
142057
  *
142057
142058
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
142058
142059
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -142062,8 +142063,8 @@ function getCurrentTemplateEngine() {
142062
142063
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/m_set_template_engine.js
142063
142064
  /**
142064
142065
  * DevExtreme (esm/__internal/core/m_set_template_engine.js)
142065
- * Version: 24.2.8-build-25141-1935
142066
- * Build date: Wed May 21 2025
142066
+ * Version: 24.2.8-build-25155-1935
142067
+ * Build date: Wed Jun 04 2025
142067
142068
  *
142068
142069
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
142069
142070
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -142073,8 +142074,8 @@ function getCurrentTemplateEngine() {
142073
142074
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/set_template_engine.js
142074
142075
  /**
142075
142076
  * DevExtreme (esm/common/set_template_engine.js)
142076
- * Version: 24.2.8-build-25141-1935
142077
- * Build date: Wed May 21 2025
142077
+ * Version: 24.2.8-build-25155-1935
142078
+ * Build date: Wed Jun 04 2025
142078
142079
  *
142079
142080
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
142080
142081
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -142085,8 +142086,8 @@ function getCurrentTemplateEngine() {
142085
142086
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common.js
142086
142087
  /**
142087
142088
  * DevExtreme (esm/common.js)
142088
- * Version: 24.2.8-build-25141-1935
142089
- * Build date: Wed May 21 2025
142089
+ * Version: 24.2.8-build-25155-1935
142090
+ * Build date: Wed Jun 04 2025
142090
142091
  *
142091
142092
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
142092
142093
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -142099,8 +142100,8 @@ function getCurrentTemplateEngine() {
142099
142100
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/config.js
142100
142101
  /**
142101
142102
  * DevExtreme (esm/core/config.js)
142102
- * Version: 24.2.8-build-25141-1935
142103
- * Build date: Wed May 21 2025
142103
+ * Version: 24.2.8-build-25155-1935
142104
+ * Build date: Wed Jun 04 2025
142104
142105
  *
142105
142106
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
142106
142107
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -142111,8 +142112,8 @@ function getCurrentTemplateEngine() {
142111
142112
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/guid.js
142112
142113
  /**
142113
142114
  * DevExtreme (esm/core/guid.js)
142114
- * Version: 24.2.8-build-25141-1935
142115
- * Build date: Wed May 21 2025
142115
+ * Version: 24.2.8-build-25155-1935
142116
+ * Build date: Wed Jun 04 2025
142116
142117
  *
142117
142118
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
142118
142119
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -142123,8 +142124,8 @@ function getCurrentTemplateEngine() {
142123
142124
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/console.js
142124
142125
  /**
142125
142126
  * DevExtreme (esm/core/utils/console.js)
142126
- * Version: 24.2.8-build-25141-1935
142127
- * Build date: Wed May 21 2025
142127
+ * Version: 24.2.8-build-25155-1935
142128
+ * Build date: Wed Jun 04 2025
142128
142129
  *
142129
142130
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
142130
142131
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -142134,8 +142135,8 @@ function getCurrentTemplateEngine() {
142134
142135
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_variable_wrapper.js
142135
142136
  /**
142136
142137
  * DevExtreme (esm/__internal/core/utils/m_variable_wrapper.js)
142137
- * Version: 24.2.8-build-25141-1935
142138
- * Build date: Wed May 21 2025
142138
+ * Version: 24.2.8-build-25155-1935
142139
+ * Build date: Wed Jun 04 2025
142139
142140
  *
142140
142141
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
142141
142142
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -142164,8 +142165,8 @@ const m_variable_wrapper_variableWrapper = dependency_injector({
142164
142165
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/variable_wrapper.js
142165
142166
  /**
142166
142167
  * DevExtreme (esm/core/utils/variable_wrapper.js)
142167
- * Version: 24.2.8-build-25141-1935
142168
- * Build date: Wed May 21 2025
142168
+ * Version: 24.2.8-build-25155-1935
142169
+ * Build date: Wed Jun 04 2025
142169
142170
  *
142170
142171
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
142171
142172
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -142176,8 +142177,8 @@ const m_variable_wrapper_variableWrapper = dependency_injector({
142176
142177
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_object.js
142177
142178
  /**
142178
142179
  * DevExtreme (esm/__internal/core/utils/m_object.js)
142179
- * Version: 24.2.8-build-25141-1935
142180
- * Build date: Wed May 21 2025
142180
+ * Version: 24.2.8-build-25155-1935
142181
+ * Build date: Wed Jun 04 2025
142181
142182
  *
142182
142183
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
142183
142184
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -142277,8 +142278,8 @@ const m_object_deepExtendArraySafe = function(target, changes, extendComplexObje
142277
142278
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/object.js
142278
142279
  /**
142279
142280
  * DevExtreme (esm/core/utils/object.js)
142280
- * Version: 24.2.8-build-25141-1935
142281
- * Build date: Wed May 21 2025
142281
+ * Version: 24.2.8-build-25155-1935
142282
+ * Build date: Wed Jun 04 2025
142282
142283
  *
142283
142284
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
142284
142285
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -142288,8 +142289,8 @@ const m_object_deepExtendArraySafe = function(target, changes, extendComplexObje
142288
142289
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_data.js
142289
142290
  /**
142290
142291
  * DevExtreme (esm/__internal/core/utils/m_data.js)
142291
- * Version: 24.2.8-build-25141-1935
142292
- * Build date: Wed May 21 2025
142292
+ * Version: 24.2.8-build-25155-1935
142293
+ * Build date: Wed Jun 04 2025
142293
142294
  *
142294
142295
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
142295
142296
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -142485,8 +142486,8 @@ const toComparable = function(value, caseSensitive) {
142485
142486
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/data.js
142486
142487
  /**
142487
142488
  * DevExtreme (esm/core/utils/data.js)
142488
- * Version: 24.2.8-build-25141-1935
142489
- * Build date: Wed May 21 2025
142489
+ * Version: 24.2.8-build-25155-1935
142490
+ * Build date: Wed Jun 04 2025
142490
142491
  *
142491
142492
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
142492
142493
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -142496,8 +142497,8 @@ const toComparable = function(value, caseSensitive) {
142496
142497
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_callbacks.js
142497
142498
  /**
142498
142499
  * DevExtreme (esm/__internal/core/utils/m_callbacks.js)
142499
- * Version: 24.2.8-build-25141-1935
142500
- * Build date: Wed May 21 2025
142500
+ * Version: 24.2.8-build-25155-1935
142501
+ * Build date: Wed Jun 04 2025
142501
142502
  *
142502
142503
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
142503
142504
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -142592,8 +142593,8 @@ const Callbacks = function(options) {
142592
142593
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/callbacks.js
142593
142594
  /**
142594
142595
  * DevExtreme (esm/core/utils/callbacks.js)
142595
- * Version: 24.2.8-build-25141-1935
142596
- * Build date: Wed May 21 2025
142596
+ * Version: 24.2.8-build-25155-1935
142597
+ * Build date: Wed Jun 04 2025
142597
142598
  *
142598
142599
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
142599
142600
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -142604,8 +142605,8 @@ const Callbacks = function(options) {
142604
142605
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_deferred.js
142605
142606
  /**
142606
142607
  * DevExtreme (esm/__internal/core/utils/m_deferred.js)
142607
- * Version: 24.2.8-build-25141-1935
142608
- * Build date: Wed May 21 2025
142608
+ * Version: 24.2.8-build-25155-1935
142609
+ * Build date: Wed Jun 04 2025
142609
142610
  *
142610
142611
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
142611
142612
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -142770,8 +142771,8 @@ function when() {
142770
142771
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/deferred.js
142771
142772
  /**
142772
142773
  * DevExtreme (esm/core/utils/deferred.js)
142773
- * Version: 24.2.8-build-25141-1935
142774
- * Build date: Wed May 21 2025
142774
+ * Version: 24.2.8-build-25155-1935
142775
+ * Build date: Wed Jun 04 2025
142775
142776
  *
142776
142777
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
142777
142778
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -142781,8 +142782,8 @@ function when() {
142781
142782
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_common.js
142782
142783
  /**
142783
142784
  * DevExtreme (esm/__internal/core/utils/m_common.js)
142784
- * Version: 24.2.8-build-25141-1935
142785
- * Build date: Wed May 21 2025
142785
+ * Version: 24.2.8-build-25155-1935
142786
+ * Build date: Wed Jun 04 2025
142786
142787
  *
142787
142788
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
142788
142789
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -143077,8 +143078,8 @@ const equalByValue = function(value1, value2) {
143077
143078
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/common.js
143078
143079
  /**
143079
143080
  * DevExtreme (esm/core/utils/common.js)
143080
- * Version: 24.2.8-build-25141-1935
143081
- * Build date: Wed May 21 2025
143081
+ * Version: 24.2.8-build-25155-1935
143082
+ * Build date: Wed Jun 04 2025
143082
143083
  *
143083
143084
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
143084
143085
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -143088,8 +143089,8 @@ const equalByValue = function(value1, value2) {
143088
143089
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_math.js
143089
143090
  /**
143090
143091
  * DevExtreme (esm/__internal/core/utils/m_math.js)
143091
- * Version: 24.2.8-build-25141-1935
143092
- * Build date: Wed May 21 2025
143092
+ * Version: 24.2.8-build-25155-1935
143093
+ * Build date: Wed Jun 04 2025
143093
143094
  *
143094
143095
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
143095
143096
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -143258,8 +143259,8 @@ function roundFloatPart(value) {
143258
143259
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/math.js
143259
143260
  /**
143260
143261
  * DevExtreme (esm/core/utils/math.js)
143261
- * Version: 24.2.8-build-25141-1935
143262
- * Build date: Wed May 21 2025
143262
+ * Version: 24.2.8-build-25155-1935
143263
+ * Build date: Wed Jun 04 2025
143263
143264
  *
143264
143265
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
143265
143266
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -143269,8 +143270,8 @@ function roundFloatPart(value) {
143269
143270
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/utils.js
143270
143271
  /**
143271
143272
  * DevExtreme (esm/common/core/localization/utils.js)
143272
- * Version: 24.2.8-build-25141-1935
143273
- * Build date: Wed May 21 2025
143273
+ * Version: 24.2.8-build-25155-1935
143274
+ * Build date: Wed Jun 04 2025
143274
143275
  *
143275
143276
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
143276
143277
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -143297,8 +143298,8 @@ function toFixed(value, precision) {
143297
143298
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/ldml/number.js
143298
143299
  /**
143299
143300
  * DevExtreme (esm/common/core/localization/ldml/number.js)
143300
- * Version: 24.2.8-build-25141-1935
143301
- * Build date: Wed May 21 2025
143301
+ * Version: 24.2.8-build-25155-1935
143302
+ * Build date: Wed Jun 04 2025
143302
143303
  *
143303
143304
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
143304
143305
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -143539,8 +143540,8 @@ function getFormat(formatter) {
143539
143540
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/currency.js
143540
143541
  /**
143541
143542
  * DevExtreme (esm/common/core/localization/currency.js)
143542
- * Version: 24.2.8-build-25141-1935
143543
- * Build date: Wed May 21 2025
143543
+ * Version: 24.2.8-build-25155-1935
143544
+ * Build date: Wed Jun 04 2025
143544
143545
  *
143545
143546
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
143546
143547
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -143572,8 +143573,8 @@ function getFormat(formatter) {
143572
143573
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/cldr-data/parent_locales.js
143573
143574
  /**
143574
143575
  * DevExtreme (esm/common/core/localization/cldr-data/parent_locales.js)
143575
- * Version: 24.2.8-build-25141-1935
143576
- * Build date: Wed May 21 2025
143576
+ * Version: 24.2.8-build-25155-1935
143577
+ * Build date: Wed Jun 04 2025
143577
143578
  *
143578
143579
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
143579
143580
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -143758,8 +143759,8 @@ function getFormat(formatter) {
143758
143759
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/parentLocale.js
143759
143760
  /**
143760
143761
  * DevExtreme (esm/common/core/localization/parentLocale.js)
143761
- * Version: 24.2.8-build-25141-1935
143762
- * Build date: Wed May 21 2025
143762
+ * Version: 24.2.8-build-25155-1935
143763
+ * Build date: Wed Jun 04 2025
143763
143764
  *
143764
143765
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
143765
143766
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -143776,8 +143777,8 @@ const PARENT_LOCALE_SEPARATOR = "-";
143776
143777
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/core.js
143777
143778
  /**
143778
143779
  * DevExtreme (esm/common/core/localization/core.js)
143779
- * Version: 24.2.8-build-25141-1935
143780
- * Build date: Wed May 21 2025
143780
+ * Version: 24.2.8-build-25155-1935
143781
+ * Build date: Wed Jun 04 2025
143781
143782
  *
143782
143783
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
143783
143784
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -143818,8 +143819,8 @@ const DEFAULT_LOCALE = "en";
143818
143819
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/open_xml_currency_format.js
143819
143820
  /**
143820
143821
  * DevExtreme (esm/common/core/localization/open_xml_currency_format.js)
143821
- * Version: 24.2.8-build-25141-1935
143822
- * Build date: Wed May 21 2025
143822
+ * Version: 24.2.8-build-25155-1935
143823
+ * Build date: Wed Jun 04 2025
143823
143824
  *
143824
143825
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
143825
143826
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -143861,8 +143862,8 @@ const DEFAULT_LOCALE = "en";
143861
143862
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/cldr-data/accounting_formats.js
143862
143863
  /**
143863
143864
  * DevExtreme (esm/common/core/localization/cldr-data/accounting_formats.js)
143864
- * Version: 24.2.8-build-25141-1935
143865
- * Build date: Wed May 21 2025
143865
+ * Version: 24.2.8-build-25155-1935
143866
+ * Build date: Wed Jun 04 2025
143866
143867
  *
143867
143868
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
143868
143869
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -144448,8 +144449,8 @@ const DEFAULT_LOCALE = "en";
144448
144449
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/intl/number.js
144449
144450
  /**
144450
144451
  * DevExtreme (esm/common/core/localization/intl/number.js)
144451
- * Version: 24.2.8-build-25141-1935
144452
- * Build date: Wed May 21 2025
144452
+ * Version: 24.2.8-build-25155-1935
144453
+ * Build date: Wed Jun 04 2025
144453
144454
  *
144454
144455
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
144455
144456
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -144569,8 +144570,8 @@ const getCurrencyFormatter = currency => new Intl.NumberFormat(core.locale(), {
144569
144570
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/number.js
144570
144571
  /**
144571
144572
  * DevExtreme (esm/common/core/localization/number.js)
144572
- * Version: 24.2.8-build-25141-1935
144573
- * Build date: Wed May 21 2025
144573
+ * Version: 24.2.8-build-25155-1935
144574
+ * Build date: Wed Jun 04 2025
144574
144575
  *
144575
144576
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
144576
144577
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -144875,8 +144876,8 @@ if (hasIntl) {
144875
144876
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/ldml/date.format.js
144876
144877
  /**
144877
144878
  * DevExtreme (esm/common/core/localization/ldml/date.format.js)
144878
- * Version: 24.2.8-build-25141-1935
144879
- * Build date: Wed May 21 2025
144879
+ * Version: 24.2.8-build-25155-1935
144880
+ * Build date: Wed Jun 04 2025
144880
144881
  *
144881
144882
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
144882
144883
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -145073,8 +145074,8 @@ const date_format_getFormat = function(formatter) {
145073
145074
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/ldml/date.parser.js
145074
145075
  /**
145075
145076
  * DevExtreme (esm/common/core/localization/ldml/date.parser.js)
145076
- * Version: 24.2.8-build-25141-1935
145077
- * Build date: Wed May 21 2025
145077
+ * Version: 24.2.8-build-25155-1935
145078
+ * Build date: Wed Jun 04 2025
145078
145079
  *
145079
145080
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
145080
145081
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -145392,8 +145393,8 @@ const getParser = function(format, dateParts) {
145392
145393
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/default_date_names.js
145393
145394
  /**
145394
145395
  * DevExtreme (esm/common/core/localization/default_date_names.js)
145395
- * Version: 24.2.8-build-25141-1935
145396
- * Build date: Wed May 21 2025
145396
+ * Version: 24.2.8-build-25155-1935
145397
+ * Build date: Wed Jun 04 2025
145397
145398
  *
145398
145399
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
145399
145400
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -145429,8 +145430,8 @@ const cutCaptions = (captions, format) => {
145429
145430
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/cldr-data/first_day_of_week_data.js
145430
145431
  /**
145431
145432
  * DevExtreme (esm/common/core/localization/cldr-data/first_day_of_week_data.js)
145432
- * Version: 24.2.8-build-25141-1935
145433
- * Build date: Wed May 21 2025
145433
+ * Version: 24.2.8-build-25155-1935
145434
+ * Build date: Wed Jun 04 2025
145434
145435
  *
145435
145436
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
145436
145437
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -145629,8 +145630,8 @@ const cutCaptions = (captions, format) => {
145629
145630
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/intl/date.js
145630
145631
  /**
145631
145632
  * DevExtreme (esm/common/core/localization/intl/date.js)
145632
- * Version: 24.2.8-build-25141-1935
145633
- * Build date: Wed May 21 2025
145633
+ * Version: 24.2.8-build-25155-1935
145634
+ * Build date: Wed Jun 04 2025
145634
145635
  *
145635
145636
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
145636
145637
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
@@ -145947,8 +145948,8 @@ const monthNameStrategies = {
145947
145948
  ;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/date.js
145948
145949
  /**
145949
145950
  * DevExtreme (esm/common/core/localization/date.js)
145950
- * Version: 24.2.8-build-25141-1935
145951
- * Build date: Wed May 21 2025
145951
+ * Version: 24.2.8-build-25155-1935
145952
+ * Build date: Wed Jun 04 2025
145952
145953
  *
145953
145954
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
145954
145955
  * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/