@gravitee/ui-components 3.28.5 → 3.28.7-debug-mode-add-menu-b2eabeb

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 (75) hide show
  1. package/package.json +17 -17
  2. package/src/atoms/gv-button/gv-button.d.ts +3 -3
  3. package/src/atoms/gv-checkbox/gv-checkbox.d.ts +3 -3
  4. package/src/atoms/gv-date-picker-calendar/gv-date-picker-calendar.d.ts +4 -4
  5. package/src/atoms/gv-input/gv-input.d.ts +5 -5
  6. package/src/atoms/gv-message/gv-message.d.ts +1 -1
  7. package/src/atoms/gv-select/gv-select.d.ts +2 -2
  8. package/src/atoms/gv-select-native/gv-select-native.d.ts +3 -3
  9. package/src/atoms/gv-text/gv-text.d.ts +2 -2
  10. package/src/charts/gv-chart-bar/gv-chart-bar.d.ts +1 -1
  11. package/src/charts/gv-chart-gauge/gv-chart-gauge.d.ts +1 -1
  12. package/src/charts/gv-chart-histogram/gv-chart-histogram.d.ts +1 -1
  13. package/src/charts/gv-chart-line/gv-chart-line.d.ts +1 -1
  14. package/src/charts/gv-chart-map/gv-chart-map.d.ts +1 -1
  15. package/src/charts/gv-chart-pie/gv-chart-pie.d.ts +1 -1
  16. package/src/index.d.ts +1 -0
  17. package/src/index.js +1 -0
  18. package/src/index.js.map +1 -1
  19. package/src/lib/text-format.js +7 -2
  20. package/src/lib/text-format.js.map +1 -1
  21. package/src/mixins/chart-element.d.ts +1 -1
  22. package/src/mixins/input-element.d.ts +1 -1
  23. package/src/mixins/item-resource.d.ts +3 -3
  24. package/src/molecules/gv-card/gv-card.d.ts +4 -4
  25. package/src/molecules/gv-card-full/gv-card-full.d.ts +4 -4
  26. package/src/molecules/gv-card-list/gv-card-list.d.ts +2 -2
  27. package/src/molecules/gv-category/gv-category.d.ts +1 -1
  28. package/src/molecules/gv-cron-editor/gv-cron-editor.d.ts +3 -3
  29. package/src/molecules/gv-list/gv-list.d.ts +5 -5
  30. package/src/molecules/gv-metrics/gv-metrics.d.ts +2 -2
  31. package/src/molecules/gv-modal/gv-modal.stories.d.ts +1 -1
  32. package/src/molecules/gv-nav/gv-nav.d.ts +1 -1
  33. package/src/molecules/gv-option/gv-option.d.ts +1 -1
  34. package/src/molecules/gv-plans/gv-plans.d.ts +1 -1
  35. package/src/molecules/gv-popover/gv-popover.d.ts +1 -1
  36. package/src/molecules/gv-promote/gv-promote.d.ts +4 -4
  37. package/src/molecules/gv-rating/gv-rating.d.ts +1 -1
  38. package/src/molecules/gv-rating-list/gv-rating-list.d.ts +2 -2
  39. package/src/molecules/gv-row/gv-row.d.ts +1 -1
  40. package/src/molecules/gv-stats/gv-stats.d.ts +2 -2
  41. package/src/molecules/gv-stepper/gv-stepper.d.ts +2 -2
  42. package/src/molecules/gv-table/gv-table.d.ts +8 -8
  43. package/src/molecules/gv-tree/gv-tree.d.ts +1 -1
  44. package/src/organisms/gv-documentation/gv-documentation.d.ts +1 -1
  45. package/src/organisms/gv-header/gv-header.d.ts +3 -3
  46. package/src/organisms/gv-http-client/gv-http-client.d.ts +4 -4
  47. package/src/organisms/gv-http-client/gv-http-client.stories.d.ts +1 -1
  48. package/src/organisms/gv-menu/gv-menu.d.ts +1 -1
  49. package/src/organisms/gv-pagination/gv-pagination.d.ts +1 -1
  50. package/src/organisms/gv-properties/gv-properties.d.ts +7 -7
  51. package/src/organisms/gv-resources/gv-resources.d.ts +4 -4
  52. package/src/organisms/gv-schema-form/gv-schema-form.d.ts +1 -1
  53. package/src/organisms/gv-schema-form-array/gv-schema-form-array.d.ts +2 -2
  54. package/src/organisms/gv-schema-form-control/gv-schema-form-control.d.ts +1 -1
  55. package/src/organisms/gv-schema-form-control-object/gv-schema-form-control-object.d.ts +2 -2
  56. package/src/organisms/gv-user-menu/gv-user-menu.d.ts +1 -1
  57. package/src/policy-studio/gv-design/gv-design.d.ts +367 -0
  58. package/src/policy-studio/gv-design/gv-design.js +1506 -0
  59. package/src/policy-studio/gv-design/gv-design.js.map +1 -0
  60. package/src/policy-studio/gv-design/gv-design.stories.d.ts +203 -0
  61. package/src/policy-studio/gv-design/gv-design.stories.js +233 -0
  62. package/src/policy-studio/gv-design/gv-design.stories.js.map +1 -0
  63. package/src/policy-studio/gv-design/gv-design.test.d.ts +1 -0
  64. package/src/policy-studio/gv-design/gv-design.test.js +333 -0
  65. package/src/policy-studio/gv-design/gv-design.test.js.map +1 -0
  66. package/src/policy-studio/gv-design/index.d.ts +1 -0
  67. package/src/policy-studio/gv-design/index.js +17 -0
  68. package/src/policy-studio/gv-design/index.js.map +1 -0
  69. package/src/policy-studio/gv-flow/gv-flow.d.ts +2 -2
  70. package/src/policy-studio/gv-flow-step/gv-flow-step.d.ts +2 -2
  71. package/src/policy-studio/gv-policy-studio/gv-policy-studio.d.ts +9 -9
  72. package/src/policy-studio/gv-policy-studio-menu/gv-policy-studio-menu.d.ts +3 -3
  73. package/wc/gv-design.d.ts +1 -0
  74. package/wc/gv-design.js +2 -0
  75. package/wc/gv-design.js.map +1 -0
@@ -0,0 +1,333 @@
1
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
+ return new (P || (P = Promise))(function (resolve, reject) {
4
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
8
+ });
9
+ };
10
+ /*
11
+ * Copyright (C) 2015 The Gravitee team (http://gravitee.io)
12
+ *
13
+ * Licensed under the Apache License, Version 2.0 (the "License");
14
+ * you may not use this file except in compliance with the License.
15
+ * You may obtain a copy of the License at
16
+ *
17
+ * http://www.apache.org/licenses/LICENSE-2.0
18
+ *
19
+ * Unless required by applicable law or agreed to in writing, software
20
+ * distributed under the License is distributed on an "AS IS" BASIS,
21
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22
+ * See the License for the specific language governing permissions and
23
+ * limitations under the License.
24
+ */
25
+ import { afterEach, beforeEach, describe, expect, test, jest } from '@jest/globals';
26
+ import { Page, querySelector } from '../../../testing/lib/test-utils';
27
+ import definition from '../../../testing/resources/apim-definition.json';
28
+ import policies from '../../../testing/resources/apim-policies.json';
29
+ import resourceTypes from '../../../testing/resources/apim-resource-types.json';
30
+ import './gv-design';
31
+ import apimFlowSchema from '../../../testing/resources/schemas/apim-flow.json';
32
+ describe('DESIGN', () => {
33
+ let page, component;
34
+ beforeEach(() => {
35
+ page = new Page();
36
+ component = page.create('gv-design', {});
37
+ component.policies = policies.data;
38
+ component.resourceTypes = resourceTypes.data;
39
+ component.flowSchema = {};
40
+ });
41
+ afterEach(() => {
42
+ page.clear();
43
+ });
44
+ describe('C O M M O N', () => {
45
+ test('should create element', () => {
46
+ expect(window.customElements.get('gv-design')).toBeDefined();
47
+ const element = querySelector('gv-design');
48
+ expect(element).toBeDefined();
49
+ expect(element.definedFlows.length).toEqual(0);
50
+ expect(element.definedResources.length).toEqual(0);
51
+ expect(element.definedProperties).toBeDefined();
52
+ });
53
+ test('should dispatch fetch-documentation when open documentation from menu', (done) => {
54
+ const policy = { id: 'rate-limit', name: 'Rate Limit' };
55
+ component.policies = [policy];
56
+ component.addEventListener('gv-design:fetch-documentation', (e) => {
57
+ expect(e).toBeDefined();
58
+ done();
59
+ });
60
+ component._onOpenDocumentationFromMenu({ detail: { policy } });
61
+ });
62
+ test('should not updated when _dragPolicy change', (done) => {
63
+ component.updated = jest.fn();
64
+ component._dragPolicy = { policy: 'foobar' };
65
+ component.updateComplete.then(() => {
66
+ expect(component.updated.mock.calls.length).toBe(0);
67
+ done();
68
+ });
69
+ });
70
+ test('should not updated when _dropPolicy change', (done) => {
71
+ component.updated = jest.fn();
72
+ component._dropPolicy = { policy: 'foobar' };
73
+ component.updateComplete.then(() => {
74
+ expect(component.updated.mock.calls.length).toBe(0);
75
+ done();
76
+ });
77
+ });
78
+ });
79
+ describe('A P I M', () => {
80
+ beforeEach(() => {
81
+ component.definition = definition;
82
+ });
83
+ test('should find flow by id', () => {
84
+ const flowIdFromApiDefinition = component.definition.flows[0]._id;
85
+ const flowIdFromPlanDefinition = component.definition.plans[1].flows[0]._id;
86
+ expect(component._findFlowById(flowIdFromApiDefinition)).not.toBeNull();
87
+ expect(component._findFlowById(flowIdFromPlanDefinition)).not.toBeNull();
88
+ });
89
+ test('should find collection of flow', (done) => {
90
+ const flowIdFromApiDefinition = component.definition.flows[0]._id;
91
+ const flowIdFromPlanDefinition = component.definition.plans[1].flows[0]._id;
92
+ component.updateComplete.then(() => {
93
+ expect(component._findFlowCollection(flowIdFromApiDefinition)).toEqual({
94
+ plan: undefined,
95
+ flows: component.definition.flows,
96
+ });
97
+ expect(component._findFlowCollection(flowIdFromPlanDefinition)).toEqual({
98
+ plan: component.definition.plans[1],
99
+ flows: component.definition.plans[1].flows,
100
+ });
101
+ done();
102
+ });
103
+ });
104
+ test('should delete flow from plan', () => {
105
+ const flow = component.definition.plans[1].flows[0];
106
+ expect(component.definition.plans[1].flows.length).toEqual(3);
107
+ expect(component.definition.flows.length).toEqual(3);
108
+ component._onDeleteFlow({ detail: { content: Object.assign({}, flow) } });
109
+ expect(component.definition.plans[1].flows.length).toEqual(2);
110
+ expect(component.definition.flows.length).toEqual(3);
111
+ });
112
+ test('should add flow plan', (done) => {
113
+ expect(component.definition.plans[1].flows.length).toEqual(3);
114
+ expect(component.getSelectedFlow()).toBeDefined();
115
+ component.flowSchema = {
116
+ type: 'object',
117
+ id: 'apim',
118
+ properties: {
119
+ name: {
120
+ title: 'Name',
121
+ description: 'The name of flow. If empty, the name will be generated with the path and methods',
122
+ type: 'string',
123
+ },
124
+ 'path-operator': {
125
+ type: 'object',
126
+ title: 'Path',
127
+ properties: {
128
+ operator: {
129
+ title: 'Operator path',
130
+ description: 'The operator path',
131
+ type: 'string',
132
+ enum: ['EQUALS', 'STARTS_WITH'],
133
+ default: 'STARTS_WITH',
134
+ 'x-schema-form': {
135
+ titleMap: {
136
+ EQUALS: 'Equals',
137
+ STARTS_WITH: 'Starts with',
138
+ },
139
+ },
140
+ },
141
+ path: {
142
+ title: 'Path',
143
+ description: 'The path of flow (must start by /)',
144
+ type: 'string',
145
+ pattern: '^/',
146
+ default: '/',
147
+ },
148
+ },
149
+ required: ['path', 'operator'],
150
+ },
151
+ methods: {
152
+ title: 'Methods',
153
+ description: 'The HTTP methods of flow (ALL if empty)',
154
+ type: 'array',
155
+ items: {
156
+ type: 'string',
157
+ enum: ['CONNECT', 'DELETE', 'GET', 'HEAD', 'OPTIONS', 'PATCH', 'POST', 'PUT', 'TRACE'],
158
+ },
159
+ },
160
+ condition: {
161
+ title: 'Condition',
162
+ description: 'The extra condition of flow',
163
+ type: 'string',
164
+ },
165
+ },
166
+ required: [],
167
+ disabled: [],
168
+ };
169
+ component.updateComplete
170
+ .then(() => component._onAddFlowPlan({ detail: { planIndex: 1 } }))
171
+ .then(() => component.updateComplete)
172
+ .then(() => {
173
+ expect(component.definition.plans[1].flows.length).toEqual(4);
174
+ const createdFlow = component.definition.plans[1].flows[3];
175
+ expect(createdFlow._dirty).toEqual(true);
176
+ expect(createdFlow.name).toEqual('');
177
+ expect(createdFlow.post).toEqual([]);
178
+ expect(createdFlow.pre).toEqual([]);
179
+ expect(createdFlow._id).toBeDefined();
180
+ expect(createdFlow['path-operator']).toBeDefined();
181
+ expect(createdFlow['path-operator'].operator).toBeDefined();
182
+ expect(createdFlow['path-operator'].path).toBeDefined();
183
+ expect(createdFlow.type).not.toBeDefined();
184
+ done();
185
+ });
186
+ });
187
+ test('should create element with definition', () => {
188
+ expect(component.definedFlows.length).toEqual(3);
189
+ expect(component.definedResources.length).toEqual(1);
190
+ expect(Object.keys(component.definedProperties).length).toEqual(3);
191
+ expect(component.definedFlows[0]._id).toBeDefined();
192
+ expect(component.definedResources[0]._id).toBeDefined();
193
+ expect(component.selectedFlowsId.length).toEqual(1);
194
+ });
195
+ });
196
+ describe('F L O W S', () => {
197
+ test('should add flow', () => __awaiter(void 0, void 0, void 0, function* () {
198
+ component.definition = { flows: [] };
199
+ component.flowSchema = {
200
+ type: 'object',
201
+ id: 'am',
202
+ properties: {
203
+ name: {
204
+ title: 'Name',
205
+ description: 'The name of flow. If empty, the name will be generated with the path and methods',
206
+ type: 'string',
207
+ default: 'New Flow',
208
+ },
209
+ type: {
210
+ title: 'Type',
211
+ description: 'The type of flow',
212
+ type: 'string',
213
+ default: 'ROOT',
214
+ enum: ['ROOT', 'LOGIN', 'CONSENT', 'REGISTER'],
215
+ },
216
+ condition: {
217
+ title: 'Condition',
218
+ description: 'The condition of flow',
219
+ type: 'string',
220
+ },
221
+ },
222
+ required: [],
223
+ disabled: [],
224
+ };
225
+ yield component._onAddFlow();
226
+ expect(component.definition.flows.length).toEqual(1);
227
+ const createdFlow = component.definition.flows[0];
228
+ expect(createdFlow._dirty).toEqual(true);
229
+ expect(createdFlow._id).toBeDefined();
230
+ expect(createdFlow.name).toEqual('New Flow');
231
+ expect(createdFlow.post).toEqual([]);
232
+ expect(createdFlow.pre).toEqual([]);
233
+ expect(createdFlow.type).toEqual('ROOT');
234
+ expect(createdFlow['path-operator']).not.toBeDefined();
235
+ }));
236
+ test('should duplicate flow', () => __awaiter(void 0, void 0, void 0, function* () {
237
+ const flow = { _id: 'f-1', name: 'ALL', post: [{ policy: 'rate-limit', name: 'Rate limit' }], pre: [] };
238
+ component.definition = { flows: [flow] };
239
+ yield component.updateComplete;
240
+ yield component._onDuplicateFlow({ detail: { content: Object.assign({}, flow) } });
241
+ const expected = Object.assign(Object.assign({}, flow), { _dirty: true, _id: expect.any(String), id: null, post: [{ _id: expect.any(String), policy: 'rate-limit', name: 'Rate limit' }] });
242
+ expect(component.definition.flows.length).toEqual(2);
243
+ expect(component.definition.flows[1]).toEqual(expected);
244
+ }));
245
+ test('should delete flow', () => {
246
+ const flow = { _id: 'foobar', name: 'ALL', post: [{ policy: 'rate-limit', name: 'Rate limit' }], pre: [] };
247
+ component.definition = { flows: [flow] };
248
+ component._onDeleteFlow({ detail: { content: Object.assign({}, flow) } });
249
+ expect(component.definition.flows.length).toEqual(0);
250
+ });
251
+ test('should update definition when submit schema form with updated flow', () => __awaiter(void 0, void 0, void 0, function* () {
252
+ const _id = 'foobar';
253
+ const flow = { _id, name: 'New flow', condition: '#method == "POST"' };
254
+ component.definition = { flows: [flow] };
255
+ yield component._onSelectFlows({ detail: { flows: [flow._id] } });
256
+ const updatedFlow = {
257
+ name: 'Updated flow',
258
+ description: 'more....',
259
+ methods: ['GET', 'POST'],
260
+ 'path-operator': { path: '/', operator: 'STARTS_WITH' },
261
+ };
262
+ component._onSubmitFlow({ detail: { values: updatedFlow } });
263
+ expect(component.definition.flows.length).toEqual(1);
264
+ expect(component.definition.flows[0]._dirty).toEqual(true);
265
+ expect(component.definition.flows[0]._id).toEqual(_id);
266
+ expect(component.definition.flows[0].name).toEqual(updatedFlow.name);
267
+ expect(component.definition.flows[0]['path-operator']).toEqual({ path: '/', operator: 'STARTS_WITH' });
268
+ expect(component.definition.flows[0].methods).toEqual(['GET', 'POST']);
269
+ }));
270
+ test('should update definition when submit flow schema', () => __awaiter(void 0, void 0, void 0, function* () {
271
+ const _id = 'foobar';
272
+ const _stepId = 'foobar-step';
273
+ const step = { _id: _stepId, name: 'step', description: 'step description', configuration: {}, policy: 'api-key' };
274
+ const flow = {
275
+ _id,
276
+ name: 'New flow',
277
+ description: 'test',
278
+ condition: '#method == "POST"',
279
+ pre: [step],
280
+ post: [],
281
+ };
282
+ component.definition = { flows: [flow] };
283
+ yield component._onSelectFlows({ detail: { flows: [flow._id] } });
284
+ const policy = policies.data.find((policy) => policy.id === 'policy-http-callout');
285
+ const flowStepSchema = component.buildSchema(policy);
286
+ const currentFlowStep = { flow, step, policy, group: 'pre', position: 0 };
287
+ yield component._setCurrentFlowStep(currentFlowStep, flowStepSchema);
288
+ const cases = [
289
+ ['updated description', 'http://localhost', 'GET'],
290
+ ['', 'http://localhost/api', 'POST'],
291
+ ['simple description', 'http://localhost:8080', 'PUT'],
292
+ ];
293
+ for (const [commonDescription, url, method] of cases) {
294
+ const values = { commonDescription, method, url };
295
+ yield component._onSubmitFlowStep({ detail: { values } });
296
+ expect(component.definition.flows.length).toEqual(1);
297
+ expect(component.definition.flows[0]._id).toEqual(_id);
298
+ expect([...component.definition.flows[0].pre]).toMatchObject([
299
+ Object.assign(Object.assign({}, step), { description: commonDescription, configuration: { method, url } }),
300
+ ]);
301
+ }
302
+ }));
303
+ test('should reset field', () => __awaiter(void 0, void 0, void 0, function* () {
304
+ component.flowSchema = apimFlowSchema;
305
+ const _id = 'foobar';
306
+ const _stepId = 'foobar-step';
307
+ const step = { _id: _stepId, name: 'step', description: 'step description', configuration: {}, policy: 'api-key' };
308
+ const flow = {
309
+ _id,
310
+ name: 'New flow',
311
+ description: 'test',
312
+ condition: '#method == "POST"',
313
+ pre: [step],
314
+ post: [],
315
+ };
316
+ const values = {
317
+ _id,
318
+ description: 'test',
319
+ pre: [step],
320
+ post: [],
321
+ };
322
+ component.definition = { flows: [flow] };
323
+ yield component._onSelectFlows({ detail: { flows: [flow._id] } });
324
+ // execute update
325
+ yield component._onSubmitFlow({ detail: { values } });
326
+ expect(component.definition.flows.length).toEqual(1);
327
+ expect(component.definition.flows[0]._id).toEqual(_id);
328
+ expect(component.definition.flows[0].name).toEqual('');
329
+ expect(component.definition.flows[0].condition).toEqual('');
330
+ }));
331
+ });
332
+ });
333
+ //# sourceMappingURL=gv-design.test.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gv-design.test.js","sourceRoot":"","sources":["../../../../src/policy-studio/gv-design/gv-design.test.js"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ export * from './gv-design';
@@ -0,0 +1,17 @@
1
+ /*
2
+ * Copyright (C) 2021 The Gravitee team (http://gravitee.io)
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ export * from './gv-design';
17
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/policy-studio/gv-design/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AACH,cAAc,aAAa,CAAC"}
@@ -80,9 +80,9 @@ export class GvFlow extends LitElement {
80
80
  _onChangeStepState(flowKey: any, position: any, { detail }: {
81
81
  detail: any;
82
82
  }): void;
83
- _renderDropStep(group: any, step: any, position: any): import("lit-html").TemplateResult<1>;
83
+ _renderDropStep(group: any, step: any, position: any): import("lit").TemplateResult<1>;
84
84
  onDragEnd(): void;
85
- _getLabel(flowKey: any): "" | import("lit-html").TemplateResult<1> | "response" | "request";
85
+ _getLabel(flowKey: any): "" | import("lit").TemplateResult<1> | "response" | "request";
86
86
  get collectionName(): any;
87
87
  findPolicy(policyId: any): any;
88
88
  }
@@ -123,10 +123,10 @@ export class GvFlowStep extends GvFlowStep_base {
123
123
  _onChangeState({ detail }: {
124
124
  detail: any;
125
125
  }): void;
126
- _renderDropdownMenu(): import("lit-html").TemplateResult<1>;
126
+ _renderDropdownMenu(): import("lit").TemplateResult<1>;
127
127
  resetConfirm(): void;
128
128
  confirm: boolean | undefined;
129
- render(): import("lit-html").TemplateResult<1>;
129
+ render(): import("lit").TemplateResult<1>;
130
130
  title: any;
131
131
  }
132
132
  export class PolicyDraggable {
@@ -331,10 +331,10 @@ export class GvPolicyStudio extends GvPolicyStudio_base {
331
331
  _onDragStartFlowStep(flow: any, { detail }: {
332
332
  detail: any;
333
333
  }): void;
334
- _renderFlowEmptyState(readonlyMode: any): import("lit-html").TemplateResult<1>;
335
- _renderFlow(index: number | undefined, hasEmptyState: boolean | undefined, readonlyMode: any): import("lit-html").TemplateResult<1>;
334
+ _renderFlowEmptyState(readonlyMode: any): import("lit").TemplateResult<1>;
335
+ _renderFlow(index: number | undefined, hasEmptyState: boolean | undefined, readonlyMode: any): import("lit").TemplateResult<1>;
336
336
  _onFetchResources(event: any): void;
337
- _renderPolicy(readonlyMode: any): import("lit-html").TemplateResult<1>;
337
+ _renderPolicy(readonlyMode: any): import("lit").TemplateResult<1>;
338
338
  _getFlowStepForm(): any;
339
339
  _onResetFlowStep(): void;
340
340
  _generateFlowsId(list: any, force?: boolean): any;
@@ -345,7 +345,7 @@ export class GvPolicyStudio extends GvPolicyStudio_base {
345
345
  getUpdateComplete(): Promise<void>;
346
346
  shouldUpdate(changedProperties: any): any;
347
347
  updated(props: any): void;
348
- _renderFlowStepForm(readonlyMode: any): import("lit-html").TemplateResult<1>;
348
+ _renderFlowStepForm(readonlyMode: any): import("lit").TemplateResult<1>;
349
349
  _onCloseDocumentation(): void;
350
350
  documentation: any;
351
351
  _onDeleteFlow({ detail }: {
@@ -412,10 +412,10 @@ export class GvPolicyStudio extends GvPolicyStudio_base {
412
412
  _onFilterPolicies({ detail }: {
413
413
  detail: any;
414
414
  }): void;
415
- _renderDesign(readonlyMode: any): import("lit-html").TemplateResult<1>;
416
- _renderDebug(): import("lit-html").TemplateResult<1>;
417
- _renderConfigurationForm(readonlyMode: any): import("lit-html").TemplateResult<1>;
418
- _renderFlowForm(readonlyMode: any): import("lit-html").TemplateResult<1> | undefined;
415
+ _renderDesign(readonlyMode: any): import("lit").TemplateResult<1>;
416
+ _renderDebug(): import("lit").TemplateResult<1>;
417
+ _renderConfigurationForm(readonlyMode: any): import("lit").TemplateResult<1>;
418
+ _renderFlowForm(readonlyMode: any): import("lit").TemplateResult<1> | undefined;
419
419
  _onResourcesChange({ detail }: {
420
420
  detail: any;
421
421
  }): void;
@@ -428,7 +428,7 @@ export class GvPolicyStudio extends GvPolicyStudio_base {
428
428
  _onSwitchEncryptedProperty({ detail }: {
429
429
  detail: any;
430
430
  }): void;
431
- render(): import("lit-html").TemplateResult<1>;
431
+ render(): import("lit").TemplateResult<1>;
432
432
  /**
433
433
  * Determine if the design view should be in readonly mode or not
434
434
  * It is in readonly mode if:
@@ -65,7 +65,7 @@ export class GvPolicyStudioMenu extends LitElement {
65
65
  }): void;
66
66
  _onDuplicateFlow(content: any): void;
67
67
  _onDeleteFlow(content: any): void;
68
- _renderFlowActions(content: any, readonlyMode: any): import("lit-html").TemplateResult<1>;
68
+ _renderFlowActions(content: any, readonlyMode: any): import("lit").TemplateResult<1>;
69
69
  _onDragStartFlow(flow: any, index: any, event: any): void;
70
70
  _draggingFlow: {
71
71
  target: any;
@@ -82,9 +82,9 @@ export class GvPolicyStudioMenu extends LitElement {
82
82
  _onKeyDownFlow(index: any, e: any): void;
83
83
  _onClickPolicy(policy: any): void;
84
84
  _isSelected(id: any): boolean;
85
- _renderFlows(filteredData: any, type: any, isChild: any, id: any, open: any): import("lit-html").TemplateResult<1>;
85
+ _renderFlows(filteredData: any, type: any, isChild: any, id: any, open: any): import("lit").TemplateResult<1>;
86
86
  _isDraggable(policy: any): boolean;
87
- _renderPolicies(filteredData: any, type: any, isChild: any, id: any, group: any): import("lit-html").TemplateResult<1>;
87
+ _renderPolicies(filteredData: any, type: any, isChild: any, id: any, group: any): import("lit").TemplateResult<1>;
88
88
  _getGroupShape(groupName: any): "communication:shield-thunder" | "general:shield-protected" | "tools:roller" | "general:thunder-move";
89
89
  _renderPart(type: any, title: any, icon: any, data: any[] | undefined, hideIfEmpty: any, addHandler: any, groupKey: null | undefined, isOpen: boolean | undefined, isChild: boolean | undefined, listId: any): any;
90
90
  _getListElement(id: any): Element | null;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,2 @@
1
+ import '../src/policy-studio/gv-design';
2
+ //# sourceMappingURL=gv-design.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gv-design.js","sourceRoot":"","sources":["../../wc/gv-design.js"],"names":[],"mappings":"AAAA,OAAO,gCAAgC,CAAC"}