@sankhyalabs/sankhyablocks 10.1.0-dev.52 → 10.1.0-dev.53
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-a1fab5ca.js → ConfigStorage-4201dd3d.js} +2 -2
- package/dist/cjs/{DataFetcher-384d2ce8.js → DataFetcher-b3a8075d.js} +2830 -2
- package/dist/cjs/FormConfigHelper-c5f5473a.js +342 -0
- package/dist/cjs/{ISave-ecbe9336.js → ISave-4674c283.js} +1 -1
- package/dist/cjs/{PersonalizedFilterUtils-eccb267a.js → PersonalizedFilterUtils-263e4d24.js} +52 -5
- package/dist/cjs/{SnkFormConfigManager-44386305.js → SnkFormConfigManager-c3a49038.js} +2 -2
- package/dist/cjs/{SnkMultiSelectionListDataSource-d341dd02.js → SnkMultiSelectionListDataSource-0bc94d36.js} +4 -4
- package/dist/cjs/{auth-fetcher-6b134ec4.js → auth-fetcher-0ecc53ff.js} +1 -1
- package/dist/cjs/{dataunit-fetcher-b9822794.js → dataunit-fetcher-bcbc38c0.js} +2 -3
- package/dist/cjs/{filter-type.enum-2bb46d2a.js → filter-type.enum-b3b388af.js} +7 -0
- package/dist/cjs/{form-config-fetcher-45d1964c.js → form-config-fetcher-f80dbc3b.js} +23 -5
- package/dist/cjs/index-1894343a.js +24 -36
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/pesquisa-grid_2.cjs.entry.js +4 -5
- package/dist/cjs/sankhyablocks.cjs.js +1 -1
- package/dist/cjs/snk-actions-button_9.cjs.entry.js +5 -6
- package/dist/cjs/snk-application.cjs.entry.js +7 -8
- package/dist/cjs/snk-attach_11.cjs.entry.js +2950 -0
- package/dist/cjs/snk-crud.cjs.entry.js +31 -243
- package/dist/cjs/snk-data-exporter.cjs.entry.js +5 -6
- package/dist/cjs/{snk-data-unit-4b6dc396.js → snk-data-unit-3b94547d.js} +11 -11
- package/dist/cjs/snk-data-unit.cjs.entry.js +3 -4
- package/dist/cjs/snk-detail-view.cjs.entry.js +9 -10
- package/dist/cjs/snk-dynaform-config-header_5.cjs.entry.js +739 -0
- package/dist/cjs/snk-dynaform-detail-view_2.cjs.entry.js +938 -0
- package/dist/cjs/snk-dynaform-field-config_2.cjs.entry.js +327 -0
- package/dist/cjs/snk-dynaform-guides-view-e98f7f3a.js +747 -0
- package/dist/cjs/snk-dynaform-guides-view.cjs.entry.js +23 -0
- package/dist/cjs/snk-dynaform.cjs.entry.js +675 -0
- package/dist/cjs/{snk-expression-group_2.cjs.entry.js → snk-expression-group_4.cjs.entry.js} +421 -18
- package/dist/cjs/snk-filter-bar_4.cjs.entry.js +41 -44
- package/dist/cjs/snk-form_2.cjs.entry.js +4 -5
- package/dist/cjs/snk-grid.cjs.entry.js +7 -8
- package/dist/cjs/{snk-guides-viewer-8e7a503b.js → snk-guides-viewer-3054d541.js} +1 -1
- package/dist/cjs/snk-guides-viewer.cjs.entry.js +5 -6
- package/dist/cjs/snk-layout-form-config.cjs.entry.js +4 -5
- package/dist/cjs/snk-pesquisa.cjs.entry.js +4 -5
- package/dist/cjs/taskbarUtils-38748460.js +231 -0
- package/dist/collection/collection-manifest.json +17 -0
- package/dist/collection/components/snk-dynaform/interfaces/PropsCustomEditor.js +1 -0
- package/dist/collection/components/snk-dynaform/interfaces/PropsCustomRender.js +1 -0
- package/dist/collection/components/snk-dynaform/snk-dynaform.css +64 -0
- package/dist/collection/components/snk-dynaform/snk-dynaform.js +1657 -0
- package/dist/collection/components/snk-dynaform/subcomponents/CardFormResizeObserver.js +26 -0
- package/dist/collection/components/snk-dynaform/subcomponents/GuideBuilder.js +51 -0
- package/dist/collection/components/snk-dynaform/subcomponents/snk-dynaform-detail-view/snk-dynaform-detail-view.css +112 -0
- package/dist/collection/components/snk-dynaform/subcomponents/snk-dynaform-detail-view/snk-dynaform-detail-view.js +992 -0
- package/dist/collection/components/snk-dynaform/subcomponents/snk-dynaform-form-view/snk-dynaform-form-view.css +64 -0
- package/dist/collection/components/snk-dynaform/subcomponents/snk-dynaform-form-view/snk-dynaform-form-view.js +588 -0
- package/dist/collection/components/snk-dynaform/subcomponents/snk-dynaform-guides-view/snk-dynaform-guides-view.css +98 -0
- package/dist/collection/components/snk-dynaform/subcomponents/snk-dynaform-guides-view/snk-dynaform-guides-view.js +1167 -0
- package/dist/collection/components/snk-dynaform-form-config/FormConfigHelper.js +325 -0
- package/dist/collection/components/snk-dynaform-form-config/SnkFormConfigManager.js +212 -0
- package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-config-header/snk-dynaform-config-header.css +17 -0
- package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-config-header/snk-dynaform-config-header.js +236 -0
- package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-config-header/snk-dynaform-configs-button/snk-dynaform-configs-button.css +41 -0
- package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-config-header/snk-dynaform-configs-button/snk-dynaform-configs-button.js +170 -0
- package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-field-item/snk-dynaform-field-config/snk-dynaform-field-config.css +22 -0
- package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-field-item/snk-dynaform-field-config/snk-dynaform-field-config.js +408 -0
- package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-field-item/snk-dynaform-field-item.css +88 -0
- package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-field-item/snk-dynaform-field-item.js +209 -0
- package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-fields-layout/snk-dynaform-fields-layout.css +167 -0
- package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-fields-layout/snk-dynaform-fields-layout.js +655 -0
- package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-fields-selector/snk-dynaform-fields-selector.css +42 -0
- package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-fields-selector/snk-dynaform-fields-selector.js +171 -0
- package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-form-config.css +66 -0
- package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-form-config.js +557 -0
- package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-guides-configurator/snk-dynaform-guides-configurator.css +80 -0
- package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-guides-configurator/snk-dynaform-guides-configurator.js +326 -0
- package/dist/collection/components/snk-grid/snk-grid.css +4 -2
- package/dist/collection/lib/http/data-fetcher/fetchers/form-config-fetcher.js +22 -4
- package/dist/components/form-config-fetcher.js +22 -4
- package/dist/components/index.d.ts +12 -0
- package/dist/components/index.js +12 -0
- package/dist/components/snk-crud.js +1 -212
- package/dist/components/snk-dynaform-config-header.d.ts +11 -0
- package/dist/components/snk-dynaform-config-header.js +6 -0
- package/dist/components/snk-dynaform-config-header2.js +103 -0
- package/dist/components/snk-dynaform-configs-button.d.ts +11 -0
- package/dist/components/snk-dynaform-configs-button.js +6 -0
- package/dist/components/snk-dynaform-configs-button2.js +76 -0
- package/dist/components/snk-dynaform-detail-view.d.ts +11 -0
- package/dist/components/snk-dynaform-detail-view.js +6 -0
- package/dist/components/snk-dynaform-detail-view2.js +1835 -0
- package/dist/components/snk-dynaform-field-config.d.ts +11 -0
- package/dist/components/snk-dynaform-field-config.js +6 -0
- package/dist/components/snk-dynaform-field-config2.js +605 -0
- package/dist/components/snk-dynaform-field-item.d.ts +11 -0
- package/dist/components/snk-dynaform-field-item.js +6 -0
- package/dist/components/snk-dynaform-field-item2.js +96 -0
- package/dist/components/snk-dynaform-fields-layout.d.ts +11 -0
- package/dist/components/snk-dynaform-fields-layout.js +6 -0
- package/dist/components/snk-dynaform-fields-layout2.js +428 -0
- package/dist/components/snk-dynaform-fields-selector.d.ts +11 -0
- package/dist/components/snk-dynaform-fields-selector.js +6 -0
- package/dist/components/snk-dynaform-fields-selector2.js +104 -0
- package/dist/components/snk-dynaform-form-config.d.ts +11 -0
- package/dist/components/snk-dynaform-form-config.js +6 -0
- package/dist/components/snk-dynaform-form-config2.js +430 -0
- package/dist/components/snk-dynaform-form-view.d.ts +11 -0
- package/dist/components/snk-dynaform-form-view.js +6 -0
- package/dist/components/snk-dynaform-form-view2.js +270 -0
- package/dist/components/snk-dynaform-guides-configurator.d.ts +11 -0
- package/dist/components/snk-dynaform-guides-configurator.js +6 -0
- package/dist/components/snk-dynaform-guides-configurator2.js +173 -0
- package/dist/components/snk-dynaform-guides-view.d.ts +11 -0
- package/dist/components/snk-dynaform-guides-view.js +6 -0
- package/dist/components/snk-dynaform.d.ts +11 -0
- package/dist/components/snk-dynaform.js +1003 -0
- package/dist/components/snk-grid2.js +1 -1
- package/dist/components/taskbarUtils.js +224 -0
- package/dist/esm/{ConfigStorage-76872695.js → ConfigStorage-e834d1ea.js} +2 -2
- package/dist/esm/{DataFetcher-e60f8d53.js → DataFetcher-5ed0a377.js} +2830 -3
- package/dist/esm/FormConfigHelper-efc29480.js +328 -0
- package/dist/esm/{ISave-4929c071.js → ISave-5b46d691.js} +1 -1
- package/dist/esm/{PersonalizedFilterUtils-d2439a9a.js → PersonalizedFilterUtils-45b5803c.js} +49 -2
- package/dist/esm/{SnkFormConfigManager-83f6b22f.js → SnkFormConfigManager-bfd575c2.js} +2 -2
- package/dist/esm/{SnkMultiSelectionListDataSource-18abafb1.js → SnkMultiSelectionListDataSource-9e9166ae.js} +4 -4
- package/dist/esm/{auth-fetcher-1a31c1e4.js → auth-fetcher-5283045d.js} +1 -1
- package/dist/esm/{dataunit-fetcher-c176e002.js → dataunit-fetcher-3b1ca96e.js} +1 -2
- package/dist/esm/{filter-type.enum-f6a8fe23.js → filter-type.enum-62b7fe88.js} +8 -1
- package/dist/esm/{form-config-fetcher-b44b2727.js → form-config-fetcher-db1bf140.js} +23 -5
- package/dist/esm/index-04f73a26.js +24 -36
- package/dist/esm/loader.js +1 -1
- package/dist/esm/pesquisa-grid_2.entry.js +4 -5
- package/dist/esm/sankhyablocks.js +1 -1
- package/dist/esm/snk-actions-button_9.entry.js +5 -6
- package/dist/esm/snk-application.entry.js +6 -7
- package/dist/esm/snk-attach_11.entry.js +2936 -0
- package/dist/esm/snk-crud.entry.js +6 -218
- package/dist/esm/snk-data-exporter.entry.js +5 -6
- package/dist/esm/{snk-data-unit-d8cfa950.js → snk-data-unit-dfde62cb.js} +2 -2
- package/dist/esm/snk-data-unit.entry.js +3 -4
- package/dist/esm/snk-detail-view.entry.js +7 -8
- package/dist/esm/snk-dynaform-config-header_5.entry.js +731 -0
- package/dist/esm/snk-dynaform-detail-view_2.entry.js +933 -0
- package/dist/esm/snk-dynaform-field-config_2.entry.js +322 -0
- package/dist/esm/snk-dynaform-guides-view-1f1455d6.js +744 -0
- package/dist/esm/snk-dynaform-guides-view.entry.js +15 -0
- package/dist/esm/snk-dynaform.entry.js +671 -0
- package/dist/esm/{snk-expression-group_2.entry.js → snk-expression-group_4.entry.js} +405 -4
- package/dist/esm/snk-filter-bar_4.entry.js +5 -8
- package/dist/esm/snk-form_2.entry.js +4 -5
- package/dist/esm/snk-grid.entry.js +7 -8
- package/dist/esm/{snk-guides-viewer-adf39ea2.js → snk-guides-viewer-95fefcaa.js} +1 -1
- package/dist/esm/snk-guides-viewer.entry.js +5 -6
- package/dist/esm/snk-layout-form-config.entry.js +4 -5
- package/dist/esm/snk-pesquisa.entry.js +4 -5
- package/dist/esm/taskbarUtils-8501d09e.js +225 -0
- package/dist/sankhyablocks/p-0dbd53d9.js +1 -0
- package/dist/sankhyablocks/{p-f5ad0720.js → p-19d1ca14.js} +1 -1
- package/dist/sankhyablocks/{p-ab5e12fa.js → p-1cc4cf61.js} +1 -1
- package/dist/sankhyablocks/p-1edd6be6.entry.js +1 -0
- package/dist/sankhyablocks/p-22ddc1a5.entry.js +1 -0
- package/dist/sankhyablocks/p-24b059ee.entry.js +1 -0
- package/dist/sankhyablocks/{p-5c250661.js → p-2c00b93d.js} +1 -1
- package/dist/sankhyablocks/p-3623fddf.entry.js +1 -0
- package/dist/sankhyablocks/p-43c94ba5.entry.js +1 -0
- package/dist/sankhyablocks/p-449dfe55.entry.js +1 -0
- package/dist/sankhyablocks/p-451b5bcc.entry.js +1 -0
- package/dist/sankhyablocks/p-46d7e2de.js +1 -0
- package/dist/sankhyablocks/{p-3c990841.js → p-51e853f2.js} +1 -1
- package/dist/sankhyablocks/p-58709cf9.js +1 -0
- package/dist/sankhyablocks/p-589016e2.entry.js +1 -0
- package/dist/sankhyablocks/p-5d02c032.js +1 -0
- package/dist/sankhyablocks/p-5d50f59a.entry.js +1 -0
- package/dist/sankhyablocks/p-61776b68.entry.js +1 -0
- package/dist/sankhyablocks/p-6b8a1ec3.js +1 -0
- package/dist/sankhyablocks/p-7038cf62.entry.js +1 -0
- package/dist/sankhyablocks/{p-b1bb4cf1.js → p-70c2ee5c.js} +1 -1
- package/dist/sankhyablocks/p-7628e04f.entry.js +1 -0
- package/dist/sankhyablocks/p-7798788b.entry.js +1 -0
- package/dist/sankhyablocks/p-77c26de0.js +1 -0
- package/dist/sankhyablocks/p-7c34a0f7.entry.js +1 -0
- package/dist/sankhyablocks/p-a4a0d9b7.entry.js +1 -0
- package/dist/sankhyablocks/{p-4f7adf97.js → p-b1bf9564.js} +1 -1
- package/dist/sankhyablocks/p-b4c2a99c.entry.js +1 -0
- package/dist/sankhyablocks/p-b75af274.entry.js +1 -0
- package/dist/sankhyablocks/p-c538bd6c.entry.js +1 -0
- package/dist/sankhyablocks/{p-3704bf1b.js → p-d5810110.js} +1 -1
- package/dist/sankhyablocks/p-d7fd447e.entry.js +1 -0
- package/dist/sankhyablocks/p-d88278f8.js +28 -0
- package/dist/sankhyablocks/p-f076d742.js +60 -0
- package/dist/sankhyablocks/{p-8fe740b7.entry.js → p-f1ef090f.entry.js} +2 -2
- package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
- package/dist/types/components/snk-dynaform/interfaces/PropsCustomEditor.d.ts +4 -0
- package/dist/types/components/snk-dynaform/interfaces/PropsCustomRender.d.ts +4 -0
- package/dist/types/components/snk-dynaform/subcomponents/CardFormResizeObserver.d.ts +1 -0
- package/dist/types/components/snk-dynaform/subcomponents/GuideBuilder.d.ts +14 -0
- package/dist/types/components/snk-dynaform/subcomponents/snk-dynaform-detail-view/snk-dynaform-detail-view.d.ts +158 -0
- package/dist/types/components/snk-dynaform/subcomponents/snk-dynaform-form-view/snk-dynaform-form-view.d.ts +107 -0
- package/dist/types/components/snk-dynaform-form-config/FormConfigHelper.d.ts +36 -0
- package/dist/types/components/snk-dynaform-form-config/SnkFormConfigManager.d.ts +35 -0
- package/dist/types/components/snk-dynaform-form-config/snk-dynaform-config-header/snk-dynaform-config-header.d.ts +23 -0
- package/dist/types/components/snk-dynaform-form-config/snk-dynaform-config-header/snk-dynaform-configs-button/snk-dynaform-configs-button.d.ts +19 -0
- package/dist/types/components/snk-dynaform-form-config/snk-dynaform-field-item/snk-dynaform-field-config/snk-dynaform-field-config.d.ts +56 -0
- package/dist/types/components/snk-dynaform-form-config/snk-dynaform-fields-layout/snk-dynaform-fields-layout.d.ts +74 -0
- package/dist/types/components/snk-dynaform-form-config/snk-dynaform-fields-selector/snk-dynaform-fields-selector.d.ts +21 -0
- package/dist/types/components/snk-dynaform-form-config/snk-dynaform-form-config.d.ts +95 -0
- package/dist/types/components/snk-dynaform-form-config/snk-dynaform-guides-configurator/snk-dynaform-guides-configurator.d.ts +35 -0
- package/dist/types/components.d.ts +2403 -1322
- package/dist/types/lib/http/data-fetcher/fetchers/form-config-fetcher.d.ts +1 -0
- package/package.json +1 -1
- package/react/components.d.ts +12 -0
- package/react/components.js +12 -0
- package/react/components.js.map +1 -1
- package/dist/cjs/SnkMessageBuilder-a9300ebe.js +0 -2833
- package/dist/cjs/default-filters-a09bf82b.js +0 -8
- package/dist/cjs/index-62760a9c.js +0 -49
- package/dist/cjs/index-8d94b7e0.js +0 -7
- package/dist/cjs/snk-attach.cjs.entry.js +0 -948
- package/dist/cjs/snk-default-filter.cjs.entry.js +0 -77
- package/dist/cjs/snk-filter-advanced-mode_3.cjs.entry.js +0 -99
- package/dist/cjs/snk-filter-detail.cjs.entry.js +0 -198
- package/dist/cjs/snk-filter-field-search_2.cjs.entry.js +0 -408
- package/dist/cjs/snk-filter-modal-item.cjs.entry.js +0 -109
- package/dist/cjs/snk-image-input.cjs.entry.js +0 -160
- package/dist/cjs/snk-personalized-filter.cjs.entry.js +0 -358
- package/dist/cjs/snk-simple-crud.cjs.entry.js +0 -865
- package/dist/esm/SnkMessageBuilder-1eb7a1af.js +0 -2831
- package/dist/esm/default-filters-50105e43.js +0 -8
- package/dist/esm/index-620ac460.js +0 -7
- package/dist/esm/index-8acbae97.js +0 -49
- package/dist/esm/snk-attach.entry.js +0 -944
- package/dist/esm/snk-default-filter.entry.js +0 -73
- package/dist/esm/snk-filter-advanced-mode_3.entry.js +0 -93
- package/dist/esm/snk-filter-detail.entry.js +0 -194
- package/dist/esm/snk-filter-field-search_2.entry.js +0 -403
- package/dist/esm/snk-filter-modal-item.entry.js +0 -105
- package/dist/esm/snk-image-input.entry.js +0 -156
- package/dist/esm/snk-personalized-filter.entry.js +0 -354
- package/dist/esm/snk-simple-crud.entry.js +0 -861
- package/dist/sankhyablocks/p-0a4cdcde.entry.js +0 -1
- package/dist/sankhyablocks/p-0afc64df.entry.js +0 -1
- package/dist/sankhyablocks/p-10f27dc6.entry.js +0 -1
- package/dist/sankhyablocks/p-20f03230.entry.js +0 -1
- package/dist/sankhyablocks/p-2af8aca3.js +0 -1
- package/dist/sankhyablocks/p-3870748a.js +0 -28
- package/dist/sankhyablocks/p-3d294185.entry.js +0 -1
- package/dist/sankhyablocks/p-438a225f.entry.js +0 -1
- package/dist/sankhyablocks/p-4d04bc75.entry.js +0 -1
- package/dist/sankhyablocks/p-554c0e54.js +0 -1
- package/dist/sankhyablocks/p-57c184a2.entry.js +0 -1
- package/dist/sankhyablocks/p-68c1a093.js +0 -1
- package/dist/sankhyablocks/p-6a4b21dd.js +0 -1
- package/dist/sankhyablocks/p-6ae7543b.entry.js +0 -1
- package/dist/sankhyablocks/p-6e278003.js +0 -60
- package/dist/sankhyablocks/p-82bcb4cf.entry.js +0 -1
- package/dist/sankhyablocks/p-84345e7a.js +0 -1
- package/dist/sankhyablocks/p-95af0bb1.entry.js +0 -1
- package/dist/sankhyablocks/p-a905712a.entry.js +0 -1
- package/dist/sankhyablocks/p-aff2d081.entry.js +0 -1
- package/dist/sankhyablocks/p-b0a357b4.entry.js +0 -1
- package/dist/sankhyablocks/p-b568c1d4.js +0 -1
- package/dist/sankhyablocks/p-bab4cde4.entry.js +0 -1
- package/dist/sankhyablocks/p-bd3c1aaa.entry.js +0 -1
- package/dist/sankhyablocks/p-cc64239c.entry.js +0 -1
- package/dist/sankhyablocks/p-cd00a3d1.entry.js +0 -1
- package/dist/sankhyablocks/p-d9ec8c4b.entry.js +0 -1
- package/dist/sankhyablocks/p-dbdbb77a.entry.js +0 -1
- package/dist/sankhyablocks/p-e8df1dea.entry.js +0 -1
- package/dist/sankhyablocks/p-ef9343c3.entry.js +0 -1
- package/dist/sankhyablocks/p-f4184ce7.js +0 -1
|
@@ -0,0 +1,408 @@
|
|
|
1
|
+
import { h, forceUpdate } from '@stencil/core';
|
|
2
|
+
import { ApplicationContext, ObjectUtils, StringUtils, UserInterface, } from '@sankhyalabs/core';
|
|
3
|
+
import { DEFAULT_TYPE, TAGS_BY_TYPE, VARS_BY_TYPE } from '../../../../lib/utils/constants';
|
|
4
|
+
import { getConvertedValue } from '@sankhyalabs/core/dist/dataunit/metadata/DataType';
|
|
5
|
+
import { CheckMode } from '@sankhyalabs/ezui/dist/collection/utils';
|
|
6
|
+
import { getEnabledByProperty, getValidatedFieldValue, getValueByProperty } from '../../FormConfigHelper';
|
|
7
|
+
export class SnkDynaformFieldConfig {
|
|
8
|
+
constructor() {
|
|
9
|
+
this.fieldLabel = undefined;
|
|
10
|
+
this.fieldLabelErrorMessage = undefined;
|
|
11
|
+
this.fieldDefaultValue = undefined;
|
|
12
|
+
this.fieldCleanOnCopy = undefined;
|
|
13
|
+
this.fieldRequired = undefined;
|
|
14
|
+
this.fieldReadOnly = undefined;
|
|
15
|
+
this._defaultType = undefined;
|
|
16
|
+
this.dataUnit = undefined;
|
|
17
|
+
this.fieldConfig = undefined;
|
|
18
|
+
this.fieldDescriptor = undefined;
|
|
19
|
+
this.messagesBuilder = undefined;
|
|
20
|
+
}
|
|
21
|
+
observeFieldLabel() {
|
|
22
|
+
if (this.validateFieldLabel) {
|
|
23
|
+
this.fieldLabelErrorMessage = undefined;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
async show(_anchorElement) {
|
|
27
|
+
this._popoupElement.opened = true;
|
|
28
|
+
this.initializeValues();
|
|
29
|
+
forceUpdate(this);
|
|
30
|
+
}
|
|
31
|
+
validateFieldLabel() {
|
|
32
|
+
var _a;
|
|
33
|
+
if ((_a = this.fieldLabel) === null || _a === void 0 ? void 0 : _a.trim())
|
|
34
|
+
return true;
|
|
35
|
+
this.applyErrorMessage();
|
|
36
|
+
return false;
|
|
37
|
+
}
|
|
38
|
+
getMessage(key, params) {
|
|
39
|
+
return this.messagesBuilder.getMessage(key, params);
|
|
40
|
+
}
|
|
41
|
+
isAllowDefault() {
|
|
42
|
+
var _a;
|
|
43
|
+
const allowDefault = (_a = this.fieldDescriptor.properties) === null || _a === void 0 ? void 0 : _a.allowDefault;
|
|
44
|
+
if (allowDefault == undefined) {
|
|
45
|
+
return true;
|
|
46
|
+
}
|
|
47
|
+
return allowDefault === 'true';
|
|
48
|
+
}
|
|
49
|
+
enabledValueDefault() {
|
|
50
|
+
var _a, _b, _c;
|
|
51
|
+
const allowDefault = (_a = this.fieldDescriptor.properties) === null || _a === void 0 ? void 0 : _a.allowDefault;
|
|
52
|
+
const hasVariableVar = (VARS_BY_TYPE.UserInterface.hasOwnProperty((_b = this.fieldDescriptor) === null || _b === void 0 ? void 0 : _b.userInterface)
|
|
53
|
+
|| ((_c = this.fieldDescriptor) === null || _c === void 0 ? void 0 : _c.userInterface) === UserInterface.SEARCH);
|
|
54
|
+
return hasVariableVar && (allowDefault == undefined || allowDefault === 'true');
|
|
55
|
+
}
|
|
56
|
+
getDefaultType() {
|
|
57
|
+
var _a, _b;
|
|
58
|
+
return (_b = (_a = this.fieldDefaultValue) === null || _a === void 0 ? void 0 : _a.type) !== null && _b !== void 0 ? _b : DEFAULT_TYPE.fixed;
|
|
59
|
+
}
|
|
60
|
+
emitFieldChanged() {
|
|
61
|
+
this.fieldConfigChanged.emit(this.fieldConfig);
|
|
62
|
+
}
|
|
63
|
+
handleLabelChanged({ detail }) {
|
|
64
|
+
this.fieldLabel = detail;
|
|
65
|
+
}
|
|
66
|
+
handleDefaultTypeChanged({ detail }) {
|
|
67
|
+
const optionSelected = detail.value;
|
|
68
|
+
if (optionSelected == undefined)
|
|
69
|
+
return;
|
|
70
|
+
this._defaultType = optionSelected;
|
|
71
|
+
this.fieldDefaultValue = { type: this._defaultType };
|
|
72
|
+
}
|
|
73
|
+
handleDefaultValueChanged({ detail }) {
|
|
74
|
+
this.fieldDefaultValue.value = detail === null || detail === void 0 ? void 0 : detail.value;
|
|
75
|
+
}
|
|
76
|
+
onChangeDefaultValue(fieldValue) {
|
|
77
|
+
this.fieldDefaultValue.value = getValidatedFieldValue(fieldValue, this.dataUnit, this.fieldConfig.name);
|
|
78
|
+
}
|
|
79
|
+
handleClearDuplicateChanged({ detail }) {
|
|
80
|
+
this.fieldCleanOnCopy = detail;
|
|
81
|
+
}
|
|
82
|
+
handleRequiredChanged({ detail }) {
|
|
83
|
+
this.fieldRequired = detail;
|
|
84
|
+
}
|
|
85
|
+
handleReadOnlyChanged({ detail }) {
|
|
86
|
+
this.fieldReadOnly = detail;
|
|
87
|
+
}
|
|
88
|
+
loadDefaultValue() {
|
|
89
|
+
var _a;
|
|
90
|
+
if ((_a = this.fieldConfig.defaultValue) === null || _a === void 0 ? void 0 : _a.type) {
|
|
91
|
+
this._defaultType = this.fieldConfig.defaultValue.type;
|
|
92
|
+
return;
|
|
93
|
+
}
|
|
94
|
+
this._defaultType = DEFAULT_TYPE.fixed;
|
|
95
|
+
this.fieldConfig.defaultValue = { type: this._defaultType };
|
|
96
|
+
}
|
|
97
|
+
buildOptions() {
|
|
98
|
+
let interfaceField = this.fieldDescriptor.userInterface;
|
|
99
|
+
if (interfaceField === UserInterface.SEARCH) {
|
|
100
|
+
interfaceField = UserInterface.INTEGERNUMBER;
|
|
101
|
+
}
|
|
102
|
+
return VARS_BY_TYPE.UserInterface[interfaceField];
|
|
103
|
+
}
|
|
104
|
+
renderDefaultValueEditor() {
|
|
105
|
+
if (this._defaultType === DEFAULT_TYPE.variable) {
|
|
106
|
+
return (h("ez-combo-box", { label: this.getMessage('snkConfigOptions.label.valueDefault'), enabled: this.isAllowDefault(), onEzChange: (e) => this.handleDefaultValueChanged(e), value: this.fieldDefaultValue.value, options: this.buildOptions() }));
|
|
107
|
+
}
|
|
108
|
+
return this.fieldDescriptor.userInterface &&
|
|
109
|
+
this.buildFieldDefaultValueElement();
|
|
110
|
+
}
|
|
111
|
+
buildFieldDefaultValueElement() {
|
|
112
|
+
var _a;
|
|
113
|
+
const { userInterface, properties, dataType } = this.fieldDescriptor;
|
|
114
|
+
const allowDefault = properties === null || properties === void 0 ? void 0 : properties.allowDefault;
|
|
115
|
+
let value;
|
|
116
|
+
let enabled = StringUtils.getBooleanValue(allowDefault, !this.fieldReadOnly);
|
|
117
|
+
if (userInterface === UserInterface.FILE) {
|
|
118
|
+
enabled = false;
|
|
119
|
+
}
|
|
120
|
+
if (enabled) {
|
|
121
|
+
value = (_a = this.fieldDefaultValue) === null || _a === void 0 ? void 0 : _a.value;
|
|
122
|
+
if (value != undefined) {
|
|
123
|
+
value = getConvertedValue(dataType, value);
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
const configField = {
|
|
127
|
+
value,
|
|
128
|
+
enabled,
|
|
129
|
+
label: this.fieldConfig.label,
|
|
130
|
+
name: this.fieldConfig.name,
|
|
131
|
+
required: this.fieldRequired,
|
|
132
|
+
userInterface,
|
|
133
|
+
};
|
|
134
|
+
switch (userInterface) {
|
|
135
|
+
case UserInterface.SWITCH:
|
|
136
|
+
return this.buildInputDefault(configField, undefined, CheckMode.SWITCH);
|
|
137
|
+
case UserInterface.CHECKBOX:
|
|
138
|
+
return this.buildInputDefault(configField, undefined, CheckMode.REGULAR);
|
|
139
|
+
case UserInterface.OPTIONSELECTOR:
|
|
140
|
+
case UserInterface.DECIMALNUMBER:
|
|
141
|
+
return this.buildInputDefault(configField, properties);
|
|
142
|
+
default:
|
|
143
|
+
return this.buildInputDefault(configField);
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
buildInputDefault({ value, enabled, label, name, required, userInterface }, properties = undefined, mode = undefined) {
|
|
147
|
+
let options;
|
|
148
|
+
let precision = 0;
|
|
149
|
+
let prettyPrecision = 0;
|
|
150
|
+
const TagName = userInterface == undefined || TAGS_BY_TYPE[userInterface] == undefined
|
|
151
|
+
? TAGS_BY_TYPE.DEFAULT
|
|
152
|
+
: TAGS_BY_TYPE[userInterface];
|
|
153
|
+
if (userInterface === UserInterface.OPTIONSELECTOR) {
|
|
154
|
+
const prop = properties === null || properties === void 0 ? void 0 : properties.options;
|
|
155
|
+
if (typeof prop === 'string') {
|
|
156
|
+
const parsed = ObjectUtils.stringToObject(prop);
|
|
157
|
+
options = Object.keys(parsed).map(key => {
|
|
158
|
+
return { value: key, label: parsed[key] };
|
|
159
|
+
});
|
|
160
|
+
}
|
|
161
|
+
else {
|
|
162
|
+
options = prop;
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
else if (userInterface === UserInterface.DECIMALNUMBER) {
|
|
166
|
+
precision = Number((properties === null || properties === void 0 ? void 0 : properties.precision) || 2);
|
|
167
|
+
prettyPrecision = Number((properties === null || properties === void 0 ? void 0 : properties.prettyPrecision) || precision);
|
|
168
|
+
}
|
|
169
|
+
return h(TagName, Object.assign({ value: value, enabled: enabled, label: label, "data-field-name": name, key: name, onEzChange: (evt) => this.onChangeDefaultValue(evt === null || evt === void 0 ? void 0 : evt.detail) }, (this.getConditionalAttributes(userInterface, required, options, precision, prettyPrecision, mode))));
|
|
170
|
+
}
|
|
171
|
+
getConditionalAttributes(userInterface, required, options, precision, prettyPrecision, mode) {
|
|
172
|
+
const useSearchPlus = userInterface == UserInterface.SEARCHPLUS;
|
|
173
|
+
switch (userInterface) {
|
|
174
|
+
case UserInterface.SEARCH:
|
|
175
|
+
case UserInterface.SEARCHPLUS:
|
|
176
|
+
return {
|
|
177
|
+
suppressEmptyOption: required,
|
|
178
|
+
optionLoader: (searchArgument) => this.onSearchDefaultValue(searchArgument, { useSearchPlus }),
|
|
179
|
+
};
|
|
180
|
+
case UserInterface.OPTIONSELECTOR:
|
|
181
|
+
return {
|
|
182
|
+
suppressEmptyOption: required,
|
|
183
|
+
options,
|
|
184
|
+
};
|
|
185
|
+
case UserInterface.CHECKBOX:
|
|
186
|
+
case UserInterface.SWITCH:
|
|
187
|
+
return {
|
|
188
|
+
mode,
|
|
189
|
+
};
|
|
190
|
+
case UserInterface.INTEGERNUMBER:
|
|
191
|
+
case UserInterface.DECIMALNUMBER:
|
|
192
|
+
return {
|
|
193
|
+
precision,
|
|
194
|
+
prettyPrecision,
|
|
195
|
+
onEzStartChange: (evt) => this.onChangeDefaultValue(evt === null || evt === void 0 ? void 0 : evt.detail),
|
|
196
|
+
};
|
|
197
|
+
case UserInterface.DATE:
|
|
198
|
+
case UserInterface.DATETIME:
|
|
199
|
+
case UserInterface.TIME:
|
|
200
|
+
return {
|
|
201
|
+
onEzStartChange: (evt) => this.onChangeDefaultValue(evt === null || evt === void 0 ? void 0 : evt.detail),
|
|
202
|
+
};
|
|
203
|
+
default:
|
|
204
|
+
return {};
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
onSearchDefaultValue(searchArgument, ctxOptions) {
|
|
208
|
+
if (this._application && this.fieldConfig) {
|
|
209
|
+
return this._application.executeSearch(searchArgument, this.fieldConfig.name, this.dataUnit, ctxOptions);
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
initializeValues() {
|
|
213
|
+
this.fieldLabel = this.fieldConfig.label;
|
|
214
|
+
this.fieldDefaultValue = this.fieldConfig.defaultValue;
|
|
215
|
+
this.fieldRequired = this.fieldConfig.required;
|
|
216
|
+
this.fieldReadOnly = this.fieldConfig.readOnly;
|
|
217
|
+
this.fieldCleanOnCopy = this.fieldConfig.cleanOnCopy;
|
|
218
|
+
}
|
|
219
|
+
handleApplyChanges() {
|
|
220
|
+
if (!this.validateFieldLabel())
|
|
221
|
+
return;
|
|
222
|
+
this.fieldConfig.label = this.fieldLabel;
|
|
223
|
+
this.fieldConfig.defaultValue = this.fieldDefaultValue;
|
|
224
|
+
this.fieldConfig.required = this.fieldRequired;
|
|
225
|
+
this.fieldConfig.readOnly = this.fieldReadOnly;
|
|
226
|
+
this.fieldConfig.cleanOnCopy = this.fieldCleanOnCopy;
|
|
227
|
+
this.emitFieldChanged();
|
|
228
|
+
this._popoupElement.opened = false;
|
|
229
|
+
}
|
|
230
|
+
applyErrorMessage() {
|
|
231
|
+
this.fieldLabelErrorMessage = `${this.getMessage('snkConfigOptions.validation.requiredField')} ${this.getMessage('snkConfigOptions.label.nameField')}`;
|
|
232
|
+
}
|
|
233
|
+
handleDiscardChanges() {
|
|
234
|
+
this.initializeValues();
|
|
235
|
+
this._popoupElement.opened = false;
|
|
236
|
+
}
|
|
237
|
+
componentWillLoad() {
|
|
238
|
+
this.loadDefaultValue();
|
|
239
|
+
this._application = ApplicationContext.getContextValue('__SNK__APPLICATION__');
|
|
240
|
+
}
|
|
241
|
+
render() {
|
|
242
|
+
return (h("ez-popup", { heightMode: 'auto', size: 'auto', "ez-title": this.getMessage('snkConfigOptions.fieldConfig.title'), onEzClosePopup: () => this.handleDiscardChanges(), ref: ref => this._popoupElement = ref }, h("div", { class: 'field-config-container' }, h("ez-text-input", { label: this.getMessage('snkConfigOptions.label.nameField'), value: this.fieldLabel, errorMessage: this.fieldLabelErrorMessage, hasInvalid: !!this.fieldLabelErrorMessage, onEzChange: (e) => this.handleLabelChanged(e) }), h("ez-combo-box", { label: this.getMessage('snkConfigOptions.label.typeValueDefault'), suppressEmptyOption: true, enabled: this.enabledValueDefault(), onEzChange: (e) => this.handleDefaultTypeChanged(e), value: this.getDefaultType() }, h("option", { value: DEFAULT_TYPE.fixed }, this.getMessage('snkConfigOptions.options.valueFixed')), h("option", { value: DEFAULT_TYPE.variable }, this.getMessage('snkConfigOptions.options.variable'))), this.renderDefaultValueEditor(), h("ez-check", { label: this.getMessage('snkConfigOptions.label.clearDuplicate'), value: this.fieldCleanOnCopy, onEzChange: (e) => this.handleClearDuplicateChanged(e) }), h("ez-check", { label: this.getMessage('snkConfigOptions.label.requiredField'), enabled: getEnabledByProperty('required', 'systemRequired', this.fieldDescriptor), value: getValueByProperty('required', this.fieldDescriptor, this.fieldRequired), onEzChange: (e) => this.handleRequiredChanged(e) }), h("ez-check", { label: this.getMessage('snkConfigOptions.label.protectedField'), enabled: getEnabledByProperty('readOnly', 'systemReadOnly', this.fieldDescriptor), value: getValueByProperty('readOnly', this.fieldDescriptor, this.fieldReadOnly), onEzChange: (e) => this.handleReadOnlyChanged(e) }), h("div", { class: 'actions' }, h("ez-button", { label: this.getMessage('snkConfigOptions.fieldConfig.buttons.cancel'), onClick: () => this.handleDiscardChanges() }), h("ez-button", { label: this.getMessage('snkConfigOptions.fieldConfig.buttons.confirm'), class: "ez-button--primary", onClick: () => this.handleApplyChanges() })))));
|
|
243
|
+
}
|
|
244
|
+
static get is() { return "snk-dynaform-field-config"; }
|
|
245
|
+
static get encapsulation() { return "scoped"; }
|
|
246
|
+
static get originalStyleUrls() {
|
|
247
|
+
return {
|
|
248
|
+
"$": ["snk-dynaform-field-config.css"]
|
|
249
|
+
};
|
|
250
|
+
}
|
|
251
|
+
static get styleUrls() {
|
|
252
|
+
return {
|
|
253
|
+
"$": ["snk-dynaform-field-config.css"]
|
|
254
|
+
};
|
|
255
|
+
}
|
|
256
|
+
static get properties() {
|
|
257
|
+
return {
|
|
258
|
+
"dataUnit": {
|
|
259
|
+
"type": "unknown",
|
|
260
|
+
"mutable": false,
|
|
261
|
+
"complexType": {
|
|
262
|
+
"original": "DataUnit",
|
|
263
|
+
"resolved": "DataUnit",
|
|
264
|
+
"references": {
|
|
265
|
+
"DataUnit": {
|
|
266
|
+
"location": "import",
|
|
267
|
+
"path": "@sankhyalabs/core"
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
},
|
|
271
|
+
"required": false,
|
|
272
|
+
"optional": true,
|
|
273
|
+
"docs": {
|
|
274
|
+
"tags": [],
|
|
275
|
+
"text": ""
|
|
276
|
+
}
|
|
277
|
+
},
|
|
278
|
+
"fieldConfig": {
|
|
279
|
+
"type": "any",
|
|
280
|
+
"mutable": true,
|
|
281
|
+
"complexType": {
|
|
282
|
+
"original": "IFieldConfig",
|
|
283
|
+
"resolved": "IFieldConfig",
|
|
284
|
+
"references": {
|
|
285
|
+
"IFieldConfig": {
|
|
286
|
+
"location": "import",
|
|
287
|
+
"path": "@sankhyalabs/ezui/src/utils/interfaces/IFieldConfig"
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
"required": false,
|
|
292
|
+
"optional": false,
|
|
293
|
+
"docs": {
|
|
294
|
+
"tags": [],
|
|
295
|
+
"text": ""
|
|
296
|
+
},
|
|
297
|
+
"attribute": "field-config",
|
|
298
|
+
"reflect": true
|
|
299
|
+
},
|
|
300
|
+
"fieldDescriptor": {
|
|
301
|
+
"type": "unknown",
|
|
302
|
+
"mutable": false,
|
|
303
|
+
"complexType": {
|
|
304
|
+
"original": "FieldDescriptor",
|
|
305
|
+
"resolved": "FieldDescriptor",
|
|
306
|
+
"references": {
|
|
307
|
+
"FieldDescriptor": {
|
|
308
|
+
"location": "import",
|
|
309
|
+
"path": "@sankhyalabs/core"
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
},
|
|
313
|
+
"required": false,
|
|
314
|
+
"optional": false,
|
|
315
|
+
"docs": {
|
|
316
|
+
"tags": [],
|
|
317
|
+
"text": ""
|
|
318
|
+
}
|
|
319
|
+
},
|
|
320
|
+
"messagesBuilder": {
|
|
321
|
+
"type": "unknown",
|
|
322
|
+
"mutable": true,
|
|
323
|
+
"complexType": {
|
|
324
|
+
"original": "SnkMessageBuilder",
|
|
325
|
+
"resolved": "SnkMessageBuilder",
|
|
326
|
+
"references": {
|
|
327
|
+
"SnkMessageBuilder": {
|
|
328
|
+
"location": "import",
|
|
329
|
+
"path": "../../../../lib/message/SnkMessageBuilder"
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
},
|
|
333
|
+
"required": false,
|
|
334
|
+
"optional": true,
|
|
335
|
+
"docs": {
|
|
336
|
+
"tags": [],
|
|
337
|
+
"text": ""
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
};
|
|
341
|
+
}
|
|
342
|
+
static get states() {
|
|
343
|
+
return {
|
|
344
|
+
"fieldLabel": {},
|
|
345
|
+
"fieldLabelErrorMessage": {},
|
|
346
|
+
"fieldDefaultValue": {},
|
|
347
|
+
"fieldCleanOnCopy": {},
|
|
348
|
+
"fieldRequired": {},
|
|
349
|
+
"fieldReadOnly": {},
|
|
350
|
+
"_defaultType": {}
|
|
351
|
+
};
|
|
352
|
+
}
|
|
353
|
+
static get events() {
|
|
354
|
+
return [{
|
|
355
|
+
"method": "fieldConfigChanged",
|
|
356
|
+
"name": "fieldConfigChanged",
|
|
357
|
+
"bubbles": true,
|
|
358
|
+
"cancelable": true,
|
|
359
|
+
"composed": true,
|
|
360
|
+
"docs": {
|
|
361
|
+
"tags": [],
|
|
362
|
+
"text": ""
|
|
363
|
+
},
|
|
364
|
+
"complexType": {
|
|
365
|
+
"original": "IFieldConfig",
|
|
366
|
+
"resolved": "IFieldConfig",
|
|
367
|
+
"references": {
|
|
368
|
+
"IFieldConfig": {
|
|
369
|
+
"location": "import",
|
|
370
|
+
"path": "@sankhyalabs/ezui/src/utils/interfaces/IFieldConfig"
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
}
|
|
374
|
+
}];
|
|
375
|
+
}
|
|
376
|
+
static get methods() {
|
|
377
|
+
return {
|
|
378
|
+
"show": {
|
|
379
|
+
"complexType": {
|
|
380
|
+
"signature": "(_anchorElement: HTMLElement) => Promise<void>",
|
|
381
|
+
"parameters": [{
|
|
382
|
+
"tags": [],
|
|
383
|
+
"text": ""
|
|
384
|
+
}],
|
|
385
|
+
"references": {
|
|
386
|
+
"Promise": {
|
|
387
|
+
"location": "global"
|
|
388
|
+
},
|
|
389
|
+
"HTMLElement": {
|
|
390
|
+
"location": "global"
|
|
391
|
+
}
|
|
392
|
+
},
|
|
393
|
+
"return": "Promise<void>"
|
|
394
|
+
},
|
|
395
|
+
"docs": {
|
|
396
|
+
"text": "",
|
|
397
|
+
"tags": []
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
};
|
|
401
|
+
}
|
|
402
|
+
static get watchers() {
|
|
403
|
+
return [{
|
|
404
|
+
"propName": "fieldLabel",
|
|
405
|
+
"methodName": "observeFieldLabel"
|
|
406
|
+
}];
|
|
407
|
+
}
|
|
408
|
+
}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
:host {
|
|
2
|
+
width: 100%;
|
|
3
|
+
display: flex;
|
|
4
|
+
padding: 12px 8px;
|
|
5
|
+
border-radius: var(--border--radius-small, 4px);
|
|
6
|
+
border: 1px solid #dce0e8;
|
|
7
|
+
cursor: grab;
|
|
8
|
+
align-items: center;
|
|
9
|
+
height: 42px;
|
|
10
|
+
max-height: 42px;
|
|
11
|
+
background: #FAFCFF;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
:host.full-width {
|
|
15
|
+
width: 100%;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
ez-icon {
|
|
19
|
+
--ez-icon--color: #A2ABB9;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.icons {
|
|
23
|
+
display: flex;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.label {
|
|
27
|
+
display: flex;
|
|
28
|
+
flex-grow: 1;
|
|
29
|
+
padding-left: 8px;
|
|
30
|
+
font-size: 14px;
|
|
31
|
+
align-items: center;
|
|
32
|
+
gap: 4px;
|
|
33
|
+
height: 22px;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.label-text {
|
|
37
|
+
overflow: hidden;
|
|
38
|
+
-webkit-hyphens: auto;
|
|
39
|
+
-ms-hyphens: auto;
|
|
40
|
+
hyphens: auto;
|
|
41
|
+
height: auto;
|
|
42
|
+
-webkit-box-orient: vertical;
|
|
43
|
+
-webkit-line-clamp: 2;
|
|
44
|
+
line-clamp: 2;
|
|
45
|
+
display: -webkit-box;
|
|
46
|
+
-o-text-overflow: ellipsis;
|
|
47
|
+
text-overflow: ellipsis;
|
|
48
|
+
word-break: break-word;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.required-mark {
|
|
52
|
+
color: #cf3105;
|
|
53
|
+
background: #F7E0E5;
|
|
54
|
+
width: 12px;
|
|
55
|
+
height: 12px;
|
|
56
|
+
border-radius: 50%;
|
|
57
|
+
display: flex;
|
|
58
|
+
align-items: center;
|
|
59
|
+
justify-content: center;
|
|
60
|
+
padding-top: 5px;
|
|
61
|
+
font-size: 16px;
|
|
62
|
+
align-self: self-start;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.actions {
|
|
66
|
+
display: flex;
|
|
67
|
+
flex-direction: row;
|
|
68
|
+
align-content: center;
|
|
69
|
+
gap: 4px;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
ez-button {
|
|
73
|
+
width: 24px;
|
|
74
|
+
align-items: center;
|
|
75
|
+
justify-content: center;
|
|
76
|
+
display: flex;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
:host .hiddeble {
|
|
80
|
+
transition: 0.2s ease-in-out;
|
|
81
|
+
visibility: hidden;
|
|
82
|
+
opacity: 0;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
:host:hover .hiddeble {
|
|
86
|
+
visibility: visible;
|
|
87
|
+
opacity: 1;
|
|
88
|
+
}
|