@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.
Files changed (100) hide show
  1. package/dist/cjs/genexus-ide-ui.cjs.js +1 -1
  2. package/dist/cjs/gx-ide-file-item.cjs.entry.js +21 -2
  3. package/dist/cjs/gx-ide-file-item.cjs.entry.js.map +1 -1
  4. package/dist/cjs/gx-ide-file-uploader.cjs.entry.js +11 -8
  5. package/dist/cjs/gx-ide-file-uploader.cjs.entry.js.map +1 -1
  6. package/dist/cjs/gx-ide-launchpad.cjs.entry.js +4 -16
  7. package/dist/cjs/gx-ide-launchpad.cjs.entry.js.map +1 -1
  8. package/dist/cjs/gx-ide-multi-select.cjs.entry.js +113 -0
  9. package/dist/cjs/gx-ide-multi-select.cjs.entry.js.map +1 -0
  10. package/dist/cjs/gx-ide-search.cjs.entry.js +171 -0
  11. package/dist/cjs/gx-ide-search.cjs.entry.js.map +1 -0
  12. package/dist/cjs/gx-ide-ww-files.cjs.entry.js +3 -4
  13. package/dist/cjs/gx-ide-ww-files.cjs.entry.js.map +1 -1
  14. package/dist/cjs/loader.cjs.js +1 -1
  15. package/dist/collection/collection-manifest.json +2 -0
  16. package/dist/collection/components/_helpers/multi-select/gx-ide-multi-select.css +193 -0
  17. package/dist/collection/components/_helpers/multi-select/gx-ide-multi-select.js +209 -0
  18. package/dist/collection/components/_helpers/multi-select/gx-ide-multi-select.js.map +1 -0
  19. package/dist/collection/components/file-uploader/file-item/file-item.css +23 -28
  20. package/dist/collection/components/file-uploader/file-item/file-item.js +37 -1
  21. package/dist/collection/components/file-uploader/file-item/file-item.js.map +1 -1
  22. package/dist/collection/components/file-uploader/file-uploader.css +11 -22
  23. package/dist/collection/components/file-uploader/file-uploader.js +10 -7
  24. package/dist/collection/components/file-uploader/file-uploader.js.map +1 -1
  25. package/dist/collection/components/file-uploader/gx-ide-assets/file-uploader/langs/file-uploader.lang.en.json +7 -3
  26. package/dist/collection/components/file-uploader/gx-ide-assets/file-uploader/langs/file-uploader.lang.ja.json +7 -3
  27. package/dist/collection/components/file-uploader/gx-ide-assets/file-uploader/langs/file-uploader.lang.zh.json +8 -3
  28. package/dist/collection/components/launchpad/root/gx-ide-assets/launchpad/shortcuts.json +1 -26
  29. package/dist/collection/components/launchpad/root/launchpad.js +5 -42
  30. package/dist/collection/components/launchpad/root/launchpad.js.map +1 -1
  31. package/dist/collection/components/search/gx-ide-assets/search/langs/search.lang.en.json +37 -0
  32. package/dist/collection/components/search/gx-ide-assets/search/langs/search.lang.ja.json +37 -0
  33. package/dist/collection/components/search/gx-ide-assets/search/langs/search.lang.zh.json +37 -0
  34. package/dist/collection/components/search/search.css +44 -0
  35. package/dist/collection/components/search/search.js +275 -0
  36. package/dist/collection/components/search/search.js.map +1 -0
  37. package/dist/collection/components/ww-files/ww-files.js +3 -4
  38. package/dist/collection/components/ww-files/ww-files.js.map +1 -1
  39. package/dist/collection/testing/locale.e2e.js +4 -1
  40. package/dist/collection/testing/locale.e2e.js.map +1 -1
  41. package/dist/components/file-item.js +22 -2
  42. package/dist/components/file-item.js.map +1 -1
  43. package/dist/components/gx-ide-file-uploader.js +11 -8
  44. package/dist/components/gx-ide-file-uploader.js.map +1 -1
  45. package/dist/components/gx-ide-launchpad.js +6 -19
  46. package/dist/components/gx-ide-launchpad.js.map +1 -1
  47. package/dist/components/gx-ide-multi-select.d.ts +11 -0
  48. package/dist/components/gx-ide-multi-select.js +132 -0
  49. package/dist/components/gx-ide-multi-select.js.map +1 -0
  50. package/dist/components/gx-ide-search.d.ts +11 -0
  51. package/dist/components/gx-ide-search.js +206 -0
  52. package/dist/components/gx-ide-search.js.map +1 -0
  53. package/dist/components/gx-ide-ww-files.js +3 -4
  54. package/dist/components/gx-ide-ww-files.js.map +1 -1
  55. package/dist/esm/genexus-ide-ui.js +1 -1
  56. package/dist/esm/gx-ide-file-item.entry.js +21 -2
  57. package/dist/esm/gx-ide-file-item.entry.js.map +1 -1
  58. package/dist/esm/gx-ide-file-uploader.entry.js +11 -8
  59. package/dist/esm/gx-ide-file-uploader.entry.js.map +1 -1
  60. package/dist/esm/gx-ide-launchpad.entry.js +5 -17
  61. package/dist/esm/gx-ide-launchpad.entry.js.map +1 -1
  62. package/dist/esm/gx-ide-multi-select.entry.js +109 -0
  63. package/dist/esm/gx-ide-multi-select.entry.js.map +1 -0
  64. package/dist/esm/gx-ide-search.entry.js +167 -0
  65. package/dist/esm/gx-ide-search.entry.js.map +1 -0
  66. package/dist/esm/gx-ide-ww-files.entry.js +3 -4
  67. package/dist/esm/gx-ide-ww-files.entry.js.map +1 -1
  68. package/dist/esm/loader.js +1 -1
  69. package/dist/genexus-ide-ui/genexus-ide-ui.esm.js +1 -1
  70. package/dist/genexus-ide-ui/genexus-ide-ui.esm.js.map +1 -1
  71. package/dist/genexus-ide-ui/gx-ide-assets/file-uploader/langs/file-uploader.lang.en.json +7 -3
  72. package/dist/genexus-ide-ui/gx-ide-assets/file-uploader/langs/file-uploader.lang.ja.json +7 -3
  73. package/dist/genexus-ide-ui/gx-ide-assets/file-uploader/langs/file-uploader.lang.zh.json +8 -3
  74. package/dist/genexus-ide-ui/gx-ide-assets/launchpad/shortcuts.json +1 -26
  75. package/dist/genexus-ide-ui/gx-ide-assets/search/langs/search.lang.en.json +37 -0
  76. package/dist/genexus-ide-ui/gx-ide-assets/search/langs/search.lang.ja.json +37 -0
  77. package/dist/genexus-ide-ui/gx-ide-assets/search/langs/search.lang.zh.json +37 -0
  78. package/dist/genexus-ide-ui/p-0745a565.entry.js +152 -0
  79. package/dist/genexus-ide-ui/p-0745a565.entry.js.map +1 -0
  80. package/dist/genexus-ide-ui/{p-6246204f.entry.js → p-25e749c7.entry.js} +44 -57
  81. package/dist/genexus-ide-ui/p-25e749c7.entry.js.map +1 -0
  82. package/dist/genexus-ide-ui/{p-50dae653.entry.js → p-7bdeae77.entry.js} +211 -213
  83. package/dist/genexus-ide-ui/p-7bdeae77.entry.js.map +1 -0
  84. package/dist/genexus-ide-ui/p-8b5c826b.entry.js +212 -0
  85. package/dist/genexus-ide-ui/p-8b5c826b.entry.js.map +1 -0
  86. package/dist/genexus-ide-ui/p-c460c9e7.entry.js +187 -0
  87. package/dist/genexus-ide-ui/p-c460c9e7.entry.js.map +1 -0
  88. package/dist/genexus-ide-ui/{p-aad714a5.entry.js → p-e2b88bea.entry.js} +70 -67
  89. package/dist/genexus-ide-ui/p-e2b88bea.entry.js.map +1 -0
  90. package/dist/types/components/_helpers/multi-select/gx-ide-multi-select.d.ts +29 -0
  91. package/dist/types/components/file-uploader/file-item/file-item.d.ts +2 -0
  92. package/dist/types/components/launchpad/root/launchpad.d.ts +0 -4
  93. package/dist/types/components/search/search.d.ts +60 -0
  94. package/dist/types/components.d.ts +121 -4
  95. package/package.json +1 -1
  96. package/dist/genexus-ide-ui/p-50dae653.entry.js.map +0 -1
  97. package/dist/genexus-ide-ui/p-6246204f.entry.js.map +0 -1
  98. package/dist/genexus-ide-ui/p-aad714a5.entry.js.map +0 -1
  99. package/dist/genexus-ide-ui/p-f3c3e830.entry.js +0 -163
  100. package/dist/genexus-ide-ui/p-f3c3e830.entry.js.map +0 -1
@@ -1,4 +1,4 @@
1
- import { r as e, h as t, H as i, a as s } from "./p-9b9ccd0c.js";
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(e, t, i, s, a) {
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 t === "function" ? e !== t || !a : !t.has(e)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
27
- return s === "a" ? a.call(e, i) : a ? a.value = i : t.set(e, i), i;
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(e, t, i, s) {
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 t === "function" ? e !== t || !s : !t.has(e)) 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(e) : s ? s.value : t.get(e);
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, J;
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 K = [ "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" ];
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 Q = a({
40
+ const K = a({
41
41
  category: "system",
42
42
  name: "close",
43
43
  colorType: "interactive"
44
44
  });
45
45
 
46
- const R = a({
46
+ const Q = a({
47
47
  category: "window-tools",
48
48
  name: "filter",
49
49
  colorType: "on-surface"
50
50
  });
51
51
 
52
- const Z = a({
52
+ const R = a({
53
53
  category: "system",
54
54
  name: "information",
55
55
  colorType: "on-surface"
56
56
  });
57
57
 
58
- const ee = "advanced-filter";
58
+ const Z = "advanced-filter";
59
59
 
60
- const te = "afterDateTime";
60
+ const tt = "afterDateTime";
61
61
 
62
- const ie = "afterLastBuild";
62
+ const et = "afterLastBuild";
63
63
 
64
- const se = "afterImport";
64
+ const it = "afterImport";
65
65
 
66
- const ae = "checked";
66
+ const st = "checked";
67
67
 
68
- const le = "unchecked";
68
+ const at = "unchecked";
69
69
 
70
- const re = class {
70
+ const lt = class {
71
71
  constructor(i) {
72
- e(this, i);
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, void 0);
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, le, "f");
93
- this.afterValue = this.filterAfterComboBoxModel && this.filterAfterComboBoxModel.length > 0 ? this.filterAfterComboBoxModel[0].value : te;
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
- _.set(this, (e => {
98
- h(this, v, e.detail === ae ? ae : le, "f");
99
- f(this, L, "f").call(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
- C.set(this, (e => {
102
- h(this, y, e.detail.rowsId, "f");
100
+ _.set(this, (t => {
101
+ h(this, y, t.detail.rowsId, "f");
103
102
  this.selectionChangeCallback(f(this, y, "f"));
104
103
  }));
105
- z.set(this, (() => {
106
- f(this, U, "f").call(this);
104
+ C.set(this, (() => {
105
+ f(this, O, "f").call(this);
107
106
  }));
108
- N.set(this, (e => {
109
- e.preventDefault();
110
- e.stopPropagation();
107
+ z.set(this, (t => {
108
+ t.preventDefault();
109
+ t.stopPropagation();
111
110
  this.contextMenuCallback({
112
- selection: e.detail.selectedRowsId,
113
- clientX: e.detail.clientX,
114
- clientY: e.detail.clientY
111
+ selection: t.detail.selectedRowsId,
112
+ clientX: t.detail.clientX,
113
+ clientY: t.detail.clientY
115
114
  });
116
115
  }));
117
- j.set(this, (() => {
118
- f(this, x, "f").addEventListener("selectionChanged", f(this, C, "f"));
119
- f(this, x, "f").addEventListener("rowDoubleClicked", f(this, z, "f"));
120
- f(this, x, "f").addEventListener("rowContextMenu", f(this, N, "f"));
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
- T.set(this, (async e => {
123
- h(this, w, e.detail, "f");
124
- f(this, L, "f").call(this);
121
+ j.set(this, (async t => {
122
+ h(this, w, t.detail, "f");
123
+ f(this, A, "f").call(this);
125
124
  }));
126
- D.set(this, (() => {
125
+ T.set(this, (() => {
127
126
  this.dateTimeValue = undefined;
128
127
  }));
129
- E.set(this, (e => {
130
- this.dateTimeValue = e.detail;
131
- f(this, L, "f").call(this);
128
+ D.set(this, (t => {
129
+ this.dateTimeValue = t.detail;
130
+ f(this, A, "f").call(this);
132
131
  }));
133
- H.set(this, (() => {
132
+ E.set(this, (() => {
134
133
  this.deleteSelectionCallback(f(this, y, "f"));
135
134
  }));
136
- I.set(this, (() => {
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
- V.set(this, ((e, i) => {
140
+ I.set(this, ((t, i) => {
142
141
  const s = new Date(i);
143
- if (s >= e) {
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 t("span", {
145
+ return e("span", {
147
146
  class: "hiChar"
148
- }, f(this, A, "f").call(this, e));
147
+ }, f(this, F, "f").call(this, t));
149
148
  } else {
150
- return f(this, A, "f").call(this, e);
149
+ return f(this, F, "f").call(this, t);
151
150
  }
152
151
  }));
153
- F.set(this, (e => {
154
- this.afterValue = e.detail;
155
- f(this, L, "f").call(this);
152
+ V.set(this, (t => {
153
+ this.afterValue = t.detail;
154
+ f(this, A, "f").call(this);
156
155
  }));
157
- A.set(this, (e => d(e, "date-time-short")));
158
- L.set(this, (() => {
159
- f(this, Y, "f").call(this);
160
- const e = f(this, b, "f") ? f(this, b, "f").id : "";
161
- const t = {
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: e,
166
- allDescendants: f(this, v, "f") === ae,
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(t).then((e => {
172
- this.objects = e;
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, I, "f").call(this);
174
+ f(this, H, "f").call(this);
176
175
  }
177
176
  this.isLoading = false;
178
177
  }));
179
178
  }));
180
- P.set(this, (() => [ t("div", {
179
+ L.set(this, (() => [ e("div", {
181
180
  // Name
182
181
  class: "field field-block field-name"
183
- }, t("label", {
182
+ }, e("label", {
184
183
  class: "label",
185
184
  htmlFor: "name"
186
- }, f(this, u, "f").filter.name), t("ch-edit", {
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, $, "f"),
189
+ onInput: f(this, S, "f"),
191
190
  part: "filter-files",
192
191
  debounce: r.inputDebounce,
193
192
  disabled: this.isLoading
194
- })), t("div", {
193
+ })), e("div", {
195
194
  // Module
196
195
  class: "field field-block field-module-folder"
197
- }, t("label", {
196
+ }, e("label", {
198
197
  class: "label",
199
198
  htmlFor: "module-folder"
200
- }, f(this, u, "f").filter.moduleFolder), t("gx-ide-entity-selector", {
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
- ref: e => h(this, M, e, "f"),
208
- onValueChanged: f(this, S, "f"),
206
+ onValueChanged: f(this, B, "f"),
209
207
  disabled: this.isLoading
210
- })), t("ch-accordion-render", {
208
+ })), e("ch-accordion-render", {
211
209
  class: "accordion-outlined advanced-filter",
212
210
  model: f(this, m, "f")
213
- }, t("div", {
214
- slot: ee,
211
+ }, e("div", {
212
+ slot: Z,
215
213
  class: "spacing-body field-group advanced-filter__container"
216
- }, this.showSearchContents && t("div", {
214
+ }, this.showSearchContents && e("div", {
217
215
  // Search contents
218
216
  class: "field field-block field-search-contents"
219
- }, t("label", {
217
+ }, e("label", {
220
218
  class: "label",
221
219
  htmlFor: "filter-content"
222
- }, f(this, u, "f").filter.content), t("ch-edit", {
220
+ }, f(this, u, "f").filter.content), e("ch-edit", {
223
221
  id: "filter-content",
224
222
  class: "input",
225
- onInput: f(this, X, "f"),
223
+ onInput: f(this, U, "f"),
226
224
  part: "filter-content"
227
- })), t("div", {
225
+ })), e("div", {
228
226
  class: "field-group advanced-filter__first-row"
229
- }, t("div", {
227
+ }, e("div", {
230
228
  // Category
231
229
  class: "field field-block field-category"
232
- }, t("label", {
230
+ }, e("label", {
233
231
  class: "label",
234
232
  htmlFor: "filter-category"
235
- }, f(this, u, "f").filter.category), t("ch-combo-box-render", {
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, T, "f")
243
- })), t("div", {
240
+ onInput: f(this, j, "f")
241
+ })), e("div", {
244
242
  // All descendants / Modified
245
243
  class: "all-descendants__modified field field-inline"
246
- }, t("ch-checkbox", {
244
+ }, e("ch-checkbox", {
247
245
  // All descendants
248
246
  class: "checkbox",
249
247
  caption: f(this, u, "f").filter.allDescendants,
250
- checkedValue: ae,
251
- unCheckedValue: le,
248
+ checkedValue: st,
249
+ unCheckedValue: at,
252
250
  value: f(this, v, "f"),
253
- onInput: f(this, _, "f"),
251
+ onInput: f(this, W, "f"),
254
252
  part: "filter-all-descendants",
255
253
  disabled: this.isLoading
256
- }), t("ch-checkbox", {
254
+ }), e("ch-checkbox", {
257
255
  // Modified
258
256
  class: "checkbox align-center",
259
257
  caption: f(this, u, "f").filter.modified,
260
- checkedValue: ae,
261
- unCheckedValue: le,
258
+ checkedValue: st,
259
+ unCheckedValue: at,
262
260
  value: this.showModified,
263
- onInput: f(this, G, "f"),
261
+ onInput: f(this, q, "f"),
264
262
  part: "filter-modified"
265
- }))), this.showModified === ae && t("div", {
263
+ }))), this.showModified === st && e("div", {
266
264
  class: "field-group advanced-filter__second-row"
267
- }, t("div", {
265
+ }, e("div", {
268
266
  // After
269
267
  class: "field field-block field-after"
270
- }, t("label", {
268
+ }, e("label", {
271
269
  class: "label",
272
270
  htmlFor: "filter-after-type"
273
- }, f(this, u, "f").filter.after), t("ch-combo-box-render", {
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, F, "f"),
276
+ onInput: f(this, V, "f"),
279
277
  part: "filter-after-type",
280
278
  disabled: this.isLoading
281
- })), t("div", {
279
+ })), e("div", {
282
280
  // User
283
281
  class: "field field-block field-user"
284
- }, t("label", {
282
+ }, e("label", {
285
283
  class: "label",
286
284
  htmlFor: "filter-user"
287
- }, f(this, u, "f").filter.user), t("ch-edit", {
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, q, "f"),
289
+ onInput: f(this, Y, "f"),
292
290
  part: "filter-user",
293
291
  debounce: r.inputDebounce,
294
292
  disabled: this.isLoading
295
- })), this.afterValue === te && t("div", {
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 !== te
297
+ hide: this.afterValue !== tt
300
298
  }
301
- }, t("label", {
299
+ }, e("label", {
302
300
  class: "label label-date-time",
303
301
  htmlFor: "filter-date-time"
304
- }, f(this, u, "f").filter.dateTime, t("ch-image", {
302
+ }, f(this, u, "f").filter.dateTime, e("ch-image", {
305
303
  class: "icon-s icon-clear-date-time",
306
- src: Z
307
- }), t("ch-tooltip", {
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)), t("ch-edit", {
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, E, "f"),
316
+ onInput: f(this, D, "f"),
319
317
  part: "filter-date-time",
320
318
  disabled: this.isLoading
321
- }), t("button", {
319
+ }), e("button", {
322
320
  class: "button-tertiary button-icon-only",
323
- onClick: f(this, D, "f"),
321
+ onClick: f(this, T, "f"),
324
322
  disabled: this.isLoading
325
- }, t("ch-image", {
323
+ }, e("ch-image", {
326
324
  class: "icon-m",
327
- src: Q,
325
+ src: K,
328
326
  type: "mask"
329
327
  })))))) ]));
330
- B.set(this, (() => {
331
- var e;
328
+ P.set(this, (() => {
329
+ var t;
332
330
  const i = !this.objects.length;
333
- return t("ch-tabular-grid", {
334
- ref: e => h(this, x, e, "f"),
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
- }, t("ch-tabular-grid-columnset", {
340
+ }, e("ch-tabular-grid-columnset", {
343
341
  class: "tabular-grid-column-set"
344
- }, t("ch-tabular-grid-column", {
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
- }), t("ch-tabular-grid-column", {
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
- }), t("ch-tabular-grid-column", {
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 && t("ch-tabular-grid-column", {
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 && t("ch-tabular-grid-column", {
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 && t("ch-tabular-grid-column", {
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 && t("ch-tabular-grid-column", {
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 && t("ch-tabular-grid-column", {
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 ? t("ch-tabular-grid-rowset", {
398
+ })), !i ? e("ch-tabular-grid-rowset", {
401
399
  class: "tabular-grid-rowset"
402
- }, (e = this.objects) === null || e === void 0 ? void 0 : e.map((e => {
400
+ }, (t = this.objects) === null || t === void 0 ? void 0 : t.map((t => {
403
401
  var i;
404
- return t("ch-tabular-grid-row", {
405
- rowid: e.id,
402
+ return e("ch-tabular-grid-row", {
403
+ rowid: t.id,
406
404
  class: "tabular-grid-row"
407
- }, t("ch-tabular-grid-cell", {
405
+ }, e("ch-tabular-grid-cell", {
408
406
  class: "tabular-grid-cell"
409
- }, t("ch-image", {
410
- src: e.icon
411
- })), t("ch-tabular-grid-cell", {
407
+ }, e("ch-image", {
408
+ src: t.icon
409
+ })), e("ch-tabular-grid-cell", {
412
410
  class: "tabular-grid-cell"
413
- }, n(e.name.toLowerCase(), f(this, p, "f").toLowerCase())), t("ch-tabular-grid-cell", {
411
+ }, n(t.name.toLowerCase(), f(this, p, "f").toLowerCase())), e("ch-tabular-grid-cell", {
414
412
  class: "tabular-grid-cell"
415
- }, e.parent), this.gridColumnsVisibility.description && t("ch-tabular-grid-cell", {
413
+ }, t.parent), this.gridColumnsVisibility.description && e("ch-tabular-grid-cell", {
416
414
  class: "tabular-grid-cell tabular-grid-cell-description"
417
- }, e.description), this.gridColumnsVisibility.modifiedDate && t("ch-tabular-grid-cell", {
415
+ }, t.description), this.gridColumnsVisibility.modifiedDate && e("ch-tabular-grid-cell", {
418
416
  class: "tabular-grid-cell"
419
- }, f(this, V, "f").call(this, e.modifiedDate, this.dateTimeValue)), this.gridColumnsVisibility.lastUser && t("ch-tabular-grid-cell", {
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 = e.lastUser) === null || i === void 0 ? void 0 : i.toLowerCase(), f(this, k, "f"))), this.gridColumnsVisibility.importDate && t("ch-tabular-grid-cell", {
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(e.importDate ? f(this, A, "f").call(this, e.importDate) : "", f(this, p, "f"))), this.gridColumnsVisibility.lastBuildDate && t("ch-tabular-grid-cell", {
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(e.lastBuildDate ? f(this, A, "f").call(this, e.lastBuildDate) : "", f(this, p, "f"))));
426
- }))) : t("ch-tabular-grid-rowset", {
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
- }, t("ch-tabular-grid-rowset-empty", null, this.isLoading ? t("gx-ide-loader", {
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
- }) : t("gx-ide-empty-state", {
430
+ }) : e("gx-ide-empty-state", {
433
431
  isAnimated: true,
434
- stateIconSrc: R,
432
+ stateIconSrc: Q,
435
433
  stateTitle: f(this, u, "f").emptyState.title
436
434
  }))));
437
435
  }));
438
- S.set(this, (e => {
439
- h(this, b, e.detail, "f");
440
- f(this, L, "f").call(this);
436
+ B.set(this, (t => {
437
+ h(this, b, t.detail, "f");
438
+ f(this, A, "f").call(this);
441
439
  }));
442
- $.set(this, (e => {
443
- h(this, p, e.detail, "f");
444
- f(this, L, "f").call(this);
440
+ S.set(this, (t => {
441
+ h(this, p, t.detail, "f");
442
+ f(this, A, "f").call(this);
445
443
  }));
446
- O.set(this, (() => {
444
+ $.set(this, (() => {
447
445
  this.newFileCallback();
448
446
  }));
449
- U.set(this, (() => {
447
+ O.set(this, (() => {
450
448
  this.openSelectionCallback(f(this, y, "f"));
451
449
  }));
452
- X.set(this, (e => {
453
- h(this, g, e.detail, "f");
454
- f(this, L, "f").call(this);
450
+ U.set(this, (t => {
451
+ h(this, g, t.detail, "f");
452
+ f(this, A, "f").call(this);
455
453
  }));
456
- Y.set(this, (() => {
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
- q.set(this, (e => {
464
- h(this, k, e.detail, "f");
465
- f(this, L, "f").call(this);
461
+ Y.set(this, (t => {
462
+ h(this, k, t.detail, "f");
463
+ f(this, A, "f").call(this);
466
464
  }));
467
- G.set(this, (e => {
468
- this.showModified = e.detail;
465
+ q.set(this, (t => {
466
+ this.showModified = t.detail;
469
467
  }));
470
- J.set(this, (() => {
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 = ae;
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, L, "f").call(this);
500
+ f(this, A, "f").call(this);
503
501
  }
504
- categoriesChanged(e) {
505
- this.categoriesComboBoxModel = o(e);
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[te],
514
- value: te
511
+ caption: f(this, u, "f").filter[tt],
512
+ value: tt
515
513
  }, {
516
- caption: f(this, u, "f").filter[ie],
517
- value: ie
514
+ caption: f(this, u, "f").filter[et],
515
+ value: et
518
516
  }, {
519
- caption: f(this, u, "f").filter[se],
520
- value: se
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: ee,
522
+ id: Z,
525
523
  caption: f(this, u, "f").filter.accordionCaption,
526
524
  expanded: false
527
525
  } ], "f");
528
- f(this, W, "f").call(this);
526
+ f(this, M, "f").call(this);
529
527
  }
530
528
  componentDidLoad() {
531
- f(this, j, "f").call(this);
532
- f(this, L, "f").call(this);
529
+ f(this, N, "f").call(this);
530
+ f(this, A, "f").call(this);
533
531
  }
534
- keyDownHandler(e) {
532
+ keyDownHandler(t) {
535
533
  if (document.activeElement === this.el) {
536
- switch (e.key) {
534
+ switch (t.key) {
537
535
  case "Enter":
538
- e.preventDefault();
539
- f(this, U, "f").call(this);
536
+ t.preventDefault();
537
+ f(this, O, "f").call(this);
540
538
  break;
541
539
 
542
540
  case "Delete":
543
- e.preventDefault();
544
- f(this, H, "f").call(this);
541
+ t.preventDefault();
542
+ f(this, E, "f").call(this);
545
543
  break;
546
544
 
547
545
  case "Escape":
548
- e.preventDefault();
549
- f(this, I, "f").call(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, W, "f").call(this);
560
- f(this, L, "f").call(this);
557
+ f(this, M, "f").call(this);
558
+ f(this, A, "f").call(this);
561
559
  }
562
- } catch (e) {
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, L, "f").call(this);
567
- } catch (e) {
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 e;
574
- return t(i, {
571
+ var t;
572
+ return e(i, {
575
573
  class: "widget"
576
- }, t("ch-theme", {
577
- model: K
578
- }), t("section", {
574
+ }, e("ch-theme", {
575
+ model: J
576
+ }), e("section", {
579
577
  class: "section"
580
- }, t("header", {
578
+ }, e("header", {
581
579
  class: "header dialog-header-with-border spacing-body-inline spacing-body-block-start field-group"
582
- }, f(this, P, "f").call(this)), f(this, B, "f").call(this), t("footer", {
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
- }, t("p", {
582
+ }, e("p", {
585
583
  // matching objects
586
584
  class: "text-body",
587
585
  part: "objects-matching"
588
- }, `${(e = this.objects) === null || e === void 0 ? void 0 : e.length} ${f(this, u, "f").objCount.matching}`), t("div", {
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
- }, t("button", {
588
+ }, e("button", {
591
589
  // select all button
592
590
  id: "button-select-all",
593
591
  class: "button-secondary",
594
- onClick: f(this, J, "f"),
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), t("button", {
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, O, "f"),
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, J = new WeakMap;
625
+ G = new WeakMap;
628
626
 
629
- re.style = c;
627
+ lt.style = c;
630
628
 
631
- export { re as gx_ide_ww_files };
632
- //# sourceMappingURL=p-50dae653.entry.js.map
629
+ export { lt as gx_ide_ww_files };
630
+ //# sourceMappingURL=p-7bdeae77.entry.js.map