@gravitee/ui-policy-studio-angular 4.13.0 → 5.0.0-formly-1ebaaf2
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/{esm2015/gravitee-ui-policy-studio-angular.js → esm2020/gravitee-ui-policy-studio-angular.mjs} +0 -0
- package/esm2020/lib/gio-policy-studio.component.mjs +181 -0
- package/{esm2015/lib/gio-policy-studio.module.js → esm2020/lib/gio-policy-studio.module.mjs} +4 -4
- package/esm2020/lib/models/flow/ConfigurationSchema.fixture.mjs +25 -0
- package/{esm2015/lib/models/flow/ConfigurationSchema.js → esm2020/lib/models/flow/ConfigurationSchema.mjs} +0 -0
- package/esm2020/lib/models/flow/OrganizationFlowConfiguration.fixture.mjs +10 -0
- package/{esm2015/lib/models/flow/OrganizationFlowConfiguration.js → esm2020/lib/models/flow/OrganizationFlowConfiguration.mjs} +0 -0
- package/{esm2015/lib/models/flow/PlatformFlowSchema.fixture.js → esm2020/lib/models/flow/PlatformFlowSchema.fixture.mjs} +2 -2
- package/{esm2015/lib/models/flow/PlatformFlowSchema.js → esm2020/lib/models/flow/PlatformFlowSchema.mjs} +0 -0
- package/{esm2015/lib/models/flow/index-testing.js → esm2020/lib/models/flow/index-testing.mjs} +0 -0
- package/{esm2015/lib/models/flow/index.js → esm2020/lib/models/flow/index.mjs} +0 -0
- package/{esm2015/lib/models/index.js → esm2020/lib/models/index.mjs} +0 -0
- package/{esm2015/lib/models/json.js → esm2020/lib/models/json.mjs} +0 -0
- package/esm2020/lib/models/policy/PolicyDocumentation.fixture.mjs +218 -0
- package/{esm2015/lib/models/policy/PolicyDocumentation.js → esm2020/lib/models/policy/PolicyDocumentation.mjs} +0 -0
- package/esm2020/lib/models/policy/PolicyListItem.fixture.mjs +18 -0
- package/{esm2015/lib/models/policy/PolicyListItem.js → esm2020/lib/models/policy/PolicyListItem.mjs} +0 -0
- package/esm2020/lib/models/policy/PolicySchema.fixture.mjs +5 -0
- package/{esm2015/lib/models/policy/PolicySchema.js → esm2020/lib/models/policy/PolicySchema.mjs} +0 -0
- package/{esm2015/lib/models/policy/index-testing.js → esm2020/lib/models/policy/index-testing.mjs} +0 -0
- package/{esm2015/lib/models/policy/index.js → esm2020/lib/models/policy/index.mjs} +0 -0
- package/esm2020/lib/models/resource/ResourceDocumentation.fixture.mjs +70 -0
- package/{esm2015/lib/models/resource/ResourceDocumentation.js → esm2020/lib/models/resource/ResourceDocumentation.mjs} +0 -0
- package/esm2020/lib/models/resource/ResourceListItem.fixture.mjs +15 -0
- package/{esm2015/lib/models/resource/ResourceListItem.js → esm2020/lib/models/resource/ResourceListItem.mjs} +0 -0
- package/{esm2015/lib/models/resource/index-testing.js → esm2020/lib/models/resource/index-testing.mjs} +0 -0
- package/{esm2015/lib/models/resource/index.js → esm2020/lib/models/resource/index.mjs} +0 -0
- package/{esm2015/testing/lib/models/spel/Grammar.fixture.js → esm2020/lib/models/spel/Grammar.fixture.mjs} +5 -2
- package/{esm2015/lib/models/spel/Grammar.js → esm2020/lib/models/spel/Grammar.mjs} +0 -0
- package/{esm2015/lib/models/spel/index-testing.js → esm2020/lib/models/spel/index-testing.mjs} +0 -0
- package/{esm2015/lib/models/spel/index.js → esm2020/lib/models/spel/index.mjs} +0 -0
- package/{esm2015/lib/services/flow.abstract.service.js → esm2020/lib/services/flow.abstract.service.mjs} +0 -0
- package/{esm2015/lib/services/flow.service.fixture.js → esm2020/lib/services/flow.service.fixture.mjs} +3 -3
- package/{esm2015/lib/services/index.js → esm2020/lib/services/index.mjs} +0 -0
- package/{esm2015/lib/services/policy.abstract.service.js → esm2020/lib/services/policy.abstract.service.mjs} +0 -0
- package/{esm2015/lib/services/policy.service.fixture.js → esm2020/lib/services/policy.service.fixture.mjs} +3 -3
- package/{esm2015/lib/services/resource.abstract.service.js → esm2020/lib/services/resource.abstract.service.mjs} +0 -0
- package/{esm2015/lib/services/resource.service.fixture.js → esm2020/lib/services/resource.service.fixture.mjs} +3 -3
- package/{esm2015/lib/services/spel.abstract.service.js → esm2020/lib/services/spel.abstract.service.mjs} +0 -0
- package/{esm2015/lib/services/spel.service.fixture.js → esm2020/lib/services/spel.service.fixture.mjs} +3 -3
- package/{esm2015/public-api.js → esm2020/public-api.mjs} +0 -0
- package/{esm2015/testing/gravitee-ui-policy-studio-angular-testing.js → esm2020/testing/gravitee-ui-policy-studio-angular-testing.mjs} +0 -0
- package/esm2020/testing/lib/models/flow/ConfigurationSchema.fixture.mjs +25 -0
- package/{esm2015/testing/lib/models/flow/ConfigurationSchema.js → esm2020/testing/lib/models/flow/ConfigurationSchema.mjs} +0 -0
- package/esm2020/testing/lib/models/flow/OrganizationFlowConfiguration.fixture.mjs +10 -0
- package/{esm2015/testing/lib/models/flow/OrganizationFlowConfiguration.js → esm2020/testing/lib/models/flow/OrganizationFlowConfiguration.mjs} +0 -0
- package/{esm2015/testing/lib/models/flow/PlatformFlowSchema.fixture.js → esm2020/testing/lib/models/flow/PlatformFlowSchema.fixture.mjs} +2 -2
- package/{esm2015/testing/lib/models/flow/PlatformFlowSchema.js → esm2020/testing/lib/models/flow/PlatformFlowSchema.mjs} +0 -0
- package/{esm2015/testing/lib/models/flow/index-testing.js → esm2020/testing/lib/models/flow/index-testing.mjs} +0 -0
- package/{esm2015/testing/lib/models/flow/index.js → esm2020/testing/lib/models/flow/index.mjs} +0 -0
- package/{esm2015/testing/lib/models/index-testing.js → esm2020/testing/lib/models/index-testing.mjs} +0 -0
- package/{esm2015/testing/lib/models/json.js → esm2020/testing/lib/models/json.mjs} +0 -0
- package/esm2020/testing/lib/models/policy/PolicyDocumentation.fixture.mjs +218 -0
- package/{esm2015/testing/lib/models/policy/PolicyDocumentation.js → esm2020/testing/lib/models/policy/PolicyDocumentation.mjs} +0 -0
- package/esm2020/testing/lib/models/policy/PolicyListItem.fixture.mjs +18 -0
- package/{esm2015/testing/lib/models/policy/PolicyListItem.js → esm2020/testing/lib/models/policy/PolicyListItem.mjs} +0 -0
- package/esm2020/testing/lib/models/policy/PolicySchema.fixture.mjs +5 -0
- package/{esm2015/testing/lib/models/policy/PolicySchema.js → esm2020/testing/lib/models/policy/PolicySchema.mjs} +0 -0
- package/{esm2015/testing/lib/models/policy/index-testing.js → esm2020/testing/lib/models/policy/index-testing.mjs} +0 -0
- package/{esm2015/testing/lib/models/policy/index.js → esm2020/testing/lib/models/policy/index.mjs} +0 -0
- package/esm2020/testing/lib/models/resource/ResourceDocumentation.fixture.mjs +70 -0
- package/{esm2015/testing/lib/models/resource/ResourceDocumentation.js → esm2020/testing/lib/models/resource/ResourceDocumentation.mjs} +0 -0
- package/esm2020/testing/lib/models/resource/ResourceListItem.fixture.mjs +15 -0
- package/{esm2015/testing/lib/models/resource/ResourceListItem.js → esm2020/testing/lib/models/resource/ResourceListItem.mjs} +0 -0
- package/{esm2015/testing/lib/models/resource/index-testing.js → esm2020/testing/lib/models/resource/index-testing.mjs} +0 -0
- package/{esm2015/testing/lib/models/resource/index.js → esm2020/testing/lib/models/resource/index.mjs} +0 -0
- package/{esm2015/lib/models/spel/Grammar.fixture.js → esm2020/testing/lib/models/spel/Grammar.fixture.mjs} +5 -2
- package/{esm2015/testing/lib/models/spel/Grammar.js → esm2020/testing/lib/models/spel/Grammar.mjs} +0 -0
- package/{esm2015/testing/lib/models/spel/index-testing.js → esm2020/testing/lib/models/spel/index-testing.mjs} +0 -0
- package/{esm2015/testing/lib/models/spel/index.js → esm2020/testing/lib/models/spel/index.mjs} +0 -0
- package/{esm2015/testing/lib/services/flow.abstract.service.js → esm2020/testing/lib/services/flow.abstract.service.mjs} +0 -0
- package/{esm2015/testing/lib/services/flow.service.fixture.js → esm2020/testing/lib/services/flow.service.fixture.mjs} +3 -3
- package/{esm2015/testing/lib/services/index-testing.js → esm2020/testing/lib/services/index-testing.mjs} +0 -0
- package/{esm2015/testing/lib/services/policy.abstract.service.js → esm2020/testing/lib/services/policy.abstract.service.mjs} +0 -0
- package/{esm2015/testing/lib/services/policy.service.fixture.js → esm2020/testing/lib/services/policy.service.fixture.mjs} +3 -3
- package/{esm2015/testing/lib/services/resource.abstract.service.js → esm2020/testing/lib/services/resource.abstract.service.mjs} +0 -0
- package/{esm2015/testing/lib/services/resource.service.fixture.js → esm2020/testing/lib/services/resource.service.fixture.mjs} +3 -3
- package/{esm2015/testing/lib/services/spel.abstract.service.js → esm2020/testing/lib/services/spel.abstract.service.mjs} +0 -0
- package/{esm2015/testing/lib/services/spel.service.fixture.js → esm2020/testing/lib/services/spel.service.fixture.mjs} +3 -3
- package/{esm2015/testing/public-testing-api.js → esm2020/testing/public-testing-api.mjs} +0 -0
- package/{esm2015/testing/testing/index.js → esm2020/testing/testing/index.mjs} +0 -0
- package/{esm2015 → esm2020}/testing/testing/stories-resources/apim-definition.json +0 -0
- package/{esm2015 → esm2020}/testing/testing/stories-resources/apim-flow.json +0 -0
- package/{esm2015 → esm2020}/testing/testing/stories-resources/apim-policies.json +0 -0
- package/{esm2015 → esm2020}/testing/testing/stories-resources/apim-property-providers.json +0 -0
- package/{esm2015 → esm2020}/testing/testing/stories-resources/apim-resource-types.json +0 -0
- package/{esm2015/testing/testing/stories-resources/index.js → esm2020/testing/testing/stories-resources/index.mjs} +0 -0
- package/fesm2015/gravitee-ui-policy-studio-angular-testing.mjs +5675 -0
- package/fesm2015/gravitee-ui-policy-studio-angular-testing.mjs.map +1 -0
- package/fesm2015/{gravitee-ui-policy-studio-angular.js → gravitee-ui-policy-studio-angular.mjs} +36 -70
- package/fesm2015/gravitee-ui-policy-studio-angular.mjs.map +1 -0
- package/{fesm2015/gravitee-ui-policy-studio-angular-testing.js → fesm2020/gravitee-ui-policy-studio-angular-testing.mjs} +34 -22
- package/fesm2020/gravitee-ui-policy-studio-angular-testing.mjs.map +1 -0
- package/fesm2020/gravitee-ui-policy-studio-angular.mjs +4708 -0
- package/fesm2020/gravitee-ui-policy-studio-angular.mjs.map +1 -0
- package/package.json +34 -13
- package/testing/package.json +5 -5
- package/bundles/gravitee-ui-policy-studio-angular-testing.umd.js +0 -5729
- package/bundles/gravitee-ui-policy-studio-angular-testing.umd.js.map +0 -1
- package/bundles/gravitee-ui-policy-studio-angular.umd.js +0 -4711
- package/bundles/gravitee-ui-policy-studio-angular.umd.js.map +0 -1
- package/esm2015/lib/gio-policy-studio.component.js +0 -185
- package/esm2015/lib/models/flow/ConfigurationSchema.fixture.js +0 -25
- package/esm2015/lib/models/flow/OrganizationFlowConfiguration.fixture.js +0 -7
- package/esm2015/lib/models/policy/PolicyDocumentation.fixture.js +0 -218
- package/esm2015/lib/models/policy/PolicyListItem.fixture.js +0 -15
- package/esm2015/lib/models/policy/PolicySchema.fixture.js +0 -5
- package/esm2015/lib/models/resource/ResourceDocumentation.fixture.js +0 -70
- package/esm2015/lib/models/resource/ResourceListItem.fixture.js +0 -12
- package/esm2015/testing/lib/models/flow/ConfigurationSchema.fixture.js +0 -25
- package/esm2015/testing/lib/models/flow/OrganizationFlowConfiguration.fixture.js +0 -7
- package/esm2015/testing/lib/models/policy/PolicyDocumentation.fixture.js +0 -218
- package/esm2015/testing/lib/models/policy/PolicyListItem.fixture.js +0 -15
- package/esm2015/testing/lib/models/policy/PolicySchema.fixture.js +0 -5
- package/esm2015/testing/lib/models/resource/ResourceDocumentation.fixture.js +0 -70
- package/esm2015/testing/lib/models/resource/ResourceListItem.fixture.js +0 -12
- package/fesm2015/gravitee-ui-policy-studio-angular-testing.js.map +0 -1
- package/fesm2015/gravitee-ui-policy-studio-angular.js.map +0 -1
package/fesm2015/{gravitee-ui-policy-studio-angular.js → gravitee-ui-policy-studio-angular.mjs}
RENAMED
|
@@ -6,22 +6,6 @@ import { EMPTY, of } from 'rxjs';
|
|
|
6
6
|
import '@gravitee/ui-components/wc/gv-policy-studio';
|
|
7
7
|
import * as i1 from '@angular/common';
|
|
8
8
|
|
|
9
|
-
/*
|
|
10
|
-
* Copyright (C) 2015 The Gravitee team (http://gravitee.io)
|
|
11
|
-
*
|
|
12
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
13
|
-
* you may not use this file except in compliance with the License.
|
|
14
|
-
* You may obtain a copy of the License at
|
|
15
|
-
*
|
|
16
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
17
|
-
*
|
|
18
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
19
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
20
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
21
|
-
* See the License for the specific language governing permissions and
|
|
22
|
-
* limitations under the License.
|
|
23
|
-
*/
|
|
24
|
-
|
|
25
9
|
/*
|
|
26
10
|
* Copyright (C) 2022 The Gravitee team (http://gravitee.io)
|
|
27
11
|
*
|
|
@@ -70,22 +54,6 @@ import * as i1 from '@angular/common';
|
|
|
70
54
|
* limitations under the License.
|
|
71
55
|
*/
|
|
72
56
|
|
|
73
|
-
/*
|
|
74
|
-
* Copyright (C) 2015 The Gravitee team (http://gravitee.io)
|
|
75
|
-
*
|
|
76
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
77
|
-
* you may not use this file except in compliance with the License.
|
|
78
|
-
* You may obtain a copy of the License at
|
|
79
|
-
*
|
|
80
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
81
|
-
*
|
|
82
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
83
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
84
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
85
|
-
* See the License for the specific language governing permissions and
|
|
86
|
-
* limitations under the License.
|
|
87
|
-
*/
|
|
88
|
-
|
|
89
57
|
/*
|
|
90
58
|
* Copyright (C) 2022 The Gravitee team (http://gravitee.io)
|
|
91
59
|
*
|
|
@@ -249,28 +217,26 @@ class GioPolicyStudioComponent {
|
|
|
249
217
|
this.location.go(`${path}${queryParams}#${tabId}`);
|
|
250
218
|
}
|
|
251
219
|
}
|
|
252
|
-
GioPolicyStudioComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
253
|
-
GioPolicyStudioComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
254
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
220
|
+
GioPolicyStudioComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GioPolicyStudioComponent, deps: [{ token: i1.Location }, { token: 'FlowService' }, { token: 'PolicyService' }, { token: 'ResourceService' }, { token: 'SpelService' }], target: i0.ɵɵFactoryTarget.Component });
|
|
221
|
+
GioPolicyStudioComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: GioPolicyStudioComponent, selector: "gio-policy-studio", inputs: { readonly: "readonly", canAdd: "canAdd", canDebug: "canDebug", hasResources: "hasResources", hasProperties: "hasProperties", hasPolicyFilter: "hasPolicyFilter", hasConditionalSteps: "hasConditionalSteps", hasPlans: "hasPlans", sortable: "sortable", policies: "policies", definition: "definition", services: "services", flowSchema: "flowSchema", resourceTypes: "resourceTypes", propertyProviders: "propertyProviders", readonlyPlans: "readonlyPlans", dynamicPropertySchema: "dynamicPropertySchema", debugResponse: "debugResponse", flowsTitle: "flowsTitle", configurationInformation: "configurationInformation", hideTab: "hideTab", tabId: "tabId" }, outputs: { save: "save", debug: "debug" }, ngImport: i0, template: "<!--\n\n Copyright (C) 2015 The Gravitee team (http://gravitee.io)\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n\n-->\n\n<div class=\"policy-studio-wrapper\">\n <gv-policy-studio\n [policies]=\"policies\"\n [services]=\"services\"\n [resourceTypes]=\"resourceTypes\"\n [propertyProviders]=\"propertyProviders\"\n [dynamicPropertySchema]=\"dynamicPropertySchema\"\n [definition]=\"definition\"\n [flowSchema]=\"flowSchema\"\n [configurationSchema]=\"configurationSchema\"\n [configurationInformation]=\"configurationInformation\"\n [attr.readonly]=\"readonly ? readonly : null\"\n [attr.can-add]=\"canAdd ? canAdd : null\"\n [attr.can-debug]=\"canDebug ? canDebug : null\"\n [attr.has-resources]=\"hasResources ? hasResources : null\"\n [attr.has-properties]=\"hasProperties ? hasProperties : null\"\n [attr.has-policy-filter]=\"hasPolicyFilter ? hasPolicyFilter : null\"\n [attr.has-plans]=\"hasPlans ? hasPlans : null\"\n [attr.sortable]=\"sortable ? sortable : null\"\n [attr.readonly-plans]=\"readonlyPlans ? readonlyPlans : null\"\n [attr.flows-title]=\"flowsTitle\"\n [attr.has-conditional-steps]=\"hasConditionalSteps\"\n [debugResponse]=\"debugResponse\"\n [tabId]=\"tabId\"\n (:gv-policy-studio:change-tab)=\"onTabChanged($any($event).detail)\"\n [documentation]=\"policyDocumentation\"\n (:gv-policy-studio:fetch-documentation)=\"fetchPolicyDocumentation($any($event).detail)\"\n (:gv-resources:fetch-documentation)=\"fetchResourceDocumentation($any($event).detail)\"\n (:gv-expression-language:ready)=\"fetchSpelGrammar($any($event).detail)\"\n [attr.selected-flows-id]=\"selectedFlowsIds ? selectedFlowsIds : null\"\n (:gv-policy-studio:select-flows)=\"onFlowSelectionChanged($any($event).detail)\"\n (:gv-policy-studio:save)=\"save.emit($any($event).detail)\"\n (:gv-policy-studio:debug)=\"debug.emit($any($event).detail)\"\n >\n </gv-policy-studio>\n</div>\n", styles: [".policy-studio-wrapper{background-color:#fff}gv-policy-studio{overflow:hidden;margin:2rem 0 1rem 1rem}\n"] });
|
|
222
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GioPolicyStudioComponent, decorators: [{
|
|
255
223
|
type: Component,
|
|
256
|
-
args: [{
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
args: ['SpelService']
|
|
273
|
-
}] }]; }, propDecorators: { readonly: [{
|
|
224
|
+
args: [{ selector: 'gio-policy-studio', template: "<!--\n\n Copyright (C) 2015 The Gravitee team (http://gravitee.io)\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n\n-->\n\n<div class=\"policy-studio-wrapper\">\n <gv-policy-studio\n [policies]=\"policies\"\n [services]=\"services\"\n [resourceTypes]=\"resourceTypes\"\n [propertyProviders]=\"propertyProviders\"\n [dynamicPropertySchema]=\"dynamicPropertySchema\"\n [definition]=\"definition\"\n [flowSchema]=\"flowSchema\"\n [configurationSchema]=\"configurationSchema\"\n [configurationInformation]=\"configurationInformation\"\n [attr.readonly]=\"readonly ? readonly : null\"\n [attr.can-add]=\"canAdd ? canAdd : null\"\n [attr.can-debug]=\"canDebug ? canDebug : null\"\n [attr.has-resources]=\"hasResources ? hasResources : null\"\n [attr.has-properties]=\"hasProperties ? hasProperties : null\"\n [attr.has-policy-filter]=\"hasPolicyFilter ? hasPolicyFilter : null\"\n [attr.has-plans]=\"hasPlans ? hasPlans : null\"\n [attr.sortable]=\"sortable ? sortable : null\"\n [attr.readonly-plans]=\"readonlyPlans ? readonlyPlans : null\"\n [attr.flows-title]=\"flowsTitle\"\n [attr.has-conditional-steps]=\"hasConditionalSteps\"\n [debugResponse]=\"debugResponse\"\n [tabId]=\"tabId\"\n (:gv-policy-studio:change-tab)=\"onTabChanged($any($event).detail)\"\n [documentation]=\"policyDocumentation\"\n (:gv-policy-studio:fetch-documentation)=\"fetchPolicyDocumentation($any($event).detail)\"\n (:gv-resources:fetch-documentation)=\"fetchResourceDocumentation($any($event).detail)\"\n (:gv-expression-language:ready)=\"fetchSpelGrammar($any($event).detail)\"\n [attr.selected-flows-id]=\"selectedFlowsIds ? selectedFlowsIds : null\"\n (:gv-policy-studio:select-flows)=\"onFlowSelectionChanged($any($event).detail)\"\n (:gv-policy-studio:save)=\"save.emit($any($event).detail)\"\n (:gv-policy-studio:debug)=\"debug.emit($any($event).detail)\"\n >\n </gv-policy-studio>\n</div>\n", styles: [".policy-studio-wrapper{background-color:#fff}gv-policy-studio{overflow:hidden;margin:2rem 0 1rem 1rem}\n"] }]
|
|
225
|
+
}], ctorParameters: function () {
|
|
226
|
+
return [{ type: i1.Location }, { type: FlowServiceAbstract, decorators: [{
|
|
227
|
+
type: Inject,
|
|
228
|
+
args: ['FlowService']
|
|
229
|
+
}] }, { type: PolicyServiceAbstract, decorators: [{
|
|
230
|
+
type: Inject,
|
|
231
|
+
args: ['PolicyService']
|
|
232
|
+
}] }, { type: ResourceServiceAbstract, decorators: [{
|
|
233
|
+
type: Inject,
|
|
234
|
+
args: ['ResourceService']
|
|
235
|
+
}] }, { type: SpelServiceAbstract, decorators: [{
|
|
236
|
+
type: Inject,
|
|
237
|
+
args: ['SpelService']
|
|
238
|
+
}] }];
|
|
239
|
+
}, propDecorators: { readonly: [{
|
|
274
240
|
type: Input
|
|
275
241
|
}], canAdd: [{
|
|
276
242
|
type: Input
|
|
@@ -463,9 +429,9 @@ class FlowService extends FlowServiceAbstract {
|
|
|
463
429
|
return of(fakeOrganizationFlowConfiguration());
|
|
464
430
|
}
|
|
465
431
|
}
|
|
466
|
-
FlowService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
467
|
-
FlowService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
468
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
432
|
+
FlowService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FlowService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
433
|
+
FlowService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FlowService });
|
|
434
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FlowService, decorators: [{
|
|
469
435
|
type: Injectable
|
|
470
436
|
}] });
|
|
471
437
|
|
|
@@ -752,9 +718,9 @@ class PolicyService extends PolicyServiceAbstract {
|
|
|
752
718
|
return of(fakePolicyDocumentation()).pipe(map(buffer => buffer.toString()));
|
|
753
719
|
}
|
|
754
720
|
}
|
|
755
|
-
PolicyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
756
|
-
PolicyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
757
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
721
|
+
PolicyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PolicyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
722
|
+
PolicyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PolicyService });
|
|
723
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PolicyService, decorators: [{
|
|
758
724
|
type: Injectable
|
|
759
725
|
}] });
|
|
760
726
|
|
|
@@ -879,9 +845,9 @@ class ResourceService extends ResourceServiceAbstract {
|
|
|
879
845
|
return of(fakeResourceDocumentation());
|
|
880
846
|
}
|
|
881
847
|
}
|
|
882
|
-
ResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
883
|
-
ResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
884
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
848
|
+
ResourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ResourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
849
|
+
ResourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ResourceService });
|
|
850
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ResourceService, decorators: [{
|
|
885
851
|
type: Injectable
|
|
886
852
|
}] });
|
|
887
853
|
|
|
@@ -4614,9 +4580,9 @@ class SpelService extends SpelServiceAbstract {
|
|
|
4614
4580
|
return of(fakeGrammar());
|
|
4615
4581
|
}
|
|
4616
4582
|
}
|
|
4617
|
-
SpelService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4618
|
-
SpelService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4619
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4583
|
+
SpelService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SpelService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
4584
|
+
SpelService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SpelService, providedIn: 'root' });
|
|
4585
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SpelService, decorators: [{
|
|
4620
4586
|
type: Injectable,
|
|
4621
4587
|
args: [{
|
|
4622
4588
|
providedIn: 'root',
|
|
@@ -4663,10 +4629,10 @@ class GioPolicyStudioModule {
|
|
|
4663
4629
|
};
|
|
4664
4630
|
}
|
|
4665
4631
|
}
|
|
4666
|
-
GioPolicyStudioModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4667
|
-
GioPolicyStudioModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
4668
|
-
GioPolicyStudioModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
4669
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4632
|
+
GioPolicyStudioModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GioPolicyStudioModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4633
|
+
GioPolicyStudioModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GioPolicyStudioModule, declarations: [GioPolicyStudioComponent], exports: [GioPolicyStudioComponent] });
|
|
4634
|
+
GioPolicyStudioModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GioPolicyStudioModule, imports: [[]] });
|
|
4635
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GioPolicyStudioModule, decorators: [{
|
|
4670
4636
|
type: NgModule,
|
|
4671
4637
|
args: [{
|
|
4672
4638
|
declarations: [GioPolicyStudioComponent],
|
|
@@ -4697,4 +4663,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImpo
|
|
|
4697
4663
|
*/
|
|
4698
4664
|
|
|
4699
4665
|
export { FlowServiceAbstract, GioPolicyStudioComponent, GioPolicyStudioModule, PolicyServiceAbstract, ResourceServiceAbstract, SpelServiceAbstract };
|
|
4700
|
-
//# sourceMappingURL=gravitee-ui-policy-studio-angular.
|
|
4666
|
+
//# sourceMappingURL=gravitee-ui-policy-studio-angular.mjs.map
|