@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,1015 @@
|
|
|
1
|
+
import { Action as DUAction, KeyboardManager, StringUtils } from '@sankhyalabs/core';
|
|
2
|
+
import { Host, forceUpdate, h } from '@stencil/core';
|
|
3
|
+
import { SnkFormConfigManager } from '../../../snk-dynaform-form-config/SnkFormConfigManager';
|
|
4
|
+
import { FormMetadata, buildFormMetadata } from "@sankhyalabs/ezui/dist/collection/utils/form";
|
|
5
|
+
import { PresentationMode } from '../../../../lib';
|
|
6
|
+
import { TaskbarElement } from '../../../snk-taskbar/elements/taskbar-elements';
|
|
7
|
+
import { VIEW_MODE } from '../../../../lib/utils/constants';
|
|
8
|
+
import { SnkDynaformGuidesViewer } from '../snk-dynaform-guides-view/snk-dynaform-guides-view';
|
|
9
|
+
import { SnkMessageBuilder } from '../../../../lib/message/SnkMessageBuilder';
|
|
10
|
+
import { buildFieldSearch, SHORTCUT_SEARCH_FIELD } from '@sankhyalabs/ezui/dist/collection/utils';
|
|
11
|
+
import SimpleTaskbarProcessor from '../../../snk-taskbar/processor/simple-taskbar-processor';
|
|
12
|
+
import { DEFAULT_TASKBAR_BUTTONS, getTopTaskBarId } from '../../../snk-crud/utils/taskbarUtils';
|
|
13
|
+
export class SnkDynaformDetailView {
|
|
14
|
+
constructor() {
|
|
15
|
+
this._taskbarProcessor = new SimpleTaskbarProcessor(DEFAULT_TASKBAR_BUTTONS);
|
|
16
|
+
/** Evita repetir a carga inicial da grade no mesmo mount da aba. */
|
|
17
|
+
this._didInitialLoad = false;
|
|
18
|
+
this._currentView = 0;
|
|
19
|
+
this.attachmentRegisterKey = undefined;
|
|
20
|
+
this._fieldToGetFocus = undefined;
|
|
21
|
+
this._hasToCreateFieldSearch = true;
|
|
22
|
+
this._selectedSheet = undefined;
|
|
23
|
+
this._internalErrorTabs = new Set();
|
|
24
|
+
this._selectedRecordPKDisplay = undefined;
|
|
25
|
+
this.formConfigManager = undefined;
|
|
26
|
+
this.dataUnitName = undefined;
|
|
27
|
+
this.resourceID = undefined;
|
|
28
|
+
this.entityName = undefined;
|
|
29
|
+
this.label = undefined;
|
|
30
|
+
this.dataUnit = undefined;
|
|
31
|
+
this.selectedForm = undefined;
|
|
32
|
+
this.dataState = undefined;
|
|
33
|
+
this.messagesBuilder = undefined;
|
|
34
|
+
this.canEdit = true;
|
|
35
|
+
this.taskbarCustomContainerId = undefined;
|
|
36
|
+
this.customEditors = undefined;
|
|
37
|
+
this.customRenders = undefined;
|
|
38
|
+
this.presentationMode = PresentationMode.SECONDARY;
|
|
39
|
+
}
|
|
40
|
+
observeDataUnit(newDataUnit, oldDataUnit) {
|
|
41
|
+
newDataUnit === null || newDataUnit === void 0 ? void 0 : newDataUnit.subscribe(this.dataUnitActionHandler.bind(this));
|
|
42
|
+
oldDataUnit === null || oldDataUnit === void 0 ? void 0 : oldDataUnit.unsubscribe(this.dataUnitActionHandler);
|
|
43
|
+
}
|
|
44
|
+
observerDataState(newValue, oldValue) {
|
|
45
|
+
const openInsertion = !(oldValue === null || oldValue === void 0 ? void 0 : oldValue.insertionMode) && (newValue === null || newValue === void 0 ? void 0 : newValue.insertionMode);
|
|
46
|
+
const closeInsertion = (oldValue === null || oldValue === void 0 ? void 0 : oldValue.insertionMode) && !(newValue === null || newValue === void 0 ? void 0 : newValue.insertionMode);
|
|
47
|
+
if (openInsertion || closeInsertion) {
|
|
48
|
+
this.loadMetadata();
|
|
49
|
+
}
|
|
50
|
+
if (this._formMetadata == undefined) {
|
|
51
|
+
return;
|
|
52
|
+
}
|
|
53
|
+
if (!this.selectedSheetIsDetail()) {
|
|
54
|
+
if (openInsertion) {
|
|
55
|
+
setTimeout(() => {
|
|
56
|
+
this.changeViewMode(VIEW_MODE.FORM);
|
|
57
|
+
}, 0);
|
|
58
|
+
}
|
|
59
|
+
if (closeInsertion) {
|
|
60
|
+
this.changeViewMode(VIEW_MODE.GRID);
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* Muda o modo de visualização do componente entre VIEW_MODE.GRID e VIEW_MODE.FORM
|
|
66
|
+
* @param mode - Novo modo que o componente deve ser apresentado.
|
|
67
|
+
*/
|
|
68
|
+
async changeViewMode(mode) {
|
|
69
|
+
if (!this._viewStack) {
|
|
70
|
+
return;
|
|
71
|
+
}
|
|
72
|
+
this._viewStack.show(mode);
|
|
73
|
+
this._currentView = mode;
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* Abre o configurador de grid.
|
|
77
|
+
*/
|
|
78
|
+
async configGrid() {
|
|
79
|
+
if (this._snkGrid) {
|
|
80
|
+
this._snkGrid.showConfig();
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
async showUp() {
|
|
84
|
+
if (this._snkFormView) {
|
|
85
|
+
this._snkFormView.showUp();
|
|
86
|
+
}
|
|
87
|
+
if (this._snkGrid) {
|
|
88
|
+
this._snkGrid.scrollIntoView({ behavior: "smooth", block: "start" });
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* Registra um editor customizado para campos da grade e formulário.
|
|
93
|
+
*/
|
|
94
|
+
async addCustomEditor(fieldName, customEditor) {
|
|
95
|
+
var _a, _b;
|
|
96
|
+
const detailContext = this.normalizeDataUnitName();
|
|
97
|
+
(_a = this._snkGrid) === null || _a === void 0 ? void 0 : _a.addCustomEditor(fieldName, customEditor, detailContext);
|
|
98
|
+
(_b = this._snkFormView) === null || _b === void 0 ? void 0 : _b.addCustomEditor(fieldName, customEditor, detailContext);
|
|
99
|
+
}
|
|
100
|
+
async observerPropsCustomEditor(newValue) {
|
|
101
|
+
for (const fieldName in newValue) {
|
|
102
|
+
await this.addCustomEditor(fieldName, newValue[fieldName]);
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
* Registra um render customizado para colunas da grid.
|
|
107
|
+
*/
|
|
108
|
+
async addGridCustomRender(fieldName, customRender) {
|
|
109
|
+
var _a;
|
|
110
|
+
const detailContext = this.normalizeDataUnitName();
|
|
111
|
+
await ((_a = this._snkGrid) === null || _a === void 0 ? void 0 : _a.addGridCustomRender(fieldName, customRender, detailContext));
|
|
112
|
+
}
|
|
113
|
+
onContentCardChanged(evt) {
|
|
114
|
+
SnkDynaformGuidesViewer.updateContentCard(evt.detail.formName, evt.detail.cardConfig, evt.detail.propertyChanged, this.formConfigManager).then(() => forceUpdate(this));
|
|
115
|
+
evt.stopPropagation();
|
|
116
|
+
}
|
|
117
|
+
async observeCustomRenders(newValue) {
|
|
118
|
+
for (const field in newValue) {
|
|
119
|
+
const customRender = newValue[field];
|
|
120
|
+
await this.addGridCustomRender(field, customRender);
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
loadMetadata() {
|
|
124
|
+
if (!this.dataUnit || !this.formConfigManager) {
|
|
125
|
+
return;
|
|
126
|
+
}
|
|
127
|
+
if (!this.formConfigManager.isLoaded) {
|
|
128
|
+
return;
|
|
129
|
+
}
|
|
130
|
+
const formConfig = this.formConfigManager.getConfig(this.dataUnit);
|
|
131
|
+
this._formMetadata = buildFormMetadata(formConfig == undefined || formConfig.fields.length === 0 ? undefined : formConfig, this.dataUnit, true);
|
|
132
|
+
this.initSelectedSheet();
|
|
133
|
+
}
|
|
134
|
+
initSelectedSheet() {
|
|
135
|
+
if (!this._formMetadata) {
|
|
136
|
+
this._selectedSheet = undefined;
|
|
137
|
+
return;
|
|
138
|
+
}
|
|
139
|
+
const sheets = this._formMetadata.getAllSheets();
|
|
140
|
+
if (!sheets || sheets.size === 0) {
|
|
141
|
+
this._selectedSheet = undefined;
|
|
142
|
+
return;
|
|
143
|
+
}
|
|
144
|
+
// Mantém a aba atual caso ela ainda exista e não seja a área principal.
|
|
145
|
+
if (this._selectedSheet && this._selectedSheet.name !== SnkDynaformDetailView.MAIN_TAB) {
|
|
146
|
+
const current = sheets.get(this._selectedSheet.name);
|
|
147
|
+
if (current) {
|
|
148
|
+
this._selectedSheet = current;
|
|
149
|
+
return;
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
// Caso contrário, seleciona o primeiro sheet que não seja a área principal (primeira aba).
|
|
153
|
+
this._selectedSheet = this.getFirstNonMainSheet(sheets);
|
|
154
|
+
}
|
|
155
|
+
getFirstNonMainSheet(sheets) {
|
|
156
|
+
for (const [name, sheet] of sheets) {
|
|
157
|
+
if (name !== SnkDynaformDetailView.MAIN_TAB) {
|
|
158
|
+
return sheet;
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
return undefined;
|
|
162
|
+
}
|
|
163
|
+
dataUnitReadyHandler(evt) {
|
|
164
|
+
this.dataUnit = evt.detail;
|
|
165
|
+
this.loadMetadata();
|
|
166
|
+
this.ensureInitialLoad();
|
|
167
|
+
}
|
|
168
|
+
/**
|
|
169
|
+
* Dispara a carga inicial da grade quando a aba é montada com o master já
|
|
170
|
+
* selecionado. A carga do filho normalmente é disparada pelo evento de troca
|
|
171
|
+
* de seleção do master; uma aba montada tardiamente (aberta depois que o
|
|
172
|
+
* registro master já estava selecionado) não recebe esse evento e ficaria
|
|
173
|
+
* vazia até um refresh manual. Navegações seguintes do master continuam
|
|
174
|
+
* recarregando pela assinatura existente do DataUnit.
|
|
175
|
+
*/
|
|
176
|
+
ensureInitialLoad() {
|
|
177
|
+
var _a, _b, _c, _d, _e;
|
|
178
|
+
if (this._didInitialLoad) {
|
|
179
|
+
return;
|
|
180
|
+
}
|
|
181
|
+
const dataUnit = this.dataUnit;
|
|
182
|
+
const parentDataUnit = (_a = dataUnit === null || dataUnit === void 0 ? void 0 : dataUnit.getParentDataUnit) === null || _a === void 0 ? void 0 : _a.call(dataUnit);
|
|
183
|
+
if (((_b = parentDataUnit === null || parentDataUnit === void 0 ? void 0 : parentDataUnit.getSelectedRecord) === null || _b === void 0 ? void 0 : _b.call(parentDataUnit)) && ((_d = (_c = dataUnit === null || dataUnit === void 0 ? void 0 : dataUnit.records) === null || _c === void 0 ? void 0 : _c.length) !== null && _d !== void 0 ? _d : 0) === 0) {
|
|
184
|
+
this._didInitialLoad = true;
|
|
185
|
+
(_e = dataUnit === null || dataUnit === void 0 ? void 0 : dataUnit.loadData) === null || _e === void 0 ? void 0 : _e.call(dataUnit);
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
getFormFields() {
|
|
189
|
+
var _a, _b, _c;
|
|
190
|
+
const mainSheet = (_b = (_a = this._formMetadata) === null || _a === void 0 ? void 0 : _a.getAllSheets()) === null || _b === void 0 ? void 0 : _b.get(SnkDynaformDetailView.MAIN_TAB);
|
|
191
|
+
return (_c = mainSheet === null || mainSheet === void 0 ? void 0 : mainSheet.fields) !== null && _c !== void 0 ? _c : [];
|
|
192
|
+
}
|
|
193
|
+
hasNonMainSheets() {
|
|
194
|
+
if (!this._formMetadata) {
|
|
195
|
+
return false;
|
|
196
|
+
}
|
|
197
|
+
for (const name of this._formMetadata.getAllSheets().keys()) {
|
|
198
|
+
if (name !== SnkDynaformDetailView.MAIN_TAB) {
|
|
199
|
+
return true;
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
return false;
|
|
203
|
+
}
|
|
204
|
+
selectedSheetIsDetail() {
|
|
205
|
+
return !!this._selectedSheet && FormMetadata.getDetailName(this._selectedSheet.name) != undefined;
|
|
206
|
+
}
|
|
207
|
+
isSheetDisabled(sheet) {
|
|
208
|
+
var _a;
|
|
209
|
+
if (FormMetadata.getDetailName(sheet.name) == undefined) {
|
|
210
|
+
return false;
|
|
211
|
+
}
|
|
212
|
+
const currentRecord = (_a = this.dataUnit) === null || _a === void 0 ? void 0 : _a.getSelectedRecord();
|
|
213
|
+
if (!currentRecord || !this.dataUnit) {
|
|
214
|
+
return true;
|
|
215
|
+
}
|
|
216
|
+
return this.dataUnit.isNewRecord(currentRecord.__record__id__) || this.dataUnit.isMultipleEdition;
|
|
217
|
+
}
|
|
218
|
+
buildInternalTabItems() {
|
|
219
|
+
if (!this._formMetadata) {
|
|
220
|
+
return [];
|
|
221
|
+
}
|
|
222
|
+
const sheets = Array.from(this._formMetadata.getAllSheets().values());
|
|
223
|
+
const nonMainSheets = sheets.filter((sheet) => sheet.name !== SnkDynaformDetailView.MAIN_TAB);
|
|
224
|
+
return nonMainSheets.map((sheet, index) => ({
|
|
225
|
+
tabKey: sheet.name,
|
|
226
|
+
label: sheet.label,
|
|
227
|
+
index,
|
|
228
|
+
disabled: this.isSheetDisabled(sheet),
|
|
229
|
+
rightIcon: this._internalErrorTabs.has(sheet.name) ? 'alert-circle-inverted' : undefined,
|
|
230
|
+
}));
|
|
231
|
+
}
|
|
232
|
+
onInternalTabChange(tab) {
|
|
233
|
+
var _a, _b;
|
|
234
|
+
// A área principal (__main) é sempre visível e não é uma aba selecionável.
|
|
235
|
+
if (tab.tabKey === SnkDynaformDetailView.MAIN_TAB) {
|
|
236
|
+
return;
|
|
237
|
+
}
|
|
238
|
+
const matchedSheet = (_b = (_a = this._formMetadata) === null || _a === void 0 ? void 0 : _a.getAllSheets()) === null || _b === void 0 ? void 0 : _b.get(tab.tabKey);
|
|
239
|
+
if (!matchedSheet || this.isSheetDisabled(matchedSheet)) {
|
|
240
|
+
return;
|
|
241
|
+
}
|
|
242
|
+
this._selectedSheet = matchedSheet;
|
|
243
|
+
}
|
|
244
|
+
executeActionHandler(evt) {
|
|
245
|
+
var _a;
|
|
246
|
+
if (evt.detail === TaskbarElement.GRID_MODE) {
|
|
247
|
+
this.changeViewMode(VIEW_MODE.GRID);
|
|
248
|
+
evt.stopPropagation();
|
|
249
|
+
}
|
|
250
|
+
if (evt.detail === TaskbarElement.UPDATE_MULTIPLE && this.dataUnit) {
|
|
251
|
+
this.dataUnit.isMultipleEdition = true;
|
|
252
|
+
this.changeViewMode(VIEW_MODE.FORM);
|
|
253
|
+
evt.stopPropagation();
|
|
254
|
+
}
|
|
255
|
+
if (evt.detail === TaskbarElement.FORM_MODE || evt.detail === TaskbarElement.UPDATE || evt.detail === TaskbarElement.INSERT) {
|
|
256
|
+
this.changeViewMode(VIEW_MODE.FORM);
|
|
257
|
+
evt.stopPropagation();
|
|
258
|
+
}
|
|
259
|
+
if (evt.detail === TaskbarElement.ATTACH) {
|
|
260
|
+
(_a = this._snkAttach) === null || _a === void 0 ? void 0 : _a.open();
|
|
261
|
+
evt.stopPropagation();
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
async getAttachmentRegisterKey() {
|
|
265
|
+
if (!this._snkDataUnit) {
|
|
266
|
+
return;
|
|
267
|
+
}
|
|
268
|
+
const recordCriteria = await this._snkDataUnit.getSelectedRecordsIDsInfo();
|
|
269
|
+
const joinedPrimaryKeys = recordCriteria.map(({ value }) => value).join('_');
|
|
270
|
+
return joinedPrimaryKeys;
|
|
271
|
+
}
|
|
272
|
+
async handleDataStateChange({ detail: dataState }) {
|
|
273
|
+
var _a;
|
|
274
|
+
this.dataState = dataState;
|
|
275
|
+
if (dataState.selectedRecord !== undefined && this._snkDataUnit) {
|
|
276
|
+
this.attachmentRegisterKey = (_a = await this.getAttachmentRegisterKey()) !== null && _a !== void 0 ? _a : undefined;
|
|
277
|
+
}
|
|
278
|
+
this._selectedRecordPKDisplay = this.buildSelectedRecordPKDisplay();
|
|
279
|
+
}
|
|
280
|
+
buildSelectedRecordPKDisplay() {
|
|
281
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
|
282
|
+
if (!this.dataUnit) {
|
|
283
|
+
return undefined;
|
|
284
|
+
}
|
|
285
|
+
if ((_a = this.dataState) === null || _a === void 0 ? void 0 : _a.insertionMode) {
|
|
286
|
+
const message = (_b = this.messagesBuilder) === null || _b === void 0 ? void 0 : _b.getMessage("snkCrud.newRecord");
|
|
287
|
+
return message ? { message } : undefined;
|
|
288
|
+
}
|
|
289
|
+
const selectedRecord = this.dataUnit.getSelectedRecord();
|
|
290
|
+
if (!selectedRecord) {
|
|
291
|
+
return undefined;
|
|
292
|
+
}
|
|
293
|
+
const items = [];
|
|
294
|
+
const fields = (_d = (_c = this.dataUnit.metadata) === null || _c === void 0 ? void 0 : _c.fields) !== null && _d !== void 0 ? _d : [];
|
|
295
|
+
for (const field of fields) {
|
|
296
|
+
if (((_e = field.properties) === null || _e === void 0 ? void 0 : _e.isPrimaryKey) !== "true") {
|
|
297
|
+
continue;
|
|
298
|
+
}
|
|
299
|
+
const rawValue = selectedRecord[field.name];
|
|
300
|
+
const value = (_f = rawValue === null || rawValue === void 0 ? void 0 : rawValue.value) !== null && _f !== void 0 ? _f : rawValue;
|
|
301
|
+
if (value === undefined || value === null || value === "") {
|
|
302
|
+
continue;
|
|
303
|
+
}
|
|
304
|
+
items.push({ label: (_g = field.label) !== null && _g !== void 0 ? _g : field.name, value: String(value) });
|
|
305
|
+
}
|
|
306
|
+
return items.length ? { items } : undefined;
|
|
307
|
+
}
|
|
308
|
+
renderSelectedRecordHeader() {
|
|
309
|
+
var _a;
|
|
310
|
+
if (!this.label && !this._selectedRecordPKDisplay) {
|
|
311
|
+
return undefined;
|
|
312
|
+
}
|
|
313
|
+
const display = this._selectedRecordPKDisplay;
|
|
314
|
+
if (!display) {
|
|
315
|
+
return undefined;
|
|
316
|
+
}
|
|
317
|
+
if (display.message) {
|
|
318
|
+
return (h("div", { class: "selected-record-header selected-record-header--message" }, h("span", { class: "selected-record-header__message" }, display.message)));
|
|
319
|
+
}
|
|
320
|
+
if (!((_a = display.items) === null || _a === void 0 ? void 0 : _a.length)) {
|
|
321
|
+
return undefined;
|
|
322
|
+
}
|
|
323
|
+
return (h("div", { class: "selected-record-header", role: "group" }, display.items.map((item, index) => [
|
|
324
|
+
index > 0 && h("span", { class: "selected-record-header__separator", "aria-hidden": "true" }),
|
|
325
|
+
h("div", { class: "selected-record-header__chip" }, h("span", { class: "selected-record-header__label" }, item.label, ":"), h("span", { class: "selected-record-header__value" }, item.value))
|
|
326
|
+
])));
|
|
327
|
+
}
|
|
328
|
+
componentWillLoad() {
|
|
329
|
+
var _a;
|
|
330
|
+
this._configName = `dynaform.${this.entityName}`;
|
|
331
|
+
this.formConfigManager = new SnkFormConfigManager(this._configName, (_a = this.resourceID) !== null && _a !== void 0 ? _a : '', () => this.loadMetadata(), this.dataUnit);
|
|
332
|
+
this.formConfigManager.loadConfig();
|
|
333
|
+
if (this.messagesBuilder == undefined) {
|
|
334
|
+
this.messagesBuilder = new SnkMessageBuilder(this.entityName);
|
|
335
|
+
}
|
|
336
|
+
}
|
|
337
|
+
componentWillRender() {
|
|
338
|
+
this.initializeTaskbarProcessor();
|
|
339
|
+
}
|
|
340
|
+
initializeTaskbarProcessor() {
|
|
341
|
+
if (!this.dataState) {
|
|
342
|
+
return;
|
|
343
|
+
}
|
|
344
|
+
const detailTaskbarManager = this.buildDetailTaskbarManager();
|
|
345
|
+
const topTaskbarId = getTopTaskBarId(this.dataState, this.presentationMode);
|
|
346
|
+
this._taskbarProcessor.process(topTaskbarId, detailTaskbarManager, this.dataState, [], []);
|
|
347
|
+
}
|
|
348
|
+
buildDetailTaskbarManager() {
|
|
349
|
+
const EDITION_MODE_BUTTONS = [
|
|
350
|
+
TaskbarElement.CANCEL,
|
|
351
|
+
TaskbarElement.SAVE,
|
|
352
|
+
];
|
|
353
|
+
const currentView = this._currentView;
|
|
354
|
+
return {
|
|
355
|
+
getButtons: (taskbarID, dataState, defaultButtons) => {
|
|
356
|
+
var _a, _b, _c;
|
|
357
|
+
if (!taskbarID) {
|
|
358
|
+
return [];
|
|
359
|
+
}
|
|
360
|
+
const isInEditionMode = (dataState === null || dataState === void 0 ? void 0 : dataState.insertionMode) || (dataState === null || dataState === void 0 ? void 0 : dataState.isDirty);
|
|
361
|
+
if (isInEditionMode) {
|
|
362
|
+
return EDITION_MODE_BUTTONS;
|
|
363
|
+
}
|
|
364
|
+
let buttons = [...defaultButtons];
|
|
365
|
+
if (currentView === VIEW_MODE.FORM) {
|
|
366
|
+
const indexFormMode = buttons.indexOf(TaskbarElement.FORM_MODE);
|
|
367
|
+
if (indexFormMode > -1) {
|
|
368
|
+
buttons = [
|
|
369
|
+
...buttons.slice(0, indexFormMode),
|
|
370
|
+
TaskbarElement.GRID_MODE,
|
|
371
|
+
...buttons.slice(indexFormMode + 1),
|
|
372
|
+
];
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
if (((_c = (_b = (_a = dataState === null || dataState === void 0 ? void 0 : dataState.selectionInfo) === null || _a === void 0 ? void 0 : _a.records) === null || _b === void 0 ? void 0 : _b.length) !== null && _c !== void 0 ? _c : 0) > 1) {
|
|
376
|
+
const indexUpdate = buttons.indexOf(TaskbarElement.UPDATE);
|
|
377
|
+
if (indexUpdate > -1) {
|
|
378
|
+
buttons = [
|
|
379
|
+
...buttons.slice(0, indexUpdate),
|
|
380
|
+
TaskbarElement.UPDATE_MULTIPLE,
|
|
381
|
+
...buttons.slice(indexUpdate + 1),
|
|
382
|
+
];
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
return buttons;
|
|
386
|
+
},
|
|
387
|
+
isEnabled: (_, dataState, buttonName, originalValue) => {
|
|
388
|
+
if (!dataState) {
|
|
389
|
+
return originalValue;
|
|
390
|
+
}
|
|
391
|
+
const hasSelectedRecord = dataState.selectedRecord !== undefined;
|
|
392
|
+
const buttonsRequiringSelection = [
|
|
393
|
+
TaskbarElement.UPDATE,
|
|
394
|
+
TaskbarElement.REMOVE,
|
|
395
|
+
TaskbarElement.ATTACH,
|
|
396
|
+
TaskbarElement.CLONE,
|
|
397
|
+
];
|
|
398
|
+
if (!hasSelectedRecord && buttonsRequiringSelection.includes(buttonName)) {
|
|
399
|
+
return false;
|
|
400
|
+
}
|
|
401
|
+
if (buttonName === TaskbarElement.PREVIOUS && !dataState.hasPrevious) {
|
|
402
|
+
return false;
|
|
403
|
+
}
|
|
404
|
+
if (buttonName === TaskbarElement.NEXT && !dataState.hasNext) {
|
|
405
|
+
return false;
|
|
406
|
+
}
|
|
407
|
+
if (buttonName === TaskbarElement.INSERT && dataState.insertionMode) {
|
|
408
|
+
return false;
|
|
409
|
+
}
|
|
410
|
+
return originalValue;
|
|
411
|
+
},
|
|
412
|
+
};
|
|
413
|
+
}
|
|
414
|
+
async componentDidLoad() {
|
|
415
|
+
if (this.customEditors) {
|
|
416
|
+
await this.observerPropsCustomEditor(this.customEditors);
|
|
417
|
+
}
|
|
418
|
+
if (this.customRenders) {
|
|
419
|
+
await this.observeCustomRenders(this.customRenders);
|
|
420
|
+
}
|
|
421
|
+
this.initKeyboardManager();
|
|
422
|
+
}
|
|
423
|
+
disconnectedCallback() {
|
|
424
|
+
var _a;
|
|
425
|
+
(_a = this._keyboardManager) === null || _a === void 0 ? void 0 : _a.unbindAllShortcutKeys();
|
|
426
|
+
}
|
|
427
|
+
async dataUnitActionHandler(action) {
|
|
428
|
+
var _a;
|
|
429
|
+
if (action.type === DUAction.FIELD_INVALIDATED) {
|
|
430
|
+
const sheetName = this.findSheetOfField((_a = action.payload) === null || _a === void 0 ? void 0 : _a.fieldName);
|
|
431
|
+
if (sheetName) {
|
|
432
|
+
this._internalErrorTabs = new Set([...this._internalErrorTabs, sheetName]);
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
findSheetOfField(fieldName) {
|
|
437
|
+
var _a;
|
|
438
|
+
if (!fieldName || !this._formMetadata) {
|
|
439
|
+
return undefined;
|
|
440
|
+
}
|
|
441
|
+
const sheets = this._formMetadata.getAllSheets();
|
|
442
|
+
for (const [sheetName, sheet] of sheets) {
|
|
443
|
+
if ((_a = sheet.fields) === null || _a === void 0 ? void 0 : _a.some((f) => f.name === fieldName)) {
|
|
444
|
+
return sheetName;
|
|
445
|
+
}
|
|
446
|
+
}
|
|
447
|
+
return undefined;
|
|
448
|
+
}
|
|
449
|
+
normalizeDataUnitName() {
|
|
450
|
+
var _a, _b;
|
|
451
|
+
return (_b = (_a = this.dataUnitName) === null || _a === void 0 ? void 0 : _a.replace(/\//g, '>')) !== null && _b !== void 0 ? _b : '';
|
|
452
|
+
}
|
|
453
|
+
getSettingsListForm() {
|
|
454
|
+
var _a, _b;
|
|
455
|
+
const hardList = [{
|
|
456
|
+
value: StringUtils.generateUUID(),
|
|
457
|
+
label: (_b = (_a = this.messagesBuilder) === null || _a === void 0 ? void 0 : _a.getMessage("snkCrud.findColumn", undefined)) !== null && _b !== void 0 ? _b : "",
|
|
458
|
+
disableCloseOnSelect: true,
|
|
459
|
+
eagerInitialize: true,
|
|
460
|
+
itemBuilder: (_, item) => this.getFieldsSearch(item)
|
|
461
|
+
}];
|
|
462
|
+
return hardList;
|
|
463
|
+
}
|
|
464
|
+
getFieldsSearch(item) {
|
|
465
|
+
var _a;
|
|
466
|
+
if (this._fieldSearch === undefined || this._hasToCreateFieldSearch) {
|
|
467
|
+
this._hasToCreateFieldSearch = false;
|
|
468
|
+
this._fieldSearch = buildFieldSearch(item, ({ argument }) => this.fieldsOptionLoader(argument), (option) => this.onSelectField(option));
|
|
469
|
+
}
|
|
470
|
+
return (_a = this._fieldSearch) !== null && _a !== void 0 ? _a : document.createElement('div');
|
|
471
|
+
}
|
|
472
|
+
fieldsOptionLoader(argument) {
|
|
473
|
+
const searchTerm = argument === null || argument === void 0 ? void 0 : argument.toLowerCase();
|
|
474
|
+
const allFields = this.getFormFields().map(field => { var _a; return (_a = this.dataUnit) === null || _a === void 0 ? void 0 : _a.getField(field.name); });
|
|
475
|
+
const filteredFields = allFields.filter(field => {
|
|
476
|
+
var _a, _b;
|
|
477
|
+
if (!field) {
|
|
478
|
+
return;
|
|
479
|
+
}
|
|
480
|
+
return ((_a = field.name) === null || _a === void 0 ? void 0 : _a.toLowerCase().includes(searchTerm)) ||
|
|
481
|
+
((_b = field.label) === null || _b === void 0 ? void 0 : _b.toLowerCase().includes(searchTerm));
|
|
482
|
+
});
|
|
483
|
+
const options = filteredFields.map((field) => {
|
|
484
|
+
if (!field) {
|
|
485
|
+
return;
|
|
486
|
+
}
|
|
487
|
+
return ({ value: field.name, label: field.label });
|
|
488
|
+
});
|
|
489
|
+
return Promise.resolve(options);
|
|
490
|
+
}
|
|
491
|
+
onSelectField(option) {
|
|
492
|
+
if (option == undefined) {
|
|
493
|
+
return;
|
|
494
|
+
}
|
|
495
|
+
this._fieldToGetFocus = option.value;
|
|
496
|
+
}
|
|
497
|
+
clearFieldToFocusHandler() {
|
|
498
|
+
this._fieldToGetFocus = undefined;
|
|
499
|
+
}
|
|
500
|
+
getColumnSearch(item) {
|
|
501
|
+
var _a;
|
|
502
|
+
if (this._columnSearch !== undefined) {
|
|
503
|
+
return this._columnSearch;
|
|
504
|
+
}
|
|
505
|
+
this._columnSearch = buildFieldSearch(item, ({ argument }) => new Promise(accept => {
|
|
506
|
+
var _a;
|
|
507
|
+
(_a = this._snkGrid) === null || _a === void 0 ? void 0 : _a.filterColumns(argument).then((columns) => {
|
|
508
|
+
accept(columns
|
|
509
|
+
.filter(column => !column.hidden)
|
|
510
|
+
.map(column => ({ label: column.label, value: column.name })));
|
|
511
|
+
});
|
|
512
|
+
}), (option) => {
|
|
513
|
+
var _a;
|
|
514
|
+
if (option != undefined) {
|
|
515
|
+
(_a = this._snkGrid) === null || _a === void 0 ? void 0 : _a.locateColumn(option.value);
|
|
516
|
+
}
|
|
517
|
+
});
|
|
518
|
+
return (_a = this._columnSearch) !== null && _a !== void 0 ? _a : document.createElement('div');
|
|
519
|
+
}
|
|
520
|
+
buildTaskbarCustomActionsList() {
|
|
521
|
+
return [this.buildSearchColumnTaskbarAction()];
|
|
522
|
+
}
|
|
523
|
+
buildSearchColumnTaskbarAction() {
|
|
524
|
+
var _a, _b;
|
|
525
|
+
return {
|
|
526
|
+
value: StringUtils.generateUUID(),
|
|
527
|
+
label: (_b = (_a = this.messagesBuilder) === null || _a === void 0 ? void 0 : _a.getMessage('snkGrid.findColumn', {})) !== null && _b !== void 0 ? _b : "",
|
|
528
|
+
disableCloseOnSelect: true,
|
|
529
|
+
eagerInitialize: true,
|
|
530
|
+
itemBuilder: (_, item) => { var _a; return (_a = this.getColumnSearch(item)) !== null && _a !== void 0 ? _a : document.createElement('div'); },
|
|
531
|
+
};
|
|
532
|
+
}
|
|
533
|
+
async initKeyboardManager() {
|
|
534
|
+
var _a;
|
|
535
|
+
this._keyboardManager = new KeyboardManager({ propagate: false, element: this._element });
|
|
536
|
+
this._keyboardManager.bind(SHORTCUT_SEARCH_FIELD, async () => {
|
|
537
|
+
var _a;
|
|
538
|
+
await ((_a = this._snkFormView) === null || _a === void 0 ? void 0 : _a.showSearchField());
|
|
539
|
+
}, { description: (_a = this.messagesBuilder) === null || _a === void 0 ? void 0 : _a.getMessage("snkSimpleCrud.findFields"), element: this._element });
|
|
540
|
+
}
|
|
541
|
+
renderTabSelector() {
|
|
542
|
+
if (!this.hasNonMainSheets()) {
|
|
543
|
+
return undefined;
|
|
544
|
+
}
|
|
545
|
+
const selectedKey = this._selectedSheet && this._selectedSheet.name !== SnkDynaformDetailView.MAIN_TAB
|
|
546
|
+
? this._selectedSheet.name
|
|
547
|
+
: undefined;
|
|
548
|
+
return (h("ez-tabselector", { class: "ez-tabselector-internal", tabs: this.buildInternalTabItems(), selectedTab: selectedKey, onEzChange: (evt) => this.onInternalTabChange(evt.detail) }));
|
|
549
|
+
}
|
|
550
|
+
/**
|
|
551
|
+
* Renderiza o conteúdo da aba selecionada, seguindo as mesmas regras do
|
|
552
|
+
* formulário master (snk-dynaform-guides-view.getContent):
|
|
553
|
+
* - Sheet de detalhe (child[...]) → snk-dynaform-detail-view aninhado.
|
|
554
|
+
* - Sheet de formulário (ex.: "Geral") → snk-dynaform-form-view com os campos do sheet.
|
|
555
|
+
*/
|
|
556
|
+
renderSelectedSheetContent() {
|
|
557
|
+
if (!this._selectedSheet || this._selectedSheet.name === SnkDynaformDetailView.MAIN_TAB) {
|
|
558
|
+
return undefined;
|
|
559
|
+
}
|
|
560
|
+
const childEntityName = FormMetadata.getDetailName(this._selectedSheet.name);
|
|
561
|
+
if (childEntityName) {
|
|
562
|
+
return (h("snk-dynaform-detail-view", { key: `sub_${this.dataUnitName}_${this._selectedSheet.name}`, dataUnitName: `${this.dataUnitName}/${childEntityName}`, entityName: childEntityName, label: this._selectedSheet.label, resourceID: this.resourceID, canEdit: this.canEdit, messagesBuilder: this.messagesBuilder, customEditors: this.customEditors, customRenders: this.customRenders, presentationMode: this.presentationMode, taskbarCustomContainerId: this.taskbarCustomContainerId }));
|
|
563
|
+
}
|
|
564
|
+
return (h("snk-dynaform-form-view", { key: `sheet_${this._selectedSheet.name}`, name: this._selectedSheet.name, formMetadata: this._formMetadata, dataUnit: this.dataUnit, fields: this._selectedSheet.fields, fieldToFocus: this._fieldToGetFocus, label: this._selectedSheet.label, onSnkRequestClearFieldToFocus: this.clearFieldToFocusHandler.bind(this), fieldSearch: this._fieldSearch }));
|
|
565
|
+
}
|
|
566
|
+
renderViewStack() {
|
|
567
|
+
var _a, _b;
|
|
568
|
+
return (h("ez-view-stack", { ref: (ref) => this._viewStack = ref }, h("stack-item", { class: "ez-size-width--full ez-size-height--full" }, h("snk-grid", { class: "ez-size-width--full ez-size-height--full", ref: (ref) => {
|
|
569
|
+
if (ref)
|
|
570
|
+
this._snkGrid = ref;
|
|
571
|
+
}, configName: this._configName, messagesBuilder: this.messagesBuilder, onGridDoubleClick: () => this.changeViewMode(VIEW_MODE.FORM), onActionClick: (evt) => this.executeActionHandler(evt), presentationMode: this.presentationMode, canEdit: this.canEdit, isDetail: true, taskbarCustomContainerId: this.taskbarCustomContainerId, gridHeaderCustomSlotId: "DETAIL_GRID_HEADER_CUSTOM_ELEMENTS", topTaskbarCustomSlotId: "DETAIL_GRID_TASKBAR_CUSTOM_ELEMENTS", outlineMode: true, enableGridInsert: true, autoLoad: true, multipleEditionEnabled: true, multipleSelection: true, hideHeader: true, hideGridTaskbar: true })), h("stack-item", { class: "ez-size-width--full ez-size-height--full grid-container" }, h("div", { class: "form-and-detail-container" }, h("snk-dynaform-form-view", { ref: (ref) => {
|
|
572
|
+
if (ref)
|
|
573
|
+
this._snkFormView = ref;
|
|
574
|
+
}, name: SnkDynaformDetailView.MAIN_TAB, formMetadata: this._formMetadata, dataUnit: this.dataUnit, fields: this.getFormFields(), fieldToFocus: this._fieldToGetFocus, label: this.label, onSnkRequestClearFieldToFocus: this.clearFieldToFocusHandler.bind(this), fieldSearch: this._fieldSearch }, this.renderSelectedRecordHeader()), this.renderTabSelector(), this.renderSelectedSheetContent())), h("snk-attach", { ref: (ref) => this._snkAttach = ref, registerKey: (_a = this.attachmentRegisterKey) !== null && _a !== void 0 ? _a : '', messagesBuilder: this.messagesBuilder, entityName: (_b = this.entityName) !== null && _b !== void 0 ? _b : '' })));
|
|
575
|
+
}
|
|
576
|
+
render() {
|
|
577
|
+
return (h(Host, null, h("snk-data-unit", { ref: (el) => {
|
|
578
|
+
if (el)
|
|
579
|
+
this._snkDataUnit = el;
|
|
580
|
+
}, dataUnitName: `${this.dataUnitName}`, onDataUnitReady: evt => this.dataUnitReadyHandler(evt), entityName: this.entityName, onDataStateChange: this.handleDataStateChange.bind(this), ignoreSaveMessage: this._currentView === VIEW_MODE.GRID, messagesBuilder: this.messagesBuilder, configName: this._configName }, h("snk-taskbar", { key: "detailViewTaskbar", class: "form-taskbar", "data-element-id": "detail_top", configName: this._configName, messagesBuilder: this.messagesBuilder, buttons: this._taskbarProcessor.buttons, disabledButtons: this._taskbarProcessor.disabledButtons, customButtons: this._taskbarProcessor.customButtons, primaryButton: "INSERT", overflowStrategy: "hiddenItems", alignRigth: true, sizeButtons: 'small', presentationMode: this.presentationMode, onActionClick: evt => this.executeActionHandler(evt), dataUnit: this.dataUnit, resourceID: this.resourceID, customContainerId: this.taskbarCustomContainerId, customSlotId: "DETAIL_TASKBAR_CUSTOM_ELEMENTS", actionsSettingsList: this.getSettingsListForm(), customActionsList: this.buildTaskbarCustomActionsList() }, h("slot", { name: "DETAIL_TASKBAR_CUSTOM_ELEMENTS" })), this.renderViewStack())));
|
|
581
|
+
}
|
|
582
|
+
static get is() { return "snk-dynaform-detail-view"; }
|
|
583
|
+
static get encapsulation() { return "scoped"; }
|
|
584
|
+
static get originalStyleUrls() {
|
|
585
|
+
return {
|
|
586
|
+
"$": ["snk-dynaform-detail-view.css"]
|
|
587
|
+
};
|
|
588
|
+
}
|
|
589
|
+
static get styleUrls() {
|
|
590
|
+
return {
|
|
591
|
+
"$": ["snk-dynaform-detail-view.css"]
|
|
592
|
+
};
|
|
593
|
+
}
|
|
594
|
+
static get properties() {
|
|
595
|
+
return {
|
|
596
|
+
"formConfigManager": {
|
|
597
|
+
"type": "unknown",
|
|
598
|
+
"mutable": true,
|
|
599
|
+
"complexType": {
|
|
600
|
+
"original": "SnkFormConfigManager",
|
|
601
|
+
"resolved": "SnkFormConfigManager",
|
|
602
|
+
"references": {
|
|
603
|
+
"SnkFormConfigManager": {
|
|
604
|
+
"location": "import",
|
|
605
|
+
"path": "../../../snk-dynaform-form-config/SnkFormConfigManager"
|
|
606
|
+
}
|
|
607
|
+
}
|
|
608
|
+
},
|
|
609
|
+
"required": false,
|
|
610
|
+
"optional": true,
|
|
611
|
+
"docs": {
|
|
612
|
+
"tags": [],
|
|
613
|
+
"text": "Gerenciador de configura\u00E7\u00E3o do formul\u00E1rio."
|
|
614
|
+
}
|
|
615
|
+
},
|
|
616
|
+
"dataUnitName": {
|
|
617
|
+
"type": "string",
|
|
618
|
+
"mutable": false,
|
|
619
|
+
"complexType": {
|
|
620
|
+
"original": "string",
|
|
621
|
+
"resolved": "string",
|
|
622
|
+
"references": {}
|
|
623
|
+
},
|
|
624
|
+
"required": false,
|
|
625
|
+
"optional": true,
|
|
626
|
+
"docs": {
|
|
627
|
+
"tags": [],
|
|
628
|
+
"text": "Determina todo o caminho desde o pai at\u00E9 chegar neste n\u00EDvel"
|
|
629
|
+
},
|
|
630
|
+
"attribute": "data-unit-name",
|
|
631
|
+
"reflect": false
|
|
632
|
+
},
|
|
633
|
+
"resourceID": {
|
|
634
|
+
"type": "string",
|
|
635
|
+
"mutable": false,
|
|
636
|
+
"complexType": {
|
|
637
|
+
"original": "string",
|
|
638
|
+
"resolved": "string",
|
|
639
|
+
"references": {}
|
|
640
|
+
},
|
|
641
|
+
"required": false,
|
|
642
|
+
"optional": true,
|
|
643
|
+
"docs": {
|
|
644
|
+
"tags": [],
|
|
645
|
+
"text": "Identificador de recursos como configura\u00E7\u00F5es e acesso."
|
|
646
|
+
},
|
|
647
|
+
"attribute": "resource-i-d",
|
|
648
|
+
"reflect": false
|
|
649
|
+
},
|
|
650
|
+
"entityName": {
|
|
651
|
+
"type": "string",
|
|
652
|
+
"mutable": false,
|
|
653
|
+
"complexType": {
|
|
654
|
+
"original": "string",
|
|
655
|
+
"resolved": "string",
|
|
656
|
+
"references": {}
|
|
657
|
+
},
|
|
658
|
+
"required": false,
|
|
659
|
+
"optional": true,
|
|
660
|
+
"docs": {
|
|
661
|
+
"tags": [],
|
|
662
|
+
"text": "Nome da entidade detail."
|
|
663
|
+
},
|
|
664
|
+
"attribute": "entity-name",
|
|
665
|
+
"reflect": false
|
|
666
|
+
},
|
|
667
|
+
"label": {
|
|
668
|
+
"type": "string",
|
|
669
|
+
"mutable": false,
|
|
670
|
+
"complexType": {
|
|
671
|
+
"original": "string",
|
|
672
|
+
"resolved": "string",
|
|
673
|
+
"references": {}
|
|
674
|
+
},
|
|
675
|
+
"required": false,
|
|
676
|
+
"optional": true,
|
|
677
|
+
"docs": {
|
|
678
|
+
"tags": [],
|
|
679
|
+
"text": "Descri\u00E7\u00E3o amig\u00E1vel do cadastro detalhe."
|
|
680
|
+
},
|
|
681
|
+
"attribute": "label",
|
|
682
|
+
"reflect": false
|
|
683
|
+
},
|
|
684
|
+
"dataUnit": {
|
|
685
|
+
"type": "unknown",
|
|
686
|
+
"mutable": true,
|
|
687
|
+
"complexType": {
|
|
688
|
+
"original": "DataUnit",
|
|
689
|
+
"resolved": "DataUnit",
|
|
690
|
+
"references": {
|
|
691
|
+
"DataUnit": {
|
|
692
|
+
"location": "import",
|
|
693
|
+
"path": "@sankhyalabs/core"
|
|
694
|
+
}
|
|
695
|
+
}
|
|
696
|
+
},
|
|
697
|
+
"required": false,
|
|
698
|
+
"optional": true,
|
|
699
|
+
"docs": {
|
|
700
|
+
"tags": [],
|
|
701
|
+
"text": "Inst\u00E2ncia do DataUnit detail."
|
|
702
|
+
}
|
|
703
|
+
},
|
|
704
|
+
"selectedForm": {
|
|
705
|
+
"type": "string",
|
|
706
|
+
"mutable": true,
|
|
707
|
+
"complexType": {
|
|
708
|
+
"original": "string",
|
|
709
|
+
"resolved": "string",
|
|
710
|
+
"references": {}
|
|
711
|
+
},
|
|
712
|
+
"required": false,
|
|
713
|
+
"optional": true,
|
|
714
|
+
"docs": {
|
|
715
|
+
"tags": [],
|
|
716
|
+
"text": "Representa o formul\u00E1rio selecionado na inicializa\u00E7\u00E3o.\nAp\u00F3s o primeiro render, o estado interno _selectedSheet assume o controle."
|
|
717
|
+
},
|
|
718
|
+
"attribute": "selected-form",
|
|
719
|
+
"reflect": false
|
|
720
|
+
},
|
|
721
|
+
"dataState": {
|
|
722
|
+
"type": "unknown",
|
|
723
|
+
"mutable": true,
|
|
724
|
+
"complexType": {
|
|
725
|
+
"original": "DataState",
|
|
726
|
+
"resolved": "DataState",
|
|
727
|
+
"references": {
|
|
728
|
+
"DataState": {
|
|
729
|
+
"location": "import",
|
|
730
|
+
"path": "../../../snk-data-unit/snk-data-unit"
|
|
731
|
+
}
|
|
732
|
+
}
|
|
733
|
+
},
|
|
734
|
+
"required": false,
|
|
735
|
+
"optional": true,
|
|
736
|
+
"docs": {
|
|
737
|
+
"tags": [],
|
|
738
|
+
"text": "Representa o estado do dataUnit detail."
|
|
739
|
+
}
|
|
740
|
+
},
|
|
741
|
+
"messagesBuilder": {
|
|
742
|
+
"type": "unknown",
|
|
743
|
+
"mutable": true,
|
|
744
|
+
"complexType": {
|
|
745
|
+
"original": "SnkMessageBuilder",
|
|
746
|
+
"resolved": "SnkMessageBuilder",
|
|
747
|
+
"references": {
|
|
748
|
+
"SnkMessageBuilder": {
|
|
749
|
+
"location": "import",
|
|
750
|
+
"path": "../../../../lib/message/SnkMessageBuilder"
|
|
751
|
+
}
|
|
752
|
+
}
|
|
753
|
+
},
|
|
754
|
+
"required": false,
|
|
755
|
+
"optional": true,
|
|
756
|
+
"docs": {
|
|
757
|
+
"tags": [],
|
|
758
|
+
"text": ""
|
|
759
|
+
}
|
|
760
|
+
},
|
|
761
|
+
"canEdit": {
|
|
762
|
+
"type": "boolean",
|
|
763
|
+
"mutable": false,
|
|
764
|
+
"complexType": {
|
|
765
|
+
"original": "boolean",
|
|
766
|
+
"resolved": "boolean",
|
|
767
|
+
"references": {}
|
|
768
|
+
},
|
|
769
|
+
"required": false,
|
|
770
|
+
"optional": false,
|
|
771
|
+
"docs": {
|
|
772
|
+
"tags": [],
|
|
773
|
+
"text": "Define se a edi\u00E7\u00E3o est\u00E1 habilitada na grid."
|
|
774
|
+
},
|
|
775
|
+
"attribute": "can-edit",
|
|
776
|
+
"reflect": false,
|
|
777
|
+
"defaultValue": "true"
|
|
778
|
+
},
|
|
779
|
+
"taskbarCustomContainerId": {
|
|
780
|
+
"type": "string",
|
|
781
|
+
"mutable": false,
|
|
782
|
+
"complexType": {
|
|
783
|
+
"original": "string",
|
|
784
|
+
"resolved": "string",
|
|
785
|
+
"references": {}
|
|
786
|
+
},
|
|
787
|
+
"required": false,
|
|
788
|
+
"optional": true,
|
|
789
|
+
"docs": {
|
|
790
|
+
"tags": [],
|
|
791
|
+
"text": "Define o identificador do container de elementos customizados da Taskbar."
|
|
792
|
+
},
|
|
793
|
+
"attribute": "taskbar-custom-container-id",
|
|
794
|
+
"reflect": false
|
|
795
|
+
},
|
|
796
|
+
"customEditors": {
|
|
797
|
+
"type": "unknown",
|
|
798
|
+
"mutable": false,
|
|
799
|
+
"complexType": {
|
|
800
|
+
"original": "PropsCustomEditor",
|
|
801
|
+
"resolved": "PropsCustomEditor",
|
|
802
|
+
"references": {
|
|
803
|
+
"PropsCustomEditor": {
|
|
804
|
+
"location": "import",
|
|
805
|
+
"path": "../../interfaces/PropsCustomEditor"
|
|
806
|
+
}
|
|
807
|
+
}
|
|
808
|
+
},
|
|
809
|
+
"required": false,
|
|
810
|
+
"optional": true,
|
|
811
|
+
"docs": {
|
|
812
|
+
"tags": [],
|
|
813
|
+
"text": "Registra um editor customizado para campos da grade e formul\u00E1rio."
|
|
814
|
+
}
|
|
815
|
+
},
|
|
816
|
+
"customRenders": {
|
|
817
|
+
"type": "unknown",
|
|
818
|
+
"mutable": false,
|
|
819
|
+
"complexType": {
|
|
820
|
+
"original": "PropsCustomRender",
|
|
821
|
+
"resolved": "PropsCustomRender",
|
|
822
|
+
"references": {
|
|
823
|
+
"PropsCustomRender": {
|
|
824
|
+
"location": "import",
|
|
825
|
+
"path": "../../interfaces/PropsCustomRender"
|
|
826
|
+
}
|
|
827
|
+
}
|
|
828
|
+
},
|
|
829
|
+
"required": false,
|
|
830
|
+
"optional": true,
|
|
831
|
+
"docs": {
|
|
832
|
+
"tags": [],
|
|
833
|
+
"text": "Render customizados da grade."
|
|
834
|
+
}
|
|
835
|
+
},
|
|
836
|
+
"presentationMode": {
|
|
837
|
+
"type": "string",
|
|
838
|
+
"mutable": false,
|
|
839
|
+
"complexType": {
|
|
840
|
+
"original": "PresentationMode",
|
|
841
|
+
"resolved": "PresentationMode.PRIMARY | PresentationMode.SECONDARY | PresentationMode.SINGLE_TASKBAR",
|
|
842
|
+
"references": {
|
|
843
|
+
"PresentationMode": {
|
|
844
|
+
"location": "import",
|
|
845
|
+
"path": "../../../../lib"
|
|
846
|
+
}
|
|
847
|
+
}
|
|
848
|
+
},
|
|
849
|
+
"required": false,
|
|
850
|
+
"optional": false,
|
|
851
|
+
"docs": {
|
|
852
|
+
"tags": [],
|
|
853
|
+
"text": "Altera o modo de apresenta\u00E7\u00E3o dos bot\u00F5es do snk-taskbar."
|
|
854
|
+
},
|
|
855
|
+
"attribute": "presentation-mode",
|
|
856
|
+
"reflect": false,
|
|
857
|
+
"defaultValue": "PresentationMode.SECONDARY"
|
|
858
|
+
}
|
|
859
|
+
};
|
|
860
|
+
}
|
|
861
|
+
static get states() {
|
|
862
|
+
return {
|
|
863
|
+
"_currentView": {},
|
|
864
|
+
"attachmentRegisterKey": {},
|
|
865
|
+
"_fieldToGetFocus": {},
|
|
866
|
+
"_hasToCreateFieldSearch": {},
|
|
867
|
+
"_selectedSheet": {},
|
|
868
|
+
"_internalErrorTabs": {},
|
|
869
|
+
"_selectedRecordPKDisplay": {}
|
|
870
|
+
};
|
|
871
|
+
}
|
|
872
|
+
static get methods() {
|
|
873
|
+
return {
|
|
874
|
+
"changeViewMode": {
|
|
875
|
+
"complexType": {
|
|
876
|
+
"signature": "(mode: VIEW_MODE) => Promise<void>",
|
|
877
|
+
"parameters": [{
|
|
878
|
+
"tags": [{
|
|
879
|
+
"name": "param",
|
|
880
|
+
"text": "mode - Novo modo que o componente deve ser apresentado."
|
|
881
|
+
}],
|
|
882
|
+
"text": "- Novo modo que o componente deve ser apresentado."
|
|
883
|
+
}],
|
|
884
|
+
"references": {
|
|
885
|
+
"Promise": {
|
|
886
|
+
"location": "global"
|
|
887
|
+
},
|
|
888
|
+
"VIEW_MODE": {
|
|
889
|
+
"location": "import",
|
|
890
|
+
"path": "../../../../lib/utils/constants"
|
|
891
|
+
}
|
|
892
|
+
},
|
|
893
|
+
"return": "Promise<void>"
|
|
894
|
+
},
|
|
895
|
+
"docs": {
|
|
896
|
+
"text": "Muda o modo de visualiza\u00E7\u00E3o do componente entre VIEW_MODE.GRID e VIEW_MODE.FORM",
|
|
897
|
+
"tags": [{
|
|
898
|
+
"name": "param",
|
|
899
|
+
"text": "mode - Novo modo que o componente deve ser apresentado."
|
|
900
|
+
}]
|
|
901
|
+
}
|
|
902
|
+
},
|
|
903
|
+
"configGrid": {
|
|
904
|
+
"complexType": {
|
|
905
|
+
"signature": "() => Promise<void>",
|
|
906
|
+
"parameters": [],
|
|
907
|
+
"references": {
|
|
908
|
+
"Promise": {
|
|
909
|
+
"location": "global"
|
|
910
|
+
}
|
|
911
|
+
},
|
|
912
|
+
"return": "Promise<void>"
|
|
913
|
+
},
|
|
914
|
+
"docs": {
|
|
915
|
+
"text": "Abre o configurador de grid.",
|
|
916
|
+
"tags": []
|
|
917
|
+
}
|
|
918
|
+
},
|
|
919
|
+
"showUp": {
|
|
920
|
+
"complexType": {
|
|
921
|
+
"signature": "() => Promise<void>",
|
|
922
|
+
"parameters": [],
|
|
923
|
+
"references": {
|
|
924
|
+
"Promise": {
|
|
925
|
+
"location": "global"
|
|
926
|
+
}
|
|
927
|
+
},
|
|
928
|
+
"return": "Promise<void>"
|
|
929
|
+
},
|
|
930
|
+
"docs": {
|
|
931
|
+
"text": "",
|
|
932
|
+
"tags": []
|
|
933
|
+
}
|
|
934
|
+
},
|
|
935
|
+
"addCustomEditor": {
|
|
936
|
+
"complexType": {
|
|
937
|
+
"signature": "(fieldName: string, customEditor: ICustomEditor) => Promise<void>",
|
|
938
|
+
"parameters": [{
|
|
939
|
+
"tags": [],
|
|
940
|
+
"text": ""
|
|
941
|
+
}, {
|
|
942
|
+
"tags": [],
|
|
943
|
+
"text": ""
|
|
944
|
+
}],
|
|
945
|
+
"references": {
|
|
946
|
+
"Promise": {
|
|
947
|
+
"location": "global"
|
|
948
|
+
},
|
|
949
|
+
"ICustomEditor": {
|
|
950
|
+
"location": "import",
|
|
951
|
+
"path": "@sankhyalabs/ezui/dist/types/utils"
|
|
952
|
+
}
|
|
953
|
+
},
|
|
954
|
+
"return": "Promise<void>"
|
|
955
|
+
},
|
|
956
|
+
"docs": {
|
|
957
|
+
"text": "Registra um editor customizado para campos da grade e formul\u00E1rio.",
|
|
958
|
+
"tags": []
|
|
959
|
+
}
|
|
960
|
+
},
|
|
961
|
+
"addGridCustomRender": {
|
|
962
|
+
"complexType": {
|
|
963
|
+
"signature": "(fieldName: string, customRender: ICustomRender) => Promise<void>",
|
|
964
|
+
"parameters": [{
|
|
965
|
+
"tags": [],
|
|
966
|
+
"text": ""
|
|
967
|
+
}, {
|
|
968
|
+
"tags": [],
|
|
969
|
+
"text": ""
|
|
970
|
+
}],
|
|
971
|
+
"references": {
|
|
972
|
+
"Promise": {
|
|
973
|
+
"location": "global"
|
|
974
|
+
},
|
|
975
|
+
"ICustomRender": {
|
|
976
|
+
"location": "import",
|
|
977
|
+
"path": "@sankhyalabs/ezui/dist/types/utils"
|
|
978
|
+
}
|
|
979
|
+
},
|
|
980
|
+
"return": "Promise<void>"
|
|
981
|
+
},
|
|
982
|
+
"docs": {
|
|
983
|
+
"text": "Registra um render customizado para colunas da grid.",
|
|
984
|
+
"tags": []
|
|
985
|
+
}
|
|
986
|
+
}
|
|
987
|
+
};
|
|
988
|
+
}
|
|
989
|
+
static get elementRef() { return "_element"; }
|
|
990
|
+
static get watchers() {
|
|
991
|
+
return [{
|
|
992
|
+
"propName": "dataUnit",
|
|
993
|
+
"methodName": "observeDataUnit"
|
|
994
|
+
}, {
|
|
995
|
+
"propName": "dataState",
|
|
996
|
+
"methodName": "observerDataState"
|
|
997
|
+
}, {
|
|
998
|
+
"propName": "customEditors",
|
|
999
|
+
"methodName": "observerPropsCustomEditor"
|
|
1000
|
+
}, {
|
|
1001
|
+
"propName": "customRenders",
|
|
1002
|
+
"methodName": "observeCustomRenders"
|
|
1003
|
+
}];
|
|
1004
|
+
}
|
|
1005
|
+
static get listeners() {
|
|
1006
|
+
return [{
|
|
1007
|
+
"name": "snkContentCardChanged",
|
|
1008
|
+
"method": "onContentCardChanged",
|
|
1009
|
+
"target": undefined,
|
|
1010
|
+
"capture": false,
|
|
1011
|
+
"passive": false
|
|
1012
|
+
}];
|
|
1013
|
+
}
|
|
1014
|
+
}
|
|
1015
|
+
SnkDynaformDetailView.MAIN_TAB = "__main";
|