@sankhyalabs/sankhyablocks 1.4.0-beta.2 → 1.4.0-beta.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/dist/cjs/{index-b0b676c5.js → index-6fcf07f3.js} +159 -1515
- package/dist/cjs/loader.cjs.js +2 -18
- package/dist/cjs/sankhyablocks.cjs.js +4 -116
- package/dist/cjs/snk-application.cjs.entry.js +53 -217
- package/dist/cjs/snk-crud.cjs.entry.js +9 -3
- package/dist/cjs/snk-data-unit.cjs.entry.js +23 -23
- package/dist/cjs/snk-filter-bar_5.cjs.entry.js +883 -0
- package/dist/cjs/snk-filter-binary-select.cjs.entry.js +1 -1
- package/dist/cjs/snk-filter-detail.cjs.entry.js +32 -21
- package/dist/cjs/snk-filter-multi-select.cjs.entry.js +1 -1
- package/dist/cjs/snk-filter-number.cjs.entry.js +1 -1
- package/dist/cjs/snk-filter-period.cjs.entry.js +1 -1
- package/dist/cjs/snk-filter-personalized.cjs.entry.js +23 -31
- package/dist/cjs/snk-filter-search.cjs.entry.js +3 -12
- package/dist/cjs/snk-filter-text.cjs.entry.js +1 -1
- package/dist/cjs/{snk-form.cjs.entry.js → snk-form_2.cjs.entry.js} +119 -5
- package/dist/cjs/snk-pesquisa.cjs.entry.js +5 -5
- package/dist/cjs/{taskbar-elements-283c737e.js → taskbar-elements-aedfeae6.js} +1 -1
- package/dist/cjs/teste-pesquisa.cjs.entry.js +5 -5
- package/dist/collection/components/snk-crud/snk-crud.js +29 -0
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-personalized.js +0 -39
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-search.js +0 -39
- package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-detail.js +30 -36
- package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-item.js +3 -14
- package/dist/collection/components/snk-filter-bar/filter-list/snk-filter-list.js +4 -12
- package/dist/collection/lib/http/data-fetcher/DataFetcher.js +3 -3
- package/dist/components/index.js +0 -4
- package/dist/components/snk-application2.js +13 -177
- package/dist/components/snk-crud.js +9 -2
- package/dist/components/snk-data-unit.js +2 -2
- package/dist/components/snk-filter-bar2.js +4 -2
- package/dist/components/snk-filter-detail2.js +31 -21
- package/dist/components/snk-filter-item2.js +4 -15
- package/dist/components/snk-filter-list2.js +5 -13
- package/dist/components/snk-filter-modal2.js +4 -19
- package/dist/components/snk-filter-personalized.js +3 -13
- package/dist/components/snk-filter-search.js +2 -13
- package/dist/components/snk-form2.js +1 -1
- package/dist/components/snk-grid2.js +1 -1
- package/dist/components/snk-pesquisa2.js +1 -1
- package/dist/components/snk-taskbar2.js +1 -1
- package/dist/components/teste-pesquisa.js +1 -1
- package/dist/{sankhyablocks/index-2b4d2d14.js → esm/index-81dda3cf.js} +160 -1508
- package/dist/esm/loader.js +2 -18
- package/dist/esm/sankhyablocks.js +4 -116
- package/dist/esm/snk-application.entry.js +14 -178
- package/dist/esm/snk-crud.entry.js +8 -2
- package/dist/esm/snk-data-unit.entry.js +3 -3
- package/dist/esm/{snk-filter-bar.entry.js → snk-filter-bar_5.entry.js} +417 -4
- package/dist/esm/snk-filter-binary-select.entry.js +1 -1
- package/dist/esm/snk-filter-detail.entry.js +32 -21
- package/dist/esm/snk-filter-multi-select.entry.js +1 -1
- package/dist/esm/snk-filter-number.entry.js +1 -1
- package/dist/esm/snk-filter-period.entry.js +1 -1
- package/dist/esm/snk-filter-personalized.entry.js +3 -11
- package/dist/esm/snk-filter-search.entry.js +2 -11
- package/dist/esm/snk-filter-text.entry.js +1 -1
- package/dist/{sankhyablocks/snk-form.entry.js → esm/snk-form_2.entry.js} +117 -4
- package/dist/esm/snk-pesquisa.entry.js +2 -2
- package/dist/esm/{taskbar-elements-35d64ff9.js → taskbar-elements-38eb5d51.js} +1 -1
- package/dist/esm/teste-pesquisa.entry.js +2 -2
- package/dist/sankhyablocks/index.esm.js +0 -1
- package/dist/sankhyablocks/p-01823784.entry.js +1 -0
- package/dist/sankhyablocks/p-0352c0e2.entry.js +1 -0
- package/dist/sankhyablocks/p-07ebda01.entry.js +1 -0
- package/dist/sankhyablocks/p-46caa101.entry.js +1 -0
- package/dist/sankhyablocks/p-586e2522.js +1 -0
- package/dist/sankhyablocks/p-6f8303f3.entry.js +1 -0
- package/dist/sankhyablocks/p-746fc78b.entry.js +1 -0
- package/dist/sankhyablocks/p-77216252.entry.js +1 -0
- package/dist/sankhyablocks/p-86f15ffe.js +1 -0
- package/dist/sankhyablocks/p-8bbc0cbb.entry.js +74 -0
- package/dist/sankhyablocks/p-8f3c5709.entry.js +1 -0
- package/dist/sankhyablocks/p-97009a2c.entry.js +1 -0
- package/dist/sankhyablocks/p-9dd2b8cb.js +1 -0
- package/dist/sankhyablocks/p-aecf3e0a.entry.js +1 -0
- package/dist/sankhyablocks/p-c1c3b5d8.entry.js +1 -0
- package/dist/sankhyablocks/p-c9eec639.entry.js +1 -0
- package/dist/sankhyablocks/p-eea6444c.entry.js +1 -0
- package/dist/sankhyablocks/p-fac2b6a9.js +2 -0
- package/dist/sankhyablocks/p-fb705f81.entry.js +1 -0
- package/dist/sankhyablocks/sankhyablocks.esm.js +1 -129
- package/dist/types/components/snk-filter-bar/filter-item/editors/snk-filter-personalized.d.ts +0 -2
- package/dist/types/components/snk-filter-bar/filter-item/editors/snk-filter-search.d.ts +0 -2
- package/dist/types/components/snk-filter-bar/filter-item/snk-filter-detail.d.ts +1 -1
- package/dist/types/components/snk-filter-bar/filter-list/snk-filter-list.d.ts +1 -1
- package/dist/types/components.d.ts +4 -10
- package/package.json +1 -1
- package/react/components.d.ts +19 -0
- package/react/components.js +19 -0
- package/react/components.js.map +1 -1
- package/dist/cjs/app-globals-3a1e7e63.js +0 -5
- package/dist/cjs/css-shim-b8158822.js +0 -6
- package/dist/cjs/dom-36862b77.js +0 -75
- package/dist/cjs/index-84fe3b86.js +0 -20
- package/dist/cjs/index-93965c41.js +0 -141
- package/dist/cjs/index-e90ae303.js +0 -2408
- package/dist/cjs/shadow-css-346c0795.js +0 -389
- package/dist/cjs/snk-filter-bar.cjs.entry.js +0 -466
- package/dist/cjs/snk-filter-item.cjs.entry.js +0 -177
- package/dist/cjs/snk-filter-list.cjs.entry.js +0 -91
- package/dist/cjs/snk-filter-modal.cjs.entry.js +0 -37
- package/dist/cjs/snk-grid.cjs.entry.js +0 -79
- package/dist/cjs/snk-taskbar.cjs.entry.js +0 -160
- package/dist/cjs/taskbar-processor-6bd0d35c.js +0 -47
- package/dist/components/index2.js +0 -2394
- package/dist/components/index3.js +0 -139
- package/dist/esm/app-globals-0f993ce5.js +0 -3
- package/dist/esm/css-shim-b3f2ee8d.js +0 -4
- package/dist/esm/dom-665d6011.js +0 -73
- package/dist/esm/index-2b4d2d14.js +0 -3262
- package/dist/esm/index-5992b7e6.js +0 -139
- package/dist/esm/index-c683b2b0.js +0 -2394
- package/dist/esm/index-c71285cb.js +0 -17
- package/dist/esm/shadow-css-b18e99d7.js +0 -387
- package/dist/esm/snk-filter-item.entry.js +0 -173
- package/dist/esm/snk-filter-list.entry.js +0 -87
- package/dist/esm/snk-filter-modal.entry.js +0 -33
- package/dist/esm/snk-form.entry.js +0 -129
- package/dist/esm/snk-grid.entry.js +0 -75
- package/dist/esm/snk-taskbar.entry.js +0 -156
- package/dist/esm/taskbar-processor-aa6772c9.js +0 -45
- package/dist/sankhyablocks/SnkMessageBuilder-35a20271.js +0 -199
- package/dist/sankhyablocks/app-globals-0f993ce5.js +0 -3
- package/dist/sankhyablocks/css-shim-b3f2ee8d.js +0 -4
- package/dist/sankhyablocks/dom-665d6011.js +0 -73
- package/dist/sankhyablocks/filter-item-type.enum-a79b2fa8.js +0 -14
- package/dist/sankhyablocks/index-5992b7e6.js +0 -139
- package/dist/sankhyablocks/index-c683b2b0.js +0 -2394
- package/dist/sankhyablocks/index-c71285cb.js +0 -17
- package/dist/sankhyablocks/shadow-css-b18e99d7.js +0 -387
- package/dist/sankhyablocks/snk-application.entry.js +0 -8166
- package/dist/sankhyablocks/snk-crud.entry.js +0 -66
- package/dist/sankhyablocks/snk-data-unit.entry.js +0 -268
- package/dist/sankhyablocks/snk-filter-bar.entry.js +0 -462
- package/dist/sankhyablocks/snk-filter-binary-select.entry.js +0 -43
- package/dist/sankhyablocks/snk-filter-detail.entry.js +0 -80
- package/dist/sankhyablocks/snk-filter-item.entry.js +0 -173
- package/dist/sankhyablocks/snk-filter-list.entry.js +0 -87
- package/dist/sankhyablocks/snk-filter-modal.entry.js +0 -33
- package/dist/sankhyablocks/snk-filter-multi-select.entry.js +0 -19
- package/dist/sankhyablocks/snk-filter-number.entry.js +0 -20
- package/dist/sankhyablocks/snk-filter-period.entry.js +0 -33
- package/dist/sankhyablocks/snk-filter-personalized.entry.js +0 -85
- package/dist/sankhyablocks/snk-filter-search.entry.js +0 -40
- package/dist/sankhyablocks/snk-filter-text.entry.js +0 -18
- package/dist/sankhyablocks/snk-grid.entry.js +0 -75
- package/dist/sankhyablocks/snk-pesquisa.entry.js +0 -311
- package/dist/sankhyablocks/snk-taskbar.entry.js +0 -156
- package/dist/sankhyablocks/taskbar-elements-35d64ff9.js +0 -90
- package/dist/sankhyablocks/taskbar-processor-aa6772c9.js +0 -45
- package/dist/sankhyablocks/teste-pesquisa.entry.js +0 -33
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
|
|
2
|
-
import {
|
|
2
|
+
import { FloatingManager } from '@sankhyalabs/core';
|
|
3
3
|
import { F as FilterItemType } from './filter-item-type.enum.js';
|
|
4
4
|
import { d as defineCustomElement$1 } from './snk-filter-detail2.js';
|
|
5
5
|
|
|
@@ -8,21 +8,10 @@ const SnkFilterItem = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
|
8
8
|
super();
|
|
9
9
|
this.__registerHost();
|
|
10
10
|
this.filterChange = createEvent(this, "filterChange", 7);
|
|
11
|
-
this.innerClickCheck = (
|
|
12
|
-
if (
|
|
11
|
+
this.innerClickCheck = (_floatingContainer, node) => {
|
|
12
|
+
if (node.id != FloatingManager.MODAL_ELEMENT_ID) {
|
|
13
13
|
return true;
|
|
14
14
|
}
|
|
15
|
-
if (node && floatingContainer) {
|
|
16
|
-
if (!node.offsetParent) {
|
|
17
|
-
return true;
|
|
18
|
-
}
|
|
19
|
-
let current = node;
|
|
20
|
-
do {
|
|
21
|
-
if (current === floatingContainer) {
|
|
22
|
-
return true;
|
|
23
|
-
}
|
|
24
|
-
} while ((current = current.offsetParent) != null);
|
|
25
|
-
}
|
|
26
15
|
this.detailIsVisible = false;
|
|
27
16
|
this.executeCloseCallback();
|
|
28
17
|
return false;
|
|
@@ -40,7 +29,7 @@ const SnkFilterItem = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
|
40
29
|
});
|
|
41
30
|
}
|
|
42
31
|
showDetail() {
|
|
43
|
-
this._floatingID = FloatingManager.float(this._popover, this._popoverContainer, { autoClose: true, innerClickTest: this.innerClickCheck, left: this.getScrollOffset() });
|
|
32
|
+
this._floatingID = FloatingManager.float(this._popover, this._popoverContainer, { autoClose: true, innerClickTest: this.innerClickCheck, left: this.getScrollOffset(), useOverlay: true });
|
|
44
33
|
this.detailIsVisible = true;
|
|
45
34
|
}
|
|
46
35
|
getScrollOffset() {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
|
|
2
|
-
import {
|
|
2
|
+
import { FloatingManager, ArrayUtils } from '@sankhyalabs/core';
|
|
3
3
|
|
|
4
4
|
const SHOW_MORE_ITEM_NAME = "__SHOWMORE__";
|
|
5
5
|
const MAX_FILTERS = 5;
|
|
@@ -8,24 +8,16 @@ const SnkFilterList = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
|
8
8
|
super();
|
|
9
9
|
this.__registerHost();
|
|
10
10
|
this.snkItemSelected = createEvent(this, "snkItemSelected", 7);
|
|
11
|
-
this.innerClickCheck = (
|
|
12
|
-
if (node
|
|
13
|
-
|
|
14
|
-
return true;
|
|
15
|
-
}
|
|
16
|
-
let current = node;
|
|
17
|
-
do {
|
|
18
|
-
if (current === floatingContainer || current === this._element) {
|
|
19
|
-
return true;
|
|
20
|
-
}
|
|
21
|
-
} while ((current = current.offsetParent) != null);
|
|
11
|
+
this.innerClickCheck = (_floatingContainer, node) => {
|
|
12
|
+
if (node.id != FloatingManager.MODAL_ELEMENT_ID) {
|
|
13
|
+
return true;
|
|
22
14
|
}
|
|
23
15
|
this._detailIsVisible = false;
|
|
24
16
|
return false;
|
|
25
17
|
};
|
|
26
18
|
}
|
|
27
19
|
showList() {
|
|
28
|
-
this._floatingID = FloatingManager.float(this._popover, this._popoverContainer, { autoClose: true, innerClickTest: this.innerClickCheck });
|
|
20
|
+
this._floatingID = FloatingManager.float(this._popover, this._popoverContainer, { autoClose: true, innerClickTest: this.innerClickCheck, useOverlay: true });
|
|
29
21
|
this._detailIsVisible = true;
|
|
30
22
|
this._showAll = false;
|
|
31
23
|
this._filterArgument = "";
|
|
@@ -1,21 +1,6 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
var ModalAction;
|
|
5
|
-
(function (ModalAction) {
|
|
6
|
-
ModalAction["CLOSE"] = "CLOSE";
|
|
7
|
-
ModalAction["OK"] = "OK";
|
|
8
|
-
ModalAction["CANCEL"] = "CANCEL";
|
|
9
|
-
})(ModalAction || (ModalAction = {}));
|
|
10
|
-
const ModalAction$1 = ModalAction;
|
|
11
|
-
|
|
12
|
-
var ModalButtonStatus;
|
|
13
|
-
(function (ModalButtonStatus) {
|
|
14
|
-
ModalButtonStatus["ENABLED"] = "ENABLED";
|
|
15
|
-
ModalButtonStatus["DISABLED"] = "DISABLED";
|
|
16
|
-
ModalButtonStatus["HIDDEN"] = "HIDDEN";
|
|
17
|
-
})(ModalButtonStatus || (ModalButtonStatus = {}));
|
|
18
|
-
const ModalButtonStatus$1 = ModalButtonStatus;
|
|
2
|
+
import { ModalButtonStatus } from '@sankhyalabs/ezui/dist/collection/components/ez-modal-container';
|
|
3
|
+
import { ArrayUtils } from '@sankhyalabs/core';
|
|
19
4
|
|
|
20
5
|
const SnkFilterModal = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
21
6
|
constructor() {
|
|
@@ -42,7 +27,7 @@ const SnkFilterModal = /*@__PURE__*/ proxyCustomElement(class extends HTMLElemen
|
|
|
42
27
|
}
|
|
43
28
|
render() {
|
|
44
29
|
const allowCancel = this.items.filter(item => item.active).length > 0;
|
|
45
|
-
return (h("ez-modal-container", { modalTitle: this.modalTitle, modalSubTitle: this.modalSubTitle, cancelButtonLabel: this.cancelButtonLabel, okButtonLabel: this.okButtonLabel, onEzModalAction: evt => this.processModalAction(evt.detail), cancelButtonStatus: allowCancel ? ModalButtonStatus
|
|
30
|
+
return (h("ez-modal-container", { modalTitle: this.modalTitle, modalSubTitle: this.modalSubTitle, cancelButtonLabel: this.cancelButtonLabel, okButtonLabel: this.okButtonLabel, onEzModalAction: evt => this.processModalAction(evt.detail), cancelButtonStatus: allowCancel ? ModalButtonStatus.ENABLED : ModalButtonStatus.DISABLED }, h("div", { class: "sc-snk-filter-bar snk-filter-bar__filter-modal-content" }, h("div", null, this.useSearch ? h("ez-filter-input", { label: this.getMessage("snkFilterBar.modalFindFilter"), onEzChange: (evt) => this._filterArgument = evt.detail }) : undefined), this.getFilteredItems().length > 0 ? h("div", { class: "ez-text ez-text--medium ez-text--primary ez-padding-bottom--small" }, this.getActiveFiltersMsg()) : undefined, h("div", null, this.getFilteredItems().map(item => h("div", { class: "ez-padding--medium sc-snk-filter-bar snk-filter-bar__filter-modal-item ez-align--middle ez-margin-bottom--small" }, h("ez-check", { class: "sc-snk-filter-bar snk-filter-bar__filter-modal-item__check", onEzChange: evt => this.updateValue(item.id, evt.detail), enabled: item.enabled, value: item.active, mode: "switch" }), h("div", { class: "ez-text ez-title--primary ez-text--medium ez-margin-left--medium sc-snk-filter-bar snk-filter-bar__filter-modal-item__label" }, item.label)))), h("div", { class: "ez-text ez-text--large ez-align--middle ez-text--secondary ez-text--center ez-padding-bottom--large" }, this.infoText))));
|
|
46
31
|
}
|
|
47
32
|
}, [0, "snk-filter-modal", {
|
|
48
33
|
"getMessage": [16],
|
|
@@ -70,4 +55,4 @@ function defineCustomElement() {
|
|
|
70
55
|
} });
|
|
71
56
|
}
|
|
72
57
|
|
|
73
|
-
export {
|
|
58
|
+
export { SnkFilterModal as S, defineCustomElement as d };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
|
|
2
|
-
import {
|
|
2
|
+
import { UserInterface, ApplicationContext } from '@sankhyalabs/core';
|
|
3
|
+
import { convertType } from '@sankhyalabs/core/dist/dataunit/metadata/DataType';
|
|
3
4
|
import { F as FilterItemType } from './filter-item-type.enum.js';
|
|
4
5
|
|
|
5
6
|
const SnkFilterPersonalized$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
@@ -31,21 +32,12 @@ const SnkFilterPersonalized$1 = /*@__PURE__*/ proxyCustomElement(class extends H
|
|
|
31
32
|
}
|
|
32
33
|
doSearch(mode, argument, param) {
|
|
33
34
|
const application = ApplicationContext.getContextValue("__SNK__APPLICATION__");
|
|
34
|
-
if (this.fix) {
|
|
35
|
-
this.fix();
|
|
36
|
-
}
|
|
37
35
|
return new Promise((resolve, reject) => {
|
|
38
36
|
application.executePreparedSearch(mode, argument, param.searchContext)
|
|
39
37
|
.then(result => {
|
|
40
38
|
resolve(result);
|
|
41
|
-
if (this.unfix) {
|
|
42
|
-
this.unfix();
|
|
43
|
-
}
|
|
44
39
|
}).catch(reason => {
|
|
45
40
|
reject(reason);
|
|
46
|
-
if (this.unfix) {
|
|
47
|
-
this.unfix();
|
|
48
|
-
}
|
|
49
41
|
});
|
|
50
42
|
});
|
|
51
43
|
}
|
|
@@ -83,9 +75,7 @@ const SnkFilterPersonalized$1 = /*@__PURE__*/ proxyCustomElement(class extends H
|
|
|
83
75
|
}
|
|
84
76
|
}, [0, "snk-filter-personalized", {
|
|
85
77
|
"config": [16],
|
|
86
|
-
"value": [1040]
|
|
87
|
-
"fix": [16],
|
|
88
|
-
"unfix": [16]
|
|
78
|
+
"value": [1040]
|
|
89
79
|
}]);
|
|
90
80
|
function defineCustomElement$1() {
|
|
91
81
|
if (typeof customElements === "undefined") {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
|
|
2
|
-
import {
|
|
2
|
+
import { ApplicationContext } from '@sankhyalabs/core';
|
|
3
3
|
import { F as FilterItemType } from './filter-item-type.enum.js';
|
|
4
4
|
|
|
5
5
|
const SnkFilterSearch$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
@@ -12,21 +12,12 @@ const SnkFilterSearch$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLEle
|
|
|
12
12
|
}
|
|
13
13
|
doSearch(mode, argument) {
|
|
14
14
|
const application = ApplicationContext.getContextValue("__SNK__APPLICATION__");
|
|
15
|
-
if (this.fix) {
|
|
16
|
-
this.fix();
|
|
17
|
-
}
|
|
18
15
|
return new Promise((resolve, reject) => {
|
|
19
16
|
application.executePreparedSearch(mode, argument, this.config.props.searchContext)
|
|
20
17
|
.then(result => {
|
|
21
18
|
resolve(result);
|
|
22
|
-
if (this.unfix) {
|
|
23
|
-
this.unfix();
|
|
24
|
-
}
|
|
25
19
|
}).catch(reason => {
|
|
26
20
|
reject(reason);
|
|
27
|
-
if (this.unfix) {
|
|
28
|
-
this.unfix();
|
|
29
|
-
}
|
|
30
21
|
});
|
|
31
22
|
});
|
|
32
23
|
}
|
|
@@ -38,9 +29,7 @@ const SnkFilterSearch$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLEle
|
|
|
38
29
|
}
|
|
39
30
|
}, [0, "snk-filter-search", {
|
|
40
31
|
"config": [16],
|
|
41
|
-
"value": [16]
|
|
42
|
-
"fix": [16],
|
|
43
|
-
"unfix": [16]
|
|
32
|
+
"value": [16]
|
|
44
33
|
}, [[0, "ezChange", "ezChangeListener"]]]);
|
|
45
34
|
function defineCustomElement$1() {
|
|
46
35
|
if (typeof customElements === "undefined") {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, createEvent, h } from '@stencil/core/internal/client';
|
|
2
|
-
import {
|
|
2
|
+
import { ApplicationContext } from '@sankhyalabs/core';
|
|
3
3
|
import { T as TaskbarProcessor } from './taskbar-processor.js';
|
|
4
4
|
import { d as defineCustomElement$1 } from './snk-taskbar2.js';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, createEvent, h } from '@stencil/core/internal/client';
|
|
2
|
-
import {
|
|
2
|
+
import { ApplicationContext } from '@sankhyalabs/core';
|
|
3
3
|
import { T as TaskbarElement, d as defineCustomElement$1 } from './snk-taskbar2.js';
|
|
4
4
|
import { T as TaskbarProcessor } from './taskbar-processor.js';
|
|
5
5
|
import { d as defineCustomElement$6 } from './snk-filter-bar2.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
|
|
2
|
-
import {
|
|
2
|
+
import { ObjectUtils, StringUtils } from '@sankhyalabs/core';
|
|
3
3
|
|
|
4
4
|
const snkPesquisaCss = ".sc-snk-pesquisa-h{--snk-pesquisa--font-size:var(--text--medium, 14px);--snk-pesquisa--font-family:var(--font-pattern, Arial);--snk-pesquisa--font-weight:var(--text-weight--medium, 400);--snk-pesquisa__records--color:var(--text--primary, #626e82);--snk-pesquisa__records--padding-vertical:var(--space--medium, 12px);--snk-pesquisa__content--padding-right:var(--space--small, 6px);--snk-pesquisa__content-scrollbar--background-color-primary:var(--scrollbar--primary, #2B3A54);--snk-pesquisa__content-scrollbar--background-color-secondary:var(--scrollbar--secondary, #E5EAF0);--snk-pesquisa__content-scrollbar--border-radius:var(--border--radius-small, 6px);--snk-pesquisa__content-scrollbar--width:var(--space--medium, 12px);--snk-pesquisa__btn--color:var(--title--primary, #2B3A54);--snk-pesquisa__btn-disabled--color:var(--text--disable, #AFB6C0);--snk-pesquisa__btn-hover--color:var(--color--primary, #4e4e4e);max-height:100%;height:100%;display:flex;flex-direction:column;overflow-y:auto}.snk-pesquisa.sc-snk-pesquisa{display:flex;flex-direction:column;height:100%}.snk-pesquisa__input.sc-snk-pesquisa{display:flex;width:100%;box-sizing:border-box;padding-top:4px;padding-right:4px}.snk-pesquisa__input.sc-snk-pesquisa ez-icon.sc-snk-pesquisa{--ez-icon--color:inherit;font-weight:var(--text-weight--large, 600)}.snk-pesquisa__content.sc-snk-pesquisa{display:flex;flex-direction:column;height:100%;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--snk-pesquisa__content-scrollbar--background-color-primary) var(--snk-pesquisa__content-scrollbar--background-color-secondary);padding-right:var(--snk-pesquisa__content--padding-right)}.snk-pesquisa__content.sc-snk-pesquisa::-webkit-scrollbar-track{background-color:var(--snk-pesquisa__content-scrollbar--background-color-secondary);border-radius:var(--snk-pesquisa__content-scrollbar--border-radius)}.snk-pesquisa__content.sc-snk-pesquisa::-webkit-scrollbar-thumb{background-color:var(--snk-pesquisa__content-scrollbar--background-color-primary);border-radius:var(--snk-pesquisa__content-scrollbar--border-radius)}.snk-pesquisa__content.sc-snk-pesquisa::-webkit-scrollbar{background-color:var(--snk-pesquisa__content-scrollbar--background-color-secondary);width:var(--snk-pesquisa__content-scrollbar--width);max-width:var(--snk-pesquisa__content-scrollbar--width);min-width:var(--snk-pesquisa__content-scrollbar--width)}.snk-pesquisa__records.sc-snk-pesquisa{font-family:var(--snk-pesquisa--font-family);font-weight:var(--snk-pesquisa--font-weight);font-size:var(--snk-pesquisa--font-size);color:var(--snk-pesquisa__records--color);padding-bottom:var(--snk-pesquisa__records--padding-vertical);padding-top:var(--snk-pesquisa__records--padding-vertical)}.snk-pesquisa__btn.sc-snk-pesquisa{outline:none;border:none;background:none;cursor:pointer;color:var(--snk-pesquisa__btn--color)}.snk-pesquisa__btn.sc-snk-pesquisa:disabled{cursor:unset;color:var(--snk-pesquisa__btn-disabled--color)}.snk-pesquisa__btn.sc-snk-pesquisa:disabled:hover{cursor:unset;color:var(--snk-pesquisa__btn-disabled--color)}.snk-pesquisa__btn.sc-snk-pesquisa:hover{color:var(--snk-pesquisa__btn-hover--color)}";
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h, proxyCustomElement, HTMLElement, createEvent, Host } from '@stencil/core/internal/client';
|
|
2
|
-
import {
|
|
2
|
+
import { ApplicationContext } from '@sankhyalabs/core';
|
|
3
3
|
|
|
4
4
|
var TaskbarElement;
|
|
5
5
|
(function (TaskbarElement) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
|
|
2
|
-
import {
|
|
2
|
+
import { DataUnit, DataType, UserInterface } from '@sankhyalabs/core';
|
|
3
3
|
import { d as defineCustomElement$3 } from './snk-application2.js';
|
|
4
4
|
import { d as defineCustomElement$2 } from './snk-pesquisa2.js';
|
|
5
5
|
|