@gnggln/ng-ui-system 1.0.0-alpha.2 → 1.0.0-alpha.21
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/accordion/entry-accordion.d.ts +4 -0
- package/accordion/index.d.ts +5 -0
- package/accordion/lib/components/accordion/accordion.component.d.ts +125 -0
- package/accordion/lib/components/accordion/accordion.types.d.ts +64 -0
- package/accordion/lib/components/accordion/index.d.ts +2 -0
- package/accordion/lib/core/types/index.d.ts +133 -0
- package/base-layout/entry-base-layout.d.ts +4 -0
- package/base-layout/index.d.ts +5 -0
- package/base-layout/lib/components/base-layout/base-layout.component.d.ts +108 -0
- package/base-layout/lib/components/base-layout/base-layout.types.d.ts +40 -0
- package/base-layout/lib/components/base-layout/index.d.ts +13 -0
- package/base-layout/lib/components/blackbox/blackbox-fingerprint.service.d.ts +36 -0
- package/base-layout/lib/components/blackbox/blackbox-storage.service.d.ts +55 -0
- package/base-layout/lib/components/blackbox/blackbox.service.d.ts +144 -0
- package/base-layout/lib/components/blackbox/blackbox.types.d.ts +238 -0
- package/base-layout/lib/components/button/button-area.component.d.ts +93 -0
- package/base-layout/lib/components/button/button.component.d.ts +61 -0
- package/base-layout/lib/components/button/button.types.d.ts +75 -0
- package/base-layout/lib/components/page-header/breadcrumb.service.d.ts +96 -0
- package/base-layout/lib/components/page-header/page-header.component.d.ts +59 -0
- package/base-layout/lib/components/page-header/page-header.types.d.ts +96 -0
- package/base-layout/lib/core/types/index.d.ts +133 -0
- package/blackbox/entry-blackbox.d.ts +4 -0
- package/blackbox/index.d.ts +5 -0
- package/blackbox/lib/components/blackbox/blackbox-debugger.component.d.ts +80 -0
- package/blackbox/lib/components/blackbox/blackbox-debugger.service.d.ts +34 -0
- package/blackbox/lib/components/blackbox/blackbox-fingerprint.service.d.ts +36 -0
- package/blackbox/lib/components/blackbox/blackbox-json-viewer.component.d.ts +18 -0
- package/blackbox/lib/components/blackbox/blackbox-storage.service.d.ts +55 -0
- package/blackbox/lib/components/blackbox/blackbox.interceptor.d.ts +38 -0
- package/blackbox/lib/components/blackbox/blackbox.service.d.ts +144 -0
- package/blackbox/lib/components/blackbox/blackbox.types.d.ts +238 -0
- package/blackbox/lib/components/blackbox/index.d.ts +23 -0
- package/blackbox/lib/components/blackbox/ui-track.directive.d.ts +20 -0
- package/blackbox/lib/components/button/button-area.component.d.ts +93 -0
- package/blackbox/lib/components/button/button.component.d.ts +61 -0
- package/blackbox/lib/components/button/button.types.d.ts +75 -0
- package/blackbox/lib/components/button/index.d.ts +15 -0
- package/blackbox/lib/components/modal/confirm-dialog.component.d.ts +46 -0
- package/blackbox/lib/components/modal/index.d.ts +4 -0
- package/blackbox/lib/components/modal/modal.component.d.ts +44 -0
- package/blackbox/lib/components/modal/modal.service.d.ts +93 -0
- package/blackbox/lib/components/modal/modal.types.d.ts +110 -0
- package/blackbox/lib/core/types/index.d.ts +133 -0
- package/button/entry-button.d.ts +4 -0
- package/button/index.d.ts +5 -0
- package/button/lib/components/blackbox/blackbox-fingerprint.service.d.ts +36 -0
- package/button/lib/components/blackbox/blackbox-storage.service.d.ts +55 -0
- package/button/lib/components/blackbox/blackbox.service.d.ts +144 -0
- package/button/lib/components/blackbox/blackbox.types.d.ts +238 -0
- package/button/lib/components/button/button-area.component.d.ts +93 -0
- package/button/lib/components/button/button.component.d.ts +61 -0
- package/button/lib/components/button/button.types.d.ts +75 -0
- package/button/lib/components/button/index.d.ts +15 -0
- package/button/lib/core/types/index.d.ts +133 -0
- package/core/entry-core.d.ts +5 -0
- package/core/index.d.ts +5 -0
- package/core/lib/core/types/index.d.ts +133 -0
- package/core/lib/core/utils/index.d.ts +60 -0
- package/crud-table/entry-crud-table.d.ts +4 -0
- package/crud-table/index.d.ts +5 -0
- package/crud-table/lib/components/accordion/accordion.component.d.ts +125 -0
- package/crud-table/lib/components/accordion/accordion.types.d.ts +64 -0
- package/crud-table/lib/components/accordion/index.d.ts +2 -0
- package/crud-table/lib/components/blackbox/blackbox-fingerprint.service.d.ts +36 -0
- package/crud-table/lib/components/blackbox/blackbox-storage.service.d.ts +55 -0
- package/crud-table/lib/components/blackbox/blackbox.service.d.ts +144 -0
- package/crud-table/lib/components/blackbox/blackbox.types.d.ts +238 -0
- package/crud-table/lib/components/button/button-area.component.d.ts +93 -0
- package/crud-table/lib/components/button/button.component.d.ts +61 -0
- package/crud-table/lib/components/button/button.types.d.ts +75 -0
- package/crud-table/lib/components/button/index.d.ts +15 -0
- package/crud-table/lib/components/crud-table/crud-table.component.d.ts +143 -0
- package/crud-table/lib/components/crud-table/crud-table.types.d.ts +207 -0
- package/crud-table/lib/components/crud-table/index.d.ts +15 -0
- package/crud-table/lib/components/form-builder/adapters/it-date-adapter.d.ts +32 -0
- package/crud-table/lib/components/form-builder/directives/currency-input.directive.d.ts +48 -0
- package/crud-table/lib/components/form-builder/form-builder.component.d.ts +279 -0
- package/crud-table/lib/components/form-builder/services/form-condition.service.d.ts +46 -0
- package/crud-table/lib/components/form-builder/services/form-error-state.matcher.d.ts +9 -0
- package/crud-table/lib/components/form-builder/services/form-field-error.service.d.ts +38 -0
- package/crud-table/lib/components/form-builder/services/form-validation.service.d.ts +63 -0
- package/crud-table/lib/components/form-builder/services/location.service.d.ts +83 -0
- package/crud-table/lib/components/form-builder/services/nominatim-geocoding.service.d.ts +37 -0
- package/crud-table/lib/components/form-builder/sub-components/error-summary/form-error-summary.component.d.ts +31 -0
- package/crud-table/lib/components/form-builder/sub-components/file-input/file-input.component.d.ts +41 -0
- package/crud-table/lib/components/form-builder/sub-components/form-fields/form-number-field.component.d.ts +42 -0
- package/crud-table/lib/components/form-builder/sub-components/form-fields/form-radio-field.component.d.ts +45 -0
- package/crud-table/lib/components/form-builder/sub-components/form-fields/form-select-field.component.d.ts +44 -0
- package/crud-table/lib/components/form-builder/sub-components/form-fields/form-text-field.component.d.ts +62 -0
- package/crud-table/lib/components/form-builder/sub-components/form-fields/form-textarea-field.component.d.ts +39 -0
- package/crud-table/lib/components/form-builder/sub-components/form-fields/index.d.ts +5 -0
- package/crud-table/lib/components/form-builder/sub-components/location-geocoded/location-geocoded.component.d.ts +84 -0
- package/crud-table/lib/components/form-builder/sub-components/specifica-territoriale/specifica-territoriale.component.d.ts +145 -0
- package/crud-table/lib/components/form-builder/sub-components/table-territoriale/table-territoriale.component.d.ts +108 -0
- package/crud-table/lib/components/form-builder/types/condition.types.d.ts +51 -0
- package/crud-table/lib/components/form-builder/types/field.types.d.ts +330 -0
- package/crud-table/lib/components/form-builder/types/geocoded-location.types.d.ts +116 -0
- package/crud-table/lib/components/form-builder/types/schema.types.d.ts +304 -0
- package/crud-table/lib/components/form-builder/types/territoriale.types.d.ts +170 -0
- package/crud-table/lib/components/form-builder/types/validation.types.d.ts +179 -0
- package/crud-table/lib/components/modal/confirm-dialog.component.d.ts +46 -0
- package/crud-table/lib/components/modal/modal.service.d.ts +93 -0
- package/crud-table/lib/components/modal/modal.types.d.ts +110 -0
- package/crud-table/lib/core/logging/logger.config.d.ts +18 -0
- package/crud-table/lib/core/logging/logger.service.d.ts +75 -0
- package/crud-table/lib/core/logging/logger.types.d.ts +70 -0
- package/crud-table/lib/core/types/index.d.ts +133 -0
- package/esm2022/accordion/entry-accordion.mjs +5 -0
- package/esm2022/accordion/gnggln-ng-ui-system-accordion.mjs +5 -0
- package/esm2022/accordion/lib/components/accordion/accordion.component.mjs +398 -0
- package/esm2022/accordion/lib/components/accordion/accordion.types.mjs +6 -0
- package/esm2022/accordion/lib/components/accordion/index.mjs +2 -0
- package/esm2022/accordion/lib/core/types/index.mjs +6 -0
- package/esm2022/base-layout/entry-base-layout.mjs +5 -0
- package/esm2022/base-layout/gnggln-ng-ui-system-base-layout.mjs +5 -0
- package/esm2022/base-layout/lib/components/base-layout/base-layout.component.mjs +272 -0
- package/esm2022/base-layout/lib/components/base-layout/base-layout.types.mjs +6 -0
- package/esm2022/base-layout/lib/components/base-layout/index.mjs +14 -0
- package/esm2022/base-layout/lib/components/blackbox/blackbox-fingerprint.service.mjs +116 -0
- package/esm2022/base-layout/lib/components/blackbox/blackbox-storage.service.mjs +286 -0
- package/esm2022/base-layout/lib/components/blackbox/blackbox.service.mjs +323 -0
- package/esm2022/base-layout/lib/components/blackbox/blackbox.types.mjs +25 -0
- package/esm2022/base-layout/lib/components/button/button-area.component.mjs +210 -0
- package/esm2022/base-layout/lib/components/button/button.component.mjs +180 -0
- package/esm2022/base-layout/lib/components/button/button.types.mjs +6 -0
- package/esm2022/base-layout/lib/components/page-header/breadcrumb.service.mjs +243 -0
- package/esm2022/base-layout/lib/components/page-header/page-header.component.mjs +243 -0
- package/esm2022/base-layout/lib/components/page-header/page-header.types.mjs +21 -0
- package/esm2022/base-layout/lib/core/types/index.mjs +6 -0
- package/esm2022/blackbox/entry-blackbox.mjs +5 -0
- package/esm2022/blackbox/gnggln-ng-ui-system-blackbox.mjs +5 -0
- package/esm2022/blackbox/lib/components/blackbox/blackbox-debugger.component.mjs +904 -0
- package/esm2022/blackbox/lib/components/blackbox/blackbox-debugger.service.mjs +51 -0
- package/esm2022/blackbox/lib/components/blackbox/blackbox-fingerprint.service.mjs +116 -0
- package/esm2022/blackbox/lib/components/blackbox/blackbox-json-viewer.component.mjs +66 -0
- package/esm2022/blackbox/lib/components/blackbox/blackbox-storage.service.mjs +286 -0
- package/esm2022/blackbox/lib/components/blackbox/blackbox.interceptor.mjs +135 -0
- package/esm2022/blackbox/lib/components/blackbox/blackbox.service.mjs +323 -0
- package/esm2022/blackbox/lib/components/blackbox/blackbox.types.mjs +25 -0
- package/esm2022/blackbox/lib/components/blackbox/index.mjs +27 -0
- package/esm2022/blackbox/lib/components/blackbox/ui-track.directive.mjs +69 -0
- package/esm2022/blackbox/lib/components/button/button-area.component.mjs +210 -0
- package/esm2022/blackbox/lib/components/button/button.component.mjs +180 -0
- package/esm2022/blackbox/lib/components/button/button.types.mjs +6 -0
- package/esm2022/blackbox/lib/components/button/index.mjs +16 -0
- package/esm2022/blackbox/lib/components/modal/confirm-dialog.component.mjs +151 -0
- package/esm2022/blackbox/lib/components/modal/index.mjs +4 -0
- package/esm2022/blackbox/lib/components/modal/modal.component.mjs +139 -0
- package/esm2022/blackbox/lib/components/modal/modal.service.mjs +197 -0
- package/esm2022/blackbox/lib/components/modal/modal.types.mjs +6 -0
- package/esm2022/blackbox/lib/core/types/index.mjs +6 -0
- package/esm2022/button/entry-button.mjs +5 -0
- package/esm2022/button/gnggln-ng-ui-system-button.mjs +5 -0
- package/esm2022/button/lib/components/blackbox/blackbox-fingerprint.service.mjs +116 -0
- package/esm2022/button/lib/components/blackbox/blackbox-storage.service.mjs +286 -0
- package/esm2022/button/lib/components/blackbox/blackbox.service.mjs +323 -0
- package/esm2022/button/lib/components/blackbox/blackbox.types.mjs +25 -0
- package/esm2022/button/lib/components/button/button-area.component.mjs +210 -0
- package/esm2022/button/lib/components/button/button.component.mjs +180 -0
- package/esm2022/button/lib/components/button/button.types.mjs +6 -0
- package/esm2022/button/lib/components/button/index.mjs +16 -0
- package/esm2022/button/lib/core/types/index.mjs +6 -0
- package/esm2022/core/entry-core.mjs +6 -0
- package/esm2022/core/gnggln-ng-ui-system-core.mjs +5 -0
- package/esm2022/core/lib/core/types/index.mjs +6 -0
- package/esm2022/core/lib/core/utils/index.mjs +102 -0
- package/esm2022/crud-table/entry-crud-table.mjs +5 -0
- package/esm2022/crud-table/gnggln-ng-ui-system-crud-table.mjs +5 -0
- package/esm2022/crud-table/lib/components/accordion/accordion.component.mjs +398 -0
- package/esm2022/crud-table/lib/components/accordion/accordion.types.mjs +6 -0
- package/esm2022/crud-table/lib/components/accordion/index.mjs +2 -0
- package/esm2022/crud-table/lib/components/blackbox/blackbox-fingerprint.service.mjs +116 -0
- package/esm2022/crud-table/lib/components/blackbox/blackbox-storage.service.mjs +286 -0
- package/esm2022/crud-table/lib/components/blackbox/blackbox.service.mjs +323 -0
- package/esm2022/crud-table/lib/components/blackbox/blackbox.types.mjs +25 -0
- package/esm2022/crud-table/lib/components/button/button-area.component.mjs +210 -0
- package/esm2022/crud-table/lib/components/button/button.component.mjs +180 -0
- package/esm2022/crud-table/lib/components/button/button.types.mjs +6 -0
- package/esm2022/crud-table/lib/components/button/index.mjs +16 -0
- package/esm2022/crud-table/lib/components/crud-table/crud-table.component.mjs +789 -0
- package/esm2022/crud-table/lib/components/crud-table/crud-table.types.mjs +6 -0
- package/esm2022/crud-table/lib/components/crud-table/index.mjs +16 -0
- package/esm2022/crud-table/lib/components/form-builder/adapters/it-date-adapter.mjs +82 -0
- package/esm2022/crud-table/lib/components/form-builder/directives/currency-input.directive.mjs +184 -0
- package/esm2022/crud-table/lib/components/form-builder/form-builder.component.mjs +1351 -0
- package/esm2022/crud-table/lib/components/form-builder/services/form-condition.service.mjs +132 -0
- package/esm2022/crud-table/lib/components/form-builder/services/form-error-state.matcher.mjs +10 -0
- package/esm2022/crud-table/lib/components/form-builder/services/form-field-error.service.mjs +103 -0
- package/esm2022/crud-table/lib/components/form-builder/services/form-validation.service.mjs +381 -0
- package/esm2022/crud-table/lib/components/form-builder/services/location.service.mjs +141 -0
- package/esm2022/crud-table/lib/components/form-builder/services/nominatim-geocoding.service.mjs +120 -0
- package/esm2022/crud-table/lib/components/form-builder/sub-components/error-summary/form-error-summary.component.mjs +190 -0
- package/esm2022/crud-table/lib/components/form-builder/sub-components/file-input/file-input.component.mjs +310 -0
- package/esm2022/crud-table/lib/components/form-builder/sub-components/form-fields/form-number-field.component.mjs +113 -0
- package/esm2022/crud-table/lib/components/form-builder/sub-components/form-fields/form-radio-field.component.mjs +105 -0
- package/esm2022/crud-table/lib/components/form-builder/sub-components/form-fields/form-select-field.component.mjs +126 -0
- package/esm2022/crud-table/lib/components/form-builder/sub-components/form-fields/form-text-field.component.mjs +147 -0
- package/esm2022/crud-table/lib/components/form-builder/sub-components/form-fields/form-textarea-field.component.mjs +99 -0
- package/esm2022/crud-table/lib/components/form-builder/sub-components/form-fields/index.mjs +6 -0
- package/esm2022/crud-table/lib/components/form-builder/sub-components/location-geocoded/location-geocoded.component.mjs +322 -0
- package/esm2022/crud-table/lib/components/form-builder/sub-components/specifica-territoriale/specifica-territoriale.component.mjs +648 -0
- package/esm2022/crud-table/lib/components/form-builder/sub-components/table-territoriale/table-territoriale.component.mjs +432 -0
- package/esm2022/crud-table/lib/components/form-builder/types/condition.types.mjs +6 -0
- package/esm2022/crud-table/lib/components/form-builder/types/field.types.mjs +6 -0
- package/esm2022/crud-table/lib/components/form-builder/types/geocoded-location.types.mjs +6 -0
- package/esm2022/crud-table/lib/components/form-builder/types/schema.types.mjs +6 -0
- package/esm2022/crud-table/lib/components/form-builder/types/territoriale.types.mjs +6 -0
- package/esm2022/crud-table/lib/components/form-builder/types/validation.types.mjs +10 -0
- package/esm2022/crud-table/lib/components/modal/confirm-dialog.component.mjs +151 -0
- package/esm2022/crud-table/lib/components/modal/modal.service.mjs +197 -0
- package/esm2022/crud-table/lib/components/modal/modal.types.mjs +6 -0
- package/esm2022/crud-table/lib/core/logging/logger.config.mjs +18 -0
- package/esm2022/crud-table/lib/core/logging/logger.service.mjs +295 -0
- package/esm2022/crud-table/lib/core/logging/logger.types.mjs +7 -0
- package/esm2022/crud-table/lib/core/types/index.mjs +6 -0
- package/esm2022/crud-table/lib/sources/location-data.opt.json +8942 -0
- package/esm2022/crud-table/lib/sources/nazioni.opt.json +215 -0
- package/esm2022/form-builder/entry-form-builder.mjs +5 -0
- package/esm2022/form-builder/gnggln-ng-ui-system-form-builder.mjs +5 -0
- package/esm2022/form-builder/lib/components/accordion/accordion.component.mjs +398 -0
- package/esm2022/form-builder/lib/components/accordion/accordion.types.mjs +6 -0
- package/esm2022/form-builder/lib/components/accordion/index.mjs +2 -0
- package/esm2022/form-builder/lib/components/blackbox/blackbox-fingerprint.service.mjs +116 -0
- package/esm2022/form-builder/lib/components/blackbox/blackbox-storage.service.mjs +286 -0
- package/esm2022/form-builder/lib/components/blackbox/blackbox.service.mjs +323 -0
- package/esm2022/form-builder/lib/components/blackbox/blackbox.types.mjs +25 -0
- package/esm2022/form-builder/lib/components/button/button-area.component.mjs +210 -0
- package/esm2022/form-builder/lib/components/button/button.component.mjs +180 -0
- package/esm2022/form-builder/lib/components/button/button.types.mjs +6 -0
- package/esm2022/form-builder/lib/components/button/index.mjs +16 -0
- package/esm2022/form-builder/lib/components/form-builder/adapters/it-date-adapter.mjs +82 -0
- package/esm2022/form-builder/lib/components/form-builder/directives/currency-input.directive.mjs +184 -0
- package/esm2022/form-builder/lib/components/form-builder/form-builder.component.mjs +1351 -0
- package/esm2022/form-builder/lib/components/form-builder/form-wizard.component.mjs +1064 -0
- package/esm2022/form-builder/lib/components/form-builder/index.mjs +24 -0
- package/esm2022/form-builder/lib/components/form-builder/services/form-condition.service.mjs +132 -0
- package/esm2022/form-builder/lib/components/form-builder/services/form-error-state.matcher.mjs +10 -0
- package/esm2022/form-builder/lib/components/form-builder/services/form-field-error.service.mjs +103 -0
- package/esm2022/form-builder/lib/components/form-builder/services/form-validation.service.mjs +381 -0
- package/esm2022/form-builder/lib/components/form-builder/services/location.service.mjs +141 -0
- package/esm2022/form-builder/lib/components/form-builder/services/nominatim-geocoding.service.mjs +120 -0
- package/esm2022/form-builder/lib/components/form-builder/services/wizard-sync.service.mjs +84 -0
- package/esm2022/form-builder/lib/components/form-builder/sub-components/error-summary/form-error-summary.component.mjs +190 -0
- package/esm2022/form-builder/lib/components/form-builder/sub-components/file-input/file-input.component.mjs +310 -0
- package/esm2022/form-builder/lib/components/form-builder/sub-components/form-fields/form-number-field.component.mjs +113 -0
- package/esm2022/form-builder/lib/components/form-builder/sub-components/form-fields/form-radio-field.component.mjs +105 -0
- package/esm2022/form-builder/lib/components/form-builder/sub-components/form-fields/form-select-field.component.mjs +126 -0
- package/esm2022/form-builder/lib/components/form-builder/sub-components/form-fields/form-text-field.component.mjs +147 -0
- package/esm2022/form-builder/lib/components/form-builder/sub-components/form-fields/form-textarea-field.component.mjs +99 -0
- package/esm2022/form-builder/lib/components/form-builder/sub-components/form-fields/index.mjs +6 -0
- package/esm2022/form-builder/lib/components/form-builder/sub-components/location-geocoded/location-geocoded.component.mjs +322 -0
- package/esm2022/form-builder/lib/components/form-builder/sub-components/specifica-territoriale/specifica-territoriale.component.mjs +648 -0
- package/esm2022/form-builder/lib/components/form-builder/sub-components/table-territoriale/table-territoriale.component.mjs +432 -0
- package/esm2022/form-builder/lib/components/form-builder/types/condition.types.mjs +6 -0
- package/esm2022/form-builder/lib/components/form-builder/types/field.types.mjs +6 -0
- package/esm2022/form-builder/lib/components/form-builder/types/geocoded-location.types.mjs +6 -0
- package/esm2022/form-builder/lib/components/form-builder/types/index.mjs +3 -0
- package/esm2022/form-builder/lib/components/form-builder/types/schema.types.mjs +6 -0
- package/esm2022/form-builder/lib/components/form-builder/types/territoriale.types.mjs +6 -0
- package/esm2022/form-builder/lib/components/form-builder/types/validation.types.mjs +10 -0
- package/esm2022/form-builder/lib/core/logging/logger.config.mjs +18 -0
- package/esm2022/form-builder/lib/core/logging/logger.service.mjs +295 -0
- package/esm2022/form-builder/lib/core/logging/logger.types.mjs +7 -0
- package/esm2022/form-builder/lib/core/types/index.mjs +6 -0
- package/esm2022/form-builder/lib/sources/location-data.opt.json +8942 -0
- package/esm2022/form-builder/lib/sources/nazioni.opt.json +215 -0
- package/esm2022/form-builder-editor/entry-form-builder-editor.mjs +5 -0
- package/esm2022/form-builder-editor/gnggln-ng-ui-system-form-builder-editor.mjs +5 -0
- package/esm2022/form-builder-editor/lib/components/accordion/accordion.component.mjs +398 -0
- package/esm2022/form-builder-editor/lib/components/accordion/accordion.types.mjs +6 -0
- package/esm2022/form-builder-editor/lib/components/accordion/index.mjs +2 -0
- package/esm2022/form-builder-editor/lib/components/blackbox/blackbox-fingerprint.service.mjs +116 -0
- package/esm2022/form-builder-editor/lib/components/blackbox/blackbox-storage.service.mjs +286 -0
- package/esm2022/form-builder-editor/lib/components/blackbox/blackbox.service.mjs +323 -0
- package/esm2022/form-builder-editor/lib/components/blackbox/blackbox.types.mjs +25 -0
- package/esm2022/form-builder-editor/lib/components/button/button-area.component.mjs +210 -0
- package/esm2022/form-builder-editor/lib/components/button/button.component.mjs +180 -0
- package/esm2022/form-builder-editor/lib/components/button/button.types.mjs +6 -0
- package/esm2022/form-builder-editor/lib/components/button/index.mjs +16 -0
- package/esm2022/form-builder-editor/lib/components/form-builder/adapters/it-date-adapter.mjs +82 -0
- package/esm2022/form-builder-editor/lib/components/form-builder/directives/currency-input.directive.mjs +184 -0
- package/esm2022/form-builder-editor/lib/components/form-builder/form-builder.component.mjs +1351 -0
- package/esm2022/form-builder-editor/lib/components/form-builder/services/form-condition.service.mjs +132 -0
- package/esm2022/form-builder-editor/lib/components/form-builder/services/form-error-state.matcher.mjs +10 -0
- package/esm2022/form-builder-editor/lib/components/form-builder/services/form-field-error.service.mjs +103 -0
- package/esm2022/form-builder-editor/lib/components/form-builder/services/form-validation.service.mjs +381 -0
- package/esm2022/form-builder-editor/lib/components/form-builder/services/location.service.mjs +141 -0
- package/esm2022/form-builder-editor/lib/components/form-builder/services/nominatim-geocoding.service.mjs +120 -0
- package/esm2022/form-builder-editor/lib/components/form-builder/sub-components/error-summary/form-error-summary.component.mjs +190 -0
- package/esm2022/form-builder-editor/lib/components/form-builder/sub-components/file-input/file-input.component.mjs +310 -0
- package/esm2022/form-builder-editor/lib/components/form-builder/sub-components/form-fields/form-number-field.component.mjs +113 -0
- package/esm2022/form-builder-editor/lib/components/form-builder/sub-components/form-fields/form-radio-field.component.mjs +105 -0
- package/esm2022/form-builder-editor/lib/components/form-builder/sub-components/form-fields/form-select-field.component.mjs +126 -0
- package/esm2022/form-builder-editor/lib/components/form-builder/sub-components/form-fields/form-text-field.component.mjs +147 -0
- package/esm2022/form-builder-editor/lib/components/form-builder/sub-components/form-fields/form-textarea-field.component.mjs +99 -0
- package/esm2022/form-builder-editor/lib/components/form-builder/sub-components/form-fields/index.mjs +6 -0
- package/esm2022/form-builder-editor/lib/components/form-builder/sub-components/location-geocoded/location-geocoded.component.mjs +322 -0
- package/esm2022/form-builder-editor/lib/components/form-builder/sub-components/specifica-territoriale/specifica-territoriale.component.mjs +648 -0
- package/esm2022/form-builder-editor/lib/components/form-builder/sub-components/table-territoriale/table-territoriale.component.mjs +432 -0
- package/esm2022/form-builder-editor/lib/components/form-builder/types/condition.types.mjs +6 -0
- package/esm2022/form-builder-editor/lib/components/form-builder/types/field.types.mjs +6 -0
- package/esm2022/form-builder-editor/lib/components/form-builder/types/geocoded-location.types.mjs +6 -0
- package/esm2022/form-builder-editor/lib/components/form-builder/types/index.mjs +3 -0
- package/esm2022/form-builder-editor/lib/components/form-builder/types/schema.types.mjs +6 -0
- package/esm2022/form-builder-editor/lib/components/form-builder/types/territoriale.types.mjs +6 -0
- package/esm2022/form-builder-editor/lib/components/form-builder/types/validation.types.mjs +10 -0
- package/esm2022/form-builder-editor/lib/components/form-builder-editor/form-builder-editor.component.mjs +730 -0
- package/esm2022/form-builder-editor/lib/components/form-builder-editor/form-builder-editor.service.mjs +56 -0
- package/esm2022/form-builder-editor/lib/components/form-builder-editor/index.mjs +23 -0
- package/esm2022/form-builder-editor/lib/components/form-builder-editor/presets/editor-presets.mjs +395 -0
- package/esm2022/form-builder-editor/lib/components/form-builder-editor/services/editor-persistence.service.mjs +190 -0
- package/esm2022/form-builder-editor/lib/components/form-builder-editor/services/editor-state.service.mjs +324 -0
- package/esm2022/form-builder-editor/lib/components/form-builder-editor/services/field-factory.service.mjs +188 -0
- package/esm2022/form-builder-editor/lib/components/form-builder-editor/sub-components/condition-editor/condition-editor.component.mjs +667 -0
- package/esm2022/form-builder-editor/lib/components/form-builder-editor/sub-components/editor-toolbar/editor-toolbar.component.mjs +317 -0
- package/esm2022/form-builder-editor/lib/components/form-builder-editor/sub-components/field-config-panel/field-config-panel.component.mjs +611 -0
- package/esm2022/form-builder-editor/lib/components/form-builder-editor/sub-components/field-palette/field-palette.component.mjs +267 -0
- package/esm2022/form-builder-editor/lib/components/form-builder-editor/sub-components/form-values-panel/form-values-panel.component.mjs +276 -0
- package/esm2022/form-builder-editor/lib/components/form-builder-editor/sub-components/options-editor/options-editor.component.mjs +323 -0
- package/esm2022/form-builder-editor/lib/components/form-builder-editor/sub-components/preview-container/preview-container.component.mjs +238 -0
- package/esm2022/form-builder-editor/lib/components/form-builder-editor/sub-components/section-editor/section-editor.component.mjs +473 -0
- package/esm2022/form-builder-editor/lib/components/form-builder-editor/sub-components/validation-editor/validation-editor.component.mjs +473 -0
- package/esm2022/form-builder-editor/lib/components/form-builder-editor/types/editor.types.mjs +6 -0
- package/esm2022/form-builder-editor/lib/components/modal/confirm-dialog.component.mjs +151 -0
- package/esm2022/form-builder-editor/lib/components/modal/index.mjs +4 -0
- package/esm2022/form-builder-editor/lib/components/modal/modal.component.mjs +139 -0
- package/esm2022/form-builder-editor/lib/components/modal/modal.service.mjs +197 -0
- package/esm2022/form-builder-editor/lib/components/modal/modal.types.mjs +6 -0
- package/esm2022/form-builder-editor/lib/core/logging/logger.config.mjs +18 -0
- package/esm2022/form-builder-editor/lib/core/logging/logger.service.mjs +295 -0
- package/esm2022/form-builder-editor/lib/core/logging/logger.types.mjs +7 -0
- package/esm2022/form-builder-editor/lib/core/types/index.mjs +6 -0
- package/esm2022/form-builder-editor/lib/sources/location-data.opt.json +8942 -0
- package/esm2022/form-builder-editor/lib/sources/nazioni.opt.json +215 -0
- package/esm2022/http/entry-http.mjs +5 -0
- package/esm2022/http/gnggln-ng-ui-system-http.mjs +5 -0
- package/esm2022/http/lib/components/blackbox/blackbox-fingerprint.service.mjs +116 -0
- package/esm2022/http/lib/components/blackbox/blackbox-storage.service.mjs +286 -0
- package/esm2022/http/lib/components/blackbox/blackbox.service.mjs +323 -0
- package/esm2022/http/lib/components/blackbox/blackbox.types.mjs +25 -0
- package/esm2022/http/lib/components/http/http-message.handler.mjs +143 -0
- package/esm2022/http/lib/components/http/http.service.mjs +228 -0
- package/esm2022/http/lib/components/http/http.tokens.mjs +29 -0
- package/esm2022/http/lib/components/http/http.types.mjs +6 -0
- package/esm2022/http/lib/components/http/index.mjs +19 -0
- package/esm2022/http/lib/components/layout-builder/layout-builder.types.mjs +9 -0
- package/esm2022/http/lib/components/layout-builder/layout.service.mjs +239 -0
- package/esm2022/http/lib/components/toast/toast-container.component.mjs +80 -0
- package/esm2022/http/lib/components/toast/toast.component.mjs +151 -0
- package/esm2022/http/lib/components/toast/toast.service.mjs +156 -0
- package/esm2022/http/lib/components/toast/toast.types.mjs +12 -0
- package/esm2022/http/lib/core/types/index.mjs +6 -0
- package/esm2022/http/lib/core/utils/index.mjs +102 -0
- package/esm2022/layout-builder/entry-layout-builder.mjs +5 -0
- package/esm2022/layout-builder/gnggln-ng-ui-system-layout-builder.mjs +5 -0
- package/esm2022/layout-builder/lib/components/layout-builder/index.mjs +18 -0
- package/esm2022/layout-builder/lib/components/layout-builder/layout-builder.component.mjs +1804 -0
- package/esm2022/layout-builder/lib/components/layout-builder/layout-builder.types.mjs +9 -0
- package/esm2022/layout-builder/lib/components/layout-builder/layout.service.mjs +239 -0
- package/esm2022/layout-builder/lib/core/types/index.mjs +6 -0
- package/esm2022/lib/components/accordion/accordion.component.mjs +106 -61
- package/esm2022/lib/components/accordion/accordion.types.mjs +1 -1
- package/esm2022/lib/components/base-layout/base-layout.component.mjs +88 -34
- package/esm2022/lib/components/base-layout/base-layout.types.mjs +1 -1
- package/esm2022/lib/components/base-layout/index.mjs +1 -1
- package/esm2022/lib/components/blackbox/blackbox-debugger.component.mjs +904 -0
- package/esm2022/lib/components/blackbox/blackbox-debugger.service.mjs +51 -0
- package/esm2022/lib/components/blackbox/blackbox-fingerprint.service.mjs +116 -0
- package/esm2022/lib/components/blackbox/blackbox-json-viewer.component.mjs +66 -0
- package/esm2022/lib/components/blackbox/blackbox-storage.service.mjs +286 -0
- package/esm2022/lib/components/blackbox/blackbox.interceptor.mjs +135 -0
- package/esm2022/lib/components/blackbox/blackbox.service.mjs +323 -0
- package/esm2022/lib/components/blackbox/blackbox.types.mjs +25 -0
- package/esm2022/lib/components/blackbox/index.mjs +27 -0
- package/esm2022/lib/components/blackbox/ui-track.directive.mjs +69 -0
- package/esm2022/lib/components/button/button-area.component.mjs +16 -2
- package/esm2022/lib/components/button/button.component.mjs +23 -7
- package/esm2022/lib/components/button/button.types.mjs +1 -1
- package/esm2022/lib/components/crud-table/crud-table.component.mjs +14 -14
- package/esm2022/lib/components/form-builder/form-builder.component.mjs +710 -183
- package/esm2022/lib/components/form-builder/form-wizard.component.mjs +789 -235
- package/esm2022/lib/components/form-builder/index.mjs +7 -2
- package/esm2022/lib/components/form-builder/services/form-error-state.matcher.mjs +10 -0
- package/esm2022/lib/components/form-builder/services/form-field-error.service.mjs +103 -0
- package/esm2022/lib/components/form-builder/services/location.service.mjs +4 -3
- package/esm2022/lib/components/form-builder/services/nominatim-geocoding.service.mjs +120 -0
- package/esm2022/lib/components/form-builder/sub-components/error-summary/form-error-summary.component.mjs +142 -113
- package/esm2022/lib/components/form-builder/sub-components/form-fields/form-number-field.component.mjs +113 -0
- package/esm2022/lib/components/form-builder/sub-components/form-fields/form-radio-field.component.mjs +105 -0
- package/esm2022/lib/components/form-builder/sub-components/form-fields/form-select-field.component.mjs +126 -0
- package/esm2022/lib/components/form-builder/sub-components/form-fields/form-text-field.component.mjs +147 -0
- package/esm2022/lib/components/form-builder/sub-components/form-fields/form-textarea-field.component.mjs +99 -0
- package/esm2022/lib/components/form-builder/sub-components/form-fields/index.mjs +6 -0
- package/esm2022/lib/components/form-builder/sub-components/location-geocoded/location-geocoded.component.mjs +322 -0
- package/esm2022/lib/components/form-builder/sub-components/table-territoriale/table-territoriale.component.mjs +3 -3
- package/esm2022/lib/components/form-builder/types/field.types.mjs +1 -1
- package/esm2022/lib/components/form-builder/types/geocoded-location.types.mjs +6 -0
- package/esm2022/lib/components/form-builder/types/index.mjs +3 -2
- package/esm2022/lib/components/form-builder/types/schema.types.mjs +1 -1
- package/esm2022/lib/components/form-builder/types/validation.types.mjs +6 -2
- package/esm2022/lib/components/form-builder-editor/form-builder-editor.component.mjs +3 -3
- package/esm2022/lib/components/form-builder-editor/index.mjs +3 -1
- package/esm2022/lib/components/form-builder-editor/presets/editor-presets.mjs +395 -0
- package/esm2022/lib/components/form-builder-editor/sub-components/preview-container/preview-container.component.mjs +2 -2
- package/esm2022/lib/components/form-builder-editor/sub-components/section-editor/section-editor.component.mjs +2 -1
- package/esm2022/lib/components/http/http-message.handler.mjs +143 -0
- package/esm2022/lib/components/http/http.service.mjs +228 -0
- package/esm2022/lib/components/http/http.tokens.mjs +29 -0
- package/esm2022/lib/components/http/http.types.mjs +6 -0
- package/esm2022/lib/components/http/index.mjs +19 -0
- package/esm2022/lib/components/layout-builder/layout-builder.component.mjs +27 -15
- package/esm2022/lib/components/modal/confirm-dialog.component.mjs +3 -3
- package/esm2022/lib/components/modal/modal.service.mjs +5 -2
- package/esm2022/lib/components/page-header/breadcrumb.service.mjs +5 -4
- package/esm2022/lib/components/table/paginated-table.component.mjs +17 -3
- package/esm2022/lib/components/table/table.types.mjs +1 -1
- package/esm2022/lib/components/toast/index.mjs +18 -0
- package/esm2022/lib/components/toast/toast-container.component.mjs +80 -0
- package/esm2022/lib/components/toast/toast.component.mjs +151 -0
- package/esm2022/lib/components/toast/toast.service.mjs +156 -0
- package/esm2022/lib/components/toast/toast.types.mjs +12 -0
- package/esm2022/lib/core/logging/index.mjs +10 -0
- package/esm2022/lib/core/logging/logger.config.mjs +18 -0
- package/esm2022/lib/core/logging/logger.service.mjs +295 -0
- package/esm2022/lib/core/logging/logger.types.mjs +7 -0
- package/esm2022/lib/core/types/index.mjs +1 -1
- package/esm2022/lib/core/utils/index.mjs +50 -1
- package/esm2022/lib/version/ng-ui-system-version.mjs +12 -0
- package/esm2022/modal/entry-modal.mjs +5 -0
- package/esm2022/modal/gnggln-ng-ui-system-modal.mjs +5 -0
- package/esm2022/modal/lib/components/button/button.component.mjs +180 -0
- package/esm2022/modal/lib/components/button/button.types.mjs +6 -0
- package/esm2022/modal/lib/components/modal/confirm-dialog.component.mjs +151 -0
- package/esm2022/modal/lib/components/modal/index.mjs +4 -0
- package/esm2022/modal/lib/components/modal/modal.component.mjs +139 -0
- package/esm2022/modal/lib/components/modal/modal.service.mjs +197 -0
- package/esm2022/modal/lib/components/modal/modal.types.mjs +6 -0
- package/esm2022/modal/lib/core/types/index.mjs +6 -0
- package/esm2022/page-header/entry-page-header.mjs +5 -0
- package/esm2022/page-header/gnggln-ng-ui-system-page-header.mjs +5 -0
- package/esm2022/page-header/lib/components/page-header/breadcrumb.service.mjs +243 -0
- package/esm2022/page-header/lib/components/page-header/index.mjs +20 -0
- package/esm2022/page-header/lib/components/page-header/page-header.component.mjs +243 -0
- package/esm2022/page-header/lib/components/page-header/page-header.types.mjs +21 -0
- package/esm2022/public-api.mjs +17 -8
- package/esm2022/table/entry-table.mjs +5 -0
- package/esm2022/table/gnggln-ng-ui-system-table.mjs +5 -0
- package/esm2022/table/lib/components/table/index.mjs +2 -0
- package/esm2022/table/lib/components/table/paginated-table.component.mjs +421 -0
- package/esm2022/table/lib/components/table/table.types.mjs +6 -0
- package/esm2022/table/lib/core/utils/index.mjs +102 -0
- package/esm2022/toast/entry-toast.mjs +5 -0
- package/esm2022/toast/gnggln-ng-ui-system-toast.mjs +5 -0
- package/esm2022/toast/lib/components/toast/index.mjs +18 -0
- package/esm2022/toast/lib/components/toast/toast-container.component.mjs +80 -0
- package/esm2022/toast/lib/components/toast/toast.component.mjs +151 -0
- package/esm2022/toast/lib/components/toast/toast.service.mjs +156 -0
- package/esm2022/toast/lib/components/toast/toast.types.mjs +12 -0
- package/esm2022/toast/lib/core/types/index.mjs +6 -0
- package/esm2022/toast/lib/core/utils/index.mjs +102 -0
- package/fesm2022/gnggln-ng-ui-system-accordion.mjs +409 -0
- package/fesm2022/gnggln-ng-ui-system-accordion.mjs.map +1 -0
- package/fesm2022/gnggln-ng-ui-system-base-layout.mjs +1905 -0
- package/fesm2022/gnggln-ng-ui-system-base-layout.mjs.map +1 -0
- package/fesm2022/gnggln-ng-ui-system-blackbox.mjs +2829 -0
- package/fesm2022/gnggln-ng-ui-system-blackbox.mjs.map +1 -0
- package/fesm2022/gnggln-ng-ui-system-button.mjs +1148 -0
- package/fesm2022/gnggln-ng-ui-system-button.mjs.map +1 -0
- package/fesm2022/gnggln-ng-ui-system-core.mjs +117 -0
- package/fesm2022/gnggln-ng-ui-system-core.mjs.map +1 -0
- package/fesm2022/gnggln-ng-ui-system-crud-table.mjs +49600 -0
- package/fesm2022/gnggln-ng-ui-system-crud-table.mjs.map +1 -0
- package/fesm2022/gnggln-ng-ui-system-form-builder-editor.mjs +54332 -0
- package/fesm2022/gnggln-ng-ui-system-form-builder-editor.mjs.map +1 -0
- package/fesm2022/gnggln-ng-ui-system-form-builder.mjs +49609 -0
- package/fesm2022/gnggln-ng-ui-system-form-builder.mjs.map +1 -0
- package/fesm2022/gnggln-ng-ui-system-http.mjs +1878 -0
- package/fesm2022/gnggln-ng-ui-system-http.mjs.map +1 -0
- package/fesm2022/gnggln-ng-ui-system-layout-builder.mjs +2064 -0
- package/fesm2022/gnggln-ng-ui-system-layout-builder.mjs.map +1 -0
- package/fesm2022/gnggln-ng-ui-system-modal.mjs +664 -0
- package/fesm2022/gnggln-ng-ui-system-modal.mjs.map +1 -0
- package/fesm2022/gnggln-ng-ui-system-page-header.mjs +526 -0
- package/fesm2022/gnggln-ng-ui-system-page-header.mjs.map +1 -0
- package/fesm2022/gnggln-ng-ui-system-table.mjs +533 -0
- package/fesm2022/gnggln-ng-ui-system-table.mjs.map +1 -0
- package/fesm2022/gnggln-ng-ui-system-toast.mjs +516 -0
- package/fesm2022/gnggln-ng-ui-system-toast.mjs.map +1 -0
- package/fesm2022/gnggln-ng-ui-system.mjs +10068 -4234
- package/fesm2022/gnggln-ng-ui-system.mjs.map +1 -1
- package/form-builder/entry-form-builder.d.ts +4 -0
- package/form-builder/index.d.ts +5 -0
- package/form-builder/lib/components/accordion/accordion.component.d.ts +125 -0
- package/form-builder/lib/components/accordion/accordion.types.d.ts +64 -0
- package/form-builder/lib/components/accordion/index.d.ts +2 -0
- package/form-builder/lib/components/blackbox/blackbox-fingerprint.service.d.ts +36 -0
- package/form-builder/lib/components/blackbox/blackbox-storage.service.d.ts +55 -0
- package/form-builder/lib/components/blackbox/blackbox.service.d.ts +144 -0
- package/form-builder/lib/components/blackbox/blackbox.types.d.ts +238 -0
- package/form-builder/lib/components/button/button-area.component.d.ts +93 -0
- package/form-builder/lib/components/button/button.component.d.ts +61 -0
- package/form-builder/lib/components/button/button.types.d.ts +75 -0
- package/form-builder/lib/components/button/index.d.ts +15 -0
- package/form-builder/lib/components/form-builder/adapters/it-date-adapter.d.ts +32 -0
- package/form-builder/lib/components/form-builder/directives/currency-input.directive.d.ts +48 -0
- package/form-builder/lib/components/form-builder/form-builder.component.d.ts +279 -0
- package/form-builder/lib/components/form-builder/form-wizard.component.d.ts +172 -0
- package/form-builder/lib/components/form-builder/index.d.ts +19 -0
- package/form-builder/lib/components/form-builder/services/form-condition.service.d.ts +46 -0
- package/form-builder/lib/components/form-builder/services/form-error-state.matcher.d.ts +9 -0
- package/form-builder/lib/components/form-builder/services/form-field-error.service.d.ts +38 -0
- package/form-builder/lib/components/form-builder/services/form-validation.service.d.ts +63 -0
- package/form-builder/lib/components/form-builder/services/location.service.d.ts +83 -0
- package/form-builder/lib/components/form-builder/services/nominatim-geocoding.service.d.ts +37 -0
- package/form-builder/lib/components/form-builder/services/wizard-sync.service.d.ts +63 -0
- package/form-builder/lib/components/form-builder/sub-components/error-summary/form-error-summary.component.d.ts +31 -0
- package/form-builder/lib/components/form-builder/sub-components/file-input/file-input.component.d.ts +41 -0
- package/form-builder/lib/components/form-builder/sub-components/form-fields/form-number-field.component.d.ts +42 -0
- package/form-builder/lib/components/form-builder/sub-components/form-fields/form-radio-field.component.d.ts +45 -0
- package/form-builder/lib/components/form-builder/sub-components/form-fields/form-select-field.component.d.ts +44 -0
- package/form-builder/lib/components/form-builder/sub-components/form-fields/form-text-field.component.d.ts +62 -0
- package/form-builder/lib/components/form-builder/sub-components/form-fields/form-textarea-field.component.d.ts +39 -0
- package/form-builder/lib/components/form-builder/sub-components/form-fields/index.d.ts +5 -0
- package/form-builder/lib/components/form-builder/sub-components/location-geocoded/location-geocoded.component.d.ts +84 -0
- package/form-builder/lib/components/form-builder/sub-components/specifica-territoriale/specifica-territoriale.component.d.ts +145 -0
- package/form-builder/lib/components/form-builder/sub-components/table-territoriale/table-territoriale.component.d.ts +108 -0
- package/form-builder/lib/components/form-builder/types/condition.types.d.ts +51 -0
- package/form-builder/lib/components/form-builder/types/field.types.d.ts +330 -0
- package/form-builder/lib/components/form-builder/types/geocoded-location.types.d.ts +116 -0
- package/form-builder/lib/components/form-builder/types/index.d.ts +6 -0
- package/form-builder/lib/components/form-builder/types/schema.types.d.ts +304 -0
- package/form-builder/lib/components/form-builder/types/territoriale.types.d.ts +170 -0
- package/form-builder/lib/components/form-builder/types/validation.types.d.ts +179 -0
- package/form-builder/lib/core/logging/logger.config.d.ts +18 -0
- package/form-builder/lib/core/logging/logger.service.d.ts +75 -0
- package/form-builder/lib/core/logging/logger.types.d.ts +70 -0
- package/form-builder/lib/core/types/index.d.ts +133 -0
- package/form-builder-editor/entry-form-builder-editor.d.ts +4 -0
- package/form-builder-editor/index.d.ts +5 -0
- package/form-builder-editor/lib/components/accordion/accordion.component.d.ts +125 -0
- package/form-builder-editor/lib/components/accordion/accordion.types.d.ts +64 -0
- package/form-builder-editor/lib/components/accordion/index.d.ts +2 -0
- package/form-builder-editor/lib/components/blackbox/blackbox-fingerprint.service.d.ts +36 -0
- package/form-builder-editor/lib/components/blackbox/blackbox-storage.service.d.ts +55 -0
- package/form-builder-editor/lib/components/blackbox/blackbox.service.d.ts +144 -0
- package/form-builder-editor/lib/components/blackbox/blackbox.types.d.ts +238 -0
- package/form-builder-editor/lib/components/button/button-area.component.d.ts +93 -0
- package/form-builder-editor/lib/components/button/button.component.d.ts +61 -0
- package/form-builder-editor/lib/components/button/button.types.d.ts +75 -0
- package/form-builder-editor/lib/components/button/index.d.ts +15 -0
- package/form-builder-editor/lib/components/form-builder/adapters/it-date-adapter.d.ts +32 -0
- package/form-builder-editor/lib/components/form-builder/directives/currency-input.directive.d.ts +48 -0
- package/form-builder-editor/lib/components/form-builder/form-builder.component.d.ts +279 -0
- package/form-builder-editor/lib/components/form-builder/services/form-condition.service.d.ts +46 -0
- package/form-builder-editor/lib/components/form-builder/services/form-error-state.matcher.d.ts +9 -0
- package/form-builder-editor/lib/components/form-builder/services/form-field-error.service.d.ts +38 -0
- package/form-builder-editor/lib/components/form-builder/services/form-validation.service.d.ts +63 -0
- package/form-builder-editor/lib/components/form-builder/services/location.service.d.ts +83 -0
- package/form-builder-editor/lib/components/form-builder/services/nominatim-geocoding.service.d.ts +37 -0
- package/form-builder-editor/lib/components/form-builder/sub-components/error-summary/form-error-summary.component.d.ts +31 -0
- package/form-builder-editor/lib/components/form-builder/sub-components/file-input/file-input.component.d.ts +41 -0
- package/form-builder-editor/lib/components/form-builder/sub-components/form-fields/form-number-field.component.d.ts +42 -0
- package/form-builder-editor/lib/components/form-builder/sub-components/form-fields/form-radio-field.component.d.ts +45 -0
- package/form-builder-editor/lib/components/form-builder/sub-components/form-fields/form-select-field.component.d.ts +44 -0
- package/form-builder-editor/lib/components/form-builder/sub-components/form-fields/form-text-field.component.d.ts +62 -0
- package/form-builder-editor/lib/components/form-builder/sub-components/form-fields/form-textarea-field.component.d.ts +39 -0
- package/form-builder-editor/lib/components/form-builder/sub-components/form-fields/index.d.ts +5 -0
- package/form-builder-editor/lib/components/form-builder/sub-components/location-geocoded/location-geocoded.component.d.ts +84 -0
- package/form-builder-editor/lib/components/form-builder/sub-components/specifica-territoriale/specifica-territoriale.component.d.ts +145 -0
- package/form-builder-editor/lib/components/form-builder/sub-components/table-territoriale/table-territoriale.component.d.ts +108 -0
- package/form-builder-editor/lib/components/form-builder/types/condition.types.d.ts +51 -0
- package/form-builder-editor/lib/components/form-builder/types/field.types.d.ts +330 -0
- package/form-builder-editor/lib/components/form-builder/types/geocoded-location.types.d.ts +116 -0
- package/form-builder-editor/lib/components/form-builder/types/index.d.ts +6 -0
- package/form-builder-editor/lib/components/form-builder/types/schema.types.d.ts +304 -0
- package/form-builder-editor/lib/components/form-builder/types/territoriale.types.d.ts +170 -0
- package/form-builder-editor/lib/components/form-builder/types/validation.types.d.ts +179 -0
- package/form-builder-editor/lib/components/form-builder-editor/form-builder-editor.component.d.ts +117 -0
- package/form-builder-editor/lib/components/form-builder-editor/form-builder-editor.service.d.ts +38 -0
- package/form-builder-editor/lib/components/form-builder-editor/index.d.ts +17 -0
- package/form-builder-editor/lib/components/form-builder-editor/presets/editor-presets.d.ts +25 -0
- package/form-builder-editor/lib/components/form-builder-editor/services/editor-persistence.service.d.ts +42 -0
- package/form-builder-editor/lib/components/form-builder-editor/services/editor-state.service.d.ts +66 -0
- package/form-builder-editor/lib/components/form-builder-editor/services/field-factory.service.d.ts +28 -0
- package/form-builder-editor/lib/components/form-builder-editor/sub-components/condition-editor/condition-editor.component.d.ts +139 -0
- package/form-builder-editor/lib/components/form-builder-editor/sub-components/editor-toolbar/editor-toolbar.component.d.ts +43 -0
- package/form-builder-editor/lib/components/form-builder-editor/sub-components/field-config-panel/field-config-panel.component.d.ts +83 -0
- package/form-builder-editor/lib/components/form-builder-editor/sub-components/field-palette/field-palette.component.d.ts +40 -0
- package/form-builder-editor/lib/components/form-builder-editor/sub-components/form-values-panel/form-values-panel.component.d.ts +51 -0
- package/form-builder-editor/lib/components/form-builder-editor/sub-components/options-editor/options-editor.component.d.ts +63 -0
- package/form-builder-editor/lib/components/form-builder-editor/sub-components/preview-container/preview-container.component.d.ts +68 -0
- package/form-builder-editor/lib/components/form-builder-editor/sub-components/section-editor/section-editor.component.d.ts +82 -0
- package/form-builder-editor/lib/components/form-builder-editor/sub-components/validation-editor/validation-editor.component.d.ts +112 -0
- package/form-builder-editor/lib/components/form-builder-editor/types/editor.types.d.ts +124 -0
- package/form-builder-editor/lib/components/modal/confirm-dialog.component.d.ts +46 -0
- package/form-builder-editor/lib/components/modal/index.d.ts +4 -0
- package/form-builder-editor/lib/components/modal/modal.component.d.ts +44 -0
- package/form-builder-editor/lib/components/modal/modal.service.d.ts +93 -0
- package/form-builder-editor/lib/components/modal/modal.types.d.ts +110 -0
- package/form-builder-editor/lib/core/logging/logger.config.d.ts +18 -0
- package/form-builder-editor/lib/core/logging/logger.service.d.ts +75 -0
- package/form-builder-editor/lib/core/logging/logger.types.d.ts +70 -0
- package/form-builder-editor/lib/core/types/index.d.ts +133 -0
- package/http/entry-http.d.ts +4 -0
- package/http/index.d.ts +5 -0
- package/http/lib/components/blackbox/blackbox-fingerprint.service.d.ts +36 -0
- package/http/lib/components/blackbox/blackbox-storage.service.d.ts +55 -0
- package/http/lib/components/blackbox/blackbox.service.d.ts +144 -0
- package/http/lib/components/blackbox/blackbox.types.d.ts +238 -0
- package/http/lib/components/http/http-message.handler.d.ts +59 -0
- package/http/lib/components/http/http.service.d.ts +98 -0
- package/http/lib/components/http/http.tokens.d.ts +29 -0
- package/http/lib/components/http/http.types.d.ts +50 -0
- package/http/lib/components/http/index.d.ts +17 -0
- package/http/lib/components/layout-builder/layout-builder.types.d.ts +436 -0
- package/http/lib/components/layout-builder/layout.service.d.ts +100 -0
- package/http/lib/components/toast/toast-container.component.d.ts +27 -0
- package/http/lib/components/toast/toast.component.d.ts +37 -0
- package/http/lib/components/toast/toast.service.d.ts +39 -0
- package/http/lib/components/toast/toast.types.d.ts +52 -0
- package/http/lib/core/types/index.d.ts +133 -0
- package/http/lib/core/utils/index.d.ts +60 -0
- package/layout-builder/entry-layout-builder.d.ts +4 -0
- package/layout-builder/index.d.ts +5 -0
- package/layout-builder/lib/components/layout-builder/index.d.ts +16 -0
- package/layout-builder/lib/components/layout-builder/layout-builder.component.d.ts +85 -0
- package/layout-builder/lib/components/layout-builder/layout-builder.types.d.ts +436 -0
- package/layout-builder/lib/components/layout-builder/layout.service.d.ts +100 -0
- package/layout-builder/lib/core/types/index.d.ts +133 -0
- package/lib/components/accordion/accordion.component.d.ts +10 -3
- package/lib/components/accordion/accordion.types.d.ts +2 -0
- package/lib/components/base-layout/base-layout.component.d.ts +36 -11
- package/lib/components/base-layout/base-layout.types.d.ts +14 -0
- package/lib/components/base-layout/index.d.ts +1 -1
- package/lib/components/blackbox/blackbox-debugger.component.d.ts +80 -0
- package/lib/components/blackbox/blackbox-debugger.service.d.ts +34 -0
- package/lib/components/blackbox/blackbox-fingerprint.service.d.ts +36 -0
- package/lib/components/blackbox/blackbox-json-viewer.component.d.ts +18 -0
- package/lib/components/blackbox/blackbox-storage.service.d.ts +55 -0
- package/lib/components/blackbox/blackbox.interceptor.d.ts +38 -0
- package/lib/components/blackbox/blackbox.service.d.ts +144 -0
- package/lib/components/blackbox/blackbox.types.d.ts +238 -0
- package/lib/components/blackbox/index.d.ts +23 -0
- package/lib/components/blackbox/ui-track.directive.d.ts +20 -0
- package/lib/components/button/button-area.component.d.ts +6 -1
- package/lib/components/button/button.component.d.ts +8 -2
- package/lib/components/button/button.types.d.ts +5 -0
- package/lib/components/form-builder/form-builder.component.d.ts +125 -29
- package/lib/components/form-builder/form-wizard.component.d.ts +89 -4
- package/lib/components/form-builder/index.d.ts +7 -1
- package/lib/components/form-builder/services/form-error-state.matcher.d.ts +9 -0
- package/lib/components/form-builder/services/form-field-error.service.d.ts +38 -0
- package/lib/components/form-builder/services/nominatim-geocoding.service.d.ts +37 -0
- package/lib/components/form-builder/sub-components/error-summary/form-error-summary.component.d.ts +9 -6
- package/lib/components/form-builder/sub-components/form-fields/form-number-field.component.d.ts +42 -0
- package/lib/components/form-builder/sub-components/form-fields/form-radio-field.component.d.ts +45 -0
- package/lib/components/form-builder/sub-components/form-fields/form-select-field.component.d.ts +44 -0
- package/lib/components/form-builder/sub-components/form-fields/form-text-field.component.d.ts +62 -0
- package/lib/components/form-builder/sub-components/form-fields/form-textarea-field.component.d.ts +39 -0
- package/lib/components/form-builder/sub-components/form-fields/index.d.ts +5 -0
- package/lib/components/form-builder/sub-components/location-geocoded/location-geocoded.component.d.ts +84 -0
- package/lib/components/form-builder/types/field.types.d.ts +48 -6
- package/lib/components/form-builder/types/geocoded-location.types.d.ts +116 -0
- package/lib/components/form-builder/types/index.d.ts +4 -3
- package/lib/components/form-builder/types/schema.types.d.ts +83 -6
- package/lib/components/form-builder/types/validation.types.d.ts +5 -0
- package/lib/components/form-builder-editor/index.d.ts +2 -0
- package/lib/components/form-builder-editor/presets/editor-presets.d.ts +25 -0
- package/lib/components/http/http-message.handler.d.ts +59 -0
- package/lib/components/http/http.service.d.ts +98 -0
- package/lib/components/http/http.tokens.d.ts +29 -0
- package/lib/components/http/http.types.d.ts +50 -0
- package/lib/components/http/index.d.ts +17 -0
- package/lib/components/page-header/breadcrumb.service.d.ts +2 -2
- package/lib/components/table/table.types.d.ts +5 -0
- package/lib/components/toast/index.d.ts +17 -0
- package/lib/components/toast/toast-container.component.d.ts +27 -0
- package/lib/components/toast/toast.component.d.ts +37 -0
- package/lib/components/toast/toast.service.d.ts +39 -0
- package/lib/components/toast/toast.types.d.ts +52 -0
- package/lib/core/logging/index.d.ts +8 -0
- package/lib/core/logging/logger.config.d.ts +18 -0
- package/lib/core/logging/logger.service.d.ts +75 -0
- package/lib/core/logging/logger.types.d.ts +70 -0
- package/lib/core/types/index.d.ts +76 -0
- package/lib/core/utils/index.d.ts +31 -0
- package/lib/version/ng-ui-system-version.d.ts +9 -0
- package/modal/entry-modal.d.ts +4 -0
- package/modal/index.d.ts +5 -0
- package/modal/lib/components/button/button.component.d.ts +61 -0
- package/modal/lib/components/button/button.types.d.ts +75 -0
- package/modal/lib/components/modal/confirm-dialog.component.d.ts +46 -0
- package/modal/lib/components/modal/index.d.ts +4 -0
- package/modal/lib/components/modal/modal.component.d.ts +44 -0
- package/modal/lib/components/modal/modal.service.d.ts +93 -0
- package/modal/lib/components/modal/modal.types.d.ts +110 -0
- package/modal/lib/core/types/index.d.ts +133 -0
- package/package.json +93 -8
- package/page-header/entry-page-header.d.ts +4 -0
- package/page-header/index.d.ts +5 -0
- package/page-header/lib/components/page-header/breadcrumb.service.d.ts +96 -0
- package/page-header/lib/components/page-header/index.d.ts +16 -0
- package/page-header/lib/components/page-header/page-header.component.d.ts +59 -0
- package/page-header/lib/components/page-header/page-header.types.d.ts +96 -0
- package/public-api.d.ts +11 -6
- package/table/entry-table.d.ts +4 -0
- package/table/index.d.ts +5 -0
- package/table/lib/components/table/index.d.ts +2 -0
- package/table/lib/components/table/paginated-table.component.d.ts +85 -0
- package/table/lib/components/table/table.types.d.ts +86 -0
- package/table/lib/core/utils/index.d.ts +60 -0
- package/toast/entry-toast.d.ts +4 -0
- package/toast/index.d.ts +5 -0
- package/toast/lib/components/toast/index.d.ts +17 -0
- package/toast/lib/components/toast/toast-container.component.d.ts +27 -0
- package/toast/lib/components/toast/toast.component.d.ts +37 -0
- package/toast/lib/components/toast/toast.service.d.ts +39 -0
- package/toast/lib/components/toast/toast.types.d.ts +52 -0
- package/toast/lib/core/types/index.d.ts +133 -0
- package/toast/lib/core/utils/index.d.ts +60 -0
|
@@ -0,0 +1,473 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @module ng-ui-system/form-builder-editor
|
|
3
|
+
* Componente editor di sezione per il form builder.
|
|
4
|
+
*
|
|
5
|
+
* Renderizza una singola sezione del form come card, con supporto
|
|
6
|
+
* per espansione/collasso, editing inline del titolo, drag & drop
|
|
7
|
+
* dei campi e azioni CRUD su sezione e campi.
|
|
8
|
+
*/
|
|
9
|
+
import { Component, ChangeDetectionStrategy, Input, Output, EventEmitter } from '@angular/core';
|
|
10
|
+
import { FormsModule } from '@angular/forms';
|
|
11
|
+
import { MatCardModule } from '@angular/material/card';
|
|
12
|
+
import { MatFormFieldModule } from '@angular/material/form-field';
|
|
13
|
+
import { MatInputModule } from '@angular/material/input';
|
|
14
|
+
import { DragDropModule } from '@angular/cdk/drag-drop';
|
|
15
|
+
import { LucideAngularModule } from 'lucide-angular';
|
|
16
|
+
import { UiButtonComponent } from '../../../button/index';
|
|
17
|
+
import * as i0 from "@angular/core";
|
|
18
|
+
import * as i1 from "@angular/forms";
|
|
19
|
+
import * as i2 from "@angular/material/card";
|
|
20
|
+
import * as i3 from "@angular/material/form-field";
|
|
21
|
+
import * as i4 from "@angular/material/input";
|
|
22
|
+
import * as i5 from "@angular/cdk/drag-drop";
|
|
23
|
+
import * as i6 from "lucide-angular";
|
|
24
|
+
/**
|
|
25
|
+
* Mappa tipo di campo -> nome icona Lucide.
|
|
26
|
+
* Usata per visualizzare l'icona corretta accanto a ciascun campo.
|
|
27
|
+
*/
|
|
28
|
+
const FIELD_ICON_MAP = {
|
|
29
|
+
text: 'type',
|
|
30
|
+
email: 'mail',
|
|
31
|
+
password: 'lock', // NOSONAR - Icon name for password field type, not a credential
|
|
32
|
+
number: 'hash',
|
|
33
|
+
textarea: 'text',
|
|
34
|
+
select: 'chevron-down',
|
|
35
|
+
multiselect: 'list',
|
|
36
|
+
freemultiselect: 'list-plus',
|
|
37
|
+
radio: 'circle-dot',
|
|
38
|
+
checkbox: 'check-square',
|
|
39
|
+
switch: 'toggle-left',
|
|
40
|
+
date: 'calendar',
|
|
41
|
+
datetime: 'clock',
|
|
42
|
+
file: 'upload',
|
|
43
|
+
flag: 'flag',
|
|
44
|
+
custom: 'settings',
|
|
45
|
+
divider: 'minus',
|
|
46
|
+
location: 'map-pin',
|
|
47
|
+
'location-geocoded': 'globe',
|
|
48
|
+
'location-table': 'map',
|
|
49
|
+
};
|
|
50
|
+
/**
|
|
51
|
+
* Editor visuale di una singola sezione del form.
|
|
52
|
+
*
|
|
53
|
+
* Supporta:
|
|
54
|
+
* - Header espandibile/collassabile con editing inline del titolo
|
|
55
|
+
* - Pulsanti azione: modifica titolo, duplica, elimina
|
|
56
|
+
* - Drop list CDK per ricevere campi dalla palette o da altre sezioni
|
|
57
|
+
* - Ogni campo mostra: handle di trascinamento, icona tipo, label, chiave, badge tipo, asterisco required
|
|
58
|
+
* - Azioni campo (al passaggio mouse): duplica, elimina
|
|
59
|
+
* - Stato vuoto quando non ci sono campi
|
|
60
|
+
*/
|
|
61
|
+
export class UiSectionEditorComponent {
|
|
62
|
+
constructor() {
|
|
63
|
+
/** Indica se la sezione e attualmente selezionata. */
|
|
64
|
+
this.isSelected = false;
|
|
65
|
+
/** Chiave del campo attualmente selezionato (o null). */
|
|
66
|
+
this.selectedFieldKey = null;
|
|
67
|
+
/** Emette aggiornamenti parziali alla sezione. */
|
|
68
|
+
this.sectionUpdate = new EventEmitter();
|
|
69
|
+
/** Emette richiesta di eliminazione della sezione. */
|
|
70
|
+
this.sectionDelete = new EventEmitter();
|
|
71
|
+
/** Emette richiesta di duplicazione della sezione. */
|
|
72
|
+
this.sectionDuplicate = new EventEmitter();
|
|
73
|
+
/** Emette la chiave del campo selezionato. */
|
|
74
|
+
this.fieldSelect = new EventEmitter();
|
|
75
|
+
/** Emette la chiave del campo da duplicare. */
|
|
76
|
+
this.fieldDuplicate = new EventEmitter();
|
|
77
|
+
/** Emette la chiave del campo da eliminare. */
|
|
78
|
+
this.fieldDelete = new EventEmitter();
|
|
79
|
+
/** Emette l'evento di drop del CDK drag & drop. */
|
|
80
|
+
this.fieldDrop = new EventEmitter();
|
|
81
|
+
/** Stato di espansione della sezione. */
|
|
82
|
+
this.isExpanded = true;
|
|
83
|
+
/** Indica se il titolo e in fase di modifica inline. */
|
|
84
|
+
this.isEditingTitle = false;
|
|
85
|
+
/** Titolo temporaneo durante la modifica inline. */
|
|
86
|
+
this.tempTitle = '';
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* Alterna lo stato di espansione/collasso della sezione.
|
|
90
|
+
*/
|
|
91
|
+
toggleExpand() {
|
|
92
|
+
this.isExpanded = !this.isExpanded;
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* Avvia la modifica inline del titolo della sezione.
|
|
96
|
+
* @param event - Evento del mouse per prevenire la propagazione.
|
|
97
|
+
*/
|
|
98
|
+
startTitleEdit(event) {
|
|
99
|
+
event.stopPropagation();
|
|
100
|
+
this.tempTitle = this.section.title || '';
|
|
101
|
+
this.isEditingTitle = true;
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* Conferma la modifica del titolo ed emette l'aggiornamento.
|
|
105
|
+
*/
|
|
106
|
+
confirmTitleEdit() {
|
|
107
|
+
if (this.isEditingTitle) {
|
|
108
|
+
this.isEditingTitle = false;
|
|
109
|
+
const trimmed = this.tempTitle.trim();
|
|
110
|
+
if (trimmed && trimmed !== this.section.title) {
|
|
111
|
+
this.sectionUpdate.emit({ title: trimmed });
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
/**
|
|
116
|
+
* Annulla la modifica del titolo, ripristinando il valore originale.
|
|
117
|
+
*/
|
|
118
|
+
cancelTitleEdit() {
|
|
119
|
+
this.isEditingTitle = false;
|
|
120
|
+
this.tempTitle = '';
|
|
121
|
+
}
|
|
122
|
+
/**
|
|
123
|
+
* Restituisce il nome dell'icona Lucide associata al tipo di campo.
|
|
124
|
+
* @param type - Tipo di campo del form.
|
|
125
|
+
* @returns Nome dell'icona Lucide.
|
|
126
|
+
*/
|
|
127
|
+
getFieldIcon(type) {
|
|
128
|
+
return FIELD_ICON_MAP[type] || 'help-circle';
|
|
129
|
+
}
|
|
130
|
+
/**
|
|
131
|
+
* Gestisce l'evento di drop del CDK drag & drop e lo propaga al parent.
|
|
132
|
+
* @param event - Evento CdkDragDrop.
|
|
133
|
+
*/
|
|
134
|
+
onFieldDrop(event) {
|
|
135
|
+
this.fieldDrop.emit(event);
|
|
136
|
+
}
|
|
137
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UiSectionEditorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
138
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: UiSectionEditorComponent, isStandalone: true, selector: "ui-section-editor", inputs: { section: "section", isSelected: "isSelected", selectedFieldKey: "selectedFieldKey" }, outputs: { sectionUpdate: "sectionUpdate", sectionDelete: "sectionDelete", sectionDuplicate: "sectionDuplicate", fieldSelect: "fieldSelect", fieldDuplicate: "fieldDuplicate", fieldDelete: "fieldDelete", fieldDrop: "fieldDrop" }, ngImport: i0, template: `
|
|
139
|
+
<!-- Card della sezione -->
|
|
140
|
+
<mat-card
|
|
141
|
+
class="section-card"
|
|
142
|
+
[class.section-card--selected]="isSelected"
|
|
143
|
+
>
|
|
144
|
+
<!-- Header della sezione -->
|
|
145
|
+
<div class="section-header" (click)="toggleExpand()">
|
|
146
|
+
<!-- Indicatore espansione -->
|
|
147
|
+
<ui-button
|
|
148
|
+
[icon]="isExpanded ? 'chevron-down' : 'chevron-right'"
|
|
149
|
+
variant="ghost"
|
|
150
|
+
size="sm"
|
|
151
|
+
[tooltip]="isExpanded ? 'Comprimi sezione' : 'Espandi sezione'"
|
|
152
|
+
ariaLabel="Espandi/Comprimi sezione"
|
|
153
|
+
/>
|
|
154
|
+
|
|
155
|
+
<!-- Titolo della sezione (doppio click per modificare) -->
|
|
156
|
+
@if (isEditingTitle) {
|
|
157
|
+
<mat-form-field class="section-header__title-field" appearance="outline">
|
|
158
|
+
<input
|
|
159
|
+
matInput
|
|
160
|
+
[(ngModel)]="tempTitle"
|
|
161
|
+
(blur)="confirmTitleEdit()"
|
|
162
|
+
(keydown.enter)="confirmTitleEdit()"
|
|
163
|
+
(keydown.escape)="cancelTitleEdit()"
|
|
164
|
+
(click)="$event.stopPropagation()"
|
|
165
|
+
autofocus
|
|
166
|
+
/>
|
|
167
|
+
</mat-form-field>
|
|
168
|
+
} @else {
|
|
169
|
+
<span
|
|
170
|
+
class="section-header__title"
|
|
171
|
+
(dblclick)="startTitleEdit($event)"
|
|
172
|
+
>
|
|
173
|
+
{{ section.title || 'Sezione senza titolo' }}
|
|
174
|
+
</span>
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
<!-- Badge conteggio campi -->
|
|
178
|
+
<span class="section-header__badge">
|
|
179
|
+
{{ section.fields.length }} {{ section.fields.length === 1 ? 'campo' : 'campi' }}
|
|
180
|
+
</span>
|
|
181
|
+
|
|
182
|
+
<!-- Azioni sezione -->
|
|
183
|
+
<div class="section-header__actions" (click)="$event.stopPropagation()">
|
|
184
|
+
<ui-button
|
|
185
|
+
icon="pencil"
|
|
186
|
+
variant="ghost"
|
|
187
|
+
size="sm"
|
|
188
|
+
ariaLabel="Modifica titolo"
|
|
189
|
+
tooltip="Modifica titolo"
|
|
190
|
+
(click)="startTitleEdit($event)"
|
|
191
|
+
/>
|
|
192
|
+
|
|
193
|
+
<ui-button
|
|
194
|
+
icon="copy"
|
|
195
|
+
variant="ghost"
|
|
196
|
+
size="sm"
|
|
197
|
+
ariaLabel="Duplica sezione"
|
|
198
|
+
tooltip="Duplica sezione"
|
|
199
|
+
(click)="sectionDuplicate.emit()"
|
|
200
|
+
/>
|
|
201
|
+
|
|
202
|
+
<ui-button
|
|
203
|
+
icon="trash-2"
|
|
204
|
+
variant="warn"
|
|
205
|
+
size="sm"
|
|
206
|
+
ariaLabel="Elimina sezione"
|
|
207
|
+
tooltip="Elimina sezione"
|
|
208
|
+
(click)="sectionDelete.emit()"
|
|
209
|
+
/>
|
|
210
|
+
</div>
|
|
211
|
+
</div>
|
|
212
|
+
|
|
213
|
+
<!-- Corpo della sezione (espandibile) -->
|
|
214
|
+
@if (isExpanded) {
|
|
215
|
+
<div class="section-body">
|
|
216
|
+
<!-- Drop list CDK per i campi -->
|
|
217
|
+
<div
|
|
218
|
+
cdkDropList
|
|
219
|
+
[cdkDropListData]="section"
|
|
220
|
+
[id]="'section-' + section.id"
|
|
221
|
+
(cdkDropListDropped)="onFieldDrop($event)"
|
|
222
|
+
class="field-drop-list"
|
|
223
|
+
>
|
|
224
|
+
@for (field of section.fields; track field.key) {
|
|
225
|
+
<div
|
|
226
|
+
class="field-item"
|
|
227
|
+
cdkDrag
|
|
228
|
+
[cdkDragData]="field"
|
|
229
|
+
[class.field-item--selected]="field.key === selectedFieldKey"
|
|
230
|
+
(click)="fieldSelect.emit(field.key)"
|
|
231
|
+
>
|
|
232
|
+
<!-- Handle di trascinamento -->
|
|
233
|
+
<div class="field-item__handle" cdkDragHandle>
|
|
234
|
+
<lucide-icon name="grip-vertical" [size]="16" />
|
|
235
|
+
</div>
|
|
236
|
+
|
|
237
|
+
<!-- Icona tipo campo -->
|
|
238
|
+
<div class="field-item__icon">
|
|
239
|
+
<lucide-icon [name]="getFieldIcon(field.type)" [size]="16" />
|
|
240
|
+
</div>
|
|
241
|
+
|
|
242
|
+
<!-- Informazioni campo -->
|
|
243
|
+
<div class="field-item__info">
|
|
244
|
+
<span class="field-item__label">
|
|
245
|
+
{{ field.label || 'Senza etichetta' }}
|
|
246
|
+
@if (field.required) {
|
|
247
|
+
<span class="field-item__required">*</span>
|
|
248
|
+
}
|
|
249
|
+
</span>
|
|
250
|
+
<span class="field-item__key">{{ field.key }}</span>
|
|
251
|
+
</div>
|
|
252
|
+
|
|
253
|
+
<!-- Badge tipo campo -->
|
|
254
|
+
<span class="field-item__type-badge">{{ field.type }}</span>
|
|
255
|
+
|
|
256
|
+
<!-- Azioni campo (visibili al passaggio del mouse) -->
|
|
257
|
+
<div class="field-item__actions" (click)="$event.stopPropagation()">
|
|
258
|
+
<ui-button
|
|
259
|
+
icon="copy"
|
|
260
|
+
variant="ghost"
|
|
261
|
+
size="xs"
|
|
262
|
+
ariaLabel="Duplica campo"
|
|
263
|
+
tooltip="Duplica campo"
|
|
264
|
+
(click)="fieldDuplicate.emit(field.key)"
|
|
265
|
+
/>
|
|
266
|
+
|
|
267
|
+
<ui-button
|
|
268
|
+
icon="trash-2"
|
|
269
|
+
variant="warn"
|
|
270
|
+
size="xs"
|
|
271
|
+
ariaLabel="Elimina campo"
|
|
272
|
+
tooltip="Elimina campo"
|
|
273
|
+
(click)="fieldDelete.emit(field.key)"
|
|
274
|
+
/>
|
|
275
|
+
</div>
|
|
276
|
+
</div>
|
|
277
|
+
} @empty {
|
|
278
|
+
<!-- Stato vuoto -->
|
|
279
|
+
<div class="field-drop-list__empty">
|
|
280
|
+
<lucide-icon name="mouse-pointer-click" [size]="24" />
|
|
281
|
+
<span>Trascina qui i campi dalla palette</span>
|
|
282
|
+
</div>
|
|
283
|
+
}
|
|
284
|
+
</div>
|
|
285
|
+
</div>
|
|
286
|
+
}
|
|
287
|
+
</mat-card>
|
|
288
|
+
`, isInline: true, styles: [":host{display:block}.section-card{border:2px solid var(--ui-color-border);border-radius:var(--ui-radius-md);overflow:hidden;transition:border-color var(--ui-transition-fast),box-shadow var(--ui-transition-fast)}.section-card:hover{box-shadow:var(--ui-shadow-sm)}.section-card--selected{border-color:var(--ui-color-primary);box-shadow:var(--ui-shadow-md)}.section-header{display:flex;align-items:center;gap:var(--ui-spacing-2);padding:var(--ui-spacing-3) var(--ui-spacing-4);background:var(--ui-color-bg-subtle);cursor:pointer;-webkit-user-select:none;user-select:none;transition:background var(--ui-transition-fast)}.section-header:hover{background:var(--ui-color-surface)}.section-header__title{flex:1;font-size:var(--ui-font-size-md);font-weight:600;color:var(--ui-color-text);cursor:pointer}.section-header__title-field{flex:1}.section-header__title-field ::ng-deep .mat-mdc-form-field-infix{padding-top:var(--ui-spacing-1)!important;padding-bottom:var(--ui-spacing-1)!important;min-height:unset}.section-header__badge{font-size:var(--ui-font-size-xs);color:var(--ui-color-text-muted);background:var(--ui-color-surface);padding:var(--ui-spacing-1) var(--ui-spacing-2);border-radius:var(--ui-radius-sm);white-space:nowrap}.section-header__actions{display:flex;align-items:center;gap:var(--ui-spacing-1);opacity:0;transition:opacity var(--ui-transition-fast)}.section-header:hover .section-header__actions{opacity:1}.section-body{padding:var(--ui-spacing-3)}.field-drop-list{min-height:48px;border:2px dashed var(--ui-color-border);border-radius:var(--ui-radius-sm);transition:border-color var(--ui-transition-fast),background var(--ui-transition-fast)}.field-drop-list.cdk-drop-list-dragging{border-color:var(--ui-color-primary);background:var(--ui-color-primary-bg)}.field-drop-list__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--ui-spacing-2);padding:var(--ui-spacing-6) var(--ui-spacing-4);color:var(--ui-color-text-muted);font-size:var(--ui-font-size-sm)}.field-item{display:flex;align-items:center;gap:var(--ui-spacing-2);padding:var(--ui-spacing-2) var(--ui-spacing-3);background:var(--ui-color-surface);border-bottom:1px solid var(--ui-color-border);cursor:pointer;transition:background var(--ui-transition-fast)}.field-item:first-child{border-top-left-radius:var(--ui-radius-sm);border-top-right-radius:var(--ui-radius-sm)}.field-item:last-child{border-bottom:none;border-bottom-left-radius:var(--ui-radius-sm);border-bottom-right-radius:var(--ui-radius-sm)}.field-item:hover{background:var(--ui-color-bg-subtle)}.field-item--selected{background:var(--ui-color-primary-bg);border-left:3px solid var(--ui-color-primary)}.field-item__handle{display:flex;align-items:center;cursor:grab;color:var(--ui-color-text-muted);transition:color var(--ui-transition-fast)}.field-item__handle:active{cursor:grabbing}.field-item:hover .field-item__handle{color:var(--ui-color-text-secondary)}.field-item__icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--ui-radius-sm);background:var(--ui-color-bg-subtle);color:var(--ui-color-primary)}.field-item__info{flex:1;display:flex;flex-direction:column;min-width:0}.field-item__label{font-size:var(--ui-font-size-sm);font-weight:500;color:var(--ui-color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.field-item__required{color:var(--ui-color-warn);margin-left:var(--ui-spacing-1)}.field-item__key{font-size:var(--ui-font-size-xs);color:var(--ui-color-text-muted);font-family:monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.field-item__type-badge{font-size:var(--ui-font-size-xs);color:var(--ui-color-primary);background:var(--ui-color-primary-bg);padding:2px var(--ui-spacing-2);border-radius:var(--ui-radius-sm);white-space:nowrap;font-weight:500}.field-item__actions{display:flex;align-items:center;gap:var(--ui-spacing-1);opacity:0;transition:opacity var(--ui-transition-fast)}.field-item:hover .field-item__actions{opacity:1}.cdk-drag-preview{box-sizing:border-box;border-radius:var(--ui-radius-sm);box-shadow:var(--ui-shadow-md);background:var(--ui-color-surface);padding:var(--ui-spacing-2) var(--ui-spacing-3);display:flex;align-items:center;gap:var(--ui-spacing-2)}.cdk-drag-placeholder{opacity:.3}.cdk-drag-animating{transition:transform .25s cubic-bezier(0,0,.2,1)}\n"], dependencies: [{ kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: MatCardModule }, { kind: "component", type: i2.MatCard, selector: "mat-card", inputs: ["appearance"], exportAs: ["matCard"] }, { kind: "ngmodule", type: MatFormFieldModule }, { kind: "component", type: i3.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i4.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { kind: "ngmodule", type: DragDropModule }, { kind: "directive", type: i5.CdkDropList, selector: "[cdkDropList], cdk-drop-list", inputs: ["cdkDropListConnectedTo", "cdkDropListData", "cdkDropListOrientation", "id", "cdkDropListLockAxis", "cdkDropListDisabled", "cdkDropListSortingDisabled", "cdkDropListEnterPredicate", "cdkDropListSortPredicate", "cdkDropListAutoScrollDisabled", "cdkDropListAutoScrollStep", "cdkDropListElementContainer"], outputs: ["cdkDropListDropped", "cdkDropListEntered", "cdkDropListExited", "cdkDropListSorted"], exportAs: ["cdkDropList"] }, { kind: "directive", type: i5.CdkDrag, selector: "[cdkDrag]", inputs: ["cdkDragData", "cdkDragLockAxis", "cdkDragRootElement", "cdkDragBoundary", "cdkDragStartDelay", "cdkDragFreeDragPosition", "cdkDragDisabled", "cdkDragConstrainPosition", "cdkDragPreviewClass", "cdkDragPreviewContainer", "cdkDragScale"], outputs: ["cdkDragStarted", "cdkDragReleased", "cdkDragEnded", "cdkDragEntered", "cdkDragExited", "cdkDragDropped", "cdkDragMoved"], exportAs: ["cdkDrag"] }, { kind: "directive", type: i5.CdkDragHandle, selector: "[cdkDragHandle]", inputs: ["cdkDragHandleDisabled"] }, { kind: "ngmodule", type: LucideAngularModule }, { kind: "component", type: i6.LucideAngularComponent, selector: "lucide-angular, lucide-icon, i-lucide, span-lucide", inputs: ["class", "name", "img", "color", "absoluteStrokeWidth", "size", "strokeWidth"] }, { kind: "component", type: UiButtonComponent, selector: "ui-button", inputs: ["label", "tooltip", "variant", "size", "icon", "iconPosition", "loading", "disabled", "fullWidth", "type", "ariaLabel", "customClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
289
|
+
}
|
|
290
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UiSectionEditorComponent, decorators: [{
|
|
291
|
+
type: Component,
|
|
292
|
+
args: [{ selector: 'ui-section-editor', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, imports: [
|
|
293
|
+
FormsModule,
|
|
294
|
+
MatCardModule,
|
|
295
|
+
MatFormFieldModule,
|
|
296
|
+
MatInputModule,
|
|
297
|
+
DragDropModule,
|
|
298
|
+
LucideAngularModule,
|
|
299
|
+
UiButtonComponent,
|
|
300
|
+
], template: `
|
|
301
|
+
<!-- Card della sezione -->
|
|
302
|
+
<mat-card
|
|
303
|
+
class="section-card"
|
|
304
|
+
[class.section-card--selected]="isSelected"
|
|
305
|
+
>
|
|
306
|
+
<!-- Header della sezione -->
|
|
307
|
+
<div class="section-header" (click)="toggleExpand()">
|
|
308
|
+
<!-- Indicatore espansione -->
|
|
309
|
+
<ui-button
|
|
310
|
+
[icon]="isExpanded ? 'chevron-down' : 'chevron-right'"
|
|
311
|
+
variant="ghost"
|
|
312
|
+
size="sm"
|
|
313
|
+
[tooltip]="isExpanded ? 'Comprimi sezione' : 'Espandi sezione'"
|
|
314
|
+
ariaLabel="Espandi/Comprimi sezione"
|
|
315
|
+
/>
|
|
316
|
+
|
|
317
|
+
<!-- Titolo della sezione (doppio click per modificare) -->
|
|
318
|
+
@if (isEditingTitle) {
|
|
319
|
+
<mat-form-field class="section-header__title-field" appearance="outline">
|
|
320
|
+
<input
|
|
321
|
+
matInput
|
|
322
|
+
[(ngModel)]="tempTitle"
|
|
323
|
+
(blur)="confirmTitleEdit()"
|
|
324
|
+
(keydown.enter)="confirmTitleEdit()"
|
|
325
|
+
(keydown.escape)="cancelTitleEdit()"
|
|
326
|
+
(click)="$event.stopPropagation()"
|
|
327
|
+
autofocus
|
|
328
|
+
/>
|
|
329
|
+
</mat-form-field>
|
|
330
|
+
} @else {
|
|
331
|
+
<span
|
|
332
|
+
class="section-header__title"
|
|
333
|
+
(dblclick)="startTitleEdit($event)"
|
|
334
|
+
>
|
|
335
|
+
{{ section.title || 'Sezione senza titolo' }}
|
|
336
|
+
</span>
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
<!-- Badge conteggio campi -->
|
|
340
|
+
<span class="section-header__badge">
|
|
341
|
+
{{ section.fields.length }} {{ section.fields.length === 1 ? 'campo' : 'campi' }}
|
|
342
|
+
</span>
|
|
343
|
+
|
|
344
|
+
<!-- Azioni sezione -->
|
|
345
|
+
<div class="section-header__actions" (click)="$event.stopPropagation()">
|
|
346
|
+
<ui-button
|
|
347
|
+
icon="pencil"
|
|
348
|
+
variant="ghost"
|
|
349
|
+
size="sm"
|
|
350
|
+
ariaLabel="Modifica titolo"
|
|
351
|
+
tooltip="Modifica titolo"
|
|
352
|
+
(click)="startTitleEdit($event)"
|
|
353
|
+
/>
|
|
354
|
+
|
|
355
|
+
<ui-button
|
|
356
|
+
icon="copy"
|
|
357
|
+
variant="ghost"
|
|
358
|
+
size="sm"
|
|
359
|
+
ariaLabel="Duplica sezione"
|
|
360
|
+
tooltip="Duplica sezione"
|
|
361
|
+
(click)="sectionDuplicate.emit()"
|
|
362
|
+
/>
|
|
363
|
+
|
|
364
|
+
<ui-button
|
|
365
|
+
icon="trash-2"
|
|
366
|
+
variant="warn"
|
|
367
|
+
size="sm"
|
|
368
|
+
ariaLabel="Elimina sezione"
|
|
369
|
+
tooltip="Elimina sezione"
|
|
370
|
+
(click)="sectionDelete.emit()"
|
|
371
|
+
/>
|
|
372
|
+
</div>
|
|
373
|
+
</div>
|
|
374
|
+
|
|
375
|
+
<!-- Corpo della sezione (espandibile) -->
|
|
376
|
+
@if (isExpanded) {
|
|
377
|
+
<div class="section-body">
|
|
378
|
+
<!-- Drop list CDK per i campi -->
|
|
379
|
+
<div
|
|
380
|
+
cdkDropList
|
|
381
|
+
[cdkDropListData]="section"
|
|
382
|
+
[id]="'section-' + section.id"
|
|
383
|
+
(cdkDropListDropped)="onFieldDrop($event)"
|
|
384
|
+
class="field-drop-list"
|
|
385
|
+
>
|
|
386
|
+
@for (field of section.fields; track field.key) {
|
|
387
|
+
<div
|
|
388
|
+
class="field-item"
|
|
389
|
+
cdkDrag
|
|
390
|
+
[cdkDragData]="field"
|
|
391
|
+
[class.field-item--selected]="field.key === selectedFieldKey"
|
|
392
|
+
(click)="fieldSelect.emit(field.key)"
|
|
393
|
+
>
|
|
394
|
+
<!-- Handle di trascinamento -->
|
|
395
|
+
<div class="field-item__handle" cdkDragHandle>
|
|
396
|
+
<lucide-icon name="grip-vertical" [size]="16" />
|
|
397
|
+
</div>
|
|
398
|
+
|
|
399
|
+
<!-- Icona tipo campo -->
|
|
400
|
+
<div class="field-item__icon">
|
|
401
|
+
<lucide-icon [name]="getFieldIcon(field.type)" [size]="16" />
|
|
402
|
+
</div>
|
|
403
|
+
|
|
404
|
+
<!-- Informazioni campo -->
|
|
405
|
+
<div class="field-item__info">
|
|
406
|
+
<span class="field-item__label">
|
|
407
|
+
{{ field.label || 'Senza etichetta' }}
|
|
408
|
+
@if (field.required) {
|
|
409
|
+
<span class="field-item__required">*</span>
|
|
410
|
+
}
|
|
411
|
+
</span>
|
|
412
|
+
<span class="field-item__key">{{ field.key }}</span>
|
|
413
|
+
</div>
|
|
414
|
+
|
|
415
|
+
<!-- Badge tipo campo -->
|
|
416
|
+
<span class="field-item__type-badge">{{ field.type }}</span>
|
|
417
|
+
|
|
418
|
+
<!-- Azioni campo (visibili al passaggio del mouse) -->
|
|
419
|
+
<div class="field-item__actions" (click)="$event.stopPropagation()">
|
|
420
|
+
<ui-button
|
|
421
|
+
icon="copy"
|
|
422
|
+
variant="ghost"
|
|
423
|
+
size="xs"
|
|
424
|
+
ariaLabel="Duplica campo"
|
|
425
|
+
tooltip="Duplica campo"
|
|
426
|
+
(click)="fieldDuplicate.emit(field.key)"
|
|
427
|
+
/>
|
|
428
|
+
|
|
429
|
+
<ui-button
|
|
430
|
+
icon="trash-2"
|
|
431
|
+
variant="warn"
|
|
432
|
+
size="xs"
|
|
433
|
+
ariaLabel="Elimina campo"
|
|
434
|
+
tooltip="Elimina campo"
|
|
435
|
+
(click)="fieldDelete.emit(field.key)"
|
|
436
|
+
/>
|
|
437
|
+
</div>
|
|
438
|
+
</div>
|
|
439
|
+
} @empty {
|
|
440
|
+
<!-- Stato vuoto -->
|
|
441
|
+
<div class="field-drop-list__empty">
|
|
442
|
+
<lucide-icon name="mouse-pointer-click" [size]="24" />
|
|
443
|
+
<span>Trascina qui i campi dalla palette</span>
|
|
444
|
+
</div>
|
|
445
|
+
}
|
|
446
|
+
</div>
|
|
447
|
+
</div>
|
|
448
|
+
}
|
|
449
|
+
</mat-card>
|
|
450
|
+
`, styles: [":host{display:block}.section-card{border:2px solid var(--ui-color-border);border-radius:var(--ui-radius-md);overflow:hidden;transition:border-color var(--ui-transition-fast),box-shadow var(--ui-transition-fast)}.section-card:hover{box-shadow:var(--ui-shadow-sm)}.section-card--selected{border-color:var(--ui-color-primary);box-shadow:var(--ui-shadow-md)}.section-header{display:flex;align-items:center;gap:var(--ui-spacing-2);padding:var(--ui-spacing-3) var(--ui-spacing-4);background:var(--ui-color-bg-subtle);cursor:pointer;-webkit-user-select:none;user-select:none;transition:background var(--ui-transition-fast)}.section-header:hover{background:var(--ui-color-surface)}.section-header__title{flex:1;font-size:var(--ui-font-size-md);font-weight:600;color:var(--ui-color-text);cursor:pointer}.section-header__title-field{flex:1}.section-header__title-field ::ng-deep .mat-mdc-form-field-infix{padding-top:var(--ui-spacing-1)!important;padding-bottom:var(--ui-spacing-1)!important;min-height:unset}.section-header__badge{font-size:var(--ui-font-size-xs);color:var(--ui-color-text-muted);background:var(--ui-color-surface);padding:var(--ui-spacing-1) var(--ui-spacing-2);border-radius:var(--ui-radius-sm);white-space:nowrap}.section-header__actions{display:flex;align-items:center;gap:var(--ui-spacing-1);opacity:0;transition:opacity var(--ui-transition-fast)}.section-header:hover .section-header__actions{opacity:1}.section-body{padding:var(--ui-spacing-3)}.field-drop-list{min-height:48px;border:2px dashed var(--ui-color-border);border-radius:var(--ui-radius-sm);transition:border-color var(--ui-transition-fast),background var(--ui-transition-fast)}.field-drop-list.cdk-drop-list-dragging{border-color:var(--ui-color-primary);background:var(--ui-color-primary-bg)}.field-drop-list__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--ui-spacing-2);padding:var(--ui-spacing-6) var(--ui-spacing-4);color:var(--ui-color-text-muted);font-size:var(--ui-font-size-sm)}.field-item{display:flex;align-items:center;gap:var(--ui-spacing-2);padding:var(--ui-spacing-2) var(--ui-spacing-3);background:var(--ui-color-surface);border-bottom:1px solid var(--ui-color-border);cursor:pointer;transition:background var(--ui-transition-fast)}.field-item:first-child{border-top-left-radius:var(--ui-radius-sm);border-top-right-radius:var(--ui-radius-sm)}.field-item:last-child{border-bottom:none;border-bottom-left-radius:var(--ui-radius-sm);border-bottom-right-radius:var(--ui-radius-sm)}.field-item:hover{background:var(--ui-color-bg-subtle)}.field-item--selected{background:var(--ui-color-primary-bg);border-left:3px solid var(--ui-color-primary)}.field-item__handle{display:flex;align-items:center;cursor:grab;color:var(--ui-color-text-muted);transition:color var(--ui-transition-fast)}.field-item__handle:active{cursor:grabbing}.field-item:hover .field-item__handle{color:var(--ui-color-text-secondary)}.field-item__icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--ui-radius-sm);background:var(--ui-color-bg-subtle);color:var(--ui-color-primary)}.field-item__info{flex:1;display:flex;flex-direction:column;min-width:0}.field-item__label{font-size:var(--ui-font-size-sm);font-weight:500;color:var(--ui-color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.field-item__required{color:var(--ui-color-warn);margin-left:var(--ui-spacing-1)}.field-item__key{font-size:var(--ui-font-size-xs);color:var(--ui-color-text-muted);font-family:monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.field-item__type-badge{font-size:var(--ui-font-size-xs);color:var(--ui-color-primary);background:var(--ui-color-primary-bg);padding:2px var(--ui-spacing-2);border-radius:var(--ui-radius-sm);white-space:nowrap;font-weight:500}.field-item__actions{display:flex;align-items:center;gap:var(--ui-spacing-1);opacity:0;transition:opacity var(--ui-transition-fast)}.field-item:hover .field-item__actions{opacity:1}.cdk-drag-preview{box-sizing:border-box;border-radius:var(--ui-radius-sm);box-shadow:var(--ui-shadow-md);background:var(--ui-color-surface);padding:var(--ui-spacing-2) var(--ui-spacing-3);display:flex;align-items:center;gap:var(--ui-spacing-2)}.cdk-drag-placeholder{opacity:.3}.cdk-drag-animating{transition:transform .25s cubic-bezier(0,0,.2,1)}\n"] }]
|
|
451
|
+
}], propDecorators: { section: [{
|
|
452
|
+
type: Input,
|
|
453
|
+
args: [{ required: true }]
|
|
454
|
+
}], isSelected: [{
|
|
455
|
+
type: Input
|
|
456
|
+
}], selectedFieldKey: [{
|
|
457
|
+
type: Input
|
|
458
|
+
}], sectionUpdate: [{
|
|
459
|
+
type: Output
|
|
460
|
+
}], sectionDelete: [{
|
|
461
|
+
type: Output
|
|
462
|
+
}], sectionDuplicate: [{
|
|
463
|
+
type: Output
|
|
464
|
+
}], fieldSelect: [{
|
|
465
|
+
type: Output
|
|
466
|
+
}], fieldDuplicate: [{
|
|
467
|
+
type: Output
|
|
468
|
+
}], fieldDelete: [{
|
|
469
|
+
type: Output
|
|
470
|
+
}], fieldDrop: [{
|
|
471
|
+
type: Output
|
|
472
|
+
}] } });
|
|
473
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VjdGlvbi1lZGl0b3IuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmctdWktc3lzdGVtL3NyYy9saWIvY29tcG9uZW50cy9mb3JtLWJ1aWxkZXItZWRpdG9yL3N1Yi1jb21wb25lbnRzL3NlY3Rpb24tZWRpdG9yL3NlY3Rpb24tZWRpdG9yLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7OztHQU9HO0FBRUgsT0FBTyxFQUFFLFNBQVMsRUFBRSx1QkFBdUIsRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLFlBQVksRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNoRyxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDN0MsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ3ZELE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUN6RCxPQUFPLEVBQWUsY0FBYyxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDckUsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFFckQsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7Ozs7Ozs7O0FBSTFEOzs7R0FHRztBQUNILE1BQU0sY0FBYyxHQUFnQztJQUNsRCxJQUFJLEVBQUUsTUFBTTtJQUNaLEtBQUssRUFBRSxNQUFNO0lBQ2IsUUFBUSxFQUFFLE1BQU0sRUFBRSxnRUFBZ0U7SUFDbEYsTUFBTSxFQUFFLE1BQU07SUFDZCxRQUFRLEVBQUUsTUFBTTtJQUNoQixNQUFNLEVBQUUsY0FBYztJQUN0QixXQUFXLEVBQUUsTUFBTTtJQUNuQixlQUFlLEVBQUUsV0FBVztJQUM1QixLQUFLLEVBQUUsWUFBWTtJQUNuQixRQUFRLEVBQUUsY0FBYztJQUN4QixNQUFNLEVBQUUsYUFBYTtJQUNyQixJQUFJLEVBQUUsVUFBVTtJQUNoQixRQUFRLEVBQUUsT0FBTztJQUNqQixJQUFJLEVBQUUsUUFBUTtJQUNkLElBQUksRUFBRSxNQUFNO0lBQ1osTUFBTSxFQUFFLFVBQVU7SUFDbEIsT0FBTyxFQUFFLE9BQU87SUFDaEIsUUFBUSxFQUFFLFNBQVM7SUFDbkIsbUJBQW1CLEVBQUUsT0FBTztJQUM1QixnQkFBZ0IsRUFBRSxLQUFLO0NBQ3hCLENBQUM7QUFFRjs7Ozs7Ozs7OztHQVVHO0FBbWFILE1BQU0sT0FBTyx3QkFBd0I7SUFsYXJDO1FBc2FFLHNEQUFzRDtRQUM3QyxlQUFVLEdBQUcsS0FBSyxDQUFDO1FBRTVCLHlEQUF5RDtRQUNoRCxxQkFBZ0IsR0FBa0IsSUFBSSxDQUFDO1FBRWhELGtEQUFrRDtRQUN4QyxrQkFBYSxHQUFHLElBQUksWUFBWSxFQUEwQixDQUFDO1FBRXJFLHNEQUFzRDtRQUM1QyxrQkFBYSxHQUFHLElBQUksWUFBWSxFQUFRLENBQUM7UUFFbkQsc0RBQXNEO1FBQzVDLHFCQUFnQixHQUFHLElBQUksWUFBWSxFQUFRLENBQUM7UUFFdEQsOENBQThDO1FBQ3BDLGdCQUFXLEdBQUcsSUFBSSxZQUFZLEVBQVUsQ0FBQztRQUVuRCwrQ0FBK0M7UUFDckMsbUJBQWMsR0FBRyxJQUFJLFlBQVksRUFBVSxDQUFDO1FBRXRELCtDQUErQztRQUNyQyxnQkFBVyxHQUFHLElBQUksWUFBWSxFQUFVLENBQUM7UUFFbkQsbURBQW1EO1FBQ3pDLGNBQVMsR0FBRyxJQUFJLFlBQVksRUFBb0IsQ0FBQztRQUUzRCx5Q0FBeUM7UUFDekMsZUFBVSxHQUFHLElBQUksQ0FBQztRQUVsQix3REFBd0Q7UUFDeEQsbUJBQWMsR0FBRyxLQUFLLENBQUM7UUFFdkIsb0RBQW9EO1FBQ3BELGNBQVMsR0FBRyxFQUFFLENBQUM7S0F3RGhCO0lBdERDOztPQUVHO0lBQ0gsWUFBWTtRQUNWLElBQUksQ0FBQyxVQUFVLEdBQUcsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDO0lBQ3JDLENBQUM7SUFFRDs7O09BR0c7SUFDSCxjQUFjLENBQUMsS0FBWTtRQUN6QixLQUFLLENBQUMsZUFBZSxFQUFFLENBQUM7UUFDeEIsSUFBSSxDQUFDLFNBQVMsR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDLEtBQUssSUFBSSxFQUFFLENBQUM7UUFDMUMsSUFBSSxDQUFDLGNBQWMsR0FBRyxJQUFJLENBQUM7SUFDN0IsQ0FBQztJQUVEOztPQUVHO0lBQ0gsZ0JBQWdCO1FBQ2QsSUFBSSxJQUFJLENBQUMsY0FBYyxFQUFFLENBQUM7WUFDeEIsSUFBSSxDQUFDLGNBQWMsR0FBRyxLQUFLLENBQUM7WUFDNUIsTUFBTSxPQUFPLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLEVBQUUsQ0FBQztZQUN0QyxJQUFJLE9BQU8sSUFBSSxPQUFPLEtBQUssSUFBSSxDQUFDLE9BQU8sQ0FBQyxLQUFLLEVBQUUsQ0FBQztnQkFDOUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsRUFBRSxLQUFLLEVBQUUsT0FBTyxFQUFFLENBQUMsQ0FBQztZQUM5QyxDQUFDO1FBQ0gsQ0FBQztJQUNILENBQUM7SUFFRDs7T0FFRztJQUNILGVBQWU7UUFDYixJQUFJLENBQUMsY0FBYyxHQUFHLEtBQUssQ0FBQztRQUM1QixJQUFJLENBQUMsU0FBUyxHQUFHLEVBQUUsQ0FBQztJQUN0QixDQUFDO0lBRUQ7Ozs7T0FJRztJQUNILFlBQVksQ0FBQyxJQUFpQjtRQUM1QixPQUFPLGNBQWMsQ0FBQyxJQUFJLENBQUMsSUFBSSxhQUFhLENBQUM7SUFDL0MsQ0FBQztJQUVEOzs7T0FHRztJQUNILFdBQVcsQ0FBQyxLQUF1QjtRQUNqQyxJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUM3QixDQUFDOytHQTdGVSx3QkFBd0I7bUdBQXhCLHdCQUF3QixrWkFyWnpCOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7R0FzSlQsNDBJQTlKQyxXQUFXLDhtQkFDWCxhQUFhLDRJQUNiLGtCQUFrQix5T0FDbEIsY0FBYywwV0FDZCxjQUFjLDJtQ0FDZCxtQkFBbUIsZ1BBQ25CLGlCQUFpQjs7NEZBdVpSLHdCQUF3QjtrQkFsYXBDLFNBQVM7K0JBQ0UsbUJBQW1CLGNBQ2pCLElBQUksbUJBQ0MsdUJBQXVCLENBQUMsTUFBTSxXQUN0Qzt3QkFDUCxXQUFXO3dCQUNYLGFBQWE7d0JBQ2Isa0JBQWtCO3dCQUNsQixjQUFjO3dCQUNkLGNBQWM7d0JBQ2QsbUJBQW1CO3dCQUNuQixpQkFBaUI7cUJBQ2xCLFlBQ1M7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztHQXNKVDs4QkFpUTBCLE9BQU87c0JBQWpDLEtBQUs7dUJBQUMsRUFBRSxRQUFRLEVBQUUsSUFBSSxFQUFFO2dCQUdoQixVQUFVO3NCQUFsQixLQUFLO2dCQUdHLGdCQUFnQjtzQkFBeEIsS0FBSztnQkFHSSxhQUFhO3NCQUF0QixNQUFNO2dCQUdHLGFBQWE7c0JBQXRCLE1BQU07Z0JBR0csZ0JBQWdCO3NCQUF6QixNQUFNO2dCQUdHLFdBQVc7c0JBQXBCLE1BQU07Z0JBR0csY0FBYztzQkFBdkIsTUFBTTtnQkFHRyxXQUFXO3NCQUFwQixNQUFNO2dCQUdHLFNBQVM7c0JBQWxCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyIvKipcclxuICogQG1vZHVsZSBuZy11aS1zeXN0ZW0vZm9ybS1idWlsZGVyLWVkaXRvclxyXG4gKiBDb21wb25lbnRlIGVkaXRvciBkaSBzZXppb25lIHBlciBpbCBmb3JtIGJ1aWxkZXIuXHJcbiAqXHJcbiAqIFJlbmRlcml6emEgdW5hIHNpbmdvbGEgc2V6aW9uZSBkZWwgZm9ybSBjb21lIGNhcmQsIGNvbiBzdXBwb3J0b1xyXG4gKiBwZXIgZXNwYW5zaW9uZS9jb2xsYXNzbywgZWRpdGluZyBpbmxpbmUgZGVsIHRpdG9sbywgZHJhZyAmIGRyb3BcclxuICogZGVpIGNhbXBpIGUgYXppb25pIENSVUQgc3Ugc2V6aW9uZSBlIGNhbXBpLlxyXG4gKi9cclxuXHJcbmltcG9ydCB7IENvbXBvbmVudCwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIElucHV0LCBPdXRwdXQsIEV2ZW50RW1pdHRlciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcclxuaW1wb3J0IHsgTWF0Q2FyZE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2NhcmQnO1xyXG5pbXBvcnQgeyBNYXRGb3JtRmllbGRNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9mb3JtLWZpZWxkJztcclxuaW1wb3J0IHsgTWF0SW5wdXRNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9pbnB1dCc7XHJcbmltcG9ydCB7IENka0RyYWdEcm9wLCBEcmFnRHJvcE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9kcmFnLWRyb3AnO1xyXG5pbXBvcnQgeyBMdWNpZGVBbmd1bGFyTW9kdWxlIH0gZnJvbSAnbHVjaWRlLWFuZ3VsYXInO1xyXG5cclxuaW1wb3J0IHsgVWlCdXR0b25Db21wb25lbnQgfSBmcm9tICcuLi8uLi8uLi9idXR0b24vaW5kZXgnO1xyXG5pbXBvcnQgeyBVaUZvcm1TZWN0aW9uIH0gZnJvbSAnLi4vLi4vLi4vZm9ybS1idWlsZGVyL3R5cGVzL2luZGV4JztcclxuaW1wb3J0IHsgVWlGaWVsZFR5cGUgfSBmcm9tICcuLi8uLi8uLi9mb3JtLWJ1aWxkZXIvdHlwZXMvaW5kZXgnO1xyXG5cclxuLyoqXHJcbiAqIE1hcHBhIHRpcG8gZGkgY2FtcG8gLT4gbm9tZSBpY29uYSBMdWNpZGUuXHJcbiAqIFVzYXRhIHBlciB2aXN1YWxpenphcmUgbCdpY29uYSBjb3JyZXR0YSBhY2NhbnRvIGEgY2lhc2N1biBjYW1wby5cclxuICovXHJcbmNvbnN0IEZJRUxEX0lDT05fTUFQOiBSZWNvcmQ8VWlGaWVsZFR5cGUsIHN0cmluZz4gPSB7XHJcbiAgdGV4dDogJ3R5cGUnLFxyXG4gIGVtYWlsOiAnbWFpbCcsXHJcbiAgcGFzc3dvcmQ6ICdsb2NrJywgLy8gTk9TT05BUiAtIEljb24gbmFtZSBmb3IgcGFzc3dvcmQgZmllbGQgdHlwZSwgbm90IGEgY3JlZGVudGlhbFxyXG4gIG51bWJlcjogJ2hhc2gnLFxyXG4gIHRleHRhcmVhOiAndGV4dCcsXHJcbiAgc2VsZWN0OiAnY2hldnJvbi1kb3duJyxcclxuICBtdWx0aXNlbGVjdDogJ2xpc3QnLFxyXG4gIGZyZWVtdWx0aXNlbGVjdDogJ2xpc3QtcGx1cycsXHJcbiAgcmFkaW86ICdjaXJjbGUtZG90JyxcclxuICBjaGVja2JveDogJ2NoZWNrLXNxdWFyZScsXHJcbiAgc3dpdGNoOiAndG9nZ2xlLWxlZnQnLFxyXG4gIGRhdGU6ICdjYWxlbmRhcicsXHJcbiAgZGF0ZXRpbWU6ICdjbG9jaycsXHJcbiAgZmlsZTogJ3VwbG9hZCcsXHJcbiAgZmxhZzogJ2ZsYWcnLFxyXG4gIGN1c3RvbTogJ3NldHRpbmdzJyxcclxuICBkaXZpZGVyOiAnbWludXMnLFxyXG4gIGxvY2F0aW9uOiAnbWFwLXBpbicsXHJcbiAgJ2xvY2F0aW9uLWdlb2NvZGVkJzogJ2dsb2JlJyxcclxuICAnbG9jYXRpb24tdGFibGUnOiAnbWFwJyxcclxufTtcclxuXHJcbi8qKlxyXG4gKiBFZGl0b3IgdmlzdWFsZSBkaSB1bmEgc2luZ29sYSBzZXppb25lIGRlbCBmb3JtLlxyXG4gKlxyXG4gKiBTdXBwb3J0YTpcclxuICogLSBIZWFkZXIgZXNwYW5kaWJpbGUvY29sbGFzc2FiaWxlIGNvbiBlZGl0aW5nIGlubGluZSBkZWwgdGl0b2xvXHJcbiAqIC0gUHVsc2FudGkgYXppb25lOiBtb2RpZmljYSB0aXRvbG8sIGR1cGxpY2EsIGVsaW1pbmFcclxuICogLSBEcm9wIGxpc3QgQ0RLIHBlciByaWNldmVyZSBjYW1waSBkYWxsYSBwYWxldHRlIG8gZGEgYWx0cmUgc2V6aW9uaVxyXG4gKiAtIE9nbmkgY2FtcG8gbW9zdHJhOiBoYW5kbGUgZGkgdHJhc2NpbmFtZW50bywgaWNvbmEgdGlwbywgbGFiZWwsIGNoaWF2ZSwgYmFkZ2UgdGlwbywgYXN0ZXJpc2NvIHJlcXVpcmVkXHJcbiAqIC0gQXppb25pIGNhbXBvIChhbCBwYXNzYWdnaW8gbW91c2UpOiBkdXBsaWNhLCBlbGltaW5hXHJcbiAqIC0gU3RhdG8gdnVvdG8gcXVhbmRvIG5vbiBjaSBzb25vIGNhbXBpXHJcbiAqL1xyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ3VpLXNlY3Rpb24tZWRpdG9yJyxcclxuICBzdGFuZGFsb25lOiB0cnVlLFxyXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxyXG4gIGltcG9ydHM6IFtcclxuICAgIEZvcm1zTW9kdWxlLFxyXG4gICAgTWF0Q2FyZE1vZHVsZSxcclxuICAgIE1hdEZvcm1GaWVsZE1vZHVsZSxcclxuICAgIE1hdElucHV0TW9kdWxlLFxyXG4gICAgRHJhZ0Ryb3BNb2R1bGUsXHJcbiAgICBMdWNpZGVBbmd1bGFyTW9kdWxlLFxyXG4gICAgVWlCdXR0b25Db21wb25lbnQsXHJcbiAgXSxcclxuICB0ZW1wbGF0ZTogYFxyXG4gICAgPCEtLSBDYXJkIGRlbGxhIHNlemlvbmUgLS0+XHJcbiAgICA8bWF0LWNhcmRcclxuICAgICAgY2xhc3M9XCJzZWN0aW9uLWNhcmRcIlxyXG4gICAgICBbY2xhc3Muc2VjdGlvbi1jYXJkLS1zZWxlY3RlZF09XCJpc1NlbGVjdGVkXCJcclxuICAgID5cclxuICAgICAgPCEtLSBIZWFkZXIgZGVsbGEgc2V6aW9uZSAtLT5cclxuICAgICAgPGRpdiBjbGFzcz1cInNlY3Rpb24taGVhZGVyXCIgKGNsaWNrKT1cInRvZ2dsZUV4cGFuZCgpXCI+XHJcbiAgICAgICAgPCEtLSBJbmRpY2F0b3JlIGVzcGFuc2lvbmUgLS0+XHJcbiAgICAgICAgPHVpLWJ1dHRvblxyXG4gICAgICAgICAgW2ljb25dPVwiaXNFeHBhbmRlZCA/ICdjaGV2cm9uLWRvd24nIDogJ2NoZXZyb24tcmlnaHQnXCJcclxuICAgICAgICAgIHZhcmlhbnQ9XCJnaG9zdFwiXHJcbiAgICAgICAgICBzaXplPVwic21cIlxyXG4gICAgICAgICAgW3Rvb2x0aXBdPVwiaXNFeHBhbmRlZCA/ICdDb21wcmltaSBzZXppb25lJyA6ICdFc3BhbmRpIHNlemlvbmUnXCJcclxuICAgICAgICAgIGFyaWFMYWJlbD1cIkVzcGFuZGkvQ29tcHJpbWkgc2V6aW9uZVwiXHJcbiAgICAgICAgLz5cclxuXHJcbiAgICAgICAgPCEtLSBUaXRvbG8gZGVsbGEgc2V6aW9uZSAoZG9wcGlvIGNsaWNrIHBlciBtb2RpZmljYXJlKSAtLT5cclxuICAgICAgICBAaWYgKGlzRWRpdGluZ1RpdGxlKSB7XHJcbiAgICAgICAgICA8bWF0LWZvcm0tZmllbGQgY2xhc3M9XCJzZWN0aW9uLWhlYWRlcl9fdGl0bGUtZmllbGRcIiBhcHBlYXJhbmNlPVwib3V0bGluZVwiPlxyXG4gICAgICAgICAgICA8aW5wdXRcclxuICAgICAgICAgICAgICBtYXRJbnB1dFxyXG4gICAgICAgICAgICAgIFsobmdNb2RlbCldPVwidGVtcFRpdGxlXCJcclxuICAgICAgICAgICAgICAoYmx1cik9XCJjb25maXJtVGl0bGVFZGl0KClcIlxyXG4gICAgICAgICAgICAgIChrZXlkb3duLmVudGVyKT1cImNvbmZpcm1UaXRsZUVkaXQoKVwiXHJcbiAgICAgICAgICAgICAgKGtleWRvd24uZXNjYXBlKT1cImNhbmNlbFRpdGxlRWRpdCgpXCJcclxuICAgICAgICAgICAgICAoY2xpY2spPVwiJGV2ZW50LnN0b3BQcm9wYWdhdGlvbigpXCJcclxuICAgICAgICAgICAgICBhdXRvZm9jdXNcclxuICAgICAgICAgICAgLz5cclxuICAgICAgICAgIDwvbWF0LWZvcm0tZmllbGQ+XHJcbiAgICAgICAgfSBAZWxzZSB7XHJcbiAgICAgICAgICA8c3BhblxyXG4gICAgICAgICAgICBjbGFzcz1cInNlY3Rpb24taGVhZGVyX190aXRsZVwiXHJcbiAgICAgICAgICAgIChkYmxjbGljayk9XCJzdGFydFRpdGxlRWRpdCgkZXZlbnQpXCJcclxuICAgICAgICAgID5cclxuICAgICAgICAgICAge3sgc2VjdGlvbi50aXRsZSB8fCAnU2V6aW9uZSBzZW56YSB0aXRvbG8nIH19XHJcbiAgICAgICAgICA8L3NwYW4+XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICA8IS0tIEJhZGdlIGNvbnRlZ2dpbyBjYW1waSAtLT5cclxuICAgICAgICA8c3BhbiBjbGFzcz1cInNlY3Rpb24taGVhZGVyX19iYWRnZVwiPlxyXG4gICAgICAgICAge3sgc2VjdGlvbi5maWVsZHMubGVuZ3RoIH19IHt7IHNlY3Rpb24uZmllbGRzLmxlbmd0aCA9PT0gMSA/ICdjYW1wbycgOiAnY2FtcGknIH19XHJcbiAgICAgICAgPC9zcGFuPlxyXG5cclxuICAgICAgICA8IS0tIEF6aW9uaSBzZXppb25lIC0tPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJzZWN0aW9uLWhlYWRlcl9fYWN0aW9uc1wiIChjbGljayk9XCIkZXZlbnQuc3RvcFByb3BhZ2F0aW9uKClcIj5cclxuICAgICAgICAgIDx1aS1idXR0b25cclxuICAgICAgICAgICAgaWNvbj1cInBlbmNpbFwiXHJcbiAgICAgICAgICAgIHZhcmlhbnQ9XCJnaG9zdFwiXHJcbiAgICAgICAgICAgIHNpemU9XCJzbVwiXHJcbiAgICAgICAgICAgIGFyaWFMYWJlbD1cIk1vZGlmaWNhIHRpdG9sb1wiXHJcbiAgICAgICAgICAgIHRvb2x0aXA9XCJNb2RpZmljYSB0aXRvbG9cIlxyXG4gICAgICAgICAgICAoY2xpY2spPVwic3RhcnRUaXRsZUVkaXQoJGV2ZW50KVwiXHJcbiAgICAgICAgICAvPlxyXG5cclxuICAgICAgICAgIDx1aS1idXR0b25cclxuICAgICAgICAgICAgaWNvbj1cImNvcHlcIlxyXG4gICAgICAgICAgICB2YXJpYW50PVwiZ2hvc3RcIlxyXG4gICAgICAgICAgICBzaXplPVwic21cIlxyXG4gICAgICAgICAgICBhcmlhTGFiZWw9XCJEdXBsaWNhIHNlemlvbmVcIlxyXG4gICAgICAgICAgICB0b29sdGlwPVwiRHVwbGljYSBzZXppb25lXCJcclxuICAgICAgICAgICAgKGNsaWNrKT1cInNlY3Rpb25EdXBsaWNhdGUuZW1pdCgpXCJcclxuICAgICAgICAgIC8+XHJcblxyXG4gICAgICAgICAgPHVpLWJ1dHRvblxyXG4gICAgICAgICAgICBpY29uPVwidHJhc2gtMlwiXHJcbiAgICAgICAgICAgIHZhcmlhbnQ9XCJ3YXJuXCJcclxuICAgICAgICAgICAgc2l6ZT1cInNtXCJcclxuICAgICAgICAgICAgYXJpYUxhYmVsPVwiRWxpbWluYSBzZXppb25lXCJcclxuICAgICAgICAgICAgdG9vbHRpcD1cIkVsaW1pbmEgc2V6aW9uZVwiXHJcbiAgICAgICAgICAgIChjbGljayk9XCJzZWN0aW9uRGVsZXRlLmVtaXQoKVwiXHJcbiAgICAgICAgICAvPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICA8L2Rpdj5cclxuXHJcbiAgICAgIDwhLS0gQ29ycG8gZGVsbGEgc2V6aW9uZSAoZXNwYW5kaWJpbGUpIC0tPlxyXG4gICAgICBAaWYgKGlzRXhwYW5kZWQpIHtcclxuICAgICAgICA8ZGl2IGNsYXNzPVwic2VjdGlvbi1ib2R5XCI+XHJcbiAgICAgICAgICA8IS0tIERyb3AgbGlzdCBDREsgcGVyIGkgY2FtcGkgLS0+XHJcbiAgICAgICAgICA8ZGl2XHJcbiAgICAgICAgICAgIGNka0Ryb3BMaXN0XHJcbiAgICAgICAgICAgIFtjZGtEcm9wTGlzdERhdGFdPVwic2VjdGlvblwiXHJcbiAgICAgICAgICAgIFtpZF09XCInc2VjdGlvbi0nICsgc2VjdGlvbi5pZFwiXHJcbiAgICAgICAgICAgIChjZGtEcm9wTGlzdERyb3BwZWQpPVwib25GaWVsZERyb3AoJGV2ZW50KVwiXHJcbiAgICAgICAgICAgIGNsYXNzPVwiZmllbGQtZHJvcC1saXN0XCJcclxuICAgICAgICAgID5cclxuICAgICAgICAgICAgQGZvciAoZmllbGQgb2Ygc2VjdGlvbi5maWVsZHM7IHRyYWNrIGZpZWxkLmtleSkge1xyXG4gICAgICAgICAgICAgIDxkaXZcclxuICAgICAgICAgICAgICAgIGNsYXNzPVwiZmllbGQtaXRlbVwiXHJcbiAgICAgICAgICAgICAgICBjZGtEcmFnXHJcbiAgICAgICAgICAgICAgICBbY2RrRHJhZ0RhdGFdPVwiZmllbGRcIlxyXG4gICAgICAgICAgICAgICAgW2NsYXNzLmZpZWxkLWl0ZW0tLXNlbGVjdGVkXT1cImZpZWxkLmtleSA9PT0gc2VsZWN0ZWRGaWVsZEtleVwiXHJcbiAgICAgICAgICAgICAgICAoY2xpY2spPVwiZmllbGRTZWxlY3QuZW1pdChmaWVsZC5rZXkpXCJcclxuICAgICAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAgICA8IS0tIEhhbmRsZSBkaSB0cmFzY2luYW1lbnRvIC0tPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZpZWxkLWl0ZW1fX2hhbmRsZVwiIGNka0RyYWdIYW5kbGU+XHJcbiAgICAgICAgICAgICAgICAgIDxsdWNpZGUtaWNvbiBuYW1lPVwiZ3JpcC12ZXJ0aWNhbFwiIFtzaXplXT1cIjE2XCIgLz5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICAgICAgICAgIDwhLS0gSWNvbmEgdGlwbyBjYW1wbyAtLT5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmaWVsZC1pdGVtX19pY29uXCI+XHJcbiAgICAgICAgICAgICAgICAgIDxsdWNpZGUtaWNvbiBbbmFtZV09XCJnZXRGaWVsZEljb24oZmllbGQudHlwZSlcIiBbc2l6ZV09XCIxNlwiIC8+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuXHJcbiAgICAgICAgICAgICAgICA8IS0tIEluZm9ybWF6aW9uaSBjYW1wbyAtLT5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmaWVsZC1pdGVtX19pbmZvXCI+XHJcbiAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiZmllbGQtaXRlbV9fbGFiZWxcIj5cclxuICAgICAgICAgICAgICAgICAgICB7eyBmaWVsZC5sYWJlbCB8fCAnU2VuemEgZXRpY2hldHRhJyB9fVxyXG4gICAgICAgICAgICAgICAgICAgIEBpZiAoZmllbGQucmVxdWlyZWQpIHtcclxuICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiZmllbGQtaXRlbV9fcmVxdWlyZWRcIj4qPC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgICAgPC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImZpZWxkLWl0ZW1fX2tleVwiPnt7IGZpZWxkLmtleSB9fTwvc3Bhbj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICAgICAgICAgIDwhLS0gQmFkZ2UgdGlwbyBjYW1wbyAtLT5cclxuICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiZmllbGQtaXRlbV9fdHlwZS1iYWRnZVwiPnt7IGZpZWxkLnR5cGUgfX08L3NwYW4+XHJcblxyXG4gICAgICAgICAgICAgICAgPCEtLSBBemlvbmkgY2FtcG8gKHZpc2liaWxpIGFsIHBhc3NhZ2dpbyBkZWwgbW91c2UpIC0tPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZpZWxkLWl0ZW1fX2FjdGlvbnNcIiAoY2xpY2spPVwiJGV2ZW50LnN0b3BQcm9wYWdhdGlvbigpXCI+XHJcbiAgICAgICAgICAgICAgICAgIDx1aS1idXR0b25cclxuICAgICAgICAgICAgICAgICAgICBpY29uPVwiY29weVwiXHJcbiAgICAgICAgICAgICAgICAgICAgdmFyaWFudD1cImdob3N0XCJcclxuICAgICAgICAgICAgICAgICAgICBzaXplPVwieHNcIlxyXG4gICAgICAgICAgICAgICAgICAgIGFyaWFMYWJlbD1cIkR1cGxpY2EgY2FtcG9cIlxyXG4gICAgICAgICAgICAgICAgICAgIHRvb2x0aXA9XCJEdXBsaWNhIGNhbXBvXCJcclxuICAgICAgICAgICAgICAgICAgICAoY2xpY2spPVwiZmllbGREdXBsaWNhdGUuZW1pdChmaWVsZC5rZXkpXCJcclxuICAgICAgICAgICAgICAgICAgLz5cclxuXHJcbiAgICAgICAgICAgICAgICAgIDx1aS1idXR0b25cclxuICAgICAgICAgICAgICAgICAgICBpY29uPVwidHJhc2gtMlwiXHJcbiAgICAgICAgICAgICAgICAgICAgdmFyaWFudD1cIndhcm5cIlxyXG4gICAgICAgICAgICAgICAgICAgIHNpemU9XCJ4c1wiXHJcbiAgICAgICAgICAgICAgICAgICAgYXJpYUxhYmVsPVwiRWxpbWluYSBjYW1wb1wiXHJcbiAgICAgICAgICAgICAgICAgICAgdG9vbHRpcD1cIkVsaW1pbmEgY2FtcG9cIlxyXG4gICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJmaWVsZERlbGV0ZS5lbWl0KGZpZWxkLmtleSlcIlxyXG4gICAgICAgICAgICAgICAgICAvPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIH0gQGVtcHR5IHtcclxuICAgICAgICAgICAgICA8IS0tIFN0YXRvIHZ1b3RvIC0tPlxyXG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmaWVsZC1kcm9wLWxpc3RfX2VtcHR5XCI+XHJcbiAgICAgICAgICAgICAgICA8bHVjaWRlLWljb24gbmFtZT1cIm1vdXNlLXBvaW50ZXItY2xpY2tcIiBbc2l6ZV09XCIyNFwiIC8+XHJcbiAgICAgICAgICAgICAgICA8c3Bhbj5UcmFzY2luYSBxdWkgaSBjYW1waSBkYWxsYSBwYWxldHRlPC9zcGFuPlxyXG4gICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgfVxyXG4gICAgPC9tYXQtY2FyZD5cclxuICBgLFxyXG4gIHN0eWxlczogW1xyXG4gICAgYFxyXG4gICAgLyog4pSA4pSA4pSAIENhcmQgc2V6aW9uZSDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIAgKi9cclxuXHJcbiAgICA6aG9zdCB7XHJcbiAgICAgIGRpc3BsYXk6IGJsb2NrO1xyXG4gICAgfVxyXG5cclxuICAgIC5zZWN0aW9uLWNhcmQge1xyXG4gICAgICBib3JkZXI6IDJweCBzb2xpZCB2YXIoLS11aS1jb2xvci1ib3JkZXIpO1xyXG4gICAgICBib3JkZXItcmFkaXVzOiB2YXIoLS11aS1yYWRpdXMtbWQpO1xyXG4gICAgICBvdmVyZmxvdzogaGlkZGVuO1xyXG4gICAgICB0cmFuc2l0aW9uOiBib3JkZXItY29sb3IgdmFyKC0tdWktdHJhbnNpdGlvbi1mYXN0KSxcclxuICAgICAgICAgICAgICAgICAgYm94LXNoYWRvdyB2YXIoLS11aS10cmFuc2l0aW9uLWZhc3QpO1xyXG4gICAgfVxyXG5cclxuICAgIC5zZWN0aW9uLWNhcmQ6aG92ZXIge1xyXG4gICAgICBib3gtc2hhZG93OiB2YXIoLS11aS1zaGFkb3ctc20pO1xyXG4gICAgfVxyXG5cclxuICAgIC5zZWN0aW9uLWNhcmQtLXNlbGVjdGVkIHtcclxuICAgICAgYm9yZGVyLWNvbG9yOiB2YXIoLS11aS1jb2xvci1wcmltYXJ5KTtcclxuICAgICAgYm94LXNoYWRvdzogdmFyKC0tdWktc2hhZG93LW1kKTtcclxuICAgIH1cclxuXHJcbiAgICAvKiDilIDilIDilIAgSGVhZGVyIHNlemlvbmUg4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSAICovXHJcblxyXG4gICAgLnNlY3Rpb24taGVhZGVyIHtcclxuICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgZ2FwOiB2YXIoLS11aS1zcGFjaW5nLTIpO1xyXG4gICAgICBwYWRkaW5nOiB2YXIoLS11aS1zcGFjaW5nLTMpIHZhcigtLXVpLXNwYWNpbmctNCk7XHJcbiAgICAgIGJhY2tncm91bmQ6IHZhcigtLXVpLWNvbG9yLWJnLXN1YnRsZSk7XHJcbiAgICAgIGN1cnNvcjogcG9pbnRlcjtcclxuICAgICAgdXNlci1zZWxlY3Q6IG5vbmU7XHJcbiAgICAgIHRyYW5zaXRpb246IGJhY2tncm91bmQgdmFyKC0tdWktdHJhbnNpdGlvbi1mYXN0KTtcclxuICAgIH1cclxuXHJcbiAgICAuc2VjdGlvbi1oZWFkZXI6aG92ZXIge1xyXG4gICAgICBiYWNrZ3JvdW5kOiB2YXIoLS11aS1jb2xvci1zdXJmYWNlKTtcclxuICAgIH1cclxuXHJcbiAgICAuc2VjdGlvbi1oZWFkZXJfX3RpdGxlIHtcclxuICAgICAgZmxleDogMTtcclxuICAgICAgZm9udC1zaXplOiB2YXIoLS11aS1mb250LXNpemUtbWQpO1xyXG4gICAgICBmb250LXdlaWdodDogNjAwO1xyXG4gICAgICBjb2xvcjogdmFyKC0tdWktY29sb3ItdGV4dCk7XHJcbiAgICAgIGN1cnNvcjogcG9pbnRlcjtcclxuICAgIH1cclxuXHJcbiAgICAuc2VjdGlvbi1oZWFkZXJfX3RpdGxlLWZpZWxkIHtcclxuICAgICAgZmxleDogMTtcclxuICAgIH1cclxuXHJcbiAgICAvKiBSaWR1Y2UgaWwgcGFkZGluZyBkZWwgZm9ybSBmaWVsZCBpbmxpbmUgKi9cclxuICAgIC5zZWN0aW9uLWhlYWRlcl9fdGl0bGUtZmllbGQgOjpuZy1kZWVwIC5tYXQtbWRjLWZvcm0tZmllbGQtaW5maXgge1xyXG4gICAgICBwYWRkaW5nLXRvcDogdmFyKC0tdWktc3BhY2luZy0xKSAhaW1wb3J0YW50O1xyXG4gICAgICBwYWRkaW5nLWJvdHRvbTogdmFyKC0tdWktc3BhY2luZy0xKSAhaW1wb3J0YW50O1xyXG4gICAgICBtaW4taGVpZ2h0OiB1bnNldDtcclxuICAgIH1cclxuXHJcbiAgICAuc2VjdGlvbi1oZWFkZXJfX2JhZGdlIHtcclxuICAgICAgZm9udC1zaXplOiB2YXIoLS11aS1mb250LXNpemUteHMpO1xyXG4gICAgICBjb2xvcjogdmFyKC0tdWktY29sb3ItdGV4dC1tdXRlZCk7XHJcbiAgICAgIGJhY2tncm91bmQ6IHZhcigtLXVpLWNvbG9yLXN1cmZhY2UpO1xyXG4gICAgICBwYWRkaW5nOiB2YXIoLS11aS1zcGFjaW5nLTEpIHZhcigtLXVpLXNwYWNpbmctMik7XHJcbiAgICAgIGJvcmRlci1yYWRpdXM6IHZhcigtLXVpLXJhZGl1cy1zbSk7XHJcbiAgICAgIHdoaXRlLXNwYWNlOiBub3dyYXA7XHJcbiAgICB9XHJcblxyXG4gICAgLnNlY3Rpb24taGVhZGVyX19hY3Rpb25zIHtcclxuICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgZ2FwOiB2YXIoLS11aS1zcGFjaW5nLTEpO1xyXG4gICAgICBvcGFjaXR5OiAwO1xyXG4gICAgICB0cmFuc2l0aW9uOiBvcGFjaXR5IHZhcigtLXVpLXRyYW5zaXRpb24tZmFzdCk7XHJcbiAgICB9XHJcblxyXG4gICAgLnNlY3Rpb24taGVhZGVyOmhvdmVyIC5zZWN0aW9uLWhlYWRlcl9fYWN0aW9ucyB7XHJcbiAgICAgIG9wYWNpdHk6IDE7XHJcbiAgICB9XHJcblxyXG4gICAgLyog4pSA4pSA4pSAIENvcnBvIHNlemlvbmUg4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSAICovXHJcblxyXG4gICAgLnNlY3Rpb24tYm9keSB7XHJcbiAgICAgIHBhZGRpbmc6IHZhcigtLXVpLXNwYWNpbmctMyk7XHJcbiAgICB9XHJcblxyXG4gICAgLyog4pSA4pSA4pSAIERyb3AgbGlzdCBjYW1waSDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIAgKi9cclxuXHJcbiAgICAuZmllbGQtZHJvcC1saXN0IHtcclxuICAgICAgbWluLWhlaWdodDogNDhweDtcclxuICAgICAgYm9yZGVyOiAycHggZGFzaGVkIHZhcigtLXVpLWNvbG9yLWJvcmRlcik7XHJcbiAgICAgIGJvcmRlci1yYWRpdXM6IHZhcigtLXVpLXJhZGl1cy1zbSk7XHJcbiAgICAgIHRyYW5zaXRpb246IGJvcmRlci1jb2xvciB2YXIoLS11aS10cmFuc2l0aW9uLWZhc3QpLFxyXG4gICAgICAgICAgICAgICAgICBiYWNrZ3JvdW5kIHZhcigtLXVpLXRyYW5zaXRpb24tZmFzdCk7XHJcbiAgICB9XHJcblxyXG4gICAgLmZpZWxkLWRyb3AtbGlzdC5jZGstZHJvcC1saXN0LWRyYWdnaW5nIHtcclxuICAgICAgYm9yZGVyLWNvbG9yOiB2YXIoLS11aS1jb2xvci1wcmltYXJ5KTtcclxuICAgICAgYmFja2dyb3VuZDogdmFyKC0tdWktY29sb3ItcHJpbWFyeS1iZyk7XHJcbiAgICB9XHJcblxyXG4gICAgLmZpZWxkLWRyb3AtbGlzdF9fZW1wdHkge1xyXG4gICAgICBkaXNwbGF5OiBmbGV4O1xyXG4gICAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xyXG4gICAgICBhbGlnbi1pdGVtczogY2VudGVyO1xyXG4gICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcclxuICAgICAgZ2FwOiB2YXIoLS11aS1zcGFjaW5nLTIpO1xyXG4gICAgICBwYWRkaW5nOiB2YXIoLS11aS1zcGFjaW5nLTYpIHZhcigtLXVpLXNwYWNpbmctNCk7XHJcbiAgICAgIGNvbG9yOiB2YXIoLS11aS1jb2xvci10ZXh0LW11dGVkKTtcclxuICAgICAgZm9udC1zaXplOiB2YXIoLS11aS1mb250LXNpemUtc20pO1xyXG4gICAgfVxyXG5cclxuICAgIC8qIOKUgOKUgOKUgCBFbGVtZW50byBjYW1wbyDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIAgKi9cclxuXHJcbiAgICAuZmllbGQtaXRlbSB7XHJcbiAgICAgIGRpc3BsYXk6IGZsZXg7XHJcbiAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XHJcbiAgICAgIGdhcDogdmFyKC0tdWktc3BhY2luZy0yKTtcclxuICAgICAgcGFkZGluZzogdmFyKC0tdWktc3BhY2luZy0yKSB2YXIoLS11aS1zcGFjaW5nLTMpO1xyXG4gICAgICBiYWNrZ3JvdW5kOiB2YXIoLS11aS1jb2xvci1zdXJmYWNlKTtcclxuICAgICAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkIHZhcigtLXVpLWNvbG9yLWJvcmRlcik7XHJcbiAgICAgIGN1cnNvcjogcG9pbnRlcjtcclxuICAgICAgdHJhbnNpdGlvbjogYmFja2dyb3VuZCB2YXIoLS11aS10cmFuc2l0aW9uLWZhc3QpO1xyXG4gICAgfVxyXG5cclxuICAgIC5maWVsZC1pdGVtOmZpcnN0LWNoaWxkIHtcclxuICAgICAgYm9yZGVyLXRvcC1sZWZ0LXJhZGl1czogdmFyKC0tdWktcmFkaXVzLXNtKTtcclxuICAgICAgYm9yZGVyLXRvcC1yaWdodC1yYWRpdXM6IHZhcigtLXVpLXJhZGl1cy1zbSk7XHJcbiAgICB9XHJcblxyXG4gICAgLmZpZWxkLWl0ZW06bGFzdC1jaGlsZCB7XHJcbiAgICAgIGJvcmRlci1ib3R0b206IG5vbmU7XHJcbiAgICAgIGJvcmRlci1ib3R0b20tbGVmdC1yYWRpdXM6IHZhcigtLXVpLXJhZGl1cy1zbSk7XHJcbiAgICAgIGJvcmRlci1ib3R0b20tcmlnaHQtcmFkaXVzOiB2YXIoLS11aS1yYWRpdXMtc20pO1xyXG4gICAgfVxyXG5cclxuICAgIC5maWVsZC1pdGVtOmhvdmVyIHtcclxuICAgICAgYmFja2dyb3VuZDogdmFyKC0tdWktY29sb3ItYmctc3VidGxlKTtcclxuICAgIH1cclxuXHJcbiAgICAuZmllbGQtaXRlbS0tc2VsZWN0ZWQge1xyXG4gICAgICBiYWNrZ3JvdW5kOiB2YXIoLS11aS1jb2xvci1wcmltYXJ5LWJnKTtcclxuICAgICAgYm9yZGVyLWxlZnQ6IDNweCBzb2xpZCB2YXIoLS11aS1jb2xvci1wcmltYXJ5KTtcclxuICAgIH1cclxuXHJcbiAgICAvKiBIYW5kbGUgZGkgdHJhc2NpbmFtZW50byAqL1xyXG4gICAgLmZpZWxkLWl0ZW1fX2hhbmRsZSB7XHJcbiAgICAgIGRpc3BsYXk6IGZsZXg7XHJcbiAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XHJcbiAgICAgIGN1cnNvcjogZ3JhYjtcclxuICAgICAgY29sb3I6IHZhcigtLXVpLWNvbG9yLXRleHQtbXV0ZWQpO1xyXG4gICAgICB0cmFuc2l0aW9uOiBjb2xvciB2YXIoLS11aS10cmFuc2l0aW9uLWZhc3QpO1xyXG4gICAgfVxyXG5cclxuICAgIC5maWVsZC1pdGVtX19oYW5kbGU6YWN0aXZlIHtcclxuICAgICAgY3Vyc29yOiBncmFiYmluZztcclxuICAgIH1cclxuXHJcbiAgICAuZmllbGQtaXRlbTpob3ZlciAuZmllbGQtaXRlbV9faGFuZGxlIHtcclxuICAgICAgY29sb3I6IHZhcigtLXVpLWNvbG9yLXRleHQtc2Vjb25kYXJ5KTtcclxuICAgIH1cclxuXHJcbiAgICAvKiBJY29uYSB0aXBvIGNhbXBvICovXHJcbiAgICAuZmllbGQtaXRlbV9faWNvbiB7XHJcbiAgICAgIGRpc3BsYXk6IGZsZXg7XHJcbiAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XHJcbiAgICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xyXG4gICAgICB3aWR0aDogMjhweDtcclxuICAgICAgaGVpZ2h0OiAyOHB4O1xyXG4gICAgICBib3JkZXItcmFkaXVzOiB2YXIoLS11aS1yYWRpdXMtc20pO1xyXG4gICAgICBiYWNrZ3JvdW5kOiB2YXIoLS11aS1jb2xvci1iZy1zdWJ0bGUpO1xyXG4gICAgICBjb2xvcjogdmFyKC0tdWktY29sb3ItcHJpbWFyeSk7XHJcbiAgICB9XHJcblxyXG4gICAgLyogSW5mb3JtYXppb25pIGNhbXBvICovXHJcbiAgICAuZmllbGQtaXRlbV9faW5mbyB7XHJcbiAgICAgIGZsZXg6IDE7XHJcbiAgICAgIGRpc3BsYXk6IGZsZXg7XHJcbiAgICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XHJcbiAgICAgIG1pbi13aWR0aDogMDtcclxuICAgIH1cclxuXHJcbiAgICAuZmllbGQtaXRlbV9fbGFiZWwge1xyXG4gICAgICBmb250LXNpemU6IHZhcigtLXVpLWZvbnQtc2l6ZS1zbSk7XHJcbiAgICAgIGZvbnQtd2VpZ2h0OiA1MDA7XHJcbiAgICAgIGNvbG9yOiB2YXIoLS11aS1jb2xvci10ZXh0KTtcclxuICAgICAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcclxuICAgICAgb3ZlcmZsb3c6IGhpZGRlbjtcclxuICAgICAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XHJcbiAgICB9XHJcblxyXG4gICAgLmZpZWxkLWl0ZW1fX3JlcXVpcmVkIHtcclxuICAgICAgY29sb3I6IHZhcigtLXVpLWNvbG9yLXdhcm4pO1xyXG4gICAgICBtYXJnaW4tbGVmdDogdmFyKC0tdWktc3BhY2luZy0xKTtcclxuICAgIH1cclxuXHJcbiAgICAuZmllbGQtaXRlbV9fa2V5IHtcclxuICAgICAgZm9udC1zaXplOiB2YXIoLS11aS1mb250LXNpemUteHMpO1xyXG4gICAgICBjb2xvcjogdmFyKC0tdWktY29sb3ItdGV4dC1tdXRlZCk7XHJcbiAgICAgIGZvbnQtZmFtaWx5OiBtb25vc3BhY2U7XHJcbiAgICAgIHdoaXRlLXNwYWNlOiBub3dyYXA7XHJcbiAgICAgIG92ZXJmbG93OiBoaWRkZW47XHJcbiAgICAgIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xyXG4gICAgfVxyXG5cclxuICAgIC8qIEJhZGdlIHRpcG8gY2FtcG8gKi9cclxuICAgIC5maWVsZC1pdGVtX190eXBlLWJhZGdlIHtcclxuICAgICAgZm9udC1zaXplOiB2YXIoLS11aS1mb250LXNpemUteHMpO1xyXG4gICAgICBjb2xvcjogdmFyKC0tdWktY29sb3ItcHJpbWFyeSk7XHJcbiAgICAgIGJhY2tncm91bmQ6IHZhcigtLXVpLWNvbG9yLXByaW1hcnktYmcpO1xyXG4gICAgICBwYWRkaW5nOiAycHggdmFyKC0tdWktc3BhY2luZy0yKTtcclxuICAgICAgYm9yZGVyLXJhZGl1czogdmFyKC0tdWktcmFkaXVzLXNtKTtcclxuICAgICAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcclxuICAgICAgZm9udC13ZWlnaHQ6IDUwMDtcclxuICAgIH1cclxuXHJcbiAgICAvKiBBemlvbmkgY2FtcG8gKi9cclxuICAgIC5maWVsZC1pdGVtX19hY3Rpb25zIHtcclxuICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgZ2FwOiB2YXIoLS11aS1zcGFjaW5nLTEpO1xyXG4gICAgICBvcGFjaXR5OiAwO1xyXG4gICAgICB0cmFuc2l0aW9uOiBvcGFjaXR5IHZhcigtLXVpLXRyYW5zaXRpb24tZmFzdCk7XHJcbiAgICB9XHJcblxyXG4gICAgLmZpZWxkLWl0ZW06aG92ZXIgLmZpZWxkLWl0ZW1fX2FjdGlvbnMge1xyXG4gICAgICBvcGFjaXR5OiAxO1xyXG4gICAgfVxyXG5cclxuICAgIC8qIOKUgOKUgOKUgCBDREsgRHJhZyAmIERyb3Ag4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSAICovXHJcblxyXG4gICAgLmNkay1kcmFnLXByZXZpZXcge1xyXG4gICAgICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xyXG4gICAgICBib3JkZXItcmFkaXVzOiB2YXIoLS11aS1yYWRpdXMtc20pO1xyXG4gICAgICBib3gtc2hhZG93OiB2YXIoLS11aS1zaGFkb3ctbWQpO1xyXG4gICAgICBiYWNrZ3JvdW5kOiB2YXIoLS11aS1jb2xvci1zdXJmYWNlKTtcclxuICAgICAgcGFkZGluZzogdmFyKC0tdWktc3BhY2luZy0yKSB2YXIoLS11aS1zcGFjaW5nLTMpO1xyXG4gICAgICBkaXNwbGF5OiBmbGV4O1xyXG4gICAgICBhbGlnbi1pdGVtczogY2VudGVyO1xyXG4gICAgICBnYXA6IHZhcigtLXVpLXNwYWNpbmctMik7XHJcbiAgICB9XHJcblxyXG4gICAgLmNkay1kcmFnLXBsYWNlaG9sZGVyIHtcclxuICAgICAgb3BhY2l0eTogMC4zO1xyXG4gICAgfVxyXG5cclxuICAgIC5jZGstZHJhZy1hbmltYXRpbmcge1xyXG4gICAgICB0cmFuc2l0aW9uOiB0cmFuc2Zvcm0gMjUwbXMgY3ViaWMtYmV6aWVyKDAsIDAsIDAuMiwgMSk7XHJcbiAgICB9XHJcbiAgYCxcclxuICBdLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgVWlTZWN0aW9uRWRpdG9yQ29tcG9uZW50IHtcclxuICAvKiogU2V6aW9uZSBkZWwgZm9ybSBkYSByZW5kZXJpenphcmUuICovXHJcbiAgQElucHV0KHsgcmVxdWlyZWQ6IHRydWUgfSkgc2VjdGlvbiE6IFVpRm9ybVNlY3Rpb247XHJcblxyXG4gIC8qKiBJbmRpY2Egc2UgbGEgc2V6aW9uZSBlIGF0dHVhbG1lbnRlIHNlbGV6aW9uYXRhLiAqL1xyXG4gIEBJbnB1dCgpIGlzU2VsZWN0ZWQgPSBmYWxzZTtcclxuXHJcbiAgLyoqIENoaWF2ZSBkZWwgY2FtcG8gYXR0dWFsbWVudGUgc2VsZXppb25hdG8gKG8gbnVsbCkuICovXHJcbiAgQElucHV0KCkgc2VsZWN0ZWRGaWVsZEtleTogc3RyaW5nIHwgbnVsbCA9IG51bGw7XHJcblxyXG4gIC8qKiBFbWV0dGUgYWdnaW9ybmFtZW50aSBwYXJ6aWFsaSBhbGxhIHNlemlvbmUuICovXHJcbiAgQE91dHB1dCgpIHNlY3Rpb25VcGRhdGUgPSBuZXcgRXZlbnRFbWl0dGVyPFBhcnRpYWw8VWlGb3JtU2VjdGlvbj4+KCk7XHJcblxyXG4gIC8qKiBFbWV0dGUgcmljaGllc3RhIGRpIGVsaW1pbmF6aW9uZSBkZWxsYSBzZXppb25lLiAqL1xyXG4gIEBPdXRwdXQoKSBzZWN0aW9uRGVsZXRlID0gbmV3IEV2ZW50RW1pdHRlcjx2b2lkPigpO1xyXG5cclxuICAvKiogRW1ldHRlIHJpY2hpZXN0YSBkaSBkdXBsaWNhemlvbmUgZGVsbGEgc2V6aW9uZS4gKi9cclxuICBAT3V0cHV0KCkgc2VjdGlvbkR1cGxpY2F0ZSA9IG5ldyBFdmVudEVtaXR0ZXI8dm9pZD4oKTtcclxuXHJcbiAgLyoqIEVtZXR0ZSBsYSBjaGlhdmUgZGVsIGNhbXBvIHNlbGV6aW9uYXRvLiAqL1xyXG4gIEBPdXRwdXQoKSBmaWVsZFNlbGVjdCA9IG5ldyBFdmVudEVtaXR0ZXI8c3RyaW5nPigpO1xyXG5cclxuICAvKiogRW1ldHRlIGxhIGNoaWF2ZSBkZWwgY2FtcG8gZGEgZHVwbGljYXJlLiAqL1xyXG4gIEBPdXRwdXQoKSBmaWVsZER1cGxpY2F0ZSA9IG5ldyBFdmVudEVtaXR0ZXI8c3RyaW5nPigpO1xyXG5cclxuICAvKiogRW1ldHRlIGxhIGNoaWF2ZSBkZWwgY2FtcG8gZGEgZWxpbWluYXJlLiAqL1xyXG4gIEBPdXRwdXQoKSBmaWVsZERlbGV0ZSA9IG5ldyBFdmVudEVtaXR0ZXI8c3RyaW5nPigpO1xyXG5cclxuICAvKiogRW1ldHRlIGwnZXZlbnRvIGRpIGRyb3AgZGVsIENESyBkcmFnICYgZHJvcC4gKi9cclxuICBAT3V0cHV0KCkgZmllbGREcm9wID0gbmV3IEV2ZW50RW1pdHRlcjxDZGtEcmFnRHJvcDxhbnk+PigpO1xyXG5cclxuICAvKiogU3RhdG8gZGkgZXNwYW5zaW9uZSBkZWxsYSBzZXppb25lLiAqL1xyXG4gIGlzRXhwYW5kZWQgPSB0cnVlO1xyXG5cclxuICAvKiogSW5kaWNhIHNlIGlsIHRpdG9sbyBlIGluIGZhc2UgZGkgbW9kaWZpY2EgaW5saW5lLiAqL1xyXG4gIGlzRWRpdGluZ1RpdGxlID0gZmFsc2U7XHJcblxyXG4gIC8qKiBUaXRvbG8gdGVtcG9yYW5lbyBkdXJhbnRlIGxhIG1vZGlmaWNhIGlubGluZS4gKi9cclxuICB0ZW1wVGl0bGUgPSAnJztcclxuXHJcbiAgLyoqXHJcbiAgICogQWx0ZXJuYSBsbyBzdGF0byBkaSBlc3BhbnNpb25lL2NvbGxhc3NvIGRlbGxhIHNlemlvbmUuXHJcbiAgICovXHJcbiAgdG9nZ2xlRXhwYW5kKCk6IHZvaWQge1xyXG4gICAgdGhpcy5pc0V4cGFuZGVkID0gIXRoaXMuaXNFeHBhbmRlZDtcclxuICB9XHJcblxyXG4gIC8qKlxyXG4gICAqIEF2dmlhIGxhIG1vZGlmaWNhIGlubGluZSBkZWwgdGl0b2xvIGRlbGxhIHNlemlvbmUuXHJcbiAgICogQHBhcmFtIGV2ZW50IC0gRXZlbnRvIGRlbCBtb3VzZSBwZXIgcHJldmVuaXJlIGxhIHByb3BhZ2F6aW9uZS5cclxuICAgKi9cclxuICBzdGFydFRpdGxlRWRpdChldmVudDogRXZlbnQpOiB2b2lkIHtcclxuICAgIGV2ZW50LnN0b3BQcm9wYWdhdGlvbigpO1xyXG4gICAgdGhpcy50ZW1wVGl0bGUgPSB0aGlzLnNlY3Rpb24udGl0bGUgfHwgJyc7XHJcbiAgICB0aGlzLmlzRWRpdGluZ1RpdGxlID0gdHJ1ZTtcclxuICB9XHJcblxyXG4gIC8qKlxyXG4gICAqIENvbmZlcm1hIGxhIG1vZGlmaWNhIGRlbCB0aXRvbG8gZWQgZW1ldHRlIGwnYWdnaW9ybmFtZW50by5cclxuICAgKi9cclxuICBjb25maXJtVGl0bGVFZGl0KCk6IHZvaWQge1xyXG4gICAgaWYgKHRoaXMuaXNFZGl0aW5nVGl0bGUpIHtcclxuICAgICAgdGhpcy5pc0VkaXRpbmdUaXRsZSA9IGZhbHNlO1xyXG4gICAgICBjb25zdCB0cmltbWVkID0gdGhpcy50ZW1wVGl0bGUudHJpbSgpO1xyXG4gICAgICBpZiAodHJpbW1lZCAmJiB0cmltbWVkICE9PSB0aGlzLnNlY3Rpb24udGl0bGUpIHtcclxuICAgICAgICB0aGlzLnNlY3Rpb25VcGRhdGUuZW1pdCh7IHRpdGxlOiB0cmltbWVkIH0pO1xyXG4gICAgICB9XHJcbiAgICB9XHJcbiAgfVxyXG5cclxuICAvKipcclxuICAgKiBBbm51bGxhIGxhIG1vZGlmaWNhIGRlbCB0aXRvbG8sIHJpcHJpc3RpbmFuZG8gaWwgdmFsb3JlIG9yaWdpbmFsZS5cclxuICAgKi9cclxuICBjYW5jZWxUaXRsZUVkaXQoKTogdm9pZCB7XHJcbiAgICB0aGlzLmlzRWRpdGluZ1RpdGxlID0gZmFsc2U7XHJcbiAgICB0aGlzLnRlbXBUaXRsZSA9ICcnO1xyXG4gIH1cclxuXHJcbiAgLyoqXHJcbiAgICogUmVzdGl0dWlzY2UgaWwgbm9tZSBkZWxsJ2ljb25hIEx1Y2lkZSBhc3NvY2lhdGEgYWwgdGlwbyBkaSBjYW1wby5cclxuICAgKiBAcGFyYW0gdHlwZSAtIFRpcG8gZGkgY2FtcG8gZGVsIGZvcm0uXHJcbiAgICogQHJldHVybnMgTm9tZSBkZWxsJ2ljb25hIEx1Y2lkZS5cclxuICAgKi9cclxuICBnZXRGaWVsZEljb24odHlwZTogVWlGaWVsZFR5cGUpOiBzdHJpbmcge1xyXG4gICAgcmV0dXJuIEZJRUxEX0lDT05fTUFQW3R5cGVdIHx8ICdoZWxwLWNpcmNsZSc7XHJcbiAgfVxyXG5cclxuICAvKipcclxuICAgKiBHZXN0aXNjZSBsJ2V2ZW50byBkaSBkcm9wIGRlbCBDREsgZHJhZyAmIGRyb3AgZSBsbyBwcm9wYWdhIGFsIHBhcmVudC5cclxuICAgKiBAcGFyYW0gZXZlbnQgLSBFdmVudG8gQ2RrRHJhZ0Ryb3AuXHJcbiAgICovXHJcbiAgb25GaWVsZERyb3AoZXZlbnQ6IENka0RyYWdEcm9wPGFueT4pOiB2b2lkIHtcclxuICAgIHRoaXMuZmllbGREcm9wLmVtaXQoZXZlbnQpO1xyXG4gIH1cclxufVxyXG4iXX0=
|