@sankhyalabs/sankhyablocks 10.1.0-dev.6 → 10.1.0-dev.61
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/LICENSE +4 -1
- package/dist/cjs/{ConfigStorage-72f34bd4.js → ConfigStorage-156bfcac.js} +19 -2
- package/dist/cjs/ContinuousInsertUtils-1ae0c6ac.js +41 -0
- package/dist/cjs/{DataFetcher-991b0349.js → DataFetcher-d13b4637.js} +121 -69
- package/dist/cjs/{FormConfigHelper-e253a418.js → FormConfigHelper-28fe4668.js} +3 -1
- package/dist/cjs/FormConfigHelper-c5f5473a.js +342 -0
- package/dist/cjs/{ISave-ebf6b4ed.js → ISave-55d9dcc3.js} +1 -1
- package/dist/cjs/ImageUtils-d6139911.js +144 -0
- package/dist/cjs/{PersonalizedFilterUtils-7259cf65.js → PersonalizedFilterUtils-263e4d24.js} +65 -5
- package/dist/cjs/{SnkFormConfigManager-cdbb29d4.js → SnkFormConfigManager-5cb9a39c.js} +5 -5
- package/dist/cjs/{SnkMultiSelectionListDataSource-011bec79.js → SnkMultiSelectionListDataSource-5c5badfc.js} +146 -74
- package/dist/cjs/{auth-fetcher-c3cac878.js → auth-fetcher-d1715459.js} +1 -1
- package/dist/cjs/config-header.cjs.entry.js +1 -1
- package/dist/cjs/configs-button.cjs.entry.js +1 -1
- package/dist/cjs/css-shim-a27d231b.js +6 -0
- package/dist/cjs/{dataunit-fetcher-8bf469e7.js → dataunit-fetcher-fae710c5.js} +91 -110
- package/dist/cjs/dom-ff96a4bc.js +75 -0
- package/dist/cjs/field-config_2.cjs.entry.js +3 -3
- package/dist/cjs/fields-layout.cjs.entry.js +6 -6
- package/dist/cjs/fields-selector.cjs.entry.js +3 -3
- package/dist/cjs/{filter-type.enum-2bb46d2a.js → filter-type.enum-b3b388af.js} +7 -0
- package/dist/cjs/{form-config-fetcher-c7af90d8.js → form-config-fetcher-bbebdcb8.js} +41 -5
- package/dist/cjs/guides-configurator.cjs.entry.js +3 -3
- package/dist/cjs/{index-1cf293c1.js → index-1894343a.js} +1547 -207
- package/dist/cjs/{index-e3e39724.js → index-bc950921.js} +6 -0
- package/dist/cjs/{index-13d05f03.js → index-f0fe7e6e.js} +90 -21
- package/dist/cjs/loader.cjs.js +16 -2
- package/dist/cjs/pesquisa-grid_2.cjs.entry.js +6 -6
- package/dist/cjs/sankhyablocks.cjs.js +132 -4
- package/dist/cjs/shadow-css-7e3e0ab1.js +389 -0
- package/dist/cjs/snk-actions-button_9.cjs.entry.js +169 -120
- package/dist/cjs/snk-actions-form.cjs.entry.js +1 -1
- package/dist/cjs/snk-application.cjs.entry.js +28 -9
- package/dist/cjs/snk-attach_11.cjs.entry.js +2971 -0
- package/dist/cjs/snk-client-confirm.cjs.entry.js +1 -1
- package/dist/cjs/snk-configurator.cjs.entry.js +3 -1
- package/dist/cjs/snk-crud.cjs.entry.js +149 -102
- package/dist/cjs/snk-custom-slot-elements.cjs.entry.js +1 -1
- package/dist/cjs/snk-custom-slot-guide.cjs.entry.js +40 -0
- package/dist/cjs/snk-data-exporter.cjs.entry.js +62 -16
- package/dist/cjs/{snk-data-unit-7d587ad5.js → snk-data-unit-32237a2d.js} +12 -3
- package/dist/cjs/snk-data-unit.cjs.entry.js +4 -4
- package/dist/cjs/snk-detail-view.cjs.entry.js +32 -20
- package/dist/cjs/snk-dynaform-config-header_5.cjs.entry.js +739 -0
- package/dist/cjs/snk-dynaform-detail-view_2.cjs.entry.js +961 -0
- package/dist/cjs/snk-dynaform-field-config_2.cjs.entry.js +327 -0
- package/dist/cjs/snk-dynaform-guides-view-2c7c6ce4.js +1094 -0
- package/dist/cjs/snk-dynaform-guides-view.cjs.entry.js +23 -0
- package/dist/cjs/snk-dynaform.cjs.entry.js +679 -0
- package/dist/cjs/snk-entity-list.cjs.entry.js +1 -1
- package/dist/cjs/snk-entity-search.cjs.entry.js +211 -0
- package/dist/cjs/snk-exporter-email-sender.cjs.entry.js +2 -2
- package/dist/cjs/{snk-expression-group_2.cjs.entry.js → snk-expression-group_4.cjs.entry.js} +422 -19
- package/dist/cjs/snk-filter-bar_4.cjs.entry.js +175 -121
- package/dist/cjs/snk-filter-binary-select.cjs.entry.js +1 -1
- package/dist/cjs/snk-filter-checkbox-list.cjs.entry.js +1 -1
- package/dist/cjs/snk-filter-multi-select.cjs.entry.js +1 -1
- package/dist/cjs/snk-filter-number.cjs.entry.js +11 -7
- package/dist/cjs/snk-filter-period.cjs.entry.js +14 -7
- package/dist/cjs/snk-filter-search.cjs.entry.js +11 -1
- package/dist/cjs/snk-filter-text.cjs.entry.js +2 -2
- package/dist/cjs/snk-form-summary.cjs.entry.js +1 -1
- package/dist/cjs/snk-form-view.cjs.entry.js +70 -8
- package/dist/cjs/snk-form_2.cjs.entry.js +21 -11
- package/dist/cjs/snk-grid.cjs.entry.js +91 -36
- package/dist/cjs/{snk-guides-viewer-366d5c32.js → snk-guides-viewer-67b9cca9.js} +78 -214
- package/dist/cjs/snk-guides-viewer.cjs.entry.js +10 -18
- package/dist/cjs/snk-layout-form-config.cjs.entry.js +71 -0
- package/dist/cjs/snk-personalized-filter-editor.cjs.entry.js +1 -1
- package/dist/cjs/snk-pesquisa.cjs.entry.js +6 -7
- package/dist/cjs/snk-print-selector.cjs.entry.js +1 -1
- package/dist/cjs/snk-taskbar.cjs.entry.js +184 -127
- package/dist/cjs/{sortable.esm-9a110bb7.js → sortable.esm-b87669ab.js} +76 -90
- package/dist/cjs/taskbar-elements-25f800b3.js +152 -0
- package/dist/cjs/taskbarUtils-99aaa01f.js +236 -0
- package/dist/cjs/teste-pesquisa.cjs.entry.js +1 -1
- package/dist/collection/collection-manifest.json +26 -0
- package/dist/collection/components/snk-actions-button/actions/executor/launch-screen.executor.js +6 -3
- package/dist/collection/components/snk-actions-button/snk-actions-button.js +30 -6
- package/dist/collection/components/snk-application/errorhandler/snk-error-handler.js +1 -0
- package/dist/collection/components/snk-application/snk-application.js +20 -2
- package/dist/collection/components/snk-attach/snk-attach.css +29 -7
- package/dist/collection/components/snk-attach/snk-attach.js +93 -18
- package/dist/collection/components/snk-configurator/snk-configurator.js +2 -0
- package/dist/collection/components/snk-crud/snk-crud.css +55 -0
- package/dist/collection/components/snk-crud/snk-crud.js +169 -98
- package/dist/collection/components/snk-crud/subcomponents/GuideBuilder.js +1 -1
- package/dist/collection/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.css +4 -1
- package/dist/collection/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.js +21 -7
- package/dist/collection/components/snk-crud/subcomponents/snk-entity-search.css +17 -0
- package/dist/collection/components/snk-crud/subcomponents/snk-entity-search.js +330 -0
- package/dist/collection/components/snk-crud/subcomponents/snk-form-view.js +90 -8
- package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.css +22 -8
- package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.js +89 -204
- package/dist/collection/components/snk-crud/utils/taskbarUtils.js +163 -0
- package/dist/collection/components/snk-custom-slot-guide/snk-custom-slot-guide.css +3 -0
- package/dist/collection/components/snk-custom-slot-guide/snk-custom-slot-guide.js +95 -0
- package/dist/collection/components/snk-data-exporter/exporter-email-sender/snk-exporter-email-sender.js +1 -1
- package/dist/collection/components/snk-data-exporter/exporter-strategy/ClientSideExporterStrategy.js +2 -2
- package/dist/collection/components/snk-data-exporter/interfaces/IExporterProvider.js +78 -23
- package/dist/collection/components/snk-data-exporter/snk-data-exporter.js +28 -5
- package/dist/collection/components/snk-data-exporter/structure/ItemBuilder.js +43 -2
- package/dist/collection/components/snk-data-unit/snk-data-unit.js +9 -0
- package/dist/collection/components/snk-dynaform/interfaces/PropsCustomEditor.js +1 -0
- package/dist/collection/components/snk-dynaform/interfaces/PropsCustomRender.js +1 -0
- package/dist/collection/components/snk-dynaform/snk-dynaform.css +69 -0
- package/dist/collection/components/snk-dynaform/snk-dynaform.js +1661 -0
- package/dist/collection/components/snk-dynaform/subcomponents/CardFormResizeObserver.js +26 -0
- package/dist/collection/components/snk-dynaform/subcomponents/GuideBuilder.js +51 -0
- package/dist/collection/components/snk-dynaform/subcomponents/snk-dynaform-detail-view/snk-dynaform-detail-view.css +182 -0
- package/dist/collection/components/snk-dynaform/subcomponents/snk-dynaform-detail-view/snk-dynaform-detail-view.js +1015 -0
- package/dist/collection/components/snk-dynaform/subcomponents/snk-dynaform-form-view/snk-dynaform-form-view.css +98 -0
- package/dist/collection/components/snk-dynaform/subcomponents/snk-dynaform-form-view/snk-dynaform-form-view.js +590 -0
- package/dist/collection/components/snk-dynaform/subcomponents/snk-dynaform-guides-view/snk-dynaform-guides-view.css +321 -0
- package/dist/collection/components/snk-dynaform/subcomponents/snk-dynaform-guides-view/snk-dynaform-guides-view.js +1587 -0
- package/dist/collection/components/snk-dynaform-form-config/FormConfigHelper.js +325 -0
- package/dist/collection/components/snk-dynaform-form-config/SnkFormConfigManager.js +219 -0
- package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-config-header/snk-dynaform-config-header.css +17 -0
- package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-config-header/snk-dynaform-config-header.js +236 -0
- package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-config-header/snk-dynaform-configs-button/snk-dynaform-configs-button.css +41 -0
- package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-config-header/snk-dynaform-configs-button/snk-dynaform-configs-button.js +170 -0
- package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-field-item/snk-dynaform-field-config/snk-dynaform-field-config.css +22 -0
- package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-field-item/snk-dynaform-field-config/snk-dynaform-field-config.js +408 -0
- package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-field-item/snk-dynaform-field-item.css +88 -0
- package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-field-item/snk-dynaform-field-item.js +209 -0
- package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-fields-layout/snk-dynaform-fields-layout.css +167 -0
- package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-fields-layout/snk-dynaform-fields-layout.js +655 -0
- package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-fields-selector/snk-dynaform-fields-selector.css +42 -0
- package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-fields-selector/snk-dynaform-fields-selector.js +171 -0
- package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-form-config.css +66 -0
- package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-form-config.js +557 -0
- package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-guides-configurator/snk-dynaform-guides-configurator.css +80 -0
- package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-guides-configurator/snk-dynaform-guides-configurator.js +326 -0
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-number.js +12 -8
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-period.js +14 -7
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-search.js +30 -0
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-text.js +1 -1
- package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-detail.js +10 -4
- package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-item.css +5 -1
- package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-item.js +28 -2
- package/dist/collection/components/snk-filter-bar/filter-modal/snk-filter-modal.css +7 -1
- package/dist/collection/components/snk-filter-bar/filter-modal/snk-filter-modal.js +27 -9
- package/dist/collection/components/snk-filter-bar/filter-modal/subcomponents/snk-filter-modal-item.js +33 -0
- package/dist/collection/components/snk-filter-bar/snk-filter-bar.css +1 -6
- package/dist/collection/components/snk-filter-bar/snk-filter-bar.js +166 -78
- package/dist/collection/components/snk-form-config/FormConfigHelper.js +3 -1
- package/dist/collection/components/snk-form-config/SnkFormConfigManager.js +3 -3
- package/dist/collection/components/snk-form-config/field-item/field-config/field-config.css +1 -0
- package/dist/collection/components/snk-form-config/fields-layout/fields-layout.css +16 -0
- package/dist/collection/components/snk-form-config/fields-layout/fields-layout.js +4 -4
- package/dist/collection/components/snk-form-config/guides-configurator/guides-configurator.css +3 -4
- package/dist/collection/components/snk-form-config/guides-configurator/guides-configurator.js +2 -2
- package/dist/collection/components/snk-form-config/snk-form-config.js +15 -5
- package/dist/collection/components/snk-grid/snk-grid.css +33 -5
- package/dist/collection/components/snk-grid/snk-grid.js +199 -24
- package/dist/collection/components/snk-grid-config/snk-grid-config.js +153 -51
- package/dist/collection/components/snk-image-input/snk-image-input.css +3 -0
- package/dist/collection/components/snk-image-input/snk-image-input.js +338 -0
- package/dist/collection/components/snk-image-input/utils/ImageUtils.js +135 -0
- package/dist/collection/components/snk-layout-form-config/snk-layout-form-config.js +1 -1
- package/dist/collection/components/snk-layout-form-config/snk-view-representation/snk-view-representation.js +1 -1
- package/dist/collection/components/snk-personalized-filter/snk-personalized-filter.js +1 -1
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-param-config/utils/PersonalizedFilterUtils.js +13 -0
- package/dist/collection/components/snk-pesquisa/snk-pesquisa.js +0 -4
- package/dist/collection/components/snk-simple-crud/snk-simple-crud.js +34 -22
- package/dist/collection/components/snk-taskbar/elements/taskbar-actions-button/taskbar-actions-button.css +8 -0
- package/dist/collection/components/snk-taskbar/elements/taskbar-actions-button/taskbar-actions-button.js +38 -2
- package/dist/collection/components/snk-taskbar/elements/taskbar-elements.js +54 -37
- package/dist/collection/components/snk-taskbar/elements/taskbar-split-button/taskbar-split-button.js +27 -1
- package/dist/collection/components/snk-taskbar/processor/simple-taskbar-processor.js +55 -0
- package/dist/collection/components/snk-taskbar/snk-taskbar.css +44 -1
- package/dist/collection/components/snk-taskbar/snk-taskbar.js +248 -132
- package/dist/collection/components/snk-taskbar/subcomponents/snk-taskbar-skeleton.css +12 -0
- package/dist/collection/components/snk-taskbar/subcomponents/snk-taskbar-skeleton.js +19 -0
- package/dist/collection/lib/@types/index.js +6 -0
- package/dist/collection/lib/configs/ConfigStorage.js +5 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/DataUnitDataLoader.js +1 -1
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/cache/PreloadManager.js +51 -4
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/dataunit-fetcher.js +24 -2
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/helpers/DataUnitDataLoaderHelper.js +15 -104
- package/dist/collection/lib/http/data-fetcher/fetchers/form-config-fetcher.js +22 -4
- package/dist/collection/lib/http/data-fetcher/fetchers/grid-config-fetcher.js +12 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/resource-fetcher.js +18 -0
- package/dist/collection/lib/message/SnkMessageBuilder.js +11 -2
- package/dist/collection/lib/message/messageResourceEnUSUtils.js +2 -0
- package/dist/collection/lib/message/messageResourceEsESUtils.js +2 -0
- package/dist/collection/lib/message/messageResourcePtBRUtils.js +2 -0
- package/dist/collection/lib/message/resources/en-us/dataUnitDataLoaderHelper.msg.js +0 -13
- package/dist/collection/lib/message/resources/en-us/snk-crud.msg.js +13 -1
- package/dist/collection/lib/message/resources/en-us/snk-form.msg.js +1 -0
- package/dist/collection/lib/message/resources/en-us/snk-image-input.msg.js +11 -0
- package/dist/collection/lib/message/resources/en-us/snk-layout-form-config.msg.js +10 -2
- package/dist/collection/lib/message/resources/es-es/dataUnitDataLoaderHelper.msg.js +0 -13
- package/dist/collection/lib/message/resources/es-es/snk-crud.msg.js +13 -1
- package/dist/collection/lib/message/resources/es-es/snk-form.msg.js +1 -0
- package/dist/collection/lib/message/resources/es-es/snk-image-input.msg.js +11 -0
- package/dist/collection/lib/message/resources/es-es/snk-layout-form-config.msg.js +8 -0
- package/dist/collection/lib/message/resources/pt-br/dataUnitDataLoaderHelper.msg.js +0 -13
- package/dist/collection/lib/message/resources/pt-br/snk-configurator.msg.js +1 -1
- package/dist/collection/lib/message/resources/pt-br/snk-crud.msg.js +13 -1
- package/dist/collection/lib/message/resources/pt-br/snk-form.msg.js +1 -0
- package/dist/collection/lib/message/resources/pt-br/snk-image-input.msg.js +11 -0
- package/dist/collection/lib/message/resources/pt-br/snk-layout-form-config.msg.js +10 -2
- package/dist/collection/lib/utils/CrudUtils.js +7 -4
- package/dist/components/ConfigStorage.js +17 -0
- package/dist/components/ContinuousInsertUtils.js +86 -28
- package/dist/components/DataFetcher.js +3 -2731
- package/dist/components/ISave.js +6 -0
- package/dist/components/PersonalizedFilterUtils.js +13 -0
- package/dist/components/SnkFormConfigManager.js +3 -3
- package/dist/components/SnkMessageBuilder.js +2804 -0
- package/dist/components/dataunit-fetcher.js +91 -110
- package/dist/components/field-config2.js +4 -2
- package/dist/components/fields-layout2.js +4 -4
- package/dist/components/form-config-fetcher.js +40 -4
- package/dist/components/guides-configurator2.js +2 -2
- package/dist/components/index.d.ts +16 -0
- package/dist/components/index.js +16 -0
- package/dist/components/index2.js +90 -21
- package/dist/components/snk-actions-button2.js +15 -9
- package/dist/components/snk-application2.js +22 -2
- package/dist/components/snk-attach2.js +69 -27
- package/dist/components/snk-configurator2.js +2 -0
- package/dist/components/snk-crud.js +240 -176
- package/dist/components/snk-custom-slot-guide.d.ts +11 -0
- package/dist/components/snk-custom-slot-guide.js +55 -0
- package/dist/components/snk-data-exporter2.js +56 -9
- package/dist/components/snk-data-unit2.js +10 -1
- package/dist/components/snk-detail-view2.js +227 -318
- package/dist/components/snk-dynaform-config-header.d.ts +11 -0
- package/dist/components/snk-dynaform-config-header.js +6 -0
- package/dist/components/snk-dynaform-config-header2.js +103 -0
- package/dist/components/snk-dynaform-configs-button.d.ts +11 -0
- package/dist/components/snk-dynaform-configs-button.js +6 -0
- package/dist/components/snk-dynaform-configs-button2.js +76 -0
- package/dist/components/snk-dynaform-detail-view.d.ts +11 -0
- package/dist/components/snk-dynaform-detail-view.js +6 -0
- package/dist/components/snk-dynaform-detail-view2.js +2213 -0
- package/dist/components/snk-dynaform-field-config.d.ts +11 -0
- package/dist/components/snk-dynaform-field-config.js +6 -0
- package/dist/components/snk-dynaform-field-config2.js +605 -0
- package/dist/components/snk-dynaform-field-item.d.ts +11 -0
- package/dist/components/snk-dynaform-field-item.js +6 -0
- package/dist/components/snk-dynaform-field-item2.js +96 -0
- package/dist/components/snk-dynaform-fields-layout.d.ts +11 -0
- package/dist/components/snk-dynaform-fields-layout.js +6 -0
- package/dist/components/snk-dynaform-fields-layout2.js +428 -0
- package/dist/components/snk-dynaform-fields-selector.d.ts +11 -0
- package/dist/components/snk-dynaform-fields-selector.js +6 -0
- package/dist/components/snk-dynaform-fields-selector2.js +104 -0
- package/dist/components/snk-dynaform-form-config.d.ts +11 -0
- package/dist/components/snk-dynaform-form-config.js +6 -0
- package/dist/components/snk-dynaform-form-config2.js +430 -0
- package/dist/components/snk-dynaform-form-view.d.ts +11 -0
- package/dist/components/snk-dynaform-form-view.js +6 -0
- package/dist/components/snk-dynaform-form-view2.js +272 -0
- package/dist/components/snk-dynaform-guides-configurator.d.ts +11 -0
- package/dist/components/snk-dynaform-guides-configurator.js +6 -0
- package/dist/components/snk-dynaform-guides-configurator2.js +173 -0
- package/dist/components/snk-dynaform-guides-view.d.ts +11 -0
- package/dist/components/snk-dynaform-guides-view.js +6 -0
- package/dist/components/snk-dynaform.d.ts +11 -0
- package/dist/components/snk-dynaform.js +1007 -0
- package/dist/components/snk-entity-search.d.ts +11 -0
- package/dist/components/snk-entity-search.js +6 -0
- package/dist/components/snk-entity-search2.js +231 -0
- package/dist/components/snk-exporter-email-sender2.js +1 -1
- package/dist/components/snk-filter-bar2.js +116 -80
- package/dist/components/snk-filter-detail2.js +10 -4
- package/dist/components/snk-filter-item2.js +9 -3
- package/dist/components/snk-filter-modal-item2.js +15 -1
- package/dist/components/snk-filter-modal2.js +27 -10
- package/dist/components/snk-filter-number.js +11 -7
- package/dist/components/snk-filter-period.js +13 -6
- package/dist/components/snk-filter-search.js +12 -1
- package/dist/components/snk-filter-text.js +1 -1
- package/dist/components/snk-form-config2.js +15 -5
- package/dist/components/snk-form-view2.js +79 -10
- package/dist/components/snk-grid-config2.js +109 -50
- package/dist/components/snk-grid2.js +132 -65
- package/dist/components/snk-image-input.d.ts +11 -0
- package/dist/components/snk-image-input.js +6 -0
- package/dist/components/snk-image-input2.js +316 -0
- package/dist/components/snk-layout-form-config2.js +1 -1
- package/dist/components/snk-personalized-filter2.js +1 -1
- package/dist/components/snk-pesquisa2.js +0 -1
- package/dist/components/snk-simple-crud2.js +46 -45
- package/dist/components/snk-taskbar-skeleton.d.ts +11 -0
- package/dist/components/snk-taskbar-skeleton.js +6 -0
- package/dist/components/snk-taskbar-skeleton2.js +29 -0
- package/dist/components/snk-taskbar2.js +256 -176
- package/dist/components/snk-view-representation2.js +1 -1
- package/dist/components/sortable.esm.js +76 -90
- package/dist/components/taskbar-actions-button2.js +21 -2
- package/dist/components/taskbar-split-button2.js +10 -1
- package/dist/components/taskbarUtils.js +229 -0
- package/dist/esm/{ConfigStorage-22324b6b.js → ConfigStorage-0d1c0695.js} +19 -2
- package/dist/esm/ContinuousInsertUtils-bce77dc1.js +39 -0
- package/dist/esm/{DataFetcher-450828a0.js → DataFetcher-70de9419.js} +121 -49
- package/dist/esm/{FormConfigHelper-e89ca25c.js → FormConfigHelper-d09669f3.js} +3 -1
- package/dist/esm/FormConfigHelper-efc29480.js +328 -0
- package/dist/esm/{ISave-61153166.js → ISave-f5704813.js} +1 -1
- package/dist/esm/ImageUtils-efbea0e4.js +138 -0
- package/dist/esm/{PersonalizedFilterUtils-2db38ff2.js → PersonalizedFilterUtils-45b5803c.js} +62 -2
- package/dist/esm/{SnkFormConfigManager-b5a92e12.js → SnkFormConfigManager-e7f05f79.js} +5 -5
- package/dist/esm/{SnkMultiSelectionListDataSource-d7ce2e54.js → SnkMultiSelectionListDataSource-6ac291a9.js} +141 -69
- package/dist/esm/{auth-fetcher-eef9d01e.js → auth-fetcher-e34880e5.js} +1 -1
- package/dist/esm/config-header.entry.js +1 -1
- package/dist/esm/configs-button.entry.js +1 -1
- package/dist/esm/css-shim-9f2d321e.js +4 -0
- package/dist/esm/{dataunit-fetcher-da9596f6.js → dataunit-fetcher-d26e4a08.js} +91 -110
- package/dist/esm/dom-64053c71.js +73 -0
- package/dist/esm/field-config_2.entry.js +3 -3
- package/dist/esm/fields-layout.entry.js +6 -6
- package/dist/esm/fields-selector.entry.js +3 -3
- package/dist/esm/{filter-type.enum-f6a8fe23.js → filter-type.enum-62b7fe88.js} +8 -1
- package/dist/esm/{form-config-fetcher-8d0a5e1c.js → form-config-fetcher-98c42169.js} +41 -5
- package/dist/esm/guides-configurator.entry.js +3 -3
- package/dist/esm/{index-479e1293.js → index-04f73a26.js} +1539 -207
- package/dist/esm/{index-b40568ff.js → index-c6721886.js} +6 -0
- package/dist/esm/{index-446f9341.js → index-ea250be6.js} +90 -21
- package/dist/esm/loader.js +17 -3
- package/dist/esm/pesquisa-grid_2.entry.js +6 -6
- package/dist/esm/sankhyablocks.js +133 -5
- package/dist/esm/shadow-css-98135883.js +387 -0
- package/dist/esm/snk-actions-button_9.entry.js +170 -121
- package/dist/esm/snk-actions-form.entry.js +1 -1
- package/dist/esm/snk-application.entry.js +28 -9
- package/dist/esm/snk-attach_11.entry.js +2957 -0
- package/dist/esm/snk-client-confirm.entry.js +1 -1
- package/dist/esm/snk-configurator.entry.js +3 -1
- package/dist/esm/snk-crud.entry.js +149 -102
- package/dist/esm/snk-custom-slot-elements.entry.js +1 -1
- package/dist/esm/snk-custom-slot-guide.entry.js +36 -0
- package/dist/esm/snk-data-exporter.entry.js +62 -16
- package/dist/esm/{snk-data-unit-99616a07.js → snk-data-unit-ff57ac90.js} +12 -3
- package/dist/esm/snk-data-unit.entry.js +4 -4
- package/dist/esm/snk-detail-view.entry.js +32 -20
- package/dist/esm/snk-dynaform-config-header_5.entry.js +731 -0
- package/dist/esm/snk-dynaform-detail-view_2.entry.js +956 -0
- package/dist/esm/snk-dynaform-field-config_2.entry.js +322 -0
- package/dist/esm/snk-dynaform-guides-view-0dfbefc1.js +1091 -0
- package/dist/esm/snk-dynaform-guides-view.entry.js +15 -0
- package/dist/esm/snk-dynaform.entry.js +675 -0
- package/dist/esm/snk-entity-list.entry.js +1 -1
- package/dist/esm/snk-entity-search.entry.js +207 -0
- package/dist/esm/snk-exporter-email-sender.entry.js +2 -2
- package/dist/esm/{snk-expression-group_2.entry.js → snk-expression-group_4.entry.js} +407 -6
- package/dist/esm/snk-filter-bar_4.entry.js +153 -99
- package/dist/esm/snk-filter-binary-select.entry.js +1 -1
- package/dist/esm/snk-filter-checkbox-list.entry.js +1 -1
- package/dist/esm/snk-filter-multi-select.entry.js +1 -1
- package/dist/esm/snk-filter-number.entry.js +11 -7
- package/dist/esm/snk-filter-period.entry.js +14 -7
- package/dist/esm/snk-filter-search.entry.js +11 -1
- package/dist/esm/snk-filter-text.entry.js +2 -2
- package/dist/esm/snk-form-summary.entry.js +1 -1
- package/dist/esm/snk-form-view.entry.js +71 -9
- package/dist/esm/snk-form_2.entry.js +21 -11
- package/dist/esm/snk-grid.entry.js +89 -34
- package/dist/esm/{snk-guides-viewer-240de636.js → snk-guides-viewer-31a0a23d.js} +79 -215
- package/dist/esm/snk-guides-viewer.entry.js +10 -18
- package/dist/esm/snk-layout-form-config.entry.js +67 -0
- package/dist/esm/snk-personalized-filter-editor.entry.js +1 -1
- package/dist/esm/snk-pesquisa.entry.js +6 -7
- package/dist/esm/snk-print-selector.entry.js +1 -1
- package/dist/esm/snk-taskbar.entry.js +185 -128
- package/dist/esm/{sortable.esm-842f85a3.js → sortable.esm-bc277c12.js} +76 -90
- package/dist/esm/taskbar-elements-ba9d6889.js +149 -0
- package/dist/esm/taskbarUtils-cb9db0d9.js +230 -0
- package/dist/esm/teste-pesquisa.entry.js +1 -1
- package/dist/sankhyablocks/{p-840fb68c.js → p-097d75b3.js} +2 -2
- package/dist/sankhyablocks/{p-7f7fe6c4.entry.js → p-0a160fb5.entry.js} +1 -1
- package/dist/sankhyablocks/p-0dbd53d9.js +1 -0
- package/dist/sankhyablocks/p-12579574.entry.js +1 -0
- package/dist/sankhyablocks/p-129a4906.entry.js +1 -0
- package/dist/sankhyablocks/{p-162bddae.entry.js → p-175c9576.entry.js} +1 -1
- package/dist/sankhyablocks/p-19351985.entry.js +1 -0
- package/dist/sankhyablocks/p-1d31aec3.entry.js +1 -0
- package/dist/sankhyablocks/{p-cb4343c4.entry.js → p-1d7d5814.entry.js} +1 -1
- package/dist/sankhyablocks/p-24b059ee.entry.js +1 -0
- package/dist/sankhyablocks/{p-f5e942b7.entry.js → p-250b273e.entry.js} +1 -1
- package/dist/sankhyablocks/p-26f1919e.entry.js +1 -0
- package/dist/sankhyablocks/p-2c4f7fdd.entry.js +1 -0
- package/dist/sankhyablocks/p-2c9d0870.js +2 -0
- package/dist/sankhyablocks/{p-75af335e.entry.js → p-2ebda226.entry.js} +1 -1
- package/dist/sankhyablocks/p-2ec98523.js +1 -0
- package/dist/sankhyablocks/p-3a35917e.entry.js +1 -0
- package/dist/sankhyablocks/p-449dfe55.entry.js +1 -0
- package/dist/sankhyablocks/p-46d7e2de.js +1 -0
- package/dist/sankhyablocks/p-4dd574d6.js +1 -0
- package/dist/sankhyablocks/p-541c72ec.entry.js +1 -0
- package/dist/sankhyablocks/p-58709cf9.js +1 -0
- package/dist/sankhyablocks/{p-27482793.entry.js → p-5aae5c74.entry.js} +1 -1
- package/dist/sankhyablocks/p-5aeae67f.js +1 -0
- package/dist/sankhyablocks/p-5d50f59a.entry.js +1 -0
- package/dist/sankhyablocks/p-5ef0e9a8.entry.js +1 -0
- package/dist/sankhyablocks/p-6e0ec0e4.entry.js +1 -0
- package/dist/sankhyablocks/p-6f60df43.js +1 -0
- package/dist/sankhyablocks/{p-825098c1.entry.js → p-752c57f4.entry.js} +1 -1
- package/dist/sankhyablocks/{p-e258de96.entry.js → p-76729994.entry.js} +1 -1
- package/dist/sankhyablocks/{p-62e9b9b8.entry.js → p-846d8f79.entry.js} +1 -1
- package/dist/sankhyablocks/p-855ccf64.entry.js +1 -0
- package/dist/sankhyablocks/p-885262ce.entry.js +1 -0
- package/dist/sankhyablocks/{p-118c221e.js → p-8b4d6719.js} +1 -1
- package/dist/sankhyablocks/p-8d1ef77a.js +60 -0
- package/dist/sankhyablocks/{p-7d6f1285.js → p-8d81c8d3.js} +2 -2
- package/dist/sankhyablocks/{p-3d41f5a8.entry.js → p-8d946600.entry.js} +1 -1
- package/dist/sankhyablocks/p-8f5dd87d.entry.js +1 -0
- package/dist/sankhyablocks/p-90037547.js +1 -0
- package/dist/sankhyablocks/{p-96d45943.entry.js → p-90ae6c2e.entry.js} +1 -1
- package/dist/sankhyablocks/{p-0b9a42ad.entry.js → p-9742ea0e.entry.js} +1 -1
- package/dist/sankhyablocks/p-9e02a785.js +1 -0
- package/dist/sankhyablocks/{p-2fdac5e6.entry.js → p-9e109f5e.entry.js} +1 -1
- package/dist/sankhyablocks/p-9e7dc97d.entry.js +1 -0
- package/dist/sankhyablocks/p-a25ab2ff.entry.js +1 -0
- package/dist/sankhyablocks/p-a2a9f520.entry.js +1 -0
- package/dist/sankhyablocks/p-a46ac091.js +1 -0
- package/dist/sankhyablocks/p-a696bbcd.entry.js +1 -0
- package/dist/sankhyablocks/p-a73b6b00.js +1 -0
- package/dist/sankhyablocks/p-a9012341.entry.js +11 -0
- package/dist/sankhyablocks/p-abcb646d.js +1 -0
- package/dist/sankhyablocks/{p-180716b2.entry.js → p-ae326d06.entry.js} +1 -1
- package/dist/sankhyablocks/p-af673291.js +1 -0
- package/dist/sankhyablocks/p-b555ce38.entry.js +1 -0
- package/dist/sankhyablocks/p-bd2a845c.js +1 -0
- package/dist/sankhyablocks/p-c3ec6642.js +19 -0
- package/dist/sankhyablocks/p-c4b34e2b.entry.js +1 -0
- package/dist/sankhyablocks/{p-92cfc028.js → p-c9440c8a.js} +1 -1
- package/dist/sankhyablocks/p-ca3728c0.entry.js +1 -0
- package/dist/sankhyablocks/p-cbb8e351.js +7 -0
- package/dist/sankhyablocks/p-cd153f71.entry.js +1 -0
- package/dist/sankhyablocks/p-ce8ccd72.entry.js +1 -0
- package/dist/sankhyablocks/{p-4c763b10.entry.js → p-d657f71f.entry.js} +1 -1
- package/dist/sankhyablocks/p-da455c82.js +12 -0
- package/dist/sankhyablocks/p-e5a3711f.js +1 -0
- package/dist/sankhyablocks/{p-9a63f3f7.entry.js → p-e737fd5a.entry.js} +1 -1
- package/dist/sankhyablocks/p-eac48627.js +1 -0
- package/dist/sankhyablocks/p-ec7c87bb.js +28 -0
- package/dist/sankhyablocks/p-ee56dda6.entry.js +1 -0
- package/dist/sankhyablocks/{p-667cab42.entry.js → p-f152ef98.entry.js} +1 -1
- package/dist/sankhyablocks/{p-7e250432.entry.js → p-f7170e10.entry.js} +1 -1
- package/dist/sankhyablocks/{p-7345782c.entry.js → p-f921270b.entry.js} +1 -1
- package/dist/sankhyablocks/p-fb6e3c65.entry.js +1 -0
- package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
- package/dist/types/components/snk-actions-button/snk-actions-button.d.ts +4 -0
- package/dist/types/components/snk-application/snk-application.d.ts +1 -1
- package/dist/types/components/snk-attach/snk-attach.d.ts +22 -4
- package/dist/types/components/snk-crud/snk-crud.d.ts +33 -11
- package/dist/types/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.d.ts +3 -2
- package/dist/types/components/snk-crud/subcomponents/snk-entity-search.d.ts +62 -0
- package/dist/types/components/snk-crud/subcomponents/snk-form-view.d.ts +12 -0
- package/dist/types/components/snk-crud/subcomponents/snk-guides-viewer.d.ts +13 -25
- package/dist/types/components/snk-crud/utils/taskbarUtils.d.ts +13 -0
- package/dist/types/components/snk-custom-slot-guide/snk-custom-slot-guide.d.ts +16 -0
- package/dist/types/components/snk-data-exporter/interfaces/IExporterProvider.d.ts +8 -0
- package/dist/types/components/snk-data-exporter/snk-data-exporter.d.ts +4 -0
- package/dist/types/components/snk-data-exporter/structure/ItemBuilder.d.ts +16 -0
- package/dist/types/components/snk-data-unit/snk-data-unit.d.ts +1 -0
- package/dist/types/components/snk-dynaform/interfaces/PropsCustomEditor.d.ts +4 -0
- package/dist/types/components/snk-dynaform/interfaces/PropsCustomRender.d.ts +4 -0
- package/dist/types/components/snk-dynaform/subcomponents/CardFormResizeObserver.d.ts +1 -0
- package/dist/types/components/snk-dynaform/subcomponents/GuideBuilder.d.ts +14 -0
- package/dist/types/components/snk-dynaform/subcomponents/snk-dynaform-detail-view/snk-dynaform-detail-view.d.ts +169 -0
- package/dist/types/components/snk-dynaform/subcomponents/snk-dynaform-form-view/snk-dynaform-form-view.d.ts +108 -0
- package/dist/types/components/snk-dynaform-form-config/FormConfigHelper.d.ts +36 -0
- package/dist/types/components/snk-dynaform-form-config/SnkFormConfigManager.d.ts +35 -0
- package/dist/types/components/snk-dynaform-form-config/snk-dynaform-config-header/snk-dynaform-config-header.d.ts +23 -0
- package/dist/types/components/snk-dynaform-form-config/snk-dynaform-config-header/snk-dynaform-configs-button/snk-dynaform-configs-button.d.ts +19 -0
- package/dist/types/components/snk-dynaform-form-config/snk-dynaform-field-item/snk-dynaform-field-config/snk-dynaform-field-config.d.ts +56 -0
- package/dist/types/components/snk-dynaform-form-config/snk-dynaform-fields-layout/snk-dynaform-fields-layout.d.ts +74 -0
- package/dist/types/components/snk-dynaform-form-config/snk-dynaform-fields-selector/snk-dynaform-fields-selector.d.ts +21 -0
- package/dist/types/components/snk-dynaform-form-config/snk-dynaform-form-config.d.ts +95 -0
- package/dist/types/components/snk-dynaform-form-config/snk-dynaform-guides-configurator/snk-dynaform-guides-configurator.d.ts +35 -0
- package/dist/types/components/snk-filter-bar/filter-item/editors/snk-filter-number.d.ts +1 -1
- package/dist/types/components/snk-filter-bar/filter-item/editors/snk-filter-period.d.ts +1 -0
- package/dist/types/components/snk-filter-bar/filter-item/editors/snk-filter-search.d.ts +1 -0
- package/dist/types/components/snk-filter-bar/filter-item/snk-filter-detail.d.ts +1 -1
- package/dist/types/components/snk-filter-bar/filter-item/snk-filter-item.d.ts +5 -1
- package/dist/types/components/snk-filter-bar/filter-modal/snk-filter-modal.d.ts +2 -1
- package/dist/types/components/snk-filter-bar/filter-modal/subcomponents/snk-filter-modal-item.d.ts +1 -0
- package/dist/types/components/snk-filter-bar/snk-filter-bar.d.ts +33 -16
- package/dist/types/components/snk-form-config/FormConfigHelper.d.ts +1 -1
- package/dist/types/components/snk-form-config/fields-layout/fields-layout.d.ts +2 -2
- package/dist/types/components/snk-form-config/guides-configurator/guides-configurator.d.ts +1 -1
- package/dist/types/components/snk-form-config/snk-form-config.d.ts +2 -1
- package/dist/types/components/snk-grid/snk-grid.d.ts +37 -1
- package/dist/types/components/snk-grid-config/snk-grid-config.d.ts +11 -0
- package/dist/types/components/snk-image-input/snk-image-input.d.ts +57 -0
- package/dist/types/components/snk-image-input/utils/ImageUtils.d.ts +15 -0
- package/dist/types/components/snk-personalized-filter/interfaces/IParameter.d.ts +1 -0
- package/dist/types/components/snk-pesquisa/snk-pesquisa.d.ts +0 -1
- package/dist/types/components/snk-simple-crud/snk-simple-crud.d.ts +4 -1
- package/dist/types/components/snk-taskbar/elements/taskbar-actions-button/taskbar-actions-button.d.ts +6 -0
- package/dist/types/components/snk-taskbar/elements/taskbar-elements.d.ts +29 -2
- package/dist/types/components/snk-taskbar/elements/taskbar-split-button/taskbar-split-button.d.ts +5 -0
- package/dist/types/components/snk-taskbar/processor/simple-taskbar-processor.d.ts +31 -0
- package/dist/types/components/snk-taskbar/snk-taskbar.d.ts +32 -21
- package/dist/types/components/snk-taskbar/subcomponents/snk-taskbar-skeleton.d.ts +3 -0
- package/dist/types/components.d.ts +2640 -1183
- package/dist/types/lib/@types/index.d.ts +6 -0
- package/dist/types/lib/configs/ConfigStorage.d.ts +1 -0
- package/dist/types/lib/http/data-fetcher/fetchers/data-unit/cache/PreloadManager.d.ts +1 -0
- package/dist/types/lib/http/data-fetcher/fetchers/data-unit/dataunit-fetcher.d.ts +2 -1
- package/dist/types/lib/http/data-fetcher/fetchers/data-unit/helpers/DataUnitDataLoaderHelper.d.ts +3 -1
- package/dist/types/lib/http/data-fetcher/fetchers/fetchDataExporter/interfaces/IFetchDataExporterParams.d.ts +2 -0
- package/dist/types/lib/http/data-fetcher/fetchers/form-config-fetcher.d.ts +1 -0
- package/dist/types/lib/http/data-fetcher/fetchers/grid-config-fetcher.d.ts +1 -0
- package/dist/types/lib/http/data-fetcher/fetchers/resource-fetcher.d.ts +1 -0
- package/dist/types/lib/message/resources/en-us/snk-image-input.msg.d.ts +1 -0
- package/dist/types/lib/message/resources/es-es/snk-image-input.msg.d.ts +1 -0
- package/dist/types/lib/message/resources/pt-br/snk-image-input.msg.d.ts +1 -0
- package/package.json +11 -8
- package/react/components.d.ts +16 -0
- package/react/components.js +16 -0
- package/react/components.js.map +1 -1
- package/dist/cjs/default-filters-a09bf82b.js +0 -8
- package/dist/cjs/index-62760a9c.js +0 -49
- package/dist/cjs/index-8d94b7e0.js +0 -7
- package/dist/cjs/snk-attach.cjs.entry.js +0 -910
- package/dist/cjs/snk-default-filter.cjs.entry.js +0 -77
- package/dist/cjs/snk-filter-advanced-mode_2.cjs.entry.js +0 -61
- package/dist/cjs/snk-filter-detail.cjs.entry.js +0 -198
- package/dist/cjs/snk-filter-field-search_2.cjs.entry.js +0 -408
- package/dist/cjs/snk-filter-modal-item.cjs.entry.js +0 -108
- package/dist/cjs/snk-personalized-filter.cjs.entry.js +0 -357
- package/dist/cjs/snk-simple-bar.cjs.entry.js +0 -45
- package/dist/cjs/snk-simple-crud.cjs.entry.js +0 -870
- package/dist/cjs/taskbar-elements-fb5d1e08.js +0 -132
- package/dist/cjs/taskbar-processor-2fba34a8.js +0 -53
- package/dist/esm/default-filters-50105e43.js +0 -8
- package/dist/esm/index-620ac460.js +0 -7
- package/dist/esm/index-8acbae97.js +0 -49
- package/dist/esm/snk-attach.entry.js +0 -906
- package/dist/esm/snk-default-filter.entry.js +0 -73
- package/dist/esm/snk-filter-advanced-mode_2.entry.js +0 -56
- package/dist/esm/snk-filter-detail.entry.js +0 -194
- package/dist/esm/snk-filter-field-search_2.entry.js +0 -403
- package/dist/esm/snk-filter-modal-item.entry.js +0 -104
- package/dist/esm/snk-personalized-filter.entry.js +0 -353
- package/dist/esm/snk-simple-bar.entry.js +0 -41
- package/dist/esm/snk-simple-crud.entry.js +0 -866
- package/dist/esm/taskbar-elements-faaf5d8f.js +0 -129
- package/dist/esm/taskbar-processor-3436124c.js +0 -51
- package/dist/sankhyablocks/p-002d4d2b.js +0 -1
- package/dist/sankhyablocks/p-093f58fa.entry.js +0 -1
- package/dist/sankhyablocks/p-0948dc0a.entry.js +0 -11
- package/dist/sankhyablocks/p-0f3698af.js +0 -1
- package/dist/sankhyablocks/p-1a0caadb.js +0 -1
- package/dist/sankhyablocks/p-1a9c5684.entry.js +0 -1
- package/dist/sankhyablocks/p-1d589380.entry.js +0 -1
- package/dist/sankhyablocks/p-21107f0d.entry.js +0 -1
- package/dist/sankhyablocks/p-28f50632.js +0 -1
- package/dist/sankhyablocks/p-39be771c.js +0 -1
- package/dist/sankhyablocks/p-3ed04f0d.entry.js +0 -1
- package/dist/sankhyablocks/p-471b34f4.entry.js +0 -1
- package/dist/sankhyablocks/p-4963dd2a.entry.js +0 -1
- package/dist/sankhyablocks/p-49ddc27a.entry.js +0 -1
- package/dist/sankhyablocks/p-51833248.js +0 -7
- package/dist/sankhyablocks/p-55798617.js +0 -1
- package/dist/sankhyablocks/p-55f6fef2.entry.js +0 -1
- package/dist/sankhyablocks/p-56f16390.entry.js +0 -1
- package/dist/sankhyablocks/p-58683e28.js +0 -60
- package/dist/sankhyablocks/p-5ea893c5.entry.js +0 -1
- package/dist/sankhyablocks/p-60dd1d27.entry.js +0 -1
- package/dist/sankhyablocks/p-62aef37a.js +0 -1
- package/dist/sankhyablocks/p-669bb869.entry.js +0 -1
- package/dist/sankhyablocks/p-6a4b21dd.js +0 -1
- package/dist/sankhyablocks/p-6ee2ca7a.entry.js +0 -1
- package/dist/sankhyablocks/p-7cac3870.entry.js +0 -1
- package/dist/sankhyablocks/p-84345e7a.js +0 -1
- package/dist/sankhyablocks/p-86e54841.entry.js +0 -1
- package/dist/sankhyablocks/p-88b337fe.entry.js +0 -1
- package/dist/sankhyablocks/p-91005a00.entry.js +0 -1
- package/dist/sankhyablocks/p-91a9abb6.entry.js +0 -1
- package/dist/sankhyablocks/p-988afe78.js +0 -1
- package/dist/sankhyablocks/p-ada013c0.entry.js +0 -1
- package/dist/sankhyablocks/p-b568c1d4.js +0 -1
- package/dist/sankhyablocks/p-b7e891cc.entry.js +0 -1
- package/dist/sankhyablocks/p-b987e15d.js +0 -1
- package/dist/sankhyablocks/p-c35fc941.js +0 -26
- package/dist/sankhyablocks/p-c3dbf441.entry.js +0 -1
- package/dist/sankhyablocks/p-c4fcf1fb.entry.js +0 -1
- package/dist/sankhyablocks/p-c98c79c3.entry.js +0 -1
- package/dist/sankhyablocks/p-cadf4846.entry.js +0 -1
- package/dist/sankhyablocks/p-d8d8169b.js +0 -2
- package/dist/sankhyablocks/p-e91c3c57.entry.js +0 -1
- package/dist/sankhyablocks/p-ea729922.entry.js +0 -1
- package/dist/sankhyablocks/p-ec5fbad8.js +0 -1
- package/dist/sankhyablocks/p-f4184ce7.js +0 -1
|
@@ -0,0 +1,1091 @@
|
|
|
1
|
+
import { r as registerInstance, e as createEvent, h, F as Fragment, g as getElement } from './index-04f73a26.js';
|
|
2
|
+
import { ObjectUtils, StringUtils, ElementIDUtils, Action, KeyboardManager } from '@sankhyalabs/core';
|
|
3
|
+
import { buildFieldSearch, SHORTCUT_SEARCH_FIELD } from '@sankhyalabs/ezui/dist/collection/utils';
|
|
4
|
+
import { buildFormMetadata, FormMetadata } from '@sankhyalabs/ezui/dist/collection/utils/form';
|
|
5
|
+
import { a as TAB_NAMES, V as VIEW_MODE } from './constants-7b422de0.js';
|
|
6
|
+
import { C as ConfigStorage } from './ConfigStorage-0d1c0695.js';
|
|
7
|
+
import { F as FormConfigFetcher } from './form-config-fetcher-98c42169.js';
|
|
8
|
+
import { T as TaskbarElement } from './taskbar-elements-ba9d6889.js';
|
|
9
|
+
|
|
10
|
+
class SnkFormConfigManager {
|
|
11
|
+
constructor(configName, resourceID, onConfigChange, dataUnit) {
|
|
12
|
+
this._resourceID = resourceID;
|
|
13
|
+
this._configName = configName;
|
|
14
|
+
this._onConfigChange = onConfigChange;
|
|
15
|
+
this._dataUnit = dataUnit;
|
|
16
|
+
}
|
|
17
|
+
addFormLegacyConfig(legacyConfigName) {
|
|
18
|
+
if (this._configName) {
|
|
19
|
+
ConfigStorage.addFormLegacyConfig(this._configName, legacyConfigName);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
async loadConfig() {
|
|
23
|
+
return new Promise(resolve => {
|
|
24
|
+
ConfigStorage.loadFormConfig(this._configName, this._resourceID)
|
|
25
|
+
.then((config) => {
|
|
26
|
+
config = this.buildFormMetadataUITabs(config);
|
|
27
|
+
this.setConfig(config);
|
|
28
|
+
resolve(config);
|
|
29
|
+
})
|
|
30
|
+
.catch((error) => {
|
|
31
|
+
console.warn(error);
|
|
32
|
+
});
|
|
33
|
+
});
|
|
34
|
+
}
|
|
35
|
+
getEmptyConfig() {
|
|
36
|
+
return this.buildFormMetadataUITabs({ fields: [], emptyConfig: true }, true);
|
|
37
|
+
}
|
|
38
|
+
saveConfig(config) {
|
|
39
|
+
const configToSave = ObjectUtils.copy(config);
|
|
40
|
+
return new Promise(accept => {
|
|
41
|
+
ConfigStorage.saveFormConfig(config, this._configName, this._resourceID)
|
|
42
|
+
.then((response) => {
|
|
43
|
+
this.setConfig(Object.assign(Object.assign({}, configToSave), response));
|
|
44
|
+
accept(Object.assign(Object.assign({}, configToSave), response));
|
|
45
|
+
});
|
|
46
|
+
});
|
|
47
|
+
}
|
|
48
|
+
saveCardState(cardId, cardConfig, propertyChanged) {
|
|
49
|
+
return new Promise(resolve => {
|
|
50
|
+
var _a;
|
|
51
|
+
const cardsState = ((_a = this._config) === null || _a === void 0 ? void 0 : _a.cardsState) || new Map;
|
|
52
|
+
const currentConfig = cardsState.get(cardId);
|
|
53
|
+
cardsState.set(cardId, propertyChanged === "fixed" ?
|
|
54
|
+
this.updateFixSequence(Object.assign(Object.assign({}, currentConfig), { fixed: cardConfig.fixed }), cardsState)
|
|
55
|
+
: Object.assign(Object.assign({}, currentConfig), { [propertyChanged]: cardConfig[propertyChanged] }));
|
|
56
|
+
ConfigStorage.saveCardState(cardsState, this._configName, this._resourceID)
|
|
57
|
+
.then(savedCardConfig => {
|
|
58
|
+
this._config = Object.assign(Object.assign({}, this._config), { cardsState });
|
|
59
|
+
resolve(savedCardConfig);
|
|
60
|
+
});
|
|
61
|
+
});
|
|
62
|
+
}
|
|
63
|
+
updateFixSequence(updatingCardConfig, cardsState) {
|
|
64
|
+
let maxSequence = -1;
|
|
65
|
+
Array.from(cardsState.values()).forEach(cardConfig => {
|
|
66
|
+
if (!cardConfig.fixed) {
|
|
67
|
+
delete updatingCardConfig.fixSequence;
|
|
68
|
+
}
|
|
69
|
+
if (cardConfig.fixSequence != undefined) {
|
|
70
|
+
maxSequence = Math.max(maxSequence, cardConfig.fixSequence);
|
|
71
|
+
}
|
|
72
|
+
});
|
|
73
|
+
if (updatingCardConfig.fixed) {
|
|
74
|
+
updatingCardConfig.fixSequence = maxSequence + 1;
|
|
75
|
+
}
|
|
76
|
+
else {
|
|
77
|
+
delete updatingCardConfig.fixSequence;
|
|
78
|
+
}
|
|
79
|
+
return updatingCardConfig;
|
|
80
|
+
}
|
|
81
|
+
hasConfig(config) {
|
|
82
|
+
var _a;
|
|
83
|
+
const currentConfig = config !== null && config !== void 0 ? config : this._config;
|
|
84
|
+
if (currentConfig && ((_a = currentConfig.fields) === null || _a === void 0 ? void 0 : _a.length)) {
|
|
85
|
+
return true;
|
|
86
|
+
}
|
|
87
|
+
return false;
|
|
88
|
+
}
|
|
89
|
+
getFieldsList(descriptionFilter, forceEmptyConfig = false) {
|
|
90
|
+
var _a, _b;
|
|
91
|
+
const fields = (_a = this._config) === null || _a === void 0 ? void 0 : _a.fields;
|
|
92
|
+
const hasConfig = this.hasConfig();
|
|
93
|
+
if (hasConfig && !forceEmptyConfig) {
|
|
94
|
+
return fields.map(({ label, name, readOnly, visible, required, tab, group }) => {
|
|
95
|
+
var _a;
|
|
96
|
+
if (label == undefined) {
|
|
97
|
+
const currentField = (_a = this._dataUnit) === null || _a === void 0 ? void 0 : _a.getField(name);
|
|
98
|
+
if (!currentField)
|
|
99
|
+
return;
|
|
100
|
+
return Object.assign(Object.assign({}, currentField), { name: name !== null && name !== void 0 ? name : currentField.name, readOnly: readOnly !== null && readOnly !== void 0 ? readOnly : currentField.readOnly, visible: visible !== null && visible !== void 0 ? visible : currentField.visible, required: required !== null && required !== void 0 ? required : currentField.required, tab: tab, group: group });
|
|
101
|
+
}
|
|
102
|
+
return { name, label, readOnly, visible, required, tab, group };
|
|
103
|
+
})
|
|
104
|
+
.filter(field => this.isFieldVisible(field, descriptionFilter));
|
|
105
|
+
}
|
|
106
|
+
if (!this._dataUnit || !((_b = this._dataUnit.metadata) === null || _b === void 0 ? void 0 : _b.fields)) {
|
|
107
|
+
return [];
|
|
108
|
+
}
|
|
109
|
+
const filteredFields = this._dataUnit.metadata.fields
|
|
110
|
+
.filter(field => this.isFieldVisible(field, descriptionFilter))
|
|
111
|
+
.map(({ label, name, readOnly, visible, required, properties }) => ({ label, name, readOnly, visible, required, tab: properties === null || properties === void 0 ? void 0 : properties.UITabName }));
|
|
112
|
+
return filteredFields;
|
|
113
|
+
}
|
|
114
|
+
isFieldVisible(field, descriptionFilter) {
|
|
115
|
+
if (field === undefined || field.visible === false) {
|
|
116
|
+
return false;
|
|
117
|
+
}
|
|
118
|
+
if (descriptionFilter == undefined) {
|
|
119
|
+
return true;
|
|
120
|
+
}
|
|
121
|
+
const normalizedText = StringUtils.replaceAccentuatedCharsLower((field.label || field.name).toLocaleLowerCase());
|
|
122
|
+
const normalizedFilter = StringUtils.replaceAccentuatedCharsLower(descriptionFilter.toLocaleLowerCase());
|
|
123
|
+
return normalizedText.includes(normalizedFilter);
|
|
124
|
+
}
|
|
125
|
+
getFormConfig(dataUnit, ignoreReadOnlyFormFields, forceEmptyConfig = false) {
|
|
126
|
+
let fields = this.getFieldsList(undefined, forceEmptyConfig);
|
|
127
|
+
if (ignoreReadOnlyFormFields) {
|
|
128
|
+
fields = fields.filter(field => {
|
|
129
|
+
if (dataUnit) {
|
|
130
|
+
const def = dataUnit.getField(field.name);
|
|
131
|
+
if (def && def.readOnly) {
|
|
132
|
+
return false;
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
return !field.readOnly;
|
|
136
|
+
});
|
|
137
|
+
}
|
|
138
|
+
return Object.assign(Object.assign({}, this._config), { fields });
|
|
139
|
+
}
|
|
140
|
+
setConfig(config) {
|
|
141
|
+
this.isLoaded = true;
|
|
142
|
+
const { cardsState, summary, defaultVars } = this._config || {};
|
|
143
|
+
this._config = Object.assign({}, config);
|
|
144
|
+
if (cardsState) {
|
|
145
|
+
this._config.cardsState = cardsState;
|
|
146
|
+
}
|
|
147
|
+
if (summary) {
|
|
148
|
+
this._config.summary = summary;
|
|
149
|
+
}
|
|
150
|
+
if (defaultVars) {
|
|
151
|
+
this._config.defaultVars = defaultVars;
|
|
152
|
+
}
|
|
153
|
+
if (this._onConfigChange) {
|
|
154
|
+
this._onConfigChange(Object.assign({}, this._config));
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
getConfig(dataUnit, ignoreReadOnlyFormFields) {
|
|
158
|
+
return this.getFormConfig(dataUnit, ignoreReadOnlyFormFields);
|
|
159
|
+
}
|
|
160
|
+
getFormConfigFetcher() {
|
|
161
|
+
if (this._formConfigFetcher == undefined) {
|
|
162
|
+
this._formConfigFetcher = new FormConfigFetcher();
|
|
163
|
+
}
|
|
164
|
+
return this._formConfigFetcher;
|
|
165
|
+
}
|
|
166
|
+
async fetchUserAvailableConfigs() {
|
|
167
|
+
if (this._configName != undefined) {
|
|
168
|
+
//FIXME: Precisamos preparar o backend para retornar as configurações disponíveis para details;
|
|
169
|
+
return Promise.resolve(undefined);
|
|
170
|
+
}
|
|
171
|
+
return this.getFormConfigFetcher().fetchUserAvailableConfigs(this._configName, this._resourceID);
|
|
172
|
+
}
|
|
173
|
+
async fetchLegacyConfig() {
|
|
174
|
+
return this.getFormConfigFetcher().fetchLegacyConfig(this._configName, this._resourceID);
|
|
175
|
+
}
|
|
176
|
+
async fetchDefaultConfig() {
|
|
177
|
+
return this.getFormConfigFetcher().fetchDefaultConfig(this._configName, this._resourceID);
|
|
178
|
+
}
|
|
179
|
+
parseObjectList(object) {
|
|
180
|
+
if (!object) {
|
|
181
|
+
return [];
|
|
182
|
+
}
|
|
183
|
+
return Array.isArray(object) ? object : [object];
|
|
184
|
+
}
|
|
185
|
+
buildFormMetadataUITabs(config, forceEmptyConfig = false) {
|
|
186
|
+
var _a, _b, _c;
|
|
187
|
+
const hasConfig = this.hasConfig(config);
|
|
188
|
+
if (!forceEmptyConfig && (!this._dataUnit || hasConfig)) {
|
|
189
|
+
return config;
|
|
190
|
+
}
|
|
191
|
+
config = this.getFormConfig(this._dataUnit, false, true);
|
|
192
|
+
const previousTabs = this.parseObjectList(config.tabs)
|
|
193
|
+
.map(tab => (Object.assign(Object.assign({}, tab), { visible: true })));
|
|
194
|
+
config.tabs = [];
|
|
195
|
+
config.emptyConfig = false;
|
|
196
|
+
config.defaultConfiguration = true;
|
|
197
|
+
const fields = (_b = (_a = this._dataUnit.metadata) === null || _a === void 0 ? void 0 : _a.fields) !== null && _b !== void 0 ? _b : [];
|
|
198
|
+
for (const currentField of fields) {
|
|
199
|
+
const field = config.fields.find(field => field.name === currentField.name);
|
|
200
|
+
const uiTabName = (_c = currentField.properties) === null || _c === void 0 ? void 0 : _c.UITabName;
|
|
201
|
+
if (!uiTabName || uiTabName === TAB_NAMES.main) {
|
|
202
|
+
continue;
|
|
203
|
+
}
|
|
204
|
+
const haveTab = config.tabs.some((tab) => tab.label === uiTabName);
|
|
205
|
+
if (!haveTab) {
|
|
206
|
+
config.tabs.push({
|
|
207
|
+
label: uiTabName,
|
|
208
|
+
name: uiTabName,
|
|
209
|
+
order: 0,
|
|
210
|
+
visible: true,
|
|
211
|
+
});
|
|
212
|
+
}
|
|
213
|
+
if (field) {
|
|
214
|
+
field.tab = uiTabName;
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
for (const prevTab of previousTabs) {
|
|
218
|
+
if (!config.tabs.some(t => t.name === prevTab.name)) {
|
|
219
|
+
config.tabs.push(prevTab);
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
return config;
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
const snkDynaformGuidesViewCss = ".sc-snk-dynaform-guides-view-h{--snk-guides-viewer--space-large:var(--space--large, 24px);--snk-guides-viewer--space-small:var(--space--2xs, 8px);--snk-guides-viewer__header--min-height:68px;--snk-guides-viewer__header--z-index:var(--more-visible, 2);--snk-guides-viewer__header--background-color:var(--background--body, #fafcff);display:block;height:100%;min-width:0;overflow-x:hidden}snk-dynaform-form-view.sc-snk-dynaform-guides-view{width:100%}.snk-guides-viewer.sc-snk-dynaform-guides-view{position:relative;display:flex;flex-direction:column;height:100%;overflow:hidden;padding:0px;padding:var(--space--8, 8px);padding-top:0}.snk-guides-viewer__detail-container.sc-snk-dynaform-guides-view{display:flex;row-gap:24px;flex-direction:column;flex:1;max-height:none;min-height:0;overflow:hidden}.snk-guides-viewer__master.sc-snk-dynaform-guides-view{display:flex;flex-direction:column;min-height:0;height:100%}.snk-guides-viewer__split.sc-snk-dynaform-guides-view{flex:1;min-height:0}.snk-guides-viewer__split-master.sc-snk-dynaform-guides-view,.snk-guides-viewer__split-content.sc-snk-dynaform-guides-view{display:flex;flex-direction:column;min-height:0;overflow:hidden}.snk-guides-viewer__split-master.sc-snk-dynaform-guides-view{border-radius:0}.snk-guides-viewer__split-content.snk-guides-viewer__split-content.sc-snk-dynaform-guides-view{box-sizing:border-box;padding-top:var(--space--4, 4px)}.snk-guides-viewer__panel.sc-snk-dynaform-guides-view{display:flex;flex-direction:column;flex:1;min-height:0;height:100%;overflow:hidden}.snk-guides-viewer__master.sc-snk-dynaform-guides-view .snk-guides-viewer__master-summary.sc-snk-dynaform-guides-view{display:none}.snk-guides-viewer__master--collapsed.sc-snk-dynaform-guides-view .snk-guides-viewer__master-summary.sc-snk-dynaform-guides-view{display:flex}.snk-guides-viewer__master--collapsed.sc-snk-dynaform-guides-view .snk-guides-viewer__master-expanded.sc-snk-dynaform-guides-view{display:none}.snk-guides-viewer__master-expanded.sc-snk-dynaform-guides-view{position:relative;display:flex;flex-direction:column;min-height:0;flex:1;overflow:visible;margin-top:var(--space--6, 6px)}.snk-guides-viewer__master-expanded.sc-snk-dynaform-guides-view>snk-dynaform-form-view.sc-snk-dynaform-guides-view{flex:1;min-height:0}.snk-guides-viewer__detail-container.sc-snk-dynaform-guides-view>snk-dynaform-form-view.sc-snk-dynaform-guides-view,.snk-guides-viewer__detail-container.sc-snk-dynaform-guides-view>snk-dynaform-detail-view.sc-snk-dynaform-guides-view{flex:1;min-height:0}.snk-guides-viewer__guide-content.sc-snk-dynaform-guides-view{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.snk-guides-viewer__guide-content--hidden.sc-snk-dynaform-guides-view{display:none}.snk-guides-viewer__guide-content.sc-snk-dynaform-guides-view>snk-dynaform-form-view.sc-snk-dynaform-guides-view,.snk-guides-viewer__guide-content.sc-snk-dynaform-guides-view>snk-dynaform-detail-view.sc-snk-dynaform-guides-view{flex:1;min-height:0}.snk-guides-viewer__header.sc-snk-dynaform-guides-view{position:sticky;align-items:center;top:0;z-index:var(--snk-guides-viewer__header--z-index);background-color:var(--snk-guides-viewer__header--background-color);padding-inline:var(--snk-guides-viewer--space-small)}.snk-guides-viewer__header-breadcrumb.sc-snk-dynaform-guides-view{width:25%;display:flex}.snk-guides-viewer__header-taskbar.sc-snk-dynaform-guides-view{width:75%}.snk-guides-viewer__container.sc-snk-dynaform-guides-view{display:flex;flex-direction:column;flex:1;min-width:0;min-height:0;overflow:hidden}.snk-guides-viewer__tabselector.sc-snk-dynaform-guides-view{width:100%;min-width:0;box-sizing:border-box;padding:0 var(--space--12, 12px);flex-shrink:0}.snk-guides-viewer__master-summary.sc-snk-dynaform-guides-view{position:relative;display:flex;align-items:center;justify-content:space-between;gap:var(--space--12, 12px);box-sizing:border-box;margin:var(--space--2xs, 8px) var(--space--12, 12px);padding:var(--space--2xs, 8px) var(--space--12, 12px);border:1px solid var(--color--strokes, #E1E2E5);border-radius:var(--border--radius-medium, 12px);background:var(--background--medium, #f0f3f7);box-shadow:var(--shadow--small, 0 0 16px rgba(0, 38, 111, 0.07));cursor:pointer;text-align:left;flex-shrink:0;overflow:hidden;transition:background 0.15s ease, border-color 0.15s ease}.snk-guides-viewer__master-summary.sc-snk-dynaform-guides-view:hover,.snk-guides-viewer__master-summary.sc-snk-dynaform-guides-view:focus-visible{background:var(--background--xlight, #fff);border-color:var(--color--primary, #4e4e4e)}.snk-guides-viewer__master-summary-fields.sc-snk-dynaform-guides-view{display:flex;gap:var(--space--large, 24px);flex:1;min-width:0;overflow:hidden;white-space:nowrap;padding:var(--space--4, 4px);margin:calc(-1 * var(--space--4, 4px))}.snk-guides-viewer__master-summary-measure.sc-snk-dynaform-guides-view{position:absolute;top:0;left:0;display:flex;gap:var(--space--large, 24px);white-space:nowrap;visibility:hidden;pointer-events:none;z-index:-1}.snk-guides-viewer__master-summary-item.sc-snk-dynaform-guides-view{display:inline-flex;flex-direction:column;gap:2px;min-width:0;padding:var(--space--4, 4px)}.snk-guides-viewer__master-summary-label.sc-snk-dynaform-guides-view{display:flex;align-items:center;gap:2px;max-width:240px;color:var(--text--primary, #626e82);font-size:var(--title--small, 12px);font-weight:var(--text-weight--medium, 400)}.snk-guides-viewer__master-summary-label-text.sc-snk-dynaform-guides-view{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.snk-guides-viewer__master-summary-required.sc-snk-dynaform-guides-view{flex-shrink:0;color:var(--color--red-600, #BD0025);font-weight:700}.snk-guides-viewer__master-summary-item--invalid.sc-snk-dynaform-guides-view{box-shadow:0 0 0 1px var(--color--red-600, #BD0025);border-radius:var(--border--radius-4, 4px)}.snk-guides-viewer__master-summary-value.sc-snk-dynaform-guides-view{color:var(--title--primary, #2b3a54);font-size:var(--text--large, 14px);font-weight:700;max-width:240px;overflow:hidden;text-overflow:ellipsis}.snk-guides-viewer__master-summary-chevron.sc-snk-dynaform-guides-view{flex-shrink:0;color:var(--title--primary, #2b3a54)}.snk-guides-viewer__master-collapse-btn.sc-snk-dynaform-guides-view{position:absolute;top:calc(-1 * var(--space--6, 6px));left:50%;transform:translate(-50%, 0);z-index:1;opacity:0;visibility:hidden;transition:opacity 0.2s ease, visibility 0.2s ease}.snk-guides-viewer__master.sc-snk-dynaform-guides-view:hover .snk-guides-viewer__master-collapse-btn.sc-snk-dynaform-guides-view,.snk-guides-viewer__master.sc-snk-dynaform-guides-view:focus-within .snk-guides-viewer__master-collapse-btn.sc-snk-dynaform-guides-view,.snk-guides-viewer__master-collapse-btn.sc-snk-dynaform-guides-view:hover{opacity:1;visibility:visible}.snk-guides-viewer__master-collapse-btn.sc-snk-dynaform-guides-view ez-button.sc-snk-dynaform-guides-view{--ez-button--border:1px solid var(--color--petroleum-100, #C8CCD3);--ez-button--hover--border:1px solid var(--color--petroleum-100, #C8CCD3)}";
|
|
227
|
+
|
|
228
|
+
/** Tamanho inicial (px) do painel master no split; ajustável arrastando o divisor. */
|
|
229
|
+
const MASTER_INITIAL_SIZE = "300px";
|
|
230
|
+
const SnkDynaformGuidesViewer = class {
|
|
231
|
+
constructor(hostRef) {
|
|
232
|
+
registerInstance(this, hostRef);
|
|
233
|
+
this.snkMasterFormConfigChange = createEvent(this, "snkMasterFormConfigChange", 7);
|
|
234
|
+
this.formConfigVisibilityChanged = createEvent(this, "formConfigVisibilityChanged", 7);
|
|
235
|
+
this.exit = createEvent(this, "exit", 7);
|
|
236
|
+
this.actionClick = createEvent(this, "actionClick", 7);
|
|
237
|
+
this.formItemsReady = createEvent(this, "formItemsReady", 7);
|
|
238
|
+
/** Refs das abas de detalhe já montadas, por id de guia. */
|
|
239
|
+
this._detailRefs = new Map();
|
|
240
|
+
this.dataUnit = undefined;
|
|
241
|
+
this.dataState = undefined;
|
|
242
|
+
this.configName = undefined;
|
|
243
|
+
this.entityPath = undefined;
|
|
244
|
+
this.actionsList = undefined;
|
|
245
|
+
this.recordsValidator = undefined;
|
|
246
|
+
this.masterFormConfig = undefined;
|
|
247
|
+
this.selectedGuide = undefined;
|
|
248
|
+
this.taskbarManager = undefined;
|
|
249
|
+
this.messagesBuilder = undefined;
|
|
250
|
+
this.canEdit = true;
|
|
251
|
+
this.presentationMode = undefined;
|
|
252
|
+
this.resourceID = undefined;
|
|
253
|
+
this.detailTaskbarCustomContainerId = undefined;
|
|
254
|
+
this.formLegacyConfigName = undefined;
|
|
255
|
+
this.enableGridInsert = false;
|
|
256
|
+
this.ignoreReadOnlyFormFields = undefined;
|
|
257
|
+
this.getCustomTitle = undefined;
|
|
258
|
+
this.customGuidesConfig = [];
|
|
259
|
+
this._guides = [];
|
|
260
|
+
this._formEditorConfigManager = undefined;
|
|
261
|
+
this._formEditorDataUnit = undefined;
|
|
262
|
+
this._fieldToGetFocus = undefined;
|
|
263
|
+
this._customEditors = {};
|
|
264
|
+
this._customRenders = {};
|
|
265
|
+
this._fieldsProps = {};
|
|
266
|
+
this._mainForm = undefined;
|
|
267
|
+
this._mainFormName = undefined;
|
|
268
|
+
this._errorTabs = new Set();
|
|
269
|
+
this._hasToCreateFieldSearch = true;
|
|
270
|
+
this.collapsibleMaster = true;
|
|
271
|
+
this.masterSummaryFieldCount = 12;
|
|
272
|
+
this.masterCollapseThreshold = 700;
|
|
273
|
+
this.maxOpenedGuides = 4;
|
|
274
|
+
this._masterCollapsed = false;
|
|
275
|
+
this._hostTight = false;
|
|
276
|
+
this._visibleSummaryCount = Number.MAX_SAFE_INTEGER;
|
|
277
|
+
this._openedGuideIds = [];
|
|
278
|
+
}
|
|
279
|
+
/** Aba de detalhe atualmente selecionada (derivada do mapa de refs). */
|
|
280
|
+
get _currentDetail() {
|
|
281
|
+
var _a;
|
|
282
|
+
const id = (_a = this.selectedGuide) === null || _a === void 0 ? void 0 : _a.id;
|
|
283
|
+
return id ? this._detailRefs.get(id) : undefined;
|
|
284
|
+
}
|
|
285
|
+
observeDataUnit() {
|
|
286
|
+
this.loadGuides(true);
|
|
287
|
+
}
|
|
288
|
+
observeSelectedGuide(newGuide) {
|
|
289
|
+
const id = newGuide === null || newGuide === void 0 ? void 0 : newGuide.id;
|
|
290
|
+
if (!id) {
|
|
291
|
+
return;
|
|
292
|
+
}
|
|
293
|
+
if (!this._openedGuideIds.includes(id)) {
|
|
294
|
+
this._openedGuideIds = [...this._openedGuideIds, id];
|
|
295
|
+
}
|
|
296
|
+
this.enforceOpenedGuidesCap(id);
|
|
297
|
+
}
|
|
298
|
+
/**
|
|
299
|
+
* Aplica o teto `maxOpenedGuides` mantendo a ordem de inserção (não reordena
|
|
300
|
+
* — reordenar moveria os nós no DOM e remontaria as abas sobreviventes,
|
|
301
|
+
* anulando o cache). Retém a aba ativa + as inseridas mais recentemente;
|
|
302
|
+
* desmonta as mais antigas e limpa seus refs. `<= 0` desliga o teto.
|
|
303
|
+
*/
|
|
304
|
+
enforceOpenedGuidesCap(activeId) {
|
|
305
|
+
const cap = this.maxOpenedGuides;
|
|
306
|
+
if (cap <= 0 || this._openedGuideIds.length <= cap) {
|
|
307
|
+
return;
|
|
308
|
+
}
|
|
309
|
+
// Marca p/ manter: a ativa + as mais recentes (varrendo do fim), até o teto.
|
|
310
|
+
const keep = new Set([activeId]);
|
|
311
|
+
for (let i = this._openedGuideIds.length - 1; i >= 0 && keep.size < cap; i--) {
|
|
312
|
+
keep.add(this._openedGuideIds[i]);
|
|
313
|
+
}
|
|
314
|
+
this._openedGuideIds.forEach(gid => {
|
|
315
|
+
if (!keep.has(gid)) {
|
|
316
|
+
this._detailRefs.delete(gid);
|
|
317
|
+
}
|
|
318
|
+
});
|
|
319
|
+
this._openedGuideIds = this._openedGuideIds.filter(gid => keep.has(gid));
|
|
320
|
+
}
|
|
321
|
+
/**
|
|
322
|
+
* Ao recolher/expandir, o master permanece montado; só muda o tamanho do
|
|
323
|
+
* seu painel (auto quando recolhido, {@link MASTER_INITIAL_SIZE} quando
|
|
324
|
+
* expandido). Reconstrói o split para aplicar o novo template.
|
|
325
|
+
*/
|
|
326
|
+
observeMasterCollapsed() {
|
|
327
|
+
if (typeof requestAnimationFrame !== 'undefined') {
|
|
328
|
+
requestAnimationFrame(() => { var _a; return (_a = this._splitPanel) === null || _a === void 0 ? void 0 : _a.rebuildLayout(); });
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
observeFormConfigManager(value) {
|
|
332
|
+
var _a;
|
|
333
|
+
(_a = this.formConfigVisibilityChanged) === null || _a === void 0 ? void 0 : _a.emit(!!value);
|
|
334
|
+
}
|
|
335
|
+
observeDataState(newValue, oldValue) {
|
|
336
|
+
var _a, _b, _c, _d, _e, _f;
|
|
337
|
+
const newRecordsIds = (_b = (_a = newValue === null || newValue === void 0 ? void 0 : newValue.selectionInfo) === null || _a === void 0 ? void 0 : _a.recordIds) !== null && _b !== void 0 ? _b : (_c = newValue === null || newValue === void 0 ? void 0 : newValue.selectedRecord) === null || _c === void 0 ? void 0 : _c['__record__id__'];
|
|
338
|
+
const oldRecordsIds = (_e = (_d = oldValue === null || oldValue === void 0 ? void 0 : oldValue.selectionInfo) === null || _d === void 0 ? void 0 : _d.recordIds) !== null && _e !== void 0 ? _e : (_f = oldValue === null || oldValue === void 0 ? void 0 : oldValue.selectedRecord) === null || _f === void 0 ? void 0 : _f['__record__id__'];
|
|
339
|
+
if (!ObjectUtils.equals(newRecordsIds, oldRecordsIds)) {
|
|
340
|
+
if ((newValue === null || newValue === void 0 ? void 0 : newValue.insertionMode) && !(oldValue === null || oldValue === void 0 ? void 0 : oldValue.insertionMode)) {
|
|
341
|
+
this._manualOverride = undefined;
|
|
342
|
+
}
|
|
343
|
+
this.loadGuides((oldValue === null || oldValue === void 0 ? void 0 : oldValue.insertionMode) != (newValue === null || newValue === void 0 ? void 0 : newValue.insertionMode));
|
|
344
|
+
}
|
|
345
|
+
else if ((oldValue === null || oldValue === void 0 ? void 0 : oldValue.insertionMode) !== (newValue === null || newValue === void 0 ? void 0 : newValue.insertionMode)) {
|
|
346
|
+
if (newValue === null || newValue === void 0 ? void 0 : newValue.insertionMode) {
|
|
347
|
+
this._manualOverride = undefined;
|
|
348
|
+
}
|
|
349
|
+
this.recomputeMasterCollapse();
|
|
350
|
+
}
|
|
351
|
+
}
|
|
352
|
+
observeMasterFormConfig() {
|
|
353
|
+
var _a;
|
|
354
|
+
this.loadGuides(this.noGuideSelected());
|
|
355
|
+
(_a = this.snkMasterFormConfigChange) === null || _a === void 0 ? void 0 : _a.emit(this.masterFormConfig);
|
|
356
|
+
}
|
|
357
|
+
/**
|
|
358
|
+
* Abre o configurador do formulário
|
|
359
|
+
* @param detail - Define se a configuração que está sendo carregada é
|
|
360
|
+
* referente a um form detail.
|
|
361
|
+
*/
|
|
362
|
+
async showFormConfig(detail = false) {
|
|
363
|
+
var _a, _b;
|
|
364
|
+
const masterConfig = !detail || this._currentDetail == undefined;
|
|
365
|
+
this._formEditorConfigManager = masterConfig ? this._configManager : (_a = this._currentDetail) === null || _a === void 0 ? void 0 : _a.formConfigManager;
|
|
366
|
+
this._formEditorDataUnit = masterConfig ? this.dataUnit : (_b = this._currentDetail) === null || _b === void 0 ? void 0 : _b.dataUnit;
|
|
367
|
+
}
|
|
368
|
+
/**
|
|
369
|
+
* Registra um editor customizado para campos da grade e formulário
|
|
370
|
+
*/
|
|
371
|
+
async addCustomEditor(fieldName, customEditor) {
|
|
372
|
+
this._customEditors = Object.assign(Object.assign({}, this._customEditors), { [fieldName]: customEditor });
|
|
373
|
+
}
|
|
374
|
+
/**
|
|
375
|
+
* Registra um render customizado para colunas da grid.
|
|
376
|
+
*/
|
|
377
|
+
async addGridCustomRender(fieldName, customRender) {
|
|
378
|
+
this._customRenders = Object.assign(Object.assign({}, this._customRenders), { [fieldName]: customRender });
|
|
379
|
+
}
|
|
380
|
+
;
|
|
381
|
+
/**
|
|
382
|
+
* Altera/adiciona uma propriedade nos metadados do campo.
|
|
383
|
+
*/
|
|
384
|
+
async setFieldProp(fieldName, propName, value) {
|
|
385
|
+
const newFieldsProps = {
|
|
386
|
+
[fieldName]: Object.assign(Object.assign({}, this._fieldsProps[fieldName]), { [propName]: value })
|
|
387
|
+
};
|
|
388
|
+
this._fieldsProps = Object.assign(Object.assign({}, this._fieldsProps), newFieldsProps);
|
|
389
|
+
}
|
|
390
|
+
/**
|
|
391
|
+
* Atribui o foco para o componente.
|
|
392
|
+
*/
|
|
393
|
+
async setFocus() {
|
|
394
|
+
var _a;
|
|
395
|
+
(_a = this._container) === null || _a === void 0 ? void 0 : _a.focus({ preventScroll: true });
|
|
396
|
+
}
|
|
397
|
+
/**
|
|
398
|
+
* Recarrega os guias baseada nos metadados atuais.
|
|
399
|
+
*/
|
|
400
|
+
async reloadGuides() {
|
|
401
|
+
this._manualOverride = undefined;
|
|
402
|
+
this.loadGuides(false);
|
|
403
|
+
}
|
|
404
|
+
exitViewer() {
|
|
405
|
+
var _a, _b;
|
|
406
|
+
if (!this.enableGridInsert && ((_a = this.dataUnit) === null || _a === void 0 ? void 0 : _a.isDirty())) {
|
|
407
|
+
this.dataUnit.cancelEdition({ after: () => { var _a; return (_a = this.exit) === null || _a === void 0 ? void 0 : _a.emit(); } });
|
|
408
|
+
}
|
|
409
|
+
else {
|
|
410
|
+
(_b = this.exit) === null || _b === void 0 ? void 0 : _b.emit();
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
onActionClick(evt) {
|
|
414
|
+
var _a;
|
|
415
|
+
if (evt.detail === TaskbarElement.CONFIGURATOR) {
|
|
416
|
+
if (evt.target.dataset.taskbarOwner != "master") {
|
|
417
|
+
(_a = this._snkConfigurator) === null || _a === void 0 ? void 0 : _a.open();
|
|
418
|
+
evt.stopImmediatePropagation();
|
|
419
|
+
evt.stopPropagation();
|
|
420
|
+
}
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
onContentCardChanged(evt) {
|
|
424
|
+
if (!this._configManager || !this.dataUnit) {
|
|
425
|
+
return;
|
|
426
|
+
}
|
|
427
|
+
SnkDynaformGuidesViewer.updateContentCard(evt.detail.formName, evt.detail.cardConfig, evt.detail.propertyChanged, this._configManager)
|
|
428
|
+
.then(() => { var _a; return this.masterFormConfig = (_a = this._configManager) === null || _a === void 0 ? void 0 : _a.getConfig(this.dataUnit); });
|
|
429
|
+
}
|
|
430
|
+
/**
|
|
431
|
+
* Conforme mecanismo de mensagens, é possível customizar as mensagens dos blocos de construção
|
|
432
|
+
* através de um pequeno modulo na estrutura da aplicação:
|
|
433
|
+
* - Criar um arquivo no seguinte caminho: /messages/appmessages.msg.js.
|
|
434
|
+
* Para conhecer os detalhes do módulo, vide o arquivo neste projeto "/src/lib/message/resources/snk-crud.msg.ts"
|
|
435
|
+
*/
|
|
436
|
+
getMessage(key) {
|
|
437
|
+
var _a, _b, _c, _d, _e, _f;
|
|
438
|
+
if ((_a = this.dataUnit) === null || _a === void 0 ? void 0 : _a.isMultipleEdition) {
|
|
439
|
+
const selectedRecords = (_c = (_b = this.dataUnit.getSelectionInfo()) === null || _b === void 0 ? void 0 : _b.records) !== null && _c !== void 0 ? _c : [];
|
|
440
|
+
return (_d = this.messagesBuilder) === null || _d === void 0 ? void 0 : _d.getMessage("snkCrud.multipleEdition.editing", { COUNT: selectedRecords.length });
|
|
441
|
+
}
|
|
442
|
+
return (_e = this.messagesBuilder) === null || _e === void 0 ? void 0 : _e.getMessage(key, (_f = this.dataUnit) === null || _f === void 0 ? void 0 : _f.getSelectedRecord());
|
|
443
|
+
}
|
|
444
|
+
loadGuides(changeSelection) {
|
|
445
|
+
var _a;
|
|
446
|
+
if (!this.dataUnit || !this._configManager) {
|
|
447
|
+
return;
|
|
448
|
+
}
|
|
449
|
+
if (!this._configManager.isLoaded) {
|
|
450
|
+
return;
|
|
451
|
+
}
|
|
452
|
+
this._masterFormMetadata = buildFormMetadata(this.masterFormConfig, this.dataUnit, true, this.customGuidesConfig);
|
|
453
|
+
const allSheets = (_a = this._masterFormMetadata) === null || _a === void 0 ? void 0 : _a.getAllSheets();
|
|
454
|
+
if (!allSheets) {
|
|
455
|
+
return;
|
|
456
|
+
}
|
|
457
|
+
const currentRecord = this.dataUnit.getSelectedRecord();
|
|
458
|
+
const disableDetails = this.hasToDisableDetails(currentRecord);
|
|
459
|
+
const guides = [];
|
|
460
|
+
let mainFormName;
|
|
461
|
+
const listSheetsValues = Array.from(allSheets.values());
|
|
462
|
+
listSheetsValues.forEach((sheet) => {
|
|
463
|
+
if ((sheet === null || sheet === void 0 ? void 0 : sheet.name) === TAB_NAMES.main) {
|
|
464
|
+
mainFormName = sheet === null || sheet === void 0 ? void 0 : sheet.name;
|
|
465
|
+
return;
|
|
466
|
+
}
|
|
467
|
+
const item = { id: sheet === null || sheet === void 0 ? void 0 : sheet.name, label: sheet === null || sheet === void 0 ? void 0 : sheet.label };
|
|
468
|
+
if (this.isDetail(sheet === null || sheet === void 0 ? void 0 : sheet.name) && disableDetails) {
|
|
469
|
+
item.tooltip = this.getMessage("snkCrud.detail.tooltip.needSingleSelection");
|
|
470
|
+
item.disabled = true;
|
|
471
|
+
}
|
|
472
|
+
if (sheet.isCustom && sheet.ctxProps) {
|
|
473
|
+
Object.entries(sheet.ctxProps).forEach(([key, value]) => {
|
|
474
|
+
if (value !== undefined) {
|
|
475
|
+
item[key] = value;
|
|
476
|
+
}
|
|
477
|
+
});
|
|
478
|
+
}
|
|
479
|
+
if (!item.props) {
|
|
480
|
+
item.props = {};
|
|
481
|
+
}
|
|
482
|
+
item.props.isAdditional = sheet.name.includes("AD_");
|
|
483
|
+
item.props.isCustom = !!sheet.isCustom;
|
|
484
|
+
guides.push(item);
|
|
485
|
+
});
|
|
486
|
+
this._mainFormName = mainFormName;
|
|
487
|
+
this._guides = guides;
|
|
488
|
+
this.pruneOpenedGuides();
|
|
489
|
+
const currentStillExists = this.selectedGuide
|
|
490
|
+
&& this._guides.some(g => g.id === this.selectedGuide.id);
|
|
491
|
+
if (changeSelection || !currentStillExists) {
|
|
492
|
+
this.selectedGuide = this._guides && this._guides.length > 0 ? this._guides[0] : undefined;
|
|
493
|
+
}
|
|
494
|
+
this.recomputeMasterCollapse();
|
|
495
|
+
}
|
|
496
|
+
/** Remove das guias abertas (e dos refs) ids que não existem mais. */
|
|
497
|
+
pruneOpenedGuides() {
|
|
498
|
+
const validIds = new Set(this._guides.map(g => g.id));
|
|
499
|
+
const filtered = this._openedGuideIds.filter(id => validIds.has(id));
|
|
500
|
+
if (filtered.length !== this._openedGuideIds.length) {
|
|
501
|
+
this._openedGuideIds = filtered;
|
|
502
|
+
}
|
|
503
|
+
Array.from(this._detailRefs.keys())
|
|
504
|
+
.filter(id => !validIds.has(id))
|
|
505
|
+
.forEach(id => this._detailRefs.delete(id));
|
|
506
|
+
}
|
|
507
|
+
hasToDisableDetails(currentRecord) {
|
|
508
|
+
return !currentRecord
|
|
509
|
+
|| !this.dataUnit
|
|
510
|
+
|| this.dataUnit.isNewRecord(currentRecord.__record__id__)
|
|
511
|
+
|| this.dataUnit.isMultipleEdition;
|
|
512
|
+
}
|
|
513
|
+
isDetail(formId) {
|
|
514
|
+
return FormMetadata.getDetailName(formId) != undefined;
|
|
515
|
+
}
|
|
516
|
+
buildTabItems() {
|
|
517
|
+
return this._guides.map((guide, index) => {
|
|
518
|
+
const hasError = this._errorTabs.has(guide.id);
|
|
519
|
+
return {
|
|
520
|
+
tabKey: guide.id,
|
|
521
|
+
label: guide.label,
|
|
522
|
+
index,
|
|
523
|
+
disabled: guide.disabled,
|
|
524
|
+
rightIcon: hasError ? 'alert-circle-inverted' : undefined,
|
|
525
|
+
rightIconError: hasError,
|
|
526
|
+
leftIcon: this.getTabLeftIcon(guide),
|
|
527
|
+
};
|
|
528
|
+
});
|
|
529
|
+
}
|
|
530
|
+
getTabLeftIcon(guide) {
|
|
531
|
+
var _a, _b;
|
|
532
|
+
if (guide.icon) {
|
|
533
|
+
return guide.icon;
|
|
534
|
+
}
|
|
535
|
+
if ((_a = guide.props) === null || _a === void 0 ? void 0 : _a.isCustom) {
|
|
536
|
+
return 'puzzle-piece';
|
|
537
|
+
}
|
|
538
|
+
if ((_b = guide.props) === null || _b === void 0 ? void 0 : _b.isAdditional) {
|
|
539
|
+
return 'puzzle-piece';
|
|
540
|
+
}
|
|
541
|
+
return undefined;
|
|
542
|
+
}
|
|
543
|
+
isCustomGuide(guideId) {
|
|
544
|
+
var _a;
|
|
545
|
+
if (!guideId) {
|
|
546
|
+
return false;
|
|
547
|
+
}
|
|
548
|
+
return !!((_a = this.customGuidesConfig) === null || _a === void 0 ? void 0 : _a.some(g => g.id === guideId));
|
|
549
|
+
}
|
|
550
|
+
onTabChange(tab) {
|
|
551
|
+
const targetGuide = this._guides.find(g => g.id === tab.tabKey);
|
|
552
|
+
if (!targetGuide || targetGuide.disabled) {
|
|
553
|
+
return;
|
|
554
|
+
}
|
|
555
|
+
this.selectedGuide = targetGuide;
|
|
556
|
+
this.recomputeMasterCollapse();
|
|
557
|
+
}
|
|
558
|
+
static updateContentCard(formName, cardConfig, propertyChanged, configManager) {
|
|
559
|
+
return configManager.saveCardState(formName, cardConfig, propertyChanged);
|
|
560
|
+
}
|
|
561
|
+
static buildMainForm(params) {
|
|
562
|
+
if (params.formMetadata == undefined || params.mainFormName == undefined) {
|
|
563
|
+
return undefined;
|
|
564
|
+
}
|
|
565
|
+
const mainSheet = params.formMetadata.getSheet(params.mainFormName);
|
|
566
|
+
if (mainSheet == undefined) {
|
|
567
|
+
return undefined;
|
|
568
|
+
}
|
|
569
|
+
return (h("snk-dynaform-form-view", { ref: (ref) => { var _a; return (_a = params.onMainFormRef) === null || _a === void 0 ? void 0 : _a.call(params, ref); }, label: mainSheet.label, name: params.mainFormName, fields: mainSheet.fields, formMetadata: params.formMetadata, dataUnit: params.dataUnit, recordsValidator: params.recordsValidator, fieldToFocus: params.fieldToFocus, key: params.mainFormName, onSnkRequestClearFieldToFocus: _ => { var _a; return (_a = params.onRequestClearFieldToFocus) === null || _a === void 0 ? void 0 : _a.call(params); }, customEditors: params.propsCustomEditor, fieldsProps: params.fieldsProps, entityPath: params.entityPath, fieldSearch: params.fieldSearch }));
|
|
570
|
+
}
|
|
571
|
+
static buildFixedForms(params) {
|
|
572
|
+
var _a;
|
|
573
|
+
const cardsState = (_a = params.formConfig) === null || _a === void 0 ? void 0 : _a.cardsState;
|
|
574
|
+
if (cardsState == undefined || params.formMetadata == undefined) {
|
|
575
|
+
return undefined;
|
|
576
|
+
}
|
|
577
|
+
const fixedEntries = Array.from(cardsState.entries())
|
|
578
|
+
.filter(([formName, cardConfig]) => (cardConfig === null || cardConfig === void 0 ? void 0 : cardConfig.fixed) && formName != params.selectedForm && formName != params.mainFormName)
|
|
579
|
+
.sort(([, cardConfigA], [, cardConfigB]) => {
|
|
580
|
+
const indexA = (cardConfigA === null || cardConfigA === void 0 ? void 0 : cardConfigA.fixSequence) || 0;
|
|
581
|
+
const indexB = (cardConfigB === null || cardConfigB === void 0 ? void 0 : cardConfigB.fixSequence) || 0;
|
|
582
|
+
return indexA - indexB;
|
|
583
|
+
});
|
|
584
|
+
if (fixedEntries.length === 0) {
|
|
585
|
+
return undefined;
|
|
586
|
+
}
|
|
587
|
+
return (h(Fragment, null, fixedEntries.map(([formName]) => {
|
|
588
|
+
const sheet = params.formMetadata.getSheet(formName);
|
|
589
|
+
if (sheet == undefined) {
|
|
590
|
+
return undefined;
|
|
591
|
+
}
|
|
592
|
+
return h("snk-dynaform-form-view", { label: sheet.label, name: formName, fields: sheet.fields, formMetadata: params.formMetadata, dataUnit: params.dataUnit, recordsValidator: params.recordsValidator, fieldToFocus: params.fieldToFocus, key: formName, onSnkRequestClearFieldToFocus: _ => { var _a; return (_a = params.onRequestClearFieldToFocus) === null || _a === void 0 ? void 0 : _a.call(params); }, customEditors: params.propsCustomEditor, fieldsProps: params.fieldsProps, entityPath: params.entityPath });
|
|
593
|
+
})));
|
|
594
|
+
}
|
|
595
|
+
/**
|
|
596
|
+
* Renderiza o conteúdo de TODAS as guias já abertas, mantendo-as montadas.
|
|
597
|
+
* Apenas a guia ativa fica visível (as demais recebem `--hidden` via CSS),
|
|
598
|
+
* então voltar a uma aba já visitada não a recarrega.
|
|
599
|
+
*/
|
|
600
|
+
buildGuidesContent() {
|
|
601
|
+
if (!this.selectedGuide) {
|
|
602
|
+
return undefined;
|
|
603
|
+
}
|
|
604
|
+
const activeId = this.selectedGuide.id;
|
|
605
|
+
// Garante que a aba ativa sempre renderiza, mesmo se o watch não a registrou ainda.
|
|
606
|
+
const ids = this._openedGuideIds.includes(activeId)
|
|
607
|
+
? this._openedGuideIds
|
|
608
|
+
: [...this._openedGuideIds, activeId];
|
|
609
|
+
return (h(Fragment, null, ids.map((guideId) => {
|
|
610
|
+
const guide = this._guides.find(g => g.id === guideId);
|
|
611
|
+
if (!guide) {
|
|
612
|
+
return undefined;
|
|
613
|
+
}
|
|
614
|
+
const content = this.renderGuideContent(guide);
|
|
615
|
+
if (content == undefined) {
|
|
616
|
+
return undefined;
|
|
617
|
+
}
|
|
618
|
+
return (h("div", { key: `guide_${guideId}`, class: {
|
|
619
|
+
"snk-guides-viewer__guide-content": true,
|
|
620
|
+
"snk-guides-viewer__guide-content--hidden": guideId !== activeId
|
|
621
|
+
} }, content));
|
|
622
|
+
})));
|
|
623
|
+
}
|
|
624
|
+
renderGuideContent(guide) {
|
|
625
|
+
var _a;
|
|
626
|
+
const guideId = guide.id;
|
|
627
|
+
if (this.isCustomGuide(guideId)) {
|
|
628
|
+
return h("slot", { name: guideId });
|
|
629
|
+
}
|
|
630
|
+
const childEntityName = FormMetadata.getDetailName(guideId);
|
|
631
|
+
if (childEntityName) {
|
|
632
|
+
return (h("snk-dynaform-detail-view", { ref: (ref) => {
|
|
633
|
+
if (ref)
|
|
634
|
+
this._detailRefs.set(guideId, ref);
|
|
635
|
+
}, dataUnitName: `${this.entityPath}/${childEntityName}`, entityName: childEntityName, label: guide.label, key: `detail_${guideId}`, canEdit: this.canEdit, resourceID: this.resourceID, taskbarCustomContainerId: this.detailTaskbarCustomContainerId, customEditors: this._customEditors, customRenders: this._customRenders, presentationMode: this.presentationMode, messagesBuilder: this.messagesBuilder }));
|
|
636
|
+
}
|
|
637
|
+
if (guideId === this._mainFormName) {
|
|
638
|
+
return undefined;
|
|
639
|
+
}
|
|
640
|
+
const sheet = (_a = this._masterFormMetadata) === null || _a === void 0 ? void 0 : _a.getSheet(guideId);
|
|
641
|
+
if (!sheet) {
|
|
642
|
+
return undefined;
|
|
643
|
+
}
|
|
644
|
+
return (h("snk-dynaform-form-view", { name: guideId, label: sheet.label, fields: sheet.fields, dataUnit: this.dataUnit, formMetadata: this._masterFormMetadata, recordsValidator: this.recordsValidator, fieldToFocus: this._fieldToGetFocus, key: guideId, onSnkRequestClearFieldToFocus: _ => this.clearFieldToFocusHandler(), customEditors: this._customEditors, fieldsProps: this._fieldsProps, fieldSearch: this._fieldSearch, entityPath: this.entityPath }));
|
|
645
|
+
}
|
|
646
|
+
clearFieldToFocusHandler() {
|
|
647
|
+
this._fieldToGetFocus = undefined;
|
|
648
|
+
}
|
|
649
|
+
getConfigViewMode() {
|
|
650
|
+
return VIEW_MODE.GRID;
|
|
651
|
+
}
|
|
652
|
+
changeConfigViewMode(mode) {
|
|
653
|
+
var _a, _b;
|
|
654
|
+
if (this._currentDetail) {
|
|
655
|
+
(_b = (_a = this._currentDetail).changeViewMode) === null || _b === void 0 ? void 0 : _b.call(_a, mode);
|
|
656
|
+
}
|
|
657
|
+
}
|
|
658
|
+
openConfig(mode) {
|
|
659
|
+
var _a, _b, _c, _d;
|
|
660
|
+
(_b = (_a = this._snkConfigurator) === null || _a === void 0 ? void 0 : _a.close) === null || _b === void 0 ? void 0 : _b.call(_a);
|
|
661
|
+
if (this._currentDetail) {
|
|
662
|
+
if (mode === VIEW_MODE.FORM) {
|
|
663
|
+
this.showFormConfig(true);
|
|
664
|
+
}
|
|
665
|
+
else {
|
|
666
|
+
(_d = (_c = this._currentDetail).configGrid) === null || _d === void 0 ? void 0 : _d.call(_c);
|
|
667
|
+
}
|
|
668
|
+
}
|
|
669
|
+
}
|
|
670
|
+
noGuideSelected() {
|
|
671
|
+
var _a;
|
|
672
|
+
return this.selectedGuide === undefined || TAB_NAMES.main === ((_a = this.selectedGuide) === null || _a === void 0 ? void 0 : _a.id);
|
|
673
|
+
}
|
|
674
|
+
/**
|
|
675
|
+
* Indica se a aba ativa disputa espaço vertical com o formulário principal.
|
|
676
|
+
* Vale para qualquer aba diferente da principal: detalhes E abas nomeadas
|
|
677
|
+
* (ex.: "Identificação"). Nesses casos o master pode ser recolhido.
|
|
678
|
+
*/
|
|
679
|
+
isCollapsibleGuideActive() {
|
|
680
|
+
var _a;
|
|
681
|
+
const id = (_a = this.selectedGuide) === null || _a === void 0 ? void 0 : _a.id;
|
|
682
|
+
if (!id) {
|
|
683
|
+
return false;
|
|
684
|
+
}
|
|
685
|
+
return id !== this._mainFormName;
|
|
686
|
+
}
|
|
687
|
+
hasRecordToSummarize() {
|
|
688
|
+
var _a;
|
|
689
|
+
return ((_a = this.dataUnit) === null || _a === void 0 ? void 0 : _a.getSelectedRecord()) != undefined;
|
|
690
|
+
}
|
|
691
|
+
hasMainFormFields() {
|
|
692
|
+
var _a, _b;
|
|
693
|
+
if (!this._masterFormMetadata || !this._mainFormName) {
|
|
694
|
+
return false;
|
|
695
|
+
}
|
|
696
|
+
const sheet = this._masterFormMetadata.getSheet(this._mainFormName);
|
|
697
|
+
return ((_b = (_a = sheet === null || sheet === void 0 ? void 0 : sheet.fields) === null || _a === void 0 ? void 0 : _a.length) !== null && _b !== void 0 ? _b : 0) > 0;
|
|
698
|
+
}
|
|
699
|
+
recomputeMasterCollapse() {
|
|
700
|
+
var _a;
|
|
701
|
+
if (!this.collapsibleMaster || !this.isCollapsibleGuideActive() || !this.hasRecordToSummarize()) {
|
|
702
|
+
this._masterCollapsed = false;
|
|
703
|
+
return;
|
|
704
|
+
}
|
|
705
|
+
if (this._manualOverride != undefined) {
|
|
706
|
+
this._masterCollapsed = this._manualOverride;
|
|
707
|
+
return;
|
|
708
|
+
}
|
|
709
|
+
this._masterCollapsed = ((_a = this.dataState) === null || _a === void 0 ? void 0 : _a.insertionMode) ? false : this._hostTight;
|
|
710
|
+
}
|
|
711
|
+
/** Pool de campos candidatos (todos do form principal, até o limite máximo). */
|
|
712
|
+
getSummaryFields() {
|
|
713
|
+
var _a;
|
|
714
|
+
if (!this._masterFormMetadata || !this._mainFormName) {
|
|
715
|
+
return [];
|
|
716
|
+
}
|
|
717
|
+
const sheet = this._masterFormMetadata.getSheet(this._mainFormName);
|
|
718
|
+
const fields = (_a = sheet === null || sheet === void 0 ? void 0 : sheet.fields) !== null && _a !== void 0 ? _a : [];
|
|
719
|
+
return fields.slice(0, this.masterSummaryFieldCount);
|
|
720
|
+
}
|
|
721
|
+
/** Record atual (para consultar campos inválidos no DataUnit). */
|
|
722
|
+
getCurrentRecordId() {
|
|
723
|
+
var _a, _b;
|
|
724
|
+
return (_b = (_a = this.dataUnit) === null || _a === void 0 ? void 0 : _a.getSelectedRecord()) === null || _b === void 0 ? void 0 : _b["__record__id__"];
|
|
725
|
+
}
|
|
726
|
+
/** Mensagem de invalidez do campo no registro atual, se houver. */
|
|
727
|
+
getFieldInvalidMessage(fieldName) {
|
|
728
|
+
var _a;
|
|
729
|
+
const recordId = this.getCurrentRecordId();
|
|
730
|
+
return recordId == undefined ? undefined : (_a = this.dataUnit) === null || _a === void 0 ? void 0 : _a.getInvalidMessage(recordId, fieldName);
|
|
731
|
+
}
|
|
732
|
+
renderSummaryItem(field) {
|
|
733
|
+
var _a;
|
|
734
|
+
const invalidMessage = this.getFieldInvalidMessage(field.name);
|
|
735
|
+
return (h("span", { class: {
|
|
736
|
+
"snk-guides-viewer__master-summary-item": true,
|
|
737
|
+
"snk-guides-viewer__master-summary-item--invalid": invalidMessage != undefined
|
|
738
|
+
}, key: field.name, title: invalidMessage }, h("span", { class: "snk-guides-viewer__master-summary-label" }, h("span", { class: "snk-guides-viewer__master-summary-label-text" }, (_a = field.label) !== null && _a !== void 0 ? _a : field.name), field.required &&
|
|
739
|
+
h("span", { class: "snk-guides-viewer__master-summary-required", "aria-hidden": "true" }, "*")), h("span", { class: "snk-guides-viewer__master-summary-value" }, this.formatSummaryValue(field.name))));
|
|
740
|
+
}
|
|
741
|
+
buildMasterSummary() {
|
|
742
|
+
var _a;
|
|
743
|
+
const fields = this.getSummaryFields();
|
|
744
|
+
const visible = fields.slice(0, this._visibleSummaryCount);
|
|
745
|
+
return (h("button", { type: "button", class: "snk-guides-viewer__master-summary", "aria-expanded": "false", "aria-label": (_a = this.getMessage("snkCrud.master.expand")) !== null && _a !== void 0 ? _a : "Expandir formulário principal", onClick: () => this.toggleMasterCollapse() }, h("div", { class: "snk-guides-viewer__master-summary-fields", ref: (el) => this.bindSummaryFields(el) }, visible.map((field) => this.renderSummaryItem(field))), h("div", { class: "snk-guides-viewer__master-summary-measure", "aria-hidden": "true", ref: (el) => { this._summaryMeasureEl = el; } }, fields.map((field) => this.renderSummaryItem(field))), h("ez-icon", { iconName: "chevron-down", class: "snk-guides-viewer__master-summary-chevron" })));
|
|
746
|
+
}
|
|
747
|
+
bindSummaryFields(el) {
|
|
748
|
+
var _a;
|
|
749
|
+
if (!el || el === this._summaryFieldsEl) {
|
|
750
|
+
return;
|
|
751
|
+
}
|
|
752
|
+
this._summaryFieldsEl = el;
|
|
753
|
+
(_a = this._summaryResizeObserver) === null || _a === void 0 ? void 0 : _a.disconnect();
|
|
754
|
+
if (typeof ResizeObserver === 'undefined') {
|
|
755
|
+
return;
|
|
756
|
+
}
|
|
757
|
+
this._summaryResizeObserver = new ResizeObserver(() => this.recomputeVisibleSummary());
|
|
758
|
+
this._summaryResizeObserver.observe(el);
|
|
759
|
+
}
|
|
760
|
+
/**
|
|
761
|
+
* Mede as larguras naturais (via row-fantasma) e calcula quantos campos
|
|
762
|
+
* cabem na largura visível. Só grava no estado quando o número muda, então
|
|
763
|
+
* não há loop de renderização.
|
|
764
|
+
*/
|
|
765
|
+
recomputeVisibleSummary() {
|
|
766
|
+
const wrap = this._summaryFieldsEl;
|
|
767
|
+
const ghost = this._summaryMeasureEl;
|
|
768
|
+
if (!wrap || !ghost) {
|
|
769
|
+
return;
|
|
770
|
+
}
|
|
771
|
+
const avail = wrap.clientWidth;
|
|
772
|
+
if (avail <= 0) {
|
|
773
|
+
return;
|
|
774
|
+
}
|
|
775
|
+
const items = Array.from(ghost.children);
|
|
776
|
+
if (items.length === 0) {
|
|
777
|
+
return;
|
|
778
|
+
}
|
|
779
|
+
const gapStr = getComputedStyle(ghost).columnGap || getComputedStyle(ghost).gap || "0";
|
|
780
|
+
const gap = parseFloat(gapStr) || 0;
|
|
781
|
+
let used = 0;
|
|
782
|
+
let count = 0;
|
|
783
|
+
for (let i = 0; i < items.length; i++) {
|
|
784
|
+
const add = items[i].offsetWidth + (i > 0 ? gap : 0);
|
|
785
|
+
if (used + add > avail && count >= 1) {
|
|
786
|
+
break;
|
|
787
|
+
}
|
|
788
|
+
used += add;
|
|
789
|
+
count++;
|
|
790
|
+
}
|
|
791
|
+
count = Math.max(1, Math.min(count, items.length));
|
|
792
|
+
if (count !== this._visibleSummaryCount) {
|
|
793
|
+
this._visibleSummaryCount = count;
|
|
794
|
+
}
|
|
795
|
+
}
|
|
796
|
+
formatSummaryValue(fieldName) {
|
|
797
|
+
var _a;
|
|
798
|
+
const formatted = (_a = this.dataUnit) === null || _a === void 0 ? void 0 : _a.getFormattedValue(fieldName);
|
|
799
|
+
return (formatted == undefined || formatted === "") ? "-" : formatted;
|
|
800
|
+
}
|
|
801
|
+
toggleMasterCollapse() {
|
|
802
|
+
this._masterCollapsed = !this._masterCollapsed;
|
|
803
|
+
this._manualOverride = this._masterCollapsed;
|
|
804
|
+
}
|
|
805
|
+
buildCollapseControl() {
|
|
806
|
+
var _a;
|
|
807
|
+
const label = (_a = this.getMessage("snkCrud.master.collapse")) !== null && _a !== void 0 ? _a : "Recolher";
|
|
808
|
+
return (h("div", { class: "snk-guides-viewer__master-collapse-btn" }, h("ez-tooltip", { message: label }, h("ez-button", { mode: "icon", iconName: "chevron-up", size: "x-small", variant: "secondary", "aria-label": label, onClick: () => this.toggleMasterCollapse() }))));
|
|
809
|
+
}
|
|
810
|
+
/** Bloco master (resumo + form), sempre montado; recolhe só via CSS. */
|
|
811
|
+
renderMaster(params, canCollapseMaster) {
|
|
812
|
+
return (h("div", { class: {
|
|
813
|
+
"snk-guides-viewer__master": true,
|
|
814
|
+
"snk-guides-viewer__master--collapsed": canCollapseMaster && this._masterCollapsed
|
|
815
|
+
} }, canCollapseMaster && this.buildMasterSummary(), h("div", { class: "snk-guides-viewer__master-expanded" }, SnkDynaformGuidesViewer.buildMainForm(params), canCollapseMaster && this.buildCollapseControl())));
|
|
816
|
+
}
|
|
817
|
+
/** Abas (quando houver) + container de detalhe. */
|
|
818
|
+
renderTabsAndDetail(params, showTabs) {
|
|
819
|
+
var _a;
|
|
820
|
+
return (h("div", { class: "snk-guides-viewer__panel" }, showTabs &&
|
|
821
|
+
h("ez-tabselector", Object.assign({ class: "snk-guides-viewer__tabselector", tabs: this.buildTabItems(), selectedTab: (_a = this.selectedGuide) === null || _a === void 0 ? void 0 : _a.id, onEzChange: (evt) => this.onTabChange(evt.detail) }, { [ElementIDUtils.DATA_ELEMENT_ID_ATTRIBUTE_NAME]: `${ElementIDUtils.getInternalIDInfo("tabselector")}` })), h("div", { class: "snk-guides-viewer__detail-container" }, SnkDynaformGuidesViewer.buildFixedForms(params), this.buildGuidesContent())));
|
|
822
|
+
}
|
|
823
|
+
/**
|
|
824
|
+
* Vincula o container e (re)inicia o observador de tamanho. Chamado pelo
|
|
825
|
+
* `ref` da section — o `componentDidLoad` não serve porque o config carrega
|
|
826
|
+
* de forma assíncrona e a section só monta depois de `isLoaded`.
|
|
827
|
+
*/
|
|
828
|
+
bindContainer(el) {
|
|
829
|
+
if (!el || el === this._container) {
|
|
830
|
+
return;
|
|
831
|
+
}
|
|
832
|
+
this._container = el;
|
|
833
|
+
this.setupResizeObserver();
|
|
834
|
+
}
|
|
835
|
+
setupResizeObserver() {
|
|
836
|
+
var _a;
|
|
837
|
+
if (!this._container || typeof ResizeObserver === 'undefined') {
|
|
838
|
+
return;
|
|
839
|
+
}
|
|
840
|
+
(_a = this._resizeObserver) === null || _a === void 0 ? void 0 : _a.disconnect();
|
|
841
|
+
this._resizeObserver = new ResizeObserver((entries) => {
|
|
842
|
+
var _a, _b, _c;
|
|
843
|
+
const height = (_c = (_b = (_a = entries[0]) === null || _a === void 0 ? void 0 : _a.contentRect) === null || _b === void 0 ? void 0 : _b.height) !== null && _c !== void 0 ? _c : 0;
|
|
844
|
+
const tight = height > 0 && height < this.masterCollapseThreshold;
|
|
845
|
+
if (tight !== this._hostTight) {
|
|
846
|
+
this._hostTight = tight;
|
|
847
|
+
this.recomputeMasterCollapse();
|
|
848
|
+
}
|
|
849
|
+
});
|
|
850
|
+
this._resizeObserver.observe(this._container);
|
|
851
|
+
}
|
|
852
|
+
addFormLegacyConfigName() {
|
|
853
|
+
var _a;
|
|
854
|
+
if (this.formLegacyConfigName) {
|
|
855
|
+
(_a = this._configManager) === null || _a === void 0 ? void 0 : _a.addFormLegacyConfig(this.formLegacyConfigName);
|
|
856
|
+
}
|
|
857
|
+
}
|
|
858
|
+
setMasterFormConfig(config) {
|
|
859
|
+
this.masterFormConfig = config;
|
|
860
|
+
}
|
|
861
|
+
componentWillLoad() {
|
|
862
|
+
var _a;
|
|
863
|
+
if (this.resourceID == undefined) {
|
|
864
|
+
throw new Error((_a = this.getMessage("snkCrud.errors.resourceIDNotProvided")) !== null && _a !== void 0 ? _a : "");
|
|
865
|
+
}
|
|
866
|
+
this._configManager = new SnkFormConfigManager(this.configName, this.resourceID, this.setMasterFormConfig.bind(this), this.dataUnit);
|
|
867
|
+
this.addFormLegacyConfigName();
|
|
868
|
+
this._configManager.loadConfig();
|
|
869
|
+
}
|
|
870
|
+
async dataUnitActionHandler(action) {
|
|
871
|
+
var _a;
|
|
872
|
+
switch (action.type) {
|
|
873
|
+
case Action.EDITION_CANCELED:
|
|
874
|
+
case Action.DATA_SAVED:
|
|
875
|
+
this.refreshValidationState();
|
|
876
|
+
if ((_a = this.dataUnit) === null || _a === void 0 ? void 0 : _a.isMultipleEdition) {
|
|
877
|
+
this.exitViewer();
|
|
878
|
+
if (this.dataUnit) {
|
|
879
|
+
this.dataUnit.isMultipleEdition = false;
|
|
880
|
+
}
|
|
881
|
+
}
|
|
882
|
+
break;
|
|
883
|
+
case Action.FIELD_INVALIDATED:
|
|
884
|
+
case Action.INVALIDATE_CLEAN:
|
|
885
|
+
case Action.SAVING_CANCELED:
|
|
886
|
+
this.refreshValidationState();
|
|
887
|
+
break;
|
|
888
|
+
case Action.METADATA_LOADED:
|
|
889
|
+
case Action.MULTIPLE_EDITION_CHANGED:
|
|
890
|
+
this.loadGuides(this.noGuideSelected());
|
|
891
|
+
break;
|
|
892
|
+
}
|
|
893
|
+
}
|
|
894
|
+
/**
|
|
895
|
+
* Reavalia abas com erro e o realce da tira-resumo a partir do estado atual
|
|
896
|
+
* de campos inválidos do DataUnit. Marca abas cujos campos ainda estão
|
|
897
|
+
* inválidos e DESMARCA as que foram preenchidas/limpas ou canceladas.
|
|
898
|
+
*/
|
|
899
|
+
refreshValidationState() {
|
|
900
|
+
var _a, _b, _c;
|
|
901
|
+
const recordId = this.getCurrentRecordId();
|
|
902
|
+
const sheets = (_a = this._masterFormMetadata) === null || _a === void 0 ? void 0 : _a.getAllSheets();
|
|
903
|
+
const errored = new Set();
|
|
904
|
+
if (recordId != undefined && sheets) {
|
|
905
|
+
for (const sheet of sheets) {
|
|
906
|
+
const guideName = sheet[0];
|
|
907
|
+
const fields = (_b = sheet[1]) === null || _b === void 0 ? void 0 : _b.fields;
|
|
908
|
+
if (!fields) {
|
|
909
|
+
continue;
|
|
910
|
+
}
|
|
911
|
+
for (const field of fields) {
|
|
912
|
+
if (((_c = this.dataUnit) === null || _c === void 0 ? void 0 : _c.getInvalidMessage(recordId, field.name)) != undefined) {
|
|
913
|
+
errored.add(guideName);
|
|
914
|
+
break;
|
|
915
|
+
}
|
|
916
|
+
}
|
|
917
|
+
}
|
|
918
|
+
}
|
|
919
|
+
const prev = this._errorTabs;
|
|
920
|
+
if (prev.size === errored.size && [...errored].every(id => prev.has(id))) {
|
|
921
|
+
return;
|
|
922
|
+
}
|
|
923
|
+
this._errorTabs = errored;
|
|
924
|
+
}
|
|
925
|
+
getGuideName(fieldName) {
|
|
926
|
+
var _a, _b;
|
|
927
|
+
const sheets = (_a = this._masterFormMetadata) === null || _a === void 0 ? void 0 : _a.getAllSheets();
|
|
928
|
+
if (!sheets) {
|
|
929
|
+
return "";
|
|
930
|
+
}
|
|
931
|
+
for (const sheet of sheets) {
|
|
932
|
+
const formFields = (_b = sheet[1]) === null || _b === void 0 ? void 0 : _b.fields;
|
|
933
|
+
if (!formFields)
|
|
934
|
+
continue;
|
|
935
|
+
for (const field of formFields) {
|
|
936
|
+
if (field.name === fieldName) {
|
|
937
|
+
return sheet[0];
|
|
938
|
+
}
|
|
939
|
+
}
|
|
940
|
+
}
|
|
941
|
+
return "";
|
|
942
|
+
}
|
|
943
|
+
getTitle() {
|
|
944
|
+
var _a, _b, _c;
|
|
945
|
+
return (_c = (_b = (_a = this.getCustomTitle) === null || _a === void 0 ? void 0 : _a.call(this)) !== null && _b !== void 0 ? _b : this.getMessage("snkCrud.title")) !== null && _c !== void 0 ? _c : "";
|
|
946
|
+
}
|
|
947
|
+
getTitleTooltip() {
|
|
948
|
+
var _a;
|
|
949
|
+
if (!((_a = this.dataUnit) === null || _a === void 0 ? void 0 : _a.isMultipleEdition))
|
|
950
|
+
return undefined;
|
|
951
|
+
return this.buildRecordIdsArray();
|
|
952
|
+
}
|
|
953
|
+
buildRecordIdsArray() {
|
|
954
|
+
var _a, _b, _c;
|
|
955
|
+
const selectedRecords = (_c = (_b = (_a = this.dataUnit) === null || _a === void 0 ? void 0 : _a.getSelectionInfo()) === null || _b === void 0 ? void 0 : _b.records) !== null && _c !== void 0 ? _c : [];
|
|
956
|
+
if (selectedRecords.length === 0) {
|
|
957
|
+
return "[]";
|
|
958
|
+
}
|
|
959
|
+
const labels = selectedRecords.map(record => { var _a; return (_a = this.messagesBuilder) === null || _a === void 0 ? void 0 : _a.getMessage("snkCrud.title", record); });
|
|
960
|
+
return `[${labels.join(", ")}]`;
|
|
961
|
+
}
|
|
962
|
+
getFieldsSearch() {
|
|
963
|
+
var _a;
|
|
964
|
+
if (this._fieldSearch == undefined || this._hasToCreateFieldSearch) {
|
|
965
|
+
this._hasToCreateFieldSearch = false;
|
|
966
|
+
const item = {
|
|
967
|
+
label: (_a = this.getMessage("snkSimpleCrud.findFields")) !== null && _a !== void 0 ? _a : "Busca de campos",
|
|
968
|
+
value: "findFields",
|
|
969
|
+
};
|
|
970
|
+
this._fieldSearch = buildFieldSearch(item, ({ argument }) => this.fieldsOptionLoader(argument), (option) => this.onSelectField(option));
|
|
971
|
+
}
|
|
972
|
+
return this._fieldSearch;
|
|
973
|
+
}
|
|
974
|
+
fieldsOptionLoader(argument) {
|
|
975
|
+
var _a, _b;
|
|
976
|
+
return Promise.resolve((_b = (_a = this._configManager) === null || _a === void 0 ? void 0 : _a.getFieldsList(argument).map(field => ({ value: field.name, label: field.label }))) !== null && _b !== void 0 ? _b : []);
|
|
977
|
+
}
|
|
978
|
+
onSelectField(option) {
|
|
979
|
+
var _a, _b, _c;
|
|
980
|
+
if (option == undefined) {
|
|
981
|
+
return;
|
|
982
|
+
}
|
|
983
|
+
this._fieldToGetFocus = option.value;
|
|
984
|
+
const fieldGuideName = this.getGuideName(option.value);
|
|
985
|
+
if (!fieldGuideName) {
|
|
986
|
+
return;
|
|
987
|
+
}
|
|
988
|
+
if (fieldGuideName === this._mainFormName) {
|
|
989
|
+
(_b = (_a = this._mainForm) === null || _a === void 0 ? void 0 : _a.showUp) === null || _b === void 0 ? void 0 : _b.call(_a);
|
|
990
|
+
return;
|
|
991
|
+
}
|
|
992
|
+
if (fieldGuideName !== ((_c = this.selectedGuide) === null || _c === void 0 ? void 0 : _c.id)) {
|
|
993
|
+
const targetGuide = this._guides.find(g => g.id === fieldGuideName);
|
|
994
|
+
if (targetGuide && !targetGuide.disabled) {
|
|
995
|
+
this.selectedGuide = targetGuide;
|
|
996
|
+
}
|
|
997
|
+
}
|
|
998
|
+
}
|
|
999
|
+
componentDidLoad() {
|
|
1000
|
+
var _a;
|
|
1001
|
+
(_a = this.dataUnit) === null || _a === void 0 ? void 0 : _a.subscribe(this.dataUnitActionHandler.bind(this));
|
|
1002
|
+
this.initKeyboardManager();
|
|
1003
|
+
this.getFieldsSearch();
|
|
1004
|
+
}
|
|
1005
|
+
componentDidRender() {
|
|
1006
|
+
if (this._masterCollapsed) {
|
|
1007
|
+
this.recomputeVisibleSummary();
|
|
1008
|
+
}
|
|
1009
|
+
}
|
|
1010
|
+
disconnectedCallback() {
|
|
1011
|
+
var _a, _b, _c;
|
|
1012
|
+
(_a = this._keyboardManager) === null || _a === void 0 ? void 0 : _a.unbindAllShortcutKeys();
|
|
1013
|
+
(_b = this._resizeObserver) === null || _b === void 0 ? void 0 : _b.disconnect();
|
|
1014
|
+
this._resizeObserver = undefined;
|
|
1015
|
+
(_c = this._summaryResizeObserver) === null || _c === void 0 ? void 0 : _c.disconnect();
|
|
1016
|
+
this._summaryResizeObserver = undefined;
|
|
1017
|
+
}
|
|
1018
|
+
async initKeyboardManager() {
|
|
1019
|
+
this._keyboardManager = new KeyboardManager({ propagate: false, element: this._element });
|
|
1020
|
+
if (this._keyboardManager) {
|
|
1021
|
+
this._keyboardManager.bind(SHORTCUT_SEARCH_FIELD, async () => {
|
|
1022
|
+
var _a, _b;
|
|
1023
|
+
if (!this._mainForm)
|
|
1024
|
+
return;
|
|
1025
|
+
await ((_b = (_a = this._mainForm).showSearchField) === null || _b === void 0 ? void 0 : _b.call(_a));
|
|
1026
|
+
}, { description: this.getMessage("snkSimpleCrud.findFields"), element: this._element });
|
|
1027
|
+
}
|
|
1028
|
+
}
|
|
1029
|
+
render() {
|
|
1030
|
+
var _a, _b;
|
|
1031
|
+
if (this._formEditorConfigManager != undefined) {
|
|
1032
|
+
return (h("snk-dynaform-form-config", { ref: (ref) => {
|
|
1033
|
+
if (ref)
|
|
1034
|
+
this._container = ref;
|
|
1035
|
+
}, tabindex: -1, dataUnit: this._formEditorDataUnit, messagesBuilder: this.messagesBuilder, configManager: this._formEditorConfigManager, onConfigClose: () => this._formEditorConfigManager = undefined }));
|
|
1036
|
+
}
|
|
1037
|
+
if (!this.dataUnit || !((_a = this._configManager) === null || _a === void 0 ? void 0 : _a.isLoaded)) {
|
|
1038
|
+
return undefined;
|
|
1039
|
+
}
|
|
1040
|
+
const showTabs = this._guides && this._guides.length > 0;
|
|
1041
|
+
const showMaster = this.hasMainFormFields();
|
|
1042
|
+
const canCollapseMaster = showMaster && this.collapsibleMaster
|
|
1043
|
+
&& this.isCollapsibleGuideActive()
|
|
1044
|
+
&& this.hasRecordToSummarize();
|
|
1045
|
+
const masterExpandedVisible = !(canCollapseMaster && this._masterCollapsed);
|
|
1046
|
+
const fixedFormsParams = {
|
|
1047
|
+
formConfig: this.masterFormConfig,
|
|
1048
|
+
formMetadata: this._masterFormMetadata,
|
|
1049
|
+
selectedForm: (_b = this.selectedGuide) === null || _b === void 0 ? void 0 : _b.id,
|
|
1050
|
+
mainFormName: this._mainFormName,
|
|
1051
|
+
dataUnit: this.dataUnit,
|
|
1052
|
+
recordsValidator: this.recordsValidator,
|
|
1053
|
+
fieldToFocus: this._fieldToGetFocus,
|
|
1054
|
+
onRequestClearFieldToFocus: this.clearFieldToFocusHandler.bind(this),
|
|
1055
|
+
propsCustomEditor: this._customEditors,
|
|
1056
|
+
fieldsProps: this._fieldsProps,
|
|
1057
|
+
entityPath: this.entityPath,
|
|
1058
|
+
fieldSearch: this._fieldSearch,
|
|
1059
|
+
onMainFormRef: (ref) => { this._mainForm = ref; }
|
|
1060
|
+
};
|
|
1061
|
+
return (h("section", { class: "snk-guides-viewer", ref: (ref) => this.bindContainer(ref), tabindex: -1 }, this.getTitle() && (h("div", { class: "ez-row snk-guides-viewer__header" }, h("div", { class: "snk-guides-viewer__header-breadcrumb ez-flex--align-items-center ez-flex-item--align-center", key: "header" }, h("div", { class: "ez-flex ez-flex--column ez-flex-item--auto" }, h("h1", { class: "ez-title ez-title--primary ez-title--xlarge", title: this.getTitleTooltip() }, this.getTitle()))))), h("div", { class: "snk-guides-viewer__container" }, showTabs && showMaster ? (
|
|
1062
|
+
/* Master e abas: split redimensionável. Master alterna resumo/expandido via CSS
|
|
1063
|
+
sem remontar o snk-dynaform-form-view (evita recarga/lentidão). */
|
|
1064
|
+
h("ez-split-panel", { direction: "row", structural: true, showGutter: masterExpandedVisible, class: {
|
|
1065
|
+
"snk-guides-viewer__split": true,
|
|
1066
|
+
"snk-guides-viewer__split--collapsed": !masterExpandedVisible
|
|
1067
|
+
}, ref: (ref) => {
|
|
1068
|
+
if (ref)
|
|
1069
|
+
this._splitPanel = ref;
|
|
1070
|
+
} }, h("ez-split-item", { class: "snk-guides-viewer__split-master", structural: true, enableExpand: false, size: masterExpandedVisible ? MASTER_INITIAL_SIZE : "auto" }, this.renderMaster(fixedFormsParams, canCollapseMaster)), h("ez-split-item", { class: "snk-guides-viewer__split-content", structural: true, outline: true, enableExpand: false }, this.renderTabsAndDetail(fixedFormsParams, true)))) : showTabs ? (
|
|
1071
|
+
/* Sem campos no master: abas ocupam toda a área. */
|
|
1072
|
+
this.renderTabsAndDetail(fixedFormsParams, true)) : (
|
|
1073
|
+
/* Sem abas: master ocupa toda a área. */
|
|
1074
|
+
this.renderMaster(fixedFormsParams, canCollapseMaster))), h("snk-configurator", { ref: (ref) => {
|
|
1075
|
+
if (ref)
|
|
1076
|
+
this._snkConfigurator = ref;
|
|
1077
|
+
}, viewMode: this.getConfigViewMode(), onConfigSelected: (evt) => this.changeConfigViewMode(evt.detail), messagesBuilder: this.messagesBuilder, onOpenConfig: (evt) => this.openConfig(evt.detail), resourceID: this.resourceID, layoutFormConfig: false, showActionButtons: true })));
|
|
1078
|
+
}
|
|
1079
|
+
get _element() { return getElement(this); }
|
|
1080
|
+
static get watchers() { return {
|
|
1081
|
+
"dataUnit": ["observeDataUnit"],
|
|
1082
|
+
"selectedGuide": ["observeSelectedGuide"],
|
|
1083
|
+
"_masterCollapsed": ["observeMasterCollapsed"],
|
|
1084
|
+
"_formEditorConfigManager": ["observeFormConfigManager"],
|
|
1085
|
+
"dataState": ["observeDataState"],
|
|
1086
|
+
"masterFormConfig": ["observeMasterFormConfig"]
|
|
1087
|
+
}; }
|
|
1088
|
+
};
|
|
1089
|
+
SnkDynaformGuidesViewer.style = snkDynaformGuidesViewCss;
|
|
1090
|
+
|
|
1091
|
+
export { SnkDynaformGuidesViewer as S, SnkFormConfigManager as a };
|