@sankhyalabs/sankhyablocks 0.0.0-bugfix-dev-KB-121322.0 → 0.0.0-bugfix-dev-KB-132392.0
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/dist/cjs/{ConfigStorage-72f34bd4.js → ConfigStorage-d9d24844.js} +2 -2
- package/dist/cjs/{DataFetcher-991b0349.js → DataFetcher-3a8ea521.js} +2 -2751
- package/dist/cjs/{FormConfigHelper-e253a418.js → FormConfigHelper-28fe4668.js} +3 -1
- package/dist/cjs/{ISave-ebf6b4ed.js → ISave-a66bb65e.js} +1 -1
- package/dist/cjs/ImageUtils-5e3f406b.js +142 -0
- package/dist/cjs/{PersonalizedFilterUtils-7259cf65.js → PersonalizedFilterUtils-eccb267a.js} +13 -0
- package/dist/cjs/{SnkFormConfigManager-cdbb29d4.js → SnkFormConfigManager-c88cf1e9.js} +5 -5
- package/dist/cjs/SnkMessageBuilder-d9558dba.js +2809 -0
- package/dist/cjs/{SnkMultiSelectionListDataSource-011bec79.js → SnkMultiSelectionListDataSource-a891430e.js} +5 -5
- package/dist/cjs/{auth-fetcher-c3cac878.js → auth-fetcher-faa61f64.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-4320f7ec.js} +3 -2
- 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 +5 -5
- package/dist/cjs/fields-selector.cjs.entry.js +2 -2
- package/dist/cjs/{form-config-fetcher-c7af90d8.js → form-config-fetcher-72cf0e3d.js} +1 -1
- package/dist/cjs/guides-configurator.cjs.entry.js +3 -3
- package/dist/cjs/{index-1cf293c1.js → index-1894343a.js} +1525 -173
- 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 -5
- 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 → snk-actions-button_8.cjs.entry.js} +8 -57
- package/dist/cjs/snk-actions-form.cjs.entry.js +1 -1
- package/dist/cjs/snk-application.cjs.entry.js +29 -9
- package/dist/cjs/snk-attach.cjs.entry.js +10 -9
- package/dist/cjs/snk-client-confirm.cjs.entry.js +1 -1
- package/dist/cjs/snk-configurator.cjs.entry.js +1 -1
- package/dist/cjs/snk-crud.cjs.entry.js +18 -12
- 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 +7 -6
- package/dist/cjs/{snk-data-unit-7d587ad5.js → snk-data-unit-b54fdf9a.js} +21 -12
- package/dist/cjs/snk-data-unit.cjs.entry.js +5 -4
- package/dist/cjs/snk-default-filter.cjs.entry.js +1 -1
- package/dist/cjs/snk-detail-view.cjs.entry.js +18 -14
- package/dist/cjs/snk-entity-list.cjs.entry.js +1 -1
- package/dist/cjs/snk-exporter-email-sender.cjs.entry.js +1 -1
- package/dist/cjs/snk-expression-group_2.cjs.entry.js +2 -2
- package/dist/cjs/snk-filter-advanced-mode_2.cjs.entry.js +2 -2
- package/dist/cjs/snk-filter-bar_4.cjs.entry.js +59 -25
- 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-detail.cjs.entry.js +3 -3
- package/dist/cjs/snk-filter-field-search_2.cjs.entry.js +2 -2
- package/dist/cjs/snk-filter-modal-item.cjs.entry.js +5 -4
- 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 +1 -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 +73 -8
- package/dist/cjs/snk-form_2.cjs.entry.js +22 -11
- package/dist/cjs/snk-grid.cjs.entry.js +26 -17
- package/dist/cjs/{snk-guides-viewer-366d5c32.js → snk-guides-viewer-c252149f.js} +51 -64
- package/dist/cjs/snk-guides-viewer.cjs.entry.js +11 -10
- package/dist/cjs/snk-image-input.cjs.entry.js +148 -0
- package/dist/cjs/snk-layout-form-config.cjs.entry.js +72 -0
- package/dist/cjs/snk-personalized-filter-editor.cjs.entry.js +1 -1
- package/dist/cjs/snk-personalized-filter.cjs.entry.js +7 -6
- package/dist/cjs/snk-pesquisa.cjs.entry.js +6 -6
- package/dist/cjs/snk-print-selector.cjs.entry.js +1 -1
- package/dist/cjs/snk-simple-bar.cjs.entry.js +1 -1
- package/dist/cjs/snk-simple-crud.cjs.entry.js +15 -21
- package/dist/cjs/snk-taskbar.cjs.entry.js +3 -3
- package/dist/cjs/{taskbar-elements-fb5d1e08.js → taskbar-elements-8a80420e.js} +2 -2
- package/dist/cjs/teste-pesquisa.cjs.entry.js +1 -1
- package/dist/collection/collection-manifest.json +7 -0
- 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.js +1 -1
- package/dist/collection/components/snk-crud/snk-crud.js +24 -6
- package/dist/collection/components/snk-crud/subcomponents/GuideBuilder.js +1 -1
- package/dist/collection/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.js +4 -1
- package/dist/collection/components/snk-crud/subcomponents/snk-form-view.js +93 -8
- package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.js +59 -58
- 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-unit/snk-data-unit.js +9 -0
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-number.js +13 -9
- 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-text.js +1 -1
- package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-detail.js +1 -1
- package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-item.css +4 -0
- package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-item.js +7 -1
- package/dist/collection/components/snk-filter-bar/filter-modal/snk-filter-modal.css +1 -0
- package/dist/collection/components/snk-filter-bar/filter-modal/snk-filter-modal.js +15 -4
- package/dist/collection/components/snk-filter-bar/snk-filter-bar.js +30 -13
- 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 -3
- 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 +5 -5
- package/dist/collection/components/snk-grid/snk-grid.js +16 -9
- package/dist/collection/components/snk-image-input/snk-image-input.css +3 -0
- package/dist/collection/components/snk-image-input/snk-image-input.js +326 -0
- package/dist/collection/components/snk-image-input/utils/ImageUtils.js +133 -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/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 +23 -12
- 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/snk-crud.msg.js +1 -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/snk-crud.msg.js +1 -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/snk-configurator.msg.js +1 -1
- package/dist/collection/lib/message/resources/pt-br/snk-crud.msg.js +1 -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/components/DataFetcher.js +3 -2731
- package/dist/components/PersonalizedFilterUtils.js +13 -0
- package/dist/components/SnkFormConfigManager.js +3 -3
- package/dist/components/SnkMessageBuilder.js +2807 -0
- package/dist/components/dataunit-fetcher.js +2 -1
- package/dist/components/field-config2.js +4 -2
- package/dist/components/fields-layout2.js +4 -4
- package/dist/components/guides-configurator2.js +2 -2
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +2 -0
- package/dist/components/index2.js +90 -21
- package/dist/components/snk-application2.js +22 -2
- package/dist/components/snk-attach2.js +3 -2
- package/dist/components/snk-crud.js +78 -68
- 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-unit2.js +10 -1
- package/dist/components/snk-detail-view2.js +145 -143
- package/dist/components/snk-filter-bar2.js +30 -13
- package/dist/components/snk-filter-detail2.js +1 -1
- package/dist/components/snk-filter-item2.js +8 -2
- package/dist/components/snk-filter-modal2.js +16 -6
- package/dist/components/snk-filter-number.js +12 -8
- package/dist/components/snk-filter-period.js +13 -6
- 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 +82 -10
- package/dist/components/snk-grid2.js +17 -9
- 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 +302 -0
- package/dist/components/snk-layout-form-config2.js +1 -1
- package/dist/components/snk-pesquisa2.js +0 -1
- package/dist/components/snk-simple-crud2.js +6 -12
- package/dist/components/snk-view-representation2.js +1 -1
- package/dist/esm/{ConfigStorage-22324b6b.js → ConfigStorage-d15d2014.js} +2 -2
- package/dist/esm/{DataFetcher-450828a0.js → DataFetcher-1dd7e8c0.js} +3 -2731
- package/dist/esm/{FormConfigHelper-e89ca25c.js → FormConfigHelper-d09669f3.js} +3 -1
- package/dist/esm/{ISave-61153166.js → ISave-498c4831.js} +1 -1
- package/dist/esm/ImageUtils-8fc8d905.js +136 -0
- package/dist/esm/{PersonalizedFilterUtils-2db38ff2.js → PersonalizedFilterUtils-d2439a9a.js} +13 -0
- package/dist/esm/{SnkFormConfigManager-b5a92e12.js → SnkFormConfigManager-86befa68.js} +5 -5
- package/dist/esm/SnkMessageBuilder-c0bc4424.js +2807 -0
- package/dist/esm/{SnkMultiSelectionListDataSource-d7ce2e54.js → SnkMultiSelectionListDataSource-14633bf6.js} +5 -5
- package/dist/esm/{auth-fetcher-eef9d01e.js → auth-fetcher-69cbda8d.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-3d5c4ae4.js} +2 -1
- 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 +5 -5
- package/dist/esm/fields-selector.entry.js +2 -2
- package/dist/esm/{form-config-fetcher-8d0a5e1c.js → form-config-fetcher-fcc7b62f.js} +1 -1
- package/dist/esm/guides-configurator.entry.js +3 -3
- package/dist/esm/{index-479e1293.js → index-04f73a26.js} +1517 -173
- 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 -5
- 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 → snk-actions-button_8.entry.js} +9 -57
- package/dist/esm/snk-actions-form.entry.js +1 -1
- package/dist/esm/snk-application.entry.js +28 -8
- package/dist/esm/snk-attach.entry.js +9 -8
- package/dist/esm/snk-client-confirm.entry.js +1 -1
- package/dist/esm/snk-configurator.entry.js +1 -1
- package/dist/esm/snk-crud.entry.js +18 -12
- 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 +7 -6
- package/dist/esm/{snk-data-unit-99616a07.js → snk-data-unit-363c3551.js} +12 -3
- package/dist/esm/snk-data-unit.entry.js +5 -4
- package/dist/esm/snk-default-filter.entry.js +1 -1
- package/dist/esm/snk-detail-view.entry.js +16 -12
- package/dist/esm/snk-entity-list.entry.js +1 -1
- package/dist/esm/snk-exporter-email-sender.entry.js +1 -1
- package/dist/esm/snk-expression-group_2.entry.js +2 -2
- package/dist/esm/snk-filter-advanced-mode_2.entry.js +2 -2
- package/dist/esm/snk-filter-bar_4.entry.js +59 -25
- 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-detail.entry.js +3 -3
- package/dist/esm/snk-filter-field-search_2.entry.js +2 -2
- package/dist/esm/snk-filter-modal-item.entry.js +5 -4
- 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 +1 -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 +74 -9
- package/dist/esm/snk-form_2.entry.js +22 -11
- package/dist/esm/snk-grid.entry.js +26 -17
- package/dist/esm/{snk-guides-viewer-240de636.js → snk-guides-viewer-988e7e1a.js} +51 -64
- package/dist/esm/snk-guides-viewer.entry.js +11 -10
- package/dist/esm/snk-image-input.entry.js +144 -0
- package/dist/esm/snk-layout-form-config.entry.js +68 -0
- package/dist/esm/snk-personalized-filter-editor.entry.js +1 -1
- package/dist/esm/snk-personalized-filter.entry.js +7 -6
- package/dist/esm/snk-pesquisa.entry.js +6 -6
- package/dist/esm/snk-print-selector.entry.js +1 -1
- package/dist/esm/snk-simple-bar.entry.js +1 -1
- package/dist/esm/snk-simple-crud.entry.js +15 -21
- package/dist/esm/snk-taskbar.entry.js +3 -3
- package/dist/esm/{taskbar-elements-faaf5d8f.js → taskbar-elements-d1e63fb2.js} +2 -2
- package/dist/esm/teste-pesquisa.entry.js +1 -1
- package/dist/sankhyablocks/{p-7f7fe6c4.entry.js → p-0a160fb5.entry.js} +1 -1
- package/dist/sankhyablocks/p-10cad767.entry.js +1 -0
- package/dist/sankhyablocks/{p-162bddae.entry.js → p-175c9576.entry.js} +1 -1
- package/dist/sankhyablocks/p-18cc9111.entry.js +1 -0
- package/dist/sankhyablocks/p-1df34264.entry.js +11 -0
- package/dist/sankhyablocks/p-27d6590e.js +1 -0
- package/dist/sankhyablocks/{p-c4fcf1fb.entry.js → p-27e0cd68.entry.js} +1 -1
- package/dist/sankhyablocks/p-2a356340.entry.js +1 -0
- package/dist/sankhyablocks/{p-9a63f3f7.entry.js → p-2b882835.entry.js} +1 -1
- package/dist/sankhyablocks/p-2c9d0870.js +2 -0
- package/dist/sankhyablocks/{p-cb4343c4.entry.js → p-2cc2526e.entry.js} +1 -1
- package/dist/sankhyablocks/{p-62aef37a.js → p-2ccbbeec.js} +1 -1
- package/dist/sankhyablocks/{p-75af335e.entry.js → p-2ebda226.entry.js} +1 -1
- package/dist/sankhyablocks/p-30641d55.entry.js +1 -0
- package/dist/sankhyablocks/{p-840fb68c.js → p-32ad76cc.js} +1 -1
- package/dist/sankhyablocks/p-3a35917e.entry.js +1 -0
- package/dist/sankhyablocks/p-3b07c117.entry.js +1 -0
- package/dist/sankhyablocks/{p-49ddc27a.entry.js → p-438a225f.entry.js} +1 -1
- package/dist/sankhyablocks/p-43d84207.entry.js +1 -0
- package/dist/sankhyablocks/p-48c580b9.entry.js +1 -0
- package/dist/sankhyablocks/p-4d2f5708.entry.js +1 -0
- package/dist/sankhyablocks/p-4ff3b494.js +1 -0
- package/dist/sankhyablocks/{p-27482793.entry.js → p-5aae5c74.entry.js} +1 -1
- package/dist/sankhyablocks/p-6564180d.entry.js +1 -0
- package/dist/sankhyablocks/p-685bc841.js +60 -0
- package/dist/sankhyablocks/p-68c1a093.js +1 -0
- package/dist/sankhyablocks/{p-0b9a42ad.entry.js → p-7150eacf.entry.js} +1 -1
- 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-7c4f4851.js +1 -0
- package/dist/sankhyablocks/{p-92cfc028.js → p-7e9f8fa4.js} +1 -1
- package/dist/sankhyablocks/{p-118c221e.js → p-8b4d6719.js} +1 -1
- package/dist/sankhyablocks/{p-3d41f5a8.entry.js → p-8d946600.entry.js} +1 -1
- package/dist/sankhyablocks/{p-96d45943.entry.js → p-90ae6c2e.entry.js} +1 -1
- package/dist/sankhyablocks/{p-7d6f1285.js → p-9114e869.js} +1 -1
- package/dist/sankhyablocks/{p-21107f0d.entry.js → p-9c1ff75e.entry.js} +1 -1
- package/dist/sankhyablocks/{p-2fdac5e6.entry.js → p-9e109f5e.entry.js} +1 -1
- package/dist/sankhyablocks/p-a2a9f520.entry.js +1 -0
- package/dist/sankhyablocks/p-a46ac091.js +1 -0
- package/dist/sankhyablocks/p-a65559fe.entry.js +1 -0
- package/dist/sankhyablocks/p-a73b6b00.js +1 -0
- package/dist/sankhyablocks/{p-c35fc941.js → p-a9839628.js} +1 -1
- package/dist/sankhyablocks/p-adc59e2c.entry.js +1 -0
- package/dist/sankhyablocks/{p-180716b2.entry.js → p-ae326d06.entry.js} +1 -1
- package/dist/sankhyablocks/p-b16322aa.js +1 -0
- package/dist/sankhyablocks/{p-c98c79c3.entry.js → p-b471bfab.entry.js} +1 -1
- package/dist/sankhyablocks/p-b555ce38.entry.js +1 -0
- package/dist/sankhyablocks/p-bb81a356.entry.js +1 -0
- package/dist/sankhyablocks/p-bdf0077f.js +1 -0
- package/dist/sankhyablocks/p-c3ec6642.js +19 -0
- package/dist/sankhyablocks/p-c6a97fda.entry.js +1 -0
- package/dist/sankhyablocks/{p-91a9abb6.entry.js → p-c8043a53.entry.js} +1 -1
- package/dist/sankhyablocks/p-c860552e.entry.js +1 -0
- package/dist/sankhyablocks/{p-c3dbf441.entry.js → p-cc64239c.entry.js} +1 -1
- package/dist/sankhyablocks/{p-b987e15d.js → p-cc9935af.js} +1 -1
- package/dist/sankhyablocks/{p-471b34f4.entry.js → p-cd00a3d1.entry.js} +1 -1
- 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-002d4d2b.js → p-e0a6818c.js} +1 -1
- package/dist/sankhyablocks/p-e0e3914e.entry.js +1 -0
- package/dist/sankhyablocks/p-e30acdca.entry.js +1 -0
- package/dist/sankhyablocks/p-e973a5d4.entry.js +1 -0
- package/dist/sankhyablocks/p-ebce5394.entry.js +1 -0
- package/dist/sankhyablocks/p-ee56dda6.entry.js +1 -0
- package/dist/sankhyablocks/p-ef9343c3.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-fc5e95f4.entry.js +1 -0
- package/dist/sankhyablocks/p-fce86770.entry.js +1 -0
- package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
- package/dist/types/components/snk-application/snk-application.d.ts +1 -1
- package/dist/types/components/snk-crud/snk-crud.d.ts +5 -1
- 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 +9 -7
- package/dist/types/components/snk-custom-slot-guide/snk-custom-slot-guide.d.ts +16 -0
- package/dist/types/components/snk-data-unit/snk-data-unit.d.ts +1 -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/snk-filter-item.d.ts +1 -1
- package/dist/types/components/snk-filter-bar/filter-modal/snk-filter-modal.d.ts +2 -1
- 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 +1 -0
- package/dist/types/components/snk-image-input/snk-image-input.d.ts +56 -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.d.ts +134 -1
- 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 +1 -1
- package/react/components.d.ts +2 -0
- package/react/components.js +2 -0
- package/react/components.js.map +1 -1
- package/dist/sankhyablocks/p-093f58fa.entry.js +0 -1
- package/dist/sankhyablocks/p-0948dc0a.entry.js +0 -11
- package/dist/sankhyablocks/p-16f05a66.entry.js +0 -1
- package/dist/sankhyablocks/p-1d589380.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-4963dd2a.entry.js +0 -1
- 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-62e9b9b8.entry.js +0 -1
- package/dist/sankhyablocks/p-669bb869.entry.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-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-988afe78.js +0 -1
- package/dist/sankhyablocks/p-ada013c0.entry.js +0 -1
- package/dist/sankhyablocks/p-b7e891cc.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-f5e942b7.entry.js +0 -1
|
@@ -0,0 +1,389 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
/*
|
|
4
|
+
Stencil Client Platform v2.22.3 | MIT Licensed | https://stenciljs.com
|
|
5
|
+
*/
|
|
6
|
+
/**
|
|
7
|
+
* @license
|
|
8
|
+
* Copyright Google Inc. All Rights Reserved.
|
|
9
|
+
*
|
|
10
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
11
|
+
* found in the LICENSE file at https://angular.io/license
|
|
12
|
+
*
|
|
13
|
+
* This file is a port of shadowCSS from webcomponents.js to TypeScript.
|
|
14
|
+
* https://github.com/webcomponents/webcomponentsjs/blob/4efecd7e0e/src/ShadowCSS/ShadowCSS.js
|
|
15
|
+
* https://github.com/angular/angular/blob/master/packages/compiler/src/shadow_css.ts
|
|
16
|
+
*/
|
|
17
|
+
const safeSelector = (selector) => {
|
|
18
|
+
const placeholders = [];
|
|
19
|
+
let index = 0;
|
|
20
|
+
// Replaces attribute selectors with placeholders.
|
|
21
|
+
// The WS in [attr="va lue"] would otherwise be interpreted as a selector separator.
|
|
22
|
+
selector = selector.replace(/(\[[^\]]*\])/g, (_, keep) => {
|
|
23
|
+
const replaceBy = `__ph-${index}__`;
|
|
24
|
+
placeholders.push(keep);
|
|
25
|
+
index++;
|
|
26
|
+
return replaceBy;
|
|
27
|
+
});
|
|
28
|
+
// Replaces the expression in `:nth-child(2n + 1)` with a placeholder.
|
|
29
|
+
// WS and "+" would otherwise be interpreted as selector separators.
|
|
30
|
+
const content = selector.replace(/(:nth-[-\w]+)(\([^)]+\))/g, (_, pseudo, exp) => {
|
|
31
|
+
const replaceBy = `__ph-${index}__`;
|
|
32
|
+
placeholders.push(exp);
|
|
33
|
+
index++;
|
|
34
|
+
return pseudo + replaceBy;
|
|
35
|
+
});
|
|
36
|
+
const ss = {
|
|
37
|
+
content,
|
|
38
|
+
placeholders,
|
|
39
|
+
};
|
|
40
|
+
return ss;
|
|
41
|
+
};
|
|
42
|
+
const restoreSafeSelector = (placeholders, content) => {
|
|
43
|
+
return content.replace(/__ph-(\d+)__/g, (_, index) => placeholders[+index]);
|
|
44
|
+
};
|
|
45
|
+
const _polyfillHost = '-shadowcsshost';
|
|
46
|
+
const _polyfillSlotted = '-shadowcssslotted';
|
|
47
|
+
// note: :host-context pre-processed to -shadowcsshostcontext.
|
|
48
|
+
const _polyfillHostContext = '-shadowcsscontext';
|
|
49
|
+
const _parenSuffix = ')(?:\\((' + '(?:\\([^)(]*\\)|[^)(]*)+?' + ')\\))?([^,{]*)';
|
|
50
|
+
const _cssColonHostRe = new RegExp('(' + _polyfillHost + _parenSuffix, 'gim');
|
|
51
|
+
const _cssColonHostContextRe = new RegExp('(' + _polyfillHostContext + _parenSuffix, 'gim');
|
|
52
|
+
const _cssColonSlottedRe = new RegExp('(' + _polyfillSlotted + _parenSuffix, 'gim');
|
|
53
|
+
const _polyfillHostNoCombinator = _polyfillHost + '-no-combinator';
|
|
54
|
+
const _polyfillHostNoCombinatorRe = /-shadowcsshost-no-combinator([^\s]*)/;
|
|
55
|
+
const _shadowDOMSelectorsRe = [/::shadow/g, /::content/g];
|
|
56
|
+
const _selectorReSuffix = '([>\\s~+[.,{:][\\s\\S]*)?$';
|
|
57
|
+
const _polyfillHostRe = /-shadowcsshost/gim;
|
|
58
|
+
const _colonHostRe = /:host/gim;
|
|
59
|
+
const _colonSlottedRe = /::slotted/gim;
|
|
60
|
+
const _colonHostContextRe = /:host-context/gim;
|
|
61
|
+
const _commentRe = /\/\*\s*[\s\S]*?\*\//g;
|
|
62
|
+
const stripComments = (input) => {
|
|
63
|
+
return input.replace(_commentRe, '');
|
|
64
|
+
};
|
|
65
|
+
const _commentWithHashRe = /\/\*\s*#\s*source(Mapping)?URL=[\s\S]+?\*\//g;
|
|
66
|
+
const extractCommentsWithHash = (input) => {
|
|
67
|
+
return input.match(_commentWithHashRe) || [];
|
|
68
|
+
};
|
|
69
|
+
const _ruleRe = /(\s*)([^;\{\}]+?)(\s*)((?:{%BLOCK%}?\s*;?)|(?:\s*;))/g;
|
|
70
|
+
const _curlyRe = /([{}])/g;
|
|
71
|
+
const _selectorPartsRe = /(^.*?[^\\])??((:+)(.*)|$)/;
|
|
72
|
+
const OPEN_CURLY = '{';
|
|
73
|
+
const CLOSE_CURLY = '}';
|
|
74
|
+
const BLOCK_PLACEHOLDER = '%BLOCK%';
|
|
75
|
+
const processRules = (input, ruleCallback) => {
|
|
76
|
+
const inputWithEscapedBlocks = escapeBlocks(input);
|
|
77
|
+
let nextBlockIndex = 0;
|
|
78
|
+
return inputWithEscapedBlocks.escapedString.replace(_ruleRe, (...m) => {
|
|
79
|
+
const selector = m[2];
|
|
80
|
+
let content = '';
|
|
81
|
+
let suffix = m[4];
|
|
82
|
+
let contentPrefix = '';
|
|
83
|
+
if (suffix && suffix.startsWith('{' + BLOCK_PLACEHOLDER)) {
|
|
84
|
+
content = inputWithEscapedBlocks.blocks[nextBlockIndex++];
|
|
85
|
+
suffix = suffix.substring(BLOCK_PLACEHOLDER.length + 1);
|
|
86
|
+
contentPrefix = '{';
|
|
87
|
+
}
|
|
88
|
+
const cssRule = {
|
|
89
|
+
selector,
|
|
90
|
+
content,
|
|
91
|
+
};
|
|
92
|
+
const rule = ruleCallback(cssRule);
|
|
93
|
+
return `${m[1]}${rule.selector}${m[3]}${contentPrefix}${rule.content}${suffix}`;
|
|
94
|
+
});
|
|
95
|
+
};
|
|
96
|
+
const escapeBlocks = (input) => {
|
|
97
|
+
const inputParts = input.split(_curlyRe);
|
|
98
|
+
const resultParts = [];
|
|
99
|
+
const escapedBlocks = [];
|
|
100
|
+
let bracketCount = 0;
|
|
101
|
+
let currentBlockParts = [];
|
|
102
|
+
for (let partIndex = 0; partIndex < inputParts.length; partIndex++) {
|
|
103
|
+
const part = inputParts[partIndex];
|
|
104
|
+
if (part === CLOSE_CURLY) {
|
|
105
|
+
bracketCount--;
|
|
106
|
+
}
|
|
107
|
+
if (bracketCount > 0) {
|
|
108
|
+
currentBlockParts.push(part);
|
|
109
|
+
}
|
|
110
|
+
else {
|
|
111
|
+
if (currentBlockParts.length > 0) {
|
|
112
|
+
escapedBlocks.push(currentBlockParts.join(''));
|
|
113
|
+
resultParts.push(BLOCK_PLACEHOLDER);
|
|
114
|
+
currentBlockParts = [];
|
|
115
|
+
}
|
|
116
|
+
resultParts.push(part);
|
|
117
|
+
}
|
|
118
|
+
if (part === OPEN_CURLY) {
|
|
119
|
+
bracketCount++;
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
if (currentBlockParts.length > 0) {
|
|
123
|
+
escapedBlocks.push(currentBlockParts.join(''));
|
|
124
|
+
resultParts.push(BLOCK_PLACEHOLDER);
|
|
125
|
+
}
|
|
126
|
+
const strEscapedBlocks = {
|
|
127
|
+
escapedString: resultParts.join(''),
|
|
128
|
+
blocks: escapedBlocks,
|
|
129
|
+
};
|
|
130
|
+
return strEscapedBlocks;
|
|
131
|
+
};
|
|
132
|
+
const insertPolyfillHostInCssText = (selector) => {
|
|
133
|
+
selector = selector
|
|
134
|
+
.replace(_colonHostContextRe, _polyfillHostContext)
|
|
135
|
+
.replace(_colonHostRe, _polyfillHost)
|
|
136
|
+
.replace(_colonSlottedRe, _polyfillSlotted);
|
|
137
|
+
return selector;
|
|
138
|
+
};
|
|
139
|
+
const convertColonRule = (cssText, regExp, partReplacer) => {
|
|
140
|
+
// m[1] = :host(-context), m[2] = contents of (), m[3] rest of rule
|
|
141
|
+
return cssText.replace(regExp, (...m) => {
|
|
142
|
+
if (m[2]) {
|
|
143
|
+
const parts = m[2].split(',');
|
|
144
|
+
const r = [];
|
|
145
|
+
for (let i = 0; i < parts.length; i++) {
|
|
146
|
+
const p = parts[i].trim();
|
|
147
|
+
if (!p)
|
|
148
|
+
break;
|
|
149
|
+
r.push(partReplacer(_polyfillHostNoCombinator, p, m[3]));
|
|
150
|
+
}
|
|
151
|
+
return r.join(',');
|
|
152
|
+
}
|
|
153
|
+
else {
|
|
154
|
+
return _polyfillHostNoCombinator + m[3];
|
|
155
|
+
}
|
|
156
|
+
});
|
|
157
|
+
};
|
|
158
|
+
const colonHostPartReplacer = (host, part, suffix) => {
|
|
159
|
+
return host + part.replace(_polyfillHost, '') + suffix;
|
|
160
|
+
};
|
|
161
|
+
const convertColonHost = (cssText) => {
|
|
162
|
+
return convertColonRule(cssText, _cssColonHostRe, colonHostPartReplacer);
|
|
163
|
+
};
|
|
164
|
+
const colonHostContextPartReplacer = (host, part, suffix) => {
|
|
165
|
+
if (part.indexOf(_polyfillHost) > -1) {
|
|
166
|
+
return colonHostPartReplacer(host, part, suffix);
|
|
167
|
+
}
|
|
168
|
+
else {
|
|
169
|
+
return host + part + suffix + ', ' + part + ' ' + host + suffix;
|
|
170
|
+
}
|
|
171
|
+
};
|
|
172
|
+
const convertColonSlotted = (cssText, slotScopeId) => {
|
|
173
|
+
const slotClass = '.' + slotScopeId + ' > ';
|
|
174
|
+
const selectors = [];
|
|
175
|
+
cssText = cssText.replace(_cssColonSlottedRe, (...m) => {
|
|
176
|
+
if (m[2]) {
|
|
177
|
+
const compound = m[2].trim();
|
|
178
|
+
const suffix = m[3];
|
|
179
|
+
const slottedSelector = slotClass + compound + suffix;
|
|
180
|
+
let prefixSelector = '';
|
|
181
|
+
for (let i = m[4] - 1; i >= 0; i--) {
|
|
182
|
+
const char = m[5][i];
|
|
183
|
+
if (char === '}' || char === ',') {
|
|
184
|
+
break;
|
|
185
|
+
}
|
|
186
|
+
prefixSelector = char + prefixSelector;
|
|
187
|
+
}
|
|
188
|
+
const orgSelector = prefixSelector + slottedSelector;
|
|
189
|
+
const addedSelector = `${prefixSelector.trimRight()}${slottedSelector.trim()}`;
|
|
190
|
+
if (orgSelector.trim() !== addedSelector.trim()) {
|
|
191
|
+
const updatedSelector = `${addedSelector}, ${orgSelector}`;
|
|
192
|
+
selectors.push({
|
|
193
|
+
orgSelector,
|
|
194
|
+
updatedSelector,
|
|
195
|
+
});
|
|
196
|
+
}
|
|
197
|
+
return slottedSelector;
|
|
198
|
+
}
|
|
199
|
+
else {
|
|
200
|
+
return _polyfillHostNoCombinator + m[3];
|
|
201
|
+
}
|
|
202
|
+
});
|
|
203
|
+
return {
|
|
204
|
+
selectors,
|
|
205
|
+
cssText,
|
|
206
|
+
};
|
|
207
|
+
};
|
|
208
|
+
const convertColonHostContext = (cssText) => {
|
|
209
|
+
return convertColonRule(cssText, _cssColonHostContextRe, colonHostContextPartReplacer);
|
|
210
|
+
};
|
|
211
|
+
const convertShadowDOMSelectors = (cssText) => {
|
|
212
|
+
return _shadowDOMSelectorsRe.reduce((result, pattern) => result.replace(pattern, ' '), cssText);
|
|
213
|
+
};
|
|
214
|
+
const makeScopeMatcher = (scopeSelector) => {
|
|
215
|
+
const lre = /\[/g;
|
|
216
|
+
const rre = /\]/g;
|
|
217
|
+
scopeSelector = scopeSelector.replace(lre, '\\[').replace(rre, '\\]');
|
|
218
|
+
return new RegExp('^(' + scopeSelector + ')' + _selectorReSuffix, 'm');
|
|
219
|
+
};
|
|
220
|
+
const selectorNeedsScoping = (selector, scopeSelector) => {
|
|
221
|
+
const re = makeScopeMatcher(scopeSelector);
|
|
222
|
+
return !re.test(selector);
|
|
223
|
+
};
|
|
224
|
+
const injectScopingSelector = (selector, scopingSelector) => {
|
|
225
|
+
return selector.replace(_selectorPartsRe, (_, before = '', _colonGroup, colon = '', after = '') => {
|
|
226
|
+
return before + scopingSelector + colon + after;
|
|
227
|
+
});
|
|
228
|
+
};
|
|
229
|
+
const applySimpleSelectorScope = (selector, scopeSelector, hostSelector) => {
|
|
230
|
+
// In Android browser, the lastIndex is not reset when the regex is used in String.replace()
|
|
231
|
+
_polyfillHostRe.lastIndex = 0;
|
|
232
|
+
if (_polyfillHostRe.test(selector)) {
|
|
233
|
+
const replaceBy = `.${hostSelector}`;
|
|
234
|
+
return selector
|
|
235
|
+
.replace(_polyfillHostNoCombinatorRe, (_, selector) => injectScopingSelector(selector, replaceBy))
|
|
236
|
+
.replace(_polyfillHostRe, replaceBy + ' ');
|
|
237
|
+
}
|
|
238
|
+
return scopeSelector + ' ' + selector;
|
|
239
|
+
};
|
|
240
|
+
const applyStrictSelectorScope = (selector, scopeSelector, hostSelector) => {
|
|
241
|
+
const isRe = /\[is=([^\]]*)\]/g;
|
|
242
|
+
scopeSelector = scopeSelector.replace(isRe, (_, ...parts) => parts[0]);
|
|
243
|
+
const className = '.' + scopeSelector;
|
|
244
|
+
const _scopeSelectorPart = (p) => {
|
|
245
|
+
let scopedP = p.trim();
|
|
246
|
+
if (!scopedP) {
|
|
247
|
+
return '';
|
|
248
|
+
}
|
|
249
|
+
if (p.indexOf(_polyfillHostNoCombinator) > -1) {
|
|
250
|
+
scopedP = applySimpleSelectorScope(p, scopeSelector, hostSelector);
|
|
251
|
+
}
|
|
252
|
+
else {
|
|
253
|
+
// remove :host since it should be unnecessary
|
|
254
|
+
const t = p.replace(_polyfillHostRe, '');
|
|
255
|
+
if (t.length > 0) {
|
|
256
|
+
scopedP = injectScopingSelector(t, className);
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
return scopedP;
|
|
260
|
+
};
|
|
261
|
+
const safeContent = safeSelector(selector);
|
|
262
|
+
selector = safeContent.content;
|
|
263
|
+
let scopedSelector = '';
|
|
264
|
+
let startIndex = 0;
|
|
265
|
+
let res;
|
|
266
|
+
const sep = /( |>|\+|~(?!=))\s*/g;
|
|
267
|
+
// If a selector appears before :host it should not be shimmed as it
|
|
268
|
+
// matches on ancestor elements and not on elements in the host's shadow
|
|
269
|
+
// `:host-context(div)` is transformed to
|
|
270
|
+
// `-shadowcsshost-no-combinatordiv, div -shadowcsshost-no-combinator`
|
|
271
|
+
// the `div` is not part of the component in the 2nd selectors and should not be scoped.
|
|
272
|
+
// Historically `component-tag:host` was matching the component so we also want to preserve
|
|
273
|
+
// this behavior to avoid breaking legacy apps (it should not match).
|
|
274
|
+
// The behavior should be:
|
|
275
|
+
// - `tag:host` -> `tag[h]` (this is to avoid breaking legacy apps, should not match anything)
|
|
276
|
+
// - `tag :host` -> `tag [h]` (`tag` is not scoped because it's considered part of a
|
|
277
|
+
// `:host-context(tag)`)
|
|
278
|
+
const hasHost = selector.indexOf(_polyfillHostNoCombinator) > -1;
|
|
279
|
+
// Only scope parts after the first `-shadowcsshost-no-combinator` when it is present
|
|
280
|
+
let shouldScope = !hasHost;
|
|
281
|
+
while ((res = sep.exec(selector)) !== null) {
|
|
282
|
+
const separator = res[1];
|
|
283
|
+
const part = selector.slice(startIndex, res.index).trim();
|
|
284
|
+
shouldScope = shouldScope || part.indexOf(_polyfillHostNoCombinator) > -1;
|
|
285
|
+
const scopedPart = shouldScope ? _scopeSelectorPart(part) : part;
|
|
286
|
+
scopedSelector += `${scopedPart} ${separator} `;
|
|
287
|
+
startIndex = sep.lastIndex;
|
|
288
|
+
}
|
|
289
|
+
const part = selector.substring(startIndex);
|
|
290
|
+
shouldScope = shouldScope || part.indexOf(_polyfillHostNoCombinator) > -1;
|
|
291
|
+
scopedSelector += shouldScope ? _scopeSelectorPart(part) : part;
|
|
292
|
+
// replace the placeholders with their original values
|
|
293
|
+
return restoreSafeSelector(safeContent.placeholders, scopedSelector);
|
|
294
|
+
};
|
|
295
|
+
const scopeSelector = (selector, scopeSelectorText, hostSelector, slotSelector) => {
|
|
296
|
+
return selector
|
|
297
|
+
.split(',')
|
|
298
|
+
.map((shallowPart) => {
|
|
299
|
+
if (slotSelector && shallowPart.indexOf('.' + slotSelector) > -1) {
|
|
300
|
+
return shallowPart.trim();
|
|
301
|
+
}
|
|
302
|
+
if (selectorNeedsScoping(shallowPart, scopeSelectorText)) {
|
|
303
|
+
return applyStrictSelectorScope(shallowPart, scopeSelectorText, hostSelector).trim();
|
|
304
|
+
}
|
|
305
|
+
else {
|
|
306
|
+
return shallowPart.trim();
|
|
307
|
+
}
|
|
308
|
+
})
|
|
309
|
+
.join(', ');
|
|
310
|
+
};
|
|
311
|
+
const scopeSelectors = (cssText, scopeSelectorText, hostSelector, slotSelector, commentOriginalSelector) => {
|
|
312
|
+
return processRules(cssText, (rule) => {
|
|
313
|
+
let selector = rule.selector;
|
|
314
|
+
let content = rule.content;
|
|
315
|
+
if (rule.selector[0] !== '@') {
|
|
316
|
+
selector = scopeSelector(rule.selector, scopeSelectorText, hostSelector, slotSelector);
|
|
317
|
+
}
|
|
318
|
+
else if (rule.selector.startsWith('@media') ||
|
|
319
|
+
rule.selector.startsWith('@supports') ||
|
|
320
|
+
rule.selector.startsWith('@page') ||
|
|
321
|
+
rule.selector.startsWith('@document')) {
|
|
322
|
+
content = scopeSelectors(rule.content, scopeSelectorText, hostSelector, slotSelector);
|
|
323
|
+
}
|
|
324
|
+
const cssRule = {
|
|
325
|
+
selector: selector.replace(/\s{2,}/g, ' ').trim(),
|
|
326
|
+
content,
|
|
327
|
+
};
|
|
328
|
+
return cssRule;
|
|
329
|
+
});
|
|
330
|
+
};
|
|
331
|
+
const scopeCssText = (cssText, scopeId, hostScopeId, slotScopeId, commentOriginalSelector) => {
|
|
332
|
+
cssText = insertPolyfillHostInCssText(cssText);
|
|
333
|
+
cssText = convertColonHost(cssText);
|
|
334
|
+
cssText = convertColonHostContext(cssText);
|
|
335
|
+
const slotted = convertColonSlotted(cssText, slotScopeId);
|
|
336
|
+
cssText = slotted.cssText;
|
|
337
|
+
cssText = convertShadowDOMSelectors(cssText);
|
|
338
|
+
if (scopeId) {
|
|
339
|
+
cssText = scopeSelectors(cssText, scopeId, hostScopeId, slotScopeId);
|
|
340
|
+
}
|
|
341
|
+
cssText = cssText.replace(/-shadowcsshost-no-combinator/g, `.${hostScopeId}`);
|
|
342
|
+
cssText = cssText.replace(/>\s*\*\s+([^{, ]+)/gm, ' $1 ');
|
|
343
|
+
return {
|
|
344
|
+
cssText: cssText.trim(),
|
|
345
|
+
slottedSelectors: slotted.selectors,
|
|
346
|
+
};
|
|
347
|
+
};
|
|
348
|
+
const scopeCss = (cssText, scopeId, commentOriginalSelector) => {
|
|
349
|
+
const hostScopeId = scopeId + '-h';
|
|
350
|
+
const slotScopeId = scopeId + '-s';
|
|
351
|
+
const commentsWithHash = extractCommentsWithHash(cssText);
|
|
352
|
+
cssText = stripComments(cssText);
|
|
353
|
+
const orgSelectors = [];
|
|
354
|
+
if (commentOriginalSelector) {
|
|
355
|
+
const processCommentedSelector = (rule) => {
|
|
356
|
+
const placeholder = `/*!@___${orgSelectors.length}___*/`;
|
|
357
|
+
const comment = `/*!@${rule.selector}*/`;
|
|
358
|
+
orgSelectors.push({ placeholder, comment });
|
|
359
|
+
rule.selector = placeholder + rule.selector;
|
|
360
|
+
return rule;
|
|
361
|
+
};
|
|
362
|
+
cssText = processRules(cssText, (rule) => {
|
|
363
|
+
if (rule.selector[0] !== '@') {
|
|
364
|
+
return processCommentedSelector(rule);
|
|
365
|
+
}
|
|
366
|
+
else if (rule.selector.startsWith('@media') ||
|
|
367
|
+
rule.selector.startsWith('@supports') ||
|
|
368
|
+
rule.selector.startsWith('@page') ||
|
|
369
|
+
rule.selector.startsWith('@document')) {
|
|
370
|
+
rule.content = processRules(rule.content, processCommentedSelector);
|
|
371
|
+
return rule;
|
|
372
|
+
}
|
|
373
|
+
return rule;
|
|
374
|
+
});
|
|
375
|
+
}
|
|
376
|
+
const scoped = scopeCssText(cssText, scopeId, hostScopeId, slotScopeId);
|
|
377
|
+
cssText = [scoped.cssText, ...commentsWithHash].join('\n');
|
|
378
|
+
if (commentOriginalSelector) {
|
|
379
|
+
orgSelectors.forEach(({ placeholder, comment }) => {
|
|
380
|
+
cssText = cssText.replace(placeholder, comment);
|
|
381
|
+
});
|
|
382
|
+
}
|
|
383
|
+
scoped.slottedSelectors.forEach((slottedSelector) => {
|
|
384
|
+
cssText = cssText.replace(slottedSelector.orgSelector, slottedSelector.updatedSelector);
|
|
385
|
+
});
|
|
386
|
+
return cssText;
|
|
387
|
+
};
|
|
388
|
+
|
|
389
|
+
exports.scopeCss = scopeCss;
|
|
@@ -2,24 +2,25 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-1894343a.js');
|
|
6
6
|
const core = require('@sankhyalabs/core');
|
|
7
|
-
const DataFetcher = require('./DataFetcher-
|
|
7
|
+
const DataFetcher = require('./DataFetcher-3a8ea521.js');
|
|
8
8
|
const ParamType = require('./ParamType-90b440a0.js');
|
|
9
|
-
require('./ISave-
|
|
9
|
+
require('./ISave-a66bb65e.js');
|
|
10
10
|
require('./index-e3e39724.js');
|
|
11
11
|
require('@sankhyalabs/ezui/dist/collection/utils/constants');
|
|
12
12
|
require('@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata');
|
|
13
|
-
require('./dataunit-fetcher-
|
|
13
|
+
require('./dataunit-fetcher-4320f7ec.js');
|
|
14
14
|
require('./filter-item-type.enum-a7ffdaa6.js');
|
|
15
|
-
const formConfigFetcher = require('./form-config-fetcher-
|
|
15
|
+
const formConfigFetcher = require('./form-config-fetcher-72cf0e3d.js');
|
|
16
16
|
const constants = require('./constants-6d82e405.js');
|
|
17
17
|
const GetSelectedRecordsIDsInfo = require('./GetSelectedRecordsIDsInfo-bd50caf1.js');
|
|
18
18
|
const ResourceIDUtils = require('./ResourceIDUtils-5ff86aa7.js');
|
|
19
19
|
const utils = require('@sankhyalabs/ezui/dist/collection/utils');
|
|
20
|
-
const ConfigStorage = require('./ConfigStorage-
|
|
20
|
+
const ConfigStorage = require('./ConfigStorage-d9d24844.js');
|
|
21
21
|
const ServicesNumberingConfig = require('./ServicesNumberingConfig-69038a0f.js');
|
|
22
22
|
require('./PrintUtils-bcaeb82f.js');
|
|
23
|
+
require('./SnkMessageBuilder-d9558dba.js');
|
|
23
24
|
require('@sankhyalabs/ezui/dist/collection/components/ez-grid/utils');
|
|
24
25
|
require('@sankhyalabs/core/dist/utils/SortingUtils');
|
|
25
26
|
|
|
@@ -1120,55 +1121,6 @@ const SnkGridConfig = class {
|
|
|
1120
1121
|
SnkGridConfig.CURRENT_CONFIG_VERSION = 1;
|
|
1121
1122
|
SnkGridConfig.style = snkGridConfigCss;
|
|
1122
1123
|
|
|
1123
|
-
const snkLayoutFormConfigCss = ".sc-snk-layout-form-config-h{display:block}";
|
|
1124
|
-
|
|
1125
|
-
const FORM_COL_CONFIG_PREFIX = 'formColCfg.';
|
|
1126
|
-
const SnkLayoutFormConfig = class {
|
|
1127
|
-
constructor(hostRef) {
|
|
1128
|
-
index.registerInstance(this, hostRef);
|
|
1129
|
-
this._formConfigFetcher = new formConfigFetcher.FormConfigFetcher();
|
|
1130
|
-
this.messagesBuilder = undefined;
|
|
1131
|
-
this.layoutType = utils.FormLayout.SIDE_BY_SIDE;
|
|
1132
|
-
}
|
|
1133
|
-
/**
|
|
1134
|
-
* Salva o tipo de layout escolhido. Sem retorno.
|
|
1135
|
-
*/
|
|
1136
|
-
async save() {
|
|
1137
|
-
this._LayoutFormConfigSingleton.setConfig(this.layoutType);
|
|
1138
|
-
this._formConfigFetcher.saveLayoutFormConfig(FORM_COL_CONFIG_PREFIX + this._resourceID, { config: this.layoutType, newConfig: true });
|
|
1139
|
-
}
|
|
1140
|
-
async componentWillLoad() {
|
|
1141
|
-
const _application = core.ApplicationContext.getContextValue("__SNK__APPLICATION__");
|
|
1142
|
-
this._LayoutFormConfigSingleton = await (_application === null || _application === void 0 ? void 0 : _application.getLayoutFormConfig());
|
|
1143
|
-
this._resourceID = await (_application === null || _application === void 0 ? void 0 : _application.getResourceID());
|
|
1144
|
-
this.setLayoutInit();
|
|
1145
|
-
}
|
|
1146
|
-
setLayoutInit() {
|
|
1147
|
-
if (!this._LayoutFormConfigSingleton)
|
|
1148
|
-
return;
|
|
1149
|
-
const { config } = this._LayoutFormConfigSingleton;
|
|
1150
|
-
if (config == null) {
|
|
1151
|
-
this.layoutType = utils.FormLayout.SIDE_BY_SIDE;
|
|
1152
|
-
return;
|
|
1153
|
-
}
|
|
1154
|
-
const configAsNumber = Number(config);
|
|
1155
|
-
this.layoutType = Object.values(utils.FormLayout).includes(configAsNumber)
|
|
1156
|
-
? configAsNumber
|
|
1157
|
-
: utils.FormLayout.SIDE_BY_SIDE;
|
|
1158
|
-
}
|
|
1159
|
-
toggleLayout(key) {
|
|
1160
|
-
this.layoutType = key;
|
|
1161
|
-
}
|
|
1162
|
-
getMessage(key, params) {
|
|
1163
|
-
var _a;
|
|
1164
|
-
return (_a = this.messagesBuilder) === null || _a === void 0 ? void 0 : _a.getMessage(key, params);
|
|
1165
|
-
}
|
|
1166
|
-
render() {
|
|
1167
|
-
return (index.h("div", { class: "ez-flex ez-flex--column" }, index.h("div", { class: "ez-margin-bottom--small" }, index.h("ez-check", { label: this.getMessage('snkLayoutFormConfig.cascadeLayout.label'), class: "ez-margin-bottom--small", onEzChange: () => this.toggleLayout(utils.FormLayout.CASCADE), value: this.layoutType === utils.FormLayout.CASCADE }), index.h("snk-view-representation", { mode: utils.FormLayout.CASCADE }), index.h("label", { class: "ez-label ez-margin--small ez-flex ez-text--medium" }, this.getMessage('snkLayoutFormConfig.cascadeLayout.description'))), index.h("div", null, index.h("ez-check", { label: this.getMessage('snkLayoutFormConfig.sideBySideLayout.label'), class: "ez-margin-bottom--small", onEzChange: () => this.toggleLayout(utils.FormLayout.SIDE_BY_SIDE), value: this.layoutType === utils.FormLayout.SIDE_BY_SIDE }), index.h("snk-view-representation", { mode: utils.FormLayout.SIDE_BY_SIDE }), index.h("label", { class: "ez-label ez-margin--small ez-flex ez-text--medium" }, this.getMessage('snkLayoutFormConfig.sideBySideLayout.description')))));
|
|
1168
|
-
}
|
|
1169
|
-
};
|
|
1170
|
-
SnkLayoutFormConfig.style = snkLayoutFormConfigCss;
|
|
1171
|
-
|
|
1172
1124
|
const snkNumberingConfigCss = ".sc-snk-numbering-config-h{display:block}";
|
|
1173
1125
|
|
|
1174
1126
|
const SnkNumberingConfig = class {
|
|
@@ -1424,7 +1376,7 @@ const SnkViewRepresentation = class {
|
|
|
1424
1376
|
return (index.h("div", { class: "svg-container__inline" }, [...Array(2)].map(() => this.renderCascadeLayout())));
|
|
1425
1377
|
}
|
|
1426
1378
|
render() {
|
|
1427
|
-
return (index.h("div", { class: "svg-container ez-margin-left--small" }, index.h("div", { class: "svg-container__background" }, index.h("div", { class: "svg-container__header" }, index.h("div", { class: "svg-container__circle svg-container__circle--red" }), index.h("div", { class: "svg-container__circle svg-container__circle--yellow" }), index.h("div", { class: "svg-container__circle svg-container__circle--green" })), this.mode === utils.FormLayout.CASCADE
|
|
1379
|
+
return (index.h("div", { class: "svg-container ez-margin-left--small" }, index.h("div", { class: "svg-container__background" }, index.h("div", { class: "svg-container__header" }, index.h("div", { class: "svg-container__circle svg-container__circle--red" }), index.h("div", { class: "svg-container__circle svg-container__circle--yellow" }), index.h("div", { class: "svg-container__circle svg-container__circle--green" })), (this.mode === utils.FormLayout.CASCADE || this.mode === utils.FormLayout.CLASSIC_CASCADE)
|
|
1428
1380
|
? this.renderCascadeLayout()
|
|
1429
1381
|
: this.renderSideBySideLayout())));
|
|
1430
1382
|
}
|
|
@@ -1624,7 +1576,6 @@ TaskbarSplitButton.style = taskbarSplitButtonCss;
|
|
|
1624
1576
|
|
|
1625
1577
|
exports.snk_actions_button = SnkActionsButton;
|
|
1626
1578
|
exports.snk_grid_config = SnkGridConfig;
|
|
1627
|
-
exports.snk_layout_form_config = SnkLayoutFormConfig;
|
|
1628
1579
|
exports.snk_numbering_config = SnkNumberingConfig;
|
|
1629
1580
|
exports.snk_select_box = SelectBox;
|
|
1630
1581
|
exports.snk_simple_form_config = SnkSimpleFormConfig;
|
|
@@ -2,18 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-1894343a.js');
|
|
6
6
|
const core = require('@sankhyalabs/core');
|
|
7
7
|
const utils = require('@sankhyalabs/ezui/dist/collection/utils');
|
|
8
|
-
const ConfigStorage = require('./ConfigStorage-
|
|
9
|
-
const DataFetcher = require('./DataFetcher-
|
|
10
|
-
const authFetcher = require('./auth-fetcher-
|
|
11
|
-
const dataunitFetcher = require('./dataunit-fetcher-
|
|
12
|
-
const ISave = require('./ISave-
|
|
8
|
+
const ConfigStorage = require('./ConfigStorage-d9d24844.js');
|
|
9
|
+
const DataFetcher = require('./DataFetcher-3a8ea521.js');
|
|
10
|
+
const authFetcher = require('./auth-fetcher-faa61f64.js');
|
|
11
|
+
const dataunitFetcher = require('./dataunit-fetcher-4320f7ec.js');
|
|
12
|
+
const ISave = require('./ISave-a66bb65e.js');
|
|
13
|
+
const SnkMessageBuilder = require('./SnkMessageBuilder-d9558dba.js');
|
|
13
14
|
const constants = require('./constants-6d82e405.js');
|
|
14
15
|
require('./index-e3e39724.js');
|
|
15
16
|
require('./filter-item-type.enum-a7ffdaa6.js');
|
|
16
|
-
const formConfigFetcher = require('./form-config-fetcher-
|
|
17
|
+
const formConfigFetcher = require('./form-config-fetcher-72cf0e3d.js');
|
|
17
18
|
require('./PrintUtils-bcaeb82f.js');
|
|
18
19
|
require('@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata');
|
|
19
20
|
require('@sankhyalabs/ezui/dist/collection/utils/constants');
|
|
@@ -282,6 +283,7 @@ class SnkErrorHandler {
|
|
|
282
283
|
this._app.error(exception.title, exception.message);
|
|
283
284
|
}
|
|
284
285
|
else {
|
|
286
|
+
console.warn("Erro não tratado", exception);
|
|
285
287
|
this._app.isDebugMode().then(isDebug => {
|
|
286
288
|
if (isDebug) {
|
|
287
289
|
if (exception instanceof Error) {
|
|
@@ -794,6 +796,7 @@ const SnkApplication = class {
|
|
|
794
796
|
this._popUp.opened = true;
|
|
795
797
|
this._popUp.heightMode = size;
|
|
796
798
|
this._popUp.useHeader = useHeader;
|
|
799
|
+
this._popUp.autoClose = false;
|
|
797
800
|
if (content.tagName === 'EZ-MODAL-CONTAINER') {
|
|
798
801
|
this._popUp.useHeader = false;
|
|
799
802
|
}
|
|
@@ -1394,12 +1397,29 @@ const SnkApplication = class {
|
|
|
1394
1397
|
* @async
|
|
1395
1398
|
*/
|
|
1396
1399
|
async executePreparedSearch(mode, argument, options) {
|
|
1400
|
+
var _a;
|
|
1397
1401
|
const mdByName = {};
|
|
1398
1402
|
const { entity, criteria, searchOptions, useSearchPlus } = options;
|
|
1399
1403
|
if (useSearchPlus) {
|
|
1400
1404
|
return executePreparedSearchPlus(mode, argument, options, this, this.pesquisaFetcher);
|
|
1401
1405
|
}
|
|
1402
|
-
if (mode === "
|
|
1406
|
+
if (mode === "LOAD_DESCRIPTION") {
|
|
1407
|
+
let result = await this.pesquisaFetcher.loadByCode(entity, argument, criteria, searchOptions);
|
|
1408
|
+
result = core.ObjectUtils.stringToObject(result.json.$);
|
|
1409
|
+
let descriptionField = result.descriptionField;
|
|
1410
|
+
const option = (_a = result.data) === null || _a === void 0 ? void 0 : _a[0];
|
|
1411
|
+
if (!option) {
|
|
1412
|
+
return {
|
|
1413
|
+
value: argument,
|
|
1414
|
+
label: ""
|
|
1415
|
+
};
|
|
1416
|
+
}
|
|
1417
|
+
return {
|
|
1418
|
+
value: argument,
|
|
1419
|
+
label: option[descriptionField]
|
|
1420
|
+
};
|
|
1421
|
+
}
|
|
1422
|
+
else if (mode === "ADVANCED") {
|
|
1403
1423
|
return executeAdvancedModeSearch(argument, options, this, this.pesquisaFetcher);
|
|
1404
1424
|
}
|
|
1405
1425
|
return new Promise((resolve, reject) => {
|
|
@@ -1741,7 +1761,7 @@ const SnkApplication = class {
|
|
|
1741
1761
|
componentWillLoad() {
|
|
1742
1762
|
core.ApplicationContext.setContextValue("__SNK__APPLICATION__LOADING__", true);
|
|
1743
1763
|
this._errorHandler = new SnkErrorHandler(this);
|
|
1744
|
-
this.messagesBuilder = new
|
|
1764
|
+
this.messagesBuilder = new SnkMessageBuilder.SnkMessageBuilder();
|
|
1745
1765
|
core.ApplicationContext.setContextValue("__EZUI__UPLOAD__ADD__URL__", `${DataFetcher.UrlUtils.getUrlBase()}/mge/upload/file`);
|
|
1746
1766
|
core.ApplicationContext.setContextValue("__EZUI__SEARCH__OPTION__LOADER__", (searchArgument, fieldName, dataUnit, ctxOptions) => {
|
|
1747
1767
|
return this.executeSearch(searchArgument, fieldName, dataUnit, ctxOptions);
|
|
@@ -2,24 +2,25 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-1894343a.js');
|
|
6
6
|
const core = require('@sankhyalabs/core');
|
|
7
|
-
const DataFetcher = require('./DataFetcher-
|
|
8
|
-
const ISave = require('./ISave-
|
|
7
|
+
const DataFetcher = require('./DataFetcher-3a8ea521.js');
|
|
8
|
+
const ISave = require('./ISave-a66bb65e.js');
|
|
9
9
|
require('./index-e3e39724.js');
|
|
10
|
-
const dataunitFetcher = require('./dataunit-fetcher-
|
|
10
|
+
const dataunitFetcher = require('./dataunit-fetcher-4320f7ec.js');
|
|
11
11
|
require('./filter-item-type.enum-a7ffdaa6.js');
|
|
12
|
-
require('./form-config-fetcher-
|
|
12
|
+
require('./form-config-fetcher-72cf0e3d.js');
|
|
13
13
|
const constants = require('./constants-6d82e405.js');
|
|
14
|
-
const authFetcher = require('./auth-fetcher-
|
|
15
|
-
const
|
|
14
|
+
const authFetcher = require('./auth-fetcher-faa61f64.js');
|
|
15
|
+
const SnkMessageBuilder = require('./SnkMessageBuilder-d9558dba.js');
|
|
16
|
+
const taskbarElements = require('./taskbar-elements-8a80420e.js');
|
|
16
17
|
require('./PrintUtils-bcaeb82f.js');
|
|
17
18
|
require('@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata');
|
|
18
19
|
require('@sankhyalabs/ezui/dist/collection/utils/constants');
|
|
19
20
|
require('@sankhyalabs/ezui/dist/collection/components/ez-grid/utils');
|
|
20
21
|
require('@sankhyalabs/core/dist/utils/SortingUtils');
|
|
21
22
|
require('./ResourceIDUtils-5ff86aa7.js');
|
|
22
|
-
require('./index-
|
|
23
|
+
require('./index-f0fe7e6e.js');
|
|
23
24
|
|
|
24
25
|
const SERVICE$1 = {
|
|
25
26
|
save: "Attach.save",
|
|
@@ -359,7 +360,7 @@ class AnexoSistemaDataUnitFactory {
|
|
|
359
360
|
let messageBuilderInstance;
|
|
360
361
|
const getMessage$1 = (key) => {
|
|
361
362
|
if (!messageBuilderInstance) {
|
|
362
|
-
messageBuilderInstance = new
|
|
363
|
+
messageBuilderInstance = new SnkMessageBuilder.SnkMessageBuilder();
|
|
363
364
|
}
|
|
364
365
|
return messageBuilderInstance.getMessage(key);
|
|
365
366
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-1894343a.js');
|
|
6
6
|
const core = require('@sankhyalabs/core');
|
|
7
7
|
const constants = require('./constants-6d82e405.js');
|
|
8
8
|
const AuthorizationConfig = require('./AuthorizationConfig-79ffae4b.js');
|