@gridsuite/commons-ui 0.57.0 → 0.59.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/_mocks_/svg.d.ts +4 -0
- package/dist/_mocks_/svg.js +8 -0
- package/dist/chunks/{criteria-based-filter-edition-dialog.BEXoNmzz.js → criteria-based-filter-edition-dialog.p2pUWzxc.js} +142 -158
- package/dist/chunks/{filter-properties.GRon8-ML.js → filter-properties.B7-q_yPf.js} +4 -4
- package/dist/components/AuthenticationRouter/AuthenticationRouter.d.ts +28 -9
- package/dist/components/AuthenticationRouter/AuthenticationRouter.js +1 -1
- package/dist/components/AuthenticationRouter/index.d.ts +6 -0
- package/dist/components/CardErrorBoundary/card-error-boundary.d.ts +27 -13
- package/dist/components/CardErrorBoundary/card-error-boundary.js +7 -6
- package/dist/components/CardErrorBoundary/index.d.ts +6 -0
- package/dist/components/DirectoryItemSelector/directory-item-selector.d.ts +0 -4
- package/dist/components/DirectoryItemSelector/directory-item-selector.js +14 -26
- package/dist/components/ElementSearchDialog/element-search-dialog.d.ts +18 -15
- package/dist/components/ElementSearchDialog/element-search-dialog.js +28 -65
- package/dist/components/ElementSearchDialog/equipment-item.d.ts +25 -16
- package/dist/components/ElementSearchDialog/equipment-item.js +9 -8
- package/dist/components/ElementSearchDialog/index.d.ts +6 -0
- package/dist/components/ElementSearchDialog/tag-renderer.d.ts +20 -10
- package/dist/components/ElementSearchDialog/tag-renderer.js +6 -11
- package/dist/components/FlatParameters/FlatParameters.d.ts +29 -9
- package/dist/components/FlatParameters/FlatParameters.js +3 -3
- package/dist/components/FlatParameters/index.d.ts +6 -0
- package/dist/components/Login/Login.d.ts +11 -4
- package/dist/components/Login/Logout.d.ts +11 -4
- package/dist/components/Login/index.d.ts +6 -0
- package/dist/components/MuiVirtualizedTable/ColumnHeader.d.ts +25 -2
- package/dist/components/MuiVirtualizedTable/ColumnHeader.js +68 -59
- package/dist/components/MuiVirtualizedTable/KeyedColumnsRowIndexer.d.ts +72 -61
- package/dist/components/MuiVirtualizedTable/KeyedColumnsRowIndexer.js +69 -83
- package/dist/components/MuiVirtualizedTable/MuiVirtualizedTable.d.ts +93 -113
- package/dist/components/MuiVirtualizedTable/MuiVirtualizedTable.js +84 -106
- package/dist/components/MuiVirtualizedTable/index.d.ts +7 -1
- package/dist/components/MultipleSelectionDialog/MultipleSelectionDialog.d.ts +16 -9
- package/dist/components/MultipleSelectionDialog/MultipleSelectionDialog.js +1 -1
- package/dist/components/MultipleSelectionDialog/index.d.ts +6 -0
- package/dist/components/OverflowableText/index.d.ts +6 -0
- package/dist/components/OverflowableText/overflowable-text.d.ts +11 -1
- package/dist/components/OverflowableText/overflowable-text.js +39 -26
- package/dist/components/ReportViewer/filter-button.d.ts +11 -1
- package/dist/components/ReportViewer/filter-button.js +5 -2
- package/dist/components/ReportViewer/index.d.ts +6 -0
- package/dist/components/ReportViewer/log-report-item.d.ts +14 -64
- package/dist/components/ReportViewer/log-report-item.js +13 -47
- package/dist/components/ReportViewer/log-report.d.ts +16 -17
- package/dist/components/ReportViewer/log-report.js +2 -1
- package/dist/components/ReportViewer/log-severity.d.ts +13 -0
- package/dist/components/ReportViewer/log-severity.js +35 -0
- package/dist/components/ReportViewer/log-table.d.ts +9 -6
- package/dist/components/ReportViewer/log-table.js +6 -4
- package/dist/components/ReportViewer/multi-select-list.d.ts +17 -1
- package/dist/components/ReportViewer/report-item.d.ts +12 -12
- package/dist/components/ReportViewer/report-item.js +0 -7
- package/dist/components/ReportViewer/report-tree-view-context.d.ts +11 -1
- package/dist/components/ReportViewer/report-viewer.d.ts +7 -4
- package/dist/components/ReportViewer/report-viewer.js +8 -6
- package/dist/components/ReportViewer/report.type.d.ts +22 -0
- package/dist/components/ReportViewer/report.type.js +1 -0
- package/dist/components/ReportViewerDialog/index.d.ts +6 -0
- package/dist/components/ReportViewerDialog/report-viewer-dialog.d.ts +9 -1
- package/dist/components/SignInCallbackHandler/SignInCallbackHandler.d.ts +7 -4
- package/dist/components/SignInCallbackHandler/SignInCallbackHandler.js +4 -1
- package/dist/components/SignInCallbackHandler/index.d.ts +6 -0
- package/dist/components/SilentRenewCallbackHandler/SilentRenewCallbackHandler.d.ts +7 -4
- package/dist/components/SilentRenewCallbackHandler/index.d.ts +6 -0
- package/dist/components/SnackbarProvider/SnackbarProvider.d.ts +3 -1
- package/dist/components/SnackbarProvider/SnackbarProvider.js +9 -7
- package/dist/components/SnackbarProvider/index.d.ts +6 -0
- package/dist/components/TopBar/AboutDialog.d.ts +30 -23
- package/dist/components/TopBar/AboutDialog.js +4 -22
- package/dist/components/TopBar/GridLogo.d.ts +13 -32
- package/dist/components/TopBar/GridLogo.js +12 -15
- package/dist/components/TopBar/TopBar.d.ts +52 -51
- package/dist/components/TopBar/TopBar.js +389 -380
- package/dist/components/TopBar/TopBar.test.d.ts +6 -0
- package/dist/components/TopBar/index.d.ts +6 -0
- package/dist/components/TreeViewFinder/TreeViewFinder.js +1 -1
- package/dist/components/TreeViewFinder/index.d.ts +7 -0
- package/dist/components/dialogs/custom-mui-dialog.d.ts +2 -1
- package/dist/components/dialogs/custom-mui-dialog.js +6 -4
- package/dist/components/dialogs/description-modification-dialog.js +2 -2
- package/dist/components/dialogs/modify-element-selection.d.ts +14 -0
- package/dist/components/dialogs/modify-element-selection.js +99 -0
- package/dist/components/dialogs/popup-confirmation-dialog.js +1 -1
- package/dist/components/filter/criteria-based/criteria-based-filter-edition-dialog.d.ts +2 -3
- package/dist/components/filter/criteria-based/criteria-based-filter-edition-dialog.js +4 -4
- package/dist/components/filter/criteria-based/criteria-based-filter-form.js +5 -3
- package/dist/components/filter/criteria-based/criteria-based-filter-utils.d.ts +12 -6
- package/dist/components/filter/criteria-based/criteria-based-filter-utils.js +44 -4
- package/dist/components/filter/criteria-based/criteria-based-form.d.ts +2 -0
- package/dist/components/filter/criteria-based/criteria-based-form.js +6 -6
- package/dist/components/filter/criteria-based/filter-free-properties.d.ts +1 -1
- package/dist/components/filter/criteria-based/filter-free-properties.js +5 -5
- package/dist/components/filter/criteria-based/filter-properties.js +3 -3
- package/dist/components/filter/criteria-based/filter-property.d.ts +1 -1
- package/dist/components/filter/criteria-based/filter-property.js +3 -3
- package/dist/components/filter/{constants → expert}/expert-filter-constants.d.ts +22 -1
- package/dist/components/filter/{constants → expert}/expert-filter-constants.js +46 -16
- package/dist/components/filter/expert/expert-filter-edition-dialog.d.ts +1 -7
- package/dist/components/filter/expert/expert-filter-edition-dialog.js +5 -7
- package/dist/components/filter/expert/expert-filter-form.js +5 -5
- package/dist/components/filter/expert/expert-filter-utils.js +1 -1
- package/dist/components/filter/expert/expert-filter.type.d.ts +4 -1
- package/dist/components/filter/expert/expert-filter.type.js +3 -0
- package/dist/components/filter/explicit-naming/explicit-naming-filter-edition-dialog.d.ts +0 -2
- package/dist/components/filter/explicit-naming/explicit-naming-filter-edition-dialog.js +4 -4
- package/dist/components/filter/explicit-naming/explicit-naming-filter-form.d.ts +10 -2
- package/dist/components/filter/explicit-naming/explicit-naming-filter-form.js +12 -8
- package/dist/components/filter/filter-creation-dialog.d.ts +4 -8
- package/dist/components/filter/filter-creation-dialog.js +3 -4
- package/dist/components/filter/filter-form.d.ts +4 -0
- package/dist/components/filter/filter-form.js +6 -5
- package/dist/components/filter/utils/filter-api.d.ts +5 -0
- package/dist/components/filter/utils/{filters-utils.js → filter-api.js} +16 -10
- package/dist/components/filter/utils/filter-form-utils.d.ts +17 -0
- package/dist/components/filter/utils/{criteria-based-utils.js → filter-form-utils.js} +16 -63
- package/dist/components/{react-hook-form/ag-grid-table-rhf → inputs/react-hook-form/ag-grid-table}/bottom-right-buttons.js +1 -1
- package/dist/components/inputs/react-hook-form/ag-grid-table/csv-uploader/csv-uploader.js +61 -0
- package/dist/components/{react-hook-form/ag-grid-table-rhf → inputs/react-hook-form/ag-grid-table}/custom-ag-grid-table.js +2 -2
- package/dist/components/{react-hook-form → inputs/react-hook-form/autocomplete-inputs}/autocomplete-input.d.ts +3 -3
- package/dist/components/{react-hook-form → inputs/react-hook-form/autocomplete-inputs}/autocomplete-input.js +4 -4
- package/dist/components/{react-hook-form → inputs/react-hook-form}/autocomplete-inputs/multiple-autocomplete-input.js +1 -1
- package/dist/components/inputs/react-hook-form/booleans/boolean-input.d.ts +10 -0
- package/dist/components/{react-hook-form → inputs/react-hook-form}/booleans/boolean-input.js +0 -7
- package/dist/components/inputs/react-hook-form/booleans/checkbox-input.d.ts +9 -0
- package/dist/components/{react-hook-form → inputs/react-hook-form}/booleans/checkbox-input.js +0 -6
- package/dist/components/inputs/react-hook-form/booleans/switch-input.d.ts +9 -0
- package/dist/components/{react-hook-form → inputs/react-hook-form}/booleans/switch-input.js +0 -6
- package/dist/components/{react-hook-form → inputs/react-hook-form}/directory-items-input.d.ts +0 -2
- package/dist/components/{react-hook-form → inputs/react-hook-form}/directory-items-input.js +11 -15
- package/dist/components/inputs/react-hook-form/error-management/mid-form-error.d.ts +6 -0
- package/dist/components/inputs/react-hook-form/numbers/integer-input.d.ts +4 -0
- package/dist/components/{react-hook-form → inputs/react-hook-form}/numbers/integer-input.js +1 -4
- package/dist/components/{react-hook-form → inputs/react-hook-form}/provider/custom-form-provider.js +1 -1
- package/dist/components/{react-hook-form → inputs/react-hook-form}/range-input.d.ts +1 -1
- package/dist/components/{react-hook-form → inputs/react-hook-form}/range-input.js +2 -2
- package/dist/components/{react-hook-form → inputs/react-hook-form}/select-inputs/countries-input.d.ts +1 -1
- package/dist/components/{react-hook-form → inputs/react-hook-form}/select-inputs/countries-input.js +14 -4
- package/dist/components/{react-hook-form → inputs/react-hook-form}/select-inputs/input-with-popup-confirmation.js +1 -1
- package/dist/components/{react-hook-form → inputs/react-hook-form}/select-inputs/select-input.d.ts +2 -2
- package/dist/components/{react-hook-form → inputs/react-hook-form}/select-inputs/select-input.js +4 -1
- package/dist/components/inputs/react-hook-form/slider-input.d.ts +8 -0
- package/dist/components/{react-hook-form → inputs/react-hook-form}/slider-input.js +4 -12
- package/dist/components/{react-hook-form → inputs/react-hook-form}/text-input.d.ts +1 -1
- package/dist/components/{react-hook-form → inputs/react-hook-form}/unique-name-input.d.ts +2 -2
- package/dist/components/{react-hook-form → inputs/react-hook-form}/unique-name-input.js +2 -2
- package/dist/components/{react-hook-form → inputs/react-hook-form}/utils/text-field-with-adornment.d.ts +1 -1
- package/dist/components/{react-query-builder-inputs → inputs/react-query-builder}/combinator-selector.js +1 -1
- package/dist/components/{react-query-builder-inputs → inputs/react-query-builder}/country-value-editor.js +1 -1
- package/dist/components/{react-query-builder-inputs → inputs/react-query-builder}/custom-react-query-builder.js +3 -3
- package/dist/components/{react-query-builder-inputs → inputs/react-query-builder}/element-value-editor.js +21 -28
- package/dist/components/{react-query-builder-inputs → inputs/react-query-builder}/property-value-editor.js +3 -3
- package/dist/components/{react-query-builder-inputs → inputs/react-query-builder}/remove-button.js +2 -2
- package/dist/components/{react-query-builder-inputs → inputs/react-query-builder}/use-convert-value.js +1 -1
- package/dist/components/inputs/react-query-builder/value-editor.js +18 -0
- package/dist/components/inputs/select-clearable.js +1 -1
- package/dist/components/translations/card-error-boundary-en.d.ts +1 -1
- package/dist/components/translations/card-error-boundary-fr.d.ts +1 -1
- package/dist/components/translations/common-button-en.d.ts +10 -4
- package/dist/components/translations/common-button-fr.d.ts +10 -4
- package/dist/components/translations/directory-items-input-en.d.ts +1 -1
- package/dist/components/translations/directory-items-input-fr.d.ts +1 -1
- package/dist/components/translations/element-search-en.d.ts +1 -1
- package/dist/components/translations/element-search-fr.d.ts +1 -1
- package/dist/components/translations/equipment-search-en.d.ts +1 -1
- package/dist/components/translations/equipment-search-fr.d.ts +1 -1
- package/dist/components/translations/filter-en.d.ts +27 -21
- package/dist/components/translations/filter-en.js +2 -1
- package/dist/components/translations/filter-expert-en.d.ts +73 -0
- package/dist/components/translations/filter-expert-en.js +69 -0
- package/dist/components/translations/filter-expert-fr.d.ts +73 -0
- package/dist/components/translations/filter-expert-fr.js +69 -0
- package/dist/components/translations/filter-fr.d.ts +27 -21
- package/dist/components/translations/filter-fr.js +2 -1
- package/dist/components/translations/flat-parameters-en.d.ts +1 -1
- package/dist/components/translations/flat-parameters-fr.d.ts +1 -1
- package/dist/components/translations/inputs-en.d.ts +1 -1
- package/dist/components/translations/inputs-fr.d.ts +1 -1
- package/dist/components/translations/login-en.d.ts +1 -1
- package/dist/components/translations/login-fr.d.ts +1 -1
- package/dist/components/translations/multiple-selection-dialog-en.d.ts +1 -1
- package/dist/components/translations/multiple-selection-dialog-fr.d.ts +1 -1
- package/dist/components/translations/report-viewer-en.d.ts +1 -1
- package/dist/components/translations/report-viewer-fr.d.ts +1 -1
- package/dist/components/translations/table-en.d.ts +1 -1
- package/dist/components/translations/table-fr.d.ts +1 -1
- package/dist/components/translations/top-bar-en.d.ts +1 -1
- package/dist/components/translations/top-bar-fr.d.ts +1 -1
- package/dist/components/translations/treeview-finder-en.d.ts +1 -1
- package/dist/components/translations/treeview-finder-fr.d.ts +1 -1
- package/dist/hooks/localized-countries-hook.d.ts +10 -4
- package/dist/hooks/localized-countries-hook.js +1 -1
- package/dist/hooks/predefined-properties-hook.d.ts +1 -15
- package/dist/hooks/predefined-properties-hook.js +8 -16
- package/dist/hooks/useDebounce.d.ts +1 -1
- package/dist/hooks/useSnackMessage.d.ts +4 -7
- package/dist/hooks/useSnackMessage.js +36 -43
- package/dist/index.d.ts +76 -218
- package/dist/index.js +156 -122
- package/dist/redux/actions.d.ts +54 -0
- package/dist/redux/commonStore.d.ts +15 -0
- package/dist/redux/commonStore.js +11 -0
- package/dist/services/apps-metadata.d.ts +32 -0
- package/dist/services/apps-metadata.js +26 -0
- package/dist/services/directory.d.ts +6 -0
- package/dist/services/directory.js +42 -0
- package/dist/services/explore.d.ts +6 -0
- package/dist/services/explore.js +62 -0
- package/dist/services/index.d.ts +16 -0
- package/dist/services/index.js +20 -0
- package/dist/services/study.d.ts +3 -0
- package/dist/services/study.js +16 -0
- package/dist/services/utils.d.ts +9 -0
- package/dist/services/utils.js +62 -0
- package/dist/utils/AuthService.d.ts +20 -9
- package/dist/utils/AuthService.js +30 -14
- package/dist/utils/ElementIcon.d.ts +4 -1
- package/dist/utils/UserManagerMock.d.ts +14 -14
- package/dist/utils/UserManagerMock.js +9 -15
- package/dist/utils/algos.d.ts +1 -1
- package/dist/utils/equipment-types-for-predefined-properties-mapper.d.ts +1 -1
- package/dist/utils/functions.d.ts +0 -1
- package/dist/utils/functions.js +1 -3
- package/dist/utils/styles.d.ts +5 -3
- package/dist/utils/styles.js +4 -1
- package/dist/utils/types.d.ts +13 -3
- package/package.json +9 -7
- package/dist/components/filter/filter-context.d.ts +0 -12
- package/dist/components/filter/filter-context.js +0 -10
- package/dist/components/filter/utils/criteria-based-utils.d.ts +0 -28
- package/dist/components/filter/utils/filters-utils.d.ts +0 -5
- package/dist/components/react-hook-form/ag-grid-table-rhf/csv-uploader/csv-uploader.js +0 -69
- package/dist/components/react-hook-form/booleans/boolean-input.d.ts +0 -16
- package/dist/components/react-hook-form/booleans/checkbox-input.d.ts +0 -14
- package/dist/components/react-hook-form/booleans/switch-input.d.ts +0 -14
- package/dist/components/react-hook-form/error-management/mid-form-error.d.ts +0 -4
- package/dist/components/react-hook-form/numbers/integer-input.d.ts +0 -21
- package/dist/components/react-hook-form/slider-input.d.ts +0 -21
- package/dist/components/react-query-builder-inputs/value-editor.js +0 -18
- package/dist/utils/actions.d.ts +0 -50
- /package/dist/components/{react-hook-form → inputs/react-hook-form}/ExpandingTextField.d.ts +0 -0
- /package/dist/components/{react-hook-form → inputs/react-hook-form}/ExpandingTextField.js +0 -0
- /package/dist/components/{react-hook-form/ag-grid-table-rhf → inputs/react-hook-form/ag-grid-table}/bottom-right-buttons.d.ts +0 -0
- /package/dist/components/{react-hook-form/ag-grid-table-rhf → inputs/react-hook-form/ag-grid-table}/cell-editors/numericEditor.d.ts +0 -0
- /package/dist/components/{react-hook-form/ag-grid-table-rhf → inputs/react-hook-form/ag-grid-table}/cell-editors/numericEditor.js +0 -0
- /package/dist/components/{react-hook-form/ag-grid-table-rhf → inputs/react-hook-form/ag-grid-table}/csv-uploader/csv-uploader.d.ts +0 -0
- /package/dist/components/{react-hook-form/ag-grid-table-rhf → inputs/react-hook-form/ag-grid-table}/custom-ag-grid-table.d.ts +0 -0
- /package/dist/components/{react-hook-form → inputs/react-hook-form}/autocomplete-inputs/multiple-autocomplete-input.d.ts +0 -0
- /package/dist/components/{react-hook-form → inputs/react-hook-form}/error-management/error-input.d.ts +0 -0
- /package/dist/components/{react-hook-form → inputs/react-hook-form}/error-management/error-input.js +0 -0
- /package/dist/components/{react-hook-form → inputs/react-hook-form}/error-management/field-error-alert.d.ts +0 -0
- /package/dist/components/{react-hook-form → inputs/react-hook-form}/error-management/field-error-alert.js +0 -0
- /package/dist/components/{react-hook-form → inputs/react-hook-form}/error-management/mid-form-error.js +0 -0
- /package/dist/components/{react-hook-form → inputs/react-hook-form}/numbers/float-input.d.ts +0 -0
- /package/dist/components/{react-hook-form → inputs/react-hook-form}/numbers/float-input.js +0 -0
- /package/dist/components/{react-hook-form → inputs/react-hook-form}/numbers/utils.d.ts +0 -0
- /package/dist/components/{react-hook-form → inputs/react-hook-form}/numbers/utils.js +0 -0
- /package/dist/components/{react-hook-form → inputs/react-hook-form}/provider/custom-form-provider.d.ts +0 -0
- /package/dist/components/{react-hook-form → inputs/react-hook-form}/provider/use-custom-form-context.d.ts +0 -0
- /package/dist/components/{react-hook-form → inputs/react-hook-form}/provider/use-custom-form-context.js +0 -0
- /package/dist/components/{react-hook-form → inputs/react-hook-form}/radio-input.d.ts +0 -0
- /package/dist/components/{react-hook-form → inputs/react-hook-form}/radio-input.js +0 -0
- /package/dist/components/{react-hook-form → inputs/react-hook-form}/raw-read-only-input.d.ts +0 -0
- /package/dist/components/{react-hook-form → inputs/react-hook-form}/raw-read-only-input.js +0 -0
- /package/dist/components/{react-hook-form → inputs/react-hook-form}/select-inputs/input-with-popup-confirmation.d.ts +0 -0
- /package/dist/components/{react-hook-form → inputs/react-hook-form}/select-inputs/mui-select-input.d.ts +0 -0
- /package/dist/components/{react-hook-form → inputs/react-hook-form}/select-inputs/mui-select-input.js +0 -0
- /package/dist/components/{react-hook-form → inputs/react-hook-form}/text-input.js +0 -0
- /package/dist/components/{react-hook-form → inputs/react-hook-form}/utils/cancel-button.d.ts +0 -0
- /package/dist/components/{react-hook-form → inputs/react-hook-form}/utils/cancel-button.js +0 -0
- /package/dist/components/{react-hook-form → inputs/react-hook-form}/utils/field-label.d.ts +0 -0
- /package/dist/components/{react-hook-form → inputs/react-hook-form}/utils/field-label.js +0 -0
- /package/dist/components/{react-hook-form → inputs/react-hook-form}/utils/functions.d.ts +0 -0
- /package/dist/components/{react-hook-form → inputs/react-hook-form}/utils/functions.js +0 -0
- /package/dist/components/{react-hook-form → inputs/react-hook-form}/utils/submit-button.d.ts +0 -0
- /package/dist/components/{react-hook-form → inputs/react-hook-form}/utils/submit-button.js +0 -0
- /package/dist/components/{react-hook-form → inputs/react-hook-form}/utils/text-field-with-adornment.js +0 -0
- /package/dist/components/{react-query-builder-inputs → inputs/react-query-builder}/add-button.d.ts +0 -0
- /package/dist/components/{react-query-builder-inputs → inputs/react-query-builder}/add-button.js +0 -0
- /package/dist/components/{react-query-builder-inputs → inputs/react-query-builder}/combinator-selector.d.ts +0 -0
- /package/dist/components/{react-query-builder-inputs → inputs/react-query-builder}/country-value-editor.d.ts +0 -0
- /package/dist/components/{react-query-builder-inputs → inputs/react-query-builder}/custom-react-query-builder.d.ts +0 -0
- /package/dist/components/{react-query-builder-inputs → inputs/react-query-builder}/element-value-editor.d.ts +0 -0
- /package/dist/components/{react-query-builder-inputs → inputs/react-query-builder}/property-value-editor.d.ts +0 -0
- /package/dist/components/{react-query-builder-inputs → inputs/react-query-builder}/remove-button.d.ts +0 -0
- /package/dist/components/{react-query-builder-inputs → inputs/react-query-builder}/text-value-editor.d.ts +0 -0
- /package/dist/components/{react-query-builder-inputs → inputs/react-query-builder}/text-value-editor.js +0 -0
- /package/dist/components/{react-query-builder-inputs → inputs/react-query-builder}/translated-value-editor.d.ts +0 -0
- /package/dist/components/{react-query-builder-inputs → inputs/react-query-builder}/translated-value-editor.js +0 -0
- /package/dist/components/{react-query-builder-inputs → inputs/react-query-builder}/use-convert-value.d.ts +0 -0
- /package/dist/components/{react-query-builder-inputs → inputs/react-query-builder}/use-valid.d.ts +0 -0
- /package/dist/components/{react-query-builder-inputs → inputs/react-query-builder}/use-valid.js +0 -0
- /package/dist/components/{react-query-builder-inputs → inputs/react-query-builder}/value-editor.d.ts +0 -0
- /package/dist/components/{react-query-builder-inputs → inputs/react-query-builder}/value-selector.d.ts +0 -0
- /package/dist/components/{react-query-builder-inputs → inputs/react-query-builder}/value-selector.js +0 -0
- /package/dist/{utils → redux}/actions.js +0 -0
- /package/dist/{components/filter/constants → utils}/equipment-types.d.ts +0 -0
- /package/dist/{components/filter/constants → utils}/equipment-types.js +0 -0
- /package/dist/{components/filter/constants → utils}/field-constants.d.ts +0 -0
- /package/dist/{components/filter/constants → utils}/field-constants.js +0 -0
|
@@ -1,53 +1,46 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "uuid";
|
|
4
|
-
import "
|
|
5
|
-
import "
|
|
6
|
-
import "../TopBar/GridLogo.js";
|
|
7
|
-
import "../TopBar/AboutDialog.js";
|
|
8
|
-
import "../SnackbarProvider/SnackbarProvider.js";
|
|
9
|
-
import "react-router-dom";
|
|
10
|
-
import "../../utils/AuthService.js";
|
|
4
|
+
import "../../TreeViewFinder/TreeViewFinder.js";
|
|
5
|
+
import "../../TopBar/TopBar.js";
|
|
11
6
|
import "@mui/material";
|
|
12
7
|
import "@mui/icons-material";
|
|
8
|
+
import "@mui/lab";
|
|
13
9
|
import "react-intl";
|
|
14
|
-
import "
|
|
15
|
-
import "
|
|
16
|
-
import "
|
|
17
|
-
import "
|
|
10
|
+
import "notistack";
|
|
11
|
+
import "react-router-dom";
|
|
12
|
+
import "../../../utils/AuthService.js";
|
|
13
|
+
import "../../MuiVirtualizedTable/MuiVirtualizedTable.js";
|
|
14
|
+
import "../../ReportViewer/report-item.js";
|
|
15
|
+
import "../../ReportViewer/log-table.js";
|
|
16
|
+
import "../../ReportViewer/report-tree-view-context.js";
|
|
18
17
|
import "@mui/x-tree-view";
|
|
19
|
-
import "
|
|
20
|
-
import "
|
|
21
|
-
import "../ElementSearchDialog/tag-renderer.js";
|
|
18
|
+
import "../../OverflowableText/overflowable-text.js";
|
|
19
|
+
import "clsx";
|
|
22
20
|
import "../react-hook-form/utils/submit-button.js";
|
|
23
21
|
import "../react-hook-form/utils/cancel-button.js";
|
|
24
22
|
import "../react-hook-form/provider/custom-form-provider.js";
|
|
25
|
-
import "
|
|
23
|
+
import "../../dialogs/description-modification-dialog.js";
|
|
26
24
|
import "react-hook-form";
|
|
25
|
+
import "../../../services/explore.js";
|
|
27
26
|
import "yup";
|
|
28
27
|
import "../react-hook-form/provider/use-custom-form-context.js";
|
|
29
|
-
import "
|
|
30
|
-
import "
|
|
31
|
-
import { i } from "../../chunks/criteria-based-filter-edition-dialog.BEXoNmzz.js";
|
|
28
|
+
import "../../dialogs/popup-confirmation-dialog.js";
|
|
29
|
+
import { i } from "../../../chunks/criteria-based-filter-edition-dialog.p2pUWzxc.js";
|
|
32
30
|
import "ag-grid-react";
|
|
33
31
|
import "ag-grid-community/styles/ag-grid.css";
|
|
34
32
|
import "ag-grid-community/styles/ag-theme-alpine.css";
|
|
35
33
|
import "autosuggest-highlight/match";
|
|
36
34
|
import "autosuggest-highlight/parse";
|
|
37
|
-
import "
|
|
38
|
-
import "../CardErrorBoundary/card-error-boundary.js";
|
|
39
|
-
import "notistack";
|
|
40
|
-
import "../react-hook-form/slider-input.js";
|
|
41
|
-
import "../react-hook-form/numbers/integer-input.js";
|
|
42
|
-
import "../react-hook-form/booleans/checkbox-input.js";
|
|
43
|
-
import "../react-hook-form/booleans/switch-input.js";
|
|
35
|
+
import "../../CardErrorBoundary/card-error-boundary.js";
|
|
44
36
|
import "../react-hook-form/directory-items-input.js";
|
|
45
|
-
import "
|
|
37
|
+
import "../../../chunks/filter-properties.B7-q_yPf.js";
|
|
46
38
|
import "@mui/icons-material/Delete";
|
|
47
39
|
import "@mui/material/IconButton";
|
|
48
40
|
import "@mui/material/Grid";
|
|
49
|
-
import "
|
|
41
|
+
import "../../../utils/yup-config.js";
|
|
50
42
|
import "../react-hook-form/range-input.js";
|
|
43
|
+
import "../../filter/expert/expert-filter-utils.js";
|
|
51
44
|
import "../react-hook-form/select-inputs/mui-select-input.js";
|
|
52
45
|
import "localized-countries";
|
|
53
46
|
import "localized-countries/data/fr";
|
|
@@ -63,7 +56,7 @@ import "@mui/material/Alert";
|
|
|
63
56
|
import "@mui/icons-material/Check";
|
|
64
57
|
import "@mui/material/CircularProgress";
|
|
65
58
|
import "@mui/material/TextField";
|
|
66
|
-
import "
|
|
59
|
+
import "../../filter/utils/filter-form-utils.js";
|
|
67
60
|
export {
|
|
68
61
|
i as default
|
|
69
62
|
};
|
|
@@ -4,9 +4,9 @@ import Grid from "@mui/material/Grid";
|
|
|
4
4
|
import { Autocomplete, TextField, Select, MenuItem } from "@mui/material";
|
|
5
5
|
import useValid from "./use-valid.js";
|
|
6
6
|
import { useIntl } from "react-intl";
|
|
7
|
-
import { FieldConstants } from "
|
|
8
|
-
import { OPERATOR_OPTIONS } from "
|
|
9
|
-
import { usePredefinedProperties } from "
|
|
7
|
+
import { FieldConstants } from "../../../utils/field-constants.js";
|
|
8
|
+
import { OPERATOR_OPTIONS } from "../../filter/expert/expert-filter-constants.js";
|
|
9
|
+
import { usePredefinedProperties } from "../../../hooks/predefined-properties-hook.js";
|
|
10
10
|
const PROPERTY_VALUE_OPERATORS = [OPERATOR_OPTIONS.IN];
|
|
11
11
|
const PropertyValueEditor = (props) => {
|
|
12
12
|
const { equipmentType, valueEditorProps } = props;
|
package/dist/components/{react-query-builder-inputs → inputs/react-query-builder}/remove-button.js
RENAMED
|
@@ -2,8 +2,8 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "@mui/material/IconButton";
|
|
3
3
|
import "@mui/icons-material/Delete";
|
|
4
4
|
import "react-hook-form";
|
|
5
|
-
import { h } from "
|
|
6
|
-
import "
|
|
5
|
+
import { h } from "../../../chunks/criteria-based-filter-edition-dialog.p2pUWzxc.js";
|
|
6
|
+
import "../../filter/expert/expert-filter-utils.js";
|
|
7
7
|
export {
|
|
8
8
|
h as default
|
|
9
9
|
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import "@react-querybuilder/material";
|
|
4
|
+
import "./country-value-editor.js";
|
|
5
|
+
import "./translated-value-editor.js";
|
|
6
|
+
import "./text-value-editor.js";
|
|
7
|
+
import "@mui/material/Box";
|
|
8
|
+
import "react-hook-form";
|
|
9
|
+
import "../../../utils/field-constants.js";
|
|
10
|
+
import "../../filter/expert/expert-filter.type.js";
|
|
11
|
+
import "../../../utils/equipment-types.js";
|
|
12
|
+
import { V } from "../../../chunks/criteria-based-filter-edition-dialog.p2pUWzxc.js";
|
|
13
|
+
import "../../../utils/ElementType.js";
|
|
14
|
+
import "./property-value-editor.js";
|
|
15
|
+
import "../../filter/constants/filter-constants.js";
|
|
16
|
+
export {
|
|
17
|
+
V as default
|
|
18
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { useIntl } from "react-intl";
|
|
3
3
|
import { Autocomplete, TextField } from "@mui/material";
|
|
4
|
-
import FieldLabel from "
|
|
4
|
+
import FieldLabel from "./react-hook-form/utils/field-label.js";
|
|
5
5
|
const SelectClearable = (props) => {
|
|
6
6
|
const { value, onChange, label, ...otherProps } = props;
|
|
7
7
|
const intl = useIntl();
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
export default card_error_boundary_en;
|
|
2
1
|
/**
|
|
3
2
|
* Copyright (c) 2022, RTE (http://www.rte-france.com)
|
|
4
3
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
@@ -10,3 +9,4 @@ declare const card_error_boundary_en: {
|
|
|
10
9
|
'card_error_boundary/content': string;
|
|
11
10
|
'card_error_boundary/expandederrorheader': string;
|
|
12
11
|
};
|
|
12
|
+
export default card_error_boundary_en;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
export default card_error_boundary_fr;
|
|
2
1
|
/**
|
|
3
2
|
* Copyright (c) 2022, RTE (http://www.rte-france.com)
|
|
4
3
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
@@ -10,3 +9,4 @@ declare const card_error_boundary_fr: {
|
|
|
10
9
|
'card_error_boundary/content': string;
|
|
11
10
|
'card_error_boundary/expandederrorheader': string;
|
|
12
11
|
};
|
|
12
|
+
export default card_error_boundary_fr;
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2023, RTE (http://www.rte-france.com)
|
|
3
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
4
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
5
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
6
|
+
*/
|
|
7
|
+
declare const common_button_en: {
|
|
8
|
+
cancel: string;
|
|
9
|
+
validate: string;
|
|
10
|
+
};
|
|
1
11
|
export default common_button_en;
|
|
2
|
-
declare namespace common_button_en {
|
|
3
|
-
let cancel: string;
|
|
4
|
-
let validate: string;
|
|
5
|
-
}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2023, RTE (http://www.rte-france.com)
|
|
3
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
4
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
5
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
6
|
+
*/
|
|
7
|
+
declare const common_button_fr: {
|
|
8
|
+
cancel: string;
|
|
9
|
+
validate: string;
|
|
10
|
+
};
|
|
1
11
|
export default common_button_fr;
|
|
2
|
-
declare namespace common_button_fr {
|
|
3
|
-
let cancel: string;
|
|
4
|
-
let validate: string;
|
|
5
|
-
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
export default directory_items_input_en;
|
|
2
1
|
/**
|
|
3
2
|
* Copyright (c) 2024, RTE (http://www.rte-france.com)
|
|
4
3
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
@@ -8,3 +7,4 @@ export default directory_items_input_en;
|
|
|
8
7
|
declare const directory_items_input_en: {
|
|
9
8
|
'directory_items_input/ElementAlreadyUsed': string;
|
|
10
9
|
};
|
|
10
|
+
export default directory_items_input_en;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
export default directory_items_input_fr;
|
|
2
1
|
/**
|
|
3
2
|
* Copyright (c) 2024, RTE (http://www.rte-france.com)
|
|
4
3
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
@@ -8,3 +7,4 @@ export default directory_items_input_fr;
|
|
|
8
7
|
declare const directory_items_input_fr: {
|
|
9
8
|
'directory_items_input/ElementAlreadyUsed': string;
|
|
10
9
|
};
|
|
10
|
+
export default directory_items_input_fr;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
export default element_search_en;
|
|
2
1
|
/**
|
|
3
2
|
* Copyright (c) 2022, RTE (http://www.rte-france.com)
|
|
4
3
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
@@ -9,3 +8,4 @@ declare const element_search_en: {
|
|
|
9
8
|
'element_search/label': string;
|
|
10
9
|
'element_search/noResult': string;
|
|
11
10
|
};
|
|
11
|
+
export default element_search_en;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
export default element_search_fr;
|
|
2
1
|
/**
|
|
3
2
|
* Copyright (c) 2022, RTE (http://www.rte-france.com)
|
|
4
3
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
@@ -9,3 +8,4 @@ declare const element_search_fr: {
|
|
|
9
8
|
'element_search/label': string;
|
|
10
9
|
'element_search/noResult': string;
|
|
11
10
|
};
|
|
11
|
+
export default element_search_fr;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
export default equipment_search_en;
|
|
2
1
|
/**
|
|
3
2
|
* Copyright (c) 2022, RTE (http://www.rte-france.com)
|
|
4
3
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
@@ -23,3 +22,4 @@ declare const equipment_search_en: {
|
|
|
23
22
|
'equipment_search/substationTag': string;
|
|
24
23
|
'equipment_search/busTag': string;
|
|
25
24
|
};
|
|
25
|
+
export default equipment_search_en;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
export default equipment_search_fr;
|
|
2
1
|
/**
|
|
3
2
|
* Copyright (c) 2022, RTE (http://www.rte-france.com)
|
|
4
3
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
@@ -23,3 +22,4 @@ declare const equipment_search_fr: {
|
|
|
23
22
|
'equipment_search/substationTag': string;
|
|
24
23
|
'equipment_search/busTag': string;
|
|
25
24
|
};
|
|
25
|
+
export default equipment_search_fr;
|
|
@@ -1,22 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2024, RTE (http://www.rte-france.com)
|
|
3
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
4
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
5
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
6
|
+
*/
|
|
7
|
+
declare const filter_en: {
|
|
8
|
+
OR: string;
|
|
9
|
+
AND: string;
|
|
10
|
+
rule: string;
|
|
11
|
+
subGroup: string;
|
|
12
|
+
is: string;
|
|
13
|
+
contains: string;
|
|
14
|
+
beginsWith: string;
|
|
15
|
+
endsWith: string;
|
|
16
|
+
exists: string;
|
|
17
|
+
not_exists: string;
|
|
18
|
+
between: string;
|
|
19
|
+
in: string;
|
|
20
|
+
isPartOf: string;
|
|
21
|
+
isNotPartOf: string;
|
|
22
|
+
emptyRule: string;
|
|
23
|
+
incorrectRule: string;
|
|
24
|
+
betweenRule: string;
|
|
25
|
+
emptyGroup: string;
|
|
26
|
+
Hvdc: string;
|
|
27
|
+
};
|
|
1
28
|
export default filter_en;
|
|
2
|
-
declare namespace filter_en {
|
|
3
|
-
export let OR: string;
|
|
4
|
-
export let AND: string;
|
|
5
|
-
export let rule: string;
|
|
6
|
-
export let subGroup: string;
|
|
7
|
-
export let is: string;
|
|
8
|
-
export let contains: string;
|
|
9
|
-
export let beginsWith: string;
|
|
10
|
-
export let endsWith: string;
|
|
11
|
-
export let exists: string;
|
|
12
|
-
export let not_exists: string;
|
|
13
|
-
export let between: string;
|
|
14
|
-
let _in: string;
|
|
15
|
-
export { _in as in };
|
|
16
|
-
export let isPartOf: string;
|
|
17
|
-
export let isNotPartOf: string;
|
|
18
|
-
export let emptyRule: string;
|
|
19
|
-
export let incorrectRule: string;
|
|
20
|
-
export let betweenRule: string;
|
|
21
|
-
export let emptyGroup: string;
|
|
22
|
-
}
|
|
@@ -16,7 +16,8 @@ const filter_en = {
|
|
|
16
16
|
emptyRule: "Filter contains an empty field",
|
|
17
17
|
incorrectRule: "Filter contains an incorrect field",
|
|
18
18
|
betweenRule: "Left value of 'between' rule have to be lower than the right value",
|
|
19
|
-
emptyGroup: "Filter contains an empty group. Consider removing it or adding rules to this group"
|
|
19
|
+
emptyGroup: "Filter contains an empty group. Consider removing it or adding rules to this group",
|
|
20
|
+
Hvdc: "HVDC"
|
|
20
21
|
};
|
|
21
22
|
export {
|
|
22
23
|
filter_en as default
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2024, RTE (http://www.rte-france.com)
|
|
3
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
4
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
5
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
6
|
+
*/
|
|
7
|
+
declare const filter_expert_en: {
|
|
8
|
+
id: string;
|
|
9
|
+
name: string;
|
|
10
|
+
energySource: string;
|
|
11
|
+
country: string;
|
|
12
|
+
voltageRegulatorOn: string;
|
|
13
|
+
PlannedActivePowerSetPoint: string;
|
|
14
|
+
minP: string;
|
|
15
|
+
maxP: string;
|
|
16
|
+
targetP: string;
|
|
17
|
+
targetV: string;
|
|
18
|
+
targetQ: string;
|
|
19
|
+
connected: string;
|
|
20
|
+
maximumSectionCount: string;
|
|
21
|
+
sectionCount: string;
|
|
22
|
+
shuntCompensatorType: string;
|
|
23
|
+
Capacitor: string;
|
|
24
|
+
Reactor: string;
|
|
25
|
+
maxQAtNominalV: string;
|
|
26
|
+
SwitchedOnMaxQAtNominalV: string;
|
|
27
|
+
maxSusceptance: string;
|
|
28
|
+
SwitchedOnMaxSusceptance: string;
|
|
29
|
+
ratedS: string;
|
|
30
|
+
marginalCost: string;
|
|
31
|
+
plannedOutageRate: string;
|
|
32
|
+
forcedOutageRate: string;
|
|
33
|
+
vlId: string;
|
|
34
|
+
p0: string;
|
|
35
|
+
q0: string;
|
|
36
|
+
loadTapChangingCapabilities: string;
|
|
37
|
+
regulatingRatio: string;
|
|
38
|
+
ratioTargetV: string;
|
|
39
|
+
magnetizingConductance: string;
|
|
40
|
+
magnetizingSusceptance: string;
|
|
41
|
+
vlNominalVoltage: string;
|
|
42
|
+
lowVoltageLimit: string;
|
|
43
|
+
highVoltageLimit: string;
|
|
44
|
+
selectFilterDialogTitle: string;
|
|
45
|
+
filter: string;
|
|
46
|
+
loadType: string;
|
|
47
|
+
Undefined: string;
|
|
48
|
+
Auxiliary: string;
|
|
49
|
+
Fictitious: string;
|
|
50
|
+
hasRatioTapChanger: string;
|
|
51
|
+
hasPhaseTapChanger: string;
|
|
52
|
+
Voltage: string;
|
|
53
|
+
ReactivePower: string;
|
|
54
|
+
CurrentLimiter: string;
|
|
55
|
+
ActivePowerControl: string;
|
|
56
|
+
FixedTap: string;
|
|
57
|
+
ratioRegulationMode: string;
|
|
58
|
+
phaseRegulationMode: string;
|
|
59
|
+
phaseRegulating: string;
|
|
60
|
+
phaseRegulationValue: string;
|
|
61
|
+
property: string;
|
|
62
|
+
substationProperty: string;
|
|
63
|
+
substationProperty1: string;
|
|
64
|
+
substationProperty2: string;
|
|
65
|
+
ratedVoltage1KV: string;
|
|
66
|
+
ratedVoltage2KV: string;
|
|
67
|
+
nominalVoltage1KV: string;
|
|
68
|
+
nominalVoltage2KV: string;
|
|
69
|
+
voltageLevelProperty: string;
|
|
70
|
+
voltageLevelProperty1: string;
|
|
71
|
+
voltageLevelProperty2: string;
|
|
72
|
+
};
|
|
73
|
+
export default filter_expert_en;
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
const filter_expert_en = {
|
|
2
|
+
id: "ID",
|
|
3
|
+
name: "Name",
|
|
4
|
+
energySource: "Energy source",
|
|
5
|
+
country: "Country",
|
|
6
|
+
voltageRegulatorOn: "Voltage regulation",
|
|
7
|
+
PlannedActivePowerSetPoint: "Planning active power set point (MW)",
|
|
8
|
+
minP: "Minimum active power (MW)",
|
|
9
|
+
maxP: "Maximum active power (MW)",
|
|
10
|
+
targetP: "Active power target (MW)",
|
|
11
|
+
targetV: "Voltage target (kV)",
|
|
12
|
+
targetQ: "Reactive power target (MVar)",
|
|
13
|
+
connected: "Connected",
|
|
14
|
+
maximumSectionCount: "Maximum number of sections",
|
|
15
|
+
sectionCount: "Current number of sections",
|
|
16
|
+
shuntCompensatorType: "Type",
|
|
17
|
+
Capacitor: "Capacitor",
|
|
18
|
+
Reactor: "Reactor",
|
|
19
|
+
maxQAtNominalV: "Available Qmax at nominal voltage (MVar)",
|
|
20
|
+
SwitchedOnMaxQAtNominalV: "Switch-on Q at nominal voltage (MVar)",
|
|
21
|
+
maxSusceptance: "Maximum available susceptance (S)",
|
|
22
|
+
SwitchedOnMaxSusceptance: "Switch-on susceptance (S)",
|
|
23
|
+
ratedS: "Rated nominal power (MVA)",
|
|
24
|
+
marginalCost: "Cost",
|
|
25
|
+
plannedOutageRate: "Planning outage rate",
|
|
26
|
+
forcedOutageRate: "Forced outage rate",
|
|
27
|
+
vlId: "Voltage level ID",
|
|
28
|
+
p0: "Constant P (MW)",
|
|
29
|
+
q0: "Constant Q (MVar)",
|
|
30
|
+
loadTapChangingCapabilities: "Ratio tap changer on-load",
|
|
31
|
+
regulatingRatio: "Ratio tap changer regulating",
|
|
32
|
+
ratioTargetV: "Ratio tap changer voltage set point (kV)",
|
|
33
|
+
magnetizingConductance: "Magnetizing conductance (μS)",
|
|
34
|
+
magnetizingSusceptance: "Magnetizing susceptance (μS)",
|
|
35
|
+
vlNominalVoltage: "Voltage level nominal voltage (kV)",
|
|
36
|
+
lowVoltageLimit: "Low voltage limit (kV)",
|
|
37
|
+
highVoltageLimit: "High voltage limit (kV)",
|
|
38
|
+
selectFilterDialogTitle: "Choose a filter",
|
|
39
|
+
filter: "Filter",
|
|
40
|
+
loadType: "Type",
|
|
41
|
+
Undefined: "Undefined",
|
|
42
|
+
Auxiliary: "Auxiliary",
|
|
43
|
+
Fictitious: "Fictitious",
|
|
44
|
+
hasRatioTapChanger: "Ratio tap changer exists",
|
|
45
|
+
hasPhaseTapChanger: "Phase tap changer exists",
|
|
46
|
+
Voltage: "Voltage",
|
|
47
|
+
ReactivePower: "Reactive power",
|
|
48
|
+
CurrentLimiter: "Current limiter",
|
|
49
|
+
ActivePowerControl: "Active power control",
|
|
50
|
+
FixedTap: "Fixed tap",
|
|
51
|
+
ratioRegulationMode: "Ratio tap changer regulation mode",
|
|
52
|
+
phaseRegulationMode: "Phase tap changer regulation mode",
|
|
53
|
+
phaseRegulating: "Phase tap changer regulating",
|
|
54
|
+
phaseRegulationValue: "Phase tap changer flow set point or current limit",
|
|
55
|
+
property: "Property",
|
|
56
|
+
substationProperty: "Substation property",
|
|
57
|
+
substationProperty1: "Substation property 1",
|
|
58
|
+
substationProperty2: "Substation property 2",
|
|
59
|
+
ratedVoltage1KV: "Rated Voltage 1 (kV)",
|
|
60
|
+
ratedVoltage2KV: "Rated Voltage 2 (kV)",
|
|
61
|
+
nominalVoltage1KV: "Nominal Voltage 1 (kV)",
|
|
62
|
+
nominalVoltage2KV: "Nominal Voltage 2 (kV)",
|
|
63
|
+
voltageLevelProperty: "Voltage level property",
|
|
64
|
+
voltageLevelProperty1: "Voltage level property 1",
|
|
65
|
+
voltageLevelProperty2: "Voltage level property 2"
|
|
66
|
+
};
|
|
67
|
+
export {
|
|
68
|
+
filter_expert_en as default
|
|
69
|
+
};
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2024, RTE (http://www.rte-france.com)
|
|
3
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
4
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
5
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
6
|
+
*/
|
|
7
|
+
declare const filter_expert_fr: {
|
|
8
|
+
id: string;
|
|
9
|
+
name: string;
|
|
10
|
+
energySource: string;
|
|
11
|
+
country: string;
|
|
12
|
+
voltageRegulatorOn: string;
|
|
13
|
+
PlannedActivePowerSetPoint: string;
|
|
14
|
+
minP: string;
|
|
15
|
+
maxP: string;
|
|
16
|
+
targetP: string;
|
|
17
|
+
targetV: string;
|
|
18
|
+
targetQ: string;
|
|
19
|
+
connected: string;
|
|
20
|
+
maximumSectionCount: string;
|
|
21
|
+
sectionCount: string;
|
|
22
|
+
shuntCompensatorType: string;
|
|
23
|
+
Capacitor: string;
|
|
24
|
+
Reactor: string;
|
|
25
|
+
maxQAtNominalV: string;
|
|
26
|
+
SwitchedOnMaxQAtNominalV: string;
|
|
27
|
+
maxSusceptance: string;
|
|
28
|
+
SwitchedOnMaxSusceptance: string;
|
|
29
|
+
ratedS: string;
|
|
30
|
+
marginalCost: string;
|
|
31
|
+
plannedOutageRate: string;
|
|
32
|
+
forcedOutageRate: string;
|
|
33
|
+
vlId: string;
|
|
34
|
+
p0: string;
|
|
35
|
+
q0: string;
|
|
36
|
+
loadTapChangingCapabilities: string;
|
|
37
|
+
regulatingRatio: string;
|
|
38
|
+
ratioTargetV: string;
|
|
39
|
+
magnetizingConductance: string;
|
|
40
|
+
magnetizingSusceptance: string;
|
|
41
|
+
vlNominalVoltage: string;
|
|
42
|
+
lowVoltageLimit: string;
|
|
43
|
+
highVoltageLimit: string;
|
|
44
|
+
selectFilterDialogTitle: string;
|
|
45
|
+
filter: string;
|
|
46
|
+
loadType: string;
|
|
47
|
+
Undefined: string;
|
|
48
|
+
Auxiliary: string;
|
|
49
|
+
Fictitious: string;
|
|
50
|
+
hasRatioTapChanger: string;
|
|
51
|
+
hasPhaseTapChanger: string;
|
|
52
|
+
Voltage: string;
|
|
53
|
+
ReactivePower: string;
|
|
54
|
+
CurrentLimiter: string;
|
|
55
|
+
ActivePowerControl: string;
|
|
56
|
+
FixedTap: string;
|
|
57
|
+
ratioRegulationMode: string;
|
|
58
|
+
phaseRegulationMode: string;
|
|
59
|
+
phaseRegulating: string;
|
|
60
|
+
phaseRegulationValue: string;
|
|
61
|
+
property: string;
|
|
62
|
+
substationProperty: string;
|
|
63
|
+
substationProperty1: string;
|
|
64
|
+
substationProperty2: string;
|
|
65
|
+
ratedVoltage1KV: string;
|
|
66
|
+
ratedVoltage2KV: string;
|
|
67
|
+
nominalVoltage1KV: string;
|
|
68
|
+
nominalVoltage2KV: string;
|
|
69
|
+
voltageLevelProperty: string;
|
|
70
|
+
voltageLevelProperty1: string;
|
|
71
|
+
voltageLevelProperty2: string;
|
|
72
|
+
};
|
|
73
|
+
export default filter_expert_fr;
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
const filter_expert_fr = {
|
|
2
|
+
id: "ID",
|
|
3
|
+
name: "Nom",
|
|
4
|
+
energySource: "Source d'énergie",
|
|
5
|
+
country: "Pays",
|
|
6
|
+
voltageRegulatorOn: "Réglage de tension",
|
|
7
|
+
PlannedActivePowerSetPoint: "Puissance imposée (MW)",
|
|
8
|
+
minP: "Puissance active min (MW)",
|
|
9
|
+
maxP: "Puissance active max (MW)",
|
|
10
|
+
targetP: "Consigne puissance active (MW)",
|
|
11
|
+
targetV: "Consigne tension (kV)",
|
|
12
|
+
targetQ: "Consigne puissance réactive (MVar)",
|
|
13
|
+
connected: "Connecté",
|
|
14
|
+
maximumSectionCount: "Nombre de gradins",
|
|
15
|
+
sectionCount: "Gradin courant",
|
|
16
|
+
shuntCompensatorType: "Type",
|
|
17
|
+
Capacitor: "Condensateur",
|
|
18
|
+
Reactor: "Réactance",
|
|
19
|
+
maxQAtNominalV: "Q installée à tension nominale (MVar)",
|
|
20
|
+
SwitchedOnMaxQAtNominalV: "Q enclenchée à tension nominale (MVar)",
|
|
21
|
+
maxSusceptance: "Susceptance installée (S)",
|
|
22
|
+
SwitchedOnMaxSusceptance: "Susceptance enclenchée (S)",
|
|
23
|
+
ratedS: "Puissance nominale (MVA)",
|
|
24
|
+
marginalCost: "Coût",
|
|
25
|
+
plannedOutageRate: "Indisponibilité programmée",
|
|
26
|
+
forcedOutageRate: "Indisponibilité fortuite",
|
|
27
|
+
vlId: "ID poste",
|
|
28
|
+
p0: "P constant (MW)",
|
|
29
|
+
q0: "Q constant (MVar)",
|
|
30
|
+
loadTapChangingCapabilities: "Régleur en charge",
|
|
31
|
+
regulatingRatio: "Régleur en réglage",
|
|
32
|
+
ratioTargetV: "Tension de consigne du régleur (kV)",
|
|
33
|
+
magnetizingConductance: "Conductance magnétisante (μS)",
|
|
34
|
+
magnetizingSusceptance: "Susceptance magnétisante (μS)",
|
|
35
|
+
vlNominalVoltage: "Tension nominale poste (kV)",
|
|
36
|
+
lowVoltageLimit: "Limite tension basse (kV)",
|
|
37
|
+
highVoltageLimit: "Limite tension haute (kV)",
|
|
38
|
+
selectFilterDialogTitle: "Choisir un filtre",
|
|
39
|
+
filter: "Filtre",
|
|
40
|
+
loadType: "Type",
|
|
41
|
+
Undefined: "Non défini",
|
|
42
|
+
Auxiliary: "Auxiliaire",
|
|
43
|
+
Fictitious: "Fictif",
|
|
44
|
+
hasRatioTapChanger: "Régleur existe",
|
|
45
|
+
hasPhaseTapChanger: "Déphaseur existe",
|
|
46
|
+
Voltage: "Tension",
|
|
47
|
+
ReactivePower: "Puissance réactive",
|
|
48
|
+
CurrentLimiter: "Limitation de courant",
|
|
49
|
+
ActivePowerControl: "Suivi de transit",
|
|
50
|
+
FixedTap: "Déphasage constant",
|
|
51
|
+
ratioRegulationMode: "Mode de réglage régleur",
|
|
52
|
+
phaseRegulationMode: "Mode de réglage déphaseur",
|
|
53
|
+
phaseRegulating: "Déphaseur en réglage",
|
|
54
|
+
phaseRegulationValue: "Consigne de transit ou du courant du déphaseur",
|
|
55
|
+
property: "Propriété",
|
|
56
|
+
substationProperty: "Propriété site",
|
|
57
|
+
substationProperty1: "Propriété site Or",
|
|
58
|
+
substationProperty2: "Propriété site Ex",
|
|
59
|
+
ratedVoltage1KV: "Tension d'enroulement 1 (kV)",
|
|
60
|
+
ratedVoltage2KV: "Tension d'enroulement 2 (kV)",
|
|
61
|
+
nominalVoltage1KV: "Tension nominale 1 (kV)",
|
|
62
|
+
nominalVoltage2KV: "Tension nominale 2 (kV)",
|
|
63
|
+
voltageLevelProperty: "Propriété poste",
|
|
64
|
+
voltageLevelProperty1: "Propriété poste 1",
|
|
65
|
+
voltageLevelProperty2: "Propriété poste 2"
|
|
66
|
+
};
|
|
67
|
+
export {
|
|
68
|
+
filter_expert_fr as default
|
|
69
|
+
};
|
|
@@ -1,22 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2024, RTE (http://www.rte-france.com)
|
|
3
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
4
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
5
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
6
|
+
*/
|
|
7
|
+
declare const filter_fr: {
|
|
8
|
+
OR: string;
|
|
9
|
+
AND: string;
|
|
10
|
+
rule: string;
|
|
11
|
+
subGroup: string;
|
|
12
|
+
is: string;
|
|
13
|
+
contains: string;
|
|
14
|
+
beginsWith: string;
|
|
15
|
+
endsWith: string;
|
|
16
|
+
exists: string;
|
|
17
|
+
not_exists: string;
|
|
18
|
+
between: string;
|
|
19
|
+
in: string;
|
|
20
|
+
isPartOf: string;
|
|
21
|
+
isNotPartOf: string;
|
|
22
|
+
emptyRule: string;
|
|
23
|
+
incorrectRule: string;
|
|
24
|
+
betweenRule: string;
|
|
25
|
+
emptyGroup: string;
|
|
26
|
+
Hvdc: string;
|
|
27
|
+
};
|
|
1
28
|
export default filter_fr;
|
|
2
|
-
declare namespace filter_fr {
|
|
3
|
-
export let OR: string;
|
|
4
|
-
export let AND: string;
|
|
5
|
-
export let rule: string;
|
|
6
|
-
export let subGroup: string;
|
|
7
|
-
export let is: string;
|
|
8
|
-
export let contains: string;
|
|
9
|
-
export let beginsWith: string;
|
|
10
|
-
export let endsWith: string;
|
|
11
|
-
export let exists: string;
|
|
12
|
-
export let not_exists: string;
|
|
13
|
-
export let between: string;
|
|
14
|
-
let _in: string;
|
|
15
|
-
export { _in as in };
|
|
16
|
-
export let isPartOf: string;
|
|
17
|
-
export let isNotPartOf: string;
|
|
18
|
-
export let emptyRule: string;
|
|
19
|
-
export let incorrectRule: string;
|
|
20
|
-
export let betweenRule: string;
|
|
21
|
-
export let emptyGroup: string;
|
|
22
|
-
}
|