@genexus/genexus-ide-ui 3.0.2 → 3.1.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/genexus-ide-ui.cjs.js +1 -1
- package/dist/cjs/gx-ide-file-item.cjs.entry.js +21 -2
- package/dist/cjs/gx-ide-file-item.cjs.entry.js.map +1 -1
- package/dist/cjs/gx-ide-file-uploader.cjs.entry.js +11 -8
- package/dist/cjs/gx-ide-file-uploader.cjs.entry.js.map +1 -1
- package/dist/cjs/gx-ide-launchpad.cjs.entry.js +4 -16
- package/dist/cjs/gx-ide-launchpad.cjs.entry.js.map +1 -1
- package/dist/cjs/gx-ide-multi-select.cjs.entry.js +113 -0
- package/dist/cjs/gx-ide-multi-select.cjs.entry.js.map +1 -0
- package/dist/cjs/gx-ide-search.cjs.entry.js +171 -0
- package/dist/cjs/gx-ide-search.cjs.entry.js.map +1 -0
- package/dist/cjs/gx-ide-ww-files.cjs.entry.js +3 -4
- package/dist/cjs/gx-ide-ww-files.cjs.entry.js.map +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +2 -0
- package/dist/collection/components/_helpers/multi-select/gx-ide-multi-select.css +193 -0
- package/dist/collection/components/_helpers/multi-select/gx-ide-multi-select.js +209 -0
- package/dist/collection/components/_helpers/multi-select/gx-ide-multi-select.js.map +1 -0
- package/dist/collection/components/file-uploader/file-item/file-item.css +23 -28
- package/dist/collection/components/file-uploader/file-item/file-item.js +37 -1
- package/dist/collection/components/file-uploader/file-item/file-item.js.map +1 -1
- package/dist/collection/components/file-uploader/file-uploader.css +11 -22
- package/dist/collection/components/file-uploader/file-uploader.js +10 -7
- package/dist/collection/components/file-uploader/file-uploader.js.map +1 -1
- package/dist/collection/components/file-uploader/gx-ide-assets/file-uploader/langs/file-uploader.lang.en.json +7 -3
- package/dist/collection/components/file-uploader/gx-ide-assets/file-uploader/langs/file-uploader.lang.ja.json +7 -3
- package/dist/collection/components/file-uploader/gx-ide-assets/file-uploader/langs/file-uploader.lang.zh.json +8 -3
- package/dist/collection/components/launchpad/root/gx-ide-assets/launchpad/shortcuts.json +1 -26
- package/dist/collection/components/launchpad/root/launchpad.js +5 -42
- package/dist/collection/components/launchpad/root/launchpad.js.map +1 -1
- package/dist/collection/components/search/gx-ide-assets/search/langs/search.lang.en.json +37 -0
- package/dist/collection/components/search/gx-ide-assets/search/langs/search.lang.ja.json +37 -0
- package/dist/collection/components/search/gx-ide-assets/search/langs/search.lang.zh.json +37 -0
- package/dist/collection/components/search/search.css +44 -0
- package/dist/collection/components/search/search.js +275 -0
- package/dist/collection/components/search/search.js.map +1 -0
- package/dist/collection/components/ww-files/ww-files.js +3 -4
- package/dist/collection/components/ww-files/ww-files.js.map +1 -1
- package/dist/collection/testing/locale.e2e.js +4 -1
- package/dist/collection/testing/locale.e2e.js.map +1 -1
- package/dist/components/file-item.js +22 -2
- package/dist/components/file-item.js.map +1 -1
- package/dist/components/gx-ide-file-uploader.js +11 -8
- package/dist/components/gx-ide-file-uploader.js.map +1 -1
- package/dist/components/gx-ide-launchpad.js +6 -19
- package/dist/components/gx-ide-launchpad.js.map +1 -1
- package/dist/components/gx-ide-multi-select.d.ts +11 -0
- package/dist/components/gx-ide-multi-select.js +132 -0
- package/dist/components/gx-ide-multi-select.js.map +1 -0
- package/dist/components/gx-ide-search.d.ts +11 -0
- package/dist/components/gx-ide-search.js +206 -0
- package/dist/components/gx-ide-search.js.map +1 -0
- package/dist/components/gx-ide-ww-files.js +3 -4
- package/dist/components/gx-ide-ww-files.js.map +1 -1
- package/dist/esm/genexus-ide-ui.js +1 -1
- package/dist/esm/gx-ide-file-item.entry.js +21 -2
- package/dist/esm/gx-ide-file-item.entry.js.map +1 -1
- package/dist/esm/gx-ide-file-uploader.entry.js +11 -8
- package/dist/esm/gx-ide-file-uploader.entry.js.map +1 -1
- package/dist/esm/gx-ide-launchpad.entry.js +5 -17
- package/dist/esm/gx-ide-launchpad.entry.js.map +1 -1
- package/dist/esm/gx-ide-multi-select.entry.js +109 -0
- package/dist/esm/gx-ide-multi-select.entry.js.map +1 -0
- package/dist/esm/gx-ide-search.entry.js +167 -0
- package/dist/esm/gx-ide-search.entry.js.map +1 -0
- package/dist/esm/gx-ide-ww-files.entry.js +3 -4
- package/dist/esm/gx-ide-ww-files.entry.js.map +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/genexus-ide-ui/genexus-ide-ui.esm.js +1 -1
- package/dist/genexus-ide-ui/genexus-ide-ui.esm.js.map +1 -1
- package/dist/genexus-ide-ui/gx-ide-assets/file-uploader/langs/file-uploader.lang.en.json +7 -3
- package/dist/genexus-ide-ui/gx-ide-assets/file-uploader/langs/file-uploader.lang.ja.json +7 -3
- package/dist/genexus-ide-ui/gx-ide-assets/file-uploader/langs/file-uploader.lang.zh.json +8 -3
- package/dist/genexus-ide-ui/gx-ide-assets/launchpad/shortcuts.json +1 -26
- package/dist/genexus-ide-ui/gx-ide-assets/search/langs/search.lang.en.json +37 -0
- package/dist/genexus-ide-ui/gx-ide-assets/search/langs/search.lang.ja.json +37 -0
- package/dist/genexus-ide-ui/gx-ide-assets/search/langs/search.lang.zh.json +37 -0
- package/dist/genexus-ide-ui/p-0745a565.entry.js +152 -0
- package/dist/genexus-ide-ui/p-0745a565.entry.js.map +1 -0
- package/dist/genexus-ide-ui/{p-6246204f.entry.js → p-25e749c7.entry.js} +44 -57
- package/dist/genexus-ide-ui/p-25e749c7.entry.js.map +1 -0
- package/dist/genexus-ide-ui/{p-50dae653.entry.js → p-7bdeae77.entry.js} +211 -213
- package/dist/genexus-ide-ui/p-7bdeae77.entry.js.map +1 -0
- package/dist/genexus-ide-ui/p-8b5c826b.entry.js +212 -0
- package/dist/genexus-ide-ui/p-8b5c826b.entry.js.map +1 -0
- package/dist/genexus-ide-ui/p-c460c9e7.entry.js +187 -0
- package/dist/genexus-ide-ui/p-c460c9e7.entry.js.map +1 -0
- package/dist/genexus-ide-ui/{p-aad714a5.entry.js → p-e2b88bea.entry.js} +70 -67
- package/dist/genexus-ide-ui/p-e2b88bea.entry.js.map +1 -0
- package/dist/types/components/_helpers/multi-select/gx-ide-multi-select.d.ts +29 -0
- package/dist/types/components/file-uploader/file-item/file-item.d.ts +2 -0
- package/dist/types/components/launchpad/root/launchpad.d.ts +0 -4
- package/dist/types/components/search/search.d.ts +60 -0
- package/dist/types/components.d.ts +121 -4
- package/package.json +1 -1
- package/dist/genexus-ide-ui/p-50dae653.entry.js.map +0 -1
- package/dist/genexus-ide-ui/p-6246204f.entry.js.map +0 -1
- package/dist/genexus-ide-ui/p-aad714a5.entry.js.map +0 -1
- package/dist/genexus-ide-ui/p-f3c3e830.entry.js +0 -163
- package/dist/genexus-ide-ui/p-f3c3e830.entry.js.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as
|
|
1
|
+
import { r as t, h as e, H as i, a as s } from "./p-9b9ccd0c.js";
|
|
2
2
|
|
|
3
3
|
import { g as a } from "./p-d42e842b.js";
|
|
4
4
|
|
|
@@ -20,56 +20,56 @@ import { f as d } from "./p-4d330836.js";
|
|
|
20
20
|
|
|
21
21
|
const c = 'button.button-secondary{border-color:var(--color-border-neutral-default)}:host{container-type:inline-size;display:grid;block-size:100%;overflow:auto;grid-template-rows:max-content 1fr max-content}.section{display:contents}.header{grid-template-areas:"name module-folder" "advanced-filter advanced-filter";grid-template-columns:1fr 1fr;grid-auto-rows:max-content max-content}.name{grid-area:name}.module-folder{grid-area:module-folder}.advanced-filter{grid-area:advanced-filter}.advanced-filter__container{display:grid;grid-auto-rows:max-content}.advanced-filter__first-row{grid-template-columns:1fr 1fr}.advanced-filter__second-row{grid-template-columns:1fr 1fr 1fr}.advanced-filter .all-descendants__modified{display:flex;flex-direction:row;align-items:center;block-size:32px;gap:var(--spacing-gap-xl);align-self:self-end}.field-date{grid-template-areas:"label-date-time label-date-time" "input-date-time icon-clear-date-time";grid-template-columns:1fr max-content;column-gap:var(--spacing-gap-xs)}.label-date-time{display:flex;align-items:center;gap:var(--spacing-gap-m);grid-area:label-date-time}.input-date-time{block-size:32px;grid-area:input-date-time}.icon-clear-date-time{grid-area:icon-clear-date-time}.tabular-grid{overflow:auto;inline-size:100%;border-inline-end:var(--section-common-border)}.tabular-grid.empty::part(main),.tabular-grid.loading::part(main){overflow:hidden}ch-tabular-grid-rowset-empty{position:relative}.main__files-container{display:grid;grid-template-columns:repeat(4, 1fr);gap:var(--spacing-gap-m);position:relative;z-index:1}.hiChar{color:var(--color-text-primary-default);filter:brightness(1.3)}.tabular-grid ch-tabular-grid-cell:is(:nth-child(4)){align-items:start;justify-content:start;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-inline-size:0}.tabular-grid-cell-description{min-inline-size:max-content !important}.hiChar{color:var(--color-text-primary-default);filter:brightness(1.3)}';
|
|
22
22
|
|
|
23
|
-
var h = undefined && undefined.__classPrivateFieldSet || function(
|
|
23
|
+
var h = undefined && undefined.__classPrivateFieldSet || function(t, e, i, s, a) {
|
|
24
24
|
if (s === "m") throw new TypeError("Private method is not writable");
|
|
25
25
|
if (s === "a" && !a) throw new TypeError("Private accessor was defined without a setter");
|
|
26
|
-
if (typeof
|
|
27
|
-
return s === "a" ? a.call(
|
|
26
|
+
if (typeof e === "function" ? t !== e || !a : !e.has(t)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
27
|
+
return s === "a" ? a.call(t, i) : a ? a.value = i : e.set(t, i), i;
|
|
28
28
|
};
|
|
29
29
|
|
|
30
|
-
var f = undefined && undefined.__classPrivateFieldGet || function(
|
|
30
|
+
var f = undefined && undefined.__classPrivateFieldGet || function(t, e, i, s) {
|
|
31
31
|
if (i === "a" && !s) throw new TypeError("Private accessor was defined without a getter");
|
|
32
|
-
if (typeof
|
|
33
|
-
return i === "m" ? s : i === "a" ? s.call(
|
|
32
|
+
if (typeof e === "function" ? t !== e || !s : !e.has(t)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
33
|
+
return i === "m" ? s : i === "a" ? s.call(t) : s ? s.value : e.get(t);
|
|
34
34
|
};
|
|
35
35
|
|
|
36
|
-
var u, m, p, b, g, w, v, k, y, x, M, W, _, C, z, N, j, T, D, E, H, I, V, F, A, L, P, B, S, $, O, U, X, Y, q, G
|
|
36
|
+
var u, m, p, b, g, w, v, k, y, x, M, W, _, C, z, N, j, T, D, E, H, I, V, F, A, L, P, B, S, $, O, U, X, Y, q, G;
|
|
37
37
|
|
|
38
|
-
const
|
|
38
|
+
const J = [ "resets/box-sizing", "components/button", "components/checkbox", "components/combo-box", "components/accordion", "components/edit", "components/icon", "components/tooltip", "components/tabular-grid", "utils/form", "utils/layout", "utils/typography", "utils/spacing" ];
|
|
39
39
|
|
|
40
|
-
const
|
|
40
|
+
const K = a({
|
|
41
41
|
category: "system",
|
|
42
42
|
name: "close",
|
|
43
43
|
colorType: "interactive"
|
|
44
44
|
});
|
|
45
45
|
|
|
46
|
-
const
|
|
46
|
+
const Q = a({
|
|
47
47
|
category: "window-tools",
|
|
48
48
|
name: "filter",
|
|
49
49
|
colorType: "on-surface"
|
|
50
50
|
});
|
|
51
51
|
|
|
52
|
-
const
|
|
52
|
+
const R = a({
|
|
53
53
|
category: "system",
|
|
54
54
|
name: "information",
|
|
55
55
|
colorType: "on-surface"
|
|
56
56
|
});
|
|
57
57
|
|
|
58
|
-
const
|
|
58
|
+
const Z = "advanced-filter";
|
|
59
59
|
|
|
60
|
-
const
|
|
60
|
+
const tt = "afterDateTime";
|
|
61
61
|
|
|
62
|
-
const
|
|
62
|
+
const et = "afterLastBuild";
|
|
63
63
|
|
|
64
|
-
const
|
|
64
|
+
const it = "afterImport";
|
|
65
65
|
|
|
66
|
-
const
|
|
66
|
+
const st = "checked";
|
|
67
67
|
|
|
68
|
-
const
|
|
68
|
+
const at = "unchecked";
|
|
69
69
|
|
|
70
|
-
const
|
|
70
|
+
const lt = class {
|
|
71
71
|
constructor(i) {
|
|
72
|
-
|
|
72
|
+
t(this, i);
|
|
73
73
|
u.set(this, void 0);
|
|
74
74
|
m.set(this, []);
|
|
75
75
|
// Filter Values
|
|
@@ -83,255 +83,253 @@ const re = class {
|
|
|
83
83
|
// Other
|
|
84
84
|
y.set(this, []);
|
|
85
85
|
x.set(this, void 0);
|
|
86
|
-
M.set(this,
|
|
87
|
-
W.set(this, (() => {
|
|
86
|
+
M.set(this, (() => {
|
|
88
87
|
h(this, p, "", "f");
|
|
89
88
|
h(this, b, Object.assign({}, this.defaultModule), "f");
|
|
90
89
|
h(this, g, "", "f");
|
|
91
90
|
h(this, w, this.defaultCategory || (this.categoriesComboBoxModel && this.categoriesComboBoxModel.length > 0 ? this.categoriesComboBoxModel[0].value : ""), "f");
|
|
92
|
-
h(this, v,
|
|
93
|
-
this.afterValue = this.filterAfterComboBoxModel && this.filterAfterComboBoxModel.length > 0 ? this.filterAfterComboBoxModel[0].value :
|
|
91
|
+
h(this, v, at, "f");
|
|
92
|
+
this.afterValue = this.filterAfterComboBoxModel && this.filterAfterComboBoxModel.length > 0 ? this.filterAfterComboBoxModel[0].value : tt;
|
|
94
93
|
h(this, k, "", "f");
|
|
95
94
|
this.dateTimeValue = undefined;
|
|
96
95
|
}));
|
|
97
|
-
|
|
98
|
-
h(this, v,
|
|
99
|
-
f(this,
|
|
96
|
+
W.set(this, (t => {
|
|
97
|
+
h(this, v, t.detail === st ? st : at, "f");
|
|
98
|
+
f(this, A, "f").call(this);
|
|
100
99
|
}));
|
|
101
|
-
|
|
102
|
-
h(this, y,
|
|
100
|
+
_.set(this, (t => {
|
|
101
|
+
h(this, y, t.detail.rowsId, "f");
|
|
103
102
|
this.selectionChangeCallback(f(this, y, "f"));
|
|
104
103
|
}));
|
|
105
|
-
|
|
106
|
-
f(this,
|
|
104
|
+
C.set(this, (() => {
|
|
105
|
+
f(this, O, "f").call(this);
|
|
107
106
|
}));
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
107
|
+
z.set(this, (t => {
|
|
108
|
+
t.preventDefault();
|
|
109
|
+
t.stopPropagation();
|
|
111
110
|
this.contextMenuCallback({
|
|
112
|
-
selection:
|
|
113
|
-
clientX:
|
|
114
|
-
clientY:
|
|
111
|
+
selection: t.detail.selectedRowsId,
|
|
112
|
+
clientX: t.detail.clientX,
|
|
113
|
+
clientY: t.detail.clientY
|
|
115
114
|
});
|
|
116
115
|
}));
|
|
117
|
-
|
|
118
|
-
f(this, x, "f").addEventListener("selectionChanged", f(this,
|
|
119
|
-
f(this, x, "f").addEventListener("rowDoubleClicked", f(this,
|
|
120
|
-
f(this, x, "f").addEventListener("rowContextMenu", f(this,
|
|
116
|
+
N.set(this, (() => {
|
|
117
|
+
f(this, x, "f").addEventListener("selectionChanged", f(this, _, "f"));
|
|
118
|
+
f(this, x, "f").addEventListener("rowDoubleClicked", f(this, C, "f"));
|
|
119
|
+
f(this, x, "f").addEventListener("rowContextMenu", f(this, z, "f"));
|
|
121
120
|
}));
|
|
122
|
-
|
|
123
|
-
h(this, w,
|
|
124
|
-
f(this,
|
|
121
|
+
j.set(this, (async t => {
|
|
122
|
+
h(this, w, t.detail, "f");
|
|
123
|
+
f(this, A, "f").call(this);
|
|
125
124
|
}));
|
|
126
|
-
|
|
125
|
+
T.set(this, (() => {
|
|
127
126
|
this.dateTimeValue = undefined;
|
|
128
127
|
}));
|
|
129
|
-
|
|
130
|
-
this.dateTimeValue =
|
|
131
|
-
f(this,
|
|
128
|
+
D.set(this, (t => {
|
|
129
|
+
this.dateTimeValue = t.detail;
|
|
130
|
+
f(this, A, "f").call(this);
|
|
132
131
|
}));
|
|
133
|
-
|
|
132
|
+
E.set(this, (() => {
|
|
134
133
|
this.deleteSelectionCallback(f(this, y, "f"));
|
|
135
134
|
}));
|
|
136
|
-
|
|
135
|
+
H.set(this, (() => {
|
|
137
136
|
if (f(this, x, "f") && typeof f(this, x, "f").selectAllRows === "function") {
|
|
138
137
|
f(this, x, "f").selectAllRows(false);
|
|
139
138
|
}
|
|
140
139
|
}));
|
|
141
|
-
|
|
140
|
+
I.set(this, ((t, i) => {
|
|
142
141
|
const s = new Date(i);
|
|
143
|
-
if (s >=
|
|
142
|
+
if (s >= t) {
|
|
144
143
|
// Object modifed date matches with filter date, or was modified after that date.
|
|
145
144
|
// Highlight to show that it matches.
|
|
146
|
-
return
|
|
145
|
+
return e("span", {
|
|
147
146
|
class: "hiChar"
|
|
148
|
-
}, f(this,
|
|
147
|
+
}, f(this, F, "f").call(this, t));
|
|
149
148
|
} else {
|
|
150
|
-
return f(this,
|
|
149
|
+
return f(this, F, "f").call(this, t);
|
|
151
150
|
}
|
|
152
151
|
}));
|
|
153
|
-
|
|
154
|
-
this.afterValue =
|
|
155
|
-
f(this,
|
|
152
|
+
V.set(this, (t => {
|
|
153
|
+
this.afterValue = t.detail;
|
|
154
|
+
f(this, A, "f").call(this);
|
|
156
155
|
}));
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
f(this,
|
|
160
|
-
const
|
|
161
|
-
const
|
|
156
|
+
F.set(this, (t => d(t, "date-time-short")));
|
|
157
|
+
A.set(this, (() => {
|
|
158
|
+
f(this, X, "f").call(this);
|
|
159
|
+
const t = f(this, b, "f") ? f(this, b, "f").id : "";
|
|
160
|
+
const e = {
|
|
162
161
|
name: f(this, p, "f"),
|
|
163
162
|
searchContents: f(this, g, "f"),
|
|
164
163
|
category: f(this, w, "f"),
|
|
165
|
-
parent:
|
|
166
|
-
allDescendants: f(this, v, "f") ===
|
|
164
|
+
parent: t,
|
|
165
|
+
allDescendants: f(this, v, "f") === st,
|
|
167
166
|
modifiedAfter: this.showModified ? this.afterValue : undefined,
|
|
168
167
|
modifiedBy: this.showModified ? f(this, k, "f") : undefined,
|
|
169
168
|
modifiedDate: this.showModified ? new Date(this.dateTimeValue) : undefined
|
|
170
169
|
};
|
|
171
|
-
this.loadCallback(
|
|
172
|
-
this.objects =
|
|
170
|
+
this.loadCallback(e).then((t => {
|
|
171
|
+
this.objects = t;
|
|
173
172
|
h(this, y, [], "f");
|
|
174
173
|
if (f(this, x, "f")) {
|
|
175
|
-
f(this,
|
|
174
|
+
f(this, H, "f").call(this);
|
|
176
175
|
}
|
|
177
176
|
this.isLoading = false;
|
|
178
177
|
}));
|
|
179
178
|
}));
|
|
180
|
-
|
|
179
|
+
L.set(this, (() => [ e("div", {
|
|
181
180
|
// Name
|
|
182
181
|
class: "field field-block field-name"
|
|
183
|
-
},
|
|
182
|
+
}, e("label", {
|
|
184
183
|
class: "label",
|
|
185
184
|
htmlFor: "name"
|
|
186
|
-
}, f(this, u, "f").filter.name),
|
|
185
|
+
}, f(this, u, "f").filter.name), e("ch-edit", {
|
|
187
186
|
id: "name",
|
|
188
187
|
class: "input",
|
|
189
188
|
value: f(this, p, "f"),
|
|
190
|
-
onInput: f(this,
|
|
189
|
+
onInput: f(this, S, "f"),
|
|
191
190
|
part: "filter-files",
|
|
192
191
|
debounce: r.inputDebounce,
|
|
193
192
|
disabled: this.isLoading
|
|
194
|
-
})),
|
|
193
|
+
})), e("div", {
|
|
195
194
|
// Module
|
|
196
195
|
class: "field field-block field-module-folder"
|
|
197
|
-
},
|
|
196
|
+
}, e("label", {
|
|
198
197
|
class: "label",
|
|
199
198
|
htmlFor: "module-folder"
|
|
200
|
-
}, f(this, u, "f").filter.moduleFolder),
|
|
199
|
+
}, f(this, u, "f").filter.moduleFolder), e("gx-ide-entity-selector", {
|
|
201
200
|
part: "filter-module-folder",
|
|
202
201
|
id: "module/folder",
|
|
203
202
|
labelPosition: "none",
|
|
204
203
|
value: f(this, b, "f"),
|
|
205
204
|
defaultValue: this.defaultModule,
|
|
206
205
|
selectEntityCallback: this.selectModuleCallback,
|
|
207
|
-
|
|
208
|
-
onValueChanged: f(this, S, "f"),
|
|
206
|
+
onValueChanged: f(this, B, "f"),
|
|
209
207
|
disabled: this.isLoading
|
|
210
|
-
})),
|
|
208
|
+
})), e("ch-accordion-render", {
|
|
211
209
|
class: "accordion-outlined advanced-filter",
|
|
212
210
|
model: f(this, m, "f")
|
|
213
|
-
},
|
|
214
|
-
slot:
|
|
211
|
+
}, e("div", {
|
|
212
|
+
slot: Z,
|
|
215
213
|
class: "spacing-body field-group advanced-filter__container"
|
|
216
|
-
}, this.showSearchContents &&
|
|
214
|
+
}, this.showSearchContents && e("div", {
|
|
217
215
|
// Search contents
|
|
218
216
|
class: "field field-block field-search-contents"
|
|
219
|
-
},
|
|
217
|
+
}, e("label", {
|
|
220
218
|
class: "label",
|
|
221
219
|
htmlFor: "filter-content"
|
|
222
|
-
}, f(this, u, "f").filter.content),
|
|
220
|
+
}, f(this, u, "f").filter.content), e("ch-edit", {
|
|
223
221
|
id: "filter-content",
|
|
224
222
|
class: "input",
|
|
225
|
-
onInput: f(this,
|
|
223
|
+
onInput: f(this, U, "f"),
|
|
226
224
|
part: "filter-content"
|
|
227
|
-
})),
|
|
225
|
+
})), e("div", {
|
|
228
226
|
class: "field-group advanced-filter__first-row"
|
|
229
|
-
},
|
|
227
|
+
}, e("div", {
|
|
230
228
|
// Category
|
|
231
229
|
class: "field field-block field-category"
|
|
232
|
-
},
|
|
230
|
+
}, e("label", {
|
|
233
231
|
class: "label",
|
|
234
232
|
htmlFor: "filter-category"
|
|
235
|
-
}, f(this, u, "f").filter.category),
|
|
233
|
+
}, f(this, u, "f").filter.category), e("ch-combo-box-render", {
|
|
236
234
|
id: "filter-category",
|
|
237
235
|
class: "combo-box disabled",
|
|
238
236
|
value: f(this, w, "f"),
|
|
239
237
|
disabled: !this.categories || this.isLoading,
|
|
240
238
|
model: this.categoriesComboBoxModel,
|
|
241
239
|
part: "filter-category",
|
|
242
|
-
onInput: f(this,
|
|
243
|
-
})),
|
|
240
|
+
onInput: f(this, j, "f")
|
|
241
|
+
})), e("div", {
|
|
244
242
|
// All descendants / Modified
|
|
245
243
|
class: "all-descendants__modified field field-inline"
|
|
246
|
-
},
|
|
244
|
+
}, e("ch-checkbox", {
|
|
247
245
|
// All descendants
|
|
248
246
|
class: "checkbox",
|
|
249
247
|
caption: f(this, u, "f").filter.allDescendants,
|
|
250
|
-
checkedValue:
|
|
251
|
-
unCheckedValue:
|
|
248
|
+
checkedValue: st,
|
|
249
|
+
unCheckedValue: at,
|
|
252
250
|
value: f(this, v, "f"),
|
|
253
|
-
onInput: f(this,
|
|
251
|
+
onInput: f(this, W, "f"),
|
|
254
252
|
part: "filter-all-descendants",
|
|
255
253
|
disabled: this.isLoading
|
|
256
|
-
}),
|
|
254
|
+
}), e("ch-checkbox", {
|
|
257
255
|
// Modified
|
|
258
256
|
class: "checkbox align-center",
|
|
259
257
|
caption: f(this, u, "f").filter.modified,
|
|
260
|
-
checkedValue:
|
|
261
|
-
unCheckedValue:
|
|
258
|
+
checkedValue: st,
|
|
259
|
+
unCheckedValue: at,
|
|
262
260
|
value: this.showModified,
|
|
263
|
-
onInput: f(this,
|
|
261
|
+
onInput: f(this, q, "f"),
|
|
264
262
|
part: "filter-modified"
|
|
265
|
-
}))), this.showModified ===
|
|
263
|
+
}))), this.showModified === st && e("div", {
|
|
266
264
|
class: "field-group advanced-filter__second-row"
|
|
267
|
-
},
|
|
265
|
+
}, e("div", {
|
|
268
266
|
// After
|
|
269
267
|
class: "field field-block field-after"
|
|
270
|
-
},
|
|
268
|
+
}, e("label", {
|
|
271
269
|
class: "label",
|
|
272
270
|
htmlFor: "filter-after-type"
|
|
273
|
-
}, f(this, u, "f").filter.after),
|
|
271
|
+
}, f(this, u, "f").filter.after), e("ch-combo-box-render", {
|
|
274
272
|
id: "filter-after-type",
|
|
275
273
|
class: "combo-box",
|
|
276
274
|
value: this.afterValue,
|
|
277
275
|
model: this.filterAfterComboBoxModel,
|
|
278
|
-
onInput: f(this,
|
|
276
|
+
onInput: f(this, V, "f"),
|
|
279
277
|
part: "filter-after-type",
|
|
280
278
|
disabled: this.isLoading
|
|
281
|
-
})),
|
|
279
|
+
})), e("div", {
|
|
282
280
|
// User
|
|
283
281
|
class: "field field-block field-user"
|
|
284
|
-
},
|
|
282
|
+
}, e("label", {
|
|
285
283
|
class: "label",
|
|
286
284
|
htmlFor: "filter-user"
|
|
287
|
-
}, f(this, u, "f").filter.user),
|
|
285
|
+
}, f(this, u, "f").filter.user), e("ch-edit", {
|
|
288
286
|
id: "filter-user",
|
|
289
287
|
class: "input",
|
|
290
288
|
value: f(this, k, "f"),
|
|
291
|
-
onInput: f(this,
|
|
289
|
+
onInput: f(this, Y, "f"),
|
|
292
290
|
part: "filter-user",
|
|
293
291
|
debounce: r.inputDebounce,
|
|
294
292
|
disabled: this.isLoading
|
|
295
|
-
})), this.afterValue ===
|
|
293
|
+
})), this.afterValue === tt && e("div", {
|
|
296
294
|
// Date/Time
|
|
297
295
|
class: {
|
|
298
296
|
"field field-block field-date": true,
|
|
299
|
-
hide: this.afterValue !==
|
|
297
|
+
hide: this.afterValue !== tt
|
|
300
298
|
}
|
|
301
|
-
},
|
|
299
|
+
}, e("label", {
|
|
302
300
|
class: "label label-date-time",
|
|
303
301
|
htmlFor: "filter-date-time"
|
|
304
|
-
}, f(this, u, "f").filter.dateTime,
|
|
302
|
+
}, f(this, u, "f").filter.dateTime, e("ch-image", {
|
|
305
303
|
class: "icon-s icon-clear-date-time",
|
|
306
|
-
src:
|
|
307
|
-
}),
|
|
304
|
+
src: R
|
|
305
|
+
}), e("ch-tooltip", {
|
|
308
306
|
class: "tooltip",
|
|
309
307
|
actionElement: null,
|
|
310
308
|
blockAlign: "outside-start",
|
|
311
309
|
inlineAlign: "inside-start",
|
|
312
310
|
delay: r.tooltipSettings.delay
|
|
313
|
-
}, f(this, u, "f").filter.dateTimeTooltip)),
|
|
311
|
+
}, f(this, u, "f").filter.dateTimeTooltip)), e("ch-edit", {
|
|
314
312
|
id: "filter-date-time",
|
|
315
313
|
type: "datetime-local",
|
|
316
314
|
class: "input input-date-time",
|
|
317
315
|
value: this.dateTimeValue,
|
|
318
|
-
onInput: f(this,
|
|
316
|
+
onInput: f(this, D, "f"),
|
|
319
317
|
part: "filter-date-time",
|
|
320
318
|
disabled: this.isLoading
|
|
321
|
-
}),
|
|
319
|
+
}), e("button", {
|
|
322
320
|
class: "button-tertiary button-icon-only",
|
|
323
|
-
onClick: f(this,
|
|
321
|
+
onClick: f(this, T, "f"),
|
|
324
322
|
disabled: this.isLoading
|
|
325
|
-
},
|
|
323
|
+
}, e("ch-image", {
|
|
326
324
|
class: "icon-m",
|
|
327
|
-
src:
|
|
325
|
+
src: K,
|
|
328
326
|
type: "mask"
|
|
329
327
|
})))))) ]));
|
|
330
|
-
|
|
331
|
-
var
|
|
328
|
+
P.set(this, (() => {
|
|
329
|
+
var t;
|
|
332
330
|
const i = !this.objects.length;
|
|
333
|
-
return
|
|
334
|
-
ref:
|
|
331
|
+
return e("ch-tabular-grid", {
|
|
332
|
+
ref: t => h(this, x, t, "f"),
|
|
335
333
|
class: {
|
|
336
334
|
"tabular-grid": true,
|
|
337
335
|
loading: this.isLoading,
|
|
@@ -339,135 +337,135 @@ const re = class {
|
|
|
339
337
|
},
|
|
340
338
|
rowSelectionMode: "multiple",
|
|
341
339
|
part: "ch-grid-files"
|
|
342
|
-
},
|
|
340
|
+
}, e("ch-tabular-grid-columnset", {
|
|
343
341
|
class: "tabular-grid-column-set"
|
|
344
|
-
},
|
|
342
|
+
}, e("ch-tabular-grid-column", {
|
|
345
343
|
columnName: "",
|
|
346
344
|
columnNameHidden: false,
|
|
347
345
|
settingable: false,
|
|
348
346
|
sortable: false,
|
|
349
347
|
size: r.tabularGrid.colSize.maxContent,
|
|
350
348
|
class: "tabular-grid-column"
|
|
351
|
-
}),
|
|
349
|
+
}), e("ch-tabular-grid-column", {
|
|
352
350
|
columnName: f(this, u, "f").tableHead.name,
|
|
353
351
|
columnNameHidden: false,
|
|
354
352
|
settingable: false,
|
|
355
353
|
sortable: false,
|
|
356
354
|
size: r.tabularGrid.colSize.maxContent,
|
|
357
355
|
class: "tabular-grid-column"
|
|
358
|
-
}),
|
|
356
|
+
}), e("ch-tabular-grid-column", {
|
|
359
357
|
columnName: f(this, u, "f").tableHead.module,
|
|
360
358
|
columnNameHidden: false,
|
|
361
359
|
settingable: false,
|
|
362
360
|
sortable: false,
|
|
363
361
|
size: r.tabularGrid.colSize.maxContent,
|
|
364
362
|
class: "tabular-grid-column"
|
|
365
|
-
}), this.gridColumnsVisibility.description &&
|
|
363
|
+
}), this.gridColumnsVisibility.description && e("ch-tabular-grid-column", {
|
|
366
364
|
columnName: f(this, u, "f").tableHead.description,
|
|
367
365
|
columnNameHidden: false,
|
|
368
366
|
settingable: false,
|
|
369
367
|
sortable: false,
|
|
370
368
|
size: r.tabularGrid.colSize.auto,
|
|
371
369
|
class: "tabular-grid-column"
|
|
372
|
-
}), this.gridColumnsVisibility.modifiedDate &&
|
|
370
|
+
}), this.gridColumnsVisibility.modifiedDate && e("ch-tabular-grid-column", {
|
|
373
371
|
columnName: f(this, u, "f").tableHead.modifiedDate,
|
|
374
372
|
columnNameHidden: false,
|
|
375
373
|
settingable: false,
|
|
376
374
|
sortable: false,
|
|
377
375
|
size: r.tabularGrid.colSize.maxContent,
|
|
378
376
|
class: "tabular-grid-column"
|
|
379
|
-
}), this.gridColumnsVisibility.lastUser &&
|
|
377
|
+
}), this.gridColumnsVisibility.lastUser && e("ch-tabular-grid-column", {
|
|
380
378
|
columnName: f(this, u, "f").tableHead.lastUser,
|
|
381
379
|
columnNameHidden: false,
|
|
382
380
|
settingable: false,
|
|
383
381
|
sortable: false,
|
|
384
382
|
size: r.tabularGrid.colSize.maxContent,
|
|
385
383
|
class: "tabular-grid-column"
|
|
386
|
-
}), this.gridColumnsVisibility.importDate &&
|
|
384
|
+
}), this.gridColumnsVisibility.importDate && e("ch-tabular-grid-column", {
|
|
387
385
|
columnName: f(this, u, "f").tableHead.importDate,
|
|
388
386
|
columnNameHidden: false,
|
|
389
387
|
settingable: false,
|
|
390
388
|
sortable: false,
|
|
391
389
|
size: r.tabularGrid.colSize.maxContent,
|
|
392
390
|
class: "tabular-grid-column"
|
|
393
|
-
}), this.gridColumnsVisibility.lastBuildDate &&
|
|
391
|
+
}), this.gridColumnsVisibility.lastBuildDate && e("ch-tabular-grid-column", {
|
|
394
392
|
columnName: f(this, u, "f").tableHead.lastBuildDate,
|
|
395
393
|
columnNameHidden: false,
|
|
396
394
|
settingable: false,
|
|
397
395
|
sortable: false,
|
|
398
396
|
size: r.tabularGrid.colSize.maxContent,
|
|
399
397
|
class: "tabular-grid-column"
|
|
400
|
-
})), !i ?
|
|
398
|
+
})), !i ? e("ch-tabular-grid-rowset", {
|
|
401
399
|
class: "tabular-grid-rowset"
|
|
402
|
-
}, (
|
|
400
|
+
}, (t = this.objects) === null || t === void 0 ? void 0 : t.map((t => {
|
|
403
401
|
var i;
|
|
404
|
-
return
|
|
405
|
-
rowid:
|
|
402
|
+
return e("ch-tabular-grid-row", {
|
|
403
|
+
rowid: t.id,
|
|
406
404
|
class: "tabular-grid-row"
|
|
407
|
-
},
|
|
405
|
+
}, e("ch-tabular-grid-cell", {
|
|
408
406
|
class: "tabular-grid-cell"
|
|
409
|
-
},
|
|
410
|
-
src:
|
|
411
|
-
})),
|
|
407
|
+
}, e("ch-image", {
|
|
408
|
+
src: t.icon
|
|
409
|
+
})), e("ch-tabular-grid-cell", {
|
|
412
410
|
class: "tabular-grid-cell"
|
|
413
|
-
}, n(
|
|
411
|
+
}, n(t.name.toLowerCase(), f(this, p, "f").toLowerCase())), e("ch-tabular-grid-cell", {
|
|
414
412
|
class: "tabular-grid-cell"
|
|
415
|
-
},
|
|
413
|
+
}, t.parent), this.gridColumnsVisibility.description && e("ch-tabular-grid-cell", {
|
|
416
414
|
class: "tabular-grid-cell tabular-grid-cell-description"
|
|
417
|
-
},
|
|
415
|
+
}, t.description), this.gridColumnsVisibility.modifiedDate && e("ch-tabular-grid-cell", {
|
|
418
416
|
class: "tabular-grid-cell"
|
|
419
|
-
}, f(this,
|
|
417
|
+
}, f(this, I, "f").call(this, t.modifiedDate, this.dateTimeValue)), this.gridColumnsVisibility.lastUser && e("ch-tabular-grid-cell", {
|
|
420
418
|
class: "tabular-grid-cell"
|
|
421
|
-
}, n((i =
|
|
419
|
+
}, n((i = t.lastUser) === null || i === void 0 ? void 0 : i.toLowerCase(), f(this, k, "f"))), this.gridColumnsVisibility.importDate && e("ch-tabular-grid-cell", {
|
|
422
420
|
class: "tabular-grid-cell"
|
|
423
|
-
}, n(
|
|
421
|
+
}, n(t.importDate ? f(this, F, "f").call(this, t.importDate) : "", f(this, p, "f"))), this.gridColumnsVisibility.lastBuildDate && e("ch-tabular-grid-cell", {
|
|
424
422
|
class: "tabular-grid-cell"
|
|
425
|
-
}, n(
|
|
426
|
-
}))) :
|
|
423
|
+
}, n(t.lastBuildDate ? f(this, F, "f").call(this, t.lastBuildDate) : "", f(this, p, "f"))));
|
|
424
|
+
}))) : e("ch-tabular-grid-rowset", {
|
|
427
425
|
class: "tabular-grid-rowset"
|
|
428
|
-
},
|
|
426
|
+
}, e("ch-tabular-grid-rowset-empty", null, this.isLoading ? e("gx-ide-loader", {
|
|
429
427
|
loaderTitle: f(this, u, "f").loader.title,
|
|
430
428
|
description: f(this, u, "f").loader.description,
|
|
431
429
|
show: true
|
|
432
|
-
}) :
|
|
430
|
+
}) : e("gx-ide-empty-state", {
|
|
433
431
|
isAnimated: true,
|
|
434
|
-
stateIconSrc:
|
|
432
|
+
stateIconSrc: Q,
|
|
435
433
|
stateTitle: f(this, u, "f").emptyState.title
|
|
436
434
|
}))));
|
|
437
435
|
}));
|
|
438
|
-
|
|
439
|
-
h(this, b,
|
|
440
|
-
f(this,
|
|
436
|
+
B.set(this, (t => {
|
|
437
|
+
h(this, b, t.detail, "f");
|
|
438
|
+
f(this, A, "f").call(this);
|
|
441
439
|
}));
|
|
442
|
-
|
|
443
|
-
h(this, p,
|
|
444
|
-
f(this,
|
|
440
|
+
S.set(this, (t => {
|
|
441
|
+
h(this, p, t.detail, "f");
|
|
442
|
+
f(this, A, "f").call(this);
|
|
445
443
|
}));
|
|
446
|
-
|
|
444
|
+
$.set(this, (() => {
|
|
447
445
|
this.newFileCallback();
|
|
448
446
|
}));
|
|
449
|
-
|
|
447
|
+
O.set(this, (() => {
|
|
450
448
|
this.openSelectionCallback(f(this, y, "f"));
|
|
451
449
|
}));
|
|
452
|
-
|
|
453
|
-
h(this, g,
|
|
454
|
-
f(this,
|
|
450
|
+
U.set(this, (t => {
|
|
451
|
+
h(this, g, t.detail, "f");
|
|
452
|
+
f(this, A, "f").call(this);
|
|
455
453
|
}));
|
|
456
|
-
|
|
454
|
+
X.set(this, (() => {
|
|
457
455
|
// Only clear if no objects or first load
|
|
458
456
|
if (!this.objects || this.objects.length === 0) {
|
|
459
457
|
this.objects = [];
|
|
460
458
|
}
|
|
461
459
|
this.isLoading = true;
|
|
462
460
|
}));
|
|
463
|
-
|
|
464
|
-
h(this, k,
|
|
465
|
-
f(this,
|
|
461
|
+
Y.set(this, (t => {
|
|
462
|
+
h(this, k, t.detail, "f");
|
|
463
|
+
f(this, A, "f").call(this);
|
|
466
464
|
}));
|
|
467
|
-
|
|
468
|
-
this.showModified =
|
|
465
|
+
q.set(this, (t => {
|
|
466
|
+
this.showModified = t.detail;
|
|
469
467
|
}));
|
|
470
|
-
|
|
468
|
+
G.set(this, (() => {
|
|
471
469
|
if (f(this, x, "f") && typeof f(this, x, "f").selectAllRows === "function") {
|
|
472
470
|
f(this, x, "f").selectAllRows();
|
|
473
471
|
}
|
|
@@ -477,7 +475,7 @@ const re = class {
|
|
|
477
475
|
this.dateTimeValue = undefined;
|
|
478
476
|
this.isLoading = true;
|
|
479
477
|
this.filterAfterComboBoxModel = undefined;
|
|
480
|
-
this.showModified =
|
|
478
|
+
this.showModified = st;
|
|
481
479
|
this.objects = [];
|
|
482
480
|
this.categories = undefined;
|
|
483
481
|
this.contextMenuCallback = undefined;
|
|
@@ -499,10 +497,10 @@ const re = class {
|
|
|
499
497
|
this.showSearchContents = false;
|
|
500
498
|
}
|
|
501
499
|
dateTimeValueChanged() {
|
|
502
|
-
f(this,
|
|
500
|
+
f(this, A, "f").call(this);
|
|
503
501
|
}
|
|
504
|
-
categoriesChanged(
|
|
505
|
-
this.categoriesComboBoxModel = o(
|
|
502
|
+
categoriesChanged(t) {
|
|
503
|
+
this.categoriesComboBoxModel = o(t);
|
|
506
504
|
}
|
|
507
505
|
async componentWillLoad() {
|
|
508
506
|
h(this, u, await l.getComponentStrings(this.el), "f");
|
|
@@ -510,43 +508,43 @@ const re = class {
|
|
|
510
508
|
this.categoriesChanged(this.categories);
|
|
511
509
|
// initialize "After" combo-box options
|
|
512
510
|
this.filterAfterComboBoxModel = [ {
|
|
513
|
-
caption: f(this, u, "f").filter[
|
|
514
|
-
value:
|
|
511
|
+
caption: f(this, u, "f").filter[tt],
|
|
512
|
+
value: tt
|
|
515
513
|
}, {
|
|
516
|
-
caption: f(this, u, "f").filter[
|
|
517
|
-
value:
|
|
514
|
+
caption: f(this, u, "f").filter[et],
|
|
515
|
+
value: et
|
|
518
516
|
}, {
|
|
519
|
-
caption: f(this, u, "f").filter[
|
|
520
|
-
value:
|
|
517
|
+
caption: f(this, u, "f").filter[it],
|
|
518
|
+
value: it
|
|
521
519
|
} ];
|
|
522
520
|
// initialize accordion model with proper configuration
|
|
523
521
|
h(this, m, [ {
|
|
524
|
-
id:
|
|
522
|
+
id: Z,
|
|
525
523
|
caption: f(this, u, "f").filter.accordionCaption,
|
|
526
524
|
expanded: false
|
|
527
525
|
} ], "f");
|
|
528
|
-
f(this,
|
|
526
|
+
f(this, M, "f").call(this);
|
|
529
527
|
}
|
|
530
528
|
componentDidLoad() {
|
|
531
|
-
f(this,
|
|
532
|
-
f(this,
|
|
529
|
+
f(this, N, "f").call(this);
|
|
530
|
+
f(this, A, "f").call(this);
|
|
533
531
|
}
|
|
534
|
-
keyDownHandler(
|
|
532
|
+
keyDownHandler(t) {
|
|
535
533
|
if (document.activeElement === this.el) {
|
|
536
|
-
switch (
|
|
534
|
+
switch (t.key) {
|
|
537
535
|
case "Enter":
|
|
538
|
-
|
|
539
|
-
f(this,
|
|
536
|
+
t.preventDefault();
|
|
537
|
+
f(this, O, "f").call(this);
|
|
540
538
|
break;
|
|
541
539
|
|
|
542
540
|
case "Delete":
|
|
543
|
-
|
|
544
|
-
f(this,
|
|
541
|
+
t.preventDefault();
|
|
542
|
+
f(this, E, "f").call(this);
|
|
545
543
|
break;
|
|
546
544
|
|
|
547
545
|
case "Escape":
|
|
548
|
-
|
|
549
|
-
f(this,
|
|
546
|
+
t.preventDefault();
|
|
547
|
+
f(this, H, "f").call(this);
|
|
550
548
|
break;
|
|
551
549
|
}
|
|
552
550
|
}
|
|
@@ -556,49 +554,49 @@ const re = class {
|
|
|
556
554
|
*/ async reload() {
|
|
557
555
|
try {
|
|
558
556
|
if (f(this, u, "f") && this.filterAfterComboBoxModel) {
|
|
559
|
-
f(this,
|
|
560
|
-
f(this,
|
|
557
|
+
f(this, M, "f").call(this);
|
|
558
|
+
f(this, A, "f").call(this);
|
|
561
559
|
}
|
|
562
|
-
} catch (
|
|
560
|
+
} catch (t) {
|
|
563
561
|
console.error("Error in reload method:");
|
|
564
562
|
// Fallback: try only getObjects if setFilterDefaultValues fails
|
|
565
563
|
try {
|
|
566
|
-
f(this,
|
|
567
|
-
} catch (
|
|
564
|
+
f(this, A, "f").call(this);
|
|
565
|
+
} catch (t) {
|
|
568
566
|
console.error("Fallback also failed:");
|
|
569
567
|
}
|
|
570
568
|
}
|
|
571
569
|
}
|
|
572
570
|
render() {
|
|
573
|
-
var
|
|
574
|
-
return
|
|
571
|
+
var t;
|
|
572
|
+
return e(i, {
|
|
575
573
|
class: "widget"
|
|
576
|
-
},
|
|
577
|
-
model:
|
|
578
|
-
}),
|
|
574
|
+
}, e("ch-theme", {
|
|
575
|
+
model: J
|
|
576
|
+
}), e("section", {
|
|
579
577
|
class: "section"
|
|
580
|
-
},
|
|
578
|
+
}, e("header", {
|
|
581
579
|
class: "header dialog-header-with-border spacing-body-inline spacing-body-block-start field-group"
|
|
582
|
-
}, f(this,
|
|
580
|
+
}, f(this, L, "f").call(this)), f(this, P, "f").call(this), e("footer", {
|
|
583
581
|
class: "dialog-footer-with-border dialog-footer-space-between spacing-body"
|
|
584
|
-
},
|
|
582
|
+
}, e("p", {
|
|
585
583
|
// matching objects
|
|
586
584
|
class: "text-body",
|
|
587
585
|
part: "objects-matching"
|
|
588
|
-
}, `${(
|
|
586
|
+
}, `${(t = this.objects) === null || t === void 0 ? void 0 : t.length} ${f(this, u, "f").objCount.matching}`), e("div", {
|
|
589
587
|
class: "buttons-spacer"
|
|
590
|
-
},
|
|
588
|
+
}, e("button", {
|
|
591
589
|
// select all button
|
|
592
590
|
id: "button-select-all",
|
|
593
591
|
class: "button-secondary",
|
|
594
|
-
onClick: f(this,
|
|
592
|
+
onClick: f(this, G, "f"),
|
|
595
593
|
part: "button button--select-all",
|
|
596
594
|
disabled: this.isLoading
|
|
597
|
-
}, f(this, u, "f").footer.btnSelectAll),
|
|
595
|
+
}, f(this, u, "f").footer.btnSelectAll), e("button", {
|
|
598
596
|
// new file button
|
|
599
597
|
id: "button-new-file",
|
|
600
598
|
class: "button-primary button-icon-and-text",
|
|
601
|
-
onClick: f(this,
|
|
599
|
+
onClick: f(this, $, "f"),
|
|
602
600
|
part: "button button--new-file",
|
|
603
601
|
disabled: this.isLoading
|
|
604
602
|
}, f(this, u, "f").footer.btnNew)))));
|
|
@@ -624,9 +622,9 @@ N = new WeakMap, j = new WeakMap, T = new WeakMap, D = new WeakMap, E = new Weak
|
|
|
624
622
|
H = new WeakMap, I = new WeakMap, V = new WeakMap, F = new WeakMap, A = new WeakMap,
|
|
625
623
|
L = new WeakMap, P = new WeakMap, B = new WeakMap, S = new WeakMap, $ = new WeakMap,
|
|
626
624
|
O = new WeakMap, U = new WeakMap, X = new WeakMap, Y = new WeakMap, q = new WeakMap,
|
|
627
|
-
G = new WeakMap
|
|
625
|
+
G = new WeakMap;
|
|
628
626
|
|
|
629
|
-
|
|
627
|
+
lt.style = c;
|
|
630
628
|
|
|
631
|
-
export {
|
|
632
|
-
//# sourceMappingURL=p-
|
|
629
|
+
export { lt as gx_ide_ww_files };
|
|
630
|
+
//# sourceMappingURL=p-7bdeae77.entry.js.map
|