devexpress-richedit 24.2.6-build-25051-0120 → 24.2.6-build-25065-0102
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/dist/dx.richedit.js
CHANGED
@@ -102030,10 +102030,16 @@ class TableBasedAutoCorrectProviderBase extends AutoCorrectProviderBase {
|
|
102030
102030
|
this.control.modelManager.modelManipulator.range.removeInterval(new SubDocumentInterval(this.subDocument, interval), true, false);
|
102031
102031
|
let endOfInsertedInterval = interval.start;
|
102032
102032
|
for (let i = 0; i < replaceWithStrings.length; i++) {
|
102033
|
-
|
102034
|
-
|
102035
|
-
|
102036
|
-
const result = this.control.modelManager.modelManipulator.
|
102033
|
+
if (replaceWithStrings[i]) {
|
102034
|
+
const subDocumentPosition = new SubDocumentPosition(this.subDocument, endOfInsertedInterval);
|
102035
|
+
const insertTextManipulatorParams = new InsertTextManipulatorParams(subDocumentPosition, charPropsBundle, RunType.TextRun, replaceWithStrings[i]);
|
102036
|
+
const result = this.control.modelManager.modelManipulator.text.insertTextViaHistory(insertTextManipulatorParams);
|
102037
|
+
endOfInsertedInterval = result.insertedInterval.end;
|
102038
|
+
}
|
102039
|
+
if (i < replaceWithStrings.length - 1) {
|
102040
|
+
const subDocumentPosition = new SubDocumentPosition(this.subDocument, endOfInsertedInterval);
|
102041
|
+
const insertTextManipulatorParams = new InsertParagraphManipulatorParams(subDocumentPosition, charPropsBundle);
|
102042
|
+
const result = this.control.modelManager.modelManipulator.paragraph.insertParagraphViaHistory(insertTextManipulatorParams);
|
102037
102043
|
endOfInsertedInterval = result.end;
|
102038
102044
|
}
|
102039
102045
|
}
|
@@ -140784,8 +140790,8 @@ class DialogManager {
|
|
140784
140790
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_type.js
|
140785
140791
|
/**
|
140786
140792
|
* DevExtreme (esm/__internal/core/utils/m_type.js)
|
140787
|
-
* Version: 24.2.6-build-
|
140788
|
-
* Build date:
|
140793
|
+
* Version: 24.2.6-build-25063-1935
|
140794
|
+
* Build date: Tue Mar 04 2025
|
140789
140795
|
*
|
140790
140796
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
140791
140797
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -140887,8 +140893,8 @@ const isEvent = function(object) {
|
|
140887
140893
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/type.js
|
140888
140894
|
/**
|
140889
140895
|
* DevExtreme (esm/core/utils/type.js)
|
140890
|
-
* Version: 24.2.6-build-
|
140891
|
-
* Build date:
|
140896
|
+
* Version: 24.2.6-build-25063-1935
|
140897
|
+
* Build date: Tue Mar 04 2025
|
140892
140898
|
*
|
140893
140899
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
140894
140900
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -140898,8 +140904,8 @@ const isEvent = function(object) {
|
|
140898
140904
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_extend.js
|
140899
140905
|
/**
|
140900
140906
|
* DevExtreme (esm/__internal/core/utils/m_extend.js)
|
140901
|
-
* Version: 24.2.6-build-
|
140902
|
-
* Build date:
|
140907
|
+
* Version: 24.2.6-build-25063-1935
|
140908
|
+
* Build date: Tue Mar 04 2025
|
140903
140909
|
*
|
140904
140910
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
140905
140911
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -140957,8 +140963,8 @@ const extend = function(target) {
|
|
140957
140963
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/extend.js
|
140958
140964
|
/**
|
140959
140965
|
* DevExtreme (esm/core/utils/extend.js)
|
140960
|
-
* Version: 24.2.6-build-
|
140961
|
-
* Build date:
|
140966
|
+
* Version: 24.2.6-build-25063-1935
|
140967
|
+
* Build date: Tue Mar 04 2025
|
140962
140968
|
*
|
140963
140969
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
140964
140970
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -140968,8 +140974,8 @@ const extend = function(target) {
|
|
140968
140974
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_string.js
|
140969
140975
|
/**
|
140970
140976
|
* DevExtreme (esm/__internal/core/utils/m_string.js)
|
140971
|
-
* Version: 24.2.6-build-
|
140972
|
-
* Build date:
|
140977
|
+
* Version: 24.2.6-build-25063-1935
|
140978
|
+
* Build date: Tue Mar 04 2025
|
140973
140979
|
*
|
140974
140980
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
140975
140981
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -141044,8 +141050,8 @@ const isEmpty = function() {
|
|
141044
141050
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/string.js
|
141045
141051
|
/**
|
141046
141052
|
* DevExtreme (esm/core/utils/string.js)
|
141047
|
-
* Version: 24.2.6-build-
|
141048
|
-
* Build date:
|
141053
|
+
* Version: 24.2.6-build-25063-1935
|
141054
|
+
* Build date: Tue Mar 04 2025
|
141049
141055
|
*
|
141050
141056
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
141051
141057
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -141055,20 +141061,20 @@ const isEmpty = function() {
|
|
141055
141061
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/version.js
|
141056
141062
|
/**
|
141057
141063
|
* DevExtreme (esm/core/version.js)
|
141058
|
-
* Version: 24.2.6-build-
|
141059
|
-
* Build date:
|
141064
|
+
* Version: 24.2.6-build-25063-1935
|
141065
|
+
* Build date: Tue Mar 04 2025
|
141060
141066
|
*
|
141061
141067
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
141062
141068
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
141063
141069
|
*/
|
141064
141070
|
const version = "24.2.5";
|
141065
|
-
const fullVersion = "24.2.5.
|
141071
|
+
const fullVersion = "24.2.5.25063-1935";
|
141066
141072
|
|
141067
141073
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_console.js
|
141068
141074
|
/**
|
141069
141075
|
* DevExtreme (esm/__internal/core/utils/m_console.js)
|
141070
|
-
* Version: 24.2.6-build-
|
141071
|
-
* Build date:
|
141076
|
+
* Version: 24.2.6-build-25063-1935
|
141077
|
+
* Build date: Tue Mar 04 2025
|
141072
141078
|
*
|
141073
141079
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
141074
141080
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -141108,8 +141114,8 @@ const debug = function() {
|
|
141108
141114
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_error.js
|
141109
141115
|
/**
|
141110
141116
|
* DevExtreme (esm/__internal/core/utils/m_error.js)
|
141111
|
-
* Version: 24.2.6-build-
|
141112
|
-
* Build date:
|
141117
|
+
* Version: 24.2.6-build-25063-1935
|
141118
|
+
* Build date: Tue Mar 04 2025
|
141113
141119
|
*
|
141114
141120
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
141115
141121
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -141180,8 +141186,8 @@ function error(baseErrors, errors) {
|
|
141180
141186
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/error.js
|
141181
141187
|
/**
|
141182
141188
|
* DevExtreme (esm/core/utils/error.js)
|
141183
|
-
* Version: 24.2.6-build-
|
141184
|
-
* Build date:
|
141189
|
+
* Version: 24.2.6-build-25063-1935
|
141190
|
+
* Build date: Tue Mar 04 2025
|
141185
141191
|
*
|
141186
141192
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
141187
141193
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -141192,8 +141198,8 @@ function error(baseErrors, errors) {
|
|
141192
141198
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/m_errors.js
|
141193
141199
|
/**
|
141194
141200
|
* DevExtreme (esm/__internal/core/m_errors.js)
|
141195
|
-
* Version: 24.2.6-build-
|
141196
|
-
* Build date:
|
141201
|
+
* Version: 24.2.6-build-25063-1935
|
141202
|
+
* Build date: Tue Mar 04 2025
|
141197
141203
|
*
|
141198
141204
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
141199
141205
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -141259,8 +141265,8 @@ function error(baseErrors, errors) {
|
|
141259
141265
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/errors.js
|
141260
141266
|
/**
|
141261
141267
|
* DevExtreme (esm/core/errors.js)
|
141262
|
-
* Version: 24.2.6-build-
|
141263
|
-
* Build date:
|
141268
|
+
* Version: 24.2.6-build-25063-1935
|
141269
|
+
* Build date: Tue Mar 04 2025
|
141264
141270
|
*
|
141265
141271
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
141266
141272
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -141271,8 +141277,8 @@ function error(baseErrors, errors) {
|
|
141271
141277
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/m_class.js
|
141272
141278
|
/**
|
141273
141279
|
* DevExtreme (esm/__internal/core/m_class.js)
|
141274
|
-
* Version: 24.2.6-build-
|
141275
|
-
* Build date:
|
141280
|
+
* Version: 24.2.6-build-25063-1935
|
141281
|
+
* Build date: Tue Mar 04 2025
|
141276
141282
|
*
|
141277
141283
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
141278
141284
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -141405,8 +141411,8 @@ classImpl.abstract = m_class_abstract;
|
|
141405
141411
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/class.js
|
141406
141412
|
/**
|
141407
141413
|
* DevExtreme (esm/core/class.js)
|
141408
|
-
* Version: 24.2.6-build-
|
141409
|
-
* Build date:
|
141414
|
+
* Version: 24.2.6-build-25063-1935
|
141415
|
+
* Build date: Tue Mar 04 2025
|
141410
141416
|
*
|
141411
141417
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
141412
141418
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -141417,8 +141423,8 @@ classImpl.abstract = m_class_abstract;
|
|
141417
141423
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_iterator.js
|
141418
141424
|
/**
|
141419
141425
|
* DevExtreme (esm/__internal/core/utils/m_iterator.js)
|
141420
|
-
* Version: 24.2.6-build-
|
141421
|
-
* Build date:
|
141426
|
+
* Version: 24.2.6-build-25063-1935
|
141427
|
+
* Build date: Tue Mar 04 2025
|
141422
141428
|
*
|
141423
141429
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
141424
141430
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -141467,8 +141473,8 @@ const reverseEach = (array, callback) => {
|
|
141467
141473
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_dependency_injector.js
|
141468
141474
|
/**
|
141469
141475
|
* DevExtreme (esm/__internal/core/utils/m_dependency_injector.js)
|
141470
|
-
* Version: 24.2.6-build-
|
141471
|
-
* Build date:
|
141476
|
+
* Version: 24.2.6-build-25063-1935
|
141477
|
+
* Build date: Tue Mar 04 2025
|
141472
141478
|
*
|
141473
141479
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
141474
141480
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -141517,8 +141523,8 @@ function injector(object) {
|
|
141517
141523
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/dependency_injector.js
|
141518
141524
|
/**
|
141519
141525
|
* DevExtreme (esm/core/utils/dependency_injector.js)
|
141520
|
-
* Version: 24.2.6-build-
|
141521
|
-
* Build date:
|
141526
|
+
* Version: 24.2.6-build-25063-1935
|
141527
|
+
* Build date: Tue Mar 04 2025
|
141522
141528
|
*
|
141523
141529
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
141524
141530
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -141529,8 +141535,8 @@ function injector(object) {
|
|
141529
141535
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/ldml/date.formatter.js
|
141530
141536
|
/**
|
141531
141537
|
* DevExtreme (esm/common/core/localization/ldml/date.formatter.js)
|
141532
|
-
* Version: 24.2.6-build-
|
141533
|
-
* Build date:
|
141538
|
+
* Version: 24.2.6-build-25063-1935
|
141539
|
+
* Build date: Tue Mar 04 2025
|
141534
141540
|
*
|
141535
141541
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
141536
141542
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -141683,8 +141689,8 @@ function _extends() {
|
|
141683
141689
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/m_config.js
|
141684
141690
|
/**
|
141685
141691
|
* DevExtreme (esm/__internal/core/m_config.js)
|
141686
|
-
* Version: 24.2.6-build-
|
141687
|
-
* Build date:
|
141692
|
+
* Version: 24.2.6-build-25063-1935
|
141693
|
+
* Build date: Tue Mar 04 2025
|
141688
141694
|
*
|
141689
141695
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
141690
141696
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -141759,8 +141765,8 @@ if ("undefined" !== typeof DevExpress && DevExpress.config) {
|
|
141759
141765
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/config.js
|
141760
141766
|
/**
|
141761
141767
|
* DevExtreme (esm/common/config.js)
|
141762
|
-
* Version: 24.2.6-build-
|
141763
|
-
* Build date:
|
141768
|
+
* Version: 24.2.6-build-25063-1935
|
141769
|
+
* Build date: Tue Mar 04 2025
|
141764
141770
|
*
|
141765
141771
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
141766
141772
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -141771,8 +141777,8 @@ if ("undefined" !== typeof DevExpress && DevExpress.config) {
|
|
141771
141777
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/m_guid.js
|
141772
141778
|
/**
|
141773
141779
|
* DevExtreme (esm/__internal/core/m_guid.js)
|
141774
|
-
* Version: 24.2.6-build-
|
141775
|
-
* Build date:
|
141780
|
+
* Version: 24.2.6-build-25063-1935
|
141781
|
+
* Build date: Tue Mar 04 2025
|
141776
141782
|
*
|
141777
141783
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
141778
141784
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -141814,8 +141820,8 @@ const Guid = core_class.inherit({
|
|
141814
141820
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/guid.js
|
141815
141821
|
/**
|
141816
141822
|
* DevExtreme (esm/common/guid.js)
|
141817
|
-
* Version: 24.2.6-build-
|
141818
|
-
* Build date:
|
141823
|
+
* Version: 24.2.6-build-25063-1935
|
141824
|
+
* Build date: Tue Mar 04 2025
|
141819
141825
|
*
|
141820
141826
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
141821
141827
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -141826,8 +141832,8 @@ const Guid = core_class.inherit({
|
|
141826
141832
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/templates/m_template_engine_registry.js
|
141827
141833
|
/**
|
141828
141834
|
* DevExtreme (esm/__internal/core/templates/m_template_engine_registry.js)
|
141829
|
-
* Version: 24.2.6-build-
|
141830
|
-
* Build date:
|
141835
|
+
* Version: 24.2.6-build-25063-1935
|
141836
|
+
* Build date: Tue Mar 04 2025
|
141831
141837
|
*
|
141832
141838
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
141833
141839
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -141856,8 +141862,8 @@ function getCurrentTemplateEngine() {
|
|
141856
141862
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/templates/template_engine_registry.js
|
141857
141863
|
/**
|
141858
141864
|
* DevExtreme (esm/core/templates/template_engine_registry.js)
|
141859
|
-
* Version: 24.2.6-build-
|
141860
|
-
* Build date:
|
141865
|
+
* Version: 24.2.6-build-25063-1935
|
141866
|
+
* Build date: Tue Mar 04 2025
|
141861
141867
|
*
|
141862
141868
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
141863
141869
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -141867,8 +141873,8 @@ function getCurrentTemplateEngine() {
|
|
141867
141873
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/m_set_template_engine.js
|
141868
141874
|
/**
|
141869
141875
|
* DevExtreme (esm/__internal/core/m_set_template_engine.js)
|
141870
|
-
* Version: 24.2.6-build-
|
141871
|
-
* Build date:
|
141876
|
+
* Version: 24.2.6-build-25063-1935
|
141877
|
+
* Build date: Tue Mar 04 2025
|
141872
141878
|
*
|
141873
141879
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
141874
141880
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -141878,8 +141884,8 @@ function getCurrentTemplateEngine() {
|
|
141878
141884
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/set_template_engine.js
|
141879
141885
|
/**
|
141880
141886
|
* DevExtreme (esm/common/set_template_engine.js)
|
141881
|
-
* Version: 24.2.6-build-
|
141882
|
-
* Build date:
|
141887
|
+
* Version: 24.2.6-build-25063-1935
|
141888
|
+
* Build date: Tue Mar 04 2025
|
141883
141889
|
*
|
141884
141890
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
141885
141891
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -141890,8 +141896,8 @@ function getCurrentTemplateEngine() {
|
|
141890
141896
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common.js
|
141891
141897
|
/**
|
141892
141898
|
* DevExtreme (esm/common.js)
|
141893
|
-
* Version: 24.2.6-build-
|
141894
|
-
* Build date:
|
141899
|
+
* Version: 24.2.6-build-25063-1935
|
141900
|
+
* Build date: Tue Mar 04 2025
|
141895
141901
|
*
|
141896
141902
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
141897
141903
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -141904,8 +141910,8 @@ function getCurrentTemplateEngine() {
|
|
141904
141910
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/config.js
|
141905
141911
|
/**
|
141906
141912
|
* DevExtreme (esm/core/config.js)
|
141907
|
-
* Version: 24.2.6-build-
|
141908
|
-
* Build date:
|
141913
|
+
* Version: 24.2.6-build-25063-1935
|
141914
|
+
* Build date: Tue Mar 04 2025
|
141909
141915
|
*
|
141910
141916
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
141911
141917
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -141916,8 +141922,8 @@ function getCurrentTemplateEngine() {
|
|
141916
141922
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/guid.js
|
141917
141923
|
/**
|
141918
141924
|
* DevExtreme (esm/core/guid.js)
|
141919
|
-
* Version: 24.2.6-build-
|
141920
|
-
* Build date:
|
141925
|
+
* Version: 24.2.6-build-25063-1935
|
141926
|
+
* Build date: Tue Mar 04 2025
|
141921
141927
|
*
|
141922
141928
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
141923
141929
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -141928,8 +141934,8 @@ function getCurrentTemplateEngine() {
|
|
141928
141934
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/console.js
|
141929
141935
|
/**
|
141930
141936
|
* DevExtreme (esm/core/utils/console.js)
|
141931
|
-
* Version: 24.2.6-build-
|
141932
|
-
* Build date:
|
141937
|
+
* Version: 24.2.6-build-25063-1935
|
141938
|
+
* Build date: Tue Mar 04 2025
|
141933
141939
|
*
|
141934
141940
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
141935
141941
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -141939,8 +141945,8 @@ function getCurrentTemplateEngine() {
|
|
141939
141945
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_variable_wrapper.js
|
141940
141946
|
/**
|
141941
141947
|
* DevExtreme (esm/__internal/core/utils/m_variable_wrapper.js)
|
141942
|
-
* Version: 24.2.6-build-
|
141943
|
-
* Build date:
|
141948
|
+
* Version: 24.2.6-build-25063-1935
|
141949
|
+
* Build date: Tue Mar 04 2025
|
141944
141950
|
*
|
141945
141951
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
141946
141952
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -141969,8 +141975,8 @@ const m_variable_wrapper_variableWrapper = dependency_injector({
|
|
141969
141975
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/variable_wrapper.js
|
141970
141976
|
/**
|
141971
141977
|
* DevExtreme (esm/core/utils/variable_wrapper.js)
|
141972
|
-
* Version: 24.2.6-build-
|
141973
|
-
* Build date:
|
141978
|
+
* Version: 24.2.6-build-25063-1935
|
141979
|
+
* Build date: Tue Mar 04 2025
|
141974
141980
|
*
|
141975
141981
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
141976
141982
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -141981,8 +141987,8 @@ const m_variable_wrapper_variableWrapper = dependency_injector({
|
|
141981
141987
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_object.js
|
141982
141988
|
/**
|
141983
141989
|
* DevExtreme (esm/__internal/core/utils/m_object.js)
|
141984
|
-
* Version: 24.2.6-build-
|
141985
|
-
* Build date:
|
141990
|
+
* Version: 24.2.6-build-25063-1935
|
141991
|
+
* Build date: Tue Mar 04 2025
|
141986
141992
|
*
|
141987
141993
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
141988
141994
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -142082,8 +142088,8 @@ const m_object_deepExtendArraySafe = function(target, changes, extendComplexObje
|
|
142082
142088
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/object.js
|
142083
142089
|
/**
|
142084
142090
|
* DevExtreme (esm/core/utils/object.js)
|
142085
|
-
* Version: 24.2.6-build-
|
142086
|
-
* Build date:
|
142091
|
+
* Version: 24.2.6-build-25063-1935
|
142092
|
+
* Build date: Tue Mar 04 2025
|
142087
142093
|
*
|
142088
142094
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
142089
142095
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -142093,8 +142099,8 @@ const m_object_deepExtendArraySafe = function(target, changes, extendComplexObje
|
|
142093
142099
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_data.js
|
142094
142100
|
/**
|
142095
142101
|
* DevExtreme (esm/__internal/core/utils/m_data.js)
|
142096
|
-
* Version: 24.2.6-build-
|
142097
|
-
* Build date:
|
142102
|
+
* Version: 24.2.6-build-25063-1935
|
142103
|
+
* Build date: Tue Mar 04 2025
|
142098
142104
|
*
|
142099
142105
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
142100
142106
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -142290,8 +142296,8 @@ const toComparable = function(value, caseSensitive) {
|
|
142290
142296
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/data.js
|
142291
142297
|
/**
|
142292
142298
|
* DevExtreme (esm/core/utils/data.js)
|
142293
|
-
* Version: 24.2.6-build-
|
142294
|
-
* Build date:
|
142299
|
+
* Version: 24.2.6-build-25063-1935
|
142300
|
+
* Build date: Tue Mar 04 2025
|
142295
142301
|
*
|
142296
142302
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
142297
142303
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -142301,8 +142307,8 @@ const toComparable = function(value, caseSensitive) {
|
|
142301
142307
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_callbacks.js
|
142302
142308
|
/**
|
142303
142309
|
* DevExtreme (esm/__internal/core/utils/m_callbacks.js)
|
142304
|
-
* Version: 24.2.6-build-
|
142305
|
-
* Build date:
|
142310
|
+
* Version: 24.2.6-build-25063-1935
|
142311
|
+
* Build date: Tue Mar 04 2025
|
142306
142312
|
*
|
142307
142313
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
142308
142314
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -142397,8 +142403,8 @@ const Callbacks = function(options) {
|
|
142397
142403
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/callbacks.js
|
142398
142404
|
/**
|
142399
142405
|
* DevExtreme (esm/core/utils/callbacks.js)
|
142400
|
-
* Version: 24.2.6-build-
|
142401
|
-
* Build date:
|
142406
|
+
* Version: 24.2.6-build-25063-1935
|
142407
|
+
* Build date: Tue Mar 04 2025
|
142402
142408
|
*
|
142403
142409
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
142404
142410
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -142409,8 +142415,8 @@ const Callbacks = function(options) {
|
|
142409
142415
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_deferred.js
|
142410
142416
|
/**
|
142411
142417
|
* DevExtreme (esm/__internal/core/utils/m_deferred.js)
|
142412
|
-
* Version: 24.2.6-build-
|
142413
|
-
* Build date:
|
142418
|
+
* Version: 24.2.6-build-25063-1935
|
142419
|
+
* Build date: Tue Mar 04 2025
|
142414
142420
|
*
|
142415
142421
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
142416
142422
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -142575,8 +142581,8 @@ function when() {
|
|
142575
142581
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/deferred.js
|
142576
142582
|
/**
|
142577
142583
|
* DevExtreme (esm/core/utils/deferred.js)
|
142578
|
-
* Version: 24.2.6-build-
|
142579
|
-
* Build date:
|
142584
|
+
* Version: 24.2.6-build-25063-1935
|
142585
|
+
* Build date: Tue Mar 04 2025
|
142580
142586
|
*
|
142581
142587
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
142582
142588
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -142586,8 +142592,8 @@ function when() {
|
|
142586
142592
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_common.js
|
142587
142593
|
/**
|
142588
142594
|
* DevExtreme (esm/__internal/core/utils/m_common.js)
|
142589
|
-
* Version: 24.2.6-build-
|
142590
|
-
* Build date:
|
142595
|
+
* Version: 24.2.6-build-25063-1935
|
142596
|
+
* Build date: Tue Mar 04 2025
|
142591
142597
|
*
|
142592
142598
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
142593
142599
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -142599,6 +142605,7 @@ function when() {
|
|
142599
142605
|
|
142600
142606
|
|
142601
142607
|
|
142608
|
+
const uiLayerInitialized = new Deferred;
|
142602
142609
|
const ensureDefined = function(value, defaultValue) {
|
142603
142610
|
return m_type_isDefined(value) ? value : defaultValue
|
142604
142611
|
};
|
@@ -142881,8 +142888,8 @@ const equalByValue = function(value1, value2) {
|
|
142881
142888
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/common.js
|
142882
142889
|
/**
|
142883
142890
|
* DevExtreme (esm/core/utils/common.js)
|
142884
|
-
* Version: 24.2.6-build-
|
142885
|
-
* Build date:
|
142891
|
+
* Version: 24.2.6-build-25063-1935
|
142892
|
+
* Build date: Tue Mar 04 2025
|
142886
142893
|
*
|
142887
142894
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
142888
142895
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -142892,8 +142899,8 @@ const equalByValue = function(value1, value2) {
|
|
142892
142899
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_math.js
|
142893
142900
|
/**
|
142894
142901
|
* DevExtreme (esm/__internal/core/utils/m_math.js)
|
142895
|
-
* Version: 24.2.6-build-
|
142896
|
-
* Build date:
|
142902
|
+
* Version: 24.2.6-build-25063-1935
|
142903
|
+
* Build date: Tue Mar 04 2025
|
142897
142904
|
*
|
142898
142905
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
142899
142906
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -143062,8 +143069,8 @@ function roundFloatPart(value) {
|
|
143062
143069
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/math.js
|
143063
143070
|
/**
|
143064
143071
|
* DevExtreme (esm/core/utils/math.js)
|
143065
|
-
* Version: 24.2.6-build-
|
143066
|
-
* Build date:
|
143072
|
+
* Version: 24.2.6-build-25063-1935
|
143073
|
+
* Build date: Tue Mar 04 2025
|
143067
143074
|
*
|
143068
143075
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
143069
143076
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -143073,8 +143080,8 @@ function roundFloatPart(value) {
|
|
143073
143080
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/utils.js
|
143074
143081
|
/**
|
143075
143082
|
* DevExtreme (esm/common/core/localization/utils.js)
|
143076
|
-
* Version: 24.2.6-build-
|
143077
|
-
* Build date:
|
143083
|
+
* Version: 24.2.6-build-25063-1935
|
143084
|
+
* Build date: Tue Mar 04 2025
|
143078
143085
|
*
|
143079
143086
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
143080
143087
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -143101,8 +143108,8 @@ function toFixed(value, precision) {
|
|
143101
143108
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/ldml/number.js
|
143102
143109
|
/**
|
143103
143110
|
* DevExtreme (esm/common/core/localization/ldml/number.js)
|
143104
|
-
* Version: 24.2.6-build-
|
143105
|
-
* Build date:
|
143111
|
+
* Version: 24.2.6-build-25063-1935
|
143112
|
+
* Build date: Tue Mar 04 2025
|
143106
143113
|
*
|
143107
143114
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
143108
143115
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -143343,8 +143350,8 @@ function getFormat(formatter) {
|
|
143343
143350
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/currency.js
|
143344
143351
|
/**
|
143345
143352
|
* DevExtreme (esm/common/core/localization/currency.js)
|
143346
|
-
* Version: 24.2.6-build-
|
143347
|
-
* Build date:
|
143353
|
+
* Version: 24.2.6-build-25063-1935
|
143354
|
+
* Build date: Tue Mar 04 2025
|
143348
143355
|
*
|
143349
143356
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
143350
143357
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -143376,8 +143383,8 @@ function getFormat(formatter) {
|
|
143376
143383
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/cldr-data/parent_locales.js
|
143377
143384
|
/**
|
143378
143385
|
* DevExtreme (esm/common/core/localization/cldr-data/parent_locales.js)
|
143379
|
-
* Version: 24.2.6-build-
|
143380
|
-
* Build date:
|
143386
|
+
* Version: 24.2.6-build-25063-1935
|
143387
|
+
* Build date: Tue Mar 04 2025
|
143381
143388
|
*
|
143382
143389
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
143383
143390
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -143562,8 +143569,8 @@ function getFormat(formatter) {
|
|
143562
143569
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/parentLocale.js
|
143563
143570
|
/**
|
143564
143571
|
* DevExtreme (esm/common/core/localization/parentLocale.js)
|
143565
|
-
* Version: 24.2.6-build-
|
143566
|
-
* Build date:
|
143572
|
+
* Version: 24.2.6-build-25063-1935
|
143573
|
+
* Build date: Tue Mar 04 2025
|
143567
143574
|
*
|
143568
143575
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
143569
143576
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -143580,8 +143587,8 @@ const PARENT_LOCALE_SEPARATOR = "-";
|
|
143580
143587
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/core.js
|
143581
143588
|
/**
|
143582
143589
|
* DevExtreme (esm/common/core/localization/core.js)
|
143583
|
-
* Version: 24.2.6-build-
|
143584
|
-
* Build date:
|
143590
|
+
* Version: 24.2.6-build-25063-1935
|
143591
|
+
* Build date: Tue Mar 04 2025
|
143585
143592
|
*
|
143586
143593
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
143587
143594
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -143622,8 +143629,8 @@ const DEFAULT_LOCALE = "en";
|
|
143622
143629
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/open_xml_currency_format.js
|
143623
143630
|
/**
|
143624
143631
|
* DevExtreme (esm/common/core/localization/open_xml_currency_format.js)
|
143625
|
-
* Version: 24.2.6-build-
|
143626
|
-
* Build date:
|
143632
|
+
* Version: 24.2.6-build-25063-1935
|
143633
|
+
* Build date: Tue Mar 04 2025
|
143627
143634
|
*
|
143628
143635
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
143629
143636
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -143665,8 +143672,8 @@ const DEFAULT_LOCALE = "en";
|
|
143665
143672
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/cldr-data/accounting_formats.js
|
143666
143673
|
/**
|
143667
143674
|
* DevExtreme (esm/common/core/localization/cldr-data/accounting_formats.js)
|
143668
|
-
* Version: 24.2.6-build-
|
143669
|
-
* Build date:
|
143675
|
+
* Version: 24.2.6-build-25063-1935
|
143676
|
+
* Build date: Tue Mar 04 2025
|
143670
143677
|
*
|
143671
143678
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
143672
143679
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -144252,8 +144259,8 @@ const DEFAULT_LOCALE = "en";
|
|
144252
144259
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/intl/number.js
|
144253
144260
|
/**
|
144254
144261
|
* DevExtreme (esm/common/core/localization/intl/number.js)
|
144255
|
-
* Version: 24.2.6-build-
|
144256
|
-
* Build date:
|
144262
|
+
* Version: 24.2.6-build-25063-1935
|
144263
|
+
* Build date: Tue Mar 04 2025
|
144257
144264
|
*
|
144258
144265
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
144259
144266
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -144373,8 +144380,8 @@ const getCurrencyFormatter = currency => new Intl.NumberFormat(core.locale(), {
|
|
144373
144380
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/number.js
|
144374
144381
|
/**
|
144375
144382
|
* DevExtreme (esm/common/core/localization/number.js)
|
144376
|
-
* Version: 24.2.6-build-
|
144377
|
-
* Build date:
|
144383
|
+
* Version: 24.2.6-build-25063-1935
|
144384
|
+
* Build date: Tue Mar 04 2025
|
144378
144385
|
*
|
144379
144386
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
144380
144387
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -144679,8 +144686,8 @@ if (hasIntl) {
|
|
144679
144686
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/ldml/date.format.js
|
144680
144687
|
/**
|
144681
144688
|
* DevExtreme (esm/common/core/localization/ldml/date.format.js)
|
144682
|
-
* Version: 24.2.6-build-
|
144683
|
-
* Build date:
|
144689
|
+
* Version: 24.2.6-build-25063-1935
|
144690
|
+
* Build date: Tue Mar 04 2025
|
144684
144691
|
*
|
144685
144692
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
144686
144693
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -144877,8 +144884,8 @@ const date_format_getFormat = function(formatter) {
|
|
144877
144884
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/ldml/date.parser.js
|
144878
144885
|
/**
|
144879
144886
|
* DevExtreme (esm/common/core/localization/ldml/date.parser.js)
|
144880
|
-
* Version: 24.2.6-build-
|
144881
|
-
* Build date:
|
144887
|
+
* Version: 24.2.6-build-25063-1935
|
144888
|
+
* Build date: Tue Mar 04 2025
|
144882
144889
|
*
|
144883
144890
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
144884
144891
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -145196,8 +145203,8 @@ const getParser = function(format, dateParts) {
|
|
145196
145203
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/default_date_names.js
|
145197
145204
|
/**
|
145198
145205
|
* DevExtreme (esm/common/core/localization/default_date_names.js)
|
145199
|
-
* Version: 24.2.6-build-
|
145200
|
-
* Build date:
|
145206
|
+
* Version: 24.2.6-build-25063-1935
|
145207
|
+
* Build date: Tue Mar 04 2025
|
145201
145208
|
*
|
145202
145209
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
145203
145210
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -145233,8 +145240,8 @@ const cutCaptions = (captions, format) => {
|
|
145233
145240
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/cldr-data/first_day_of_week_data.js
|
145234
145241
|
/**
|
145235
145242
|
* DevExtreme (esm/common/core/localization/cldr-data/first_day_of_week_data.js)
|
145236
|
-
* Version: 24.2.6-build-
|
145237
|
-
* Build date:
|
145243
|
+
* Version: 24.2.6-build-25063-1935
|
145244
|
+
* Build date: Tue Mar 04 2025
|
145238
145245
|
*
|
145239
145246
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
145240
145247
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -145433,8 +145440,8 @@ const cutCaptions = (captions, format) => {
|
|
145433
145440
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/intl/date.js
|
145434
145441
|
/**
|
145435
145442
|
* DevExtreme (esm/common/core/localization/intl/date.js)
|
145436
|
-
* Version: 24.2.6-build-
|
145437
|
-
* Build date:
|
145443
|
+
* Version: 24.2.6-build-25063-1935
|
145444
|
+
* Build date: Tue Mar 04 2025
|
145438
145445
|
*
|
145439
145446
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
145440
145447
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
@@ -145751,8 +145758,8 @@ const monthNameStrategies = {
|
|
145751
145758
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/date.js
|
145752
145759
|
/**
|
145753
145760
|
* DevExtreme (esm/common/core/localization/date.js)
|
145754
|
-
* Version: 24.2.6-build-
|
145755
|
-
* Build date:
|
145761
|
+
* Version: 24.2.6-build-25063-1935
|
145762
|
+
* Build date: Tue Mar 04 2025
|
145756
145763
|
*
|
145757
145764
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
145758
145765
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|