devexpress-richedit 24.2.14 → 24.2.15
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/bin/gulpfile.js +1 -1
- package/bin/index-custom.js +1 -1
- package/bin/localization-builder.js +1 -1
- package/bin/nspell-index.js +1 -1
- package/bin/nspell.webpack.config.js +1 -1
- package/bin/webpack-externals.js +1 -1
- package/bin/webpack.config.js +1 -1
- package/dist/dx.richedit.d.ts +1 -1
- package/dist/dx.richedit.js +133 -126
- package/dist/dx.richedit.min.js +2 -2
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/lib/client/client-rich-edit.js +2 -2
- package/lib/common/model/fields/parsers/field-code-parser-toc.d.ts +1 -0
- package/lib/common/model/fields/parsers/field-code-parser-toc.js +9 -2
- package/package.json +3 -3
package/dist/dx.richedit.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* DevExpress WebRichEdit (dx.richedit.js)
|
|
3
|
-
* Version: 24.2.
|
|
3
|
+
* Version: 24.2.15
|
|
4
4
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
5
5
|
* License: https://www.devexpress.com/Support/EULAs",
|
|
6
6
|
*/
|
|
@@ -33681,7 +33681,6 @@ class InsertParagraphManipulatorParams extends ManipulatorParamsCharacterPropert
|
|
|
33681
33681
|
|
|
33682
33682
|
|
|
33683
33683
|
|
|
33684
|
-
|
|
33685
33684
|
|
|
33686
33685
|
|
|
33687
33686
|
class FieldCodeParserToc extends FieldCodeParserClientUpdatingBase {
|
|
@@ -33927,13 +33926,21 @@ class FieldCodeParserToc extends FieldCodeParserClientUpdatingBase {
|
|
|
33927
33926
|
}
|
|
33928
33927
|
generateNewBookmarkName() {
|
|
33929
33928
|
while (true) {
|
|
33930
|
-
const name = this.modelManager.model.simpleFormattersManager.formatString("_Toc{0}",
|
|
33929
|
+
const name = this.modelManager.model.simpleFormattersManager.formatString("_Toc{0}", this.generateId(10));
|
|
33931
33930
|
for (let i = 0, bookmark; bookmark = this.subDocument.bookmarks[i]; i++)
|
|
33932
33931
|
if (bookmark.name.toUpperCase() == name.toUpperCase())
|
|
33933
33932
|
continue;
|
|
33934
33933
|
return name;
|
|
33935
33934
|
}
|
|
33936
33935
|
}
|
|
33936
|
+
generateId(length) {
|
|
33937
|
+
if (length <= 0)
|
|
33938
|
+
throw new Error('Length must be positive');
|
|
33939
|
+
let result = '';
|
|
33940
|
+
for (let i = 0; i < length; i++)
|
|
33941
|
+
result += Math.floor(Math.random() * 10);
|
|
33942
|
+
return result;
|
|
33943
|
+
}
|
|
33937
33944
|
}
|
|
33938
33945
|
class TocParserParameters {
|
|
33939
33946
|
constructor() {
|
|
@@ -141328,8 +141335,8 @@ class DialogManager {
|
|
|
141328
141335
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_type.js
|
|
141329
141336
|
/**
|
|
141330
141337
|
* DevExtreme (esm/__internal/core/utils/m_type.js)
|
|
141331
|
-
* Version: 24.2.
|
|
141332
|
-
* Build date: Fri
|
|
141338
|
+
* Version: 24.2.15
|
|
141339
|
+
* Build date: Fri Apr 24 2026
|
|
141333
141340
|
*
|
|
141334
141341
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
141335
141342
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -141431,8 +141438,8 @@ const isEvent = function(object) {
|
|
|
141431
141438
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/type.js
|
|
141432
141439
|
/**
|
|
141433
141440
|
* DevExtreme (esm/core/utils/type.js)
|
|
141434
|
-
* Version: 24.2.
|
|
141435
|
-
* Build date: Fri
|
|
141441
|
+
* Version: 24.2.15
|
|
141442
|
+
* Build date: Fri Apr 24 2026
|
|
141436
141443
|
*
|
|
141437
141444
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
141438
141445
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -141442,8 +141449,8 @@ const isEvent = function(object) {
|
|
|
141442
141449
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_extend.js
|
|
141443
141450
|
/**
|
|
141444
141451
|
* DevExtreme (esm/__internal/core/utils/m_extend.js)
|
|
141445
|
-
* Version: 24.2.
|
|
141446
|
-
* Build date: Fri
|
|
141452
|
+
* Version: 24.2.15
|
|
141453
|
+
* Build date: Fri Apr 24 2026
|
|
141447
141454
|
*
|
|
141448
141455
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
141449
141456
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -141501,8 +141508,8 @@ const extend = function(target) {
|
|
|
141501
141508
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/extend.js
|
|
141502
141509
|
/**
|
|
141503
141510
|
* DevExtreme (esm/core/utils/extend.js)
|
|
141504
|
-
* Version: 24.2.
|
|
141505
|
-
* Build date: Fri
|
|
141511
|
+
* Version: 24.2.15
|
|
141512
|
+
* Build date: Fri Apr 24 2026
|
|
141506
141513
|
*
|
|
141507
141514
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
141508
141515
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -141512,8 +141519,8 @@ const extend = function(target) {
|
|
|
141512
141519
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_string.js
|
|
141513
141520
|
/**
|
|
141514
141521
|
* DevExtreme (esm/__internal/core/utils/m_string.js)
|
|
141515
|
-
* Version: 24.2.
|
|
141516
|
-
* Build date: Fri
|
|
141522
|
+
* Version: 24.2.15
|
|
141523
|
+
* Build date: Fri Apr 24 2026
|
|
141517
141524
|
*
|
|
141518
141525
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
141519
141526
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -141588,8 +141595,8 @@ const isEmpty = function() {
|
|
|
141588
141595
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/string.js
|
|
141589
141596
|
/**
|
|
141590
141597
|
* DevExtreme (esm/core/utils/string.js)
|
|
141591
|
-
* Version: 24.2.
|
|
141592
|
-
* Build date: Fri
|
|
141598
|
+
* Version: 24.2.15
|
|
141599
|
+
* Build date: Fri Apr 24 2026
|
|
141593
141600
|
*
|
|
141594
141601
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
141595
141602
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -141599,20 +141606,20 @@ const isEmpty = function() {
|
|
|
141599
141606
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/version.js
|
|
141600
141607
|
/**
|
|
141601
141608
|
* DevExtreme (esm/core/version.js)
|
|
141602
|
-
* Version: 24.2.
|
|
141603
|
-
* Build date: Fri
|
|
141609
|
+
* Version: 24.2.15
|
|
141610
|
+
* Build date: Fri Apr 24 2026
|
|
141604
141611
|
*
|
|
141605
141612
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
141606
141613
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
141607
141614
|
*/
|
|
141608
|
-
const version = "24.2.
|
|
141609
|
-
const fullVersion = "24.2.
|
|
141615
|
+
const version = "24.2.15";
|
|
141616
|
+
const fullVersion = "24.2.15";
|
|
141610
141617
|
|
|
141611
141618
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_console.js
|
|
141612
141619
|
/**
|
|
141613
141620
|
* DevExtreme (esm/__internal/core/utils/m_console.js)
|
|
141614
|
-
* Version: 24.2.
|
|
141615
|
-
* Build date: Fri
|
|
141621
|
+
* Version: 24.2.15
|
|
141622
|
+
* Build date: Fri Apr 24 2026
|
|
141616
141623
|
*
|
|
141617
141624
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
141618
141625
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -141652,8 +141659,8 @@ const debug = function() {
|
|
|
141652
141659
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_error.js
|
|
141653
141660
|
/**
|
|
141654
141661
|
* DevExtreme (esm/__internal/core/utils/m_error.js)
|
|
141655
|
-
* Version: 24.2.
|
|
141656
|
-
* Build date: Fri
|
|
141662
|
+
* Version: 24.2.15
|
|
141663
|
+
* Build date: Fri Apr 24 2026
|
|
141657
141664
|
*
|
|
141658
141665
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
141659
141666
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -141724,8 +141731,8 @@ function error(baseErrors, errors) {
|
|
|
141724
141731
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/error.js
|
|
141725
141732
|
/**
|
|
141726
141733
|
* DevExtreme (esm/core/utils/error.js)
|
|
141727
|
-
* Version: 24.2.
|
|
141728
|
-
* Build date: Fri
|
|
141734
|
+
* Version: 24.2.15
|
|
141735
|
+
* Build date: Fri Apr 24 2026
|
|
141729
141736
|
*
|
|
141730
141737
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
141731
141738
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -141736,8 +141743,8 @@ function error(baseErrors, errors) {
|
|
|
141736
141743
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/m_errors.js
|
|
141737
141744
|
/**
|
|
141738
141745
|
* DevExtreme (esm/__internal/core/m_errors.js)
|
|
141739
|
-
* Version: 24.2.
|
|
141740
|
-
* Build date: Fri
|
|
141746
|
+
* Version: 24.2.15
|
|
141747
|
+
* Build date: Fri Apr 24 2026
|
|
141741
141748
|
*
|
|
141742
141749
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
141743
141750
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -141803,8 +141810,8 @@ function error(baseErrors, errors) {
|
|
|
141803
141810
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/errors.js
|
|
141804
141811
|
/**
|
|
141805
141812
|
* DevExtreme (esm/core/errors.js)
|
|
141806
|
-
* Version: 24.2.
|
|
141807
|
-
* Build date: Fri
|
|
141813
|
+
* Version: 24.2.15
|
|
141814
|
+
* Build date: Fri Apr 24 2026
|
|
141808
141815
|
*
|
|
141809
141816
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
141810
141817
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -141815,8 +141822,8 @@ function error(baseErrors, errors) {
|
|
|
141815
141822
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/m_class.js
|
|
141816
141823
|
/**
|
|
141817
141824
|
* DevExtreme (esm/__internal/core/m_class.js)
|
|
141818
|
-
* Version: 24.2.
|
|
141819
|
-
* Build date: Fri
|
|
141825
|
+
* Version: 24.2.15
|
|
141826
|
+
* Build date: Fri Apr 24 2026
|
|
141820
141827
|
*
|
|
141821
141828
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
141822
141829
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -141949,8 +141956,8 @@ classImpl.abstract = m_class_abstract;
|
|
|
141949
141956
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/class.js
|
|
141950
141957
|
/**
|
|
141951
141958
|
* DevExtreme (esm/core/class.js)
|
|
141952
|
-
* Version: 24.2.
|
|
141953
|
-
* Build date: Fri
|
|
141959
|
+
* Version: 24.2.15
|
|
141960
|
+
* Build date: Fri Apr 24 2026
|
|
141954
141961
|
*
|
|
141955
141962
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
141956
141963
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -141961,8 +141968,8 @@ classImpl.abstract = m_class_abstract;
|
|
|
141961
141968
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_iterator.js
|
|
141962
141969
|
/**
|
|
141963
141970
|
* DevExtreme (esm/__internal/core/utils/m_iterator.js)
|
|
141964
|
-
* Version: 24.2.
|
|
141965
|
-
* Build date: Fri
|
|
141971
|
+
* Version: 24.2.15
|
|
141972
|
+
* Build date: Fri Apr 24 2026
|
|
141966
141973
|
*
|
|
141967
141974
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
141968
141975
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -142011,8 +142018,8 @@ const reverseEach = (array, callback) => {
|
|
|
142011
142018
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_dependency_injector.js
|
|
142012
142019
|
/**
|
|
142013
142020
|
* DevExtreme (esm/__internal/core/utils/m_dependency_injector.js)
|
|
142014
|
-
* Version: 24.2.
|
|
142015
|
-
* Build date: Fri
|
|
142021
|
+
* Version: 24.2.15
|
|
142022
|
+
* Build date: Fri Apr 24 2026
|
|
142016
142023
|
*
|
|
142017
142024
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
142018
142025
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -142061,8 +142068,8 @@ function injector(object) {
|
|
|
142061
142068
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/dependency_injector.js
|
|
142062
142069
|
/**
|
|
142063
142070
|
* DevExtreme (esm/core/utils/dependency_injector.js)
|
|
142064
|
-
* Version: 24.2.
|
|
142065
|
-
* Build date: Fri
|
|
142071
|
+
* Version: 24.2.15
|
|
142072
|
+
* Build date: Fri Apr 24 2026
|
|
142066
142073
|
*
|
|
142067
142074
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
142068
142075
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -142073,8 +142080,8 @@ function injector(object) {
|
|
|
142073
142080
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/ldml/date.formatter.js
|
|
142074
142081
|
/**
|
|
142075
142082
|
* DevExtreme (esm/common/core/localization/ldml/date.formatter.js)
|
|
142076
|
-
* Version: 24.2.
|
|
142077
|
-
* Build date: Fri
|
|
142083
|
+
* Version: 24.2.15
|
|
142084
|
+
* Build date: Fri Apr 24 2026
|
|
142078
142085
|
*
|
|
142079
142086
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
142080
142087
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -142227,8 +142234,8 @@ function _extends() {
|
|
|
142227
142234
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/m_config.js
|
|
142228
142235
|
/**
|
|
142229
142236
|
* DevExtreme (esm/__internal/core/m_config.js)
|
|
142230
|
-
* Version: 24.2.
|
|
142231
|
-
* Build date: Fri
|
|
142237
|
+
* Version: 24.2.15
|
|
142238
|
+
* Build date: Fri Apr 24 2026
|
|
142232
142239
|
*
|
|
142233
142240
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
142234
142241
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -142304,8 +142311,8 @@ if ("undefined" !== typeof DevExpress && DevExpress.config) {
|
|
|
142304
142311
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/config.js
|
|
142305
142312
|
/**
|
|
142306
142313
|
* DevExtreme (esm/common/config.js)
|
|
142307
|
-
* Version: 24.2.
|
|
142308
|
-
* Build date: Fri
|
|
142314
|
+
* Version: 24.2.15
|
|
142315
|
+
* Build date: Fri Apr 24 2026
|
|
142309
142316
|
*
|
|
142310
142317
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
142311
142318
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -142316,8 +142323,8 @@ if ("undefined" !== typeof DevExpress && DevExpress.config) {
|
|
|
142316
142323
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/m_guid.js
|
|
142317
142324
|
/**
|
|
142318
142325
|
* DevExtreme (esm/__internal/core/m_guid.js)
|
|
142319
|
-
* Version: 24.2.
|
|
142320
|
-
* Build date: Fri
|
|
142326
|
+
* Version: 24.2.15
|
|
142327
|
+
* Build date: Fri Apr 24 2026
|
|
142321
142328
|
*
|
|
142322
142329
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
142323
142330
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -142359,8 +142366,8 @@ const Guid = core_class.inherit({
|
|
|
142359
142366
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/guid.js
|
|
142360
142367
|
/**
|
|
142361
142368
|
* DevExtreme (esm/common/guid.js)
|
|
142362
|
-
* Version: 24.2.
|
|
142363
|
-
* Build date: Fri
|
|
142369
|
+
* Version: 24.2.15
|
|
142370
|
+
* Build date: Fri Apr 24 2026
|
|
142364
142371
|
*
|
|
142365
142372
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
142366
142373
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -142371,8 +142378,8 @@ const Guid = core_class.inherit({
|
|
|
142371
142378
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/templates/m_template_engine_registry.js
|
|
142372
142379
|
/**
|
|
142373
142380
|
* DevExtreme (esm/__internal/core/templates/m_template_engine_registry.js)
|
|
142374
|
-
* Version: 24.2.
|
|
142375
|
-
* Build date: Fri
|
|
142381
|
+
* Version: 24.2.15
|
|
142382
|
+
* Build date: Fri Apr 24 2026
|
|
142376
142383
|
*
|
|
142377
142384
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
142378
142385
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -142401,8 +142408,8 @@ function getCurrentTemplateEngine() {
|
|
|
142401
142408
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/templates/template_engine_registry.js
|
|
142402
142409
|
/**
|
|
142403
142410
|
* DevExtreme (esm/core/templates/template_engine_registry.js)
|
|
142404
|
-
* Version: 24.2.
|
|
142405
|
-
* Build date: Fri
|
|
142411
|
+
* Version: 24.2.15
|
|
142412
|
+
* Build date: Fri Apr 24 2026
|
|
142406
142413
|
*
|
|
142407
142414
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
142408
142415
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -142412,8 +142419,8 @@ function getCurrentTemplateEngine() {
|
|
|
142412
142419
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/m_set_template_engine.js
|
|
142413
142420
|
/**
|
|
142414
142421
|
* DevExtreme (esm/__internal/core/m_set_template_engine.js)
|
|
142415
|
-
* Version: 24.2.
|
|
142416
|
-
* Build date: Fri
|
|
142422
|
+
* Version: 24.2.15
|
|
142423
|
+
* Build date: Fri Apr 24 2026
|
|
142417
142424
|
*
|
|
142418
142425
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
142419
142426
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -142423,8 +142430,8 @@ function getCurrentTemplateEngine() {
|
|
|
142423
142430
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/set_template_engine.js
|
|
142424
142431
|
/**
|
|
142425
142432
|
* DevExtreme (esm/common/set_template_engine.js)
|
|
142426
|
-
* Version: 24.2.
|
|
142427
|
-
* Build date: Fri
|
|
142433
|
+
* Version: 24.2.15
|
|
142434
|
+
* Build date: Fri Apr 24 2026
|
|
142428
142435
|
*
|
|
142429
142436
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
142430
142437
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -142435,8 +142442,8 @@ function getCurrentTemplateEngine() {
|
|
|
142435
142442
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common.js
|
|
142436
142443
|
/**
|
|
142437
142444
|
* DevExtreme (esm/common.js)
|
|
142438
|
-
* Version: 24.2.
|
|
142439
|
-
* Build date: Fri
|
|
142445
|
+
* Version: 24.2.15
|
|
142446
|
+
* Build date: Fri Apr 24 2026
|
|
142440
142447
|
*
|
|
142441
142448
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
142442
142449
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -142449,8 +142456,8 @@ function getCurrentTemplateEngine() {
|
|
|
142449
142456
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/config.js
|
|
142450
142457
|
/**
|
|
142451
142458
|
* DevExtreme (esm/core/config.js)
|
|
142452
|
-
* Version: 24.2.
|
|
142453
|
-
* Build date: Fri
|
|
142459
|
+
* Version: 24.2.15
|
|
142460
|
+
* Build date: Fri Apr 24 2026
|
|
142454
142461
|
*
|
|
142455
142462
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
142456
142463
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -142461,8 +142468,8 @@ function getCurrentTemplateEngine() {
|
|
|
142461
142468
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/guid.js
|
|
142462
142469
|
/**
|
|
142463
142470
|
* DevExtreme (esm/core/guid.js)
|
|
142464
|
-
* Version: 24.2.
|
|
142465
|
-
* Build date: Fri
|
|
142471
|
+
* Version: 24.2.15
|
|
142472
|
+
* Build date: Fri Apr 24 2026
|
|
142466
142473
|
*
|
|
142467
142474
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
142468
142475
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -142473,8 +142480,8 @@ function getCurrentTemplateEngine() {
|
|
|
142473
142480
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/console.js
|
|
142474
142481
|
/**
|
|
142475
142482
|
* DevExtreme (esm/core/utils/console.js)
|
|
142476
|
-
* Version: 24.2.
|
|
142477
|
-
* Build date: Fri
|
|
142483
|
+
* Version: 24.2.15
|
|
142484
|
+
* Build date: Fri Apr 24 2026
|
|
142478
142485
|
*
|
|
142479
142486
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
142480
142487
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -142484,8 +142491,8 @@ function getCurrentTemplateEngine() {
|
|
|
142484
142491
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_variable_wrapper.js
|
|
142485
142492
|
/**
|
|
142486
142493
|
* DevExtreme (esm/__internal/core/utils/m_variable_wrapper.js)
|
|
142487
|
-
* Version: 24.2.
|
|
142488
|
-
* Build date: Fri
|
|
142494
|
+
* Version: 24.2.15
|
|
142495
|
+
* Build date: Fri Apr 24 2026
|
|
142489
142496
|
*
|
|
142490
142497
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
142491
142498
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -142514,8 +142521,8 @@ const m_variable_wrapper_variableWrapper = dependency_injector({
|
|
|
142514
142521
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/variable_wrapper.js
|
|
142515
142522
|
/**
|
|
142516
142523
|
* DevExtreme (esm/core/utils/variable_wrapper.js)
|
|
142517
|
-
* Version: 24.2.
|
|
142518
|
-
* Build date: Fri
|
|
142524
|
+
* Version: 24.2.15
|
|
142525
|
+
* Build date: Fri Apr 24 2026
|
|
142519
142526
|
*
|
|
142520
142527
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
142521
142528
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -142526,8 +142533,8 @@ const m_variable_wrapper_variableWrapper = dependency_injector({
|
|
|
142526
142533
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_object.js
|
|
142527
142534
|
/**
|
|
142528
142535
|
* DevExtreme (esm/__internal/core/utils/m_object.js)
|
|
142529
|
-
* Version: 24.2.
|
|
142530
|
-
* Build date: Fri
|
|
142536
|
+
* Version: 24.2.15
|
|
142537
|
+
* Build date: Fri Apr 24 2026
|
|
142531
142538
|
*
|
|
142532
142539
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
142533
142540
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -142633,8 +142640,8 @@ const m_object_deepExtendArraySafe = function(target, changes, extendComplexObje
|
|
|
142633
142640
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/object.js
|
|
142634
142641
|
/**
|
|
142635
142642
|
* DevExtreme (esm/core/utils/object.js)
|
|
142636
|
-
* Version: 24.2.
|
|
142637
|
-
* Build date: Fri
|
|
142643
|
+
* Version: 24.2.15
|
|
142644
|
+
* Build date: Fri Apr 24 2026
|
|
142638
142645
|
*
|
|
142639
142646
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
142640
142647
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -142644,8 +142651,8 @@ const m_object_deepExtendArraySafe = function(target, changes, extendComplexObje
|
|
|
142644
142651
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_data.js
|
|
142645
142652
|
/**
|
|
142646
142653
|
* DevExtreme (esm/__internal/core/utils/m_data.js)
|
|
142647
|
-
* Version: 24.2.
|
|
142648
|
-
* Build date: Fri
|
|
142654
|
+
* Version: 24.2.15
|
|
142655
|
+
* Build date: Fri Apr 24 2026
|
|
142649
142656
|
*
|
|
142650
142657
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
142651
142658
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -142841,8 +142848,8 @@ const toComparable = function(value, caseSensitive) {
|
|
|
142841
142848
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/data.js
|
|
142842
142849
|
/**
|
|
142843
142850
|
* DevExtreme (esm/core/utils/data.js)
|
|
142844
|
-
* Version: 24.2.
|
|
142845
|
-
* Build date: Fri
|
|
142851
|
+
* Version: 24.2.15
|
|
142852
|
+
* Build date: Fri Apr 24 2026
|
|
142846
142853
|
*
|
|
142847
142854
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
142848
142855
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -142852,8 +142859,8 @@ const toComparable = function(value, caseSensitive) {
|
|
|
142852
142859
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_callbacks.js
|
|
142853
142860
|
/**
|
|
142854
142861
|
* DevExtreme (esm/__internal/core/utils/m_callbacks.js)
|
|
142855
|
-
* Version: 24.2.
|
|
142856
|
-
* Build date: Fri
|
|
142862
|
+
* Version: 24.2.15
|
|
142863
|
+
* Build date: Fri Apr 24 2026
|
|
142857
142864
|
*
|
|
142858
142865
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
142859
142866
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -142948,8 +142955,8 @@ const Callbacks = function(options) {
|
|
|
142948
142955
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/callbacks.js
|
|
142949
142956
|
/**
|
|
142950
142957
|
* DevExtreme (esm/core/utils/callbacks.js)
|
|
142951
|
-
* Version: 24.2.
|
|
142952
|
-
* Build date: Fri
|
|
142958
|
+
* Version: 24.2.15
|
|
142959
|
+
* Build date: Fri Apr 24 2026
|
|
142953
142960
|
*
|
|
142954
142961
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
142955
142962
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -142960,8 +142967,8 @@ const Callbacks = function(options) {
|
|
|
142960
142967
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_deferred.js
|
|
142961
142968
|
/**
|
|
142962
142969
|
* DevExtreme (esm/__internal/core/utils/m_deferred.js)
|
|
142963
|
-
* Version: 24.2.
|
|
142964
|
-
* Build date: Fri
|
|
142970
|
+
* Version: 24.2.15
|
|
142971
|
+
* Build date: Fri Apr 24 2026
|
|
142965
142972
|
*
|
|
142966
142973
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
142967
142974
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -143126,8 +143133,8 @@ function when() {
|
|
|
143126
143133
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/deferred.js
|
|
143127
143134
|
/**
|
|
143128
143135
|
* DevExtreme (esm/core/utils/deferred.js)
|
|
143129
|
-
* Version: 24.2.
|
|
143130
|
-
* Build date: Fri
|
|
143136
|
+
* Version: 24.2.15
|
|
143137
|
+
* Build date: Fri Apr 24 2026
|
|
143131
143138
|
*
|
|
143132
143139
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
143133
143140
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -143137,8 +143144,8 @@ function when() {
|
|
|
143137
143144
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_common.js
|
|
143138
143145
|
/**
|
|
143139
143146
|
* DevExtreme (esm/__internal/core/utils/m_common.js)
|
|
143140
|
-
* Version: 24.2.
|
|
143141
|
-
* Build date: Fri
|
|
143147
|
+
* Version: 24.2.15
|
|
143148
|
+
* Build date: Fri Apr 24 2026
|
|
143142
143149
|
*
|
|
143143
143150
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
143144
143151
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -143433,8 +143440,8 @@ const equalByValue = function(value1, value2) {
|
|
|
143433
143440
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/common.js
|
|
143434
143441
|
/**
|
|
143435
143442
|
* DevExtreme (esm/core/utils/common.js)
|
|
143436
|
-
* Version: 24.2.
|
|
143437
|
-
* Build date: Fri
|
|
143443
|
+
* Version: 24.2.15
|
|
143444
|
+
* Build date: Fri Apr 24 2026
|
|
143438
143445
|
*
|
|
143439
143446
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
143440
143447
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -143444,8 +143451,8 @@ const equalByValue = function(value1, value2) {
|
|
|
143444
143451
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/__internal/core/utils/m_math.js
|
|
143445
143452
|
/**
|
|
143446
143453
|
* DevExtreme (esm/__internal/core/utils/m_math.js)
|
|
143447
|
-
* Version: 24.2.
|
|
143448
|
-
* Build date: Fri
|
|
143454
|
+
* Version: 24.2.15
|
|
143455
|
+
* Build date: Fri Apr 24 2026
|
|
143449
143456
|
*
|
|
143450
143457
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
143451
143458
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -143623,8 +143630,8 @@ function roundFloatPart(value) {
|
|
|
143623
143630
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/core/utils/math.js
|
|
143624
143631
|
/**
|
|
143625
143632
|
* DevExtreme (esm/core/utils/math.js)
|
|
143626
|
-
* Version: 24.2.
|
|
143627
|
-
* Build date: Fri
|
|
143633
|
+
* Version: 24.2.15
|
|
143634
|
+
* Build date: Fri Apr 24 2026
|
|
143628
143635
|
*
|
|
143629
143636
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
143630
143637
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -143634,8 +143641,8 @@ function roundFloatPart(value) {
|
|
|
143634
143641
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/utils.js
|
|
143635
143642
|
/**
|
|
143636
143643
|
* DevExtreme (esm/common/core/localization/utils.js)
|
|
143637
|
-
* Version: 24.2.
|
|
143638
|
-
* Build date: Fri
|
|
143644
|
+
* Version: 24.2.15
|
|
143645
|
+
* Build date: Fri Apr 24 2026
|
|
143639
143646
|
*
|
|
143640
143647
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
143641
143648
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -143662,8 +143669,8 @@ function toFixed(value, precision) {
|
|
|
143662
143669
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/ldml/number.js
|
|
143663
143670
|
/**
|
|
143664
143671
|
* DevExtreme (esm/common/core/localization/ldml/number.js)
|
|
143665
|
-
* Version: 24.2.
|
|
143666
|
-
* Build date: Fri
|
|
143672
|
+
* Version: 24.2.15
|
|
143673
|
+
* Build date: Fri Apr 24 2026
|
|
143667
143674
|
*
|
|
143668
143675
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
143669
143676
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -143904,8 +143911,8 @@ function getFormat(formatter) {
|
|
|
143904
143911
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/currency.js
|
|
143905
143912
|
/**
|
|
143906
143913
|
* DevExtreme (esm/common/core/localization/currency.js)
|
|
143907
|
-
* Version: 24.2.
|
|
143908
|
-
* Build date: Fri
|
|
143914
|
+
* Version: 24.2.15
|
|
143915
|
+
* Build date: Fri Apr 24 2026
|
|
143909
143916
|
*
|
|
143910
143917
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
143911
143918
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -143937,8 +143944,8 @@ function getFormat(formatter) {
|
|
|
143937
143944
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/cldr-data/parent_locales.js
|
|
143938
143945
|
/**
|
|
143939
143946
|
* DevExtreme (esm/common/core/localization/cldr-data/parent_locales.js)
|
|
143940
|
-
* Version: 24.2.
|
|
143941
|
-
* Build date: Fri
|
|
143947
|
+
* Version: 24.2.15
|
|
143948
|
+
* Build date: Fri Apr 24 2026
|
|
143942
143949
|
*
|
|
143943
143950
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
143944
143951
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -144123,8 +144130,8 @@ function getFormat(formatter) {
|
|
|
144123
144130
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/parentLocale.js
|
|
144124
144131
|
/**
|
|
144125
144132
|
* DevExtreme (esm/common/core/localization/parentLocale.js)
|
|
144126
|
-
* Version: 24.2.
|
|
144127
|
-
* Build date: Fri
|
|
144133
|
+
* Version: 24.2.15
|
|
144134
|
+
* Build date: Fri Apr 24 2026
|
|
144128
144135
|
*
|
|
144129
144136
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
144130
144137
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -144141,8 +144148,8 @@ const PARENT_LOCALE_SEPARATOR = "-";
|
|
|
144141
144148
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/core.js
|
|
144142
144149
|
/**
|
|
144143
144150
|
* DevExtreme (esm/common/core/localization/core.js)
|
|
144144
|
-
* Version: 24.2.
|
|
144145
|
-
* Build date: Fri
|
|
144151
|
+
* Version: 24.2.15
|
|
144152
|
+
* Build date: Fri Apr 24 2026
|
|
144146
144153
|
*
|
|
144147
144154
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
144148
144155
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -144183,8 +144190,8 @@ const DEFAULT_LOCALE = "en";
|
|
|
144183
144190
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/open_xml_currency_format.js
|
|
144184
144191
|
/**
|
|
144185
144192
|
* DevExtreme (esm/common/core/localization/open_xml_currency_format.js)
|
|
144186
|
-
* Version: 24.2.
|
|
144187
|
-
* Build date: Fri
|
|
144193
|
+
* Version: 24.2.15
|
|
144194
|
+
* Build date: Fri Apr 24 2026
|
|
144188
144195
|
*
|
|
144189
144196
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
144190
144197
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -144226,8 +144233,8 @@ const DEFAULT_LOCALE = "en";
|
|
|
144226
144233
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/cldr-data/accounting_formats.js
|
|
144227
144234
|
/**
|
|
144228
144235
|
* DevExtreme (esm/common/core/localization/cldr-data/accounting_formats.js)
|
|
144229
|
-
* Version: 24.2.
|
|
144230
|
-
* Build date: Fri
|
|
144236
|
+
* Version: 24.2.15
|
|
144237
|
+
* Build date: Fri Apr 24 2026
|
|
144231
144238
|
*
|
|
144232
144239
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
144233
144240
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -144813,8 +144820,8 @@ const DEFAULT_LOCALE = "en";
|
|
|
144813
144820
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/intl/number.js
|
|
144814
144821
|
/**
|
|
144815
144822
|
* DevExtreme (esm/common/core/localization/intl/number.js)
|
|
144816
|
-
* Version: 24.2.
|
|
144817
|
-
* Build date: Fri
|
|
144823
|
+
* Version: 24.2.15
|
|
144824
|
+
* Build date: Fri Apr 24 2026
|
|
144818
144825
|
*
|
|
144819
144826
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
144820
144827
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -144934,8 +144941,8 @@ const getCurrencyFormatter = currency => new Intl.NumberFormat(core.locale(), {
|
|
|
144934
144941
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/number.js
|
|
144935
144942
|
/**
|
|
144936
144943
|
* DevExtreme (esm/common/core/localization/number.js)
|
|
144937
|
-
* Version: 24.2.
|
|
144938
|
-
* Build date: Fri
|
|
144944
|
+
* Version: 24.2.15
|
|
144945
|
+
* Build date: Fri Apr 24 2026
|
|
144939
144946
|
*
|
|
144940
144947
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
144941
144948
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -145240,8 +145247,8 @@ if (hasIntl) {
|
|
|
145240
145247
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/ldml/date.format.js
|
|
145241
145248
|
/**
|
|
145242
145249
|
* DevExtreme (esm/common/core/localization/ldml/date.format.js)
|
|
145243
|
-
* Version: 24.2.
|
|
145244
|
-
* Build date: Fri
|
|
145250
|
+
* Version: 24.2.15
|
|
145251
|
+
* Build date: Fri Apr 24 2026
|
|
145245
145252
|
*
|
|
145246
145253
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
145247
145254
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -145438,8 +145445,8 @@ const date_format_getFormat = function(formatter) {
|
|
|
145438
145445
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/ldml/date.parser.js
|
|
145439
145446
|
/**
|
|
145440
145447
|
* DevExtreme (esm/common/core/localization/ldml/date.parser.js)
|
|
145441
|
-
* Version: 24.2.
|
|
145442
|
-
* Build date: Fri
|
|
145448
|
+
* Version: 24.2.15
|
|
145449
|
+
* Build date: Fri Apr 24 2026
|
|
145443
145450
|
*
|
|
145444
145451
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
145445
145452
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -145757,8 +145764,8 @@ const getParser = function(format, dateParts) {
|
|
|
145757
145764
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/default_date_names.js
|
|
145758
145765
|
/**
|
|
145759
145766
|
* DevExtreme (esm/common/core/localization/default_date_names.js)
|
|
145760
|
-
* Version: 24.2.
|
|
145761
|
-
* Build date: Fri
|
|
145767
|
+
* Version: 24.2.15
|
|
145768
|
+
* Build date: Fri Apr 24 2026
|
|
145762
145769
|
*
|
|
145763
145770
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
145764
145771
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -145794,8 +145801,8 @@ const cutCaptions = (captions, format) => {
|
|
|
145794
145801
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/cldr-data/first_day_of_week_data.js
|
|
145795
145802
|
/**
|
|
145796
145803
|
* DevExtreme (esm/common/core/localization/cldr-data/first_day_of_week_data.js)
|
|
145797
|
-
* Version: 24.2.
|
|
145798
|
-
* Build date: Fri
|
|
145804
|
+
* Version: 24.2.15
|
|
145805
|
+
* Build date: Fri Apr 24 2026
|
|
145799
145806
|
*
|
|
145800
145807
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
145801
145808
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -145994,8 +146001,8 @@ const cutCaptions = (captions, format) => {
|
|
|
145994
146001
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/intl/date.js
|
|
145995
146002
|
/**
|
|
145996
146003
|
* DevExtreme (esm/common/core/localization/intl/date.js)
|
|
145997
|
-
* Version: 24.2.
|
|
145998
|
-
* Build date: Fri
|
|
146004
|
+
* Version: 24.2.15
|
|
146005
|
+
* Build date: Fri Apr 24 2026
|
|
145999
146006
|
*
|
|
146000
146007
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
146001
146008
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -146312,8 +146319,8 @@ const monthNameStrategies = {
|
|
|
146312
146319
|
;// CONCATENATED MODULE: ./node_modules/devextreme/esm/common/core/localization/date.js
|
|
146313
146320
|
/**
|
|
146314
146321
|
* DevExtreme (esm/common/core/localization/date.js)
|
|
146315
|
-
* Version: 24.2.
|
|
146316
|
-
* Build date: Fri
|
|
146322
|
+
* Version: 24.2.15
|
|
146323
|
+
* Build date: Fri Apr 24 2026
|
|
146317
146324
|
*
|
|
146318
146325
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
146319
146326
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
@@ -147554,7 +147561,7 @@ class ClientRichEdit {
|
|
|
147554
147561
|
this.contextMenuSettings = settings.contextMenuSettings;
|
|
147555
147562
|
this.fullScreenHelper = new FullScreenHelper(element);
|
|
147556
147563
|
if (true)
|
|
147557
|
-
external_DevExpress_config_default()(JSON.parse(atob('
|
|
147564
|
+
external_DevExpress_config_default()(JSON.parse(atob('eyJsaWNlbnNlS2V5IjoiZXdvZ0lDSm1iM0p0WVhRaU9pQXhMQW9nSUNKcGJuUmxjbTVoYkZWellXZGxTV1FpT2lBaVR6bGtVR1V5UlhsRFF6TnVTVGhhYTA1UFZUSklRU0lLZlE9PS5meXZCUFNITFZEd0I2ZU5ZK3dyNDVjK3p6V1Y4Ymw1U3E2RmxkamU0a2p0RlVwU3ZTMkl5M3MyWmxad3A3bVN2b3N5bkxJYkUreXRyeWV2ZnQzNjdQUTBpOG9CS2VsbDFaTzkwcjU0aVVCTXNMa1hjV2VGa0xqdTkrTUlva1MzVmhyUENOdz09In0=')));
|
|
147558
147565
|
this.prepareElement(element, settings);
|
|
147559
147566
|
this.initDefaultFontsAndStyles();
|
|
147560
147567
|
this.initBars(settings.ribbon, settings.fonts);
|