ru.coon 2.7.2 → 2.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +46 -0
- package/package.json +1 -1
- package/src/command/ASyncBaseCommand.js +4 -0
- package/src/common/component/ChooseColorField.js +142 -0
- package/src/common/component/ColorPalette.js +151 -0
- package/src/common/component/ColorPalette.scss +102 -0
- package/src/common/component/ColorPaletteController.js +189 -0
- package/src/common/field/combo/CommandComboBox.js +20 -0
- package/src/common/field/withDefault.js +3 -2
- package/src/report/component/settings/ReportPropertiesGrid.js +22 -0
- package/src/report/component/settings/ReportPropertiesGridController.js +60 -1
- package/src/report/component/settings/context/ReportFormContextParametersGrid.js +73 -88
- package/src/report/plugin/configPanel/ExecuteCommandButtonPluginConfigPanel.js +92 -59
- package/src/report/plugin/configPanel/GridEditorPluginConfig.js +3 -1
- package/src/report/plugin/configPanel/GridRowStylePluginConfig.js +130 -94
- package/src/report/plugin/configPanel/GridRowStylePluginConfigPropertyGrid.js +10 -15
- package/src/report/plugin/grid/ExecuteCommandButtonPlugin.js +23 -8
- package/src/report/plugin/grid/GridEditorsPlugin.js +27 -21
- package/src/report/plugin/grid/GridRowStylePlugin.js +90 -0
- package/src/report/plugin/grid/ReportColumnStatePlugin.js +10 -7
- package/src/uielement/component/UiCustomController.js +6 -15
- package/src/uielement/component/formchips/Chip.js +2 -2
- package/src/uielement/component/formchips/FilterConditionToolbar.js +2 -1
- package/src/uielement/component/formchips/FilterConditionToolbarController.js +37 -60
- package/src/uielement/component/settings/UiAceEditor.js +1 -1
- package/src/uielement/component/settings/UiAceEditorPanel.js +6 -1
- package/src/uielement/component/settings/plugin/UiCustomPanelPluginPanel.scss +19 -0
- package/src/uielement/plugin/ExecuteCommandPlugin.js +5 -3
- package/src/uielement/plugin/configPanel/executeCommand/DataMappingPanel.js +215 -0
- package/src/uielement/plugin/configPanel/executeCommand/ExecuteCommandPluginConfigPanelFormEditor.js +625 -0
- package/src/uielement/plugin/configPanel/executeCommand/ExecuteCommandPluginConfigPanelFormEditor.scss +22 -0
- package/src/util.js +4 -3
- package/src/version.js +1 -1
- package/src/uielement/plugin/configPanel/ExecuteCommandPluginConfigPanelFormEditor.js +0 -332
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,41 @@
|
|
|
1
|
+
# Version 2.7.4, [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/7becde7cc7cfb8254525c8beca11cbd4604b8181)
|
|
2
|
+
* ## Features
|
|
3
|
+
* <span style='color:green'>feat: HT-7823: refactor</span> ([07e9f0], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/07e9f00376ea39fe7888e7d264d291222667ce0f))
|
|
4
|
+
* <span style='color:green'>feat: HT-7823: change line colors</span> ([f70a74], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/f70a748a7f77cc984eae2e762e86e291a0b25230))
|
|
5
|
+
* <span style='color:green'>feat: HT-7823: remove gradient check</span> ([76e538], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/76e5389eb644d45df7deabffeb24de1767d67c7b))
|
|
6
|
+
* <span style='color:green'>feat: HT-7823: lighting tree grid items</span> ([a56e4d], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/a56e4dcab0b10494721d809c2fb4d2f10ce5d257))
|
|
7
|
+
|
|
8
|
+
* HT-7850 fix: Исправление поведения чипа в FilterConditionToolbar при изменениях значения поля панели фильтрации. ([3fbf41], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/3fbf417948d24be8a576739e0e41fe170221788e))
|
|
9
|
+
* ([Update], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/Update src/report/plugin/grid/GridEditorsPlugin.jsa0bc93ea280291eae1d401ceeb056bb250f5ed09))
|
|
10
|
+
* update: CHANGELOG.md ([78c174], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/78c1741b921889b7c20f96a342aa91a262a21fc5))
|
|
11
|
+
|
|
12
|
+
# Version 2.7.3, [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/e9a311b868bd00ad5e46a868e7f0b829122ffa06)
|
|
13
|
+
* refactoring ([1385c2], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/1385c2bf065c0e57f6d8484cf360a1201cdbb656))
|
|
14
|
+
* update: CHANGELOG.md ([10bd16], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/10bd16df0b8d6d43c2a41f2651b8610c35dcd899))
|
|
15
|
+
|
|
1
16
|
# Version 2.7.2, [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/3b94df2c23f76552c5c626a4bfda4a317e33abff)
|
|
2
17
|
* ## Features
|
|
3
18
|
* <span style='color:green'>feat: HT-8199: trim string values in request</span> ([cfc709], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/cfc709daacaad1522f4dff858e04966a758bcb6a))
|
|
19
|
+
* <span style='color:green'>feat: HT-7823: create color choose component (Palettes)</span> ([157c14], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/157c14384904b60004a34ce67ce70a6923216799))
|
|
4
20
|
|
|
5
21
|
* ([Update], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/Update src/common/component/editor/CharacteristicLoaderPlugin.js929fc3b32d028554706e1d64c6ca40fedc615f39))
|
|
6
22
|
* update: CHANGELOG.md ([44e78b], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/44e78b830a9a374db90e2fc1554188c9154ce462))
|
|
7
23
|
|
|
8
24
|
# Version 2.7.1, [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/9028ecb552a8341a78e6a7e0d2f9eee91554c2d0)
|
|
25
|
+
* ## Fixes
|
|
26
|
+
* <span style='color:red'>fix</span> ([abf529], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/abf5294343d6597b0e45303be0bb85c77db8bb65))
|
|
27
|
+
|
|
9
28
|
* upd ([901f4c], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/901f4c345d1025ef8861b1b649d84590c6a6a7ec))
|
|
10
29
|
* update: CHANGELOG.md ([1a5ea6], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/1a5ea663b234831a73ec046c23b951b71797481a))
|
|
11
30
|
|
|
12
31
|
# Version 2.7.0, [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/c03c093df3594cbec9b0b6a2e3e4ca8d24b07e76)
|
|
13
32
|
* ## Features
|
|
33
|
+
* <span style='color:green'>feat: HT-7823: create color choose component (Palettes)</span> ([5d31ff], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/5d31ffbbe224fa48f9631adc23b109cf5d25236f))
|
|
14
34
|
* <span style='color:green'>feat: HT-7850 Включение FilterConditionToolbar в ReportPanel</span> ([02015f], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/02015fd6518dec2fbbf4a16e8e29ff958fe4f1b3))
|
|
15
35
|
|
|
36
|
+
* ## Fixes
|
|
37
|
+
* <span style='color:red'> HT-7281 GridEditorsPlugin combo editor</span> ([8b140d], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/8b140d19abc9e5dd3816ce4cb00e0ec8ee1cbc03))
|
|
38
|
+
|
|
16
39
|
* refactoring ([1c317f], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/1c317fadf1591a82907cdff905e69d4978dae061))
|
|
17
40
|
* upd ([e79155], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/e791556cf00505255593cd1bf6ad022d75c19d79))
|
|
18
41
|
* HT-7444 Исправление ([043abe], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/043abea7c90d62b17a3c4819845a1e20dda36790))
|
|
@@ -168,6 +191,9 @@ This reverts commit ec83613d1dd2673b448c9fabee62287e9160f6bf. ([e6e94a], [link](
|
|
|
168
191
|
* <span style='color:red'> HT-8036: remove override view config</span> ([f13055], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/f1305573f3761f2657e995310a79a7d75887c091))
|
|
169
192
|
|
|
170
193
|
* update extjs_iconpack to 1.3.19 ([adff9d], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/adff9d7411fad6a04e153065c9c472b080d7e719))
|
|
194
|
+
* HT-7448 рефакторинг по замечаниям. ([786627], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/786627361a1236661118c9ec6d5ae7fdd89bcfe4))
|
|
195
|
+
* HT-7448 удаление неиспользуемых компонентов ([3e25a3], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/3e25a33e765403cb1eda1d16f80fce2c4b1e4cb0))
|
|
196
|
+
* HT-7448 переделка layout панели конфигурировая плагина ExecuteCommandButtonPluginConfigPanel ([b922d4], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/b922d4d984db425fea0ac2c660ecb7b4ddc97e51))
|
|
171
197
|
* update: CHANGELOG.md ([f82d7f], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/f82d7f36520836cc6733ac936ef98bf0589b15d2))
|
|
172
198
|
|
|
173
199
|
# Version 2.6.5, [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/5695d2c215ad6469aacd802ca46a536c81845c35)
|
|
@@ -198,6 +224,9 @@ This reverts commit ec83613d1dd2673b448c9fabee62287e9160f6bf. ([e6e94a], [link](
|
|
|
198
224
|
* <span style='color:green'>feat: Добавлено редактирование значений по умолчанию для плагинов. Closes TR-67200.</span> ([cd9502], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/cd950235c2b0180f2b73fb87dc3b05a4f5b397ae))
|
|
199
225
|
|
|
200
226
|
* ([Update], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/Update src/report/component/settings/plugin/ReportFormPluginPanelController.jsb52d37cb6c33e6a74d2f3d7cae1654f93b60a2e1))
|
|
227
|
+
* HT-7448 по умолчанию скрыта кнопка загрузки свойств команды в grid ([5328e2], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/5328e27d49b2092fe75b5fbe5c8a7dea231402a7))
|
|
228
|
+
* HT-7448 исправление найденной после мержа ошибки. ([e76d4c], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/e76d4c3ada4813a01c2b10167a92f4cc808940d6))
|
|
229
|
+
* HT-7448 исправление замечаний ([862d72], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/862d7293a4fb82c872b2d11b17cfbf47550756fc))
|
|
201
230
|
* update: CHANGELOG.md ([bb6944], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/bb6944320af0388b296ad97429195c6188908738))
|
|
202
231
|
|
|
203
232
|
# Version 2.6.1, [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/2b7d5d8cd09bf94320d149f9cf3aa78ef27594a8)
|
|
@@ -226,6 +255,9 @@ This reverts commit ec83613d1dd2673b448c9fabee62287e9160f6bf. ([e6e94a], [link](
|
|
|
226
255
|
* Revert "feat: Добавлено предупреждение при выборе дефолтной конфигурации плагина. Closes TR-67200."
|
|
227
256
|
|
|
228
257
|
This reverts commit 92855b1225a747f15d977c0f23c8d9794523352d. ([312854], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/312854f7d59d711c9921f394c6849d398e529e10))
|
|
258
|
+
* HT-7448 Рефакторинг ExecuteCommandPluginConfigPanelFormEditor ([74a393], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/74a393cb2781622d4eafc981e153bd4a5edf7cdf))
|
|
259
|
+
* HT-7448 Рефакторинг ExecuteCommandPluginConfigPanelFormEditor ([18090f], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/18090f5c72e1595cb54e6ae7cf9e9645b9fec0e6))
|
|
260
|
+
* HT-7448 Исправлена ошибка, возникающая в AceEditor в окне редактирования свойств команды. ([5b3f57], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/5b3f57d189f98ccf55f169c3ad29db778b27570c))
|
|
229
261
|
* HT-7882 поддержать возможность передачи свойств редактора х-ки в поле mask в формате json ([ff9d88], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/ff9d88c6e8f12d59ea7fd4f8be344696670d13af))
|
|
230
262
|
* update: CHANGELOG.md ([fed09b], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/fed09bab2391b2ef0adde36107c4c8e9f8e9ad32))
|
|
231
263
|
|
|
@@ -242,6 +274,7 @@ This reverts commit 92855b1225a747f15d977c0f23c8d9794523352d. ([312854], [link](
|
|
|
242
274
|
* ## Features
|
|
243
275
|
* <span style='color:green'>feat: HT-7281 GridEditorPlugin editor dependField</span> ([975be6], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/975be69118652f7995b2bfd40e5a174deaa47c68))
|
|
244
276
|
|
|
277
|
+
* HT-7448 Рефакторинг внешнего вида ExecuteCommandPluginConfigPanelFormEditor. Компонент для упрощения мапинга. ([3c3380], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/3c33806c30b08c23a2b161543c3e11be94477902))
|
|
245
278
|
* update: CHANGELOG.md ([d8027e], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/d8027e3fe08b900d1cb6da3bfe688684b5764008))
|
|
246
279
|
|
|
247
280
|
# Version 2.5.66, [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/4e253ae2e8836166212d3886d091d342673deaee)
|
|
@@ -269,7 +302,10 @@ This reverts commit 92855b1225a747f15d977c0f23c8d9794523352d. ([312854], [link](
|
|
|
269
302
|
|
|
270
303
|
* remove unnecessary filterItemsOnRow property ([772f61], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/772f6190df8b958bd6ff97e5731a59971c9a11fc))
|
|
271
304
|
* HT-7885 ([601a41], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/601a4199efef15290c161766431908ab8993862b))
|
|
305
|
+
* HT-7448 Исправление вызова completeHandler и errorHandler в работе плагина репорта ExecuteCommandButtonPlugin ([ea4774], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/ea477445f344d94c59b1116738b464ba49e79c57))
|
|
272
306
|
* Update getDataFromForm function ([d79274], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/d79274267b970ea0b4a31f1724d3dfc54d82d9d5))
|
|
307
|
+
* HT-7448 Проверка результатов выполнения команды перед переносом данных во viewModel при работе ExecuteCommandPlugin ([c74d65], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/c74d656fc1fb764b5dc24d5e96f1cf9b9f8ee27c))
|
|
308
|
+
* HT-7448 исправление работы completeHandler и responseHandler в ExecuteCommandButtonPlugin ([23ee69], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/23ee69a6d1bb084cff6402e0cc4cc36c2a6c3c51))
|
|
273
309
|
* HT-7882 поддержать возможность передачи свойств редактора х-ки в поле mask в формате json ([507490], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/5074900afb170d9f11aa10de6549e05cef12f7cb))
|
|
274
310
|
* Combine query in one row ([6fbb49], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/6fbb496601a46bef0506b56d34d179d3d10148ca))
|
|
275
311
|
* update: CHANGELOG.md ([2ec18c], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/2ec18ccddcb1d571ef6a1d00b9cde439355c8304))
|
|
@@ -419,6 +455,7 @@ fix ReportPanel.loadData - abort previous request</span> ([03cfbd], [link](http:
|
|
|
419
455
|
* add decimal-light - arbitrary-precision Decimal type for JavaScript
|
|
420
456
|
fix Coon.format.MoneyFormat, zero always format as positive value ([09a4ad], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/09a4ad9879f025371db56475252ec93eeb52b265))
|
|
421
457
|
* перенос чекбокса и работа с value ([c56525], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/c5652553cca0934ec1549f6e0762f481161b2998))
|
|
458
|
+
* HT-7448 Исправления по замечаниям код ревью ([8fbd95], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/8fbd95f08c83c36817363401641fe4ae333ec02f))
|
|
422
459
|
* исправление ошибок ([44fc10], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/44fc1038ab848989c56bf51ad56933f5fe2f2535))
|
|
423
460
|
* исправление ошибок ([fcc83e], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/fcc83e4aa4d85b241723c2fd1d317bafe5b44689))
|
|
424
461
|
* доработка ([dbc2bf], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/dbc2bf69be0d31423c93275b01e320703823dbb2))
|
|
@@ -432,6 +469,7 @@ fix Coon.format.MoneyFormat, zero always format as positive value ([09a4ad], [li
|
|
|
432
469
|
* <span style='color:red'>fix promisifyCmd
|
|
433
470
|
fix ExecuteCommandPlugin - remove reject on failure if command hasnt erorHandler</span> ([f8c65b], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/f8c65b552adfb698809815fc5f2d80f3f5fdb5ee))
|
|
434
471
|
|
|
472
|
+
* HT-7447 Рефакторинг CommandComboBox (компонента выбора команад). Рефакторинг настроек плагина ExecuteCommandPlugin ([636f06], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/636f06e2885d7830e2e48c8f95acf902407a8820))
|
|
435
473
|
* update: CHANGELOG.md ([4d5a2a], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/4d5a2ac3120c4aba6a672256fc7cc977014f3591))
|
|
436
474
|
|
|
437
475
|
# Version 2.5.46, [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/a60918e34030d42d694153e8a86fa2c13c97e3a0)
|
|
@@ -451,6 +489,7 @@ fix ExecuteCommandPlugin - remove reject on failure if command hasnt erorHandler
|
|
|
451
489
|
|
|
452
490
|
* ([Update], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/Update src/util.js5a11846bc2f75dd40b3c0f2239047d95f1a9371c))
|
|
453
491
|
* BFL-9850 Ошибка при сохранении пункта меню ([270e31], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/270e3170b5a70b306591730dce53023dcebf6f34))
|
|
492
|
+
* HT-7448 доработка панели конфигурирования плагина ExecuteCommandButtonPluginConfigPanel ([69c652], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/69c652c2e69719a7ef5964a274c3be30c2980b85))
|
|
454
493
|
* update: CHANGELOG.md ([8b0186], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/8b0186d787ec77ad2a4dfc211e85c8ffadee6559))
|
|
455
494
|
|
|
456
495
|
# Version 2.5.44, [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/0c4d4a663ae3451dec321c0d68bf1d5c8d70ff58)
|
|
@@ -461,6 +500,7 @@ fix ExecuteCommandPlugin - remove reject on failure if command hasnt erorHandler
|
|
|
461
500
|
* <span style='color:red'> HT-7469: commit store state on doInit action. This method remove all modified records from store state</span> ([34c025], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/34c02583013b66314a74c2fbc9512f04f218d85e))
|
|
462
501
|
|
|
463
502
|
* hotfix Coon.Function.executeComponentDoInit ([c9e04c], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/c9e04c22329f1d7822b91a47eca899c6f6e7f95e))
|
|
503
|
+
* HT-7448 Исправление работы кнопки "копировать" ([9ad7a8], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/9ad7a853bc8753f768e401f068f2a72c9cd205ae))
|
|
464
504
|
* update: CHANGELOG.md ([f47bce], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/f47bce91314446c8f88961ba976fc132e11318d0))
|
|
465
505
|
|
|
466
506
|
# Version 2.5.43, [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/bc0bf6f30c6fa63c8af9ccfaa0ee75431bda6029)
|
|
@@ -472,6 +512,7 @@ fix ExecuteCommandPlugin - remove reject on failure if command hasnt erorHandler
|
|
|
472
512
|
* BFL-8607 Доработка редактора характеристики типа "Дата" ([20c221], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/20c2210c3c15817168bf0a3465a219fe49f7d2fe))
|
|
473
513
|
* BFL-8607 Доработка редактора характеристики типа "Дата" ([0c7529], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/0c752984e1e82cdf68d9aa25413375319adfe30e))
|
|
474
514
|
* Merge with develop ([2f0b72], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/2f0b7296a4764645e248dfe2f2e4d5399f695dc4))
|
|
515
|
+
* HT-7448 рефакторинг грида конфигурирования параметров команды ([9f9005], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/9f900557a6ce4364c47ae9c7c0881e00afedc071))
|
|
475
516
|
* update: CHANGELOG.md ([892608], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/892608eb6ddd2ef85d205ba9e1e857aa27672320))
|
|
476
517
|
|
|
477
518
|
# Version 2.5.42, [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/a6256f14a891eda0974a2af1ee2c108c8904feab)
|
|
@@ -488,12 +529,17 @@ fix ExecuteCommandPlugin - remove reject on failure if command hasnt erorHandler
|
|
|
488
529
|
# Version 2.5.41, [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/612fb7573419ad9857649f7211c8d7a56e52cdb4)
|
|
489
530
|
* ## Features
|
|
490
531
|
* <span style='color:green'>feat: Перенесен ShowReportEditorCreator из ISWE. Closes BFL-9446.</span> ([1d7ee3], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/1d7ee326527f9d14d332bb115bd68a15a7e9c22e))
|
|
532
|
+
* <span style='color:green'>feat: HT-7448 пример рефакторинга</span> ([44f741], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/44f7414c76e59454b0635c9b7f4982003adad8d0))
|
|
491
533
|
* <span style='color:green'>feat: BFL-9521: init dependent form params anytime</span> ([2e5aa1], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/2e5aa16eeace7205cff9e01295f43d0f4ce956c6))
|
|
492
534
|
|
|
493
535
|
* ## Fixes
|
|
536
|
+
* <span style='color:red'>fix ExecuteCommandButtonPlugin</span> ([a5308e], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/a5308eb7b674a12e0b4d8665d2c9a939c7d33b80))
|
|
494
537
|
* <span style='color:red'> BFL-9515 исправления по проверке безопасности фронтенда в части взаимодействия с iswe в iframe</span> ([f34b8f], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/f34b8fdf31285fd53f932dfe277e961ffa275fd0))
|
|
495
538
|
* <span style='color:red'> postMessage origin fix. Closes BFL-9515.</span> ([21ab56], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/21ab56a1998efe4b6cd4e4d35337c8fbc5b47729))
|
|
496
539
|
|
|
540
|
+
* HT-7448 перенос complete handler и error handler в табпанель ([833aab], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/833aab66900669e885cea97fd7fd614d83d10303))
|
|
541
|
+
* ([В пике], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/В пикер списка команд добавлен тултип в виде описания из класса команды.a90290c3aa288a6201af96a155874f8b4c51459c))
|
|
542
|
+
* ([В getA], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/В getAllCommandsList добавлено описание из класса команды.44653fabe5289074830acffedfd6494c463a9193))
|
|
497
543
|
* ([Update], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/Update src/uielement/component/settings/UiCustomPanelEditorController.js9987a0e79de3a1fa5fa93216f0ffd4bdb50c59fc))
|
|
498
544
|
* update: CHANGELOG.md ([958f76], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/958f76b4fca9844ca6bae88260580ff2340843e5))
|
|
499
545
|
|
package/package.json
CHANGED
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
Ext.define('Coon.common.component.ChooseColorField', {
|
|
2
|
+
extend: 'Ext.form.field.Picker',
|
|
3
|
+
xtype: 'ChooseColorField',
|
|
4
|
+
cls: 'ColorPalette',
|
|
5
|
+
format: 'rgba',
|
|
6
|
+
config: {
|
|
7
|
+
gradient: false,
|
|
8
|
+
hideClearTrigger: false,
|
|
9
|
+
value: null,
|
|
10
|
+
popup: {
|
|
11
|
+
lazy: true,
|
|
12
|
+
$value: {
|
|
13
|
+
xtype: 'window',
|
|
14
|
+
referenceHolder: true,
|
|
15
|
+
width: 600,
|
|
16
|
+
minWidth: 600,
|
|
17
|
+
minHeight: 400,
|
|
18
|
+
layout: 'fit',
|
|
19
|
+
height: 400,
|
|
20
|
+
header: false,
|
|
21
|
+
resizable: true,
|
|
22
|
+
items: {
|
|
23
|
+
xtype: 'ColorPalette',
|
|
24
|
+
relayedEvents: ['colorChoose'],
|
|
25
|
+
reference: 'selector',
|
|
26
|
+
showPreviousColor: true,
|
|
27
|
+
showOkCancelButtons: true,
|
|
28
|
+
},
|
|
29
|
+
},
|
|
30
|
+
},
|
|
31
|
+
},
|
|
32
|
+
controller: {
|
|
33
|
+
init() {
|
|
34
|
+
const view = this.getView();
|
|
35
|
+
this.getView().on('change', view.hideClear, view);
|
|
36
|
+
this.getView().on('render', view.hideClear, view);
|
|
37
|
+
this.getView().on('render', view.setColorMarker, view);
|
|
38
|
+
},
|
|
39
|
+
},
|
|
40
|
+
setValue: function(value) {
|
|
41
|
+
this.callParent(arguments);
|
|
42
|
+
this.setColorMarker();
|
|
43
|
+
},
|
|
44
|
+
getGradient() {
|
|
45
|
+
return this.gradient;
|
|
46
|
+
},
|
|
47
|
+
setGradient(gradient) {
|
|
48
|
+
this.gradient = gradient;
|
|
49
|
+
},
|
|
50
|
+
createPicker: function() {
|
|
51
|
+
const me = this;
|
|
52
|
+
let popup = me.getPopup();
|
|
53
|
+
let picker;
|
|
54
|
+
// the window will actually be shown and will house the picker
|
|
55
|
+
popup.items.gradient= this.getGradient();
|
|
56
|
+
me.colorPickerWindow = popup = Ext.create(popup);
|
|
57
|
+
me.colorPicker = picker = popup.lookupReference('selector');
|
|
58
|
+
picker.setValue(me.getValue());
|
|
59
|
+
|
|
60
|
+
picker.on({
|
|
61
|
+
colorChoose: 'onColorChoose',
|
|
62
|
+
scope: me,
|
|
63
|
+
});
|
|
64
|
+
return me.colorPickerWindow;
|
|
65
|
+
},
|
|
66
|
+
onColorChoose(colorPicker, colors) {
|
|
67
|
+
if (colors && colors.length) {
|
|
68
|
+
this.setValue(colors.length === 1 ? colors[0] : JSON.stringify(colors));
|
|
69
|
+
} else {
|
|
70
|
+
this.setValue(null);
|
|
71
|
+
}
|
|
72
|
+
this.collapse();
|
|
73
|
+
},
|
|
74
|
+
setColorMarker() {
|
|
75
|
+
if (!this.inputWrap) {
|
|
76
|
+
return;
|
|
77
|
+
}
|
|
78
|
+
if (this.inputWrap.maskElem) {
|
|
79
|
+
this.inputWrap.dom.removeChild(this.inputWrap.maskElem);
|
|
80
|
+
this.inputWrap.maskElem = null;
|
|
81
|
+
}
|
|
82
|
+
const value = this.getValue();
|
|
83
|
+
let color = null;
|
|
84
|
+
if (Ext.isArray(value)) {
|
|
85
|
+
color = value[0];
|
|
86
|
+
} else if (value.search(/\[/) >= 0) {
|
|
87
|
+
try {
|
|
88
|
+
const arr = eval(value);
|
|
89
|
+
color = arr[0];
|
|
90
|
+
const div = document.createElement('div');
|
|
91
|
+
const p = document.createElement('div');
|
|
92
|
+
div.appendChild(p);
|
|
93
|
+
div.setAttribute('class', 'gradient-mask');
|
|
94
|
+
p.innerHTML = 'Набор цветов';
|
|
95
|
+
this.inputWrap.dom.appendChild(div);
|
|
96
|
+
this.inputWrap.maskElem = div;
|
|
97
|
+
} catch (e) {
|
|
98
|
+
Coon.log.error(e);
|
|
99
|
+
}
|
|
100
|
+
} else {
|
|
101
|
+
color = value;
|
|
102
|
+
}
|
|
103
|
+
this.swatchEl.setStyle({
|
|
104
|
+
backgroundColor: color || null,
|
|
105
|
+
});
|
|
106
|
+
},
|
|
107
|
+
hideClear() {
|
|
108
|
+
if (this.getHideClearTrigger() === true || !this.triggers) {
|
|
109
|
+
return;
|
|
110
|
+
}
|
|
111
|
+
const value = this.getValue();
|
|
112
|
+
if (!this.triggers.clear.hideOnReadOnly || !this.readOnly) {
|
|
113
|
+
this.triggers.clear.setHidden(!value);
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
beforeBodyEl: [
|
|
117
|
+
'<div class="' + Ext.baseCSSPrefix + 'colorpicker-field-swatch">' +
|
|
118
|
+
'<div id="{id}-swatchEl" data-ref="swatchEl" class="' + Ext.baseCSSPrefix +
|
|
119
|
+
'colorpicker-field-swatch-inner"></div>' +
|
|
120
|
+
'</div>'
|
|
121
|
+
],
|
|
122
|
+
childEls: [
|
|
123
|
+
'swatchEl'
|
|
124
|
+
],
|
|
125
|
+
editable: false,
|
|
126
|
+
triggers: {
|
|
127
|
+
clear: {
|
|
128
|
+
cls: 'svg-icon svg-icon-cancel-small',
|
|
129
|
+
tooltip: 'Очистить поле',
|
|
130
|
+
hidden: true,
|
|
131
|
+
hideOnReadOnly: true,
|
|
132
|
+
handler: function() {
|
|
133
|
+
this.setValue(null);
|
|
134
|
+
},
|
|
135
|
+
},
|
|
136
|
+
picker: {
|
|
137
|
+
handler: 'onTriggerClick',
|
|
138
|
+
scope: 'this',
|
|
139
|
+
focusOnMousedown: true,
|
|
140
|
+
},
|
|
141
|
+
},
|
|
142
|
+
});
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
Ext.define('Coon.common.component.ColorPalette', {
|
|
2
|
+
extend: 'Ext.tab.Panel',
|
|
3
|
+
xtype: 'ColorPalette',
|
|
4
|
+
cls: 'ColorPalette',
|
|
5
|
+
hideHeaders: true,
|
|
6
|
+
config: {
|
|
7
|
+
value: null,
|
|
8
|
+
gradient: false,
|
|
9
|
+
},
|
|
10
|
+
setValue(value) {
|
|
11
|
+
this.value = value;
|
|
12
|
+
},
|
|
13
|
+
getValue() {
|
|
14
|
+
return this.value;
|
|
15
|
+
},
|
|
16
|
+
getGradient() {
|
|
17
|
+
return this.gradient;
|
|
18
|
+
},
|
|
19
|
+
setGradient(gradient) {
|
|
20
|
+
this.gradient = gradient;
|
|
21
|
+
this.getViewModel().set('gradient', gradient);
|
|
22
|
+
},
|
|
23
|
+
controller: 'ColorPaletteController',
|
|
24
|
+
initComponent() {
|
|
25
|
+
this.getViewModel().set('gradient', !!this.gradient);
|
|
26
|
+
if (this.gradient === true) {
|
|
27
|
+
this.items[0].selModel = 'rowmodel';
|
|
28
|
+
} else {
|
|
29
|
+
this.items[0].selModel = 'cellmodel';
|
|
30
|
+
}
|
|
31
|
+
this.callParent(arguments);
|
|
32
|
+
},
|
|
33
|
+
|
|
34
|
+
viewModel: {
|
|
35
|
+
data: {
|
|
36
|
+
selected: null,
|
|
37
|
+
opacity: true,
|
|
38
|
+
gradient: false,
|
|
39
|
+
color: null,
|
|
40
|
+
selectorColor: null,
|
|
41
|
+
},
|
|
42
|
+
stores: {
|
|
43
|
+
ColorPalettetore: {
|
|
44
|
+
type: 'json',
|
|
45
|
+
},
|
|
46
|
+
data: [],
|
|
47
|
+
},
|
|
48
|
+
},
|
|
49
|
+
items: [
|
|
50
|
+
{
|
|
51
|
+
xtype: 'grid',
|
|
52
|
+
title: 'Палитра цветов',
|
|
53
|
+
reference: 'palletGrid',
|
|
54
|
+
bind: {
|
|
55
|
+
store: '{ColorPalettetore}',
|
|
56
|
+
selection: '{selected}',
|
|
57
|
+
},
|
|
58
|
+
selModel: 'cellmodel',
|
|
59
|
+
columns: [],
|
|
60
|
+
listeners: {
|
|
61
|
+
selectionchange: 'onSelectionChange',
|
|
62
|
+
},
|
|
63
|
+
buttons: [
|
|
64
|
+
{
|
|
65
|
+
reference: 'selectedButton',
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
xtype: 'displayfield',
|
|
69
|
+
reference: 'displayColor',
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
xtype: 'checkbox',
|
|
73
|
+
boxLabel: 'Градиент',
|
|
74
|
+
bind: {
|
|
75
|
+
value: '{gradient}',
|
|
76
|
+
},
|
|
77
|
+
margin: '0 20px 0 0',
|
|
78
|
+
disabled: true,
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
xtype: 'checkbox',
|
|
82
|
+
boxLabel: 'Не прозрачный',
|
|
83
|
+
checked: true,
|
|
84
|
+
value: true,
|
|
85
|
+
bind: {
|
|
86
|
+
value: '{opacity}',
|
|
87
|
+
},
|
|
88
|
+
margin: '0 20px 0 0',
|
|
89
|
+
},
|
|
90
|
+
{xtype: 'tbfill'},
|
|
91
|
+
{
|
|
92
|
+
ui: 'orange-button',
|
|
93
|
+
text: 'Выбрать',
|
|
94
|
+
handler: 'choose',
|
|
95
|
+
bind: {
|
|
96
|
+
disabled: '{!selected}',
|
|
97
|
+
},
|
|
98
|
+
}
|
|
99
|
+
],
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
title: 'Свой цвет',
|
|
103
|
+
reference: 'customColorTab',
|
|
104
|
+
bind: {
|
|
105
|
+
hidden: '{gradient}',
|
|
106
|
+
},
|
|
107
|
+
layout: 'fit',
|
|
108
|
+
items: {
|
|
109
|
+
xtype: 'colorselector',
|
|
110
|
+
format: 'rgba',
|
|
111
|
+
alphaDecimalFormat: '#.#',
|
|
112
|
+
listeners: {
|
|
113
|
+
change: 'onSelectorChange',
|
|
114
|
+
},
|
|
115
|
+
},
|
|
116
|
+
buttons: [
|
|
117
|
+
{
|
|
118
|
+
reference: 'selectedCustomButton',
|
|
119
|
+
listeners: {
|
|
120
|
+
render: 'onRenderDisplayColor',
|
|
121
|
+
},
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
xtype: 'displayfield',
|
|
125
|
+
bind: {
|
|
126
|
+
value: '{selectorColor}',
|
|
127
|
+
},
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
xtype: 'checkbox',
|
|
131
|
+
boxLabel: 'Gradient',
|
|
132
|
+
bind: {
|
|
133
|
+
value: '{gradient}',
|
|
134
|
+
},
|
|
135
|
+
margin: '0 20px 0 0',
|
|
136
|
+
hidden: true,
|
|
137
|
+
},
|
|
138
|
+
{xtype: 'tbfill'},
|
|
139
|
+
{
|
|
140
|
+
ui: 'orange-button',
|
|
141
|
+
text: 'Выбрать',
|
|
142
|
+
handler: 'chooseCustom',
|
|
143
|
+
bind: {
|
|
144
|
+
disabled: '{!selectorColor}',
|
|
145
|
+
},
|
|
146
|
+
}
|
|
147
|
+
],
|
|
148
|
+
}
|
|
149
|
+
],
|
|
150
|
+
|
|
151
|
+
});
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--ColorPalette-pallet-1-color-1: rgba(238, 64, 53, 1);
|
|
3
|
+
--ColorPalette-pallet-1-color-2: rgba(241, 102, 93, 1);
|
|
4
|
+
--ColorPalette-pallet-1-color-3: rgba(247, 159, 154, 1);
|
|
5
|
+
--ColorPalette-pallet-1-color-4: rgba(248, 179, 174, 1);
|
|
6
|
+
--ColorPalette-pallet-1-color-5: rgba(250, 198, 194, 1);
|
|
7
|
+
--ColorPalette-pallet-1-color-6: rgba(252, 217, 215, 1);
|
|
8
|
+
--ColorPalette-pallet-1-color-7: rgba(253, 236, 235, 1);
|
|
9
|
+
|
|
10
|
+
--ColorPalette-pallet-2-color-1: rgba(250, 127, 46, 1);
|
|
11
|
+
--ColorPalette-pallet-2-color-2: rgba(251, 153, 88, 1);
|
|
12
|
+
--ColorPalette-pallet-2-color-3: rgba(252, 191, 150, 1);
|
|
13
|
+
--ColorPalette-pallet-2-color-4: rgba(253, 204, 171, 1);
|
|
14
|
+
--ColorPalette-pallet-2-color-5: rgba(253, 217, 192, 1);
|
|
15
|
+
--ColorPalette-pallet-2-color-6: rgba(254, 229, 213, 1);
|
|
16
|
+
--ColorPalette-pallet-2-color-7: rgba(255, 242, 234, 1);
|
|
17
|
+
|
|
18
|
+
--ColorPalette-pallet-3-color-1: rgba(246, 200, 33, 1);
|
|
19
|
+
--ColorPalette-pallet-3-color-2: rgba(248, 211, 77, 1);
|
|
20
|
+
--ColorPalette-pallet-3-color-3: rgba(251, 227, 144, 1);
|
|
21
|
+
--ColorPalette-pallet-3-color-4: rgba(251, 233, 166, 1);
|
|
22
|
+
--ColorPalette-pallet-3-color-5: rgba(252, 239, 188, 1);
|
|
23
|
+
--ColorPalette-pallet-3-color-6: rgba(253, 244, 211, 1);
|
|
24
|
+
--ColorPalette-pallet-3-color-7: rgba(254, 249, 233, 1);
|
|
25
|
+
|
|
26
|
+
--ColorPalette-pallet-4-color-1: rgba(104, 180, 102, 1);
|
|
27
|
+
--ColorPalette-pallet-4-color-2: rgba(134, 195, 133, 1);
|
|
28
|
+
--ColorPalette-pallet-4-color-3: rgba(179, 217, 179, 1);
|
|
29
|
+
--ColorPalette-pallet-4-color-4: rgba(195, 225, 194, 1);
|
|
30
|
+
--ColorPalette-pallet-4-color-5: rgba(210, 233, 209, 1);
|
|
31
|
+
--ColorPalette-pallet-4-color-6: rgba(225, 240, 225, 1);
|
|
32
|
+
--ColorPalette-pallet-4-color-7: rgba(240, 247, 240, 1);
|
|
33
|
+
|
|
34
|
+
--ColorPalette-pallet-5-color-1: rgba(69, 160, 185, 1);
|
|
35
|
+
--ColorPalette-pallet-5-color-2: rgba(106, 179, 199, 1);
|
|
36
|
+
--ColorPalette-pallet-5-color-3: rgba(162, 207, 220, 1);
|
|
37
|
+
--ColorPalette-pallet-5-color-4: rgba(181, 217, 227, 1);
|
|
38
|
+
--ColorPalette-pallet-5-color-5: rgba(199, 227, 234, 1);
|
|
39
|
+
--ColorPalette-pallet-5-color-6: rgba(218, 236, 241, 1);
|
|
40
|
+
--ColorPalette-pallet-5-color-7: rgba(236, 245, 248, 1);
|
|
41
|
+
|
|
42
|
+
--ColorPalette-pallet-6-color-1: rgba(61, 120, 191, 1);
|
|
43
|
+
--ColorPalette-pallet-6-color-2: rgba(100, 147, 204, 1);
|
|
44
|
+
--ColorPalette-pallet-6-color-3: rgba(158, 187, 223, 1);
|
|
45
|
+
--ColorPalette-pallet-6-color-4: rgba(177, 201, 229, 1);
|
|
46
|
+
--ColorPalette-pallet-6-color-5: rgba(197, 215, 236, 1);
|
|
47
|
+
--ColorPalette-pallet-6-color-6: rgba(216, 228, 242, 1);
|
|
48
|
+
--ColorPalette-pallet-6-color-7: rgba(236, 241, 249, 1);
|
|
49
|
+
|
|
50
|
+
--ColorPalette-pallet-7-color-1: rgba(138, 97, 187, 1);
|
|
51
|
+
--ColorPalette-pallet-7-color-2: rgba(161, 129, 201, 1);
|
|
52
|
+
--ColorPalette-pallet-7-color-3: rgba(196, 176, 221, 1);
|
|
53
|
+
--ColorPalette-pallet-7-color-4: rgba(208, 192, 228, 1);
|
|
54
|
+
--ColorPalette-pallet-7-color-5: rgba(220, 208, 235, 1);
|
|
55
|
+
--ColorPalette-pallet-7-color-6: rgba(232, 223, 241, 1);
|
|
56
|
+
--ColorPalette-pallet-7-color-7: rgba(243, 239, 248, 1);
|
|
57
|
+
}
|
|
58
|
+
.ColorPalette {
|
|
59
|
+
.x-grid-cell, .x-grid-item{
|
|
60
|
+
border: 1px solid transparent;
|
|
61
|
+
}
|
|
62
|
+
.x-grid-item-selected, .x-grid-cell-selected{
|
|
63
|
+
border: 1px solid red !important;
|
|
64
|
+
}
|
|
65
|
+
.x-colorpicker-field-swatch{
|
|
66
|
+
position: absolute;
|
|
67
|
+
width: 20px;
|
|
68
|
+
height: 20px;
|
|
69
|
+
top: auto;
|
|
70
|
+
bottom: auto;
|
|
71
|
+
border-radius: 4px;
|
|
72
|
+
margin-top: 4px;
|
|
73
|
+
left: 4px;
|
|
74
|
+
}
|
|
75
|
+
.x-form-field.x-form-text.x-form-text-default{
|
|
76
|
+
padding-left: 30px;
|
|
77
|
+
}
|
|
78
|
+
.x-form-text-wrap{
|
|
79
|
+
margin-left: 5px;
|
|
80
|
+
}
|
|
81
|
+
.x-colorpicker-field-swatch-inner{
|
|
82
|
+
border-radius: 4px;
|
|
83
|
+
}
|
|
84
|
+
.x-form-item-label{
|
|
85
|
+
left: 20px;
|
|
86
|
+
}
|
|
87
|
+
.gradient-mask{
|
|
88
|
+
width: 100%;
|
|
89
|
+
height: 75%;
|
|
90
|
+
position: absolute;
|
|
91
|
+
top: 0;
|
|
92
|
+
left: 20px;
|
|
93
|
+
background-color: white;
|
|
94
|
+
padding-right: 17px;
|
|
95
|
+
display: flex;
|
|
96
|
+
margin-top: 4px;
|
|
97
|
+
div{
|
|
98
|
+
align-self: center;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
}
|
|
102
|
+
}
|