@sankhyalabs/sankhyablocks 0.0.0-bugfix-dev-KB-63774.0 → 0.0.0-bugfix-dev-KB-55889.1
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/cjs/{ContinuousInsertUtils-807730a8.js → IExporterProvider-9ac15aaf.js} +3 -36
- package/dist/cjs/{SnkMessageBuilder-bae64d0d.js → SnkMessageBuilder-cceebbae.js} +1 -5
- package/dist/cjs/{dataunit-fetcher-f89461c1.js → dataunit-fetcher-4b12f70c.js} +17 -45
- package/dist/cjs/{field-search-68e34bf4.js → field-search-f56aa7d6.js} +1 -5
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/sankhyablocks.cjs.js +1 -1
- package/dist/cjs/snk-actions-button_4.cjs.entry.js +1 -1
- package/dist/cjs/snk-application.cjs.entry.js +2 -2
- package/dist/cjs/snk-attach.cjs.entry.js +4 -2
- package/dist/cjs/snk-crud.cjs.entry.js +2 -5
- package/dist/cjs/snk-data-exporter.cjs.entry.js +3 -3
- package/dist/cjs/{snk-data-unit-47202e42.js → snk-data-unit-ed17da6b.js} +18 -24
- package/dist/cjs/snk-data-unit.cjs.entry.js +3 -3
- package/dist/cjs/snk-detail-view.cjs.entry.js +4 -4
- package/dist/cjs/snk-filter-bar.cjs.entry.js +15 -19
- package/dist/cjs/snk-filter-checkbox-list.cjs.entry.js +1 -1
- package/dist/cjs/snk-grid.cjs.entry.js +14 -54
- package/dist/cjs/{snk-guides-viewer-68777d37.js → snk-guides-viewer-866447ab.js} +4 -8
- package/dist/cjs/snk-guides-viewer.cjs.entry.js +3 -3
- package/dist/cjs/snk-simple-bar.cjs.entry.js +1 -1
- package/dist/cjs/snk-simple-crud.cjs.entry.js +13 -45
- package/dist/collection/components/snk-attach/structure/fetcher/factory/attach-fetcher-data-unit.factory.js +4 -2
- package/dist/collection/components/snk-crud/snk-crud.js +1 -22
- package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.js +2 -24
- package/dist/collection/components/snk-data-unit/snk-data-unit.js +16 -22
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-checkbox-list.js +1 -1
- package/dist/collection/components/snk-filter-bar/snk-filter-bar.css +1 -1
- package/dist/collection/components/snk-filter-bar/snk-filter-bar.js +14 -44
- package/dist/collection/components/snk-grid/snk-grid.css +1 -1
- package/dist/collection/components/snk-grid/snk-grid.js +7 -67
- package/dist/collection/components/snk-simple-bar/snk-simple-bar.js +1 -1
- package/dist/collection/components/snk-simple-crud/snk-simple-crud.css +1 -0
- package/dist/collection/components/snk-simple-crud/snk-simple-crud.js +9 -60
- package/dist/collection/components/snk-taskbar/processor/taskbar-processor.js +1 -5
- package/dist/collection/lib/DefaultCustomFormatters/RmPrecisionCustomValueFormatter.js +3 -3
- package/dist/collection/lib/dataUnit/InMemoryLoader.js +4 -2
- package/dist/collection/lib/dataUnit/dataUnitInMemoryUtils.js +9 -34
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/DatasetStrategy.js +2 -9
- package/dist/collection/lib/message/resources/snk-grid.msg.js +1 -5
- package/dist/components/{ContinuousInsertUtils.js → IExporterProvider.js} +5 -40
- package/dist/components/SnkMessageBuilder.js +1 -5
- package/dist/components/dataunit-fetcher.js +15 -45
- package/dist/components/snk-attach2.js +4 -2
- package/dist/components/snk-crud.js +1 -5
- package/dist/components/snk-data-unit2.js +17 -23
- package/dist/components/snk-detail-view2.js +3 -8
- package/dist/components/snk-filter-bar2.js +15 -20
- package/dist/components/snk-filter-checkbox-list.js +1 -1
- package/dist/components/snk-grid2.js +8 -50
- package/dist/components/snk-simple-bar2.js +1 -1
- package/dist/components/snk-simple-crud2.js +7 -41
- package/dist/esm/{ContinuousInsertUtils-1a82a768.js → IExporterProvider-09df2e3e.js} +5 -37
- package/dist/esm/{SnkMessageBuilder-6fff4a4c.js → SnkMessageBuilder-ae87b754.js} +1 -5
- package/dist/esm/{dataunit-fetcher-c24c76c6.js → dataunit-fetcher-3aac1a53.js} +15 -45
- package/dist/esm/{field-search-f8b1d91e.js → field-search-efbe307f.js} +1 -5
- package/dist/esm/loader.js +1 -1
- package/dist/esm/sankhyablocks.js +1 -1
- package/dist/esm/snk-actions-button_4.entry.js +1 -1
- package/dist/esm/snk-application.entry.js +2 -2
- package/dist/esm/snk-attach.entry.js +4 -2
- package/dist/esm/snk-crud.entry.js +2 -5
- package/dist/esm/snk-data-exporter.entry.js +3 -3
- package/dist/esm/{snk-data-unit-de45e0e1.js → snk-data-unit-6888df8f.js} +18 -24
- package/dist/esm/snk-data-unit.entry.js +3 -3
- package/dist/esm/snk-detail-view.entry.js +4 -4
- package/dist/esm/snk-filter-bar.entry.js +15 -19
- package/dist/esm/snk-filter-checkbox-list.entry.js +1 -1
- package/dist/esm/snk-grid.entry.js +9 -49
- package/dist/esm/{snk-guides-viewer-b5dd30e6.js → snk-guides-viewer-cb8a0b48.js} +4 -8
- package/dist/esm/snk-guides-viewer.entry.js +3 -3
- package/dist/esm/snk-simple-bar.entry.js +1 -1
- package/dist/esm/snk-simple-crud.entry.js +9 -41
- package/dist/sankhyablocks/p-0e9a872d.entry.js +1 -0
- package/dist/sankhyablocks/{p-694e1c4a.entry.js → p-16969508.entry.js} +1 -1
- package/dist/sankhyablocks/p-1ab19772.js +1 -0
- package/dist/sankhyablocks/p-1f47a0b2.entry.js +1 -0
- package/dist/sankhyablocks/p-3757394b.entry.js +1 -0
- package/dist/sankhyablocks/{p-eb9f0407.entry.js → p-3d542b58.entry.js} +1 -1
- package/dist/sankhyablocks/{p-da34270e.entry.js → p-439a50fb.entry.js} +1 -1
- package/dist/sankhyablocks/p-53c1d25d.entry.js +1 -0
- package/dist/sankhyablocks/{p-62e048c6.entry.js → p-559bfb9b.entry.js} +1 -1
- package/dist/sankhyablocks/{p-a42e7a1e.entry.js → p-640140b3.entry.js} +1 -1
- package/dist/sankhyablocks/p-7c4aabe2.js +1 -0
- package/dist/sankhyablocks/p-88aa931b.entry.js +1 -0
- package/dist/sankhyablocks/{p-bccfc262.js → p-9cbef862.js} +1 -1
- package/dist/sankhyablocks/p-a31e761f.js +1 -0
- package/dist/sankhyablocks/{p-5f157b09.entry.js → p-aaa3ee68.entry.js} +1 -1
- package/dist/sankhyablocks/p-b2caaaf9.entry.js +1 -0
- package/dist/sankhyablocks/{p-7eef0898.entry.js → p-bc4b94d2.entry.js} +1 -1
- package/dist/sankhyablocks/p-c2495304.js +1 -0
- package/dist/sankhyablocks/p-f8698ad3.js +60 -0
- package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
- package/dist/types/components/snk-crud/snk-crud.d.ts +0 -4
- package/dist/types/components/snk-crud/subcomponents/snk-guides-viewer.d.ts +0 -5
- package/dist/types/components/snk-data-unit/snk-data-unit.d.ts +2 -2
- package/dist/types/components/snk-filter-bar/snk-filter-bar.d.ts +0 -4
- package/dist/types/components/snk-grid/snk-grid.d.ts +0 -12
- package/dist/types/components/snk-simple-crud/snk-simple-crud.d.ts +0 -10
- package/dist/types/components/snk-taskbar/processor/taskbar-processor.d.ts +0 -1
- package/dist/types/components.d.ts +0 -40
- package/dist/types/lib/dataUnit/dataUnitInMemoryUtils.d.ts +2 -12
- package/package.json +1 -1
- package/dist/collection/lib/utils/ContinuousInsertUtils.js +0 -31
- package/dist/sankhyablocks/p-0035ad6e.entry.js +0 -1
- package/dist/sankhyablocks/p-0911e61a.entry.js +0 -1
- package/dist/sankhyablocks/p-17425c72.js +0 -1
- package/dist/sankhyablocks/p-23736d75.js +0 -1
- package/dist/sankhyablocks/p-3ae9d08a.js +0 -1
- package/dist/sankhyablocks/p-3e3cc017.js +0 -1
- package/dist/sankhyablocks/p-50779ad3.entry.js +0 -1
- package/dist/sankhyablocks/p-7ac7932c.js +0 -60
- package/dist/sankhyablocks/p-b9679243.entry.js +0 -1
- package/dist/sankhyablocks/p-c2e468c9.entry.js +0 -1
- package/dist/sankhyablocks/p-e16e87fc.entry.js +0 -1
- package/dist/types/lib/utils/ContinuousInsertUtils.d.ts +0 -10
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
const index = require('./index-f9e81701.js');
|
|
4
4
|
const core = require('@sankhyalabs/core');
|
|
5
5
|
const utils = require('@sankhyalabs/ezui/dist/collection/utils');
|
|
6
|
-
const SnkMessageBuilder = require('./SnkMessageBuilder-
|
|
7
|
-
const dataunitFetcher = require('./dataunit-fetcher-
|
|
6
|
+
const SnkMessageBuilder = require('./SnkMessageBuilder-cceebbae.js');
|
|
7
|
+
const dataunitFetcher = require('./dataunit-fetcher-4b12f70c.js');
|
|
8
8
|
const DataType = require('@sankhyalabs/core/dist/dataunit/metadata/DataType');
|
|
9
9
|
const GetSelectedRecordsIDsInfo = require('./GetSelectedRecordsIDsInfo-bd50caf1.js');
|
|
10
10
|
|
|
@@ -486,14 +486,7 @@ const SnkDataUnit = class {
|
|
|
486
486
|
}
|
|
487
487
|
handleRecordsRemoved(action) {
|
|
488
488
|
var _a, _b;
|
|
489
|
-
|
|
490
|
-
let removeFinishMsg;
|
|
491
|
-
if ((cachedRecords === null || cachedRecords === void 0 ? void 0 : cachedRecords.length) > 1) {
|
|
492
|
-
removeFinishMsg = this.getMessage("snkDataUnit.removeAllInfo", { size: cachedRecords.length });
|
|
493
|
-
}
|
|
494
|
-
else {
|
|
495
|
-
removeFinishMsg = this.getMessage("snkDataUnit.removeInfo", action.payload.cachedRecords[0]);
|
|
496
|
-
}
|
|
489
|
+
let removeFinishMsg = this.buildRemoveFinishMessage(action);
|
|
497
490
|
if (removeFinishMsg != undefined) {
|
|
498
491
|
this.showSuccessMessage(removeFinishMsg);
|
|
499
492
|
}
|
|
@@ -504,6 +497,14 @@ const SnkDataUnit = class {
|
|
|
504
497
|
this.dataUnit.gotoPage(page);
|
|
505
498
|
}
|
|
506
499
|
}
|
|
500
|
+
buildRemoveFinishMessage(action) {
|
|
501
|
+
const records = action.payload.records;
|
|
502
|
+
if (!records || !records.length)
|
|
503
|
+
return undefined;
|
|
504
|
+
if ((records === null || records === void 0 ? void 0 : records.length) > 1)
|
|
505
|
+
return this.getMessage('snkDataUnit.removeAllInfo', { size: records.length });
|
|
506
|
+
return this.getMessage('snkDataUnit.removeInfo', records);
|
|
507
|
+
}
|
|
507
508
|
/**
|
|
508
509
|
* Conforme mecanismo de mensagens, é possível customizar as mensagens dos blocos de construção
|
|
509
510
|
* através de um pequeno modulo na estrutura da aplicação:
|
|
@@ -547,26 +548,19 @@ const SnkDataUnit = class {
|
|
|
547
548
|
return await this._application.getDataUnit(this.entityName, cacheName, null, this.configName, this.resourceID);
|
|
548
549
|
}
|
|
549
550
|
}
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
this.fillFieldsWithRmPrecision(this.dataUnit.metadata);
|
|
553
|
-
const dataUnitUpdatedMetadata = this.handleDULinksOnMetadataLoaded(this.dataUnit.metadata);
|
|
554
|
-
this.dataUnit.metadata = dataUnitUpdatedMetadata;
|
|
555
|
-
}
|
|
556
|
-
async loadDataUnit() {
|
|
557
|
-
var _a, _b;
|
|
551
|
+
async loadDataUnit(forceMetadataLoad = true) {
|
|
552
|
+
var _a;
|
|
558
553
|
if (this.dataUnit == null && this._application && this.entityName) {
|
|
559
554
|
this.dataUnit = await this.getDataUnitParentOrChild();
|
|
560
555
|
}
|
|
561
556
|
if (this.dataUnit) {
|
|
562
557
|
this.dataUnit.pageSize = this.pageSize;
|
|
563
558
|
this.dataUnit.unsubscribe(this._dataUnitObserver);
|
|
564
|
-
this.dataUnit.subscribe(this._dataUnitObserver);
|
|
565
|
-
if ((_a = this.dataUnit) === null || _a === void 0 ? void 0 : _a.metadata) {
|
|
566
|
-
this.updateMetadataWithRMP();
|
|
567
|
-
}
|
|
568
559
|
this.dataUnit.addInterceptor(this);
|
|
569
|
-
|
|
560
|
+
this.dataUnit.subscribe(this._dataUnitObserver);
|
|
561
|
+
if (forceMetadataLoad || !this.dataUnit.metadata)
|
|
562
|
+
await this.dataUnit.loadMetadata();
|
|
563
|
+
if ((_a = this.dataUnit.records) === null || _a === void 0 ? void 0 : _a.length) {
|
|
570
564
|
const { records } = this.getMetadataByRow(this.dataUnit);
|
|
571
565
|
this.dataUnit.records = records;
|
|
572
566
|
}
|
|
@@ -654,7 +648,7 @@ const SnkDataUnit = class {
|
|
|
654
648
|
}
|
|
655
649
|
}
|
|
656
650
|
async componentDidLoad() {
|
|
657
|
-
await this.loadDataUnit();
|
|
651
|
+
await this.loadDataUnit(false);
|
|
658
652
|
this.handlerLinkFields();
|
|
659
653
|
}
|
|
660
654
|
render() {
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const snkDataUnit = require('./snk-data-unit-
|
|
5
|
+
const snkDataUnit = require('./snk-data-unit-ed17da6b.js');
|
|
6
6
|
require('./index-f9e81701.js');
|
|
7
7
|
require('@sankhyalabs/core');
|
|
8
8
|
require('@sankhyalabs/ezui/dist/collection/utils');
|
|
9
|
-
require('./SnkMessageBuilder-
|
|
10
|
-
require('./dataunit-fetcher-
|
|
9
|
+
require('./SnkMessageBuilder-cceebbae.js');
|
|
10
|
+
require('./dataunit-fetcher-4b12f70c.js');
|
|
11
11
|
require('./DataFetcher-cadeef8e.js');
|
|
12
12
|
require('./PrintUtils-bcaeb82f.js');
|
|
13
13
|
require('@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata');
|
|
@@ -12,20 +12,20 @@ const index$1 = require('./index-1dfc7a6e.js');
|
|
|
12
12
|
require('./ISave-e91b70a7.js');
|
|
13
13
|
require('@sankhyalabs/ezui/dist/collection/utils/constants');
|
|
14
14
|
require('@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata');
|
|
15
|
-
require('./dataunit-fetcher-
|
|
15
|
+
require('./dataunit-fetcher-4b12f70c.js');
|
|
16
16
|
require('./filter-item-type.enum-a7ffdaa6.js');
|
|
17
17
|
require('./form-config-fetcher-ed497282.js');
|
|
18
18
|
const taskbarElements = require('./taskbar-elements-9ad1f9c0.js');
|
|
19
19
|
const constants = require('./constants-35ddd366.js');
|
|
20
|
-
const snkGuidesViewer = require('./snk-guides-viewer-
|
|
21
|
-
const SnkMessageBuilder = require('./SnkMessageBuilder-
|
|
20
|
+
const snkGuidesViewer = require('./snk-guides-viewer-866447ab.js');
|
|
21
|
+
const SnkMessageBuilder = require('./SnkMessageBuilder-cceebbae.js');
|
|
22
22
|
require('./ConfigStorage-ecc0ed20.js');
|
|
23
23
|
require('./PrintUtils-bcaeb82f.js');
|
|
24
24
|
require('@sankhyalabs/ezui/dist/collection/components/ez-grid/utils');
|
|
25
25
|
require('@sankhyalabs/core/dist/utils/SortingUtils');
|
|
26
26
|
require('./ResourceIDUtils-5ff86aa7.js');
|
|
27
27
|
require('./index-102ba62d.js');
|
|
28
|
-
require('./field-search-
|
|
28
|
+
require('./field-search-f56aa7d6.js');
|
|
29
29
|
require('@sankhyalabs/core/dist/dataunit/DataUnit');
|
|
30
30
|
|
|
31
31
|
class GuideBuilder {
|
|
@@ -252,7 +252,7 @@ class SnkFilterModalFactory {
|
|
|
252
252
|
}
|
|
253
253
|
}
|
|
254
254
|
|
|
255
|
-
const snkFilterBarCss = ".sc-snk-filter-bar-h{display:grid;grid-template-columns:1fr minmax(100px, 100%) 1fr 1fr;--snk-personalized-filter--z-index:var(--elevation--20, 20);--snk-personalized-filter--background-color:var(--background--xlight, #fff)}.snk-filter-bar__title.sc-snk-filter-bar{max-width:260px;display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:16px;font-family:var(--font-pattern, Arial);font-weight:var(--text-weight--large, 600);color:var(--color--title-primary, #2B3A54);margin-top:8px}[data-mode=\"hidden\"].sc-snk-filter-bar-h{width:0px;height:0px}[data-mode=\"button\"].sc-snk-filter-bar-h{grid-template-columns:1fr;width:fit-content}.snk-filter__popover-container.sc-snk-filter-bar{display:flex;cursor:auto}.filter-bar__personalized-filter.sc-snk-filter-bar{display:flex;flex-direction:column;position:fixed;top:0;left:0;width:100%;height:100%;overflow:auto;z-index:var(--snk-personalized-filter--z-index);background-color:var(--snk-personalized-filter--background-color)}.snk-filter__popover.sc-snk-filter-bar{display:flex;flex-direction:column;position:absolute;width:fit-content;height:fit-content;min-width:265px;background-color:var(--background--xlight, #fff);border-radius:var(--border--radius-medium, 12px);box-shadow:var(--shadow, 0px 0px 16px 0px #000)}.snk-filter-item__editor-header.sc-snk-filter-bar{flex-grow:1;font-weight:var(--text-weight--medium, 400);color:var(--color--title-primary, #2B3A54)}.snk-filter__popover-rule.sc-snk-filter-bar{border-style:solid;border-color:var(--color--disable-secondary, #F2F5F8);border-radius:1px;border-width:1px;width:100%}.editor__ez-check.sc-snk-filter-bar{--ez-check__label--padding-left:0}.snk-filter-item__editor-header-button.sc-snk-filter-bar{cursor:pointer;background-color:transparent;border:none;padding:3px;outline-color:var(--color--primary)}.snk-filter-bar__divider.sc-snk-filter-bar{margin-bottom:var(--space--small)}.snk-filter-bar__scroller.sc-snk-filter-bar{height:calc(100% + var(--space-extra-small, 3px))}.snk-filter-bar__filter-item-container.sc-snk-filter-bar{display:flex;align-
|
|
255
|
+
const snkFilterBarCss = ".sc-snk-filter-bar-h{display:grid;grid-template-columns:1fr minmax(100px, 100%) 1fr 1fr;--snk-personalized-filter--z-index:var(--elevation--20, 20);--snk-personalized-filter--background-color:var(--background--xlight, #fff)}.snk-filter-bar__title.sc-snk-filter-bar{max-width:260px;display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:16px;font-family:var(--font-pattern, Arial);font-weight:var(--text-weight--large, 600);color:var(--color--title-primary, #2B3A54);margin-top:8px}[data-mode=\"hidden\"].sc-snk-filter-bar-h{width:0px;height:0px}[data-mode=\"button\"].sc-snk-filter-bar-h{grid-template-columns:1fr;width:fit-content}.snk-filter__popover-container.sc-snk-filter-bar{display:flex;cursor:auto}.filter-bar__personalized-filter.sc-snk-filter-bar{display:flex;flex-direction:column;position:fixed;top:0;left:0;width:100%;height:100%;overflow:auto;z-index:var(--snk-personalized-filter--z-index);background-color:var(--snk-personalized-filter--background-color)}.snk-filter__popover.sc-snk-filter-bar{display:flex;flex-direction:column;position:absolute;width:fit-content;height:fit-content;min-width:265px;background-color:var(--background--xlight, #fff);border-radius:var(--border--radius-medium, 12px);box-shadow:var(--shadow, 0px 0px 16px 0px #000)}.snk-filter-item__editor-header.sc-snk-filter-bar{flex-grow:1;font-weight:var(--text-weight--medium, 400);color:var(--color--title-primary, #2B3A54)}.snk-filter__popover-rule.sc-snk-filter-bar{border-style:solid;border-color:var(--color--disable-secondary, #F2F5F8);border-radius:1px;border-width:1px;width:100%}.editor__ez-check.sc-snk-filter-bar{--ez-check__label--padding-left:0}.snk-filter-item__editor-header-button.sc-snk-filter-bar{cursor:pointer;background-color:transparent;border:none;padding:3px;outline-color:var(--color--primary)}.snk-filter-bar__divider.sc-snk-filter-bar{margin-bottom:var(--space--small)}.snk-filter-bar__scroller.sc-snk-filter-bar{height:calc(100% + var(--space-extra-small, 3px))}.snk-filter-bar__filter-item-container.sc-snk-filter-bar{display:flex;align-self:center}.snk-filter-bar__scroller.sc-snk-filter-bar .sc-snk-filter-bar:first-child{margin-left:var(--space-extra-small, 3px)}.snk-filter-bar__filter-list-items-container.sc-snk-filter-bar{overflow-y:auto;max-height:360px;margin-top:var(--space--small, 6px)}.snk-filter-bar__filter-list-item.sc-snk-filter-bar{cursor:pointer;border-radius:var(--border--radius-small, 6px);border:none;background-color:transparent}.snk-filter-bar__filter-list-item__label.sc-snk-filter-bar{color:var(--title--primary)}.snk-filter-bar__filter-list-item__label--secondary.sc-snk-filter-bar{color:var(--text--primary)}.snk-filter-bar__filter-list-item__icon.sc-snk-filter-bar{--ez-icon--color:var(--title--primary)}.snk-filter-bar__filter-list-item__icon--secondary.sc-snk-filter-bar{--ez-icon--color:var(--text--secondary)}.snk-filter-bar__filter-list-item.sc-snk-filter-bar:focus-visible{outline:none;background-color:var(--background--medium)}.snk-filter-bar__filter-list-item.sc-snk-filter-bar:hover{background-color:var(--background--medium)}.snk-filter-bar__filter-list-items-container--empty.sc-snk-filter-bar{width:100%;height:100px;display:flex;justify-content:center;align-self:center;align-items:center}.snk-filter-bar__filter-list-items-button--active.sc-snk-filter-bar{position:relative}.snk-filter-bar__filter-list-items-button--active.sc-snk-filter-bar::after{display:flex;position:absolute;content:\"\";width:8px;height:8px;top:7px;left:17px;background-color:var(--icon--alert--color, #008561);border-radius:50%}.snk-filter-bar__filter-modal-item.sc-snk-filter-bar{--modal-item-border-width:2px;display:flex;flex-direction:row;margin-left:var(--modal-item-border-width);border-radius:var(--border--radius-medium, 12px);background-color:var(--background--medium, #f0f3f7);border:none;width:100%}.snk-filter-bar__filter-modal-item.sc-snk-filter-bar:focus-visible{outline:var(--color--primary) solid var(--modal-item-border-width)}.snk-filter-bar__filter-modal-item__check.sc-snk-filter-bar{width:auto}.snk-filter-bar__filter-modal-item__label.sc-snk-filter-bar{font-weight:var(--text-weight--medium)}.snk-filter-bar__filter-modal-content.sc-snk-filter-bar{display:grid;grid-template-rows:auto auto 1fr auto;width:99%;height:100%}";
|
|
256
256
|
|
|
257
257
|
const SnkFilterBar = class {
|
|
258
258
|
constructor(hostRef) {
|
|
@@ -277,7 +277,6 @@ const SnkFilterBar = class {
|
|
|
277
277
|
this._filtersComparator = (a, b) => {
|
|
278
278
|
return this._calculateSortIndex(b) - this._calculateSortIndex(a);
|
|
279
279
|
};
|
|
280
|
-
this.customFilterBarConfig = undefined;
|
|
281
280
|
this.dataUnit = undefined;
|
|
282
281
|
this.title = undefined;
|
|
283
282
|
this.configName = undefined;
|
|
@@ -587,23 +586,20 @@ const SnkFilterBar = class {
|
|
|
587
586
|
}
|
|
588
587
|
}
|
|
589
588
|
async loadConfigFromStorage(clearCache) {
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
}
|
|
604
|
-
catch (e) {
|
|
605
|
-
throw new core.ErrorException(this.getMessage("snkFilterBar.failToLoadConfig"), e);
|
|
606
|
-
}
|
|
589
|
+
if (clearCache) {
|
|
590
|
+
await ConfigStorage.ConfigStorage.deleteFilterBarConfigCache(this.configName, this.resourceID);
|
|
591
|
+
}
|
|
592
|
+
return new Promise(accept => {
|
|
593
|
+
ConfigStorage.ConfigStorage.loadFilterBarConfig(this.configName, this.resourceID, { contextURI: this.dataUnit.name })
|
|
594
|
+
.then((filters) => {
|
|
595
|
+
accept();
|
|
596
|
+
this.filterConfig = filters.map(item => this.normalizeItem(item));
|
|
597
|
+
this.filterConfig.sort((a, b) => this._filtersComparator(a, b));
|
|
598
|
+
})
|
|
599
|
+
.catch(reason => {
|
|
600
|
+
throw new core.ErrorException(this.getMessage("snkFilterBar.failToLoadConfig"), reason);
|
|
601
|
+
});
|
|
602
|
+
});
|
|
607
603
|
}
|
|
608
604
|
attachDataUnit() {
|
|
609
605
|
if (this.dataUnit == undefined) {
|
|
@@ -26,7 +26,7 @@ const SnkFilterCheckboxList = class {
|
|
|
26
26
|
this.valueChanged.emit((_b = this.config) === null || _b === void 0 ? void 0 : _b.value);
|
|
27
27
|
}
|
|
28
28
|
renderOptions() {
|
|
29
|
-
return this.optionsList.map(option => (index.h("ez-check", { label: option.label, onEzChange: (event) => this.handleToggleCheck(option, event.detail), value: !!this.isChecked(option.name) })));
|
|
29
|
+
return this.optionsList.map(option => (index.h("ez-check", { label: option.label, compact: true, onEzChange: (event) => this.handleToggleCheck(option, event.detail), value: !!this.isChecked(option.name) })));
|
|
30
30
|
}
|
|
31
31
|
isChecked(itemName) {
|
|
32
32
|
var _a;
|
|
@@ -7,16 +7,16 @@ const core = require('@sankhyalabs/core');
|
|
|
7
7
|
const taskbarElements = require('./taskbar-elements-9ad1f9c0.js');
|
|
8
8
|
const ConfigStorage = require('./ConfigStorage-ecc0ed20.js');
|
|
9
9
|
const index$1 = require('./index-1dfc7a6e.js');
|
|
10
|
-
const fieldSearch = require('./field-search-
|
|
10
|
+
const fieldSearch = require('./field-search-f56aa7d6.js');
|
|
11
11
|
const index$2 = require('./index-102ba62d.js');
|
|
12
|
-
const
|
|
12
|
+
const IExporterProvider = require('./IExporterProvider-9ac15aaf.js');
|
|
13
13
|
const DataUnit = require('@sankhyalabs/core/dist/dataunit/DataUnit');
|
|
14
14
|
require('./DataFetcher-cadeef8e.js');
|
|
15
15
|
require('./pesquisa-fetcher-ca89181c.js');
|
|
16
16
|
require('./ISave-e91b70a7.js');
|
|
17
17
|
require('@sankhyalabs/ezui/dist/collection/utils/constants');
|
|
18
18
|
require('@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata');
|
|
19
|
-
require('./dataunit-fetcher-
|
|
19
|
+
require('./dataunit-fetcher-4b12f70c.js');
|
|
20
20
|
require('./filter-item-type.enum-a7ffdaa6.js');
|
|
21
21
|
require('./form-config-fetcher-ed497282.js');
|
|
22
22
|
const GetSelectedRecordsIDsInfo = require('./GetSelectedRecordsIDsInfo-bd50caf1.js');
|
|
@@ -26,7 +26,7 @@ require('@sankhyalabs/ezui/dist/collection/components/ez-grid/utils');
|
|
|
26
26
|
require('@sankhyalabs/core/dist/utils/SortingUtils');
|
|
27
27
|
require('./ResourceIDUtils-5ff86aa7.js');
|
|
28
28
|
|
|
29
|
-
class ServerSideExporterProvider extends
|
|
29
|
+
class ServerSideExporterProvider extends IExporterProvider.CommonsExporter {
|
|
30
30
|
getFilters() {
|
|
31
31
|
var _a;
|
|
32
32
|
return (_a = this.dataUnit) === null || _a === void 0 ? void 0 : _a.getAppliedFilters();
|
|
@@ -80,7 +80,7 @@ class ServerSideExporterProvider extends ContinuousInsertUtils.CommonsExporter {
|
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
82
|
|
|
83
|
-
const snkGridCss = ".sc-snk-grid-h{--snk-grid-min-height:300px;--snk-grid-padding:var(--space--
|
|
83
|
+
const snkGridCss = ".sc-snk-grid-h{--snk-grid-min-height:300px;--snk-grid-padding:var(--space--lg)}.snk-grid__container.sc-snk-grid{display:flex;height:100%;width:100%;padding:var(--snk-grid-padding)}.snk-grid__header.sc-snk-grid{width:100%;display:flex;flex-wrap:nowrap;justify-content:flex-end}.snk-grid__filter-bar.sc-snk-grid{width:100%}.snk-grid__header-divider.sc-snk-grid{margin-bottom:var(--space--medium)}.snk-grid__table.sc-snk-grid{min-height:var(--snk-grid-min-height)}.snk-grid-container__without-shadow.sc-snk-grid{--ezgrid__container--shadow:unset}";
|
|
84
84
|
|
|
85
85
|
const SnkGrid = class {
|
|
86
86
|
constructor(hostRef) {
|
|
@@ -93,7 +93,7 @@ const SnkGrid = class {
|
|
|
93
93
|
"snkGridTopTaskbar.regular": ["FORM_MODE", "CONFIGURATOR", "INSERT"],
|
|
94
94
|
"snkGridTopTaskbar.regular.secondary": ["FORM_MODE", "CONFIGURATOR", "INSERT"],
|
|
95
95
|
"snkGridTopTaskbar.regular.singleTaskbar": [],
|
|
96
|
-
"snkGridTopTaskbar.finish_edition": ["CANCEL", "SAVE"
|
|
96
|
+
"snkGridTopTaskbar.finish_edition": ["CANCEL", "SAVE"],
|
|
97
97
|
"snkGridTopTaskbar.finish_edition.secondary": [],
|
|
98
98
|
"snkGridTopTaskbar.finish_edition.singleTaskbar": [],
|
|
99
99
|
});
|
|
@@ -106,7 +106,7 @@ const SnkGrid = class {
|
|
|
106
106
|
"snkGridHeaderTaskbar.singleTaskbar.selected": ["UPDATE", "CLONE", "REMOVE", "MORE_OPTIONS", "DIVIDER", "ATTACH", "FORM_MODE", "CONFIGURATOR", "REFRESH", "DATA_EXPORTER", "ACTIONS_BUTTON"],
|
|
107
107
|
"snkGridHeaderTaskbar.singleTaskbar.detail.unselected": ["INSERT", "FORM_MODE", "CONFIGURATOR", "REFRESH", "MORE_OPTIONS"],
|
|
108
108
|
"snkGridHeaderTaskbar.singleTaskbar.detail.selected": ["UPDATE", "ATTACH", "CLONE", "REMOVE", "MORE_OPTIONS", "DIVIDER", "FORM_MODE", "CONFIGURATOR", "REFRESH"],
|
|
109
|
-
"snkGridHeaderTaskbar.singleTaskbar.finish_edition": ["CANCEL", "SAVE"
|
|
109
|
+
"snkGridHeaderTaskbar.singleTaskbar.finish_edition": ["CANCEL", "SAVE"]
|
|
110
110
|
});
|
|
111
111
|
this.dataUnitInterceptor = {
|
|
112
112
|
interceptAction: async (action) => {
|
|
@@ -121,8 +121,7 @@ const SnkGrid = class {
|
|
|
121
121
|
this._gridConfig = undefined;
|
|
122
122
|
this._popUpGridConfig = false;
|
|
123
123
|
this._showSnkFilterBar = true;
|
|
124
|
-
this.
|
|
125
|
-
this.columnFilterDataSource = new ContinuousInsertUtils.SnkMultiSelectionListDataSource();
|
|
124
|
+
this.columnFilterDataSource = new IExporterProvider.SnkMultiSelectionListDataSource();
|
|
126
125
|
this.configName = undefined;
|
|
127
126
|
this.filterBarTitle = undefined;
|
|
128
127
|
this.resourceID = undefined;
|
|
@@ -145,7 +144,6 @@ const SnkGrid = class {
|
|
|
145
144
|
this.filterBarLegacyConfigName = undefined;
|
|
146
145
|
this.autoLoad = undefined;
|
|
147
146
|
this.autoFocus = true;
|
|
148
|
-
this.enableGridInsert = false;
|
|
149
147
|
}
|
|
150
148
|
/**
|
|
151
149
|
* Exibe a janela de configurações da grade.
|
|
@@ -232,16 +230,6 @@ const SnkGrid = class {
|
|
|
232
230
|
async setFocus() {
|
|
233
231
|
this._grid.setFocus();
|
|
234
232
|
}
|
|
235
|
-
async handleClick(event) {
|
|
236
|
-
if (this.hasToBlockEvent(event)) {
|
|
237
|
-
event.preventDefault();
|
|
238
|
-
event.stopPropagation();
|
|
239
|
-
await this._dataUnit.cancelEdition();
|
|
240
|
-
}
|
|
241
|
-
}
|
|
242
|
-
hasToBlockEvent(event) {
|
|
243
|
-
return this._snkFilterBar.contains(event.target) && this.enableGridInsert && this._dataUnit.hasNewRecord();
|
|
244
|
-
}
|
|
245
233
|
async handleGridLegacyConfigName(newLegacyConfig, oldLegacyConfig) {
|
|
246
234
|
if (!newLegacyConfig) {
|
|
247
235
|
return;
|
|
@@ -252,9 +240,6 @@ const SnkGrid = class {
|
|
|
252
240
|
this.addGridLegacyConfigName();
|
|
253
241
|
this.loadConfig();
|
|
254
242
|
}
|
|
255
|
-
handleAddFormMode() {
|
|
256
|
-
return this.enableGridInsert ? taskbarElements.TaskbarElement.FORM_MODE : "";
|
|
257
|
-
}
|
|
258
243
|
openGridConfig() {
|
|
259
244
|
this._grid.getColumnsState()
|
|
260
245
|
.then((gridColumns) => {
|
|
@@ -268,7 +253,7 @@ const SnkGrid = class {
|
|
|
268
253
|
}
|
|
269
254
|
setGridConfig(config) {
|
|
270
255
|
this._gridConfig = config;
|
|
271
|
-
|
|
256
|
+
IExporterProvider.CrudUtils.assertDefaultSorting(this._gridConfig, this._dataUnit);
|
|
272
257
|
}
|
|
273
258
|
loadConfig() {
|
|
274
259
|
ConfigStorage.ConfigStorage.loadGridConfig(this.configName, this.resourceID)
|
|
@@ -324,7 +309,7 @@ const SnkGrid = class {
|
|
|
324
309
|
}
|
|
325
310
|
finishLoading() {
|
|
326
311
|
this._dataUnit.addInterceptor(this.dataUnitInterceptor);
|
|
327
|
-
|
|
312
|
+
IExporterProvider.CrudUtils.assertDefaultSorting(this._gridConfig, this._dataUnit);
|
|
328
313
|
this.addElementID();
|
|
329
314
|
if (this.columnFilterDataSource != undefined) {
|
|
330
315
|
this.columnFilterDataSource.setApplication(this._application);
|
|
@@ -379,21 +364,13 @@ const SnkGrid = class {
|
|
|
379
364
|
}
|
|
380
365
|
parent = parent.parentElement;
|
|
381
366
|
}
|
|
382
|
-
|
|
383
|
-
this._snkFilterBar.addEventListener('click', this.handleClick);
|
|
384
|
-
}
|
|
385
|
-
this._rmPrecisionCustomValueFormatter = new ContinuousInsertUtils.RmPrecisionCustomValueFormatter();
|
|
367
|
+
this._rmPrecisionCustomValueFormatter = new IExporterProvider.RmPrecisionCustomValueFormatter();
|
|
386
368
|
this.addGridLegacyConfigName();
|
|
387
369
|
this.loadConfig();
|
|
388
|
-
this._continuousInsertUtils = new ContinuousInsertUtils.ContinuousInsertUtils(this._application, this.resourceID, this.configName);
|
|
389
|
-
if (this.enableGridInsert) {
|
|
390
|
-
this._continuousInsertUtils.getConfig().then(value => this._enableContinuousInsert = value);
|
|
391
|
-
}
|
|
392
370
|
}
|
|
393
371
|
componentDidRender() {
|
|
394
|
-
var _a, _b;
|
|
395
372
|
this._rmPrecisionCustomValueFormatter.setGrid(this._grid);
|
|
396
|
-
this.loadGridCustomFormatters(
|
|
373
|
+
this.loadGridCustomFormatters(this._dataUnit.metadata.fields);
|
|
397
374
|
this.setCustomRenders();
|
|
398
375
|
this.setCustomEditors();
|
|
399
376
|
}
|
|
@@ -491,21 +468,12 @@ const SnkGrid = class {
|
|
|
491
468
|
eagerInitialize: true,
|
|
492
469
|
itemBuilder: (actionButton, item) => this.getColumnSearch(actionButton, item)
|
|
493
470
|
}];
|
|
494
|
-
if (this.enableGridInsert) {
|
|
495
|
-
hardList.push(this._continuousInsertUtils.actionContinuousInsert(this._enableContinuousInsert, this.handleEnableContinuousInsert));
|
|
496
|
-
}
|
|
497
|
-
if (this.isGridInsertActive())
|
|
498
|
-
return hardList;
|
|
499
471
|
if (this.taskbarManager != undefined && this.taskbarManager.getMoreOptions != undefined) {
|
|
500
472
|
const taskbarID = this.getTopTaskBarId();
|
|
501
473
|
return hardList.concat(this.taskbarManager.getMoreOptions(taskbarID, this.configName, this._dataState, this.actionsList));
|
|
502
474
|
}
|
|
503
475
|
return hardList.concat(this.actionsList);
|
|
504
476
|
}
|
|
505
|
-
handleEnableContinuousInsert() {
|
|
506
|
-
this._enableContinuousInsert = !this._enableContinuousInsert;
|
|
507
|
-
this._continuousInsertUtils.handleSaveConfig(this._enableContinuousInsert);
|
|
508
|
-
}
|
|
509
477
|
handleFilterConfigUpdated(filterConfig) {
|
|
510
478
|
if (!filterConfig.length) {
|
|
511
479
|
this._showSnkFilterBar = false;
|
|
@@ -517,20 +485,12 @@ const SnkGrid = class {
|
|
|
517
485
|
}
|
|
518
486
|
this._showSnkFilterBar = true;
|
|
519
487
|
}
|
|
520
|
-
getGridHeaderButtons() {
|
|
521
|
-
if (this.isGridInsertActive())
|
|
522
|
-
return taskbarElements.TaskbarElement.MORE_OPTIONS;
|
|
523
|
-
return this._headerTaskbarProcessor.buttons;
|
|
524
|
-
}
|
|
525
|
-
isGridInsertActive() {
|
|
526
|
-
return this.enableGridInsert && this._dataUnit.hasNewRecord();
|
|
527
|
-
}
|
|
528
488
|
render() {
|
|
529
489
|
if (!this._dataUnit) {
|
|
530
490
|
return undefined;
|
|
531
491
|
}
|
|
532
|
-
return (index.h("div", { class: "snk-grid__container ez-flex ez-flex--column ez-flex-item--auto
|
|
533
|
-
index.h(index.Fragment, null, index.h("snk-filter-bar", { ref: (ref) => this._snkFilterBar = ref, title: this.filterBarTitle, dataUnit: this._dataUnit, "data-element-id": "gridFilter", class: "snk-grid__filter-bar ez-align--top", configName: this.configName, messagesBuilder: this.messagesBuilder, resourceID: this.resourceID, onConfigUpdated: evt => this.handleFilterConfigUpdated(evt.detail), disablePersonalizedFilter: this.disablePersonalizedFilter, filterBarLegacyConfigName: this.filterBarLegacyConfigName, autoLoad: this.autoLoad }), index.h("hr", { class: "ez-divider-vertical ez-divider--dark ez-margin-left--medium snk-grid__header-divider" })), index.h("snk-taskbar", { class: "ez-padding-left--medium", "data-element-id": "grid_top", key: "topTaskbar", configName: this.configName, dataUnit: this._dataUnit, messagesBuilder: this.messagesBuilder, buttons: this._topTaskbarProcessor.buttons, disabledButtons: this._topTaskbarProcessor.disabledButtons, customButtons: this._topTaskbarProcessor.customButtons, primaryButton: this.getPrimaryButton(), resourceID: this.resourceID, customContainerId: this.taskbarCustomContainerId, customSlotId: this.topTaskbarCustomSlotId, overflowStrategy: 'none' }, index.h("slot", { name: this.topTaskbarCustomSlotId }))), index.h("ez-grid", { ref: ref => this._grid = ref, class: (this.presentationMode === index$1.PresentationMode.SECONDARY ? "snk-grid-container__without-shadow " : "") + "snk-grid__table", "data-element-id": "embedded", dataUnit: this._dataUnit, key: "grid-" + this._snkDataUnit.entityName, config: this._gridConfig, onConfigChange: (evt) => { this.gridConfigChangeHandler(evt); }, onEzDoubleClick: (evt) => this.gridDoubleClick.emit(evt.detail), statusResolver: this.statusResolver, multipleSelection: this.multipleSelection, columnfilterDataSource: this.columnFilterDataSource, selectionToastConfig: this.selectionToastConfig, useEnterLikeTab: this.useEnterLikeTab, recordsValidator: this.recordsValidator, canEdit: this.canEdit, autoFocus: this.autoFocus
|
|
492
|
+
return (index.h("div", { class: "snk-grid__container ez-flex ez-flex--column ez-flex-item--auto" }, index.h("div", { class: "snk-grid__header ez-margin-bottom--medium" }, this._showSnkFilterBar &&
|
|
493
|
+
index.h(index.Fragment, null, index.h("snk-filter-bar", { ref: (ref) => this._snkFilterBar = ref, title: this.filterBarTitle, dataUnit: this._dataUnit, "data-element-id": "gridFilter", class: "snk-grid__filter-bar ez-align--top", configName: this.configName, messagesBuilder: this.messagesBuilder, resourceID: this.resourceID, onConfigUpdated: evt => this.handleFilterConfigUpdated(evt.detail), disablePersonalizedFilter: this.disablePersonalizedFilter, filterBarLegacyConfigName: this.filterBarLegacyConfigName, autoLoad: this.autoLoad }), index.h("hr", { class: "ez-divider-vertical ez-divider--dark ez-margin-left--medium snk-grid__header-divider" })), index.h("snk-taskbar", { class: "ez-padding-left--medium", "data-element-id": "grid_top", key: "topTaskbar", configName: this.configName, dataUnit: this._dataUnit, messagesBuilder: this.messagesBuilder, buttons: this._topTaskbarProcessor.buttons, disabledButtons: this._topTaskbarProcessor.disabledButtons, customButtons: this._topTaskbarProcessor.customButtons, primaryButton: this.getPrimaryButton(), resourceID: this.resourceID, customContainerId: this.taskbarCustomContainerId, customSlotId: this.topTaskbarCustomSlotId, overflowStrategy: 'none' }, index.h("slot", { name: this.topTaskbarCustomSlotId }))), index.h("ez-grid", { ref: ref => this._grid = ref, class: (this.presentationMode === index$1.PresentationMode.SECONDARY ? "snk-grid-container__without-shadow " : "") + "snk-grid__table", "data-element-id": "embedded", dataUnit: this._dataUnit, key: "grid-" + this._snkDataUnit.entityName, config: this._gridConfig, onConfigChange: (evt) => { this.gridConfigChangeHandler(evt); }, onEzDoubleClick: (evt) => this.gridDoubleClick.emit(evt.detail), statusResolver: this.statusResolver, multipleSelection: this.multipleSelection, columnfilterDataSource: this.columnFilterDataSource, selectionToastConfig: this.selectionToastConfig, useEnterLikeTab: this.useEnterLikeTab, recordsValidator: this.recordsValidator, canEdit: this.canEdit, autoFocus: this.autoFocus }, index.h("snk-taskbar", { id: 'teste', dataUnit: this._dataUnit, configName: this.configName, messagesBuilder: this.messagesBuilder, "data-element-id": "grid_left", buttons: this._headerTaskbarProcessor.buttons, presentationMode: this.presentationMode, disabledButtons: this._headerTaskbarProcessor.disabledButtons, customButtons: this._headerTaskbarProcessor.customButtons, slot: "leftButtons", actionsList: this.getActionsList(), primaryButton: this.getPrimaryButton(), resourceID: this.resourceID, customContainerId: this.taskbarCustomContainerId, customSlotId: this.gridHeaderCustomSlotId }, index.h("slot", { name: this.gridHeaderCustomSlotId }))), index.h("div", { class: "ez-col ez-col--sd-12" }, index.h("slot", { name: "SnkGridFooter" })), index.h("ez-modal", { modalSize: "small", closeEsc: false, closeOutsideClick: false, opened: this._popUpGridConfig, onEzCloseModal: () => this.closeGridConfig() }, index.h("snk-grid-config", { ref: ref => this._snkGridConfig = ref, config: this._gridConfig, "data-element-id": this._element.getAttribute(core.ElementIDUtils.DATA_ELEMENT_ID_ATTRIBUTE_NAME), selectedIndex: 0, configName: this.configName, onConfigChange: (evt) => this.modalConfigChangeHandler(evt), onConfigCancel: () => this.closeGridConfig(), resourceID: this.resourceID }))));
|
|
534
494
|
}
|
|
535
495
|
get _element() { return index.getElement(this); }
|
|
536
496
|
static get watchers() { return {
|
|
@@ -4,7 +4,7 @@ const index = require('./index-f9e81701.js');
|
|
|
4
4
|
const core = require('@sankhyalabs/core');
|
|
5
5
|
const SnkFormConfigManager = require('./SnkFormConfigManager-f1c92f79.js');
|
|
6
6
|
const form = require('@sankhyalabs/ezui/dist/collection/utils/form');
|
|
7
|
-
const fieldSearch = require('./field-search-
|
|
7
|
+
const fieldSearch = require('./field-search-f56aa7d6.js');
|
|
8
8
|
const taskbarElements = require('./taskbar-elements-9ad1f9c0.js');
|
|
9
9
|
const constants = require('./constants-35ddd366.js');
|
|
10
10
|
require('./DataFetcher-cadeef8e.js');
|
|
@@ -13,7 +13,7 @@ const index$1 = require('./index-1dfc7a6e.js');
|
|
|
13
13
|
require('./ISave-e91b70a7.js');
|
|
14
14
|
require('@sankhyalabs/ezui/dist/collection/utils/constants');
|
|
15
15
|
require('@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata');
|
|
16
|
-
require('./dataunit-fetcher-
|
|
16
|
+
require('./dataunit-fetcher-4b12f70c.js');
|
|
17
17
|
require('./filter-item-type.enum-a7ffdaa6.js');
|
|
18
18
|
require('./form-config-fetcher-ed497282.js');
|
|
19
19
|
const DataUnit = require('@sankhyalabs/core/dist/dataunit/DataUnit');
|
|
@@ -43,7 +43,6 @@ const SnkGuidesViewer = class {
|
|
|
43
43
|
this.resourceID = undefined;
|
|
44
44
|
this.detailTaskbarCustomContainerId = undefined;
|
|
45
45
|
this.formLegacyConfigName = undefined;
|
|
46
|
-
this.enableGridInsert = false;
|
|
47
46
|
this.getCustomTitle = undefined;
|
|
48
47
|
this._hasToCreateFieldSearch = true;
|
|
49
48
|
this._breadcrumbItems = [];
|
|
@@ -113,7 +112,7 @@ const SnkGuidesViewer = class {
|
|
|
113
112
|
this._container.focus();
|
|
114
113
|
}
|
|
115
114
|
exitViewer() {
|
|
116
|
-
if (
|
|
115
|
+
if (this.dataUnit.isDirty()) {
|
|
117
116
|
this.dataUnit.cancelEdition({ after: () => this.exit.emit() });
|
|
118
117
|
}
|
|
119
118
|
else {
|
|
@@ -222,13 +221,10 @@ const SnkGuidesViewer = class {
|
|
|
222
221
|
const invisibleButtons = this.getInvisibleButtons();
|
|
223
222
|
this._taskbarProcessor = new fieldSearch.TaskbarProcessor({
|
|
224
223
|
"snkGuideViewer.regular": btnsRegularMode,
|
|
225
|
-
"snkGuideViewer.finish_edition": ["CANCEL", "SAVE"
|
|
224
|
+
"snkGuideViewer.finish_edition": ["CANCEL", "SAVE"],
|
|
226
225
|
});
|
|
227
226
|
this._taskbarProcessor.process(taskbarId, this.taskbarManager, this.dataState, disabledButtons, invisibleButtons);
|
|
228
227
|
}
|
|
229
|
-
handleAddGridMode() {
|
|
230
|
-
return this.enableGridInsert ? taskbarElements.TaskbarElement.GRID_MODE : "";
|
|
231
|
-
}
|
|
232
228
|
getInvisibleButtons() {
|
|
233
229
|
const invisibleButtons = [];
|
|
234
230
|
if (this.dataState && this.dataState.selectionInfo.mode === DataUnit.SelectionMode.ALL_RECORDS)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const snkGuidesViewer = require('./snk-guides-viewer-
|
|
5
|
+
const snkGuidesViewer = require('./snk-guides-viewer-866447ab.js');
|
|
6
6
|
require('./index-f9e81701.js');
|
|
7
7
|
require('@sankhyalabs/core');
|
|
8
8
|
require('./SnkFormConfigManager-f1c92f79.js');
|
|
@@ -14,14 +14,14 @@ require('@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata');
|
|
|
14
14
|
require('./filter-item-type.enum-a7ffdaa6.js');
|
|
15
15
|
require('./constants-35ddd366.js');
|
|
16
16
|
require('@sankhyalabs/ezui/dist/collection/utils/form');
|
|
17
|
-
require('./field-search-
|
|
17
|
+
require('./field-search-f56aa7d6.js');
|
|
18
18
|
require('./taskbar-elements-9ad1f9c0.js');
|
|
19
19
|
require('./index-1dfc7a6e.js');
|
|
20
20
|
require('./index-102ba62d.js');
|
|
21
21
|
require('./pesquisa-fetcher-ca89181c.js');
|
|
22
22
|
require('./ISave-e91b70a7.js');
|
|
23
23
|
require('@sankhyalabs/ezui/dist/collection/utils/constants');
|
|
24
|
-
require('./dataunit-fetcher-
|
|
24
|
+
require('./dataunit-fetcher-4b12f70c.js');
|
|
25
25
|
require('@sankhyalabs/ezui/dist/collection/components/ez-grid/utils');
|
|
26
26
|
require('@sankhyalabs/core/dist/utils/SortingUtils');
|
|
27
27
|
require('./ResourceIDUtils-5ff86aa7.js');
|
|
@@ -36,7 +36,7 @@ const SnkSimpleBar = class {
|
|
|
36
36
|
this._application = core.ApplicationContext.getContextValue("__SNK__APPLICATION__");
|
|
37
37
|
}
|
|
38
38
|
render() {
|
|
39
|
-
return (index.h("div", { class: "simple-bar__container ez-margin-vertical--
|
|
39
|
+
return (index.h("div", { class: "simple-bar__container ez-margin-vertical--medium ez-padding--extra-small" }, index.h("div", { class: "simple-bar__left-slot" }, index.h("ez-button", { class: "ez-padding-right--medium", title: this.getMessage('snkSimpleBar.backTitle'), mode: 'icon', iconName: "arrow_back", size: 'medium', onClick: () => this.exit.emit() }), index.h("div", { class: "simple-bar__column" }, index.h("h1", { class: "ez-title ez-title--primary ez-title--extra-large" }, this.label), index.h("ez-breadcrumb", { items: this.breadcrumbItens, onSelectedItem: ({ detail }) => this.clickBreadcrumbItem.emit(detail) }))), index.h("div", { class: "simple-bar__right-slot" }, index.h("slot", { name: "rightSlot" }))));
|
|
40
40
|
}
|
|
41
41
|
get _element() { return index.getElement(this); }
|
|
42
42
|
};
|