@genexus/genexus-ide-ui 1.0.20 → 1.0.22
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-ai-message.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-dashboard-home.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-kb-manager-import.cjs.entry.js +336 -419
- package/dist/cjs/gx-ide-kb-manager-import.cjs.entry.js.map +1 -1
- package/dist/cjs/gx-ide-new-environment.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-new-kb.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-object-selector.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-team-dev-commit.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-team-dev-update.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-ww-images.cjs.entry.js +279 -396
- package/dist/cjs/gx-ide-ww-images.cjs.entry.js.map +1 -1
- package/dist/cjs/{helpers-19194a5a.js → helpers-75a5c5cc.js} +7 -16
- package/dist/cjs/helpers-75a5c5cc.js.map +1 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/components/kb-manager-import/gx-ide-assets/kb-manager-import/langs/kb-manager-import.lang.en.json +2 -1
- package/dist/collection/components/kb-manager-import/gx-ide-assets/kb-manager-import/langs/kb-manager-import.lang.ja.json +2 -1
- package/dist/collection/components/kb-manager-import/helpers.js +62 -88
- package/dist/collection/components/kb-manager-import/helpers.js.map +1 -1
- package/dist/collection/components/kb-manager-import/kb-manager-import.css +38 -1804
- package/dist/collection/components/kb-manager-import/kb-manager-import.js +347 -441
- package/dist/collection/components/kb-manager-import/kb-manager-import.js.map +1 -1
- package/dist/collection/components/ww-images/gx-ide-assets/ww-images/langs/ww-images.lang.en.json +3 -7
- package/dist/collection/components/ww-images/gx-ide-assets/ww-images/langs/ww-images.lang.ja.json +4 -8
- package/dist/collection/components/ww-images/ww-images.css +733 -80
- package/dist/collection/components/ww-images/ww-images.js +413 -465
- package/dist/collection/components/ww-images/ww-images.js.map +1 -1
- package/dist/components/gx-ide-kb-manager-import.js +362 -450
- package/dist/components/gx-ide-kb-manager-import.js.map +1 -1
- package/dist/components/gx-ide-ww-images.js +306 -419
- package/dist/components/gx-ide-ww-images.js.map +1 -1
- package/dist/components/helpers.js +6 -15
- package/dist/components/helpers.js.map +1 -1
- package/dist/esm/genexus-ide-ui.js +1 -1
- package/dist/esm/gx-ide-ai-message.entry.js +1 -1
- package/dist/esm/gx-ide-dashboard-home.entry.js +1 -1
- package/dist/esm/gx-ide-kb-manager-import.entry.js +336 -419
- package/dist/esm/gx-ide-kb-manager-import.entry.js.map +1 -1
- package/dist/esm/gx-ide-new-environment.entry.js +1 -1
- package/dist/esm/gx-ide-new-kb.entry.js +1 -1
- package/dist/esm/gx-ide-object-selector.entry.js +1 -1
- package/dist/esm/gx-ide-team-dev-commit.entry.js +1 -1
- package/dist/esm/gx-ide-team-dev-update.entry.js +1 -1
- package/dist/esm/gx-ide-ww-images.entry.js +279 -396
- package/dist/esm/gx-ide-ww-images.entry.js.map +1 -1
- package/dist/esm/{helpers-9ee6ddce.js → helpers-a933d577.js} +7 -16
- package/dist/esm/helpers-a933d577.js.map +1 -0
- 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/kb-manager-import/langs/kb-manager-import.lang.en.json +2 -1
- package/dist/genexus-ide-ui/gx-ide-assets/kb-manager-import/langs/kb-manager-import.lang.ja.json +2 -1
- package/dist/genexus-ide-ui/gx-ide-assets/ww-images/langs/ww-images.lang.en.json +3 -7
- package/dist/genexus-ide-ui/gx-ide-assets/ww-images/langs/ww-images.lang.ja.json +4 -8
- package/dist/genexus-ide-ui/{p-066028bc.js → p-014916d7.js} +44 -52
- package/dist/genexus-ide-ui/p-014916d7.js.map +1 -0
- package/dist/genexus-ide-ui/{p-c4d1d0ce.entry.js → p-2dcce235.entry.js} +2 -2
- package/dist/genexus-ide-ui/p-336c340f.entry.js +607 -0
- package/dist/genexus-ide-ui/p-336c340f.entry.js.map +1 -0
- package/dist/genexus-ide-ui/{p-806fc181.entry.js → p-3adbc04c.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-8c986256.entry.js → p-3d5fea0a.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-4ce0a85e.entry.js → p-5dfb7c66.entry.js} +2 -2
- package/dist/genexus-ide-ui/p-734bc4e1.entry.js +612 -0
- package/dist/genexus-ide-ui/p-734bc4e1.entry.js.map +1 -0
- package/dist/genexus-ide-ui/{p-44d779c9.entry.js → p-79f63922.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-acf0cbac.entry.js → p-96b4f74b.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-278afab1.entry.js → p-d06d21d2.entry.js} +2 -2
- package/dist/types/components/kb-manager-import/helpers.d.ts +5 -9
- package/dist/types/components/kb-manager-import/kb-manager-import.d.ts +49 -84
- package/dist/types/components/ww-images/ww-images.d.ts +118 -98
- package/dist/types/components.d.ts +84 -74
- package/package.json +5 -5
- package/dist/cjs/helpers-19194a5a.js.map +0 -1
- package/dist/collection/components/ww-images/helpers.js +0 -11
- package/dist/collection/components/ww-images/helpers.js.map +0 -1
- package/dist/esm/helpers-9ee6ddce.js.map +0 -1
- package/dist/genexus-ide-ui/p-066028bc.js.map +0 -1
- package/dist/genexus-ide-ui/p-62efd8f2.entry.js +0 -712
- package/dist/genexus-ide-ui/p-62efd8f2.entry.js.map +0 -1
- package/dist/genexus-ide-ui/p-b785673d.entry.js +0 -683
- package/dist/genexus-ide-ui/p-b785673d.entry.js.map +0 -1
- package/dist/types/components/ww-images/helpers.d.ts +0 -3
- /package/dist/genexus-ide-ui/{p-c4d1d0ce.entry.js.map → p-2dcce235.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-806fc181.entry.js.map → p-3adbc04c.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-8c986256.entry.js.map → p-3d5fea0a.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-4ce0a85e.entry.js.map → p-5dfb7c66.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-44d779c9.entry.js.map → p-79f63922.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-acf0cbac.entry.js.map → p-96b4f74b.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-278afab1.entry.js.map → p-d06d21d2.entry.js.map} +0 -0
|
@@ -1,179 +1,194 @@
|
|
|
1
1
|
import { EventEmitter } from "../../stencil-public-runtime";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { GxOption } from "../../common/types";
|
|
3
|
+
import { EntityData, ContextMenuInfo } from "../../common/types";
|
|
4
4
|
export declare class GxIdeWWImages {
|
|
5
|
-
#private;
|
|
6
|
-
el: HTMLGxIdeWwImagesElement;
|
|
7
|
-
categoriesComboBoxModel: ComboBoxModel;
|
|
8
|
-
densitiesComboBoxModel: ComboBoxModel;
|
|
9
|
-
languagesComboBoxModel: ComboBoxModel;
|
|
10
|
-
layersComboBoxModel: ComboBoxModel;
|
|
11
|
-
stylesComboBoxModel: ComboBoxModel;
|
|
12
|
-
/**
|
|
13
|
-
* If true the filter sidebar will be expanded, otherwise collapsed.
|
|
14
|
-
*/
|
|
15
|
-
filterSidebarExpanded: boolean;
|
|
16
5
|
/**
|
|
17
|
-
* The
|
|
6
|
+
* The component hard-coded strings translations.
|
|
18
7
|
*/
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
8
|
+
private _componentLocale;
|
|
9
|
+
private renderedFirstTime;
|
|
10
|
+
private filterInitialData;
|
|
11
|
+
el: HTMLGxIdeWwImagesElement;
|
|
12
|
+
private filterEl;
|
|
13
|
+
private filterNameEl;
|
|
14
|
+
private filterSearchContentsEl;
|
|
15
|
+
private filterCategoryEl;
|
|
16
|
+
private filterModuleEl;
|
|
17
|
+
private filterModifiedEl;
|
|
18
|
+
private filterAllDescendantsEl;
|
|
19
|
+
private filterAfterTypeEl;
|
|
20
|
+
private filterUserEl;
|
|
21
|
+
private filterModifiedDateEl;
|
|
22
|
+
private filterStyleEl;
|
|
23
|
+
private filterLanguageEl;
|
|
24
|
+
private filterDensityEl;
|
|
25
|
+
private filterLayerEl;
|
|
26
|
+
private chGridEl;
|
|
27
|
+
filtersHidden: boolean;
|
|
28
|
+
filtersHiddenHandler(hidden: boolean): void;
|
|
29
|
+
/**
|
|
30
|
+
* The after types render in the after selector
|
|
31
|
+
*/
|
|
32
|
+
filterAfterType: string;
|
|
33
|
+
/**
|
|
34
|
+
* For show or hide the filters relative to modifiers
|
|
22
35
|
*/
|
|
23
|
-
|
|
36
|
+
filterModified: boolean;
|
|
24
37
|
/**
|
|
25
|
-
*
|
|
38
|
+
* The images rendered in the table
|
|
26
39
|
*/
|
|
27
|
-
|
|
40
|
+
images: ImageData[];
|
|
28
41
|
/**
|
|
29
|
-
*
|
|
42
|
+
* The images rendered in the table, after the filter
|
|
30
43
|
*/
|
|
31
|
-
|
|
44
|
+
filteredImages: ImageData[];
|
|
32
45
|
/**
|
|
33
|
-
*
|
|
46
|
+
* The items of the image that is selected
|
|
34
47
|
*/
|
|
35
|
-
|
|
48
|
+
imagesSelectedItems: ImageItemData[];
|
|
36
49
|
/**
|
|
37
|
-
*
|
|
50
|
+
* The selected images in the table of images
|
|
38
51
|
*/
|
|
39
|
-
|
|
52
|
+
selectedObjectsIds: string[];
|
|
40
53
|
/**
|
|
41
|
-
*
|
|
54
|
+
* The images filter input text value
|
|
42
55
|
*/
|
|
43
|
-
|
|
56
|
+
filterImagesInputValue: string;
|
|
44
57
|
/**
|
|
45
|
-
*
|
|
58
|
+
* If true it displays the component title on the header
|
|
46
59
|
*/
|
|
47
|
-
|
|
60
|
+
readonly displayTitle = false;
|
|
48
61
|
/**
|
|
49
|
-
*
|
|
50
|
-
* will toggle on mouse enter or leave.
|
|
62
|
+
* Displays a secondary filter, used to filter over the filtered images
|
|
51
63
|
*/
|
|
52
|
-
|
|
53
|
-
toggleFilterButtonActiveChanged(active: boolean): void;
|
|
64
|
+
readonly secondaryFilter = false;
|
|
54
65
|
/**
|
|
55
|
-
*
|
|
66
|
+
* The categories render in the filter category selector
|
|
56
67
|
*/
|
|
57
68
|
readonly categories: GxOption[];
|
|
58
|
-
categoriesChanged(newCategories: GxOption[]): void;
|
|
59
69
|
/**
|
|
60
|
-
*
|
|
70
|
+
* The densities render in the filter density selector
|
|
61
71
|
*/
|
|
62
|
-
readonly
|
|
72
|
+
readonly densities: GxOption[];
|
|
63
73
|
/**
|
|
64
|
-
*
|
|
74
|
+
* The default value for the 'categories' filter
|
|
65
75
|
*/
|
|
66
76
|
readonly defaultCategory: string;
|
|
67
77
|
/**
|
|
68
|
-
*
|
|
78
|
+
* The default value for the module/folder filter
|
|
69
79
|
*/
|
|
70
80
|
readonly defaultModule: EntityData;
|
|
71
81
|
/**
|
|
72
|
-
*
|
|
82
|
+
* The default value for the type filter
|
|
73
83
|
*/
|
|
74
|
-
readonly
|
|
84
|
+
readonly defaultType: string;
|
|
75
85
|
/**
|
|
76
|
-
*
|
|
86
|
+
* The modules/folders render in the module/folder selector
|
|
77
87
|
*/
|
|
78
|
-
readonly
|
|
79
|
-
densitiesChanged(newDensities: GxOption[]): void;
|
|
88
|
+
readonly filterModules: GxOption[];
|
|
80
89
|
/**
|
|
81
|
-
*
|
|
90
|
+
* The languages render in the filter language selector
|
|
82
91
|
*/
|
|
83
92
|
readonly languages: GxOption[];
|
|
84
|
-
languagesChanged(newLanguages: GxOption[]): void;
|
|
85
93
|
/**
|
|
86
|
-
*
|
|
94
|
+
* The layers render in the filter layer selector
|
|
87
95
|
*/
|
|
88
96
|
readonly layers: GxOption[];
|
|
89
|
-
layersChanged(newLayers: GxOption[]): void;
|
|
90
97
|
/**
|
|
91
|
-
*
|
|
98
|
+
* This is a function provided by the developer for expanded the data of images that is double-clicked or entered.
|
|
99
|
+
*/
|
|
100
|
+
readonly contextMenuCallback: ContextMenuCallback;
|
|
101
|
+
/**
|
|
102
|
+
* This is a function provided by the developer for expanded the data of images that is double-clicked or entered.
|
|
103
|
+
*/
|
|
104
|
+
readonly deleteSelectionCallback: DeleteSelectionCallback;
|
|
105
|
+
/**
|
|
106
|
+
* This is a function provided by the developer that return a list of images to populate the table of images.
|
|
92
107
|
*/
|
|
93
108
|
readonly loadCallback: LoadCallback;
|
|
94
109
|
/**
|
|
95
|
-
*
|
|
110
|
+
* This is a function provided by the developer that return a list of items of the image selected.
|
|
96
111
|
*/
|
|
97
112
|
readonly loadImageItemsCallback: LoadImageItemsCallback;
|
|
98
113
|
/**
|
|
99
|
-
*
|
|
114
|
+
* This is a function provided by the developer for expanded the data of images that is double-clicked or entered.
|
|
100
115
|
*/
|
|
101
116
|
readonly newObjectCallback: NewObjectCallback;
|
|
102
117
|
/**
|
|
103
|
-
*
|
|
118
|
+
* This is a function provided by the developer for expanded the data of images that is double-clicked or entered.
|
|
104
119
|
*/
|
|
105
120
|
readonly openSelectionCallback: OpenSelectionCallback;
|
|
106
121
|
/**
|
|
107
|
-
* Callback invoked when
|
|
122
|
+
* Callback invoked when the action is executed on the Module/Folder filter (button '...'). It returns the information of the selected object (id and name) or 'undefined' if it was canceled.
|
|
108
123
|
*/
|
|
109
124
|
readonly selectModuleCallback: SelectModuleCallback;
|
|
110
125
|
/**
|
|
111
|
-
*
|
|
126
|
+
* This is a function provided by the developer for expanded the data of images that is double-clicked or entered.
|
|
112
127
|
*/
|
|
113
128
|
readonly selectionObjectChangedCallback: SelectionObjectCallback;
|
|
114
|
-
/**
|
|
115
|
-
* Displays a secondary filter, used to filter over the filtered images
|
|
116
|
-
*/
|
|
117
|
-
readonly secondaryFilter = false;
|
|
118
129
|
/**
|
|
119
130
|
* Applies a shadow all around
|
|
120
131
|
*/
|
|
121
132
|
readonly shadow = false;
|
|
122
133
|
/**
|
|
123
|
-
*
|
|
134
|
+
* The styles render in the filter style selector
|
|
124
135
|
*/
|
|
125
136
|
readonly styles: GxOption[];
|
|
126
|
-
stylesChanged(newStyles: GxOption[]): void;
|
|
127
137
|
/**
|
|
128
|
-
*
|
|
138
|
+
* The types render in the filter type selector
|
|
129
139
|
*/
|
|
130
140
|
readonly types: GxOption[];
|
|
131
|
-
connectedCallback(): Promise<void>;
|
|
132
141
|
/**
|
|
133
|
-
*
|
|
142
|
+
* This event is emitted once just after the component is fully loaded and the first render() occurs.
|
|
134
143
|
*/
|
|
135
144
|
componentDidLoadEvent: EventEmitter<boolean>;
|
|
136
145
|
/**
|
|
137
146
|
* @description Gets fired when the component has rendered for the first time.
|
|
138
147
|
*/
|
|
139
148
|
componentDidRenderFirstTime: EventEmitter<string>;
|
|
149
|
+
componentWillLoad(): Promise<void>;
|
|
140
150
|
componentDidLoad(): void;
|
|
141
151
|
componentDidRender(): void;
|
|
142
|
-
componentWillLoad(): Promise<void>;
|
|
143
152
|
keyDownHandler(eventInfo: KeyboardEvent): void;
|
|
144
153
|
/**
|
|
145
|
-
*
|
|
154
|
+
* Validate necessary data input
|
|
155
|
+
*/
|
|
156
|
+
validate(): Promise<boolean>;
|
|
157
|
+
/**
|
|
158
|
+
* This method reload the view, refreshing the filters and the table of images.
|
|
146
159
|
*/
|
|
147
160
|
reload(): Promise<void>;
|
|
161
|
+
private attachDetectClickOutsideFilter;
|
|
162
|
+
private removeDetectClickOutsideFilter;
|
|
163
|
+
private detectClickOutsideFilter;
|
|
164
|
+
/**
|
|
165
|
+
* @description This is needed for resetting the filter. When the user resets the filter, all the filter controls values have to be restored to the value they had on componentDidLoad.
|
|
166
|
+
*/
|
|
167
|
+
private saveInitialFilterData;
|
|
168
|
+
private renderFilter;
|
|
169
|
+
private renderImagesData;
|
|
170
|
+
private renderImages;
|
|
171
|
+
private getImages;
|
|
172
|
+
private newObjectCallbackHandler;
|
|
173
|
+
private openSelectionCallBackHandler;
|
|
174
|
+
private deleteSelectionCallbackHandler;
|
|
175
|
+
private resetFilterHandler;
|
|
176
|
+
private toggleFiltersHandler;
|
|
177
|
+
private selectAll;
|
|
178
|
+
private deselectAll;
|
|
179
|
+
private listenChanges;
|
|
180
|
+
private filterInputHandler;
|
|
181
|
+
private filterImagesInformationHandler;
|
|
148
182
|
render(): void;
|
|
149
183
|
}
|
|
150
|
-
export type
|
|
184
|
+
export type SelectionObjectCallback = (ids: string[]) => Promise<void>;
|
|
185
|
+
export type OpenSelectionCallback = (ids: string[]) => Promise<void>;
|
|
151
186
|
export type DeleteSelectionCallback = (ids: string[]) => Promise<void>;
|
|
152
|
-
export type
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
allDescendants: string;
|
|
158
|
-
modifiedAfter: string;
|
|
159
|
-
modifiedDateTime: string;
|
|
160
|
-
modifiedUser: string;
|
|
161
|
-
style: string;
|
|
162
|
-
language: string;
|
|
163
|
-
density: string;
|
|
164
|
-
layer: string;
|
|
165
|
-
};
|
|
166
|
-
export type ImageData = {
|
|
167
|
-
id: string;
|
|
168
|
-
icon: string;
|
|
169
|
-
name: string;
|
|
170
|
-
description: string;
|
|
171
|
-
parent: string;
|
|
172
|
-
module: string;
|
|
173
|
-
modifiedDate?: Date;
|
|
174
|
-
lastUser?: string;
|
|
175
|
-
importDate?: Date;
|
|
176
|
-
};
|
|
187
|
+
export type SelectModuleCallback = () => Promise<EntityData | undefined>;
|
|
188
|
+
export type ContextMenuCallback = (contextMenuInfo: ContextMenuInfo) => Promise<void>;
|
|
189
|
+
export type NewObjectCallback = () => Promise<void>;
|
|
190
|
+
export type LoadCallback = (filters: ImageFiltersData) => Promise<ImageData[]>;
|
|
191
|
+
export type LoadImageItemsCallback = (id: string) => Promise<ImageItemData[]>;
|
|
177
192
|
export type ImageFiltersData = {
|
|
178
193
|
name?: string;
|
|
179
194
|
searchContents?: string;
|
|
@@ -188,14 +203,19 @@ export type ImageFiltersData = {
|
|
|
188
203
|
density?: string;
|
|
189
204
|
layer?: string;
|
|
190
205
|
};
|
|
206
|
+
export type ImageData = {
|
|
207
|
+
id: string;
|
|
208
|
+
icon: string;
|
|
209
|
+
name: string;
|
|
210
|
+
description: string;
|
|
211
|
+
parent: string;
|
|
212
|
+
module: string;
|
|
213
|
+
modifiedDate?: Date;
|
|
214
|
+
lastUser?: string;
|
|
215
|
+
importDate?: Date;
|
|
216
|
+
};
|
|
191
217
|
export type ImageItemData = {
|
|
192
218
|
id: string;
|
|
193
219
|
name: string;
|
|
194
220
|
url: string;
|
|
195
221
|
};
|
|
196
|
-
export type LoadCallback = (filters: ImageFiltersData) => Promise<ImageData[]>;
|
|
197
|
-
export type LoadImageItemsCallback = (id: string) => Promise<ImageItemData[]>;
|
|
198
|
-
export type NewObjectCallback = () => Promise<void>;
|
|
199
|
-
export type OpenSelectionCallback = (ids: string[]) => Promise<void>;
|
|
200
|
-
export type SelectModuleCallback = () => Promise<EntityData | undefined>;
|
|
201
|
-
export type SelectionObjectCallback = (ids: string[]) => Promise<void>;
|
|
@@ -894,42 +894,33 @@ export namespace Components {
|
|
|
894
894
|
*/
|
|
895
895
|
"addResultItem": (item: ImportItemResultData) => Promise<void>;
|
|
896
896
|
/**
|
|
897
|
-
* Callback invoked when
|
|
898
|
-
* @returns It returns a boolean indicating whether the process could be canceled or not.
|
|
897
|
+
* Callback invoked when user wants to cancel the export process.
|
|
899
898
|
*/
|
|
900
899
|
"cancelCallback": CancelCallback8;
|
|
901
900
|
/**
|
|
902
|
-
*
|
|
903
|
-
*/
|
|
904
|
-
"displayTitle": false;
|
|
905
|
-
/**
|
|
906
|
-
* Callback invoked when the user wants to initiate the import process.
|
|
901
|
+
* Callback invoked when user wants to initiate the import process.
|
|
907
902
|
*/
|
|
908
903
|
"importCallback": ImportCallback;
|
|
909
904
|
/**
|
|
910
|
-
* Callback invoked when
|
|
905
|
+
* Callback invoked when user wants to load the xpz information
|
|
911
906
|
*/
|
|
912
907
|
"loadCallback": LoadCallback1;
|
|
913
908
|
/**
|
|
914
|
-
*
|
|
909
|
+
* Displays status buttons (errors, warning, succeeded) with minimal UI (no captions)
|
|
915
910
|
*/
|
|
916
911
|
"objectContextMenuCallback": ObjectContextMenuCallback;
|
|
917
912
|
/**
|
|
918
|
-
* Callback invoked when
|
|
913
|
+
* Callback invoked when user wants to access the export options.
|
|
919
914
|
*/
|
|
920
915
|
"optionsCallback": OptionsCallback1;
|
|
921
916
|
/**
|
|
922
|
-
*
|
|
917
|
+
* Imported xml or xps file name
|
|
923
918
|
*/
|
|
924
919
|
"selectedFile": File;
|
|
925
920
|
/**
|
|
926
|
-
*
|
|
921
|
+
* Displays status buttons (error, warning, success) with minimal UI (no captions).
|
|
927
922
|
*/
|
|
928
923
|
"statusMinimal": false;
|
|
929
|
-
/**
|
|
930
|
-
* If true, it will display a loader when needed.
|
|
931
|
-
*/
|
|
932
|
-
"topStateBar": true;
|
|
933
924
|
}
|
|
934
925
|
interface GxIdeListSelector {
|
|
935
926
|
/**
|
|
@@ -1766,55 +1757,67 @@ export namespace Components {
|
|
|
1766
1757
|
}
|
|
1767
1758
|
interface GxIdeWwImages {
|
|
1768
1759
|
/**
|
|
1769
|
-
*
|
|
1760
|
+
* The categories render in the filter category selector
|
|
1770
1761
|
*/
|
|
1771
1762
|
"categories": GxOption[];
|
|
1772
1763
|
/**
|
|
1773
|
-
*
|
|
1764
|
+
* This is a function provided by the developer for expanded the data of images that is double-clicked or entered.
|
|
1774
1765
|
*/
|
|
1775
1766
|
"contextMenuCallback": ContextMenuCallback;
|
|
1776
1767
|
/**
|
|
1777
|
-
*
|
|
1768
|
+
* The default value for the 'categories' filter
|
|
1778
1769
|
*/
|
|
1779
1770
|
"defaultCategory": string;
|
|
1780
1771
|
/**
|
|
1781
|
-
*
|
|
1772
|
+
* The default value for the module/folder filter
|
|
1782
1773
|
*/
|
|
1783
1774
|
"defaultModule": EntityData;
|
|
1784
1775
|
/**
|
|
1785
|
-
*
|
|
1776
|
+
* The default value for the type filter
|
|
1777
|
+
*/
|
|
1778
|
+
"defaultType": string;
|
|
1779
|
+
/**
|
|
1780
|
+
* This is a function provided by the developer for expanded the data of images that is double-clicked or entered.
|
|
1786
1781
|
*/
|
|
1787
1782
|
"deleteSelectionCallback": DeleteSelectionCallback;
|
|
1788
1783
|
/**
|
|
1789
|
-
*
|
|
1784
|
+
* The densities render in the filter density selector
|
|
1790
1785
|
*/
|
|
1791
1786
|
"densities": GxOption[];
|
|
1792
1787
|
/**
|
|
1793
|
-
*
|
|
1788
|
+
* If true it displays the component title on the header
|
|
1789
|
+
*/
|
|
1790
|
+
"displayTitle": false;
|
|
1791
|
+
/**
|
|
1792
|
+
* The modules/folders render in the module/folder selector
|
|
1793
|
+
*/
|
|
1794
|
+
"filterModules": GxOption[];
|
|
1795
|
+
/**
|
|
1796
|
+
* The languages render in the filter language selector
|
|
1794
1797
|
*/
|
|
1795
1798
|
"languages": GxOption[];
|
|
1796
1799
|
/**
|
|
1797
|
-
*
|
|
1800
|
+
* The layers render in the filter layer selector
|
|
1798
1801
|
*/
|
|
1799
1802
|
"layers": GxOption[];
|
|
1800
1803
|
/**
|
|
1801
|
-
*
|
|
1804
|
+
* This is a function provided by the developer that return a list of images to populate the table of images.
|
|
1802
1805
|
*/
|
|
1803
1806
|
"loadCallback": LoadCallback5;
|
|
1804
1807
|
/**
|
|
1805
|
-
*
|
|
1808
|
+
* This is a function provided by the developer that return a list of items of the image selected.
|
|
1806
1809
|
*/
|
|
1807
1810
|
"loadImageItemsCallback": LoadImageItemsCallback;
|
|
1808
1811
|
/**
|
|
1809
|
-
*
|
|
1812
|
+
* This is a function provided by the developer for expanded the data of images that is double-clicked or entered.
|
|
1810
1813
|
*/
|
|
1811
1814
|
"newObjectCallback": NewObjectCallback1;
|
|
1812
1815
|
/**
|
|
1813
|
-
*
|
|
1816
|
+
* This is a function provided by the developer for expanded the data of images that is double-clicked or entered.
|
|
1814
1817
|
*/
|
|
1815
1818
|
"openSelectionCallback": OpenSelectionCallback1;
|
|
1816
1819
|
/**
|
|
1817
|
-
*
|
|
1820
|
+
* This method reload the view, refreshing the filters and the table of images.
|
|
1818
1821
|
*/
|
|
1819
1822
|
"reload": () => Promise<void>;
|
|
1820
1823
|
/**
|
|
@@ -1822,11 +1825,11 @@ export namespace Components {
|
|
|
1822
1825
|
*/
|
|
1823
1826
|
"secondaryFilter": false;
|
|
1824
1827
|
/**
|
|
1825
|
-
* Callback invoked when
|
|
1828
|
+
* Callback invoked when the action is executed on the Module/Folder filter (button '...'). It returns the information of the selected object (id and name) or 'undefined' if it was canceled.
|
|
1826
1829
|
*/
|
|
1827
1830
|
"selectModuleCallback": SelectModuleCallback3;
|
|
1828
1831
|
/**
|
|
1829
|
-
*
|
|
1832
|
+
* This is a function provided by the developer for expanded the data of images that is double-clicked or entered.
|
|
1830
1833
|
*/
|
|
1831
1834
|
"selectionObjectChangedCallback": SelectionObjectCallback;
|
|
1832
1835
|
/**
|
|
@@ -1834,13 +1837,17 @@ export namespace Components {
|
|
|
1834
1837
|
*/
|
|
1835
1838
|
"shadow": false;
|
|
1836
1839
|
/**
|
|
1837
|
-
*
|
|
1840
|
+
* The styles render in the filter style selector
|
|
1838
1841
|
*/
|
|
1839
1842
|
"styles": GxOption[];
|
|
1840
1843
|
/**
|
|
1841
|
-
*
|
|
1844
|
+
* The types render in the filter type selector
|
|
1842
1845
|
*/
|
|
1843
1846
|
"types": GxOption[];
|
|
1847
|
+
/**
|
|
1848
|
+
* Validate necessary data input
|
|
1849
|
+
*/
|
|
1850
|
+
"validate": () => Promise<boolean>;
|
|
1844
1851
|
}
|
|
1845
1852
|
}
|
|
1846
1853
|
export interface GxIdeAiAssistantCustomEvent<T> extends CustomEvent<T> {
|
|
@@ -2295,8 +2302,8 @@ declare global {
|
|
|
2295
2302
|
new (): HTMLGxIdeKbManagerExportElement;
|
|
2296
2303
|
};
|
|
2297
2304
|
interface HTMLGxIdeKbManagerImportElementEventMap {
|
|
2298
|
-
"componentDidRenderFirstTime": boolean;
|
|
2299
2305
|
"componentDidLoadEvent": boolean;
|
|
2306
|
+
"componentDidRenderFirstTime": boolean;
|
|
2300
2307
|
}
|
|
2301
2308
|
interface HTMLGxIdeKbManagerImportElement extends Components.GxIdeKbManagerImport, HTMLStencilElement {
|
|
2302
2309
|
addEventListener<K extends keyof HTMLGxIdeKbManagerImportElementEventMap>(type: K, listener: (this: HTMLGxIdeKbManagerImportElement, ev: GxIdeKbManagerImportCustomEvent<HTMLGxIdeKbManagerImportElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -3586,50 +3593,41 @@ declare namespace LocalJSX {
|
|
|
3586
3593
|
}
|
|
3587
3594
|
interface GxIdeKbManagerImport {
|
|
3588
3595
|
/**
|
|
3589
|
-
* Callback invoked when
|
|
3590
|
-
* @returns It returns a boolean indicating whether the process could be canceled or not.
|
|
3591
|
-
*/
|
|
3592
|
-
"cancelCallback"?: CancelCallback8;
|
|
3593
|
-
/**
|
|
3594
|
-
* If true it displays the component title on the header
|
|
3596
|
+
* Callback invoked when user wants to cancel the export process.
|
|
3595
3597
|
*/
|
|
3596
|
-
"
|
|
3598
|
+
"cancelCallback": CancelCallback8;
|
|
3597
3599
|
/**
|
|
3598
|
-
* Callback invoked when
|
|
3600
|
+
* Callback invoked when user wants to initiate the import process.
|
|
3599
3601
|
*/
|
|
3600
|
-
"importCallback"
|
|
3602
|
+
"importCallback": ImportCallback;
|
|
3601
3603
|
/**
|
|
3602
|
-
* Callback invoked when
|
|
3604
|
+
* Callback invoked when user wants to load the xpz information
|
|
3603
3605
|
*/
|
|
3604
|
-
"loadCallback"
|
|
3606
|
+
"loadCallback": LoadCallback1;
|
|
3605
3607
|
/**
|
|
3606
|
-
*
|
|
3608
|
+
* Displays status buttons (errors, warning, succeeded) with minimal UI (no captions)
|
|
3607
3609
|
*/
|
|
3608
|
-
"objectContextMenuCallback"
|
|
3610
|
+
"objectContextMenuCallback": ObjectContextMenuCallback;
|
|
3609
3611
|
/**
|
|
3610
|
-
*
|
|
3612
|
+
* Emitted once just after the component is fully loaded.
|
|
3611
3613
|
*/
|
|
3612
3614
|
"onComponentDidLoadEvent"?: (event: GxIdeKbManagerImportCustomEvent<boolean>) => void;
|
|
3613
3615
|
/**
|
|
3614
|
-
*
|
|
3616
|
+
* Emitted once just after the component is fully loaded and the first render() occurs
|
|
3615
3617
|
*/
|
|
3616
3618
|
"onComponentDidRenderFirstTime"?: (event: GxIdeKbManagerImportCustomEvent<boolean>) => void;
|
|
3617
3619
|
/**
|
|
3618
|
-
* Callback invoked when
|
|
3620
|
+
* Callback invoked when user wants to access the export options.
|
|
3619
3621
|
*/
|
|
3620
|
-
"optionsCallback"
|
|
3622
|
+
"optionsCallback": OptionsCallback1;
|
|
3621
3623
|
/**
|
|
3622
|
-
*
|
|
3624
|
+
* Imported xml or xps file name
|
|
3623
3625
|
*/
|
|
3624
3626
|
"selectedFile"?: File;
|
|
3625
3627
|
/**
|
|
3626
|
-
*
|
|
3628
|
+
* Displays status buttons (error, warning, success) with minimal UI (no captions).
|
|
3627
3629
|
*/
|
|
3628
3630
|
"statusMinimal"?: false;
|
|
3629
|
-
/**
|
|
3630
|
-
* If true, it will display a loader when needed.
|
|
3631
|
-
*/
|
|
3632
|
-
"topStateBar"?: true;
|
|
3633
3631
|
}
|
|
3634
3632
|
interface GxIdeListSelector {
|
|
3635
3633
|
/**
|
|
@@ -4514,51 +4512,63 @@ declare namespace LocalJSX {
|
|
|
4514
4512
|
}
|
|
4515
4513
|
interface GxIdeWwImages {
|
|
4516
4514
|
/**
|
|
4517
|
-
*
|
|
4515
|
+
* The categories render in the filter category selector
|
|
4518
4516
|
*/
|
|
4519
4517
|
"categories": GxOption[];
|
|
4520
4518
|
/**
|
|
4521
|
-
*
|
|
4519
|
+
* This is a function provided by the developer for expanded the data of images that is double-clicked or entered.
|
|
4522
4520
|
*/
|
|
4523
4521
|
"contextMenuCallback": ContextMenuCallback;
|
|
4524
4522
|
/**
|
|
4525
|
-
*
|
|
4523
|
+
* The default value for the 'categories' filter
|
|
4526
4524
|
*/
|
|
4527
4525
|
"defaultCategory"?: string;
|
|
4528
4526
|
/**
|
|
4529
|
-
*
|
|
4527
|
+
* The default value for the module/folder filter
|
|
4530
4528
|
*/
|
|
4531
4529
|
"defaultModule"?: EntityData;
|
|
4532
4530
|
/**
|
|
4533
|
-
*
|
|
4531
|
+
* The default value for the type filter
|
|
4532
|
+
*/
|
|
4533
|
+
"defaultType"?: string;
|
|
4534
|
+
/**
|
|
4535
|
+
* This is a function provided by the developer for expanded the data of images that is double-clicked or entered.
|
|
4534
4536
|
*/
|
|
4535
4537
|
"deleteSelectionCallback": DeleteSelectionCallback;
|
|
4536
4538
|
/**
|
|
4537
|
-
*
|
|
4539
|
+
* The densities render in the filter density selector
|
|
4538
4540
|
*/
|
|
4539
4541
|
"densities": GxOption[];
|
|
4540
4542
|
/**
|
|
4541
|
-
*
|
|
4543
|
+
* If true it displays the component title on the header
|
|
4544
|
+
*/
|
|
4545
|
+
"displayTitle"?: false;
|
|
4546
|
+
/**
|
|
4547
|
+
* The modules/folders render in the module/folder selector
|
|
4548
|
+
*/
|
|
4549
|
+
"filterModules": GxOption[];
|
|
4550
|
+
/**
|
|
4551
|
+
* The languages render in the filter language selector
|
|
4542
4552
|
*/
|
|
4543
4553
|
"languages": GxOption[];
|
|
4544
4554
|
/**
|
|
4545
|
-
*
|
|
4555
|
+
* The layers render in the filter layer selector
|
|
4546
4556
|
*/
|
|
4547
4557
|
"layers": GxOption[];
|
|
4548
4558
|
/**
|
|
4549
|
-
*
|
|
4559
|
+
* This is a function provided by the developer that return a list of images to populate the table of images.
|
|
4550
4560
|
*/
|
|
4551
4561
|
"loadCallback": LoadCallback5;
|
|
4552
4562
|
/**
|
|
4553
|
-
*
|
|
4563
|
+
* This is a function provided by the developer that return a list of items of the image selected.
|
|
4554
4564
|
*/
|
|
4555
4565
|
"loadImageItemsCallback": LoadImageItemsCallback;
|
|
4556
4566
|
/**
|
|
4557
|
-
*
|
|
4567
|
+
* This is a function provided by the developer for expanded the data of images that is double-clicked or entered.
|
|
4558
4568
|
*/
|
|
4559
4569
|
"newObjectCallback": NewObjectCallback1;
|
|
4560
4570
|
/**
|
|
4561
|
-
*
|
|
4571
|
+
* This event is emitted once just after the component is fully loaded and the first render() occurs.
|
|
4562
4572
|
*/
|
|
4563
4573
|
"onComponentDidLoadEvent"?: (event: GxIdeWwImagesCustomEvent<boolean>) => void;
|
|
4564
4574
|
/**
|
|
@@ -4566,7 +4576,7 @@ declare namespace LocalJSX {
|
|
|
4566
4576
|
*/
|
|
4567
4577
|
"onComponentDidRenderFirstTime"?: (event: GxIdeWwImagesCustomEvent<string>) => void;
|
|
4568
4578
|
/**
|
|
4569
|
-
*
|
|
4579
|
+
* This is a function provided by the developer for expanded the data of images that is double-clicked or entered.
|
|
4570
4580
|
*/
|
|
4571
4581
|
"openSelectionCallback": OpenSelectionCallback1;
|
|
4572
4582
|
/**
|
|
@@ -4574,11 +4584,11 @@ declare namespace LocalJSX {
|
|
|
4574
4584
|
*/
|
|
4575
4585
|
"secondaryFilter"?: false;
|
|
4576
4586
|
/**
|
|
4577
|
-
* Callback invoked when
|
|
4587
|
+
* Callback invoked when the action is executed on the Module/Folder filter (button '...'). It returns the information of the selected object (id and name) or 'undefined' if it was canceled.
|
|
4578
4588
|
*/
|
|
4579
4589
|
"selectModuleCallback": SelectModuleCallback3;
|
|
4580
4590
|
/**
|
|
4581
|
-
*
|
|
4591
|
+
* This is a function provided by the developer for expanded the data of images that is double-clicked or entered.
|
|
4582
4592
|
*/
|
|
4583
4593
|
"selectionObjectChangedCallback": SelectionObjectCallback;
|
|
4584
4594
|
/**
|
|
@@ -4586,11 +4596,11 @@ declare namespace LocalJSX {
|
|
|
4586
4596
|
*/
|
|
4587
4597
|
"shadow"?: false;
|
|
4588
4598
|
/**
|
|
4589
|
-
*
|
|
4599
|
+
* The styles render in the filter style selector
|
|
4590
4600
|
*/
|
|
4591
4601
|
"styles": GxOption[];
|
|
4592
4602
|
/**
|
|
4593
|
-
*
|
|
4603
|
+
* The types render in the filter type selector
|
|
4594
4604
|
*/
|
|
4595
4605
|
"types": GxOption[];
|
|
4596
4606
|
}
|