@sankhyalabs/sankhyablocks 5.19.0 → 6.0.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-0a738cdc.js +304 -0
- package/dist/cjs/IExpressionItem-1090c3fd.js +7 -0
- package/dist/cjs/PersonalizedFilterUtils-7d959e91.js +229 -0
- package/dist/cjs/{SnkFormConfigManager-69df3f74.js → SnkFormConfigManager-a583f503.js} +1 -1
- package/dist/cjs/{SnkMessageBuilder-3b5b5614.js → SnkMessageBuilder-8a2d3f26.js} +65 -4
- package/dist/cjs/{filter-bar-config-fetcher-a14536bf.js → filter-bar-config-fetcher-75219599.js} +34 -11
- package/dist/cjs/{index-de79181a.js → index-59a3e2de.js} +1 -1
- package/dist/cjs/{index-f400b1d6.js → index-614af008.js} +2 -0
- package/dist/cjs/{index-21bd01e1.js → index-aaaa2af5.js} +6 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/sankhyablocks.cjs.js +2 -2
- package/dist/cjs/snk-actions-button.cjs.entry.js +2 -2
- package/dist/cjs/snk-actions-form.cjs.entry.js +1 -1
- package/dist/cjs/snk-application.cjs.entry.js +4 -4
- package/dist/cjs/snk-attach.cjs.entry.js +4 -4
- package/dist/cjs/snk-client-confirm.cjs.entry.js +2 -2
- package/dist/cjs/snk-config-options.cjs.entry.js +1 -1
- package/dist/cjs/snk-configurator.cjs.entry.js +1 -1
- package/dist/cjs/snk-crud.cjs.entry.js +4 -4
- package/dist/cjs/snk-data-exporter.cjs.entry.js +4 -4
- package/dist/cjs/{snk-data-unit-e9c20097.js → snk-data-unit-53fc9200.js} +2 -2
- package/dist/cjs/snk-data-unit.cjs.entry.js +3 -3
- package/dist/cjs/snk-detail-view.cjs.entry.js +10 -10
- package/dist/cjs/snk-entity-list.cjs.entry.js +6 -4
- package/dist/cjs/snk-exporter-email-sender.cjs.entry.js +1 -1
- package/dist/cjs/snk-expression-group.cjs.entry.js +246 -0
- package/dist/cjs/{snk-filter-field-search_2.cjs.entry.js → snk-expression-item_3.cjs.entry.js} +327 -66
- package/dist/cjs/snk-field-config.cjs.entry.js +1 -1
- package/dist/cjs/snk-filter-bar.cjs.entry.js +161 -72
- package/dist/cjs/snk-filter-binary-select.cjs.entry.js +1 -1
- package/dist/cjs/snk-filter-detail.cjs.entry.js +54 -69
- package/dist/cjs/snk-filter-item.cjs.entry.js +21 -7
- package/dist/cjs/snk-filter-list.cjs.entry.js +1 -1
- package/dist/cjs/snk-filter-modal-item.cjs.entry.js +57 -29
- package/dist/cjs/snk-filter-modal.cjs.entry.js +66 -12
- package/dist/cjs/snk-filter-multi-select.cjs.entry.js +1 -1
- package/dist/cjs/snk-filter-number.cjs.entry.js +1 -1
- package/dist/cjs/snk-filter-period.cjs.entry.js +5 -3
- package/dist/cjs/snk-filter-personalized.cjs.entry.js +135 -55
- package/dist/cjs/snk-filter-search.cjs.entry.js +1 -1
- package/dist/cjs/snk-filter-text.cjs.entry.js +1 -1
- package/dist/cjs/snk-form-config.cjs.entry.js +1 -1
- package/dist/cjs/snk-form-summary.cjs.entry.js +1 -1
- package/dist/cjs/snk-form-view.cjs.entry.js +1 -1
- package/dist/cjs/snk-form.cjs.entry.js +4 -4
- package/dist/cjs/snk-grid-config.cjs.entry.js +3 -3
- package/dist/cjs/snk-grid.cjs.entry.js +7 -7
- package/dist/cjs/{snk-guides-viewer-c8843478.js → snk-guides-viewer-10ffca10.js} +5 -5
- package/dist/cjs/snk-guides-viewer.cjs.entry.js +9 -9
- package/dist/cjs/snk-personalized-filter.cjs.entry.js +166 -94
- package/dist/cjs/snk-pesquisa.cjs.entry.js +1 -1
- package/dist/cjs/snk-select-box.cjs.entry.js +1 -1
- package/dist/cjs/snk-simple-bar.cjs.entry.js +45 -0
- package/dist/cjs/{snk-simple-bar_2.cjs.entry.js → snk-simple-crud.cjs.entry.js} +5 -43
- package/dist/cjs/snk-tab-config.cjs.entry.js +1 -1
- package/dist/cjs/snk-taskbar.cjs.entry.js +4 -4
- package/dist/cjs/{taskbar-elements-3be287d6.js → taskbar-elements-068aa945.js} +3 -3
- package/dist/cjs/{taskbar-processor-02f0fc84.js → taskbar-processor-6442c585.js} +1 -1
- package/dist/cjs/teste-pesquisa.cjs.entry.js +1 -1
- package/dist/collection/collection-manifest.json +2 -1
- package/dist/collection/components/snk-actions-button/subcomponents/snk-client-confirm.js +1 -1
- package/dist/collection/components/snk-entity-list/snk-entity-list.js +6 -4
- package/dist/collection/components/snk-filter-bar/filter-item/dataunitfilter/data-unit-filter-builder.js +34 -12
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-period.js +4 -2
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-personalized/snk-filter-personalized.css +66 -0
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-personalized/snk-filter-personalized.js +370 -0
- package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-detail.js +52 -68
- package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-item.js +20 -6
- 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 +110 -10
- package/dist/collection/components/snk-filter-bar/filter-modal/subcomponents/snk-filter-modal-item.js +98 -27
- package/dist/collection/components/snk-filter-bar/snk-filter-bar.css +21 -0
- package/dist/collection/components/snk-filter-bar/snk-filter-bar.js +100 -49
- package/dist/collection/components/snk-filter-bar/types/custom-element-filter.js +1 -0
- package/dist/collection/components/snk-filter-bar/utils/SnkFilterModalFactory.js +22 -3
- package/dist/collection/components/snk-filter-bar/utils/filters-mock.js +96 -0
- package/dist/collection/components/snk-filter-field-search/snk-filter-field-search.css +1 -1
- package/dist/collection/components/snk-filter-field-search/snk-filter-field-search.js +27 -6
- package/dist/collection/components/snk-personalized-filter/snk-personalized-filter.css +39 -2
- package/dist/collection/components/snk-personalized-filter/snk-personalized-filter.js +276 -30
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-group/snk-expression-group.css +73 -0
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-group/snk-expression-group.js +443 -0
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-item/filter-operands/filter-operands.js +16 -24
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-item/snk-expression-item.css +18 -4
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-item/snk-expression-item.js +131 -21
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-param-config/interfaces/IExpressionGroup.js +0 -0
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-param-config/interfaces/IExpressionItem.js +5 -1
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-param-config/interfaces/IParameter.js +1 -0
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-param-config/interfaces/IPersonalizedFilter.js +1 -0
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-param-config/interfaces/index.js +3 -0
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-param-config/snk-filter-param-config.js +1 -1
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-param-config/utils/PersonalizedFilterUtils.js +184 -15
- package/dist/collection/lib/@types/index.js +2 -0
- package/dist/collection/lib/configs/ConfigStorage.js +15 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/filter-bar-config-fetcher.js +36 -13
- package/dist/collection/lib/http/data-fetcher/fetchers/personalized-filter-fetcher.js +106 -4
- package/dist/collection/lib/message/resources/snk-filter-bar.msg.js +15 -2
- package/dist/collection/lib/message/resources/snk-filter-field-search.msg.js +2 -0
- package/dist/collection/lib/message/resources/snk-personalized-filter.msg.js +48 -2
- package/dist/components/ConfigStorage.js +180 -1
- package/dist/components/PersonalizedFilterUtils.js +227 -0
- package/dist/components/SnkMessageBuilder.js +65 -4
- package/dist/components/filter-bar-config-fetcher.js +34 -11
- package/dist/components/index.d.ts +2 -1
- package/dist/components/index.js +1 -0
- package/dist/components/index2.js +3 -1
- package/dist/components/snk-client-confirm.js +1 -1
- package/dist/components/snk-crud.js +65 -35
- package/dist/components/snk-data-exporter2.js +1 -1
- package/dist/components/snk-detail-view2.js +99 -44
- package/dist/components/snk-entity-list.js +6 -4
- package/dist/components/snk-expression-group.d.ts +11 -0
- package/dist/components/snk-expression-group.js +6 -0
- package/dist/components/snk-expression-group2.js +296 -0
- package/dist/components/snk-expression-item2.js +133 -46
- package/dist/components/snk-filter-bar2.js +195 -68
- package/dist/components/snk-filter-detail2.js +52 -68
- package/dist/components/snk-filter-field-search2.js +26 -5
- package/dist/components/snk-filter-item2.js +20 -6
- package/dist/components/snk-filter-modal-item2.js +54 -27
- package/dist/components/snk-filter-modal.js +68 -12
- package/dist/components/snk-filter-param-config2.js +3 -57
- package/dist/components/snk-filter-period.js +4 -2
- package/dist/components/snk-filter-personalized.js +139 -58
- package/dist/components/snk-grid2.js +52 -16
- package/dist/components/snk-personalized-filter.js +1 -153
- package/dist/components/snk-personalized-filter2.js +238 -0
- package/dist/esm/ConfigStorage-9f4d2e67.js +300 -0
- package/dist/esm/IExpressionItem-2e922b2c.js +7 -0
- package/dist/esm/PersonalizedFilterUtils-202cd721.js +227 -0
- package/dist/esm/{SnkFormConfigManager-e60367a0.js → SnkFormConfigManager-def999fe.js} +1 -1
- package/dist/esm/{SnkMessageBuilder-188a38bb.js → SnkMessageBuilder-cc4d1599.js} +65 -4
- package/dist/esm/{filter-bar-config-fetcher-edc48f4b.js → filter-bar-config-fetcher-bd2070a3.js} +34 -11
- package/dist/esm/{index-cfd4bb13.js → index-8c3d76a6.js} +6 -1
- package/dist/esm/{index-507e19ec.js → index-a255b326.js} +3 -1
- package/dist/esm/{index-8efbf198.js → index-d60ca0ac.js} +1 -1
- package/dist/esm/loader.js +3 -3
- package/dist/esm/sankhyablocks.js +3 -3
- package/dist/esm/snk-actions-button.entry.js +2 -2
- package/dist/esm/snk-actions-form.entry.js +1 -1
- package/dist/esm/snk-application.entry.js +4 -4
- package/dist/esm/snk-attach.entry.js +4 -4
- package/dist/esm/snk-client-confirm.entry.js +2 -2
- package/dist/esm/snk-config-options.entry.js +1 -1
- package/dist/esm/snk-configurator.entry.js +1 -1
- package/dist/esm/snk-crud.entry.js +4 -4
- package/dist/esm/snk-data-exporter.entry.js +4 -4
- package/dist/esm/{snk-data-unit-79b1583a.js → snk-data-unit-97824457.js} +2 -2
- package/dist/esm/snk-data-unit.entry.js +3 -3
- package/dist/esm/snk-detail-view.entry.js +10 -10
- package/dist/esm/snk-entity-list.entry.js +7 -5
- package/dist/esm/snk-exporter-email-sender.entry.js +1 -1
- package/dist/esm/snk-expression-group.entry.js +242 -0
- package/dist/esm/{snk-filter-field-search_2.entry.js → snk-expression-item_3.entry.js} +326 -66
- package/dist/esm/snk-field-config.entry.js +1 -1
- package/dist/esm/snk-filter-bar.entry.js +156 -67
- package/dist/esm/snk-filter-binary-select.entry.js +1 -1
- package/dist/esm/snk-filter-detail.entry.js +55 -70
- package/dist/esm/snk-filter-item.entry.js +21 -7
- package/dist/esm/snk-filter-list.entry.js +1 -1
- package/dist/esm/snk-filter-modal-item.entry.js +57 -29
- package/dist/esm/snk-filter-modal.entry.js +66 -12
- package/dist/esm/snk-filter-multi-select.entry.js +1 -1
- package/dist/esm/snk-filter-number.entry.js +1 -1
- package/dist/esm/snk-filter-period.entry.js +5 -3
- package/dist/esm/snk-filter-personalized.entry.js +135 -55
- package/dist/esm/snk-filter-search.entry.js +1 -1
- package/dist/esm/snk-filter-text.entry.js +1 -1
- package/dist/esm/snk-form-config.entry.js +1 -1
- package/dist/esm/snk-form-summary.entry.js +1 -1
- package/dist/esm/snk-form-view.entry.js +1 -1
- package/dist/esm/snk-form.entry.js +4 -4
- package/dist/esm/snk-grid-config.entry.js +3 -3
- package/dist/esm/snk-grid.entry.js +7 -7
- package/dist/esm/{snk-guides-viewer-59d3a78c.js → snk-guides-viewer-0380f3df.js} +5 -5
- package/dist/esm/snk-guides-viewer.entry.js +9 -9
- package/dist/esm/snk-personalized-filter.entry.js +166 -94
- package/dist/esm/snk-pesquisa.entry.js +1 -1
- package/dist/esm/snk-select-box.entry.js +1 -1
- package/dist/esm/snk-simple-bar.entry.js +41 -0
- package/dist/esm/{snk-simple-bar_2.entry.js → snk-simple-crud.entry.js} +7 -44
- package/dist/esm/snk-tab-config.entry.js +1 -1
- package/dist/esm/snk-taskbar.entry.js +4 -4
- package/dist/esm/{taskbar-elements-8ff33c26.js → taskbar-elements-26d0fba3.js} +3 -3
- package/dist/esm/{taskbar-processor-20de6616.js → taskbar-processor-dfef41a8.js} +1 -1
- package/dist/esm/teste-pesquisa.entry.js +1 -1
- package/dist/sankhyablocks/{p-f27dc5e9.entry.js → p-00d1cac4.entry.js} +1 -1
- package/dist/sankhyablocks/{p-b9667fbe.js → p-066ee142.js} +2 -2
- package/dist/sankhyablocks/p-09a058ba.entry.js +1 -0
- package/dist/sankhyablocks/{p-82bc4666.entry.js → p-0dec4d29.entry.js} +1 -1
- package/dist/sankhyablocks/{p-1e6a95f5.entry.js → p-12632b8e.entry.js} +1 -1
- package/dist/sankhyablocks/{p-384c4a6b.js → p-18b34bb4.js} +1 -1
- package/dist/sankhyablocks/{p-538c057a.entry.js → p-2ad89e28.entry.js} +1 -1
- package/dist/sankhyablocks/p-2d5108b3.js +1 -0
- package/dist/sankhyablocks/{p-ff398057.entry.js → p-34cd4b39.entry.js} +1 -1
- package/dist/sankhyablocks/p-36ecb6ab.js +1 -0
- package/dist/sankhyablocks/p-372e0185.entry.js +1 -0
- package/dist/sankhyablocks/p-3be34bd1.entry.js +1 -0
- package/dist/sankhyablocks/p-3d45107f.js +1 -0
- package/dist/sankhyablocks/{p-28c12f65.js → p-463e0936.js} +1 -1
- package/dist/sankhyablocks/{p-e701646c.entry.js → p-49d628d1.entry.js} +1 -1
- package/dist/sankhyablocks/{p-e642bf7a.entry.js → p-50db4bc4.entry.js} +1 -1
- package/dist/sankhyablocks/{p-093febff.entry.js → p-5427566a.entry.js} +1 -1
- package/dist/sankhyablocks/{p-6a02e236.js → p-590d8900.js} +1 -1
- package/dist/sankhyablocks/p-5a6c090e.entry.js +1 -0
- package/dist/sankhyablocks/p-639be4aa.entry.js +1 -0
- package/dist/sankhyablocks/{p-e2bb9c9a.entry.js → p-67a19b48.entry.js} +1 -1
- package/dist/sankhyablocks/{p-19692f92.js → p-69770075.js} +1 -1
- package/dist/sankhyablocks/p-6d4169fc.entry.js +1 -0
- package/dist/sankhyablocks/{p-0b40c655.js → p-708ee8ee.js} +1 -1
- package/dist/sankhyablocks/{p-9af04fc7.entry.js → p-718cc24b.entry.js} +1 -1
- package/dist/sankhyablocks/{p-2d0fc912.entry.js → p-7946512f.entry.js} +1 -1
- package/dist/sankhyablocks/{p-900b2889.entry.js → p-7a5e1be7.entry.js} +1 -1
- package/dist/sankhyablocks/p-801b8858.js +68 -0
- package/dist/sankhyablocks/{p-80e52e85.entry.js → p-847b9506.entry.js} +1 -1
- package/dist/sankhyablocks/{p-56d70073.entry.js → p-8d541539.entry.js} +1 -1
- package/dist/sankhyablocks/{p-584a315a.entry.js → p-8e98a893.entry.js} +1 -1
- package/dist/sankhyablocks/p-9731180c.entry.js +1 -0
- package/dist/sankhyablocks/p-a6055eb9.entry.js +1 -0
- package/dist/sankhyablocks/{p-b680fa7a.entry.js → p-a655ea15.entry.js} +1 -1
- package/dist/sankhyablocks/{p-b75ce8b8.entry.js → p-a8b06801.entry.js} +1 -1
- package/dist/sankhyablocks/{p-b25450ab.js → p-a8e5ded0.js} +1 -1
- package/dist/sankhyablocks/{p-6ac29569.entry.js → p-b66b99d9.entry.js} +1 -1
- package/dist/sankhyablocks/p-b7efc49a.entry.js +1 -0
- package/dist/sankhyablocks/{p-9c7f7214.entry.js → p-b91ee370.entry.js} +1 -1
- package/dist/sankhyablocks/{p-e551b19a.entry.js → p-b940798f.entry.js} +1 -1
- package/dist/sankhyablocks/{p-72e78de0.entry.js → p-bbefb3b2.entry.js} +1 -1
- package/dist/sankhyablocks/p-bdd61fa8.entry.js +1 -0
- package/dist/sankhyablocks/{p-f8c66aa3.entry.js → p-c06973e7.entry.js} +1 -1
- package/dist/sankhyablocks/{p-257c71a7.entry.js → p-c17e19a2.entry.js} +1 -1
- package/dist/sankhyablocks/p-c6bf66e0.js +1 -0
- package/dist/sankhyablocks/p-cf90a195.entry.js +1 -0
- package/dist/sankhyablocks/{p-44c2ed16.entry.js → p-d11c5026.entry.js} +1 -1
- package/dist/sankhyablocks/p-d5145c3f.entry.js +1 -0
- package/dist/sankhyablocks/p-de328b00.entry.js +1 -0
- package/dist/sankhyablocks/{p-971abcc2.entry.js → p-e500863b.entry.js} +1 -1
- package/dist/sankhyablocks/{p-22e44b9d.entry.js → p-e824aef2.entry.js} +1 -1
- package/dist/sankhyablocks/{p-4ce96831.entry.js → p-eb24c092.entry.js} +1 -1
- package/dist/sankhyablocks/{p-4c2015a9.js → p-eb90de43.js} +1 -1
- package/dist/sankhyablocks/p-ebb8de34.entry.js +1 -0
- package/dist/sankhyablocks/{p-8652d177.entry.js → p-fc512cbe.entry.js} +1 -1
- package/dist/sankhyablocks/{p-786ae316.entry.js → p-fced1d89.entry.js} +1 -1
- package/dist/sankhyablocks/{p-e0b4aec3.entry.js → p-fdb43927.entry.js} +1 -1
- package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
- package/dist/types/components/snk-filter-bar/filter-item/editors/snk-filter-personalized/snk-filter-personalized.d.ts +85 -0
- package/dist/types/components/snk-filter-bar/filter-item/snk-filter-detail.d.ts +6 -6
- package/dist/types/components/snk-filter-bar/filter-item/snk-filter-item.d.ts +2 -0
- package/dist/types/components/snk-filter-bar/filter-modal/snk-filter-modal.d.ts +18 -1
- package/dist/types/components/snk-filter-bar/filter-modal/subcomponents/snk-filter-modal-item.d.ts +14 -6
- package/dist/types/components/snk-filter-bar/snk-filter-bar.d.ts +10 -3
- package/dist/types/components/snk-filter-bar/types/custom-element-filter.d.ts +6 -0
- package/dist/types/components/snk-filter-bar/utils/SnkFilterModalFactory.d.ts +10 -1
- package/dist/types/components/snk-filter-bar/utils/filters-mock.d.ts +92 -15
- package/dist/types/components/snk-filter-field-search/interfaces/index.d.ts +5 -11
- package/dist/types/components/snk-filter-field-search/snk-filter-field-search.d.ts +3 -0
- package/dist/types/components/snk-personalized-filter/snk-personalized-filter.d.ts +39 -6
- package/dist/types/components/snk-personalized-filter/subcomponents/snk-expression-group/snk-expression-group.d.ts +82 -0
- package/dist/types/components/snk-personalized-filter/subcomponents/snk-expression-item/filter-operands/filter-operands.d.ts +1 -1
- package/dist/types/components/snk-personalized-filter/subcomponents/snk-expression-item/snk-expression-item.d.ts +13 -1
- package/dist/types/components/snk-personalized-filter/subcomponents/snk-filter-param-config/interfaces/IExpressionGroup.d.ts +0 -0
- package/dist/types/components/snk-personalized-filter/subcomponents/snk-filter-param-config/interfaces/IExpressionItem.d.ts +23 -3
- package/dist/types/components/snk-personalized-filter/subcomponents/snk-filter-param-config/interfaces/IParameter.d.ts +21 -0
- package/dist/types/components/snk-personalized-filter/subcomponents/snk-filter-param-config/interfaces/IPersonalizedFilter.d.ts +11 -0
- package/dist/types/components/snk-personalized-filter/subcomponents/snk-filter-param-config/interfaces/index.d.ts +3 -0
- package/dist/types/components/snk-personalized-filter/subcomponents/snk-filter-param-config/utils/PersonalizedFilterUtils.d.ts +14 -2
- package/dist/types/components.d.ts +169 -10
- package/dist/types/lib/@types/index.d.ts +3 -1
- package/dist/types/lib/configs/ConfigStorage.d.ts +5 -0
- package/dist/types/lib/http/data-fetcher/fetchers/filter-bar-config-fetcher.d.ts +4 -2
- package/dist/types/lib/http/data-fetcher/fetchers/personalized-filter-fetcher.d.ts +5 -0
- package/dist/types/lib/store/index.d.ts +1 -2
- package/package.json +5 -5
- package/react/components.d.ts +1 -0
- package/react/components.js +1 -0
- package/react/components.js.map +1 -1
- package/dist/cjs/ConfigStorage-f68c3607.js +0 -124
- package/dist/cjs/index-8d94b7e0.js +0 -7
- package/dist/cjs/snk-expression-item.cjs.entry.js +0 -213
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-personalized.js +0 -214
- package/dist/esm/ConfigStorage-e6c17998.js +0 -121
- package/dist/esm/index-620ac460.js +0 -7
- package/dist/esm/snk-expression-item.entry.js +0 -209
- package/dist/sankhyablocks/p-0b6ddb67.entry.js +0 -1
- package/dist/sankhyablocks/p-0c2afa63.entry.js +0 -1
- package/dist/sankhyablocks/p-343699ad.entry.js +0 -1
- package/dist/sankhyablocks/p-471568c7.entry.js +0 -1
- package/dist/sankhyablocks/p-6c2c71ca.js +0 -1
- package/dist/sankhyablocks/p-8ce9ea9f.entry.js +0 -1
- package/dist/sankhyablocks/p-8efb0f47.entry.js +0 -1
- package/dist/sankhyablocks/p-9a448ff9.entry.js +0 -1
- package/dist/sankhyablocks/p-9e50681c.entry.js +0 -1
- package/dist/sankhyablocks/p-9f66bc54.entry.js +0 -1
- package/dist/sankhyablocks/p-b1c02726.js +0 -1
- package/dist/sankhyablocks/p-b34d23fa.js +0 -1
- package/dist/sankhyablocks/p-c20dd153.entry.js +0 -1
- package/dist/sankhyablocks/p-cbb5c440.entry.js +0 -1
- package/dist/sankhyablocks/p-f3241ada.entry.js +0 -1
- package/dist/sankhyablocks/p-f4184ce7.js +0 -1
- package/dist/sankhyablocks/p-ff96b509.entry.js +0 -27
- package/dist/types/components/snk-filter-bar/filter-item/editors/snk-filter-personalized.d.ts +0 -40
@@ -1,8 +1,12 @@
|
|
1
|
-
import { h, Host } from '@stencil/core';
|
2
|
-
import PersonalizedFilterFetcher from "../../lib/http/data-fetcher/fetchers/personalized-filter-fetcher";
|
3
|
-
import { FilterOperand, FilterUserConfigTypes } from "../../lib/@types";
|
4
|
-
import store from '../../lib/store';
|
1
|
+
import { h, Host, Fragment } from '@stencil/core';
|
5
2
|
import { ApplicationContext, StringUtils } from '@sankhyalabs/core';
|
3
|
+
import { PersonalizedFilterUtils } from './subcomponents/snk-filter-param-config/utils/PersonalizedFilterUtils';
|
4
|
+
import { ConfigStorage } from "../../lib/configs/ConfigStorage";
|
5
|
+
import { ApplicationUtils } from "@sankhyalabs/ezui/dist/collection/utils";
|
6
|
+
import { ObjectUtils } from "@sankhyalabs/core";
|
7
|
+
import { FilterGroupCondition } from './subcomponents/snk-filter-param-config/interfaces/IExpressionItem';
|
8
|
+
import store from '../../lib/store';
|
9
|
+
import PersonalizedFilterFetcher from "../../lib/http/data-fetcher/fetchers/personalized-filter-fetcher";
|
6
10
|
export class SnkPersonalizedFilter {
|
7
11
|
constructor() {
|
8
12
|
this._personalizedFilterFetcher = new PersonalizedFilterFetcher();
|
@@ -10,46 +14,168 @@ export class SnkPersonalizedFilter {
|
|
10
14
|
fetchData: async (entity) => {
|
11
15
|
let entityURI = entity === null || entity === void 0 ? void 0 : entity.uri;
|
12
16
|
if (StringUtils.isEmpty(entityURI)) {
|
13
|
-
entityURI =
|
17
|
+
entityURI = this.entityUri;
|
14
18
|
}
|
15
19
|
return await this._personalizedFilterFetcher.loadFields(entityURI);
|
16
20
|
}
|
17
21
|
};
|
18
|
-
this.
|
19
|
-
|
20
|
-
fieldName: "CODBCO",
|
21
|
-
description: "Financeiro >> Banco",
|
22
|
-
type: FilterUserConfigTypes.DECIMAL,
|
23
|
-
expression: "Financeiro.CODBCO",
|
24
|
-
operand: FilterOperand.EQUAL,
|
25
|
-
paramVariable: false,
|
26
|
-
value: "61",
|
27
|
-
systemConfig: null,
|
28
|
-
userConfig: null
|
29
|
-
};
|
30
|
-
this.handleFilterItemChange = (changes) => {
|
31
|
-
console.log("Campo do ExpressionItem alterado");
|
32
|
-
console.log(changes);
|
33
|
-
};
|
34
|
-
this.handleFilterItemRemove = (expression) => {
|
35
|
-
console.log("Event de deleção disparado");
|
36
|
-
console.log(expression);
|
37
|
-
};
|
22
|
+
this._filterAssistentMode = true;
|
23
|
+
this._filterAssistent = undefined;
|
38
24
|
this.messagesBuilder = undefined;
|
25
|
+
this.entityUri = undefined;
|
26
|
+
this.filterId = undefined;
|
27
|
+
this.configName = undefined;
|
28
|
+
}
|
29
|
+
/*
|
30
|
+
* Cria um novo filtro se não houver nenhum filtro existente
|
31
|
+
*/
|
32
|
+
async createPersonalizedFilter() {
|
33
|
+
const newPersonalizedFilter = {
|
34
|
+
name: "",
|
35
|
+
active: true,
|
36
|
+
expression: "",
|
37
|
+
parameters: [],
|
38
|
+
assistent: {
|
39
|
+
id: StringUtils.generateUUID(),
|
40
|
+
items: [
|
41
|
+
{
|
42
|
+
id: StringUtils.generateUUID(),
|
43
|
+
entityName: "",
|
44
|
+
fieldName: "",
|
45
|
+
description: "",
|
46
|
+
fieldLabel: "Valor",
|
47
|
+
type: undefined,
|
48
|
+
expression: undefined,
|
49
|
+
operand: undefined,
|
50
|
+
paramVariable: false,
|
51
|
+
value: undefined,
|
52
|
+
systemConfig: null,
|
53
|
+
userConfig: null
|
54
|
+
}
|
55
|
+
],
|
56
|
+
childrenGroups: [],
|
57
|
+
operand: FilterGroupCondition.AND
|
58
|
+
}
|
59
|
+
};
|
60
|
+
this._originalFilterAssistent = ObjectUtils.copy(newPersonalizedFilter);
|
61
|
+
this._filterAssistent = ObjectUtils.copy(newPersonalizedFilter);
|
62
|
+
}
|
63
|
+
loadFilter(newValue, oldValue) {
|
64
|
+
if (newValue == null || oldValue == newValue) {
|
65
|
+
return;
|
66
|
+
}
|
67
|
+
ConfigStorage.get().then((_instance) => {
|
68
|
+
ConfigStorage.loadPersonalizedFilter(newValue, this.configName)
|
69
|
+
.then((resp) => {
|
70
|
+
const personalizedFilter = this.addLabelToItems(resp);
|
71
|
+
this._filterAssistent = personalizedFilter;
|
72
|
+
this._originalFilterAssistent = ObjectUtils.copy(personalizedFilter);
|
73
|
+
this._filterAssistentMode = this._filterAssistent.hasOwnProperty("assistent") && this._filterAssistent.assistent != undefined;
|
74
|
+
});
|
75
|
+
});
|
39
76
|
}
|
40
77
|
componentWillLoad() {
|
41
|
-
|
42
|
-
|
78
|
+
var _a;
|
79
|
+
if (store.get(`filterFieldsDataSource.${this.entityUri}`) == undefined) {
|
80
|
+
store.set(`filterFieldsDataSource.${this.entityUri}`, this._dataSourceFetcher);
|
43
81
|
}
|
44
82
|
if (!this.messagesBuilder) {
|
45
|
-
|
46
|
-
this.messagesBuilder =
|
83
|
+
this._application = ApplicationContext.getContextValue("__SNK__APPLICATION__");
|
84
|
+
this.messagesBuilder = (_a = this._application) === null || _a === void 0 ? void 0 : _a.messagesBuilder;
|
47
85
|
}
|
86
|
+
this.loadFilter(this.filterId, undefined);
|
87
|
+
}
|
88
|
+
getMessage(key, params) {
|
89
|
+
return this._application.messagesBuilder.getMessage(key, params);
|
90
|
+
}
|
91
|
+
saveFilter() {
|
92
|
+
ConfigStorage.savePersonalizedFilter(this._filterAssistent, this.configName).then((personalizedFilter) => {
|
93
|
+
this._elButtonSave.enabled = false;
|
94
|
+
ApplicationUtils.info(this.getMessage("snkPersonalizedFilter.confirmSave.title", { name: this._filterAssistent.name }), { iconName: "check" });
|
95
|
+
const updatedFilterAssistent = Object.assign(Object.assign({}, personalizedFilter), this._filterAssistent);
|
96
|
+
updatedFilterAssistent.parameters = PersonalizedFilterUtils.buildVariableParameters(this._filterAssistent.assistent);
|
97
|
+
this._originalFilterAssistent = ObjectUtils.copy(updatedFilterAssistent);
|
98
|
+
this._filterAssistent = ObjectUtils.copy(updatedFilterAssistent);
|
99
|
+
});
|
100
|
+
}
|
101
|
+
removeFilter() {
|
102
|
+
ConfigStorage.removePersonalizedFilter(this._filterAssistent, this.configName);
|
103
|
+
}
|
104
|
+
async handleFilterGroupChange() {
|
105
|
+
const assistent = await this._mainExpressionGroup.getExpressionGroup();
|
106
|
+
this._filterAssistent = Object.assign(Object.assign({}, this._filterAssistent), { assistent });
|
107
|
+
this._filterAssistent.parameters = PersonalizedFilterUtils.buildVariableParameters(this._filterAssistent.assistent);
|
108
|
+
this._elTextAreaExpression.value = PersonalizedFilterUtils.buildGroupExpression(this._filterAssistent.assistent, true);
|
109
|
+
this._elButtonSave.enabled = !this.hasChangesToSave();
|
110
|
+
}
|
111
|
+
hasChangesToSave() {
|
112
|
+
return JSON.stringify(this._filterAssistent) === JSON.stringify(this._originalFilterAssistent);
|
113
|
+
}
|
114
|
+
handleSave() {
|
115
|
+
const { assistent, expression } = this._filterAssistent;
|
116
|
+
const isValid = PersonalizedFilterUtils.validateFields(assistent);
|
117
|
+
if (!isValid || !this._filterAssistent.name)
|
118
|
+
return this._application.error(this.getMessage("snkPersonalizedFilter.error.title"), this.getMessage("snkPersonalizedFilter.error.description"));
|
119
|
+
const expressionQuery = !!assistent ? PersonalizedFilterUtils.buildGroupExpression(assistent) : expression;
|
120
|
+
this._filterAssistent.expression = expressionQuery;
|
121
|
+
this.ezSave.emit(expressionQuery);
|
122
|
+
this.saveFilter();
|
123
|
+
}
|
124
|
+
handleCancel() {
|
125
|
+
if (this.hasChangesToSave()) {
|
126
|
+
return this.ezCancel.emit();
|
127
|
+
}
|
128
|
+
ApplicationUtils.confirm(this.getMessage("snkPersonalizedFilter.confirmCancel.title"), this.getMessage("snkPersonalizedFilter.confirmCancel.description"))
|
129
|
+
.then((canCancel) => {
|
130
|
+
var _a;
|
131
|
+
if (canCancel) {
|
132
|
+
this._filterAssistent = ObjectUtils.copy((_a = this._originalFilterAssistent) !== null && _a !== void 0 ? _a : {});
|
133
|
+
this.ezCancel.emit();
|
134
|
+
this._elButtonSave.enabled = false;
|
135
|
+
}
|
136
|
+
});
|
137
|
+
}
|
138
|
+
handleTitleChange(name) {
|
139
|
+
this._filterAssistent = Object.assign(Object.assign({}, this._filterAssistent), { name });
|
140
|
+
this._elButtonSave.enabled = !this.hasChangesToSave();
|
141
|
+
}
|
142
|
+
addLabelToItems(resp) {
|
143
|
+
//Workaround: Alguns filtros foram salvos sem o fieldLabel. Para evitar transtornos
|
144
|
+
//tentamos usar o fieldLabel que pode estar informado no parametro.
|
145
|
+
if (resp.assistent && resp.assistent.items && resp.assistent.items.length > 0) {
|
146
|
+
resp.assistent.items.forEach(item => {
|
147
|
+
if (item.fieldLabel == undefined) {
|
148
|
+
const param = (resp.parameters || []).find(param => param.fieldName === item.fieldName);
|
149
|
+
if (param) {
|
150
|
+
item.fieldLabel = param.label;
|
151
|
+
}
|
152
|
+
}
|
153
|
+
});
|
154
|
+
}
|
155
|
+
return resp;
|
156
|
+
}
|
157
|
+
handleExpressionChange(expression) {
|
158
|
+
this._filterAssistent = Object.assign(Object.assign({}, this._filterAssistent), { expression });
|
159
|
+
this._elButtonSave.enabled = !this.hasChangesToSave();
|
160
|
+
}
|
161
|
+
getWarningMessageComponent() {
|
162
|
+
var _a;
|
163
|
+
if (StringUtils.isEmpty((_a = this._filterAssistent) === null || _a === void 0 ? void 0 : _a.warningMessage)) {
|
164
|
+
return undefined;
|
165
|
+
}
|
166
|
+
return (h("div", { class: "ez-flex" }, h("ez-alert", { alertType: "warn" }, this._filterAssistent.warningMessage)));
|
48
167
|
}
|
49
168
|
render() {
|
50
|
-
|
169
|
+
var _a, _b, _c, _d, _e;
|
170
|
+
if (!((_a = this._filterAssistent) === null || _a === void 0 ? void 0 : _a.assistent) && this._filterAssistentMode) {
|
171
|
+
return;
|
172
|
+
}
|
173
|
+
return (h(Host, null, h("div", { class: "snk-personalized-filter" }, h("div", null, h("snk-simple-bar", { label: this.filterId ? this.getMessage("snkPersonalizedFilter.info.titleEdit") : this.getMessage("snkPersonalizedFilter.info.titleAdd"), onExit: () => this.handleCancel() }, h("div", { class: "snk-personalized-filter__header-actions", slot: "rightSlot" }, h("ez-button", { size: "small", label: this.getMessage("snkPersonalizedFilter.info.labelCancel"), onClick: () => this.handleCancel() }), h("ez-button", { size: "small", ref: (el) => this._elButtonSave = el, enabled: false, class: "ez-button--primary", label: this.getMessage("snkPersonalizedFilter.info.labelSave"), onClick: this.handleSave.bind(this) })))), h("div", { class: "ez-box ez-margin-bottom--medium ez-box__main" }, h("div", { class: "ez-box__container" }, h("div", { class: "ez-flex ez-flex--column ez-size-width--full" }, h("div", { class: "ez-flex" }, h("ez-text-input", { class: "ez-padding-right--medium", label: this.getMessage("snkPersonalizedFilter.info.labelNameFilter"), value: (_b = this._filterAssistent) === null || _b === void 0 ? void 0 : _b.name, onEzChange: (evt) => this.handleTitleChange(evt.detail) })), this._filterAssistentMode ?
|
174
|
+
h(Fragment, null, h("div", { class: "ez-padding-top--small snk-personalized-filter__group" }, h("snk-expression-group", { ref: (el) => this._mainExpressionGroup = el, group: (_c = this._filterAssistent) === null || _c === void 0 ? void 0 : _c.assistent, messagesBuilder: this.messagesBuilder, onEzFilterGroupChange: this.handleFilterGroupChange.bind(this), filterId: this.filterId, entityURI: this.entityUri })), h("div", null, h("div", { class: "snk-personalized-filter__expression-input--line" }), h("ez-collapsible-box", { label: this.getMessage("snkPersonalizedFilter.info.titleCollapsible"), headerSize: "medium", value: true }, h("div", { class: "ez-box" }, h("div", { class: "ez-box__container" }, h("ez-text-area", { ref: (el) => this._elTextAreaExpression = el, enabled: false, label: this.getMessage("snkPersonalizedFilter.info.labelExpression"), value: (_d = this._filterAssistent) === null || _d === void 0 ? void 0 : _d.expression })))))) :
|
175
|
+
h(Fragment, null, h("span", { class: "ez-text ez-text--small ez-text--bold ez-padding-bottom--medium" }, "Express\u00E3o a ser aplicada:"), h("ez-text-area", { label: this.getMessage("snkPersonalizedFilter.info.labelExpression"), value: (_e = this._filterAssistent) === null || _e === void 0 ? void 0 : _e.expression, onEzChange: (evt) => this.handleExpressionChange(evt.detail) }), this.getWarningMessageComponent())))))));
|
51
176
|
}
|
52
177
|
static get is() { return "snk-personalized-filter"; }
|
178
|
+
static get encapsulation() { return "scoped"; }
|
53
179
|
static get originalStyleUrls() {
|
54
180
|
return {
|
55
181
|
"$": ["snk-personalized-filter.css"]
|
@@ -81,7 +207,127 @@ export class SnkPersonalizedFilter {
|
|
81
207
|
"tags": [],
|
82
208
|
"text": "Respons\u00E1vel por flexibilizar e padronizar o uso de mensagens nos blocos de constru\u00E7\u00E3o."
|
83
209
|
}
|
210
|
+
},
|
211
|
+
"entityUri": {
|
212
|
+
"type": "string",
|
213
|
+
"mutable": true,
|
214
|
+
"complexType": {
|
215
|
+
"original": "string",
|
216
|
+
"resolved": "string",
|
217
|
+
"references": {}
|
218
|
+
},
|
219
|
+
"required": false,
|
220
|
+
"optional": false,
|
221
|
+
"docs": {
|
222
|
+
"tags": [],
|
223
|
+
"text": "Respons\u00E1vel por receber a URI da entidade."
|
224
|
+
},
|
225
|
+
"attribute": "entity-uri",
|
226
|
+
"reflect": false
|
227
|
+
},
|
228
|
+
"filterId": {
|
229
|
+
"type": "string",
|
230
|
+
"mutable": true,
|
231
|
+
"complexType": {
|
232
|
+
"original": "string",
|
233
|
+
"resolved": "string",
|
234
|
+
"references": {}
|
235
|
+
},
|
236
|
+
"required": false,
|
237
|
+
"optional": false,
|
238
|
+
"docs": {
|
239
|
+
"tags": [],
|
240
|
+
"text": "Id do filtro que ser\u00E1 carregado."
|
241
|
+
},
|
242
|
+
"attribute": "filter-id",
|
243
|
+
"reflect": false
|
244
|
+
},
|
245
|
+
"configName": {
|
246
|
+
"type": "string",
|
247
|
+
"mutable": true,
|
248
|
+
"complexType": {
|
249
|
+
"original": "string",
|
250
|
+
"resolved": "string",
|
251
|
+
"references": {}
|
252
|
+
},
|
253
|
+
"required": false,
|
254
|
+
"optional": false,
|
255
|
+
"docs": {
|
256
|
+
"tags": [],
|
257
|
+
"text": "Nome da config para buscar no resourceId"
|
258
|
+
},
|
259
|
+
"attribute": "config-name",
|
260
|
+
"reflect": false
|
261
|
+
}
|
262
|
+
};
|
263
|
+
}
|
264
|
+
static get states() {
|
265
|
+
return {
|
266
|
+
"_filterAssistentMode": {},
|
267
|
+
"_filterAssistent": {}
|
268
|
+
};
|
269
|
+
}
|
270
|
+
static get events() {
|
271
|
+
return [{
|
272
|
+
"method": "ezCancel",
|
273
|
+
"name": "ezCancel",
|
274
|
+
"bubbles": true,
|
275
|
+
"cancelable": true,
|
276
|
+
"composed": true,
|
277
|
+
"docs": {
|
278
|
+
"tags": [],
|
279
|
+
"text": ""
|
280
|
+
},
|
281
|
+
"complexType": {
|
282
|
+
"original": "void",
|
283
|
+
"resolved": "void",
|
284
|
+
"references": {}
|
285
|
+
}
|
286
|
+
}, {
|
287
|
+
"method": "ezSave",
|
288
|
+
"name": "ezSave",
|
289
|
+
"bubbles": true,
|
290
|
+
"cancelable": true,
|
291
|
+
"composed": true,
|
292
|
+
"docs": {
|
293
|
+
"tags": [],
|
294
|
+
"text": ""
|
295
|
+
},
|
296
|
+
"complexType": {
|
297
|
+
"original": "string",
|
298
|
+
"resolved": "string",
|
299
|
+
"references": {}
|
300
|
+
}
|
301
|
+
}];
|
302
|
+
}
|
303
|
+
static get methods() {
|
304
|
+
return {
|
305
|
+
"createPersonalizedFilter": {
|
306
|
+
"complexType": {
|
307
|
+
"signature": "() => Promise<void>",
|
308
|
+
"parameters": [],
|
309
|
+
"references": {
|
310
|
+
"Promise": {
|
311
|
+
"location": "global"
|
312
|
+
},
|
313
|
+
"IPersonalizedFilter": {
|
314
|
+
"location": "import",
|
315
|
+
"path": "./subcomponents/snk-filter-param-config/interfaces/IPersonalizedFilter"
|
316
|
+
}
|
317
|
+
},
|
318
|
+
"return": "Promise<void>"
|
319
|
+
},
|
320
|
+
"docs": {
|
321
|
+
"text": "",
|
322
|
+
"tags": []
|
323
|
+
}
|
84
324
|
}
|
85
325
|
};
|
86
326
|
}
|
327
|
+
static get watchers() {
|
328
|
+
return [{
|
329
|
+
"propName": "filterId",
|
330
|
+
"methodName": "loadFilter"
|
331
|
+
}];
|
332
|
+
}
|
87
333
|
}
|
@@ -0,0 +1,73 @@
|
|
1
|
+
:host {
|
2
|
+
display: block;
|
3
|
+
|
4
|
+
/*@doc Define a largura do container.*/
|
5
|
+
--snk-expression-group--container-condition--width: 184px;
|
6
|
+
/*@doc Define a altura do container.*/
|
7
|
+
--snk-expression-group--container-condition--height: 38px;
|
8
|
+
/*@doc Define o tamanho da borda.*/
|
9
|
+
--snk-expression-group--container-condition--border-radius: var(--border--radius-medium, 12px);
|
10
|
+
|
11
|
+
/*@doc Define a altura do container.*/
|
12
|
+
--snk-expression-group--container-option--width: 85px;
|
13
|
+
/*@doc Define a cor da condition AND*/
|
14
|
+
--snk-expression-group__container-condition--background-and: #66B6A0;
|
15
|
+
/*@doc Define a cor da condition OR*/
|
16
|
+
--snk-expression-group__container-condition--background-or: #EBC65E;
|
17
|
+
|
18
|
+
/*@doc Define o padding da expression*/
|
19
|
+
--snk-expression-group__container-expression--padding-left: 26px;
|
20
|
+
|
21
|
+
/*@doc Define a cor de efeito de tracejado.*/
|
22
|
+
--snk-expression-group__background-color-dashed: var(--background--body, #fafcff);
|
23
|
+
}
|
24
|
+
|
25
|
+
.snk-expression-group__container-condition {
|
26
|
+
width: var(--snk-expression-group--container-condition--width);
|
27
|
+
height: var(--snk-expression-group--container-condition--height);
|
28
|
+
border-radius: var(--snk-expression-group--container-condition--border-radius);
|
29
|
+
z-index: var(--more-visible--2x, 3);
|
30
|
+
}
|
31
|
+
|
32
|
+
.snk-expression-group__container-option {
|
33
|
+
width: var(--snk-expression-group--container-option--width);
|
34
|
+
}
|
35
|
+
|
36
|
+
.snk-expression-group__container-condition[data-condition="AND"] {
|
37
|
+
background-color: var(--snk-expression-group__container-condition--background-and);
|
38
|
+
}
|
39
|
+
|
40
|
+
.snk-expression-group__container-condition[data-condition="OR"] {
|
41
|
+
background-color: var(--snk-expression-group__container-condition--background-or);
|
42
|
+
}
|
43
|
+
|
44
|
+
.snk-expression-group__container-expression{
|
45
|
+
padding-left: var(--snk-expression-group__container-expression--padding-left);
|
46
|
+
}
|
47
|
+
|
48
|
+
.dashes{
|
49
|
+
z-index: var(--visible, 1);
|
50
|
+
background: var(--snk-expression-group__background-color-dashed);
|
51
|
+
border-left: 2px dashed var(--text-secondary, #A2ABB9);
|
52
|
+
position: absolute;
|
53
|
+
width: 15px;
|
54
|
+
height: 58px;
|
55
|
+
margin-left: -15px;
|
56
|
+
margin-top: -36.5px;
|
57
|
+
}
|
58
|
+
|
59
|
+
.horizontal-dashes {
|
60
|
+
z-index: var(--more-visible, 2);
|
61
|
+
border-bottom: 2px dashed var(--text-secondary, #A2ABB9);
|
62
|
+
position: absolute;
|
63
|
+
width: 15px;
|
64
|
+
height: 54px;
|
65
|
+
margin-left: -15px;
|
66
|
+
margin-top: -33.5px;
|
67
|
+
}
|
68
|
+
|
69
|
+
.hidden{
|
70
|
+
display: none;
|
71
|
+
}
|
72
|
+
|
73
|
+
|